@import url('fonts.css');
html {
    background-color: #eeeeee;
}

body {
    max-width: 1600px;
    background-color: #eeeeee;
    margin-left: auto;
    margin-right: auto;
}

.background {
    background: url(../img/bg.jpg) no-repeat 50% 50% fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.header {
    min-height: 568px;
    background: url('../img/jumbo.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 20px;
    position: relative;
}

.navbar-default {
    background: none;
    border: none;
}

.nav-pills {
    margin-top: 42px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover,
.nav-pills>li>a {
    background: none;
    font-family: Arial;
    font-size: 12px;
    text-transform: uppercase;
    color: #040000;
    border-radius: 0px;
    padding: 1px 8px;
    margin-right: 12px;
}

.nav-pills>li.active>a {
    color: #fd0202;
}

.nav-pills>li>a:hover {
    color: #fd0202;
    background: none;
}

.slide {
    position: relative;
}

.slide h3 {
    font-family: Arial;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    margin-top: 77%;
}

.slide img {
    margin-top: 27%;
    margin-left: 6%;
}

#margaret {
    position: absolute;
    bottom: 5.3%;
    right: 23%;
    z-index: 1;
}

#logo {
    position: absolute;
    bottom: 4.5%;
    right: 8.3%;
}

.header-bottom a {
    font-family: Arial;
    color: #fd0202;
    font-size: 12px;
    text-transform: uppercase;
    padding-left: 20px;
}

.header-bottom p {
    color: #fd0202;
}

li {
    font-family: Arial;
    font-size: 12px;
}

.header-bottom {
    padding-top: 22px;
    font-family: Arial;
    color: #fd0202;
    font-size: 14px;
    font-weight: bold;
    z-index: 1000;
    position: relative;
}

.flags {
    float: right;
    text-align: right;
}

h1 {
    font-family: Arial;
    color: #000;
    font-size: 18px;
    padding-top: 30px;
    padding-bottom: 15px;
}

p {
    font-family: Arial;
    color: #000;
    font-size: 12px;
}

.content {
    margin-top: 100px;
    margin-bottom: 100px;
    background-color: #f8f8f8;
}

.welcome {
    margin-bottom: 30px;
}

h2 {
    font-family: Arial;
    color: #fd0202;
    font-size: 18px;
    padding-top: 0px;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.right-img {
    padding-top: 25px;
    padding-bottom: 25px;
}

.tab {
    padding-left: 2em;
    line-height: 30px;
}

.contact-form {
    margin-top: 25px;
}

input {
    border-radius: 0px;
    border: none;
    height: 40px;
    background-color: #ffff;
    color: #aaa7a7;
    font-size: 10px;
    font-family: 'Arial';
    padding-left: 15px;
    margin-right: 10px;
    width: 31%;
}

input[type=submit] {
    margin-top: 15px;
    margin-bottom: 15px;
    float: right;
    background-color: #fff;
    color: #fd0202;
    text-transform: uppercase;
    font-weight: bold;
}

::-webkit-input-placeholder {
    font-size: 10px;
    font-family: 'Arial';
    color: #aaa7a7;
    padding-left: 15px;
}

:-moz-placeholder {
    /* Firefox 18- */
    
    font-size: 10px;
    font-family: 'Arial';
    color: #aaa7a7;
    padding-left: 15px;
}

::-moz-placeholder {
    /* Firefox 19+ */
    
    font-size: 10px;
    font-family: 'Arial';
    color: #aaa7a7;
    padding-left: 15px;
}

:-ms-input-placeholder {
    font-size: 10px;
    font-family: 'Arial';
    color: #aaa7a7;
    padding-left: 15px;
}

textarea {
    font-size: 10px;
    font-family: 'Arial';
    border-radius: 0px;
    border: none;
    background-color: #ffff;
    color: #aaa7a7;
    margin-top: 20px;
    width: 98%;
    padding-top: 15px;
    padding-left: 15px;
}

.map {
    margin-top: 15px;
    margin-bottom: 25px;
}

.signature {
    font-size: 25px;
    color: #1a1a18;
    font-variant: small-caps;
    font-weight: bold;
}

.content a,
.content a:hover,
.impressum a,
.impressum a:hover {
    color: #000;
}

.impressum {
    margin-top: -50px;
    text-align: justify;
}

@media (min-width: 1920px) {
    .header-bottom {
        padding-top: 0;
        position: absolute;
        bottom: -5px;
        right: 15%;
    }
    .header {
        height: 630px;
    }
    .slide img {
        margin-top: 250px;
    }
    .slide h3 {
        margin-top: 425px;
    }
    #margaret {
        bottom: 4.0%;
        right: 30%;
    }
}

@media (min-width: 1540px) {
    .header {
        padding-top: 0px;
        height: 640px;
    }
    .header-bottom {
        padding-top: 122px;
    }
    .slide img {
        margin-top: 250px;
        margin-left: 20%;
    }
    .slide h3 {
        margin-top: 425px;
    }
    .header-bottom {
        padding-top: 0;
        position: absolute;
        bottom: -2px;
        right: 15%;
    }
}

@media (min-width: 1400px) and (max-width: 1539px) {
    .header-bottom {
        position: absolute;
        bottom: 0;
        left: 8%;
    }
    .header {
        padding-top: 0px;
        height: 640px;
    }
}

@media screen and (max-width: 1200px) {
    #magic-line {
        display: none;
    }
    .navbar-brand {
        max-width: 80%;
    }
    .nav-pills {
        margin-top: -16px;
        margin-right: -5%;
    }
    #logo {
        display: none;
    }
    #margaret {
        right: 18%;
    }
    input {
        width: 98%;
        margin-top: 20px;
    }
    .map {
        margin-top: 100px;
    }
    .header-bottom {
        position: absolute;
        bottom: 0;
    }
}

