/* start styling */

@font-face {
    font-family: 'Magneto';
    src: url('../font/Magneto-Bold.eot?4245888');
    src: url('../font/Magneto-Bold.eot?4245888#iefix') format('embedded-opentype'),
    url('../font/Magneto-Bold.woff?4245888') format('woff'),
    url('../font/Magneto-Bold.ttf?4245888') format('truetype'),
    url('../font/Magneto-Bold.svg?4245888#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on March 23, 2016 */

@font-face {
    font-family: 'comfortaabold';
    src: url('../font/comfortaa-bold-webfont.eot');
    src: url('../font/comfortaa-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/comfortaa-bold-webfont.woff2') format('woff2'),
    url('../font/comfortaa-bold-webfont.woff') format('woff'),
    url('../font/comfortaa-bold-webfont.ttf') format('truetype'),
    url('../font/comfortaa-bold-webfont.svg#comfortaabold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'comfortaalight';
    src: url('../font/comfortaa-light-webfont.eot');
    src: url('../font/comfortaa-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/comfortaa-light-webfont.woff2') format('woff2'),
    url('../font/comfortaa-light-webfont.woff') format('woff'),
    url('../font/comfortaa-light-webfont.ttf') format('truetype'),
    url('../font/comfortaa-light-webfont.svg#comfortaalight') format('svg');
    font-weight: normal;
    font-style: normal;

}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    margin-left: 0;
}

:root{
    /*--prime: #a3c844;*/
    --prime: #D2B44B;
}

html {
    height: 100%;
    font-family: 'comfortaalight', Calibri, Arial, sans-serif;
    font-weight: lighter;
    font-size: 15px;
}

body {
    color: #ededec;

    background-color: #181715;
}

a {
    text-decoration: none;
    color: var(--prime);
}

a:hover {
    text-decoration: none;
}

p,
.p,
ul,
ol,
table {
    display: block;
    font-size: 1em;
    line-height: 1.8em;
    margin: 1.2em 0;
    font-weight: normal;
}

strong,
.strong,
b,
.b {

    font-family: 'comfortaabold', Calibri, Arial, sans-serif;
    font-weight: normal;
}

table {
    display: table;
}

ul,
ol {
    margin: 0;
}

.h0 {
    font-size: 0.8em;
    color: #999;
}

.h0,
.h1,
.h2,
.h3 {
    text-shadow: 0 5px 10px rgba(0, 0, 0, 0.8);
}

.h1 {
    color: var(--prime);
    display: block;
    font-size: 2.3em;
    font-weight: normal;
    line-height: 1.2em;
}

.h2 {
    display: block;
    font-size: 1.4em;
    font-weight: 400;
    line-height: 1.4em;
    margin: 1em 0;
    margin-top: 2em;
}

.h1.top {
    font-family: "Magneto";
    animation-delay: 0.2s;
    animation-direction: alternate;
    animation-duration: 2s;
    animation-fill-mode: both;
    animation-name: fade-in;
    /* background-color: rgba(31, 32, 27, 0.9); */
    background-position: 0 center;
    background-repeat: no-repeat;
    border-radius: 5px;
    /* box-shadow: 0 3px 15px 0 var(--prime); */
    color: var(--prime);
    display: table;
    font-size: 2.5em;
    font-weight: normal;
    line-height: 1.4em;
    margin: 10px auto;
    opacity: 1.0;
    padding: 0 0 1em 0;
    transition: opacity 0.1s ease 0s, color 0.1s ease 0s, background-color 0.1s ease 0s, box-shadow 0.1s ease 0s;
}

.h3 {
    display: block;
    font-size: 1.4em;
    font-weight: bold;
    color: var(--prime);
}

.boxheadline {
    color: #FFFFFF;
    font-family: "Magneto";
    font-weight: normal;
}

.deco-head,
.deco-head:after {
    display: block;
    box-shadow: 0 5px 25px 0 var(--prime);
    color: var(--prime);

}

.deco-head {
    margin: 10px auto;
    opacity: 1.0;
    padding: 15px 30px;
    transform: rotate(-1deg);
    z-index: 1;
    position: relative;
    background: var(--prime);
}

.deco-head:after {
    content: "";
    position: absolute;
    box-shadow: 0 3px 25px 0 var(--prime);
    width: 102%;
    height: 102%;
    top: -1%;
    left: -1%;
    z-index: -1;
    background: #000;
    transform: rotate(1deg);
}

.h3.top {
    animation-delay: 0.2s;
    animation-direction: alternate;
    animation-duration: 2s;
    animation-fill-mode: both;
    animation-name: fade-in;
    background-color: rgba(31, 32, 27, 0.9);
    background-position: 0 center;
    background-repeat: no-repeat;
    font-family: "Magneto";
    font-size: 2.5em;
    font-weight: normal;
    line-height: 1.4em;
    transition: opacity 0.1s ease 0s, color 0.1s ease 0s, background-color 0.1s ease 0s, box-shadow 0.1s ease 0s;
}

.h2.top {
    animation-delay: 0.2s;
    animation-direction: alternate;
    animation-duration: 2s;
    animation-fill-mode: both;
    animation-name: fade-in;
    background-color: rgba(31, 32, 27, 0.9);
    background-position: 0 center;
    background-repeat: no-repeat;
    border-radius: 5px;
    box-shadow: 0 3px 15px 0 var(--prime);
    color: var(--prime);
    display: table;
    font-family: "Magneto";
    font-weight: normal;
    margin: 10px auto;
    opacity: 1.0;
    padding: 15px 30px;
    transform: rotate(-1deg);
    transition: opacity 0.1s ease 0s, color 0.1s ease 0s, background-color 0.1s ease 0s, box-shadow 0.1s ease 0s;
}

.h4 {
    display: block;
    font-weight: bold;
}

.article-section {
    display: block;
    margin: 4em 0;
    clear: both;
    overflow: hidden;
}

.breadcrumb {
    font-weight: normal;
}

hr {
    border: none;
    border-bottom: 1px solid #ddd;
}

#header {
    min-height: 290px;
    width: 100%;
    position: relative;
    padding-top: 0;
    padding-bottom: 35px;
}

#header::after {
    /*content: "";
    display: block;
    background-color: #1f201b;
    background-image: url("/file/img/layout/ampelmaennchen_muster.png"), url("/file/img/layout/bg_deko.png");
    background-position: 0 center;
    background-size: 80px auto, 100% auto;*/
    height: 75px;
    position: absolute;
    transform: rotate(-2deg);
    transform-origin: 0 50% 0;
    width: 100%;
}

