body {
    background-color: #c3cacc;
    font-family: Georgia, Helvetica, sans-serif;
    text-align: center;
    background-image: url("../pictures/background.jpeg");
    background-size: auto auto;
}

/*Header*/

#header {
    position: fixed;
    display: table;
    width: 100%;
    height: 200px;
    margin-top: 5px;
    z-index: 100;
}

#header_wertung {
    display: table-cell;
    background-color: none;
    top: 0;
    text-align: center;
    width: 15%;
    height: 100%;
    border-top: none;
    border-bottom: none;
    z-index: 100;
}

#header_info {
    display: table-cell;
    background-color: #c3cacc;
    text-align: center;
    width: 70%;
}

#header_start {
    position: absolute;
    top: 10px;
    left: 15.5%;
    background-color: #f6fdff;
    width: 400px;
    height: 135px;
    border-top: none;
    border-bottom: none;
    margin-bottom: 7px;
    background: linear-gradient(290deg, transparent 45px, #f6fdff 0) top right;
    z-index: 100;
}

#header_logo {
    width: 350px;
    float: left;
    margin-top: 7px;
    margin-left: 5px;
}

#header_offnungszeiten {
    position: absolute;
    top: 10px;
    right: 38%;
    background-color: #f6fdff;
    width: 315px;
    height: 135px;
    text-align: left;
    background: linear-gradient(110deg, transparent 45px, #f6fdff 0) bottom left;
}

#header_anschrift {
    position: absolute;
    top: 5px;
    right: 15.5%;
    background-color: #c3cacc;
    color: #293233;
    width: auto;
    text-align: left;
    font-family: Georgia, Helvetica, sans-serif;
    font-size: 17px;
    text-decoration: none;
}

    #header_anschrift:hover {
        cursor: pointer;
        user-select: None;
    }
    #header_anschrift a {
        text-decoration: none;
        color: #293233;
    }
        #header_anschrift a:hover {
            background-color: #293133;
            color: #c3cacc;
        }

#header_nix {
    display: table-cell;
    width: 15%;
}

/*Navigationsleiste im Header*/

#nav {
    position: fixed;
    display: flex;
    float: left;
    width: 69%;
    margin-top: 155px;
    margin-left: 15.5%;
    z-index: 100;
}

.nav_link {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #293133;
    color: #c3cacc;
    padding: 0;
    font-size: 20px;
    border-top: solid 3px #e1001a;
    border-bottom: solid 3px #e1001a;
    width: 20%;
    height: 50px;
}

    .nav_link:hover {
        background-color: #909799;
        color: #293133;
        cursor: pointer;
        user-select: None;
    }

.nav_link1 {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #293133;
    color: #c3cacc;
    padding: 0;
    font-size: 20px;
    border-top: solid 3px #e1001a;
    border-bottom: solid 3px #e1001a;
    width: 100%;
    height: 50px;
}
    .nav_link1:hover {
        background-color: #909799;
        color: #293133;
        cursor: pointer;
        user-select: None;
    }

.nav_link2 {
    text-decoration: none;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #293133;
    color: #c3cacc;
    padding: 0;
    width: 20%;
    height: 50px;
    font-size: 15px;
    border-left: solid 3px #e1001a;
    border-right: solid 3px #e1001a;
    border-top: none;
    border-bottom: none;
    width: 100%;
}

    .nav_link2:hover {
        background-color: #909799;
        color: #293133;
        cursor: pointer;
        user-select: None;
    }

.active {
    background-color: #b2b9bb;
    color: #182022;
}

#nav_produkte_hover:hover #nav_produktleiste {
    display: block;
}

#nav_produktleiste {
    display: none;
    position: absolute;
    margin-top: 200px;
    margin-left: 0px;
    padding-top: 15px;
    padding-bottom: 3px;
    width: 20%;
}

#nav_service_hover:hover #nav_serviceleiste {
    display: block;
}

#nav_serviceleiste {
    display: none;
    position: absolute;
    margin-top: 450px;
    margin-left: 0px;
    padding-top: 15px;
    padding-bottom: 3px;
    width: 20%;
}

#nav_karriere_hover:hover #nav_karriereleiste {
    display: block;
}

#nav_karriereleiste {
    display: none;
    position: absolute;
    margin-top: 300px;
    margin-left: 0px;
    padding-top: 15px;
    padding-bottom: 3px;
    width: 20%;
}
#nav_aboutus_hover:hover #nav_aboutusleiste {
    display: block;
}

