/**************************************************************************
Body
***************************************************************************/

/**************************************************************************
HEADER
***************************************************************************/
header{
   background-color: #262626;
}
.flexSubHeadIndex{
   display: flex;
   align-items: center;
   background-image: url(Bilder/homeSenkrecht.jpg);
   background-repeat: no-repeat;
   background-position: center;
   background-size:cover;
   height: 548px;
}
@media(min-width:38em){
   .flexSubHeadIndex{
      display: flex;
      align-items: center;
      background-image: url(Bilder/homeWaagrecht.jpg);
      background-repeat: no-repeat;
      background-position: center;
      background-size:cover;
      height: 380px;
   }
}
.itemSubHeadGray{
   background-color: rgba(38, 38, 38,0.5);
   padding: 8px;
   max-width: 100%;
}
@media(min-width:38em){
   .itemSubHeadGray{
      background-color: rgba(38, 38, 38,0.5);
      padding: 18px;
      max-width: 60%;
   }
}
.flexSubHeadLoesung{
   display: flex;
   align-items: center;
   background-image: url(Bilder/LoesungSenkrecht.jpg);
   background-repeat: no-repeat;
   background-position: center;
   background-size:cover;
   height: 548px;
}
@media(min-width:38em){
   .flexSubHeadLoesung{
      display: flex;
      align-items: center;
      background-image: url(Bilder/loesungWaagrecht.jpg);
      background-repeat: no-repeat;
      background-position: center;
      background-size:cover;
      height: 380px;
   }
}
.itemSubHeadPicture{
   margin-left:28px;
}
   .flexSubHeadVorteile{
      display: flex;
      align-items: center;
      background-image: url(Bilder/vorteilSenkrecht.jpg);
      background-repeat: no-repeat;
      background-position: center;
      background-size:cover;
      height: 548px;
}
@media(min-width:38em){
   .flexSubHeadVorteile{
      display: flex;
      align-items: center;
      background-image: url(Bilder/vorteilWaagrecht.jpg);
      background-repeat: no-repeat;
      background-position: center;
      background-size:cover;
      height: 380px;
   }
}
.flexSubHeadAngebot{
   display: flex;
   align-items: center;
   background-image: url(Bilder/angebotSenkrecht.jpg);
   background-repeat: no-repeat;
   background-position: center;
   background-size:cover;
   height: 548px;
}
@media(min-width:38em){
.flexSubHeadAngebot{
      display: flex;
      align-items: center;
      background-image: url(Bilder/angebotWaagrecht.jpg);
      background-repeat: no-repeat;
      background-position: center;
      background-size:cover;
      height: 380px;
   }    
}
.flexSubHeadPruef{
   display: flex;
   align-items: center;
   background-image: url(Bilder/pruefSenkrecht.jpg);
   background-repeat: no-repeat;
   background-position: center;
   background-size:cover;
   height: 548px;
}
@media(min-width:38em){
.flexSubHeadPruef{
      display: flex;
      align-items: center;
      background-image: url(Bilder/pruefWaagrecht.jpg);
      background-repeat: no-repeat;
      background-position: center;
      background-size:cover;
      height: 380px;
   }
}
.flexSubHeadService{
   display: flex;
   align-items: center;
   background-image: url(Bilder/serviceSenkrecht.jpg);
   background-repeat: no-repeat;
   background-position: center;
   background-size:cover;
   height: 548px;
}
@media(min-width:38em){
.flexSubHeadService{
      display: flex;
      align-items: center;
      background-image: url(Bilder/serviceWaagrecht.jpg);
      background-repeat: no-repeat;
      background-position: center;
      background-size:cover;
      height: 380px;
   }
}
.flexSubHeadKontakt{
   display: flex;
   align-items: center;
   background-image: url(Bilder/kontaktSenkrecht.jpg);
   background-repeat: no-repeat;
   background-position: center;
   background-size:cover;
   height: 548px;
}
.flexSubHeadServicePartner{
   display: flex;
   align-items: center;
   background-image: url(Bilder/servicepartnerSenkrecht.jpg);
   background-repeat: no-repeat;
   background-position: center;
   background-size:cover;
   height: 548px;
}
@media(min-width:38em){
   .flexSubHeadServicePartner{
      display: flex;
      align-items: center;
      background-image: url(Bilder/servicepartnerWaagrecht.jpg);
      background-repeat: no-repeat;
      background-position: center;
      background-size:cover;
      height: 380px;
   }
}
@media(min-width:38em){
.flexSubHeadKontakt{
      display: flex;
      align-items: center;
      background-image: url(Bilder/kontaktWaagrecht.jpg);
      background-repeat: no-repeat;
      background-position: center;
      background-size:cover;
      height: 380px;
   }
}

