


/* Stile für Tablets (ab 768px) */
@media (min-width: 768px) {
header.page-header {
    min-height: 50vh;
    position: relative;
}


.page-header .container {
    display: flex;
    align-content: flex-end;
    min-height: 50vh;
    padding-bottom: 2vh;
padding-right: 450px;    
flex-direction: column;
        justify-content: flex-end;    
}
    
.page-header .page-title, .page-header .page-intro {
    color: white;
}
    
 .page-header .page-title{
    font-size: 5vw;
    text-shadow: 3px 3px black;
        line-height: 1em;
    }
    
 .page-header .page-intro {
    font-size: 1.5em;
    font-weight: 500;    
    text-shadow: 2px 2px black; 
}
    
.first-row {
    justify-content: space-between;
    flex-direction: row;
    text-align: left;
}
    
    .reference-slider {
    padding: 40px;
    margin: 30px;
}
    
    a.navbar-brand {
    max-width: 20%;
}
    
    .wp-block-aab-group-accordion {
width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
}
    
    .aagb__accordion_head, .aagb__accordion_body {
            max-width: 1320px;
        margin: auto;
        display: block !important;        
}    
    
    .aagb__accordion_icon {display: none;}
    
    h2.aagb__accordion_title {
    font-size: 4vw !important;
    padding-top: 60px;
                line-height: 1em;
}
    .aagb__accordion_body {
    padding: 0 !important;
    margin-bottom: 70px;
}
    
    .aagb__accordion_head {
    padding: 0 !important;
}
    
    img.reference-image, .reference-video {
        max-height: 50vh;
        margin-left: 20px;
        max-width: 540px;
}
    
    .last-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
        margin-top: 30px;
        gap: 6px;
}
    
    .first-row h4 {
    font-size: 3em;
}
    
    .aagb__accordion_body .wp-block-media-text {
    margin-top: 30px;
}
    
    div#page-wrapper {
    padding: 0;
}
    
    a.nav-link {
    color: #444;
    text-transform: uppercase;
}
    
    .wp-block-aab-accordion-item {
    background-image: url(/wp-content/themes/geapublishing2024/src/img/bg4.png);
    background-repeat: no-repeat;
    background-size: 38%;
                padding: 30px;
    }
    
    ul#main-menu {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}
    
    
span.val {
    display: block;
            margin-left: 7px;
}

.kontaktbox .kontakticons .icon {
    width: auto;
    border-radius: 7px;
    height: AUTO;
    padding: 2px 10px;
    font-size: 1.05em;
}
    
    .kontaktbox {
    border-radius: 40px 10px 10px 40px;
    width: auto;
    right: 5px;
    left: auto;
}
    
    .row.firstfooter {
        font-size: 3em;
    padding-top: 50px;
    margin-bottom: -29px;
}
    
    .secondfooter {
    font-size: 0.5em;
    padding: 2px 20px;
}
    
    .footer-menu li {
    display: block;
    text-align: center;
}
    
    .hero h2 {
    font-size: 4.5rem;
    }
    
    .hero h1 {
    font-size: 2.5rem;
    }
    
    .hero {
    min-height: 60vh;
    }

    .more4 {
        min-height: 290px;
        }

        .wp-block-media-text__content {
            font-size: 1.2em;
        }

        a.button1 {
            position: absolute;
        }


.intro .text-center {margin: auto;
    width: 70%;}

}

/* Stile für Desktops (ab 1024px) */
@media (min-width: 1024px) {

}