/*
	Theme Name: Weltjugendtag Design
	Theme URI: https://www.weltjugendtag.ch
	Description: Weltjugendtag Theme 2020
	Version: 1.6.0
	Author: Jerom Pathipat (@jerom), Adrian Iten (@adi)
	Author URI: http://johannesbrecht.ch
	Tags: Blank, HTML5, CSS3

*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

:root {
    --arge-main: #C3261F;
    --arge-secondary: white;
    --arge-text: black;
    --arge-text-secondary: white;

    --lissabon-main: #006338;
    --lissabon-secondary: white;
    --lissabon-text: white;
    --lissabon-text-secondary: white;

    --olten-main: #2A3773;
    --olten-secondary: white;
    --olten-text: white;
    --olten-text-secondary: white;

    --chur-main: #f7d100;
    --chur-secondary: white;
    --chur-tertiary: #ffe9c0;
    --chur-text: #00371d;
    --chur-text-secondary: #006338;
    --chur-text-tertiary: white;

    --lugano-main: #edeadc;
    --lugano-secondary: white;
    --lugano-tertiary: #ffe9c0;
    --lugano-text: black;
    --lugano-text-secondary: black;
    --lugano-text-tertiary: rgb(6, 5, 5);

    --rom-main: #F4EBE3;
    --rom-secondary: white;
    --rom-tertiary: #ffe9c0;
    --rom-text: #765A21;
    --rom-text-secondary: black;
    --rom-text-tertiary: white;
}

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
    scroll-behavior: smooth;
}
body {
	font-family: 'Aileron Regular';
	color: black;
	font-size: 16px;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
    transition: 0.5s;
}
a:hover {
	color:#444;
    transition: 0.3s;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

h2::before { 
  display: block; 
  content: " "; 
  margin-top: -30px; 
  height: 30px; 
  visibility: hidden; 
  pointer-events: none;
}

table, th, td, tr {
    border: none !important;
}

td {
    padding: 2px !important;
}

td:first-child{
    white-space:nowrap;
    padding-right: 5px !important;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.hidden {
    display: none;
}
/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}

.footer {
    padding: 20px 0 20px 0;
}
/* footer */
.footer nf-section{
    display: none;
}

hr.wp-block-separator.is-style-wide{
    height: 2px !important;
    margin-top: 49px !important;
    margin-bottom: 49px !important;
}

input::placeholder{
    color: black !important;
}

.wjt-footer-mobile input::placeholder{
    color: white !important;
}

.mobile-hidden{
    display: none;
}

.wjt-footer-mobile{
    background-color: black;
    text-align: left;
}

.wjt-footer-mobile a, .wjt-footer-mobile h5{
    color: white;
    font-family: 'Aileron Black', sans-serif;
}

.footer-full{
    padding-top: 100px;
    padding-bottom: 50px;
}

.wjt-footer-mobile a{
    padding-left: 5px;
    padding-right: 5px;
}

.wjt-footer-mobile p, .wjt-footer-mobile h5 {
    color: white;
    font-size: 20px;
}

.wjt-footer-mobile a:hover{
    color: var(--arge-main);
}

.wjt-footer-mobile a {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    font-family: 'Aileron Black', sans-serif;
}

#myNav .wjt-footer-mobile {
    background-color: black;
    text-align: left;
    position: fixed;
    width: 100%;
    bottom: 0;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/


.wjt-red-title {
	background-color: var(--arge-main);
	height: calc(100vh - env(safe-area-inset-bottom));
}

.wjt-title-part {
    height: calc(100vh - env(safe-area-inset-bottom));
}

.wjt-page .wjt-event-highlights{
    background-color: var(--arge-main);
}

.wjt-event-colored {
    background-color: var(--arge-main);
}

.wjt-event-title {
	height: calc(100vh - env(safe-area-inset-bottom));
}
/*
.wjt-event-title h1{
    position: absolute;
    top: 60vh;
}*/

.wjt-event-highlights {
    padding: 50px 0 100px 0;
    min-height: 20vh;
}

.wjt-event-highlights p{
    text-align: left;
    color: black;
}

.wjt-event-highlights h2{
    text-align: left;
    color: white;
    line-height: 1.2em;
}

.wjt-event-highlights h3{
    color: black;
    font-size: 20pt;
}

.wjt-event-highlights a{
    color: black;
    font-family: "Aileron Black";
	font-size: 20pt;
}

.wjt-partner h3{
    color: black;
    font-size: 20px;
}

.wjt-partner a {
    color: black !important;
    font-family: "Aileron Black";
	font-size: 20px;
}


.wjt-title-text {
    width: 100%;
    position: absolute;
    bottom: 20vh;
}

.wjt-event-highlights a:hover{
    color: white;
    font-family: "Aileron Black";
	font-size: 25pt;
}


.wjt-arge-red-title {
	background-color: var(--arge-main);
	height: 300px;
	padding-top: 150px;
}

.wjt-arge a {
    color: var(--arge-main);
}

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

.footer-full a{
    padding: 0;
}

.wjt-footer {
	background-color: var(--arge-main);
	padding-top: 50px;
	padding-bottom: 10px;
}

.wjt-footer p {
	font-size: 14px;
}


.wjt-footer h5 {
	padding-bottom: 8px;
}

.wjt-footer-mobile a{
    font-size: 17px;
}

.wjt-event-colored h2{
    color: white !important;
}

.wjt-event-colored .wp-block-quote p{
    color: white !important;
}

.wjt-event-colored cite{
    color: black !important;
}

.wp-block-quote p, .wp-block-quote cite {
    color: var(--arge-main);
}

.wjt-header-white{
    padding: 100px 0 100px;
}

.wjt-title-white{
    padding-top: 100px;
    padding-bottom: 50px;
}

.wjt-header-white a{
    color: var(--arge-main);
}

.wjt-termin-page p{
    padding-top: 50px;
    padding-bottom: 50px;
}

.relative-helper {
    position: relative;
}

.wp-block-column p {
    padding-bottom: 20px;
}

/*------------------------------------*\
    BUTTONS
\*------------------------------------*/

.wp-block-file .wp-block-file__button {
    min-width: 200px;
    padding: 10px;
    border-radius: 1em;
    border: solid 2px black;
    color: black;
    background-color: transparent;
    font-family: "Aileron Regular";
    font-size: 18px;
}

.wp-block-button .wp-block-button__link {
    padding: 10px;
    border-radius: 1em;
    border: solid 2px black;
    color: black;
    background-color: transparent;
    font-family: "Aileron Regular";
    font-size: 18px;
}

.wp-block-file .wp-block-file__button:hover, .wp-block-button .wp-block-button__link:hover{
    background-color: black;
    color: white;
}

