html, body, section {
	height : 100% ;
	margin : 0;
	padding : 0;
	scroll-behavior: smooth;
}
.modal-backdrop {
	background-color: #ffffff !important;
}
.top-nav-start {
	top: 0;
	left: 0;
	background: rgba(255,255,255,.9);
	height: 65px;
	width: 100%;
	z-index: 99;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
}
.top-nav-start {
	position: fixed;
}
.top-nav-start a, .top-nav-start a:visited {
	color: inherit !important;
}
.navbar-start, .navbar-start-neutral {
}
.navbar-start::before {
	content:'';
	position: absolute;
	border-left: 1px solid #a7a7a7;
	top:0;
	right: 7.5rem;
	width: 1px;
	height: 100%;
}
.all-brands {
	background: rgba(246,246,246,1);
	text-align: center;
	padding: 0.5rem auto;
	display: flex;
	-ms-flex: 1 !important;
	-webkit-flex: 1 !important;
	flex: 1 !important;
}

h1 {
	margin-bottom: 3rem;
	font-weight: 900 !important;
}
h2 {
	margin-top: 2rem;
	margin-bottom: 1rem;
	font-size: 1.5rem !important;
	font-weight: 700 !important;
}
h3 {
	margin-top: 2rem;
	margin-bottom: 1rem;
	font-size: 1.2rem !important;
	font-weight: 700 !important;
}
p {
	font-size: 1rem !important;
}
.w-sm-auto {
	width: auto;
}
.logoimg {
	height: 2.5rem !important;
	margin-right: 2.2rem;
	-ms-interpolation-mode: bicubic !important;
	cursor: pointer;
}
.logoimglarge {
	height: 1.5rem;
	margin: 1rem 0.5rem;
	-ms-interpolation-mode: bicubic !important;
}
.nav-link-lang {
	margin-left: 0.25rem;
	margin-right: 0.25rem;
	font-size: 0.8rem;
	line-height: 100%;
	color: #a8a8a8;
}
.nav-link-lang:hover, .nav-link-lang:active, .nav-link-lang:focus, .nav-link-lang-selected {
	color: #000000;
}
.plain-select, .btn-primary {
	max-width: 15rem;
}
.btn-primary {
	background-color: #59636a !important;
	color: #ffffff !important;
	font-weight: 700 !important;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	height: 38px;
	width: 100% !important;
}
.btn-yellow {
	background-color: #f9b01e !important;
	color: #000 !important;
	font-weight: bold;
	border-radius: 0 !important;
}
.plain-select select, .plain-select select:hover, .plain-select select:active {
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 0px solid #000000;
	background-color: #d9d9d9;
	margin: 0px auto;
	color: #464646 !important;
}
.plain-select:after{
	background-image: url(/img/start/select.svg);
}
.hero-start, .hero-start-de, .hero-start-fr, .hero-start-it {
	margin-top: 65px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 60%;
}
.hero-start-neutral {
	margin-top: 43px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 600px;
	background-image: url("/img/photos/start/neutral/Startseite_Hauptbild_4.jpg");
}
.hero-mobile {
	display: none;
}
@media (max-width: 1200px) {
	.hero-start, .hero-start-de, .hero-start-fr, .hero-start-it {
		min-height: 400px;
		background-size: cover;
	}
	.hero-start-neutral {
		min-height: 400px;
		background-image: url("/img/photos/start/neutral/Startseite_Hauptbild_2.jpg");
	}
}
@media (max-width: 768px) {
	.logoimg {
		margin-right: 0.5rem;
	}
	.hero-start, .hero-start-de, .hero-start-fr, .hero-start-it {
		display: none;
	}
	.hero-start-neutral:before {
		background-image: url("/img/photos/start/neutral/Startseite_Hauptbild_1.jpg");
	}
	.hero-mobile {
		display: block;
		margin-top: 64px;
	}
	.dropdown-toggle {
		background: url(/img/start/lang.svg) no-repeat center transparent;
	}
}
@media (max-width: 600px) {
	.logoimg {
		height: 2rem !important;
	}
	.navbar-start {
		height: 56px !important;
	}
	.navbar-service {
		display: none !important;
	}
	.navbar-start::before {
		display: none !important;
	}
	.hero-mobile {
		margin-top: 56px;
	}
}
@media (max-width: 500px) {
	.logoimg {
		height: 1.8rem !important;
		margin-right: 0.2rem;
	}
}
@media (max-width: 413px) {
}
@media (max-width: 390px) {
	.logoimg {
		height: 1.6rem !important;
	}
}
@media (max-width: 340px) {
	.logoimg {
		height: 1.4rem !important;
	}
}