@charset "UTF-8";
@import url("ElegantIcons.css");

/* -- Global -- */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.no-position {
  position: initial !important;
}

body {
  font-family: le-havre, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: auto;
  color: #000000;
}

body.hidden {
  overflow: hidden;
}

.color-white {
  color: #fff;
}

.color-white h1, .color-white h2, .color-white h3 {
  color: #fff !important;
}

.container {
  margin: 0 auto;
}

.container-fluid {
  width: 100%;
}

.text-center {
  text-align: center;
  margin: 0 auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.row-grid {
  display: -ms-grid;
  display: grid;
}

main .wpb_text_column h1 {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

main .wpb_text_column h3 {
  font-weight: 700;
  font-size: 35px;
  color: #00b2ff;
  margin: 0 0 15px 0;
}

main .wpb_text_column p {
  padding: 0 0 15px 0;
}

main .wpb_text_column p:last-child {
  padding: 0;
}

main .wpb_text_column a {
  color: #000000;
  text-decoration: none;
}

main .wpb_text_column a:hover {
  text-decoration: underline;
}

main .wpb_text_column ul {
  list-style: none;
  margin: 0 0 15px 20px;
}

main .wpb_text_column ul li {
  margin: 0 0 10px 20px;
  position: relative;
}

main .wpb_text_column ul li:before {
  content: "";
  background: url(../img/list-bg.svg) no-repeat;
  width: 20px;
  height: 14px;
  display: block;
  position: absolute;
  top: 9px;
  left: -35px;
}

main .overflow-initial {
  overflow: initial !important;
}

.bg-linie-left-top:before {
  content: "";
  background: url(../img/linie-bg2.svg) no-repeat;
  width: 514px !important;
  height: 71px !important;
  display: block !important;
  position: absolute;
  z-index: 0;
  top: 180px !important;
  left: -7% !important;
  opacity: 0.1;
}

.bg-linie-right-bottom:after {
  content: "";
  background: url(../img/linie-bg2.svg) no-repeat;
  width: 514px !important;
  height: 71px !important;
  position: absolute;
  z-index: 0;
  bottom: 10%;
  right: -70px;
  opacity: 0.1;
  visibility: visible !important;
}

.bg-linie-left-bottom:before {
  content: "";
  background: url(../img/linie-bg.svg) no-repeat;
  width: 920px;
  height: 128px;
  display: block;
  position: absolute;
  z-index: 0;
  bottom: 100px;
  left: -29%;
  opacity: 0.1;
}

.bg-linie-right-top:after {
  content: "";
  background: url(../img/linie-bg.svg) no-repeat;
  width: 920px;
  height: 128px;
  display: block;
  position: absolute;
  z-index: 0;
  top: 40%;
  right: -10%;
  opacity: 0.1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

input.input-text::-webkit-input-placeholder, input.input-text:-moz-placeholder, input.input-text::-moz-placeholder, input.input-text:-ms-input-placeholder, textarea.input-text::-webkit-input-placeholder, textarea.input-text:-moz-placeholder, textarea.input-text::-moz-placeholder, textarea.input-text:-ms-input-placeholder {
  font-size: 26px;
  line-height: 28px;
  font-weight: 400;
}

input.input-text::-webkit-input-placeholder {
  font-family: le-havre, sans-serif;
  text-overflow: ellipsis;
  color: #000000;
}

input.input-text:-moz-placeholder {
  font-family: le-havre, sans-serif;
  text-overflow: ellipsis;
  color: #000000;
}

input.input-text::-moz-placeholder {
  font-family: le-havre, sans-serif;
  text-overflow: ellipsis;
  color: #000000;
}

input.input-text:-ms-input-placeholder {
  font-family: le-havre, sans-serif;
  text-overflow: ellipsis;
  color: #000000;
}

textarea.input-text::-webkit-input-placeholder {
  font-family: le-havre, sans-serif;
  text-overflow: ellipsis;
  color: #000000;
}

textarea.input-text:-moz-placeholder {
  font-family: le-havre, sans-serif;
  text-overflow: ellipsis;
  color: #000000;
}

textarea.input-text::-moz-placeholder {
  font-family: le-havre, sans-serif;
  text-overflow: ellipsis;
  color: #000000;
}

textarea.input-text:-ms-input-placeholder {
  font-family: le-havre, sans-serif;
  text-overflow: ellipsis;
  color: #000000;
}

.input-text:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.input-text:focus:-moz-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.input-text:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.input-text:focusnput:-ms-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.content-area .wpb_text_column a {
  color: #00b3ffab !important;
  text-decoration: underline !important;
}

.content-area .wpb_text_column a:hover {
  text-decoration: none !important;
}

/* -- Header -- */
.header-area {
  position: fixed;
  z-index: 100;
  width: 100%;
  min-height: 120px;
  top: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.header-area .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-area .logo {
  margin: 0 70px;
  position: absolute;
  top: 0;
  left: 0;
}

.header-area .logo span {
  color: #fff;
  font-family: vdl-logojr, sans-serif;
  font-size: 52px;
}

.header-area .logo a {
  text-decoration: none;
  font-family: vdl-logojr, sans-serif;
  color: #fff;
  font-size: 52px;
}

.header-area .menu {
  width: 100%;
  margin-top: 45px;
  padding: 0 200px 0 400px;
  opacity: 1;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.header-area .menu #menu-hauptmenu {
  list-style: none;
}

.header-area .menu #menu-hauptmenu > .menu-item {
  margin: 0 15px 0;
  display: inline-block;
}

.header-area .menu #menu-hauptmenu > .menu-item > a {
  font-family: le-havre, sans-serif;
  font-size: 24px;
  line-height: 24px;
  display: block;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.header-area .menu #menu-hauptmenu > .menu-item > a:hover {
  color: #00b2ff;
}

.header-area .menu #menu-hauptmenu > .menu-item.active a, .header-area .menu #menu-hauptmenu > .menu-item.current-menu-item a {
  color: #00b2ff;
}

.header-area .menu #menu-hauptmenu .punkt-burger {
  margin: 0 15px 21px;
}

.header-area .box-button-project {
  background: #00b2ff;
  display: block;
  padding: 10px 20px 10px 30px;
  border-radius: 9px 0 0 9px;
  position: absolute;
  right: 0;
  top: 24px;
}

