﻿@charset "utf-8";

:root {
    font-size: 1rem;
}

/* Standard */

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

body {
    color: #3F3F45;
    font-family: 'Roboto', sans-serif;
    font-size: 0.875em;
    line-height: 1.231em;
    /*background: linear-gradient(#FFCDAE, 43%, #FFF);*/
    font-weight: normal;
    background-image: url(../images/bg.png);
    background-repeat: no-repeat;
    background-color: #6E7070;
}

/*	font-family: 'Roboto', Arial, Helvetica, sans-serif;
 javascript:parent.frames[0].bewerben(); */

#wrapper2 {
    position: relative;
    max-width: 100%;
    margin: 1rem auto;
    border: none;
    overflow: hidden;
    background-color: #6E7070;

}

#wrapper1 {
    position: relative;
    max-width: 100%;
    margin: 1rem auto;
    border: none;
    overflow: hidden;
    background-image: url(../images/bg-header.png);
    background-repeat: no-repeat;
}

header {
    position: relative;
    max-width: 52.5rem;
    margin: 1rem auto;
    border: none;
    overflow: hidden;
    padding-left: 1.188rem;
}

header a:nth-of-type(1) img{
    max-width: 13.125rem;
    float: left
}

header a:nth-of-type(2) img{
    max-width: 13.125rem;
    float: left;
    margin-left: 3.125rem ;
    padding-top: .625rem
}



#wrapper {
    position: relative;
    max-width: 52.5rem;
    margin: 1rem auto;
    border: none;
    overflow: hidden;
}

#button {
    height: 3.125rem;
    width: 9.375rem;
    color: #fff;
    text-align: center;
    position: absolute;
    margin-left: 25rem;
    margin-top: -0.5rem;
    border: solid thin #fff;
    box-shadow: 3px 3px 4px #444;
    top: 62.5rem;
    background-image: url(../images/blau.png);
    background-repeat: repeat-x;
}

#button p {
    text-align: center;
    font-size: 1em;
}

#button:hover,
#button:focus {
    cursor: pointer;
}

article,
footer {
    padding: 0rem 1.188rem;
}

p {
    text-align: justify;
}

/*
.color{z.B. <span class="color">
	}
*/
h2 + p,
h2 + ul {
    margin-top: 0.308rem;
}

h1 {
    font-family: 'Amatic SC', cursive;
    text-align: left;
    font-size: 3.4em;
    line-height: 1;
    color: #9C242D;
    margin-top: 1.3rem;
    margin-bottom: 2px;
    padding: 0;
}

h1+p{
    margin:  0 0 40px
}

h1 span {
    font-size: 0.4em;
    font-weight: bold;
}

h2 {
    font-family: 'Amatic SC', cursive;
    font-size: 3.15em;
    line-height: 1em;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: bold;
    color: #000;
}

h2 span {
    font-size: 0.65em;
    font-weight: normal;
}

h3 {
    font-size: 1.331em;
    line-height: 1.431em;
    margin-bottom: 0;
    font-weight: bold;
    color: #000;
}
h3 > a{
    color: #16470f;
}

h3 a:hover {
    color: #ae2328;
    text-decoration: none;
    transition: 0.7s
}

h4 {
    font-family: 'Amatic SC', cursive;
    font-size: 3.15em;
    line-height: 1em;
    margin-bottom: 1.2rem;
    margin-top: 0;
    font-weight: bold;
    color: #000;
    text-align: center;
}

h5 {
    font-size: 1.3em;
    line-height: 1em;
    margin-bottom: 0;
    text-align: left;
    background-color: #EE1C25;
    float: right;
    padding-top: 0.5rem;
    padding-right: 0.625rem;
    padding-bottom: 0.5rem;
    padding-left: 0.625rem;
    color: #FFF;
    margin-right: 2rem;
    box-shadow: 3px 3px 4px #444;
    border-radius: 0.625rem
}

h5:hover {
    background-color: #A60000;
}

input:h5 {
    background: #A60000;
}

