* {
    font-family: 'Roboto', sans-serif;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    text-align: center;
}

/* roboto-300 - latin_latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/roboto-v30-latin_latin-ext-300.eot');

    /* IE9 Compat Modes */
    src: url('../fonts/roboto-v30-latin_latin-ext-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin_latin-ext-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-v30-latin_latin-ext-300.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/roboto-v30-latin_latin-ext-300.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/roboto-v30-latin_latin-ext-300.svg#Roboto') format('svg');

    /* Legacy iOS */
}

/* roboto-regular - latin_latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin_latin-ext-regular.eot');

    /* IE9 Compat Modes */
    src: url('../fonts/roboto-v30-latin_latin-ext-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin_latin-ext-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-v30-latin_latin-ext-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/roboto-v30-latin_latin-ext-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/roboto-v30-latin_latin-ext-regular.svg#Roboto') format('svg');

    /* Legacy iOS */
}

@font-face {
    font-display: swap;
    font-family: 'Underdog';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/Underdog-Regular.ttf') format('truetype'),;

    /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
    color: black;
}

#Ziel {
    margin-top: 100%;
    padding-bottom: 25%;
    color: #0843ce;
}

body {
    background: url(assets/putzhexe_grey\ marble.png);
    background-repeat: repeat;
    background-size: cover;

    /* Stellt sicher, dass das Bild den gesamten Bereich abdeckt */
    background-attachment: fixed;

    /* Behält das Hintergrundbild beim Scrollen */
    background-color: rgb(222, 232, 241);
}

.seite1hintergrundbild {
    position: relative;
    z-index: 1;
    padding-top: 0px;
    text-align: left;
}

.Logo_mitte_h {
    position: relative;
    background-image: url(assets/putzhexe_logo_4farbig_gold_hhg.png);
    width: 200px;
    height: 70px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 28px;
    left: 5px;
    z-index: 421;
}

.das-blaue-ding-da-ganz-oben {
    position: fixed;
    background-color: rgb(214, 214, 214);
    background-image: url('assets/putzhexe_grey marble.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;
    width: 100%;
    height: 100px;
    display: block;
    top: 0px;
    left: 0px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
    z-index: 420;
}

.DatenschutzKnopfOben2 {
    position: absolute;
    left: 200px;
    top: 45px;
    z-index: 900;
    color: rgb(41, 35, 92);
    font-size: x-large;
}

.DatenschutzKnopfOben2::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: rgb(201, 157, 72);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.DatenschutzKnopfOben2:hover::before {
    transform: scaleX(1);
}

.ReinigungKnopp {
    position: absolute;
    left: 320px;
    top: 45px;
    z-index: 900;
    color: rgb(41, 35, 92);
    font-size: x-large;
}

.HausmeistereiKnopp {
    position: absolute;
    left: 450px;
    top: 45px;
    z-index: 900;
    font-size: x-large;
    color: rgb(41, 35, 92);
}

.HausmeistereiKnopp::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: rgb(201, 157, 72);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.HausmeistereiKnopp:hover::before {
    transform: scaleX(1);
}

.DataImpKnopp {
    position: absolute;
    left: 910px;
    top: 45px;
    z-index: 900;
    color: rgb(41, 35, 92);
    font-size: x-large;
}

.DataImpKnopp::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: rgb(201, 157, 72);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.DataImpKnopp:hover::before {
    transform: scaleX(1);
}

.ReinigungKnopp::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: rgb(201, 157, 72);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.ReinigungKnopp:hover::before {
    transform: scaleX(1);
}

.StandortKnopp {
    position: absolute;
    left: 800px;
    top: 45px;
    z-index: 900;
    font-size: x-large;
    color: rgb(41, 35, 92);
}

.StandortKnopp::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: rgb(201, 157, 72);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.StandortKnopp:hover::before {
    transform: scaleX(1);
}

.ImprintKnopp {
    position: absolute;
    right: 150px;
    top: 15px;
    z-index: 900;
    color: White;
    font-size: x-large;
}

.ImprintKnopp::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: rgb(41, 35, 92);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.ImprintKnopp:hover::before {
    transform: scaleX(1);
}

.KtkKNopp {
    position: absolute;
    left: 690px;
    top: 45px;
    z-index: 900;
    color: rgb(41, 35, 92);
    font-size: x-large;
}

.KtkKNopp::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: rgb(201, 157, 72);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.KtkKNopp:hover::before {
    transform: scaleX(1);
}

.dropbtnleistungsangebot {
    position: absolute;
    background-color: rgb(60, 122, 108);
    text-align: center;
    color: white;
    padding: 16px;
    font-size: 1em;
    border: none;
    z-index: 169420;
    height: 45px;
    width: 170px;
    top: 0px;
}

.dropdownleistungsangebot {
    position: fixed;
    right: 500px;
    top: 0px;
    display: inline-block;
    z-index: 169420;
}

.dropdown-contentleistungsangebot {
    display: none;
    position: absolute;
    background-color: rgb(141, 188, 177);
    min-width: 160px;
    box-shadow: none;
    z-index: 169420;
    overflow: auto;
    top: 45px;
}

.dropdown-contentleistungsangebot a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    z-index: 169420;
}