#nav_aboutusleiste {
    display: none;
    position: absolute;
    margin-top: 250px;
    margin-left: 0px;
    padding-top: 15px;
    padding-bottom: 3px;
    width: 20%;
}

/*Platzhalter für Header*/

#leerdiv {
    width: 100%;
    height: 205px;
    background-color: none;
}

/*Bildergalerie der Webseiten*/
#main_bilder {
    display: none;
    position: fixed;
    background-color: rgba(29,32,33,0.75);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 2%;
    margin-bottom: 2%;
    z-index: 1000;
}

#main_previous_arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 2%;
    left: 0;
    width: 5%;
    height: 96%;
    color: gray;
    font-size: 80px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 3px;
}

    #main_previous_arrow:hover {
        cursor: pointer;
        user-select: None;
    }

#main_bild {
    display: flex;
    position: fixed;
    left: 5%;
    top: 2%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(195, 202, 204, 0.7);
    width: 90%;
    height: 96%;
    border-radius: 3px;
}

.dialog_close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-family: 'Segoe Print';
    padding: 5px;
    font-size: 32px;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.9);
    text-decoration: none;
    user-select: None;
}

    .dialog_close:hover {
        background-color: rgba(130, 137, 140, 0.9);
        cursor: pointer;
    }

#main_next_arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 2%;
    right: 0;
    width: 5%;
    height: 96%;
    color: gray;
    font-size: 80px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 3px;
}

    #main_next_arrow:hover {
        cursor: pointer;
        user-select: None;
    }

/*Anfrageformular für das Absenden*/

#main_anfrage {
    display: none;
}
#main_anfrage2 {
    display: none;
    position: absolute;
    background-color: rgba(29,32,33,0.85);
    top: 0;
    left: 0;
    width: 100%;
    height: fit-content;
    min-height: 100%;
    padding-top: 2%;
    padding-left: 15%;
    padding-right: 15%;
    padding-bottom: 2%;
    margin-top: auto;
    margin-bottom: auto;
    z-index: 1000;
}

#main_anfrageformular {
    display: block;
    width: 86%;
    height: auto;
    margin-bottom: 5px;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-left: 7%;
    margin-right: 7%;
    border: solid #000;
    border-width: 1px 1px 1px 1px;
    background-color: #c3cacc;
    box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 1);
}

#main_formular {
    width: auto;
    padding-bottom: 30px;
    margin-left: 2%;
    margin-right: 2%;
    background-color: #b7b9bb;
}

    #main_formular input {
        float: left;
        width: 60%;
        padding: 3px 3px;
        margin-left: 2%;
    }

    #main_formular textarea {
        float: left;
        width: 60%;
        margin-left: 2%;
        margin-right: 2%
    }

    #main_formular button {
        float: left;
        width: 140px;
        height: 40px;
        margin-top: 10px;
        margin-left: 2%;
        background-color: #959799;
        border-color: rgba(29,32,33,0.75);
    }

        #main_formular button:hover {
            background-color: rgba(29,32,33,0.75);
        }

.card-footer div {
    float: left;
    width: 140px;
    height: 40px;
    margin-top: 10px;
    margin-left: 2%;
    background-color: #959799;
    border-color: rgba(29,32,33,0.75);
}

    .card-footer div:hover {
        background-color: rgba(29,32,33,0.75);
    }

.beschreibung_txt {
    float: left;
    width: 120px;
    text-align: right;
    padding: 3px 3px;
}

.main_zusammen {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-left: 2%;
}
#main_werte {
    float: left;
    width: 60%;
    text-align: right;
    padding: 3px 3px;
}
    #main_werte input {
        float: left;
        width: 100px;
        margin-left: 2%;
    }

.main_txt {
    float: left;
    text-align: center;
    padding-top: 5px;
    margin-top: 15px;
    margin-left: 2%;
    margin-right: 1%;
    color: rgba(29,32,33);
    font-size: 17px;
}

.main_werte_txt {
    float: left;
    text-align: center;
    padding-top: 5px;
    margin-left: 2px;
    margin-right: 1%;
    color: rgba(29,32,33);
    font-size: 17px;
}

#main_datei_txt {
}

#main_datei {
    text-align: left;
    width: 80%;
}

/*Allgemeiner Inhalt der Webseiten*/

