body,html{
   overflow: hidden !important;
}
body {
   font-family: 'Raleway', sans-serif;
   font-style: normal;
   font-weight: 300;
   color: #000;
   padding-top: 92px!important;
}
h1,h2,h3,h4,h5,h6 {
   margin: 0;
   font-style: normal;
   font-weight: 300;
}
p {
   line-height: 1.2;
}
ul {
   list-style: disc inside none; 
   margin-left: 0; 
   padding-left: 0;
}
li {
   padding-left: 0;
}
strong {
   font-style: normal;
   font-weight: 800;
}
a, a:active, a:focus {
   outline: none;
}
a:link, a:visited {
   color: #fff;
}
a:hover, a:active, a:focus {
   color: #dfdb00;
   text-decoration: none;
}
.fw300 {
   font-weight: 300;
}
.fw700 {
   font-weight: 700;
}
.fw800 {
   font-weight: 800;
}
.light {
   color: #fff;
}
.dark {
   color: #006184;
}
@media (min-width: 992px) {
   .container {
      width: 900px;
   }   
}
.navbar-toggle {
   border: 1px solid #0e688b;
}
.navbar-toggle .icon-bar {
   background-color: #0e688b;
}
.navbar {
   background: #fff;
   padding-top: 42px;
   height: 92px;
}
a.navbar-brand {
   display: inline-block;
   text-indent: -9999px;
   width: 200px;
   height: 90px;
   background: transparent 0 15px no-repeat;
   background-size: contain;
   background-image: url(../img/netzwerk_logo.png);
   /*background-image: url(../img/ac_prag_logo_w.svg),
      linear-gradient(transparent, transparent);*/
}
.navbar-nav {
   background: #fff;
   float: right;
}
.nav>li>a:link, .nav>li>a:visited {
   font-weight: 700;
   color: #006184;
}
.nav>li>a:focus, .nav>li>a:hover, .nav>li.active>a {
   text-decoration: none;
   background: none;
   color: #68b022;
}
.nav>li>a {
   padding-left: 25px;
   padding-right: 25px;
}
.nav>li>a.last {
   padding-right: 0;
}
.btn-default, .btn-white {
   background: transparent;
   font-weight: 700;
   font-size: 12px;
   color: #00678a;
   border-radius: 0;
   text-transform: uppercase;
   border: 1px solid #fff;
   padding: 8px 10px;
   line-height: 1;
}
.btn-white {
   border-color: #fff;
   color: #fff;
}
.btn-default:hover, .btn-white:hover {
   border-color: #fff;
   background: #fff;
   color: #e60034!important;
}
.btn-default:active, .btn-default:focus {
   background-color: #fff!important;
   border-color: #fff!important;
   outline: 0;
   color: #e60034!important;
   box-shadow: none;
}

/*HOME*/
.section-home .row {
   margin-top: 12%;
}
.section-home h2 {
   font-size: 60px;
}

/*WERK07*/
.section-werk07 {
   text-align: left;
}
.section-werk07 .row {
  margin-top: 14%;
}
.section-werk07 h2 {
   font-size: 26px;
   margin: 0 0 8px 60px
}

/*EXPERTEN*/
.section-experten .row > div {
   margin-top: 5%;
   text-align: left;
   font-size: 18px;
}
.section-experten .content-wrap {
   margin-left: 30px;
}
.section-experten ul {
   list-style-type: none;
   margin: 1.2em 0 2.5em;
}
.section-experten li {
   margin-left: 1.2em;
   margin-bottom: .5em;
}
.section-experten h2 {
   font-size: 22px;
}
.section-experten a:hover, .section-experten a:active, .section-experten a:focus {
   color: #fff;
}
.section-experten a:hover strong, .section-experten a:active strong, .section-experten a:focus strong {
   color: #dfdb00;
}

/*LEISTUNGEN*/
.section-leistungen .row > div {
   margin-top: 5%;
   text-align: left;
   font-size: 18px;
}
.section-leistungen .content-wrap {
   margin-left: 30px;
}
.section-leistungen ul {
   list-style-type: none;
   margin: 1.2em 0 2.3em;
}
.section-leistungen li {
   margin-left: 1.2em;
   margin-bottom: .7em;
   line-height: 1.2;
}
.section-leistungen h2 {
   font-size: 22px;
}

/*FOCUS*/
.section-focus .row > div {
   margin-top: 5%;
   text-align: left;
   font-size: 18px;
}
.section-focus .content-wrap {
   margin-left: 28px;
}
.section-focus ul {
   list-style-type: none;
   margin: 1.2em 0 2.3em;
}
.section-focus li {
   margin-left: 1.2em;
   margin-bottom: .5em;
   margin-bottom: .7em;
   line-height: 1.2;
}
.section-focus h2 {
   font-size: 22px;
}

