@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow Semi Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('_fonts/barlow-semi-condensed-v16-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* barlow-semi-condensed-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow Semi Condensed';
  font-style: italic;
  font-weight: 400;
  src: url('_fonts/barlow-semi-condensed-v16-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* barlow-semi-condensed-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow Semi Condensed';
  font-style: normal;
  font-weight: 500;
  src: url('_fonts/barlow-semi-condensed-v16-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* barlow-semi-condensed-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow Semi Condensed';
  font-style: normal;
  font-weight: 600;
  src: url('_fonts/barlow-semi-condensed-v16-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* -------------------------------------------------------------------------------------------------------------------------------------- */
* {
	margin:0;
	padding:0;
}
img { border:0;border-style: none;}
html, body {
	margin:0;
	padding:0;
	height:100%;
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-size: 20px;
	line-height:30px;
	font-weight:400;
	letter-spacing:0px;
	
	text-decoration: none;
	color:#000000;
}
body {
	background-color:#ffffff;
}
#container {
	min-height:100%;
	position:relative;
}
.hor {
	position:relative;
	margin:0 auto;
	text-align:left;
	max-width:1300px;

	clear:left;
	max-height:50000px;
}
.hor2 {
	position:relative;
	margin-left:3%;
	margin-right:3%;
}
/* -------------------------------------------------- */	
.fotobreit {
	width:100%;
	height:auto;
	overflow:hidden;
	border-radius:0px;
}
/* -------------------------------------------------- */

/* -------------------------------------------------- */
#log {
	position:fixed;
	left:0px;
	bottom:0px;

	text-decoration: none;
	font-size: 12px;
	color: #ffffff;
	background-color:#000000;
	line-height:14px;
	padding:0px;
	padding-left:4px;
	padding-right:4px;
	z-index:40040;
}
.ku {
	white-space:nowrap;
}

/* -------------------------------------------------- */
#abstand_unten {
	position:relative;
	height:400px;
}
#unten {
	position:absolute;
	width:100%;
	bottom:0px;
	padding-top:60px;
	padding-bottom:60px;
	color:#ffffff;
	color:#000000;


	background-color:#e0e0e0;
	font-weight:400;
	


}