.iframe-wrapper {
    position: relative;
    padding-bottom: 56%;
    height: 0;
    overflow: hidden;
}

.header-right .headline {
    text-align: right;
}

.swap-toggle > .nav > .btn {

    background: #444;
    color: #aaa;
    transition: all 0.2s ease-in-out;
}

.swap-toggle > .nav > .btn:hover {
    color: var(--prime);
    background: #333;
}

.swap-toggle > .checkbox:checked + .nav > .btn {
    background: var(--prime);
    color: #444;
}

.c-gold {
    color: var(--prime);
}

.c-grey {
    color: #888;
}

.f-magneto {
    font-family: 'Magneto';
}

.content-wrapper {
    position: relative;
    display: block;
    padding: 0 0 100px;
}

.content-wrapper .grid-wrapper {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
}

#header.content-wrapper .grid-wrapper,
.content-wrapper .head .grid-wrapper {
    max-width: 90%;
    left: 5%;
}

.content-wrapper .head .grid-wrapper {
    max-width: 80%;
    left: 10%;
}

/**
 * header menu
 */

.photo-frame {
    border: solid 10px #fff;
    box-shadow: 0 0 20px 8px rgba(38, 33, 27, 0.9);
}

.photo-frame:hover {
    box-shadow: 2px 2px 25px 5px rgba(38, 33, 27, 1);
}

.effect-sepia {

    -ms-transition: all 0.15s cubic-bezier(0.65, 0.05, 0.36, 1);
    -webkit-transition: all 0.15s cubic-bezier(0.65, 0.05, 0.36, 1);
    -moz-transition: all 0.15s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: all 0.15s cubic-bezier(0.65, 0.05, 0.36, 1);

    -ms-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    transform: rotate(-2deg);

    -webkit-filter: sepia(25%) brightness(100%);
    -moz-filter: sepia(25%) brightness(100%);
    filter: sepia(25%) brightness(100%);
}

