/* ******************************************************************************
*********************************************************************************
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: 1440px;
}

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

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




html {
  font-size: 1;
}

body {
  color: rgba(43, 46, 52, 1.0);
  font-family: RationalText-Book;
  font-weight: 400;
  font-size: 1rem;
}

p {
  font-family: RationalText-Book;
  font-weight: 400
}

a {
  font-family: RationalText-Book;
  color: rgba(169, 226, 208, 1.0);
  cursor: pointer;
  transition: color 250ms ease-out;
  -webkit-transition: color 250ms ease-out;
  -moz-transition: color 250ms ease-out;
  -o-transition: color 250ms ease-out;
}

a:hover,
a:focus {
  color: rgba(169, 226, 208, 1.0);
}

a:active {
  color: rgba(209, 255, 248, 1.0);
}

h1 {
  color: rgba(43, 46, 52, 1.0);
  font-family: RationalTWDisplay-Medium;
  font-size: 50px;
  font-weight: 500;
}

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

h2 {
  color: rgba(43, 46, 52, 1.0);
  font-family: RationalTWDisplay-Medium;
  font-size: 40px;
  font-weight: 500;
}

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

h3 {
  color: rgba(43, 46, 52, 1.0);
  font-family: RationalTWDisplay-Medium;
  font-size: 32px;
  font-weight: 500;
}

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

h4 {
  color: rgba(43, 46, 52, 1.0);
  font-family: RationalTWDisplay-SemiBold;
  font-size: 24px;
  font-weight: 600;
}

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

h5 {
  color: rgba(43, 46, 52, 1.0);
  font-family: RationalTWDisplay-SemiBold;
  font-size: 18px;
  font-weight: 600;
}

h6 {
  color: rgba(43, 46, 52, 1.0);
  font-family: RationalTWDisplay-Medium;
  font-size: 16px;
  font-weight: 400;
}

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






form,
.submitted-message {
  font-family: RationalText-Book;
}

h3.form-title {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(43, 46, 52, 1.0);
  
}

.hs-button,
.button--primary {
  background-color: rgba(43, 46, 52, 1.0);
  border-color: rgba(43, 46, 52, 1.0);
  border-radius: 0px;
  border-width: 2px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  color: rgba(43, 46, 52, 1.0);
  border-color: rgba(169, 226, 208, 1.0);
  background-color: rgba(169, 226, 208, 1.0);
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(83, 86, 92, 1.0);
  border-color: rgba(83, 86, 92, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-form label {
  color: rgba(43, 46, 52, 1.0);
}

.hs-form legend {
  color: rgba(43, 46, 52, 1.0);
}

form input,
form select,
form textarea,
.hs-input {
  border-color: rgba(169, 226, 208, 1.0);
  border-radius: 0px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(128, 189, 255, 1.0);
}

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

.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before,
.hs-richtext {
  color: rgba(43, 46, 52, 1.0);
}

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: RationalText-Book;
}

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

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

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








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

thead th,
thead td {
  background-color: rgba(43, 46, 52, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(43, 46, 52, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(43, 46, 52, 1.0);
}





header.header,
header.header:before{
  background-color: rgba(247, 243, 240, 1.0);
}

header.header:after{
  background-color: rgba(169, 226, 208, 1.0);
}




.header__container {
  max-width: 1440px;
}

body .custom-menu-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: rgba(43, 46, 52, 1.0);
}

.custom-menu-primary .navigation-primary > ul > li > a,
.Seminare_content_wrapper,
.icon_link .hs-menu-wrapper>ul>li>a{  
  color:rgba(43, 46, 52,1.0);
}

.menu_links_body .navigation-primary>ul>li>a,
.menu_links_body{
  background-color:rgba(247, 243, 240,1.0);
}

.menu_links_body .navigation-primary>ul>li:not(:last-child){
  border-bottom: 2px solid rgba(255, 255, 255, 1.0);
}

.header_links_wrapper span.menu line {
    stroke:rgba(0, 0, 0, 1.0);
}
.header_links_wrapper span.menu:hover line {
    stroke: rgba(169, 226, 208, 1.0);
}


.custom-menu-primary .navigation-primary > ul > li > a:hover,
.Seminare_content_wrapper:hover,
.icon_link .hs-menu-wrapper>ul>li>a:hover,
.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: rgba(169, 226, 208, 1.0);
  background-color: rgba(247, 243, 240, 0.0);
}

body .custom-menu-primary ul ul{
  background-color:rgba(247, 243, 240, 1.0);
}

.custom-menu-primary .navigation-primary > ul > li > a.active-item,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li a:active {
  color: rgba(169, 226, 208, 1.0);
  background-color: rgba(247, 243, 240, 1.0);
}

body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li:active {
  background-color: rgba(247, 243, 240, 1.0);
}

.custom-menu-primary .navigation-primary > ul ul li a {
  color: rgba(43, 46, 52, 1.0);
  background-color: rgba(247, 243, 240, 1.0);
}

.custom-menu-primary .navigation-primary > ul ul li a:hover,
body .header__language-switcher .lang_list_class li:hover,
body .custom-menu-primary .submenu.level-2 .triangle-container.level-2.hover .triangle {
  color: rgba(43, 46, 52, 1.0);
  background-color: rgba(43, 46, 52, 0.0);
}
.custom-menu-primary .navigation-primary > ul ul li a.active-item{
  color: rgba(43, 46, 52, 1.0);
  background-color: rgba(43, 46, 52, 0.0);
}

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

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



.seminare_links_header,
.menu_links_header{
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(46, 43, 52, 1.0);
}

.seminare_links_body{
  background-color: rgba(247, 243, 240, 1.0);
}

.seminare_links_body .hs-menu-wrapper>ul>li>a{
  background-color: rgba(43, 46, 52, 1.0);
  color: rgba(255, 255, 255, 1.0);
}



.seminare_links_body .hs-menu-wrapper>ul>li>a:hover{
  background-color: rgba(169, 226, 208, 1.0);
  color: rgba(43, 46, 52, 1.0);
}

.all_link_wrapper a{
  color: rgba(33, 37, 41, 1.0);
  border:2px solid rgba(43, 46, 52, 0.33);
}

.all_link_wrapper a:hover{
  color: rgba(43, 46, 52, 1.0);
  border:2px solid rgba(169, 226, 208, 1.0);
  background-color: rgba(169, 226, 208, 1.0);
}


@media(max-width: 767px) {
  .header__navigation {
    background-color: rgba(247, 243, 240, 1.0);
  }

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





.footer {
  background-color: rgba(247, 243, 240, 1.0);
}


.footer__copyright{
  color: rgba(43, 46, 52, 0.5);
}

.footer_menu_wrapper .hs-menu-wrapper>ul>li>a{
  color: rgba(43, 46, 52, 1.0);
  border-bottom: 2px solid rgba(169, 226, 208, 1.0);
}

.footer_menu_wrapper .hs-menu-wrapper>ul>li>a:hover{
  color: rgba(169, 226, 208, 1.0);
}

.footer__container {
  max-width: 1440px;
}





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

.blog-post__date {
  border-color: rgba(43, 46, 52, 1.0);
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: rgba(43, 46, 52, 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: rgba(43, 46, 52, 1.0);
}

.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: rgba(43, 46, 52, 1.0);
}

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

.blog-pagination__link {
  color: rgba(43, 46, 52, 1.0);
}

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

.blog-post__title {
  color: rgba(43, 46, 52, 1.0);
  font-family:RationalTWDisplay-Medium;
  font-size: 40px;
  font-weight: ;
}

.blog-post__author {
  background-color: #2b2e34;
}

#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(#null);
}

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

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

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

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

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

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

.blog-sidebar a {
  color: rgba(43, 46, 52, 1.0);
}

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

.blog__subscription-block {
  background-color: rgb(#null);
}

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

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

.blog-post__meta a {
  color: rgba(43, 46, 52, 1.0);
}

.blog-post__body, .blog-post__tags a {
  color: rgba(43, 46, 52, 1.0);
}

.blog-post__meta a:hover {
  color: #a9e2d0
}

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

.blog-post__back-to-blog {
  color: rgba(43, 46, 52, 1.0);
}

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

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

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

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

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

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

.blog-recent-posts {
  background-color: rgb(#null);
}

.blog-pagination__next-link--disabled,
.blog-pagination__prev-link--disabled{
  opacity:0.5;
}

.blog-pagination a{
  max-height:40px;
}
.blog-pagination__prev-link,
.blog-pagination__next-link{
  padding-top:2px!important;
}

.blog-pagination__prev-link svg, .blog-pagination__next-link svg{
  top: 5px;
  position: relative;
}









body .icon svg {
  fill: #2b2e34;
}

body .tns-nav button.tns-nav-active {
  background-color: #2b2e34;
}

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

body .social-links__icon {
  background-color: #2b2e34;
}

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: #2b2e34;
}

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





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

#hs_cos_wrapper_post_body .cta_button.btn-dark:hover {
  color: #2b2e34!important;
  border-color: #a9e2d0!important;
  background-color: #a9e2d0!important;
}


@media (min-width: 576px){
  .footer__container, 
  .header__container,
  .page-center,
  .dnd-section > .row-fluid,
  .content-wrapper{
    max-width: 540.0px;
  }
}

@media (min-width: 768px){
  .footer__container, 
  .header__container,
  .page-center,
  .dnd-section > .row-fluid,
  .content-wrapper{
    max-width: 720.0px;
  }
}

@media (min-width: 992px){
  .footer__container, 
  .header__container,
  .page-center,
  .dnd-section > .row-fluid,
  .content-wrapper{
    max-width: 959.9999999903999px;
  }
}

@media (min-width: 1200px){
  .footer__container, 
  .header__container,
  .page-center,
  .dnd-section > .row-fluid,
  .content-wrapper{
    max-width: 1139.9999999904px;
  }
}

@media (min-width: 1440px){
  .footer__container, 
  .header__container,
  .page-center,
  .dnd-section > .row-fluid,
  .content-wrapper{
    max-width: 1440px;
  }
}

.widgetbox.whitepaper{
  margin: 1rem 0rem;
}
.widgetbox.whitepaper h3{
  font-family: RationalTWDisplay-SemiBold,sans-serif;
  font-weight: 600;
}
.cta_button{
  -webkit-appearance: none!important;
  -moz-appearance: none!important;
  appearance: none!important;
}

/* Cookiebot */
#CybotCookiebotDialog input[type="checkbox"] + label {
  border: 0;
}
#CybotCookiebotDialog input[type="checkbox"]:checked + label {
  background-color: transparent !important;
}
a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection,
a#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll {
  background-color: #f7f3f0 !important;
}
a#CybotCookiebotDialogBodyLevelButtonAccept,
a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  background-color: #a9e2d0 !important;
}
#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper .CybotCookiebotDialogBodyButton{padding: 0.5rem !important;}
a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll,
a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection,
a#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll {
  
  border: 0 !important;
  color: #2b2e34 !important;
}
#CybotCookiebotDialogBodyLevelWrapper {
  display: flex !important;
  flex-direction: column;
}
#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper {
  margin: auto !important;
  float: unset !important;
}
#CybotCookiebotDialogBodyLevelButtonsSelectPane,
#CybotCookiebotDialogBodyLevelDetailsWrapper {
  border: 0 !important;
}
.mr-2, .mx-2 {
  margin-right: .5rem !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
form select{
  -webkit-appearance: none!important;
}
.d-block {
  display: block !important;
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
}

/*LP Course Offer*/
.page-course-offer h1{
  font-size: clamp(1.875rem, -0.2083rem + 6.9444vw, 3.125rem);
}
.page-course-offer h2{
  font-size: clamp(1.375rem, -0.5rem + 6.25vw, 2.5rem);
}
.page-course-offer h3{
  font-size: clamp(1.125rem, 0rem + 4.8611vw, 2rem);
}


.page-course-offer .body-container__landing .dnd-section:first-of-type .span7 .dnd-row:last-of-type{
  padding-bottom: 140px;
}

.page-course-offer ul:not(.inputs-list) {
	list-style-type:none!important;
  position: relative;
	padding-left: 0;
}

.page-course-offer ul li:not(.hs-form-booleancheckbox) {
	padding-left: 24px;
  margin-bottom: 24px;
  line-height: normal;
}


.page-course-offer ul li:not(.hs-form-booleancheckbox)::before {
	content: '';
	position: absolute;
	left: 0px;
	width: 19.2px;
	height: 19.2px;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Ebene_1' data-name='Ebene 1' xmlns='http://www.w3.org/2000/svg' width='19.2px' height='19.2px' version='1.1' viewBox='0 0 66 66'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23060000; stroke-width: 0px; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M33,0c18.2,0,33,14.8,33,33s-14.8,33-33,33S0,51.2,0,33,14.8,0,33,0ZM48.5,28.3c1.2-1.2,1.2-3.1,0-4.2s-3.1-1.2-4.2,0l-13.7,13.7-7.7-7.7c-1.2-1.2-3.1-1.2-4.2,0s-1.2,3.1,0,4.2l9.8,9.8c.6.6,1.3.9,2.1.9s1.6-.3,2.1-.9l15.8-15.8Z'/%3E%3Cmetadata%3E%3Csfw xmlns='http://ns.adobe.com/SaveForWeb/1.0/'%3E%3Cslices/%3E%3CsliceSourceBounds x='15' y='15' width='66' height='66' bottomLeftOrigin='true'/%3E%3C/sfw%3E%3C/metadata%3E%3C/svg%3E");
}

@media (min-width: 992px) {
  .page-course-offer ul li:not(.hs-form-booleancheckbox)::before {
  margin-top: 4px;
  }
  
}

.page-course-offer .row-number-25 ul li::before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Ebene_1' data-name='Ebene 1' xmlns='http://www.w3.org/2000/svg' width='19.2px' height='19.2px' version='1.1' viewBox='0 0 66 66'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23abe2d0; stroke-width: 0px; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M33,0c18.2,0,33,14.8,33,33s-14.8,33-33,33S0,51.2,0,33,14.8,0,33,0ZM48.5,28.3c1.2-1.2,1.2-3.1,0-4.2s-3.1-1.2-4.2,0l-13.7,13.7-7.7-7.7c-1.2-1.2-3.1-1.2-4.2,0s-1.2,3.1,0,4.2l9.8,9.8c.6.6,1.3.9,2.1.9s1.6-.3,2.1-.9l15.8-15.8Z'/%3E%3Cmetadata%3E%3Csfw xmlns='http://ns.adobe.com/SaveForWeb/1.0/'%3E%3Cslices/%3E%3CsliceSourceBounds x='15' y='15' width='66' height='66' bottomLeftOrigin='true'/%3E%3C/sfw%3E%3C/metadata%3E%3C/svg%3E");
}

