@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,700;1,700&display=swap');

.site-title {
  font-family: IBM Plex Serif;
  font-weight: 700;
  letter-spacing: -0.0125em;
  line-height: 3.25;
  text-transform: none;
  color: rgba(0, 0, 0, 0.87);
  padding: 30px;
  font-size: 3.0rem
}


#output {
  color: #fff;
}


.byside {
  float: left;
}


.iphone_bg {
  width: 450px;
  height: 756px;
  margin: auto;
  background: url(https://scen.ar/assets/images/smartphone.png) no-repeat center;
}

.mobile_wrap {
  width: 325px;
  height: 580px;
  padding: 100px 0 0 63px;
}



/* Overwrite Jquery-UI */
.ui-layout-north,
.ui-layout-pane,
.ui-layout-pane-north {
  border: none !important;
}

.ui-layout-resizer,
.ui-layout-resizer-east,
.ui-draggable-handle,
.ui-layout-resizer-open,
.ui-layout-resizer-east-open {
  border: none !important;
  background-color: none !important;
}

.chosen-container,
.chosen-container-single,
.chosen-with-drop,
.chosen-container-active {
  border-radius: 0px !important;
  border: none !important;
}

.mytext {
  border: 0;
  padding: 10px;
  background: whitesmoke;
}

.text {
  width: 75%;
  display: flex;
  flex-direction: column;
}

.text>p:first-of-type {
  width: 100%;
  margin-top: 0;
  margin-bottom: auto;
  line-height: 13px;
  font-size: 12px;
}

.text>p:last-of-type {
  width: 100%;
  text-align: right;
  color: silver;
  margin-bottom: -7px;
  margin-top: auto;
}

.text-l {
  float: left;
  padding-right: 10px;
}

.text-r {
  float: right;
  padding-left: 10px;
}

.avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  float: left;
  padding-right: 10px;
}

.macro {
  margin-top: 5px;
  width: 85%;
  border-radius: 5px;
  padding: 5px;
  display: flex;
  animation: slideUp 1s ease;
}

.msj-rta {
  float: right;
  background: whitesmoke;
}

.msj {
  float: left;
  background: white;
}

.frame {
  background: #e0e0de;
  height: 450px;
  overflow: hidden;
  padding: 0;
}

.frame>div:last-of-type {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
}


#chat ul {
  width: 100%;
  list-style-type: none;
  padding: 18px;
  position: absolute;
  bottom: 47px;
  display: flex;
  flex-direction: column;
  top: 0;
  overflow-y: scroll;
}

#chat .msj:before {
  width: 0;
  height: 0;
  content: "";
  top: -5px;
  left: -14px;
  position: relative;
  border-style: solid;
  border-width: 0 13px 13px 0;
  border-color: transparent #ffffff transparent transparent;
}

.msj-rta:after {
  width: 0;
  height: 0;
  content: "";
  top: -5px;
  left: 14px;
  position: relative;
  border-style: solid;
  border-width: 13px 13px 0 0;
  border-color: whitesmoke transparent transparent transparent;
}


/* SandLoader */

#sandloader {
  margin-left: 50%;
  margin-right: 50%;
  margin-top: 50%;
  margin-bottom: auto;
  height: 100px;
  font: bold 12px 'Roboto', Arial, sans-serif;
}


/* Countdown */

.countdown-label {
  font: thin 15px Arial, sans-serif;
  color: #65584c;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 2px;
  margin-top: 9px
}

#countdown {
  box-shadow: 0 1px 2px 0 rgba(1, 1, 1, 0.4);
  width: 240px;
  height: 96px;
  text-align: center;
  background: #f1f1f1;

  border-radius: 5px;

  margin: auto;

}



#countdown #tiles {
  color: #fff;
  position: relative;
  z-index: 1;
  text-shadow: 1px 1px 0px #ccc;
  display: inline-block;
  font-family: Arial, sans-serif;
  text-align: center;

  padding: 20px;
  border-radius: 5px 5px 0 0;
  font-size: 48px;
  font-weight: thin;
  display: block;

}

