div#privateModeText {
    display: none;
}



/* HTGF ONTS */

@font-face {
  font-family: 'ESFace-Italic'; 
  src: url('../ESFace-Italic.woff2') format('woff2'); 
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'ESFace-Regular'; 
  src: url('../ESFace-Regular.woff2') format('woff2'); 
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'ITCAvantGardePro-Md'; 
  src: url('../ITCAvantGardePro-Md.otf') format('opentype'); 
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ITCAvantGardePro-Bld'; 
  src: url('../ITCAvantGardePro-Bld.otf') format('opentype'); 
  font-weight: bold;
  font-style: normal;
}

@keyframes button-bg-hover-animation {
    0% {
        background-size: 110% 1000%
    }

    to {
        background-size: 110% 110%
    }
}

/* Variables */

:root {
  --white: #fff;
  --black: #000;
  --lightgrey: #f0eeeb;
  --background: #F7F6F5;
  --red: #fa6446;
  --turquoise: #64c2c8;
  --green: #d9d464;
  --grey: #d9d4cc;
      --dt-row-selected: 13, 110, 253;
    --dt-row-selected-text: 255, 255, 255;
    --dt-row-selected-link: 9, 10, 11;
    --dt-row-stripe: 0, 0, 0;
    --dt-row-hover: 0, 0, 0;
    --dt-column-ordering: 0, 0, 0;
  --font-ES-Italic: 'ESFace-Italic', 'Palatino', serif;
  --font-ES-Regular: 'ESFace-Regular', "Palatino", serif;
  --font-ITC-Medium: 'ITCAvantGardePro-Md', "Levenim MT Regular", sans-serif;
  --font-ITC-Bold: 'ITCAvantGardePro-Bld', "Levenim MT Bold", sans-serif;
  --htgf-global-content-size: 89.125rem;
  --htgf-border-radius-1: clamp(2rem,4vw,4rem);
}



/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: border-box;
}

html {
  position: relative;
  min-height: 100%;
  height: auto !important;
}

body {
  /*background: linear-gradient(120deg, rgba(240, 238, 235, 0.4) 0%, rgba(217, 212, 100, 0.4) 13%, rgba(250, 100, 70, 0.4) 57%, rgba(100, 194, 200, 0.4) 100%);*/
      background: url(/backgroundimage.png);
    padding-bottom: 377px;
    background-attachment: fixed;
    background-repeat: no-repeat;
  padding-bottom: 377px;
  background-size: cover;
}

body[data-sitemap-state="/event-news/newsdetail/:/event-news/:/"]{
  background: url(/HTGF-Mastergradient.png);
  background-repeat: no-repeat;
  background-size: contain;
}




/* Global Styles */

html {
  scroll-behavior: smooth;
  font-family: var(--font-ES-Regular) !important;
}

body {
  font-family: var(--font-ES-Regular) !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: var(--background) !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-ITC-Bold) !important;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0px;
}

h1,
.h1 {
  font-size: 60px !important;
  font-weight: 700 !important;
  color: var(--black) !important;
  text-align: center;
}

h2,
.h2 {
  font-size: 32px;
  font-weight: 400;
  color: var(--black);
  margin-top: 24px;
}

h3,
.h3 {
  font-size: 24px;
  font-weight: 500;
  color: var(--black);
}

h4,
.h4 {
  font-size: 22px;
  font-weight: 400;
  color: var(--black);
}

p,
.p {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: var(--black) !important;
  font-family: var(--font-ES-Regular) !important;
  margin-top: 1rem;
  margin-bottom: 0;
}


p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

a {
  font-family: var(--font-ITC-Medium) !important;
  font-style: normal;
  font-weight: 400;
}

span.serif {
    font-family: var(--font-ES-Regular);
    font-weight: normal;
}

.htgf_subheader {
  font-family: var(--font-ES-Regular) !important;
  font-style: normal !important;
  font-size: 40px;
  text-align: center;
}

.htgf_font_bold {
  font-family: var(--font-ITC-Medium);
  font-weight: 700;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

.htgf_dfm, .htgf_portfolio, .htgf_main {
  margin-top: 50px;
  width: calc(100% - 100px);
}

main.htgf_dealdetail {
  height: 100%;
}


.htgf_flex {
  display: flex;
}

.htgf_flex_centered {
  justify-content: center;
}

.htgf_heightfitcontent {
  height: fit-content;
}

.hidden{
  display: none !important;
}

main {
  max-width: var(--htgf-global-content-size);
  border-radius: var(--htgf-border-radius-1);
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  padding: 80px;
  margin-bottom: 80px
}

main.htgf_profil{
    padding: 20px 80px;
    margin-bottom: 40px;
  }

section.orb_header {
    margin-top: 94px;
    margin-left: auto;
    margin-right: auto;
    /* width: var(--htgf-global-content-size); */
    width: 100%;
    /* min-height: 20rem; */
    padding: max(20px, min(calc(7vw - 2.5rem), 5rem));
    text-align: center;
}

section.orb_header2 {
    display: flex;
    gap: 50px;
    max-width: var(--htgf-global-content-size);
    margin-left: auto;
    margin-right: auto;
        padding-left: 50px;
    padding-right: 50px;
}

.button {
    text-align: right;
}

button{
    padding: 16px 24px 11px;
    background: white;
    cursor: pointer;
    border: 1px solid black;
    user-select: none;
    font-weight: 500;
    border-radius: 9999px;
    font-family: var(--font-ITC-Medium);
    font-size: 18px;
    margin-left: auto;
    margin-right: 0;
    position: relative;
    line-height: 1;
    color: black;
}

span.btn_black {
    color: black !important;
}

.submit-btn span#btnText {
    color: white;
}

.submit-btn:hover span#btnText {
    color: black !important;
}

button:disabled .btn_black {
    color: white !important;
}

button:hover{
  color: black;
  box-shadow: inset 0 0 0 1.25px color-mix(in srgb, #000000 20%, transparent);
  border-color: transparent !important;
}

a:hover button.chevron,
button.chevron.hover{
    color: black;
  box-shadow: none;
  border-color: black !important;
}

a:hover button.chevron:after,
button:hover:after {
    content: "";
    opacity: .6;
    mix-blend-mode: multiply;
     background-image: url(../HTGF-Mastergradient.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 110% 110%;
    border-radius: 999999px;
    animation: 1s button-bg-hover-animation;
    position: absolute;
    inset: 0;
    overflow: hidden;   
  }

  button a.htgf_events-news_link{
    position: relative;
    z-index: 3000;
  }

  button a:hover{
    text-decoration: none !important;
  }

  .button-right{
    text-align: left;
    display: block;
    margin-left: auto;
    margin-right: 0;
  }

  button#submitBtn:hover {
    background-color: transparent;
}

button#submitBtn:hover span {
    color: black;
}

  textarea::placeholder,
input::placeholder {
  color: var(--grey) !important;
  font-family: var(--font-ES-Italic);
}

div#content {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

/*  Deal Details Start*/

.htgf_dealdetail_heading {
  text-align: center;
  width: 100%;
  margin-bottom: 2rem;
}