.flexSubHeadUeberUns{
   display: flex;
   align-items: center;
   background-image: url(Bilder/ueberUnsSenkrecht.jpg);
   background-repeat: no-repeat;
   background-position: center;
   background-size:cover;
   height: 548px;
}
@media(min-width:38em){
.flexSubHeadUeberUns{
      display: flex;
      align-items: center;
      background-image: url(Bilder/ueberUnsWaagrecht.jpg);
      background-repeat: no-repeat;
      background-position: center;
      background-size:cover;
      height: 380px;
   } 
}
 


/**************************************************************************
Navi und Menue
***************************************************************************/
/*Navigation mobil senkrecht*/
.flexNavi{
  display: none;
  z-index: 5;
}
/* +++ HAMBURGER UND NAVIGATION +++ */
label.hamburg { 
   display: block;
   width: 100%;
   height: 30px; 
   position:relative;
   background-color:#464646 ;
   position: sticky;
   top: 0;
}
input#hamburg {
   display:none
}
.line { 
   position: absolute; 
   left:10px;
   height: 2px; width: 30px; 
   background: #d7b740; 
   border-radius: 2px;
   display: block; 
   transition: 0.5s; 
   transform-origin: center; 
}
.line:nth-child(1) { top: 6px; }
.line:nth-child(2) { top: 14px; }
.line:nth-child(3) { top: 22px; }

#hamburg:checked + .hamburg .line:nth-child(1){transform: translateY(9px) rotate(-45deg);}
#hamburg:checked + .hamburg .line:nth-child(2){opacity:0;}
#hamburg:checked + .hamburg .line:nth-child(3){transform: translateY(-7px) rotate(45deg);}

nav.topmenu { 
   height: auto; 
   max-height:0; 
   overflow: hidden;
   transition: all 1s;
   background-color: white;
   position: sticky;
   top: 30px;
}
#hamburg:checked + .hamburg  + nav.topmenu { 
   max-height: 600px; 
}
ul{
   font-family:Arial, Helvetica, sans-serif;
   list-style: none;
}
a:link{
   text-decoration: none;
   font-family:Arial, Helvetica, sans-serif;
   color:#262626;
}
a:visited{
   font-family:Arial, Helvetica, sans-serif;
   color: #262626;
}
.flexBoxMenu{
   display: flex;
   align-items: center;
   border-bottom-color:grey;
   border-bottom-style:solid;
   border-bottom-width: 1px;
   width: 90%;
}
.itemMenuText{
   margin-left: 28px;
   color: #262626;
}

/*Navigation Desktop und mobil waagrecht*/
@media(min-width:45em){
   .flexNavi{
      display: flex;
      justify-content:center;
      top: 0;
      background-color: white;
      border-top-color: white;
      border-top-width: 18px;
      border-top-style: solid;
      position: sticky;
      top: 0;
   }
   label.hamburg{
      display: none;
   }
}
.itemNavi{
   margin-top: 3px;
   margin-left: 24px;
   background-color: white;
 
}

/**************************************************************************
SCHRIFTEN
***************************************************************************/
html{
	font-family: Arial, Helvetica, sans-serif;
}
.aufzaehlung{
   list-style-type: square;
}
.textNavi{
   font-size: x-small;
   text-align: center;
   margin-top: 3px;
   color:darkgray;
}
.textNaviActive{
   font-size: x-small;
   text-align: center;
   margin-top: 3px;
   color:black;
}
#textFooter{
   margin-left: 18px;
   color:white;
   font-size: small;
}
/*------weiss------*/
#whiteShadowSpacing{
color: white;
text-shadow: 2px 2px black;
letter-spacing: 3px;
}
#whiteShadowKursiv{
   color: white;
   text-shadow: 2px 2px black;
   font-style: italic;
   }
#whiteCenter{
color: white;
text-align: center;
}
#largeWhiteCenter{
   text-align: center;
   color:white;
}
@media(min-width:38em){
   #largeWhiteCenter{
      font-size:xx-large;
      text-align: center;
      color:white;
   }
}
#white{
   color: white;
}
#blackCenter{
   color: black;
   text-align: center;
   }
