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

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

html {
    font-family: "Skia_Regular", sans-serif;
    font-size: 16px;
    margin: 0;
    /*overflow: hidden;*/
}

body {
    line-height: 1.5em;
}

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

p {
    padding-bottom: 1rem;
    line-height: 1.8rem;
    font-size: 1.2rem;
}

b  {
    font-size: 110%;
    font-weight: bold;
}

.credit {
    float: right;
    font-size: 0.8rem;
    line-height: 0.6rem;
    margin-right: 15rem;
}

.clearfix:after {
    display: block;
    clear: both;
    content: "Per CSS eingefügte Clear-Box für float";
    color: blue !Important;
    height: 0;
    visibility: hidden;
}

.backgroundWrapper {
    position: relative;
    margin: 0 auto;
    background-color: rgba(255,255,255,1);
}

/*hauptnavigation*/
.headerwrapper {
    position: relative;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}

.footerwrapper {
    position: relative;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}

.wrapper {
    position: relative;
    top: 9rem;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}

header {
    position: fixed;
    top: 0;
    z-index: 200;
    width: 100%;
    background-color: rgba(255,255,255,1);
    box-shadow: 0 .1rem .2rem silver;
    margin: 0 auto;
}

.footertxt {
    position: fixed;
    font-size: 0.8rem;
    font-family: "Skia_Regular", sans-serif;
    margin-top: 0.2rem;
    bottom: 0.1rem;

}

.footermail {
    color: rgba(255,255,255,1) !important;
}

.footer {
    position: fixed;
    width: 100%;
    background-color: rgba(151,151,151,1);
    z-index: 200;
    color: rgba(255,255,255,1);
    bottom: 0;
    background-image: linear-gradient(150deg, rgba(37,55,141,1)35%, rgba(94,196,231,1)55%)

}

.stagefoot {
    height: 5rem;
}



h1 {
    position: relative;
    float: right;
}

h2 {
    font-size: 200%;
    padding-bottom: 1rem;
    line-height: 130%;
    margin-top: 5rem;
    margin-bottom: 1rem;
}
   
h3 {
    font-size: 150%;
    padding-top: 1.5rem;
    padding-bottom: .5rem;
    color: rgb(37,55,131); color: rgba(37,55,131,1)
}
   
h4 {
    font-size: 120%;
    padding-top: 1rem;
    padding-bottom: .5rem;
}
   
h5 {
    font-weight: 900;
    font-size: 120%;
    color: rgb(37,55,131); color: rgba(37,55,131,1);
    padding-top: 1rem;
    padding-bottom: .5rem;
}
   
h6 {
    font-size: 100%;
}

.logo {
    position: relative;
    float: right;
    margin-top: 1.5rem;
    margin-right: 3rem;
    margin-bottom: .5rem;
    height: 3.5rem;
}

.logomobil {
    display: none;
    position: relative;
    float: right;
    margin-top: 1.5rem;
    margin-right: 3rem;
    margin-bottom: .5rem;
    height: 8rem;
}

.text-hidden {
    display: none;
}

.menu {
    max-width: 1280px;
    width: 100%;
}

.slider {
    /*top: 4rem;*/
    position: relative;
    width: 100%;
    margin-bottom: 2rem;
}

#main_nav {
    position: relative;
    float: left;
    z-index: 120;
    width: 100.3%;
    margin-left: 4rem;
    /*background-color: rgba(151,151,151,1);*/
    /*background-image: linear-gradient(7deg, rgba(37,55,141,1)30%, rgba(94,196,231,1)90%)*/
}

#main_nav_bottom {
    position: relative;
    z-index: 120;
    width: 90%;
    margin: 0 auto;
    height: 3rem;
    background-color: rgba(151,151,151,1);
    background-image: linear-gradient(150deg, rgba(37,55,141,1)35%, rgba(94,196,231,1)55%)
}

#main_nav ul {
    max-width: 1280px;
    display: flex;
    margin-top: .5rem;
    margin-bottom: .5rem;
}

#main_nav_bottom ul {
    margin: 0.2rem 0;
    display: block;
}

#main_nav ul li {
    float: left;
    padding: 0 1rem 0 0;
    text-decoration: none;
    list-style: none;
    display: block;
}

#main_nav_bottom ul li {
    float: right;
    margin: 0 0 0 2rem;
    text-decoration: none;
    list-style: none;
    padding: 0;
    display: inline-block;
}

#main_nav ul li a{
    font-family: "Skia_Regular", sans-serif;height: 1rem;
    font-size: .9rem;
    display: inline-block;
    text-decoration: none;
    color: rgba(0,0,0,1);
    margin-bottom: .5rem;
}

#main_nav_bottom ul li a{
    font-family: "Skia_Regular", sans-serif;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    color: rgba(255,255,255,1);
}

#main_nav ul li a:hover{
    color: rgba(107,125,231,1);
}

#main_nav_bottom ul li a:hover{
    color: rgba(107,125,231,1);
}

.navActiv{
    color: rgba(107,125,231,1) !important;
}
/*Ende Hauptnavigation*/

/*Sprachmenu*/

#lang_menu {
    position: absolute;
    float: left;
    font-size: 120%;
    margin-top: 1rem;
    margin-left: 4rem;
    line-height: 100%;
    z-index: 500;
}

#lang_menu input {
    border: #0f0f0f;
    background-color: rgba(94,196,231,.2);
    padding: .2rem .5rem .2rem .5rem;
    border-radius: .5rem;
}

