:root {
	--main: #001a6d;
	--secondary: #009fe3;
}

*{
	scroll-behavior: smooth !important;
}

.clear{clear:both;}
hr{
	height: 3px;
    color: white;
    opacity: 1;
	margin-bottom:40px;
	margin-top:70px;
}
#kontakt{
	position:relative;
	margin-bottom:-50px;
}
@media (max-width:1200px) {
	#kontakt{
		position:relative;
		margin-bottom:-30px;
	}
}

@media (max-width:768px) {
	#kontakt{
		position:relative;
		margin-bottom:-10px;
	}
}

.heading {
	z-index: 1;
	position: relative;
	top: 1rem;
}

h1#salivadent{
	z-index: 1;
	margin-bottom: 0px;
	font-size: 8rem;
}

.headline-grey{
	color:#d9d9d9;
}
.headline-blue{
	color:#d8e5f8;
}
.headline-sub{
	color:#131313;
	font-weight:bold;
	font-size:2.28rem;
	position: relative;
	top:-60px;
	margin:auto;
	text-align: center;
	margin-top:0px;
	padding-top:0px;
	z-index:10;
}

.headline-descr {
	position: relative;
	font-weight: bold;
	font-size: 1rem;
	text-align: center;
	top: -40px;
	z-index: 1;
}

@media (max-width:768px) {
	.headline-sub{
		font-size:1.3rem;
		top:-30px;
	}

	.headline-descr {
		font-size: .5rem;
		top: -15px;
	}

	h1#salivadent{
		font-size:4rem;
	}

	.banner-img {
		margin-top: -7rem;
	}
}

@media (max-width: 991px) {
	.banner-img {
		margin-top: -10rem;
	}
}

a{
	cursor:pointer;
	color: var(--main);
}
a:hover, a:active, a:focus, a:visited, strong {
	color: var(--main);
}

.hidden{
	display:none;
}
.white{
	color:white;
}
.pointer{
	cursor: pointer;
}

.copyrightsign{
	position:relative;
	left:-3px;
}

.error-messages li{
	text-align: left;
}

.loader{
	position:fixed;
	z-index:5000;
	left:0px;
	right:0px;
	bottom:0px;
	top:0px;
	text-align:center;
	background-color:rgba(3, 32, 57, 0.95);
	padding-top:100px;
	color:white;
	display:none;
}
.loader strong{
	color:white;
	font-size:28px;
	font-family: 'MarsCentraBold', sans-serif;
	font-weight: 600;
	font-style: normal;
	display:block;
}
.loader p{
	margin-top:20px;
	color:white;
	font-size:24px;
}

.loader img {
	border-radius: 8px;
}

.error{
	background-color:#e4aaad !important;
}
.checkbox-error{
	border:3px solid red !important;
}

#modlet-container-middle li{
	list-style-type:none;

}

ul#modlet-container-middle{
	margin:0px;
	padding:0px;
}

.form-required{display:none;}
.form-confirm{position:absolute; left:-8653px; top:-5432px;}


.ot-sdk-show-settings{
	position: fixed !important;
    bottom: 0px !important;
    left: 0 !important;
    z-index: 10000 !important;
	background-color: var(--main) !important;
	color: #fff !important;
	border: none !important;
}
.ot-sdk-container{
	font-family: Arial, Helvetica, sans-serif !important;
	font-size:16px;
}

#onetrust-banner-sdk a,
#onetrust-pc-btn-handler {
	color: var(--main) !important;
}

.ot-link-btn,
.ot-always-active,
.privacy-notice-link {
	color: var(--secondary) !important;
}

#onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob:before,
#onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob {
	background-color: var(--secondary) !important;
}

#onetrust-banner-sdk button:not(.cookie-setting-link),
.save-preference-btn-handler,
#accept-recommended-btn-handler,
#filter-btn-handler,
.ot-fltr-btns button,
#onetrust-pc-sdk .ot-chkbox input:checked~label::before {
	background-color: var(--main) !important;
}
#onetrust-consent-sdk #onetrust-pc-sdk .ot-active-menu,
#onetrust-pc-sdk .ot-chkbox label::before {
	border-color: var(--main) !important;
}

.modal-dialog{
	width:80%;
	background-color: var(--main);
	color:white;
}

.modal-content{
	background-color: var(--main);
	color:white;
}
.modal-body{
	font-size:18px;
	line-height:120%;
}
.modal-header{
	border-bottom:0px;
}
.modal-body p{
	color:white;
}
@media (max-width:768px) {
	.modal-dialog{
		width:95%;
	}
}

.close{
	position:relative;
	z-index:1000;
}
.close span{
	font-size:45px;
}

#hero {
	position: relative;
}

#hero .circle {
	aspect-ratio: 1 / 1;
	width: 250px;
	position: absolute;
	bottom: 75px;
	right: -91px;
}

@media (width < 1400px) {
	#hero .circle {
		width: 200px;
		bottom: 80px;
		right: -70px;
	}	
}

@media (width < 1200px) {
	#hero .circle {
		width: 150px;
		bottom: 95px;
		right: -50px;
	}	
}

@media (width < 992px) {
	#hero .circle {
		width: 100px;
		bottom: 90px;
		right: -30px;
	}	
}

@media (width < 768px) {
	#hero .circle {
		display: none;
	}
}