/******** Setup ********************************************************************************/
/***********************************************************************************************/

*, *:before, *:after {
  margin:0;
  padding:0;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}
html {
  -ms-text-size-adjust:100%; 
  -webkit-text-size-adjust:100%;
}
body {
    color:rgba(44, 62, 80, 1);
    background-color:rgba(255, 255, 255, 1);
    position: relative;
    line-height:24px;
}

img, header, nav, section, aside, article, footer {
  display:block;
}
img {
  border:0 none;
  height:auto;
  width:100%;
  max-width:100%;
}
button:focus,
button:active,
button:hover,
a:focus,
a:active,
a:hover {
  outline:0;
}
table {
  *border-collapse:collapse;
  border-spacing:0;
}

 /******** font sizes foo ********************************************************************************/

/*
ProximaNova-Regular
ProximaNova-Bold
ProximaNova-Extrabld

ProximaNova-Black
*/

/* copy */

body {
    font-family: 'ProximaNova-Regular', sans-serif;
    font-weight:normal;
    font-size:18px;
}

h1, h2, h3, h4, h5 { 
    line-height:1;
    margin-top: 0;
}
h1, h2, h3, h4, h5, p {
    display:block;
    margin-bottom:20px;
}
h1 { font-size:80px; }
h2 {
    font-size:70px;
    margin-bottom: 6px;
}
h3 { font-size:28px; }
h4 { font-size:18px; }
h5 { font-size:16px; }


.teaser h1,
.area-head h2,
.casestudy h3,
h3,
.over-hl,
#contact-bar h3 {
    text-transform: uppercase;
}
.form-input,
.footer-row span,
#ueber-uns h4,
.over-hl {
    font-weight: normal;
    font-family: 'ProximaNova-Bold', sans-serif;
}

h1,
h2,
h3,
.casestudy h3,
#contact-bar h3 {
    font-weight: normal;
    font-family: 'ProximaNova-Extrabld', sans-serif;
}

h3 {
    /* hyphens */
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}

h2 {
    /*font-size: 70px;*/
    font-size: 70px;
}

@media all and (max-width: 360px) {
       h3 {
           font-size: 24px;
    } 
}

@media all and (max-width: 480px) {
       h2 {
        font-size: 2em;
    } 
}



.casestudy p {
    font-size: 14px;
}

/* Color/font Mutation */

.teaser h2,
.teaser h3 {
    color:rgba(255, 255, 255, 1); /* weiss */
    -webkit-text-shadow: 2px 2px 10px rgba(150,150,150,0.65);
    -moz-text-shadow: 2px 2px 10px rgba(150,150,150,0.65);
    text-shadow: 2px 2px 10px rgba(150,150,150,0.65);
}

.panel-collapse .panel-title > a,
.list-group-item.active>.badge,
.sidebar .badge,
.sidebar .panel-default .list-group-item a,
.list-group-item p,
#menu-main .level1 > a,
#toggle-menu.toggle-active,
.press-name,
.panel-misc .list-group-item {
    color:rgba(44, 62, 80, 1); /* blau */
}

#teaser-wrapper,
footer {
    background-color:rgba(44, 62, 80, 1); /* blau */
}

.btn-secondary,
.casestudy h3,
#contact-bar h3,
#contact-bar p {
    color:rgba(255, 255, 255, 1); /* weiss */
}

.panel-title > a:before,
.panel-title > a[aria-expanded="true"]:before,
.panel-title > a:after,
.panel-title > a[aria-expanded="true"]:after,
.sidebar .list-group-item.active,
.sidebar .panel-default .list-group-item.active a,
.teaser-angebot h3,
.teaser h1,
h3,
a#logo,
.area-head h1,
.area-head h2 {
    color: rgba(242, 76, 39, 1); /* orange */
}

#contact-bar {
    background-color: rgba(242, 76, 39, 1); /* orange */
}

.area-head h1 {
    border-color:  rgba(242, 76, 39, 1); !important; /* orange */
}

.btn-secondary.active,
.btn-secondary:hover,
.btn-secondary:focus {
    color:rgba(255, 255, 255, 0.6); /* weiss */
    border-color: rgba(255, 255, 255, 0.6); /* weiss */
}

@media all and (max-width: 767px) {
    
}

