@charset "UTF-8";
html {
  background-color: black;
}
html body {
  background-color: white;
}

/* Small devices (tablets, 768px and up)
@media (min-width: @screen-sm-min) { ... }
*/
/* Medium devices (desktops, 992px and up)
@media (min-width: @screen-md-min) { ... }
*/
/* Large devices (large desktops, 1200px and up)
@media (min-width: @screen-lg-min) { ... }
 */
.counter-box-content {
  -webkit-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}

.fusion-mobile-nav-holder > ul > li > a {
  font-family: "PT Sans" !important;
}

.off-canvas-content .fusion-button,
.pageButtonNavigation .fusion-button {
  width: 100%;
  display: block;
  margin-bottom: 2px;
}
.off-canvas-content .fusion-button.button-default,
.pageButtonNavigation .fusion-button.button-default {
  background: white;
  color: rgb(203, 202, 202);
  border-color: rgb(203, 202, 202);
}
.off-canvas-content .fusion-button.button-default i,
.off-canvas-content .fusion-button.button-default span,
.pageButtonNavigation .fusion-button.button-default i,
.pageButtonNavigation .fusion-button.button-default span {
  color: inherit;
}

.fusion-button.button-7 {
  text-align: center !important;
}
.fusion-button.text-left {
  text-align: left !important;
}
.fusion-button.center {
  text-align: center !important;
}
.fusion-button.right {
  text-align: right !important;
}

.fusion-load-more-button {
  border: 1px solid #cbcaca;
  color: #cbcaca !important;
  background: transparent !important;
  margin-bottom: 30px;
  font-weight: normal !important;
}

.button.lightgray,
.fusion-button.button-lightgray,
.fusion-button.button-lightgray.wpcf7-submit {
  border: 1px solid #ababab !important;
  color: #ababab !important;
  background: transparent !important;
}
.button.lightgray i,
.fusion-button.button-lightgray i,
.fusion-button.button-lightgray.wpcf7-submit i {
  font-size: 18px !important;
}
.button.lightgray:hover,
.fusion-button.button-lightgray:hover,
.fusion-button.button-lightgray.wpcf7-submit:hover {
  color: black !important;
  border-color: black !important;
  background: transparent !important;
}

/* 
body.page-id-69778 {
  .fusion-search-element {
    display:none;
  }
} */
.button.black,
.fusion-button.button-black,
.fusion-button.button-black.wpcf7-submit,
.button-black.wpcf7-submit {
  border: 1px solid black !important;
  color: white !important;
  background: black !important;
}
.button.black i,
.fusion-button.button-black i,
.fusion-button.button-black.wpcf7-submit i,
.button-black.wpcf7-submit i {
  font-size: 18px !important;
}
.button.black:hover,
.fusion-button.button-black:hover,
.fusion-button.button-black.wpcf7-submit:hover,
.button-black.wpcf7-submit:hover {
  color: black !important;
  border-color: black !important;
  background: transparent !important;
}

.button-medium,
.fusion-body .fusion-button-medium,
.ticket-selector-submit-btn[type=submit],
.wpcf7-form .wpcf7-submit.button-medium,
.wpcf7-form .wpcf7-submit.fusion-button-medium {
  font-size: 20px !important;
  line-height: 120% !important;
  text-transform: uppercase;
}

.button-large,
.fusion-body .fusion-button-large,
.tml-submit-wrap input[type=submit],
.wpcf7-form .wpcf7-submit.button-large,
.wpcf7-form .wpcf7-submit.fusion-button-large {
  font-size: 20px !important;
  line-height: 120% !important;
  text-transform: uppercase;
}

.button.orange,
.fusion-button.button-orange,
.fusion-button.button-orange.wpcf7-submit,
.button-orange.wpcf7-submit {
  background-color: rgb(234, 130, 96) !important;
  /* safari v4.0+ and by Chrome v3.0+ */
  /* Chrome v10.0+ and by safari nightly build*/
  /* Opera v11.10+ */
  /* IE v10+ */
  background-image: linear-gradient(180deg, rgb(234, 130, 96) 0%, rgb(234, 130, 96) 53%, rgb(192, 92, 70) 97%, rgb(192, 92, 70) 100%) !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffea8260,endColorstr=#ffc05c46,GradientType=0)" !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffea8260, endColorstr=#ffc05c46, GradientType=0) !important;
  width: 100% !important;
  height: 100% !important;
  display: block;
  border: none !important;
  color: white !important;
}
.button.orange:hover,
.fusion-button.button-orange:hover,
.fusion-button.button-orange.wpcf7-submit:hover,
.button-orange.wpcf7-submit:hover {
  color: white !important;
  background: #C05C46 !important;
}