button.wjt-button {
    padding: 10px;
    border-radius: 1em;
    border: solid 2px black;
    color: black;
    background-color: transparent;
    font-family: "Aileron Regular";
    font-size: 18px;
    margin-right: 5px;
    margin-bottom: 5px;
}

button.wjt-button.active {
    color: white;
    background-color: black;
}

.wp-block-button{
    float: left;
    margin: 5px;
}

a.anmelden-footer {
    border: solid;
}

a.wjt-jetzt-anmelden {
    display: none;
}

a.wjt-jetzt-anmelden h5{
    display: none;
}

a.wjt-jetzt-anmelden p{
    display: none;
}

.wjt-gaeste {
    padding-bottom: 50px;
}

.wjt-gaeste h5{
    padding-bottom: 20px;
}

.wjt-highlights-url a{
    color: black;
}

.wjt-highlights-url a:hover{
    color: white;
}

.wjt-highlights-url {
    padding-top: 40px;
}

img.mobile-button{
    vertical-align: middle;
}

img.closeBtn{
    position: absolute;
    right: 10px;
    top: 20px;
    height: 30px;
}

.wjt-sponsor img{
    max-height: 150px !important;
}



/*------------------------------------*\
    ARROW
\*------------------------------------*/

.wjt-page .back a {
    color: var(--arge-main);
}

