<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.IMG-CLASS-Image{
	display: block;
	float: left;
	width: 100%;
	height: auto;
	padding: 15px;
	box-sizing: border-box;
}


.IMG-CLASS-ImageText{
	display: block;
	height: auto;
	padding-bottom: 15px;
	box-sizing: border-box;	
	width: 100%;
	padding-left: 0px;
}



.IMG-CLASS-ImageTextRight{
	float: right;
}

.IMG-CLASS-ImageTextLeft{
	float: left;
}

.IMG-CLASS-ImageTextLink{
	width: 100%;
}




.P-CLASS-TextRight{
	clear: right;
}
.P-CLASS-TextLeft{
	clear: left;
}


.LINK-CLASS-Video{
	position: relative;
	height: auto;
	width: 100%;
	overflow: visible;
	display: block;
}

.LINK-CLASS-Thema{
	position: relative;
	height: auto;
	width: 100%;
	overflow: visible;
	display: block;
}


.LINK-CLASS-VideoRight{
	float: right;
}
.LINK-CLASS-VideoLeft{
	float: left;
}

.DIV-CLASS-VideoIcon{
	 width: 44px;
  height: 44px;
  border-style: solid;
 
	
	box-sizing: border-box;
  border-width: 27px 0px 27px 44px;
	border-color: transparent transparent transparent #eeeeee;
	
	position: absolute;
	bottom: 0;
	left: 27px;
	transform: translate(0%,-50%);
	
	z-index: 3;
	
	
	
	
}

.FIGURE-CLASS-GalerieThema{
	margin: 0;
}
.DIV-CLASS-ThemaDescription{
	display: none;
}

.DIV-CLASS-Oeffnung{
	display: block;
	float: left;
	width: 100%;
	height: auto;
	padding: 15px;
	box-sizing: border-box;
	
	
}

@media only screen and (min-width: 481px) {
	
	
	.LINK-CLASS-Video{

		width: 35%;
	}
	.LINK-CLASS-Thema{

		width: 70%;
	}
	.IMG-CLASS-ImageTextRight{
		padding-left: 15px;
	}

	.IMG-CLASS-ImageTextLeft{
		padding-right: 15px;
	}
	.IMG-CLASS-ImageText{
		width: 35%;
	}
	.IMG-CLASS-ImageTextLink{
		width: 100%;
	}
	
}

@media only screen and (min-width: 769px) {
	

	.IMG-CLASS-ImageTextRightLink{
		padding-left: 15px;
	}
	.IMG-CLASS-Image{
		width: 50%;
	}
	.DIV-CLASS-Oeffnung{
		width: 50%;
	}
	
}

@media only screen and (min-width: 1232px) {

}

</pre></body></html>