.header-area .box-button-project a {
  font-family: le-havre, sans-serif;
  font-size: 24px;
  line-height: 24px;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  display: block;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.header-area .box-button-project a:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.header-area.style {
  background: rgba(25, 31, 36, 0.8);
}

.header-area.open-menu {
  background: rgba(25, 31, 36, 0.8);
}

/* -- Menu */
.punkt-burger {
  width: 70px !important;
}

.punkt-burger > a {
  width: 55px;
  height: 32px;
  display: block;
  margin: -3px 0 0 -5px;
  position: absolute;
  border-top: 4px solid #0e77bd;
  border-bottom: 4px solid #0e77bd;
  font-size: 0px !important;
}

.punkt-burger > a:before {
  content: "";
  width: 43px;
  height: 4px;
  display: block;
  background: #0e77bd;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.punkt-burger > a:hover:before {
  width: 100%;
}

.container-menu {
  width: 1250px;
  margin: 0 0 0 400px;
  padding: 0;
  position: relative;
}

.container-menu .menu-item {
  width: 280px;
  text-align: left;
  margin: 0 0 13px 0;
}

.container-menu .menu-item a {
  font-family: le-havre, sans-serif;
  font-size: 25px​ !important;
  line-height: 25px​ !important;
  color: #ffffff !important;
  text-decoration: none;
  display: block;
  position: relative;
}

.container-menu .menu-item a span.txt {
  display: inline-block;
  padding: 8px 40px 5px 10px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.container-menu .menu-item a span.txt:hover {
  background: #ffffff;
  color: #00b2ff !important;
}

.container-menu .menu-item.menu-item-has-children.active > a span.txt, .container-menu .menu-item.current-menu-item.active > a span.txt {
  background: #ffffff;
  color: #00b2ff !important;
}

.container-menu .menu-item.menu-item-has-children.active > a .caret:before, .container-menu .menu-item.current-menu-item.active > a .caret:before {
  background: #00b2ff;
}

.container-menu .menu-item.menu-item-has-children.active > a .caret:after, .container-menu .menu-item.current-menu-item.active > a .caret:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.container-menu .menu-item.current-menu-item > a span.txt, .container-menu .menu-item.current-menu-ancestor > a span.txt {
  background: #ffffff;
  color: #00b2ff !important;
}

.container-menu .menu-item.current-menu-item > a .caret:before, .container-menu .menu-item.current-menu-ancestor > a .caret:before {
  background: #00b2ff;
}

.container-menu .menu-item.current-menu-item > a .caret:after, .container-menu .menu-item.current-menu-ancestor > a .caret:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.close-menu {
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0;
  font-size: 0;
  right: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.close-menu:before {
  content: "";
  width: 100%;
  height: 4px;
  display: block;
  background: #00b2ff;
  -webkit-transform: rotate(45deg) scale(1);
          transform: rotate(45deg) scale(1);
  -webkit-transition: all .5s;
  transition: all .5s;
  top: 23px;
  left: 0px;
  position: absolute;
}

.close-menu:after {
  content: "";
  width: 100%;
  height: 4px;
  display: block;
  background: #00b2ff;
  -webkit-transform: rotate(-45deg) scale(1);
          transform: rotate(-45deg) scale(1);
  -webkit-transition: all .5s;
  transition: all .5s;
  top: 23px;
  left: 0px;
  position: absolute;
}

.close-menu:hover {
  background: #ffffff;
}

.close-menu:hover:before {
  background: #00b2ff;
  -webkit-transform: scale(0.7) rotate(45deg);
          transform: scale(0.7) rotate(45deg);
}

.close-menu:hover:after {
  background: #00b2ff;
  -webkit-transform: scale(0.7) rotate(-45deg);
          transform: scale(0.7) rotate(-45deg);
}

.sub-menu-container {
  display: none;
}

.sub-menu-container.haupt {
  position: absolute;
  z-index: 3001;
  top: 120px;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(25, 31, 36, 0.8);
  padding: 30px 0 0 0;
}

.sub-menu-container .sub-menu-container {
  display: none;
  position: absolute;
  top: 0;
  left: 300px;
  width: 290px;
  padding: 0 0 0 20px;
}

.sub-menu-container .sub-menu-container a {
  font-size: 25px !important;
  line-height: 25px !important;
}

.sub-menu-container .sub-menu-container:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.sub-menu-container .sub-menu-container .menu-item {
  width: 100%;
}

.caret {
  width: 35px;
  height: 37px;
  position: absolute;
  cursor: pointer;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.caret:before {
  content: "";
  width: 20px;
  height: 2px;
  background: #ffffff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.caret:after {
  content: "";
  width: 2px;
  height: 20px;
  background: #ffffff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: rotate(0deg) translate(-50%, -50%);
          transform: rotate(0deg) translate(-50%, -50%);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.caret:hover:before, .caret:hover:after {
  background: #00b2ff;
}

.mobile_menu {
  width: 350px;
  height: 100%;
  position: fixed;
  z-index: 3000;
  top: 0;
  left: -400px;
  opacity: 0;
  padding: 95px 25px 25px 25px;
  background: #191f24;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.mobile_menu .mobile_menu-container {
  width: 300px;
  height: 100%;
  overflow-x: hidden;
  direction: rtl;
}

.mobile_menu .mobile_menu-container > ul {
  direction: ltr;
}

.mobile_menu .mobile_menu-container::-webkit-scrollbar {
  width: 5px;
}

.mobile_menu .mobile_menu-container::-webkit-scrollbar-thumb {
  background-color: #00b2ff;
}

.mobile_menu ul {
  list-style: none;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.mobile_menu ul li {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 5px 0;
  margin: 0 0 -1px 0;
}

.mobile_menu ul li a {
  display: block;
  font-size: 16px;
  line-height: 18px;
  font-weight: 300;
  padding: 7px 10px 5px 10px;
  -webkit-transition: all .5s;
  transition: all .5s;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
}

.mobile_menu ul li a:hover {
  background: #00b2ff;
}

.mobile_menu ul li a br {
  display: none;
}

.mobile_menu ul li.current-menu-item > a, .mobile_menu ul li.current-menu-parent > a, .mobile_menu ul li.current-menu-ancestor > a {
  background: #00b2ff;
}

.mobile_menu ul li.menu-item-has-children > a {
  margin: 0 43px 0 0;
}

.mobile_menu ul li.menu-item-has-children > a > .caret {
  right: -39px;
  top: 1px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  width: 34px;
  height: 30px;
}

.mobile_menu ul li.menu-item-has-children > a > .caret:before {
  content: "";
  width: 20px;
  height: 2px;
  background: #ffffff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.mobile_menu ul li.menu-item-has-children > a > .caret:after {
  content: "";
  width: 2px;
  height: 20px;
  background: #ffffff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: rotate(0deg) translate(-50%, -50%);
          transform: rotate(0deg) translate(-50%, -50%);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  opacity: 1;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.mobile_menu ul li.menu-item-has-children > a > .caret:hover:before, .mobile_menu ul li.menu-item-has-children > a > .caret:hover:after {
  background: #00b2ff;
}

.mobile_menu ul li.menu-item-has-children.active > a {
  background: #00b2ff;
}

.mobile_menu ul li.menu-item-has-children.active > a > .caret {
  top: 0;
}

.mobile_menu ul li.menu-item-has-children.active > a > .caret:before {
  background: #00b2ff;
}

.mobile_menu ul li.menu-item-has-children.active > a > .caret:after {
  opacity: 0;
}

.mobile_menu ul li ul.sub-menu {
  width: 100%;
  height: 100%;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 301px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-bottom: none;
}

.mobile_menu ul li ul.sub-menu li {
  margin: -1px 0 0 0;
}

.mobile_menu ul li ul.sub-menu li a {
  font-size: 16px;
  line-height: 16px;
}

.mobile_menu ul li ul.sub-menu li:last-child {
  border-bottom: none;
  padding: 5px 0 0 0;
}

.mobile_menu ul li.active ul.sub-menu {
  visibility: visible;
}

.mobile_menu.open {
  left: 0;
  opacity: 1;
}

.mobile_menu .logo {
  color: #fff;
  font-family: vdl-logojr, sans-serif;
  position: absolute;
  top: 17px;
}

.mobile_menu .logo a {
  text-decoration: none;
  color: #fff;
}

.mobile_menu .menu-burger {
  position: absolute;
  top: 30px;
  right: 20px;
}

.mobile_menu .menu-burger span {
  border: none !important;
}

.mobile_menu .menu-burger span:before {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.mobile_menu .menu-burger span:after {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.menu-burger {
  width: 42px;
  height: 27px;
  position: absolute;
  top: 48px;
  right: 0;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
  margin: 0 0 0 20px;
}

.menu-burger span {
  width: 42px;
  height: 27px;
  display: block;
  margin: 0;
  position: absolute;
  border-top: 5px solid #00b2ff;
  border-bottom: 5px solid #00b2ff;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.menu-burger span:before {
  content: "";
  width: 100%;
  height: 5px;
  display: block;
  background: #00b2ff;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.menu-burger span:after {
  content: "";
  width: 100%;
  height: 5px;
  display: block;
  background: #00b2ff;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.back {
  margin: 0 0 10px 0;
  color: #fff;
}

.back span {
  cursor: pointer;
  position: relative;
}

.back:hover {
  color: #00b2ff;
}

/* -- Content -- */
.page-post {
  min-height: 300px;
}

.haut-box {
  padding: 140px 0 0 0;
}

.review-header {
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  overflow: hidden;
  position: relative;
  min-height: 80vh;
}

.review-header .container {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 210px 0 50px 0;
}

.review-header .review_item_top {
  text-align: center;
}

.review-header .review_item_top .project-name span {
  font-family: le-havre-rounded, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: normal;
  color: #ffffff;
  display: inline-block;
  position: relative;
}

.review-header .review_item_top .project-name span:first-child {
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}

.review-header .review_item_top .project-name span:first-child:after {
  content: "";
  width: 1px;
  height: 22px;
  background: #00b2ff;
  display: block;
  position: absolute;
  top: 4px;
  right: -3px;
}

.review-header .review_item_top h1.title_box {
  color: #FFF;
  position: relative;
  margin: 0 0 110px 0;
}

.review-header .review_item_top h1.title_box:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.review-header .review_item_bottom {
  text-align: center;
}

.review-header .review_item_bottom .box_kunde .kunde_img {
  border-radius: 50%;
  overflow: hidden;
  width: 158px;
  height: 158px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.review-header .review_item_bottom .box_kunde .kunde_img img {
  width: auto;
  height: 100%;
}

.review-header .review_item_bottom .box_kunde .kunde_text {
  color: #ffffff;
  margin: 0 0 20px 0;
  font-size: 35px;
  font-weight: 400;
}

.review-header .review_item_bottom .box_kunde .kunde_name {
  color: #ffffff;
  font-weight: 100;
  font-size: 25px;
  font-weight: 100;
}

.review-header .review_item_bottom .box_kunde .kunde_inf {
  color: #ffffff;
  font-weight: 100;
  font-size: 25px;
  font-weight: 100;
}

.review-header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #191f24bf;
}

.img-transparent {
  position: relative;
}

.img-transparent:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #191f24bf;
}

.header-post {
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  position: relative;
}

.header-post.full {
  min-height: 100vh;
}

.header-post .container {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 260px 0 50px 0;
}

.header-post .container.w-800 {
  width: 870px;
  margin: 0 auto;
  text-align: center;
}

.header-post h1.title_box {
  color: #FFF;
  position: relative;
  margin: 0 0 90px 0;
}

.header-post h1.title_box:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header-post .header-des {
  margin: 0 0 25px 0;
}

.header-post:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #191f24bf;
}

.header-post.bg-linie-left-top:before {
  opacity: .5;
}

/* -- Footer -- */
.footer-area {
  border-top: 1px solid #191f24;
  padding: 20px 0 0 0;
}

.footer-area .row-grid {
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-gap: 0px 30px;
}

.footer-area .row-grid .col {
  position: relative;
}

.footer-area .row-grid .col:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  display: block;
  background: #191f24;
  right: -10px;
}

.footer-area .row-grid .col:last-child:after {
  display: none;
}

.footer-area .row-grid .col.footerInfo {
  font-weight: 300;
  padding: 0 0 0 70px;
}

.footer-area .row-grid .col.footerInfo ._adress {
  margin: 0 0 25px 0;
}

.footer-area .row-grid .col.footerInfo p {
  padding: 0;
}

.footer-area .row-grid .col.footerInfo p span {
  padding: 0 10px 0 0;
}

.footer-area .row-grid .col.footerInfo ._info a {
  color: #000;
  text-decoration: none;
  position: relative;
}

.footer-area .row-grid .col.footerInfo ._info a:after {
  content: "";
  width: 0%;
  height: 1px;
  display: block;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.footer-area .row-grid .col.footerInfo ._info a:hover:after {
  width: 100%;
}

.footer-area .row-grid .col .logo-footer a {
  text-decoration: none;
}

.footer-area .row-grid .col .logo-footer span.name {
  font-family: vdl-logojr, sans-serif;
  font-size: 52px;
  color: #191f24;
  margin: -30px 0 0 0;
  display: block;
}

.footer-area .row-grid .col .title-box {
  font-family: vdl-logojr, sans-serif;
  color: #00b2ff;
  margin: 0 0 20px 0;
  font-size: 24px;
  line-height: 30px;
}

.footer-area .main-menu-container ul {
  margin: -5px 0 0 -5px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-area .main-menu-container ul li {
  margin: 5px 2px;
}

.footer-area .main-menu-container ul li a {
  background: #191f24;
  border-radius: 9px;
  font-family: vdl-logojr, sans-serif;
  font-size: 18px;
  color: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
  text-decoration: none;
  padding: 6px 13px;
  display: inline-block;
}

.footer-area .main-menu-container ul li a:hover {
  background: #00b2ff;
}

.footer-area .main-menu-container ul li a:after {
  display: none;
}

.footer-bottom {
  border-top: 1px solid #191f24;
  padding: 10px 0 50px 0;
  margin: 20px 0 0 0;
  min-height: 100px;
	position: relative;
}

.footer-bottom .menu-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 0 20px 0;
	
}

.footer-bottom .menu-footer ul {
  list-style: none;
}

.footer-bottom .menu-footer ul li {
  display: inline-block;
  margin: 0 5px;
  padding: 0 5px;
  position: relative;
}

.footer-bottom .menu-footer ul li a {
  font-size: 24px;
  font-weight: 300;
  color: #000;
  position: relative;
  text-decoration: none;
}

.footer-bottom .menu-footer ul li a:after {
  content: "";
  width: 0%;
  height: 1px;
  display: block;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.footer-bottom .menu-footer ul li a:hover:after {
  width: 100%;
}

.footer-bottom .menu-footer ul li:after {
  content: "";
  width: 1px;
  height: 20px;
  background: #000;
  position: absolute;
  top: 7px;
  right: -8px;
  display: block;
}

.footer-bottom .menu-footer ul li:last-child:after {
  display: none;
}

.footer-bottom .txt-footer p {
  font-size: 25px;
  line-height: 30px;
  color: #7f7f7f;
}

.footer-bottom .txt-footer p a {
  color: #7f7f7f;
  position: relative;
  text-decoration: none;
}

.footer-bottom .txt-footer p a:after {
  content: "";
  width: 0%;
  height: 1px;
  display: block;
  background: #7f7f7f;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.footer-bottom .txt-footer p a:hover:after {
  width: 100%;
}

/* -- Plugin -- */
.formular-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.formular-box .col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32.33333333%;
          flex: 0 0 32.33333333%;
}

.formular-box .col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
}

.formular-box .col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65.66666667%;
          flex: 0 0 65.66666667%;
}

.formular-box .col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.formular-box .box-radio label span:before, .formular-box .box-checkbox label span:before, .formular-box .box-checked label span:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 2px;
  background: #00b2ff;
  position: absolute;
  top: 5px;
  left: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.formular-box .box-radio {
  margin: 13px 0;
}

.formular-box .box-radio .wpcf7-radio span {
  display: block;
  margin: 2px 0;
}

.formular-box .box-radio label {
  cursor: pointer;
}

.formular-box .box-radio label input {
  display: none;
}

.formular-box .box-radio label span {
  position: relative;
  display: block;
  padding: 0 0 0 20px;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
}

.formular-box .box-radio label input[type="radio"]:checked + .wpcf7-list-item-label::before {
  background: #191f24;
}

.formular-box .box-checkbox {
  margin: 13px 0;
}

.formular-box .box-checkbox .wpcf7-list-item {
  display: block;
  margin: 0;
}

.formular-box .box-checkbox label {
  cursor: pointer;
}

.formular-box .box-checkbox label input {
  display: none;
}

.formular-box .box-checkbox label span {
  position: relative;
  display: block;
  padding: 0 0 0 20px;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
}

.formular-box .box-checkbox label input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
  background: #191f24;
}

.formular-box .box-input {
  margin: 0 0 13px;
}

.formular-box .box-input input {
  width: 100%;
  border: 1px solid #000;
  border-radius: 17px;
  padding: 5px 20px;
  outline: none;
  font-family: le-havre, sans-serif;
  font-size: 25px;
}

.formular-box .box-input input.wpcf7-not-valid {
  border-color: #f00;
}

.formular-box .box-textarea textarea {
  width: 100%;
  height: 203px;
  border: 1px solid #000;
  border-radius: 17px;
  padding: 10px 20px;
  outline: none;
  resize: none;
  font-family: le-havre, sans-serif;
  font-size: 25px;
}

.formular-box .box-textarea textarea.wpcf7-not-valid {
  border-color: #f00;
}

.formular-box .box-checked {
  margin: 8px 0 0 0;
}

.formular-box .box-checked a {
  color: #191f24;
}

.formular-box .box-checked label {
  cursor: pointer;
}

.formular-box .box-checked label input {
  display: none;
}

.formular-box .box-checked label span {
  position: relative;
  display: block;
  padding: 0 0 0 20px;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
}

.formular-box .box-checked label input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
  background: #191f24;
}

.formular-box .box-senden {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 10px 0 0 0;
  position: relative;
}

.formular-box .box-senden input {
  font-family: vdl-logojr, sans-serif;
  font-size: 15px;
  display: inline-block;
  min-height: 39px;
  border-radius: 9px;
  -webkit-transition: all .5s;
  transition: all .5s;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 4px 20px;
  color: #000;
  background: #ffffff;
  -webkit-box-shadow: 0px 11px 29px 0px rgba(0, 178, 255, 0.56);
          box-shadow: 0px 11px 29px 0px rgba(0, 178, 255, 0.56);
}

.formular-box .box-senden input:hover {
  -webkit-box-shadow: initial !important;
          box-shadow: initial !important;
  background: #00b2ff;
  color: #fff;
}

.formular-box .box-senden input:disabled {
  -webkit-box-shadow: 0px 11px 29px 0px rgba(54, 54, 54, 0.281);
          box-shadow: 0px 11px 29px 0px rgba(54, 54, 54, 0.281);
}

.formular-box .box-senden input:disabled:hover {
  background: #fff;
  color: #000;
  -webkit-box-shadow: 0px 11px 29px 0px rgba(54, 54, 54, 0.281) !important;
          box-shadow: 0px 11px 29px 0px rgba(54, 54, 54, 0.281) !important;
}

.formular-box .box-senden .ajax-loader {
  position: absolute;
  top: 8px;
  right: 60px;
}

.formular-box .wpcf7-not-valid-tip {
  display: none;
}

form .wpcf7-response-output {
  color: #fff;
  font-size: 17px;
  line-height: 20px;
  padding: 10px !important;
  margin: 0 !important;
  position: absolute;
  bottom: 35px;
  left: 50%;
  width: 70%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

form.invalid .wpcf7-response-output {
  background: #f00;
  border-color: #f00 !important;
}

form.sent .wpcf7-response-output {
  background: #46b450;
  border-color: #46b450 !important;
}

.vc_tta-accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
  border-radius: 0 !important;
  border: none !important;
  background-color: transparent !important;
}

.vc_tta-accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading h4 {
  position: relative;
}

.vc_tta-accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading h4 a {
  font-size: 20px !important;
  font-weight: bold !important;
  color: #fff !important;
  padding-left: 15px !important;
  margin: 0 0 8px 55px !important;
  background: #191f24;
}

.vc_tta-accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading h4 a i {
  position: absolute !important;
  top: 0 !important;
  left: -55px !important;
  background: #00b2ff !important;
  border-radius: 10px 0 0 0 !important;
  width: 50px;
  height: 100%;
  -webkit-transform: initial !important;
          transform: initial !important;
}

.vc_tta-accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading h4 a i:before {
  border: none !important;
  width: 15px;
  height: 4px;
  background: #fff;
  left: 50% !important;
  top: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}

.vc_tta-accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading h4 a i:after {
  border: none !important;
  width: 4px;
  height: 15px;
  background: #fff;
  left: 50% !important;
  top: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}

.vc_tta-accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
  border-radius: 0 !important;
  border: none !important;
  background-color: transparent !important;
  margin: 0 0 8px 55px;
}

.vc_tta-tabs {
  margin: 30px 0 20px 0;
}

.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab a {
  border: none !important;
  background-color: #191f24 !important;
  color: #fff !important;
  border-radius: 0 !important;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab a:after {
  display: none;
}

.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab.vc_active a, .vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab:hover a {
  color: #fff !important;
  background-color: #00b2ff !important;
}

.vc_tta-tabs .vc_tta-panels {
  border: none !important;
  background-color: transparent !important;
}

.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
  padding: 20px 0 !important;
}

.vc_tta-tabs .vc_tta-panels .product-grid-addons {
  margin: 20px 0 0 0;
}

.konfigurator-block {
  margin: -4px 0 0 0;
  position: relative;
}

.konfigurator-block .konfigurator-box {
  display: none;
  width: 420px;
  margin: 0 auto;
  font-family: vdl-logojr, sans-serif;
  position: relative;
}

.konfigurator-block .konfigurator-box .step-tit-box {
  margin: 0 0 15px 20px;
  font-size: 20px;
}

.konfigurator-block .konfigurator-box .option-box {
  background: #191f24;
  border-radius: 15px;
  padding: 15px;
  height: 395px;
}

.konfigurator-block .konfigurator-box .option-box .box-title {
  color: #fff;
  font-size: 19px;
  line-height: 24px;
  margin: 15px 0px 40px 0px;
}

.konfigurator-block .konfigurator-box .option-box .box-title span {
  font-size: 14px;
  line-height: 17px;
  display: inline-block;
  margin: 5px 0 0 0;
}

.konfigurator-block .konfigurator-box .option-box .box-checked {
  color: #fff;
  font-size: 12px;
  line-height: 14px;
}

.konfigurator-block .konfigurator-box .option-box .box-checked .wpcf7-list-item-label {
  padding: 0 0 0 20px;
  display: block;
  position: relative;
}

.konfigurator-block .konfigurator-box .option-box .box-checked .wpcf7-list-item-label:before {
  content: "";
  width: 15px;
  height: 15px;
  background: #fff;
  display: block;
  position: absolute;
  top: 3px;
  left: -4px;
  -webkit-transition: all .5s;
  transition: all .5s;
  border-radius: 50%;
}

.konfigurator-block .konfigurator-box .option-box .box-checked input {
  display: none;
}

.konfigurator-block .konfigurator-box .option-box .box-checked input:checked ~ .wpcf7-list-item-label:before {
  background: #00b2ff;
}

.konfigurator-block .konfigurator-box .option-box .box-checked a {
  color: #fff;
  text-decoration: underline;
}

.konfigurator-block .konfigurator-box .option-box .box-checked a:hover {
  text-decoration: none;
}

.konfigurator-block .konfigurator-box .option-box .box-textarea {
  width: 100%;
  background: #1dace9;
  border-radius: 15px;
  padding: 10px 10px 10px 10px;
  position: relative;
  height: 212px;
}

.konfigurator-block .konfigurator-box .option-box .box-textarea .wpcf7-form-control-wrap {
  position: absolute;
  width: 95%;
  height: 100%;
}

.konfigurator-block .konfigurator-box .option-box .box-textarea .wpcf7-form-control-wrap textarea {
  border: none;
  outline: none;
  padding: 12px;
  resize: none;
  width: 100%;
  height: 192px;
  margin: 0;
  border-radius: 10px;
}

.konfigurator-block .konfigurator-box .option-box .box-input {
  background: #00b2ff;
  margin: 0 0 15px 0;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 45px;
  position: relative;
}

.konfigurator-block .konfigurator-box .option-box .box-input br {
  display: none;
}

.konfigurator-block .konfigurator-box .option-box .box-input .wpcf7-form-control-wrap {
  position: absolute;
  top: 5px;
  right: 5px;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.konfigurator-block .konfigurator-box .option-box .box-input input {
  border-radius: 10px;
  height: 35px;
  width: 251px;
  margin: 0;
  padding: 0 0 0 10px;
  border: none;
  resize: none;
  -webkit-transition: all .5s;
  transition: all .5s;
  position: relative;
  z-index: 9;
}

.konfigurator-block .konfigurator-box .option-box .box-input input.wpcf7-not-valid, .konfigurator-block .konfigurator-box .option-box .box-input input.invalid {
  -webkit-box-shadow: 0 0 0px 2px #f00 inset;
          box-shadow: 0 0 0px 2px #f00 inset;
}

.konfigurator-block .konfigurator-box .option-box .box-input label {
  padding: 0 0 0 16px;
  width: 125px;
  font-size: 16px;
  line-height: 16px;
}

.konfigurator-block .konfigurator-box .option-box .box-input .wpcf7-not-valid-tip {
  position: absolute;
  font-size: 12px;
  right: 0;
  opacity: 0;
}

.konfigurator-block .konfigurator-box .option-box .box-senden {
  margin: 10px 0 0 0;
  text-align: center;
  position: relative;
}

.konfigurator-block .konfigurator-box .option-box .box-senden input {
  font-size: 20px;
  line-height: 20px;
  color: #FFF;
  background: #00b2ff;
  border-radius: 10px;
  padding: 14px 20px;
  cursor: pointer;
  -webkit-box-shadow: 0px 11px 29px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 11px 29px 0px rgba(0, 0, 0, 0.5);
  -webkit-transition: all .5s;
  transition: all .5s;
  display: inline-block;
  min-width: 57%;
  text-align: center;
  border: none;
  outline: none;
  opacity: 1;
  transition: all .5s;
  font-family: vdl-logojr, sans-serif;
}

.konfigurator-block .konfigurator-box .option-box .box-senden input:hover {
  background: #fff;
  color: #000;
}

.konfigurator-block .konfigurator-box .option-box .box-senden input:disabled {
  opacity: 0.5;
}

.konfigurator-block .konfigurator-box .option-box .box-senden input:disabled:hover {
  background: #00b2ff;
  color: #fff;
  cursor: default;
}

.konfigurator-block .konfigurator-box .option-box .box-senden .ajax-loader {
  position: absolute;
  top: 5px;
  left: 0;
}

.konfigurator-block .konfigurator-box.active {
  display: block;
}

.konfigurator-block .konfigurator-box input {
  border: none;
  outline: none;
}

.konfigurator-block #step-box-1,
.konfigurator-block #step-box-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  position: relative;
}

.konfigurator-block #step-box-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
}

.konfigurator-block .box-next-step {
  font-size: 20px;
  line-height: 20px;
  color: #FFF;
  background: #00b2ff;
  border-radius: 10px;
  padding: 14px 20px;
  cursor: pointer;
  -webkit-box-shadow: 0px 11px 29px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 11px 29px 0px rgba(0, 0, 0, 0.5);
  -webkit-transition: all .5s;
  transition: all .5s;
  display: inline-block;
  min-width: 48%;
  text-align: center;
}

.konfigurator-block .box-next-step:hover {
  background: #fff;
  color: #000;
}

.konfigurator-block #step-1 .wpcf7-list-item {
  margin: 0 0 18px 0;
  width: 48%;
}