.htgf_dealdetail_columns {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.htgf_levels_label{
    display: flex;
    gap: 12px;
    align-items: center;
    
}



.htgf_dealdetail {
  display: flex;
  flex-direction: column; 
  align-items: left;
}

.htgf-dealdetail-information {
    flex: 1;
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
/*.htgf-dealdetail-information div {
    padding: 16px;
}*/
.htgf_dealdetail_keyfacts{
    background: var(--white);
    border-radius: 20px;
    padding: 25px;
}

.htgf_dealdetail_about {
    background: var(--white);
    border-radius: 20px;
    padding: 0;
    display: flex !important;
    flex-direction: column;
}

.htgf_dealdetail_about h3 {
    margin-top: 50px !important;
}

.htgf_dealdetail_table{
  display: flex;
}
.htgf_dealdetail_keyfacts {
  flex: 1;
  padding: 1rem;
  color: #000;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.htgf_dealdetail_keyfacts div {
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
}

.htgf-buttons-section {
        align-items: center;
    margin-left: auto;
    margin-right: 0 !important;
    padding-right: 0 !important;
}
.htgf-btn-group {
    display: flex;
    gap: 7rem;
    padding-right: 0 !important;
}

.htgf_detail_item_button {
    border-radius: 20px;
    border: 1px solid #000;    
    padding: 14px 22px;    
    background: #f9f3ed;
    text-align: center;
}

button.htgf_detail_item_button{
      margin-top: auto;
    align-self: flex-start;
    height: 50px;
}

.htgf-btn__label {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: inherit;
  line-height: 12px;
}



label.htgf-checkbox {
    margin-top: 5px;
    text-align: left;
    font-family: var(--font-ITC-Medium);
    font-size: 18px;
    font-weight: 200;
    margin-left: 20px;
    margin-right: 20px;
}

input[type="checkbox"] {
        width: auto !important;
    margin-right: 10px !important;
}

  /*Interesse bekunden pop-up window Start*/
  .htgf_error_message {
    color: #d10000;
    font-size: 14px;
    align-items: center;
    gap: 5px;
    margin-top: 8px;
    font-weight: 500;
  }
.htgf_error_messagetext{
  margin-bottom: 15px;
  display: none;
}
.htgf_error_star{
  color: red; 
  padding-right: 7px;
}
.htgf_popup_overlay {
  display: none; 
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.htgf_popup {
  background: #f5f5f5;
  width: 50%;
  padding: 30px;
  border-radius: 12px;
  position: relative;
}


.htgf_popup_header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.htgf_back_arrow {
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
}

.htgf_popup_title {
  margin: 0 0 5px 0;
}

.htgf_popup_buttons {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.htgf_popup_buttons button {
    height: 50px;
    min-width: 90px;
    padding: 10px 14px;
    line-height: 34px;;
}
/*.htgf_btn_white {
  background: var(--white);
  border: 1px solid var(--black);
  border-radius: 6px;
}
*/
.htgf_btn_dark {
  margin-left: auto;
  background: #333;
  color: var(--white) ;
  border: none;
}


  .htgf_btn_dark.inactive,
  .htgf_detail_item_button.inactive{
    opacity: 0.5;
    cursor: not-allowed;
    color: var(--white) ;
    background: #8f8484;
  }
.htgf_popup_textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 10px;
}
  /*Interesse bekunden pop-up window Start*/
/* =============================================================================
Dashboard Start
============================================================================= */

h1.htgf_section_home_welcome {
    margin-top: 24px !important;
    margin-bottom: 0 !important;
    line-height: 1;
}

p.htgf_section_home_welcome_small {
    font-size: 18px !important;
}
.htgf_ueb_abstand {
    margin-top: 100px !important;
}

.htgf_card_list_heading_kam{
display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 4rem;
}


.chevron {
    padding-left: 16px !important;
    padding-right: 16px !important;
    background-color: transparent !important;
    color: white !important;
    padding-top: 13px !important;
    padding-bottom: 13px !important;
}

.htgf_home a:hover{
  text-decoration: none !important;
}



.htgf_kam h2.htgf_card_list_title {
    font-family: var(--font-ITC-Medium);
    font-size: 1.125rem;
}

.htgf_kam .htgf_card_list_description {
    font-size: 32px;
    text-align: center;
}

.htgf_card_list_kam {
    background-color: #f7f6f5 !important;
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}


.htgf_main.htgf_home section {
  margin-top: 20px;
}

.orb_header h1{
  margin-top: 60px;
}

h2.htgf_card_list_title{
  margin-bottom: 0;
  margin-top: 0;
}

.htgf_section_home_welcome,
.htgf_section_dfm_heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;  
}

.htgf_section_home_welcome h1,
.htgf_section_dfm_heading {
  margin: 0;
}

.htgf_section_home_welcome h2,
.htgf_section_dfm_heading {
  margin: 0;
}

.htgf_section_home_twocolumn {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 20px;
  justify-content: center;
  margin-top: 20px;
}
.htgf_section_home_twocolumn_kams{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 150px;
    justify-content: center;
    }

.htgf_section_home_onecolumn {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 20px;
  justify-content: center;
  margin-top: 20px;
  background-color: var(--white);
  padding: 16px;
  border-radius: 16px;
}

.htgf_home button {
    color: white;
    background-color: black;
}

.htgf_home button:hover {
    background-color: transparent;
    color: black;
}

.htgf_popup_buttons button:hover{
    color: black;
    box-shadow: inset 0 0 0 1.25px color-mix(in srgb, black 20%, transparent);
    text-decoration: none !important;
    border-color: transparent;
    background-color: transparent;
}

.htgf_section_home_onecolumn .htgf_card_list_heading {
  width: 100%;
}

.htgf_card_kpi {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    align-items: center;
    background-color: var(--white);
    padding: 25px 50px;
    border-radius: 99px;
    box-shadow: inset 0 0 0 1.25px color-mix(in srgb, #000000 20%, transparent);
}

span.htgf_card_kpi_number {
    font-size: 30px;
    font-weight: bold;
    font-family: 'ITCAvantGardePro-Bld';
}

.htgf_card_kpi .htgf_font_bold {
  font-size: 30px;
}

.htgf_card_kpi_heading {
  align-self: flex-start;
}

.htgf_card_list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  background-color: var(--white);
  /*padding: 16px;*/
  border-radius: 16px;
      align-items: left;
      text-align: left;
}

.htgf_card_list_newsletter {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  background-color: var(--white);
  padding: 16px;
  border-radius: 16px;
      align-items: center;
      text-align: center;
}

.htgf_heightfitcontent p {
    width: 80%;
    font-size: 1.125rem !important;
    margin-top: 24px;
}

.htgf_heightfitcontent .htgf_card_list_heading {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  font-size: 32px;
    line-height: 1.1875;
}

.htgf_card_list_heading {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-template-rows: 1fr;
}

.htgf_card_list_title {
  grid-column: 1;
  grid-row: 1;
  font-family: var(--font-ITC-Medium);
  font-weight: 600;
}

.htgf_card_list_description {
  grid-column: 1;
}

.htgf_card_list_button {
  grid-column: 2;
  grid-row: 1;
  border-radius: 16px;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 16px;
  padding-top: 8px;
}

.htgf_card_list_item_button {
  border-radius: 16px;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 16px;
  padding-top: 8px;
  height: fit-content;
}

.htgf_section_home_welcome_title{
  padding-top: 30px;
}

.htgf_card_list_content {
  padding: 0;
  margin: 0;
  list-style-type: unset;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.htgf_card_list_item {
      list-style-type: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: linear-gradient(120deg, rgba(240, 238, 235, 0.4) 0%, rgba(217, 212, 100, 0.4) 13%, rgba(250, 100, 70, 0.4) 57%, rgba(100, 194, 200, 0.4) 100%);
    border-radius: 99px;
    padding: 16px 25px;
    box-shadow: inset 0 0 0 0.5pt 
 color-mix(in srgb, #000000 20%, transparent);
 align-items: center;
}

.htgf_card_list_item div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}



.htgf_card_tile_content {
  list-style-type: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  justify-items: center;
}

.htgf_card_tile_item {
  padding: 16px;
  height: 431px;
  width: 431px;
  border-radius: 16px;
  display: flex;
  align-items: flex-end;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
}

/* News und Events */

.htgf_section_home-news{
  margin-top: 100px !important;
}

.htgf_section_home_news-events .htgf_section_home_twocolumn {
        display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: space-between;
    margin-top: 20px;
    flex-wrap: wrap;
    align-content: flex-start;
    margin-bottom: 20px;
    align-items: flex-start;
}

.htgf_section_home_news-events a.htgf_events-event_link:hover{
      opacity: 1;
    transition: opacity var(--content-transition-duration) ease;
    background-image: url(../HTGF-Mastergradient-light.png);
    background-size: 100% 100%;
    animation: .75s linkhover;
}

/* KAMs */


img.htgf_kam_image {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1.5rem;
    z-index: 1;
    transition: transform 0.5s ease;
    left: 0;
}

.htgf_kam_content {
    background-color: color-mix(in srgb, #f0eeeb 60%, transparent);
    border-radius: 16px;
    padding: 20px;
    z-index: 2;
    background-color: color-mix(in srgb, #000000 60%, transparent);
    border: solid 1px  color-mix(in srgb, #FFFFFF 20%, transparent);
    color: white;
    position: relative;
    width: 100%;
}

.htgf_kam_content .htgf_font_bold {
    font-weight: normal !important;
}

.htgf_font_regular{
  font-family: var(--font-ES-Regular);
}

a.htgf_kam_maillink{
  text-decoration: none !important;
}

a.htgf_kam_maillink{
  position: relative;
}

a.htgf_kam_maillink:hover:after{
    content: "";
    opacity: .6;
    mix-blend-mode: multiply;
    background-image: url(../HTGF-Mastergradient.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 110% 110%;
    border-radius: 1.5rem;
    animation: 1s button-bg-hover-animation;
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 1;
}

a.htgf_event_content.htgf_eventlink {
    text-align: right;
}



/* =============================================================================
Dashboard End
============================================================================= */


/* =============================================================================
Header Start
============================================================================= */

#htgfNavigation * {
  font-family: var(--font-ITC-Medium) !important;
}

svg.active,
.htgf_active svg.list{
  display: none;
}

.htgf_active svg.active{
  display: block;
  fill: white !important;
}

header#htgfNavigation {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    margin-top: 0;
    z-index: 20;
    background-color: color-mix(in srgb, #f0eeeb 60%, transparent);
    backdrop-filter: blur(60px);
    border-bottom: solid 1px  color-mix(in srgb, #000000 20%, transparent);
}

/*-- -------------------------- -->
<---     Mobile Navigation      -->
<--- -------------------------- -*/



/*-- -------------------------- -->
<---     Navigation Dropdown    -->
<--- -------------------------- -*/

/*#dfmTableAjax_wrapper, */#dfmTableAjax{
  display: table;
}

div.dt-container .dt-search input{
  border-radius: 99px !important;
  padding-left: 20px !important;
  padding-top: 11px !important;
}



.htgf_li-flex {
  display: flex;
  align-items: center
}

.htgf_globe-icon {
  height: 28px;
}

.htgf_user-icon {
  height: 28px;
}

.htgf_li-readonly {
  color: var(--grey);
  font-style: italic;
}

.htgf_li-readonly:hover {
  cursor: default !important;
  background: var(--white) !important;
  color: var(--grey) !important;
}

.flex-grow-0 {
  flex-grow: 0;
}



/* =============================================================================
Header End
============================================================================= */



/* =============================================================================
Footer Start
============================================================================= */

footer {
  position: absolute !important;
  bottom: 0;
  height: 377px;
  width: 100%;
  background-color: black;

}

figure.htgf-block-image {
    margin-bottom: 0;
}

.footer-inner{
  padding: 20px;
}

.footer-inner-flex {
    display: flex;
    width: 100%;
    gap: 7%;
}

#footer_logo-and-buttons{
     border-bottom: solid 1px color-mix(in srgb, #FFFFFF 20%,transparent);
    margin-bottom: 1rem;
    padding-bottom: 1.5rem;
}

.htgf-block-group {
    width: 9rem;
}

h3.htgf-block-heading{
    color: white;
    font-size: .75rem;
    font-weight: 700;
    line-height: 1.1875;
}

div.htgf-block-button{
  position: relative;
}

a.htgf-block-button::before {
  content: "";
  -webkit-mask: url("../chevron.svg") no-repeat center;
  mask: url("../chevron.svg") no-repeat center;
  background-color: white;
  display: inline-block;
  width: 1em;
  height: 1em;
  float: right;
  margin-top: 2px;

}

a.htgf-block-button {
    box-sizing: border-box;
    font-weight: 500;
    border: none !important;
    font-size: .75rem;
    padding: 7px 0 4px;
    color: white;
        width: 100%;
    display: inline-block;
    position: relative;
    z-index: 3000;
      white-space: nowrap;
}

.htgf-block-button:hover::after{
    content: "";
    opacity: .6;
    mix-blend-mode: lighten;
     background-image: url(../HTGF-Mastergradient.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 110% 110%;
    border-radius: 999999px;
    animation: 1s button-bg-hover-animation;
    position: absolute;
    inset: 0;
    overflow: hidden; 
    }

.htgf-block-button:hover a.htgf-block-button{
    box-shadow: none;
    background-color: #0000;
    color: var(--wp--preset--color--base) !important;
    border: none !important;
    padding: 7px .5rem 4px !important;
    text-decoration: none !important;
    transition: padding 0.5s ease;
}

div#footer_social-media {
    margin-left: auto;
    margin-right: 0;
}

#footer_social-media .htgf-block-group {
    display: flex;
    gap: .5rem;
}

div#footer_member-of {
    display: flex;
    justify-content: space-between;
    background: color-mix(in srgb, #FFFFFF 10%, transparent);
    padding: 1rem 1rem .8rem;
    border-radius: .5rem;
    margin-top: 2rem;
    align-items: center;
    margin-bottom: 1.3rem;
}

p.htgf_footer_text {
    font-family: var(--font-ITC-Medium) !important;
    color: white !important;
    font-weight: 200 !important;
    font-size: .75rem !important;
}

p.htgf_footer_text {
    margin-bottom: 0;
}

/* =============================================================================
Footer End
============================================================================= */



/* =============================================================================
DEALFLOWMONITOR START
============================================================================= */

.htgf-dealdetail-header {
    display: block;
    text-align: left;
    margin-left: 0;
    margin-right: auto;
}

.htgf_dealdetail_keyfacts .htgf-buttons-section .htgf-btn-group {
    padding-top: 1em;
}

.htgf_dealdetail_keyfacts h3 {
    margin-bottom: 10px;
    margin-top: 0;
}

.htgf_dealdetail h2 {
    margin-bottom: 50px;
}

.htgf-buttons-section {
    margin-top: auto;
    align-self: flex-start;
}

.htgf_detail_item_button{
  padding-top: 15px;
}

table#dfmTableAjax th, #dfmTableAjax td, table#portfolioTableAjax th, #portfolioTableAjax td {
    text-align: left;
    vertical-align: text-bottom;
}

table#dfmTableAjax th, table#portfolioTableAjax th{
  font-family: var(--font-ITC-Bold);
}

table.dataTable thead>tr>th div.dt-column-header{
  flex-direction: row !important;
}

button.ms-Button.ms-Button--default.ms-Button--hasMenu.root-170 {
  display: none;
}

.htgf_tableview {
  margin-top: 20px;
}

.htgf_tableview div>div>div>div>span>div {
  border-radius: 16px;
  background-color: white !important;
}

.body-124,
.fui-FluentProvider.fui-FluentProvider1.___jdtuxv0.f19n0e5.fxugw4r.f1o700av.fk6fouc.fkhj508.figsok6.f1i3iumi,
.htgf_tableview div>div>div>span>div>div:nth-child(3) {
  border-radius: 16px;
  background-color: #F2F1EF;
}

.htgf_tableview .ms-Stack.root-142 div {
  background-color: #F2F1EF !important;
}

.htgf_tableview div>div>div>span>div>div:nth-child(3)>div>div.ms-StackItem.searchBoxContainer-143>div>div>div>div>div>div.ms-OverflowSet.ms-CommandBar-secondaryCommand.secondarySet-181>div:nth-child(3)>div>div.ms-SearchBox.root-185>div {
  background-color: white !important;
  border-radius: 16px 0 0 16px;
}

.htgf_tableview .ms-SearchBox-field {
  background-color: white !important;
  border-radius: 0 16px 16px 0;
}

.htgf_tableview .ms-Stack.root-142 {
  border: 2px solid black;
  border-radius: 16px;
  padding: 0 20px 20px 20px;
  background-color: #F2F1EF;
}

.htgf_tableview .searchBoxContainer-143 {
  margin-top: 20px;
}
#dfmTableAjax_wrapper,
#dfmTableLiquid_wrapper,
#portfolioTableAjax_wrapper{
  width: 100%;
}

#dfmTableAjax tbody tr,
#dfmTableLiquid tbody tr:hover,
#portfolioTableAjax tbody tr{
  cursor: pointer;
}

#dfmTableAjax tbody tr:hover,
#dfmTableLiquid tbody tr:hover,
#dfmTableAjax tr:hover + tr.htgf-desc-child,
#dfmTableAjax tr:has(+ tr.htgf-desc-child:hover),
#portfolioTableAjax tbody tr:hover{
  font-weight: bold;
  box-shadow: none !important;
  background-color: #F9F9F9 !important;
}

