/*Theme Name: Leben ist Teilen

Author: XEIT

URI: http://www.xeit.ch

ThemeVersion: 1.1.10

License: GNU General Public License v3.0 /

License URI: http://www.gnu.org/licenses/gpl-3.0.html

Tags: white, pink, rev slider, visual composer, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, sticky-post,  theme-options, threaded-comments, translation-ready/* This is a small security for too long strings titles */

body {
  word-wrap: break-word;
}

* {
  font-smoothing: antialiased;
}

/* Alignment */

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/* Images and wp-captions should always fit and be responsive */

img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}

img[class*="wp-image-"] {
  margin-top: 10px;
  margin-bottom: 10px;
}

.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 10px;
  max-width: 100%;
  border-radius: 4px;
  padding: 0 10px;
}

.wp-caption.aligncenter {
  margin-bottom: 10px;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
}

.wp-caption .wp-caption-text {
  text-align: center;
  margin-top: 10px;
}

/* WP Gallery */

.gallery {
  margin-bottom: 1.5em;
}

.gallery a img {
  border: none;
  height: auto;
  max-width: 90%;
}

.gallery dd {
  margin: 0;
}

.gallery-caption {
  display: block;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object {
  max-width: 100%;
}

/* Text meant only for screen readers */

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;

  /* Above WP toolbar */
}

/* Content */

.main-content-inner {
  padding-bottom: 1.5em;
}

.hentry {
  margin: 0 0 1.5em;
}

.sticky {
  display: block;
}

.bypostauthor {
  display: block;
}

/* Clearing */

.clear {
  clear: both;
}

/* Navigation */

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:active > .dropdown-menu,
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:active > a:after {
  border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
  float: none;
}

#footer-main-menu li a,
#main-menu li a {
  background-position: 7px !important;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/* Here some needed widget styles * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */

.widget {
  margin-bottom: 2em;
}

.widget_nav_menu ul.sub-menu li,
.widget_pages ul.children li {
  padding-left: 15px;
}

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line. * Note: you can change the whole appearance of the search_form() function in our searchform.php */

.widget_search .search-form input[type="submit"] {
  display: none;
}

/* Make sure select elements fit in widgets */