.dropdown-contentleistungsangebot a:hover {
    background-color: #ddd;
}

.dropdownleistungsangebot:hover .dropdown-contentleistungsangebot {
    display: block;
}

.dropdownleistungsangebot:hover .dropbtnleistungsangebot {
    background-color: rgb(88, 178, 157);
}

.dropdownleistungsangebot:hover .DreieckI {
    border-color: rgba(224, 18, 224, 0);
}

.dropbtnInformationen {
    position: absolute;
    background-color: rgb(60, 122, 108);
    text-align: center;
    color: white;
    padding: 16px;
    font-size: 1em;
    border: none;
    z-index: 169420;
    height: 45px;
    width: 170px;
    top: 0px;
}

.dropdownInformationen {
    position: fixed;
    right: 680px;
    top: 0px;
    display: inline-block;
    z-index: 169420;
}

.alles_auswahlreiter {
    display: none;
    position: absolute;
    background-color: rgb(141, 188, 177);
    min-width: 160px;
    box-shadow: none;
    z-index: 169420;
    overflow: auto;
    top: 45px;
}

.alles_auswahlreiter a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    z-index: 169420;
}

.alles_auswahlreiter a:hover {
    background-color: #ddd;
}

.dropdownInformationen:hover .alles_auswahlreiter {
    display: block;
}

.dropdownInformationen:hover .dropbtnInformationen {
    background-color: rgb(88, 178, 157);
}

.dropdownInformationen:hover .DreieckI {
    border-color: rgba(224, 18, 224, 0);
}

.Schrift_unterstr_schw_link {
    cursor: pointer;
    text-decoration: underline;
}

.dropbtnleistungsangebot {
    position: absolute;
    background-color: rgb(60, 122, 108);
    text-align: center;
    color: white;
    padding: 16px;
    font-size: 1em;
    border: none;
    z-index: 169420;
    height: 45px;
    width: 170px;
    top: 0px;
}

.dropdownleistungsangebot {
    position: fixed;
    right: 500px;
    top: 0px;
    display: inline-block;
    z-index: 169420;
}

.dropdown-contentleistungsangebot {
    display: none;
    position: absolute;
    background-color: rgb(141, 188, 177);
    min-width: 160px;
    box-shadow: none;
    z-index: 169420;
    overflow: auto;
    top: 45px;
}

.dropdown-contentleistungsangebot a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    z-index: 169420;
}

.dropdown-contentleistungsangebot a:hover {
    background-color: #ddd;
}

.dropdownleistungsangebot:hover .dropdown-contentleistungsangebot {
    display: block;
}

.dropdownleistungsangebot:hover .dropbtnleistungsangebot {
    background-color: rgb(88, 178, 157);
}

.dropdownleistungsangebot:hover .DreieckI {
    border-color: rgba(224, 18, 224, 0);
}

.Schrift_unterstr_schw_link {
    cursor: pointer;
    text-decoration: underline;
}

.weiterleitung {
    font-size: 15px;
    cursor: pointer;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #333;
    color: #fff;
    text-align: center;
    padding: 15px;
    display: none;
    z-index: 99999999;
    height: 100px;
    background-image: linear-gradient(rgba(4, 9, 30, 0.428),rgba(4, 9, 30, 0.487)),url(applet.png);
}

.DreieckU {
    position: fixed;
    top: 35px;
    left: 80px;
    width: 0px;
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgb(255, 255, 255);
    z-index: 99999999694211;
}

.alles_auswahlreiter_m {
    display: none;
}

.privacy-link {
    color: lightcyan;
    text-decoration: underline;
    z-index: 9999999;
}

.KeksKnopp {
    background-color: #548b54;
    display: block;
    position: absolute;
    top: 50px;
    right: 1vw;
    width: 150px;
    height: 30px;
    font-size: 1em;
}

