@import url('shop.css');
.flex-container-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.box-shadow {
  -webkit-box-shadow: 1px 4px 9px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 4px 9px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 4px 9px 0px rgba(0, 0, 0, 0.2);
}
.bg-img-cover {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-img-contain {
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.justify-space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.justify-space-evenly {
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -moz-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.kleinanzeigen .alert-warning {
  display: none;
}
@media (max-width: 767px) {
  #sp-top-bar #sp-top1 {
    text-align: center;
  }
  #sp-top-bar {
    padding-bottom: 10px !important;
    height: unset !important;
  }
}
.mymap-group {
  display: none !important;
}
.itemid-321 .span1,
.itemid-287 .span1,
.itemid-287 .locationaddress,
.itemid-321 .locationaddress,
.itemid-321 .contacticon,
.itemid-321 .contact-btn,
.itemid-287 .contacticon,
.itemid-287 .contact-btn {
  display: none !important;
}
input.resultmymap.mymap.mymap-inverse.route_mml {
  max-width: 200px;
}
a.mymap.mymap-inverse.resultmymap.route {
  margin-right: 25px;
}
.com-mymaplocations .mml_address {
  margin-left: 0px !important;
  padding-left: 0px !important;
}
.com-mymaplocations .address {
  clear: both;
}
.sp-megamenu-parent .marken-menu .sp-dropdown.sp-dropdown-main.sp-menu-right {
  left: -70px;
}
/* Englischer Shop */
#shop.en-gb .products_row .product.vm-col-3 {
  float: none !important;
  display: inline-block;
  width: 49.5%;
}
@media (max-width: 767px) and (orientation: portrait) {
  #shop.en-gb .products_row .product.vm-col-3 {
    width: 100%;
  }
}
#shop.en-gb .orderby-displaynumber .display-number {
  display: none;
}
/* ENDE: Englischer Shop */
.advent .sppb-text-left {
  text-align: center;
}
/*11.11.19 - erweiterung "neue Anzeige" um Slider*/
.price_range_container {
  margin: 20px;
  display: none;
}
.price_range_container:nth-child(2) {
  display: none;
}
.price_range {
  margin-bottom: 15px !important;
}
input[type=range] {
  -webkit-appearance: none;
  margin: 18px 0;
  width: 100%;
  max-width: 100% !important;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  animate: 0.2s;
  /*box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;*/
  background: linear-gradient(90deg, #ff0000 0%, #ffeb00 25%, #12e811 50%, #ffeb00 75%, #ff0000 100%);
  border-radius: 20px;
  /*border: 0.2px solid #010101;*/
}
input[type=range]::-webkit-slider-thumb {
  /*border: 1px solid #000000;*/
  box-shadow: 0.3px 0.3px 2px grey;
  height: 20px;
  margin-top: -5px;
  width: 6px;
  border-radius: 3px;
  background: #f5f5f5;
  cursor: pointer;
  -webkit-appearance: none;
}
/*input[type=range]:focus::-webkit-slider-runnable-track {
    background: linear-gradient(90deg, rgba(255,0,0,1) 0%, rgba(255,235,0,1) 25%, rgba(18,232,17,1) 50%, rgba(255,235,0,1) 75%, rgba(255,0,0,1) 100%);
}*/
input[type=range]::-moz-range-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  animate: 0.2s;
  /*box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;*/
  background: linear-gradient(90deg, #ff0000 0%, #ffeb00 25%, #12e811 50%, #ffeb00 75%, #ff0000 100%);
  border-radius: 20px;
  /*border: 0.2px solid #010101;*/
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0.3px 0.3px 2px grey;
  /*border: 1px solid #000000;*/
  height: 20px;
  margin-top: -5px;
  width: 6px;
  border-radius: 3px;
  background: #f5f5f5;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
  background: linear-gradient(90deg, #ff0000 0%, #ffeb00 25%, #12e811 50%, #ffeb00 75%, #ff0000 100%);
  border-top: 5px transparent;
  border-bottom: 5px transparent;
  border-radius: 20px;
}
input[type=range]::-ms-fill-lower {
  background: linear-gradient(90deg, #ff0000 0%, #ffeb00 25%, #12e811 50%, #ffeb00 75%, #ff0000 100%);
  /*border: 0.2px solid #010101;*/
  /* border-radius: 20px;*/
  /*box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;*/
  background: transparent;
}
input[type=range]::-ms-fill-upper {
  background: linear-gradient(90deg, #ff0000 0%, #ffeb00 25%, #12e811 50%, #ffeb00 75%, #ff0000 100%);
  /*border: 0.2px solid #010101;*/
  /*border-radius: 20px;
    /*box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;*/
  background: transparent;
}
input[type=range]::-ms-thumb {
  box-shadow: 0.3px 0.3px 2px grey;
  /*border: 1px solid #000000;*/
  height: 20px;
  margin-top: -5px;
  width: 6px;
  border-radius: 3px;
  background: #f5f5f5;
  cursor: pointer;
}
/*
input[type=range]:focus::-ms-fill-lower {
    background: linear-gradient(90deg, rgba(255,0,0,1) 0%, rgba(255,235,0,1) 25%, rgba(18,232,17,1) 50%, rgba(255,235,0,1) 75%, rgba(255,0,0,1) 100%);
}
input[type=range]:focus::-ms-fill-upper {
    background: linear-gradient(90deg, rgba(255,0,0,1) 0%, rgba(255,235,0,1) 25%, rgba(18,232,17,1) 50%, rgba(255,235,0,1) 75%, rgba(255,0,0,1) 100%);
}*/
.ranger_labels {
  display: flex;
}
.ranger_label_div {
  flex: 0 0 33%;
}
.ranger_label_div.left {
  text-align: left;
}
.ranger_label_div.center {
  text-align: center;
}
.ranger_label_div.right {
  text-align: right;
}
.ranger_label_div .ranger_label_p {
  display: inline-block;
  text-align: center;
}
.ranger_label_div .ranger_label_p span {
  display: block;
}
.ranger_label_div .ranger_label_p span.bold {
  font-weight: 600;
}
#details1 .accordion-inner .controls .editor.js-editor-tinymce {
  max-width: 500px;
  width: 60%;
}
/* 01.03.19 */
.carousel-outer-wrapper > div {
  height: 100% !important;
}
.carousel-outer-wrapper > div > div {
  height: 100% !important;
  margin: 0 !important;
}
/* Update Änderungen*/
.row .vm-col-3 {
  width: 33%;
  float: left !important;
  margin-bottom: 4%;
}
.vm-product-descr-container-1 {
  text-align: center;
}
.vm-product-descr-container-0 {
  text-align: center;
}
.product-price {
  text-align: center;
}
.vm-details-button {
  text-align: center;
}
.addtocart-area {
  padding-left: 25%;
}
.quantity-box {
  width: 10% !important;
}
.vm-product-media-container a {
  display: inline-block !important;
}
.vm-product-media-container {
  text-align: center;
}
.virtuemart_search {
  display: none !important;
}
.PricesalesPrice.vm-display.vm-price-value {
  top: auto !important;
  left: auto !important;
}
.PricetaxAmount {
  display: none;
}
.product .addtocart-area {
  display: none;
}
.PricesalesPrice.vm-display.vm-price-value {
  position: relative !important;
  width: 20%;
}
.search {
  display: none;
}
.browseProductImage {
  height: 260px;
}
.product a {
  font-size: 14px;
}
.vm-order-list {
  width: 50%;
  display: inline-block;
}
.vm-pagination-top {
  display: inline-block;
}
.sp-dropdown.sp-dropdown-main.sp-dropdown-mega.sp-menu-right {
  width: 528px !important;
}
.sppb-addon > .sppb-addon-single-image > .sppb-text-center {
  margin-top: 2% !important;
}
.v-align-outer {
  background-repeat: no-repeat !important;
  background-size: cover;
}
.schnelleinstieg_heading .sppb-addon-title {
  margin-bottom: 0px !important;
}
#kontakt-neu .sppb-person-introtext {
  padding-top: 15% !important;
}
#sort .sppb-row-container {
  width: 100% !important;
}
#sort .sppb-col-sm-12 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
#overview_payment2 a {
  display: contents !important;
}
#shipping_overview .sppb-panel-info {
  margin-bottom: 5px !important;
}
#shipping_row5_sub1 {
  margin: 0px !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li:hover a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li:focus a {
  background: none !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li.active > a {
  background: none !important;
}
.close-offcanvas {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  color: #000 !important;
  border: 2px solid #eee;
  border-radius: 100%;
  width: 22px;
  height: 22px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
}
.offcanvas-menu .nav > .parent > a {
  font-weight: 700 !important;
}
.collapse {
  display: contents !important;
}
.offcanvas-menu .offcanvas-inner {
  padding: 20px !important;
}
.offcanvas-inner {
  border-left: 1px solid #bfbfbf54;
}
.offcanvas-menu .offcanvas-inner .sp-module:first-child {
  padding: 0px !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
  border-bottom: none !important;
}
.offcanvas-menu {
  background-color: white !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
  border-bottom: 1px dotted #e8e8e8 !important;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  padding: 0px;
}
.offcanvas .body-innerwrapper:after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.sp-module ul > li > a:before {
  font-family: FontAwesome;
  content: "" !important;
  margin-right: 0 !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler {
  display: none !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
  color: #000 !important;
  padding: 4px 0px !important;
  font-size: inherit !important;
  text-transform: none !important;
  line-height: 36px !important;
}
.offcanvas-menu .collapse > .parent > a {
  font-weight: 600 !important;
}
#abo-schliessen #bfElemWrap1771 input,
#abo-schliessen #bfElemWrap1772 input,
#abo-schliessen #bfElemWrap1773 input,
#abo-schliessen #bfElemWrap1775 input,
#abo-schliessen #bfElemWrap1776 input,
#abo-schliessen #bfElemWrap1777 input,
#abo-schliessen #bfElemWrap1780 input {
  width: 375px;
  border-radius: 0px;
  background: #fbfafa;
}
#abo-schliessen #ff_elem1788,
#abo-schliessen #ff_elem1789 {
  width: 375px;
  border-radius: 0px;
  background: #fbfafa;
}
#abo-schliessen #bfElemWrap1774 input,
#abo-schliessen #bfElemWrap1779 input {
  border-radius: 0px;
  background: #fbfafa;
}
#abo-schliessen input#ff_elem1774,
#abo-schliessen input#ff_elem1779 {
  max-width: 50%;
}
#abo-schliessen #ff_elem1778 {
  width: 120px;
  border-radius: 0px;
  background: #fbfafa;
}
/* Unternehmen: 4er Column wird nicht richtig dargestellt */
.row2_2 .sppb-column-addons {
  position: absolute;
}
.row2_4 .sppb-column-addons {
  position: absolute;
}
.block2,
.block4 {
  margin-top: 30px;
}
#section_2 {
  margin-top: 30px;
}
.sppb-section {
  margin-top: 30px;
}
/*
Ihr Ansprechpartner falsch dargestellt
Werbekunden Kasten richtig falsch dargestellt
Autoren Kasten wird falsch dargestellt
*/
#kontakt_section2 .sppb-col-sm-4 {
  flex: 0 0 24%;
}
#kontakt_section2 {
  margin-top: 30px;
}
#unser-team .sppb-section {
  margin-bottom: 15px;
}
.ueberuns_section_header .sppb-overlay {
  background: rgba(0, 0, 0, 0.4);
}
.ueberuns_section_header > .sppb-row-container,
#ueber-uns #nachhaltigkeit_row1 .sppb-container {
  padding: 140px 0 !important;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  color: #f5f5f5;
}
#ueberuns_nachhaltigkeit_row2 .sppb-row-container {
  background: rgba(0, 0, 0, 0.4);
}
#ueberuns_nachhaltigkeit_row2 img {
  width: 100%;
}
#ueberuns_nachhaltigkeit_row2 .sppb-row-container {
  background: #0bbbef;
}
#ueberuns_nachhaltigkeit_row3 .sppb-col-sm-6 {
  padding-left: 30px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .sppb-col-sm-4 {
    width: 33.33333333%;
  }
}
.sppb-btn-rounded {
  margin: 25px 0px 0px 0px;
}
#wooden-background > .sppb-row-container {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100vw;
  margin: 0 auto;
}
#wooden-background .abo_gifts a {
  margin: 15px 0 ;
}
.kontakt-abstand {
  padding: 0px 25px 25px 25px !important;
}
/* Abstand oberhalb Bild anpassen */
.margin50 {
  margin-top: 50px!important;
}
/* Produkte werden falsch angezeigt (Abstände passen nicht) UND Poster/Kalender/Lexika Untere Abstand viel zu groß*/
#shop .browseProductImage {
  display: inline-block !important;
}
.PricesalesPrice.vm-display.vm-price-value {
  margin: 0 auto;
}
#shop .vm-col-3 {
  width: 50%;
  float: left;
  margin-bottom: 50px;
  /*height: 450px;*/
}
/* Abstand nach unten von 20 auf 50px erhöht - Tobias */
#shop .browseProductImage {
  left: 0px !important;
}
/*#shop.view-category .PricesalesPrice.vm-display.vm-price-value {
    margin: 0 !important;
}*/
/* 2er Grid mittig verschieben und anpassen */
#payment_overview .sppb-panel {
  margin-bottom: 4px;
  background-color: #ffffff;
  border: 1px solid transparent !important;
  border-radius: 4px !important;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) !important;
}
#shipping_overview .shipping_methods_heading {
  padding: 0px;
}
#payment_overview .payment_options_heading {
  text-align: center;
  padding: 0 !important;
  margin-top: 5%;
}
/* 3er Grid mittig verschieben. Bilder der Anbieter fehlen */
#shipping_overview .sppb-col-sm-6 {
  width: 50% !important;
}
#overview_payment2 {
  padding: 5% 20% !important;
}
/* Kleinanzeigen Gebe ab Button zerteilt sich */
#kleinanzeigen .titleblock .tag {
  white-space: nowrap;
}
@media (min-width: 992px) {
  .sppb-col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 100%;
  }
}
#ueber-uns .sppb-img-responsive {
  margin-top: 20px;
}
/* Kategorienavigator im Shop wird falsch angezeigt */
#shop .VMmenu .menu li.VmClose {
  display: none;
}
#shop .VMmenu .menu li.VmOpen {
  display: none;
}
#shop .VMmenu .menu li:hover {
  background-color: #266397;
  font-color: #fff !important;
  padding: 10px 20px !important;
}
#shop .VMmenu .menu li:hover a {
  color: #fff;
}
#ueber-uns #unsere_marken_row_2 .sppb-col-md-4 .sppb-column {
  height: 380px;
  overflow: hidden;
}
#ueber-uns .transition_container {
  height: 110px;
  position: absolute;
  width: 100%;
  bottom: 0;
  top: 272px;
}
#bfElemWrap1715 .controls.form-inline {
  text-align: center;
}
.bundesverbandZoo img {
  height: 81px;
  margin-top: 55px;
}
.bundesverbandTierschutz img {
  margin-top: 60px !important;
  width: 73%;
  margin: 0 auto;
}
.uni_giessen img {
  height: 86px;
}
.uni_rostock img {
  height: 90px;
  margin-top: 50px;
}
#workshop-anmeldungen .sppb-carousel-inner {
  margin-top: 50px;
}
.sppb-carousel-item-inner > div > div {
  height: 170px;
}
#workshop-anmeldungen #row_2 .sppb-addon-content {
  margin-bottom: 25px;
}
#workshop-anmeldungen #sp-page-builder .sppb-section-title {
  margin-bottom: 20px;
}
#workshop-anmeldungen .sppb-carousel-inner > div {
  height: 500px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: top center;
}
#workshop-anmeldungen #row_2 .fachprogramm .sppb-addon-title {
  text-align: center;
  margin: 50px 0px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 25px 0px 8px 0px;
}
#workshop-anmeldungen #row_2 .sppb-col-sm-6 .sppb-text-left img {
  width: 100%;
  margin-bottom: 29px;
}
#workshop-anmeldungen #row_2 .sppb-col-sm-6 .sppb-addon-title {
  margin-top: 0px;
}
#workshop-anmeldungen .sppb-col-sm-12 .sppb-btn-default {
  background: #22b8f0;
  color: white;
}
#workshop-anmeldungen .sppb-col-sm-12 .sppb-btn-default:hover {
  background: #0d8ab9;
}
.uni_giessen {
  margin: 50px 0px;
  width: 50%;
  float: left;
}
.sp-menu-item.workshop-sub {
  display: none !important;
}
.partner_box img {
  margin-top: 20px;
}
.zusammenfassung .beginn {
  width: 300px;
}
.zusammenfassung .produkt,
.zusammenfassung p {
  margin: 0px;
}
.zusammenfassung .col-md-5.col-md-offset-1,
.zusammenfassung .productdetails p:nth-last-of-type(1),
.zusammenfassung .col-md-7.col-md-offset-1 {
  display: none;
}
#cookiebar-007 a {
  display: unset !important;
}
#cookiebar-007 {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #e6e5e5;
  width: 100vw;
  z-index: 9999;
  padding: 20px;
  box-shadow: 0px -1px 20px 0px rgba(134, 127, 127, 0.26);
}
#cookiebar-007 .text {
  color: #333;
  margin: 0;
  width: 80%;
  float: left;
  font-weight: 400;
  padding-right: 20px;
}
#cookiebar-007 .text a {
  color: inherit;
  text-decoration: underline;
  display: unset !important;
}
#cookiebar-007 .btn-container {
  width: 20%;
  float: left;
  text-align: right;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 20px;
}
#cookiebar-007 .btn-container a {
  padding: 10px 20px;
  border-radius: 20px;
  cursor: pointer;
  font-weight: 600;
}
#cookiebar-007 .btn-yes {
  margin-right: 10px;
  background: #333;
  color: white;
}
#cookiebar-007 .btn-no {
  background-color: #bdbdbd;
  color: #333;
}
#jomclslide-postad #mceu_15 {
  display: none !important;
}
.mod-languages .lang-inline > li {
  margin: 0 !important;
  padding: 0 !important;
  padding-top: 12px !important;
}
@media all and (max-width: 767px) {
  .lang_desktop {
    display: none !important;
  }
  .mod-languages.lang_mobile > .lang-inline {
    top: 0px;
  }
}
@media all and (min-width: 768px) {
  .lang_mobile {
    display: none !important;
  }
}
.social-media-icons a {
  display: inline-block;
  font-size: 90%;
}
.social-media-icons > div {
  float: left;
  padding-right: 15px;
  padding-top: 7px;
}
.social-media-icons i {
  font-size: 90%;
  padding-top: 9px;
}
@media (max-width: 1199px) {
  #workshop-anmeldungen .sppb-carousel-pro-text h2 {
    font-size: 26px;
  }
  #cookiebar-007 .btn-container,
  #cookiebar-007 .text {
    width: 100%;
    text-align: center;
  }
  #cookiebar-007 .btn-container {
    margin-top: 20px;
    text-align: center;
    position: relative;
    transform: none;
  }
}
@media all and (max-width: 990px) {
  .uni_giessen img,
  .uni_rostock img {
    height: auto;
  }
  #workshop-anmeldungen .sppb-carousel-inner > div {
    background-size: 530px;
  }
  .social-media-icons-container {
    width: 100%;
    display: flex !important;
    justify-content: center;
  }
  #workshop-anmeldungen #row_2 .sppb-col-sm-4,
  #workshop-anmeldungen #row_3 .sppb-col-sm-6 {
    width: 50%;
    float: left;
  }
  .workshop_main_image {
    display: none;
  }
  #custom_error_page .col-md-6 > .col-md-6 > p {
    height: auto;
  }
  #custom_error_page .container2 .categories {
    padding: 0 !important;
  }
  #shipping_row3 .sppb-col-sm-6:nth-child(2) {
    padding-top: 50px;
  }
  #shipping_row5_sub1 {
    margin: 0;
  }
}
@media all and (max-width: 767px) {
  #shop .vm-col-3 {
    width: 100%;
  }
  .bundesverbandTierschutz img {
    width: 88%;
  }
  .bundesverbandTierschutz img {
    margin-top: 10px !important;
    margin: 65px auto;
  }
  .bundesverbandZoo img {
    margin-top: 30px;
  }
  .uni_giessen img {
    width: 140px;
  }
  .uni_rostock img {
    width: 210px;
  }
  #custom_error_page h1,
  #custom_error_page h1 > i {
    font-size: 90px;
  }
  #service .sppb-row .sppb-col-sm-6:first-child {
    margin-bottom: 30px;
  }
  .view-event h1 {
    font-size: 22px;
  }
  .itemid-289 #row_1 {
    display: none;
  }
  .workshopmobileheader {
    display: block;
  }
  #workshop-anmeldungen .sppb-col-sm-12 {
    padding: 0px;
  }
  #workshop-anmeldungen .sppb-carousel-item-inner > div > div {
    height: auto;
  }
}
@media all and (max-width: 500px) {
  .uni_giessen,
  .bundesverbandTierschutz img {
    width: 100%;
  }
  #workshop-anmeldungen .sppb-carousel-inner > div {
    background-size: 340px;
  }
  #workshop-anmeldungen #row_2 .sppb-col-sm-4,
  #workshop-anmeldungen #row_3 .sppb-col-sm-6 {
    width: 100%;
    margin: 20px 0px;
  }
  .price_note {
    padding: 20px 10px;
    background: #c7ffc7;
    border: 1px solid #17c726;
    margin: 25px 0px;
  }
}
#schnupper-3monate {
  display: none;
}
div#jomclassifieds .gridview .grid-item h3 {
  word-break: break-all;
  float: left;
}
div#jomclassifieds .gridview .grid-item .title-block {
  height: 100px;
}
div#jomclassifieds .gridview .jomcllist-items .title-block .label,
div#jomclassifieds .gridview .jomcllist-items .title-block .tag {
  float: left;
}
.dontshow {
  display: none;
}
#custom_error_page a {
  cursor: pointer;
}
#custom_error_page .container {
  margin-left: 20px !important;
}
#custom_error_page h1,
#custom_error_page h1 > i {
  font-size: 200px;
}
#custom_error_page .col-md-6 > .col-md-6 > p {
  height: 90px;
}
#custom_error_page .categories_picture,
#custom_error_page .maindiv-products .products {
  box-shadow: -2px 1px 29px rgba(0, 0, 0, 0.3) !important;
}
#custom_error_page .container2 {
  color: white;
  padding: 25px 0;
  text-align: left;
  position: absolute;
  top: 0;
}
#custom_error_page .container1 {
  display: none;
}
#custom_error_page .container2 div {
  color: #333;
}
#custom_error_page .back_home {
  margin: 35px 0;
}
#custom_error_page .contact {
  margin-top: 30px;
}
#custom_error_page .contact p {
  font-size: 15px;
}
::selection {
  background: #6ec4e4;
  /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #6ec4e4;
  /* Gecko Browsers */
}
#adventskalender #info_row {
  background: rgba(0, 0, 0, 0.3);
  padding: 45px 0;
}
.ppbutton {
  background: blue;
  width: 220px;
  text-align: center;
  color: #ffffff !important;
  background-color: #266397 !important;
  border: 1px solid #3273ab;
  margin: 0px!important;
  padding: 4px 15px;
  cursor: pointer;
  vertical-align: middle;
  text-transform: none!important;
  font-size: 14px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
  transition-duration: 0.4s;
}
/*********************Lasse*/
.aboCTA {
  clear: both;
  padding-top: 50px;
  text-align: center;
}
.aboCTA .aboCTAInhalt {
  padding: 25px;
  background: #88dcfb;
}
.aboCTA .aboCTAInhalt h3 {
  color: white;
  margin-bottom: 30px;
}
.aboCTA .aboCTAInhalt a {
  border-radius: 150px;
  padding: 10px 40px;
}
.sppb-carousel-inner .mainslide:hover {
  cursor: pointer;
}
.kleinanzeigen_info_titelbild {
  height: 500px;
  padding: 250px 0px 250px 0px;
}
.kleinanzeigen_info_infotext {
  margin-top: 100px;
  font-size: 20px;
  line-height: 30px;
}
.kleinanzeigen_info_button {
  font-size: 18px;
  margin: 50px 0px;
}
.kleinanzeigen_info_icontext {
  font-size: 20px;
}
/*******************/
#service h1 {
  font-weight: 700;
}
#service #service_row2 {
  margin-top: 50px;
}
#service .service_tierarzt {
  /*background-image:url(/images/home/hell/Tierarzt.jpg);	*/
}
#service .service_stammtisch {
  /*background-image:url(/images/demo/backgroundnachhaltigkeit.jpg);*/
}
#service .service_service {
  height: 300px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  cursor: pointer;
}
#service .service_tierarzt:hover .sppb-addon-text-block,
#service .service_stammtisch:hover .sppb-addon-text-block {
  background: rgba(0, 0, 0, 0.7);
}
#service .service_service .sppb-addon-text-block {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  display: table;
  width: 100%;
}
#service .service_service h2 {
  vertical-align: middle;
  font-weight: 500;
  margin: 5px 0;
}
#ueber-uns #unsere_marken_row_2 .sppb-addon-single-image {
  width: 70%;
  margin: 0 auto;
}
#kontakt-neu #kontakt_section3_heading .sppb-container-inner.nohover:hover {
  cursor: default;
  color: black !important;
  background: none;
}
#kontakt-neu .form-actions {
  background: none;
  border: none;
  margin-top: 0;
  padding-right: 0;
}
#kontakt-neu #kontakt_section1 .sppb-row .sppb-col-sm-6:first-child {
  background-image: url(/img-medium500/images/2016/09/08/iStock19939532.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
/*#kontakt-neu #bfQuickModeSection538, #kontakt-neu #bfQuickModeSection59397{
	width:45%;
	margin:0 auto;
}*/
#kontakt-neu #ff_formdiv5 input,
#kontakt-neu #ff_formdiv5 select,
#kontakt-neu #ff_formdiv5 textarea {
  border-radius: 0 !important;
  background: #fbfafa !important;
}
#ueber-uns .see_more {
  cursor: pointer;
  font-size: 30px;
  transition: all 300ms;
  position: absolute;
  top: 85px;
}
#ueber-uns .fa-angle-down:before {
  /*content: "\f107";*/
}
#ueber-uns .see_more:hover {
  color: #22b8f0;
}
#ueber-uns .transition_container div {
  height: inherit;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), white);
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), white);
}
#ueber-uns #unsere_marken_row_2 .sppb-col-sm-4 .sppb-addon-container {
  height: 380px;
  overflow: hidden;
}
#kontakt-neu #kontakt_section3 #kontakt_section3_heading {
  background: whitesmoke;
}
#kontakt-neu #ff_formdiv5 input:focus,
#kontakt-neu #ff_formdiv5 select:focus,
#kontakt-neu #ff_formdiv5 textarea:focus {
  border-color: #ccc;
}
#kontakt-neu #ff_formdiv5 textarea {
  resize: none;
}
#kontakt-neu #kontakt_section3_heading .sppb-container-inner {
  cursor: pointer;
  transition: all 300ms;
}
#kontakt-neu #kontakt_section3_heading:hover .sppb-container-inner {
  background: rgba(0, 0, 0, 0.2);
}
#kontakt-neu #sp-main-body {
  margin-bottom: 50px;
}
/*#kontakt-neu #kontakt_section3_form #bfElemWrap1075 input{
	height:100px;
}*/
#kontakt-neu #kontakt_section3 #kontakt_section3_form {
  display: none;
}
#kontakt-neu .form-actions {
  /*background:none;
	border:none;
	margin:0 0 40px 0;
	padding:0;	*/
}
#kontakt-neu #kontakt_section2 .sppb-addon-content {
  margin: 0 auto;
  background: whitesmoke;
}
#kontakt-neu #sp-main-body p,
#service #sp-main-body p,
#ueber-uns #sp-main-body p {
  font-size: 16px;
}
#kontakt-neu #kontakt_section2 .sppb-person-information {
  height: 80px;
}
#kontakt-neu #kontakt_section2 .sppb-person-information,
#kontakt-neu #kontakt_section2 .sppb-person-introtext {
  padding: 10px;
}
#kontakt-neu #kontakt_section1 .sppb-addon-text-block {
  padding: 10px;
}
#kontakt-neu #kontakt_section1 .sppb-row .sppb-col-sm-6:first-child {
  padding-right: 0;
}
#kontakt-neu #kontakt_section1 .sppb-row .sppb-col-sm-6:nth-child(2) {
  background: whitesmoke;
}
#kontakt-neu #kontakt_section2 .sppb-col-sm-4 {
  width: 24%;
}
/*#kontakt-neu #kontakt_section1 .sppb-col-sm-6{
	height:381px;
}

#ueber-uns #nachhaltigkeit_row1, #ueber-uns #ueber_uns_section{
	margin-top:120px;
}*/
#ueber-uns #unsere_marken_row_2 .sppb-section {
  margin-top: 60px;
}
#ueber-uns #unsere_marken_text p {
  font-size: 16px;
}
#ueber-uns .nachhaltigkeit_row1_text,
#ueber-uns #nachhaltigkeit_row1 {
  height: 100%;
}
#ueber-uns #ueberuns_row14 .sppb-col-sm-12 .sppb-addon-container > .sppb-addon-text-block:nth-child(2) {
  width: 65%;
  margin: 0 auto;
}
#ueber-uns #unsere_marken_row_2 {
  text-align: center;
}
#ueber-uns #nachhaltigkeit_row2 .sppb-container,
#ueber-uns #ueberuns_nachhaltigkeit_row2 .sppb-container {
  background: #0bbbef;
}
#ueber-uns .nachhaltigkeit_row4_text {
  /*padding:120px 30px;*/
  padding: 0;
  margin-top: 60px;
  color: black;
}
#ueber-uns #ueberuns_row14 {
  margin-top: 90px;
}
.ueberuns_section_header > .sppb-container,
#ueber-uns #nachhaltigkeit_row1 .sppb-container {
  padding: 140px 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  color: #f5f5f5;
}
#ueber-uns #nachhaltigkeit_row1 .sppb-container {
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}
#ueber-uns .ueberuns_section_header .sppb-addon-title {
  font-size: 45px;
}
.manufacturer .manuModal {
  display: none;
}
div#jomclassifieds .listview .jomcllist-items .jomcltoprow-col-first {
  width: 200px !important;
}
div#jomclassifieds .listview img.resize {
  width: 200px !important;
}
.workshopmobileheader {
  display: none;
}
.terminheader {
  display: none;
}
form {
  margin: 0 !important;
}
.com-eventbooking.view-category .terminheader {
  display: block;
}
.sharing.clearfix {
  display: none !important;
}
.eb-taskbar.clearfix {
  display: none !important;
}
.workshop-sub .sp-dropdown-sub .sp-dropdown-inner {
  display: none;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items .workshop-sub.sp-has-child > a:after {
  display: none;
}
/* @media all and (max-width: 621px) {
		#kontakt-neu #kontakt_section2 .sppb-col-sm-4 {
    		width: 48% !important;
			float:none !important;
   			margin:15px auto;
		}
 }*/
#sp-page-builder .sppb-section-title .sppb-title-heading {
  line-height: 55px;
}
#bfQuickModeSection32129,
#bfQuickModeSection87866 {
  background: #b1efb1;
  border: 1px solid green;
  padding: 15px;
  width: 50%;
}
.itemid-299 #sp-right,
.itemid-299 #sp-left {
  display: none;
}
.itemid-299 #sp-component {
  width: 100%;
}
.price_note {
  padding: 20px 50px;
  background: #c7ffc7;
  border: 1px solid #17c726;
  margin: 25px 25px;
}
.zpimg img {
  width: 100% !important;
}
.jomcl-right .title {
  background: #eee;
  font-size: 20px;
}
/*.productbuttonnext {
	padding:25px 0px;
}
*/
.col-md-5.productbuttonnext {
  width: 28%;
  float: left;
}
.submenu-hide .sp-dropdown-inner,
.item-315 .nav-child,
.item-316 .nav-child {
  display: none;
}
.submenu-hide a:after {
  display: none;
}
#workshop-anmeldungen .bfErrorMessage {
  color: red;
}
#workshop-anmeldungen #bfQuickModeSection52926 {
  margin-bottom: 40px;
}
#workshop-anmeldungen #bfElemWrap149 label,
#workshop-anmeldungen #bfElemWrap149 #ff_elem149 {
  width: auto;
}
#workshop-anmeldungen #bfPage2 {
  padding: 40px 20px;
  text-align: center;
  background: #d0e9c6;
  margin: 40px 0;
}
#workshop-anmeldungen #bfElemWrap149,
#workshop-anmeldungen #bfElemWrap844 {
  text-align: center;
}
#workshop-anmeldungen #bfElemWrap382 > .controls,
#workshop-anmeldungen #bfElemWrap847 > .controls {
  width: 296px;
}
#workshop-anmeldungen #bfPage1 > div:first-child {
  text-align: center;
  font-size: 16px;
  margin: 20px 0 30px 0;
}
#workshop-anmeldungen #ff_elem382,
#workshop-anmeldungen #ff_elem847 {
  float: right;
  margin: 20px 0 0 0;
}
#workshop-anmeldungen #bfQuickModeSection29423,
#workshop-anmeldungen #bfQuickModeSection11470,
#workshop-anmeldungen #bfQuickModeSection7909,
#workshop-anmeldungen #bfQuickModeSection48559,
#workshop-anmeldungen #bfQuickModeSection59673,
#workshop-anmeldungen #bfElemWrap382,
#workshop-anmeldungen #bfElemWrap847 {
  width: 54%;
  margin: 0 auto;
}
#bfElemWrap1485,
#bfElemWrap1514 {
  width: 50%;
  margin: 0 auto;
}
#ff_elem1485,
#ff_elem1514 {
  width: 100% !important;
}
@media all and (max-width: 767px) {
  #bfElemWrap1485,
  #bfElemWrap1514 {
    margin-left: auto!important;
  }
  #workshop-anmeldungen #ff_elem214 {
    width: 30%;
    float: left;
  }
  #workshop-anmeldungen .bfElemWrap {
    margin-left: 0;
  }
  #workshop-anmeldungen #ff_elem115,
  #workshop-anmeldungen #ff_elem143,
  #workshop-anmeldungen #ff_elem145,
  #workshop-anmeldungen #ff_elem147,
  #workshop-anmeldungen #ff_elem836,
  #workshop-anmeldungen #ff_elem842,
  #workshop-anmeldungen #ff_elem838,
  #workshop-anmeldungen #ff_elem840,
  #workshop-anmeldungen #ff_elem845 {
    float: none !important;
  }
  #workshop-anmeldungen #ff_elem214 {
    width: 30%;
    float: none;
  }
}
#workshop-anmeldungen .control-group {
  margin-top: 20px;
}
#workshop-anmeldungen .bfQuickMode .controls .control-label {
  width: 100%;
}
/*#workshop-anmeldungen .row-fluid .span6{
	width:296px;
}
*/
#workshop-anmeldungen #ff_elem214 {
  width: 30%;
  float: right;
}
#workshop-anmeldungen #ff_elem215 {
  width: 30%;
}
#workshop-anmeldungen #ff_elem115,
#workshop-anmeldungen #ff_elem143,
#workshop-anmeldungen #ff_elem145,
#workshop-anmeldungen #ff_elem147,
#workshop-anmeldungen #ff_elem836,
#workshop-anmeldungen #ff_elem842,
#workshop-anmeldungen #ff_elem838,
#workshop-anmeldungen #ff_elem840,
#workshop-anmeldungen #ff_elem845 {
  float: right;
}
#workshop-anmeldungen #sp-main-body input {
  background: #fbfafa;
  border-radius: 0 !important;
  max-width: 100% !important;
}
#workshop-anmeldungen #sp-main-body select {
  background: #fbfafa;
  border-radius: 0 !important;
  max-width: 100% !important;
  width: 50%;
}
#abo-schliessen .control-label {
  float: left;
  width: 300px;
}
#abo-schliessen #bfQuickModeSection57712 .bfElemWrap.span6,
#abo-schliessen #bfQuickModeSection70930 .bfElemWrap.span6 {
  width: auto !important;
}
#abo-schliessen #bfLabel6,
#abo-schliessen #bfLabel23 {
  float: left;
  width: 300px;
}
#abo-schliessen #ff_elem23,
#abo-schliessen #ff_elem870 {
  width: 120px;
  border-radius: 0px;
  background: #fbfafa;
}
#abo-schliessen #ff_elem24,
#abo-schliessen #ff_elem871 {
  width: 460px;
  border-radius: 0px;
  background: #fbfafa;
}
#abo-schliessen #ff_elem6,
#abo-schliessen #ff_elem861 {
  width: 150px;
  border-radius: 0px;
  background: #fbfafa;
}
#abo-schliessen #ff_elem1769 {
  width: 150px;
  border-radius: 0px;
  background: #fbfafa;
}
#abo-schliessen #ff_elem11,
#abo-schliessen #ff_elem862 {
  width: 200px;
  border-radius: 0px;
  background: #fbfafa;
}
#abo-schliessen #ff_elem1770 {
  width: 200px;
  border-radius: 0px;
  background: #fbfafa;
}
#abo-schliessen .control-group {
  margin-top: 20px;
}
#bfQuickModeSection70010 {
  display: none;
}
#bfQuickModeSection29405 {
  display: none;
}
#abo-schliessen #bfElemWrap16 input,
#abo-schliessen #bfElemWrap16 input,
#abo-schliessen #bfElemWrap17 input,
#abo-schliessen #bfElemWrap18 input,
#abo-schliessen #bfElemWrap20 input,
#abo-schliessen #bfElemWrap21 input,
#abo-schliessen #bfElemWrap22 input,
#abo-schliessen #bfElemWrap29 input,
#abo-schliessen #bfElemWrap64 input,
#abo-schliessen #bfElemWrap65 input,
#abo-schliessen #bfElemWrap66 input,
#abo-schliessen #bfElemWrap63 select,
#abo-schliessen #bfElemWrap264 select,
#abo-schliessen #bfElemWrap479 select,
#abo-schliessen #bfElemWrap536 select,
#abo-schliessen #bfElemWrap570 input,
#abo-schliessen #bfElemWrap571 input,
#abo-schliessen #bfElemWrap572 input,
#abo-schliessen #bfElemWrap573 input,
#abo-schliessen #bfElemWrap574 input,
#abo-schliessen #bfElemWrap575 input,
#abo-schliessen #bfElemWrap863 input,
#abo-schliessen #bfElemWrap864 input,
#abo-schliessen #bfElemWrap865 input,
#abo-schliessen #bfElemWrap866 input,
#abo-schliessen #bfElemWrap867 input,
#abo-schliessen #bfElemWrap868 input,
#abo-schliessen #bfElemWrap869 input,
#abo-schliessen #bfElemWrap872 input,
#abo-schliessen #bfElemWrap19 input,
#abo-schliessen #bfElemWrap882 input,
#abo-schliessen #bfElemWrap880 select,
#abo-schliessen #bfElemWrap881 select,
#abo-schliessen #bfElemWrap883 input,
#abo-schliessen #bfElemWrap884 input,
#abo-schliessen #bfElemWrap885 input,
#abo-schliessen #bfElemWrap886 input,
#abo-schliessen #bfElemWrap887 input {
  width: 375px;
  border-radius: 0px;
  background: #fbfafa;
}
#wooden-background .abo_gifts .sppb-col-sm-6,
#wooden-background .abo_gifts .sppb-col-sm-4 {
  text-align: center;
}
#wooden-background a.sppb-btn.sppb-btn-default.sppb-btn- {
  margin: 15px 0;
}
#wooden-background .abo_gift_text {
  font-size: 19px;
}
#wooden-background .abo_gift_text {
  padding: 0 40px;
}
#wooden-background .abo_gifts a {
  background-color: #22b8f0;
  color: white;
  padding: 5px 14px;
  border-radius: 3px;
  border-color: #0faae4;
  font-size: 13px;
}
#wooden-background .aboabschliessen {
  background: #22b8f0;
  color: white;
  padding: 10px 28px;
  border-radius: 150px;
  margin-right: 3px;
  border: 1px solid #22b8f0;
}
#abo-schliessen input#ff_elem24,
#abo-schliessen input#ff_elem19 {
  max-width: 50%;
}
.availability {
  display: none;
}
#wooden-background .aboabschliessen:hover {
  border-color: #0d8ab9;
  background-color: #0d8ab9 !important;
}
#wooden-background .abo_gifts .sppb-col-sm-6 img,
#wooden-background .abo_gifts .sppb-col-sm-4 img {
  height: 150px;
}
#shop .productdetails-view .product-neighbours {
  display: none;
}
#wooden-background .aboabschliessen {
  background: #22b8f0;
  color: white;
  padding: 10px 28px;
  border-radius: 150px;
  margin-right: 3px;
  border: 1px solid #22b8f0;
}
#wooden-background .aboabschliessen:hover {
  border-color: #0d8ab9;
  background-color: #0d8ab9 !important;
}
.barsearch input {
  border-radius: 150px;
  border: 1px solid white;
  padding-left: 15px;
  margin-right: 5px;
  height: 32px;
  width: 300px;
}
.barsearch input:focus {
  outline: 0;
}
.barsearch a {
  border-radius: 150px;
  background: #22b8f0;
  color: white;
}
.barsearch a:hover {
  background: #0e9cd1;
}
.barsearch {
  display: none;
  position: relative;
  bottom: 4px;
}
.cpbackground img {
  opacity: 0;
}
.cpbackground {
  background-size: cover;
  background-position: center center;
}
#workshop .sppb-addon-title {
  margin-top: 0;
}
input[name=setcoupon] {
  color: #ffffff !important;
  background-color: #266397 !important;
  border: 1px solid #3273ab;
  margin: 0px!important;
  padding: 4px 15px;
  cursor: pointer;
  vertical-align: middle;
  text-transform: none!important;
  font-size: 14px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
  transition-duration: 0.4s;
}
button.vmicon.vm2-add_quantity_cart {
  background: url(https://cdn4.iconfinder.com/data/icons/wirecons-free-vector-icons/32/refresh-128.png);
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border: 0;
  margin-top: 5px!important;
  background-color: transparent!important;
}
button.vmicon.vm2-remove_from_cart {
  background: url(https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-close-128.png);
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border: 0;
  margin-top: 5px!important;
  background-color: transparent!important;
}
#shop .productdetails-view > .product-fields {
  display: none !important;
}
.workshop_gallery_1 {
  background: url(/images/2016/06/14/workshop_carousel_image2_0.jpg);
  height: 275px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.workshop_gallery_1 img {
  display: none !important;
}
.workshop_gallery_2 {
  background: url(/images/2016/06/14/workshop-1.jpg);
  height: 275px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.workshop_gallery_2 img {
  display: none !important;
}
.workshop_gallery_3 {
  background: url(/images/2016/06/14/BEB-Oct11-Dublin-Photo-workshop.jpg);
  height: 275px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.workshop_gallery_3 img {
  display: none !important;
}
.workshop_gallery_4 {
  background: url(/images/2016/06/14/2010_0326_PPP-Framework-Workshop-thumb-1024x768-350.jpg);
  height: 275px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.workshop_gallery_4 img {
  display: none !important;
}
.workshop_gallery_5 {
  background: url(/images/2016/06/14/Photo2_UTCO-ABU-IRIBworkshop_InternetandNewMedia.jpg);
  height: 275px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.workshop_gallery_5 img {
  display: none !important;
}
.workshop_gallery_6 {
  background: url(/images/2016/06/14/astronet_tt_workshop.jpg);
  height: 275px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.workshop_gallery_6 img {
  display: none !important;
}
.workshop_gallery_7 {
  background: url(/images/2016/06/14/singapore-story---smf-h_and_n-workshop.jpg);
  height: 275px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.workshop_gallery_7 img {
  display: none !important;
}
.workshop_gallery_8 {
  background: url(/images/2016/06/14/Workshop_Chuck.jpg);
  height: 275px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.workshop_gallery_8 img {
  display: none !important;
}
.workshop_gallery_9 {
  background: url(/images/2016/06/14/propec-business-improvement-coaching-for-improvement-workshop1.jpg);
  height: 275px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.workshop_gallery_9 img {
  display: none !important;
}
.workshop_gallery_10 {
  background: url(/images/2016/06/14/UN-SPIDER_-_Bonn_Workshop.jpg);
  height: 275px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.workshop_gallery_10 img {
  display: none !important;
}
.workshop_gallery_11 {
  background: url(/images/2016/06/14/audience-IMG_0141.jpg);
  height: 275px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.workshop_gallery_11 img {
  display: none !important;
}
.workshop_gallery_12 {
  background: url(/images/2016/06/14/workshop-lecture.jpg);
  height: 275px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.workshop_gallery_12 img {
  display: none !important;
}
.workshop_picture_below img {
  height: 280px;
  width: 100%;
}
#row_1.workshop_row {
  padding-top: 0 !important;
}
#sp-component #sp-page-builder #row_1.workshop_row .sppb-carousel-inner > .sppb-item {
  height: 650px;
  padding-left: 100px;
}
#row_1.workshop_row img {
  height: 400px;
  margin-bottom: 40px;
}
#sp-component #sp-page-builder #row_1.workshop_row .sppb-carousel-pro .sppb-carousel-inner .sppb-row > div {
  padding-left: 75px;
}
#sp-component #sp-page-builder #row_1.workshop_row .sppb-carousel-inner .sppb-carousel-pro-text .sppb-btn {
  margin-top: 15px;
  background-color: #22b8f0;
  color: white;
  padding: 10px 40px;
  border-radius: 3px;
  border-color: #0faae4;
}
.btn-orange-sq {
  margin-top: 15px;
  width: 48.5%;
  color: white;
  padding: 10px 40px;
  border-radius: 3px;
  margin-right: 15px;
}
.btn-orange-sq-address {
  margin-top: 15px;
  color: white;
  padding: 10px 40px;
  border-radius: 3px;
  width: 48.5% !important;
  cursor: text;
  cursor: pointer;
}
.btn-blue-sq-ammelden {
  width: 100%;
}
.workshop_below_images_heading h3 {
  font-size: 34px;
}
.category_description .search {
  padding-bottom: 50px;
}
#form-login-submit button {
  border-color: #0faae4 !important;
  background-color: #22b8f0 !important;
}
#form-login-submit button:hover {
  border-color: #0d8ab9 !important;
  background-color: #0e9cd1 !important;
}
#form-login-submit button:focus {
  outline: 0;
}
#shop .category_description .search {
  width: 50%;
  margin: 0 auto;
}
#shop .vm-product-media-container img,
#shop .vm-rating-show-stars h2 a,
#shop .vm-details-button a,
#shop .vm-price-desc {
  position: relative;
}
.shop_category_introtext {
  padding: 25px 25px 25px 25px;
  background-color: #d0e9c6;
  margin: 20px 55px;
}
#home .block1 .sppb-col-sm-12,
#home .block2 .sppb-col-sm-12,
#home .block3 .sppb-col-sm-12,
#home .block4 .sppb-col-sm-12 {
  background-image: linear-gradient(black, transparent);
  background-image: -webkit-linear-gradient(black, transparent);
  background-image: -moz-linear-gradient(black, transparent);
  background-image: -ms-linear-gradient(black, transparent);
  height: 70px;
  position: absolute;
  top: 0;
}
#home .block1,
#home .block2,
#home .block3,
#home .block4 {
  position: relative;
}
#home .block1 .sppb-col-sm-12,
#home .block2 .sppb-col-sm-12,
#home .block4 .sppb-col-sm-12 {
  padding: 7px 0px;
}
.breadcrumbs {
  margin-top: 15px;
}
body[submenu=appended] .breadcrumbs {
  margin-top: 60px;
}
#kleinanzeigen #form-login-submit button {
  background: #22b8f0 !important;
  color: white;
  padding: 6px 29px;
  border-radius: 150px;
  margin-right: 3px;
  border: 1px solid #22b8f0;
  margin-bottom: 5px !important;
}
#kleinanzeigen #form-login-submit button:hover,
#topbar-login:hover {
  border-color: #0d8ab9;
  background-color: #0d8ab9 !important;
}
#kleinanzeigen #form-login-submit {
  text-align: center;
}
#kleinanzeigen #form-login-submit a {
  background: none;
  color: #22b8f0;
  border: 1px solid #22b8f0;
  padding: 6px 29px;
  border-radius: 150px;
  margin-left: 0px;
}
#kleinanzeigen #form-login-submit a:hover {
  background: #22b8f0;
  color: white;
}
#kleinanzeigen .form-links a {
  line-height: normal !important;
}
#account_management #tabs {
  list-style: none;
  font-size: 22px;
  font-weight: bold;
  color: #22b8f0;
  margin-bottom: 40px;
}
#account_management #sp-main-body .col-sm-6:nth-child(2) {
  width: 100%;
}
#account_management #sp-main-body .col-sm-6 h2 {
  font-size: 15px;
  margin-bottom: 70px;
  padding: 25px 25px 25px 25px;
  background-color: #d0e9c6;
  margin-top: 25px;
  font-weight: normal;
}
#account_management #sp-main-body label {
  width: 200px;
}
#account_management #sp-main-body table {
  margin-bottom: 25px;
}
#account_management #sp-main-body fieldset a {
  background: none;
  color: #22b8f0;
  border: 1px solid #22b8f0;
  padding: 6px 29px;
  border-radius: 150px;
  margin-left: 15px;
}
#account_management #sp-main-body fieldset a:hover {
  background: #22b8f0;
  color: white;
}
#account_management #sp-main-body fieldset span {
  color: #22b8f0;
  font-size: 16px;
  font-weight: 500;
}
#account_management #sp-main-body legend {
  border: none;
}
#account_management #sp-main-body fieldset {
  margin-top: 30px;
}
#account_management #sp-main-body fieldset:nth-child(5) {
  margin-bottom: 30px;
}
#account_management #sp-main-body input,
#account_management #sp-main-body select {
  width: 250px !important;
}
#account_management #sp-main-body td {
  padding-top: 15px !important;
}
#shop .search input.button,
#account_management button {
  border-radius: 150px;
  padding: 6px 29px;
  background-color: #22b8f0 !important;
  color: white;
  border: 1px solid #0faae4;
  margin-top: 10px;
  -webkit-transition: color 400ms, background-color 400ms, border-color 400ms;
  -o-transition: color 400ms, background-color 400ms, border-color 400ms;
  transition: color 400ms, background-color 400ms, border-color 400ms;
}
#shop .search input.button:hover,
#account_management button:hover {
  border-color: #0d8ab9;
  background-color: #0e9cd1 !important;
}
#shop #mod_virtuemart_search {
  border-radius: 30px;
  width: 100%;
  padding-left: 25px;
}
#shop .search {
  text-align: center;
}
@-moz-document url-prefix() {
  /*#home #topbar-accountmanagement, #topbar-register{

    //padding:6px 29px !important;
  }

  #home .topbarlogin .sp-module-content{
    margin-top:9px !important;
  }

  #home #topbar-login{
    float:none;
    //padding:6px 29px !important;
  }

  @media all and (min-width: 319px) and (max-width: 449px) and (orientation: portrait) {
    #home #topbar-accountmanagement{

      padding:6px 20px !important;
    }

    #home .topbarlogin .sp-module-content{
      margin-top:40px !important;
    }
  }

  @media all and (min-width: 450px) and (max-width: 520px) and (orientation: portrait){
    #kontakt-neu #kontakt_section2 .sppb-col-sm-4 {
      width: 60% !important;
    }

    #home .logoutmodule .login-greeting{

      top:40px !important;
    }

    #home .topbarlogin .sp-module-content{
      margin-top:11px !important;
    }

    #home #topbar-accountmanagement{

      margin-left:237px !important;
    }
  }

  @media all and (min-width: 521px) and (max-width: 736px) and (orientation: portrait){
    #home #sp-top2{
      width:33% !important;
    }

    #home #sp-top1{
      width:60% !important;
      float:right !important;
    }

    #home .logoutmodule .login-greeting{
      left:117px !important;
    }

    #home .topbarlogin .sp-module-content{
      margin-top:13px !important;
      margin-left:110px !important;
    }

    #home .logoutmodule .logout-button{
      margin-left:176px !important;
    }

    #kontakt-neu #kontakt_section2 .sppb-col-sm-4 {
      width: 33%;
      float: left;
    }
  }

  @media all and (min-width: 737px) and (max-width: 991px) and (orientation: portrait){
    #kleinanzeigen div#jomclassifieds .gridview .jomcllist-items h3{
      font-size: 18px !important;
    }


    #workshop-anmeldungen .row-fluid .span6{
      width:48% !important;
    }

    #home #sp-top2{
      width:23% !important;
    }

    #home #sp-top1{
      width:76% !important;
      float:right !important;
    }

    #home .logoutmodule .login-greeting{
      left:25px !important;
    }
  }

  @media all and (min-width: 992px) and (max-width: 1199px) and (orientation: portrait){


    #home #sp-top2{
      width:34% !important;
    }

    #home #sp-top1{
      width:56% !important;
      float:right !important;
    }
  }*/
}
#sp-header .sp-default-logo {
  height: 70px !important;
  width: 210px !important;
  max-width: 100% !important;
}
.home_blocks_heading5 a {
  text-align: -webkit-center;
  text-align: -moz-center;
}
.schnelleinstieg-menu .sp-dropdown {
  display: none !important;
}
.schnelleinstieg-menu a:after {
  display: none;
}
a.jomcl-popup-trigger.buy-button {
  border-radius: 150px;
  padding: 9px 29px !important;
  border: 1px solid #22b8f0;
  background: #22b8f0;
  color: white;
}
a.jomcl-popup-trigger.buy-button:hover {
  border-color: #0d8ab9;
  background-color: #0e9cd1;
}
#kleinanzeigen div#jomclassifieds .jomcl-detailview h2.title {
  font-size: 23px;
}
#kleinanzeigen div#jomclassifieds .jomcllist-items h3 {
  font-size: 22px;
}
#kleinanzeigen div#jomclassifieds .gridview .jomcllist-items h3 {
  font-size: 21px;
}
#kleinanzeigen div#jomclassifieds .jomcl-box {
  margin: 0 0 30px 0;
}
div#jomclassifieds .jomcl-detailview .jomcl_map {
  display: none;
}
#kleinanzeigen div#jomclassifieds select {
  padding: 0 !important;
}
.jmoddiv.jmodinside {
  position: inherit !important;
}
.kleinanzeigen .related-category-jomcl-box {
  margin-top: 120px;
}
div#jomclassifieds .jomcl-box {
  border-color: #968B8B !important;
}
div#jomclassifieds h3.item-details {
  border-color: #968B8B !important;
}
#ueberuns_row14 .sppb-container {
  margin-bottom: 100px;
}
#kleinanzeigen #sp-left {
  width: 15%;
}
#kleinanzeigen #sp-right {
  width: 20%;
}
#kleinanzeigen #sp-main-body #sp-component {
  width: 65%;
}
#sp-footer {
  background: #22b8f0;
}
#shop .vm-product-media-container .browseProductImage {
  height: 260px;
}
.vm-product-media-rating {
  height: 380px;
}
#jomclslide-postad .accordion-group:nth-child(4) {
  display: none;
}
.mainslide {
  background-size: cover;
  background-position: center center;
}
.mainslide img {
  opacity: 0;
}
.schnelleinstieg .v-align-outer > .sppb-container-inner {
  /*background:rgba(0,0,0,.5);*/
  height: 100%;
}
.subheader h3 {
  margin-top: 12px;
}
.sp-module.warenkorbmodule {
  background: #4A4A4A;
  position: relative;
  margin-top: 0px;
  top: 13px !important;
  left: 0px !important;
  padding: 50px 25px;
  z-index: 9;
  color: white;
  display: none;
}
.sp-module.warenkorbmodule .show_cart a {
  padding: 20px 0px !important;
}
.sp-module.warenkorbmodule a {
  border: none !important;
}
#sp-bottom .sp-module ul > li {
  padding: 0px !important;
  border-bottom: none;
}
#sp-bottom .sp-module ul > li a:before {
  display: none;
}
body[submenu=appended] #sp-header {
  position: absolute !important;
  width: 100%;
}
body[submenu=appended] #sp-header.fixed {
  position: fixed !important;
  top: -90px !important;
}
.subheader.appended {
  position: relative !important;
  top: -50px !important;
  left: 0;
  background: #4A4A4A;
  width: 100%;
  height: 50px;
  transition: all 250ms;
}
.subheader.fixed {
  position: fixed !important;
  bottom: 0 !important;
}
.subheader {
  position: absolute !important;
  top: 40px !important;
  left: 0;
  background: #4A4A4A;
  width: 100%;
  height: 50px;
}
.subheader .buttongroup {
  margin-top: 13px;
}
.subheader .buttongroup > div {
  float: right;
}
.subheader #warenkorb,
.subheader #my-ads {
  background: none;
  color: #22b8f0;
  border: 1px solid #22b8f0;
  padding: 6px 29px;
  border-radius: 150px;
  margin-right: 15px;
}
.subheader #ads-search {
  background: none;
  color: #22b8f0;
  border: 1px solid #22b8f0;
  padding: 6px 29px;
  border-radius: 150px;
  margin-right: 15px;
}
.subheader #warenkorb:hover,
.subheader #ads-search:hover,
.subheader #my-ads:hover {
  background: #22b8f0;
  color: white;
}
.subheader .buttongroup a {
  padding: 6px 29px !important;
  border: 1px solid #22b8f0;
}
.loginmodule .explenation {
  position: fixed;
  background: white;
  height: 100%;
  width: 50%;
  top: 0;
  right: -50%;
}
.loginmodule .explenation-header {
  height: 30%;
  background: url(/images/login/loginbackground.jpg);
  background-size: cover;
}
.loginmodule .explenation-header h2 {
  text-align: center;
}
.loginmodule .explenation-content {
  padding: 50px 25px;
}
.loginmodule .explenation-content h5 {
  font-size: 20px;
}
.loginmodule {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  margin: 0 !important;
  background: #292831;
  height: 100%;
}
div#sp-top1 .loginmodule {
  display: none;
}
.itemid-270 #topbar-login,
.itemid-419 #topbar-login {
  background: #22b8f0;
  color: white;
  padding: 3px 29px;
  border-radius: 150px;
  margin-right: 6px;
  border: 1px solid #22b8f0;
  float: left;
}
#topbar-login {
  background: #22b8f0;
  color: white;
  padding: 6px 28px;
  border-radius: 150px;
  margin-right: 3px;
  border: 1px solid #22b8f0;
}
#sp-top-bar {
  padding: 0px;
}
.sp-contact-info {
  padding: 8px 0px;
}
.itemid-270 #topbar-register,
.itemid-419 #topbar-register {
  background: none;
  color: #22b8f0;
  border: 1px solid #22b8f0;
  padding: 3px 29px;
  border-radius: 150px;
  margin-left: 15px;
}
#topbar-register {
  background: none;
  color: #22b8f0;
  border: 1px solid #22b8f0;
  padding: 6px 29px;
  border-radius: 150px;
  margin-left: 0px;
}
.topbarlogin {
  float: right;
}
.topbarlogin .sp-module-content {
  margin-top: 9px;
}
.itemid-270 .topbarlogin .sp-module-content,
.itemid-419 .topbarlogin .sp-module-content {
  margin-top: 4px;
}
.loginmodule .sp-module-content {
  width: 300px;
  position: relative;
}
.loginmodule .input-group-addon {
  border-radius: 150px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  background: white;
}
.loginmodule .input-group .form-control {
  border-radius: 150px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.loginmodule .radio,
.loginmodule .checkbox {
  text-align: center;
}
.loginmodule #form-login-submit {
  text-align: center;
}
.loginmodule .btn-primary {
  width: 70%;
  background: white;
  border-radius: 150px;
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
}
.loginmodule .icon-arrow-right {
  display: none;
}
.loginmodule .btn-success {
  width: 70%;
  background: none;
  border: 1px solid white;
  color: white;
  border-radius: 150px;
  margin-top: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
.loginmodule .form-links a {
  color: white;
}
.loginmodule label[for=modlgn-remember] {
  color: white;
}
.loginmodule .form-links li {
  border-bottom: 0 !important;
  padding: 0px !important;
}
.loginmodule .form-links li a:before {
  display: none;
}
.loginmodule .form-links li a {
  text-align: center;
}
.logoutmodule .login-greeting {
  position: absolute;
  left: 0;
  margin-top: 5px;
}
.logoutmodule .logout-button {
  float: left;
}
.logoutmodule {
  margin-top: 4px !important;
  float: right;
}
.logoutmodule .logout-button .btn-primary,
.subheader .buttongroup .btn-primary {
  border-radius: 150px;
  padding: 6px 28px;
}
#topbar-accountmanagement {
  background: none;
  color: #22b8f0;
  border: 1px solid #22b8f0;
  padding: 6px 29px;
  border-radius: 150px;
  margin-left: 15px;
}
#topbar-accountmanagement:hover,
#topbar-register:hover,
.itemid-270 #topbar-accountmanagement:hover,
.itemid-270 #topbar-register:hover,
.itemid-419 #topbar-accountmanagement:hover {
  background: #22b8f0;
  color: white;
}
.x-button {
  height: 70px;
  position: fixed;
  top: 0;
  right: 0;
  margin: 25px;
}
.x-button:hover {
  cursor: pointer;
}
.itemid-270 #topbar-accountmanagement,
.itemid-419 #topbar-accountmanagement {
  background: none;
  color: #22b8f0;
  border: 1px solid #22b8f0;
  padding: 4px 29px;
  border-radius: 150px;
  margin-left: 15px;
}
#sp-top-bar .logoutmodule {
  margin: 0px 0px 0px 6px;
}
.block1,
.block2,
.block3,
.block4 {
  cursor: pointer;
}
.sp-default-logo {
  max-width: 80%;
}
.home_blocks {
  height: 290px;
  padding: 25px;
}
.home_blocks a,
.home_blocks a:focus {
  color: white;
  font-size: 22px;
}
.home_blocks a:hover {
  color: yellow;
}
/*.slideshow img{
	display:none;
}

.slideshow{
	height:395px;
	background-size:cover;
	background-position:center;
}*/
.slideshow .sppb-item-has-bg {
  height: 570px;
}
.slideshow p {
  font-size: 20px;
}
.sppb-carousel-item-inner > div > div {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  left: 0;
  padding: 25px;
}
.abo-2col {
  height: 250px !important;
  padding-top: 50px;
  padding-right: 15px;
  padding-left: 15px;
}
.abo-button {
  color: white;
  border: 1px solid;
  width: 110px;
  margin-top: 5px;
  height: 30px;
}
.abo-button:hover {
  text-decoration: none;
  color: black;
  background-color: white;
  border: 1px solid black;
}
.abo-button-right {
  float: right;
  margin-top: 30px;
}
.abo-product-block {
  height: 240px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 30px;
  text-align: center;
}
#wooden-background > .sppb-container {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100vw;
  margin: 0 auto;
}
#wooden-background {
  padding: 0;
}
@media all and (max-width: 435px) {
  .abo-papageien-icon-gap {
    padding-top: 15px;
  }
  .abo-product-block-mobile {
    margin-top: 0 !important;
    padding: 0 !important;
  }
  .abo-2col-mobile {
    padding-top: 0 !important;
  }
  .abo-button-right {
    margin-top: 10px;
  }
  .abo-gap-blue {
    margin-bottom: 0px !important;
  }
}
@media all and (max-width: 767px) {
  .abo-2col-mobile {
    padding-top: 0 !important;
  }
  .abo-button-right {
    margin-top: 8px;
  }
  .abo-product-block-mobile {
    margin-top: 0 !important;
    padding: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #kleinanzeigen div#jomclassifieds .gridview .jomcllist-items h3 {
    font-size: 17px;
  }
  .sp-megamenu-parent > li > a {
    padding: 0 11px;
  }
  #kontakt-neu #kontakt_section2 .sppb-col-sm-4 {
    width: 33% !important;
    float: left;
  }
  .abo-2col-mobile {
    padding-top: 0 !important;
  }
  .abo-gap-blue {
    margin-bottom: 40px !important;
  }
  .abo-gap-green {
    margin-bottom: 65px !important;
  }
  .abo-gap-red {
    margin-bottom: 40px !important;
  }
  .abo-gap-yellow {
    margin-bottom: 85px !important;
  }
  .abo-gap-brown {
    margin-bottom: 40px !important;
  }
  .abo-gap-olive {
    margin-bottom: 40px !important;
  }
  .abo-product-block {
    margin-top: 5 !important;
    padding: 2px !important;
  }
  .abo-button-right {
    margin-top: 5px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*.advent .advent_img{
		margin-top:65px !important;
	}*/
  /*#ueberuns_nachhaltigkeit_row3 .sppb-col-sm-6 {
    	margin:25px 0 !important;
    	width: 45%;
	}*/
  #ueberuns_nachhaltigkeit_row3 .nachhaltigkeit_row3_logos .sppb-col-sm-12 {
    padding: 0 !important;
  }
  .abo-gap-yellow {
    margin-bottom: 65px !important;
  }
  .abo-button-right {
    margin-top: 5px;
  }
  #kontakt-neu #kontakt_section2 .sppb-col-sm-4 {
    width: 29%;
  }
}
@media all and (min-width: 1200px) {
  .abo-gap-yellow {
    margin-bottom: 40px !important;
  }
  .abo-button-right {
    margin-top: 30px;
  }
}
.poster-portfolio-image img,
.kalender-portfolio-image img {
  height: 420px;
}
.poster-portfolio-row {
  padding-top: 100px;
  padding-bottom: 100px;
}
.itemid-289 #row_1 {
  padding-top: 100px;
  padding-bottom: 0px;
}
.itemid-289 #row_2 {
  margin-top: 0px !important;
}
.buecher-portfolio-image img {
  height: 500px;
}
.buecher-portfolio-row {
  padding-top: 100px;
  padding-bottom: 100px;
}
.poster-portfolio-price {
  width: 25%;
  float: left;
}
.poster-portfolio-price-button {
  float: left;
  margin-top: 15px;
  background: orange;
  color: white;
  padding: 10px 40px;
  border-radius: 3px;
}
.kalender-portfolio-price {
  width: 25%;
  float: left;
}
.kalender-portfolio-price-button {
  float: left;
  margin-top: 15px;
  background: orange;
  color: white;
  padding: 10px 40px;
  border-radius: 3px;
}
.kalender-portfolio-row {
  padding: 100px 0px;
}
.buecher-portfolio-price {
  width: 25%;
  float: left;
}
.buecher-portfolio-price-button {
  float: left;
  margin-top: 15px;
  background: orange;
  color: white;
  padding: 10px 40px;
  border-radius: 3px;
}
.informationen-portfolio-image img {
  height: 152px;
}
.informationen-portfolio-image-papageien img {
  height: 130px;
}
.information-portfolio-row {
  padding-top: 100px;
  padding-bottom: 100px;
}
.itemid-270 .slideshow li {
  margin: 0px 5px !important;
}
.informationen-portfolio-abo-button,
.slideshow .sppb-carousel-pro-text a {
  margin-top: 15px;
  background-color: #22b8f0;
  color: white;
  padding: 10px 40px;
  border-radius: 3px;
  border-color: #0faae4;
  float: left;
}
.informationen-portfolio-abo-button:hover,
.slideshow .sppb-carousel-pro-text a:hover {
  border-color: #0d8ab9;
  background-color: #0d8ab9 !important;
}
.slideshow .sppb-carousel-pro-text a {
  padding: 10px 20px !important;
}
.information-portfolio-papageien-magazin img {
  height: 520px;
}
.information-portfolio-wp-magazin img {
  height: 520px;
}
.footercontainer li {
  border-bottom: none !important;
}
.footercontainer a:before {
  display: none;
}
.footercontainer ul > li > a {
  line-height: 25px;
}
#sp-bottom {
  padding: 75px 0px;
}
.sp-contact-info {
  float: left;
}
.abmelden {
  float: right;
}
.abmelden .login-greeting {
  display: none;
}
.itemid-285 .sppb-section {
  padding-top: 100px;
}
.itemid-285 .sppb-addon-container {
  text-align: center;
}
.itemid-285 .sppb-col-sm-4 {
  text-align: center;
}
.btn-blue-sq,
#workshop-anmeldungen #bfSubmitButton,
#kontakt-neu #ff_formdiv5 button {
  margin-top: 15px;
  background-color: #22b8f0 !important;
  color: white;
  padding: 10px 40px;
  border-radius: 3px;
  border-color: #0faae4;
}
.btn-blue-sq:hover,
#workshop-anmeldungen #bfSubmitButton:hover,
#kontakt-neu #ff_formdiv5 button:hover {
  background-color: #0e9cd1;
  border-color: #0d8ab9;
  color: #ffffff;
}
#unsere_marken_row_2 {
  margin-top: 0px !important;
  padding-top: 0px;
  margin-bottom: 50px;
}
#unsere_marken_row_2,
#ueberuns_nachhaltigkeit_row3 {
  padding-bottom: 120px;
}
#unsere_marken_row_3 {
  margin-top: 0px !important;
  padding-top: 0px;
  margin-bottom: 100px;
}
.itemid-285 .sppb-row {
  padding-bottom: 0px;
}
.itemid-285 .sppb-section {
  margin-bottom: 100px;
}
.child {
  display: none;
}
.faded {
  clear: both;
  float: none;
  width: 100%;
  height: 1px;
  margin: 1.4em 0;
  border: none;
  background: #ddd;
  background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0, #ececec), color-stop(0.1, #000000), color-stop(0.9, #000000), color-stop(1, #ececec));
}
.kleinanzeigen-category-header h3 {
  height: 53px;
  text-align: center;
}
.widerrufsrecht-portfolio-heading {
  margin-top: 105px;
  margin-bottom: 75px;
}
.widerrufsrecht-portfolio-heading h2 {
  padding-bottom: 23px;
}
.widerrufsfolgen-portfolio {
  margin-bottom: 75px;
}
.widerrufsfolgen-portfolio h2 {
  margin-bottom: 23px;
}
.mitarbeiter {
  height: 300px;
  color: white;
  padding: 20px;
  position: relative;
  background-size: cover;
  background-position: center;
}
.mitarbeiter .sppb-container-inner {
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0));
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-left: 16px;
  padding-bottom: 11px;
}
.impressum-portfolio h2 {
  padding-bottom: 50px;
}
.impressum-portfolio {
  margin-top: 100px;
  margin-bottom: 90px;
}
#nachhaltigkeit_row1 {
  height: 87vh;
}
.nachhaltigkeit_row1_text {
  display: table-cell;
  vertical-align: middle;
  width: 100vw;
  height: 86vh;
  text-align: center;
  color: white;
}
#nachhaltigkeit_row1 .nachhaltigkeit_row1_arrow_container {
  position: absolute;
  width: 100%;
  bottom: 10px;
}
#nachhaltigkeit_row1 .nachhaltigkeit_row1_arrow_container img {
  height: 100px;
}
#nachhaltigkeit_row1 .hovering {
  -webkit-animation-name: hovering;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: hovering;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
  animation-name: hovering;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes hovering {
  from {
    -webkit-transform: translate(0, 0px);
  }
  50% {
    -webkit-transform: translate(0, -25px);
  }
  to {
    -webkit-transform: translate(0, 0px);
  }
}
@-moz-keyframes hovering {
  from {
    -moz-transform: translate(0, 0px);
  }
  50% {
    -moz-transform: translate(0, -25px);
  }
  to {
    -moz-transform: translate(0, 0px);
  }
}
@keyframes hovering {
  from {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(0, -25px);
  }
  to {
    transform: translate(0, 0px);
  }
}
.jomcltoprow {
  background-color: #F3E9A0;
}
.jomclbottomrow {
  background-color: #F3E9A0;
}
.jomclbottomrow a {
  color: #333;
}
.jomclitem-entry .titleblock a {
  color: #333;
}
.jomclitem-entry .userblock a {
  color: #333;
}
#nachhaltigkeit_row2,
#ueberuns_nachhaltigkeit_row2 {
  padding: 25px 0px;
  margin: 0px !important;
}
#nachhaltigkeit_row2 img,
#ueberuns_nachhaltigkeit_row2 img {
  /*width:30%;*/
}
#nachhaltigkeit_row2_text p {
  font-size: 140%;
  font-family: 'Whitney SSm A', 'Whitney SSm B' !important;
  font-weight: 400 !important;
  font-style: normal !important;
}
.jomclitem-entry .jomcldesc.muted {
  color: #999;
}
#nachhaltigkeit_row2 .sppb-col-sm-6,
#ueberuns_nachhaltigkeit_row2 .sppb-col-sm-6 {
  padding: 15px;
  margin: 25px 0px;
  top: 0px !important;
}
#nachhaltigkeit_row3 .nachhaltigkeit_row3_logos img,
#ueberuns_nachhaltigkeit_row3 .nachhaltigkeit_row3_logos img {
  height: 132px;
  float: left;
}
#nachhaltigkeit_row3 {
  margin: 100px 0px;
}
#locationlocator .row-fluid .btn-group {
  display: none !important;
}
.separatorLoc {
  display: none !important;
}
#locationlocator #locationsearch_div .input-append {
  width: 60%;
  display: inline-block;
  text-align: center;
  margin: 19px 10% 0px 10%;
  padding: 15px 10%;
  border-radius: 4px;
  background: #f7f7f7;
}
#locationlocator .innerLeft .innerRight {
  width: 100%;
  min-height: 370px;
  float: none;
  clear: both;
  display: inline-block;
  position: relative;
  padding: 0 5px;
}
.controls {
  width: 100%;
}
#nachhaltigkeit_row4 {
  height: auto;
  color: white;
}
/*#nachhaltigkeit_row4 p{
    color: white;
    font-size: 140%;
    font-family: 'Whitney SSm A', 'Whitney SSm B' !important;
    font-weight: 400 !important;
    font-style: normal !important;
    -webkit-font-smoothing: antialised !important;
}*/
#nachhaltigkeit_row2 p,
#nachhaltigkeit_row4 p,
#nachhaltigkeit_row3 p,
.nachhaltigkeit_row4_text .sppb-addon-content {
  font-size: 140%;
  font-family: 'Whitney SSm A', 'Whitney SSm B' !important;
  font-weight: 400!important;
  font-style: normal!important;
  -webkit-font-smoothing: antialised!important;
}
#nachhaltigkeit_row3 .sppb-col-sm-6 {
  margin: 25px 10px;
  padding: 15px;
  width: 48%;
  top: 0px !important;
}
#nachhaltigkeit_row3 .nachhaltigkeit_row3_logos .sppb-col-sm-12,
#ueberuns_nachhaltigkeit_row3 .nachhaltigkeit_row3_logos .sppb-col-sm-12 {
  padding: 40px 150px 0px 150px;
}
#locationlocator #locationsearch_div {
  width: 100%;
  float: none;
  margin: 0;
}
.nachhaltigkeit_row4_text {
  padding: 200px 30px;
}
#sp-main-body {
  padding: 25px;
}
#locationlocator .btn-group h2,
#locationlocator #locationsearch_div h2 {
  color: #444 !important;
  font-weight: normal;
  font-size: 19px!important;
  height: 47px;
  line-height: 30px;
  margin: 100px auto 0px auto;
  background-position: top center;
}
.itemid-281 .sppb-col-sm-12 {
  margin-top: 55px;
  margin-bottom: 0px;
}
.itemid-281 .sppb-col-sm-12 h2 {
  margin-top: 30px;
}
.itemid-281 .sppb-col-sm-6 h2 {
  margin-bottom: 40px;
}
#nachhaltigkeit_row1 .scroll_to img:hover {
  cursor: pointer;
}
/*.itemid-281 .gewerbliche-portfolio {
	position: relative;
    top: -213px;
    left: -20px;
}*/
.itemid-281 .sppb-container {
  margin-bottom: 75px;
}
.nachhaltigkeit_row2_text {
  padding-top: 30px;
}
.nachhaltigkeit_row4_text .sppb-addon-content {
  padding: 0px 85px;
}
@media all and (min-width: 768px) and (max-width: 991px) {
  /*#ueberuns_nachhaltigkeit_row3 .sppb-col-sm-6 {
    	margin:25px 0 !important;
    	width: 50%;
	}*/
  #ueberuns_nachhaltigkeit_row3 .nachhaltigkeit_row3_logos .sppb-col-sm-12 {
    padding: 0 !important;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) and (orientation: portrait) {
  #abo-schliessen .productbuttonnext,
  #abo-schliessen .productbutton {
    padding: 0;
  }
  #abo-schliessen .zusammenfassung .produkt .col-md-5,
  #abo-schliessen .zusammenfassung .col-md-5.zpimg {
    width: 65%;
  }
  #abo-schliessen .selectpayment {
    margin-left: 40px;
  }
  #abo-schliessen #ff_elem866,
  #abo-schliessen #ff_elem19 {
    width: 120px !important;
  }
  #abo-schliessen #ff_elem23,
  #abo-schliessen #ff_elem870 {
    width: 120px;
  }
  #abo-schliessen #ff_elem24,
  #abo-schliessen #ff_elem871 {
    width: 240px;
  }
  #abo-schliessen .bfQuickMode input[type=text] {
    max-width: 100%;
  }
  #workshop-anmeldungen .row-fluid .span6 {
    width: 48% !important;
  }
  #shop .product h2 {
    font-size: 12px !important;
  }
  #shop .category img {
    height: 160px !important;
  }
  #shop .category h2 {
    font-size: 15px !important;
  }
  #shop .vm-products-horizon {
    height: 375px !important;
  }
  .schnelleinstieg_div .schnelleinstieg_heading h3 {
    margin-top: 125px !important;
  }
  .workshop_below_div {
    padding-top: 0px;
  }
  #row_1.workshop_row img {
    height: 270px;
    margin-bottom: 40px;
  }
  #sp-component #sp-page-builder #row_1.workshop_row .sppb-carousel-inner > .sppb-item {
    height: 400px;
    padding-left: 50px;
  }
  .workshop-mid-img img {
    height: 250px;
  }
  .btn-orange-sq-address,
  .btn-orange-sq {
    width: 47.5% !important;
    padding: 10px 30px;
  }
  .workshop_gallery_1,
  .workshop_gallery_2,
  .workshop_gallery_3,
  .workshop_gallery_4,
  .workshop_gallery_5,
  .workshop_gallery_6,
  .workshop_gallery_7,
  .workshop_gallery_8,
  .workshop_gallery_9,
  .workshop_gallery_10,
  .workshop_gallery_11,
  .workshop_gallery_12 {
    height: 170px;
  }
  #shop .vm-product-media-container .browseProductImage {
    height: 175px;
  }
  #shop .vm-rating-show-stars h2 {
    padding: 0px 10px;
    height: 39px	;
  }
  #shop.view-category .PricesalesPrice.vm-display.vm-price-value {
    width: 42%;
  }
  #home .block3 .sppb-col-sm-12 {
    padding-top: 10px;
  }
  .sp-megamenu-parent .sp-menu-item:last-child .sp-dropdown.sp-dropdown-main.sp-menu-right,
  .sp-megamenu-parent .sp-menu-item:last-child .sp-dropdown.sp-dropdown-main.sp-menu-full {
    right: 0 !important;
    left: -135px;
  }
  #kleinanzeigen .vm-details-button {
    margin-top: 10px;
  }
  #kleinanzeigen .vm-product-media-container img {
    height: 85px;
  }
  #kleinanzeigen div#jomclassifieds .jomcl-box .ad_idblock,
  #kleinanzeigen div#jomclassifieds .jomcl-box .catblock,
  #kleinanzeigen div#jomclassifieds .jomcl-box .userlinkblock {
    font-size: 13px;
  }
  a.jomcl-popup-trigger.buy-button {
    padding: 9px 10px !important;
    font-size: 12px !important;
  }
  .sp-megamenu-parent > li > a {
    padding: 0px 12px;
    font-size: 10px;
  }
  #home .sppb-col-sm-3 {
    padding: 0 5px !important;
  }
  #kleinanzeigen #sp-left,
  #kleinanzeigen #sp-right {
    width: 30% !important;
    text-align: -webkit-center;
    text-align: -moz-center;
    margin-bottom: 20px;
  }
  #kleinanzeigen div#jomclassifieds .jomcl-detailview h2.title {
    font-size: 20px;
  }
  #kleinanzeigen .vm-product-media-rating {
    width: 42% !important;
  }
  #kleinanzeigen .related-category-jomcl-box {
    height: 600px !important;
    width: 304px !important;
    margin: 22px 0 0 0 !important;
  }
  #kleinanzeigen div#jomclassifieds .jomcl-detailview .column-top .jomcl-row1 .jomcl-left {
    width: 100% !important;
  }
  #sp-top2 {
    width: 29%;
  }
  #sp-top1 {
    width: 71%;
  }
  .subheader .buttongroup {
    position: absolute;
    top: 0;
    right: 0;
  }
  #sp-main-body {
    padding: 0px 10px 63px 10px;
  }
  .vm-product-media-rating {
    margin: 0;
    width: 50% !important;
    height: 360px;
  }
  .schnelleinstieg_div h3 {
    font-size: 19px !important;
    padding: 0px 10px !important;
  }
  #schnelleinstieg_row4 .sppb-empty-space {
    margin-bottom: 40px !important;
  }
  #nachhaltigkeit_row1 {
    height: 79vh;
  }
  .nachhaltigkeit_row1_text {
    height: 77vh;
  }
  .nachhaltigkeit_row4_text {
    padding: 70px 30px;
  }
  .nachhaltigkeit_row2_text {
    padding-top: 0px !important;
  }
  #nachhaltigkeit_row3 .sppb-col-sm-6 {
    width: 97% !important;
  }
  #nachhaltigkeit_row3 .nachhaltigkeit_row3_logos .sppb-col-sm-12 {
    padding: 40px 235px 0px 235px !important;
  }
  #ueberuns_row2 .sppb-col-sm-3,
  #ueberuns_row3 .sppb-col-sm-3,
  #ueberuns_row4 .sppb-col-sm-3,
  #ueberuns_row6 .sppb-col-sm-3,
  #ueberuns_row7 .sppb-col-sm-3,
  #ueberuns_row9 .sppb-col-sm-3,
  #ueberuns_row10 .sppb-col-sm-3,
  #ueberuns_row12 .sppb-col-sm-3 {
    width: 33%;
    float: left;
    padding-bottom: 25px;
  }
  #kontakt_row1 {
    padding: 0px 80px;
  }
  #kontakt_row1 .sppb-container {
    width: 100% !important;
  }
  #kontakt_row2 .sppb-col-sm-6 {
    top: 0;
  }
  .poster-portfolio-price,
  .kalender-portfolio-price {
    width: 40%;
  }
  .empty_marken3 {
    margin-bottom: 42px !important;
  }
  .empty_marken1 {
    margin-bottom: 34px !important;
  }
  #locationlocator {
    width: 92% !important;
  }
  .page-header {
    width: 92% !important;
  }
  .kleinanzeigen-category-header h3 {
    font-size: 16px !important;
    text-align: left !important;
    margin: 0 !important;
  }
  /*.view-categories #sp-right .class2{

		position:relative;
		left:-40px;
	}*/
  .view-categories #sp-component .sp-column,
  .view-category #sp-component .sp-column {
    width: 90%;
  }
  .view-category #sp-right .class2 {
    position: relative;
    left: -40px;
  }
  .view-category .jomclitem-entry span {
    padding: 3px !important;
  }
  .view-category div #jomclassifieds .listview .jomcl-left,
  div#jomclassifieds .listview .jomcl-right,
  div#jomclassifieds .listview span.tag {
    float: left !important;
    width: 30%!important;
    text-align: center;
  }
  .view-category .jomclitem-entry h3 {
    font-size: 17px !important;
    float: left !important;
    clear: both !important;
    width: 100%;
  }
  .view-category .jomcldesc {
    float: left !important;
    clear: both !important;
  }
  .view-category .jomclblocks {
    float: left !important;
    clear: both !important;
  }
  .view-categories .col-sm-9 {
    padding-left: 0 !important;
  }
  #kleinanzeigen div #jomclassifieds .categories img {
    margin-bottom: 20px;
  }
}
@media all and (min-width: 414px) and (max-width: 767px) and (orientation: portrait) {
  /*.advent{
		width:76% !important;
		margin: 20px auto;
	}*/
  .advent {
    /* height: 435px !important; */
  }
  /*.advent .advent_img{
		margin-top:65px !important;
	}*/
  .advent h3 {
    font-size: 15px !important;
  }
  #ueberuns_nachhaltigkeit_row2 img {
    width: 15%;
  }
  #ueber-uns #unsere_marken_row_2 .sppb-section {
    margin-top: 0px;
  }
  /*#ueberuns_nachhaltigkeit_row3 .sppb-col-sm-6 {
   	 	width:100%;
	}*/
  #ueber-uns #unsere_marken_row_2 .sppb-col-sm-4 {
    width: 80%;
    margin: 55px auto;
  }
  #kontakt-neu #kontakt_section2 .sppb-col-sm-4 {
    width: 49%;
    float: none;
    margin: 30px auto;
  }
  #kontakt-neu #kontakt_section2 .sppb-col-sm-4 img {
    margin: 0 auto;
  }
  #abo-schliessen .zusammenfassung {
    background: #eee;
    text-align: center;
    padding: 10px;
    margin-top: 15px;
  }
  #abo-schliessen .control-label {
    float: none;
  }
  #abo-schliessen .form-inline .radio {
    width: 25%;
    margin-left: 15px;
  }
  #abo-schliessen #bfQuickModeSection57712 #bfElemWrap11,
  #abo-schliessen #bfElemWrap24,
  #abo-schliessen #bfElemWrap862,
  #abo-schliessen #bfElemWrap871 {
    margin-left: 0;
  }
  #abo-schliessen .form-inline .radio input[type="radio"] {
    margin-left: -15px;
  }
  #abo-schliessen label#bfGroupLabel5,
  #abo-schliessen label#bfGroupLabel860 {
    width: 50%;
    margin-left: 15px;
  }
  #abo-schliessen #ff_elem24,
  #abo-schliessen #ff_elem871 {
    width: 340px;
  }
  #abo-schliessen #ff_elem866,
  #abo-schliessen #ff_elem19 {
    width: 80px !important;
  }
  #workshop-anmeldungen #bfQuickModeSection29423,
  #workshop-anmeldungen #bfQuickModeSection11470,
  #workshop-anmeldungen #bfQuickModeSection7909,
  #workshop-anmeldungen #bfQuickModeSection48559,
  #workshop-anmeldungen #bfQuickModeSection59673,
  #workshop-anmeldungen #bfElemWrap382 {
    width: 80%;
  }
  #workshop-anmeldungen #ff_elem382,
  #workshop-anmeldungen #ff_elem214 {
    float: none;
  }
  #shop .vm-products-horizon {
    height: 385px !important;
  }
  #shop .category img {
    height: 150px !important;
  }
  #shop .category h2 {
    font-size: 17px !important;
  }
  #sp-component #sp-page-builder #row_1.workshop_row .sppb-carousel-pro .sppb-carousel-inner .sppb-row > div {
    padding-left: 20px;
  }
  #row_1.workshop_row img {
    height: 200px;
    margin-bottom: 40px;
  }
  #sp-component #sp-page-builder #row_1.workshop_row .sppb-carousel-inner .sppb-carousel-pro-text .sppb-btn {
    display: none;
  }
  #sp-component #sp-page-builder #row_1.workshop_row .sppb-carousel-pro-text h2 {
    font-size: 20px;
    line-height: 25px;
  }
  #sp-component #sp-page-builder #row_1.workshop_row .sppb-carousel-item-inner > div > div {
    min-height: 100%;
  }
  #sp-component #sp-page-builder #row_1.workshop_row .sppb-carousel-indicators {
    display: none;
  }
  #sp-component #sp-page-builder #row_1.workshop_row .sppb-carousel-pro .sppb-carousel-inner .sppb-row > div {
    margin-top: 40px;
  }
  /*
	#sp-component #sp-page-builder #row_1.workshop_row .sppb-carousel-arrow .fa-chevron-left, .sppb-carousel-arrow .fa-chevron-right {
		top:65%;
	}
*/
  .btn-orange-sq {
    margin-top: 15px;
    width: 100%;
  }
  .btn-orange-sq-address {
    margin-top: 15px;
    width: 100% !important;
  }
  .btn-blue-sq-ammelden {
    margin-bottom: 15px;
  }
  #row_17 {
    padding-top: 0;
  }
  #row_17 .picture .sppb-section:nth-child(2) .sppb-col-sm-3,
  #row_17 .picture .sppb-section:nth-child(3) .sppb-col-sm-3,
  #row_17 .picture .sppb-section:nth-child(4) .sppb-col-sm-3 {
    width: 50%;
    float: left;
    padding: 0;
  }
  #row_17 .picture .sppb-section:nth-child(2) .sppb-col-sm-3 img,
  #row_17 .picture .sppb-section:nth-child(3) .sppb-col-sm-3 img,
  #row_17 .picture .sppb-section:nth-child(4) .sppb-col-sm-3 img {
    height: 185px;
  }
  #row_17 .picture .sppb-section:nth-child(2),
  #row_17 .picture .sppb-section:nth-child(3),
  #row_17 .picture .sppb-section:nth-child(4) {
    margin-top: 0;
  }
  /*#sp-component #sp-page-builder .workshop_row img {
		width:100% !important;
	}
    */
  .workshop_gallery_1 {
    background: url(/images/2016/06/14/workshop_carousel_image2_0.jpg);
    height: 175px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .workshop_gallery_1 img {
    display: none !important;
  }
  .workshop_gallery_2 {
    background: url(/images/2016/06/14/workshop-1.jpg);
    height: 175px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .workshop_gallery_2 img {
    display: none !important;
  }
  .workshop_gallery_3 {
    background: url(/images/2016/06/14/BEB-Oct11-Dublin-Photo-workshop.jpg);
    height: 175px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .workshop_gallery_3 img {
    display: none !important;
  }
  .workshop_gallery_4 {
    background: url(/images/2016/06/14/2010_0326_PPP-Framework-Workshop-thumb-1024x768-350.jpg);
    height: 175px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .workshop_gallery_4 img {
    display: none !important;
  }
  .workshop_gallery_5 {
    background: url(/images/2016/06/14/Photo2_UTCO-ABU-IRIBworkshop_InternetandNewMedia.jpg);
    height: 175px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .workshop_gallery_5 img {
    display: none !important;
  }
  .workshop_gallery_6 {
    background: url(/images/2016/06/14/astronet_tt_workshop.jpg);
    height: 175px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .workshop_gallery_6 img {
    display: none !important;
  }
  .workshop_gallery_7 {
    background: url(/images/2016/06/14/singapore-story---smf-h_and_n-workshop.jpg);
    height: 175px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .workshop_gallery_7 img {
    display: none !important;
  }
  .workshop_gallery_8 {
    background: url(/images/2016/06/14/Workshop_Chuck.jpg);
    height: 175px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .workshop_gallery_8 img {
    display: none !important;
  }
  .workshop_gallery_9 {
    background: url(/images/2016/06/14/propec-business-improvement-coaching-for-improvement-workshop1.jpg);
    height: 175px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .workshop_gallery_9 img {
    display: none !important;
  }
  .workshop_gallery_10 {
    background: url(/images/2016/06/14/UN-SPIDER_-_Bonn_Workshop.jpg);
    height: 175px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .workshop_gallery_10 img {
    display: none !important;
  }
  .workshop_gallery_11 {
    background: url(/images/2016/06/14/audience-IMG_0141.jpg);
    height: 175px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .workshop_gallery_11 img {
    display: none !important;
  }
  .workshop_gallery_12 {
    background: url(/images/2016/06/14/workshop-lecture.jpg);
    height: 175px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .workshop_gallery_12 img {
    display: none !important;
  }
  #shop form .search {
    display: none;
  }
  #shop .productdetails-view .vm-product-media-container,
  #shop .productdetails-view .vm-product-details-container {
    width: 100% !important;
  }
  #shop .productdetails-view h1 {
    font-size: 24px;
  }
  #sp-header .subheader .col-md-6:first-child {
    float: left;
  }
  #shop .vm-product-media-container .browseProductImage {
    height: 139px;
  }
  #shop .vm-rating-show-stars h2 {
    padding: 0px 10px;
    height: 39px	;
  }
  #shop.view-category .PricesalesPrice.vm-display.vm-price-value {
    width: 36%;
    /* Von 26 auf 36% geändert - Tobias */
  }
  #home .block3 .sppb-col-sm-12 {
    padding-top: 10px;
  }
  #home .block1 .sppb-col-sm-12,
  #home .block2 .sppb-col-sm-12,
  #home .block3 .sppb-col-sm-12,
  #home .block4 .sppb-col-sm-12 {
    width: 100%;
  }
  #kleinanzeigen .vm-details-button {
    margin-top: 10px;
  }
  #kleinanzeigen div#jomclassifieds a {
    font-size: 14px;
  }
  .kleinanzeigenmenu {
    margin-top: 101px !important;
  }
  #sp-header .sp-default-logo {
    height: 60px !important;
    width: 180px !important;
    max-width: 100% !important;
  }
  #kleinanzeigen .vm-product-media-rating {
    width: 43% !important;
  }
  .kleinanzeigen .related-category-jomcl-box {
    margin-top: 610px !important;
  }
  .kleinanzeigen .related-category-jomcl-box {
    height: 660px !important;
  }
  #kleinanzeigen #sp-right:nth-child(2) {
    width: 100% !important;
    float: left;
    display: none;
  }
  #kleinanzeigen #sp-main-body {
    margin-top: 0 !important;
  }
  #kleinanzeigen #sp-left {
    display: none;
  }
  #kleinanzeigen #sp-right {
    width: 100% !important;
    display: none;
  }
  #kleinanzeigen .kleinanzeigen h2 {
    font-size: 21px;
  }
  #kleinanzeigen #sp-component {
    width: 100% !important;
  }
  #kleinanzeigen #sp-component .column-right {
    width: 100% !important;
  }
  .logoutmodule .login-greeting {
    left: 15px;
  }
  .login-greeting {
    display: none;
  }
  /*.topbarlogin .sp-module-content{
		margin-top:44px;
	}

	.itemid-270 .topbarlogin .sp-module-content{
		margin-top:39px;
	}

	.logoutmodule .logout-button .btn-primary{
		margin-top:35px;
	}*/
  .logoutmodule {
    float: left !important;
  }
  #sp-top1,
  #sp-top2 {
    text-align: -webkit-center;
    text-align: -moz-center;
  }
  #sp-top-bar {
    height: 130px;
  }
  .topbarlogin,
  .sp-contact-info {
    float: none;
  }
  .subheader .buttongroup a {
    padding: 6px 21px !important;
  }
  .subheader.appended {
    height: 50px;
  }
  .subheader .col-md-6 {
    margin-bottom: 18px;
  }
  #sp-bottom {
    text-align: center;
  }
  #schnelleinstieg_row4 .sppb-empty-space {
    margin-bottom: 40px !important;
  }
  .schnelleinstieg {
    margin-top: 0 !important;
  }
  #schnelleinstieg_heading h2 {
    font-size: 30px !important;
  }
  .schnelleinstieg_div {
    margin-top: 20px;
  }
  #nachhaltigkeit_row1 {
    height: 82vh;
  }
  .nachhaltigkeit_row1_text {
    height: 82vh;
  }
  #nachhaltigkeit_row1 h1 {
    font-size: 20pt;
  }
  #nachhaltigkeit_row2 {
    padding: 0;
  }
  #nachhaltigkeit_row3 .sppb-col-sm-6 {
    width: 96% !important;
  }
  #nachhaltigkeit_row3 .nachhaltigkeit_row3_logos .sppb-col-sm-12 {
    padding: 40px 56px 0px 55px;
  }
  .nachhaltigkeit_row4_text {
    padding: 40px 0px;
  }
  .nachhaltigkeit_row4_text .sppb-addon-content {
    padding: 0px 20px;
  }
  #nachhaltigkeit_row2 p,
  #nachhaltigkeit_row3 p,
  .nachhaltigkeit_row4_text span {
    font-size: 12pt !important;
  }
  #ueberuns_row2 .sppb-col-sm-3,
  #ueberuns_row3 .sppb-col-sm-3,
  #ueberuns_row4 .sppb-col-sm-3,
  #ueberuns_row6 .sppb-col-sm-3,
  #ueberuns_row7 .sppb-col-sm-3,
  #ueberuns_row9 .sppb-col-sm-3,
  #ueberuns_row10 .sppb-col-sm-3,
  #ueberuns_row12 .sppb-col-sm-3 {
    width: 50%;
    float: left;
    padding: 10px;
  }
  #ueberuns_row2 .sppb-col-sm-3 h3,
  #ueberuns_row3 .sppb-col-sm-3 h3,
  #ueberuns_row4 .sppb-col-sm-3 h3,
  #ueberuns_row6 .sppb-col-sm-3 h3,
  #ueberuns_row7 .sppb-col-sm-3 h3,
  #ueberuns_row9 .sppb-col-sm-3 h3,
  #ueberuns_row10 .sppb-col-sm-3 h3,
  #ueberuns_row12 .sppb-col-sm-3 h3 {
    font-size: 18px !important;
  }
  #ueberuns_row2 .sppb-col-sm-3 .sppb-col-sm-12 p,
  #ueberuns_row3 .sppb-col-sm-3 .sppb-addon > div,
  #ueberuns_row4 .sppb-col-sm-3 .sppb-addon > div,
  #ueberuns_row6 .sppb-col-sm-3 .sppb-addon > div,
  #ueberuns_row7 .sppb-col-sm-3 .sppb-addon > div,
  #ueberuns_row9 .sppb-col-sm-3 .sppb-addon > div,
  #ueberuns_row10 .sppb-col-sm-3 p,
  #ueberuns_row12 .sppb-col-sm-3 .sppb-addon > div {
    font-size: 14px !important;
    line-height: 18px !important;
  }
  #kontakt_row2 .sppb-col-sm-6 {
    margin-bottom: 50px;
  }
  .poster-portfolio-price,
  .kalender-portfolio-price {
    width: 38%;
  }
  .poster-portfolio-image img,
  .kalender-portfolio-image img {
    width: 75% !important;
    height: 75% !important;
  }
  .poster-portfolio-row .sppb-col-sm-6,
  .kalender-portfolio-row .sppb-col-sm-6 {
    top: 0 !important;
  }
  .poster-portfolio-row,
  .kalender-portfolio-row {
    margin-top: 0 !important;
  }
  #unsere_marken_row_2 img {
    width: 80% !important;
  }
  #unsere_marken_row_2 .sppb-col-sm-4 {
    margin-bottom: 70px;
  }
  .empty_marken3 {
    margin-bottom: 30px;
  }
  #unsere_marken_row_2 .sppb-section {
    padding-top: 0;
    margin-bottom: 0;
  }
  .footercontainer .col-md-4 {
    width: 33%;
    float: left;
    padding: 0 4px;
  }
  .footercontainer {
    padding: 20px 0px;
  }
  #locationlocator .btn-group h2,
  #locationlocator #locationsearch_div h2 {
    margin: 30px auto 0px auto;
    width: 100%;
    font-size: 13px!important;
    line-height: 21px;
  }
  .itemid-287 #sp-bottom .container {
    width: 100% !important;
    padding: 15px 0px 0px 0px !important;
  }
  #sp-main-body {
    padding: 0px 20px 45px 20px !important ;
  }
  #ueber-uns #sp-main-body {
    padding: 0 !important;
  }
  #locationlocator #locationsearch_div .input-append {
    width: 100%;
    margin: 10px 0;
  }
  #kleinanzeigen div #jomclassifieds .categories .parent {
    width: 50% !important;
    float: left !important;
  }
  .kleinanzeigen-category-header h3 {
    font-size: 14px !important;
    text-align: left !important;
    margin: 0 !important;
  }
  /*.view-categories #sp-component{
		position:relative;
		top:460px;
		margin-bottom:40px !important;
	}

	.view-categories #sp-right{
		position:relative;
		bottom:3070px;
	}*/
  .view-category .jomclitem-entry span {
    padding: 3px !important;
  }
  .view-category div #jomclassifieds .jomcl-left,
  div#jomclassifieds .jomcl-right,
  div#jomclassifieds span.tag {
    float: left !important;
    width: 30%!important;
    text-align: center;
  }
  .view-category .jomclitem-entry h3 {
    font-size: 17px !important;
    float: left !important;
    clear: both !important;
    width: 100%;
  }
  .view-category .jomcldesc {
    float: left !important;
    clear: both !important;
  }
  .view-category .jomclblocks {
    float: left !important;
    clear: both !important;
  }
  .view-category #jcsForm {
    margin: 15px 0px;
  }
  .view-categories #sp-right {
    margin: 20px 0px;
  }
  #kleinanzeigen div #jomclassifieds .categories img {
    height: 145px !important;
    margin-bottom: 20px;
  }
  #kleinanzeigen .sp-column .clear,
  #kleinanzeigen .sp-column .faded {
    display: none;
  }
  .kleinanzeigenmenu .nav .item-230,
  .kleinanzeigenmenu .nav .item-227 {
    margin: 0px 82px !important;
  }
  .kleinanzeigenmenu {
    display: inherit !important;
  }
}
@media (max-width: 360px) {
  .lang_mobile {
    margin: 0 auto !important;
  }
}
@media all and (min-width: 737px) and (max-width: 1199px) and (orientation: landscape) {
  #abo-schliessen #ff_elem866,
  #abo-schliessen #ff_elem19 {
    width: 175px !important;
  }
  #abo-schliessen .zusammenfassung h3 {
    font-size: 21px;
  }
  #abo-schliessen .selectpayment {
    margin-left: 0;
  }
  #abo-schliessen #ff_elem24 {
    width: 470px;
  }
  #workshop-anmeldungen .row-fluid .span6 {
    width: 48% !important;
  }
  #shop .category-view .category {
    height: 275px !important;
  }
  #shop .category img {
    height: 160px !important;
  }
  #shop .category h2 {
    font-size: 21px !important;
  }
  #shop .vm-products-horizon {
    height: 420px !important;
  }
  .btn-orange-sq,
  .btn-orange-sq-address {
    width: 47%;
    padding: 10px 30px;
  }
  .workshop_below_div {
    padding-top: 50px !important;
  }
  #sort #sp-main-body #sp-component #sp-page-builder .sppb-section.poster-portfolio-row .sppb-row > .sppb-col-sm-6:nth-child(2) > .sppb-addon-container > p {
    width: 35% !important;
    padding: 5.5% 10px !important;
  }
  #sort #sp-main-body #sp-component #sp-page-builder .sppb-section.poster-portfolio-row .sppb-container > .sppb-row > .sppb-col-sm-6:nth-child(1) > .sppb-addon-container > p {
    width: 35% !important;
    padding: 5.5% 10px !important;
  }
  #shop .vm-product-media-container .browseProductImage {
    height: 155px;
  }
  #shop .vm-rating-show-stars h2 {
    padding: 0px 10px;
    height: 39px	;
  }
  #shop.view-category .PricesalesPrice.vm-display.vm-price-value {
    width: 25%;
  }
  #home .block3 .sppb-col-sm-12 {
    padding-top: 10px;
  }
  .sp-megamenu-parent .sp-menu-item:last-child .sp-dropdown.sp-dropdown-main.sp-menu-right,
  .sp-megamenu-parent .sp-menu-item:last-child .sp-dropdown.sp-dropdown-main.sp-menu-full {
    right: 0 !important;
    left: -135px;
  }
  #shop .quantity-controls {
    margin-left: 10px;
    margin-bottom: 10px;
  }
  #kleinanzeigen div#jomclassifieds .jomcllist-items h3 {
    font-size: 20px;
  }
  #kleinanzeigen a.jomcl-popup-trigger.buy-button {
    padding: 9px 22px !important;
  }
  #sp-header .sp-retina-logo {
    height: 72px !important;
    width: 205px !important;
    max-width: 100% !important;
  }
  #kleinanzeigen div#jomclassifieds .jomcl-detailview h2.title {
    font-size: 20px;
  }
  #kleinanzeigen .vm-product-media-rating {
    width: 44% !important;
  }
  #sp-top2 {
    width: 40%;
  }
  #sp-top1 {
    width: 60%;
  }
  .vm-product-media-rating {
    margin: 0;
    height: 350px;
  }
  .nachhaltigkeit_row1_text,
  #nachhaltigkeit_row1 {
    height: 83vh !important;
  }
  #nachhaltigkeit_row3 .sppb-col-sm-6 {
    width: 47% !important;
  }
  .nachhaltigkeit_row2_subrow1 {
    margin-top: 30px;
  }
  #nachhaltigkeit_row3 .nachhaltigkeit_row3_logos .sppb-col-sm-12 {
    padding: 40px 90px 0px 90px;
  }
  .nachhaltigkeit_row4_text {
    padding: 150px 30px;
  }
  #kontakt_row1 {
    padding: 0px 85px;
  }
  #kontakt_row1 .sppb-container {
    width: 100% !important;
  }
  #kontakt_row2 .sppb-col-sm-6 {
    top: 0;
  }
  #kleinanzeigen .input-group-addon {
    padding: 6px 3px;
  }
  #kleinanzeigen .form-links a {
    font-size: 11px;
  }
  #kleinanzeigen #form-login-submit a {
    padding: 6px 18px;
  }
  .empty_marken3 {
    margin-bottom: 47px !important;
  }
  .empty_marken1 {
    margin-bottom: 37px !important;
  }
  .kleinanzeigen-category-header h3 {
    font-size: 19px !important;
    text-align: left !important;
    margin: 0 !important;
  }
  #kleinanzeigen div #jomclassifieds .categories img {
    margin-bottom: 20px;
  }
}
/* Iphone 6 Plus - landscape  */
@media all and (min-width: 668px) and (max-width: 736px) and (orientation: landscape) {
  #service .sppb-row .sppb-col-sm-6 {
    width: 50%;
    float: left;
  }
  #abo-schliessen .zusammenfassung {
    background: #eee;
    padding: 10px;
    margin-top: 15px;
  }
  #abo-schliessen .zusammenfassung .row:nth-child(2),
  #abo-schliessen .zusammenfassung .row.produkt,
  #abo-schliessen .zusammenfassung .row:nth-child(4),
  #abo-schliessen .zusammenfassung .row:nth-child(5) {
    width: 50%;
    float: left;
  }
  #abo-schliessen #bfQuickModeSection91872,
  #abo-schliessen #bfQuickModeSection2082 {
    width: 100%;
  }
  #abo-schliessen .selectpayment {
    margin-left: 0;
    width: 350px;
  }
  #abo-schliessen .productbutton,
  #abo-schliessen .productbuttonnext {
    padding: 0 40px;
    width: 98%;
  }
  #abo-schliessen .productbutton {
    margin-left: 10px;
  }
  #abo-schliessen .zusammenfassung .produkt .col-md-5,
  #abo-schliessen .zusammenfassung .col-md-5.zpimg {
    width: 50%;
  }
  #abo-schliessen .praemie {
    height: 300px;
  }
  #abo-schliessen .control-label {
    float: none;
  }
  #abo-schliessen #bfQuickModeSection57712 #bfElemWrap11,
  #abo-schliessen #bfElemWrap862 {
    margin-top: 49px;
  }
  #abo-schliessen #bfQuickModeSection70930 #ff_elem24,
  #abo-schliessen #ff_elem871 {
    margin-top: 29px;
  }
  #abo-schliessen .form-inline .radio {
    width: 10%;
    margin-left: 15px;
  }
  #abo-schliessen #ff_elem870 {
    width: 170px;
  }
  #abo-schliessen #bfQuickModeSection57712 #bfElemWrap11,
  #abo-schliessen #bfElemWrap24 {
    margin-left: 0;
  }
  #abo-schliessen .form-inline .radio input[type="radio"] {
    margin-left: -15px;
  }
  #abo-schliessen label#bfGroupLabel5,
  #abo-schliessen label#bfGroupLabel860 {
    width: 25%;
    margin-left: 15px;
  }
  #abo-schliessen #ff_elem24 {
    width: 465px;
  }
  #workshop-anmeldungen #bfQuickModeSection29423,
  #workshop-anmeldungen #bfQuickModeSection11470,
  #workshop-anmeldungen #bfQuickModeSection7909,
  #workshop-anmeldungen #bfQuickModeSection48559,
  #workshop-anmeldungen #bfQuickModeSection59673,
  #workshop-anmeldungen #bfElemWrap382 {
    width: 91%;
  }
  #workshop-anmeldungen #ff_elem214,
  #workshop-anmeldungen #ff_elem382 {
    float: none;
  }
  #shop .vm-products-horizon {
    height: 385px !important;
  }
  #row_1.workshop_row img {
    height: 250px;
  }
  #sp-component #sp-page-builder #row_1.workshop_row .sppb-carousel-inner > .sppb-item {
    height: 370px;
  }
  .btn-orange-sq,
  .btn-orange-sq-address {
    width: 47%;
    padding: 10px 27px;
  }
  #row_17 .picture .sppb-section:nth-child(2) .sppb-col-sm-3,
  #row_17 .picture .sppb-section:nth-child(3) .sppb-col-sm-3,
  #row_17 .picture .sppb-section:nth-child(4) .sppb-col-sm-3 {
    width: 50%;
    float: left;
    padding: 0;
  }
  #row_17 .picture .sppb-section:nth-child(2),
  #row_17 .picture .sppb-section:nth-child(3),
  #row_17 .picture .sppb-section:nth-child(4) {
    margin-top: 0;
  }
  .workshop_below_div {
    padding-top: 0 !important;
  }
  #sort #sp-main-body #sp-component #sp-page-builder .sppb-section.poster-portfolio-row .sppb-row > .sppb-col-sm-6:nth-child(2) > .sppb-addon-container > p {
    width: 40% !important;
    padding: 7.5% 0 !important;
  }
  #sort #sp-main-body #sp-component #sp-page-builder .sppb-section.poster-portfolio-row .sppb-container > .sppb-row > .sppb-col-sm-6:nth-child(1) > .sppb-addon-container > p {
    width: 40% !important;
    padding: 7.5% 0 !important;
  }
  #shop form .search {
    display: none;
  }
  #shop .productdetails-view h1 {
    font-size: 24px;
  }
  #shop .vm-rating-show-stars h2 {
    padding: 0px 10px;
    height: 39px	;
  }
  #shop.view-category .PricesalesPrice.vm-display.vm-price-value {
    width: 27%;
  }
  #home .block3 .sppb-col-sm-12 {
    padding-top: 10px;
  }
  #home .block1 .sppb-col-sm-12,
  #home .block2 .sppb-col-sm-12,
  #home .block3 .sppb-col-sm-12,
  #home .block4 .sppb-col-sm-12 {
    width: 100%;
  }
  #kleinanzeigen #sp-main-body {
    margin-top: 0;
  }
  #kleinanzeigen div#jomclassifieds a {
    font-size: 12px;
  }
  #kleinanzeigen .vm-details-button {
    margin-top: 10px;
  }
  .itemid-270 .products-text {
    width: 60% !important;
  }
  .home_blocks {
    width: 49% !important;
    float: left;
    border: 1px solid white;
  }
  #sp-header .sp-default-logo {
    height: 84px !important;
    width: 253px !important;
    max-width: 100% !important;
  }
  #kleinanzeigen .vm-product-media-rating {
    width: 46% !important;
    float: left !important;
  }
  .kleinanzeigen .related-category-jomcl-box {
    margin-top: 60px !important;
  }
  .kleinanzeigen .related-category-jomcl-box {
    height: 580px !important;
  }
  #kleinanzeigen #sp-right:nth-child(2) {
    width: 50% !important;
    float: left;
    display: none;
  }
  #kleinanzeigen #sp-left {
    display: none;
  }
  #kleinanzeigen #sp-right {
    width: 100% !important;
    display: none;
  }
  #kleinanzeigen .kleinanzeigen h2 {
    font-size: 21px;
  }
  #kleinanzeigen #sp-component {
    width: 100% !important;
  }
  #kleinanzeigen #sp-component .column-right {
    width: 100% !important;
  }
  #sp-top2 {
    width: 25%;
  }
  #sp-top1 {
    width: 75%;
    float: right;
  }
  .subheader .buttongroup {
    position: absolute;
    top: 0;
    right: 0;
  }
  #sp-bottom .col-sm-6 {
    width: 50% !important;
    float: left;
  }
  .schnelleinstieg_div {
    width: 31%;
    float: left;
    margin: 7px;
  }
  #schnelleinstieg_row4 .sppb-empty-space {
    margin-bottom: 50px !important;
  }
  .schnelleinstieg_div h3 {
    font-size: 18px !important;
  }
  .schnelleinstieg {
    margin-top: 0 !important;
  }
  #nachhaltigkeit_row1 {
    height: 61vh;
  }
  .nachhaltigkeit_row1_text {
    height: 61vh;
  }
  #nachhaltigkeit_row1 .nachhaltigkeit_row1_arrow_container img {
    height: 55px;
  }
  .nachhaltigkeit_row1_text h1 {
    margin-top: 0;
    font-size: 18pt !important;
  }
  #nachhaltigkeit_row2 .sppb-col-sm-6 {
    width: 50%;
    float: left;
  }
  .nachhaltigkeit_row2_icon {
    padding-top: 40px;
  }
  #nachhaltigkeit_row3 .sppb-col-sm-6 {
    margin: 25px 90px;
    width: 71%;
  }
  #nachhaltigkeit_row3 .nachhaltigkeit_row3_logos .sppb-col-sm-12 {
    padding: 40px 137px 0px 137px;
  }
  .nachhaltigkeit_row4_text {
    padding: 40px 0px;
  }
  #nachhaltigkeit_row2 p,
  #nachhaltigkeit_row3 p,
  .nachhaltigkeit_row4_text span {
    font-size: 12pt !important;
  }
  #nachhaltigkeit_row2 {
    padding: 0;
  }
  #ueberuns_row2 .sppb-col-sm-3,
  #ueberuns_row3 .sppb-col-sm-3,
  #ueberuns_row4 .sppb-col-sm-3,
  #ueberuns_row6 .sppb-col-sm-3,
  #ueberuns_row7 .sppb-col-sm-3,
  #ueberuns_row9 .sppb-col-sm-3,
  #ueberuns_row10 .sppb-col-sm-3,
  #ueberuns_row12 .sppb-col-sm-3 {
    width: 50%;
    float: left;
    padding-bottom: 25px;
  }
  #kontakt_row1 {
    margin-top: -60px !important;
  }
  #kontakt_row2 .sppb-col-sm-6 {
    margin-bottom: 50px;
  }
  #kontakt_row2,
  #kontakt_row1 {
    padding: 0 30px !important;
  }
  .poster-portfolio-row .sppb-col-sm-6,
  .kalender-portfolio-row .sppb-col-sm-6 {
    width: 50%;
    float: left;
  }
  .poster-portfolio-price,
  .kalender-portfolio-price {
    width: 40%;
  }
  .poster-portfolio-image img,
  .kalender-portfolio-image img {
    height: 300px;
  }
  #unsere_marken_row_2 .sppb-section {
    padding-top: 0;
    margin-bottom: 0;
  }
  #unsere_marken_row_2 .sppb-col-sm-4 {
    width: 33%;
    float: left;
  }
  .empty_marken1 {
    margin-bottom: 33px !important;
  }
  .empty_marken3 {
    margin-bottom: 40px !important;
  }
  .poster-portfolio-row,
  .kalender-portfolio-row {
    padding-top: 40px !important;
  }
  .sp-default-logo {
    max-width: 58%;
  }
  .footercontainer .col-md-4 {
    width: 33%;
    float: left;
  }
  #kleinanzeigen div #jomclassifieds .categories .parent,
  #kleinanzeigen div #jomclassifieds .locations .parent {
    width: 33% !important;
    float: left !important;
  }
  .kleinanzeigen-category-header h3 {
    font-size: 16px !important;
    text-align: left !important;
    margin: 0 !important;
  }
  /*.view-categories #sp-component{
		position:relative;
		top:460px;
		margin-bottom:70px;
	}

	.view-categories #sp-right{
		position:relative;
		bottom:1910px;
	}*/
  .view-category #sp-right {
    width: 35%;
    float: left;
  }
  .view-category #sp-component {
    width: 100%;
    float: left;
  }
  .view-category .jomclitem-entry span {
    padding: 3px !important;
  }
  .view-category div #jomclassifieds .listview .jomcl-left,
  div#jomclassifieds .listview .jomcl-right,
  div#jomclassifieds .listview span.tag {
    float: left !important;
    width: 30%!important;
    text-align: center;
  }
  .view-category .jomclitem-entry h3 {
    font-size: 20px !important;
    float: left !important;
    clear: both !important;
    width: 100%;
  }
  .view-category .jomcldesc {
    float: left !important;
    clear: both !important;
  }
  .view-category .jomclblocks {
    float: left !important;
    clear: both !important;
  }
  .kleinanzeigenmenu {
    display: inherit !important;
  }
}
/* Iphone 6 - landscpe */
@media all and (min-width: 569px) and (max-width: 667px) and (orientation: landscape) {
  #ueber-uns .marken_wp,
  #ueber-uns .marken_arndt,
  #ueber-uns .marken_papageien {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
  }
  #ueber-uns #unsere_marken_row_2 .sppb-col-sm-4 {
    width: 33%;
    float: left;
  }
  #ueberuns_nachhaltigkeit_row3 .nachhaltigkeit_row3_logos .sppb-col-sm-12 {
    padding: 0;
  }
  /*#ueberuns_nachhaltigkeit_row3 .sppb-col-sm-6 {
		margin:0;
		width:50%;
 	   float: left;
	}*/
  #ueberuns_nachhaltigkeit_row2 .sppb-col-sm-6 {
    width: 50%;
    float: left;
  }
  .ueberuns_section_header > .sppb-container,
  #ueber-uns #nachhaltigkeit_row1 .sppb-container {
    padding: 60px 0;
  }
  #service .sppb-row .sppb-col-sm-6 {
    width: 50%;
    float: left;
  }
  #kontakt-neu #kontakt_section2 .sppb-col-sm-4 {
    width: 33%;
    float: left;
  }
  #kontakt-neu #kontakt_section1 .sppb-row .sppb-col-sm-6 {
    width: 50%;
    float: left;
  }
  #abo-schliessen .zusammenfassung .zptext {
    font-size: 14px;
  }
  #abo-schliessen .zusammenfassung {
    background: #eee;
    padding: 10px;
    margin-top: 20px;
  }
  #abo-schliessen .zusammenfassung .row:nth-child(2),
  #abo-schliessen .zusammenfassung .row.produkt,
  #abo-schliessen .zusammenfassung .row:nth-child(4),
  #abo-schliessen .zusammenfassung .row:nth-child(5) {
    width: 50%;
    float: left;
  }
  #abo-schliessen #bfQuickModeSection91872,
  #abo-schliessen #bfQuickModeSection2082 {
    width: 100%;
  }
  #abo-schliessen .selectpayment {
    margin-left: 0;
    width: 400px;
  }
  #abo-schliessen .productbutton,
  #abo-schliessen .productbuttonnext {
    padding: 0 30px;
    width: 98%;
  }
  #abo-schliessen .productbutton {
    margin-left: 10px;
  }
  #abo-schliessen .zusammenfassung .produkt .col-md-5,
  #abo-schliessen .zusammenfassung .col-md-5.zpimg {
    width: 50%;
  }
  #abo-schliessen .praemie {
    height: 300px;
  }
  #abo-schliessen .control-label {
    float: none;
  }
  #abo-schliessen #bfQuickModeSection57712 #bfElemWrap11,
  #abo-schliessen #bfElemWrap862 {
    margin-top: 49px;
  }
  #abo-schliessen #bfQuickModeSection70930 #ff_elem24,
  #abo-schliessen #ff_elem871 {
    margin-top: 29px;
  }
  #abo-schliessen .form-inline .radio {
    width: 10%;
    margin-left: 15px;
  }
  #abo-schliessen #bfQuickModeSection57712 #bfElemWrap11,
  #abo-schliessen #bfElemWrap24 {
    margin-left: 0;
  }
  #abo-schliessen .form-inline .radio input[type="radio"] {
    margin-left: -15px;
  }
  #abo-schliessen label#bfGroupLabel5,
  #abo-schliessen label#bfGroupLabel860 {
    width: 25%;
    margin-left: 15px;
  }
  #abo-schliessen #ff_elem24,
  #abo-schliessen #ff_elem871 {
    width: 400px;
  }
  #abo-schliessen #ff_elem871 {
    width: 160px !important;
  }
  #workshop-anmeldungen #bfQuickModeSection29423,
  #workshop-anmeldungen #bfQuickModeSection11470,
  #workshop-anmeldungen #bfQuickModeSection7909,
  #workshop-anmeldungen #bfQuickModeSection48559,
  #workshop-anmeldungen #bfQuickModeSection59673,
  #workshop-anmeldungen #bfElemWrap382 {
    width: 100%;
  }
  #workshop-anmeldungen .row-fluid .span6 {
    width: 50%;
  }
  #workshop-anmeldungen #ff_elem214,
  #workshop-anmeldungen #ff_elem382 {
    float: none;
  }
  #shop #ads-search {
    display: none;
  }
  #shop .vm-products-horizon {
    height: 385px !important;
  }
  #sp-component #sp-page-builder #row_1.workshop_row .sppb-carousel-inner .sppb-carousel-pro-text .sppb-btn {
    display: none;
  }
  #row_1.workshop_row h2 {
    font-size: 26px;
    line-height: 33px;
  }
  #row_1.workshop_row img {
    height: 250px;
  }
  #sp-component #sp-page-builder #row_1.workshop_row .sppb-carousel-inner > .sppb-item {
    height: 370px;
  }
  .btn-orange-sq,
  .btn-orange-sq-address {
    width: 47% !important;
    padding: 10px 18px;
  }
  #row_17 .picture .sppb-section:nth-child(2) .sppb-col-sm-3,
  #row_17 .picture .sppb-section:nth-child(3) .sppb-col-sm-3,
  #row_17 .picture .sppb-section:nth-child(4) .sppb-col-sm-3 {
    width: 50%;
    float: left;
    padding: 0;
  }
  #row_17 .picture .sppb-section:nth-child(2),
  #row_17 .picture .sppb-section:nth-child(3),
  #row_17 .picture .sppb-section:nth-child(4) {
    margin-top: 0;
  }
  .workshop_below_div {
    padding-top: 0 !important;
  }
  #sort #sp-main-body #sp-component #sp-page-builder .sppb-section.poster-portfolio-row .sppb-row > .sppb-col-sm-6:nth-child(2) > .sppb-addon-container > p {
    width: 42% !important;
    padding: 8.5% 0 !important;
  }
  #sort #sp-main-body #sp-component #sp-page-builder .sppb-section.poster-portfolio-row .sppb-container > .sppb-row > .sppb-col-sm-6:nth-child(1) > .sppb-addon-container > p {
    width: 42% !important;
    padding: 8.5% 0 !important;
  }
  #shop form .search {
    display: none;
  }
  #shop .productdetails-view h1 {
    font-size: 24px;
  }
  #shop .vm-product-media-container .browseProductImage {
    height: 139px;
  }
  #shop .vm-rating-show-stars h2 {
    padding: 0px 10px;
    height: 39px;
  }
  #shop.view-category .PricesalesPrice.vm-display.vm-price-value {
    width: 33%;
  }
  #home .block3 .sppb-col-sm-12 {
    padding-top: 10px;
  }
  #home .block1 .sppb-col-sm-12,
  #home .block2 .sppb-col-sm-12,
  #home .block3 .sppb-col-sm-12,
  #home .block4 .sppb-col-sm-12 {
    width: 100%;
  }
  .itemid-270 .products-text {
    width: 55% !important;
  }
  .home_blocks {
    width: 49% !important;
    float: left;
    border: 1px solid white;
  }
  #sp-header .sp-default-logo {
    height: 75px !important;
    width: 227px !important;
    max-width: 100% !important;
  }
  #kleinanzeigen div#jomclassifieds a {
    font-size: 12px;
  }
  #kleinanzeigen .vm-details-button {
    margin-top: 10px;
  }
  #kleinanzeigen .vm-product-media-rating {
    width: 46% !important;
    float: left !important;
  }
  .kleinanzeigen .related-category-jomcl-box {
    margin-top: 60px !important;
  }
  .kleinanzeigen .related-category-jomcl-box {
    height: 580px !important;
  }
  #kleinanzeigen #sp-right:nth-child(2) {
    width: 50% !important;
    float: left;
    display: none;
  }
  #kleinanzeigen #sp-left {
    display: none;
  }
  #kleinanzeigen #sp-right {
    width: 100% !important;
  }
  #kleinanzeigen .kleinanzeigen h2 {
    font-size: 21px;
  }
  #kleinanzeigen #sp-component {
    width: 100% !important;
  }
  #kleinanzeigen #sp-component .column-right {
    width: 100% !important;
  }
  #sp-top-bar {
    height: 80px;
  }
  #sp-top2 {
    width: 26%;
  }
  #sp-top1 {
    width: 54%;
    float: right;
  }
  #kleinanzeigen #sp-main-body {
    margin-top: 0px;
  }
  .subheader .buttongroup {
    position: absolute;
    top: 0;
    right: 0;
  }
  .subheader .buttongroup a {
    padding: 6px 15px !important;
  }
  #sp-bottom .col-sm-6 {
    width: 50% !important;
    float: left;
  }
  .schnelleinstieg_div h3 {
    padding: 0 10px !important;
  }
  .schnelleinstieg_div {
    width: 31%;
    float: left;
    margin: 7px;
  }
  #schnelleinstieg_row4 .sppb-empty-space {
    margin-bottom: 50px !important;
  }
  .schnelleinstieg_div h3 {
    font-size: 17px !important;
  }
  .schnelleinstieg {
    margin-top: 0 !important;
  }
  #nachhaltigkeit_row1 {
    height: 61vh;
  }
  .nachhaltigkeit_row1_text {
    height: 61vh;
  }
  #nachhaltigkeit_row1 .nachhaltigkeit_row1_arrow_container img {
    height: 55px;
  }
  .nachhaltigkeit_row1_text h1 {
    margin-top: 0;
    font-size: 18pt !important;
  }
  #nachhaltigkeit_row2 .sppb-col-sm-6 {
    width: 50%;
    float: left;
  }
  .nachhaltigkeit_row2_icon {
    padding-top: 40px;
  }
  #nachhaltigkeit_row3 .sppb-col-sm-6 {
    margin: 25px 90px;
    width: 71%;
  }
  #nachhaltigkeit_row3 .nachhaltigkeit_row3_logos .sppb-col-sm-12 {
    padding: 40px 110px 0px 110px;
  }
  .nachhaltigkeit_row4_text {
    padding: 40px 0px;
  }
  #nachhaltigkeit_row2 p,
  #nachhaltigkeit_row3 p,
  .nachhaltigkeit_row4_text span {
    font-size: 12pt !important;
  }
  #nachhaltigkeit_row2 {
    padding: 0;
  }
  #ueberuns_row2 .sppb-col-sm-3,
  #ueberuns_row3 .sppb-col-sm-3,
  #ueberuns_row4 .sppb-col-sm-3,
  #ueberuns_row6 .sppb-col-sm-3,
  #ueberuns_row7 .sppb-col-sm-3,
  #ueberuns_row9 .sppb-col-sm-3,
  #ueberuns_row10 .sppb-col-sm-3,
  #ueberuns_row12 .sppb-col-sm-3 {
    width: 46%;
    float: left;
    padding-bottom: 25px;
  }
  #kontakt_row1 {
    margin-top: -50px !important;
  }
  #kontakt_row2 .sppb-col-sm-6 {
    margin-bottom: 50px;
  }
  #kontakt_row2,
  #kontakt_row1 {
    padding: 0 30px !important;
  }
  .poster-portfolio-row .sppb-col-sm-6,
  .kalender-portfolio-row .sppb-col-sm-6 {
    width: 50%;
    float: left;
  }
  .poster-portfolio-price,
  .kalender-portfolio-price {
    width: 40%;
  }
  .poster-portfolio-image img,
  .kalender-portfolio-image img {
    height: 300px;
  }
  .poster-portfolio-row,
  .kalender-portfolio-row {
    padding: 40px 0px !important;
  }
  #unsere_marken_row_1 {
    padding-top: 0 !important;
    margin-bottom: 0;
  }
  .marken_wp,
  .marken_arndt {
    width: 50%;
    float: left;
    margin-bottom: 40px;
  }
  .marken_papageien {
    width: 50%;
    margin: 0px 160px;
  }
  .empty_marken1 {
    margin-bottom: 38px !important;
  }
  .empty_marken3 {
    margin-bottom: 40px !important;
  }
  #unsere_marken_row_2 img {
    width: 90% !important;
  }
  .sp-default-logo {
    max-width: 62%;
  }
  .footercontainer .col-md-4 {
    width: 33%;
    float: left;
  }
  #kleinanzeigen div #jomclassifieds .categories .parent,
  #kleinanzeigen div #jomclassifieds .locations .parent {
    width: 33% !important;
    float: left !important;
  }
  .kleinanzeigen-category-header h3 {
    font-size: 16px !important;
    text-align: left !important;
    margin: 0 !important;
  }
  /*.view-categories #sp-component{
		position:relative;
		top:460px;
		margin-bottom:70px;
	}

	.view-categories #sp-right{
		position:relative;
		bottom:1780px;
	}*/
  .view-category #sp-right {
    width: 39%;
    float: left;
  }
  .view-category #sp-component {
    width: 100%;
  }
  .view-category .jomclitem-entry span {
    padding: 3px !important;
  }
  .view-category div #jomclassifieds .listview .jomcl-left,
  div#jomclassifieds .listview .jomcl-right,
  div#jomclassifieds .listview span.tag {
    float: left !important;
    width: 30%!important;
    text-align: center;
  }
  .view-category .jomclitem-entry h3 {
    font-size: 20px !important;
    float: left !important;
    clear: both !important;
    width: 100%;
  }
  .view-category .jomcldesc {
    float: left !important;
    clear: both !important;
  }
  .view-category .jomclblocks {
    float: left !important;
    clear: both !important;
  }
  .kleinanzeigenmenu {
    display: inherit !important;
  }
}
/* Iphone 5 - landscape  */
@media all and (min-width: 414px) and (max-width: 568px) and (orientation: landscape) {
  #ueber-uns .marken_wp,
  #ueber-uns .marken_arndt,
  #ueber-uns .marken_papageien {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
  }
  #ueber-uns #unsere_marken_row_2 .sppb-col-sm-4 {
    width: 33%;
    float: left;
  }
  #ueberuns_nachhaltigkeit_row3 .nachhaltigkeit_row3_logos .sppb-col-sm-12 {
    padding: 0;
  }
  /*#ueberuns_nachhaltigkeit_row3 .sppb-col-sm-6 {
		margin:0;
		width:50%;
 	   float: left;
	}*/
  #ueberuns_nachhaltigkeit_row2 .sppb-col-sm-6 {
    width: 50%;
    float: left;
  }
  .ueberuns_section_header > .sppb-container,
  #ueber-uns #nachhaltigkeit_row1 .sppb-container {
    padding: 60px 0;
  }
  #service .sppb-row .sppb-col-sm-6 h2 {
    font-size: 21px;
  }
  #service .sppb-row .sppb-col-sm-6 {
    width: 50%;
    float: left;
  }
  #kontakt-neu #kontakt_section2 .sppb-col-sm-4 {
    width: 33%;
    float: left;
  }
  #kontakt-neu #kontakt_section1 .sppb-row .sppb-col-sm-6 {
    width: 50%;
    float: left;
  }
  #abo-schliessen .zusammenfassung .zptext {
    font-size: 14px;
  }
  #abo-schliessen .zusammenfassung {
    background: #eee;
    padding: 10px;
    margin-top: 10px;
  }
  #abo-schliessen .zusammenfassung .row:nth-child(2),
  #abo-schliessen .zusammenfassung .row.produkt,
  #abo-schliessen .zusammenfassung .row:nth-child(4),
  #abo-schliessen .zusammenfassung .row:nth-child(5) {
    width: 50%;
    float: left;
  }
  #abo-schliessen #bfQuickModeSection91872,
  #abo-schliessen #bfQuickModeSection2082 {
    width: 100%;
  }
  #abo-schliessen .selectpayment {
    margin-left: 0;
    width: 350px;
  }
  #abo-schliessen .productbutton,
  #abo-schliessen .productbuttonnext {
    padding: 0 30px;
    width: 98%;
  }
  #abo-schliessen .productbutton {
    margin-left: 10px;
  }
  #abo-schliessen .zusammenfassung .produkt .col-md-5,
  #abo-schliessen .zusammenfassung .col-md-5.zpimg {
    width: 50%;
  }
  #abo-schliessen .praemie {
    height: 300px;
  }
  #abo-schliessen .control-label {
    float: none;
  }
  #abo-schliessen #bfQuickModeSection57712 #bfElemWrap11,
  #abo-schliessen #bfElemWrap862 {
    margin-top: 49px;
  }
  #abo-schliessen #ff_elem871 {
    width: 400px !important;
  }
  #abo-schliessen #bfQuickModeSection70930 #ff_elem24,
  #abo-schliessen #ff_elem871 {
    margin-top: 29px;
  }
  #abo-schliessen .form-inline .radio {
    width: 10%;
    margin-left: 15px;
  }
  #abo-schliessen #bfQuickModeSection57712 #bfElemWrap11,
  #abo-schliessen #bfElemWrap24 {
    margin-left: 0;
  }
  #abo-schliessen .form-inline .radio input[type="radio"] {
    margin-left: -15px;
  }
  #abo-schliessen label#bfGroupLabel5,
  #abo-schliessen label#bfGroupLabel860 {
    width: 25%;
    margin-left: 15px;
  }
  #abo-schliessen #ff_elem24 {
    width: 345px;
  }
  #workshop-anmeldungen #bfQuickModeSection29423,
  #workshop-anmeldungen #bfQuickModeSection11470,
  #workshop-anmeldungen #bfQuickModeSection7909,
  #workshop-anmeldungen #bfQuickModeSection48559,
  #workshop-anmeldungen #bfQuickModeSection59673,
  #workshop-anmeldungen #bfElemWrap382 {
    width: 100%;
  }
  #workshop-anmeldungen .row-fluid .span6 {
    width: 50%;
  }
  #workshop-anmeldungen #ff_elem214,
  #workshop-anmeldungen #ff_elem382 {
    float: none;
  }
  #workshop-anmeldungen #bfElemWrap382 > .controls {
    width: 50%;
  }
  #shop #ads-search {
    display: none;
  }
  #shop .product h2 {
    font-size: 12px !important;
  }
  #sp-component #sp-page-builder #row_1.workshop_row .sppb-carousel-inner .sppb-carousel-pro-text .sppb-btn {
    display: none;
  }
  #row_1.workshop_row h2 {
    font-size: 24px;
    line-height: 24px;
  }
  #row_1.workshop_row img {
    height: 220px;
  }
  #sp-component #sp-page-builder #row_1.workshop_row .sppb-carousel-inner > .sppb-item {
    height: 350px;
  }
  .btn-orange-sq,
  .btn-orange-sq-address {
    width: 49% !important;
    padding: 10px 6px;
  }
  .btn-orange-sq {
    margin-right: 5px;
  }
  .btn-orange-sq {
    text-indent: -9999px;
    line-height: 0;
  }
  .btn-orange-sq:after {
    content: 'Galerie';
    text-indent: 0;
    display: block;
    line-height: initial;
  }
  #row_17 .picture .sppb-section:nth-child(2) .sppb-col-sm-3,
  #row_17 .picture .sppb-section:nth-child(3) .sppb-col-sm-3,
  #row_17 .picture .sppb-section:nth-child(4) .sppb-col-sm-3 {
    width: 50%;
    float: left;
    padding: 0;
  }
  #row_17 .picture .sppb-section:nth-child(2),
  #row_17 .picture .sppb-section:nth-child(3),
  #row_17 .picture .sppb-section:nth-child(4) {
    margin-top: 0;
  }
  .workshop_below_div {
    padding-top: 0 !important;
  }
  #sort #sp-main-body #sp-component #sp-page-builder .sppb-section.poster-portfolio-row .sppb-row > .sppb-col-sm-6:nth-child(2) > .sppb-addon-container > p {
    width: 50% !important;
    padding: 8% 0 !important;
  }
  #sort #sp-main-body #sp-component #sp-page-builder .sppb-section.poster-portfolio-row .sppb-container > .sppb-row > .sppb-col-sm-6:nth-child(1) > .sppb-addon-container > p {
    width: 50% !important;
    padding: 8% 0 !important;
  }
  #shop form .search {
    display: none;
  }
  #sp-header .subheader .col-md-6:first-child {
    float: left;
    width: 40%;
  }
  #shop .vm-product-media-container .browseProductImage {
    height: 139px;
  }
  #shop .vm-rating-show-stars h2 {
    padding: 0px 10px;
    height: 39px;
  }
  #shop.view-category .PricesalesPrice.vm-display.vm-price-value {
    width: 33%;
  }
  #home .block3 .sppb-col-sm-12 {
    padding-top: 10px;
  }
  #home .block1 .sppb-col-sm-12,
  #home .block2 .sppb-col-sm-12,
  #home .block3 .sppb-col-sm-12,
  #home .block4 .sppb-col-sm-12 {
    width: 100%;
  }
  #kleinanzeigen .vm-details-button {
    margin-top: 10px;
  }
  #kleinanzeigen div#jomclassifieds a {
    font-size: 12px;
  }
  #home .categories_picture,
  #home .categories_text {
    width: 50%;
  }
  #home .products {
    width: 43%;
  }
  .kleinanzeigenmenu {
    margin-top: 101px !important;
    padding-top: 0 !important;
  }
  .itemid-270 .products-text {
    width: 57% !important;
  }
  .itemid-270 .products-text p {
    font-size: 13px;
  }
  .home_blocks {
    width: 49% !important;
    float: left;
    border: 1px solid white;
  }
  #sp-header .sp-default-logo {
    height: 63px !important;
    width: 191px !important;
    max-width: 100% !important;
  }
  #kleinanzeigen .vm-product-media-rating {
    width: 46% !important;
    float: left !important;
  }
  .kleinanzeigen .related-category-jomcl-box {
    margin-top: 60px !important;
  }
  .kleinanzeigen .related-category-jomcl-box {
    height: 585px !important;
  }
  /*#kleinanzeigen #sp-right:nth-child(2){
		width:50% !important;
		float:left;
	}*/
  #kleinanzeigen #sp-left {
    display: none;
  }
  #kleinanzeigen #sp-right {
    width: 100% !important;
    display: none;
  }
  #kleinanzeigen .kleinanzeigen h2 {
    font-size: 21px;
  }
  #kleinanzeigen #sp-component {
    width: 100% !important;
  }
  #kleinanzeigen #sp-component .column-right {
    width: 100% !important;
  }
  #sp-top-bar {
    height: 80px;
  }
  #sp-top2 {
    width: 31%;
  }
  #sp-top1 {
    width: 61%;
    float: right;
  }
  .logoutmodule .login-greeting {
    left: -10px;
  }
  #topbar-accountmanagement {
    margin-left: 0;
  }
  #sp-top-bar {
    height: 80px;
  }
  #sp-main-body {
    padding: 0px 0px 70px 0px;
  }
  .subheader .buttongroup {
    float: right;
  }
  .subheader.appended {
    height: 50px;
  }
  #sp-bottom .col-sm-6 {
    width: 50% !important;
    float: left;
  }
  .schnelleinstieg_div {
    width: 31%;
    float: left;
    margin: 5px;
  }
  #schnelleinstieg_row4 .sppb-empty-space {
    margin-bottom: 50px !important;
  }
  .schnelleinstieg_div h3 {
    padding: 0 !important;
    font-size: 14px;
  }
  .schnelleinstieg_div .sppb-addon-content {
    font-size: 13px !important;
  }
  .schnelleinstieg {
    margin-top: 0 !important;
  }
  #nachhaltigkeit_row1 {
    height: 61vh;
  }
  .nachhaltigkeit_row1_text {
    height: 61vh;
  }
  #nachhaltigkeit_row1 .nachhaltigkeit_row1_arrow_container img {
    height: 45px;
  }
  .nachhaltigkeit_row1_text h1 {
    margin-top: 0;
    font-size: 16pt !important;
  }
  #nachhaltigkeit_row2 {
    padding: 0;
  }
  #nachhaltigkeit_row2 .sppb-col-sm-6 {
    width: 50%;
    float: left;
  }
  .nachhaltigkeit_row2_icon {
    padding-top: 40px;
  }
  #nachhaltigkeit_row3 .sppb-col-sm-6 {
    margin: 25px 120px;
    width: 67%;
  }
  #nachhaltigkeit_row3 .nachhaltigkeit_row3_logos .sppb-col-sm-12 {
    padding: 40px 62px 0px 62px;
  }
  .nachhaltigkeit_row4_text {
    padding: 40px 0px;
  }
  #nachhaltigkeit_row2 p,
  #nachhaltigkeit_row3 p,
  .nachhaltigkeit_row4_text span {
    font-size: 12pt !important;
  }
  #ueberuns_row2 .sppb-col-sm-3,
  #ueberuns_row3 .sppb-col-sm-3,
  #ueberuns_row4 .sppb-col-sm-3,
  #ueberuns_row6 .sppb-col-sm-3,
  #ueberuns_row7 .sppb-col-sm-3,
  #ueberuns_row9 .sppb-col-sm-3,
  #ueberuns_row10 .sppb-col-sm-3,
  #ueberuns_row12 .sppb-col-sm-3 {
    width: 46%;
    float: left;
    padding-bottom: 25px;
  }
  #kontakt_row2 .sppb-col-sm-6 {
    margin-bottom: 50px;
  }
  .poster-portfolio-row .sppb-col-sm-6,
  .kalender-portfolio-row .sppb-col-sm-6 {
    width: 50%;
    float: left;
  }
  .poster-portfolio-price,
  .kalender-portfolio-price {
    width: 50%;
  }
  .poster-portfolio-image img,
  .kalender-portfolio-image img {
    height: 300px;
  }
  .poster-portfolio-price-button,
  .kalender-portfolio-price-button {
    padding: 10px 25px;
  }
  .poster-portfolio-row h2,
  .kalender-portfolio-row h2 {
    font-size: 24px !important;
  }
  #unsere_marken_row_1 {
    padding-top: 0 !important;
    margin-bottom: 0;
  }
  .marken_wp,
  .marken_arndt {
    width: 50%;
    float: left;
    margin-bottom: 40px;
    padding: 0px 7px !important;
  }
  .marken_papageien {
    width: 50%;
    margin: 0px 160px;
  }
  .empty_marken1 {
    margin-bottom: 35px !important;
  }
  .empty_marken3 {
    margin-bottom: 40px !important;
  }
  #unsere_marken_row_2 img {
    width: 90% !important;
  }
  .poster-portfolio-row,
  .kalender-portfolio-row {
    padding: 40px 0px !important;
  }
  .footercontainer .col-md-4 {
    width: 33%;
    float: left;
  }
  #locationlocator #locationsearch_div .input-append {
    width: 100%;
    margin: 10px 0;
    padding: 15px 6% !important;
  }
  .view-category #sp-right {
    width: 46%;
    float: left;
  }
  .view-category #sp-component {
    width: 100%;
  }
  .view-category .jomclitem-entry span {
    padding: 3px !important;
  }
  .view-category div #jomclassifieds .listview .jomcl-left,
  div#jomclassifieds .listview .jomcl-right,
  div#jomclassifieds .listview span.tag {
    float: left !important;
    width: 30%!important;
    text-align: center;
  }
  .view-category .jomclitem-entry h3 {
    font-size: 20px !important;
    float: left !important;
    clear: both !important;
    width: 100%;
  }
  .view-category .jomcldesc {
    float: left !important;
    clear: both !important;
  }
  .view-category .jomclblocks {
    float: left !important;
    clear: both !important;
  }
  #kleinanzeigen div #jomclassifieds .categories .parent,
  #kleinanzeigen div #jomclassifieds .locations .parent {
    width: 33% !important;
    float: left !important;
  }
  .kleinanzeigen-category-header h3 {
    font-size: 16px !important;
    text-align: left !important;
    margin: 0 !important;
  }
  .kleinanzeigenmenu {
    display: inherit !important;
  }
}
@media all and (min-width: 319px) and (max-width: 413px) and (orientation: portrait) {
  div#jomclassifieds .gridview .grid-item h3 a {
    font-size: 18px !important;
  }
  #ueber-uns #sp-main-body p,
  #ueber-uns #sp-main-body p span {
    font-size: 14px !important;
  }
  #ueber-uns .ueberuns_section_header .sppb-addon-title {
    font-size: 30px;
  }
  #ueberuns_nachhaltigkeit_row3 .nachhaltigkeit_row3_logos .sppb-col-sm-12 {
    padding: 0;
  }
  /*#ueberuns_nachhaltigkeit_row3 .sppb-col-sm-6 {
    	width:100%;
	}*/
  #kontakt-neu .row-fluid .span4 {
    width: 100%;
    margin: 10px 0;
  }
  #kontakt-neu #kontakt_section3_heading .sppb-addon-title {
    font-size: 19px;
  }
  #kontakt-neu #kontakt_section2 .sppb-col-sm-4 {
    width: 68%;
    margin: 30px auto;
  }
  #abo-schliessen .paymentbutton h5 {
    font-size: 12px;
  }
  #abo-schliessen .zusammenfassung {
    background: #eee;
    text-align: center;
    padding: 10px;
    margin-top: 15px;
  }
  #abo-schliessen .praemie {
    width: 100%;
  }
  #abo-schliessen .control-label {
    float: none;
  }
  #abo-schliessen #bfPage3 .form-actions {
    padding: 19px 10px;
  }
  #abo-schliessen .form-inline .radio {
    width: 25%;
    margin-left: 15px;
  }
  #abo-schliessen #bfQuickModeSection57712 #bfElemWrap11,
  #abo-schliessen #bfElemWrap24,
  #abo-schliessen #bfElemWrap862,
  #abo-schliessen #bfElemWrap871 {
    margin-left: 0;
  }
  #abo-schliessen .form-inline .radio input[type="radio"] {
    margin-left: -15px;
  }
  #abo-schliessen label#bfGroupLabel5,
  #abo-schliessen label#bfGroupLabel860 {
    width: 50%;
    margin-left: 15px;
  }
  #abo-schliessen #ff_elem24,
  #abo-schliessen #ff_elem871 {
    width: 340px;
  }
  #abo-schliessen #ff_elem866,
  #abo-schliessen #ff_elem19 {
    width: 80px !important;
  }
  #workshop-anmeldungen #bfQuickModeSection29423,
  #workshop-anmeldungen #bfQuickModeSection11470,
  #workshop-anmeldungen #bfQuickModeSection7909,
  #workshop-anmeldungen #bfQuickModeSection48559,
  #workshop-anmeldungen #bfQuickModeSection59673,
  #workshop-anmeldungen #bfElemWrap382,
  #workshop-anmeldungen #bfElemWrap847 {
    width: 100%;
  }
  #workshop-anmeldungen .row-fluid .span6,
  #workshop-anmeldungen #bfElemWrap382 > .controls {
    width: 50%;
  }
  #workshop-anmeldungen #ff_elem214,
  #workshop-anmeldungen #ff_elem382,
  #workshop-anmeldungen #ff_elem847 {
    float: none;
  }
  #shop #ads-search {
    display: none;
  }
  #shop .category img {
    height: 140px !important;
  }
  #shop .category h2 {
    font-size: 14px !important;
  }
  #sp-component #sp-page-builder #row_1.workshop_row .sppb-carousel-pro .sppb-carousel-inner .sppb-row > div {
    padding-left: 20px;
  }
  #row_1.workshop_row img {
    height: 200px;
    margin-bottom: 40px;
  }
  .schnelleinstieg_div .schnelleinstieg_heading h3 {
    margin-top: 124px !important;
  }
  #sp-component #sp-page-builder #row_1.workshop_row .sppb-carousel-inner .sppb-carousel-pro-text .sppb-btn {
    display: none;
  }
  #sp-component #sp-page-builder #row_1.workshop_row .sppb-carousel-pro-text h2 {
    font-size: 20px;
    line-height: 25px;
  }
  #sp-component #sp-page-builder #row_1.workshop_row .sppb-carousel-item-inner > div > div {
    min-height: 100%;
  }
  #sp-component #sp-page-builder #row_1.workshop_row .sppb-carousel-indicators {
    display: none;
  }
  #sp-component #sp-page-builder #row_1.workshop_row .sppb-carousel-pro .sppb-carousel-inner .sppb-row > div {
    margin-top: 40px;
  }
  #sp-component #sp-page-builder #row_1.workshop_row .sppb-carousel-arrow .fa-chevron-left,
  .sppb-carousel-arrow .fa-chevron-right {
    top: 65%;
  }
  .btn-orange-sq {
    margin-top: 15px;
    width: 100%;
  }
  .btn-orange-sq-address {
    margin-top: 15px;
    width: 100% !important;
  }
  .btn-blue-sq-ammelden {
    margin-bottom: 15px;
  }
  #row_17 {
    padding-top: 0;
  }
  /*#sp-component #sp-page-builder .workshop_row img {
		width:100% !important;
	}
	*/
  #row_17 .picture .sppb-section:nth-child(2) .sppb-col-sm-3,
  #row_17 .picture .sppb-section:nth-child(3) .sppb-col-sm-3,
  #row_17 .picture .sppb-section:nth-child(4) .sppb-col-sm-3 {
    width: 50%;
    float: left;
    padding: 0;
  }
  #row_17 .picture .sppb-section:nth-child(2) .sppb-col-sm-3 img,
  #row_17 .picture .sppb-section:nth-child(3) .sppb-col-sm-3 img,
  #row_17 .picture .sppb-section:nth-child(4) .sppb-col-sm-3 img {
    height: 175px;
  }
  #row_17 .picture .sppb-section:nth-child(2),
  #row_17 .picture .sppb-section:nth-child(3),
  #row_17 .picture .sppb-section:nth-child(4) {
    margin-top: 0;
  }
  .workshop_gallery_1 {
    background: url(/images/2016/06/14/workshop_carousel_image2_0.jpg);
    height: 175px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .workshop_gallery_1 img {
    display: none !important;
  }
  .workshop_gallery_2 {
    background: url(/images/2016/06/14/workshop-1.jpg);
    height: 175px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .workshop_gallery_2 img {
    display: none !important;
  }
  .workshop_gallery_3 {
    background: url(/images/2016/06/14/BEB-Oct11-Dublin-Photo-workshop.jpg);
    height: 175px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .workshop_gallery_3 img {
    display: none !important;
  }
  .workshop_gallery_4 {
    background: url(/images/2016/06/14/2010_0326_PPP-Framework-Workshop-thumb-1024x768-350.jpg);
    height: 175px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .workshop_gallery_4 img {
    display: none !important;
  }
  .workshop_gallery_5 {
    background: url(/images/2016/06/14/Photo2_UTCO-ABU-IRIBworkshop_InternetandNewMedia.jpg);
    height: 175px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .workshop_gallery_5 img {
    display: none !important;
  }
  .workshop_gallery_6 {
    background: url(/images/2016/06/14/astronet_tt_workshop.jpg);
    height: 175px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .workshop_gallery_6 img {
    display: none !important;
  }
  .workshop_gallery_7 {
    background: url(/images/2016/06/14/singapore-story---smf-h_and_n-workshop.jpg);
    height: 175px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .workshop_gallery_7 img {
    display: none !important;
  }
  .workshop_gallery_8 {
    background: url(/images/2016/06/14/Workshop_Chuck.jpg);
    height: 175px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .workshop_gallery_8 img {
    display: none !important;
  }
  .workshop_gallery_9 {
    background: url(/images/2016/06/14/propec-business-improvement-coaching-for-improvement-workshop1.jpg);
    height: 175px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .workshop_gallery_9 img {
    display: none !important;
  }
  .workshop_gallery_10 {
    background: url(/images/2016/06/14/UN-SPIDER_-_Bonn_Workshop.jpg);
    height: 175px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .workshop_gallery_10 img {
    display: none !important;
  }
  .workshop_gallery_11 {
    background: url(/images/2016/06/14/audience-IMG_0141.jpg);
    height: 175px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .workshop_gallery_11 img {
    display: none !important;
  }
  .workshop_gallery_12 {
    background: url(/images/2016/06/14/workshop-lecture.jpg);
    height: 175px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .workshop_gallery_12 img {
    display: none !important;
  }
  .workshop_below_images_heading h3 {
    font-size: 25px;
    padding: 10px;
  }
  #shop .productdetails-view .vm-product-media-container,
  #shop .productdetails-view .vm-product-details-container {
    width: 100% !important;
  }
  #shop .productdetails-view h1 {
    font-size: 24px;
  }
  #sp-header .subheader .col-md-6:first-child {
    float: left;
  }
  #shop .vm-product-media-container .browseProductImage {
    height: 139px;
  }
  #shop .vm-rating-show-stars h2 {
    padding: 0px 10px;
    height: 39px	;
  }
  #shop.view-category .PricesalesPrice.vm-display.vm-price-value {
    width: 40%;
    /* Von 30 auf 40% geändert - Tobias */
  }
  #home .block3 .sppb-col-sm-12 {
    padding-top: 10px;
  }
  #home .block1 .sppb-col-sm-12,
  #home .block2 .sppb-col-sm-12,
  #home .block3 .sppb-col-sm-12,
  #home .block4 .sppb-col-sm-12 {
    width: 100%;
  }
  #home #sp-top1 .sp-module-content {
    margin-top: 0;
  }
  #home #topbar-accountmanagement {
    padding: 5px 20px !important;
  }
  .login-greeting {
    display: none;
  }
  #kleinanzeigen div#jomclassifieds a {
    font-size: 12px;
  }
  .kleinanzeigenmenu {
    margin-top: 101px !important;
  }
  #kleinanzeigen .vm-details-button {
    margin-top: 10px;
  }
  #section_2 .home_blocks .sppb-row {
    margin-right: 0 !important;
  }
  #sp-header .sp-default-logo {
    height: 61px !important;
    width: 183px !important;
    max-width: 100% !important;
  }
  #kleinanzeigen .vm-product-media-rating {
    width: 42% !important;
  }
  .kleinanzeigen .related-category-jomcl-box {
    margin-top: 610px !important;
  }
  .kleinanzeigen .related-category-jomcl-box {
    height: 630px !important;
  }
  /*#kleinanzeigen #sp-right:nth-child(2){
		width:50% !important;
		float:left;
	}*/
  #kleinanzeigen #sp-left {
    display: none;
  }
  #kleinanzeigen #sp-right {
    width: 100% !important;
    display: none;
  }
  #kleinanzeigen .kleinanzeigen h2 {
    font-size: 21px;
  }
  #kleinanzeigen #sp-component {
    width: 100% !important;
  }
  #kleinanzeigen #sp-component .column-right {
    width: 100% !important;
  }
  .logoutmodule .login-greeting {
    left: 15px;
  }
  /*.topbarlogin .sp-module-content{
		margin-top:40px;
	}



	.logoutmodule .logout-button .btn-primary{
		margin-top:35px;
	}*/
  .topbarlogin .sp-module-content {
    margin-top: 6px;
  }
  #topbar-accountmanagement {
    margin-left: 0 !important;
    padding: 7px 20px !important;
    /*margin-top:34px;*/
  }
  #sp-top-bar .sp-module {
    margin: 0px 7px;
  }
  #sp-top-bar .logoutmodule {
    float: left;
    margin: 0px !important;
  }
  .topbarlogin {
    float: left !important;
  }
  .logoutmodule {
    float: left !important;
  }
  #sp-top-bar {
    height: 120px;
  }
  .jomclassifiedskleinanzeigenseite .jomcllist-items h3 {
    font-size: 20px !important;
  }
  .subheader .buttongroup a {
    padding: 6px 6px !important;
  }
  .subheader.appended {
    height: 50px;
  }
  .subheader .col-md-6 {
    margin-bottom: 18px;
  }
  #sp-bottom {
    text-align: center;
  }
  .schnelleinstieg {
    margin-top: 0 !important;
  }
  #schnelleinstieg_heading h2 {
    font-size: 25px !important;
  }
  .schnelleinstieg_div {
    margin-top: 20px;
  }
  .schnelleinstieg_div h3 {
    font-size: 20px !important;
  }
  #schnelleinstieg_row4 .sppb-empty-space {
    margin-bottom: 40px !important;
  }
  #nachhaltigkeit_row1 {
    height: 81vh;
  }
  .nachhaltigkeit_row1_text {
    height: 81vh;
  }
  .nachhaltigkeit_row1_text h1 {
    margin-top: 0;
    font-size: 18pt !important;
  }
  #nachhaltigkeit_row3 .sppb-col-sm-6 {
    margin: 25px 0px;
    width: 100%;
  }
  #nachhaltigkeit_row3 .nachhaltigkeit_row3_logos .sppb-col-sm-12 {
    padding: 40px 44px 0px 43px;
  }
  .nachhaltigkeit_row4_text {
    padding: 40px 0px;
  }
  .nachhaltigkeit_row4_text .sppb-addon-content {
    padding: 0px 20px;
  }
  #ueberuns_row2 .sppb-col-sm-3,
  #ueberuns_row3 .sppb-col-sm-3,
  #ueberuns_row4 .sppb-col-sm-3,
  #ueberuns_row6 .sppb-col-sm-3,
  #ueberuns_row7 .sppb-col-sm-3,
  #ueberuns_row9 .sppb-col-sm-3,
  #ueberuns_row10 .sppb-col-sm-3,
  #ueberuns_row12 .sppb-col-sm-3 {
    width: 50%;
    float: left;
    padding: 10px;
  }
  #ueberuns_row2 .sppb-col-sm-3 h3,
  #ueberuns_row3 .sppb-col-sm-3 h3,
  #ueberuns_row4 .sppb-col-sm-3 h3,
  #ueberuns_row6 .sppb-col-sm-3 h3,
  #ueberuns_row7 .sppb-col-sm-3 h3,
  #ueberuns_row9 .sppb-col-sm-3 h3,
  #ueberuns_row10 .sppb-col-sm-3 h3,
  #ueberuns_row12 .sppb-col-sm-3 h3 {
    font-size: 18px !important;
  }
  #ueberuns_row2 .sppb-col-sm-3 .sppb-col-sm-12 p,
  #ueberuns_row3 .sppb-col-sm-3 .sppb-addon > div,
  #ueberuns_row4 .sppb-col-sm-3 .sppb-addon > div,
  #ueberuns_row6 .sppb-col-sm-3 .sppb-addon > div,
  #ueberuns_row7 .sppb-col-sm-3 .sppb-addon > div,
  #ueberuns_row9 .sppb-col-sm-3 .sppb-addon > div,
  #ueberuns_row10 .sppb-col-sm-3 p,
  #ueberuns_row12 .sppb-col-sm-3 .sppb-addon > div {
    font-size: 14px !important;
    line-height: 18px !important;
  }
  .itemid-281 .gewerbliche-portfolio {
    top: 0 !important;
    left: 0 !important;
  }
  #kontakt_row2 .sppb-col-sm-6 {
    margin-bottom: 50px;
  }
  .poster-portfolio-price,
  .kalender-portfolio-price {
    width: 35%;
  }
  .poster-portfolio-image img,
  .kalender-portfolio-image img {
    width: 75% !important;
    height: 75% !important;
  }
  .poster-portfolio-row .sppb-col-sm-6,
  .kalender-portfolio-row .sppb-col-sm-6 {
    top: 0 !important;
    padding: 0 25px;
  }
  .poster-portfolio-row,
  .kalender-portfolio-row {
    padding-top: 40px !important;
  }
  .poster-portfolio-row,
  .kalender-portfolio-row {
    margin-top: 0 !important;
  }
  .poster-portfolio-row h2,
  .kalender-portfolio-row h2 {
    font-size: 24px !important;
    margin-top: 20px !important;
  }
  #unsere_marken_row_2 img {
    width: 80% !important;
  }
  #unsere_marken_row_2 .sppb-col-sm-4 {
    margin-bottom: 70px;
  }
  .empty_marken3 {
    margin-bottom: 20px;
  }
  #unsere_marken_row_2 .sppb-section {
    padding-top: 0;
    margin-bottom: 0;
  }
  #unsere_marken_row_1 {
    padding-top: 25px !important;
  }
  .footercontainer .row .col-md-4:first-child {
    width: 43%;
    float: left;
  }
  .footercontainer {
    padding: 30px 0;
  }
  #locationlocator .btn-group h2,
  #locationlocator #locationsearch_div h2 {
    margin: 30px auto 0px auto;
    width: 100%;
    font-size: 13px!important;
    line-height: 21px;
  }
  .itemid-287 #sp-bottom .container {
    width: 100% !important;
    padding: 10px 0px 0px 0px !important;
  }
  #sp-main-body {
    padding: 0px 0px 45px 0px !important ;
  }
  #kleinanzeigen #sp-main-body {
    margin-top: 0 !important;
  }
  #locationlocator #locationsearch_div .input-append {
    width: 100%;
    margin: 10px 0;
    padding: 15px 6% !important;
  }
  #locationlocator #locationsearch_div .input-append input {
    padding: 0 !important;
  }
  #sp-main-body .page-header h1 {
    font-size: 26px !important;
  }
  #kleinanzeigen div #jomclassifieds .categories .parent {
    width: 50% !important;
    float: left !important;
    height: 230px;
  }
  #kleinanzeigen #jomclassifieds .categories ul .parent:nth-child(18) {
    clear: both !important;
  }
  .kleinanzeigen-category-header h3 {
    font-size: 11px !important;
    text-align: left !important;
    margin: 0 !important;
  }
  .view-category .jomclitem-entry span {
    padding: 3px !important;
  }
  .view-category div #jomclassifieds .jomcl-left,
  div#jomclassifieds .jomcl-right,
  div#jomclassifieds span.tag {
    float: left !important;
    width: 30%!important;
    text-align: center;
  }
  .view-category .jomclitem-entry h3 {
    font-size: 15px !important;
    float: left !important;
    clear: both !important;
    width: 100%;
  }
  .view-category .jomcldesc {
    float: left !important;
    clear: both !important;
  }
  .view-category .jomclblocks {
    float: left !important;
    clear: both !important;
  }
  .view-category #jcsForm {
    margin: 15px 0px;
  }
  .view-categories #sp-right {
    margin: 20px 0px;
  }
  #kleinanzeigen div #jomclassifieds .categories img {
    margin-bottom: 20px;
  }
  #kleinanzeigen .sp-column .clear,
  #kleinanzeigen .sp-column .faded {
    display: none;
  }
  .kleinanzeigenmenu .nav .item-230,
  .kleinanzeigenmenu .nav .item-227 {
    margin: 0px 50px !important;
  }
  .kleinanzeigenmenu {
    display: inherit !important;
  }
}
@media all and (width: 320px) and (height: 568px) {
  #abo-schliessen #ff_elem24,
  #abo-schliessen #ff_elem871 {
    width: 290px;
  }
  .nachhaltigkeit_row1_text {
    height: 77vh;
  }
  .nachhaltigkeit_row1_text h1 {
    font-size: 16pt !important;
  }
  #nachhaltigkeit_row2 p,
  #nachhaltigkeit_row3 p,
  .nachhaltigkeit_row4_text span {
    font-size: 12pt !important;
  }
  #nachhaltigkeit_row3 .nachhaltigkeit_row3_logos .sppb-col-sm-12 {
    padding: 40px 36px 0px 36px;
  }
  #ueberuns_row2 .sppb-col-sm-3,
  #ueberuns_row3 .sppb-col-sm-3,
  #ueberuns_row4 .sppb-col-sm-3,
  #ueberuns_row6 .sppb-col-sm-3,
  #ueberuns_row7 .sppb-col-sm-3,
  #ueberuns_row9 .sppb-col-sm-3,
  #ueberuns_row10 .sppb-col-sm-3,
  #ueberuns_row12 .sppb-col-sm-3 {
    width: 90%;
    float: left;
    padding: 10px;
  }
  #ueberuns_row2 .sppb-col-sm-3 h3,
  #ueberuns_row3 .sppb-col-sm-3 h3,
  #ueberuns_row4 .sppb-col-sm-3 h3,
  #ueberuns_row6 .sppb-col-sm-3 h3,
  #ueberuns_row7 .sppb-col-sm-3 h3,
  #ueberuns_row9 .sppb-col-sm-3 h3,
  #ueberuns_row10 .sppb-col-sm-3 h3,
  #ueberuns_row12 .sppb-col-sm-3 h3 {
    font-size: 18px !important;
  }
  #ueberuns_row2 .sppb-col-sm-3 .sppb-col-sm-12 p,
  #ueberuns_row3 .sppb-col-sm-3 .sppb-addon > div,
  #ueberuns_row4 .sppb-col-sm-3 .sppb-addon > div,
  #ueberuns_row6 .sppb-col-sm-3 .sppb-addon > div,
  #ueberuns_row7 .sppb-col-sm-3 .sppb-addon > div,
  #ueberuns_row9 .sppb-col-sm-3 .sppb-addon > div,
  #ueberuns_row10 .sppb-col-sm-3 p,
  #ueberuns_row12 .sppb-col-sm-3 .sppb-addon > div {
    font-size: 14px !important;
    line-height: 18px !important;
  }
  /*.view-categories #sp-right{

		bottom:2550px !important;
	}*/
}
#unsere_marken_row_2 .sppb-section {
  padding-top: 15px;
}
#kleinanzeigen div #jomclassifieds .categories img {
  margin-bottom: 20px;
}
.kleinanzeigenmenu .nav li {
  border: none !important;
}
.kleinanzeigenmenu .nav .item-230 {
  background: #f1a6a6;
  margin: 0px 166px;
}
.kleinanzeigenmenu .nav .item-230 a {
  color: #DC4141;
}
.kleinanzeigenmenu .nav .item-227 {
  background: #99d099;
  margin: 0px 166px;
}
.kleinanzeigenmenu .nav .item-227 a {
  color: green;
}
.kleinanzeigenmenu {
  text-align: center;
  background: #eae6e6;
  padding: 50px 0px 30px 0px !important;
  display: none;
}
.kleinanzeigenmenu li a:before {
  display: none;
}
.kleinanzeigenmenu h3 {
  font-weight: bold;
  color: grey;
  text-transform: capitalize !important;
  font-size: 27px !important;
  margin-bottom: 35px !important;
}
.schnelleinstieg .sppb-addon-container > section {
  background-size: cover;
  height: 300px;
  text-align: center;
}
.schnelleinstieg .sppb-btn {
  border: 1px solid white;
  border-radius: 150px;
  background: none;
  padding: 10px 40px;
  color: white;
  margin-top: 20px;
  display: none;
}
.schnelleinstieg_div {
  cursor: pointer;
}
.schnelleinstieg_div .schnelleinstieg_heading h3 {
  margin-top: 69%;
  padding: 16px 0 !important;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.78));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.78));
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.78));
}
.schnelleinstieg .sppb-btn:hover {
  background: white;
  color: black;
}
.schnelleinstieg h3 {
  margin-top: 0px;
}
.v-align-inner {
  position: relative;
}
.schnelleinstieg .sppb-addon-content,
.schnelleinstieg .sppb-addon-title {
  text-align: center;
  padding: 0px 15px;
  color: white;
}
.subheader.appended {
  z-index: 5;
}
@media all and (min-width: 827px) and (max-width: 992px) {
  .container {
    width: 826px;
  }
  #sp-header .subheader .col-md-6:first-child {
    float: left;
  }
}
#shop .category img {
  position: relative;
  margin: 25px auto;
  height: 220px;
}
#shop .category h2 {
  text-align: center;
  font-size: 27px;
}
#shop .vm-products-horizon {
  /*text-align:-webkit-center;
	text-align:-moz-center;
	-ms-text-align-last:center;*/
  width: 50%;
  float: left;
  margin-bottom: 20px;
  height: 450px;
}
#shop .product {
  text-align: center;
}
#cart-view .test {
  background: red;
}
#cart-view .billto-shipto a.details {
  background: none;
  color: #22b8f0;
  border: 1px solid #22b8f0;
  padding: 6px 29px;
  border-radius: 150px;
  -webkit-transition: color 400ms, background-color 400ms, border-color 400ms;
  -o-transition: color 400ms, background-color 400ms, border-color 400ms;
  transition: color 400ms, background-color 400ms, border-color 400ms;
}
#cart-view .billto-shipto a.details:hover {
  background: #22b8f0;
  color: white;
}
#cart-view .billto-shipto .output-billto {
  margin-bottom: 15px;
}
#cart-view #checkoutForm .billto-shipto .width50.floatleft {
  margin-bottom: 20px;
}
#cart-view a.continue_link {
  border-radius: 150px;
  padding: 6px 29px;
  background-color: #22b8f0 !important;
  color: white;
  border: 1px solid #0faae4;
  margin-top: 10px;
  -webkit-transition: color 400ms, background-color 400ms, border-color 400ms;
  -o-transition: color 400ms, background-color 400ms, border-color 400ms;
  transition: color 400ms, background-color 400ms, border-color 400ms;
}
#cart-view a.continue_link:hover {
  border-color: #0d8ab9;
  background-color: #0e9cd1 !important;
}
#cart-view .vm-cart-header-container .vm-continue-shopping {
  margin-top: 30px;
}
#cart-view #checkoutForm .vm-fieldset-pricelist .PriceshipmentValue {
  display: none;
}
#cart-view #checkoutForm .vm-fieldset-pricelist .sectiontableentry2 input.coupon {
  display: inline;
}
#cart-view #checkoutForm .vm-fieldset-pricelist .sectiontableentry1 .vm-payment-plugin-single {
  padding: 5px 0px;
}
#cart-view #checkoutForm .vm-fieldset-pricelist .sectiontableentry1 .vm-payment-plugin-single .vmpayment_name {
  padding-right: 5px;
  font-weight: 700;
}
#cart-view #checkoutForm .vm-fieldset-pricelist .sectiontableentry1 .PricetaxAmount,
#cart-view #checkoutForm .vm-fieldset-pricelist .sectiontableentry1 .PriceshipmentTax,
#cart-view #checkoutForm .vm-fieldset-pricelist .sectiontableentry1 .PricesalesPriceShipment,
#cart-view #checkoutForm .vm-fieldset-pricelist .sectiontableentry2 .PricebillTaxAmount,
#cart-view #checkoutForm .vm-fieldset-pricelist .sectiontableentry1 .PricesalesPrice {
  text-align: center;
}
#cart-view #checkoutForm .vm-fieldset-pricelist .sectiontableentry2 td:first-child {
  padding: 20px 0px 10px 0px;
}
#cart-view #checkoutForm .vm-fieldset-pricelist {
  clear: both;
}
#shop .orderby-displaynumber .vm-order-list .orderlistcontainer:nth-child(2) {
  display: none;
}
#shop .category-view .category-view .clear {
  clear: both !important;
}
#shop .vm3pr-0 {
  display: none;
}
#shop .vm3pr-2 .PricetaxAmount {
  display: none;
}
#shop .product h2 {
  font-size: 14px;
  height: 26px;
  padding: 0 10px;
}
#shop .product:hover {
  box-shadow: 0 0 5px #cac2c2;
  transition: box-shadow 0.7s;
  padding: 0;
}
#shop .category-view .browse-view .row:after {
  clear: none;
}
@media (max-width: 736px) and (min-width: 414px) and (orientation: portrait) {
  #shop #ads-search {
    display: none;
  }
  #shop .vm-products-horizon {
    width: 100%;
    margin-bottom: 0;
  }
  #shop .vm-product-media-container .browseProductImage {
    height: 165px;
  }
}
/* Iphone 6 Plus - landscape  */
@media all and (min-width: 668px) and (max-width: 736px) and (orientation: landscape) {
  #ueberuns_nachhaltigkeit_row3 .nachhaltigkeit_row3_logos .sppb-col-sm-12 {
    padding: 0;
  }
  /*#ueberuns_nachhaltigkeit_row3 .sppb-col-sm-6 {
		margin:0;
		width:50%;
 	   float: left;
	}*/
  #ueberuns_nachhaltigkeit_row2 .sppb-col-sm-6 {
    width: 50%;
    float: left;
  }
  .ueberuns_section_header > .sppb-container,
  #ueber-uns #nachhaltigkeit_row1 .sppb-container {
    padding: 60px 0;
  }
  #kontakt-neu #kontakt_section1 .sppb-row .sppb-col-sm-6 {
    width: 50%;
    float: left;
  }
  #kontakt-neu #kontakt_section2 .sppb-col-sm-4 {
    width: 33%;
    float: left;
  }
  #shop #ads-search {
    display: none;
  }
  #shop .product .vm-product-media-container > a > img {
    margin: 0 auto;
  }
}
/* Iphone 6 Plus - landscape  */
@media all and (min-width: 668px) and (max-width: 736px) and (orientation: landscape) {
  #shop .vm-products-horizon {
    margin-bottom: 0;
  }
  #shop .product .vm-product-media-container > a > img {
    margin: 0 auto;
  }
}
@media all and (min-width: 414px) and (max-width: 736px) and (orientation: portrait) {
  #abo-schliessen #bfQuickModeSection91872,
  #abo-schliessen #bfQuickModeSection2082 {
    width: 100%;
  }
  #abo-schliessen .selectpayment {
    margin-left: 0;
  }
  #abo-schliessen .productbutton,
  #abo-schliessen .productbuttonnext {
    padding: 0 20px;
  }
  #abo-schliessen .zusammenfassung .produkt .col-md-5,
  #abo-schliessen .zusammenfassung .col-md-5.zpimg {
    width: 50%;
    margin: 0 auto;
  }
  #abo-schliessen .praemie {
    width: 100%;
  }
  #shop #ads-search {
    display: none;
  }
  #cart-view .vm-fieldset-pricelist .vm-cart-item-quantity input {
    width: 42px;
  }
  #account_management #sp-main-body label {
    width: 140px !important;
  }
  #account_management #sp-main-body input,
  #account_management #sp-main-body select {
    width: 170px !important;
  }
  #shop .vm-products-horizon {
    width: 100%;
    margin-bottom: 0;
  }
  #shop .vm-product-media-container .browseProductImage {
    height: 170px !important;
  }
  #shop .vm-product-media-container img {
    margin: 0 auto;
  }
  #cart-view #checkoutForm .billto-shipto .width50 {
    width: 100%;
    text-align: center;
    float: none;
  }
  #cart-view #checkoutForm .buttonBar-right {
    text-align: left;
  }
  #checkoutForm .vm-fieldset-pricelist .cart-summary tbody tr .vm-cart-item-discount,
  #checkoutForm .vm-fieldset-pricelist .cart-summary tbody tr .vm-cart-item-total,
  #checkoutForm .vm-fieldset-pricelist .cart-summary tbody tr .vm-cart-item-tax,
  #checkoutForm .vm-fieldset-pricelist .cart-summary tbody tr .vm-cart-item-quantity {
    width: 50%;
  }
  #cart-view #checkoutForm .vm-fieldset-pricelist .sectiontableentry2 input.coupon {
    width: 210px;
  }
}
@media all and (min-width: 827px) and (max-width: 992px) {
  .container {
    width: 826px;
  }
  #sp-header .subheader .col-md-6:first-child {
    float: left;
  }
  .logoutmodule .login-greeting {
    font-size: 12px;
  }
}
@media all and (max-width: 413px) and (orientation: portrait) {
  /*.advent .advent_img{
		margin-top:60px !important;
	}*/
  .advent h3 {
    font-size: 17px !important;
  }
  .advent {
    margin: 8px 0 !important;
    width: 100% !important;
    /*height: 435px !important;*/
  }
  .advent.advent_heute h4,
  .advent.advent_vergangen h4 {
    font-size: 39px !important;
  }
  .advent .advent_img img {
    height: 155px;
  }
  #abo-schliessen #bfQuickModeSection91872,
  #abo-schliessen #bfQuickModeSection2082 {
    width: 100%;
  }
  #abo-schliessen .selectpayment {
    margin-left: 0;
    width: 315px;
  }
  #abo-schliessen .productbutton,
  #abo-schliessen .productbuttonnext {
    padding: 0 10px;
    width: 95%;
  }
  #abo-schliessen .productbutton {
    margin-left: 10px;
  }
  #abo-schliessen .zusammenfassung .produkt .col-md-5,
  #abo-schliessen .zusammenfassung .col-md-5.zpimg {
    width: 50%;
    margin: 0 auto;
  }
  #abo-schliessen .praemie {
    width: 100%;
  }
  #cart-view .billto-shipto .output-shipto {
    margin-bottom: 10px;
  }
  #account_management #sp-main-body label {
    width: 140px !important;
  }
  #cart-view #checkoutForm .vm-fieldset-pricelist .sectiontableentry2 input.coupon {
    width: 140px;
  }
  #cart-view #checkoutForm .buttonBar-right {
    text-align: left;
  }
  #cart-view .vm-fieldset-pricelist .vm-cart-item-quantity input {
    width: 42px;
  }
  #shop .vm-products-horizon {
    width: 100%;
    margin-bottom: 0;
    height: 395px !important;
  }
  #shop .vm-product-media-container img {
    margin: 0 auto;
  }
  #shop #sp-header .subheader .col-md-6:first-child {
    padding-right: 3px;
  }
  #sp-header .subheader .col-md-6:first-child {
    float: left;
  }
  #shop .vm-product-media-container .browseProductImage {
    height: 260px !important;
  }
  #shop .product .product_s_desc {
    padding: 0 10px;
  }
  #sp-header .subheader .col-md-6:first-child {
    float: left;
    padding-right: 3px;
    display: none;
  }
  #cart-view #checkoutForm .billto-shipto .width50 {
    width: 100%;
    text-align: center;
    float: none;
  }
}
@media (max-width: 1199px) and (min-width: 737px) and (orientation: landscape) {
  #shop .vm-product-media-container .browseProductImage {
    height: 215px !important;
  }
  #cart-view .billto-shipto .output-shipto {
    margin-bottom: 10px;
  }
}
/* Iphone 5 - landscape  */
@media all and (min-width: 414px) and (max-width: 568px) and (orientation: landscape) {
  #shop .productdetails-view h1 {
    font-size: 24px;
  }
  #sp-header .subheader .col-md-6:first-child {
    float: left;
    padding-right: 3px;
    display: none;
  }
  #shop .product .vm-product-media-container > a > img {
    margin: 0 auto;
  }
  #shop .vm-products-horizon {
    height: 375px !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (orientation: portrait) {
  #shop .vm-product-media-container .browseProductImage {
    height: 165px !important;
  }
  #sp-header .subheader .col-md-6:first-child {
    float: left;
    padding-right: 3px;
  }
}
@media all and (min-width: 414px) and (max-width: 767px) and (orientation: portrait) {
  #kontakt-neu .row-fluid .span4 {
    width: 100%;
    margin: 10px 0;
  }
  #sp-header .subheader .col-md-6:first-child {
    float: left;
    padding-right: 3px;
    display: none;
  }
  #cart-view .billto-shipto .output-shipto {
    margin-bottom: 10px;
  }
}
#shop .product_s_desc {
  line-height: normal;
}
.workshop_main_image {
  height: 340px;
}
.pap_workshop_image {
  height: 250px !important;
}
@media (max-width: 767px) and (min-width: 0px) and (orientation: portrait) {
  .pap_workshop_image {
    margin: 0px 0px 30px 0px;
  }
}
.advent_row .advent h4 {
  text-align: center;
  font-size: 70px;
  font-weight: bolder;
  margin-top: 0px;
}
#kalender_row {
  padding-top: 30px;
}
.advent h3 {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  font-weight: lighter;
}
.advent .advent_title {
  display: table;
  height: 75px;
  width: 100%;
  padding: 0 10px;
}
.advent .advent_img img {
  height: 170px;
}
.advent.advent_heute h4,
.advent.advent_vergangen h4 {
  margin-left: 10px;
  font-size: 45px;
  text-align: left !important;
}
/*.advent .advent_img{
	margin:50px 0 10px 0;
}*/
.advent_zukunft .advent_number {
  display: table-cell;
  vertical-align: middle;
}
.advent.vergangen .advent_number,
.advent.heute .advent_number {
  position: absolute;
}
.advent_zukunft {
  display: table;
  width: 100%;
}
.advent a.btn_blue_square {
  margin-top: 15px;
  background-color: #22b8f0;
  color: white;
  padding: 10px 40px;
  border-radius: 3px;
  border-color: #0faae4;
}
.advent p {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
}
.advent.advent_heute {
  background: white;
  color: black;
  border-color: black;
}
.advent.advent_heute h3 {
  color: black;
}
.advent.advent_vergangen {
  transition: opacity 500ms;
  opacity: 0.3;
}
.advent.advent_vergangen:hover {
  opacity: 1;
}
.advent .advent_hide {
  display: none;
}
.advent {
  text-align: center;
  color: white;
  border: 2px dashed #929ea2;
  border-color: white;
  min-height: 410px;
  height: 100%;
  padding-bottom: 20px;
  position: relative;
  background: rgba(0, 0, 0, 0.3);
}
.advent > .sppb-column-addons {
  padding: 15px;
}
.advent_header {
  height: 300px;
}
@media (max-width: 767px) and (min-width: 0px) {
  /*.advent {
	width:70% !important;
	margin: 0 auto;
}*/
  .advent_vergangen {
    opacity: 1 !important;
  }
  .advent_row .sppb-addon-content {
    /*height:120px;*/
    width: 100%;
  }
  .advent > .sppb-addon {
    padding: 5px;
  }
  .advent_row .sppb-container p {
    font-size: 50px;
  }
  .advent_row {
    margin-top: 0px !important;
  }
  /* pikes addition */
  .advent_vergangen,
  .advent_zukunft {
    display: none;
  }
  .advent_heute {
    height: auto;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  /*.advent .advent_img{
		margin-top:58px !important;
	}

.advent_row .sppb-addon-content {
	height:120px;
	width:120px;
}*/
  .advent_row .sppb-container p {
    font-size: 50px;
  }
}
@media all and (max-width: 736px) and (orientation: landscape) {
  .advent {
    width: 46% !important;
    margin: 10px !important;
    height: 440px !important;
  }
}
@media all and (max-width: 669px) and (min-width: 414px) {
  .advent {
    width: 70% !important;
    margin: 20px auto !important;
    float: none !important;
  }
}
#adventskalender #info_row {
  color: white;
  display: none;
}
/* Code von Tobias */
/* Produkthöhen */
.site.com-virtuemart.view-category.no-layout.no-task.itemid-295.de-de.ltr.shop.sticky-header.layout-fluid.shop.off-canvas-menu-init .product_s_desc {
  min-height: 19px;
}
@media all and (max-width: 532px) {
  #shop .product h2 {
    height: 40px;
  }
}
@media all and (min-width: 319px) and (max-width: 335px) {
  #shop .product h2 {
    height: 55px;
  }
  #shop.view-category .PricesalesPrice.vm-display.vm-price-value {
    width: 50%;
  }
}
/* Suchbutton Mobil */
@media (max-width: 736px) and (orientation: portrait) {
  #shop #ads-search {
    display: inline;
  }
  .barsearch input {
    max-width: 300px;
  }
}
@media (max-width: 377px) and (orientation: portrait) {
  .barsearch {
    text-align: center;
    width: 100%;
  }
  .barsearch input {
    width: 80%;
    min-width: 65%;
    max-width: 300px;
  }
  .barsearch a {
    width: auto;
  }
}
/* Suchergebnisseite Mobil */
@media (max-width: 767px) and (orientation: portrait) {
  .row .vm-col-3 {
    width: 100%;
  }
  .vm-order-list {
    display: none;
  }
  .pagination > li > a {
    margin-bottom: 10px;
  }
  .vm-pagination-bottom {
    padding: 0 15px;
  }
}
/* Homepage Mobil Fix */
@media (max-width: 767px) and (orientation: portrait) {
  /* Blöcke vor dem Footer */
  body#home section#sp-main-body {
    height: 3750px;
  }
  body#home section#sp-main-body section#section_2 div.sppb-col-sm-3 div.sppb-column-addons {
    position: relative;
  }
  body#home section#sp-main-body section#section_2 div.sppb-col-sm-3#column-wrap-id-1551357578 {
    margin-bottom: 540px;
  }
  body#home section#sp-main-body section#section_2 div.sppb-col-sm-3#column-wrap-id-1551357585 {
    margin-top: 15px;
  }
  body#home section#sp-main-body section#section_2 div.sppb-col-sm-3#column-wrap-id-1551357573 {
    order: -1;
    height: 484px;
  }
  body#home section#sp-main-body section#section_2 div.sppb-col-sm-3 .hefte,
  body#home section#sp-main-body section#section_2 div.sppb-col-sm-3 .tierarztverzeichnis {
    padding: calc(5% + 8px) 15px !important;
  }
}
body#home section#sp-main-body section#section_2 div.sppb-col-sm-3 .tierarztverzeichnis {
  padding: 0 15px;
}
@media (max-width: 767px) and (min-width: 767px) and (orientation: portrait) {
  body#home section#sp-main-body {
    height: 4130px;
  }
}
@media (max-width: 766px) and (min-width: 737px) and (orientation: portrait) {
  body#home section#sp-main-body {
    height: 4320px;
  }
}
@media (max-width: 736px) and (min-width: 471px) and (orientation: portrait) {
  body#home section#sp-main-body {
    height: 4120px;
  }
}
@media (max-width: 470px) and (min-width: 415px) and (orientation: portrait) {
  body#home section#sp-main-body {
    height: 3970px;
  }
}
@media (max-width: 414px) and (min-width: 248px) and (orientation: portrait) {
  body#home section#sp-main-body {
    height: 3800px;
  }
}
@media (max-width: 247px) and (orientation: portrait) {
  body#home section#sp-main-body {
    height: 4050px;
  }
}
/* Startseite Slider */
@media (max-width: 413px) and (min-width: 319px) and (orientation: portrait) {
  .sppb-carousel-arrow .fa-chevron-right {
    top: 50%;
  }
}
@media (max-width: 500px) and (orientation: portrait) {
  body#home section#sp-main-body section.sppb-section div.slideshow div.sppb-carousel-inner div.sppb-carousel-pro-text {
    height: 230px;
  }
}
@media (max-width: 767px) {
  body#home section#sp-main-body section.sppb-section div.slideshow div.sppb-item-has-bg {
    height: auto;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 20px;
  }
  body#home section#sp-main-body section.sppb-section div.slideshow div.sppb-item-has-bg > img {
    display: block !important;
  }
}
@media (max-width: 445px) {
  body#home section#sp-main-body section.sppb-section div.slideshow div.sppb-item-has-bg {
    /*height: 450px;*/
    margin-top: 30px;
  }
}
@media (max-width: 350px) {
  body#home section#sp-main-body section.sppb-section div.slideshow div.sppb-item-has-bg {
    margin-top: 60px;
  }
}
@media (max-width: 290px) {
  body#home section#sp-main-body section.sppb-section div.slideshow div.sppb-item-has-bg {
    margin-top: 80px;
  }
}
/* Blauer Infokasten */
@media (max-width: 767px) and (orientation: portrait) {
  body#home #sp-top-footer {
    margin-top: 0;
  }
}
/* Startseite Shop EN Fix */
html:lang(en-gb) > body.com-virtuemart.view-virtuemart section#sp-main-body div.vendor-store-desc {
  display: none;
}
/* Englische Kategorienseite  */
body.com-virtuemart.en-gb .product:hover {
  box-shadow: 0 0 5px #cac2c2;
  transition: box-shadow 0.7s;
  padding: 0;
}
body.com-virtuemart.en-gb div.product div.PricesalesPrice {
  width: 26%;
}
/* Neues Mobiles Menü */
body div.offcanvas-inner > div.sp-module:first-child {
  display: none;
}
body div.offcanvas-menu {
  border-left: 1px solid #bfbfbf54;
  overflow: hidden auto;
  /* Schließen Icon */
}
@media (max-width: 420px) {
  body div.offcanvas-menu {
    /*transform: none;
      left: 0;
      overflow: scroll;
      width: 100vw;*/
  }
}
body div.offcanvas-menu > a.close-offcanvas {
  /*padding: 0;
      height: 30px;
      width: 30px;*/
}
body div.offcanvas-menu > a.close-offcanvas > i.fa {
  /*font-size: 24px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);*/
}
body div.offcanvas-menu > div.offcanvas-inner {
  padding: 0 !important;
  border: none;
}
body .offcanvas-menu .offcanvas-inner .sp-module {
  border: none;
  /* Login Buttons */
  /* Kontaktadressen */
  /* Suchfunktion */
  /* Menü */
  /* Spezialmenü Marken Logos */
}
body .offcanvas-menu .offcanvas-inner .sp-module.topbarlogin {
  width: 100%;
  margin: 0;
  padding: 0 20px;
}
body .offcanvas-menu .offcanvas-inner .sp-module.topbarlogin a,
body .offcanvas-menu .offcanvas-inner .sp-module.topbarlogin a#topbar-login,
body .offcanvas-menu .offcanvas-inner .sp-module.topbarlogin a#topbar-register {
  width: fit-content;
  display: inline-block;
  padding: 5px 20px;
}
body .offcanvas-menu .offcanvas-inner .sp-module.modul_kontakt_menu {
  padding: 0 20px;
  margin: 0;
}
body .offcanvas-menu .offcanvas-inner .sp-module.modul_kontakt_menu .sp-contact-info {
  padding: 8px 0;
  margin: 0;
  text-align: center;
  width: 100%;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
body .offcanvas-menu .offcanvas-inner .sp-module.modul_kontakt_menu .sp-contact-info li {
  margin: 0 5px;
  font-size: 89%;
  display: inline-block;
  padding: 0 !important;
}
body .offcanvas-menu .offcanvas-inner .sp-module.modul_kontakt_menu .sp-contact-info li i {
  display: none;
}
body .offcanvas-menu .offcanvas-inner .sp-module.modul_kontakt_menu .sp-contact-info li i.fa ~ a {
  border-bottom: none !important;
  color: #333333 !important;
  padding: 0 !important;
}
body .offcanvas-menu .offcanvas-inner .sp-module.modul_kontakt_menu .sp-contact-info li i.fa ~ a:before {
  color: #22b8f0;
  border: 1px solid #e8e8e8;
  border-radius: 90%;
  padding: 5px;
  margin-right: 5px !important;
}
body .offcanvas-menu .offcanvas-inner .sp-module.modul_kontakt_menu .sp-contact-info li i.fa-phone ~ a:before {
  content: '\f095' !important;
}
body .offcanvas-menu .offcanvas-inner .sp-module.modul_kontakt_menu .sp-contact-info li i.fa-envelope ~ a:before {
  content: '\f0e0' !important;
}
body .offcanvas-menu .offcanvas-inner .sp-module.modul_suche_menu {
  padding: 0 20px;
  margin-bottom: 0;
}
body .offcanvas-menu .offcanvas-inner .sp-module.modul_suche_menu .container {
  width: 100%;
}
body .offcanvas-menu .offcanvas-inner .sp-module.modul_suche_menu .container .buttongroup {
  padding: 0;
}
body .offcanvas-menu .offcanvas-inner .sp-module.modul_suche_menu .container .buttongroup .barsearch {
  display: block;
  float: right;
  position: relative;
  bottom: 4px;
  width: 100%;
}
body .offcanvas-menu .offcanvas-inner .sp-module.modul_suche_menu .container .buttongroup .barsearch input {
  border-radius: 150px;
  border: 1px solid #e8e8e8;
  padding-left: 15px;
  margin: 0;
  height: 38px;
  width: 100%;
  max-width: 100%;
  color: #333333;
}
body .offcanvas-menu .offcanvas-inner .sp-module.modul_suche_menu .container .buttongroup .barsearch a {
  padding: 5px 20px !important;
  border: 1px solid #22b8f0;
  border-radius: 150px;
  background: #22b8f0;
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
}
body .offcanvas-menu .offcanvas-inner .sp-module:last-child #new_mobile_menu {
  padding: 0;
}
body .offcanvas-menu .offcanvas-inner .sp-module:last-child #new_mobile_menu span.offcanvas-menu-toggler {
  display: inline-block !important;
}
body .offcanvas-menu .offcanvas-inner .sp-module:last-child #new_mobile_menu i.fa {
  color: #22b8f0;
  font-size: 20px;
}
body .offcanvas-menu .offcanvas-inner .sp-module:last-child #new_mobile_menu i.fa:before {
  font-weight: bold;
}
body .offcanvas-menu .offcanvas-inner .sp-module:last-child #new_mobile_menu li {
  padding: 0 !important;
  margin-top: 10px;
}
body .offcanvas-menu .offcanvas-inner .sp-module:last-child #new_mobile_menu > li:not(.marken-menu) {
  padding: 0 20px !important;
}
body .offcanvas-menu .offcanvas-inner .sp-module:last-child #new_mobile_menu > li > a {
  border-bottom: 1px solid #e8e8e8 !important;
  padding: 4px 0 !important;
}
body .offcanvas-menu .offcanvas-inner .sp-module:last-child #new_mobile_menu > li.item-465 > a {
  border-bottom: none !important;
  padding: 4px 20px !important;
}
body .offcanvas-menu .offcanvas-inner .sp-module:last-child #new_mobile_menu > li.item-465 > a::before {
  border-top: 1px solid #E8E8E8;
  position: absolute;
  bottom: 0;
}
body .offcanvas-menu .offcanvas-inner .sp-module:last-child #new_mobile_menu > li > ul {
  padding-left: 0;
}
body .offcanvas-menu .offcanvas-inner .sp-module:last-child #new_mobile_menu > li > ul > li {
  border-bottom: 1px solid #e8e8e8 !important;
}
body .offcanvas-menu .offcanvas-inner .sp-module:last-child #new_mobile_menu > li > ul > li > span {
  padding-right: 0;
}
body .offcanvas-menu .offcanvas-inner .sp-module:last-child #new_mobile_menu > li > ul > li.item-266,
body .offcanvas-menu .offcanvas-inner .sp-module:last-child #new_mobile_menu > li > ul > li.item-265,
body .offcanvas-menu .offcanvas-inner .sp-module:last-child #new_mobile_menu > li > ul > li.item-511 {
  border-bottom: none !important;
}
body .offcanvas-menu .offcanvas-inner .sp-module:last-child #new_mobile_menu > li > ul > li.item-266 {
  background-color: rgba(184, 44, 56, 0.35);
}
body .offcanvas-menu .offcanvas-inner .sp-module:last-child #new_mobile_menu > li > ul > li.item-265 {
  background-color: rgba(67, 109, 63, 0.32);
}
body .offcanvas-menu .offcanvas-inner .sp-module:last-child #new_mobile_menu > li > ul > li.item-511 {
  background-color: rgba(20, 64, 126, 0.35);
}
body .offcanvas-menu .offcanvas-inner .sp-module:last-child #new_mobile_menu > li > ul > li > a.show_border {
  border-bottom: 1px solid #e8e8e8 !important;
  transition: none;
}
body .offcanvas-menu .offcanvas-inner .sp-module:last-child #new_mobile_menu > li > ul > li > ul > li > a {
  padding-left: 40px !important;
}
body .offcanvas-menu .offcanvas-inner .sp-module:last-child #new_mobile_menu ul {
  padding-left: 0;
}
body .offcanvas-menu .offcanvas-inner .sp-module:last-child #new_mobile_menu ul > li > a {
  padding: 0 0 0 20px !important;
  border-bottom: none !important;
}
body .offcanvas-menu .offcanvas-inner .sp-module:last-child #new_mobile_menu ul li {
  padding-left: 20px;
}
body .offcanvas-menu .offcanvas-inner .sp-module:last-child #new_mobile_menu ul li a {
  border-bottom: none !important;
}
body .offcanvas-menu .offcanvas-inner .sp-module:last-child #new_mobile_menu ul li > ul > li > a {
  border: none !important;
}
body .offcanvas-menu .offcanvas-inner .sp-module:last-child #new_mobile_menu ul.collapse {
  display: none !important;
  background-color: unset;
  padding-right: 0;
}
body .offcanvas-menu .offcanvas-inner .sp-module:last-child #new_mobile_menu ul.collapse.active_test {
  display: block !important;
}
body .offcanvas-menu .offcanvas-inner .sp-module:last-child #new_mobile_menu ul.collapse.menu_open:not(#collapse-menu-465) {
  display: contents !important;
}
body .offcanvas-menu .offcanvas-inner .sp-module:last-child #new_mobile_menu ul.collapse.menu_open#collapse-menu-465 {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
body .offcanvas-menu .offcanvas-inner .sp-module:last-child #new_mobile_menu ul.collapse.menu_open#collapse-menu-465 > li {
  padding: 0 20px !important;
}
body .offcanvas-menu .offcanvas-inner .sp-module:last-child #new_mobile_menu li:hover > a {
  background: unset !important;
}
body .offcanvas-menu .offcanvas-inner .sp-module:last-child #new_mobile_menu li.active {
  color: #22b8f0;
}
body .offcanvas-menu .offcanvas-inner .sp-module:last-child #new_mobile_menu > li.parent > a {
  text-transform: uppercase !important;
}
body .offcanvas-menu .offcanvas-inner .sp-module:last-child #new_mobile_menu > li.parent > ul.collapse > li > a {
  font-weight: 600;
}
body .offcanvas-menu .offcanvas-inner .sp-module:last-child #new_mobile_menu li.current.active > a {
  color: #22b8f0 !important;
}
body .offcanvas-menu .offcanvas-inner .sp-module:last-child #new_mobile_menu i.show_icon {
  display: inline;
}
body .offcanvas-menu .offcanvas-inner .sp-module:last-child #new_mobile_menu i.hide_icon {
  display: none;
}
body .offcanvas-menu .offcanvas-inner .sp-module .container_marken_parent {
  display: none;
  padding: 0 20px;
  overflow: scroll;
  height: 170px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
body .offcanvas-menu .offcanvas-inner .sp-module .container_marken_parent.menu_open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  scrollbar-width: 0;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  scrollbar-width: none;
}
body .offcanvas-menu .offcanvas-inner .sp-module .container_marken_parent.menu_open::-webkit-scrollbar {
  display: none !important;
}
body .offcanvas-menu .offcanvas-inner .sp-module .container_marken_parent:after {
  content: "";
  flex: 0 0 75px;
  height: 20px;
}
body .offcanvas-menu .offcanvas-inner .sp-module .container_marken {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 80%;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
  width: 80%;
  position: relative;
  -webkit-box-shadow: 1px 4px 9px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 4px 9px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 4px 9px 0px rgba(0, 0, 0, 0.2);
}
body .offcanvas-menu .offcanvas-inner .sp-module .container_marken:not(:last-child) {
  margin-right: 20px;
}
body .offcanvas-menu .offcanvas-inner .sp-module .container_marken .bg_image_marken {
  border-radius: 5px 5px 0 0;
  height: 100px;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
body .offcanvas-menu .offcanvas-inner .sp-module .container_marken .btn_marken a {
  border-bottom: none !important;
  text-align: center;
  display: block;
  background-color: #22b8f0 !important;
  color: #ffffff !important;
  border-radius: 0 0 5px 5px;
}
body .offcanvas-menu .offcanvas-inner .sp-module .container_marken .btn_marken a:hover {
  background-color: #22b8f0 !important;
}
body .offcanvas-menu .offcanvas-inner .sp-module .container_marken.container_wp_magazin > .bg_image_marken {
  background-image: url("/images/2017/01/17/WP-Magazin_2016_small.jpg");
}
body .offcanvas-menu .offcanvas-inner .sp-module .container_marken.container_papageien > .bg_image_marken {
  background-image: url("/images/2017/01/17/PAPAGEIEN_2016_smaller.jpg");
}
body .offcanvas-menu .offcanvas-inner .sp-module .container_marken.container_gefiederte_welt > .bg_image_marken {
  background-image: url("/img-large/images/2019/02/28/gw_logo_rgb.jpg");
  -webkit-background-size: cover;
  background-size: cover;
}
body .offcanvas-menu .offcanvas-inner .sp-module > li.marken-menu > a {
  padding: 4px 20px !important;
}
body .offcanvas-menu .offcanvas-inner .sp-module ul#collapse-menu-465 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  scrollbar-width: 0;
  /*display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;*/
  overflow: hidden;
}
body .offcanvas-menu .offcanvas-inner .sp-module ul#collapse-menu-465::-webkit-scrollbar {
  display: none !important;
}
body .offcanvas-menu .offcanvas-inner .sp-module ul#collapse-menu-465 > li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}
body .offcanvas-menu .offcanvas-inner .sp-module ul#collapse-menu-465 > li > a {
  display: none;
}
body .offcanvas-menu .offcanvas-inner .sp-module ul#collapse-menu-465 > li > ul > li:not(:last-child) {
  border-bottom: 1px solid #e8e8e8 !important;
}
body .offcanvas-menu .offcanvas-inner .sp-module ul#collapse-menu-465 > li > ul#collapse-menu-266 > li > a,
body .offcanvas-menu .offcanvas-inner .sp-module ul#collapse-menu-465 > li > ul#collapse-menu-265 > li > a,
body .offcanvas-menu .offcanvas-inner .sp-module ul#collapse-menu-465 > li > ul#collapse-menu-511 > li > a {
  padding-left: 20px !important;
}
body .offcanvas-menu .offcanvas-inner .sp-module ul#collapse-menu-465 ul.collapse#collapse-menu-266,
body .offcanvas-menu .offcanvas-inner .sp-module ul#collapse-menu-465 ul.collapse#collapse-menu-265,
body .offcanvas-menu .offcanvas-inner .sp-module ul#collapse-menu-465 ul.collapse#collapse-menu-511 {
  display: contents !important;
}
body .offcanvas-menu .offcanvas-inner .sp-module ul#collapse-menu-465 li:not(.submenu-hide) a.show_border,
body .offcanvas-menu .offcanvas-inner .sp-module ul#collapse-menu-465 span.offcanvas-menu-toggler.collapsed,
body .offcanvas-menu .offcanvas-inner .sp-module ul#collapse-menu-465 li.item-351 {
  display: none !important;
}
/* Mobileanpassungen */
@media (max-width: 420px) {
  body div.offcanvas-menu {
    transform: none;
    left: 0;
    width: 100vw;
    border-left: none;
    /* Close Icon */
    /* Loginbuttons */
    /* Adressinfos */
    /* Suchleiste */
    /* Menüpunkte */
    /* Allgemeines */
  }
  body div.offcanvas-menu > a.close-offcanvas {
    transition: none;
  }
  body div.offcanvas-menu .topbarlogin.sp-module.modul_login_menu {
    margin-top: 0;
  }
  body div.offcanvas-menu .offcanvas-inner .sp-module.modul_kontakt_menu {
    margin-top: 0;
    margin-bottom: 0;
  }
  body div.offcanvas-menu div.modul_suche_menu ~ div.jmoddiv {
    /* Markenslider */
  }
  body div.offcanvas-menu div.modul_suche_menu ~ div.jmoddiv li.item-465 > ul#collapse-menu-465 > li {
    margin-right: 0;
  }
  body div.offcanvas-menu .offcanvas-inner .sp-module ul > li {
    transition: none;
  }
  body div.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
    transition: none;
  }
}
/* Neues Mobiles Menü Ende */
.jomcl-box.related-category-jomcl-box .related-product-maindiv.vm-product-media-rating {
  width: 45% !important;
}
.jomcl-box.related-category-jomcl-box .related-product-maindiv.vm-product-media-rating img {
  max-width: 100% !important;
}
.jomcl-box.related-category-jomcl-box .related-product-maindiv.vm-product-media-rating .PricesalesPrice.vm-display.vm-price-value {
  min-width: 100px;
}
.jomcl-box.related-category-jomcl-box .related-product-maindiv.vm-product-media-rating .vm-details-button {
  margin-top: 10px;
}
.jomcl-box.related-category-jomcl-box .related-product-maindiv.vm-product-media-rating .vm-details-button a {
  display: inline-block !important;
}
/* Imagefix of page /shop/neuheiten */
.poster-portfolio-image img {
  height: unset;
  width: 100%;
}
/* Imagefix of mobile page /shop/vogelbucher - 11.09. */
@media (max-width: 500px) {
  .itemid-295#shop .category a span {
    min-height: 36px;
    display: inline-block;
  }
  .itemid-295#shop .category a img {
    margin: 0 auto 25px;
  }
  .itemid-295#shop .category a img[alt="01830_arndt_logo_akademie_150dpi1"] {
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media (max-width: 500px) and (min-width: 414px) {
  .itemid-295#shop .category a img {
    margin: 25px auto;
  }
}
.aves_publishing_container {
  font-family: 'Open Sans', sans-serif !important;
}
@media screen and (max-width: 768px) {
  .aves_publishing_container {
    margin: 0 -20px -45px !important;
    padding: 50px 20px !important;
  }
}
@media screen and (max-width: 414px) {
  .aves_publishing_container {
    padding: 30px 36px !important;
  }
}
.aves_publishing_container .clearfix {
  margin: 0 !important;
}
.aves_publishing_container .sppb-col-md-6 {
  padding: 30px 50px 50px 50px;
  background-color: #FFF;
  max-width: 598px;
  width: 100%;
}
.aves_publishing_container .sppb-col-md-6 .lang_mobile {
  display: flex;
  flex-direction: row-reverse;
}
.aves_publishing_container .sppb-col-md-6 .lang_mobile ul.lang-inline li {
  display: inline-block;
}
.aves_publishing_container .sppb-col-md-6 .lang_mobile ul.lang-inline li img {
  height: 18px;
}
@media screen and (max-width: 414px) {
  .aves_publishing_container .sppb-col-md-6 {
    padding: 20px;
  }
}
.aves_publishing_container .sppb-col-md-6:last-of-type {
  background: transparent;
}
.aves_publishing_container .sppb-col-md-6:last-of-type .lang_desktop {
  position: absolute;
  right: 0;
}
.aves_publishing_container .sppb-col-md-6:last-of-type .lang_desktop ul.lang-inline li {
  display: inline-block;
}
.aves_publishing_container .sppb-col-md-6 .logo .sppb-addon-content .sppb-addon-single-image-container img {
  max-width: 237px;
  margin-bottom: 20px;
}
.aves_publishing_container .sppb-col-md-6 .headline .sppb-addon-title {
  text-transform: uppercase !important;
  text-align: left;
  color: #000;
  width: 100%;
  margin: 0 0 20px 0 !important;
}
.aves_publishing_container .sppb-col-md-6 .subheadline .sppb-addon-title {
  text-transform: uppercase !important;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 700;
  text-align: left;
  font-size: 20px;
  color: #000;
  margin: 0 0 30px 0 !important;
}
.aves_publishing_container .sppb-col-md-6 .address .sppb-addon-content {
  color: #666666;
  line-height: 27px;
  font-size: 16px;
  letter-spacing: 0.2px;
}
.aves_publishing_container .sppb-col-md-6 .contact_form .sppb-addon-title {
  text-transform: uppercase;
  margin: 30px 0 15px;
  font-weight: 700;
  text-align: left;
  font-size: 16px;
  color: #000;
}
.aves_publishing_container .sppb-col-md-6 .contact_form .bfFormDiv .bfQuickMode .bfErrorMessage {
  padding: 0;
}
.aves_publishing_container .sppb-col-md-6 .contact_form .bfFormDiv .bfQuickMode .bfErrorMessage div {
  font-weight: 400;
  color: darkred;
}
.aves_publishing_container .sppb-col-md-6 .contact_form .bfFormDiv .bfQuickMode .form-inline label {
  display: none !important;
}
.aves_publishing_container .sppb-col-md-6 .contact_form .bfFormDiv .bfQuickMode .form-inline label#bfLabel2179,
.aves_publishing_container .sppb-col-md-6 .contact_form .bfFormDiv .bfQuickMode .form-inline label#bfLabel2201 {
  display: inline-block !important;
  width: calc(100% - 30px);
  font-size: 12px;
  line-height: 21px;
  color: #666666;
}
.aves_publishing_container .sppb-col-md-6 .contact_form .bfFormDiv .bfQuickMode .form-inline label#bfLabel2179 .icon-asterisk,
.aves_publishing_container .sppb-col-md-6 .contact_form .bfFormDiv .bfQuickMode .form-inline label#bfLabel2201 .icon-asterisk {
  display: none;
}
.aves_publishing_container .sppb-col-md-6 .contact_form .bfFormDiv .bfQuickMode .form-inline textarea {
  margin: 0 0 10px 0;
  padding: 8px 12px;
  min-height: 70px;
}
.aves_publishing_container .sppb-col-md-6 .contact_form .bfFormDiv .bfQuickMode .form-inline input,
.aves_publishing_container .sppb-col-md-6 .contact_form .bfFormDiv .bfQuickMode .form-inline textarea {
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  box-shadow: none;
  max-width: unset;
  font-size: 16px;
  resize: none;
  width: 100%;
}
.aves_publishing_container .sppb-col-md-6 .contact_form .bfFormDiv .bfQuickMode .form-inline input#ff_elem2179,
.aves_publishing_container .sppb-col-md-6 .contact_form .bfFormDiv .bfQuickMode .form-inline textarea#ff_elem2179,
.aves_publishing_container .sppb-col-md-6 .contact_form .bfFormDiv .bfQuickMode .form-inline input#ff_elem2201,
.aves_publishing_container .sppb-col-md-6 .contact_form .bfFormDiv .bfQuickMode .form-inline textarea#ff_elem2201 {
  float: left;
  width: auto;
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.5);
  /* IE */
  -moz-transform: scale(1.5);
  /* FF */
  -webkit-transform: scale(1.5);
  /* Safari and Chrome */
  -o-transform: scale(1.5);
  /* Opera */
  transform: scale(1.5);
  margin: 6px 10px 0 4px;
}
.aves_publishing_container .sppb-col-md-6 .contact_form .bfFormDiv .bfQuickMode .form-inline input[type="text"],
.aves_publishing_container .sppb-col-md-6 .contact_form .bfFormDiv .bfQuickMode .form-inline textarea[type="text"] {
  padding: 20px 12px;
}
.aves_publishing_container .sppb-col-md-6 .contact_form .bfFormDiv .bfQuickMode .form-actions {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
}
.aves_publishing_container .sppb-col-md-6 .contact_form .bfFormDiv .bfQuickMode .form-actions .button {
  text-transform: uppercase !important;
  background-color: #00C370 !important;
  border-color: #00C370 !important;
  margin: 10px 0 0 0 !important;
  float: unset !important;
  border-radius: 4px;
  padding: 13px 20px;
  font-weight: 600;
  font-size: 16px;
  color: #FFF;
  outline: none;
}
@media screen and (max-width: 638px) {
  .aves_publishing_container .sppb-col-md-6 .contact_form .bfFormDiv .bfQuickMode .form-actions .button {
    width: 100%;
  }
}
.aves_publishing_container .sppb-col-md-6 .imprint_text .sppb-addon-title {
  color: #666666;
  line-height: 24px;
  font-size: 16px;
  margin: 50px 0 20px;
}
.aves_publishing_container .sppb-col-md-6 .imprint_text .sppb-addon-content {
  line-height: 24px;
  color: #666666;
  font-size: 13px;
}
