/* @import must be at top of file, otherwise CSS will not work 
@import url("//hello.myfonts.net/count/2b2c61");


@font-face {font-family: 'CenturyOldSty-Reg';src: url('https://festival2019.photoszene.de/webfonts/2B2C61_0_0.eot');src: url('https://festival2019.photoszene.de/webfonts/2B2C61_0_0.eot?#iefix') format('embedded-opentype'),url('https://festival2019.photoszene.de/webfonts/2B2C61_0_0.woff') format('woff'),url('https://festival2019.photoszene.de/webfonts/2B2C61_0_0.ttf') format('truetype');}


@font-face {font-family: 'Nanami-Book';src: url('https://festival2019.photoszene.de/webfonts/2B2C61_1_0.eot');src: url('https://festival2019.photoszene.de/webfonts/2B2C61_1_0.eot?#iefix') format('embedded-opentype'),url('https://festival2019.photoszene.de/webfonts/2B2C61_1_0.woff') format('woff'),url('https://festival2019.photoszene.de/webfonts/2B2C61_1_0.ttf') format('truetype');}


@font-face {font-family: 'Nanami-Bld';src: url('https://festival2019.photoszene.de/webfonts/2B2C61_2_0.eot');src: url('https://festival2019.photoszene.de/webfonts/2B2C61_2_0.eot?#iefix') format('embedded-opentype'),url('https://festival2019.photoszene.de/webfonts/2B2C61_2_0.woff') format('woff'),url('https://festival2019.photoszene.de/webfonts/2B2C61_2_0.ttf') format('truetype');}

*/


/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 0; }
	ol, ul {
		list-style: none; }
	q {
		quotes: none; }
	
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }


/* #Basic Styles
================================================== */
	body > #wrap {
		background: #fff;
		font: 16px/23px Arial, sans-serif;
		color: #222;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 }


/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #000;
		font-family: Arial, sans-serif;
		font-weight: bold;
		letter-spacing: 1.5px;}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 65px; line-height: 1.2;  letter-spacing: 0px; text-decoration:underline;}
h2 { font-size: 36px; line-height: 1.25; letter-spacing: 0px; }
h3 { font-size: 28px; line-height: 1.3;  letter-spacing: 0px; margin-bottom: 13px; }
h4 { font-size: 24px; line-height: 1.35; letter-spacing: 0px; }
h5 { font-size: 18px; line-height: 1.5;  letter-spacing: 0px; }
h6 {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.0625em;
    margin-bottom: 10px;
    text-decoration: underline;
    text-transform: uppercase;
}
	.subheader { color: #777; }

	p { margin: 0 0 20px 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold;}
	small { font-size: 80%; }


/* #Links
================================================== */
	a, a:visited { color: #333; text-decoration: underline; outline: 0; }
	a:hover, a:focus { color: #000; }
	p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }


/* #Buttons
================================================== */

	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: #eee; /* Old browsers */
		background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
		background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
		background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
		background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
		background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
		background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
	  border: 1px solid #aaa;
	  border-top: 1px solid #ccc;
	  border-left: 1px solid #ccc;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  color: #444;
	  display: inline-block;
	  font-size: 11px;
	  font-weight: bold;
	  text-decoration: none;
	  text-shadow: 0 1px rgba(255, 255, 255, .75);
	  cursor: pointer;
	  margin-bottom: 20px;
	  line-height: normal;
	  padding: 8px 10px;
	  font-family: Arial, sans-serif; }

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #222;
		background: #ddd; /* Old browsers */
		background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
		background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
		background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
		background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
		background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
		background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	  border: 1px solid #888;
	  border-top: 1px solid #aaa;
	  border-left: 1px solid #aaa; }

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		border: 1px solid #666;
		background: #ccc; /* Old browsers */
		background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
		background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
		background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
		background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
		background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
		background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}


/* #Forms
================================================== */

	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px Arial, sans-serif;
		color: #777;
		margin: 0;
		width: 210px;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff; }
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }


/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../../uploads/layout_img/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../../uploads/layout_img/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../../uploads/layout_img/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../../uploads/layout_img/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/* Stylesheet: ipk_base Modified On 2019-03-16 12:40:29 */
/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Contents
==================================================
    #Base 960 Grid
    #Tablet (Portrait)
    #Mobile (Portrait)
    #Mobile (Landscape)
    #Clearing */