/*.linkcolor1{
    color: #2CA737;
    text-decoration:none;
	javascript:parent.frames[0].bewerben();
}*/


a:link,
a:active,
a:visited {
    text-decoration: none;
}

a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

.link a {
    color: #FFF;
}
p a{
    color: #16470f;
}
p a:hover {
    color: #ae2328;
    text-decoration: none;
    transition: 0.7s
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}

ul {
    padding-left: 1rem;
    text-align: center;
    line-height: 1.631em;
}

li {
    padding-bottom: 0.2rem;
    list-style-type: none;
    list-style-image: url();
    text-align: center;
}

ol {
    padding-left: 3rem;
    line-height: 1.331em;
    list-style-type: disc;
}

ol li {
    padding-bottom: 0.2rem;
    text-align: left;
    list-style-type: disc;
}


/*
li:before {
	content: "\2212";
	color: #000;
	float: left;
	margin-left: -0.9375rem;
	text-align: center;
}
*/
/* Liste mit Sonderzeichen (Sonderzeichencodes können über diese Seiten gefunden werden (http://unicode-table.com/de/blocks/geometric-shapes/) http://unicode-table.com/de/sets/arrows-symbols/
(&#9679; Punkt html)

*/

/* Hebt Float left/right auf */
.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

/* Ende Standard */


/*----------------- header --------------------*/
header p {
    margin-top: -0.8rem;
}

header img {
    max-width: 100%;
    height: auto;
    display: inline-block;

}

element {
    display: block;
    margin: 2.187rem 0 0;

}

/*  TABS  *************************************************************************************/

.content {}

#content1,
#content2,
#content3,
#content4,
#content5,
#content6 {
    display: none;
    padding: 0.3125rem 0 0;
}

input {
    display: none;
}

label {
    display: inline-block;
    margin-right: 0.2rem;
    font-weight: normal;
    text-align: center;
    font-size: 0.8125rem;
    color: #FFF;
    padding-top: 0.625rem;
    padding-right: 1.25rem;
    padding-bottom: 0.625rem;
    padding-left: 1.25rem;
    background-image: url(../images/blau.png);
    background-repeat: repeat-x;
}

label:hover {
    color: #fff;
    background-image: url(../images/rot.png);
    background-repeat: repeat-x;
}


label:before {
    font-weight: normal;
    margin-right: 0.0625rem;
}

label[for*='1']:before {

    content: '';
}

label[for*='2']:before {
    content: '';
}

label[for*='3']:before {
    content: '';
}

label[for*='4']:before {
    content: '';
}

label[for*='5']:before {
    content: '';
}

label[for*='6']:before {
    content: '';
}

label:hover {
    color: #fff;
    cursor: pointer;
}

input:checked + label {
    color: #fff;
    background-image: url(../images/rot.png);
    background-repeat: repeat-x;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5,
#tab6:checked ~ #content6 {
    display: block;
    text-align: left;
}

/* END TABS   ************************************************************************************/

/*----------------- article--------------------*/

/* Section */
/*
section:nth-child(1) {
	display:inline-block;
	width:60%;
	vertical-align:top;
	margin-right:1rem;
}
section:nth-child(2) {
	display:inline-block;
	width:30%;
	vertical-align:top;
}
section {
	display:inline-block;
	width:50%;
	vertical-align:top;
}
*/



/*----------------- footer --------------------*/
footer {}

footer p {
    padding-left: 1.188rem;
    padding-right: 1.188rem;
    line-height: 1.531em;
}


/*
footer section:nth-child(1) {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
footer section:nth-child(2) {
	background: #EE1C25;
	color: #FFF;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
*/
.left1 {
    margin-left: 2rem;
}

.left2 {
    margin-left: 10.05rem;
}

