
/*!
Theme Name: Claristo Gebäudereinigung
Author: Almir Hadziomerovic
Description: Claristo Gebäudereinigung in Linz und Umgebung
Version: 1.0.0
text Domain: haddes

*/


:root {
    --base-bg-color: rgba(0, 0, 0);
    --base-color: black;
    --navbar-bg-color: #576b8d;
    --primary-color: rgba(0, 0, 0);
    --secondary-color:green;
    --navbar-height-mobile: 60px;
    --navbar-height-desktop: 80px;
    --container-max-width: 1400px;
    --columns-gap: 30px;
}
::selection {
    background-color: var(--primary-color);
    color: #eee;
}

*, *::before, *::after {
    box-sizing: border-box;
}
img,
#cn-notice-icon{
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
html {
    font-size: 17px;
    line-height: 1.4em;
    scroll-behavior: smooth;
}
a{
    color:var(--base-color);
}
a:hover {
    text-decoration: underline;
}
a:link {
    text-decoration: none;
}
a:active {
    color: var(--primary-color);
}
a:visited {
    color:var(--base-color);
}
a:link {
    text-decoration: none;
}
.link-text {
    color:var(--navbar-bg-color);
    background-color:var(--base-color);
}
body {

    padding-top: var(--navbar-height-mobile);
    background: white;
    color: var(var(--base-color));
    min-height: auto;
}
@font-face {
    font-family: 'icomoon';
    src:
            url('assets/font/icomoon.ttf?jkvqmr') format('truetype'),
            url('assets/font/icomoon.woff?jkvqmr') format('woff'),
            url('assets/font/icomoon.svg?jkvqmr#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'chelsea';
    src:
            url('assets/fonts/chelsea-market-v13-latin/chelsea-market-v13-latin-regular.woff2') format('woff2'),
            url('assets/fonts/chelsea-market-v13-latin/chelsea-market-v13-latin-regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'charmonman';
    src:
            url('assets/fonts/charmonman-v18-latin/charmonman-v18-latin-regular.woff2') format('woff2'),
            url('assets/fonts/charmonman-v18-latin/charmonman-v18-latin-regular.woff') format('woff'),
            url('assets/fonts/charmonman-v18-latin/charmonman-v18-latin-regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.icon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h2, h3 {
    color: var(--base-color);
    line-height: 3rem;
    text-align: center;
}

.date {
    color: var(--navbar-bg-color);
    position:absolute;
    bottom:0;
    left:0;
}

.meta {
    display:block;
    justify-content: center;
    align-items: baseline;
}
.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: calc(var(--columns-gap) / 5);
    padding-right: calc(var(--columns-gap) / 5);
    color: var(--base-color);
}
.columns>.column {
    margin-bottom: calc(var(--columns-gap));
}
#navbar {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    background-color:#576b8d ;
    border-bottom:var(--base-color);

    height:120px;
}
#navbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: var(--navbar-height-mobile);
    position:relative;
    width:100%;
    margin-top:30px;
}
@media screen and (min-width:768px) {
    #navbar .container {
        height: var(--navbar-height-desktop);
        margin-top:0

    }
}
#brand {
    height: 100%;
    width: auto;
    margin: 0 auto;
}
@media screen and (min-width:768px) {
    .logo {
        margin-bottom: 2.5em;
    }
}@media screen and (min-width:768px) {
    #brand {
        height: calc(var(--navbar-height-desktop));
    }
}
#brand img:not([src$=svg]) {
    height: 140%;
    width: auto;
}
.nav-menu, .sub-menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    color: black; !important;
}
.sub-menu {
    font-size: 1.2em;
}
@media screen and (min-width:768px) {
    .nav-menu, .sub-menu {
        margin: 0;
        padding: 0;
        list-style-type: none;
        background-color: transparent;
        color: black;
        font-size: 1em;
    }
}
.nav-menu {
    position: fixed;
    top: var(--navbar-height-mobile);
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2rem 0;
    min-height:100vw;
    background-color: #576b8d;
    opacity: 0;
    pointer-events: none;
    overflow-y: auto;
    text-align: center;
    font-weight: 400;
    margin-top:-100px;
}


