@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: 1000;
	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: 768px; 
    max-height: 48rem;
    min-height: 400px; 
    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: rgb(255,255,255); 
    background-color: rgba(255,255,255,1);*/
    width: 101%;
    height: 128px; height: 10rem;
}

.logo-first {
    position: fixed;
    float: right;
    height: 8rem;
    right: 18rem;
    top: 6rem;
    z-index: 120;
}
   
.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: 100%;
    background-color: rgb(255,255,255); 
    background-color: rgba(255,255,255,1);
    width: 101%;
    height: 86vh;
    z-index: 110;
}

.stagebuttom {
    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: 100;
}

.head-animation{
    animation: animationStageHead ease-out 3s 5s; animation-iteration-count: 1; transform-origin: 0% 0%; animation-fill-mode:forwards;
    -moz-animation: animationStageHead ease-out 3s 5s; -moz-animation-iteration-count: 1; -moz-transform-origin: 0% 0%; -moz-animation-fill-mode:forwards;
    -webkit-animation: animationStageHead ease-out 3s 5s; -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;
}

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

header {
 
}
/*Ende Seite*/

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

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

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

h3 {
    color: rgba(67, 74, 79, 1);
    font-size: 1rem;
    margin-top: 8px; margin-top: .5rem;
}

h4 {
    color: rgba(67, 74, 79, 1);
    font-size: 1rem;
    margin-top: 8px; margin-top: .5rem;
}
/*Ruhend um Konflikt mit Startanimation aufzulösen*/

.text-hidden {
    display: none;
}

#main_nav {
    position: fixed;
    z-index: 80;
    float: left;
    width: 100%;
    padding-top: 1rem;
    margin-top: 9.25rem;
    background-color: rgb(250, 250, 250);
    font-size: .8rem;
    text-align: center;
    }
    
#main_nav ul{
    width: 768px; width:58rem;
    display: inline-block;
    }

#main_nav ul li a{
    height: 16px;  
    height: 1rem;
    padding: 0rem .5rem 0rem .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: 40px;
    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);
}

.white {
    color: rgb(255, 255, 255) !important;
}

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

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


section {
    padding-top: 12rem;
}
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;
}

.downloadstage div h4{
    margin-top: 1rem;
    margin-left: 2rem;
    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: 0rem 3rem 0rem 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: .5rem;
}

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

#stage div h4{
    text-align: center;
}

#newsLeft{
    float: left;
}

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

.Geschäftsbericht{
    float: left;
    width: 75%;
}

#newsRight{
    float: left;
}

.titel_bei_uns{
    width: 15%;
    margin: 1rem;
    border: 1px solid;
}

.bei_uns{
    width: 50%;
    display: inline-block;
}  

#archiv{
    float: left;
    overflow-y: hidden;
    height: 10rem;
}
.archiv_bei_uns{
    height: 4.5rem;
    display: inline-block;
}


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

#mail div {
    position: relative;
}

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

#mailaddress:after {
    margin-top: 1em; 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: 1em; 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: 1.2em; height: 1.2rem;
    margin: .75em 0 0 0; margin: .75rem 0 0 0;
    border-color: rgb(0,0,0); border-color: rgba(0,0,0,.5);
    padding: .5em; padding: .5rem;
}

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

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

.ok {
    background-position: 0 0;
}

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

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

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

.message_false {
    width: 100% !important;
}

#captcha {
    width: 92%;
    height: 64px; height: 4rem;
    margin: .5rem 0 1rem 4%;
    position: relative;
}

.captcha_img {
    float: left;
    display: block;
    width: 160px; width: 7rem;
    height: 64px; height: 4rem;
    background-image: url("../images/captcha2.ashx_.png");
    background-size: 480px auto; background-size: 21rem 20rem;
    background-position: -7rem -4rem;
}

#captcha_txt {
    position: relative;
    height: 76px; height: 4.5rem;
    float: right;
    width: 100%;
}

#captcha_inf {
    display: block;
    width: 100%;
    text-align: center;
    color: rgb(255,255,255); color: rgba(255,255,255,1);
    font-size: .8em; font-size: .8rem;
}

#captcha_inp {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 25%;
    height: 1em; height: 1rem;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
}

.sent_bttn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60%;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    color: rgb(255,255,255); color: rgba(255,255,255,1);
    background-color: rgb(255,153,51); background-color: rgba(255,153,51,1);
    padding: .25em; padding: .25rem;
}

/*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: rgb(245, 245, 245);
        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: rgb(255, 255, 255);
        background-color: rgba(255, 255, 255, 0);
        margin-top: 4.5rem;
        width: 16rem;
        height: 1rem;
        top: 0rem;
        overflow: hidden;
        z-index: 105;}   
    #main_nav ul {
        margin-top: 0rem;}
    #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: 15vh;
        z-index: 100;
    }
    .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;
    }
}