@charset "UTF-8";
/*
Theme Name: DBB Jugend
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: giftGRÜN Digitalagentur GmbH
Author URI: http://giftgruen.com
Template: salient
Text Domain:  dbbjugend
Version: 0.1
*/
.hidden {
  display: none !important;
}

.button-fullwidth {
  width: 100%;
  text-align: center;
}

.button-grey {
  background-color: #575756;
  color: #FFF;
}

.button-primary {
  background-color: #C2006B;
  color: #FFF !important;
}

.button-primary-dark {
  background-color: #a9005d;
  color: #FFF !important;
}

.text-white {
  color: #FFF;
}

@media only screen and (max-width: 690px) {
  /* Blog-Page H2 Custom CSS */
  .blog-classic-wrapper .post-content.classic h2.title {
    font-size: 26px;
    line-height: 36px;
  }
  /* Blog-Detail H1 Custom CSS */
  .single-post .post-content h1.entry-title {
    font-size: 26px;
    line-height: 36px;
  }
  .wpb_wrapper h2.vc_custom_heading.start-headline {
    font-size: 40px !important;
    line-height: 60px !important;
  }
}

.spacer {
  display: block;
  width: 100%;
  clear: both;
}

.spacer--60 {
  height: 60px;
}

.footer-meta__menu li {
  margin-left: 0 !important;
}

.footer-meta__menu li:last-child a:after {
  content: none;
  display: none;
}

.footer-meta__menu li a {
  color: #C5C5C5 !important;
  text-decoration: underline;
  font-size: 1em;
}

.footer-meta__menu li a:hover {
  color: #6F6F6E !important;
  text-decoration: none;
}

.footer-meta__menu li a:after {
  content: '|';
  margin: 0 .5em;
}

#footer-widgets .col.span_3:first-of-type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

#footer-widgets .col.span_3:first-of-type .widget.widget_media_image:first-of-type {
  position: absolute;
  top: 0;
}

#footer-widgets .col.span_3:first-of-type .col_last {
  margin-top: 100px;
  margin-bottom: 40px;
}

#footer-widgets .col.span_3:first-of-type #media_image-4 img {
  max-width: 80% !important;
}

#footer-outer[data-using-bg-img="true"]:after {
  opacity: 0 !important;
  display: none;
}

#footer-outer[data-using-bg-img="true"] {
  background-repeat: no-repeat;
  -webkit-background-size: 15% auto;
          background-size: 15% auto;
  background-position: bottom right;
}

.download-link {
  display: block;
  width: 100%;
  padding: 0 3.125em 0 1em;
  font-size: 1.25em;
  position: relative;
  background-color: #F3F3F3;
  -webkit-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  line-height: 50px;
}

@media only screen and (max-width: 575px) {
  .download-link {
    line-height: normal;
    padding: 1em 3.125em 1em 1em;
  }
}

.download-link:hover {
  background-color: #e6e6e6;
  color: #C2006B;
}

.download-link:hover:after {
  background-color: #a9005d;
}

#footer-outer .social li {
  display: inline-block;
  width: auto;
  float: left;
  padding: 0 !important;
  margin-right: .5em;
  margin-top: .5em;
}

#footer-outer .social li:last-child {
  margin-right: 0;
}

#footer-outer .social li a {
  border: 1px solid #C5C5C5;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  padding: 0;
  line-height: 40px;
  vertical-align: middle;
  text-align: center;
}

.blog-classic-wrapper .post-content.classic h2.title,
.blog-start-wrapper .post-content h3.title,
.single-post .post-content h1.entry-title {
  font-weight: 700;
}

.custom-posts .posts-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.custom-posts .posts-container .meta-category ul {
  margin: 0;
}

.custom-posts .posts-container .meta-category ul li {
  list-style: none;
}

/* Custom Post CSS Postpage */
.single-post .container.main-content .row:first-of-type {
  padding-bottom: 0;
}

.single-post .container-wrap.no-sidebar {
  padding-bottom: 0;
}

.single-post .post .content-inner:first-of-type {
  padding-bottom: 0;
}

body.single-post .content-inner > .post-tags {
  margin-bottom: 60px;
}

