
.info-text.alert-info
{
    position: fixed;
    z-index: 100;
    bottom: 25%;
    right: 10%;
    width: 80%;
    max-width: calc(100% - 3rem);
    box-sizing: border-box;
    border: 4px solid #bce8f1;
    border-radius: 4px;
    padding: 15px 35px 15px 15px;
    filter: drop-shadow(2px 4px 12px rgba(0, 0, 0, 0.25));
    margin: 0;
    color: #01579B;
    background: #B3E5FC;
}

@media all and (min-width: 768px)
{
    .info-text.alert-info
    {
        width: 400px;
        bottom: 4rem;
        right: 4rem;
    }
}

.scrolled .info-text.alert-info,
.is--scrolled .info-text.alert-info
{
    -webkit-animation: tracking-out-expand-fwd-top 0.8s 2s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    animation: tracking-out-expand-fwd-top 0.8s 2s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

@-webkit-keyframes tracking-out-expand-fwd-top
{
    0%
    {
        -webkit-transform: translateZ(0) translateY(0);
        transform: translateZ(0) translateY(0);
        opacity: 1;
    }
    60%
    {
        opacity: 0.8;
    }
    100%
    {
        letter-spacing: 1em;
        -webkit-transform: translateZ(300px) translateY(-200vH);
        transform: translateZ(300px) translateY(-200vH);
        opacity: 0;
    }
}

@keyframes tracking-out-expand-fwd-top
{
    0%
    {
        -webkit-transform: translateZ(0) translateY(0);
        transform: translateZ(0) translateY(0);
        opacity: 1;
    }
    60%
    {
        opacity: 0.8;
    }
    100%
    {
        letter-spacing: 1em;
        -webkit-transform: translateZ(300px) translateY(-125vH);
        transform: translateZ(300px) translateY(-125vH);
        opacity: 0;
    }
}

/* 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;
}

table td
{
    padding-right: 4px;
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after
{
    margin-left: 0;
}

.swap-slider > .mask > .list > .item > .img
{
    height: 500px;
}

.swap-slider > .mask > .list > .item > .img .src
{
    max-height: 100%;
}

.info-text
{
    display: block;
    width: 800px;
    max-width: 80%;
    margin: 3rem auto;
    padding: 2rem;
    background: #272727;
    color: #fff;
    margin-top: -6%;
    z-index: 1;
    position: relative;
}

html
{
    height: 100%;
    font-family: 'Roboto', Calibri, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;

}

body
{
    background: #26211B;
    color: #fff8ed;
    font-size: 1rem;
}

a
{
    text-decoration: none;
    color: rgba(252, 205, 77, 1);
}

.c-dark
{
    color: #888;
}

a:hover
{
    text-decoration: none;
}

p,
.p,
ul,
ol,
table
{
    display: block;
    font-size: 1rem;
    line-height: 1.8rem;
    margin: 1.2rem 0;
    font-weight: normal;
}

table
{
    display: table;
}

ul,
ol
{
    margin: 0;
}

.h1
{
    font-family: 'Magneto';
    color: #ffad29;
    display: block;
    font-size: 2.3rem;
    font-weight: normal;
    line-height: 2.5rem;
}

.content-wrapper .head .h1:before
{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    transform: rotate(-3deg);
    background-color: #ffad29;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.27);
    width: 94%;
    height: 108%;
    z-index: -1;
    -webkit-transform: skew(3deg, 0deg) translateX(-50%) translateY(-50%) rotate(-3deg);
    -moz-transform: skew(3deg, 0deg) translateX(-50%) translateY(-50%) rotate(-3deg);
    -ms-transform: skew(3deg, 0deg) translateX(-50%) translateY(-50%) rotate(-3deg);
    -o-transform: skew(3deg, 0deg) translateX(-50%) translateY(-50%) rotate(-3deg);
    transform: skew(3deg, 0deg) translateX(-50%) translateY(-50%) rotate(-3deg);
}

.h2
{
    display: block;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.875rem;
    margin: 1rem 0;
    margin-top: 2rem;
}

.h3
{
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    color: #ffad29;
}

.h4
{
    display: block;
    font-weight: bold;
}

.article-section
{
    display: block;
    clear: both;
    overflow: hidden;
    background-color: #e84e0f;
    border-radius: 1rem;
    max-width: 80%;
    padding: 1rem 2rem;
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin: auto;
    box-shadow: 5px 5px 15px #000;
}

.article-section *
{
    font-size: inherit;
    line-height: inherit;
}

.article-section:nth-of-type(1)
{
    transform: rotate(2deg);
}

.article-section:nth-of-type(2)
{
    transform: rotate(-2.75deg);
    margin: 0.5rem auto;
    max-width: 70%;
}

.article-section:nth-of-type(3)
{
    transform: rotate(2.75deg);
}

.article-section:last-of-type
{
    max-width: 100%;
    margin-top: 2rem;
}

.article-section .special
{
    font-family: 'Magneto';
    display: block;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
}

.site_notice .article-section,
.datenschutz .article-section
{
    transform: none;
}

.breadcrumb
{
    font-weight: normal;
}

hr
{
    border: none;
    border-bottom: 1px solid #ddd;
}

#header
{
    /*min-height: 290px;*/
    width: 100%;
    position: relative;
    padding-top: 0;
}