.widget select {
  max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize! * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */

.comment .children {
  margin-left: 1.5em;
}

/*** Some WP Theme Repository requirements*/

.sticky {
}

.gallery-caption {
}

.bypostauthor {
}

.entry-meta {
  clear: both;
}

/* == Quick CSS styling tips == You can start off in a rough direction with some minimal styles. See below for some tips. ;) == Want to have the whole site wrapped? == Just fill the .container class with some background color to have a the whole site "wrapped". This works so easy because every main part is wrapped only once into a container class by bootstrap. Try out by decommenting the next line and go from there. .container { background: #f9f9f9; border-right: 1px solid #eee; border-left: 1px solid #eee; } == Want to wrap just the content and sidebar in Bootstrap style? == That one is a great example to show that some things are much cleaner and easier to do via just adding some HTML classes. In this case, we will add just one CSS class "panel", look for example at the beginning in content.php! == Infinite Scrolling by Jetpack == You can enable this cool feature by simply decommenting the lines below and make sure you use the same classes on the right place in your html../* Globally hidden elements when Infinite Scroll is supported and in use. * Older / Newer Posts Navigation (the pagination, must always be hidden), Theme Footer only when set to scrolling.. */

/*.infinite-scroll .page-links,.infinite-scroll.neverending .site-footer {	display: none;}*/

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */

/*.infinity-end.neverending .site-footer {	display: block;}*/

/* Hey, if you don't need my comments anymore, just delete me! :)  */

/* styles for _leb_pagination und _leb_link_pages */

nav form.tk-page-nav,
nav .input-group,
nav .input-group-btn,
nav .form-control {
  display: inline;
}

.juicer-feed .j-poster {
  display: none !important;
}

.juicer-feed .j-image {
}

.juicer-feed .j-message {
  padding: 10px !important;
}

.juicer-feed .j-meta {
  padding: 10px !important;
}

.juicer-feed .j-meta ul li {
  display: none;
}

.juicer-feed .feed-item a {
  color: #000 !important;
}

.juicer-feed .feed-item a:hover {
  color: #cd0067 !important;
}

.juicer-feed .feed-item {
  margin-bottom: 20px !important;
  padding: 0px !important;
  color: #000 !important;
}

/* Klassen wurden geändert
.juicer-feed .feed-item.facebook {
	background-color: #cfe7eb !important;
}

.juicer-feed .feed-item.instagram {
	background-color: #f6f2d0 !important;
}

.juicer-feed .feed-item.twitter {
	background-color: #ccf5cc !important;
}

.juicer-feed .feed-item.youtube {
	background-color: #ffd7d7 !important;
}*/

.juicer-feed .j-youtube {
  background-color: #ffd7d7 !important;
}

.juicer-feed .j-facebook {
  background-color: #cfe7eb !important;
}

.juicer-feed .j-instagram {
  background-color: #f6f2d0 !important;
}

.juicer-feed .j-twitter {
  background-color: #ccf5cc !important;
}

.entry-content .wpb_raw_code {
  padding-top: 20px !important;
}

.footer-main-nav {
  margin-bottom: 81px;
}

.footer-main-nav {
  margin-top: 81px;
}

.juicer-feed ul.j-filters {
  width: auto;
  text-align: left;
  float: left;
}

.juicer-feed ul.j-filters li {
  float: left;
  margin-right: 1px;
  max-width: 150px;
  color: #000;
}

.juicer-feed ul.j-filters .youtube {
  background-color: #ffd7d7 !important;
}

.juicer-feed ul.j-filters .facebook {
  background-color: #cfe7eb !important;
}

.juicer-feed ul.j-filters .instagram {
  background-color: #f6f2d0 !important;
}

.juicer-feed ul.j-filters .twitter {
  background-color: #ccf5cc !important;
}

.juicer-feed ul.j-filters .all {
  color: #fff !important;
}

.text-bold {
  font-family: "Adelle Sans W04 Bold1429959" !important;
}

body .inner-page .entry-content > div:nth-child(2) {
  padding: 0px !important;
}

.entry-content .vc_separator.headingWhite {
  margin-top: 50px;
}

.entry-content .vc_empty_space {
  display: block !important;
}

.vc_row {
  padding-bottom: 30px;
}

.vc_cta3-content-no-box .vc_cta3-content {
  display: none;
}

.faq-heading {
  width: 100% !important;
}

.modal.answer {
  overflow-y: auto;
}

.search-results > div > section > div {
  display: none;
}

.search-results > div > section {
  margin-top: 100px;
}

.no-padding-row {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}

pre {
  background-color: transparent;
  border: 0px;
}

.j-message {
  font-family: "Adelle Sans W04 Regular1429975";
}

.answer .modal-body {
  padding-top: 0 !important;
}

.answer .modal-header {
  padding-bottom: 0 !important;
}

.answer .modal-body > div:first-of-type {
  padding-bottom: 0 !important;
}

.captcha-118 .wpcf7-not-valid-tip {
  position: relative !important;
  left: 0 !important;
  bottom: 0 !important;
  padding: 10px 0 0 0 !important;
}

.no-results .page-content {
  display: none;
}

.j-paginate.juicer-button {
  color: #fff;
  border-color: #cd0067;
  background-color: #cd0067;
  background: #cd0067 url(includes/images/icon02.png) no-repeat 10px 50%;
  font-family: "Adelle Sans W04 Bold1429959";
  -webkit-box-shadow: 2px 2px 5px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 5px;
  text-transform: uppercase;
  padding: 10px 12px 10px 20px;
  font-size: 19px;
  line-height: 26px;
  width: 220px;
}

.j-paginate.juicer-button:hover {
  background-color: #fff;
  border-color: #fff;
  color: #cd0067;
}

.juicer-feed {
  padding-bottom: 5px !important;
}

.entry-content ol li {
  padding: 0 0 12px 12px;
}

.front-page-fixed-boxes .vc_cta3-actions {
  white-space: normal !important;
}

body .shop-page .vc_col-sm-3 .wpb_single_image img {
  max-width: 100%;
  height: auto;
}

.entry-content ol li p {
  margin: 15px 0 5px 0px !important;
}

.page-id-1026 .wpb_wrapper table td:nth-child(3) {
  text-align: center;
}

.inner-page .entry-content .shop-page .vc_separator {
  margin: 0 -7.5px !important;
}

.page-id-317 .top-sub-heading {
  padding-top: 66px !important;
}

.page-id-317 .back-button {
  margin-top: -5px !important;
}

@media only screen and (max-width: 991px) {
  .entry-content ol li p {
    margin: 10px 0 10px 0px !important;
  }
}

@media only screen and (max-width: 991px) {
  .front-page-fixed-boxes .vc_column_container {
    width: 50% !important;
  }
}

@media only screen and (max-width: 791px) {
  .front-page-fixed-boxes .vc_column_container {
    width: 100% !important;
  }
}

#wpcf7-f958-p1026-o1 .wpcf7-form.invalid .wpcf7-validation-errors,
#wpcf7-f964-p1029-o1 .wpcf7-form.invalid .wpcf7-validation-errors,
#wpcf7-f333-p317-o1 .wpcf7-form.invalid .wpcf7-validation-errors {
  color: #f1c8c8 !important;
  border: 0px solid transparent !important;
  padding-left: 0px !important;
  margin: 25px auto !important;
  max-width: 580px;
}

.col-sm-1.search-block {
  width: auto !important;
}

.fixed-boxes-column div.vc_column-inner {
  padding-left: 5px;
}

.fixed-boxes-column .vc_cta3-container {
  margin-bottom: 20px;
}

.fixed-boxes-column .vc_btn3-style-flat,
.fixed-boxes-column .vc_btn3-icon {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.modal-body .quiz-heading {
  color: #cc0066;
  font-family: "Adelle Sans W04 Bold1429959";
  font-size: 30px;
  line-height: 36px;
  vertical-align: top;
}

.nosearchresultleft {
  float: left;
  width: calc(100% - 140px) !important;
}

.nosearchresultright {
  padding-top: 50px;
  float: right;
  width: 140px !important;
}

.main-content.inner-page .container {
  padding-right: 0px;
  padding-left: 0px;
}

.shop-page .wpb_single_image img {
  max-height: 314px !important;
}

p.customcaptchatext {
  color: #fff;
  font-weight: normal;
  font-size: 20px !important;
}

.page-id-317 .top-sub-heading {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.contactformularcaptchatext {
  font-size: 18px !important;
}

.page-id-438 .vc_row,
.page-id-1042 .vc_row,
.page-id-1040 .vc_row {
  padding-bottom: 0px;
}

.page-id-438 .wpb_content_element,
.page-id-1040 .wpb_content_element,
.page-id-1042 .wpb_content_element {
  margin-bottom: 0px;
}

#main-menu .sub-menu li {
  min-width: 130px;
}

.pagination {
  display: none;
}

.page-id-1200 .pdf-page {
  display: none;
}

.top-heading {
  min-height: 150px;
}

.inner-page .top-heading {
  min-height: 0px !important;
}

.error-404.not-found .main-content-inner p {
  display: none;
}

.error-404.not-found .main-content-inner h2.top-heading {
  padding-top: 50px;
  display: block;
}

.share-fb-quiz-image {
  width: 40px;
}

.fixed-boxes-column .vc_btn3-style-flat,
.fixed-boxes-column .vc_btn3-icon {
  letter-spacing: 1px;
}

.wpcf7-form-control-wrap.PLZ .wpcf7-not-valid-tip {
  display: none;
}

p,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal !important;
}