.konfigurator-block #step-1 .wpcf7-list-item label {
  position: relative;
  z-index: 3;
  -webkit-box-shadow: 0 0 10px -2px #000;
          box-shadow: 0 0 10px -2px #000;
  overflow: hidden;
  border-radius: 10px;
  width: 100%;
  height: 120px;
  display: block;
  cursor: pointer;
}

.konfigurator-block #step-1 .wpcf7-list-item label input {
  display: none;
}

.konfigurator-block #step-1 .wpcf7-list-item label .wpcf7-list-item-label {
  position: relative;
  z-index: 5;
  padding: 0 10px 10px;
  color: #fff;
  font-size: 17px;
  line-height: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 100%;
  text-shadow: 0 2px 2px #000000bf;
}

.konfigurator-block #step-1 .wpcf7-list-item label:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.konfigurator-block #step-1 .wpcf7-list-item label:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  z-index: 4;
  opacity: 0.3;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.konfigurator-block #step-1 .wpcf7-list-item label:hover:before {
  background: #00b2ff;
  opacity: 0.5;
}

.konfigurator-block #step-1 .wpcf7-list-item:nth-child(1) label:after {
  background: url(../img/konfigurator/3.jpg);
}

.konfigurator-block #step-1 .wpcf7-list-item:nth-child(2) label:after {
  background: url(../img/konfigurator/2.jpg);
}

