@charset "utf-8";
/*################## ZUSAMMENGEFASSTE KLASSEN ###########################################*/
body, html, .mz_home, .mz_pages, footer {
    background-color: #1c1c1c; 
}

h1, #mz_menu ul li, #mz_menu ul li a, #mz_Text, article, #mz_footer_menu {
    font-family: 'Ubuntu', sans-serif;
    font-weight: bolder;
    font-size: 20px; 
}

h2 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #e02c6f;
}
/*################## ZUSAMMENGEFASSTE KLASSEN ###########################################*/

/*################## HTML TAGS ##########################################################*/
body, html { 
    margin: 0; 
    padding: 0; 
    width: 100%; 
    height: 100%; 
}
h1 {
    text-transform: uppercase;
    font-size: 30px;
    width: 200px;
    position: absolute;
    top: 150px;
    left: 50%;
    margin: 0 0 0 -100px;
    text-align: center;
}
/*################## HTML TAGS ##########################################################*/

/*################## HEADER #############################################################*/
.mz_home {
    width: 100%; 
    height: 100%; 
    background:url(../Images/mz_header_bg.png) no-repeat center center; 
    background-size: cover;
    overflow:hidden;
    float: left;
    margin-bottom: 50px;
}

.mz_pages {
    width: 100%; 
    height: 50%; 
    background:url(../Images/mz_header_bg.png) no-repeat center center; 
    background-size: cover;
    overflow: hidden;
    float: left;
    margin-bottom: 50px;
}

#mz_underconstruction_logo {
    width: 300px;
    height: auto; 
    float: left;
    position: absolute;
    top: 10%;
    left: 50%;
    margin: 0 0 0 -150px; 
}

#mz_underconstruction_logo img {
    width: 100%;
    height: auto; 
}

#mz_logo {
    width: 350px;
    float: left; 
    overflow: hidden; 
}

#mz_logo img { 
    width: 100%px; 
    height: auto; 
}

#mz_menu ul { 
    margin: 0; 
    padding: 0;
    float: right; 
}

#mz_menu ul li { 
    color: #66c4cc;                 
    list-style: none; 
    text-transform: uppercase;
    float: left; 
    margin: 20px 20px 0 0; 
}

#mz_menu ul li a {
    text-transform: uppercase;
    color: #66c4cc;
    text-decoration: none; 
}

#mz_menu ul li a:hover { 
    color: #e02c6f; 
}

#mz_menu ul li a.mz_active { 
    color: #e02c6f; 
} 

#mz_Text {
    width: 700px;
    padding: 10px;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    top: 85%;
    left: 50%;
    margin: 0 0 0 -360px;
    background: rgba(102,196,204,0.8); 
}

.mz_menu_titel {
    display: none; 
}

@media screen and (max-width: 950px){
    #mz_logo {
        position: absolute;
        top: 40px;
        left: 50%;
        margin: 0 0 0 -175px;
        width: 350px;
        float: left; 
        overflow: hidden; 
    }

    #mz_logo img { 
        width: 100%; 
        height: auto; 
    }
    
    #mz_underconstruction_logo {
        width: 200px;
        height: auto; 
        float: left;
        position: absolute;
        top: 120px;
        left: 50%;
        margin: 0 0 0 -100px; 
    }

    #mz_underconstruction_logo img {
        width: 100%;
        height: auto; 
    }
    
    #mz_menu ul { 
        z-index: 100;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.8);
        height: 45px;
        width: 100%;
        overflow: hidden; 
    }
    
    #mz_menu ul:hover {
        height: auto; 
    }
    
    #mz_menu ul:focus {
        height: auto; 
    }
    
    #mz_menu ul li {
        float: none; 
        margin: 0;
        text-align: center;
        padding: 15px 0 0 0;
        height: 30px; 
    }
    
    .mz_menu_titel {
        display: block;
    }
}

@media screen and (max-width: 701px){
    #mz_Text {
        width: 100%;
        padding: 6px;
        font-size: 14px;
        font-family: 'Ubuntu', sans-serif;
        font-weight: bolder;
        text-transform: uppercase;
        text-align: center; 
        position: absolute;
        top: 85%;
        left: 50%;
        margin: 0 0 0 -50%;
        background: rgba(102,196,204,0.8); 
    }
}

@media screen and (max-width: 320px){
    #mz_underconstruction_logo {
        display: none; 
    }

    #mz_underconstruction_logo img {
        display: none; 
    }
}

/*################## HEADER #############################################################*/

/*################## ARTICLE ############################################################*/
article {
    margin: 0 20%; 
    float: left;
    background-color: #1c1c1c;
    color: #66c4cc;
}
/*################## ARTICLE ############################################################*/

/*################## FOOTER  ############################################################*/

footer {        
    background:url(../Images/mz_footer_bg.png) no-repeat center center; 
    width: 100%;
    height: 200px; 
    float: left; 
}

#mz_footer_menu {
    color:#e02c6f; 
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    margin: 136px 0 0 0; 
}

#mz_footer_menu a { 
    color: #66c4cc;
    text-decoration: none; 
}

#mz_footer_menu a:hover { 
    color: #e02c6f; 
}

#mz_footer_menu span { 
    letter-spacing: 2px;
    display: block;
    margin: 15px 0 0 0 ; 
}

#mz_footer_menu span a { 
    color: #66c4cc;
    text-decoration: none; 
}

#mz_footer_menu span a:hover { 
    color: #e02c6f; 
}

/*################## FOOTER   ############################################################*/