body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.7em;
    margin-top: 50px;
    background-color: #000000;
    color: #ffffff;
    /*background: url(../images/bg_test.jpg) fixed;
    background-size: 100% 100%;*/
}
body.logged-in .navbar-default {
    top: 30px !important;
}
::-moz-selection {
    background: #f3ae00;
    color: #ffffff;
}
::selection {
    background: #f3ae00;
    color: #ffffff;
}
a {
    color: #f3ae00;
}
a:hover {
    color: #f9e0a0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 1.5em;
    color: inherit;
}
h1,
.h1 {
    font-size: 36px;
}
h2,
.h2 {
    font-size: 1.4em;
}
h3,
.h3 {
    font-size: 1.4em;
}
h4,
.h4 {
    font-size: 18px;
    margin: 0;
    padding: 0;
}
h5,
.h5 {
    font-size: 14px;
}
h6,
.h6 {
    font-size: 12px;
}
@media (max-width: 1280px) {
    body {
        font-size: 13px;
    }
}
#wrapper {
    width: 100%;
    min-height: 100%;
    position: absolute;
    margin: auto;
    height: auto !important;
    height: 100%;
}
@media (max-width: 989pxpx) {
    #wrapper {
        overflow-x: hidden;
        overflow-y: scroll;
    }
}
.navbar .container-fluid {
    position: relative;
    margin: auto;
    border: 1px solid #000;
    max-width: 1569px;
    padding-left: 35px;
    padding-right: 35px;
    border-bottom: 1px solid #f3ae00;
    *display: none;
}
@media (max-width: 1440px) {
    .navbar .container-fluid {
        max-width: 1280px;
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media (max-width: 1280px) {
    .navbar .container-fluid {
        max-width: 1030px;
        padding-left: 35px;
        padding-right: 35px;
    }
}
.navbar-default {
    background-color: #000000;
    border-color: transparent;
    border-bottom: none;
}
.navbar-default .navbar-brand {
    color: #777;
    padding: 0;
    margin: 0;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}
@media (max-width: 1024px) {
    .navbar-default .navbar-brand img {
        width: 300px;
    }
}
.navbar-default .navbar-text {
    color: #777;
}
.navbar-default .navbar-nav {
    margin-left: 50px;
}
.navbar-default .navbar-nav > li > a {
    color: #ffffff;
    font-weight: 400;
    padding: 5px 10px;
    margin: 10px 5px 0;
    border-radius: 3px;
    text-transform: uppercase;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #000000;
    background-color: #f3ae00;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #000000;
    background-color: #f3ae00;
}
.navbar-default .navbar-nav > li > ul {
    display: none;
}
.navbar-default .navbar-nav > li:hover > ul {
    display: block;
    position: absolute;
    list-style-type: none;
    padding: 12px 0 0;
    margin: 0;
}
.navbar-default .navbar-nav > li > ul > li > a {
    display: block;
    position: relative;
    width: 180px;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 5px 10px;
    text-transform: uppercase;
    text-decoration: none;
}
.navbar-default .navbar-nav > li > ul > li > a:hover {
    background-color: rgba(0, 0, 0, 1);
    text-decoration: none;
}
#label {
    position: absolute;
    top: 0;
    right: 35px;
    width: 200px;
    min-height: 100px;
    padding: 10px;
    text-align: center;
    background-color: #000000;
    border-radius: 0 0 10px 10px;
    background-image: url(../images/carbon.jpg);
    background-size: 100%;
    border: 1px solid #f3ae00;
    border-top: none;
}
@media (max-width: 1280px) {
    #label {
        display: none;
    }
}
#label .text {
    color: #fff;
    font-weight: 400;
    font-size: 1em;
}
#label .tel {
    color: #f3ae00;
    font-weight: 400;
    font-size: 1.75em;
}
#label .btn {
    margin-top: 5px;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;
    text-transform: uppercase;
    margin-right: 10px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:hover,
.btn:focus {
    color: #333;
    text-decoration: none;
}
.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
@media (max-width: 1280px) {
    .btn {
        padding: 6px 8px;
        font-size: 14px;
    }
}
.btn-default {
    color: #000000;
    background-color: #f3ae00;
    border-color: #ffd94f;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    color: #000000;
    background-color: #f8cf66;
    border-color: #ffd94f;
}
.btn-primary {
    color: #000000;
    background-color: #8b8b8b;
    border-color: #b0b0b0;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #000000;
    background-color: #9f9f9f;
    border-color: #b6b6b6;
}
#one {
    position: relative;
    margin: auto;
    overflow: hidden;
    z-index: 1;
    max-width: 1569px;
    height: 1040px;
    overflow: hidden
}
@media (max-width: 1920px) {
    #one {
        max-width: 1569px;
        height: 1040px;
        border: none;
    }
}
@media (max-width: 1440px) {
    #one {
        max-width: 1280px;
        height: 848px;
        border: none;
    }
}
@media (max-width: 1280px) {
    #one {
        max-width: 1080px;
        height: 716px;
        border: none;
    }
}
#icons {
    position: relative;
    width: 300px;
    margin-top: 20px;
}
#icons img {
    width: 55px;
    margin-right: 10px;
}
#jungle-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 1;
}
#jungle-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
}
#jungle-ebene {
    position: absolute;
    top: 0;
    left: 25%;
    width: 75%;
    height: 100%;
    z-index: 11;
    background-image: url(../images/jungle-ebene.png);
    background-size: 125% 100%;
    background-position: 125%;
}
/*#tiger {
    position: absolute;
    width: 200px;
    height: 200px;
    bottom: 200px;
    left: 530px;
    z-index: 1000;
    cursor: pointer;
}
@media (max-width: 1440px) {
    #tiger {
        width: 150px !important;
        height: 350px;
        bottom: 190px;
        left: 430px;
    }
}
@media (max-width: 1280px) {
    #tiger {
    width: 200px;
    height: 200px;
        bottom: 150px;
        left: 360px;
    }
}*/