.color-full {
  background-color: #53bb74;
  filter: alpha(opacity=60);
  /* IE */
  -moz-opacity: 0.6;
  /* Mozilla */
  opacity: 0.6;
  /* CSS3 */
}

.color-half {
  background-color: #ebc85d;
  filter: alpha(opacity=60);
  /* IE */
  -moz-opacity: 0.6;
  /* Mozilla */
  opacity: 0.6;
  /* CSS3 */
}

.color-empty {
  background-color: #e5554e;
  filter: alpha(opacity=60);
  /* IE */
  -moz-opacity: 0.6;
  /* Mozilla */
  opacity: 0.6;
  /* CSS3 */
}

#countdown #tiles>span {
  width: 70px;
  max-width: 70px;

  padding: 18px 0;
  position: relative;
}





#countdown .labels {
  width: 100%;
  height: 25px;
  text-align: center;
  position: absolute;
  bottom: 8px;
}

#countdown .labels li {
  width: 102px;
  font: bold 15px 'Droid Sans', Arial, sans-serif;
  color: #f47321;
  text-shadow: 1px 1px 0px #000;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
}






pre {
  border-radius: 0px !important;
  border: 0px !important;
}



#cover {
  background: url("https://build.szenario.app/cdn/images/ajax-loader.gif") no-repeat scroll center center #FFF;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 100;
}

.loading-text {
  position: relative;
  top: 25%;
  z-index: 100;
  margin-left: auto;
  margin-right: auto;

}



.toggleButton {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 20px;
  left: 5px;
}

.toggleButton>div {
  width: 21px;
  height: 4px;
  margin: 3px 2px;
  background-color: #eee;
  pointer-events: none;
  transition: 0.5s;

}

#sidePanel {
  position: absolute;
  top: 0px;
  width: 360px;
  bottom: 0px;
  background-color: #1D272F;
  /* background-image: url(cdn/images/background-builder-sidePanel.jpg); */
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* z-index: -2;*/
  opacity: 0.9;
}

#editor {
  position: absolute;
  top: 0px;
  left: 360px;
  right: 0;
  bottom: 0px;
  background-color: white;
}

#debugger {
  position: relative !important;
}

#output {
  /*background: #111; */
  transform: translate3d(0, 0, 0);
  overflow-y: auto;
  overflow-x: hidden;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

.spinner {
  position: absolute;
  /*left: 42%;
   top: 44;*/
  border-radius: 50%;
  width: 64px;
  height: 64px;
  border: 6px solid rgba(0, 0, 0, 0.1);
  border-top: 6px solid #555;
  animation: rotating 1.2s infinite cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

@keyframes rotating {
  100% {
    transform: rotate(360deg);
  }
}




p#output {

  animation: slideUp 1s ease;
}

h1#output {

  animation: slideUp 1s ease;
}




* {
  box-sizing: border-box;
}


/*
.container {
  background-color: #fff;
  border-radius: 10px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 
      0 10px 10px rgba(0,0,0,0.22);
  position: relative;
  overflow: hidden;
  width: 768px;
  max-width: 100%;
  min-height: 480px;
}
*/

.form-container {
  position: absolute;
  top: 0;
  height: 100%;
  transition: all 0.6s ease-in-out;
}

.sign-in-container {
  left: 0;
  width: 50%;
  z-index: 2;
}

.container.right-panel-active .sign-in-container {
  transform: translateX(100%);
}

.sign-up-container {
  left: 0;
  width: 50%;
  opacity: 0;
  z-index: 1;
}

.container.right-panel-active .sign-up-container {
  transform: translateX(100%);
  opacity: 1;
  z-index: 5;
  animation: show 0.6s;
}

@keyframes show {

  0%,
  49.99% {
    opacity: 0;
    z-index: 1;
  }

  50%,
  100% {
    opacity: 1;
    z-index: 5;
  }
}

