







/* 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: 400;
  font-family: PP Telegraf;
}



/* Anchors */

a {
  color: #264AE5;
}

a:hover,
a:focus {
  color: #264AE5;
}

p > a{
    text-decoration: underline;
}

/* Headings */

h1 {
  font-family: PP Editorial New;
  font-size: clamp(34px, 4.2vw, 50px);
  color: 

  
  
    
  


  rgba(25, 25, 25, 1.0)

;
  font-weight: 700;
}

h2 {
  font-family: PP Editorial New;
  font-size: clamp(30px, 3.5vw, 40px);
  color: 

  
  
    
  


  rgba(25, 25, 25, 1.0)

;
  font-weight: 700;
}

h3 {
  font-family: PP Editorial New;
  font-size: clamp(28px, 3vw, 32px);
  color: 

  
  
    
  


  rgba(25, 25, 25, 1.0)

;
  font-weight: 700;
}

h4 {
  font-family: PP Editorial New;
  font-size: clamp(26px, 2.5vw, 28px);
  color: 

  
  
    
  


  rgba(25, 25, 25, 1.0)

;
  font-weight: 700;
}

h5 {
  font-family: PP Editorial New;
  font-size: clamp(24px, 2.2vw, 24px);
  color: 

  
  
    
  


  rgba(25, 25, 25, 1.0)

;
  font-weight: 700;
}

h6 {
  font-family: PP Editorial New;
  font-size: clamp(20px, 2vw, 20px);
  color: 

  
  
    
  


  rgba(25, 25, 25, 1.0)

;
  font-weight: 700;
}

@media(max-width: 991px) {
  h1 {
     font-size: clamp(34px, 4.2vw, 50px);
  }
  h2 {
     font-size: clamp(30px, 3.5vw, 40px);
  }
  h3 {
     font-size: clamp(28px, 3vw, 32px);
  }
  h4 {
    font-size: clamp(26px, 2.5vw, 28px);
  }
  h5 {
    font-size: clamp(24px, 2.2vw, 24px);
  }
  h6 {
    font-size: clamp(20px, 2vw, 20px);
  }
}







.button{
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border: 2px solid #264AE5;
  border-radius: 0px;
  color: #264AE5;
  padding: 15px 24px;
}

.button:hover,
.button:focus {
  background-color: rgba(38, 74, 229, 1.0);
  border-color: rgba(38, 74, 229, 1.0);
  color: #264AE5;
 color: rgba(255, 255, 255, 1.0);

}

.button:active {
  background-color: rgba(38, 74, 229, 1.0);
  border-color: rgba(38, 74, 229, 1.0);
 color: rgba(255, 255, 255, 1.0);
}






/* Form title */

.form-title {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 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(18, 78, 123,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: 2px solid;
  background-color: rgba(255, 255, 255, 0.0);
  border-color: rgba(38, 74, 229, 1.0);
  border-radius: 0px;
  color: rgba(38, 74, 229, 1.0);
  padding: 15px 24px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  border: 2px solid;
  background-color: rgba(38, 74, 229, 1.0);
  border-color: rgba(38, 74, 229, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

form input[type=submit]:active,
form .hs-button:active {
  border: 2px solid;
  background-color: rgba(38, 74, 229, 1.0);
  border-color: rgba(38, 74, 229, 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(250, 181, 171, 1.0)

;
}
#pageHeader .button-menu {
  color: 

  
  
    
  


  rgba(25, 25, 25, 1.0)

;
}
#pageHeader .actions .lang-switch ul li a{
  color: 

  
  
    
  


  rgba(25, 25, 25, 1.0)

;
}
#pageHeader .lang-switch ul li:not(:first-child):after{
  background-color: 

  
  
    
  


  rgba(25, 25, 25, 1.0)

;
}
.sideMenu .menu_inner{
  background-color: 

  
  
    
  


  rgba(25, 25, 25, 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(38, 74, 229, 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(38, 74, 229, 1.0)

;
}
.blog-header__subtitle{
  font-size: 18px;
  color: rgba(25, 25, 25, 1.0);
  font-weight: 400;
  font-family: PP Telegraf;
}
@media (max-width: 991px) {
  .blog-header__subtitle{margin-bottom: 0px;}
}






.footer_content_wrapper{
  background-color: 

  
  
    
  


  rgba(25, 25, 25, 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(250, 181, 171, 1.0)

;
}
.footer_legals_menu_wrapper .hs-menu-wrapper>ul>li>a{
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.footer_legals_menu_wrapper .hs-menu-wrapper>ul>li>a:hover{
  color: 

  
  
    
  


  rgba(250, 181, 171, 1.0)

;
}
.footer_legals_menu_wrapper .hs-menu-wrapper>ul>li>a:after{
  background-color: 

  
  
    
  


  rgba(250, 181, 171, 1.0)

;
}



/* 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: #264AE5;
}

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

.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:PP Editorial New;
  font-size: clamp(34px, 4.2vw, 50px);
  font-weight: 700;
}

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

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

.blog-index__post-content--small h2 {
  font-size: clamp(28px, 3vw, 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: #264AE5;
}

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

.blog-post__back-to-blog {
  color: 

  
  
    
  


  rgba(25, 25, 25, 1.0)

;
  font-family: 'PP Telegraf';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 160%;
}

.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: PP Editorial New
    font-size: 48px;
  color: 

  
  
    
  


  rgba(25, 25, 25, 1.0)

;
  font-weight: 700
}


/*Cookiebot*/
#CybotCookiebotDialog,
#CookiebotWidget.CookiebotWidget-open,
#CookiebotWidget.CookiebotWidget-open #CookiebotWidget-widgetContent {
  border-radius: 0px !important;
}
#CybotCookiebotDialogPoweredbyLink,
#CybotCookiebotDialogPoweredbyCybot,
.CookiebotWidget-main-logo {
  display: none !important;
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll,
#CookiebotWidget-btn-change,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection,
#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton,
#CookiebotWidget-btn-withdraw {
  font-family: "PP Telegraf", sans-serif !important;
  background-color: transparent !important;
  border-color: #264ae5 !important;
  color: #264ae5 !important;
  border-radius: 0px !important;
  text-transform: uppercase !important;
}
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept:hover,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept:hover,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll:hover,
#CookiebotWidget-btn-change:hover,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize:hover,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection:hover,
#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton:hover,
#CookiebotWidget-btn-withdraw:hover {
  background-color: #264ae5 !important;
  color: #fff !important;
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a,
#CookiebotWidget .CookiebotWidget-consent-details button {
  color: #000 !important;
}
#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.active {
  border-bottom: 1px solid #264ae5 !important;
  border-bottom-width: 1px;
  color: #264ae5 !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: #a9e2d0 !important;
}
#CybotCookiebotDialogPoweredByText {
  display: none !important;
}

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

#CookiebotWidget
  .CookiebotWidget-body
  .CookiebotWidget-consents-list
  li.CookiebotWidget-approved
  svg {
  fill: #264ae5 !important;
}


#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton:hover {
  opacity: 1!important;
}

