/*
 Theme Name:   2023 child
 Description:  Child Theme
 Author:       
 Template:     twentytwentythree
 Version:      1.0
 Text Domain:  2023-child2
*/

@viewport {
	width: device-width;	
	zoom: 1;	
	}


	:root {
		--base-font-size: 16px;
	}


	@font-face {
		font-family: 'ssp_r';
		src: url('fonts/SourceSansPro-Regular.ttf');
		font-weight: normal;
		font-style: normal;
		font-display: swap;
	
	}
	
	
	
	@font-face {
		font-family: 'ssp_b';
		src: url('fonts/SourceSansPro-Bold.ttf');
		font-weight: normal;
		font-style: normal;
		font-display: swap;
	
	}
	
	
	@font-face {
		font-family: 'ssp_l';
		src: url('fonts/SourceSansPro-Light.ttf');
		font-weight: normal;
		font-style: normal;
		font-display: swap;
	
	}


	@font-face {
		font-family: 'os';
		src: url('fonts/OpenSans-VariableFont_wdth,wght.ttf');
		font-weight: normal;
		font-style: normal;
		font-display: swap;
	
	}


	@media (prefers-color-scheme: dark) {
		:root {
			--bg-color: #000000;
			--text-color: #ffffff;
		}
	}



	
	:root {
		
		--bg-color: #ffffff;
		--text-color:#242424;
		--base-font-size: 18px;
		

   }
	
	html {
		max-width: 100%;
		overflow-x: hidden;
		scroll-behavior: smooth;
	}


	

body {				
font-family: 'ssp_r';	
background: var(--bg-color);;
color:var(--text-color);
font-size: var(--base-font-size);
padding: 0 !important;
max-width:100vw;
overflow-x: hidden;
}


body > .wp-site-blocks {
	padding:0;
}

/* Logo */

.logo p:first-child {
	font-size:calc(var(--base-font-size) + 1em);
}

.logo p:last-child {
	margin-top: -2em;
}




.informations li p {
  padding: 1em;

}
.wp-block-post-excerpt__excerpt {
  margin-bottom: 0;

  margin-top: 0;

}
.wp-block-post-excerpt__excerpt {
  margin-bottom: 0;

  margin-top: 0;

}
:root :where(.wp-block-post-excerpt) {font-size:calc(var(--base-font-size)) !important;}


/* Navigation */
nav {z-index: 999;}
nav a {
	font-size: calc(var(--base-font-size) + 0.1em);
	padding-right: 1em;
	text-decoration: none !important;
}

nav ul li {
  position: relative;
  display: inline-block;
  color: black;
  z-index: 1;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  
}




#modal-1-content > ul > li {position: relative; padding: 0.5em 1em; text-decoration: none !important; }
#modal-1-content > ul > li.current-menu-item a {font-weight: bold;}

#modal-1-content ul li a {
  display: inline-block; /* wichtig für Padding + Border-Radius */
  padding: 8px 16px; /* etwas Abstand innen */
  border-radius: 3px;
  text-decoration: none;
  transition: all 0.3s ease;
  
  color: black; /* oder deine gewünschte Farbe */
}

#modal-1-content ul li:hover {
  background-color: #00568b;
  border-radius: 3px;
  text-decoration: none;
}


#modal-1-content > ul > li:hover > a {
	color:white;
}


#modal-1-content > ul > li > ul > li:hover > a {
	color:white;
}


header > div > div > div > a {
  display: inline-block; /* wichtig für Padding + Border-Radius */
  padding: 0.5em 1em; /* etwas Abstand innen */
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  color: black; /* oder deine gewünschte Farbe */
}

header > div > div > div > a:hover {
  background-color: #00568b;
  border-radius: 3px;
  text-decoration: none;
  padding: 0.5em 1em;
color:white;
}




/* Search */

.wp-block-search__button {
	background-color: #1DA1F2;
	border-radius: 50px;
}

