html, body {
	height:100%;
	font-family:Calibri, Arial, Tahoma;
	width:100%;
	margin:0px;
}
#stickyHeader {
	width:100%;
	position:fixed;
	top:0;
	background-color:white;
	z-index:6;
	height:170px;
	transition: height 150ms ease;
}
#stickyHeader .header {
	width:70%;
	margin:auto;
	display:grid;
	grid-template-columns:auto 60%;
	grid-template-areas:
	'icon links'
	'icon menu';
	height:165px;
	margin-top: 5px;
}

.headlinks {
	text-align:right;
}

.headlinks div {
	display: inline-block;
}

.loadingIcon {
	height:24px;
	width:24px;
	background-image: url("/grph/loading_480.gif");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.loadingIconCar {
	height:240px;
	width:240px;
	background-image: url("/grph/loading_car.gif");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	margin:auto;
}

.banderoleBackground {
	margin-top:165px;
}
.headmenu {
	display:grid;
	grid-template-columns: auto auto auto auto auto auto;
	bottom:0;
	grid-gap:25px;
	text-align:center;
	white-space:nowrap;
}

.headmenu div {
	margin-top:65px;
	line-height:50px;
	font-size:25px;
	margin-bottom:25px;
	color: #000046;
	cursor: pointer;
}

.headmenu div.scrolledHeader {
		margin-top:unset;
}

.headIcon {
	width:25px;
	height:25px;
	
}

.inlineIcon {
	width:15px;
	height:15px;
	display:inline-block;
	background-size:cover;
	line-height:15px;
}

.facebookIcon {
	background-image: url("/grph/facebook.svg");
	right:30px;
	background-size:cover;
}

.instagramIcon {
	background-image: url("/grph/instagram.svg");
	right:30px;
	background-size:cover;
}

.emailIcon {
	background-image: url("/grph/email.svg");
	right:0;
	background-size:cover;
}

.phoneIcon {
	background-image: url("/grph/phone.svg");
	right:0;
	background-position:center;
	background-size:115% 115%;
}

.linkIcon {
	background-image: url("/grph/link.svg");
}

.arrRightIcon {
	background-image: url("/grph/right.svg");
}

.downloadIcon {
	background-image: url("/grph/download.svg");
	width:25px;
	height:25px;
	display:inline-block;
	background-size:cover;
	line-height:25px;
}

.headmenu div.active {
	border-bottom:2px solid #eb7517;
}

.logo {
	background-image: url("/grph/scout_adac_356.png");
	background-size: contain;                      
	background-repeat: no-repeat;
	background-position: center center;
	width:340px;
	height:150px;
	z-index:4;
}

.sticky {
	grid-template-rows: 1fr 0 0 0 0 0;
	overflow: hidden;
}

.headerSpacer {
	height:170px;
}

.lineOverTheCompleteSite {
	border-top: 1px solid #eb7517;
	margin-top: 25px;
	margin-bottom: 15px;
}

.bottomInfo {
	display:grid;
	grid-template-columns:50% 50%;
}

.bottomInfoRight {
	text-align:right;
}

.standardContainer {
	width:70%;
	margin-left:auto;
	margin-right:auto;
}

.hidden {
	display:none;
}

h1 {
	color: #000046;
	font-size:40px;
}

.burgermenu {
	display:none;
}



@media (max-width: 1024px) {
	#stickyHeader {
		height:105px;
	}

	.banderoleBackground {
		margin-top:105px;
	}
	
	#stickyHeader .header {
		width: 100%;
		grid-template-columns:auto auto;
		height:100px;
	}
	
	.logo {
		background-image: url("/grph/scout_adac_356.png");
		background-size: contain;                      
		background-repeat: no-repeat;
		background-position: center center;
		width:160px;
		height:90px;
		z-index:4;
	}
	
	.headmenu {
		grid-area: unset;
		display:block;
		position:fixed;
		top:-120%;
		transition: top 300ms ease;
		background-color: white;
		width: 100%;
		height: 100%;
	}
	
	.headmenu div {
		margin-top:0px;
		line-height:50px;
		margin-bottom:0px;
	}
	
	.headlinks {
		padding-right:10px;
	}
	
	.burgermenu {
		margin-right:10px;
		display:block;
		text-align:right;
	}
	
	.menu_burger {
		cursor: pointer;
		width:45px;
		display:inline-block;
	}

	.burger_beam {
		width: 45px;
		height: 5px;
		background-color: black;
		margin: 10px 0;
		margin-bottom:10px;
	}
	
	h1 {
		font-size:25px;
	}

}

