@use "sass:math";
/*
@font-face {
	font-family: 'otto-sans';
	src: url('../fonts/OTTOSans-Light_gdi.eot');
	//src: url('../fonts/OTTOSans-Light_gdi.eot?#iefix') format('embedded-opentype'), url('../fonts/OTTOSans-Light_gdi.woff2') format('woff2'), url('../fonts/OTTOSans-Light_gdi.woff') format('woff'), url('../fonts/OTTOSans-Light_gdi.svg#DIN-Light') format('svg');
	src: url('../fonts/OTTOSans-Light_gdi.eot?#iefix') format('embedded-opentype'), url('../fonts/OTTOSans-Light_gdi.woff') format('woff'), url('../fonts/OTTOSans-Light_gdi.svg#DIN-Light') format('svg');
	font-weight: 100;
	font-style: normal;
}
*/
@font-face {
  font-family: 'Petit Formal Script';
  src: url("../fonts/petit/PetitFormalScript-Regular.eot");
  src: url("../fonts/petit/PetitFormalScript-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/petit/PetitFormalScript-Regular.woff2") format("woff2"), url("../fonts/petit/PetitFormalScript-Regular.woff") format("woff"), url("../fonts/petit/PetitFormalScript-Regular.ttf") format("truetype"), url("../fonts/petit/PetitFormalScript-Regular.svg#PetitFormalScript-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
/**
 * Respond above
 * 
 * Usage: @include respond-above(b10, 1) {}
 */
@keyframes introZoom {
  100% {
    transform: scale(1.25); } }
@keyframes fireSteam {
  50% {
    opacity: 0.5; } }
@keyframes sockMoving {
  50% {
    transform: rotate(5deg); } }
@keyframes candleBlinking {
  0% {
    opacity: 0.7; }
  10% {
    opacity: 0.5; }
  20% {
    opacity: 0.4; }
  30% {
    opacity: 0.3;
    height: 26%;
    right: 6.1%; }
  40% {
    opacity: 0.6; }
  50% {
    opacity: 0.5; }
  60% {
    opacity: 0.4; }
  70% {
    opacity: 0.3; }
  80% {
    opacity: 0.7; }
  90% {
    opacity: 0.5; }
  100% {
    opacity: 0.7; } }
@keyframes scaleUp {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }
@keyframes video1 {
  0% {
    left: 24.7%;
    top: 51.6%;
    width: 10%;
    height: 9.2%;
    opacity: 0; }
  100% {
    left: 5%;
    top: 5%;
    width: 90%;
    height: 90%;
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0;
    display: block; }
  100% {
    opacity: 1;
    display: block; } }
@keyframes fadeOut {
  0% {
    opacity: 1;
    display: block; }
  100% {
    opacity: 0;
    display: none; } }
@keyframes enlarge {
  0% {
    opacity: 0;
    transform: scale(0); }
  100% {
    opacity: 1;
    transform: scale(1); } }
@keyframes bellRing {
  0% {
    transform: rotate(0); }
  1% {
    transform: rotate(30deg); }
  3% {
    transform: rotate(-28deg); }
  5% {
    transform: rotate(34deg); }
  7% {
    transform: rotate(-32deg); }
  9% {
    transform: rotate(30deg); }
  11% {
    transform: rotate(-28deg); }
  13% {
    transform: rotate(26deg); }
  15% {
    transform: rotate(-24deg); }
  17% {
    transform: rotate(22deg); }
  19% {
    transform: rotate(-20deg); }
  21% {
    transform: rotate(18deg); }
  23% {
    transform: rotate(-16deg); }
  25% {
    transform: rotate(14deg); }
  27% {
    transform: rotate(-12deg); }
  29% {
    transform: rotate(10deg); }
  31% {
    transform: rotate(-8deg); }
  33% {
    transform: rotate(6deg); }
  35% {
    transform: rotate(-4deg); }
  37% {
    transform: rotate(2deg); }
  39% {
    transform: rotate(-1deg); }
  41% {
    transform: rotate(1deg); }
  43% {
    transform: rotate(0); }
  100% {
    transform: rotate(0); } }
html,
body {
  width: 100%;
  height: 100%; }

body {
  font-family: "Optimist PPT", "Source Sans Pro", sans-serif;
  font-weight: normal;
  font-size: 0.9375rem;
  color: #333;
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: #ecead3; }

body.de .lang_en {
  display: none !important; }

body.en .lang_de {
  display: none !important; }

a {
  text-decoration: none; }

.comingsoon {
  font-size: 3rem; }

.btn {
  border-radius: 5px; }
  .btn.btn-red {
    background-color: #ca0b1a;
    color: white;
    padding: 10px 20px 10px 20px;
    font-weight: bold;
    text-transform: uppercase; }

footer {
  position: fixed;
  bottom: 0;
  font-size: 0.75rem;
  color: #ca0b1a;
  text-align: right;
  padding-right: 20px;
  width: 100%;
  line-height: 26px;
  z-index: 1000; }
  footer .action {
    cursor: pointer;
    color: #ca0b1a; }

.modal {
  font-size: 1rem; }
  .modal .modal-title {
    color: #ca0b1a; }

/* HOMEPAGE */
.centerLink {
  text-align: center;
  font-size: 2rem;
  position: relative;
  z-index: 2;
  padding: 30px; }
  .centerLink .centerLinkContent {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center; }
    .centerLink .centerLinkContent svg#ottogroup-svg {
      width: 280px; }
      .centerLink .centerLinkContent svg#ottogroup-svg path {
        fill: #e3000b;
        animation: logo 300s ease-in-out forwards;
        -moz-animation: logo 300s ease-in-out forwards;
        -webkit-animation: logo 300s ease-in-out forwards;
        opacity: 0.2; }
        .centerLink .centerLinkContent svg#ottogroup-svg path:nth-of-type(1) {
          animation-delay: 0.2s; }
        .centerLink .centerLinkContent svg#ottogroup-svg path:nth-of-type(2) {
          animation-delay: 0.4s; }
        .centerLink .centerLinkContent svg#ottogroup-svg path:nth-of-type(3) {
          animation-delay: 0.1s; }
        .centerLink .centerLinkContent svg#ottogroup-svg path:nth-of-type(4) {
          animation-delay: 0.6s; }
        .centerLink .centerLinkContent svg#ottogroup-svg path:nth-of-type(5) {
          animation-delay: 0.7s; }
        .centerLink .centerLinkContent svg#ottogroup-svg path:nth-of-type(6) {
          animation-delay: 0.2s; }
        .centerLink .centerLinkContent svg#ottogroup-svg path:nth-of-type(7) {
          animation-delay: 0.8s; }
        .centerLink .centerLinkContent svg#ottogroup-svg path:nth-of-type(8) {
          animation-delay: 0.3s; }
        .centerLink .centerLinkContent svg#ottogroup-svg path:nth-of-type(9) {
          animation-delay: 0.7s; }
  .centerLink a {
    color: #333333;
    font-size: 20px; }

