







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */
















/* 1g. Site header */









/* 1g. Site footer */







/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */
















.content-wrapper,
.page-center,
.dnd-section > .row-fluid {
  max-width: 100%;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 40px  120px;
}

@media(max-width: 1080px) {
  .dnd-section,
  .content-wrapper--vertical-spacing {
    padding: 40px  15px;
  }
/* Der folgende Code wurde hinzugefügt, um den Formular-Button auch responsiv sichtbar zu machen */
  .actions {
    display: inherit!important 
}

}






body {
  font-size: 18px;
  color: 

  
  
    
  


  rgba(25, 25, 25, 1.0)

;
  font-weight: 350;
  /* font-family: Poppins; */
  font-family: 'Poppins';
  line-height:160%;
}



/* Anchors */

a {
  color: #C464AA;
}

a:hover,
a:focus {
  color: #A1568E;
}

p {
  margin-bottom:0px;
}

/* Headings */

h1 {
  font-family: Poppins;
  font-size: 52px;
  color: 

  
  
    
  


  rgba(25, 25, 25, 1.0)

;
  font-weight: 600;
  text-transform: uppercase;
}

h2 {
  font-family: Poppins;
  /* font-size: 50px; */
  font-size: clamp(1.875rem, 1.7188rem + 0.5vw, 2rem);
  color: 

  
  
    
  


  rgba(25, 25, 25, 1.0)

;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 140%;
}

h3 {
  font-family: Poppins;
  /* font-size: 48px; */
  font-size:26px;
  color: 

  
  
    
  


  rgba(25, 25, 25, 1.0)

;
  font-weight: 700;
}


h4 {
  font-family: Poppins;
  /* font-size: 46px; */
  font-size: clamp(1.0625rem, 0.9844rem + 0.25vw, 1.125rem);
  color: 

  
  
    
  


  rgba(25, 25, 25, 1.0)

;
  font-weight: 400;
}

h5 {
  font-family: Poppins;
  font-size: 44px;
  color: 

  
  
    
  


  rgba(25, 25, 25, 1.0)

;
  font-weight: 400;
  text-transform: uppercase;
}

h6 {
  font-family: Poppins;
  font-size: 42px;
  color: 

  
  
    
  


  rgba(25, 25, 25, 1.0)

;
  font-weight: 700;
  text-transform: uppercase;
}

.pr-0{
  padding-right:0px!important;
}

/* @media(max-width: 991px) {
  h1 {
     font-size: 36.4px;
  }
  h2 {
     font-size: 35.0px;
  }
  h3 {
     font-size: 33.599999999999994px;
  }
  h4 {
    font-size: 32.199999999999996px;
  }
  h5 {
    font-size: 30.799999999999997px;
  }
  h6 {
    font-size: 29.4px;
  }
}
 */






.button{
  background-color:  #745A94;
  color:white;
  border: 0px;
  border-radius: 0px;
  color: white;
  padding: 10.5px 16px;
}

.button:hover,
.button:focus {
  background-color: #5F4C80;
  border-color: rgba(196, 100, 170, 1.0);
  color: white;
}

.button:active {
  background-color: #5F4C80;
  border-color: rgba(196, 100, 170, 1.0);
  color: white;
}




@media only screen and (min-width : 481px) {
  .form-columns-2{
    max-width: 95% !important;
  }
}

/* Form title */

.form-title {
  background-color: 

  
  
    
  


  rgba(246, 241, 252, 0.0)

;
  color: #333333;
}

/* Form label */

form .hs-form-field > label,
form .field > label{
  color: #333333;
}

/* Form help text */

form legend {
  color: #333333;
}

/* Form inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: rgba(249, 249, 249,1.0);
  border-color: rgba(230, 230, 230,1.0);
  color: rgba(51, 51, 51,1.0);
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  border-color: rgba(196, 100, 170,1.0);
}

/* Form placeholder text */


/* Date picker */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 0px solid;
  background-color: rgba(158, 35, 125, 1.0);
  border-color: rgba(196, 100, 170, 1.0);
  border-radius: 0px;
  color: rgba(255, 255, 255, 1.0);
  padding: 10.5px 16px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  border: 0px solid;
  background-color: rgba(125, 32, 99, 1.0);
  border-color: rgba(196, 100, 170, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

form input[type=submit]:active,
form .hs-button:active {
  border: 0px solid;
  background-color: rgba(125, 32, 99, 1.0);
  border-color: rgba(196, 100, 170, 1.0);
  color: rgba(255, 255, 255, 1.0);
}





table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #191919;
}

