#get {
    background : url(http://http-get.de/get.gif) no-repeat;
}

#maedchenname{
    position:absolute;
    top:-9999px;
    left:-9999px;
}

html {
    font-size: 16px;
}

html, body {
    height: 100%;
}

body {
    font-family: 'Open Sans';
    font-size: 18px;
    border-top: 35px solid #e30613;
}

h1 {
    margin-top: 50px;
}

h1:after {
    content: '';
    height: 3px;
    width: 50px;
    background: #e30613;
    display: block;
    margin-bottom: 50px;
    margin-top: 20px;
}

a {
    transition: background-color .15s ease-in-out, color .15s ease-in-out, box-shadow .15s ease-in-out, border-color .15s ease-in-out;
}

.error-page h1:after {
    display: none;
}

.error-page small {
    font-size: .8rem;
}

.color-primary {
    color: #e30613 !important;
}

.primary-background {
    background-color: #e30613 !important;
}

.text-white {
    color: #fff !important;
}

.btn.primary-background {
    border-color: #e30613 !important;
}

.btn.primary-background:hover {
    color: #e30613 !important;
    background-color: #fff !important;
}

.navbar {
    margin-bottom: 0;
	border-radius: 0;
}

.navbar-default {
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(218,212,212,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(218,212,212,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(218,212,212,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(218,212,212,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(218,212,212,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(218,212,212,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dad4d4', GradientType=0 );
}

.navbar-default .navbar-nav > li > a {
    color: #5d5d5d;
    text-transform: uppercase;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	background-color: #e30613;
	color: #fff;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    background-color: #e30613;
    text-transform: uppercase;
}

.navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 15px;
}

.col-md-3 {
    padding: 0;
}

.fa-map-marker, .fa-phone-square, .fa-envelope {
    color: #e30613;
}

.info-text {
    font-size: 14px;
    line-height: 62px;
}

.upper-menu > .col-md-2 {
    padding: 0 !important;
}

.fa-commenting-o {
    color: #e30613;
    padding-bottom: 25px;
}

#four {
    position: relative;
}

#one .text-body {
    position: absolute;
    top: 300px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1em;
    color: #FFF;
    overflow: auto;
}

#two .text-body {
    position: absolute;
    top: 300px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1em;
    color: #FFF;
    overflow: auto;
}
#three .text-body {
    position: absolute;
    top: 300px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1em;
    color: #FFF;
    overflow: auto;
}
#four .text-body {
    position: absolute;
    top: 300px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1em;
    color: #FFF;
    overflow: auto;
}

.row-image .col-md-3 {
    position: relative;
}

.row-image .text-body {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1em;
    color: #FFF;
    overflow: auto;
}

.home-container {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.home-container .home--cell {
    background-color: grey;
    padding: 4em 1em 2em 1em;
    background-size: cover;
    background-position: center;
    color: #FFF;
}

@media (min-width: 1000px) {
    .home--cell {
        display: table-cell;
        width: 33.33%;
		vertical-align: bottom;
    }

    .home-container {
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        padding-top: 170px;
        z-index: -1;
    }
}

.home-container .h3 {
    font-weight: bold;
    text-transform: uppercase;
}

.message-1 {
    background-image: url('../img/section1.jpg');
}

.message-2 {
    background-image: url('../img/section2.jpg');
}

.message-3 {
    background-image: url('../img/section3.jpg');
}

.message-4 {
    background-image: url('../img/section4.jpg');
}
