:root{
	--rot: #4B1F2B; /*bei footer-wave nicht var verwendet, sondern code! und bei bg von vulvinette*/
	--gelb: #FFC208;
	--weiss: #EAEAEA;
	--grau: #4e4e4e;
	--grauhell: #838383;
}


body, html {
	font-family: 'jaf-bernino-sans';
	margin: 0;
	overflow-x: hidden; /* verhindert horizontales Scrollen */
}


.header{
	background:  linear-gradient(0deg,#4B1F2B,rgba(0,0,0,0))50%, url("../images/header.png");
	height: 100vh;
	background-size: cover;
	background-position: top right;
}

.blog-header{
	background:  linear-gradient(0deg,#4B1F2B,rgba(0,0,0,0)), url("../images/headerblog.jpg");
	height: 100vh;
	background-size: cover;
}

.impressum-header{
	background:  linear-gradient(0deg,#4B1F2B,rgba(0,0,0,0)), url("../images/impressumheader.jpg");
	height: 100vh;
	background-size: cover;

}

.dsgvo-header{
	background:  linear-gradient(0deg,#4B1F2B,rgba(0,0,0,0)), url("../images/dsgvoheader.jpg");
	height: 100vh;
	background-size: cover;

}

.headerschrift{
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  font-size: 5rem;
  color: var(--gelb);
}

.kleiner{
	font-size: 1.5rem;
	color: var(--weiss); 
	position: relative;
	top: 20px;
	letter-spacing: 0.3rem;
	font-family: 'jaf-bernina-sans', sans-serif;
	font-weight: 300;
	font-style: normal;
}

.headerschriftb{
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  font-size: 3rem;
  color: var(--weiss);
  
}

p, li{
	font-size: 105%;
}

.weissicon{
	color: var(--weiss);

}

.nav-link{
	color: var(--weiss) !important;
}

.nav-link:hover{
	color: var(--gelb) !important;
}
/*scrollspy*/
 .navbar .active{
	color: var(--gelb)
}

.fa-chevron-down{
	font-size: 3rem;
	position: relative;
	top: -50px;

}

.headerschrift a {
  color: inherit;
  text-decoration: none;
  display: inline-block; /* ensures it has a box */
}



h2{
	font-size: 2.5rem;
	text-transform: uppercase;
}

.rotbg{
	background: var(--rot);
	
}

.textgelb{
	color: var(--gelb)
}

.textweiss{
	color: var(--weiss);
	font-weight: 300;
}

.textrot{
	color: var(--rot)	
}

.fett{
	font-weight: 600 !important;
}
.fettzwei{
	font-weight: 600 !important;
}

.queer{
	font-size: 1.2rem;
	font-weight: 600;
}

ul{
	list-style: none;
}
.aufz{
	list-style: none

}
.aufz li::before {
  content: "\f105"; /* Der Unicode für das ">" Icon in FontAwesome */
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900;
  color: var(--rot);
  display: inline-block;
  width: 1.5em;}


.vertikal{
	writing-mode: vertical-rl;  /* makes text vertical */
  	transform: rotate(180deg);  /* flips to read top-to-bottom */
	display: flex;
	font-size: 2.5rem;
	text-transform: uppercase;
	color: var(--rot);
	margin: 0;
	letter-spacing: 0.3rem;
	text-align: center;
}

.mittiglabels{
	display: flex;
	align-items: center;  /* vertically centers the content */
    justify-content: center; /* horizontally centers it, optional */
}


.vulbg{
	background:   url("../images/logo_o25.png"), var(--rot);
	background-position: right;
	background-size: 50vh;
	background-repeat: no-repeat;
}

.instalink{
		color: var(--weiss);
	text-decoration: underline;
}

.instalink:hover{
	text-decoration: underline;
	color: var(--gelb);

}

.weiterlesen{
	border-radius: 5px;
	border: none;
	color: var(--gelb);
	background: none;
	padding: 0px 0px;
	display: flex;
	align-items: end;
	justify-content: end;
	margin-left: auto;
}
.weiterlesen a{
	text-decoration: none;
	color: var(--gelb);

}
.weiterlesen:hover{
	color: var(--weiss)
}

.weiterlesenbeitrag{
	border-radius: 5px;
	border: none;
	color: var(--rot);
	padding: 0px 0px;
	display: flex;
	align-items: end;
	justify-content: end;
	margin-left: auto;
}
.weiterlesenbeitrag:hover{
	text-decoration: none;
	color: var(--gelb);
}



/*11ty tutorial*/

.snippet {
  display: grid;
  gap: 0.5em;
  grid-template-areas:
    "image"
    "title"
    "meta"
    "body"
    "button";
	background: var(--weiss);
	padding: 20px;
	margin: 0;
	color: black;
}

.snippet__image {
  grid-area: image;
  width: 100%;
  object-fit: cover;
  padding-bottom: 0.5rem;
}


.snippet__title a{
	color: var(--rot);
	padding-top: 50px;
}
.snippet__title a:hover{
	color: var(--gelb);
	text-decoration: none;
}

.datum{
	color: var(--grau);
	font-style: italic;
}

.datumhell{
	color: var(--grauhell)
}


.grayscale {
	transition: filter 1s ease-in-out; /* leichte Verzögerung beim Hover-Effekt */
	filter: grayscale(100%);
}

.grayscale:hover {
	filter: grayscale(0%);
}



footer{
	background: var(--rot);
	color: var(--weiss);
}

footer a{
	color: var(--weiss);
	text-decoration: none;
	text-align: left;
	font-size: 0.8rem;
}

footer a:hover{
	text-decoration: underline;
	color: var(--gelb);

}
footer .row{
	padding: 30px 0px 0px 0px;
	min-height: 40vh;
}


.keintextdec:hover{
	text-decoration: none;
	color: var(--gelb);

}

.rechts{
	text-align: right;
}

.hidden{
	visibility: hidden;
}

#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: none; /* Set a background color */
    color: var(--gelb); /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 7px; /* Rounded corners */
    font-size: 16px; /* Increase font size */
	line-height: 24px; /* Set the line-height for better alignment inside the box */
	text-decoration: none;
	transition: all 0.5s ease-in-out;
}

#myBtn:hover {
    background-color: var(--rot); /* Add a dark-grey background on hover */
	text-decoration: none;
}

/* Keyframe-Animation*/
@keyframes  mymove{
  0%   {top: 0px;}
  50%  {top: 10px;}
  100% {top: 0px;}
}

.fa-chevron-down{
	animation: mymove 1s infinite;
	position: relative;
	top: -10px;
	padding: 50px;
	padding-left: 20px;
}





/* Container für die Karte */
.map-container {
  position: relative;
  width: 600px;
  height: 450px;
  max-width: 100%;
  margin: 0 auto;
}

/* Platzhalter-Element */
.map-placeholder {
  width: 100%;
  height: 100%;
  background-color: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  position: relative;
}

/* Vorschaubild */
.map-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Lade-Karte Button */
.map-placeholder button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 12px 20px;
  background-color: #0073e6;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}

/* Hinweistext */
.map-placeholder p {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  color: #555;
}

.map-placeholder p a {
  color: #0073e6;
  text-decoration: none;
}

.map-placeholder p a:hover {
  text-decoration: underline;
}

/* Responsive Anpassung */
@media (max-width: 650px) {
  .map-container {
    width: 100%;
    height: 300px;
  }
}







/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .headerschrift { min-width: 100%;}}
  .headerschriftb { padding: 0px 50px;}




/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .headerschrift { min-width: 100%;}
}


/* <821px */
@media only screen and (max-width: 991.5px) {
  .vertikal{
	writing-mode: horizontal-tb; 
  	transform: rotate(0deg);
	display: flex;
	font-size: 2.5rem;
	text-transform: uppercase;
	color: var(--rot);	
	letter-spacing: 0.3rem;
	text-align: center;
	width: 200%;
}

.mittiglabels{
	display: block;
	
}
}



/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .headerschrift { min-width: 705px;}
} 




/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .example {background: orange;}
} 