
/* Fonts */

@font-face {
    font-family: 'Roboto-Regular'; /*a name to be used later*/
    src: url('../roboto/Roboto-Regular.woff'); /*URL to font*/
}

@font-face {
    font-family: 'Roboto-Bold'; /*a name to be used later*/
    src: url('../roboto/Roboto-Bold.woff'); /*URL to font*/
}

@font-face {
    font-family: 'Roboto-Medium'; /*a name to be used later*/
    src: url('../roboto/Roboto-Medium.woff'); /*URL to font*/
}

h2{font-size:30px;}

/* End Fonts */

/* Colors */

.bg-light{
    background-color:#FFF !important;
}

.bg-secondary{
    background-color: #484848 !important;
}

a{
    text-decoration: none;
}

.errors{list-style-type: none;}
.xing{width:35px !important;}

.highlight {
    color: #7dc95e;
    border-bottom: 2px solid #7dc95e;
}

/* End Colors */

/* Navigation */

.active{
    border-bottom: 2px solid #7dc95e;
    padding-bottom:0px;
}

.subnav-nav li{
    margin-bottom: 25px;
}

.subnav-nav li a{
    text-decoration: none;
    color: rgba(0,0,0, 0.65);
}

.text-dl-nav {
    font-size: 28px;
}

.nav-item{border-bottom:1px solid #484848}
/* End Navigation */

/* Referenzen - Flexible Layout System */
.referenz-item {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
}

.referenz-image {
    flex: 0 0 50%;
    max-width: 50%;
}

.referenz-content {
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    align-items: center;
}

/* Layout classes for JavaScript control */
.referenz-item.layout-left .referenz-image {
    order: 1;
}

.referenz-item.layout-left .referenz-content {
    order: 2;
    padding-left: 0;
    padding-right: 0;
}

.referenz-item.layout-right .referenz-image {
    order: 2;
}

.referenz-item.layout-right .referenz-content {
    order: 1;
    padding-left: 0;
    padding-right: 0;
}

.referenz-image img {
    width: 100%;
    height: auto;
}

/* Tabellen in Referenzen immer 100% Breite */
.referenz-item table.table {
    width: 100% !important;
    max-width: 100% !important;
    table-layout: fixed;
}

/* Container für Tabellen in Referenzen */
.referenz-item .ref-content {
    width: 100%;
}

/* Sicherstellen, dass Tabellen die volle Container-Breite nutzen */
.referenz-content {
    width: 100%;
}

/* Mobile responsive */
@media (max-width: 991.98px) {
    .referenz-item {
        flex-direction: column;
    }
    
    .referenz-image,
    .referenz-content {
        flex: 0 0 100%;
        max-width: 100%;
        order: unset !important;
    }
    
    .referenz-content {
        padding: 1rem 0 !important;
    }
    
    .referenz-item {
        margin-bottom: 0;
    }
}

/* End Referenzen */

/* Home */

.text-dl-home{
    font-size: 25px;
    line-height: 35px;
}





.btn-warning{
    background-color: #E4AE46;
    font-weight: 700;
    padding: 10px 30px;
    border-radius: 0;
    text-transform: uppercase;
}


/* Team */

/* .content .content-overlay{background: rgba(0,0,0,0.7);position: relative;height: 99%;width: 100%;left: 0;top: 0;bottom: 0;right: 0;opacity: 0;-webkit-transition: all 0.4s ease-in-out 0s;-moz-transition: all 0.4s ease-in-out 0s;transition: all 0.4s ease-in-out 0s}
.content:hover .content-overlay{opacity: 1}
.content-image{width: 100%}
.content-details{position: absolute;text-align: center;padding-left: 1em;padding-right: 1em;width: 100%;top: 50%;left: 50%;opacity: 0;-webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);transform: translate(-50%, -50%);-webkit-transition: all 0.3s ease-in-out 0s;-moz-transition: all 0.3s ease-in-out 0s;transition: all 0.3s ease-in-out 0s}
.content:hover .content-details{top: 50%;left: 50%;opacity: 1}
.content-details h3{color: #fff;font-weight: 500;letter-spacing: 0.15em;margin-bottom: 0.5em;text-transform: uppercase}
.content-details p{color: #fff;font-size: 0.8em}
.fadeIn-bottom{top: 80%} */

.team{
   /*  height: 380px; */
}

.content-details{
    /* position:relative;
    bottom:114px; */
    width: 100%;
    opacity:1;
    background: rgba(0,0,0,0.7);
   
}

.content-title{
    padding: 15px 25px;
    color: #FFF;
}

.team img{width:100%;}

.team:hover .content-details{
    opacity: 1;
}

/* Kontakt */

input[type="text"], input[type="email"], #message {
    background: #7b7b7b;
    border: 1px solid #7b7b7b;
    border-radius: 0;
    color: #FFF;
    padding: 5px 10px 5px 10px;
}

.text-small{
    font-size:14px;
}

/* Hide Google Maps overlays */
.i4ewOd-pzNkMb-r4nke-LS81yb.di8rgd-TEhSn{display:none !important}

/* Additional rules to hide Google Maps "create your own" overlay */
iframe[src*="google.com/maps"] + div,
iframe[src*="google.com/maps"] ~ div,
.gm-style-cc,
.gm-style-cc div,
[data-value="Create your own map"],
[aria-label*="Create your own"],
[title*="Create your own"] {
    display: none !important;
}

/* Hide Google Maps attribution and controls */
.gm-style-cc,
.gm-style-cc div,
.gm-style .gm-style-cc,
.gm-style .gm-style-cc div {
    display: none !important;
}


/* DL */
.accordion-button:not(.collapsed){
    background-color: rgba(128, 128, 128, 0.1)
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(125, 201, 94,.125);
}



body{
    font-family: 'Roboto-Regular';
    font-size: 16px;
    line-height: 28px;
}


.font-weight-bold{
    font-weight: 800;
}


/* Home - Carousel */
.carousel .carousel-item img {
    max-height: 500px;
    min-width: auto;
}
.carousel-caption{
    top:0%;
    text-align: left;
}

.carousel-item-title, .carousel-item-button{
    font-size: 18px;
    line-height: 25px;
}

.carousel-item-button{
    color: #7dc95e;
}

.bg-grey{
    background-color: #efefef;
}


/* Home -  End Carousel */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {  }

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    body{
        font-family: 'Roboto-Regular';
        font-size: 18px;
        line-height: 28px;
    }

    .text-dl-home{
        font-size: 28px;
        line-height: 42px;
    }

    

    
 }

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    .carousel-item-title, .carousel-item-button{
        font-size: 26px;
        line-height: 40px;
    }

    .nav-item{border-bottom:0}

    .referenzen h2{font-size:24px;}
 }

/* // X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    .container-padding{
        padding-left: 75px;
        padding-right:75px;
    }

    .carousel-caption{
        top:0%;
        text-align: left;
    }
    
    .carousel-item-title, .carousel-item-button{
        font-size: 26px;
        line-height: 35px;
    }

    .carousel-text{
        padding-top:1%;
    }

    .referenzen h2{font-size:28px;}
 }

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { 
   
    .carousel-caption{
        top:0%;
        text-align: left;
    }
    
    .carousel-item-title, .carousel-item-button{
        font-size: 30px;
        line-height: 38px;
    }

    .carousel-text{
        margin-top:2%;
    }
    
 }