#unten p a {
	color:#000000;
	text-decoration:none;

}
#unten p a:hover {
	text-decoration:underline;
}
.social {
	width:38px;
	height:auto;
	padding-left:12px;
}
/* -------------------------------------------------- */
#unten0 {
	position:relative;
}
#unten1 {
	margin-bottom:22px;
}
#unten2 {
	margin-bottom:22px;
	position:absolute;
	top:0px;
	right:0px;
	text-align:right;
}
#fb {
	width:42px;
	height:auto;
	position:absolute;
	top:12px;
	left:-130px;
}
#ig {
	width:42px;
	height:auto;
	position:absolute;
	top:12px;
	left:-70px;
}
@media all and (max-width:580px) {
	#unten2 {
		position:relative;
		text-align:left;
		right:auto;
		left:0px;
	}
	#unten2 span {
		display:none;
	}
	#fb {
		left:130px;
	}
	#ig {
		left:190px;
	}
}
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
#logo {
	position:relative;
	width:300px;
	padding-top:27px;
	padding-bottom:20px;
	text-align:center;
	z-index:40038;
	
	left: 50%;
	transform: translateX(-46%);

}
#logo img {
	width:100%;
	height:auto;
}
#logo_abstand {
		position:relative;
		height:2px;

}
/* -------------------------------------------------- */
#logo2 {
	position:fixed;
	left:50%;
	top:12px;
	width:95px;
	height:auto;
	z-index:40038;
	
	left: 50%;
	transform: translateX(-37%);

	top:-50px;
}
#logo2 img {
	width:95px;
	height:auto;
}
/* -------------------------------------------------- */
#menue {
	position:fixed;
	right:0px;
	top:0px;
	
	width:100%;
	z-index:40037;
	
	background-color:#ffffff;

	padding-top:20px;
	padding-bottom:72px;
}
.menue,.menue_aktiv {
	text-decoration:none;
	color:#000000;
	

	font-size: 22px;
	line-height:30px;
	font-weight:400;
	padding:10px;
	padding-top:5px;
	padding-bottom:7px;
	

}
.menue_aktiv {
	color:#000000;

	background-color:#ccd4cf;
	background-color:#e8e8e8;
	border-radius:10px;
}
.menue:hover {
	border-bottom:1px solid #808080;
	
}
#menue_links {
	position:absolute;
	width:50%;
}
#menue_rechts {
	position:absolute;
	text-align:right;
	left:50%;
	width:50%;

}
.menue_abstand {
	display:inline-block;
	width:30px;
}
@media all and (max-width:1255px) {
	.menue_abstand {
		width:10px;
	}
}
@media all and (max-width:1130px) {
	#logo_abstand {
		height:66px;
	}
	.menue_abstand {
		width:40px;
	}
	#logo {
		z-index:auto;
	}
}
@media all and (max-width:1090px) {
	.menue_abstand {
		width:20px;
	}
}
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
#menuesymbol {
	position:fixed;
	right:0px;
	top:14px;
	width:60px;
	height:51px;
	background-repeat:no-repeat;
	background-size:contain;
	background-image: url(gfx/menuesymbol.png);
	cursor:pointer;
	display:none;
	z-index:40041;
	overflow:hidden;
	border-radius:8px;
}
/* -------------------------------------------------- */
@media all and (max-width:980px) {
	#menue {
		display:none;
	}
	#menuesymbol {
		display:block;
	}
	#menue_ersatz {
	}
	#logo2 {
		display:none;
	}
}
@media all and (max-width:830px) {

}
@media all and (max-width:720px) {

}

/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
#gmenue {
	position:fixed;
	right:0px;
	top:10px;
	width:260px;
	max-width:100%;
	height:100%;
	font-size: 20px;
	line-height:30px;
	background-color:#ffffff;
	border-top-left-radius:8px;
	
	box-shadow: 0px 0px 10px #606060;
	display:none;
	z-index:60042;
}
#gmenue_abstand {
	position:relative;
	height:25px;
	min-height:0px;
}
#gmenue_inhalt {
	position:relative;
	height:100%;
	overflow:auto;
}
#gmenue_inhalt1 {
	position:relative;
	margin:0 auto;
	width:90%;

	padding-bottom:20px;
}
#gmenue_x {
	position:relative;
	float:right;
	width:20px;
	height:20px;
	margin-bottom:0px;
	transform:translate(0px,-12px);
}
#gmenue_x img {
	width:100%;
	height:100%;
}
#gmenue_x img:hover {
	opacity:0.5;
}
#gmenue p {
	color:#404040;
	font-weight:600;
	margin-bottom:10px;
	margin-top:20px;
}
/* -------------------------------------------------- */
/* -------------------------------------------------- */
.gmenue0,.gmenue0_aktiv {
	display:block;
	margin-right:20px;
	text-transform: uppercase;
	color:#404040;
	text-decoration:none;
}
.gmenue0:hover,.gmenue0_aktiv:hover {
	text-decoration:underline;
}
.gmenue0_aktiv {
	font-weight:600;
}
.gmenue_strich {
	position:relative;
	height:1px;
	background-color:#404040;
	margin-top:4px;
	margin-bottom:10px;
}
.gmenue_strich2 {
	position:relative;
	height:0px;
	border-top:1px dotted #404040;

}
/* -------------------------------------------------- */
.gmenue_wrapper {
	margin-left:18px;
	padding-top:0px;
	padding-bottom:16px;
	opacity:0;
	overflow:hidden;
display:none;
}

