/*
 Theme Name:   Hydrogen NCITS Child Theme
 Theme URI:    http://ulis-web-buud.example.com/hydrogen-ncits-child/
 Description:  Child Theme of Gantry Hydrogen created for NCITS, containing all  hardcoded core theme file modifications by Artenreich now implemented in a clean child theme.
 Author:       Ulrich Babiak GK-NC and Artenreich
 Author URI:   http://ulis-web-buud.example.com
 Template:     g5_hydrogen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  g5_hydrogenchild
*/


/* EVERYTHING BELOW, including comments, is copied from the artenreich modified style.css in 4.28 */


/* ----------------------------------------------
 * Generated by Animista on 2019-6-18 22:51:26
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

@-webkit-keyframes slide-in-bottom{0%{-webkit-transform:translateY(100px);transform:translateY(100px);opacity:0}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes slide-in-bottom{0%{-webkit-transform:translateY(100px);transform:translateY(100px);opacity:0}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}
@-webkit-keyframes fade-in{0%{opacity:0}100%{opacity:1}}@keyframes fade-in{0%{opacity:0}100%{opacity:1}}

* {
  /*You just need this if you are only concerned with android and not desktop browsers.*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


body{
  color:#000;
  font-kerning: none;
  font-variant-ligatures: no-common-ligatures;
  font-family: 'GilroyMedium',Sans-Serif;
}

a{
  color:#0078D2;
}
a:hover,a:active {
  color:#0078D2;
}


h1,h2,h3{
  color: #0078D2;
  font-family: 'GilroyBlack',Sans-Serif;
  line-height: normal;
}

h1{
  font-size: 45px;
  margin-bottom: 40px;
}

h2{
  font-size: 33px;
}

h3{
  font-size: 25px;
  margin-top:50px;
}

strong{
  font-family: 'GilroyBlack',Sans-Serif;
}

:target::before {
  content: "";
  display: block;
  height: 160px; /* fixed header height*/
  margin: -160px 0 0; /* negative fixed header height */
}

.desktop{display: block;}
.mobile{display: none;}

*{
    outline: none;
}

/**/
.black{color:#000000;}
.blue{color: #0078D2;}
.white{color:#ffffff;}
.red{color:#fa280a;}
.grey-bg{background-color:#F4F6F7;}

/*LIST*/

.title-xxxl, .title-xxl, .title-xl, .title-l, .title-m{font-family: 'GilroyBlack',Sans-Serif;line-height: normal;}

.list-l{font-size:24px;}
.list-xl{font-size:30px;}
.title-xxxl{font-size: 85px;}
.title-xxl{font-size: 60px;}
.title-xl{font-size: 50px;}
.title-l{font-size: 30px;}
.title-m{font-size: 24px;}

/*LIST*/
.text-element ul{
  margin-left: 0;
}
.text-element li {
  clear: both;
  list-style-type: none;
  font-size: 18px;
  font-weight: 500;
  color: #535353;
  margin-bottom: 7px;
  text-indent: -1.7em;
  padding-left: 1.7em;
}

.text-element li:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 16px;
  border-radius: 20px;
  position: relative;
  top: -4px;
  background-color: #000000;
}


/*FIX*/

.home-slider p{
  margin: 0;
}

.no-mapa,
.no-mapa p,
.no-mapa img{
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
}

.shadow{
  transition: all 0.3s ease-out;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.38);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.38);
  box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.38);
}

.netfacts{
  padding: 50px 0;
}

.text-element,
.intro-text{padding:50px 0;}


/*******************************PRELOADER******************************/
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 999;
  background-color: #fff;
}
/*******************************HEADER******************************/
#g-header{position: fixed;width: 100%;}
#g-main{margin-top:80px;}

#g-header .g-container{padding: 0 15px;}
#g-header .g-grid{position: relative;}
#g-header .g-block{height:80px;}
#g-header a {color: #000;}


/*LINK BOX*/

.link{
  display: inline-block;
  background-color: #fa280a;
  padding: 10px 10px;
}

