/**
* CSS
* 
* @version 2.0
* @author Vaska 
*
* There are also some obscure rules in base.css
*/

body {
	font-size: 16px;
	font-family: Manrope-Regular;
	background: #000;
	color: #eeeeee;
	line-height: 1.4em;
	/* font-weight: 300; */
}

@font-face {
    font-family: Manrope-Medium;
    src: url(../../../fonts/Manrope-Medium.ttf);
}

@font-face {
    font-family: Manrope-Regular;
    src: url(../../../fonts/Manrope-Regular.ttf);
}

@font-face {
    font-family: Manrope-Light;
    src: url(../../../fonts/Manrope-Light.ttf);
}

/* link scheme */
/* you can customize links further down the page too */
a:link { text-decoration: none; color: #eeeeee; }
a:visited { text-decoration: none; color: #eeeeee; }
a:hover { text-decoration: underline; }
a:active { text-decoration: none; color: #eeeeee; }
a img { border: none; }
audio:focus { outline: none; }

/* general styles */
small { font-size: 9px; }
code { font-family: monospace; }
blockquote { padding-left: 9px; }

/* headings */
h1 { font-size: 16px; margin-bottom: 1em; font-weight: bold; }
h2 { font-size: 16px; margin-bottom: 1em; font-weight: bold; }
h3 { font-size: 16px; margin-bottom: 1em; }
h4 { font-size: 16px; margin-bottom: 1em; }

/* paragraph width */
#index p { margin-bottom: 1em; }
#exhibit p, code, blockquote { width: 600px; margin-bottom: 1em; /* line-height: 1.3em; */ }

/* highlighter style - maybe you want to change colors? */
.highlight { background: #ccff00; color: #000; }

/* never adjust the margin or padding here unless you seriously know what you are doing */
/* think #index .container and #exhibit .container for only padding adjustments */
#index { width: 215px; background: #000; /* line-height: 1.3em; */ }
#exhibit { margin: 0 0 0 215px; }

/* styling the index */
#index ul { list-style: none; margin: 0; }
#index ul.section { margin-bottom: 1em; }
#index ul.subsection {  }

/* the follow rules for index are not required */
/* they are mostly for complex customization */
/* for tag display */
#index ul#all_tags { list-style-type: none; margin-bottom: 1em; }
#index ul#all_tags li { display: inline; margin-right: 3px; }
#index ul#all_tags li a {  }

/* styles for the section titles */
#index ul.section span.section_title, 
#index ul.section span.section_title a 
{ color: #eeeeee;; 
font-family: Manrope-Medium;
}

/* active section title */
#index span.active_section_title,
#index span.active_section_title a { }

/* active exhibit title parts */
/* color of active exhibit title link and font-weight */
li.active a:link, li a.active, li.active a:hover, li a.active, li.active a:active, li a.active, 
li.active a:visited, li a.active, li span.active, #index ul.section li.active a:link, 
#index ul.section li.active a:hover, #index ul.section li.active a:active, #index ul.section li.active a:visited
{ font-weight: normal; color: #00f; }

/* additional #index options */
#index ul li .password a { /* background: url(../img/locked.gif) right center no-repeat; padding-right: 18px; */ }

/* the "new" indicator */
#index ul li sup.new_exhibit { color: #0c0; font-weight: bold; text-transform: uppercase; font-size: 8px; vertical-align: top; }
#index ul li sup.new_exhibit:before { color: #0c0; font-weight: bold; text-transform: uppercase; font-size: 8px; vertical-align: top; content: "New"; }
/* end styling for index */

/* links styles only for the #index region */
#index a:link {  } 
#index a:visited {  }
#index a:hover {  } 
#index a:active {  } 

/* links styles only for the #exhibit region */
#exhibit a:link { text-decoration: underline; }
#exhibit a:visited {  }
#exhibit a:hover { text-decoration: none; } 
#exhibit a:active {  } 

/* links styles just for h1 title of site (your name/logo) */
#index h1 a { font-weight: normal; text-decoration: none; color: #000; }

/* this is where you adjust your paddings for #index and #exhibit together */
.container { padding: 0px; }

/* this is where you pad them separately */
#index .container {  }
#exhibit .container {  
	    width: 100%;
		float: left;
}

/* size and style of titles and captions (not mobile though) */
.captioning { margin-top: 2px; }
.title { font-size: 0.7em; font-style: italic; line-height: 1.2em; }
.caption { font-size: 0.7em; font-style: italic; line-height: 1.2em; }

/* EMITTER CSS_CODE */
#wrap{
	max-width:1427px;
	width:100%;
	margin:auto;
}


.exhibit-1.format-no_show #wrap{
	max-width:1280px;
	width:100%;
	margin:auto;
}



.socialLink{
}

.socialLink img{
	width:35px; 
	float:left; 
	margin-right:10px;
}


.vimeo {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    width: 100%;
}


.vimeo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.vimeo iframe,
.vimeo object,
.vimeo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.vimeoWrap {
    max-width: 1427px;
    margin: auto;
    display: block;
    position: relative;
    float: none;
    z-index: 40;
    margin-bottom: 100px;
}

#exhibit #img-container .picture {
    float: left;
    width: 100% !important;
    display: block;
    position: relative;
	height: auto !important;
}

.textor {
    width: 100% !important;
    margin: auto;
    max-width: 1427px;
    float: none !important;
}

/* DETAIL SEITEN TEXT ANGABEN */

.column {
    float: left;
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 20px;
    padding-right: 70px;
}

.column.center {
    float: left;
    text-align: left;
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 21px;
}

#img-container .column.text {
    padding-left: 0px;
    max-width: 790px;
    width: 100%;
	margin-right: 70px;
    padding-right: 0px;
}

#img-container .column_title {
    height: auto !important;
    font-size: 22px;
    line-height: 54px;
    text-align: left;
    padding-top: 30px;
}

/* imgas styles for slider */
#exhibit #img-container .picture img{
	display: block;
	position: relative;
	float:left;
	width:100%;
	max-width: 1427px;
	height: auto;
}

#exhibit #img-container .picture_holder{
	display: block;
	position: relative;
	float:left;
	width:100% !important;
	max-width: 1427px;
	height: auto !important;
}

#exhibit #img-container .cycle-slide {
    width: 100%  !important;
    height: auto !important;
}

#exhibit #img-container .thumbBox{
    margin-top: 9px;
}

#exhibit #img-container .thumbBox img{
    width: 350px !important;
    height: auto !important;
    display:block;
    position: relative;
    float: left;
    border: 0px;
    padding: 0px;
    margin: 0px;
    margin-right: 9px;
    margin-bottom: 9px;
    cursor:pointer;
}

#exhibit #img-container .thumbBox img.active{
    filter: brightness(20%);
}

#exhibit #img-container .thumbBox img:nth-child(4),
#exhibit #img-container .thumbBox img:nth-child(8){
    margin-right: 0px;
}