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

body, html {
    font-family: 'Dosis', sans-serif;
    height: 100%; width: 100%;
    background-color: #e4e5e7;
    margin: 0px; padding: 0px;
}

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

.tabelle {
    display: table; width: 100%; height: 100%;
}

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

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

h1 {
    font-size: 90px; color: rgba(255,255,255,1);
    text-shadow: 0px 0px 5px rgba(0,0,0,0.3);
    font-weight: 400; letter-spacing: 1px;
    line-height: 90px;
}

h2 { 
    font-weight: 100; 
    color: rgba(0,0,0,0.5); 
    font-size: 48px;
}

.right {
    font-size: 18px; line-height: 36px;
    text-align: center;
    margin-top: 150px;
}

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

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

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

.break {
    display: none;
}

.nonbreak {
    display: inline;
}

@media (max-width: 700px) {
    h1 { font-size: 80px; line-height: 80px; }
    h2 { font-size: 43px; }
}

@media (max-width: 650px) {
    h1 { font-size: 70px; line-height: 70px; }
    h2 { font-size: 38px; }
    .break { display: block; }
    .nonbreak { display: none; }
}

@media (max-width: 400px) {
    h1 { font-size: 60px; line-height: 60px; }
    h2 { font-size: 33px; }
    #wrapper { padding: 25px }
}