.content-wrapper
{
    position: relative;
}

.content-wrapper.overlay
{
    position: relative;
}

.content-wrapper.overlay > .body
{
    padding: 0;
}

.content-wrapper.overlay > .body > div
{
    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%);
}

.special-box
{
    background: #f0f;
}

.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: #ffad29;
    background: #333;
}

.swap-toggle > .checkbox:checked + .nav > .btn
{
    background: #ffad29;
    color: #444;
}

.c-gold
{
    color: #ffad29;
}

.c-grey
{
    color: #888;
}

.f-magneto
{
    font-family: 'Magneto';
}

.content-wrapper
{
    display: block;
}

.section > .inner.limit,
.content-wrapper .grid-wrapper
{
    max-width: 1100px;
    margin: 0 auto;
}

#header.content-wrapper .grid-wrapper,
.content-wrapper .head .grid-wrapper
{
    max-width: 90%;
}

.content-wrapper .head .grid-wrapper
{
    max-width: 80%;
    left: 10%;
}

.clForm .element > .user-interaction
{
    font-size: 18px;
    padding: 0.625rem;
    height: 40px;
    -webkit-transition: all 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
    -moz-transition: all 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
    -ms-transition: all 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: all 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
    box-shadow: 0 0 0 #ffad29;
    border-color: #fff;
    font-weight: lighter;
}

.clForm .element > .user-interaction.changed
{
    box-shadow: 0 0 25px 5px #ffad29;
    color: #ffad29;
}

.btn.btn-primary,
.clForm .element > .user-interaction.btn.btn-primary
{
    background-color: #ffad29;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    border: 0;
    padding: 0.625rem;
    display: block;
    width: 100%;
    max-height: inherit;
    line-height: 2rem;
    height: inherit;
    text-align: center;
    transition: all ease 0.3s;
}

.btn.btn-primary:hover,
.clForm .element > .user-interaction.btn.btn-primary:hover
{
    background: #ff9e02;
}

.clForm .element > label
{
    font-size: 1.0rem;
    margin-bottom: 8px;
    color: #aaa;
}

:required
{
    background: red;
}

/**
 * header menu
 */

.photo-frame
{
    border: solid 0.625rem #fff;
    box-shadow: 0 0 1.25rem 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
{
    padding: 2rem;
    margin: 6rem auto 2rem;
    vertical-align: middle;
    display: block;
    text-align: center;
}

#home img
{
    margin: auto;
}

#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.1rem;
    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: -3rem;
    top: 30%;
    font-size: 1.5rem;
    font-weight: 400;
    color: #dad8d8;
}