.heading h1,
.heading h2,
.heading h3,
.heading h4,
.heading h5,
.heading h6 {
  -webkit-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}

.sponsored-content {
  float: right;
  color: gray;
  font-size: 12px;
  display: block;
}
@media (max-width: 768px) {
  .sponsored-content {
    float: none;
  }
}

h2 .sponsored-content {
  float: none;
  text-align: right;
  color: gray;
  font-size: 12px;
  display: block;
}

.single h1 {
  font-weight: normal;
}
.single.single-post {
  --site_width: 960px;
}
.single.single-post .post-content > div, .single.single-kopf .post-content > div, .single.single-connect-to .post-content > div {
  background-color: transparent !important;
}
.single.single-post .single-navigation, .single.single-kopf .single-navigation, .single.single-connect-to .single-navigation {
  border-top: 0;
}
.single.single-post .fusion-sharing-box, .single.single-kopf .fusion-sharing-box, .single.single-connect-to .fusion-sharing-box {
  background: #F6F6F6;
  color: black;
  font-size: 20px !important;
}
.single.single-post .fusion-sharing-box .fusion-social-networks, .single.single-kopf .fusion-sharing-box .fusion-social-networks, .single.single-connect-to .fusion-sharing-box .fusion-social-networks {
  text-align: right;
}
.single.single-post .fusion-sharing-box .fusion-social-networks.boxed-icons .fusion-social-network-icon, .single.single-kopf .fusion-sharing-box .fusion-social-networks.boxed-icons .fusion-social-network-icon, .single.single-connect-to .fusion-sharing-box .fusion-social-networks.boxed-icons .fusion-social-network-icon {
  color: #BEBDBD !important;
  background: #E8E8E8 !important;
  border: none !important;
}
.single.single-kopf #content, .single.single-connect-to #content {
  width: 100%;
  float: none;
}
.single .connect-toHeader {
  display: flex;
  gap: 2rem;
  flex-direction: column;
}
@media (min-width: 768px) {
  .single .connect-toHeader {
    flex-direction: row;
  }
}
.single .connect-toHeader .image {
  width: 100%;
  flex-grow: 1;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .single .connect-toHeader .image {
    width: 20%;
    flex-grow: 0;
  }
}
.single .connect-toHeader .image .attachment-full img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.single .connect-toHeader .text {
  width: 100%;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .single .connect-toHeader .text {
    width: 80%;
    flex-grow: 1;
  }
}
.single .connect-toHeader .text p {
  margin-bottom: 0;
}
.single .connect-toHeader .text p.bietesuche {
  line-height: 1;
  margin-bottom: 20px;
}
.single .connect-toFooter h3 {
  margin-bottom: 0.5rem !important;
}
.single .connect-toFooter h3 + h4 {
  margin-top: 0.5rem;
}
.single .connect-toFooter h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.single .connect-toFooter ul {
  margin-top: 0;
}