@media (max-width: 767px) {
    
}

/******** Text *********************************************************************************/
/***********************************************************************************************/

strong { font-weight:700; }

.center { text-align:center; }
.left { text-align:left; }
.right { text-align:right; }
.inline {margin-bottom:0;}
.lg { font-size:18px; }
.md { font-weight:400; }

.category {
  display:block;
  font-size:18px;
  padding-top:10px;
}

.tag {
  display:block;
  font-size:12px;
  font-weight:500;
  color:rgba(160, 159, 154, 1);
}

/******** Buttons / Links **********************************************************************/
/***********************************************************************************************/

/******** Links ********************************************************************************/

a{
    color: inherit;
    text-decoration:none;
    transition:color 0.2s;
}
a:hover {
    text-decoration: none;
}
a:focus {
    text-decoration: none;
}

.underline {
    text-decoration: underline;
}

.nowrap {
    white-space: nowrap;
}

/******** Buttons ******************************************************************************/

.btn {
    font-weight:500;
    -moz-user-select:none;
    cursor:pointer;
    display:inline-block;
    line-height: 1.846;
    margin-bottom:0;
    text-align: center;
    border:0;
    vertical-align:middle;
    white-space:nowrap;
    border-radius:4px;
    position:relative;
    transition: all 0.2s;
    border: 3px solid;
}
.btn-default {
  background-color: rgba(255, 255, 255, 0);
  color:rgba(44, 62, 80, 1);
}
.btn-primary {
  background-color: rgba(255, 255, 255, 0);
   color: rgba(242, 76, 39, 1); /* orange */
    border-color:  rgba(242, 76, 39, 1); /* orange */
}
.btn-primary:hover {
  background-color: rgba(255, 255, 255, 0);
    color: rgba(242, 76, 39, 0.6); /* orange */
    border: 3px solid  rgba(242, 76, 39, 0.6); /* orange */
}
.btn-primary.active,
.btn-primary:active,
.btn-primary:active:hover,
.btn-primary:focus {
    color: rgba(242, 76, 39, 1); /* orange */
    background: none;
    border-color:  rgba(242, 76, 39, 1); /* orange */
}

.btn-secondary {
    color: rgba(255, 255, 255, 1);
    margin-bottom: 10px;
    border-color: #fff;
}

.btn-sm {
  font-size:13px;
  padding:6px 16px;
}

.teaser .btn-lg {
    margin-right: 15px;
}

.btn-lg {
  font-size:18px;
    font-weight: 700;
    text-transform: uppercase;
  padding:5px 20px 3px 20px;
}

.btn-yellow {
    background-color: rgba(255, 219, 135, 0.8);
}

.btn-yellow:hover,
.btn-yellow:active,
.btn-yellow:focus {
    background-color: rgba(255, 219, 135, 0.6) !important;
}

.btn-white {
    background-color: rgba(255, 255, 255, 1);
}

.btn-white:hover,
.btn-white:active,
.btn-white:focus {
     background-color: rgba(255, 255, 255, 0.9) !important;
    
}

form .btn {
    width: auto;
    margin-top: 15px;
}

/******** Header *******************************************************************************/
/***********************************************************************************************/

header {
  position:fixed; /*vorher: absolute*/
  width:100%;
  height:85px;
  background-color: #e0e3e8;
  z-index:100;
    border-top: 30px solid rgba(242, 76, 39, 1); /* orange */;
}

#logo object {
    pointer-events: none;
}

#logo {
    display:block;
    width: 160px;
    margin-top: 9px;
    z-index:101;
    position:absolute;
    top:0;
    left:0;
}

footer #logo {
    position: relative;
    display: inline-block;
    z-index: 99;
}

@media (max-width: 480px) {
    
    header #logo {
        width: 120px;
    }
    
    header {
        border-top: 5px solid rgba(242, 76, 39, 1);
        height: 52px;
    }
    
    #teaser-wrapper {
        margin-top: 40px;
    }
    
    footer #logo {
    }
}

@media (max-width: 320px) {
    footer #logo {  
    }
}

@media all and (max-width: 991px) {
    header {
    }
    
    header #logo {
        margin-left: 25px;     
    }
}

@media all and (min-width:1200px) {
    
}

