/*!
 Coding 2015 by bhakti :: bytes. Last update: 08|2022 Done by DNS
 */

/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../font/montserrat-v25-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../font/montserrat-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/montserrat-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../font/montserrat-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../font/montserrat-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../font/montserrat-v25-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-500 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('../font/montserrat-v25-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../font/montserrat-v25-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/montserrat-v25-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../font/montserrat-v25-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../font/montserrat-v25-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../font/montserrat-v25-latin-500.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-600 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('../font/montserrat-v25-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../font/montserrat-v25-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/montserrat-v25-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../font/montserrat-v25-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../font/montserrat-v25-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../font/montserrat-v25-latin-600.svg#Montserrat') format('svg'); /* Legacy iOS */
}


 
 html {
      -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
 body {
 	//font-family:'Source Sans Pro', Arial, Helvetica, Geneva, sans-serif;
 	font-family: 'Montserrat', Arial, Helvetica, Geneva, sans-serif;
 	font-size:0.95em;
 	font-weight:400;
 	line-height:1.40em;
 	-webkit-hyphens: auto;-khtml-hyphens: auto;-moz-hyphens: auto;-ms-hyphens: auto;-o-hyphens: auto;-epub-hyphens: auto;hyphens: auto;
 	color:rgba(23, 20, 81, 1.00);
 	//color:rgba(124, 128, 131, 1.00);
 	//background:url(
    data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAKCAYAAAB10jRKAAAAGElEQVQImWOYtub0fwY0goGBgQFdDE4AAKApG21CjokyAAAAAElFTkSuQmCC
   ) repeat;
   
   
   
   background: linear-gradient(90deg, rgba(71, 112, 175, 1.00), rgba(71, 112, 175, 0.00));
   //background: radial-gradient(rgba(71, 112, 175, 1.00), rgba(71, 112, 175, 0.10));
   //background: conic-gradient(rgba(71, 112, 175, 1.00), rgba(71, 112, 175, 0.10));
    background-size: 200% 200%;

    -webkit-animation: AnimationName 29s ease infinite;
    -moz-animation: AnimationName 29s ease infinite;
    animation: AnimationName 29s ease infinite;


@-webkit-keyframes AnimationName {
    0%{background-position:0% 52%}
    50%{background-position:100% 49%}
    100%{background-position:0% 52%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 52%}
    50%{background-position:100% 49%}
    100%{background-position:0% 52%}
}
@keyframes AnimationName {
    0%{background-position:0% 52%}
    50%{background-position:100% 49%}
    100%{background-position:0% 52%}
}
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen {
  
    .toprint {
    display: none !important;
    //page-break-before: avoid;
    //page-break-after: avoid;
    //page-break-inside: auto; 
  }
  //.container_menu {
    //page-break-before: avoid;
    page-break-after: avoid;
    //page-break-inside: avoid;    
  }  
  
  //.head, .transparent, .background, .spacer_to, .spacer3 {
    page-break-before: no;
    page-break-after: no;    
  }

}

@media print {
  
   body {
      background: transparent !important;
   }
  a,
  a:visited {
    text-decoration: none;
  }
  a[href]:after {
    content: "";
  }
  abbr[title]:after {
    content: "";
  }
  @page {
  	size:A4 portrait;
    margin: 1cm 0 1.5cm 0;
  } 
    .container_menu, .spacer, spacer_to, .transparent, .spacer3 {
    display: none !important;
  }
      .noprint {
    display: none !important;
  }
  //.txt {
    page-break-inside: avoid;
  }
  //.container {
    page-break-before: avoid;
    page-break-after: avoid;    
    page-break-inside: avoid;
  } 
  .toprint {
    display: block !important;
    width: 100%;
	max-width: 100pt;
	height: auto;
    margin-right: auto;
    margin-left: auto;
  }
  
   // .head {
    padding-top: -20px;
  }
  //.container_menu {
    //page-break-before: avoid;
    page-break-after: avoid;
    //page-break-inside: avoid;    
  }  
  
  //.head, .transparent, .background, .spacer_to, .spacer3 {
    page-break-before: no;
    page-break-after: no;    
  }

}


