@font-face {
  font-family: "RobotoCondensed Regular";
  src: url("../fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "RobotoCondensed Bold";
  src: url("../fonts/Roboto_Condensed/RobotoCondensed-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "RobotoCondensed Light";
  src: url("../fonts/Roboto_Condensed/RobotoCondensed-Light.ttf") format("truetype");
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/MaterialIcons/MaterialIconsOutlined-Regular.otf);
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

html {
  height: 100%;
  width:100%;
}
body {
  font-family: 'RobotoCondensed Regular', san-serif;
  background: #ffffff;
  color: #616160;
  height: 100%;
  width:100%;
}
#mobilePhone h1 {
  font-family: 'RobotoCondensed Regular', san-serif;
  color: #E30821;
  font-size: 25px;
}
#mobilePhone h2 {
  font-family: 'RobotoCondensed Bold', san-serif;
  color: #E30821;
  font-size: 18px;
}
b{
  font-family: 'RobotoCondensed Bold', san-serif;
}
#mobilePhone .small {
  display: inline-block
  margin-top: 6px;
  font-size: 18px;
}
#mobilePhone a {
  color: #616160 !important;
  cursor: pointer;
}
#mobilePhone a.btn-danger,
#mobilePhone a.btn-danger:hover,
#mobilePhone .energie-view a.btn:hover,
#mobilePhone .energie-view a.btn.active {
  color: #ffffff !important;
  cursor: pointer;
  background: #E30821 !important;
}

#mobilePhone .energie-view a.btn {
  color: red !important;
  cursor: pointer;
}
#mobilePhone a:hover {
  color: #616160 !important;
  text-decoration: none;
}
#mobilePhone .text-primary {
  color: #E30821 !important;
}

#headline {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  padding: 12px 12px 12px 50px;
}
#headline .signet {
  margin-top: 3px;
  padding: 0px;
  width: 20px;
  height: 34px;
  float: left;
}
h1.slqa {
  font-size: 20px;
  color: #E30821;
  margin: 12px 12px ;
}
h1.slqa a {
  color: #E30821;
}
h1.slqa a:hover {
  text-decoration: none;
}
h1.slqa b {
  font-family: 'RobotoCondensed Bold', san-serif;
}
#headline .lb-user {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-left: 70px
}
#headline .lb-user img {
  margin: 9px 0 -4px 0;
  display: inline-block;
  width: 25px;
  height: 25px;
}

.reveal .slides {
  margin-left: 300px !important;
}
.reveal .slides p,
.reveal .slides h4,
.reveal .slides h3,
.reveal .slides h2,
.reveal .slides h1 {
  max-width: 75%;
  margin-left: 10%;
}
#mobilePhone {
  /*display: none;*/
  position: fixed;
  top: 60px;
  margin: 0 40px 40px 40px;
  padding: 12px 12px 24px 12px;
  background: rgb(60, 60, 61);
  background: linear-gradient(160deg, rgba(60, 60, 61, 1) 0%, rgba(24, 24, 24, 1) 78%);
  border-radius: 24px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  -o-border-radius: 24px;
  width: 414px;
  height: auto;
  box-shadow: 0 0 12px rgba(0, 0, 0, .25);
  z-index: 99;
}




#mobilePhone .inner {
  position: relative;
  margin: 0;
  padding: 0;
  background: rgb(255, 255, 255);
  border-radius: 14px;
  width: calc(100%-100px);
  height: 700px;
  overflow: hidden;
}


#mobilePhone .inner > * {
  border-radius: 14px;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  -o-border-radius: 14px;
}

#revealViewport .slides > section {
  position: absolute;
  right: 0;
  width: calc(100% - 440px);
  border-radius: 14px;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  -o-border-radius: 14px;
}

