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

/***** Breakpoints bootstrap
:root {
--breakpoint-xs: 0;
--breakpoint-sm: 576px;
--breakpoint-md: 768px;
--breakpoint-lg: 992px;
--breakpoint-xl: 1200px;
}
***/

html {
	overflow-x: hidden;
	scroll-behavior: smooth;
}

body, #content {
	font-family:'Open Sans', Helvetica, Arial,  sans-serif;
	color: #212529;
	overflow-x: hidden !important;
	font-size:1.25rem;
	font-size:20px;
	font-display: swap;
}

#content p, #content li {
	font-family:'Open Sans', Helvetica, Arial,  sans-serif;
	font-size:1.25rem;
	font-size:20px;
	}
/******************* COLORS */

/*****bootstrap-Farbwerte***/

.orange {color: var(--orange);}/*--orange: #fd7e14;*/
.yellow {color: var(--yellow);}/*--yellow: #ffc107;*/
.green {color: var(--green);} /*--green: #28a745;*/

/*****Farbwerte***/
:root {}

.text-color {color:#212529;}
.text-black {color:#000000;}
.white {color:#ffffff;}
.red {color:#e20000;}
.bg-weiss {background-color:#ffffff !important;}


/****************** LAYOUT */
section {background-color:#f7f7f7;}
.container {max-width:960px; overflow: hidden;background-color:#ffffff;}  /*920px background-color:#f7f7f7;*/
.container-1024 {max-width:1024px ;} 
.container-1200 {max-width:1200px ;} 
.container-1400 {max-width:1400px ;} 
.container-1920 {max-width:1920px ;} 

.section-shadow {box-shadow: rgba(0, 0, 0, .15) 0px 5px 5px; height:10px;margin-top:-10px;}	
.overflow-hidden {overflow:hidden;}

@media only screen and (max-width: 767px) {
	.switch-mobile {
		flex-direction: column-reverse;
		align-items: center;
	}
}

/**************** TYPO */

/*barrierefrei ausblenden*/
.ausgeblendet {
  clip: rect(0 0 0 0); 
  clip-path: inset(100%); 
  height: 1px; 
  overflow: hidden; 
  position: absolute; 
  white-space: nowrap; 
  width: 1px; 
}
	
h1 {
	font-size:46px; 
	color:#C5002E;
	font-weight:700;
	line-height:1.4;
	text-align:center;
	
	-ms-hyphens: none;
	-webkit-hyphens: none;
	hyphens: none;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	}
h2 {
	font-size:26px;  
	font-weight: 700;
	color: #222222; 
	line-height:1.3;
	text-align:left;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	}

h3 {
	font-size: 24px; 
	font-weight: 700;
	color: #222222;  
	line-height:1.4;
	text-align:center;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	}

h4 {
	font-size: 24px; 
	font-weight: 600;
	color: #222222;
	line-height:1.4;
	text-align:center;
	font-family:'Open Sans', Helvetica, Arial,  sans-serif;
	}

h1, h2, h3, h4 {margin:1.5rem 0 1.5rem 0 ;}

.no-serif {font-family:'Open Sans', Helvetica, Arial,  sans-serif;}

/* Maximum width of 1199 pixels. -xl- */
@media screen and (max-width: 1199px) {
	h1 {font-size:42px;} 
	h2 {font-size:26px;}  
	h3 {font-size:24px;} /*24*/
	h4 {font-size:22px;}
}

/* Maximum width of 991 pixels. -lg- */
@media screen and (max-width: 991px) {
	h1 {font-size:40px;
		-ms-hyphens: manual;
		-webkit-hyphens: manual;
		hyphens: manual;
	} 
	h2 {font-size:24px;}  
	h3 {font-size:22px;}  
	h4 {font-size:21px;}
		
}

/* Maximum width of 767 pixels. -md- */
@media screen and (max-width: 767px) {
	h1 {font-size:28px;}
	h2 {font-size:22px;}  
	h3 {font-size:20px;}   
	h4 {font-size:19px;}
	
}

/* Maximum width of 575 pixels. -sm- */
@media screen and (max-width: 575px) {
	h1 {font-size:26px;}
	h2 {font-size:20px;}  
	h3 {font-size:18px;}   
	h4 {font-size:17px;}
}


#content .big, #content p.big, #content .big p, #content ul.big li {
	font-size:1.5rem;
	font-size:24px;
}
/* Maximum width of 767 pixels. -sm- */
@media screen and (max-width: 767px) {
	#content .big, #content p.big, #content .big p, #content ul.big li {
	font-size:22px;
	}
}

/* Maximum width of 575 pixels. -sm- */
@media screen and (max-width: 575px) {
	#content .big, #content p.big, #content .big p, #content ul.big li {
	font-size:20px;
	}
}


#content p {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
	}

#content li {margin: 1.0rem 0 1.0rem 0;padding-left:0.25em; }

ol {padding-left:1.5em;}


/* Maximum width of 767 pixels. -md- */
@media screen and (max-width: 767px) {
	#content p, #content li {font-size:18px;} 
}
/* Maximum width of 575 pixels. -sm- */
@media screen and (max-width: 575px) {
	#content p, #content li {font-size:16px;} 
}

/**********Blocksatz, Silbentrennung**********/	
.auto-hyph {
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;	
}
	
.no-hyph {
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;	
}

/*#content p, #content li {
	text-align: justify;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}*/
#content p .btn {
	-webkit-hyphens: manual;
	-moz-hyphens: manual;
	-ms-hyphens: manual;
	hyphens:manual;
}


/********LISTEN******/
#content ul.check-01 li {
	list-style-type:none;
	padding-left:10px;
	position:relative;
}

#content ul.check-01 li:before {
	content:" ";
	position:absolute;
	width:26px;
	height:25px;
	left:-26px;
	background-image:url(../img/checkgl.png);
	background-repeat:no-repeat;
	background-size:contain;
}