@media print and (color) {
   * {
      -webkit-print-color-adjust: exact;
      print-color-adjust: exact;
   }
}


a:focus, a:hover {
text-decoration: none;
outline: none;

color:rgba(32, 30, 67, 1.00);

//color:rgba(218, 206, 202, 1.00);
//background-color: rgba(248, 248, 248, 0);
}

a, a:active {
text-decoration: none;
outline: none;
color:rgba(29, 36, 88, 1.00);
//background-color: rgba(0, 248, 248, 0);
}
//a:visited {
text-decoration: none;
outline: none;
color:rgba(191, 180, 96, 1.00);
//background-color: rgba(0, 248, 248, 0);
}

.background {
	border: 0px solid red;
	width: 100%;
	max-width: 660px;
	height: auto;
	//margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  //padding: 0px 5px 0px 5px;
  
  background-color: rgba(71, 112, 175, 0.00);
  
  //background-color: rgba(255, 255, 255, 1);
}


@-webkit-keyframes AnimationName {
    0%{background-position:0% 52%}
    50%{background-position:100% 49%}
    100%{background-position:0% 52%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 52%}
    50%{background-position:100% 49%}
    100%{background-position:0% 52%}
}
@keyframes AnimationName {
    0%{background-position:0% 52%}
    50%{background-position:100% 49%}
    100%{background-position:0% 52%}
}


.container {
	border: 0px solid blue;
	width: 100%;
	max-width: 660px;
	height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 15px 0px 15px;
  
  background-color: rgba(71, 112, 175, 0.00);
  
  //background-color: rgba(255, 255, 255, 1);
}

.spacer {
	border: 0px solid blue;
	width: 100%;
	max-width: 660px;
	height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 5px 140px 5px;
  
  background-color: rgba(71, 112, 175, 0.00);
    
  //background-color: rgba(255, 255, 255, 1);
}

.spacer3 {
	border: 0px solid blue;
	width: 100%;
	max-width: 660px;
	height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 0px 2px 0px;
  
  background-color: rgba(71, 112, 175, 0.00);
    
  //background-color: rgba(255, 255, 255, 1);
}

.logo {
	//display: block;
	width: 100%;
	max-width: 200px;
	height: auto;
	//margin: 18px 0px 0px 120px;
	//margin: 18px 0px 0px 212px;
    margin-right: auto;
  	margin-left: auto;
	//padding: 20px 24px 17px 24px;
	//background-color: rgba(218, 206, 202, 1);
	//text-align: center;
}
.logo_footer {
	//display: block;
	width: 100%;
	max-width: 70px;
	height: auto;
	//margin: 18px 0px 0px 120px;
	//margin: 18px 0px 0px 212px;
    //margin-right: auto;
  	//margin-left: auto;
	//padding: 20px 24px 17px 24px;
	//background-color: rgba(218, 206, 202, 1);
	//text-align: center;
}

.head{
font-family:'Montserrat', Arial, Helvetica, Geneva, sans-serif;
 	font-size:1.25em;
 	font-weight:500;
 	line-height:1.20em;
 	text-transform: uppercase;
 	text-align:center;
 	//font-size:0.95em;
 	//font-weight:400;
 	//line-height:1.40em;
	
	//border-top: 1px solid rgba(210, 207, 200, 1.00);
	//border-bottom: 1px solid rgba(210, 207, 200, 1.00);
	margin-top: 44px;
	margin-bottom: 18px;
	padding: 0px 0px 0px 0px;
	width: 100%;
 	//font-size:2.20em;
 	//font-weight:300;
 	//line-height:1.10em;
 	//-webkit-hyphens: none;-khtml-hyphens: none;-moz-hyphens: none;-ms-hyphens: none;-o-hyphens: none;hyphens: none;
	
	color:rgba(29, 36, 88, 1.00);
	
	//color:rgba(53, 58, 62, 1.00);
}