@media screen and (min-width:768px) {
    .nav-menu {
        position: fixed;
        top: var(--navbar-height-desktop);
        left: 0;
        right: 0;
        bottom: 0;
        padding: 0;
        min-height:0;
        background-color: transparent;
        opacity: 0;
        pointer-events: none;
        overflow-y: auto;
        text-align: center;
        font-weight: 400;
        gap: 0;
        margin-top:0;
    }
}
#nav-menu {
    margin:0;
}
@media screen and (min-width:768px) {
    #nav-main {
        position: static;
        display: flex;
        padding: 0;
        overflow: visible;
        opacity: 1;
        pointer-events: auto;
        font-size: clamp(16px, 1vw, 22px);
        margin-top:30px;
    }
}
input[type="checkbox"] {
    display: none;
}
#nav-main a {
    display: inline-block;
    color: var(--primary-color);
    text-decoration: none;
    padding: .75em 0;
    list-style: none;
    position:relative;
}
@media screen and (min-width:768px) {
    #nav-main a {
        font-size: .85em;
        list-style: none;
    }

}#nav-button {
     width: var(--navbar-height-mobile);
     height: var(--navbar-height-mobile);
     cursor: pointer;
     display: flex;
     justify-content: flex-end;
     align-items: center;
    z-index: 11111;
 }
#nav-main a:hover {
    color: white;

}
#nav-main a::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 3px;
    background-color: white;
    transition: width 0.3s ease; /* Die Breite wird animiert */
}

#nav-main a:hover::before {
    width: 100%;
}
#nav-main a:active {
    background-color: var(--base-color);
}
#nav-main>li>a {
    font-size: 1.765em;
    line-height: var(--navbar-height-mobile);
    padding: 0;

   font-weight: 600;
    letter-spacing: 7px;
}
@media screen and (min-width:768px) {
    #nav-main>li>a {
        font-size: 1.4em;
        line-height: var(--navbar-height-desktop);
        padding-right: 1px;
        right: 10px;
    }
}#nav-main .current-menu-item>a {
     color: white;
 }
@media screen and (min-width:768px) {
    #nav-main .current-menu-parent>a {
        text-decoration: underline;
    }
}@media screen and (min-width:768px) {
    #nav-main>li {
        position: relative;
        margin-left: 2em;
    }
    #nav-main .sub-menu {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 200px;
        padding: 0 .5em;
        background-color: transparent;
        border-radius: 12px;
        opacity: 0;
        pointer-events: none;
        transition: opacity 200ms ease-in-out, transform 150ms linear;
        font-size: 1.5em;
    }
    #nav-main li:hover>.sub-menu {
        opacity: 1;
        pointer-events: auto;
        transform: translate(-50% 0);
    }
    #nav-main .sub-menu a {
        display: block;
    }

}@media screen and (min-width:768px) {
    #column-header-text {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}#nav-button {
     width: var(--navbar-height-mobile);
     height: var(--navbar-height-mobile);
     cursor: pointer;
     display: flex;
     justify-content: flex-end;
     align-items: center;
     margin: 10px;
 }
@media screen and (min-width:768px) {
    #nav-button {
        display: none;
    }
}
#nav-button-icon::before {
    width: 35px;
    height: 3px;
    background-color: yellow;
}
#nav-button-icon {
    width: 45px;
    height: 3px;
    background-color: var(--primary-color);
}
#nav-button-icon::after {
    width: 35px;
    height: 3px;
    background-color: yellow;
}
#nav-button-icon {
    display: block;
    position: relative;
}
@media screen and (min-width:768px) {
    #nav-button-icon {
        display: none;
    }
}#nav-button-icon::before, #nav-button-icon::after {
     content: "";
     display: block;
     position: absolute;
     left: 0;
     right: 0;
     transition: all 1s;
 }