tr.htgf-desc-child:hover{
  box-shadow: none !important;
  background-color: #F9F9F9 !important;
}

table.dataTable.stripe>tbody>tr:nth-child(odd)>*, table.dataTable.display>tbody>tr:nth-child(odd)>*{
  background-color: #F9F9F9 !important;
  box-shadow: none !important;
}

table.dataTable.hover>tbody>tr:hover>*, table.dataTable.display>tbody>tr:hover>* {
    box-shadow: none !important;
}

.htgf-portfolioheader {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 50px;
    margin-bottom: 50px;
}

.htgf-portfolioheader h2 {
    margin-bottom: 0;
}

.logo_container {
    position: relative;
    width: 250px;
  }

.logo_container-background{
      mix-blend-mode: multiply;
    opacity: .5;
    border-radius: var(--htgf--preset--border-radius--2);
    z-index: 4;
    background-image: url(../HTGF-Mastergradient.png);
    background-size: cover;
    font-size: 0;
    line-height: 0;
    transition: opacity .2s ease-in-out;
    position: absolute;
    inset: 0;
    border-radius: 2rem;
}

.logo_container-inner{
    aspect-ratio: 1;
    border-radius: 2rem;
    box-sizing: border-box;
    background-color: #fff;
    width: 100%;
    padding: 1rem;
    display: flex;
    position: relative;
    overflow: hidden;
    box-shadow: inset 0 0 0 1px #0003;
    align-items: center;
    justify-content: center;
}

img.invest-logo {
    max-height: 100px;
    width: auto;
    filter: grayscale();
}

/*Filters in Dealflowmonitor*/
.htgf-FieldHorizontal {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    height: 57px;
}

.htgf-info-btn,
.htgf_detail_item_button{
  position: relative;
}

.htgf-FieldLabel,
.htgf-info-btn {
    /* padding: 16px 24px 12px; */
    padding-top: 18px;
    background: white;
    cursor: pointer;
    border: 1px solid black;
    user-select: none;
    font-weight: 500;
    border-radius: 9999px;
    font-family: var(--font-ITC-Medium);
    font-size: 18px;
    height: 50px;
}

.htgf_detail_item_button {
    /* padding: 16px 24px 12px; */
    padding-top: 18px;
    background: white;
    cursor: pointer;
    border: 1px solid black;
    user-select: none;
    font-weight: 500;
    border-radius: 9999px;
    font-family: var(--font-ITC-Medium);
    font-size: 18px;
    height: 50px;
}

a.htgf_detail_item_button{
  padding-top: 13px;
}

button#clearFilters {
    grid-column: -2 / -1;
    justify-self: end;
}

.htgf-FieldLabel, #clearFilters, #mySearchProfile{
  width: max-content;
  padding-left: 5px;
  padding-right: 5px;
  min-width: 100%;
  height: 57px;
}

.htgf-FieldLabel:hover,
.htgf-info-btn:hover,
.htgf_detail_item_button:hover{
  color: black;
  box-shadow: inset 0 0 0 1.25px color-mix(in srgb,black 20%,transparent);
  text-decoration: none !important;
  border-color: transparent;
}

.htgf-FieldLabel:hover:after,
.htgf-info-btn:hover:after,
.htgf_detail_item_button:hover:after {
    content: "";
    opacity: .6;
    mix-blend-mode: multiply;
     background-image: url(../HTGF-Mastergradient.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 110% 110%;
    border-radius: 999999px;
    animation: 1s button-bg-hover-animation;
    position: absolute;
    inset: 0;
    overflow: hidden;   
  }

#htgf_sector_field,
#htgf_focusArea_field,
#htgf_completionstatus_field,
#htgf_statusDFM_field{
    display: none;
    width: 100%;
    -webkit-box-shadow: 4px 4px 7px -1px #D9D4CC;
    box-shadow: 4px 4px 7px -1px #D9D4CC;
    border: 1px solid var(--grey);
    border-radius: 16px;
}

#htgf_sector_field, #htgf_focusArea_field, #htgf_TargetClientSector_field
{
    min-width: 400px;
}

.htgf-FieldValue {          
    position: absolute;
    top: 100%;              
    left: 0;
    width: 220px;           
    max-height: 300px;      
    overflow-y: auto;
    background: #fff;
    border: 1px solid #ccc;
    padding: 5px;
    z-index: 100;
    width: 250px !important;         
}

section.htgf-deals-filters,
section.htgf-events-filters{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;  
}

a.htgf_event_content.htgf_portfoliolink {
    margin-top: auto;
    margin-left: auto;
}

.htgf_portfoliodetail_about button.htgf_detail_item_button {
    display: block;
    margin-top: 50px;
}

section.htgf-portfolios-filters {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;  
}

.htgf-FieldValue label {
    display: block;
    cursor: pointer;
    user-select: none;
    margin-left: 45px;
    text-indent: -28px;
}

button#clearFilters:hover {
    background-color: #e0e0e0;
}

.htgf-FieldHorizontal {
        position: relative;
    display: inline-block;
    margin-right: 20px;
    width: 100%;
    text-align: center;
}


.htgf-FieldLabel.htgf-ActiveFilter,
button.htgf-ActiveFilter{
  background-color: black;
  color: white;
}