/*KONTAKT*/
.section-kontakt .row > div {
   margin-top: 5%;
}
.section-kontakt .content-wrap {
   margin-left: 55px;
}
.section-kontakt h2 {
   line-height: 1.2;
}
.section-kontakt h2, .section-kontakt p {
   margin-bottom: 10px;
   font-size: 20px;
}
.section-kontakt a:link, .section-kontakt a:visited {
   color: #fff;
}
.section-kontakt a:hover, .section-kontakt a:active {
   text-decoration: underline;
}
.section-kontakt a.btn:hover, .section-kontakt a.btn:active {
   text-decoration: none;
}
.section-kontakt .btn {
   margin-top: 1em;
}

@media (min-width:767px) {
   a.navbar-brand {
      margin-left: 0!important;
   }
}

@media (max-width:767px) {
   .tapspace {
      display: inline-block;
      margin: .5em 0 0;
   }
   body {
      padding-top: 42px!important;
   }
   .navbar {
      padding-top: 12px;
      height: 42px;
      min-height: 0;
   }
   a.navbar-brand {
      position: absolute;
      top: 6px;
      width: 120px;
      height: 64px;
      margin-left: 15px;
      background-image: url(../img/netzwerk_logo.png);
      /*background-image: url(../img/ac_prag_logo_bk.svg),
         linear-gradient(transparent, transparent);*/
   }   
   .navbar-collapse.collapse.in,
   .navbar-collapse.collapsing {
      background: #fff;
   }   
   .navbar-toggle {
      margin-top: -8px;
      margin-bottom: 0;
   }
   .nav>li>a:link, .nav>li>a:visited {
      text-align: right;
      padding-right: 15px;
   }
   .btn-white {
      border-color: #000;
      color: #000;
   }
   .section-leistungen ul, .section-focus ul {
      margin-bottom: 1.8em;
   }
   /*HOME*/
   .section-home .row {
      margin-top: 25%;
   }
   .section-home h2 {
      font-size: 28px;
   }
   /*WERK07*/
   .section-werk07 .row {
     margin-top: 15%;
   }
   .section-werk07 h2 {
      font-size: 20px;
      margin: 0 0 12px;
   }
   /*EXPERTEN*/
   .section-experten .row > div {
      margin-top: 10%;
      padding-bottom: 15%;
      padding-bottom: 0;
      font-size: 16px;
   }
   .section-experten .content-wrap {
      margin-left: 0;
   }
   .section-experten ul {
      margin-bottom: 1.4em;
   }
   .section-experten li {
      margin-left: 2.2em;
      line-height: 1.2;
   }
   .section-experten h2 {
      font-size: 16px;
   }
   /*LEISTUNGEN*/
   .section-leistungen .row > div {
      margin-top: 15%;
      font-size: 16px;
   }
   .section-leistungen .content-wrap {
      margin-left: 0;
   }
   .section-leistungen li {
      margin-left: 2.2em;
      margin-bottom: .5em;
   }
   /*FOCUS*/
   .section-focus .row > div {
      margin-top: 15%;
      font-size: 16px;
   }
   .section-focus .content-wrap {
      margin-left: 0;
   }
   .section-focus li {
      margin-left: 2.2em;
      margin-bottom: .5em;
   }
   .section-focus h2 {
      font-size: 20px;
   }
   /*KONTAKT*/
   .section-kontakt .row > div {
      margin-top: 20%;
   }
   .section-kontakt .content-wrap {
      margin-left: 0;
   }
   .section-kontakt .btn {
      margin-top: 1.6em;
   }
}

@media (min-width:768px) AND (max-width:991px) {
   .section-experten .content-wrap, .section-leistungen .content-wrap, .section-focus .content-wrap {
      margin-left: 63px;
   }
}

@media (min-width:480px) AND (max-width:767px) {
   .visible-xs-block {
      display: none!important;
   }
   .hidden-xs-landscape {
      display: none!important;
   }
   .section-home .row {
      margin-top: 10%;
   }
   .section-werk07 .row {
      margin-top: 10%;
   }
   /*.section-werk07 h2 {
      font-size: 22px;
   }*/
   .section-experten .row>div, .section-focus .row>div, .section-leistungen .row>div {
      margin-top: 5%;
      font-size: 14px;
   }
   .section-experten h2, .section-leistungen h2, .section-focus h2 {
      font-size: 18px;
   }
   .section-kontakt .row > div {
      margin-top: 5%;
   }
}
@media (max-width:1023px) {
   .nav>li>a {
      padding-left: 15px;
      padding-right: 15px;
   }
}
/*
@media (min-width:1024px) AND (max-width:1280px) {

}

@media (min-width:992px) {

}

@media (min-width:1280px) {

}

@media (min-width:1280px) {

}

@media (min-width:1280px) and (max-height: 850px) {

}

@media (min-width:1600px) {

}*/