i {
    border: solid var(--arge-main);
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.back hr {
    width: 20px;
    height: 3px;
    background-color: var(--arge-main);
    display: inline-block;
    margin: 3px 5px 3px -7px;
    transition: 0.2s;
}

.back a:hover hr {
    width: 30px;
}

.wjt-ticket {
    padding: 20px 25px 20px 25px;
    border-radius: 0.5em;
    background-color: var(--arge-main);
}

.wjt-ticket:hover, .wjt-ticket.active {
    padding: 20px 25px 20px 25px;
    border-radius: 0.5em;
    background-color: black;
}

.wjt-ticket:hover h2, .wjt-ticket:hover h3, .wjt-ticket:hover p, .wjt-ticket:hover h6, .wjt-ticket.active h3, .wjt-ticket.active p {
    color: white;
}

.ticket, .ticket-summary {
    background-color: #EFEEF1;
}

.ticket:hover {
    background-color: #8A8CBF;
}

.ticket.active {
    background-color: var(--arge-main);
}

/*------------------------------------*\
    WELTJUGENDTAGE SPEZIFISCH
\*------------------------------------*/
.wjt-luzern-2019 .wjt-event-colored, .wjt-luzern-2019 + .wjt-footer{
    background-color: #21B3DE;
}

.wjt-luzern-2019 .wp-block-quote p, .wjt-luzern-2019 a, .wjt-luzern-2019 cite{
    color: #21B3DE;
}

.wjt-luzern-2019 h2, .wjt-luzern-2019 .back a {
    color: #21B3DE;
}

.wjt-brig-2020 .wjt-event-colored, .wjt-brig-2020 .back hr{
    background-color: #EEB638;
}

.wjt-brig-2020 .back i {
    border-color: #EEB638;
}

.wjt-brig-2020 .wp-block-quote p, .wjt-brig-2020 cite {
    color: #EEB638;
}

.wjt-brig-2020 h2, .wjt-page.wjt-brig-2020 a, .wjt-brig-2020 a, .wjt-brig-2020 .wjt-gaeste h5, .wjt-brig-2020 .back a {
    color: #EEB638;
}

.wjt-brig-2020 .wjt-highlights-url a{
    color: black;
}

.wjt-brig-2020 .wjt-highlights-url a:hover{
    color: white;
}

.wjt-brig-2020 a.wjt-ticket {
    display: block;
    padding: 30px;
    background-color: #EEB638;
    border-radius: 1.5em;
}

a.wjt-ticket:hover {
    background-color: black;
}

a.wjt-ticket:hover h2, a.wjt-ticket:hover h6, a.wjt-ticket:hover p {
    color: #EEB638;
}

.wjt-bern-2021 .wjt-event-colored, .wjt-bern-2021 .back hr{
    background-color: #211b1c;
}

.wjt-bern-2021 .wjt-event-colored p{
    color: #91cfca;
}

.wjt-bern-2021 .wjt-event-colored h3{
    color: #008783;
}

.wjt-bern-2021 .wp-block-quote p, .wjt-bern-2021 a {
    color: #211b1c;
}

.wjt-bern-2021 h2, .wjt-bern-2021 .back a {
    color: #211b1c;
}

.wjt-bern-2021 .wjt-highlights-url a, .wjt-bern-2021 .wjt-event-colored h2 {
    color: #d8328a;
}

.wjt-bern-2021 .wjt-highlights-url a:hover{
    color: white;
}

.wjt-stgallen-2022 .wjt-event-colored, .wjt-stgallen-2022 .back hr{
    background-color: #03C9AC;
}

.wjt-stgallen-2022 .back i {
    border-color: #03C9AC;
}

.wjt-stgallen-2022 .wp-block-quote p, .wjt-stgallen-2022 cite {
    color: #03C9AC;
}

.wjt-stgallen-2022 h2, .wjt-page.wjt-stgallen-2022 a, .wjt-stgallen-2022 a, .wjt-stgallen-2022 .wjt-gaeste h5, .wjt-stgallen-2022 .back a {
    color: #03C9AC;
}

.wjt-stgallen-2022 .wjt-highlights-url a{
    color: black;
}

.wjt-stgallen-2022 .wjt-highlights-url a:hover{
    color: white;
}

.wjt-stgallen-2022 .wp-block-button__link {
    border: 1px solid #310A0A;
    color: #310A0A !important;
}

.wjt-stgallen-2022 .wp-block-button__link:hover {
    background-color: #a58d8d;
    border: 1px solid #a58d8d;
    color: white;
}

.wjt-stgallen-2022 a.wjt-ticket {
    display: block;
    padding: 20px;
    background-color: #03C9AC;
    border-radius: 1em;
}

.wjt-stgallen-2022 .wjt-ticket {
    display: block;
    padding: 20px;
    background-color: #03C9AC;
    border-radius: 1em;
}

.wjt-stgallen-2022 .wjt-ticket.active {
    background-color: #a58d8d;
}

.wjt-stgallen-2022 .nf-field-label {
    display: block !important;
}

.wjt-stgallen-2022 .wp-block-column.wjt-workshop {
    border: 2px solid white;
    border-radius: 0.7em;
    padding: 20px;
    margin-bottom: 20px;
}

a.ticket:hover {
    background-color: black;
}

a.icket:hover h2, a.ticket:hover h6, a.ticket:hover p {
    color: #FF9D34;
}

.wjt-lissabon-2023 .back i {
    border-color: #FF9D34;
}

.wjt-lissabon-2023 .wjt-event-colored, .wjt-lissabon-2023 .back hr{
    background-color: #FF9D34;
}

.wjt-lissabon-2023 .wjt-event-colored p, .wjt-lissabon-2023 .wjt-event-colored a{
    color: #211b1c;
}

.wjt-lissabon-2023 .wjt-event-colored h3{
    color: #211b1c;
}

.wjt-lissabon-2023 .wp-block-quote p, .wjt-lissabon-2023 a {
    color: #FF9D34;
}

.wjt-lissabon-2023 h2, .wjt-lissabon-2023 .back a {
    color: #FF9D34;
}

.wjt-lissabon-2023 .wjt-highlights-url a, .wjt-lissabon-2023 .wjt-event-colored h2 {
    color: #211b1c;
}

.wjt-lissabon-2023 .wjt-highlights-url a:hover{
    color: white;
}

.wjt-lissabon-2023 .wjt-box {
    border: 1px solid #211b1c;
}

.wjt-lissabon-2023 .wjt-box.main {
    background-color: #FF9D34;
    border: 1px solid #FF9D34;
}

.wjt-lissabon-2023 .ticket {
    background-color: #ece7e2;
}

.wjt-lissabon-2023 .ticket:hover {
    background-color: #FFC434;
}

.wjt-lissabon-2023 .ticket.active {
    background-color: #FF9D34;
}

.wjt-lissabon-2023 .ticket.active p {
    color: black;
}

.wjt-lissabon-2023 a.active {
    color: black;
    background-color: #FF9D34;
    border-color: #FF9D34;
}

.wjt-box {
    padding: 10px;
    border-radius: 10px;
}

.wjt-lissabon-2023 .notification.is-success {
    background-color: #94D5A5;
    color: black
}

.wjt-lissabon-2023 .notification.is-warning, .wjt-lissabon-2023 .notification.is-danger {
    background-color: #9FD7EF;
    color: black
}

.wjt-olten-2023 .nf-field-label, .wjt-olten-2023-old .nf-field-label {
    display: block !important;
}

.wjt-olten-2023 .wjt-event-colored, .wjt-olten-2023 .back hr{
    background-color: #2A3773;
}

.wjt-olten-2023 .back i {
    border-color: #2A3773;
}

.wjt-olten-2023 .wp-block-quote p, .wjt-olten-2023 cite {
    color: #2A3773;
}

.wjt-olten-2023 h2, .wjt-olten-2023 h3, .wjt-page.olten-2023 a, .wjt-olten-2023 a, .wjt-olten-2023 .wjt-gaeste h5, .wjt-olten-2023 .back a {
    color: #2A3773;
}

.wjt-olten-2023 .wjt-event-colored p, .wjt-olten-2023 .wjt-event-colored a, .wjt-olten-2023 .wjt-event-colored ul {
    color: white;
}

.wjt-olten-2023 .wjt-highlights-url a, .wjt-olten-2023 .wjt-highlights-url h3 {
    color: white;
}

.wjt-olten-2023 .wjt-highlights-url a:hover{
    color: black;
}

.wjt-olten-2023 .wp-block-button__link {
    border: 1px solid white;
    background-color: #2A3773;
    color: white !important;
}

.wjt-olten-2023 .wp-block-button__link:hover {
    background-color: #FEF251;
    border: 1px solid #FEF251;
    color: #2A3773 !important;
}

.wjt-olten-2023 a.wjt-ticket {
    display: block;
    padding: 20px;
    background-color: #2A3773;
    border-radius: 1em;
}

.wjt-olten-2023 .wjt-ticket {
    display: block;
    padding: 20px;
    background-color: #2A3773;
    border-radius: 1em;
}

.wjt-olten-2023 .wjt-ticket.active {
    background-color: #FEF251;
}

.wjt-olten-2023 .nf-field-label {
    display: block !important;
}

.wjt-olten-2023 .wp-block-column.wjt-workshop {
    border: 2px solid white;
    border-radius: 0.7em;
    padding: 20px;
    margin-bottom: 20px;
}

.wjt-olten-2023 .wjt-event-colored h4, .wjt-olten-2023 .wjt-event-colored h5, .wjt-olten-2023 .wjt-event-colored h3 {
    color: white;
}

span.ninja-forms-req-symbol {
    display: contents;
}

.wjt-olten-2023 .ticket {
    background-color: #EFEEF1;
}

.wjt-olten-2023 .ticket:hover {
    background-color: #8A8CBF;
}

.wjt-olten-2023 .ticket.active {
    background-color: #2A3773;
}

.wjt-olten-2023 .ticket.active p, .wjt-olten-2023 .ticket.active h3, .wjt-olten-2023 .ticket.active h6 {
    color: white;
}

.wjt-olten-2023 a.active {
    color: white;
    background-color: #2A3773;
    border-color: #2A3773;
}

.wjt-olten-2023 .cart {
    background-color: #8A8CBF;
    width: 100%;
    background-color: #EFEEF1;
    padding: 20px;
    border-radius: 0.7em;
    margin-top: 20px;
}

/* Chur 2024 */

.wjt-chur-2024 .nf-field-label, .wjt-chur-2024-old .nf-field-label {
    display: block !important;
}

.wjt-chur-2024 .wjt-event-colored, .wjt-chur-2024 .back hr{
    background-color: var(--chur-main);
}

.wjt-chur-2024 .back i {
    border-color: var(--chur-text);
}

.wjt-chur-2024 .wp-block-quote p, .wjt-chur-2024 cite, .wjt-chur-2024 p, .wjt-chur-2024 strong {
    color: var(--chur-text);
}

.wjt-chur-2024 h1, .wjt-chur-2024 h2, .wjt-chur-2024 h3, .wjt-page.chur-2024 a, .wjt-chur-2024 a, .wjt-chur-2024 .wjt-gaeste h5, .wjt-chur-2024 .back a {
    color: var(--chur-text) !important;
}

.wjt-chur-2024 .wjt-event-colored p, .wjt-chur-2024 .wjt-event-colored a, .wjt-chur-2024 .wjt-event-colored ul, .wjt-chur-2024 .wjt-event-colored strong {
    color: var(--chur-text-secondary);
}

.wjt-chur-2024 .wjt-highlights-url a, .wjt-chur-2024 .wjt-highlights-url h3 {
    color: var(--chur-text-secondary);
}

.wjt-chur-2024 .wjt-highlights-url a:hover{
    color: var(--chur-text-secondary) !important;
}

.wjt-chur-2024 .wp-block-button__link {
    border: 1px solid white;
    background-color: var(--chur-main);
    color: white !important;
}

.wjt-chur-2024 .wp-block-button__link:hover {
    background-color: var(--chur-text);
    border: 1px solid var(--chur-text);
    color: var(--chur-main) !important;
}

.wjt-chur-2024 a.wjt-ticket {
    display: block;
    padding: 20px;
    background-color: var(--chur-main);;
    border-radius: 1em;
}

.wjt-chur-2024 .wjt-ticket {
    display: block;
    padding: 20px;
    background-color: var(--chur-main);;
    border-radius: 1em;
}

.wjt-chur-2024 .wjt-ticket.active {
    background-color: var(--chur-text);
}

.wjt-chur-2024 .nf-field-label {
    display: block !important;
}

.wjt-chur-2024 .wp-block-column.wjt-workshop {
    border: 2px solid var(--chur-text);
    border-radius: 0.7em;
    padding: 20px;
    margin-bottom: 20px;
}

.wjt-chur-2024 .wjt-event-colored h4, .wjt-chur-2024 .wjt-event-colored h5, .wjt-chur-2024 .wjt-event-colored h3, .wjt-chur-2024 .wjt-event-colored h2 {
    color: var(--chur-text-secondary) !important;
}

span.ninja-forms-req-symbol {
    display: contents;
}

.wjt-chur-2024 .ticket {
    background-color: var(--chur-tertiary);
}

.wjt-chur-2024 .ticket:hover {
    background-color: var(--chur-tertiary);
}

.wjt-chur-2024 .ticket.active {
    background-color: var(--chur-main);;
}

.wjt-chur-2024 .ticket.active p, .wjt-chur-2024 .ticket.active h3, .wjt-chur-2024 .ticket.active h6 {
    color: white;
}

.wjt-chur-2024 a.active {
    color: white;
    background-color: var(--chur-main);;
    border-color: var(--chur-main);;
}

.wjt-chur-2024 .cart {
    background-color: var(--chur-tertiary);
    width: 100%;
    padding: 20px;
    border-radius: 0.7em;
    margin-top: 20px;
}

/* Rom 2025 */

.wjt-rom-2025 .nf-field-label, .wjt-chur-2024-old .nf-field-label {
    display: block !important;
}

.wjt-rom-2025 .wjt-event-colored, .wjt-rom-2025 .back hr{
    background-color: var(--rom-main);
}

.wjt-rom-2025 .back i {
    border-color: var(--rom-text);
}

.wjt-rom-2025 .wp-block-quote p, .wjt-rom-2025 cite, .wjt-rom-2025 p, .wjt-rom-2025 strong {
    color: var(--rom-text);
}

.wjt-rom-2025 h1, .wjt-rom-2025 h2, .wjt-rom-2025 h3, .wjt-page.rom-2025 a, .wjt-rom-2025 a, .wjt-rom-2025 .wjt-gaeste h5, .wjt-rom-2025 .back a {
    color: var(--rom-text) !important;
}

.wjt-rom-2025 .wjt-event-colored p, .wjt-rom-2025 .wjt-event-colored a, .wjt-rom-2025 .wjt-event-colored ul, .wjt-rom-2025 .wjt-event-colored strong {
    color: var(--rom-text-secondary);
}

.wjt-rom-2025 .wjt-highlights-url a, .wjt-rom-2025 .wjt-highlights-url h3 {
    color: var(--rom-text-secondary);
}

.wjt-rom-2025 .wjt-highlights-url a:hover{
    color: var(--rom-text-secondary) !important;
}

.wjt-rom-2025 .wp-block-button__link {
    border: 1px solid white;
    background-color: var(--rom-main);
    color: white !important;
}

.wjt-rom-2025 .wp-block-button__link:hover {
    background-color: var(--rom-text);
    border: 1px solid var(--rom-text);
    color: var(--rom-main) !important;
}

/* Lugano 2025 */

.wjt-lugano-2025 .nf-field-label, .wjt-chur-2024-old .nf-field-label {
    display: block !important;
}

.wjt-lugano-2025 .wjt-event-colored, .wjt-lugano-2025 .back hr{
    background-color: var(--lugano-main);
}

.wjt-lugano-2025 .back i {
    border-color: var(--lugano-text);
}

.wjt-lugano-2025 .wp-block-quote p, .wjt-lugano-2025 cite, .wjt-lugano-2025 p, .wjt-lugano-2025 strong {
    color: var(--lugano-text);
}

.wjt-lugano-2025 h1, .wjt-lugano-2025 h2, .wjt-lugano-2025 h3, .wjt-page.rom-2025 a, .wjt-lugano-2025 a, .wjt-lugano-2025 .wjt-gaeste h5, .wjt-lugano-2025 .back a {
    color: var(--lugano-text) !important;
}

.wjt-lugano-2025 .wjt-event-colored p, .wjt-lugano-2025 .wjt-event-colored a, .wjt-lugano-2025 .wjt-event-colored ul, .wjt-lugano-2025 .wjt-event-colored strong {
    color: var(--lugano-text-secondary);
}

.wjt-lugano-2025 .wjt-highlights-url a, .wjt-lugano-2025 .wjt-highlights-url h3 {
    color: var(--lugano-text-secondary);
}

.wjt-lugano-2025 .wjt-highlights-url a:hover{
    color: var(--lugano-text-secondary) !important;
}

.wjt-lugano-2025 .wp-block-button__link {
    border: 1px solid white;
    background-color: var(--lugano-main);
    color: white !important;
}

.wjt-lugano-2025 .wp-block-button__link:hover {
    background-color: var(--lugano-text);
    border: 1px solid var(--lugano-text);
    color: var(--lugano-main) !important;
}


/*------------------------------------*\
    AKTUELL BOXEN
\*------------------------------------*/

.wjt-kommt-box {
	background-color: var(--arge-main);
	padding: 10px;
}

.wjt-vergangen-box {
	background-color: black;
	padding: 10px;
}

.wjt-aktuell-box h2 {
	color: white;
}

.wjt-aktuell-box h6 {
	color: white;
	font-family: "Aileron Black";
	font-size: 18px;
}

.wjt-news a img{
    filter: grayscale(100);
    padding-bottom: 20px;
    height: 200px;
}

.wjt-news a:hover img{
    filter: grayscale(0);
}

.wjt-news a:hover h3{
    color: var(--arge-main);
}


.wjt-news h3{
    font-size: 25px;
    padding-bottom: 10px;
    line-height: 1.2;
}

.wjt-news h6{
    font-family: 'Aileron Regular';
    font-size: 16px;
    padding-top: 10px;
}

.nf-field-label {
    display: none !important;
}

p.nf-beschriftung {
    font-size: 10px;
}
/*------------------------------------*\
    FORMULAR
\*------------------------------------*/

.nf-field-element select {
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    border: 1px black solid;
    background-color: transparent;
    border-radius: 1em;
}

.nf-field .nf-field-element input, input {
    border-radius: 0.7em !important;
}

.nf-form-content .nf-field-container .nf-field-element > div {
    background-color: transparent !important;
    border: none !important;
}

textarea::placeholder {
    color: black !important;
}

#nf-field-35 select{
    background-color: transparent;
}

