/** Einige Styles um Bootstrap zu überschreiben **/
.tooltip {
  z-index: 4000 !important;
}
.navbar-toggle {
  z-index: 3000;
}
.modal-dialog {
  margin: 28px auto;
  z-index: 300;
}
.mobile .modal-dialog {
  margin: 28px 15px;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  background-color: #000000;
}
.modal-body {
  font-weight: 300;
}
.dropup {
  position: relative;
}
.modal-content .close.big7 {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -11px;
  right: -11px;
  border-radius: 2em;
  background-color: #46474a;
  border: 2px solid #FFFFFF;
  color: #e1409e;
  cursor: pointer;
  font-size: 23px;
  font-weight: 400;
  line-height: 18px;
  padding: 1px 4px;
  z-index: 60;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 1;
  text-shadow: none;
}
.modal-content .close.big7:hover {
  color: #fff;
}
.btn-group .btn + .btn,
.btn-group .btn-group + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn-group {
  margin-left: -4px;
}
.btn-primary {
  background-color: #E1409E;
  border-color: #ce2086;
  color: #FFFFFF;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:hover {
  background-color: #ce2086;
  border-color: #a21969;
  color: #FFFFFF;
}
.btn-primary[disabled],
.btn-primary.disabled {
  background-color: #E1409E;
  border-color: #ce2086;
  color: #FFFFFF;
}
.btn-success {
  background-color: #008E18;
  border-color: #007514;
  color: #FFFFFF;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  background-color: #007514;
  border-color: #005b0f;
  color: #FFFFFF;
}
.btn-success[disabled],
.btn-success.disabled {
  background-color: #008E18;
  border-color: #007514;
  color: #FFFFFF;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .col-xl-50 {
    width: 50% !important;
  }
}
@media (min-width: 2200px) {
  .col-xxl-15 {
    width: 20%;
  }
}
@media (min-width: 1680px) and (max-width: 2200px) {
  .col-xl-3 {
    width: 25%;
  }
}
@media (max-width: 354px) {
  .hidden-xxs {
    display: none;
  }
}
@media (min-width: 1921px) {
  .col-xl-4 {
    width: 33%;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  .col-tb-1 {
    width: 8.33% !important;
  }
  .col-tb-2 {
    width: 16.66% !important;
  }
  .col-tb-3 {
    width: 25% !important;
  }
  .col-tb-4 {
    width: 33.33% !important;
  }
  .col-tb-5 {
    width: 41.66% !important;
  }
  .col-tb-6 {
    width: 50% !important;
  }
  .col-tb-7 {
    width: 58.33% !important;
  }
  .col-tb-8 {
    width: 66.66% !important;
  }
  .col-tb-9 {
    width: 75% !important;
  }
  .col-tb-10 {
    width: 83.33% !important;
  }
  .col-tb-11 {
    width: 91.66% !important;
  }
  .col-tb-12 {
    width: 100% !important;
  }
}
.popover-title {
  background-color: #353535;
  color: #E1409E;
  /* Mit @pink ersetzen */
  font-family: Oswald;
  font-weight: 200;
  font-size: 16px;
}
.popover-content {
  color: #fff;
  font-family: Oswald;
  font-weight: 200;
  font-size: 14px;
}
@media (max-width: 1280px) {
  .popover-title {
    background-color: #353535;
    color: #E1409E;
    /* Mit @pink ersetzen */
    font-size: 12px;
    font-family: Oswald;
    font-weight: 200;
    font-size: 14px;
  }
  .popover-content {
    color: #fff;
    font-family: Oswald;
    font-weight: 200;
    font-size: 12px;
  }
}
.popover {
  background-color: #353535;
}
.popover.top > .arrow:after {
  border-top-color: #353535;
}
.popover.left > .arrow:after {
  border-left-color: #353535;
}
.popover.right > .arrow:after {
  border-right-color: #353535;
}
.popover.bottom > .arrow:after {
  border-bottom-color: #353535;
}
.preview-video-boxed {
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.preview-video-boxed:-webkit-full-screen::-webkit-media-controls-enclosure {
  overflow: hidden !important;
}
.preview-video-boxed:fullscreen::-webkit-media-controls-enclosure {
  overflow: hidden !important;
}
.preview-video-boxed:-webkit-full-screen::-webkit-media-controls-enclosure {
  width: calc(100% + 30px);
  margin-left: auto;
}
.preview-video-boxed:fullscreen::-webkit-media-controls-enclosure {
  width: calc(100% + 30px);
  margin-left: auto;
}
.ui-tooltip.ui-widget-content {
  background: #2D2D2D;
  border: 0px;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-weight: 200;
  font-size: 12px;
}
.btn-no-border {
  border: none !important;
  border-radius: 0px !important;
}
.panel-default,
.panel-primary {
  border-color: #E1409E;
}
.mobile .panel-default,
.mobile .panel-primary {
  border: none;
}
.panel-default .panel-heading,
.panel-primary .panel-heading {
  color: #FFFFFF;
  background: #E1409E;
  border-color: #E1409E;
}
.caret-up {
  display: inline-block;
  width: 0px;
  height: 0px;
  margin-left: 2px;
  vertical-align: middle;
  border-top: none;
  border-bottom: 4px solid #FFFFFF;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top-width: 0px;
  border-top-style: dotted;
  content: "";
}
.radio-inline,
.checkbox-inline {
  margin-left: 0px !important;
  padding-left: 30px;
}
.active_filters {
  margin-bottom: 10px;
  margin-top: 10px;
}
.active_filters span {
  color: #fff;
  margin-right: 5px;
  font-weight: 200;
}
.btn-filter {
  background-color: #2D2D2D;
  color: #fff;
}
.btn-filter i {
  color: #E1409E;
}
.btn-filter:hover {
  color: #ccc;
}
.no-results {
  color: #fff;
  font-weight: 200;
  font-size: 20px;
}
/** Globale Style **/
.anchor,
.anchor:hover {
  color: #fff;
  text-decoration: none;
  cursor: auto;
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
/** Überschreiben der Bootstrap Col´s für Video Seiten **/
@media (min-width: 992px) and (max-width: 1366px) {
  .container-video .col-md-4 {
    width: 33.3%;
  }
}
@media (max-width: 1023px) {
  .hide-mobile {
    display: none;
  }
}
/* Tab Content mit Pills auf der linken Seite */
.tabbable #chat_links {
  margin: 0px;
}
.tabbable .tab-pane {
  padding-left: 0px;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  width: 100px;
  height: 44px;
  margin-right: 0;
  margin-bottom: 3px;
  background-color: #5A5A5A;
  color: #353535;
}
.tabs-left > .nav-tabs > li > a:nth-child(2) {
  width: 20px;
  min-width: 20px;
  margin: 0px;
  padding: 10px 5px;
  border-radius: 0px;
  cursor: pointer;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
}
.tabs-left > .nav-tabs > li > a {
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #B1B1B1 #B1B1B1 #B1B1B1 #B1B1B1;
  background-color: #B1B1B1;
  color: #E1409E;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #B1B1B1 transparent #B1B1B1 #B1B1B1;
  border-right-color: #ffffff;
  background-color: #B1B1B1;
  color: #E1409E;
}
@media (max-width: 1023px) {
  .hide-mb {
    display: none !important;
  }
}
.inline-block {
  display: inline-block;
}
/*** Anpassungen für Bootstrap Switch  ***/
.bootstrap-switch {
  border-color: #000;
}
.bootstrap-switch.bootstrap-switch-focused {
  border-color: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.bootstrap-switch .bootstrap-switch-container {
  background-color: #000;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  color: #000;
  background-color: #E465B4;
  font-size: 21px;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default {
  border-left: 5px solid #000;
}
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  border-right: 5px solid #000;
}
.bootstrap-switch .bootstrap-switch-label {
  background-color: #000;
  color: #fff;
  padding: 12px 12px;
  font-size: 21px;
}
.btn-green {
  color: #fff;
  background-color: #138f23;
  background: linear-gradient(to bottom, #138f23, #0b6c1f);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#138f23', endColorstr='#0b6c1f', GradientType=0);
  border: none;
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active {
  background-color: #138f23;
  background: linear-gradient(to bottom, #138f23, #0b6c1f);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#138f23', endColorstr='#0b6c1f', GradientType=0);
  text-decoration: none;
  color: #FFFFFF;
}
.btn-green-plain {
  color: #fff;
  background-color: #009C17;
}
.btn-green-plain:hover,
.btn-green-plain:focus,
.btn-green-plain:active {
  color: #FFFFFF;
  background-color: #009C17;
}
.btn-magenta {
  color: #fff;
  background: #711F50;
  border: none;
}
.btn-magenta:hover,
.btn-magenta:focus,
.btn-magenta:active {
  text-decoration: none;
  color: #FFFFFF;
}
.btn-red {
  color: #fff;
  background: #BB2F4A;
  border: none;
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active {
  text-decoration: none;
  color: #FFFFFF;
}
.btn-grey-dark {
  background-color: #333333;
  color: #FFF;
  border: none;
}
.btn-grey-dark.btn-dropper.dropdown-toggle {
  border-left: 1px solid #616161;
}
.btn-grey-dark:hover,
.btn-grey-dark:focus {
  color: #ccc;
}
/** 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 {
  position: relative;
  background: #353535;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.big7-videoplayer video {
  pointer-events: none;
  display: block;
  border: none;
  border-radius: none;
  padding: 0;
  width: 100%;
}
.big7-videoplayer:-webkit-full-screen {
  border: none;
  border-radius: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
}
.big7-videoplayer:-ms-fullscreen {
  border: none;
  border-radius: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
}
.big7-videoplayer:fullscreen {
  border: none;
  border-radius: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
}
.big7-videoplayer:-webkit-full-screen > video {
  height: 100%;
  max-height: none !important;
}
.big7-videoplayer:-ms-fullscreen > video {
  height: 100%;
  max-height: none !important;
}
.big7-videoplayer:fullscreen > video {
  height: 100%;
  max-height: none !important;
}
.big7-videoplayer:-webkit-full-screen .video-controls {
  position: absolute;
  transition: opacity 0.6s ease;
}
.big7-videoplayer:-ms-fullscreen .video-controls {
  position: absolute;
  transition: opacity 0.6s ease;
}
.big7-videoplayer:fullscreen .video-controls {
  position: absolute;
  transition: opacity 0.6s ease;
}
.big7-videoplayer:-webkit-full-screen .video-controls .full-screen div {
  background-position: 100% 0;
}
.big7-videoplayer:-ms-fullscreen .video-controls .full-screen div {
  background-position: 100% 0;
}
.big7-videoplayer:fullscreen .video-controls .full-screen div {
  background-position: 100% 0;
}
.big7-videoplayer.fullscreen {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 1010;
  bottom: 0;
  left: 0;
  -webkit-transform: translateZ(1px);
          transform: translateZ(1px);
  border: none;
  border-radius: 0;
  background-color: #000000;
  overflow: visible;
}
.big7-videoplayer.fullscreen > video {
  height: 100%;
  max-height: none !important;
}
.big7-videoplayer.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 {
  background-position: 100% 0;
}
.big7-videoplayer.control-fade:-webkit-full-screen .video-overlay {
  cursor: none;
}
.big7-videoplayer.control-fade:-ms-fullscreen .video-overlay {
  cursor: none;
}
.big7-videoplayer.control-fade:fullscreen .video-overlay {
  cursor: none;
}
.big7-videoplayer.control-fade:-webkit-full-screen .video-controls {
  opacity: 0;
}
.big7-videoplayer.control-fade:-ms-fullscreen .video-controls {
  opacity: 0;
}
.big7-videoplayer.control-fade:fullscreen .video-controls {
  opacity: 0;
}
.big7-videoplayer .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  cursor: pointer;
}
.big7-videoplayer .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;
  background: #d34996;
  color: #FFFFFF;
  transition: opacity .1s ease;
  /* FF */
  /* IE*/
}
@media (max-width: 450px) {
  .big7-videoplayer .video-controls {
    height: 35px;
    position: absolute;
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .video_hls_player:fullscreen .video_holder {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }

  .big7-videoplayer:fullscreen .video-controls {
    bottom: 0;
  }
}

.big7-videoplayer .video-controls i {
  color: #000;
  width: 18px;
}
.big7-videoplayer .video-controls button {
  background: transparent;
  border: none;
  font-size: 1.5em;
  text-align: left;
  -webkit-appearance: none;
  cursor: pointer;
  padding: 0 5px;
}
.big7-videoplayer .video-controls button:focus {
  outline: none;
}
.big7-videoplayer .video-controls > div {
  margin: 0 5px;
}
@media (max-width: 450px) {
  .big7-videoplayer .video-controls > div {
    margin: 0 1px;
  }
}
.big7-videoplayer .video-controls .time {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  font-weight: 300;
  width: 80px;
}
@media (max-width: 450px) {
  .big7-videoplayer .video-controls .time {
    width: 65px;
  }
}
.big7-videoplayer .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 .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 {
  background-color: #363835;
  content: '';
  width: 100%;
}
.big7-videoplayer .video-controls .seek .video-progress {
  z-index: 5;
  background: #FFF;
}
.big7-videoplayer .video-controls .seek .video-seek {
  z-index: 4;
  background: rgba(82, 84, 87, 0.6);
}
.big7-videoplayer .video-controls .seek .video-buffer {
  z-index: 2;
  background: #333333;
}
.big7-videoplayer .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 {
  position: relative;
  background: #333333;
  border: 1px solid #2A2A2A;
  padding: 5px;
  font-weight: 300;
  color: #E1409E;
}
.big7-videoplayer .video-controls .seek .video-seek-time > div::after,
.big7-videoplayer .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 {
  border-color: transparent;
  border-top-color: #333333;
  border-width: 10px;
  margin-left: -10px;
}
.big7-videoplayer .video-controls .seek .video-seek-time > div:before {
  border-color: transparent;
  border-top-color: #2A2A2A;
  border-width: 11px;
  margin-left: -11px;
}
@media (max-width: 1023px), (min-device-width : 768px) and (max-device-width : 1024px) {
  .big7-videoplayer .video-controls .seek .video-seek-time > div {
    display: none;
  }
}
.big7-videoplayer .video-controls .seek:hover .video-seek-time {
  opacity: 1;
  transition: opacity .5s ease;
}
@media (orientation:portrait) and (max-width: 600px) {
  .big7-videoplayer .video-controls .seek {
    margin: 0;
    border-radius: 0;
    top: 8px;
    left: 0;
    height: auto;
  }
  .big7-videoplayer .video-controls .seek > div,
  .big7-videoplayer .video-controls .seek::after {
    border-radius: 0;
    height: 16px;
    top: auto;
    bottom: 0;
    -webkit-transform: none;
            transform: none;
  }
  .ended:not(#profil_video_preview_div).big7-videoplayer .video-controls .seek {
    height: 0;
  }
}
.big7-videoplayer .video-controls .full-screen div {
  width: 18px;
  height: 18px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAQMAAABsABwUAAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABdJREFUCNdj+Cd/AI4fMKJiNIAuj6wXAGqBGDcxJm/sAAAAAElFTkSuQmCC');
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.big7-videoplayer .video-controls .full-screen:hover div {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.big7-videoplayer .video-controls .big7-icon {
  background-image: url('/img/support_logo_transparent.png');
  background-repeat: no-repeat;
  width: 50px;
  height: 34px;
  background-size: contain;
  margin-right: 15px;
}
#profil_video_preview_div.big7-videoplayer .video-controls .big7-icon,
.update_content .big7-videoplayer .video-controls .big7-icon {
  display: none;
}
#profil_video_preview_div:-webkit-full-screen.big7-videoplayer .video-controls .big7-icon {
  display: block;
}
#profil_video_preview_div:-ms-fullscreen.big7-videoplayer .video-controls .big7-icon {
  display: block;
}
#profil_video_preview_div:fullscreen.big7-videoplayer .video-controls .big7-icon {
  display: block;
}
.update_content :-webkit-full-screen.big7-videoplayer .video-controls .big7-icon {
  display: block;
}
.update_content :-ms-fullscreen.big7-videoplayer .video-controls .big7-icon {
  display: block;
}
.update_content :fullscreen.big7-videoplayer .video-controls .big7-icon {
  display: block;
}
@media (orientation:portrait) and (max-width: 600px) {
  .big7-videoplayer .video-controls .big7-icon {
    display: none !important;
  }
}
.big7-videoplayer .video-controls .volume {
  min-width: 100px;
}
.big7-videoplayer .video-controls .volume .volume-bar.ieFix {
  height: 65px;
  margin-top: 15px;
}
@media (max-width: 1024px) {
  .big7-videoplayer .video-controls .volume .volume-bar.ieFix {
    margin-top: -15px;
    margin-bottom: -30px;
  }
}
@media (max-width: 1024px) {
  .big7-videoplayer .video-controls .volume {
    display: none;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    position: absolute;
    right: -17px;
    bottom: 87px;
    background: #d34996;
  }
}
.big7-videoplayer .video-controls input[type='range'] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  border: none;
  height: 25px;
}
.big7-videoplayer .video-controls input[type='range']:focus {
  outline: none;
}
.big7-videoplayer .video-controls input[type='range']::-webkit-slider-runnable-track {
  height: 1px;
  -webkit-appearance: none;
  background: #000;
  border-radius: 50em;
}
.big7-videoplayer .video-controls input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50em;
  background: #000;
  margin-top: -4px;
}
@media (max-width: 1023px), (min-device-width : 768px) and (max-device-width : 1024px) {
  .big7-videoplayer .video-controls input[type='range']::-webkit-slider-thumb {
    margin-top: -10px;
    width: 20px;
    height: 20px;
  }
}
.big7-videoplayer .video-controls input[type='range']::-moz-focus-outer,
.big7-videoplayer .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 {
  -moz-appearance: none;
  border-radius: 50em;
  background: #000;
  border: none;
  width: 10px;
  height: 10px;
}
@media (max-width: 1023px), (min-device-width : 768px) and (max-device-width : 1024px) {
  .big7-videoplayer .video-controls input[type='range']::-moz-range-thumb {
    margin-top: -10px;
    width: 20px;
    height: 20px;
  }
}
.big7-videoplayer .video-controls input[type='range']::-moz-range-track {
  background-color: #000;
  height: 1px;
  margin: 10px 0;
  border-radius: 50em;
  border: 0;
  outline: 0;
}
.big7-videoplayer .video-controls input[type="range"]::-ms-track {
  background-color: #000;
  border-radius: 50em;
  height: 1px;
  border: none;
}
.big7-videoplayer .video-controls input[type="range"]::-ms-thumb {
  background: #000;
  border: none;
  border-radius: 50em;
  width: 10px;
  height: 10px;
  margin-top: 0px;
}
@media (max-width: 1023px), (min-device-width : 768px) and (max-device-width : 1024px) {
  .big7-videoplayer .video-controls input[type="range"]::-ms-thumb {
    width: 20px;
    height: 20px;
  }
}
.big7-videoplayer .video-controls input[type="range"]::-ms-fill-lower,
.big7-videoplayer .video-controls input[type="range"]::-ms-fill-upper {
  background-color: transparent;
}
.big7-videoplayer .video-controls input[type="range"]::-ms-tooltip {
  display: none;
}
.big7-videoplayer .video-controls.nobottom {
  bottom: 0 !important;
}
.big7-videoplayer.force-fullscreen {
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: 10000000;
  margin: auto;
  background: #000;
  bottom: 0;
  left: 0;
  margin: 0 !important;
}
.big7-videoplayer.force-fullscreen video {
  position: absolute;
  width: 100%;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@-webkit-keyframes fadeIn {
  from {
    left: -320px;
  }
  to {
    left: 0;
  }
}
@keyframes fadeIn {
  from {
    left: -320px;
  }
  to {
    left: 0;
  }
}
@-webkit-keyframes fadeOut {
  from {
    left: 0;
  }
  to {
    left: -320px;
  }
}
@keyframes fadeOut {
  from {
    left: 0;
  }
  to {
    left: -320px;
  }
}
@-webkit-keyframes fadeInMedium {
  from {
    left: -425px;
  }
  to {
    left: 0;
  }
}
@keyframes fadeInMedium {
  from {
    left: -425px;
  }
  to {
    left: 0;
  }
}
@-webkit-keyframes fadeOutMedium {
  from {
    left: 0;
  }
  to {
    left: -425px;
  }
}
@keyframes fadeOutMedium {
  from {
    left: 0;
  }
  to {
    left: -425px;
  }
}
html,
body {
  font-family: 'Oswald', sans-serif;
  font-weight: 200;
  font-size: 12px;
}
@media (max-width: 1023px), (min-device-width : 768px) and (max-device-width : 1024px) {
  html,
  body {
    height: 100%;
  }
}
body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
body.modal-open {
  overflow: hidden;
}
a {
  cursor: pointer;
  color: #E1409E;
}
a:focus,
a:hover {
  cursor: pointer;
  color: #de2a93;
}
.pink {
  color: #E1409E;
}
[class^='icon-']:before,
[class*=' icon-']:before {
  width: auto;
  margin: 0;
}
.collage,
.navigation {
  position: relative;
  padding: 0;
}
.reglayer {
  cursor: pointer;
}
.img-responsive {
  width: 100%;
}
.collage {
  overflow: hidden;
  max-height: 200px;
}
.collage .ama-name,
.navigation.mobile .nav-center .ama-name {
  font-size: 2.5vw;
  position: absolute;
  bottom: 0;
  left: 15px;
  margin: 0;
  padding: 15px 100px 10px 20px;
  color: #FFFFFF;
  border-radius: 6px 6px 0 0;
  background: rgba(0, 0, 0, 0.5);
  text-shadow: 3px 3px 4px #000000;
}
@media (max-width: 1023px), (min-device-width : 768px) and (max-device-width : 1024px) {
  .collage {
    display: none;
  }
}
nav.desktop {
  background-color: #000;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  width: 100%;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
nav.desktop div.nav-items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 70%;
}
nav.desktop div.nav-items div.nav-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  font-size: 16px;
  cursor: pointer;
}
nav.desktop div.nav-items div.nav-item a,
nav.desktop div.nav-items div.nav-item a:hover,
nav.desktop div.nav-items div.nav-item a:focus,
nav.desktop div.nav-items div.nav-item a:active,
nav.desktop div.nav-items div.nav-item a:visited {
  color: #FFF;
  text-decoration: none;
}
@media (max-width: 1235px) {
  nav.desktop div.nav-items div.nav-item {
    font-size: 1.1rem;
  }
}
nav.desktop div.nav-items div.nav-item.reglayer {
  color: #66bf7d;
}
nav.desktop div.nav-items div.nav-item i {
  margin-right: 5px;
}
nav.desktop div.nav-items div.nav-item.active {
  border-bottom: 7px solid #d34996;
  margin-top: 7px;
}
nav.desktop div.login-form {
  width: 25%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  max-width: 320px;
}
@media (max-width: 1235px) {
  nav.desktop div.login-form form {
    font-size: 1.1rem;
  }
}
nav.desktop div.login-form form input {
  border-radius: 0;
  width: 40% !important;
}
nav.desktop div.login-form form .btn {
  padding: 8px 12px 7px;
}
nav.desktop div.login-form .passwort-vergessen-link {
  color: #FFF;
  position: absolute;
  bottom: 5px;
  right: 21px;
}
@media (max-width: 1500px) {
}
@media (max-width: 1024px) {
  nav.desktop {
    display: none;
  }
}
nav.mobile {
  display: none;
  height: 80px;
  max-height: 80px;
  min-height: 80px;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  color: #FFF;
  background-color: #000;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 3px solid #d34996;
  font-size: 32px;
  position: relative;
}
nav.mobile a,
nav.mobile a:hover,
nav.mobile a:active,
nav.mobile a:focus,
nav.mobile a:visited {
  color: #FFF;
  text-decoration: none;
}
nav.mobile .mobile-menu {
  background-color: #d34996;
  padding: 20px;
  vertical-align: middle;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 18px;
}
nav.mobile .mobile-menu i {
  font-size: 40px;
}
nav.mobile .msglayer {
  font-size: 18px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5px 10px 5px auto;
  padding: 9px;
  background-color: #62bd7a;
  cursor: pointer;
}
nav.mobile .msglayer span:last-of-type {
  letter-spacing: .6px;
}
nav.mobile #mobile-menu-list {
  position: absolute;
  top: 0;
  left: -425px;
  z-index: 2000;
  width: 425px;
}
nav.mobile #mobile-menu-list div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  padding: 0 10px;
  font-size: 25px;
  background-color: #333333;
  height: 45px;
  min-height: 45px;
}
nav.mobile #mobile-menu-list div a,
nav.mobile #mobile-menu-list div a:active,
nav.mobile #mobile-menu-list div a:hover,
nav.mobile #mobile-menu-list div a:visited,
nav.mobile #mobile-menu-list div a:focus {
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
  display: block;
  width: 100%;
}
nav.mobile #mobile-menu-list div i {
  margin-right: 13px;
}
nav.mobile #mobile-menu-list div:nth-of-type(odd) {
  background-color: #444444;
}
nav.mobile #mobile-menu-list div.headline {
  background-color: #d34996;
  font-size: 35px;
  height: 80px;
  min-height: 80px;
  max-height: 80px;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