.connect-toListWrapper .form-group,
.themaFormatWrapper .form-group {
  background-color: var(--primary_color);
  display: block;
  color: white;
  border-radius: 4px;
  padding: 0 15px;
  display: flex;
  flex-direction: row;
}
.connect-toListWrapper .form-group.noBg,
.themaFormatWrapper .form-group.noBg {
  background-color: transparent;
  padding: 0;
}
.connect-toListWrapper .form-group label,
.themaFormatWrapper .form-group label {
  color: white;
  padding-right: 0.5rem;
  flex-grow: 1;
}
.connect-toListWrapper .form-group input.form-control,
.themaFormatWrapper .form-group input.form-control {
  flex-grow: 1;
  border-radius: 4px 0 0 4px;
  color: black;
}
.connect-toListWrapper .form-group input.form-control::-moz-placeholder, .themaFormatWrapper .form-group input.form-control::-moz-placeholder {
  color: black;
}
.connect-toListWrapper .form-group input.form-control::placeholder,
.themaFormatWrapper .form-group input.form-control::placeholder {
  color: black;
}
.connect-toListWrapper .form-group .btn-secondary,
.themaFormatWrapper .form-group .btn-secondary {
  background-color: var(--primary_color);
  color: white;
  border: none;
  outline: none;
  padding: 0 12px;
  border-radius: 0 4px 4px 0;
  font-family: awb-icons;
  cursor: pointer;
}
.connect-toListWrapper .form-group select.form-control,
.themaFormatWrapper .form-group select.form-control {
  display: inline-block;
  flex-grow: 0;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  height: auto;
  width: 100%;
  background-color: var(--primary_color);
  color: white;
  border-color: var(--primary_color);
  box-shadow: none !important;
}
.connect-toListWrapper .form-group select.form-control option,
.themaFormatWrapper .form-group select.form-control option {
  background-size: 1rem auto;
  text-align: left;
}
.connect-toListWrapper .form-group select.form-control option[value=academy],
.themaFormatWrapper .form-group select.form-control option[value=academy] {
  background: transparent url(images/icon_academy.svg) 0 0 no-repeat;
  padding-left: 30px;
}
.connect-toListWrapper .form-group select.form-control option[value=interview],
.themaFormatWrapper .form-group select.form-control option[value=interview] {
  background: transparent url(images/icon_interview.svg) 0 0 no-repeat;
  padding-left: 30px;
}
.connect-toListWrapper .form-group select.form-control option[value=podcast],
.themaFormatWrapper .form-group select.form-control option[value=podcast] {
  background: transparent url(images/icon_podcast.svg) 0 0 no-repeat;
  padding-left: 30px;
}
.connect-toListWrapper .form-group select.form-control option[value=empfehlungen],
.themaFormatWrapper .form-group select.form-control option[value=empfehlungen] {
  background: transparent url(images/icon_empfehlungen.svg) 0 0 no-repeat;
  padding-left: 30px;
}
.connect-toListWrapper .connect-toListItem,
.themaFormatWrapper .connect-toListItem {
  padding: 15px 0;
}
.connect-toListWrapper .connect-toListItem h3,
.themaFormatWrapper .connect-toListItem h3 {
  margin: 0.75rem 0 0.25rem;
}
.connect-toListWrapper .connect-toListItem img.image,
.themaFormatWrapper .connect-toListItem img.image {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.connect-toListWrapper .connect-toListItem picture.image,
.themaFormatWrapper .connect-toListItem picture.image {
  width: 100%;
  aspect-ratio: 1/1;
}
.connect-toListWrapper .connect-toListItem picture.image img,
.themaFormatWrapper .connect-toListItem picture.image img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.connect-toListWrapper .connect-toListItem p,
.themaFormatWrapper .connect-toListItem p {
  margin-bottom: 0;
}
.connect-toListWrapper .listItem,
.themaFormatWrapper .listItem {
  padding: 15px 0;
}
.connect-toListWrapper .listItem h3,
.themaFormatWrapper .listItem h3 {
  margin: 0.75rem 0 0.25rem;
  position: relative;
}
.connect-toListWrapper .listItem h3 a,
.themaFormatWrapper .listItem h3 a {
  color: black;
}
.connect-toListWrapper .listItem h3::before,
.themaFormatWrapper .listItem h3::before {
  position: absolute;
  display: block;
  content: "";
  margin-top: 4px;
  width: 1em;
  height: 1em;
  background-size: 100% auto !important;
}
.connect-toListWrapper .listItem h3.academy, .connect-toListWrapper .listItem h3.academy-en,
.themaFormatWrapper .listItem h3.academy,
.themaFormatWrapper .listItem h3.academy-en {
  text-indent: 1.25em;
}
.connect-toListWrapper .listItem h3.academy::before, .connect-toListWrapper .listItem h3.academy-en::before,
.themaFormatWrapper .listItem h3.academy::before,
.themaFormatWrapper .listItem h3.academy-en::before {
  background: transparent url(images/icon_academy.svg) 0 0 no-repeat;
}
.connect-toListWrapper .listItem h3.interview, .connect-toListWrapper .listItem h3.interview-en,
.themaFormatWrapper .listItem h3.interview,
.themaFormatWrapper .listItem h3.interview-en {
  text-indent: 1.25em;
}
.connect-toListWrapper .listItem h3.interview::before, .connect-toListWrapper .listItem h3.interview-en::before,
.themaFormatWrapper .listItem h3.interview::before,
.themaFormatWrapper .listItem h3.interview-en::before {
  background: transparent url(images/icon_interview.svg) 0 0 no-repeat;
}
.connect-toListWrapper .listItem h3.podcast, .connect-toListWrapper .listItem h3.podcast-en,
.themaFormatWrapper .listItem h3.podcast,
.themaFormatWrapper .listItem h3.podcast-en {
  text-indent: 1.25em;
}
.connect-toListWrapper .listItem h3.podcast::before, .connect-toListWrapper .listItem h3.podcast-en::before,
.themaFormatWrapper .listItem h3.podcast::before,
.themaFormatWrapper .listItem h3.podcast-en::before {
  background: transparent url(images/icon_podcast.svg) 0 0 no-repeat;
}
.connect-toListWrapper .listItem h3.empfehlungen, .connect-toListWrapper .listItem h3.artikel, .connect-toListWrapper .listItem h3.articles, .connect-toListWrapper .listItem h3.recommendations,
.themaFormatWrapper .listItem h3.empfehlungen,
.themaFormatWrapper .listItem h3.artikel,
.themaFormatWrapper .listItem h3.articles,
.themaFormatWrapper .listItem h3.recommendations {
  text-indent: 1.25em;
}
.connect-toListWrapper .listItem h3.empfehlungen::before, .connect-toListWrapper .listItem h3.artikel::before, .connect-toListWrapper .listItem h3.articles::before, .connect-toListWrapper .listItem h3.recommendations::before,
.themaFormatWrapper .listItem h3.empfehlungen::before,
.themaFormatWrapper .listItem h3.artikel::before,
.themaFormatWrapper .listItem h3.articles::before,
.themaFormatWrapper .listItem h3.recommendations::before {
  background: transparent url(images/icon_empfehlungen.svg) 0 0 no-repeat;
}
.connect-toListWrapper .listItem img.image,
.themaFormatWrapper .listItem img.image {
  width: 100%;
}
.connect-toListWrapper .listItem picture.image,
.themaFormatWrapper .listItem picture.image {
  width: 100%;
}
.connect-toListWrapper .listItem picture.image img,
.themaFormatWrapper .listItem picture.image img {
  width: 100%;
}
.connect-toListWrapper .listItem p,
.themaFormatWrapper .listItem p {
  margin-bottom: 0;
}
.connect-toListWrapper .pagination,
.themaFormatWrapper .pagination {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: normal;
  align-content: normal;
  margin: 40px 0;
}
.connect-toListWrapper .pagination .page-item,
.themaFormatWrapper .pagination .page-item {
  color: var(--primary_color);
  background: transparent;
  box-shadow: none !important;
  background-color: transparent;
  border-color: transparent;
  padding: 0 0.5em;
}
.connect-toListWrapper .pagination .page-item:first-child,
.themaFormatWrapper .pagination .page-item:first-child {
  border-radius: 5px 0 0 5px;
  border-right: 2px solid var(--primary_color) !important;
}
.connect-toListWrapper .pagination .page-item:last-child,
.themaFormatWrapper .pagination .page-item:last-child {
  border-radius: 0 5px 5px 0;
}
.connect-toListWrapper .pagination .page-item:only-child,
.themaFormatWrapper .pagination .page-item:only-child {
  border: 0 !important;
  border-radius: 5px;
}
.connect-toListWrapper .pagination .page-item a,
.themaFormatWrapper .pagination .page-item a {
  box-shadow: none !important;
  border: none;
  font-size: 20px;
  font-weight: 700;
  color: var(--primary_color) !important;
  background: transparent;
}

.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-rollover-categories {
  display: none;
}

.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-rollover-title {
  font-size: 20px;
  line-height: 120%;
}

blockquote {
  margin-left: 0;
  margin-right: 0;
  border-color: #ea8260 !important;
}

#wrapper .post-content blockquote {
  font-size: 20px !important;
  line-height: 120% !important;
  color: #C05C46 !important;
}