.pikaday__container {
    padding: 0 !important;
}

.nf-field-container {
    margin: 0px !important;
}

.nf-form-content {
    padding: 0px !important;
}

.nf-cell {
    padding: 0px 5px 0px 0px !important;
}

.wjt-footer-mobile .nf-form-content .nf-field-container .nf-field-element .ninja-forms-field {
    border-color: white !important;
    color: white !important;
    padding: 10px !important;
}

.nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea {
    background: transparent !important;
}

.wjt-footer-mobile .nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
    background: transparent !important;
    border: solid 2px !important;
}

.wjt-footer-mobile .nf-form-content button:hover, .nf-form-content input[type=button]:hover, .nf-form-content input[type=submit]:hover {
    background-color: white !important;
    color: black !important;
}

.nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea {
    border-color: black !important;
}

.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
    background: transparent !important;
    border: solid 2px black !important;
    color: black !important;
}

.nf-form-content button:hover, .nf-form-content input[type=button]:hover, .nf-form-content input[type=submit]:hover {
    background-color: black !important;
    color: white !important;
}

.nf-form-content .list-select-wrap>div select {
    border: 1px solid black !important;
}

.nf-form-fields-required {
    font-size: 14px !important;
}

.nf-error.field-wrap .nf-field-element:after {
    background: #000 !important;
    font-size: 18px !important;
    top: 3px !important;
    right: 10px !important;
    bottom: 1px !important;
    height: 34px !important;
    width: 34px !important;
    line-height: 34px !important;
    border-radius: 100% !important;
}

