/* Main CSS JSC BAUPLANUNG Coming Soon Page */

html {
    background: url("../img/hintergrund-1.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
    font-family: 'Raleway', Tahoma, sans-serif;
}

h1 {
    font-weight: 900;
    font-size: 4em;
    color: #007330;
    text-align: center;
    margin-bottom: 0.25em;
    margin-top: 0.25em;
    text-shadow: 1px 1px 1px #000;
}

h2 {
    margin-bottom: 0.5em;
}

.ribbon {
    margin-top: 1em;
    margin-bottom: 2em;
}

.wrap {
    display: inline-block;
    border: 2px solid #007330;
    padding: .25em 1em;
    background: rgba(255,255,255,0.8);
    border-radius: 5px;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.5);
	box-shadow: 0 8px 6px -6px rgba(0,0,0,0.5);
}

.content {
    margin-bottom: 2em;
}

a {
    color: #000;
    text-decoration: none;
}

.btn {
    padding: .25em .5em;
    width: 220px;
    border: 1px solid #007330;
    border-radius: 5px;
    display: block;
    margin: 0.5em auto; 
}

strong {
    color: #007330;
}