/* Aside */
aside {
    display: inline-block;
    width: 24%;
    vertical-align: top;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

aside p {
    text-align: center;
}

/* 
aside {
	margin-left:-1.188rem;
	margin-right:-1.188rem;
}
*/
/* Ende Aside */


footer ul {
    padding-left: 2.2rem;
    margin-top: 0.308rem;
}

footer h3 {
    font-size: 1em;
    line-height: 1.531em;
    margin-bottom: 0;
    font-weight: bold;
    padding-left: 1.188rem;
}

.video {
    margin-top: 1rem;
}

iframe {
    max-width: 100%;
}

a.link:link {
    text-decoration: none;
    color: #000;
}

a.link:visited {
    text-decoration: unone;
    color: #000;
}

a.link:hover {
    text-decoration: none;
    color: #B51F2A;
}

.weiss {
    background-image: url(../images/weiss.png);
    padding-left: 1.188rem;
    padding-right: 1.188rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.grau {
    background-image: url(../images/grau.png);
    padding-left: 1.188rem;
    padding-right: 1.188rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-bottom-left-radius: 2.5rem;
    border-bottom-right-radius: 2.5rem;
    border-top-right-radius: 2.5rem;
}

.center {
    margin-left: auto;
    margin-right: auto;
    padding-top: 1rem;
}

.center1 {
    margin-left: auto;
    margin-right: auto;
}

footer section {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    background-image: url(../images/footer.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    margin-top: 1.5rem;
    padding-left: 6rem;
    padding-top: 3rem;
    padding-bottom: 1.5rem;
}

#wrapper2 img {
    display: inline-block;
    background-color: #6E7070;
    margin-left: auto;
    margin-right: auto;
}

#wrapper2 section {
    position: relative;
    max-width: 52.5rem;
    margin: 1rem auto;
    border: none;
    overflow: hidden;
    padding-left: 1.188rem;
    background-color: #6E7070;
}

header {
    position: relative;
    max-width: 52.5rem;
    margin: 1rem auto;
    border: none;
    overflow: hidden;
    padding-left: 1.188rem;
}

/*#content5 p a {
    color: #000;
}*/

#content5 p a:hover {
    text-decoration: none;
    color: #B51F2A;
}


/* Responsive */
@media only screen and (max-width: 52.437rem) {
    label {
        font-size: 0.8125rem;
        width: 100%;
        margin-bottom: 0.0625rem;
    }

    /*
#button {
	height: 85px;
	width: 9.375rem;
	background-color: #EE1C25;
	color: #FFF;
	text-align: center;
	position: absolute;
	margin-left: 1rem;
	margin-top: 0.5rem;
	margin-top: 8rem;
}
*/


    h2 span {
        font-size: 0.6em;
    }

    iframe {
        max-width: 100%;
    }

    header img {
        max-width: 100%;
        height: auto;
        display: inline-block;
        padding-bottom: 0.5rem;

    }
    
    header a:first-of-type {
        float: none;
    }
    
    header a:last-of-type {
        float: none;
        margin-left: 0
    }

}

@media only screen and (max-width: 46.187rem) {
    body {
        margin: 0;
        text-align: left;
        font-size: 0.8125rem;
    }

    #wrapper {
        border: 0;
        margin: 0;
        padding: 0;
        box-shadow: none;
        background: #fff;
    }

    element {

        margin: 1% 0 0;

    }

    header {
        border: 0;
        height: auto;
        padding: 0.625rem;
    }
    
    
    header a:nth-of-type(1) img{
    max-width: 13.125rem;
    float: none
}

