#t0{
    margin:-15px;
    min-width: 320px;
}

.tRow{
    cursor: pointer;
    height: 50px;
    border-bottom: 1px solid var(--aumentoo-divider-color);
}

.contentLayoutC{
    margin: -16px;
    border-radius: 3px;
    min-width: 320px;
    background: var(--primary-background-color);
    -webkit-font-smoothing: var(--paper-font-common-base_-_-webkit-font-smoothing);
}

/* class for filter box elements */
.filterContainer{
    display: flex;
    flex-flow: row wrap;
  /*  justify-content: space-between; */
    align-items: flex-end;
    align-content: flex-end;
    margin: auto;
    min-height: 58px;
    padding: 5px 14px 16px 16px;
    background: white;

}

.filterTitleColor{
    color: var(--primary-color);
}

/* Div that holds the filter elements inside the "Trendexplorer" tab */
#filterBox{
    border-bottom: 2px solid rgba(0, 0, 0,  0.06);
}

/* Div that holds the filter elements inside the "Top Trends" tab */
#filterBox2{
    justify-content: flex-start;
    row-gap: 5px;
    border-bottom: 2px solid rgba(0, 0, 0,  0.06);
}

/* Div that holds the filter elements inside the "Microtrends" tab */
#filterBox3{
    justify-content: flex-start;
    border-bottom: 2px solid rgba(0, 0, 0,  0.06);
}

.filterToggleContainer{
    display: none;
    background: white;
    padding: 0 14px 16px 16px;
    min-height: 39px;
}

.showfilterToggleContainer{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-top: -3px;
}

/* Search elements */
#macrotrendSearchTitle{
    display: none;
    font-size: 14px;
}

#microtrendSearchTitle{
    display: none;
    font-size: 14px;
}

#macrotrendSearch{
    border: 0px;
    outline:none;
    padding: 1px 2px;
    margin-left: -2px;
    width: 100%;
    color: var(--primary-text-color);
}

#microtrendSearch{
    border: 0px;
    outline:none;
    padding: 1px 2px;
    margin-left: -2px;
    color: var(--primary-text-color);
}

#macroMegaKeySearch{
    border: 0px;
    outline:none;
    padding: 1px 2px;
    margin-left: -2px;
    color: var(--primary-text-color);
}

#macroMegaKeySearchTitle{
    display: none;
    font-size: 14px;
    user-select: none;
    -webkit-user-select: none;
}


.firstFilterCell{
    display: flex;
    width: 100%;
    max-width: 414px;
    min-height: 51px;
    align-items: flex-end;
}

.secondFilterCell{
    display: flex;
    max-width: 145px;
    padding-right: 10px;
    align-items: flex-end;
}

/* CBox is used for filters */
.CBox{
    display: flex;
    flex-flow: column;
    width:191px;
    min-width: 136px;

    height:100%;
    justify-content: flex-end;

    margin-right:16px;
    border-bottom: 1px solid var(--paper-input-container-underline_-_border-bottom-color);
}

.filterContent{
    display: flex;
    align-items: flex-end;
    height: 50px;
    position: relative;
}


#iFilter{
    position:relative;
}

.fObj{
    border: 0px;
}

#CG{
    width:100%;
}



/* Trend description layout */
.arrow{
    transform:rotate(-135deg) !important;
}

#arrowMega{
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform:rotate(45deg);
    opacity: 0.5;
}

#arrowMacro{
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform:rotate(45deg);
    opacity: 0.5;
}

#arrowTopMacro{
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform:rotate(45deg);
    opacity: 0.5;
}

.treemapContainer{
    width: 100%;
    min-height: 200px;
    margin-top:1px;
    padding-top: 10px;

}

.treemapTextContainer{
    display: none; /*flex*/
    align-items: center;
    flex-flow: column;
    justify-content: space-evenly;
    column-gap: 5px;
    row-gap: 15px;
}