.gmenue1,.gmenue1_aktiv {
	position:relative;
	display:block;
	left:0px;
	padding-left:20px;
	padding-right:2px;
	line-height:44px;

	background-repeat:no-repeat;
	background-size:12px 12px;
	background-position:0px 11px;
	
}
.gmenue1_aktiv {
	font-weight:600;
}
.gmenue2,.gmenue2_aktiv {
	display:block;
	line-height:25px;
	padding-left:2px;
	padding-right:2px;
}
.gmenue2_aktiv {
	font-weight:600;
}

/* -------------------------------------------------- */
.gmenue1,.gmenue1_aktiv {
	text-decoration:none;
	color:#404040;
}
.gmenue1:hover,.gmenue1_aktiv:hover {
	background-color:#f0f0f0;
}


.gmenue2,.gmenue2_aktiv {
	text-decoration:none;
	color:#404040;
}
.gmenue2:hover,.gmenue2_aktiv:hover {
	background-color:#f0f0f0;
	color:#000000;
}
.gmenueaktiv {
	background-color:#a0a0a0;
	color:#ffffff !important;
}
.gmenueaktiv:hover {
	background-color:#a0a0a0;

}
/* -------------------------------------------------- */
/* -------------------------------------------------- */
.abstand {
	position:relative;
	height:0px;
	padding-top:0px;
}
/* -------------------------------------------------- */
.strich {
	position:relative;
	height:1px;
	border-bottom:1px solid #5b5b5b;

	margin-top:0px;
	margin-bottom:-30px;
}
/* -------------------------------------------------- */
/* -------------------------------------------------- */
@media print {
	html, body {
		width:100% !important;
	}
}

/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
#logoleiste {
	position:relative;
	width:100%;
	text-align:center;

}
#logoleiste img {
	height:6.9vw;
	max-height:90px;
	width:auto;
	margin-left:2%;	
	margin-right:2%;	
}
@media all and (max-width:700px) {
	#logoleiste {
	}
	#logoleiste img {
	}
}
/* -------------------------------------------------- */

/* -------------------------------------------------- */
/* -------------------------------------------------- */
.ue1 {
	font-weight:500;
	font-size:50px;
	line-height:54px;
	color:#5b5b5b;
	margin-bottom:20px;
	word-wrap:break-word;
	text-align:center;
}

.layout1 {
	position:relative;
}
.layout1 p,.layout1 kasten,.layout1 ul,.fotogal,.video1 {
	margin-left:25%;
	margin-right:10%;
}
.video1 {
	
	border-radius:10px;
	overflow:hidden;
}
.video1 video {
	width:100%;
}
.layout1 p {
	margin-bottom:30px;
}
.layout1 p b {
	font-weight:600;
}
.layout1 h1 {
	margin-left:10%;
	font-weight:500;
	font-size:50px;
	line-height:54px;
	color:#5b5b5b;
	margin-bottom:20px;
	word-wrap:break-word;
}
.layout1 h2 {
	margin-left:10%;
	font-weight:400;
	font-size:30px;
	line-height:34px;
	
}
.layout1 h2 span {
	position:relative;
	background-color:#ccd4cf;
	background-color:#e8e8e8;
	
	border-radius:10px;
	display:inline-block;
	padding:25px;
	padding-top:3px;
	padding-bottom:5px;
}
.layout1 h2 span {
}
.layout1 a {
	color:#000000;
}
.layout1 ul {
	 list-style-type: none;
	 margin-bottom:30px;
}
.layout1 ul li {
	padding-right:10px;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:20px;
	border-bottom:1px dotted #505050;
}
.layout1 ul li::before {
	content: "■";
	color: #303030;
	display: inline-block;
	width: 20px;
	margin-left: -20px;
}

