/* ******************************************************************************
*********************************************************************************
Use this file to override any of the CSS styles preset in the themed
stylesheets or you can add your own custom styles.
*********************************************************************************
****************************************************************************** */

/* Test */
















.dnd-section > .row-fluid {
	max-width: 1280px;
}

.dnd-section {
	padding-bottom: 80px;
	padding-top: 80px;
}

.body-container__homepage .dnd-section:nth-child(odd) {
	background-color: #F8FAFC;
}
.page-center {
	max-width: 1280px;
}




html {
	font-size: 20;
}

body {
  color: #000;
  font-family: ReplicaLLWeb-Regular;
  font-size: 20px;
}

.body-container-wrapper li{
  font-weight: 400
}

p {
	font-family: ReplicaLLWeb-Regular;
	font-weight: 400
}

a {
	font-family: ReplicaLLWeb-Regular;
	color: rgba(157, 22, 129, 1.0);
	cursor: pointer;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

a:hover,
a:focus {
	color:#9D1681;
}

a:active {
	color: rgba(197, 62, 169, 1.0);
}

h1 {
	color: #000;
	font-family: ReplicaLLWeb-Bold;
	font-size: 80px;
	font-weight: 800;
}

@media(max-width: 767px) {
	h1 {
		font-size: 68.0px;
	}
}

h2 {
	color: #9D1681;
	font-family: ReplicaLLWeb-Bold;
	font-size: 60px;
	font-weight: 800;
}

@media(max-width: 767px) {
	h2 {
		font-size: 51.0px;
    font-size: 22px;
	}
}

h3 {
	color: #000;
	font-family: ReplicaLLWeb-Bold;
	font-size: 40px;
	font-weight: 800;
}

@media(max-width: 767px) {
	h3 {
		font-size: 34.0px;
    font-size: 20px;
	}
}

h4 {
	color: #000;
	font-family: ReplicaLLWeb-Bold;
	font-size: 30px;
	font-weight: 800;
}

@media(max-width: 767px) {
	h4 {
		font-size: 25.5px;
	}
}

h5 {
	color: #000;
	font-family: ReplicaLLWeb-Bold;
	font-size: px;
	font-weight: 800;
}

h6 {
	color: #000;
	font-family: ReplicaLLWeb-Bold;
	font-size: 20px;
	font-weight: 800;
}

blockquote {
	border-left: 10px solid #F8FAFC;;
}





form,
.submitted-message {
	border-color: rgba(#null, 0.0);
	font-family: ReplicaLLWeb-Regular;
}

h3.form-title {
	background-color: rgba(255, 255, 255, 1.0);
	color: rgba(0, 0, 0, 1.0);
}

.hs-button,
.button--primary {
	background-color: rgba(157, 22, 129, 1.0) !important;
	border-color: rgba(157, 22, 129, 1.0) !important;
	border-radius: 0px !important;
	border-width: 2px !important;
	color: rgba(255, 255, 255, 1.0) !important;
	padding-left: 24px !important;
	padding-right: 24px !important;
	padding-top: 12px !important;
	padding-bottom: 12px !important;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
	background-color: rgba(255, 255, 255, 0) !important;
	border-color: #9D1681 !important;
  color: rgba(157, 22, 129, 1.0) !important;
}

.hs-button:active,
.button--primary:active {
	background-color: rgba(197, 62, 169, 1.0) !important;
	border-color: rgba(197, 62, 169, 1.0) !important;
	color: rgba(255, 255, 255, 1.0) !important;
}

.hs-form label {
	color: rgba(0, 0, 0, 1.0);
}

.hs-form legend {
	color: rgba(0, 0, 0, 1.0);
}

form input,
form select,
form textarea,
.hs-input {
	border-color: rgba(202, 213, 226, 1.0);
	color: ;
	border-radius: 0px;
  background-color: rgba(255, 255, 255, 1.0);
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
	border-color: rgba(202, 213, 226, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
}

.fn-date-picker .pika-table thead th {
	color: rgba(255, 229, 0, 0.0);
}

.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before,
.hs-richtext {
	color: #000;
}

.hs-richtext {
	font-size: 20;
}

.hs-default-font-element,
.hs-main-font-element {
	font-family: ReplicaLLWeb-Regular;
}

.fn-date-picker td.is-today .pika-button {
	color: #494A52;
}

.fn-date-picker td.is-selected .pika-button {
	background: #494A52;
}

.fn-date-picker td .pika-button:hover {
	background-color: #F8FAFC !important;
}





th,
td {
	background-color: rgba(255, 255, 255, 1.0);
	border: 1px solid rgba(0, 0, 0, 1.0);
	color: rgba(0, 0, 0, 1.0);
}

thead th,
thead td {
	background-color: rgba(0, 0, 0, 1.0);
	color: rgba(255, 229, 0, 1.0);
}

tfoot td {
	background-color: rgba(0, 0, 0, 1.0);
	color: rgba(255, 229, 0, 1.0);
}

table,
tbody + tbody {
	border-color: rgba(0, 0, 0, 1.0);
}





.nav-special .nav-bg-sticky{
  opacity:1;
	background-color: rgba(0, 0, 0, 0.0);
}

.header__container {
	max-width: 1280px;
}

body .custom-menu-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
	color: #FFF;
}

body .custom-menu-primary .submenu.level-1 > li:hover > a,
body .custom-menu-primary .submenu.level-1 > li:focus > a,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
	color: #FFE500;
  background-color: #000
}

body .custom-menu-primary a.active-branch,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li a:active {
	color: #FFF;
}
body .custom-menu-primary .submenu.level-1 > li.active-branch,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li:active {
	background-color: #000;
}
body .custom-menu-primary .submenu.level-1 > li {
	background-color: ;
}
body .custom-menu-primary .submenu.level-1 > li:hover,
body .custom-menu-primary .submenu.level-1 > li:focus {
	background-color: #000
}
body .custom-menu-primary .submenu.level-1 > li > a.active-branch {
	color: #FFF;
}

body .custom-menu-primary .submenu.level-1 > li > a.active-branch:after {
	background-color: #FFF;
}
body .custom-menu-primary .submenu.level-2 > li > a {
	color: #fff;
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link {
	background-color: #000;
}
body .custom-menu-primary .submenu.level-2 .triangle-container .triangle {
	background-color: #000;
}

body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:hover,
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:focus,
body .header__language-switcher .lang_list_class li:hover,
body .custom-menu-primary .submenu.level-2 .triangle-container.level-2.hover .triangle {
	background-color: #000;
	color: #FFE500;
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-branch {
	color: #FFE500;
	background-color: #000;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
	font-family: ReplicaLLWeb-Regular;
}

.header__language-switcher-label-current:after {
	border-top-color: rgba(255, 255, 255, 1.0);
}

@media(max-width: 767px) {
	.header__navigation {
		background-color: rgba(0, 0, 0, 0.0);
	}

	.header__navigation-toggle svg,
	.menu-arrow svg {
		fill: rgba(255, 255, 255, 1.0);
	}
}





.footer {
	background-color: rgba(0, 0, 0, 1.0);
  
}

.footer-wrapper.footer h4{
  color: rgba(255, 255, 255, 1.0);
}

.menu-pages.MenuPages ul>li>a{
  color: rgba(255, 255, 255, 1.0);
}

.menu-pages.MenuPages ul>li>a:hover{
  color: rgba(255, 229, 0, 1.0);
}

.copyright.box-r.box-xs-b{
  color: rgba(255, 255, 255, 1.0);
}

.metanav ul>li>a{
  color: rgba(255, 255, 255, 1.0);
}

.metanav ul>li>a:hover{
  color: rgba(255, 255, 255, 1.0);
}

.socialnav ul a{
  color: rgba(255, 255, 255, 1.0);
}

.socialnav ul a:hover{
  color: rgba(255, 229, 0, 1.0);
}

.sprechen a{
  color: rgba(255, 229, 0, 1.0);
}

.sprechen a:hover{
  color: rgba(255, 229, 0, 1.0);
}

.footer__container {
	max-width: 1280px;
}





.content-wrapper {
	max-width: 1280px;
}

.blog-post__date {
	border-color: #000;
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
	color: #000;
}

.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__tag-link:focus,
.blog-post__author-name:focus {
	color: #000000;
}

.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__tag-link:active,
.blog-post__author-name:active {
	color: #282828;
}

.blog-tag-filter__menu-link--active-item:after {
	background-color: #494A52;
}

.blog-pagination__link {
	color: #000;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
	background-color: #494A52;
}

.blog-post__title {
	color: #9D1681;
	font-family:ReplicaLLWeb-Bold;
	font-size: 60px;
	font-weight: ;
}

.blog-post__author {
	background-color: #F8FAFC;
}

#comments-listing .comment-reply-to {
	color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
	color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:active {
	color: rgba(#null, 0.0);
}

/*             Blog Grid Listing and Post styles            */

.blog-header {
	background-color: rgb(245, 245, 245);
}

.hs-blog-listing,
.hs-blog-post {
	background-color: #FFF;
}

.blog-index__post-inner-card {
	box-shadow: -5px 0px 20px 0px rgba(80, 80, 80, 0.10);
}

.blog-post__tag-link:hover{
	color: #9D1681;
}

.blog-post__read-more svg {
	fill: #000;
}

.blog-post__read-more a:hover svg {
	fill: #9D1681;
}

.blog-sidebar ul {
	box-shadow: -5px 0px 20px 0px rgba(80, 80, 80, 0.10);
}

.blog-sidebar a {
	color: #000;
}

.blog-sidebar a:hover {
	color: #9D1681;
}


.post-featured-image {
	max-height: 600px;
}

.blog-post {
	box-shadow: -5px 0px 20px 0px rgba(80, 80, 80, 0.10);
}

.blog-post__meta a {
	color: #000;
}

.blog-post__body, .blog-post__tags a {
	color: #000;
}

.blog-post__meta a:hover {
  color: #9D1681
}

.blog-post__links {
	border-top:  2px solid rgb(235, 235, 235);
}

.blog-post__back-to-blog {
	color: #000;
}

.blog-post__back-to-blog:hover {
	color: #9D1681;
}

.blog-post__back-to-blog svg {
	fill: #000;
}

a.blog-post__back-to-blog:hover svg {
	fill: #9D1681;
}

.comment.depth-0,
.blog-comments form {
	border-top: 2px solid rgb(235, 235, 235);
}

.comment.depth-1 {
	border-left: 2px solid rgb(235, 235, 235);
}

.section.post-footer .hs-input {
	border-color: rgb(235, 235, 235);
}










body .icon svg {
	fill: #494A52;
}

body .tns-nav button.tns-nav-active {
	background-color: #494A52;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
	background-color: #494A52;
}

body .social-links__icon {
	background-color: #494A52;
}

body .social-links__icon:hover svg,
body .social-links__icon:focus svg {
	fill: rgba(#null, 0.0);
}

body .social-links__icon:active svg {
	fill: rgba(#null, 0.0);
}

body .team-member__description {
	background-color: #F8FAFC;
}

.page-center {
	max-width: 1280px;
	margin: 0 auto;
}




.body-container__website .dnd-section:nth-child(odd) {
	background-color: {typography=, tables=, buttons=, spacing=, footer=, global_colors=, blog_settings=, header=, forms=}
}



body.page-subscriptions,
body.page-subscriptions form div p {
  font-size: 16px;
  line-height: 1.56;
}
body.page-subscriptions #hs-localization-select {
  margin-bottom: 1.5rem;
}
body.page-subscriptions form label,
body.page-subscriptions form .checkbox-row span {
  display: inline-block;
  font-weight: 800;
  font-family: 'ReplicaLLWeb-Bold';
  font-size: 18px;
  line-height: 1;
}
body.page-subscriptions form .checkbox-row span.fakelabel {
  display: inline-block;
  position: relative;
  font-size: 18px;
  vertical-align: middle;
  margin-bottom: 8px;
  line-height: 1;
}
body.page-subscriptions #globalunsub,
body.page-subscriptions form .checkbox-row span input {
  display: inline-block;
  position: relative;
  top: -1px;
  font-family: ReplicaLLWeb-Regular;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
}
body.page-subscriptions .navbar-wrapper-subscriptions {
  top: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 10030;
  margin: 0 auto;
  background: #000;
}
body.page-subscriptions .navbar-subscriptions {
  position: relative;
  border: none;
  margin-bottom: 0;
  min-height: auto;
}
body.page-subscriptions .navbar-wrapper-subscriptions .navbar-header-subscriptions {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 10030;
  pointer-events: none;
}
body.page-subscriptions .navbar-logo-subscriptions {
  pointer-events: all;
  position: relative;
  width: 160px;
  padding: 22px 10px;
}
@media (max-width: 1023px) {
  body.page-subscriptions .navbar-logo-subscriptions {
    width: 110px;
    margin-left: -10px;
  }
}
body.page-subscriptions .navbar-logo-subscriptions img {
  width: auto !important;
  max-width: 100%;
}
body.page-subscriptions .hs-button, body.page-subscriptions .button--primary {
  border-radius: 0;
  border-width: 0;
}
body.page-subscriptions.no-banner .body-wrapper {
  padding-top: 77px;
}
@media (max-width: 1023px) {
  body.page-subscriptions.no-banner .body-wrapper {
    padding-top: 68px;
  }
}
body.page-subscriptions .content-wrapper {
  padding-top: 0;
}
@media (max-width: 1023px) {
  body.page-subscriptions .content-wrapper {
    padding-top: 0;
  }
}

body.page-subscriptions .container-header-image {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 50vw;
  max-height: 300px;
}
body.page-subscriptions .container-header-image .stage-text {
  position: relative;
  max-width: 1280px;
  padding: 0 20px;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}
body.page-subscriptions .container-header-image .stage-text h2 {
  color: #fff;
  font-size: 2.5rem;
}

@media (max-width: 1023px) {
  body.page-subscriptions .container-header-image .stage-text h2 {
    font-size: 2rem;
  }
}
@media(max-width: 767px) {
  body.page-subscriptions .container-header-image .stage-text h2 {
    font-size: 1.75rem;
  }
}
@media(max-width: 400px) {
  body.page-subscriptions .container-header-image .stage-text h2 {
    font-size: 1.5rem;
  }
}

body.page-subscriptions #email-prefs-form h1,
body.page-subscriptions #email-prefs-form h2 {
  font-size: 2rem;
}
body.page-subscriptions #email-prefs-form h1 {
  display: none;
}

#hs_login_reset,
.hs-landing-page form div p,
form .hs-form-field a.hs-login-widget-show-password,
form label {
  font-family: ReplicaLLWeb-Regular,arial,helvetica,sans-serif !important;
  font-weight: 400 !important;
}