#Inhalt {
    display: table;
    width: 100%;
    float: left;
    margin-top: 0px;
    margin-bottom: 20px;
    /*height: 1500px;
    /*border: solid;*/
}

    #Inhalt img {
        object-fit: cover;
        width: 100%;
        height: 400px;
        margin-top: 20px;
    }

p {
    background-color: #c3cacc;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: fit-content;
    margin-left: 2.5%;
    margin-bottom: 50px;
}
/*Zähler für die Aurufe*/

#aufrufe_div {
    display: none;
}

#links {
    display: table-cell;
    width: 15%;
    height: 100%;
    background: rgba(29,32,33,0.75);
}

#mitte {
    display: table-cell;
    opacity: 0.95;
    vertical-align: top;
    text-align: left;
    padding-top: 25px;
    width: 70%;
    height: 100%;
    /*border: solid;*/
}

#rechts {
    display: table-cell;
    width: 15%;
    height: 100%;
    background: rgba(29,32,33,0.75);
}

/*Spezifischer Inhalt der Webseiten*/

.start_text {
    width:auto;
    margin: 10px 10px;
    justify-content: center;
    text-align: center;
    background: rgba(195,202,204,0.75);
}

h1, h2, h3 {
    background-color: #c3cacc;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: fit-content;
    margin-left: 10px;
    margin-bottom: 50px;
}

.text {
    display: table;
    margin: auto auto;
    width: 100%;
}

.anfrage_link {
    text-decoration: none;
    color: #293133;
    user-select: None;
}
    .anfrage_link:hover {
        font-size: 17px;
        font-weight: bolder;
        background-color: #f6fdff;
        color: #293133;
    }
.start_link {
    text-decoration: none;
    background-color: #b2b9bb;
    color: #293133;
    user-select: None;
}
    .start_link:hover {
        background-color: #293133;
        color: #c3cacc;
        
    }

.div1 {
    display: table-cell;
    width: 30%;
    padding-right: 10px;
    padding-left: 10px;
}

    .div1 img {
        width: 100%;
        margin-top: 20px;
    }

    .div1 table {
        width: 100%;
    }

    .div1 div {
        cursor: pointer;
        user-select: None;
    }

.div2 {
    display: table-cell;
    width: 30%;
    padding-right: 10px;
    padding-left: 10px;
}

    .div2 img {
        width: 100%;
        margin-top: 20px;
    }

    .div2 div {
        cursor: pointer;
        user-select: None;
    }

.div3 {
    display: table-cell;
    width: 30%;
    padding-right: 10px;
    padding-left: 10px;
}

    .div3 img {
        width: 100%;
        margin-top: 20px;
    }

    .div3 div {
        cursor: pointer;
        user-select: None;
    }

.link {
    display: block;
    background-color: #293133;
    color: #c3cacc;
    text-align: center;
    padding: 12px 10px;
    font-size: 18px;
    border-radius: 0px;
    margin-top: -5px;
    margin-right: 0px;
    border-top: solid 3px #e1001a;
    border-bottom: solid 3px #e1001a;
}
    .link:hover {
        background-color: #909799;
        color: #293133;
        cursor: pointer;
        user-select: None;
    }

/*Design für Bewertungen*/

#bewertungen {
    display: block;
    background-color: #c3cacc;
    width: auto;
    float: left;
    padding: 15px;
    margin: 0px 10px 0px 10px;
    /* border: solid;*/
}

    #bewertungen p {
        font-size: 25px;
    }

    #bewertungen li:nth-child(even) {
        background-color: #4b5455;
        color: #f6fdff;
        padding: 7px;
        margin-top: 25px;
        margin-right: 5%;
    }

    #bewertungen li:nth-child(odd) {
        color: #293233;
        padding: 7px;
        margin-top: 25px;
        margin-right: 5%;
    }

/*Design für Produkte*/

.einleitung {
    display: block;
    background-color: #c3cacc;
    width: auto;
    float: left;
    padding: 15px;
    margin: 0px 10px 0px 10px;
}

.einleitung ul {
    margin-top:0;
    margin-bottom:0;
}
.li {
    height: 400px;
    border: 1px solid black;
    color: #293233;
    padding: 10px;
    cursor: pointer;
}

.einleitung_left {
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
    float: left;
    width: 47%;
    height: 325px;
    margin-top: 25px;
    margin-bottom: 0px;
    overflow: hidden;
}

