/*@import "fonts.css";*/



@font-face {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(Fonts2/Urbanist-Light.woff2) format('woff2');
}

@font-face {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(Fonts2/Urbanist-Regular.woff2) format('woff2');
}

@font-face {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(Fonts2/Urbanist-Medium.woff2) format('woff2');
}

@font-face {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(Fonts2/Urbanist-SemiBold.woff2) format('woff2');
}

@font-face {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(Fonts2/Urbanist-Bold.woff2) format('woff2');
}


:root {
    --darkgrey: #231f20;
    --grey: #bbb;
    --bggreymobile: rgba(236,236,236,1);

    --darkblue: #022249;
    --blue: #003b76;
    --blue50: rgba(0,59,118,0.5);
    --white50: rgba(255,255,255,0.5);
    --distance: 1.8rem;
    --textcolor: #222;
    --orange: #E69151;

    --content-padding: 5rem;
    --neg-content-padding: -5rem;

    --ce-space: 2.5rem;

    --leadtext: 1rem;
    --text: 17px;
    --textmobile: 16px
}


#isSmall {
    display:none;
    postition:asolute;
}


html {
    font-family: 'Urbanist';
    line-height: 1.45;
    font-size:var(--text);
}
body {
    font-size:var(--text);
}
p {
    padding-bottom:1rem;
}

img {
    vertical-align: middle;
}

input {
    font-size: 0.85rem;
    border-radius: 0;
    background-color: #ffffff;
    border: solid 1px #b9b9b9;
    background-color: #ffffff;
    padding: 0.8em 1em;
}

input[type=submit] {
    color: var(--blue);
    text-decoration: underline;
    font-weight: bold;
    cursor: pointer;
}
input[type=submit]:hover {
    color: var(--orange);
}

.actionIcon {
}


a {

}

.centerText {
    text-align: center;
}

.addToRight {
    margin-right: -4rem;
}

.flexItem {
    margin-right: 2rem;
}
.flexItem:last-of-type {
    margin-right: 0;
}

.flexTabletAlso {
    display:flex;
}

.vFlex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.visibleOnTablet {
    display:none;
}
.notVisibleOnTablet {
    display:block;
}

.onlyMobile {
    display:none;
}

.borderedBottom {
    border-bottom: 1px solid var(--grey);

}

.preHeader {
    text-transform: uppercase;
    color: var(--grey);
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 1.3em;
    padding-right: 2rem;
    padding-top: 2.5rem;
}

.biggerText {
    font-size:1.4rem;
}
.blue {
    color:var(--blue);
}

.topadd05
{
    padding-top: 0.6rem;
}



#innerWrap {
    background: white;
    max-width:1500px;
}


#headerarea {
    display:flex;
    justify-content: space-between;
    padding:var(--distance);
    padding-top:1.4rem;
}

#headerarea:not(#wrap.homepage #headerarea) {
    height: 9rem;
}

#wrap.homepage #headerarea {
    aspect-ratio: 15/8;
    background-image: url(../Media/Pre/QTech_Hero.jpg);
    background-size: cover;
    min-height:5rem;
}

#wrap #pageMainImage {
    margin-left:var(--content-padding);
    aspect-ratio: 110/29;
    background-image: url(../Media/Pre/architect_render_headerCut.jpg);
    background-size: cover;
    position: relative;
    min-height:5rem;
    background-position: center;
}

#wrap #pageMainImage img {
    width:100%;
    height: auto;
}

#headerareaInner {
    width:100%;
}

.tulogo {
    padding-top:1px;
}

/*#headerarea > div,
#headerarea > nav {
    border: 1px solid grey;
}*/
#mainmenu,
#breadcrumb-container {
    position: relative;
    text-transform: uppercase;
    color: var(--darkgrey);
    margin-left: 13rem;
    padding-top: 0.85rem;
    float: right;
    letter-spacing: 1px;
    font-size:0.95rem;
    font-weight: 600;
    max-height: 5rem;
}

#mainmenu ul li.no-link {
    padding-bottom: 1.5rem;
    color:var(--grey);
}

#mainmenu ul li.level-1 {
    padding-left:0.5rem;
    padding-right:1.5rem;
}

#breadcrumb-container a {
    text-decoration: none;
}

#breadcrumb-container {
    font-weight: 400;
}
#breadcrumb-container ul li {
    padding-left:1.4rem;
    padding-right:0.6rem;
}



#breadcrumb-container ul li a {
    color:var(--grey);
}

#breadcrumb-container ul li:not(#breadcrumb-container ul li.item1) {
    /*    border-left:1px solid var(--grey);*/
    background-image: url('../Icons/arrow_short_r_lightgrey2.svg');
    background-size: 0.8rem;
    background-position-y: 0.25rem;
    background-repeat: no-repeat;
}

#breadcrumb-container ul li.isLast {
    padding-right:0;
}

#wrap.homepage #breadcrumb-container {
    display: none;
}

#mainmenu ul {
    justify-content:end;
}
/*#mainmenu ul li:not(#mainmenu #mobilemenuContent ul li) {
    margin-right:var(--distance);
}*/

#mainmenu > .menuLevel1 {
    margin-right:var(--distance);
}

#mainmenu a {
    color: var(--darkgrey);
}

#mainmenu .greyout a {
    color: var(--grey);
    transition: color 0.5s;
    transition: opacity 0.45s;
}

.ce-bodytext a {
    color: var(--blue);
}

#mainmenu a:hover {
    color: var(--blue);
}

/* next 2: special case Menu point only to open, not to be clicked
   (event.preventDefault() on wsilayout.js). */
#mainmenu #id11 > a {
    cursor:default;
}
#mainmenu #id11 > a:hover{
    color: var(--darkgrey);
}


#mainmenu ul.menuLevel2 {
    top:1rem;
}

#mainmenu ul.menuLevel2:not(#mobilemenuContent ul.menuLevel2) {
    padding: 2.5rem 3.5rem 1.5rem 3.5rem;
    left: -3.5rem;
    margin-top: 1rem;
}

#additionalResearchMenuProvider {
    display:none;
}
#breadcrumbAddProvider {
    display:none;
}

#logo {
    float: left;
    display:block;
}
#mobileLogo{
    display:none;
}

#content ul {
    list-style-type:none;
    padding-bottom: 1rem;
}
#content ul li {
    background-image: url('../Icons/arrow_short_r_bl.svg');
    background-size: 0.8rem;
    background-position-y: 0.4rem;
    background-repeat: no-repeat;
    padding-left: 1.5rem;
    padding-bottom: 0.45rem;
}

