@import "homepage/articles.css";
@import "homepage/filter.css";
@import "homepage/faq.css";
@import "homepage/contact.css";
@import "homepage/voucher.css";
@import "main/main.css";
@import "main/navigation2023.css";
@import "main/login.css";
@import "main/footer.css";
@import "main/header.css";
@import "detail/main.css";
@import "detail/articles.css";
@import "detail/rating.css";

:root {
    --spartanien-red: #d35331;
    --spartanien-red-darken: #ac4125;
    --max-width: 1400px;
    --max-width-padding: 1440px;
    --color-grey: #E5E3D7;
    --background-grey: #E7E5D7;
}



/*** CORE ***/
html, body  {
    position:relative;
}
body  {
    font-family: "Lato", Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 0px;
    margin: 0px;
    color: #373737;
    overflow-x:hidden;
}
h1 {
    margin: 40px 0px 0px 0px;
    padding: 0px;
    font-weight: 700;
    font-size: 20px;
}
body section h1 {
    margin: 0px;
    padding: 0px 0px 26px 0px;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: -0.1px;
    text-align: center;
}
h2 {
    margin: 0px;
    padding: 20px 0px;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: -0.1px;
    text-align: center;
}
h3  {
    font-size: 22px;
    font-weight: 400;
    letter-spacing: -0.04px;
    margin: 0px;
}
h4  {
    font-size: 18px;
    margin: 6px 0px;
    font-weight: 400;
    letter-spacing: -0.05px;
}
h1.home {
    margin: 0px;
    padding: 20px 0px;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: -0.1px;
    text-align: center;
}
h2.home {
    margin: 0px;
    padding: 20px 0px;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: -0.1px;
    text-align: center;
}
h3.home  {
    margin: 0px;
    padding: 20px 0px;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: -0.1px;
    text-align: center;
}
h4.home  {
    margin: 0px;
    padding: 20px 0px;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: -0.1px;
    text-align: center;
}
p  {
    margin: 4px 0px;
}
a  {
    color: #373737;
}
a.invisible {
    color:#CF4E2E;
}
a.invisible:hover {
    color:#CF4E2E;
}

.tableContainer
{
    border: 1px solid #E7E7E7;
    border-radius: 4px;
    margin-bottom: 20px;
    width: 1000px;
}

table th
{
    border-bottom: 1px solid #E7E7E7;
    color: #787878;
    font-weight: 400;
    padding: 5px;
    text-align: left;
}

table td
{
    border-bottom: 1px solid #E7E7E7;
    overflow: hidden;
    padding: 5px;
}

.fl  {
    float: left;
}
.fr  {
    float: right;
}
.cb  {
    clear: both;
    float:none;
}
.dn {
    display:none;
}
.pr {
    position:relative;
}