.EmotionKeyImages .fusion-column-wrapper {
  min-height: 337px !important;
  padding: 20px;
  vertical-align: bottom !important;
}
.EmotionKeyImages .fusion-column-wrapper .fusion-text {
  transform: none !important;
}
.EmotionKeyImages h3 {
  color: white !important;
  margin: 0;
  padding: 0 0 5px;
  font-size: 20px !important;
  font-weight: bold !important;
  line-height: 120% !important;
}
.EmotionKeyImages p {
  color: white;
  margin: 0;
  padding: 0 0 5px;
  font-size: 20px !important;
  font-weight: normal !important;
  line-height: 120% !important;
}

#sliders-container {
  background: white !important;
}

.randomKopfeRow h4 {
  padding: 0 10px;
  color: white !important;
  line-height: 120%;
  font-size: 20px;
  -webkit-hyphens: "auto";
  -o-hyphens: "auto";
  hyphens: "auto";
}
.randomKopfeRow .align-bottom {
  position: relative;
  bottom: auto;
  min-height: 109px;
}
.randomKopfeRow a {
  padding: 10px;
  color: white;
  line-height: 120%;
  font-size: 20px;
}
.randomKopfeRow a.loading:after {
  content: " ";
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.5) url(../images/loading.gif) center center no-repeat;
  background-size: 20px auto;
}
@media (max-width: 768px) {
  .randomKopfeRow a img {
    width: 100%;
  }
}
.randomKopfeRow a:hover {
  color: white;
}