/**
 * #footer
 */
#footer
{
    padding-bottom: 2.5rem;
    min-height: 2.5rem;
    position: relative;
    width: 100%;
    z-index: 2;
    font-size: 1rem;
    padding-top: 4rem;
}

#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: 0.625rem;
}

#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 a:hover
{
    text-decoration: underline;
}

#footer .spacer
{
    display: inline-block;
    width: 1px;
    height: 1rem;
    background: #666;
    margin: 0 0.625rem;
    vertical-align: middle;
}

/**
 * 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 .list
{
    list-style: none;
    padding-left: 0px;
}

#side-nav .list .link
{
    overflow: hidden;
    word-break: normal;
    white-space: nowrap;
    text-overflow: clip;
    display: block;
    padding: 6px 0px 6px 1.25rem;
    font-weight: bold;
    color: #575756;
    margin-bottom: 0.25rem;
    text-transform: uppercase;
    background-color: #fff;
    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: 0.625rem;
}

#side-nav .list .link:hover:before
{
    border-color: #ffad29;
}

#side-nav .itrem .link:active,
#side-nav .itrem .link:hover
{
    color: #ffad29;
    background-color: #fafafa;
}

/**
 * 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: #ffad29;
    -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: 375px;
}

#map img
{
    max-width: inherit;
}

.gMapsInfo
{
    white-space: nowrap;
    margin: 0.625rem 0.625rem 15px 0.625rem;
    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%;
}

/**
 * Rating
**/

.rating
{
    display: inline-block;
    padding: 0.625rem;
    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: 1.25rem;
    vertical-align: middle;
    width: 11.25rem;
}

.userRating > div
{
    width: 11.25rem;
    height: 1.25rem;
    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: 1.25rem;
    left: 0px;
}

.userRating:hover > div > div
{
    background: #fff;
}

.userRating > div > span
{
    position: relative;
    bottom: 1.25rem;
}

.userRating > div span
{
    background: transparent url("/file/img/rating_star.png") left top no-repeat;
    display: inline-block;
    height: 1.25rem;
    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 0.625rem;
}

#menu .social .link
{
    display: inline-block;
}

#menu .social .link + .link
{
    margin-left: 0.625rem;
}

#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: #ffad29;
    background-color: #fff;
}

#menu-button:hover:before,
#menu.closed #menu-button:hover:before
{
    color: #ffad29;
    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: #fff;
    z-index: 500;
    height: 100%;
    padding-bottom: 100px;
    box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.27);
}

#menu.closed
{
    left: -225px;
}

#menu.open ~ #page-wrapper
{
    margin-left: 225px;
    max-width: calc(100% - 225px);
}

#page-wrapper,
#menu
{
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
    -moz-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
    -ms-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}

#page-wrapper
{
    /*background-color: #26211B;
    background-image: url(/file/img/layout/bg_black.jpg);
    background-repeat: repeat;
    background-size: 1000px auto;*/
    background-image: url(/file/img/MAXx1600x0/layout/bg/bg00.jpg);
    background-position: right 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    max-width: 100%;
    background-attachment: fixed;
}

#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: 1.25rem;
    height: 80px;
    margin: 12px 14px;
}

#menu.open:before #menu-button
{
    /*content:"";
    display:block;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;	*/
}

/*
 * CONTENT BG
 */

.content-wrapper.bg
{
    /* background-position: top center;
     background-color: #26211B;
     background-repeat: repeat;
     background-size: 100% auto;*/
}

.content-wrapper .head
{
    width: 100%;
    position: relative;
}

.content-wrapper .head .bg:after
{
    /*content: "";*/
    display: block;
    width: 100%;
    padding-top: 2.5rem;
    position: absolute;
    bottom: -1px;
    background: transparent url("/file/img/MAXx1600x0/layout/deco_section_footer_dark_bottom.png") no-repeat;
    background-size: 100% 100%;
}