footer {
    background-color: var(--darkblue);
    padding:3rem var(--content-padding) 4rem var(--content-padding);
    color:white;
    font-weight: 600;
}
footer ul {
    list-style-type: none;
}
footer a {
    color:white;
    text-decoration: none;
}
footer a:hover {
    color:white;
    text-decoration: underline;
}

footer .flex > div {
    flex-grow: 0;
    flex-shrink: 0;
    padding:0 1rem;
}

footer .column1,
footer .column2 {
    width:50%;
}
footer .column3,
footer .column4 {
    width:100%;
}

footer .column2 {
    text-align:right;
}

/*###### Basics #####*/
h1 {
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 2.2rem;
    margin-top: 3.5rem;
    line-height: 1.1;
}



h2 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 2.2rem;
    margin-top: 2.5rem;
    line-height: 1.3;
}

h2.preHeader {
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 0.09rem;
}

h1 ~ h1,
h2 ~ h1,
h2 ~ h2,
h1 ~ h2
{
}



/*h1 > h2,
h2 > h3,
header > h3 {
    margin-top: 0;
}*/

h1 + h2,
h2 + h3,
header + h2,
header + h3 {
    margin-top:0;
}

.preHeader + h1 {
    margin-top:-1.8rem;
}

.preHeader + h2 {
    margin-top:0rem;
}

h3 {
    font-size: 1.6rem;
    margin-bottom: calc(var(--content-padding) / 2);
    margin-top:  calc(var(--content-padding) / 2);
    font-weight: 600;
    color:var(--blue);
    line-height: 1.2;
}

h3.lined {
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 0.6rem;
    color:var(--darkgrey);
}

#sideColumn h2 {
    font-size: 1.3rem;
    margin-bottom: 0.6rem;
    font-weight: 500;
    color:var(--blue);
    line-height: 1.2;
}

#sideColumn h2 a,
#sideColumn h2 a:visited {
    color:var(--blue);
}

#sideColumn h2.mainh2 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 2.2rem;
    /*    color: var(--darkgrey);*/
    color:black;
}


h4,
#sideColumn h3 {
    font-size: 1.4rem;
    margin-bottom: 0.9rem;
    margin-top: 1.4rem;
    font-weight: 600;
    line-height: 1.2;
}

a {
    color:var(--darkgrey);
}
a:hover {
    color:var(--blue);
}

a.noUnderline {
    text-decoration: none;
}

/*###### Container #####*/


#contentwrap #content {
    min-height: 10rem;
}

#wrap #contentwrap #content:not(#wrap.homepage #contentwrap #content) {
    position: relative;
    margin: -9% 0 0 0;
    background: white;
    padding: 0.5rem 19rem 2rem 5rem;
}
#wrap.broaderWrap #contentwrap #content:not(#wrap.homepage #contentwrap #content) {
    margin:-9% 0 0 10%;
    padding-right:9rem;
}


#wrap #contentwrap #content:not(#wrap.homepage #contentwrap #content),
#wrap .tx-wsi.groups #contentwrap #content {
    padding: 0.5rem 13rem 2rem 8rem;
}

#wrap #contentwrap #content.broad {
    margin:-9% 0 0 10% !important;
    padding-right:9rem !important;
    width:auto;
    flex-grow:unset;
    flex-shrink: unset;

}

#wrap .tx-wsi.groups #contentwrap #content:not(#wrap.homepage #contentwrap #content) {
    margin-top: 0;
}


.breadbrumb-container {
    /*    display:none;*/
    position: absolute;
    right: var(--distance);
    top:-4rem;
    z-index:3;
}

/*#content .main-content-container {
    padding: 0 var(--content-padding);
}*/
#contentwrap {
    padding: 0 0 0 var(--content-padding);
}

#wrap.homepage #contentwrap {
    padding: 0 var(--content-padding);
}


.main-content-container .frame-indent {
    margin-left: 10%;
    margin-right: 10%;
}

#wrap.broaderWrap #contentwrap #content.main-content-container .frame-neg-indent {
    margin-left:-15rem;
}

#contentColumns {
    display:flex;
}

#contentColumns.noFlex {
    display: unset;
}

#contentColumns #sideColumn {
    order:1;
    width:calc(24% - 5rem);
    flex-grow: 0;
    flex-shrink: 0;
    padding:var(--content-padding) 2.5rem 0 2.5rem;
    position: relative;
    background-color: white;
    font-size: 0.9em;
    line-height: 1.3;

}

.tx-wsi.groups #contentColumns #sideColumn {
    margin-top:-9%;
    padding:3.5rem 1rem 0 0.2rem;
    width:calc(24% - 1rem);
}

#contentColumns #sideColumn .frame:not(#contentColumns #sideColumn .frame:last-of-type) {
    border-bottom: 1px solid var(--darkgrey);
    margin-bottom:1.8rem;
    padding-bottom:1rem;
}

#contentColumns #content {
    order:2;
    width:calc(76% - 21rem);
    flex-grow: 0;
    flex-shrink: 0;
}
#contentColumns #content.broaderContent {
    width:calc(75% - 18rem);
}

#contentColumns #content.fullContent {
    width:calc(75% - 10rem);
}

/*###### Homepage adjustments #####*/

#innerWrap .content-section  {
    position: relative;
}

#wrap.homepage main.content-section {
    margin-top:-14rem;
}

/*###### Tiles #####*/

.quadTile {
    line-height: 1.5;
    position: relative;
}

.quadTile h2 {
    font-size: 1.9rem;
    font-weight: 700;
    margin-bottom: 0.2rem;
    line-height:1.2;
    margin-top:1rem;
}




.quadTile.color {
    color:white;
    align-items: center;
    background:var(--blue);
    padding:1rem 2rem 3rem 2rem;
    height: 25rem;
    transition: background-color 0.4s;
}

.quadTile.color .image {
    text-align: center;
    opacity: 0.6;
    height: 7rem;
    transition: opacity 0.4s;
}

.quadTile.color .image img {
    height: 100%;
}

.quadTile.color:hover {
    background:var(--darkblue);
}
.quadTile.color:hover .image {
    opacity: 1;
}

.quadTile.color > div {
    width: 100%;
    padding-top:12%;
}

.quadTile.color > div.text {
    padding-top: 0.2rem;
}

.quadTile .arrow {
    position: absolute;
    bottom: 1.5rem;
    left:2.05rem;
    height:1rem;
    background-image:url('../Icons/arrow_r_w_t.svg');
    background-repeat: no-repeat;
    background-position: left 0 bottom 0;
    padding:0;
    opacity: 0;
}