.page-id-317 .vc_single_image-wrapper.vc_box_border_grey,
.page-id-1026 .vc_single_image-wrapper.vc_box_border_grey,
.page-id-1029 .vc_single_image-wrapper.vc_box_border_grey {
  min-height: 293px;
}

#gototop {
  z-index: 999;
}

.page-id-53 .vc_general.vc_cta3.vc_cta3-color-classic.vc_cta3-style-flat {
  background: none !important;
}

.page-id-978 .vc_general.vc_cta3.vc_cta3-color-classic.vc_cta3-style-flat {
  background: none !important;
}

.page-id-982 .vc_general.vc_cta3.vc_cta3-color-classic.vc_cta3-style-flat {
  background: none !important;
}

.page-id-60 .threelinksleft {
  text-align: left !important;
}

.page-id-60 .threelinksleft {
  text-align: left !important;
}

.threelinksleft {
  text-align: left !important;
}

@media only screen and (max-width: 1199px) {
  .page-id-317 .vc_single_image-wrapper.vc_box_border_grey,
  .page-id-1026 .vc_single_image-wrapper.vc_box_border_grey,
  .page-id-1029 .vc_single_image-wrapper.vc_box_border_grey {
    min-height: 243px;
  }

  #footer-main-menu li a,
  #main-menu li a {
    padding-left: 15px !important;
  }
}

@media only screen and (max-width: 991px) {
  .page-id-317 .vc_single_image-wrapper.vc_box_border_grey,
  .page-id-1026 .vc_single_image-wrapper.vc_box_border_grey,
  .page-id-1029 .vc_single_image-wrapper.vc_box_border_grey {
    min-height: 188px;
  }
}

.vc_btn3-container.vc_btn3-inline a {
  white-space: normal;
}

@media only screen and (max-width: 1500px) {
  #footer-main-menu li a,
  #main-menu li a {
    font-size: 18px !important;
  }
}

@media only screen and (max-width: 1200px) and (min-width: 767px) {
  .info-col.desktopmenuitem,
  .col-sm-1.search-block.desktopmenuitem,
  .lang-col.desktopmenuitem,
  .site-header-inner {
    box-sizing: border-box;
  }

  .site-header-inner {
    width: 30%;
  }

  .search-block.desktopmenuitem {
    width: 73px !important;
  }

  .lang-col {
    width: 150px !important;
  }

  #site-logo {
    position: absolute;
    width: 500px;
    top: -40px;
  }

  .topheadermenucontainer {
    display: inline-block;
    float: right;
    width: auto;
    margin-left: auto;
    margin-right: 0;
  }
}

@media only screen and (max-width: 990px) and (min-width: 767px) {
  #site-logo {
    width: 400px;
    top: -10px;
  }
}

@media only screen and (max-width: 1000px) {
  #footer-main-menu li a,
  #main-menu li a {
    font-size: 14px !important;
  }
}

.j-loading {
  border-color: #cd0067 !important;
}

.j-loading:before {
  background-color: #cd0067 !important;
}

.juicer-feed .referral a {
  display: none !important;
}

.juicer-feed {
  overflow: hidden;
}

html body nav #footer-main-menu li a,
html body nav #main-menu li a {
  letter-spacing: 1px;
  font-size: 24px;
}

