@-webkit-keyframes slide-up {
  from {
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0; }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; } }

@-moz-keyframes slide-up {
  from {
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0; }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; } }

@-o-keyframes slide-up {
  from {
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0; }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; } }

@-ms-keyframes slide-up {
  from {
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0; }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; } }

@keyframes slide-up {
  from {
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0; }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; } }

.white {
  color: #fff; }

.btn-playtour {
  position: absolute;
  margin: 0 auto;
  box-shadow: 0 0 20px #28323e;
  background-color: rgba(40, 50, 62, 0.9); }
  .btn-playtour:hover {
    background-color: #28323e; }

.btn {
  font-family: "Quicksand-Regular";
  font-weight: 100; }

.btn-primary {
  color: #fff;
  background-color: #3D3C3F;
  border-color: #3D3C3F;
  background: #009EE0;
  background-image: linear-gradient(to bottom, #009de0 0%, #28323e 100%);
  background-position: 0 100%;
  background-size: cover;
  box-shadow: 6px 6px 10px rgba(200, 234, 211, 0.3) inset;
  border: solid 1px #009de0; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #242325;
    border-color: black; }
  .btn-primary:hover {
    color: #fff;
    background-color: #242325;
    border-color: #1f1e20; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #242325;
    border-color: #1f1e20; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #121213;
      border-color: black; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #3D3C3F;
    border-color: #3D3C3F; }
  .btn-primary .badge {
    color: #3D3C3F;
    background-color: #fff; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active:focus, .btn-primary:active, .btn-primary:active:hover {
    background-position: 0 0;
    background: #28323e;
    border-color: #009EE0; }

.btn-primary-2 {
  background-color: #009EE0;
  color: white; }
  .btn-primary-2:hover, .btn-primary-2:focus, .btn-primary-2:active:focus, .btn-primary-2:active, .btn-primary-2:active:hover {
    background-position: 0 0;
    background: #28323e;
    border-color: #009EE0;
    color: white; }

.btn-primary-3 {
  color: #fff;
  background-color: #28323e; }
  .btn-primary-3:hover, .btn-primary-3:focus, .btn-primary-3:active:focus, .btn-primary-3:active, .btn-primary-3:active:hover {
    color: white; }

.btn-round {
  border-radius: 25px !important;
  padding: 10px 15px; }

.btn-circle {
  border-radius: 50%;
  padding: 15px;
  width: 30px;
  height: 30px;
  text-align: center;
  vertical-align: middle; }
  .btn-circle img {
    width: auto;
    height: auto;
    margin: auto auto; }

#add-tour-btn {
  position: absolute;
  bottom: 120px;
  right: 40px;
  z-index: 10; }
  #add-tour-btn.tourdetail_btn {
    top: 37%;
    bottom: auto;
    right: 20px; }
    @media (max-width: 1200px) {
      #add-tour-btn.tourdetail_btn {
        top: auto;
        bottom: 120px; } }

.btn-secondary {
  background-color: #AA0B57;
  color: white; }
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary:active, .btn-secondary:active:hover {
    background-position: 0 0;
    background: #400421;
    color: #fff; }

.btn-fixed {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 10; }

.btn-square {
  border-radius: 0; }
  .btn-square h1, .btn-square h2, .btn-square h3 {
    margin: 0; }

.btn-white {
  text-shadow: 0 0 5px black;
  color: #FFF;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #FFF; }
  .btn-white h1, .btn-white h2, .btn-white h3, .btn-white h4, .btn-white h5, .btn-white p, .btn-white a {
    text-shadow: 0 0 5px black;
    color: #FFF; }
  .btn-white:hover, .btn-white:focus, .btn-white:active:focus, .btn-white:active, .btn-white:active:hover {
    background: rgba(255, 255, 255, 0.8);
    text-shadow: none;
    color: #3e3d40; }

.btn-black {
  color: #000;
  background: black; }
  .btn-black:hover, .btn-black:focus, .btn-black:active:focus, .btn-black:active, .btn-black:active:hover {
    border: 3px solid black;
    text-shadow: 1px 1px 1px #black; }

.btn-medium {
  padding: 20px 40px;
  font-size: 20px;
  vertical-align: middle; }
  .btn-medium.btn-circle {
    width: 40px;
    height: 40px;
    padding: 0; }
  .btn-medium img {
    width: 25px !important;
    height: 25px !important;
    margin: 0 auto !important; }

.btn-big {
  padding: 13px 27px;
  font-size: 16px !important;
  vertical-align: middle; }
  .btn-big.btn-circle {
    width: 65px;
    height: 65px;
    padding: 0; }
  .btn-big img {
    margin: auto auto;
    width: auto;
    height: auto;
    padding: 15px; }

.btn-bigger {
  width: 80px;
  height: 80px;
  padding: 20px; }
  .btn-bigger img {
    margin: auto auto;
    width: auto;
    height: auto; }
  .btn-bigger.btn-playtour .btn-bigger:hover {
    width: 90px;
    height: 90px; }

.btn-playtour {
  position: absolute;
  left: 0;
  right: 0;
  width: 85px;
  height: 60px;
  margin: 0 auto;
  padding: 15px 30px;
  border: 1px solid #FFF;
  border-radius: 17px;
  text-align: center; }
  .btn-playtour.btn-playtour-small {
    width: 60px;
    height: 45px;
    margin: 0 auto;
    padding: 10px 21px;
    border: 1px solid #FFF;
    border-radius: 12px; }
  .btn-playtour img {
    width: auto;
    height: auto; }

.btn-back {
  float: left; }
  @media (max-width: 768px) {
    .btn-back {
      display: none; } }

.bth-plus {
  background: url("../images/add-50_grey.svg"); }

.btn-success {
  color: #fff;
  background-color: #00B325;
  border-color: #00B325; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #00801a;
    border-color: #00340b; }
  .btn-success:hover {
    color: #fff;
    background-color: #00801a;
    border-color: #007618; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #00801a;
    border-color: #007618; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #005c13;
      border-color: #00340b; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #00B325;
    border-color: #00B325; }
  .btn-success .badge {
    color: #00B325;
    background-color: #fff; }
  .btn-success:hover, .btn-success:focus, .btn-success:active:focus, .btn-success:active, .btn-success:active:hover {
    background: #009a20;
    border-color: #009a20; }

.btn-info {
  color: #fff;
  background-color: #009EE0;
  border-color: #009EE0;
  background: #009EE0;
  background-position: 0 100%;
  background-size: cover; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #007aad;
    border-color: #004461; }
  .btn-info:hover {
    color: #fff;
    background-color: #007aad;
    border-color: #0073a3; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #007aad;
    border-color: #0073a3; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #006189;
      border-color: #004461; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #009EE0;
    border-color: #009EE0; }
  .btn-info .badge {
    color: #009EE0;
    background-color: #fff; }
  .btn-info:hover, .btn-info:focus, .btn-info:active:focus, .btn-info:active, .btn-info:active:hover {
    background-position: 0 0;
    border-color: #008cc7; }

.btn-warning {
  color: #fff;
  background-color: #3D3C3F;
  border-color: #3D3C3F; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #242325;
    border-color: black; }
  .btn-warning:hover {
    color: #fff;
    background-color: #242325;
    border-color: #1f1e20; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #242325;
    border-color: #1f1e20; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #121213;
      border-color: black; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #3D3C3F;
    border-color: #3D3C3F; }
  .btn-warning .badge {
    color: #3D3C3F;
    background-color: #fff; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active:focus, .btn-warning:active, .btn-warning:active:hover {
    background: #303032;
    border-color: #303032; }

/*--------------------button-shadow---------------*/
.btn-hover-shadow:hover {
  box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.75) !important; }

.btn-shadow {
  filter: drop-shadow(3px 3px 10px #999);
  transition: 1.5s; }
  .btn-shadow:hover {
    filter: drop-shadow(2px 2px 6px #444);
    border: 1px solid #14baff; }

/*--------------------button-shadow-end---------------*/
.list i img {
  width: 30px;
  height: 30px; }

i.small img {
  width: 20px;
  height: 20px; }

i.medium img {
  width: 35px;
  height: 35px; }

i.big img {
  width: 50px;
  height: 50px; }

.text-smaller {
  font-size: smaller; }

.bootstrap-switch {
  font-size: 11px; }

.text-justify {
  text-align: justify;
  text-justify: inter-word; }

@media (max-width: 480px) {
  p {
    text-align: center; }
  header h1, header h2, header h3, header h4, header h5 {
    text-align: center; }
  header hr.right, header hr.left {
    float: none; } }

@media (max-width: 768px) {
  .top_text p {
    text-align: center;
    line-height: 1.5em; } }

.home-page {
  z-index: 2;
  position: relative;
  background: #fff; }

.bottom-navigation {
  border-bottom: 1px solid #CCC;
  margin-bottom: 50px;
  padding: 30px 0; }
  .bottom-navigation h1, .bottom-navigation h2, .bottom-navigation h3, .bottom-navigation h4, .bottom-navigation h5, .bottom-navigation h6 {
    line-height: 1.4em; }

.top_text {
  padding: 40px 0px 45px 0px;
  font-size: 17px;
  margin-bottom: 50px;
  color: #666;
  border-bottom: 2px dotted #CCC;
  line-height: 1.5em;
  font-family: "Segoe UI"; }

h2 {
  font-size: 40px;
  font-family: "Montserrat-ExtraLight";
  color: #3e3d40; }

h3 {
  font-size: 20px;
  font-family: "Montserrat-ExtraLight";
  color: #3e3d40; }

h4 {
  color: #aa0b57;
  margin-top: 30px;
  font-family: "Segoe UI";
  text-shadow: none; }

.banner_section {
  height: 30vh;
  overflow: hidden; }
  .banner_section.banner_big {
    height: 100vh; }
    .banner_section.banner_big .foreground {
      padding-top: 25vh; }
      @media (max-width: 992px) {
        .banner_section.banner_big .foreground.wolowo-banner {
          padding-top: 15vh; } }
      @media (max-width: 767px) {
        .banner_section.banner_big .foreground.wolowo-banner {
          padding-top: 19vh; } }
      @media (max-width: 767px) {
        .banner_section.banner_big .foreground {
          padding-top: 19vh; } }
    .banner_section.banner_big video {
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      z-index: 0;
      -ms-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); }
  .banner_section.banner_middle {
    height: 70vh; }
    .banner_section.banner_middle .foreground {
      height: 80vh;
      padding-top: 9vh; }
      .banner_section.banner_middle .foreground video {
        top: 12%;
        position: absolute;
        margin: 0 auto;
        left: 0px;
        right: 0;
        height: 23vh; }
  .banner_section .bottom_content h4 {
    color: #AA0B57;
    text-shadow: none; }
  .banner_section li {
    margin-top: 1vh !important; }
  .banner_section iframe {
    width: 100%;
    border: none; }
  .banner_section .L-tewelve {
    background-color: white; }
  .banner_section img {
    display: block;
    max-width: 100%; }
  .banner_section .wrapper {
    position: relative;
    height: 600px; }
  .banner_section .banner-wrapper-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
    background-position: center;
    background-size: cover;
    transition: all 0.1s ease 0s; }
  .banner_section .foreground {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
    padding-top: 13vh; }
    .banner_section .foreground header hr {
      border-color: #fff; }
    .banner_section .foreground h1 {
      color: #fff;
      padding: 0vh 1vh;
      font-size: 30px;
      text-shadow: #000 0px 0px 15px, #000 0px 0px 5px, #000 0px 0px 5px;
      font-family: "Montserrat-ExtraLight"; }
    .banner_section .foreground .home_logo_block .foreground-logo {
      max-width: 190px;
      filter: drop-shadow(0 0 5px black);
      margin: 0 auto;
      margin-bottom: 1vh; }
      @media (max-width: 767px) {
        .banner_section .foreground .home_logo_block .foreground-logo {
          max-width: 150px;
          margin-top: 3vh;
          margin-bottom: 1vh; } }
      @media (min-width: 768px) and (max-width: 992px) {
        .banner_section .foreground .home_logo_block .foreground-logo {
          max-width: 150px;
          margin-top: 3vh;
          margin-bottom: 1vh; } }
      @media (max-width: 767px) and (orientation: landscape) {
        .banner_section .foreground .home_logo_block .foreground-logo {
          max-width: 150px;
          margin-top: 0; } }
    .banner_section .foreground .home_logo_block h1 {
      color: #fff;
      padding: 0vh 1vh;
      font-size: 30px;
      text-shadow: #000 0px 0px 15px, #000 0px 0px 5px, #000 0px 0px 5px;
      font-family: "Montserrat-ExtraLight"; }
      @media (max-width: 992px) {
        .banner_section .foreground .home_logo_block h1 {
          font-size: 28px; } }
      @media (max-width: 767px) {
        .banner_section .foreground .home_logo_block h1 {
          line-height: 30px;
          font-size: 20px; } }
      @media (max-width: 767px) and (orientation: landscape) {
        .banner_section .foreground .home_logo_block h1 {
          line-height: 30px;
          font-size: 3.5vw; } }
  .banner_section h4 {
    color: #fff;
    text-shadow: #000 0px 0px 15px, #000 0px 0px 5px, #000 0px 0px 5px;
    margin-top: 0px !important; }
  .banner_section .heading {
    padding: 20px 0px;
    font-size: 40px;
    margin: 0;
    text-align: center; }
  .banner_section .box {
    position: relative;
    width: 100%;
    height: 300px;
    background-color: white;
    margin: 10px 0px 30px 0px;
    -webkit-box-shadow: 0px 0px 2px 2px #ccc;
    box-shadow: 0px 0px 2px 2px #ccc; }
  .banner_section .top-in-basic {
    animation: top-in-basic 1 1s 0s; }
  .banner_section .left-in-basic {
    animation: left-in-basic 1 1s 0s; }
  .banner_section .fade {
    animation: fade 1 1s 0s; }

@keyframes flip {
  0% {
    transform: rotateY(-45deg); }
  100% {
    transform: rotateY(0deg); } }

@keyframes fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes top-in-basic {
  0% {
    transform: translateY(-2000px); }
  100% {
    transform: translateY(0px); } }

@keyframes left-in-basic {
  0% {
    transform: translateX(-2000px); }
  100% {
    transform: translateX(0px); } }
  @media (max-width: 767px) {
    .banner_section .header {
      height: auto;
      background-color: transparent;
      -webkit-box-shadow: 0px 0px 0px 0px transparent;
      box-shadow: 0px 0px 0px 0px transparent; } }

@media (max-width: 1199px) {
  .banner_big {
    height: 90vh; }
  .top_content {
    margin-top: -15vh; } }

@media (max-width: 767px) and (orientation: landscape) {
  .banner_big {
    height: 122vh !important; } }

.banner_section {
  background-image: url(../../images/hotspot-paronama.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center center; }
  .banner_section .overlay {
    background-color: rgba(0, 0, 0, 0.3);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }
  .banner_section .overlay-iframe {
    background: linear-gradient(to bottom, #28323e -20%, #28323e 7%, rgba(40, 50, 62, 0.6) 25%, rgba(40, 50, 62, 0) 42%);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }
  .banner_section .iframe-header {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2; }
  @media (min-width: 310px) and (max-width: 480px) {
    .banner_section .top_content_home {
      padding-top: 25vh !important; } }
  .banner_section h4 {
    letter-spacing: 0.08em; }
  .banner_section a.home-scroll span {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 54px;
    height: 27px;
    margin-left: -23px;
    border: 1px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 0px 3px 4px rgba(0, 0, 0, 0.2);
    cursor: pointer; }
    .banner_section a.home-scroll span::before {
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      content: '';
      width: 54px;
      height: 27px;
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
      border-radius: 50px;
      opacity: 0;
      -webkit-animation: sdb03 3s infinite;
      animation: sdb03 3s infinite;
      box-sizing: border-box; }
    .banner_section a.home-scroll span::after {
      position: absolute;
      top: 50%;
      left: 50%;
      content: '';
      width: 16px;
      height: 16px;
      margin: -12px 0 0 -8px;
      border-left: 1px solid #fff;
      border-bottom: 1px solid #fff;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      box-sizing: border-box; }

@keyframes sdb03 {
  0% {
    opacity: 0; }
  30% {
    opacity: 1; }
  60% {
    box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
    opacity: 0; }
  100% {
    opacity: 0; } }
    @media (max-height: 500px) {
      .banner_section a.home-scroll span {
        bottom: 10px; } }
  .banner_section a.home-scroll span {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 54px;
    height: 27px;
    margin-left: -23px;
    border: 1px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 0px 3px 4px rgba(0, 0, 0, 0.2);
    cursor: pointer; }
    .banner_section a.home-scroll span::before {
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      content: '';
      width: 54px;
      height: 27px;
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
      border-radius: 50px;
      opacity: 0;
      -webkit-animation: sdb03 3s infinite;
      animation: sdb03 3s infinite;
      box-sizing: border-box; }
    .banner_section a.home-scroll span::after {
      position: absolute;
      top: 50%;
      left: 50%;
      content: '';
      width: 16px;
      height: 16px;
      margin: -12px 0 0 -8px;
      border-left: 1px solid #fff;
      border-bottom: 1px solid #fff;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      box-sizing: border-box; }

@keyframes sdb03 {
  0% {
    opacity: 0; }
  30% {
    opacity: 1; }
  60% {
    box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
    opacity: 0; }
  100% {
    opacity: 0; } }
    @media (max-height: 500px) {
      .banner_section a.home-scroll span {
        bottom: 10px; } }
  .banner_section .top_content {
    display: table-cell;
    height: 100%;
    padding-top: 10vh;
    padding-bottom: 17%;
    text-align: center;
    line-height: 1.5em; }
    @media (min-width: 310px) and (max-width: 480px) {
      .banner_section .top_content {
        padding-top: 4vh; } }
    .banner_section .top_content h1 {
      font-size: 40px;
      color: #fff;
      font-family: "Montserrat-ExtraLight";
      text-shadow: 0px 0px 10px black;
      letter-spacing: 0.05em; }
    .banner_section .top_content h4 {
      color: #fff;
      font-family: "Montserrat-ExtraLight";
      margin-top: 15px;
      font-weight: 600;
      line-height: 24px;
      letter-spacing: 0.1em;
      font-size: 15px;
      margin-top: 10vh !important; }
    .banner_section .top_content .dark-blue {
      color: #28323e;
      text-shadow: 0px 0px 10px white; }
    .banner_section .top_content .magenta {
      color: #AA0B57;
      text-shadow: 0px 0px 10px white; }
    .banner_section .top_content .desc{
      font-size: 2.0rem;
      font-weight: bold;
    }
    .banner_section .top_content .btn {
      padding: 2vh 5vh;
      font-family: "Montserrat-ExtraLight";
      margin-bottom: 2vh;
      font-size: 20px;
      font-weight: 600;
      box-shadow: 0 1px 2px 4px rgba(0, 0, 0, 0.2); }
    .banner_section .top_content .touricon {
      position: absolute;
      right: 10px;
      bottom: 10px;
      filter: drop-shadow(0 0 2px black);
      border-radius: 5px 0px 0px 5px;
      background-color: transparent;
      height: 50px;
      width: 50px;
      border-radius: 50%;
      border: 1px solid #fff;
      transition: all 0.5s; }
      .banner_section .top_content .touricon figure figcaption {
        display: none; }
      .banner_section .top_content .touricon figure img {
        display: inline-block;
        margin-bottom: 1vh; }
      .banner_section .top_content .touricon:hover figure .white {
        display: block; }
      .banner_section .top_content .touricon a {
        display: inline-block;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        padding: 14px 16px;
        border-radius: 50px; }
        .banner_section .top_content .touricon a .play-tri {
          border-left: 16px solid white;
          border-top: 10px solid transparent;
          border-bottom: 10px solid transparent;
          filter: drop-shadow(0px 2px 2px black);
          margin-left: 3px; }
        .banner_section .top_content .touricon a:hover {
          text-decoration: none; }
        .banner_section .top_content .touricon a img {
          filter: drop-shadow(0px 3px 3px #000); }
      @media (max-width: 767px) {
        .banner_section .top_content .touricon a figure figcaption {
          display: none; } }
      @media (max-width: 767px) and (orientation: landscape) {
        .banner_section .top_content .touricon a figure figcaption {
          display: none; } }
      .banner_section .top_content .touricon:hover {
        border: 1px solid transparent;
        background-color: rgba(255, 255, 255, 0.2); }
  .banner_section .bottom_content {
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 40px 0 70px 0; }
    .banner_section .bottom_content h2 {
      color: #3e3d40;
      text-shadow: none; }
    .banner_section .bottom_content span {
      font-weight: bold;
      padding: 0 5px; }
  .banner_section .container h5 {
    color: #AA0B57;
    font-size: 20px; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .banner_section .top_content h1 {
      font-size: 2.4vw; }
    .banner_section .top_content .btn {
      margin-bottom: 4vh;
      font-size: 18px; }
    .banner_section .bottom_content {
      padding: 28px 0; }
      .banner_section .bottom_content h2 {
        font-size: 26px;
        line-height: 34px; } }
  @media (max-width: 767px) {
    .banner_section {
      padding-top: 40px; }
      .banner_section .top_content h1 {
        font-size: 30px;
        line-height: 32px;
        margin-bottom: 20px; }
      .banner_section .top_content .btn {
        font-size: 15px;
        margin-bottom: 8vh;
        margin-top: 10vh;
        padding: 6px 24px; }
      .banner_section .top_content h4 {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 7vh;
        padding: 0 50px; }
      .banner_section .wolptor-logo {
        padding: 0px 15px;
        text-align: center;
        margin-top: 15px; }
        .banner_section .wolptor-logo a {
          display: inline-block; }
      .banner_section h2 {
        font-size: 30px;
        line-height: 24px; }
      .banner_section h3 {
        font-size: 17px; }
      .banner_section .bottom_content {
        padding: 10px 0;
        margin-top: 10px; }
        .banner_section .bottom_content h4 {
          margin-top: 13px;
          font-size: 14px;
          line-height: 21px; }
        .banner_section .bottom_content h2 {
          line-height: 35px; } }
  @media (max-width: 767px) and (orientation: landscape) {
    .banner_section h4 {
      margin-bottom: 17vh; } }

.tour_generator {
  color: #f8f8f8; }
  @media (min-width: 1200px) and (max-width: 1399px) {
    .tour_generator header {
      margin-top: 105px; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .tour_generator header {
      margin-top: 0; }
    .tour_generator .liststyle li {
      font-size: 16px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .tour_generator header {
      margin-bottom: 15px; }
      .tour_generator header h2 {
        margin-top: 0px;
        margin-bottom: 16px; } }
  @media (max-width: 767px) {
    .tour_generator header {
      margin-top: 0; }
      .tour_generator header h2 {
        margin-bottom: 15px;
        margin-top: 0px; }
    .tour_generator .liststyle li {
      font-size: 14px; }
      .tour_generator .liststyle li + li {
        margin-top: 8px; } }

.tour_category header {
  margin-bottom: 75px; }

.tour_category .collapse-body {
  margin-top: -5px; }

.tour_category .inner_section .leftsection, .tour_category .inner_section .rightsection {
  padding-bottom: 34px; }

.tour_category .inner_section .common {
  color: #fff;
  border-radius: 20px;
  width: 420px;
  position: relative; }
  .tour_category .inner_section .common:before {
    background: radial-gradient(ellipse at center center, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 65%);
    content: "";
    height: 30px;
    left: 6%;
    pointer-events: none;
    position: absolute;
    top: 107%;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
    width: 90%;
    z-index: -1; }
  .tour_category .inner_section .common.free_tour {
    background: #029adc;
    /* Old browsers */
    background: -moz-linear-gradient(top, #029adc 0%, #213e74 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #029adc), color-stop(100%, #213e74));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #029adc 0%, #213e74 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #029adc 0%, #213e74 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #029adc 0%, #213e74 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #029adc 0%, #213e74 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
    /* IE6-9 */ }
  .tour_category .inner_section .common.premium_tour {
    background: #a60c56;
    /* Old browsers */
    background: -moz-linear-gradient(top, #a60c56 0%, #7b1141 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a60c56), color-stop(100%, #7b1141));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a60c56 0%, #7b1141 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a60c56 0%, #7b1141 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a60c56 0%, #7b1141 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #a60c56 0%, #7b1141 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
    /* IE6-9 */ }
  .tour_category .inner_section .common h3 {
    font-size: 42px;
    margin: 0 0 30px;
    font-family: "Montserrat-ExtraLight"; }
  .tour_category .inner_section .common ul {
    padding-left: 25px; }
    .tour_category .inner_section .common ul li {
      font-size: 18px;
      font-family: "Quicksand-Regular"; }
      .tour_category .inner_section .common ul li + li {
        margin-top: 20px; }

@media (max-width: 480px) {
  .tour_category .collapse-body {
    margin-top: -20px !important; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .tour_category .inner_section .common {
    width: 360px; }
    .tour_category .inner_section .common h3 {
      font-size: 35px; }
    .tour_category .inner_section .common ul li {
      font-size: 16px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .tour_category .inner_section .common {
    width: 310px; }
    .tour_category .inner_section .common h3 {
      font-size: 30px; } }

@media (max-width: 767px) {
  .tour_category {
    padding-bottom: 0px; }
    .tour_category header {
      margin-bottom: 20px; }
    .tour_category .inner_section .leftsection, .tour_category .inner_section .rightsection {
      padding-bottom: 82px; }
    .tour_category .inner_section .common {
      width: 100%;
      min-height: 0; }
      .tour_category .inner_section .common h3 {
        font-size: 30px;
        margin-bottom: 20px; }
      .tour_category .inner_section .common ul li {
        font-size: 14px; }
        .tour_category .inner_section .common ul li + li {
          margin-top: 15px; } }

.device_section {
  position: relative; }
  .device_section p {
    font-size: 18px;
    font-family: "Segoe UI"; }
  @media (min-width: 1200px) {
    .device_section .content {
      position: absolute;
      right: 3%;
      top: 10%; } }
  .device_section .content p {
    color: #f8f8f8; }
  @media (min-width: 1400px) and (max-width: 1599px) {
    .device_section .content {
      padding-left: 20px;
      right: 0;
      top: 68px;
      width: 529px; } }
  @media (min-width: 1280px) and (max-width: 1399px) {
    .device_section .content {
      padding-left: 20px;
      right: 0;
      top: 70px;
      width: 477px; }
      .device_section .content p {
        margin-bottom: 5px; } }
  @media (min-width: 1200px) and (max-width: 1279px) {
    .device_section .content {
      padding-left: 20px;
      right: 0;
      top: 62px;
      width: 444px; }
      .device_section .content header {
        margin-bottom: 0px; }
      .device_section .content p {
        margin-bottom: 5px; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .device_section p {
      font-size: 16px; }
    .device_section .content {
      text-align: center; }
    .device_section .bottom_content p {
      line-height: 29px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .device_section {
      padding-bottom: 0px; }
      .device_section .bottom_content {
        bottom: 18px; } }
  @media (max-width: 767px) {
    .device_section {
      padding-top: 0px; }
      .device_section p {
        font-size: 14px; }
      .device_section .content {
        text-align: center;
        padding: 0 15px; }
      .device_section .bottom_content {
        position: relative;
        bottom: 0px;
        margin-top: 15px; }
        .device_section .bottom_content p {
          color: #f8f8f8;
          line-height: 26px;
          margin-bottom: 0px; } }

.realestate_project .inner_section {
  margin-top: -138px; }
  .realestate_project .inner_section p, .realestate_project .inner_section a {
    font-family: "Segoe UI";
    font-size: 18px; }
  .realestate_project .inner_section p {
    color: #f8f8f8;
    margin-bottom: 30px;
    line-height: 40px; }
  .realestate_project .inner_section a {
    color: #009EE0;
    text-decoration: none; }

@media (min-width: 768px) and (max-width: 1199px) {
  .realestate_project .inner_section p, .realestate_project .inner_section a {
    font-size: 16px; } }

@media (max-width: 767px) {
  .realestate_project .inner_section {
    margin-top: -30px; }
    .realestate_project .inner_section p, .realestate_project .inner_section a {
      font-size: 14px; }
    .realestate_project .inner_section p {
      line-height: 28px;
      margin-bottom: 14px; } }

.premiumtour_view .container .shadow1:before, .premiumtour_view .container .shadow1:after {
  background: #AA0B57 !important;
  box-shadow: 0px 0px 16px 8px rgba(170, 11, 86, 0.7) !important; }

.premiumtour_view .col_left {
  padding-left: 90px; }
  .premiumtour_view .col_left h3 {
    margin-bottom: 40px;
    color: #535456;
    font-family: "Montserrat-ExtraLight";
    font-weight: 600; }
  .premiumtour_view .col_left ul {
    padding-left: 15px; }
    .premiumtour_view .col_left ul li {
      font-size: 18px;
      color: #f8f8f8;
      font-family: "Segoe UI"; }
      .premiumtour_view .col_left ul li + li {
        margin-top: 20px; }
  .premiumtour_view .col_left .public_tours, .premiumtour_view .col_left .private_tours {
    margin-top: 40px; }

.premiumtour_view .col_right {
  padding-right: 0; }

@media (min-width: 1200px) and (max-width: 1399px) {
  .premiumtour_view .col_left .public_tours {
    margin-top: 36px; }
  .premiumtour_view .col_left h3 {
    margin-bottom: 20px; }
  .premiumtour_view .col_left ul li + li {
    margin-top: 14px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .premiumtour_view .col_left {
    padding-left: 33px; }
    .premiumtour_view .col_left header {
      margin-bottom: 0px; }
      .premiumtour_view .col_left header h2 {
        margin-top: 0px; }
    .premiumtour_view .col_left .private_tours {
      margin-top: 36px; }
    .premiumtour_view .col_left .public_tours {
      margin-top: 0px; }
    .premiumtour_view .col_left h3 {
      margin-bottom: 20px; }
    .premiumtour_view .col_left ul li {
      font-size: 16px; }
      .premiumtour_view .col_left ul li + li {
        margin-top: 14px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .premiumtour_view .col_left {
    padding-left: 20px; }
    .premiumtour_view .col_left .public_tours {
      margin-top: 0px; }
    .premiumtour_view .col_left .private_tours {
      margin-top: 18px; }
    .premiumtour_view .col_left h3 {
      font-size: 22px;
      margin-top: 10px; }
    .premiumtour_view .col_left ul li + li {
      margin-top: 8px; } }

@media (max-width: 767px) {
  .premiumtour_view {
    padding-top: 0px; }
    .premiumtour_view .col_left {
      padding-left: 20px; }
      .premiumtour_view .col_left .public_tours {
        margin-top: 0px; }
      .premiumtour_view .col_left .private_tours {
        margin-top: 18px; }
      .premiumtour_view .col_left h3 {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 17px; }
      .premiumtour_view .col_left ul li {
        font-size: 14px; }
        .premiumtour_view .col_left ul li + li {
          margin-top: 8px; } }

.paranoma_walptor header {
  margin-bottom: 60px; }

.paranoma_walptor .col_right .inner_section {
  padding-top: 320px; }
  .paranoma_walptor .col_right .inner_section p {
    font-size: 18px;
    color: #f8f8f8;
    line-height: 40px;
    font-family: "Segoe UI"; }
  .paranoma_walptor .col_right .inner_section .bottom_section {
    margin-top: 30px;
    font-family: "Segoe UI";
    padding-right: 135px; }
    .paranoma_walptor .col_right .inner_section .bottom_section h3 {
      margin-bottom: 40px; }
    .paranoma_walptor .col_right .inner_section .bottom_section a {
      font-size: 18px;
      padding: 8px 20px;
      font-family: "Segoe UI"; }

@media (min-width: 1200px) and (max-width: 1399px) {
  .paranoma_walptor .col_right .inner_section .bottom_section {
    padding-right: 0; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .paranoma_walptor .col_right .inner_section {
    padding-top: 115px; }
    .paranoma_walptor .col_right .inner_section p {
      font-size: 16px; }
    .paranoma_walptor .col_right .inner_section .bottom_section {
      padding-right: 0;
      margin-top: 9px; }
      .paranoma_walptor .col_right .inner_section .bottom_section h3 {
        font-size: 21px;
        margin-bottom: 32px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .paranoma_walptor header {
    margin-bottom: 24px; }
  .paranoma_walptor .col_right .inner_section {
    padding-top: 0px; }
    .paranoma_walptor .col_right .inner_section p {
      line-height: 33px; }
    .paranoma_walptor .col_right .inner_section .bottom_section h3 {
      margin-bottom: 32px; } }

@media (max-width: 767px) {
  .paranoma_walptor .container-fluid {
    padding: 0px; }
  .paranoma_walptor header {
    margin-bottom: 24px; }
  .paranoma_walptor .col_right .inner_section {
    padding-top: 0px; }
    .paranoma_walptor .col_right .inner_section p {
      font-size: 14px;
      line-height: 25px; }
    .paranoma_walptor .col_right .inner_section .bottom_section {
      margin-top: 12px;
      padding-right: 0; }
      .paranoma_walptor .col_right .inner_section .bottom_section h3 {
        margin-bottom: 20px;
        font-size: 15px; }
      .paranoma_walptor .col_right .inner_section .bottom_section a {
        font-size: 15px;
        padding: 7px 16px; } }

.view_tour {
  background-image: url("../images/viewtour_img.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center center; }
  .view_tour .tour_content {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 40px 15px;
    margin-top: 20px;
    margin-bottom: 500px; }
    .view_tour .tour_content h2 {
      color: #fff;
      font-family: "Montserrat-ExtraLight";
      font-weight: 600; }
  .view_tour .viewtour_link {
    padding: 0 50px;
    position: relative; }
    .view_tour .viewtour_link .logo {
      position: absolute;
      left: 50px;
      top: -26px; }
    .view_tour .viewtour_link a {
      display: inline-block; }
  .view_tour .bottom_section {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 50px 0;
    margin-top: 50px; }
    .view_tour .bottom_section a {
      padding: 8px 25px;
      border-radius: 8px;
      font-size: 16px;
      font-family: "Segoe UI"; }
  @media (min-width: 1200px) and (max-width: 1399px) {
    .view_tour .tour_content {
      margin-bottom: 385px; }
      .view_tour .tour_content h2 {
        font-size: 26px; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .view_tour .tour_content {
      margin-bottom: 300px;
      padding: 31px 15px; }
      .view_tour .tour_content h2 {
        font-size: 20px; }
    .view_tour .bottom_section {
      padding: 30px 0; } }
  @media (max-width: 767px) {
    .view_tour .tour_content {
      margin-bottom: 60px;
      padding: 10px 15px; }
      .view_tour .tour_content h2 {
        font-size: 16px;
        line-height: 26px; }
    .view_tour .viewtour_link .logo {
      left: 0;
      margin: 0 auto 20px;
      position: relative;
      top: 0; }
    .view_tour .bottom_section {
      padding: 20px 0;
      margin-top: 24px; } }

.custom_section .custom_section_text {
  position: absolute;
  z-index: 2; }

@media (max-width: 992px) {
  .custom_section .custom_section_text {
    position: relative; } }

section.tourgenerator-info {
  height: 80vh;
  padding: 10vh 0 5vh 0;
  display: block; }
  section.tourgenerator-info h3, section.tourgenerator-info h4, section.tourgenerator-info h5, section.tourgenerator-info h6 {
    text-shadow: 0px 0px 20px black, 0px 0px 15px black, 0px 0px 5px black;
    color: white; }
  section.tourgenerator-info ul li {
    padding-top: 1vh;
    margin: 0;
    text-shadow: 0px 0px 20px black, 0px 0px 15px black, 0px 0px 5px black; }

section.project {
  position: relative;
  margin-top: 150px;
  padding-top: 180px;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), transparent url("../images/3dpanorama-baustelle-tourviewer.jpg") center center/cover no-repeat fixed;
  min-height: 900px; }
  section.project video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
  section.project .overlay {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    background-color: rgba(0, 0, 0, 0.7); }
  section.project p, section.project h1, section.project h2, section.project h3, section.project h4 {
    color: white; }
  section.project .tablet {
    position: absolute;
    right: 0px;
    background: url(../images/3dtour-viewer-tablet-baustelle.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-position: 100% 100%;
    background-size: 200px;
    bottom: -30px;
    z-index: 1000; }
  section.project form .form-group .form-control {
    border-radius: 20px !important;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.1); }
    section.project form .form-group .form-control::placeholder {
      color: #fff; }
  section.project form button.btn {
    background: #009EE0;
    border: none;
    border-radius: 30px; }
    section.project form button.btn:hover {
      color: white; }

section.contactform2 {
  background-image: url("../images/panoramakopf-wolaptor-bruecke.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 1100px; }
  @media (max-width: 480px) {
    section.contactform2 {
      background-position: 0 100%;
      height: 800px !important;
      min-height: 0px;
      background-size: contain; } }
  @media (max-width: 768px) {
    section.contactform2 {
      background-position: 0 100%;
      height: 965px;
      min-height: 0px;
      background-size: contain; } }
  section.contactform2 form {
    padding: 0 30px;
    padding-bottom: 50px; }
  section.contactform2 .form-control {
    background-color: #f8f8f8; }

.price_credits {
  padding-top: 200px;
  padding-bottom: 100px;
  background: linear-gradient(rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.8), white), transparent url("../../images/creditmodal_img.jpg") 100% 100%/auto no-repeat fixed; }
  @media (max-width: 992px) {
    .price_credits .price-grid .box-small {
      margin-bottom: 30px; } }

.laptop_background {
  background: url(../../images/notebook-video-optimiert.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 283px;
  position: relative;
  width: 100%;
  max-width: 484px;
  margin: 0 auto !important; }
  .laptop_background img {
    position: relative;
    top: -44px; }
  .laptop_background .placeholder_box {
    background: black;
    width: 76%;
    height: 82%;
    left: 0;
    right: 0;
    margin: auto;
    top: 6%;
    position: absolute; }
    .laptop_background .placeholder_box video {
      width: 100%;
      height: 100%; }
  .laptop_background .play_button {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 10;
    top: 35%;
    filter: drop-shadow(0 2px 3px #000); }
  @media (min-width: 1200px) {
    .laptop_background .play_button {
      display: none; }
    .laptop_background .placeholder_box:hover .play_button {
      display: block !important; } }

@media (max-width: 340px) {
  .laptop_background {
    left: -17px !important; } }

@media (max-width: 620px) {
  .laptop_background {
    height: 163px !important;
    width: 276px !important; }
    .laptop_background .placeholder_box {
      width: 76% !important;
      height: 80% !important;
      left: 12.2% !important;
      top: 6.1% !important;
      margin: 0;
      padding: 0; }
    .laptop_background .play_button {
      top: 25% !important; } }

@media (max-width: 375px) {
  .laptop_background .placeholder_box {
    top: 6% !important;
    height: 80% !important;
    left: 12.1% !important; } }

.kontakt .round-section-left {
  width: 700px;
  border-radius: 50%;
  height: 700px;
  display: table-cell;
  vertical-align: middle;
  color: white;
  position: relative;
  top: 80px;
  left: -150px;
  z-index: 5; }
  .kontakt .round-section-left.small {
    width: 350px;
    height: 350px; }

.kontakt .round-section-right {
  width: 700px;
  border-radius: 50%;
  height: 700px;
  display: table-cell;
  vertical-align: middle;
  color: white;
  position: absolute;
  bottom: 80px;
  right: -150px;
  z-index: 5; }
  .kontakt .round-section-right.small {
    width: 350px;
    height: 350px; }

.homeoffer-section {
  position: relative; }
  .homeoffer-section .middle-box {
    border-radius: 18px;
    padding-bottom: 50px;
    padding: 60px 0 90px 0; }
    .homeoffer-section .middle-box header {
      background-color: #f8f8f8;
      padding: 10px 0; }
      .homeoffer-section .middle-box header h2 {
        color: #000;
        margin-top: 0; }
      .homeoffer-section .middle-box header p {
        color: #AA0B57; }
    .homeoffer-section .middle-box .cnt-body {
      padding: 0 20px 0 20px; }
    .homeoffer-section .middle-box figcaption {
      padding: 10px; }
    @media (max-width: 767px) {
      .homeoffer-section .middle-box .feature-box1 {
        padding-bottom: 10px; } }
  .homeoffer-section .abstand-homeoffer-box header {
    min-height: 110px; }
  .homeoffer-section .abstand-homeoffer-box .cnt-body {
    min-height: 100px; }
    .homeoffer-section .abstand-homeoffer-box .cnt-body p {
      height: 75px; }
  .homeoffer-section .abstand-homeoffer-box .btn {
    position: absolute;
    bottom: 40px;
    right: 0;
    left: 0; }
  .homeoffer-section .liststyle-decimal {
    padding-left: 0; }
  .homeoffer-section .box-to-position {
    top: 50%;
    position: absolute;
    width: 70%;
    margin: auto;
    left: 0;
    right: 0; }
    .homeoffer-section .box-to-position .img-box {
      height: 140px;
      width: 100%;
      text-align: center;
      margin-bottom: 50px; }
      @media (max-width: 767px) {
        .homeoffer-section .box-to-position .img-box {
          height: auto;
          width: auto;
          margin-bottom: 0; } }
    @media (max-width: 1700px) {
      .homeoffer-section .box-to-position {
        width: 80% !important; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .homeoffer-section .box-to-position .col-sm-6 {
        margin: 0; } }
    @media (max-width: 767px) {
      .homeoffer-section .box-to-position .box-small {
        min-height: unset; } }
    @media (max-width: 992px) {
      .homeoffer-section .box-to-position {
        top: 10px !important;
        position: relative; }
        .homeoffer-section .box-to-position .abstand-homeoffer-box {
          padding-top: 50px; } }
  .homeoffer-section .box-small {
    min-height: 410px;
    font-size: small;
    display: table-cell;
    vertical-align: middle;
    border-radius: 10px; }
    .homeoffer-section .box-small header {
      display: table-cell;
      background-color: #f8f8f8;
      width: 355px; }
      .homeoffer-section .box-small header h2 {
        font-size: 30px;
        margin-bottom: 5px;
        color: #000; }
      .homeoffer-section .box-small header p {
        color: #AA0B57;
        font-size: 13px;
        letter-spacing: 0; }
    .homeoffer-section .box-small.left-box {
      animation-duration: 3s;
      animation-name: fadein;
      animation-delay: 1s; }
      @media (max-width: 767px) {
        .homeoffer-section .box-small.left-box {
          padding-left: 0; }
          .homeoffer-section .box-small.left-box header {
            right: 13px;
            width: 100%;
            display: block;
            padding: 35px; } }
      .homeoffer-section .box-small.left-box .left-hover-img {
        display: none; }
        @media (max-width: 767px) {
          .homeoffer-section .box-small.left-box .left-hover-img {
            display: block;
            width: 190px;
            margin: 0 auto;
            right: 0;
            left: 0;
            top: -45px;
            position: absolute; } }
      .homeoffer-section .box-small.left-box header {
        right: 0; }
        @media (min-width: 768px) and (max-width: 992px) {
          .homeoffer-section .box-small.left-box header {
            width: 100%;
            display: block;
            padding: 35px;
            right: 0; } }
        @media (max-width: 767px) {
          .homeoffer-section .box-small.left-box header {
            right: 0; } }
      .homeoffer-section .box-small.left-box p {
        padding-right: 30px;
        padding-left: 30px; }
      .homeoffer-section .box-small.left-box:hover {
        animation-duration: 3s;
        animation-name: fadein;
        animation-delay: 1s;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s; }
        .homeoffer-section .box-small.left-box:hover .left-hover-img {
          display: block;
          width: 190px;
          top: -45px;
          margin: 0 auto;
          right: 0;
          left: 0;
          position: absolute;
          z-index: 2; }
          @media (min-width: 768px) and (max-width: 992px) {
            .homeoffer-section .box-small.left-box:hover .left-hover-img {
              margin: 0 auto;
              right: 0;
              left: 0; } }
      @media (max-width: 480px) {
        .homeoffer-section .box-small.left-box {
          display: block;
          margin: 0 auto; } }
    .homeoffer-section .box-small.right-box {
      animation-duration: 3s;
      animation-name: fadein;
      animation-delay: 1s; }
      @media (max-width: 767px) {
        .homeoffer-section .box-small.right-box {
          padding-left: 0; }
          .homeoffer-section .box-small.right-box header {
            right: 13px !important;
            width: 100%;
            display: block;
            padding: 35px; } }
      .homeoffer-section .box-small.right-box .right-hover-img {
        display: none; }
        @media (max-width: 767px) {
          .homeoffer-section .box-small.right-box .right-hover-img {
            display: block;
            width: 145px;
            margin: 0 auto;
            right: 0;
            left: 0;
            top: -30px;
            position: absolute;
            z-index: 1; } }
      .homeoffer-section .box-small.right-box header {
        right: 0px; }
        @media (min-width: 768px) and (max-width: 992px) {
          .homeoffer-section .box-small.right-box header {
            width: 100%;
            display: block;
            padding: 35px;
            right: 0; } }
        @media (max-width: 767px) {
          .homeoffer-section .box-small.right-box header {
            right: 0 !important; } }
      .homeoffer-section .box-small.right-box p {
        padding-left: 30px;
        padding-right: 30px; }
      .homeoffer-section .box-small.right-box:hover {
        animation-duration: 3s;
        animation-name: fadein;
        animation-delay: 1s;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s; }
        .homeoffer-section .box-small.right-box:hover .right-hover-img {
          display: block;
          z-index: 2;
          width: 190px;
          top: -45px;
          margin: 0 auto;
          right: 0;
          left: 0;
          position: absolute; }
          @media (min-width: 768px) and (max-width: 992px) {
            .homeoffer-section .box-small.right-box:hover .right-hover-img {
              margin: 0 auto;
              right: 0;
              left: 0; } }
      @media (max-width: 480px) {
        .homeoffer-section .box-small.right-box {
          display: block;
          margin: 0 auto; } }
  .homeoffer-section .shadow2:before {
    position: absolute;
    content: "";
    width: 80%;
    top: 140px;
    bottom: 15px;
    left: 22px;
    background-color: #bdbdbd;
    z-index: -1;
    box-shadow: 0 23px 17px 0 #bdbdbd;
    -webkit-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    transform: rotate(-4deg); }
    @media (max-width: 767px) {
      .homeoffer-section .shadow2:before {
        display: none; } }
  .homeoffer-section .shadow9:before {
    position: absolute;
    content: "";
    width: 80%;
    top: 140px;
    bottom: 15px;
    left: 22px;
    background-color: #bdbdbd;
    z-index: -1;
    box-shadow: 0 23px 17px 0 #bdbdbd !important;
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    transform: rotate(4deg); }
    @media (max-width: 767px) {
      .homeoffer-section .shadow9:before {
        display: none; } }
  .homeoffer-section .homeoffer-custom-style {
    z-index: 4; }
    .homeoffer-section .homeoffer-custom-style .laptop_background {
      margin: auto;
      top: 40px;
      z-index: 5; }
      .homeoffer-section .homeoffer-custom-style .laptop_background .placeholder_box figcaption {
        background-color: rgba(0, 0, 0, 0.6); }
        .homeoffer-section .homeoffer-custom-style .laptop_background .placeholder_box figcaption h4 {
          position: absolute;
          left: 0;
          right: 0;
          top: 50%;
          text-align: center;
          text-shadow: #000 0px 0px 15px, #000 0px 0px 5px, #000 0px 0px 5px, #000 0px 0px 5px; }

.homeoffer-section + .box_height {
  padding-top: 0; }

section.impression {
  position: relative; }
  section.impression .round-section-left {
    position: absolute;
    left: -200px;
    top: -450px;
    width: 700px;
    height: 700px; }
    section.impression .round-section-left .container {
      padding-left: 250px;
      width: 150%;
      padding-top: 250px; }

.newsletter {
  padding-top: 0;
  padding-bottom: 0;
  background: linear-gradient(white, rgba(255, 255, 255, 0.7) 60%, rgba(255, 255, 255, 0)), transparent url("../../images/panorama-virtuelle-begehung-umspannwerk-hi.jpg") center center/cover no-repeat fixed; }
  .newsletter .wolaptor-background {
    position: relative;
    height: 100%;
    width: 100%;
    /*background:url("../../images/nodalpunkt_adapter-wolaptor-vektor.png") no-repeat fixed;*/
    background-position: 100% 100%; }
    @media (max-width: 480px) {
      .newsletter .wolaptor-background {
        background-position: 180% 100%;
        background-size: 340px; } }
    @media (min-width: 767px) and (max-width: 992px) {
      .newsletter .wolaptor-background {
        background-position: 115% 70%;
        background-size: 305px; } }
    @media (min-width: 992px) {
      .newsletter .wolaptor-background {
        background-position: 100% 70%;
        background-size: 350px; } }
    .newsletter .wolaptor-background .wolaptor-home {
      position: absolute;
      max-width: 1300px;
      width: 70%;
      bottom: 0;
      right: 0; }
      .newsletter .wolaptor-background .wolaptor-home img.nodalpunkt {
        max-width: 30%;
        position: relative;
        float: right;
        z-index: 4; }
        @media (max-width: 768px) {
          .newsletter .wolaptor-background .wolaptor-home img.nodalpunkt {
            float: none;
            margin: auto;
            max-height: 300px; } }
      .newsletter .wolaptor-background .wolaptor-home img.nodalpunkt-smartphone {
        max-width: 10%;
        float: none;
        position: relative;
        bottom: 23px;
        left: 80%;
        animation-delay: 1s; }
        @media (max-width: 768px) {
          .newsletter .wolaptor-background .wolaptor-home img.nodalpunkt-smartphone {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 67.5%;
            margin: auto;
            float: none;
            max-height: 97px; } }
      @media (max-width: 992px) {
        .newsletter .wolaptor-background .wolaptor-home {
          width: 140%;
          z-index: 1; } }
      @media (max-width: 768px) {
        .newsletter .wolaptor-background .wolaptor-home {
          width: 100%;
          left: 0;
          right: 0;
          margin: auto; } }
  .newsletter #mc_embed_signup {
    clear: left;
    font-size: 18px;
    margin: 0 auto;
    float: none;
    font-weight: 400;
    padding-top: 150px;
    padding-bottom: 180px;
    margin-bottom: 220px;
    max-width: 500px;
    z-index: 2; }
    .newsletter #mc_embed_signup #mc_embed_signup_scroll {
      background: white;
      padding: 10px 30px;
      border-radius: 35px;
      box-shadow: 0 20px 28px 7px rgba(44, 15, 15, 0.3);
      margin-top: 0; }
      .newsletter #mc_embed_signup #mc_embed_signup_scroll header {
        margin-bottom: 35px; }
        .newsletter #mc_embed_signup #mc_embed_signup_scroll header h2 {
          font-size: 1em;
          font-weight: bold;
          margin: 15px 0; }
      .newsletter #mc_embed_signup #mc_embed_signup_scroll .mc-field-group {
        width: 80%;
        margin: 0 auto 10px auto;
        min-height: auto;
        padding-bottom: 3%; }
        .newsletter #mc_embed_signup #mc_embed_signup_scroll .mc-field-group input {
          width: 100%;
          border-radius: 35px;
          padding: 8px 15px;
          border: 1px solid #ABB0B2; }
      .newsletter #mc_embed_signup #mc_embed_signup_scroll input {
        margin: auto;
        width: 180px;
        height: auto;
        cursor: pointer; }
        .newsletter #mc_embed_signup #mc_embed_signup_scroll input#mc-embedded-subscribe {
          background: transparent;
          color: #009EE0;
          border: none;
          font-weight: 500; }
          .newsletter #mc_embed_signup #mc_embed_signup_scroll input#mc-embedded-subscribe:hover, .newsletter #mc_embed_signup #mc_embed_signup_scroll input#mc-embedded-subscribe:focus {
            background: transparent;
            color: #009EE0;
            border: none;
            box-shadow: none; }
      .newsletter #mc_embed_signup #mc_embed_signup_scroll #mce-responses {
        float: none;
        margin: 0 auto;
        width: 96%;
        text-align: justify; }
        .newsletter #mc_embed_signup #mc_embed_signup_scroll #mce-responses .response {
          width: 100%;
          margin: 0;
          padding: 0.5em;
          font-size: 0.8em; }

section.inspirations .box {
  box-shadow: 0 5px 10px #666;
  background-color: white;
  position: relative;
  z-index: 5;
  padding: 10px 0 50px 0; }
  section.inspirations .box header {
    border-top-right-radius: 7px;
    border-top-left-radius: 7px; }
  section.inspirations .box .top-image {
    position: absolute;
    top: -200px; }
  section.inspirations .box .small {
    color: #fff; }
  section.inspirations .box content p {
    padding: 0 25px;
    min-height: 400px;
    text-align: justify; }
  @media (max-width: 767px) {
    section.inspirations .box content p {
      min-height: unset;
      font-size: 15px; } }
  section.inspirations .box content h4 {
    color: #3e3d40; }
  section.inspirations .box ul {
    margin: 0; }
  section.inspirations .box:hover {
    box-shadow: -5px 10px 15px 5px #CCC; }
    section.inspirations .box:hover .top-image {
      top: -250px; }

@media (max-width: 767px) {
  section.inspirations .box-left {
    margin-bottom: 220px; } }

@media (min-width: 768px) and (max-width: 992px) {
  section.inspirations .box {
    width: 42%;
    margin: 0px 0px 0 44px; } }

section.inspirations a:hover {
  text-decoration: none; }

.section_1 #map {
  position: relative;
  top: -700px;
  width: 100%;
  height: 100%; }

.dokumentation .tabs-section .cd-tabs nav, .preise-page .tabs-section .cd-tabs nav, .praesantation .tabs-section .cd-tabs nav {
  max-width: 60%;
  border-radius: 50px;
  right: 0;
  margin: auto;
  z-index: 1; }
  .dokumentation .tabs-section .cd-tabs nav .cd-tabs__navigation, .preise-page .tabs-section .cd-tabs nav .cd-tabs__navigation, .praesantation .tabs-section .cd-tabs nav .cd-tabs__navigation {
    max-width: 100%; }
    .dokumentation .tabs-section .cd-tabs nav .cd-tabs__navigation li a, .preise-page .tabs-section .cd-tabs nav .cd-tabs__navigation li a, .praesantation .tabs-section .cd-tabs nav .cd-tabs__navigation li a {
      font-size: 1.3rem; }
      .dokumentation .tabs-section .cd-tabs nav .cd-tabs__navigation li a img.tab-icon, .preise-page .tabs-section .cd-tabs nav .cd-tabs__navigation li a img.tab-icon, .praesantation .tabs-section .cd-tabs nav .cd-tabs__navigation li a img.tab-icon {
        display: none;
        width: auto;
        position: absolute;
        left: 0;
        right: 0;
        max-height: 30px;
        margin: auto;
        top: 0;
        bottom: 0; }
  @media (max-width: 992px) {
    .dokumentation .tabs-section .cd-tabs nav, .preise-page .tabs-section .cd-tabs nav, .praesantation .tabs-section .cd-tabs nav {
      max-width: 80%; } }
  @media (max-width: 768px) {
    .dokumentation .tabs-section .cd-tabs nav, .preise-page .tabs-section .cd-tabs nav, .praesantation .tabs-section .cd-tabs nav {
      max-width: 100%; } }

.preise-page .tabs-section .cd-tabs nav {
  top: auto; }

.captain-mice {
  background-image: url(../images/background/dust_scratches.png);
  background-color: #fff;
  clear: left;
  padding: 80px 35px;
  box-shadow: 0px 0px 25px 3px rgba(0, 0, 0, 0.4); }
  .captain-mice img {
    max-width: 400px;
    width: 100%;
    margin: auto; }
  .captain-mice header h2 {
    margin: 0;
    font-size: 30px; }

.preise-section .preise-page .tour_category .leftsection, .preise-section .preise-page .tour_category .rightsection {
  margin-bottom: 100px; }
  .preise-section .preise-page .tour_category .leftsection .tophead p, .preise-section .preise-page .tour_category .rightsection .tophead p {
    color: #fff; }

@media (max-width: 767px) {
  .preise-section .preise-page .tour_category > .container {
    padding: 0; }
  .preise-section .preise-page .tour_category .cd-tabs__content {
    padding: 15px 0;
    padding-top: 70px; }
    .preise-section .preise-page .tour_category .cd-tabs__content li {
      padding: 0; } }

.dokumentation .section_listing, .praesantation .section_listing {
  position: relative; }
  .dokumentation .section_listing .tabs-section, .praesantation .section_listing .tabs-section {
    border-top: 2px solid #AA0B57;
    position: absolute;
    width: 100%;
    top: 4px; }
    .dokumentation .section_listing .tabs-section .back-btn, .praesantation .section_listing .tabs-section .back-btn {
      position: absolute;
      top: -38px;
      background-color: #fff;
      border-radius: 50px;
      box-shadow: 0 2px 3px #000; }
      .dokumentation .section_listing .tabs-section .back-btn a, .praesantation .section_listing .tabs-section .back-btn a {
        color: #ccc;
        padding: 0px 12px; }

@media (max-width: 768px) {
  .dokumentation .section_listing .container, .praesantation .section_listing .container {
    padding: 0; }
    .dokumentation .section_listing .container .cd-tabs nav, .praesantation .section_listing .container .cd-tabs nav {
      max-width: 100%;
      border-radius: 0; }
      .dokumentation .section_listing .container .cd-tabs nav .cd-tabs__navigation, .praesantation .section_listing .container .cd-tabs nav .cd-tabs__navigation {
        border-radius: 0; }
        .dokumentation .section_listing .container .cd-tabs nav .cd-tabs__navigation li a, .praesantation .section_listing .container .cd-tabs nav .cd-tabs__navigation li a {
          font-size: 0 !important; }
          .dokumentation .section_listing .container .cd-tabs nav .cd-tabs__navigation li a img.tab-icon, .praesantation .section_listing .container .cd-tabs nav .cd-tabs__navigation li a img.tab-icon {
            display: block; } }

.vorteile-section {
  background-color: white; }
  .vorteile-section .vsponsive-img {
    max-width: 70%;
    height: 150px;
    width: 191px; }
  @media (max-width: 767px) {
    .vorteile-section .col-xs-12 {
      padding: 0; }
    .vorteile-section .col-md-3 {
      padding: 0; } }
  .vorteile-section .feature-box {
    cursor: pointer; }
    .vorteile-section .feature-box:hover .text-box {
      -webkit-transition: all 0.9s;
      -o-transition: all 0.9s;
      transition: all 0.9s;
      background: #009EE0;
      border-radius: 20px; }
      .vorteile-section .feature-box:hover .text-box header h3 {
        color: #fff; }
      .vorteile-section .feature-box:hover .text-box header hr {
        border-color: #fff; }
      .vorteile-section .feature-box:hover .text-box .cnt-bottom p {
        color: #fff; }
    .vorteile-section .feature-box:hover .img-box img {
      position: relative;
      bottom: 30px; }
  .vorteile-section .arrow-down {
    transform: rotate(90deg);
    width: 20px; }

.vorteile-section {
  position: relative; }
  .vorteile-section .feature-box-small {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 25%;
    z-index: 5; }
    .vorteile-section .feature-box-small:nth-child(2), .vorteile-section .feature-box-small:nth-child(4) {
      right: 0;
      left: auto; }
    .vorteile-section .feature-box-small:nth-child(3), .vorteile-section .feature-box-small:nth-child(4) {
      bottom: 0;
      top: auto; }
    .vorteile-section .feature-box-small .text-box {
      padding: 10px;
      text-shadow: none; }
      .vorteile-section .feature-box-small .text-box header {
        padding: 0;
        margin-bottom: 15px !important; }
    .vorteile-section .feature-box-small:hover {
      z-index: 5;
      box-shadow: 0 5px 8px 0 rgba(44, 15, 15, 0.2);
      border-radius: 20px; }
  .vorteile-section .slider-tablet {
    z-index: 2; }
    .vorteile-section .slider-tablet .carousel {
      width: 82.7%;
      left: 9.1%;
      box-shadow: none !important; }
  .vorteile-section .feature_box_bg_image-1, .vorteile-section .feature_box_bg_image-2, .vorteile-section .feature_box_bg_image-3, .vorteile-section .feature_box_bg_image-4 {
    display: none;
    position: absolute;
    top: 0; }
  .vorteile-section .feature-box-small:hover:after {
    height: 22px;
    width: 22px;
    background: #009EE0;
    content: '';
    position: absolute;
    border-radius: 0;
    top: 50%;
    border-radius: 50%;
    transform: translateY(-50%); }
    @media (max-width: 768px) {
      .vorteile-section .feature-box-small:hover:after {
        display: none; } }
  .vorteile-section #step_1:after, .vorteile-section #step_3:after {
    right: -40px; }
  .vorteile-section #step_2:after, .vorteile-section #step_4:after {
    left: -40px; }
    @media (max-width: 1200px) {
      .vorteile-section #step_2:after, .vorteile-section #step_4:after {
        right: -40px;
        left: auto; } }
  .vorteile-section #step_1:hover ~ .slider-tablet .feature_box_bg_image-1, .vorteile-section .slider-tablet .feature_box_bg_image-1:hover,
  .vorteile-section #step_2:hover ~ .slider-tablet .feature_box_bg_image-2, .vorteile-section .slider-tablet .feature_box_bg_image-2:hover,
  .vorteile-section #step_3:hover ~ .slider-tablet .feature_box_bg_image-3, .vorteile-section .slider-tablet .feature_box_bg_image-3:hover,
  .vorteile-section #step_4:hover ~ .slider-tablet .feature_box_bg_image-4, .vorteile-section .slider-tablet .feature_box_bg_image-4:hover {
    display: block;
    animation-name: FadeIn_img;
    animation-duration: 2s; }

#step_1:hover ~ .slider-tablet video,
#step_2:hover ~ .slider-tablet video,
#step_3:hover ~ .slider-tablet video,
#step_4:hover ~ .slider-tablet video {
  display: none; }

@keyframes FadeIn_img {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@media (max-width: 1199px) and (min-width: 992px) {
  .vorteile-section .feature-box-small .text-box {
    min-height: auto; } }

@media (max-width: 992px) {
  .vorteile-section .feature-box-small {
    max-width: 50%;
    position: relative;
    margin: 10px 0; }
    .vorteile-section .feature-box-small:nth-child(2), .vorteile-section .feature-box-small:nth-child(5) {
      left: 0; } }

@media (max-width: 992px) and (max-width: 992px) {
  .vorteile-section .text-box header h3 {
    font-size: 12px; } }

@media (max-width: 992px) and (max-width: 992px) {
  .vorteile-section .text-box .cnt-bottom p {
    line-height: 15px;
    font-size: 11px; } }

@media (max-width: 992px) {
  .slider-tablet {
    position: absolute;
    right: -52px;
    top: 0;
    height: 450px !important; }
    .slider-tablet .carousel {
      left: 13.5% !important;
      width: 86.5% !important;
      height: 73%;
      top: 12%; } }

@media (min-width: 992px) and (max-width: 1200px) {
  .vorteile-section .feature-box-small {
    max-width: 43%;
    position: relative; }
    .vorteile-section .feature-box-small:nth-child(2), .vorteile-section .feature-box-small:nth-child(5) {
      left: 0; }
    .vorteile-section .feature-box-small + .feature-box-small {
      margin-top: 10px; } }

@media (min-width: 992px) and (max-width: 1200px) and (max-width: 992px) {
  .vorteile-section .text-box header h3 {
    font-size: 12px; } }

@media (min-width: 992px) and (max-width: 1200px) and (max-width: 992px) {
  .vorteile-section .text-box .cnt-bottom p {
    line-height: 15px;
    font-size: 11px; } }

@media (min-width: 992px) and (max-width: 1200px) {
  .vorteile-section .slider-tablet {
    position: absolute;
    right: -80px;
    top: 0;
    height: 500px !important; }
    .vorteile-section .slider-tablet .carousel {
      left: 11%;
      top: 12.1%;
      width: 84%;
      height: 73%; } }

@media (max-width: 850px) and (min-width: 401px) {
  .vorteile-section .slider-tablet {
    width: 380px; }
    .vorteile-section .slider-tablet .carousel {
      left: 15.3%;
      width: 85%;
      height: 77%; } }

@media (max-width: 767px) {
  .vorteile-section .feature-box-small {
    max-width: 100%;
    position: relative;
    margin: 50px auto;
    left: 0px; }
    .vorteile-section .feature-box-small:nth-child(2), .vorteile-section .feature-box-small:nth-child(5) {
      right: 0px;
      left: auto; }
  .vorteile-section .slider-tablet {
    display: none; } }

@media (min-width: 992px) {
  .homeoffer-section {
    margin-bottom: -500px !important; } }

.bounceInfinite {
  animation: bounce 2s;
  animation-iteration-count: 2;
  display: inline-block; }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px); }
  60% {
    transform: translateY(-15px); } }

.section_listing .inner_section {
  height: 750px;
  display: table-cell;
  vertical-align: middle; }
  @media (max-width: 992px) {
    .section_listing .inner_section {
      padding-top: 120px;
      height: auto; }
      .section_listing .inner_section .figure1 {
        height: auto; } }
  @media (max-width: 767px) {
    .section_listing .inner_section .figure1 {
      height: auto;
      max-width: 80%;
      margin: 0 auto;
      left: 50%;
      text-align: center;
      /* right: 0; */
      transform: translateX(-50%); } }

.section_listing figure {
  top: -65px; }
  .section_listing figure img {
    padding-top: 14%; }
    @media (min-width: 530px) and (max-width: 767px) {
      .section_listing figure img {
        padding-top: 5%; } }
    @media (max-width: 767px) {
      .section_listing figure img {
        padding-left: 0;
        padding-top: 24%; } }

@media (max-width: 767px) {
  .section_listing #baustelle1 {
    padding-top: 50px; }
  .section_listing .header2 {
    margin-top: 50px;
    margin-bottom: 50px; } }

@media (max-width: 767px) {
  .agb_content h2 {
    font-size: 29px; } }

.himage {
  height: 30vh;
  margin: 0 auto; }

@media (max-width: 767px) {
  .spacing {
    padding-top: 25px;
    padding-bottom: 25px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .spacing {
    padding-top: 70px;
    padding-bottom: 25px; } }

.btn-magenta button {
  margin: 0 10px 0 10px;
  padding: 20px;
  background-color: #AA0B57; }
  .btn-magenta button a {
    color: #fff; }
  .btn-magenta button:hover {
    background-color: #400421; }

.hilifecontent_section p {
  margin: 0; }

.hilifecontent_section hr {
  width: 30%; }

.hilifecontent_section .whistory-section {
  background: linear-gradient(rgba(40, 50, 62, 0.8), rgba(40, 50, 62, 0.8)), transparent url(../../images/panorama.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 50%;
  width: 100%;
  height: 100%;
  border-radius: 0; }
  .hilifecontent_section .whistory-section p {
    color: #fff;
    text-align: justify;
    padding: 0 35px; }
  .hilifecontent_section .whistory-section .right-half:hover {
    box-shadow: 10px 10px 5px 0px white; }
  .hilifecontent_section .whistory-section .left-half:hover {
    box-shadow: -10px 10px 5px 0px white; }
  @media (min-width: 768px) {
    .hilifecontent_section .whistory-section p {
      height: -webkit-fill-available; } }
  @media (max-width: 991px) {
    .hilifecontent_section .whistory-section .right-half:hover {
      box-shadow: none; }
    .hilifecontent_section .whistory-section .left-half:hover {
      box-shadow: none; }
    .hilifecontent_section .whistory-section .row:hover {
      box-shadow: 0px 10px 5px 9px white; } }
  @media (max-width: 767px) {
    .hilifecontent_section .whistory-section .col-sm-5 {
      height: auto; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .hilifecontent_section .whistory-section .col-sm-5 {
      height: 650px; }
      .hilifecontent_section .whistory-section .col-sm-5 p {
        padding: 0; } }
  @media (min-width: 992px) and (max-width: 1067px) {
    .hilifecontent_section .whistory-section .col-sm-5 {
      height: 600px; } }
  @media (min-width: 1068px) {
    .hilifecontent_section .whistory-section .col-sm-5 {
      height: 500px; } }

@media (min-width: 768px) {
  .hilifecontent_section .about-header {
    padding: 0 100px;
    text-align: text-center; } }

.hilifecontent_section .pano-line {
  transform: rotate(90deg);
  position: absolute;
  left: 0;
  right: 0;
  top: 44%;
  border: 1px solid #fff;
  background: #fff; }
  @media (max-width: 767px) {
    .hilifecontent_section .pano-line {
      transform: rotate(0deg);
      position: relative;
      left: unset;
      right: unset;
      top: 0; } }

span {
  font-family: "Montserrat-Regular"; }

figcaption {
  font-family: "Montserrat-ExtraLight"; }

section.header {
  height: 10%; }

section.body-data {
  height: 80%; }

section.footer {
  height: 10%; }

.head {
  width: 100%; }

/*.back-home{
    position: fixed;
    left: 20px;
    top: 0;
   
}
.back-button{
    position: relative;
    display: inline-block;
    
    
}

.back-hover{
    height:30px;
    width:30px;
    transition:transform 400ms 0s cubic-bezier(0.2, 0, 0, 1.6);
    position:absolute;
    border-radius:50%;
    overflow:hidden;
    transform:scale(1);
    background-color:white;
}
.back-hover:hover{
    width:30px;
    height:30px;
    background-position:0 0;
    background-image:url("../images/back.svg");
    background-repeat:no-repeat;
   transition:transform 400ms 0s cubic-bezier(0.2, 0, 0, 1);
   position:absolute;
}*/
.logo {
  max-width: 150px;
  margin: auto;
  margin-top: 10px; }

.bg-img img {
  max-width: 100%; }

.text {
  padding: 50px 0;
  border-bottom: 2px dotted #ccc; }

.text p {
  margin: 0 20px;
  text-align: center;
  color: #666; }

.footer {
  position: relative;
  text-align: center; }

.footer ul {
  list-style-type: none;
  margin-top: 10px; }

.footer ul li {
  display: inline-block; }

.footer ul li a {
  color: #666666;
  font-size: 15px; }

.footer ul li.divider {
  border-right: 1px solid #666666;
  padding: 0 5px; }

.footer ul li a:hover {
  text-decoration: none;
  color: #aa0b57; }

.inspiration-wolaptor {
  background: linear-gradient(to bottom, white 26%, white 0%, rgba(255, 255, 255, 0) 100%), url("../images/3d-panorama-forest-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .inspiration-wolaptor .newsletter {
    position: relative;
    top: 200px;
    background: none;
    width: 50%;
    max-width: 600px;
    min-width: 400px;
    margin: auto;
    z-index: 3;
    box-shadow: 0 5px 8px 0 rgba(44, 15, 15, 0.2);
    border-radius: 25px; }
    .inspiration-wolaptor .newsletter .inspiration-text {
      background: white;
      padding-bottom: 15px;
      margin-top: 45px;
      border-radius: 25px;
      padding: 40px; }
      .inspiration-wolaptor .newsletter .inspiration-text header h2 {
        font-size: 2em;
        font-weight: bold; }
      .inspiration-wolaptor .newsletter .inspiration-text header p {
        font-size: 11px; }
      .inspiration-wolaptor .newsletter .inspiration-text p {
        font-size: 13px; }
    @media (max-width: 480px) {
      .inspiration-wolaptor .newsletter {
        min-width: auto;
        width: 100%; }
        .inspiration-wolaptor .newsletter .inspiration-text {
          padding: 20px; } }
  .inspiration-wolaptor img {
    max-width: 40%;
    position: relative;
    left: -100px; }
    @media (max-width: 768px) {
      .inspiration-wolaptor img {
        display: none; } }
  @media (max-width: 768px) {
    .inspiration-wolaptor {
      height: 850px; } }

.btn-primary-2:hover, .btn-primary-2:focus, .btn-primary-2:active:focus, .btn-primary-2:active, .btn-primary-2:active:hover {
  background: #009EE0 !important; }

@media (max-width: 768px) {
  .about-page section h2 {
    font-size: 30px;
    text-align: center; } }

.about-page section.vorteile-section {
  background-color: #eee; }

.about-page section img.nodalpunkt {
  max-width: 20%;
  position: absolute;
  top: 13vw;
  filter: drop-shadow(0px 0px 6px black); }
  @media (max-width: 992px) {
    .about-page section img.nodalpunkt {
      top: 22.5vw; } }

.about-page section.accordion_section .imgdiv {
  position: relative; }
  .about-page section.accordion_section .imgdiv img.nodalpunkt {
    right: 15px; }

.about-page section.wolowo-section .imgdiv {
  position: relative; }
  .about-page section.wolowo-section .imgdiv img.nodalpunkt {
    left: 15px; }

.about-page section .imgdiv .imghvr-fold-left {
  perspective: 1200px;
  height: auto; }

.about-page section .contentdiv header {
  margin-bottom: 30px; }

.banner_big .banner-wrapper-fixed .foreground .banner_tablet {
  background-image: url("../images/tabet-white-lined.svg");
  width: 100%;
  padding: 15%;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 40px; }
  .banner_big .banner-wrapper-fixed .foreground .banner_tablet iframe {
    position: absolute;
    height: 77.2%;
    width: 37.2%;
    left: 0;
    top: 11.5%;
    right: 0;
    margin: auto; }
  @media (min-width: 992px) and (max-width: 1200px) {
    .banner_big .banner-wrapper-fixed .foreground .banner_tablet {
      padding: 18.5%;
      margin-top: 20px; }
      .banner_big .banner-wrapper-fixed .foreground .banner_tablet iframe {
        width: 46%; } }
  @media (max-width: 992px) {
    .banner_big .banner-wrapper-fixed .foreground .banner_tablet {
      padding: 27%; }
      .banner_big .banner-wrapper-fixed .foreground .banner_tablet iframe {
        width: 67%; } }

@media (max-width: 767px) {
  .copy-btn {
    padding: 0 50px; }
    .copy-btn a {
      margin-top: 10px;
      border-radius: 0 0 20px 20px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .copy-btn a {
    position: absolute;
    margin-top: 10px;
    border-radius: 0 0 20px 20px;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.6); } }

@media (min-width: 992px) {
  .copy-btn a {
    width: 38px; } }

@media (max-width: 767px) {
  .embed-label {
    margin-bottom: 20px; } }

.einbinden-inner input {
  background: rgba(204, 204, 204, 0.1) !important;
  border-radius: 17px !important;
  border: 1.8px dashed #ccc; }

.Typewriter__wrapper {
  font-family: 'Indie Flower'; }

.virtual_world .tour-location-map {
  height: 300px; }

.main-content .box_height .btn-hover-shadow {
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.5); }

.main-content #carousel-example-generic {
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.5); }

.cookie-monster-content {
  text-align: center;
  padding: 0 75px; }