.page-course-offer .row-number-57 .span6:first-of-type{
  justify-content: flex-start !important;
}

.page-course-offer .row-number-72 ul li::before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Ebene_1' data-name='Ebene 1' xmlns='http://www.w3.org/2000/svg' width='19.2px' height='19.2px' version='1.1' viewBox='0 0 700 700'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23000; stroke-width: 0px; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M350,0C156.7,0,0,156.7,0,350s156.7,350,350,350,350-156.7,350-350S543.3,0,350,0ZM376.4,538.5c-8.2,7.7-18.2,11.5-30.2,11.5-11.3.1-22.2-4.2-30.2-12.1-8.2-7.7-12.1-17.6-12.1-29.7-.5-11.2,4-22,12.1-29.7,8.2-7.7,19-11.9,30.2-11.5,11.4-.3,22.4,3.8,30.8,11.5,7.9,7.8,12.3,18.6,12.1,29.7.3,11.4-4.3,22.4-12.7,30.3ZM455.6,325.6c-4.9,5.5-20.9,20.3-47.3,43.5-9.9,8.2-17,17.6-22,27.5-5.5,11-8.2,22.5-8.2,35.8v7.7h-63.2v-7.7c0-20.9,3.3-39,11-53.9,7.2-14.8,28.6-38,64.4-69.8l6.6-7.7c9.9-12.1,14.8-25.3,14.8-39s-5.5-32.5-15.4-42.9c-10.4-10.5-25.3-15.4-44-15.4s-41.2,7.1-51.7,22.5c-9.3,12.7-13.8,30.8-13.8,53.9h-62.7c0-40.7,11.5-72.6,35.8-95.7,23.6-23.1,55.5-34.7,96.2-34.7h0,0c35.8,0,64.9,9.3,86.9,29.1,22,19.3,33,45.7,33,79.2s-7.1,50.1-20.3,67.7Z'/%3E%3Cmetadata%3E%3Csfw xmlns='http://ns.adobe.com/SaveForWeb/1.0/'%3E%3Cslices/%3E%3CsliceSourceBounds x='50' y='50' width='700' height='700' bottomLeftOrigin='true'/%3E%3C/sfw%3E%3C/metadata%3E%3C/svg%3E");
}


