/*
 * HTML5 Boilerplate
 *
 * 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.
 */

/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/source-sans-pro-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'),
       url('../fonts/source-sans-pro-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v11-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-italic - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/source-sans-pro-v11-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Italic'), local('SourceSansPro-Italic'),
       url('../fonts/source-sans-pro-v11-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v11-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v11-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v11-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v11-latin-italic.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-700 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/source-sans-pro-v11-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'),
       url('../fonts/source-sans-pro-v11-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v11-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v11-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v11-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v11-latin-700.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-700italic - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/source-sans-pro-v11-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Bold Italic'), local('SourceSansPro-BoldItalic'),
       url('../fonts/source-sans-pro-v11-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v11-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v11-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v11-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v11-latin-700italic.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* poly-regular - latin */
@font-face {
  font-family: 'Poly';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/poly-v8-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Poly-Regular'),
       url('../fonts/poly-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poly-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poly-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poly-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poly-v8-latin-regular.svg#Poly') format('svg'); /* Legacy iOS */
}

/* poly-italic - latin */
@font-face {
  font-family: 'Poly';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/poly-v8-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Poly-Italic'),
       url('../fonts/poly-v8-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poly-v8-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poly-v8-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poly-v8-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poly-v8-latin-italic.svg#Poly') format('svg'); /* Legacy iOS */
}





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

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

body {
	font-family: 'Source Sans Pro', sans-serif;
    font-size: 1em;
    line-height: 1.4;
	background-color:#e5e5e5;
	color: #333;
	height:100%;
}

html {
height: 100%;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

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

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

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

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

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

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

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

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

#container{
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -2em;
	}

#wrapper{
	width:400px;
	height: auto !important;
	margin: 0 auto;
	height: 100%;
}

h1 {
    font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700; 
    }
	
.email a:hover{
	text-decoration:underline;}
	
/* ==========================================================================
   Preloader
   ========================================================================== */

#preloader {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:99; /* makes sure it stays on top */
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(../img/status.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}
	
/* ==========================================================================
   Accordion
   ========================================================================== */
#nestedAccordion{
	width:100%;
	padding-top:10em;
    margin-left: auto;
    margin-right: auto;
	}
	
#nestedAccordion h2, #nestedAccordion h3, 
#nestedAccordion div, #nestedAccordion ol,
#nestedAccordion li{
	/* reset styles for accordion */
	margin:0;
	padding:0;
	font-size:1em;
	font-weight:normal;
	list-style:circle;
	text-align:center;
}
#nestedAccordion div{
	display:none;
	color:#e5e5e5;
	overflow:hidden;
}
#nestedAccordion h2{
	cursor:pointer;
	color: #333;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	text-transform:uppercase;
	letter-spacing:0.1em;
	font-size:1.563em;
	padding:5px;
	margin-top:5px;
	text-align:center;

}
/*
#nestedAccordion h2:hover{
text-shadow: 1px 1px 1px #c0c0c0;
        filter: dropshadow(color=#c0c0c0, offx=1, offy=1);
}*/

#nestedAccordion h3{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	text-transform:uppercase;
	letter-spacing:0.1em;
	line-height:1em;
	font-size:1em;
	cursor:pointer;
	padding:5px;
	color: #333;
	text-align:center;
	margin: 1.250em auto;
}
#nestedAccordion h3:hover{
	color:#333;
	text-align:center;

}
#nestedAccordion h3 + div{
	padding:0;
	font-size:0.9em;
	color: #333;
	line-height:1.25em;
	text-align:center;
}
#nestedAccordion li:hover{
	color:#333;
	cursor:pointer;
}

.satz{
	font-family: 'Poly', serif;
	font-weight: 400;
	font-style:italic;
	letter-spacing:0.1em;
	font-size:0.875em;
	text-transform:none;
}

.daten{
	font-family: 'Poly', serif;
	font-weight: 400;
	font-size:0.875em;
}

.abc{
	width:400px;
    background-color:#E3E3E3;
}

.bio {
	text-transform:none;
	width: 400px;
	text-align:left;
	font-family: 'Poly', serif;
	line-height:1.5em;
	font-weight: 400;
	font-size:0.9em;
	letter-spacing:0;
	border:0;
	color: #333
}
.bio a {
	color:#333;
	text-decoration:none;
	}

.bio a:hover {
	text-decoration: underline;
	}
	
.hefte {
	font-size:1em;
	}
	
.hefte a {
	text-decoration:none;
	}

.hefte a:hover {
	text-decoration:none;
	}
	
.sprache {
	font-family: 'Source Sans Pro', sans-serif;
	text-transform:uppercase;
	font-weight: 700;
	letter-spacing:0.1em;
	font-size:0.625em;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:2em;
	color:#333;
	}

.sprache a {
	color: #333;
	text-decoration:none;
	}

.sprache a:hover {
	text-decoration:underline;
	}

/* SYNPSIS STYLE */

#syn {
	text-align:left!important;
}

ul {
	width: 400px;
	text-align:left;
	margin-left: auto;
    margin-right: auto;
	padding:0!important;
	margin-top:-18px!important;
	font-family: 'Poly', serif;
	line-height:1.5em;
	font-weight: 400;
	font-size:1em;
	border:0;
	color: #333;
}

ul, li {
	list-style-type: none!important;
}

 
/* EXPANDABLE LIST */
/* FIRST TAB AND SOME DEFAULTS TO BE INHERITED*/
.expand li span{
    display: block;
    color: #333;
	margin:1px!important;
	font-family: 'Poly', serif;
	font-weight: 400;
	font-size:0.875em;
}

.expand li span p{
    text-align:left;
}

.expand li span a{
    color: #333;
	text-decoration:underline;
}

.expand li span a:hover {
	text-decoration:none;
	}

/* WE HIDE SUBLIST */
.expand ul {
    display: none;
	margin:0;
	padding:0;
	text-align:left;
	margin-bottom:-10px;
}
 
li{
	margin-left:0;
	
}  

.expand {
	margin-bottom:-15px;
	padding:0;
}




/* ==========================================================================
   Impressum
   ========================================================================== */
.push {
height: 4em;
}

.impressum {
	width:400px;
    margin-left: auto;
    margin-right: auto;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	letter-spacing:0.1em;
	font-size:0.625em;
	cursor:pointer;
	text-align:center;
	height: 2em;
	color:#333;
	}
	
.impressum a{
	text-decoration:none;
	color:#333;
	}

.content {display:none;}

#jump {
	text-align:left;
	padding-bottom:2em;
	}

/* ==========================================================================
   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: 100%;
}

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

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* 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;
    }
}