/*** HOMEPAGE HEADER ***/
.buttons {
    margin:0px auto;
    width:331px;
    height:20px;
}
.btn-new {
    background: linear-gradient(#d35331 0%, #c43e25 100%);
    color: #fff;
    padding: 7px 20px 9px;
    border: none;
    border-radius: 3px;
    box-shadow: 0px 2px 8px #c1c0b9;
    font-size: 14px;
    letter-spacing: 0.1px;
    font-weight: 700;
    margin: 10px auto 0px auto;
    display: inline-block;
    margin-left:15px;
    opacity:0.3;
    text-decoration:none;
}
.btn-new:hover {
    opacity:1;
    color: #fff;
}
.btn-new_active {
    background: linear-gradient(#d35331 0%, #c43e25 100%);
    color: #fff;
    padding: 7px 20px 9px;
    border: none;
    border-radius: 3px;
    box-shadow: 0px 2px 8px #c1c0b9;
    font-size: 14px;
    letter-spacing: 0.1px;
    font-weight: 700;
    margin: 10px auto 0px auto;
    display: inline-block;
    margin-left:15px;
    text-decoration:none;
}
.btn-new_active:hover {
    color:white;
}
.btn-new2  {
    background: linear-gradient(#e79e3d 0%, #e0822f 100%);
    color: #fff;
    padding: 7px 20px 9px;
    border: none;
    border-radius: 3px;
    box-shadow: 0px 2px 8px #c1c0b9;
    font-size: 14px;
    letter-spacing: 0.1px;
    font-weight: 700;
    margin: 10px auto 0px auto;
    display: inline-block;
    margin-left:15px;
    opacity:0.3;
    text-decoration:none;
}
.btn-new2:hover {
    opacity:1;
    color: #fff;
}
.btn-new2_active  {
    background: linear-gradient(#e79e3d 0%, #e0822f 100%);
    color: #fff;
    padding: 7px 20px 9px;
    border: none;
    border-radius: 3px;
    box-shadow: 0px 2px 8px #c1c0b9;
    font-size: 14px;
    letter-spacing: 0.1px;
    font-weight: 700;
    margin: 10px auto 0px auto;
    display: inline-block;
    margin-left:15px;
    text-decoration:none;
}
.btn-new2_active:hover {
    color:white;
}
body header  {
    width: 100%;
    height: 656px;
    position: relative;
}
header > img, header p, header .howto, header h1  {
    position: relative;
    left: 50%;
}
header > img  {
    margin-left: -197px;
    width: 397px;
    margin-top: 40px;

}
header .raty  {
    width:90px !important;
}
header .raty img {
    width:13px;
    margin:0px;
    border:none;
    left:0;
}
header p, header h1  {
    margin-left: -273.5px;
    width: 550px;
    text-align: center;
    font-weight: 100;
}
header p  {
    margin-top: 0px;
    margin-bottom: 0px;
}
header .howto  {
    margin-left: -339px;
    width: 678px;
    margin-top: 65px;
}
.circle  {
    width: 198px;
    height: 198px;
    border-radius: 100px;
    margin: 0px 14px;
    text-align: center;
    font-size: 20px;
    letter-spacing:-0.2px;
    font-weight: 700;
    position: relative;
}
.circle_jumbo {
    width: 198px;
    height: 198px;
    border-radius: 100px;
    margin: 75px 39px 0;
    text-align: center;
    font-size: 20px;
    letter-spacing:-0.2px;
    font-weight: 700;
    float:left;
}
.c1  {
    background-color: #fff;
}
.c2  {
    background: url('../images/ico-basket.png') 70px 44px no-repeat #fff;
}
.c3  {
    background-color: #fff;
}

.list_image {
    background: url('../images/sprite.png') -274px -163px no-repeat #fff;
    width: 92px;
    height: 52px;
}

.c1 .list_image {
    position:absolute;
    top:52px;
    left:50px;
}

.coupon_image {
    background: url('../images/sprite.png') -157px -169px no-repeat #fff;
    width: 71px;
    height: 43px;
}

.c3 .coupon_image {
    position:absolute;
    top: 52px;
    left: 62px;
}

.circle div  {
    line-height: 24px;
    margin-top: 116px;
}

/*** Logo Slider ***/
.logo-slider {
    max-width:750px;
    margin:30px 0 0;
    background: #fff;
    border-radius: 30px;
    padding: 10px 0;
}
.logo-slider .swiper-container .swiper-wrapper .swiper-slide {
    text-align:center;
}
.logo-slider .swiper-container .swiper-wrapper .swiper-slide img {
    width:auto;
    margin:0;
}
.logo-slider .swiper-container .swiper-button-prev, .logo-slider .swiper-container .swiper-button-next {
    background-size:14px 24px;
    width:14px;
    height:24px;
    margin-top:-12px;
}
.logo-slider .swiper-container .swiper-button-prev {
    background-image:url('../images/slider-arrow-left.png');
    left:15px;
}
.logo-slider .swiper-container .swiper-button-next {
    background-image:url('../images/slider-arrow-right.png');
    right:15px;
}

.logo-slider-dashboard .swiper-container .swiper-button-prev {
    left: 0px;
}
.logo-slider-dashboard .swiper-container .swiper-button-next {
    right: 0px;
}

/*** NAVIGATION ***/
/* Navigation imported at the top: main/navigation.css*/

#profile-icon {
    display:inline-block;
}
body header p  {
    font-size: 20px;
    letter-spacing: -0.05px;
}
#scrollToLogin {
    cursor:pointer;
}

.icon-login {
    background: url('/spartanien/public/spartanien/images/sprite.png') -442px -182px;
    width: 12px;
    height: 14px;
    position: absolute;
    right: 0;
    display: none;
}
@media all and (min-width: 900px) {
    .icon-login {
        display: block;
    }
}

/*** ARTICLE ***/
/* Articles imported at the top: homepage/articles.css*/

#accordion  {
    width:640px;
    margin: auto;
}
#accordion div  {
    margin:0px 0px 30px 0px;
    display:none;
    padding-left: 40px;
    line-height: 20px;
}
#accordion h4  {
    margin:6px 0 12px 0px;
    border-top: 2px dotted #ddd;
    padding-top:12px;
    padding-left:40px;
    cursor: pointer;
    background: url('../images/plus-normal.png') 6px 14px no-repeat;
}
#accordion h4:hover  {
    background: url('../images/plus-hover.png') 6px 14px no-repeat;
}
#accordion h4.ui-state-active  {
    background: url('../images/minus-normal.png') 6px 14px no-repeat;
}
div.col-2  {
    width:50%;
}
body section article section div#teilnahme-counter  {
    padding-bottom: 60px;
    font-weight: 700;
}
body section article footer .btn-beige, #fancybox-content .btn-beige, .btn-beige, button#editProfile  {
    background: linear-gradient(#f0efe4 0%, #eae9db 100%);
    border: 1px solid #bebba9;
    box-shadow: 0px 1px 4px #e6e6e6;
    display: block;
    font-size: 17px;
    font-weight: 700;
    line-height: 30px;
    padding: 6px 16px;
    border-radius: 3px;
    text-decoration: none;
    color: #373737;
    margin-right: 20px;
    margin-top:10px;
    cursor:pointer;
}
.btn-beige.disabled {
    opacity:0.5;
}
body section article footer btn-beige:hover  {
    background: linear-gradient(#dfded1 0%, #d5d3c2 100%);
}
.btn-beige.disabled:hover{
    background: linear-gradient(#f0efe4 0%, #eae9db 100%);
    cursor:default;
}
body section article footer .btn-beige:active  {
    background: linear-gradient(#d5d3c2 0%, #dfded1 100%);
    box-shadow: none;
}
.btn-beige.disabled:active {
    background: linear-gradient(#f0efe4 0%, #eae9db 100%);
    box-shadow: 0px 1px 4px #e6e6e6;
}

body section article footer .btn-used, #fancybox-content .btn-used, .btn-used  {
    background: linear-gradient(#f0efe4 0%, #eae9db 100%);
    border: 1px solid #bebba9;
    box-shadow: 0px 1px 4px #e6e6e6;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    padding: 6px 10px;
    border-radius: 3px;
    text-decoration: none;
    color: #373737;
    margin-right: 00px;
    cursor:pointer;
}
.btn-used.disabled {
    opacity:0.5;
}
body section article footer btn-used:hover  {
    background: linear-gradient(#dfded1 0%, #d5d3c2 100%);
}
.btn-used.disabled:hover{
    background: linear-gradient(#f0efe4 0%, #eae9db 100%);
    cursor:default;
}
body section article footer .btn-used:active  {
    background: linear-gradient(#d5d3c2 0%, #dfded1 100%);
    box-shadow: none;
}
.btn-used.disabled:active {
    background: linear-gradient(#f0efe4 0%, #eae9db 100%);
    box-shadow: 0px 1px 4px #e6e6e6;
}


.social-media {
    line-height:10px;
    margin-top:12px;
}
.social-media div, .social-media iframe {

}
.share a  {
    font-size: 12px;
    letter-spacing: -0.05px;
}
.textlink  {
    padding-right: 6px;
    cursor:pointer;
    text-decoration:underline;
}
.icolink  {
    width: 17px;
    height: 16px;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 6px;
    text-indent: -9999px;
    display: block;
    float: left;
    margin-top: 14px;
    cursor:pointer;
}
.icolink.mail  {
    background-image: url('../images/ico-mail.png');
}
.icolink.fb  {
    background-image: url('../images/ico-facebook.png');
}
.icolink.tw  {
    background-image: url('../images/ico-twitter.png');
}
.icolink.gplus  {
    background-image: url('../images/ico-google.png');
}

/* Rating Overlay */
article .ratingOverlay, article .ratingAmountOverlay, article .ratingHomeOverlay {
    background:#F9F8EF;
    border-radius:2px;
    box-shadow:0px 1px 3px #999;
    left:412px;
    padding:14px;
    position:absolute;
    top:55px;
    width:522px;
    z-index:999;
    display:none;
}
article .ratingOverlay .sendRating {
    padding:6px 16px;
    font-weight: 700;
    font-family: 'Lato';
}
article .ratingOverlay img {
    width:24px;
    margin:0px;
    border:none;
    position: inherit;
}
#mask {
    display:none;
    height:100%;
    width:100%;
    z-index:998;
    position:absolute;
    left:0;
    top:0;
}
.overlayRaty  {
    margin-top:5px;
}

.customScrollBar {
    display: block;
    height: 600px;
    overflow: hidden;
}

.userRating {
    margin-top: 10px;
    width: 100%;
    border-top:1px solid #e2e2e0;
}

.userRating.first{
    border-top: none;
}

.userRating .ratingDetails {
    margin-top: 10px;
    width:100%;
}

.userRating .ratingText {
    margin-top:8px;
}

#popupOverlay {
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 121;
    height: 100%;
    width: 100%;
    opacity: 0.60;
}

.popup {
    position: absolute;
    height: 290px;
    top: -290px;
    left: 0;
    z-index: 122;
    border: 1px solid #eee;
    background: #f9f8ef;
    border-radius: 10px;
    padding: 5px 5px 5px 15px;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
}

.popup .arrowPup {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -0.5em;
    bottom: -26px;
    left: 126px;;
    box-sizing: border-box;

    border: 1em solid black;
    border-color: transparent transparent #f9f8ef #f9f8ef;

    transform-origin: 0 0;
    transform: rotate(-45deg);

    box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.2);
}

.popup .customScrollBar {
    height: 200px;
}

.popup img {
    width: 13px;
    height: 13px;
    margin: 0;
    border: 0;
    left: 0;
}

.popup .loadIcon {
    position: relative;
    text-align: center;
    width: 100%;
}

.popup .loadIcon img {
    position: relative;
    width: 50px;
    height: 50px;
    top: 50px
}

.forgot-password-wrapper {
    margin:200px 0px;
}

/*** LOGIN ***/
.center-small  {
    margin: auto;
    width: 302px;
}
section.login  {
    text-align: center;
    padding: 30px 0px 60px 0px;
}
section.login input,
.profile input,
#contactform input,
.forgot-password-wrapper input,
#mobile_profile_setting input[type="text"],
#mobile_profile_setting input[type="password"]  {
    border: 1px solid #b9b7a8;
    border-radius: 2px;
    background: #fff;
    box-shadow: inset 0 2px 4px #e6e6e6;
    padding: 13px 10px;
    font-size: 16px;
    width: 266px;
    margin: 0 auto 8px auto;
    max-width: 100%;
    box-sizing: border-box;
}
#contactform input  {
    width: 642px;
    max-width: 100%;
    box-sizing: border-box;
}
#contactform textarea {
    border: 1px solid #b9b7a8;
    border-radius: 2px;
    background: #fff;
    box-shadow: inset 0 2px 4px #e6e6e6;
    font-size: 16px;
    height: 100px;
    margin: 0 auto 8px auto;
    padding: 13px 10px;
    width: 100%;
    max-width: 642px;
    box-sizing: content-box;
}

.btn-orange  {
    background: #CC482B;
    color: #fff;
    padding: 20px;
    border: none;
    border-radius: 3px;
    box-shadow: 0px 2px 8px #c1c0b9;
    font-size: 20px;
    letter-spacing: 0.1px;
    font-weight: 700;
    margin: auto;
    display: block;
    text-align: center;
    max-width: 426px;
    width: 100%;
    box-sizing: border-box;
}
#registerButton, #forgotPassword, .doRate {
    cursor: pointer;
    text-decoration: underline;
}
.labelbox  {
    width: 266px;
    max-width: 100%;
    margin: 12px auto 24px auto;
}
input#registerAgb  {
    width: 40px !important;
    margin: 0px 10px 8px 8px;
    float: left;
}
label  {
    float: left;
}

