@font-face {
  font-family: Ageta;
  src: url(../fonts/Ageta_Chubby_Demo.otf);
}
start-48-hours{
  background: url(https://c8.alamy.com/comp/KT7WXP/start-button-isoliert-auf-weiem-hintergrund-KT7WXP.jpg) no-repeat 6px center;
  width: 100px;
  height: 100px;
  display: block;
}
#hoursPopUp{
    position: fixed;
    z-index: 999999;
    width: 100%;
    height: 100%;    
    background: #000000d6;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.hoursPopUp-box{
    width: 100vw;
    height: 100vh;
    position: absolute;
    z-index: 2;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.introductory-access{
    font-size:20px;
}
.worlds{
    font-size: 0.65rem !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}
.hoursPopUp-popup {
    width: 80vw;
    -webkit-box-shadow: 0 3px 3px rgb(0 0 0 / 5%);
    box-shadow: 0 3px 3px rgb(0 0 0 / 5%);
    border-radius: .25rem;
    /*padding: 30px;*/
    height: 80vh;
}
.form-body {
    position: relative;
    background-color: #0093FF;
    height: 100%;
    z-index: 1;
    background-color: #ffffff;
    border: 3px solid #d4af37;
}
#pagebg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.form-body > .row {
    position: relative;
    margin-left: 0;
    margin-right: 0;
    height: 100%;
}
.img-holder-right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-justify-content: left;
    -webkit-justify-content: left;
    -ms-justify-content: left;
    justify-content: left;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 30px;
}
.img-holder-right img, .img-holder-left img {
    width: 100%;
    max-width: 620px;
}
.form-holder {
    position: relative;
    margin-left: 0;
    width: 100%;
    height: 100%;
}

.form-content {
    position: relative;
    background-color: transparent;
}
.form-holder .form-content {
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 125px 15px 15px;
    padding: 15px;
    height: 100%;
}

.form-content .form-items {
    display: inline-block;
    width: 100%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    max-width: 100%;
    text-align: center;
}
.form-content .logo-social .website-logo-inside {
    margin-top: 0;
    position: fixed;
    top: 5vh;
    right: 0;
    left: 0;
}
.website-logo-inside a {
    display: inline-block;
}
.form-content a {
    color: #333;
    font-size: 19px;
}
.website-logo-inside .logo img {
    width: 200px;
}
.form-content h5 {
    color: #333;
    text-align: center;
    font-family: Seaside Resort NF;
    font-family: Ageta;
    font-size: 26px;
}
.form-content h5 * {
    font-family: Seaside Resort NF;
    font-family: Ageta;
}
.form-content form {
    margin: 36px 0;
    text-align: center;
}
#hoursPopUp .btn {
	display: inline-block;
	background: transparent;
	color: inherit;
	font: inherit;
	border: 0;
	outline: 0;
	padding: 0;
	transition: all 200ms ease-in;
	cursor: pointer;
}
#hoursPopUp .btn--primary {
	background: #000000;
	color: #ffffff;
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	padding: 5px 12px;
    background-color: #dc3545;
    border-color: #dc3545;
    border-radius: 1.25rem;
    padding-left: 30px;
    padding-right: 30px;
}
#hoursPopUp .btn--primary:hover {
	background: #ecd72a;
	color: #000000;
}
#hoursPopUp .btn--primary:active {
	background: #000000;
	color: #ecd72a;
	box-shadow: inset 0 0 10px 2px rgba(0, 0, 0, 0.2);
}
#hoursPopUp .btn--inside {
	margin-left: -96px;
}
#hoursPopUp .form__field {
	width: 70%;
	background: #fff;
	color: #000;
	font: inherit;
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
	border: 0;
	outline: 0;
	padding: 22px 18px;
	background-color: #ececec;
    border: 3px solid #ececec;
    border-radius: 1.25rem;
}
#hoursPopUp #hr_email-validation{
    display:none;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 110%;
}
#hoursPopUp .form-content h3 {
    color: #000;
    text-align: center;
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 20px;
}
#hoursPopUp .counter-block1, #hoursPopUp .footer {
    position: absolute;
    bottom: 3vh;
    z-index: 1;
}
#hoursPopUp .footer {
    right: 0;
    left: 0;
    margin: auto;
    width: 20vw;
}
.close_hoursPopUp {
    position: absolute;
    right: 13px;
    top: 5px;
    color: #000 !important;
    text-decoration: none;
    font-size: 24px;
    cursor: pointer;
    z-index: 1;
}

@media (max-width: 991px) {
    .img-holder {
        display: none;
    }

    .form-holder {
        margin-left: 0;
    }

    .form-holder .form-content {
        display: block;
        padding: 155px 0px 80px;
    }

    .website-logo {
        top: 50px;
        left: 50px;
        right: initial;
        bottom: initial;
    }

    .website-logo .logo {
        background-image: url("../images/logo-light.svg");
    }

    .form-body.without-side .img-holder {
        display: inline-block;
    }

    .form-body.without-side .website-logo .logo {
        background-image: url("../images/logo-light.svg");
    }

    .form-body.without-side .form-holder .form-content {
        padding: 125px 30px 60px;
    }
    #hoursPopUp .form__field {
       padding: 5px 18px;
    }
    .form-content h5{
        font-size:16px;
    }
    #hoursPopUp .btn--inside {
        margin-left: 0px;
        margin-top: 15px;
    }
    .img-fluid {
        max-width: 100%;
    }
    #hoursPopUp .footer {
        margin: auto;
        width: 60vw;
    }
    #hoursPopUp .form-content h3 {
        font-size: 12px;
    }
    #hoursPopUp .form__field {
        width: 85%;
    }
}
@media (max-width: 767px) {
    .img-holder-right,.img-holder-left  {
        display: none;
    }
}