#medium{
   font-size:medium;
}
#xxlarge{
   font-size:xx-large;
}
#xlarge{
   font-size:x-large;
}
.gruenFett{
   font-weight: 400;
   color:yellowgreen;
}
main{
   line-height: 1.5;
   color: white;
   font-weight:lighter;
}
#klein{
   font-size: small;
}
#grau{
   color:#262626
}
#rot{
   color: #c00000
}
.fettRot{
   color: #ff9900;
   font-weight: 400;
}
#gruenGroesser{
   color: yellowgreen;
   font-size: large;
}
#groesser{
   font-size: large;
}
#grauKlein{
   color:darkgray;
   font-size: small;
}
#orange{
   color:orange;
}
/**************************************************************************
LINIEN
***************************************************************************/
#lineWeiß{
	background:white;
	height:1px;
	border: none;
}
#lineGold{
	background:yellowgreen;
	height:1px;
	border: none;
}
   .flexBoxTrennImage{
      display: flex;
      margin-top: 18px;
      justify-content:center;
      align-items: center;
   }
   .itemTrennImageLinie1{
      width: 50%;
      margin-right: 8px;
   }
   .itemTrennImageLinie2{
      width:50%;
      margin-left:8px;
   }

/**************************************************************************
GRAFIKEN UND BILDER
***************************************************************************/
#logo{
   display: block;
   margin: auto;
   max-width:70%; 
	height:auto;
}
#bild{
   display: block;
   margin: auto;
   max-width:100%; 
	height:auto;
}
@media(min-width:38em){
   #bildPadding{
      display: block;
      margin: auto;
      max-width:100%; 
      height:auto;
      padding: 28px;
   }
}
#bildPadding{
   display: block;
   margin: auto;
   max-width:100%; 
   height:auto;
   margin-bottom: 18px;
}
#framePadding{
   display: block;
   margin: auto;
   max-width:100%; 
   height:auto;
}

#imgMarginRight{
   margin-right: 28px;
}
#rahmenWeißBild{
   border-style: solid;
   border-color:white;
   border-width: 3px;
   border-radius: 8px;
}
#imgMarginRightRahmen{
   margin-right: 28px;
   border-style: solid;
   border-color:white;
   border-width: 3px;
   border-radius: 8px;
}

/**************************************************************************
BUTTONS und Links
***************************************************************************/
.button{
   border-style: solid;
   border-color: yellowgreen;
   border-width: 1px;
   background-color: yellowgreen;
   border-radius: 48px;
   margin-bottom: 38px;

}
.buttonSubmit{
   border-style: solid;
   border-color: yellowgreen;
   border-width: 1px;
   background-color: yellowgreen;
   border-radius: 48px;
   display: block;
   margin: auto;
   width:90%; 
	height:auto;
   margin-bottom: 38px;
   margin-top: 38px;
   min-height: 80px;
   font-size: xx-large;
}
.buttonKlein{
   border-style: solid;
   border-color: yellowgreen;
   border-width: 1px;
   background-color: yellowgreen;
   border-radius: 48px;
   display: block;
   margin: auto;
   max-width:50%; 
	height:auto;
   margin-bottom: 38px;
   margin-top: 38px;
}
.linkGruen{
   color:yellowgreen;
   text-decoration: underline;
}
a:link{
   text-decoration: none;
   font-family:Arial, Helvetica, sans-serif;
   color:darkgray;
}
a:visited{
   font-family:Arial, Helvetica, sans-serif;
   color: darkgray;
}

/**************************************************************************
FLEXBOX - ITEMS - DIVs im Article
***************************************************************************/
body{
   background-color: #262626;
}
article{
   background-color: #262626;
}
.flexRand{
   display: flex;
   justify-content: center;
   align-items: center;
}
@media(min-width:38em){
   .itemLinksRand{
      width: 18%;
   }
   .itemRechtsRand{
      width: 18%;
   }
}
.itemLinksRand{
   width: 8%;
}
.itemRechtsRand{
   width: 8%;
}

.flexWeiss{
	background-color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 18px;
}

@media(min-width:38em){
   .itemLinksWeiss{
      width: 18%;
	  background-color: green;
   }
   .itemMitteWeiss{
	   background-color: yellow;
   }
   .itemRechtsWeiss{
      width: 18%;
	  background-color: red;
   }
}
.itemLinksWeiss{
   width: 8%;
   background-color: green;
}
.itemMitteWeiss{
	background-color: yellow;
}
.itemRechtsWeiss{
   width: 8%;
   background-color: red;
}