/*** FOOTER ***/
/* Footer imported at the top: home/footer.css*/

/*** VALIDATION AND MESSAGES ***/
.reg-field {
    position:relative;
}

.fail-partner-form {
    min-width:250px;
    max-width:250px;
    border:solid 1px #d10000;
    background-color:white;
    padding:4px;
    pointer-events:none;
    color:#d10000;
    z-index:99;
    right:0;
    top:10px;
}

.ok-partner-form {
    padding:4px;
    pointer-events:none;
    z-index:99;
    right:10px;
}

.registrationandlogin .validate-check
{
    float: right;
    margin-right: -20px;
    margin-top: -40px;
    position: relative;
    right: 0;
}

section.login input.failed, .forgot-password-wrapper input.failed  {
    border: 1px solid #d10000;
    color: #d10000;
}
section.login input.success  {
    border: 1px solid #6ac400;
    color: #6ac400;
}
section.login button.btn-orange:disabled  {
    opacity:0.4;
}
#contactform .validate-check  {
    top:15px;
    right:-30px;
    margin-top:0px;
    position:absolute;
}
#contactform input.failed  {
    border: 1px solid #d10000;
    color: #d10000;
}
#contactform textarea.failed  {
    border: 1px solid #d10000;
    color: #d10000;
}
#contactform input.success  {
    border: 1px solid #6ac400;
    color: #6ac400;
}
#contactform button.btn-orange:disabled  {
    opacity:0.4;
}
.infobar  {
    color: #fff;
    /*     height: 26px; */
    overflow: hidden;
    width: 95%;
    padding:12px 2.5%;
    font-size: 1.3em;
    position: fixed;
    z-index: 999;
    top: -72px;
    font-weight: 700;
    transition: top 750ms;
    -webkit-transition: top 750ms; /* Safari */
}
.infobar2  {
    color: #fff;
    height: 26px;
    overflow: hidden;
    width: 100%;
    padding:12px 0px;
    font-size: 20px;
    position: fixed;
    z-index: 999;
    top: -72px;
    font-weight: 700;
    transition: top 750ms;
    -webkit-transition: top 750ms; /* Safari */
}
.errorbar  {
    background: #d14242;
}
.successbar  {
    background: #9ac555;
}
.successbar .barcenter, .errorbar .barcenter  {
    width: 100%;
    margin: auto;
    text-align: center;
}

/*
 * Komibierter Login und Registration
 */
.combined {
    /* 	width:702px; */
}
.combined #registration {
    float:top;
    width:290px;
    padding:30px;
    border-right:1px solid #dddbce;
}

.combined #login {
    float:bottom;
    width:290px;
    padding:30px;
    border-bottom:none;
}
#registration h3, #login h3  {
    text-align: center;
}

/*
 * Recommend Funktion
 */
