/* 
    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;
}

body {
    background-image:url(../gfx/background.jpg);
    background-size: cover;
    background-position: center center;
}

img { border: 0px; }

#wrapper {
    display: block;
    width: 100%; height: 100%; margin: 0 auto;
    position: relative;
    box-sizing: border-box; -moz-box-sizing: border-box;
    padding: 0px 0px 0px 0px;
    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(0,0,0,0.75);
    text-shadow: 0px 0px 5px rgba(235,228,216,0.8), 0px 0px 10px rgba(235,228,216,1);
    font-weight: 400; letter-spacing: 1px;
    line-height: 90px;
    margin-bottom: -40px;
    margin-right: 25px;
}

h2 { 
    font-weight: 100; 
    color: rgba(0,0,0,0.5); 
    font-size: 32px;
    letter-spacing: 0.2px;
    text-shadow: 0px 0px 5px rgba(235,228,216,0.8), 0px 0px 10px rgba(235,228,216,1);
    margin-right: 0px;
    text-align: center; margin-left: 0px;
    display: block;
}

.right, #right2 {
    font-size: 18px; line-height: 26px;
    margin-top: 0px;
    background-color: rgba(255,255,255,0.5); 
    padding: 0px 0px 0px 0px;
    box-sizing: border-box; -moz-box-sizing: border-box;
    display: inline-block;
}

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

#break1, #break2 { 
    display: inline;
    color: red;
    margin-top: -50px;
}

#logo {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    width: 100%; max-width: 330px;
    margin: 0px 20px 0px 20px;
    position: relative; 
    margin-bottom: 0px;
}

#logo:hover {
    filter: none;
    -webkit-filter: none;
}

#blockspalte {
    text-align: right; vertical-align: bottom; height: 100%;
}

#right2 { display: none; }

.innerwrapper {
    display: inline-block;
    margin: 0 auto;
    padding: 0px 29px 0px 0px;
}

@media (max-width: 700px) {
    h1 { font-size: 80px; line-height: 80px; }
    h2 { font-size: 32px; }
    #break2 { display: none; }
}

@media (max-width: 650px) {
    h1 { font-size: 70px; line-height: 80px; }
    h2 { font-size: 32px; }
}

@media (max-width: 425px) {
    h1 { font-size: 52px; line-height: 80px; }
    h2 { font-size: 32px; }
    .right { font-size: 16px; line-height: 24px; width: 100%; height: 100%;}
    .innerwrapper { padding: 0px 0px 0px 0px; }
}

@media (max-width: 414px) {
    #logo {
        max-width: 90%; margin-left: 5%; margin-right: 5%;
    }
    
    #right2 { 
        display: table-cell; 
        height: 100%;
        vertical-align: bottom; 
        text-align: center;
    }
    
    
    #blockspalte {
        display: none;
    }
    
    .innerwrapper {
        text-align: right;
    }
}

@media (max-width: 320px) {
 
    #right2 { 
        padding: 48px 15px 42px 15x;
        display: table-cell; 
        height: 100%;
        vertical-align: bottom;
        overflow-x: hidden;
        font-size: 15px; line-height: 23px;
        
    }
    
    
}