.einleitung_right {
    display: flex;
    justify-content: left;
    align-items: center;
    float: right;
    font-size: 18px;
    text-align: justify;
    width: 40%;
    height: 325px;
    margin-top: 25px;
    margin-right: 5%;
    margin-bottom: 0px;
}
#produkte {
    display: block;
    background-color: #c3cacc;
    width: auto;
    float: left;
    padding: 15px;
    margin: 0px 10px 0px 10px;
    /* border: solid;*/
}

    #produkte li {
        height: 400px;
        margin-bottom: 25px;
        border: 1px solid black;
    }
    #produkte li b{
        font-size:20px;
    }

        #produkte li:nth-child(even) {
            background-color: #4b5455;
            color: #f6fdff;
            padding: 10px;
            margin-right: 5%;
            cursor: pointer;
        }

        #produkte li:nth-child(odd) {
            color: #293233;
            padding: 10px;
            margin-right: 5%;
            cursor: pointer;
        }
.produkte_left {
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
    float: left;
    width: 47%;
    height: 325px;
    margin-top: 20px;
    margin-bottom: 10px;
    overflow:hidden;
}

.produkte_right {
    display: flex;
    justify-content: left;
    align-items: center;
    float: right;
    font-size: 18px;
    text-align: justify;
    width: 40%;
    height: 325px;
    margin-top: 20px;
    margin-right: 5%;
    margin-bottom: 10px;
}

.produkte_reiter_hl {
    float: left;
    text-align: center;
    background-color: #a6a8aa;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 550px;
    margin-top: 15px;
    margin-left: 2%;
    margin-right: 60%;
    margin-bottom: 0px;
    border-radius: 15px 15px 0 0;
    border: solid #ffffff;
    border-width: 1px 1px 0 0;
}

.produkte_fill {
    display: block;
    width: 93%;
    height: 20px;
    margin-bottom: 0;
    margin-left: 2%;
    margin-right: 5%;
    border: solid #000;
    border-width: 1px 1px 0 1px;
    background-color: #c3cacc;
    box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 1);
}

.produkte_divi {
    float: left;
    display: none;
    width: 93%;
    height: auto;
    padding-bottom: 20px;
    margin-bottom: 5px;
    margin-left: 2%;
    margin-right: 5%;
    border: solid #000;
    border-width: 0 1px 1px 1px;
    background-color: #c3cacc;
    box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 1);
}

.reiter {
    float: left;
    text-align: center;
    margin-right: 60%;
}

.reiter_hl {
    float: left;
    text-align: center;
    margin-right: 60%;
    background-color: #a6a8aa;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: fit-content;
    margin-top: 15px;
    margin-left: 0px;
    margin-bottom: 0px;
    border-radius: 15px 15px 0 0;
    border: solid #ffffff;
    border-width: 1px 1px 0 0;
    width: 550px;
}

.reiter.divi {
    display: none;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 0px;
    border: solid #000;
    border-width: 0 1px 1px 1px;
    background-color: #c3cacc;
    box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 1);
}

.reiter img:hover {
    cursor: pointer;
    user-select: None;
}

.reiter_hl:hover {
    cursor: pointer;
    user-select: None;
}

.pfeil {
    width: 7%;
    float: left;
    margin-right: 4%;
    background-color: none;
    user-select: None;
}

.fill {
    display: block;
    width: 100%;
    height: 20px;
    margin-bottom: 0;
    border: solid #000;
    border-width: 1px 1px 0 1px;
    background-color: #c3cacc;
    box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 1);
}

.beschreibung {
    text-align: left;
    font-size: 20px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
    width: 100%;
}

/*Design für Service*/

#service {
    display: block;
    background-color: #c3cacc;
    width: auto;
    float: left;
    padding: 15px;
    margin: 10px 10px;
    /* border: solid;*/
}

    #service li {
        width:97%;
        height: 400px;
        margin-bottom: 25px;
        border: 1px solid black;
    }
    #service li::marker {
        color:transparent;
    }
        #service li b {
            font-size: 20px;
        }

        #service li:nth-child(even) {
            background-color: #4b5455;
            color: #f6fdff;
            padding: 10px;
            margin-right: 5%;
        }

        #service li:nth-child(odd) {
            color: #293233;
            padding: 10px;
            margin-right: 5%;
        }

.service_pic_left {
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    width: 47%;
    height: 325px;
    margin-top: 20px;
    margin-bottom: 10px;
    overflow: hidden;
}