/* #Base 960 Grid
================================================== */

    .container                                 { position: relative; width: 960px; margin: 0 auto; padding: 0; }
    .container .column,
    .container .columns                         { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
    .row                                        { margin-bottom: 20px; }

    /* Nested Column Classes */
    .column.alpha, .columns.alpha               { margin-left: 0; }
    .column.omega, .columns.omega               { margin-right: 0; }

    /* Base Grid */
    .container .one.column,
    .container .one.columns                     { width: 40px;  }
    .container .two.columns                     { width: 100px; }
    .container .three.columns                   { width: 160px; }
    .container .four.columns                    { width: 220px; }
    .container .five.columns                    { width: 280px; }
    .container .six.columns                     { width: 340px; }
    .container .seven.columns                   { width: 400px; }
    .container .eight.columns                   { width: 460px; }
    .container .nine.columns                    { width: 520px; }
    .container .ten.columns                     { width: 580px; }
    .container .eleven.columns                  { width: 640px; }
    .container .twelve.columns                  { width: 700px; }
    .container .thirteen.columns                { width: 760px; }
    .container .fourteen.columns                { width: 820px; }
    .container .fifteen.columns                 { width: 880px; }
    .container .sixteen.columns                 { width: 940px; }

    .container .one-third.column                { width: 300px; }
    .container .two-thirds.column               { width: 620px; }

    /* Offsets */
    .container .offset-by-one                   { padding-left: 60px;  }
    .container .offset-by-two                   { padding-left: 120px; }
    .container .offset-by-three                 { padding-left: 180px; }
    .container .offset-by-four                  { padding-left: 240px; }
    .container .offset-by-five                  { padding-left: 300px; }
    .container .offset-by-six                   { padding-left: 360px; }
    .container .offset-by-seven                 { padding-left: 420px; }
    .container .offset-by-eight                 { padding-left: 480px; }
    .container .offset-by-nine                  { padding-left: 540px; }
    .container .offset-by-ten                   { padding-left: 600px; }
    .container .offset-by-eleven                { padding-left: 660px; }
    .container .offset-by-twelve                { padding-left: 720px; }
    .container .offset-by-thirteen              { padding-left: 780px; }
    .container .offset-by-fourteen              { padding-left: 840px; }
    .container .offset-by-fifteen               { padding-left: 900px; }


/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

@media only screen and (min-width: 340px) and (max-width:767px) {

        .container { width: 300px; }
        .container .columns,
        .container .column { margin: 0px 0px 0 0px; }

        .container .one.column,
        .container .one.columns,
        .container .two.columns,
        .container .three.columns,
        .container .four.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns,
        .container .one-third.column,
        .container .two-thirds.column  { width: 300px; margin:0px; }

        /* Offsets */
        .container .offset-by-one,
        .container .offset-by-two,
        .container .offset-by-three,
        .container .offset-by-four,
        .container .offset-by-five,
        .container .offset-by-six,
        .container .offset-by-seven,
        .container .offset-by-eight,
        .container .offset-by-nine,
        .container .offset-by-ten,
        .container .offset-by-eleven,
        .container .offset-by-twelve,
        .container .offset-by-thirteen,
        .container .offset-by-fourteen,
        .container .offset-by-fifteen { padding-left: 0; }

}

 @media only screen and (max-width:339px) {

        .container { width: 280px; }
        .container .columns,
        .container .column { margin: 0px 0px 0 0px; }

        .container .one.column,
        .container .one.columns,
        .container .two.columns,
        .container .three.columns,
        .container .four.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns,
        .container .one-third.column,
        .container .two-thirds.column  { width: 280px; margin:0px; }

        /* Offsets */
        .container .offset-by-one,
        .container .offset-by-two,
        .container .offset-by-three,
        .container .offset-by-four,
        .container .offset-by-five,
        .container .offset-by-six,
        .container .offset-by-seven,
        .container .offset-by-eight,
        .container .offset-by-nine,
        .container .offset-by-ten,
        .container .offset-by-eleven,
        .container .offset-by-twelve,
        .container .offset-by-thirteen,
        .container .offset-by-fourteen,
        .container .offset-by-fifteen { padding-left: 0; }

}




/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */

    @media only screen and (min-width: 480px) and (max-width: 767px) {
        .container { width: 420px; }
        .container .columns,
        .container .column { margin: 0px; }

        .container .one.column,
        .container .one.columns,
        .container .two.columns,
        .container .three.columns,
        .container .four.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns,
        .container .one-third.column,
        .container .two-thirds.column { width: 400px; }
    }


/* #Clearing
================================================== */

    /* Self Clearing Goodness */
    .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

    /* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
    .clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .row:after,
    .clearfix:after {
      clear: both; }
    .row,
    .clearfix {
      zoom: 1; 
	  display: inline-block;}

    /* You can also use a <br class="clear" /> to clear columns */
    .clear {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }
	
	

			
			/* Bereich nicht für IE-mac Anfang \*/
			* html .clearfix { height: 1%;}
			.clearfix {display: block;}
			/* Bereich nicht für IE-mac Ende */
			

/* Stylesheet: ipk_skeleton Modified On 2018-04-16 11:25:19 */



/* ausgabe aller daten */
.item.rahmen {
    border: 5px solid;
    padding: 10px;
    margin-bottom: 2em;
}
/* ausgabe aller daten // */


/* Table of Content
	==================================================
	#Site Styles
	#Page Styles
	#Media Queries
#Font-Face */

/* #Site Styles
	================================================== */
* { 
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	margin:0;
	padding:0;
}

.code {
    font-family: courier, serif;
    color:white;
    font-size: white;
    background-color:red;
    padding: 5px;
}

/* sticky footer CSS */
html {
    overflow-y: scroll;
}
html, body, #wrap {
	height: 100%;
	background-color: #f9eb3c;
}

body > #wrap {
	height: auto; 
	min-height: 100%;
	background-color: #f9eb3c;
}

#wrap { 
	position: relative; 
	width: 1020px; 
	margin: 0 auto; 
	padding: 0; 
	background-color:white; 
}

/* sticky footer // */

#topBtn {
display: none;
position: fixed;
bottom: 20px;
right: 30px;
z-index: 1000;
border: none;
outline: none;
background: #f9eb3c;
color: black;
cursor: pointer;
padding: 0px;
border-radius: 0px;
font-size: 35px;
font-weight: lighter;
width: 50px;
height: 36px;
-webkit-transition: all 0.25s ease;
transition: all 0.25s ease;
}

#topBtn::before {
content: "";
position: absolute;
right: 0;
top: -40px;
width: 0;
height: 0;
z-index: 1000;
border-top: 25px solid transparent;
border-right: 25px solid transparent;
border-bottom: 15px solid #f9eb3c;
border-left: 25px solid transparent;
-webkit-transition: all 0.25s ease;
transition: all 0.25s ease;
}

#topBtn-Outline {
display: none;
height: 40px;
width: 56px;
z-index: 1000;
background-color: black;
position: fixed;
bottom: 27px;
right: 27px;
}

#topBtn-Outline::before {
content: "";
position: absolute;
right: 0;
top: -33px;
width: 0;
height: 0;
z-index: 1000;
border-top: 16px solid transparent;
border-right: 28px solid transparent;
border-bottom: 17px solid black;
border-left: 28px solid transparent;
}

#topBtn:hover {
	background-color: lightgrey;
}

 #topBtn:hover::before {
	border-bottom: 15px solid lightgrey;
}

/* topBtn // */

hr { 
    border: solid black; 
    border-width: 0px 0 0 0 ; 
    clear: both; 
    margin: 30px 0; 
    height: 3px; 
    background-color: black;
}

p.trenner:after {
    content: "";
    display: block;
    margin: 30px 0;
    height:3px;
    background-color: black;
}

p img {
	margin: 0 10px;
	padding: 10px;
}

.maincontentarea p img {
    margin: 0;
    padding: 0;
}

/* verlinktes bild im inhaltsbereich */
div.bild > a > img {
    margin-bottom: 1em;
}

@media only screen and (max-width: 767px) {

	img {
		max-width: 100%;
		height:auto;
	}
	


}



@media only screen and (min-width: 768px) and (max-width: 1040px) {
		
	#wrap {
		width: 100%;
	}
	
.container {
	width: 660px;
}

}

@media only screen and (max-width: 767px) {
	
	body > #wrap{
		font-size:15px;
		line-height:19px;
		}
		
	#wrap { 
		position: relative; 
		width: 100%; 
		margin: 0 auto; 
		padding: 0 10px 0 10px; 
		background-color:white; 
		border:0px solid #f9eb3c;
	}
	
	hr {
		margin:1em 0;
	}
		
	.smaller > p {
		line-height:15px;
	}
		
}




/* blockquote */
blockquote {
  position: relative;
  display: inline-block;
  padding: 54px 0 0 0;
  color: #333;
  text-align: left;
	font-style: italic;
	margin-bottom: 1em;
}


blockquote::before {
  display: block;
  position: absolute;
  top: 51px;
  left: -20px;
  content: "“";
  font-size: 165px;
  font-style: italic;
  font-weight: bold;
  color: #000;
}

blockquote p:last-child {
    color: black;
    font-size: 12px;
    font-weight: normal;
    margin-top: -2em;
    margin-bottom: 0;
}
/* blockquote // */

.CMSMSBody {
    line-height: 23px;
}