.effect-sepia:hover {
    -webkit-filter: sepia(25%) brightness(120%);
    -moz-filter: sepia(25%) brightness(120%);
    filter: sepia(25%) brightness(120%);

    cursor: pointer;
}

.effect-sepia + .effect-sepia {
    -ms-transform: rotate(2deg); /* IE 9 */
    -webkit-transform: rotate(2deg); /* Chrome, Safari, Opera */
    transform: rotate(2deg);
}

#menu-root {
    padding: 0;
    border: 0;
    z-index: 101;
    width: 100%;
    background: #F8F8F8;
    position: relative;
}

#home {
    width: 100%;
    box-sizing: border-box;
    display: block;
    padding: 0 2% 8% 2%;
    vertical-align: middle;
    position: relative;
}

#home img{
    width: 100%;
}

#home:before {
    background-image: url(/file/img/MAXx1500x0/layout/bg01.jpg);
    background-position: 90px 410px;
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    z-index: -1;
    top: 50%;
    width: 1500px;
    height: 1500px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

#menu-root #menu {
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    white-space: nowrap;
    z-index: 100;
    vertical-align: bottom;
    box-shadow: none;
    display: block;
    position: relative;
}

#menu-root #menu .menu-element {
    display: inline-block;
}


#menu-root #menu .menu-element-link {
    color: #1c1a1a;
    position: relative;
    text-decoration: none;
    transition: color 0.3s ease 0s;
    background: transparent;
    vertical-align: middle;
    line-height: 1.1em;
    padding: 16px 18px 15px 18px;
    display: inline-block;
    text-align: center;
    position: relative;
    overflow: hidden;
}

#menu-root #menu .menu-element-link:hover {
    text-decoration: underline;
    color: #000;
}

#menu-root #menu .menu-element-link.focus {
    text-decoration: none;
    border: none;
    color: #D00012;
    background-image: -moz-linear-gradient(62% 9% -90deg, rgb(248, 248, 248) 0%, rgb(255, 255, 255) 100%);
    background-image: -webkit-gradient(linear, 62% 9%, 62% 72%, color-stop(0, rgb(248, 248, 248)), color-stop(1, rgb(255, 255, 255)));
    background-image: -webkit-linear-gradient(-90deg, rgb(248, 248, 248) 0%, rgb(255, 255, 255) 100%);
    background-image: -o-linear-gradient(-90deg, rgb(248, 248, 248) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient(-90deg, rgb(248, 248, 248) 0%, rgb(255, 255, 255) 100%);
    background-image: linear-gradient(180deg, rgb(248, 248, 248) 0%, rgb(255, 255, 255) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff8f8f8,endColorstr=#ffffffff,GradientType=0)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff8f8f8, endColorstr=#ffffffff, GradientType=0);
}

#menu-root #menu .menu-element-link.focus:hover {
    cursor: default;
}

#menu-root #menu button {
    display: none;
}

button#menuMobileButton::before {
    content: "Menü";
    display: block;
    position: absolute;
    left: -3em;
    top: 30%;
    font-size: 1.5em;
    font-weight: 400;
    color: #dad8d8;
}

/**
 * #footer
 */
#footer {
    padding-bottom: 50px;
    min-height: 50px;
    position: relative;
    width: 100%;
    z-index: 2;
    font-size: 1em;
}

#footer .content-wrapper.contact-box .bg {
    padding-bottom: 30%;
    padding-top: 25%;
}

#footer .content-wrapper.contact-box .headline {
    margin: 0px;
    background: #F4F1EC;
    padding: 5px;
    display: inline-block;
    padding: 5px;
    float: right;
    margin-top: 33%;
    margin-right: 7%;
    border-radius: 10px;
}

#footer .content-wrapper.contact-box .headline a {

}

#footer .content-wrapper.contact-box .headline a:after {
    content: "";
    display: block;
}

#footer .content-wrapper.contact-box .headline .h1 {
    margin: 0 !important;
    padding: 0;
    background: transparent;
}

#footer a {
    text-decoration: none;
    color: inherit;
}