.link:hover{
  background-color: #cd2319;
}

.link a{
  color: #fff;
  font-family: 'GilroySemiBold',Sans-Serif;
  text-decoration: none;
  line-height: 28px;
  float: left;
}

.link a img{
  float: left;
  padding-right:10px;
}

.link-primary-blue { color: #fff; background-color: #0078D2; }
.link-primary-blue:hover { color: #fff; background-color: #005faf; }

/*******************************HEADER POSITIONING******************************/
#g-header .logo,
.main-nav,
.hotline-top{display: table;}
#g-header .logo .g-content,
.main-nav .g-content,
.hotline-top .g-content{display: table-cell; vertical-align: bottom;}

.main-nav .g-content,
.hotline-top .g-content{padding-bottom:15px !important;}
#g-header .logo .g-content{padding-bottom:20px !important;}


.fixed-head{
  top: -200px;
  transition: all 0.3s ease-out;
  position: fixed !important;
  width: 100%;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.38);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.38);
  box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.38);
}

.slide-down{
  top:0px;
}


/*******************************LOGO******************************/
#g-header .logo img{
  max-width: 240px;
}


/*******************************HOTLINE****************************/
.hotline-top{font-family:'GilroyBlack',Sans-Serif;}
.hotline-top p{
  margin:0px;
}
/*NAVIGATION*/

.nav-opener{
  display: none;
}

#menu-mainnav li:nth-child(1) .sub-menu{width:230px;}
#menu-mainnav li:nth-child(2) .sub-menu{width:180px;}
#menu-mainnav li:nth-child(3) .sub-menu{width:180px;}


/*******************************SLIDER****************************/

.slider-pos-correction{
  margin-top: 80px;
}
.container-position{
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.home-slider .item{
  position: relative;
  overflow: hidden;
}

.home-slider .overlay-panel{
  position: absolute;
  top:10%;
  width: 100%;
}
.home-slider .image img{
  width: 100%;
  height: auto;
}
.home-slider .headline{
  font-size: 65px;
  font-family: 'GilroyBlack',Sans-Serif;
  line-height: 100%;
  margin-bottom: 28px;
}

.home-slider .text{
  font-size: 20px;
  margin-bottom: 28px;
}

.no-dots .slick-dots{display: none;}


/****************************************/

.img-teaser .image{
  display: block;
  width: 100%;
  height: auto;
}

.img-teaser .overlay{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #0078D2;
}

.img-teaser .outer-wrap {
  position: relative;
}

.img-teaser .outer-wrap:hover .overlay {
  opacity: 0.75;
}

.img-teaser .outer-wrap img.click{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.img-teaser .wrap{
  color: #ffffff;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  width:100%;
}

.img-teaser .title-top {
    font-family: 'GilroyBlack',Sans-Serif;
    font-size: 35px;
}
.img-teaser .title-bottom{
  font-size: 20px;
}

.img-teaser .logo:hover .outer-wrap {
  background-color: #0078D2;
  transition: 0.3s;
}
.img-teaser .logo:hover img{
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  transition: 0.1s;
}

p{
  margin-top:10px;
}

.mod-col-1,.mod-col-2,.mod-col-3,.mod-col-4,.mod-col-5,.mod-col-6,.mod-col-7,.mod-col-8,.mod-col-9,.mod-col-10,.mod-col-11,.mod-col-12{
  float:left;
  padding:15px;
}

.mod-col-1{
  width: 100%;
}
.mod-col-2{
  width: 50%;
}
.mod-col-3{
  width: 33.33333333333333%;
}
.mod-col-4{
  width: 25%;
}
.mod-col-5{
  width: 20%;
}
.mod-col-6{
  width: 16.66666666666667%;
}
.mod-col-7{
  width: 14.28571428571429%;
}
.mod-col-8{
  width: 12.5%;
}
.mod-col-9{
  width: 11.11111111111111%;
}
.mod-col-10{
  width: 10%;
}
.mod-col-11{
  width: 9.090909090909091%;
}
.mod-col-12{
  width: 8.333333333333333%;
}
@media (max-width: 959px)  {
  .mod-col-1,.mod-col-2,.mod-col-3,.mod-col-4,.mod-col-5,.mod-col-6,.mod-col-7,.mod-col-8,.mod-col-9,.mod-col-10,.mod-col-11,.mod-col-12{
    width: 50%;
  }
}
@media (max-width: 767px)  {
  .mod-col-1,.mod-col-2,.mod-col-3,.mod-col-4,.mod-col-5,.mod-col-6,.mod-col-7,.mod-col-8,.mod-col-9,.mod-col-10,.mod-col-11,.mod-col-12{
    width: 50%;
  }

}

/************Text Widget*****/

#g-main .widget_text:first-of-type h2.widgettitle{
  font-size: 33px;
}

#g-main  .widget_text {

  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
}