.quadTile.color:hover .arrow {
    opacity: 1;
    transition: opacity 0.9s;
}

.quadTile.blue {
    background:#003b76;
}

/*###### TYPO3 Basic CE Objects #####*/

/* additional width for image blocks */
#contentColumns .main-content-container .ce-image,
#contentColumns .main-content-container .ce-textpic
{
    margin-right:-3rem;
}
#contentColumns .main-content-container .ce-textpic .ce-bodytext {
    margin-right:3rem;

}


.frame-default > header > h3 {
    margin-top:0;
}

.ce-textpic > .ce-bodytext > h3 {
    margin-top:0;
}


.tx-wsi .personStatsInner {
    padding: 3rem 4rem 0 6rem;
}

.personStats .stats {
    text-align: center;
}
.personStats .stats {
    font-weight: 700;

}
.personStats .stats .number {
    font-size:4rem;
    color: var(--blue);
}

.personStats .onePerson {
    text-align: center;
    padding-right:6rem;
}

.personStats .personCards .flex.stretch {
    justify-content: center;
}

.personStats .personCards  {
    width: 80%;
    padding-right: 10%;
}


.personStats .onePerson .image {

    filter: gray;
    -webkit-filter: grayscale(100%) contrast(110%) opacity(0.95); /* Webkit */
    filter: grayscale(100%) contrast(110%) opacity(0.95); /* W3C */
    transition: filter, -webkit-filter 0.6s;
}

/*###### popUp #####*/


#popupCloseOverlay {
    position:fixed;
    top:0;
    width:100vW;
    height:100vH;
    background:none;
    display:none;
    z-index:2;
}


#popUp {
    position: fixed;
    top:10rem;
    left:10rem;
    /*    max-width:calc(100vW - 20rem);*/
    max-height: calc(100vH - 250px);
    width:40rem;
    /*    height:calc(100vH - 200px);*/
    padding:2rem;
    background-color: rgba(255,255,255,0.95);
    z-index: 99;
    box-shadow: 10px 3px 28px #02224955;
    display:none;
    overflow: scroll;
}

#popUpheader {
    width:44rem;
    background:var(--blue);
    height:3rem;
    margin-left:-2rem;
    margin-right:-2rem;
    margin-top:-2rem;
    display:flex;
    position: fixed;
}
#popUpdragarea {
    width:41rem;
    height:3rem;
}

#popUpclosearea {
    position:relative;
    top:0.5rem;
    width:3rem;
    height:2rem;
    background-image: url(../Icons/close_w_50.svg);
    background-repeat: no-repeat;
    background-position: right 0.75rem bottom 0.3rem;
    background-size: 1.5rem;
}
#popUpclosearea:hover {
    background-image: url(../Icons/close_w.svg);
}


#popUp .popSpinner {
    width:200px;
    height:200px;
    margin: 0 auto;
}

#popUp .popSpinner img {
    width:200px;
    height:200px;
}
/*###### Search #####*/


#searchbox {
    position: absolute !important;
    top:0;
    right:0;
}
#content div.kesearchbox {
    width:300px;
}
div#kesearch_filters {
    width: calc(100% - 300px);
    margin-top:-2.5rem;
}


.frame-default .tx-kesearch-pi1 {
    padding-top:0;
    padding-bottom: 0;
}

#content .tx-kesearch-pi1 #kesearch_results .result-list-item .hit {
    color: var(--blue) !important;
}
#content #kesearch_filters ul li {
    background-image: none;
    float:left;
    width:11rem;
}

.tx-kesearch-pi1 .result-title {
    padding-bottom: 0.4rem;
}
.tx-kesearch-pi1 .result-title a {
    font-weight: bold;
    color: var(--blue);
}
#content .tx-kesearch-pi1 #kesearch_results .result-title a .hit {
    color: var(--orange) !important;
}


.searchResult .details    {
    width: 100%;
    padding-bottom:1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid var(--grey);
}

.searchResult .icon {
    flex-grow: 0;
    flex-shrink: 0;
    width:4.5rem;
}

#kesearch_num_results {
    font-weight: bold;
    color: var(--blue);
}

#content ul.pagination li {
    list-style-type: none;
    background-image: none;
    padding-left: 0.2rem;
}

#kesearch_pagebrowser_top {
    clear:both;
    position: relative;
    top:-1.6rem;
}

#kesearch_pagebrowser_top .pages_total {
    background:none;
}

.kesearch_results {
    padding-top:var(--distance);
}


/*###### tx-wsi Objects #####*/

.pageBrowser {
    margin-top: 1rem;
}
.pageBrowserInner {
    display:flex;
}
.results.center .pageBrowserInner {
    align-items: center;
    justify-content: center;
}

.pageBrowserResults {

}
.pageBrowserSelector {
    color:var(--blue);
    margin-left:3rem;
    display:flex;
}

.collapsableFilterContent .pageBrowserSelector {
    color:white;
}


.pageBrowserSelector button {
    background:none;
    border:none;
}

.pageBrowserSelector > button,
.pageBrowserSelector .pageBrowserGap {
    padding-left:1rem;
    font-size:1rem;
}

button.noStyle {
    background:none;
    border:none;
    padding:1rem;
    cursor: pointer;
}

.pageBrowserSelector .onePageBrowserPage {
    color:var(--blue);
    cursor: pointer;
    text-decoration: underline;
    font-family: 'Urbanist';
}

.collapsableFilterContent .onePageBrowserPage {
    color:white;
}
.pageBrowserSelector .onePageBrowserPage.active {
    text-decoration: none;
    fon-weight:bold;
}


.pageBrowserSelector .onePageBrowserPage:focus {
    font-weight: bold;
}

.pageBrowserSelector .onePageBrowserPage.active {
    color:var(--blue);
    cursor:auto;
    text-decoration: none;
    font-weight: bold;
}
.collapsableFilterContent .pageBrowserSelector .onePageBrowserPage.active {
    color:white;
}

.filter .legend, #kesearch_filters .list .head, .kesearchbox .head {
    text-transform: uppercase;
    letter-spacing: 0.09rem;
    /*    color: var(--darkgrey);*/
    font-size: 0.9rem;
    border: none;
    line-height: 2.1;
}


.year {
    width:5rem;
}

.clickHelper {
    cursor: pointer;
}
.clickHelper {
    float: left;
    font-size: 0.9em;
    line-height: 1.8;
    /*    color: var(--darkgrey);*/
    padding-left: 1rem;

}

