/* _________________ DISABLED ______________________________________*/

.last-change {
    display: none;
}

/* _________________ TEMPLATE POSITIONING ___________________________*/

#content .distance.h100 {
    height: 100px;
}

#content .ctpl, #content_blau .ctpl {
    padding-top: 30px;
}    
#content .ctpl div:first-child { 
    padding-left:0;
}
#content .ctpl div:last-child { 
    padding-right:0;
}
#content .ctpl div.col-md-12 { 
    padding-left:0;
    padding-right:0;
}

#content .ctpl:first-child, #content_blau .ctpl:first-child {
    padding-top: 190px;
}

#content section:first-child {
    padding-top: 190px;
}

/* Projektmanagement */

#content .col3  {
    padding-top: 50px;
}
#content .col3_text_col_wrapper {
    border-bottom: 1px solid #4d6680;
}
#content section:last-child .col3_text_col_wrapper {
    border-bottom: none!important;
}

#content .col3_text_col_wrapper img{
    width: auto;
}

#content .col3_text_col_wrapper img{
    width: auto;
}
    #content .left-div {
        float: left;
        width: 47%;
    }
    #content .right-div {
        float: right;
        width: 47%;
    }
/* Fonts */

.lh150 p {
    margin-top:0;
    margin-bottom: 25px;
}

.htag1, .htag2, .htag3, .htag4, .htag5, .htag6 {
    display: block;
    text-transform: uppercase;
    font-family: 'Swiss721BT-BoldCondensed';
    margin-top:0;
    margin-bottom:0;
}

.htag3 { 
    font-size: 15px;
}

/* Forms */

.form-group sup { display: none; }

/* Cookie Handling */

#cookie-accept { 
    background: rgba(30, 64, 98, 0.9); 
    font-size: 12px;  
    line-height: 22px; 
    border-top: 1px solid rgba(255,255,255,0.2)  
}
#cookie-accept .container { 
    width: 1155px; 
    margin: 0 auto; 
    padding: 10px 0; 
}
#cookie-accept .container a { 
    color: #fff; 
    text-decoration: none;
    margin-left: 5px;
    font-weight: bold;
}
#cookie-accept .container a:before { 
    font-family: 'FontAwesome';
    content: '\f08e';
    margin-right: 3px;
}

#cookie-accept .container .btn { 
    color: #fff; 
    text-transform: uppercase; 
    font-family: 'Swiss721BT-BoldCondensed'; 
    background: rgba(30, 64, 98, 1); 
    border: 1px solid rgba(255,255,255,0.2);
    transition: all .5s ease-in-out;
}
#cookie-accept .container .btn:hover { 
    background: rgba(255,255,255,0.7); 
    color: rgba(30, 64, 98, 0.9); 
}
#cookie-accept .container .col-lg-10 {  
    width: 80.3333333%; 
    float: left; 
    padding: 0 0.5em; 
}
#cookie-accept .container .col-lg-2 {  
    width: 16.3333333%; 
    float: left; 
    padding: 0 0.5em; 
}

@media only screen and (max-width: 1155px) {
    #content img {
        max-width: 100%;
        height: auto;
    }

    #cookie-accept {
        width: 100%;
    }
    #cookie-accept .container {  
        width: 90%;
        margin: 0;
        padding: 0.3em 0;
        
    }
}

@media only screen and (max-width: 770px) {
    #content .distance {
        display: none;
    }
}
@media only screen and (max-width: 640px) {
    #cookie-accept .container .col-xs-12 {  
        width: 100%; 
        float: none; 
        padding: 0;
        margin: 0;
        text-align: center;
    }
    #cookie-accept .container .row .col-xs-12 .btn {  
        display: inline-block;
        width: 100%;
        margin: 10px 0 0 0!important;
        padding: 1em 1.5em!important; 
    }
    #content .left-div {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
    #content .right-div {
        float: left;
        width: 100%;
    }
}