#sc001 {
  background: #ffffff !impotant;
  z-index: 999;
  border-radius: 14px;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  -o-border-radius: 14px;  
}
#sc001 img {
  border-radius: 14px;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  -o-border-radius: 14px;  
}
#sc001.stage.overview {
  background: #ffffff;
  background-image: none;
  height: 750px;
  display: none;
}
#sc001 {
  display: none;
}

#sc001.current {
  display: block;
}

.stage {
  overflow: hidden;
}

.stage.overview {
  background: #f2f2f2 url(../images/backgrounds/quartier-bg.svg) center top / 100% auto no-repeat;
  height: 750px;
  display: none;
}
.stage.overview.my-home {
  background: rgba(255, 248, 241, 1) url(../images/backgrounds/home-bg.svg) center top / 100% auto no-repeat;
  height: 750px;
}
.stage.overview.board {
  background: #f2f2f2;
  background-image: image();
  height: 750px;
  display: none;
}
.stage.overview.current {
  display: block;
}

.cards-small .card-body {
  font-family: 'RobotoCondensed Bold', san-serif;
  line-height: 100%;
  font-size: 14px;
}

.cards-small .card {
  width: 60px;
  height: 80px;
  margin-right: 12px;
  border-radius: 16px;

  -webkit-transition: .1s ease-in-out;
  -moz-transition: .1s ease-in-out;
  -o-transition: .1s ease-in-out;
  transition: .1s ease-in-out;

  cursor: pointer;
}

.cards-small .card:hover {
  position: relative;
  z-index: 99;
  transform: scale(1.15);
}

.cards-small .card:last-child {
  margin-right: 0;
}

.cards-small .card .card-img-top {
  width: auto;
  height: 36px;
}

.cards-small .card .card-img-top img {
  margin: 9px auto 0 auto;
  width: 26px;
  height: auto;
}

.cards-booking, .cards-booking a .card-body {
  color: #F07E0E !important;
}

.cards-mobility, .cards-mobility a .card-body {
  color: #23B9D5 !important;
}

.cards-quick-info .card {
  height: 100px;
  border-radius: 18px;
}

.cards-quick-info .card .icon-wrapper {
  height: 38px;
}

.cards-quick-info .card img {
  width: 22px;
  height: 22px;
}

.container.nav {
  position: absolute;
  bottom: 0;
  height: 100px;
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 12px rgba(0,0,0,.5);
  border-radius: 0 !important;
}

.container.nav .row {
  width: 100%
}

.container.nav .col {
  text-align: center;
  font-family: 'RobotoCondensed Regular', san-serif;
  font-size: 16px;
}
.container.nav .col .icon-wrap.icon-quartier {
  display: block;
  width: 36px;
  height: 26px;
  background: url(../images/icons/nav-quartier.svg);
  background-size: 34px 24px;
  background-position: left top;
  background-repeat: no-repeat;
  margin: auto;
}
.container.nav .col.act .icon-wrap.icon-quartier,
.container.nav .col:hover .icon-wrap.icon-quartier {
  background: url(../images/icons/nav-quartier-red.svg);
  background-size: 34px 24px;
  background-position: left top;
  background-repeat: no-repeat;
  margin: auto;
}
.container.nav .col .icon-wrap.icon-home {
  display: block;
  width: 36px;
  height: 26px;
  background: url(../images/icons/nav-home.svg);
  background-size: 34px 24px;
  background-position: left top;
  background-repeat: no-repeat;
  margin: auto;
}
.container.nav .col.act .icon-wrap.icon-home,
.container.nav .col:hover .icon-wrap.icon-home {
  background: url(../images/icons/nav-home-red.svg);
  background-size: 34px 24px;
  background-position: left top;
  background-repeat: no-repeat;
  margin: auto;
}
.container.nav .col .icon-wrap.icon-board {
  display: block;
  width: 36px;
  height: 26px;
  background: url(../images/icons/nav-board.svg);
  background-size: 34px 24px;
  background-position: left 3px;
  background-repeat: no-repeat;
  margin: auto;
}
.container.nav .col.act .icon-wrap.icon-board,
.container.nav .col:hover .icon-wrap.icon-board {
  background: url(../images/icons/nav-board-red.svg);
  background-size: 34px 24px;
  background-position: left 3px;
  background-repeat: no-repeat;
  margin: auto;
}
#mobilePhone .container.nav a.col {
  color: #616160;
}
#mobilePhone .container.nav .col.act,
#mobilePhone .container.nav a:hover {
  text-decoration: none;
  color: #E30821 !important;
}