.overwrite30 {
    padding-right: 2rem;
    flex-frow:0;
}

/*
############## ICONS ##############
*/

.orangeSVG:hover .colored {
    fill: var(--orange);
}


/*
############## WSI ##############
*/

.tx-wsi .filter {
    background-color: var(--blue);
    position: relative;
    color:white;
}

.tx-wsi .filterWrapper {
    min-height:3.5rem;
}

#wrap.broaderWrap .tx-wsi .filterWrapper {
    margin-left: -4rem;
    margin-right: -4rem;
}

.tx-wsi .filter.collapsableFilter {
    padding:0.8rem 0 0 1rem;
    height:2.7rem;
    margin-left:4rem;
}

.tx-wsi .filter.collapsableFilterContent {
    overflow: hidden;
    margin-left: 4rem;
    /*    margin-top: -2.5rem;*/
    position: relative;
    top: -2.7rem;
    padding: 0 2rem 1rem 2rem;
    display:none;
    /*    position: absolute;*/
    /*    opacity: 0;*/
}

#wrap.broaderWrap .tx-wsi .filter.collapsableFilterContent {
    padding-left:2.5rem;
    padding-right:4rem;
}

.tx-wsi .filter.collapsableFilterContent form {
    opacity:0;
    transition: all 1s;
}
.tx-wsi .filter.collapsableFilterContent.open form {
    opacity:1;
}

.tx-wsi .filter .filterIcon {

    height:3rem;
    width:3rem;
    padding-top:0.5rem;
    padding-left:0.5rem;
    background:var(--blue);
    position: absolute;
    top:0;
    left:-4rem;
    z-index: 2;
}
.tx-wsi .filter.collapsableFilter .legend {
    padding-left:0.5rem;
    padding-right:1rem;
    opacity:1;
    transition: all 1s;
}
.tx-wsi .filter.collapsableFilter .legend.first {
    padding-left:1.5rem;
}
.tx-wsi .filter.collapsableFilter.open .legend {
    opacity:0;
}

#groupMenuTabletWrapper > header#groupMainHeader {
    background-image: url(../Icons/groupMenuIcon2.svg);
    background-repeat: no-repeat;
    background-position: right 0.25rem bottom 0.3rem;
    background-size: 1.85rem;
    padding-right: 3rem;
}
#groupMenuTabletWrapper > header#groupMainHeader.open {
    background-image: url(../Icons/groupMenuIconClose.svg);
}
#groupMenuTabletWrapper #groupMainContent {
    background: #efefef;
    margin-left: -2rem;
    margin-right: -2rem;
    overflow:hidden;
    display: none;
}

#groupMenuTabletWrapper #groupMainContent > .navigation.group {
    padding: 2rem;
}


.tx-wsi .researchgroup .topicset {
    margin-top: 5rem;
    margin-right:-8rem;
}

.tx-wsi .researchgroup .topicset:first-of-type {
    margin-top: 0;
}

.tx-wsi .researchgroup .topicset .setLabel {
    border-bottom: 1px solid var(--darkgrey);
}

.researchgroup.topic .image {
    /*    margin-bottom: 2rem;*/
}

/*.tx-wsi .researchgroup .topicset .headlabel .header {
    padding: 0.8rem 1rem;
    position: absolute;
}fundingList

.tx-wsi .researchgroup .topicset .headlabel .header h3 {
    margin-top: 0;
    color: white;
}*/

.tx-wsi .researchgroup .topicset:first-of-type > h3 {
    margin-top: 0;
}



.tx-wsi .researchgroup .publications .filterWrapper {
    margin-right: -4rem;
    margin-left: -4rem;
}

.courses.filter .search,
.courses.filter .semester {
    width:35%;
    margin-right: 4rem;
}

.courses.filter .search #sword {
    width: calc(100% - 2rem);
}

.topic .images {
    margin-top:3rem;
    margin-bottom:4rem;
}
.topic .images .caption {
    margin-top:0.8rem;
}
.topic .images a {
    width: min-content;
    color:var(--blue);
    font-size: 0.9em;
    font-weight: 600;
}


.oneTopic {
    margin-bottom:2rem;
}

/*.topicset .oneTopic .accordion {
    margin-left:-9rem;
}
.topicset .oneTopic .accordion header,
.topicset .oneTopic .accordion .description,
.topicset .oneTopic .accordion .images,
.topicset .oneTopic .accordion .publicationList,
.topicset .oneTopic .accordion .fundingList {
    margin-left:9rem;
}

.topicset .oneTopic .accordion .images .oneImage {
    margin-right:2rem;
}
.topicset .oneTopic .accordion .images .oneImage:last-of-type {
    margin-right:0;
}*/

.oneTopic .image {
    padding:1.75rem 0 0 0;
    width:10rem;
}
.oneTopic .details {
    width: calc(100% - 9rem);
    padding-bottom:1.5rem;
}

.oneTopic.longBlueArrowRight .details {
    background-position: left 0 bottom 0.5rem;
    background-image: url('../Icons/points_b.svg');
    background-repeat: no-repeat;
    background-size: 1rem;
}
.oneTopic.longBlueArrowRight:hover .details {
    background-image: url('../Icons/arrow_r_b.svg');
    background-size: 2rem;
}

.oneTopic .imageBlock {
    padding-bottom:2rem;
}
.oneTopic .imageBlock .text {
    padding:0 3rem 0 1rem;
    font-weight: 600;
    color:var(--blue);
    font-size: 1.2rem;
}

.oneTopic .details .ui-accordion-header,
.oneTopic .details .maccordion-header {
    background-image: url(../Icons/plus_bl.svg);
    background-repeat: no-repeat;
    background-position: right 0rem top 0.25rem;
    background-size: 1.1rem;
}
.oneTopic .details .ui-accordion-header:before,
.oneTopic .details .maccordion-header:before {
    content:'[more]';
}


.oneTopic .details .ui-accordion-header.ui-accordion-header-active {
    background-image: url(../Icons/minus_bl.svg);
}
.oneTopic .details .ui-accordion-header.ui-accordion-header-active:before {
    content:'[less]';
}

.tx-wsi .researchgroup .accordion-content.oneTopic {
    padding: 1rem 0;
}

.tx-wsi .news .oneNews .image {
    margin-bottom:0.6rem;
}
.tx-wsi .news .oneNews .image img {
    width:100%;
    height:auto;
}