#audioplayer {
  display: none; }

#containerLandscapeHint {
  display: none;
  z-index: 2000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  #containerLandscapeHint .hintStreet {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
    #containerLandscapeHint .hintStreet .street {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-image: url(../img/house_night/street.png);
      background-repeat: repeat-x;
      background-size: auto 100%;
      z-index: 1; }
    #containerLandscapeHint .hintStreet .house-left {
      background-image: url(../img/backend/house_left.png);
      background-size: auto 100%;
      background-repeat: no-repeat;
      position: absolute;
      left: 0;
      top: 0;
      width: 50%;
      height: 100%;
      z-index: 20; }
    #containerLandscapeHint .hintStreet .house-right {
      background-image: url(../img/backend/house_right.png);
      background-size: auto 100%;
      background-position: right;
      background-repeat: no-repeat;
      position: absolute;
      right: 0;
      top: 0;
      width: 50%;
      height: 100%;
      z-index: 21; }
  #containerLandscapeHint .hintMessage {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 22;
    background-color: #ecead3;
    border-radius: 10px;
    padding: 0 40px 15px 40px; }
    #containerLandscapeHint .hintMessage .hintImage img {
      max-width: 175px; }

.table-stats .subline {
  font-weight: bold;
  padding-top: 40px; }

#debuginfo {
  display: none;
  position: absolute;
  right: 10px;
  bottom: 10px;
  background-color: rgba(0, 0, 0, 0.75);
  color: white;
  padding: 10px;
  z-index: 9999; }

:root {
  --scroll-bar-color: #c5c5c5;
  --scroll-bar-bg-color: transparent; }

::-webkit-scrollbar-corner {
  background: rgba(0, 0, 0, 0.5); }

* {
  scrollbar-width: thin;
  scrollbar-color: var(--scroll-bar-color) var(--scroll-bar-bg-color); }

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 4px;
  height: 4px; }

*::-webkit-scrollbar-track {
  background: var(--scroll-bar-bg-color); }

*::-webkit-scrollbar-thumb {
  background-color: var(--scroll-bar-color);
  border-radius: 20px;
  border: 3px solid var(--scroll-bar-bg-color); }

.form-group {
  margin-bottom: 1rem; }

