﻿@charset "utf-8";
/* CSS Document */

body {
	font-family: "proxima-nova", sans-serif;
	font-size: 16px;
	line-height: 22px;
	margin: 0;
	padding: 0;
}


h1, h2, h3 {font-family: "mono45-headline", monospace;color: #977c69;margin: 0;padding: 0;}

.header {
    height: 1000px;
    background: url(../templateimages/bg-header.jpg) no-repeat center  top;
    background-size: cover;
}

.logo img {
    width: 200px;
}

.logo {
    max-width: 900px;
    margin: 0px auto;
    padding-top: 20px;
    text-align: center;
}

.intro {
    background-color: #fff;
    max-width: 900px;
    margin: -450px auto 0;
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    box-sizing: border-box;
}

.headline {
    flex-basis: 50%;
    flex-grow: 1;
}

.data {
    flex-basis: 260px;
    border: 1px solid #977c69;
    display: flex;
    flex-direction: column;
    margin-top: -107px;
}

h1 span {
    display: block;
    font-size: 35px;
    line-height: 30px;
    margin-bottom: 35px;
    color: #fff;
}

.data-title {
    background-color: #fff;
    color: #977c69;
    font-family: "mono45-headline", monospace;
    font-size: 20px;
    line-height: 22px;
    padding: 10px;
    font-weight: 300;
}

.data-date-venue {
    padding: 10px;
    background-color: #977c69;
    color: #fff;
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.data-date-venue img {
    width: 20px;
}

.data-date-venue-item {
    display: flex;
    gap: 10px;
    font-size: 15px;
    align-items: center;
}

h1 {
    font-size: 55px;
    line-height: 55px;
    /* flex-basis: 100%; */
}

.intro-welcome img {
    width: 300px;
    margin-left: -170px;
}

.intro-welcome {
    display: flex;
    gap: 20px;
    margin: 40px 0;
    align-items: end;
}

.intro-text p {margin-bottom: 0;}

.content {
    /* max-width: 900px; */
    margin: 0 auto;
    display: flex;
    /* flex-wrap: wrap; */
    flex-direction: column;
    gap: max(20px, 1vw);
    margin-bottom: 40px;
    text-align: justify;
}

.content2images {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}

.content2images img {
    width: 49%;
}

.content-column3, .content-column4 {
    flex-basis: 22%;
}

.content-column2 {    flex-basis: 47%;}

.content-column2 ul, .content-column-org ul {column-count: 2}
.content-column-org {    flex-basis: 100%;}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

li {
    padding-left: 10px;
    margin-bottom: 5px;
}

h2 {
    margin-bottom: max(20px, 1vw);
    font-weight: 300;
    /* width: fit-content; */
    text-align: left;
    font-size: 30px;
    line-height: 30px;
    /* text-align: center; */
}

li:before {
    content: "/ ";
    color: #977c69;
    margin-left: -10px;
    font-weight: 900;
    width: 10px;
    position: absolute;
}

.content-contact {
    text-align: center;
    flex-basis: 100%;
    margin: 40px 0;
}

a {
    color: #977c69;
    transition: all 0.25s ease-in-out;
}



.content-column1 {
    flex-basis: 100%;
}

.menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.menu a {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    padding: 5px 10px;
    transition: 0.25s ease-in-out;
}

.content-2columns-50-50 {
    display: flex;
    flex-wrap: wrap;
    gap: 1vw;
}

.content-2columns-50-50 > div {
    flex-basis: calc(50% - 0.5vw);
}

img {
    width: 100%;
    height: intrinsic;
}

.radius-tr-bl {
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
}

.content a {
    font-weight: bold;
    text-decoration: underline;
}

.max900 {
    max-width: 900px;
}

.div-centered {
    margin: 0 auto;
}

.max1600 {
    max-width: 1600px;
}

.spacer {
    width: 100%;
    height: min(60px, 6vw);
}

.home-topic-dates {
    display: flex;
    /* flex-wrap: wrap; */
    gap: 1vw;
    /* align-items: end; */
}

.radius-tl {
    border-top-left-radius: 20px;
    /* overflow: hidden; */
}

.radius-tr {
    border-top-right-radius: 20px;
}

.home-topics, .home-dates {
    flex-grow: 1;
    width: 80%;
}

.home-topic-dates > div:nth-child(1) {
    max-width: 210px;
    display: flex;
}

.object-fit {
    object-fit: cover;
    height: 100%;
}

.home-topics {
    background-color: #756357;
    padding: 1vw;
    box-sizing: border-box;
    color: #fff;
}

.home-topics h3 {
    color: #fff;
}

.home-dates-dates {
    background-color: #a8dbf6;
    color: #fff;
    padding: 1vw;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    gap: 1vw;
}

.radius-br {
    border-bottom-right-radius: 20px;
}

.home-topic-dates > div:nth-child(4) {
    max-width: 360px;
    display: flex;
}

.home-dates-dates div {
    /* width: 47% !important; */
    flex-basis: 46%;
    display: flex;
    flex-direction: column;
    font-size: 32px;
    line-height: 34px;
}

.home-dates-dates span {
    color: #000;
    font-size: initial;
    line-height: initial;
}

.home-dates {
    align-content: end;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.home-topics ul {
    column-count: 2;
}

.halfwidth {
    width: 50%;
}

.logos-sponsors {
    display: flex;
    flex-wrap: wrap;
    /* gap: 1vw; */
    width: 100%;
}

.text-centered {
    text-align: center;
    /* margin: 0 auto; */
}

.logos-sponsors img {
    max-width: 200px;
}

.logos-sponsors div {
    text-align: center;
    /* display: flex; */
    /* flex-direction: column; */
    /* align-items: center; */
}

.footer {
    background: url(../templateimages/bg-footer.jpg?v=2) no-repeat #756357;
    background-size: cover;
    background-position-x: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: min(20px, 2vw);
    padding-top: min(20px, 2vw);
    padding-bottom: min(20px, 2vw);
    min-height: min(900px, 75vw);
    margin-top: min(-110px, -10vw);
    z-index: -1;
    box-sizing: border-box;
}

.footer-line1 {
    color: #fff;
}

.footer-line2 {
    display: flex;
    align-items: center;
    gap: 1vw;
    justify-content: space-evenly;
    width: 100%;
}

.footer-social {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.footer-social img {
    max-width: 20px !important;
}

.footer-line2 div {
    /* width: calc(25% - 0.5vw); */
    flex-basis: 20%;
    flex-grow: 1;
    text-align: center;
}

.footer-line2 img {
    max-width: 170px;
}

.footer a {
    color: #fff;
}

.footer-links {
    font-size: 14px;
    white-space: nowrap;
    /* text-align: center; */
}

img.pxws {
    max-width: 60px;
}

.menu a:hover, .menu a.active {
    border-color: #fff;
}

.content a:hover, .path a:hover {
    color: #000;
}



.home-venue div:nth-child(1) {
}

.home-dates h3 {
    color: #a8dbf6;
}

.menu-container {
    background-color: #756357;
    padding: 0.5vw;
}

.menu-container a {
    font-family: "mono45-headline", monospace;
    font-size: 17px;
    line-height: 22px;
    color: #fff;
    text-decoration: none;
}

.mob-show {
    display: none;
}

.in-header {
    display: flex;
    flex-wrap: wrap;
    background: url(../templateimages/bg-header-in.jpg) no-repeat center top;
    background-size: cover;
    padding-top: max(20px, 2vw);
}

.in-header > div {
    flex-grow: 1;
}

.in-header > div:nth-child(1) {
    background-color: #fff;
}

.in-header-content > div:nth-child(1) {
    background-color: #fff;
}

.in-header-content-left-top {
    display: flex;
}

.in-header-content-left-bottom {
}

.in-header-content > div:nth-child(1) {display: flex;flex-wrap: wrap;align-content: stretch;/* padding-left: 1vw; */box-sizing: border-box;}

.in-header-content-left-bottom {
    display: flex;
    /* flex-wrap: wrap; */
    flex-direction: column;
    justify-content: end;
    gap: 10px;
    flex-basis: 100%;
}

.path {
    /* flex-basis: 100%; */
    font-size: 13px;
}

.in-header-content-left-top {
    display: flex;
    align-items: center;
}

.headline h1 {
    margin-top: -55px;
    line-height: 20px;
}

.inside .data {
    border: 0;
    flex-basis: auto;
    margin: 0;
    padding-top: 20px;
}

.inside .data-title {
    font-size: 15px;
    line-height: 17px;
    background: transparent;
}

.inside .data-date-venue {
    font-size: 13px;
    color: #977c69;
    line-height: 14px;
    background-color: transparent;
}

.radius-tr-long {
    border-top-right-radius: 100px;
}

.img-extend-right {
    width: 130%;
}

.img-extend-left {
    width: 130%;
    margin-left: -30%;
}

ul.ul2columns {
    column-count: 2;
    column-gap: 2vw;
    text-align: left;
}

ul.ul2columns a {
    /* display: block; */
}

ul.ul2columns li {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}

.inside .logo {
}

h3 {
    margin-bottom: max(20px, 1vw);
    font-weight: 300;
    /* width: fit-content; */
    text-align: left;
    font-size: 26px;
    line-height: 26px;
}

.content-4columns-25 {
    display: flex;
    flex-wrap: wrap;
    gap: 2vw;
    row-gap: 8vw;
    justify-content: space-around;
}

.content-4columns-25 > div {
    flex-basis: 20%;
    text-align: center;
}

.content-4columns-25 > div img {
    height: 85px;
    margin-bottom: 20px;
}

.box-emphasis {
    background-color: #977c69;
    color: #fff;
    box-sizing: border-box;
    padding: min(40px, 4vw);
    border-radius: 20px;
}

.box-emphasis h2, .box-emphasis h3 {
    color: #fff;
}

.box-emphasis a {
    color: #fff;
}

.max1200 {
    max-width: 1200px;
}

.home-topics ul {text-align:left}

/* Branding on the banner */
a#CybotCookiebotDialogPoweredbyCybot,div#CybotCookiebotDialogPoweredByText {  display: none!important;}

/* Branding on the widget */
#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo {    display: none!important;}