@-webkit-keyframes mobile-menu-in {
  from {
    left: -500px;
  }
  to {
    left: 0;
  }
}
@keyframes mobile-menu-in {
  from {
    left: -500px;
  }
  to {
    left: 0;
  }
}
@-webkit-keyframes mobile-menu-out {
  from {
    left: 0;
  }
  to {
    left: -500px;
  }
}
@keyframes mobile-menu-out {
  from {
    left: 0;
  }
  to {
    left: -500px;
  }
}
@-webkit-keyframes mobile-menu-in-small {
  from {
    left: -500px;
  }
  to {
    left: 0;
  }
}
@keyframes mobile-menu-in-small {
  from {
    left: -500px;
  }
  to {
    left: 0;
  }
}
@-webkit-keyframes mobile-menu-out-small {
  from {
    left: 0;
  }
  to {
    left: -500px;
  }
}
@keyframes mobile-menu-out-small {
  from {
    left: 0;
  }
  to {
    left: -500px;
  }
}
.hidden {
  display: none !important;
}
/** Pace **/
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-perspective: 12rem;
  -ms-perspective: 12rem;
  -o-perspective: 12rem;
  perspective: 12rem;
  z-index: 2000;
  height: 6rem;
  width: 6rem;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.pace.fixed {
  position: fixed;
}
.pace.pace-inactive .pace-progress {
  display: none;
}
.pace .pace-progress {
  position: fixed;
  z-index: 2000;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 6rem;
  width: 6rem !important;
  line-height: 6rem;
  font-size: 2rem;
  border-radius: 50%;
  background: rgba(230, 61, 160, 0.8);
  color: #fff;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 100;
  text-align: center;
  -webkit-animation: pace-theme-center-circle-spin linear infinite 2s;
  animation: pace-theme-center-circle-spin linear infinite 2s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.pace .pace-progress:after {
  content: attr(data-progress-text);
  display: block;
}
@-webkit-keyframes pace-theme-center-circle-spin {
  from {
    -webkit-transform: rotateY(0deg);
  }
  to {
    -webkit-transform: rotateY(360deg);
  }
}
@keyframes pace-theme-center-circle-spin {
  from {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  to {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
.big7-videoplayer,
.big7-videoplayer-mobile {
  position: relative;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.big7-videoplayer video,
.big7-videoplayer-mobile video {
  pointer-events: none;
  display: block;
  border: none;
  border-radius: none;
  padding: 0;
  width: 100%;
}
.big7-videoplayer:-webkit-full-screen,
.big7-videoplayer-mobile:-webkit-full-screen {
  border: none;
  border-radius: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  background-color: #000000;
  right: 0 !important;
  top: 0 !important;
}
.big7-videoplayer:-ms-fullscreen,
.big7-videoplayer-mobile:-ms-fullscreen {
  border: none;
  border-radius: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  background-color: #000000;
  right: 0 !important;
  top: 0 !important;
}
.big7-videoplayer:fullscreen,
.big7-videoplayer-mobile:fullscreen {
  border: none;
  border-radius: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  background-color: #000000;
  right: 0 !important;
  top: 0 !important;
}
@media (max-width: 1023px) {
  .video_hls_player:fullscreen .video_holder {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
}
.big7-videoplayer:-webkit-full-screen > video,
.big7-videoplayer-mobile:-webkit-full-screen > video {
  height: 100%;
  max-height: none !important;
}
.big7-videoplayer:-ms-fullscreen > video,
.big7-videoplayer-mobile:-ms-fullscreen > video {
  height: 100%;
  max-height: none !important;
}
.big7-videoplayer:fullscreen > video,
.big7-videoplayer-mobile:fullscreen > video {
  height: 100%;
  max-height: none !important;
}
.big7-videoplayer:-webkit-full-screen .video-controls,
.big7-videoplayer-mobile:-webkit-full-screen .video-controls {
  position: absolute;
  transition: opacity 0.6s ease;
  background-color: #161616;
}
.big7-videoplayer:-ms-fullscreen .video-controls,
.big7-videoplayer-mobile:-ms-fullscreen .video-controls {
  position: absolute;
  transition: opacity 0.6s ease;
  background-color: #161616;
}
.big7-videoplayer:fullscreen .video-controls,
.big7-videoplayer-mobile:fullscreen .video-controls {
  position: absolute;
  transition: opacity 0.6s ease;
  background-color: #161616;
}
.big7-videoplayer:-webkit-full-screen .video-controls .full-screen div,
.big7-videoplayer-mobile:-webkit-full-screen .video-controls .full-screen div {
  background-position: 100% 0;
}
.big7-videoplayer:-ms-fullscreen .video-controls .full-screen div,
.big7-videoplayer-mobile:-ms-fullscreen .video-controls .full-screen div {
  background-position: 100% 0;
}
.big7-videoplayer:fullscreen .video-controls .full-screen div,
.big7-videoplayer-mobile:fullscreen .video-controls .full-screen div {
  background-position: 100% 0;
}
.big7-videoplayer:-webkit-full-screen .register-msg,
.big7-videoplayer-mobile:-webkit-full-screen .register-msg {
  display: none;
}
.big7-videoplayer:-ms-fullscreen .register-msg,
.big7-videoplayer-mobile:-ms-fullscreen .register-msg {
  display: none;
}
.big7-videoplayer:fullscreen .register-msg,
.big7-videoplayer-mobile:fullscreen .register-msg {
  display: none;
}
.big7-videoplayer.fullscreen,
.big7-videoplayer-mobile.fullscreen {
  position: fixed;
  width: 100vw !important;
  height: 100vh !important;
  z-index: 1010;
  bottom: 0 !important;
  left: 0 !important;
  top: 0;
  -webkit-transform: translateZ(1px);
          transform: translateZ(1px);
  border: none;
  border-radius: 0;
  background-color: #000000;
  overflow: visible;
}
.big7-videoplayer.fullscreen > video,
.big7-videoplayer-mobile.fullscreen > video {
  height: 100%;
  max-height: none !important;
}
.big7-videoplayer.fullscreen .video-controls,
.big7-videoplayer-mobile.fullscreen .video-controls {
  position: fixed;
  bottom: 0;
  left: 0;
  border-radius: 0;
  transition: opacity 0.6s ease;
}
.big7-videoplayer.fullscreen .video-controls .full-screen div,
.big7-videoplayer-mobile.fullscreen .video-controls .full-screen div {
  background-position: 100% 0;
}
.big7-videoplayer.control-fade:-webkit-full-screen .video-overlay,
.big7-videoplayer-mobile.control-fade:-webkit-full-screen .video-overlay {
  cursor: none;
}
.big7-videoplayer.control-fade:-ms-fullscreen .video-overlay,
.big7-videoplayer-mobile.control-fade:-ms-fullscreen .video-overlay {
  cursor: none;
}
.big7-videoplayer.control-fade:fullscreen .video-overlay,
.big7-videoplayer-mobile.control-fade:fullscreen .video-overlay {
  cursor: none;
}
.big7-videoplayer.control-fade:-webkit-full-screen .video-controls,
.big7-videoplayer-mobile.control-fade:-webkit-full-screen .video-controls {
  opacity: 0;
}
.big7-videoplayer.control-fade:-ms-fullscreen .video-controls,
.big7-videoplayer-mobile.control-fade:-ms-fullscreen .video-controls {
  opacity: 0;
}
.big7-videoplayer.control-fade:fullscreen .video-controls,
.big7-videoplayer-mobile.control-fade:fullscreen .video-controls {
  opacity: 0;
}
.big7-videoplayer .video-overlay,
.big7-videoplayer-mobile .video-overlay {
  z-index: 1;
  cursor: pointer;
}
.big7-videoplayer .video-controls,
.big7-videoplayer-mobile .video-controls {
  position: absolute;
  z-index: 5;
  bottom: 20px;
  width: 95%;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 5px;
  color: #FFFFFF;
  transition: opacity .1s ease;
  /* FF */
  /* IE*/
}
@media (max-width: 450px) {
  .big7-videoplayer .video-controls,
  .big7-videoplayer-mobile .video-controls {
    height: 35px;
    position: absolute;
    width: 100%;
    bottom: 35px;
  }
}
.big7-videoplayer .video-controls i,
.big7-videoplayer-mobile .video-controls i {
  color: #FFF;
  width: 18px;
  font-size: 20px;
}
.big7-videoplayer .video-controls button,
.big7-videoplayer-mobile .video-controls button {
  background: transparent;
  border: none;
  text-align: left;
  -webkit-appearance: none;
  cursor: pointer;
  padding: 0 5px;
}
.big7-videoplayer .video-controls button:focus,
.big7-videoplayer-mobile .video-controls button:focus {
  outline: none;
}
.big7-videoplayer .video-controls > div,
.big7-videoplayer-mobile .video-controls > div {
  margin: 0 5px;
}
@media (max-width: 450px) {
  .big7-videoplayer .video-controls > div,
  .big7-videoplayer-mobile .video-controls > div {
    margin: 0 1px;
  }
}
.big7-videoplayer .video-controls .time,
.big7-videoplayer-mobile .video-controls .time {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  font-weight: 300;
  font-size: 16px;
  color: #FFF;
}
@media (max-width: 450px) {
  .big7-videoplayer .video-controls .time,
  .big7-videoplayer-mobile .video-controls .time {
    width: 85px;
  }
}
.big7-videoplayer .video-controls .seek,
.big7-videoplayer-mobile .video-controls .seek {
  -webkit-flex: 8;
      -ms-flex: 8;
          flex: 8;
  position: relative;
  cursor: pointer;
  height: inherit;
}
.big7-videoplayer .video-controls .seek > div,
.big7-videoplayer-mobile .video-controls .seek > div,
.big7-videoplayer .video-controls .seek::after,
.big7-videoplayer-mobile .video-controls .seek::after {
  position: absolute;
  z-index: 1;
  height: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.big7-videoplayer .video-controls .seek::after,
.big7-videoplayer-mobile .video-controls .seek::after {
  background-color: #363835;
  content: '';
  width: 100%;
}
.big7-videoplayer .video-controls .seek .video-progress,
.big7-videoplayer-mobile .video-controls .seek .video-progress {
  z-index: 5;
  background: #FFF;
}
.big7-videoplayer .video-controls .seek .video-seek,
.big7-videoplayer-mobile .video-controls .seek .video-seek {
  z-index: 4;
}
.big7-videoplayer .video-controls .seek .video-buffer,
.big7-videoplayer-mobile .video-controls .seek .video-buffer {
  z-index: 2;
}
.big7-videoplayer .video-controls .seek .video-seek-time,
.big7-videoplayer-mobile .video-controls .seek .video-seek-time {
  position: absolute;
  z-index: 9;
  right: 0;
  bottom: 17px;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
  pointer-events: none;
  opacity: 0;
}
.big7-videoplayer .video-controls .seek .video-seek-time > div,
.big7-videoplayer-mobile .video-controls .seek .video-seek-time > div {
  position: relative;
  background: #333333;
  border: 1px solid #2A2A2A;
  padding: 5px;
  font-weight: 300;
}
.big7-videoplayer .video-controls .seek .video-seek-time > div::after,
.big7-videoplayer-mobile .video-controls .seek .video-seek-time > div::after,
.big7-videoplayer .video-controls .seek .video-seek-time > div::before,
.big7-videoplayer-mobile .video-controls .seek .video-seek-time > div::before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.big7-videoplayer .video-controls .seek .video-seek-time > div:after,
.big7-videoplayer-mobile .video-controls .seek .video-seek-time > div:after {
  border-color: transparent;
  border-top-color: #333333;
  border-width: 10px;
  margin-left: -10px;
}
.big7-videoplayer .video-controls .seek .video-seek-time > div:before,
.big7-videoplayer-mobile .video-controls .seek .video-seek-time > div:before {
  border-color: transparent;
  border-top-color: #2A2A2A;
  border-width: 11px;
  margin-left: -11px;
}
.big7-videoplayer .video-controls .seek:hover .video-seek-time,
.big7-videoplayer-mobile .video-controls .seek:hover .video-seek-time {
  opacity: 1;
  transition: opacity .5s ease;
}
.big7-videoplayer .video-controls .full-screen div,
.big7-videoplayer-mobile .video-controls .full-screen div {
  width: 20px;
  height: 20px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAUCAMAAADImI+JAAAACVBMVEUAAAD///////9zeKVjAAAAAnRSTlMAAHaTzTgAAAA2SURBVHgBY2CCAEYwgHIYgABCIRi0UciAAohXCAcofBooBHoBRR1EABMMG4UDHOBEJ4oBTLgAxyECWUCfgOgAAAAASUVORK5CYII=");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.big7-videoplayer .video-controls .full-screen:hover div,
.big7-videoplayer-mobile .video-controls .full-screen:hover div {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.big7-videoplayer .video-controls .big7-icon,
.big7-videoplayer-mobile .video-controls .big7-icon {
  background-repeat: no-repeat;
  width: 50px;
  height: 34px;
  background-size: contain;
  margin-right: 15px;
}
#profil_video_preview_div.big7-videoplayer .video-controls .big7-icon,
#profil_video_preview_div.big7-videoplayer-mobile .video-controls .big7-icon,
.update_content .big7-videoplayer .video-controls .big7-icon,
.update_content .big7-videoplayer-mobile .video-controls .big7-icon {
  display: none;
}
#profil_video_preview_div:-webkit-full-screen.big7-videoplayer .video-controls .big7-icon,
#profil_video_preview_div:-webkit-full-screen.big7-videoplayer-mobile .video-controls .big7-icon {
  display: block;
}
#profil_video_preview_div:-ms-fullscreen.big7-videoplayer .video-controls .big7-icon,
#profil_video_preview_div:-ms-fullscreen.big7-videoplayer-mobile .video-controls .big7-icon {
  display: block;
}
#profil_video_preview_div:fullscreen.big7-videoplayer .video-controls .big7-icon,
#profil_video_preview_div:fullscreen.big7-videoplayer-mobile .video-controls .big7-icon {
  display: block;
}
.update_content :-webkit-full-screen.big7-videoplayer .video-controls .big7-icon,
.update_content :-webkit-full-screen.big7-videoplayer-mobile .video-controls .big7-icon {
  display: block;
}
.update_content :-ms-fullscreen.big7-videoplayer .video-controls .big7-icon,
.update_content :-ms-fullscreen.big7-videoplayer-mobile .video-controls .big7-icon {
  display: block;
}
.update_content :fullscreen.big7-videoplayer .video-controls .big7-icon,
.update_content :fullscreen.big7-videoplayer-mobile .video-controls .big7-icon {
  display: block;
}
.big7-videoplayer .video-controls .vol,
.big7-videoplayer-mobile .video-controls .vol {
  position: relative;
  padding: 5px;
  margin: 0;
}
.big7-videoplayer .video-controls .volume,
.big7-videoplayer-mobile .video-controls .volume {
  min-width: 100px;
  position: absolute;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  bottom: 65px !important;
  left: -49px;
  background-color: rgba(0, 0, 0, 0.5) !important;
}
@media (max-width: 1024px) {
  .big7-videoplayer .video-controls .volume,
  .big7-videoplayer-mobile .video-controls .volume {
    bottom: 65px;
  }
}
.big7-videoplayer .video-controls .volume .volume-bar.ieFix,
.big7-videoplayer-mobile .video-controls .volume .volume-bar.ieFix {
  height: 65px;
  margin-top: 15px;
}
@media (max-width: 1024px) {
  .big7-videoplayer .video-controls .volume .volume-bar.ieFix,
  .big7-videoplayer-mobile .video-controls .volume .volume-bar.ieFix {
    margin-top: -15px;
    margin-bottom: -30px;
  }
}
@media (max-width: 1024px) {
  .big7-videoplayer .video-controls .volume,
  .big7-videoplayer-mobile .video-controls .volume {
    display: none ;
    -webkit-transform: rotate(-90deg) !important;
            transform: rotate(-90deg) !important;
    position: absolute !important;
    right: -17px !important;
    bottom: 87px;
  }
}
.big7-videoplayer .video-controls input[type='range'],
.big7-videoplayer-mobile .video-controls input[type='range'] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  border: none;
  max-width: 125px;
  height: 35px;
  margin: 3px 0;
}
.big7-videoplayer .video-controls input[type='range']:focus,
.big7-videoplayer-mobile .video-controls input[type='range']:focus {
  outline: none;
}
.big7-videoplayer .video-controls input[type='range']::-webkit-slider-runnable-track,
.big7-videoplayer-mobile .video-controls input[type='range']::-webkit-slider-runnable-track {
  height: 1px;
  -webkit-appearance: none;
  background: #FFF;
  border-radius: 50em;
}
.big7-videoplayer .video-controls input[type='range']::-webkit-slider-thumb,
.big7-videoplayer-mobile .video-controls input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50em;
  background: #FFF;
  margin-top: -4px;
}
.big7-videoplayer .video-controls input[type='range']::-moz-focus-outer,
.big7-videoplayer-mobile .video-controls input[type='range']::-moz-focus-outer,
.big7-videoplayer .video-controls input[type='range']::-moz-focus-inner,
.big7-videoplayer-mobile .video-controls input[type='range']::-moz-focus-inner {
  border-radius: 50em;
  border: 0;
  border-color: transparent;
}
.big7-videoplayer .video-controls input[type='range']::-moz-range-thumb,
.big7-videoplayer-mobile .video-controls input[type='range']::-moz-range-thumb {
  -moz-appearance: none;
  border-radius: 50em;
  background: #FFF;
  border: none;
  width: 10px;
  height: 10px;
}
.big7-videoplayer .video-controls input[type='range']::-moz-range-track,
.big7-videoplayer-mobile .video-controls input[type='range']::-moz-range-track {
  background-color: #FFF;
  height: 1px;
  margin: 10px 0;
  border-radius: 50em;
  border: 0;
  outline: 0;
}
.big7-videoplayer .video-controls input[type="range"]::-ms-track,
.big7-videoplayer-mobile .video-controls input[type="range"]::-ms-track {
  background-color: transparent;
  border-radius: 50em;
  height: 1px;
  width: 225px;
  border: none;
}
.big7-videoplayer .video-controls input[type="range"]::-ms-thumb,
.big7-videoplayer-mobile .video-controls input[type="range"]::-ms-thumb {
  background: #FFF;
  border: none;
  border-radius: 50em;
  width: 10px;
  height: 10px;
  margin-top: 0px;
}
.big7-videoplayer .video-controls input[type="range"]::-ms-fill-lower,
.big7-videoplayer-mobile .video-controls input[type="range"]::-ms-fill-lower,
.big7-videoplayer .video-controls input[type="range"]::-ms-fill-upper,
.big7-videoplayer-mobile .video-controls input[type="range"]::-ms-fill-upper {
  background-color: #FFF;
}
.big7-videoplayer .video-controls input[type="range"]::-ms-tooltip,
.big7-videoplayer-mobile .video-controls input[type="range"]::-ms-tooltip {
  display: none;
}
.big7-videoplayer .video-controls.nobottom,
.big7-videoplayer-mobile .video-controls.nobottom {
  bottom: 0 !important;
}
.big7-videoplayer.force-fullscreen,
.big7-videoplayer-mobile.force-fullscreen {
  position: fixed;
  width: 100vw !important;
  z-index: 99999999 !important;
  margin: auto;
  background: #000;
  top: 0;
  bottom: 0;
  left: 0;
  margin: 0 !important;
  max-height: 100vh;
}
.big7-videoplayer.force-fullscreen video,
.big7-videoplayer-mobile.force-fullscreen video {
  position: absolute;
  width: 100%;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (min-width: 1025px) {
  .mobile-register-msg {
    display: none;
  }
}
@media (min-width: 1025px) {
  .big7-videoplayer-mobile {
    display: none;
  }
}
.big7-videoplayer-mobile .video-controls {
  background-color: rgba(0, 0, 0, 0.65);
  bottom: 2%;
  max-width: 95%;
}
.big7-videoplayer-mobile .register-msg {
  margin-top: .5em;
}
.stop-scrolling {
  height: 100%;
  overflow: auto;
  position: fixed;
  left: 0;
  right: 0;
  overflow-y: scroll;
}
* {
  box-sizing: border-box;
}
html,
body {
  font-family: 'Oswald';
  font-size: 17px;
  font-weight: 200;
  margin: 0;
  max-width: 100vw;
  overflow-x: hidden;
  position: relative;
}
footer {
  padding: 25px 10%;
  background: linear-gradient(45deg, #968dca, #cd8ade);
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-top: 5%;
}
@media (max-width: 1024px) {
  footer {
    display: block;
    padding: 0 10%;
  }
}
@media (max-width: 1440px) {
  footer {
    padding: 25px 5%;
  }
}
footer .content-top {
  margin: -10px -1px 0;
  font-size: 11px;
  text-align: center;
}
@media (min-width: 1025px) {
  footer .content-top {
    display: none;
  }
}
footer .content-left {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  position: relative;
  top: 15px;
  left: 20px;
}
footer .content-left .img-wrapper {
  margin-left: -22px;
}
footer .content-left .img-wrapper img.logo {
  padding-right: 1vw;
  max-width: 45%;
}
@media (max-width: 1024px) {
  footer .content-left .img-wrapper img.logo {
    height: auto;
  }
}
@media (max-width: 1024px) {
  footer .content-left {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
footer .content-right {
  margin-top: -30px;
}
footer .content-right .rights {
  text-align: right;
  font-size: 12px;
  margin-bottom: 10px;
}
footer .content-right .links {
  text-align: right;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 10px;
}
footer .content-right a,
footer .content-right a:hover,
footer .content-right a:focus,
footer .content-right a:active,
footer .content-right a:visited {
  color: #ffffff;
  font-size: 13px;
  text-decoration: none;
}
@media (max-width: 1024px) {
  footer .content-right {
    display: none;
  }
}
.content-bottom {
  background-color: #ffffff;
  padding: 5px 5% 10px;
  text-align: center;
  font-weight: 400;
}
.content-bottom a,
.content-bottom a:hover,
.content-bottom a:focus,
.content-bottom a:active,
.content-bottom a:visited {
  color: black;
  font-size: 13px;
  text-decoration: none;
}
@media (min-width: 1025px) {
  .content-bottom {
    display: none;
  }
}
h3 {
  font-size: 27px;
  font-weight: 200;
}
h2 {
  font-weight: 200;
}
.video-overlay {
  display: none;
}
.msglayer,
.reglayer {
  cursor: pointer;
}
.register-msg.no-index {
  width: 30%;
  position: absolute;
  height: auto;
  right: 5%;
  top: 19vw;
  font-weight: 400;
  font-size: 28px;
}
@media (max-width: 1024px) {
  .register-msg.no-index {
    display: none;
  }
}
@media (min-width: 1440px) {
  .register-msg.no-index {
    right: 10%;
    font-size: 32px;
  }
}
.register-msg {
  background-color: #a84ebf;
  color: #ffffff;
  padding: 10px;
  text-align: center;
  font-size: 1.284vw;
  margin-bottom: 10px;
}
@media (max-width: 1440px) {
  .register-msg {
    font-size: 19px;
  }
}
.big7-videoplayer {
  width: 30vw;
  position: absolute;
  top: 12vw;
  right: 10%;
  background: none;
  /*top: 135px;*/
}
@media (max-width: 1400px) {
  .big7-videoplayer {
    top: 120px;
    right: 5%;
  }
}
.big7-videoplayer.no-index {
  width: 300px;
  position: absolute;
  height: 55px;
  right: 10%;
  top: 19vw;
}
header.desktop {
  background-image: url('/img/pluder/desktop_header_parkplatzluder_neu.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 45px;
  height: calc(100vw / 2.5);
}
@media (max-width: 1400px) {
  header.desktop {
    padding-top: 15px;
  }
}
header.desktop nav.desktop {
  background-color: #f6eef9;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90%;
  margin: 0 auto;
  font-weight: 200;
}
header.desktop nav.desktop a {
  font-size: 1.387vw;
  color: black;
  display: block;
  padding: 13px 20px;
  text-decoration: none;
  cursor: pointer;
}
header.desktop nav.desktop a.active {
  background-color: #a84ebf;
  color: #FFF;
}
header.desktop nav.desktop div.login-form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0 10px;
  background-color: rgba(0, 0, 0, 0.7);
}
header.desktop nav.desktop div.login-form form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
header.desktop nav.desktop div.login-form form input {
  padding: 4px 10px 4px 15px;
  font-size: 1.1vw;
  margin: auto 5px auto 0;
  font-family: 'Oswald';
  font-weight: 200;
  line-height: 1.42857143;
}
header.desktop nav.desktop div.login-form button {
  background-color: #a84ebf;
  border: none;
  position: relative;
  display: inline-block;
  margin: auto;
  font-size: 1.1vw;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}
header.desktop nav.desktop div.login-form button i {
  color: #FFF;
  font-size: 0.9vw;
}
header.desktop nav.desktop a.reset-pw {
  display: block;
  position: absolute;
  bottom: -55%;
  right: 10px;
  font-size: 1.284vw;
  padding: 0;
  font-weight: 300;
  color: #a84ebf;
}
@media all and (max-width: 1400px) {
  header.desktop nav.desktop {
    width: 90%;
  }
  header.desktop nav.desktop a {
    padding: 15px 13px;
  }
  header.desktop nav.desktop div.login-form form {
    font-size: 1.2vw;
  }
  header.desktop nav.desktop div.login-form form input {
    width: 42%;
    padding: 4px;
  }
  header.desktop .big7-videoplayer:not(".index") {
    right: 8%;
    width: 33%;
    top: 9vw;
  }
  header.desktop .big7-videoplayer:not(".index") .register-msg {
    font-size: 20px;
  }
  header.desktop .big7-videoplayer:not(".index").no-index {
    left: 65vw;
  }
}
@media (orientation: landscape) and (width: 1366px), (orientation: portrait) and (width: 1024px), (width: 1280px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), (width: 800px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  header.desktop nav.desktop {
    display: none;
  }
  nav.mobile {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  header.desktop {
    padding-top: 0;
  }
}
@media (max-width: 1024px) {
  header.desktop nav.desktop {
    display: none;
  }
  nav.mobile {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  header.desktop {
    background-image: url('/img/pluder/desktop_header_parkplatzluder.jpg');
    background-position: 0 50px;
    height: calc((100vw / 1.77));
    padding-top: 0;
  }
  header.desktop .big7-videoplayer {
    display: none;
  }
}
nav.mobile {
  display: none;
}
@media (orientation: landscape) and (width: 1366px), (orientation: portrait) and (width: 1024px), (width: 1280px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), (width: 800px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  nav.mobile {
    display: block;
  }
}
@media (max-width: 1024px) {
  nav.mobile {
    display: block;
  }
}
nav.mobile .menu {
  background-color: #333333;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  height: 50px;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  cursor: pointer;
}
nav.mobile .menu i {
  padding: 15px;
  font-size: 24px;
  color: #FFF;
  background-color: #a84ebf;
  height: auto !important;
}
@media (max-width: 470px) {
  nav.mobile .menu i {
    font-size: 20px;
  }
}
nav.mobile .menu .img-wrapper {
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
}
nav.mobile .menu .img-wrapper img {
  max-width: 100%;
  padding: 10px;
}
nav.mobile .menu .fixed {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  z-index: 200;
  width: 100%;
}
nav.mobile .menu .fixed div.img-wrapper {
  width: 85%;
}
nav.mobile .menu .fixed .placeholder {
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  background-color: #e0dbef;
}
nav.mobile .header-img-mobile {
  width: 100%;
}
nav.mobile .big7-videoplayer {
  width: 95%;
  margin: -47vw 2.5% 10px;
  overflow: visible;
}
nav.mobile .big7-videoplayer img.msglayer {
  position: absolute;
  z-index: 1000;
  top: -3%;
  right: -3%;
  display: block;
  width: 20%;
}
@media (max-width: 1024px) {
  nav.mobile .big7-videoplayer img.msglayer {
    display: none;
  }
}
nav.mobile .big7-videoplayer.fullscreen {
  width: 100%;
  margin: 0;
}
nav.mobile .big7-videoplayer.fullscreen .video-controls {
  width: 100%;
  padding: 0;
}
.big7-videoplayer-mobile.video_hls_player .vjs-poster {
  overflow: hidden;
}
nav.mobile .big7-videoplayer:-webkit-full-screen {
  margin: 0;
}
nav.mobile .big7-videoplayer:-ms-fullscreen {
  margin: 0;
}
nav.mobile .big7-videoplayer:fullscreen {
  margin: 0;
}
#mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
#mobile-menu-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 20000000;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  width: 200px;
  position: fixed;
  top: 0;
  left: 0;
  font-weight: 200;
  background-color: #e0dbef;
}
#mobile-menu-content.fade-in {
  -webkit-animation: mobile-menu-content-in 300ms forwards;
          animation: mobile-menu-content-in 300ms forwards;
}
#mobile-menu-content.fade-out {
  -webkit-animation: mobile-menu-content-out 300ms forwards;
          animation: mobile-menu-content-out 300ms forwards;
}
#mobile-menu-content div a {
  margin-top: 1px;
  text-decoration: none;
  width: 100%;
  display: inline-block;
  color: #000;
  font-size: 24px;
  background-color: #e0dbef;
  padding: 5px 10px;
  border-top: 1px solid #c1bdce;
}
#mobile-menu-content div a:hover,
#mobile-menu-content div a:active {
  text-decoration: none;
}
#mobile-menu-content div a.active {
  background-color: #a84ebf;
  color: #FFF;
}
#mobile-menu-content .wrapper {
  max-height: 100vh;
  overflow: auto;
}
#mobile-menu-content .wrapper div {
  background-color: #099711;
  font-size: 30px;
  padding: 5px 10px;
  color: #FFF;
}
#mobile-menu-content .wrapper div.menu-item {
  margin-top: 20px;
}
#mobile-menu-content .wrapper div i {
  color: #fff;
  display: block;
  height: auto;
  padding: 10px;
  margin: -10px;
  background-color: #a84ebf;
  border: none;
}
#mobile-menu-content .wrapper div.navigation {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e0dbef;
  margin-top: 0;
  color: #000;
}
@media (max-width: 550px) {
  #mobile-menu-content div div,
  #mobile-menu-content div a {
    font-size: 24px;
    padding: 3px 10px;
  }
}
#mobile-menu-content div img {
  margin: 30px auto;
  width: 65%;
  display: block;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.75);
  display: none;
}
.modal .modal-body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: top;
      -ms-flex-align: top;
          align-items: top;
}
.big7-videoplayer,
.big7-videoplayer-mobile {
  color: #FFF;
}
.big7-videoplayer .video-controls,
.big7-videoplayer-mobile .video-controls {
  background-color: rgba(0, 0, 0, 0.65);
}
.big7-videoplayer .video-controls .full-screen div,
.big7-videoplayer-mobile .video-controls .full-screen div {
  background-image: url('/img/pluder/fullscreen_icon_w.png');
}
.big7-videoplayer .video-controls i,
.big7-videoplayer-mobile .video-controls i {
  color: #FFF;
}
.big7-videoplayer .play-pause i,
.big7-videoplayer-mobile .play-pause i {
  color: #a84ebf;
}
.big7-videoplayer-mobile .volume {
  display: none;
}
h2 {
  font-size: 42px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 32px;
  }
}
.ok_box {
  color: #008707;
}
.err_box2 {
  color: red;
}
.modal-header,
.modal-body,
.modal-body > .form-control {
  background-color: #2A2A2A;
  color: #fff;
}
#reset-pw .modal-dialog {
  max-width: 95%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 400px;
  height: 75%;
  height: -webkit-fit-content;
  height: fit-content;
  max-height: -webkit-fit-content;
  max-height: fit-content;
}
#reset-pw .modal-content {
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  border-radius: 0;
}
#reset-pw .modal-dialog .modal-body {
  padding: 15px 15px 15px 15px;
  background-color: rgba(225, 225, 225, 0.5);
  display: block;
}
#reset-pw .modal-dialog .modal-body .bild-header {
  color: #FFF;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #968dca;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 5px 10px 10px;
  margin: 0 auto 10px;
  font-size: 26px;
  max-width: 400px;
}
#reset-pw .modal-dialog .modal-body .bild-header div.close-btn {
  position: absolute;
  top: 5px;
  right: 25px;
  cursor: pointer;
}
#reset-pw .modal-dialog .modal-body .password {
  padding: 0 5px;
  background-image: url(/img/pluder/grafik_passwort.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  max-width: 400px;
  height: 392px;
  margin: 0 auto;
  color: #FFFFFF;
  font-weight: 300;
}
#reset-pw .modal-dialog .modal-body .password .alert.alert-danger {
  padding: 5px 10px;
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  font-size: 24px;
  border-radius: 0;
  margin: -70px 10% 10px;
  width: calc(80%);
}
#reset-pw .modal-dialog .modal-body .password .alert.alert-danger a {
  color: #968dca;
}
@media (max-width: 650px) {
  #reset-pw .modal-dialog .modal-body .password .alert.alert-danger {
    font-size: 22px;
  }
}
#reset-pw .modal-dialog .modal-body .password .password-reset-form {
  max-width: 1024px;
  margin: 0 auto;
  padding: 60% 10px 10px;
}
#reset-pw .modal-dialog .modal-body .password .password-reset-form input {
  margin-bottom: 10px;
  font-size: 18px;
  width: 100%;
  padding: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  border: none;
  border-radius: 0;
  font-family: 'Oswald';
}
#reset-pw .modal-dialog .modal-body .password .password-reset-form button {
  font-size: 20px;
  margin: 0 auto 10px;
  width: 100%;
  border: none;
  color: #FFFFFF;
  background: #099711;
  padding: 10px;
  font-family: 'Oswald';
}
#reset-pw .modal-dialog .modal-body .password label {
  font-weight: 300;
}
@media (max-width: 1024px) {
  #reset-pw .modal-dialog .modal-body .password .password-form {
    padding: 210px 10px 10px;
  }
}
#reset-pw .modal-dialog .modal-body .password .form-group div.text {
  font-size: 17px;
  width: 100%;
}
@media (max-width: 1024px) {
  #reset-pw .modal-dialog .modal-body .password .form-group div.text {
    font-size: 17px;
  }
}
@media (max-width: 450px) {
  #reset-pw .modal-dialog .modal-body .password .form-group div.text {
    font-size: 13px;
  }
}
.alert.alert-danger {
  padding: 5px 10px;
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  font-size: 24px;
  border-radius: 0;
  margin: 10px 10% 10px;
  width: calc(80%);
}
.alert.alert-danger a {
  color: #968dca;
}
@media (max-width: 650px) {
  .alert.alert-danger {
    font-size: 22px;
  }
}
#reglayer .modal-dialog {
  max-width: 95%;
  width: 925px;
  height: 67%;
  height: -webkit-fit-content;
  height: fit-content;
  max-height: -webkit-fit-content;
  max-height: fit-content;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (max-width: 900px) {
  #reglayer .modal-dialog {
    height: auto;
  }
}
@media (max-width: 1280px) {
  #reglayer .modal-dialog {
    width: 70%;
  }
}
@media (max-width: 1024px) {
  #reglayer .modal-dialog {
    width: 100%;
    margin-left: auto;
  }
}
#reglayer .modal-dialog .modal-content {
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  border-radius: 0;
}
#reglayer .modal-dialog .modal-content .modal-header {
  display: none;
}
#reglayer .modal-dialog .modal-content .modal-body {
  padding: 15px 15px 15px 15px;
  background-color: rgba(225, 225, 225, 0.5);
}
#reglayer .modal-dialog .modal-content .modal-body .pic-column {
  width: 50%;
}
#reglayer .modal-dialog .modal-content .modal-body .text-column {
  width: 49%;
}
#reglayer .modal-dialog .modal-content .modal-body .ama-pic {
  width: 100%;
}
#reglayer .modal-dialog .modal-content .modal-body .bild-header,
#mobilemsgreg .bild-header {
  background-color: #d79ce0;
  padding: 5px 10px;
  font-size: 27px;
  font-weight: 400;
}
#reglayer .modal-dialog .modal-content .modal-body .text-column {
  padding: 0 0 2px;
}
#reglayer .modal-dialog .modal-content .modal-body .text-column p {
  font-size: 19px;
  margin: 9px 0 15px;
  padding: 0 20px;
}
@media (max-width: 1195px) {
  #reglayer .modal-dialog .modal-content .modal-body .text-column p {
    font-size: 17px;
  }
}
@media (max-width: 1081px) {
  #reglayer .modal-dialog .modal-content .modal-body .text-column p {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  #reglayer .modal-dialog .modal-content .modal-body .text-column p {
    font-size: 19px;
  }
}
#reglayer .modal-dialog .modal-content .modal-body .text-column form {
  padding: 0 20px;
}
#reglayer .modal-dialog .modal-content .modal-body .text-column form input[type=email] {
  border-radius: 0;
  padding: 5px;
}
#reglayer .modal-dialog .modal-content .modal-body .form-control {
  margin-left: 0;
}
#reglayer .modal-dialog .modal-content .modal-body .btn {
  text-align: center;
  font-weight: 400;
  background-color: #a84ebf;
  color: #FFF;
}
#reglayer .modal-dialog .modal-content .modal-body .heading {
  font-size: 27px;
  font-weight: 400;
  color: #FFF;
  background-color: #b7b2db;
  padding: 5px 20px;
  position: relative;
}
#reglayer .modal-dialog .modal-content .modal-body .heading div.close-btn {
  position: absolute;
  top: -5px;
  right: 10px;
  cursor: pointer;
}
@media (max-width: 1195px) {
  #reglayer .modal-dialog .modal-content .modal-body .heading {
    font-size: 26px;
  }
}
@media (max-width: 1081px) {
  #reglayer .modal-dialog .modal-content .modal-body .heading {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  #reglayer .modal-dialog .modal-content .modal-body .heading {
    font-size: 30px;
  }
}
#reglayer .modal-dialog .modal-content .modal-body .modal-form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#reglayer .modal-dialog .modal-content .modal-body .modal-form input,
#reglayer .modal-dialog .modal-content .modal-body .modal-form button {
  height: 50px;
  font-size: 25px;
  font-family: 'Oswald';
  border: none;
}
@media (max-width: 1081px) {
  #reglayer .modal-dialog .modal-content .modal-body .modal-form input,
  #reglayer .modal-dialog .modal-content .modal-body .modal-form button {
    height: 31px;
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  #reglayer .modal-dialog .modal-content .modal-body .modal-form input,
  #reglayer .modal-dialog .modal-content .modal-body .modal-form button {
    height: 50px;
    font-size: 25px;
  }
}
#reglayer .modal-dialog .modal-content .modal-body .modal-form input::-webkit-input-placeholder {
  color: #696969;
  font-weight: 400;
}
#reglayer .modal-dialog .modal-content .modal-body .modal-form input:-moz-placeholder {
  color: #696969;
  font-weight: 400;
}
#reglayer .modal-dialog .modal-content .modal-body .modal-form input::-moz-placeholder {
  color: #696969;
  font-weight: 400;
}
#reglayer .modal-dialog .modal-content .modal-body .modal-form input:-ms-input-placeholder {
  color: #696969;
  font-weight: 400;
}
#reglayer .modal-dialog .modal-content .modal-body .modal-form input::-ms-input-placeholder {
  color: #696969;
  font-weight: 400;
}
#reglayer .modal-dialog .modal-content .modal-body .modal-form input:placeholder-shown {
  color: #696969;
  font-weight: 400;
}
#reglayer .modal-dialog .modal-content .modal-body .modal-form input[type="email"] {
  margin-bottom: 10px;
}
#reglayer .modal-dialog .modal-content .modal-body .loginform,
#mobilereg .loginform,
#mobilemsgreg .loginform {
  display: none;
}
#reglayer .modal-dialog .modal-content .modal-body .loginform input,
#mobilereg .loginform input,
#mobilemsgreg .loginform input {
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  #reglayer .modal-dialog .modal-content .modal-body .pic-column,
  #reglayer .modal-dialog .modal-content .modal-body .text-column {
    width: 100%;
  }
}
@media (max-width: 900px) {
  #reglayer .modal-dialog .modal-content .modal-body .pic-column {
    margin-bottom: 15px;
    padding-right: 0;
    padding-left: 0;
  }
  #reglayer .modal-dialog .modal-content .modal-body .text-column {
    padding-bottom: 10px;
  }
}
#reglayer .modal-dialog .modal-content .modal-body .text-column {
  background-color: #e2e3f7;
  color: #646665;
}
#reglayer .modal-dialog .modal-content .modal-body.mail-exists .loginform,
#mobilereg.mail-exists .loginform,
#mobilemsgreg.mail-exists .loginform {
  display: block;
}
#reglayer .modal-dialog .modal-content .modal-body.mail-exists .text-column,
#mobilereg.mail-exists .text-column,
#mobilemsgreg.mail-exists .text-column {
  display: none;
}
#reglayer .modal-dialog .modal-content .modal-body.mail-exists .pic-column,
#mobilereg.mail-exists .pic-column,
#mobilemsgreg.mail-exists .pic-column {
  position: relative;
}
#reglayer .modal-dialog .modal-content .modal-body.mail-exists .pic-column::after,
#mobilereg.mail-exists .pic-column::after,
#mobilemsgreg.mail-exists .pic-column::after {
  content: '';
  position: absolute;
  background-image: url("/img/big7-logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 110px;
  height: 55px;
  right: 15px;
  top: 35px;
  margin: 5px;
}
@media (max-width: 1140px) {
  #reglayer .modal-dialog .modal-content .modal-body.mail-exists .pic-column,
  #mobilereg.mail-exists .pic-column,
  #mobilemsgreg.mail-exists .pic-column {
    width: 35%;
  }
}
#msglayer .close-btn {
  width: 35px;
  height: 35px;
  text-align: center;
  position: absolute;
  top: -5px;
  right: -5px;
  cursor: pointer;
  font-size: 20px;
}
#msglayer #smileys_window,
#mobilemsgreg #smileys_window {
  display: none;
  position: absolute;
  top: -100px;
  right: 5px;
  width: 350px;
  background-color: #2D2D2D;
  border-color: #2D2D2D;
  z-index: 6;
}
#msglayer #smileys_window .smiley_raster img,
#mobilemsgreg #smileys_window .smiley_raster img {
  cursor: pointer;
  margin: 3px;
  float: left;
  max-width: 28px;
  width: 20%;
}
#msglayer .mobile-message #smileys_window {
  top: -160px;
  right: 20px;
  width: 210px;
}
#msglayer .loginform {
  display: none;
}
#msglayer .modal-dialog {
  max-width: 95%;
  width: 925px;
  height: 70%;
  height: -webkit-fit-content;
  height: fit-content;
  max-height: -webkit-fit-content;
  max-height: fit-content;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (max-width: 900px) {
  #msglayer .modal-dialog {
    height: auto;
  }
}
#msglayer .modal-dialog .modal-content {
  position: relative;
  background-color: initial;
}
#msglayer .modal-dialog .modal-content .modal-body {
  padding: 20px;
  background-color: rgba(225, 225, 225, 0.5);
}
#msglayer .modal-dialog .modal-content .modal-body .pic-column,
#msglayer .modal-dialog .modal-content .modal-body .text-column {
  width: 49%;
}
#msglayer .modal-dialog .modal-content .modal-body .chat_smileys,
#mobilemsgreg .chat_smileys {
  position: absolute;
  top: 8px;
  right: 8px;
  color: #000000;
  font-size: 22px;
}
#msglayer .modal-dialog .modal-content .modal-body .smiley-wrapper {
  position: relative;
}
#msglayer .modal-dialog .modal-content .modal-body p.bild-header {
  margin: 0;
  padding-left: 6px;
}
#msglayer .modal-dialog .modal-content .modal-body .margin_medium {
  margin: 0 20px;
}
#msglayer .modal-dialog .modal-content .modal-body .text-column {
  background-color: #e2e3f7;
  padding-left: 0;
}
#msglayer .modal-dialog .modal-content .modal-body .text-column .form-group > .row > div {
  width: 100%;
}
@media (max-width: 900px) {
  #msglayer .modal-dialog .modal-content .modal-body .text-column {
    padding-left: 15px;
  }
}
#msglayer .modal-dialog .modal-content .modal-body textarea,
#msglayer .modal-dialog .modal-content .modal-body .emoji-wysiwyg-editor {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  resize: none;
}
#msglayer .modal-dialog .modal-content .modal-body .ama-name {
  background-color: #d79ce0;
  color: #fcfffb;
  font-size: 27px;
  padding: 2px 10px;
  text-align: left;
  font-weight: 400;
}
#msglayer .modal-dialog .modal-content .modal-body .ama-pic {
  width: 100%;
}
#msglayer .modal-dialog .modal-content .modal-body .msg_dis {
  background-color: #e2e3f7;
  margin: 0;
  color: #6c6d6f;
  padding: 15px;
}
#msglayer .modal-dialog .modal-content .modal-body .msg_dis strong {
  font-weight: 600;
}
#msglayer .modal-dialog .modal-content .modal-body .bild-header {
  position: relative;
}
#msglayer .modal-dialog .modal-content .modal-body .bild-header div.close-btn {
  position: absolute;
  top: -5px;
  right: 0px;
}
@media (max-width: 900px) {
  #msglayer .modal-dialog .modal-content .modal-body .bild-header div.close-btn {
    top: -15px;
    right: 0px;
  }
}
#msglayer .modal-dialog .modal-content .modal-body .form-control {
  margin-left: 0;
  border-radius: 0;
  font-size: 20px;
  min-height: 40px;
  width: 60%;
  font-family: 'Oswald';
  border: none;
  padding: 10px;
}
#msglayer .modal-dialog .modal-content .modal-body #msg,
#msglayer .modal-dialog .modal-content .modal-body .emoji-wysiwyg-editor {
  width: 100%;
  height: 90px;
  margin-bottom: 25px;
  font-size: 20px;
  min-height: 165px;
  border-radius: 0;
  color: #7e7e7e;
  font-family: 'Oswald';
  border: none;
  padding: 10px;
}
#msglayer .modal-dialog .modal-content .modal-body i.emoji-picker-icon {
  color: #000;
  top: 10px;
  cursor: pointer;
}
#msglayer .modal-dialog .modal-content .modal-body .clr {
  padding: 8px 15px 20px;
  margin-bottom: 25px;
  border-radius: 0 0 3px 3px;
}
#msglayer .modal-dialog .modal-content .modal-body .clr .form-group .form-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#msglayer .modal-dialog .modal-content .modal-body .clr .form-group .form-group input[type=email] {
  width: 350px;
  font-size: 22px;
  padding: 5px 12px;
  height: auto;
}
#msglayer .modal-dialog .modal-content .modal-body .clr .form-group .form-group input[type=email]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #7e7e7e;
}
#msglayer .modal-dialog .modal-content .modal-body .clr .form-group .form-group input[type=email]::-moz-placeholder {
  /* Firefox 19+ */
  color: #7e7e7e;
}
#msglayer .modal-dialog .modal-content .modal-body .clr .form-group .form-group input[type=email]:-ms-input-placeholder {
  /* IE 10+ */
  color: #7e7e7e;
}
#msglayer .modal-dialog .modal-content .modal-body .clr .form-group .form-group input[type=email]:-moz-placeholder {
  /* Firefox 18- */
  color: #7e7e7e;
}
#msglayer .modal-dialog .modal-content .modal-body .clr span {
  color: #6c6d6f;
  font-size: 26px;
  margin-bottom: 10px;
  display: block;
}
#msglayer .modal-dialog .modal-content .modal-body .clr p {
  font-size: 12px;
  text-align: right;
  color: #8c8c94;
  margin-top: 25px;
}
#msglayer .modal-dialog .modal-content .modal-body .submit-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#msglayer .modal-dialog .modal-content .modal-body button {
  border: none !important;
  background-color: #a84ebf;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-size: 22px;
  font-family: 'Oswald';
  padding: 0px 15px;
}
@media (max-width: 610px) {
  #msglayer .modal-dialog .modal-content .modal-body button {
    width: 100%;
  }
}
#msglayer .modal-dialog .modal-content .modal-body .heading {
  font-size: 30px;
  font-weight: 500;
  color: #E1409E;
  margin-left: 20px;
  margin-bottom: 5px;
}
#msglayer .modal-dialog .modal-content .modal-body .modal-form input,
#msglayer .modal-dialog .modal-content .modal-body .modal-form button {
  height: 50px;
  font-size: 25px;
}
#mobilereg {
  white-space: normal;
  color: #66676b;
  margin: 10px 10%;
}
@media (max-width: 1440px) {
  #mobilereg {
    margin: 10px 5%;
  }
}
@media (min-width: 800px) {
  #mobilereg {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (width: 800px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  #mobilereg {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#mobilereg .btn {
  padding-left: 10px;
  padding-top: 8px;
  height: 55px;
  font-size: 25px;
  margin: 0;
  font-weight: 700;
  background-color: #a84ebf;
  color: #FFF;
}
#mobilereg input {
  border-radius: 0;
  margin-bottom: 10px;
  height: 55px;
  font-size: 25px;
}
#mobilereg p {
  margin: 20px 0 8px;
}
@media (max-width: 1024px) {
  #mobilereg p {
    margin-top: 0;
  }
}
#mobilereg p span.bold {
  font-weight: bold;
}
#mobilereg .ama-pic {
  width: 100%;
}
#mobilereg .text-column {
  padding: 15px;
}
@media (min-width: 1025px) {
  #mobilereg .text-column {
    padding: 0 0 0 15px;
  }
}
#mobilereg .text-column .heading {
  color: #f740ad;
  margin-top: 10px;
}
#mobilereg .text-column p {
  font-size: 20px;
}
@media (max-width: 800px) {
  #mobilereg .text-column p {
    font-size: 19px;
  }
}
#mobilereg .text-column p br:after {
  content: '\n';
}
@media all and (max-width: 351px) {
  #mobilereg button[type="submit"] {
    font-size: 20px;
  }
}
#mobilereg.mail-exists .pic-column::after,
#mobilemsgreg.mail-exists .pic-column::after {
  top: 0px;
}
@media (max-width: 425px) {
  #mobilereg div.form-group input {
    font-size: 20px;
    padding: 10px;
  }
  #mobilereg div.form-group button[type=submit] {
    font-size: 23px;
  }
}
#mobilereg.mail-exists,
#mobilemsgreg.mail-exists {
  padding: 0 5px;
}
#mobilereg.mail-exists .loginform form input,
#mobilemsgreg.mail-exists .loginform form input {
  border-radius: 0;
  color: #555;
}
#mobilereg.mail-exists .loginform form input::-webkit-input-placeholder,
#mobilemsgreg.mail-exists .loginform form input::-webkit-input-placeholder {
  color: #555;
}
#mobilereg.mail-exists .loginform form input::placeholder,
#mobilemsgreg.mail-exists .loginform form input::placeholder {
  color: #555;
}
@media (min-width: 800px) {
  #mobilereg {
    width: 100%;
    margin: auto;
  }
  #mobilereg .ama-pic {
    max-width: 100%;
  }
  #mobilereg .text-column p {
    margin-top: 0;
  }
}
#mobilemsgreg {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #FFFFFF;
  white-space: normal;
  background-color: #e2e3f7;
  padding: 5px;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 90%;
  margin: 0 auto;
}
#mobilemsgreg span.bold {
  font-weight: bold;
}
#mobilemsgreg i.emoji-picker-icon {
  color: #2e2e2e;
  top: 10px;
}
#mobilemsgreg .form-group {
  margin-bottom: 10px;
}
#mobilemsgreg .form-control {
  height: 40px;
  font-size: 14px;
  width: 100%;
  margin-top: 10px;
  padding: 10px;
  border: none;
  font-family: 'Oswald';
}
#mobilemsgreg .text-column {
  padding: 0 5px;
}
@media (max-width: 800px) {
  #mobilemsgreg .text-column span {
    font-size: 14px;
  }
}
#mobilemsgreg .ama-pic + div {
  font-size: 14px;
}
#mobilemsgreg .pic-column div {
  font-size: 18px;
  padding-top: 20px;
  padding: 10px 10px 20px;
}
@media (max-width: 1024px) {
  #mobilemsgreg .pic-column div {
    padding-top: 0;
    padding-bottom: 0;
  }
}
#mobilemsgreg #smileys_window {
  top: -160px;
  right: 20px;
  width: 210px;
}
#mobilemsgreg p {
  font-size: 14px;
  color: #8c8c94;
}
#mobilemsgreg .btn {
  padding-left: 10px;
  padding-top: 8px;
  height: 55px;
  font-size: 25px;
  margin: 0;
  font-weight: 700;
  background-color: #a84ebf;
  color: #fff;
}
#mobilemsgreg input[type="email"] {
  margin-bottom: 10px;
  border-radius: 0;
}
#mobilemsgreg .ama-pic {
  width: 100%;
}
#mobilemsgreg textarea,
#mobilemsgreg .emoji-wysiwyg-editor {
  resize: none;
  font-size: 18px;
  min-height: 19vw;
  border-radius: 0;
}
@media (max-width: 800px) {
  #mobilemsgreg textarea,
  #mobilemsgreg .emoji-wysiwyg-editor {
    height: 150px !important;
  }
}
@media (min-width: 1025px) {
  #mobilemsgreg textarea,
  #mobilemsgreg .emoji-wysiwyg-editor {
    font-size: 20px !important;
  }
}
#mobilemsgreg .text-wrapper {
  background-color: #e2e3f7;
  color: #FFF;
  padding-bottom: 0;
}
#mobilemsgreg .chat_smileys {
  top: 0;
  right: 0;
  padding: 5px 10px;
}
#mobilemsgreg .msg {
  width: 100%;
}
@media (min-width: 1025px) {
  #mobilemsgreg .msg {
    font-size: 20px;
  }
}
#mobilemsgreg .smiley-wrapper {
  position: relative;
}
@media all and (max-width: 355px) {
  #mobilemsgreg button[type="submit"] {
    font-size: 20px;
  }
}
@media all and (max-width: 800px) {
  #mobilemsgreg {
    display: block;
  }
}
@media all and (max-width: 1024px) {
  #mobilemsgreg button[type="submit"] {
    font-size: 22px;
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
  }
  #mobilemsgreg .pic-column {
    margin: 0 auto;
  }
  #mobilemsgreg .text-column {
    margin: 0 auto;
  }
}
@media (max-width: 425px) {
  #mobilemsgreg button[type=submit] {
    width: 100%;
  }
}
#mobilemsgreg.mail-exists .pic-column > div {
  display: none;
}
#mobilemsgreg.mail-exists input {
  margin-bottom: 10px;
  height: 50px;
  font-size: 25px;
}
#mobilemsgreg.mail-exists input::-webkit-input-placeholder {
  color: #2e2e2e;
  font-weight: 400;
}
#mobilemsgreg.mail-exists input:-moz-placeholder {
  color: #2e2e2e;
  font-weight: 400;
}
#mobilemsgreg.mail-exists input::-moz-placeholder {
  color: #2e2e2e;
  font-weight: 400;
}
#mobilemsgreg.mail-exists input:-ms-input-placeholder {
  color: #2e2e2e;
  font-weight: 400;
}
#mobilemsgreg.mail-exists input::-ms-input-placeholder {
  color: #2e2e2e;
  font-weight: 400;
}
#mobilemsgreg.mail-exists input:placeholder-shown {
  color: #2e2e2e;
  font-weight: 400;
}
#mobilemsgreg.mail-exists {
  padding: 0 5px;
}
#mobilemsgreg.mail-exists .pic-column::after {
  background-image: none;
}
#mobilemsgreg.mail-exists .loginform form input {
  border-radius: 0;
  color: #555;
}
#mobilemsgreg.mail-exists .loginform form input::-webkit-input-placeholder {
  color: #555;
}
#mobilemsgreg.mail-exists .loginform form input::placeholder {
  color: #555;
}
#resetpw-mobile {
  color: white;
}
#resetpw-mobile h1 {
  color: #f740ad;
  font-size: 30px;
  text-align: center;
}
#resetpw-mobile p {
  text-align: center;
}
@media all and (max-width: 447px) {
  #resetpw-mobile {
    font-size: 11px;
  }
}
#resetpw {
  color: white;
  margin: 0 30px;
}
#resetpw h1 {
  color: #f740ad;
  font-size: 30px;
}
#resetpw p {
  white-space: normal;
}
#resetpw input,
#resetpw button {
  max-width: 350px;
}
@media all and (max-width: 447px) {
  #resetpw {
    font-size: 11px;
  }
}
.msg-reg-wrapper {
  color: #FFF;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #FFF;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #f740ad;
  padding: 5px 15px 10px;
  margin-top: 30px;
}
.msg-reg-wrapper .news-menu {
  margin: 0 10px;
  font-size: 20px;
}
.msg-reg-wrapper .news-menu span {
  padding-left: 30px;
}
.msg-reg-wrapper .news-menu span.active {
  font-weight: bold;
}
@media (max-width: 1500px) {
  .msg-reg-wrapper {
    margin: 0 5%;
    margin-top: 30px;
  }
}
@media (max-width: 1024px) {
  .msg-reg-wrapper {
    margin: 0;
    background-color: #2e2e2e;
    color: #f740ad;
    padding: 0 15px;
    margin-top: -49px;
  }
  .msg-reg-wrapper div.headline {
    font-size: 22px;
  }
}
@media (min-width: 1025px) and (orientation: landscape) {
  .mobilereg-wrapper {
    margin: 0 10.00%;
  }
}

