/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

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

::-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; 
}

img {
    vertical-align: middle;
}

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

textarea {
    resize: vertical;
}

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


/* =======================================================
     global
   ====================================================== */

html {
	marin: 0;
	padding: 0;
}

body {
    font: 16px/26px Courier,Times,'Times New Roman',serif;
    font-size: 1rem;
	color: #000;
	background-color: #FFF;
	height: 100%;
}

.bodyblack {
	color: #FFF;
	background-color: #000;

}

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

.textcenter {
	text-align: center;
}

.textleft {
	text-align: center;
}

.textright {
	text-align: center;
}

.imgmain {
	float:left;
	padding: 0 30px 30px 0;
}

/* ==========================================================================
   header
   ========================================================================== */

.header-container {
	margin-top: 1rem;
	height: auto;
}

.header-container h1 {
	display: none;
}

.trennerschwarz {
  	background-image: url(../img/background_schwarz.png);
	background-size: auto 7px;
	-moz-background-size: 100% 10%;
	background-repeat: no-repeat;
    background-position: 20px 100%;
}

.trennerweiss {
  	background-image: url(../img/background_weiss.png);
	background-size: auto 4px;
	-moz-background-size: 100% 10%;
	background-repeat: no-repeat;
    background-position: 20px 100%;
}


/* ===============================
     nav
   ============================== */

 /* nav */
.nav {
	margin: 10px 0 0px 0;
	text-align: left;
	width: 100%;
}

.nav ul {
	margin: 0;
	padding: 0;
	text-align: left;
	background: url(../img/menuweissor.png) no-repeat 5px 5px;
	background-size: 30px 30px;
}

.nav ul.whitefont {
	background: url(../img/menuschwarzor.png) no-repeat;
	background-size: 30px 30px;
}

.nav li {
	margin: 0 5px 10px 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	*display:inline;
}

.nav a {
    text-align: center;
	padding: 3px 12px;
	text-decoration: none;
	line-height: 100%;
    font-weight: bold;
	font-size: 18px;
	font-size: 1.125rem;
}

.nav .current a:before {
	content: "> ";
}

.nav a:link {
	color: #000;
}

.nav a:link.whitefont {
    color: #FFF;
}

.nav a:visited {
    color: #000;
}

.nav a:visited.whitefont {
    color: #FFF;
}

.nav a:hover, .nav a:hover.whitefont {
	color: #f15024;
}

/* on nav hover */
.nav ul:hover {
	z-index: 999;
	background: url(../img/menuweissopen.png) no-repeat 5px 5px;
	background-size: 30px 30px;
}

.nav ul:hover.whitefont {
	z-index: 999;
	background: url(../img/menuschwarzopen.png) no-repeat 5px 5px;
	background-size: 30px 30px;
}

/* ==============================
   fade(container)
   ============================= */

.fadecontainer {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	text-align: center;
}

.fade {
 	height: auto;
	width: 100%;
}

div .intro, div .pweiss, div .pblau, div .prot {
    text-align: center;
}

.intro {
	font-size: 4vw;
	line-height: 140%;
	margin-top: -1.5em;
	width: 100%;
	color: #666;
}

.pweiss {
	font-size: 6vw;
	line-height: 130%;
	color: #FFF;
/* 	margin-top: -0.5rem; */
    width: 100%;
}

.prot, .pblau {
	font-size: 5vw;
	line-height: 120%;
	width: 100%;
}

.prot {
	color: #f15024;
/* 	margin-top: -1rem; */
}

.pblau {
	color: #1960d6;
/* 	margin-top: 1rem; */
}

.icon {
	width: 40px;
	height: 40px;
	border: none;
	opacity: 0.75;
	filter:Alpha(Opacity=75);
}


/* ===========================
     main
   =========================== */

.main {
	padding: 1rem 0;
}

.main article h1 {
	font-size: 26px;
    font-size: 1.625rem;
}

.main article h2 {
	font-size: 22px;
	font-size: 1.375rem;
}

.main article p {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 130%;
}

