/*Allgemein---------------------------------------------------------*/

html {
    position: relative;
    min-height: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'PT Sans', sans-serif;
    background-image: url(../img/background/slope.png);
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

h2 {
    text-align: center;
    font-size: 60px;
    color: black;
    margin-top: 0;
    margin-bottom: 5%;
}


h3 {
    text-align: center;
    font-size: 36px;
    color: black;
}

@media screen and (max-width: 800px) {
    h3 {
        font-size: 25px;
    }
}

.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: #c40000;
    color: #fbd823;
    text-decoration: none;
}

.footer a {
    text-decoration: none;
    color: #fbd823;
}

.footera {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: #c40000;
    color: #fbd823;
    text-decoration: none;
}

.footera a {
    text-decoration: none;
    color: #fbd823;
}

.impressumfoto {
    width: 100%;
    float: left;
    text-align: center;
    background-color: #c40000;
}


.impressumfoto img {
    width: 25%;
    height: 25%;
}

@media screen and (max-width: 800px) {
    .impressumfoto img {
        width: 60%;
        height: 60%;
    }
}

.footer1 {
    width: 100%;
    text-align: center;
    background-color: #c40000;
    color: #fbd823;
    text-decoration: none;
}

.footer1 a {
    text-decoration: none;
    color: #fbd823;
}

.impressum1 {
    float: left;
    font-size: 14px;
    width: 100%;
    background-color: #c40000;
}



.impressum2 {
    float: left;
    font-size: 10px;
    width: 100%;
    background-color: #c40000;
}

.language {
    float: right;
    color: #24388d;
}

.language a {
    text-decoration: none;
    color: black;

}

.language a.active {
    text-decoration: underline;

}

@media screen and (max-width: 800px) {
    body {
        background-image: url(../img/background/slope_mobile.png);
    }
}

@media screen and (max-width: 800px) {
    .impressum1 {
        font-size: 12px;
    }
}

@media screen and (max-width: 800px) {
    .language {
        font-size: 12px;
    }
}

@media screen and (max-width: 800px) {
    h2 {
        font-size: 30px;
    }
}

@media screen and (max-width: 800px) {
    .footera {
        position: relative;
    }
}


/*NAVIGATION BAR ---------------------------------------------------------*/
.nav {
    display: block;
    overflow: hidden;
    text-align: right;
    padding-top: %;
    margin: 0 20%;
    padding-bottom: 1%;
}



.nav a {
    color: black;
    text-decoration: none;
    padding-left: 4%;
    padding-top: 5px;
    font-size: 12pt;
    vertical-align: middle;
}


.nav a:hover {}


.nav a.active {
    color: #c40000;
    text-decoration: underline;


}

.nav img {
    height: 50px;
    width: 244px;
}

.navimg {
    float: left;
}

@media screen and (max-width: 800px) {
    .navimg {
        width: 100%;
        padding-bottom: 5%;

    }
}

@media screen and (max-width: 800px) {
    .nav {
        margin: 0;
        text-align: center;

    }
}

@media screen and (min-width: 601px) {
    .nav a {
        font-size: 18px;
    }
}

@media screen and (max-width: 800px) {
    .nav a {
        font-size: 16px;
        width: 100%;
        padding-left: 2%;
        padding-right: 2%;
    }
}

@media screen and (max-width: 800px) {
    .nav img {
        height: 50%;
        width: 50%;

    }
}

/*Home ---------------------------------------------------------*/

.home {
    display: flex;
    margin: 0 20%;

}

.home h1 {
    padding-top: 10%;
    padding-bottom: 10%;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: black;
    margin: 0;
}

#homepage {
    background-image: url(../img/background/home.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100%;
}

@media screen and (max-width: 800px) {
    .home {
        margin: 0;
    }
}

@media screen and (min-width: 601px) {
    .home h1 {
        font-size: 100px;
    }
}

@media screen and (max-width: 800px) {
    .home h1 {
        padding-top: 40%;
        font-size: 35px;
        padding-left: 5%;
        padding-right: 5%;

    }
}

/*Dienstleistungen ---------------------------------------------------------*/

.wrapper {
    margin: 0 20%;
    padding-bottom: 5%;
}

.wrapper p {
    font-size: 18px;
}

.wrapper h3 {
    margin: 0;

}

.wrapper h4 {
    font-size: 20px;
}

.services {
    display: block;
    text-align: center;
    color: black;

}

.piktoimages {
    width: 100%;
}

.services img {
    vertical-align: middle;
    padding: 0 2%;
}

.vorteile {
    padding-top: 5%;
    display: block;
    text-align: center;
    color: black;
}

.piktotxt p {}

.piktotxt {
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
}

@media screen and (max-width: 800px) {
    .wrapper {
        margin: 0 10%;
    }
}

@media screen and (max-width: 800px) {
    .wrapper p {
        font-size: 14px;
    }
}

@media screen and (max-width: 800px) {
    .piktoimages img {
        width: 25%;
    }
}

@media screen and (max-width: 800px) {
    .piktotxt p {
        font-size: 14px;
    }
}



/*Über uns ---------------------------------------------------------*/

.about {
    margin: 0 15%;
    display: block;
    color: black;
}

@media screen and (max-width: 800px) {
    .about {
        margin: 0 10%;
    }
}


.about img {
    width: 100%;
}

.andrea {
    float: right;
    width: 30%;
}



@media screen and (max-width: 800px) {
    .andrea {
        width: 45%;
    }
}

.textbetween {
    float: left;
    text-align: justify;
    max-width: 40%;
    font-size: 18px;
}