.kasten {
	position:relative;
	border-radius:10px;
	padding:20px;

	background-color:#ccd4cf;
	background-color:#ececec;
	background-color:#eaf0ec;
	background-color:#e8e8e8;
	
}
.kasten1 {
	margin-left:25%;
	margin-right:10%;
}
.layout1 .kasten h2 {
	margin-left:0% !important;
	font-weight:400;
	font-size:30px;
	line-height:34px;
	transform:none !important;
	margin-bottom:30px;
}
.button1 {
	background-color:#ccd4cf;
	background-color:#ffffff;
	text-decoration:none;
	display:inline-block;
	border-radius:6px;
	padding-left:10px;
	padding-right:10px;
	text-transform:uppercase;
	font-size:15px;
	line-height:26px;

	font-weight:500;
	letter-spacing:1px;
	width:110px;
	text-align:center;
	
	transition: letter-spacing 0.3s ease;
	transition: letter-spacing 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	
	color:#000000;

}
.button1:hover {
	letter-spacing:2px;
}
/* -------------------------------------------------- */
.button2 {
	background-color:#ccd4cf;
	background-color:#ffffff;
	text-decoration:none;
	display:inline-block;
	border-radius:6px;
	padding-left:10px;
	padding-right:10px;
	
	font-size:15px;
	line-height:26px;
	
	font-size:18px;
	line-height:26px;

	font-weight:500;
	letter-spacing:0px;
	margin-right:4px;
	color:#000000;

}
.button2:hover {
	box-shadow: 0px 0px 5px rgba(0,0,0, 0.3);
	text-decoration:none !important;
}
/* -------------------------------------------------- */
.button3 {
	background-color:#e0e0e0;
	text-decoration:none;
	display:inline-block;
	border-radius:6px;
	padding-left:10px;
	padding-right:10px;
	
	font-size:15px;
	line-height:26px;
	
	font-size:18px;
	line-height:26px;

	font-weight:500;
	letter-spacing:0px;
	margin-left:12px;
	color:#000000;
	

}
.button3:hover {
	background-color:#d0d0d0;
	text-decoration:none !important;
}
/* -------------------------------------------------- */
@media all and (max-width:980px) {
	.kasten1 p {
		margin-left:0% !important;
		margin-right:0% !important;
	}
}
@media all and (max-width:700px) {
	.layout1 h1,.layout1 h2 {
		margin-left:0%;
	}
	.layout1 p,.video1 {
		margin-left:10%;
		margin-right:5%;
	}
	.kasten1 {
		margin-left:10%;
		margin-right:5%;
	}
	.fotogal {
		margin-left:10%;
		margin-right:5%;
	}
}
@media all and (max-width:499px) {
	.layout1 p,.video1 {
		margin-left:0%;
		margin-right:0%;
	}
	.kasten1 {
		margin-left:0%;
		margin-right:0%;
	}
	.kasten {
		padding:5%;
	}
	.fotogal {
		margin-left:0%;
		margin-right:0%;
	}
}
/* -------------------------------------------------- */
/* -------------------------------------------------- */
#kuenstler {
	position:relative;
	margin-left:10%;
	min-height:400px;
}
@media all and (max-width:700px) {
	#kuenstler {
		margin-left:0%;
	}
}
#kuenstler a {
	display:inline-block;
	float:left;
	text-decoration:none;
	background-color:#e8e8e8;
	border-radius:6px;
	color:#000000;
	margin-right:10px;
	margin-bottom:10px;
	padding:3px;
	padding-left:10px;
	padding-right:10px;
	transition: background-color 0.3s ease, color 0.3s ease;
	opacity:0;
}
#kuenstler a:hover {
	color:#ffffff;
}
#k_reload {
	cursor:pointer;
	height:40px;
	position:absolute;
	right:20px;
	width:auto;
	top: 50%;
	transform: translateY(-50%);
}
#ksuche {
	position:relative;
	background-color:#ffffff;
	border:1px solid #5b5b5b;
	border-radius:10px;
	display:inline-block;
	padding:25px;
	padding-top:3px;
	padding-bottom:5px;
	
	font-weight:400;
	font-size:22px;
	line-height:30px;
	max-width:350px;
	width:78%;
}

