body p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

html,
body {
    height: 100%;
}

.page-wrapper {
    min-height: 100%;
}

/* container */




.container {
    max-width: 1140px;
}

.nav-background {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}

/* Headlines */

h2 {
    font-family: 'Open Sans', sans-serif;
    color: white;
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
}

h3 {
    font-family: 'Open Sans', sans-serif;
    color: #C7032D;
    font-weight: bold;
    font-size: 28px;
}

/* NAVBAR */

.nav-container {
    border-bottom: 1px solid white;
}

.nav-link {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
    color: white;
    margin-left: 15px;
    display: flex;
    align-items: center;
}

.dropdown {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 15px;

}

.nav-language {
    background: white;
    color: #363F49;
    font-weight: bold;
}

.navbar {
    padding-top: 0;
    padding-bottom: 0;
}


.navbar-toggler-icon {
    border-color: rgb(255, 102, 203);
}


.navbar a {
    height: 50px;
    margin-top: auto;
    margin-bottom: auto;
}

.navbar a:hover {
    border-bottom: #C7032D 2px solid;
    background: #4E5A68;
    color: white;
    font-weight: bold;
}

select {
    margin-top: 5px;
    color: #363F49;
    border: 1px solid #363F49 !important;
    border-radius: 0px !important;
}


/* HEADER */


.doohid-logo-header {
    transform: translateX(-15px);
    margin-top: 15px;
}

.header-paragraph {
    color: white;
}

.youtube a {
    color: white;
    text-decoration: underline;
    font-size: 14px;
}

.header {
    background-image: url('img/banner1.jpg');
    max-width: 100%;
    min-height: 590px;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    /* Needed to position the navbar */
    position: relative;
}


/* section-2 */

.section-2-left {
    display: flex;
}

.section-2-left img {
    width: 100%;
    align-self: flex-end;
}


.section-2-right {
    margin-top: 50px;
}

.section-2 {
    margin-top: 25px;
}



/* section-3 */


.section-3-left img {
    transform: translateX(35px);
    margin-bottom: 20px;
    width: 100%;
}

.section-3-right {
    display: flex;
    align-self: center;
    margin-top: -100px;
}


.section-3-right img {
    width: 50%;
    align-self: center;

}

.section-3 {
    background: #EFEFEF;
    padding-top: 35px;
}

.section-3-row {
    flex-direction: column;
}

/* section-4 */

.section-4 {
    margin-top: 25px;
}

.section-4 img {
    width: 100%;
}

.section-4-left {
    width: 100%;
}

.section-4-right {
    display: flex;
    flex-direction: column;
}

.section-4-container {
    margin-top: 80px;
    margin-left: 25px;
}

/* section-5*/


.section-5 {
    background: #EFEFEF;
}

.section-5-left {
    align-self: center;
}

.section-5-right img {
    width: 90%;
}

.section-5-container {
    padding-top: 100px;
    padding-bottom: 100px;
}


/* section-6*/

.section-6 {
    background: #363F49;
    padding-top: 25px;
}

.section-6-container {
    margin-top: 50px;
    padding-bottom: 50px;
}

.section-6 ul {
    padding: 0;
    margin: 0;
}

.section-6 h3 {
    margin-bottom: 75px;
    color: white;
}

.section-6-row {
    align-items: flex-end;
}

.section-6 li {
    list-style: none;
    color: white;
    background-image: url('img/star.svg');
    background-repeat: no-repeat;
    background-position-y: -4px;
    background-size: 35px;
    height: 100px;
    padding-left: 60px;
    margin-top: -25px;
}

/* section-7*/