#intro {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(1); }
  #intro.start {
    transform-origin: center center;
    animation: introZoom 3s 1;
    animation-fill-mode: both;
    animation-delay: 0.25s; }
  #intro .image-background {
    position: relative;
    background-image: url(../img/intro/Intro_Kamin_Hintergrundbild_ohne_deko.png);
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    /*img {
    	position: absolute;
    	left: 50%;
    	top: 50%;
    	transform: translateX(-50%) translateY(-50%);
    	min-width: 100%;
    	min-height: 100%;
    }*/ }
    #intro .image-background .items {
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%) translateY(0%);
      width: 70vh;
      height: 100%;
      margin: 0 auto; }
      #intro .image-background .items .fire,
      #intro .image-background .items .firesteam {
        position: absolute;
        top: 63%;
        left: 50%;
        transform: translateX(-50%) translateY(0%);
        height: 30%; }
        #intro .image-background .items .fire img,
        #intro .image-background .items .firesteam img {
          width: auto;
          height: 100%; }
      #intro .image-background .items .firesteam {
        opacity: 0;
        transform-origin: center center;
        animation: fireSteam 3s infinite;
        animation-fill-mode: both;
        animation-delay: 0.75s; }
      #intro .image-background .items .knacker {
        position: absolute;
        top: 22.6%;
        left: 38.7%;
        height: 20%; }
        #intro .image-background .items .knacker img {
          width: auto;
          height: 100%; }
      #intro .image-background .items .bell {
        position: absolute;
        top: 25.1%;
        left: 54.2%;
        height: 16.9%; }
        #intro .image-background .items .bell img {
          width: auto;
          height: 100%; }
      #intro .image-background .items .candles {
        position: absolute;
        top: 26%;
        right: 11%;
        height: 16%; }
        #intro .image-background .items .candles img {
          width: auto;
          height: 100%; }
      #intro .image-background .items .candlelights {
        position: absolute;
        top: 17.2%;
        right: 8.1%;
        height: 24.6%;
        transform-origin: center center;
        animation: candleBlinking 3s infinite;
        animation-fill-mode: both;
        animation-delay: 0.75s; }
        #intro .image-background .items .candlelights img {
          width: auto;
          height: 100%; }
      #intro .image-background .items .sock1 {
        position: absolute;
        top: 49.7%;
        left: 19%;
        height: 15%;
        transform: rotate(-5deg);
        transform-origin: top center;
        animation: sockMoving 2.66s infinite;
        animation-fill-mode: both;
        animation-delay: 0.75s; }
        #intro .image-background .items .sock1 img {
          width: auto;
          height: 100%; }
      #intro .image-background .items .sock2 {
        position: absolute;
        top: 48%;
        right: 25%;
        height: 15%;
        transform: rotate(-5deg);
        transform-origin: top center;
        animation: sockMoving 3s infinite;
        animation-fill-mode: both; }
        #intro .image-background .items .sock2 img {
          width: auto;
          height: 100%; }

.videoStarter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(0); }
  .videoStarter.start {
    transform-origin: center center;
    animation: scaleUp 3s;
    animation-fill-mode: both; }
  .videoStarter .circle {
    width: 340px;
    height: 340px;
    background-color: #ffe77e;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer; }
    @media only screen and (max-height: 481px) {
      .videoStarter .circle {
        width: 250px;
        height: 250px; } }
    .videoStarter .circle .content {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      .videoStarter .circle .content img.bell {
        width: 7.5rem;
        height: 7.5rem;
        transform-origin: 50% 4px; }
        .videoStarter .circle .content img.bell.animate {
          animation: bellRing 3s 1;
          animation-fill-mode: both; }
      .videoStarter .circle .content span {
        color: #333;
        font-family: "Petit Formal Script";
        font-size: 1.75rem;
        text-align: center;
        margin-top: -0.625rem;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
        @media only screen and (max-height: 481px) {
          .videoStarter .circle .content span {
            font-size: 1.25rem; } }
    .videoStarter .circle:hover .content span {
      margin-top: 0; }

#__intro2021 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 600;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in; }
  #__intro2021.show {
    opacity: 1; }
  #__intro2021.action .introWrapper .introContainer .actionContainer .action {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
    #__intro2021.action .introWrapper .introContainer .actionContainer .action span {
      font-family: Petit Formal Script; }
    #__intro2021.action .introWrapper .introContainer .actionContainer .action img {
      margin-top: 10px; }
  #__intro2021.zoom .introWrapper .introContainer .bg {
    -moz-transform: scale(2.4);
    -o-transform: scale(2.4);
    -ms-transform: scale(2.4);
    -webkit-transform: scale(2.4);
    transform: scale(2.4); }
  #__intro2021.zappel .introWrapper .introContainer .bg .present img {
    transform-origin: center center;
    animation: presentRotate 1s infinite;
    animation-fill-mode: both;
    animation-delay: 0.75s;
    animation-iteration-count: 15; }
  #__intro2021 .introWrapper {
    box-shadow: 0px 0px 20px #0000009a;
    border: 6px solid white; }
    #__intro2021 .introWrapper .introContainer {
      position: relative;
      width: 960px;
      height: 540px;
      width: 90vw;
      height: calc(90vw * 0.5625);
      overflow: hidden;
      max-height: 80vh; }
      #__intro2021 .introWrapper .introContainer .bg {
        position: relative;
        width: 100%;
        height: 100%;
        background-image: url(../img/intro/bg.jpg);
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center top;
        transform-origin: center top;
        -webkit-transition: all 1.5s ease-out;
        -moz-transition: all 1.5s ease-out;
        -ms-transition: all 1.5s ease-out;
        -o-transition: all 1.5s ease-out;
        transition: all 1.5s ease-out; }
        #__intro2021 .introWrapper .introContainer .bg .fire {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
          #__intro2021 .introWrapper .introContainer .bg .fire img {
            position: absolute;
            left: 44.5%;
            top: 50%;
            width: 13%;
            height: auto; }
        #__intro2021 .introWrapper .introContainer .bg .present {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
          #__intro2021 .introWrapper .introContainer .bg .present img {
            position: absolute;
            left: 42%;
            top: 1%;
            width: 16.5%;
            height: auto; }
      #__intro2021 .introWrapper .introContainer .actionContainer {
        position: absolute;
        top: 10%;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center; }
        #__intro2021 .introWrapper .introContainer .actionContainer .action {
          background-color: #568150;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          -moz-background-clip: padding;
          -webkit-background-clip: padding-box;
          background-clip: padding-box;
          width: 220px;
          height: 220px;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column;
          -webkit-transition: all 0.5s ease-out;
          -moz-transition: all 0.5s ease-out;
          -ms-transition: all 0.5s ease-out;
          -o-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out;
          -moz-transform: scale(0);
          -o-transform: scale(0);
          -ms-transform: scale(0);
          -webkit-transform: scale(0);
          transform: scale(0);
          opacity: 0;
          cursor: pointer;
          box-shadow: 0px 0px 20px 10px #0000009a; }
          @media only screen and (min-height: 340px) {
            #__intro2021 .introWrapper .introContainer .actionContainer .action {
              width: 250px;
              height: 250px; } }
          @media only screen and (min-height: 410px) {
            #__intro2021 .introWrapper .introContainer .actionContainer .action {
              width: 300px;
              height: 300px; } }
          #__intro2021 .introWrapper .introContainer .actionContainer .action span {
            color: #e8e0d6;
            font-size: 20px;
            text-align: center; }
            @media only screen and (min-height: 410px) {
              #__intro2021 .introWrapper .introContainer .actionContainer .action span {
                font-size: 30px; } }
          #__intro2021 .introWrapper .introContainer .actionContainer .action img.letter {
            width: 50px;
            height: 50px; }