.tx-wsi .news .oneNews .headerRow {
    display:flex;
    flex-direction: column;
}
.tx-wsi .news .oneNews .date {
    margin-bottom: auto;
    padding:0.5rem 0 1rem 0;
}
.news.detail .date {
    margin-bottom: 1rem;
    color:var(--grey);
    font-weight: bold;
}
.tx-wsi .news .oneNews .headerRow .title {
    margin-top: auto;
    font-size: 1.3rem;
    line-height: 1.25;
    height: 4rem;
}

.tx-wsi .news .oneNews {
    float: left;
    width: calc(50% - 4rem);
    padding: 1rem;
    background: var(--darkgrey);
    color: white;
    margin-right: 2rem;
    margin-bottom: 2rem;    
}
.tx-wsi .news .oneNews:hover {
    background: var(--blue);
}

.tx-wsi .news .oneNews a {
    color:white;
}

.tx-wsi .timeline {
    padding: 4rem 0 2rem 0;
    position:relative;
    margin-top: 6rem;
}

.tx-wsi .timeline .timelineInner {
    height:7rem;
    position: relative;
    z-index: 2;
}
.tx-wsi .timeline .oneEvent {
    position:relative;
    overflow:visible;
}
.tx-wsi .timeline .oneEvent .oneEventInner {
    position:absolute;
    width:max-content;
    background-image: url(../Media/circle_orange_stroke.svg);
    background-repeat: no-repeat;
    background-position: left 0rem top 1rem;
    background-size: 1rem;
    margin-left:-1.6rem;
    padding-left:1.6rem;
}
.tx-wsi .timeline .line {
    position:relative;
    bottom:0;
    width:100%;
    height:0.3rem;
    background-color: var(--orange);
    border-radius: 0.2rem;
}
.tx-wsi .timeline .oneEvent {
    rotate: -70deg;
    width: 7rem;
    height: 7rem;
}
.tx-wsi .timeline .oneEvent.now {
    height: 2rem;
}

.tx-wsi .timeline .oneEvent .passed {
    color: var(--grey);
}

.timeLineObject.now .headerRow {
    border-bottom: 3px dotted var(--grey);
    width: 17rem;
    margin-left: -7rem;
    padding-left: 1rem;

}

#lineBreaker1,
#lineBreaker2,
#lineBreaker3 { 
    position: absolute;
  width: 6px;
  height: 20px;
  background: white;
  right: 8px;
  bottom: 25px;
  }
#lineBreaker2 { 
  right: 24px;
}
#lineBreaker3 { 
  right: 42px;
}

.tx-wsi .researchgroup .roleLabel {
    margin-bottom:1rem;
}


.tx-wsi .researchgroup .roleLabel:not(.tx-wsi .researchgroup .roleLabel:first-of-type) {
    margin-top:var(--ce-space);
}

.tx-wsi .researchgroup .mainPeople {
    margin-top:var(--ce-space);
    padding-bottom:calc(var(--ce-space) / 4);
}

.tx-wsi .researchgroup .oneProject h3 {
    margin-top:0;
}

.tx-wsi .topics .fullTopics .topicFull,
.tx-wsi .researchgroup .fullTopics .topicFull {
    display:none;
}

.tx-wsi .title {
    font-weight: bold;
}
.tx-wsi .icon {
    width:4rem;
}

.tx-wsi .list {
    padding-top: 3rem;
    margin-left: 4rem;
}
.tx-wsi .publications .list,
.tx-wsi .courses .list {
    margin-left: 0.5rem;
}
.tx-wsi .researchgroup .oneProject {
    background:#eee;
    padding:1rem;
    margin-bottom: 1rem;
}

#contentwrap #content.broaderContent:not(#wrap.homepage #contentwrap #content),
#contentwrap #content.broaderContent,
.broaderContent {
    padding-right:6rem;
}
#contentwrap #content.fullContent:not(#wrap.homepage #contentwrap #content),
#contentwrap #content.fullContent,
.broaderContent {
    padding-right:4rem;
}


#contentwrap #content .broaderContent:not(#wrap.homepage #contentwrap #content),
#contentwrap #content .broaderContent,
.broaderContent {
    padding-right:0;
    margin-right:-7rem;
}
#contentwrap #content .fullContent:not(#wrap.homepage #contentwrap #content),
#contentwrap #content .fullContent,
.broaderContent {
    padding-right:0;
    margin-right:-11rem;
}

.singlePublication h1 {
    margin-bottom:0.5rem;
}
.singlePublication .icon {
    margin-top: 3.4rem;
    margin-right: 1.2rem;
}
.singlePublication .groups,
.singlePublication .authors {
    margin-bottom: 1rem;
}
.singlePublication .authors {
    font-weight: bold;
}

.onePublication .details {
    padding-bottom:2rem;
    margin-bottom:2rem;
    border-bottom: 1px solid var(--grey);
}

.onePublication .groups,
.onePublication .type {
    padding-top:0.8rem;
}

.onePublication .moreLinkArrow .longBlueArrowRight,
.onePublication .moreLinkArrow .longWhiteArrowRight {
    margin-top: 1rem;
    margin-bottom: -1.5rem;
}






.onePublication:last-of-type .details {
    border-bottom: none;
}



.onePublication .details > div.column,
.oneCourse .details > div
{
    padding-right:1rem;
    width: calc(50% - 3rem)
}
.onePublication .icon,
.onePublication .column {
    flex-grow: 0;
    flex-shrink: 0;
}


.onePublication .column {

}

.oneCourse .details {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid var(--grey);
    width: calc(100% - 3rem);
}

.oneCourse:last-of-type .details {
    border-bottom: none;
}


.tx-wsi .researchgroup .subgroups {
    margin-top:var(--ce-space);
}

.tx-wsi .researchgroup .mainImage {
    margin-bottom:2rem;
}
.tx-wsi .researchgroup .description {
    font-size: var(--leadtext);
    margin-bottom:1rem;
}



.tx-wsi .researchgroup .description2 {
    margin-top:var(--ce-space);
}

.tx-wsi .onePerson {
    padding-bottom:var(--distance);
}


.tx-wsi .personids {
    padding-bottom:var(--distance);
}

.tx-wsi .researchgroup .mainPeople .oneRow:not(.tx-wsi .researchgroup .mainPeople .oneRow:first-of-type) {
    margin-bottom: calc(var(--distance) * 2);

}

.tx-wsi .onePerson .noPic {
    background-color:#a9a9a9;
    width:160px;
    height:190px;
    background-image: url(../Icons/noPic_only.svg);
}
.tx-wsi .researchgroup .onePerson .noPic {
    filter: gray;
    -webkit-filter: grayscale(100%) contrast(110%) opacity(0.95); /* Webkit */
    filter: grayscale(100%) contrast(110%) opacity(0.95); /* W3C */
    transition: filter, -webkit-filter 0.6s;
}

