/*
	Theme Name: PS Marketing & Consulting UG
	Theme URI: https://www.ps-marketing.de
	Adapted by: www.websparadise.com
	Description: Design by <a href="https://www.ps-marketing.de" target="_blank">PS Marketing & Consulting UG</a>.
	Author: Ramin Fleckner
	Template:       Divi
	Version:        1.0.0
*/

/* 
 * Well. As you guys probabily will find out, this is all a mess!, My CSS solutions for client are starting with "wbps" for websparadise. Hope I have left this code in conditions that you can keep working on it! My best wishes @PeterEloy
 * 
 */


@font-face {
  font-family: 'Archive';
  src: url("fonts/archive-webfont.woff2") format("woff2"), url("fonts/archive-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  background: #000;
  color: #000;
}

body:before {
  content: '';
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8c8c8c+0,ffffff+100&1+0,1+49,0+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.74) 0%, rgba(0, 0, 0, 0.33) 49%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.74) 0%, rgba(0, 0, 0, 0.33) 49%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.74) 0%, rgba(0, 0, 0, 0.33) 49%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c8c8c', endColorstr='#00ffffff',GradientType=0 );
  /* IE6-9 */
  height: 130px;
  position: absolute;
  top: 46px;
  left: 0;
  right: 0;
  display: block;
  z-index: 99;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Archive', Arial, Helvetica, sans-serif;
}

.hidden-input, #getdistance {
  top: 0;
  left: 0;
  overflow: hidden;
  opacity: 0;
  height: 0;
  width: 0;
  position: absolute;
}

.et_fixed_nav.et_show_nav #page-container {
  padding: 0 !important;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  color: #fff;
}

#page-container {
  padding-top: 46px;
}

#topbar {
  z-index: 999999;
  height: 46px;
  background: #d4af37;
  color: #000;
  text-transform: uppercase;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}

#topbar:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#topbar .widget_text {
  float: none;
}

#topbar .infolist {
  float: left;
  padding-top: 12px;
}

#topbar .infolist li {
  float: left;
  margin-right: 25px;
  text-transform: uppercase;
  position: relative;
  padding-left: 28px;
  font-weight: bold;
  padding-left: 32px;
  font-size: 10px;
  line-height: 11px;
}

#topbar .infolist li span {
	white-space:nowrap;
}

#topbar .infolist li:before {
  content: '';
  width: 25px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: 0;
  display: block;
}

#topbar .infolist li:nth-child(1) {
  width: 120px;
}

#topbar .infolist li:nth-child(1):before {
  background-image: url("images/infolist1.jpg");
}

#topbar .infolist li:nth-child(2) {
  width: 100px;
}

#topbar .infolist li:nth-child(2):before {
  background-image: url("images/infolist2.jpg");
}

#topbar .infolist li:nth-child(3) {
  width: 124px;
}

#topbar .infolist li:nth-child(3):before {
  background-image: url("images/infolist3.jpg");
}
#topbar .infolist li:nth-child(4):before {
  background-image: url("images/infolist4.png");
}
#topbar .infolist li:nth-child(4) a {
	font-weight: bold;
  color: #000;
  font-size: 10px;
  line-height: 11px;
}
#topbar .infodesc {
  float: right;
  font-weight: bold;
  padding-top: 11px;
}

#topbar .infodesc .desc {
  float: left;
  line-height: 12px;
  font-size: 12px;
  padding-right: 9px;
}

#topbar .infodesc p {
  float: right;
}

#topbar .infodesc a {
  font-size: 14px;
  position: relative;
  padding-left: 34px;
  color: #000;
  font-size: 25px;
}

#topbar .infodesc a:before {
  content: '';
  background-image: url("images/infodesc.jpg");
  width: 26px;
  height: 26px;
  position: absolute;
  top: 3px;
  left: 3px;
  display: block;
}

html:lang(en) #topbar .infolist li:nth-child(1) {
  width: 140px;
}

#main-header {
  background: transparent;
  box-shadow: none;
  position: absolute;
  top: 46px;
  left: 0;
  right: 0;
}

.admin-bar {
  top: 32px;
}

.admin-bar:before {
  top: 78px;
}

.admin-bar #main-header {
  top: 78px;
}

.admin-bar #topbar {
  top: 32px;
}

#logo {
  max-height: none;
}

#top-menu li.current-menu-ancestor > a {
  color: #d4af37;
}

#top-menu a {
  color: #fff;
  font-family: 'Archive', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
}

#top-menu a:hover {
  background: transparent;
}

#top-menu > li.current-menu-item > a, #top-menu .current-page-ancestor > a {
  border-bottom: 1px solid #fff;
  color: #fff !important;
  padding-bottom: 10px !important;
}

#top-menu li ul {
  background: transparent;
  padding: 0;
  border: 0;
  box-shadow: none;
  margin: 0;
  top: 24px;
}

#top-menu li ul li {
  padding: 0;
  margin-bottom: 6px;
}

#top-menu li ul li a {
  padding: 1px 10px;
  background: #d4af37;
}

#top-menu li ul li a:hover {
  background: #1c1a1e;
}

#top-menu li ul li.current-menu-item a {
  color: #fff !important;
  background: #1c1a1e;
}

.et_pb_tabs {
  border: 0;
}

.et_pb_tabs ul.et_pb_tabs_controls {
  background: transparent;
}

.et_pb_tabs ul.et_pb_tabs_controls:after {
  content: none;
}

.et_pb_tabs ul.et_pb_tabs_controls li {
  width: 50%;
  text-align: center;
  border: 0;
  padding-right: 3px;
  box-sizing: border-box;
  border-radius: 5px 5px 0 0;
  background: rgba(0, 0, 0, 0.32);
}

.et_pb_tabs ul.et_pb_tabs_controls li:last-child {
  padding-right: 0;
}

.et_pb_tabs ul.et_pb_tabs_controls li a {
  font-family: 'Archive', Arial, Helvetica, sans-serif;
  font-size: 25px;
  color: #fff !important;
  padding: 12px 0;
}

.et_pb_tabs ul.et_pb_tabs_controls li.et_pb_tab_active {
  background: rgba(0, 0, 0, 0.6);
}

.et_pb_all_tabs {
  background: rgba(0, 0, 0, 0.6);
}

.et_pb_all_tabs .et_pb_tab_content > p {
  display: none;
}

.et_pb_all_tabs .et_pb_tab {
  padding: 25px 4px 4px;
}

.et_pb_all_tabs .et_pb_tab .tf_row {
  margin-bottom: 7px;
}

.et_pb_all_tabs .et_pb_tab .tf_row:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.et_pb_all_tabs .et_pb_tab .tf_row .tf_col_half {
  float: left;
  padding: 0 4px;
  width: 25%;
}

.et_pb_all_tabs .et_pb_tab .tf_row .tf_col_half select {
  background: #fff;
  border-radius: 5px;
  border: 2px solid #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Archive', Arial, Helvetica, sans-serif;
  padding: 10px 15px 9px 27px;
  width: 100%;
  background-position: -2px 2px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  background-image: url(images/icon22@2x.png);
}