.page-id-317 article,
.page-id-1026 article,
.page-id-1029 article {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.page-id-699 .vc_icon_element {
  margin-bottom: 0 !important;
  margin-top: -20px !important;
}

.page-id-699 .entry-content .wpb_raw_code {
  padding: 0 !important;
}

.page-id-1075 .vc_icon_element {
  margin-bottom: 0 !important;
  margin-top: -20px !important;
}

.page-id-1075 .entry-content .wpb_raw_code {
  padding: 0 !important;
}

.page-id-1077 .vc_icon_element {
  margin-bottom: 0 !important;
  margin-top: -20px !important;
}

.page-id-1077 .entry-content .wpb_raw_code {
  padding: 0 !important;
}

.mobilemenuitem {
  display: none;
}

.topheadermenucontainer {
  display: inline-block;
  float: right;
}

.info-col.desktopmenuitem {
  min-width: 520px;
}

.topheadermenucontainer {
}

.topheadermenucontainer .lang-col {
  width: auto !important;
}

.topheadermenucontainer .menu-item {
  float: right;
  margin-left: 20px;
}

@media only screen and (max-width: 1000px) {
  .topheadermenucontainer {
    position: relative;
  }

  .lang-col {
    float: right;
    position: relative;
  }
}

@media only screen and (max-width: 767px) {
  .page-id-60 .entry-content .vc_separator.headingWhite h4 {
    padding-bottom: 10px !important;
    z-index: 0 !important;
  }

  .page-id-60 .entry-content .vc_separator.headingWhite h4:before {
    bottom: 0 !important;
  }

  .page-id-956 .entry-content .vc_separator.headingWhite h4 {
    padding-bottom: 10px !important;
    z-index: 0 !important;
  }

  .page-id-956 .entry-content .vc_separator.headingWhite h4:before {
    bottom: 0 !important;
  }

  .page-id-950 .entry-content .vc_separator.headingWhite h4 {
    padding-bottom: 10px !important;
    z-index: 0 !important;
  }

  .page-id-950 .entry-content .vc_separator.headingWhite h4:before {
    bottom: 0 !important;
  }

  .main-content.inner-page {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .page-id-438 .wpb_text_column.wpb_content_element.top-heading.faq-heading {
    margin-bottom: 15px;
  }

  .responsivemargintop25 {
    margin-top: 25px;
  }

  .mobilemediarow .vc_column_container {
    float: left !important;
  }

  .mobilemediarow .vc_column_container:first-child {
    width: calc(100% - 150px) !important;
  }

  .mobilemediarow.withvideo .vc_column_container:first-child {
    width: calc(100% - 269px) !important;
  }

  .mobilemediarow.withvideo .vc_column_container:nth-child(2) {
    width: auto;
  }

  .mobilemediarow.withvideo .vc_column_container:nth-child(3) {
    width: auto;
  }

  .mobilemediarow .vc_column_container:nth-child(4) {
    width: 70px !important;
  }

  .mobilemediarow .vc_column_container:last-child {
    width: auto !important;
  }

  .smallerelementonmobile .top-heading {
    min-height: 0 !important;
  }

  body div.hideonmobile.vc_empty_space,
  body .hideonmobile {
    display: none !important;
  }

  .desktopmenuitem {
    display: none;
  }

  .dropdown-menu {
    display: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }

  .lang-col {
    position: absolute;
    left: 0px;
    top: 86%;
  }

  #lang_sw {
    display: block !important;
    padding-left: 13px;
  }

  .site-header .dropdown-menu li a,
  .info-col a,
  #menu-top-page-link li.current-menu-item a,
  #menu-top-page-link li:hover a,
  #menu-top-page-link-fr li.current-menu-item a,
  #menu-top-page-link-fr li:hover a,
  #menu-top-page-link-it li.current-menu-item a,
  #menu-top-page-link-it li:hover a,
  #menu-top-page-link li.current-menu-item a,
  #menu-top-page-link li:hover a,
  #menu-top-page-link-fr li.current-menu-item a,
  #menu-top-page-link-fr li:hover a,
  #menu-top-page-link-it li.current-menu-item a,
  #menu-top-page-link-it li:hover a {
    font-size: 18px !important;
  }

  .site-header .dropdown-menu li.pdf-devider {
    font-size: 14px !important;
  }

  .col-sm-1.search-block {
    width: 100% !important;
    height: 50px;
  }

  .search-form > p {
    display: none;
  }

  .titlenexttoback.vc_column_container {
    width: calc(100% - 140px) !important;
    float: left !important;
  }

  .backbuttonrow.vc_column_container {
    width: 140px !important;
    float: left !important;
  }

  .search-block .dropdown {
    width: 100%;
  }

  .search-form input[type="search"] {
    width: 100%;
    float: left;
  }

  .search-form .search-submit {
    width: auto !important;
    float: left;
    background-color: transparent;
    border: none;
    position: absolute;
    margin-left: -30px;
    margin-top: 5px;
  }

  #show_form {
    display: none;
  }

  .mobilemenuitem {
    display: inline-block;
  }

  .lang-col {
    height: 150px;
  }

  .row.openClose {
    height: auto !important;
    padding-bottom: 30px;
  }

  .info-col.mobilemenuitem a {
    padding: 0 0 0 15px;
    background: url(includes/images/icon01.png) no-repeat 0 50%;
    text-transform: uppercase;
    line-height: 20px;
    font-family: "Adelle Sans W04 Bold1429959";
    color: #000000;
  }

  body .pdf-form .crb-radio Label {
    height: auto;
    display: block;
  }

  body .pdf-form .crb-radio label span {
    font-size: 15px;
  }

  body .checkbox-col [type="checkbox"]:not(:checked) + span,
  .checkbox-col [type="checkbox"]:checked + span {
    font-size: 14px;
    display: block;
  }

  body .checkbox-col .wpcf7-list-item {
    margin: 0 12px 8px 0;
  }

  body .questions-modal .modal-title {
    font-size: 16px;
    line-height: 18px;
    margin-top: 20px;
  }

  body .modal-body .quiz-heading {
    font-size: 16px;
    line-height: 18px;
  }

  body .modal-body .crb-radio {
    display: inline-block;
    margin-bottom: 10px;
    height: auto;
  }

  .page-template-Inner .fullPageTitleMobile {
    display: none !important;
  }

  body .modal-body .crb-radio [type="radio"]:not(:checked) + label,
  .modal-body .crb-radio [type="radio"]:checked + label {
    line-height: 18px;
    font-size: 14px;
  }

  body .modal-body {
    padding: 0px 40px;
  }

  body .checkbox-col [type="checkbox"]:not(:checked) + span:before,
  body .checkbox-col [type="checkbox"]:checked + span:before {
    width: 28px;
    height: 28px;
  }

  body .checkbox-col [type="checkbox"]:not(:checked) + span:after,
  body.checkbox-col [type="checkbox"]:checked + span:after,
  body.crb-radio [type="radio"]:not(:checked) + span:after,
  body.crb-radio [type="radio"]:checked + span:after,
  body.crb-radio [type="radio"]:not(:checked) + label:after,
  body.crb-radio [type="radio"]:checked + label:after {
    left: 0px;
    font-size: 20px;
  }

  body .checkbox-col [type="checkbox"]:not(:checked) + span:before,
  body .checkbox-col [type="checkbox"]:checked + span:before,
  body .crb-radio [type="radio"]:not(:checked) + span:before,
  body .crb-radio [type="radio"]:checked + span:before,
  body .crb-radio [type="radio"]:not(:checked) + label:before,
  body .crb-radio [type="radio"]:checked + label:before {
    margin-bottom: 0px;
  }

  Body .orderForm p {
    color: #fff;
  }

  body .mobile-logo {
    width: 100%;
  }

  .nomarginandpaddingmobile .wpb_raw_code {
    padding-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .page-id-1075 .vc_row-has-fill > .vc_column_container > .vc_column-inner,
  .page-id-1077 .vc_row-has-fill > .vc_column_container > .vc_column-inner {
    padding-top: 0px;
  }

  .page-id-1075 .vc_row,
  .page-id-1077 .vc_row {
    padding-bottom: 0px !important;
  }

  .page-id-1075 .vc_empty_space,
  .page-id-1077 .vc_empty_space {
    display: none !important;
  }

  .page-id-317 .top-sub-heading,
  .page-id-1026 .top-sub-heading,
  .page-id-1029 .top-sub-heading {
    padding-top: 30px !important;
  }

  .page-id-1018 .top-heading,
  .page-id-1020 .top-heading,
  .page-id-72 .top-heading,
  .page-id-1042 .top-heading,
  .page-id-1040 .top-heading,
  .page-id-438 .top-heading,
  .page-id-22 .top-heading,
  .page-id-1046 .top-heading,
  .page-id-1044 .top-heading,
  .page-id-24 .top-heading,
  .page-id-1064 .top-heading,
  .page-id-1048 .top-heading,
  .page-id-1067 .top-heading,
  .page-id-693 .top-heading,
  .page-id-1069 .top-heading,
  .page-id-1075 .top-heading,
  .page-id-1077 .top-heading,
  .page-id-60 .top-heading,
  .page-id-950 .top-heading,
  .page-id-956 .top-heading,
  .page-id-824 .top-heading,
  .page-id-1008 .top-heading,
  .page-id-1010 .top-heading {
    min-height: 0;
  }

  .page-id-1018 .vc_empty_space,
  .page-id-1020 .vc_empty_space,
  .page-id-72 .vc_empty_space,
  .page-id-1042 .vc_empty_space,
  .page-id-1040 .vc_empty_space,
  .page-id-438 .vc_empty_space,
  .page-id-22 .vc_empty_space,
  .page-id-1046 .vc_empty_space,
  .page-id-1044 .vc_empty_space,
  .page-id-24 .vc_empty_space,
  .page-id-1064 .vc_empty_space,
  .page-id-1048 .vc_empty_space,
  .page-id-1067 .vc_empty_space,
  .page-id-693 .vc_empty_space,
  .page-id-1069 .vc_empty_space,
  .page-id-1075 .vc_empty_space,
  .page-id-1077 .vc_empty_space,
  .page-id-60 .vc_empty_space,
  .page-id-950 .vc_empty_space,
  .page-id-956 .vc_empty_space,
  .page-id-824 .vc_empty_space,
  .page-id-1008 .vc_empty_space,
  .page-id-1010 .vc_empty_space {
    display: none !important;
  }

  .page-id-1018 .nav-spacer,
  .page-id-1020 .nav-spacer,
  .page-id-72 .nav-spacer,
  .page-id-1042 .nav-spacer,
  .page-id-1040 .nav-spacer,
  .page-id-438 .nav-spacer,
  .page-id-22 .nav-spacer,
  .page-id-1046 .nav-spacer,
  .page-id-1044 .nav-spacer,
  .page-id-24 .nav-spacer,
  .page-id-1064 .nav-spacer,
  .page-id-1048.nav-spacer,
  .page-id-1067 .nav-spacer,
  .page-id-693 .nav-spacer,
  .page-id-1069 .nav-spacer,
  .page-id-1075 .nav-spacer,
  .page-id-1077.nav-spacer,
  .page-id-60 .nav-spacer,
  .page-id-950 .nav-spacer,
  .page-id-956 .nav-spacer,
  .page-id-824 .nav-spacer,
  .page-id-1008 .nav-spacer,
  .page-id-1010 .nav-spacer {
    display: none !important;
  }

  .page-id-1048 .vc_row-has-fill > .vc_column_container > .vc_column-inner,
  .page-id-1069 .vc_row-has-fill > .vc_column_container > .vc_column-inner,
  .page-id-1067 .vc_row-has-fill > .vc_column_container > .vc_column-inner,
  .page-id-693 .vc_row-has-fill > .vc_column_container > .vc_column-inner {
    padding-top: 0 !important;
  }

  .entry-content .vc_custom_1470991496207 .vc_btn3-container.vc_btn3-inline {
    text-align: center;
    margin-bottom: 25px;
  }

  .page-id-1200 article,
  .page-id-1579 article,
  .page-id-1577 article {
    display: none !important;
  }

  .page-id-1200 .inner-page .container.top-sub-heading,
  .page-id-1579 .inner-page .container.top-sub-heading,
  .page-id-1577 .inner-page .container.top-sub-heading {
    padding-top: 50px;
  }

  .inner-page .entry-content .shop-page .vc_separator {
    margin: 0 -7.5px !important;
  }

  .page-id-317 .top-sub-heading {
    padding-top: 66px !important;
  }

  .page-id-317 .back-button {
    margin-top: -5px !important;
  }

  .page-id-317 .top-heading {
    margin-bottom: 33px !important;
  }

  .page-id-317 .vc_custom_1474969677968 {
    margin-bottom: 43px !important;
  }

  .page-id-317 .wpb_wrapper img {
    width: auto !important;
  }
}

