/*
Theme Name: Birkenallee 30 Theme
Theme URI: https://www.farn.de
Author: FARN digital brand design
Author URI: https://www.farn.de
Version: 1.0.0
Text Domain: birkenallee30-theme
Template: residenz-kurstrasse-theme
*/

/* Importing styles from the parent theme */
@import url("../residenz-kurstrasse-theme/style.css"); 

/* Custom styles for Birkenallee 30 Theme */

/* Header group with video */
.entry-content > .wp-block-group:first-child:has(.wp-block-video + .wp-block-columns) {
    position: relative;
}
.entry-content > .wp-block-group:first-child:has(.wp-block-video + .wp-block-columns) > .wp-block-columns {
    position: absolute;
    left: 5vw;
    bottom: -3rem;
}

/* Buttons */
.wp-block-button__link {
    border-radius: 0; 
    padding: 0.9rem 2rem 0.7rem 2rem;
}

/* Media and text block with angled style only after breakpoint */
@media only screen and (max-width: 599px) {
    .wp-block-media-text[class*="is-style-angled"] {
        clip-path: none !important;
    }
}