/******** Menu Main ****************************************************************************/
/***********************************************************************************************/

#menu-main {
  position:absolute;
  display:none; 
  width:100%;
  top:55px;
  left:0;
  z-index:20;
}
#menu-main ul {
}
#menu-main li {
  list-style-type:none;
  display:block;
  position:relative;
  text-align:center;
}
    
#menu-main .level1 > a {
    font-weight:700;
    font-size:16px;
    text-transform: uppercase;
    display:block;
    position:relative;
    padding:20px;
    transition:all 0.2s ease;
}

@media all and (max-width: 991px) {
    #menu-main .level1 > a {
        font-size: 18px;
    }        
    
    #menu-main {
        background: #fff;
    }
}

#menu-main .level1:hover > a,
#menu-main .level1 > a:hover,
#menu-main .level1:hover > a span,
#menu-main .level1 > a:hover span {
  color: #f24c27;
    background-color: none !important;
}
#menu-main .level1.active > a,
#menu-main .level1.active > a span {
 color: #f24c27;
    background-color:  none !important;
}
#menu-main .level1:first-child {
  border-top:1px solid rgba(228, 226, 222, 1);
}
#menu-main .level1:last-child {
    color: #000;
    margin-right: 0px;
}
.nav>li>a:focus,
.nav>li>a:hover {
    background: none;
     background-color:  none !important;
}

#menu-main .level1 {
  border-bottom:1px solid rgba(228, 226, 222, 1);
}
#menu-main.toggle-active,
#menu-main.toggle-active ul {
  display:block;
}
@media all and (min-width: 992px) {
    
    #menu-main { 
        top:10px;
        float: right;
        display: block;
        
    }

    #menu-main ul {
        box-shadow:none;
        float: right;
    }
    #menu-main .level1 {
        float:left;
        margin-left: 25px;
        border-bottom:0 !important;
    }

    #menu-main .level1:first-child  {
      border-top:0 !important;
        /*
      border-left:1px solid rgba(228, 226, 222, 1);*/
    }
    #menu-main .level1 > a {
      border-radius:4px;
      padding: 4px 13px 2px 13px;
    }
    
    #menu-main .level1.active > a {
    
    }
    
    #menu-main .level1:hover > a,
    #menu-main .level1 > a:hover {
        
    }
    
    #menu-main .toggle-btn {
        display:none;
    }
    
    #menu-main li:hover ul {
        display:block;
    }
}

/********  Toggle **************************************************************************/


#toggle-menu {
    float:right;
    margin-top:14px;
    margin-right: 15px;
    display:block;
    height:40px;
    color:rgba(160, 159, 154, 1);
    text-align:center;
    text-decoration:none;
    z-index:150;
    font-size: 14px;
}
#toggle-menu:before {
  font-size:24px;
  line-height:40px;
}
    
#toggle-menu.toggle-active {
}

@media all and (max-width: 480px) {
     #toggle-menu {
         margin-top: 6px;
         margin-right: 0px;
    }
    
    #menu-main {
        top: 47px; 
    }
    
}


@media all and (min-width: 992px) {
    #toggle-menu {
      display:none;
    }
}

/**********************************************************************************************/
/******** row background images *****************************************************************************/
/**********************************************************************************************/


.casestudy {
   background: #2c3e50 url('../images/casestudy01.png');
    background-position: center center;
    background-repeat:no-repeat;
    background-size: cover;
}

.casestudy2 {
    background: #2c3e50 url('../images/casestudy02.png');
    background-position: center center;
    background-repeat:no-repeat;
    background-size: cover;
}

@media all and (max-width: 767px) {
    .casestudy,
    .casestudy2 {
        background-image: none !important;
    } 
}

.header-home-row {
  background-image:url('../images/bg/header-home.jpg');
}

.header-team-row {
  background-image:url('../images/bg/header-team.jpg');
}

.header-casestudy-row {
  background-image:url('../images/bg/header-casestudy.jpg');
}


@media (max-width: 767px) {
    
    .header-team-row,
    .header-casestudy-row {
        background-position: 100% center !important;
    }
    
}

/**********************************************************************************************/
/******** Content *****************************************************************************/
/**********************************************************************************************/