.chartContentBox{
    max-width: 380px;
    width: 100%;
    min-width: 310px;
}

.treemapTextColumn{
    display:flex;
    flex-direction: row;
    justify-content: space-around;
    row-gap: 15px;
    width: 100%;
    min-width: 310px;
}

.chartCont{

}

.mapText{
    display: flex;
    flex-direction: column;
    min-width: 310px;
    width: 380px;
    justify-content: flex-start;
}

.trendTextBoxTitle{
    display:flex;
    align-items: flex-end;
    margin-left: 16px;
    margin-bottom: 10px;
    font-size: var(--aumentoo-subhead-font-size) !important;
    color: var(--secondary-text-color);
}

.trendTextBox{
    position:relative;
    border-radius: var(--content-card_-_border-radius);
    text-overflow: ellipsis;
    overflow:hidden;
    padding: 0 16px 16px 16px;
    background: var(--aumentoo-secondary-background-color);
    color: var(--primary-text-color);
    box-shadow:var(--content-card_-_box-shadow);
    word-break: break-word;

    font-family: var(--paper-font-subhead_-_font-family);
    -webkit-font-smoothing: var(--paper-font-subhead_-_-webkit-font-smoothing);
    font-size: var(--paper-font-subhead_-_font-size);
    font-weight: var(--paper-font-subhead_-_font-weight);
}


.showMoreButton{
    position: absolute;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    margin-left: -16px;
    bottom: 0;
    height: 15px;
    width: 100%;
    background-color: rgba(190,190,190,0.5);
}

#trendTextBoxMacro{
    min-height: 100px;
    height: 100px;
}

#trendTextBoxMega{
    min-height: 100px;
    height: 100px;
}

.toggleTextBox{
    height: fit-content !important;
}

.trendChartBox{
    min-height: 100px;
    border-radius: var(--content-card_-_border-radius);
    padding: var(--content-card_-_padding);
    background: var(--aumentoo-secondary-background-color);
    color: var(--primary-text-color);
    box-shadow:var(--content-card_-_box-shadow);
}

/* Trend Beschreibung Layout Ende */


/* Related Profilyes Layout */

.profC{
    display: flex;
    min-width: 310px;
    flex-direction: column;
    width: 380px;
}


/* Related Profiles Layout Ende */

.listsContainer1{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: auto;
    width: 100%;
}

.listsContainer2{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    column-gap: 20px;
    margin: auto;
}



.list{

    display: flex;
    justify-content: center;
    min-height: 725px;
}


.noSearchesClass{
    display: table-row;
    height: 100px;
    border-bottom: 1px solid var(--color-line);
}

.noSearchesTextClass{
    font-style: italic;
    text-align:  center;
    color : var(--secondary-text-color);
    font-family : var(--paper-font-body1_-_font-family);
    size : var(--paper-font-body1_-_font-size);
    font-weight : var(--paper-font-body1_-_font-weight);
}

/*This class warps the content off the switch-tab inside the "Trendexplorer Tab"
and makes the first switch-tab bar disappear/go behind the content.
 */
.contentBoxTrendexplorer{
    position: relative;
    z-index: 2;
    border-radius: 0px 0px 3px 3px;
    background: var(--primary-background-color);
}

/* Switch Tab css */

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600&display=swap');

:root {

    --color-line: #dedede;
    --color-inactive: #f1f1f1;
}

:not(:defined) {
    display: none;
}

#t0::part(tab-bar){
    position: sticky;
    top: -1px;
}


#t1::part(tab-bar){
    position: sticky;
    top: -1px;
}

#t0::part(tab){
    background:rgba(255, 255, 255, 0.9) radial-gradient(circle, transparent 1%, rgb(255 255 255) 1%) center/15000%;
}

#t1::part(tab){
    background: rgba(250,250,250, 0.9) radial-gradient(circle, transparent 1%, rgb(250 250 250) 1%) center/15000%;
}