.htgf-FieldLabel.htgf-ActiveFilter:hover, 
button.htgf-ActiveFilter:hover{
  background-color: transparent;
  color: black;
}


.htgf-FieldValue {          
    position: absolute;
    top: 100%;              
    left: 0;
    width: 220px;           
    max-height: 200px;      
    overflow-y: auto;
    background: #fff;
    border: 1px solid var(--grey);
    padding: 5px;
    z-index: 100;   
    border-radius: 16px;
    box-shadow: 4px 4px 7px -1px #D9D4CC;            
}

#datepickerfrom, #datepickerto {
    width: 100%;
    padding: 6px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}

.pikaday {
    font-family: var(--font-ITC-Medium), sans-serif;
}

#clearFilters.htgf-clearfilter-active{
    background-color: black;
    color: white;
  }

  #clearFilters:hover{
    color: black;
  }

  button.pika-button.pika-day {
    margin: 5px !important;
    text-align: center;
}

.dt-search {
    display: flex;
    height: 45px;
    margin-top: 30px;
    margin-bottom: 30px;
    min-width: 500px;
}

.dt-search label {
    margin-top: 12px;
    margin-right: 15px;
}

td.dt-type-numeric {
    text-align: left !important;
}


#dfmTableLiquid_wrapper th{
  font-family: var(--font-ITC-Medium);
}

#dfmTableLiquid_wrapper td {
  vertical-align: top;
}

#dfmTableLiquid_wrapper td a{
  font-family: var(--font-ES-Regular) !important;
  font-size: 16px;
}

#dfmTableLiquid_wrapper .dt-length {
    display: flex;
}

select#dt-length-0 {
    height: 45px;
    margin-right: 20px;
}

#dfmTableLiquid_wrapper .dt-length label {
    margin-top: 12px;
}

button.dt-paging-button.current {
    border-radius: 999px !important;
    padding: 17px 20px 10px !important;
    line-height: 22px;
}

button.dt-paging-button{
      line-height: 22px;
    padding: 17px 20px 10px !important;
}

button.dt-paging-button:hover {
    background: transparent !important;
    box-shadow: none;
    border-color: transparent !important;
    line-height: 22px;
    padding: 17px 20px 10px !important;
}

div#dfmTableLiquid_info,
div#dfmTableAjax_info,
div#portfolioTableAjax_info{
    font-family: var(--font-ITC-Medium) !important;
}

.dt-paging .disabled {
    display: none !important;
}

#dfmTableAjax th ::before,
#portfolioTableAjax th ::before {
    padding-bottom: 1px;
}

#dfmTableAjax th .dt-column-title,
#portfolioTableAjax th .dt-column-title {
    white-space: nowrap !important;
}

#htgf_SectorUnSelectAll, #htgf_FocusAreaUnSelectAll, #htgf_TargetClientSectorUnSelectAll{
  float: right;
  padding-right: 10px;
  cursor: pointer;
}

#htgf_SectorSelectAll, #htgf_FocusAreaSelectAll, #htgf_TargetClientSectorSelectAll {
  float: left;
  padding-left: 10px;
  cursor: pointer;  
}

#htgf_SectorSelectMenu, #htgf_FocusAreaSelectMenu, #htgf_TargetClientSectorSelectMenu{
  display: inline-block;
  width: 100%;
  padding-top: 5px;
}

button.dt-paging-button.current {
    border: 1px solid black !important;
    background-color: black !important;
    color: white !important;
}

button.dt-paging-button.current:hover{
  color: black !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: inset 0 0 0 1.25px color-mix(in srgb, black 20%, transparent) !important;
}

button.dt-paging-button.next {
    padding-left: 1.3em !important;
    padding-right: 1.3em !important;
}

button.dt-paging-button {
    border: 1px solid black !important;
    border-radius: 99px !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
}

button.dt-paging-button:hover{
  color: black !important;
  border-color: transparent !important;
  box-shadow: inset 0 0 0 1.25px color-mix(in srgb, black 20%, transparent) !important;
}

.htgf-dealdetail-maininfo h2 {
    margin-bottom: 44px;
}

/* =============================================================================
DEALFLOWMONITOR END
============================================================================= */



/* =============================================================================
Quartalsberichte START
============================================================================= */

.htgf_quartaloverview .entitylist {
    width: 100%;
    border: none;
}

.htgf_quartaloverview td a{
  font-family: var(--font-ES-Regular) !important;
}

.htgf_quartaldetail h2.tab-title,
.htgf_quartaldetail td h3,
.htgf_quartaldetail .field-label,
.htgf_quartaldetail td.clearfix.cell.picklist-cell {
    display: none !important; 
}

.htgf_quartaldetail label#htgf_name_label {
    margin-top: 0;
}

.htgf_quartaldetail div#EntityFormPanel {
    border: none;
}

.htgf_quartaldetail h2.tab-title {
    border-bottom: none !important;
    text-decoration: none;
}

.htgf_quartaldetail .crmEntityFormView .cell {
    padding: 0;
}

.htgf_quartaldetail .subgrid.sharepoint-grid {
    padding: 0 !important;
}

.htgf_quartaldetail abbr[title] {
    -webkit-text-decoration: none;
    text-decoration: none;
}

.htgf_quartaldetail .crmEntityFormView fieldset {
    margin: 0;
}

.htgf_quartaldetail .mb-4 {
    margin-bottom: 0 !important;
}

.htgf_quartaldetail .crmEntityFormView .tab {
    margin-bottom: 0;
}


/* Spalte "geändert am" ausblenden*/
th[aria-label="Geändert"],
td.postedon {
    display: none;
}

a.sharepoint-custom-icon.folder-link {
    vertical-align: middle;
}

.htgf_quartaldetail h2 {
    margin-bottom: 50px;
}

div#htgf_fondsdata_container {
    margin-top: 50px;
    margin-bottom: 100px;
}

#htgf_fondsdata_container{
    display: grid;
    gap: 100px;
    justify-content: center;
    text-align: center;
    position: relative;
    justify-items: center;
    grid-template-columns: repeat(5, auto);
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 99px;
    grid-row-gap: 50px;
}

.htgf_fondsdata_tile.htgf_fondsdata_activparticipation {
    grid-area: 1 / 1 / 2 / 2;
}

.htgf_fondsdata_tile.htgf_fondsdata_raisedcapital {
    grid-area: 1 / 5 / 2 / 6;
}

.htgf_fondsdata_tile.htgf_fondsdata_dpi {
    grid-area: 2 / 1 / 3 / 5;
}

.htgf_fondsdata_tile.htgf_fondsdata_tvpi {
    grid-area: 2 / 2 / 3 / 6;
}

.htgf_fondsdata_tile.htgf_fondsdata_fairvalueoffonds {
    grid-area: 1 / 2 / 2 / 5;
}


.htgf_fondsdata_header {
    text-transform: uppercase;
}

.htgf_fondsdata_big {
    font-family: var(--font-ITC-Bold);
    font-weight: 700;
    font-size: 60px;
    line-height: 1.1875;
}

.htgf_fondsdata_big .unitsmall{
  font-size: 40px;
}

.htgf_fondsdata_small {
    font-family: var(--font-ITC-Medium);
    font-size: 12px;
    font-weight: 500;
    background-color: transparent;
    box-shadow: inset 0 0 0 1.25px #000000;
    padding: calc(0.667em + 0.1875rem) calc(1.333em + 0.125rem) calc(0.667em + 0.0625rem) !important;
    white-space: nowrap;
    border-radius: 9999px;
    display: inline-block;
    line-height: 1;
}

.htgf_fondsdata_tile {
    min-width: 250px;
}








/* =============================================================================
Quartalsberichte END
============================================================================= */


/* =============================================================================
News und Events START
============================================================================= */

/*Overview*/
a.htgf_events-news_link:hover {
    text-decoration: none !important;
}

.htgf_events a.htgf_events-event_link:hover{
  opacity: 1;
    transition: opacity var(--content-transition-duration) ease;
    background-image: url(../HTGF-Mastergradient-light.png);
    background-size: 100% 100%;
    animation: .75s linkhover;
}


.htgf_event-newslist.htgf_eventlist {
    grid-gap: var(--grid-gap);
    grid-template-rows: auto;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    margin-top: 20px;
    --grid-gap: var(--grid-gap-1, 1rem);
    --content-transition-duration: .5s;
}