#page-wrapper {
  float:left;
  position:relative;
  width:100%;
}
#teaser-wrapper {
    float:left;
    position:relative;
    width:100%;
    background-size: cover;
}
#content-wrapper {
  float:left;
  position:relative;
  width:100%;
    /*
  background-color:rgba(255, 255, 255, 1);*/
}
@media (min-width:481px) {
  #teaser-wrapper {
    margin-top: 85px;
  }
}
.wrapper {
  position:relative;
  margin-right:auto;
  margin-left:auto;
  padding-left:15px;
  padding-right:15px;
}
.row {
  margin-left:-15px;
  margin-right:-15px;
}
@media (min-width:992px) {
  .wrapper {
    width: 970px;
  }
}
@media (min-width:1200px) {
  .wrapper {
    width:1170px;
  }
}
.row-header {
  width:100%;
  padding:30px 0 10px 0;
  background-color:rgba(228, 226, 222, 1);
}
.row-index {
  width:100%;
  padding: 75px 0 45px 0;
  background-color:rgba(255, 255, 255, 1);
}
@media (max-width:991px) {
    .row-index {
        padding: 60px 0 45px 0;    
    }
}

.row-form {
  width:100%;
  padding:10px 0 10px 0;
  background-color:rgba(235, 234, 231, 1);
}
.row-content, .content {
  width:100%;
  padding:30px 0 30px 0;
}
@media (min-width:992px) {
.row-header, .row-content, .content {
  padding:60px 0 40px 0;
}
}

/******** Teaser ******************************************************************************/
/**********************************************************************************************/


.teaser-bg {
    background-size:100%;
    background-position:center center;
    background-repeat:no-repeat;
}

.teaser {
    margin:75px 0 75px 0;
    position: relative;
    padding: 0px;
}

.area-page .teaser {
    margin:35px 0;
}

.teaser h2 {
    font-size: 62px; /*fuu*/
    margin-top: 10px;
    margin-bottom: 0;
}

.teaser h3 {
    font-size:35px;
}

.teaser-bottom {
  text-align:center;
  padding:15px;
}

.teaser-bottom {
  background-color:rgba(255, 255, 255, 1);
  border-radius:0 0 4px 4px;
}


@media (max-width: 479px) {
    
    .header-home-row#teaser-wrapper {
        background-position: 50% center;
    }
    
    .teaser h2 {
        font-size:30px !important; /* 38px */
        margin-top: 0px !important;
    }
    
    .teaser h3 {
        font-size: 20px !important;
    }
}

@media all and (max-width: 550px) {
    
}

@media (max-width: 767px) {
            
    .teaser h1 {
        font-size:32px;
        margin-bottom: 10px;
    }
    
    .teaser h2 {
        font-size:55px;
        margin-bottom: 0;
        color: rgba(255, 255, 255, 1);
    }
        
    .teaser h3 {
        font-size:24px;
        line-height: 115%;
        margin-bottom: 10px;
    }
    
    
}

@media (min-width: 768px) and (max-width: 991px) {
    .teaser h2 {
        font-size: 54px;
    }
    
    .teaser h3 {
        font-size: 28px;
    }
}

@media all and (min-width: 768px) {
    
    .teaser-bg {
      background-size:cover;
      background-position:top 50%;
      background-repeat:no-repeat;
    }
    
    .teaser h1 {
        font-size:5vw;
    }
}


/******** Areas ******************************************************************************/

.area-head .over-hl {
    margin-bottom: 10px;
}

.area-head h1 {
    font-size: 50px;
    text-align: center;
    padding: 0;
    text-transform: uppercase;
}

.area-head h1 span {
    background: #fff;
    padding: 0 4%;
}

.area-head .intro-p {
    margin-bottom: 40px;
}

@media all and (max-width: 420px) {
    .area-head h1 {
        font-size: 40px;
    }
}

@media all and (max-width: 768px) {

}

.area-head .btn-group {
    margin-top: 15px;
}


/******** Kompetenzen *******************************************************************************/
/**********************************************************************************************/


ul.skills h3 {
    font-family: 'ProximaNova-Extrabld', sans-serif;
    font-weight: normal;
    margin: 0px 0 10px 0;
    text-transform: uppercase;
}

ul.skills h4 {
    font-family: 'ProximaNova-Bold', sans-serif;
    font-weight: normal;
}

