@charset "utf-8";

/* BEGIN FONTS */
@font-face {
    font-family: "Dr Oetker Moments Text";
    font-style: normal;
   /* font-weight: 400;*/
    src: local("☺"), url("../_fonts/DrOetkerMoments/DrOetkerMomentsTextW05-Rg.woff") format("woff"),
        url("../_fonts/DrOetkerMoments/DrOetkerMomentsTextW05-Rg.woff2") format("woff2");
}
@font-face {
    font-family: "Dr Oetker Moments Display";
    font-style: normal;
    font-weight: 400;
    src: local("☺"), url("../_fonts/DrOetkerMoments/DrOetkerMomentsDisplayW05.woff") format("woff"),
        url("../_fonts/DrOetkerMoments/DrOetkerMomentsDisplayW05.woff2") format("woff2");
}
/*@font-face {
    font-family: "Dr Oetker Moments Display";
    font-style: normal;
    font-weight: 600;
    src: local("☺"), url("../_fonts/DrOetkerMoments/DrOetkerMomentsDispW05-Md.woff") format("woff"),
        url("../_fonts/DrOetkerMoments/DrOetkerMomentsDispW05-Md.woff2") format("woff2");
}*/
@font-face {
    font-family: "Dr Oetker Moments Display";
    font-style: normal;
    font-weight: 800;
    src: local("☺"), url("../_fonts/DrOetkerMoments/DrOetkerMomentsDispW05-Bd.woff") format("woff"),
        url("../_fonts/DrOetkerMoments/DrOetkerMomentsDispW05-Bd.woff2") format("woff2");
}
/*@font-face {
    font-family: "Dr Oetker August Script";
    font-style: normal;
    src: local("☺"), url("../_fonts/DrOetkerAugustScript/DrOetkerAugustsScriptW05-Rg.woff") format("woff"),
        url("../_fonts/DrOetkerAugustScript/DrOetkerAugustsScriptW05-Rg.woff2") format("woff2");
}*/
/* END FONTS */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
/*b, u, i, center,*/
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}
table {border-collapse: collapse;border-spacing: 0;}
img {max-width: 100%;}
b, strong { font-weight: 800; }

/* General */
html {
	height: 100%; 
    white-space: normal;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    color: #fff;
    line-height: 125%;
    font-size: 16px;
    line-height: 1.25;
    margin: 0px;
    padding: 0px;
    text-align: center;
    word-wrap: normal;
    outline: none;
    min-height: 100%;
    font: 16px/1.2 "Dr Oetker Moments Text", arial, helvetica, clean, sans-serif;
    -webkit-text-size-adjust: none;
    background: #ffebc3;
}
body * {
    outline: none;
}
body *:focus {
    outline: inherit;
}