@media (max-width: 1023px) {
	.headerSpacer {
		height:105px;
	}

	.standardContainer {
		width:100%;
	}
}

@media (min-width: 1024px) and (max-width: 1740px) {
	.standardContainer, #stickyHeader .header {
		width:94%;
	}
	
	.headmenu {
		grid-gap:15px;
	}
	
	.headmenu div {
		font-size:23px;
	}
}

@media (min-width: 1920px) {
	#stickyHeader .header, .standardContainer {
		width:1400px;
	}
}


input.inputDesign1Input {
	color: #000000;
	font-size: 18px;
	background-color: #ECECEC;
	width: 100%;
	box-sizing: border-box;
	padding-inline: 0.5em;
	padding-block: 0.7em;
	border-top:1px solid #ECECEC;
	border-left:1px solid #ECECEC;
	border-right:1px solid #ECECEC;
	border-bottom: 1px solid #000046;
	border-radius: 3px;
}

input.inputDesign1Input:hover, input.inputDesign1Input:active, input.inputDesign1Input:focus {
	background-color: #FCFCFC;
	border-top:1px solid #EBB591;
	border-left:1px solid #EBB591;
	border-right:1px solid #EBB591;
	border-bottom: 1px solid #000046;
	outline: none;
}

button.inputDesign1Button {
	border: 1px solid grey;
	border-radius: 3px;
	padding: 10px 15px 10px 15px;
	cursor: pointer;
	background-color: #FFFFFF;
	color: #000046;
	font-size:16px;
	font-weight:bold;
}

button.inputDesign1Button:hover {
	background-color: #000046;
	color: #FFFFFF;
}

button.inputDesign1Button[disabled] {
	color: #AAAAAA;
}

button.inputDesign1Button[disabled]:hover {
	background-color: #EEEEEE;
	color: #AAAAAA;
	cursor: not-allowed;
}

select.inputDesign1Select {
	color: #000000;
	font-size: 18px;
	background-color: #ECECEC;
	width: 100%;
	box-sizing: border-box;
	padding-inline: 0.5em;
	padding-block: 0.7em;
	border-top:1px solid #ECECEC;
	border-left:1px solid #ECECEC;
	border-right:1px solid #ECECEC;
	border-bottom: 1px solid #000046;
	border-radius: 3px;
}

select.inputDesign1Select:hover, select.inputDesign1Select:active, select.inputDesign1Select:focus {
	background-color: #FCFCFC;
	border-top:1px solid #EBB591;
	border-left:1px solid #EBB591;
	border-right:1px solid #EBB591;
	border-bottom: 1px solid #000046;
	outline: none;
}

textarea.inputDesign1Textarea {
		color: #000000;
	font-size: 18px;
	background-color: #ECECEC;
	width: 100%;
	box-sizing: border-box;
	padding-inline: 0.5em;
	padding-block: 0.7em;
	border-top:1px solid #ECECEC;
	border-left:1px solid #ECECEC;
	border-right:1px solid #ECECEC;
	border-bottom: 1px solid #000046;
	border-radius: 3px;
}

textarea.inputDesign1Textarea:hover, textarea.inputDesign1Textarea:active, textarea.inputDesign1Textarea:focus {
	background-color: #FCFCFC;
	border-top:1px solid #EBB591;
	border-left:1px solid #EBB591;
	border-right:1px solid #EBB591;
	border-bottom: 1px solid #000046;
	outline: none;
}