ul.skills li {
    
    background: url('/images/checkbox.png');
    background: url('/images/checkbox.svg'),
    linear-gradient(transparent, transparent);
    
    background-size:35px 35px;
    background-repeat: no-repeat;
    list-style-type: none;
    margin: 0 0px 35px 0;
    padding: 7px 20px 0 65px;
}

ul.skills-content li {
    background-size:25px 25px;
    padding-top: 0px;
    padding-left: 45px;
}

ul.skills li:last-child {
    padding-right: 0;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.resp-break {
    display: none;
}

@media all and (max-width: 991px) {
    .resp-break {
        display: block;
    }

}

/******** Case Studys *******************************************************************************/
/**********************************************************************************************/

.casestudy {
    padding: 35px 0;
}

.casestudy {
    color: #fff;
}

.img-txt-box h3 {
    margin-top: 20px;
    margin-bottom: 5px;
}

@media all and (max-width: 767px) {
    .img-txt-box {
        margin-bottom: 40px;
    }

}

/******** Unsere Leistungen *******************************************************************************/
/**********************************************************************************************/

.content-logo {
    
    width: 60%;
    /*
    margin-bottom: 20px;*/
}

/******** Contact Bar  *******************************************************************************/
/**********************************************************************************************/

#contact-bar {
    padding: 40px 0 15px 0;
}

#contact-bar .btn-secondary {
    margin-top: -13px;
}

@media all and (max-width: 991px) {
    #contact-bar .btn-secondary {
        margin-top: 0px;
    }
}

/******** Columns *****************************************************************************/
/**********************************************************************************************/

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position:relative;
  min-height:1px;
  padding-left:15px;
  padding-right:15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}

/******** Lists ********************************************************************************/
/***********************************************************************************************/

.content-txt ul,
.content-txt ol {
    margin:0 0 25px 18px;
}
.content-txt ol,
.faq-list  ol {
    counter-reset:li;
}
.content-txt ol > li,
.faq-list  ol > li {
    position:relative;
    margin:0 0 6px 12px;
    list-style:none !important;
}
.content-txt ol > li:before,
.faq-list  ol > li:before {
    content:counter(li);
    counter-increment:li;
    position:absolute;
    left:-30px;
    width:22px;
    height:22px;
    border-radius:50%;
    color:rgba(255, 255, 255, 1);
    background-color:rgba(181, 22, 33, 1);
    font-weight:500;
    font-size:13px;
    text-align:center;
}

/******** Collapse Box ********************************************************************************/
/***********************************************************************************************/


.panel-collapse .panel-title > a {
    padding-left: 30px;
    padding-right: 30px;
}

.panel-title > a {
    display: block;
    position: relative;
}

.panel-title > a:before {
    content: "\f196"; /* fa-chevron-down */
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top:  -2px;
}

.panel-title > a:after {
    /* content: "\f078"; */
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    top: -2px;
}

.panel-title > a[aria-expanded="true"]:before {
    content: "\f147";
}

.panel-title > a[aria-expanded="true"]:after {
    /* content: "\f077"; */
}

/*
.panel-life .panel-title > a:before {
    content: "\f059";
}

.panel-life .panel-title > a[aria-expanded="true"]:before {
    content: "\f059";
}
*/


.panel-collapse .panel,
.panel-collapse .panel-heading {
    border-radius: 0;
    box-shadow: none;
    background: none;
}

.panel-collapse .panel+.panel {
    margin-top: 0;
}

.panel-collapse .panel-heading {
    padding: 15px 0px;
}

.panel-collapse .panel-default {
    background: #e0e3e8;
    margin-bottom: 15px;
    border-radius: 10px;
    
    border: none;
    border-bottom: 1px solid rgba(224, 224, 224, 1);
} 

.panel-collapse .panel-title {
    font-size: 22px;
    line-height: 30px;
    padding: 0 15px;
}

.panel-collapse .panel-body {
    padding: 0px 30px 20px 45px;
    line-height: 150%;
}

.panel-collapse .panel-body p {
    margin-bottom: 10px;
}

.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0;
}

/* Zusatz: Circles als Aufzählungspunkte START */
.panel-body  {
    counter-increment: li;
}

.panel-body ol {
    counter-reset: li;
}