#nav-button-icon::before {
    transform: translateY(-12px);
}
#nav-button-icon::after {
    transform: translateY(12px);
}
#nav-toggle {
    display: none;
}
#nav-toggle:checked~#nav-button #nav-button-icon {
    background-color: transparent;
}
#nav-toggle:checked~#nav-button #nav-button-icon:before {
    transform: rotate(-140deg);
}
#nav-toggle:checked~#nav-button #nav-button-icon:after {
    transform: rotate(140deg);
}
#nav-main {
    transform: translateY(-100%);
    transition: all 1.5s;
    max-height:100%;
}
#nav-toggle:checked~#nav-main {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    transition: all 1s;
}
@media screen and (min-width:768px) {
    #nav-main {
        transform: translateY(0);
        max-height:100%;
    }
}
h1 {
     display: flex;
     justify-content: center;
     align-items: center;
     color: var(--base-color);
     font-size: 1.5rem;
    padding:10px;
    margin-top:100px;
    line-height: 30px;
    font-family: 'Chelsea Market';

 }
.is-style-headline {
    line-height: 5rem;
}
.work {
    color: var(--primary-color);
}
.content {
    width: 100%;
    height: auto;
}
.column-header-media {
    width: 100%;
    height: auto;
}
button, input, .btn, #wpforms-submit-361, #wpforms-submit-950 {
    display: inline-block;
    text-decoration: none;
    padding: 0 1.7em;
    margin-top: 2.5rem;
    height: 50px;
    line-height: 50px;
    transition: var(--base-bg-color) 200ms ease-in-out, color 200ms linear, box-shadow 200ms linear;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    border: none;
    border-radius: 25px;
    background-color: rgba(0, 0, 0, 50%);
    color: var(--base-color);
    transition: 0.7s ease-in-out;
}
.btn:hover, #wpforms-submit-361:hover {
    background-color: var(--primary-color);
    letter-spacing: 1px;
    box-shadow: 0 0 10px 0 var(--primary-color) inset, 0 0 10px 8px var(--primary-color);
    color: var(--navbar-bg-color);
}
.wpforms-container {
    max-width: 700px;
}
#wpforms-form-361 {
    margin-top: 5em;
}
#page-header {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    min-width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: cover;
    background-attachment: fixed;
    line-height: 1.4;
    text-align: center;
    position: relative;
    flex-direction: column;
    margin-top: -100px;
}
@media screen and (min-width:650px){
    #page-header {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
        min-width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: cover;
        background-attachment: fixed;
        padding: 2.5rem ;
        line-height: 1.4;
        text-align: center;
        position: relative;
        flex-direction: column;
        margin-top: -100px;
    }
}
@media screen and (min-width:820px){
    #page-header {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
        min-width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: cover;
        background-attachment: fixed;
        padding: 2.5rem ;
        line-height: 1.4;
        text-align: center;
        position: relative;
        flex-direction: column;
        margin-top: -100px;
    }
}
.icon-down {
    display: none;
}
@media screen and (min-width:768px) {
    .icon-down {
        display: block;
    }
}@media screen and (min-width:768px) {
    #page-header {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 100vh;
        min-width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: cover;
        background-attachment: fixed;
        padding: 2.5 1.5em;
        line-height: 1.4;
        text-align: center;
        position: relative;
        flex-direction: column;
        margin-top: -100px;
    }
}

@media screen and (min-width:768px) {
    #page-header h1 {
        color: var(--base-color);
        font-size: 3rem;
        font-family: 'Charmonman';}


    }
#page-header .actions {
     display: inline-block;
     justify-content: center;
     width: 100%;
     margin-top:1rem;
     font-size: 1rem;
 }
@media screen and (min-width:768px) {
    #page-header .actions {
        position: absolute;
        margin-top: 5rem;
    }
}
@media screen and (min-width:768px) {
    #page-header .actions a {
        margin-top: 15rem;

    }
}

#page-header h1 {
    color: var(--base-color);
    font-size: 1.5rem;
    font-family: 'Charmonman';
    text-decoration: underline;
    text-decoration-color: #eeeeee29;
    margin-top:-7rem;

}
@media screen and (min-width:650px) {
    #page-header h1 {
        color: var(--base-color);
        font-size: 1.5rem;
        font-family: 'Charmonman';
        text-decoration: underline;
        text-decoration-color: #eeeeee29;
        margin-top: 5rem;

    }
}
@media screen and (min-width:375px) {
    #page-header h1 {
        color: var(--base-color);
        font-size: 1.5rem;
        font-family: 'Charmonman';
        text-decoration: underline;
        text-decoration-color: #eeeeee29;

    }
}

@media screen and (min-width:768px) {
    #page-header h1, #page-header1 h1 {
        color: var(--base-color);
        font-size: 3rem;
        font-family: 'Charmonman'
    }

}