.et_pb_all_tabs .et_pb_tab .tf_row .tf_col {
  float: left;
  width: 50%;
  padding: 0 4px;
}

.et_pb_all_tabs .et_pb_tab .tf_row .tf_col select {
  -webkit-appearance: none;
}

.et_pb_all_tabs .et_pb_tab .tf_row .tf_col input, .et_pb_all_tabs .et_pb_tab .tf_row .tf_col select {
  background: #fff;
  border-radius: 5px;
  border: 2px solid #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Archive', Arial, Helvetica, sans-serif;
  padding: 10px 15px 9px 27px;
  width: 100%;
  background-position: -2px 2px;
  background-repeat: no-repeat;
}

.et_pb_all_tabs .et_pb_tab .tf_row .tf_col input.von, .et_pb_all_tabs .et_pb_tab .tf_row .tf_col select.von {
  background-image: url("images/icon20@2x.png");
}

.et_pb_all_tabs .et_pb_tab .tf_row .tf_col input.nach, .et_pb_all_tabs .et_pb_tab .tf_row .tf_col select.nach {
  background-image: url("images/icon20@2x.png");
}

.et_pb_all_tabs .et_pb_tab .tf_row .tf_col input.datum, .et_pb_all_tabs .et_pb_tab .tf_row .tf_col select.datum {
  background-image: url("images/icon21@2x.png");
}

.et_pb_all_tabs .et_pb_tab .tf_row .tf_col input.uhrzeit, .et_pb_all_tabs .et_pb_tab .tf_row .tf_col select.uhrzeit {
  background-image: url("images/icon22@2x.png");
}

.et_pb_all_tabs .et_pb_tab .tf_controls {
  padding: 4px 4px 0;
}

.et_pb_all_tabs .et_pb_tab .tf_controls input {
  background: #d4af37;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  width: 100%;
  border: 0;
  font-size: 22px;
  padding: 13px 0 12px;
  cursor: pointer;
  font-family: 'Archive', Arial, Helvetica, sans-serif;
}

.et_pb_all_tabs .et_pb_tab .tf_controls .ajax-loader {
  position: absolute;
}

.et_pb_all_tabs .et_pb_tab .tf_datenschutz {
  text-align: center;
  padding-top: 4px;
  font-size: 11px;
  color: #e0e0e0;
}

.et_pb_all_tabs .et_pb_tab .tf_datenschutz a {
  color: #e0e0e0;
}

.heading {
  margin-bottom: 30px;
}

.heading p {
  font-size: 56px;
  font-family: 'Archive', Arial, Helvetica, sans-serif;
  color: #fff;
}

.heading p strong {
  font-weight: normal;
}

.home .heading p {
  text-align: center;
}

.blc-header {
  background-position: top center;
  padding: 125px 0 223px;
  position: relative;
  z-index: 10;
  margin-bottom: -7.1vw;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 7.1vw), 0 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 7.1vw), 0 100%);
}

.blc-first {
  padding-top: 7.1vw !important;
}

.blc-feature {
  background: #000;
  padding-top: 8vw !important;
  padding-bottom: 0 !important;
  position: relative;
  z-index: 1;
}

.blc-feature .et_pb_row {
  max-width: 1340px;
}

.blc-feature .et_pb_column_2_3 {
  width: 57%;
  margin-right: 4%;
}

.blc-feature .et_pb_column_1_3 {
  width: 39%;
}

.blc-feature .slogan h2 {
  color: #ffffff;
  font-size: 50px;
  text-transform: uppercase;
  line-height: 61px;
}

.blc-feature .item {
  float: left;
  background: #d3ae37;
  color: #fff;
  margin: 0 !important;
  position: relative;
  box-sizing: border-box;
  padding: 30px 20px 0px 70px;
  font-size: 10px;
  height: 86px;
  width: 33%;
}

.blc-feature .item:nth-child(1) {
  width: 37%;
}

.blc-feature .item:nth-child(1) img {
  left: 13px;
}

.blc-feature .item:nth-child(2) {
  width: 32%;
}

.blc-feature .item:nth-child(3) {
  width: 31%;
}

.blc-feature .item .et_pb_text_inner {
  position: static;
}

.blc-feature .item:before {
  content: '';
  position: absolute;
  top: 7px;
  bottom: 7px;
  width: 2px;
  right: 28px;
  display: block;
  background: #fff;
}

.blc-feature .item:last-child::before {
  content: none;
}

.blc-feature .item p {
  line-height: normal;
}

.blc-feature .item h3 {
  color: #fff;
  font-size: 15px;
  padding-bottom: 5px;
}

.blc-feature .item img {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 6px;
}

.blc-images {
  background: #000;
  padding: 30px 0 75px !important;
}

.blc-images .et_pb_row {
  max-width: 1344px;
  width: 100%;
  padding: 0 0 9px;
}

.blc-images .et_pb_column_2_3 {
  width: 59.6%;
  padding-right: 9px;
  box-sizing: border-box;
  margin-right: 0;
}

.blc-images .et_pb_column_1_3 {
  width: 40.4%;
}

.blc-images .et_pb_column_1_4 {
  margin-right: 0;
  padding-right: 9px;
  box-sizing: border-box;
}

.blc-images .et_pb_column_1_4:nth-child(1) {
  width: 28.5%;
}

.blc-images .et_pb_column_1_4:nth-child(2) {
  width: 22%;
}

.blc-images .et_pb_column_1_2 {
  width: 49.5%;
}

.blc-service, .blc-profit {
  background: #d4af37;
  z-index: 2;
  padding: 100px 0 70px !important;
  clip-path: polygon(0 3.2vw, 100% 0, 100% calc(100% - 3.2vw), 0 100%);
  -webkit-clip-path: polygon(0 3.2vw, 100% 0, 100% calc(100% - 3.2vw), 0 100%);
}

.blc-service .et_pb_row, .blc-profit .et_pb_row {
  width: 84%;
}

.blc-service:before, .blc-profit:before {
  background: inherit;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
  top: 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: skewY(-2deg);
  transform: skewY(-2deg);
  height: 50%;
}

.blc-service .item, .blc-profit .item {
  text-align: left;
}

.blc-service .item h2, .blc-profit .item h2 {
  color: #000 !important;
  font-size: 22px;
  padding-left: 63px;
  padding-bottom: 0;
  margin-bottom: 2px;
  min-height: 40px;
}

.blc-service .item p, .blc-profit .item p {
  color: #000;
  font-size: 12px;
  text-align: justify;
  line-height: 15px;
}

.blc-service .item p img, .blc-profit .item p img {
  position: absolute;
}

.blc-service .item.item1 p img, .blc-profit .item.item1 p img {
  top: -15px;
  left: -17px;
}

.blc-service .item.item2 p img, .blc-profit .item.item2 p img {
  top: -19px;
  left: -13px;
}

.blc-service .item.item3 p img, .blc-profit .item.item3 p img {
  top: -17px;
  left: -33px;
}

.blc-service .item.item4 p img, .blc-profit .item.item4 p img {
  top: -16px;
  left: -32px;
}

.blc-service .item.item5 p img, .blc-profit .item.item5 p img {
  top: -17px;
  left: -24px;
}

