body {
    background-color: #DBD0B3;
    background-image: url('../img/lines.svg');
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
}

dark,
h2,
.scrolldown {
    color: #5C4A3B;
}

.logo {
    text-align: center;
}

.logo>img {
    width: 250px;
}

.headline {
    text-align: center;
}

.headline>h1 {
    font-size: 60px;
    line-height: 50px;
    margin-bottom: 20px;
}

h2 {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 20px;
}

.headline>p {
    font-size: 30px;
    margin: 10px;
    margin-bottom: 20px;
}

.contact-left {
    padding-top: 10px;
}

.contact-middle {
    text-align: center;
}

.contact-right {
    text-align: right;
}

.contact {
    margin: 10px 0;
    font-weight: 100;
    color: #333333;
}

.contact > a {
    text-decoration: none;
    font-weight: 700;
    color: #ffffff;
}

.contact > a:hover {
    color: #5e69aa;
}

.btn-default {
    border-radius: 0;
    background-color: #5e69aa;
    color: #ffffff;
    border: 0px;
    -webkit-box-shadow: 0px 2px 12px 1px rgba(201, 201, 201, 1) !important;
    -moz-box-shadow: 0px 2px 12px 1px rgba(201, 201, 201, 1) !important;
    box-shadow: 0px 2px 12px 1px rgba(201, 201, 201, 1) !important;
    text-transform: uppercase;
    margin-right: 5px;
    font-family: "Roboto", sans-serif !important;
}

.btn-default:active {
    color: #ffffff !important;
    background-color: #bda975 !important;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(201, 201, 201, 1) !important;
    -moz-box-shadow: 0px 0px 0px 0px rgba(201, 201, 201, 1) !important;
    box-shadow: 0px 0px 0px 0px rgba(201, 201, 201, 1) !important;
    transform: translateY(2px) !important;
    outline-color: none !important;
}

.btn-default:hover {
    background-color: #bda975;
    color: #ffffff;
    -webkit-box-shadow: 1px 4px 12px 1px rgba(201, 201, 201, 1);
    -moz-box-shadow: 1px 4px 12px 1px rgba(201, 201, 201, 1);
    box-shadow: 1px 4px 12px 1px rgba(201, 201, 201, 1);
}

.btn-default:focus {
    color: #ffffff;
    background-color: #bda975;
    -webkit-box-shadow: 1px 4px 12px 1px rgba(201, 201, 201, 1);
    -moz-box-shadow: 1px 4px 12px 1px rgba(201, 201, 201, 1);
    box-shadow: 1px 4px 12px 1px rgba(201, 201, 201, 1);
    outline: none !important;
}

.footer {
    background-color: #bda975;
    padding: 10px 15px;
}

.content {
    margin-top: 60px;
}

.presse {
    margin: 60px 0 0 0;
    padding: 30px 0 60px 0;
    background-color: rgba(255, 255, 255, .55);
}

.presse-inner {
    padding: 10px 30px 0 30px;
}

.presse-article {
    padding-bottom: 30px;
}

.prizes {
    margin-bottom: 80px;
    padding: 60px;

    background-color: #ffffff;
}

.prize-image {
    margin-left: auto;
    margin-right: auto;

    width: 250px;
}

.prize-item > p {
    margin-bottom: 0;
}

p.dachzeile {
    text-transform: uppercase;
    font-size: 12px;
    margin: 0 0 -4px !important;
}

body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
    margin-right: inherit;
}

.modal-footer {
    text-align: left;
}

.form-control {
    border-radius: 0px;
}

.modal-backdrop {
    opacity: .5 !important;
}

.modal-lg {
    width: 900px;
}
/* Navigation */

.navigation-main-div {
    background-color: #222222;
    border: none;
}

.navigation-link {
    color: #5f6468 !important;
}

.navigation-link:hover {
    color: #FFFFFF !important;
    background-color: #5f6468 !important;
}

.navbar,
.navbar-collapse {
    border: none;
    border-radius: 0;
}

.navbar-brand-left {
    margin-left: 0 !important;
    padding-left: 15px;
}

.navbar-brand-right {
    margin-right: -15px !important;
    padding-right: 15px;
    max-height: 80px !important;
}

.navbar-nav {
    margin: 0 -15px;
}

.navbar-nav > .active > a {
    background-color: #bda975 !important;
}

.navbar-nav > li > a,
.navbar-right > li > a {
    padding: 20px;
}

.navbar-nav > li > a:hover {
    background-color: #5e69aa !important;
    color: #ffffff !important;
}

.navbar-toggle {
    margin: 15px;
    border-radius: 0px;
}

.navbar-toggle:focus {
    background-color: #ffffff !important;
}

.navbar-toggle:hover {
    background-color: #bda975 !important;
    color: #ffffff !important;
}

.navbar-toggle:hover .icon-bar {
    background-color: #ffffff;
}

.navbar-toggle:active,
.navbar-toggle:focus {
    outline: none;
}

.navbar-collapse-div {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    color: #ffffff !important;
    background-color: #5e69aa !important;
}

.dropdown-menu {
    background-color: #DDDDDD;
}

.kinopfeil {
    background-image: url('img/kinopfeil.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    width: .5em;
    height: .5em;
    display: inline-block;
    margin-right: .07em;
}

.footer-separator {
    height: 140px;
}

@media (max-width: 767px) {
    .contact-left {
        padding-top: 0;
    }

    .navbar-fixed-bottom {
        position: relative;
    }

    .presse-inner {
        padding: 10px 15px 0 15px;
    }

    .prizes {
        margin-bottom: 0;

        padding-left: 15px;
        padding-right: 15px;
    }

    .footer-separator {
        height: 60px;
    }
}
