﻿@import url('https://fonts.googleapis.com/css2?family=Lato&family=Source+Sans+Pro&display=swap');


body {
    margin: 0;
    padding: 0;
    color: rgb(0, 0, 0) !important;
    background-color: rgb(255, 255, 255) !important;
}

.wrapper {
    margin: 0 10% 0 10%;
}

h1, h2, h3, h4 {
    font-family: 'Lato', sans-serif;
}

p, a, span, input {
    font-family: 'Source Sans Pro', sans-serif;
}

/*--------------------- NAVBAR ---------------------*/

#myBtn {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 99;
    font-size: 1em;
    border: none;
    outline: none;
    background-color: #22576a;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 100%;
    transition: all .5s;
}

    #myBtn:hover {
        text-decoration: none;
        background-color: #183a42;
    }


/* header */


.header {
    background-color: #fff;
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
    position: fixed;
    width: 100vw;
    z-index: 3;
}

    .header ul {
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
        background-color: #fff;
    }

    .header li a {
        display: block;
        padding: 10px 0 10px 10%;
        text-decoration: none;
        color: black;
        border-bottom: 2px solid white;
    }

        .header li a:hover,
        .header .menu-btn:hover, .header .active {
            border-bottom: 2px solid black;
        }

    .header {
        display: block;
        float: left;
        font-size: 1em;
        padding: 10px 10% 10px 10%;
        text-decoration: none;
    }

    .logo img {
        padding-top: 10px;
    }

    .logoUVCARE img {
        padding-top: 15px;
        width: 200px;
    }

    /* menu */

    .header .menu {
        clear: both;
        max-height: 0;
        transition: max-height .2s ease-out;
    }

    /* menu icon */

    .header .menu-icon {
        cursor: pointer;
        display: inline-block;
        float: right;
        padding: 28px 0 20px;
        position: relative;
        user-select: none;
    }

        .header .menu-icon .navicon {
            background: #333;
            display: block;
            height: 2px;
            position: relative;
            transition: background .2s ease-out;
            width: 18px;
        }

            .header .menu-icon .navicon:before,
            .header .menu-icon .navicon:after {
                background: #333;
                content: '';
                display: block;
                height: 100%;
                position: absolute;
                transition: all .2s ease-out;
                width: 100%;
            }

            .header .menu-icon .navicon:before {
                top: 5px;
            }

            .header .menu-icon .navicon:after {
                top: -5px;
            }

    /* menu btn */

    .header .menu-btn {
        display: none;
    }

        .header .menu-btn:checked ~ .menu {
            max-height: 240px;
        }

        .header .menu-btn:checked ~ .menu-icon .navicon {
            background: transparent;
        }

            .header .menu-btn:checked ~ .menu-icon .navicon:before {
                transform: rotate(-45deg);
            }

            .header .menu-btn:checked ~ .menu-icon .navicon:after {
                transform: rotate(45deg);
            }

        .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
        .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
            top: 0;
        }

/* 48em = 768px */

@media (min-width: 48em) {
    .header li {
        float: left;
    }

        .header li a {
            padding: 10px;
            margin: 20px 30px 20px 30px;
        }

    .header .menu {
        clear: none;
        float: right;
        max-height: none;
    }

    .header .menu-icon {
        display: none;
    }

    .logoUVCARE img {
        padding-top: 25px;
        width: 250px;
    }
}



    /*--------------------- ÜBERSCHRIFT AUF UNTERSEITEN ---------------------*/
    .Überschrift {
        padding-top: 106px;
        background-color: #1c1c1c;
        height: 306px;
        text-align: center;
        color: white;
        width: 100vw;
        display: table-cell;
        vertical-align: middle;
    }

/*----- RESPONSIV -----*/

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

    .head {
        height: 120px;
    }
}

/*--------------------- KONTAKT/FOOTER ---------------------*/

.footer-distributed {
    background: #1c1c1c;
    color: white;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
}

    .footer-distributed .footer-left,
    .footer-distributed .footer-right {
        display: inline-block;
        vertical-align: top;
    }

    .footer-distributed .footer-left {
        width: 40%;
    }

/*----- KONTAKTINFO -----*/

.footer-left h2 {
    margin: 100px 0 30px 0;
}

.flexbox {
    display: flex;
    align-items: center;
    margin: auto;
    font-size: 1em;
}

    .flexbox img {
        margin: 20px 20px 20px 0;
        padding: 0;
    }

#flexbox-mail {
    margin-bottom: 80px;
}

/*----- KONTAKTFORMULAR -----*/

