/* @import must be at top of file, otherwise CSS will not work */
@import url("http://hello.myfonts.net/count/2b2c61");

  
/*
@font-face {font-family: 'CenturyOldSty-Reg';src: url('http://festival2014.photoszene.de/webfonts/2B2C61_0_0.eot');src: url('http://festival2014.photoszene.de/webfonts/2B2C61_0_0.eot?#iefix') format('embedded-opentype'),url('http://festival2014.photoszene.de/webfonts/2B2C61_0_0.woff') format('woff'),url('http://festival2014.photoszene.de/webfonts/2B2C61_0_0.ttf') format('truetype');}
*/
 
  
@font-face {font-family: 'Nanami-Book';src: url('../../webfonts/2B2C61_1_0.eot');src: url('../../webfonts/2B2C61_1_0d41d.eot?#iefix') format('embedded-opentype'),url('../../webfonts/2B2C61_1_0.woff') format('woff'),url('../../webfonts/2B2C61_1_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'Nanami-Bld';src: url('../../webfonts/2B2C61_2_0.eot');src: url('../../webfonts/2B2C61_2_0d41d.eot?#iefix') format('embedded-opentype'),url('../../webfonts/2B2C61_2_0.woff') format('woff'),url('../../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; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }


/* #Basic Styles
================================================== */
	body > #wrap {
		background: #fff;
		/*font: 19px/23px CenturyOldSty-Reg, Georgia, serif;*/
		font: 16px/23px Georgia, serif;
		color: #444;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 }


/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #181818;
		font-family: Nanami-Bld, sans-serif;
		font-weight: normal;
		letter-spacing: 1.5px;}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 30px; line-height: 40px; margin-bottom: 0px; text-transform:uppercase; color: #767676;}
	h2 { font-size: 24px; line-height: 24px; margin-bottom: 10px; text-transform:uppercase;color: #767676;}
	h3 { font-size: 16px; line-height: 34px; margin-bottom: 8px; text-transform:uppercase; }
	h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
	h5 { font-size: 17px; line-height: 24px; }
	h6 { font-size: 14px; line-height: 21px; }
	.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; color: #333; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }


/* #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: Georgia, 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 CenturyOldSty-Reg, Georgia, 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: Verdana, Arial, Geneva, 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 2015-07-30 01:10:18 */
/*
* 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 2016-07-05 21:12:35 */



/*
	* 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
	==================================================
	#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%;
}

body > #wrap {
	height: auto; 
	min-height: 100%;
}

hr { 
    border: solid #e6e61e; 
    border-width: 0px 0 0 0 ; 
    clear: both; 
    margin: 30px 10px; 
    height: 3px; 
    background-image: url(../../uploads/layout_img/dashedLine_tp.png);
    background-color: #e6e61e;
}

p.trenner:after {
    content: "";
    display: block;
    margin: 30px 0;
    background-image: url(../../uploads/layout_img/dashedLine_tp.png);
    height:3px;
    background-color: #e6e61e;
}

.CMSMSBody {
    line-height: 23px;
}

.CMSMSBody p.trenner:after {
content: "";
    display: block;
    margin: 15px 0;
    border-bottom: 3px dashed #e6e61e;
    }
    



#wrap { position: relative; width: 1020px; margin: 0 auto; padding: 0; background-color:white; border:10px solid #e6e61e;}
/* sticky footer // */

/* hide target elements for filtering */
#mixitContainer .mix{
	display: none;
}


/* logo */
h1.logo {
	height: 205px;
	width:205px;
	background-color: transparent;
	right:10px;
	top:30px;
	position: absolute;
	background-image: url(../../uploads/layout_img/ipk_logo.gif);
	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: 205px;
    width: 205px;
}

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: Nanami-Bld, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	color: #767676;
}

h4 {
	text-transform: uppercase;
	font-size: 17px;
	margin-top:20px;
	}

h4.h4mobil {
    display:none;
}

/* navigation */

.nav_level1 ul, .nav_level1 li, .nav_level2 ul, .nav_level2 li {
    margin-bottom:0;
}

.nav_level1 {
	font-family: arial, sans-serif;
	font-size: 11px;
	margin-top: 5px;
}

.nav_level1 ul {
    display: inline;
}