h1,.h1 {
    padding: 0;
    margin: 0;
    margin-bottom: 0.5em;
    font-size: 5em;
    max-width: 8em;
    color: #2f489a;
    margin: 0 auto 0.45em auto;
    font-weight: 800;
	font-family:"Dr Oetker Moments Display", arial, helvetica, clean, sans-serif;
	text-transform:uppercase;
}
h2,.h2 {
    padding: 0;
    margin: 0;
    font-size: 3em;
    margin-bottom: 0.25em;
    line-height: 1;
    color: #2f489a;
    font-weight: 800;
	font-family:"Dr Oetker Moments Display", arial, helvetica, clean, sans-serif;
	text-transform:uppercase;
}
h3,.h3 {
    padding: 0;
    margin: 0;
    margin-bottom: 0.125em;
    font-size: 2em;
    color: #2f489a;
    line-height: normal;
    font-weight: 800;
	font-family:"Dr Oetker Moments Display", arial, helvetica, clean, sans-serif;
	text-transform:uppercase;
}
p,ol,ul {
    font-size: inherit;
    color: inherit;
    line-height: 1.25em;
    padding: 0;
}
p {
    text-align: justify;
    margin: 0;
}
ol,
ul {
    text-align: left;
    margin: 0 0 0 2em;
}
ul {
    list-style-type: disc;
}
form {margin: 0px;padding: 0px;}
input, select, textarea {font: 16px/1.2 "Dr Oetker Moments Text", arial, helvetica, clean, sans-serif;}
.inlineBlock {position: relative;display: inline-block;}
.inlineBlock.middle {vertical-align: middle;}
.inlineBlock.top {vertical-align: top;}
.inlineBlock.bottom {vertical-align: bottom;}
.clear {clear: both;display: block;height: 0;}
.centered {text-align: center;}
.smaller {font-size: 0.85em;}
.larger {font-size: 1.5em;}
.listtable {
    border: 0px none #001391;
    border-left: 1px solid #001391;
    border-top: 1px solid #001391;
}
.listtable th {
	background-color: #001391;
	color: #fff;
	padding: 2px 4px 2px 4px;
	font-weight: bold;
	border: 0px none #001391;
	border-right: 1px solid #001391;
	border-bottom: 1px solid #001391;
}
.listtable td {
    color: #001391;
    padding: 2px 4px 2px 4px;
    border: 0px none #001391;
    border-right: 1px solid #001391;
    border-bottom: 1px solid #001391;
    text-transform: uppercase;
}
.listtable .listtable_alttr {
    background-color: #f5fce9;
}
.listtable2 {
    background-color: #fff9f9;
    border: 0px none #f5d3d3;
    border-left: 1px solid #f5d3d3;
    border-top: 1px solid #f5d3d3;
}
.listtable2 th {
    background-color: #001391;
    color: #ffffff;
    padding: 2px 4px 2px 4px;
    font-weight: bold;
    text-indent: 0px;
    border: 0px none #f5d3d3;
    border-right: 1px solid #f5d3d3;
    border-bottom: 1px solid #f5d3d3;
}
.listtable2 td {
    background-color: #fff9f9;
    color: #001391;
    padding: 2px 4px 2px 4px;
    border: 0px none #f5d3d3;
    border-right: 1px solid #f5d3d3;
    border-bottom: 1px solid #f5d3d3;
}
.listtable2 .listtable_alttr {
    background-color: #ffcccc;
}
a {
    color: #001391;
    text-decoration: underline;
}
a:hover,
a:focus {
    color: #DF002B;
    text-decoration: underline;
}
.regulamentBtnCont {
    text-align: center;
    padding-bottom: 1em;
}
.outerContainer {
    min-width: 480px;
    height: auto;
    position: relative;
    clear: both;
    display: block;
    text-align: center;
}
.innerContainer {
    max-width: 1340px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    position: relative;
    clear: both;
    display: block;
    overflow: visible;
}
.bgFW {
    width: 107%;
    margin-left: -3.5%;
    margin-right: -3.5%;
    box-sizing: border-box;
    text-align: center;
    font-size: 1.25em;
    line-height: 1.5em;
    padding: 0.5em 10%;
}
.errors {
    background-color: #DF002B;
    color: #fff;
    padding: 0.5em;
}
.success {
   /* background-color: #649f13;
    color: #fff;
    padding: 0.5em;*/
    text-align: center;
	 color: #001391;
	 font-size: 1.25em;
}
.info {
    background-color: #fafafa;
    background-color: rgba(220, 220, 220, 0.8);
    color: #001391;
    padding: 0.5em;
}
.fld_container {position:relative;}
.showOnError {position:absolute; bottom:100%; left:0; width:100%; z-index:auto; box-sizing: border-box; padding:0.25em; color:#fff; background-color: #DF002B; text-align:left;}
.showOnError p,
#contentFrame .showOnError p {color: #fff; text-align:left;}

.error_fld {border-color:#DF002B; box-shadow:0px 0px 5px 1px #DF002B; outline-color:#DF002B;}
/* form */

.hp-hdn {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;	
}

.inputtextfield,
.filefield,
.selectfield {
    box-sizing: border-box;
    color: #666;
    font-size: 1em;
    font-family: inherit;
    margin: 0;
    padding: 0.193em;
    background-color: transparent;
    width: 100%;
    height: auto;
    border: 2px solid #89767a;
    padding: 0.45em 1em;
    border-radius: 8px;
}
.inputtextfield.bordered {
    border: 0.067em solid #ddd;
    border-radius: 4px;
}
.inputtextfield:focus,
.filefield:focus {
    color: #001391;
}
.textareafield {
    box-sizing: border-box;
    font-size: 1em;
    font-family: inherit;
    font-weight: normal;
    color: #666;
    margin: 0;
    padding: 0.125em;
    background-color: transparent;
    border: 0.125em solid #ddd;
    width: 12em;
    height: 6em;
    overflow-y: scroll;
    border-radius: 0.25em;
}
.textareafield:focus {
    background-color: #fff;
    color: #001391;
}
.inputbutton,
.butalike {
    box-sizing: border-box;
    line-height: 1;
    color: #fff;
    font-size: 1.25em;
    padding: 0.25em 2em;
    background-color: #DF002B;
    height: auto;
    width: auto;
    cursor: pointer;
    border: 0px none #b5c932;
    text-decoration: none;
    border-radius: 0.25em;
    font-weight: 800;
	font-family:"Dr Oetker Moments Display", arial, helvetica, clean, sans-serif;
    text-transform: uppercase;
}
.inputbutton:hover,
.inputbutton:focus,
.butalike:hover,
.butalike:focus {
    background-color: #d3031b;
    color: #fff;
    text-decoration: none;
}
.selectfield {
    box-sizing: border-box;
    font-size: 1em;
    font-family: inherit;
    color: #666;
    margin: 0;
    width: 100%;
    line-height: normal;
    height: auto; 
}
.selectfield:focus {
    color: #001391;
}
.inputGroup {
    position: relative;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    width: 45%;
    text-align: left;
    margin: 0.5em 2% 0em 2%; 
}
.inputGroup.inline {
    width: auto !important;
}
.inputGroup.fullW {
    width: auto !important;
    display: block;
}
.inputGroup label,
.inputGroup .inp {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    min-width: 35px;
    width: 100%; 
}
.inputGroup.inline label,
.inputGroup.inline .inp {
    width: auto !important;
    min-width: 0 !important;
}
.inputGroup label {
    text-align: left;
}
.inputGroup .inp {
    text-align: left;
}
.inputtextfield.str {
    width: 8em;
}
@media screen and (max-width: 1199px) {
    form {
        font-size: 0.925em;
    }
    .inputtextfield,
    .filefield,
    .textareafield,
    .selectfield {
        width: 10em;
    }
}
@media screen and (max-width: 1124px) {
    form {
        font-size: 0.875em;
    }
    .inputtextfield,
    .filefield,
    .textareafield,
    .selectfield {
        width: 9em;
    }
}
@media screen and (max-width: 1049px) {
    form {
        font-size: 1.25em;
    }
    .inputtextfield,
    .filefield,
    .textareafield,
    .selectfield {
        width: 8em;
    }
}
@media screen and (max-width: 959px) {
    .inputGroup {
        display: block;
        width: 100%;
        font-size: 1em;
        margin-right: 0;
        margin-left: 0;
    }
    .inputGroup:nth-child(even),
    .adr {
        background-color: rgba(255, 255, 255, 0.1);
    }
    .adr .inputGroup:nth-child(even),
    .inputGroup.dn {
        background-color: transparent;
    }
    .inputGroup.inline {
        position: relative;
        display: inline-block !important;
        vertical-align: middle;
        width: auto !important;
        font-size: 1em;
        text-align: left;
    }
    .inputGroup label,
    .inputGroup .inp {
        width: 100%;
        text-align: left;
    }
    .inputtextfield,
    .filefield,
    .textareafield,
    .selectfield {
        width: 100%;
    }
    .inputGroup.inline.str {
        display: block !important;
        width: 100% !important;
        text-align: left;
    }
    .inputGroup.inline.str label,
    .inputGroup.inline.str .inp {
        width: 100% !important;
        text-align: left;
    }
    .inputGroup.inline.str .inputtextfield.str {
        width: 100%;
    }
}
.checkboxes label {
    padding: 0;
    margin: 0;
}
.nowidth {
    width: auto;
}


/* Buttons */
.inputbutton#registerFormButton,
.btn {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    font-size: 2.65em;
    cursor: pointer;
    text-decoration: none;
    white-space: normal !important;    
    font-weight: 800;
	font-family:"Dr Oetker Moments Display", arial, helvetica, clean, sans-serif;
    color: #fff;
    background-color: #ED214D;
    /*box-shadow: 0 0 0 0.25em #ED214D, 0 0 0 0 transparent;*/
    padding: 0.75em 1em;
    border-radius: 0.25em;
    text-transform: uppercase;
    transition: all 0.2s linear;
}
.inputbutton#registerFormButton {font-size: 1.5em; padding: 0.25em 1em; margin-top: 0.5em;}
.inputbutton#registerFormButton:hover,
.inputbutton#registerFormButton:focus,
.btn:hover,
.btn:focus,
.header-buttons .btn:hover,
.header-buttons .btn:focus {
    background-color: #2e489a;
    box-shadow: 0 0 0 0.125em #2e489a, 0 0 0 0 transparent;
    color: #fff;
    text-decoration: none;
}

/*Header*/
#header {
    position: absolute;
    left: 0;
    top: 0;
    text-align: left;
    width: 100%;
    z-index: 85;
}
#header #oetkerLogo {
    position: absolute;
    left: 1em;
    top: 1em;
    width: 12em;
    max-width: 24%;
    z-index: 5;
}
#header #oetkerTab {
    position: fixed;
    right: 0;
    top: 18em;
    max-width: 16%;
    z-index: 5;
}
@media only screen and (min-width: 960px) {
    #header #oetkerLogo {
        left: 2em;
        top: 2em;
    }
}