.konfigurator-block #step-1 .wpcf7-list-item:nth-child(3) label:after {
  background: url(../img/konfigurator/4.jpg);
}

.konfigurator-block #step-1 .wpcf7-list-item:nth-child(4) label:after {
  background: url(../img/konfigurator/1.jpg);
}

.konfigurator-block #step-2 .wpcf7-list-item {
  margin: 0 0 10px 0;
  width: 100%;
}

.konfigurator-block #step-2 .wpcf7-list-item input {
  display: none;
}

.konfigurator-block #step-2 .wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
  z-index: 5;
  color: #000;
  font-size: 18px;
  line-height: 20px;
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 100%;
  min-height: 64px;
  background: #FFF;
  padding: 0 0 0 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  cursor: pointer;
}

.konfigurator-block #step-2 .wpcf7-list-item .wpcf7-list-item-label:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  width: 45px;
  height: 40px;
  top: 14px;
  left: 13px;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.konfigurator-block #step-2 .wpcf7-list-item .wpcf7-list-item-label:hover {
  background: #00b2ff;
  color: #fff;
}

.konfigurator-block #step-2 .wpcf7-list-item input:checked ~ .wpcf7-list-item-label {
  background: #00b2ff;
  color: #fff;
}

.konfigurator-block #step-2 .wpcf7-list-item:nth-child(1) .wpcf7-list-item-label:before {
  background: url(../img/konfigurator/Icon1-blau.png);
}

.konfigurator-block #step-2 .wpcf7-list-item:nth-child(1):hover .wpcf7-list-item-label:before,
.konfigurator-block #step-2 .wpcf7-list-item:nth-child(1) input:checked ~ .wpcf7-list-item-label:before {
  background: url(../img/konfigurator/Icon1-weiss.png);
}

.konfigurator-block #step-2 .wpcf7-list-item:nth-child(2) .wpcf7-list-item-label:before {
  background: url(../img/konfigurator/Icon2-blau.png);
}

.konfigurator-block #step-2 .wpcf7-list-item:nth-child(2):hover .wpcf7-list-item-label:before,
.konfigurator-block #step-2 .wpcf7-list-item:nth-child(2) input:checked ~ .wpcf7-list-item-label:before {
  background: url(../img/konfigurator/Icon2-weiss.png);
}