.social-link {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: fixed;
    font-size: 0.7rem;
    line-height: 2.5rem;
    margin-top: 100px;
    z-index: 9999;
    padding: .5rem;
    background-color: #576b8d;
    border-radius: 50%;
    animation: rotate 4s infinite linear; /* Animation für Rotation */
}
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@media screen and (min-width:768px) {
    .social-link {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: fixed;
        font-size: 1.5rem;
        line-height: 2.5rem;
        margin-top: 200px;
        z-index: 9999;
        padding: .5rem;
        border-radius: 50%;
    }
}

.icon-facebook1, .icon-mail, .icon-instagram, .icon-phone {
    display: inline-block;
    color: var(--base-color);
    border-radius: 40%;
    font-size: 1.5rem;
    padding: .1em;
}
.icon-facebook1:hover,.icon-facebook1:before, .icon-mail:hover, .icon-instagram:hover, .icon-phone:hover {
    color: var(--primary-color);
}
.icon-facebook:before {
    font-family: 'icomoon' !important;
    content: "\ea91";
    font-size: .7em;
    padding:.1em;
}
.icon-totop:before {
    font-family: 'icomoon' !important;
    content: "\e901";
    color: var(--base-color);
    font-size: .7em;
    padding:.1em;
}
.icon-facebook1:before {
    content: "\ea90";
    font-family: 'icomoon' !important;
    color: var(--primary-color);
    font-size: .7em;
    padding:.1em;
}
.icon-facebook1:hover:before {
    content: "\ea90";
    font-family: 'icomoon' !important;
    color: #576b8d;
    font-size: 1em;
    padding:.1em;
}
.icon-instagram:before {
    content: "\ea92";
    font-family: 'icomoon' !important;
    color: var(--primary-color);
    font-size: .7em;
    padding:.1em;
}
.icon-instagram:hover:before{
    content: "\ea92";
    font-family: 'icomoon' !important;
    color: #576b8d;
    font-size: 1em;
    padding:.1em;
}

.icon-phone1:before {
    content: "\e908";
    font-family: 'icomoon' !important;
    color: var(--primary-color);
    font-size: .7em;
    padding:.1em;
}
.icon-mail:before {
    content: "\e905";
    font-family: 'icomoon' !important;
    color: var(--base-color);
    font-size: 1em;
    padding:.1em;
}
#scroll {
    position: absolute;
    color: grey;
    font-size: 5rem;
    list-style: none;
    bottom: 0;
    padding: 0;
}
#scroll:hover {
    transform: scale(1.1);
    cursor: pointer;
    color: var(--primary-color);
}
.posts .content {
    position: bottom;
    background-color: var(--primary-color);
    padding: 1em 5%;
    color: var(--base-color);
    border-radius: 0 0 20px 20px ;
    gap:1rem;
    margin-bottom:3rem;
    max-width:768px;
}
.posts {
    margin-top:-250px;
}
.content-headline {
    color: green;
    font-size: 2rem;
    text-align: left;
}
.img-wrapper {
    display: flex;
    justify-content: center;
}
@media screen and (min-width:768px) {
    .posts {
        display: flex;
        justify-content: center;
        text-align: center;
        vertical-align: bottom;
        margin-top: -80px;
        gap: 1em;
        padding: 1em;
        position: relative;
        z-index: 100;
        box-shadow: 10px 20px 15px silver;
        border-radius: 20px;
    }
    .post-item>.img-wrapper {
        overflow: hidden;
    }
    .post-item .img-wrapper:hover img {
        transform: scale(1.1);
    }
    .post-item .img-wrapper img {
        transition: all 0.5s;
    }
}


#totop {
    background-color:  #576b8d;
    right: 20px;
    bottom: 60px;
    z-index: 10;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    position: fixed;
    font-size: 1.5em;
    opacity: 0;
}
#totop.show {
    opacity: 1;
    pointer-events: auto;
    color: var(--base-color);
}
#totop.show:hover {
    cursor: pointer;
    background-color:  #576b8d;
    transition: 0.7s ease-in-out;
    box-shadow: 0 0 10px 0 var(--primary-color) inset, 0 0 10px 8px var(--primary-color);
}
.icon-totop:hover {
    color:  #576b8d;
}
#page-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    font-weight: 400;
    background-color: rgba(0, 2, 8, 0);
    color: var(--primary-color);
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin: 0;
    border-top: solid 1px rgba(0, 0, 0, .205);
    line-height: 2em;
}