h2.widgettitle {
  font-size: 18px;
}

#g-main .quote h2.widgettitle{
  font-size: 35px;
  margin-left: -1.5%;
}

.quote .widgettitle::before{
  content:"„";
}
.quote .widgettitle::after{
  content:"“";
}

/*****************/
/*TABS SIMPLE*/
.tabs-simple{
  background-color: #F4F6F7;
  padding: 50px 0;
}
.tabs-simple ul.tabs{
  margin: 0;
}

.tabs-simple ul.tabs li{
  font-size: 30px;
  list-style-type: none;
  font-family: 'GilroyBlack',Sans-Serif;
}

.tabs-simple ul.tabs .current img{
  filter: invert(50%) sepia(73%) saturate(5118%) hue-rotate(183deg) brightness(100%) contrast(107%);
}

.tabs-simple ul.tabs .tabtitle{
  color: #fff;
  text-align: center;
  padding: 30px;
}

.tabs-simple ul.tabs .tabtitle {
background-color: #b4b4b9;
}

.tabs-simple ul.tabs .current .tabtitle {
background-color: #0078D2;
}

.tabs-simple .tablinks{
  transition: all 0.2s;
}

.tabs-simple .tablinks:hover{
  cursor: pointer;
}

.tabs-simple .tablinks .wrap{
  background-color: #fff;
}

.tabs-simple .tablinks .wrap img{
  padding: 25px 75px;
}

.tabs-simple .tabcontent{
  display: none;
  padding: 10px 30px;
  margin-top: 30px;
  background-color: #fff;
}
.tabs-simple .tabs-content .current{
  display: block;
  animation-name: slide-in-bottom;
  animation-duration: 0.3s; /* or: Xms */
  animation-direction: alternate; /* or: normal */
  animation-timing-function: ease-out-quad; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
  animation-fill-mode: forwards; /* or: backwards, both, none */
}


.tabs-simple .arrow-down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}




/*IMG TEASER*/
.img-teaser-content {margin: 50px 0;}
.img-teaser-content .title{
  color: #0078D2;
  font-size: 29px;
  margin: 35px 0 0 0;
  font-weight: bold;
  font-family: 'GilroyBlack',Sans-Serif;
  line-height: 115%;
}

.img-teaser-content .content{
}
/*MET FActs*/
.netfacts{
  background-color: #f5f5f5;
}

.netfacts .ref-title {
    padding: 20px 0 60px 0;
    font-size: 35px;
    color: #0078D2;
    text-align: center;
    font-family: 'GilroyBlack',Sans-Serif;
  }

.netfacts .title{
  font-family: 'GilroyBlack',Sans-Serif;
  color: #fff;
  background-color: #0078D2;
  padding: 20px;
  font-size: 32px;
}

.netfacts .item{
  padding:0 30px;
  margin-bottom: 30px;
}
.netfacts .content{

  background-color: #fff;
}
.netfacts .content ul{
  margin: 0;
  padding:30px 45px;;
}

.accordion {
  font-family: 'GilroyBlack',Sans-Serif;
  font-size: 20px;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: center;
  outline: none;
  transition: 0.4s;
  background: transparent;
  padding-top: 30px;
  margin-bottom: 50px;
}
.accordion img{
  width:200px;
}