.konfigurator-block #step-2 .wpcf7-list-item:nth-child(3) .wpcf7-list-item-label:before {
  background: url(../img/konfigurator/Icon3-blau.png);
}

.konfigurator-block #step-2 .wpcf7-list-item:nth-child(3):hover .wpcf7-list-item-label:before,
.konfigurator-block #step-2 .wpcf7-list-item:nth-child(3) input:checked ~ .wpcf7-list-item-label:before {
  background: url(../img/konfigurator/Icon3-weiss.png);
}

.konfigurator-block #step-2 .wpcf7-list-item:nth-child(4) .wpcf7-list-item-label:before {
  background: url(../img/konfigurator/Icon4-blau.png);
}

.konfigurator-block #step-2 .wpcf7-list-item:nth-child(4):hover .wpcf7-list-item-label:before,
.konfigurator-block #step-2 .wpcf7-list-item:nth-child(4) input:checked ~ .wpcf7-list-item-label:before {
  background: url(../img/konfigurator/Icon4-weiss.png);
}

.konfigurator-block #step-3 .wpcf7-list-item {
  margin: 0 0 10px 0;
  width: 48%;
}

.konfigurator-block #step-3 .wpcf7-list-item label {
  cursor: pointer;
}

.konfigurator-block #step-3 .wpcf7-list-item label input {
  display: none;
}

.konfigurator-block #step-3 .wpcf7-list-item label .wpcf7-list-item-label {
  position: relative;
  z-index: 5;
  color: #000;
  font-size: 14px;
  line-height: 19px;
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 100%;
  min-height: 80px;
  background: #FFF;
  border: 3px solid #fff;
  padding: 0 0 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
}

.konfigurator-block #step-3 .wpcf7-list-item label .wpcf7-list-item-label:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  width: 50px;
  height: 50px;
  top: 13px;
  left: 3px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.konfigurator-block #step-3 .wpcf7-list-item label:hover .wpcf7-list-item-label {
  border-color: #00b2ff;
}

.konfigurator-block #step-3 .wpcf7-list-item label input:checked ~ .wpcf7-list-item-label {
  color: #00b2ff;
  border-color: #00b2ff;
}

.konfigurator-block #step-3 .wpcf7-list-item:nth-child(1) .wpcf7-list-item-label:before {
  background: url(../img/konfigurator/Planung-und-Konstruktion.svg);
}

.konfigurator-block #step-3 .wpcf7-list-item:nth-child(1) input:checked ~ .wpcf7-list-item-label:before {
  background: url(../img/konfigurator/Planung-und-Konstruktion-active.svg);
}

.konfigurator-block #step-3 .wpcf7-list-item:nth-child(2) .wpcf7-list-item-label:before {
  background: url(../img/konfigurator/Statik-Konstruktion.svg);
}

.konfigurator-block #step-3 .wpcf7-list-item:nth-child(2) input:checked ~ .wpcf7-list-item-label:before {
  background: url(../img/konfigurator/Statik-Konstruktion-active.svg);
}

.konfigurator-block #step-3 .wpcf7-list-item:nth-child(3) .wpcf7-list-item-label:before {
  background: url(../img/konfigurator/Tiefbau-Betonarbeiten.svg);
}

.konfigurator-block #step-3 .wpcf7-list-item:nth-child(3) input:checked ~ .wpcf7-list-item-label:before {
  background: url(../img/konfigurator/Tiefbau-Betonarbeiten-active.svg);
}

.konfigurator-block #step-3 .wpcf7-list-item:nth-child(4) .wpcf7-list-item-label:before {
  background: url(../img/konfigurator/Tragwerk-Gebaeudehuelle.svg);
}

.konfigurator-block #step-3 .wpcf7-list-item:nth-child(4) input:checked ~ .wpcf7-list-item-label:before {
  background: url(../img/konfigurator/Tragwerk-Gebaeudehuelle-active.svg);
}

.konfigurator-block #step-3 .wpcf7-list-item:nth-child(5) .wpcf7-list-item-label:before {
  background: url(../img/konfigurator/Technische-Gebaeudeausstattung.svg);
}

.konfigurator-block #step-3 .wpcf7-list-item:nth-child(5) input:checked ~ .wpcf7-list-item-label:before {
  background: url(../img/konfigurator/Technische-Gebaeudeausstattung-active.svg);
}

.konfigurator-block #step-3 .box-next-step {
  position: absolute;
  min-width: 190px;
  right: 15px;
  bottom: 17px;
  z-index: 5;
  display: block;
}

.konfigurator-block #step-4 .box-next-step {
  margin: 24px auto 0;
  display: table;
  min-width: 60%;
}

.konfigurator-block #step-5 .wpcf7-list-item {
  margin: 0 0 10px 0;
  width: 100%;
}

.konfigurator-block #step-5 .wpcf7-list-item label {
  position: relative;
  z-index: 3;
  -webkit-box-shadow: 0 0 10px -2px #000;
          box-shadow: 0 0 10px -2px #000;
  overflow: hidden;
  border-radius: 10px;
  width: 100%;
  height: 122px;
  display: block;
  cursor: pointer;
}

.konfigurator-block #step-5 .wpcf7-list-item label input {
  display: none;
}

.konfigurator-block #step-5 .wpcf7-list-item label .wpcf7-list-item-label {
  position: relative;
  z-index: 5;
  padding: 0 10px 10px;
  color: #fff;
  font-size: 17px;
  line-height: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 100%;
  text-shadow: 0 2px 2px #000000bf;
}

.konfigurator-block #step-5 .wpcf7-list-item label:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.konfigurator-block #step-5 .wpcf7-list-item label:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  z-index: 4;
  opacity: 0.3;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.konfigurator-block #step-5 .wpcf7-list-item label:hover:before {
  background: #00b2ff;
  opacity: 0.5;
}

.konfigurator-block #step-5 .wpcf7-list-item:nth-child(1) label:after {
  background: url(../img/konfigurator/5.jpg);
}

.konfigurator-block #step-5 .wpcf7-list-item:nth-child(2) label:after {
  background: url(../img/konfigurator/3.jpg);
}

.konfigurator-block #step-6 .wpcf7-list-item {
  margin: 0 0 10px 0;
  width: 100%;
}

.konfigurator-block #step-6 .wpcf7-list-item label {
  cursor: pointer;
}

.konfigurator-block #step-6 .wpcf7-list-item label input {
  display: none;
}

.konfigurator-block #step-6 .wpcf7-list-item label .wpcf7-list-item-label {
  position: relative;
  z-index: 5;
  color: #000;
  font-size: 18px;
  line-height: 20px;
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 100%;
  min-height: 80px;
  background: #FFF;
  padding: 0 0 0 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
}

.konfigurator-block #step-6 .wpcf7-list-item label .wpcf7-list-item-label:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  width: 50px;
  height: 50px;
  top: 16px;
  left: 11px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.konfigurator-block #step-6 .wpcf7-list-item label:hover .wpcf7-list-item-label {
  color: #fff;
  background: #00b2ff;
}

.konfigurator-block #step-6 .wpcf7-list-item:nth-child(1) .wpcf7-list-item-label:before {
  background: url(../img/konfigurator/Technische-Gebaeudeausstattung-active.svg);
}

.konfigurator-block #step-6 .wpcf7-list-item:nth-child(1) label:hover .wpcf7-list-item-label:before {
  background: url(../img/konfigurator/Technische-Gebaeudeausstattung-active-weis.svg);
}

.konfigurator-block #step-6 .wpcf7-list-item:nth-child(2) .wpcf7-list-item-label:before {
  background: url(../img/konfigurator/Baugenehmigung.svg);
}

.konfigurator-block #step-6 .wpcf7-list-item:nth-child(2) label:hover .wpcf7-list-item-label:before {
  background: url(../img/konfigurator/Baugenehmigung-active.svg);
}

.konfigurator-block #step-6 .wpcf7-list-item:nth-child(3) .wpcf7-list-item-label:before {
  background: url(../img/konfigurator/Baubeginn.svg);
}

.konfigurator-block #step-6 .wpcf7-list-item:nth-child(3) label:hover .wpcf7-list-item-label:before {
  background: url(../img/konfigurator/Baubeginn-active.svg);
}

.konfigurator-block #step-7 .box-next-step {
  margin: 20px auto 0;
  display: table;
  min-width: 60%;
}

.konfigurator-block #step-8 .option-box .box-title {
  margin: 15px 0 30px 0;
}

.konfigurator-block #form-success {
  display: none;
  text-align: center;
  font-family: vdl-logojr, sans-serif;
  color: #fff;
  background: #191f24;
  border-radius: 20px;
  padding: 100px 0 0 0;
  height: 395px;
  width: 420px;
  position: absolute;
  top: 55px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.konfigurator-block #form-success h2 {
  font-size: 20px;
  line-height: 27px;
  margin: 0 0 15px 0;
  color: #00b2ff;
}

.konfigurator-block #form-success p {
  font-size: 16px;
  line-height: 22px;
}

.konfigurator-block #form-success .reset {
  margin: 25px auto 0;
  font-family: vdl-logojr, sans-serif;
  font-size: 15px;
  display: inline-block;
  min-height: 39px;
  border-radius: 9px;
  text-decoration: none;
  -webkit-transition: all .5s;
  transition: all .5s;
  padding: 8px 25px;
  color: #000;
  background: #ffffff;
  -webkit-box-shadow: 0px 11px 29px 0px rgba(0, 178, 255, 0.56);
          box-shadow: 0px 11px 29px 0px rgba(0, 178, 255, 0.56);
  cursor: pointer;
}