.blc-service .item.item6 p img, .blc-profit .item.item6 p img {
  top: -16px;
  left: -21px;
}

.blc-service .item .et_pb_button_wrapper, .blc-profit .item .et_pb_button_wrapper {
  text-align: right;
  font-size: 12px;
}

.blc-service .item .et_pb_button_wrapper a, .blc-profit .item .et_pb_button_wrapper a {
  font-family: 'Archive', Arial, Helvetica, sans-serif;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  background: transparent;
}

.blc-service .item .et_pb_button_wrapper a:hover, .blc-profit .item .et_pb_button_wrapper a:hover {
  color: #000;
}

.blc-service .item .et_pb_button_wrapper a:after, .blc-profit .item .et_pb_button_wrapper a:after {
  content: none;
}

.blc-profit {
  padding: 100px 0 150px !important;
  margin-top: -3.3vw;
}

.blc-profit .heading p strong {
  color: #000;
}

.blc-profit .et_pb_column h2 {
  margin-bottom: 30px;
}

.blc-profit .et_pb_column p img {
  width: 55px;
  top: 1px;
  left: 0;
}

.blc-partner {
  padding: 115px 0 106px !important;
  background: #000;
  z-index: 3;
}

.blc-partner .et_pb_column {
  text-align: center;
}

.blc-partner:before {
  background: inherit;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
  top: 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: skewY(-2deg);
  transform: skewY(-2deg);
  height: 50%;
}

.blc-partner .heading p strong {
  color: #d4af37;
}

.blc-partner .et_pb_image {
  display: inline-block;
  margin-right: 40px;
  margin-bottom: 0 !important;
}

.blc-partner .et_pb_image:last-child {
  margin-right: 0;
}