#footer .spacer {
    display: inline-block;
    width: 1px;
    height: 1em;
    background: #666;
    margin: 0 10px;
    vertical-align: middle;
}

#footer a:hover {
    text-decoration: underline;
}

/**
 * Sliderarea
 */

#emotionImgArea {
    position: relative;
    overflow: hidden;
    z-index: 1;
    box-shadow: none;
    min-height: 80px;
}

#emotionImgArea > div {
    background: transparent no-repeat center top;
    background-size: cover;
    max-width: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    filter: alpha(opacity=0); /* IE 7 and Earlier */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* Next 2 lines IE8 */
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    left: 0%;
    top: 0px;
    display: none;
}

#emotionImgArea > div:first-child {
    display: block;
}

#emotionImgArea > div[class=""] {
    background-image: none !important;
}

#emotionImgArea > div.out {
    left: 0px;
    opacity: 0.0;
    filter: alpha(opacity=0); /* IE 7 and Earlier */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* Next 2 lines IE8 */
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    transition: left 1.8s, opacity 1.8s;
    -webkit-transition: left 1.8s, opacity 1.8s;
    display: block;
}

#emotionImgArea > div.back {
    left: 0%;
    opacity: 0.0;
    filter: alpha(opacity=0); /* IE 7 and Earlier */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* Next 2 lines IE8 */
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    transition: left 1.8s, opacity 1.8s;
    -webkit-transition: left 1.8s, opacity 1.8s;
    display: block;
}

#emotionImgArea > div.in {
    left: 0%;
    opacity: 1.0;
    filter: alpha(opacity=100); /* IE 7 and Earlier */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* Next 2 lines IE8 */
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    transition: left 1.8s, opacity 1.8s;
    -webkit-transition: left 1.8s, opacity 1.8s;
    display: block;
}

/** SIDENAV **/

#side-nav {

}

#side-nav .list {
    list-style: none;
    padding-left: 0px;
}

#side-nav .list .link {
    overflow: hidden;
    word-break: normal;
    white-space: nowrap;
    text-overflow: clip;
    font-weight: bold;
    display: block;
    padding: 12px 0px 12px 20px;
    margin-bottom: 2px;
    color: var(--prime);
    background-color: #000;
    text-decoration: none;
    -webkit-transition: all 0.3s 0.05s;
    -moz-transition: all 0.3s 0.05s;
    -ms-transition: all 0.3s 0.05s;
    -o-transition: all 0.3s 0.05s;
    transition: all 0.3s 0.05s;
}

#side-nav .list .link:before {
    /*content:"";*/
    display: inline-block;
    vertical-align: baseline;
    width: 5px;
    height: 5px;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #ddd;
    margin-right: 10px;
}

#side-nav .list .link:hover:before {
    border-color: var(--prime);
}

#side-nav .item .link:active,
#side-nav .item .link:hover {
    color: #ffffff;
    background-color: var(--prime);
}

/**
 * btn click animation
 */

.btn-animation {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn-animation .ripple {
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: var(--prime);
    -webkit-animation: grow 0.5s;
    animation: grow 0.5s;
    opacity: 0;
    z-index: -1;
}

@-webkit-keyframes grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0.2;
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0.2;
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}


/**
 * Google Maps
 */

#map {
    height: 482px;
}

#map img {
    max-width: inherit;
}

.gMapsInfo {
    white-space: nowrap;
    margin: 10px 10px 15px 10px;
    color: #222;
}

.gm-style-iw {
    overflow: hidden !important;
}

.portrait {
    height: 300px;
    width: 95%;
    opacity: 0.5;
}

.img.fR {
    margin-left: 6%;
    margin-bottom: 15px;
    max-width: 60%;
}

.img.fL {
    margin-right: 6%;
    margin-bottom: 15px;
    max-width: 60%;
}

.mAuto {
    margin-left: auto;
    margin-right: auto;
}

/**
 * Rating
**/

.rating {
    display: inline-block;
    padding: 10px;
    border: solid 1px #F2F2F2;
}

.rating::before {
    content: "";
    clear: both;
}

.rating p {
    margin-top: 0px;
    margin-bottom: 5px;
}

#msg_ok {
    display: inline-block;
    vertical-align: middle;
    float: right;
    padding: 3px;
    color: #D00012;
}