#tiger_hover {
    position: absolute;
    width: 80px;
    top: 800px;
    left: 800px;
    z-index: 90;
    cursor: pointer;
}
#tiger_hover img {
    width: 100%;
}
@media (max-width: 1440px) {
    #tiger_hover {
        width: 70px;
        top: 650px;
        left: 580px;
    }
}
@media (max-width: 1280px) {
    #tiger_hover {
        width: 60px;
        top: 550px;
        left: 530px;
    }
}
#tiger_hover p {
    -moz-transform: rotate(20deg) !important;
    -webkit-transform: rotate(20deg) !important;
    -o-transform: rotate(20deg) !important;
    -ms-transform: rotate(20deg) !important;
    transform: rotate(20deg) !important;
}
#trenner-one-two {
    position: relative;
    width: 100%;
    background-image: url(../images/jungle-ice.png);
    background-size: 100% auto;
    z-index: 10;
    max-width: 1569px;
    height: 511px;
    margin: -255.5px auto;
}
@media (max-width: 1920px) {
    #trenner-one-two {
        max-width: 1569px;
        height: 511px;
        margin: -255.5px auto;
        border: none;
    }
}
@media (max-width: 1440px) {
    #trenner-one-two {
        background-image: url(../images/jungle-ice.png);
        max-width: 1280px;
        height: 417px;
        margin: -208.5px auto;
        border: none;
    }
}
@media (max-width: 1280px) {
    #trenner-one-two {
        background-image: url(../images/jungle-ice.png);
        max-width: 1080px;
        height: 351px;
        margin: -175.5px auto;
        border: none;
    }
}
#two {
    position: relative;
    margin: auto;
    background-image: url(../images/ice-1.jpg);
    background-size: 100% auto;
    overflow: hidden;
    z-index: 2;
    max-width: 1569px;
    height: 1193px;
}
@media (max-width: 1440px) {
    #two {
        background-image: url(../images/ice-1.jpg);
        max-width: 1280px;
        height: 973px;
    }
}
@media (max-width: 1280px) {
    #two {
        background-image: url(../images/ice-1.jpg);
        max-width: 1080px;
        height: 821px;
    }
}
#frozen {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 100;
}
#ice-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 1;
}
#ice-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
}
#ice {
    position: absolute;
    width: 150px;
    height: 150px;
    bottom: 450px;
    right: 450px;
    z-index: 100;
    cursor: pointer;
}
@media (max-width: 1440px) {
    #tiger {
        width: 150px;
        height: 150px;
        bottom: 190px;
        left: 430px;
    }
}
@media (max-width: 1280px) {
    #tiger {
        width: 130px;
        height: 130px;
        bottom: 150px;
        left: 360px;
    }
}
#three {
    position: relative;
    margin: auto;
    *background-image: url(../images/desert-1.jpg);
    *background-size: 100% auto;
    overflow: hidden;
    z-index: 2;
    max-width: 1569px;
    height: 1147px;
}
@media (max-width: 1440px) {
    #three {
        *background-image: url(../images/desert-1.jpg);
        max-width: 1280px;
        height: 935px;
    }
}
@media (max-width: 1280px) {
    #three {
        *background-image: url(../images/desert-1.jpg);
        max-width: 1080px;
        height: 789px;
    }
}
#explosion-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
}
#explosion-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
#storm {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 100;
}
#desert-ebene {
    position: absolute;
    top: 0;
    left: 25%;
    width: 75%;
    height: 100%;
    z-index: 11;
    background-image: url(../images/desert-ebene.png);
    background-size: 125% 100%;
    background-position: 125%;
}
/*
#explosion {
    position: absolute;
    width: 150px;
    height: 180px;
    bottom: 290px;
    left: 560px;
    z-index: 100;
    cursor: pointer;
    display: none;
}
@media (max-width: 1440px) {
    #explosion {
        width: 130px;
        height: 130px;
        bottom: 230px;
        left: 450px;
    }
}
@media (max-width: 1280px) {
    #explosion {
        width: 100px;
        height: 100px;
        bottom: 200px;
        left: 400px;
    }
}*/