.wp-block-search__button:hover {
	background-color: #4ED9A7;
	color: black;
	transition: all 0.3s ease;
}

/* Startseite */

.hero, .hero-small {
	background: #1DA1F2;
	background: linear-gradient(90deg, rgba(29, 161, 242, 1) 0%, rgba(78, 217, 167, 1) 100%);
	background: linear-gradient(90deg, rgb(6, 107, 169) 0%, rgb(0, 217, 137) 100%);
	overflow: hidden;
	color: white;
	box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}


.hero h1 {
	font-weight: bold;
}


h2 {font-size: calc(var(--base-font-size) + 0.7em);}
h3 {font-size: calc(var(--base-font-size) + 0.5em);}

.hero .wp-block-image {position: relative; display: block; z-index:1;}
.hero .wp-block-image::after {
  content: '';
  position: absolute;
  left: -10%;
  top: -40%;
  width: 110%;
  height: 160%;
  transform: rotate(-12deg);
  z-index: -1;
  background: url('https://oberschule.weinauschule.de/wp-content/uploads/2025/06/fl-04.svg');
  background-size: 100% 100%;
  opacity:0.3;
}



.bobbel_left {position: relative; display: block; z-index:1;}
.bobbel_left::after {
  content: '';
  position: absolute;
  left: -30%;
  top: 20%;
  width: 90%;
  height: 90%;
  transform: rotate(-12deg);
  z-index: -1;
  background: url('https://oberschule.weinauschule.de/wp-content/uploads/2025/06/bobbel_left.png');
  background-size: 100% 100%;
  
}



.bobbel_right {position: relative; display: block; z-index:1;}
.bobbel_right::after {
  content: '';
  position: absolute;
  right: -30%;
  top: 10%;
  width: 90%;
  height: 90%;
  transform: rotate(-12deg);
  z-index: -1;
  background: url('https://oberschule.weinauschule.de/wp-content/uploads/2025/06/bobbel_right.png');
  background-size: 100% 100%;
  
}



.stifte {position: relative; display: block; z-index:1;}
.stifte::after {
  content: '';
  position: absolute;
  left: -10%;
  top: -40%;
  width: 110%;
  height: 160%;
  transform: rotate(-12deg);
  z-index: -1;
  background: url('https://oberschule.weinauschule.de/wp-content/uploads/2025/06/fl-04blue.svg');
  background-size: 100% 100%;
   
}



.icons img {
	border: solid 2px #4ED9A7;
	border-radius: 50%;
	padding: 0.5em;
	filter: brightness(0.8) hue-rotate(49deg);
}


.icons > div > div:first-child  img{
border: solid 3px #4ED9A7;
  border-radius: 50%;
  padding: 0.5em;
  filter: brightness(.5) hue-rotate(189deg);
}



.icons a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}



.underline h2{
	position: relative;
}

.underline h2::after {
	position: absolute;
	content: '';
	height: 5px;
	width: 70px;
	background-color: #00568b;
	bottom: 0;
	left: 50%;
	top: 1.5em;
  transform: translateX(-50%);
}




.underline h3{
	position: relative;
}

.underline h3::after {
	position: absolute;
	content: '';
	height: 5px;
	width: 70px;
	background-color: #00568b;
	bottom: 0;
	left: 50%;
	top: 1.5em;
  transform: translateX(-50%);
}