/* -------------------------------------------------- */
#kuenstler_details {
	position:fixed;
	background-color:#e8e8e8;
	
	border-radius:10px;
	width:500px;
	right:10%;
	top:150px;
	height:480px;
	box-shadow: 0px 0px 5px rgba(0,0,0, 0.3);
	z-index:60000;
display:none;
}
@media all and (max-width:499px) {
	
}
@media all and (max-height:640px) {
	#kuenstler_details {
		top:20px;
	}
}
@media (max-width: 600px), (max-height: 500px) {
	#kuenstler_details {
		top:0px;
		height:100%;
		left:0px;
		width:100%;
	}
}
#kuenstler_details1 {
	position:relative;
	overflow-y:auto;
	max-height:90%;
	padding:20px;
}
#kuenstler_details_x {
	position:absolute;
	right:10px;
	top:0px;
	width:60px;
	height:60px;
	background-repeat:no-repeat;
	background-size:30px 30px;
	background-position: 50% 50%;
	background-image: url(gfx/x_schwarz.png);
	cursor:pointer;
}
#kuenstler_details b {
	font-weight:600;
}
#kuenstler_details h3 {
	color:#457257;
	font-weight:600;
	font-size:30px;
	line-height:34px;
}
#kuenstler_details a {
	text-decoration:none;
	color:#000000;

}
#kuenstler_details span {
	position:relative;
	display:inline-block;
	margin-left:90px;
	}
