
body {
  font-family: Helvetica, Arial, sans-serif;
  /* max-width: 1200px; */
  min-width: 650px;
  margin: Auto;
  /* padding-left: 10px; */
  /* padding-right: 10px; */
  background-color: black;
  box-shadow: 0 0 200px 20px black inset;
  background-image: url(background3.jpeg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 100%;
  
}
.contentMain {
  width: 100%;
}

/*Header*/
.header {
  background-color: black;
  position: fixed;
  margin-top: -125px;
  width: 100%;
  z-index: 2;
  height:125px;
}
.Logo {
  width: 500px;
  position: absolute;
  margin-left: 30px;
  z-index: 100;
  box-shadow: 0px 0px 4px 3px rgb(0 0 0 / 50%), 0px 0px 5px 7px rgb(0 0 0 / 31%);
  background-color: black;
}
#imgLogo {
  width: 100%;
} 
{}
section{width:100%;margin:0px auto;display:table;position:relative;}
header{width:100%;display:table;background-color: #4b7c9f;}

nav{width:auto;float:right;}
nav ul{display:table;float:right;list-style:none;}
nav ul li{float:left;padding-right:5px; padding-left:5px;}
nav ul li:last-child{padding-right:0px;}
nav ul li a{color: #ffffff;font-size: 20px;padding: 25px 15px;display:inline-block;text-decoration:none;}
nav ul li a:hover{background-color:#002e5b; color:#fde428;}
nav ul li a:hover i{color:#fde428;}
nav ul li a i{color:#002e5b;}

.toggle-menu ul{display:table;width: 70px;margin:0px;padding:0px;outline:none;list-style:none;}
.toggle-menu ul li{width:100%;height: 9px;background-color:#002e5b;margin-bottom: 8px;}
.toggle-menu ul li:last-child{margin-bottom:0px;}

input[type=checkbox], label{display:none;}

@media only screen and (max-width: 1250px) {
.header{margin-top: -110px;height:110px}
header{padding-top: 15px;padding-bottom: 15px;}
#logo{padding:0px;}
input[type=checkbox] {position: absolute; top: -9999px; left: -9999px; background:none;}
input[type=checkbox]:fous{background:none;}
label {float:right;padding: 10px 0px;display:inline-block;cursor:pointer;margin-right: 20px;}
input[type=checkbox]:checked ~ nav {display:block;}

nav{display:none;position:absolute;right:0px;top: 77px;background-color:#002e5b;padding:0px;z-index:99;}
nav ul{width:auto;}
nav ul li{float:none;padding:0px;width: 100%;display:table;}
nav ul li a{color:#FFF;padding:10px 20px;display:block;border-bottom: 1px solid rgba(225,225,225,0.1);font-size: xxx-large;}
nav ul li a i{color:#fde428; padding-right:13px;}
}

/*Content Home*/
.content {
  margin-top: 125px;
  max-width: 1500px;
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 20px 10px black;
}
.banner {
  height: 290px;
  text-align: center;
  background-color: #002e5b;
}
#imgBanner {
  height: 300px;
  object-fit: cover;
  object-position: center;
  box-shadow: 0px 0px 4px 3px rgb(0 0 0 / 50%), 0px 0px 5px 7px rgb(0 0 0 / 31%);
}
@media only screen and (max-width: 1250px){
  .content {margin-top: 110px;}
  #imgBanner {width:100%;object-fit: fill;object-position: center;height:auto;}
  .banner{height:auto;}
}
h1 {
  margin-top: 30px;
  font-weight: normal;
  margin-bottom: 30px;
  margin-inline: 20px;
}
h2 {
  margin-top: 30px;
  font-weight: normal;
  margin-bottom: 15px;
  text-decoration: underline;
  margin-inline: 20px;
}
h3 {
  margin-top: 30px;
  font-weight: normal;
  margin-bottom: 15px;
  text-decoration: underline;
}
 {
  font-weight: normal;
}
.Headline {
  margin: auto;
  text-align: center;
}
.Three {width: 1250px;margin: auto;margin-top: 100px;}
.Hardware {width: 400px;float: left;}
.Partner {width: 400px;float: right;}
.Service {width: 400px;margin: auto;border-left: solid;border-right: solid;}
.IMG {text-align: center;width: 150px;margin: auto;}
#imgIcon {width: 100%;}
.TEXT {text-align: center;margin: 20px;font-size: larger;}

@media only screen and (max-width: 1250px) {
.Three {margin-top: 50px;/* max-width: 900px; *//* min-width: 600px; */width: auto;}
.Hardware {width: 100%;}
.Partner {width: 100%;border-bottom: solid;border-top: solid;}
.Service {width: 100%;float: left;border-style: hidden;}
.IMG {float: left;margin: 20px;}
.TEXT {text-align: left;margin-top: 30px;font-size: x-large;padding-right: 15px;word-spacing: 10px;}
#imgIcon {height: 150px;}
}
.Desc {
  max-width: 1000px;
  margin: auto;
  padding-left: 40px;
  padding-right: 40px;
}
.MainText {
  font-size: large; 
}
.person {
  margin: auto;
  text-align: justify;
  width: 1000px;
  font-size: large;
  padding-left: 100px;
  padding-right: 100px;
  
}
.rezensionback {
  background-image: url("/Bilder/rezback.jpg");
  background-size: cover;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.rezension {
  color: aliceblue;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: inherit;
  background-color: rgb(0 88 143 / 63%);
  padding-inline: 200px;
}
.rezname {
  text-align: right;
  padding-right: 50px;
  margin-top: 15px;
}
.anfahrt {
  margin: auto;
  max-width: 1000px;
  padding-left: 50px;
  padding-right: 50px;
  font-size: large;
}
#map {
  width: 100%;
}
.faq {
  max-width: 1000px;
  margin: auto;
  font-size: large;
}
#portrait {
  width: 0px;
  float: right;
  margin-left: 10px;
}
@media only screen and (max-width: 1250px) {
  .person {width: auto;float:left;margin-top:50px;margin-left: 50px;margin-right: 50px;padding-left: 0px;padding-right: 0px;}
  .rezensionback {float: left;}
  .rezension {float: left;margin-top: 20px;padding-top: 20px;padding-bottom: 20px;margin-bottom: 20px;padding-inline: 30px;}
  .MainText {font-size: x-large;word-spacing: 10px;}
  #portrait {float: none;margin-top: 20px;margin-bottom: 20px;margin-left: 30%;}
  .faq {margin-left: 30px;margin-right: 30px;font-size: x-large;}
  .Desc {float: none;}
  .WAQR-Line {float: left;width: 100%;}
}
.mySlides{
  box-shadow: 0 5px 8px 2px rgba(0, 0, 0, 0.2), 0 5px 20px 5px rgba(0, 0, 0, 0.19);
  max-height: 600px;
  margin: auto;
}
#imgStrech{
  width: 100%;
  visibility: hidden;
}
.Slide-container{
  text-align: center;
}
.button-display-left-top{
  width: 50px;
  position: relative;
  float: left;
  height: 600px;
  background-color: #00000040;
  color: white;
  border-color: #ffffff;
  border-style: solid;
  border-radius: 10px;
  z-index: 1;
}
.button-display-right-top{
  width: 50px;
  position: relative;
  float: right;
  height: 600px;
  background-color: #00000040;
  color: white;
  border-color: #ffffff;
  border-style: solid;
  border-radius: 10px;
  z-index: 1;
}
summary {
   list-style: disc;
   background-color: #4b7c9f;
   color: white;
   padding: 10px;
   margin-bottom: 20px;
   cursor: pointer;
}
/* Style für Webkit-Browser */
summary::-webkit-details-marker {
   display: none; /* Triangle not shown */
  }
summary::before {
   padding-right: .25rem;
   content: '▶ '; /* Instead of Triangle closed */
  }
details[open] summary::before {
   padding-right: .25rem;
   content: '▼ '; /* Instead of Triangle open */
  }
#sumtext {
  padding: 10px;
  background-color: #e6e6e6;
  width: 90%;
  margin-left: 10px;
  margin-bottom: 20px;
  margin-top: -20px;
  }
.WAQR-Line {
  text-align: center;
  background-color: #53bca6;
  color: white;
  font-size: large;
  padding-top: 20px;
  margin-top: 100px;
}
#WAQR {
  height: 500px;
}
@media only screen and (max-width: 1250px) {
.mySlides{
    max-width: 100%;
  }
.button-display-left-top{
    height: 50px;
    width: 50%;
  }
.button-display-right-top{
    height: 50px;
    width: 50%;
  }  
}

.teQAzf{
  max-width: 100%;
  width: 100%;
}

:root {
  --wishHeight: 0px;
}

.wish{
  height: var(--wishHeight);
}







/*Footer +++++++++++++++++++++++++++++++++++*/
.footer {
  text-align: center;
  margin-top: 100px;
  color: white;
  background-color: rgb(27 27 27 / 76%);
  font-size: 18px;
  min-width: 515px;
}
.footer_streifen {background-color: rgb(27 27 27 / 80%);}
.footer_kontakt {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 1200px;
  margin: auto;
}
#social {
  height: 60px;
  padding-left: 15px;
  padding-right: 15px;
}
.footer_company{float: left;margin-left: 50px;}
.footer_mail{width: 300px;margin: auto;}
.footer_adresse{float: right;margin-right: 50px;width: 250px;}
.footer_kontakt a{color: #ffffff;padding: 10px;display:inline-block;}
.footer_kontakt a:hover{color:#fde428;}

/* Iframe Stlyes */
#wishlist-desktop { display: block; }
#wishlist-mobile { display: none; }

@media only screen and (max-width: 1250px) {
#wishlist-desktop { display: none; }
#wishlist-mobile { display: block; }
.footer {width: 100%;float: none;}
.social {}
.footer_kontakt {font-size: larger;width: auto;}
.footer_company{float: none;margin-left: 0px;margin-left: 0px;}
.footer_mail{width: 300px;margin: auto;margin-top: 10px;}
.footer_adresse{float: none;margin-right: 0px;width: auto;margin: 10px;}
#social {height: 100px;}
}


.OfferFrame {width: 50%;}
#offer {width: 100%;}
@media only screen and (max-width: 1250px) {
.OfferFrame {width: 100%;}
#offer {width: 100%;}
}