@media (width <= 1250px) {
    .htgf_event-newslist.htgf_eventlist {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (width <= 601px) {
    .htgf_event-newslist.htgf_eventlist {
        grid-template-columns: repeat(auto-fit, calc(100vw - 1 * max(20px, min(calc(7vw - 2.5rem), 5rem))));
        -ms-overflow-style: none;
        scrollbar-width: none;
        scroll-snap-type: x mandatory;
        width: 100%;
        transform: translateX(calc(0px - max(20px, min(calc(7vw - 2.5rem), 5rem))));
        overflow: auto;
    }
}

.htgf_news .htgf_tile-date,
.htgf_tile-kurztext{
  color: white !important;
}

.htgf_events h2 {
    margin-top: 80px;
}

.htgf_event-newslist {
      grid-template-rows: auto;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    position: relative;
    display: grid;

}

.htgf_events-news_link {
  position: relative;
  display: block;
  flex: 1 1 calc(33.333% - 20px);
  overflow: hidden;
  border-radius: 1.5rem;
  height: 300px;
  text-decoration: none;
  color: inherit;
}

.htgf_events-news_link img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.5rem;
  z-index: 1;
  transition: transform 0.5s ease;
}

.htgf_events-news_link:hover img {
  transform: scale(1.05);
}

.htgf_news-tile {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  border-radius: 1.5rem;
  background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
  transition: all 0.3s ease;
}

.tile_news_container {
    border-radius: 1.5rem;
    background-color: color-mix(in srgb, #000000 60%, transparent);
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border: solid 1px color-mix(in srgb, #FFFFFF 20%, transparent);
}

.htgf_tile-kurztext{
  font-family: var(--font-ES-Regular);
}

.htgf_tile-date {
  font-size: 0.9rem;
  opacity: 0.9;
}

.htgf_newslist .htgf_tile-date {
    color: white;
}

.htgf_tile-kurztext {
  font-size: 1.1rem;
  opacity: 0.95;
}

.htgf_events-news_link:hover .htgf_news-tile {
  background: rgba(0, 0, 0, 0.6);
  background-size: cover;
  background-blend-mode: overlay;
  justify-content: center;
}

.htgf_events-news_link:hover .tile_news_container {
  text-align: center;
  background-color: transparent;
  border: none;
}

.htgf_events-news_link:hover .htgf_tile-date{
  display: none;
}

.htgf_events-news_link:hover .htgf_tile-kurztext {
  font-size: 1.8rem;
}

.htgf_tile-image img {
    border-radius: 1rem;
    z-index: 5;
    pointer-events: none;
    aspect-ratio: 1;
    position: relative;
    box-shadow: 0 0 0 1px #0003;
    width: auto;
    height: 6rem;
    object-fit: cover;
}

.htgf_eventlist a.htgf_events-event_link {
    border-radius: 1.5rem;
    border: 1px solid #CCCCCC;
    padding: 10px 10px;
    position: relative;
}

.htgf_event-tile {
    display: flex;
    align-items: center;
    gap: 10px;
}
.htgf_eventlist .htgf_tile-date {
  color:  color-mix(in srgb, #000000 60%, transparent) ;
  padding-top: .5rem !important;
}

.htgf_tile-title{
  font-family: var(--font-ES-Regular);
  font-size: 1rem;
}

.htgf_events-event_link:hover{
  text-decoration: none !important;
}

.htgf_card_list.htgf_heightfitcontent {
    background-color: #f7f6f5;
    padding: 55px 16px 54px !important;
    border-radius: 1.5rem;
}

.htgf_kam .htgf_card_list {
    padding: 0;
}


/* Overview NEWS (Autor) + NEWS Create */

.htgf_newsoverviewautor .entitylist,
.htgf_newsoverviewautor table,
.htgf_newsoverviewautor th,
.htgf_newsoverviewautor td,

.htgf_newscreate .crmEntityFormView,
.htgf_newscreate  .crmEntityFormView .actions,
.htgf_newsedit .crmEntityFormView,
.htgf_newsedit  .crmEntityFormView .actions{
  border: none !important; 
}

/* Detailview NEWS */

.htgf_section-news{
    width: 80% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.htgf_section-news h1{
  margin-top: 20px !important;
}

.htgf_hero_news{
  border: none;
  bottom: 0;
  box-shadow: none;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  object-fit: cover;
  outline: none;
  padding: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  opacity: 0.2;
  z-index: -1;
  object-position: top center;
}

.htgf_newsdate {
    text-align: left;
    color: white;
    font-family: var(--font-ITC-Medium);
}

.htgf_newsdate span{
    border: 1px solid white;
    border-radius: 1.5rem;
    padding: 11px 18px 9px;
}

.htgf_section-news h1{
  color: white !important;
  text-align: left;
}

.htgf_news_header{
  text-align: center;
  margin-top: 0;
  margin-bottom: 25px;
}

.htgf_haupttext,
.htgf_image {
    margin-top: 50px;
}

.htgf_news_content,
.htgf_news_content div{
  font-size: 16px !important;
  font-family: var(--font-ES-Regular) !important;
}

main.orb_container.htgf_news_main {
    padding-left: min(20%, 19rem);
    padding-right: min(20%, 19rem);
}

.htgf_image {
    margin-top: 50px;
}

/* Detailview Event */

.htgf_event_keyfact_content {
    display: flex;
    border-top: 1px solid black;
    font-family: var(--font-ITC-Medium);
    justify-content: space-between;
}

.htgf_event_keyfact_content.last{
  border-bottom: 1px solid black;
}

h2.htgf_event_header {
    margin-top: 0;
    margin-bottom: 25px;
}

.htgf_event_keyfacts_List_1,
.htgf_event_keyfacts_List_2 {
    padding: 1.1rem 0 0.9rem;
  font-family: var(--font-ITC-Medium);
}

.htgf_event_keyfacts_List_1{
  color: #696969;
}

.htgf_event_content h2.htgf_event_header {
    text-align: center;
}

.htgf_eventimage img {
    width: 60%;
    border-radius: 2rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.htgf_event_description {
    text-align: center;
    margin-bottom: 25px;
    font-size: 18px !important;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.htgf_event_button {
    text-align: center;
    margin-bottom: 25px;
}

span.datum {
    z-index: 1;
    flex-direction: column;
    padding: 1rem;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    aspect-ratio: 1;
    min-width: 300px;
    width: 300px;
    min-height: 300px;
    height: 300px;
    display: inline-flex;
    max-width: var(--wp--style--global--content-size);
    border: 1px solid #C1AA91;
    border-radius: 2rem;
    font-size: 25px;
    font-family: var(--font-ES-Regular);
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
}

span.datum:after{
    content: "";
    opacity: .3;
    pointer-events: none;
    z-index: -1;
    background-image: url(../HTGF-Mastergradient.png);
    background-size: cover;
    position: absolute;
    inset: 0;
    }

    .htgf_event_header_section h1 {
    margin-top: 60px !important;
    display: flex;
    align-content: center;
    align-items: center;
    gap: 25px;
    text-align: left;
}
  
    .htgf_event_header_section{
      width: 70% !important;
      margin-left: auto !important;
      margin-right: auto !important;
    }

    .datum strong {
    font-size: 100px;
    display: block;
    font-family: var(--font-ITC-Medium)
}

a.htgf_events-news_linkautor:hover {
    text-decoration: none !important;
}

.htgf_event_description .ck-content {
    display: flex;
    gap: 15px;
    flex-direction: column;
    text-align: left;
}


/* =============================================================================
News und Events END
============================================================================= */


/* =============================================================================
Profilpage START
============================================================================= */

.htgf_contactform h2 {
    margin-top: 0;
}

label {
    display: block;
    margin-top: 35px;
    font-family: var(--font-ITC-Medium);
    margin-bottom: 10px;
    font-size: 18px;
}

label.newsletterabo {
    display: inline-block;
}

input {
    border: 1px solid var(--grey);
    border-radius: var(--htgf-border-radius-1);
    padding: 16px 24px 12px;
    text-align: left;
    font-family: var(--font-ITC-Medium);
    width: 100%;
    font-size: 18px;
}

.form-row {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    gap: 80px;
}

.h2-follow{
  margin-top: 50px !important;
}



.infobutton {
    float: right;
    margin-left: 20px;
    margin-top: 20px;
    border-radius: 9999px;
    border: 1px solid black;
    cursor: pointer;
}

.infobutton:hover{
  background-color: black;
}

.infobutton:hover .infoicon{
  color: white !important;
}

.infobutton:hover .infotext {
  display: block;
  position: absolute;
  border: 1px solid black;
  font-size: 13px;
  z-index: 300;
  background-color: white;
  padding: 10px;
  width: 250px;
  margin-left: 0px;
  margin-top: 10px;
  font-family: var(--font-ITC-Medium);
  border-radius: 16px;
  -webkit-box-shadow: 4px 4px 7px -1px #D9D4CC; 
  box-shadow: 4px 4px 7px -1px #D9D4CC;
}

.infotext{
  display: none;
}


.infoicon{
  color: black;
  font-weight: bold;
  border: 2px solid var(--buttonPink);
  padding: 2px 15px;
  border-radius: 22px;
  font-size: 26px;
}

.issue {
    margin-bottom: 10px;
    font-family: var(--font-ITC-Medium);
}

.issue span{
    font-family: var(--font-ES-Italic);
}

.issue span a{
    font-family: var(--font-ES-Italic) !important;
}

label[for="searchfield"] {
    display: inline-block;
    margin-top: 35px;
    font-family: var(--font-ITC-Medium);
    margin-bottom: 10px;
    font-size: 18px;
}

textarea#searchfield {
    display: block;
    width: 100%;
    border: 1px solid black;
    border-radius: 16px;
    resize: none;
    padding: 16px 24px;
    font-family: var(--font-ITC-Medium);

}



div#saveToast {
    background: white;
    border: 1px solid black;
    border-radius: 9999px;
    padding: 16px 24px;
    text-align: center;
    font-family: var(--font-ITC-Bold);
    position: relative;
    box-shadow: inset 0 0 0 1.25px color-mix(in srgb,black 20%,transparent);
}


#saveToast:after {
    content: "";
    opacity: .6;
    mix-blend-mode: multiply;
     background-image: url(../HTGF-Mastergradient.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 110% 110%;
    border-radius: 999999px;
    animation: 1s button-bg-hover-animation;
    position: absolute;
    inset: 0;
    overflow: hidden;
  }

  .is-visible{
    display: block !important;
    margin-bottom: 50px;
  }

 /* Hidden by default; toggle via .open */
  .htgf-FieldValue { display: none; }
  .htgf-FieldValue.open { display: block !important;  }

  /* Optional: visuelles Feedback für klickbaren Label-Bereich */
  .htgf-FieldLabel[role="button"] { cursor: pointer;  }

.htgf_portfoliodetail_investmentmanager {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 350px;
}

button.htgf_detail_item_button.inactive {
    margin-top: auto;
    align-self: flex-start;
    height: 50px;
}
/* =============================================================================
Profilpage END
============================================================================= */


/* =============================================================================
Terms and conditions START
============================================================================= */


section.terms-buttons-section {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-around;
    align-items: center;
    text-align: center;
    gap: 50px;
}

.terms-buttons-section button.reject {
    margin-left: auto;
    margin-right: 0;
}

.terms-buttons-section button.accept {
    margin-left: 0;
    margin-right: auto;
    color: white;
    background-color: black;
}

.terms-buttons-section button.accept:hover{
  color: black;
  background-color: transparent !important;
}

h2.terms_heading {
    font-weight: normal;
    font-family: 'ITCAvantGardePro-Md' !important;
}

.terms_heading b {
    display: block;
    font-family: 'ITCAvantGardePro-Bld' !important;
}

.terms_container {
    margin-top: 9em;
}

ul.terms_list {
    margin-top: 1em;
}

h3.terms_heading {
    font-size: 18px;
    margin-top: 6em;
    line-height: 1.8em;
}

h4.terms_heading {
    font-size: 18px;
    margin-top: 1em;
    line-height: 1.8em;
}

p.terms_paragraph {
    font-size: 18px !important;
}

.terms_paragraph a {
    text-decoration: underline;
    font-size: 18px;
    font-family: 'ESFace-Italic' !important;
    font-style: italic;
    color: black;
}

li.terms_listelement {
    font-size: 18px;
}

/* =============================================================================
Terms and conditions END
============================================================================= */
#dfmTableLiquid_wrapper, #dfmTableLiquid{
  display: none;
}

/*.htgf_portfoliodetail, .htgf_portfolio, .htgf_quartaloverview{
  width: calc(100% - 100px);
}*/

.htgf-portfoliodetail-information{
  display: flex;
  gap: 1rem;
}

.htgf-portfoliodetail-column1{
  flex: 1;
}

  .htgf_portfoliodetail_about, .htgf-portfoliodetail-maininfo, .htgf_portfoliodetail_investmentmanager {
    padding: 16px;
  }

  span#htgf-maininfo-label {
    width: 25%;
    display: inline-block;
}

.htgf_portfoliodetail_investmentmanager img{
  padding-top: 10px;
  width: 200px;
}

.htgf_PortalFondsList{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
  width: auto;
  margin: auto;
}

.htgf_PortalFondsItem{
  filter: grayscale(100%) brightness(80%);
  max-width: 400px;
}

.htgf_PortalFondsItem img{
  border-radius: 40px;
}

.htgf_ActivePortalFondItem{
  filter: none;
  cursor: pointer;
}

button#mySearchProfile {
    grid-column: -2 / -3;
    justify-self: end;
}






/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {

  #htgfNavigation .htgf_nav {
    width: 100%;
  }

  #htgfNavigation .htgf_dropdown {
    position: relative;
  }

  #htgfNavigation .htgf_dropdown:hover {
    cursor: pointer;
  }

  #htgfNavigation .htgf_dropdown:hover .htgf_drop_ul {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
  }

  #htgfNavigation .htgf_dropdown:hover .htgf_drop_li {
    opacity: 1;
    transform: translateY(0);
  }

  #htgfNavigation .htgf_drop-icon {
    width: 0.75rem;
    height: auto;
    margin-left: 0.25rem;
    display: inline-block;
  }

  #htgfNavigation .htgf_drop_ul {
    min-width: 12.5rem;
    margin: 0;
    padding: 0;
    background-color: var(--white);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 10px 16px;
    border-bottom: 5px solid var(--primary);
    /* if you have 8 or more links in your dropdown nav, uncomment the columns property to make the list into 2 even columns. Change it to 3 or 4 if you need extra columns. Then remove the transition delays on the htgf_drop_li so they don't have weird scattered animations */
    position: absolute;
    top: 100%;
    z-index: -100;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.3s, visibility 0.3s, opacity 0.3s;
  }

  #htgfNavigation .htgf_drop_li {
    list-style: none;
    font-size: 1rem;
    text-decoration: none;
    opacity: 0;
    width: 100%;
    height: auto;
    display: block;
    transform: translateY(-0.625rem);
    transition: opacity 0.6s, transform 0.6s;
  }

  #htgfNavigation .htgf_drop_li:nth-of-type(1) {
    transition-delay: 0.05s;
  }

  #htgfNavigation .htgf_drop_li:nth-of-type(2) {
    transition-delay: 0.1s;
  }

  #htgfNavigation .htgf_drop_li:nth-of-type(3) {
    transition-delay: 0.15s;
  }

  #htgfNavigation .htgf_drop_li:nth-of-type(4) {
    transition-delay: 0.2s;
  }

  #htgfNavigation .htgf_drop_li:nth-of-type(5) {
    transition-delay: 0.25s;
  }

  #htgfNavigation .htgf_drop_li:nth-of-type(6) {
    transition-delay: 0.3s;
  }

  #htgfNavigation .htgf_drop_li:nth-of-type(7) {
    transition-delay: 0.35s;
  }

  #htgfNavigation .htgf_drop_li:nth-of-type(8) {
    transition-delay: 0.4s;
  }

  #htgfNavigation .htgf_drop_li:nth-of-type(9) {
    transition-delay: 0.45s;
  }

  #htgfNavigation .htgf_drop_li:nth-of-type(10) {
    transition-delay: 0.5s;
  }

  #htgfNavigation .htgf_drop_li:nth-of-type(11) {
    transition-delay: 0.55s;
  }

  #htgfNavigation .htgf_drop_li:nth-of-type(12) {
    transition-delay: 0.6s;
  }

  #htgfNavigation .htgf_drop_li:nth-of-type(13) {
    transition-delay: 0.65s;
  }

  #htgfNavigation .htgf_li_link.htgf_drop_link {
    font-size: 1rem;
    white-space: nowrap;
    line-height: 1.5em;
    text-decoration: none;
    width: 100%;
    padding: 0.75rem;
    /* prevents padding from affecting height and width */
    box-sizing: border-box;
    color: var(--bodyTextColor);
    display: block;
    transition: color 0.3s, background-color 0.3s;
    z-index: 3000;
  }

  #htgfNavigation .htgf_li_link.htgf_drop_link:hover {
    color: var(--primary);
    background-color: var(--pearl);
  }

  #htgfNavigation .htgf_li_link.htgf_drop_link:before {
    display: none;
  }

  #htgfNavigation .htgf_li_link.htgf_userlink {
    border: 1px solid #000;
    border-radius: 24px;
    padding: 5px 16px 2px;
    background-color: transparent;
    font-size: .75rem;
  }

  

  #htgfNavigation .htgf_li_link.htgf_userlink:hover{
  color: black;
  box-shadow: inset 0 0 0 1.25px color-mix(in srgb,black 20%,transparent);
  border-color: transparent;
}

