@import 'stylesheet.css';

div.mainText {
    
    z-index: 2;
    
}

.fsBackground {
    
    background-image: url(img/back-imp.jpg);
    
    //webkit-box-shadow: inset 0px -8px 257px 3px rgba(0,0,0,0.2);
    //-moz-box-shadow: inset 0px -8px 257px 3px rgba(0,0,0,0.2);
    //box-shadow: inset 0px -8px 257px 3px rgba(0,0,0,0.2);
    
}

.impressum {

//color: black;
font-size: 1.5em;
max-width: 1000px;
padding: 15px;
margin-top: 65px;
margin-right: auto;
margin-left: auto;
text-align: justify;
opacity: 0.0;

-moz-transition: all 1.5s;
-webkit-transition: all 1.5s;
transition: all 1.5s;

}

.opaImp {

opacity: 1.0;
margin-top: 50px;

}

.opaImpTitle {
    
    opacity: 1.0;
    margin-top: 315px;
    
}

.impressum a, strong {

text-decoration: none;
color: black;
font-weight: bold;

}

.impressum p {
    
    color: black;
    color: rgba(0, 0, 0, 0.8);
    
}

/*.impressum h1 {

color: black;

}*/

p.signature {
    
    font-family: "Alex Brush";
    font-size: 1.5em;
    text-align: right;
    color: rgba(52, 188, 216, 1.0);
    
}


@media screen and (min-width:1200px) {
    

    
    
}

@media screen and (max-width:1199px) and (min-width:950px) {
    

    
}

@media screen and (max-width:949px) and (min-width:760px) {
    

    
}

@media screen and (max-width:759px) {
    
    .impressum {
        
        //color: gray;
        font-size: 1.0em;
        width: 100%;
        
    }
    
}