.blc-payment {
  margin-top: -3.3vw;
  background: #d4af37;
  z-index: 4;
  padding: 118px 0 0 !important;
  clip-path: polygon(0 3.2vw, 100% 0, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(0 3.2vw, 100% 0, 100% 100%, 0 100%);
}

.blc-payment:after {
  background: inherit;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
  top: 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: skewY(-2deg);
  transform: skewY(-2deg);
  height: 50%;
}

.blc-payment .heading {
  margin-bottom: 0;
}

.blc-payment .heading p {
  color: #000;
}

.blc-payment .heading p strong {
  color: #fff;
}

.blc-payment .title {
  color: #000;
  font-size: 22px;
  margin-bottom: 0px !important;
  padding-bottom: 52px;
  padding-left: 60px;
  font-family: 'Archive', Arial, Helvetica, sans-serif;
}

.blc-payment .title img {
  position: absolute;
  top: 0;
  left: -62px;
}

.blc-payment .item {
  color: #fff;
  font-family: 'Archive', Arial, Helvetica, sans-serif;
  font-size: 22px;
  margin-bottom: 42px !important;
}

.blc-payment .item strong {
  font-weight: normal;
  font-size: 16px;
  position: relative;
  top: -20px;
}

.blc-payment .item .icon {
  position: absolute;
  top: -7px;
  left: -100px;
}

.skewed {
  clip-path: polygon(0 3.2vw, 100% 0, 100% calc(100% - 3.2vw), 0 100%);
  -webkit-clip-path: polygon(0 3.2vw, 100% 0, 100% calc(100% - 3.2vw), 0 100%);
}

.service {
  background-color: #000;
  margin-top: -3.3vw;
  clip-path: polygon(0 3.2vw, 100% 0, 100% calc(100% - 3.2vw), 0 100%);
  -webkit-clip-path: polygon(0 3.2vw, 100% 0, 100% calc(100% - 3.2vw), 0 100%);
}

.service h2 {
  font-size: 60px;
  color: #d4af37;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.service h3 {
  color: #fff;
}

.service p {
  font-size: 16px;
  color: #fff;
}

.service a {
  color: #fff;
}

.service a:hover {
  color: #d4af37;
}

.blc-class.brand {
  background: #d3ae37;
  clip-path: polygon(0 3.2vw, 100% 0, 100% calc(100% - 3.2vw), 0 100%);
  -webkit-clip-path: polygon(0 3.2vw, 100% 0, 100% calc(100% - 3.2vw), 0 100%);
}

.blc-class.brand .class {
  color: #fff;
}

.blc-class.brand .class .et_pb_module_header {
  color: #fff;
}

.blc-class .type {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -70px;
  font-family: 'Archive', Arial, Helvetica, sans-serif;
  font-size: 35px;
  text-align: center;
  line-height: 55px;
  background: #000;
  color: #fff;
}

.blc-class .class {
  color: #d3ae37;
}

.blc-class .class .et_pb_module_header {
  color: #d3ae37;
  font-size: 35px;
  font-family: 'Archive', Arial, Helvetica, sans-serif;
  position: relative;
}

.blc-class .class ul {
  padding: 50px 0 0 0;
}

.blc-class .class ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.blc-class .class ul li {
  list-style: none;
  position: relative;
  padding-left: 65px;
  margin-bottom: 28px;
  line-height: normal;
}

.blc-class .class ul li img {
  position: absolute;
}

.blc-class .class ul li:nth-child(1) img {
  top: -8px;
  left: 10px;
}

.blc-class .class ul li:nth-child(2) img {
  top: -3px;
  left: 6px;
}

.blc-class .class ul li:nth-child(3) img {
  top: -12px;
  left: 8px;
}

.blc-class .class ul li:nth-child(4) img {
  top: -5px;
  left: 1px;
}

.blc-class .class .et_pb_button {
  background: #000000;
  font-family: 'Archive', Arial, Helvetica, sans-serif;
  font-size: 25px;
  color: #fff !important;
  border: 0 !important;
}

.blc-corner {
  z-index: 1;
}

.step-image {
  z-index: 10;
  margin: -7vw 0 -5vw;
  padding: 450px 0 !important;
  clear: both;
}

.blc-step.step-one {
  padding-top: 10vw !important;
  background: #000;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 3.2vw), 0 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 3.2vw), 0 100%);
}

.blc-step.step-one .heading p {
  text-align: left;
}

.blc-step.step-one .title {
  color: #fff;
}

.blc-step.step-one .title:before {
  content: '1';
  color: #fff;
  background: #d4af37;
}

.blc-step.step-one .et_pb_button_wrapper a {
  background: #d3ae37;
  color: #fff;
  border-color: #d3ae37;
}

.blc-step.step-two {
  background: #d3ae37;
}

.blc-step.step-two .title {
  color: #fff;
}

.blc-step.step-two .title:before {
  content: '2';
  color: #fff;
  background: #000;
}

.blc-step.step-two .et_pb_button_wrapper a {
  background: #000;
  color: #fff;
  border-color: #000;
}

.blc-step.step-three {
  padding-top: 128px !important;
  padding-bottom: 92px !important;
}

.blc-step.step-three .heading p {
  line-height: normal;
  text-align: left;
  font-size: 71px;
  padding-top: 35px;
}

.blc-step.step-three .title:before {
  content: '3';
}

.blc-step.step-three .et_pb_promo {
  text-align: left;
  color: #fff;
}

.blc-step.step-three .et_pb_promo_description {
  margin: 41px 0 0 -66px;
  line-height: 20px;
}

.blc-step .et_pb_button_wrapper {
  text-align: left;
}

.blc-step .et_pb_button_wrapper a {
  font-family: 'Archive', Arial, Helvetica, sans-serif;
  font-size: 25px;
  text-transform: uppercase;
  white-space: nowrap;
}

.blc-step .heading p {
  font-size: 60px;
}

.blc-step .title {
  font-size: 20px;
  font-family: 'Archive', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 15px !important;
  padding-top: 11px;
}

.blc-step .title:before {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -70px;
  font-family: 'Archive', Arial, Helvetica, sans-serif;
  font-size: 35px;
  text-align: center;
  line-height: 55px;
}

.blc-step h2 {
  font-weight: normal;
  color: #fff;
  font-size: 15px;
  padding: 0;
  margin: 0 0 25px;
  text-align: left;
  font-family: 'Raleway', Helvetica, Arial, Lucida, sans-serif;
}

.blc-step ul {
  padding: 0;
  margin: 0;
}

.blc-step ul li {
  list-style: none;
  position: relative;
  text-align: left;
  color: #fff;
  line-height: normal;
  margin-bottom: 35px;
}

.blc-step ul li img {
  position: absolute;
}

.blc-step ul li:nth-child(1) img {
  top: 2px;
  left: -64px;
}

.blc-step ul li:nth-child(2) img {
  top: -10px;
  left: -69px;
}

.blc-step ul li:nth-child(3) img {
  top: -11px;
  left: -72px;
}

.blc-step ul li:nth-child(4) img {
  top: -12px;
  left: -69px;
}

.blc-park {
  font-size: 20px;
  color: #fff;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 3.2vw), 0 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 3.2vw), 0 100%);
}

.blc-park .heading p {
  text-align: left;
}

.blc-einfach {
  background-color: #fff;
  background-size: contain;
  font-size: 20px;
  line-height: normal;
  margin-bottom: -70px;
  padding-bottom: 140px !important;
  background-position: center !important;
}

.blc-einfach .heading p {
  color: #d4af38;
  line-height: normal;
  text-align: left;
  font-size: 60px;
}

.blc-klass {
  padding: 0 0 50px 0 !important;
}

.blc-klass .et_pb_row {
  padding: 0 !important;
}

.blc-klass .one {
  margin: 0;
  width: 35%;
  padding-top: 9px;
}

.blc-klass .two {
  width: 41%;
  margin: -44px 0 0 0;
}

.blc-klass .three {
  width: 24%;
}

.blc-klass .heading {
  margin-bottom: 52px !important;
}

.blc-klass .heading p {
  color: #000;
}

.blc-klass .title {
  margin-bottom: 57px !important;
  padding-bottom: 20px;
  border-bottom: 1px solid #aaaaaa;
}

.blc-klass .title h3 {
  font-size: 29px;
}

.blc-klass .title p {
  color: #d3ae37;
  font-size: 15px;
}

.blc-klass .list ul {
  margin: 0;
  padding: 0;
}

.blc-klass .list ul li {
  list-style: none;
  font-size: 15px;
  color: #d3ae37;
  position: relative;
  margin-bottom: 29px;
  padding-left: 50px;
}

.blc-klass .list ul li img {
  position: absolute;
}

.blc-klass .list ul li:nth-child(1) img {
  top: -4px;
  left: 0px;
}

.blc-klass .list ul li:nth-child(2) {
  float: left;
}

.blc-klass .list ul li:nth-child(2) img {
  top: -8px;
  left: -4px;
}

.blc-klass .list ul li:nth-child(3) {
  float: left;
  margin-left: 30px;
}

.blc-klass .list ul li:nth-child(3) img {
  top: -9px;
  left: -14px;
}

.blc-klass .your-type {
  display: none;
}

.blc-klass .et_pb_code_inner, .blc-klass .et_pb_column {
  position: static;
}

.blc-klass .et_cf_three {
  margin-bottom: 4px;
}

.blc-klass .et_cf_three select, .blc-klass .et_cf_three .wpcf7-form-control-wrap {
  width: 120px;
  height: 36px;
  display: inline-block;
}

.blc-klass .et_cf_three .wpcf7-form-control-wrap {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.blc-klass .et_cf_three .your-personen {
  background-image: url("images/person@2x.png");
}

.blc-klass .et_cf_three .your-kleinekoffer {
  background-image: url("images/kleinkoffer@2x.png");
}

.blc-klass .et_cf_three .your-grossekoffer {
  background-image: url("images/grosskoffer@2x.png");
}

.blc-klass .et_cf_three .your-tier {
  background-image: url("images/tiere@2x.png");
}

.blc-klass .et_cf_three .your-kinder {
  background-image: url("images/kind@2x.png");
}

.blc-klass .et_cf_three select {
  -webkit-appearance: none;
  box-sizing: border-box;
  padding-left: 58px;
  font-size: 20px;
  border: 0;
  background: none;
  font-weight: bold;
  color: #d3af37;
}

.blc-klass .submit-control {
  position: absolute;
  bottom: 0;
  right: 0;
}

.blc-klass .submit-control .wpcf7-submit {
  background: #000000;
  font-family: 'Archive', Arial, Helvetica, sans-serif;
  font-size: 25px;
  color: #fff !important;
  border: 0 !important;
  padding: 10px 40px;
  cursor: pointer;
}

.blc-maps {
  padding: 0 !important;
  margin-top: -3.3vw;
  margin-bottom: -70px;
  z-index: 1;
  clip-path: polygon(0 3.2vw, 100% 0, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(0 3.2vw, 100% 0, 100% 100%, 0 100%);
}

.blc-maps .et_pb_row {
  padding: 0;
  max-width: none;
  width: 100%;
}

.page-id-109, .page-id-650 {
  background: #fff;
}

.page-id-109 .blc-header, .page-id-650 .blc-header {
  padding: 350px 0 !important;
}

.page-id-100 .blc-payment {
  border-top: 1px solid #000;
  clip-path: none;
  -webkit-clip-path: none;
}

.blc-contact {
  padding-top: 180px !important;
}

.blc-contact .texte p {
  font-size: 16px;
}

.blc-contact .texte p strong {
  text-transform: uppercase;
}

.blc-angeben {
  padding-top: 0 !important;
}

.blc-angeben .heading, .blc-contact .heading, .blc-thanks .heading {
  margin-bottom: 75px !important;
}

.blc-angeben .heading p, .blc-contact .heading p, .blc-thanks .heading p {
  color: #000;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  color: #000 !important;
}

.wdt-kontaktformular h3 {
  margin: 60px 0 20px;
}

.wdt-kontaktformular .et_cf_controls {
  padding-top: 60px;
}

.wdt-kontaktformular .your-dritte {
  font-size: 15px;
  margin-left: -20px;
}

.wdt-kontaktformular .your-dritte input {
  width: 25px;
  height: 25px;
  position: relative;
  top: 6px;
}

#dritteContent {
  display: none;
  padding-top: 40px;
}

div.wpcf7-response-output {
  display: none !important;
}

.wdt-kontaktformular .your-dritte input[type=checkbox]:checked + .dritte-content {
  display: block;
}

.et_cf_rows:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.et_cf_rows .intl-tel-input {
  display: block;
}

.et_cf_rows small {
  clear: both;
  display: block;
  margin-bottom: 20px;
  position: relative;
  top: -20px;
  padding-left: 14px;
}

.et_cf_rows .et_cf_three {
  float: left;
  width: 33.3333%;
}

.et_cf_rows .et_cf_column, .et_cf_rows .et_cf_controls {
  float: left;
  width: 39%;
  margin-right: 43px;
  margin-bottom: 32px;
}

.et_cf_rows .et_cf_column.full, .et_cf_rows .et_cf_controls.full {
  width: 81.8%;
}

.et_cf_rows .et_cf_column select {
  -webkit-appearance: none;
}

.et_cf_rows .et_cf_column input, .et_cf_rows .et_cf_column textarea, .et_cf_rows .et_cf_column select {
  background-color: #f5f4f4;
  border: none;
  padding: 11px 13px;
  color: #d3ae37;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  width: 100%;
  border: 2px solid transparent;
}

.et_cf_rows .et_cf_column input:focus, .et_cf_rows .et_cf_column textarea:focus, .et_cf_rows .et_cf_column select:focus {
  border-color: #d3ae37;
}

.et_cf_rows .et_cf_column input::-webkit-input-placeholder, .et_cf_rows .et_cf_column textarea::-webkit-input-placeholder, .et_cf_rows .et_cf_column select::-webkit-input-placeholder {
  color: #d3ae37;
}

.et_cf_rows .et_cf_column input::-moz-placeholder, .et_cf_rows .et_cf_column textarea::-moz-placeholder, .et_cf_rows .et_cf_column select::-moz-placeholder {
  color: #d3ae37;
}

.et_cf_rows .et_cf_column input:-ms-input-placeholder, .et_cf_rows .et_cf_column textarea:-ms-input-placeholder, .et_cf_rows .et_cf_column select:-ms-input-placeholder {
  color: #d3ae37;
}

.et_cf_rows .et_cf_column input:-moz-placeholder, .et_cf_rows .et_cf_column textarea:-moz-placeholder, .et_cf_rows .et_cf_column select:-moz-placeholder {
  color: #d3ae37;
}

.et_cf_rows .et_cf_column textarea {
  height: 277px;
}

.et_cf_rows .et_cf_column.ansprechpartner {
  display: none;
}

.et_cf_rows .wpcf7-tel {
  background-image: url("images/flag.png");
  background-position: 2px 2px;
  background-repeat: no-repeat;
  padding-left: 50px !important;
}

.et_cf_rows .et_cf_controls input {
  float: right;
  margin-top: 224px;
}

.et_cf_controls input {
  background: #000000;
  font-family: 'Archive', Arial, Helvetica, sans-serif;
  font-size: 25px;
  color: #fff !important;
  border: 0 !important;
  padding: 11px 46px;
  cursor: pointer;
}

.blc-empty {
  padding-top: 180px !important;
}

.blc-empty .heading {
  margin-bottom: 75px !important;
}

.blc-empty .heading p {
  color: #000;
}

.blc-data {
  padding-top: 180px !important;
  padding-bottom: 63px !important;
}

.blc-data .et_pb_row {
  border-bottom: 1px solid #aaaaaa;
}

.blc-data .et_pb_row:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.blc-data ul {
  padding: 0;
  margin: 0;
}

.blc-data ul li {
  list-style: none;
  float: left;
  padding-left: 70px;
  position: relative;
  font-size: 12px;
  color: #aaaaaa;
  margin-right: 2%;
  line-height: normal;
}

.blc-data ul li:before {
  content: '';
  width: 55px;
  height: 55px;
  display: block;
  position: absolute;
  top: -7px;
  left: 0px;
}

.blc-data ul li strong {
  display: block;
  font-size: 22px;
  font-family: 'Archive', Arial, Helvetica, sans-serif;
  color: #000;
}

.blc-data ul li.abh::before {
  background-image: url("images/icon-data1@2x.png");
}

.blc-data ul li.ziel::before {
  background-image: url("images/icon-data2@2x.png");
}

.blc-data ul li.dst::before {
  background-image: url("images/icon-data3@2x.png");
}

.blc-data ul li.dtm::before {
  background-image: url("images/icon-data4@2x.png");
}

.blc-data ul li.kls::before {
  background-image: url("images/icon-data5@2x.png");
}

.blc-thanks {
  padding-bottom: 140px !important;
}

.blc-thanks .wpcf7 {
  margin-bottom: 50px;
}

.blc-thanks .wpcf7:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.blc-thanks .et_pb_row {
  border: none;
}

.blc-thanks .heading p {
  font-size: 40px;
}

.blc-thanks .content p {
  font-size: 21px;
}

.blc-thanks .content h3 {
  font-size: 32px;
  font-weight: normal;
}

.blc-thanks .content p strong {
  display: block;
  font-size: 32px;
  font-weight: normal;
  padding-top: 30px;
}

.thanks-page .wdt-kontaktformular {
  display: none !important;
}

.thanks-page .wdt-thanks, .thanks-page .wdt-thanks-contact {
  display: block !important;
}

.thanks-page .blc-angeben .heading {
  display: none;
}

.thanks-page .blc-data > .et_pb_row {
  position: relative;
  top: 110px;
}

.wdt-thanks {
  font-size: 16px;
  position: relative;
  top: -205px;
}

.wdt-thanks h4 {
  font-size: 40px;
  margin-bottom: 210px;
}

.wdt-thanks strong {
  font-weight: 400;
  font-size: 26px;
  padding-top: 30px;
  display: block;
}

#main-footer {
  background: #000;
}

#footer-widgets {
  padding: 27px 0 20px;
}