.service_right_top {
    display: flex;
    justify-content: left;
    align-items: end;
    float: right;
    font-size: 18px;
    text-align: justify;
    width: 52%;
    height: 150px;
    padding-left: 10px;
    padding-right: 20px;
    margin-top: 20px;
}
.service_right_bottom {
    display: flex;
    justify-content: left;
    align-items: baseline;
    float: right;
    font-size: 18px;
    text-align: justify;
    width: 52%;
    height: 175px;
    padding-left: 10px;
    padding-right: 20px;
    margin-bottom: 10px;
}
.service_left_top {
    display: flex;
    justify-content: left;
    align-items: end;
    float: left;
    font-size: 18px;
    text-align: justify;
    width: 52%;
    height: 150px;
    padding-left: 20px;
    padding-right: 10px;
    margin-top: 20px;
}
.service_left_bottom {
    display: flex;
    justify-content: left;
    align-items: baseline;
    float: left;
    font-size: 18px;
    text-align: justify;
    width: 52%;
    height: 175px;
    padding-left: 20px;
    padding-right: 10px;
    margin-bottom: 10px;
}
.service_pic_right {
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
    width: 47%;
    height: 325px;
    margin-top: 20px;
    margin-bottom: 10px;
    overflow: hidden;
}

.service_reiter_hl {
    float: left;
    text-align: center;
    background-color: #a6a8aa;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 550px;
    margin-top: 15px;
    margin-left: 2%;
    margin-right: 60%;
    margin-bottom: 0px;
    border-radius: 15px 15px 0 0;
    border: solid #ffffff;
    border-width: 1px 1px 0 0;
}
    .service_reiter_hl:hover {
        cursor: pointer;
        user-select: None;
    }

.service_fill {
    display: block;
    width: 93%;
    height: 20px;
    margin-bottom: 0;
    margin-left: 2%;
    margin-right: 5%;
    border: solid #000;
    border-width: 1px 1px 0 1px;
    background-color: #c3cacc;
    box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 1);
}

.service_divi {
    float: left;
    display: none;
    width: 93%;
    height: auto;
    padding-bottom: 20px;
    margin-bottom: 5px;
    margin-left: 2%;
    margin-right: 5%;
    border: solid #000;
    border-width: 0 1px 1px 1px;
    background-color: #c3cacc;
    box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 1);
}

#anfrageformular {
    display: block;
    width: 86%;
    height: auto;
    margin-bottom: 5px;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-left: 7%;
    margin-right: 7%;
    border: solid #000;
    border-width: 1px 1px 1px 1px;
    background-color: #c3cacc;
    box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 1);
}

#formular {
    width: auto;
    padding-bottom: 30px;
    margin-left: 2%;
    margin-right: 2%;
    background-color: #b7b9bb;
}

    #formular textarea {
        float: left;
        width: 96%;
        margin-top: 15px;
        margin-left: 2%;
        margin-right: 2%
    }

    #formular button {
        float: left;
        width: 80px;
        height: 40px;
        margin-top: 10px;
        margin-left: 2%;
        background-color: #959799;
        border-color: rgba(29,32,33,0.75);
    }

        #formular button:hover {
            background-color: rgba(29,32,33,0.75);
        }

.inputs {
    float: left;
    width: 47%;
    margin-top: 15px;
    margin-left: 2%;
}

#formular_hl {
    background-color: #959799;
    padding: 5px;
    width: 400px;
    margin-top: 0;
    margin-left: 2%;
    margin-right: 7%;
    margin-bottom: 0;
}

.txt {
    float: left;
    text-align: center;
    padding-top: 5px;
    margin-top: 15px;
    margin-left: 2.5%;
    margin-right: 1%;
    color: rgba(29,32,33);
    font-size: 17px;
}

#werte input {
    float: left;
    width: 100px;
    margin-top: 15px;
    margin-left: 2%;
}

#werte .txt {
    float: left;
    text-align: center;
    padding-top: 5px;
    margin-top: 15px;
    margin-left: 2px;
    margin-right: 1%;
    color: rgba(29,32,33);
    font-size: 17px;
}

#datei {
    float: left;
    width: 70%;
    margin-left: 2%;
    margin-bottom: 10px;
}

.dialog_delete {
    float: left;
    width: 30px;
    height: 30px;
    margin-top: 5px;
    margin-left: 10px;
}

    .dialog_delete:hover {
        cursor: pointer;
        user-select: None;
    }

