*{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;

	--farbe1: rgba(23,6,25,1);
	--farbe2: rgba(241,113,172,1);
}

html, body {
	width: 100%;
	/* height: 100%; */
	overflow: auto;
	overflow-x: hidden;	
	cursor: default;	
}

section h2{
	font-size: 3em;
	font-weight: 600;
	letter-spacing: 2px;
	margin: 2em 0em 1em 2em;
}
section div h2{margin-left: 0;}
section div h3{margin-top: 2em;}
section div li{margin-top: 1.2em;padding-left: .5em;}

h2, h3{color:var(--farbe2);}

.sectionText{
	margin-left: 6.9444%;
	max-width: 85%;
}
.sectionBildLinks{
	margin-left: 6.9444%;
	margin-right: 2em;
	float: left;
}

.BGvideo {
	width: 100%;
	height: auto;
	object-fit: cover; 
	object-position: center; 
	aspect-ratio: 16/9;
	z-index: 2; 
}
.BGvideoSpiegeln {
	position: absolute;
	transform: scaleX(-1);
	overflow: hidden;	
	z-index: 2; 
	width: 100%;
  	height: 100%;
	object-fit:cover;
}
.BGtrans{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.3);
	z-index: 3;
}

.Bold{font-weight: bold;}
.Italic{font-style: italic;}
.Quelle{font-size: 0.75em; font-style: italic; text-align: justify;}


/* Weiß */
.schriftFarbe0{color: rgba(255,255,255,1);}  
.grundFarbe0{background-color: rgba(255,255,255,1);}
.randFarbe0{border-color: rgba(255,255,255,1);}
/* Weiß 80% */
.schriftFarbe08{color: rgba(255,255,255,.8);}  
.grundFarbe08{background-color: rgba(255,255,255,.8);}
.randFarbe08{border-color: rgba(255,255,255,.8);}

/* Schwarz */
.schriftFarbe00{color: rgba(0,0,0,1);}  
.grundFarbe00{background-color: rgba(0,0,0,1);}
.randFarbe00{border-color: rgba(0,0,0,1);}

/* Dunkel Lila */
.schriftFarbe1{color: rgba(23,6,25,1) !important;}  
.grundFarbe1{background-color: rgba(23,6,25,1) !important;}
.randFarbe1{border-color: rgba(23,6,25,1) !important;}
/* Rosa */
.schriftFarbe2{color: rgba(241,113,172,1) !important;}  
.grundFarbe2{background-color: rgba(241,113,172,1) !important;}
.randFarbe2{border-color: rgba(241,113,172,1) !important;}

.ausgebucht{background-color: firebrick;}
.warteliste{background-color: peru;}
.wenige{background-color: orangered;}
.anfrage{background-color: royalblue;}
.neu{background-color: forestgreen;}
.tipp{background-color: darkorange;}
.premium{background-color: darkgoldenrod}
.fruehbucher{background-color: purple;}

/* Popups */
.black_overlay{
    display:none;
    position:absolute;
    top:0;
    left:0;
    width:100vw;
    height:100vh;
    background-color:#000;
    z-index:1001;
	opacity:0.8;       /* modern browser */
    -moz-opacity:0.8;  /* older Mozilla browser */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* IE8 in Standard Compliant Mode */
    filter:alpha(opacity=80); /* IE5.x -7.0 */
    -khtml-opacity:0.8; /* Safari 1.x */
}
.white_content{
    display:none;
    position:fixed;
	max-width:1000px;
    background-color:#fff;
    z-index:1002;
    overflow:auto;
    text-align:left;
    border-width: 6pt;
    border-style: solid;
    border-radius:15px;
	-moz-border-radius:15px;
	padding:20px 15px 20px 15px;
}

.navbar{border-top:3px solid var(--farbe2);box-shadow: 0 3px 5px black;z-index: 10000;}
.navbar-Text{font-size: 9px;text-align: center;display: block;margin-top: 2px;}
.navLogo{width: 100px;margin-right: -10em;} 
.icon a{font-size:2em;margin: 0 1em;}
.nav .nav-item a:hover{color:var(--farbe2);}
footer{padding: 0 .3em;}  

.bgVoll{
	position: relative;
	width: 100vw;
	height: 100vh; /* Auf Desktop den gesamten Viewport ausfüllen */
	overflow: hidden;	
}
.bgVollContent{
	width: 100%;
	height: 100%;
	object-fit: cover; 
	object-position: center; 
	aspect-ratio: 16/9;
}

.bgCopyright{
	font-size: 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.tst{
	font-weight: bold;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}

.menuPunktLinks{
	position: relative;
	left: -1.75em;
	width: 10em;
	height: 4em;
	border-radius: 1em;
	margin-bottom: .8em;
	text-align: right;
	cursor: pointer;
}
.menuPunktLinks svg{
	font-size: 2.5em;
	margin: .32em;
}

#menu2{
	position: absolute;
	top: 15em;
	left: -4em;
}


/* Bootstrap Menü */
.dropdown-toggle { outline: 0; }

.btn-toggle {
  padding: .25rem .5rem;
  font-weight: 600;
  color: var(--bs-emphasis-color);
  background-color: transparent;
}
.btn-toggle:hover,
.btn-toggle:focus {
  color: rgba(var(--bs-emphasis-color-rgb), .85);
  background-color: var(--bs-tertiary-bg);
}

.btn-toggle::before {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform .35s ease;
  transform-origin: .5em 50%;
}

[data-bs-theme="dark"] .btn-toggle::before {
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%28255,255,255,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
}

.btn-toggle[aria-expanded="true"] {
  color: rgba(var(--bs-emphasis-color-rgb), .85);
}
.btn-toggle[aria-expanded="true"]::before {
  transform: rotate(90deg);
}

.btn-toggle-nav a {
  padding: .1875rem .5rem;
  margin-top: .125rem;
  margin-left: 1.25rem;
}
.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
  background-color: var(--bs-tertiary-bg);
}

.scrollarea {
  overflow-y: auto;
}

.divider {
	width: 100%;
	height: 3rem;
	background-color: rgba(0, 0, 0, .1);
	border: solid rgba(0, 0, 0, .15);
	border-width: 1px 0;
	box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
	margin-top: 5em;
}

#diashow{
	float:right;
	overflow:hidden;
	position:relative;
	height:400px;
	width:400px;
}
#diashow img{
	display:none;
	position:absolute;
	max-width: 350px;
	max-height: 350px;
	left:35px;
	top:25px;
}

.accordion{
	text-align: left;
	/*border-width: 1pt;
	border-style: dashed;*/
	padding: 5px;
	margin-top: 20px;
}
.accordion:hover{
	background-color: rgba(23,6,25,0.5);
}
.accordion p{margin: 10px 5px 5px 5px;}
summary{cursor: pointer;margin-left: 5px;font-size: 1.25em;}

@media (max-width: 767.98px){
    section h2{font-size: 2em;margin-left: 0;}
	.sectionText{margin-left: 0;}
	#navTel{display: none;}
	.BGvideo{margin-top: 5px;}
	.bgVoll{margin-top: 80px;height: auto;}
}