.header-buttons {
    text-align: center;
    padding: 0 2em;
    font-size: 0.65em;
    margin: 0 auto 0 auto;
    display: flex;
    justify-content: center;
    width: 90%;
    max-width: 1320px;
    gap: 5%;
}
.header-buttons .btn {
    vertical-align: top;
    background-color: #ED214D;
    /*box-shadow: 0 0 0 0.375em #ED214D, 0 0 0 0 transparent;*/
    font-size: 2vw;
    border-radius: 0.25em;
    padding: 0.25em 1em;
}
@media screen and (min-width: 1400px) {
    .header-buttons {
        font-size: 0.85em;
    }
}
@media screen and (min-width: 1600px) {
    .header-buttons {
        font-size: 1em;
    }
}

#goToTop {
    position: absolute;
    position: fixed;
    bottom: 5%;
    right: 0;
    max-width: 25%;
    z-index: 30;
}
#goToTop img {
    display: block;
    margin: 0;
    max-width: 100%;
}
#mainMenuWrapperDsk {
    position: relative;
}
#mainMenu {
    position: relative;
    height: auto;
    z-index: 10;
    display: block;
    padding: 1em 0;
    font-size: 2.5em;
    font-size: 2.5vw;
    line-height: 1;
    margin: 0 auto;
    min-height: 9vw;
}
#mainMenuMob ul,
#mainMenu ul {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    height: 3em;
}
#mainMenu ul {
    height: 3em;
    top: 1.25em;
}
#mainMenuMob li,
#mainMenu li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    width: 18%;
}
a.menuBtn {
    position: relative;
    display: block;
	width: 100%;
	margin:1em auto;
    line-height: 1;
    color: #001391;
    text-decoration: none;
    font-size: 1.5em;
    font-weight: 800;
	font-family:"Dr Oetker Moments Display", arial, helvetica, clean, sans-serif;
	text-transform: uppercase;
    border: 2px dashed #fff;
    border-radius: 0.25em;
    padding: 0.05em 1em;
    box-sizing: border-box;
}
a.menuBtn.smaller {
    line-height: 0.75;
}
a.menuBtn:hover,
a.menuBtn:focus,
a.menuBtn:active,
a.menuBtn.active {
    color: #fff;
    text-decoration: none;
    background-color: #DF002B;
    box-shadow: 0 0 0 8px #DF002B, 0 0 0 0 transparent;
}
#mainMenu li {
    width: 24%;
}
#mainMenu li:first-child {
    width: 12%;
}
#mainMenuWrapper {
    display: none;
}
#mainMenuMob {
    top: 100px;
    position: fixed;
    width: 90%;
    height: auto;
    z-index: 10;
    display: block;
    margin: 0 auto;
    padding: 0;
    font-size: 2em;
    line-height: normal;
    background: #fff;
    border-radius: 1em;
    left: 0;
    right: 0;
}
#mainMenuMob ul li {
    display: block;
    width: 100%;
}
#mainMenuMob ul li a.menuBtn {
    float: right;
    margin-bottom: 0.3em;
}
#mainMenuMob ul li:last-child a.menuBtn {
    margin-bottom: 1em;
}
#mainMenuWrapperDsk {
    display: block;
    z-index: 5;
}
#openMenuButton {
    display: none;
    width: 3em;
    padding: 0.5em;
    top: 1.9em;
    right: 0;
    position: fixed;
    z-index: 80;
    clear: none;
    box-sizing: border-box;
}
#openMenuButton span.line {
    background-color: #001391;
    width: 100%;
    height: 0.25em;
    max-width: 2em;
    margin: 0.25em auto 0 auto;
    display: block;
}