.main a:link {
	text-decoration: underline;
	font-weight: normal;
	color: #333;
}

.main a:visited {
		color: #333;
}

.main a:hover {
	font-weight: bold;
	color: #f15024;
}


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

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


/* ==============================
      SLIDER
   ============================= */

/* Bare minimum styles */
.slider {
	-ms-touch-action: none; /* Prevent default touch actions on Windows 8. Only required for IE10 */
	overflow: auto; /* Not required but recommended for accessibility when JavaScript is turned off */
	position: relative;
	touch-action: none; /* Prevent default touch actions on Windows 8. Supported in IE11+ */
}

/* AnySlider can be styled to your liking. This is just example styles */
.slider {
	border-bottom: 1px dotted #333;
	height: 40vh;
	margin: 10% auto;
	text-align: left;
	width: 70%;
	color: #000;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.4
}

.slider div p {
	margin: 0 10px;
 	padding: 30px;
	background: url(../img/texture10.jpg) no-repeat;
	background-size: 100% 100%;
}

/* The arrows can of course also be styled to your liking. This is just example styles */
.as-prev-arrow, .as-next-arrow {
	background: url(../img/arrows.png) no-repeat;
	cursor: pointer;
	filter: alpha(opacity=0.3);
	height: 40px;
	opacity: 0.3;
	overflow: hidden;
	position: absolute;
	text-indent: 100%;
	bottom: 0;
	white-space: nowrap;
	width: 40px;
	z-index: 1;
}

.as-prev-arrow {
	left: 0;
}

.as-next-arrow {
	background-position: -40px 0;
	right: 0;
}

.slider:hover .as-prev-arrow, .slider:hover .as-next-arrow {
	filter: alpha(opacity=0.7);
	opacity: 0.7;
}

/* The same rules for styling apply here. Style to your liking */
.as-nav {
	bottom: -10px;
	left: 50%;
	margin-left: -27px;
	position: absolute;
	text-align: left;
	width: 54px;
	z-index: 1;
}

.as-nav a {
	background: url(../img/bullets.png) no-repeat;
	height: 16px;
	display: inline-block;
	margin: 0 1px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 16px;
}

a.as-active, .as-nav a:hover {
	background-position: 0 -16px;
}


/* ==========================================================================
   footer MOBILE (320 - 479)
   ========================================================================== */

footer {
    position: absolute;
    bottom: 0;
	left: 5%;
    width: 90%;
    height: 3rem;
	text-align: left;
  	background-image: url(../img/background_weiss.png);
	background-size: auto 1px;
	-moz-background-size: 100% 5%;
	background-repeat: repeat-x;
    background-position: 0 0;
	opacity: 0.50;
	filter:Alpha(Opacity=50);
}

footer ul {
    margin: 0;
    padding: 0;
}

footer ul li {
	display: inline;
}

footer a {
    text-align: center;
    text-decoration: none;
	font-weight: normal;
}

footer a:link.whitefont, footer a:visited.whitefont {
    color: #FFF;
	font-weight: normal;
}

footer a:visited {
    color: #000;
	font-weight: normal;
}

footer a:hover, footer a:hover.whitefont{
	color: #f15024;
	font-weight: normal;
}


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