.overlay-container {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  overflow: hidden;
  transition: transform 0.6s ease-in-out;
  z-index: 100;
}

.container.right-panel-active .overlay-container {
  transform: translateX(-100%);
}

.overlay {
  background: #1D272F;
  background: -webkit-linear-gradient(to right, #1D272F, #343D44);
  background: linear-gradient(to right, #1D272F, #343D44);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  color: #FFFFFF;
  position: relative;
  left: -100%;
  height: 100%;
  width: 200%;
  transform: translateX(0);
  transition: transform 0.6s ease-in-out;
}

.container.right-panel-active .overlay {
  transform: translateX(50%);
}

.overlay-panel {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 40px;
  text-align: center;
  top: 0;
  height: 100%;
  width: 50%;
  transform: translateX(0);
  transition: transform 0.6s ease-in-out;
}

.overlay-left {
  transform: translateX(-20%);
}

.container.right-panel-active .overlay-left {
  transform: translateX(0);
}

.overlay-right {
  right: 0;
  transform: translateX(0);
}

.container.right-panel-active .overlay-right {
  transform: translateX(20%);
}



/*Edit 25.10.2019 */

@import 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css';


body {
  margin: 0;
  padding: 0;
}

.containerMenu .btn-sc {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: none;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0 !important;
}

.btn-sc:active,
.btn-sc:focus {
  outline: none;
}

.btn-sc+.btn-sc {
  margin-left: 10px;
}

.containerMenu .icon-bars {
  position: relative;
  margin: auto;
  display: block;
  width: 32px;
  height: 2px;
  background: #eee;
  -moz-transition: 0.3s 0.3s;
  -o-transition: 0.3s 0.3s;
  -webkit-transition: 0.3s;
  -webkit-transition-delay: 0.3s;
  -webkit-transition: 0.3s 0.3s;
  transition: 0.3s 0.3s;
}

.containerMenu .icon-bars:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 30px;
  top: -14px;
  background: #eee;
}

.main-btn:active {
  transform: scale(1.17);
}

.containerMenu .social-btn {

  float: right;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  bottom: -545px;
  right: 10px;
}

.social-btn .main-btn {
  z-index: 15;
  float: left;
}

.social-btn .social-btn-list {
  position: absolute;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.social-btn .social-btn-list li {
  display: inline-block;
}

.social-btn.open .icon-bars {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.containerMenu .btn-sc i {
  line-height: 2.39;
  font-size: 25px;
}

.containerMenu .social-btn .icon-bars {
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.containerMenu .social-btn .social-btn-list .btn-sc {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 1;
}

.containerMenu .social-btn .social-btn-list .btn-sc:nth-child(1) {
  -moz-transition: 0.3s 1.2s;
  -o-transition: 0.3s 1.2s;
  -webkit-transition: 0.3s;
  -webkit-transition-delay: 1.2s;
  -webkit-transition: 0.3s 1.2s;
  transition: 0.3s 1.2s;
}

.containerMenu .social-btn .social-btn-list .btn-sc:nth-child(2) {
  -moz-transition: 0.3s 0.9s;
  -o-transition: 0.3s 0.9s;
  -webkit-transition: 0.3s;
  -webkit-transition-delay: 0.9s;
  -webkit-transition: 0.3s 0.9s;
  transition: 0.3s 0.9s;
}

.containerMenu .social-btn .social-btn-list .btn-sc:nth-child(3) {
  -moz-transition: 0.3s 0.6s;
  -o-transition: 0.3s 0.6s;
  -webkit-transition: 0.3s;
  -webkit-transition-delay: 0.6s;
  -webkit-transition: 0.3s 0.6s;
  transition: 0.3s 0.6s;
}

.containerMenu .social-btn .social-btn-list .btn-sc:nth-child(4) {
  -moz-transition: 0.3s 0.3s;
  -o-transition: 0.3s 0.3s;
  -webkit-transition: 0.3s;
  -webkit-transition-delay: 0.3s;
  -webkit-transition: 0.3s 0.3s;
  transition: 0.3s 0.3s;
}

.containerMenu .social-btn.open .social-btn-list .btn-sc {
  opacity: 0.8;
}

.containerMenu .social-btn.open .social-btn-list .btn-sc:nth-child(1) {
  right: 255px;
  -moz-transition: 0.3s 0.3s;
  -o-transition: 0.3s 0.3s;
  -webkit-transition: 0.3s;
  -webkit-transition-delay: 0.3s;
  -webkit-transition: 0.3s 0.3s;
  transition: 0.3s 0.3s;
}

.containerMenu .social-btn.open .social-btn-list .btn-sc:nth-child(2) {
  right: 191px;
  -moz-transition: 0.3s 0.6s;
  -o-transition: 0.3s 0.6s;
  -webkit-transition: 0.3s;
  -webkit-transition-delay: 0.6s;
  -webkit-transition: 0.3s 0.6s;
  transition: 0.3s 0.6s;
}

.containerMenu .social-btn.open .social-btn-list .btn-sc:nth-child(3) {
  right: 127px;
  -moz-transition: 0.3s 0.9s;
  -o-transition: 0.3s 0.9s;
  -webkit-transition: 0.3s;
  -webkit-transition-delay: 0.9s;
  -webkit-transition: 0.3s 0.9s;
  transition: 0.3s 0.9s;
}

.containerMenu .social-btn.open .social-btn-list .btn-sc:nth-child(4) {
  right: 63px;
  -moz-transition: 0.3s 0.8s;
  -o-transition: 0.3s 1.2s;
  -webkit-transition: 0.3s;
  -webkit-transition-delay: 1.2s;
  -webkit-transition: 0.3s 1.2s;
  transition: 0.3s 1.2s;
}

.containerMenu .social-btn.open .social-btn-list .btn-sc:nth-child(5) {
  right: 0px;
  top: -63px;
  -moz-transition: 0.3s 0.8s;
  -o-transition: 0.3s 1.2s;
  -webkit-transition: 0.3s;
  -webkit-transition-delay: 1.2s;
  -webkit-transition: 0.3s 1.2s;
  transition: 0.3s 1.2s;
}

.containerMenu .social-btn.open .social-btn-list .btn-sc:nth-child(6) {
  right: 0px;
  top: -127px;
  -moz-transition: 0.3s 0.8s;
  -o-transition: 0.3s 1.2s;
  -webkit-transition: 0.3s;
  -webkit-transition-delay: 1.2s;
  -webkit-transition: 0.3s 1.2s;
  transition: 0.3s 1.2s;
}

.containerMenu .social-btn.open .social-btn-list .btn-sc:nth-child(7) {
  right: 0px;
  top: -190px;
  -moz-transition: 0.3s 0.8s;
  -o-transition: 0.3s 1.2s;
  -webkit-transition: 0.3s;
  -webkit-transition-delay: 1.2s;
  -webkit-transition: 0.3s 1.2s;
  transition: 0.3s 1.2s;
}

.containerMenu .social-btn.open .social-btn-list .btn-sc:nth-child(8) {
  right: 0px;
  top: -252px;
  -moz-transition: 0.3s 0.8s;
  -o-transition: 0.3s 1.2s;
  -webkit-transition: 0.3s;
  -webkit-transition-delay: 1.2s;
  -webkit-transition: 0.3s 1.2s;
  transition: 0.3s 1.2s;
}

.containerMenu .social-btn.open .social-btn-list .btn-sc:nth-child(9) {
  right: 0px;
  top: -314px;
  -moz-transition: 0.3s 0.8s;
  -o-transition: 0.3s 1.2s;
  -webkit-transition: 0.3s;
  -webkit-transition-delay: 1.2s;
  -webkit-transition: 0.3s 1.2s;
  transition: 0.3s 1.2s;
}

.containerMenu .social-btn.open .social-btn-list .btn-sc:nth-child(10) {
  right: 0px;
  top: -366px;
  -moz-transition: 0.3s 0.8s;
  -o-transition: 0.3s 1.2s;
  -webkit-transition: 0.3s;
  -webkit-transition-delay: 1.2s;
  -webkit-transition: 0.3s 1.2s;
  transition: 0.3s 1.2s;
}

.facebook {
  background: #333C43;
}

.twitter {
  background: #3B444A;
}

.gplus {
  background: #474F56;
}

.pinterest {
  background: #484F56;
}

.bars {
  background: #151719;
}

.upper {
  background: #333C43;
}

.nfc {
  background: #333C43;
}



.gameMenuButonActive {
  background-color: #53bb74;
  border: 1px #FFF solid;
}

/* TEST */

.pulse {
  animation: pulse 2s infinite;
}


@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }

  70% {
    -webkit-box-shadow: 0 0 0 14px rgba(204, 169, 44, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }

  70% {
    -moz-box-shadow: 0 0 0 14px rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 14px rgba(204, 169, 44, 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}


/* 28.10.2019 - Leaflet Custom CSS Marker */
/* Pulsemarker for Leaflet */

@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(0.8);
    opacity: 0;
  }
}

.marker {
  width: 100px;
  height: 100px;
  position: absolute;
  /* top: 130px; positions our marker*/
  /* left: 200px; positions our marker*/
  display: block;
}

.pin {
  width: 20px;
  height: 20px;
  /* position: relative; */
  top: 38px;
  left: 38px;
  background: rgba(5, 124, 255, 1);
  border: 2px solid #FFF;
  border-radius: 50%;
  z-index: 1000;
}

.pin-effect {
  width: 100px;
  height: 100px;
  position: absolute;
  top: -39px;
  left: -39px;
  display: block;
  background: rgba(5, 124, 255, 0.6);
  border-radius: 50%;
  opacity: 0;
  animation: pulsate 1200ms ease-out infinite;

}

/* 29.10.2019: ProfilePictureMenu */
#profile-picture {
  width: 250px;
  height: 100px;
  /*background-color: rgba(255,255,255, 0.9);
  border-radius: 3px;
  box-shadow: 0 3px 10px rgba(0,0,0, 0.25);
  padding: 20px; */
  z-index: 11;
  position: absolute;
  right: 40px;
  top: 30px;
  /* margin-left: -125px; */
  /*margin-top: -250px; */

  text-align: right;

}

#card-about-me {
  width: 300px;
  height: 250px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
  padding: 20px;
  z-index: 10;
  position: absolute;
  right: 20px;
  top: 77px;
  margin-left: -125px;
  display: none;
  /*margin-top: -250px; */
  border: 1px solid darkgray;
  text-align: center;
  color: #696969;
}

/* Make profile picture circle */
.profile-picture {
  width: 30%;
  border-radius: 50%;
  border: 5px solid whitesmoke;
  cursor: pointer;
}

/* Exception styles for subheaders */
.header-tags {
  text-transform: none;
  font-weight: 600;
}

/* Interest tag styles */
.tag {
  padding: 5px;
  background-color: #282828;
  border-radius: 3px;

  font-size: 12px;
  font-weight: 300;
  color: #fff;
}

/* Utility classes for tags */
.red {
  background-color: red;
}

.orange {
  background-color: orange;
}

.yellow {
  background-color: yellow;
}

.green {
  background-color: green;
}

/* 30.10.2019 doList in socialprofile menu */

.doList {
  text-align: left;
  padding-left: 25px;
  line-height: 1.5;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
}


/* 05.11.2019 Photogrid for Filelist */

.photo-grid {
  list-style: none;
  max-width: 870px;
}

.photo:first-child,
.photo:nth-child(4n+1) {
  margin-left: 0;
}

.photo {
  text-align: center;
  width: 200px;
  min-height: 150px;
  display: inline-block;
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 10px;
  background-color: #fff;
  overflow-wrap: break-word;
}

.photo-link {
  text-decoration: none;
  color: #333;
}

.photo-title {
  display: block;
  /*word-wrap: break-word;*/
  margin-top: 5px;
  font-size: 1.0em;
  font-weight: bold;
  top: 7px;
}

.photo-overlay {
  /* background: linear-gradient(rgba(255,255,255,0.1), rgba(255,255,255,1)); */
  position: relative;
  top: -5px;
  /*box-shadow:0px -15px 20px -0px #FFF; */
  background-color: rgba(255, 255, 255, 0.5);
}

/* 07.11.2019 Play Button */

.play-button-outer {
  margin: 0px auto auto;
  width: 7em;
  height: 7em;
  background-color: rgba(0, 0, 0, .25);
  cursor: pointer;
  border: 1px #555 solid;
}

.play-button {
  margin: 0 auto;
  top: 29%;
  left: 3px;
  position: relative;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.5em 0 1.5em 3em;
  border-color: transparent transparent transparent #FFF;
  opacity: .75;
}

.play-button-outer:hover {
  background-color: rgba(0, 0, 0, .5);
  border: 1px #fff solid;
}

.play-button-outer:hover .play-button {
  opacity: 1;
}




#output:nth-child(even) a {
  color: #FFF !important;
}