#main .post h2 a {
  font-size: 30px;
  color: inherit !important;
}
#main .post h2 a:hover {
  color: #ea8260 !important;
}

.fusion-accordian .panel-title a {
  /* fa-fusion-box in custom css*/
}
.fusion-accordian .panel-title a .fusion-toggle-icon-wrapper {
  padding-top: 3px;
}
.fusion-accordian .panel-title a .fusion-toggle-heading {
  font-size: 20px;
  line-height: 130%;
}
.fusion-accordian .panel-title a .fa-fusion-box {
  border-radius: 4px;
}
.fusion-accordian .panel-title a.active, .fusion-accordian .panel-title a:hover {
  color: #ea8260 !important;
}
.fusion-accordian .panel-title a.active .fa-fusion-box, .fusion-accordian .panel-title a:hover .fa-fusion-box {
  background-color: #ea8260 !important;
  border-color: #ea8260 !important;
}

.fusion-content-widget-area .widget li a {
  color: black !important;
}
.fusion-content-widget-area .widget li a:before {
  color: black !important;
}

.myGrid .post-content p {
  font-size: 20px;
  line-height: 120%;
}

.randomKopf {
  transition: all 0.07s ease-out;
  max-width: 190px;
  background: black;
  min-height: 360px;
}
@media (max-width: 768px) {
  .randomKopf {
    max-width: 100%;
  }
}
.randomKopf:hover {
  transform: scale(1.02, 1.02);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}
.randomKopf a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  color: white;
  font-size: 14px;
  line-height: 120%;
  padding: 0px;
}
@media (max-width: 768px) {
  .randomKopf a img {
    width: 100%;
  }
}
.randomKopf a:hover {
  color: white;
}
.randomKopf a span {
  position: relative;
  display: block;
  bottom: 0;
  color: white;
  line-height: 120%;
  font-size: 13px;
  padding: 10px;
  text-align: center;
}
.randomKopf a span.category {
  text-transform: uppercase;
  padding-bottom: 0px;
  font-size: 11px;
}
.randomKopf a span.name {
  padding-top: 5px;
  font-weight: bold;
  padding-bottom: 0px;
  font-size: 14px;
}
.randomKopf a span.title {
  padding-top: 5px;
  padding-bottom: 0px;
}
.randomKopf a span.unternehmen {
  padding-top: 5px;
}
.randomKopf a span.unternehmen a {
  font-size: inherit;
}

#KopfModal .modal-header {
  border-color: #ccc;
  padding: 5px 20px;
}
#KopfModal .modal-header .close {
  font-size: 48px;
}
#KopfModal h4 {
  font-size: 30px;
}
#KopfModal p.cat {
  font-size: 14px;
  text-transform: uppercase;
  color: #666666;
  margin: 0;
  padding: 0;
  line-height: 120%;
}
#KopfModal p.position,
#KopfModal p.unternehmen,
#KopfModal p.short {
  font-size: 20px;
  margin: 0;
  padding: 0;
  line-height: 120%;
}
#KopfModal p.position a,
#KopfModal p.unternehmen a,
#KopfModal p.short a {
  font-size: inherit;
}
#KopfModal h5 {
  font-size: 20px;
  margin: 0;
  padding: 0;
  line-height: 120%;
}

.kleingedruckt > p {
  color: #666666;
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
}

.single-pvortrag .fusion-social-networks,
.single-paussteller .fusion-social-networks {
  text-align: right;
}

.single-paussteller #Aussteller_50_l,
.single-paussteller #Aussteller_50_r,
.single-paussteller .fusion-body .fusion-builder-column-0 {
  width: 48% !important;
}
.single-paussteller #Aussteller_25_l,
.single-paussteller .fusion-body .fusion-builder-column-2 {
  width: 22% !important;
}
.single-paussteller #Aussteller_75_r,
.single-paussteller .fusion-body .fusion-builder-column-3 {
  width: 74% !important;
}

