/* quicksand-300 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 300;
  src: url('webfonts/quicksand-v31-latin_latin-ext-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* quicksand-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src: url('webfonts/quicksand-v31-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* quicksand-500 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 500;
  src: url('webfonts/quicksand-v31-latin_latin-ext-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* quicksand-600 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 600;
  src: url('webfonts/quicksand-v31-latin_latin-ext-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* quicksand-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 700;
  src: url('webfonts/quicksand-v31-latin_latin-ext-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
	background-color: #fff;
	color: #000;
	font-family: 'Quicksand', sans-serif;
	font-weight: 300;
	font-size: 1.4em;
	letter-spacing: 0.05em;
	overflow-x: hidden;
	
}
.container, .row {
  overflow-x: hidden;
}
a:focus {
	outline: none;
}
a {
	color: #a31e14;
	text-decoration: none;
}
a:hover {
	color: #333;
}

h1 {
}
h1, h2, h3 {
	font-weight: 700;
	color: #a31e14;
	text-transform: uppercase;
}
h1 {
	font-size: 2.8em;
}
h2.tape {
  display: inline;
  background-image: url("images/tape.png"); /* Pfad zum Hintergrundbild */
  background-size: cover;
  text-fill-color: #000;
  -webkit-text-fill-color: #000; /* Für WebKit-basierte Browser */
  padding: 5px 35px 5px 25px;
  //margin-left: -25px;
}
h2.tapeweiss {
  display: inline;
  background-image: url("images/tape_weiss.png"); /* Pfad zum Hintergrundbild */
  background-size: cover;
  text-fill-color: #000;
  -webkit-text-fill-color: #000; /* Für WebKit-basierte Browser */
  padding: 5px 25px;
  //margin-left: -25px;
  padding: 5px 35px 5px 25px;
}
h2.tape, h2.tapeweiss {
	display: inline-block;
	//transform: rotate(-2deg);
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.3em;
}
strong {
	font-weight: 700;
}
.beige {
	background-color: #ebdacd;
}
.rot {
	background-color: #a31e14;
}
.weiss {
	background-color: #fff;
}
.schriftrot {
	color: #a31e14;
}
/* Schriftfarbe fuer Gutenberg */
.has-schriftschwarz-color.has-inline-color {
    color: #000000 !important;
}
.has-schriftrot-color.has-inline-color {
    color: #a31e14 !important;
}
/* Hintergrundfarbe für Hervorhebungen */
.has-schriftrot-background-color {
    background-color: #a31e14;
}
/* Hintergrundfarbe für Hervorhebungen */
.has-schriftschwarz-background-color {
    background-color: #000;
    color: #fff !important;
}
mark.has-inline-color {
    padding: 0;
    background: none;
}

.startseite h2.wp-block-heading {
	color: #000;
}
.rund {
	border-radius: 50%;
}
.schatten {
  box-shadow: 6px 6px 10px #a26b41;
}
img.autoschatten, h2.tape, h2.tapeweiss {
  filter: drop-shadow(1px 1px 1px #aaa);
}


.zitat {
	border: 2px solid #fff;
	padding: 25px;
	border-radius: 50px;
	font-weight: 600;
}
/*
blockquote {
	font-style: oblique;
	padding: 50px;
	padding-right: 130px;
	font-weight: 400;
	background-image: url('images/sprechblase_rund_schatten.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	font-size: 0.9em;
}
*/
/*
blockquote {
  position: relative;
  padding: 20px;
  margin: 20px 0;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  border-radius: 20px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  font-style: italic;
}

blockquote::before {
  content: '„';
  position: absolute;
  top: -10px;
  left: -15px;
  font-size: 100px;
  color: #999;
  font-style: normal;
}

blockquote::after {
  content: '“';
  position: absolute;
  bottom: -10px;
  right: -15px;
  font-size: 100px;
  color: #999;
  font-style: normal;
}
*/
/*
blockquote {
  position: relative;
  background: #f0f0f0;
  color: #333;
  padding: 1.5em 2em;
  margin: 2em 0;
  border-radius: 2em;
  font-style: italic;
  max-width: 600px;
  line-height: 1.6;
}
*/
/* Dreieck rechts oben */
/*
blockquote::after {
  content: "";
  position: absolute;
  top: 30%;        
  right: -30px;     
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-left-color: #f0f0f0; 
  border-right: 0;
}
*/



blockquote {
  position: relative;
  background: #fff;
  color: #333;
  padding: 1.5em 2em;
  border-radius: 2em;
  font-style: italic;
  font-weight: 1.0em;
  line-height: 1.6;
  box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.2);
  overflow: visible;
  max-width: 600px; /* Desktop-Standard */
  
    margin-left: 0;
}