switch-tabs::part(tab-bar) {
    display: flex;
    justify-content: space-evenly;
    cursor: pointer;
    border-bottom: 2px solid rgba(0, 0, 0,  0.06);
    top: 0;
    height: 54px;
    z-index: 2;
}

switch-tabs::part(content) {
    border-radius: 0 0 3px 3px;
    margin: auto;
    padding: 15px;
    background: var(--primary-background-color);
}

switch-tabs::part(tab) {
    display:flex;
    justify-content: space-evenly;
    height: 54px;
    align-items: center;
    text-align:center;
    -webkit-user-select: none;
    user-select: none;
    padding-left:3px;
    padding-right:3px;

    font-family: var(--paper-font-common-base_-_font-family);
    color: var(--primary-text-color);
    font-size: 14px;
    font-weight: 400;
    -webkit-font-smoothing: var(--paper-font-common-base_-_-webkit-font-smoothing);

    width: 100%;
    background-position: center;
    -webkit-transition: background 0.8s;
    transition: background 0.8s;
}

switch-tabs::part(tab):active{
    background-color: var(--aumentoo-primary-color-fade) !important;
    background-size: 99% !important;
    -webkit-transition: background 0s;
    transition: background 0s;
}

switch-tabs::part(tab-selected) {
    border-bottom: 2px solid var(--aumentoo-primary-color);
}


/* ------------------ */
/* ------- MicroPopup ---*/

/* The Modal (background) */
.microPopupContainerClass {
   display: flex;
    visibility: hidden;
    position: fixed; /* Stay in place */
    z-index: 2; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
}

.microPopupContainerClass.show{
    visibility: visible;
    background-color: rgba(0,0,0,0.55);
}

#microPopupContainerLayerTwo{
    z-index: 3 !important;
}

/* Modal Content */
.microPopup-content {
    margin: auto;
    max-width: 800px;
    width: 600px;
    min-width: 300px;
}

.microPopup-contentLayerTwo{
    margin: auto;
    max-width: 700px;
    width: 500px;
    min-width: 300px;
}

.microHead{
    display:flex;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    background: var(--aumentoo-primary-color);
    border-radius: 5px 5px 0 0;
    height: 40px;
    -webkit-font-smoothing: var(--paper-font-common-base_-_-webkit-font-smoothing);
    font-family: var(--paper-font-subhead_-_font-size);
}

.microH{
    display:flex;
    flex-flow: column;
    color:#ffffff;
    margin:auto;
    align-items: center;
    padding-left: 40px;
    font-weight: 500;
    font-size: 17px;
}

.microContent{
    display:flex;
    flex-flow: column;
    background-color: var(--secondary-background-color);
    max-height: 80%;
    min-width: 300px;
    min-height: 100px;
    color: var(--primary-text-color);
    padding: 0 24px 24px 24px;
    border-top: 2px solid var(--primary-background-color);
    -webkit-font-smoothing: var(--paper-font-common-base_-_-webkit-font-smoothing);
    font-family: var(--paper-font-subhead_-_font-size);
}

#microContentBody{
    font-weight: var(--paper-font-subhead_-_font-weight);
    font-size: var(--paper-font-subhead_-_font-size);
    word-break: break-word;
    display: flex;
    flex-flow: column;
}

#microContentHead{
    text-align:center;
}

.infoMicro{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
   /* column-gap: 35px; */
  /*  row-gap: 5px; */
   /* padding: 10px 0; */
    padding: 10px 0px 5px 0px;
}

.infoMicro div{
    padding: 0px 17.5px 5px 17.5px;
}

.kontextMicro{
    display: flex;
    flex-flow:column;
    /*row-gap: 10px; */
    margin-top: 8px;
}

.microTitleBoxPopup{
    width: 65px;
    min-width: 65px;
    margin-right: 45px;
}


.contBox{
    display:flex;
    flex-flow: row;
    justify-content: flex-start;
   /* column-gap: 50px; */
    align-items: baseline;

    padding-bottom: 5px;
}

