@charset "utf-8";
/* CSS Document */

html {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

body {

    background-color: #fff;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {

    font-family: Open Sans, Helvetica, Arial, sans-serif;

}

@font-face {

    font-family: 'Swiss721BT';
    src: url('../fonts/Swiss721BT-RomanCondensed.eot#') format('eot'), url('../fonts/Swiss721BT-RomanCondensed.woff') format('woff'), url('../fonts/SWISSC.ttf') format('truetype'), url('../fonts/Swiss721BT-RomanCondensed.svg#webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

.navbar-wrapper {
    margin-top: 0px;
    padding-top: 20px;
    position: fixed;
}

.c_line_top, c_line_top:hover, c_line_top:focus {
    font-size: 0.92em !important;
	word-spacing: 2px;
    color: #5e5a4b !important;
    text-align: right !important;
    text-decoration: none !important;
}

.c_line_tel {
    font-size: 0.92em !important;
    color: #5e5a4b !important;
    text-align: right !important;
    text-decoration: none !important;
}

.social_icon {
    margin-left: 10px;
}

.logo {
    padding: 0 0 10px 0;
}

.navi-custom {
    text-align: right;
    margin-right: 40px;
}

.nav > li > a {
    padding-left: 15px;
    padding-right: 15px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #FFF;
}

.navbar, navbar-inverse, navbar-collapse, navbar-static-top {

    background-color: transparent !important;
    border: none;
    font-size: 1.3em;
    font-weight: 300;
    margin-top: 25px;
    text-align: right;
    margin-left: 20px;
    margin-right: -17px;

    margin-bottom: 0px;
    margin-top: 15px;
}

@media (max-width: @screen-md-max) {
    .navbar, navbar-inverse, navbar-collapse, navbar-static-top {
        margin-right: 0px; /* Navbar anpassen */
    }
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: transparent !important;
}

.active {
    border-bottom: 5px solid #378aa8;
}

.navbar-wrapper {
    background-color: #9b957d;
}

h2 {
    font-size: 32px;
    font-weight: 300 !important;
    color: #378aa8;
    text-align: left;
	margin-bottom: 20px;
}

h5 {
    color: #787360;
    font-weight: 700;
}

.date {
    color: #378aa8;
    font-weight: bold;
}

.top-offset {
    margin-top: 20px !important;
}

.bandblue {
    color: #3589a8;
}

.underline {
    text-decoration: underline;
}

.st_mini {
    vertical-align: middle;
    padding-right: 10px;
}

.marketing .col-lg-4 p {
    text-align: left;
    margin-left: 0px;
}

.trenner_fein {
    border-color: #378aa8;
    border-style: solid none none;
    margin-bottom: 0px;
}

.referenz {
    color: #5a5a5a;
	margin-bottom: 10px;
}

.referenz_ort {
    font-size: 0.9em;
    font-weight: 900;
    color: #333333;
    margin-left: 25px;
}

.portrait-offset {
    margin-top: 10px;
	padding-right: 10px;
	float:left; 
}

.carousel-inner > .item {
    background-repeat: no-repeat;
    background-size: cover;
}
.carousel-inner > .item.active {
    border:none;
}

.carousel_small {
    height: 200px !important;
    margin-top: 50px;
    background-color: #FFF !important;
    background-image: none;
}



.carousel-control.left {
    background-image: none;
    top: 40%;
    bottom: 40%;
}

.carousel-control.right {
    background-image: none;
    top: 40%;
    bottom: 40%;
}

.carousel-inner > .item > img {
    height: auto !important;
    position: absolute;
}

.marketing .col-lg-4 {
    margin-bottom: 0px !important;
}

.heading {
    margin: 30px 0;
}

.heading .heading_img {
    width: 100%;
}

.download-images {
    width: 100%;
    padding: 5px 0;
}

.download-files {
    color: #FFFFFF;
    font-size: 21px;
    width: 100%;
    background-color: #3589a8;
    padding: 20px;
    margin: 5px 0;
}

.fsize14 {
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 700;
}

.fsize14:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

.pb05 {
    padding-bottom: 5px;
}

.footer {
    font-size: 15px;
    color: #FFFFFF;
    font-weight: 700;
    background-color: #3589a8;
    margin-top: 70px;
}

.copyright {
    font-size: 13px;
    font-weight: 400;
    padding-bottom: 50px;
}

.submit {
    position: relative;
    top: 25px;
    right: 14px;
}

.bgimg {
    background-image: url("../../img/st_logo_footer.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    max-height: 100%;
    min-height: 23%;
    position: absolute;
    right: 60px;
    width: 100%;
}

.footertext {
    padding-top: 32px;
    background-image: url("../../img/st_logo_footer.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    width: 100%;
}

.push {
    margin-top: 80px;
}

.termine-nopadding {
	padding: 0px !important; 
}

/*Newsletter Popup */
#background {
    display: none;
    z-index: 1;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    background: #000000;
}

#popup {
    display: none;
    z-index: 2;
    position: fixed;
    width: 520px;
    height: 270px;
    top: 20%;
    left: 50%;
    margin-left: -250px;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #ccc;
    webkit-box-shadow: 5px 5px 5px #333333, -5px -5px 5px #333333;
    -moz-box-shadow: 5px 5px 5px #333333, -5px -5px 5px #333333;
    box-shadow: 5px 5px 5px #333333, -5px -5px 5px #333333;
}

.popup_submit {
    position: relative;
    top: 25px;
}

.popup_heading {
    padding: 20px 0;
}

div.close {
    position: relative;
    height: 19px;
    width: 19px;
    background: url("../../img/close.png") no-repeat scroll 0 0 transparent;
    float: right;
    cursor: pointer;
    opacity: 1;
}

#popup_inhalt {
    margin: -5px 25px;
}

.soundcloud-offset {
    float: right;
    margin-top: 20px;
}

.press .download-images {

}

#logo {
    height: 86px;
}

#carousel-example-generic {
    margin-top: 116px;
}

