﻿body {
  	background-color: #ffffff; 				/* Hindergrundfarbe */
	font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif;		/* Schriftart */
 	height: 100%;						/* Seitenhoehe */
  	width: 100%;						/* Seitenbreite */
	color: #000000;
	margin:0px;
	padding:0px;

}


     /* Schrift- und Absatzanpassungen */

.center {text-align: center;}					/* Schrift: Zentrierung */

.right {text-align: right;}					/* Schrift: rechtsbündig */

.left	{text-align: left;}					/* Schrift: linksbündig */

.block	{text-align: jusitfy;}					/* Schrift: Blocksatz */

.linksab {display: block; 
	margin-left: auto; 
	margin-right: auto;
}								/* Block: linker Abstand */

.bottomab {
  padding-bottom: 4%;
}								

.farbS1 {color: #000000;}					/* Schrift: Farbaenderung */

.farbBack1 {
  background-color: #fbf4f6;
  }

.farbBack2 {
  background-color: #d6ffea;
  }
								/* Schrift: Farbe für p */

.farbBack3 {
  background-color: #000000;
  }
								/*  Hintergrundfarbe fuer offiziell */

.vertcenter {
  display: flex;
  align-items: center;
  justify-content: center;
}								/* Vertikale und horizontale Zentrierung */

.vertcenterlinks {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}                                                               /* Vertikale und Linksausrichtung Zentrierung */

								/* Schrift: Farbe für Überschriften */

.haftung {font-size: 80%; line-height: 190%;}			/* Schrift: Haftungsinfo */

a {
  color: #262626;
  white-space: nowrap;
  text-decoration: none;
}
a:hover {
  color: #000000;
  white-space: nowrap;
  text-decoration: underline;
} 


a.textlink {
  color: #494166;
  padding: 0 0 1% 0;
  text-decoration: underline;
}
a.textlink:hover {
  color: #2b1b6b;
  font-weight: bold;
  padding: 0 0 1% 0;
  text-decoration: underline;
} 

				/* Trennlinie: Einstellungen */
hr {
    border: 0;
    height: 1px;
    background: #333;
    margin: 4% 0;
}						

				/* Schrifteinstellung im Headerbild */
.SliderCont {
  position: relative;
  text-align: center;
  color: white;
    z-index:1;
}
.centeredSlid {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.PicSlider {
	  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  width: 100vw;
}


.ABou {
	padding: 10% 0;
}

     /* Schriftgroessenanpassung an Bildschirmgroesse */

@media only screen and (max-width: 480px) {
 h1 {font-size:30px; line-height: 1.6; padding: 4% 0 2% 0; text-align: center; font-weight: 900;}				/* Schriftgroesse bei Smartphone */
  h2 {font-size:28px; line-height: 1.5; padding: 1% 0; text-align: center; font-weight: 500;}
  h3 {font-size:26px; line-height: 1.5; padding: 0 0 1% 0; text-align: left; font-weight: 500;}
  h4 {font-size:22px; line-height: 1.5; padding: 0 0 1% 0; text-align: left; font-weight: 400;}
  h5 {font-size:20px; line-height: 1.5; padding: 0 0 1% 0; text-align: left; font-weight: 400;}
  p {font-size:18px;  line-height: 1.5; text-align: left; padding: 0 2% 1% 2%; font-weight: 300;}
  li {font-size:18px;  line-height: 1.5; text-align: left; padding: 0 2% 1% 2%; font-weight: 300;}
  a {font-size:18px;  line-height: 1.5; font-weight: 300;}
  .logo {
  font-size: 200%;
  font-weight: 200;
  text-align: right;
  width: 90%;
  }
  .logo2 {
  font-size: 200%;
  font-weight: 200;
  text-align: center;
  width: 90%;
  }
  .logoK {
  font-size: 150%;
  font-weight: 200;
  text-align: center;
  }
  .AB {
  margin: 0 2%; 
  }
  .ABinfo {
  margin: 0 2%;
  } 
  ul {padding-left: 4%;}
}								
@media only screen and (min-width: 481px) and (max-width: 1000px) {
  h1 {font-size:40px; line-height: 1.6; padding: 4% 0 2% 0; text-align: center; font-weight: 200;}				/* Schriftgroesse bei Tablet */
  h2 {font-size:32px; line-height: 1.4; padding: 1% 0; text-align: center; font-weight: 200;}
  h3 {font-size:28px; line-height: 1.4; padding: 0 0 1% 0; text-align: left; font-weight: 200;}
  h4 {font-size:24px; line-height: 1.4; padding: 0 0 1% 0; text-align: left; font-weight: 200;}
  h5 {font-size:22px; line-height: 1.4; padding: 0 0 1% 0; text-align: left; font-weight: 200;}
  p {font-size:18px;  line-height: 1.4; text-align: left; padding: 0 2% 1% 2%; font-weight: 200;}
  li {font-size:18px;  line-height: 1.4; text-align: left; padding: 0 2% 1% 2%; font-weight: 200;}
  a {font-size:18px;  line-height: 1.4; font-weight: 200;}
  .logo {
  font-size: 300%;
  font-weight: 200;
  text-align: center;
  }
  .logo2 {
  font-size: 300%;
  font-weight: 200;
  text-align: center;
  }
  .logoK {
  font-size: 220%;
  font-weight: 200;
  text-align: center;
  }
  .AB {
  margin: 0 2%; 
  } 
  .ABinfo {
  margin: 0 2%;
  } 
  .ABlinksU {
  padding: 5% 0 5% 20%;
  }
    .Bildabstand {
		margin-top: 8%;
  }
}
@media only screen and (min-width: 1001px) {
  h1 {font-size:55px; line-height: 1.6; padding: 4% 0 2% 0; text-align: center; font-weight: 200;}				/* Schriftgroesse bei Desktop */
  h2 {font-size:40px; line-height: 1.4; padding: 1% 0; text-align: center; font-weight: 200;}
  h3 {font-size:30px; line-height: 1.4; padding: 0 0 1% 0; text-align: left; font-weight: 200;}
  h4 {font-size:28px; line-height: 1.4; padding: 0 0 1% 0; text-align: left; font-weight: 200;}
  h5 {font-size:24px; line-height: 1.4; padding: 0 0 1% 0; text-align: left; font-weight: 200;}
  p {font-size:18px;  line-height: 1.4; text-align: justify; padding: 0 2% 1% 2%; font-weight: 200;}
  li {font-size:18px;  line-height: 1.4; text-align: left; padding: 0 2% 1% 2%; font-weight: 200;}
  a {font-size:18px;  line-height: 1.4; font-weight: 200;}
  .logo {
  font-size: 400%;
  font-weight: 200;
  text-align: center;
  margin: 0;
  padding: 0;
  }
  .logo2 {
  font-size: 400%;
  font-weight: 200;
  text-align: center;
  margin: 0;
  padding: 0;
  }
  .logoK {
  font-size: 300%;
  font-weight: 200;
  text-align: center;
  margin: 0;
  padding: 0;
  }
  .AB {
  margin: 0 15%; 
  }
  .ABinfo {
  margin: 0 15%;
  padding-top: 2%;
  } 
  .ABlinksU {
  padding: 5% 0 5% 20%;
  }
  .Bildabstand {
		margin-top: 8%;
  }
}


	/* Seitengrideinstellung */


@media not screen and (max-width: 481px) {
  .Smart {
  display: none;
  background-color: #ffffff;
  }								/* Einblenden und Abstand bei Smartphone */
}								

@media not screen and (max-width: 800px) and (min-width: 481px) {
  .Tablet {
  display: none;
  }								/* Einblenden und Abstand 481 bis 800 */
}

@media not screen and (min-width: 801px) {
  .Desk {
  display: none;
  }								/* Einblenden und Abstand ab 801 */
}

@media only screen and (max-width:480px) {
	.Smartaus {
		  display: none; 
	}
}					/* Smartphone ausblenden bis 480px */

.ABSlider {
  text-align: center;
  /*padding: 5% 5% 0 5%;*/ 
}

.ABColor {
  background-color: #ffffff;
}




	/* Grid-System */

* {
  box-sizing: border-box;
}

.container {
  padding: 0;
}

/* Clear floats */
.row:after {
  content: "";
  display: table;
  clear: both
}

/* 2/3 column */
.column-66 {
  float: left;
  width: 66.66%;
}

/* 1/3 column */
.column-33 {
  float: left;
  width: 33.33%;
  padding: 0 2%;  
}

/* 1/3 column - klein */
.Kcolumn-33 {
  float: left;
  width: 29%;  
}


/* 1/2 column */
.column-50-1 {
  float: left;
  width: 50%;
  padding: 0 2%;
}
/* 1/2 column */
.column-50-2 {
  float: left;
  width: 50%;
  padding: 0 2%;
}

/* 20 column */
.column-20 {
  float: left;
  width: 20%;
}

/* 80 column */
.column-80 {
  float: left;
  width: 80%;
}


/* Add responsiveness - make the columns appear on top of each other instead of next to each other on small screens */
@media only screen and (max-width: 800px) {
  .column-66,
  .column-33 {
    width: 99%;
  }
}
@media only screen and (max-width: 800px) {
  .column-50-1, .column-50-2 {
    width: 99%;
  }
}

@media only screen and (max-width: 800px) {
  .column-20,
  .column-80 {
    width: 99%;
  }
}

@media only screen and (max-width: 800px) {
  .Kcolumn-33 {
    width: 99%;
  }
}

	/* Bilder */

.responsiveB {
  width: 100%;
  height: auto;
  /* max-width: 1200px; */
}

	/* Menü */

@media only screen and (min-width: 801px) {
.mittig
{
        width: 800px;
        margin: 0 auto;
}
}


/* hide the checkbox and the label */

input#responsive-nav,
label.responsive-nav-label {
  display: none;
}

/* declarations for the not-responsove-menu */

nav {
  float: left;
  width: 100%;
  background: #ffffff; /*Hintergrundfarbe Navigation Desktop */
  font-size: 16px;
}

nav ul {
  margin: 0;
  padding: 0;
      z-index:2;
}

nav a {
  display: block;
  color: #000; /* Schriftfarbe, die Schriftfarbe für hover erfolgt bei der Linkeinstellung */
  text-decoration: none;
}

nav ul li {
  position: relative;
  float: left;
  list-style: none;
  color: #000;
  transition: 0.5s;
}

nav ul li a {
  padding: 20px 10px; /* Box-Abstand */
}

nav ul > li.submenu > a:after {
  position: relative;
  float: right;
  content: '';
  margin-left: 10px;
  margin-top: 5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  border-bottom: 5px solid transparent;
}

nav ul ul li.submenu > a:after {
  margin-left: auto;
  margin-right: -10px;
  border-left: 5px solid #fff;
  border-right: 5px solid transparent;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

nav ul li:hover {
  background: #d6ffea; /* Hintergrund Desktop hover */
}

nav ul ul {
  position: absolute;
  top: -9999px;
  left: -9999px;
  background: #fbf4f6; /* Hintergrundfarbe Unterverzeichnis */
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

nav ul ul li {
  float: none;
  width: 200px;
  border-bottom: 1px solid #555; /* Trennstrich-Farbe Unterverzeichnis */
}

nav ul ul li a {
  padding: 10px 20px;
}

nav ul ul li:last-child {
  border-bottom: none;
}

nav ul li:hover > ul {
  top: 100%;
  left: 0;
}

nav ul ul li:hover > ul {
  top: 0;
  left: 200px;
}

	/********* Groesse - Burger-Menue */

.grburger {
	font-size:26px;
}


/* Declarations for the responsive menu */

@media screen and (max-width: 800px) {
  

  
label.responsive-nav-label {
  position: relative;
  display: block;
  padding: 20px;
  /*background: #222;*/
  cursor: pointer;
  color: #000; /* Schrift Logofarbe Burgermenue */
}
  
label.responsive-nav-label span {
  margin-right: 10px;  
}

nav {
  position: absolute;
  top: -9999px;
  padding: 10px;
}

input#responsive-nav[type=checkbox]:checked ~ nav {
  position: relative;
  top: 0;
}

nav a:after {
  display: none;
}

nav li {
  float: none !important;
  width: 100% !important;
  border-bottom: none !important; 
}
  
nav li a {
  margin-bottom: 10px !important;
  padding: 10px 20px !important; 
  background: #fbf4f6; /* Hintergrundfarbe Burgermenue */
}
  
nav ul li:hover {
  background: none;
}
  
nav ul li a:hover {
  background: #d6ffea; /* Hintergrundfarbe Burgermenue bei hover */
}
  
nav ul ul {
  position: relative !important;
  width: 100%;
  left: 0 !important;
  top: 0 !important;
  background: none !important;
  box-shadow: none;
}
  
nav ul ul li {
  padding-left: 20px;
}

}

.menuefix {
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
}


	/*  BUTTON  */

.startbtn {
	width: 180px;
}
	
.Infobtn {
	width: 250px;
}

.btn {
  /*border: none;*/
	border-color: #ababab;
  	border-style: solid;
	border-width: 1px;
  color: white;
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
  margin: 2% 0;
  font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif;
}

.btn2 {
  border: none;
  color: white;
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
  font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif;
}


.info {background-color: #d6ffea;} /* Grüne Frabe für Button */
.info:hover {background: #ffffff;}

	/* Top-Button */

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #f1f1f1;
  color: #000000;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #ffffff;
}

.video-border {
    border: 2px solid #939393;
    background-color: #ffffff;
    display: block;
    margin: 0 auto;
    width: 100% !IMPORTANT;
    height: auto !IMPORTANT;
    max-width: 640px;
}
.Preisfeld {
   background-color: #ffffff;
   color: #000000;
}
.Preisrahmen {
   padding: 2%;
   margin: 2%;
}

	/* YouTube - Responsive-Einstellung */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.werbung {
	border-style: groove;
	/*border-style: solid;*/
	border-width: 2px;
	border-color: #ffffff;
	background-color: #d6ffea;
	padding: 3%;
	margin: 2%;
}

.ueberschrifttext {
	z-index: 1;
	text-align: left;
	padding: 5% 0 0 5%;
}

.box1 { position: relative; background: gray }
.box1 div { position: absolute }

.bewertung {
	margin: 2%; 
	padding: 1%; 
	background-color: #f0f0f0;
}

	/* YouTube - Responsive-Einstellung */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video1 {
	padding: 0 20%;
}

/*Exit Popup */
.exit-intent-popup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: rgba(33, 33, 33, 0.8);
    transform: translateY(60%) scale(0);
    transition: transform 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
	color: #555555;
}

.exit-intent-popup.visible {
    transform: translateY(0) scale(1);
}

.newsletter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Popup-specific styles */
.newsletter {
    background: #FFF;
    padding: 10px;
    border-radius: 3px;
}

.contactField {
	padding:5px;
	margin: 7px 0;
	}
	
.contactTextarea {
	min-width: 320px;
	min-height: 100px;
	}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 10px;
    height: 10px;
}