.nav_level1 a:link, .nav_level1 a:visited {
	color: #888;
	text-decoration: none;
	margin-right: 0.75em;
}

.nav_level1 li, .nav_level2 li {
    display:inline-block;
}

.nav_level1 a:hover, .nav_level1 a:active, .nav_level1 li.menuactive {
	text-decoration: none;
}

.nav_level2 , .nav_level3{
	font-family: Nanami-Bld, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 47px;
}

.menuactive > span, .filter.active, .nav_level2 a:hover,.nav_level1 a:hover, .filter:hover {
    background-image: url("../../uploads/layout_img/dashedLine_nav_tp.png");
    background-position: left bottom;
    background-repeat: repeat-x;
    padding: 0 0 5px;
    background-color: #e6e61e;

}



.nav_level2 a:link, .nav_level2 a:visited,.nav_level3 a:link,.nav_level3 a:visited {
	text-decoration: none;
	margin-right: 10px;
}

.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: #767676;
}


/* 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;

}


.TalksTermineLink {
    display: inline-block;
    font-family: nanami-bld;
    font-size: 20px;
    margin-bottom: 1em;
    margin-right: 1em;
    text-transform: uppercase;
}

.TalksTermineLink:hover {
	text-decoration:none;
}


div#homebutton {
    display: inline;
    font-size: 36px;
    left: -15px;
    position: absolute;
    top: 34px;
}

.nav2sub {
    font-size: 17px;
    margin-top: 10px;
}

.nav_level2 .nav2sub li {
    margin-bottom:10px;
}

.filter.active, .filter:hover  {
    color: #767676;
}
.filter {
    cursor: pointer;
    display: inline-block;
	margin-right: 0.75em;
}


.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;
}

/* navigation // */
/* navigation // */
/* navigation // */
/* navigation // */

.headlines {
	margin-bottom:25px;
}

.headgfx {
	margin: 15px 0 35px 0;
}


.one, .one-third, .two-thirds, .four, .eight, .navigation
{
	background:#fff;
} 


/* kooperation & Partner Styles
	================================================== */
section.koopkat {
    clear: both;
}

.kooperation {
    float: left;
    height: 150px;
    width: 33%;
}

/* Stadtplan Styles
	================================================== */
	
	.googleStadtplan {
		height: 500px;
		background-color:rgba(230,230,30,0.3);
		margin-bottom: 40px;
		}
		
	.stadtplan h4 {
		font-family: Nanami-Book, sans-serif;
		}

/* listen Styles
	================================================== */
.liste li:first-child {
	border-top-width: 0px;
}	

.liste li {
	font-family: Nanami-Book, sans-serif;
	margin:0px;
	padding:0;
	border-top-width: 1px;
	border-style: dashed; /* Rahmentyp */
	border-top-color: #000;
	display:block;
	background-color: rgba(230, 230, 30, 0.1);
	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;
}

.li_Location {
    display: block;
    width: 40%;
    float: left;
    padding: 10px 0;
    font-size: 16px;
    font-family:Nanami-Bld;
    text-transform:uppercase;
}

.li_TitelLink {
    display: block;
    width: 43%;
    float: left;
    font-size: 16px;
    cursor: pointer;
    text-transform:uppercase;
}


.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;
}

.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;
}


.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: Georgia,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;
}



/* #event Styles
================================================== */
.event a:link, .event a:visited { 
	text-decoration: none;
	text-align: center;

}


.event a:hover h3, .event a:active h3 {
	color: #767676;
}


.event {
	height: 250px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color:#fff;
	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: Nanami-Book, sans-serif;
	margin-top: 10px;
}

.event h3.kuenstler {
	font-family: Nanami-Bld, sans-serif;
	margin-top: 0px;
}

.event p.location, .event p.time{
	margin:0;
	text-align:center;
	font-family: Nanami-Bld, 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;
}

.eventliste .event a:hover h3, .eventliste .event a:active h3 {
	color: #e6e61e;
	}


/* #festival Styles
================================================== */
.festival p img {
	float:left;
	margin: 0 1em 1em 0;
}

/* #footer Styles
	================================================== */
#partner > h3 a {
    color: #767676;
}

.smaller>p {
	font-size: 90%;
	}
	

/* #detailside Styles
================================================== */

