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

body {
	font-size: 14px;
	font-family: 'Georgia', Times, serif;
	background: #fff;
	color: #000;
	line-height: 1.3em;
	/* font-weight: 300; */
}

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

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

/* headings */
h1 { 
font-size: 14px;
margin-bottom: 1em;
font-weight: bold;
clear: left;
padding-top: 20px;
}

h2 { font-size: 22px; margin-bottom: 1em; font-weight: bold; line-height: 28px;}
h3 { font-size: 22px; margin-bottom: 1em; }
h4 { font-size: 13px; margin-bottom: 1em; }

/* paragraph width */
#index p { margin-bottom: 1em; }
#exhibit p, code, blockquote { max-width: 650px; 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: #fff;  line-height: 1.3em; */ }
#exhibit { margin: 20px 0 0 230px; }

/* styling the index */
#index ul { list-style: none; margin: 0; }
#index ul.section { margin-bottom: 1em; margin-left: 20px; padding: 5px; background: white; border-radius: 4px; }
#index ul.subsection {  }

#index li { background: white;}

/* 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 {  }

/* active section title */
#index span.active_section_title,
#index span.active_section_title a { text-decoration: underline; color: black; }

/* active exhibit title parts */
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
{ color: black; text-decoration: underline; }

/* 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 { color: #0c0; font-weight: bold; text-transform: uppercase; font-size: 8px; vertical-align: top; }
/* 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 { color: black; } 
#exhibit a:active {  } 


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

/* this is where you pad them separately */
#index .container {  }
#exhibit .container {  }


/* davix - specials */

.exhibit-1 #exhibit a:link, .exhibit-1 #exhibit a:visited {
    color: #0d7a01;
    text-decoration: none;
    border-bottom: 1px solid #0d7a01;
}

.exhibit-1 #exhibit a:hover {
    color: #cc00ff;
    text-decoration: none;
    border-bottom: 1px solid #cc00ff;
}

table {
    margin: 10px 0 0 20px;
}
td.date {
    width: 50px;
vertical-align: top;
}

td.show {
    max-width: 600px;
    padding-bottom: 7px;
vertical-align: top;
}
td.title {
    font-weight: bold;
    padding-top: 20px;
}




.spalte_1 {
max-width: 300px;
float: left;
padding-right: 30px;
}

.spalte_2 {
width: 300px;
float: left;
}

#exhibit .spalte_1 p, code, blockquote { width: 300px; margin-bottom: 1em; /* line-height: 1.3em; */ }
#exhibit .spalte_2 p, code, blockquote { width: 300px; margin-bottom: 1em; /* line-height: 1.3em; */ }


.home_news p {
  width: 500px !important;
}

#img-container .over .captioning {
    margin-top: -4px;
    background-color: white;
    width: 470px;
    padding: 15px 15px 2px 15px;
margin-bottom: 80px;
}

#img-container .over .captioning p {
  width: 470px !important;
}

/* NEU wegen NEWS 2017 */
.asset {
    width: 500px;
background: white;
}

img.lazyload {
    max-width: 100%;
    height: auto;
background: white;
}

/* FILM VIDEO section DAX 2019 */
body.section-13 #img-container .asset {
    float: none;
}


/* FILM VIDEO section DAX 2024 nur dieses display_NONE sonst doppelt... strange...  */
.section-13 #img-container:nth-of-type(2) {
  display: none;
}

body.exhibits.section-13 {
	background: #0b0b0b;
    color: #adadad;
}

.section-13 #img-container .picture_holder {
    margin-right: 20px;
    /* height: 200px !important; */
}

.section-13 #img-container .picture {
    height: 270px;
}

.section-13 #exhibit a:hover {
    color: white;
}

.section-13 #index ul.section span#section_title_13 a {
    color: black;
}




.section-13.exhibit-64 video, .section-13.exhibit-65 video {
    max-width: 100%;
    height: auto;
}

/* FILM VIDEO RESPONSIVE-HACK DAX 2019 */
.video-container-wrapper {
    max-width: 100%;
    width: 720px;
    left: 0;
    right: 0;
    /* margin: auto; */
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

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



/*
ul#section_13 {
    display: none;
}
*/


/* picture-loader DAX 2019 */
.loading {
    display: none;
}

#index .top {
    margin: 20px 0 20px 19px;
}


/* ABOUT-Mobile section DAX 2019 */
.section-6.format-visual_index .panel {
    display: inherit !important;
}




.section-6.format-visual_index button.accordion {
    cursor: inherit !important;
}

.section-6.format-visual_index button.accordion:after {
    display: none;
}

.zentrieren {
    text-align: center;
    font-family: Helvetica;
}

.zentrieren h2 {
    font-size: 36px;
    border-bottom: 2px solid black;
    padding: 10px 0 20px;
    margin-bottom: 20px;
}

.line {
    border-bottom: 2px solid black;
    /* width: 100%; */
    display: block;
    padding: 0 10px 10px 10px;
    margin-bottom: 10px;
}

/* 2020 */

.video_gux video {
    background: black;
    max-width: 500px;
    margin: -16px 0 0px -15px;
}


video, audio {
    outline: none;
}


h {
  background: greenyellow;
}