* {box-sizing: border-box;}
img[data-width="25"],img[data-width="33"],img[data-width="50"],img[data-width="66"],img[data-width="75"],img[data-width="100"] {height: auto; display: block;}
img[data-width="25"] {width:25%;}
img[data-width="33"] {width:33.333333%;}
img[data-width="50"] {width:50%;}
img[data-width="66"] {width:66.666667%;}
img[data-width="75"] {width:75%;}
img[data-width="100"] {width:100%;}
img[data-align="left"] {float: left; margin-right: 30px; margin-bottom: 5px}
img[data-align="right"] {float: right; margin-left: 30px; margin-bottom: 5px}
.content {
	margin: 0 -15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
}
.content > div[class*=col-]
{
	position:relative;
	vertical-align: top;
	padding: 7px 15px;
}
.content > div:empty {
	padding-top: 0;
	padding-bottom: 0;
}
div.col-expanded {
	margin: 0 -15px;
}
div.col-360-0 {display: none;}
div.col-360-16 {width:16.666667%;}
div.col-360-25 {width:25%;}
div.col-360-33 {width:33.333333%;}
div.col-360-50 {width:50%;}
div.col-360-66 {width:66.666667%;}
div.col-360-75 {width:75%;}
div.col-360-83 {width:83.333333%;}
div.col-360-100 {width:100%;}
@media (min-width: 768px)
{
	.wrapper {width: 95%; margin: 0 auto;}
	div.col-768-0 {display: none;}
	div.col-768-16 {width:16.666667%;}
	div.col-768-25 {width:25%;}
	div.col-768-33 {width:33.333333%;}
	div.col-768-50 {width:50%;}
	div.col-768-66 {width:66.666667%;}
	div.col-768-75 {width:75%;}
	div.col-768-83 {width:83.333333%;}
	div.col-768-100 {width:100%;}				
}			
@media (min-width: 992px)
{
	.wrapper {width: 80%; margin: 0 auto;}
	div.col-992-0 {display: none;}
	div.col-992-16 {width:16.666667%;}
	div.col-992-25 {width:25%;}
	div.col-992-33 {width:33.333333%;}
	div.col-992-50 {width:50%;}
	div.col-992-66 {width:66.666667%;}
	div.col-992-75 {width:75%;}
	div.col-992-83 {width:83.333333%;}
	div.col-992-100 {width:100%;}		
}			
@media (min-width: 1200px)
{		
	div.col-1200-0 {display: none;}
	div.col-1200-16 {width:16.666667%;}
	div.col-1200-25 {width:25%;}
	div.col-1200-33 {width:33.333333%;}
	div.col-1200-50 {width:50%;}
	div.col-1200-66 {width:66.666667%;}
	div.col-1200-75 {width:75%;}
	div.col-1200-83 {width:83.333333%;}
	div.col-1200-100 {width:100%;}	
}
/* Lightbox Gallery */
#LightBoxOverlay {
	position: fixed;
	z-index: 10000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.7);
	display: none;
}
#LightBoxOverlay div,#LightBoxOverlay span {
 
//padding: 5px; 
}
#LightBoxWrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
#LightBoxInner {
	position: relative;
	display: flex;
	flex-direction: column;
	border: 2px solid #fff;
	border-radius: 7px;
	background-color: #fff;
	color: #000;
}
#LightBoxImage {
position: relative;
}
#LightBoxImage div {
	position: absolute;
	display: inline-block;
	top: 0;
	
	bottom: 0;
	width: 50%;
	cursor: pointer;
}
#LightBoxImage div.prev {

	left: 0;
}
#LightBoxImage div.next {

	right: 0;
}
#LightBoxImage img {
	width: 100%;
	height: auto%;
	display: block;
	position: relative;
	max-height: 700px;
	max-width: 1900px;
}
#LightBoxTitle {
	max-height: 100px;
	padding: 15px;
}
#LightBoxNav {
	font-size: 20px;
	display: flex;
	justify-content: space-between;
	padding: 15px;
}
#LightBoxNav span {
	cursor: pointer;
}
img[data-open="galerie"],img[data-open="intern"],img[data-open="extern"] {
	cursor: pointer;
}
.responsive-video {
position: relative;
padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
padding-top: 0px;
height: 0;
overflow: hidden;
}
.responsive-video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}