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

header {
 
}

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

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

/*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: rgb(0, 136, 171); color: rgba(0, 136, 171, 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: 100;
    float: left;
    width: 100%;
    padding-top: 1rem;
    margin-top: 4.2rem;
    background-color: rgb(250, 250, 250);
    font-size: .8rem;
    text-align: center;
    }
    
#main_nav ul{
    width: 20rem;
    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: 0rem 1rem 1rem 1rem;
}

.einzug {
    text-indent: -1rem;
    padding-left: 2rem !important;
}

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

.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: 12rem;
}

section a{
}

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

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

.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: 2rem;
}

#stage div h3{
    text-align: center;
}
/*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;
    }
}
