@font-face {
	font-family: 'Merriweather Sans light';
	src: url('../fonts/MerriweatherSans-Light.eot');
	src: url('../fonts/MerriweatherSans-Light.eot?#iefix') format('embedded-opentype'),
             url('../fonts/MerriweatherSans-Light.woff') format('woff'),
	     url('../fonts/MerriweatherSans-Light.ttf') format('truetype'),
	     url('../fonts/MerriweatherSans-Light.svg#MerriweatherSans-Light') format('svg');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Merriweather Sans';
	src: url('../fonts/MerriweatherSans-Regular.eot');
	src: url('../fonts/MerriweatherSans-Regular.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/MerriweatherSans-Regular.woff') format('woff'),
	     url('../fonts/MerriweatherSans-Regular.ttf') format('truetype'),
	     url('../fonts/MerriweatherSans-Regular.svg#MerriweatherSans-Regular') format('svg');
	font-weight: 100;
	font-style: normal;
}

html {
    font-family: "Merriweather Sans light", sans-serif;
    font-size: 16px;
    /*overflow: hidden;*/
}

body {
    line-height: 1.5em;
}

#backgroundWrapper {
    position: relative;
    max-height: 48rem;
    min-height: 25rem;
    max-width: 1920px;
    margin: 0 auto;
    background-color: rgba(200,200,200,.0);
}

.stageHead {
    position: fixed;
    z-index: 100;
    top: 0;
    background-image: url('../images/Titel_Head.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: 0;
    background-size: auto, 10rem;
    background-color: rgba(255,255,255,1);
    width: 101%;
    height: 10rem;
}

.logo-first {
    position: fixed;
    float: right;
    height: 8rem;
    right: 14rem;
    top: 6rem;
    z-index: 230;
}
   
.logo {
    position: fixed;
    float: right;
    height: 6rem;
    right: 3rem;
    top: 2rem;
    z-index: 110;
}
   
.stagefirst {
    position: fixed;
    top: 0;
    background-image: url('../images/Titel_First.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: 0;
    background-size: auto, 100%;
    background-color: rgba(255,255,255,1);
    width: 101%;
    height: 86vh;
    z-index: 215;
}

.stagebottom {
    position: fixed;
    bottom: 0;
    background-image: url('../images/Titel_Bottom_Hw.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: 0;
    background-size: 100%;
    background-color: rgb(255,255,255); 
    background-color: rgba(255,255,255,1);
    width: 101%;
    height: 15vh;
    z-index: 220;
}

.head-animation{
    animation: animationStageHead ease-out 3s 3s; animation-iteration-count: 1; transform-origin: 0% 0%; animation-fill-mode:forwards;
    -moz-animation: animationStageHead ease-out 3s 3s; -moz-animation-iteration-count: 1; -moz-transform-origin: 0% 0%; -moz-animation-fill-mode:forwards;
    -webkit-animation: animationStageHead ease-out 3s 3s; -webkit-animation-iteration-count: 1; -webkit-transform-origin: 0% 0%; -webkit-animation-fill-mode:forwards;
}

.logo-animation{
    animation: animationStageLogo ease 3s 1s; animation-iteration-count: 1; transform-origin: 0% 0%; animation-fill-mode:forwards;
    -moz-animation: animationStageLogo ease 3s 1s; -moz-animation-iteration-count: 1; -moz-transform-origin: 0% 0%; -moz-animation-fill-mode:forwards;
    -webkit-animation: animationStageLogo ease 3s 1s; -webkit-animation-iteration-count: 1; -webkit-transform-origin: 0% 0%; -webkit-animation-fill-mode:forwards;
}

.bottom-animation{
    animation: animationStageBottom ease-out 1s 4s; animation-iteration-count: 1; transform-origin: 0% 0%; animation-fill-mode:forwards;
    -moz-animation: animationStageBottom ease-out 1s 4s; -moz-animation-iteration-count: 1; -moz-transform-origin: 0% 0%; -moz-animation-fill-mode:forwards;
    -webkit-animation: animationStageBottom ease-out 1s 4s; -webkit-animation-iteration-count: 1; -webkit-transform-origin: 0% 0%; -webkit-animation-fill-mode:forwards;
}

header {
 
}
/*Ende Seite*/

.dslayer {
    /*position: fixed;*/
    z-index: 195;
/*    height: 100%;
    width: 100%;*/
    overflow-x: hidden;
    display: block;
}

.dslayershadow {
    position: fixed;
    z-index: 196;
    width: 100%;
    height: 100%;
    background-color: grey;
    opacity: 0.3;
    display: block;
}

.dslayertext {
    position: fixed;
    z-index: 197;
    margin: 15% 15% 3% 15%;
    padding: 2.5%;
    width: 65%;
    height: 60%;
    background-color: white;
    overflow-x: hidden;
    display: block;
    opacity: .9;
}

.dslayerbuttontop{
    /*position: fixed;*/
    float: right;
    margin-left: 40%;
    margin-bottom: 2.5%;
    padding: 10px;
    background-color: rgba(0, 136, 171, 1);
    opacity: 0.7;
}

.dslayerbutton {
    float: right;
    margin-right: 2.5%;
    margin-bottom: 2.5%;
    padding: 10px;
    background-color: rgba(0, 136, 171, 1);
    opacity: 0.7;
}

.indexlayer {
    /*position: fixed;*/
    z-index: 195;
    /*    height: 100%;
        width: 100%;*/
    overflow-x: hidden;
    display: block;
}

.indexshadow {
    position: fixed;
    z-index: 196;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 136, 171, .3);
    display: block;
}

.indextext {
    position: fixed;
    width: 70vw;
    left: 50%;
    z-index: 197;
    margin: 15vh 0 0 -37vw;
    padding: 2.5%;
    background-color: white;
    display: block;
    opacity: .95;
}

.indextext p{
    font-size: 90%;
    line-height: 1.2rem;
    padding: 0.5rem 1rem 0.5rem 1rem;
}

.markup{
    line-height: 1.5rem;
    padding: 0.5rem 1rem 0.5rem 1rem;
    font-family: "Merriweather Sans";
}

.indexbuttontop{
    /*position: fixed;*/
    float: right;
    margin-left: 40%;
    margin-bottom: 2.5%;
    padding: 10px;
    background-color: rgba(0, 136, 171, 1);
    opacity: 0.7;
}

.indexbutton {
    float: right;
    margin-top: 1.5rem;
    margin-left: 40%;
    padding: .6rem;
    color: rgba(255,255,255,1);
    text-decoration: none;
    background-color: rgba(0, 136, 171, 1);
    display: block;
}

/*hauptnavigation*/
#wrapper {
    /*position: relative;*/
    max-width: 1280px;
    height: 100vh;
    max-height: 48rem;
    min-height: 36rem;
    width: 100%;
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

h1 {
    /*position: absolute;*/
    z-index: 110;
    float: right;
    margin-top: .5rem;
}

h2 {
    color: rgb(0, 136, 171); color: rgba(0, 136, 171, 1);
    font-size: 2rem;
    line-height: 2rem;
    margin-top: 2rem;
}

.indextext h2 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-top: 0;
}


h3 {
    color: rgb(0, 136, 171); color: rgba(0, 136, 171, 1);
    font-size: 1rem;
    margin-top: .5rem;
}

/*Ruhend um Konflikt mit Startanimation aufzulösen*/

.text-hidden {
    display: none;
}

#main_nav {
    position: fixed;
    z-index: 90;
    float: left;
    width: 100%;
    padding-top: 1.5rem;
    margin-top: 9.25rem;
    background-color: rgb(245, 245, 245);
    background-color: rgba(245, 245, 245, .9);
    font-size: .8rem;
    text-align: center;
    }
    