.mobile-footer > a {
  max-width: 70%;
}

@media only screen and (max-width: 590px) {
  .pdf-form .form-group .col {
    width: 100% !important;
    float: none !important;
  }

  .pdf-form .form-group .col {
    padding-left: 0 !important;
    margin-top: 15px;
  }

  .check-box-row {
    padding-left: 0 !important;
  }

  .checkbox-col .wpcf7-list-item {
    float: none !important;
    margin: 0 !important;
  }

  .checkbox-col .wpcf7-list-item label {
    margin-bottom: 10px !important;
  }

  .pdf-form .form-group.add {
    padding-left: 0 !important;
  }

  .back-button2 {
    margin-top: 13px !important;
  }
}

@media only screen and (max-width: 370px) {
  .wpb_wrapper table th,
  .wpb_wrapper table td {
    padding: 0 0 10px !important;
  }
}

.page-id-438 .wpb_content_element.top-heading.faq-heading {
  min-height: 0px !important;
}

.page-id-1042 .wpb_content_element.top-heading.faq-heading {
  min-height: 0px !important;
}

.page-id-1040 .wpb_content_element.top-heading.faq-heading {
  min-height: 0px !important;
}

.page-id-1200 .wpcf7-form .text-holder {
  padding-left: 15px;
  padding-right: 15px;
}