#livingroom {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(1);
  opacity: 0;
  display: none; }
  #livingroom.show {
    transform-origin: center center;
    animation: fadeIn 0.5s forwards;
    animation-fill-mode: both;
    animation-delay: 0.25s;
    display: block; }
  #livingroom.active .darkenLayer {
    animation: fadeOut 0.5s forwards;
    animation-fill-mode: both;
    animation-delay: 0.25s; }
  #livingroom .image-background {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/intro/bg_livingroom.png);
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    opacity: 0; }
    #livingroom .image-background.active {
      opacity: 1; }
  #livingroom .image-background-1 {
    background-image: url(../img/intro/bg_livingroom_1.jpg); }
  #livingroom .image-background-2 {
    background-image: url(../img/intro/bg_livingroom_2.jpg); }
  #livingroom .image-background-3 {
    background-image: url(../img/intro/bg_livingroom_3.jpg); }

.darkenLayer {
  opacity: 1;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  width: 100vW;
  height: 100vH; }

#videoOutside {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center; }

#videos {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%; }
  #videos .videoWrapper {
    height: 100%; }
    #videos .videoWrapper .videoContainer {
      position: relative;
      z-index: -50;
      height: 100%;
      opacity: 0; }
      #videos .videoWrapper .videoContainer .videoBox {
        position: absolute;
        /*left: 5%;
        top: 1%;*/
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        animation-fill-mode: both; }
        #videos .videoWrapper .videoContainer .videoBox video {
          width: auto;
          height: 100%; }
      #videos .videoWrapper .videoContainer.active {
        opacity: 1;
        z-index: 50; }
      #videos .videoWrapper .videoContainer.inactive {
        z-index: 50; }
      #videos .videoWrapper .videoContainer.removed {
        display: none; }
      #videos .videoWrapper .videoContainer.videoContainer1.active .videoBox {
        animation: video1 1s linear; }
      #videos .videoWrapper .videoContainer.videoContainer1.inactive {
        animation: fadeOut 0.5s linear; }
      #videos .videoWrapper .videoContainer.videoContainer2.active .videoBox {
        animation: video2 1s linear; }
      #videos .videoWrapper .videoContainer.videoContainer2.inactive {
        animation: fadeOut 0.5s linear;
        animation-fill-mode: both; }
      #videos .videoWrapper .videoContainer.videoContainer3.active .videoBox {
        animation: video3 1s linear; }
      #videos .videoWrapper .videoContainer.videoContainer3.inactive {
        animation: fadeOut 0.5s linear;
        animation-fill-mode: both; }
      #videos .videoWrapper .videoContainer.videoContainer4.active .videoBox {
        animation: video4 1s linear; }
      #videos .videoWrapper .videoContainer.videoContainer4.inactive {
        animation: fadeOut 0.5s linear;
        animation-fill-mode: both; }
      #videos .videoWrapper .videoContainer.videoContainer5.active .videoBox {
        animation: video5 1s linear; }
      #videos .videoWrapper .videoContainer.videoContainer5.inactive {
        animation: video5 0.5s linear;
        animation-fill-mode: both; }