.header-bottom {
    background: #FCF8EC;
    padding: 1vw 0 1vw 0;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
	height: auto;
    margin-top:-5vw;
    display: block;
}

.header-bottom.fixed {
    position: fixed;
	left: 0;
	width: 100%;
	bottom:0;
    margin-top:0;
}
@media screen and (min-width: 2200px) {
    #mainMenu {
        background-size: 100% 100% !important;
    }
}
@media screen and (max-width: 959px) {
    #openMenuButton {
        display: block;
        margin-right: 25px;
        background: #fff;
        border-radius: 3px;
    }
    #openMenuButton span.line {
        background-color: #DF002B;
    }
    #openMenuButton span.line:first-child {
        margin-top: 0;
    }
    #mainMenuWrapper {
        display: block;
    }
    #mainMenuWrapperDsk #mainMenu ul {
        display: none;
    }
    #mainMenuMob ul li {
        display: block;
    }
    #mainMenuMob ul li a.menuBtn {
        font-size: 1em;
    }
    .header-buttons {
        display: none;
    }
    #mainMenuMob ul {
        height: auto;
    }
    .header-buttons {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 4em;
        font-size: 0.65em;
        text-align: center;
        z-index: 6;
    }
    .header-bottom{display: none;}
}
@media screen and (max-width: 1440px) {
    h1,.h1 {
        font-size: 3em;
    }
}
@media screen and (max-width: 479px) {
    #openMenuButton {
        margin-right: 17px;
    }
    .header-buttons {
        bottom: 2em;
    }
    .header-buttons .btn {
        margin: 0;
    }
    .header-buttons .btn:first-child {
        margin-bottom: 0.5em;
    }
    h1,.h1 {
        font-size: 12vw;
    }
}

