
.heading-box.m {
    margin-bottom: 0px;
}

.heading-box.m+.container {
    padding-top: 0;
}

.heli_m {
    margin-top: 10px;
    margin-bottom: 35px;
}

@media (min-width: 768px) {
    .heli_m {
        margin-top: 10px;
        margin-bottom: 55px;
    }
}

/*Edge*/
@supports ( -ms-accelerator:true )
{
    html{
        overflow: hidden;
        height: 100%;
    }
    body{
        overflow: auto;
        height: 100%;
    }
}
/*Ie 10/11*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)
{
    html{
        overflow: hidden;
        height: 100%;
    }
    body{
        overflow: auto;
        height: 100%;
    }
}


body {
    margin: 0;
    padding: 0;
    font-family:Arial, Helvetica, sans-serif;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    position: relative;

    background: linear-gradient(to bottom, rgba(24, 106, 179, 1) 0%, rgba(14, 76, 128, 1) 100%);
}

.title02-mobile {
    display: none !important;
}

.regi-box .mobile-title {
    display: none;
}

.tm-1 {
    z-index: 99 !important;
    top: -20px;
}


/*___game___*/

.wrapp {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
}

.sec .heading-box {
    margin-bottom: 247px;
}

.sec .title02 h3 {
}

.game-select .regi-box .title02 h3 {

}

.select-sec {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 20px;
    padding-top: 91px;
}

.game-select .regi-box {
    width: 1100px;
    margin-top:130px;

}

.game-select .btn {
    margin: 0;
}

.wrapp .title02 {
    margin-bottom: -75px;
}

.child {
    width: 33.33%;
    margin: 5px auto 5px auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: flex-end;
    -ms-align-items: center;
    align-items: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    padding-bottom: 87px;
}

.child-1 .child-top {
    background-image: url('../images/hintergrund_wohnzimmer.jpg');
}

.child-2 .child-top {
    background-image: url('../images/hintergrund_esszimmer.jpg');
}

.child-3 .child-top {
    background-image: url('../images/hintergrund_beleuchtung.jpg');
}

.child-top {
    width: 100%;
    height: 220px;
    border: 8px solid #ffffff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: flex-end;
    align-items: flex-end;
    margin-bottom: 7px;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}

.child-icon {
    width: 93px;
    height: 93px;
    margin: 0 0 4px 8px;
    display: none;
}

.icon-1 {
    background-image: url('../images/07.png');
}

.icon-2 {
    background-image: url('../images/08.png');
}

.icon-3 {
    background-image: url('../images/09.png');
}

.child-btn {
    width: 100%;
}

.child-btn .btn {
    text-align: center;
    width: 100%;
    display: inline-block;
    background-color: #4ea830;
    border: none;
    color: #fff;
    border-radius: 12px;
    border: none;
    font-size: 28px;
    padding: 10px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
     margin:0 auto;
}

.child-btn a:hover {
    text-decoration: none;
}

.game-select .play-again-pop-wrap,
.success-pop-wrap {
    display: block;
}

.test_20 {
    width: 100%;
    height: 600px;
}


/*___game___*/

body.down {
    padding-top: 45px;
}

a {
    color: #fff;
}


p {
    color: #003464;
    font-size: 20px;
    line-height: 25px;
}

img,
.img-responsive {
    display: inline-block;
}

h3 {
    color: #FFFFFF;
    font-size: 32px;
    text-align: center;
    text-shadow: 0 2px 8px #003464;
}

.wrapper {
    position: relative;
    height: 100%;
    display: table;
    width: 100%;
}

.heading-box {
    width: 100%;
    display: inline-block;
    text-align: center;
    color: #fff;
    background:#4ea830;
    padding: 30px 0 10px;
    margin-bottom: 0;
    z-index: 1;
    position: relative;
}

.heading-box h2 {
    font-size: 72px;
    padding: 0;
    display: table;
    margin: 0 auto;
}

section {
    width: 100%;
    float: left;
}

.title01,
.title02,
.title03 {
    width: 100%;
    display: inline-block;
    margin-top: -3px;
    padding: 0;
    position: relative;
    z-index: 3;
}

.title01 h3 {
    color: #FFFFFF;
    display: table;
    font-size: 70px;
    background: #4ea830;
    padding: 15px 50px 5px;
    margin: 0 auto;
    margin-top: -12px;
    text-shadow: none;
    z-index: 2;
    position: relative;
}

.title01 h3.title-white {
    color: #006AB3;
    display: table;
    font-size: 58px;
    background: #FFFFFF;
    padding: 0;
    margin: 0 auto;
    transform: inherit;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    position: relative;
    top: 4px;
    text-shadow: none;
    z-index: 1;
}

.title02 h3 {
    color: #ffffff;
    display: table;
    font-size: 58px;
    background: #4ea830;
    padding: 15px 30px 9px;
    margin: 40px auto;
    text-shadow: none;
}
.title-new h3 {
    color:#fff;
    display:block;
    font-size:40px;
    text-shadow:none;
}

.title03 h3 {
    color: #fff;
    display: table;
    font-size: 58px;
    background:#4ea830;
    padding: 15px 30px 5px;
    margin: 40px auto;
    text-shadow: none;
}

h3.small-title {
    margin: -5px 0 30px;
    position: relative;
    z-index: 1;
}

h3.simple {
    margin-top: 5px;
    transform: rotate(1deg);
    padding: 15px 60px 5px;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.title04 {
    margin: 30px 0;
}

.title04 h3+h3 {
    transform: inherit;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    margin-top: 3px;
}

.title01 h3 span {
    display: block;
    padding: 15px 15px 5px;
    z-index: 1;
    position: relative;
    box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.3);
}

h4.title-blue {
    background-color: #006AB3;
    font-size: 33px;
    color: #fff;
    display: block;
    padding: 15px;
    box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.2);
    z-index: 0;
    display: table;
    margin: 9px auto 0;
}