.nf-error .nf-error-msg {
    color: black !important;
    font-family: 'Aileron Black', sans-serif !important;
}

.nf-pass.field-wrap .nf-field-element:after {
    color: white !important;
}

.wjt-footer-mobile .nf-error.field-wrap .nf-field-element:after{
    background: #fff !important;
    color: black !important;
}

.wjt-footer-mobile .nf-error .nf-error-msg {
    color: white !important;
}

.form input[type=text], .form input[type=email], .form input[type=phone], .form input, .form input[type=date], .form select, .form textarea {
    padding: 10px 20px;
    width: 100%;
    font-size: 14pt;
    border: 1px solid black;
    border-radius: 0.7em;
    
}

.form input[type=text], .form input[type=email], .form input[type=phone], .form input[type=date], .form select, .form textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.form input[type=text]:active, .form input[type=email]:active, .form input[type=phone]:active, .form input:active, .form input[type=date]:active, .form select:active, .form textarea:active {
    border: 2px solid black;
}

.form input[type=submit], .form input[type=button]{
    padding: 10px 20px;
    margin-top: 10px;
    width: auto;
    background-color: white;
    color: black;
    border: 2px solid black;
    border-radius: 0.7em;
    font-size: 14pt;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.form input[type=submit]:hover, .form input[type=button]:hover{
    background-color: black;
    color: white;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.form input[type=checkbox] {
    width: 25px;
}

span {
    display: block;
}

button.button {
    font-size: 16px;
    margin-right: 10px;
}

.button.is-primary {
    color: white;
    background-color: #03C9AC;
    border: 1px solid #03C9AC;
}

.button.is-primary:hover {
    color: black;
    background-color: white;
    border: 1px solid black;
}

.button.is-secondary {
    color: var(--arge-main);
    background-color: white;
    border: 1px solid var(--arge-main);
}

.button.is-secondary:hover {
    color: white;
    background-color: var(--arge-main);
    border: 1px solid var(--arge-main);
}

/*------------------------------------*\
    REGISTRATION
\*------------------------------------*/

.progressNumber {
    border: 1px solid black;
    border-radius: 100%;
    padding: 2px 0px 3px 9px;
    height: 30px;
    width: 30px;
    margin-right: 10px;
    display: inline-block;
}

.progressNumber.done {
    background-color: black;
    color: white;
    border-color: black;
}

.progressTextPrimary span {
  font-size: 16pt;
  text-align: left;
  font-family: 'Aileron', sans-serif;
}

.button.progress {
  margin-top: 0;
}

.progressTextPrimary, .progressTextSecondary {
  display: inline-block;
  width: calc(100% - 50px);
  margin-right: 10px;
}

.progresState .button {
    margin-top: 0;
}

.progressTextSecondary span {
  text-align: left;
  font-family: 'Aileron', sans-serif;
  color: rgba(0, 0, 0, 0.65);
  margin-left: 40px;
}

.ticket, .ticket-summary {
    border-radius: 10px;
    float: left;
    font-size: 24px;
    padding: 10px;
    width: 100%;
}

.ticket {
    cursor: pointer;
}

.ticket h3, .ticket-summary h3 { 
    font-size: 18pt;
    margin-top: 0;
    word-break: break-word;
}

.label {
  color: black;
  font-weight: normal;
  font-size: 14pt;
  display: inline-block;
}

.help {
  font-size: 12pt;
}

.button {
  padding: 10px 20px;
  margin-top: 10px;
  width: auto;
  background-color: white;
  color: black;
  border: 2px solid black;
  border-radius: 0.7em;
  font-size: 14pt;
}

.button.mobile-only {
    position: relative;
    float: right;
    margin-top: 0;
    margin-left: 20px;
    font-size: 14px;
}

.button.secondary {
  color:rgba(0, 0, 0, 0.65);
  border: none;
}

.button.tertiary {
    color:rgba(0, 0, 0, 0.65);
    border: 1px solid;
}

.button:hover {
    border: black;
    background-color: black;
    color: white
}

.button.secondary:hover, .button.tertiary:hover {
  background-color:rgba(0, 0, 0, 0.65);
  color: rgba(255, 255, 255, 0.9);
}

.button-bottom {
    display: flex;
    justify-content: space-between;
}

.button-bottom button.button {
    margin-top: auto;
}

.cart-loader > div { padding: 0; }

.cart {
    background-color: #8A8CBF;
    width: 100%;
    background-color: #EFEEF1;
    padding: 20px;
    border-radius: 0.7em;
    margin-top: 20px;
}

.cart i, .notification i {
    border: none;
    font-weight: 700;
}

.filterButton {
    font-size: 14px;
}

.filterButton.active {
    background-color: black;
    color: white;
}

.progressButton {
    margin-top: 0;
}

.dotted {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 2px black dashed;
}

.underlined {
    border-bottom: 3px black solid; 
}

.form h4 {
    margin-top: 30px;
}

/*------------------------------------*\
    AGENDA
\*------------------------------------*/

.wjt-agenda-termin{
    padding-top: 50px;
    padding-bottom: 50px;
}

.wjt-agenda-termin.dotted{
    border-bottom: 2px black dashed;
}

.wjt-agenda-termin h5{
    font-family: 'Aileron Regular';
}

.wjt-agenda-termin a{
    font-family: 'Aileron Black';
    color: black;
}

.wjt-agenda-termin a:hover{
    font-family: 'Aileron Black';
    color: var(--arge-main);
}

a.wjt-button{
    font-family: 'Aileron Regular';
    width: 100%;
    border: 1px solid black;
    padding: 5px 20px 5px 20px;
    border-radius: 1em;
    color: black;
}

a.wjt-button:hover{
    font-family: 'Aileron Regular';
    width: 100%;
    border: 1px solid black;
    background-color: black;
    padding: 5px 20px 5px 20px;
    border-radius: 1em;
    color: white;
}



/*------------------------------------*\
    ZUSATZ
\*------------------------------------*/

.wjt-countdown h2{
    padding-bottom: 0;
    font-size: 25px;
}

.wjt-countdown {
    padding-bottom: 30px;
}

.wjt-workshop a{
    color: white;
    text-decoration: none;
}
.wjt-workshop a:hover{
    color: black;
    text-decoration: none;
}

.wjt-workshop-full > .hidden{
    display: none;
}

.wjt-workshop-full {
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.wjt-workshop-details{
    padding-top: 50px;
    padding-bottom: 50px;
}

.wjt-workshop-details h6{
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Aileron Black';
    color: #a58d8d;
}

.wjt-workshop-details h5{
    font-family: 'Aileron Regular';
}

.wjt-workshop-full h4:hover{
    color: #a58d8d;
}

.wjt-workshop-full.active h4{
    color: #a58d8d;
}

.wjt-ticket h2{
    text-transform: uppercase;
    line-height: 1;
    color: black;
    padding-bottom: 0px;
}

.wjt-ticket p{
    font-size: 20px;
}

.wjt-ticket h6{
    color: black;
    font-size: 25pt;
}

.wjt-team p{
    padding-bottom: 15px;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/

img.WeltJugendTag {
	max-width: 70vw;
    max-height: 50vh;
    vertical-align: bottom;
    bottom: calc(35px + env(safe-area-inset-bottom));
    /*left: 50px; */
    position: absolute;
}

.wjt-ok img {
    border-radius: 0.3em;
}

#ninja_forms_required_items.nf-field-container{
    margin: 10px !important;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Aileron Regular';
	src:url('fonts/Aileron-Regular.otf');
    font-weight:normal;
    font-style:normal;
    font-display: swap;
}

@font-face {
	font-family:'Aileron Black';
	src:url('fonts/Aileron-Black.otf');
    font-weight:normal;
    font-style:normal;
    font-display: swap;
}

@font-face {
	font-family:'Aileron Heavy';
	src:url('fonts/Aileron-Regular.otf');
    font-weight:normal;
    font-style:normal;
    font-display: swap;
}

@font-face {
	font-family:'Fira Sans Regular';
	src:url('fonts/FiraSans-Regular.ttf');
    font-weight:normal;
    font-style:normal;
    font-display: swap;
}

@font-face {
	font-family:'Fira Sans Italic';
	src:url('fonts/FiraSans-Italic.ttf');
    font-weight:normal;
    font-style:normal;
    font-display: swap;
}

p {
	font-family: 'Aileron Regular', sans-serif;
	color: black;
	font-size: 18px;
}

h1 {
	font-family: "Aileron Black", sans-serif;
	font-size: 30pt;
	color: white;
	text-align: left;
}

h2 {
	font-family: "Aileron Black", sans-serif;
	font-size: 30px;
	color: var(--arge-main);
    line-height: 1.2em;
    padding-bottom: 30px;
}

h3 {
	font-family: "Aileron Black", sans-serif;
	font-size: 22px;
	color: black;
}

h4 {
	font-family: "Aileron Black", sans-serif;
	font-size: 22px;
	color: black;
    padding-bottom: 15px;
    line-height: 1.3;
}

h5 {
	font-family: "Aileron Black", sans-serif;
	font-size: 16px;
	color: black;
}

h6 {
	font-family: "Aileron Black", sans-serif;
	font-size: 16px;
	color: black;
}

li {
	font-family: 'Aileron Regular', sans-serif;
	color: black;
	font-size: 18px;
    margin-left: 20px;
	
}

ul {
	list-style-type: circle;
}

cite {
    font-family: 'Aileron Regular', sans-serif;
    font-size: 22px;
    font-style: normal;
}

.wp-block-quote p{
    font-size: 35px;
    font-family: "Aileron Black", sans-serif;
    line-height: 1.2em;
}


.container{
        padding-left: 30px;
        padding-right: 30px;
}

code {
    font-family: 'Aileron Black', sans-serif !important;
    background-color: #EEB638 !important;
    color: black !important;
    font-size: .875em;
    font-weight: 400;
    padding: .25em .5em .25em;
    border-radius: 0.3em !important;
}

p.wjt-cursive {
    font-style: italic;
}
/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

/*------------------------------------*\
    NAVIGATION
\*------------------------------------*/

/* The Overlay (background) */
.overlay {
	/* Height & width depends on how you want to reveal the overlay (see JS below) */    
	height: 0;
	width: 100%;
	position: fixed; /* Stay in place */
	z-index: 7500; /* Sit on top */
	left: 0;
	top: 0;
	background-color: var(--arge-main); /* Black fallback color */
	background-color: var(--arge-main); /* Black w/opacity */
	overflow-x: hidden; /* Disable horizontal scroll */
	transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}
  
  /* Position the content inside the overlay */
.overlay-content {

	position: relative;
	padding-top: 140px; /* 25% from the top */
	width: 100%; /* 100% width */
	text-align: center; /* Centered text/links */
    min-height: 101vh;

}
  
  /* The navigation links inside the overlay */
.overlay a {
    text-align: left;
	padding: 2px;
	text-decoration: none;
	font-size: 16px;
	color: #fff;
	display: block; /* Display block instead of inline */
	transition: 0.3s; /* Transition effects on hover (color) */
    line-height: 1.5;
    padding-bottom: 5px;
}

.overlay li {
	text-align: left;
  padding: 2px;
  padding-left: 10px;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}

a.wjt-big {
    font-family: 'Aileron Black';
	padding: 8px 8px 8px 2px;
	text-decoration: none;
	font-size: 25px;
	font-weight: bold;
    line-height: 1.2;
  }
  
  /* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
	color: black !important;
}

  /* When you mouse over the navigation links, change their color */
a.wjt-big:active {
      
	font-weight: bold;
	color: black;
}
  
  /* Position the close button (top right corner) */
.overlay .closebtn {
	position: absolute;
	top: 20px;
	right: 45px;
	font-size: 60px;
}

.icon-button {
    display: none;
}

.icon-button {
	position: fixed;
	top: 50px;
	right: 50px;
	height: 50px;
	width: 50px;
	z-index: 9999;
}

.icon-button-mobile {
	position: fixed;
	top: 30px;
	right: 20px;
	height: 70px;
    width: 70px;
    transition: top 0.2s ease-in-out;
	z-index: 8000;
    background-color: black;
    border-radius: 50%;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after{
    background-color: white !important;
}

.hamburger-box {
  width: 40px;
  height: 30px !important;
}

.hamburger:hover {
    opacity: 1 !important;
}

.hamburger.is-active, .hamburger.is-active:hover {
    background-color: transparent;
    color: black;
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
    background-color: black !important;
}

#wjt-mobile-header {
    background: transparent;
    height: 50px;
    position: fixed;
    top: 0;
    right: 0;
    transition: top 0.2s ease-in-out;
    width: 50%;
    z-index: 7600;
}

/* we'll add this class using javascript */
.nav-up {
  top: -70px !important; /* same as header height. use variables in LESS/SASS */
}
  
  /* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
  @media screen and (max-height: 450px) {
	.overlay a {font-size: 20px}
	.overlay .closebtn {
	  font-size: 40px;
	  top: 15px;
	  right: 35px;
	}
}

#wjt-home {
    color: black;
    font-size: 28px;
    font-family: 'Aileron Black';
}

#wjt-home:hover {
    color: white;
}

.wjt-home-mobile {
    position: absolute;
    top: 52px;
    z-index: 8000;
}

#wjt-kontakt {
    font-size: 15px;
    padding-top: 8px;
}

#wjt-impressum {
    color: black;
    text-decoration: underline;
    padding-left: 10px;
    display: inline-block;
}

#wjt-impressum:hover {
    color: white;
}

.menu-bottom {
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: rgb(195, 38, 31);
    z-index: 7600;
    transition: 0.5s;
    display: none;
}

.wjt-ticket {
    padding: 20px 25px 20px 25px;
    border-radius: 0.5em;
}

/*------------------------------------*\
    DARK MODE / TEST
\*------------------------------------*/

/*
@media (prefers-color-scheme: dark){
    body {
        font-family: 'Aileron Regular';
        color: white;
        font-size: 18px;
        background-color: #222222;
    }

    p {
        color: white;
    }

    .wjt-event-colored p {
        color: black;
    }
}
*/

.overlay-content .column{
    padding: 0 !important;
}

.video-container iframe, .video-container object, .video-container embed { 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: auto;
    aspect-ratio: 16 / 9;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {
    .container{
        padding-left: 25px;
        padding-right: 25px;
    }

    
}

@media
  only screen and (-webkit-min-device-pixel-ratio: 3),
  only screen and (   min--moz-device-pixel-ratio: 3),
  only screen and (     -o-min-device-pixel-ratio: 3/1),
  only screen and (        min-device-pixel-ratio: 3),
  only screen and (                min-resolution: 458dpi),
  only screen and (                min-resolution: 3dppx) { 
      
    /* iPhone X styles here */
    .wjt-title-text{
        bottom: 5vh;
    }

    .wjt-red-title {
        height: calc(100vh - env(safe-area-inset-bottom));
    }
    
    .wjt-title-part {
        height: calc(100vh - env(safe-area-inset-bottom));
    }

    .wjt-event-title {
        height: calc(100vh - env(safe-area-inset-bottom));
    }

}

@media only screen and (min-width:480px) {
    
    .overlay-content .column{
        padding: .75rem;
    }
    
    .overlay-content {
        padding-top: 100px;
	   position: relative;
	   width: 100%; /* 100% width */
	   text-align: center; /* Centered text/links */
        padding-bottom: 50px;

    }
    
    .overlay a {
        line-height: 1.2;
    }
    
    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after{
        background-color: black !important;
    }   
    
    .hamburger-box {
        width: 40px;
        height: 24px !important;
    }

    .icon-button-mobile {
        display: none;
    }

    .icon-button {
        display: block;
        position: fixed;
        top: 50px;
        right: 10px;
        height: 50px;
        width: 50px;
        z-index: 9999;
    }

    #wjt-mobile-header {
        height: 0;
      }
    
    a.wjt-big {
        font-size: 36px;
    }
    
    #wjt-home {
    font-size: 25px;
}
    
    body {
        padding-top: 0px; /* same as header height */
    }

    .container{
        padding-left: 40px;
        padding-right: 80px;
    }
    
    img.WeltJugendTag {
	   max-width: 50vh;
    }
    
    .wjt-highlights-url{
        padding-top: 0;
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .wjt-menu-line {
        margin-bottom: 50px;
    }

    .wjt-footer-mobile {
        padding: 30px 0 20px 0;
    }
    
    .wjt-footer-mobile p{
        font-size: 15px;
    }
    
    img.closeBtn{
        position: absolute;
        right: 20px;
        top: 0px;
        height: 40px;
    }
    
    .wjt-page-main {
        min-height: -moz-calc(100vh - 556px);
        min-height: -webkit-calc(100vh - 556px);
        min-height: calc(100vh - 556px);
    }
}

@media only screen and (min-width:768px) {
    body {
        padding-top: 0px; /* same as header height */
        font-size: 18px;
    }
    .container{
        padding-left: 40px;
        padding-right: 80px;
    }
    
    .icon-button, .icon-button-close{
        right: 20px;
    }
    
    .wp-block-quote p{
    font-size: 70px;
    }

    .overlay-content {
        padding-bottom : 70px;
    }

    p {
        font-size: 18px;
    }
    
    h1 {
        font-size: 50pt;
    }
    
    h2::before { 
        display: block; 
        content: " "; 
        margin-top: -100px; 
        height: 100px; 
        visibility: hidden; 
        pointer-events: none;
    }
    
    h2 {
        font-size: 40px;
    }
    
    h3 {
        font-size: 25pt;
    }
    
    h4 {
        font-size: 25px;
    }
    
    h5 {
        font-size: 18px;
    }
    
    h6 {
        font-size: 18px;
    }
    
    li {
        font-size: 18px;
    }

    .wjt-title-text {
        bottom: 5vh;
    }
    
    .wjt-event-highlights {
        padding-top: 100px;
    }

    .wjt-event-highlights h3{
        text-align: right;
        font-size: 25pt;
    }

    .wjt-event-highlights a {
        float: right;
        clear: right;
        font-size: 25pt;
        width: 100%;
        text-align: right;
    }
    .wjt-partner a{
        color: black;
        font-size: 20px;
    }
    
    .wjt-partner h3{
        font-size: 20px;
    }
    
    .wjt-event-highlights a:hover{
        float: right;
        clear: right;
        font-size: 25pt;
    }
    .wjt-partner a:hover{
        font-size: 20px;
    }

    hr.wp-block-separator.is-style-wide{
        margin-top: 99px !important;
        margin-bottom: 99px !important;
    }

    .wjt-section {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    
    .wjt-start {
        padding-top: 100px;
    }
    
    .wjt-footer {
        padding-top: 50px;
    }

    .wjt-countdown {
        text-align: right;
    }
    
    .wjt-countdown h2{
        padding-bottom: 0;
        font-size: 35px;
    }

    .wjt-brig-2020 a.wjt-ticket {
        padding: 20px 25px 20px 25px;
        border-radius: 0.5em;
    }

    .wjt-ticket h2{
        font-size: 50px;
    }

    .wjt-ticket h6{
        font-size: 18px;
    }
    
    a.wjt-jetzt-anmelden {
        display: block;
        position: fixed;
        bottom: 30px;
        right: 30px;
        background-color: var(--chur-main);
        color: var(--chur-text);
        border-radius: 50%;
        width: 100px;
        height: 100px;
        text-align: center;
        padding: 20px 0;
        transform: rotate(10deg);
        line-height: 1.1em;
        z-index: 7700;
        transition: 0.5s;
        border: 1px solid white;
    }

    a.wjt-jetzt-anmelden.secondary {
        bottom: 70px;
        background-color: #2A3773;
        color: white;
        z-index: 7600;
        transition: 0.5s;
        border: 1px solid white;
    }

    a.wjt-jetzt-anmelden.secondary:hover {
        /*z-index: 7800;*/
        bottom: 140px;
    }

    .wjt-stgallen-2022 a.wjt-jetzt-anmelden {
        border: 1px solid white;
    }

    .wjt-stgallen-2022 a.wjt-jetzt-anmelden:hover {
        border: 1px solid black;
    }
    
    a.wjt-jetzt-anmelden h5{
        display: block;
        font-size: 16px;
        color: white;
        line-height: 1.1em;
        transition: 0.3s;
        padding-bottom: 2px;

    }
    
    a.wjt-jetzt-anmelden:hover h5 {
        color: var(--chur-main);
    }

    a.wjt-jetzt-anmelden:hover {
        background-color: var(--chur-text);
        color: var(--chur-main);
        border: 1px solid var(--chur-text);
    }

    a.wjt-jetzt-anmelden.secondary:hover {
        background-color: #2A3773;
        color: white;
        border: 1px solid white;
    }

    a.wjt-jetzt-anmelden.secondary:hover h5 {
        color: white;
    }

    a.wjt-jetzt-anmelden:hover p {
        color: var(--chur-text-tertiary);
    }

    a.wjt-jetzt-anmelden p{
        display: block;
        font-size: 14px;
        color: var(--chur-text);
        line-height:1em;
        transition: 0.3s;
    }

    
    .wp-block-column p {
        padding-bottom: 30px;
    }
    
    ul {
        padding-bottom: 30px;
    }
    
    .nf-form-content .listselect-wrap .nf-field-element div, .nf-form-content .ninja-forms-field {
        padding: 10px !important;
    }
    
    .ninja-forms-field.nf-element {
        border-radius: 1em !important;
    }

    td:first-child{
        white-space:nowrap;
        padding-right: 10px;
    }

    .ticket h3 { 
        font-size: 22pt;
    }

    /*------------------------------------*\
        REGISTRATION
    \*------------------------------------*/

    .progressNumber {
        border: 1px solid black;
        border-radius: 100%;
        padding: 6px 0px 5px 14px;
        height: 40px;
        width: 40px;
        margin-right: 10px;
        display: inline-block;
    }

    .progressNumber.done {
        background-color: black;
        color: white;
        border-color: black;
    }

    .progressTextPrimary span {
        font-size: 16pt;
        text-align: center;
        font-family: 'Aileron', sans-serif;
    }

    .button.progress {
        margin-top: 0;
    }

    .progressTextPrimary, .progressTextSecondary {
        display: inline-block;
        width: auto;
        margin-right: 10px;
    }

    .progressTextSecondary span {
        font-size: 16pt;
        text-align: center;
        margin-left: 0px;
    }

    .ticket {
        border-radius: 10px;
        cursor: pointer;
        float: left;
        font-size: 24px;
        padding: 10px;
        width: 100%;
    }

    .ticket h3 { 
        font-size: 18pt;
        margin-top: 0;
    }
    

    .label {
        font-weight: normal;
        font-size: 14pt;
        display: inline-block;
    }

    .help {
        font-size: 12pt;
    }

    .button {
        padding: 10px 20px;
        margin-top: 10px;
        width: auto;
        background-color: white;
        color: black;
        border: 2px solid black;
        border-radius: 0.7em;
        font-size: 14pt;
    }

    .button.secondary {
        border: none;
    }

    .button.tertiary {
        border: 1px solid;
    }

    .button:hover {
        border: black;
        background-color: black;
        color: white
    }

    .button.secondary:hover, .button.tertiary:hover {
        background-color:rgba(0, 0, 0, 0.65);
        color: rgba(255, 255, 255, 0.9);
    }

    .button-bottom {
        display: flex;
        justify-content: space-between;
    }

    .button-bottom button.button {
        margin-top: auto;
    }

    .progressButton {
        margin-top: 0;
    }

    .cart-loader > div { padding: 0; }

    .cart {
        width: 100%;
        background-color: #EFEEF1;
        padding: 20px;
        border-radius: 0.7em;
        margin-top: 20px;
    }

    .cart i {
        border: none;
        font-weight: 700;
    }

    .dotted {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

}
@media only screen and (min-width:1024px) {
    .container{
        padding-left: 50px;
        padding-right: 100px;
    }
    
    .icon-button, .icon-button-close{
        right: 30px;
    }

    a.wjt-jetzt-anmelden {
        right: 30px;
    }
    
    .wp-block-quote p{
    font-size: 100px;
    }

}
@media only screen and (min-width:1140px) {
    .container{
        padding-left: 60px;
        padding-right: 120px;
    }
    
    .icon-button, .icon-button-close{
        right: 30px;
    }
    a.wjt-jetzt-anmelden {
        right: 30px;
    }

}
@media only screen and (min-width:1280px) {
    .container{
        padding-left: 70px;
        padding-right: 140px;
    }

    .icon-button {
        right: 30px;
      }

      a.wjt-jetzt-anmelden {
        right: 30px;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

@media (max-width: 768px) { 
    .columns.is-reversed-mobile { flex-direction: column-reverse; }

    .wjt-lissabon-2023 .programmpunkt:hover {
        color: #FF9D34;
    }
    
    .wjt-lissabon-2023 .wjt-box.main .programmpunkt:hover {
        color: white;
    }
  }