.panel-body ul > li,
.panel-body ol > li {
    list-style-type:none;
}

.panel-body ul > li:before,
.panel-body ol > li:before {
    
    display: inline-block;
    width:30px;
    height:30px;
    border-radius:50%;
    color:#ffffff;
    font-size:18px;
    line-height: 30px;
    text-align:center;
    margin-left: -40px;
    margin-right: 10px;
    background:rgba(242, 76, 39, 1);
}

.panel-body ul > li,
.panel-body ol > li {
    margin-bottom: 10px;
    padding-left: 40px;
}

.panel-body .li-icon-chronologic > li:before {
    content:counter(li);
    counter-increment:li;
    font-weight: bold;
}

.panel-body .li-icon-check > li:before {
    font-family: 'FontAwesome';
    content:"\f00c"; 
}

.panel-body .li-icon-circle > li:before {
    content:".";
    text-indent: -9999px;
}


/* Zusatz: Circles als Aufzählungspunkte END */

/******** Footer *******************************************************************************/
/***********************************************************************************************/

footer {
    width:100%;
    float:left;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size:14px;
    color:rgba(255, 255, 255, 1);
}

.typo01, .typo02, .typo03 {
    display: block;
}

.typo01 {
    font-size: 22px;
    line-height: 150%;
    font-weight: 300;
}
.typo02 {
    font-size: 33px;
    line-height: 150%;
    font-weight: 700;
    text-transform: uppercase;
}
.typo03 {
    font-size: 18px;
    line-height: 150%;
    font-weight: 300;
    margin-bottom: 30px;
}

footer .logo-footer {
    width: auto;
}

footer a {
  color:rgba(255, 255, 255, 1) !important;
}

footer a:hover {
  color:rgba(255, 255, 255, 0.7);
}

footer li {
  list-style-type:none;
}

.footer-row {
  padding:20px 0 20px 0;
}

.footer-row span {
}

.circle-icon {
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 10px;
    width:55px;
    height: 55px;
    margin-bottom: 15px;
}

.uppercase {
    text-transform: uppercase;
    font-weight:400;
}

.nav-footer {
    position: relative;
    display: inline-block;
    margin: 0 0 15px 50px;
    text-transform: uppercase;
}

.nav-footer a {
    margin-right: 20px;
}

@media all and (max-width: 1199px) {
    .nav-footer {
        margin-left: 0;
    }
}

@media all and (max-width: 767px) {
    .nav-footer,
    .nav-footer a {
        display: block;
        margin-right: 0;
        line-height: 25px;
    }
}

@media all and (min-width: 480px) {
    footer li {
      display:inline-block;
      line-height:18px;
      vertical-align:top;
      padding:0 10px !important;

        text-transform: uppercase;
    }
    .toplink {
      display:none;
    }
}

/******** Forms ********************************************************************************/
/************************************************************************************************/

.contact-head {
    margin-bottom: 30px;
}

.contact-head{
    padding: 0 15px;
}

.contact-head span.quote-start {
    margin-bottom: 20px;
    display: block;
}

span.quote {
    font-weight: 400;
    font-style: normal;
}

span.quote-name {
    font-weight: 700;
    font-size: 16px;
    display: block;
    text-transform: uppercase;
}


@media all and (max-width: 480px) {
    .contact-head p {
        font-size: 26px;
        line-height: 29px;
    } 
}

form {
    width:100%;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

@media all {
    .input-row {
        margin-bottom: 10px;
    }
    
    .form-msg-row {
        margin-top:0px;
    }
}

@media all and (min-width: 992px) {
    .form-msg-row {
    }
}

.button-row {
    text-align:center;
    padding-top:10px;
    padding-bottom:10px;
}
.checkbox-row,
.radio-row {
    padding-top:10px;
    padding-bottom:10px;
} 
.input-group-inline {
    display:inline-block;
    margin-right:5px;
}

.form-control,
.form-input {
    color:rgba(18, 18, 18, 1);
    font-size:18px;
    background-color:rgba(255, 255, 255, 1);
    border:2px solid rgba(18, 18, 18, 1);
    border-radius:3px;
    padding:10px;
    vertical-align:middle;
    
    -webkit-appearance:none;
    -moz-appearance:none;
}

/*Placeholder Colors*/

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color:rgba(18, 18, 18, 1) !important;
}