.header {
    width: 100%;
    margin: 0px;
    border-radius: 0;
    padding-top:30px;
    border: 0;
    background: rgb(24, 106, 179);
    background: -moz-linear-gradient(top, rgba(24, 106, 179, 1) 0%, rgba(14, 76, 128, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(24, 106, 179, 1) 0%, rgba(14, 76, 128, 1) 100%);
    background: linear-gradient(to bottom, rgba(24, 106, 179, 1) 0%, rgba(14, 76, 128, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#186ab3', endColorstr='#0e4c80', GradientType=0);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
}

.header.fixed-header {
    height: 45px;
    display: block;
    visibility: visible;
}


/*Main Navingation*/

.navbar {
    width: 100%;
    border: 0;
    border-radius: 0;
    margin: 0;
}

.navbar-header {
    width: 100%;
    height: 140px;
    text-align: center;
    transform: translateY(0);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.logo {
    width: 100%;
    float: left;
    text-align: center;
    padding: 30px 0;
    margin-top: -10px;
}

.header.fixed-header .navbar-header {
    height: 0;
    transform: translateY(-100%);
    visibility: hidden;
}

a.navbar-brand {
    float: none;
    height: auto;
    padding: 0;
    margin: 0 !important;
}

a.navbar-brand img {
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

ul.navbar-nav {
    width: 100%;
    text-align: center;
}

ul.navbar-nav li {
    display: inline-block;
    float: none;
}

.navbar-nav>li>a {
    font-size: 24px;
    line-height: normal;
    font-weight: 400;
    padding: 4px 17px 3px;
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-toggle .icon-bar {
    background: #fff;
}

.navbar-collapse ul.social-media {
    display: none;
}


/*.footer .container {
    padding: 0 89px;
}*/


.sticky-fixed {
    position: fixed;
    top: -126px;
    left: 0;
    width: 100%;
}

.d-glex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

#middle {
    width: 100%;
    height:100vh;
   /* padding-bottom: 48px;*/

    /*
	float: left;
    overflow: hidden;
	*/
    z-index: 1;
    position: relative;
}

.content-area {
    z-index: 1;
    position: relative;
    margin-top:60px;
}

.main-banner {
    width: 100%;
    float: left;
    position: relative;
    padding-bottom:75px;
    margin-bottom: 0px;
    background: url(../images/hintergrund.jpg);
    background-position: center;
    background-size: cover;
    z-index: 10;
}

.banner-img-christmas {
}

.banner-img-christmas img:nth-child(1) {width:130px;position: absolute;left:0px;top:100px;transform: rotate(5deg);}
.banner-img-christmas img:nth-child(2) {width:130px;position: absolute;left:-60px;top:260px;}
.banner-img-christmas img:nth-child(3) {width:130px;position: absolute;left:20px;top:420px;transform: rotate(-5deg);}
.banner-img-christmas img:nth-child(4) {width:130px;position: absolute;left:-10px;top:580px;transform: rotate(7deg);}
.banner-img-christmas img:nth-child(5) {margin: 45px auto 0px;display: block;width:750px;}
.banner-img-christmas img:nth-child(6) {width:130px;position: absolute;right: 0px;top: 100px;transform: rotate(-5deg);}
.banner-img-christmas img:nth-child(7) {width:130px;position: absolute;right: -60px;top: 260px;}
.banner-img-christmas img:nth-child(8) {width:130px;position: absolute;right: 20px;top: 420px;transform: rotate(5deg);}
.banner-img-christmas img:nth-child(9) {width:130px;position: absolute;right: -10px;top: 580px;transform: rotate(-7deg);}
.banner-img-christmas img:nth-child(10) {display:none;}





.banner-img {
    width: 100%;
    background-color:red;
    float: left;
    text-align: center;
    position: relative;
    margin-bottom: 55px;
}




@media all and (-ms-high-contrast:none) {

    *::-ms-backdrop,
    .banner-img img:nth-child(2) {
        position: absolute;
        top: -10px;
        margin-left: 0px;

        top: 400px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin: auto;
    }
}

.banner-img img:nth-child(3) {
    position: relative;
    top: 15px;
    right: -780px;
    z-index: 2
}

.scroll-icon {
    position: absolute;
    bottom: -15px;
    width: 36px;
    height: 55px;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* Middle Section CSS */

.block {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 0 25px;
    background: #003464 0% 0% no-repeat padding-box;
    background: url(../images/hintergrund.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    opacity: 1;
}

ul.listing01 {
    margin: 0;
    padding: 30px 0 0;
    list-style-type: none;
}

ul.listing01 li {
    min-height: 55px;
    font-size: 20px;
    color: #FFFFFF;
    text-shadow: 0 2px 8px #003464;
    background: url(../images/bullet_icon.png) no-repeat left top;
    margin: 15px 0;
    padding-left: 75px;
}

ul.listing02 li:nth-child(2) {
    background: url(../images/bullet_icon01.png) no-repeat left top;
}

.title-small {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 0;
    padding: 15px 0 40px;
}

.title-small h4 {
    display: inline-block;
    font-size: 58px;
    color: #FFFFFF;
    text-shadow: 0 2px 8px #003464;
    background: url(../images/check.png) no-repeat left 5px;
    background-size: auto;
    padding: 5px 0 5px 100px;
    margin: 0;
}

.images-box01 {
    width: 100%;
    height: 450px;
    display: inline-block;
    position: relative;
}

.images-box01 img:nth-child(1) {
    position: relative;
    top: -110px;
    left: 85px;
}

.images-box01 img:nth-child(2) {
    position: absolute;
    bottom: 30px;
    right: 170px;
}

.images-box02 {
    width: 100%;
    height: 530px;
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
}

.images-box02 img:nth-child(1) {
    position: relative;
    top: -95px;
    left: 50px;
}

.images-box02 img:nth-child(2) {
    position: absolute;
    bottom: 0;
    right: 275px;
}

.thanks-block p {
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
    line-height: 30px;
}

.thanks-block p.logo-with-text {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 0;
}

.thanks-block p.logo-with-text img {
    width: 150px;
    position: relative;
    top: -10px;
}

.confirm-block p {
    font-size: 26px;
    text-align: center;
    margin-bottom: 30px;
    line-height: 36px;
}

.confirm-block p.logo-with-text {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 0;
}

.confirm-block p.logo-with-text img {
    width: 75px;
    position: relative;
    top: -3px;
}

@media (min-width: 992px) {
    .confirm-block p.logo-with-text img {
        width: 150px;
        top: -10px;
    }
}

.winner p {
    font-size: 21px;
    text-align: center;
    margin-bottom: 50px;
    line-height: 30px;
    color: #FFFFFF;
}

.winner p.logo-with-text {
    font-size: 26px;
    line-height: 46px;
    margin-bottom: 0;
}

.winner p.logo-with-text img {
    width: 150px;
    position: relative;
    top: -10px;
}

#Gewinner .content span {
    display: block;
    width: 100%;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    text-align: center;
    letter-spacing: 0;
    color: #FFFFFF;
    opacity: 1;
}

.content {
    text-align: center;
    margin-top: 20px;
}

.title02 h3.negetive-space {
    margin-top: 45px;
}

.preise-img {
    margin-top:-30px;
}


/*Form Register*/

form {
    /*margin: -10px 0 -20px 0px;*/
    color: #003464;
}

form .btn {
    margin-top: 20px;
}

form a {
    color: #003464;
}

.form-block p {
    font-size: 20px;
    line-height: 25px;
    color: #003464;
    text-shadow: none;
}

input[type=radio].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

input[type=radio].css-checkbox+label.css-label {
    padding-left: 46px;
    height: 36px;
    display: inline-block;
    line-height: 44px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 30px;
    font-family: daxline;
    vertical-align: middle;
    cursor: pointer;
    color: #003464;
    margin-right: 40px;
}

input[type=radio].css-checkbox:checked+label.css-label {
    background-position: 0 -36px;
}

label.css-label {
    background-image: url(../images/radio-images.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[type=checkbox].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

input[type=checkbox].css-checkbox+label.css-label {
    padding-left: 50px;
    height: 36px;
    display: inline-block;
    line-height: 36px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 20px;
    vertical-align: middle;
    cursor: pointer;
    margin-bottom: 10px;
}

input[type=checkbox].css-checkbox:checked+label.css-label {
    background-position: 0 -36px;
}

.checkbox label.css-label {
    background-image: url(../images/checkbox-images.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form-group {
    margin-bottom: 15px;
}

.checkbox {
    margin-top: 40px;
}

.form-control {
    height: 50px;
    border: 0;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    margin-bottom: 5px;
    font-size: 28px;
    color: #003464;
    font-family: daxline;
    padding: 0 20px;
    padding-top: 5px;
    line-height: 60px;
}

.checkbox a {
    text-decoration: underline;
}

.checkbox a:hover,
.checkbox a:focus {
    color: #FFFFFF;
    text-decoration: none;
}

.error {
    color: #4ea830;
}

.btn {
  width: 355px;
    display:block;
    /*background: transparent linear-gradient(180deg, #F5DC5B 0%, #DAB42B 45%, #C2A125 100%) 0% 0% no-repeat padding-box;
	box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.30);
    box-shadow: 10px 10px 0px #0000004D;
	border-radius: 12px;*/
    padding:10px 20px;

    border: 0;
    margin: 50px auto 50px;
text-align:center;
text-decoration:none;
    font-size: 26px;
    color: #fff;

        transition: all .3s ease;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
}

.btn-blue {
background-color:#929291; color:#fff;
}

.btn:hover {
    background-color:#787878;
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
    }
}

@media (min-width: 768px) {
    .btn {

        border-radius: 12px;
    }
}

.btn font {
    vertical-align: initial !important;
}

.btn-large {
    width: auto;
    display: inline-block;
    text-shadow: none;
    padding: 0 30px;
    margin: 50px auto 0;
    text-shadow: 1px 2px 0px #000000;
}



.form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #003464;
}

.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #003464;
}

.form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #003464;
}

.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #003464;
}

ol.items-listing {
    margin: 25px 0 0;
    padding: 0;
    list-style-position: inside;
}

ol.items-listing li {
    color: #003464;
    font-size: 20px;
    line-height: 25px;
    line-height: 25px;
}

ol.items-listing li+li {
    margin-top: 25px;
}

ol.items-listing li a {
    color: #003464;
    text-decoration: underline;
}

ol.items-listing li a:hover {
    color: #003464;
    text-decoration: none;
}


/* Footer CSS */

.footer {
    width: 100%;
    height: 90px;
    float: left;
    background-color: #FFFFFF;
    position: fixed;
    bottom: 0;
    z-index: 51;
    margin: 0;
    padding: 0;
}

.footer .container {
    padding-top: 0;
}

.footer p {
    float: left;
    color: #003464;
    font-size: 18px;
    text-shadow: inherit;
    margin: 17px 0 0;
}

.footer ul.footer-menu {
    float: right;
}

.footer ul.footer-menu li {
    float: left;
    padding-top: 17px;
}

.footer ul.footer-menu li+li {
    padding-left: 40px;
}

.footer ul.footer-menu li a {
    font-size: 18px;
    color: #003464;
}

.footer ul.footer-menu li a:hover {
    color: #4ea830;
    text-decoration: none;
}

ul.social-media {
    float: left;
    margin: 0;
    padding: 0 0 0 40px;
}

ul.social-media li {
    margin-top: 9px;
}

ul.social-media li+li {
    padding-left: 30px;
}

ul.social-media li a {
    width: 32px;
    display: block;
}

ul.social-media li a img {
    width: 100%;
}


/*Slider*/

.slick-prev.slick-arrow {
    width: 86px;
    height: 86px;
    box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.5);
    border-radius: 12px;
    border: 0;
    color: transparent;
    background: transparent linear-gradient(180deg, #F5DC5B 0%, #DAB42B 45%, #C2A125 100%) 0% 0% no-repeat padding-box;
    box-shadow: 10px 10px 0px #0000004D;
    outline: 0;
    z-index: 4
}

.slick-next.slick-arrow {
    width: 86px;
    height: 86px;
    box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.5);
    border-radius: 12px;
    border: 0;
    color: transparent;
    background: transparent linear-gradient(180deg, #F5DC5B 0%, #DAB42B 45%, #C2A125 100%) 0% 0% no-repeat padding-box;
    box-shadow: 10px 10px 0px #0000004D;
    outline: 0;
    z-index: 5
}

.slick-arrow:after {
    font-family: 'Glyphicons Halflings';
    position: absolute;
    color: #FFFFFF;
    font-size: 48px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.slick-next:after {
    content: "\e080";
}

.slick-prev:after {
    content: "\e079";
}

ul.slick-dots {
    width: 100%;
    left: 0px;
    text-align: center;
    margin: 0px;

    z-index: 99;
}

@media screen and (min-width : 767px) and (max-width : 991px) {
    ul.slick-dots {
        bottom: -115px;
    }
}

.slick-dots li {
    width: 18px;
    height: 18px;
    border-radius: 18px;
    border: solid 2px #fff;
    background: #fff;
    color: transparent;
    overflow: hidden;
    outline: 0;
    margin: 16px 5px 0;
}

.slick-dots li button {
    height: 100%;
    width: 100%;
    border: 0;
    background: transparent;
}

.slick-dots li.slick-active {
    background: #4ea830;
}

.slider {
    max-width: 886px;
    margin: 0 auto;
    position: relative !important;
}

.slider-nav .slick-list {
    padding: 0px !important;
}

.slider-for .slick-list {
    overflow: visible;
    margin-bottom: 20px;
}

button.slick-prev {
    position: absolute;
    left: -105px;
    top: 46.3%;
    transform: translateY(-50%);
}

button.slick-next {
    position: absolute;
    right: -105px;
    top: 46.3%;
    transform: translateY(-50%);
}

.slider-for .slick-slide img {
    border: solid 8px #fff;
}

.slider-for .slick-slide {
    box-shadow: 12px 12px 0 rgba(0, 0, 0, 0.2);
}

.slider-image {
    outline: 0px;
}

.slider-nav .slider-image {
    padding: 9px;
    background: #fff;
    margin: 10px;
    box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
    .slider-nav .slider-image .caption {
        display: none;
    }
}

.caption {
    color: #003464;
    font-size: 20px;
    line-height: 25px;
    padding: 10px;
    background-color: #fff;
    text-align: center;
    float: left;
    width: 100%;
}

.slider-text p {
    font-size: 14px;
    color: #FFFFFF;
    width: 80%;
    margin: auto;
}

.slider-text {
    margin-top: 45px;
    position: relative;
    z-index: 2;
}


/*Butterfly*/

.right {
    left: auto !important;
    right: 135px;
    transform: rotate(30deg) !important;
    -webkit-transform: rotate(30deg) !important;
    -moz-transform: rotate(45deg) !important;
    -ms-transform: rotate(45deg) !important;
    -o-transform: rotate(45deg) !important;
    bottom: auto !important;
    top: 70px !important;
}

.banner-butterfly {
    position: absolute;
    width: 100%;
    height: 100%;
}

.butter-fly1 {
    background: url(../images/butterfly/butterfly_01a.png);
    width: 116px;
    height: 88px;
    background-size: cover;
    position: absolute;
    left: 135px;
    bottom: 70px;
    z-index: 1;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.butter-fly2 {
    background: url(../images/butterfly/butterfly_02a.png);
    width: 116px;
    height: 78px;
    background-size: cover;
    position: absolute;
    left: 135px;
    top: 70px;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
}

.butter-fly3 {
    background: url(../images/butterfly/butterfly_05a.png);
    width: 115px;
    height: 83px;
    background-size: cover;
    position: absolute;
    top: 300px;
    left: 150px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.galeria-butterfly {
    width: 100%;
    height: 100%;
}

.galeria-butterfly .butter-fly3 {
    background: url(../images/butterfly/butterfly_05a.png);
    width: 115px;
    height: 83px;
    background-size: cover;
    position: absolute;
    top: 710px;
    left: 100px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.galeria-butterfly .butter-fly2 {
    background: url(../images/butterfly/butterfly_02a.png);
    width: 116px;
    height: 78px;
    background-size: cover;
    position: absolute;
    left: 135px;
    top: 380px;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    background-size: 75%;
    background-repeat: no-repeat;
}

.galeria-butterfly .right1 {
    left: auto !important;
    right: 100px;
    transform: rotate(30deg) !important;
    -webkit-transform: rotate(30deg) !important;
    -moz-transform: rotate(45deg) !important;
    -ms-transform: rotate(45deg) !important;
    -o-transform: rotate(45deg) !important;
    bottom: auto !important;
    top: 710px !important;
}

.galeria-butterfly .right2 {
    left: auto !important;
    right: 315px;
    transform: rotate(30deg) !important;
    -webkit-transform: rotate(30deg) !important;
    -moz-transform: rotate(45deg) !important;
    -ms-transform: rotate(45deg) !important;
    -o-transform: rotate(45deg) !important;
    bottom: auto !important;
    top: 250px !important;
}

.galeria-butterfly .right3 {
    left: auto !important;
    bottom: 70px;
    right: 135px;
    transform: rotate(30deg) !important;
    -webkit-transform: rotate(30deg) !important;
    -moz-transform: rotate(45deg) !important;
    -ms-transform: rotate(45deg) !important;
    -o-transform: rotate(45deg) !important;
    top: auto !important;
}

.roller-butterfly {
    width: 100%;
    height: 100%;
}

.roller-butterfly .butter-fly1 {
    background: url(../images/butterfly/butterfly_01a.png);
    width: 116px;
    height: 88px;
    background-size: cover;
    position: absolute;
    left: 300px;
    bottom: 70px;
    z-index: 1;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
}

.roller-butterfly .butter-fly3 {
    background: url(../images/butterfly/butterfly_05a.png);
    width: 115px;
    height: 83px;
    background-size: cover;
    position: absolute;
    top: 350px;
    left: 410px;
    transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
}

.roller-butterfly .butter-fly2 {
    background: url(../images/butterfly/butterfly_02a.png);
    width: 116px;
    height: 78px;
    background-size: cover;
    position: absolute;
    left: 70px;
    top: 770px;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
}

.roller-butterfly .right1 {
    left: auto !important;
    right: 325px;
    transform: rotate(30deg) !important;
    -webkit-transform: rotate(30deg) !important;
    -moz-transform: rotate(45deg) !important;
    -ms-transform: rotate(45deg) !important;
    -o-transform: rotate(45deg) !important;
    bottom: 70px !important;
    top: auto !important;
    background-size: 75%;
    background-repeat: no-repeat;
}

.roller-butterfly .right2 {
    left: auto !important;
    right: 235px;
    transform: rotate(-30deg) !important;
    -webkit-transform: rotate(-30deg) !important;
    -moz-transform: rotate(-30deg) !important;
    -ms-transform: rotate(-30deg) !important;
    -o-transform: rotate(-30deg) !important;
    bottom: auto !important;
    top: 650px !important;
    background-size: 75%;
    background-repeat: no-repeat;
}

.roller-butterfly .right3 {
    left: auto !important;
    bottom: auto !important;
    right: 435px;
    transform: rotate(-30deg) !important;
    -webkit-transform: rotate(-30deg) !important;
    -moz-transform: rotate(-30deg) !important;
    -ms-transform: rotate(-30deg) !important;
    -o-transform: rotate(-30deg) !important;
    top: 270px !important;
}

.Gewinner-butterfly {
    width: 100%;
    height: 100%;
}

.winner-list {
    margin-bottom: 75px;
}

.Gewinner-butterfly .butter-fly2 {
    background: url(../images/butterfly/butterfly_05a.png);
    width: 122px;
    height: 88px;
    background-size: cover;
    position: absolute;
    left: 90px;
    top: 180px;
    z-index: 1;
    transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
}

.Gewinner-butterfly .butter-fly3 {
    background: url(../images/butterfly/butterfly_02a.png);
    width: 140px;
    height: 93px;
    background-size: cover;
    position: absolute;
    bottom: auto;
    top: 650px;
    z-index: 1;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
}

.Gewinner-butterfly .right2 {
    left: auto !important;
    right: 100px;
    transform: rotate(30deg) !important;
    -webkit-transform: rotate(30deg) !important;
    -moz-transform: rotate(30deg) !important;
    -ms-transform: rotate(30deg) !important;
    -o-transform: rotate(30deg) !important;
    bottom: auto !important;
    top: 650px !important;
    background-size: 75%;
    background-repeat: no-repeat;
}

.Gewinner-butterfly .right1 {
    left: auto !important;
    bottom: auto !important;
    right: 90px;
    transform: rotate(-30deg) !important;
    -webkit-transform: rotate(-30deg) !important;
    -moz-transform: rotate(-30deg) !important;
    -ms-transform: rotate(-30deg) !important;
    -o-transform: rotate(-30deg) !important;
    top: 270px !important;
}

.inner-butterfly {
    width: 100%;
    height: 100%;
}

.inner-butterfly .butter-fly1 {
    background: url(../images/butterfly/butterfly_01a.png);
    width: 116px;
    height: 88px;
    background-size: cover;
    position: absolute;
    left: 300px;
    bottom: 70px;
    z-index: 1;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
}

.inner-butterfly .butter-fly3 {
    background: url(../images/butterfly/butterfly_05a.png);
    width: 115px;
    height: 83px;
    background-size: cover;
    position: absolute;
    top: 60px;
    left: 200px;
    transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
}

.inner-butterfly .butter-fly2 {
    background: url(../images/butterfly/butterfly_02a.png);
    width: 116px;
    height: 78px;
    background-size: cover;
    position: absolute;
    left: 70px;
    top: 380px;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    z-index: 1;
}

.inner-butterfly .right1 {
    left: auto !important;
    right: 325px;
    transform: rotate(30deg) !important;
    -webkit-transform: rotate(30deg) !important;
    -moz-transform: rotate(45deg) !important;
    -ms-transform: rotate(45deg) !important;
    -o-transform: rotate(45deg) !important;
    bottom: 70px !important;
    top: auto !important;
    background-size: 75%;
    background-repeat: no-repeat;
}

.inner-butterfly .right2 {
    left: auto !important;
    right: 55px;
    transform: rotate(-30deg) !important;
    -webkit-transform: rotate(-30deg) !important;
    -moz-transform: rotate(-30deg) !important;
    -ms-transform: rotate(-30deg) !important;
    -o-transform: rotate(-30deg) !important;
    bottom: auto !important;
    top: 330px !important;
    background-size: 75%;
    background-repeat: no-repeat;
    z-index: 1;
}

.inner-butterfly .right3 {
    left: auto !important;
    bottom: auto !important;
    right: 325px;
    transform: rotate(-30deg) !important;
    -webkit-transform: rotate(-30deg) !important;
    -moz-transform: rotate(-30deg) !important;
    -ms-transform: rotate(-30deg) !important;
    -o-transform: rotate(-30deg) !important;
    top: 140px !important;
}

.inner-butterfly2 {
    width: 100%;
    height: 100%;
}

.inner-butterfly2 .butter-fly1 {
    background: url(../images/butterfly/butterfly_01a.png);
    width: 116px;
    height: 88px;
    background-size: cover;
    position: absolute;
    left: 300px;
    top: 1060px;
    z-index: 1;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
}

.inner-butterfly2 .butter-fly3 {
    background: url(../images/butterfly/butterfly_05a.png);
    width: 115px;
    height: 83px;
    background-size: cover;
    position: absolute;
    top: 190px;
    left: 490px;
    transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
}

.inner-butterfly2 .butter-fly2 {
    background: url(../images/butterfly/butterfly_02a.png);
    width: 116px;
    height: 78px;
    background-size: cover;
    position: absolute;
    left: 70px;
    top: 640px;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    z-index: 1;
}

.inner-butterfly2 .right1 {
    left: auto !important;
    right: 325px;
    transform: rotate(-30deg) !important;
    -webkit-transform: rotate(-30deg) !important;
    -moz-transform: rotate(-30deg) !important;
    -ms-transform: rotate(-30deg) !important;
    -o-transform: rotate(-30deg) !important;
    bottom: auto !important;
    top: 1060px !important;
    background-size: 75%;
    background-repeat: no-repeat;
}

.inner-butterfly2 .right2 {
    left: auto !important;
    right: 55px;
    transform: rotate(-30deg) !important;
    -webkit-transform: rotate(-30deg) !important;
    -moz-transform: rotate(-30deg) !important;
    -ms-transform: rotate(-30deg) !important;
    -o-transform: rotate(-30deg) !important;
    bottom: auto !important;
    top: 580px !important;
    background-size: 75%;
    background-repeat: no-repeat;
    z-index: 1;
}

.inner-butterfly2 .right3 {
    left: auto !important;
    bottom: auto !important;
    right: 325px;
    transform: rotate(-30deg) !important;
    -webkit-transform: rotate(-30deg) !important;
    -moz-transform: rotate(-30deg) !important;
    -ms-transform: rotate(-30deg) !important;
    -o-transform: rotate(-30deg) !important;
    top: 140px !important;
}

.inner-butterfly-cms {
    width: 100%;
    height: 100%;
    display: none;
}

.inner-butterfly-cms .butter-fly1 {
    background: url(../images/butterfly/butterfly_01a.png);
    width: 116px;
    height: 88px;
    background-size: cover;
    position: absolute;
    left: 150px;
    top: 1060px;
    z-index: 1;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
}

.inner-butterfly-cms .butter-fly3 {
    background: url(../images/butterfly/butterfly_05a.png);
    width: 115px;
    height: 83px;
    background-size: cover;
    position: absolute;
    top: 190px;
    left: 150px;
    transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
}

.inner-butterfly-cms .butter-fly2 {
    background: url(../images/butterfly/butterfly_02a.png);
    width: 116px;
    height: 78px;
    background-size: cover;
    position: absolute;
    left: 70px;
    top: 640px;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    z-index: 1;
}

.inner-butterfly-cms .butter-fly4 {
    background: url(../images/butterfly/butterfly_05a.png);
    width: 115px;
    height: 83px;
    background-size: cover;
    position: absolute;
    top: 1340px;
    left: 150px;
    transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    z-index: 1;
}

.inner-butterfly-cms .right1 {
    left: auto !important;
    right: 150px;
    transform: rotate(-30deg) !important;
    -webkit-transform: rotate(-30deg) !important;
    -moz-transform: rotate(-30deg) !important;
    -ms-transform: rotate(-30deg) !important;
    -o-transform: rotate(-30deg) !important;
    bottom: auto !important;
    top: 1060px !important;
    background-size: 75%;
    background-repeat: no-repeat;
}

.inner-butterfly-cms .right2 {
    left: auto !important;
    right: 55px;
    transform: rotate(-30deg) !important;
    -webkit-transform: rotate(-30deg) !important;
    -moz-transform: rotate(-30deg) !important;
    -ms-transform: rotate(-30deg) !important;
    -o-transform: rotate(-30deg) !important;
    bottom: auto !important;
    top: 580px !important;
    background-size: 75%;
    background-repeat: no-repeat;
    z-index: 1;
}

.inner-butterfly-cms .right3 {
    left: auto !important;
    bottom: auto !important;
    right: 150px;
    transform: rotate(-30deg) !important;
    -webkit-transform: rotate(-30deg) !important;
    -moz-transform: rotate(-30deg) !important;
    -ms-transform: rotate(-30deg) !important;
    -o-transform: rotate(-30deg) !important;
    top: 190px !important;
}

.inner-butterfly-cms .right4 {
    top: 1340px !important;
    left: auto !important;
    bottom: auto !important;
    right: 150px;
    transform: rotate(45deg) !important;
    -webkit-transform: rotate(45deg) !important;
    -moz-transform: rotate(45deg) !important;
    -ms-transform: rotate(45deg) !important;
    -o-transform: rotate(45deg) !important;
}

.regi-form-butterfly {
    width: 100%;
    height: 100%;
}

.regi-form-butterfly .butter-fly1 {
    background: url(../images/butterfly/butterfly_01a.png);
    width: 116px;
    height: 88px;
    background-size: cover;
    position: absolute;
    left: auto;
    right: 330px;
    top: 760px;
    z-index: 1;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
}

.regi-form-butterfly .butter-fly3 {
    background: url(../images/butterfly/butterfly_05a.png);
    width: 115px;
    height: 83px;
    background-size: cover;
    position: absolute;
    top: 550px;
    left: 250px;
    transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
}

.regi-form-butterfly .butter-fly2 {
    background: url(../images/butterfly/butterfly_02a.png);
    width: 90px;
    height: 60px;
    background-size: cover;
    position: absolute;
    right: 360px;
    top: 390px;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    z-index: 1;
    left: auto;
}


/*Game CSS*/

.game-area {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: 50% 50% !important;
    height: calc(150vh - 45px);
}

.regi-sommer-icons {
    margin-top: 59px;
    margin-bottom: 29px;
}

.alert {
    position: relative;
    z-index: 3;
}

.game-modal {
    position: absolute;
    z-index: 9;
    display: none;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
}

.play-again-pop-wrap,
.success-pop-wrap {
    display: none;
}

.game-modal-visible {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.alert-modal .title02 h3 {
    margin: -50px auto 0 auto;
}

.alert-modal {
    width: 908px;
    max-width: 908px;
    border: 8px solid #fff;
}

.alert-modal .title02 {
    text-align: center;
}

.game-area-bg {
    width: 100%;
    height: calc(120vh - 45px);
}

.bg-active {
    background: rgba(0, 0, 0, 0.8);
    position: relative;
    z-index: 999;
}

.container-wrap {
    max-width: 1340px;
}

.regi-box-title {
    display: none !important;
}

.game-area-bg {
    width: 100%;
    height: calc(120vh - 45px);
}

.bg-active {
    background: rgba(0, 0, 0, 0.8);
}

.icons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.restart_game {
    width: 86px;
    height: 86px;
    box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.3);
    border-radius: 12px;
    background-color: #006ab3;
    position: relative;
    z-index: 3;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    opacity: 0;
    margin-bottom: 10px;
    margin-top: 5px;
}

.game-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
}

.game-area-2 {
    background: url(../images/game-bg-2.jpg);
}

.game-area-3 {
    background: url(../images/game-bg-3.jpg);
}

.counter {
    width: 240px;
    height: 86px;
    float: left;
    background: #4ea830;
    color: #fff;
    font-size: 64px;
    font-weight: bold;
    text-align: center;
    line-height: 86px;
    box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.5);
}

.icons img {
    vertical-align: unset;
}

.counter img {
    margin-right: 20px;
}

.game-area .content-area {
    padding-left: 45px;
    padding-right: 45px;
}

.game-area.game-area-1 .content-area {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.butterfly-counting {
    width: 240px;
    height: 86px;
    float: right;
    background: #4ea830;
    color: #fff;
    font-size: 64px;
    font-weight: bold;
    text-align: center;
    line-height: 86px;
    box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.5);
}

.butterfly-counting img {
    margin-right: 20px;
}

.blue-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #003464;
    opacity: 0.85;
    z-index: 1;
}


.regi-butterfly {
    max-height: 112px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.regi-butterfly img:nth-child(1) {
    width: 115px;
    transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    padding-top: 40px;
}

.regi-butterfly img:nth-child(2) {
    width: 148px;
    transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    margin: 0 25px 0 15px;
}

.regi-butterfly img:nth-child(3) {
    width: 98px;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -mos-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    padding-top: 40px;
}

.regi-btn {
    margin-top: 50px;
}

.online-shop {
    background: #2a84d5;
    background: -moz-linear-gradient(top, #2a84d5 0%, #0e4c80 100%);
    background: -webkit-linear-gradient(top, #2a84d5 0%, #0e4c80 100%);
    background: linear-gradient(to bottom, #2a84d5 0%, #0e4c80 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a84d5', endColorstr='#0e4c80', GradientType=0);
    display: flex;
    align-items: center;
    color: #fff;
    width: 214px;
    height: 38px;
    line-height: 52px;
    font-size: 15px;
    border-radius: 6px;
    border: solid 1px #fff;
    padding-left: 60px;
    position: absolute;
    z-index: 20;
    right: 210px;
    top: 16px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
}

.online-shop:before {
    content: '';
    background: url('../images/image.png');
    width: 33px;
    height: 24px;
    position: absolute;
    top: 6px;
    left: 14px;
}

.online-shop:hover {
    background: #0e4c80;
    background: -moz-linear-gradient(top, #0e4c80 0%, #2a84d5 100%);
    background: -webkit-linear-gradient(top, #0e4c80 0%, #2a84d5 100%);
    background: linear-gradient(to bottom, #0e4c80 0%, #2a84d5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e4c80', endColorstr='#2a84d5', GradientType=0);
    cursor: pointer;
}

.fixed-header .online-shop {
    display: none;
}


/* Custom css */

.game {
    width: 100%;
    height: 100%;
    position: relative;
}

.butterfly {
    width: 100px;
    height: 100px;
    position: absolute;
    top: -150px;
    transition: transform 1.5s linear;
    cursor: pointer;
    z-index: 100;
}

.slick-list .caption a {
    color: #003464;
}

.slick-list .caption a:hover {
    color: #000000;
}

.slider-nav .slider-image {
    height: auto;
}

.gap-calender {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
}

.date-card {
    min-height:300px;
    margin: 0 auto;
}

.cars-top {
    padding: 10px 0 5px 0;
    color: #fff;
    font-family: "daxline";
    font-size: 42px;
    line-height: 38px;
    background-color: #4ea830;
    border-radius: 10px 10px 0 0;
    background: transparent linear-gradient(180deg, #F5DC5B 0%, #DAB42B 45%, #C2A125 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
}

#Gewinner .cars-body span {
    color: #000000;
    font-size: 96px;
    font-family: "daxline";
    font-weight: 900;
    margin-top: 27px;
    padding-bottom: 32px;
}

.icons-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.regi-box {
    width: 1100px;
    text-align: center;
    margin: 0px auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
}

.regi-box .title02 {
}



.navbar-collapse {
    margin: 5px 0;
}

.second-result,
.third-result,
.fourth-result,
.fifth-result {
    text-align: center;
}

.first-date,
.second-date,
.third-date,
.fourth-date,
.fifth-date {
    display: inline-block;
    /*margin: 0 60px;*/
    /*width: 20%;*/
    position: relative;
}

.third-date .content:nth-child(1) {
    margin-left: -20px;
}

.d-none {
    display: none !important;
}

.slider-image a {
    outline: 0;
}

.additional-slider {
    display: none;
}

.additional-slider img:nth-child(1) {
    position: absolute;
    left: 160px;
    bottom: 110px;
    z-index: 1
}

.additional-slider img:nth-child(2) {
    position: absolute;
    right: 25px;
    bottom: 80px;
    z-index: 1;
}

.bg-men {
    position: absolute;
    display: none;
    bottom: -202px;
    left: -40px;
    z-index: 1;
}

.home-ol {
    margin-bottom: 20px;
    margin-top: 10px;
}

.home-ol li {
    font-size: 21px;
    margin-bottom: 6px;
    line-height: 30px;
    color: #FFFFFF;
    padding-left: 10px;
    margin-left: 123px;
}

.test_btn {
    text-align: center;
}

.bg-men {
    position: fixed !important;
    bottom: 0 !important;
}

.custom-width {
    width: 1360px;
    max-width: 1360px;
}


/* game section css*/

.game-area .heading-box {
    margin-bottom: 0;
}

.game-area .content-area {
    padding-top: 36px;
    position: absolute;
    top: 104px;
    width: 100%;
}

@media (min-width: 992px) {
    .game-area .content-area {
        padding-top: 0px;
    }
}

/* Slider */

/*
@media (max-width: 992px) {
.slick-slider {
	overflow:hidden;
}
}
*/

.slick-slider {

    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    z-index: 2;
}

.slick-list {
    position: relative;
    z-index: 3;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.text-center {
    text-align: center;
    z-index: 2;
    position: relative;
}

.container {
    z-index: 2;
    position: relative;
}

.shell {
    position: fixed;
    z-index: 1;
    display: none;
}

.left-shell {
    width: 200px;
    height: 187px;
    left: 50px;
    left: 33px;
    display: none;
    bottom: 73px;
}

.right-shell {
    width: 223px;
    height: 121px;
    right: 9px;
    display: none;
    bottom: 94px;
}

.muschel-3 {
    bottom: 40px;
    right: -153px;
    display: none;
}

.muschel-2 {
    left: calc(50% - 138px);
    top: 357px;
    display: none;
}

.muschel-1 {
    bottom: 59px;
    left: -158px;
    display: none;
}

@media (min-width: 1200px) {
    .container-small {
        width: 970px
    }

    .fixed-header .logo {
        display: none;
    }

    .additional-slider {
        display: block;
    }

    .bg-men {
        display: block;
    }
}

@media only screen and (max-width: 1800px) {
    .bg-men img {
        width: 87%;
    }
}

@media only screen and (max-width: 1366px) {
    .banner-img img:nth-child(1) {
        display: none;
    }

    .banner-img img:nth-child(3) {
        display: none;
    }

    .additional-slider {
        display: none;
    }

    .bg-men img {
        width: 77%;
    }

    .banner-img {
        position: static;
        margin-bottom: -130px;
        margin-top: 30px;
    }

    .banner-img img:nth-child(2) {
        position: static;
        margin-left: 0;
    }

    .banner-img img:nth-child(3) {
        top: 120px;
        right: -370px;
    }

    /*Butterfly*/
    .butter-fly1 {
        left: 15px;
    }

    .butter-fly2 {
        left: 35px;
    }

    .right {
        right: 85px;
        top: 30px !important;
    }

    .galeria-butterfly .butter-fly2 {
        left: 65px;
        top: 250px;
    }

    .galeria-butterfly .butter-fly3 {
        top: 760px;
        left: 30px;
    }

    .galeria-butterfly .right2 {
        right: 95px;
    }

    .galeria-butterfly .right1 {
        right: 15px;
        top: 540px !important;
    }

    .roller-butterfly .butter-fly3 {
        top: 240px;
        left: 170px;
    }

    .roller-butterfly .right3 {
        right: 135px;
    }

    .roller-butterfly .butter-fly2 {
        top: 600px;
    }

    .roller-butterfly .butter-fly1 {
        left: 120px;
    }

    .roller-butterfly .right2 {
        right: 165px;
    }

    .roller-butterfly .right1 {
        right: 95px;
    }

    .Gewinner-butterfly .butter-fly3 {
        left: -10px;
        bottom: 260px;
    }

    .Gewinner-butterfly .right2 {
        right: 10px;
    }


    #middle:before {
        display: none;
    }
}

@media only screen and (max-width: 1400px) {

    .counter,
    .butterfly-counting {
        font-size: 40px;
        width: 160px;
        height: 70px;
        line-height: 70px;
        box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.5);
    }

    .icons img {
        max-width: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .online-shop {
        display: none;
    }


    body {
    }


    .logo {
        padding: 15px 0;
    }

    .title01 h3,
    .title01 h3.title-white,
    .title02 h3,
    .title03 h3 {
        font-size: 46px;
    }

    .heading-box {
        margin-bottom: 0;
    }

    .heading-box h2 {
        font-size: 60px;
    }

    .title-small h4 {
        font-size: 54px;
    }

    ul.social-media,
    ul.social-media li+li {
        padding-left: 25px;
    }

    .footer ul.footer-menu li+li {
        padding-left: 30px
    }

    .butterfly-counting .icons img {
        max-width: 40px;
    }

    .inner-butterfly {
        display: none;
    }

    .inner-butterfly-cms {
        display: none;
    }

    .regi-form-butterfly {
        display: none;
    }

    .home-ol li {
        margin-left: 0;
    }

    .child-btn .btn {
        font-size: 33px;
        height: 75px;
    }

    .bg-men {
        display: none !important;
    }

    .home-ol {
        margin-left: 44px;
    }

    div#board {
        margin-top: 5px;
    }

    .box-game {
        margin-top: 20px;
    }

    .btn {
        margin: 50px auto 50px;
    }
}

@media only screen and (max-width: 1024px) {


    button.slick-next {
        right: 40px;
    }

    button.slick-prev {
        left: 40px;
        z-index: 1;
    }

    .navbar-nav>li>a {
        padding: 4px 8px 4px 8px;
    }

    .title01 h3,
    .title01 h3.title-white,
    .title02 h3,
    .title03 h3 {
        font-size: 40px;
    }


    .slick-prev.slick-arrow,
    .slick-next.slick-arrow {
        width: 66px;
        height: 66px;
    }

    .game-area .content-area {
        margin-top: 15px;
    }

    .gap-calender {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .first-date,
    .second-date {
        width: 42%;
    }

    .third-date,
    .fourth-date,
    .fifth-date {
        width: 30%;
    }
}

.game-select {
    min-height: 100vh;
}

@media only screen and (max-width: 1115px) {
.game-select .regi-box {
    width: 90% !important;
    position: static;
    transform: none;
    margin: 0 auto;
    margin-top: 15px;
}
.child-top {height:180px}}

@media only screen and (max-width: 990px) {
    .container-wrap {
        margin-top: 115px;
    }

    .banner-img img:nth-child(1) {
        left: 10px;
        top: -45px;
    }

    .banner-img img:nth-child(2) {
        left: 180px;
        top: 50px;
        width: 420px;
        z-index: 3;
    }

    .banner-img img:nth-child(3) {
        right: -180px;
        width: 370px;
    }

    .game-area .content-area {
        margin: 0 !important;
        padding-top: 10px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .select-sec {
        flex-direction: column;
        padding-top: 0;
        -ms-align-items: center;
        align-items: center;
        padding-top: 30px;
        padding-bottom:100px;
    }




    .child-top {
        width: 270px;
    }

    .child-btn .btn {
        font-size: 24px;
        height: 40px;
        width: 196px;
        margin-bottom: 27px;
    }

    .child-btn {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
    }

    .home-ol li {
        font-size: 18px;
        padding-left: 10px;
    }

    .home-ol {
        margin-left: 0;
    }

    .banner-img {
        margin-bottom: -40px;
    }

    .butterfly-counting .icons {
        margin-top: -4px;
    }

    .select-sec .child {
        padding-bottom: 0;
        width: auto;
    }

    .game-area .content-area {
        top: 0px;
    }

    .images-box01 img:nth-child(1) {
        left: -48px;
    }

    .images-box01 img:nth-child(2) {
        right: 0;
    }

    ul.social-media {
        display: none;
    }

    .navbar-collapse.collapse {
        margin-top: 5px;
    }

    /*Game CSS*/
    .game-area .content-area {
        margin: 15px 0 0 0;
    }

    .counter,
    .butterfly-counting {
        font-size: 30px;
        width: 120px;
        height: 43px;
        line-height: 43px;
        box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.5);
    }

    .game-area .heading-box {
        margin-bottom: 10px;
    }

    .icons {
        float: left;
    }

    .counter img {
        width: 20px;
        height: 25px;
        float: left;
        margin: 9px;
    }

    .butterfly-counting img {
        width: 30px;
        height: 30px;
        float: left;
        margin: 12px 9px 9px 20px;
    }

    .icons img {
        max-width: 20px;
    }

    .butterfly-counting .icons img {
        max-width: 30px;
    }

    .regi-box {
        max-width: 90%;
    }

    .first-date,
    .second-date,
    .third-date,
    .fourth-date,
    .fifth-date {
        margin: 0 10px;
    }

    .roller-butterfly .butter-fly3 {
        left: 60px;
    }

    .roller-butterfly .right3 {
        top: 150px !important;
        right: 45px;
    }

    .roller-butterfly .butter-fly2 {
        display: none;
    }

    .roller-butterfly .butter-fly3 {
        display: none;
    }

    .flex_row .winner-card-1,
    .winner-card-2 {
        width: 50%;
    }

    .muschel-center {
        position: absolute;
        left: calc(50% - 128px);
        top: calc(50% - 172px);
    }
}

.number-paging {
    display: none;
}

@media (min-width:768px) {
    #Gewinner {padding-bottom:100px}
}

@media only screen and (max-width: 767px) {

    body,
    body.down {
        padding-top: 75px;
    }

    p {
        font-size: 16px;
    }

    .block {
        padding-bottom: 30px;
    }

    h3 {
        font-size: 16px
    }

    ol.items-listing {
        margin-top: 15px;
    }

    ol.items-listing li {
        font-size: 16px;
    }

    ol.items-listing li+li {
        margin-top: 15px;
    }

    .title01 h3,
    .title01 h3.title-white,
    .title02 h3,
    .title03 h3 {
        font-size: 22px;
        margin: 0 auto;
        padding: 7px 15px;
    }

    .title01 h3.title-white {
        font-size: 22px;
    }

    .title02 h3,
    .title03 h3 {
        font-size: 22px;
        padding: 7px 30px;
    }

    .heading-box {
        margin-bottom: 25px;
    }

    .heading-box h2 {
        font-size: 32px;
    }

    .title-small {
        padding-top: 30px;
    }

    .title-small h4 {
        font-size: 32px;
        background-position: center top;
        padding: 0;
        padding-top: 70px;
    }

    .title01 h3.title-white {
        top: -3px;
        padding: 0px;
    }

    .title01 h3,
    .title01 h3.title-white {
        box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.5);
    }

    h4.title-blue {
        font-size: 14px;
        margin: 2px auto 0;
    }

    .title02 h3.negetive-space {
        margin-top: -30px;
    }

    .title01 h3 {
        padding: 7px 50px;
    }

    .restart_game {
        box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.3);
    }

    .sticky-fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }

    .regi-sommer-icons {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .regi-box {
        max-width: 80%;
    }

    .regi-btn {
        margin-top: 25px;
    }

    .game .regi-box .title02 {
        display: inline-block;
    }

    .header,
    .header.fixed-header {
        height: 75px;
        transform: inherit;
    }

    .navbar-header {
        height: auto;
        margin: 0 !important;
    }

    .header.fixed-header .navbar-header {
        height: auto;
        transform: inherit;
        visibility: visible;
    }

    .logo {
        width: auto;
        height: auto;
        visibility: visible;
        padding: 30px 0 20px 15px;
    }

    .navbar-toggle .icon-bar {
        width: 20px;
        height: 3px;
    }

    .banner-img img:nth-child(2) {
        margin-left: 0;
    }

    .container-wrap {
        margin-top: 75px;
    }

    a.navbar-brand {
        width: auto;
        padding: 15px 0;
    }

    a.navbar-brand img {
        max-width: 132px;
        margin: 0px;
    }

    .navbar-toggle {
        border: 0;
        margin: 0;
        padding: 32px 15px 25px 0;
        z-index: 999;
    }

    .navbar-collapse {
        background: rgb(24, 106, 179);
        background: -moz-linear-gradient(top, rgba(24, 106, 179, 1) 0%, rgba(14, 76, 128, 1) 100%);
        background: -webkit-linear-gradient(top, rgba(24, 106, 179, 1) 0%, rgba(14, 76, 128, 1) 100%);
        background: linear-gradient(to bottom, rgba(24, 106, 179, 1) 0%, rgba(14, 76, 128, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#186ab3', endColorstr='#0e4c80', GradientType=0);
    }

    .navbar .navbar-collapse {
        width: 100%;
        top: 75px;
        position: fixed;
        max-height: 100vh;
        height: calc(100vh - 75px);
        height: -webkit-calc(100vh - 75px);
        height: -moz-calc(100vh - 75px);
        padding: 30px;
        z-index: 9999;
    }

    ul.navbar-nav {
        text-align: left;
        margin: 0;
    }

    ul.navbar-nav li {
        display: block;
        padding: 10px 0;
    }

    .navbar-nav>li>a {
        display: block;
        padding: 10px 0;
    }

    .navbar-collapse ul.social-media {
        display: block;
    }

    .navbar-collapse ul.social-media {
        padding-left: 0;
    }

    .banner-img img:nth-child(2) {
        left: 10% !important;
        width: 300px;
        transform: inherit;
        z-index: 1;
    }

    .banner-img img:nth-child(3) {
        width: 220px;
        top: 120px;
        right: -110px;
    }

    ul.listing01 li {
        font-size: 16px;
        background-size: 32px 32px;
        padding-left: 45px;
        margin: 10px 0;
    }

    form {
        margin: -20px 0 0;
    }

    .form-block p {
        padding: 0;
    }

    .checkbox label.css-label {
        background-image: url(../images/checkbox-images-mob.png);
    }

    label.css-label {
        background-image: url(../images/radio-images-mob.png);
    }

    input[type=radio].css-checkbox+label.css-label,
    input[type=checkbox].css-checkbox+label.css-label {
        height: 20px;
        line-height: 20px;
        font-size: 16px;
        padding-left: 40px;
        margin-right: 15px;
    }

    input[type=radio].css-checkbox:checked+label.css-label,
    input[type=checkbox].css-checkbox:checked+label.css-label {
        background-position: 0 -20px;
    }

    input[type=checkbox].css-checkbox+label.css-label {
        margin-bottom: 35px;
    }

    .form-control {
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }

    .btn {
        width: 245px;
        height: 40px;
        font-size: 24px;
        line-height: 40px;
        margin: 15px auto 25px auto;
    }

    .footer p {
        font-size: 12px;
        margin-top: 13px;
    }

    .footer ul.footer-menu li:first-child {
        display: none;
    }

    .footer ul.footer-menu li a {
        font-size: 12px;
    }

    .footer ul.footer-menu li+li {
        padding-left: 20px;
        padding-top: 13px;
    }

    .thanks-block .title02 h3 {
        font-size: 29px;
        padding: 7px 10px;
    }

    h3.small-title {
        margin-top: 40px;
        margin-bottom: 0;
    }

    .thanks-block p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 15px;
    }

    .thanks-block p.logo-with-text {
        font-size: 20px;
    }

    .thanks-block p.logo-with-text img {
        width: 100px;
    }

    .title01,
    .title02,
    .title03 {
        margin-bottom: 10px;
    }

    .title01 {
        margin-top: 0;
    }

    .agbhm .title01 {
        margin-top: 25px;
    }

    .banner-img {
        margin-bottom: -130px;
    }

    .regi-box {
        top: 50%;
        transform: translate(-50%, -50%) rotate(0deg);
    }

    .regi-box .title02 {
        transform: rotate(0deg);
    }

    .navbar .navbar-collapse {
        margin-top: 0px;
    }

    .pt-15 {
        padding-top: 15px;
    }

    .scroll-icon {
        bottom: 5px;
    }


    /*Slider
    .slider-for {
        display: none;
    }*/

    .slider-nav .slider-image {
        background: #FFF;
        box-shadow: none;
        padding: 0;
        height: auto;
        box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.2);
    }

    .slider-nav .slider-image img {
        background: #fff;
        padding: 8px;
    }

    .caption {
        font-size: 16px;
        text-align: center;
    }

    .slick-dots li {
        width: 12px;
        height: 12px;
        margin: 0 5px;
    }

    .winner p {
        font-size: 16px;
        line-height: 20px;
    }

    .winner p.logo-with-text {
        font-size: 16px;
        line-height: 26px;
    }

    .winner p.logo-with-text img {
        width: 120px;
        position: relative;
        top: -18px;
        margin-top: 20px;
    }

    .calender-bird1 {
        margin-left: -28px;
    }

    .calender-bird2 {
        margin-right: -28px;
    }

    .content {
        margin-top: 10px;
    }

    .winner-card .content {
        margin-top: 0px;
    }

    .m-none {
        display: none;
    }

    /*Butterfly*/
    .winner {
        padding-bottom: 45px;
    }

    @media (min-width: 992px) {
        .winner {
            padding-bottom: 100px;
        }
    }

    .butter-fly1 {
        width: 55px;
        height: 40px;
        background-size: cover;
        right: 30px;
        left: 38px;
    }

    .butter-fly2 {
        width: 55px;
        height: 40px;
        background-size: cover;
        z-index: 1;
        left: 13px;
        top: 48px;
    }

    .butter-fly3 {
        top: auto;
        bottom: 70px;
        z-index: 1;
        width: 50px;
        height: 38px;
        left: auto;
        right: 30px;
        transform: rotate(-30deg) !important;
        -webkit-transform: rotate(-30deg) !important;
        -moz-transform: rotate(-30deg) !important;
        -ms-transform: rotate(-30deg) !important;
        -o-transform: rotate(-30deg) !important;
    }

    .galeria-butterfly {
        display: none;
    }

    .roller-butterfly .right3 {
        top: 120px !important;
        bottom: auto !important;
        left: auto !important;
        right: 35px;
        width: 62px;
        height: 45px;
        transform: rotate(-30deg) !important;
        -webkit-transform: rotate(-30deg) !important;
        -moz-transform: rotate(-30deg) !important;
        -ms-transform: rotate(-30deg) !important;
        -o-transform: rotate(-30deg) !important;
    }

    .roller-butterfly .butter-fly1 {
        width: 62px;
        height: 45px;
        left: 20px;
        top: auto;
        bottom: 50px;
    }

    .roller-butterfly .butter-fly3 {
        width: 52px;
        height: 37px;
        top: 180px;
        left: 20px;
    }

    .roller-butterfly .right1 {
        width: 76px;
        height: 45px;
        right: 20px !important;
        top: auto !important;
        bottom: 40px !important;
    }

    .Gewinner-butterfly {
        display: none;
    }

    .inner-butterfly2 .right3 {
        width: 70px;
        height: 53px;
        right: 12px;
        top: 100px !important;
    }

    .inner-butterfly2 .butter-fly3 {
        bottom: auto !important;
        top: 180px;
        left: 15px;
        width: 60px;
        height: 44px;
    }

    .inner-butterfly2 .right1 {
        right: 0;
        top: auto !important;
        bottom: 30px !important;
        width: 75px !important;
        height: 40px !important;
    }

    .inner-butterfly2 .butter-fly1 {
        left: 20px;
        top: auto;
        bottom: 30px !important;
        width: 55px !important;
        height: 40px !important;
    }

    /*Game CSS*/

    .game-select .regi-box .title02 h3 {
        font-size: 24px;
    }

    .regi-butterfly img:nth-child(1) {
        width: 60px;
    }

    .regi-butterfly img:nth-child(2) {
        width: 100px;
    }

    .regi-butterfly img:nth-child(3) {
        width: 60px;
    }

    .confirm-block p {
        margin-top: 25px;
        font-size: 16px;
        line-height: 20px;
    }

    .confirm-block p.logo-with-text {
        font-size: 16px;
        line-height: 20px;
    }

    .first-date,
    .second-date,
    .third-date,
    .fourth-date,
    .fifth-date {
        width: 100%;
        margin: 0px;
    }

    .m-block {
        display: block !important;
    }

    .flex_row {
        justify-content: center;
    }


    .home-ol li {
        line-height: 30px;
    }

    #middle:after {
        background: url(../images/palm_right-2.png);
        background-repeat: no-repeat;
        width: 90%;
        background-size: contain;
        /*top: 72px;*/
    }

    .number-paging {
        display: block;
        text-align: center;
        color: #fff;
        margin-top: 10px;
        font-size: 22px;
    }

    .slick-dots {
        display: none !important;
    }

    .star-fixed {
        bottom: 50px;
        left: 0;
        z-index: -2;
    }

    .shell-fixed {
        bottom: 53px;
        right: 0;
        z-index: -2;
    }

    .star-fixed img {
        width: 118px;
    }

    .shell-fixed img {
        width: 130px;
    }



    .cars-top {
        padding: 5px 0 0px 0;
        font-size: 33px;
    }

    #Gewinner .cars-body span {
        font-size: 76px;
        margin-top: 16px;
        padding-bottom: 20px;
    }

    .data-img-left {
        bottom: -8px;
        left: -133px;
        width: 156px;
    }

    .muschel-center {
        width: 204px;
        top: 426px;
        left: 179px;
    }

    .data-img-right {
        width: 164px;
        bottom: -16px;
        right: -121px;
    }

    .preise-img {
            margin-top:0px;

    }

    .regi-sommer-icons img {
        width: 77%;
    }

    .heading-box.m {
        margin-bottom: 24px;
    }
}

@media only screen and (max-width: 565px) {
    .banner-img img:nth-child(2) {
        left: 4% !important;
    }

    .title02-mobile-none {
        display: none;
    }

    .title02-mobile {
        display: block !important;
    }

    .home-ol li {
        font-size: 16px;
    }

    .home-ol li {
        line-height: 20px;
        margin-bottom: 10px;
    }

    .butterfly-counting img {
        margin: 12px 5px 9px 5px;
    }

    .winner p {
        margin-bottom: 11px;
    }

    .btn {
        margin: 15px auto 16px auto;
    }

    .form-block .btn {
        margin: 12px auto 19px auto;
    }

    .form-block p {
        font-size: 15px;
    }

    #middle:after {
        background: url(../images/palm_right-2.png);
        background-repeat: no-repeat;
        width: 100%;
        background-size: contain;
    }

    .heading-box {
        padding: 11px 0 4px;
    }

    .container-wrap {
        margin-top: 25px;
    }

    .regi-box .title02 h3 {
        font-size: 30px;
    }

    .title02 h3,
    .title03 h3 {
        padding: 7px 20px;
    }

    .game-select .regi-box {
        width: 71% !important;
    }
}


.desktop-headline {display:none}
.mobile-headline {display:block}

@media (min-width:768px) {
    .desktop-headline {display:block}
    .mobile-headline {display:none}
}

@media only screen and (max-width: 480px) {
    .banner-img img:nth-child(1) {
        max-width: 150%;
        left: -35px;
        top: -25px;
    }

    .banner-img img:nth-child(2) {
        left: 15px;
        margin-top: 20px;
        width: 324px;
    }

    .images-box01 {
        width: auto;
        height: 540px;
        overflow: hidden;
        margin: 0 -15px 20px;
    }

    .images-box01 img:nth-child(1) {
        max-width: 150%;
        left: -155px;
        top: -50px;
    }

    .images-box01 img:nth-child(2) {
        max-width: 80%;
        right: 10px;
        bottom: 0;
    }

    .images-box02 {
        width: auto;
        height: 395px;
        overflow: hidden;
        margin: 0 -15px 20px;
    }

    .images-box02 img:nth-child(1) {
        max-width: 150%;
        left: -30px;
        top: -30px;
    }

    .images-box02 img:nth-child(2) {
        max-width: 80%;
        right: 32px;
        bottom: 0;
    }

    .game-select .regi-box {
        width: 94% !important;
        max-width: 94%;
    }

    .select-sec {
        padding-top: 32px;
    }

    .child-top {
        margin-bottom: 9px;
    }

    .tm-2 {
        transform: rotate(3deg);
    }

    .tm-1 {
        transform: rotate(1.5deg);
    }

    .regi-box {
        max-width: 94%;
        top: 52%;
        padding-top: 70px;
    }

    .game-select .regi-box {
        max-width: 94%;
        top: 52%;
        padding-top: 0px;
    }

    .regi-btn {
        margin-top: 4px;
    }

    .regi-box .desktop-title {
        display: none;
    }

    .regi-box-title {
        display: table !important;
    }

    .regi-btn .btn {
        box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.3);
        margin: 15px auto 16px auto;
    }

    .regi-sommer-icons {
        margin-top: 70px;
        margin-bottom: 12px;
    }

    .regi-box .title02 h3 {
        font-size: 32px;
    }

    .regi-box .title02 .rb-t-2 {
        transform: rotate(1deg) !important;
        padding: 7px 25px;
    }

    .regi-box .title02 .rb-t-1 {
        padding: 7px 23px;
    }
}

.dieter_red {
    position: fixed;
    bottom: -160px;
    left: -30px;
    z-index: 3;
}

.dieter_blue {
    position: fixed;
    right: -45px;
    bottom: -160px;
    z-index: 3;
}

@media (max-width: 1530px) {

    .dieter_blue,
    .dieter_red {
        display: none;
    }
}

/*
@media (max-width: 840px) {
    button.slick-prev {
        left: -33px;
    }

    button.slick-next {
        right: -33px;
    }
}

@media (min-width: 841px) and (max-width: 1860px) {
    button.slick-prev {
        left: -43px;
    }

    button.slick-next {
        right: -43px;
    }
}
*/

@media (max-width: 1220px) {

    .data-img-left,
    .data-img-right1,
    .data-img-right3_1,
    .data-img-right3_2,
    .data-img-right4_1,
    .data-img-right4_2,
    .data-img-right5_1,
    .data-img-right5_2 {
        display: none;
    }
}

.agbhm p,
.agbhm a {
    color: #FFFFFF;
}


/* Daniel Views */
.wrap-start {
    position: relative;
    z-index: 2;
}

.game-area-1 .wrap-start {
    height: 520px;
}


.wrap-start p {
    width: 100%;
    color: #fff;
    text-align: center;
    line-height: 20px;
}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

.start-btn {
    height: 86px;
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    z-index: 2;
}

@media screen and (min-width : 767px) and (max-width : 991px) {


    .start-btn {
        bottom: -30px;
    }

    .area-try .title02 {
        padding-top: 95px;
    }
}

@media (min-width: 992px) {
    .start-btn {
        bottom: -10px;
    }


}

@media (min-width: 1140px) {
    .start-btn {
        bottom: 20px;
    }

}

@media (min-width: 1533px) {
    .start-btn {
        bottom: -75px;
    }

}

.start-btn a {
    color: #fff;
    text-decoration: none;
}

.start-btn a:hover {
    color: #fff;
}

.start-btn .btn {
    width: 100%;
    padding-left: 45px;
    padding-right: 45px;
}

.area-register .again-btn {
    left: 50%;
    transform: translateX(-50%);
}

.img-start {
    position: absolute;
}

.start-left-fallschirm {
    left: 40px;
    top: 30px;
    width: 120px;
    height: 197px;
    background: url('../images/Produkt_blau01_start_game_mobil.png') center center no-repeat;
}

.start-left-box {
    left: 15px;
    top: 210px;
    width: 168px;
    height: 106px;
    background: url('../images/Kiste_BR_game_start_mobil.png') center center no-repeat;
}

.start-right-fallschirm {
    right: 45px;
    top: 50px;
    width: 120px;
    height: 149px;
    background: url('../images/Produkt_rot50_start_game_mobil.png') center center no-repeat;
}

.start-right-box {
    right: 15px;
    top: 210px;
    width: 168px;
    height: 106px;
    background: url('../images/Kiste_RB_game_start_mobil.png') center center no-repeat;
}

.area-register .again-btn {
    bottom: -25px;
}

.area-register .start-btn a,
.area-register .again-btn a {
    width: 320px;
}

@media screen and (min-width : 767px) and (max-width : 991px) {
    .start-left-fallschirm {
        left: 120px;
        top: 10px;
        width: 150px;
        height: 246px;
        background: url('../images/Produkt_blau01_start_game_desktop.png') center center no-repeat;
        background-size: cover;
    }

    .start-left-box {
        left: 35px;
        top: 195px;
        width: 330px;
        height: 208px;
        background: url('../images/Kiste_BR_start_game_desktop.png') center center no-repeat;
        background-size: cover;
    }

    .start-right-fallschirm {
        right: 120px;
        top: 30px;
        width: 150px;
        height: 186px;
        background: url('../images/Produkt_rot50_start_game_desktop.png') center center no-repeat;
        background-size: cover;
    }

    .start-right-box {
        right: 35px;
        top: 195px;
        width: 330px;
        height: 208px;
        background: url('../images/Kiste_RB_game_start_desktop.png') center center no-repeat;
        background-size: cover;
    }

    .start-btn {
        bottom: -0px;
    }

    .area-register .start-btn a,
    .area-register .again-btn a {
        width: 500px;
    }

    .area-register .again-btn {
        bottom: -225px;
    }
}

@media (min-width: 992px) {
    .start-left-fallschirm {
        left: 175px;
        top: 30px;
        width: 150px;
        height: 246px;
        background: url('../images/Produkt_blau01_start_game_desktop.png') center center no-repeat;
        background-size: cover;
    }

    .start-left-box {
        left: 90px;
        top: 240px;
        width: 330px;
        height: 208px;
        background: url('../images/Kiste_BR_start_game_desktop.png') center center no-repeat;
        background-size: cover;
    }

    .start-right-fallschirm {
        right: 195px;
        top: 50px;
        width: 150px;
        height: 186px;
        background: url('../images/Produkt_rot50_start_game_desktop.png') center center no-repeat;
        background-size: cover;
    }

    .start-right-box {
        right: 90px;
        top: 240px;
        width: 330px;
        height: 208px;
        background: url('../images/Kiste_RB_game_start_desktop.png') center center no-repeat;
        background-size: cover;
    }

    .area-register .again-btn {
        bottom: -220px;
    }

    .area-register .start-btn a,
    .area-register .again-btn a {
        width: 500px;
    }
}

@media (min-width: 1170px) {

    .game-area .wrap-start,
    .area-try .wrap-start {
        max-width: 70%;
        margin: 0 auto;
    }
}

@media (min-width: 1530px) {

    .game-area .wrap-start,
    .area-try .wrap-start {
        max-width: 100%;
        margin: 0 auto;
    }

    .start-left-fallschirm {
        left: 375px;
        top: 30px;
        width: 180px;
        height: 295px;
    }

    .start-left-box {
        left: 280px;
        top: 270px;
        width: 385px;
        height: 243px;
    }

    .start-right-fallschirm {
        right: 395px;
        top: 70px;
        width: 180px;
        height: 223px;
    }

    .start-right-box {
        right: 280px;
        top: 270px;
        width: 385px;
        height: 243px;
    }

    .area-register .again-btn {
        bottom: -315px;
    }


}

.area-try .title02 {
    margin-bottom: -75px;
}

.area-register .again-btn a {
    background: transparent -webkit-linear-gradient(#006AB3 0%, #006AB3 45%, #003464 100%) 0% 0% no-repeat padding-box;
    background: transparent -o-linear-gradient(#006AB3 0%, #006AB3 45%, #003464 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(#006AB3 0%, #006AB3 45%, #003464 100%) 0% 0% no-repeat padding-box;
    box-shadow: 5px 5px 0px #0000004D;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
    opacity: 1;
}

@media (min-width: 992px) {
    .area-register .again-btn a {
        box-shadow: 10px 10px 0px #0000004D;
        border-radius: 12px;
    }
}




#signup-sec .dieter_red {
    position: fixed;
    bottom: -160px;
    left: -30px;
    z-index: 1;
}

#signup-sec .dieter_blue {
    position: fixed;
    right: -45px;
    bottom: -160px;
    z-index: 1;
}

.text-white a,
.text-white {
    color: #fff !important;
}

#videowettbewerb .heading-box {
    z-index: 5;
}

#videowettbewerb {
    overflow: hidden;
}

.slider-text {
    margin-top: 15px;
}

.text-mobile-fix {
    line-height: 20px;
}

#signup-sec .text-mobile-fix,
.slider-text p {
    width: 100%;
}

.slick-slide .caption p {
    line-height: 20px;
}

#signup-sec .text-mobile-fix {
    margin: 0 auto;
    line-height: 20px !important;
}

input[type=radio].css-checkbox+label.css-label {
    color: #fff;
}

.confirm-block p {
    margin-top: 10px;
    margin-bottom: 20px;
}

.confirm-block p.logo-with-text {
    font-size: 22px;
}

.heli-confirm {
    margin: 0 auto 0px auto;
    display: block;
}

.pt-15 .container p {
    padding-left: 30px;
    padding-right: 30px;
}

#Gewinner .sec-winner {
    margin-top: 0px;
    margin-bottom: 45px;
}

@media (min-width: 992px) {
    #Gewinner .sec-winner {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .heli-confirm {
        margin: 0 auto -60px auto;
    }

    .slider-text {
        margin-top: 15px;
    }

    #signup-sec .text-mobile-fix,
    .slider-text p {
        width: 80%;
    }

    #signup-sec .text-mobile-fix {
        line-height: 25px !important;
    }

    .text-mobile-fix {
        line-height: 25px;
    }

    .slick-slide .caption p {
        line-height: 25px;
    }
}

.slider-wrap .glitter-left,
.slider-wrap .glitter-right {
    display: none;
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }

    .slider-wrap {
        position: relative;
    }
}