@media screen and (max-width: 800px) {
    .textbetween {
        max-width: 100%;
        padding-bottom: 10%;
    }
}

.textbetween p {}

@media screen and (max-width: 800px) {
    .textbetween p {
        font-size: 12px;
    }
}


@media screen and (max-width: 1500px) {
    .textbetween p {
        font-size: 12px;
    }
}

.schik {
    float: left;
    width: 30%;

}

@media screen and (max-width: 800px) {
    .schik {
        width: 45%;
    }
}

.about h4 {
    color: #c40000;
    padding-left: 100px;
    padding-bottom: 30%;

}

@media screen and (max-width: 800px) {
    .about h4 {
        font-size: 10px;
        padding-left: 35px;
        padding-bottom: 0;
    }
}



/*Kontakt Standort  ---------------------------------------------------------*/

.kontakt {
    margin: 0 20%;
    color: black;

}


@media screen and (max-width: 800px) {
    .kontakt {
        margin: 0 10%;
    }
}


.buttons {
    float: left;
    width: 20%;
}

@media screen and (max-width: 800px) {
    .buttons {
        width: 100%;
        padding-bottom: 20px;
    }
}

.buttons button {
    background-color: #fbd823;
    color: black;
    border: none;
    font-size: 1.5vw;
    height: 120px;
    padding: 0 10%;
    margin-bottom: 20px;
    overflow: hidden;
    width: 100%;
    -webkit-appearance: none;
}

@media screen and (max-width: 800px) {
    .buttons button {
        font-size: 20px;
    }
}

.map {
    width: 75%;
    float: right;
    text-align: left;
    padding-bottom: 5%;
}

@media screen and (max-width: 800px) {
    .map {
        width: 100%;
    }
}

.map h3 {
    margin: 0;
    text-align: left;
    font-size: 36px;
    vertical-align: top;
}

@media screen and (max-width: 800px) {
    .map h3 {
        font-size: 25px;
        text-align: center;
    }
}

.map h4 {
    padding-top: 2%;
    margin: 0;
    text-align: left;
    font-size: 20px;
}

@media screen and (max-width: 800px) {
    .map h4 {
        font-size: 18px;
    }
}

.map p {
    margin-top: 0;
    text-align: left;
    padding-bottom: 5%;
    font-size: 18px;
}


/*Kontakt Anfrage / Bestellung  ---------------------------------------------------------*/

.anfrage {
    float: right;
    text-align: left;
    width: 75%;
    padding-bottom: 5%;
}

.anfrage p {
    width: 50%;
}

@media screen and (max-width: 800px) {
    .anfrage {
        width: 100%;
        margin-bottom: 10%;
    }
}

.anfrage h3 {
    margin: 0;
    text-align: left;
    font-size: 36px;
}

@media screen and (max-width: 800px) {
    .anfrage h3 {
        font-size: 30px;
        text-align: center;
    }
}

.Kontaktformular {
    float: left;
    border-radius: 5px;
    width: 100%;
}

.Kontaktformular {
    font-size: 16px;
}

@media screen and (max-width: 800px) {
    .Kontaktformular img {
        width: 20%;
    }
}

ul {
    list-style-type: none;
}

li {
    list-style-type: none;
}

input[type=text],
input[type=number],
input[type=email],
select,
textarea {
    width: 50%;
    padding: 12px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-bottom: 10px;
    resize: vertical;
    background-color: #fbd823;
    color: black;
    font-size: 16px;

}

#ifYes1 {
    font-size: 14px;
}

.Kontaktformular span {
    width: 50%;
    font-size: 14px;
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
}

.Kontaktformular select {}

.Kontaktformular input[type="radio"] {}

@media screen and (max-width: 800px) {
    .Kontaktformular select {
        -webkit-appearance: none;
    }
}


@media screen and (max-width: 800px) {

    input[type=text],
    select,
    textarea {
        width: 100%;
    }
}

::placeholder {
    color: black;
}

textarea {
    color: #24388d;
    font-family: 'PT Sans', sans-serif;
}



input[type=submit] {
    /* Button */
    background-color: #c40000;
    color: #fbd823;
    padding: 12px 20px;
    border: none;
    cursor: pointer;
    margin-bottom: 10%;
    -webkit-appearance: none;
}

@media screen and (max-width: 800px) {
    input[type=submit] {
        margin-bottom: 20%;
    }
}

@media screen and (max-width: 800px) {
    .Kontaktformular span {
        width: 100%;
        font-size: 12px;
        display: block;
        margin-top: 1em;
        margin-bottom: 1em;
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 800px) {
    .Kontaktformular p {
        width: 100%;

    }
}

@media screen and (max-width: 800px) {

    input[type=text],
    input[type=number],
    input[type=email],
    select,
    textarea {
        width: 100%;

    }
}


input[type=submit]:hover {
    /* Button Hover */

}

.contactResult {
    padding-top: 10%;
}


/*FAQ---------------------------------------------------------*/
.faq {
    display: block;
    color: #24388d;
    margin: 0 20%;
}

.faq p {
    text-align: center;
}

.list {
    text-align: center;
    padding-bottom: 20px;
    width: 100%;

}

.list p {
    text-align: left;
}

.button {
    border: none;
    color: #24388d;
    background-color: #fbd823;
    padding: 15px 32px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    width: 100%
}

.hidden {
    display: none;
}

#newpost {}


/*IMPRESSUM---------------------------------------------------------*/

.impressum {
    margin-left: 20%;
    margin-right: 20%;
    padding-bottom: 10%;
}

@media screen and (max-width: 800px) {
    .impressum {
        margin: 0;

    }
}
