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

	--farbe1: rgba(78,78,78,1);
	--farbe2: rgba(228,36,48,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;}

@font-face {
	font-family:'Russo One';
	font-style: normal;
	font-weight: 400;
	src: local('Russo One'), local('RussoOne-Regular'),
	url(../fonts/google/Russo_One/RussoOne-Regular.woff2) format('woff2'),
	url(../fonts/google/Russo_One/RussoOne-Regular.woff) format('woff');
}
@font-face {
	font-family:'Secular One';
	font-style: normal;
	font-weight: 400;
	src: local('Secular One'), local('SecularOne-Regular'),
	url(../fonts/google/Secular_One/SecularOne-Regular.woff2) format('woff2'),
	url(../fonts/google/Secular_One/SecularOne-Regular.woff) format('woff');
}

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

.buchungsdiv{ position:fixed; top:0; left:0; z-index:999999; width:90vw; height:100vh; background:var(--bs-body-bg); border-left: 5vw solid var(--bs-body-bg); border-right: 5vw solid var(--bs-body-bg); opacity:1; transition: all ease .5s; }
.buchungsdivoff{ opacity:0; left:-100vw; }
.buchungsdiv iframe{ width:90vw; height:100vh; }

#druckenbuttons{ position:absolute; top:385px; right:55px; z-index: 250; display:none; }
#druckenbuttons div{ cursor:pointer; border: 1pt solid; background-color: rgba(255,255,255,.7); z-index: 250; padding:10px; font-weight: bold; font-size: 16pt; }
#druckenbuttons div:first-child{ border-bottom:0; }

/* 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);}

/* Grau */
.schriftFarbe1{color: rgba(78,78,78,1) !important;}  
.grundFarbe1{background-color: rgba(78,78,78,1) !important;}
.randFarbe1{border-color: rgba(78,78,78,1) !important;}
/* Rot */
.schriftFarbe2{color: rgba(228,36,48,1) !important;}  
.grundFarbe2{background-color: rgba(228,36,48,1) !important;}
.randFarbe2{border-color: rgba(228,36,48,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: 20em;margin-right: -18em;} 
.icon a{font-size:2em;margin: 0 1em;}
.nav .nav-item a:hover{color:var(--farbe2);}
footer{padding: 0 .3em;}  

.bgVoll{
	width:100vw; 
	height:100vh; /* height:100%; */
	position: relative;
	overflow:hidden;	
}
.bgVollContent{
	height:100vh; /* height:100%; */
	width: 100%;
	background-size: cover;
	object-fit: cover;
}

.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;
}

@media (max-width: 767.98px){
    section h2{font-size: 2em;margin-left: 0;}
	#navTel{display: none;}
}