nav.mobile #mobile-menu-list div.headline i {
  margin-right: 12px;
}
nav.mobile #mobile-menu-list div.reglayer {
  background-color: #61bb7b;
}
nav.mobile #mobile-menu-list div.poweredby {
  background-color: #FFF;
  height: 100px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
nav.mobile #mobile-menu-list.fadeIn {
  -webkit-animation: fadeInMedium 300ms forwards;
          animation: fadeInMedium 300ms forwards;
}
nav.mobile #mobile-menu-list.fadeOut {
  -webkit-animation: fadeOutMedium 300ms forwards;
          animation: fadeOutMedium 300ms forwards;
}
@media (max-width: 1024px) {
  nav.mobile {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 425px) {
  nav.mobile {
    height: 50px;
    max-height: 50px;
    min-height: 50px;
    font-size: 24px;
  }
  nav.mobile .mobile-menu {
    padding: 12px;
    margin-right: 18px;
  }
  nav.mobile .mobile-menu i {
    font-size: 25px;
  }
  nav.mobile .msglayer {
    font-size: 12px;
    margin: 5px 10px 5px auto;
    padding: 5px;
  }
  nav.mobile .msglayer span:last-of-type {
    letter-spacing: .3px;
  }
  nav.mobile #mobile-menu-list {
    left: -320px;
    width: 320px;
  }
  nav.mobile #mobile-menu-list div {
    padding: 0 10px;
    font-size: 20px;
    height: 45px;
    min-height: 45px;
  }
  nav.mobile #mobile-menu-list div.headline {
    background-color: #d34996;
    font-size: 23px;
    height: 50px;
    min-height: 50px;
    max-height: 50px;
  }
  nav.mobile #mobile-menu-list div.poweredby {
    height: 88px;
  }
  nav.mobile #mobile-menu-list.fadeIn {
    -webkit-animation: fadeIn 300ms forwards;
            animation: fadeIn 300ms forwards;
  }
  nav.mobile #mobile-menu-list.fadeOut {
    -webkit-animation: fadeOut 300ms forwards;
            animation: fadeOut 300ms forwards;
  }
}
.navigation .top-navbar {
  height: 35px;
  background: #353535;
}
.navigation .navbar-collapse {
  height: 40px;
  background: #2A2A2A;
}
.navigation .navbar-collapse .powered-by {
  width: auto;
  height: 70%;
  margin: 5px 0;
}
.navigation .login-header {
  position: absolute;
  top: 7px;
  right: 10px;
}
.navigation .login-header .login-form {
  padding: 5px;
  border-radius: .5em;
  background-color: #5A5A5A;
}
.navigation .login-header .passwort-vergessen-link {
  font-size: 14px;
  display: inline-block;
  float: right;
  color: #5A5A5A !important;
}
.navigation .login-header:after {
  display: block;
  content: '';
  clear: both;
}
.navigation .ama-name {
  font-size: 18px;
  display: none;
  padding: 5px 5px 5px 15px;
  color: #FFFFFF;
}
.navigation .navwrapper.stuck {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 1280px;
}
.navigation .navwrapper.stuck .ama-name {
  display: inline-block;
}
.navigation.mobile {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  display: none;
  background-color: #2A2A2A;
}
.navigation.mobile:after {
  display: block;
  content: '';
  clear: both;
}
.navigation.mobile a {
  margin: 10px;
  padding-left: 0;
}
.navigation.mobile a > span {
  display: inline-block;
  vertical-align: middle;
}
.navigation.mobile .nav-center {
  margin: 0 auto;
  text-align: center;
}
.navigation.mobile .nav-center .ama-name {
  font-size: 18px;
  position: static;
  display: inline-block;
  min-width: 0;
  padding: 10px;
  border-radius: 0 0 6px 6px;
  background-color: #333333;
}
.navigation.mobile .nav-center img {
  display: block;
  margin: 5px auto;
}
@media (max-width: 1023px), (min-device-width : 768px) and (max-device-width : 1024px) {
  .navigation {
    display: none;
  }
  .navigation.mobile {
    display: block;
  }
}
#mobile-menu {
  position: absolute;
  z-index: 666;
  top: 72px;
  font-size: 16px;
  display: none;
  width: 60%;
  max-width: 400px;
  transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  border-radius: 0 0 6px 0;
  background: #2A2A2A;
}
@media (max-width: 1023px), (min-device-width : 768px) and (max-device-width : 1024px) {
  #mobile-menu {
    display: block;
  }
}
#mobile-menu.open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
#mobile-menu ul {
  padding: 0;
  list-style: none;
}
#mobile-menu ul > li {
  border-top: 1px solid #5A5A5A;
  background-color: #2A2A2A;
}
#mobile-menu ul > li > a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #FFFFFF;
}
#mobile-menu ul > li > a:hover,
#mobile-menu ul > li > a:focus,
#mobile-menu ul > li > a:active,
#mobile-menu ul > li > a:visited {
  text-decoration: none;
  color: #FFFFFF;
}
#mobile-menu ul > li.active {
  background-color: #711F50;
}
#mobile-menu ul > li:nth-last-child(3) {
  border-bottom: 1px solid #5A5A5A;
}
#mobile-menu ul > li.register {
  margin-top: 25px;
  border: none;
  background-color: #138F23;
  background: linear-gradient(to bottom, #138F23, #0B6C1F);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#138F23', endColorstr='#0B6C1F', GradientType=0);
}
#mobile-menu ul > li.logo {
  padding: 5px 25px;
  text-align: center;
  border: none;
}
@media (max-width: 1023px), (min-device-width : 768px) and (max-device-width : 1024px) {
  #mobile-menu ul > li.logo img {
    max-width: 65%;
  }
}
@media (orientation:portrait) and (max-width: 600px) {
  #mobile-menu ul > li.logo img {
    max-width: 100%;
  }
}
@media (max-width: 1023px), (min-device-width : 768px) and (max-device-width : 1024px) {
  .no-bg-mobile {
    background-image: none !important;
    box-shadow: none !important;
  }
}
#content-wrapper {
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  position: relative;
  margin: 0 -15px;
  background-color: #303030;
}
@media (max-width: 1023px), (min-device-width : 768px) and (max-device-width : 1024px) {
  #content-wrapper {
    padding-top: 0;
  }
  #content-wrapper.no-bg-mobile {
    background-image: none !important;
  }
}
#content-wrapper .menuwrapper {
  position: relative;
  z-index: 5;
  display: inline-block;
  width: 160px;
  margin: 0 15px;
  vertical-align: top;
}
@media (max-width: 1023px), (min-device-width : 768px) and (max-device-width : 1024px) {
  #content-wrapper .menuwrapper {
    display: none;
  }
}
#content-wrapper .menuwrapper .menu {
  font-size: 16px;
  width: 160px;
}
#content-wrapper .menuwrapper .menu ul {
  padding: 5px;
  list-style: none;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.5);
}
#content-wrapper .menuwrapper .menu ul > li {
  padding: 3px 0;
}
#content-wrapper .menuwrapper .menu ul > li a {
  text-align: left;
}
#content-wrapper .menuwrapper .menu ul > li a.reglayer {
  -webkit-animation: pulse 1s infinite alternate ease;
          animation: pulse 1s infinite alternate ease;
  -webkit-font-smoothing: antialiased;
}
#content-wrapper .menuwrapper .menu ul > li.free-message {
  padding-top: 15px;
}
#content-wrapper .menuwrapper .menu ul > li.free-message > a > span {
  display: inline-block;
  vertical-align: middle;
}
#content-wrapper .menuwrapper .menu.stuck {
  position: fixed;
  top: 80px;
}
.headline {
  text-align: center;
}
.headline h1 {
  font-size: 46px;
  margin-top: 10px;
  text-transform: uppercase;
  color: #E1409E;
  text-shadow: 2px 2px 2px #000000;
}
@media (max-width: 1023px), (min-device-width : 768px) and (max-device-width : 1024px) {
  .headline h1 {
    font-size: 24px;
    margin: 10px 0;
  }
}
span.bold {
  font-weight: 500 !important;
}
footer {
  padding: 0 16.66%;
  background-color: #d14d96;
  width: 100%;
  background-image: url('/img/footer_bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #FFF;
  height: 125px;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
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;
  font-size: 13px;
}
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: #FFF;
  font-size: 13px;
}
@media (max-width: 1500px) {
  footer {
    padding: 0 8.33%;
  }
}
@media (max-width: 1024px) {
  footer {
    padding: 0 20px;
    height: 120px;
    min-height: 120px;
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 1024px) {
  footer .content-left {
    font-size: 10px;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .content-left .img-wrapper img,
  footer .content-left .img-wrapper a {
    display: inline-block;
    width: 49%;
  }
  footer .content-left .img-wrapper a img {
    width: 100%;
  }
}
@-webkit-keyframes pulse {
  to {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@keyframes pulse {
  to {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
img.emoji {
  width: 1em;
  height: 1em;
  margin: 0 .05em 0 .1em;
  vertical-align: -0.1em;
}
header {
  width: 100%;
}
@media (max-width: 1024px) {
  header {
    display: none;
  }
}
#ama-data {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 405px;
}
#ama-data .ama-name {
  padding: 30px 0 30px 25px;
  font-size: 55px;
  border-bottom: 5px solid #d05598;
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFF;
  font-weight: bold;
}
#ama-data .ama-stats {
  background-color: rgba(255, 255, 255, 0.5);
  color: #000;
  font-size: 20px;
}
#content {
  width: 100%;
  display: block;
  background-size: cover;
}
#content-wrapper {
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  background-color: #FFF;
}
.btn-green:hover,
.btn-green:active,
.btn-green:focus {
  color: white;
  background-color: #62bc7c;
  border-radius: 0;
  border: none;
  background-image: none;
}
.btn-green {
  color: white;
  background-color: #62bc7c;
  border-radius: 0;
  border: none;
  background-image: none;
}
div.headline {
  font-size: 55px;
  line-height: 60px;
}
.resize-content {
  padding: 0 16.66%;
}
@media (max-width: 1500px) {
  .resize-content {
    padding: 0 8.33%;
  }
}
@media (max-width: 1024px) {
  .resize-content {
    padding: 0 20px;
  }
}
.alert {
  border-radius: 0px;
}
.ok_box {
  color: #008707;
}
.err_box2 {
  color: red;
}
.modal-header,
.modal-body,
.modal-body > .form-control {
  background-color: #2A2A2A;
  color: #fff;
}
#newpw .modal-content {
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  padding-bottom: 0;
  border-radius: 0;
}
#newpw .modal-dialog .modal-body {
  padding: 0px;
}
#newpw .modal-dialog .modal-body .bild-header {
  background-color: #292929;
  padding: 5px 10px;
  font-size: 33px;
  font-weight: 400;
}
#newpw .modal-dialog .modal-body .bild-header div.close-btn {
  position: absolute;
  top: -5px;
  right: 5px;
}
#newpw .modal-dialog .modal-body div.text {
  width: 240px;
  font-size: 17px;
  padding: 20px 25px;
}
#newpw .modal-dialog .modal-body .password-reset-form {
  background-color: #373737;
}
#newpw .modal-dialog .modal-body .form-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 20px 25px;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#newpw .modal-dialog .modal-body .form-group input,
#newpw .modal-dialog .modal-body .form-group button {
  width: 45%;
  border-radius: 0;
  font-size: 18px;
  height: auto;
}
#newpw .modal-dialog .modal-body .form-group button {
  font-weight: 400;
}
#reglayer .modal-dialog {
  max-width: 95%;
  width: 925px;
  height: 360px;
  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: 1140px) {
  #reglayer .modal-dialog {
    width: 60%;
  }
}
@media (max-width: 1023px), (min-device-width : 768px) and (max-device-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;
  /*.close-btn {
                border: 2px solid #fff;
                width: 35px;
                height: 35px;
                text-align: center;
                position: absolute;
                top: -18px;
                right: -18px;
                background: @darker-background;
                cursor: pointer;
                font-size: 20px;
                color: @pink;
            }*/
}
#reglayer .modal-dialog .modal-content .modal-header {
  display: none;
}
#reglayer .modal-dialog .modal-content .modal-body {
  padding: 20px 30px 40px;
  background-color: rgba(0, 0, 0, 0.5);
}
#reglayer .modal-dialog .modal-content .modal-body .ama-pic {
  width: 100%;
}
#reglayer .modal-dialog .modal-content .modal-body .bild-header,
#msglayer .modal-dialog .modal-content .modal-body .bild-header,
#mobilereg .bild-header,
#mobilemsgreg .bild-header {
  background-color: #E1409E;
  padding: 5px 10px;
  font-size: 33px;
  font-weight: 400;
}
#reglayer .modal-dialog .modal-content .modal-body .text-column {
  padding: 0;
}
#reglayer .modal-dialog .modal-content .modal-body .text-column p {
  font-size: 20px;
  margin: 9px 0;
  padding: 0 20px;
}
@media (max-width: 1195px) {
  #reglayer .modal-dialog .modal-content .modal-body .text-column p {
    font-size: 18px;
  }
}
@media (max-width: 1081px) {
  #reglayer .modal-dialog .modal-content .modal-body .text-column p {
    font-size: 15px;
  }
}
@media (max-width: 1023px), (min-device-width : 768px) and (max-device-width : 1024px) {
  #reglayer .modal-dialog .modal-content .modal-body .text-column p {
    font-size: 20px;
  }
}
#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;
}
#reglayer .modal-dialog .modal-content .modal-body .form-control {
  margin-left: 0;
}
#reglayer .modal-dialog .modal-content .modal-body .btn {
  text-align: left;
  padding-left: 40px;
}
#reglayer .modal-dialog .modal-content .modal-body .heading {
  font-size: 33px;
  font-weight: 300;
  color: #FFF;
  background-color: #292929;
  padding: 5px 20px;
  position: relative;
}
#reglayer .modal-dialog .modal-content .modal-body .heading div.close-btn {
  position: absolute;
  top: -5px;
  right: 5px;
}
@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: 1023px), (min-device-width : 768px) and (max-device-width : 1024px) {
  #reglayer .modal-dialog .modal-content .modal-body .heading {
    font-size: 30px;
  }
}
#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;
}
@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: 1023px), (min-device-width : 768px) and (max-device-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: #000;
  font-weight: 400;
}
#reglayer .modal-dialog .modal-content .modal-body .modal-form input:-moz-placeholder {
  color: #000;
  font-weight: 400;
}
#reglayer .modal-dialog .modal-content .modal-body .modal-form input::-moz-placeholder {
  color: #000;
  font-weight: 400;
}
#reglayer .modal-dialog .modal-content .modal-body .modal-form input:-ms-input-placeholder {
  color: #000;
  font-weight: 400;
}
#reglayer .modal-dialog .modal-content .modal-body .modal-form input::-ms-input-placeholder {
  color: #000;
  font-weight: 400;
}
#reglayer .modal-dialog .modal-content .modal-body .modal-form input:placeholder-shown {
  color: #000;
  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,