/* Hover-Effect on Custompost-Image */
.custom-posts .posts-container article .inner-wrap:hover .post-featured-img img {
  -webkit-transform: scale(1.07);
      -ms-transform: scale(1.07);
       -o-transform: scale(1.07);
          transform: scale(1.07);
  -webkit-transition: all 0.7s cubic-bezier(0.2, 1, 0.22, 1);
  -o-transition: all 0.7s cubic-bezier(0.2, 1, 0.22, 1);
  transition: all 0.7s cubic-bezier(0.2, 1, 0.22, 1);
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.7s;
       -o-transition-duration: 0.7s;
          transition-duration: 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
       -o-transition-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

@media only screen and (min-width: 691px) and (max-width: 999px) {
  .custom-posts .posts-container article.masonry-blog-item {
    margin-bottom: 2rem;
  }
}

@media only screen and (max-width: 690px) {
  .nectar_team_member_overlay .team_member_details {
    padding: 10% 10%;
    padding-top: -webkit-calc( 10% + 84px);
    padding-top: calc( 10% + 84px);
  }
}

.nectar_team_member_overlay .team_member_details {
  padding: 10%;
}

.nectar-fancy-ul[data-list-icon="dot"] ul li:before {
  color: #c2006b;
}

.nectar-icon-list-item .list-icon-holder {
  color: #c2006b;
}

/* Testimonialslider: Bilder vergrößert */
.testimonial_slider[data-style="multiple_visible"] .image-icon {
  width: 100px;
  height: 100px;
}

/* Beiträge: Share Button Pinterest ausblenden */
a.pinterest-share.nectar-sharing {
  display: none !important;
}

/* Blogedetail */
.single .heading-title[data-header-style="default_minimal"] .meta-category a {
  border: none;
  color: #c2006b;
}

.single .heading-title[data-header-style="default_minimal"] .meta-category a {
  text-transform: none !important;
}

@media only screen and (max-width: 690px) {
  .nectar_team_member_overlay .team_member_details {
    padding: 30% 10% !important;
  }
}

@media only screen and (max-width: 690px) {
  .col h2, h2, .single-product div.product h1.product_title, .woocommerce-account .woocommerce > #customer_login .nectar-form-controls .control, .nectar_single_testimonial[data-style="bold"] p {
    font-size: 22px !important;
    line-height: 28px !important;
  }
}

body #ajax-content-wrap #error-404 h2 {
  font-size: 54px;
  line-height: 64px;
}

/* CSS QM von FAD vom 06.07.2022 */
@media screen and (max-width: 575px) {
  .testimonial_slider .flickity-slider blockquote p {
    font-size: 18px;
    line-height: 24px;
  }
}

@media screen and (min-width: 689px) and (max-width: 999px) {
  .nectar_team_member_overlay .team_member_details {
    width: 65%;
  }
}

@media screen and (min-width: 1000px) {
  .nectar_team_member_overlay .team_member_details {
    width: 50%;
  }
}

.post-content .img-with-aniamtion-wrap {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.post-seminar h1.entry-title {
  font-weight: 700;
}

@media screen and (max-width: 690px) {
  .post-seminar h1.entry-title {
    font-size: 26px;
    line-height: 36px;
  }
}

.tparrows {
  background: rgba(194, 0, 107, 0.3) !important;
  -webkit-transition: all ease-in-out .3s !important;
  -o-transition: all ease-in-out .3s !important;
  transition: all ease-in-out .3s !important;
}

@media (hover: hover) and (pointer: fine) {
  .tparrows:hover {
    background: #c2006b !important;
  }
}

rs-arrow.tp-leftarrow.tparrows.uranus,
rs-arrow.tp-rightarrow.tparrows.uranus {
  width: 50px;
  height: 50px;
}

/* Fix Twitter Logo Footer */
#footer-outer #footer-widgets .col ul li:first-child {
  padding-top: 4px !important;
}

.post-teaser-content .post-teaser-excerpt {
  height: auto;
}

.post-teaser-content .post-teaser-excerpt p {
  overflow: hidden;
  height: inherit;
}

#footer-outer #copyright a:hover:not(.nectar-button),
#footer-outer #copyright a:active:not(.nectar-button),
#footer-outer #copyright a:focus:not(.nectar-button) {
  color: #c2006b !important;
  text-decoration: underline;
}

.post-teaser-content .post-header {
  height: auto;
}