#carousel-clients {
    margin-top: 0px;
}

#carousel-clients .item {
    background-color: transparent;
    height: auto !important;
}
#carousel-clients .item.active {
    border-bottom: none;
}
#carousel-clients .carousel-indicators {
    display: none;
}

.carousel .item .infoBox {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 20%;
    background-image: url("../../img/slider_bg.png");
    padding: 2%;
}
.carousel .item .infoBox h3 {
    font-size: 3em;
    font-weight: 300 !important;
    color: #FFF;
    text-align: left;
    margin-bottom: 20px;
}
.carousel .item .infoBox p {
    font-size: 2em;
    color: #327d9a;
	font-weight: 300 !important;
}

.error {
    border-color: indianred;
}

/* disable mobile nav */
.navbar-toggle {
    display:none;
}

#adress_wrap {
    margin-top: 15px;
    display:none;
}

.modal-lg {
    width: 900px;
}

@media (max-width: 1200px) {
    .soundcloud-offset {
        float: none;
    }
}

@media (max-width: 991px) {
    .modal-lg {
        width: 700px !important;
    }

    .carousel .item .infoBox h3 {
        font-size: 2em;
    }
    .carousel .item .infoBox p {
        font-size: 1.5em;
    }
}

@media (max-width: 765px) {
    #logo {
        padding-left: 25px;
    }

    .social_wrap {
        display:block;
    }

    .navbar-wrapper {
        position: relative;
    }

    #carousel-example-generic {
        margin-top: 0px;
    }

    .carousel .item .infoBox h3 {
        font-size: 1.0em;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .carousel .item .infoBox p {
        font-size: 0.8em;
    }
    .carousel .item .infoBox a {
        font-size: 0.5em;
    }

}