.BU, .BU_tblist {
    float: left;
    font-size:11px;
    width:100%;
}


.detailside {
	background-color:transparent;
	top: 0;
	right: -20px;
	position:relative;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
margin-top: 200px;
	}
	
.detailside hr {
	border: solid #e6e61e; 
	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;
	}
	
.detailside h5 {
	font-size: 14px;
	text-transform: uppercase;
	margin:0;
	padding:0;
	line-height: 14px;
	}
	
.seitennavigation {
	margin-top: 4em;
	font-family: nanami;
	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;
}


	
/* Professionals choice boxen Styles
================================================== */
.prlist {
    height:385px;
}

.festival_image {
    height: 300px;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 460px;
    margin-bottom: 10px;
}

.festival_caption {
    height: 320px;
}

.BU_base {
    font-size: 11px;
    line-height:13px;
}


.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%);  
} 



.lebenslink {
    bottom: 0;
    display: block;
    font-family: Nanami-Book;
    line-height: 32px;
    margin: 0;
    position: absolute;
    left: 0;
    text-decoration: none;
    text-transform: uppercase;
}

.lebenslauf {
	font-family: Nanami-Book, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	}


.historyback {
    margin-top: 20px;
}

/* contentdump ausgabe Styles
================================================== */
.dumplist, .prlist, .reviewerlist, .festivallist {
    position:relative;
}

.festivallist.feature {
	background-color: #e6e61e;
	padding: 10px;
	margin-top: 3em;
}

.festivallist.feature h2 {
	color:black;
	margin-top: 4px;
}

.reviewerlist {
    height: 600px;
}

.dumplink {
    bottom: 0;
    right: 0;
    display: block;
    font-family: Nanami-Book;
    font-size: 40px;
    line-height: 40px;
    margin: 0;
    position: absolute;
    text-decoration: none;
}

.linkbottom {
    height: 1px;
}

.kurztext {
    height: 100px;
}

/* dumplist kalenderliste */

.dumplist.kalenderlist {
    background-color: white;
    border: 5px solid #929395;
    margin-bottom: 1em;
    padding: 10px;
}

.kalenderlist .columns.five.alpha {
    background-color: transparent;
    width: 250px;
}

.kalenderlist .seven.columns {
padding-left: 10px;
}

.kalenderlist {
    min-height: 270px;
}

.keinbild {
    width:270px;
    height:270px;
    background-color:#c8c9ca;
}

.kalenderitem {
    font-family: Arial, sans-serif;
    font-size: 11px;
    line-height: 19px;
}

.kalenderitem .title, .kalenderitem .date{
    font-size: 15px;
    font-weight: normal;
}

.kalenderlist h4 {
    margin: -2px 0 0 0;
    line-height: 20px;
}

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;
}




.columns.five:hover .BU_tblist{
    opacity:1;
    filter: alpha(opacity=100);
}


.kalenderitem {
    background-color: transparent;
}

.kalenderlist .dumplink, .kalenderliste .dumplink {
    right: 7px;
}


.kalenderlist .columns.five.alpha {
    background-color: transparent;
}

.kalenderlist img, .kalenderliste img {
    margin-bottom: 0px;
    padding: 0;
}




/* ausstellungsnummern fotoecke 
================================================== */
#ausstellungsnummer, .ausstellungsnummer_liste, #ausstellungsnummer2016 { 
width: 35px; 
height: 50px; 
background: #e6e61e; 
position: relative;
font-size:24px;
line-height:52px;
font-family: nanami-bld;
color:black;
}

#ausstellungsnummer:before, .ausstellungsnummer_liste:before, #ausstellungsnummer2016:before { 
content:""; 
position: absolute; 
right: 100%; 
top: 0; 
width: 0; 
height: 0; 
border-top: 25px solid transparent; 
border-right: 25px solid #e6e61e; 
border-bottom: 25px solid transparent; 
}

#ausstellungsnummer2016 {
	width:50px;
}

.ausstellungsnummer_liste {
    left: 0px;
    position: relative;
    top: 0px;
    float:left;

}


.ausstellungsnummer_klein_liste { 
width: 18px; 
height: 26px; 
background: #e6e61e; 
position: relative;
font-size:12px;
line-height:26px;
font-family: nanami-book;
}

