/*!
 * Start Bootstrap - Freelancer Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    overflow-x: hidden;
    background: rgb(50, 50, 50);
    color: #fff;
}

section {
    background: rgb(50, 50, 50);
    z-index: 20;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #18bc9c;
}

h1,
h2,
h3,
h4,
h5,
h6,
label,
.btn-lg,
.btn-group-lg .btn {
    text-transform: uppercase;
    font-family: Open Sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
}

h1 {
    font-size: 4.0vw;
}

h2 {
    font-size: 1.8em;
}



p,
tr,
.tab-pane {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 300;
}

@media(max-width:800px) {
    h1 {
        font-size: 4.0vw;
    }
    h2 {
    }
    h3 {
        font-size: 4.0vw;
    }
    p {
        font-size: 16px;
        letter-spacing: 1px;
        font-weight: 300;
    }
}

.navbar {
    font-size: 15px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 400;
    background-color: rgba(0, 0, 0, 0.9);
    border-style: inline;
    color: #fff;
}

.navbar-fixed-top {
    padding: 5px 0;
}

.navbar-default .navbar-brand {
    padding: 20px 15px;
    height: 75px;
    font-size: 25px;
    color: #fff;
}

.navbar .navbar-nav li a {
    
    padding: 30px 15px 15px 0px;
}

.navbar-toggle {
    margin-bottom: 5px;
    border: none;
    border-radius: 0px;
    margin-top: 5px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    margin-top: 8px;
    height: 3px;
    background-color: #fff;
    width: 40px;
}

header {
    color: #fff;
    margin-top: 85px;
    height: calc( 100vh - 85px );
    width: 100%;
    background: url("../img/titelbild.jpg") no-repeat;
    background-position: right;
    background-size: cover;

}

.cite {
    display: inline-block;
    position: absolute;
    bottom: 100px;
    font-size: 2rem;
    max-width: 90vw;
}

.cite p {
    font-size: 2rem;
}

.cite-mobile {
    padding-top: 50px;
    padding-bottom: 40px;
    text-align: center;
    display: none;
}

.carousel {
    position: absolute;
    height: auto;
    max-width: 100vw;
    bottom: 100px;
}

.carousel p {
    font-size: 2rem;
}

.aligner {
    bottom: 250px;
    width: 50vw;
}

@media(min-width:1920px) {
    .aligner {
        bottom: 350px;
    }
}

@media(max-width:767px) {
    .aligner {
        bottom: 200px;
        width: 90vw;
    }
}

section {
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 100px 0px;
}

#logos {
    background: #eee;
    padding: 150px 0px 75px 0px;
}

#ueber-mich {
    height: 100vh;
    background: url('../img/wall-section.jpg') no-repeat;
    background-position: right;
    background-size: cover;
}


.whitebox {
    background-color: #fff;
    padding: 50px;
    text-align: center;
    color: rgb(50, 50, 50);
}

.right-align {
    text-align: right;
}

.iconsection {
    padding-top: 12vh;
    height: 410px;
}

.center-pills {
    display: flex;
    justify-content: center;
    border-radius: 0px;
}

.tab-content p {
    text-align: center;
}





.gardient{
        display: none;
    }

.textbox {
    margin-top: 50vh;
    background: rgba(0, 0, 0, 0.5);
    padding: 15px 50px 15px 15px;


}

.textbox h3 {
    margin-bottom: 15px;
    font-size: 2em;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform:uppercase;
    line-height: 1em

}

.textbox p {
    font-weight: 400;
}

.navbar .navbar-nav li a {
    text-transform: uppercase;
    font-size: 1.2em;
    letter-spacing: 1px;
    font-weight: 500;
}


#about{
    background: #222
}



@media(max-width:767px) and (orientation:portrait) {
    header{
        height: calc( 100vh - 61px);
        background: url('../img/titelbild_mob.jpg') no-repeat;
        background-size: cover;
        background-position: top;
        background-color: #000;

        
    }
    .navbar{
        margin-bottom: 0px;
    }
    .navbar-fixed-top, .navbar-fixed-bottom{
        position: relative;
    }
    .navbar-default .navbar-brand{
        padding: 15px 15px;
        height: 10px;
        font-size: 20px
    }
    .navbar-toggle{
        margin-top: 0px;
        padding-top: 4px;
    }
    
    .navbar .navbar-nav li a{
        font-size: 20px;
    }
    
    
    .gardient{
        height: 200px;
        padding-top: 110px;
        width: 100%;
        position: absolute;
        bottom: 0px;
    text-align: center;
    display: block;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#474747+0,000000+100&0+1,0.8+100 */
background: -moz-linear-gradient(top, rgba(71,71,71,0) 0%, rgba(70,70,70,0) 1%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(71,71,71,0) 0%,rgba(70,70,70,0) 1%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(71,71,71,0) 0%,rgba(70,70,70,0) 1%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00474747', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */
}
    
    
    
    
    
    section {
        padding: 75px 0;
    }
    section.first {
        padding-top: 75px;
    }
    .navbar .navbar-nav li a {
        font-size: 10vw;
        line-height: 9vw;
        text-align: center;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 100vh;
        height: 100vh;
    }
    
    .cite {
        display: none;
    }
    .cite-mobile {
        display: block;
    }
    #ueber-mich {
    background: url('../img/wall-section.jpg') no-repeat;
    background-position: center;
    background-size: cover;
    height: 35vh;
    }
    .textbox {
        display: none;

    }
}



@media (max-width:767px) and (orientation: landscape) {
    .navbar{
        margin-bottom: 0px;
    }
    .navbar-fixed-top, .navbar-fixed-bottom{
        position: relative;
    }
    .navbar-default .navbar-brand{
        padding: 15px 15px;
        height: 10px;
        font-size: 20px
    }
    .navbar-toggle{
        margin-top: 0px;
        padding-top: 4px;
    }
    
    .navbar .navbar-nav li a{
        font-size: 20px;
    }
    


    .textbox {
        margin-top: 0px;
        height: 100vh;        
        padding: 15px 50px 65px 15px;
        width: 50vw;
        margin-bottom: 15px;
        text-align: left;
        display: block;
    }
    
    .gardient{
        display: none;
    }
    

    .cite {
            display: inline-block;
        }
    .cite-mobile {
            display: none;
        }

    #ueber-mich {
        background: url('../img/wall-section.jpg') no-repeat;
        background-position: center;
        background-size: cover;
        height: 100vh;
    }
}


/* PORTFOLIO - PORTFOLIO - PORTFOLIO */

.no-padding {
    padding: 0;
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
}

.portfolio-box .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 25px;
    text-align: center;
    color: #fff;
    opacity: 0;
    background-color: rgba(50, 50, 50, 0.8);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    -webkit-font-smoothing: antialiased;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    text-align: center;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}

@media(max-width:768px) {
    .table-responsive {
        border: 0px;
    }
}

@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 3em;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #18bc9c;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #2c3e50;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}


/* END PORTFOLIO - END PORTFOLIO - END PORTFOLIO */

.nav > li > a:hover, .nav > li > a:focus, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
    background: transparent;
}

.navbar-default .navbar-nav > li > a{
    color: #aaa
}


.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, {
    color: #fff;

}

.center-pills a{
    border-bottom: 1px solid #aaa;
    color: #aaa
}


.center-pills a:hover, .center-pills a:focus, .center-pills .active > a{
    background: transparent;
    color: #fff;
    border-bottom: 1px solid #fff;
}


.center-pills{
    font-size: 1.7rem;
    margin-bottom: 25px;
}



th{
   padding-bottom: 0px;
    margin-bottom: 0px;
}