@media only screen and (min-width: 240px) and (max-width: 479px) {

 .trennerschwarz, .trennerweiss {
	background-size: auto 3px;
    background-position: 0 100%;
	padding-bottom: 0.5rem;
}

.logo {
	width: 90%;
	height: auto;
}

/* ##########  NAV ###############  */

.nav {
	position: relative;
	min-height: 40px;
	text-align: left;
	font-size: 18px;
}

.nav ul, .nav ul.whitefont {
	width: 100%;
	padding: 5px 0 5px 10px;
	position: relative;
	top: 0;
	left: 0;
}

.nav li {
	padding: 0 0 0 10px;
	display: none; /* hide all <li> items */
	margin: 0;
}

.nav .current {
	display: block; /*show only current <li> item */
}

.nav a {
	display: block;
	padding: 5px 5px 5px 32px;
	text-align: left;
}

/* on nav hover */
.nav ul:hover {
	background-position: 5px 5px;
	background-size: 30px 30px;
}

.nav ul:hover li {
	display: block;
/* 	margin: 0 0 5px; */
	margin: 0 0 0.5rem;
}

/* left nav */
.nav.left ul {
	right: auto;
	left: 0;
}

.main {
	padding: 0.25rem;
}

.main article h1 {
	font-size: 24px;
    font-size: 1.5rem;
}

.main article h2 {
	font-size: 20px;
    font-size: 1.25rem;
	font-weight: bold;
}

.slider {
	width: 90%;
	height: 20rem;
	margin: 15px auto;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.3;
	border: none;
}

.slider div {
	margin-top: 20px;
}

.slider div p {
	margin: 0 0;
 	padding: 15px;
	background-image: none;
	background-color: #FFF;
}

.as-prev-arrow, .as-next-arrow {
	background: url(../img/arrows30px.png) no-repeat;
	cursor: pointer;
	filter: alpha(opacity=0.5);
	height: 60px;
	width: 30px;
	opacity: 0.5;
	overflow: hidden;
	position: absolute;
	text-indent: 100%;
	top: 0px;
	white-space: nowrap;
	z-index: 1;
}

.as-prev-arrow {
	left: 0;
}

.as-next-arrow {
	background-position: -30px 0;
	right: 0;
}

footer {
	display: none;
}

footer ul {
	margin-top: 0.5rem;
}

footer a {
	text-align: left;
	padding: 0.8rem 0 0 0.8rem;
	margin-bottom: 0;
}

footer a:before {
	content: "> ";
	font-size: 0.8rem;
	vertical-align: middle;
}

}

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

.trennerschwarz, .trennerweiss {
	background-size: auto 3px;
    background-position: 13px 100%;
	padding-bottom: 1rem;
	height: 2rem;
}

.logo {
 	float: left;
/*	width: auto;
	height: auto;*/
	width: 45%;
	max-width: 45%;
	height: auto;
	padding-top: 0.8rem; 
}

/* ##########  NAV ###############  */

.nav {
	float: right;
	position: relative;
/* 	min-height: 40px; */
	width: auto;
	max-width: 45%;
	min-width: 10rem;
	text-align: right;
}

.nav ul, .nav ul.whitefont {
	width: 100%;
	padding: 5px 0px 5px 10px;
	position: relative;
	top: 0;
	left: 0;
	background-position: 5px 2px;
	background-size: 30px 30px;
}

.nav li {
	padding: 0 0 0 1.5rem;
	text-align: right;
	display: none; /* hide all <li> items */
	margin: 0;
}

.nav .current {
	display: block; /*show only current <li> item */
}

.nav a {
	display: block;
	text-align: right;
	font-size: 16px;
}

/* .nav .current a:before {
	content: "Menü | ";
} */

/* on nav hover */
.nav ul:hover {
	background-position: 7px 0px;
	background-size: 30px 30px;
}

.nav ul:hover li {
	display: block;
	margin: 0 0 1rem;
}

/* left nav */
.nav.left ul {
	right: auto;
	left: 0;
}

.main article h1 {
	font-size: 24px;
    font-size: 1.5rem;
}

.main article p {
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 130%;
}

.slider {
	width: 90%;
	height: 20rem;
	margin: 15px auto;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.3;
	border: none;
}

.slider div {
	margin-top: 20px;
}

.slider div p {
	margin: 0 0;
 	padding: 15px;
	background-image: none;
	background-color: #FFF;
}

.as-prev-arrow, .as-next-arrow {
	background: url(../img/arrows30px.png) no-repeat;
	cursor: pointer;
	filter: alpha(opacity=0.5);
	height: 60px;
	width: 30px;
	opacity: 0.5;
	overflow: hidden;
	position: absolute;
	text-indent: 100%;
	top: 0px;
	white-space: nowrap;
	z-index: 1;
}

.as-prev-arrow {
	left: 0;
}

