.grecaptcha-badge { 
    top:65px !important; 
}

div.text {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
}


label.control-label {
    display: none;
}

#webcontainer {
    width: 300px;
    margin: 50px auto 0;
}

body{
    background-color: #404040;
    position: absolute;
    width: 100%;
    min-height: 950px;
    height: 100%;
}

#logo {
    width: 100%;
    margin:  25px 0;
}

#webcontainer .form-group {
    margin: 5px 0;
    width: 100%;
}

.form-group input, .form-group textarea, .form-group button {
    width: 100%;
    border-radius: 0;
    border: none;
}


.form-group input, .form-group textarea{
    background-color: #000000;
    opacity: 0.7;
}

.form-group button {
        font-weight: bold;
}

#background {
    background-image: url(images/bg.jpg);
    width: 110%;
    height: 1300px;
    position: fixed;
    left: -10%;
    bottom: 0;
    z-index: -9999;
    background-repeat: no-repeat;
}

body .alert {
    border: 1px #ffffff solid;
    border-radius: 0;
    color: #ffffff;
    font-weight: bold;
    margin-top: 25px;
}

.textimage {
    width: 100%;
}

.footer {
    font-weight: bold;
    color: #595959;
    margin-top: 7px;
    text-align: center;
}



@media (min-width: 700px){
.footer {
    position: absolute;
}

.address {
    left: 50px;
    bottom: 25px;
}

.impressum {
    right: 50px;
    bottom: 25px;
}
}
.impressum a{
    color: #595959;
}

.impressum a:hover {
    color: #ffffff;
    text-decoration: none;
}

.textcontent {
    color: #ffffff;
    text-align: center;
    margin-top: 200px;
}

.textcontent h2, .textcontent h3 {
    text-transform: uppercase;
}

.maillink a {
    font-size: 25px;
    color: white;
    text-transform: uppercase;
    font-family: sans-serif;
}

.maillink {
    margin: 20px auto;
    display: table;
}

