

@font-face {
    font-family: 'alternate_gothic_no2_dregular';
    src: url('../fonts/alternate_gothic_no2_d_regular-webfont.eot');
    src: url('../fonts/alternate_gothic_no2_d_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/alternate_gothic_no2_d_regular-webfont.woff2') format('woff2'),
         url('../fonts/alternate_gothic_no2_d_regular-webfont.woff') format('woff'),
         url('../fonts/alternate_gothic_no2_d_regular-webfont.ttf') format('truetype'),
         url('../fonts/alternate_gothic_no2_d_regular-webfont.svg#alternate_gothic_no2_dregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/ OpenSans-BoldItalic.eot');
    src: url('../fonts/ OpenSans-BoldItalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ OpenSans-BoldItalic.woff2') format('woff2'),
         url('../fonts/ OpenSans-BoldItalic.woff') format('woff'),
         url('../fonts/ OpenSans-BoldItalic.ttf') format('truetype'),
         url('../fonts/ OpenSans-BoldItalic.svg#OpenSans-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-ExtraBold.eot');
    src: url('../fonts/OpenSans-ExtraBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-ExtraBold.woff2') format('woff2'),
         url('../fonts/OpenSans-ExtraBold.woff') format('woff'),
         url('../fonts/OpenSans-ExtraBold.ttf') format('truetype'),
         url('../fonts/OpenSans-ExtraBold.svg#OpenSans-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-SemiBold.eot');
    src: url('../fonts/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-SemiBold.woff2') format('woff2'),
         url('../fonts/OpenSans-SemiBold.woff') format('woff'),
         url('../fonts/OpenSans-SemiBold.ttf') format('truetype'),
         url('../fonts/OpenSans-SemiBold.svg#OpenSans-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.eot');
    src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular.woff2') format('woff2'),
         url('../fonts/OpenSans-Regular.woff') format('woff'),
         url('../fonts/OpenSans-Regular.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-SemiBoldItalic.eot');
    src: url('../fonts/OpenSans-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-SemiBoldItalic.woff2') format('woff2'),
         url('../fonts/OpenSans-SemiBoldItalic.woff') format('woff'),
         url('../fonts/OpenSans-SemiBoldItalic.ttf') format('truetype'),
         url('../fonts/OpenSans-SemiBoldItalic.svg#OpenSans-SemiBoldItalic') format('svg');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@import url("ElegantIcons.css");


* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1 {
  font-family: 'alternate_gothic_no2_dregular', sans-serif;
  font-weight: 400;
  font-size: 80px;
  line-height: 65px;
  color: #1f4d7f;
  text-transform: uppercase;
}

h2 {
  font-family: 'alternate_gothic_no2_dregular', sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 45px;
}

h3 {
  font-family: 'alternate_gothic_no2_dregular', sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 35px;
}

h4 {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
}

h5 {
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
}

h6 {
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
}

.color_black {
  color: #000000;
}

.color_white {
  color: #ffffff;
}

.color_blue {
  color: #1f4d7f;
}

.uppercase {
  text-transform: uppercase;
}

.overflow-none {
  overflow: initial !important;
}

.margin-none {
  margin: 0 !important;
}

.box-title {
  text-align: center;
  font-family: 'alternate_gothic_no2_dregular', sans-serif;
  font-size: 80px;
  line-height: 83px;
  color: #ffffff;
  text-transform: uppercase;
}

.box-title span {
  font-size: 60px !important;
  line-height: 63px !important;
  text-transform: initial !important;
  margin: -10px 0 0 0;
  display: block;
}

ul.list, .wpb_text_column ul {
  list-style: none;
  margin: 0 0 0 35px;
}

ul.list li, .wpb_text_column ul li {
  position: relative;
  margin: 0 0 10px 0;
}

ul.list li:before, .wpb_text_column ul li:before {
  content: "";
  background: url(../img/list-img.png) no-repeat;
  background-size: 100%;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  left: -35px;
  display: block;
}

.result-ol {
  margin: 10px 0 10px 25px;
}

.result-ol li {
  margin: 0 0 5px 0;
}

.result-ol li a {
  color: #000;
  text-decoration: none;
}

.result-ol li a:hover {
  text-decoration: underline;
}

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: 'alternate_gothic_no2_dregular', sans-serif;
  text-overflow: ellipsis;
  text-transform: uppercase;
  color: #d4d4d4;
}

input.input-text:-moz-placeholder {
  font-family: 'alternate_gothic_no2_dregular', sans-serif;
  text-overflow: ellipsis;
  text-transform: uppercase;
  color: #d4d4d4;
}

input.input-text::-moz-placeholder {
  font-family: 'alternate_gothic_no2_dregular', sans-serif;
  text-overflow: ellipsis;
  text-transform: uppercase;
  color: #d4d4d4;
}

input.input-text:-ms-input-placeholder {
  font-family: 'alternate_gothic_no2_dregular', sans-serif;
  text-overflow: ellipsis;
  text-transform: uppercase;
  color: #d4d4d4;
}

textarea.input-text::-webkit-input-placeholder {
  font-family: 'alternate_gothic_no2_dregular', sans-serif;
  text-overflow: ellipsis;
  text-transform: uppercase;
  color: #d4d4d4;
}

textarea.input-text:-moz-placeholder {
  font-family: 'alternate_gothic_no2_dregular', sans-serif;
  text-overflow: ellipsis;
  text-transform: uppercase;
  color: #d4d4d4;
}

textarea.input-text::-moz-placeholder {
  font-family: 'alternate_gothic_no2_dregular', sans-serif;
  text-overflow: ellipsis;
  text-transform: uppercase;
  color: #d4d4d4;
}

textarea.input-text:-ms-input-placeholder {
  font-family: 'alternate_gothic_no2_dregular', sans-serif;
  text-overflow: ellipsis;
  text-transform: uppercase;
  color: #d4d4d4;
}

.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;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #000000;
}

body::-webkit-scrollbar {
  width: 10px;
}

body::-webkit-scrollbar-thumb {
  background-color: #1f4d7f;
}

main.site-main.abstand {
  padding: 160px 0 0 0;
}

main.site-main.padding-none {
  padding: 0 !important;
}

main.site-main.padding-none .vc_row {
  padding: 0 !important;
}

.no-results.abstand {
  padding: 210px 0 0 0;
}

.hidden {
  overflow-y: hidden;
}

.container-full {
  width: 100%;
}

/* -- Breadcrumbs */
.breadcrumbs__box #breadcrumbs {
  position: absolute;
  z-index: 5;
  top: 160px;
}

.breadcrumbs__box #breadcrumbs span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.breadcrumbs__box #breadcrumbs span:first-child {
  color: #ffffff;
  font-size: 13px;
  line-height: 16px;
  background: #1f4d7f;
  padding: 3px 5px 3px 5px;
  position: relative;
  z-index: 1;
}

.breadcrumbs__box #breadcrumbs span > span > span a:before {
  content: "";
  width: 1px;
  height: 12px;
  display: block;
  background: #ffffff;
  position: absolute;
  top: 3px;
  right: -5px;
}

.breadcrumbs__box #breadcrumbs::after {
  content: "";
  width: 50px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: -20px;
  z-index: 0;
  -webkit-clip-path: polygon(0% 0%, 100% 0, 68% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0, 68% 100%, 0% 100%);
  background: #1f4d7f;
}

.breadcrumbs__box a {
  color: #ffffff;
  text-decoration: none;
  position: relative;
  display: block;
  margin: 0 10px 0 0;
}

.breadcrumbs__box a:after {
  content: "";
  width: 0%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.breadcrumbs__box a:hover:after {
  width: 100%;
}

.breadcrumbs__box span.breadcrumd_last {
  padding: 0 !important;
  -webkit-clip-path: initial !important;
          clip-path: initial !important;
}

input {
  outline: none;
  border: none;
}

.btn-default {
  -webkit-filter: drop-shadow(0 8px 9px #00000099);
          filter: drop-shadow(0 8px 9px #00000099);
  -webkit-transition: all .5s;
  transition: all .5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
}

.btn-default span, .btn-default a {
  border: none;
  outline: none;
  font-family: 'alternate_gothic_no2_dregular', sans-serif;
  font-size: 30px;
  line-height: normal;
  background: #1f4d7f;
  color: #ffffff;
  width: auto;
  height: 44px;
  padding: 6px 30px 0 10px;
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
  -webkit-clip-path: polygon(0% 0%, 93% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 93% 0, 100% 100%, 0% 100%);
  -webkit-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
}

.btn-default span:hover, .btn-default a:hover {
  background: #009fe3;
}

.btn-default span:empty, .btn-default a:empty {
  display: none;
}

/* ### Header Area --- */
header.header-area {
  -webkit-transform: initial;
          transform: initial;
  -webkit-transition: all .5s;
  transition: all .5s;
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
}

header.header-area .hedTop {
  background: #1f4d7f;
  padding: 0 30px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
  height: 40px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

header.header-area .hedTop a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
  position: relative;
  text-decoration: none;
}

header.header-area .hedTop a:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  background: #fff;
  opacity: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
}

header.header-area .hedTop a:hover:after {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

header.header-area .hedTop .tel_box {
  margin: 0 30px 0 0;
}

header.header-area .hedTop .tel_box span {
  margin: 0 5px 0 0;
}

header.header-area .hedTop .mail_box span {
  margin: 0 10px 0 0;
}

header.header-area .hedTop .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  opacity: 0 .7;
}

header.header-area .hedTop .col.rightBox {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

header.header-area .hedTop .col.rightBox .menuTop {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .5s;
  transition: all .5s;
}

header.header-area .hedTop .col.rightBox .menuTop ul.top_menu {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

header.header-area .hedTop .col.rightBox .menuTop ul.top_menu li {
  margin: 0 5px;
  padding: 0 5px;
  position: relative;
}

header.header-area .hedTop .col.rightBox .menuTop ul.top_menu li:after {
  content: "";
  position: absolute;
  top: 6px;
  right: -6px;
  background: #fff;
  display: block;
  width: 1px;
  height: 15px;
}

header.header-area .hedTop .col.rightBox .menuTop ul.top_menu li.current-menu-item a:after {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

header.header-area .hedTop .col .socialTop {
  margin: 0;
}

header.header-area .hedTop .col .socialTop ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

header.header-area .hedTop .col .socialTop ul li {
  margin: 0 0 0 15px;
}

header.header-area .hedTop .col .socialTop ul li a {
  text-decoration: none;
}

header.header-area .hedTop .col .socialTop ul li a:before {
  color: #ffffff;
  opacity: 1;
  -webkit-transition: all .5s;
  transition: all .5s;
}

header.header-area .hedTop .col .socialTop ul li a:hover:before {
  opacity: .8;
}

header.header-area .hedTop .col .socialTop ul li a:after {
  display: none;
}

header.header-area .hedContent {
  background: #ffffff;
  min-height: 120px;
  padding: 0 0 0 50px;
  border-bottom: 1px solid #ababab;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header.header-area .hedContent .logo {
  position: relative;
  margin: -8px 0 0 0;
  height: 67px;
}

header.header-area .hedContent .logo img {
  width: auto;
  height: 100%;
}

header.header-area .hedContent .menu {
  width: 100%;
  opacity: 1;
  visibility: visible;
  position: static;
  -webkit-transition: all .5s;
  transition: all .5s;
}

header.header-area .hedContent .menu nav .main-menu-container {
  width: 100%;
  padding: 0 100px;
  margin: -3px 0 0 0;
}

header.header-area .hedContent .menu nav #menu-hauptmenue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}

header.header-area .hedContent .menu nav #menu-hauptmenue > .menu-item {
  width: calc(100% / 6);
  text-align: center;
}

header.header-area .hedContent .menu nav #menu-hauptmenue > .menu-item > a {
  font-size: 18px;
  color: #000000;
  position: relative;
  text-decoration: none;
}

header.header-area .hedContent .menu nav #menu-hauptmenue > .menu-item > a:after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background: #000000;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all .5s;
  transition: all .5s;
}

header.header-area .hedContent .menu nav #menu-hauptmenue > .menu-item > a:hover:after {
  width: 100%;
}

header.header-area .hedContent .menu nav #menu-hauptmenue > .menu-item.active > a:after, header.header-area .hedContent .menu nav #menu-hauptmenue > .menu-item.current-menu-parent > a:after, header.header-area .hedContent .menu nav #menu-hauptmenue > .menu-item.current-menu-ancestor > a:after, header.header-area .hedContent .menu nav #menu-hauptmenue > .menu-item.current_page_item > a:after {
  width: 100%;
}