.userRating {
    display: inline-block;
    height: 20px;
    vertical-align: middle;
    width: 120px;
}

.userRating > div {
    width: 120px;
    height: 20px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-align: left;
}

.userRating > div > div {
    background: rgb(252, 234, 187); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(252, 234, 187, 1) 0%, rgba(252, 205, 77, 1) 50%, rgba(248, 181, 0, 1) 51%, rgba(251, 223, 147, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(252, 234, 187, 1)), color-stop(50%, rgba(252, 205, 77, 1)), color-stop(51%, rgba(248, 181, 0, 1)), color-stop(100%, rgba(251, 223, 147, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(252, 234, 187, 1) 0%, rgba(252, 205, 77, 1) 50%, rgba(248, 181, 0, 1) 51%, rgba(251, 223, 147, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(252, 234, 187, 1) 0%, rgba(252, 205, 77, 1) 50%, rgba(248, 181, 0, 1) 51%, rgba(251, 223, 147, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(252, 234, 187, 1) 0%, rgba(252, 205, 77, 1) 50%, rgba(248, 181, 0, 1) 51%, rgba(251, 223, 147, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(252, 234, 187, 1) 0%, rgba(252, 205, 77, 1) 50%, rgba(248, 181, 0, 1) 51%, rgba(251, 223, 147, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceabb', endColorstr='#fbdf93', GradientType=0); /* IE6-9 */
    width: 100%;
    height: 20px;
    left: 0px;
}

.userRating:hover > div > div {
    background: #fff;
}

.userRating > div > span {
    position: relative;
    bottom: 20px;
}

.userRating > div span {
    background: transparent url("/file/img/rating_star.png") left top no-repeat;
    display: inline-block;
    height: 20px;
    width: 0px;
    cursor: pointer;
    padding-left: 24px;
    vertical-align: top;
}

.userRating > div span[onclick]:hover {
    background-color: rgb(255, 168, 76);
}

/* FIXED CONTENT */

#menu-button {
    position: fixed;

    top: 5px;
    left: 5px;
    z-index: 800;
    background-color: transparent;
    border: 0;
    outline: none;
    color: #333;
    display: block;
    box-sizing: content-box;
    border-top: 0;
    border-left: 0;
    border-radius: 50%;
    margin: 0;
    width: auto;
    height: auto;
    padding: 0;
}

#menu .social {
    display: block;
    margin: 40px 10px;
}

#menu .social .link {
    display: inline-block;
}

#menu .social .link + .link {
    margin-left: 10px;
}

#menu-button:before,
#menu .social .link:before {
    font-size: 35px;
    color: #ddd;
    border-radius: 50%;
    text-decoration: none;
}


#menu .social .link:before {
    font-size: 30px;
    color: #888;
}

#menu .social .link:hover:before {
    color: var(--prime);
    background-color: #fff;
}

#menu-button:hover:before,
#menu.closed #menu-button:hover:before {
    color: var(--prime);
    background-color: #fff;
}

#menu.closed {
    overflow: visible;
}

#menu.closed #menu-button:before {
    color: #fff;
}


#menu {
    overflow: auto;
    left: 0;
    top: 0px;
    position: fixed;
    width: 225px;
    display: block;
    background: #000000;
    z-index: 500;
    height: 100%;
    padding-bottom: 100px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.27);
    -webkit-transition: left 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
    -moz-transition: left 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
    -ms-transition: left 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: left 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: left 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}

#menu.closed {
    left: -225px;
}


#page-wrapper {
    overflow: hidden;
    -webkit-transition: margin-left 0.2s 0.1s cubic-bezier(0.25, 0.1, 0.25, 1), max-width 0.2s 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
    -moz-transition: margin-left 0.2s 0.1s cubic-bezier(0.25, 0.1, 0.25, 1), max-width 0.2s 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
    -ms-transition: margin-left 0.2s 0.1s cubic-bezier(0.25, 0.1, 0.25, 1), max-width 0.2s 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: margin-left 0.2s 0.1s cubic-bezier(0.25, 0.1, 0.25, 1), max-width 0.2s 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: margin-left 0.2s 0.1s cubic-bezier(0.25, 0.1, 0.25, 1), max-width 0.2s 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
}

