/*!
*
*
*/
body,
html {
    width: 100%;
    height: 100%;
    background-color: #dbe5f1;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Titillium Web",sans-serif;
    font-weight: 400;
}

header {
    background-attachment: scroll;
    background-image: url(../img/backgrounds/bildbereich.jpg);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .container {
    height: 800px;
    width: 100%;
    padding-top:700px;
    padding-right: 0;
    padding-left: 0;
}

header .intro-heading {
    height: 100px;
    color: #dbe5f1;
    background: #303741;
    opacity: 0.7;
    z-index: 100;
}

header .intro-heading-text {
    font-family: 'Titillium Web', sans-serif;
    font-size: 60px;
    font-weight: 100;
    line-height: 25px;
    text-align: center;
    padding-top: 32px;
    opacity: 1;
    color: white;
}

.navbar-default {
    border-color: transparent;
    background-color: #dbe5f1;
}

.navbar-default .navbar-brand {
    font-family: 'Titillium Web', sans-serif;
    color: #000;
}

.navbar-brand > img {
    height: 45px;
}

.navbar-header > a {
    padding-top: 0;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}

.light-x {
    background-color: #dbe5f1;
}

.lighttext-x {
    color: #dbe5f1;
}

.lighttext-x a:link {
    color: #dbe5f1;
    text-decoration: underline;
}

.lighttext-x a:hover {
    color: #dbe5f1;
    text-decoration: underline;
}

.lighttext-x a:visited {
    color: #dbe5f1;
    text-decoration: underline;
}

.dark-x {
    background-color: #303741;
}

a {
    text-decoration: none;
    color: #303741;
}

a:hover {
    color: #303741;
}

.lead-foot {
    margin: 0 0 30px 16px;
}

/******FOOTER********/
footer {
    height: 75px;
    padding: 25px 0px;
}

#collapseOne {
    margin-left: 15px;
}

.vorb {
    font-size: 9px;
}

.panel-group .panel{
    margin-bottom: 0;
    border-radius: 0;
    border-color: #dbe5f1;
}

.panel {
    margin-bottom: 0px;
    border-radius: 0px;
    border-color: #dbe5f1;
    background-color: #dbe5f1;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    border: none;
}

.panel-default {
    margin-bottom: 0px;
    border-radius: 0px;
    border-color: #dbe5f1;
}

.panel-title > a {
    color: #303741;
    padding-bottom: 10px;
    font-size: 15px;
}

.panel-default > .panel-heading {
    background-color: #dbe5f1;
}

.panel-heading {
    padding: 0;
    border-bottom: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #dbe5f1;
    border-color: none;
}

.panel-body {
    padding-top: 50px;
    border: none;
}

a:hover, a:focus {
    color: #303741;
    text-decoration: none;
}

.sec7 {
    line-height: 1em;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #dbe5f1;
}

/* cookie bar */
.cookie-bar {
    background-color: #303741;
    color: #FFF;
    display: none;
    position: fixed;
    width: 100%;
    z-index: 1030;
}
.cookie-bar p {
    color: #FFF;
    margin: 15px 0;
    font-size: 14px;
}
.cookie-bar a {
    color: #FFF;
    text-decoration: underline;
}
.cookie-bar-close {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    overflow: hidden;
    float: right;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
}
.cookie-bar-close:before,
.cookie-bar-close:after {
    content: "";
    position: absolute;
    height: 1pt;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #FFF;
}
.cookie-bar-close:before { transform: rotate(45deg); }
.cookie-bar-close:after { transform: rotate(-45deg); }