.ausstellungsnummer_klein_liste:before { 
content:""; 
position: absolute; 
left: 100%; 
top: 0; 
width: 0; 
height: 0; 
border-top: 13px solid transparent; 
border-left: 13px solid #e6e61e; 
border-bottom: 13px solid transparent; 
}

.ausstellungsnummer_klein_liste {
    left: 0px;
    position: relative;
    top: -5px;
    float:left;
     padding-left: 4px;

}

/* Ausstellungen INNERSICHERHEIT */

#ausstellungsnummer.sicherheit {
    background: black none repeat scroll 0 0;
    color: white;
}

#ausstellungsnummer.sicherheit: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.sicherheit {
    width: 100%;
}


.thema {
    float: right;
    font-size: 17px;
    line-height: 20px;
    margin-top: 5px;
    margin-right: 0.5em;
    text-transform: uppercase;
}

/* 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: 0;
	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 #e6e61e; 
border-bottom: 13px solid transparent; 
}

.marker{ 
width: 20px; 
height: 26px; 
background: #e6e61e; 
position: absolute;
top: 5px;
right:5px;

font-family: nanami-bld;
font-size: 14px;
color: black;
line-height: 25px;
}

.marker.long{
	width:30px;
}



.sicherheit .marker {
background: black;
color: white;
}

.sicherheit .marker:before {
border-right: 13px solid black; 	
}

.event:hover.sicherheit .marker {
	color: white;	
}

.event:hover.sicherheit .marker-outline {
	background-color: #e6e61e;
}

.event:hover.sicherheit .marker-outline:before {
border-right: 18px solid #e6e61e;
}

.event:hover .marker {
	color: black;
}

.event:hover .marker-outline {
	background-color: black;
}

.event:hover .marker-outline:before {
border-right: 18px solid black;
}

.festival2016 .event {
    height: 260px;
}

/* Detailansicht 2016
	================================================== */	
.absatzoben {
	margin-top: 0.5em !important;
}

/* diverses
================================================== */

.abstandoben{
    margin-top:1em;
}

.abstandobengross {
    margin-top: 3em;
}

.redred {
    
}

.green{
	color: #767676;
	}
	
.greenbg{
	background-color: #e6e61e;
	}

.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%;
}

#map_canvas_PC {
height: 600px;
/*width:100%;*/
}

/* This class is used to style the tooltip */
.tooltip{
	border:5px solid #e6e61e;
	background-color:#FFF;
	padding:5px;
	width:200px;
	line-height:12px;
}

.gm-style .gm-style-iw {
    font-size: 13px;
    line-height: 17px;
}

.gm-style-iw img {
    margin-top: 5px;
}


/* 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: nanami-bld;
  }

.rslides_tabs li:first-child {
  margin-left: 0;
  }

.rslides_tabs .rslides_here a {
  background-color: rgb(230,230,30);
  color: #fff;
  /*font-weight: bold;*/
  text-decoration: none;
  font-family: nanami-book;
  }


#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;
}


/* socialmedialinks
================================================== */

#socialmedialinks {
    background: url(../../uploads/layout_img/socialmedia_leiste.png) no-repeat;
    display: block;
    height: 137px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 240px;
    width: 45px;
	z-index: 1000;
	background-color: #e6e61e;
}

a#fblink {
    background-color: transparent;
    position:absolute;
    top:3px;
    left:4px;
    width:38px;
    height: 35px;
    text-indent:5em;
}

a#twlink {
    background-color:transparent;
    position:absolute;
    top:41px;
    left:4px;
    width:38px;
    height: 33px;
    text-indent:5em;
    z-index:1000;
}

a#instalink {
    background-color:transparent;
    position:absolute;
    top:72px;
    left:4px;
    width:38px;
    height: 33px;
    text-indent:5em;
    z-index:1000;
}

a#callink {
    background-color:transparent;
    position:absolute;
    top:103px;
    left:4px;
    width:38px;
    height: 33px;
    text-indent:5em;
    z-index:1000;
}

#fblink:hover {
	background: url(../../uploads/layout_img/socialmedia_leiste.png) no-repeat scroll -49px -3px;
	background-color: transparent;
	z-index:1000;
	}
	
