/*Font Families*/

@font-face {
    font-family: "roboto-regular";
    src: url(/user/themes/agency/fonts/Roboto-Regular.ttf);
}

@font-face {
    font-family: "roboto-bold";
    src: url(/user/themes/agency/fonts/Roboto-Bold.ttf);
}

@font-face {
    font-family: "roboto-italic";
    src: url(/user/themes/agency/fonts/Roboto-Italic.ttf);
}

@font-face {
    font-family: "roboto-light";
    src: url(/user/themes/agency/fonts/Roboto-Light.ttf);
}



/*Main Design Settings*/

body{
    font-family:"roboto-regular", sans-serif;
}

body p, body ul, body a{
    text-align:left;
    font-size:16px;
    color: rgb(119, 119, 119);
}

@media screen and (min-width:992px){
    section p, section#team h5, section#services ul{
        max-width:66%;
        margin-left:auto;
        margin-right:auto;
    }
}

a:hover{color: #fed136; text-decoration: none;}

@media screen and (min-width: 1200px){
    .col-lg-offset-2{
        margin-left:0;
    }

    .col-lg-8{
        width:100%;
    }
}


h2, section h2{
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 40px;
    text-transform: uppercase;
    color:#223F6C;
    hyphens:auto;

}

header .intro-text h1{
    font-family:"roboto-bold";
    text-transform: uppercase;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    text-shadow: 3px 3px 6px rgba(0,0,0,0.5);
    margin-bottom: 25px;
    color:white;
    font-style: normal;
    hyphens:auto;
}

@media screen and (min-width:992px){
    header .intro-text h1{
        font-family:"roboto-bold";
        text-transform: uppercase;
        font-weight: 700;
        font-size: 50px;
        line-height: 50px;
        text-shadow: 3px 3px 6px rgba(0,0,0,0.5);
        margin-bottom: 25px;
        color:white;
        font-style: normal;
        hyphens:auto;
    }

    h2, section h2{
        font-size: 36px;
        margin-top: 0;
        margin-bottom: 40px;
        text-transform: uppercase;
        color:#223F6C;
        hyphens:auto;
    }

    h6{
        font-family: "roboto-italic";
        font-size: 30px;
        line-height: 22px;
        margin-bottom: 35px;
        color:white;
        text-transform: none;
        text-shadow: 3px 3px 8px rgba(0,0,0,0.5);
        hyphens:auto;
    }

}

h3{
    color:#223F6C;
    margin-top:50px;
    margin-bottom:30px;
    text-align: left;
    font-family: "roboto-bold";
    hyphens:auto;
}

h4{
    color: #223F6C;
    text-align: left;
    font-family: "roboto-bold";
    hyphens:auto;
}

h5{
    text-align: left;
    margin-top:20px;
    font-family: "roboto-bold";
    hyphens:auto;
}

h6{
    font-family: "roboto-italic";
    font-size: 20px;
    line-height: 12px;
    margin-bottom: 35px;
    color:white;
    text-transform: none;
    text-shadow: 3px 3px 8px rgba(0,0,0,0.5);
    hyphens:auto;
}

body.padding-top{
    padding-top:50px;
}

.bg-grey{background-color:rgb(238, 238, 238);}

/*  NAVIGATION */

.navbar-default .nav li a{
    font-family: "roboto-regular";
}

.navbar-default{
background-color: rgba(34,64,111,0.75);
padding-top:10px;
padding-bottom:10px;
align-items: center;
}

.navbar-default img{
    max-width:140px;
}


@media screen and (min-width:992px) {
    .navbar-default img{
        max-width:160px;
    }
}    

@media (min-width: 768px) and (max-width: 991px){    
    nav .container{display:flex; width:auto;}
}

@media (min-width: 768px){
    .navbar-default .navbar-nav{
        margin:revert;
    }

    .navbar-shrink .navbar-nav{
        margin:0;
    }

    .nav > li > a{
        padding:10px;
    }
}


.navbar-default.navbar-shrink{
    background-color: rgba(34,64,111,0.75);
    padding-top:10px;
    padding-bottom: 10px;
}

.navbar-default.navbar-shrink img{
    max-width:120px;
}

@media screen and (max-width:767px){

    .navbar-default.navbar-shrink img{
        margin-left:10px;
    }
}

.navbar-default .navbar-nav > .active > a {
    background-color: #223F6C;
}

.navbar-default .navbar-nav > .active > a:hover {
    background-color: #223F6C;
}

.navbar-default .navbar-nav li a:hover {
    color: #ffffff89;
}

h3 a img:hover{
    opacity:0.7;
}

/*  HEADER  */

header{
    background-image: url(/user/themes/agency/img/startimg.jpg);
}

/*  Verwerrtungsmöglichkeiten  */

.portfolio-modal .item-details{
    display:none;
}

#portfolio .portfolio-item .portfolio-caption h4 {
    text-transform: uppercase;
    font-size:16px;
}

section#services img{
    width:50%;
    display:block;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:20px;
}

@media screen and (min-width:768px){

    section#services img{
        width:30%;
        display:inline-flex;
        margin-bottom:0px;
        margin-top:50px;
    }
    section#services p{
        justify-content:space-between;
        display:flex;
    }

    section#services ul{
        margin-top:30px;
    }

}

/*  Gipsrecycling  */

section#team h3{
    margin-top:-150px;
    text-align: center;
    color:rgb(119, 119, 119);
    font-family: "roboto-bold";
    margin-bottom:0px;
    font-style: normal;
}

section#team h5{
    text-align:center;
    text-transform: unset;
    font-family: "roboto-regular";
    color:rgb(119, 119, 119);
    font-weight: normal;
    font-size:16px;
    line-height: 28px;
}

@media screen and (min-width:768px){
    section#team h3{
        margin-top:-280px;
    }
}

@media screen and (min-width:992px){
    section#team h3{
        margin-top:-280px;
    }
}

/*  Kontakt  */

div.features img{
    margin: auto;
    width: auto;
}

div.modular-row.features{
    background-image: url(/user/themes/agency/img/sft-map-1920.png);
    background-size: cover;
    background-position: center;
    height: 300px;
    width: 100%;
    background-repeat: no-repeat;
}

section#contact .form-group input.form-control{
    height:20px;
}

section#contact{
    background-color:white;
    background-image:none;
    padding-bottom:0px;
}

section#contact h2{
    color:#223F6C;
}

section#contact p{
    text-align: center;
    margin-bottom:50px;
}

section#contact .form-label{
    display:none;
}

section#contact label.inline{
    font-family: "roboto-light";
    margin-left:0px;
    width:95%;
    font-size:14px;
    padding-left:10px;
}

section#contact .form-group textarea.form-control{
    height:182px;
}

section#contact div.form-input-wrapper input#datenschutz{
    width:5%;
}

div.form-input-wrapper{
    display:flex;
}


/*  Footer  */


footer ul.quicklinks {
    display:inline-block;
    justify-content: center;
}

footer span.copyright{
    text-align: center;
    display:block;
}
@media screen and (min-width:992px){

    footer ul.quicklinks {
        display: flex;
        justify-content: end;
    }
    
    footer span.copyright{
        text-align: left;
        display:flex;
    }

    footer .col-md-6{
        margin-top:80px;
    }
}