.row-eq-height{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

@media(max-width:768px) {
  .cookie-bar p{
    height: 120px;
    width: 335px;
  }

  .cookiebarblock{
    top: 150px;
  }
}

@media(min-width:768px) {
  .cookiebarblock{
    top: 90px;
  }
}

@media(min-width:1200px) {
  .cookiebarblock{
    top: 70px;
  }
}

footer .pull-right a{
  margin-left: 10px;
}

@media(min-width:768px) {

    header .intro-heading {
        font-size: 75px;
        font-weight: 100;
        line-height: 25px;
    }
    .navbar-default {
        padding: 25px 0;
        border: 0;
        background-color: transparent;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .nav-brand-x{
        font-weight: 700;
    }

    .navbar-default.navbar-shrink {
        padding: 10px 0;
        background-color: #dbe5f1;
    }

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }

    .col-sm-11 {
        width: 80.6%;
    }

    .lead {
        line-height: 1.9;
    }

    .col-sm-4 {
        width: 106%;
    }
    /*********Section1**********/
    .sec1 {
        height: 540px;
    }

    .sec1 .container {
        height: 540px;
    }

    .sec1 .row {
        height: 540px;
    }

    .sec1>div>div>div>img {
        padding-top: 100px;
    }

    .sec1col2 {
        padding-top: 100px;
    }
    /*********Section2**********/
    .sec2.container .row {
        height: 400px;
    }

    .sec2 img {
        height: 100%;
        width: 100%;
    }

    .sec2col1 {
        padding-top: 80px;
        padding-bottom: 40px;
    }

    .sec2col2{
        padding-top: 60px;
        padding-bottom: 20px;
    }
    /*********Section3**********/
    .sec3 {
        height: 300px;
    }

    .sec3 .container {
        height: 300px;
    }

    .sec3 .row {
        height: 300px;
    }

    .sec3 {
        width: 100%;
        background: url(../img/backgrounds/parallax.jpg);
        background-position: relative;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }

    .sec3 div div {
        padding-top: 125px;
        font-size: 60px;
        margin-left: 15%;
        margin-right: 50%;
    }
    /*********Section4**********/
    .sec4 {
        height:500px;
    }

    .sec4 div div img {
        padding-top: 100px;
    }

    .sec4col2 {
        padding-top: 100px;
    }

    /*********Section5: divider_h**********/
    .sec5 {
        background-color: #dbe5f1;
    }

    /*********Section6**********/
    .sec6 {
        height:450px;
    }

    .sec6 .container {
        height: 450px;
    }

    .sec6 .row {
        height: 450px;
    }

    .sec6 div div img {
        padding-top: 50px;
    }

    .sec6col1 {
        padding-top: 100px;
    }
    /*********Section7**********/
    .sec7 {
        height:220px;
    }

    .sec7col1 {
        padding-top: 35px;
        padding-bottom: 10px;
    }

    .sec7 .container {
        height:220px;
    }

    .sec7 .container .row .col-sm-3 {
        width: 30%;
    }

    .sec7col2 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
@media(max-width:768px) {

    header .intro-heading-text {
        font-size: 50px;
        font-weight: 100;
        line-height: 25px;
        padding-top: 20px;
    }

    header {
        background-attachment: scroll;
        background-image: url(../img/backgrounds/bildbereich.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }

    header .container {
        height: 500px;
        width: 100%;
        padding-top: 425px;
        padding-right: 0;
        padding-left: 0;
    }

    header .intro-heading {
        height: 75px;
        color: #dbe5f1;
        background: #303741;
        opacity: 0.8;
        z-index: 100;
    }

    .navbar-default {
        padding: 25px 0;
        border: 0;
        background-color: transparent;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar {
        height: 60px;
    }

    .nav-brand-x{
        font-weight: 700;
    }

    .navbar-brand > img {
        height: 30px;
    }

    .navbar-header {
        padding-top: 5px;
    }

    .navbar-default {
        padding-top: 0;
    }

    .navbar-default.navbar-shrink {
        padding: 10px 0;
        background-color: #dbe5f1;
    }

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }

    .col-sm-11 {
        width: 80.6%;
    }

    .lead {
        line-height: 1.9;
    }

    .col-sm-4 {
        width: 106%;
    }

    .section-heading {
        font-size: 25px;
    }

    .contactpe {
        font-size: 30px;
    }

    .light-x-text {
        padding-top: 15px;
    }

    .dark-x-text {
        padding-top: 15px;
    }
    /*********Section1**********/
    .sec1 {
        height: 400px;
    }

    .sec1 .container {
        height: 400px;
    }

    .sec1 .row {
        height: 400px;
    }

    .sec1>div>div>div>img {
        padding-top: 70px;
    }

    .sec1col2 {
        padding-top: 50px;
    }
    /*********Section2**********/
    .sec2 {
        height: 350px;
    }

    .sec2 .container {
        height: 350px;
    }

    .sec2 .row {
        height: 350px;
    }

    .sec2 img {
        height: 100%;
        width: 100%;
    }

    .sec2col1 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .sec2col2{
        padding-top: 60px;
        padding-bottom: 20px;
    }

    /*********Section3**********/
    .sec3 {
        height: 200px;
    }

    .sec3 .container {
        height: 200px;
    }

    .sec3 .row {
        height: 200px;
    }

    .sec3 {
        width: 100%;
        background: url(../img/backgrounds/parallax.jpg);
        position: relative;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
   }

    .sec3 div div {
        padding-top: 65px;
        font-size: 40px;
        margin-left: 0%;
        margin-right: 0%;
    }

    .sec3 div div p {
        text-align: center;
    }

    /*********Section4**********/
    .sec4 {
        height:400px;
    }

    .sec4 div div img {
        padding-top: 50px;
    }

    .sec4col2 {
        padding-top: 50px;
    }

    /*********Section6**********/
    .sec6 {
        height:400px;
    }

    .sec6 .container {
        height: 450px;
    }

    .sec6 .row {
        height: 450px;
    }

    .sec6 div div img {
        padding-top: 50px;
    }

    .sec6col1 {
        padding-top: 100px;
    }
    /*********Section7**********/
    .sec7 {
        height:250px;
    }

    .sec7col1 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .sec7 .container {
        height:250px;
    }

    .sec7 .container .row .col-sm-3 {
        width: 30%;
    }

    .sec7 .row {
        height:230px;
    }

    .sec7col2 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

}

@media (max-device-width: 1024px) and (orientation: landscape) {
    .sec1>div>div>div>img {
        padding-top: 115px;
    }

    .sec1col2 {
        padding-top: 127px;
    }

    .sec2col1 {
        padding-top: 155px;
        padding-bottom: 40px;
    }

    .sec2col2{
        padding-top: 60px;
        padding-bottom: 20px;
    }

    .sec4 div div img {
        padding-top: 65px;
    }

    .sec4col2 {
        padding-top: 169px;
    }

    .sec6 div div img {
        padding-top: 50px;
    }

    .sec6col1 {
        padding-top: 164px;
    }

}

@media (max-device-width: 320px) and (orientation: portrait) {

    .sec1 {
        height: 580px;
    }

    .sec2 {
        height: 360px;
    }

    .sec3 {
        height: 100px;
    }

    .sec4 {
        height: 560px;
    }

    .sec6 {
        height: 450px;
    }

    .sec7 {
        height: 380px;
    }

}

@media (max-device-width: 375px) and (orientation: portrait) {
    .sec1 {
        height: 600px;
    }

    .sec2 {
        height: 410px;
    }

    .sec3 {
        height: 100px;
    }

    .sec4 {
        height: 580px;
    }

    .sec6 {
        height: 450px;
    }

    .sec7 {
        height: 380px;
    }
    .panel-body {
        width: 370px;
    }

}

@media (max-device-width: 768px) and (orientation: portrait) {
    .sec1>div>div>div>img {
        padding-top: 81px;
    }

    .sec1col2 {
        padding-top: 52px;
    }

    .sec2col1 {
        padding-top: 136px;
        padding-bottom: 40px;
    }

    .sec2col2{
        padding-top: 70px;
        padding-bottom: 20px;
    }

    .sec4 div div img {
        padding-top: 67px;
    }

    .sec4col2 {
        padding-top: 113px;
    }

    .sec6 div div img {
        padding-top: 67px;
    }

    .sec6col1 {
        padding-top: 152px;
    }

}

@media(max-device-width:480px) and (orientation : portrait) {
    header .intro-heading-text {
        font-size: 33px;
        font-weight: 100;
        line-height: 0.9em;
        padding-top: 7px;

    }

    header {
        background-attachment: scroll;
        background-image: url(../img/backgrounds/bildbereich.jpg);
        background-position: center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }

    header .container {
        height: 300px;
        width: 100%;
        padding-top: 225px;
        padding-right: 0;
        padding-left: 0;
    }

    header .intro-heading {
        height: 75px;
        color: #dbe5f1;
        background: #303741;
        opacity: 0.8;
        z-index: 100;
    }

    .navbar-default {
        padding: 25px 0;
        border: 0;
        background-color: transparent;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .nav-brand-x{
        font-weight: 700;
    }

    .navbar-brand > img {
        height: 30px;
    }

    .navbar-header {
        padding-top: 5px;
    }

    .navbar-default {
        padding-top: 0;
    }

    .navbar-default.navbar-shrink {
        padding: 10px 0;
        background-color: #dbe5f1;
    }

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }

    .col-sm-11 {
        width: 80.6%;
    }

    .lead {
        line-height: 1.9;
        padding-bottom: 20px;
    }

    .col-sm-4 {
        width: 106%;
    }

    .section-heading {
        font-size: 25px;
    }
    /*********Section1**********/
    .sec1 {
        height: 620px;
    }

    .sec1 .container {
        height: 560px;
    }

    .sec1 .row {
        height: 560px;
    }

    .sec1>div>div>div>img {
        padding-top: 40px;
    }

    .sec1col2 {
        padding-top: 40px;
    }

    .sec1col2col1 {
        float: left;
        padding-left: 0px;
    }

    .sec1col2 .section-heading {
        margin-top: 0px;
    }

    /*********Section2**********/
    .sec2 {
        height: 520px;
    }

    .sec2 .container {
        height: 480px;
    }

    .sec2 .row {
        height: 480px;
    }

    .sec2 img {
        height: 100%;
        width: 100%;
    }

    .sec2col1 {
        padding-top: 40px;
        padding-bottom: 10px;
    }

    .sec2col2{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    /*********Section2.2**********/
    .sec22 {
        height: 390px;
    }

    .sec22 .container {
        height: 390px;
    }

    .sec22 .row {
        height: 390px;
    }

    .sec22 img {
        height: 100%;
        width: 100%;
    }

    .sec22ol1 {
        padding-top: 60px;
        padding-bottom: 10px;
    }

    .sec22col2{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    /*********Section3**********/

    .sec3 {
        height: 100px;
    }

    .sec3 .container {
        height: 100px;
    }

    .sec3 .row {
        height: 100px;
    }

    .sec3 {
        width: 100%;
        background: url(../img/backgrounds/parallax.jpg);
        position: relative;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }

    .sec3 div div {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-right: 20px;
        font-size: 20px;
        margin-left: 0;
        margin-right: 0;
    }

    .sec3 div div p {
        text-align: center;
    }
    /*********Section4**********/
    .sec4 {
        height:560px;
    }

    .sec6 .container {
        height: 560px;
    }

    .sec6 .row {
        height: 560px;
    }

    .sec4 div div img {
        padding-top: 50px;
    }

    .sec4col2 {
        padding-top: 30px;
    }

    /*********Section5: divider_h**********/
    .sec5 {
        background-color: #dbe5f1;
    }

    /*********Section6**********/
    .sec6 {
        height:450px;
    }

    .sec6 .container {
        height: 450px;
    }

    .sec6 .row {
        height: 450px;
    }

    .sec6 div div img {
        padding-top: 0px;
    }

    .sec6col1 {
        padding-top: 0px;
    }
    /*********Section7**********/
    .sec7 {
        height:380px;
    }

    .sec7 .container {
        height:300px;
    }

    .sec7 .container .row .col-sm-3 {
        width: 30%;
    }

    .sec7 .row {
        height:300px;
    }

    .sec7col1 {
        padding-top: 20px;
        padding-bottom: 0px;
    }

    .sec7col2 {
        padding-top: 0px;
        padding-bottom: 10px;
        padding-left: 0px;
    }

    .sec7col2col2 {
        padding-top: 20px;
    }

    /******FOOTER********/
    footer {
        height: 40px;
        padding: 10px 0px;
    }

    .panel-body {
        height: 70px;
    }
}


@media(max-device-width:736px) and (orientation : landscape) {
    header .intro-heading-text {
        font-size: 33px;
        font-weight: 100;
        line-height: 0.9em;
        padding-top: 23px;

    }

    header {
        background-attachment: scroll;
        background-image: url(../img/backgrounds/bildbereich.jpg);
        background-position: center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }

    header .container {
        height: 300px;
        width: 100%;
        padding-top: 225px;
        padding-right: 0;
        padding-left: 0;
    }

    header .intro-heading {
        height: 75px;
        color: #dbe5f1;
        background: #303741;
        opacity: 0.8;
        z-index: 100;
    }

    .navbar-default {
        padding: 25px 0;
        border: 0;
        background-color: transparent;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .nav-brand-x{
        font-weight: 700;
    }

    .navbar-brand > img {
        height: 30px;
    }

    .navbar-header {
        padding-top: 5px;
    }

    .navbar-default {
        padding-top: 0;
    }

    .navbar-default.navbar-shrink {
        padding: 10px 0;
        background-color: #dbe5f1;
    }

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }

    .col-sm-11 {
        width: 80.6%;
    }

    .lead {
        line-height: 1.9;
    }

    .col-sm-4 {
        width: 106%;
    }

    .section-heading {
        font-size: 25px;
    }
    /*********Section1**********/
    .sec1 {
        height: 580px;
    }

    .sec1 .container {
        height: 580px;
    }

    .sec1 .row {
        height: 580px;
    }

    .sec1>div>div>div>img {
        height: 300px;
        padding-top: 30px;
        padding-left: 70px;
    }

    .sec1col2 {
        padding-top: 0px;
    }

    .sec1col2col1 {
        float: left;
        padding-top: 30px;
    }

    .sec1col2col2 {
        padding-top: 30px;
    }

    /*********Section2**********/
    .sec2 {
        height: 550px;
    }

    .sec2 .container {
        height: 550px;
    }

    .sec2 .row {
        height: 550px;
    }

    .sec2 img {
        height: 100%;
        width: 100%;
    }

    .sec2col1 {
        padding-top: 40px;
        padding-bottom: 10px;
    }

    .sec2col2{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    /*********Section3**********/

    .sec3 {
        height: 100px;
    }

    .sec3 .container {
        height: 100px;
    }

    .sec3 .row {
        height: 100px;
    }

    .sec3 {
        width: 100%;
        background: url(../img/backgrounds/parallax.jpg);
        position: relative;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }

    .sec3 div div {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-right: 20px;
        font-size: 20px;
        margin-left: 0;
        margin-right: 0;
    }

    .sec3 div div p {
        text-align: center;
    }
    /*********Section4**********/
    .sec4 {
        height:600px;
    }

    .sec6 .container {
        height: 600px;
    }

    .sec6 .row {
        height: 600px;
    }

    .sec4 div div img {
        padding-top: 30px;
    }

    .sec4col2 {
        padding-top: 10px;
    }

    /*********Section5: divider_h**********/
    .sec5 {
        background-color: #dbe5f1;
    }

    /*********Section6**********/
    .sec6 {
        height:450px;
    }

    .sec6 .container {
        height: 450px;
    }

    .sec6 .row {
        height: 450px;
    }

    .sec6 div div img {
        height: 300px;
        padding-top: 0px;
        padding-left: 70px;
    }

    .sec6col1 {
        padding-top: 0px;
    }
    /*********Section7**********/
    .sec7 {
        height:250px;
    }

    .sec7 .container {
        height:250px;
    }

    .sec7 .container .row .col-sm-3 {
        width: 30%;
    }

    .sec7 .row {
        height:250px;
    }

    .sec7col1 {
        padding-top: 30px;
        padding-bottom: 0px;
    }

    .sec7col2 {
        padding-top: 10px;
        padding-bottom: 0;
    }

    .sec7col2col1 {
        float: left;
    }

    .sec7col2col2 {
        float: right;
    }

    /******FOOTER********/
    footer {
        height: 40px;
        padding: 10px 0px;
    }
}

@media(max-device-width:670px) and (orientation : landscape) {

    .sec2 {
        height: 480px;
    }

    .sec2 .container {
        height: 480px;
    }

    .sec2 .row {
        height: 480px;
    }

}