.CMSMSBody p.trenner:after {
content: "";
    display: block;
    margin: 15px 0;
    border-bottom: 3px solid black;
    }
    

/* logo */
h1.logo {
	height: 142px;
	width: 142px;
	background-color: transparent;
	right: 0px;
	top: 70px;
	position: absolute;
	background-image: url(../../uploads/layout_img/photoszene_logo.svg);
	background-size: contain;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	z-index: 100;
	-webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
}

h1.logo:hover {
	-webkit-transform: rotate(160deg);
    -ms-transform: rotate(160deg);
        transform: rotate(160deg);
}



.logo > a {
    border: 0 none;
    color: transparent;
    display: block;
    font-size: 0;
    height: 142px;
    width: 142px;
}


h3.footerlogo {
	height: 205px;
	width:205px;
	background-color: transparent;
	right:-10px;
	top:0px;
	position: relative;
	background-image: url(../../uploads/layout_img/ipk_logo.gif);
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
}

h3 {
	font-family: Arial, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	color: #767676;
}

h4 {
	text-transform: uppercase;
	font-size: 17px;
	margin-top:20px;
	}
	

/* reviewer anpassungen */
	
.reviewer > h4 {
    margin-bottom: -10px;
}

span.reviewer {
    font-size: 12px;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
.reviewer > h4 {
    margin-bottom: -7px;
}
}

/* reviewer anpassungen // */

h4.h4mobil {
    display:none;
}

/* tablet hochkant */
@media only screen and (min-width: 768px) and (max-width: 1040px) {
	h1.logo {
		display: none;
	}
	
	.container section.columns.eight {
		background: transparent;
		width: 300px;
		margin: 0 15px 15px;
		height: 250px;
	}
	
	.container section.columns.eight.festivallist {
		background: transparent;
		width: 300px;
		margin: 0 15px 15px;
		height: 100%;
	}
	
	.container > div.BildKeinText section.columns.eight.festivallist {
		height: 250px;
	}
	
	.container > div.BildKeinText section.columns.eight.festivallist > p.linkbottom {
		position: absolute;
		right: 0;
		bottom: 0;
	}
	
	.prlist.reviewer.columns.eight {
		margin-top: 1em;
	}
	
	span.reviewer {
		height: 20px;
		display: block;
	}
	
	.festival_image {
		height: auto !important;
	}
	
	.festival_image .full-caption {
		bottom: -250px !important;
		height: 230px !important;
		padding-top: 10px !important;
		font-size: 14px;
		line-height: 1.35em;
	}

	section.festivallist h4 {
		font-size:12px;
		margin-top: 0;
	}
	
	.RasterOverlayLink > section.columns > h4 {
		font-size:12px;
		margin-top: 0;
	}

	.four.columns.event {
		width: 330px !important;
		margin: 0 !important;
	}
	
	.dumplist.columns.twelve {
		margin-top: 1em;
	}
	
	section.dumplist h4 {
		font-size: 17px;
	}
	
	section.dumplist .columns.four {
		width: 33%;
	}
	
	section.dumplist .columns.eight {
		width: 64%;
	margin-left: 3%;
	}

}

@media only screen and (max-width: 767px) {
	
	h1.logo {
			display:none;
		}
		
	h1, h2, h3, h4, h5, h6 {
		font-weight:bold;
	}

	h1 {
		font-size:32px;
		margin: 0.75em 0;
		line-height: 1em;
		}
		
	h2 {
		font-size:18px;
		line-height:22px;
		}
		
	h3 {
		font-size:16px;
		line-height:20px;
		}
		
	h4, h5, h6 {
		font-size: 16px;
		line-height:20px;
	}

	h4.h4mobil {
		display:inline-block;
		margin:3em 0 0 0;
		padding:0;
	}
	
}

/* FOOTER */
.footer {
padding-top: 20px;
font-size: 16px;
}

.footer h5 {
    margin-bottom: 9px;
}

hr.footerhr {
	margin:0;
}

/* #footer Styles
	================================================== */
#partner > h3 a {
    color: #767676;
}

#footer {
		background-color: #f9eb3c;
		margin: -00px auto 0;
		padding-top: 40px;
		width: 100%;
}
	
#smartphone, #lfritz, #festivalguide {
	    display:none;
}


/* FOOTER // */

/* Content BOXES */

.CMSMSBody .columns.six.alpha.boxes {
	border: 1px dotted #000;
	color: #000;
	margin: 0 1% 1% 0;
	padding: 10;
	height:340px;
	width: 340px;
	float: left;
	font-family: Arial, sans-serif;
}

.CMSMSBody .columns.four.alpha.boxes-sm {
	border: 1px dotted #000;
	color: #000;
	margin: 0 1% 1% 0;
	padding: 10;
	height:220px;
	width: 220px;
	float: left;
	font-family: Arial, sans-serif;
	font-size:12px;
	line-height: 16px;
}

.boxes {
	background-color: #f0f0f0;
	height: 340px;
	overflow: auto;
	background: transparent;
	border: solid;
	padding: 10px;
	margin-bottom: 10px;
}

.boxes.BU {
    line-height: 16px;
}

.boxes img {
    padding: 0;
    margin: 0;
    height: 200px;
    width: auto;
}

.boxes-sm {
	background-color: #f0f0f0;
	height: 340px;
	overflow: auto;
	background: transparent;
	border: solid;
	padding: 10px;
	margin-bottom: 10px;
	font-size:12px;
	line-height: 16px;
}

.boxes-sm img {
    padding: 0;
    margin: 0;
    height: 125px;
    width: auto;
}


@media only screen and (max-width: 1039px) {
.columns.six.alpha.boxes {
	height: auto;
	overflow: auto;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	}
}

/* Content BOXES // */


/* navigation */

.nav_level1 ul, .nav_level1 li, .nav_level2 ul, .nav_level2 li {
    margin-bottom:0;
}

.nav_level1 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 39px;
}

.nav_level1 ul {
    display: inline;
}

.nav_level1 a:link, .nav_level1 a:visited {
	color: black;
	text-decoration: none;
	margin-right: 1.25em;
}

.nav_level1 li, .nav_level2 li {
    display:inline-block;
}

.nav_level1 a:hover, .nav_level1 a:active, .nav_level1 li.menuactive {
	text-decoration: underline;
}



.nav_level2 {
	font-size: 23px;
	font-weight: bold;
	margin-top: 54px;
	margin-bottom: 39px;
}

.nav_level2 li {
margin-bottom: 15px;
}

.menuactive > span, .filter.active, .nav_level2 a:hover,.nav_level1 a:hover, .filter:hover {
    padding: 0 0 5px;

}



.nav_level2 a:link, .nav_level2 a:visited,.nav_level3 a:link,.nav_level3 a:visited {
	text-decoration: none;
	margin-right: 30px;
}

.nav_level2 a:hover, .nav_level2 a:active,.nav_level3 a:hover, .nav_level3 a:active, a.selected, .nav_level2 li.menuactive a.menuactive {
	color: black;
	text-decoration: underline;
}

