@supports(-webkit-touch-callout: none){
	body{
			-webkit-touch-callout: none;
	}
}

:root {
  --magenta: #c34a9b;
	--hellGold:  #EEE8AA;
	--tuerkis: #32a8bd;
}

@font-face {
	font-family: 'Opend Sans', sans-serif;
	font-style: regular;
	font-weight: 400;
	src: url('./fnt/OpenSans-Regular.ttf')
}



* {
	box-sizing: border-box;
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-family: 'Open Sans', sans-serif;
}

body{
//	width: 100svW;
	height: 100%;
  overflow-x: hidden; /* Hide horizontal scrollbar */
	touch-action: manipulation;
	touch-action: pan-y;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
}

/* The Modal (background) */
.modal {
//  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
//	touch-action: none;
}

/* The Close Button */
.close {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	color: white;
	position: absolute;
	z-index: 99;
	top: 5px;
  right: 5px;
  font-size: 35px;
  font-weight: bold;
}

#modalVideo{
	display: block;
	max-width: 100vW;
	max-height: 100vH;
	aspect-ratio: auto;
	margin-left: auto;
	margin-right: auto;
	z-index: 99;
}

#readmore{
	font-size: 2em;
	color: white;
	writing-mode:vertical-rl;
/*	position: relative;
  animation-name: example;
  animation-duration: 2s;
	animation-delay: 1s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
*/	}
	
@keyframes example {
  0%   {left:0px; top:0px;}
  100% {left:0px; top:10px;}
}	


.tuerkis{
	color: #009aab;
	}

.magenta{
	color: var(--magenta);
	}
	
.weiss{
	color: #000000;
	}

a.anfrage:link, a.anfrage:visited, a.anfrage:hover, a.anfrage:active,
a.anfrageTop:link, a.anfrageTop:visited, a.anfrageTop:hover, a.anfrageTop:active {
	color: white;
	background-color: var(--magenta);
	height: 2.5em;
	padding: 0 1ch 0 1ch;
	border-radius: calc( 1.25em + 2px );
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 5px 0 5px 0;
	}
	
a.anfrage:link, a.anfrage:visited, a.anfrage:hover, a.anfrage:active {
	border:2px solid var(--tuerkis);
	}

a.anfrageTop:link, a.anfrageTop:visited, a.anfrageTop:hover, a.anfrageTop:active {
	border:2px solid white;
	}

a.anfrage:hover,
a.anfrageTop:hover {
  background-color: white;
	color: var(--magenta);
}
/*
a.anfrage:hover, a.anfrage:active,
a.anfrageTop:hover, a.anfrageTop:active {
  background-color: white;
	color: var(--magenta);
}
*/
a.inline:link, a.inline:visited, a.inline:hover, a.inline:active {
	width: 50%;
	margin: 1em auto 2em auto;
}

blockquote.blocksatz{
	font-style: italic;
	margin: 0.5em 0 0.5em 3em;
	}
	
div.fliesstext{
	padding: 0 2ch 0 1ch;
}
v.menu {
	color: white;
	background-color: var(--magenta);
	width: 3em;
	height: 3em;
	border: 2px solid white;
	border-radius: calc( 1.5em + 2px );
	justify-content: center;
	align-items: center;
}

div.top{
	height: 100%;
	background-color: #009aab;
	padding: 10px;
}	

h1.top{
	font-size: 1.5em;
	-webkit-hyphens: auto;
	hyphens: auto;
/*	text-align: right; */
	margin: 0px 1ch 0px 1ch;
	color:	#ffffff;
	}

h2{
	margin: 1em 0 0 0.25em;
	color: #009aab;
}
	
h3{
	margin: 0.75em 0 0 0.5em;
	font-size: 1.25em;
}

h3.liketext{
	font-size: 1em;
	margin-block-start: 0em;
	margin-block-end: 0em;
}

h4{
	margin: 0.5em 0 0 0.75em;
	font-size: 1.15em;
}

figure.center{
	position: relative;
	display: inline-block;
	left: 50%;
	transform: translate(-50%, 0%);	
	max-width: 90%;
	max-height: 90%;
	margin-top: 1em;
	margin-bottom: 1em;
}

img.boarder{
	border: 1px solid black;
	}
img.center{
	display: block;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	max-width: 90%;
	max-height: 90%;
}

img.figure{
	max-width: 100%;
	max-height: 100%;
}
	
p.bl{
	text-align: justify;
	-webkit-hyphens: auto;
	hyphens: auto;
	margin: 0.25em 0 0 0em;
}

p.blocksatz{
	text-align: justify;
	-webkit-hyphens: auto;
	hyphens: auto;
	margin: 0.25em 1em 0 1em;
}

p.liketext{
	margin-block-start: 0em;
}

p.top{
	margin: 0.5em 0 0 0.5em;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: white;
}

span.likeatag{
	color: blue;
	text-decoration-line: underline;
	-webkit-hyphens: none;
	hyphens: none;
	}
span.rotate{
	display: inline-block;
	position: relative;
	font-size: 1.25em;
  animation-name: spin;
	animation-direction: alternate;
  animation-duration: 1s;
  animation-delay: 0s;
	animation-iteration-count: infinite;
	}
	
@-webkit-keyframes spin {
    from {-webkit-transform: rotate(-3deg);}
    to {-webkit-transform: rotate(3deg);}
}

