div.text {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
}


label.control-label {
    display: none;
}

#webcontainer {
    min-width: 300px;
	width: 30%;
    margin: 50px auto 0;
    position: relative;
    max-width: 450px;
}

body{
    background-color: #000000;
    position: absolute;
    width: 100%;
    min-height: 600px;
    height: 100%;
    color: #FBEBDF;
}

#logo {
    width: 100%;
    margin:  25px 0;
}

#webcontainer .form-group {
    margin: 5px 0;
    min-width: 300px;
}

.form-group input, .form-group textarea, .form-group button {
    width: 100%;
    border-radius: 0;
    border: none;
    resize: none;
}

.form {
    min-width: 300px;
    width: 80%;
    margin: 75px auto 0;
    position: absolute;
    right: 0;
}


.form-group input, .form-group textarea{
    background-color: #FBEBDF;
    opacity: 0.7;
}

.form-group textarea{
height: 150px;
}

.form-group button {
        font-weight: bold;
}

#background {
    width: 58%;
    height: 1300px;
    position: fixed;
    left: 16%;
    top: 5%;
    z-index: -9999;
}

#background img{
    width: 45%;
}

body .alert {
    border: 1px #ffffff solid;
    border-radius: 0;
    color: #ffffff;
    font-weight: bold;
    margin-top: 25px;
    background-color: #404040;
}

.textimage {
    width: 100%;
    font-weight: bold;
}

.footer {
    font-weight: bold;
    color: #595959;
    margin-top: 7px;
    text-align: center;
}



@media (min-width: 700px){
.footer {
    position: absolute;
 bottom: 25px;
}

.address {
    left: 50px;
   
}
.remote {
	left:0;
	right:0;
	margin:0 auto;
}

.impressum {
    right: 50px;
}
}
.footer a{
    color: #595959;
}

.footer a:hover {
    color: #ffffff;
    text-decoration: none;
}

.textcontent {
    color: #000000;
    text-align: center;
    margin-top: 200px;
}

.textcontent h2, .textcontent h3 {
    text-transform: uppercase;
}

h1 > span.firstline{
font-family: 'Great Vibes', cursive;
font-size: 4em;
}

h1 > span.secondline{
font-family: 'Cinzel', serif;
position: absolute;
right: 0;
top: 3.2em;
}

h1 > span.thirdline{
font-family: 'Cinzel', serif;
position: absolute;
right: 0;
top: 8.2em;
font-size: 0.5em;
}

button.btn.btn-default{
    background-color:#FBEBDF;
}

@media (max-width: 1300px) {
	#background{
        left: 0;
        width: 59em;
        top: 9em;
    }
}