.footer-distributed .footer-right {
    width: 55%;
    float: right;
    font-family: 'Roboto', sans-serif;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, input, select, textarea {
    color: white;
    margin: 0;
}

input {
    line-height: normal;
}

textarea {
    overflow: auto;
    resize: vertical;
    max-height: 200px;
    min-height: 100px;
}

form {
    padding: 0;
    margin: 100px 0 0 0;
}

.underline {
    border-bottom: solid 2px white;
    margin: -0.512em auto;
    width: 80px;
}

.email {
    float: right;
    width: 45%;
}

input[type='text'], [type='email'], select, textarea {
    background: none;
    border: none;
    border-bottom: solid 2px white;
    color: white;
    font-size: 1.000em;
    font-weight: 400;
    margin: 0em 0 1.5em 0;
    padding: 0 0 0.5em 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    input[type='text']:focus, [type='email']:focus, textarea:focus {
        outline: none;
        padding: 0 0 0.5em 0;
    }

.message {
    float: none;
}

.name {
    float: left;
    width: 45%;
}

.subject {
    width: 100%;
}

::-webkit-input-placeholder {
    color: grey;
}

:-moz-placeholder {
    color: grey;
    opacity: 1;
}

::-moz-placeholder {
    color: grey;
    opacity: 1;
}

:-ms-input-placeholder {
    color: grey;
}

#form_button {
    margin-top: 20px;
    float: right;
    border: solid 2px white;
    background: white;
    color: #1c1c1c;
    cursor: pointer;
    display: inline-block;
    outline: none;
    padding: 10px 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    #form_button:hover {
        background: #1c1c1c;
        color: white;
    }

.footer-bottom {
    width: 100%;
    background-color: white;
}

    .footer-bottom a {
        margin: 20px 10% 20px 0;
        color: rgb(28, 28, 28, 0.5) !important;
        font-size: 1em;
        float: right;
        transition: all .5s;
    }

        .footer-bottom a:hover {
            text-decoration: none;
            color: #1c1c1c !important;
        }

        .footer-bottom a:link {
            color: #1c1c1c;
            text-decoration: none;
        }

        .footer-bottom a:visited {
            color: #1c1c1c;
            text-decoration: none;
        }

    .footer-bottom p {
        margin: 20px 0 20px 10%;
        float: left;
        color: rgb(28, 28, 28, 0.5) !important;
        font-size: 1em;
    }

/*----- RESPONSIV -----*/

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

    .footer-distributed .footer-right {
        width: 100%;
    }

    .footer-distributed .footer-left {
        width: 100%;
    }

    .footer-distributed {
        height: 1000px;
    }

    #flexbox-mail {
        margin-bottom: 10px;
    }

    .footer-bottom a, .footer-bottom p {
        margin: 15px;
        float: left;
    }

}










/*---------------------------------------------------- UVCARE ----------------------------------------------------*/

.uvcare {
    height: 100%;
}

.wrapper_UVCARE, .wrapperFAQ {
    height: 100%;
}

    .wrapper_UVCARE a, .newsletter a {
        margin: 10px 0 0 0;
        padding: 10px;
        text-decoration: none;
        font-size: 1em;
        transition: all .5s;
        border: solid 2px #1c1c1c;
        color: white;
        background-color: #1c1c1c;
    }

        .wrapper_UVCARE a:hover, .newsletter a:hover {
            text-decoration: none;
            color: #1c1c1c;
            background-color: white;
        }

.big {
    font-size: 1em;
}

.note {
    width: 50%;
    margin: 20px 0 0 0;
    font-size: 0.6em;
    color: grey;
}

.bild {
    width: 100%;
}

.row {
    margin: 100px 0;
}

.col-sm-6 p, .col-sm-6 h1, .reddotsmall {
    padding: 0 50px;
}

.col-sm-6 h1, .col h1 {
    margin-bottom: 5%;
    width: 55%;
}

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



.wrapperFAQ h1 {
    width: 60%;
    line-height: 70px;
}

.accord {
    width: 70%;
    float: right;
    margin: 0 0 70px 0;
}

.accordion {
    background-color: white;
    color: #1c1c1c;
    cursor: pointer;
    padding: 20px;
    width: 100%;
    border-top: 2px solid black;
    border-left: none;
    border-bottom: none;
    border-right: none;
    text-align: left;
    outline: none;
    font-size: 1em;
    transition: 0.4s;
}

    .activeAC, .accordion:hover {
        background-color: #1c1c1c;
        color: white!important;
    }

.panel {
    padding: 0 20px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

    .panel a {
        color: black;
        text-decoration: none;
        transition: all .5s;
        font-weight: bolder;
        border-bottom: 2px solid white;
    }

    .panel a:hover {
        color: black;
        text-decoration: none;
        font-weight: bolder;
        border-bottom: 2px solid black;
    }

.Überschrift_links {
    margin: 0 0 70px 0;
}




/*----- RESPONSIV -----*/
@media (max-width: 800px) {
    .col-sm-6 img, .col-sm-6 h1, .col-sm-6 p, .col h1 {
        width: 100%;
    }

    .col-sm-6 p, .downloads {
        padding: 0;
    }

    .note {
        font-size: 0.7em;
    }



    .col h1, .col-sm-6 h1 {
        padding: 30px 0 30px 0;
        margin-bottom: 0;
    }

    .accord {
        width: 100%;
        margin-bottom: 100px;
    }

    .Überschrift_links {
        margin: 25px 0 50px 0;
    }

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

}










/*---------------------------------------------- DATENSCHUTZ, IMPRESSUM; RICHTLINIEN ----------------------------------------------*/

.data {
    height: 100%;
    width: 80%;
    margin: 100px 10% 100px 10%;
}

    .data h3 {
        margin-bottom: 50px;
    }

    .data img {
        margin-left: 10px;
    }

#zurück a{
    width: 45%;
    padding: 10px;
    text-decoration: none;
    font-size: 1em;
    transition: all .5s;
    border: solid 2px #1c1c1c;
    color: white;
    background-color: #1c1c1c;
}

    #zurück a:hover {
        text-decoration: none;
        color: #1c1c1c;
        background-color: white;
    }

.pdfDL a{
    text-decoration: none;
    font-size: 1em;
    color: #1c1c1c;
}

    .pdfDL a:hover {
        text-decoration: none;
        font-size: 1em;
        color: #1c1c1c;
        border-bottom: solid 2px #1c1c1c;
    }