/* Auswuchs */
blockquote::after {
  content: "";
  position: absolute;
  top: 10%;
  right: -70px;
  width: 80px;
  height: 100px;
  background: #fff;
  clip-path: polygon(0 10%, 0 51%, 100% 8%);
}

/* Tablet */
@media (min-width: 769px) and (max-width: 1024px) {
  blockquote {
    max-width: 85%;
  }
  blockquote::after {
    right: -50px;
    width: 60px;
    height: 80px;
  }
}

/* Smartphone */
@media (max-width: 768px) {
  blockquote {
    max-width: 85%;
    padding: 1.2em 1.2em !important;
    font-weight: 0.7em;
    line-height: 1.2em;
    margin-left: 0;
  margin-top: 10px;
  }
}

.wp-block-quote,
.entry-content {
  overflow: visible;
}


#scrollBtn {
  display: none; 
  position: fixed; 
  bottom: 30px; 
  right: 30px;
  z-index: 99; 
  border: none; 
  outline: none; 
  background-color: none !important; 
  cursor: pointer; 
  font-size: 2.3em !important; 
}

#scrollBtn:hover, #scrollBtn a:hover {
  color: #a31e14; 
}
.wellen-section {
  position: relative;
  padding: 100px 15px;
}
.wellen-section-oben {
	padding: 50px 15px !important;
}

.welle {
  position: absolute;
  width: 104%;
  height: 80px;
  left: -4px;
  z-index: 1;
  overflow: hidden;
}

.welle.oben {

  width: 104%;
  left: -4px;
  top: -4px;

  /*
  width: 100%;
  left: 0px;
  top: -5px;
  */
  transform: rotate(180deg);
  overflow-x: hidden;
}

.welle.unten {
  bottom: -4px;
}

.welle svg {
  display: block;
  width: 100%;
  height: 100%;
}



.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

.pfeil_wrapper {
	position: relative;
	width: 100%;
	text-align: right;
}
img.pfeil  {
  transition: transform .7s ease-in-out;
  z-index: 1000 !important;
}
img.pfeil:hover {
  transform: rotate(180deg);
}


svg {
  max-width: 100%;
  height: auto;
  display: block;
}


/* Mobile Menu Styles - Responsive Breiten */
.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    z-index: 1000;
    transition: right 0.3s ease;
    box-shadow: -5px 0 15px rgba(0,0,0,0.1);
    overflow-y: auto;
    text-transform: uppercase;
    font-size: 1.2em;
}



/* Mobile: Volle Breite */
@media (max-width: 768px) {
    .mobile-menu {
        width: 100%;
    }
    
    .mobile-menu-content {
        padding: 80px 30px 30px;
    }
}

/* Tablet: Mittlere Breite */
@media (min-width: 769px) and (max-width: 1024px) {
    .mobile-menu {
        width: 400px;
    }
    
    .mobile-menu-content {
        padding: 80px 30px 30px;
    }
    
}

/* Desktop: Schmalere Breite */
@media (min-width: 1025px) {
    .mobile-menu {
        width: 500px;
    }
    
    .mobile-menu-content {
        padding: 80px 25px 30px;
    }
}

.mobile-menu.active {
    right: 0;
}

/* WordPress Menu Liste */
.mobile-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 30px;
}

.mobile-nav-list li {
    margin: 0;
    padding: 0;
    position: relative;
}

/* Hauptmenü Links */
.mobile-nav-list > li > a {
    display: block;
    color: #a31e14 !important;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.2s ease;
    position: relative;
}

.mobile-nav-list > li > a:hover,
.mobile-nav-list > li.current-menu-item > a {
    //padding-left: 10px;
    color: #333 !important;
}

/* Dropdown Arrow für Menüs mit Untermenüs */
.mobile-nav-list li.menu-item-has-children > a::after {
    content: '\f107'; /* FontAwesome down arrow */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
    cursor: pointer;
}

.mobile-nav-list li.menu-item-has-children.submenu-open > a::after {
    transform: translateY(-50%) rotate(180deg);
}

/* Sub-Menüs */
.mobile-nav-list .sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.mobile-nav-list li.menu-item-has-children.submenu-open .sub-menu {
    max-height: 500px;
}

.mobile-nav-list .sub-menu li {
    border-bottom: 1px solid rgba(205, 23, 25, 0.1);
}