#page-wrapper > * {

    width: 100%;
}


#menu .btn {
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    outline: none;
}

#menu .btn > a {
    color: inherit;
}

#menu #anfrage {
    height: 107px;
    background: #FF8B19;
    box-shadow: none;
    color: #fff;
    outline: none;
}

#menu #anfrage img {
    width: 20px;
    height: 80px;
    margin: 12px 14px;
}

/* 
 * CONTENT BG 
 */


.content-wrapper .head {
    width: 100%;
    position: relative;
}

#start .h1,
#start .h2 {
    animation-delay: 0.2s;
    animation-direction: alternate;
    animation-duration: 2s;
    animation-fill-mode: both;
    animation-name: fade-in;
    background-position: 0 center;
    background-repeat: no-repeat;
    border-radius: 0px;
    color: var(--prime);
    display: table;
    font-family: "Magneto";
    font-size: 3.5em;
    font-weight: normal;
    line-height: 1.1em;
    margin: 0px auto;
    opacity: 1;
    padding: 5px;
    transform: rotate(-6deg);
    transition: opacity 0.1s ease 0s, color 0.1s ease 0s, background-color 0.1s ease 0s, box-shadow 0.1s ease 0s;
}

.content-wrapper .head .h2 {
    background: var(--prime);
    color: #fff;
    margin: 0;
}

.bg-img {
    background-image: url("/file/img/layout/bg_deco@1x.jpg");
    background-repeat: no-repeat;
    background-position: 50% 0;
}

section#sponsoren {
    background-image: url("/file/img/layout/bg_deco.jpg");
    background-repeat: no-repeat;
    background-position: 50% 40%;
}

#start.content-wrapper.bg {
    /*    background-image: url("/file/img/layout/bg01.jpg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto;*/
}

#start.content-wrapper .grid-wrapper {
    max-width: 90%;
}

.content-wrapper.bg:after,
section#sponsoren.bg:before {
    content: "";
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#181715+0,181715+100&0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(24, 23, 21, 0) 0%, rgba(24, 23, 21, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(24, 23, 21, 0) 0%, rgba(24, 23, 21, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(24, 23, 21, 0) 0%, rgba(24, 23, 21, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00181715', endColorstr='#181715', GradientType=0); /* IE6-9 */

    display: block;
    height: 100px;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 0;
}

