/* 
//////////////////////////////////////////////////////////////
///////////////////////// All Style //////////////////////////
//////////////////////////////////////////////////////////////
*/

body {
  margin:0px;
  padding:0px;
  color:#2C2E32;
  overflow-y: scroll;
  background-color:#ffffff;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  letter-spacing: 0.08em;
  font-size: 1.1em;
  -webkit-text-size-adjust: none;
  text-size-adjust:none;
  -moz-text-size-adjust:none;
  -webkit-font-size-adjust:none;
  font-size-adjust:none;
  -moz-font-size-adjust:none;

  line-height: 1.3;
}

a {
  text-decoration:none;
}

video {
  object-fit: cover;
}

.wrapper {
  max-width:1350px;
  width:100%;
  margin-left:auto;
  margin-right:auto;
}

img {
  line-height: 0px;
  margin:0px;
  padding:0px;
}

h1 {
  margin:0px;
  padding:0px;
  color:#2C2E32;
  font-weight: 900;
  font-size:1.8em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h2 {
  margin:0px;
  padding:0px;
  font-weight: 900;
  color:#2C2E32;
  font-size:1.8em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h3 {
  margin:0px;
  padding:0px;
  font-weight: 900;
  color:#2C2E32;
  font-size:1.8em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.highlight {
  color:#ffffff;
  font-weight: bold;
}

.textfield {
  border:#676767 0.1em solid;
  padding:2%;
  width:95.5%!important;

  font-family: 'Lato', sans-serif;
  font-size: 15px;
  color:#676767;

  background-color:transparent;
  height:300px;
}

.inputfield {
  border:#676767 0.1em solid;
  padding:2%;
  width:60%;

  font-family: 'Lato', sans-serif;
  font-size: 15px;
  background-color:transparent;
  color:#676767;
}

.submitfield {
  cursor:pointer;
  font-family: 'Lato', sans-serif;

  float:left;
  padding:0.8em 1.4em;
  border:solid 0.15em #ffffff;
  color:#ffffff;
  font-weight: bold;
  font-size: 1.5em;

  background-color:#2572D9;
}


/*
//////////////////////////////////////////////////////////////
//////////////////////// Header Style ////////////////////////
//////////////////////////////////////////////////////////////
*/


.header_icon {
  float:left;
  width:250px;
  height:250px;
  text-align:center;
  border-radius:200px 200px 200px 200px;
  -moz-border-radius:200px 200px 200px 200px;
  -webkit-border-radius:200px 200px 200px 200px;
  border:solid 2px #ffffff;
}

.header_icon img {
  width:100%;
}


.navi_box {
  width:100%;
  float:left;
  background-color:#ffffff;
  position:fixed;
  top:0px;
  left:0px;
  z-index:9999;
  color:#676767;
  border-bottom:0.01em solid #676767;
}



.contact_container {
  color:#ffffff;
  text-align: right;
  float:right;
  margin-top:47px;
  margin-left:3em;
  font-size:1.5em;
  letter-spacing: -0.05em;
  font-weight:200;
}

.contact_container a {
  color:#2572D9;
}

.contact_container a:hover {
  color:#676767;
}



.logo_container {
  float:left;
  padding:8px 0px
}

.logo_container img {
  height:5em;
  margin-bottom:-5px;
}

.navi_container {
  float:right;
}

.navi {
  float:left;
  text-align:center;
  width:100%;
  margin-top:53px;
}

.navi a {
  color:#676767;
  font-size:1.1em;
  text-transform: uppercase;
  font-weight: 300;
}

.navi a:hover {
  color:#2572D9;
}

.curnav {
  color:#2572D9;
  display:block;
  background-position: bottom center;
  background-repeat: no-repeat;

}

.subnavi {
  font-size:15px;
}

/*
//////////////////////////////////////////////////////////////
////////////////// Slider Einstellungen //////////////////////
//////////////////////////////////////////////////////////////
*/


.header_box {
  float:left;
  width:100%;
  height:900px;
  background-color:#ffffff;
  overflow:hidden;
}

#my_fader {
  width:100%;
  height:900px;
  float:left;
  overflow:hidden;
}

.header_box a {
  color:#ffffff;
}

.header_box a:hover {
  color:#ffffff;
}

.header_container {
  float:left;
  width:100%;
  min-height:300px;
  overflow:hidden;
  color:#ffffff;
  font-size:50px;
  font-weight: bold;
  background-color:rgba(0,0,0,0.5);
}

#slide_container {
  position:relative;
  float:left;
  width:100%;
  height:100%;
  display:block;
}

.slides {
  position:absolute;
  display:none;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  background-size: auto 100%;
  background-position:bottom center;
  background-repeat: no-repeat;
}

@media (min-device-width: 1280px) {
  .slides {
    position:absolute;
    display:none;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background-size: 100% auto;
    background-position:bottom center;
    background-repeat: no-repeat;
  }
}


/*
//////////////////////////////////////////////////////////////
/////////////////// Content Einstellungen ////////////////////
//////////////////////////////////////////////////////////////
*/


.plus {
  float:left;
  width:100%;
  margin-top:150px;
  line-height: 0;
  padding:0;
}


.bubble {
  float:left;
  width:12.5em;
  height:12.5em;

  background-position:center center;
  background-size: 100% auto;
  background-repeat: no-repeat;

  border-radius:10em 10em 10em 10em;
  -moz-border-radius:10em 10em 10em 10em;
  -webkit-border-radius:10em 10em 10em 10em;
}

.buttonDesc {
  float:left;
  width:100%;
  margin-top:1em;
}

.buttonHeadline {
  color:#000000;
  font-weight: 600;
}


.serviceWrapper {
  float:left;
  width:100%;
  margin-bottom:3.5em;
}
.servicePicture {
  float:left;
  width:20%;
  margin-top:0.5em;
}

.servicePicture img {
  width:100%;
}
.serviceContent {
  float:left;
  width:50%;
  margin-left:5%;
}
.serviceHeadline {
  float:left;
  width:100%;
  font-weight: 600;
  color:#000000;
}
.serviceDesc {
  float:left;
  width:100%;
  margin-top:0.8em;
}
.subHeadline {
  float:left;
  width:100%;
  font-weight: 600;
  color:#000000;
  margin-bottom: 0.5em;
}

.bulletPoints {
  float:left;
  width:3%;
  font-weight:bold;
  color:#2572D9;
}

.listing {
  float:left;
  width:100%;
}

.listingPoints {
  float:left;
  width:95%;
  margin-left:0%;
}

.afterListing {
  float:left;
  width:100%;
  margin-top:0.5em;
}

/*
//////////////////////////////////////////////////////////////
//////////////////// Footer Einstellungen ////////////////////
//////////////////////////////////////////////////////////////
*/


.footer {
  width:100%;
  float:left;
  font-size:14px;
  padding:30px 0px;
  background-color:#2C2E32;
  color:#ffffff;
  background-image: url('img/pattern.jpg');
  background-repeat: repeat;

}

.footer_links {
  margin-left:12px;
}

.footer a {
  color:#ffffff;
  text-decoration:underline;
}


/*
//////////////////////////////////////////////////////////////
//////////// Dropdown Navigation Einstellungen ///////////////
//////////////////////////////////////////////////////////////
*/


#nav {
  display:inline-block;
}