#explosion_hover {
    position: absolute;
    width: 80px;
    bottom: 260px;
    left: 660px;
    z-index: 90;
    cursor: pointer;
}
#explosion_hover img {
    width: 100%;
}
@media (max-width: 1440px) {
    #explosion_hover {
        width: 70px;
        bottom: 200px;
        left: 530px;
    }
}
@media (max-width: 1280px) {
    #explosion_hover {
        width: 60px;
        bottom: 180px;
        left: 470px;
    }
}
#trenner-two-three {
    position: relative;
    width: 100%;
    background-image: url(../images/trenner-ice-desert.png);
    background-size: 100% auto;
    z-index: 10;
    max-width: 1569px;
    height: 513px;
    margin: -256.5px auto;
}
@media (max-width: 1440px) {
    #trenner-two-three {
        background-image: url(../images/trenner-ice-desert.png);
        max-width: 1280px;
        height: 419px;
        margin: -209.5px auto;
    }
}
@media (max-width: 1280px) {
    #trenner-two-three {
        background-image: url(../images/trenner-ice-desert.png);
        max-width: 1080px;
        height: 353px;
        margin: -176.5px auto;
    }
}
@media (max-width: 1024px) {
    #trenner-two-three {
        background-image: url(../images/trenner-ice-desert.png);
        max-width: 1024px;
        height: 335px;
        margin: -167.5px auto;
    }
}
#four {
    position: relative;
    margin: auto;
    background-image: url(../images/ocean-1.jpg);
    background-size: 100% auto;
    overflow: hidden;
    z-index: 2;
    max-width: 1569px;
    height: 1133px;
}
@media (max-width: 1440px) {
    #four {
        background-image: url(../images/ocean-1.jpg);
        max-width: 1280px;
        height: 924px;
    }
}
@media (max-width: 1280px) {
    #four {
        background-image: url(../images/ocean-1.jpg);
        max-width: 1080px;
        height: 780px;
    }
}
#ocean-ebene {
    position: absolute;
    top: 0;
    right: 15%;
    width: 100%;
    height: 100%;
    z-index: 11;
    background-image: url(../images/ocean-ebene.gif);
    background-size: 115% 100%;
    background-position: -25%;
}
#ocean_hover {
    position: absolute;
    z-index: 90;
    cursor: pointer;
    width: 80px;
    bottom: 570px;
    right: 590px;
}
#ocean_hover img {
    width: 100%;
}
@media (max-width: 1440px) {
    #ocean_hover {
        width: 70px;
        bottom: 460px;
        right: 470px;
    }
}
@media (max-width: 1280px) {
    #ocean_hover {
        width: 60px;
        bottom: 380px;
        right: 390px;
    }
}
#four-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
}
#four-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
#trenner-three-four {
    position: relative;
    width: 100%;
    background-image: url(../images/trenner-desert-ocean.png);
    background-size: 100% auto;
    z-index: 10;
    max-width: 1569px;
    height: 239px;
    margin: -119.5px auto;
}
@media (max-width: 1440px) {
    #trenner-three-four {
        max-width: 1280px;
        height: 194px;
        margin: -97px auto;
    }
}
@media (max-width: 1280px) {
    #trenner-three-four {
        max-width: 1080px;
        height: 164px;
        margin: -82px auto;
    }
}
@media (max-width: 1024px) {
    #trenner-three-four {
        max-width: 1080px;
        height: 155px;
        margin: -77.5px auto;
    }
}
#trenner-four-five {
    position: relative;
    width: 100%;
    background-image: url(../images/trenner-ocean-burn.png);
    background-size: 100% auto;
    z-index: 10;
    max-width: 1569px;
    height: 603px;
    margin: -355.5px auto -305.5px;
}
@media (max-width: 1440px) {
    #trenner-four-five {
        max-width: 1280px;
        height: 491px;
        margin: 0 auto;
        margin-top: -326px;
        margin-bottom: -226px;
    }
}
@media (max-width: 1280px) {
    #trenner-four-five {
        max-width: 1080px;
        height: 415px;
        margin: 0 auto;
        margin-top: -326px;
        margin-bottom: -226px;
    }
}
@media (max-width: 1024px) {
    #trenner-four-five {
        max-width: 1024px;
        height: 393px;
        margin: 0 auto;
        margin-top: -296.5px;
        margin-bottom: -196.5px;
    }
}
#five {
    position: relative;
    margin: auto;
    background-image: url(http://www.sumago.de/wp-content/themes/lnmedia/images/burning.jpg);
    background-size: 100% auto;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.sumago.de/wp-content/themes/lnmedia/images/burning.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.sumago.de/wp-content/themes/lnmedia/images/burning.jpg',sizingMethod='scale')";
    overflow: hidden;
    z-index: 2;
    max-width: 1569px;
    height: 1145px;
}
@media (max-width: 1440px) {
    #five {
        max-width: 1280px;
        height: 934px;
    }
}
@media (max-width: 1280px) {
    #five {
        max-width: 1080px;
        height: 788px;
    }
}
#fire-ebene {
    position: absolute;
    top: 0;
    left: 23%;
    width: 70%;
    height: 100%;
    z-index: 5;
    background-image: url(../images/burning.png);
    background-size: 130% 100%;
    background-position: 97%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.sumago.de/wp-content/themes/lnmedia/images/burning.png', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.sumago.de/wp-content/themes/lnmedia/images/burning.png',sizingMethod='scale')";
}
#vulkan_hover {
    position: absolute;
    z-index: 90;
    cursor: pointer;
    width: 80px;
    top: 420px;
    right: 520px;
}
#vulkan_hover img {
    width: 100%;
}
@media (max-width: 1440px) {
    #vulkan_hover {
        width: 70px;
        top: 340px;
        right: 420px;
    }
}
@media (max-width: 1280px) {
    #vulkan_hover {
        width: 60px;
        top: 280px;
        right: 350px;
    }
}
#trenner-five-six {
    position: relative;
    width: 100%;
    background-image: url(../images/trenner-burn-shoot.png);
    background-size: 100% auto;
    z-index: 10;
    max-width: 1569px;
    height: 238px;
    margin: -119px auto;
}
@media (max-width: 1440px) {
    #trenner-five-six {
        background-image: url(../images/trenner-burn-shoot.png);
        max-width: 1280px;
        height: 194px;
        margin: -97px auto;
    }
}
@media (max-width: 1280px) {
    #trenner-five-six {
        background-image: url(../images/trenner-burn-shoot.png);
        max-width: 1080px;
        height: 164px;
        margin: -82px auto;
    }
}
#six {
    position: relative;
    margin: auto;
    background-image: url(../images/shooting.jpg);
    background-size: 100% auto;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.sumago.de/wp-content/themes/lnmedia/images/shooting.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.sumago.de/wp-content/themes/lnmedia/images/shooting.jpg',sizingMethod='scale')";
    background-repeat: no-repeat;
    overflow: hidden;
    z-index: 2;
    max-width: 1569px;
    height: 1046px;
}
@media (max-width: 1440px) {
    #six {
        max-width: 1280px;
        height: 853px;
    }
}
@media (max-width: 1280px) {
    #six {
        max-width: 1080px;
        height: 720px;
    }
}
/*
#trigger4 {
    position: absolute;
    top: 230px;
    left: 320px;
    width: 200px;
    height: 200px;
    z-index: 200;
}
@media (max-width: 1440px) {
    #trigger4 {
        top: 200px;
        left: 260px;
        width: 200px;
        height: 200px;
    }
}
@media (max-width: 1280px) {
    #trigger4 {
        top: 150px;
        left: 200px;
        width: 200px;
        height: 200px;
    }
}
#trigger4:hover {
    cursor: pointer;
}
*/