.icon-weather {
  display: block;
  width: 36px;
  height: 26px;
  background: url(../images/icons/icon-weather.svg);
  background-size: 34px 26px;
  background-position: left 3px;
  background-repeat: no-repeat;
  margin: auto;
}
.icon-home-temp {
  display: block;
  width: 28px;
  height: 22px;
  background: url(../images/icons/icon-home.svg);
  background-size: 28px 26px;
  background-position: left 6px;
  background-repeat: no-repeat;
  margin: auto;
}
.icon-solar {
  display: block;
  width: 36px;
  height: 26px;
  background: url(../images/icons/icon-solar.svg);
  background-size: 36px 28px;
  background-position: left 3px;
  background-repeat: no-repeat;
  margin: auto;
}
.icon-electricity {
  display: block;
  width: 30px;
  height: 26px;
  background: url(../images/icons/icon-electricity.svg);
  background-size: 30px 26px;
  background-position: left 6px;
  background-repeat: no-repeat;
  margin: auto;
}
.img-profile {
  border: 5px solid rgba(255,255,255,0.4);
}
.board-img {
  border: 5px solid rgba(169, 160, 155, 1);
  border-radius: 50%;
  width: 65px;
  height: 65px;
}
.act .board-img {
  border: 5px solid rgba(240, 126, 14, 1);
  border-radius: 50%;
  width: 65px;
  height: 65px;
}

.bg-orange {
  background-color: #F07E0E !important;
}
.nav-element .badge {
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  top: -8px;
  right: 35%;
}

.board-list .card {
  position: relative;
  border-radius: 12px; 
  margin-bottom: 6px;
  -webkit-transition: .1s ease-in-out;
  -moz-transition: .1s ease-in-out;
  -o-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
  cursor: pointer;
}
.board-list .card.answer {
  margin-right: 30px;
}
.board-list .card.clickable:hover {
  transform: scale(1.05);
}
.board-list .card .date-text {
  font-weight: bold;
}
.board-list .card .title-text {
  
  font-family: 'RobotoCondensed Light', san-serif;
  font-weight: normal;
}
@keyframes flickerAnimation {
  0%   { opacity:1; }
  50%  { opacity:0.5; }
  100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0.5; }
  100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0.5; }
  100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0.5; }
  100% { opacity:1; }
}
.func-back, .func-create {
   -webkit-animation: flickerAnimation 1s infinite;
   -moz-animation: flickerAnimation 1s infinite;
   -o-animation: flickerAnimation 1s infinite;
    animation: flickerAnimation 1s infinite;
}
@keyframes flickerAnimationSoft {
  0%   { opacity:1; }
  50%  { opacity:0.5; }
  100% { opacity:1; }
}
@-o-keyframes flickerAnimationSoft{
  0%   { opacity:1; }
  50%  { opacity:0.5; }
  100% { opacity:1; }
}
@-moz-keyframes flickerAnimationSoft{
  0%   { opacity:1; }
  50%  { opacity:0.5; }
  100% { opacity:1; }
}
@-webkit-keyframes flickerAnimationSoft{
  0%   { opacity:1; }
  50%  { opacity:0.5; }
  100% { opacity:1; }
}
#textarea-auto:not(clicked), #keyb-action, .clickable, .click-further-chat, #keyb-action-uc-2, #textarea-auto-uc-2:not(clicked) {
   -webkit-animation: flickerAnimationSoft 1s infinite;
   -moz-animation: flickerAnimationSoft 1s infinite;
   -o-animation: flickerAnimationSoft 1s infinite;
    animation: flickerAnimationSoft 1s infinite;
  cursor: pointer;
}
.w-a {
  height: 160px !important;
}
.write-answer {
  position: absolute;
  bottom: 100px;
  background: #F07E0E;
  padding: 12px 20px;
  margin-top: 0;
}
.write-answer input {
  padding: 12px;
  width: 100%;
  border: none;
  border-radius: 24px !important;
}
.write-answer .material-icons {
  position: absolute;
  top: 10px;
  right: 25px;
}
.container.nav.keyboard {
  height: 300px;
  padding: 0
}
.container.nav.keyboard img {
  width: 100%;
  height: 290px;
}
#keyb-action {
  cursor: pointer;
}
.overflow-chat {
  overflow-y: scroll; 
  height: 300px;
}
.further-chat {
  display: none;
}
.diagramm-image {
  width: 100%;
  height: 140px;
}
.diagramm-image.day,
.diagramm-image.week,
.diagramm-image.year {
  display: none;
}
.diagramm-image.visible {
  display: block !important;
}