.recommendWrapper  {
    width: 522px;
}
.recommendWrapper img  {
    border: 1px solid #E1DFD7;
    border-radius: 2px;
    margin-right: 10px;
}
.recommendWrapper .raty img  {
    border: none;
    margin-right: 0px;
    border-radius: none;
}
.recommendWrapper .description  {
    width: 330px;
    padding-top: 5px;
}
.recommendWrapper .description strong  {
    font-size: 16px;
}
#fancybox-content .recommendWrapper input, #fancybox-content .recommendWrapper textarea, textarea.custom  {
    width: 500px;
}
#fancybox-content .recommendWrapper textarea, textarea.custom  {
    height: 140px;
    border: 1px solid #b9b7a8;
    border-radius: 2px;
    background: #fff;
    box-shadow: inset 0px 2px 4px #e6e6e6;
    padding: 13px 10px;
}

/*
 * PROFILE VIEW and EDIT
 */

.view, .edit  {
    width: 430px;
    margin: auto;
    font-size: 20px;
    line-height: 36px;
}
.view .row .col, .edit .row .col  {
    width: 140px;
    color: #999;
    font-size: 14px;
}

/*
 * TEILNAHMEBEDINGUNGEN
 */
.eligibilityrequirements  {
    font-size: 18px;
    width:600px;
}
.recomendWrapper  {
    width: 100%;
}
.recomendWrapper ul  {
    padding-left:15px;
    line-height: 20px;
}

/*
 * neues OnePage-Design, FAQ + Kontakt stylen
 */
/* FAQs imported at the top: homepage/faq.css*/
#kontakt-content {
    background:#FFFFFF;
    padding:50px 0 60px;
}
#kontakt-content > div {
    margin:auto;
    width:640px;
}
#main-content {
    padding-bottom:20px;
}
#submitContact {
    margin-top:50px;
}

/*
 * toTheTop-Button
 */
#toTheTop {
    position:fixed;
    right:30px;
    bottom:30px;
    opacity:0.7;
    cursor:pointer;
    display:none;
    z-index:100;
    background-image: url("/public/spartanien/images/sprite.png");
    background-position: -47px -46px;
    width:35px;
    height:35px;
}
#toTheTop:hover {
    opacity:1;
}

/*
 * Captcha style
 */
#recaptcha_widget {
    width:340px;
    float:left;
}
#recaptcha_image_container {
    float:left;
    width:100%;
    border:1px solid #B9B7A8;
    border-bottom:none;
    border-radius:3px 3px 0px 0px;
    height:75px;
}
#recaptcha_image {
    float:left;
    margin-top:7px;
    margin-left:4px;
}
#recaptcha_icon_container {
    float:right;
    padding:5px 7px;
    border-left:1px solid #B9B7A8;
    background:#F5F4EC;
}
#recaptcha_icon_container div {
    margin-top:7px;
    opacity:0.6;
}
#recaptcha_icon_container div:hover {
    opacity:1;
}
#recaptcha_icon_container div.first {
    margin-top:0px;
}
#recaptcha_widget #recaptcha_response_field {
    width:320px;
    border-radius:0px 0px 3px 3px;
    padding:7px 10px;
    font-size:0.9em;
}

/*
 * Not Found
 */
.notfound {
    width:515px;
    margin:200px auto;
}
.notfound .btn-orange {
    text-align:center;
    text-decoration:none;
    width:200px;
    margin-top:30px;
}
.notfound .btn-orange:hover {
    color:white;
}

/*
 * Checkbox
 */
.checkbox {
    cursor:pointer;
    width:253px;
    margin:0px auto;
    padding-left:35px;
    padding-bottom:5px;
    background:url("../images/checkbox-bg.png") 0 0 no-repeat;
    max-width: 90%;
}
.checkbox.checked {
    background:url("../images/checkbox-check.png") 0 0 no-repeat;
}
.checkbox.checked input {
    display: none !important;
}
.profile .checkbox {
    background:url("../images/checkbox-bg.png") 0 9px no-repeat;
}
.profile .checkbox.checked {
    background:url("../images/checkbox-check.png") 0 9px no-repeat;
}

/*
 * Recaptcha Iframe Fix
 */
iframe[src="about:blank"] {
    display:none;
}
/*
 * Landing Page "WM-Aktion"
 */