th,
td {
  border-color: #191919;
  color: #191919;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(25, 25, 25, 1.0)

;
  border-bottom-color: #191919;
  color: #FFFFFF;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #191919;
}





#pageHeader{
  background-color:

  
  
    
  


  rgba(28, 28, 28, 1.0)

;
}
.no-banner header.header {
  background-color:

  
  
    
  


  rgba(28, 28, 28, 1.0)

;
}

#pageHeader .button-menu {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
#pageHeader .actions .lang-switch ul li a{
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
#pageHeader .lang-switch ul li:not(:first-child):after{
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.sideMenu .menu_inner{
  background-color: 

  
  
    
  


  rgba(28, 28, 28, 1.0)

;
}
#menu-lang-menu .highlight{
  font-weight: bold;
}
.menu_inner nav > ul > li > a{
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
span.child-trigger:before{
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.menu_inner nav>ul>li:hover{
  background-color: 

  
  
    
  


  rgba(95, 76, 128, 1.0)

;
}
.menu_inner nav>ul>li:hover > a{
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.menu_inner nav ul li>ul>li a{
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.menu_inner nav ul li>ul>li:hover a{
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  background-color: 

  
  
    
  


  rgba(95, 76, 128, 1.0)

;
}
.blog-header__subtitle{
  font-size: 18px;
  color: rgba(25, 25, 25, 1.0);
  font-weight: 350;
  font-family: 'Poppins';
}
@media (max-width: 991px) {
  .blog-header__subtitle{margin-bottom: 0px;}
}






.footer_content_wrapper{
  background-color: 

  
  
    
  


  rgba(158, 35, 125, 1.0)

;
}
.form_content_wrapper label>span{
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.form_content_wrapper .hs-richtext{
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.social_content_wrapper span.title{
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.lower_content .p-small{
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.form_content_wrapper .input>input{
  border-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.form_content_wrapper .input>input{
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.form_content_wrapper .hs-input.invalid.error{
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)


}
.form_content_wrapper .hs-input:focus{
  border-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.form_content_wrapper form .hs-error-msg{
  color: 

  
  
    
  


  rgba(242, 84, 91, 1.0)

;
}
.social_content_wrapper .items a>span.icon-facebook:before,
.social_content_wrapper .items a>span.icon-instagram:before,
.social_content_wrapper .items a>span.icon-youtube:before,
.social_content_wrapper .items a>span.icon-xing:before,
.social_content_wrapper .items a>span.icon-linkedin:before{
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.upper_content .social_content_wrapper .items a>span:hover:before{
  color: 

  
  
    
  


  rgba(161, 86, 142, 1.0)

;
}
.footer_menu_wrapper .hs-menu-wrapper>ul>li>a{
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.footer_menu_wrapper .hs-menu-wrapper>ul>li>a:hover{
  color: 

  
  
    
  


  rgba(196, 100, 170, 1.0)

;
}
.footer_menu_wrapper .hs-menu-wrapper>ul>li>a:after{
  background-color: 

  
  
    
  


  rgba(196, 100, 170, 1.0)

;
}
#hs_cos_wrapper_footer_logo{
  display: flex;
}
.footer_address h4{
  font-size: 22px;
  font-weight: 500;
}
.footer_address h4,
.footer_address p{
  color:white;
  text-align: left;
}

.footer_address p{
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0px;
}




/* Blog Header */



/* Blog Listing */

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

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: 

  
  
    
  


  rgba(25, 25, 25, 1.0)

;
}

.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: #A1568E;
}

.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: #A1568E;
}

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

.blog-pagination__link {
  color: 

  
  
    
  


  rgba(25, 25, 25, 1.0)

;
}

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

.blog-post__title {
  color: 

  
  
    
  


  rgba(25, 25, 25, 1.0)

;
  font-family:Poppins;
  /* font-size: 52px; */
  font-size: 50px;
  font-weight: 600;
}

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

#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            */

.hs-blog-listing,
.hs-blog-post {
  background-color: #ffffff;
}
.hs-blog-post h2,.hs-blog-post h3{
  margin-bottom: 0px;
  line-height: normal;
  margin-top: 2rem;
}

.blog-index__post-content a:hover,
.blog-sidebar a:hover,
.blog-post__meta a:hover,
.blog-post__back-to-blog:hover {
  color: #A1568E;
}

.blog-post__read-more a:hover svg,
a.blog-post__back-to-blog:hover svg {
  fill: #A1568E;
}

.blog-index__post-content--small h2 {
  /* font-size: 48px; */
  font-size: 32px;
  line-height:normal;
}

.blog-index__post-content a {
  color: 

  
  
    
  


  rgba(25, 25, 25, 1.0)

;
}

.blog-post__read-more svg {
  fill: 

  
  
    
  


  rgba(25, 25, 25, 1.0)

;
}

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

.blog-sidebar a {
  color: 

  
  
    
  


  rgba(25, 25, 25, 1.0)

;
}

.blog__subscription-block, .blog-related-posts {
  /* background-color: rgb(245, 245, 245); */
}

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

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

.blog-post__meta a {
  color: 

  
  
    
  


  rgba(25, 25, 25, 1.0)

;
}

.blog-post__meta a:hover {
  color: #A1568E;
}

.blog-post__links-container {
  border-top:  1px solid rgb(5, 5, 5);
}

.blog-post__back-to-blog {
  color: 

  
  
    
  


  rgba(25, 25, 25, 1.0)

;
}

.blog-post__back-to-blog svg {
  fill: 

  
  
    
  


  rgba(25, 25, 25, 1.0)

;
}

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

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

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

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










.card__price {
  font-family: Poppins
    font-size: 48px;
  color: 

  
  
    
  


  rgba(25, 25, 25, 1.0)

;
  font-weight: 700
}


/*Cookiebot*/
#CybotCookiebotDialog{
	border-radius: 0px!important;
}
#CybotCookiebotDialogPoweredbyLink,
#CybotCookiebotDialogPoweredbyCybot {
  display: none !important;
}
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept,
#CybotCookiebotDialogFooter
  #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  background-color: #5F4C80!important;
  border-color: #5F4C80!important;
  color: #ffffff!important;
}
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize,
#CybotCookiebotDialogFooter
  #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
  background-color: transparent!important;
  border-color: #5F4C80!important;
  color: #5F4C80!important;
  border-radius: 0px!important;
}
#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
  background-color: transparent!important;
  border: 2px solid #5F4C80!important;
  border-radius: 0px!important;
  color: #5F4C80!important;
}
#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a {
  color: #5F4C80!important;
}
#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.active {
  border-bottom: 1px solid #5F4C80!important;
  border-bottom-width: 1px;
  color: #5F4C80!important;
}
#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover {
  color: #494949!important;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a,
#CybotCookiebotDialog
  #CybotCookiebotDialogBodyLevelButtonIABHeaderViewPartnersLink,
#CybotCookiebotDialog #CybotCookiebotDialogDetailBulkConsentList dt a,
#CybotCookiebotDialog #CybotCookiebotDialogDetailFooter a,
#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonIABDescription a,
#CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieLink,
#CybotCookiebotDialogDetailBodyContentTextAbout a {
  color: #494949!important;
}
#CybotCookiebotDialogTabContent input:checked + .CybotCookiebotDialogBodyLevelButtonSlider {
    background-color: #5F4C80!important;
}
#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive{
	border-bottom: 1px solid #007196!important;
  border-bottom-width: 1px;
color: #007196!important;
}
#CybotCookiebotDialogPoweredByText{display:none!important;}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
  border-bottom: 1px solid #5F4C80 !important;
    border-bottom-color: rgb(0, 113, 150);
    border-bottom-style: solid;
    border-bottom-width: 1px;
  border-bottom-width: 1px;
  color: #5F4C80 !important;
}
#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieContainerButton:hover, #CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentIABv2Tab:hover, #CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieProvider:not(.CybotCookiebotDialogDetailBodyContentCookieInfoCount):hover {
  color: #5F4C80!important;
}


.hs-landing-page #main-content .body-container .row-fluid-wrapper > .row-fluid .span12 > .row-fluid-wrapper.row-depth-1:not(:first-of-type) > .row-fluid{
    max-width:1440px;
    margin-left:auto;
    margin-right:auto;
  }

@media (max-width: 767px) {
.hs-landing-page #main-content .body-container > .row-fluid-wrapper > .row-fluid > .span12 > .row-fluid-wrapper.row-depth-1:not(:first-of-type){
    padding-top: 60px!important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    padding-bottom: 60px!important;
  }
}