header a:nth-of-type(2) img{
    float: none;
    margin-left: 0;
    display: block

}

    .logo {
        display: none;
    }

    .logomobile {
        display: block;
        float: none;
    }

    h1 {
        text-align: left;
        font-size: 2.399em;
        margin-top: 0.5rem;
        margin-bottoM: 0.5rem;
    }

    span {
        font-size: 0.8125rem;
    }

    h3 {
        font-size: 1rem;
        margin-bottom: 0.3125rem;
        margin-top: 0.3125rem;
    }

    p {
        text-align: left;
        margin-top: 0;
    }

    ul {
        padding: 0;
        margin-bottom: 1.25rem;
    }

    ul li {
        margin-left: 0.625rem;
        line-height: 1.3
    }

    footer {
        margin: 0;
        border: 0;
        background: #fff;
    }

    aside img {
        max-width: 30%;
        height: auto;
        display: block;
        padding-bottom: 1rem;
    }

    aside {
        display: inline-block;
        width: 100%;
        vertical-align: top;
        padding-left: .5rem;
        padding-right: 0.5rem;
    }

    #content1,
    #content2,
    #content3,
    #content4,
    #content5,
    #content6 {
        margin-left: 0.3125rem;
        margin-right: 0.3125rem;
        background: 0;
    }

    #content1 img,
    #content2 img,
    #content3 img,
    #content4 img,
    #content5 img {
        width: 100%;
    }
    
    

    /* CONTENT TAB 2   ************************************************************************************/
    #content2 img {
        margin-left: 0;
        margin-bottom: 0.9375rem;
    }

    #content2 > img:nth-child(6) {
        position: static;
        width: 40%;
        margin: 0 auto;
        margin-bottom: -0.9375rem;
    }

    #content2 p:nth-child(3),
    #content2 p:nth-child(4),
    #content2 p:nth-child(5) {
        width: 100%
    }

    #content2 p:nth-child(5) a {
        font-weight: 100;
        color: inherit;
    }

    #content2 {
        padding-bottom: 3.125rem;
    }

    #content1,
    #content2,
    #content3,
    #content4,
    #content5,
    #content6 {
        padding-bottom: 0.9375rem;
    }

    /* END CONTENT TAB 2   ********************************************************************************/
    /* Tab 3 ****************************************/
    #content3 > img:nth-child(3) {
        position: static;
        width: 40%;
        margin: 0 auto;
        margin-bottom: -0.9375rem;
    }

    /* end tab 3***********************************/
    /* Tab 4 ****************************************/
    #content4 > img:nth-child(3) {
        position: static;
        width: 40%;
        margin: 0 auto;
        margin-bottom: -0.9375rem;
    }

    /* end tab 4**********************************
    
    
    
    
    
    
    
    
    
    
/* CONTENT TAB 5   ********************************************************************************/
    #content5 p:nth-child(4) {
        margin-left: 0;
    }

    #content5 p:nth-child(5) {
        width: 100%;
    }

    #content5 p:nth-child(5) br {
        display: none;
    }

    #content5 p:nth-child(5) span {
        margin-left: 0;
    }

    #content5 ul {
        margin-left: 0.3125rem;
    }

    #content5 > img:nth-child(6) {
        position: static;
        width: 50%;
        margin: 0 auto;
        margin-bottom: -0.9375rem;
    }
    
    h1+p{
        margin: 0 0 .625rem;
    }
}

/* END CONTENT TAB 5   ********************************************************************************/

@media screen and (max-width: 40.625rem) {
    label {
        font-size: 0.875rem;
        width: 100%;
        margin-bottom: 0.0625rem;
    }

    label:before {
        margin: 0;
        font-size: 1.125rem;
    }

    element {

        margin: .312rem 0 0;

    }
    
}

@media screen and (max-width: 25rem) {
    #content5 > img:nth-child(6) {
        width: 100%;
    }

    #content2 > img:nth-child(6) {
        width: 100%;
    }

    #content3 > img:nth-child(3) {
        width: 100%;
    }

    #content4 > img:nth-child(3) {
        width: 100%;
    }

    label {
        padding: 0.1875rem;
        margin-top: 0;
        width: 100%;
    }

    label {
        margin-bottom: none;
    }

    footer {
        text-align: center;
    }

    ul {
        margin-left: 0;
    }

    footer section {
        display: inline-block;
        width: 100%;
        vertical-align: top;
        background-image: url(../images/footer.jpg);
        background-repeat: no-repeat;
        background-position: left top;
        margin-top: 1.5rem;
        padding-left: 4rem;
        padding-top: 3rem;
        padding-bottom: 1.5rem;
    }
}