.wm_numbers {
    display:inline-block;
    text-align:middle;
    font-size:70px;
    margin-bottom:11px;
    line-height:40px;
    vertical-align:middle;
    color:#fff;
}
.wm_numbers_jumbo {
    display:inline-block;
    text-align:middle;
    font-size:70px;
    margin-bottom:11px;
    line-height:40px;
    vertical-align:middle;
    color:#fff;
    position:relative;
    z-index: 2;
}
.wm {
    display:inline-block;
    text-align:left;
    font-size:46px;
    margin-top:76px;
    margin-bottom:18px;
    line-height:40px;
    vertical-align:middle;
}
.wm2 {
    display:inline-block;
    text-align:left;
    font-size:3em;
    margin-top:20px;
    margin-bottom:18px;
    line-height:40px;
    vertical-align:middle;
}
.gratis-angebote {
    display:inline-block;
    text-align:left;
    font-size:46px;
    margin-top:-25px;
    margin-bottom:10px;
    line-height:46px;
    vertical-align:middle;
}
.gratis-angebote-text {
    display:inline-block;
    text-align:left;
    font-size:25px;
    margin-top:-15px;
    margin-bottom:0px;
    line-height:33px;
    vertical-align:middle;
}
.wrapper {
    background: url('../images/insel_wm.jpg') right top no-repeat;
    width: 100%;
    z-index:-1;
    margin-top:30px;
}
.amazon {
    border:none;
    margin-top:-17px;
}
.mybet {
    border:none;
    margin-top:-22px;
}
.circle_wm_first {
    background: url("../images/circle_grass.png") no-repeat;
    width:208px;
    height:208px;
    margin:20px 20px 40px 65px;
    float:left;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.2px;
    text-align: center;
    color:#fff;
    text-shadow:#666 1px 1px 3px;
    display:inline-block;
}
.circle_wm_first div {
    line-height: 24px;
    margin-top: 42px;
    margin-left:28px;
    width:150px;
    text-align:center;
}
.circle_wm_first div p {
    display:inline-block;
    width:100%;
    text-align:center;
}
.circle_wm {
    background: url("../images/circle_grass.png") no-repeat;
    width:208px;
    height:208px;
    margin:20px;
    float:left;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.2px;
    text-align: center;
    color:#fff;
    text-shadow:#666 1px 1px 3px;
}
.circle_wm div {
    line-height: 24px;
    margin-top: 42px;
    margin-left:30px;
    width:150px;
    text-align:center;
}
.circle_wm div p {
    display:inline-block;
    width:100%;
    text-align:center;
}
.icon_1 {
    border:none;
    margin-bottom:16px;
}
.icon_2 {
    border:none;
    margin-bottom:15px;
    margin-top:-8px;
}
.icon_3 {
    border:none;
    margin-bottom:16px;
    margin-top:18px;
}
.blue_bg {
    /* width:780px; */
    height:30px;
    background-color:#26679f;
    position:relative;
    border-radius:4px 4px 0px 0px;
    padding:17px 30px 20px 30px;
    color:#fff;
    font-size:26px;
    font-weight:bold;
}
.blue_bg_register {
    /* width:780px; */
    /* height:80px; */
    position:relative;
    color:#000;
    font-weight:bold;
}
.ball {
    position:absolute;
    border:none;
    right:-18px;
    margin-top:-40px;
    z-index:3;
}
.darkblue_bg {
    /* width:780px; */
    background: #11528a;
    color:#fff;
    font-size: 18px;
    padding: 17px 30px 20px 30px;
    margin-bottom:14px;
}
.darkblue_bg p {
    line-height:23px;
}
body section article footer .btn-green, #fancybox-content .btn-green, .btn-green {
    background: url("../images/btn_red.png") 0% 0% !important;
    box-shadow: 0px 1px 4px #e6e6e6;
    display: block;
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
    padding: 10px 16px;
    border-radius: 4px;
    text-decoration: none;
    color: #fff;
    cursor:pointer;
    text-align:center;
    text-shadow:#666 1px 1px 3px;
}
.btn-green.disabled {
    opacity:0.5;
}
.arrow {
    border:none;
    margin-right:10px;
    margin-left:10px;
    margin-top:-20px;
}
.cd_gu {
    position:absolute;
    right:0px;
    margin-top:-40px;
    z-index:1;
}
.countdown {
    float:left;
    margin-right:18px;
}
.countdown .dash {
    float:left;
    background:url("../images/countdown_birthday.png") 0 0 no-repeat;
    padding:5px 8px;
    margin-top:4px;
}
.countdown .dash .digit {
    float:left;
    color:#373737;
    font-size:28px;
}
.countdown_hg {
    border:none;
    float:left;
    margin-top:3px;
}
.countdown_trennung {
    border:none;
    float:left;
    margin:3px 8px;
}
.gutscheine {
    float:left;
    margin-right:30px;
    margin-top:2px;
    font-size:14px;
    font-weight:normal;
    background:#003f75;
    padding:6px 80px 6px 10px;
    border-radius:4px;
}
.gutscheine span{
    font-weight:bold;
    text-decoration:underline;
}
.video {
    background: url("../images/playbutton.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 41px;
    left: 49%;
    margin: auto;
    position: absolute;
    top: 24%;
    width: 41px;
}
.video:hover {
    background: url("../images/playbutton_active.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

/*
 * Detailseite einer Aktion
 * Imported at top as detail/main.css
 */

.eigenschaft {
    margin-bottom:-3px;
    line-height:25px;
    position: relative;
    color:#fff;
    z-index: 1;
}
.img_circle_jumbo {
    border-radius:50%;
    margin-top: -80%;
    position: relative;
    box-shadow: 0 0 6px #bbb;
    border: 2px solid #fff;
}
.numbers_landingpage {
    display:inline-block;
    text-align:middle;
    font-size:70px;
    margin-bottom:11px;
    line-height:40px;
    vertical-align:middle;
    color:#000;
    position:relative;
    z-index: 2;
}
.cookie {
    text-align: center;
    background: #ddd;
    padding: 10px 40px 10px 10px;
    line-height: 1.5;
    position: absolute;
    width: 100%;
    z-index: 9999;
    box-sizing: border-box;
    border: 1px solid var(--spartanien-red);
}
.cookie a {
    text-decoration: underline;
    color:#CF4D2D;
}
.cookie #cookieClose {
    position: absolute;
    cursor: pointer;
    top: 15px;
    right: 20px;
    background: url("/public/spartanien/images/sprite.png") -313px -56px;
    width:15px;
    height:15px;
}

/*
 * Select Style
 */
select {
    width:642px;
    max-width: 100%;
    border:1px solid #f9f9f9;
    border-radius:2px;
    background:#f9f9f9;
    padding:12px 5px;
    font-size:14px;
    margin:0 auto 8px;
    cursor:pointer;
    display: block;
}

#kontakt-content .grid #contactform select {
    height: 35px;
    max-width: 642px;
    margin: 0 auto 8px 0;
    box-sizing: content-box;
    padding: 13px 10px;
}

#kontakt-content .grid #contactform input {
    border: 1px solid #b9b7a8;
    border-radius: 2px;
    background: #fff;
    box-shadow: inset 0 2px 4px #e6e6e6;
    padding: 13px 10px;
    font-size: 16px;
    width: calc(100% - 22px);
    max-width: 642px;
    margin: 0 auto 8px 0;
    box-sizing: content-box;
}

/*
 * Extended Contact Form
 */
.contactContent p {
    font-size:16px;
    font-weight:bold;
    margin-top:15px;
}

/*
 * User ratings overview page
 */
.ratingsContainer .rating {
    width:100%;
    clear:both;
    float:none;
    margin-bottom:50px;
}
.ratingsContainer h2 {
    margin-bottom:25px;
}
.ratingsContainer .rating > div {
    float:left;
}
.ratingsContainer .rating .image {
    width:31%
}
.ratingsContainer .rating .actionInfo {
    width:40%
}
.ratingsContainer .rating .ratingInfo {
    width:29%
}
.ratingsContainer .rating .actionInfo h3 {
    display:inline-block;
    width:100%;
    margin-bottom:7px;
}
.ratingsContainer .rating .actionInfo span {
    display:inline-block;
}
.ratingsContainer .rating .actionInfo .lastParticipation {
    margin-bottom:10px;
}
.ratingsContainer .rating .actionInfo .lastParticipation span {
    font-style:italic;
}
.ratingsContainer .rating .actionInfo .lastCoupon img {
    border:none;
    display:inline-block;
    float:left;
    margin-top:10px;
    margin-left:-13px;
}
.ratingsContainer .rating .actionInfo .lastCoupon span {
    font-size:20px;
    font-weight:bold;
    float:left;
    padding:5px;
    background:#f9f8ef;
    border:1px solid #e5e3d7;
}
.ratingsContainer .rating .ratingInfo img {
    border:none;
}
.ratingsContainer .rating .ratingInfo > div {
    float:left;
    width:100%;
    margin-bottom:5px;
}
.ratingsContainer .rating .ratingInfo > div > span {
    float:left;
    margin-right:5px;
    display:inline-block;
}
.ratingsContainer .rating .ratingInfo > div .ratingStars {
    float:right;
}
.ratingsContainer .rating .ratingInfo .ratingDescription {
    font-style:italic;
}