.btnStartVideosDebug {
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 1111;
  cursor: pointer; }

#containerMusicMuter {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  background-color: #568150;
  border-radius: 50%;
  z-index: 10000;
  cursor: pointer; }
  #containerMusicMuter:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    fill: white;
    width: 100%;
    height: 100%;
    background-size: 50% 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/unmute.png); }
  #containerMusicMuter.muted:after {
    fill: white;
    background-image: url(../img/mute.png); }

#message {
  display: none;
  /*opacity: 0;*/
  z-index: 900;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: background-color 1s ease, margin-top 1s ease; }
  #message.animate {
    display: block;
    animation: enlarge 0.75s ease-in; }
  @media only screen and (max-height: 481px) {
    #message.heart {
      /*background-color: rgba($colorRed, 0.75);*/ } }
  #message .messageWrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100%;
    z-index: 110;
    /*.desktopMessageWrapper {
    	display: none;
    }
    @include respond-above(b7) {
    	.mobileMessageWrapper {
    		display: none;
    	}
    	.desktopMessageWrapper {
    		display: flex;
    	}
    }*/ }
    #message .messageWrapper .mobileMessageWrapper {
      display: none; }
    #message .messageWrapper .desktopMessageWrapper {
      display: flex; }
    #message .messageWrapper .desktopMessageWrapper {
      position: relative;
      width: 131.98vh;
      height: 100vh; }
      #message .messageWrapper .desktopMessageWrapper .messageContainer {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center; }
        #message .messageWrapper .desktopMessageWrapper .messageContainer .heartWrapper {
          width: 100%;
          position: relative; }
          #message .messageWrapper .desktopMessageWrapper .messageContainer .heartWrapper:before {
            display: block;
            content: "";
            width: 100%;
            padding-top: 89.2578125%; }
          #message .messageWrapper .desktopMessageWrapper .messageContainer .heartWrapper > .content {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0; }
          #message .messageWrapper .desktopMessageWrapper .messageContainer .heartWrapper .heart {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 95%;
            height: 95%;
            transform: translate(-50%, -50%);
            background-image: url(../img/message/umschlag_hintergrund.png);
            background-repeat: no-repeat;
            background-position: center center;
            background-size: contain; }
            #message .messageWrapper .desktopMessageWrapper .messageContainer .heartWrapper .heart .content {
              padding: 38% 12% 0 2%;
              text-align: center;
              position: relative;
              height: 100%; }
              #message .messageWrapper .desktopMessageWrapper .messageContainer .heartWrapper .heart .content img.merry {
                max-width: 50%; }
              #message .messageWrapper .desktopMessageWrapper .messageContainer .heartWrapper .heart .content .petit {
                font-family: "Petit Formal Script", sans-serif;
                color: white;
                text-align: center;
                font-size: 24px; }
                @media only screen and (min-height: 768px) {
                  #message .messageWrapper .desktopMessageWrapper .messageContainer .heartWrapper .heart .content .petit {
                    font-size: 40px; } }
                @media only screen and (min-height: 850px) {
                  #message .messageWrapper .desktopMessageWrapper .messageContainer .heartWrapper .heart .content .petit {
                    font-size: 60px; } }
              #message .messageWrapper .desktopMessageWrapper .messageContainer .heartWrapper .heart .content .usertext {
                text-align: center;
                font-size: 14px;
                color: white;
                height: 28vh;
                overflow-y: auto; }
                @media only screen and (min-height: 768px) {
                  #message .messageWrapper .desktopMessageWrapper .messageContainer .heartWrapper .heart .content .usertext {
                    font-size: 20px; } }
            #message .messageWrapper .desktopMessageWrapper .messageContainer .heartWrapper .heart .closeHeart {
              display: none !important;
              position: absolute;
              left: 1%;
              top: 15%;
              transform: translate(-50%, 50%);
              color: #ca0b1a;
              width: 10%;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              border-radius: 50%;
              -moz-background-clip: padding;
              -webkit-background-clip: padding-box;
              background-clip: padding-box;
              cursor: pointer; }
          #message .messageWrapper .desktopMessageWrapper .messageContainer .heartWrapper .logoWrapper {
            position: absolute;
            top: 10.2%;
            right: 2.3%;
            width: 37vh;
            height: 37vh;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            -moz-background-clip: padding;
            -webkit-background-clip: padding-box;
            background-clip: padding-box; }
            #message .messageWrapper .desktopMessageWrapper .messageContainer .heartWrapper .logoWrapper .logo {
              display: flex;
              justify-content: center;
              align-items: center;
              width: 100%;
              height: 100%; }
              #message .messageWrapper .desktopMessageWrapper .messageContainer .heartWrapper .logoWrapper .logo img {
                width: 60%;
                height: auto; }
          #message .messageWrapper .desktopMessageWrapper .messageContainer .heartWrapper .present {
            display: none !important;
            position: absolute;
            bottom: 12vh;
            left: calc(45.7% - 45vh);
            width: 90vh;
            height: auto;
            text-align: center; }
            @media only screen and (min-height: 768px) {
              #message .messageWrapper .desktopMessageWrapper .messageContainer .heartWrapper .present {
                /*display: block;*/ } }
            #message .messageWrapper .desktopMessageWrapper .messageContainer .heartWrapper .present img.box {
              width: 20vh;
              height: auto; }
            #message .messageWrapper .desktopMessageWrapper .messageContainer .heartWrapper .present .arrow {
              display: inline-block;
              font-family: "Petit Formal Script", sans-serif;
              font-size: 20px;
              color: white;
              background-color: green;
              line-height: 20px;
              -webkit-border-radius: 20px;
              -moz-border-radius: 20px;
              border-radius: 20px;
              -moz-background-clip: padding;
              -webkit-background-clip: padding-box;
              background-clip: padding-box;
              padding: 10px; }
              #message .messageWrapper .desktopMessageWrapper .messageContainer .heartWrapper .present .arrow span {
                display: inline-block;
                padding-right: 10px; }
              #message .messageWrapper .desktopMessageWrapper .messageContainer .heartWrapper .present .arrow img {
                display: inline-block; }
    #message .messageWrapper .mobileMessageWrapper {
      position: relative;
      top: 0;
      transition: top 1s ease; }
      #message .messageWrapper .mobileMessageWrapper .heartCircle {
        width: 85vw;
        height: 85vw;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        background-color: #ecead3;
        display: flex;
        justify-content: center;
        align-items: center;
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
        transition: width 1s ease, height 1s ease; }
        #message .messageWrapper .mobileMessageWrapper .heartCircle .heart {
          width: 75%;
          height: 75%;
          margin-top: 0;
          background-image: url(../img/message/otto-ecard_message_letter.svg);
          background-repeat: no-repeat;
          background-position: center center; }
          #message .messageWrapper .mobileMessageWrapper .heartCircle .heart .content {
            padding: 15% 27%;
            text-align: center; }
            #message .messageWrapper .mobileMessageWrapper .heartCircle .heart .content .logoWrapper {
              position: absolute;
              left: 0;
              right: 0;
              bottom: 26%;
              width: 25%;
              height: 25%;
              margin: 0 auto;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              border-radius: 50%;
              -moz-background-clip: padding;
              -webkit-background-clip: padding-box;
              background-clip: padding-box;
              background-color: #ecead3; }
              #message .messageWrapper .mobileMessageWrapper .heartCircle .heart .content .logoWrapper .logo {
                display: flex;
                justify-content: center;
                align-items: center;
                width: 100%;
                height: 100%; }
                #message .messageWrapper .mobileMessageWrapper .heartCircle .heart .content .logoWrapper .logo img {
                  width: 60%;
                  height: auto; }
      #message .messageWrapper .mobileMessageWrapper .messageButton {
        position: absolute;
        width: 100%;
        margin-top: 10%; }
  #message .mobileMessage {
    display: none; }
  #message.heart .messageWrapper .desktopMessageWrapper {
    width: 113.84vh;
    height: 100vh; }
    #message.heart .messageWrapper .desktopMessageWrapper .messageContainer {
      align-items: stretch; }
      #message.heart .messageWrapper .desktopMessageWrapper .messageContainer .heartWrapper .heart {
        background-image: url(../img/message/herz_hintergrund.png); }
        #message.heart .messageWrapper .desktopMessageWrapper .messageContainer .heartWrapper .heart .content {
          padding: 30% 23% 0 15%; }
          #message.heart .messageWrapper .desktopMessageWrapper .messageContainer .heartWrapper .heart .content .usertext {
            height: 31vh;
            overflow-y: auto; }
        #message.heart .messageWrapper .desktopMessageWrapper .messageContainer .heartWrapper .heart .closeHeart {
          top: 8%;
          left: 8%; }
      #message.heart .messageWrapper .desktopMessageWrapper .messageContainer .heartWrapper .logoWrapper {
        top: 3.7%;
        right: 3.3%;
        width: 30vh;
        height: 30vh; }
      #message.heart .messageWrapper .desktopMessageWrapper .messageContainer .heartWrapper .present {
        left: calc(46.7% - 15vh);
        bottom: 5vh;
        width: 30vh; }
  #message.heart .messageWrapper .mobileMessageWrapper .heartCircle .heart {
    width: 80%;
    height: 80%;
    margin-top: 6%;
    background-image: url(../img/message/otto-ecard_message_heart.svg); }
    #message.heart .messageWrapper .mobileMessageWrapper .heartCircle .heart .content {
      padding: 15%; }
      #message.heart .messageWrapper .mobileMessageWrapper .heartCircle .heart .content .logoWrapper {
        bottom: 19%; }
  #message .actionContainer {
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 120;
    display: flex;
    justify-content: center; }
    #message .actionContainer .action {
      background-color: #568150;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      width: 130px;
      height: 130px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      cursor: pointer;
      box-shadow: 0px 0px 20px 10px #0000009A; }
      @media only screen and (min-width: 767px) and (min-height: 340px) {
        #message .actionContainer .action {
          width: 150px;
          height: 150px; } }
      @media only screen and (min-width: 767px) and (min-height: 410px) {
        #message .actionContainer .action {
          width: 180px;
          height: 180px; } }
      #message .actionContainer .action span {
        color: #E8E0D6;
        font-family: "Petit Formal Script", sans-serif;
        font-size: 14px;
        text-align: center; }
        @media only screen and (min-width: 767px) and (min-height: 410px) {
          #message .actionContainer .action span {
            font-size: 20px; } }
      #message .actionContainer .action img.letter {
        width: 70px;
        margin-top: 10px; }
        @media only screen and (min-width: 767px) and (min-height: 410px) {
          #message .actionContainer .action img.letter {
            width: 70px;
            margin-top: 10px; } }