@keyframes spin {
    from {transform: rotate(-3deg);}
    to {transform: rotate(3deg);}
}

summary.blocksatz{
	margin: 0 0 0 1em;
	}

ul {
	margin-left: 0.5em;
	padding: 0px 0px 0px 1.5em;
}

/* Next & previous buttons */
.prev, .next {
	display: block;
  cursor: pointer;
  color: white;
  font-weight: bold;
  font-size: 1.5em;
  transition: 0.6s ease;
	-webkit-user-select: none;
  user-select: none;
	margin: 0;
}

.prev {
  border-radius: 0 3px 3px 0;
}

.next {
	border-radius: 3px 0 0 3px;
}

#slideContainer > video{
	display: none;
	position: absolute;
	max-height: calc(100% - 4em);
	max-width: 100%;
	left: 50%;
	top: calc(50% - 2em);
	transform: translate(-50%, -50%);
}


/* Position the "next button" to the right */
.logo{
	position: relative;
	grid-area: logo;
	justify-content: center;
	align-items: center;
	margin: 1px;
	padding: 5px;
}

img.logo{
	max-width: 100%;
	max-height: 100%;
	}

.title{
	grid-area: title;
	display: flex;
}

.img{
	position: relative;
	grid-area: img;
	margin: 5px;
}

.info{
	grid-area: info;
	display: flex;
	justify-content: center;
	align-items: center;
}

.grid-container{
	width: 100svW;
	background-size: cover;
	border-radius: 0 0 0 0;
	padding: 5px;
	display: grid;
	background-color: var(--tuerkis);
//	background-image: url("/shimmerwall.gif");
}
	
.left{
	grid-area: left;
	display: flex;
	justify-content: center;
	align-items: center;
}

.right{
	grid-area: right;
	display: flex;
	justify-content: center;
	align-items: center;
}

.anfrage{
	grid-area: anfrage;
	display: flex;
	justify-content: flex-end;
	margin: 5px 0px 5px 0px;
	padding: 1px;
}

.grid-container{
	grid-gap: 0px;
}

@media (orientation: portrait) {
	.grid-container{
		height: 100vH;
		grid-template-columns: 10% 40% 40% 10%;
		grid-template-rows: 15% 10% calc(75% - 4em) 4em;
		grid-template-areas:
			"logo logo anfrage anfrage"
			"title title title title"
			"left img img right"
			"info info info info"
	}
	.title{
		align-items: center;
		justify-content: center;
		font-size: 12px;
	}
}

@media (orientation: landscape) {
		h1.top{
			text-align: left;
		}

		.prev {
			left: 5svW;
			right: auto;
		}
	
		.next {
			left: auto;
			right: 54svW;
		}
	
		.title{
			justify-content: center;
			margin-top: 10px;
		}
	@media only screen and (min-width: 851px) {
		.grid-container{
			height: 100vH;
			grid-template-columns: 20% 5% 50% 5% 20%;
			grid-template-rows: 30% 60% 10%;
			grid-template-areas:
				"logo left img right anfrage"
				"title left img right . "
				" . info info info . "
		}
	}

	@media only screen and (max-width: 850px) {
		.grid-container{
			height: 100vH;
			grid-template-columns: 25% 5% 40% 5% 25%;
			grid-template-rows: 30% 60% 10%;
			grid-template-areas:
				"logo left img right anfrage"
				"title left img right . "
				" . info info info . "
		}
	}
}

@media only screen and (min-width: 651px) {
figure.center{
	max-width: 50%;
	}
}

@media only screen and (max-width: 650px) {
	h1{
		font-size: 2em;
	}
	h1.top{
		font-size: 1.5em;
	}
	h2{
		font-size: 1.75em;
	}
}

@media only screen and (max-width: 500px) {
	h1{
		font-size: 1.5em;
	}
	h1.top{
		font-size: 1.5em;
	}
		h2{
		font-size: 1.25em;
	}
}


/******************************
				slideshow.css
******************************/

#copyright{
	font-size: 0.75em;
	marging-bottom: 0.25em;
	position: relative;
	display: block;
}
#copyright:before{
	content: "\00a9"
}
#description{
	position: absolute;
	display: block;
}
img.imgModal{
	position: absolute;
	height: 2em;
	width: 2em;
//	right: 5px;
//	top: calc(5px - 2em);
//	transform: translate(0px, -2em);
	z-index=99;	
}
img.translate{
	transform: translate(0px, -2em);
}	

img.imgModalFigure{
	position: absolute;
	height: 2em;
	width: 2em;
	right: 5px;
	top: 5px;
	z-index=99;	
}

img.videoModal{
	position: absolute;
	height: 4em;
	width: 4em;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index=99;
}


/******************************
					menu.css
******************************/

.dropbtn {
  background-color: #04AA6D;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown-content {
	display: none;
  position: absolute;
	right: 10px;
  background-color: var(--magenta);
	color: white;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	border: 2px solid white;
	border-radius: 1em;
  z-index: 1;
}

.displayNone {
	display: none;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

a.menuTxtWhite {
	color: white;
}

button.menu {
/*	position: relative;
	right: 5px; */
	color: white;
	background-color: var(--magenta);
	width: 3em;
	height: 3em;
	border: 2px solid white;
	border-radius: calc( 1.5em + 2px );
/*	justify-content: center;
	align-items: center; */
	margin: 5px;
}