.as-next-arrow {
	background-position: -30px 0;
	right: 0;
}

footer {
	display: none;
    height: 2.8rem;
	opacity: 0.50;
	filter:Alpha(Opacity=50);
	text-align: right;
	margin: 0 0 0.7rem 0;
}

footer ul {
	padding: 1rem 0 0 0;
	text-align: right;
}

footer ul li a {
    padding: 1% 2%;
	font-size: 18px;
	font-size: 1.125rem;
}

footer:hover {
	opacity: 1;
	filter:Alpha(Opacity=100);
}

footer a:before {
	content: "> ";
	font-size: 0.8rem;
	vertical-align: middle;
}

footer li:last-child a {
	padding-right: 1%;
}

}


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

.logo {
	padding-top: 0.5rem;
}

}


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

.logo {
	padding-top: 0.2rem;
}

.nav a {
		font-size: 18px;
}

}


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

.trennerschwarz {
	background-size: auto 5px;
    background-position: 15px 100%;
	padding-bottom: 1rem;
	height: 3rem;
}

.trennerweiss {
	background-size: auto 4px;
    background-position: 20px 100%;
	padding-bottom: 1rem;
	height: 3rem;
}

.logo {
	float: left;
	width: auto;
	height: auto;
	max-width: 50%;
	max-height: 2.68rem;
	padding-top: 1rem;
}


/* ##########  NAV ###############  */

.nav {
	float: right;
	position: relative;
	width: auto;
	min-width: 10rem;
	max-width: 45%;
	text-align: right;
	margin: 1rem 0 0 0;
}

.nav ul, .nav ul.whitefont {
	width: 100%;
	padding: 5px 0px 5px 10px;
	position: relative;
	top: 0;
	left: 0;
	background-position: 5px 2px;
	background-size: 30px 30px;
}

.nav li {
	padding: 0 0 0 1.5rem;
	text-align: right;
	display: none; /* hide all <li> items */
	margin: 0;
}

.nav .current {
	display: block; /*show only current <li> item */
}

.nav a {
	display: block;
	text-align: right;
	font-size: 20px;
}

/* .nav .current a:before {
	content: "Menü | ";
} */

/* on nav hover */
.nav ul:hover {
	background-position: 7px 0px;
	background-size: 30px 30px;
	background-color: #000;
}

.nav ul:hover.whitefont {
	background-position: 7px 0px;
	background-size: 30px 30px;
	background-color: #FFF;
}

/* .nav ul:hover .current a:before {
	visibility: hidden;
} */

.nav ul:hover li {
	display: block;
	margin: 0 0 1rem;
}

/* left nav */
.nav.left ul {
	right: auto;
	left: 0;
}

.main {
	padding: 2rem 0;
}

article {
	padding: 0 1.8%;
}

.slider {
	width: 70%;
	height: 40vh;
	margin: 10% auto;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: bold;
	line-height: 1.4
}

footer {
    height: 4rem;
	opacity: 0.50;
	filter:Alpha(Opacity=50);
	text-align: right;
	margin: 0 0 0.7rem 0;
}

footer ul {
	padding: 1rem 0 0 0;
	text-align: right;
}

footer ul li a {
    padding: 1% 2%;
	font-size: 20px;
	font-size: 1.25rem;
}

footer:hover {
	opacity: 1;
	filter:Alpha(Opacity=100);
}

footer a:before {
	content: "> ";
	font-size: 0.8rem;
	vertical-align: middle;
}

footer a:hover:before {
	content: "+ ";
	vertical-align: middle;
}

footer li:last-child a {
	padding-right: 1%;
}

}


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

.wrapper {
	max-width: 1280px;
	margin: 0 auto;
}

.header-container {
	margin: 1.5rem 0 0 0;
}

header {
	width: 100%;
	height: auto;
}

.logo {
	padding-top: 0.8rem;
}

.slider {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.4
}

}


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

.ir {
 	display: block;
	height: 100%;
	width: 100%;
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

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

.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 {
    * {
        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;
    }
}