#shoot-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
img#shoot-2 {
    width: 100%;
}
#shoot_hover {
    position: absolute;
    width: 80px;
    top: 250px;
    left: 330px;
    z-index: 90;
    cursor: pointer;
}
#shoot_hover img {
    width: 100%;
}
@media (max-width: 1440px) {
    #shoot_hover {
        width: 70px;
        top: 200px;
        left: 280px;
    }
}
@media (max-width: 1280px) {
    #shoot_hover {
        width: 60px;
        top: 150px;
        left: 220px;
    }
}
#one .content {
    position: absolute;
    top: 12%;
    left: 0;
    width: 451px;
    z-index: 10;
    padding: 20px;
    background-color: #000000;
}
#one .content .text {
    position: relative;
    z-index: 150000;
}
#one .headline {
    position: absolute;
    top: 10%;
    right: 7%;
    z-index: 12;
    *display: none;
}
#two .content {
    position: absolute;
    top: 15%;
    right: 0.1%;
    width: 420px;
    z-index: 10;
}
#two .headline {
    position: absolute;
    bottom: 25%;
    left: 25%;
    z-index: 10;
    *display: none;
}
#three .content {
    position: absolute;
    top: 27%;
    left: 0;
    width: 450px;
    z-index: 10;
    padding: 20px;
    background-color: #000000;
}
#three .headline {
    position: absolute;
    top: 25%;
    right: 5%;
    z-index: 10;
    *display: none;
}
#four .content {
    position: absolute;
    top: 28%;
    right: 0;
    width: 445px;
    z-index: 2;
    padding: 20px;
    background-color: #000000;
}
#four .headline {
    position: absolute;
    top: 10%;
    left: 10%;
    z-index: 10;
    z-index: 2;
    *display: none;
}
#five .content {
    position: absolute;
    top: 23%;
    left: 0;
    width: 450px;
    padding: 20px;
    background-color: #000000;
}
#five .headline {
    position: absolute;
    top: 15%;
    right: 10%;
    z-index: 10;
    text-align: right;
    *display: none;
}
#six .content {
    position: absolute;
    top: 21%;
    right: 0;
    width: 480px;
    z-index: 10;
    padding: 20px;
    background-color: #000000;
}
#six .headline {
    position: absolute;
    bottom: 15%;
    left: 10%;
    z-index: 10;
    *text-align: center;
    *display: none;
}
@media (max-width: 1440px) {
    #one .content {
        top: 9%;
        left: 0;
        width: 370px;
        font-size: 0.8em;
    }
    #two .content {
        top: 15%;
        right: 0.1%;
        width: 360px;
        font-size: 0.8em;
    }
    #three .content {
        top: 27%;
        left: 0;
        width: 365px;
        font-size: 0.8em;
    }
    #four .content {
        top: 25%;
        right: 0;
        width: 355px;
        font-size: 0.8em;
    }
    #five .content {
        top: 23%;
        left: 0;
        width: 350px;
        font-size: 0.8em;
    }
    #six .content {
        top: 21%;
        right: 0;
        width: 390px;
        font-size: 0.8em;
    }
    #four .headline {
        top: 6%;
        right: 5%;
    }
    #one .headline {
        top: 2%;
        right: 5%;
    }
    .break_span {
        position: relative !important;
        width: 100% !important;
        margin-bottom: 10px !important;
    }
}
@media (max-width: 1280px) {
    #one .content {
        top: 10%;
        left: 0%;
        width: 310px;
        font-size: 0.85em;
        line-height: 1.8em;
    }
    #two .content {
        top: 20%;
        right: 0.1%;
        width: 300px;
        font-size: 0.9em;
        line-height: 1.8em;
    }
    #three .content {
        top: 25%;
        left: 0;
        width: 310px;
        font-size: 0.9em;
        line-height: 1.7em;
    }
    #four .content {
        top: 10%;
        right: 0;
        width: 310px;
        font-size: 0.9em;
        line-height: 1.7em;
    }
    #five .content {
        top: 23%;
        left: 0;
        width: 310px;
        font-size: 0.9em;
        line-height: 1.7em;
    }
    #six .content {
        top: 21%;
        right: 0;
        width: 350px;
        font-size: 0.9em;
        line-height: 1.7em;
    }
    #one .headline {
        top: 5%;
        right: 5%;
    }
    #four .headline {
        top: 10%;
    }
    #five .headline {
        top: 20%;
    }
}
#one .headline h3,
#two .headline h3,
#three .headline h3,
#four .headline h3,
#five .headline h3,
#six .headline h3 {
    font-size: 2.7em;
    line-height: 1.2em;
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 -1px #000000, 1px 0 #000000, 0 1px #000000, -1px 0 #000000;
    display: inline;
    background-color: #f3ae00;
}
#one .content h1,
#two .content h4,
#three .content h4,
#four .content h4,
#five .content h4,
#six .content h4 {
    font-size: 1.4em;
    line-height: 1.5em;
    margin: 0 0 10px;
    padding: 0;
}
#one .content h2,
#two .content h2,
#three .content h2,
#four .content h2,
#five .content h2,
#six .content h2 {
    font-size: 1.4em;
    line-height: 1.5em;
    margin: 0 0 10px;
    padding: 0;
    color: #f3ae00;
    font-weight: 300;
}
@media (max-width: 1024px) {
    #one .content,
    #two .content,
    #three .content,
    #four .content,
    #five .content,
    #six .content {
        z-index: 10000;
        width: 350px;
    }
}
/******************** Personen ********************/