/* filter menu // nav_level3 */

/* hide target elements for filtering */
#mixitContainer .mix {
	display: none; 
}


.nav_level3{
	font-size: 20px;
	font-weight: bold;
	margin-top: 0rem;
	margin-bottom: 30px;
	height: 30px;
}


.filter {
	cursor: pointer;
	display: inline-block;
	margin-right: 0.75em;
}

.filter.active, .filter:hover  {
	text-decoration: underline;
}

/* filter menu // */


/* STADTTEILFILTER */
div.stadtteilliste > ul.stadtteilfilter > li > ul > li.filter {
	
}

.stadtteilliste {
    position: relative;
    display: inline-block;
}

.stadtteilfilter {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	padding: 0 0 0 0;
	z-index: 1;
}

.stadtteilliste:hover .stadtteilfilter {
    display: block;
}

.stadtteilfilter > .filter {
    font-size: 14px;
    margin: 0;
    padding: 2px 5px;
    width: 100%;
    text-decoration: none;
}

.stadtteilfilter > .filter:hover {
color: #fff;
background-color: black;
}

.stadtteilfilter > .filter.active {

    font-size: 14px;
    margin: 0;
    padding:  2px 5px;
color: #f9eb3c;
background-color: black;
}

/* STADTTEILFILTER // */

@media only screen and (max-width: 767px) {
	.filter {
		cursor: pointer;
		margin-right: 0.25em;
		padding: 0 0 2px;
	}
	
	.filter.active {
		margin-bottom: 1em;
	}
	
	.filter.active, .filter:hover {
		color: #767676;
		margin: 0;
		padding: 7px;
		background-color: #f9eb3c;
	}

	.sixteen.columns.nav_level3 {
	display: block;
	height: auto;
	display: none;
}
	
	li.filter, li.stadtteilliste {
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin: 0;
	padding: 7px;
}

}



/* submenu dropdown */
nav ul li ul {
    margin:0;
}

nav ul li ul li {
    margin-left: 10px;
}

.nav_level2 ul ul {
    position: absolute;
    z-index:999;
    background-color: white;
    height: 0px;
    overflow: hidden;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
}

.nav_level2 ul li:hover ul {
    height: auto;
    overflow: auto;
    margin-top:8px;
}

.nav_level2 ul ul li {
    float: none;
    display: list-item;
    
}

.nav_level2 ul ul li a {
    display: inline;
    line-height: 35px;
    text-transform: none;

}


div#homebutton {
    display: inline;
    font-size: 36px;
    left: -15px;
    position: absolute;
    top: 34px;
}

@media only screen and (min-width: 768px) and (max-width: 1040px) {
	


}


.outset {
	position:absolute;
	left: -12px;
	font-size: 32px;
	line-height: 17px;
}


/* LANGUAGE UMSCHALTER */

.de_en {
    display: inline;
    text-transform: uppercase;
}


.de_en .lang_link > a {
    margin-right: 0;
}

.de_en .active {
    text-decoration: underline;
    color: black;
}

.de_en_switch {
background: lightgray;
}


	
@media only screen and (min-width: 768px) {
	
	.fourteen.columns.nav_naver {
		display:none;
	}

}

@media only screen and (max-width: 767px) {
	
	#socialmedialinks {
		display: none;
	}
	
}

@media only screen and (max-width: 767px) {
	
	
nav.fourteen.nav_level1, nav.fourteen.nav_level2, .keinbild {
		display:none;
	}

	/* naver styles */

	.nav_naver li {
		font-family: Arial;
		font-size: 18px;
		margin-bottom: 0px;
		text-decoration: none;
		text-transform: uppercase;
	}

	.nav_naver a {
		display: block;
		text-decoration: none;
		padding: 6px 0;
		margin:0;
	}

	.nav_naver a:hover {
		background-color:#f9eb3c;
	}

	.naver.enabled .naver-handle {
		display: block;
		font-size: 18px;
		margin-bottom: 1em;
		background-color: #f8f8f8;
	}

	.naver-container > ul {
		margin: 0;
		padding: 0;
	}

	.nav_naver.naver.enabled.open {
		margin-bottom: 1.5em;
	}

	.nav_level3{
		font-size:12px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {

.fourteen.columns.nav_naver.naver {
		width: 420px;
		position: fixed;
		z-index: 1000;
		background-color: #f8f8f8;
	}
	
	.sixteen.columns.headlines {
		margin-top: 2.5em;
	}
	
}

@media only screen and (max-width: 479px) {

	/* naver styles */
.fourteen.columns.nav_naver.naver {
		width: 300px;
		position: fixed;
		z-index: 1000;
		background-color: #f8f8f8;
	}
	
	.sixteen.columns.headlines {
		margin-top: 2.5em;
	}

}


/* navigation // */
/* navigation // */
/* navigation // */
/* navigation // */



/* socialmedialinks
================================================== */

#socialmedialinks {
	display: inline;
	margin-left: 23px;
	background: url(../../uploads/layout_img/socialmedia.svg) no-repeat;
	height: 25px;
	width: 93px;
	overflow: hidden;
	position: absolute;
	z-index: 10;
	background-color: transparent;
}

a#fblink {
    background-color: transparent;
    position:absolute;
    top:0px;
    left:0px;
    width:26px;
    height: 25px;
    text-indent:15em;
}

a#twlink {
    background-color:transparent;
    position:absolute;
    top:0px;
    left:34px;
    width:26px;
    height: 25px;
    text-indent:15em;
    z-index:10;
}

a#instalink {
    background-color:transparent;
    position:absolute;
    top:0px;
    left:66px;
    width:26px;
    height: 25px;
    text-indent:15em;
    z-index:10;
}


	
@media only screen and (max-width: 767px) {
	
	#socialmedialinks {
		display: none;
	}
	
}
	
/* socialmedialinks // */	



.headlines {
	margin-bottom:25px;
}

.headgfx {
	margin: 15px 0 35px 0;
}






/* kooperation & Partner Styles
	================================================== */
section.koopkat {
    clear: both;
    margin-bottom: 3px;
}

.kooperation {
    float: left;
    height: 150px;
    width: 33%;
    margin-bottom: 2em;
}

.koopkat h4, .koopkat h3 {
    margin-bottom: 1em;
    color: black;
}

@media only screen and (max-width: 767px) {
	
	
/* kooperation & Partner Styles
================================================== */
section.koopkat {
    clear: both;
}

.kooperation {
	float: left;
	width: 100%;
	height: auto;

}

	
}

/* Stadtplan Styles
	================================================== */
	
.googleStadtplan {
		height: 500px;
		background-color:rgba(230,230,30,0.3);
		margin-bottom: 40px;
		}
		
.stadtplan h4 {
		font-family: Arial, sans-serif;
		}
		
		
/* listen Styles
	================================================== */