/* Open Ratings */
.openRatingsContainer .openRating {
    width:100%;
    clear:both;
    float:none;
    margin-bottom:50px;
    position:relative;
}
.openRatingsContainer .subHeadline {
    margin-bottom:55px;
    display:inline-block;
    width:100%;
    text-align:center;
}
.openRatingsContainer .openRating > div {
    float:left;
}
.openRatingsContainer .openRating .image {
    width:31%;
    min-height:1px;
}
.openRatingsContainer .openRating .actionInfo {
    width:50%
}
.openRatingsContainer .openRating .actionInfo h3 {
    display:inline-block;
    width:100%;
    margin-bottom:7px;
}
.openRatingsContainer .openRating .actionInfo span {
    display:inline-block;
}
.openRatingsContainer .openRating .actionInfo .lastParticipation {
    margin-bottom:10px;
}
.openRatingsContainer .openRating .actionInfo .lastParticipation span {
    font-style:italic;
}
.openRatingsContainer .openRating .actionInfo .lastCoupon img {
    border:none;
    display:inline-block;
    float:left;
    margin-top:10px;
    margin-left:-13px;
}
.openRatingsContainer .openRating .actionInfo .lastCoupon span {
    font-size:20px;
    font-weight:bold;
    float:left;
    padding:5px;
    background:#f9f8ef;
    border:1px solid #e5e3d7;
}
.openRatingsContainer .openRating .rate {
    width:19%;
}
.openRatingsContainer .openRating .rate button {
    padding:10px 14px;
    font-size:18px;
    position: absolute;
    margin:-20px 0 0;
    right:0;
    top:50%;
    text-decoration:none;
}

/*Home Staffelung*/
.staggering {
    float:left;
    width:100%;
}
.staggering .steps {
    width:100%;
    float:left;
    line-height:0;
    margin:15px 0 10px;
}
.staggering .steps .previousStep {
    width:70%;
    float:left;
    line-height:0;
}
.staggering .steps .previousStep strong {
    font-size:17px;
    color:#30b54f;
    display:inline-block;
    width:100%;
    text-align:center;
    line-height:17px;
    margin-bottom:3px;
}
.staggering .steps .previousStep span {
    color:#373737;
    font-size:12px;
    display:inline-block;
    width:100%;
    text-align:center;
    line-height:15px;
}
.staggering .steps .nextStep {
    width:30%;
    float:left;
    line-height:0;
}
.staggering .steps .nextStep strong {
    font-size:17px;
    color:#bebba9;
    display:inline-block;
    width:100%;
    text-align:center;
    line-height:17px;
    margin-bottom:3px;
}
.staggering .steps .nextStep span {
    color:#bebba9;
    font-size:12px;
    display:inline-block;
    width:100%;
    text-align:center;
    line-height:15px;
}
.staggering .staggeringBarContainer {
    width:100%;
    float:left;
    height:10px;
    background:#f0efe4;
    margin-bottom:30px;
}
.staggering .staggeringBarNext {
    width:30%;
    height:100%;
    position:relative;
    float:left;
}
.staggering .staggeringBar {
    width:70%;
    height:100%;
    background:#f0efe4;
    position:relative;
    float:left;
}
.staggering .staggeringBar .staggeringBarComplete {
    height:100%;
    background:#bebba9;
}
.staggering .mark {
    position:absolute;
    top:100%;
    left:-20px;
    padding-top:10px;
    width:39px;
    color:#bebba9;
    line-height:16px;
}
.staggering .mark .line {
    position:absolute;
    top:0;
    left:50%;
    height:7px;
    width:1px;
    background:#bebba9;
}
.staggering .mark span {
    display:inline-block;
    width:100%;
    text-align:center;
    font-size:14px;
    line-height:16px;
    font-weight:bold;
}
.staggering .mark.complete span {
    color:#373737;
}
.staggering .mark.complete .line {
    background:#373737;
}
.staggering .mark.goal {
    color:#cb482b;
}
.staggering .mark.goal .line {
    background:#cb482b;
    width:2px;
}
.staggering .mark.goal span {
    font-size:15px;
}
.staggering .mark.infinity {
    left:50%;
    margin-left:-20px;
    color:#373737;
}
.staggering .mark.infinity.lastStep {
    width:130px;
    margin-left:-65px;
    padding-top:5px;
}
.staggering .mark.infinity span {
    font-size:16px;
}
.staggering .mark.infinity.lastStep span {
    font-size:12px;
    color:#bebba9;
}
.staggering .mark.end {
    left:auto;
    right:0;
    width:1px;
}
.staggering .greenBlock {
    text-align: center;
    font-size: 14px;
    color: white;
    width: 100%;
    background-color: #30b54f;
    float: left;
    padding: 7px 0;
    line-height: normal;
    margin: 10px 0 20px;
}
.staggeringTimeLeft {
    font-size:14px;
    display:inline-block;
    margin:22px 0 0 10px;
}
.staggering .staggeringTimeLeft {
    margin:0 0 20px 0;
    width:100%;
    text-align:center;
}
.staggeringTimeLeft img {
    display:none;
    border:none;
    margin:11px 7px 0 0;
}

#fancybox-content input {
    max-width:90%;
}

/*****************************************
 *************** MOBILE ******************
 *****************************************/
.showMobile {
    display:none;
}

.howto-mobile {
    display:none;
}

.smartphone {
    display:none;
}

