* {
    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');
}
@font-face {
    font-family: 'Adamina';
    src: url('fonts/Adamina/Adamina-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.seite1hintergrundbildBox {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: left;
    transform: translate(-50%, -50%);
    width: 100vw;
}

body {
    background: linear-gradient( rgba(255, 203, 8, 0.4), rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
    background-repeat: no-repeat;
    background-size: cover;
    overflow: scroll;
    background-attachment: fixed;
    background-color: rgb(222, 232, 241);
}

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

.DingsLogo_mitte_h {
    width: 315px;
    height: 440px;
    position: absolute;
    top: 400px;
    left: 50%;
    background-repeat: no-repeat;
    transform: translate(-70%, -50%);
}

.das-blaue-ding-da-ganz-oben {
    position: fixed;
    background-color: rgb(0, 107, 181);
    width: 100%;
    height: 45px;
    display: block;
    top: 0px;
    left: 0px;
    box-shadow: 0px 8px 40px 10px rgba(0,0,0,0.5);
    z-index: 999999;
}

.DatenschutzKnopfOben2 {
    position: absolute;
    right: 50px;
    top: 15px;
    z-index: 900;
    color: rgba(167, 194, 29);
    text-decoration: none;
}

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

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

.ImprintKnopp {
    position: absolute;
    right: 150px;
    top: 15px;
    z-index: 900;
    color: rgba(167, 194, 29);
    text-decoration: none;
}

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

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

.KtkKNopp {
    position: absolute;
    right: 250px;
    top: 15px;
    z-index: 900;
    color: rgba(167, 194, 29);
    text-decoration: none;
}

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

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

.dropbtnleistungsangebot {
    position: absolute;
    background-color: rgb(198, 230, 40);
    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(198, 230, 40);
    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(198, 230, 40);
}

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

.dropbtnInformationen {
    position: absolute;
    background-color: rgb(167, 194, 29);
    text-align: center;
    color: rgb(0, 107, 181);
    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;
}

.dropdown-contentInformationen {
    display: none;
    position: absolute;
    background-color: rgb(198, 230, 40);
    min-width: 160px;
    box-shadow: none;
    z-index: 169420;
    overflow: auto;
    top: 45px;
}

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

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

.dropdownInformationen:hover .dropdown-contentInformationen {
    display: block;
}

.dropdownInformationen:hover .dropbtnInformationen {
    background-color: rgb(198, 230, 40);
}

.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(167, 194, 29);
    text-align: center;
    color: rgb(0, 107, 181);
    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(198, 230, 40);
    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(198, 230, 40);
}

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

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

.weiterleitung {
    font-size: 15px;
}

.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(62, 178, 182, 0.49));
}

.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;
}

.SeitenanfangKnopf {
    background-color: rgb(67, 141, 124);
    position: absolute;
    display: block;
    color: rgb(255, 255, 255);
    font-size: 1em;
    z-index: 420;
    width: 260px;
    height: 60px;
    left: 45%;
    top: 0px;
    text-align: center;
    text-decoration: none;
}

.DreieckO {
    position: absolute;
    left: 120px;
    top: 10px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid rgb(255, 255, 255);
}

.SeitenendeKnopfD {
    background-color: rgb(67, 141, 124);
    color: white;
    position: fixed;
    text-align: center;
    padding: 10px;
    font-size: 1.2em;
    border: none;
    z-index: 99999999;
    height: 45px;
    width: 170px;
    left: 0px;
    top: 0px;
    text-decoration: none;
}

.SeitenendeKnopfD:hover {
    background-color: rgb(255,255,255,0.4);
}

.AusfDataK {
    background-color: rgb(1, 64, 195);
    color: white;
    position: fixed;
    text-align: center;
    padding: 0px;
    font-size: 1em;
    border: none;
    z-index: 99999999;
    height: 25px;
    width: 400px;
    left: 0px;
    top: 5px;
    text-decoration: none;
}

.AusfDataKDings {
    position: absolute;
    display: inline-block;
    z-index: 99999999;
}

.AusfDataK:hover {
    background-color: #1a50cf;
}

.VerlinkungAllg {
    color: rgb(11, 62, 172);
    text-decoration: underline;
    cursor: pointer;
    z-index: 2000;
}
.VerlinkungAllg_D {
    color: rgb(255, 255, 0);
    text-decoration: underline;
    cursor: pointer;
    padding: 10px;
    z-index: 2000;
}

.dropdownInformationen_m {
    display: none;
}

.container_ag {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    z-index: 10;
}

.box_ag {
    height: 80%;
    background: rgba(255, 255, 255, 0.6);
    padding: 5px;
    box-sizing: border-box;
    z-index: 10;
    box-shadow: 0px 5px 50px 0px rgba(0,0,0,0.5);
    cursor: pointer;
}
.box_ag_n {
    height: 200px;
    padding: 5px;
    box-sizing: border-box;
}
.box_ag_k {
    height: 100%;
    padding: 5px;
    box-sizing: border-box;
    z-index: 1;
    transform: translate(-15%, 0%);

}