.TalksTermineLink {
    display: block;
    font-family: Arial;
	font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 1em;
    margin-right: 1em;
    text-transform: uppercase;
}

.TalksTermineLink:hover {
	text-decoration:none;
}
	
	
.liste li:first-child {
	border-top-width: 0px;
}	

.liste li {
	font-family: Arial, sans-serif;
	margin:0px;
	padding:0;
	border-top-width: 1px;
	border-style: solid; /* Rahmentyp */
	border-top-color: #000;
	display:block;
	background-color: transparent;
	color:#767676;
}

.liste li a:link, .liste li a:visited {
	padding:10px 0;
	display: block;
	text-decoration:none;
	}
	
.liste li a:hover, .liste li a:active {
	color:#767676;
	}

.liste span.li_kuenstler {
	background-color:transparent;
	width:35%;
	display:inline-block;
	margin:0;
	padding:10px 0;
	}
	
.liste span.li_link {
	background-color:transparent;
	width:64%;
	display:inline-block;
	margin:0;
	padding:0;
	font-size:16px;
	}

.TalksUndTermine li, .Festivalzentrum li, .VernissagenTermine li, .Kuenstler li {
    clear: both;
     /*cursor: pointer;*/
}

.li_DatumUhrzeit {
    display: block;
    font-size: 14px;
    width: 15%;
    float:left;
    padding: 10px 0;
     cursor: pointer;
	color: black;
	font-weight: bold;
}

.li_Location {
    display: block;
    width: 40%;
    float: left;
    padding: 10px 0;
    font-size: 16px;
    font-family:Arial;
    text-transform:uppercase;
	color: black;
}

.li_TitelLink {
    display: block;
    width: 43%;
    float: left;
    font-size: 16px;
    cursor: pointer;
    text-transform:uppercase;
	color: black;
	padding-left: 10px;
	font-weight: bold;
}


.abgelaufen .li_DatumUhrzeit, 
.abgelaufen .li_Location, 
.abgelaufen .li_TitelLink,
.abgelaufen .li_DatumUhrzeit_short,
.abgelaufen .li_TitelLink_short,
.abgelaufen .info.short,
.abgelaufen .info 
{
    color: #ddd;
}

.liste li.abgelaufen {
    background-color: #fbfbfb;
}

/* extratermine DEBUGGING*/
.debugging.extraTermin::before {
content: "extra1";
color: lime;
}
.debugging.extraTermin2::before {
content: "extra2";
color: white;
}
.debugging.extraTermin3::before {
content: "extra3";
color: white;
}

.debugging.extraTermin {
	background-color: #888;
}

.debugging.extraTermin2 {
	background-color: #777;
}

.debugging.extraTermin3 {
	background-color: #666;
}
/* extratermine DEBUGGING // */


.heute .li_Location, 
.heute .li_TitelLink,
.heute .li_TitelLink_short,
.heute .info.short,
.heute .info 
{
    color: black;
}

.heute .li_DatumUhrzeit, 
.heute .li_DatumUhrzeit_short,
.heute .info.short,
.heute .info 
{
    color: black;
}

.heute .info a {
    color: black;
}

.liste li.heute {
	background-color: white;
}

.heute .expander.collapsed {
	background: white;
	display: inline-block;
	height: auto;
	width: 100%;
}

.VernissagenTermine .li_DatumUhrzeit {
    width: 13%;
}

.VernissagenTermine .li_Location {
    width: 42%;
        cursor: pointer;
}

.VernissagenTermine .li_TitelLink {
    width: 45%;
    padding-top:10px;
}



.li_DatumUhrzeit_short {
    display: block;
    font-size: 14px;
    width: 22%;
    float:left;
    padding: 10px 0;
}

.li_TitelLink_short {
    padding-top:10px;
    display: block;
    width: 78%;
    float:left;
    font-size:16px;
    text-transform:uppercase;
}

.info {
    clear: both;
    display: block;
    font-size: 13px;
    margin-left: 0;
    width: 70%;
    font-family: Arial,sans-serif;
    color:black;
}

.info_bild {
    float:left;
    margin: 0 10px 10px 0;
}

.info.short {
    margin-left: 22%;
    width: 77%;
}

.info.short > p {
    margin-left: 0;
}


.info > p {
    padding-bottom: 10px;
    margin-bottom:0;
    margin-left:19%;
}

.kategorieliste {
    font-size:12px;
}

.li_ausstellungsnummer {
    width:7%;
    display: inline-block;
    float:left;
}

.Kuenstler .li_kuenstlerliste {
    width:45%;
    display: inline-block;
    font-size:16px;
    float:left;
    padding-top:10px;
}

.Kuenstler .li_titel {
    width:45%;
    display:inline-block;
    font-size:12px;
    float:left;
        padding-top:10px;
}

@media only screen and (max-width: 767px) {
	
	/* termine liste
	================================================== */
	.VernissagenTermine .li_DatumUhrzeit, .VernissagenTermine .li_Location, 
	.VernissagenTermine .li_TitelLink, .li_DatumUhrzeit_short, 
	.li_TitelLink_short {
		width: 100%;
		float: none;
		padding:5px 0;
	}

	.li_TitelLink_short, .li_TitelLink{
		font-size:14px;
		font-weight:bold;
	}

	.li_Location {
		font-size: 14px;

	}

	.festival_image {
		height: auto;
		margin: 0;
		overflow: hidden;
		position: relative;
		max-width: 100%;
	}

	.info {
		font-size:13px;
		width:100%;
		display: block !important;
	}
	
	.heute .expander.collapsed {
		height: auto;
	}

	.info.short {
		margin-left: 0%;
		width: 100%;
	}

	.info > p {
		margin-left: 0%;
	}

	.ausstellungsnummer_liste {
		float: none;
		left: 10px;
		margin-right: 10px;
	}

	.expander.collapsed {
		background-color: transparent;
		display: block;
	}

	.liste li.heute {
	background-color: white;
	display: inline-block;
	}

}


/* Künstler liste
================================================== */

.kuenstlerliste {
    width: 100%;
    font-size: 14px;
    margin-bottom: 5px;
}

.k_name {
    font-weight: bold;
    padding: 3px 10px;
    display: inline-block;
    font-size: 16px;
}

.k_location {
    margin-right: 10px;
    text-transform: uppercase;
}

.k_zeitraum {
    font-weight: bold;
}

li.kuenstlerliste .ausstellungsnummer_kliste {
width: 24px; 
height: 24px; 
background: white; 
position: relative;
font-size:16px;
line-height:25px;
font-family: Arial;
font-weight: bold;
color: black;
left: 0px;
position: relative;
top: 0px;
float:left;
text-align: right;
padding-right: 4px;
}

li.kuenstlerliste .ausstellungsnummer_kliste:before {
content:""; 
position: absolute; 
right: 100%; 
top: 0; 
width: 0; 
height: 0; 
border-top: 12px solid transparent; 
border-right: 12px solid white; 
border-bottom: 12px solid transparent; 
}