@media (min-width: 1880px) {
    .slider-wrap .glitter-left {
        display: block;
        position: absolute;
        left: -120px;
        top: 15px;
    }

    .slider-wrap .glitter-right {
        display: block;
        position: absolute;
        right: -120px;
        top: 15px;
    }
}


ul.list {
    max-width:800px;
    color: white;
    font-size: 24px;
    margin: 0px auto;
    list-style: decimal;
}

ul li {
    display:inline-block;
}

ul.list li {
    margin-bottom:10px;
    display: list-item;
}


.frame-deko-mobile {display: none;position: relative;height: 150px;width: 100%;position: fixed;z-index: 200;}
.mobile-left {}
.mobile-right {}

@media (max-width:768px) {

    .slick-arrow:after {
        font-family: 'Glyphicons Halflings';
        position: absolute;
        color: #FFFFFF;
        font-size: 18px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

    button.slick-prev {bottom:-80px;top:auto}
    button.slick-next {bottom:-80px;top:auto}

    button.slick-prev.slick-arrow {
        width:40px;
        height: 40px;
    }


    button.slick-next.slick-arrow {
        width:40px;
        height: 40px;
    }


    ul.list {
        max-width:800px;
        color: white;
        font-size: 16px;
        margin: 0px auto;
        list-style: decimal;
    }
    .date-card {
        min-height:150px;
        margin: 0 auto;
    }

    .winner-card {margin-bottom: 100px;}
    .footer {height: 60px;}
    .footer ul.footer-menu li a {
        font-size: 12px!important;
    }
    .footer ul.footer-menu {margin-right:30px}
    .heading-box {padding-left: 15px;padding-right: 15px;padding-bottom: 15px;padding-top:20px}
    body {padding: 15px;}
    .main-banner {padding-top: 30px;}
    .frame {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        pointer-events: none!important;
        z-index: 29999;
        background: url('../images/rahmen_01.png') no-repeat left top/5.9625rem,url('../images/rahmen_03.png') no-repeat right top/5.9625rem,url('../images/rahmen_06.png') no-repeat left bottom/6.2625rem,url('../images/rahmen_08.png') no-repeat right bottom/6.2625rem,url('../images/rahmen_02.png') repeat-x center top/auto 2.3125rem,url('../images/rahmen_04.png') repeat-y left center/2.48125rem auto,url('../images/rahmen_05.png') repeat-y right center/2.35625rem auto,url('../images/rahmen_07.png') repeat-x center bottom/auto 2.5375rem;
    }
    .header {padding-top: 15px;}
    .slider-nav {
        display: none!important;
    }

}

@media (max-width:767px) {
    .frame-deko-mobile {display: block}
    .mobile-left {position:absolute;transform: rotate(270deg);left:0;top: -180px;}
    .mobile-right {position:absolute;transform: rotate(270deg);right: 0px;top: -170px;}
}

@media (max-width:430px) {
    .footer ul.footer-menu {padding-left: 0;}
    .footer ul.footer-menu li a {
        font-size: 10px!important;
    }
    .footer p {
        font-size: 10px!important;
    }
    .footer ul.footer-menu {margin-right:30px}
}

@media (max-width:340px) {
    .footer {height: 70px!important;}
}
@media (max-width:340px) {
    .footer ul.footer-menu {padding-left: 15px;display: block;width:100%;margin-top:-20px}
    .footer ul.footer-menu li a {
        font-size: 10px!important;
    }
    .footer p {
        font-size: 10px!important;margin-top:5px!important;
    }
    .footer ul.footer-menu {margin-right:30px}
}



.game-wrap {
    display:flex; flex-direction:column; justify-content:center;
    height:100%; width:100%;
}

    .game-wrap .game-content {}

    .btn-new {
        width:340px;
        display:block;
        padding:10px 20px;

        border: 0;
        margin: 50px auto 50px;
        text-align:center;
        text-decoration:none;
        text-transform:uppercase;
        border-radius:10px;
        font-size: 26px;
        letter-spacing:0.5px;
        color: #fff;

              transition: all .3s ease;
              -webkit-transition: all .3s ease;
              -moz-transition: all .3s ease;
              -ms-transition: all .3s ease;

        background-color:#4ea830;
      }

.highscore-register {
    display:flex; flex-direction:column; justify-content:center;
}
.highscore-register form {
    margin:0 auto;
}
.highscore-register form input {
    padding:15px;
}
input#registername {
    width:245px;
    border:none;
}
.highscore-register form input[type="submit"] {
    width:100px;
    cursor:pointer;
    border:none;
}

.highscore-list h2 {
    text-align:center;
    color:#fff;
}
.highscore-list table {
    width:50%;
    margin:0 auto;
    color:#fff;
}
.highscore-list table thead {
    font-weight:bold;
}
.highscore-list table tbody {

}
.highscore-list table tbody tr td {
    border-bottom:1px solid rgba(255,255,255,0.4);
    padding:10px 0px;
}
.highscore-list table thead tr td:last-child,
.highscore-list table tbody tr td:first-child {
    text-align:center;
}
.highscore-list table thead tr td:last-child,
.highscore-list table tbody tr td:last-child {
    text-align:center;
}