.BoxContentC{
    display: flex;
    flex-flow: row wrap;
   /* column-gap: 10px; */
 /*   row-gap: 5px; */
}

.BoxContentColumn{
    display: flex;
  /*  row-gap: 10px; */
  /*  column-gap: 10px; */
    flex-direction: row;
    flex-wrap: wrap;
}

.BoxStyle{
    padding: 5px 10px;
    font-weight: 400;
    border-radius: 5px;
    background: #EEEEEE;

    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.BoxStyleIniti{
    color: var(--aumentoo-primary-color);
    cursor: pointer;
    padding: 5px 10px;
    font-weight: 400;
    border-radius: 5px;
    background: #EEEEEE;

    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

.BoxContentMegaMacroContext{
    display: flex;
    flex-direction: column;
  /*  column-gap: 15px;
    row-gap: 2px; */
    padding-bottom: 8px;
    padding-left: 5px;
    padding-right: 5px;
}

/* The Close Button */
.close {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    float: right;
    width: 40px;
    height:40px;
    padding: 8px;
}

.close:hover,
.close:focus {
    text-decoration: none;
    cursor: pointer;
}

/*CrossIcon Style*/
.crossIcon{
    display:flex;
    justify-content: center;
    align-items:center;
    width: 24px;
    height: 24px;
}

.crossIcon:before, .crossIcon:after {
    position: absolute;
    content: ' ';
    height: 18px;
    width: 2px;
    background-color: #ffffff;
}
.crossIcon:before {
    transform: rotate(45deg);
}
.crossIcon:after {
    transform: rotate(-45deg);
}

/*ripple Effect on filter Box Click*/
.ripple {
    position: absolute;
    border-radius: 50%;

    background-color: rgba(0, 0, 0, 0.3);

    width: 100px;
    height: 100px;
    margin-top: -50px;

    margin-left: -50px;

    animation: ripple 1s;
    -webkit-animation: ripple 1s;
    opacity: 0;
}



@keyframes ripple {
    from {
        opacity: 1;
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    to {
        opacity: 0;
        transform: scale(10);
        -webkit-transform: scale(10);
    }
}


/*OpenInNew Icon Style*/
.openInNew{
     content : "";
    transform-origin: 10% 113%;
    display: inline-block;
    position: relative;
    margin-top: -13px;
     width: 27px;
     height: 27px;
    border: 3.75px solid var(--aumentoo-primary-color);
    border-radius: 12% 0% 12% 12%;
    transform: scale(0.5);
}

.openInNew::before{
    content : "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 3.75px solid white;
    margin-top: -9px;
    margin-right: -9px;
    top: 0;
    right: 0;
    z-index: 1;
}


.openInNew::after{
    content : "";
    top:6px;
    position: absolute;
    width: 125%;
    border: solid var(--aumentoo-primary-color);
    border-width: 0 3.75px 3.75px 0;
    display: inline-block;
    transform: rotate(-45deg);
    z-index: 2;
}

/* Gets used to layout the content which gets displayed if Macrotrend in "Top Trends" gets clicked */
.trendContent{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding: 15px;
    row-gap: 15px;
    column-gap: 40px;
    margin: auto;
    border-top:1px solid rgba(153,153,153,0.2);
}

.trendContentCol1{
    display: flex;
    flex-flow: column;
    width: 380px;
    min-width: 310px;
    row-gap: 15px;
}

.trendContentCol2{
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    width: 380px;
    min-width: 310px;
}

#trendTextBoxTopMacro{
    min-height: 100px;
    height: fit-content;
}

.macroInfoTextBox{
    border-radius: var(--content-card_-_border-radius);
    min-height: 100px;

    padding: 5px 16px 16px 16px;
    background: var(--aumentoo-secondary-background-color);
    color: var(--primary-text-color);
    box-shadow:var(--content-card_-_box-shadow);

    font-family: var(--paper-font-subhead_-_font-family);
    -webkit-font-smoothing: var(--paper-font-subhead_-_-webkit-font-smoothing);
    font-size: var(--paper-font-subhead_-_font-size);
    font-weight: var(--paper-font-subhead_-_font-weight);
}

.macroInfoTextBoxContent{
    display: flex;
    flex-flow: row wrap;
    column-gap: 15px;
    row-gap: 5px;
}

.macroInfoCol{
    display: flex;
    flex-flow: column;
    row-gap: 5px;
}

.infoLabel{
    font-size: var(--aumentoo-subhead-font-size);
    color: var(--secondary-text-color);
}

.smallInfoBox{
    padding-top: 5px;
}


#macroInfoTitel{
    width: fit-content;
    cursor: pointer;
    pointer-events: none;
}

.macroInfoTitleToggle{
    color : var(--aumentoo-primary-color);
    padding : 5px;
    border-radius : 5px;
    background : var(--primary-background-color);
    pointer-events : unset !important;
}


.selectTrend{
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    min-height: 300px;

    font-style: italic;
    color: var(--secondary-text-color);
    font-family: var(--paper-font-body1_-_font-family);
    size: var(--paper-font-body1_-_font-size);
    font-weight: var(--paper-font-body1_-_font-weight);
}

.selectMacroTrend{
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    min-height: 100px;
    font-style: italic;
    color: var(--secondary-text-color);
    font-family: var(--paper-font-body1_-_font-family);
    size: var(--paper-font-body1_-_font-size);
    font-weight: var(--paper-font-body1_-_font-weight);
}

.dbError{
    display: none;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    min-height: 100px;
    font-style: italic;
    color: var(--secondary-text-color);
    font-family: var(--paper-font-body1_-_font-family);
    size: var(--paper-font-body1_-_font-size);
    font-weight: var(--paper-font-body1_-_font-weight);
}

.trendexplorerTablesNothingFound{
    display: none;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    min-height: 100px;
    font-style: italic;
    color: var(--secondary-text-color);
    font-family: var(--paper-font-body1_-_font-family);
    size: var(--paper-font-body1_-_font-size);
    font-weight: var(--paper-font-body1_-_font-weight);
}


.hiddeSelectMacroTrend{
    display: none;
}


#trendContentID{
    display: none;
}