@media print {
  .single-seminare .grecaptcha-badge,
  .single-seminare #BorlabsCookieBoxWidget {
    display: none !important;
  }
}

.single-post .wpb_row.vc_row-fluid.vc_row.full-width-section {
  display: none;
}

.single-post .wpb_row.vc_row-fluid.vc_row.full-width-section.custom-posts {
  display: block !important;
}

.presse-content {
  color: #676767;
}

.posts-container {
  -webkit-box-pack: stretch !important;
  -webkit-justify-content: stretch !important;
      -ms-flex-pack: stretch !important;
          justify-content: stretch !important;
}

.posts-container .masonry-blog-item {
  -webkit-box-shadow: 0 30px 90px rgba(0, 0, 0, 0.14);
          box-shadow: 0 30px 90px rgba(0, 0, 0, 0.14);
}

.posts-container .masonry-blog-item .excerpt {
  margin-bottom: 60px !important;
}

.posts-container .masonry-blog-item .grav-wrap {
  position: absolute !important;
  margin-bottom: 30px;
  bottom: 0 !important;
}

.posts-container .masonry-blog-item > * {
  height: 100% !important;
}

.posts-container .masonry-blog-item .inner-wrap {
  height: 100% !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: #fff !important;
}

.posts-container .masonry-blog-item .post-content, .posts-container .masonry-blog-item .content-inner,
.posts-container .masonry-blog-item .article-content-wrap {
  height: 100% !important;
}

.kreisgruppen-social-icons-container .p1 a {
  -webkit-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.kreisgruppen-social-icons-container .p1 a:hover {
  opacity: .65;
}

.cr_button {
  height: 60px !important;
}

.seminare-wrapper .lds-ring,
.blog-wrapper .lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  left: -webkit-calc(100%);
  left: calc(100%);
  margin: 0 auto;
}

.seminare-wrapper .lds-ring div,
.blog-wrapper .lds-ring div {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 4px solid #C2006B;
  border-radius: 50%;
  -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
       -o-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #C2006B transparent transparent transparent;
}

.seminare-wrapper .lds-ring div:nth-child(1),
.blog-wrapper .lds-ring div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
       -o-animation-delay: -0.45s;
          animation-delay: -0.45s;
}

.seminare-wrapper .lds-ring div:nth-child(2),
.blog-wrapper .lds-ring div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
       -o-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.seminare-wrapper .lds-ring div:nth-child(3),
.blog-wrapper .lds-ring div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
       -o-animation-delay: -0.15s;
          animation-delay: -0.15s;
}

@-webkit-keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-o-keyframes lds-ring {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.seminar__banner {
  position: absolute;
  z-index: 20;
  width: auto;
  display: inline-block;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-15deg);
      -ms-transform: translate(-50%, -50%) rotate(-15deg);
       -o-transform: translate(-50%, -50%) rotate(-15deg);
          transform: translate(-50%, -50%) rotate(-15deg);
  padding: .5em .75em;
  background-color: #C2006B;
  color: #FFF;
  font-size: 1.375em;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.seminar__banner:after {
  content: '';
  display: table;
  clear: both;
}

.seminar__banner span {
  display: block;
  float: left;
  line-height: normal;
  font-size: 1.25rem;
}

.seminar__banner img {
  margin-bottom: 0 !important;
  margin-right: .5em;
  display: inline-block;
  vertical-align: middle;
  float: left;
}

.seminar__date, .seminar__place {
  font-size: 1.25em;
}

.seminar__title {
  margin: .5em 0 1em 0;
}

.seminar__title a {
  color: #C2006B;
}

.seminar__title a:hover {
  color: #a9005d;
}

.seminar:after {
  content: '';
  display: table;
  clear: both;
}

.seminar hr {
  border: 0;
  height: 2px;
  background: #C5C5C5;
}

.seminar__tags {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
}

.seminar__tags:after {
  content: '';
  display: table;
  clear: both;
}

.seminar__tag {
  list-style: none;
  float: left;
  margin: .5em .5em 0 0;
}

.seminar__tag:first-child {
  margin-left: 0;
}

.seminar__tag-link {
  display: inline-block;
  font-size: 14px;
  border-radius: 0px;
  padding: 5px 10px !important;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 1, 0.2, 1);
  -o-transition: all 0.4s cubic-bezier(0.25, 1, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.25, 1, 0.2, 1);
  background-color: #F3F3F3;
  color: #6F6F6E !important;
  cursor: pointer;
  float: left;
  line-height: 22px !important;
  position: relative;
  text-transform: capitalize;
}