#footer-widgets .title {
  color: #fff;
  font-size: 14px;
  margin-bottom: 4px;
}

#footer-widgets .footer-widget {
  margin-right: 0;
  margin-bottom: 0;
}

#footer-widgets .footer-widget:nth-child(1) {
  width: 59%;
}

#footer-widgets .footer-widget:nth-child(1) .et_pb_widget {
  width: 27%;
  margin-bottom: 0;
}

#footer-widgets .footer-widget:nth-child(2) {
  width: 28%;
  padding-top: 83px;
}

#footer-widgets .footer-widget:nth-child(3) {
  width: 13%;
  padding-top: 3px;
}

#footer-widgets ul.menu {
  margin: 0;
  padding: 0;
}

#footer-widgets ul.menu li {
  list-style: none;
  padding-left: 0;
  line-height: normal;
  margin-bottom: 3px;
}

#footer-widgets ul.menu li:before {
  content: none;
}

#footer-widgets ul.menu li a {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Archive', Arial, Helvetica, sans-serif;
  transition: all 0.3s ease;
}

#footer-widgets ul.menu li a:hover {
  color: #d4af37;
}

#footer-bottom {
  background: #dedede;
}

#footer-bottom .author {
  float: right;
}

#footer-bottom .author .herz {
  background-image: url("images/herz.png");
  width: 13px;
  height: 12px;
  display: inline-block;
  position: relative;
  margin: 0 3px;
  top: 1px;
}