.konfigurator-block #form-success .reset:hover {
  -webkit-box-shadow: initial !important;
          box-shadow: initial !important;
  background: #00b2ff;
  color: #fff;
}

.konfigurator-block .btn-back {
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 12px;
  color: #00b2ff;
  cursor: pointer;
}

.konfigurator-block .btn-back:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #00b2ff;
  position: absolute;
  bottom: 2px;
  left: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.konfigurator-block .btn-back:hover:after {
  width: 0%;
}

#wpcf7-f610-p44-o1 form.sent .wpcf7-response-output {
  visibility: hidden;
}

wpcf7-f610-p44-o1 form.sent .wpcf7-response-output {
  visibility: hidden;
}

/* -- Shortcode -- */
.contact-box {
  max-width: 650px;
  margin: 0 auto 25px;
}

.contact-box .style_1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 155px 1fr;
      grid-template-columns: 155px 1fr;
  border-radius: 9px;
  overflow: hidden;
  -webkit-box-shadow: 0px 8px 21px 0px rgba(0, 178, 255, 0.33);
          box-shadow: 0px 8px 21px 0px rgba(0, 178, 255, 0.33);
}

.contact-box .style_1 .con_text {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
  font-size: 30px;
  line-height: 27px;
  background: #191f24;
  color: #fff;
  padding: 25px 20px;
}

.contact-box .style_1 .con_tel {
  background: #fff;
  padding: 5px 20px 0 20px;
  color: #000;
}

.contact-box .style_1 .con_tel a {
  color: #000;
}

.contact-box .style_1 .con_tel a:hover {
  text-decoration: underline;
}

.contact-box .style_1 .con_mail {
  background: #fff;
  color: #000;
  padding: 0px 20px 10px 20px;
}

.contact-box .style_1 .con_mail a {
  color: #000;
}

.contact-box .style_1 .con_mail a:hover {
  text-decoration: underline;
}

.contact-box .style_2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 155px 1fr;
      grid-template-columns: 155px 1fr;
  border-radius: 9px;
  overflow: hidden;
  -webkit-box-shadow: 0px 8px 21px 0px rgba(0, 178, 255, 0.33);
          box-shadow: 0px 8px 21px 0px rgba(0, 178, 255, 0.33);
}

.contact-box .style_2 .con_text {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  font-size: 24px;
  line-height: 30px;
  padding: 10px 15px;
  font-family: vdl-logojr, sans-serif;
}

.contact-box .style_2 .con_tel {
  background: #191f24;
  color: #fff;
  padding: 20px 20px 0 30px;
}

.contact-box .style_2 .con_tel a {
  color: #fff;
}

.contact-box .style_2 .con_tel a:hover {
  text-decoration: underline;
}

.contact-box .style_2 .con_mail {
  background: #191f24;
  color: #fff;
  padding: 0px 20px 30px 30px;
}

.contact-box .style_2 .con_mail a {
  color: #fff;
}

.contact-box .style_2 .con_mail a:hover {
  text-decoration: underline;
}

.contact-box .con_img {
  grid-column: span 1;
}

.contact-box .con_img img {
  height: 100%;
  width: auto;
}

.contact-box .con_name {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 0 0 0 20px;
}

.contact-box .con_name .name {
  font-family: vdl-logojr, sans-serif;
  font-size: 34px;
  line-height: 38px;
}

.contact-box .con_name .position {
  font-family: le-havre, sans-serif;
}

.contact-box .con_text {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.contact-box .con_tel {
  font-family: vdl-logojr, sans-serif;
  font-size: 24px;
  grid-column: span 2;
}

.contact-box .con_tel span:first-child {
  margin: 0 40px 0 0;
}

.contact-box .con_tel a {
  text-decoration: none;
}

.contact-box .con_mail {
  font-family: vdl-logojr, sans-serif;
  font-size: 24px;
  grid-column: span 2;
}

.contact-box .con_mail a {
  text-decoration: none;
}

.projecte_blocks .projecte_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.projecte_blocks .projecte_box .project_item {
  width: 364px;
  height: 384px;
  border-radius: 9px;
  background: #191f24;
  overflow: hidden;
  -webkit-box-shadow: initial;
          box-shadow: initial;
  -webkit-transition: all .5s;
  transition: all .5s;
  margin: 0 25px 25px 0;
}

.projecte_blocks .projecte_box .project_item a {
  text-decoration: none;
}

.projecte_blocks .projecte_box .project_item a .img_project {
  width: 100%;
  height: 248px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.projecte_blocks .projecte_box .project_item a .img_project img {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all .5s;
  transition: all .5s;
  -o-object-fit: cover;
     object-fit: cover;
}

.projecte_blocks .projecte_box .project_item a .title_project {
  font-family: vdl-logojr, sans-serif;
  padding: 0 15px 0 20px;
  font-size: 22px;
  line-height: 26px;
  display: block;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 105px;
}

.projecte_blocks .projecte_box .project_item:hover {
  -webkit-box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.56);
          box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.56);
}

.projecte_blocks .projecte_box .project_item:hover a .img_project img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

/* -- Addons -- */
.image-punkten {
  width: 100%;
  height: 100%;
  position: relative;
}

.image-punkten .image-box .punkt-items {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
}

.image-punkten .image-box .punkt-items .punkt-item {
  position: absolute;
}

.image-punkten .image-box .punkt-items .punkt-item span.modal-open {
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 0;
  background: #00b2ff;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.8;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.image-punkten .image-box .punkt-items .punkt-item span.modal-open:after {
  content: "";
  width: 36px;
  height: 36px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-animation: punkt 1.5s infinite;
          animation: punkt 1.5s infinite;
}

.image-punkten .image-box .punkt-items .punkt-item span.modal-open:hover {
  opacity: 1;
}

.image-punkten .image-box .punkt-items .punkt-item .punkt-modal {
  font-size: 20px;
  line-height: 24px;
  display: block;
  visibility: hidden;
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.42);
          box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.42);
  position: absolute;
  padding: 20px;
  width: 320px;
  margin: -40px 0 0 -10px;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.image-punkten .image-box .punkt-items .punkt-item .close {
  width: 20px;
  height: 20px;
  display: block;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}

.image-punkten .image-box .punkt-items .punkt-item.active span.modal-open {
  opacity: 0;
}

.image-punkten .image-box .punkt-items .punkt-item.active .punkt-modal {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  z-index: 9;
}

.image-punkten .image-box img {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.image-punkten .modal-mobile {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 320px;
  background: #fff;
  border-radius: 9px;
  padding: 15px;
}

.image-punkten .modal-mobile.open {
  display: block;
}

.mobil-info {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  -webkit-transition: all .5s;
  transition: all .5s;
  margin: 25px 0 20px;
}

.mobil-info .item-punkt {
  position: relative;
  padding: 0 0 0 25px;
}

.mobil-info .item-punkt span {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
}

.mobil-info.weiss .item-punkt {
    color: #fff;
    margin: 0 0 10px 22px;
}

.title_box {
  font-family: vdl-logojr, sans-serif;
  font-size: 60px;
  line-height: 72px;
}

.title_box:after {
  content: "";
  background: url(../img/title-bg.svg) no-repeat;
  display: block;
  width: 104px;
  height: 15px;
  position: absolute;
  bottom: -30px;
  left: 0;
}

.block_title {
  margin: 0 0 45px 0;
}

.block_title h1 {
  font-family: vdl-logojr, sans-serif;
  font-size: 60px;
  line-height: 72px;
  position: relative;
  margin: 0 0 50px 0;
}

.block_title h2 {
  font-family: vdl-logojr, sans-serif;
  font-size: 30px;
  line-height: 35px;
  position: relative;
  margin: 0 0 15px 0;
  color: #000000;
}

.block_title h3 {
  font-family: vdl-logojr, sans-serif;
  font-size: 24px;
  line-height: 35px;
  position: relative;
  margin: 0 0 15px 0;
  color: #000000;
}

.block_title.linietit h1:after {
  content: "";
  background: url(../img/title-bg2.svg) no-repeat;
  display: block;
  width: 120px;
  height: 16px;
  position: absolute;
  bottom: -30px;
  left: 0;
}

.block_title.linietit h2:after, .block_title.linietit h3:after {
  content: "";
  background: url(../img/title-bg.svg) no-repeat;
  display: block;
  width: 104px;
  height: 15px;
  position: absolute;
  bottom: -30px;
  left: 0;
}

.block_title.text-center h1:after, .block_title.text-center h2:after, .block_title.text-center h3:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.block_title span {
  color: #00b2ff;
}

.title-gross .block_title {
  margin: 0 0 70px 0;
}

.title-gross .block_title h2 {
  font-size: 50px;
  line-height: 57px;
}

.title-gross .block_title h2:after {
  content: "";
  background: url(../img/title-bg2.svg) no-repeat;
  width: 120px;
  height: 17px;
}

.box-icon-optionen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.box-icon-optionen .optionen-item {
  -webkit-box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.42);
          box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.42);
  border-radius: 10px;
  min-width: 200px;
  min-height: 75px;
  margin: 0 0 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  margin: 0 30px 30px 0;
}