.seminar__tag-link:hover, .seminar__tag-link:focus {
  background-color: #575756;
  color: #FFF !important;
}

.seminar__cats {
  list-style: none;
}

.seminar__cat {
  display: inline-block;
  width: 100%;
  float: none;
  margin: 0;
}

.seminar__cat-link {
  display: inline-block;
  cursor: pointer;
}

.teaser-seminar {
  display: block;
  float: left;
  width: 100%;
  height: auto;
  padding: 1em 2em;
  margin-bottom: 2em;
  -webkit-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  -webkit-animation: fadeIn .7s ease forwards;
       -o-animation: fadeIn .7s ease forwards;
          animation: fadeIn .7s ease forwards;
}

.teaser-seminar:hover {
  -webkit-box-shadow: 0px 30px 90px rgba(0, 0, 0, 0.14) !important;
          box-shadow: 0px 30px 90px rgba(0, 0, 0, 0.14) !important;
  border-radius: 5px;
  overflow: hidden;
}

.teaser-seminar--cancelled, .teaser-seminar--expired {
  position: relative;
  cursor: not-allowed;
}

.teaser-seminar--cancelled:after, .teaser-seminar--expired:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.75);
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#sidebar .widget li.seminar__tag:first-child {
  padding-top: 4px !important;
}

.material .widget li.seminar__tag a, .material #sidebar .widget li.seminar__tag a {
  padding: 5px 10px !important;
}

.material .widget li.seminar__tag a:hover, .material .widget li.seminar__tag a:focus, .material #sidebar .widget li.seminar__tag a:hover, .material #sidebar .widget li.seminar__tag a:focus {
  color: #FFF !important;
}

.sidebar-title {
  margin-bottom: 10px;
  color: #C5C5C5;
  font-family: 'Source Sans Pro';
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 2px;
  line-height: 22px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

/* Sidebar Seminare "Alle Seminare"-Link */
#sidebar #text-12.widget.widget_text .textwidget p {
  margin: 0;
  padding: 4px 0;
  line-height: 27px;
}

#sidebar #text-12.widget.widget_text .textwidget p a {
  color: #676767;
  font-size: 17px;
}

#sidebar #text-12.widget.widget_text .textwidget p a:hover {
  color: #C2006B;
}

#sidebar #text-12.widget.widget_text .sidebar-title {
  letter-spacing: 0;
}

#sidebar #text-12.widget.widget_text .textwidget .widget.widget_categories h4 {
  display: none;
}

@media screen and (max-width: 575px) {
  .teaser-seminar {
    -webkit-box-shadow: 0px 30px 90px rgba(0, 0, 0, 0.14) !important;
            box-shadow: 0px 30px 90px rgba(0, 0, 0, 0.14) !important;
    border-radius: 5px;
    overflow: hidden;
  }
}

.single-seminare .entry-title {
  font-size: 2.25em;
  color: #C2006B;
}

.post-seminar__date, .post-seminar__place {
  font-size: 1.25em;
  font-weight: 600;
}

.post-seminar__content {
  margin: 2.5em 0;
}

.post-seminar__number {
  font-size: 1.25em;
}

.post-seminar__sidebar {
  padding: 2em;
  background-color: #F3F3F3;
}

.post-seminar__sidebar *:not(.nectar-button) {
  color: #575756;
  font-size: 1.25rem;
}

.post-seminar__sidebar hr {
  border: 0;
  height: 2px;
  background: #C5C5C5;
}

.post-seminar hr {
  border: 0;
  height: 2px;
  background: #C5C5C5;
}

.post-seminar__download-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0 3.125em 0 1em;
  font-size: 1.25em;
  position: relative;
  background-color: #F3F3F3;
  -webkit-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  line-height: 50px;
}

@media only screen and (max-width: 575px) {
  .post-seminar__download-link {
    line-height: normal;
    padding: 1em 3.125em 1em 1em;
  }
}

.post-seminar__download-link:hover {
  background-color: #e6e6e6;
  color: #C2006B;
}