.txt_white {
  color: white;
}
.txt_white * {
  color: white !important;
}

.post-content h1 {
  margin: 0;
}
.post-content h1 span {
  font-size: 20px !important;
  line-height: 120% !important;
}
.post-content h1 a:hover {
  color: #666666;
  text-decoration: none;
}

.single #wrapper #main .post > h1.fusion-post-title {
  font-size: 40px !important;
  line-height: 120% !important;
}

.align-bottom {
  bottom: 0;
  padding-bottom: 20px;
  position: absolute;
}

.iconnegativemargintop36 {
  margin-top: -67px !important;
}

.fusion-menu-element-wrapper.direction-row:not(.collapse-enabled):not(.submenu-mode-flyout) .fusion-menu-element-list > li > ul.sub-menu:not(.fusion-megamenu) {
  padding-top: 10px !important;
}

.color1gradient {
  /* Firefox v3.6+ */
  background-color: rgb(234, 130, 96) !important;
  /* safari v4.0+ and by Chrome v3.0+ */
  /* Chrome v10.0+ and by safari nightly build*/
  /* Opera v11.10+ */
  /* IE v10+ */
  background-image: linear-gradient(180deg, rgb(234, 130, 96) 0%, rgb(234, 130, 96) 53%, rgb(192, 92, 70) 97%, rgb(192, 92, 70) 100%) !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffea8260,endColorstr=#ffc05c46,GradientType=0)" !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffea8260, endColorstr=#ffc05c46, GradientType=0) !important;
}
@media (max-width: 768px) {
  .color1gradient .align-bottom {
    position: relative;
  }
  .color1gradient .align-bottom h4 {
    margin-bottom: 0;
  }
}
.color1gradient:hover .fusion-column-wrapper .align-bottom h4 {
  color: black !important;
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wpcf7-form label {
  display: block;
  max-width: 95%;
}

.wpcf7-form-control-wrap {
  width: 95%;
}

.wie-haben-sie-von-uns-erfahren .wpcf7-radio .wpcf7-list-item {
  display: block;
}

.checkbox-primary input[type=checkbox]:checked + label::before {
  background-color: #ea8260;
  border-color: #ea8260;
}

.checkbox-primary input[type=checkbox]:checked + label::after {
  color: #fff;
}

.fusion-tb-header .widget_icl_lang_sel_widget {
  margin: 0 !important;
  font-size: 12px;
}
.fusion-tb-header > a {
  display: none;
}

.blog-shortcode-post-title .title,
.blog-shortcode-post-title .unternehmen {
  color: #333;
  font-weight: bold;
}
.blog-shortcode-post-title .title a,
.blog-shortcode-post-title .unternehmen a {
  font-size: 1em !important;
}

.Kopfliste .fusion-post-wrapper,
#CommunityKopfliste .fusion-post-wrapper {
  background: black !important;
  color: white;
  border: none !important;
}
.Kopfliste .fusion-post-wrapper h2,
.Kopfliste .fusion-post-wrapper span.title,
.Kopfliste .fusion-post-wrapper span.unternehmen,
.Kopfliste .fusion-post-wrapper p,
#CommunityKopfliste .fusion-post-wrapper h2,
#CommunityKopfliste .fusion-post-wrapper span.title,
#CommunityKopfliste .fusion-post-wrapper span.unternehmen,
#CommunityKopfliste .fusion-post-wrapper p {
  color: white !important;
  font-weight: normal !important;
}
.Kopfliste .fusion-post-wrapper h2 a,
.Kopfliste .fusion-post-wrapper span.title a,
.Kopfliste .fusion-post-wrapper span.unternehmen a,
.Kopfliste .fusion-post-wrapper p a,
#CommunityKopfliste .fusion-post-wrapper h2 a,
#CommunityKopfliste .fusion-post-wrapper span.title a,
#CommunityKopfliste .fusion-post-wrapper span.unternehmen a,
#CommunityKopfliste .fusion-post-wrapper p a {
  color: white !important;
}
.Kopfliste .fusion-post-wrapper .fusion-flexslider,
#CommunityKopfliste .fusion-post-wrapper .fusion-flexslider {
  border: none;
}

#ExpoyKopfliste .fusion-post-wrapper {
  background: #5DC4B7 !important;
}

#main {
  padding-top: 0 !important;
}