.content-wrapper .head .bg:before
{
    /*content: "";*/
    display: block;
    width: 100%;
    padding-top: 2.5rem;
    position: absolute;
    top: -1px;
    background: transparent url("/file/img/MAXx1600x0/layout/deco_section_footer_dark_top.png") no-repeat;
    background-size: 100% 100%;
}

.content-wrapper .head .bg.bg-bg00
{
    /*background-image: url("/file/img/MAXx1600x0/layout/bg/bg00.jpg");
    background-position: right 0;*/
}

.content-wrapper .head .bg.bg-bg00:before
{
    display: none;
}

/* info slider */

.content-wrapper .info-slider
{
    margin-bottom: 40px;
}

.content-wrapper .info-slider .head .bg
{
    padding-top: 60%;
    padding-top: 59.09%;
}

.content-wrapper .info-slider .swap-slider.swap-horizontal > .mask > .list,
.content-wrapper .info-slider .swap-slider.swap-vertical > .mask > .list
{
    /*background-color: #26211B;
    background-image: url("/file/img/layout/bg_black.jpg");
    background-repeat: repeat;
    background-size: 1000px auto;*/
}

.content-wrapper .info-slider .info-wrapper
{
    position: relative;
}

.content-wrapper .info-slider .body
{
    padding: 30px;
    position: absolute;
    left: 6%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    max-width: 38%;
    max-height: 80%;
    font-size: 0.9rem;
    box-sizing: border-box;
    overflow: hidden;
    overflow-y: auto;
    background-image: none;
    background-color: rgba(68, 68, 68, 0.92);
}

.content-wrapper .info-slider .body-r .body
{
    left: inherit;
    right: 6%;

}

