/* Allgemeines */
html {
    position: relative;
    min-height: 100%;
}

body {
    padding-bottom: 100px;
}

/* Sprachauswahl-Buttons */
a#langde {
    padding-right: 5px;
    padding-left: 5px;
}

a#langen {
    padding-right: 5px;
    padding-left: 5px;
}

a#langdefooter {
    padding-right: 5px;
    padding-left: 10px;
}

a#langenfooter {
    padding-right: 5px;
    padding-left: 10px;
}

/* Navigationsleiste */
.navbar-fixed-top {
    box-shadow: 0px 1px 20px #1d1d1d;
    background-color: #e0e0e0;
    border-bottom-width: 0px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover {
    background-color: rgba(200, 200, 200, 1);
}

/* Startseite */
#bildcontainer {
    padding: 0;
    overflow: hidden;
    margin-bottom: 0px;
    background-color:white;
    position:relative;
}

.rslides {
    box-shadow: 0px 1px 20px #1d1d1d;
}

.transparent-btns_tabs {
    margin-top: 20px;
    text-align: center;
    padding-left:0;
}

.transparent-btns_tabs li {
    display: inline;
    float: none;
    _float: left;
    *float: left;
    margin-right: 10px;
}

.transparent-btns_tabs a {
    text-indent: -9999px;
    overflow: hidden;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: #ccc;
    background: rgba(0,0,0, .2);
    display: inline-block;
    _display: block;
    *display: block;
    -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
    -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
    box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
    width: 20px;
    height: 20px;
}

.transparent-btns_here a,
.large-btns_here a {
    background: #222;
    background: rgba(0,0,0, .8);
}

.play_slider {
    display:none;
}

.slideshow_control{
    position:absolute;
    right:10px;
    bottom: 6px;
    z-index:2;
    font-size:25px;
    color: #aaa;
}

.bild {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.startpagepictureholder {
    padding-bottom: 40px;
}

.startpagepicturecontainer {
    position: relative;
    width: 80%;
    margin: auto;
}

.startpagepicture {
    width: 100%;
    height: auto;
    display: block;
    opacity: 0.8;
}

.caption {
    position: absolute;
    top: 30%;
    left: 50%;
    right: 0;
}

.caption p {
    text-align: left;
    display: inline-block;
    background: rgba(30, 30, 30, .9);
    border-radius: 4px;
    color: #e7e7e7;
    padding: 10px;
    margin-bottom: 5px;
    box-shadow: 2px 2px 10px #1d1d1d;
}

.caption p {
    font-size: 40px;
}

.caption > .sub {
    text-align: left;
    background: rgba(231, 231, 231, .9);
    border-radius: 4px;
    color: #303030;
    padding-right: 20px;
}

.caption .sub {
    font-size: 30px;
}

.startpagecontainer{
    padding-bottom:80px;
    padding-top:80px;
}

.startpagecontent{
    position:relative;
}

.startpage_logo {
    text-align:center;
    line-height:200px;
    padding-bottom:20px;
    padding-top:20px;
}

.film_adv {
    background-color: #ececec;
    opacity: 0.5;
    width: 100%;
    max-width:250px;
    display: block;
    position:relative;
    margin: 0 auto;
}

.film_adv img{
    width: 100%;
    max-width:250px;
    box-shadow: 0px 0px 20px #1d1d1d;
}

.film_adv_caption{
    background: #ffffff;
    opacity:0.9;
    border-radius: 50%;
    width:80px;
    height:80px;
    position:absolute;
    left:50%;
    top:40%;
    transform: translate(-50%, -25%);
    text-align:center;
    vertical-align: middle;
    padding-top:15px;
    padding-left:10px;
    box-shadow: 0px 1px 20px #1d1d1d;
}



/*
.overlay {
    position: absolute;
    top: 0%;
    bottom: 0;
    left: 0%;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #ececec;
    border-radius: 4px;
}

.startpagepicturecontainer:hover .overlay {
    opacity: 0.8;
}

.text {
    color: #6d6d6d;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
*/

/* Pages */
.titelbild_row{
    position: relative;
}

.titelbild_container{
    background-color: #ececec;
    opacity: 0.5;
}

.titelbild {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.titelbild_caption {
    position: absolute;
    bottom: 0;
    right: 0;
}

.titelbild_caption p {
    text-align: left;
    display: inline-block;
    background: rgba(30, 30, 30, .9);
    border-radius: 0px;
    color: #e7e7e7;
    padding: 10px;
    margin-bottom: 0px;
    box-shadow: 2px 2px 10px #1d1d1d;
}

.titelbild_caption p {
    font-size: 40px;
}

/* Unternehmen */
.video.unternehmen{
    width:90%;
    margin: auto;
}

.page-heading{
    padding:20px;
    text-align:center;
}

/* Leistungen*/
.leistungen_titel{
    font-size:16px;
    font-weight: bold;
}
.leistungen_txt{
    font-size:16px;
}
.leistungen_items{
    padding-top:20px;
    display: flex;
    align-items:center;
}

/* Branchen */
#portfolio .portfolio-item {
    margin: 0 0 15px;
    right: 0;
}
#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    max-width: 400px;
    margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    background: rgba(176, 17, 22, 0.9);
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    width: 100%;
    height: 20px;
    font-size: 20px;
    text-align: center;
    top: 50%;
    margin-top: -12px;
    color: white;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0;
}
#portfolio .portfolio-item .portfolio-caption {
    max-width: 400px;
    margin: 0 auto;
    background-color: #f3f3f3;
    text-align: center;
    padding: 25px;
    display: block;
}
#portfolio .portfolio-item .portfolio-caption h4 {
    text-transform: none;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}