/* update 29.01.2025 */
header.header.nav-down{
  /* background-color: #fab5ab; */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: top .3s ease-in-out,box-shadow .3s ease-in-out 0s,background-color .3s ease-in-out 0s;
}
.button-primary {
  box-sizing:border-box;
  width:fit-content;
  display:block;
  font-family:"PP Telegraf",serif;
  font-size:16px;
  font-weight:700;
  line-height:19px;
  letter-spacing:0;
  text-align:left;
  text-decoration:none;
  color:#264ae5;
  background-color:rgba(0,0,0,0);
  border:2px solid #264ae5;
  padding:15px 24px;
  transition:all .3s ease-in-out;
  text-transform:uppercase
}
@media(min-width: 768px) {
  .button-primary {
    font-size:16px;
    line-height:26px;
    padding:8px 18px
  }
}
.button-primary:hover {
  color:#fff;
  background-color:#264ae5
}
.button-primary.black {
  color:#191919;
  border-color:#191919
}
.button-primary.black:hover {
  color:#fff;
  background-color:#191919
}
.button-primary.pink {
  color:#FAB5AB;
  border-color:#FAB5AB
}
.button-primary.pink:hover {
  color:#fff;
   background-color:#FAB5AB
}


header .actions .button-primary {
  position:relative;
  display:flex
}
header .actions .button-primary svg+span {
  display:none
}
header .actions .button-primary span:last-child {
  position:absolute;
  display:inline-block;
  text-align:center;
  width:100%;
  top:6px;
  font-size:12px
}
header .actions .button-primary span:last-child:before {
  content:attr(data-amount)
}
header .actions .button-primary span:last-child[data-amount="0"] {
  display:none
}
header .actions .button-primary svg {
  width:35px;
  height:auto;
  overflow:visible
}
header .actions .button-primary svg path {
  stroke-width:2;
  fill:none
}
@media(max-width: 767px) {
  header .actions .button-primary {
    padding:0;
    border:0
  }
  header .actions .button-primary:hover {
    background-color:rgba(0,0,0,0);
    color:#191919
  }
}
@media(min-width: 768px) {
  header .actions .button-primary {
    gap:12px
  }
  header .actions .button-primary svg {
    width:17px
  }
  header .actions .button-primary svg path {
    stroke-width:3;
    fill:none
  }
  header .actions .button-primary svg+span {
    display:inline
  }
  header .actions .button-primary span:last-child {
    position:static;
    font-size:inherit
  }
  header .actions .button-primary span:last-child:before {
    content:"(" attr(data-amount)
  }
  header .actions .button-primary span:last-child:after {
    content:")"
  }
}

footer #hs_menu_wrapper_footer_column_menu ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0;
  margin: 0;
}

@media (min-width: 992px) {
  footer #hs_menu_wrapper_footer_column_menu ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media (min-width: 992px) {
  footer #hs_menu_wrapper_footer_column_menu ul > * {
    /* flex-basis: 33.33%; */
    flex-basis: 40%;
  }
}

