@import './fonts.css';

:root {
    --eikeblau: #8dadd1;
    --eikeblaubrand: #3A78B8;
    --eikeweiss: #ffffff;
    --eikeschwarz: #212226;
    --eikegrau: #F2F2F7;
    --eikedunkelgrau: #595959;
    --eikepink: #D4004B;
    --eikeshblau: #003064;
    --eikeshblaudunkler: #001E4B;
    --eikegraudunkler: #CECED2;
    --eikeblauostsee: #3A78B8;
    --eikeblauostseesommer: #3A78B8B2;
    --eikebordercolor: #E4E4E7;
    --rounded-corner: 12px;
    --margin-between-components: 20px;
    --margin-between-componentsx2: 40px;
    --ff-1: 'Actor';
    --fbig: 15px;
    --fnorm: 11px;
}

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    color: var(--black);
}

body {
    background-color: white;
    font-family: var(--ff-1);
    color: var(--eikeschwarz);
}

/* for app ux 
body {
    -webkit-tap-highlight-color: transparent;
}
html, body {
    overscroll-behavior-y: none;
    overflow: auto
  } /* does not work for older safari versions (>16.0) */
/* end */
.big {
    font-size: var(--fbig);
}

.norm {
    font-size: var(--fnorm);
}

main {
    height: 100vh;
    width: 30vw;
    background-color: #e5e5ea;
    margin: 0 auto;
    overflow: auto;
    overflow-y: hidden;
    /* Versteckt die vertikale Scrollbar */
}

div {
    -webkit-user-select: none;
    /* Safari 3.1+ */
    -moz-user-select: none;
    /* Firefox 2+ */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /* Standard syntax */
}

.head {
    background-color: var(--eikeblau);
    height: 20vh;
    min-height: 80px;
    /* Mindesthöhe für den Container festlegen */
    max-height: 200px;
    /* Maximale Höhe für den Container festlegen */
    border-radius: 0px 0px var(--rounded-corner) var(--rounded-corner);
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* Menü-Symbol nach rechts ausrichten */
    width: 100%;
}

.menu-icon {
    margin-right: 10px;
    /* Optional: Füge einen rechten Abstand zum Menü-Symbol hinzu */
}

.ppicture {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    object-fit: cover;
    object-position: top;
    margin-top: 18px;
    display: block;

}

.pcontainer {
    margin-left: 8%;
    display: inline-block;
}

.mcontainer {
    margin-left: 90%;
    padding-top: 2rem;
}

.flexparent {
    display: flex;
    justify-content: space-between;

}

.left-div,
.right-div {
    margin: 0 10px;
}

.component {
    background-color: var(--eikeweiss);
    width: 88%;
    ;
    height: 8vh;
    margin: 0 auto;
    padding: 20px 0;
    border-radius: var(--rounded-corner) var(--rounded-corner) var(--rounded-corner) var(--rounded-corner);
    margin-top: var(--margin-between-components);
}

.selfComponent {
    width: 88%;
    height: 8vh;
    margin: 0 auto;

    border-radius: var(--rounded-corner) var(--rounded-corner) var(--rounded-corner) var(--rounded-corner);
    margin-top: var(--margin-between-components);
}

.componenthigh {
    background-color: var(--eikeweiss);
    width: 88%;
    ;
    height: 16vh;
    margin: 0 auto;
    padding: 20px 0;
    border-radius: var(--rounded-corner) var(--rounded-corner) var(--rounded-corner) var(--rounded-corner);
    margin-top: var(--margin-between-components);
}

.componentextrahigh {
    background-color: var(--eikeweiss);
    width: 88%;
    ;
    height: 32vh;
    margin: 0 auto;
    padding: 20px 0;
    border-radius: var(--rounded-corner) var(--rounded-corner) var(--rounded-corner) var(--rounded-corner);
    margin-top: var(--margin-between-components);
}