a.anchor {
    position: absolute;
    top: -40px;
    left: -1000px;
    visibility: hidden;
}
#main {
    position: relative;
    z-index: auto;
    box-sizing: border-box;
    font-size: 1em;
}
#homeWrapper {
    position: relative;
}

.js #main.loading {
    visibility: hidden;
}


.mainSection {
    position: relative;
    display: block;
    z-index: auto;
    margin: 0;
    padding: 0;
    color: #2f489a;
    width: 100%;
}
.mainSection .sectionHeader {
    position: relative;
}
.mainSection .innerWrapper,
.innerWrapper {
    max-width: 1180px;
    padding: 2em 2em 4em 2em;
    margin: 0 auto;
    position: relative;
    text-align: left;
}
.mainSection.campanie {
    text-align: center;
}

#homeAnimWrapper {
    position: relative;
    z-index: auto;
    margin: 0;
    background: url(../_images/main_img.jpg) 50% 100% no-repeat;
    background-size: cover;
    /*min-height: 24em;*/
    aspect-ratio: 2 / 1;
    box-sizing: border-box;
    overflow: hidden;
}
@media screen and (max-width: 959px) {
    #homeAnimWrapper {aspect-ratio: 10 / 9;background-position: 50% 0%;}
}

#homeWrapper .headline {
    position: absolute;
    top: 50%;
    left: 5%;
    width: 50%;
    transform: translate(0, -50%);
    background: url(../_images/headline.png) 50% 50% no-repeat;
    background-size: contain;
    color: transparent;
}


@media only screen and (min-width: 768px) {
    #homeWrapper .headline {
        top: 50%;
        left: 1em;
        right: auto;
        transform: translate(0, -50%);
        max-width: 10em;
        height: 4em;
        width: 35%;
    }
}