#page-footer ul {
    list-style: none;
}
#page-footer a {
    color: inherit;
    display: inline-block;
    text-decoration: none;
}
#page-footer a:hover {
    color: #576b8d;
    cursor: pointer;
}
#page-footer>* {
    padding: 0 0;
}
#page-footer .social-links {
    list-style-type: none;
    margin: 0;
    font-size: 1.5em;
}
#page-footer .social-links li, #nav-footer li {
    display: inline-block;
    margin: 0 .5em;
}
#page-footer .container {
    border-top: solid 1px rgba(0, 0, 0, .475);
    margin-top: 1em;
}
@media screen and (min-width:768px) {
    #page-footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: .5rem;
        border-top: solid 1px rgba(0, 0, 0, .205);
    }
    #page-footer>* {
        flex-grow: 1;
        flex-basis: right;
    }


    #nav-footer {
        order: 2;
        text-align: right;
    }
    #page-footer .copyright {
        order: -1;
        text-align: left;
        margin: 0;
    }
}
.design{
    text-align: right;
    display:flex;
    justify-content: space-around;
    font-size:10px;
}

.design {
    color:#255991;
    letter-spacing: 1.5px;
    font-family: "Cinzel Decorative";
    font-weight: bold;
}
.design:hover {
    text-decoration: underline;
    color:var(--base-bg-color);
}


.headline {
     font-size: 3rem;
     color: var(--base-color);
     text-align: center;

 }
.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1.5em;
    margin-top: 3em;
    background-color: #fff;
    text-align: center;
}
.columns {
    display: flex;
}
.meta>ul {
    list-style: none;
}

.meta a {
    color:var(--navbar-bg-color);
}
h4, .blog-headline {
    font-size: 1.5rem;
    line-height: 1.4em;
    color: var(--primary-color);
}
.blog-headline a {
    color:var(--base-bg-color);
}
@media screen and (min-width:768px) {
    h4, .blog-headline {
        font-size: 1.5rem;
        line-height: 1.4em;
        color: var(--primary-color);
    }

}@media screen and (min-width:768px) {
    .screen-reader-text {
        border: 0;
        clip: rect(1px, 1px, 1px, 1px);
        clip-path: inset(50%);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
        word-wrap: normal!important;
    }
    .screen-reader-text:focus {
        background-color: #eee;
        clip: auto!important;
        clip-path: none;
        color: #444;
        display: block;
        font-size: 1em;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000;
    }
}.alignfull {
     margin-right: calc(50% - 50vw);
     margin-left: calc(50% - 50vw);
     max-width: 100vw;
     width: 100vw;
 }

.headline_text,
.bestellhotline{
    margin-left: 30px;
}
@media screen and (min-width:768px) {
.headline_text,
.bestellhotline,
.opening-hours{
    margin-left: 60px;
}
}
.about {
    text-align: center;
    color: var(--base-color);
}
.about-img {
    margin: .5em;
}
.about-text {
    padding: 5%;
    margin: .5em;
    font-family: 'Cinzel Decorative';
    font-weight: 400;
    font-size: clamp(12px, 1vw, 18px);
    background-color: var(--base-color);
    text-align: center;
    color: var(--navbar-bg-color);
}
@media screen and (min-width:768px) {
    .about {
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: center;
        background-color: #eee;
        color: var(--navbar-bg-color);
        margin-top: 2rem;
    }
    .about-img {
        max-width: 100%;
        height: auto;
        margin: 20px;
    }
    .about-text {
        padding: 5%;
        color: var(--navbar-bg-color);
    }
}
.error-logo {
     width: 60%;
     margin: 4rem auto;
 }