.page-id-1579 .wpcf7-form .text-holder {
  padding-left: 15px;
  padding-right: 15px;
}

.page-id-1577 .wpcf7-form .text-holder {
  padding-left: 15px;
  padding-right: 15px;
}

.shop-page h3,
.page-id-1026 h3 {
  font-family: Adelle Sans W04 Regular1429975 !important;
}

.shop-page td,
.page-id-1026 td {
  font-weight: normal !important;
}

.page-id-55 .vc_general.vc_cta3.vc_cta3-color-classic.vc_cta3-style-flat {
  background: none !important;
}

.page-id-210 .vc_general.vc_cta3.vc_cta3-color-classic.vc_cta3-style-flat {
  background: none !important;
}

.page-id-208 .vc_general.vc_cta3.vc_cta3-color-classic.vc_cta3-style-flat {
  background: none !important;
}

.modal-body ul.social-menu {
  float: left;
  margin-top: -35px !important;
}

/****************
* Popup-Frontpage
****************/
#popup-content {
  padding: 1.5em;
  background: #fff;
  position: relative;
}

#popup-content .close-popup {
  float: right;
  position: relative;
  padding-right: 1.5em;
}

#popup-content .close-popup::after {
  content: "✖";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}

#popup-content .close-popup:hover {
  cursor: pointer;
}

#popup-content .title-popup {
  margin-bottom: 1.5em;
}

#popup-content .txt-holder,
#popup-content a.popup-next,
#popup-content .title-popup h3 {
  font-family: "Adelle Sans W04 Bold1429959";
  display: inline-block;
  background: #cd0067 url(../images/icon02.png) no-repeat 10px 50%;
  padding: 10px 12px 10px 20px;
  font-size: 26px;
  line-height: 30px;
  border: none;
  -webkit-box-shadow: 2px 2px 5px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px 3px rgba(0, 0, 0, 0.2);
  margin: 0;
}

#popup-content .title-white {
  color: #cd0067;
  background-color: #fff !important;
}

#popup-content .title-pink {
  color: #fff;
}

.featherlight-close {
  display: none !important;
}

.uppercase-popup {
  text-transform: uppercase;
}

.lowercase-popup {
  text-transform: lowercase;
}

.capitalize-popup {
  text-transform: capitalize;
}

#popup-content a.popup-next {
  color: #fff;
  margin-top: 1em;
}

#popup-content .txt-holder {
  opacity: 0;
  margin-left: 1em;
}

#popup-content .left-popup {
  float: left;
}

#popup-content .right-popup {
  float: right;
}

.featherlight-content {
  overflow-y: auto !important;
}

.popup-download {
  background: none !important;
  font-family: "Adelle Sans W04 Bold1429959";
  line-height: 20px;
  font-size: 26px;
  float: left;
  margin-top: 1.5em;
}

/* rk */
.ti_albums {
  margin-top: -60px;
}

.ti_galleryPage .entry-meta {
  display: none;
}