.termine {/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,00568b+100&0+0,0.65+100 */
background: linear-gradient(135deg,  rgba(0,0,0,0) 0%,rgba(0,86,139,0.1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.termine > div > div {
	background-color: #ffffff;
	border-radius: 10px;
	
	padding:1em;
}


.termine > div > div {position: relative; padding-bottom: 5em;}
.termine > div > div > div {position: unset;}
.termine  .wp-block-buttons {position: absolute; bottom:1em; display: flex; justify-content: center; padding:0 !important; width: calc(100% - 2em);}




.wp-block-button__link  {
	color: white;
	background-color: #00568b;
	border-radius: 10px;
	padding: 0.5em 1em;
}

.wp-block-button__link:hover  {
	color: black;
	background-color: #00d285;
	transition: all 0.5s ease;

}


.bommeln{
    background: url('https://test.seo-lausitz.de/lassak/wp-content/uploads/2025/06/bommel.svg'), url('https://test.seo-lausitz.de/lassak/wp-content/uploads/2025/06/bommel.svg'), url('https://test.seo-lausitz.de/lassak/wp-content/uploads/2025/06/bommel.svg'), url('https://test.seo-lausitz.de/lassak/wp-content/uploads/2025/06/bommel.svg'), url('https://test.seo-lausitz.de/lassak/wp-content/uploads/2025/06/bommel.svg'), url('https://test.seo-lausitz.de/lassak/wp-content/uploads/2025/06/bommel.svg'), url('https://test.seo-lausitz.de/lassak/wp-content/uploads/2025/06/bommel.svg'), url('https://test.seo-lausitz.de/lassak/wp-content/uploads/2025/06/bommel.svg'), url('https://test.seo-lausitz.de/lassak/wp-content/uploads/2025/06/bommel.svg'), url('https://test.seo-lausitz.de/lassak/wp-content/uploads/2025/06/bommel.svg'); 
    background-size: 4vw 4vw, 8vw 8vw, 9vw 9vw, 6vw 6vw, 4vw 4vw, 4vw 4vw, 8vw 8vw, 9vw 9vw, 6vw 6vw, 4vw 4vw;
    background-repeat: no-repeat;
    background-position: -1% 2%, 102% 3%, -3% 40%, 6% 48%, 0 52%,78% 44%,103% 51%,-3% 80%,8% 92%,80% 92%;
  }


.light-gradient {
	background: linear-gradient(90deg, rgba(29, 161, 242, 0.1) 0%, rgba(78, 217, 167, 0.1) 100%);
	background: linear-gradient(90deg, rgba(0, 157, 255, 0.1) 0%, rgba(78, 217, 167, 0.1) 100%);

}



.underline-left h2{
	position: relative;
}

.underline-left h2::after {
	position: absolute;
	content: '';
	height: 5px;
	width: 70px;
	background-color: #4ED9A7;
	bottom: 0;
	left: 0;
	top: 1.5em;
}




.underline-left h3{
	position: relative;
}

.underline-left h3::after {
	position: absolute;
	content: '';
	height: 5px;
	width: 70px;
	background-color: #4ED9A7;
	bottom: 0;
	left: 0;
	top: 1.5em;
}


/* Unterseiten */


.hero-small h1{
	position: relative;
	color: white;
}

.hero-small h1::after {
	position: absolute;
	content: '';
	height: 5px;
	width: 70px;
	background-color: #4ED9A7;
	bottom: 0;
	left: 0;
	top: 1.2em;
}

.hero-small p{
	font-size: calc(var(--base-font-size) + 0.2em);
}


/* GTA */

.link a{
	text-decoration: none;
	color: #349773;
	font-weight: bold;
}

.link::before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	margin-right:20px;
	z-index:0;
	width:100%;
	text-align: center;
	content: '\f0c1';
	color: #349773;
	font-size: calc(var(--base-font-size) + 1rem);
  }


.gta table, 
.gta table td, 
.gta table th {
  border: none !important; 
  border-collapse: collapse; 
}

.gta thead tr {
  border-bottom: 3px solid #4ED9A7; /* Farbe der Linie unter der Kopfzeile */
}

.gta table td:first-child, 
.gta table th:first-child {
  font-weight: bold;
}


 .tel::before {content:'\f095'; font-family: 'Font Awesome 6 Free'; font-weight: 900;  -webkit-font-smoothing: antialiased; margin-right:1em; color: #4ED9A7;}
  .mail::before {content:'\f0e0'; font-family: 'Font Awesome 6 Free'; font-weight: 900;  -webkit-font-smoothing: antialiased; margin-right:1em; color: #4ED9A7;}
  .adress::before {content:'\f015'; font-family: 'Font Awesome 6 Free'; font-weight: 900;  -webkit-font-smoothing: antialiased; margin-right:1em; color: #4ED9A7;}
  .achtung::before {content:'\f06a'; font-family: 'Font Awesome 6 Free'; font-weight: 900;  -webkit-font-smoothing: antialiased; margin-right:1em; color:#c00;}
   .person::before {content:'\f007'; font-family: 'Font Awesome 6 Free'; font-weight: 900;  -webkit-font-smoothing: antialiased; margin-right:1em; color: #4ED9A7;}
   .instagram::before {content:'\f08e'; font-family: 'Font Awesome 6 Free'; font-weight: 900;  -webkit-font-smoothing: antialiased; margin-right:1em; color: #4ED9A7;}
   .www::before {content:'\f0ac'; font-family: 'Font Awesome 6 Free'; font-weight: 900;  -webkit-font-smoothing: antialiased; margin-right:1em; color: #4ED9A7;}
   .fax::before {content:'\f1ac'; font-family: 'Font Awesome 6 Free'; font-weight: 900;  -webkit-font-smoothing: antialiased; margin-right:1em; color: #4ED9A7;}

.instagram a{text-decoration: none; color: #1DA1F2;}



  .checklist li {
	list-style: none;
	display: block;
	position: relative;

}

.checklist  li::before {
	font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f00c";
	color: #4ED9A7;
	position: absolute;
	left: -2em;
}





.pdf a{
	text-decoration: none;
	color: #349773;
	font-weight: bold;
}

.pdf::before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	margin-right:20px;
	z-index:0;
	width:100%;
	text-align: center;
	content: '\f1c1';
	color: #349773;
	font-size: calc(var(--base-font-size) + 1rem);
  }



/* Bunte Boxen */

.blue-box {
	background-color: #e2f7f7;
	border-radius: 5px;
	padding: 2em;
}

.yellow-box {
	background-color: #f3f7d7;
	border-radius: 5px;
	padding: 2em;
}

.green-box {
	background-color: #e3f5e3;
	border-radius: 5px;
	padding: 2em;
}

.orange-box {
	background-color: #f5eae3;
	border-radius: 5px;
	padding: 2em;
}

/* Abfrage Loop Informationen */

h4 { 
	font-size: calc(var(--base-font-size) + 0.2rem);
	color: #000;
	font-weight: bold;
}



.informations li {
	position: relative;
}

.informations li p {
	padding: 1em;
}

.informations .wp-block-post-excerpt__more-link {
	text-decoration: none;
	border: 1px solid #52b492;
	color:#52b492;
	padding: 0.5em;
	border-radius: 5px;
	bottom: 1em;
	right: 1em; 
	position: absolute;
}



.informations li div {padding: 0.5em !important;}
.informations {margin-top: 10px;}
.informations h4 a {color: #00568b; font-size: 1em;}

.informations .wp-block-post-excerpt__more-link:hover {
	text-decoration: none;
	border: 1px solid #52b492;
	color:white;
	padding: 0.5em;
	border-radius: 5px;
	background-color: #1DA1F2;
}

.post-title{
	position: relative;
}

.post-title::after {
	position: absolute;
	content: '';
	height: 5px;
	width: 70px;
	background-color: #4ED9A7;
	bottom: 0;
	left: 0;
	top: 1.5em;
}


/* Archiv */

.archiv-wrapper a {
	text-decoration: none;
	border: 1px solid #52b492;
	color:#52b492;
	padding: 0.5em;
	border-radius: 20px;
}

.archiv-wrapper a:hover {
	text-decoration: none;
	border: 1px solid #52b492;
	color:#52b492;
	padding: 0.5em;
	border-radius: 20px;
	background-color: #fcec62;
}


#wp-block-archives-3 {
  background-color: #f0f0f0;   /* Hintergrundfarbe */
  color: #333333;              /* Textfarbe */
  font-size: calc(var(--base-font-size) + 0.2em);             /* Schriftgröße */
  padding: 8px 12px;           /* Innenabstand */
  border-radius: 5px;          /* Abgerundete Ecken */
  border: 2px solid #4ED9A7;      /* Rahmen */
}

#archive-dropdown option {
  background-color: #ffffff;   /* Farbe der Auswahloptionen */
  color: #000000;
}



.page-id-41 .category-informationen {/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff3019+0,cf0404+100&0.05+0,0.05+100;Red+3D */
background: linear-gradient(135deg,  rgba(255,48,25,0.1) 0%,rgba(207,4,4,0.1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
position: relative;z-index:2;}


.page-id-41 .category-informationen::after {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  right: 20px;
  bottom: 0;
  width: fit-content;
  height: fit-content;
  position: absolute;
  color: white;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  z-index: -1;
  content: '\f05a';
  font-size: calc(var(--base-font-size) + 4em);
  text-align: right;
  transform: rotate(10deg);
  align-content: flex-end;
  align-items: flex-start;

}



.sl-termine-kurz {list-style: none; padding:0;}
.sl-termine-kurz li:last-child {border-bottom:0 !important;}


.sl-monatsblock:nth-child(odd) {
	background-color: rgb(63, 224, 213);
}


.sl-monatsblock:nth-child(even) {
	background-color: rgb(52, 221, 145);
}



    .aktuelles-slider-container {
        position: relative;
        overflow: hidden;
        padding: 0;
    }
    .aktuelles-slider-wrapper {
        display: flex;
        gap: 1rem;
        
        scroll-behavior: smooth;
        padding-inline: 15vw;
        scroll-snap-type: x mandatory;
		overflow-x: hidden;
    }
    .aktuelles-slide {
        flex: 0 0 30vw;
        scroll-snap-align: center;
        background-size: cover;
        background-position: center;
        height: 400px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
		overflow:hidden;
    }

	.aktuelles-slide h2:after {display: none;}
	.aktuelles-slide h2 {font-size:1.1em;}
    
.aktuelles-box {
background: rgba(0, 0, 0, 0.7);
  padding: 5px;
  display: block;
  color: white;
  position: absolute;
  bottom: 0em;
  width: fit-content;
  margin: auto;
  text-align: center;
  width: 100%;
  text-decoration: none;
  left: 0;
    }

	
    .slider-nav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 500;
        background: rgba(0,0,0,0.4);
        color: white;
        font-size: calc(var(--base-font-size) + 1em);
        padding: 0.2em 0.5em;
        cursor: pointer;
        user-select: none;
    }
    .slider-prev { left: 0.5rem; }
    .slider-next { right: 0.5rem; }
.aktuelles-slider-wrapper::-webkit-scrollbar {
  display: none;
}





.border-image img{
	border-radius: 10px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.headline-link a{
	text-decoration: none;
	color: #106497;
}


/* Footer */

footer {
	border-top: 20px solid;
	border-image: linear-gradient(to right, #1DA1F2, #4ED9A7) 1;
	margin-top:0;
}


footer i { margin-top:10px;}

footer h3 {
	position: relative;
}

footer h3::after {
	position: absolute;
	content: '';
	height: 5px;
	width: 100px;
	background-color: #4ED9A7;
	bottom: 0;
	left: 0;
	top: 1.3em;
}

.footerlinks a{
	text-decoration: none;
	
	
}
.footertext p {padding-left: 1em !important;}
.footerlinks ul {list-style: none; padding-left:1em;}

.footerlinks a:hover{
	text-decoration: none;
	font-weight: bold;
	color: #349773;
}

.border-top-gradient {
	border-top: 2px solid;
	border-image: linear-gradient(to right, #1DA1F2, #4ED9A7) 1;
	padding: 0.5em;
	background: linear-gradient(90deg, rgba(29, 161, 242, 0.1) 0%, rgba(78, 217, 167, 0.1) 100%);
}


.insta a{
	padding: 1em;
	color: #4ED9A7;
}



@media screen AND (max-width: 1200px) { #modal-1-content ul {gap:0;}

#modal-1-content ul li {padding:0;}
header > div > div {justify-content: center !important;}
}

@media screen AND (max-width: 1000px) {
	.termine .blue-box {max-width: 95%; margin: auto;}
	.termine .blue-box li {box-sizing: border-box;}
.informations {grid-template-columns: repeat(2, minmax(0, 1fr));}
footer .wp-block-columns {padding:1em !important;}
.hero {padding:7em 1em !important;}
}


@media screen AND (max-width: 900px) {
	.icons > div {flex-wrap: wrap !important; }
	.icons > div.wp-block-columns > div.wp-block-column {width:33% !important; flex-basis: 30%;}
	footer .footertext div {display: block;}
	footer * {text-align: center;}
	footer h3 {width: fit-content; margin:auto; margin-top:1em !important;}
	.informations .wp-block-post-excerpt__excerpt, .informations .wp-block-post-excerpt__more-text, .informations .wp-block-post-excerpt {display: none;}
	.informations {display: block !important;}
	.informations li {width: 95%; margin: 1em auto; }
	.informations li div {padding:10px !important;}
	.informations li h4 {margin-bottom: 0 !important; font-size: calc(var(--base-font-size) + 0.2em) !important;}

	

}


@media (max-width: 900px) {
  .aktuellesziele-grid {
    grid-template-columns: 1fr;
    justify-items: center; /* zentriert den Inhalt horizontal */
  }

  .aktuellesziele-grid > * {
    max-width: 600px; /* oder was immer dein „Slider“-Inhalt sein soll */
    width: 100%;
  }


   .aktuelles-slide {
    flex: 0 0 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}



@media (max-width: 785px) {
		.icons > div {flex-wrap: wrap !important; }
	.icons > div.wp-block-columns > div.wp-block-column {width:33% !important; flex-basis: 30% !important;}

.bobbel_left::after, .bobbel_right::after {top:0;}

}

/* Mobile-Menü bereits ab 700px */
@media (max-width: 800px) {
  .wp-block-navigation__responsive-container-open,
  .wp-block-navigation__responsive-container {
    display: block !important;
  }

  
  .wp-block-navigation__responsive-container:not(.is-menu-open) {
    display: none !important;
  }

  .wp-block-navigation__responsive-container.is-menu-open {
    display: block !important;
  }

  /* Optional: Desktop-Menü ausblenden */
  .wp-block-navigation__container {
    flex-direction: column;
  }


	#modal-1::after {
		background-image: url('https://oberschule.weinauschule.de/wp-content/uploads/2025/06/IMG-20220125-WA0005.jpg');
		background-size: cover;
		background-position: center;
		width:100%;
		height:100%;
		content:'';
		z-index:-1;
		position: absolute;
		left:0;
		top:0;
		opacity:1;
		filter:brightness(0.3)
		

	}

	#modal-1-content {width:100%;
		justify-content: center;
		align-items: center;
		align-content: center;
		flex-direction: column;
	}


	.wp-block-navigation__responsive-container-close svg {fill: white;}


#modal-1-content ul {justify-content: center !important; align-items: center;}
	#modal-1-content li {text-align: center; align-items: center !important; justify-content: center;}
	#modal-1-content a {color:white !important; font-size: calc(var(--base-font-size) + 1em);}



}







@media screen AND (max-width: 600px) {

}