#scrollForMore {
    position: absolute;
    top: -15em;
    left: 50%;
    width: 5.2%;
    margin-left: -2.6%;
    z-index: auto;
    cursor: pointer;
    border: 3px solid #fff;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2) url(../_images/arrow_scroll_down.png) 50% 50% no-repeat;
    background-size: 30% auto;
    animation: scrollForMore 2s linear 0s infinite;
}
@keyframes scrollForMore {
    0% {
        background-position: 50% 50%;
    }
    10% {
        background-position: 50% 70%;
    }
    20% {
        background-position: 50% 50%;
    }
    30% {
        background-position: 50% 30%;
    }
    40% {
        background-position: 50% 50%;
    }
}
#homeVidWrapper {
    position: absolute;
    z-index: auto;
    right: 50%;
    top: 20%;
    width: 28%;
    height: auto;
    margin: 0 0 0 0;
    text-align: center;
}
#homeVidWrapper .video-frame {
    transition: all 300ms linear;
}
#homeVidWrapper.playing .video-frame {
    transition: all 300ms linear;
}
#homeVidWrapper img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
@media screen and (max-width: 1200px) {
    #homeVidWrapper {
        position: relative;
        z-index: auto;
        right: auto;
        top: 0;
        width: 840px;
        max-width: 90%;
        height: auto;
        margin: 0 auto 0 auto;
        padding: 2em 0 12em 0;
        padding-bottom: 30vw;
        text-align: center;
    }
    .mainSection .innerWrapper,
    .innerWrapper {
        max-width: 1100px;
        padding: 2em 1em 4em 1em;
        margin: 0 auto;
        position: relative;
        text-align: left;
    }
}
@media screen and (max-width: 959px) {
    h2 {
        text-align: center;
        margin-bottom: 0;
    }
    #homeBg img {
        animation-duration: 0.5s;
    }
}
@media screen and (max-width: 767px) {
    #scrollForMore {
        display: none;
    }
    .larger {
        font-size: 1em;
    }
    .mainSection.produse .sectionHeader {
        top: -0.5em;
    }
}
@keyframes zoomOut {
    0% {
        transform: scale(1.2, 1.2);
        opacity: 0;
    }
    100% {
        transform: scale(1, 1);
        opacity: 1;
    }
}
@keyframes zoomIn {
    0% {
        transform: scale(0.1, 0.1);
        opacity: 0;
    }
    100% {
        transform: scale(1, 1);
        opacity: 1;
    }
}

#clickLock {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 90;
    margin: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.5);
}

.scrollHeader {
    padding: 0 10vh 0 10vh;
    position: relative;
    min-height: 8vh;
}
.scrolledContent {
    padding: 1em;
}
.touch #contentFrame .popup-content .scrolledContent {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
#contentFrame {
    text-align: left;
	font-size:1em;
}
#contentFrame h1 {
    text-align: center;
    color: #001391;
}
#contentFrame h2,
#contentFrame .h2 {
    text-align: center;
    color: #001391;
}
#contentFrame h3,
#contentFrame .h3 {
    text-align: left !important;
    color: #001391;
    font-size: 1.25em;
}

#contentFrame p,
#contentFrame ul,
#contentFrame li {
    color: #001391;
}
@media screen and (max-width: 767px) {
    #contentFrame .popup-content {
        font-size: 0.925em;
    }
}
@media screen and (max-width: 479px) {
    #contentFrame .popup-content {
        font-size: 0.875em;
    }
}