/* Container für den gesamten Inhalt des Impressums */
.ImprintR {
    margin-top: 100px;
}

.DiscTR {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    font-size: 1em;
    text-align: center;
    width: 100%;
    max-width: 1055px;
    padding: 20px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0);
    z-index: 14;
    box-shadow: none;
    border: solid black 0px;
    top: 100px;
}

/* Überschriften der dataerkl */
.DiscÜ,
.DiscÜ_1,
.DatÜ,
.DatÜ1,
.DatÜ2,
.DatÜ3,
.DatÜ4,
.DatÜ5 {
    font-size: 1em;
    text-align: center;
    width: 100%;
    margin: 10px 0;
    background-color: rgba(255, 255, 255, 0);
    z-index: 144;
    box-shadow: none;
    border: solid black 0px;
}

/* Paragraphen */
.DiscT,
.DiscT1,
.DiscT2,
.DiscT3,
.DatT,
.DatT1,
.DatT2,
.DatT3,
.DatT4,
.ImprintT3 {
    font-size: 1em;
    text-align: left;
    width: 100%;
    margin: 10px 0;
    background-color: rgba(255, 255, 255, 0);
    z-index: 444;
}

.BündelAusfData {
    top: 50px;
    position: relative;
    width: 100%;
    max-width: 1105px;
    margin: 0 auto;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    border: solid black 1px;
    display: flex;
    flex-direction: column;
    gap: 20px;

    /* Abstand zwischen den einzelnen Abschnitten */
}
/* MIB GMBH



    _ .-') _             .-') _                   
   ( (  OO) )           ( OO ) )                  
   \     .'_  .---.,--./ ,--,'   ,--.   .-----.  
   ,`'--..._)/_   ||   \ |  |\  /  .'  / ,-.   \ 
   |  |  \  ' |   ||    \|  | ).  / -. '-'  |  | 
   |  |   ' | |   ||  .     |/ | .-.  '   .'  /  
   |  |   / : |   ||  |\    |  ' \  |  |.'  /__  
   |  '--'  / |   ||  | \   |  \  `'  /|       | 
   `-------'  `---'`--'  `--'   `----' `-------'  <-2026->



*/
.AusfDataR {
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
}

.AusfDataSection {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding-bottom: 10px;
}

.AusfDataÜ,
.AusfDataT {
    width: 100%;
    text-align: left;
}

.AusfDataÜ {
    font-size: 1.2em;
    text-align: center;
}

.AusfDataT {
    font-size: 1em;
    padding: 10px;
    border: solid black 1px;
}

.inner-grid {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 15px;
    align-items: start;
    text-align: left;
}

.inner-grid img {
    width: 200px;
    height: auto;
    margin-right: 5px;
}

.text-content h1 {
    margin-top: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
}

/*input, textarea {
  width: 100%;
  max-width: 400px;
  padding: 5px;
  box-sizing: border-box;
}*/

form {
  max-width: 500px;
  margin: 40px auto;
  padding: 25px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

label {
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}

input, textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  transition: border 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
}

input:focus, textarea:focus {
  border-color: #4a90e2;
  box-shadow: 0 0 5px rgba(74,144,226,0.3);
  outline: none;
}

textarea {
  resize: vertical;
}

button {
  width: 100%;
  padding: 12px;
  background: #4a90e2;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.2s;
}

button:hover {
  background: #357abd;
}

input[type="checkbox"] {
  width: auto;
  margin-right: 8px;
}

label input[type="checkbox"] {
  margin-bottom: 0;
}

@media (max-width: 1200px) {
    .container_ag {
        grid-template-columns: 1fr;
    }

    .box_ag {
        display: flex;
        flex-direction: column;
        height: auto;

        /* statt fester 200px */
    }

    .box_ag h1,
    .box_ag p1 {
        order: 1;
        text-align: center;
    }

    .box_ag .inner-grid {
        order: 2;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .box_ag img {
        /* das Logo-Bild */
        order: 3;
        margin-top: 10px;
    }
    .box_ag_n {
        display: none;
    }
}

@media (max-width: 900px) {
    .container_ag {
        grid-template-columns: 1fr;
    }

    .box_ag {
        display: flex;
        flex-direction: column;
        height: auto;
    }

    .box_ag h1,
    .box_ag p1 {
        order: 1;
        text-align: center;
    }

    .box_ag .inner-grid {
        order: 2;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .box_ag img {
        /* das Logo-Bild */
        order: 3;
        margin-top: 10px;
    }

    .DingsLogo_mitte_h {
        width: 315px;
        height: 440px;
        position: absolute;
        top: 600px;
        left: 50%;
        background-repeat: no-repeat;
        transform: translate(-70%, -50%);
    }

    .DingsLogo_mitte_h_m {
        width: 250px;
        height: auto;
        position: absolute;
        top: 0px;
        left: 0%;
        transform: translate(40%, -50%);
    }
    .box_ag_n {
        display: none;
    }
}
