@charset "UTF-8";
/* CSS Document */

/* #region  NEUIGKEITEN */
@media (min-width: 768px) {

	.twitter-feed {
		width: 500px;
		margin: auto;
		margin-bottom: 25px;
	}

}	
/* #endregion */

/* #region  PRODUKTIONEN ÜBERSICHT */

/* Smartphone-Variante */
.produktion-grid {
	display: grid;
	margin: auto;
	margin-top: 20px;
	width: 90%;
	max-width: 500px;
	grid-template-columns: 1fr;
	grid-gap: 15px;
}

.produktion-grid header {
	display: none;
}


.produktion-grid h3, 
.jahr {
	grid-column: 1/-1;
	font-size: 25px;
	font-weight: bolder;
	color: #ef563c;
	text-align: center;
	padding: 0;
}

#fehlerText {
	grid-column: 1/-1;
	margin: auto; 
	width: 80%; 
	max-width: 550px; 
	font-size: 20px; 
	color: grey; 
	margin-top: 25px; 
	margin-bottom: 45px;
	display: none;

}

.produktion-grid a {
	opacity: 0.8;
	text-decoration: none;
}

.produktion-grid a:hover {
	opacity: 1;
}

article img {
	cursor: pointer;
	opacity: 0.8;
}

article img:hover {
	opacity: 1;
}

.produktion {
	margin-top: 10px;
	margin-bottom: 10px;
}

.produktion img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	margin-bottom: 5px;
}

.produktion h1 {
	text-align: left;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	font-stretch: ultra-condensed;
	padding-top: 3px;
	padding-bottom: 6px;
}

.produktionTitel h1 {
	display: none;
}

.produktionInfos {
	display: flex;
	color:#353535;
	flex-wrap: wrap;
}

.produktionInfo {
	display: flex;
}

.produktionInfo:after {
	content: "|";
	display: flex;
	padding-left: 6px;
	padding-right: 6px;
	flex-wrap: wrap;
}

.produktionInfo:last-child:after {
	content: "";
}

.doppelDiv div {
	display: flex;
	flex-wrap: wrap;
}

.doppelDiv div div:after {
	content: ",";
	padding-right: 3px;
}

.doppelDiv div div:last-child:after {
	content: "";
}

.detailboxContainer {
	display: none;
}

.detailPfeil {
	margin: auto;
	margin-top: 3px;
	width: 0; 
	height: 0; 
	border-left: 35px solid transparent;
	border-right: 35px solid transparent;
	border-top: 40px solid  rgb(250, 250, 250);
	transform: rotate(180deg);
}

.detailBox {
	display: block;
	position: absolute;
	z-index: 1;
	left: 0;
	width: 100%;
	background-color:  rgb(250, 250, 250);
}

.detailBoxInnen {
	display: block;
	margin: auto;
	width: 90%;
	max-width: 500px;
	padding-top: 25px;
	padding-bottom: 15px;
	text-align: left;
}

.detailBoxInnen div {
	text-align: left;
}

.detailBoxPlatzhalter {
	position: relative;
	background: transparent;
}

.detailBoxHeadline {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: baseline;
	border-bottom: 1px solid #353535;
	margin-bottom: 10px;
	text-align: left;
}

.detailBoxHeadline h2 {
	display: flex;
	text-align: left;
	align-items: baseline;
	font-size: 30px;
	text-align: left;
	padding: 0px;
	padding-bottom: 6px;
}

.detailBoxHeadline span {
	text-align: left;
}

.moreAboutProduktion {
	width: 20px;
	height: 20px;
	margin-left: 15px;
	background: url("../assets/symbols/more.svg") no-repeat;
	position: relative;
}

.detailBoxHeadline h2 a {
	opacity: 0.5;
	text-align: left;	
}

.detailBoxHeadline h2 a:hover {
	opacity: 1.0;
}
/* 
.detailBoxHeadline h2 a:hover::after {
	content: "mehr erfahren...";
	position: absolute;
	left: 50px;
	background-color: orange;
	font-size: 12px;
} */

.detailBoxInfos {
	padding-bottom: 8px;
}

.detailBoxKurzbeschreibung {
	text-align: left;
}

.detailBoxKurzbeschreibung div {
	text-align: left;
}


/* Tablet-Variante */
@media (min-width: 600px) {
	
	.produktion-grid {
		grid-template-columns: 1fr 1fr;
		max-width: 800px;
	}

	.produktionTitel h1 {
		display: block;
	}

	.detailBoxInnen {
		max-width: 800px;
	}

}

/* Desktop-Variante */
@media (min-width: 1000px) {
			
	.produktion-grid {
		grid-template-columns: 1fr 1fr 1fr;
		max-width: 1200px;
	}

	.detailBoxInnen {
		max-width: 1200px;
	}
	
}

/* Riesenbildschirm-Variante */
@media (min-width: 1400px) {
	
	.produktion-grid {
		grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
		max-width: 90%;
	}

	.detailBoxInnen {
		max-width: 90%;
		/* max-width: 1300px;
		margin-left: 106px; */
	}

}

/* Scrollbar Styling
#kategorie::-webkit-scrollbar-track
{
	height: 6px;
	-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.3);
	border-radius: 2px;
	background-color: #bbbbbb;
}

#kategorie::-webkit-scrollbar
{
	height: 6px;
	background-color: #F5F5F5;
}

#kategorie::-webkit-scrollbar-thumb
{
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #666666;
}
*/

/* #endregion */

/* #region  DETAIL SEITE */

.detailSeiteBild {
	object-fit: cover;
}

