/* 
    Created on : 09.02.2017, 11:28:14
    Author     : wolfe
*/

body, html {
    font-family: 'Exo', sans-serif;
    height: 100%; width: 100%;
    margin: 0px; padding: 0px;
}

body {
    height: 100%; width: 100%;
    background-color: black;
    font-size: 14px; line-height: 28px;
    text-align: center;
    background-repeat: no-repeat;
}

#wrapper {
    display: block;
    width: 100%; 
    max-width: 950px; min-width: 320px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box; -moz-box-sizing: border-box;
    padding: 25px;
}

.tabelle {
    display: table; 
    table-layout: fixed;
}

.tabelle.fullsize {
    min-height: 100%;
    width: 100%; 
}

.spalte {
    display: table-cell; width: 100%; height: 100%;
    vertical-align: middle; text-align: center;
} 

img.logo {
    width: 100%; max-width: 750px; 
}

.zeile {
    display: table-row; width: 100%;
}

div .spalte.balkentop {
    background-color: black; 
    color: white; 
    height: 175px; 
}

div .spalte.balkenbottom {
    background-color: black; 
    color: white; height: 175px;
}

h1 {
    font-size: 45px; color: rgba(58,99,135,0.65);
    font-weight: 400; letter-spacing: 5px;
    line-height: 50px;
    margin: 75px 0px 35px 0px;
    text-shadow: 0px 0px 8px rgba(235,235,235,1);
}

h2 { 
    font-weight: 100; 
    color: rgba(0,0,0,0.5); 
    font-size: 24px;
    margin: 0px 0px 45px 0px;
    text-shadow: 0px 0px 4px rgba(235,235,235,1);
}

a:link, a:visited {
    color: rgba(255,255,255,0.8);
    text-decoration: none;
}

a:hover {
    color: rgba(255,255,255,1);
}

.eagle {
    display: block; 
    width: 100%; max-width: 417px; 
    margin: 0 auto;
}

div .tabelle.footer  { margin: 0 auto; }

div .spalte.umbruch1 {
    width:40%; text-align: left; padding-right: 30px;
}

div .spalte.umbruch2 {
    width:40%; text-align: left; padding-right: 30px;
}

div .spalte.umbruch3 {
    width:20%; text-align: left;
}

div .spalte.inhalt {
    background-image: url(../gfx/background.jpg);
    background-size: cover;
    background-position: center center;
    background-color: #ebebeb;
}

br.handybreak { display: none; }

@media (max-width: 825px) {
    div .tabelle.footer  { display: block; width: 350px; margin: 0 auto;}
    div .spalte.umbruch1 { display: block; width: 100%; margin-bottom: 20px; padding: 0px;}
    div .spalte.umbruch2 { width: 100%; display: block; margin-bottom: 20px; padding: 0px;}
    div .spalte.umbruch3 { width: 100%; display: block; }
}

@media (max-width: 650px) {
    h1 { font-size: 40px; line-height: 40px; }
    h2 { font-size: 20px; }
}

@media (max-width: 500px) {
    h1 { font-size: 35px; line-height: 35px; margin-top: 50px; }
}

@media (max-width: 370px) {
    div .tabelle.footer  { display: block; width: 230px; margin: 0 auto;}
    h1 { font-size: 30px; line-height: 30px; }
    #wrapper { padding: 25px; }
    br.handybreak { display: block; }
}

@media (max-height: 975px) {
    div .spalte.balkentop {
        height: 125px;
    }

    div .spalte.balkenbottom {
        height: 125px;
    }
}

@media (max-height: 875px) {
    div .spalte.balkentop {
        height: 100px;
    }

    div .spalte.balkenbottom {
        height: 100px;
    }
}


@media (max-height: 834px) {
    div .spalte.balkentop {
        height: 50px;
    }

    div .spalte.balkenbottom {
        height: 75px;
    }
}

@media (max-height: 795px) {
    div .spalte.balkentop {
        height: 25px;
    }

    div .spalte.balkenbottom {
        height: 50px;
    }
}