/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/* Einbruch der Dunkelheit Theme by Claudius Herwig (claudiusherwig.de) with parts of Bootstrap (see modals-solo.css) 2013
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #1a171b;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #1a171b;
		color: #e4e336;
    text-shadow: none;
}

::selection {
    background: #1a171b;
		color: #e4e336;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #e4e336;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   einbruch der dunkelheit styles by Claudius Herwig - claudiusherwig.de
   ==================================================================================================================================================== */

/* layout
   -------------------------------------------------------------------------- */
	 
body {
	background-color: #f1f3bc;
	text-align: center;
	font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
	overflow-y: scroll;
}
.header {
	background-color: #1a171b;
	color: #e4e336;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	position: relative;
}
.content {
	max-width: 1128px;
	margin: 0 auto 40px;
	padding: 20px 12px;
	text-align: left;
}
.program-page .content {
	text-align: center;
}
/* typo
   -------------------------------------------------------------------------- */
	 
h2 {
	text-transform: uppercase;
	line-height: 1em;
	margin: 0.5em 0em;
}
h3 {
	margin: 0.5em 0em;
}
h4 {
	font-size: 1.5em;
}
h5 {
	margin: 0.5em 0em;
	font-size: 0.925em
}
p {
	letter-spacing: 0.1px;
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 0.9375em;
	margin: 1.4em 0;
}
.zweispaltig p {
  column-count: 2;
  -moz-column-count: 2; /* Firefox */
  -webkit-column-count: 2; /* Safari and Chrome */
}
a {
	text-decoration: none;
  background: #1a171b;
	color: #e4e336;
	padding: 0 3px;
		}
a:hover {
	text-decoration: none;
  background: #1a171b;
	color: #e4e336;
}
a:before {
	/* content: "» "; */
}
strong {
	font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
}
menu, ol, ul {
  padding: 0 0 0 20px;
	list-style: none;
	letter-spacing: 0.1px;
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 0.9375em;
	list-style-image: url(img/strich.gif);
}

/* header
   -------------------------------------------------------------------------- */
.header .container {
	max-width: 1128px;
	margin: 0 auto 0px;
	padding: 20px 10px;
	text-align: center;
}
.home .header {
	padding: 1em;
}
.header img {
	height: 53px;
}
.home .header img {
	height: auto;
}
.header h2 {
	font-size: 2em;
}
.header h3 {
	line-height: 1em;
	font-size: 1em;
	text-transform: uppercase;
}
.pagetitel {
	margin: 6px 0 0 0;
}
#einbruch-der-dunkelheit {
	height: 92%;
	width: 100%;
	z-index: 100;
	position: absolute;
	
}
#einbruch-der-dunkelheit a:hover {
	background-color: rgba(26,23,27,1.0);
	transition: background-color 6s;
	-webkit-transition: background-color 5s; /* Safari */
}
#einbruch-der-dunkelheit a {
	display: block;
	height: 100%;
	width: 100%;
	background-color: rgba(26,23,27,0.0);
	transition: background-color 5s;
	-webkit-transition: background-color 6s; /* Safari */
}
	
	

/* menu kasten
   -------------------------------------------------------------------------- */
.kasten {
	border: 2px solid #1a171b;
	max-width: 100%;
	margin-top: 1em;
}
.kasten-zeile {
	border-top: 2px solid #1a171b;
}
.kasten-zeile:first-of-type {
	border-top: 0px solid #1a171b;
}
.kasten-zeile a, .twitter-header {
	background: #f1f3bc;
	color: #1a171b;
	display: block;
	width: 99%;
	text-transform: uppercase;
	font-size: 1.25em;
	background: transparent;
}
.kasten-zeile:hover  {
	background: #1a171b;
}
.kasten-zeile.twitter-zeile:hover {
  background: transparent;
 }
.kasten-zeile a:hover  {
	color: #e4e336;
}
.twitter-header {
	padding-left: 3px;
}
.twitter-feeds {
	display: block;
	height: 617px;
	padding: 0 0 5px 10px;
	text-align: right;
}
.sprachschalter {
	background: #1a171b;
	}
.kasten-zeile .sprache {
	text-align: right;
	color: #e4e336;
	/* color: #706F00;  zum ausgrauen */
	padding: 0 1% 0 0;
}
.kasten-zeile .sprache:hover {  
	/* color: #706F00; zum ausgrauen */
}
.home-link {
  display: none;
 }
.kasten.hinweis  a{
  padding: 4px 2%;
  width: 96%;
  display: block;
}

/* kasten links ?
   -------------------------------------------------------------------------- */

.titel h2 {
	font-size: 1em;
	margin: 0.5em;
	line-height: 1.1em;
}
.titel h3 {
	font-size: 0.875em;
	margin: 0.5em;
	line-height: 1.1em;
}

/* landing page
   -------------------------------------------------------------------------- */
	 