#footer-bottom #footer-info {
  text-align: center;
  float: none;
  text-transform: uppercase;
  font-size: 12px;
  color: #000;
  font-family: 'Archive', Arial, Helvetica, sans-serif;
}

.page-id-256 .blc-data ul li {
  width: 27%;
}

.page-id-595 .blc-data ul li, .page-id-803 .blc-data ul li {
  width: 23%;
}

.page-id-275 .blc-data ul li strong, .page-id-599 .blc-data ul li strong, .page-id-802 .blc-data ul li strong {
  font-size: 20px;
}

.page-id-275 .blc-data ul li, .page-id-599 .blc-data ul li, .page-id-802 .blc-data ul li {
  width: 18%;
}

.page-id-275 .blc-data ul li {
  width: 23%;
}

.intl-tel-input {
  position: relative;
  background-color: #f5f4f4;
}

.intl-tel-input .flag-container {
  z-index: 99;
}

.intl-tel-input input {
  position: relative !important;
  z-index: 2 !important;
  background: transparent !important;
}

.intl-tel-input .placeholder {
  position: absolute;
  top: 11px;
  left: 54px;
  color: #d4af38;
  z-index: 1;
}

.blc-contact > .et_pb_row, .blc-angeben > .et_pb_row {
  overflow: hidden;
}

.wpcf7-intl_tel::-webkit-input-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  transform: translate(-650px, -100px);
}

.wpcf7-intl_tel::-moz-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  transform: translate(-650px, -100px);
}

.wpcf7-intl_tel:-ms-input-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  transform: translate(-650px, -100px);
}

.wpcf7-intl_tel:-moz-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  transform: translate(-650px, -100px);
}

.wpcf7-intl_tel:focus ~ .placeholder, .wpcf7-intl_tel.valid ~ .placeholder {
  display: none;
}

.wpgmza_gd {
	display: none;
}

.thanks-contact {
	font-size: 24px;
    line-height: 38px;
    font-weight: 300;
	padding-top: 20px;
}

.thanks-contact a {
	color: #000;
}




/*******************
 * WEBSPARADISE
 * *****************/

.kw-1 { grid-area: enlace; text-align: right; max-width: 140px; }
.kw-2 { grid-area: titulo; text-align: left; margin-left: -150px;}
.kw-2 h2 {  color: #fff; font-size: 40px !important; }
.kontac-whats .et_pb_code_inner {
	display: grid;
	grid-template-areas: 'enlace titulo';
}

.kontac-whats .et_pb_code_inner > div {
	align-self: center;
/*	padding: 5px 5px; */
} 

.wbps-zuruck {
	margin-left: -12px;
}

.wbps-zuruck .wpcf7-list-item-label {
	color:white;
	float: right;
}

.wbsp-school-bus p {
	color: black !important;
}

@media only screen and (max-width: 1282px) {
	.kw-2 {
		margin-left: 10px;
	}	
}

@media only screen and (max-width: 1072px) {
	.kw-1 {
		width:50%;
		height:50%;
		margin-top: 40px;
	}
	
	.kw-2 {
		width:50%;
		height:50%;
		margin-left: 0;
	}	
}

@media only screen and (max-width: 414px) {
	.kw-1 {
		width: 90px !important;
		height:90px !important;
	}
	
	.kw-2 {
		margin-left: 17px;
		margin-top: 29px;
	}
	.kw-2 h2 {  font-size: 20px !important; }
}

@media only screen and (max-width: 325px) {
	.kw-1 {
		width: 70px !important;
		height: 70px !important;
	}

	
	.kw-2 h2 {  font-size: 15px !important; }
}

/*********** end of Websparadise ***************/


@media only screen and (min-width: 1350px) {
  .blc-header {
    padding: 150px 0 250px !important;
  }
  .service h2 {
    white-space: nowrap;
  }
  .blc-payment .et_pb_column_1_2 {
    width: 59%;
    margin-right: 0;
  }
  .blc-payment .et_pb_column_1_2.et-last-child {
    width: 41%;
  }
  .blc-payment .item {
    padding-left: 102px;
  }
  #main-footer .container {
    width: 100%;
  }
  #footer-widgets .footer-widget:nth-child(1) .et_pb_widget {
    width: 27%;
  }
}