.error-menu #nav-error {
    display: flex;
    justify-content: center;
    align-items: center;
}
.error-menu #nav-error>li {
    padding: 0 1rem;
}
.error404 #navbar {
    background-color: rgb(0, 0, 0);
}
.error-text {
    color: var(--base-color);
}
.error-title {
    color: red;
    margin-top: 10rem;
}
#container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 2rem;
    line-height: 1.5em;
    text-align: center;
}
.js .animate {
    opacity: 0;
    transform: translateY(2rem);
    transition: opacity 200ms linear transform 200ms linear;
    transition-delay: 200ms;
}
.js .animate.animated {
    opacity: 1;
    transform: translateY(0);
}

.error-logo {
    width: 60%;
    margin: 4rem auto;
}
.error-menu #nav-error {
    display: flex;
    justify-content: center;
    align-items: center;
}
.error-menu #nav-error>li {
    padding: 0 1rem;
}
.error404 #navbar {
    background-color: rgb(0, 0, 0);
}
.error-text {
    color: var(--base-color);
}
.error-title {
    color: red;
    margin-top: 10rem;
}
#container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 2rem;
    line-height: 1.5em;
    text-align: center;
}
.js .animate {
    opacity: 0;
    transform: translateY(2rem);
    transition: opacity 200ms linear transform 200ms linear;
    transition-delay: 200ms;
}
.js .animate.animated {
    opacity: 1;
    transform: translateY(0);
}
.titleabout {
    color:var(--navbar-bg-color);
    font-size:5em;
}

#wpforms-361-field_3-container,
.dsgvo {
    display:flex;
    justify-content: center;
    align-items:center;
    font-family: 'Cinzel Decorative';
    line-height: 1.5em;
    color:var(--base-color);
    padding:.5em;
    margin:1em;
    font-size: 2em;
    background-color:var(--base-color);

}
.headerhot {
    margin-left:0;
    margin-right:0;
    margin-top:120px;
}
.headerhot_wrapper,
.headerhot_wrapper_item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.headerhot_wrapper_item {
    margin-top:60px;

}

.hot_item {
    width: calc(25% - 10px);
    max-width: 250px;
    margin: 2px;
    box-sizing: border-box;
    border-radius: 20px;
    width:auto;
}

.border {
    border-radius:50px;
}

.wp-block-image img {
    border-radius: 20px;
}
@keyframes slideUp {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@media screen and (min-width:768px) {
    .headerhot  {
        display:flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        animation: slideUp .8s ease-in-out;
    }
    @keyframes slideUp {
        0% {
            opacity: 0;
            transform: translateY(100%);
        }
        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }
    .headerhot-text {
        display:block;
        justify-content: center;
        align-items: center;
        font-size: 30px;
        position:absolute;
        line-height: normal;
        height: auto;
        margin:0;
        padding:0;
        font-family: 'charmonman', serif;


    }

}

.headerhot-text {
    display:flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    position:absolute;
    line-height: normal;
    height: auto;
    padding:0;
    width:100%;
    top: 320px;
    left: 0;
    margin: 0;
    padding-bottom:20px;

}

.headerhottitle {
    display:inline-block;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border-radius:20px;
    font-size: 1.5em;
    color:green;
    margin-top:100px;


}
@media screen and (min-width:768px) {
.headerhottitle {
    border-radius:20px;
    font-size: 2.8em;
    color:green;

}
}
.hot_item img {
    border-radius: 20px;
}
.font_class {
    font-family: 'charmonman', serif;
    font-size: 1.7rem;
}

@media screen and (min-width:768px) {
    .font_class {
        font-family: 'charmonman', serif;
        font-size: 5rem;
    }
}
.headerhot:after,
.header_title_hot_img{
    bottom: -55px;
    content: "";
    height: 100px;
    left: -1px;
    position: absolute;
    right: 0;
    z-index: 100;
}

.slide-from-top {
        animation-name: slideFromTop;
        animation-duration: 1.5s;
        animation-timing-function: ease-out;
    }

    @keyframes slideFromTop {
        from {
            transform: translateY(-100%);
        }
        to {
            transform: translateY(0);
        }
    }

.wp-block-media-text,
.wp-block-media-text__media img,
.wp-image-235,
.wp-image-234,
.wp-image-232,
.wp-image-233{
    border-radius: 0 20px 0 20px;
}
.opening-hours {
    color:white;

}

.meister-bild {
    margin-top:15px;
}

@media screen and (min-width:768px) {
    .meister-bild {
        margin-top:30px;
    }

}