.detailSeiteBild img {
	width: 100%;
	height: 50vh;
	max-height: 180px;
	object-fit: cover;
}

.detailSeiteBild video {
	width: 1080px;
}

.detailSeiteTaxonomies {
	display: flex;
	margin-top: 6px;
	margin-bottom: 6px;
	flex-wrap: wrap;
	justify-content: right;
	font-size: 15px;
	color: #4e4e4e;
	font-weight: bold;
	text-align: right;
}

.detailSeiteTaxonomies span {
	text-align: right;
	justify-content: right;
	display: flex;
	flex-wrap: nowrap;
}

.detailSeiteTaxonomies span:after {
	content: " | ";
	padding-right: 3px;
	padding-left: 3px;
	font-weight: normal;
}

.detailSeiteTaxonomies span:last-child:after {
	content: "";
}

.detailSeiteTaxonomies span div {
	display: flex;
	flex-wrap: nowrap;
}

.detailSeiteTaxonomies span div:after {
	content: " , ";
	padding-right: 3px;
	padding-left: 3px;
	font-weight: normal;
}

.detailSeiteTaxonomies span div:last-child:after {
	content: "";
	padding: 0px;
}


.detailSeiteHeadline {
	display: flex;
	align-items: baseline;
	margin-top: 10px;
}
.detailSeiteHeadline h1 {
	display: block;
	text-align: left;
	font-size: 30px;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
	margin-bottom: 6px;
}

.goBackProduktionen {
	width: 20px;
	height: 20px;
	margin-left: 15px;
	background: url("../assets/symbols/more.svg") no-repeat;
	position: relative;
	display: block;
	transform: rotate(180deg);
}

.detailSeiteBeschreibung {
	display: block;
	width: 100%;
	text-align: left;
}

.detailSeiteLinks {
	display: block;
	width: 100%;
	text-align: left;
	margin-top: 10px;
}

.detailSeiteLinks div {
	display: inline-block;
	justify-content: left;
	text-align: left;
	margin-bottom: 6px;
}

.detailSeiteLinks a {
	padding-right: 5px;
	opacity: 0.7;
}

.detailSeiteLinks a:before {
	content: "";
    display: block;
    background: url("../assets/symbols/link.svg") no-repeat;
    width: 15px;
	height: 15px;
    float: left;
	margin: 2px 6px 0 0;
	opacity: 0.7;
}

.detailSeiteLinks a:before:hover {
	opacity: 1;
}

.detailSeiteRest {
	display: block;
	width: 100%;
	margin-top: 200px;
}

/* Tablet-Variante */
@media (min-width: 600px) {
	
	.detailSeiteBild img {
		max-height: 400px;;
	}
	
	.detailSeiteHeadline {
		display: flex;
	}

	.detailSeiteHeadline h1 {
		text-align: left;
	}

	.detailSeiteTaxonomies {
		margin-left: auto;
	}

}
/* #endregion */

/* #region  PHILOSOPHIE */

.linkSection {
	display: inline-block;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}

.linkSection p {
	padding-top: 5px;
	float: left;
}

.linkSection a {
	text-align: left;
	padding-right: 15px;
}

.linkSection img {
	height: 15px;
	padding-right: 5px;
}

.linkSection a:hover {
	color: black;
}

/* #endregion */

/* #region  KONTAKT */

.kontaktContainer {
	display: block;
	padding-top: 30px;
}

.kontakt-mail {
	display: block;
	margin: auto;
	max-width: 400px;
	padding-bottom: 25px;
}

.kontakt-mail h3 {
	text-align: center;
	font-weight: 350; 
	padding-bottom: 20px;
}

.kontakt-mail a {
	font-size: 20px;
	font-weight: bold;;
	color: #fa9d07;
	opacity: 0.5;
	transition: all 0.5s;
}

.kontakt-mail a:hover {
	color: #fa9d07;
	opacity: 1;
}

.mapContainer {
	position: relative;
	height: 300px;
	width: 80%;
	max-width: 650px;
	margin: auto;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	overflow: hidden;
}

.mapContainer iframe {
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 25px;
	padding-bottom: 25px;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}

.kontaktgridContainer {
	display: block;
	margin: auto;
	margin-top: 10px;
	width: 80%;
	max-width: 650px;
	border-bottom: solid 1px black;
	padding-top: 15px;
	padding-bottom: 20px;
}

.kontakt-grid {
	margin: auto;
	margin-left: 15%;
	display: grid;
	grid-template-columns: 1fr 4fr;
	grid-gap: 15px;
}

@media (max-width: 390px) {
	.kontakt-grid {
		margin-left: 5%;
	}	
}

.item {
	text-align: center;
}

.item p {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.4;
	vertical-align: center;
	text-align: left;
}

.item img {
	height: 40px;
	transition: all 1.0s;
	vertical-align: center;
}

.item img:hover {
	opacity: 0.5;
}

/* Download-Card */

.vcardContainer {
	margin: 20px;
}

.vcardContainer a {
	color: black;
	opacity: 0.5;
	transition: all 0.5s;
}

.vcardContainer a:hover {
	color: black;
	opacity: 1;
	transition: all 0.5s;
}


.downloadVCard {
	display: inline-flex;
}

.downloadVCard img {
	height: 30px;
	vertical-align: middle;
}

.downloadVCard p {
	padding-left: 15px;
	padding-top: 5px;
}


@media (min-width: 690px) {

	.kontakt-grid {
		margin: auto;
		grid-template-columns: 1fr 4fr 1fr 4fr 1fr 4fr;
	}

}

/* #endregion */