#twlink:hover {
	background: url(../../uploads/layout_img/socialmedia_leiste.png) no-repeat scroll -49px -41px;
	background-color: transparent;
	z-index:1000;
	}
	
#instalink:hover {
	background: url(../../uploads/layout_img/socialmedia_leiste.png) no-repeat scroll -49px -72px;
	background-color: transparent;
	z-index:1000;
	}

#callink:hover {
	background: url(../../uploads/layout_img/socialmedia_leiste.png) no-repeat scroll -49px -103px;
	background-color: transparent;
	z-index:1000;
	}



	
/* 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: Georgia,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; }
	

/* Edition boxen Styles
================================================== */
.editionlist {

}

.edition_image {
    /*height: 600px;*/
    min-height:285px;
    margin: 0;
    overflow: hidden;
    position: relative;
    /*width: 600px;*/
    margin-top: 4em;
}

.edition_image.querformat {
	width: 600px;
}


.edition_caption {
    
}

.edition_BU_base {
    font-size: 11px;
    line-height:13px;
}


.edition_image .edition-caption {
    /*top: -240px;*/
    bottom: -240px;
    height: 240px;
    padding: 20px;
    text-align: left;
    width: 100%;
}
.edition_image .edi_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;
}


.edition_image:hover .edition-caption {  
    -moz-transform: translateY(-100%);  
    -o-transform: translateY(-100%);  
    -webkit-transform: translateY(-100%);  
    transform: translateY(-100%);  
} 


.linkextern {
    bottom: 15px;
    display: block;
    font-size: 13px;
    left: 17px;
    position: absolute;
}


.zeilekaufen {
    display: block;
    margin: 1em 0;
}

.kaufen {
    margin-left: 2em;
}

a.kaufen :link, a.kaufen :visited {
    color: #eb6478;
}

.masonryImage {
    margin: 60px 120px 60px 0;
}

.details {
    margin-left: 20px;
}

/* Plattform liste */
.plattform {

	background-color: #f0f0f0;
}

.plattform-text {
	margin: 10px;	
}

.plattformlink {
    margin: 15px 0 0 10px;
}

.plattformlink a {
	padding-bottom: 10px;
	display: block;
}



.box {
    position: relative;
    height: 100px;
}

.box.museen {
    background-color: #e6e61e;
}

.box.archive {
    background-color: #ebeb4f;
}

.box.galerie {
    background-color: #f1f181;
}

.box.institut {
    background-color: #f6f6b2;
}



h2.plattform-title {
    margin:0;
    position: absolute;
    bottom:5px;
    margin-left:10px;
    color: black;
}


/* handapparat */

/*
firstly we deal with the container element
making it relatively positioned
and defining its height proportionally
to its width - giving us a 300:240 ratio
*/
.embed {
    position: relative;
    padding: 0;
    padding-bottom: 80%; /* 300:240 ratio*/
    height: 0;
    overflow: hidden;
    margin-bottom: 0.5em;
}
 
/*
then we make the actual embedded content 
behave in terms of its dimensions
and its position within the container
*/
.embed iframe,
.embed object,
.embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
}

.handapparat-item {
	background-color: #e6e6e6;
}

.handapparat-bild {
	margin-bottom: 0;
}

.handapparat-date {
	font-size: 75%;
}

.handapparat-kategorie {
	font-size:75%;
	padding: 5px 5px 5px 0;
}


li.catlist {
    background-color: lightgray;
    border-radius: 20px;
    float: left;
    margin-right: 5px;
    padding: 5px 10px;
}

li.catlist:hover {
    background-color: black;
    color: lightgray;
    cursor: pointer;
}

.handapp-pagination {
	clear:both;
}

.handapp-pagination > a {
    background: lightgray none repeat scroll 0 0;
    border-radius: 5px;
    padding: 4px 10px;
    margin: 2px 0;
    text-decoration: none;
    display: inline-block;
}

.handapp-pagination > a:hover {
	color: lightgray;
	background-color: black;
}

/* handapparat brick-layout */

.single-column .b-by-b-item {
  width: 100%!important;
}
@media (min-width: 0px) and (max-width: 767px) {
  #layout .b-by-b-item {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #layout .b-by-b-item {
    width: 33.33%;
  }
}
@media (min-width: 1025px) {
  #layout .b-by-b-item {
    width: 33.33%;
  }
}