#htgfNavigation .htgf_li_link.htgf_userlink:hover:after {
    content: "";
    opacity: .6;
    mix-blend-mode: multiply;
     background-image: url(../HTGF-Mastergradient.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 110% 110%;
    border-radius: 999999px;
    animation: 1s button-bg-hover-animation;
    position: absolute;
    inset: 0;
    overflow: hidden;
  }
}

/*-- -------------------------- -->
<---     Desktop Navigation     -->
<--- -------------------------- -*/

/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  /*body.scroll #htgfNavigation {
    
    transform: translateY(-3.3125rem);
    padding-top: 45px;
  }*/

  #htgfNavigation {
    width: 100%;
    height: auto;
    padding: 0 2.5rem;
    /* prevents padding from affecting height and width */
    box-sizing: border-box;
    background: color-mix(in srgb, #f0eeeb 60%, transparent);
    border-bottom: solid 1px color-mix(in srgb, #000 20%, transparent);
    backdrop-filter: blur(60px);
    position: relative;
    z-index: 10000;
    transition: transform 0.3s;
  }

  #htgfNavigation .htgf_link_icon {
    width: 1rem;
    height: auto;
    display: block;
  }

  #htgfNavigation .htgf_container {
    width: 100%;
    /*max-width: 80rem;*/
    margin: auto;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 5rem;
    position: relative;
  }

  .nav_profil{
    margin-left: auto;
    margin-right: 0;
    display: flex;
    gap: 1rem;
  }

  .htgf_userlink a.htgf_li_link.htgf_drop_link {
    font-size: .75rem;
    padding: 0 !important;
}

  #htgfNavigation .htgf_toggle {
    display: none;
  }

  #htgfNavigation .htgf_logo {
    height: clamp(2.5rem, 4vw, 3.15rem);
    margin: 0 0 0 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
  }

  #htgfNavigation .htgf_logo svg {
    height: 1.25rem;
    width: auto;
  }

  #htgfNavigation .htgf_ul {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 2.5rem;
  }

  #htgfNavigation .htgf_li {
    list-style: none;
    padding: 10px 0;
    /* prevent flexbox from squishing it */
    flex: none;
  }

  #htgfNavigation .htgf_ul-wrapper .htgf_ul .htgf_li:nth-child(2) {
    flex-grow: 1;
  }

  #htgfNavigation .htgf_li_link {
    /* 14px - 16px */
    font-size: clamp(0.875rem, 1.3vw, 1rem);
    line-height: 1.5em;
    text-decoration: none;
    margin: 0;
    color: var(--headerColor);
    display: block;
    position: relative;
    transition: color 0.3s;
  }

  #htgfNavigation .htgf_li_link:hover {
    color: var(--primary);
    text-decoration: none !important;
    /* theme.css overwrite*/
  }

  #htgfNavigation .htgf_li_link.htgf_active {
    font-weight: 600;
    color: #fff;
    background-color: #000;
    border-radius: 20px;
    padding: 10px 16px 8px;
    font-weight: 400;
  }

  #htgfNavigation .htgf_button-solid {
    font-size: 1rem;
    /* 46px - 56px */
    line-height: clamp(2.875em, 5.5vw, 3.5em);
    text-decoration: none;
    font-weight: 600;
    text-align: center;
    margin: 0;
    color: var(--white);
    padding: 0 2rem;
    background-color: var(--primary);
    overflow: hidden;
    display: inline-block;
    position: relative;
    z-index: 1;
    /* prevents padding from adding to the width */
    box-sizing: border-box;
    transition: color 0.3s;
  }

  #htgfNavigation .htgf_button-solid:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0%;
    background: #1a1a1a;
    opacity: 1;
    top: 0;
    left: 0;
    z-index: -1;
    transition: width 0.3s;
  }

  #htgfNavigation .htgf_button-solid:hover:before {
    width: 100%;
  }

  #htgfNavigation .htgf_nav-button {
    line-height: 2.875rem;
    margin-left: 1.5rem;
  }

  .flex-justify-content-flex-end {
    justify-content: flex-end !important;
  }

}