.ti_galleryPage .top-heading {
  margin-top: 80px;
  margin-bottom: 40px;
  font-family: "Adelle Sans W04 Bold1429959";
  color: #cc0066;
  font-size: 32px;
  line-height: 36px;
  min-height: 36px;
}

/* Slider */

.rev_slider {
  position: relative;
}

.rev_slider .hephaistos.tp-bullets {
  position: absolute;
  transform: none !important;
  margin-top: 15px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  transform: translateX(-50%) !important;
  width: 200px !important;
}

.hephaistos.tp-bullets .tp-bullet {
  width: 6px !important;
  height: 6px !important;
  border: none;
  background: #231f20;
  position: relative;
  margin: 0;
}

.hephaistos.tp-bullets .tp-bullet.selected {
  background: #ed125f;
}

.tparrows {
  opacity: 0 !important;
  transition: all 0.5s ease-in-out;
}

.rev_slider:hover .tparrows {
  opacity: 1 !important;
}

/* Main Content */
body.home .main-content {
  background: #f7f3f2;
}

.juicer-feed ul.j-filters .all,
.juicer-feed ul.j-filters .j-twitter,
.juicer-feed ul.j-filters .j-facebook,
.juicer-feed ul.j-filters .j-instagram,
.juicer-feed ul.j-filters .j-youtube {
  background: #fff !important;
  color: #231f20 !important;
  width: auto !important;
  margin-right: 6px !important;
  max-width: 200px !important;
}

.juicer-feed ul.j-filters .all {
  font-size: 24px !important;
}

.juicer-feed ul.j-filters .j-twitter,
.juicer-feed ul.j-filters .j-facebook,
.juicer-feed ul.j-filters .j-instagram,
.juicer-feed ul.j-filters .j-youtube {
  font-size: 0 !important;
}

.juicer-feed ul.j-filters li.all:before {
  display: none;
}

.juicer-feed ul.j-filters li:before {
  font-size: 24px !important;
}

.juicer-feed .j-meta .j-twitter,
.juicer-feed .j-meta .j-facebook,
.juicer-feed .j-meta .j-instagram,
.juicer-feed .j-meta .j-youtube {
  background: transparent !important;
}

.juicer-feed ul.j-filters li:hover:after,
.juicer-feed ul.j-filters li.selected:after,
.juicer-feed ul.j-filters li.highlight:after {
  background: #ed125f !important;
}

.juicer-feed.white li.feed-item,
.juicer-feed.user li.feed-item,
.juicer-feed.juicer-widget li.feed-item,
.juicer-feed.colors li.feed-item,
.juicer-feed.gray li.feed-item,
.juicer-feed.modern li.feed-item,
.juicer-feed.polaroid li.feed-item {
  border: none !important;
}

.j-text {
  background: #fff !important;
}

/* Sidebar */

.vc_cta3-container {
  margin-bottom: 10px !important;
}

.vc_general.vc_cta3.vc_cta3-color-classic.vc_cta3-style-flat {
  background: #fff !important;
  color: #231f20 !important;
  font-weight: bold !important;
  font-size: 26px !important;
}

.entry-content .vc_general.vc_cta3 h2 {
  color: #231f20 !important;
}

.vc_cta3-content-header {
  padding: 0 !important;
}

.vc_general.vc_cta3.vc_cta3-align-center .vc_cta3-content {
  text-align: left !important;
}

.vc_general.vc_cta3.vc_cta3-color-classic.vc_cta3-style-flat {
  font-size: 0 !important;
}

.entry-content .vc_cta3-actions .vc_general.vc_btn3 {
  padding: 1em !important;
  font-size: 2.5rem;
  line-height: 120%;
  line-height: 120%;
  color: #231f20 !important;
  background: #fff !important;
}

#main-menu {
  /*display: flex;
    flex-flow: row wrap;
    justify-content: space-between;*/
}

#main-menu li {
  width: 100%;
  margin: 0;
  position: relative;
  border-bottom: 2px solid #231f20;
  margin-bottom: 1em;
  padding-bottom: 1em;
}

@media (min-width: 1000px) {
  #main-menu li {
    width: 33.33%;
    border-bottom: 0;
    margin-bottom: 0;
  }
}

#main-menu li:after {
  content: "";
  width: 3px;
  height: 100%;
  right: -2px;
  top: 0;
  display: none;
  position: absolute;
  background: #231f20;
}

@media (min-width: 1000px) {
  #main-menu li::after {
    display: block;
  }
}

#main-menu li:nth-child(3)::after {
  display: none;
}

#main-menu li a {
  /* 			padding: 0; */
  background: #fff;
  box-shadow: none;
  border: 0;
  color: #231f20;
  text-transform: none;
  font-size: 2rem !important;
  line-height: 120%;
}

@media (min-width: 1000px) {
  #main-menu li a {
    font-size: 2.5rem !important;
  }
}

@media (min-width: 1200px) {
  #main-menu li a {
    font-size: 3rem !important;
  }
}

#main-menu li:nth-child(3) a {
  background: #cb0766;
  font-size: 2rem !important;
  color: #fff;
  display: block;
  padding: 1em 1em 1em 3.5em !important;
}

#main-menu li:nth-child(3) ul.sub-menu {
  position: relative;
  display: block !important;
  padding-bottom: 0;
  margin-top: 10px;
  top: 0 !important;
}

#main-menu li:nth-child(3) ul.sub-menu li {
  width: 100%;
  padding-bottom: 0;
}