@media only screen and (min-width: 980px) {
  #main-header.et-fixed-header {
    background-color: #fff;
  }
  .blc-feature .et_pb_row {
    width: 100%;
    position: relative;
  }
  .blc-feature .et_pb_column_2 {
    position: absolute;
    bottom: 50px;
  }
  .blc-feature .et_pb_column_3 {
    float: right;
  }
  .blc-service .item p, .blc-service .et_pb_button_wrapper, .blc-profit .item p, .blc-profit .et_pb_button_wrapper {
    width: 84%;
  }
  .blc-payment .item {
    padding-left: 95px;
  }
  .blc-payment .payment {
    margin: -25px 0 0 104px;
  }
  .blc-payment .payment img {
    margin-right: 5px;
  }
  .blc-payment .rechnung {
    margin: -25px 0 0 -9px;
  }
  .blc-step.step-two .et_pb_image_wrap {
    margin-top: -100px;
  }
  .blc-step.step-two .et_pb_image_wrap img {
    bottom: -50px;
    left: 50px;
    zoom: 122%;
  }
  .page-id-96 .service {
    padding: 70px 0 140px !important;
    max-width: 1340px;
    margin-left: auto;
    margin-right: auto;
    min-height: 580px;
  }
  .page-id-96 .blc-payment {
    margin-top: -4vw;
  }
  .blc-slider, .blc-header {
    min-height: 700px !important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .wpcf7-select, .wpcf7-text, .wpcf7-textarea {
    border-radius: 0;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .blc-slider, .blc-header {
    min-height: 500px !important;
    padding: 100px 0;
  }
  .et_pb_tabs ul.et_pb_tabs_controls li a {
    font-size: 22px;
  }
  #top-menu li {
    padding-right: 12px;
  }
  .service h2 {
    font-size: 42px;
  }
  .service .et_pb_column_1_2 {
    width: 60% !important;
  }
  .blc-step ul li {
    margin-bottom: 20px;
  }
  .blc-step.step-one .et_pb_image img {
    top: 70px;
    left: -60px;
  }
  .blc-step.step-two .et_pb_image_wrap img {
    zoom: 100%;
    left: -80px;
  }
  .blc-step.step-three .heading p {
    font-size: 52px;
  }
  .step-image {
    padding: 300px 0 !important;
  }
  .blc-feature {
    padding-top: 2vw !important;
  }
  .blc-feature .slogan h2 {
    margin-bottom: -30px;
  }
  .blc-feature .et_pb_column_2_3 {
    width: 64%;
  }
  .blc-feature .et_pb_column_1_3 {
    width: 33%;
  }
  .blc-feature .item {
    padding-left: 58px;
  }
  .blc-feature .item img {
    left: 2px;
  }
  .blc-feature .item:before {
    right: 5px;
  }
  .blc-feature .item:nth-child(1) img {
    left: 6px;
  }
  .blc-feature .slogan h2 {
    font-size: 34px !important;
  }
  .blc-feature .et_pb_row {
    width: 90%;
    padding: 60px 0;
  }
  .blc-class .et_pb_image_wrap img {
    top: 80px;
    left: -40px;
  }
  .blc-class .class .et_pb_button {
    font-size: 20px;
  }
  .blc-klass .et_cf_rows {
    clear: both;
  }
  .blc-klass .et_cf_three {
    width: 50%;
  }
  .blc-einfach .heading p {
    font-size: 32px;
  }
  .blc-einfach .et_pb_text_inner {
    font-size: 14px;
  }
  .blc-profit {
    padding-bottom: 80px !important;
  }
  .heading p {
    font-size: 42px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .blc-slider, .blc-header {
    min-height: 500px !important;
    padding: 100px 0;
  }
  .blc-step.step-three .et_pb_promo_description {
    margin-left: 0;
  }
  .blc-step.step-three {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .blc-step h2 {
    padding-left: 60px;
  }
  .blc-class .type {
    left: 0;
  }
  .blc-class .class .et_pb_module_header, .blc-class .class .et_pb_promo_description > p {
    padding-left: 70px;
  }
  .service:before {
    background: -moz-linear-gradient(left, black 0%, black 52%, transparent 100%) !important;
    background: -webkit-linear-gradient(left, black 0%, black 52%, transparent 100%) !important;
    background: linear-gradient(to right, black 0%, black 52%, transparent 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 ) !important;
  }
  .service .et_pb_column_1_2 {
    width: 50% !important;
  }
  .et_cf_rows .et_cf_column.full, .et_cf_rows .et_cf_controls.full {
    width: 100%;
    margin-bottom: 40px;
  }
  .blc-feature .item {
    padding: 70px 0 0;
    text-align: center;
    height: 120px;
  }
  .blc-feature .item:before {
    right: 0;
  }
  .blc-feature .item:nth-child(1) img {
    top: 35px !important;
    left: 90px !important;
  }
  .blc-feature .item:nth-child(2) img {
    top: 35px !important;
    left: 76px !important;
  }
  .blc-feature .item:nth-child(3) img {
    top: 35px !important;
    left: 70px !important;
  }
  .blc-step.step-three .heading p {
    font-size: 60px !important;
  }
  .blc-profit .et_pb_column_1_3 {
    display: inline-block;
    width: 33%;
  }
  .blc-profit .et_pb_column {
    margin-bottom: 40px;
  }
  .blc-profit .et_pb_column h2 {
    margin-bottom: 5px;
  }
  .blc-profit .et_pb_column p img {
    top: -14px;
  }
  .blc-profit .et_pb_column:nth-child(2) p img {
    top: -10px;
  }
  .hideipad {
    display: none;
  }
  .service h2 {
    margin-bottom: 18px !important;
  }
}

@media only screen and (max-width: 1100px) {
  .heading {
    line-height: normal;
  }
  .heading p {
    font-size: 42px;
  }
  .blc-header .et_pb_column_1_2 {
    width: 55%;
  }
  .blc-feature .slogan h2 {
    font-size: 42px;
    line-height: normal;
  }
  .blc-payment .payment {
    margin-left: 0;
  }
  .blc-payment .rechnung {
    padding-left: 0;
  }
  .blc-partner {
    text-align: center;
  }
  .blc-service .item p, .blc-service .et_pb_button_wrapper, .blc-profit .item p, .blc-profit .et_pb_button_wrapper {
    width: 100%;
  }
  #footer-widgets .footer-widget:nth-child(1) .et_pb_widget {
    width: 33%;
  }
  .blc-data ul li {
    width: 48% !important;
    margin-bottom: 20px !important;
  }
  .mobile_menu_bar:before {
    color: #fff;
  }
  .et_mobile_menu {
    border-top-color: #000;
  }
  .mobile_nav.opened .mobile_menu_bar:before {
    content: "\51";
    color: #d4af38;
    z-index: 9;
  }
  .mobile_nav.opened .mobile_menu_bar:after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.87);
  }
  .mobile_nav .et_mobile_menu {
    background: none;
    border: 0;
  }
  .mobile_nav .et_mobile_menu li.current-menu-item a {
    color: #d4af38;
  }
  .mobile_nav .et_mobile_menu li a {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Archive', Arial, Helvetica, sans-serif;
    border: none;
    font-size: 18px;
    padding: 7px 0;
  }
  .mobile_nav .et_mobile_menu #menu-item-497 > a {
    padding-left: 22px;
    position: relative;
  }
  .mobile_nav .et_mobile_menu #menu-item-497 > a:before {
    content: "\50";
    color: #d4af38;
    position: absolute;
    top: 9px;
    left: 0;
    text-shadow: 0 0;
    font-family: ETmodules !important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
  }
  #menu-item-518, #menu-item-517 {
    display: block !important;
  }
	#et_mobile_nav_menu {
		display: block;
	}
	nav#top-menu-nav {
		display: none;
	}
}

@media only screen and (max-width: 980px) {
  .admin-bar::before {
    top: 46px;
  }
  .admin-bar #main-header {
    top: 46px;
  }
  #topbar {
    z-index: 999;
    display: none;
  }
  #main-header, body:before {
    top: 0;
  }
  
  .blc-header {
    padding: 70px 0 100px;
  }
  .blc-partner {
    text-align: center;
  }
  .blc-payment {
    padding: 60px 0 0px !important;
  }
  .blc-payment .item {
    padding-left: 98px;
  }
  .blc-payment .payment {
    margin-left: 13px;
    margin-bottom: 10px !important;
  }
  .blc-payment .rechnung {
    padding: 0;
  }
  .blc-empty, .blc-contact {
    padding-top: 90px !important;
  }
  .blc-empty .heading, .blc-contact .heading {
    margin-bottom: 35px !important;
  }
  .et_cf_rows .et_cf_column,
  .et_cf_rows .et_cf_controls {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .et_cf_rows .et_cf_controls input {
    float: none;
    margin: 0;
    width: 100%;
  }
  .blc-klass {
    padding-bottom: 110px !important;
  }
  .blc-klass .et_cf_rows {
    clear: both;
  }
  .blc-klass .two {
    margin: 0;
  }
  .blc-klass .submit-control {
    bottom: -90px;
    left: 0;
    right: 0;
  }
  .blc-klass .submit-control input {
    width: 100%;
    display: block;
  }
  .wdt-thanks {
    top: -385px;
  }
  .wdt-thanks h4 {
    margin-bottom: 260px;
    font-size: 38px;
  }
  .thanks-page .blc-data > .et_pb_row {
    top: 30px;
  }
  .blc-images .et_pb_row {
    padding: 0 !important;
  }
  .blc-images .et_pb_column {
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .blc-images.et_pb_section .et_pb_row .et_pb_column.et_pb_column_1_4 {
    padding-right: 0;
  }
  .et_pb_row_1-2_1-4_1-4 > .et_pb_column.et_pb_column_1_4, .et_pb_row_1-4_1-4 > .et_pb_column.et_pb_column_1_4, .et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4, .et_pb_row_4col > .et_pb_column.et_pb_column_1_4 {
    width: 100% !important;
  }
  div.et_pb_section.et_pb_section_1.blc-einfach {
    background-image: none !important;
    margin-bottom: 0 !important;
  }
  #footer-widgets {
    padding-left: 10%;
    padding-right: 10%;
  }
  #footer-widgets .footer-widget:nth-child(1), #footer-widgets .footer-widget:nth-child(1) .et_pb_widget {
    width: 100% !important;
  }
  .blc-feature .et_pb_column_1_3, .blc-feature .et_pb_column_2_3 {
    width: 100%;
  }
  .blc-feature .item {
    float: none;
    height: auto;
    width: 100% !important;
    padding-bottom: 20px;
    text-align: center;
    padding-left: 020px;
    padding-right: 0;
  }
  .blc-feature .item img {
    left: 20px !important;
  }
  .blc-feature .item:before {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
  }
}