@media screen and (max-width: 1024px) {
    .nav-pills {
        margin-top: 10px;
    }
    #margaret {
        right: 10%;
    }
    .slide h3 {
        font-size: 25px;
    }
    .header-bottom {
        position: absolute;
        bottom: 0;
    }
}

@media screen and (max-width: 768px) {
    .navbar-brand {
        max-width: 87%;
    }
    .flags {
        text-align: left;
        top: -7px;
    }
    .slider {
        margin-top: 5px;
    }
    .slide h3 {
        padding-top: 50px;
        margin-top: 0;
        margin-right: auto;
        margin-left: auto;
        text-align: center
    }
    .slide img {
        margin-top: 10%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
    }
    .header-bottom {
        margin-top: 0px;
        width: 100%;
    }
    #margaret {
        right: 0px;
    }
    .map {
        margin-top: 15px;
    }
    .nav-pills {
        float: left !important;
    }
    .nav-pills>li {
        clear: both;
    }
    .navbar-default .navbar-collapse {
        background-color: #eeeeee;
        margin-top: 25px;
        margin-bottom: 25px;
        position: absolute;
        z-index: 1000;
        width: 100%;
    }
}

@media (min-width: 556px) {
    #magic-line {
        position: absolute;
        top: 60px;
        left: 0;
        width: 80px;
        height: 2px;
        background: #fd0202;
    }
}

@media screen and (max-width: 480px) {
    .header {
        background: url('../img/jumbo.jpg') no-repeat center center;
        padding-top: 0px;
    }
    .slide h3 {
        margin-top: 0;
        font-size: 15px;
    }
    .slide img {
        margin-top: 0;
        height: 60%;
        width: 60%;
    }
    .navbar-brand img {
        max-width: 80%;
        margin-top: 0%;
    }
    .navbar-default .navbar-collapse {
        margin-top: 0;
    }
    #margaret {
        display: none;
    }
    .header-bottom {
        position: relative;
        margin-top: 5px;
        padding-top: 0;
        margin-bottom: 15px;
        text-align: center;
    }
    .flags {
        float: inherit;
        text-align: center;
    }
    .header-bottom .flags a.link {
        display: block;
        margin-bottom: 7px;
        margin-top: 7px;
    }
}

@media screen and (max-width: 320px) {
    .slide img {
        margin-top: 0;
        height: 80%;
        width: 80%;
    }
}