#input {
    float: left;
    width: 100%;
    margin-left: 2%;
    margin-right: 10%;
}

#neu_input {
    display: block;
    float: left;
    margin-left: 2%;
    margin-right: 70%;
    background-color: #959799;
    border-color: rgba(29,32,33,0.75);
}

    #neu_input:hover {
        cursor: pointer;
        user-select: None;
        background-color: rgba(29,32,33,0.75);
    }

.neue_inputs {
    display: none;
    float: left;
    width: 70%;
    margin-bottom: 10px;
}

.neue_dels {
    display: none;
    float: left;
    width: 30px;
    height: 30px;
    margin-top: 5px;
    margin-left: 10px;
}

    .neue_dels:hover {
        cursor: pointer;
        user-select: None;
    }

#send {
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 20%;
    margin-right: 20%;
    background-color: #b7b9bb;
}

    #send div {
        text-align: center;
        width: fit-content;
        margin: auto auto;
    }

    #send button {
        width: 80px;
        height: 40px;
        margin: auto auto;
        background-color: #959799;
        border-color: rgba(29,32,33,0.75);
    }

#besondere {
    display: block;
    background-color: #c3cacc;
    width: 95%;
    float: left;
    padding: 15px;
    margin-left: 2.5%;
    /* border: solid;*/
}

    #besondere li {
        height: 400px;
        margin-bottom: 25px;
        border: 1px solid black;
    }

        #besondere li b {
            font-size: 20px;
        }

        #besondere li:nth-child(even) {
            background-color: #4b5455;
            color: #f6fdff;
            padding: 10px;
            margin-right: 5%;
        }

        #besondere li:nth-child(odd) {
            color: #293233;
            padding: 10px;
            margin-right: 5%;
        }

.besondere_left {
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
    float: left;
    width: 47%;
    height: 325px;
    margin-top: 20px;
    margin-bottom: 10px;
    overflow: hidden;
}

.besondere_right {
    display: flex;
    justify-content: left;
    align-items: center;
    float: right;
    font-size: 18px;
    text-align: justify;
    width: 40%;
    height: 325px;
    margin-top: 20px;
    margin-right: 5%;
    margin-bottom: 10px;
}

#iframe {
    border: none;
    width: 100%;
    overflow: visible;
}

/*Design für Facility Management*/

#leistungen {
    display: block;
    background-color: #c3cacc;
    text-align:justify;
    font-size:18px;
    width: 47%;
    height:920px;
    float: left;
    padding: 15px;
    margin-left: 10px;
    /* border: solid;*/
}

    #leistungen p {
        font-size: 25px;
    }

    #leistungen li:nth-child(even) {
        background-color: #4b5455;
        color: #f6fdff;
        padding: 7px;
        margin-top: 25px;
        margin-right: 5%;
    }

    #leistungen li:nth-child(odd) {
        color: #293233;
        padding: 7px;
        margin-top: 25px;
        margin-right: 5%;
    }

#pics {
    display: block;
    width: 52%;
    height:920px;
    float: right;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: -20px;
}


/*Design für Karriere*/

#karriere {
    display: block;
    background-color: #c3cacc;
    width: auto;
    float: left;
    padding: 50px 50px 30px 30px;
    margin: 0px 10px 0px 10px;
    /* border: solid;*/
}
.imgs {

    float: right;
    width: 24%;
    height: 230px;

}

    #karriere img:hover {
        cursor: pointer;
        user-select: None;
    }

#text_links {
    float: left;
    width: 70%;
    padding-right:20px;
    margin-left: 3%;
}



.karriere_reiter_hl {
    float: left;
    text-align: center;
    background-color: #a6a8aa;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 550px;
    margin-top: 15px;
    margin-left: 7%;
    margin-right: 60%;
    margin-bottom: 0px;
    border-radius: 15px 15px 0 0;
    border: solid #ffffff;
    border-width: 1px 1px 0 0;
}

/*Desing für Karriere Bewerbung*/

#bewerbungformular {
    display: block;
    width: 86%;
    height: auto;
    margin-bottom: 5px;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-left: 7%;
    margin-right: 7%;
    border: solid #000;
    border-width: 1px 1px 1px 1px;
    background-color: #c3cacc;
    box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 1);
}
#main_bewerbung2 {
    display: none;
    position: absolute;
    background-color: rgba(29,32,33,0.85);
    top: 0;
    left: 0;
    width: 100%;
    height: fit-content;
    min-height: 100%;
    padding-top: 2%;
    padding-left: 15%;
    padding-right: 15%;
    padding-bottom: 2%;
    margin-top: auto;
    margin-bottom: auto;
    z-index: 1000;
}
#bewerbung_datei {
    float: left;
    width: 70%;
    margin-left: 2%;
    margin-bottom: 10px;
}