.active, .accordion:hover {}

.panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.panel.panel-notoggle {
  max-height: none;
}
.acco-open,.acco-close{
  margin-top: -90px;
  margin-bottom: 25px;
  padding: 0 40px;
  background-color: whitesmoke;
}

.net-open{display: block; color: #0078D2;}
.net-closed{display: none;color: #fa280a;}


/*Leistugnen Tabs*/
.tabs-leistungen{
  background-color: #fff;
  padding: 50px 0;
}
.tabs-leistungen ul.tabs{
  margin: 0;
}

.tabs-leistungen ul.tabs li{
  font-size: 19px;
  list-style-type: none;
  font-family: 'GilroyBlack',Sans-Serif;
}

.tabs-leistungen ul.tabs .current img{
  filter: brightness(0) invert(1);
}

.tabs-leistungen ul.tabs .tabtitle{
  color: #535353;
  text-align: center;
  padding: 25px 0 30px;
}

.tabs-leistungen ul.tabs .current .tabtitle {
  color: #fff;
}

.tabs-leistungen .tablinks{
  transition: all 0.2s;
}

.tabs-leistungen .tablinks:hover{
  cursor: pointer;
}

.tabs-leistungen .tablinks .wrap{
  background-color: #f4f6f7;
}
.tabs-leistungen .current .wrap{
  background-color: #0078D2;
}

.tabs-leistungen .tablinks .wrap img{
  width: 100%;
  padding: 30px 60px 0 60px;
}

.tabs-leistungen .tabs-content{
  margin: 20px 0;
}
.tabs-leistungen .tabs-content h2{
  margin-top: 0;
  color: #ffffff;
  font-size: 50px;
  font-weight: bold;
  font-family: 'GilroyBlack',Sans-Serif;
}

.tabs-leistungen .tabs-content img{
  filter: brightness(0) invert(1);
}
.tabs-leistungen .tabcontent .list{
  margin: 45px 0;
}

.tabs-leistungen .tabcontent{
  display: none;
}

.tabs-leistungen .tabcontent .wrapper{
  color: #ffffff;
  padding: 95px 0;
  background-image: url("/wp-content/uploads/system/transformation.jpg");
}


.tabs-leistungen .tabs-content .current{
  display: block;
  animation-name: fade-in;
  animation-duration: 0.5s; /* or: Xms */
  animation-direction: alternate; /* or: normal */
  animation-timing-function: ease-out-quad; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
  animation-fill-mode: forwards; /* or: backwards, both, none */
}

#g-footer{padding: 60px 0 150px;}
#g-footer a{color:#fff;}
#g-footer a:hover{text-decoration: underline;}

#g-footer table,
#g-footer td{
  border: none;
  padding: 0;
}

#g-footer .title{
  font-size: 18px;
  font-family: 'GilroyBlack',Sans-Serif;
  margin-bottom: 10px;
}

#g-footer .contact-box{
  font-size: 21px;
  font-weight: bold;
  color: #0078D2;
  background-color: #fff;
  padding: 14px 20px;
  margin-bottom: 20px;
}
#g-footer .social-icons{
  margin-left: -4px;
}
#g-footer .social-icons img{
  width:40px;
  background-color: #fff;
}
#g-footer .col-xs-12,
#g-footer .col-md-4{
  margin-bottom: 40px;
}


/*REFERENZEN SLIDER*/
.referenzen-slider{}
.referenzen-slider .item{
  position: relative;
}
.referenzen-slider .outer-wrap{
  position: relative;
  margin-top: 120px;
}
.referenzen-slider .wrap{
  line-height: normal;
  padding-right: 30px;
  border-right: 3px solid #0078D2;
}

.referenzen-slider .arrow-right{
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #0078D2;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  margin: auto;
}

.referenzen-slider .image{
  width: 100%;
}
.referenzen-slider .title{
  margin-bottom: 20px;
}

.referenzen-slider .overlay-panel{
  line-height: normal;
}
.referenzen-slider .container-position{}

/**/
.referenz_bilder .item{
  padding-bottom:15px;
}