@media only screen and (max-width: 767px) {
	
.kuenstlerliste {
    width: 100%;
    height: 100%;
    font-size: 14px;
    margin-bottom: 1em;
    margin-left: 1em;
}

.k_name, .k_location, .k_zeitraum {
	display: block;
	margin-left: 2em;
	padding: 3px 0;
	font-size: 16px;
}


li.kuenstlerliste .ausstellungsnummer_kliste {

}

li.kuenstlerliste .ausstellungsnummer_kliste:before {

}

}



/* #event Styles Ausstellungsraster
================================================== */

.title {
    margin-bottom: 1em;
}

.title h2 {
	color: #f9eb3c;
}

.headlines.detailsite h2 {
	color: #f9eb3c;
	line-height: 1em;
}

.event {
	height: 270px;
	margin-top: 0 !important;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: transparent;
	position: relative;
}



.event img {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.event h3.ausstellungstitel, .event h3.kuenstler {
	margin:0;
	padding:0;
	line-height:16px;
	font-size: 15px;
	color:black;
}


.event h3.ausstellungstitel {
	font-family: Arial, sans-serif;
	margin-top: 10px;
	font-style: italic;
	text-transform: none;
}

.event h3.kuenstler {
	font-family: Arial, sans-serif;
	margin-top: 5px;
	color: black;
	text-transform: none;
	border-bottom: 1px solid black;
	margin: 0 20px 5px 20px;
	padding-bottom: 5px;
}

.event p.location, .event p.time{
	margin:0;
	text-align:center;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height:13px;
	letter-spacing: 0.03125em;
	text-transform:uppercase;
	color: black;
}

.event p.location {
	margin-top: 7px;
}


.eventliste li.event a h3 {
	color: black;
	}
	
.eventliste .event a h3 {
    color:black;
}

.event a:link, .event a:visited { 
	text-decoration: none;
	text-align: center;
}

.event a:hover h3, .event a:active h3 {
	text-decoration: underline;
}



@media only screen and (max-width: 767px) {
	.event:nth-child(2n) {
		/*background-color: rgba(230,230,30,0.1);*/
	}

	.event {
		height:auto;
		padding: 1em 0;
	}
	
	.headlines h2 {
		font-size: 32px;
		margin-top: 0.8em;
		margin-bottom: 12px;
		line-height: 1em;
	}
}




/* #festival Styles
================================================== */
.festival p img {
	float:left;
	margin: 0 1em 1em 0;
}

	

/* #detailside Styles
================================================== */

.BU, .BU_tblist {
	float: left;
	font-size:11px;
	width:100%;
	line-height: 14px;
	margin-top: 3px;
}

.BU_base {
    font-size: 11px;
    line-height:13px;
}

@media only screen and (max-width: 767px) {
	
	.BU, .BU_base {
		font-size:10px;
		line-height:14px;
	}
	
}


.detailside {
	background-color:transparent;
	top: 0;
	right: -20px;
	position:relative;
	font-family: Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
/* margin-top: 200px; */
	}

.detailside hr, .detailside hr.blackthin {
	margin:  10px 0px; 
	height: 0;
	}

.detailside hr {
	border: solid #f9eb3c; 
	border-width: 0 0 0 0 ; 
	clear: both; 
	margin: 10px -10px 10px 0; 
	height: 2px;
	}
	
.detailside hr.blackthin {
	border: dashed #000; 
	border-width: 1px 0 0 0 ; 
	clear: both; 
	margin: 10px -10px 10px 0; 
	height: 0;
	}
	
.detailside p {
	margin:0 0 0px 0;
	font-size: 15px;
	}
	
.detailside p strong {
    font-size: 16px;
}
	
.detailside p.weitererTermin {
	margin-bottom:8px;
}
	
.detailside h5 {
	font-size: 16px;
	text-transform: none;
	margin:0;
	padding:0;
	line-height: 16px;
	text-decoration: underline;
	color: black;
	margin-bottom: 8px;
	}
	
.seitennavigation {
	margin-top: 0em;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}


.prev-button > a, .next-button > a, .uebersicht > a {
    text-decoration: none;
}

.prev-button > a:hover, .next-button > a:hover, .uebersicht > a:hover {
    text-decoration: underline;
}
	
.next-button {
    float: left;
    width: 30%;
    text-align: right;
}

.prev-button {
    float: left;
    width: 30%;
}

.uebersicht {
	 width: 30%;
	 text-align: center;
	 float: left;
}



@media only screen and (max-width: 1040px) {
	
	.seitennavigation {
	margin-top: 1em;
	font-family: Arial, sans-serif;
	}

}


@media only screen and (max-width: 767px) {
	
	.detailside {
	right: 0px;
	}

	.prev-button, .next-button, .uebersicht {
		width: auto;
	}

	.uebersicht {
	margin: 0 1em;
	}

}

@media only screen and (max-width: 479px) {

	.uebersicht {
	margin: 0 0.5em !important;
	}

}


	
/* Professionals choice boxen Styles
================================================== */
.prlist {
    height:385px;
}


.showcase_caption {
    height: 100%;
}

.showcase_caption > figcaption {
	text-align: center;
}

.showcase_img {
    margin-bottom: 8em;
}




.festival_image {
    height: 300px;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 460px;
    margin-bottom: 10px;
}

.festival_caption {
    height: 320px;
}

.festival_image .full-caption {
    bottom: -300px;
    height: 300px;
    padding: 20px;
    text-align: left;
    width: 100%;
}
.festival_image .caption {
    background-color: rgba(255, 255, 255, 0.8);
    color: black;
    left: 0;
    position: absolute;
    -webkit-transition: all 300ms ease-out;  
    -moz-transition: all 300ms ease-out;  
    -o-transition: all 300ms ease-out;  
    -ms-transition: all 300ms ease-out;  
    transition: all 300ms ease-out;  
    z-index: 100;
}


.festival_image:hover .full-caption {  
    -moz-transform: translateY(-100%);  
    -o-transform: translateY(-100%);  
    -webkit-transform: translateY(-100%);  
    transform: translateY(-100%);  
} 


.lebenslauf {
	font-family: Arial, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	}


.historyback {
	display: block !important;
    margin: 2em 0 1em 0 !important;
}

.ThumbnailListe > section.dumplist > p > a {

position: absolute;
bottom: 20px;
right: 0;
}

/* unterseitenasugabe */
.BildKeinText, .BildKurztext, .RasterOverlayReviewer {
    display: inline-block;
    margin-bottom: 2em;
}


@media only screen and (min-width: 480px) and (max-width: 767px) {

	.historyback {
		font-weight: bold;
	}

}

@media only screen and (min-width: 768px) and (max-width: 1040px) {
	
	.festival_caption {
		height: auto;
	}
	.festival_image {
		width: 100%;
	}

	.festival_image img {
		width: 100%;
	}
	
	
}

@media only screen and (max-width: 767px) {
	.festival_caption {
		height: auto;
	}
	
	.prlist.reviewer.columns.eight {
	margin-top: 1em;
	}
	
	.RasterOverlayLink > section > .festival_image {
		height: auto;
	}
	
	.RasterOverlayLink > section > .festival_image > a {
	text-decoration: none;
	}
	
	.ThumbnailListe > section.dumplist > p > a {
	position: relative;
	bottom: 20px;
	right: 0;
	}

	
}

/* contentdump unterseiten ausgabe Styles
================================================== */
.dumplist, .prlist, .reviewerlist, .festivallist {
    position:relative;
}

.festivallist.feature {
	margin-top: 2em;
}

.festivallist.feature h2 {
	color:black;
	margin-top: 4px;
}

.reviewerlist {
    height: 600px;
}

div.RasterOverlayLink section.columns.eight {
	margin-bottom: 1em;
}


.dumplink {
	margin: 0;
	padding: 0;
    font-family: Arial, sans-serif;
    font-size: 40px;
    position: relative;
    float: right;
    text-decoration: none;
    line-height: 0;
}

.lebenslink {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	position: relative;
	float: left;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 0;
	margin-top: 5px
}



.kurztext {
    height: 125px;
}

.dreispalten_square p {
	margin:0;
}

.dreispalten_square {
	height:450px;
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
	.dreispalten_square {
		height:auto;
	}
	
	.dreispalten_square .festival_image img {
    width: auto;
}
}

@media only screen and (max-width: 767px) {
	
	/* PRliste
	================================================== */
	.prlist {
		height: auto;
	}

	.prlist > p {
		padding: 0px;
		margin:0;
	}


	.festival_image .caption {
		background-color: transparent;
		color: black;
		left: 0;
		position: relative;
		transition: all 300ms ease-out 0s;
		z-index: 100;
	}

	.festival_image .full-caption {
		bottom: 0;
		height: 100%;
		padding: 0px;
		text-align: left;
		width: 100%;
	}

	.festival_image .full-caption > p {
		padding: 0px;
		margin:0;
	}

	/* linkbottom  */
		
	.kurztext {
	height: auto;
	}

	.kurztext > p {
		margin: 0;
	}

	.kurztext > p.linkbottom {
	margin: 10px 0;
	padding: 0;
	height: auto;

	}


	iframe {
		height: 400px;
	}
	

}

@media only screen and (max-width: 479px) {

	.kurztext {

	}

	.linkbottom {

	}

	.dumplink {
		
	}

}




p.BU_tblist {
    background-color: rgba(255, 255, 255, 0.5);
    bottom: 2px;
    left: 0;
    margin: 0;
    padding: 0 0 0 0px;
    line-height: 11px;
    position: absolute;
    opacity:0;
    filter: alpha(opacity=0);
    -webkit-transition: none;
            transition: none;
}

/* showcase BU einblenden*/
figcaption.BU_tblist {
	opacity:0;
}

.showcase_img:hover figcaption.BU_tblist {
	opacity:1;
}
/* showcase BU einblenden // */

.columns.five:hover .BU_tblist{
    opacity:1;
    filter: alpha(opacity=100);
}

@media only screen and (min-width: 480px) and (max-width: 767px) {

	.BU_tblist.columns.five {
		margin-left: 0;
		line-height: 16px;
		padding-bottom: 3px;
		left: 0;
		background-color:transparent;
		width:370px;
	}
	
	.container {
		width: 420px;
		margin: 0 auto;
	}
	
}



/* ausstellungsnummern fotoecke 
================================================== */
#ausstellungsnummer, .ausstellungsnummer_liste { 
width: 35px; 
height: 50px; 
background: white; 
position: relative;
font-size:24px;
line-height:52px;
font-family: Arial;
font-weight: bold;
color: black;
}