#output:nth-child(odd) a {
  color: #FFF !important;
}





.sidePanel a {
  color: #bbb;
}

.social-btn-list a {
  color: #fff !important;
}

/* 07.11.2019 Modal optimization */





/* 07.11.2019 ACE Context-Menu */


#contextmenu {
  position: fixed;
  left: 40%;
  top: 20%;
  background-color: #fafafa;
  padding: 4pt;
  font-size: 10pt;
  z-index: 1000;
  box-shadow: 0 0 12pt rgba(0, 0, 0, 0.25);
  border-radius: 4pt;
  padding: 0.5em 0 0.5em 0;
  display: block;
}


#contextmenu hr {
  border: none;
  border-bottom: 1px solid #eee;
}

#contextmenu a {
  display: block;
  text-decoration: none;
  color: #333;
  padding: 0.5em 2em 0.5em 0.75em;
  max-width: 18em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#contextmenu a:hover {
  background-color: #333;
  color: #fff;
}


#contextmenu a::before {
  content: '';
  float: left;
  margin-right: 0.75em;
  width: 0.5em;
  height: 1em;
  display: inline-block;
}

#contextmenu a.ticked::before {
  content: '\2713';
}

#contextmenu a.unticked::before {
  content: '\2610';
}



/* Animatinons */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1.0;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1.0;
  }
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1.0;
  }

  to {
    opacity: 0.0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1.0;
  }

  to {
    opacity: 0.0;
  }
}