.flexZweiSpaltig{
   display: flex;
   justify-content: center;
   align-items: stretch;
}
.spalte1{
   flex: 1;
   margin-right: 18px;
   margin-left: 18px;

}
.spalte2{
   flex: 1;
   margin-left: 18px;
   margin-right: 18px;
}
.flexEinspaltigCenter{
   display: flex;
   justify-content: center;
}
.spalte{
   margin-left: 3%;
   margin-right: 3%;
}
@media(min-width:38em){
   .spalte{
      margin-left: 18%;
      margin-right: 18%;
   }
}


/**************************************************************************
AUFZÄHLUNGEN
***************************************************************************/
/**************************************************************************
ANIMATIONEN
***************************************************************************/

/*PRÜFPFLICHT ALLE*/
.imageNavi{
   max-width:100%; 
   height:auto;
}

.bildNavi{
   margin-left: 18%;
   margin-right: 18%;
}
.boxNaviCheck{
   display:flex;
   flex-direction: column;
   margin-left: 18%;
   margin-right: 18%;
}
/*Vorschriften Normen und Verordnungen*/
input#naviCheck1 {
   display:none;
}
#naviCheck1:checked + .naviCheck1 .imagePfeil {transform: translateY(-1px) rotate(90deg);}
p.subText {
   height: auto; 
   max-height:0; 
   overflow: hidden;
   transition: all 0.5s;
}
#naviCheck1:checked + .naviCheck1  + p.subText { 
   max-height: 6000px;
}
.imagePfeil{
   margin-left: 20px;
   margin-right: 20px;
} 
.itemLabel1{
   display: flex;
   flex: 1;
   min-height: 48px;
   align-items: center;
   margin-top: -8px;
   background-color: #E9E2CE;
   z-index: 2;
}
/*Besonderheiten Wellnessanlagen*/
input#naviCheck2 {
   display:none;
}
#naviCheck2:checked + .naviCheck2 .imagePfeil {transform: translateY(-1px) rotate(90deg);}
p.subText {
   height: auto; 
   max-height:0; 
   overflow: hidden;
   transition: all 0.5s;
}
#naviCheck2:checked + .naviCheck2  + p.subText { 
   max-height: 6000px;
}
.imagePfeil{
   margin-left: 20px;
   margin-right: 20px;
} 
.itemLabel2{
   display: flex;
   flex: 1;
   min-height: 48px;
   align-items: center;
   margin-top: -8px;
   background-color: #E9E2CE;
   z-index: 2;
}
/*Prüffristen*/
input#naviCheck3 {
   display:none;
}
#naviCheck3:checked + .naviCheck3 .imagePfeil {transform: translateY(-1px) rotate(90deg);}
p.subText {
   height: auto; 
   max-height:0; 
   overflow: hidden;
   transition: all 0.5s;
}
#naviCheck3:checked + .naviCheck3  + p.subText { 
   max-height: 6000px;
}
.imagePfeil{
   margin-left: 20px;
   margin-right: 20px;
} 
.itemLabel3{
   display: flex;
   flex: 1;
   min-height: 48px;
   align-items: center;
   margin-top: -8px;
   background-color: #E9E2CE;
   z-index: 2;
}
/*Versicherung*/
input#naviCheck4 {
   display:none;
}
#naviCheck4:checked + .naviCheck4 .imagePfeil {transform: translateY(-1px) rotate(90deg);}
p.subText {
   height: auto; 
   max-height:0; 
   overflow: hidden;
   transition: all 0.5s;
}
#naviCheck4:checked + .naviCheck4  + p.subText { 
   max-height: 6000px;
}
.imagePfeil{
   margin-left: 20px;
   margin-right: 20px;
} 
.itemLabel4{
   display: flex;
   flex: 1;
   min-height: 48px;
   align-items: center;
   margin-top: -8px;
   background-color: #E9E2CE;
   z-index: 2;
}

/**************************************************************************
TABELLEN
***************************************************************************/
table{
   margin-top: 18px;
}


/**************************************************************************
Formulare
***************************************************************************/
fieldset{
   border-style: solid;
   border-width: 1px;
   border-color: yellowgreen
}
legend{
   color: white;
}
.beige{
   background-color:lemonchiffon ;
}
/**************************************************************************
FOOTER
***************************************************************************/
footer{
   height: 38px;
   border-top-color: greenyellow;
   border-top-style:solid;
   border-top-width: 1px;
}
.flexFooter{
   display: flex;
   align-items: center;
   background-color: #262626;
}
.itemFooter{
text-align:center;
}