.cards-energy, .modal-title {
  color: #E30821;
}
.modal-use-case img {
  display: block;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  margin: 0 auto 12px auto;
}
.modal-use-case h2 {
  color: #E30821;
}

.modal-use-case h3 {
  font-family: 'RobotoCondensed Bold', san-serif;
}
.modal-use-case p {
  min-height: 180px;
}

#textarea-auto:not(clicked), #keyb-action, .clickable, .click-further-chat {
   -webkit-animation: flickerAnimationSoft 1s infinite;
   -moz-animation: flickerAnimationSoft 1s infinite;
   -o-animation: flickerAnimationSoft 1s infinite;
    animation: flickerAnimationSoft 1s infinite;
}
.startscreen {
   -webkit-animation: flickerAnimationSoft 1s infinite;
   -moz-animation: flickerAnimationSoft 1s infinite;
   -o-animation: flickerAnimationSoft 1s infinite;
    animation: flickerAnimationSoft 1s infinite;
}
.blink {
   -webkit-animation: flickerAnimationSoft 1s infinite;
   -moz-animation: flickerAnimationSoft 1s infinite;
   -o-animation: flickerAnimationSoft 1s infinite;
    animation: flickerAnimationSoft 1s infinite;
  cursor: pointer;
}

.reveal aside.controls {
  display: none !important;
}
.booking-calendar {
  display: block;
  margin-left: -10px !important;
  margin-top: 10px !important;
  width: 380px !important;
  height: 360px !important;
}
.booking-picker {
  display: block;
  margin-left: 0 !important;
  margin-top: 10px !important;
  width: 334 !important;
  height: 215px !important;
}
.bike-picker {
  display: block;
  margin-left: -5px !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  width: 333 !important;
  height: 120px !important;
}
#sc033 .cards-mobility {
  margin: 0 -10px 0 0;
}
#sc033 .cards-mobility .card {
  margin: 0 9px 12px 0;
}
#sc033 .cards-mobility .card:nth-child(5n+5) {
  margin: 0 0 12px 0;
}
.profil-mobility {
  width: 33px !important;
  height: 33px !important;
  border-radius: 50%;
  border: 3px solid #23B9D5;
}
.book-bike-form {
  display: block;
  margin-left: -5px !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  width: 340 !important;
  height: 310px !important;
}
a.btn-danger.slide {
  display: none;
}
#mobilePhone {
  transition: all 1s;
}
#mobilePhone.smaller {
  transform: scale(.5, .5) translate(-190px, -340px); 
}
#additionalMobilePhone {
  position: fixed;
  top: 160px;
  left: -600px;
  margin: 0 40px 40px 40px;
  padding: 12px 12px 24px 12px;
  background: rgb(60, 60, 61);
  background: linear-gradient(160deg, rgba(60, 60, 61, 1) 0%, rgba(24, 24, 24, 1) 78%);
  border-radius: 24px;
  width: 418px;
  height: auto;
  box-shadow: 0 0 12px rgba(0, 0, 0, .25);
  z-index: 99;
  transition: all 1s;
}
#additionalMobilePhone.show {}
#additionalMobilePhone .inner {
  position: relative;
  margin: 0;
  padding: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(160deg, rgba(255, 255, 255, 1) 0%, rgba(230, 230, 230, 1) 78%);
  border-radius: 14px;
  width: calc(100%-100px);
  height: 700px;
  overflow: hidden;
}