#ausstellungsnummer:before, .ausstellungsnummer_liste:before { 
content:""; 
position: absolute; 
right: 100%; 
top: 0; 
width: 0; 
height: 0; 
border-top: 25px solid transparent; 
border-right: 25px solid white; 
border-bottom: 25px solid transparent; 
}

#ausstellungsnummer {
	width:50px;
	background: #f9eb3c; 
	
}

#ausstellungsnummer:before {
	border-right: 25px solid #f9eb3c; 
}

.ausstellungsnummer_liste {
left: 0px;
position: relative;
top: 0px;
float:left;

}

.heute .ausstellungsnummer_liste { 
width: 35px; 
height: 50px; 
background: black; 
position: relative;
font-size:24px;
line-height:52px;
font-family: Arial;
font-weight: bold;
color:white;
}

.heute .ausstellungsnummer_liste:before { 
content:""; 
position: absolute; 
right: 100%; 
top: 0; 
width: 0; 
height: 0; 
border-top: 25px solid transparent; 
border-right: 25px solid black; 
border-bottom: 25px solid transparent; 
}


.ausstellungsnummer_klein_liste { 
width: 18px; 
height: 26px; 
background: #f9eb3c; 
position: relative;
font-size:12px;
line-height:26px;
font-family: Arial;
}

.ausstellungsnummer_klein_liste:before { 
content:""; 
position: absolute; 
left: 100%; 
top: 0; 
width: 0; 
height: 0; 
border-top: 13px solid transparent; 
border-left: 13px solid #f9eb3c; 
border-bottom: 13px solid transparent; 
}

.ausstellungsnummer_klein_liste {
left: 0px;
position: relative;
top: -5px;
float:left;
padding-left: 4px;

}

@media only screen and (min-width: 768px) and (max-width: 1040px) {
		
	#ausstellungsnummer {
		margin: 1em 0;
	}

}

@media only screen and (max-width: 767px) {
	
	#ausstellungsnummer, #ausstellungsnummer_liste {
		left: 0px;
	}

	#ausstellungsnummer {
		margin: 1em 0;
	}
	
}

/* Rasteransicht 2016
	================================================== */	
.marker-outline::before {
    background-color: transparent;
    border-bottom: 18px solid transparent;
    border-right: 18px solid white;
    border-top: 18px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: 100%;
}
.marker-outline {
	background-color: white;
	height: 36px;
	position: absolute;
	width: 28px;
	/* postionierung der marker hier*/
	top: 104px;
	right: 0;
}

.marker-outline.long{
		width:38px;
}

.marker:before{ 
content:""; 
position: absolute; 
right: 100%; 
top: 0; 
width: 0; 
height: 0; 
border-top: 13px solid transparent; 
border-right: 13px solid #f9eb3c; 
border-bottom: 13px solid transparent; 
}

.marker{ 
width: 20px; 
height: 26px; 
background: #f9eb3c; 
position: absolute;
top: 5px;
right:5px;

font-family: Arial;
font-weight: bold;
font-size: 16px;
color: black;
line-height: 25px;
}

.marker.long{
	width:30px;
}



.event:hover .marker {
	color: black;
}

.event:hover .marker-outline {
	background-color: black;
}