.page-course-offer .accordion_group .accordion_icon::before, .accordion_group .accordion_icon::after{
  right: 8px!important;
  width: 16px!important;
  height: 4px!important;
  border-radius: 8px!important;
  background-color: #34495e!important;
}

.page-course-offer .accordion_icon{
  border-radius: 20px;
  padding-right: 26px;
  font-size: 24px;

}
.page-course-offer  .accordion_group {
  background: transparent;
}

.page-course-offer .accordion_header{
  padding-right: 40px;
  position: relative;
  font-weight: bold;
  line-height: normal;
}
.page-course-offer .accordion_group .accordion_icon {
  position: absolute;
  width: 20px;
  height: 26px;
  right: 0px;
  background-color: transparent;
}

.page-course-offer .accordion_content{
  font-size: 16px;
  line-height: normal;
}

@media only screen and (min-width : 768px) {
  .page-course-offer ul:not(.inputs-list) {
    margin-left: 20px;
  }
}

#hs_menu_wrapper_header_top_links_ ul li a{
  font-family: RationalTWDisplay-SemiBold, sans-serif;
  font-weight: 600;
  transition: color 250ms ease-out;
  line-height: normal;
}

@media only screen and (max-width : 767px) {
  .Seminare_content_wrapper{display: block;}
  .Seminare_content_wrapper i{margin-right: 1.5rem !important;}
  .Seminare_content_wrapper .Seminare_text{display: none;}
}