.post-seminar__download-link:hover:after {
  background-color: #a9005d;
}

.post-seminar__download-link:after {
  content: '';
  height: 100%;
  width: 50px;
  background-color: #C2006B;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url("dist/img/icon-download.png");
  background-image: url("dist/img/icon-download.svg");
  -webkit-background-size: 50% auto;
          background-size: 50% auto;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

.post-seminar__download-image {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  margin-bottom: 0 !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.post-seminar__download-image-container {
  width: 15%;
  height: 150px;
  position: relative;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: -1em;
  margin-right: 1em;
}

@media screen and (max-width: 999px) {
  .post-seminar__download-image-container {
    width: 50%;
  }
}

@media screen and (max-width: 575px) {
  .post-seminar__download-image-container {
    width: 100%;
    margin-top: -1em;
    margin-bottom: -1em;
  }
}

.post-seminar__referent {
  margin: 2em 0;
}

.post-seminar__referent-img img {
  overflow: hidden;
  border-radius: 50%;
  width: 100%;
  height: auto;
}

.post-seminar__referent-info {
  padding-top: 1.8em;
}

.post-seminar__referent-info-name, .post-seminar__referent-info-job {
  font-size: 1.25rem;
}

.post-seminar__referent-info-name, .post-seminar__referent-info-job, .post-seminar__referent-info-desc {
  display: inline-block;
  width: 100%;
}

.post-seminar__referent-info-desc {
  margin-top: 1.5em;
  font-weight: normal;
}

.text-right {
  text-align: right;
}

.post-seminar__referent-info span {
  -webkit-hyphens: auto;
     -moz-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  word-wrap: break-word;
}

.post-seminar__sidebar-placename {
  display: inline-block;
  padding-bottom: 0;
}

.post-seminar__date, .post-seminar__place, .post-seminar__placename {
  font-size: 1.25em;
  font-weight: 600;
}

.post-seminar__sidebar .kosten-wrapper .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 0;
}

.post-seminar__sidebar .kosten-wrapper hr {
  margin: 24px 0;
}

.post-seminar__sidebar .kosten-wrapper:last-of-type hr {
  display: none;
}

.post-seminar__sidebar .kosten-wrapper:last-of-type .row {
  padding-bottom: 24px;
}

@media only screen and (max-width: 992px) {
  /* Seminarseite Sidebar */
  .post-seminar__sidebar .col {
    margin-bottom: 0;
  }
  .post-seminar__sidebar .row .kosten-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .post-seminar__sidebar .row .kosten-wrapper .col.span_8 {
    width: 66.0%;
  }
  .post-seminar__sidebar .row .kosten-wrapper .col.span_4 {
    width: 33.0%;
  }
}

.load-more-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.csheadingpress {
  font-size: 33px !important;
}

/*
.prsection img {
	min-width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 0;
}

.prsection p {
	margin-bottom: 0;
	padding-bottom: 0;
}

.cspar {
  font-size: 20px;
	margin-bottom: 7px!important;
}
*/
.acatw-term-list .acatw-list-item {
  margin-bottom: 0 !important;
}

.acatw-term-list li {
  padding: 4px 4px 0 4px !important;
}

.acatw-term-list li a {
  font-family: Source Sans Pro !important;
  font-size: 17px;
}

.seminar__tag-link {
  color: #C2006B !important;
}

.seminar__tag-link:hover {
  color: #fff !important;
  background: #C2006B !important;
}

#footer-widgets .widget_text p {
  font-size: 17px;
  font-family: Source Sans Pro;
  font-weight: 400;
}

#footer-widgets .widget_archive a {
  font-size: 17px;
  font-family: Source Sans Pro;
  font-weight: 400 !important;
}

#copyright .col.span_6 {
  padding-right: 2.5%;
}

@media only screen and (min-width: 1000px) {
  .mediathek-post-area .masonry-blog-item {
    width: -webkit-calc(50% - 30px) !important;
    width: calc(50% - 30px) !important;
  }
}

.post-mediathek {
  /*margin-top: $margin-v;*/
  margin-bottom: 12px;
  -webkit-box-shadow: 0 30px 90px rgba(0, 0, 0, 0.14);
          box-shadow: 0 30px 90px rgba(0, 0, 0, 0.14);
}

