/*Dieses Dokument wurde im Auftrag des Schreibwarengeschäft Rose von Order Corner angefertigt.*/

#imageContainer :first-child {
    width: 100%;
    height: 40vh;
    object-fit: cover;
}

#cookieIcon {
    height: 150px;
    transform: translateY(calc(-50% - 6px)) translateX(35px);
    aspect-ratio: 1;
}

#pageContend * {
    color: black;
}

.inlineLink {
    display: inline-block !important;
}

#text {
    margin-top: -75px;
    margin-left: 35px;
    margin-right: 35px;
}

#text h1 {
    font-size: 3rem;
    font-weight: 800;
}

section {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

#text h2 {
    margin-bottom: 0.7rem;
}

#text h3 {
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

#text ul {
    margin-top: 5px;
    margin-bottom: 5px;
}

#text a {
    display: block;
    margin-top: 2.5px;
    margin-bottom: 2.5px;
}

#cookie-consent-Button {
    border-radius: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border: none;
    background-color: crimson;
    color: white;
    margin-bottom: 10px;
    margin-top: 5px;
}

#cookie-consent-Button.erlaubnisErteilen {
    background-color: green;
}

#cookie-consent-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#cookie-consent-info {
    text-align: center;
    font-weight: 400;
    font-size: 0.8rem;
    margin-bottom: 10px;
}

#cookie-consent-info.hidden {
    display: none;
}