#menu-item-518, #menu-item-517 {
  display: none !important;
}

@media only screen and (max-width: 769px) {
  .blc-data ul li {
    float: none !important;
    width: 100% !important;
  }
  .blc-feature {
    padding-top: 17vw !important;
  }
  .heading {
    margin-bottom: 0;
    padding-bottom: 0 !important;
  }
  .heading p {
    line-height: normal;
    font-size: 32px !important;
  }
  .blc-service, .blc-profit {
    padding: 45px 0 !important;
  }
  .service:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
  }
  .service h2 {
    font-size: 34px;
  }
  .blc-partner {
    padding: 30px 0 !important;
  }
  .et_pb_all_tabs .et_pb_tab {
    padding-left: 10px;
    padding-right: 10px;
  }
  .et_pb_all_tabs .et_pb_tab .tf_row {
    margin: 0;
  }
  .et_pb_all_tabs .et_pb_tab .tf_row .tf_col, .et_pb_all_tabs .et_pb_tab .tf_row .tf_col_half {
    width: 100%;
    float: none;
    margin-bottom: 4px;
    padding: 0;
  }
  .et_pb_all_tabs .et_pb_tab .tf_row .tf_col input, .et_pb_all_tabs .et_pb_tab .tf_row .tf_col select, .et_pb_all_tabs .et_pb_tab .tf_row .tf_col_half input, .et_pb_all_tabs .et_pb_tab .tf_row .tf_col_half select {
    margin-bottom: 5px;
  }
  .et_pb_tabs ul.et_pb_tabs_controls li {
    width: 50%;
    float: left;
  }
  .et_pb_tabs ul.et_pb_tabs_controls li a {
    display: block;
    font-size: 16px;
  }
  .blc-data {
    padding-top: 100px !important;
    padding-bottom: 50px !important;
  }
  .blc-data ul li {
    float: none;
    margin-bottom: 40px;
  }
  .blc-klass {
    padding-bottom: 80px !important;
  }
  .blc-klass .title {
    margin-bottom: 0 !important;
  }
  .blc-klass .list ul li {
    float: none !important;
    margin: 0 0 22px !important;
  }
  .blc-klass .et_pb_button {
    margin: 0 !important;
  }
  .blc-step ul, .blc-step .title {
    margin-left: 60px;
  }
  .step-image {
    padding: 110px 0 !important;
  }
  .blc-images.et_pb_section .et_pb_row .et_pb_column.et_pb_column_1_4 {
    padding-right: 0;
  }
  #footer-widgets .footer-widget:nth-child(2) {
    padding: 0;
  }
  #footer-widgets .footer-widget .et_pb_widget {
    float: none;
    width: 100%;
  }
  #main-footer .container {
    width: 100%;
  }
  #footer-widgets .footer-widget:nth-child(1) .et_pb_widget:nth-child(1),
  #footer-widgets .footer-widget:nth-child(1) .et_pb_widget:nth-child(2) {
    float: left;
    width: 50% !important;
  }
  #footer-widgets .footer-widget:nth-child(1) .et_pb_widget:nth-child(3) {
    clear: both;
  }
  #footer-widgets .footer-widget:nth-child(2), #footer-widgets .footer-widget:nth-child(3) {
    text-align: center;
  }
  .admin-bar:before {
    height: 100px;
  }
  body:before {
    top: 0;
    height: 100px;
  }
  #main-header {
    top: 0;
  }
  .et_pb_tabs ul.et_pb_tabs_controls li a {
    font-size: 13px;
  }
  .et_pb_all_tabs {
    clear: both;
  }
  .et_pb_all_tabs .et_pb_tab .tf_controls, .et_pb_all_tabs .et_pb_tab .tf_row {
    margin: 0 10px;
    padding: 0;
  }
  .wdt-thanks {
    top: -385px;
  }
  .wdt-thanks h4 {
    margin-bottom: 370px;
  }
  .thanks-page .blc-data > .et_pb_row {
    top: 160px;
  }
  .et_pb_all_tabs .et_pb_tab .tf_controls input {
    font-size: 16px;
  }
}

@media only screen and (max-width: 450px) {
  body::before {
    height: 90px;
  }
  .blc-slider, .blc-header {
    min-height: 540px !important;
    padding: 60px 0 10px !important;
  }
  .page-id-100 .blc-slider, .page-id-100 .blc-header, .page-id-109 .blc-slider, .page-id-109 .blc-header, .page-id-650 .blc-slider, .page-id-650 .blc-header {
    min-height: 220px !important;
    padding: 60px 0 10px !important;
  }
  .blc-step.step-three {
    padding-top: 10px !important;
    padding-bottom: 30px !important;
  }
  .blc-step.step-three .et_pb_promo_description {
    margin-left: 0;
  }
  .blc-step h2 {
    padding-left: 60px !important;
  }
  .blc-payment .item strong {
    display: block;
    padding-left: 70px;
    top: -53px;
  }
  .blc-class .type {
    left: 0;
  }
  .blc-class .class .et_pb_module_header, .blc-class .class .et_pb_promo_description > p {
    padding-left: 70px;
  }
  .blc-klass {
    padding-bottom: 110px !important;
  }
  .blc-klass .et_cf_three {
    float: none;
  }
  .blc-klass .submit-control {
    bottom: -90px;
    left: 0;
    right: 0;
  }
  .blc-klass .submit-control input {
    width: 100%;
    display: block;
  }
  .et_cf_rows .et_cf_column.full,
  .et_cf_rows .et_cf_controls.full {
    width: 100%;
    margin-bottom: 40px;
  }
  .blc-klass .two {
    margin: 0 !important;
  }
  .wdt-thanks {
    top: -435px;
  }
  .wdt-thanks h4 {
    margin-bottom: 350px;
    font-size: 38px;
  }
  .thanks-page .blc-data > .et_pb_row {
    top: 230px;
  }
	.blc-feature .slogan h2 {
		font-size: 28px;
	}
	.blc-payment .heading p {
		font-size: 24px !important;
	}
	.blc-payment .item {
		font-size: 15px;
	}
	.blc-payment .title {
		font-size: 19px;
	}
}