.content h3 {
	font-size: 1em;
	line-height: 1.1em;
}
.video-container {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}
.video-container iframe, 
.video-container object, 
.video-container embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
video {
	max-width: 100%;
	height: auto;
}
.livestream {
	background: url(img/play.png) center center no-repeat #E1E3A1;
	color: #A2A462;
	margin-top: 3em;
	padding: 0.5em;
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08) inset;
   /* cursor: pointer; */
}
.livestream h3 {
	font-size: 1em;
	margin: 0.5em 0 -2em 0.5em;
	line-height: 1.1em;
}
.livestream img {
	max-width: 100%;
	}
.ksb  {
	float: right;
	background-color: #1a171b;
	margin: 1em 0 1em 1em;
}

/* programmhinweise
   -------------------------------------------------------------------------- */
h3.ver-titel {
	margin: 0.5em 0;
	font-size: 1.5em;
}
.ver-hinweis {
	border-top: 2px solid #1a171b;
	margin-top: 2em;
	padding-top: 1em;
	clear: both;
}
.ver-beschreibung {
	float: right;
}
	 
/* programm
   -------------------------------------------------------------------------- */
.programmtag {
	font-size: 1.75em;
	margin-top: 1.5em;
}
.programmblock {
	min-height: 450px;
	background-color: #E1E3A1;
	margin-top: 2em;
	padding: 0.5em;
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08) inset;
}


.datum {
	width: 14%;
	float: left;
	color: #000000;
	font-size: 1em;
  line-height: 1.05em;
	margin-bottom: 1em;
}
.workshops .datum {
	width: 28%;
}
.titel {
	cursor: pointer;
	background: #1a171b;
	color: #e4e336;
	padding: 0.3em;
	text-transform: uppercase;
}
.vortragende {
	letter-spacing: 0.1px;
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin-top: 0.2em;
	font-size: 0.875em;
} 
.trenner {
	margin-top: 1.33em;
}


/* modal
   -------------------------------------------------------------------------- */
.modal-body {
	text-align: left;
}
h4 {
	text-align: left;
	text-transform: uppercase;
	font-size: 1.25em;
	letter-spacing: 0.4px;
}
button.close {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 0 none;
	cursor: pointer;
	padding: 0;
	color: #000000;
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	opacity: 0.2;
	text-shadow: 0 1px 0 #FFFFFF;
}
.btn {
	background-color: #f1f3bc;
	background-image: none;
	border: 0px solid rgba(0, 0, 0, 0);
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857;
	margin-bottom: 0;
	padding: 6px 12px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
.modal-content {
	background-color: #f1f3bc;
	border-radius: 0px;
}
.modal-header {
  border-bottom: 1px solid #1a171b;
}
.modal-footer {
  border-top: 1px solid #1a171b;
}
.modal-open {
	margin-right: 17px;
}
.siehe-auch {
	text-align: right;
	}
/* spalten classes
   -------------------------------------------------------------------------- */

img {
	max-width: 100%;
}
.spalte {
	width: 32%;
	margin-left: 2%;
	float: left;
}
.inner-content {
	width: 66%;
	float: left;
}
.inner-content .spalte {
	width: 49%;
}

.ver-hinweis .spalte {
	width: 84%;
}
.spalte:first-of-type {
	margin-left: 0;
}
.spalte.schmal{
	width: 16%;
	float: left;
}
.spalte.breit{
	width: 48%;
	float: left;
}
.inner-content .programmblock .spalte {
	width: 86%;
	margin-left: 0;
}
.workshops .spalte {
	width: 72%;
	margin-left: 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Media Queries for Responsive Design.
   ========================================================================== =============== ================= ==================== ====================== */
@media (min-width: 40.1em) and  (max-width: 48em) {
	.datum {
		width: 18%;
	}
	.inner-content .programmblock .spalte,
	.ver-hinweis .spalte {
		width: 82%;
	}
}
@media only screen and (max-width: 40em) {
	p {
		margin: 0.5em 0;
	}
  .spalte p {
    margin: 0;
   }
	.modal-open {
		margin-right: 0;
	}
	.home .header h2 {
		font-size: 1.5em;
		line-height: 1em;
		margin: 0.2em 0.02em;
	}
	h3 {
		margin: 0.5em 0.05em;
	}
  .home-link {
    display: block;
   }
	img.der {
		max-width: 33.2%;
	}
	img.einbruch {
		max-width: 78.6%;
	}
  img.as {
		max-width: 29.63%;
	}
	img.falls {
		max-width: 50.1%;
	}
	.inner-content {
		width: 100%;
		margin-left: 0%;
		float: none;
	}
	.inner-content .spalte,
	.spalte {
		width: 100%;
		margin-left: 0%;
		float: none;
	}
	.inner-content .programmblock .spalte,
	.ver-hinweis .spalte {
		width: 100%;
		float: right;
	}
	.workshops .spalte {
		width: 100%;
		float: right;
	}
	.datum {
		width: 100%;
		float: none;
	}
	.spalte.schmal {
		width: 100%;
		margin-left: 0%;
		float: none;
	}
	.spalte.breit {
		width: 100%;
		margin-left: 0%;
		float: none;
	}
	.ksb {
		margin: 0 -1em 1em 1em;
	}
}


@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
				/* content: " (" attr(href) ")"; */
    }

    abbr[title]:after {
				/* content: " (" attr(title) ")"; */
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