/* Mobile - 1023px */
@media only screen and (max-width: 1200px) {

  .htgf_main{
          width: auto;
        margin-left: 10px;
        margin-right: 10px;
        padding: 50px 20px 50px;
  }

    .htgf_quartaloverview {
        width: auto;
        margin-left: auto;
        margin-right: auto;
        padding: 50px 20px 50px;
    }

    

#htgf_fondsdata_container{
    display: grid;
    gap: 100px;
    justify-content: center;
    text-align: center;
    position: relative;
    justify-items: center;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(3, auto);
    grid-column-gap: 99px;
    grid-row-gap: 50px;
}

.htgf_fondsdata_tile.htgf_fondsdata_activparticipation {
    grid-area: 1 / 1 / 2 / 2;
}

.htgf_fondsdata_tile.htgf_fondsdata_raisedcapital {
    grid-area: 1 / 2 / 2 / 3;
}

.htgf_fondsdata_tile.htgf_fondsdata_dpi {
    grid-area: 2 / 1 / 3 / 2;
}

.htgf_fondsdata_tile.htgf_fondsdata_tvpi {
    grid-area: 2 / 2 / 3 / 3;
}

.htgf_fondsdata_tile.htgf_fondsdata_fairvalueoffonds {
    grid-area: 3 / 1 / 4 / 3;
}

    .htgf_PortalFondsList {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    justify-content: center;
    }


  .wp-block-navigation__responsive-container-close svg, .wp-block-navigation__responsive-container-open svg {
      fill: currentColor;
      display: block;
      height: 24px;
      pointer-events: none;
      width: 24px;
  }
      ul#htgfExpanded[aria-expanded="false"] {
      margin-top: 0 !important;
      padding-top: 0 !important;
      display: none !important;
  }
    .htgf_ul_wrapper {
      background-color: black;
      color: white;
      height: 100vh;
      position: fixed;
      top: 0;
      right: 0;
      left: 0;
      overflow: visible !important;
      transform-origin: right;
      transition:
      opacity 0.5s ease,
      transform 0.5s ease;
      display: none;
  }

  .htgf_active .htgf_ul_wrapper{
  display: block;
  }

  .htgf_ul_wrapper:has(> ul[aria-expanded="false"]) {
      background-color: transparent !important;
      transform: translateX(50%);
  }

  .htgf_active path{
      fill: white;
  }

    #htgfNavigation .htgf_li {
      text-align: left;
      width: 100%;
      display: block;
    }

    #htgfNavigation a.htgf_li_link.htgf_active {
      margin: 0;
      padding: 0;
    }

    #htgfNavigation .htgf_dropdown {
      position: relative;
      color: var(--bodyTextColorWhite);
    }

    #htgfNavigation .htgf_dropdown.htgf_active .htgf_drop_ul {
      height: auto;
      opacity: 1;
      visibility: visible;
      margin: 0.75rem 0 0 0;
      padding: 0.75rem 0;
    }

    #htgfNavigation .htgf_dropdown.htgf_active .htgf_drop_link {
      opacity: 1;
      color: var(--black);
    }

    #htgfNavigation .htgf_dropdown .htgf_li-_link {
      position: relative;
      transition: opacity 0.3s;
    }

    #htgfNavigation .htgf_drop_icon {
      width: 0.9375rem;
      height: auto;
      position: absolute;
      top: 50%;
      right: -1.25rem;
      transform: translateX(-50%);
    }

    #htgfNavigation .htgf_drop_ul {
      width: 100%;
      height: 0;
      margin: 0;
      padding: 0;
      background-color: var(--pearl);
      overflow: hidden;
      opacity: 0;
      visibility: hidden;
      display: flex;
      justify-content: flex-start;
      flex-direction: column;
      align-items: center;
      gap: 0.75rem;
      transition: padding 0.3s, margin 0.3s, height 0.3s, opacity 0.3s,
        visibility 0.3s;
    }

    #htgfNavigation .htgf_drop_li {
      list-style: none;
    }

    #htgfNavigation .htgf_li_link.htgf_drop_link {
      /* 14px - 16px */
      font-size: clamp(0.875rem, 2vw, 1.25rem);
      color: white;
      font-size: 18px;
    }

    div.nav_profil li.htgf_li {
      margin-top: 18px;
    }
  }

  /* Mobile - 1023px */
@media only screen and (max-width: 1200px) {



  .nav_profil{
  display: block;
  margin-left: 0;
}

#htgfNavigation .htgf_ul{
  text-align: baseline;
}

.htgf_userlink a.htgf_li_link.htgf_drop_link{
font-family: var(--font-ES-Regular) !important;
        font-size: 30px;
        }


.htgf_active{
  padding: 14px 14px 12px;
}

  body.htgf_open {
    overflow: hidden;
  }

  #htgfNavigation {
    width: 100%;
    /* prevents padding from affecting height and width */
    box-sizing: border-box;
    background-color: var(--white);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    position: relative;
    z-index: 10000;
    transition: transform 0.3s;
  }

  #htgfNavigation:before {
    content: "";
    width: 100%;
    height: 0vh;
    background: rgba(0, 0, 0, 0.6);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    position: absolute;
    display: block;
    top: 100%;
    right: 0;
    z-index: -1100;
    opacity: 0;
    transition: height 0.5s, opacity 0.5s;
  }

  #htgfNavigation.htgf_active:before {
    height: 150vh;
    opacity: 1;
  }

  #htgfNavigation.htgf_active .htgf_ul_wrapper {
    opacity: 1;
    transform: scaleX(1);
    transition-delay: 0.15s;
  }

  #htgfNavigation.htgf_active .htgf_li {
    transform: translateY(0);
    opacity: 1;
  }

  #htgfNavigation .htgf_top_bar {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #htgfNavigation .htgf_top_container {
    width: 100%;
    padding: 1rem 1.5rem;
    /* prevents padding from affecting height and width */
    box-sizing: border-box;
    background-color: var(--pearl);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
  }

  #htgfNavigation .htgf_top_contact {
    width: auto;
    /* prevents padding from affecting height and width */
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    /* 16px - 24px */
    gap: clamp(1rem, 2vw, 1.5rem);
  }

  #htgfNavigation .htgf_top_link {
    font-size: 0.875rem;
    line-height: 1.5em;
    text-decoration: none;
    margin: 0;
    color: var(--bodyTextColor);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5rem;
    position: relative;
  }

  #htgfNavigation .htgf_top_link:nth-of-type(2) {
    display: none;
  }

  #htgfNavigation .htgf_link_icon {
    width: 1rem;
    height: auto;
    display: block;
  }

  #htgfNavigation .htgf_top_social {
    visibility: visible;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    transition: opacity 0.3s, visibility 0.3s, height 0.3s;
  }

  #htgfNavigation .htgf_social_link {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }

  #htgfNavigation .htgf_social-icon {
    width: 1.25rem;
    height: auto;
    display: block;
  }

  #htgfNavigation .htgf_container {
    width: 100%;
    padding: 1.25rem 1rem;
    /* prevents padding from affecting height and width */
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
  }

  #htgfNavigation .htgf_logo {
    width: auto;
    height: 2.5rem;
    margin: 0 auto 0 0;
    padding: 0;
    /* prevents padding from affecting height and width */
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    order: 1;
    z-index: 10;
  }

  #htgfNavigation .htgf_logo img {
    width: auto;
    height: 100%;
    /* ensures the image never overflows the container. It stays contained within it's width and height and expands to fill it then stops once it reaches an edge */
    object-fit: contain;
  }

  #htgfNavigation .htgf_nav {
    order: 2;
  }

  #htgfNavigation .htgf_toggle {
    margin: 0 0 0 auto;
    background-color: transparent;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.6s;
  }

  button.htgf_toggle{
    z-index: 3000;
  }

  #htgfNavigation .htgf_toggle.htgf_active {
    transform: rotate(180deg);
  }

  #htgfNavigation .htgf_active .htgf_line1 {
    top: 50%;
    transform: translate(-50%, -50%) rotate(225deg);
  }

  #htgfNavigation .htgf_active .htgf_line2 {
    top: 50%;
    transform-origin: center;
    transform: translate(-50%, -50%) translateY(0) rotate(-225deg);
  }

  #htgfNavigation .htgf_active .htgf_line3 {
    bottom: 100%;
    opacity: 0;
  }

  #htgfNavigation .htgf_box {
    /* 24px - 28px */
    width: clamp(1.5rem, 2vw, 1.75rem);
    height: 0.75rem;
    position: relative;
  }

  #htgfNavigation .htgf_line {
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background-color: var(--white);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  #htgfNavigation .htgf_line1 {
    top: 0;
    transform-origin: center;
    transition: transform 0.5s, top 0.3s, left 0.3s;
    animation-duration: 0.7s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-direction: normal;
  }

  #htgfNavigation .htgf_line2 {
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: top 0.3s, left 0.3s, transform 0.5s;
    animation-duration: 0.7s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-direction: normal;
  }

  #htgfNavigation .htgf_line3 {
    bottom: 0;
    transition: bottom 0.3s, opacity 0.3s;
  }

  #htgfNavigation .htgf_ul-wrapper {
    width: 100%;
    height: auto;
    padding-bottom: 3rem;
    opacity: 0;
    background-color: #fff;
    box-shadow: inset rgba(0, 0, 0, 0.2) 0px 8px 24px;
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: -1;
    transform: scaleX(0);
    transform-origin: top;
    transition: transform 0.4s, opacity 0.3s;
  }

  #htgfNavigation .htgf_ul {
    margin: 0;
    padding: 7rem 0 0px 1.8rem;
    width: 100%;
    height: auto;
    max-height: 65vh;
    /*overflow: scroll;*/
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: baseline;
    gap: 0;
  }

    #htgfNavigation .htgf_ul a{
      font-family: var(--font-ES-Regular) !important;
      font-size: 30px;
    }

    #htgfNavigation .nav_profil a{
      font-family: var(--font-ITC-Medium) !important;
    }

    .nav_profil {
    margin-top: 30px;
}

  #htgfNavigation .htgf_li {
    width: 100%;
    text-align: left;
    list-style: none;
    margin-right: 0;
    /* transition from these values */
    transform: translateY(-4.375rem);
    opacity: 0;
    transition: transform 0.6s, opacity 0.9s;
    margin-top: 20px;
  }

  #htgfNavigation .htgf_li:nth-of-type(1) {
    transition-delay: 0.05s;
  }

  #htgfNavigation .htgf_li:nth-of-type(2) {
    transition-delay: 0.1s;
  }

  #htgfNavigation .htgf_li:nth-of-type(3) {
    transition-delay: 0.15s;
  }

  #htgfNavigation .htgf_li:nth-of-type(4) {
    transition-delay: 0.2s;
  }

  #htgfNavigation .htgf_li:nth-of-type(5) {
    transition-delay: 0.25s;
  }

  #htgfNavigation .htgf_li:nth-of-type(6) {
    transition-delay: 0.3s;
  }

  #htgfNavigation .htgf_li:nth-of-type(7) {
    transition-delay: 0.35s;
  }

  #htgfNavigation .htgf_li:nth-of-type(8) {
    transition-delay: 0.4s;
  }

  #htgfNavigation .htgf_li:nth-of-type(9) {
    transition-delay: 0.45s;
  }

  #htgfNavigation .htgf_li:nth-of-type(10) {
    transition-delay: 0.5s;
  }

  #htgfNavigation .htgf_li:nth-of-type(11) {
    transition-delay: 0.55s;
  }

  #htgfNavigation .htgf_li:nth-of-type(12) {
    transition-delay: 0.6s;
  }

  #htgfNavigation .htgf_li:nth-of-type(13) {
    transition-delay: 0.65s;
  }

  #htgfNavigation .htgf_li_link {
    font-size: clamp(1rem, 2.5vw, 1.5rem);
    line-height: 1.2em;
    text-decoration: none;
    margin: 0;
    color: var(--headerColor);
    display: inline-block;
    position: relative;
    padding-left: 0 !important;
  }

  #htgfNavigation .htgf_li_link.htgf_active {
    color: var(--primary);
  }

  #htgfNavigation .htgf_li_link:hover {
    color: var(--primary) !important;
  }

  #htgfNavigation .htgf_button-solid {
    display: none;
  }

  #htgfNavigation .htgf_li_link.htgf_userlink:hover:after{
    display: none;
  }
}