#main_nav ul{
    width:56rem;
    display: inline-block;
    }

#main_nav ul li a{
    height: 1rem;
    padding: 0 .5rem 0 .5rem;
    text-align: center;
    display: inline-block;
    text-decoration: none;
}

.signal{
    color: rgb(255,153,51); color: rgba(255,153,51,1)
}

#main_nav ul li {
    position: relative;
    float: left;
    text-decoration: none;
    list-style: none;
}

.nav_mark:hover{
    color: rgb(0, 136, 171); color: rgba(0, 136, 171,.5);
}

.nav_mark:focus{
    color: rgb(0, 136, 171); color: rgba(0, 136, 171,.5);
}

.nav_activ{
    position: absolute;
    display: block;
    width: 2rem;
    top: 1.25rem;
    right: 0;
}
/*Ende Hauptnavigation*/

/*Stage*/

p{
    line-height: 2rem;
    padding: 1rem 1rem 1rem 1rem;
}

a {
    color: rgb(51,51,51); color: rgba(51,51,51,1);
}

.hinweis {
    font-size: 75%;
    line-height: 1rem;
}

.link {
    line-height: 2rem;
    text-decoration: none;
    color: rgba(255,153,51,1)
}

.link:hover {
    line-height: 2rem;
    color: rgba(3, 206, 248, 1);
}

section {
    padding-top: 16rem;
}

section a{
}

.stage {
    position: relative;
    width: 100%;
    text-align: center;
    display: inline-block;
}

.stagediv{
    max-width: 944px;
    display: inline-block;
    text-align: left;
}

.links{
    float: left;
    width: 50%;
}

.downloadstage div{
    margin-left: 2rem;
}