footer #hs_menu_wrapper_footer_column_menu ul li {
  list-style: none;
}

footer #hs_menu_wrapper_footer_column_menu ul li a {
  font-family: PP Editorial New,sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: .56px;
  color: #fff;
  text-decoration: none;
  transition: color .3s ease-in-out;
  position: relative;
}

footer #hs_menu_wrapper_footer_column_menu ul li a:hover {
  color: #fab5ab;
}

footer #hs_menu_wrapper_footer_column_menu ul li a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  transition: width .3s ease-in-out;
  height: 1px;
  background-color: #fab5ab;
}

footer #hs_menu_wrapper_footer_column_menu ul li a:hover::after {
  width: 100%;
}

footer .social-class {
  display: flex;
  flex-direction: column;
  gap: 56px;
}

@media (min-width: 992px) {
  footer .social-class {
    width: 40%;
  }
}

@media (min-width: 768px) {
  footer .social-class .footer-newsletter {
    max-width: calc(50% - 2.49% / 2);
  }
}

@media (min-width: 992px) {
  footer .social-class .footer-newsletter {
    max-width: unset;
  }
}


.footer_content_wrapper .upper_content {
  display: flex;
  flex-direction: column;
  gap: 56px;
}

@media (min-width: 992px) {
  .footer_content_wrapper .upper_content{
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}

.footer_content_wrapper .upper_content .footer_menue_wrapper{
  flex:1;
}

.social_content_wrapper .items {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding: 0;
  justify-content: space-between;
  max-width: 200px;
}

header .social_content_wrapper{
  margin-top:30px
}

header .social_content_wrapper h5{
  display:none;
}

header .actions .lang-switch {
  display: none;
}

@media (min-width: 992px) {
  header .actions .lang-switch {
    display: flex;
  }
}

header .actions .lang-switch ul a {
  background-color: rgba(0,0,0,0);
  border: none;
  font-family: PP Telegraf,serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0;
  text-align: left;
  color: #191919;
  text-transform: uppercase;
  text-decoration: none;
}

header .actions .lang-switch ul li.current-language span {
  font-weight: 700;
}

footer h5 {
  color: #fff;
  font-family: PP Telegraf,serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: .56px;
}

.form_content_wrapper form .hs-richtext p {
  font-family: PP Telegraf,serif;
}

.footer_legals_menu_wrapper .hs-menu-wrapper>ul>li>a{
  font-weight: 400;
  line-height: 160%;
  letter-spacing: .56px;
  text-transform: none;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* update 13.02.2025 agb page forms 100% width */
.hs-landing-page form input[type="text"],
.hs-landing-page form input[type="email"],
.hs-landing-page form input[type="password"],
.hs-landing-page form input[type="tel"],
.hs-landing-page form input[type="number"],
.hs-landing-page form input[type="file"],
.hs-landing-page form select,
.hs-landing-page form textarea{
  width: 100%!important;
}
.hs_recaptcha .grecaptcha-badge{
  margin-left: 0px;
}

/* update based on patricks figma file */
.no-banner header.header{background-color:#fab5ab ;}
.post-featured-image {
  max-height: 676px;
  max-width: 1202px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -10vw;
  z-index: 1;
  position: relative;
  aspect-ratio: 16/9;
  width: 100%;
}

@media only screen and (max-width : 1440px) {
  .post-featured-image {
    margin-bottom: -15vw;
  }
}

.blog-post{
  z-index: 1;
}

@media only screen and (min-width : 1024px) {
  .background-field {
    position: absolute;
    background-color: #fab5ab;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 700px;
    width: 100%;
    z-index: 0;
  }
}

@media only screen and (min-width : 1080px) {
  #pageHeader .button-menu{
    margin-left: 22px;
  }
}

/* author-card */
h2.about-author-title{
  margin-bottom: 24px;
}
.author-card {
  display: flex;
}
.author-card h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  color: #fff;
  text-transform: uppercase;
}
.author-card-image img{
  aspect-ratio: 1/1;
  max-width: 278px;
  height: 100%;
  object-fit: cover;
}
.author-card-content {
  align-content: end;
  padding: 30px;
  width: 100%;
  background-color: #191919;
}
.author-card-content .button-primary{
  margin-top: 32px;
}

@media only screen and (max-width : 600px) {
  .author-card {
    flex-direction: column;
  }
  .author-card-image img{
    width: 100%;
    max-width: unset;
  }
}

.blog-post__sharing{
  display: flex;
  flex-direction: row;
  gap: 20px;
}
@media only screen and (max-width : 991px) {
  .blog-post__sharing{
    margin-top: 60px;
    gap: calc(20px / 1.5);
    margin-left: auto;
    margin-right: auto;
  }
}

.share-link {
  color:#191919;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  height: 18px;
  display: flex;
}

.share-link img{
  height: 18px;
  width: auto!important;
  border-radius: 0px;
  filter: grayscale(100%) brightness(0);
}

.blog-post__body ol,
.blog-post__body ul{
  padding-left: 16px;
}