/*Stage*/
#stage {
    border-color: #00bcd4;
    border-radius: 1rem;
    border-width: 5px;
}

.mobileonly {
    display: none;
}

.stage_bottom {
    margin-bottom: 10rem;
}

#stage h2 {
    text-align: center;
}

#stage p {
    text-align: justify;
}

#stage.work {
    width: 90%;
    margin: 0 auto;
}

#stage.serv {
    width: 90%;
    margin: 0 auto;
}

#stage.work {
    width: 90%;
    margin: 0 auto;
}

#stage.about {
    width: 90%;
    margin: 0 auto;
}

.galerie {
    display: flex;
    margin-top: .5rem;
}

.galerieitem {
    width: 30%;
    margin-right: 1rem;
}

.itempic {
    width: 90%;
    height: 15rem;
    background-color: #0D3349;
    margin-bottom: 2rem;
}

#stage.contact {
    width: 90%;
    margin: 0 auto;
}

#stage.legal {
    width: 90%;
    margin: 0 auto;
}

#stage.datasecure{
    width: 90%;
    margin: 0 auto;
}


/*Stage_work*/

.CONST {
    text-align: center;
}

.unselect {
    opacity: .5;
}
/*Ende StageWork*/

/*StageLegal*/

#stage.legal address {
    padding-bottom: .5rem;
}

#stage.legal p {
    padding-bottom: .5rem;
}

#stage.legal p a {
    color: rgb(153,0,0); color: rgba(153,0,0,1);
}
/*Ende StageLegal*/


/*StagePartner*/
.partner {
    float: left;
    width: 44%;
    height: 300px;
    margin: 0 3rem 6rem 0;
}

/*Ende Stage*/

#li {
}

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

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

@media only screen and (min-width: 1920px) {
    .stageHead {
       height: 10rem;
    }
}

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

}

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

    .wrapper {
        top: 5rem;
    }

    .logo {
        height: 4.5rem;
    }

    #main_nav {
        display: none;
        width: 11rem;
        top: 4.5rem;
    }

    #lang_menu {
        margin-left: 7rem;
    }

    #main_nav ul {
        flex-direction: column;
        margin-top: 4rem;
        margin-left: -2rem;
    }

    #main_nav ul li {
        position: relative;
        width: 40rem;
        text-decoration: none;
        list-style: none;
        border-top: .5px solid black;
        background-color: rgba(240,240,240,.95);
    }

    #main_nav ul li:first-child {
        border-top: none;
    }

    #main_nav ul li a {
        padding: 1.2rem 1rem 2rem 1rem;
        display: inline-block;
        text-decoration: none;
        font-size: 200%;
        color: rgba(0,129,227,1);
    }

    .menu {
        display: inline-block;
        position: absolute;
        z-index: 299;
        width: 6rem;
        height: 5rem;
        overflow: visible;
    }

    .menuicon {
        position: absolute;
        top: .75rem;
        left: 3rem;
        width: 2rem;
        height: 2rem;
    }

    .menuicon-bread {
        position: absolute;
        z-index: 300;
        top: .9375rem;
        left: 0;
        width: 2rem;
        height: .2rem;
        background-color: rgba(0,129,227,1);
        border-radius: .125rem;
        display: inline-block;
    }

    .menuicon-bread.top {
        top: .4375rem;
    }

    .menuicon-bread.middle {
        top: .9375rem;
    }

    .menuicon-bread.bottom {
        top: 1.4375rem;
    }

    .menu:hover .menuicon-bread.middle{
        display:none;
    }

    .menu:hover #main_nav {
        display: inline-block;
        overflow: visible;
    }
}

@media only screen and (max-width: 896px) {
    html {
        font-size: 14px;
    }
    p {
        font-size: 110%;
    }
    .logo {
        height: 4rem;
    }

}

@media only screen and (max-width: 768px) {
    html {
        font-size: 13px;
    }
    p {
        font-size: 120%;
    }
    .logo {
        height: 3.5rem;
    }

}

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

    p {
        font-size: 130%;
    }

    #lang_menu {
        font-size: 100%;
        margin-top: 2rem;
        margin-left: 6.5rem;
    }

    .wrapper {
        top: 9rem;
    }

    .logo {
        display: none;
    }

    .logomobil {
        display: block;
    }

    .menuicon {
        top: 1.8rem;
        left: 3rem;
    }

    #main_nav {
        position: absolute;
    }

    #main_nav ul {
        display: flex;
        justify-content: center;
    }

    #main_nav ul li {
    }

    #main_nav_bottom ul li {
    }

    .mobileonly {
        display: block;
    }

    .footertxt {
        margin-top: 0;
    }

    .partner {
        width: 100%;
        height: 200px;
    }
}
    
@media only screen and (max-width: 512px) {
    html {
        font-size: 11px
    }

    p {
        font-size: 140%;
    }

    .wrapper {
        top: 8rem;
    }

    .logomobil {
        height: 5rem;
    }

    .foothidden {
        display: none;
    }
}

@media only screen and (max-width: 448px) {
    html {
        font-size: 10px;
    }

    p {
        font-size: 150%;
    }

    .wrapper {
        top: 7rem;
    }

    .logomobil {
        height: 4rem;
    }

    .footertxt {
        margin-left: 1rem;
    }
}

@media only screen and (max-width: 384px) {
    html {
        font-size: 10px;
    }

    p {
        font-size: 160%;
    }

    .footertxt {
        margin-left: 1rem;
    }
}

/*Ende Mediaqueries*/