@font-face {
    font-family: "LumiosMarker";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/se_data/se_gfx/topBewertet/fonts/lumios.woff2") format("woff2");
}
@font-face {
    font-family: "BrandonGrotesque";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/se_data/se_gfx/topBewertet/fonts/brandonGrotesque.otf") format("opentype");
}
@font-face {
    font-family: "BrandonGrotesqueBlack";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/se_data/se_gfx/topBewertet/fonts/brandonGrotesqueBlack.woff2") format("woff2");
}
@font-face {
    font-family: "Literata";
    font-style: normal;
    font-weight: 900;
    src: url('/se_data/se_gfx/topBewertet/fonts/literata.woff2') format("woff2");
    font-display: swap
}
@font-face {
    font-family: "LiterataBold";
    font-style: normal;
    font-weight: 900;
    src: url('/se_data/se_gfx/topBewertet/fonts/literataBold.woff2') format("woff2");
    font-display: swap
}
#seModule {
    display: block !important;
}
.subContent {
    font-family: "Literata";
    margin-bottom: 40px;
    font-size: 18px;
}
.greenHead {
    font-family: BrandonGrotesqueBlack;
    font-weight: normal;
    color: var(--eo-main-color);
    font-size: 48px;
}
.darkSubhead {
    font-family: LumiosMarker;
    hyphens: initial;
    font-weight: 400;
    font-size: 48px;
    margin-bottom: 10px;
}
.greenButton {
    background-color: var(--eo-main-color);
    padding: 8px;
    margin-left: 2px;
    width: 250px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;

    transform: scale(1.2);
    transform-origin: left;
}
.greenButton a {
    color: white;
    text-decoration: none;
}

.boxText {
    font-family: "Literata";
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 20px;
    color: var(--eo-dark-grey);
}

.boxText strong {
    font-family: "LiterataBold";
    font-weight: 900;
}
.codeBox {
    background-color: var(--eo-middle-grey);
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    border-radius: 20px;
    width: 950px;
    color: var(--eo-dark-grey);
    font-family: arial, Helvetica, sans-serif;
}
.codeBox textarea {
    width: 100%;
    height: 200px;
    border: 0px;
    background-color: var(--eo-middle-grey);
    color: var(--eo-dark-grey);
}
.box {
    .left {
        float: left;
        width: 50%;
    }
    .right {
        float: right;
        width: 50%;
    }
}
.eoTable{
    color: var(--eo-dark-grey);
    width: 100%;
    /* collapse */
    border-collapse: collapse;
}
.eoTable th,.eoTable td{
    text-align: left;
    font-family: Literata;
    font-size: 22px;
    border-bottom: 1px solid var(--eo-main-color-lightened);
    padding: 10px;
}
.eoTable th{
    font-family: LiterataBold;
    font-weight: bold;
}
.eoTable td .greenButton{
    width: 170px;
}

.imgSign{
    border-radius: 15px;
    width: 600px;
}

.imgLandsichten{
    width:450px;
}

.leftSign{
    float:left;
    width:50%;
}

.container {
    display: flex;
    flex-wrap: wrap; /* Erlaubt das Umbruch der Elemente auf eine neue Zeile */
}

.element {
    flex: 1; /* Verhältnismäßiger Anteil am verfügbaren Platz */
    margin: 5px; /* Optional: Fügt Abstand zwischen den Elementen hinzu */
    font-family: "Literata";
    font-size: 18px;
    color: var(--eo-dark-grey);
}

.elementLandsichten{
    flex: 1; /* Verhältnismäßiger Anteil am verfügbaren Platz */
    margin: 5px; /* Optional: Fügt Abstand zwischen den Elementen hinzu */
    font-family: "Literata";
    font-size: 18px;
    color: var(--eo-dark-grey);
}
.elementWelcome{
    flex: 1; /* Verhältnismäßiger Anteil am verfügbaren Platz */
    margin: 5px; /* Optional: Fügt Abstand zwischen den Elementen hinzu */
    font-family: "Literata";
    font-size: 18px;
    color: var(--eo-dark-grey);
}

.element strong {
    font-family: "LiterataBold";
    font-weight: 900;
}



@media only screen and (max-width: 1050px ){
    .codeBox {
        width: 750px;
    }


}

@media only screen and (max-width: 850px ){
    .codeBox {
        width: 550px;
    }
    .imgSign{
        width:250px;
        margin-top:10px;
    }
    .imgLandsichten{
        width:250px;
    }
    .elementLandsichten{
        text-align: center;


    }
    #container-top{
        flex-direction:column-reverse;
    }

}

@media only screen and (max-width: 550px ){
    .codeBox {
        width: 250px;
    }
    .leftSign{
        float:left;
        width:auto;
    }
}