.is-fadingIn {
  -webkit-animation: fadeIn 0.1s ease-out;
  animation: fadeIn 0.1s ease-out;
  opacity: 1.0;
  display: block;
}

.is-fadingOut {
  -webkit-animation: fadeOut 0.1s ease-out;
  animation: fadeOut 0.1s ease-out;
  opacity: 0.0;
  display: block;
}


menu {
  display: block;
  position: absolute;
  top: 50px;
  left: 50px;

  margin: 0;
  padding: 3px 0 4px;

  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.35);
  border-radius: 4px;

  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 15px;
}

menu::before {
  display: block;
  position: absolute;
  content: "";
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;

  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  z-index: -1;
}

menu hr {
  border: none;
  height: 1px;
  background: rgba(0, 0, 0, 0.10);
  margin: 6px 1px 5px;
  padding: 0;
}

menu menuitem {
  display: block;
  padding: 0 20px;
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}

menu menuitem::after {
  vertical-align: 2px;
  content: attr(label);
}

menu menuitem:hover {
  background: -webkit-linear-gradient(top, #648bf5, #2866f2);
  background: linear-gradient(to bottom, #648bf5 0%, #2866f2 100%);
  border-top: 1px solid #5a82eb;
  border-bottom: 1px solid #1758e7;
}

menu menuitem:hover::after {
  color: #fff;
}




.float-container.active label {
  transform: translate(0, 4px) scale(.75);
}

.addWP {
  margin-top: 19px;
  padding: 10px;
  padding-top: 10px;
  padding-bottom: 10px;

  padding-bottom: 13px;
  background: #EEE;
  border: none;
}

.overlayGame {
  position: absolute;
  display: none;
  width: 325px;
  height: 540px;
  bottom: -503px;
  overflow: hidden;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

/* 2020-01-04 Korrektur col-lg-7 */
.col-lg-7 {
  width: 100% !important;
}

.white {
  background-color: whitesmoke !important;
  color: black;
}


/* 2020-01-06 Table style build with https://www.tablesgenerator.com */

.tg {
  border-collapse: collapse;
  border-spacing: 0;
  border-color: #ccc;
}

.tg td {
  font-family: Arial, sans-serif;
  font-size: 14px;
  padding: 10px 5px;
  border-style: solid;
  border-width: 0px;
  overflow: hidden;
  word-break: normal;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #ccc;
  color: #333;
  background-color: #fff;
}

.tg th {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  padding: 10px 5px;
  border-style: solid;
  border-width: 0px;
  overflow: hidden;
  word-break: normal;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #ccc;
  color: #333;
  background-color: #f0f0f0;
}

.tg .tg-buh4 {
  background-color: #f9f9f9;
  text-align: left;
  padding-left: 12px;
  vertical-align: top !important
}

.tg .tg-lqy6 {
  text-align: right;
  vertical-align: top !important
}

.tg .tg-0lax {
  text-align: left;
  padding-left: 12px;
  vertical-align: top !important
}

.tg .tg-p5oz {
  background-color: #f9f9f9;
  text-align: right;
  vertical-align: top !important
}

.tg-sort-header::-moz-selection {
  background: 0 0
}

.tg-sort-header::selection {
  background: 0 0
}

.tg-sort-header {
  cursor: pointer
}

.tg-sort-header:after {
  content: '';
  float: right;
  margin-top: 7px;
  border-width: 0 5px 5px;
  border-style: solid;
  border-color: #404040 transparent;
  visibility: hidden
}

.tg-sort-header:hover:after {
  visibility: visible
}

.tg-sort-asc:after,
.tg-sort-asc:hover:after,
.tg-sort-desc:after {
  visibility: visible;
  opacity: .4
}

.tg-sort-desc:after {
  border-bottom: none;
  border-width: 5px 5px 0
}

/* 2020-01-07 Inventorysystem */

.inventory_thumb {
  padding: 10px;
  max-width: 110px;
  max-height: 110px;
}

.overlayTitle {
  color: whitesmoke;
  padding-left: 10px;
  padding-top: 32px;
  position: relative;
}

/* inAPP Background Animation */

@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 100% 0;
  }
}

.animate-area {
  width: 100%;
  height: 100%;
  background-position: 0px 0px;
  background-repeat: repeat-x;
  animation: animatedBackground 20s linear infinite alternate;
}


div[id^='squiffy-section-'] {
  margin-bottom: 120px;
}

input .partitioned {
  color: #000 !important;
  display: inline-block !important;

}


.youtube-background {
  position: relative;
  overflow: hidden;
  width: 325px;
  height: 545px;
  top: 269px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.youtube-background iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
}

@media (min-aspect-ratio: 16/9) {
  .youtube-background iframe {
    /* height = 100 * (9 / 16) = 56.25 */
    height: 56.25vw;
  }
}

@media (max-aspect-ratio: 16/9) {
  .youtube-background iframe {
    /* width = 100 / (9 / 16) = 177.777777 */
    width: 177.78vh;
  }
}

.media-modal {
  color: #000 !important;
}

#SCNAppointments h4 {
  color: black !important;
}