/* Design für AboutUs*/

#aboutus {
    display: block;
    background-color: #c3cacc;
    width: auto;
    float: left;
    padding: 50px 50px 30px 30px;
    margin: 0px 10px 0px 10px;
    /* border: solid;*/
}
    #aboutus img:hover {
        cursor: pointer;
        user-select: None;
    }

#nachhalt {
    display: block;
    background-color: #c3cacc;
    width: auto;
    float: left;
    padding: 50px 50px 30px 30px;
    margin: 0px 10px 0px 10px;
}

/* Design für Register*/

.row {
    width: 70%;
    margin: auto auto;
    background-color: #c3cacc;
}

.col-md-4 {
    width: 80%;
    margin: auto auto;
}

.col-md-6 {
    width: 80%;
    margin: auto auto;
}
/*Design für Footer*/
#tabellen {
    height: auto;
    background-color: #c3cacc;
    padding: 20px;
}
.list_div {
    text-align: justify;
    padding: 10px;
}
.list_div2 {
    text-align: justify;
    padding: 10px;
    background-color: #4b5455;
    color: #f6fdff;
}

#footer_kontakt {
}

#hl_kontakt {
    background-color: #c3cacc;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: fit-content;
    margin-left: 10px;
    margin-bottom: 20px;
    border-radius: unset;
    border: none;
}
.kontakt_divi {
    float: left;
    width: 100%;
    height: auto;
    padding:5px 5px 5px 5px;
    margin-bottom: 0px;
    border: solid #000;
    border-width: 0 1px 1px 1px;
    background-color: #c3cacc;
    box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 1);
}
.divl {
    display: block;
    width: 55%;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
}

    .divl a {
        text-decoration: none;
    }

.divr {
    display: block;
    width: 45%;
    float: right;
    padding-right: 10px;
    padding-left: 10px;
}

/*Footer*/
#footer {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 40px;
}

    #footer img {
        border-bottom: solid 5px #e1001a;
        height: 100%;
        width: auto;
        margin-top: 0px;
    }

#footleiste {
    display: block;
    background-color: #c3cacc;
    color: #c3cacc;
    padding-right: 25px;
    width: 50%;
    height: 100%;
    overflow: hidden;
    border-bottom: solid 5px #e1001a;
    background: linear-gradient(290deg, transparent 25px, #293133 0) top right;
}

    #footleiste a {
        display: block;
        float: left;
        font-size: 18px;
        text-align: center;
        background-color: #293133;
        color: #c3cacc;
        margin-top: 0.7%;
        margin-left: 3%;
        margin-right: 1%;
        cursor: pointer;
        user-select: None;
    }


/*Disgin für andere Größen*/

@media screen and (max-width: 1010px) {
    footer {
        height: 60px;
    }
}

@media screen and (max-width: 1420px) {
    #header_offnungszeiten {
        color: transparent;
        background: linear-gradient(110deg, transparent 45px, transparent 0) bottom left;
    }
    #link_anfrage {
        color: transparent;
    }
        #link_anfrage:hover {
            color: transparent;
            background-color: transparent;
        }

    #header_wertung {
        background-color: rgba(29,32,33,0.75);
    }

    #header_nix {
        background-color: rgba(29,32,33,0.75);
    }

    #links {
        display: none;
    }

    #rechts {
        display: none;
    }
}

@media screen and (max-width: 660px) {
    header {
        width: 650px;
    }

    #header_anschrift {
        display: none;
    }

    nav {
        width: 445px;
        margin-left: 102.5px;
    }

    footer {
        width: 640px;
        margin-left: 2.5px;
    }

    .reiter.divi {
        width: 559px;
        margin-left: 45px;
    }

    .fill {
        width: 559px;
        margin-left: 45px;
    }

    .reiter h1, h2, h3 {
        margin-left: 45px;
    }

    #main_previous_arrow {
        width: 45px;
        font-size: 20px;
    }

    #main_bild {
        width: 560px;
        left: 45px;
    }

    #main_next_arrow {
        width: 45px;
        font-size: 20px;
    }
}