.adrotate_widgets > .g {
  display: flex;
}
@media (max-width: 768px) {
  .adrotate_widgets > .g {
    display: block;
    margin: 0 auto;
  }
}

.fusion-menu-element-wrapper .fusion-menu-element-list {
  min-height: 0 !important;
}
.fusion-menu-element-wrapper .fusion-menu-element-list > li {
  padding-right: 5px;
  margin-right: 5px !important;
  border-right: 1px solid white;
  line-height: 1;
  font-weight: bold;
}
.fusion-menu-element-wrapper .fusion-menu-element-list > li:last-child {
  padding-right: 0;
  margin-right: 0 !important;
  border-right: none;
}

.fusion-counter-circle.counter-circle.counter-circle-content {
  font-size: 100% !important;
  font-weight: bold;
  color: #fff;
}

.fusion-blog-shortcode.herMediumAlternate .fusion-posts-container, .fusion-blog-shortcode.herMedium .fusion-posts-container {
  margin: 0 !important;
}
.fusion-blog-shortcode.herMediumAlternate article, .fusion-blog-shortcode.herMedium article {
  background-color: rgb(235, 235, 235);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: center;
  margin-bottom: 1rem !important;
}
.fusion-blog-shortcode.herMediumAlternate article .fusion-date-and-formats, .fusion-blog-shortcode.herMedium article .fusion-date-and-formats {
  display: block;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: stretch;
  order: 0;
  margin: 0 !important;
  min-width: 20%;
  max-width: 20%;
  padding: 0.5rem !important;
  background-color: #ea8260 !important;
  float: initial !important;
  align-content: center;
  display: flex;
  align-items: center;
  text-align: center;
}
.fusion-blog-shortcode.herMediumAlternate article .fusion-date-and-formats .fusion-date-box.updated, .fusion-blog-shortcode.herMedium article .fusion-date-and-formats .fusion-date-box.updated {
  padding: 0 !important;
  width: 100%;
}
.fusion-blog-shortcode.herMediumAlternate article .fusion-date-and-formats .fusion-date, .fusion-blog-shortcode.herMedium article .fusion-date-and-formats .fusion-date {
  display: block;
  font-size: 1.25rem;
  line-height: 1.1;
}
.fusion-blog-shortcode.herMediumAlternate article .fusion-date-and-formats .fusion-month-year, .fusion-blog-shortcode.herMedium article .fusion-date-and-formats .fusion-month-year {
  white-space: nowrap;
  font-size: 1rem;
}
.fusion-blog-shortcode.herMediumAlternate article .fusion-date-and-formats .fusion-format-box, .fusion-blog-shortcode.herMedium article .fusion-date-and-formats .fusion-format-box {
  display: none;
}
.fusion-blog-shortcode.herMediumAlternate article .fusion-flexslider, .fusion-blog-shortcode.herMedium article .fusion-flexslider {
  display: block;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: stretch;
  margin-bottom: 0 !important;
  min-width: 33.3333333333%;
  max-width: 33.3333333333%;
  width: 33.3333333333%;
  order: 1;
  margin-right: 0 !important;
}
.fusion-blog-shortcode.herMediumAlternate article .fusion-flexslider .fusion-rollover-title, .fusion-blog-shortcode.herMedium article .fusion-flexslider .fusion-rollover-title {
  font-size: 0.8rem !important;
  display: none !important;
}
.fusion-blog-shortcode.herMediumAlternate article .fusion-post-content, .fusion-blog-shortcode.herMedium article .fusion-post-content {
  align-content: center;
  align-items: center;
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 46.6666666667%;
  max-width: 100%;
  flex-basis: auto;
  align-self: stretch;
  align-items: center;
  padding: 0;
  order: 2;
}
.fusion-blog-shortcode.herMediumAlternate article .fusion-post-content h2, .fusion-blog-shortcode.herMedium article .fusion-post-content h2 {
  margin: 0 !important;
  padding: 0.5rem;
}
.fusion-blog-shortcode.herMediumAlternate article .fusion-post-content h2 a, .fusion-blog-shortcode.herMedium article .fusion-post-content h2 a {
  font-size: 1.25rem !important;
}

.related-posts .fusion-carousel-meta {
  display: none;
}

.null-instagram-feed {
  width: 100%;
}
.null-instagram-feed ul.instagram-pics li {
  width: 25%;
  float: left;
}