.box-icon-optionen .optionen-item .icon-box {
  width: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.box-icon-optionen .optionen-item .optionen-box {
  width: 155px;
  height: 100%;
  font-family: vdl-logojr, sans-serif;
  font-size: 13px;
  line-height: 16px;
  color: #ffffff;
  background: #191f24;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 0 13px;
}

.box-icon-optionen .optionen-item .optionen-box span {
  opacity: .4;
  display: block;
  margin: 0 0 5px 0;
}

.btn-default {
  display: inline-block;
  margin: 0 20px 20px 0;
}

.btn-default a {
  font-family: vdl-logojr, sans-serif;
  font-size: 15px;
  display: inline-block;
  min-height: 39px;
  border-radius: 9px;
  text-decoration: none;
  -webkit-transition: all .5s;
  transition: all .5s;
  padding: 4px 20px;
}

.btn-default a:hover {
  -webkit-box-shadow: initial !important;
          box-shadow: initial !important;
}

.btn-default.light a {
  color: #000;
  background: #ffffff;
  -webkit-box-shadow: 0px 11px 29px 0px rgba(0, 178, 255, 0.56);
          box-shadow: 0px 11px 29px 0px rgba(0, 178, 255, 0.56);
}

.btn-default.light a:hover {
  background: #00b2ff;
  color: #fff;
}

.btn-default.dark a {
  color: #818588;
  background: #383d42;
  -webkit-box-shadow: 0px 11px 29px 0px rgba(0, 0, 0, 0.56);
          box-shadow: 0px 11px 29px 0px rgba(0, 0, 0, 0.56);
}

.inhal-block {
  position: relative;
  display: inline-block;
  margin: 0 25px 20px 0;
}

.inhal-block .btn-inhal {
  width: 276px;
  height: 39px;
  font-family: vdl-logojr, sans-serif;
  text-align: left;
  font-size: 15px;
  display: inline-block;
  border-radius: 9px;
  text-decoration: none;
  -webkit-transition: all .5s;
  transition: all .5s;
  padding: 4px 20px 4px 40px;
  color: #818588;
  background: #383d42;
  -webkit-box-shadow: 0px 11px 29px 0px rgba(0, 0, 0, 0.56);
          box-shadow: 0px 11px 29px 0px rgba(0, 0, 0, 0.56);
  cursor: pointer;
}

.inhal-block .btn-inhal:before {
  content: "+";
  position: absolute;
  top: 5px;
  left: 13px;
}

.inhal-block .btn-inhal.active:before {
  content: "-";
  left: 15px;
}

.inhal-block .inhal-list {
  display: none;
  position: absolute;
  border-radius: 9px;
  -webkit-box-shadow: 0px 11px 29px 0px rgba(0, 0, 0, 0.56);
          box-shadow: 0px 11px 29px 0px rgba(0, 0, 0, 0.56);
  background: #383d42;
  padding: 10px 15px;
  font-size: 18px;
  width: 276px;
  top: 49px;
}

.inhal-block .inhal-list ul {
  text-align: left;
  list-style: none;
}

.inhal-block .inhal-list ul a {
  color: #fff;
  font-family: vdl-logojr, sans-serif;
  font-size: 15px;
  text-decoration: none;
}

.inhal-block .inhal-list ul a:hover {
  text-decoration: underline;
}

.animationsblock {
  background: #fff;
  border-radius: 9px;
  overflow: hidden;
  margin: 0px auto 100px;
  width: 770px;
  position: relative;
  z-index: 5;
}

.animationsblock .punkti-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 70px 50px;
  position: relative;
}

.animationsblock .punkti-box .bgbox {
  background: #191f24;
  -webkit-box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.42);
          box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.42);
  border-radius: 10px;
  height: 76px;
  width: 184px;
  position: relative;
  margin: 0 0 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-family: vdl-logojr, sans-serif;
  font-size: 14px;
  line-height: 17px;
  padding: 0 0 0 15px;
  color: #fff;
}

.animationsblock .punkti-box .bgbox:after {
  content: "";
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #ffffff;
  -webkit-box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.42);
          box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.42);
  position: absolute;
  top: 50%;
  right: -13px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.animationsblock .punkti-box .bgbox:before {
  overflow: hidden;
  content: "----------";
  width: 99px;
  font-size: 18px;
  font-weight: 700;
  display: block;
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -99px;
  color: #191f24;
}

.animationsblock .punkti-box .bgbox:last-child {
  margin: 0;
}

.animationsblock .punkti-box .right-box .bgbox {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
  padding: 0 15px 0 0;
}

.animationsblock .punkti-box .right-box .bgbox:after {
  left: -13px;
  right: initial;
}

.animationsblock .punkti-box .right-box .bgbox:before {
  right: initial;
  left: -99px;
}

.animationsblock .punkti-box:after {
  content: "revokon";
  font-family: vdl-logojr, sans-serif;
  font-size: 80px;
  color: #000000 !important;
  display: block;
  position: absolute;
  height: 368px;
  width: 65px;
  top: 225px;
  left: 441px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.animationsblock .bild-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-height: 400px;
}

.animationsblock .bild-box .btn-default {
  position: absolute;
  z-index: 2;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0;
  width: 100%;
  text-align: center;
}

.animationsblock .bild-box .btn-default a:empty {
  display: none;
}

.animationsblock .bild-box img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
  margin: 0 0 -20px 0;
}

.animationsblock .bild-box img[src=""] {
  display: none;
}

.animationsblock .bild-box:before {
  content: "";
  width: 100%;
  height: 50%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(20, 20, 20, 0)), color-stop(50%, white));
  background: linear-gradient(0deg, rgba(20, 20, 20, 0) 0%, white 50%);
  position: absolute;
  z-index: 1;
  top: -50px;
  left: 0;
}

.taem-box {
  width: 300px;
  height: 300px;
  position: relative;
  border-radius: 15px;
  -webkit-box-shadow: 0 3px 7px -3px #03bbef;
          box-shadow: 0 3px 7px -3px #03bbef;
  overflow: hidden;
  margin: 0 auto 20px auto;
}

.taem-box .box-info {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all .5s;
  transition: all .5s;
  background: #03bbeff2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.taem-box .box-info .title {
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  text-align: center;
  padding: 0 20px;
  font-family: vdl-logojr, sans-serif;
  margin: 40px 0 0 0;
}

.taem-box .box-info .position {
  margin: 0 0 auto 0;
  color: #fff;
  text-align: center;
}

.taem-box .box-info .info {
  width: 90%;
  background: #012d3a;
  margin: 0 auto 15px;
  border-radius: 5px;
  padding: 16px;
  font-size: 13px;
  color: #fff;
  font-family: vdl-logojr, sans-serif;
}

.taem-box .box-info .info span {
  color: #10bef0;
  margin: 0 13px 0 0;
  cursor: default;
}

.taem-box .box-info .info a {
  color: #fff;
  text-decoration: none;
}

.taem-box .box-info .info a:hover {
  text-decoration: underline;
}

.taem-box .box-info .info a:hover span {
  text-decoration: none !important;
}

.taem-box .box-info .info a[href="tel:"], .taem-box .box-info .info a[href="mailto:"] {
  display: none;
}

.taem-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.taem-box:hover .box-info {
  opacity: 1;
  visibility: visible;
}

@-webkit-keyframes punkt {
  0% {
    -webkit-box-shadow: 0 0 0 0 #00b2ff;
            box-shadow: 0 0 0 0 #00b2ff;
  }
  100% {
    -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 30px rgba(0, 0, 0, 0);
  }
}

@keyframes punkt {
  0% {
    -webkit-box-shadow: 0 0 0 0 #00b2ff;
            box-shadow: 0 0 0 0 #00b2ff;
  }
  100% {
    -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 30px rgba(0, 0, 0, 0);
  }
}