.downloadstage div h3{
    margin-top: 1rem;
    text-align: left !important;
}

.impressumstage div{
    margin: 0 2rem 0 2rem;
}

.impressumstage div h3{
    margin-top: 1rem;
    text-align: left !important;
}

.impressumstage div p{
    padding-left: 1.3rem;
    text-align: left !important;
}

.downloadlink{
    text-align: left;
    line-height: 1rem;
    padding: 0 3rem 0 3rem;
}

.links img{
    float: left;
    width: 95%;
    padding-top: 1rem;
}

.rechts{
    float: left;
    width: 50%;
}

.rechts img{
    float: left;
    width: 95%;
    padding-top: 1rem;
}

.stage div h2{
    text-align: center;
    margin-bottom: 1.5rem;
}

.stage div h3{
    text-align: center;
}

#newsLeft{
    float: left;
}

.titel_Geschäftsbericht{
    width: 15%;
    margin: 3rem 0 0 0;
    border: 1px solid;
}

.Geschäftsbericht{
    float: left;
    width: 80%;
    display: inline-block;
    padding: 2.5rem 2rem 0 0;
}

#newsRight{
    float: left;
}

.titel_bei_uns{
    position: relative;
    width: 15%;
    margin: 0;
    border: 1px solid;
}

.bei_uns{
    width: 75%;
    display: inline-block;
    padding: 0 0 0 1rem;
}  

.titel_mopo{
    position: relative;
    width: 30%;
    margin: 0;
    border: 1px solid;
}

.mopo{
    width: 55%;
    display: inline-block;
    padding: 0 0 0 1rem;
}  

#archiv{
    float: left;
    overflow-y: hidden;
    height: 24rem;
    padding: 2rem 0 0 0;
}

.archiv_bei_uns{
    height: 6rem;
    display: inline-block;
}

.mail {
    float: left;
    width: 98%;
    text-align: center;
}

#mail div {
    position: relative;
}

.mail_intro {
    text-align: left;
    display: block;
    margin-top: .5rem;
    /*color: rgb(255,0,0) !Important; color: rgba(255,0,0,1) !Important;*/
    padding: .5rem;
}
    
#mailaddress {
    margin-top: 1rem;
}

#mailaddress:after {
    margin-top: 1rem;
    content: "Ihre Mailadresse wird gespeichert. Wir nutzen sie nur für Rückantwort und Kontaktaufnahme.";
}

.stage p.true {
    display: none;
}

.messagespan {
    display: inline-block;
    line-height: 1rem;
    vertical-align: middle;
    font-size: .8rem;
    color: rgb(255,255,255); color: rgba(255,255,255,1);
}

input {
    border-radius: 5px;
    font-size: .9rem;
    width: 90%;
    height: 2.2rem;
    margin: .75rem 0 0 0;
    border-color: rgb(0,0,0); border-color: rgba(0,0,0,.5);
    padding: .5rem;
}

textarea {
    border-radius: 5px;
    width: 90%;
    font-size: .9rem;
    margin: .75rem 0 0 0;
    padding: .5rem;
}

.check {
    position: absolute;
    right: 1.8rem;
    top: 1.5rem;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-image: url(../images/checkNotes.svg);
    background-size: 1rem, auto;
    background-position: 0 -3rem;
}

.ok {
    background-position: 0 0;
}

.attention {
    background-position: 0 -1rem;
}

.fail {
    background-position: 0 -2rem;
}

#message {
    width: 90%;
    height: 12rem;
}

.message_false {
    width: 100% !important;
}


/*Ende Stage*/

/*Mediaqueries*/
@media only screen and (min-width: 1408px) {
}

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

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

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

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

@media only screen and (max-width: 1408px) {
}

@media only screen and (max-width: 1280px) {
    html {font-size: 16px}
}

@media only screen and (max-width: 1168px) {
    html {font-size: 15px}
}

@media only screen and (max-width: 1024px) {
    html {font-size: 14px}
}
    
@media only screen and (max-width: 896px) {
    html {font-size: 13px}
    }

@media only screen and (max-width: 768px) {
    html {font-size: 12px}
    }

@media only screen and (max-width: 640px) {
    html {font-size: 11px}
}