.tx-wsi .onePerson .image {
    background-color: var(--darkblue);
    box-shadow: 1px 3px 5px #02224955;
    height:min-content;
}

.tx-wsi .onePerson.round .image {
    background-color: transparent;
    box-shadow: none;
}

/*.shadowForImage {
    text-shadow: 1px 1px 5px black;
}*/

.blueishImageFilter,
.blueishImageFilterDarker {
    background-color: var(--darkblue);
    width: min-content;
}

.blueishImageFilter .image {
    mix-blend-mode: screen;
    vertical-align: middle;
    filter: gray;
    -webkit-filter: grayscale(100%) contrast(110%) opacity(0.95); /* Webkit */
    filter: grayscale(100%) contrast(110%) opacity(0.95); /* W3C */
    transition: filter, -webkit-filter 0.6s;
    width: min-content;
}

.blueishImageFilterDarker .image {
    mix-blend-mode: screen;
    vertical-align: middle;
    filter: gray;
    -webkit-filter: grayscale(100%) contrast(110%) opacity(0.65); /* Webkit */
    filter: grayscale(100%) contrast(110%) opacity(0.65); /* W3C */
    transition: filter, -webkit-filter 0.6s;
    width: min-content;
}


/* Hack for margin on bottom */
.blueishImageFilter .image img,
.blueishImageFilterDarker .image img {
    vertical-align: middle;
}


.tx-wsi .onePerson img {
    /*    mix-blend-mode: screen;*/
    vertical-align: middle;
}
.tx-wsi .researchgroup .onePerson img {
    filter: gray;
    -webkit-filter: grayscale(100%) contrast(110%) opacity(0.95); /* Webkit */
    filter: grayscale(100%) contrast(110%) opacity(0.95); /* W3C */
    transition: filter, -webkit-filter 0.6s;
}
.tx-wsi .researchgroup .onePerson:hover img {

    filter: none;
    -webkit-filter: none;
    filter:  none;
}
.tx-wsi .researchgroup .onePerson {
    width: 25rem;
    margin-right:1rem;
}
.tx-wsi .researchgroup .onePerson:last-of-type {
    margin-right:0;
}

.tx-wsi .onePerson .details {
    padding: 0 1rem 0 1rem;
}

.tx-wsi .onePerson .details .name,
.tx-wsi .onePerson .details .role {
    font-weight: 600;
}

.tx-wsi .researchgroup .fundingAgencies {
    padding:1rem 0 1rem 0;
    display: grid;
    grid-template-columns: 33% 33% 33%;
}

.tx-wsi .oneFundingAgency {
    padding:2rem 0;
}
.tx-wsi #sideColumn div.navigation.group h2,
.tx-wsi #sideColumn div.navigation.group ul {
    letter-spacing: 0.09rem;
    text-transform: uppercase;
}
.tx-wsi #sideColumn div.navigation.group h2 {
    font-weight: 600;
}
.tx-wsi #sideColumn div.navigation.group .mainGroup {
    padding-bottom: 1.5rem;
    margin-bottom: 2.2em;
    border-bottom: 1px solid black;
    width: calc(100% - 4rem);
}
/*
.tx-wsi #sideColumn div.navigation.group .mainGroup h2 {
    background-image: url(../Icons/arrow_short_r_bl2.svg);
    background-repeat: no-repeat;
    background-position: left 0rem top 0.25rem;
    background-size: 1.1rem;
}*/

.tx-wsi #sideColumn div.navigation.group .subGroup {

}


.tx-wsi #sideColumn ul.navigation.group {
    list-style-type: none;
    margin-top:0.7rem;
    /*    font-size: 1rem;*/
    position: relative;
}

.tx-wsi #sideColumn ul.navigation.group .accordion-content > a > li {
    padding-bottom: 0.75rem;
}

.tx-wsi #sideColumn div.navigation.group a li,
.tx-wsi #sideColumn div.navigation.group .groupTitle {
    left: 2rem;
    position: relative;
}
.tx-wsi #sideColumn div.navigation.group .activeWrapper {
    padding-left: 1.6rem;
}
.tx-wsi #sideColumn div.navigation.group .activeWrapper .active {
    color:white;
    padding: 0.2rem 0.4rem;
}

.tx-wsi #sideColumn div.navigation.group .activeWrapper .active span,
.tx-wsi #sideColumn div.navigation.group .activeWrapper .active h2 {
    background: var(--blue);
    display: inline;
    padding: 0.2rem 0.45rem;

    /* Needs prefixing */
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.tx-wsi #sideColumn div.navigation.group .activeWrapper .inactive {
    padding: 0.2rem 0.4rem;
}

.tx-wsi #sideColumn div.navigation.group .activeWrapper .active,
.tx-wsi #sideColumn div.navigation.group .activeWrapper .active h2 {
    color:white;
    font-weight: 600;
}
.tx-wsi #sideColumn div.navigation.group .activeWrapper .active h2,
.tx-wsi #sideColumn div.navigation.group .activeWrapper .inactive h2{
    margin:0;
}
.tx-wsi #sideColumn div.navigation.group .activeWrapper.marginbottom {
    margin-bottom:0.4rem;
}
.tx-wsi #sideColumn div.navigation.group .activeWrapper .groupTitle {
    left: 0;
}



.tx-wsi #sideColumn .subGroup ul.navigation.group  li.open > a {
    font-weight: 600;
}
.tx-wsi #sideColumn ul.navigation.group a > li.active {
    font-weight: 700;
    color:var(--blue);

}

/*.tx-wsi #sideColumn .subGroup ul.navigation.group > li.active {
    background-image: url(../Icons/arrow_short_r_bl2.svg);
    background-repeat: no-repeat;
    background-position: left 0rem top 0.25rem;
    background-size: 1.1rem;
}*/
.tx-wsi #sideColumn ul.navigation.group li.active > a {
    font-weight: 600;
    color:var(--blue);
    padding-right: 2rem;
}
/*.tx-wsi #sideColumn ul.navigation.group li.active ul li {
    padding-left:2rem;
}*/
.tx-wsi #sideColumn ul.navigation.group a {
    color:var(--darkgrey);
}
.tx-wsi #sideColumn .navigation.group a {
    text-decoration: none;
}
.tx-wsi #sideColumn .navigation.group a:hover {
    text-decoration: underline;
}
.tx-wsi #sideColumn h3.navigation.group a {
    color:var(--blue);
}
.tx-wsi #sideColumn ul.navigation.group li ul.navigation.group {
}