#kuenstler_details span span {
	margin-left:-90px;
	position:absolute;
	width:86px;
}
/* -------------------------------------------------- */
#kunstvereine {
	position:relative;
	display: flex;
	flex-wrap: wrap;
	margin-left:25%;
}
.kunstverein {
	width: 48%;
	padding: 10px;
	border-radius: 10px;
	background-color: #e8e8e8;
	box-sizing: border-box;
	margin-bottom:4%;
}
.kunstverein:nth-child(2n+1) {
	margin-right:4%;
}
.kunstverein h2 {
	font-weight:500;
	font-size:30px;
	line-height:34px;
	color:#000000;
	font-weight:400;
	margin-bottom:20px;
}
.kunstverein a {
	color:#000000;
	text-decoration:none;
}
.kunstverein a:hover {
	text-decoration:underline;
}
@media all and (max-width:1060px) {
	#kunstvereine {
		margin-left:10%;
	}
}
@media all and (max-width:880px) {
	#kunstvereine {
		margin-left:0%;
	}
}
@media all and (max-width:699px) {
	.kunstverein {
		width: 100%;
	}
	.kunstverein:nth-child(2n+1) {
		margin-right:0%;
	}
}
/* -------------------------------------------------- */
/* -------------------------------------------------- */
.strich1 {
	position:relative;
	height:1px;
	background-color:#5b5b5b;

	margin-top:0px;
	margin-bottom:0px;
}
/* -------------------------------------------------- */
#navi {
	position:relative;
	padding-top:6px;
	padding-bottom:6px;
	opacity:0;
}
#navi1 {
	position:relative;
	margin-left:40px;
	margin-right:40px;
	height:37px;
	overflow:hidden;
	
}
#navi_scroll {
	position:absolute;
	width:50000px;
	line-height:34px;
}
#navi_scroll a {
	text-decoration:none;
	color:#404040;
	margin-right:30px;
	
	padding:10px;
	padding-top:3px;
	padding-bottom:5px;
	border:1px solid transparent;
	position:relative;
}
.ontour {
}
#navi_scroll a span {
	padding-left:5px;
	font-size:12px;
	font-weight:500;
	display:inline-block;

}
.navi_aktiv {
	color:#000000 !important;
	font-weight:500;
	background-color:#e8e8e8;
	border-radius:10px;
}
#navi_scroll a:hover {
	color:#000000;
}
@media all and (max-width:400px) {
	#navi_scroll {
		font-size:14px;
		padding-top:1px;
	}
	#navi1 {
		margin-left:30px;
		margin-right:30px;
	}
}
/* -------------------------------------------------- */
#navi_links {
	position:absolute;
	left:0px;
	top:0px;
	width:30px;
	height:49px;
}
#navi_links a {
	display:block;
	height:100%;
	
	background-repeat:no-repeat;
	background-size:contain;
	background-position: 50% 50%;
	background-image: url(gfx/pfeil_links.png);
	text-decoration:none;
	opacity:0.2;
}
#navi_links a:hover {
	opacity:0.5;
}
#navi_rechts {
	position:absolute;
	right:0px;
	top:0px;
	width:30px;
	height:49px;
}
#navi_rechts a {
	display:block;
	height:100%;
	
	background-repeat:no-repeat;
	background-size:contain;
	background-position: 50% 50%;
	background-image: url(gfx/pfeil_rechts.png);
	text-decoration:none;
	opacity:0.2;
}
#navi_rechts a:hover {
	opacity:0.5;
}
/* -------------------------------------------------- */
#vs {
	position:relative;
}
.vs {
	position:relative;
	width:22%;
	margin-right:4%;
	float:left;
	cursor:pointer;
}
.vs:nth-child(4n) {
	margin-right:0%;
}
.vs span {
	background-color:#e8e8e8;
	position:absolute;
	right:0px;
	top:0px;
	padding:2px;
	padding-left:10px;
	padding-right:10px;
	border-bottom-left-radius:10px;
}
.vs_foto {
	position:relative;
	background-repeat:no-repeat;
	background-size:cover;
	background-position: 50% 50%;
	border-radius:10px;
	overflow:hidden;
	height:500px;
}
.vs a {
	position:relative;
	text-decoration:none;
	color:#000000;
	font-weight:500;
	display:inline-block;
	padding-bottom:5px;
}
.vs p {
	padding-top:5px;
	line-height:24px;
}
.vs:hover > .vs_foto {
	box-shadow: 0px 0px 5px rgba(0,0,0, 0.5);
}
@media all and (max-width:979px) {
	.vs:nth-child(4n) {
		margin-right:5%;
	}
	.vs {
		width:30%;
		margin-right:5%;
	}
	.vs:nth-child(3n) {
		margin-right:0%;
	}
}
@media all and (max-width:650px) {
	.vs:nth-child(3n) {
		margin-right:6%;
	}
	.vs {
		width:47%;
		margin-right:6%;
	}
	.vs:nth-child(2n) {
		margin-right:0%;
	}
}
@media all and (max-width:450px) {
	.vs:nth-child(2n) {
		margin-right:0%;
	}
	.vs {
		width:100%;
		margin-right:0%;
	}
}
/* -------------------------------------------------- */
/* -------------------------------------------------- */
#kuenstler2 {
	position:relative;

}
@media all and (max-width:700px) {
	#kuenstler2 {
		margin-left:0%;
	}
}
#kuenstler2 a {
	display:inline-block;
	float:left;
	text-decoration:none;
	background-color:#e8e8e8;
	border-radius:6px;
	color:#000000;
	margin-right:10px;
	margin-bottom:10px;
	padding:3px;
	padding-left:10px;
	padding-right:10px;
	transition: background-color 0.3s ease, color 0.3s ease;
	background-color:#ffffff;

}
#kuenstler2 a:hover {
	color:#ffffff;
}
/* -------------------------------------------------- */
#ausst_detailfoto,#ausst_detailfoto2 {
	position:relative;
	height:400px;
	
	background-repeat:no-repeat;
	background-size:cover;
	background-position: 50% 50%;
	
}
/* -------------------------------------------------- */
.fotogal {
	position:relative;
	margin-bottom:40px;
}
.fotogal h3 {
	font-weight:500;
	font-size:24px;
	line-height:28px;
}
.fotobereich {
	position:relative;
	line-height:0px;
	margin-top:10px;
	min-height:30px;

}
.fotobereich::after {
    content: "";
    display: block;
    clear: both;
}
/* -------------------------------------------------- */
.foto {
	position:relative;
	width:24%;
	height:175px;
	float:left;
	background-color:#ffffff;
	margin-right:1.333%;
	margin-bottom:1.333%;

	background-repeat:no-repeat;
	background-size:cover;
	background-position:50% 50%;
	border-radius:6px;
	overflow:hidden;
}
.foto:nth-child(4n) {
	margin-right:0%;
}