@media only screen and (max-width: 1023px) {

  #htgf_fondsdata_container{
    display: block !important;
  }

  .htgf_fondsdata_tile{
    margin-bottom: 50px;
  }

  .htgf_main{
      width: auto;
      margin-left: 10px;
      margin-right: 10px;
      padding: 50px 20px 50px;    
  }

  h1{
    font-size: 40px !important;
  }

  .htgf_subheader{
    font-size: 25px;
  }

  section.htgf_section_home_twocolumn.htgf_kam {
      display: block;
  }

  section.orb_header2{
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
  }

  section.htgf-deals-filters,
  section.htgf-events-filters {
      display: flex !important;
      flex-direction: column;
      margin-top: 2rem;
  }

  div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-end{
    margin-right: auto !important;
    margin-left: 0  !important;
  }

      div.dt-container div.dt-layout-row:not(.dt-layout-table) div.dt-layout-cell>* {
        margin: .5em 0;
        width: 100% !important;
        max-width: 100%;
        min-width: 100% !important;
    }

  /* div.dt-container .dt-search input{
    border-radius: 99px !important;
    padding-left: 20px !important;
  } */

  #dfmTableAjax_wrapper, #dfmTableAjax{
    display: block !important;
  }

  table#dfmTableAjax {
      overflow-x: scroll !important;
  }

  .htgf_dealdetail_columns{
    display: block !important;
  }

  .htgf_dealdetail_columns, #dfmTableLiquid_wrapper {
          display: block !important;
      }

  #dfmTableLiquid_wrapper .dt-layout-row.dt-layout-table {
      overflow-x: scroll;
  }

      main.htgf_profil,
      .orb_container {
        padding: 50px 30px;
        margin: 50px 10px;
    }

      .form-row {
        display: flex !important;
        flex-direction: column;
        gap: 30px !important;
    }

    #contactForm .button{
      margin-top: 20px;
    }


}







@media only screen and (max-width: 1300px) {
  #portfolioTableAjax,#dfmTableAjax
  {
    display: block !important;
    overflow-x: scroll !important;
  }

  #portfolioTableAjax_wrapper{
    display: block !important;
  }

  .htgf_dealdetail_keyfacts .htgf-btn-group{
    flex-direction: column;
    gap: 25px;
    margin-left: 0 !important;
    padding-left: 0 !important;
  }

  .htgf_dealdetail_keyfacts .htgf-buttons-section {
    margin: 0 auto !important;
    text-align: center;
    padding-left: 0 !important;
}
}

@media only screen and (max-width: 1250px) {

  section.htgf-deals-filters,
  section.htgf-events-filters {
    grid-template-columns: repeat(5, 1fr);
  }

  button#mySearchProfile {
      grid-column: 4 / 5;
      justify-self: end;
  }

  button#clearFilters {
      grid-column: 5 / 5;
      justify-self: end;
  }

  .htgf_dfm #htgf-DateField-Section {
      grid-column: 2 / 3;
  }
}



@media only screen and (max-width: 1023px) {

  /*button.htgf_detail_item_button{
    margin-top: 50px !important;
  }*/

  .htgf_portfolioatail, .htgf_portfolio, .htgf_quartaloverview{
    width: calc(100% - 20px);
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .htgf-portfoliodetail-information{
    display: block;
  }

  section.htgf-portfolios-filters{
    display: block;
  }

  .htgf-portfolios-filters .htgf-FieldHorizontal{
    margin-bottom: 15px;
  }

    .htgf_PortalFondsList {
    display: grid;
    grid-template-columns: 1fr 1fr!important;
    justify-items: center;
    justify-content: center;
  }

  .htgf_PortalFondsItem{
    width: 250px;
  }

  .htgf_PortalFondsItem img{
    border-radius: 25px;
  }

  div.htgf_event_keyfacts,
  div.htgf_event_content{
    padding: 50px 25px;
  }

  .htgf_dealdetail_about,
  .htgf_dealdetail_keyfacts{
    padding: 25px 0;
  }

  .htgf_popup{
    width: 80%;
  }

  .htgf_portfoliodetail_investmentmanager{
    flex-direction: column-reverse;
  }

  .htgf_portfoliodetail_investmentmanager{
    min-height: auto;
  }

  button.htgf_detail_item_button, .htgf_portfoliolink {
    min-width: 250px !important;
        margin-left: auto;
    margin-right: auto;
}

}

/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #htgfNavigation .htgf_top_link:nth-of-type(2) {
    display: flex;
  }

}

@media only screen and (max-width: 768px) {

      .htgf_PortalFondsList {
    display: grid;
    grid-template-columns: 1fr!important;
    justify-items: center;
    justify-content: center;
  }

  .htgf_section_home_twocolumn {
    display: flex;
    flex-direction: column;
  }

  .htgf_PortalFondsList{
    grid-template-columns: auto;
    width: 200px;
  }

  .htgf_PortalFondsItem{
    width: 200px;
  }

  .htgf_card_list_heading {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 50px !important;
  }
  .htgf_section_home_news-events .htgf_section_home_twocolumn {
      justify-content: space-between;
      align-content: stretch;
      align-items: flex-start;
  }

  .htgf_event-newslist.htgf_eventlist {
      display: flex;
      flex-direction: column;
      margin: 20px;
  }

  .htgf_event-newslist {
      display: flex;
        flex-direction: column;
    }

  a.htgf_events-news_link {
      flex: none;
  }

  .htgf_card_tile_content {
      display: flex;
      flex-direction: column;
  }

  /*.htgf_card_list_newsletter.htgf_heightfitcontent {
      margin-top: 6rem;
  }*/

  .htgf_section_home_twocolumn_kams{
    gap: 0 !important;
  }

  .htgf_event_header_section h1{
    flex-direction: column;
  }

  section.orb_header2{
      flex-direction: column;
          gap: 25px;
  }

  .htgf_card_list.htgf_card_list_kam {
    padding: 10px 20px;
  }

  .htgf_card_tile_item {
    width: 100%;
  }

}

#orbWait {
    position: fixed;
    z-index: 1000;
    background-color: grey;
    width: 100%;
    height: 100%;
    border: solid 1px;
    top: 0px;
    left: 0px;
    opacity: 0.3;
}

#pogressIndicator {
    display: block;
    position: absolute;
    z-index: 1000;
    border: 3px solid white;
    top: 180px;
    left: calc(50% - 25px);
    width: 50px;
    height: 50px;
    left: 50%;
    top: 50%;
    border-top: 3px solid #1f394b;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#htgf-Search{
  float: right;
}

#htgf-SearchInput{
  display: inline-block;
  width: auto;
  min-width: 300px;
  max-width: 400px;
  height: 45px;
}

#htgf-Search label{
  display: inline-block;
  width: auto;
  margin-right: 10px;
}
  #ammWait {
    position: fixed;
    z-index: 1000;
    background-color: grey;
    width: 100%;
    height: 100%;
    border: solid 1px;
    top: 0px;
    left: 0px;
    opacity: 0.3;
  }



  /**Design DFM**/
.htgf_beschreibung-tr {
    display: flex;
    gap: 10px;
}

tr.htgf-desc-child {
    border-bottom: 2px solid grey;
}
.htgf_desc_preview {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid black;
    border-radius: 999px;
    padding: 5px 12px;
}

#dfmTableAjax td{
  vertical-align: top;
}

.htgf_unsubscribe{
  margin-top: 150px;
}