.post-mediathek:hover .img-wrapper img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
   -o-transform: scale(1.1);
      transform: scale(1.1);
  min-width: 100%;
  border-radius: 5px 5px 0 0;
}

.post-mediathek .post .type-post {
  overflow: hidden;
  width: auto;
  height: auto;
  position: relative;
  border-radius: 5px;
}

.featured .img-wrapper {
  display: block;
  height: 240px;
  width: 100%;
  background: silver;
  overflow: hidden;
  position: relative;
  border-radius: 5px 5px 0 0;
}

.featured .img-wrapper img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px 5px 0 0;
}

.p {
  padding: 10px 30px 30px 30px !important;
}

.textwidget a {
  color: #fff;
}

.textwidget p {
  line-height: 27px;
  font-size: 21px;
  margin-bottom: 7px;
}

/* Alignment & Positioning of Blogposts + Sidebar */
.col.span_4.post-mediathek {
  width: 47.2%;
  border-radius: 0 0 5px 5px;
}

.row.post-area {
  margin-right: 4%;
  padding-right: 0;
}

.vc_col-sm-9 {
  width: 68.5%;
  margin-right: 4%;
}

.img-wrapper img {
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  min-width: 100%;
  border-radius: 5px 5px 0 0;
}

.prsection {
  padding-top: 10%;
  margin-top: 120px;
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 10%;
  margin-bottom: 120px;
  background: #C2006B;
  color: #fff;
  border-radius: 5px;
}

.prsection img {
  min-width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-bottom: 0;
}

.prsection p {
  margin-bottom: 0;
  padding-bottom: 0;
}

.csheadingpress {
  font-size: 33px !important;
}

.cspar {
  margin-bottom: 7px !important;
  font-size: 20px !important;
}

.footer-newsletter {
  padding: 2.5em 0;
  text-align: center;
  background-color: #C2006B;
  color: #FFF;
}

.footer-newsletter p {
  font-size: 1.25em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cookie-notice-container #cn-accept-cookie {
  color: #fff;
  background: #757576;
  padding: 7px;
}

.cookie-notice-container #cn-accept-cookie:hover {
  color: #fff;
  background: #55454B;
  padding: 7px;
}

.cookie-notice-container #cn-more-info {
  color: #fff;
  background: #980053;
  padding: 7px;
}

.cookie-notice-container #cn-more-info:hover {
  color: #fff;
  background: #8C004C;
  padding: 7px;
}

.wpcf7-list-item-label {
  color: #575756 !important;
}

.wpcf7-list-item.first {
  margin-left: 0 !important;
}

.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
  margin: 0 !important;
}

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

form.wpcf7-form .row .vc_col-sm-6:first-of-type,
form.wpcf7-form .row .vc_col-sm-8:first-of-type,
form.wpcf7-form .row .vc_col-sm-4:first-of-type {
  padding-right: 12px;
}

form.wpcf7-form .row .vc_col-sm-6:last-of-type,
form.wpcf7-form .row .vc_col-sm-4:last-of-type,
form.wpcf7-form .row .vc_col-sm-8:last-of-type {
  padding-left: 12px;
}

form.wpcf7-form .row .vc_col-sm-6:only-of-type {
  padding: 0;
}

/* Chrome, Safari, Edge, Opera */
form.wpcf7-form input::-webkit-outer-spin-button,
form.wpcf7-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
form.wpcf7-form input[type=number] {
  -moz-appearance: textfield;
}

@media screen and (max-width: 992px) {
  form.wpcf7-form .row {
    display: block;
  }
  form.wpcf7-form .row > * {
    width: 100%;
  }
  form.wpcf7-form .row:not(first-of-type) > * {
    padding-top: 24px;
  }
  form.wpcf7-form .row .vc_col-sm-8,
  form.wpcf7-form .row .vc_col-sm-6,
  form.wpcf7-form .row .vc_col-sm-4 {
    padding: 0 !important;
  }
}

.wpcf7-form .wpcf7-form-control-wrap .wpcf7-date {
  text-transform: uppercase;
}

.wpcf7-form .wpcf7-form-control-wrap input.wpcf7-number {
  color: #555;
  padding: 10px;
  width: 100%;
  font-size: 14px;
  font-family: inherit;
  border: 2px solid rgba(0, 0, 0, 0);
  line-height: 24px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.04);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.wpcf7-form .wpcf7-form-control-wrap.plz input.wpcf7-number:focus,