/* Maximum width of 575 pixels. -sm- */
@media screen and (max-width: 575px) {
	#content ul.check-01 li {padding-left:0px;margin-left:-10px;}
	#content ul.check-01 li:before {
		width:20px;
		height:19px;
		left:-26px;
	}
}

/* Minimum width of 767 pixels. -sm- */
@media screen and (min-width: 767px) {
	.bbox {padding-bottom: 100px;
	}
}

/******************* BUTTONS & LINKS */
#content a {
	color:#005390;
	border-bottom:2px dotted;
	text-decoration:underline;
	}
#content a:hover {
	color:#009900; /*0072BC*/
	text-decoration:none;
	border-bottom: 2px solid;
	}
	
#content .btn-primary {
	font-family:'Open Sans', Helvetica, Arial,  sans-serif;
	border-radius: 25px ;
	border:0px solid transparent; 
	/*font-size:1.25em;*/ /*1.25em*/	 
	font-size: 24px;
	font-weight: 700;
	line-height: normal!important;
	padding: 25px 25px 25px 25px;
	position: relative;
	display:inline-block;
	max-width: 100%;
	overflow: visible;
	transition: all .3s ease-in-out;
	/*transition:none;*/
    white-space:normal;
	text-decoration:none;
	background: rgb(249,212,35);background: -moz-linear-gradient(top,  rgba(249,212,35,1) 0%, rgba(249,212,35,1) 0%, rgba(248,161,23,1) 95%, rgba(248,115,13,1) 95%, rgba(248,115,13,1) 95%);background: -webkit-linear-gradient(top,  rgba(249,212,35,1) 0%,rgba(249,212,35,1) 0%,rgba(248,161,23,1) 95%,rgba(248,115,13,1) 95%,rgba(248,115,13,1) 95%);background: linear-gradient(to bottom,  rgba(249,212,35,1) 0%,rgba(249,212,35,1) 0%,rgba(248,161,23,1) 95%,rgba(248,115,13,1) 95%,rgba(248,115,13,1) 95%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9d423', endColorstr='#f8730d',GradientType=0 );
	color:#071b6f;

}

img.cursor 
{
    font-size: 16px;
    border: none;
    color: #000000;
    -ms-interpolation-mode: bicubic;
	
	display:inline-block;
	max-width:85px;
	right: -0px; 
	bottom: -24px;
	height:auto;
	position:absolute;
}

@media screen and (max-width: 575px) {
	#content .btn-primary {font-size: 18px;padding: 15px 20px 15px 20px;border-radius:15px ;}
}

#content .btn-primary:hover, 
#content .btn-primary:focus, 
#content .btn-primary:active {
	border:0px solid transparent;
	color:#071b6f;
	background:#f9ce22!important; margin-top:8px; margin-bottom:-8px
}


/***************FOOTER********/
.footer{
	/*background-color: #00991A;*/
	font-size:1em;
	color:#b3b3b3;
	padding:1em 1em 1em 1em;
}
.footer a {color:#ffffff;text-decoration:none;}
.footer a:hover {text-decoration:underline;}
.copy { font-size:.8em;}

/************VERSANDSCHLUSSBOX*******/

div.boxcounter {border:1px solid #999; width:90%; }
div.boxg {padding:25px; text-align:center; width:100%; margin:0px auto; box-shadow:7px 7px 0px #999; background: rgb(207,235,252); background: -moz-linear-gradient(top,  rgba(207,235,252,1) 1%, rgba(242,242,242,1) 100%); background: -webkit-linear-gradient(top,  rgba(207,235,252,1) 1%,rgba(242,242,242,1) 100%); background: linear-gradient(to bottom,  rgba(207,235,252,1) 1%,rgba(242,242,242,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfebfc', endColorstr='#f2f2f2',GradientType=0 );}
.countdown_step {
	--font-family:Tahoma,Arial,sans-serif; 
	--font-size:19px; 
	color:#339966;
	}
.bote {text-align:left; position:relative; left:0px;float:right; margin-right:-55px;}

@media only screen and (max-width: 576px) {
	.bote {text-align:left; position:relative; left:0px;float:right; margin-right:0px;}
	.bote img {width:100%; height:auto;}
}

@media only screen and (max-width: 320px) {
	div.boxg {padding:10px;}
	div.boxcounter {width:95%;}
	.bote {text-align:left; position:relative; left: 0px;float:right; margin-right:-28px;}
	.bote img {width:280px; height:auto;}
}     


@media only screen and (max-width: 260px) {
	b.countdown_step {font-size:30px;}
}


/*******Stoerer schenll sein**/
@media only screen and (min-width: 576px) {
.schnell-sein {
	position:absolute;
	z-index:9999;
	top:-25px;
	left:10px;
}

@media only screen and (min-width: 768px) {
.schnell-sein {
	left:-55px;
}
/*************DARKMODE**/
/*@media (prefers-color-scheme: dark) {}*/
.lpv-legal-links ul li {
    font-family:Arial,Verdana,Helvetica,sans-serif;
    display: inline-block;
    margin: 0;
    padding: 0 4px;
}
      .lpv-legal-links ul {
          list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 4px;
    padding: 0;
}
.lpv-legal-links a {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    background-color: transparent;
    color: #1170cf;
    font-weight: 400;
    text-decoration: none;
}
/* h3 span Korrektur */
	h3 span {
		float:none; 
		width:100%;
		display: block;
    height: auto;
	}