#main-menu li:nth-child(3) ul.sub-menu li:after {
  background: transparent !important;
}

#main-menu li:nth-child(3) a::before {
  content: "";
  position: absolute;
  width: 2em;
  height: 2em;
  top: 50%;
  left: 0.75em;
  transform: translateY(-50%);
  display: block;
  background: url(includes/images/spendenkarte-arrow.svg) no-repeat center
    center;
}

.nav.navbar-nav#main-menu:before,
.nav.navbar-nav#main-menu:after,
.nav.navbar-nav#main-menu::before,
.nav.navbar-nav#main-menu::after {
  display: none !important;
  position: absolute;
}

@media (max-width: 999px) {
  #gototop {
    display: none !important;
  }
}

#footer-main-menu li a {
  background: none;
  color: #231f20;
  text-transform: none;
  box-shadow: none;
  font-size: 2rem !important;
}

#footer-main-menu li {
  position: relative;
  width: 100%;
  border-bottom: 2px solid #231f20;
  margin-bottom: 1em;
  padding-bottom: 1em;
}

@media (min-width: 600px) {
  #footer-main-menu li {
    width: 33.33%;
    border-bottom: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 1000px) {
  #footer-main-menu li a {
    font-size: 3rem !important;
  }
}

@media (min-width: 600px) {
  #footer-main-menu li::after {
    content: "";
    width: 3px;
    height: 100%;
    right: -2px;
    top: 0;
    display: block;
    position: absolute;
    background: #231f20;
  }

  #footer-main-menu li:nth-child(3)::after {
    display: none;
  }
}

.navigation #main-menu {
  display: block !important;
}

@media (min-width: 1000px) {
  .navigation #main-menu {
    display: flex !important;
  }
}

@media (max-width: 420px) {
  .juicer-feed ul.j-filters li.all.j-social-icon {
    font-size: 0 !important;
  }

  .juicer-feed ul.j-filters li.all.j-social-icon::before {
    content: "Alle";
    display: block;
    font-size: 24px;
    font-weight: bold;
  }
}

.fullwidth .container.gallery {
  position: relative;
}

.slider-mobile-cta {
  display: none;
}

@media (max-width: 768px) {
  #main-menu li:nth-child(3) > a {
    // display: none;
  }

  .slider-mobile-cta {
    display: block;
  }

  .slider-mobile-cta .inner {
    position: relative;
    margin: 0;
  }

  .slider-mobile-cta .inner a::before {
    content: "";
    position: absolute;
    width: 2em;
    height: 2em;
    top: 50%;
    left: 0.75em;
    transform: translateY(-50%);
    display: block;
    background: url(includes/images/spendenkarte-arrow.svg) no-repeat center
      center;
  }

  .slider-mobile-cta a {
    background: #cb0766;
    font-size: 2rem !important;
    color: #fff;
    display: block;
    padding: 1em 1em 1em 3.5em !important;
  }
}

﻿.vc_cta3.vc_general .vc_cta3-actions {
  white-space: normal;
}

div#rev_slider_1_1_wrapper {
  background-color: transparent !important;
}

.yt-container {
  background: white;
  padding-bottom: 20px;
}

.yt-container h2 {
  font-family: "Adelle Sans W04 Bold1429959";
  font-weight: 700;
  margin-bottom: 20px;
}

.yt-videos {
  background: white;
  padding-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  
}

.yt-video {
  width: 100%;
  flex: 0 0 50%;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.yt-video h3 {
  font-family: "Adelle Sans W04 Bold1429959";
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 10px;
}

.yt-video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.yt-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtube-embed {
  margin: 20px 0;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  overflow: hidden;
}

@media (min-width: 800px) {
  .yt-video {
    width: 50%;
  }
  .yt-video1 {
    padding-right: 25px;
  }

  .yt-video2 {
    padding-left: 25px;
  }
}

.youtube-embed > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 90vh;
}

.cookie-consent {
  display: none;
  font-size: 16px;
  padding: 25px;
  position: fixed;
  z-index: 1000;
  color: #b0b2b2;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: black;
}

.cookie-consent.active {
  display: block;
}

.cookie-consent .inner {
  display: flex;
  flex-direction: column;
}

.cookie-text {
  font-size: 1em;
}

.cookie-button {
  padding: 5px 0;
  margin-top: 20px;
  text-align: center;
  font-weight: bold;
}

.cookie-button a {
  color: #b0b2b2;
  font-size: 1.1em;
  cursor: pointer;
  border: 1px solid #b0b2b2;
  padding: 0.5em 1em;
}

@media (min-width: 800px) {
  .cookie-consent {
    font-size: 16px;
  }

  .cookie-consent .inner {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .cookie-text {
  }

  .cookie-button {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 0;

    flex: 0 0 20%;
  }
}

.ct-slider {
  padding: 0;
  margin: 0;
  list-style: none;
}

.tns-nav {
  display: none;
}

.tns-outer button {
  display: none;
}

.ct-slider-container {
  position: relative;
}

.ct-slider-next,
.ct-slider-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 20px;
  height: auto;
  cursor: pointer;
}

.ct-slider-next {
  right: 6%;
}

.ct-slider-prev {
  left: 6%;
}

@media only screen and (min-width: 1200px) {
  .ct-slider-next,
  .ct-slider-prev {
    width: 40px;
  }

  .ct-slider-next {
    right: 3%;
  }

  .ct-slider-prev {
    left: 3%;
  }
}