.content-wrapper .info-slider .swap-slider > .nav
{
    margin: 0;
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 50%;
    width: auto;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

.content-wrapper .info-slider .swap-slider > .nav .btn
{
    opacity: 0.75;
}

.content-wrapper .info-slider .head .bg:before,
.content-wrapper .info-slider .head .bg:after
{
    content: none;
}

.content-wrapper > .body
{
    width: 450px;
    max-width: 90%;
    margin: auto;
    text-align: center;
}

.content-wrapper .head .h1,
.content-wrapper .head .h2
{
    background-color: #ffad29;
    display: inline-block;
    color: #fff;
    padding: 15px 40px;
    line-height: 1.875rem;
    display: inline-block;
    color: #fff;
    padding: 15px 40px;
    position: relative;
    z-index: 1;

}

.content-wrapper .head .h1
{
    font-family: 'Magneto';
    margin: 300px 0 0 0;
    box-shadow: 1px 1px 0.625rem rgba(0, 0, 0, 0.27);
}

.content-wrapper .head .h2
{
    background: #ffad29;
    color: #fff;
    margin: 0;
}

.content-wrapper.bg.bg-dark
{
    padding-top: 0.625rem;
}

/* price Box */

.price-box
{
    background-color: #FFAD29;
    color: #fff;
    font-size: 1.5rem;
    font-family: 'Magneto';
}

.price-box .price:before
{
    font-family: 'Open Sans', Calibri, Arial, sans-serif;
    font-size: 14px;
    margin-bottom: 0.625rem;
    display: none;

}

.price-box .price[data-saison="1"]:before
{
    content: "Neben-Saison";
}

.price-box .price[data-saison="2"]:before
{
    content: "Zwischen-Saison";
}

.price-box .price[data-saison="3"]:before
{
    content: "Haupt-Saison";
}

.price-box .price[data-saison="4"]:before
{
    content: "Nachsaison";
}

.price-box .price[data-saison="5"]:before
{
    content: "Sparsaison ";
}

.price-box-header > *
{
    padding: 0.625rem;
}

.price-box .price,
.price-box .name
{
    padding: 0.625rem;
    line-height: 2rem;
    display: block;
}

.price-box .price *, .price-box .name *
{
    margin: 0;
}

/***************************************************************************************
 * Basic Calendar                                                                        *
****************************************************************************************/

.calendarArea
{
    position: relative;
    width: 100%;
    height: 270px;
    padding: 0;
    box-sizing: border-box;
    background: #575756;
}

.datePicker
{
    width: inherit;
    height: auto;
    box-shadow: 0 0 4px 0 #666666;
    background-color: white;
}

.calendarArea > div.sites > div
{
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    position: absolute;
    transition: all 0.8s;
    opacity: 1;
    top: 0px;
    visibility: visible;
    box-sizing: border-box;
    padding: 0.625rem;
    background: #444;

}

.datePicker > div.sites > div
{
    position: inherit;
}

.calendarArea > div.sites > div.previous
{
    top: -100%;
    opacity: 0;
    visibility: hidden;
}

.calendarArea > div.sites > div.next
{
    top: +100%;
    opacity: 0;
    visibility: hidden;
}

.calendarArea > div.sites > div > table
{
    width: 94%;
    margin: 3%;
}

.calendarArea .weekDay
{
    font-size: 0.9rem;
}

.calendarArea tr td
{
    line-height: 30px;
}

.calendarArea .weekDay,
.calendarArea th.weekNumber
{
    color: #888;

}

.calendarArea tr
{
    height: auto;
}

.datepicker .week .day.current:before
{
    border-radius: 50%;
    border: 1px solid #FFAD29;
    content: " ";
    height: 22px;
    margin: -4px;
    position: absolute;
    width: 22px;
    /* background-color: #FFAD29; */
    color: #FFAD29;
    left: 13px;
    top: 4px;
}

.datepicker
{
    color: #333;
}

.datePicker tr
{
    height: 1.25rem;
}

.calendarArea th.weekNumber
{
    font-size: 0.8rem;
}

.calendarArea tr th
{
    text-align: center !important;
    text-transform: inherit;
    padding: 0px;
}

.calendarArea tr td
{
    border: 0 none;
    padding: 0px;
}

.datePicker tr td
{
    width: 25px;
}

.calendarArea tr td.day
{
    text-align: center;
    padding: 3px;
    transition: all 0.3s 0.05s;
}

.calendarArea td:empty:hover
{
    background-color: transparent;
}

.calendarArea tr:hover td.day
{
    background-color: #777;
    color: #fff;
}

.calendarArea tr:hover td.day:hover
{
    background-color: #FFAD29;
}

.calendarArea tr:hover td.day
{
    cursor: pointer;
}

.calendarArea .dateToDay > div
{
    border-bottom: 1px solid #727272;
    cursor: help;
    color: #FF1717;
}

.calendarArea .currentDay
{
    color: #ffad29;
    background: #fff;
}

.calendarArea td > div
{
    position: relative;
}

.datePicker td > div
{
    cursor: pointer;
}

.calendarArea tr td .toolTip
{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    bottom: 0;
    margin-bottom: 1.25rem;
    margin-left: -40px;
    padding: 0.625rem;
    position: absolute;
    width: 100px;
    z-index: 1;
    display: none;
    text-align: center;
    cursor: default;
}

.calendarArea tr td:last-child .toolTip
{
    right: 0px;
    margin-left: 0px;
}

.calendarArea tr td:first-of-type .toolTip
{
    left: 0px;
    margin-left: 0px;
}

.calendarArea td:hover .toolTip
{
    display: block;
}

.calendarArea .nextMonth
{
    cursor: pointer;
    left: 0.625rem;
    position: absolute;
    top: 0;
    z-index: 1;
}

.calendarArea .previousMonth
{
    cursor: pointer;
    right: 0.625rem;
    position: absolute;
    top: 0;
    z-index: 1;
}

.calendarArea button
{
    border: 0 none;
    font-size: 30px;
    background-color: #333;
    padding: 5px;
    height: 1.25rem;
    line-height: 1.25rem;
    color: #fff;
    box-sizing: content-box;
    overflow: hidden;
    margin: 0;
}

.calendarArea button[disabled]
{
    color: transparent !important;
    cursor: wait;
}

.datePicker button[disabled]
{
    color: inherit !important;
    cursor: pointer;
}

.swap-slider > .mask > .list > .item > .img .src
{
    text-align: center;
    margin: auto;
}

ul
{
    list-style: disc;
    color: inherit;
    padding-left: 25px;
}

/*other*/

.swap-toggle
{
    margin-bottom: 15px;
}

.img-lb-slider
{
    cursor: pointer;
}

.clForm .element.formError .user-interaction,
.clForm .element.formError .upload,
.clForm .element.formError .captcha > input,
.clForm .element.formError .mce-tinymce.mce-container.mce-panel
{
    border-color: #E30714;
}

.clForm .element.formError > label
{
    color: #E30714;
}

.error,
.info
{
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 1.25rem;
    border: solid 4px #ADDE5C;
    background: #DFF2BF;
    color: #008000;
}

.error
{
    border: solid 4px #FBD3C6;
    background: #FDE4E1;
    color: #B10009;
}

/*toolbar*/

.toolbar #menu-button
{
    top: 32px;
}

.toolbar.toolbar-closed #menu-button
{
    top: 5px;
}

.toolbar #menu
{
    top: 27px;
}

.toolbar.toolbar-closed #menu
{
    top: 0px;
}

.box-wrapper .box-txt
{
    max-height: 500px;
    overflow-y: auto;
    margin-left: 5%;
    padding-right: 3%;
}

.price-wrap
{
    overflow-y: hidden;
}

.price-wrap .price-box,
.price-wrap .price-box-header
{
    max-width: none;
    width: 100%;
}

.iframe-wrapper
{
    position: relative;
    padding-bottom: 60%;
    height: 0;
    overflow: hidden;
}

.co-info
{
    font-family: inherit !important;
    background: #222 !important;
    color: #aaa !important;
}

.co-info > .co-text, .co-info > .co-close, .co-info > .co-detail
{
    color: inherit !important;
}

.co-info > .co-close, .co-info > .co-detail
{
    background: #111 !important;
}

#lb_vermietbedingungen
{
    position: fixed;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 1000px;
    height: 600px;
    max-width: 96%;
    max-height: 96%;
    background-color: #555;
    box-sizing: border-box;
    padding: 2rem;
    overflow: hidden auto;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
}

#lb_vermietbedingungen.is-open
{
    opacity: 1;
    visibility: visible;
}

/*
@phoneLandscapeViewportWidth: 30em;     // 480px
@tabletViewportWidth: 48em;             // 768px
@tabletLandscapeViewportWidth: 64em;    // 1024px
@desktopViewportWidth: 78.75em;         // 1260px

*/

@media screen and (max-width: 78.75em)
{
    #page-wrapper
    {
        background-image: url(/file/img/MAXx1260x0/layout/bg/bg00.jpg);
    }
}

@media screen and (max-width: 64em)
{
    #page-wrapper
    {
        background-image: url(/file/img/MAXx1024x0/layout/bg/bg00.jpg);
    }
}

@media screen and (max-width: 48em)
{
    #page-wrapper
    {
        background-image: url(/file/img/MAXx768x0/layout/bg/bg00_mobile.jpg);
    }
}

@media screen and (max-width: 30em)
{
    #page-wrapper
    {
        background-image: url(/file/img/MAXx480x0/layout/bg/bg00_mobile.jpg);
    }

    #home
    {
        margin: 4rem auto 2rem;
    }

    #footer .spacer
    {
        display: block;
        visibility: hidden;
    }
}