@media only screen and (max-width: 512px) {
    html {font-size: 10px;}
    .stageHead {
        position: fixed;
        background-image: url('');
        background-color: rgba(245, 245, 245, .9);
    }
    #main_nav {
        position: fixed;
        background-image: url('../images/mobil_menue_button.png');
        background-size: 1.5rem;
        background-position: top center;
        background-repeat: no-repeat;
        background-color: rgba(255, 255, 255, 0);
        margin-top: 4.5rem;
        width: 16rem;
        height: 1rem;
        top: 0;
        overflow: hidden;
        z-index: 105;}   
    #main_nav ul {
        margin-top: 0;}
    #main_nav ul li {
        width: 16rem;
        height: 2rem;
        clear:left;
        text-decoration: none;
        list-style: none;
        border-radius: 1px;
        margin: 1px 0;}
    #main_nav ul li a{
        width: 100%;
        padding: 1rem 0 1rem 0;
        font-size: 1.5rem;
        font-weight: 600;}
    #main_nav:hover {
        height: 20rem;
        background-color: rgb(245, 245, 245);
        background-color: rgba(245, 245, 245, .9);
        -webkit-transition: height 1s ease;
        -moz-transition: height 1s ease;
        transition: height 1s ease;}
    .nav_activ{
        background-image: none;
        color: rgb(153,0,0); color: rgba(153,0,0,1);}
    .hidden{
        display: none !important;
    }
    section {
    padding-top: 9rem;
}


}

@media only screen and (max-width: 420px) {
    html {font-size: 10px;}
    
    .stagebottom {
        position: fixed;
        bottom: 0;
        background-image: url('');
        background-repeat: no-repeat;
        background-position: center;
        background-position-y: 0;
        background-size: 100%;
        background-color: rgb(255,153,51); 
        background-color: rgba(255,153,51,1);
        width: 101%;
        height: 8vh;
        z-index: 80;
    }
    .bottom-animation{
    animation: animationStageBottom ease-out 1s 3600s; animation-iteration-count: 1; transform-origin: 0% 0%; animation-fill-mode:forwards;
    -moz-animation: animationStageBottom ease-out 1s 3600s; -moz-animation-iteration-count: 1; -moz-transform-origin: 0% 0%; -moz-animation-fill-mode:forwards;
    -webkit-animation: animationStageBottom ease-out 1s 3600s; -webkit-animation-iteration-count: 1; -webkit-transform-origin: 0% 0%; -webkit-animation-fill-mode:forwards;
    }
    .stagefirst {
        position: fixed;
        top: 0;
        background-image: url('../images/Titel_First_420.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-position-y: 0;
        background-size: 100%;
        background-color: rgb(255,255,255); 
        background-color: rgba(255,255,255,1);
        width: 101%;
        height: 101vh;
        z-index: 115;
    }
    .logo {
        
        float: right;
        right: 2rem;
        top: 2rem;
        z-index: 130;
        height: 4rem;
    }
    .logo-first{
        float: right;
        right: 2rem;
        top: 4rem;
        z-index: 130;
        height: 4rem;
    }
}

/*@media only screen and (max-height: 35rem) {
    #select_nav ul li a {padding:1rem}
    .stageBottom {bottom: -10.5rem}
}*/

@media screen and (device-aspect-ratio: 40/71) {
    html {font-size: 9px;}
}

/*Startanimation für Head, Logo und Menü*/
@keyframes animationStageHead{ 0% {opacity:1; transform: translate(0px,0rem) scaleY(1);} 100% {opacity:1; transform: translate(0px,-1000px) scaleY(1);}}
@-moz-keyframes animationStageHead{ 0% {opacity:1; -moz-transform: translate(0px,0rem) scaleY(1);} 100% {opacity:1; -moz-transform: translate(0px,-1000px) scaleY(1);}}
@-webkit-keyframes animationStageHead{ 0% {opacity:1; -webkit-transform: translate(0px,0rem) scaleY(1);} 100% {opacity:1; -webkit-transform: translate(0px,-1000px) scaleY(1);}}

@keyframes animationStageLogo{ 0% {opacity:1; transform: translate(0,0) scale(1);} 100% {opacity:0; transform: translate(16rem,-2rem) scale(.75);}}
@-moz-keyframes animationStageLogo{ 0% {opacity:1; -moz-transform: translate(0,0) scale(1);} 100% {opacity:0; -moz-transform: translate(16rem,-2rem) scale(.75);}}
@-webkit-keyframes animationStageLogo{ 0% {opacity:1; -webkit-transform: translate(0,0) scale(1);} 100% {opacity:0; -webkit-transform: translate(16rem,-2rem) scale(.75);}}

@keyframes animationStageBottom{ 0% {opacity:1; transform: translate(0px,0rem) scaleY(1);} 100% {opacity:1; transform: translate(0px,15vh) scaleY(1);}}
@-moz-keyframes animationStageBottom{ 0% {opacity:1; -moz-transform: translate(0px,0rem) scaleY(1);} 100% {opacity:1; -moz-transform: translate(0px,15vh) scaleY(1);}}
@-webkit-keyframes animationStageBottom{ 0% {opacity:1; -webkit-transform: translate(0px,0rem) scaleY(1);} 100% {opacity:1; -webkit-transform: translate(0px,15vh) scaleY(1);}}