@charset "UTF-8";
/* CSS Document */

@import url(fonts.css);

:root {
    --primary-clr: #3d7087;
    --secondary-clr: #ff7200;
	--third-clr: #e1ecf2;
    --cta-clr: #993279;
	--light-grey: #f5f6f7;
    --font-body: 'Montserrat', sans-serif;
    --font-headline: 'Hind Siliguri', sans-serif;
}

body {
	font-family: Arial, sans-serif;
	color: #666;
	background-color: var(--primary-clr);
	font-family: var(--font-body);
	color: var(--primary-clr);
}

.box {
	width: 800px;
    max-width: 100%;
	background-color: white;
	margin-top: 60px;
	margin-bottom: 60px;
	padding: 40px 50px 50px;
	border: 10px;
	border-style: solid;
	border-color: white;
}

@media (min-width: 1200px){
	.container {max-width: 1000px;}
}

.container-start {
	margin-top: 60px;	
}



.link {
	margin: -50px auto 0;
	text-align: right;
	font-size: 12px;
	color: white;
}

.link ul li {
	
	display:inline;
	margin: 0 15px
}

a {
	color: var(--primary-clr);
}
a:hover {
	color: var(--cta-clr);
}

.link a {
	margin-top: -50px;
	text-align: right;
	font-size: 14px;
	color: white;
}
.musthave {
	padding: 0;
}
.musthave a {
	font-weight: 400;
}
.logo {
	display: block;
    margin-left: auto;
    margin-right: auto;
	max-width: 80% ;
}

@media (max-width: 770px){
	.logo {
		max-width: 90%;
	}
}

.logo-start {
	height: auto;
}

a.impressum  {
	font-size: 15px;
	color:#6f635a;
}

.header {
	text-align: center;
}

.center {
	text-align: center;
}


hr {
	height: 0.5px;
	background-color: #6f635a;
}

h1 {
	margin-top: 3.5rem;
	color: var(--secondary-clr);
	text-transform: uppercase;
	font-weight: 600;
	font-family: var(--font-headline);
	font-size: 1.5rem;
}

.daten h1 {
	-moz-hyphens: manual;
	hyphens: manual;
}
.header h2 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
	margin: 20px 0;
}
h2.start {
	font-size: 20px;
	margin: 10px 0;
	color: #80214b;
}
h3 {
	font-size: 20px;
	margin: 10px 0;
	
}

p {
	font-size: 15px;
}

a.email {
	font-size: 15px;
	color: #6f635a;
}
.header h2 strong {
	font-weight: 900;
	font-size: 45px;
	
}
.fa-solid:not(.fa-location-dot) {
	margin-right: 5px;
}
.fa-circle {
	font-size: 5px;
	vertical-align: middle;
	color:#6f635a;
}
p.address {
	display: flex;
	justify-content: center;
	gap: 0.5rem;
}
p.address i {
	margin-top: 4px;
}