/* css main manfred stelzer */

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

.heebo-<uniquifier> {
  font-family: "Heebo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}

.mukta-extralight {
  font-family: "Mukta", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.mukta-light {
  font-family: "Mukta", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.mukta-regular {
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.mukta-medium {
  font-family: "Mukta", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.mukta-semibold {
  font-family: "Mukta", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.mukta-bold {
  font-family: "Mukta", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.mukta-extrabold {
  font-family: "Mukta", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.bitter-<uniquifier> {
  font-family: "Bitter", serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}

@font-face {
  	font-family: "Mukta";
    src: url(../_fonts/Mukta-Light.ttf) format('truetype');
    src: url(../_fonts/Mukta-Medium.ttf) format('truetype');
}

@font-face {
  	font-family: "Heebo";
    src: url(../_fonts/Heebo-VariableFont_wght.ttf) format('truetype');
}

@font-face {
  	font-family: "Bitter";
    src: url(../_fonts/Bitter-VariableFont_wght.ttf) format('truetype');
}


#vonBiozumBuch{
	color:black;
	text-decoration:none;
}

.container-bio a{
	color:black;
	text-decoration:none;
}

.container-bio a:hover {
	text-decoration:none;
	color: black;
}

.container-bio a:visited {
	text-decoration:none;
	color: black;
}

.container-main a{
	color:black;
	text-decoration:none;
}

.container-main a:hover {
	text-decoration:none;
	color: black;
}

.container-main a:visited {
	text-decoration:none;
	color: black;
}

.container-about a{
	color:black;
	text-decoration:none;
}

.container-add a:hover {
	text-decoration:none;
	color: black;
}

.container-add a:visited {
	text-decoration:none;
	color: black;
}

.container-about a{
	color:black;
	text-decoration:none;
}

.container-about a:hover {
	text-decoration:none;
	color: black;
}

.container-about a:visited {
	text-decoration:none;
	color: black;
}

.container-buch a{
	color:black;
	text-decoration:none;
}

.container-buch a:hover {
	text-decoration:none;
	color: black;
}

.container-buch a:visited {
	text-decoration:none;
	color: black;
}

#mainBuchBox{
/*    background-color: rgb(236 238 239);*/
	align-items:start;
	justify-items: start;
	width:80%;
}

.headBuchOne{
	font-family: "Mukta", sans-serif;
	font-weight: 100;
    padding: 1vh 1vh 5vw 5vw;
    font-size: 1.2em;
    line-height: 1.4em;
}

.detailsBuchOne{
	font-family: "Heebo", sans-serif;
	font-weight: 200;
    padding: 1vh 1vh 5vw 5vw;
    line-height: 1.4em;
    overflow: hidden;
}

.image {
	width: 100%;
  	height: auto;
  	overflow: hidden;
  	object-fit: contain;
  	align-items:end;
  	justify-items:start;
}

.foto{
    display: left; 
    justify-content: left; 
    align-items: left;
    z-index: 20;
    padding: 1.5vw 5vh;
    position: absolute;
  	top: 0;
  	width: 100vw;
  	height: 100vh;
}

img{
  	object-fit: cover;
  	max-width:100%;
  	border-radius: 5px;
}

video{
  	object-fit: cover;
  	max-width:100%;
  	min-height:20vh;
  	max-height:50vh;
  	align-items: center;
  	border-radius: 5px;
    box-shadow: 1px 1px 25px 2px lightgrey;
}


.mehrHier{
   	font-family:"Mukta", sans-serif;
   	font-size: 17px;
	padding: 0.5em 0em 0.5em 1em;
	margin: 0;
	color: rgba(216,216,216,1); /*rgba(83,43,43,1);*/
	width: 145px;
	border-radius: 30px;
	border: 1px solid rgba(163,3,3,1);
	background-color: rgba(163,3,3,1);
    box-shadow: 1px 1px 15px 2px darkgrey;

}

.mehrNewsHier{
   	font-family:"Mukta", sans-serif;
   	font-size: 17px;
	padding: 0.5em 0em 0.5em 1em;
	margin: 0;
	color: rgba(216,216,216,1); /*rgba(83,43,43,1);*/
	width: 145px;
	justify-items: start; 
	align-items: start;
	justify-content: start; 
	align-content: start;
	border-radius: 30px;
    position: relative;
    border:none; 
    background-image:linear-gradient(0deg, rgb(56,36,59), rgb(127, 81, 133));
    box-shadow: 1px 1px 15px 2px darkgrey;
}

section .mehrNewsAdd{
   	font-family:"Mukta", sans-serif;
   	font-size: 17px;
	padding: 0.5em 0em 0.5em 1em;
	margin-left: 20px;
	color: rgba(216,216,216,1); /*rgba(83,43,43,1);*/
	width: 145px;
	justify-items: flex-end; 
	align-items: flex-end;
	justify-content: flex-end; 
	align-content: flex-end;
	border-radius: 30px;
    position: relative;
    border:none; 
    background-image:linear-gradient(0deg, rgb(56,36,59), rgb(127, 81, 133));
    box-shadow: 1px 1px 15px 2px darkgrey;
}

.mehrNewsHier a{
	color: rgba(216,216,216,1);
}

.mehrNewsHier:hover a{
	color: rgba(216,216,216,1);
}

.mehrNewsHier:hover {
	color: rgba(216,216,216,1);
}

.mehrHierAdd{
   	font-family:"Mukta", sans-serif;
   	font-size: 17px;
	padding: 0.5em 0.1em 0.5em 1em;
	margin: 0px 20px 30px 20px;
	justify-items: flex-end; 
	align-items: flex-end;
	justify-content: flex-end; 
	align-content: flex-end;
	color: rgba(216,216,216,1); /*rgba(83,43,43,1);*/
	width: 50px;
	border-radius: 30px;
	border: 1px solid rgba(163,3,3,1);
	background-color: rgba(163,3,3,1);
    box-shadow: 1px 1px 15px 2px darkgrey;
    position: relative;
    z-index:400;

}

#mehrHierAdd{
	color: rgba(216,216,216,1); /*rgba(83,43,43,1);*/
}

#kinoLink{
	color: rgb(216,216,216,)
	/*border-bottom: 2mm ridge rgba(91,93,135, .3);
	background-color: rgba(48,90,90,1);
	border-radius: 30px;
	padding:2px;
	margin:2px; 
	text-decoration-line: underline;
	text-decoration-color: rgba(91,93,135, 1);
	text-decoration-style: wavy;*/
}

.mehrFilm{
   	font-family:"Mukta", sans-serif;
   	font-size: 17px;
	padding: 0.8em 0.1em 0.5em 1em;
	margin: 0;
	color: rgba(216,216,216,1); /*rgba(83,43,43,1);*/
	width: 50px;
	border-radius: 30px;
	border: 1px solid rgba(48,90,90,1);
	background-color: rgba(48,90,90,1);
    box-shadow: 1px 1px 15px 2px darkgrey;
}

.dsgvoMehr{
   	font-family:"Mukta", sans-serif;
	padding: 1em 0em 1em 2em;
	margin: 0;
	border: solid 1px;
	border-color: rgba(216,216,216,0.7);
	width: 245px;
	border-radius:5px;
	margin-left:-2em;
}

.detailsDsgvo{
    font-size: 1.1em;
    line-height: 1.4em;
    font-weight: 300;
}

.contactItem_3{
	font-family: "Mukta", serif;
    line-height: 1.5em;
    font-size: 1.1em;
    font-weight: 400;
    padding: 15px 50px 35px 55px;
    margin: 0px;
  	align-items: center;
	text-align: start;
}

.contactItem_4{
	font-family: "Bitter", serif;
    line-height: 1.5em;
    font-size: 1em;
    font-weight: 400;
    padding: 0.7em 1em 3em 0.7em; /* FOTO */
    margin: 0px;
    line-height: 1.5em;
  	align-items: end;
    
}


h4{
	font-family: "Mukta", sans-serif;
	font-weight: 500;
	font-size: 1.55em;
	line-height: 1.2em
	/* color:rgb(219,219,230);*/
}

.detailsMain {
	font-family: "Bitter", serif;
    font-size: 0.9em;
    line-height: 1.1em;
    font-weight: 300;
}

.oneGridItem {
	font-family:"Heebo", sans-serif;
    line-height: 1.5em;
    font-size: 1em;
    font-weight: 100;
    padding: 2em 2em 2em 2em;
    margin: 0px;
  	align-content: start;
	text-align:center;
}

#filmtitel{
	font-size: 1.4em;
}

#filminfo{
	font-size: 0.8em;
	font-weight:400;
}


.filmDetails{
	display:block;
	text-align: justify;
}

.twoGridItem {/**/
	font-family: "Heebo", sans-serif;
    line-height: 1.5em;
    font-size: 1em;
    font-weight: 200;
    margin: 0px;
  	align-content: start;
	text-align:start;
}


h3{
	font-family: "Mukta", sans-serif;
	font-weight: 500;
	letter-spacing: 0.05em;
	font-size:1.1em;
	line-height:1.55em
	/* color:rgb(219,219,230);*/
}

.textBio{
	padding: 25px 30px 25px 25px;
	margin: 0px 0px 0px 0px;
}

.element{
    margin: 5px;
    border: 0.7px solid rgba(255,0,0,.7);
    display: flex;
    border-radius: 15px;
/*    width: auto;*/
    height: auto;
}

.element a{
    color: black;
    text-decoration: none;
    display: block;
    height: 100%;
    width: 100%;
}

.element:hover{
    background-color: rgba(216,216,216,0.7);
}


.element:hover a{
    color: black;
}

.head{
    padding: 10px 20px 5px 20px;
    border-radius: 3px 3px 0px 0px;
    font-family: "heebo", sans-serif;
	font-weight: 400;
	letter-spacing: 0.03em;
	font-size: 1.1em;

}


.details{
    font-family: "Bitter", serif;
    font-size: 1.1em;
    padding: 0px 10px 10px 0px;
    line-height: 1.4em;
}

#alternativeTitel{
/*	margin-left:7px;*/
	background-color: rgba(256,256,256,0.1);
/*	padding: 0px 0px 10px 17px;*/
	border:none;
	word-spacing: 0.01;
}


.elementfilm{
	font-family: "Heebo", sans-serif;
    line-height: 1.5em;
    font-size: 1em;
    font-weight: 200;
/*	background-color: rgb(230,230,230);*/
    margin: 0px;
/*    border: 0.7px solid rgba(255,0,0,.3);*/
    display: flex;
    border-radius: 3px;
}

.gridItem { /*  ersetzt elementfilm*/
	font-family: "Heebo", sans-serif;
    line-height: 1.5em;
    font-size: 1em;
    font-weight: 200;
/*	background-color: rgb(230,230,230);*/
    margin: 5px;
    border: 0.7px solid rgba(255,0,0,.3);
    display: flex;
    border-radius: 3px;

}

.elementfilm a{
	background-color:white;
    color: black;
    text-decoration: none;
    display: block;
    height: 100%;
    width: 100%;
}

.elementfilm:hover{
	/*background-color: rgba(213,249,254,0.7);*/

}

.elementfilm:hover .head{
/*	background-color: rgba(236,236,236,0.3);
	color: rgb(149,9,49);*/
}

.elementfilm:hover .details{
/*    background-color: rgba(216,216,216,0.7);
	color: rgb();*/
}

.elementfilm:hover a{
    color: black;
}


.elementserie{
    margin: 5px;
    display: flex;
    border-radius: 15px;
    height: auto;
}

.elementserie a{
	background-color: white;
    color: black;
    text-decoration: none;
    display: block;
    height: 100%;
    width: 100%;
}

.gridItem a{
	background-color: white;
    color: black;
    text-decoration: none;
    display: block;
    height: 100%;
    width: 100%;
}

.gridItem:hover h4{
   background-color: rgba(236,236,236,0.3);
	color: rgb(149,9,99);
}

.gridItem:hover a{
    color: black;
    
}

.elementserie:hover .head{
   background-color: rgba(236,236,236,0.3);
	color: rgb(149,9,99);
}

.elementserie:hover a{
    color: black;
    
}

.elementOne{
    display: grid;
	grid-template-rows: subgrid;
	grid-row: span 3;
    border: 0.7px solid red;
	border-radius: 3px;
    padding: 0em 0.5em 0.5em 0.5em;
	margin: 5px;
    font-weight: 200;
	font-family:"Heebo", sans-serif;
    line-height: 1.5em;
    font-size: 1.1em;
	box-shadow: 1px 1px 15px 2px lightgrey;
}

.elementOne a{
    color: black;
    text-decoration: none;
    display: block;
    height: 100%;
    width: 100%;
}

.elementOne:hover{
    background-color: rgba(216,216,216,0.7);
    color: black;
}

.elementOne:hover a{
    color: black;
}

.headOne{
    display: flex;
  	gap: 8px;
	padding: 20px 8px 20px 8px;
}

#elementOneHeader{
}