#portfolio .portfolio-item .portfolio-caption p {
    font-family: Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: 16px;
    margin: 0;
}
#portfolio * {
    z-index: 2;
}
@media (min-width: 767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

/* Partner */
.partner li>a{
    font-weight: bold;
}

.logo-container{
    height:150px;
}
.logo-table{
    height:150px;
    position:relative;
}
.logo-row{
    height:75px;
}
.logo-row td{
    width:33%;
    text-align:center;
}
.logohor {
    height:75px;
}
.vertikal{
    height:150px;
}
.logo-xs{
    text-align: center;

}
.logo-xs img{
    padding-top:20px;
    max-width: 60%;
}

/* Footer */
.footer {
    background-color: #e0e0e0;
    height: 80px;
    position: absolute;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    box-shadow: 0px -1px 15px #b0b0b0;
    padding-top: 20px;
}

/* responsives Design */
@media (max-width: 768px) {
    body {
        padding-top: 50px;
        padding-bottom: 170px;
    }

    .navbar-nav li a {

    }

    .navbar-nav li {
    }

    #reteclogo {
        height: 30px;
        margin-top: 10px;
    }

    .overlay {
        opacity: 0.6;
    }

    .startpagepicturecontainer:hover .overlay {
        opacity: 0;
    }

    .footer {
        height: 150px;
    }

    .titelbild_caption {
        top: unset;
        left: unset;
        padding-top: 50px;
        position: relative;
        text-align: center;
    }
    .titelbild_caption p {
        font-size: 30px;
    }

    .startpagecontainer{
        padding-top: 20px;
    }

    .startpage_logo {
        padding-top: 0px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    body {
        padding-top: 50px;
    }

    .navbar-nav li a {

    }

    .navbar-nav li {
    }

    #reteclogo {
        height: 30px;
        margin-top: 10px;
    }

    .caption p {
        font-size: 25px;
    }

    .caption .sub {
        font-size: 15px;
    }

    .overlay {
        opacity: 0.6;
    }

    .startpagepicturecontainer:hover .overlay {
        opacity: 0;
    }

    .startpagecontainer{
        padding-top: 20px;
    }

    .startpage_logo {
        padding-top: 0px;
    }

    .titelbild_caption {
        top: 40%;
        left: 40%;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    body {
        padding-top: 50px;
    }

    .navbar-nav li a {

    }

    .navbar-nav li {
    }

    #reteclogo {
        height: 30px;
        margin-top: 10px;
    }

    .caption p {
        font-size: 30px;
    }

    .caption .sub {
        font-size: 20px;
    }
    .titelbild_caption {
        top: 50%;
        left: 50%;
    }
}

@media (min-width: 1200px) {
    body {
        padding-top: 100px;
    }

    .navbar-nav li a {
        line-height: 100px;
        height: 100px;
        padding-top: 0;
    }

    .navbar-nav li {
        font-size: 20px;
    }

    #reteclogo {
        height: 70px;
        margin-top: 15px;
    }
}