.tx-wsi #sideColumn ul.navigation.group a:hover {
    color:var(--blue);
}

.collapsableNavigationIcon {
    position: absolute;
    top: -2rem;
    left: 0;
    background-image: url(../Icons/plus_gr.svg);
    background-repeat: no-repeat;
    background-position: left 0rem top 0;
    background-size: 0.75rem;
    width: 2rem;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s;
    /*    border:2px solid pink;*/
}

.collapsableNavigationIcon.ui-accordion-header-active {
    background-image: url(../Icons/minus_bl.svg);
}


.tx-wsi .researchareas:first-of-type {
    background:var(--darkblue);
    margin-left: var(--neg-content-padding);
    margin-right: var(--neg-content-padding);
    padding:5rem 5rem;
}


.tx-wsi .researchareas a {
    text-decoration: none;
    color: var(--textcolor);
}

.tx-wsi .researchareas h2 {
    color:white;
}

.tx-wsi .researchareas .researchareaRow {
    padding: 0 3.5rem;
}
.tx-wsi .researchareas .researchareaRow .flexchildeven {
    flex-basis: 50%;
    flex-grow: 0;
    flex-shrink: 0;
    width: 50%;
}

.tx-wsi .researchareas .flex div.oneResearcharea h3 {
    margin-top:0;
    margin-bottom: 0.7rem;
    line-height: 1.1;
    color: var(--blue);
    font-size:1.4rem;
}

.tx-wsi .researchareas .flex div.oneResearcharea {
    background: white;
    margin: 1rem;
    height:14rem;
}

.longBlueArrowRight,
.longWhiteArrowRight {
    transition: opacity 0.9s;
    background-repeat: no-repeat;
    background-position: right 0 top 0.5rem;
    background-size: 2rem;
}
.longBlueArrowRight {
    background-image: url('../Icons/arrow_r_b.svg');
}
.longWhiteArrowRight {
    background-image: url('../Icons/arrow_r_w.svg');
}

a.longBlueArrowRight,
a.longWhiteArrowRight {
    padding-right:2.5rem;

}
a.longBlueArrowRight:hover {
}
a.longWhiteArrowRight:hover {
}


.tx-wsi .researchareas .flex .oneResearcharea .longBlueArrowRight,
.tx-wsi .publications .onePublication .title ~ .moreLinkArrow .longBlueArrowRight,
.tx-wsi .publications .singlePublication .title ~ .moreLinkArrow .longBlueArrowRight {
    background-position: left 0 top 0;
    opacity: 0;
}
.tx-wsi .events .oneEvent .longBlueArrowRight {
    background-position: left 0 top 0.25rem;
    opacity: 0;    
    width:2rem;
    height:2rem;
}
.tx-wsi .events .oneEvent:hover .longBlueArrowRight,
.tx-wsi .researchareas .flex .oneResearcharea:hover .longBlueArrowRight,
.tx-wsi .publications .onePublication .title:hover ~ .moreLinkArrow .longBlueArrowRight,
.tx-wsi .publications .singlePublication .title:hover ~ .moreLinkArrow .longBlueArrowRight {

    background-image: url('../Icons/arrow_r_b.svg');
    background-repeat: no-repeat;
    background-size: 2rem;
    width:2rem;
    opacity: 1;
}

.tx-wsi .researchareas .flex .oneResearcharea .text {
    padding: 2rem 2.63rem 2rem 1.63rem;
}



.tx-wsi .researchareas.has2Cols .flex a .oneResearcharea .image {
    /*    border-left: 6px solid var(--darkblue);
        border-right: 6px solid var(--darkblue);*/
}

.tx-wsi .researchareas.has2Cols .flex a .oneResearcharea .image img {
    width:14rem;
    height:14rem;
}
.tx-wsi .researchareas.has2Cols .flex div a .oneResearcharea .image {
    width:14rem;
    order:1;
}
.tx-wsi .researchareas.has2Cols .flex div a .oneResearcharea .text {
    order:2;
}

.tx-wsi .researchareas.has2Cols .flex div:nth-of-type(2n+1) a .oneResearcharea .image {
    order:2;
    background: #236748;
}
.tx-wsi .researchareas.has2Cols .flex div:nth-of-type(2n+1) a .oneResearcharea .text {
    order:1;
    padding: 2rem 1.63rem 2rem 2.63rem;
}


.tx-wsi .personStats {
    padding: 3rem 0;
}

.tx-wsi .personStats .onePerson.round .image {
    width:200px;
}
.tx-wsi .personStats .onePerson.round .image img {
    border-radius: 100px;
}

.tx-wsi .personStats .stats .divider {
    border-bottom: 5px solid var(--darkgrey);
    padding-top:1rem;
    width: 50%;
    margin: 0 auto;
}

.ce-image .ce-gallery {
    width:100%;
}

.ce-intext .ce-gallery {
    width:50%;
}

.ce-gallery img {
    width:100%;
    height: auto;
}

.ce-gallery video {
    width:100%;
}

.ce-gallery figure {
    margin-bottom:1rem;
}

#sideColumn .ce-gallery figure {
    margin-bottom:1rem;
}

.ce-gallery figcaption {
    margin-top:1.8rem;
    color:var(--blue);
    font-size:0.9rem;
    font-weight: 600;
}

.ce-intext.ce-left .ce-gallery {
    margin-right: 3rem;
}
.ce-intext.ce-right .ce-gallery {
    margin-left: 3rem;
}
.wsi-textblock-right,
.wsi-textblock-left {
    position: relative;
    padding-bottom: 4rem;
}

.wsi-textblock-right .ce-gallery,
.wsi-textblock-left .ce-gallery {
    width:80%;
}

.wsi-textblock-right .ce-gallery figure.image img,
.wsi-textblock-left .ce-gallery figure.image img {
    width:100%;
    height: auto;
}


.wsi-textblock-right .ce-bodytext,
.wsi-textblock-left  .ce-bodytext {
    position: absolute;
    width: 30%;
    float: right;
    padding: 2rem;
    background: #fff;
    bottom: -1rem;
}

.wsi-textblock-right .ce-bodytext {
    right: 1rem;
}

.wsi-textblock-left .ce-bodytext {
    left: -3rem;
}


#topicsGroupsWeights {
    height: 60rem;
    margin-left:-0.7rem;
    margin-right: -4rem;
}


/*##### Accordion #####*/

/*.accordion header {
    color:white;
    padding: 1rem 0 2rem;
    background:white;
}*/