#sc100 {
  display: block
}
#sc100 a:hover, 
#sc100 a, #sc100 .text-primary {
  color: #E30821 !important;
  text-decoration: none;
}
.cust_message {
  position: absolute;
  top: 0;
  left: 0;
  width: 400px !important;
  height: 700px !important;
  background: rgba(0,0,0,.3);
  z-index: 99;
  opacity: 0;
}
.cust_message.esra {
  display: block;
  opacity: 1; 
  z-index: -1;
}
.cust_message.esra.visible {
  display: block;
  opacity: 1; 
  z-index: 999;
}
.cust_message .card {
  position: absolute;
  top: 160px;
  left: 20px;
  right: 25px;
  line-height: 125%;
}
.cust_message .card-img-top {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  border: 5px solid #23B9D5;
  margin: 12px auto;
  
}
.cust_message .card h2 {
  color: #23B9D5 !important;
  font-family: 'RobotoCondensed Bold', san-serif;
  margin-bottom: 1em;
}
.cust_message .card p {
  margin-bottom: 1em;
}
.cust_message.esra .card p {
  font-size: 2em;
}
#mobilePhone .cust_message.esra .card a.btn-success {
  color: #ffffff !important;
}
.cust_blocker {
  position: absolute;
  margin-top: -40px;
  width: 100%;
  height: 40px;
  background: #ffffff;
  opacity: 0;
}

/* usability hack */
.pulsating-circle .icon {}
.pulsating-circle .icon:before {
  content:'';
  border: 6px solid  #BE0D3E;
  -webkit-border-radius: 50%;
  height: 24px;
  width: 24px;
  position: relative;
  top: -6px;
  left: -6px;
  display: block;
  -webkit-animation: pulsate 1.25s ease-out;
  -webkit-animation-iteration-count: infinite; 
  opacity: 0;
  z-index: -1;
}
.slide .lb-user {
  position: relative;
  margin: auto;
  display: block;
  width: 50px;
  height: 50px;
}
.slide .lb-user img {
  margin: auto;
  display: block;
  width: 50px;
  height: 50px;
}
.lb-user:before {
  content:'';
  border: 10px solid  #BE0D3E;
  -webkit-border-radius: 50%;
  height: 50px;
  width: 50px;
  position: absolute;
  top: -1px;
  left: 0;
  display: block;
  -webkit-animation: pulsate 1.25s ease-out;
  -webkit-animation-iteration-count: infinite; 
  opacity: 0;
  z-index: -1;
}
@-webkit-keyframes pulsate {
  0% {-webkit-transform: scale(1, 1); opacity: 0.0;}
  50% {opacity: 0.6;}
  100% {-webkit-transform: scale(1.9, 1.9); opacity: 0.0;}
}