.popup-close {
    width: 1em;
    height: 1em;
    position: absolute;
    z-index: auto;
    display: block;
    top: 0.25em;
    right: 0.5em;
    background-color: #d3031b;
    color: #fff;
    -webkit-border-radius: 50% 50%;
    -moz-border-radius: 50% 50%;
    border-radius: 50% 50%;
    padding: 0em 0em 0.125em 0em;
    text-align: center;
    font-size: 2em;
    font-size: 6vh;
    line-height: 1em;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.popup-close:hover,
.popup-close:focus {
    background-color: #535da6;
    color: #fff;
    text-decoration: none;
}
.popupWin {
    position: fixed;
    z-index: 97;
    max-width: 100%;
    width: 960px;
    max-height: 96vh;
    top: 2vh;
    left: 50%;
    margin-left: -480px;
    overflow: visible;
    box-sizing: border-box;
}
.popup-border {
    position: relative;
    padding: 0.75vh;
    border: 0.25vh solid #fff;
    border-radius: 12px;
}
/*.popup-header {position: relative;height: 8vh;background-color: #fff;}*/
.popup-content {
    position: relative;
    min-height: 50vh;
    max-height: 94vh;
    overflow: auto;
    background-color: #fff;
    padding: 1em;
    box-sizing: border-box;
    color: #001391;
}
.popupWin.transparent {
    max-height: 100%;
    height: auto;
    top: 0;
    width: auto;
    left: 0;
    margin-left: 0;
}
.popupWin.transparent .popup-border {
    padding: 0;
    border: 0 none transparent;
}
.popupWin.transparent .popup-header {
    display: none;
}
.popupWin.transparent .popup-content {
    background-color: transparent;
    max-height: 100vh;
}
@media screen and (max-width: 1200px) {
    .popupWin {
        width: 100%;
        left: 0%;
        margin-left: 0;
    }
}
@media only screen and (max-width: 767px) {
    .popupWin {
        max-height: 100vh;
        top: 0;
    }
    .popup-border {
        padding: 0;
        border: 0 none transparent;
    }
    .popup-content {
        height: 100vh;
        margin: 0;
    }
    .popup-close {
        top: 0.125em;
    }
    .touch .popup-close {
        right: 0.125em;
    }
}
#mainContent {
    padding: 20px 2% 15px 2%;
    color: #535da6;
    font-size: 1em;
    z-index: 999;
    position: relative;
}
.inscriereBtn {
    margin: 1em 4em 1em 0;
    max-width: 15em;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    animation: zoom 3s infinite;
    padding: 0;
    box-sizing: border-box;
    border-radius: 2em;
    background-color:#ED214D;
}
.inscriereBtn:hover,
.inscriereBtn:focus {
    transform: scale(0.95);
    animation: none;
    box-shadow: 0 0 0 0.375em #ED214D, 0 0 0 0 transparent;
}
.disclaimer-imagini {position: absolute; right: 1em; bottom: 50%; text-align: center;  transform: translate(0, -50%);font-size: 0.975em;}
.disclaimer-imagini-txt {transform: rotate(-90deg) translate(50%, 0%);
    transform-origin: 100% 100%;}

@media screen and (max-width: 959px) {
    #mainContent {
        padding-bottom: 3em;
    }
    .inscriereBtn {
        margin: 0 auto;
    }
    .disclaimer-imagini {position: relative; margin-top:1em; right: auto; bottom: auto; transform: none;}
    .disclaimer-imagini-txt {transform: none;}
}
@media screen and (max-width: 767px) {
    #mainContent {
        font-size: 0.925em;
        margin-top: 9em;
    }
}
@media screen and (max-width: 479px) {
    #mainContent {
        font-size: 0.875em;
        margin-top: 5em;
    }
}

#inscriereFormCont {
    position: relative;
}

.hide {
    display: none;
}





#pages {
    background: #FCF8EC;
    position: relative;
    overflow: hidden;
    z-index: 3;
}
#pages .campaign-date {
    font-size: 1em;
    text-align: center;
    padding: 1em;
}
#pages .campaign-date a {
    color: inherit;
}

#pages .produse {
    margin: 0em auto 2em auto;
    text-align: center;
}
#pages .produse .products-slider {
    width: 1200px;
    margin: 0 auto;
    max-width: 80%;
}
#pages .produse .products-slider .product {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#pages .produse .products-slider .product-image {
    max-width: 900px;
    margin: 0 auto;
}
#pages .produse .products-slider .product-text {
    margin-top: 1em;
    font-size: 1em;
	font-weight: 800;
	font-family:"Dr Oetker Moments Display", Arial, Helvetica, sans-serif;
}

@media screen and (min-width: 768px) {
    #pages .campaign-date {
        font-size: 1.25em;
    }
    #pages .produse .products-slider .product-text {
        font-size: 2.5em;
        margin-top: 1em;
    }
}
#pages .premii {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
#pages .premii img {
    max-width: 100%;
}
#pages .premiu-lunar img,
#pages .premiu-saptamanal img {
    max-width: 80%;
}

#pages .premii .mecanism {
	font-size:1.5em;
	text-align:center;
    margin: 1em 0;
}

#pages .premii .left,
#pages .premii .right {
    display: block;
    width: 40%;
}
#pages .premii .right .errors {
    max-width: 80%;
}

#pages .premii .right .prize {
    display: block;
    width: 100%;
    margin-bottom: 1em;
}

#pages .marele-premiu {
    animation: zoom 2s infinite;
}


@keyframes shake {
    0% {
        transform: rotate(0);
    }
    50% {
        transform: rotate(3deg);
    }
    70% {
        transform: rotate(-3deg);
    }
    100% {
        transform: rotate(0);
    }
}

@keyframes zoom {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}