/*MIN - MAX*/
@media only screen and (max-width: 1400px) and (min-width: 1200px) {
  .home-slider .headline {
      font-size: 55px;
    }
  .home-slider .text img{
    width:160px;
  }
  .referenzen-slider .outer-wrap{
    margin-top: 60px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {

  .home-slider .headline{
    font-size: 50px;
    margin-bottom: 25px;
  }

  .home-slider .text{
    font-size: 20px;
    margin-bottom: 12px;
  }

  .home-slider .text img{
    width:140px;
  }

  .link{
    font-size: 15px;
    padding: 7px;
  }
  .tabs-leistungen ul.tabs .tabtitle{font-size:15px;}

  .referenzen-slider .outer-wrap{
    margin-top: 80px;
  }
  .referenzen-slider .title span{
    font-size: 140% !important;
  }
  .referenzen-slider .name span{
    font-size: 100% !important;
  }


}
@media only screen and (max-width: 991px) and (min-width: 768px) {

  .home-slider .headline{
    font-size: 36px;
    margin-bottom: 15px;
  }

  .home-slider .text{
    font-size: 17px;
    margin-bottom: 10px;
  }
  .home-slider .text img{
    width:120px;
  }

  .link{
    font-size: 13px;
    padding: 7px;
  }

  /*SIMPLE TABS*/
  .tabs-simple .tablinks .wrap img {
    padding: 25px 45px;
  }
  .tabs-simple .tabtitle {
    font-size: 20px;
  }

  /*LEISTUNGEN TABS*/
  .tabs-leistungen ul.tabs .tabtitle {
    font-size:12px;
    color: #535353;
    text-align: center;
    padding: 25px 0 0;
    height: 75px;
  }

  .tabs-leistungen .tablinks .wrap img {
    width: 100%;
    padding: 20px 35px 0 35px;
  }
  .tabs-leistungen .l-image{
    width: 200px;
    margin-bottom: 20px;
  }
  .referenzen-slider .outer-wrap{
    margin-top: 30px;
  }
  .referenzen-slider .outer-wrap p{
    margin-bottom: 10px;
  }
  .referenzen-slider .title span{
    font-size: 120% !important;
  }
  .referenzen-slider .name span{
    font-size: 100% !important;
  }

}
@media only screen and (max-width: 767px) and (min-width: 556px) {

  .home-slider .headline{
    font-size: 33px;
    margin-bottom: 15px;
  }

  .home-slider .text{
    font-size: 15px;
    margin-bottom: 10px;
  }

  .link{
    font-size: 15px;
    padding: 7px;
  }

  .home-slider .text img{
    width:150px;
  }

  .link a img{
    padding-right: 9px;
    width: 30px;
    height: auto;
  }

  .link a{
    line-height: 20px;
  }

  .overlay .title-top{font-size: 20px;}
  .overlay .title-bottom{font-size: 11px;}


}
@media only screen and (max-width: 555px) and (min-width: 30px) {

  .mobile-left,
  .mobile-left h2{
    text-align:left !important;
  }



  h1 {
      font-size: 30px;
      margin-bottom: 25px;
  }
  h2,
  .home-slider .headline{
    font-size: 20px;
    margin-bottom: 10px;
    line-height: normal;
  }

  .home-slider .text{
    font-size: 14px;
  }

  .home-slider .text br{
    display: none;
  }

  .home-slider .text img{
    width:110px;
  }


  .link{
    font-size: 15px;
    padding: 7px;
  }

  .link a img{
    padding-right: 9px;
    width: 30px;
    height: auto;
  }

  .link a{
    line-height: 20px;
  }
  .overlay .title-top{font-size: 19px;}
  .overlay .title-bottom{font-size: 11px;}
  .img-teaser .overlay{opacity: 0.7;height: 35%;}



}

/*Kontakt*/

.contact{  }

.form-item{
  position: relative;
  padding-bottom: 25px;
}

textarea,
input[type="text"],
input[type="email"]{
  background-color: #f4f6f7;
  width: 100%;
  padding-left: 20px;
  border: none;
  border-bottom:3px solid #f4f6f7;
  border-radius: 0;
  box-shadow: none;
}

.textarea-workshop textarea{
  height: 265px;
}

input[type="text"],
input[type="email"]{
  height: 50px;
}

textarea:hover,
input[type="text"]:hover,
input[type="email"]:hover{
  border-bottom-color: #0078D2;
}

input[type="submit"]{
  color: #fff;
  padding: 13px 20px;
  margin-top: 20px;
  background-color: #fa280a;
}

input[type="submit"]:hover{
    background-color: #cd2319;
}

.checkbox-item{
  padding-bottom: 5px;
}

.checkbox-in-text{ float:left;}
.checkbox-in-text label span{
  display: none;
}
.checkbox-in-text label:before{
      margin-bottom: -15px !important;
}

span.wpcf7-list-item{
  margin-left: 0;
}
.wpcf7-radio input[type=radio],
.wpcf7-checkbox input[type=checkbox] {
    display: none;
}
.wpcf7-radio label:before,
.wpcf7-checkbox label:before {
    content: " ";
    display: inline-block;
    border: 2px solid #b4b4b9;
    height: 15px;
    width: 15px;
    margin-right: 5px;
}
.wpcf7-list-item-label{
  font-family: 'GilroyBlack',Sans-Serif;
}
.label-selected:before {
    background-color: #0078D2;
    border: 2px solid #0078D2 !important;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ok {
  padding: 10px 20px;
  height: 50px;
  margin: auto;
  margin-bottom: 30px;
}

.password-form{
  margin: auto;
  margin-bottom: 30px;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing{
  border: 3px solid #fa280a;
}
div.wpcf7-mail-sent-ok {
  border: 3px solid #0078D2;
}

.its-label{
  font-size:15px;
  color:#6f6f6f;
  padding-bottom: 3px;
}

@media (max-width: 768px) {
  .password-form,
  div.wpcf7-validation-errors,
  div.wpcf7-acceptance-missing,
  div.wpcf7-mail-sent-ok {
    margin: 0 15px;
}
}

@media (min-width: 768px) {
  .password-form,
  div.wpcf7-validation-errors,
  div.wpcf7-acceptance-missing,
  div.wpcf7-mail-sent-ok{
    width: 720px;
  }
}
@media (min-width: 992px) {
  .password-form,
  div.wpcf7-validation-errors,
  div.wpcf7-acceptance-missing,
  div.wpcf7-mail-sent-ok{
    width: 940px;
  }
}
@media (min-width: 1200px) {
  .password-form,
  div.wpcf7-validation-errors,
  div.wpcf7-acceptance-missing,
  div.wpcf7-mail-sent-ok{
    width: 1140px;
  }
}



/*MIN*/
@media only screen and (min-width: 768px) {
  /*******************NAVIGATION*********************/
  .main-nav .widget_nav_menu{ padding-left: 30px;}
  .main-nav{}
  .main-nav ul{margin: 0;}
  .main-nav ul#menu-mainnav > li{display: inline; margin-right: 20px;position: relative;}
  .main-nav ul#menu-mainnav > li:hover,
  .main-nav ul#menu-mainnav > li.current-menu-item{
    padding-bottom: 10px;
  }

  .sub-menu{
    display: none;

    position: absolute;
    left: 0;
    top: 25px;
    padding: 15px 15px 5px 15px;
    margin-left: 0 !important;
    background-color: #fff;
  }

  .sub-menu li{
    padding: 5px 0;
  }

  .main-nav li:hover .sub-menu{
    display: block;
  }
  .main-nav li a:hover,
  .sub-menu li a:hover{
    color: #0078D2 !important;
  }

  .tabs-leistungen .tablinks:hover
  .tabs-simple .tablinks:hover{
    margin-top:-10px;
  }
  .tabs-leistungen ul.tabs .tabtitle {
    height: 100px;
  }

  .referenzen-slider .overlay-panel{
    text-align: right;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .netfacts .content{
    min-height: 215px;
  }

}
@media only screen and (min-width: 892px){


}
@media only screen and (min-width: 992px) {}
@media only screen and (min-width: 1200px) {}

/*MAX*/

@media only screen and (max-width: 767px) {
  .title-xxl br, .title-xl br, .title-l br, .title-m br{display: none;}

  .list-l{font-size:16px;}
  .list-xl{font-size:24px;}
  .title-xxxl{font-size: 30px;}
  .title-xxl{font-size: 30px;}
  .title-xl{font-size: 25px;}
  .title-l{font-size: 20px;}
  .title-m{font-size: 18px;}

  .shadow-black{text-shadow: 1px 1px 2px black;}
  .shadow-white{text-shadow: 1px 1px 2px white;}


  h1 {
    font-size: 24px;
  }

  h1 br {
    display: none;
  }

  ul li{
    font-size: 16px !important;
  }

  .text-element span br {
    display: none;
  }

  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  .main-nav,
  .sub-menu {
    display: none;
    height: 0px !important;
  }

  .nav-opener {
    display: block;
    height: 0 !important;
  }

  .nav-opener .g-content {
    position: absolute;
    right: 10px;
    top: 0px;
  }

  .main-nav .widget_nav_menu {
    position: absolute;
    top: 65px;
    right: 10px;
    width: 200px;
    background: #000;
    padding: 20px;
  }

  ul#menu-mainnav {
    margin: 0;
  }

  .main-nav a,
  .main-nav a:hover {
    color: #fff !important;
  }

  /*SIMPLE TABS*/
  .tabs-simple .tab-correction .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .tabs-simple .tabcontent{
    padding: 15px 15px;
    margin-top: 10px;
  }

  .tabs-simple .tab {
    margin-bottom: 0;
  }
  .tabs-simple .tablinks .wrap {
    margin-left: -10px;
    margin-right: -10px;
  }

  .tabs-simple .tablinks .wrap img {
    padding: 10px 10px;
  }

  .tabs-simple ul.tabs .tabtitle {
    font-size: 13px;
    padding: 15px 0 15px 0;
  }

  .arrow-down {
    border-left: 10px solid transparent !important;
    border-right: 10px solid transparent !important;
    border-top: 10px solid #fff !important;
  }

  .img-teaser-content .title {
    font-size: 20px;
  }

  .img-teaser-content .item {
    margin-bottom: 50px;
  }

  .text-element, .intro-text {
    padding: 10px 0;
  }

  .tabs-leistungen .tablinks .wrap img {
    display: none;
  }

  .tabs-leistungen ul.tabs .tabtitle {
    color: #535353;
    text-align: center;
    padding: 15px 0;
  }

  .tabs-leistungen .tabcontent .wrapper {
    padding: 20px 0;
  }

  .tabs-leistungen .tabs-content img {
    width: 100px;
    padding-bottom: 15px;
  }

  .tabs-leistungen .tabs-content h2 {
    font-size: 24px;
  }
  .referenzen-slider .overlay-panel {
    background-color: #f4f6f7;
    padding-bottom: 30px;
  }

  .referenzen-slider .slick-dots {
    display: none !important;
  }
  .overlay-panel .title span {
    font-size: 18px !important;
  }

  .overlay-panel .name span {
    font-size: 16px !important;
  }

  .overlay-panel .title br {
    display: none
  }

  .netfacts .ref-title{
    padding: 20px 0 20px 0;
    font-size: 25px;
  }
  .netfacts .title{
    font-size: 25px;
  }
  .accordion img {
    width: 165px;
  }
}
@media only screen and (max-width: 992px) {
  .hotline-top{display: none;}

  #g-header .size-55,
  #g-header .size-60 {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 80%;
      -moz-flex: 0 80%;
      -ms-flex: 0 80%;
      flex: 0 80%;
      width: 80%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.large-slider-text .list-l {
		font-size: 15px !important;
	}
	.large-slider-text .title-xl{
		padding-top: 15px !important;
		font-size: 100% !important;
	}
}
