/*
    STYLES:

    1.  spaces
    2.  elements
    3.  above the fold
    4.  partner
    5.  material
    6.  gallery
    7.  contact
    8.  impressum
    9.  media queries

*/

html {
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}

body {
    width: 100%;
    font-family: 'IBM Plex Mono';
    color: white;
    letter-spacing: 1px;
}

/* 1. spaces */

.mb50 {
    margin-bottom: 50px;
}

.mb100 {
    margin-bottom: 100px;
}

.mb150 {
    margin-bottom: 150px;
}

.pr0 {
    padding-right: 0;
}

/* 2. elements */

.section {
    position: relative;
    height: auto;
    width: 100%;
    min-height: 100vh;
}

.anchor {
    position: absolute;
    background-color:rgba(200, 200, 200, 0.2);
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 20px;
}

.anchor-link {
    position: relative;
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    cursor: pointer;
    float: right;
    transition: all 0.3s;
    text-decoration: none!important;
}

.anchor-link:hover {
    text-decoration: none;
    color: rgb(59, 151, 255);
}

.anchor-link-dark {
    color: rgb(0, 2, 70);
    transition: all 0.3s;

}
.anchor-link-dark:hover {
    color: white;
}

.anchor-link svg {
    float: right;
}

.bg1 {
    background-color: #000032;
}

.bg2 {
    background-color: #00489a;
}

.bg3 {
    background-color: #bedcff;
}

.blue-bg {
    background-color: rgba(0, 0, 70, 0.4);
}

.title {
    text-transform: uppercase;
    text-align: right;
    font-weight: 700;
}

.box{
    display: border-box;
    border-left: 30px solid transparent;
    background-clip: padding-box;
    margin-bottom: 30px;
}

.fa-chevron-down {
    font-size: 30px;
}

.relative {
    position: relative;
}

/* 3. above the fold */

.above-the-fold {
    background-image: url(data/images/berlin.jpeg);
    background-size: cover;
    opacity: 1;
}

.blue-box {
    background-color: rgba(0, 0, 50, 0.57);
    padding: 100px 100px;
    height: auto;
    min-height: 100vh;
    text-align: center;
}

#branding {
    width: 450px;
    margin-bottom: 100px;
    margin-top: 100px;
}

.heading {
    text-align: center;
    font-size: 24px;
}

.infos {
    width: 100%;
}

.infos th {
    text-align: center;
}

.infos th {
    width: 50%;
}

/* 4. partner-section */

.partner-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.bg-icon {
    height: 400px;
    opacity: 0.2;
    position: absolute;
}

.fa-angle-right, .fa-angle-left {
    font-size: 50px;
}

.owl-carousel .item {
    height: 400px;
    border-right: 1px solid rgba(255,255,255,0.5);    
    display: grid;
}

.owl-carousel .item img {
    width: auto;
    max-width: 200px;
    display: block;
    margin: auto;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent;
}

.owl-theme .owl-nav [class*=owl-]:focus {
    outline: none;
}

.owl-nav svg {
    display: none;
    font-size: 30px;
}


/* 5. material-section */

.material-section {
    padding-top: 100px;
    padding-bottom: 100px;}

.material-box {
    height: auto;
    padding: 30px;
}

.product {
    width: 100%;
    height: 100px;
    margin-bottom: 20px;
}

.product h2 {
    margin-top: 0;
}

.product th {
    vertical-align: top;
}

.material-icon {
    height: 35px;
    margin-right: 20px;
}

.material-box h2 {
    font-size: 18px;
}

.material-box p {
    font-size: 13px;
    font-weight: 300;
}

.table-icon {
    width: 55px;
}


/* 6. gallery-section */

.gallery-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.gallery-section img{
    width: 100%;
    margin-bottom: 30px;
}

/* 7. contact-section */

input, textarea {
    border-width: 0!important;
    border-bottom: 1px solid white!important;
    border-left: 1px solid white!important;
    margin: 0 20px 20px 0;
    padding-left: 5px;
}

input:focus, textarea:focus{
    outline: none!important;
}

.contact-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

#contact-form {
    padding: 50px;
    background-color: rgba(91, 91, 136, 0.42);
}

#contact-form input {
    width: 45%;
    display: inline-block;
    background-color: transparent;
}

input[type=submit] {
    width: auto!important;
    padding: 10px 30px;
    border: 1px solid white!important;
    background-color: transparent;
    margin-top: 30px;
}

input[type=submit]:hover {
    background-color: rgba(200, 200, 200, 0.2)!important;
}

#contact-form textarea {
    width: 95%;
    background-color: transparent;
}

.impressum-section a, .contact-section a {
    color: white;
    text-decoration: underline;
}

.impressum-section h2 {
    font-size: 24px;
}
.impressum-section h3 {
    font-size: 20px;
}

#terms {
    width: 10px!important;
}

.terms {
    font-size: 10px;
}

/* 8. impressum.html, agb.html */

.nav-brand {
    height: 50px;
    display: block;
    margin-bottom: 10px;
}

.nav-div {
    float: left;
}

.impressum-section, .agb-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.agbs {
    color: #bfbfbf;
}

.back-btn {
    text-decoration: none!important;
}

.back-btn:hover {
    text-decoration: underline!important;
}

/* 9. media queries */

@media (max-width: 767px){
    .material-box{
        float: right;
        margin-bottom: 10px;
        margin-right: 15px;
    }

    .bg-icon {
        height: 300px;
    }

    #contact-form {
        margin-top: 100px;
    }

    .responsive-center {
        text-align: center;
    }
    .blue-box {
        padding: 100px 50px;
    }
    .pr0 {
        padding-right: 15px;
    }
}

@media (max-width: 550px){
    #branding {
        width: 250px;
    }
}

@media (max-width: 414px){
    h1{
        font-size: 28px;
    }
    input[type=submit] {
        position: unset;
    }
    #contact-form input, #contact-form textarea {
        width: 100%;
    }
    .bg-icon {
        height: 200px;
    }
    .heading {
        font-size: 20px;
    }
    .material-box h2{
        font-size: 16px;
    }
    .blue-box {
        padding: 100px 20px;
    }
    .impressum-section h2 {
        font-size: 17px;
    }
    .impressum-section h3 {
        font-size: 16px;
    }
    .product, .datenschutz p {
        word-break: break-all;
    }
    .datenschutz .title {
        font-size: 22px;
    }
    .infos {
        font-size: 11px;
    }
    .owl-carousel .item {
        border-right: 0;
    }
}

@media (max-width: 360px){
    .blue-box {
        padding: 100px 10px;
    }
}