@media screen and (max-width: 960px) {
    #pages .premii .left,
    #pages .premii .right {
        width: 100%;
        margin: 0 0 2em 0;
    }
	#pages .premii .right .errors {
		max-width: 100%;
	}
}
.desktop {
    display: block;
    margin-top: 6em;
}
.mobile {
    display: none;
}
@media screen and (max-width: 960px) {
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
}

/* ------------- Cookies Alert CSS ------------- */
#cookiesAlert {
    position: fixed;
    z-index: 90;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 1em;
    padding: 1.5em;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0px -2px 6px 0px rgba(0, 0, 0, 0.25);
    color: #102c6e;
}
a#cookiesFindMore {
    background: #ddd;
    padding: 5px 30px;
    margin-left: 30px;
    color: #e30613;
    text-decoration: none;
    display: inline-block;
    margin: 7px 15px;
    font-weight: 800;
	font-family:"Dr Oetker Moments Display", arial, helvetica, clean, sans-serif;
}
a#cookiesAgreeBtn {
    background: #a21c26;
    padding: 5px 30px;
    margin-left: 30px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin: 7px 15px;
    font-weight: 800;
	font-family:"Dr Oetker Moments Display", arial, helvetica, clean, sans-serif;
	text-transform: uppercase;
}
a#cookiesCloseBtn {
    text-decoration: none;
    padding: 6px 7px;
}

.footer {
    background-size: cover;
    padding-bottom: 0em;
    padding-top: 1em;
}
.footer .footer-elements {
    display: flex;
    flex-direction: column;
}
.footer .footer-elements p {
    text-align: center;
}

.footer .element {
    /* align-self: flex-end;*/
    margin-bottom: 1em;
}
.footer .element p {
    margin: 0;
}
.footer .social-elements {text-align:center;}
.footer .social-header {
   font-size: 2em;
   font-weight:800;
   text-transform: uppercase;
   font-family:"Dr Oetker Moments Display", arial, helvetica, clean, sans-serif;   
   line-height:1;
   margin-bottom: 0.5em;
}
.footer .social-menu {
   text-align: center;
   font-size: 2em;
}
.footer .social-menu img {
    height: 1.4em;
    object-fit: contain;
}
.footer .footer-menu {
    text-align: center;
}
.footer .social-menu .social-link,
.footer .footer-menu .menu-link {
    display: inline-block; position:relative;
    margin: 0 1em 1em 0;
}
.footer .social-menu .social-link:last-child, 
.footer .footer-menu .menu-link:last-child {
    margin-right: 0;
}
.footer .footer-menu .menu-link a {
    color: #2f489a;
    text-decoration: underline;
	padding:0.25em;
	border-radius:0.25em;
}
.footer .footer-menu .menu-link a:hover,
.footer .footer-menu .menu-link a:focus {
    color: #fff;
    text-decoration: none;
	background-color:#2f489a;
}

.footer * {
    color: #2f489a;
    text-decoration: none;
}
.footer .innerWrapper {
    padding-bottom: 0;
}
@media screen and (min-width: 768px) {
    .footer .footer-menu {
        font-size:1.25em;
    }
}
@media screen and (max-width: 1180px) {
    .footer .footer-elements {
        display: block;
        text-align: center;
        font-size: 1.45em;
    }
    .footer .element {
        display: inline-block;
        width: 100%;
    }
    .footer p {
        text-align: center;
    }

}

input:focus:required:invalid {
    border: 2px solid red;
}
input:required:valid {
    border: 2px solid black;
}
select:focus:required:invalid {
    border: 2px solid red;
}
select:required:valid {
    border: 2px solid black;
}


/* Slider */
.slick-prev,
.slick-next {
    height: 2em;
    width: 1em;
}
.slick-next {
    right: 0;
}
.slick-prev:before,
.slick-next:before {
    display: block;
    color: transparent;
    font-family: unset;
    height: 2em;
    width: 1em;
}
.slick-prev:before {
    background: url(../_images/prev.png) no-repeat center;
    background-size: contain;
}
.slick-next:before {
    background: url(../_images/next.png) no-repeat center;
    background-size: contain;
}
.slick-list {
    transition: height 250ms linear;
}
@media screen and (min-width: 768px) {
    .slick-prev,
    .slick-next {
        height: 3em;
        width: 1.5em;
    }
    .slick-prev:before,
    .slick-next:before {
        height: 3em;
        width: 1.5em;
    }
}