.foto a {
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	display:block;
}
.foto:hover {
	box-shadow: 0px 0px 5px rgba(0,0,0, 0.5);
}
@media all and (max-width:450px) {
	.foto:nth-child(4n) {
		margin-right:0%;
	}
	.foto {
		width:49.333%;
		margin-right:1.333%;
		margin-bottom:1.333%;
	}
	.foto:nth-child(2n) {
		margin-right:0%;
	}
}
/* -------------------------------------------------- */
.fotozweier {
	position:relative;
	width:49.333%;
	height:300px;
	float:left;
	background-color:#ffffff;
	margin-bottom:1%;

	background-repeat:no-repeat;
	background-size:cover;
	background-position:50% 50%;
	border-radius:6px;
	overflow:hidden;
}
.fotozweier:first-child {
	margin-right:1.333%;
}
.fotozweier a {
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	display:block;
}
.fotozweier:hover {
	box-shadow: 0px 0px 5px rgba(0,0,0, 0.5);
}
/* -------------------------------------------------- */
.fotoeinzel {
	position:relative;
	width:100%;

	background-color:#ffffff;
	border-radius:6px;
	overflow:hidden;
}
.fotoeinzel img {
	width:100%;
	height:auto;
}
.fotoeinzel:hover {
	box-shadow: 0px 0px 5px rgba(0,0,0, 0.5);
}
/* -------------------------------------------------- */
#detailansicht {
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:70000;
display:none;
	
	background-image: url(gfx/weiss90.png);
	background-repeat:repeat;
}
#detailansicht_x {
	position:absolute;
	right:0px;
	top:0px;
	width:52px;
	height:52px;
	cursor:pointer;
}

#zoomfoto {
	position:absolute;

	margin:0;
	padding:0;
}
#zoomfoto1 {
	width:100%;
	height:100%;
}
#gal1_pfeil_rechts,#gal1_pfeil_links {
	position:absolute;
	position:fixed;
	width:52px;
	height:52px;
	top:100px;
	cursor:pointer;
	display:none;

}
#gal1_pfeil_rechts {
	background-image: url(gfx/pfeil_rechts_s.png);
	right:0px;
}
#gal1_pfeil_links {
	left:0px;
	background-image: url(gfx/pfeil_links_s.png);
}
#detailansicht p {
	position:absolute;
	width:100%;
	color:#000000;

	font-size:16px;
	line-height:19px;
	text-align:center;
	bottom:5px;
	
}
#detailansicht p span {
	background-image: url(gfx/weiss50.png);
	background-repeat:repeat;
	border-radius:6px;
	padding:3px;
	padding-top:0px;
	padding-bottom:3px;
	padding-left:10px;
	padding-right:10px;
	display:inline-block;
}
/* -------------------------------------------------- */
.programm {
	margin-bottom:15px !important;
	position:relative;
	
}
.programm span:nth-child(1) {
	position:absolute;
	left:0px;
	display:inline-block;
	width:190px;
}
.programm span:nth-child(2) {
	display:block;
	margin-left:190px;
}
@media all and (max-width:599px) {
	.programm {
		margin-left:0px !important;
		margin-right:0px !important;
	}
}
@media all and (max-width:490px) {
	.programm {
		margin-bottom:35px !important;
	}
	.programm span:nth-child(1) {
		position:relative;
		width:100%;
	}
	.programm span:nth-child(2) {
		display:block;
		margin-left:0px;
	}
}