@media (max-width:900px) {
    #fancybox-content .recommendWrapper input, #fancybox-content .recommendWrapper textarea, textarea.custom  {
        width: 260px;
    }

    #profile-icon {
        display:none;
    }

    .combined #registration {
        float:top;
        width:90%;
        padding:0px;
        padding-top:10px;
        border-right:none;
    }

    .combined #login {
        float:bottom;
        width:90%;
        padding:0px;
        border-bottom:1px solid #dddbce;
    }

    .hideMobile {
        display:none;
    }

    .showMobile {
        display:inline-block;
    }

    #fancybox-close {
        top:-28px;
        right:-31px;
    }

    .popup {
        max-width:100%;
        box-sizing:border-box;
        left:0;
    }

    .popup > div {
        width:100% !important;
    }

    .popup > div.arrowPup {
        width:0 !important;
        left:27%;
    }

    #accordion div {
        padding-left:0;
        padding-right:50px;
    }

    #kontakt-content {
        width:100%;
        padding:50px 20px 60px;
        box-sizing:border-box;
    }

    #kontakt-content > div {
        width:100%;
    }

    #kontakt-content > div p {
        margin:7px 0;
        /*         font-size:16px; */
    }

    select {
        width:100%;
    }

    #contactform input, #contactform textarea {
        width:100%;
        box-sizing:border-box;
    }

    #submitContact {
        margin-top:15px;
    }

    #detail article {
        padding-top:10px;
        padding-bottom:0;
    }

    body section #detail article section p {
        padding:0;
        margin:10px 0;
    }

    #detail .logo-slider {
        margin-top:40px;
    }

    #detail .adBlockerReminder {
        border-bottom:none;
        padding:0;
    }

    #detail .adBlockerReminder h2 {
        margin:0 0 7px;
        color:#cb482b;
        font-weight:bold;
    }

    #detail .adBlockerReminder p {
        margin:0;
        font-size:16px;
    }

    #detail .adBlockerReminder p strong {
        display:inline-block;
        width:100%;
        margin-top:3px;
    }

    #detail footer .btn-beige {
        display:inline-block;
    }

    body section footer .upsell #popularActions {
        padding:40px 0 25px;
    }

    body section article .upsell .voucher {
        width:100%;
    }

    .disclaimer.showMobile {
        padding:40px 20px;
    }

    .disclaimer.showMobile article {
        border:1px solid #e1dfd7;
        padding:12px 14px;
    }

    .disclaimer.showMobile article span {
        display:inline-block;
        width:100%;
        padding:8px 40px 8px 0;
        box-sizing:border-box;
        background:url('../images/plus-mobile.png') right center no-repeat;
    }

    .disclaimer.showMobile article span.active {
        background:url('../images/minus-mobile.png') right center no-repeat;
    }

    .disclaimer.showMobile article p {
        font-size:14px;
        display:none;
    }

    body section article .upsell img {
        width:100%;
        height:initial;
    }

    .staggering.showMobile .red {
        display:inline-block;
        width:100%;
        color:#cb482b;
        margin:10px 0 3px;
        font-size:12px;
    }

    .staggering.showMobile .red strong {
        font-size:14px;
    }

    .staggering.showMobile .greenBlock {
        font-size:15px;
        line-height:18px;
        padding:16px;
        text-align:center;
        box-sizing:border-box;
        margin-bottom:0;
    }

    #detail .staggering.showMobile {
        margin-top:10px;
    }

    #detail .staggering.showMobile .greenBlock {
        margin-top:20px;
    }

    #detail .staggering.showMobile .staggeringTimeLeft {
        margin-top:12px;
    }

    #detail .staggering.showMobile .mark.goal .line {
        bottom:20px;
        top:auto;
        height:68px;
    }

    #detail .staggering.showMobile .mark.infinity.lastStep {
        width:100%;
        display:inline-block;
        position:relative;
        margin:7px 0 0;
        padding:0;
        left:0;
    }

    #detail .staggering.showMobile .mark.infinity.lastStep span {
        color:#373737;
        font-size:14px;
    }

    #detail .staggering.showMobile .mark.end {
        display:none;
    }

    body section article .upsell figure:hover div.voucher > span {
        background:none;
    }
}

@media (max-width:750px) {
    body header {
        height:auto;
        padding-bottom:20px;
    }

    #mainHeader .video {
        display:none;
    }

    #mainHeader h1 {
        display:none;
    }

    header > img {
        margin-top:0;
        max-width:100%;
    }

    .howto {
        display:none;
    }

    .howto-mobile {
        display:flex;
        box-sizing:border-box;
        width:100%;
        padding:0 10px;
        flex-direction:row;
        flex-wrap:nowrap;
        justify-content:center;
        margin-top:30px;
    }

    .howto-mobile .circle-container {
        display:inline-block;
        box-sizing:border-box;
        width:40vw;
        height:40vw;
        padding:3vw;
    }

    .howto-mobile .circle-container .circle {
        display:flex;
        width:140px;
        height:140px;
        box-sizing:border-box;
        flex-direction:column;
        flex-wrap:nowrap;
        justify-content:center;
        border-radius:50%;
        background:white;
        margin: 15% auto;
    }

    .howto-mobile .circle-container .circle > img {
        display:inline-block;
        margin-bottom:10px;
        width:50%;
        height:auto;
        margin-left:25%;
    }

    .howto-mobile .circle-container .circle > img.small {
        width:27%;
        height:auto;
        margin-left:36.5%;
    }

    .howto-mobile .circle-container .circle > span {
        display:inline-block;
        margin-top:5px;
        font-size:20px;
        letter-spacing:-0.2px;
        font-weight:700;
    }

    .logo-slider {
        width: 100%;
        padding: 10px;
        box-sizing:border-box;
    }

    #detail .logo-slider {
        padding:0;
        width: calc(100% - 40px);
    }

    .swiper-container {
        width:100%;
    }
    .logo-slider .swiper-container .swiper-button-prev {
        left:0;
    }
    .logo-slider .swiper-container .swiper-button-next {
        right:0;
    }
}

@media (max-width:650px) {
    body section article figure div.voucher > span {
        font-size:16px;
    }

    body section article figure div.voucher div strong {
        font-size:20px;
    }
}

@media (max-width:530px) {
    .hideSmartphone {
        display:none;
    }

    .smartphone {
        display:inline-block;
    }

    div.col-2 {
        width:100%;
        margin-top:20px;
    }

    .popup > div.arrowPup {
        width:0 !important;
        left:39%;
    }

    header > img {
        width:300px;
        margin-left:-150px;
    }

    .howto-mobile .circle-container {
        display:inline-block;
        box-sizing:border-box;
        width:50vw;
        height:50vw;
        padding:3vw;
    }

    #login-content .center-small {
        width:100%;
        padding:0 20px;
        box-sizing:border-box;
    }

    #login-content .center-small input {
        box-sizing:border-box;
        width:100%;
        padding:16px 14px;
    }

    #login-content .btn-orange {
        width:100%;
        box-sizing:border-box;
    }

    .disclaimer.showMobile article span {
        padding:0 40px 0 0;
        background:url('../images/arrow-down.png') right center no-repeat;
    }

    .disclaimer.showMobile article span.active {
        background:url('../images/arrow-up.png') right center no-repeat;
    }
}