.accordionNoMargin:not(.accordionNoMargin:first-of-type) {
    margin-top:-2.45rem;
}

.accordionNoMargin .accordion-content:not(.accordionNoMargin:last-of-type .accordion-content) {
    padding-bottom:3.45rem;
}

div.content-section main .frame-type-basep-fold-container
{
    margin-right: 6rem;
    border-bottom:3px solid var(--blue);
}

.publicationList {
}
.fundingList {
    margin-bottom:3rem;
}

.maccordion-content.publications {
    padding:2rem 0 0 0;
}
.maccordion-content.fundingagencies {
    padding: 2rem 0 0 3rem;
}

.tx-wsi .maccordion-content.fundingagencies .oneFundingAgency {
    padding:1rem 5rem 1rem 0;
    height:150px;
}

div.content-section main .publicationList .maccordion,
main.content-section .publicationList .maccordion,
div.content-section main .fundingList .maccordion,
main.content-section .fundingList .maccordion
{
    border-bottom:3px solid var(--blue);
}

/* in case of double check the borders overlapping */
div.content-section main .frame-type-basep-fold-container ~ .frame-type-basep-fold-container,
div.content-section main .maccordion ~ .maccordion,
.publicationList + .fundingList
{
    margin-top:-3px;
}


div.content-section main .accordion.frame-type-basep-fold-container header h2.accordion-header,
div.content-section main .accordionOneOnly.frame-type-basep-fold-container header h2.accordion-header,
div.content-section main .publicationList .maccordion .maccordion-header h3,
main.content-section .publicationList .maccordion .maccordion-header h3,
div.content-section main .fundingList .maccordion .maccordion-header h3,
main.content-section .fundingList .maccordion .maccordion-header h3

{
    /*    background:var(--blue);*/
    background-image: url(../Icons/plus_bl.svg);
    background-repeat: no-repeat;
    background-position: right 0.8rem top 0.9rem;
    background-size: 1.2rem;
    font-size: 1.4rem;
    letter-spacing: 0.09rem;
    text-transform: uppercase;
    /*    border-bottom:3px solid var(--blue);*/
    border-top:3px solid var(--blue);
    padding:0.7rem 0 0.6rem 0;
    color:var(--blue);
    font-weight: 600;
    /*    margin-right: 6rem;*/
    margin-bottom:0;
    margin-top:0;
}

div.content-section main .frame-type-basep-fold-container .accordion-content {
    /*    border-bottom: 3px solid var(--blue);*/
}

div.content-section main .accordion header.ui-accordion-header-active h2,
div.content-section main .accordionOneOnly header.ui-accordion-header-active h2
{
    background-image: url(../Icons/minus_bl.svg);
}


/*##### Text with Block #####*/


.frame-type-wsilayout_textwithblock .textblock {
    color: white;
    font-size: 1.6rem;
    background: #eee;
    padding:1.1rem 1.5rem 1.1rem 1.5rem;
    margin-right: 4rem;
    font-weight: 600;

    float: left;
    margin-left: -5.5rem;
    margin-bottom: 1.2rem;
    margin-top: 1.8rem;
    max-width: 37%;
}

.frame-type-wsilayout_textwithblock .textblock.startOnTop {
    margin-top: 0.4rem;
}

.frame-type-wsilayout_textwithblock .textblock.smallertext {
    font-size: 1.2rem;
    line-height: 1.3;
}

.frame-type-wsilayout_textwithblock.frame-layout-99 .textblock {
    float: right;
    margin-left: 2rem;
    margin-right:-6rem;

}




label.wsicheckboxes {
    padding-bottom:1px;
    min-height:22px;
}

/* Customize the label (the wsicheckboxes) */
.wsicheckboxes {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 1em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

select {
    border: solid 1px #b9b9b9;
    padding: 0.4rem 1rem;
    background: white;
}

.wsicheckboxes.radio{
    padding-left: 25px;
}


/* Hide the browser's default checkbox */
.wsicheckboxes input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.wsicheckbox {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #b9b9b9;
    margin-bottom:1px;
    margin-top: 1px;
}

/* Create a custom checkbox */
.wsicheckbox.radio {
    height: 16px;
    width: 16px;
    border-radius: 10px;
}

/* On mouse-over, add a grey background color */
.wsicheckboxes:hover input ~ .wsicheckbox {
    background-color: #eee;
}

/* When the checkbox is checked, add a blue background */
.wsicheckboxes input:checked ~ .wsicheckbox {
    background-color: var(--blue);
    border-color:var(--white50);
}

/* Create the wsicheckbox/indicator (hidden when not checked) */
.wsicheckbox:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the wsicheckbox when checked */
.wsicheckboxes input:checked ~ .wsicheckbox:after {
    display: block;
}

/* Style the wsicheckbox/indicator */
.wsicheckboxes .wsicheckbox:after {
    left: 7px;
    top: 3px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* Style the wsicheckbox/indicator */
.wsicheckboxes .wsicheckbox.radio:after {
    left: 5px;
    top: 5px;
    width: 6px;
    height: 6px;
    border-radius: 12px;
    border: none;
    background-color: white;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);

}

/*
################# TOOLTIPS ##################
*/

.tooltip_templates h4 {
    margin-top:0;
}

/*##################################################################*/
/*########################### Tooltips ##########################*/
/*##################################################################*/


.tooltipster-sidetip.tooltipster-light.tooltipster-wsi .tooltipster-box {
    background: var(--blue);
    width: min-content;
    min-width: 300px;
    font-weight: 400;
    line-height: 1.6;
    border:1px solid rgba(255,255,255,0.4);
    box-shadow: 3xp 3px 4px rgba(0,0,0,0.3);
}
.tooltipster-sidetip .tooltipster-content {
    line-height: 1.4;
}

.tooltipster-sidetip.tooltipster-light.tooltipster-wsi .tooltipster-arrow {
    display:none;
}

.tooltipster-sidetip.tooltipster-light.tooltipster-wsi .tooltipster-box p {
    margin-top:0.3rem;
    margin-bottom:0.3rem;
}

.tooltipster-sidetip.tooltipster-light.tooltipster-wsi .tooltipster-content {
    color:white;
    padding:1rem;
}

.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-border  {
    border:none;
}

.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-border,
.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: var(--green);
}
.tooltipster-sidetip.tooltipster-light.tooltipster-top .tooltipster-arrow-border,
.tooltipster-sidetip.tooltipster-light.tooltipster-top .tooltipster-arrow-background {
    border-top-color: var(--green);
}