.section-7 {
    background: white;
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-7-container {
    margin-top: 100px;
    margin-bottom: 100px;
}


.section-7-left {
    display: flex;
}

.section-7-right {
    align-self: center;
}

.section-7-right p {
    width: 90%;
}

.section-7-left img {
    width: 100%;
    margin-left: 10px;
    align-self: center;
}

/* section-8*/


.section-8 {
    background: #EFEFEF;
}

.section-8-left {
    align-self: center;
}

.section-8-right img {
    width: 50%;
}

.section-8-container {
    padding-top: 100px;
    padding-bottom: 100px;
}

/* footer */


.footer {
    background: #363F49;
    width: 100%;
    height: 80px;
    margin-top: 100px;
    left: 0;
    right: 0;
    position: relative;
    bottom: 0;
}

.footer a {
    color: white;
    margin-left: 10px;
    text-decoration: underline;
    font-size: 12px;
}



.footer-row {
    align-items: center;
}

.footer-left {
    display: flex;
}


.footer-right {
    display: flex;

}

.footer-right img {
    width: 80px;
    margin-left: 5px;
    align-self: center;
}


.footer-right p {
    font-size: 10px;
    color: white;
    align-self: center;
    margin-bottom: 0;
}



/* Impressum */

.impressum-nav {
    background: #363F49;
    max-width: 100%;
}

.impressum-nav-container {
    border-bottom: 0;
}

.impressum_ul {
    list-style: none;
    padding-left: 0;
    font-size: 14px;
}

.impressum_ul img {
    margin-top: 15px;
    margin-bottom: 15px;
}

.memedia-verlinkung {
    color: #4E5A68;
}


/* contact */



.contact-container {
    margin-top: 50px;
    padding: 0;
}

.controls h2 {
    color: #363F49;
    margin-bottom: 50px;
}

.controls {
    margin-top: 50px;
}

.text-muted {
    margin-top: 15px;
}

input[type=text] {
    border-radius: 0;
    border: #363F49 1px solid;
}

input[type=email] {
    border-radius: 0;
    border: #363F49 1px solid;
}

input[type=number] {
    border-radius: 0;
    border: #363F49 1px solid;
}

textarea[type=text] {
    border-radius: 0;
    border: #363F49 1px solid;
}


.btn-send {
    border: none;
    border-radius: 0;
    background: #363F49;
    color: white;
}

.btn-send:hover {
    background: none;
    border: #363F49 1px solid;
    color: #363F49;
}


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

    .footer {
        height: 115px;
        padding-top: 15px;
        display: flex;
    }

    .contact-container {
        padding: 15px;
    }

    .footer-right {
        justify-content: center;
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");

    }

    .navbar-toggler {
        margin-top: 15px;
        margin-bottom: 15px;
        margin-right: 15px;
    }

    .navbar {
        padding-left: 0;
        padding-right: 0;
    }

    .nav-container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }


    .navbar-nav .nav-link {
        margin-left: 0;
        padding-left: 25px;
        background: #363F49;
    }

    .nav-container {
        border-bottom: none;

    }

    .header {
        background-image: url('img/mobile_1.png');
    }

    .navbar a:hover {
        background: white;
        color: #363F49;
        font-weight: bold;
    }





    .nav-language {
        background: white;
        color: #363F49;
        font-weight: bold;
    }




    .section-3-left img {
        transform: translateX(0);
    }

    .container-header-mobile {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: auto;
        margin-left: auto;

    }

    .container-header-mobile h2 {
        font-size: 18px;
        line-height: 24px;
    }

    .doohid-logo-header {
        width: 100px;
        margin: 0;
        transform: translateX(0px);
    }

    .container-header-mobile-2 {
        margin-left: auto;
        margin-right: auto;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .youtube {
        align-self: flex-end;
        margin-top: auto;
    }

    .container-mobile-header-all {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        height: 200px;
    }

    .section-2-row {
        display: flex;
        flex-direction: column-reverse;
    }

    .section-2 {
        margin-top: -25px;
    }

    .header {
        min-height: 380px;
    }

    .section-3-right {
        margin-top: 0;
    }

    .section-4-row {
        display: flex;
        flex-direction: column-reverse;
    }

    .section-4-container {
        margin: 0;
    }

    .section-5-container {
        padding-top: 25px;
        padding-bottom: 0;
    }

    .section-6-container {
        margin-top: 0;
        padding-bottom: 25px;
    }

    .section-7-container {
        margin: 0;
    }

    .section-7-right {
        width: 100%;
    }

    .section-7-row {
        display: flex;
        flex-direction: column-reverse;
    }

    /* license*/
    .license_ul {
        list-style: none;
        padding-left: 0;
        font-size: 14px;
    }
    .license_table th, td {
        padding: 10px;
        font-size: 14px;
    }

}