#chef,
#dierote,
#er,
#dieschwarze {
    position: absolute;
    bottom: 190px;
}
#chef {
    width: 445px;
    left: 930px;
    z-index: 3;
}
#dierote {
    width: 390px;
    right: 180px;
    z-index: 2;
}
#er {
    width: 520px;
    right: -50px;
    z-index: 1;
}
#dieschwarze {
    width: 290px;
    left: 750px;
    z-index: 2;
}
@media (max-width: 1280px) {
    #chef,
    #dierote,
    #er,
    #dieschwarze {
        position: absolute;
        bottom: 50px;
    }
    #chef {
        width: 345px;
        left: 600px;
        z-index: 3;
    }
    #dierote {
        width: 300px;
        right: 90px;
        z-index: 2;
    }
    #er {
        width: 390px;
        right: -80px;
        z-index: 1;
    }
    #dieschwarze {
        width: 230px;
        left: 500px;
        z-index: 2;
    }
}
#chef img,
#dierote img,
#er img,
#dieschwarze img {
    width: 100%;
}
/******************** Personen Ende ********************/

#points {
    position: fixed;
    right: 0;
    top: 20%;
    padding: 2px;
    z-index: 9000;
    background-color: #ffc700;
    *display: none;
}
#points ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#points ul li a {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    padding: 10px;
    text-align: center;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 1);
    border: 2px solid #000;
    color: #ffffff;
    border-radius: 5px;
    margin: 0 0 2px;
}
#points ul li a:hover {
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.8);
    text-decoration: none;
    cursor: pointer;
}
#points ul li button {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    padding: 10px;
    text-align: center;
    background-color: #f3ae00;
    border: 2px solid #000;
    color: #ffffff;
    border-radius: 5px;
    margin: 0 0 2px;
}
#points ul li button:hover {
    background-color: #ffce5a;
    text-decoration: none;
    cursor: pointer;
}
#points ul li:last-child a {
    margin: 0;
}
#points ul li a:hover:after {
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    left: 0;
    top: 50%;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #ffc700;
}
#points ul li button {
    margin-top: 20px;
}
#points button span {
    display: block;
    position: absolute;
    min-width: 130px;
    padding: 5px 10px;
    text-align: left;
    background-color: #ffc700;
    background-color: rgba(255, 199, 0, 0.9);
    right: 50px;
    border-radius: 2px;
    margin-top: -15px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-shadow: 0 -1px #000000, 1px 0 #000000, 0 1px #000000, -1px 0 #000000;
    opacity: 0;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
#points button:hover span {
    opacity: 1;
    right: 70px;
}
#points button span:after {
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    right: -5px;
    top: 50%;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #ffc700;
    border-left: 5px solid rgba(255, 199, 0, 0.9);
}
#points button {
    background-image: url(../images/icons/sound.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
}
#points .home {
    background-image: url(../images/icons/home.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
}
#points a.home span {
    display: block;
    position: absolute;
    min-width: 60px;
    padding: 5px 10px;
    text-align: left;
    background-color: #ffc700;
    background-color: rgba(255, 199, 0, 0.9);
    right: 50px;
    border-radius: 2px;
    margin-top: -3px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-shadow: 0 -1px #000000, 1px 0 #000000, 0 1px #000000, -1px 0 #000000;
    opacity: 0;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