header.header-area .hedContent .menu nav #menu-hauptmenue .menu-item.hidden {
  display: none !important;
  overflow: hidden !important;
}

header.header-area .hedContent .hed_boxRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header.header-area .hedContent .hed_boxRight .box_search {
  margin: 6px 20px 0 0;
  position: relative;
  height: 43px;
}

header.header-area .hedContent .hed_boxRight .box_search form {
  position: absolute;
  top: 0;
  right: 43px;
  width: 0;
  height: 37px;
  display: block;
  overflow: hidden;
  -webkit-transition: all .5s;
  transition: all .5s;
}

header.header-area .hedContent .hed_boxRight .box_search form #search-input {
  position: absolute;
  top: 0;
  outline: none;
  right: 45px;
  z-index: 1;
  border: 1px solid #1f4d7f;
  padding: 5px 10px 0;
  height: 37px;
  width: 250px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all .5s;
  transition: all .5s;
  font-family: 'alternate_gothic_no2_dregular', sans-serif;
  font-size: 15px;
  color: #000000;
}

header.header-area .hedContent .hed_boxRight .box_search form button {
  border: none;
  outline: none;
  width: 40px;
  height: 37px;
  display: block;
  background: #1f4d7f;
  padding: 6px;
  margin: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

header.header-area .hedContent .hed_boxRight .box_search form button svg .st0 {
  fill: #ffffff;
  -webkit-transition: all .5s;
  transition: all .5s;
}

header.header-area .hedContent .hed_boxRight .box_search form button:hover {
  background: #009fe3;
}

header.header-area .hedContent .hed_boxRight .box_search form button:hover svg .st0 {
  fill: #fff;
}

header.header-area .hedContent .hed_boxRight .box_search .btn-box-search {
  border: none;
  outline: none;
  width: 40px;
  height: 37px;
  display: block;
  background: #1f4d7f;
  padding: 6px;
  margin: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

header.header-area .hedContent .hed_boxRight .box_search .btn-box-search svg {
  -webkit-transition: all .5s;
  transition: all .5s;
}

header.header-area .hedContent .hed_boxRight .box_search .btn-box-search svg#open_s {
  opacity: 1;
}

header.header-area .hedContent .hed_boxRight .box_search .btn-box-search svg#close_s {
  opacity: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 9px;
  right: 10px;
}

header.header-area .hedContent .hed_boxRight .box_search .btn-box-search svg .st0 {
  fill: #ffffff;
}

header.header-area .hedContent .hed_boxRight .box_search .btn-box-search:hover {
  background: #009fe3;
}

header.header-area .hedContent .hed_boxRight .box_search .btn-box-search:hover svg {
  -webkit-transition: all .5s;
  transition: all .5s;
}

header.header-area .hedContent .hed_boxRight .box_search .btn-box-search:hover svg .st0 {
  fill: #fff;
}

header.header-area .hedContent .hed_boxRight .box_search.open form {
  width: 300px;
}

header.header-area .hedContent .hed_boxRight .box_search.open .btn-box-search {
  background: #009fe3;
}

header.header-area .hedContent .hed_boxRight .box_search.open .btn-box-search svg#open_s {
  opacity: 0;
}

header.header-area .hedContent .hed_boxRight .box_search.open .btn-box-search svg#close_s {
  opacity: 1;
}

header.header-area .hedContent .hed_boxRight .box_anfragekorb {
  position: relative;
  width: 53px;
}

header.header-area .hedContent .hed_boxRight .box_anfragekorb a {
  display: block;
}

header.header-area .hedContent .hed_boxRight .box_anfragekorb svg {
  position: relative;
  top: -15px;
  left: 0;
}

header.header-area .hedContent .hed_boxRight .box_anfragekorb svg path {
  -webkit-transition: all .5s;
  transition: all .5s;
}

header.header-area .hedContent .hed_boxRight .box_anfragekorb:hover svg path {
  fill: #009fe3;
}

header.header-area .hedContent .hed_boxRight .box_anfragekorb span.badge {
  position: absolute;
  left: 50%;
  color: #fff;
  bottom: 13px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
  font-family: 'alternate_gothic_no2_dregular', sans-serif;
  font-size: 23px;
  font-weight: 400;
  background: transparent;
}

header.header-area .hedContent .hed_boxRight .box_anfragekorb .cart-popup {
  width: 320px;
  min-height: 150px;
  height: auto;
  background-color: #fff;
  font-family: 'alternate_gothic_no2_dregular', sans-serif;
  font-size: 18px;
  position: absolute;
  z-index: 5;
  top: 60px;
  left: 50%;
  padding: 15px;
  margin: 0 0 0 -70px;
  color: #000;
  border: 1px solid #1f4d7f;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  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;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

header.header-area .hedContent .hed_boxRight .box_anfragekorb .cart-popup h4 {
  margin: 0 0 auto 0;
  text-transform: uppercase;
  color: #1f4d7f;
}

header.header-area .hedContent .hed_boxRight .box_anfragekorb .cart-popup span.txt {
  margin: auto 0 0 0;
}

header.header-area .hedContent .hed_boxRight .box_anfragekorb .cart-popup span.text-cart {
  text-align: center;
  font-size: 40px;
  line-height: 44px;
}

header.header-area .hedContent .hed_boxRight .box_lang ul {
  list-style: none;
  margin: 0 0 0 20px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

header.header-area .hedContent .hed_boxRight .box_lang ul li {
  margin: 0 8px;
  padding: 0 8px;
  position: relative;
}

header.header-area .hedContent .hed_boxRight .box_lang ul li a {
  font-family: 'alternate_gothic_no2_dregular', sans-serif;
  font-size: 45px;
  line-height: normal;
  text-transform: uppercase;
  color: #B0B0B0;
  -webkit-transition: all .5s;
  transition: all .5s;
  text-decoration: none;
}

header.header-area .hedContent .hed_boxRight .box_lang ul li a:hover {
  color: #1f4d7f;
}

header.header-area .hedContent .hed_boxRight .box_lang ul li:first-child:after {
  content: "";
  width: 32px;
  height: 1px;
  position: absolute;
  bottom: 2px;
  left: 50%;
  background: #B0B0B0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

header.header-area .hedContent .hed_boxRight .box_lang ul li.current-lang a {
  color: #1f4d7f;
}

header.header-area.fixed {
  position: fixed;
}

header.header-area.fixed .hedTop {
  height: 0px;
}

header.header-area.fixed .sub-menu-container.haupt {
  top: 120px;
}

/* -- Menu */
.punkt-burger {
  width: 80px !important;
}

.punkt-burger > a {
  font-size: 0 !important;
  background: url(../img/burger-menu.png) no-repeat;
  display: block;
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 57px;
  height: 28px;
  text-decoration: none;
}

.punkt-burger > a:hover {
  background: url(../img/burger-menu_active.png);
}

.container-menu {
  /*width: 1200px;*/
  margin: 0 auto;
  position: relative;
}

.container-menu .menu-item {
  width: 280px;
  text-align: left;
  margin: 0 0 13px 0;
}

.container-menu .menu-item a {
  font-family: 'alternate_gothic_no2_dregular', sans-serif;
  font-size: 35px !important;
  line-height: 35px;
  color: #ffffff !important;
  text-decoration: none;
  display: block;
  position: relative;
}

.container-menu .menu-item a span.txt {
  display: inline-block;
  padding: 2px 6px 4px 6px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.container-menu .menu-item a span.txt:hover {
  background: #ffffff;
  color: #1f4d7f !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: #1f4d7f !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: #009fe3;
}

.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);
  opacity: 0;
}

.container-menu .menu-item.current-menu-item > a span.txt, .container-menu .menu-item.current-menu-ancestor > a span.txt {
  background: #ffffff;
  color: #1f4d7f !important;
}

@media (min-width: 1200px) {
  .container-menu {
    max-width: 1200px;
  }
}

@media (min-width: 1921px) {
  .container-menu {
    max-width: 1700px;
  }
}

.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: #009fe3;
  -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: #009fe3;
  -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: #1f4d7f;
  -webkit-transform: scale(0.7) rotate(45deg);
          transform: scale(0.7) rotate(45deg);
}

.close-menu:hover:after {
  background: #1f4d7f;
  -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: 160px;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  padding: 30px 0 0 0;
}

.sub-menu-container .sub-menu-container {
  display: none;
  position: absolute;
  top: 0;
  left: 300px;
  width: 700px;
  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: 300px;
  display: inline-block;
}

.caret {
  width: 35px;
  height: 37px;
  position: absolute;
  cursor: pointer;
  top: 50%;
  right: 2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.caret:before {
  content: "";
  width: 20px;
  height: 2px;
  background: #fff;
  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: #fff;
  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;
}

.caret:hover:before, .caret:hover:after {
  background: #009fe3;
}

.mobile_menu {
  width: 400px;
  height: 100%;
  overflow: auto;
  position: fixed;
  z-index: 3000;
  top: 0;
  right: -400px;
  opacity: 0;
  padding: 95px 25px 25px 25px;
  background: #2e2d2c;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.mobile_menu ul {
  list-style: none;
}

.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: 20px;
  line-height: 20px;
  font-weight: 300;
  padding: 7px 10px 5px 10px;
  -webkit-transition: all .5s;
  transition: all .5s;
  color: #fff;
  text-decoration: none;
}

.mobile_menu ul li a:hover {
  background: #1f4d7f;
}

.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: #1f4d7f;
}

.mobile_menu ul li.menu-item-has-children {
  position: relative;
}

.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: 0;
  top: 5px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  width: 34px;
}