/* #Media Queries
================================================== 
================================================== 
================================================== 
================================================== 
================================================== 
*/

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {}


/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 1040px) {
	
div#homebutton {
    left: -24px;
}
	
.four.columns.omega.detailside {
    margin-top: 0;
}

#wrap {
  /*  border: 10px solid #ff0000; */
    width: 100%;
}

h1.logo {
	display: none;
}

.container {
    width: 660px;
}


.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;
}

.festival_caption {
    height: auto;
}
.festival_image {
    width: 100%;
}

.festival_image img {
    width: 100%;
}

.rslides img {
   max-width: 100%;
}

.rslides {
	height: 525px;
}

.edition_image > img {
    width: 100%;
}

#layout .b-by-b-item {
    width: 100%;
  }
	    
}


@media only screen and (min-width: 768px) {
.thirteen.columns.nav_naver {
    display:none;
}

}


/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

.thirteen.columns.nav_level1,
.thirteen.columns.nav_level2,
.keinbild {
    display:none;
}

.filter.active {
    margin-bottom: 1em;
}
    
body > #wrap{
    font-size:15px;
    line-height:19px;
    }
    
.smaller > p {
    line-height:15px;
}
    
hr {
        margin:1em 0;
    }
    
h1.logo {
        display:none;
    }
    
h1, h2, h3, h4, h5, h6 {
    font-weight:bold;
}

h1 {
    font-size:20px;
    line-height:24px;
    }
    
h2 {
    font-size:18px;
    line-height:22px;
    }
    
h3 {
    font-size:16px;
    line-height:20px;
    }
    
h4, h5, h6 {
    font-size: 15px;
    line-height:20px;
}

h4.h4mobil {
    display:inline-block;
    margin:3em 0 0 0;
    padding:0;
}
	
	#wrap { 
    position: relative; 
    width: 100%; 
    margin: 0 auto; 
    padding: 0 10px 0 10px; 
    background-color:white; 
    border:10px solid #e6e61e;
    }
    
    #slider {
    margin: 0 0 10px;
}
	
	.detailside {
	background-color:transparent;
	top:0;
	right:0;
	position:relative;
	font-family: Nanami-Book, sans-serif;
	font-size: 14px;
	line-height: 20px;
	}
	
	.detailside hr, .detailside hr.blackthin {
	margin:  10px 0px; 
	height: 0;
	}
	
	#ausstellungsnummer, #ausstellungsnummer_liste {
    left: 25px;
    font-size:16px;
}

/* EDITION Anpassungen */
.edition_image.querformat {
    width: auto;
}

.edition_image .edi_caption {
    background-color: rgba(255, 255, 255, 0.8);
    color: black;
    left: 0;
    position: relative;
    transition: all 0ms ease-out 0s;
    z-index: 100;
}
.edition_image .edition-caption {
    bottom: 0;
    height: auto;
    padding: 0;
    text-align: left;
    width: 100%;
}

.edi_caption.edition-caption > h3 {
    margin-top: 5px;
}

.linkextern {
    bottom: 0;
    display: block;
    font-size: 15px;
    left: 0;
    position: relative;
}

/* PRliste
================================================== */
	
.dumplink {
    position: relative;
}

.prlist .dumplink {
display:none;
}

.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;
}

.prlist > p {
    padding: 0px;
    margin:0;
}

.linkbottom {
    height:auto;
}


iframe {
    height: 400px;
}


.lebenslink {
    display: inline-block;
    line-height: 32px;
    position: relative;

}

.prlist {
    height: auto;
}
	
	#footer {
		background-color: #e6e61e;
		margin: -00px auto 0;
		padding-top: 40px;
		width: 100%;
	}
	
	#smartphone, #lfritz, #festivalguide {
	    display:none;
	}
	
/* kooperation & Partner Styles
================================================== */
section.koopkat {
    clear: both;
}

.kooperation {
    float: left;
    height: 150px;
    width: 100%;
}

