/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

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

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

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

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

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

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

textarea {
    resize: vertical;
}

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


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font: 16px/26px Helvetica, Helvetica Neue, Arial;
}

.wrapper {
    width: 90%;
    margin: 0 5%;
}


/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 30px 0;
}

.main article h1 {
    font-size: 2em;
}

.main aside {
    color: white;
    padding: 0px 5% 10px;
}

.footer-container footer {
    color: white;
    padding: 20px 0;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   
   
   body, html {
    height: 100%;
    margin: 0;
    width: 100%;
	}

html, body, p {
	color: #fff;
	font-size: 16px;
	font-family: 'Lato', Helvetica Neue, Helvetica, Arial, sans-serif;
	line-height: 22px;
	font-weight: 400;
	text-align: left;
	text-transform: uppercase;}
	
a, a:visited, a:focus {
	color: #fff;
	text-decoration: none;}
a:hover {
	color: #fff;
	text-decoration: underline;
	
}
b, strong {
	letter-spacing: 0.8px;
	font-weight: 900;}

.main-container {
    background-color: #282828;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
	position: fixed;
}
.frame {
    border: 1px solid #fff;
    height: 84%;
    left: 0;
    margin: 5%;
    position: fixed;
    top: 0;
    transition: width 0.8s ease 0s;
    width: 90%;
}
	
	
	
.inner {
    background-color: transparent;
    height: 94%;
    padding: 3%;
    width: 94%;
}
	
	

.facebook {
	position: absolute;
	right: 3%;
	bottom: 5%;
	z-index: 1000;}
.facebook {
	position: fixed;
	right: 8%;
	bottom: 11%;
	z-index: 1000;}
/*.audioplayer {
	position: absolute;
	left: 3%;
	bottom: 5.5%;}*/
.audioplayer {
    bottom: 11.5%;
    left: 8%;
    position: fixed;
}
	
.link_imprint {
	font-size: 10px;
	margin-right: 5px;}
	
.page_imprint .main-container {
    background-color: #fff;
	position: absolute;
}
.page_imprint, .page_imprint p {
	background-color: #fff;
	color: #000;}
.page_imprint a {
	color: #000;}
.imprint_content {
	margin: 5%;
	padding: 3%;
	border: 1px solid #000;}
.datenschutz, .datenschutz p {
	text-transform:none;}
	
	
.slider-container {
		color: #ccffdd;
		height: 100%;
		width: 100%;
		position: fixed;
	}
.slick-slide {
	background-position: center center;
	background-size: cover;
	height: 100%;
    width: 100%;
	}


.img-container img {
    height: 100%;
    width: 100%;
	margin: 0 auto;
	
	position: relative;
   	margin-left: auto;
   	margin-right: auto;
	
}


h1 {
	margin: 0px 0 10px;
	font-size: 60px;
	font-weight: 900;
	line-height: 66px;}
h3 {
	margin: 0px 0 10px;
	font-size: 28px;
	font-weight: 900;
	line-height: 36px;}


/* AUDIO */
.audiojs {
    background: transparent;
	box-shadow: none;
	width: 64px;
    height: 35px;
}
.audiojs .scrubber, .audiojs .time {
	display: none;}
	
.audiojs .play-pause {
    border-right: 0px;
	
}

.audiojs p {
    height: 35px;
    width: 64px;
}

.audiojs .play {
    background-image: url(../img/sound-off.png);
}
.audiojs .pause {
    background-image: url(../img/sound-on.png);
}
.audiojs .play, .audiojs .pause {
    background-position: center center;
	background-repeat: no-repeat;
	background-size: 64px 35px;
}
.audiojs .play-pause {
    border-right: 0;
    height: 35px;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: 64px;
}




/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

/* ====================
    INTERMEDIATE: Menu
   ==================== */

    nav a {
        float: left;
        width: 27%;
        margin: 0 1.7%;
        padding: 25px 2%;
        margin-bottom: 0;
    }

    nav li:first-child a {
        margin-left: 0;
    }

    nav li:last-child a {
        margin-right: 0;
    }

/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    nav ul li {
        display: inline;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }
}

@media only screen and (min-width: 768px) {

/* ====================
    WIDE: CSS3 Effects
   ==================== */

    .header-container,
    .main aside {
        -webkit-box-shadow: 0 5px 10px #aaa;
           -moz-box-shadow: 0 5px 10px #aaa;
                box-shadow: 0 5px 10px #aaa;
    }

/* ============
    WIDE: Menu
   ============ */

    .title {
        float: left;
    }

    nav {
        float: right;
        width: 38%;
    }

/* ============
    WIDE: Main
   ============ */

    .main article {
        float: left;
        width: 57%;
    }

    .main aside {
        float: right;
        width: 28%;
    }
}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

	
}

/* ===============
    USER STYLES
   =============== */

@media only screen and (max-width: 1100px) {
	
	/*.slick-dots {
		bottom: 15%;
	}*/
}


@media only screen and (max-width: 800px) {
	
	.frame {
    height: 85%;
	}
	
	/*.slick-dots {
		bottom: 15%;
	}*/
}


@media only screen and (max-width: 667px) {
	
	body, html, p {
    font-size: 12px;
    line-height: 15px;
}
	
	h1 {
    font-size: 38px;
    line-height: 42px;
	}
	
	.main-container {
    height: 100%;
}

		.frame {
		border: 0;
		height: 88%;
		margin: 3% 8%;
		width: 84%;
	}
	
	.inner {
		height: 100%;
		padding: 0;
		width: 100%;
	}


	.slick-prev {
		left: 1.5% !important;
	}
	.slick-next {
		right: 1.5% !important;
	}
	
	.audioplayer {
	display:none;}
	.slick-dots {
	display: none !important;}
	
	.slick-prev, .slick-next {
	top: 48% !important;
	}
	
	.facebook {
    bottom: 10px;
    left: 0%;
	position: absolute;
	z-index: 1000;
	}

}

@media only screen and (max-width: 560px) {
	
	body, html, p {
    font-size: 12px;
    line-height: 15px;
}
	
	h1 {
		font-size: 38px;
		line-height: 42px;
	}
	
	.main-container {
    height: 100%;
	/*overflow: auto;*/
}

	.frame {
		border: 0;
		height: 94%;
		margin: 5%;
		width: 90%;
	}
	.inner {
		height: 100%;
		padding: 0;
		width: 100%;
	}

	.slick-prev {
		left: 2% !important;
	}
	.slick-next {
		right: 2% !important;
	}

	.audioplayer {
	display:none;}
	.slick-dots {
	display: none !important;}
	
	.slick-prev, .slick-next {
	top: 46% !important;
	}
	
	.facebook {
    bottom: 10px;
    left: 0%;
	position: absolute;
	z-index: 1000;
	}


}




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

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

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

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

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        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) ")";
    }

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

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

    thead {
        display: table-header-group;
    }

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

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

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

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