.detailsOne{
	font-weight: 200;
    padding: 8px 20px 30px 20px;
    border-radius: 0px 0px 3px 3px;	
}

#headOne{
    padding: 20px 10px 20px 10px;
}

#detailsOne{
	font-weight: 200;
    padding: 8px 8px 30px 8px;
}

.headAboutOne{
	font-weight: 400;
	/* color:rgb(219,219,230);*/
}

.detailsAboutOne{
    font-family: "Bitter", serif;
	font-weight: 100;
	font-size: 0.9rem;
}

.detailsBU{
    font-family: "Bitter", serif;
	font-weight: 200;
	font-size: 0.8rem;
}

.elementBuchOne{
    margin: 5px;
    border: 0.7px solid red;
    font-weight: 200;
    font-size: 1em;
    line-height: 1.4em;
    display: flex;
    border:none;
}

#bookPromo {
	display: block; 
	text-align: justify;
	}


#mainPortraitBox:hover{

}

#mainPortrait:hover{
    -webkit-filter: greyscale(100%);
    filter: greyscale(100%);
}


#rioReiseManager{

}

#filmserieLink{
color:rgb(216,216,216);
background-image:linear-gradient(0deg,rgb(67,82,75), rgb(129, 153, 142));
}

#filmserieNoLink{
color:rgb(216,216,216);
background-image:linear-gradient(0deg,rgb(235, 245, 240), rgb(247, 250, 249));
}