.ctext {
    padding-left: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.menu-container {
    margin-left: auto;
    padding-top: 1.5rem;
    padding-right: 2rem;

}



.articleimg {
    height: 100%;
    width: 100%;
    display: block;
    border-radius: var(--rounded-corner) var(--rounded-corner) var(--rounded-corner) var(--rounded-corner);

}

.parentfeed {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

.childrenfeed-1 {
    width: 50%;
    margin: 0rem 5rem;
    height: 100%;
    align-items: right;
    justify-content: right;
}

.childrenfeed-2 {
    width: 50%;
    background: yellow;
    margin: 0 10px;
}

.menu-icon span {
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: black;
}

.icon {
    color: #DDD9D5;
}

input {
    border: 2px solid var(--eikegrau);
    background-color: var(--eikegrau) !important;
    height: 12px;
}

input::placeholder {
    font-weight: bold;
}

textarea:focus,
input:focus {
    outline: none;
}

button {
    border: 0;
}

.loginform {
    margin: 0 auto;
    width: 80%
}


.btn {
    background-color: var(--eikeblauostsee);
    color: var(--eikeweiss);
    width: 100%;
    height: 100%;
    border-radius: var(--rounded-corner) var(--rounded-corner) var(--rounded-corner) var(--rounded-corner);
    padding: 16px;
    margin-top: var(--margin-between-componentsx2);
    max-width: 358px;
    border: 1px solid var(--eikebordercolor);
}

.btn {
    margin: 9px 4.5px;
    /* Beispielwert, anpassen nach Bedarf */
}

.navigationBtn {
    background: #3A78B8;
    border-radius: 10px;
    margin: 20px;
    width: 48px;
    height: 48px;
    position: relative;
}

.inputcomponent {
    background-color: var(--eikeweiss);
    width: 100%;
    height: 100%;
    margin: 0 auto;

}

.logincomponent {
    margin-top: var(--margin-between-components);
    font-size: var(--fnorm);
    color: #c8c8c8;
    border: 1px solid var(--eikegraudunkler);
    background-color: var(--eikegrau);
    border-radius: var(--rounded-corner) var(--rounded-corner) var(--rounded-corner) var(--rounded-corner);
    padding: 10px 0;
}

.spanlogintext {
    padding-left: 20px
}



@media only screen and (max-device-width: 480px) {
    body {
        background: var(--eikeweiss);
    }

    main {
        height: 100vh;
        width: 100%;
        background-color: var(--eikegrau);
        margin: 0 auto;
    }
}


@media only screen and (max-device-width: 850px) {
    body {
        background: var(--eikeweiss);
    }

    main {
        height: 100vh;
        width: 100%;
        background-color: var(--eikegrau);
        margin: 0 auto;
    }
}

.flex-container {
    display: flex;
    align-items: center;
    width: 100%;
}

.image-container {
    margin-right: 10px;
    padding-left: 2rem;
    padding-top: 4rem;
    flex-shrink: 0;
    /* Damit das Element nicht kleiner wird, wenn wenig Platz vorhanden ist */
}

.image-container img {
    border-radius: 50%;
    width: 5rem;
    height: 5rem;
    object-fit: cover;
}

.text-container {
    flex-grow: 1;
    padding-top: 2.4rem;
    line-height: 1;
}

.container-preload {
    display: flex;
    align-items: center;
    /* Vertikal zentrieren */
    justify-content: center;
    /* Horizontal zentrieren */
    height: 100vh;
    /* Höhe des Containers anpassen */
}

.container-preload img {
    max-width: 100%;
    /* Bildgröße anpassen */
    max-height: 100%;
    /* Bildgröße anpassen */
}

.animate.pop {
    animation-duration: 0.5s;
    animation-name: animate-pop;
    animation-timing-function: cubic-bezier(.26, .53, .74, 1.48);
}

@keyframes animate-pop {
    0% {
        opacity: 0;
        transform: scale(0.5, 0.5);
    }

    100% {
        opacity: 1;
        transform: scale(1, 1);
    }
}

/* forms */
.container {
    margin: 10% 0%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}



.input-field {
    display: flex;
    align-items: center;
    width: 358px;
    padding: 10px;
    background-color: var(--eikeweiss);
    border-radius: 5px;
    font-size: 16px;
    border: 1px solid var(--eikebordercolor);
}

.input-field svg {
    fill: none;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.input-field input {
    flex: 1;
    border: none;
    background: var(--eikeweiss);
    color: #333333;
}

.input-field span {
    font-size: 12px;
    color: var(--eikedunkelgrau);

    /* Hinzugefügter CSS-Code */
}

.input-field .checkbox-container {
    display: flex;
    align-items: center;
    margin-right: auto;
    /* Verschiebt die Checkbox ganz nach links */
}

.input-field input[type="checkbox"] {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    /* Optionaler Abstand zwischen Checkbox und Text */
}

.describeInput {
    font-size: small;
    color: #595959;
    border: none;
}

.input-field input[type=text],
.input-field input[type=password] {
    width: 100%;
    padding: 10px 15px;
    margin: 5px 0;
    box-sizing: border-box;
    background-color: var(--eikeweiss) !important;
}

.tutorialHeadline {

    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 22px;
    /* or 88% */

    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -0.408px;

    color: var(--eikeweiss);
}

.tutorialDescription {
    font-style: normal;
    font-weight: 200;
    font-size: 13px;
    line-height: 20px;
    color: var(--eikeweiss);
}

.section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 10px;
}

.section:first-child {
    margin-top: 5%;
    /* Beispielwert, anpassen nach Bedarf */
}

.section:last-child {
    margin-bottom: 5%;
    /* Beispielwert, anpassen nach Bedarf */
}

.sectionLeft {
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: left;
    text-align: left;
    margin: 20px;
    max-width: 358px;
    padding: 10px;
}

.sectionLeft:first-child {
    margin-top: 5%;
    /* Beispielwert, anpassen nach Bedarf */
}

.sectionLeft:last-child {
    margin-bottom: 5%;
    /* Beispielwert, anpassen nach Bedarf */
}