/* -- Responsiv -- */
@media (max-width: 1800px) {
  .menu-burger {
    right: 190px;
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@media (min-width: 1600px) {
  .container {
    width: 1570px;
  }
}

@media (max-width: 1570px) {
  .container {
    width: 1350px;
    margin: 0 auto;
  }
  .menu-burger {
    right: 190px;
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@media (max-width: 1350px) {
  .container {
    width: 1200px;
  }
}

@media (max-width: 1200px) {
  .container {
    width: 1100px;
  }
}

@media (max-width: 1100px) {
  .container {
    width: 992px;
    padding: 0 20px;
  }
  .header-area .logo {
    margin: 0 0 0 30px;
  }
  .header-area .logo span {
    font-size: 42px;
    line-height: 110px;
  }
  .header-area .menu-burger {
    top: 47px;
    right: 190px;
  }
  .footer-area {
    padding: 20px 0 0;
  }
  .footer-area .row-grid .col.broschuere {
    display: none;
  }
  .footer-area .row-grid .col .title-box {
    font-size: 20px;
    line-height: 26px;
  }
  .footer-area .row-grid .col .title-box br {
    display: none;
  }
  .footer-area .row-grid .col.footerInfo {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    padding: 0;
  }
  .footer-area .row-grid .col.footerInfo .logo-footer {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .footer-area .row-grid .col.footerInfo ._adress {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    text-align: left;
    font-size: 20px;
  }
  .footer-area .row-grid .col.footerInfo ._info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    text-align: left;
    font-size: 20px;
  }
  .footer-area .row-grid .col.footerInfo:after {
    right: 0;
  }
  .footer-area .row-grid .col.menuBox1 {
    margin: 0 0 20px 0;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
    grid-column: 3 / 6;
  }
  .footer-area .row-grid .col.menuBox1:after {
    width: 100%;
    height: 1px;
    top: initial;
    bottom: -10px;
  }
  .footer-area .row-grid .col.menuBox2 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
    grid-column: 3 / 6;
  }
  .footer-area .row-grid .col.menuBox2:after {
    display: none;
  }
  .footer-area .row-grid .main-menu-container ul li a {
    font-size: 12px;
  }
  .projecte_blocks .projecte_box .project_item {
    width: 46%;
  }
  .projecte_blocks .projecte_box .project_item:nth-child(2n) {
    margin: 0 0 25px 0;
  }
}

@media (max-width: 992px) {
  .container {
    width: 770px;
  }
  .vc_empty_space {
    height: 30px !important;
  }
  .vc_empty_space.hidden {
    display: none;
  }
  .header-area .logo .top-14 {
    top: -14px;
  }
  .header-area .logo span {
    font-size: 35px;
    display: block;
    line-height: 86px;
  }
  .header-post .container {
    padding: 140px 0 10px 0;
  }
  .header-post .container.w-800 {
    width: 95%;
  }
  .review-header .container {
    padding: 140px 0 10px 0;
  }
  .footer-area .row-grid .col.footerInfo {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: left;
    padding: 0;
  }
  .footer-area .row-grid .col.footerInfo .logo-footer {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .footer-area .row-grid .col.footerInfo ._adress {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .footer-area .row-grid .col.footerInfo ._info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .footer-area .row-grid .col.footerInfo:after {
    right: -10px;
  }
  .footer-bottom .menu-footer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-bottom .menu-footer ul li a {
    font-size: 20px;
  }
  .footer-bottom .txt-footer p {
    font-size: 20px;
    line-height: 22px;
  }
  .image-punkten .image-box .punkt-items .punkt-item span.modal-open {
    font-size: 15px;
    cursor: default;
  }
  .image-punkten .image-box .punkt-items .punkt-item span.modal-open:after {
    display: none;
  }
  .image-punkten .image-box .punkt-items .punkt-item .punkt-modal {
    display: none;
  }
  .mobil-info {
    visibility: visible;
    opacity: 1;
    position: static;
  }
  .title-box {
    font-size: 35px;
    line-height: 50px;
  }
  .title-gross .block_title h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .animationsblock {
    width: 100%;
  }
  .projecte_blocks .projecte_box .project_item {
    width: 100%;
  }
  .formular-box .col-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .formular-box .col-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .formular-box .col-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .formular-box .col-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media (max-width: 770px) {
  .container {
    width: 600px;
  }
  body {
    font-size: 22px;
  }
  .vc_column-inner {
    padding: 20px !important;
  }
  .bg-linie-left-top:before {
    left: -47% !important;
  }
  .bg-linie-right-bottom:after {
    right: -240px;
  }
  .header-area {
    min-height: 100px;
  }
  .header-area .logo {
    margin: 0 70px 0 20px;
  }
  .header-area .box-button-project {
    top: 15px;
  }
  .header-area .box-button-project a {
    font-size: 19px;
    line-height: 20px;
  }
  .header-area .menu-burger {
    top: 31px;
    right: 160px;
  }
  main .wpb_text_column h3 {
    font-size: 28px;
  }
  .review-header .review_item_top .project-name span {
    font-size: 18px;
  }
  .review-header .review_item_top .project-name span:first-child::after {
    height: 17px;
  }
  .review-header .review_item_bottom .box_kunde .kunde_text {
    font-size: 22px;
  }
  .review-header .review_item_bottom .box_kunde .kunde_name {
    font-size: 22px;
  }
  .review-header .review_item_bottom .box_kunde .kunde_inf {
    font-size: 22px;
  }
  .footer-area .row-grid .col.footerInfo {
    grid-row: initial;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-column: 1 / 6;
    margin: 0 0 20px 0;
  }
  .footer-area .row-grid .col.footerInfo:after {
    right: initial;
    top: initial;
    bottom: -10px;
    width: 100%;
    height: 1px;
  }
  .footer-area .row-grid .col.menuBox1 {
    grid-row: initial;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-column: 1 / 6;
  }
  .footer-area .row-grid .col.menuBox2 {
    grid-row: initial;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-column: 1 / 6;
  }
  .title_box {
    font-size: 40px;
    line-height: 50px;
  }
  .title-gross .block_title h2 {
    font-size: 35px;
    line-height: 45px;
  }
  .block_title h1 {
    font-size: 40px;
    line-height: 52px;
  }
  .block_title h2 br {
    display: none;
  }
  .block_title h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .block_title h3 {
    font-size: 22px;
    line-height: 28px;
  }
  .animationsblock .punkti-box {
    display: block;
  }
  .animationsblock .punkti-box .left-box {
    margin: 0 0 30px 0;
  }
  .animationsblock .punkti-box .right-box .bgbox {
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 0 0 15px;
  }
  .animationsblock .punkti-box .right-box .bgbox:before {
    right: -99px;
    left: initial;
  }
  .animationsblock .punkti-box .right-box .bgbox:after {
    left: initial;
    right: -13px;
  }
  .animationsblock .punkti-box:after {
    font-size: 130px;
    top: 556px;
  }
  .box-icon-optionen .optionen-item {
    width: 90%;
    margin: 0 auto 20px;
  }
  .box-icon-optionen .optionen-item .icon-box {
    width: 25%;
  }
  .box-icon-optionen .optionen-item .optionen-box {
    width: 75%;
  }
  .contact-box .style_2 {
    font-size: 18px;
    line-height: 22px;
  }
  .contact-box .style_2 .con_text {
    font-size: 18px;
    line-height: 22px;
  }
  .contact-box .con_tel {
    font-size: 15px;
  }
  .contact-box .con_tel span {
    display: block;
  }
  .contact-box .con_mail {
    font-size: 15px;
  }
}

@media (max-width: 600px) {
  .container {
    width: 100%;
  }
  .header-area {
    min-height: 100px;
  }
  .header-area .logo {
    margin: 0 70px 0 20px;
  }
  .header-area .box-button-project {
    top: 21px;
    padding: 10px 20px 10px 20px;
  }
  .header-area .box-button-project a {
    font-size: 16px;
    line-height: 18px;
  }
  .header-area .menu-burger {
    top: 37px;
    right: 140px;
  }
  .image-punkten .image-box .punkt-items {
    height: 95%;
  }
  .btn-default a {
    text-align: center;
  }
  .animationsblock .punkti-box {
    padding: 50px 70px 20px 30px;
  }
  .animationsblock .punkti-box:after {
    left: initial;
    right: -30px;
  }
  .contact-box .con_name {
    padding: 0;
  }
  .contact-box .con_name .name {
    font-size: 25px;
    line-height: 27px;
  }
  .contact-box .con_name .position {
    font-size: 22px;
    margin: 4px 0 0 0;
  }
  .konfigurator-block .konfigurator-box {
    width: 100%;
  }
  .konfigurator-block .konfigurator-box .option-box {
    height: auto;
  }
  .konfigurator-block .konfigurator-box .option-box .box-title br {
    display: none;
  }
  .konfigurator-block .konfigurator-box .option-box .box-input input {
    width: 210px;
  }
  .konfigurator-block .konfigurator-box .option-box .box-textarea .wpcf7-form-control-wrap textarea {
    width: 98%;
  }
  .konfigurator-block #step-1 .wpcf7-list-item, .konfigurator-block #step-2 .wpcf7-list-item, .konfigurator-block #step-3 .wpcf7-list-item {
    margin: 0 0 10px 0;
    width: 100%;
  }
  .konfigurator-block #step-1 .wpcf7-list-item:last-child, .konfigurator-block #step-2 .wpcf7-list-item:last-child, .konfigurator-block #step-3 .wpcf7-list-item:last-child {
    margin: 0;
  }
  .konfigurator-block #step-2 .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 14px;
  }
  .konfigurator-block #step-3 .box-next-step {
    margin: 10px 0 0 0;
    position: relative;
    right: 0;
    bottom: 0;
  }
  .konfigurator-block #step-4 .box-next-step {
    margin: 0 auto;
  }
}

@media (max-width: 440px) {
  .container {
    max-width: 370px;
  }
  .header-area .logo span {
    font-size: 30px;
    line-height: 92px;
  }
  .title_box {
    font-size: 26px;
    line-height: 32px;
  }
  .title-gross .block_title h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .block_title h1 {
    font-size: 26px;
    line-height: 32px;
  }
  .animationsblock .punkti-box .bgbox:before {
    opacity: 0;
  }
  .animationsblock .punkti-box .bgbox:after {
    opacity: 0;
  }
  .contact-box .style_2 {
    font-size: 15px;
    line-height: 18px;
  }
  .contact-box .style_2 .con_text {
    font-size: 15px;
    line-height: 18px;
  }
  .konfigurator-block .konfigurator-box .option-box .box-input input {
    width: 163px;
  }
}



.social-icons {
    position: absolute;
    bottom: 0;
}

.social-icons ul {
    list-style: none;
    margin: 0 0 0 -10px;
}

.social-icons ul li {
    margin: 0 0 0 10px;
    display: inline-block;
}

.social-icons ul li a {
    text-decoration: none;
}

.social-icons ul li a:before {
    color: #000;
    font-size: 30px;
    transition: all .5s;
}

.social-icons ul li a:hover:before {
    color: #00b2ff;
}

.social-icons.handy {
   	display: none;
}

@media (max-width: 1100px){
	.social-icons.handy {
		position: absolute;
		bottom: initial;
		top: 15px;
		display: block;
	}
}

@media (max-width: 992px){
	.social-icons.handy {
		position: initial;
		top: initial;
		display: flex;
		justify-content: center;
		margin: 10px 0 20px 0;
	}
}

@media (max-width: 770px){
	.mobile-ab-button-top .ab-top{
		margin-top: 20px;
	}
}