@import 'stylesheet.css';

div.mainText {
    
    z-index: 2;
    
}

.fsBackground {
    
    background-image: url(img/back-contact.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;
    
}

h1 {

font-size: 3.5em;
margin-left: 20%;

}

.lbls {
    
    margin-left: 25%;
    font-size: 1.0em;
    color: gray;
    
}

input {

    margin-left: 25%;
    width: 50%;
    height: 40px;
    font-size: 1.5em;
    font-family: "Economica";
    color: rgba(52, 188, 216, 1.0);

}

textarea {
    
    margin-left: 25%;
    width: 50%;
    font-size: 1.5em;
    font-family: "Economica";
    color: rgba(52, 188, 216, 1.0);
    resize: none;
    
}

select {
    
    margin-left: 25%;
    width: 50%;
    height: 40px;
    line-height: 40px;
    font-size: 1.5em;
    font-family: "Economica";
    color: rgba(52, 188, 216, 1.0);
    background: rgba(255, 255, 255, 0.99);
    
}

.opaHome {
    
    opacity: 1.0;
    
}

.noneTransition {
    
    -moz-transition: none;
    -webkit-transition: none;
    transition: none;
    
}

.customButtonSend {
    
    width: 50%;
    height: 50px;
    border: 1.0px solid gray;
    border-radius: 5px;
    text-align: center;
    margin-left: 25%;
    margin-top: 30px;
    color: lightgray;
    text-align: center;
    padding: 12px;
    font-size: 1.2em;
    cursor: pointer;
    
    -moz-transition: 0.5s linear;
    -webkit-transition: 0.5s linear;
    transition: 0.5s linear;
    
    
}

/*.customButtonSend a {
    
    display: block;
    color: lightgray;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    height: 100%;
    font-size: 1.2em;
    z-index: 10;
    
    -moz-transition: 0.5s linear;
    -webkit-transition: 0.5s linear;
    transition: 0.5s linear;
    
}*/

.customButtonSend:hover:not(.active) {
    
    border: 1.0px solid rgba(52, 188, 216, 1.0);
    background-color: rgba(52, 188, 216, 0.7);
    color: white;
    
}

input, .lbls, textarea, select, h1 {
    
    -moz-transition: 0.5s linear;
    -webkit-transition: 0.5s linear;
    transition: 0.5s linear;
    
}

.infoBar {
    
    position: fixed;
    width: 100%;
    height: 40px;
    background-color: rgb(132, 1, 34);
    color: white;
    bottom: -40px;
    text-align: center;
    padding: 5px;
    font-size: 1.5em;
    
    -moz-transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;

    
}

.openInfoBar {

bottom: 0px;

}

.impressum {
    
    //color: black;
    font-size: 1.5em;
    max-width: 1000px;
    height: 600px;
    padding: 15px;
    margin-top: 65px;
    margin-right: auto;
    margin-left: auto;
    text-align: justify;
    opacity: 1.0;
    color: black;
    color: rgba(0, 0, 0, 0.8);
    
    -moz-transition: all 1.5s;
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
    
}

/*.succed {

width:400px;
height: 600px;
margin-left: auto;
margin-right: auto;
color: 

}*/


@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) {
    
    input, .lbls, textarea, select, .customButtonSend {
        
        width: 70%;
        //margin-left: 5%;
        //margin-right: 5%;
        
    }
    
}

@media screen and (max-width:759px) {
    
    .impressum {
        
        //color: gray;
        font-size: 1.0em;
        width: 100%;
        
    }
    
    h1 {
        
        width: 90%;
        margin-left: 5px;
        
    }
    
    input, .lbls, textarea, select, .customButtonSend {
        
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        
    }

    
}