.adrotatecontainer {
  margin-top: 0;
  padding-bottom: 20px;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
}
.adrotatecontainer p:first-child {
  text-align: left;
  font-size: 14px;
  color: #999999;
  margin: 0;
  padding: 0;
}

.adscontainer {
  background: white;
  border: none;
  padding-bottom: 30px;
}
.adscontainer p {
  text-align: left;
  font-size: 14px;
  color: #999999;
}
.adscontainer.fusion-footer-widget-area {
  padding-bottom: 0;
  background: white;
}
.adscontainer.fusion-footer-widget-area p {
  border-top: 1px solid #999999;
}
.adscontainer .adsholder {
  text-align: center;
  padding: 0 0 15px;
  /*
  .g-col {
    margin: 0 2% 15px 0;
    width:23.5%;
    &:last-child {
      margin-right: 0px;
    }

    @media (max-width: 768px) {
      margin-bottom: 15px;

    }
  }
  */
}

.InterviewTemplate h1 {
  font-size: 24px !important;
  line-height: 29px !important;
  padding-bottom: 0 !important;
}
.InterviewTemplate h2 {
  font-size: 32px !important;
  line-height: 40px !important;
}
.InterviewTemplate h3 {
  font-size: 20px !important;
  line-height: 1.69 !important;
  font-weight: bold !important;
  color: black !important;
}
.InterviewTemplate .fusion-social-links .fusion-social-networks a {
  color: white !important;
}
.InterviewTemplate a {
  color: #ea8260 !important;
}

.text-stroke {
  text-fill-color: transparent;
  text-stroke: 2px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px;
}

.search-results .paussteller .info .ort {
  font-weight: 500;
}
.search-results .paussteller .pvortrag .info .referenten {
  font-style: italic;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -35px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: " ";
  text-align: center;
  opacity: 0.25;
  color: black;
  background-color: black;
  border-radius: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
  color: black;
  background-color: black;
}

@media print {
  body {
    background: #fff !important;
    color: #000;
  }
  body a {
    page-break-inside: avoid;
  }
  body blockquote {
    page-break-inside: avoid;
  }
  body h1,
  body h2,
  body h3,
  body h4,
  body h5,
  body h6 {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  body img {
    page-break-inside: avoid;
    page-break-after: avoid;
  }
  body table,
  body pre {
    page-break-inside: avoid;
  }
  body ul,
  body ol,
  body dl {
    page-break-before: avoid;
  }
  body a:link,
  body a:visited,
  body a {
    background: transparent;
    color: #520;
    font-weight: bold;
    text-decoration: underline;
    text-align: left;
  }
  body a {
    page-break-inside: avoid;
  }
  body a:not([class*=fusion-social]):not([class*=fusion-tooltip])[href^=http]:after {
    content: " < " attr(href) "> ";
  }
  body a:after > img {
    content: "";
  }
  body article a[href^="#"]:after {
    content: "";
  }
  body a:not(:local-link):after {
    content: " < " attr(href) "> ";
  }
  body .entry iframe,
  body ins {
    display: none;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    line-height: 0pt !important;
    white-space: nowrap;
  }
  body .embed-youtube,
  body .embed-responsive {
    position: absolute;
    height: 0;
    overflow: hidden;
  }
  body #header-widgets,
  body nav,
  body .sidebar,
  body .related-posts,
  body #breadcrumbs,
  body #footer,
  body .post-byline,
  body .meta-single,
  body .site-title img,
  body .post-tags,
  body .readability {
    display: none;
  }
  body #main:after {
    content: "© messe.rocks GmbH, all rights reserved ";
    color: #999 !important;
    font-size: 1em;
    padding-top: 30px;
  }
  body .col-merken {
    display: none;
  }
  body.printMerkliste #AusstellerSucheTabs .nav li:not([class=active]) {
    display: none;
  }
  body.printMerkliste .vortrag-item,
  body.printMerkliste .post-content p,
  body.printMerkliste .post-content ul,
  body.printMerkliste .accordian,
  body.printMerkliste .aussteller-item,
  body.printMerkliste #AusstellerMerklisteDrucken,
  body.printMerkliste #VortragMerklisteDrucken,
  body.printMerkliste .fusion_builder_column_1_4 {
    display: none;
  }
  body.printMerkliste #VortragMerkListe ul {
    display: block !important;
  }
  body.printMerkliste #MERKLISTEHTML ul {
    display: block !important;
  }
  body.printMerkliste .fusion_builder_column_3_4 {
    width: 100%;
  }
}