span.emoji {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: baseline;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 1em;
  height: 1em;
  background-size: 1em;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
span.emoji-sizer {
  line-height: 0.81em;
  font-size: 1em;
  margin: -2px 0;
}
span.emoji-outer {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  height: 1em;
  width: 1em;
}
span.emoji-inner {
  display: -moz-inline-box;
  display: inline-block;
  text-indent: -9999px;
  width: 100%;
  height: 100%;
  vertical-align: baseline;
  *vertical-align: auto;
  *zoom: 1;
}
img.emoji {
  width: 1em;
  height: 1em;
}
.emoji-wysiwyg-editor:empty:before {
  content: attr(placeholder);
  color: #9aa2ab;
}
.emoji-picker-container {
  position: relative;
}
.emoji-picker-icon {
  position: absolute;
  right: 6px;
  top: 10px;
  font-size: 20px;
  opacity: 0.7;
  z-index: 100;
  transition: none;
  color: #000;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.emoji-picker-icon.parent-has-scroll {
  right: 28px;
}
.emoji-picker-icon:hover {
  opacity: 1;
}
/* Emoji area */
.emoji-wysiwyg-editor:empty:before {
  content: attr(placeholder);
  color: #9aa2ab;
}
.emoji-wysiwyg-editor:active:before,
.emoji-wysiwyg-editor:focus:before {
  content: none;
}
.emoji-wysiwyg-editor {
  padding: 6px;
  padding-right: 35px;
  margin-bottom: 0px;
  min-height: 35px;
  /* 35 */
  height: 30px;
  max-height: 284px;
  overflow: auto;
  line-height: 17px;
  border: 1px solid #d2dbe3;
  border-radius: 2px;
  box-shadow: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-user-select: text;
  word-wrap: break-word;
}
.emoji-wysiwyg-editor.parent-has-scroll {
  padding-right: 40px;
}
.emoji-wysiwyg-editor.single-line-editor {
  min-height: 35px;
  height: inherit;
}
.emoji-wysiwyg-editor img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin: -3px 0 0 0;
}
.emoji-menu {
  position: absolute;
  z-index: 999;
  width: 225px;
  border: 1px #dfdfdf solid;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
.emoji-items-wrap1 {
  background: #ffffff;
  padding: 5px 2px 5px 5px;
}
.emoji-items-wrap1 .emoji-menu-tabs {
  width: 100%;
  margin-bottom: 8px;
  margin-top: 3px;
}
.emoji-items-wrap1 .emoji-menu-tabs td {
  text-align: center;
  color: white;
  line-height: 0;
}
.emoji-menu-tabs .emoji-menu-tab {
  display: inline-block;
  width: 24px;
  height: 29px;
  background: url('/img/IconsetSmiles.png') no-repeat;
  background-size: 42px 350px;
  border: 0;
}
.is_1x .emoji-menu-tabs .emoji-menu-tab {
  background-image: url('/img/IconsetSmiles_1x.png');
}
.emoji-menu-tabs .icon-recent {
  background-position: -9px -306px;
}
.emoji-menu-tabs .icon-recent-selected {
  background-position: -9px -277px;
}
.emoji-menu-tabs .icon-smile {
  background-position: -9px -34px;
}
.emoji-menu-tabs .icon-smile-selected {
  background-position: -9px -5px;
}
.emoji-menu-tabs .icon-flower {
  background-position: -9px -145px;
}
.emoji-menu-tabs .icon-flower-selected {
  background-position: -9px -118px;
}
.emoji-menu-tabs .icon-bell {
  background-position: -9px -89px;
}
.emoji-menu-tabs .icon-bell-selected {
  background-position: -9px -61px;
}
.emoji-menu-tabs .icon-car {
  background-position: -9px -196px;
}
.emoji-menu-tabs .icon-car-selected {
  background-position: -9px -170px;
}
.emoji-menu-tabs .icon-grid {
  background-position: -9px -248px;
}
.emoji-menu-tabs .icon-grid-selected {
  background-position: -9px -222px;
}
.emoji-menu-tabs .icon-smile,
.emoji-menu-tabs .icon-flower,
.emoji-menu-tabs .icon-bell,
.emoji-menu-tabs .icon-car,
.emoji-menu-tabs .icon-grid {
  opacity: 0.7;
}
.emoji-menu-tabs .icon-smile:hover,
.emoji-menu-tabs .icon-flower:hover,
.emoji-menu-tabs .icon-bell:hover,
.emoji-menu-tabs .icon-car:hover,
.emoji-menu-tabs .icon-grid:hover {
  opacity: 1;
}
.emoji-menu .emoji-items-wrap {
  position: relative;
  height: 174px;
}
.emoji-menu .emoji-items {
  padding-right: 8px;
  outline: 0 !important;
}
.emoji-menu img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  border: 0 none;
}
.emoji-menu .emoji-items a {
  margin: -1px 0 0 -1px;
  padding: 5px;
  display: block;
  float: left;
  border-radius: 2px;
  border: 0;
}
.emoji-menu .emoji-items a:hover {
  background-color: #edf2f5;
}
.emoji-menu:after {
  content: ' ';
  display: block;
  clear: left;
}
.emoji-menu a .label {
  display: none;
}

/** initial setup **/
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.nano > .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.nano > .nano-content:focus {
  outline: thin dotted;
}
.nano > .nano-content::-webkit-scrollbar {
  display: none;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}
.nano > .nano-pane {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  width: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: .01;
  transition: .2s;
  border-radius: 5px;
}
.nano > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  margin: 0 1px;
  border-radius: 3px;
}
.nano:hover > .nano-pane,
.nano-pane.active,
.nano-pane.flashed {
  visibility: visible\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.99;
}