#points a.home:hover span {
    opacity: 1;
    right: 70px;
}
#points a.home span:after {
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    right: -5px;
    top: 50%;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #ffc700;
    border-left: 5px solid rgba(255, 199, 0, 0.9);
}
#points .seo {
    background-image: url(../images/icons/seo.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
}
#points a.seo span {
    display: block;
    position: absolute;
    min-width: 50px;
    padding: 5px 10px;
    text-align: left;
    background-color: #ffc700;
    background-color: rgba(255, 199, 0, 0.9);
    right: 50px;
    border-radius: 2px;
    margin-top: -3px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-shadow: 0 -1px #000000, 1px 0 #000000, 0 1px #000000, -1px 0 #000000;
    opacity: 0;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
#points a.seo:hover span {
    opacity: 1;
    right: 70px;
}
#points a.seo span:after {
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    right: -5px;
    top: 50%;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #ffc700;
    border-left: 5px solid rgba(255, 199, 0, 0.9);
}
#points .explosion {
    background-image: url(../images/icons/explosion.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
}
#points a.explosion span {
    display: block;
    position: absolute;
    min-width: 50px;
    padding: 5px 10px;
    text-align: left;
    background-color: #ffc700;
    background-color: rgba(255, 199, 0, 0.9);
    right: 50px;
    border-radius: 2px;
    margin-top: -3px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-shadow: 0 -1px #000000, 1px 0 #000000, 0 1px #000000, -1px 0 #000000;
    opacity: 0;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
#points a.explosion:hover span {
    opacity: 1;
    right: 70px;
}
#points a.explosion span:after {
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    right: -5px;
    top: 50%;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #ffc700;
    border-left: 5px solid rgba(255, 199, 0, 0.9);
}
#points .water {
    background-image: url(../images/icons/water.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
}
#points a.water span {
    display: block;
    position: absolute;
    min-width: 70px;
    padding: 5px 10px;
    text-align: left;
    background-color: rgba(255, 199, 0, 0.9);
    right: 50px;
    border-radius: 2px;
    margin-top: -3px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-shadow: 0 -1px #000000, 1px 0 #000000, 0 1px #000000, -1px 0 #000000;
    opacity: 0;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
#points a.water:hover span {
    opacity: 1;
    right: 70px;
}
#points a.water span:after {
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    right: -5px;
    top: 50%;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid rgba(255, 199, 0, 0.9);
}
#points .fire {
    background-image: url(../images/icons/fire.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
}
#points a.fire span {
    display: block;
    position: absolute;
    min-width: 70px;
    padding: 5px 10px;
    text-align: left;
    background-color: rgba(255, 199, 0, 0.9);
    right: 50px;
    border-radius: 2px;
    margin-top: -3px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-shadow: 0 -1px #000000, 1px 0 #000000, 0 1px #000000, -1px 0 #000000;
    opacity: 0;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
#points a.fire:hover span {
    opacity: 1;
    right: 70px;
}
#points a.fire span:after {
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    right: -5px;
    top: 50%;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid rgba(255, 199, 0, 0.9);
}
#points .you {
    background-image: url(../images/icons/you.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
}
#points a.you span {
    display: block;
    position: absolute;
    min-width: 70px;
    padding: 5px 10px;
    text-align: left;
    background-color: rgba(255, 199, 0, 0.9);
    right: 50px;
    border-radius: 2px;
    margin-top: -3px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-shadow: 0 -1px #000000, 1px 0 #000000, 0 1px #000000, -1px 0 #000000;
    opacity: 0;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
#points a.you:hover span {
    opacity: 1;
    right: 70px;
}
#points a.you span:after {
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    right: -5px;
    top: 50%;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid rgba(255, 199, 0, 0.9);
}
.drop {
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.2);
    width: 1px;
    height: 60px;
    position: absolute;
    bottom: 200px;
    -webkit-animation: fall .63s linear infinite;
    -moz-animation: fall .63s linear infinite;
    z-index: 1000;
}
/* animate the drops*/