.event:hover .marker-outline:before {
border-right: 18px solid black;
}

/* marker AmA */
li.AmA .marker:before{ 
content:""; 
position: absolute; 
right: 100%; 
top: 0; 
width: 0; 
height: 0; 
border-top: 13px solid transparent; 
border-right: 13px solid lightgrey; 
border-bottom: 13px solid transparent; 
}

li.AmA .marker{ 
width: 20px; 
height: 26px; 
background: lightgrey; 
position: absolute;
top: 5px;
right:5px;

font-family: Arial;
font-weight: bold;
font-size: 16px;
color: black;
line-height: 25px;
}

li.AmA .marker.long{
	width:30px;
}



/* Detailansicht 2016
	================================================== */	
.absatzoben {
	margin-top: 0.5em !important;
}

/* diverses
================================================== */

.abstandoben{
    margin-top:1em;
}

.abstandobengross {
    margin-top: 3em;
}

	
.greenbg{
	background-color: #f9eb3c;
	}

.contentbereich {
	background-color:transparent;
	}
	
.goHome {
    font-size: 30px;
    left: -7px;
    padding: 0;
    position: absolute;
    top: 2px;
}

/* location MAP  Styles
================================================== */
#photoszene2014 {
    height: 500px;
}

#map_canvas {
height: 600px;
width:100%;
margin-bottom: 3em;
}


/* This class is used to style the tooltip */
.tooltip{
	background-color:#FFF;
	width: 200px;
	margin:0;
	padding:5px;
	border: solid 1px black;
}

.gm-style .gm-style-iw {
    font-size: 13px;
    line-height: 17px;
}

.gm-style-iw img {
    margin-top: 5px;
}

.gm-style-iw-d {
max-width: 220px !important;
}



/* reponsive SLider styles */
/*! http://responsiveslides.com v1.54 by @viljamis */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  max-width: 700px;
  border: 0;
  }
  
  
/* styling */

.rslides {
  margin: 0 auto 0;
  height: 525px;
  }

#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
  }

.rslides_tabs {
    font-size: 20px;
    list-style: none outside none;
    margin: 0;
    padding: 15px 0 20px;
    text-align: left;
  }

.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
  }

.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 17px;
  height: auto;
  background: transparent;
  display: inline;
  text-decoration: none;
  font-family: Arial;
  }

.rslides_tabs li:first-child {
  margin-left: 0;
  }

.rslides_tabs .rslides_here a {
  background-color: black;
  color: #fff;
  /*font-weight: bold;*/
  text-decoration: none;
  font-family: Arial;
  }


#slider3-pager a {
  display: inline-block;
}

#slider3-pager img {
  float: left;
}

#slider3-pager .rslides_here a {
  background: transparent;
  box-shadow: 0 0 0 2px #666;
}

#slider3-pager a {
  padding: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1040px) {

	.rslides img {
			max-width: 100%;
	}

	.rslides {
		height: 525px;
	}

	
}



@media only screen and (max-width: 767px) {
	
	#slider {
		margin: 0 0 10px;
	}
		

	#slider > li > img {
		max-width: 100%;
	}

	/* reponsive SLider styles */
	/*! http://responsiveslides.com v1.54 by @viljamis */


	.rslides {
	  position: relative;
	  list-style: none;
	  overflow: hidden;
	  width: 100%;
	  padding: 0;
	  margin: 0;
	  }

	.rslides li {
	  -webkit-backface-visibility: hidden;
	  position: absolute;
	  display: none;
	  width: 100%;
	  left: 0;
	  top: 0;
	  }

	.rslides li:first-child {
	  position: relative;
	  display: block;
	  float: left;
	  }

	.rslides img {
	  display: block;
	  height: auto;
	  float: left;
	  max-width: 400px;
	  max-height: 400px;
	  width: auto;
	  border: 0;
	  }
	  
	  
	/* styling */

	.rslides {
	  margin: 0 auto 0;
		height: 415px;
		margin: 0 auto;
	  }

	.rslides li {
		margin:0;
	}
	
	
}

@media only screen and (max-width: 479px) {
	
	.rslides {
		height: 315px;
	}
	  
	.rslides img {
	  max-width: 300px;
	  max-height: 300px;
	  width: auto;
	}
  
}


	
/* toggleswitch
================================================== */
	
.CMSMSBody .toggle {
    border:1px dotted #ccc;
    color:#999;
    margin:5px 0 10px 0;
    padding:5px;
    }
    
.CMSMSBody .toggleswitch {
color: #000;
position: relative;
    }


.toggleswitch {
    background: lightgray none repeat scroll 0 0;
    border-radius: 5px;
    color: black;
    cursor: pointer;
    display: block;
    font-family: Arial,sans-serif;
    margin-bottom: 1em;
    padding: 10px;
    position: relative;
}

.toggleswitch::before {
    content: "\2795";
    float: left;
    margin-right: 1em;
}

.toggleswitch.plus::before {
    content: "\2796";
    float: left;
    margin-right: 1em;
}

.toggle {
    background: #f5f5f5 none repeat scroll 0 0;
    margin: 0;
    padding: 10px;
}



/* 
 * Naver v3.0.8 - 2014-05-06 
 * A jQuery plugin for responsive navigation. Part of the Formstone Library. 
 * http://formstone.it/naver/ 
 * 
 * Copyright 2014 Ben Plum; MIT Licensed 
 */ 

 	.naver .naver-handle { color: #333; cursor: pointer; display: none; font-size: 14px; height: 30px; line-height: 28px; text-transform: uppercase;
	 	-webkit-user-select: none;
		   -moz-user-select: none;
		    -ms-user-select: none;
		     -o-user-select: none;
			    user-select: none;
 	}
 	.naver .naver-handle:before { background: url(../../uploads/layout_img/jquery.fs.naver-icon.png) no-repeat center; content: ''; display: block; float: left; height: 15px; margin: 7px 10px 0 0; width: 20px; }
 	.naver .naver-wrapper { height: auto; }
 	.naver .naver-container:after { clear: both; content: "."; display: block; height: 0; line-height: 0; visibility: hidden; }

	.naver.enabled .naver-handle { display: block; }
	.naver.enabled .naver-wrapper { height: 0px; overflow: hidden; }
	



/* #Media Queries
================================================== 
================================================== 
================================================== 
================================================== 
================================================== 
*/


/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 1040px) {

	.container .one.column, .container .one.columns, .container .two.columns, .container .three.columns, .container .four.columns, .container .five.columns, .container .six.columns, .container .seven.columns, .container .eight.columns, .container .nine.columns, .container .ten.columns, .container .eleven.columns, .container .twelve.columns, .container .thirteen.columns, .container .fourteen.columns, .container .fifteen.columns, .container .sixteen.columns, .container .one-third.column, .container .two-thirds.column {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}

}

/* Stylesheet: ipk_layout Modified On 2019-04-30 00:14:36 */