#moreInfoBox{
    display: none;
    flex-flow: column;
}

#microModalBox{
    display:none;
    flex-flow: column;
}

/*Style for InfoIcon*/
.infoIconBox{
    width: 14.17px;
    height: 14.17px;
    margin-left: 6px;
    margin-bottom: 1px;
    border-radius: 50%;
}

.infoIcon{
    transform-origin: 0 -9%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items:center;
    content: "";
    position:relative;
    margin-top: 1px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 4px solid var(--secondary-text-color);
    transform: scale(0.3);
}

.infoIcon::after{
    content: "";
    position: absolute;
    height:21px;
    border: 2.5px solid var(--secondary-text-color);
    background: var(--secondary-text-color);

}

.infoIcon::before{
    content: "";
    position: absolute;
    width: 6px;
    border: 3px solid var(--primary-background-color);
    top: 12px;
    z-index: 1;
}



.filterCell2Wrap{
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
    height: 51px;
    flex-grow: 3;
    justify-content: flex-end;
}


/*Style for showMoreFilterIcon*/
.showMoreFilterIconWrap{
    border-radius: 50%;
    margin-bottom: 2px;
    margin-left: 10px;
}


.showMoreFilter-icon-box{
    display: flex;
    justify-content: center;
    cursor: pointer;
    height: 24px;
    width: 24px;
}
.showMoreFilter-icon{
    width: 20px;
    border-top: 2px solid var(--aumentoo-primary-color);
    content: "";
    position: relative;
    margin-top: 2px;
    top: 5px;
}

