html {
  scroll-behavior: smooth;
}

#module-116 {
  display: none;
  position: absolute;
}

.tm-toolbar .uk-container {
  position: relative;
}

#module-116.opened {
  display: block;
  z-index: 9999;
  top: 60px;
  right: 0px;
  width: 50vw;
  background: #FFF !important;
  box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.08);
}
@media only screen and (max-width: 1600px) {
  #module-116.opened {
    width: 75vw;
    flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 990px) {
  #module-116.opened {
    width: 100%;
    flex-direction: row-reverse;
  }
}

#rueckrufSection, #rueckrufSection .uk-form-label, #rueckrufSection .uk-input {
  color: #333;
}

#rueckrufSection .uk-input {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.toolbarRightTop {
  list-style-type: none;
  display: flex;
}

.toolbarRightTop li {
  cursor: pointer;
  margin-right: 20px;
}

.toolbarRightTop li span {
  color: #FFF;
}

.toolbarRightTop a {
  color: #FFF;
  cursor: pointer;
}

.toolbarRightTop a:hover {
  color: #FFF;
}

.kontaktbarTopContainer ul {
  list-style-type: none;
  display: flex;
  margin-bottom: 0px;
}

.offcanvasCTA .kontaktbarTopContainer ul {
  list-style-type: none;
  display: flex;
  margin-bottom: 0px;
  flex-direction: row;
  padding: 0;
  /*justify-content: flex-start;
  align-items: flex-start;
  margin-top: 50px;*/
}

#module-tm-2 {
  display: none;
}

.kontaktbarTopContainer li:hover {
  /*.roundedIcon{
    background: #FAB617;
  }*/
}
.kontaktbarTopContainer li:hover a {
  text-decoration: underline;
}

.kontaktbarTopContainer li:hover {
  animation: bounce 1.5s;
  /*other browsers*/
  -webkit-animation: bounce 1.5s;
  /*webkit browsers*/
  -moz-animation: bounce 1.5s;
  /*firefox*/
  -o-animation: bounce 1.5s;
  /*opera*/
}

/*CSS3 Bounce Animation*/
@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
  }
}
@-moz-keyframes bounce {
  0%, 100% {
    -moz-transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(-5px);
  }
}
@-o-keyframes bounce {
  0%, 100% {
    -o-transform: translateY(0);
  }
  50% {
    -o-transform: translateY(-5px);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
/*.kontaktbarTopContainer li{
  margin-left: 25px;
}*/
.offcanvasCTA .kontaktbarTopContainer li {
  margin-left: 0px;
}

.kontaktbarTopContainer li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.kontaktbarTopContainer h5 {
  margin: 0;
  padding: 0;
}

.kontaktbarTopContainer h5.phone {
  font-weight: bold;
  font-size: 1.2rem;
}

.roundedIcon {
  height: 30px;
  width: 30px;
  /*border-radius: 50%;
  background: rgba(250,182,23,0.6);*/
  display: flex;
  align-items: center;
  justify-content: center;
  /*margin-right: 10px;*/
}

.roundedIcon .st0, .roundedIcon .uk-svg {
  fill: #ffbd0b;
  height: 20px;
}

.soMe {
  padding-left: 5px;
}

.fB .roundedIcon {
  padding-right: 20px;
}

.phone .roundedIcon {
  padding-left: 5px;
}

.offcanvasCTA .roundedIcon {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.kontaktbarTopContainer .uk-icon {
  fill: #333;
}

.offcanvasCTA .kontaktbarTopContainer .uk-icon {
  fill: #fff;
}

.kontaktbarTopContainer .uk-icon:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve) {
  stroke: #333;
}

.offcanvasCTA .kontaktbarTopContainer .uk-icon:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve) {
  stroke: #fff;
}

.uk-logo svg {
  width: 200px;
}

#sliderLogo {
  width: 20vw;
  position: relative;
  right: -340px;
}
@media only screen and (max-width: 1600px) {
  #sliderLogo {
    width: 40vw;
    right: -240px;
  }
}
@media only screen and (max-width: 1024px) {
  #sliderLogo {
    width: 50vw;
    right: -120px;
  }
}
@media only screen and (max-width: 990px) {
  #sliderLogo {
    width: 50vw;
    right: -120px;
  }
}
@media only screen and (max-width: 768px) {
  #sliderLogo {
    width: 40vw;
    right: -110px;
  }
}
@media only screen and (max-width: 480px) {
  #sliderLogo {
    width: 50vw;
    right: -70px;
  }
}

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