#sc001 .pulsating-circle {
  position: absolute;
  z-index: 9999;
  top: 60%;
  left: 50%;
}
#sc002 .pulsating-circle {
  position: absolute;
  z-index: 9999;
  bottom: 30px;
  right: 40px;
}
#sc004 .pulsating-circle {
  position: absolute;
  z-index: 9999;
  bottom: 0;
  right: 20px;
}
#sc007 .pulsating-circle {
  position: absolute;
  z-index: 9999;
  bottom: 50%;
  right: 50%;
}
#sc007 .pulsating-circle.second {
  position: absolute;
  z-index: 9999;
  bottom: 50%;
  right: 50%;
  display: none;
} 
#sc008 .pulsating-circle.first,
#sc008 .pulsating-circle.third {
  position: absolute;
  z-index: 9999;
  bottom: 15%;
  right: 15%;
  animation: cust_move-down 1.5s infinite;
} 

@keyframes cust_move-down {
  from {bottom: 15%;}
  to {bottom: 45%;}
}
#sc008 .pulsating-circle.third {
  display: none;
}
#sc008 .pulsating-circle.second {
  position: absolute;
  z-index: 9999;
  bottom: 15%;
  right: 15%;
  display: none;
} 
#sc010 .pulsating-circle {
  position: absolute;
  z-index: 9999;
  bottom: 20%;
  right: 35%;
} 
#sc011 .pulsating-circle.first {
  position: absolute;
  z-index: 9999;
  bottom: 20%;
  right: 15%;
} 
 
#sc011 .pulsating-circle.second {
  position: absolute;
  z-index: 9999;
  bottom: 20%;
  right: 15%;
  display: none;
} 
 
#sc011 .pulsating-circle.third {
  position: absolute;
  z-index: 9999;
  bottom: 20%;
  right: 15%;
  display: none;  
} 
 
#sc011 .pulsating-circle.fourth {
  position: absolute;
  z-index: 9999;
  bottom: 20%;
  right: 35%;
  display: none;  
}  
#sc012 .pulsating-circle {
  position: absolute;
  z-index: 9999;
  bottom: 5%;
  right: 14%;
}
#sc013 .pulsating-circle.first {
  position: absolute;
  z-index: 9999;
  bottom: 50%;
  right: 45%;
} 

#sc013 .pulsating-circle.second {
  position: absolute;
  z-index: 9999;
  bottom: 50%;
  right: 45%;
  display: none;
}
#sc020 .pulsating-circle {
  position: absolute;
  z-index: 9999;
  bottom: 50%;
  right: 35%;
}
#sc022 .pulsating-circle {
  position: absolute;
  z-index: 9999;
  bottom: 50%;
  right: 35%;
}
#sc023 .pulsating-circle {
  position: absolute;
  z-index: 9999;
  bottom: 50%;
  right: 35%;
}
#sc024 .pulsating-circle {
  position: absolute;
  z-index: 9999;
  bottom: 30%;
  right: 20%;
}
#sc025 .pulsating-circle {
  position: absolute;
  z-index: 9999;
  bottom: 30%;
  right: 20%;
}
#sc026 .pulsating-circle {
  position: absolute;
  z-index: 9999;
  bottom: 30%;
  right: 20%;
}
#sc027 .pulsating-circle {
  position: absolute;
  z-index: 9999;
  bottom: 50%;
  right: 35%;
}
#sc028 .pulsating-circle {
  position: absolute;
  z-index: 9999;
  bottom: 50%;
  right: 35%;
}

#sc030 .pulsating-circle {
  position: absolute;
  z-index: 9999;
  bottom: 30%;
  right: 20%;
}

#sc033 .pulsating-circle {
  position: absolute;
  z-index: 9999;
  bottom: 30%;
  right: 20%;
}

#sc034 .pulsating-circle.first {
  position: absolute;
  z-index: 9999;
  bottom: 50%;
  right: 50%;
}
#sc034 .pulsating-circle.second {
  position: absolute;
  z-index: 9999;
  bottom: 10%;
  right: 10%;
  display: none;
}

.cust_message .card .pulsating-circle.sc100 {
  position: absolute;
  z-index: 999;
  bottom: 20px;
  right: 20%;
  display: block;
}
/* <div class="pulsating-circle"><div class="icon"></div></div> */ 