.mobile_menu ul li.menu-item-has-children > a > .caret:before {
  content: "";
  width: 18px;
  height: 4px;
  position: absolute;
  top: 16px;
  left: 2px;
  margin: 0;
  background: #fff;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.mobile_menu ul li.menu-item-has-children > a > .caret:after {
  content: "";
  width: 18px;
  height: 4px;
  position: absolute;
  top: 16px;
  right: 3px;
  left: initial;
  margin: 0;
  background: #fff;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.mobile_menu ul li.menu-item-has-children.active > a {
  background: #1f4d7f;
}

.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 {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
  background: #1f4d7f;
}

.mobile_menu ul li.menu-item-has-children.active > a > .caret:after {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  background: #1f4d7f;
}

.mobile_menu ul li ul.sub-menu {
  display: none;
  margin: 4px 0 0 0;
}

.mobile_menu ul li ul.sub-menu li {
  margin: -1px 0 0 10px;
}

.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.open {
  right: 0;
  opacity: 1;
}

.mobile_menu .logo {
  display: none;
}

.mobile_menu::-webkit-scrollbar {
  width: 5px;
}

.mobile_menu::-webkit-scrollbar-thumb {
  background-color: #009fe3;
}

.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: 1px;
  right: 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 #1f4d7f;
  border-bottom: 5px solid #1f4d7f;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.menu-burger span:before {
  content: "";
  width: 100%;
  height: 5px;
  display: block;
  background: #1f4d7f;
  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: #1f4d7f;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .5s;
  transition: all .5s;
}

/* ### Addons --- */
/* -- Slider */
.blocks_slider {
  background: url(../img/bg_03.jpg) no-repeat scroll center center;
  background-size: cover;
  padding: 50px 0 0px;
  margin: 0 0 50px 0;
  border-bottom: 1px solid #8b8b8b;
}

.blocks_slider .item {
  width: 1300px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 700px 1fr;
      grid-template-columns: 700px 1fr;
  -ms-grid-row-align: center;
      align-self: center;
}

.blocks_slider .bild_slider {
  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;
}

.blocks_slider .bild_slider img {
  width: auto;
  max-height: 550px;
  -o-object-fit: contain;
     object-fit: contain;
}

.blocks_slider .text_slider {
  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;
}

.blocks_slider .text_slider .__text {
  margin: 55px 0 0 0;
  padding: 0 0 40px 0;
}

.blocks_slider .text_slider .__text span.tt {
  font-family: 'alternate_gothic_no2_dregular', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}

.blocks_slider .text_slider .__text .grosse_text {
  font-family: 'alternate_gothic_no2_dregular', sans-serif;
  font-weight: 400;
  font-size: 106px;
  line-height: 78px;
  color: #1f4d7f;
  text-transform: uppercase;
  margin: 23px 0 10px -4px;
}

.blocks_slider .text_slider .__text .grosse_text span {
  color: #009fe3;
}

.blocks_slider .text_slider .__text .des_slider {
  font-size: 16px;
  line-height: 19px;
}

.blocks_slider .text_slider .__text .des_slider:empty {
  display: none;
}

.blocks_slider .text_slider .__text .btn_slider a {
  padding: 6px 30px 0 13px;
  min-width: 230px;
}

.blocks_slider .text_slider .__text .btn_slider a:empty {
  display: none;
}

.blocks_slider:hover .owl-nav button.owl-prev {
  -webkit-transform: rotate(-180deg) translate(-40px, 50px);
          transform: rotate(-180deg) translate(-40px, 50px);
  opacity: 1;
}

.blocks_slider:hover .owl-nav button.owl-next {
  opacity: 1;
  -webkit-transform: translate(-40px, -50%);
          transform: translate(-40px, -50%);
}

.blocks_slider:hover .owl-nav button.disabled {
  opacity: 0.3;
}