@media (max-width:400px) {
    body section article figure.smartphone .voucher > span {
        padding:15px;
        background:none;
    }
}

.mandatory-message-header {
    padding: 2px 16px;
    background-color: var(--spartanien-red);
    color:white;
    width: 70%;
    position: relative;
    top: 10%;
    margin:auto;
    box-sizing: content-box;
    font-size: 1.6em;
    text-align:center;
    padding:10px 16px;
    font-weight:bold;
}

.mandatory-message-body {
    padding: 16px;
    background-color: ivory;
    width: 70%;
    margin:auto;
    top: 10%;
    position: relative;
    box-sizing: content-box;
}

.mandatory-message-body-text {
    max-height: 350px;
    overflow: auto;
}

@media (max-width: 600px) {
    .mandatory-message-body-text {
        max-height: 200px;
        overflow: auto;
    }
}

.mandatory-message {
    position: fixed;
    background-color: rgba(130, 130, 130, 0.8);
    margin: auto;
    top: 0;
    left: 0;
    height: 100%;
    padding: 0;
    width: 100%;
    z-index: 999;
}

.mandatory-message-buttons {
    display:grid;
    grid-template-columns: 40% 40%;
    grid-column-gap: 20%;
    width:100%;
}

.mandatory-message-buttons button {
    float:left;
    height: 50px;
    padding: 6px 16px;
    width: 100%;
}

input:focus ~ .floating-label, input:not(:focus):valid ~ .floating-label {
    top: 8px;
    bottom: 10px;
    left: 20px;
    font-size: 11px;
    opacity: 1;
    background-color: transparent;
}

.checkInput {
    height: 35px;
}

.floating-label {
    position: absolute;
    pointer-events: none;
    color: grey;
    left: 10px;
    top: 18px;
    transition: 0.2s ease all;
    background-color: white;
    height: 25px;
    font-size: 16px;
    padding-left: 5px;
}

@media (max-width:900px) {
    .pr {
        margin-top:1.5em;
    }

    .floating-label {
        position: absolute;
        pointer-events: none;
        top: -1.2em;
        font-size: 1em;
        color:black;
        background-color: transparent;
        height:25px;
    }

    input:focus ~ .floating-label,
    input:not(:focus):valid ~ .floating-label {
        position: absolute;
        pointer-events: none;
        top: -1.2em;
        font-size: 1em;
        color:black;
        background-color: transparent;
        height:25px;
    }

    #contactform input {
        padding: 0px 10px;
    }
}

.nachbuchung-hint {
    color: var(--spartanien-red);
    margin-left: 5px;
    max-width:642px
}

img.img-lazy {
    opacity: 100;
    transition: opacity 0.5s ease-in-out;
    max-width: 100%;
    width: 100%;
}

.ticketDetail .correspondence {
    position: relative;
    max-height: 400px;
    overflow: auto;
}

.mobileTicketDetail .correspondence {
    max-height: 200px;
}

.ticketDetail .correspondence .answer {
    border-radius: 5px;
    padding: 5px;
    box-shadow: 2px 2px 4px #b6b6b699;
    margin: 5px;
    display: block;
    width: 90%;
}

.ticketDetail .correspondence .answer::after {
    clear:both;
}

.ticketDetail .correspondence .answer .date {
    font-size:small;
    font-weight: bold;
}

.ticketDetail .correspondence .answer.user {
    float: right;
    background-color: #f9f8ef;
    text-align: right;
}

.ticketDetail .correspondence .answer.admin {
    float: left;
    background-color: #f9f8ef;
    text-align: left;
}

#contactform {
    max-width: 642px;
}

#notification {
    display: none;
    margin-bottom: 15px;
    border: 1px solid #CC482B;
    border-radius: 5px;
    padding: 10px;
    max-width: 642px;
    box-sizing: content-box;
}

#notification h3 {
    color: #CC482B;
    font-weight: bold;
    padding: 0 0 15px;
}

#notification h3 span {
    color: black;
}

#notification p {
    color: black;
    margin: 0; /* Setze alle Abstände auf 0 */
}

#notification a {
    color: #CC482B;
}

/* Video Button and Modal Styles */
.btn-video {
    background: #CC482B;
    color: #fff;
    padding: 12px;
    border: none;
    border-radius: 3px;
    box-shadow: 0px 2px 8px #c1c0b9;
    font-size: 20px;
    letter-spacing: 0.1px;
    font-weight: 700;
    margin: auto;
    display: block;
    text-align: center;
    max-width: 426px;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
    margin-bottom: 15px;
}

.btn-video span {
    position: relative;
    top: 2px;
}

.btn-video:hover {
    background: var(--spartanien-red-darken);
}

.play-icon {
    width: 24px;
    height: 24px;
    background: white;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right: 10px;
}

.play-triangle {
    width: 0;
    height: 0;
    border-left: 8px solid #CC482B;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    margin-left: 2px;
}

/* Floating Video Button */
.floating-video-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    display: flex;
    align-items: center;
    gap: 0;
}

.floating-video-button {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1.5px solid #CC482B;
    background: #CC482B;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.floating-video-button img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.floating-video-button:hover {
    transform: scale(1.05);
    transition: transform 0.2s ease;
}

.floating-video-banner {
    background: #CC482B;
    color: white;
    padding: 12px 20px;
    border-radius: 25px 0 0 25px;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
    gap: 8px;
    margin-right: -20px;
}

.floating-video-banner::after {
    content: "";
    font-weight: bold;
    font-size: 18px;
}

.floating-video-banner:hover {
    background: var(--spartanien-red-darken);
    transition: background-color 0.2s ease;
}

/* Video Modal Styles */
.video-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
}

.video-modal-content {
    position: relative;
    margin: 5% auto;
    width: 80%;
    max-width: 400px;
    height: 71.11%;
}

.video-close {
    position: absolute;
    right: -40px;
    top: -40px;
    color: white;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10000;
}

.video-close:hover {
    color: #ff6b35;
}

.video-container {
    width: 100%;
    height: 100%;
    background: #000;
}

@media (max-width: 768px) {
    .floating-video-container {
        bottom: 15px;
        right: 15px;
    }
    
    .floating-video-button {
        width: 60px;
        height: 60px;
    }
    
    .floating-video-banner {
        padding: 10px 15px;
        font-size: 14px;
    }
    
    .video-modal-content {
        width: 95%;
        height: 80vh;
        margin: 13% auto 5% auto;
        max-width: none;
    }
    
    .video-close {
        right: 0;
        top: -50px;
    }
}