section#sponsoren.bg:before {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#181715+0,181715+100&1+0,0+100 */
    background: -moz-linear-gradient(top, rgba(24, 23, 21, 1) 0%, rgba(24, 23, 21, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(24, 23, 21, 1) 0%, rgba(24, 23, 21, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(24, 23, 21, 1) 0%, rgba(24, 23, 21, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#181715', endColorstr='#00181715', GradientType=0); /* IE6-9 */

    bottom: auto;
    top: 0;
}


/* anfrage box */


.anfrage-wrapper {
    padding: 20px;
    position: relative;
    background: #000;
}

.call {
    color: var(--prime);
    -ms-transform: rotate(-12deg);
    -webkit-transform: rotate(-12deg);
    -moz-transform: rotate(-12deg);
    transform: rotate(-12deg);
    display: block;
    text-align: left;
    font-size: 1.2em;
    margin: 30px 10px 20px 10px;
    text-decoration: none;
}

.call:before {
    content: "Tel. unter:";
    display: block;
    font-size: 0.8em;
    color: #888;
    margin-bottom: 8px;
}

.anfrage-wrapper .call {
    font-size: 2em;
    float: right;
    text-align: right;
    margin: 40px;
    -ms-transform: rotate(8deg);
    -webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    transform: rotate(8deg);

}

.anfrage-wrapper .call:before {
    content: "Anrufen unter:";
    color: #ededec;
    text-align: right;
}

.anfrage-wrapper .gutschein {
    width: 320px;
}

.anfrage-wrapper .gutschein .desc {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    font-size: 1.5em;
    background-color: #575756;
}

.anfrage-wrapper :hover.gutschein .desc {
    opacity: 1.0;
    visibility: visible;
}

/* img lightbox */

#clLB > .bg > .content > .close {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
    background-image: none;
    padding: 3px;
    border-color: var(--prime);
}

#clLB > .bg > .content > .close:after,
#clLB > .bg > .content > .close:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: var(--prime);

}

#clLB > .bg > .content > .close:after {

    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#clLB > .bg > .content > .close:before {

    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*other*/

.swap-toggle {
    margin-bottom: 15px;
}

/* neu banner */
.neu-banner {
    color: var(--prime);
    display: block;
    font-size: 2.3em;
    font-weight: normal;
    line-height: 1.2em;
}

.img-lb-slider {
    cursor: pointer;
}

/**
 * modell slider
 **/

.swap-slider {
    overflow: hidden;
}

.swap-slider > .nav {
    display: inline-block;
    /*width: 30%;*/
    width: 100%;
    padding-right: 0;
    margin-right: 20px;
    margin-top: 15px;
}

.swap-slider > .mask {
    height: auto;
    overflow: hidden;
    background-color: transparent;
    width: 100%;
    display: inline-block;
}

.model-toggle > .swap.swap-slider > .mask > .list > .item {
    background-color: #444;
    padding: 30px 45px;
}

.model-toggle .nav > .btn .icon {
    display: block;
}

.swap-slider .nav > .btn {
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: #575756;
    border-right: 1px solid #4f4f4f;
    display: inline-block;
    line-height: 2em;
    padding: 15px;
    vertical-align: bottom;
}

.model-toggle > .swap-slider.item-4 > .nav > .btn {
    width: 25%;
}

.swap-slider.swap-part-slider > .nav {
    height: 100%;
}

.swap-slider .btn.nav-before,
.swap-slider .btn.nav-next {
    position: absolute;
    padding: 0;
    top: 50%;
    top: calc(50% - 35px);
    opacity: 0.75;
    border: 0;
    outline: 0;
    width: 34px;
    height: 70px;
    color: #fff;
    background-color: #444;
    transition: all 0.3s ease-in;

}

.swap-slider .btn.nav-before:hover {

    box-shadow: 3px 0px 15px -5px rgba(132, 110, 84, 0.5);
}

.swap-slider .btn.nav-next:hover {
    box-shadow: -3px 0px 15px -5px rgba(132, 110, 84, 0.5);
}

.swap-btn-before .btn:hover,
.swap-btn-next .btn:hover,
.swap-slider .nav .btn:hover {
    opacity: 1;
}

.swap-btn-before .btn.nav-before,
.swap-slider.swap-part-slider > .nav .button-left {
    left: 0;
}

.swap-btn-next .btn.nav-next,
.swap-slider.swap-part-slider > .nav .button-right {
    right: 0;
}

.swap-btn-before input:first-of-type:checked ~ .btn.nav-before,
.swap-slider.swap-part-slider.on-start > .nav .btn.nav-before {
    left: -40px;
}

.swap-btn-next input:last-of-type:checked ~ .btn.nav-next,
.swap-slider.swap-part-slider.on-end > .nav .btn.nav-next {
    right: -40px;
}

.swap-slider.swap-horizontal > .mask > .list,
.swap-slider.swap-vertical > .mask > .list {
    /*background-color:#444;	*/
}

.info-wrapper .body {
    background: rgba(20, 21, 18, 0.95) none repeat scroll 0 0 !important;
    border: 1px solid rgba(20, 21, 18, 1);
    box-shadow: 0 0 15px 8px rgba(0, 0, 0, 0.4);
    padding: 25px 15px;
}

.info-wrapper .body .h2 {
    animation-delay: 0.2s;
    animation-direction: alternate;
    animation-duration: 2s;
    animation-fill-mode: both;
    animation-name: fade-in;
    background-color: rgba(31, 32, 27, 0.9);
    background-position: 0 center;
    background-repeat: no-repeat;
    border-radius: 5px;
    box-shadow: 0 0 15px 8px rgba(0, 0, 0, 0.4);
    color: var(--prime);
    display: table;
    font-family: "Magneto";
    font-weight: normal;
    margin: 10px auto;
    opacity: 1.0;
    padding: 15px 30px;
    transform: rotate(-1deg);
    transition: opacity 0.1s ease 0s, color 0.1s ease 0s, background-color 0.1s ease 0s, box-shadow 0.1s ease 0s;
}

#menuMobileButton {
    display: none;
}