.mobile-nav-list .sub-menu li a {
    display: block;
    padding: 12px 0 12px 25px;
    font-size: 16px;
    font-weight: 400;
    color: #666 !important;
    text-decoration: none;
    transition: all 0.2s ease;
}

.mobile-nav-list .sub-menu li a:hover,
.mobile-nav-list .sub-menu li.current-menu-item a {
    color: #a31e14 !important;
    padding-left: 35px;
}

/* Hamburger */
.hamburger {
    position: fixed;
    top: 10px;
    right: 20px;
    z-index: 1001;
    cursor: pointer;
    padding: 10px;
    transition: all 0.3s ease;
}

.hamburger.active i {
    transform: rotate(90deg);
    color: #a31e14 !important;
}


button.anmeldebutton {
	margin: 20px 0;
	background-color: #a31e14;
	color: #fff;
	border-radius: 10px;
	padding: 10px 20px;
	border: none !important;
}

/* Nur auf mobilen Geräten anzeigen 
@media (min-width: 769px) {
    .mobile-menu,
    .menu-overlay {
        display: none !important;
    }
}
*/

/* Mobile Header - Logo komplett sichtbar */
@media (max-width: 768px) {
    .sidebar {
        position: relative !important;
        width: 100% !important;
        height: auto !important;
        min-height: 130px !important;
        padding: 45px 20px 5px 10px !important; /* Viel Platz oben */
        text-align: center;
        align-items: center;
        overflow: visible !important;
        box-sizing: border-box !important;
    }
    
    .logo {
        margin-bottom: 4px !important;
        margin-top: 0 !important;
        padding-top: 0 !important; /* Kein extra Padding */
        overflow: visible !important;
    }
    
    .logo img {
        width: 120px !important;
        height: auto !important;
        margin: 0 !important;
        display: block !important;
        position: relative !important;
        top: auto !important;
    }
    
    .name {
        font-size: 16px !important;
        margin-top: 0 !important;
        margin-bottom: 5px !important;
        line-height: 1.2 !important;
        color: #cd1719 !important;
    }
    
    .main-content1 {
        margin-left: 15px !important;
        margin-right: 15px !important;
        width: calc(100% - 30px) !important;
        padding: 15px !important;
        margin-top: -20px !important; /* Kompensiert den extra Platz */
    }
}

/* Noch kleinere Handys */
@media (max-width: 480px) {
    .sidebar {
        padding: 10px 15px 8px !important; /* Noch kompakter */
    }
    
    .logo img {
        width: 100px !important; /* Noch kleineres Logo */
    }
    
    .name {
        font-size: 14px !important;
    }
    
    .main-content1 {
        margin-left: 10px !important;
        margin-right: 10px !important;
        width: calc(100% - 20px) !important;
        padding: 12px !important;
    }
    
    .welcome-title {
        font-size: 22px !important;
        margin-top: 8px !important;
    }
}




@media (max-width: 768px) {
/* Debug CSS - alle Container sichtbar machen */
* {
    border: 1px solid transparent !important;
}
    .sidebar {
        position: relative !important;
        width: 100% !important;
        height: auto !important;
        min-height: 70px !important;
        padding: 8px 20px 0px 10px !important;
        text-align: center;
        align-items: center;
        overflow: visible !important;
    }
    
    .logo {
        margin-bottom: -25px !important; /* Noch näher zum Namen */
        margin-top: 0 !important;
        padding-top: 4px !important;
        overflow: visible !important;
    }
    
    .logo img {
        width: 110px !important;
        height: auto !important;
        margin: 0 !important;
        display: block !important;
        position: relative !important;
        top: auto !important;
    }
    
    .name {
        font-size: 15px !important;
        margin: 0 !important;
        line-height: 0.9 !important;
        color: #cd1719 !important;
        padding-top: 0px !important; /* Etwas mehr Ausgleich */
    }
    
    .main-content1 {
        margin-left: 15px !important;
        margin-right: 15px !important;
        width: calc(100% - 30px) !important;
        padding: 5px !important;
        margin-top: -50px !important;
    }
    
    /* H1 und Bild kompakt */
    .main-content1 h1 {
        margin: 20px 0 3px 0 !important;
        padding: 0 !important;
        line-height: 1.2 !important;
    }
    
    .main-content1 img,
    .main-content1 figure,
    .main-content1 .wp-block-image {
        margin: 3px 0 10px 0 !important;
        padding: 0 !important;
    }
    h1 {
    	font-size: 1.8em;
    }
    .pfeil {
    	top: 36vh;
    }
    .wellen-section-oben {
		padding: 0px 15px !important;
	}
	
}