.showMoreFilter-icon::after{
    content: "";
    position: absolute;
    width: 12px;
    border-top: 2px solid var(--aumentoo-primary-color);
    top: 3px;
    margin-left: 4px;

}

.showMoreFilter-icon::before{
    content: "";
    position: absolute;
    width: 4px;
    border-top: 2px solid var(--aumentoo-primary-color);
    top: 8px;
    margin-left: 8px;
}

.profileTableWrap{
    display: flex;
    flex-flow: row;
    align-items: center;
}

.tableCelBodyWrap{
    display: flex;
    flex-flow: column-reverse;
    justify-content: center;
    flex: 1;
}

#microListHead{
    display: flex;
    align-items: flex-end;
}

.twotrendTextBoxTitleCells{
    justify-content: space-between;
}


.macroSearchInputIconWrap{
    display: flex;
}

/* Style for searchIcon */
.searchIcon-box{
    display: flex;
    align-items: center;
    margin-right: 2px;
    cursor: pointer;
    height: 17.5px;

    min-width: 17.59px;
}

.searchIcon{
    content: "";
    position: relative;
    pointer-events: none;
    width: 50%;
    height: 50%;
    border: 2px solid var(--aumentoo-primary-text-color);
    border-radius: 50%;
}

.searchIcon::after{
    display: inline-block;
    margin-top: 1px;
    margin-left: -2px;
    pointer-events: none;
    content: "";
    width: 75%;
    position: absolute;
    border: solid var(--aumentoo-primary-text-color);
    border-width: 1px;
    border-radius: 2px;
    transform: rotate(45deg);
    top: 100%;
    left: 100%;
}

.modalBoxMegaMacro{
    cursor: pointer;
    padding: 5px 10px;
    text-align: center;
    color: white;
    font-weight: 500;
    margin-bottom: 2px;
}

#filterContainerTrendexplorer{
}

#filterCell2WrapTrendexplorer{
    justify-content: space-between;
    margin-top: 5px;
}

#filterToggleContainerId{
    margin-top: -10px;
}


/* Media Querys */
@media (max-width: 874px){

    .treemapTextContainer{
        display:flex;
        flex-flow: column;
        column-gap: 5px;
        row-gap: 0px;/*15px;*/
        align-items: center;
    }

    .treemapTextColumn{
        display:flex;
        row-gap: 0px;/*15px;*/
        flex-flow: column;
        width: 100% !important;
    }

    .treemapTextColumn #megaContainer{
        padding-bottom: 15px;
    }

    .treemapTextColumn .chartContentBox{
        padding-bottom: 15px;
    }

    .chartContentBox{
        max-width: 100% !important;
    }

    .trendContent{
        row-gap: 0px;
    }

    .trendContentCol1{
        width: 100% !important;
        row-gap: 0px;
    }

    .trendContentCol2{
        width: 100% !important;
        row-gap: 0px;
    }

    .trendContentCol1 #chartBox{
        padding-bottom: 15px;
    }

    .trendContentCol1 #infoBox{
        padding-bottom: 15px;
    }

    .trendContentCol2 #topMacroMap{
        padding-bottom: 15px;
    }

    .chartCont{
    }

    .mapText{
        width: 100% !important;
    }

    #columnOneTrendexplorerTrendDescripton{
    }
}

@media(max-width: 2000px){
    .layout{
        width: 80% !important;
    }
}

@media(max-width: 1800px){
    .layout{
        width: 90% !important;
    }
}

@media(max-width: 1400px){
    .layout{
        width: 100% !important;
    }
}



@media(min-width: 491px){

    #filterContainerTrendexplorer{
        flex-flow: row nowrap;
    }

    #firstFilterCellTrendexplorer{
        max-width: 207px;
    }

    #CBoxMacroSearch{
        width: 100%;
    }

    #filterCell2WrapTrendexplorer{
        margin-top: 0px;
        justify-content: flex-end;
    }

}