.center {
display: table;
  width: 100%;
  table-layout: fixed;
}

.head_start{
    float: none;
    display: table-cell;
	text-align:center;
	//border-top: 1px solid rgba(150, 172, 203, 1.00);
	//border-right: 0px solid rgba(150, 172, 203, 1.00);
	//border-bottom: 1px solid rgba(150, 172, 203, 1.00);
	//border-left: 1px solid rgba(150, 172, 203, 1.00);
	//border-radius: 8px;
	//border: 2px solid rgba(255, 255, 255, 1.00);
	padding: 2px 0px 2px 0px;
 	//font-size:2.00em;
 	//font-weight:600;
 	//line-height:1.10em;
 	//-webkit-hyphens: none;-khtml-hyphens: none;-moz-hyphens: none;-ms-hyphens: none;-o-hyphens: none;hyphens: none;
 	font-family:'Montserrat', Arial, Helvetica, Geneva, sans-serif;
 	font-size:1.05em;
 	font-weight:500;
 	line-height:1.25em;
 	color:rgba(255, 255, 255, 1.00);
 	text-transform: uppercase;
	//color:rgba(255, 255, 255, 1.00);
	
	background-color: rgba(71, 112, 175, 1);
	
	//background-color:rgba(169, 173, 177, 1.00);

}

.head_start_txt{
    float: none;
    display: table-cell;
	text-align:center;
	//border-top: 1px solid rgba(150, 172, 203, 1.00);
	//border-right: 0px solid rgba(150, 172, 203, 1.00);
	//border-bottom: 1px solid rgba(150, 172, 203, 1.00);
	//border-left: 1px solid rgba(150, 172, 203, 1.00);
	//border-radius: 8px;
	//border: 2px solid rgba(255, 255, 255, 1.00);
	padding: 2px 0px 2px 0px;
 	//font-size:2.00em;
 	//font-weight:600;
 	//line-height:1.10em;
 	//-webkit-hyphens: none;-khtml-hyphens: none;-moz-hyphens: none;-ms-hyphens: none;-o-hyphens: none;hyphens: none;
 	font-family:'Montserrat', Arial, Helvetica, Geneva, sans-serif;
 	font-size:1.05em;
 	font-weight:500;
 	line-height:1.25em;
 	//color:rgba(255, 255, 255, 1.00);
 	//color:rgba(29, 36, 88, 1.00);
 	//text-transform: uppercase;
	//color:rgba(255, 255, 255, 1.00);
	
	//background-color: rgba(29, 36, 88, 1);
	
	//background-color:rgba(169, 173, 177, 1.00);

}

.aufpreis_txt{
	text-align:center;
    font-family:'Montserrat', Arial, Helvetica, Geneva, sans-serif;
 	font-size:1.05em;
 	font-weight:500;
 	line-height:1.25em;
 	//color:rgba(255, 255, 255, 1.00);
 	//color:rgba(29, 36, 88, 1.00);
 	//text-transform: uppercase;
	//color:rgba(255, 255, 255, 1.00);
	
	//background-color: rgba(29, 36, 88, 1);
	
	//background-color:rgba(169, 173, 177, 1.00);

}

.headernew_txt{
	text-align:center;
    font-family:'Montserrat', Arial, Helvetica, Geneva, sans-serif;
 	font-size:1.20em;
 	font-weight:500;
 	line-height:1.25em;
 	//color:rgba(255, 255, 255, 1.00);
 	//color:rgba(29, 36, 88, 1.00);
 	//text-transform: uppercase;
	//color:rgba(255, 255, 255, 1.00);
	
	//background-color: rgba(29, 36, 88, 1);
	
	//background-color:rgba(169, 173, 177, 1.00);

}