textarea:-moz-placeholder,
input:-moz-placeholder { /* Firefox 18- */
    color:rgba(18, 18, 18, 1) !important;
}

textarea::-moz-placeholder,
input::-moz-placeholder {  /* Firefox 19+ */
    color:rgba(18, 18, 18, 1) !important;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {  
    color:rgba(18, 18, 18, 1) !important;
}


.form-input {
    width:100%;
    display:block;
    line-height:1.42857;
}

textarea.form-input {
     height:100px;
}

.form-control {
    height: auto;
}

textarea.noresize {
     resize:none;
}

.form-input:focus {
    box-shadow:0 1px 2px rgba(0, 0, 0, 0.3);
    outline: 0 none;
}
label {
    display:block;
    position:relative;
    margin-bottom:5px;
    font-weight:500;
    font-size:13px;
}
input[type="checkbox"], input[type="radio"] {
    height: 0;
    width: 0;
    opacity: 0;
    position: absolute;
}
input[type="checkbox"] + label, input[type="radio"] + label {
    cursor:pointer;
    padding-left:27px;
}
input[type="checkbox"] + label span, input[type="radio"] + label span {
    display:inline-block;
    position:absolute;
    left:0;
    top:2px;
    width:20px;
    height:20px;
    background-image:url("../images/form-check-radio.png");
    background-size:80px 20px;
    background-repeat:no-repeat;
    cursor:pointer;
}
input[type="checkbox"] + label span {
    background-position: -40px top !important;
}
input[type="radio"] + label span {
    background-position: 0 top !important;
}
input[type="radio"]:checked + label span, input[type="radio"] + label span.checked {
    background-position: -20px top !important;
}
input[type="checkbox"]:checked + label span, input[type="checkbox"] + label span.checked {
    background-position: -60px top !important;
}

.contact-box {
    background:rgba(0, 171, 214, 1);
    border-radius:4px;
    border: 2px solid rgba(255, 255, 255, 1);
    padding: 20px 10px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}

@media (max-width: 991px) {
    .contact-box {
        margin: 0 15px;
        margin-top: 20px
    }
}

#kontaktform .input-row {
    padding-left: 0;
    padding-right: 0;
}

/***********************************************************************************************/
/******** Components ***************************************************************************/
/***********************************************************************************************/

/******** Blazy ********************************************************************************/
/***********************************************************************************************/

.b-lazy-wrapper {
  background-color:transparent;
  background-image:url("../images/loader.gif");
  background-size:30px 30px;
  background-position:center center;
  background-repeat:no-repeat;
  width: 100%
}
.ratio-16-9 {
  padding-bottom:56.25%; 
  height:0;
}
 .b-lazy {
  max-width:100%;
  -webkit-transition: opacity 500ms ease-in-out;
  -moz-transition: opacity 500ms ease-in-out;
  -o-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
  max-width: 100%;
  opacity: 0;
}
.b-lazy.b-loaded {
  opacity:1;
}

/******** left / center / right responsive hack *******************************************************************************/

.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
    text-align: left;
}
.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
    text-align: center;
}
.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
    text-align: right;
}
.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
    text-align: justify;
}

@media (max-width: 767px) {
    .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
        text-align: inherit;
    }
    .text-left-xs {
        text-align: left;
    }
    .text-center-xs {
        text-align: center;
    }
    .text-right-xs {
        text-align: right;
    }
    .text-justify-xs {
        text-align: justify;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
        text-align: inherit;
    }
    .text-left-sm {
        text-align: left;
    }
    .text-center-sm {
        text-align: center;
    }
    .text-right-sm {
        text-align: right;
    }
    .text-justify-sm {
        text-align: justify;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
        text-align: inherit;
    }
    .text-left-md {
        text-align: left;
    }
    .text-center-md {
        text-align: center;
    }
    .text-right-md {
        text-align: right;
    }
    .text-justify-md {
        text-align: justify;
    }
}
@media (min-width: 1200px) {
    .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
        text-align: inherit;
    }
    .text-left-lg {
        text-align: left;
    }
    .text-center-lg {
        text-align: center;
    }
    .text-right-lg {
        text-align: right;
    }
    .text-justify-lg {
        text-align: justify;
    }
}