.KeksKnopp1 {
    background-color: #548b54;
    display: block;
    position: absolute;
    top: 50px;
    left: center;
    width: 150px;
    height: 30px;
    font-size: 1em;
}

.info-header {
    position: fixed;
    background-color: rgb(201, 157, 72);
    width: 100%;
    height: 25px;
    display: block;
    top: 0px;
    left: 0px;
    box-shadow: none;
    z-index: 421;
}

.e-text {
    position: relative;
    color: white;
    left: 10px;
    top: 3px;
}

.t-text {
    position: absolute;
    color: white;
    right: 10px;
    top: 3px;
}

.Willkommenstext {
    position: relative;
    top: 200px;
    left: 30%;
}

/* Container für den gesamten Bereich */
.container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 1000px;
    margin: auto;
    padding: 2rem;
    position: relative;
    top: 100px;
    color: black;
}

/* Flexbox-Container für großen Textblock und Bild nebeneinander */
.text-und-bild {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

/* Linke Seite: großer Textblock und kleine Texte nebeneinander */
.linke-seite {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* Großer Textblock */
.textblock {
    background-color: rgba(201, 157, 72, 1);
    background-image: url('assets/putzhexe_grey marble.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;
    padding: 1rem;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(10, 10, 10, 1);
    flex: 1;
    min-width: 800px;
}

/* Kleine Textboxen nebeneinander */
.kleine-texte {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.kleiner-text {
    flex: 1 1 200px;
    font-size: 1rem;
    background-color: rgba(255, 255, 255, 0.0);
    padding: 0.5rem 1rem;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0);
}

/* Bild rechts neben dem Text */
.bild {
    width: 350px;
    height: 250px;
    background-color: sRGB(214, 214, 214, 0);
    background-image: url(assets/putzhexe_logo_4farbig_gold_hhg.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0);
    flex-shrink: 0;
}

.Hexe {
    z-index: 411;
    position: relative;
    background: url(assets/putzhexe_favicon\ website.png);
    background-size: contain;
    width: 40px;
    height: 40px;
    top: 10px;
    left: 55px;
}

.titel_gr {
    position: relative;
    font-size: 42px;
    left: 1%;
    top: 200px;
    font-family: 'Underdog', sans-serif;
}

.Haupttext {
    position: relative;
    margin-left: 1;
    top: 50px;
    font-size: 1.4rem;
    color: #6f63db;
    font-weight: 600;
    opacity: 1;
    z-index: 20;
}

.zweite_sektion {
    position: relative;
    top: 300px;
    height: 1300px;
    background-color: rgba(4, 9, 30, 0.1);
    background-blend-mode: multiply;
    z-index: 1;
    display: grid;
    grid-template-columns: 2fr 1fr 2fr;
    grid-template-rows: auto auto;
    grid-template-areas: 'Haupttext Hauptext Logo' 'Dienste Hausmeister Hausmeister';
    gap: 0px;
    padding-left: 10px;
    padding-right: 10px;
}

.zweite_sektion3 {
    position: relative;
    top: 300px;
    height: 3000px;
    background-color: rgba(4, 9, 30, 0.1);
    background-blend-mode: multiply;
    z-index: 1;
    display: grid;
    grid-template-columns: 2fr 1fr 2fr;
    grid-template-rows: auto auto 1vh;
    grid-template-areas: 'Haupttext Hauptext Logo' 'Dienste Hausmeister Hausmeister' '. . .';
    gap: 50px;
    padding-left: 10px;
    padding-right: 10px;
}

.nebentext {
    position: relative;
    margin-left: 2vw;
    top: 50px;
    font-size: 1.4rem;
    color: #6f63db;
    font-weight: 600;
    opacity: 1;
    z-index: 20;
}

.nebentext_1 {
    position: relative;
    top: 50px;
    font-size: 1.4rem;
    color: #6f63db;
    font-weight: 600;
    opacity: 1;
    z-index: 20;
}

.zauberstab {
    position: relative;
    top: 10px;
}

.zweite_sektion1 {
    position: relative;
    height: 500px;
    background-color: rgba(4, 9, 30, 0.1);
    background-blend-mode: multiply;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.5fr 1.5fr 1.5fr;
    grid-template-rows: 400px;
    grid-template-areas: 'Haupttext Logo Logo';
    gap: 10px;
}

.zweite_sektion2 {
    position: relative;
    height: 600px;
    background-color: rgba(4, 9, 30, 0.1);
    background-blend-mode: multiply;
    z-index: 1;
    display: grid;
    grid-template-columns: 2fr 2fr 2fr;
    grid-template-rows: 600px;
    grid-template-areas: 'Haupttext Haupttext Logo';
    gap: 60px;
}

.data_alles {
    position: relative;
    padding-left: 2%;
    padding-right: 2%;
}

.Maps {
    position: relative;
    top: 100px;
    left: 1vw;
}

.alles_auswahlreiter_xm {
    position: fixed;
    left: 890px;
    display: inline-block;
    text-align: center;
    color: #29235C;
    padding: 16px;
    font-size: x-large;
    z-index: 169420;
    height: 55px;
    width: 420px;
    top: 30px;
}

.alles_auswahlreiter_content_xm {
    display: none;
    position: absolute;
    background-image: url('assets/putzhexe_grey marble.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;
    min-width: 160px;
    box-shadow: none;
    z-index: 169420;
    overflow: auto;
    top: 50px;
}

.alles_auswahlreiter_content_xm a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    z-index: 169420;
}

.alles_auswahlreiter_xm {
    background-color: rgba(255, 255, 255, 0);
}

.alles_auswahlreiter_content_xm a:hover {
    background-color: rgba(201, 157, 72, 0.2);
}

.alles_auswahlreiter_xm:hover .alles_auswahlreiter_content_xm {
    display: block;
}

.alles_auswahlreiter_xm:hover .alles_auswahlreiter_xm {
    background-color: #C99D48;
}

.stdp {
    grid-area: 2 / 3 / 3 / 4;
    font-family: Underdog;
    font-size: 1.2em;
    text-align: left;
    padding-left: 2%;
    padding-right: 2%;
    z-index: 2000;
}

/* Responsive Anpassung: Untereinander anordnen auf mobilen Geräten */
@media (max-width: 1224px) {
    .StandortKnopp {
        position: absolute;
        left: 680px;
    }

    .DataImpKnopp {
        left: 790px;
    }

    .KtkKNopp {
        display: none;
    }

    .alles_auswahlreiter_xm {
        position: fixed;
        left: 760px;
    }

    @media (max-width: 900px) {
        .DatenschutzKnopfOben2 {
            display: none;
        }

        .alles_auswahlreiter_xm {
            display: none;
        }

        .ReinigungKnopp {
            display: none;
        }

        .HausmeistereiKnopp {
            display: none;
        }

        .DataImpKnopp {
            display: none;
        }

        .StandortKnopp {
            display: none;
        }

        .KtkKNopp {
            display: none;
        }

        .alles_auswahlreiter_m {
            position: fixed;
            right: 10px;
            top: 150px;
            display: inline-block;
            z-index: 169420;
        }

        .alles_auswahlreiter_content_m {
            display: none;
            position: absolute;
            background-image: url('assets/putzhexe_grey marble.png');
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            background-blend-mode: multiply;
            width: max-content;
            box-shadow: none;
            z-index: 169420;
            overflow: auto;
            top: 60px;
        }

        .alles_auswahlreiter_content_m a {
            color: black;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
            z-index: 169420;
            white-space: nowrap;
        }

        .alles_auswahlreiter_m {
            position: absolute;
            background-color: rgba(255, 255, 255, 0);
            text-align: center;
            color: #29235C;
            padding: 16px;
            font-size: x-large;
            border: none;
            z-index: 169420;
            height: 55px;
            width: 400px;
            top: 20px;
        }

        .alles_auswahlreiter_content_m a:hover {
            background-color: rgba(201, 157, 72, 0.2);
        }

        .alles_auswahlreiter_m:hover .alles_auswahlreiter_content_m {
            display: block;
        }

        .alles_auswahlreiter_m:hover .alles_auswahlreiter_m {
            background-color: #C99D48;
        }

        .Bild_T {
            display: None;
        }
        .stdp {
            grid-area: 3 / 1 / 3 / 2;
            top: 600px;
            z-index: 22;
            display: flex;
        }
    }

    @media (max-width: 500px) {
        .Logo_mitte_h {
            display: none;
        }

        .titel_gr {
            font-size: 1.3em;
        }

        .zweite_sektion,
        .zweite_sektion1 {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
        }

        .Haupttext,
        .nebentext,
        .nebentext_1 {
            width: 100%;
            grid-area: auto;
        }

        .nebentext_1 {
            margin-top: 20px;
        }

        .H_weg_m {
            display: none;
        }

        .stdp {
            grid-area: 3 / 1 / 3 / 2;
            top: 600px;
            z-index: 22;
            display: flex;
        }

        .data_alles {
            left: 0px;
            padding-left: 2%;
            padding-right: 2%;
        }
    }
}