@-webkit-keyframes fall {
    to {
        margin-top: 900px;
    }
}
@-moz-keyframes fall {
    to {
        margin-top: 900px;
    }
}
#header_page {
    position: relative;
    margin: auto;
    overflow: hidden;
    z-index: 1;
    max-width: 1569px;
    height: 350px;
    border-bottom: 3px solid #f3ae00;
    background-position: top;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url(../../../uploads/2014/05/ice.jpg);
}
@media (max-width: 1920px) {
    #header_page {
        max-width: 1569px;
        border: none;
    }
}
@media (max-width: 1440px) {
    #header_page {
        max-width: 1280px;
        border: none;
    }
}
@media (max-width: 1280px) {
    #header_page {
        max-width: 1080px;
        border: none;
    }
}
@media (max-width: 1024px) {
    #header_page {
        max-width: 100%;
        border: none;
    }
}
@media (max-width: 1024px) {
    #header_page {
        background-position: top center;
        background-size: 190% auto;
    }
}
@media (max-width: 400px) {
    #header_page {
        
        height: 250px;
    }
}
#header_page img {
    height: 455px;
}
#header_page #header_content {
    position: absolute;
    width: 100%;
    bottom: 0;
}
@media (max-width: 1024px) {
    #header_page #header_content {
        left: 20px;
    }
}
@media (max-width: 400px) {
    #header_page #header_content {
        left: 0px;
    }
    #header_page #header_content p {
        margin: 0;
    }
}
#header_page #header_content .row {
    position: relative;
    margin: auto;
    /*max-width: 1280px;*/
}
#header_page #header_content .row .col-md-6.black {
    padding-top: 10px;
    padding-bottom: 0px;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    font-weight: bold;
}
#header_page #header_content .row .col-md-6.head {
    padding-top: 10px;
    *padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
}
@media (max-width: 400px) {
    #header_page #header_content .row .col-md-6.head {
        padding-bottom: 10px;
    }
}
#header_page h1,
#header_page .h1 {
    font-size: 2em;
    line-height: 1em;
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 -1px #000000, 1px 0 #000000, 0 1px #000000, -1px 0 #000000;
    display: inline;
    background-color: #f3ae00;
    margin-bottom: 20px !important;
}
@media (max-width: 400px) {
    #header_page h1,
    #header_page .h1 {
        font-size: 1.5em;
    }
}
#header_page h3,
#header_page .h3 {
    font-size: 1.1em;
    line-height: 1em;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    color: #000;
}
#content_page {
    position: relative;
    margin: auto;
    overflow: hidden;
    z-index: 1;
    max-width: 1569px;
    margin-bottom: 100px;
    padding-top: 20px;
}
@media (max-width: 1920px) {
    #content_page {
        max-width: 1569px;
    }
}
@media (max-width: 1440px) {
    #content_page {
        max-width: 1280px;
    }
}
@media (max-width: 1280px) {
    #content_page {
        max-width: 1080px;
    }
}
@media (max-width: 1024px) {
    #content_page {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}
#content_page_blog {
    position: relative;
    margin: auto;
    overflow: hidden;
    z-index: 1;
    max-width: 1569px;
    margin-bottom: 100px;
    padding-top: 120px;
}
@media (max-width: 1920px) {
    #content_page_blog {
        max-width: 1569px;
    }
}
@media (max-width: 1440px) {
    #content_page_blog {
        max-width: 1280px;
    }
}
@media (max-width: 1280px) {
    #content_page_blog {
        max-width: 1080px;
    }
}
.article_post {
    padding-bottom: 20px;
    border-bottom: 1px solid #ffffff;
}
.article_post:last-child {
    border-bottom: none;
}
#footer_page {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
}
#pagenav {
    list-style-type: none;
    padding: 0;
    margin: 0;
    border-top: 3px solid #f3ae00;
    border-bottom: 3px solid #f3ae00;
}
#pagenav > li > a {
    display: block;
    padding: 5px 10px;
}
#pagenav > li.active > a {
    background-color: #f3ae00;
    padding: 5px 10px;
    border-radius: 3px;
}
#pagenav > .active > a {
     color: #000000;
}