.blocks_slider .owl-nav button {
  outline: none;
  border: none;
  position: absolute;
  top: 50%;
  margin: -60px 0 0 0;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.blocks_slider .owl-nav button.owl-prev {
  width: 67px;
  height: 120px;
  display: block;
  background: url(../img/arrow_slider.png) no-repeat;
  -webkit-transform: rotate(-180deg) translate(0px, 50px);
          transform: rotate(-180deg) translate(0px, 50px);
  background-size: 100%;
  left: 0px;
}

.blocks_slider .owl-nav button.owl-prev:hover {
  background: url(../img/arrow_slider_hover.png) no-repeat;
}

.blocks_slider .owl-nav button.owl-next {
  width: 67px;
  height: 120px;
  display: block;
  background: url(../img/arrow_slider.png) no-repeat;
  background-size: 100%;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  right: 0px;
}

.blocks_slider .owl-nav button.owl-next:hover {
  background: url(../img/arrow_slider_hover.png) no-repeat;
}

.blocks_slider .owl-nav button span {
  display: none;
}

.blocks_slider .owl-nav button.disabled {
  opacity: 0;
  cursor: default;
  background: url(../img/arrow_slider.png) no-repeat !important;
}

.blocks_slider .owl-dots button.owl-dot span {
  width: 16px;
  height: 16px;
  background: #1f4d7f;
}

/* -- Bild box */
.block_image {
  width: 513px;
  height: 292px;
  position: relative;
}

.block_image .image {
  width: 513px;
  height: 292px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 1;
  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;
}

.block_image .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.block_image .icon__img {
  position: absolute;
  bottom: -70px;
  left: -60px;
  z-index: 2;
}

.block_image .icon__img.img_1 {
  background: url(../img/icon/img_1.png) no-repeat scroll;
  background-size: 100%;
  width: 239px;
  height: 135px;
  display: block;
}

.block_image .icon__img.img_2 {
  background: url(../img/icon/img_2.png) no-repeat scroll;
  background-size: 100%;
  width: 239px;
  height: 135px;
  display: block;
}

/* -- Box button */
.box_button {
  -webkit-filter: drop-shadow(0 8px 9px #00000099);
          filter: drop-shadow(0 8px 9px #00000099);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.box_button a {
  font-family: 'alternate_gothic_no2_dregular', sans-serif;
  font-size: 30px;
  line-height: normal;
  background: #1f4d7f;
  color: #ffffff;
  width: auto;
  height: 44px;
  padding: 3px 30px 3px 10px;
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
  -webkit-clip-path: polygon(0% 0%, 93% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 93% 0, 100% 100%, 0% 100%);
  -webkit-transition: all .5s;
  transition: all .5s;
  min-width: 300px;
}

.box_button a:hover {
  background: #009fe3;
}

.box_button:hover {
  -webkit-filter: drop-shadow(0 8px 9px #00000000);
          filter: drop-shadow(0 8px 9px #00000000);
}

/* -- box_forma_addons */
.box_forma_addons .row .col-left {
  background: #1f4d7f;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  border: 5px solid #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 10px;
}

.box_forma_addons .row .col-left .__bild {
  width: 344px;
  height: 344px;
  border-radius: 50%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.box_forma_addons .row .col-left .__bild img {
  width: 100%;
  height: 100%;
}

.box_forma_addons .row .col-left .__text {
  font-size: 20px;
  line-height: 26px;
  color: #ffffff;
  width: 100%;
  margin: 45px 0 0 0;
  position: relative;
  z-index: 2;
  padding: 0 20px 0 40%;
}

.box_forma_addons .row .col-left .__text .__top {
  font-family: 'alternate_gothic_no2_dregular', sans-serif;
  font-size: 60px;
  line-height: 50px;
}

.box_forma_addons .row .col-left .__text .__bottom {
  margin: 30px 0 0 0;
}

.box_forma_addons .row .col-right {
  background: #B0B0B0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  border: 5px solid #FFF;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  padding: 0 25px 0 50px;
}

.box_forma_addons .row .col-right .box__text_info {
  padding: 90px 50px 0 0;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
}

.box_forma_addons .row .col-right .box__text_info p {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: #ffffff;
}

.box_forma_addons .row .col-right .box__text_info .__tel {
  margin: 60px 0 -10px 0;
  font-family: 'alternate_gothic_no2_dregular', sans-serif;
  font-size: 100px;
  line-height: 90px;
  color: #1f4d7f;
}

.box_forma_addons .row .col-right .box__text_info .__mail {
  color: #000000;
  font-size: 30px;
  line-height: normal;
  font-weight: 600;
}

.box_forma_addons .row .col-right .box__forma {
  width: 270px;
  grid-column: span2;
  padding: 20px 0;
  position: relative;
}

.box_forma_addons .row .col-right .box__forma .box-textarea textarea {
  height: 110px;
}

.box_forma_addons .row .col-right .box__forma .box-senden {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* --- Box Title */
.box-title-text span {
  font-family: 'alternate_gothic_no2_dregular', sans-serif;
  font-size: 25px;
  line-height: 28px;
  color: #000000;
}

.box-title-text h1 {
  font-family: 'alternate_gothic_no2_dregular', sans-serif;
  font-size: 80px;
  line-height: 83px;
  text-transform: uppercase;
  color: #1f4d7f;
}

/* --- Box Inhaltsverzeichnis */
.Inhaltsverzeichnis-box {
  position: relative;
}

.Inhaltsverzeichnis-box .boxButton {
  -webkit-clip-path: polygon(0% 0%, 93% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 93% 0, 100% 100%, 0% 100%);
  position: relative;
  padding: 0 60px 0 45px;
  background: #1f4d7f;
  font-family: 'alternate_gothic_no2_dregular', sans-serif;
  font-size: 22px;
  color: #ffffff;
  height: 32px;
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
}

.Inhaltsverzeichnis-box .boxButton span {
  width: 34px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  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;
  background: #009fe3;
}

.Inhaltsverzeichnis-box .boxButton span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 3px;
  background: #FFF;
  display: block;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.Inhaltsverzeichnis-box .boxButton span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 10px;
  background: #FFF;
  display: block;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.Inhaltsverzeichnis-box .boxLinks {
  background: #009fe3;
  padding: 10px 20px 10px 10px;
  display: none;
  position: absolute;
  z-index: 100;
  top: 32px;
  left: 0;
  min-width: 300px;
}

.Inhaltsverzeichnis-box .boxLinks ul {
  list-style: none;
  margin: 0;
}

.Inhaltsverzeichnis-box .boxLinks ul li a {
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  text-decoration: none;
}

.Inhaltsverzeichnis-box .boxLinks ul li a:hover {
  text-decoration: underline;
}

.Inhaltsverzeichnis-box.open .boxButton span:after {
  height: 0;
}

.Inhaltsverzeichnis-box.leftop {
  position: absolute;
  right: 0;
  top: -33px;
}

/* --- Reviews */
.block_reviews {
  width: 800px;
  margin: 0 auto;
  position: relative;
}

.block_reviews .owl-carousel .owl-stage {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.block_reviews .owl-stage-outer {
  overflow-x: hidden;
}

.block_reviews .owl-item {
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.block_reviews .owl-item .reviews_img {
  width: 196px;
  height: 196px;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #8c8c8c;
  position: relative;
  top: 70px;
  margin: 0 auto;
  left: 70px;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.block_reviews .owl-item .reviews_img span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: 'alternate_gothic_no2_dregular', sans-serif;
  background: #1f4d7f;
  font-size: 22px;
  color: #FFF;
  padding: 5px 15px 3px 15px;
}

.block_reviews .owl-item .reviews_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.block_reviews .owl-item .reviews_product_name {
  display: none;
  font-family: 'alternate_gothic_no2_dregular', sans-serif;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  color: #B0B0B0;
  margin: 20px 0;
}

.block_reviews .owl-item .reviews_product_name span {
  display: block;
  color: #1f4d7f;
}

.block_reviews .owl-item .reviews_text {
  font-family: 'alternate_gothic_no2_dregular', sans-serif;
  font-size: 0;
  line-height: 43px;
  color: #000000;
  text-align: center;
  width: 470px;
  margin: 0 0 0 -65px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all .5s;
  transition: all .5s;
  visibility: hidden;
  position: absolute;
  z-index: 0;
  opacity: 0;
}

.block_reviews .owl-item .reviews_button {
  display: none;
  margin: 20px 0 30px;
}

.block_reviews .owl-item.center {
  width: 340px !important;
  position: relative;
  z-index: 999;
}

.block_reviews .owl-item.center .reviews_img {
  width: 334px;
  height: 334px;
  margin: 0;
  top: 0;
  left: initial;
}

.block_reviews .owl-item.center .reviews_img span {
  background: #FFF;
  color: #1f4d7f;
  font-size: 30px;
}

.block_reviews .owl-item.center .reviews_product_name {
  display: block;
}

.block_reviews .owl-item.center .reviews_text {
  display: block;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
  opacity: 1;
  position: static;
  visibility: visible;
  font-size: 40px;
}

.block_reviews .owl-item.center .reviews_button {
  display: block;
}

.block_reviews .owl-item.center + .owl-item {
  position: relative;
}

.block_reviews .owl-item.center + .owl-item .reviews_img {
  left: -70px;
}

.block_reviews .owl-item.active {
  opacity: 1;
}

.block_reviews .owl-nav {
  position: absolute;
  top: 110px;
  width: -webkit-fill-available;
}

.block_reviews .owl-nav button {
  outline: none;
  border: none;
  position: absolute;
  top: 50%;
  margin: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.block_reviews .owl-nav button.owl-prev {
  width: 67px;
  height: 120px;
  display: block;
  background: url(../img/arrow_slider.png) no-repeat;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  background-size: 100%;
  left: -50px;
}

.block_reviews .owl-nav button.owl-prev:hover {
  background: url(../img/arrow_slider_hover.png) no-repeat;
}

.block_reviews .owl-nav button.owl-next {
  width: 67px;
  height: 120px;
  display: block;
  background: url(../img/arrow_slider.png) no-repeat;
  background-size: 100%;
  right: -50px;
}

.block_reviews .owl-nav button.owl-next:hover {
  background: url(../img/arrow_slider_hover.png) no-repeat;
}

.block_reviews .owl-nav button span {
  display: none;
}

.block_reviews .owl-nav button.disabled {
  opacity: 0.5;
  cursor: default;
  background: url(../img/arrow_slider.png) no-repeat !important;
}

/* -- slider images */
.slider-box-images .item-image {
  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;
}

.slider-box-images img {
  width: auto !important;
}

/* ### Plugin --- */
/* -- Form box */
.formular-box {
  padding: 0 0 35px 0;
  width: 850px;
  margin: 0 auto;
}

.formular-box .box__form {
  margin: 25px 0 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

.formular-box .box__form .box-textarea textarea {
  height: 99px;
}

.formular-box .box__form .box__footer {
  margin: 10px 0 0 0;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1 / 4;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

.formular-box .box__form .box__footer .box-checkbox {
  color: #fff;
  margin: 0 20px 0 5px;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
}

.formular-box .box__form .box__footer .box-senden {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 0 0 6px;
}

.formular-box .box__form .box__footer .box-senden input {
  background: #ffffff;
  color: #1f4d7f;
}

.formular-box .box__form .box__footer .box-senden input:hover {
  background: #009fe3;
  color: #ffffff;
}

.formular-box .box__form .box__footer .box-senden input :disabled {
  background: #ffffff;
  color: #1f4d7f;
}

.box-input {
  margin: 0 0 3px 0 !important;
  position: relative;
}

.box-input input {
  border: 1px solid #8c8c8c;
  outline: none;
  height: 48px;
  width: 100%;
  padding: 0 12px;
  background: #ffffff;
  font-family: 'alternate_gothic_no2_dregular', sans-serif;
  font-size: 20px;
  line-height: 22px;
}

.box-input input.wpcf7-not-valid {
  border-bottom: 2px solid #f00;
}

.box-input span.wpcf7-not-valid-tip {
  display: none;
}

.box-textarea {
  position: relative;
  margin: 0 0 5px 0;
}

.box-textarea textarea {
  border: 1px solid #8c8c8c;
  outline: none;
  resize: none;
  height: 200px;
  width: 100%;
  padding: 12px;
  background: #ffffff;
  font-family: 'alternate_gothic_no2_dregular', sans-serif;
  font-size: 20px;
  line-height: 22px;
}

.box-textarea textarea.wpcf7-not-valid {
  border-bottom: 2px solid #f00;
}

.box-textarea span.wpcf7-not-valid-tip {
  display: none;
}

.box-checkbox span {
  margin: 0;
}

.box-checkbox label {
  font-family: 'alternate_gothic_no2_dregular', sans-serif;
  font-size: 17px;
  line-height: 17px;
  position: relative;
  padding: 3px 0 0 30px;
}

.box-checkbox label input {
  display: none;
}

.box-checkbox label input[type="checkbox"]:checked + .wpcf7-list-item-label:before {
  background: #1f4d7f;
  border-color: #ffffff;
}

.box-checkbox label .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #1f4d7f;
  background: #ffffff;
  padding: 2px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.box-senden {
  -webkit-filter: drop-shadow(0 8px 9px #00000099);
          filter: drop-shadow(0 8px 9px #00000099);
  -webkit-transition: all .5s;
  transition: all .5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.box-senden input {
  border: none;
  outline: none;
  font-family: 'alternate_gothic_no2_dregular', sans-serif;
  font-size: 30px;
  line-height: normal;
  background: #1f4d7f;
  color: #ffffff;
  width: auto;
  height: 44px;
  padding: 6px 30px 0 10px;
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
  -webkit-clip-path: polygon(0% 0%, 93% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 93% 0, 100% 100%, 0% 100%);
  -webkit-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
}

.box-senden input:hover {
  background: #009fe3;
}

.box-senden input:disabled {
  opacity: .4;
}

.box-senden:hover {
  -webkit-filter: drop-shadow(0 8px 9px #00000000);
          filter: drop-shadow(0 8px 9px #00000000);
}

.box-select {
  margin: 0 0 3px 0;
}

.box-select select {
  border: 1px solid #8c8c8c;
  outline: none;
  height: 48px;
  width: 100%;
  padding: 0 12px;
  background: #ffffff;
  font-family: 'alternate_gothic_no2_dregular', sans-serif;
  font-size: 20px;
  line-height: 22px;
}

form.invalid .wpcf7-response-output {
  background: #f00;
  border-color: #f00 !important;
}

form.sent .wpcf7-response-output {
  background: #46b450;
  border-color: #46b450 !important;
}

.wpcf7-response-output {
  color: #fff;
  font-size: 15px;
  line-height: 17px;
  padding: 10px !important;
  margin: 0 !important;
  position: absolute;
  bottom: 40px;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

form.search__box {
  width: 750px;
  margin: 0 auto;
}

form.search__box .box-senden {
  margin: 15px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* -- Owl Carousel */
.owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px 0 50px;
}

.owl-dots button {
  outline: none;
  border: none;
  margin: 0 5px;
}

.owl-dots button.owl-dot span {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #1f4d7f;
  display: block;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.owl-dots button.owl-dot:hover span, .owl-dots button.owl-dot.active span {
  background: #009fe3;
}

/* --- Accordion */
.vc_tta-accordion .vc_tta-panel {
  margin: 0 0 10px 0;
}

.vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading {
  border: none !important;
  background: #1f4d7f !important;
  border-radius: 0 !important;
  -webkit-clip-path: polygon(0% 0%, 96% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 96% 0, 100% 100%, 0% 100%);
}

.vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
  font-family: 'alternate_gothic_no2_dregular', sans-serif;
  font-size: 26px;
  line-height: 30px;
  color: #fff !important;
  text-decoration: none;
  padding: 8px 0 2px 40px !important;
}

.vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a span {
  color: #FFF !important;
  display: inline-block;
  padding: 0 50px 0 0;
}

.vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title i {
  width: 30px;
  height: 100%;
  background: #009fe3;
  left: 0 !important;
}

.vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title i:before {
  border-color: #fff !important;
  width: 13px;
  left: 50%;
  right: initial;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title i:after {
  border-color: #fff !important;
  height: 13px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.vc_tta-accordion .vc_tta-panel .vc_tta-panel-body {
  border: none !important;
  font-size: 16px;
  line-height: 20px;
  padding: 15px 13px 15px 13px !important;
  margin: 1px 0 0 30px;
  background-color: #ececec !important;
}

/* --- Tabs */
.vc_tta-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab {
  border: none !important;
  margin: 0 2px 0 0 !important;
}

.vc_tta-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab a {
  font-family: 'alternate_gothic_no2_dregular', sans-serif;
  font-size: 30px;
  line-height: 33px;
  border: none !important;
  border-radius: 0 !important;
  background-color: #1f4d7f !important;
  padding: 13px 20px 7px 20px;
}

.vc_tta-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab a span {
  color: #fff;
}

.vc_tta-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab.vc_active a {
  background: #ececec !important;
}

.vc_tta-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab.vc_active a span {
  color: #1f4d7f !important;
}

.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels {
  background-color: #ececec !important;
  border: none !important;
  border-radius: 0 !important;
}

.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body {
  margin: 1px 0 0 0 !important;
  padding: 15px !important;
  border-radius: 0 !important;
}

/* ### Shortcode */
/* -- Contact Box */
.contact-box {
  width: 100%;
  border: 1px solid #8c8c8c;
  padding: 10px;
  max-width: 500px;
  margin: 0 auto;
}

.contact-box .con_img {
  border-radius: 50%;
  border: 1px solid #8c8c8c;
  width: 136px;
  height: 136px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  position: absolute;
}

.contact-box .con_img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.contact-box .con_content {
  min-height: 138px;
  padding: 16px 0 0 150px;
}

.contact-box .con_content .con_position {
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  color: #000000;
}

.contact-box .con_content .con_name {
  font-size: 30px;
  line-height: 32px;
  font-weight: 800;
  color: #1f4d7f;
  margin: 8px 0 8px;
}

.contact-box .con_content .con_tel {
  font-size: 14px;
  line-height: 14px;
  color: #000000;
  font-weight: 600;
  margin: 3px 0 0;
}

.contact-box .con_content .con_mail {
  font-size: 14px;
  line-height: 14px;
  color: #000000;
  font-weight: 600;
  margin: 3px 0 0;
}

.contact-box .con_content .con_mail a {
  font-size: 14px;
  line-height: 14px;
  color: #000000;
  text-decoration: none;
}

.contact-box .con_content .con_mail a:after {
  content: "";
  width: 0;
  height: 1px;
  background: #000000;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all .5s;
  transition: all .5s;
}
.contact-box .con_content .con_mail a:hover:after {
  width: 20%;
  margin-top: 16px;
  left: 50%;
}

.contact-box .con_spezialgebiet {
  width: 100%;
  padding: 15px 50px 15px 15px;
  margin: 15px 0 0 0;
  background-color: #1f4d7f;
  color: #ffffff;
  font-size: 30px;
  font-weight: 800;
  line-height: 32px;
}

.contact-box .con_spezialgebiet span {
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
  display: block;
  margin: 0 0 5px;
}


.contact-box2 .wrap {
  position: relative;
  background: #fff;
  border: 1px solid #8c8c8c;
  padding: 20px 20px 20px 100px;
  margin: 30px 0 30px 100px;
}

.contact-box2 .wrap .image {
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: -100px;
  width: 180px;
  height: 180px;
  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;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #8f8f8f;
}

.contact-box2 .wrap .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.contact-box2 .wrap .content {
  font-size: 14px;
  color: #000;
}

.contact-box2 .wrap .content .text {
  font-weight: 600;
}

.contact-box2 .wrap .content .name {
  font-family: 'alternate_gothic_no2_dregular', sans-serif;
  font-size: 45px;
  line-height: 45px;
  font-weight: 800;
  color: #1f4d7f;
  margin: 5px 0 0 0;
}

.contact-box2 .wrap .content .tel {
  margin: 0 0 -6px 0;
}

.contact-box2 .wrap .content .tel span {
  display: inline-block;
}

.contact-box2 .wrap .content .mail a {
  color: #000;
}


/* --- Last News */
.neueste_post_block .neueste_post_item {
  background: #ffffff;
  border: 1px solid #8c8c8c;
  padding: 1px;
}

.neueste_post_block .neueste_post_item .__img {
  width: 100%;
  height: 300px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.neueste_post_block .neueste_post_item .__img .__info {
  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;
  background: #ffffff;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: auto;
  min-height: 36px;
  -webkit-clip-path: polygon(0% 0%, 93% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 93% 0, 100% 100%, 0% 100%);
  position: absolute;
  top: 20px;
  left: 10px;
  padding: 0 30px 0 10px;
}

.neueste_post_block .neueste_post_item .__img .__info .__date {
  font-family: 'alternate_gothic_no2_dregular', sans-serif;
  font-size: 24px;
  line-height: normal;
  color: #1f4d7f;
}

.neueste_post_block .neueste_post_item .__img .__info .__cat a {
  font-family: 'alternate_gothic_no2_dregular', sans-serif;
  font-size: 24px;
  line-height: normal;
  color: #1f4d7f;
  text-decoration: none;
  margin: 0 0 0 8px;
  padding: 0 0 0 8px;
  position: relative;
}

.neueste_post_block .neueste_post_item .__img .__info .__cat a:before {
  content: "";
  width: 1px;
  height: 20px;
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  background: #1f4d7f;
}

.neueste_post_block .neueste_post_item .__img .__info .__cat a:after {
  content: "";
  width: 0;
  height: 1px;
  display: block;
  background: #1f4d7f;
  position: absolute;
  bottom: 3px;
  right: -4px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.neueste_post_block .neueste_post_item .__img .__info .__cat a:hover:after {
  width: 100%;
}

.neueste_post_block .neueste_post_item .__img img {
  width: auto !important;
  height: 100%;
}

.neueste_post_block .neueste_post_item .__title {
  font-family: 'alternate_gothic_no2_dregular', sans-serif;
  font-size: 36px;
  line-height: 33px;
  text-transform: uppercase;
  color: #1f4d7f;
  margin: 15px 10px 0 16px;
  min-height: 90px;
}

.neueste_post_block .neueste_post_item .__readmore {
  margin: 20px 0 20px 16px;
  -webkit-filter: drop-shadow(0 8px 9px #00000099);
          filter: drop-shadow(0 8px 9px #00000099);
}

.neueste_post_block .neueste_post_item .__readmore a {
  font-family: 'alternate_gothic_no2_dregular', sans-serif;
  font-size: 30px;
  line-height: normal;
  background: #1f4d7f;
  color: #ffffff;
  width: auto;
  height: 44px;
  padding: 6px 30px 0 10px;
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
  -webkit-clip-path: polygon(0% 0%, 93% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 93% 0, 100% 100%, 0% 100%);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.neueste_post_block .neueste_post_item .__readmore a:hover {
  background: #009fe3;
}

.neueste_post_block .neueste_post_item .__readmore:hover {
  -webkit-filter: drop-shadow(0 8px 9px #00000000);
          filter: drop-shadow(0 8px 9px #00000000);
}

.neueste_post_block .owl-dots .owl-dot span {
  background: #ffffff;
}

.btn-all-blog {
  -webkit-filter: drop-shadow(0 8px 9px #00000099);
          filter: drop-shadow(0 8px 9px #00000099);
  -webkit-transition: all .5s;
  transition: all .5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-all-blog a {
  font-family: 'alternate_gothic_no2_dregular', sans-serif;
  font-size: 30px;
  line-height: normal;
  background: #009fe3;
  color: #ffffff;
  width: auto;
  height: 44px;
  padding: 6px 30px 0 10px;
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
  -webkit-clip-path: polygon(0% 0%, 93% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 93% 0, 100% 100%, 0% 100%);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.btn-all-blog a:hover {
  background: #1f4d7f;
}

.btn-all-blog:hover {
  -webkit-filter: drop-shadow(0 8px 9px #00000000);
          filter: drop-shadow(0 8px 9px #00000000);
}

/* --- Product shortcode */
.product-shortcode-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(180px, 1fr))[5];
      grid-template-columns: repeat(5, minmax(180px, 1fr));
  grid-gap: 20px;
  padding: 0 0 40px 0;
}

.product-shortcode-box .boxProduct {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.product-shortcode-box .boxProduct a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding: 10px 10px;
  text-decoration: none;
  height: 100%;
  position: relative;
}

.product-shortcode-box .boxProduct a span.box_product_img {
  margin: 0 0 15px 0;
  width: 100%;
  height: 130px;
}

.product-shortcode-box .boxProduct a span.box_product_img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.product-shortcode-box .boxProduct a span.box_product_title {
  font-family: 'alternate_gothic_no2_dregular', sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  margin: auto 0 0 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  min-height: 67px;
}

.product-shortcode-box .boxProduct a span.box_product_type {
  position: absolute;
  top: 10px;
  left: 10px;
}

.product-shortcode-box .boxProduct a:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #B0B0B0;
  display: block;
  position: absolute;
  top: 0;
  right: -10px;
}

.product-shortcode-box .boxProduct:last-child a:after {
  display: none;
}

@media only screen and (min-width: 1200px) {
  .product-shortcode-box .boxProduct:nth-child(5n) a:after {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .product-shortcode-box .boxProduct:nth-child(4n) a:after {
    display: none;
  }
  
}

@media only screen and (min-width: 770px) and (max-width: 992px) {
  .product-shortcode-box .boxProduct:nth-child(even) a:after {
    display: none;
  }
}

.product-shortcode-box .boxProduct:hover {
  background: #1f4d7f;
}

.product-shortcode-box .boxProduct:hover a span.box_product_title {
  color: #ffffff;
}

.product-shortcode-box .boxProduct.aus {
  display: none;
}

.product-shortcode-box #open-all-product {
  display: none;
}

/* ### Content --- */
.site-content {
  min-height: 500px;
}

.pagination {
  margin: 0 0 30px 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.pagination .nav-links .page-numbers {
  background: #B0B0B0;
  color: #000;
  width: 40px;
  height: 40px;
  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;
  margin: 0 3px 3px 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  text-decoration: none;
}

.pagination .nav-links .page-numbers.prev, .pagination .nav-links .page-numbers.next {
  display: none;
}

.pagination .nav-links .page-numbers:hover, .pagination .nav-links .page-numbers.current {
  background: #1f4d7f;
  color: #fff;
}

/* -- Blog */
@media only screen and (min-width: 1100px) and (max-width: 2000px) {
  .container.blog {
    max-width: 1100px;
  }
}

.blog-header {
  padding: 70px 0 40px 0;
  background: url(../img/header-hintergrund-paralax.jpg) no-repeat scroll center center;
  background-size: 100%;
  border-bottom: 1px solid #b5b5b5;
  margin: 0 0 35px 0;
}

.blog-items {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.blog-items .col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
  max-width: 49%;
  border: 1px solid #8c8c8c;
  margin: 0 0 23px 0;
}

.blog_item {
  width: 100%;
  height: 100%;
  padding: 3px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #f3f3f3;
}

.blog_item .box_imgpost {
  width: 100%;
  height: 326px;
  overflow: hidden;
  margin: 5px 0 20px 0;
  position: relative;
  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;
}

.blog_item .box_imgpost .box_infopost {
  position: absolute;
  z-index: 1;
  top: 15px;
  left: 0;
  display: inline-block;
  padding: 5px 10px;
  background: #fff;
  -webkit-clip-path: polygon(0% 0%, 93% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 93% 0, 100% 100%, 0% 100%);
  padding: 7px 30px 3px 10px;
}

.blog_item .box_imgpost .box_infopost .date_post {
  display: inline-block;
  font-family: 'alternate_gothic_no2_dregular', sans-serif;
  font-size: 24px;
  line-height: 25px;
  color: #1f4d7f;
}

.blog_item .box_imgpost .box_infopost .cat_box {
  display: inline-block;
}

.blog_item .box_imgpost .box_infopost .cat_box a {
  font-family: 'alternate_gothic_no2_dregular', sans-serif;
  font-size: 24px;
  line-height: 25px;
  color: #1f4d7f;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
  padding: 0 0 0 7px;
  margin: 0 0 0 7px;
}

.blog_item .box_imgpost .box_infopost .cat_box a:before {
  content: "";
  position: absolute;
  top: 3px;
  left: -1px;
  width: 2px;
  height: 20px;
  background: #1f4d7f;
}

.blog_item .box_imgpost .box_infopost .cat_box a:hover {
  color: #009fe3;
}

.blog_item .box_imgpost img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog_item .box_title {
  margin: 0 10px 10px;
}

.blog_item .box_button {
  margin: auto 0 20px 10px;
}

.blog_item .box_button a {
  max-width: 188px;
}

.header-post {
  padding: 250px 0 80px 0;
  background: url(../img/header-hintergrund-paralax.jpg) no-repeat scroll center center;
  background-size: 100%;
  border-bottom: 1px solid #b5b5b5;
  margin: 0 0 35px 0;
}

.header-post .row .col + .col {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  margin: 0 0 0 40px;
}

.header-post .row .col .info__post {
  background: #ffffff;
  width: auto;
  display: inline-block;
  min-height: 36px;
  -webkit-clip-path: polygon(0% 0%, 93% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 93% 0, 100% 100%, 0% 100%);
  padding: 7px 30px 3px 10px;
  margin: 0 0 20px 0;
}

.header-post .row .col .info__post .date_box {
  display: inline-block;
  font-family: 'alternate_gothic_no2_dregular', sans-serif;
  font-size: 24px;
  line-height: 25px;
  color: #1f4d7f;
}

.header-post .row .col .info__post .cat_box {
  display: inline-block;
}

.header-post .row .col .info__post .cat_box a {
  font-family: 'alternate_gothic_no2_dregular', sans-serif;
  font-size: 24px;
  line-height: 25px;
  color: #1f4d7f;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
  padding: 0 0 0 7px;
  margin: 0 0 0 7px;
}

.header-post .row .col .info__post .cat_box a:before {
  content: "";
  position: absolute;
  top: 3px;
  left: -1px;
  width: 2px;
  height: 20px;
  background: #1f4d7f;
}

.header-post .row .col .info__post .cat_box a:hover {
  color: #009fe3;
}

/* -- Product */
main .header-product {
  display: none;
}

.header-product {
  padding: 210px 0 50px 0;
  background: url(../img/header-hintergrund-paralax.jpg) no-repeat scroll center center;
  background-size: 100%;
  border-bottom: 1px solid #b5b5b5;
  margin: 0;
}

.header-product .row .col.product-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.header-product .row .col.product-img img {
  width: 100%;
  height: auto;
}

.header-product .row .col.product-name {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  max-width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 50px;
}

.header-product .row .col.product-name h1 {
  font-family: 'alternate_gothic_no2_dregular', sans-serif;
  font-size: 40px;
  line-height: 42px;
  color: #1f4d7f;
  text-transform: uppercase;
}

.single-product .btn-back {
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-filter: drop-shadow(0 8px 9px #00000000);
          filter: drop-shadow(0 8px 9px #00000000);
}

.single-product .btn-back span {
  font-family: 'alternate_gothic_no2_dregular', sans-serif;
  font-size: 22px;
  line-height: normal;
  color: #ffffff;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 10% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 10% 100%);
  padding: 0 10px 0 0;
  height: 33px;
  width: auto;
  min-width: 90px;
  text-align: right;
  display: table-cell;
  vertical-align: middle;
  background: #1f4d7f;
}

.single-product .btn-back span:hover {
  background: #009fe3;
}

.single-product .btn-back:hover {
  -webkit-filter: drop-shadow(0 8px 9px #00000099);
          filter: drop-shadow(0 8px 9px #00000099);
}

.single-product .content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 260px;
      grid-template-columns: 1fr 260px;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
      grid-template-areas: "hedProduct span"
 "datenProduct desProduct";
  grid-gap: 35px 60px;
  padding: 30px 20px;
}

.single-product .content .hed_content_product {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: hedProduct;
}

.single-product .content .hed_content_product h2 {
  margin: 0;
}

.single-product .content .hed_content_product .box_img_icon {
  margin: 20px 0 0 0;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single-product .content .hed_content_product .box_img_icon .box_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 20px 0 0;
}

.single-product .content .hed_content_product .box_img_icon .box_icon ._icon img {
  width: 34px;
  height: auto;
}

.single-product .content .hed_content_product .box_img_icon .box_icon ._info {
  font-family: 'alternate_gothic_no2_dregular', sans-serif;
  font-size: 20px;
  padding: 0 0 0 0px;
  color: #505050;
}

.single-product .content .hed_content_product .box_img_icon .box_icon ._info span {
  font-size: 24px;
  font-weight: 400;
  color: #000;
}

.single-product .content .blocks_datenproduct {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: datenProduct;
}

.single-product .content .blocks_datenproduct .product-tabelle {
  margin: 0 0 25px 0;
}

.single-product .content .blocks_datenproduct .product-tabelle table {
  border-collapse: collapse;
  width: 100%;
}

.single-product .content .blocks_datenproduct .product-tabelle table thead tr th {
  font-family: 'alternate_gothic_no2_dregular', sans-serif;
  font-size: 24px;
  line-height: normal;
  font-weight: 400;
  margin: 0 0 10px 0;
  width: 10%;
  text-align: center;
}

.single-product .content .blocks_datenproduct .product-tabelle table thead tr th:first-child {
  text-align: left;
}

.single-product .content .blocks_datenproduct .product-tabelle table thead tr th:last-child {
  text-align: right;
  width: 15%;
}

.single-product .content .blocks_datenproduct .product-tabelle table thead tr th:nth-child(2) {
  width: 15%;
}

.single-product .content .blocks_datenproduct .product-tabelle table tr {
  border-bottom: 1px solid #c6c6c6;
}

.single-product .content .blocks_datenproduct .product-tabelle table tr td {
  font-family: 'alternate_gothic_no2_dregular', sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  width: 10%;
  color: #505050;
}

.single-product .content .blocks_datenproduct .product-tabelle table tr td img {
  width: auto;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}

.single-product .content .blocks_datenproduct .product-tabelle table tr td input {
  background: #e6e6e6;
  width: 100%;
  padding: 4px 8px 1px;
  text-align: right;
  font-family: 'alternate_gothic_no2_dregular', sans-serif;
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
  margin: 5px 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.single-product .content .blocks_datenproduct .product-tabelle table tr td input:focus {
  background: #1f4d7f;
  color: #ffffff;
}

.single-product .content .blocks_datenproduct .product-tabelle table tr td input::-webkit-input-placeholder {
  color: #bfbfbf;
  font-size: 18px;
  line-height: normal;
  font-weight: 300;
  text-transform: capitalize;
  text-align: right;
}

.single-product .content .blocks_datenproduct .product-tabelle table tr td:first-child {
  text-align: left;
}

.single-product .content .blocks_datenproduct .product-tabelle table tr td:last-child {
  text-align: right;
  width: 15%;
  position: relative;
}

.single-product .content .blocks_datenproduct .product-tabelle table tr td:nth-child(2) {
  width: 15%;
}

.single-product .content .blocks_datenproduct .product-tabelle table tr td .vyn_button_loeschen {
  width: 23px;
  height: 23px;
  position: absolute;
  background: #1f4d7f;
  border-radius: 5px;
  display: none;
  top: 10px;
  right: -36px;
  -webkit-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
}

.single-product .content .blocks_datenproduct .product-tabelle table tr td .vyn_button_loeschen span {
  position: relative;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
  margin: -2px 0 0 -1px;
  width: 25px;
  height: 25px;
}

.single-product .content .blocks_datenproduct .product-tabelle table tr td .vyn_button_loeschen span:before {
  content: "";
  width: 4px;
  height: 60%;
  background: #fff;
  display: block;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.single-product .content .blocks_datenproduct .product-tabelle table tr td .vyn_button_loeschen span:after {
  content: "";
  width: 60%;
  height: 4px;
  background: #fff;
  display: block;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.single-product .content .blocks_datenproduct .product-tabelle table tr td .vyn_button_loeschen:hover {
  background: #009fe3;
  border-radius: 10px;
  -webkit-box-shadow: 2px 3px 4px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 3px 4px 0px rgba(0, 0, 0, 0.5);
}

.single-product .content .blocks_datenproduct .product-tabelle table tr td.icon-abtrieb img {
  width: auto;
  height: 20px;
}

.single-product .content .blocks_datenproduct .box_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.single-product .content .blocks_datenproduct .box_button span {
  font-family: 'alternate_gothic_no2_dregular', sans-serif;
  font-size: 30px;
  line-height: normal;
  background: #1f4d7f;
  color: #ffffff;
  width: auto;
  min-width: 240px;
  height: 44px;
  padding: 6px 30px 0 15px;
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
  border: none;
  font-weight: normal;
  margin: 0;
  cursor: pointer;
  -webkit-clip-path: polygon(0% 0%, 93% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 93% 0, 100% 100%, 0% 100%);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.single-product .content .blocks_datenproduct .box_button span:hover {
  background: #009fe3;
}

.single-product .content .blocks_desproduct {
  width: 260px;
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: desProduct;
}

.single-product .content .blocks_desproduct .product-des-img {
  margin: 0 0 35px 0;
}

.single-product .content .blocks_desproduct .product-des-img img {
  width: 100%;
  height: auto;
}

.header-category {
  padding: 210px 0 50px 0;
  background: url(../img/header-hintergrund-paralax.jpg) no-repeat scroll center center;
  background-size: 100%;
  border-bottom: 1px solid #b5b5b5;
}

.header-category .row-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 340px 1fr;
      grid-template-columns: 340px 1fr;
}

.header-category .product-img {
  padding: 0 30px;
}

.header-category .product-img img {
  width: 100%;
}

.header-category .product-info {
  padding: 0 0 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tabelle-anfragekorb table {
  border-collapse: collapse;
  width: 100%;
}

.tabelle-anfragekorb table tr {
  border-bottom: 1px solid #c6c6c6;
}

.tabelle-anfragekorb table tr td {
  position: relative;
}

.tabelle-anfragekorb table thead tr th {
  width: 20%;
  font-family: 'alternate_gothic_no2_dregular', sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #000;
  padding: 0 0 5px 0;
}

.tabelle-anfragekorb table tbody tr td {
  width: 10%;
  font-family: 'alternate_gothic_no2_dregular', sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #505050;
}

.tabelle-anfragekorb table tbody tr td:nth-child(2) img {
  width: auto;
  height: 50px;
}

.tabelle-anfragekorb table tbody tr td:nth-child(3) {
  width: 50%;
}

.tabelle-anfragekorb .menge_aendern {
  background: #dddddd;
}

.tabelle-anfragekorb .dashicons-dismiss {
  width: 30px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 17px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tabelle-anfragekorb .dashicons-dismiss:hover {
  color: #1f4d7f;
}

.quantity {
  position: relative;
}

.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity input {
  width: 90px;
  height: 25px;
  display: block;
  font-size: 18px;
  line-height: 18px;
  margin: 0;
  padding: 3px 28px 0 10px;
  float: left;
}

.quantity input[type=number] {
  -moz-appearance: textfield;
}

.quantity input:focus {
  outline: 0;
}

.quantity .quantity-nav {
  float: left;
  position: relative;
}

.quantity .quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #eee;
  width: 24px;
  color: #333;
  font-size: 15px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.quantity .quantity-button.quantity-up {
  position: absolute;
  top: 0;
  right: 0px;
  border-bottom: 1px solid #eee;
  background: #1f4d7f;
  color: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.quantity .quantity-button.quantity-up:hover {
  background: #000;
}

.quantity .quantity-button.quantity-down {
  position: absolute;
  top: 0;
  background: #1f4d7f;
  color: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.quantity .quantity-button.quantity-down:hover {
  background: #000;
}

.container_modal .forma__text__top {
  margin: 0 0 10px 0;
}

.container_modal .box-checkbox {
  min-height: 40px;
}

.container_modal .box-senden {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.container_modal .box-senden input {
  padding: 6px 60px 0 10px;
}

.container_modal span.txt {
  margin: 30px 0 0 0;
  font-family: 'alternate_gothic_no2_dregular', sans-serif;
  font-size: 17px;
  line-height: 17px;
  color: #444;
  display: block;
}

/* -- */
/* -- */
/* -- */
form.search-form {
  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;
}

form.search-form input.search-field {
  outline: none;
  border: 1px solid #000;
  padding: 5px 10px;
  margin: 0 10px 0 0;
  width: 100%;
  max-width: 500px;
}

form.search-form button {
  border: none;
  outline: none;
  width: 40px;
  height: 37px;
  display: block;
  background: #1f4d7f;
  padding: 6px;
  margin: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
  z-index: 2;
}

form.search-form button svg path {
  fill: #fff;
}

form.search-form button:hover {
  background: #009fe3;
}

/* -- Ende Content */
/* --- Footer Area */
footer.footer-area {
  width: 100%;
}

footer.footer-area .row {
  padding: 30px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer.footer-area .row .col {
  position: relative;
  padding: 0 15px 0 20px;
}

footer.footer-area .row .col:after {
  content: "";
  background: #1f4d7f;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}

footer.footer-area .row .col:last-child::after {
  display: none;
}

footer.footer-area .row .col.info-box .logo-footer {
  margin: 0 0 15px 0;
  height: 67px;
}

footer.footer-area .row .col.info-box .logo-footer img {
  width: auto;
  height: 100%;
}

footer.footer-area .row .col.info-box a {
  color: #000;
  text-decoration: none;
  position: relative;
}

footer.footer-area .row .col.info-box a:after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all .5s;
  transition: all .5s;
}

footer.footer-area .row .col.info-box a:hover:after {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

footer.footer-area .row .col.info-box a.no-after:after {
  display: none;
}

footer.footer-area .title-menu {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}

footer.footer-area .footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer.footer-area .footer-menu li a {
  font-size: 16px;
  color: #000;
  text-decoration: none;
  font-weight: 400;
  position: relative;
}

footer.footer-area .footer-menu li a:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all .5s;
  transition: all .5s;
}

footer.footer-area .footer-menu li a:hover:after {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

footer.footer-area .box_footer_menu {
  background: #dcdcdc;
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer.footer-area .box_footer_menu .row {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0;
  margin: 0;
}

footer.footer-area .box_footer_menu ul {
  list-style: none;
  margin: 0;
}

footer.footer-area .box_footer_menu ul li {
  display: inline-block;
  margin: 0 5px;
}

footer.footer-area .box_footer_menu ul li a {
  font-size: 16px;
  color: #000;
  text-decoration: none;
  font-weight: 400;
  position: relative;
}

footer.footer-area .box_footer_menu ul li a:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all .5s;
  transition: all .5s;
}

footer.footer-area .box_footer_menu ul li a:hover:after {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

footer.footer-area .box_footer_menu ul li:last-child {
  margin: 0 0 0 5px;
}

footer.footer-area .box_footer_menu .socialTop {
  display: none;
}

footer.footer-area .box_footer_copy {
  background: #fff;
  text-align: center;
  padding: 6px 0 6px 0;
  font-size: 16px;
  line-height: 18px;
}

footer.footer-area .box_footer_copy p {
  margin: 0;
}

footer.footer-area .box_footer_copy a {
  font-size: 16px;
  text-decoration: none;
  color: #000;
  position: relative;
}

footer.footer-area .box_footer_copy a:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all .5s;
  transition: all .5s;
}

footer.footer-area .box_footer_copy a:hover:after {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* ### Responsiv --- */
@media only screen and (max-width: 1800px) {
  /* -- Addons */
  .box_forma_addons .row .col-right .box__text_info {
    padding: 60px 30px 0 0 !important;
  }
  .box_forma_addons .row .col-right .box__text_info .__tel {
    font-size: 80px;
    line-height: 70px;
  }
}

@media only screen and (max-width: 1500px) {
  /* -- Header Area */
  header.header-area .hedContent {
    padding: 0;
  }
  header.header-area .hedContent .logo {
    padding: 0 10px 0 20px;
  }
  header.header-area .hedContent .menu nav .main-menu-container {
    padding: 0;
  }
  /* -- Addons */
  .box_forma_addons .row .col-left .__bild {
    width: 294px;
    height: 294px;
  }
}

@media only screen and (max-width: 1350px) {
  /* -- Addons */
  .blocks_slider .item {
    width: 100%;
  }
  .box_forma_addons .row .col-left .__bild {
    width: 314px;
    height: 314px;
    position: relative;
    top: 10px;
    left: 0;
    margin: 0 auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .box_forma_addons .row .col-left .__text {
    margin: 0;
    padding: 0 20px;
  }
  .box_forma_addons .row .col-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px;
  }
  .box_forma_addons .row .col-right .box__text_info {
    padding: 15px 0 0 0 !important;
  }
  .box_forma_addons .row .col-right .box__text_info .__tel {
    margin: 30px 0 -10px 0;
    font-size: 80px;
    line-height: 70px;
  }
  .box_forma_addons .row .col-right .box__forma {
    width: 100%;
  }
  /* -- Content */
  .single-product .content {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-template-areas: "hedProduct"
 "datenProduct"
 "desProduct";
  }
  .single-product .content .blocks_desproduct {
    width: 100%;
    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;
    border: 1px solid #b5b5b5;
    background: #e6e6e6;
    padding: 25px;
    margin: 0 0 40px 0 !important;
  }
  .single-product .content .blocks_desproduct .product-des-img {
    margin: 0 0 20px 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
  }
  .single-product .content .blocks_desproduct .product_description {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    max-width: 70%;
    padding: 0 0 0 40px;
  }
}

@media only screen and (max-width: 1240px) {
  /* -- Header Area */
  header.header-area .hedContent .menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
  }
  .menu-burger {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    position: relative;
  }
  /* -- Addons */
  /* -- Slider */
  .blocks_slider .item {
    -ms-grid-columns: 580px 1fr;
        grid-template-columns: 580px 1fr;
  }
  .blocks_slider .item .col.bild_slider img {
    width: 100%;
    padding: 0 50px;
  }
  .blocks_slider .item .col.text_slider {
    padding: 0 30px 0 0;
  }
  .blocks_slider .item .col.text_slider .__text .grosse_text {
    font-size: 86px;
    line-height: 68px;
  }
  .block_image {
    width: 413px;
    height: 292px;
  }
  .block_image .image {
    width: 413px;
    height: 292px;
  }
  /* -- Shortcode */
  .product-shortcode-box {
    -ms-grid-columns: (minmax(180px, 1fr))[4];
        grid-template-columns: repeat(4, minmax(180px, 1fr));
  }
  .product-shortcode-box .boxProduct {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  /* -- Content */
  .footer-area .row .col {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .footer-area .row .col:nth-child(2):after {
    display: none;
  }
  .footer-area .row .col:nth-child(3), .footer-area .row .col:nth-child(4) {
    margin: 20px 0 0 0;
  }
}

@media only screen and (max-width: 992px) {
  body.vc_empty_space, #wrapper.vc_empty_space {
    height: 25px;
  }
  h2 {
    font-size: 35px;
    line-height: 30px;
  }
  /* -- Header Area */
  header.header-area .hedTop .col.rightBox {
    position: absolute;
    top: 0;
    right: 0;
  }
  header.header-area .hedTop .col.rightBox .menuTop {
    opacity: 0;
    visibility: hidden;
  }
  header.header-area .hedContent {
    padding: 0 0 0 20px;
  }
  header.header-area .hedContent .hed_boxRight .box_anfragekorb .cart-popup {
    width: 200px;
  }
  header.header-area .hedContent .hed_boxRight .box_anfragekorb .cart-popup span.text-cart {
    text-align: center;
    font-size: 28px;
    line-height: 30px;
  }
  .breadcrumbs__box {
    display: none;
  }
  /* -- Addons */
  .blocks_slider .item {
    -ms-grid-columns: 500px 1fr;
        grid-template-columns: 500px 1fr;
  }
  .blocks_slider .item .col.bild_slider img {
    height: 300px;
  }
  .blocks_slider .item .col.text_slider {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }
  .blocks_slider .owl-nav {
    display: none;
  }
  .box_forma_addons .row .col-left .__bild {
    width: 244px;
    height: 244px;
    margin: 0 auto 20px;
  }
  .box_forma_addons .row .col-left .__text {
    padding: 0 20px 20px;
    font-size: 18px;
    line-height: 22px;
  }
  .box_forma_addons .row .col-left .__text .__top {
    font-size: 40px;
    line-height: 36px;
  }
  .box_forma_addons .row .col-left .__text .__bottom {
    margin: 10px 0;
  }
  .box_forma_addons .row .col-right .box__text_info {
    padding: 0 !important;
  }
  .box_forma_addons .row .col-right .box__text_info p {
    font-size: 18px;
    line-height: 22px;
  }
  .box_forma_addons .row .col-right .box__text_info .__tel {
    margin: 10px 0 10px 0;
    font-size: 50px;
    line-height: 40px;
  }
  .box_forma_addons .row .col-right .box__text_info .__mail {
    font-size: 20px;
  }
  .box_forma_addons .row .col-right .box__forma {
    width: 100%;
  }
  .block_reviews {
    width: 90%;
  }
  .block_reviews .owl-item .reviews_img {
    width: 246px;
    height: 246px;
    top: 0;
    left: 0;
    -webkit-transform: initial;
            transform: initial;
  }
  .block_reviews .owl-item .reviews_product_name {
    display: block;
  }
  .block_reviews .owl-item .reviews_text {
    font-size: 40px;
    width: 100%;
    margin: 0;
    -webkit-transform: initial !important;
            transform: initial !important;
    visibility: visible;
    position: relative;
    opacity: 1;
  }
  .block_image {
    width: 100%;
    height: 285px;
  }
  .block_image .image {
    width: 100%;
  }
  .block_image .icon__img {
    left: initial;
    right: -60px;
    z-index: 2;
  }
  /* -- Shortcode */
  .product-shortcode-box {
    -ms-grid-columns: (minmax(180px, 1fr))[2];
        grid-template-columns: repeat(2, minmax(180px, 1fr));
  }
  .product-shortcode-box .boxProduct {
    background: #1f4d7f;
  }
  .product-shortcode-box .boxProduct a span.box_product_title {
    color: #ffffff;
  }
  .product-shortcode-box .boxProduct:hover {
    background: #009fe3;
  }
  .product-shortcode-box #open-all-product {
    display: block;
  }
  /* -- Plugin */
  form.search__box {
    width: 90%;
  }
  /* -- Content */
  .single-product .content {
    padding: 25px 0 0 0;
  }
  .single-product .content .blocks_datenproduct .product-tabelle table thead tr th:nth-child(1), .single-product .content .blocks_datenproduct .product-tabelle table thead tr th:nth-child(2) {
    display: none;
  }
  .single-product .content .blocks_datenproduct .product-tabelle table thead tr th:nth-child(3) {
    text-align: left;
  }
  .single-product .content .blocks_datenproduct .product-tabelle table tr td:nth-child(1), .single-product .content .blocks_datenproduct .product-tabelle table tr td:nth-child(2) {
    display: none;
  }
  .single-product .content .blocks_datenproduct .product-tabelle table tr td:nth-child(3) {
    text-align: left;
  }
  .blog_item .box_imgpost {
    height: 200px;
  }
  .blog_item .box_imgpost .box_infopost .date_post {
    font-size: 20px;
  }
  .blog_item .box_imgpost .box_infopost .cat_box a {
    font-size: 20px;
  }
  .blog_item .box_imgpost .box_infopost .cat_box a:before {
    height: 14px;
  }
  .blog_item .box_button a {
    min-width: 250px;
    font-size: 23px;
  }
  .header-post {
    padding: 120 0 80px 0;
  }
  .header-post .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .box-title {
    font-size: 50px;
    line-height: 53px;
  }
  .box-title span {
    font-size: 30px !important;
    line-height: 33px !important;
  }
  .formular-box {
    width: 100%;
  }
  .formular-box .box__form {
    display: block;
  }
  .formular-box .box__form .box__footer {
    display: block;
  }
  .formular-box .box__form .box__footer .box-checkbox {
    margin: 0 0 20px 10px;
  }
  .header-category {
    background-size: initial;
  }
  .header-category h1 {
    font-size: 50px;
    line-height: 45px;
  }
}

@media only screen and (max-width: 770px) {
  /* -- Header Area */
  header.header-area .hedContent {
    padding: 0;
  }
  header.header-area .hedContent .hed_boxRight .box_anfragekorb .cart-popup {
    left: initial;
    right: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  header.header-area .hedContent .hed_boxRight .box_lang ul {
    margin: 0;
  }
  /* -- Shortcode */
  .product-shortcode-box {
    -ms-grid-columns: (minmax(180px, 1fr))[1];
        grid-template-columns: repeat(1, minmax(180px, 1fr));
  }
  .product-shortcode-box .boxProduct {
    background: #1f4d7f;
  }
  .product-shortcode-box .boxProduct a {
    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;
    text-align: initial;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    padding: 0;
    height: auto;
  }
  .product-shortcode-box .boxProduct a span.box_product_img {
    margin: 0;
    width: 120px;
    height: 120px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    max-width: 35%;
    padding: 0 20px;
  }
  .product-shortcode-box .boxProduct a span.box_product_title {
    font-size: 35px;
    line-height: 35px;
    color: #ffffff;
    margin: 0;
    padding: 0 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
    max-width: 65%;
  }
  .product-shortcode-box .boxProduct a span.box_product_type {
    right: initial;
    left: 10px;
  }
  .product-shortcode-box .boxProduct a:after {
    display: none;
  }
  .product-shortcode-box .boxProduct:hover {
    background: #009fe3;
  }
  /* -- Addons */
  .blocks_slider {
    padding: 0;
    margin: 0;
  }
  .blocks_slider .slider_box {
    width: 95%;
    margin: 0 auto;
  }
  .blocks_slider .item {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  .blocks_slider .item .col.bild_slider img {
    height: 300px;
  }
  .blocks_slider .item .col.text_slider {
    padding: 0 20px;
    margin: -35px 0 0 0;
  }
  .blocks_slider .item .col.text_slider .__text .grosse_text {
    font-size: 66px;
    line-height: 54px;
  }
  .blocks_slider .item .col.text_slider .__text .des_slider {
    display: none;
  }
  .blocks_slider .owl-dots {
    position: absolute;
    bottom: -38px;
    right: 0;
  }
  .box_forma_addons .row .col-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .box_forma_addons .row .col-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  /* -- Content */
  .blog-items .col-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  form.search-form input.search-field {
    max-width: 400px;
  }
}

@media only screen and (max-width: 600px) {
  #wrapper h1 {
    font-size: 40px;
    line-height: 45px;
  }
  #wrapper h2 {
    font-size: 28px;
    line-height: 33px;
  }
  #wrapper h3 {
    font-size: 24px;
    line-height: 28px;
  }
  #wrapper main.site-main.abstand {
    padding: 149px 0 0 0;
  }
  .container {
    width: 95%;
    margin: 0 auto;
  }
  /* -- Header Area */
  header.header-area .hedContent {
    min-height: 100px;
  }
  header.header-area .hedContent .logo {
    height: 45px;
    top: 0px;
  }
  .mobile_menu {
    width: 100%;
    opacity: 0;
    visibility: hidden;
    right: 0;
  }
  .mobile_menu.open {
    visibility: visible;
    opacity: 1;
  }
  .mobile_menu .logo {
    width: 120px;
    position: absolute;
    top: 12px;
    left: 25px;
    display: block;
  }
  .mobile_menu .logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  /* -- Shortcode */
  .neueste_post_block .neueste_posts {
    width: 320px;
    margin: 0 auto;
  }
  .blocks_slider .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blocks_slider .item .col.bild_slider {
    padding: 15px 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .blocks_slider .item .col.text_slider {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
  }
  .blocks_slider .item .col.text_slider .__text {
    margin: 0;
  }
  /* -- Content */
  .header-product {
    padding: 110px 0 30px 0;
  }
  .header-product .row .col.product-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .header-product .row .col.product-name {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .single-product .content .blocks_datenproduct .product-tabelle table thead {
    display: none;
  }
  .single-product .content .blocks_datenproduct .product-tabelle table tr {
    display: block;
    margin: 0 0 10px 0;
    border: 1px solid #ccc;
    padding: 15px 15px 5px 15px;
  }
  .single-product .content .blocks_datenproduct .product-tabelle table tr td {
    display: block !important;
    text-align: right !important;
    width: 100% !important;
    border-bottom: 1px dashed #ccc;
    padding: 4px 0;
    position: relative;
    min-height: 30px;
  }
  .single-product .content .blocks_datenproduct .product-tabelle table tr td:before {
    content: attr(data-label);
    font-weight: 700;
    color: #000;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .single-product .content .blocks_datenproduct .product-tabelle table tr td:after {
    content: "";
    display: block;
    clear: both;
  }
  .single-product .content .blocks_datenproduct .product-tabelle table tr td input {
    float: right;
    width: 30%;
  }
  .single-product .content .blocks_datenproduct .product-tabelle table tr td .vyn_button_loeschen {
    float: right;
    position: relative;
    top: 7px;
    right: 0;
    margin: 0 0 0 10px;
  }
  .single-product .content .blocks_datenproduct .product-tabelle table tr td:last-child {
    border: none;
  }
  .tabelle-anfragekorb table thead {
    display: none;
  }
  .tabelle-anfragekorb table tr {
    display: block;
    margin: 0 0 10px 0;
    border: 1px solid #ccc;
    padding: 15px 15px 5px 15px;
  }
  .tabelle-anfragekorb table tr td {
    display: block !important;
    text-align: right !important;
    width: 100% !important;
    border-bottom: 1px dashed #ccc;
    padding: 4px 0;
    position: relative;
    min-height: 30px;
  }
  .tabelle-anfragekorb table tr td:before {
    content: attr(data-label);
    font-weight: 700;
    color: #000;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .tabelle-anfragekorb table tr td:after {
    content: "";
    display: block;
    clear: both;
  }
  .tabelle-anfragekorb table tr td input {
    float: right;
    width: 30%;
  }
  .tabelle-anfragekorb table tr td:last-child {
    border: none;
  }
  .container_modal .col-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .container_modal .col-6 + .col-6 {
    margin: 0 0 4px 0;
  }
  .container_modal .box-checkbox {
    min-height: 50px;
  }
  .quantity .quantity-nav {
    position: absolute;
    right: 0;
    width: 50px;
  }
  .tabelle-anfragekorb .dashicons-yes-alt {
    position: absolute;
    top: 5px;
    right: 30px;
  }
  .tabelle-anfragekorb .dashicons-dismiss {
    position: absolute;
    right: 0;
    left: initial;
  }
  .block_reviews {
    width: 340px;
  }
  .header-category {
    padding: 150px 0 50px 0;
  }
  .header-category .product-img {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
  }
  .header-category .product-info {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    padding: 0;
  }
  .Inhaltsverzeichnis-box.leftop {
    position: absolute;
    left: 15px;
    right: initial;
    top: -33px;
  }
  .footer-area .row .col {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 20px 0 0 !important;
    padding: 0 15px 20px 20px !important;
  }
  .footer-area .row .col:after {
    width: 100% !important;
    height: 1px !important;
    bottom: 0;
    top: initial !important;
    right: initial !important;
    left: 0;
    background: rgba(49, 49, 49, 0.459) !important;
  }
  .footer-area .row .col:nth-child(2)::after {
    display: block;
  }
  .footer-area .row .col:last-child:after {
    display: none;
  }
  .footer-area .box_footer_menu .row {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .footer-area .box_footer_copy {
    font-size: 14px !important;
  }
  form.search-form input.search-field {
    max-width: 300px;
  }
}

@media only screen and (max-width: 550px) {
  header.header-area .hedContent .hed_boxRight .box_search {
    z-index: 9;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  header.header-area .hedContent .hed_boxRight .box_search.open {
    position: absolute;
    background: #fff;
    -webkit-transform: translateX(117px);
            transform: translateX(117px);
  }
  header.header-area .hedContent .hed_boxRight .box_search.open form {
    background: #fff;
  }
}

@media only screen and (max-width: 450px) {
  /* -- Header Area */
  header.header-area .hedTop {
    padding: 0 0 0 10px;
  }
  header.header-area .hedTop .col.rightBox {
    display: none;
  }
  /* -- Content */
  .single-product .content .blocks_desproduct .product-des-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .single-product .content .blocks_desproduct .product_description {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 15px 0 0 0;
  }
  /* -- Shortcode */
  .contact-box .con_img {
    position: absolute;
    top: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .contact-box .con_content {
    min-height: 138px;
    padding: 95px 5px 0 5px;
    text-align: center;
  }
  .contact-box2 .wrap {
    padding: 100px 20px 20px 20px;
    margin: 130px 0;
  }
  .contact-box2 .wrap .image {
    left: 50%;
    top: -100px;
    width: 180px;
    height: 180px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .contact-box2 .wrap .content {
    text-align: center;
  }
  form.search-form input.search-field {
    max-width: 250px;
  }
  footer.footer-area .box_footer_menu .row {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  footer.footer-area .box_footer_menu ul li a {
    font-size: 14px;
  }
  footer.footer-area .box_footer_menu .socialTop {
    display: block;
  }
}

@media only screen and (max-width: 370px) {
  .menu-burger {
    margin: 0 0 0 10px;
  }
  header.header-area .hedTop a {
    font-size: 11px;
  }
  header.header-area .hedContent .logo {
    height: 30px;
    top: 5px;
  }
  header.header-area .hedContent .hed_boxRight .box_search {
    margin: 6px 5px  0 0;
  }
  header.header-area .hedContent .hed_boxRight .box_search form #search-input {
    width: 200px;
  }
  header.header-area .hedContent .hed_boxRight .box_search.open {
    -webkit-transform: translateX(139px);
            transform: translateX(139px);
  }
  header.header-area .hedContent .hed_boxRight .box_lang ul li a {
    font-size: 30px;
  }
  /* -- Shortcode */
  .neueste_post_block .neueste_posts {
    width: 300px;
  }
  .neueste_post_block .neueste_post_item .__img {
    height: 200px;
  }
  .neueste_post_block .neueste_post_item .__img img {
    width: 100% !important;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .neueste_post_block .neueste_post_item .__title {
    font-size: 28px;
    line-height: 30px;
  }
}