#nav li {
  float: right;
  margin: auto;
}

.mouseover{
  margin:0 0 0 2em;
  display:block;
}

#nav li ul {
  text-align:left;
  position: absolute;
  max-width: 8em;
  left: -999em;
  background-color:rgba(0,0,0,0.5);
  margin-left:20px;
}

#subnav li {
  max-width:8em;
  min-width:8em;
  padding: 0px;
}

#subnav .mouseover {
  padding:5px;
}

#subnav li ul {
  max-width: 7em;
}

#nav, #nav ul {
   padding: 0;
   margin: 0;
   list-style: none;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
   left: -1100em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
   left: auto;
}

li>ul {
   top: auto;
   left: auto;
}













/* 
//////////////////////////////////////////////////////////////
/////////////////////// Content Style ////////////////////////
//////////////////////////////////////////////////////////////
*/


.gauge_box {
  float: left;
  width: 300px;
}

.gauge {
  width: 300px;
  height: 225px;
  margin-top:-40px;
}


.input_text {
  padding:6px 10px;
  border:1px solid #676767;
  width:478px;
  font-size:16px;
  font-family: 'Lato', sans-serif;
}

.contact_message {
  padding:6px 10px;
  border:1px solid #676767;
  width:678px;
  height:380px;
  font-size:16px;
  font-family: 'Lato', sans-serif;
}

.input_submit {
  float:right;
  padding:15px 7px;
  border:1px solid #FF0000;
  font-size:18px;
  cursor:pointer;
  color:#FF0000;
  font-family: 'Lato', sans-serif;
  background-color:#ffffff;
}

.input_submit:hover {
  border:1px solid #676767;
  color:#676767;
}

.content_button {
  float:right;
  padding:15px 7px;
  border:1px solid #FF0000;
  font-size:18px;
  cursor:pointer;
  color:#FF0000;
}

.content_button:hover {
  border:1px solid #676767;
  color:#676767;
}

.content {
  width:100%;
  margin-top:30px;
  margin-left:auto;
  margin-right:auto;
  float:left;
}

.content a {
  color:#2572D9;
  text-decoration:underline;
}

.shop_caths {
  float:left;
  width:100px;
  height:250px;
  background-repeat:no-repeat;
  margin-left:40px;
  margin-right:40px;
}

.cath_infos {
  float:left;
  width:100%;
  min-height:200px;
  display:none;
  margin-top:10px;
  padding-bottom:10px;
  border-bottom-style:solid;
  border-bottom-color:#676767;
  border-bottom-width:1px;
}

.contact {
  border: 2px solid rgb(102,158,66);
  
  box-shadow:0px 0px 2px black;
  -moz-box-shadow:0px 0px 2px black;
  -webkit-box-shadow:0px 0px 2px black;
  
  width:369px;
  height:20px;
  padding:1px;
}

.contact_text {
  border: 2px solid rgb(102,158,66);
  
  box-shadow:0px 0px 2px black;
  -moz-box-shadow:0px 0px 2px black;
  -webkit-box-shadow:0px 0px 2px black;
  
  padding: 1px;
  width:369px;
  height:195px;
}

#submit {
  color:white; 
  background-color:rgb(102,158,66); 
  width:113px; 
  height:25px;
  
  box-shadow:0px 0px 2px black;
  -moz-box-shadow:0px 0px 2px black;
  -webkit-box-shadow:0px 0px 2px black;
  
  font-size:17px;
  border:0px;
}