.green {
    color: var(--prime);
}

.anfrage-wrapper {
    margin-top: 14px;
}

.anfrage-wrapper .boxheadline {
    margin-bottom: 40px;
    font-size: 1.8em;
    margin-top: 0px !important;
}

#menu > a {
    margin-top: 70px !important;
}

.img {

    display: inline-block;
    position: relative;
}

.img.frame .src {

}

.img.rotate-l {
    /*-webkit-transform: rotate(4deg) translate(50%, 3%);
       -moz-transform: rotate(4deg) translate(50%, 3%);
       -ms-transform: rotate(4deg) translate(50%, 3%);
       -o-transform: rotate(4deg) translate(50%, 3%);
       transform: rotate(4deg) translate(50%, 3%);*/
}

.img.rotate-l .src {
    box-shadow: 0 0 15px 8px rgba(0, 0, 0, 0.4);
    padding: 8px 8px 55px;
    background: #fff;
    z-index: 1;
    max-width: 70%;
    -webkit-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    transform: rotate(4deg);
    margin: 4rem auto;
}

#start {
    /*overflow:hidden;*/
}

body.data_privacy .content-section {
    padding-top: 30px;
}

#side-nav {
    margin-top: 100px;
}

.map-route:before, .map-route:after {
    content: "";
    background-image: url("/file/img/MAXx1000x0/layout/map_deco_top@1x.png");
    background-position: 0 0;
    background-size: cover;
    display: block;
    width: 101%;
    height: 20%;
    position: absolute;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    border-radius: 0;
    background-size: 100% auto;
    background-position: left top -5px;
}

.map-route:after {
    background-image: url("/file/img/MAXx1000x0/layout/map_deco_bottom@1x.png");
    background-position: left bottom -5px;
}

.img.frame.rotate-l.mAuto {
    width: 100%;
}

.map-route {
    position: relative;
}

.map-route:after {

    top: auto;
    bottom: 0;
    left: 0;
}

/* logo slider */

.logo-slider .swap-slider.swap-part-slider > .mask {
    max-width: 100%;
}

.logo-slider .swap-slider.swap-horizontal.swap-part-slider > .mask > .list > .item {
    width: 33.333333%;
    width: calc(100% / 3);
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    vertical-align: middle;
}

.logo-slider .item > .logo {
    margin: auto;
    background-color: #fff;
    padding: 12px 8px 40px;
    border-radius: 2px;
    width: auto;
    display: inline-block;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
}

.logo-slider .item > .logo .img {
    background-color: #181715;
    border-radius: 4px;
    box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.4);
    min-height: 200px;
    min-width: 200px;
    padding: 5px;

    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    justify-content: center;
}

.logo-slider .item > .logo .desc {
    padding: 0.5rem;
    font-size: 0.85rem;
    line-height: 1.0rem;
    color: #444;
    bottom: -3.0rem;
    left: 0;
    max-width: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    overflow: hidden;
    word-wrap: break-word;
    white-space: normal;
    background-color: #fff;
    padding: 0.25rem 0.5rem;
    box-sizing: border-box;
    min-width: 75%;
    box-shadow: 0 0 4px -1px rgba(0, 0, 0, 0.5);
}

.video-box {
    background-color: #000000;
    padding: 10px;
    border: solid 2px var(--prime);
}

.video-box * {
    display: inline-block;

}

.video-box .src {
    max-width: 40px;
    margin-right: 10px;
}

.video-box .desc {
    max-width: calc(100% - 60px);
}

.video-box .desc p {
    margin-top: 3px;
    margin-bottom: 3px;
}

.magnet-wrapper {
    position: relative;
}

.magnet-wrapper .info-img {
    position: absolute;
    max-width: 25%;
    top: 2%;
    left: 15%;
    -webkit-filter: drop-shadow(0 0.1rem 0.5rem rgba(0, 0, 0, 0.75));
    filter: drop-shadow(0 0.1rem 0.5rem rgba(0, 0, 0, 0.75));
    -webkit-animation: mover 2s infinite alternate;
    animation: mover 2s infinite alternate;
}


@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-20px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-20px);
    }
}