.wpcf7-form .wpcf7-form-control-wrap.plz input.wpcf7-number:active {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.11);
  border-color: #C2006B;
}

.uranus {
  background: none;
}

.uranus:hover {
  background: none;
}

.single-post .nectar-social {
  bottom: 100px;
  right: 10px;
}

.post-header.featured h3 {
  color: #C2006B !important;
}

.post .type-post h3 {
  color: #C2006B !important;
}

.masonry-blog-item h3.title {
  color: #C2006B !important;
}

.single-post .post-featured-img {
  display: block;
}

.single-post .post-featured-img img {
  margin-bottom: 0 !important;
}

.single-post .blog-recent.related-posts .post .meta-category a {
  color: #b2006d;
}

.single-post .blog-recent.related-posts .post .article-content-wrap .title {
  text-transform: none;
  color: #b2006d;
  font-weight: bold;
  margin-bottom: 16px;
  line-height: 32px;
}

.single-post .blog-recent.related-posts .post .article-content-wrap .excerpt,
.single-post .blog-recent.related-posts .post .article-content-wrap .grav-wrap .text {
  color: #000;
}

@media screen and (min-width: 992px) {
  #ajax-posts {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1.5em;
  }
}

.post-teaser {
  background: white;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0px 30px 90px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 30px 90px rgba(0, 0, 0, 0.14);
  margin-bottom: 1.5em;
  /* Instagram-Kachel */
}

@media screen and (min-width: 992px) {
  .post-teaser {
    width: 100%;
  }
}

.post-teaser-date {
  position: absolute;
  bottom: 0;
  padding-bottom: 20px;
}

.post-teaser:nth-child(3n+3) {
  margin-right: 0;
}

.post-teaser-content {
  padding: 10px 30px 20px 30px;
}

.post-teaser-content .post-teaser-excerpt {
  margin-bottom: 30px;
}

.post-teaser-content .post-teaser-date {
  font-size: 13px;
}

.post-teaser .post-header {
  margin-top: 10px;
}

.post-teaser .post-header .title {
  font-weight: 700;
}

.post-teaser .post-header .title:hover {
  color: #C2006B !important;
}

.post-teaser .post-featured-img {
  overflow: hidden;
}

.post-teaser .post-featured-img img {
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 0;
}

.post-teaser .entire-meta-link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.post-teaser .meta-category {
  margin: 0;
}

.post-teaser .meta-category .post-categories {
  padding: 0;
  margin: 0;
}

.post-teaser .meta-category .post-categories li {
  list-style-type: none;
}

.post-teaser .meta-category a {
  font-size: 14px;
  line-height: 19px;
  position: relative;
  display: inline-block;
  margin: 0 10px 10px 0;
}

.post-teaser .meta-category a:hover {
  color: #C2006B !important;
}

.post-teaser .meta-category a:hover:before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}

.post-teaser .meta-category a:before {
  content: '';
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -3px;
  background: #C2006B;
  left: 0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
       -o-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
  transition: -webkit-transform 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
  -o-transition: -o-transform 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
  transition: transform 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
  transition: transform 0.37s cubic-bezier(0.52, 0.01, 0.16, 1), -webkit-transform 0.37s cubic-bezier(0.52, 0.01, 0.16, 1), -o-transform 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
}

.single-post .related-post-wrap {
  max-width: 1000px;
  margin: 0 auto;
}

.single-post .related-title {
  font-size: 0px;
  color: #b2006d;
}

.single-post .related-title:after {
  content: 'Mehr dazu';
  position: absolute;
  font-size: 40px;
  left: 0;
  background: #F6F6F6;
  display: inline;
}

.single-post .custom-posts {
  padding-top: 8% !important;
}

.single-post .custom-posts .vc_custom_heading {
  margin-bottom: 7px !important;
  padding-bottom: 40px !important;
  line-height: 32px !important;
}

.blog-recent[data-style="classic_enhanced"] .article-content-wrap {
  padding: 10px 30px 30px 30px !important;
}

.blog-recent[data-style="classic_enhanced"] .meta-category a {
  display: none;
}