body.readMessage #street,
body.readMessage #videocall {
  top: -60%;
  transition: top 1s ease; }
body.readMessage #message {
  background-color: #ca0b1a;
  transition: background-color 1s ease; }
  body.readMessage #message .mobileMessageWrapper {
    top: -10%;
    transition: top 1s ease; }
    body.readMessage #message .mobileMessageWrapper .heartCircle {
      width: 200px;
      height: 200px;
      transition: width 1s ease, height 1s ease; }
    body.readMessage #message .mobileMessageWrapper .messageButton {
      display: none; }
  body.readMessage #message .mobileMessage {
    display: block;
    position: absolute;
    left: 0;
    top: calc(40% + 130px);
    width: 100%;
    height: 100%;
    padding: 0 10%;
    font-size: 1rem;
    color: white; }
    body.readMessage #message .mobileMessage .usertext {
      text-align: center;
      position: relative;
      overflow: auto;
      height: calc(60% - 150px);
      z-index: 111;
      -webkit-animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
      animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both; }

.page_index .image-background, .page_backend .image-background {
  position: relative;
  background-image: url(../img/intro/Intro_Kamin_Hintergrundbild_ohne_deko.png);
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 100vh; }

.page {
  position: absolute;
  top: 5px;
  left: 50%;
  width: 95%;
  max-width: 940px;
  transform: translateX(-50%);
  z-index: 100;
  overflow: hidden;
  background-color: #ecead3;
  border-radius: 10px;
  -webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
  display: flex;
  max-height: calc(100vh - 100px);
  z-index: 1050;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto; }
  @media only screen and (min-width: 768px) {
    .page {
      top: 50%;
      transform: translateX(-50%) translatey(-50%);
      max-height: calc(100vh - 30px); } }
  .page .content {
    max-height: calc(100vh - 30px);
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    width: 100%;
    position: relative;
    padding: 10px 20px 10px 20px; }
    .page .content .textContainer {
      font-size: 1rem; }
      .page .content .textContainer .head {
        font-size: 1.5rem;
        margin-bottom: 2rem; }
      .page .content .textContainer .showValue {
        color: #999; }
      .page .content .textContainer .buttons a {
        margin-left: 1rem;
        margin-right: 1rem;
        padding-left: 4rem;
        padding-right: 4rem;
        transition: background-color 0.2s;
        margin-bottom: 2rem; }
      .page .content .textContainer .buttons a.btn {
        background-color: #fff;
        border: 1px solid #fff;
        font-weight: 100; }
        .page .content .textContainer .buttons a.btn:hover {
          background-color: #eee;
          opacity: 0.9; }
      .page .content .textContainer .reloadSecureQuestion {
        cursor: pointer;
        font-size: 0.8rem;
        text-decoration: underline;
        color: #e30613; }
  .page a.btnOption {
    background-image: url(../img/unchecked.png);
    background-repeat: no-repeat;
    padding-left: 55px;
    background-position: 0 0;
    height: 50px;
    display: inline-block;
    line-height: 40px;
    margin-right: 3rem;
    cursor: pointer;
    color: black; }
  .page a.btnOption.active {
    background-image: url(../img/checked.png); }
  .page .navButtons {
    margin-top: 3rem;
    position: relative; }
    .page .navButtons a {
      color: #e30613;
      font-size: 1.2rem;
      cursor: pointer; }
      @media only screen and (min-width: 580px) {
        .page .navButtons a {
          font-size: 1.5rem; } }
    .page .navButtons a.back {
      background-image: url(../img/arrow_left_red.png);
      background-repeat: no-repeat;
      padding-left: 20px;
      background-position: 0 7px; }
      @media only screen and (min-width: 580px) {
        .page .navButtons a.back {
          background-position: 0 10px; } }
    .page .navButtons a.more {
      background-image: url(../img/arrow_right_red.png);
      background-repeat: no-repeat;
      padding-right: 20px;
      background-position: right 7px;
      float: right; }
      @media only screen and (min-width: 580px) {
        .page .navButtons a.more {
          background-position: right 10px; } }
    .page .navButtons .spinner {
      display: none;
      position: absolute;
      right: 0;
      top: 0;
      width: 100%;
      height: 100%;
      text-align: center;
      background-color: white;
      padding: 3px;
      border-radius: 6px;
      color: #e30613;
      font-size: 1.5rem;
      padding-left: 15px;
      padding-right: 15px; }
    .page .navButtons .btnEcardPreview {
      display: block;
      text-align: center; }
      @media only screen and (min-width: 768px) {
        .page .navButtons .btnEcardPreview {
          display: inline;
          position: absolute;
          right: 50%;
          transform: translatex(50%); } }
  .page .logo {
    text-align: center;
    margin: 0 auto;
    width: auto;
    display: inline-block;
    padding: 10px; }
    .page .logo img {
      text-align: center;
      max-width: 150px;
      max-height: 100px; }
    .page .logo svg {
      fill: #E3000B; }
  .page.small {
    max-width: 400px; }
  .page.middle {
    max-width: 600px; }
  .page.large {
    max-width: 800px; }

.form-group .radio-inline {
  height: 50px;
  display: inline-block;
  line-height: 40px;
  margin-right: 3rem;
  padding: 0;
  margin: 0; }
  .form-group .radio-inline input {
    display: none; }
    .form-group .radio-inline input + label {
      content: "";
      height: 50px;
      background-image: url(../img/unchecked.png);
      background-repeat: no-repeat;
      background-position: 0 0;
      margin: 0;
      padding-left: 55px;
      font-weight: 100;
      margin-right: 3rem;
      cursor: pointer; }
    .form-group .radio-inline input:checked + label {
      background-image: url(../img/checked.png); }

label.label-behind-checkbox {
  display: inline;
  font-weight: normal; }

.dataInputPage {
  overflow: auto;
  overflow: visible; }
  .dataInputPage .content {
    text-align: left; }
  .dataInputPage .logo {
    text-align: right;
    align-self: flex-end; }

.form-control {
  display: block;
  width: 100%;
  height: 54px;
  padding: 12px 12px;
  font-size: 20px;
  line-height: 1.42857143;
  background-color: transparent;
  background-image: none;
  border: 1px solid #888;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }

.page .textContainer .imageInput {
  width: 220px;
  position: relative;
  text-align: center;
  height: 170px;
  border: 1px solid grey; }
  .page .textContainer .imageInput .text {
    position: absolute;
    z-index: 5;
    top: 50%;
    width: 90%;
    margin-top: -10px;
    background-color: rgba(255, 255, 255, 0.5);
    color: #333333;
    border-radius: 6px;
    margin-left: 5%;
    margin-right: 5%; }
  .page .textContainer .imageInput img {
    opacity: 0.7; }
  .page .textContainer .imageInput .upload.previewImage {
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: 10;
    position: absolute;
    cursor: pointer;
    left: 0; }
  .page .textContainer .imageInput .removeImage {
    position: absolute;
    right: -40px;
    top: 0;
    cursor: pointer;
    color: red;
    padding: 0 10px 0 10px;
    z-index: 10;
    font-size: 30px;
    text-align: center;
    color: #888888; }
  .page .textContainer .imageInput .croppie-container .cr-slider-wrap {
    margin: 5px auto; }

#containerPreview {
  z-index: 1100; }
  #containerPreview .modal-dialog {
    width: 99vW;
    max-width: 99vW;
    margin-top: 2px; }
  #containerPreview #iframePreview {
    width: 100%;
    height: calc(90vH - 100px); }

.company-selector-container {
  border-radius: 5px;
  padding: 20px; }

.company-selector {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  align-items: center;
  background-color: #fff;
  scrollbar-width: auto;
  scrollbar-height: auto;
  scrollbar-color: var(--scroll-bar-color) #f1f1f1; }
  .company-selector::-webkit-scrollbar {
    height: 12px;
    width: 12px;
    background: #f1f1f1; }
  .company-selector .btnTheme {
    display: inline-block;
    padding: 0 10px; }
  .company-selector .company-logo {
    max-width: 150px;
    max-height: 100px;
    padding: 5px;
    border: 2px solid transparent; }
    .company-selector .company-logo:hover {
      border: 2px solid #e30613; }
  .company-selector .company-logo.selected {
    border: 2px solid #e30613; }

/*# sourceMappingURL=css.css.map */