#msglayer .modal-dialog .modal-content .modal-body .loginform,
#mobilereg .loginform,
#mobilemsgreg .loginform {
  display: none;
}
#reglayer .modal-dialog .modal-content .modal-body .loginform input,
#msglayer .modal-dialog .modal-content .modal-body .loginform input,
#mobilereg .loginform input,
#mobilemsgreg .loginform input {
  margin-bottom: 10px;
}
@media (max-width: 1023px), (min-device-width : 768px) and (max-device-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: #373737;
  color: #FFF;
}
#reglayer .modal-dialog .modal-content .modal-body.mail-exists .loginform,
#msglayer .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,
#msglayer .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,
#msglayer .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,
#msglayer .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,
  #msglayer .modal-dialog .modal-content .modal-body.mail-exists .pic-column,
  #mobilereg.mail-exists .pic-column,
  #mobilemsgreg.mail-exists .pic-column {
    width: 35%;
  }
}
#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 .form-control::-webkit-input-placeholder {
  color: #000;
  font-weight: 400;
}
#msglayer .form-control:-moz-placeholder {
  color: #000;
  font-weight: 400;
}
#msglayer .form-control::-moz-placeholder {
  color: #000;
  font-weight: 400;
}
#msglayer .form-control:-ms-input-placeholder {
  color: #000;
  font-weight: 400;
}
#msglayer .form-control::-ms-input-placeholder {
  color: #000;
  font-weight: 400;
}
#msglayer .form-control:placeholder-shown {
  color: #000;
  font-weight: 400;
}
#msglayer .modal-dialog {
  max-width: 95%;
  width: 925px;
  height: 360px;
  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 30px 40px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px 15px 40px;
  height: 100%;
}
@media (max-width: 1023px), (min-device-width : 768px) and (max-device-width : 1024px) {
  #msglayer .modal-dialog .modal-content .modal-body .pic-column,
  #msglayer .modal-dialog .modal-content .modal-body .text-column {
    width: 100%;
  }
}
#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 {
  padding-left: 0;
}
#msglayer .modal-dialog .modal-content .modal-body .text-column span {
  color: #5fb66f;
  font-size: 26px;
  margin-bottom: 10px;
  display: block;
}
#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: #db6daa;
  text-align: left;
}
#msglayer .modal-dialog .modal-content .modal-body .ama-pic {
  width: 100%;
}
#msglayer .modal-dialog .modal-content .modal-body .msg_dis {
  padding: 20px 15px;
  font-size: 18px;
  background-color: #373737;
  font-weight: 200;
}
#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: 15px;
}
@media (max-width: 900px) {
  #msglayer .modal-dialog .modal-content .modal-body .bild-header div.close-btn {
    top: -15px;
    right: 5px;
  }
}
#msglayer .modal-dialog .modal-content .modal-body .form-control {
  margin-left: 0;
  border-radius: 0;
}
#msglayer .modal-dialog .modal-content .modal-body #msg,
#msglayer .modal-dialog .modal-content .modal-body .emoji-wysiwyg-editor {
  height: 90px;
  margin-bottom: 25px;
  font-size: 20px;
  min-height: 165px;
  border-radius: 0;
  color: #7e7e7e;
}
#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 {
  background-color: #373737;
  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: #5fb66f;
  font-size: 26px;
  margin-bottom: 10px;
  display: block;
}
#msglayer .modal-dialog .modal-content .modal-body .clr p {
  text-align: right;
  color: #FFF;
}
#msglayer .modal-dialog .modal-content .modal-body button {
  border: none !important;
}
@media (max-width: 1091px) {
  #msglayer .modal-dialog .modal-content .modal-body button {
    font-size: 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;
}
#msglayer .modal-dialog .modal-content .modal-body .modal-form input::-webkit-input-placeholder {
  color: #000;
}
#msglayer .modal-dialog .modal-content .modal-body .modal-form input:-moz-placeholder {
  color: #000;
}
#msglayer .modal-dialog .modal-content .modal-body .modal-form input::-moz-placeholder {
  color: #000;
}
#msglayer .modal-dialog .modal-content .modal-body .modal-form input:-ms-input-placeholder {
  color: #000;
}
#msglayer .modal-dialog .modal-content .modal-body .modal-form input::-ms-input-placeholder {
  color: #000;
}
#msglayer .modal-dialog .modal-content .modal-body .modal-form input:placeholder-shown {
  color: #000;
}
#mobilereg {
  white-space: normal;
  color: #FFFFFF;
  background-color: #000;
  padding-bottom: 40px;
}
@media (min-width: 800px) {
  #mobilereg {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
#mobilereg .btn {
  padding-left: 10px;
  padding-top: 8px;
  color: #FFF;
  height: 55px;
  font-size: 25px;
  margin: 0;
}
#mobilereg input {
  border-radius: 0;
  margin-bottom: 10px;
  height: 55px;
  font-size: 25px;
}
#mobilereg p {
  margin: 20px 0 20px;
}
#mobilereg p span.bold {
  font-weight: bold;
}
#mobilereg .ama-pic {
  width: 100%;
}
#mobilereg .pic-column,
#mobilereg .text-column {
  max-width: 700px;
  margin: 0 auto;
}
#mobilereg .text-column {
  padding: 0 20px;
}
#mobilereg .text-column .heading {
  color: #E1409E;
  margin-top: 10px;
}
#mobilereg .text-column p {
  font-size: 18px;
}
@media (max-width: 800px) {
  #mobilereg .text-column p {
    font-size: 16px;
  }
}
#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 20px;
}
#mobilereg.mail-exists .pic-column::after,
#mobilemsgreg.mail-exists .pic-column::after {
  background-image: none;
}
#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;
    height: 300px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 1024px;
  }
  #mobilereg .text-column p {
    margin-top: 0;
  }
}
#mobilemsgreg {
  padding-bottom: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #FFFFFF;
  white-space: normal;
}
#mobilemsgreg span.bold {
  font-weight: bold;
}
#mobilemsgreg i.emoji-picker-icon {
  color: #000;
  top: 10px;
}
#mobilemsgreg .form-control {
  height: 4.5vw;
  font-size: 14px;
}
#mobilemsgreg .text-column {
  padding: 0 20px;
  background-color: #000;
}
#mobilemsgreg .text-column span {
  color: #5fb66f;
  font-size: 2.6vw;
  margin-bottom: 10px;
  display: block;
  background-color: #000;
  margin: 0 0 15px;
}
@media (max-width: 800px) {
  #mobilemsgreg .text-column span {
    font-size: 14px;
  }
}
#mobilemsgreg .ama-pic + div {
  font-size: 14px;
}
#mobilemsgreg .pic-column {
  background-color: #000;
  color: #FFF;
}
#mobilemsgreg .pic-column div {
  font-size: 16px;
  padding-top: 20px;
  padding: 20px 20px 30px;
}
#mobilemsgreg #smileys_window {
  top: -160px;
  right: 20px;
  width: 210px;
}
#mobilemsgreg p {
  font-size: 14px;
}
#mobilemsgreg .btn {
  height: 50px;
  font-size: 25px;
  margin: 0;
  padding-top: 8px;
}
#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: 18px !important;
  }
}
#mobilemsgreg .text-wrapper {
  background-color: #000;
  color: #FFF;
  padding-bottom: 35px;
}
#mobilemsgreg .chat_smileys {
  top: 0;
  right: 0;
  padding: 5px 10px;
}
#mobilemsgreg .msg {
  border: 1px solid #000000;
  border-radius: 0;
  max-height: 50px;
  min-height: 40px;
}
@media (min-width: 1025px) {
  #mobilemsgreg .msg {
    font-size: 18px;
  }
}
#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;
  }
  #mobilemsgreg .pic-column {
    max-width: 700px;
    margin: 0 auto;
  }
  #mobilemsgreg .text-column {
    max-width: 700px;
    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: #000000;
  font-weight: 400;
}
#mobilemsgreg.mail-exists input:-moz-placeholder {
  color: #000000;
  font-weight: 400;
}
#mobilemsgreg.mail-exists input::-moz-placeholder {
  color: #000000;
  font-weight: 400;
}
#mobilemsgreg.mail-exists input:-ms-input-placeholder {
  color: #000000;
  font-weight: 400;
}
#mobilemsgreg.mail-exists input::-ms-input-placeholder {
  color: #000000;
  font-weight: 400;
}
#mobilemsgreg.mail-exists input:placeholder-shown {
  color: #000000;
  font-weight: 400;
}
#mobilemsgreg.mail-exists {
  padding: 0 20px;
}
#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;
}
@media (min-width: 1024px) {
  #mobilemsgreg {
    padding: 0 8.33%;
  }
}
#resetpw-mobile {
  color: white;
}
#resetpw-mobile h1 {
  color: #E1409E;
  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: #E1409E;
  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;
  background-color: #db6daa;
  padding: 5px 15px 10px;
  margin: 0 16.66%;
  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 8.33%;
    margin-top: 30px;
  }
}
@media (max-width: 1024px) {
  .msg-reg-wrapper {
    margin: 0;
    background-color: #333333;
    color: #d34996;
    padding: 0 18px 0px;
  }
  .msg-reg-wrapper div.headline {
    font-size: 26px;
  }
}

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;
}