#pagenav li ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-left: 20px;
}
#pagenav li ul li {
    position: relative;
    padding-left: 20px;
}
#pagenav li ul li a {
    color: #fff;
}
#pagenav li ul li:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    left: 0;
    top: 45%;
    background-color: #fff;
}
.breadcrumbs {
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 300;
    letter-spacing: 0.08em;
    margin-bottom: 20px;
}
.h_box {
    border: 1px solid #f3ae00;
    border-radius: 5px;
    padding: 10px;
}
#seven {
    position: relative;
    margin: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 2px solid #f3ae00;
    max-width: 1569px;
}
@media (max-width: 1440px) {
    #seven {
        max-width: 1280px;
    }
}
@media (max-width: 1280px) {
    #seven {
        max-width: 1080px;
    }
}
@media (max-width: 1024px) {
    #seven {
        max-width: 960px;
    }
}
@media (max-width: 989px) {
    #seven .row {
        position: relative;
        margin: auto;
        width: 98%;
    }
}
.home #seven {
    border-top: none;
}
#seven h4 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 2em;
    color: #f3ae00;
}
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 3px;
}
.breadcrumbs {
    margin-bottom: 0;
}
.vc_call_to_action {
    padding: 1em !important;
}
.vc_call_to_action p {
    margin-bottom: 20px !important;
}
.vc_call_to_action h2 {
    line-height: 1em !important;
}
#preloader {
    background: #000000;
    background: rgba(0, 0, 0, 0.85);
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    z-index: 100000000;
}
#preloader h5 {
    font-size: 1.5em;
    line-height: 1.2em;
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 -1px #000000, 1px 0 #000000, 0 1px #000000, -1px 0 #000000;
    display: inline;
    background-color: #f3ae00;
}
.spinner {
    width: 50px;
    height: 50px;
    background-color: #f3ae00;
    margin: 100px auto;
    -webkit-animation: rotateplane 1.2s infinite ease-in-out;
    animation: rotateplane 1.2s infinite ease-in-out;
}
@-webkit-keyframes rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}
@keyframes rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}
@media (max-width: 1024px) {
    #points {
        top: 30%;
    }
}
@media (max-width: 989px) {
    .navbar-default .navbar-brand img {
        width: 200px;
    }
    .navbar-default .navbar-nav > li > a {
        padding: 5px 7px;
    }
    .navbar-nav {
        float: right;
        margin: 0;
    }
    .navbar-default .navbar-nav {
        margin-left: 0;
    }
    #one {
        position: relative;
        margin: auto;
        z-index: 1;
        max-width: 100%;
        height: auto;
        overflow: hidden;
        background: none;
    }
    #one .content {
        position: relative;
        margin: auto;
        width: 100%;
        z-index: 100000;
        margin-top: -100px;
    }
    #one .headline {
        top: 200px;
        left: 20px;
    }
    #one #jungle-1 {
        position: relative;
        margin: auto;
        width: 100%;
    }
    #three {
        position: relative;
        margin: auto;
        z-index: 1;
        max-width: 100%;
        height: auto;
        overflow: hidden;
        background: none;
    }
    #three .content {
        position: relative;
        margin: auto;
        width: 100%;
        z-index: 100000;
        margin-top: -100px;
    }
    #three .headline {
        top: 100px;
        left: 20px;
    }
    #three #explosion-1 {
        position: relative;
        margin: auto;
        width: 100%;
    }
    #four {
        position: relative;
        margin: auto;
        z-index: 1;
        max-width: 100%;
        height: auto;
        overflow: hidden;
        background: none;
    }
    #four .content {
        position: relative;
        margin: auto;
        width: 100%;
        z-index: 100000;
        margin-top: -100px;
    }
    #four .headline {
        top: 50px;
        left: 20px;
    }
    #four #four-1 {
        position: relative;
        margin: auto;
        width: 100%;
    }
    #five {
        position: relative;
        margin: auto;
        z-index: 1;
        max-width: 100%;
        height: 700px;
        overflow: hidden;
        background-image: url(../images/burning-pad.jpg);
    }
    #five .content {
        position: absolute;
        width: 100%;
        height: 300px;
        top: auto;
        bottom: 0;
    }
    #five .headline {
        top: 50px;
        right: 20px;
    }
    #six {
        position: relative;
        margin: auto;
        z-index: 1;
        max-width: 100%;
        height: 700px;
        overflow: hidden;
    }
    #six .content {
        position: absolute;
        width: 100%;
        height: 300px;
        top: auto;
        bottom: 0;
    }
    #six .headline {
        top: 290px;
        left: 20px;
    }
    #trenner-two-three,
    #trenner-three-four,
    #trenner-four-five,
    #trenner-five-six {
        display: none;
    }
    #points {
        top: 15%;
    }
    #points ul li a,
    #points ul li button {
        width: 40px;
        height: 40px;
    }
}
@media (max-width: 400px) {
    #berlin {
        margin: 20px 0;
    }
    .navbar-default .navbar-brand img {
        width: 200px;
    }
    .navbar-nav {
        float: left;
        margin: 0;
    }
    #one .headline {
        top: 220px;
    }
    #one .headline h3 {
        font-size: 2em;
    }
    #one #jungle-1 {
        width: 200%;
        margin-left: -100%;
    }
    #three .headline h3 {
        font-size: 2em;
    }
    #three .headline {
        top: 30px;
        left: 20px;
    }
    #three #explosion-1 {
        width: 200%;
        margin-left: -100%;
    }
    #four {
        position: relative;
        margin: auto;
        z-index: 1;
        max-width: 100%;
        height: auto;
        overflow: hidden;
        background: none;
    }
    #four .content {
        position: relative;
        margin: auto;
        width: 100%;
        z-index: 100000;
        margin-top: -100px;
    }
    #four .headline {
        top: 50px;
        left: 20px;
    }
    #four .headline h3 {
        font-size: 2em;
    }
    #four #four-1 {
        width: 200%;
        margin-left: -20%;
    }
    #five {
        height: 800px;
        background-size: 150% auto;
        background-image: url(../images/burning-pad.jpg);
    }
    #five .content {
        position: absolute;
        width: 100%;
        height: 500px;
        top: auto;
        bottom: 0;
    }
    #five .headline {
        top: 50px;
        right: 20px;
    }
    #five .headline h3 {
        font-size: 2em;
    }
    #six {
        height: 800px;
        background-size: 150% auto;
    }
    #six .content {
        height: 500px;
    }
    #six .headline {
        top: 230px;
        left: 20px;
    }
    #six .headline h3 {
        font-size: 2em;
    }
    #points {
        display: none;
    }
    .navbar-toggle {
        position: absolute;
        right: 0;
        float: none;
        padding: 9px 10px;
        margin-top: 8px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: #f3ae00;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }
    .navbar-default .navbar-toggle {
        border-color: #f3ae00;
    }
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: #fdcd4c;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #000000;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
border: none;
}
    
.navbar-default .navbar-nav {
    padding:20px 0;
}
    .navbar .container-fluid    {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.newsletter    {
    border: 1px solid #fff;
    padding-bottom: 20px;
    border-radius: 10px;
}

.alignleft  {
    float: left;
    margin-right: 10px;
}

.alignright  {
    float: right;
    margin-left: 10px;
}