.head_start_left{
	//width:32.1%;
	width:49,1%;
	//border-right: 1px solid rgba(150, 172, 203, 1.00);
	//border: 1px solid rgba(241, 236, 231, 1.00);
}
.head_start_middle{
	width:32.1%;
	//margin: 0px 2px 0px 2px;
	//border-right: 1px solid rgba(150, 172, 203, 1.00);
	//border: 1px solid rgba(241, 236, 231, 1.00);
}
.head_start_right{
	//width:32.1%;
	width:49,1%;
	//border-right: 1px solid rgba(150, 172, 203, 1.00);
	//border: 1px solid rgba(241, 236, 231, 1.00);
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.txt {
  letter-spacing:0.00em;
  border: 0px solid red;
  padding: 0px 38px 0px 38px;
  text-align:center;
}


p {
  margin: 8px 0px 0px 0px;
}

.strong {
  font-weight:600;
  //color:rgba(53, 58, 62, 1.00);
}

.footer {

	//border-top: 1px solid rgba(210, 207, 200, 1.00);
		
//border-top: 1px solid rgba(156, 160, 164, 1.00);
  font-size: 0.86em;
  letter-spacing:-0.01em;
  text-align: center;
  color:rgba(29, 36, 88, 1.00);
  
//color:rgba(94, 94, 93, 0.90);
  //text-align: justify;
  //font-weight:400;
  //line-height:1.20em;
  padding: 32px 0px 32px 0px;
   	-webkit-hyphens: none;-khtml-hyphens: none;-moz-hyphens: none;-ms-hyphens: none;-o-hyphens: none;hyphens: none;
margin:50px 0px 20px 0px;
}

@media (max-width: 767px) {
	
.spacer {
	border: 0px solid blue;
	width: 100%;
	max-width: 432px;
	height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 5px 96px 5px;
  //background-color: rgba(255, 255, 255, 1);
}  

.background {
	border: 0px solid blue;
	width: 100%;
	max-width: 432px;
	height: auto;
  margin-right: auto;
  margin-left: auto;
  //padding: 0px 5px 0px 5px;
  background-color: rgba(71, 112, 175, 0.00);
}
.spacer3 {
	border: 0px solid blue;
	width: 100%;
	max-width: 432px;
	height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 0px 2px 0px;
  
  background-color: rgba(71, 112, 175, 0.00);
    
  //background-color: rgba(255, 255, 255, 1);
}

.logo {
	//display: block;
	width: 100%;
	max-width: 158px;
	height: auto;
  	margin-right: auto;
  	margin-left: auto;
  	//margin: 18px 0px 0px 34px;
  	//margin: 12px 0px 0px 100px;
	//padding: 5px 5px 5px 5px;
	//background-color: rgba(218, 206, 202, 1);
	//text-align: center;
}

.head_start{
 	font-size:0.85em;
 	//font-weight:600;
 	line-height:1.15em;
 	padding: 3px 0px 3px 0px;
}
.head_start_txt{
 	font-size:0.78em;
 	//font-weight:600;
 	line-height:1.15em;
 	padding: 3px 0px 3px 0px;
}

.aufpreis_txt{
 	font-size:0.78em;
 	//font-weight:600;
 	line-height:1.15em;
 	padding: 3px 0px 3px 0px;
}

.headernew_txt{
 	font-size:0.95em;
 	//font-weight:600;
 	line-height:1.15em;
 	padding: 3px 0px 3px 0px;
}

  .container {
	border: 0px solid red;
	width: 100%;
	max-width: 432px;
	height: auto;
    //margin-right: auto;
    //margin-left: auto;
    //padding: 0px 5px 0px 5px;
  }
  
   
.footer {
  font-size: 0.75em;
  line-height:1.35em;
  //letter-spacing:-0.01em;
  word-spacing:-0.02em;
  margin-right: -2px;
  margin-left: -2px;
   	-webkit-hyphens: none;-khtml-hyphens: none;-moz-hyphens: none;-ms-hyphens: none;-o-hyphens: none;hyphens: none;

}


}