/* 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%;
}

.info.short {
    margin-left: 0%;
    width: 100%;
}

.info > p {
    margin-left: 0%;
}

.ausstellungsnummer_liste {
    float: none;
    left: 10px;
}

.expander.collapsed {
    background-color: white;
    display: block;
}



#slider > li > img {
    max-width: 100%;
}

#ftlink {
    top: 20px;
    display:none;
}

img {
    max-width: 100%;
    height:auto;
}


/* kalenderliste liste*/

.kalenderlist img {
    height: auto;
    margin:0;
    padding:0;
    width: 100%;
}

.columns.eight.omega.kalenderitem {
    padding-left: 1em;
    padding-bottom: 10px;
}

.kalenderlist .dumplink {
    right: 7px;
    position:absolute;
}

.kalenderlist .seven.columns {
padding-left: 0px;
width:270px;
background-color:transparent;
}

.BU_tblist.columns.five {
    margin-left: 0;
    line-height: 16px;
    padding-bottom: 3px;
    left: 0;
    background-color:transparent;
    width:270px;
}

.dumplist.columns.twelve.alpha.kalenderlist {
    margin-bottom: 1.5em;
}


p.BU_tblist {
    background-color: none;
    margin: 0;
    padding: 0 0 0 0;
    position: relative;
    opacity:1;
    filter: alpha(opacity=1);
    -webkit-transition: none;
            transition: none;
}

.BU_tblist.columns.four {
    margin-top: -5px;
}

.columns.four:hover .BU_tblist{
    opacity:1;
    filter: alpha(opacity=100);
}

.kalenderlist h4 {
    margin: 10px 0 0;
}

.kalenderweblink {
    display: block;
    margin-top: 1em;
}


.dumplist.columns.twelve.kalenderlist {
    margin-bottom: 2em;
}
/* 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;
}

.BU, .BU_base {
    font-size:10px;
    line-height:14px;
}


/* naver styles */

/* navigation oben fixieren 
.thirteen.columns.nav_naver.naver.enabled {
    background-color: rgba(255, 255, 255, 0.8);
    position: fixed;
    top: 0;
    z-index: 100;
}

.container {
    margin-top: 50px;
}
*/


li.backToTop > a {
    font-size: 85%;
    margin-bottom: 0.5em;
}

.backToTop span {
    font-size: 200%;
    position: relative;
    top: 2px;
}

.nav_naver li {
    font-family: nanami-bld;
    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:#e6e61e;
}

.naver.enabled .naver-handle {
    display: block;
    font-size: 18px;
    margin-bottom: 1em;
}

.naver-container > ul {
    margin: 0;
    padding: 0;
}

.nav_naver.naver.enabled.open {
    margin-bottom: 1.5em;
}

.nav_level3:before {
    content: "filter:";
}
.nav_level3{
    font-size:12px;
}

.filter {
    cursor: pointer;
    margin-right: 0.25em;
    padding: 0 0 2px;
}

.filter.active, .filter:hover {
    color: #767676;
    padding: 0 0 2px;
}


.event:nth-child(2n) {
    /*background-color: rgba(230,230,30,0.1);*/
}

.event {
    height:auto;
    padding: 1em 0;
}


}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.kalenderlist .seven.columns {
padding-left: 0px;
width:370px;
background-color:transparent;
}

.BU_tblist.columns.five {
    margin-left: 0;
    line-height: 16px;
    padding-bottom: 3px;
    left: 0;
    background-color:transparent;
    width:370px;
}

#socialmedialinks {
    display: none;
}
	}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	.rslides {
    height: 315px;
  }
  
  .rslides img {
  max-width: 300px;
  max-height: 300px;
  width: auto;
  }
  

#socialmedialinks {
	display: none;
}

  
	}

/* Stylesheet: ipk_layout Modified On 2016-08-24 16:14:49 */
/* logo */
h1.logo {
	height: 205px;
	width:205px;
	background-color: transparent;
	right:10px;
	top:30px;
	position: absolute;
	background-image: url(../../uploads/layout_img/ipk_logo_festival.gif);
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	z-index: 100;
}

h3.footerlogo {
	height: 205px;
	width:205px;
	background-color: transparent;
	right:-10px;
	top:0px;
	position: relative;
	background-image: url(../../uploads/layout_img/ipk_logo_festival.gif);
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
}
/* Stylesheet: ipk_festival_logo Modified On 2015-01-13 09:15:58 */
