/* @import must be at top of file, otherwise CSS will not work */
/* Version: 231121 */
@font-face {
  font-family: 'ciutadella-regular';
  src: url('assets/fonts/ciutadella-regular.eot');
  src: url('assets/fonts/ciutadella-regular.eot?#iefix') format("embedded-opentype"), url('assets/fonts/ciutadella-regular.woff') format("woff"), url('assets/fonts/ciutadella-regular.ttf') format("truetype"), url('assets/fonts/ciutadella-regular.svg#CreativeBlockBBBold') format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ciutadella-regular-italic';
  src: url('assets/fonts/ciutadella-regular-italic.eot');
  src: url('assets/fonts/ciutadella-regular-italic.eot?#iefix') format("embedded-opentype"), url('assets/fonts/ciutadella-regular-italic.woff') format("woff"), url('assets/fonts/ciutadella-regular-italic.ttf') format("truetype"), url('assets/fonts/ciutadella-regular-italic.svg#CreativeBlockBBBold') format("svg");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'ciutadella-semibold';
  src: url('assets/fonts/ciutadella-semibold.eot');
  src: url('assets/fonts/ciutadella-semibold.eot?#iefix') format("embedded-opentype"), url('assets/fonts/ciutadella-semibold.woff') format("woff"), url('assets/fonts/ciutadella-semibold.ttf') format("truetype"), url('assets/fonts/ciutadella-semibold.svg#CreativeBlockBBBold') format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'ciutadella-semibold-italic';
  src: url('assets/fonts/ciutadella-semibold-italic.eot');
  src: url('assets/fonts/ciutadella-semibold-italic.eot?#iefix') format("embedded-opentype"), url('assets/fonts/ciutadella-semibold-italic.woff') format("woff"), url('assets/fonts/ciutadella-semibold-italic.ttf') format("truetype"), url('assets/fonts/ciutadella-semibold-italic.svg#CreativeBlockBBBold') format("svg");
  font-weight: bold;
  font-style: italic;
}

/*
    Theme Name: University:Future Festival;
    Description:
    Version: 1.1
    Author: TAU Berlin
    Author URI: https://www.tau-berlin.de
    Tags: Blank, HTML5, CSS3f
    Text Domain: universityfuturefestival
*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

* {
  scroll-behavior: smooth;
}

.transition-fade {
  transition: 0.4s;
  opacity: 1;
}

html.is-animating .transition-fade {
  opacity: 0;
}

body {
  background: #fff;
  margin: 0;
  padding: 0;
  font-family: "ciutadella-regular", arial, helvetica;
  font-size: 25px;
  line-height: 150%;
  overflow-x: hidden;
}

body.single,
body.creativespace {
  background-color: #fff;
}

body.page-template-template-creative-space2021 {
  background-color: #9532f5;
}

.bg {
  padding: 50px 0;
}

.bg.white {
  background-color: #fff;
}


.bg.black {
  background-color: #000;
}

.bg.blue {
    width: 100%;
    padding: 40px;
}

.bg.blue .ks-full-width {
  background-color: #FF87FC;
  padding: 40px;
  color: #fff;
  border-radius: 50px;
  max-width: 2000px;
}

.bg.blue h2 {
  color: #fff;
}

.bg.blue a {
  color: #fff;
  border-color: #fff;
}

.bg.blue a:hover {
  color: #000;
  border-color: #000;
}

.bg.border-top {
  border-top: 2px solid #000 !important;
}

.bg.ultramarine {
  padding: 20px 0;
}

.mobile-only {
  display: inline-block !important;
}

.desktop-only {
  display: none !important;
}

h1 {
  font-family: "ciutadella-semibold", arial, helvetica;
  font-size: 40px;
  line-height: 48px;
  color: #000;
  font-weight: normal;
  margin: 40px 0 20px 0;
}

h1:first-child {
  margin-bottom: 35px;
}

h2 {
  font-family: "ciutadella-semibold", arial, helvetica;
  font-size: 32px;
  line-height: 32px;
  color: #000;
  font-weight: normal;
  margin: 0 0 15px 0;
}

h3,
h4 {
  font-family: "ciutadella-semibold", arial, helvetica;
  font-size: 24px;
  line-height: 32px;
  color: #000;
  font-weight: normal;
  margin: 0;
}

h5 {
  font-family: "ciutadella-semibold", arial, helvetica;
  font-size: 24px;
  line-height: 32px;
  color: #382eb7;
  font-weight: normal;
  margin: 0 0 1rem 0;
}

h6 {
  font-family: "ciutadella-regular", arial, helvetica;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin: 0;
  letter-spacing: 0.5px;
}

p,
ul,
ol {
  font-family: "ciutadella-regular", arial, helvetica;
  font-size: 24px;
  line-height: 32px;
  font-weight: normal;
  margin: 0 0 30px 0;
}

div.veranstalter p {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 30px 0;
}

p strong,
p b {
  font-family: "ciutadella-semibold";
  font-weight: normal;
}

p em,
p i {
  font-family: "ciutadella-regular-italic";
  font-weight: normal;
}

p a {
  font-family: "ciutadella-semibold", arial, helvetica;
  color: #000;
  text-decoration: none;
  border-bottom: 2px solid #000;
}

li a {
  font-family: "ciutadella-semibold", arial, helvetica;
  color: #000;
  text-decoration: none;
  border-bottom: 2px solid #009c9b;
}

figcaption a {
  color: #000;
  text-decoration: none;
  border-bottom: 2px solid #009c9b;
}

p a:hover,
li a:hover,
figcaption a:hover {
  color: #2E5CFB;
  border-bottom: 2px solid #2E5CFB;
}

a {
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

h3 a {
  color: #382eb7;
  text-decoration: none;
}

h3 a:hover {
  color: #382eb7;
  text-decoration: none;
  border-bottom: 2px solid #382eb7;
}

ul {
  padding: 0 0 1rem 1rem;
}

video::-webkit-media-controls {
  display: none !important;
}

.btn-primary {
  display: inline-block;
  font-family: "ciutadella-semibold", arial, helvetica;
  font-size: 12px;
  padding: 13px 15px 9px 15px;
  line-height: 16px;
  color: #000;
  border: 2px solid #000;
  background: white url("assets/img/arrow_small_btn.svg") 90% center no-repeat;
  background-size: 20px 20px;
  
  width: auto;
  height: 48px;
  border-radius: 24px;
  
  outline: none;
  box-shadow: none;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  color: #fff;
  outline: none;
  box-shadow: none;
  border: 2px solid #000;
  background: black url("assets/img/arrow_small_btn_white.svg") 95% center no-repeat !important;
  background-size: 20px 20px !important;
}


.btn-primary.second {
  margin-left: 15px;
  color: #000 !important;
  border: none !important;
  background: transparent url("assets/img/arrow_small_btn.svg") 95% center no-repeat !important;
  background-size: 20px 20px !important;
  
}


.btn-primary.second:hover {
  border: none!important;
  color: #000 !important;
  background: transparent url("assets/img/arrow_small_btn.svg") 100% center no-repeat !important;
  background-size: 20px 20px !important;
  
}


.btn-secondary,
.wp-block-button__link {
  display: inline-block;
  height: 48px;
  background: #FFF;
  border: 2px solid #000;
  color: #000;
  font-family: "ciutadella-semibold", arial, helvetica;
  font-size: 12px;
  line-height: 16px;
  border-radius: 24px;
  padding: 15px 19px 9px 19px;
		

  outline: none;
  box-shadow: none;
  margin: 0 0 30px 0;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.wp-block-button__link:hover,
.wp-block-button__link:active,
.wp-block-button__link:focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

figure {
  margin: 0;
}

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

/* forms */
.wpcf7-form {
  width: 100%;
  max-width: 620px;
  padding: 15px 0;
}

.wpcf7 .form-label-group input {
  height: 53px;
}

.wpcf7 .form-label-group>label {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.1s ease-in-out;
  z-index: 1;
}

.wpcf7 .form-label-group>label.move {
  opacity: 0.4;
  font-size: 10px;
  top: -3px;
  left: 0;
}

.wpcf7 label {
  font-size: 16px;
}

.wpcf7 textarea {
  width: 100%;
  height: 160px;
  color: #495057;
  line-height: 1.5;
  font-size: 16px;
}

/*HEADER*/
.header {
  top: 0;
  position: absolute;
  width: 100%;
  background-color: #FF87FC;
  padding: 18px 0;
  transition: top 0.3s;
  z-index: 1000;
  border-bottom: 2px solid #FF87FC;
}

.page-template-index-php .header {
  background: #fff;
}

.header.fix {
  position: fixed;
  top: -66px;
}

.header img {
  width: 148px;
  height: 29px;
}

.header #tkbuttonholder {
  display: none;
}

/*MENU*/
#menuToggle {
  display: block;
  position: absolute;
  top: -15px;
  right: 15px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  /* hide this */
  z-index: 2;
  /* and place it over the hamburger */
  -webkit-touch-callout: none;
}

#menuToggle span {
  display: block;
  width: 36px;
  height: 6px;
  margin-bottom: 6px;
  position: relative;
  background: #000;
  z-index: 1;
  transform-origin: 0px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  width: 100%;
  transform-origin: 0% 100%;
}

#menuToggle input:checked~span {
  opacity: 1;
  background: #fff;
  transform: rotate(45deg);
}

#menuToggle input:checked~span:nth-last-child(2) {
  width: 100%;
}

#menuToggle input:checked~span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked~span:nth-last-child(2) {
  opacity: 1;
  transform: rotate(-45deg);
}

#menu-menue,
#menu-menu {
  background: #000;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  margin: 0;
  padding: 30px;
  padding-top: 65px;
  text-align: left;
  right: 0px;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  overflow-y: scroll;
}

#menu-menue li,
#menu-menu li {
  padding: 5px 0 25px 10px;
  font-size: 24px;
  line-height: 32px;
  position: relative;
  font-family: "ciutadella-semibold", arial, helvetica;
}

#menu-menue li ul.sub-menu,
#menu-menu li ul.sub-menu {
  list-style-type: none;
  margin: 0;
  padding: 5px 0 0 0;
}

#menu-menue li ul.sub-menu li,
#menu-menu li ul.sub-menu li {
  padding: 5px 0 5px 0;
  font-family: "ciutadella-regular", arial, helvetica;
}

#menu-menue li ul.sub-menu li a,
#menu-menu li ul.sub-menu li a {
  font-family: "ciutadella-regular", arial, helvetica;
  color: #fff;
  border-bottom: none;
}

#menu-menue li ul.sub-menu li.current_page_item a,
#menu-menu li ul.sub-menu li.current_page_item a,
#menu-menue li ul.sub-menu li a:hover,
#menu-menu li ul.sub-menu li a:hover {
  color: #009c9b;
}

#menu-menue li ul.sub-menu li:last-child,
#menu-menu li ul.sub-menu li:last-child {
  padding-bottom: 0;
}

#menu-menue li a,
#menu-menu li a {
  color: #fff;
  border-bottom: none;
}

#menu-menue li.current_page_item a,
#menu-menue li a:hover {
  color: #009c9b;
  text-decoration: none;
}

#menu-menu li.current_page_item a,
#menu-menu li a:hover {
  color: #009c9b;
  text-decoration: none;
}

#menu-menue li.meta,
#menu-menu li.meta {
  padding: 5px 0 5px 10px;
}

#menu-menue li.meta a,
#menu-menu li.meta a {
  font-size: 16px;
  line-height: 24px;
  position: relative;
  font-family: "ciutadella-regular", arial, helvetica;
  border-bottom: none;
}

#menu-menue li.tkbutton,
#menu-menu li.tkbutton {
  padding: 25px 0 10px 10px;
}

#menu-menue li.tkbutton a,
#menu-menu li.tkbutton a {
  display: inline-block;
  font-family: "ciutadella-semibold", arial, helvetica;
  font-size: 16px;
  line-height: 24px;
  padding: 15px 20px 0 20px;
  color: #000 !important;
  animation: none;
  height: 44px;
  border-radius: 22px;
  background-color: #fff;
  border: none !important;
}

#menu-menue li.meta:first-child,
#menu-menu li.meta:first-child {
  padding-top: 50px;
}

#menuToggle input:checked~ul {
  transform: scale(1, 1);
  opacity: 1;
}

/* ARTICLE */
article {
  margin: 63px 0 0 0;
}

article.creativespace {
  margin: 100 0 0 0;
}

article .home {
  /*background: #FF87FC;*/
  background: transparent;
}

article .home figure {
  padding-top: 30px;
}

article .home figure img,
article .home figure video {
  width: 100%;
  height: auto;
}

article .home .caption h2 {
  font-family: "ciutadella-semibold", arial, helvetica;
  color: #fff;
  font-size: 15vw;
  line-height: 14vw;
  letter-spacing: 0.5px;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  position: absolute;
  left: -9999px;
}

article .home .caption h3 {
  font-family: "ciutadella-semibold", arial, helvetica;
  color: #000;
  font-size: 56px;
  line-height: 64px;
  margin: 0 0 30px 0;
}

article .home .caption .hl-part {
  display: block;
  margin: 5px 0;
  padding: 10px;
  padding-left: 0px;
  font-size: 3vw;
  line-height: 1;
  font-size: 24px;
  width: max-content;
  font-weight: bold;
  position: relative;
  left: 0px;
  text-transform: initial;
}

article .home .caption .hl-part span {
  background: #fff;
  color: #000;
  padding: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

article .home .caption .hl-part.small span {
  background: #000 !important;
  color: #fff !important;
	    font-family: "ciutadella-semibold", arial, helvetica
}

article .home .caption {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}

article .home .caption .hl-part:first-child {
  margin-top: 40px;
}

article .home .caption .buttons {
  margin-top: 30px;
  margin-bottom: 20px;
}

/*HOME*/
body.home article img.unterstuetzer1 {
  margin: 0 60px 20px 0;
}

body.home article img.unterstuetzer2 {
  margin: 0 0 41px 0;
}

body.home article .socialproof {
  margin-top: 40px;
}

body.home article .owl-carousel {
  width: 100%;
}

body.home article .owl-carousel .item p {
  font-size: 18px;
  line-height: 29px;
  color: #000;
}

body.home article .owl-carousel .item p strong {
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-family: "ciutadella-semibold-italic";
  font-weight: bold;
  font-style: italic;
  margin: 0 0 8px 0;
}

body.home article .owl-carousel .item p span {
  display: block;
}

body.home article .owl-carousel .owl-nav {
  display: none;
}

body.home article .owl-carousel .owl-dots {
  display: block;
  margin: -20px 0 0 0;
}

body.home article .owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  margin: 0 8px 0 0;
}

body.home article .owl-carousel .owl-dots .owl-dot.active {
  background-color: #009c9b;
}

body.home article .news h3 {
  font-family: "ciutadella-semibold", arial, helvetica;
  color: #000;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0.5px;
  margin: 0 0 30px 0;
}

body.home article .news .owl-carousel {
  margin: 20px 0;
}

body.home article .news .owl-carousel .item {
  background-color: #fff;
  padding: 50px 30px;
  border-radius: 50px;
}

body.home article .news .owl-carousel .item p {
  font-family: "ciutadella-semibold", arial, helvetica;
  color: #000;
  font-size: 20px;
  line-height: 30px;
  margin: 0;
}

body.home article .news .owl-carousel .item a {
  display: inline-block;
  width: auto;
  height: 48px;
  border-radius: 24px;
  border: 2px solid #000; 
  color: #000;
  background-color: transparent;
  font-family: "ciutadella-semibold", arial, helvetica;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 20px 0 20px;
  margin: 10px 0 0 0;
}

body.home article .news .owl-carousel .item a:hover {
  color: #fff;
  background-color: #000;
}

body.home article .news .owl-carousel .owl-dots {
  display: block;
  margin: 10px 0 0 0;
}

aside .logos img.unterstuetzer1,
aside .logos img.unterstuetzer2 {
  margin-bottom: 50px;
}

article .faq-content .faqs_index {
  margin-bottom: 15px;
}

article a.faq {
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  font-family: "ciutadella-semibold", arial, helvetica;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #fff;
  background-color: #009c9b;
  border-radius: 50px;
  overflow: hidden;
  padding: 15px 0 0 0;
}

article a.faq:hover {
  background-color: #000;
}

article .facts {
  justify-content: center;
}

article .facts h6 {
  font-family: "ciutadella-regular", arial, helvetica;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  min-width: 130px;
  text-align: left;
  margin: 0 0 40px 0;
}

article .facts h6 span {
  font-family: "ciutadella-semibold", arial, helvetica;
  display: block;
  font-size: 24px;
  line-height: 32px;
  width: 130px;
  height: 130px;
  text-align: left;
  margin: 0;
  padding: 36px 0 0 0;
}

article .partner {
  margin: 0 -15px 20px -15px;
}

article .partner img {
  width: 100%;
  height: auto;
  margin: 0 0 50px 0;
}

article div.person {
  margin-bottom: 50px;
}

article div.person img {
  display: block;
  width: 150px;
  height: 150px;
  border-radius: 150px;
  margin: 0 0 20px 0;
}

article .faq-container p.faqs_option {
  color: #000;
  margin: 0 0 20px 0;
  padding: 0;
  border-bottom: 1px solid #fff;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  display: block;
  clear: both;
  width: auto;
  float: left;
}

article .faq-container p.faqs_option.selected,
article .faq-container p.faqs_option:hover {
  border-bottom: 1px solid #000;
}

article .faq-container .faqs .entry h3 {
  padding: 0 0 0 40px;
  margin-bottom: 25px;
  background: #fff url("assets/img/faq-dropdown_open_red.svg") 0 5px no-repeat;
  background-size: 20px 20px;
  cursor: pointer;
}

article .faq-container .faqs .entry h3.closed {
  background: #fff url("assets/img/faq-dropdown_red.svg") 0 5px no-repeat;
  background-size: 20px 20px;
}

article .faq-container .faqs .entry p {
  padding-left: 40px;
}

article .faq-container .faqs .entry ul,
article .faq-container .faqs .entry ol {
  padding-left: 56px;
}

/* FAQ */
.bg-white {
  background-color: #fff;
  margin: 15px 20px;
}

/* SPEAKER */
article .speaker-container .speaker {
  padding: 0 0 60px 0;
}

article .speaker-container .speaker figure {
  margin: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 100%;
  margin: 0 0 30px 0;
}

article .speaker-container .speaker h3 {
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 5px 0;
  padding: 0;
  font-family: "ciutadella-semibold", arial, helvetica;
  color: #212529;
}

article .speaker-container .speaker p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  padding: 0;
}

article.speaker .speakerpag {
  width: 100%;
  margin: 0 0 60px 0;
  display: inline-block;
}

article.speaker .speakerpag .back {
  display: block;
  width: 20px;
  height: 20px;
  float: left;
  border-radius: 20px;
  text-decoration: none;
  overflow: hidden;
  background: #009c9b url("assets/img/arrow-speaker.svg") center center no-repeat;
  background-size: 20px 20px;
  text-indent: -9999px;
  margin: 11px 0 0 0;
}

article.speaker .speakerpag .next {
  display: block;
  width: 20px;
  height: 20px;
  float: left;
  border-radius: 20px;
  text-decoration: none;
  overflow: hidden;
  background: #009c9b url("assets/img/arrow-speaker.svg") center center no-repeat;
  background-size: 20px 20px;
  text-indent: -9999px;
  margin: 11px 0 0 0;
  transform: rotate(180deg);
}

article.speaker .speakerpag .btn {
  display: block;
  height: 44px;
  width: calc(100% - 60px);
  margin: 0 10px 0 10px;
  float: left;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 24px;
  text-align: center;
  color: #000;
  border: 2px solid #000;
  border-radius: 22px;
  text-transform: uppercase;
}

article.speaker figure img {
  width: 100%;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 0 30px 0;
}

article.speaker .caption {
  margin-bottom: 70px;
}

article.speaker .caption h1 {
  font-family: "ciutadella-semibold", arial, helvetica;
  color: #000;
  font-size: 24px;
  line-height: 32px;
  margin: 0;
  width: 100%;
  text-align: center;
}

article.speaker p {
  font-size: 16px;
  line-height: 24px;
}

article.speaker p a {
  font-family: "ciutadella-semibold", arial, helvetica;
  color: #000;
  text-decoration: none;
}

article.speaker .caption p {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}

article.speaker h6 {
  font-family: "ciutadella-semibold", arial, helvetica;
  font-size: 40px;
  line-height: 48px;
  color: #000;
  font-weight: normal;
  margin: 0 0 20px 0;
}

article.speaker .caption ul {
  list-style-type: none;
  display: inline-block;
  margin: 30px 0 0 0;
  padding: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}

article.speaker .caption ul li {
  padding: 0;
  margin: 0 10px;
  float: left;
}

article.speaker .caption ul li a {
  display: block;
  width: 25px;
  height: 25px;
  background-color: #009c9b;
  overflow: hidden;
  border-radius: 25px;
  text-indent: -9999px;
  border-bottom: none;
}

article.speaker .caption ul li a:hover {
  border-bottom: none;
}

article.speaker .caption ul li a.tw {
  background: url("assets/img/icn_twitter_dark.svg") center center no-repeat;
  background-size: 100% auto;
}

article.speaker .caption ul li a.li {
  background: url("assets/img/icn_linkedin_dark.svg") center center no-repeat;
  background-size: 100% auto;
}

article.speaker .caption ul li a.fb {
  background: url("assets/img/icn_facebook_dark.svg") center center no-repeat;
  background-size: 100% auto;
}

article.speaker .session_blk {
  padding: 30px 0 0 0;
}

article.speaker .sessionteaser {
  max-width: 300px !important;
  width: 300px !important;
}

article.speaker .sessionteaser span {
  display: block;
  width: 100%;
  background-color: #000;
  font-family: "ciutadella-semibold", arial, helvetica;
  font-size: 18px;
  line-height: 29px;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  padding: 9px 0 7px 20px;
}

article.speaker .sessionteaser p {
  display: block;
  background-color: rgba(56, 46, 183, 0.1);
  padding: 20px;
  min-height: 90px;
  font-family: "ciutadella-semibold", arial, helvetica;
  font-size: 24px;
  line-height: 32px;
  color: #000;
}

article.speaker .sessionteaser p a {
  color: #000;
  text-decoration: none;
  border-bottom: none;
}

article.speaker .sessionteaser p a:hover {
  color: #000;
  text-decoration: none;
  border-bottom: none;
}

article .session-list h4 {
  color: #382eb7;
  font-family: "ciutadella-semibold", arial, helvetica;
  font-size: 30px;
  line-height: 30px;
  padding: 0 0 20px 0;
}

article .session-list .filter span {
  display: block;
  width: 100%;
  font-family: "ciutadella-semibold", arial, helvetica;
  cursor: pointer;
  color: #382eb7;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  padding: 10px 0;
  background: #fff;
  margin: 0 0 15px 0;
}

article .session-list .filter.active span {
  color: #fff;
  background-color: #382eb7;
}

article .session-list .theme {
  margin-bottom: 70px;
}

article .session-list .theme span {
  display: block;
  width: 100%;
  font-family: "ciutadella-semibold", arial, helvetica;
  color: #382eb7;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  padding: 10px 0;
  background: #fff;
  margin: 0;
}

article .session-list .theme span.btn {
  border-radius: 0;
  background: #fff url("assets/img/arrow-dropdown.svg") right center no-repeat;
  background-size: 60px 20px;
}

article .session-list .theme span.btn:hover {
  color: #fff;
  background-color: #382eb7;
  cursor: pointer;
}

article .session-list .theme .theme_container {
  display: none;
}

article .session-list .theme .tagfilter {
  margin: 0;
  color: #fff;
  background-color: #382eb7;
  cursor: pointer;
}

article .session-list .theme .tagfilter.active,
article .session-list .theme .tagfilter:hover {
  background-color: #605ac4;
}

article .session-list .session .cont {
  background-color: #fff;
  padding: 15px 10px;
  margin-bottom: 15px;
}

article .session-list .session .cont .speaker {
  font-size: 18px;
  line-height: 29px;
  display: block;
  margin: 0;
  text-align: left;
}

article .session-list .session .cont h6 {
  color: #382eb7;
  font-family: "ciutadella-semibold", arial, helvetica;
  font-size: 22px;
  line-height: 32px;
  padding: 0 0 20px 0;
  cursor: pointer;
}

article .session-list .session .cont p {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  width: 100%;
  text-align: right;
}

article .session-list .session .cont p .room {
  display: block;
  color: #382eb7;
  float: right;
  font-family: "ciutadella-semibold", arial, helvetica;
  font-size: 16px;
  line-height: 24px;
}

article .session-list .session .cont p .room.main {
  font-family: "ciutadella-semibold", arial, helvetica;
  line-height: 16px;
  color: #f05a23;
  padding: 0 0 10px 0;
}

article .session-list .session .cont button {
  display: block;
  background: transparent;
  position: relative;
  float: right;
  text-indent: -9999px;
  border: none;
  overflow: hidden;
  cursor: pointer;
  margin: -3px 0 0 0;
  padding: 0;
  width: 20px;
  height: auto;
}

article .session-list .session .cont button:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: #fff url("assets/img/faq-dropdown_open_red.svg") 0 0 no-repeat;
  background-size: 20px 20px;
  margin-top: -20px;
  -webkit-transition: -webkit-transform 1s;
  -moz-transition: -moz-transform 1s;
  transition: transform 1s;
}

article .session-list .session .cont.open button:after,
article .session-list .session .cont button:hover:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

article .session-list .session .cont .further {
  display: none;
}

article .session-list .session .cont .further p {
  text-align: left;
}

article .session-list .session .cont .further p.further_blk {
  text-align: right;
  margin: 0 0 5px 0;
  padding: 0;
}

article .session-list .session .cont .further p.further_blk span {
  color: #f05a23;
  display: block;
}

article .session-list .session .cont .further p.further_blk a {
  color: #382eb7;
  font-family: "ciutadella-semibold", arial, helvetica;
}

article .session-list .session .cont .further ul {
  list-style-type: none;
  padding: 0;
  margin: 20px 0 0 0;
  display: inline-block;
  width: 100%;
}

article .session-list .session .cont .further ul li {
  display: inline-block;
  color: #382eb7;
  font-family: "ciutadella-semibold", arial, helvetica;
  font-size: 16px;
  line-height: 16px;
  padding: 5px;
  margin: 0 0 10px 5px;
  border: 1px solid #382eb7;
}

article .session-list .session .cont .further a.speakerlink {
  display: inline-block;
  text-align: right;
  margin-top: 30px;
}

article .session-list .session .cont .further a.speakerlink:hover {
  border-bottom: none;
}

article .session-list .session .cont .further a.speakerlink img {
  display: inline-block;
  width: 100%;
  height: auto;
  border-radius: 100%;
  overflow: hidden;
  margin-bottom: 15px;
}

/* SESSIONS */
/* SINGLE VIEW SESSION 2021 */
.page-template-template-single-session-php h6 {
  font-family: "ciutadella-semibold", arial, helvetica;
  color: #000;
  font-size: 18px;
  line-height: 25px;
  margin: 0 0 10px 0;
}

.page-template-template-single-session-php h1 {
  font-family: "ciutadella-semibold", arial, helvetica;
  color: #000;
  font-size: 32px;
  line-height: 40px;
  margin: 0 0 30px 0;
  width: 100%;
}

.page-template-template-single-session-php p {
  font-size: 16px;
  line-height: 24px;
}

.page-template-template-single-session-php ul.speaker {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.page-template-template-single-session-php ul.speaker li {
  margin: 0 0 30px 0;
}

.page-template-template-single-session-php ul.speaker li:last-child {
  margin: 0;
}

.page-template-template-single-session-php ul.speaker li img {
  width: 100%;
  max-width: 100px;
  height: auto;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 0 10px 0;
}

.page-template-template-single-session-php ul.speaker li a {
  color: #000050;
  font-size: 18px;
  line-height: 25px;
}

.page-template-template-single-session-php ul.speaker li a.first {
  border-bottom: none;
  display: block;
}

.page-template-template-single-session-php ul.speaker li a.second {
  display: inline-block;
}

.page-template-template-single-session-php .detail {
  margin: 0 0 30px 0;
}

.page-template-template-single-session-php .detail h6 {
  font-size: 16;
  list-style-type: 21px;
  color: #9532f5;
  margin: 0;
  font-family: "ciutadella-regular", arial, helvetica;
  font-weight: 500;
}

.page-template-template-single-session-php .detail p {
  font-size: 16px;
  line-height: 24px;
  color: #000;
}

/* VIP Speaker */
aside .vipspeaker h3 {
  font-family: "ciutadella-semibold", arial, helvetica;
  color: #000;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0.5px;
  margin: 0 0 30px 0;
}

aside .vipspeaker figure {
  overflow: hidden;
  border-radius: 100%;
}

aside .vipspeaker figure.bw {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

aside .vipspeaker figure .square {
  position: relative;
  width: 100%;
  border-radius: 100%;
}

aside .vipspeaker figure .square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

aside .vipspeaker figure .square a {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  text-align: center;
  padding: 44% 0 0 0 !important;
  background-color: #009c9b;
  opacity: 0;
  color: #fff;
  transition: opacity 0.4s ease-in-out;
  padding: 0;
}

aside .vipspeaker figure .square:hover a {
  opacity: 1;
}

aside .vipspeaker figure.bw:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

aside .vipspeaker h4 {
  font-family: "ciutadella-semibold", arial, helvetica;
  color: #000;
  font-size: 22px;
  line-height: 32px;
  width: 100%;
  text-align: center;
  margin: 20px 0 10px 0;
}

aside .vipspeaker p {
  color: #000;
  font-size: 22px;
  line-height: 32px;
  width: 100%;
  text-align: center;
  margin: 0 0 40px 0;
}

.quote p {
  font-family: "ciutadella-semibold-italic", arial, helvetica;
  font-style: italic;
  font-size: 32px;
  line-height: 40px;
  color: #000;
  margin: 0 0 20px 0;
}

.quote p.person {
  font-family: "ciutadella-regular-italic", arial, helvetica;
  font-style: italic;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin: 0;
}

.codedropz-upload-inner h3 {
  color: #495057;
  font-size: 24px !important;
}

/* TIMETABLE */

.container-timetable {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

.container-timetable .header-part.is-active {
  padding-bottom: 45px;
}

.container-timetable .header-part h2 {
  font-family: "ciutadella-semibold", arial, helvetica;
  color: #000;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0;
  margin: 0 0 10px 0;
}

.container-timetable .header-part h3 {
  font-family: "ciutadella-semibold", arial, helvetica;
  color: #000;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0;
  margin: 0;
}

.container-timetable .header-part h3 a {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  overflow: hidden;
  text-indent: -9999px;
  background: url("assets/img/arrow-speaker.svg") center center no-repeat;
  background-size: 20px 20px;
  margin: 0 10px 0 0;
}

.container-timetable .header-part h3 a.next {
  margin: 0 0 0 10px;
  transform: rotate(180deg);
}

.container-timetable .header-part h3 a.back:hover,
.container-timetable .header-part h3 a.next:hover {
  text-decoration: none;
  border: none;
}

.container-timetable .header-part a.program {
  font-size: 18px;
  line-height: 25px;
  color: #000;
  text-decoration: none;
  border-bottom: 2px solid #000;
}

.container-timetable .header-part .filter-part {
  padding-top: 35px;
  padding-bottom: 10px;
}

.container-timetable .header-part .filter-part button.filter {
  display: inline-block;
  width: 100%;
  height: 50px;
  border-radius: 25px;
  font-family: "ciutadella-semibold", arial, helvetica;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  background-color: #009c9b;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border: none;
  margin: 0 0 15px 0;
}

.container-timetable .header-part .filter-part button.filter.active,
.container-timetable .header-part .filter-part button.filter:hover {
  background-color: #000;
}

.container-timetable .header-part .filter-part ul.tracks {
  display: none;
}

.container-timetable .grid-part.is-active {
  margin-top: 45px;

}

.container-timetable .grid-part .item {
  position: relative;
  height: 3020px;
}

.container-timetable .grid-part .item h6 {
  font-family: "ciutadella-semibold", arial, helvetica;
  width: 100%;
  color: #000;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 0;
  margin: 15px 0;
}

.container-timetable .grid-part .item .entry {
  position: absolute;
  width: 100%;
  background-color: #fff;
  padding: 8px 10px 5px 8px;
  overflow: hidden;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  display: flex;
  flex-direction: column;
}

.container-timetable .grid-part .item .entry.faded {
  opacity: 0.2;
}

.container-timetable .grid-part .item .entry.clickme {
  transition: height 0.2s ease;
  cursor: pointer;
}

.container-timetable .grid-part .item .entry.clickme .tracks {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-top: auto;
  padding-bottom: 10px;
  color: #009c9b;
}

.container-timetable .grid-part .item .entry.clickme .tracks small {
  display: flex;
  margin-right: 0.6rem;
}

.container-timetable .grid-part .item .entry.clickme .tracks strong {
  font-weight: normal;
  line-height: 1.2;
}

.container-timetable .grid-part .item .entry.service_session {
  background: #FFF6;
  background-size: 1000px 1000px;
  border-left: none;
  padding-top: 22px;
  padding: 8px 10px 5px 18px;
}

.container-timetable .grid-part .item .entry.service_session .tracks {
  display: none;
}

.container-timetable .grid-part .item .entry.track_campus {
  border-left: 10px solid #59598d;
}

.container-timetable .grid-part .item .entry.track_date {
  border-left: 10px solid #b2b2ca;
}

.container-timetable .grid-part .item .entry.track_inclusivity {
  border-left: 10px solid #60219d;
}

.container-timetable .grid-part .item .entry.track_lead {
  border-left: 10px solid #aa5bf7;
}

.container-timetable .grid-part .item .entry.track_learn {
  border-left: 10px solid #dfc1fc;
}

.container-timetable .grid-part .item .entry.track_skills {
  border-left: 10px solid #30a676;
}

.container-timetable .grid-part .item .entry.track_ki {
  border-left: 10px solid #40e09f;
}

.container-timetable .grid-part .item .entry.track_vision {
  border-left: 10px solid #99efcc;
}


/* programm 2022 code */

.participation {
  background-color: #FFFA5A;
  color: #000 !important;
}

.participation:hover,
.participation.active {
  background-color: #FFf;
}

.highschool {
  background-color: #009c9b;
  color: #000 !important;
}

.highschool:hover,
.highschool.active {
  background-color: #fff;
  color: #009c9b !important;
}

.digital_rooms {
  background-color: #8A3EFF;
  color: #000 !important;
}

.digital_rooms:hover,
.digital_rooms.active {
  background-color: #fff;
  color: #8A3EFF !important;
}

.page-template-template-sessionize-program2022 .container-timetable .header-part .filter-part ul.tracks {
  display: block;
  padding: 0px;
}

.container-timetable .grid-part .item .entry.track_hochschule_for_future {
  border-left: 10px solid #009c9b;
}

.container-timetable .grid-part .item .entry.track_partizipation_staerken {
  border-left: 10px solid #FFFA5A;
}

.container-timetable .grid-part .item .entry.track_digitale_raeume_oeffnen {
  border-left: 10px solid #8A3EFF;
}

.page-template-template-sessionize-program2022 .owl-item:last-child {
  display: none !important;
}

.page-template-template-sessionize-program2022 .controller_holder {
  height: 0px;
  z-index: 2;
  position: relative;
}

.page-template-template-sessionize-program2022 .controller.btn_next {
  margin-right: 0px;
}

.page-template-template-sessionize-program2022 .controller.btn_prev {
  margin-left: 0px;
}


.page-template-template-sessionize-program2022 .container-timetable .grid-part .owl-carousel::after {
  display: none;
}

/* .page-template-template-sessionize-program2022 .container-timetable .grid-part .item .entry.service_session {
  background-color: #ffffff88 !important;
}
.page-template-template-sessionize-program2022 .container-timetable .grid-part .item .entry.service_session:hover {
  background-color: #ffffff88 !important;
} */

.page-template-template-sessionize-program2022 .sticky-wrapper {
  height: 0px !important;
}

.page-template-template-sessionize-program2022 .container-timetable .header-part .filter-part ul.tracks li {
  display: inline-block;
  width: 105px;
  height: 36px;
  cursor: pointer;
  color: #fff;
  font-family: "ciutadella-semibold", arial, helvetica;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.2px;
  border-radius: 18px;
  padding: 10px 0 0 0;
  text-align: center;
  margin: 0 10px 10px 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: auto !important;
  padding-left: 20px;
  padding-right: 20px;
}

.page-template-template-sessionize-program2022 .controller {
  position: relative;
  display: inline-block !important;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  top: 32px !important;
}

.page-template-template-sessionize-program2022 .container-timetable .controller_holder {
  display: inline-block !important;
}

.page-template-template-sessionize-program2022 .overlay {
  background: #ff5657b3 !important;
}

.page-template-template-sessionize-program2023 .overlay {
  background: #ff5657b3 !important;
}


.page-template-template-sessionize-program2022 .overlay .inner h2 {
  color: #009c9b !important;
}

.page-template-template-single-session2022 .speaker {
  list-style: none;
  text-align: center;
}

.page-template-template-single-session2022 .speaker a {
  border: 0px solid;
}

.page-template-template-speaker2022 aside .vipspeaker figure.bw {
  filter: none !important;
}

.container-timetable .grid-part .item .entry .crop {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: 100%;
}

@media (min-width: 768px) {
  .page-template-template-sessionize-program2022 .owl-item {
    margin-right: 30px !important;
  }

  .page-template-template-sessionize-program2022 .controller.btn_prev {
    margin-left: 25px;
  }
}

@media (min-width: 992px) {
  .page-template-template-sessionize-program2022 .controller {
    display: none !important;
  }

  .page-template-template-sessionize-program2022 .owl-carousel .owl-stage {
    transition: none !important;
    transform: none !important;
    display: flex;
    width: 100% !important;
  }

  .page-template-template-sessionize-program2022 .owl-item {
    margin-right: 15px !important;
  }

  .page-template-template-sessionize-program2022 .owl-item:nth-child(5) {
    margin: 0px !important;
  }
}

/*  */
.page-template-template-sessionize-program2023 .container-timetable .grid-part {
  overflow: hidden;
  padding-left: 85px;
}

.page-template-template-sessionize-program2023 ul.tracks {
  display: block;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 0;
  z-index: 2;
}

.page-template-template-sessionize-program2023 ul.tracks li {
  display: inline-block;
  width: auto;
  margin: 0 10px 10px 0;
  padding: 10px;
  cursor: pointer;
  color: #fff;
  font-family: "ciutadella-semibold", arial, helvetica;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.2px;
  border-radius: 4px;
  text-align: left;
  border: 2px solid transparent;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  background-color: #009c9b;
}

.page-template-template-sessionize-program2023 ul.tracks li:hover,
.page-template-template-sessionize-program2023 ul.tracks li.active {
  background-color: white;
  color: #009c9b;
  border: 2px solid #009c9b;
}

.page-template-template-sessionize-program2023 .accordion__toggle {
  border: 2px solid transparent;
  background-color: #009c9b;
  color: white;
  font-weight: bold;
  border-radius: 4px;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border: 2px solid transparent;
}

.page-template-template-sessionize-program2023 .accordion__toggle:hover {
  border-color: white;
}

.page-template-template-sessionize-program2023 .accordion__toggle img {
  transform: rotate(-90deg);
  filter: invert(1);
}



.page-template-template-sessionize-program2023 .timetable__date-button {
  background-color: #fff;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  color: #000 !important;
  border-radius: 4px;
  margin-right: 20px;
  display: inline-block;
  border: 2px solid black;
}

.page-template-template-sessionize-program2023 .timetable__date-button:hover,
.page-template-template-sessionize-program2023 .timetable__date-button.active {
  background-color: #000;
  color: #fff !important;
}

.page-template-template-sessionize-program2023 .container-timetable .header-part a.program {
  display: inline-block;
  position: initial;
  margin-top: 0;
}

.container-timetable .grid-part .item .entry span {
  display: block;
  font-family: "ciutadella-semibold", arial, helvetica;
  color: #000;
  font-size: 16px;
  line-height: 24px;
}

.container-timetable .grid-part .item .entry span b {
  display: inline-block;
  width: 100px;
}

.container-timetable .grid-part .item .entry p {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.container-timetable .grid-part .item .entry p.desc {
  display: none;
}

.container-timetable .grid-part .item .entry ul.speaker {
  display: none;
}

.container-timetable .grid-part .item .entry:hover {
  background-color: #000;
}

.container-timetable .grid-part .item .entry:hover span,
.container-timetable .grid-part .item .entry:hover p {
  color: #fff;
}

.container-timetable .grid-part .owl-carousel .owl-nav {
  display: none;
}

.container-timetable .grid-part .owl-carousel .owl-nav button {
  display: block;
  position: absolute;
  top: 15px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background: #000 url("assets/img/arrow-speaker.svg") center center no-repeat;
  background-size: 50px 50px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.container-timetable .grid-part .owl-carousel .owl-nav button span {
  display: none;
}

.container-timetable .grid-part .owl-carousel .owl-nav button.owl-prev {
  left: 0;
  margin: 0;
}

.container-timetable .grid-part .owl-carousel .owl-nav button.owl-next {
  right: 0;
  margin: 0;
  transform: rotate(180deg);
}

.container-timetable .grid-part .owl-carousel .owl-nav button.disabled {
  opacity: 0;
}

.container-timetable .grid-part .owl-carousel .owl-dots {
  display: none;
}

.container-timetable .grid-part ul.timegrid {
  display: none;
}

.stuck {
  top: 150px;
  z-index: 1000;
}

.controller_holder {
  display: block;
  width: 100%;
  height: 45px;
}

.controller {
  display: block;
  opacity: 1;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  cursor: pointer;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  z-index: 20000;
  overflow: hidden;
  text-indent: -999999px;
  background-color: #00d67f;
  background-image: url("https://festival.hfd.digital/en/wp-content/themes/university-future-festival/assets/img/arrow-speaker.svg");
  background-size: 50px 50px;
  background-repeat: no-repeat;
}

.container-timetable .controller_holder {
  display: flex;
  justify-content: space-between;
}

.container-timetable .controller_holder .controller {
  background-color: #009c9b;
  color: white;
  border: 2px solid transparent;
}

.container-timetable .controller_holder .controller-2023:hover {
  border-color: white;
}

.container-timetable .controller_holder .controller img {
  filter: invert(1);
}

.container-timetable .controller_holder.is-sticky {
  position: fixed;
  top: 00px;
  left: 0;
  z-index: 100;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
}

.controller-2023 {
  background-color: #fff;
  background-image: none;
  width: auto;
  height: auto;
  color: #000;
  border-radius: 4px;
  text-indent: 0;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bold;
}

.controller-2023 .controller-img-next {
  transform: rotate(180deg);
}

.controller.btn_prev {
  float: left;
  margin-left: 25px;
}

.controller.btn_next {
  float: right;
  margin-right: 55px;
  transform: rotate(180deg);
}

.controller-2023.btn_prev,
.controller-2023.btn_next {
  transform: none;
  float: none;
  margin: 0;
}

.page-template-template-sessionize-program2022 .owl-item:last-child {
  display: none !important;
}

.page-template-template-sessionize-program2023 .owl-item:last-child {
  display: none !important;
}

.controller.btn_prev.stuck {
  left: 0;
  top: 150px;
}

.controller.btn_next.stuck {
  right: 0;
  top: 150px;
}

.controller.hidden {
  opacity: 0;
  cursor: default;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 100, 0.7);
  z-index: 10000;
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
}

.overlay div {
  position: relative;
  display: block;
  width: 90%;
  height: auto;
  max-width: 820px;
  margin: 60px auto 0 auto;
  padding: 20px 23px 30px 23px;
  background-color: #fff;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.2);
}

.overlay .tracks {
  font-size: 1.5rem;
  color: #009c9b;
}

.overlay div.track_campus {
  border-left: 15px solid #59598d;
}

.overlay div.track_date {
  border-left: 15px solid #b2b2ca;
}

.overlay div.track_inclusivity {
  border-left: 15px solid #60219d;
}

.overlay div.track_lead {
  border-left: 15px solid #aa5bf7;
}

.overlay div.track_learn {
  border-left: 15px solid #d7b1fb;
}

.overlay div.track_skills {
  border-left: 15px solid #349970;
}

.overlay div.track_ki {
  border-left: 15px solid #43c691;
}

.overlay div.track_vision {
  border-left: 15px solid #45e1a2;
}

.overlay button.closeme {
  position: absolute;
  right: 20px;
  top: 20px;
  display: block;
  margin: 0;
  padding: 0;
  z-index: 10010;
  width: 32px;
  height: 32px;
  border: none;
  cursor: pointer;
  text-indent: -9999px;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJFYmVuZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO2ZpbGw6IzAwMDA1MDt9Cjwvc3R5bGU+Cjxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iMzIsNC40IDI3LjYsMCAxNiwxMS42IDQuNCwwIDAsNC40IDExLjYsMTYgMCwyNy42IDQuNCwzMiAxNiwyMC40IDI3LjYsMzIgMzIsMjcuNiAyMC40LDE2ICIvPgo8L3N2Zz4=") 0 0 no-repeat;
  background-size: 32px 32px;
}

.overlay button:focus {
  outline: none;
}

.overlay h3 {
  font-size: 16px;
  line-height: 24px;
  width: 80%;
  margin: 0 0 7px 0;
  padding: 0;
}

.overlay h1 {
  font-size: 24px;
  line-height: 32px;
  width: 80%;
  margin: 0 0 7px 0;
  padding: 0;
}

.overlay h2 {
  font-size: 16px;
  line-height: 24px;
  font-family: "ciutadella-regular", arial, helvetica;
  color: #c0392b;
  margin: 0 0 9px 0;
  padding: 0;
}

.overlay p {
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  margin: 0 0 22px 0;
  padding: 0;
}

.overlay ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
  height: auto;
  min-height: 90px;
}

.overlay ul li {
  margin: 0 20px 20px 0;
  padding: 0;
  float: left;
}

.overlay ul li a {
  display: block;
  position: relative;
  height: 80px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  border: none;
}

.overlay ul li a img {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  overflow: hidden;
}

.overlay ul li a span {
  width: 115px;
  height: 70px;
  font-family: "ciutadella-regular", arial, helvetica;
  font-size: 18px;
  line-height: 21px;
  color: #000;
  margin: 10px 0 0 10px;
}

.overlay button.more {
  height: 48px;
  background-color: #009c9b;
  color: #fff;
  font-family: "ciutadella-semibold", arial, helvetica;
  font-size: 16px;
  line-height: 24px;
  border-radius: 24px;
  border: none;
  padding: 0 24px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.overlay button.more span {
  display: none;
}

.overlay button.more:hover {
  background-color: #000;
}

/* CREATIVE:SPACE */
article.creativespace .bg.ultramarine {
  background: #3b2dbe url("assets/img/bg_creative-space_new3.svg") center center no-repeat;
  background-size: contain;
  min-height: 100vh;
}

article.creativespace .bg.ultramarine .container-fluid {
  max-width: 2000px;
  padding-left: 10%;
  padding-right: 10%;
}

article.creativespace .bg.blue .container-fluid {
  max-width: 2000px;
  padding-left: 10%;
  padding-right: 10%;
}


article.creativespace.v2021 .bg.ultramarine {
  background: #9532f5 url("assets/img/bg_creative-space_2021.svg") top center no-repeat;
  background-size: contain;
  min-height: 100vh;
}

article.creativespace.v2023 .bg.blue {
  background: #009c9b url("assets/img/bg_creative-space_2023.svg") top center no-repeat;
  background-size: contain;
  min-height: 100vh;
  color: #000;
}

article.creativespace img,
article.creativespace video {
  width: 100% !important;
  height: auto;
}

article.creativespace .teaser .teaser_blk {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 80px;
}

article.creativespace .teaser .teaser_blk .caption {
  width: 100%;
  margin: 0 0 98px 0;
  height: 100%;
  display: block;
  color: #fff;
  background-color: #f05a23;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

article.creativespace .teaser .teaser_blk .caption p {
  width: 100%;
  padding: 0 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 25% 0 0;
  font-size: 16px;
  line-height: 24px;
}

article.creativespace .teaser:hover .teaser_blk .caption {
  opacity: 1;
  filter: alpha(opacity=100);
}

article.creativespace .teaser:hover .teaser_blk .caption p {
  opacity: 1;
  filter: alpha(opacity=100);
}

article.creativespace .content_col {
  width: 100%;
  bottom: 70px;
  background-color: #fff;
  overflow-y: scroll;
  padding: 54px 70px 54px 30px;
  height: calc(100vh - 80px);
}

article.creativespace .content_col a.closeme {
  position: absolute;
  right: 40px;
  top: 20px;
  display: block;
  width: 23px;
  height: 23px;
  border: none;
  background: #fff url("assets/img/btn_close.svg") 0 0 no-repeat;
  background-size: cover;
  overflow: hidden;
  text-indent: -9999px;
}

article.creativespace.v2023 .content_col a.closeme {
  background: #fff url("assets/img/btn_close_2023.svg") 0 0 no-repeat;
  position: absolute;
  right: 15px;
  top: -10px;
  display: block;
  border-radius: 25px;
  width: 50px;
  height: 50px;
  border: none;
  background-size: cover;
  overflow: hidden;
  text-indent: -9999px;
}

article.creativespace .content_col h4 {
  font-size: 16px;
  line-height: 24px;
  font-family: "ciutadella-semibold", arial, helvetica;
  color: #f05a23;
  padding: 0;
  margin: 0 0 15px 0;
}

article.creativespace .content_col h1 {
  font-family: "ciutadella-semibold", arial, helvetica;
  color: #f05a23;
  font-size: 32px;
  line-height: 40px;
  padding: 0;
  margin: 0 0 50px 0;
  width: 100%;
}

article.creativespace .content_col p {
  font-size: 16px;
  line-height: 24px;
}

article.creativespace .content_col img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

article.creativespace .content_col ul.link_box {
  list-style-type: none;
  margin: 0 0 40px 0;
  padding: 0;
}

article.creativespace .content_col ul.link_box li {
  margin: 0;
  padding: 0;
}

article.creativespace .content_col ul.link_box li a {
  display: block;
  padding: 10px 0 10px 35px;
  margin: 0;
  font-size: 14px;
  line-height: 27px;
  font-family: "ciutadella-semibold", arial, helvetica;
  color: #382eb7;
  border: none;
  text-decoration: none;
}

article.creativespace .content_col ul.link_box li a:hover {
  display: block;
  padding: 10px 0 10px 35px;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-family: "ciutadella-semibold", arial, helvetica;
  color: #382eb7;
  border: none;
  text-decoration: none;
}

article.creativespace.v2023 .content_col ul.link_box li a {
  color: #009c9b;
}

article.creativespace.v2023 .content_col ul.link_box li a:hover {
  color: #009c9b;
}
article.creativespace .content_col ul.link_box li.link a {
  background: #fff url("assets/img/btn_rocket.svg") left center no-repeat;
  background-size: 25px 25px;
}

article.creativespace.v2023 .content_col ul.link_box li.link a {
  background: #fff url("assets/img/btn_rocket_2023.svg") left center no-repeat;
  background-size: 25px 25px;
}

article.creativespace .content_col ul.link_box li.download a {
  background: #fff url("assets/img/btn_download.svg") left center no-repeat;
  background-size: 25px 25px;
}

article.creativespace .swiper-slide iframe {
  width: 100%;
  min-height: calc(100vw * 0.35);
}

article.creativespace.v2021 .bg.ultramarine {
  background: #9532f5 url("assets/img/bg_creative-space_2021.svg") top center no-repeat;
  background-size: contain;
  min-height: 100vh;
}

article.creativespace.v2023 .bg.blue {
  background-size: contain;
  min-height: 100vh;
}

article.creativespace.v2021 .teaser .teaser_blk .caption,
article.creativespace.v2023 .teaser .teaser_blk .caption {
  width: 100%;
  margin: 0 0 98px 0;
  height: 100%;
  display: block;
  color: #000;
  background-color: #ff5657;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

article.creativespace.v2021 .teaser .teaser_blk .caption p,
article.creativespace.v2023 .teaser .teaser_blk .caption p {
  width: 100%;
  padding: 0 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  color: #000;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 25% 0 0;
  font-size: 16px;
  line-height: 24px;
}

article.creativespace.v2021 .teaser:hover .teaser_blk .caption,
article.creativespace.v2023 .teaser:hover .teaser_blk .caption {
  opacity: 1;
  filter: alpha(opacity=100);
}

article.creativespace .teaser:hover .teaser_blk .caption p {
  opacity: 1;
  filter: alpha(opacity=100);
}

article.creativespace.v2021 .imagecontainer,
article.creativespace.v2023 .imagecontainer {
  width: 100%;
  margin: 50px 0 21px 0;
}

article.creativespace.v2021 .content_col,
article.creativespace.v2023 .content_col {
  bottom: unset;
  height: auto;
  margin-bottom: 80px;
}

article.creativespace.v2021 .content_col h1 {
  color: #000;
}

article.creativespace.v2023 .content_col h1{
  color: #ff5657;
}

article.creativespace .content_col h4 {
  color: #000;
}

article.creativespace.v2021 .content_col a.closeme {
  position: absolute;
  right: 15px;
  top: -10px;
  display: block;
  border-radius: 25px;
  width: 50px;
  height: 50px;
  border: none;
  background: transparent url("assets/img/btn_close_2021.svg") 0 0 no-repeat;
  background-size: cover;
  overflow: hidden;
  text-indent: -9999px;
}

article.creativespace.v2021 .content_col ul.link_box li.link a {
  background: #fff url("assets/img/btn_rocket_2021.svg") left center no-repeat;
  background-size: 25px 25px;
  font-family: "ciutadella-semibold";
  font-size: 16px;
}

article.creativespace.v2021 .content_col ul.link_box li.download a {
  background: #fff url("assets/img/btn_download_2021.svg") left center no-repeat;
  background-size: 25px 25px;
  font-family: "ciutadella-semibold";
  font-size: 16px;
}

/* CREATIVE:SPACE 2021 */
.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-caption {
  height: 100%;
  background: #ff5657;
  padding: 10% 50px 0 50px;
  text-align: left;
  font-family: "ciutadella-semibold", arial, helvetica;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
}

.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-caption p {
  text-align: left;
}

.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-caption p a {
  color: #fff;
  border-bottom: 2px solid #fff;
  text-decoration: none;
}

.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-caption p a:hover {
  color: #000;
  text-decoration: none;
  border-bottom: 2px solid #000;
}

.BorlabsCookie ._brlbs-video-youtube a._brlbs-btn._brlbs-icon-play-white,
.BorlabsCookie ._brlbs-video-vimeo a._brlbs-btn._brlbs-icon-play-white {
  background-color: #ff5657;
  font-family: "ciutadella-semibold", arial, helvetica;
  font-size: 16px;
  line-height: 27px;
  color: #fff !important;
  border-radius: 30px;
  text-decoration: none;
  border: solid 2px #fff;
}

.BorlabsCookie ._brlbs-video-youtube a._brlbs-btn._brlbs-icon-play-white:hover,
.BorlabsCookie ._brlbs-video-vimeo a._brlbs-btn._brlbs-icon-play-white:hover {
  background-color: #000;
  font-family: "ciutadella-semibold", arial, helvetica;
  font-size: 16px;
  line-height: 24px;
  color: #fff !important;
  text-decoration: none;
  border: solid 2px #000;
}

.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-btn._brlbs-icon-play-white::before {
  background: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0' y='0' width='78' height='78' viewBox='0, 0, 78, 78'%3E%3Cg id='Layer_1'%3E%3Cg%3E%3Cpath d='M7.5,71.5 L7.5,7.5 L55.5,37.828 L7.5,71.5' fill='%23382EB7'/%3E%3Cpath d='M7.5,71.5 L7.5,7.5 L55.5,37.828 L7.5,71.5' fill-opacity='0' stroke='%23ffffff' stroke-width='12' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center;
}

/* ASIDE */
aside .logos h6 {
  width: 100%;
  text-align: center;
  margin: 50px 0 0 0;
}

aside .logos img {
  display: block;
  margin: 25px auto 0 auto;
  width: 100%;
  max-width: 150px;
  height: auto;
}

/*FOOTER*/
.footer {
  background-color: #000;
  padding: 45px 0 27px 0;
  border-top: 1px solid #fff;
}

.footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: left;
}

.footer ul li {
  float: left;
  margin: 0;
  padding: 0;
}

.footer ul li a {
  display: inline-block;
  color: #fff;
  font-family: "ciutadella-semibold", arial, helvetica;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  margin: 0 10px 23px 0;
  border-bottom: none;
}

.footer ul li a:hover {
  text-decoration: underline;
}

.footer ul li.social a {
  width: 25px;
  height: 25px;
  border-radius: 25px;
  background-color: #fff;
  text-indent: -9999px;
  overflow: hidden;
  margin: 0 20px 23px 0;
}

.footer ul li.social.fb a {
  background: #000 url("assets/img/icn_facebook.svg") center center no-repeat;
  background-size: 25px 25px;
}

.footer ul li.social.tw a {
  background: #000 url("assets/img/icn_twitter.svg") center center no-repeat;
  background-size: 25px 25px;
}

.footer ul li.social.li a {
  background: #000 url("assets/img/icn_linkedin.svg") center center no-repeat;
  background-size: 25px 25px;
}

.footer ul li.social.yt a {
  background: #000 url("assets/img/icn_youtube.svg") center center no-repeat;
  background-size: 25px 25px;
}

/* swiping underlines for main menue*/
@-webkit-keyframes swipein {
  0% {
    width: 0;
    left: 0;
    right: auto;
  }

  100% {
    width: 100%;
    left: 0;
    right: auto;
  }
}

@keyframes swipein {
  0% {
    width: 0;
    left: 0;
    right: auto;
  }

  100% {
    width: 100%;
    left: 0;
    right: auto;
  }
}

@-webkit-keyframes swipeout {
  0% {
    width: 100%;
    left: auto;
    right: 0;
  }

  100% {
    width: 0;
    left: auto;
    right: 0;
  }
}

@keyframes swipeout {
  0% {
    width: 100%;
    left: auto;
    right: 0;
  }

  100% {
    width: 0;
    left: auto;
    right: 0;
  }
}

@media (min-width: 450px) {

  #menu-menue,
  #menu-menu {
    max-width: 50%;
  }

  #menu-menue li.tkbutton {
    display: none;
  }

  .header #tkbuttonholder {
    display: block;
    position: absolute;
    right: 80px;
    top: -22px;
  }

  .header #tkbuttonholder a {
    display: block;
    height: 44px;
    border-radius: 22px;
    white-space: nowrap;
    padding: 8px 20px;
    background-color: #000;
    border: none;
    font-size: 16px;
    line-height: 24px;
    font-family: "ciutadella-semibold", arial, helvetica;
    color: #fff;
  }

  body.home article img.unterstuetzer1 {
    margin: 0 60px 0 0;
  }

  body.home article img.unterstuetzer2 {
    margin: 41px 0 40px 0;
  }
}

@media (min-width: 576px) {

  /* SESSIONS */
  .mobile-only {
    display: none !important;
  }

  .desktop-only {
    display: inline-block !important;
  }

  body.home article img.unterstuetzer1 {
    margin: 0 80px 0 0;
  }

  body.home article img.unterstuetzer2 {
    margin: 41px 0 40px 0;
  }

  article.speaker figure img {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }

  article.speaker .caption h1,
  article.speaker .caption p {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }

  article.speaker .speakerpag .btn {
    max-width: 280px;
  }

  article .session-list .session .cont {
    padding: 15px 20px;
  }

  article .session-list .session .cont p .room {
    font-family: "ciutadella-regular", arial, helvetica;
    font-size: 16px;
    line-height: 24px;
  }

  article .session-list .session .cont .further p.further_blk {
    margin: 0 0 30px 0;
  }

  article .session-list .session .cont .further ul li {
    clear: both;
    display: block;
    float: right;
    margin: 0 0 26px 0;
  }
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/**
         * Swiper 6.3.2
         * Most modern mobile touch slider and framework with hardware accelerated transitions
         * http://swiperjs.com
         *
         * Copyright 2014-2020 Vladimir Kharlampidi
         *
         * Released under the MIT License
         *
         * Released on: September 28, 2020
         */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical>.swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column>.swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight {
  height: auto;
}

.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #fff;
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #fff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active {
  pointer-events: auto;
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-next {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-next+.swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media (min-width: 576px) {
  article .home .caption .hl-part {
    margin: 10px 0;
    font-size: 40px;
  }

  article .home .caption .hl-part:first-child {
    margin-top: 40px;
  }

  .btn-primary {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  article .home .caption h3 {
    font-family: "ciutadella-semibold", arial, helvetica;
    color: #000;
    font-size: 80px;
    line-height: 80px;
    margin: 0 0 43px 0;
  }

  article .home .caption .hl-part {
    margin: 10px 0;
    font-size: 48px;
  }

  article .home .caption .hl-part:first-child {
    margin-top: 40px;
  }

  article .session-list .filterblk {
    margin-right: -5px;
    margin-left: -5px;
  }

  article .session-list .filterblk .col-12 {
    padding-right: 5px;
    padding-left: 5px;
  }

  article .session-list .filter {
    width: 100%;
    float: left;
  }

  article .session-list .filter span {
    margin-bottom: 10px;
  }

  /* SPEAKER */
  .container-timetable .grid-part {
    width: 100%;
    margin: 0 auto;
    max-width: 1000px;
    padding-left: 30px;
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  .container-fluid {
    max-width: 1400px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
  }

  .container-fluid.banner {
    max-width: 2600px;
    background: #FF87FC;
  }

  .header {
    padding: 12px 0;
  }

  .header .container-fluid {
    max-width: 2000px;
  }

  .header.fix {
    position: fixed;
    top: -96px;
  }

  .header img {
    width: 233px;
    height: 46px;
  }

  .header #tkbuttonholder {
    display: none;
  }

  .header #menuToggle {
    position: relative;
    top: 0;
    right: 0;
    float: right;
    height: 32px;
  }

  .header #menuToggle span {
    display: none;
  }

  #menu-menue,
  #menu-menu {
    max-width: unset;
  }

  .header ul#menu-menue,
  .header ul#menu-menu {
    display: flex;
    position: relative;
    padding: 0;
    transform-origin: unset;
    transform: none;
    transition: none;
    overflow: unset;
    background-color: #FF87FC;
  }

  .page-template-index-php .header ul#menu-menue,
  .page-template-index-php .header ul#menu-menu {
    background: #fff;
  }

  .header ul#menu-menue li,
  .header ul#menu-menu li {
    float: left;
    padding: 0 0 10px 26px;
  }

  .header ul#menu-menue li:first-child {
    padding-left: 0;
  }

  .header ul#menu-menue li a {
    position: relative;
    color: #000;
    font-size: 14px;
    line-height: 27px;
    padding: 10px 2px 3px 2px;
    text-transform: uppercase;
  }

  .header ul#menu-menu li a {
    position: relative;
    color: #000;
    font-size: 14px;
    line-height: 27px;
    padding: 10px 2px 3px 2px;
	text-transform: uppercase;
  }

  /* .header ul#menu-menue li.current_page_item a, .header ul#menu-menue li.current_page_parent a, .header ul#menu-menue li a:active, .header ul#menu-menue li a:hover, .header ul#menu-menue li a:focus {border-bottom: 2px solid $color-base;} */
  /* .header ul#menu-menu li.current_page_item a, .header ul#menu-menu li a:active, .header ul#menu-menu li a:hover, .header ul#menu-menu li a:focus {border-bottom: 2px solid $color-base;} */
  #menu-menue li.tkbutton a,
  #menu-menu li.tkbutton a {
    display: inline-block;
    font-family: "ciutadella-semibold", arial, helvetica;
    font-size: 16px;
    line-height: 16px;
    padding: 10px 20px;
    color: #fff !important;
    animation: none;
    height: 44px;
    border-radius: 22px;
    background-color: #000;
    border: none !important;
  }

  .header ul#menu-menue li:hover a.underline,
  .header ul#menu-menu li:hover a.underline {
    border-bottom: none !important;
  }

  .header ul#menu-menue li a::before,
  .header ul#menu-menu li a::before {
    content: "";
    position: absolute;
    left: 36px;
    bottom: -2px;
    height: 0;
    width: 0;
    background-color: #000;
    -webkit-animation: swipeout 0.2s ease-out forwards;
    animation: swipeout 0.2s ease-out forwards;
  }

  .header ul#menu-menue li a.underline::before,
  .header ul#menu-menu li a.underline::before {
    height: 2px;
  }

  .header ul#menu-menue li:hover a::before,
  .header ul#menu-menu li:hover a::before {
    content: "";
    display: block;
    position: absolute;
    -webkit-animation: swipein 0.4s ease-out forwards;
    animation: swipein 0.4s ease-out forwards;
    background-color: #000;
  }

  .header ul#menu-menue li ul.sub-menu,
  .header ul#menu-menu li ul.sub-menu {
    list-style-type: none;
    position: absolute;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    padding: 20px 30px;
    top: 100%;
    left: 0;
    min-width: 250px;
    transform: translateY(-18px);
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    transition: 0.2s;
  }

  .header ul#menu-menue li:hover ul.sub-menu,
  .header ul#menu-menu li:hover ul.sub-menu {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
  }

  .header ul#menu-menue li ul.sub-menu li,
  .header ul#menu-menu li ul.sub-menu li {
    padding: 0 0 10px 0;
    width: 100%;
    clear: left;
  }

  .header ul#menu-menue li ul.sub-menu li a,
  .header ul#menu-menu li ul.sub-menu li a {
    font-family: "ciutadella-regular", arial, helvetica;
    font-size: 14px;
    color: #000;
    border-bottom: none;
  }

  .header ul#menu-menue li ul.sub-menu li a::before,
  .header ul#menu-menu li ul.sub-menu li a::before {
    display: none;
  }

  .header ul#menu-menue li ul.sub-menu li.current_page_item a {
    font-family: "ciutadella-semibold", arial, helvetica;
  }

  .header ul#menu-menue li ul.sub-menu li a:active,
  .header ul#menu-menue li ul.sub-menu li a:hover,
  .header ul#menu-menue li ul.sub-menu li a:focus {
    font-family: "ciutadella-semibold", arial, helvetica;
  }

  .header ul#menu-menu li ul.sub-menu li.current_page_item a {
    font-family: "ciutadella-semibold", arial, helvetica;
  }

  .header ul#menu-menu li ul.sub-menu li a:active,
  .header ul#menu-menu li ul.sub-menu li a:hover,
  .header ul#menu-menu li ul.sub-menu li a:focus {
    font-family: "ciutadella-semibold", arial, helvetica;
  }

  .header ul#menu-menue li.meta,
  .header ul#menu-menu li.meta {
    display: none;
  }

  .header ul#menu-menue li.tkbutton,
  .header ul#menu-menu li.tkbutton {
    display: block;
    position: absolute;
    right: -200px;
    top: -6px;
  }

  .header ul#menu-menue li.tkbutton a,
  .header ul#menu-menu li.tkbutton a {
    padding: 8px 20px;
  }

  .header ul#menu-menue li.tkbutton a:hover,
  .header ul#menu-menu li.tkbutton a:hover {
    border: 2px solid #009c9b;
    background-color: #009c9b;
    color: #ff5657;
  }

  .header ul#menu-menue li.tkbutton:hover a::before,
  .header ul#menu-menu li.tkbutton:hover a::before,
  .header ul#menu-menue li.tkbutton a::before,
  .header ul#menu-menu li.tkbutton a::before {
    display: none;
    -webkit-animation: none;
    animation: none;
  }

  #menuToggle input {
    top: -70px;
  }

  .bg {
    padding: 100px 0;
  }

  .bg.ultramarine {
    padding: 30px 0;
  }

  .bg.logos{
    padding: 50px 0 50px 0;
	background-color: #000;
  }

  h1 {
    font-size: 56px;
    line-height: 72px;
    margin: 40px 0 50px 0;
    width: 65%;
  }

  h2 {
    font-size: 48px;
    line-height: 56px;
    margin: 80px 0 25px 0;
  }

  h3,
  h4 {
    font-size: 32px;
    line-height: 40px;
  }

  p {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 50px 0;
  }

  h5 {
    font-family: "ciutadella-semibold", arial, helvetica;
    font-size: 24px;
    line-height: 32px;
    color: #382eb7;
    font-weight: normal;
    margin: 0 0 20px 0;
  }

  ul,
  ol {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 50px 0;
    padding: 0 0 0 22px;
  }

  article {
    margin: 70px 0 0 0;
  }

  body.single article {
    margin-top: 80px;
  }

  body article.creativespace {
    margin-top: 120px;
  }

  article .home figure {
    padding-top: 20px;
  }

  article .home .caption {
    top: 370px;
    left: 170px;
    margin-bottom: 0px;
  }

  article .home .caption h2 {
    font-size: 136px;
    line-height: 136px;
  }

  article .home .caption h3 {
    font-size: 80px;
    line-height: 80px;
    margin: 0 0 43px 0;
  }

  article .home .caption .hl-part {
    margin: 10px 0;
    font-size: 48px;
  }

  article .home .caption .hl-part.small {
    font-size: 40px;
    font-family: "ciutadella-semibold", arial, helvetica !important;
  }

  article .home .caption .hl-part:first-child {
    margin-top: 40px;
  }

  body.home article .owl-carousel {
    display: block;
    width: 83.3333%;
    margin: 0 auto;
  }

  body.home article .owl-carousel .item p {
    font-size: 16px;
    line-height: 24px;
    color: #000;
  }

  body.home article .owl-carousel .item p strong {
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-family: "ciutadella-semibold-italic", arial, helvetica;
    margin: 0 0 8px 0;
  }

  body.home article .owl-carousel .item p span {
    display: block;
  }

  body.home article .owl-carousel .owl-nav {
    display: block;
  }

  body.home article .owl-carousel .owl-nav button {
    display: block;
    position: absolute;
    top: 35%;
    width: 60px;
    height: 60px;
    /*border-radius: 10px;*/
    /*background: #000 url("assets/img/arrow-speaker.svg") center center no-repeat;*/
	background: transparent url("assets/img/arrow_big_teaser.svg") center center no-repeat;
    background-size: 60px 60px;
  }

  body.home article .owl-carousel .owl-nav button span {
    display: none;
  }

  body.home article .owl-carousel .owl-nav button.owl-prev {
    left: 0;
    margin: 0 0 0 -9%;
  }

  body.home article .owl-carousel .owl-nav button.owl-next {
    right: 0;
    margin: 0 -9% 0 0;
    transform: rotate(180deg);
  }

  body.home article .owl-carousel .owl-dots {
    display: none;
  }

  body.home article .news h3 {
    font-size: 56px;
    line-height: 64px;
    margin: 0 0 40px 0;
  }

  body.home article .news .owl-carousel {
    margin: 0 auto;
  }

  body.home article .news .owl-carousel .item {
    padding: 40px 30px;
  }

  body.home article .news .owl-carousel .item p {
    font-size: 24px;
    line-height: 32px;
  }

  body.home article .news .owl-carousel .item a {
    margin: 25px 0 0 0;
  }

  body.home article .news .owl-carousel .owl-dots {
    display: none;
  }

  body.home article .news .owl-carousel .owl-nav button {
    top: 45%;
  }

  article .faq-content {
    padding-top: 35px;
  }

  article .faq-content .sticky-top {
    top: 110px;
  }

  article .faqs {
    margin: 0 0 60px 0;
  }

  article .faqs .entry {
    margin: 0 0 10px 0;
  }

  article .faqs h3 {
    margin-bottom: 35px;
    font-size: 24px;
    line-height: 32px;
  }

  article .facts h6 {
    margin: 0;
  }

  article .faq-container .faqs .entry p,
  article .faq-container .faqs .entry ul,
  article .faq-container .faqs .entry ol {
    font-size: 16px;
    line-height: 24px;
  }

  article a.faq {
    font-size: 16px;
    line-height: 16px;
    width: 90px;
    height: 90px;
    border-radius: 90px;
    padding: 35px 0 0 0;
    top: 20px;
    right: 15px;
  }

  article .row.partner img {
    width: 82%;
    height: auto;
  }

  article .row.partner div:nth-child(2) img,
  article .row.partner div:nth-child(5) img,
  article .row.partner div:nth-child(8) img,
  article .row.partner div:nth-child(11) img,
  article .row.partner div:nth-child(14) img,
  article .row.partner div:nth-child(18) img {
    width: 82% !important;
    margin: 0 9% 50px 9%;
  }

  article .row.partner div:nth-child(3n) img {
    width: 82% !important;
    margin: 0 0 50px 18%;
  }

  article .speaker-container .speaker {
    padding: 0 30px 60px 0;
  }

  article .speaker-container .speaker .caption {
    display: none;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-color: #000;
    border-radius: 100%;
    overflow: hidden;
  }

  article .speaker-container .speaker .caption:before {
    content: "";
    float: left;
    padding-top: 100%;
  }

  article .speaker-container .speaker .caption h3 {
    color: #fff;
    width: 84%;
    margin: 30% 8% 5px 8%;
    text-align: center;
  }

  article .speaker-container .speaker .caption p {
    color: #fff;
    width: 84%;
    margin: 0 8% 5px 8%;
    text-align: center;
  }

  article .speaker-container .speaker:hover figure {
    display: none;
  }

  article .speaker-container .speaker:hover .caption {
    display: block;
  }

  article.speaker .session_blk {
    padding: 60px 0 0 0;
  }

  article.speaker h6 {
    font-size: 56px;
    line-height: 64px;
  }

  article .session-list h4 {
    font-size: 48px;
    line-height: 48px;
    padding: 0 0 70px 0;
  }

  article .session-list .filter span {
    padding: 16px 0;
  }

  article .session-list .theme span {
    padding: 16px 0 15px 20px;
    text-align: left;
  }

  article .session-list .session .cont {
    padding: 20px 30px;
  }

  article .session-list .session .cont h6 {
    padding: 0 0 50px 0;
  }

  article .session-list .session .cont .further ul {
    margin: 40px 0 0 0;
  }

  article .session-list .session .cont .further ul li {
    margin: 0 0 10px 0;
  }

  /* SPEAKER */
  /* PROGRAM */
  /* TIMETABLE 2021 */
  .container-timetable {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .container-timetable .header-part {
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
  }

  .container-timetable .header-part a.program {
    position: absolute;
    right: 120px;
    margin-top: -300px;
    font-size: 18px;
    line-height: 25px;
    color: #000;
    text-decoration: none;
    border-bottom: 2px solid #000;
  }

  .container-timetable .header-part h2 {
    font-family: "ciutadella-semibold", arial, helvetica;
    color: #000;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 0;
    margin: 0 0 20px 0;
  }

  .container-timetable .header-part h3 {
    font-family: "ciutadella-semibold", arial, helvetica;
    color: #000;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0;
    margin: 0;
  }

  .container-timetable .header-part .filter-part {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .container-timetable .header-part .filter-part button.filter {
    display: inline-block;
    width: 140px;
    height: 50px;
    border-radius: 25px;
    font-family: "ciutadella-semibold", arial, helvetica;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    background-color: #009c9b;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: none;
    margin: 0 20px 20px 0;
    padding: 0;
  }

  .container-timetable .header-part .filter-part ul.tracks {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  .container-timetable .header-part .filter-part ul.tracks li {
    display: inline-block;
    width: auto;
    height: 36px;
    cursor: pointer;
    color: #fff;
    font-family: "ciutadella-semibold", arial, helvetica;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.2px;
    border-radius: 18px;
    padding: 10px 0 0 0;
    text-align: center;
    margin: 0 10px 10px 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  .container-timetable .header-part .filter-part ul.tracks li.campus {
    background-color: #59598d;
  }

  .container-timetable .header-part .filter-part ul.tracks li.campus:hover,
  .container-timetable .header-part .filter-part ul.tracks li.campus.active {
    color: #59598d;
    background-color: #fff;
  }

  .container-timetable .header-part .filter-part ul.tracks li.date {
    background-color: #b2b2ca;
  }

  .container-timetable .header-part .filter-part ul.tracks li.date:hover,
  .container-timetable .header-part .filter-part ul.tracks li.date.active {
    color: #b2b2ca;
    background-color: #fff;
  }

  .container-timetable .header-part .filter-part ul.tracks li.inclusivity {
    background-color: #60219d;
  }

  .container-timetable .header-part .filter-part ul.tracks li.inclusivity:hover,
  .container-timetable .header-part .filter-part ul.tracks li.inclusivity.active {
    color: #60219d;
    background-color: #fff;
  }

  .container-timetable .header-part .filter-part ul.tracks li.lead {
    background-color: #aa5bf7;
  }

  .container-timetable .header-part .filter-part ul.tracks li.lead:hover,
  .container-timetable .header-part .filter-part ul.tracks li.lead.active {
    color: #aa5bf7;
    background-color: #fff;
  }

  .container-timetable .header-part .filter-part ul.tracks li.learn {
    background-color: #d7b1fb;
  }

  .container-timetable .header-part .filter-part ul.tracks li.learn:hover,
  .container-timetable .header-part .filter-part ul.tracks li.learn.active {
    color: #d7b1fb;
    background-color: #fff;
  }

  .container-timetable .header-part .filter-part ul.tracks li.skills {
    background-color: #349970;
  }

  .container-timetable .header-part .filter-part ul.tracks li.skills:hover,
  .container-timetable .header-part .filter-part ul.tracks li.skills.active {
    color: #349970;
    background-color: #fff;
  }

  .container-timetable .header-part .filter-part ul.tracks li.ki {
    background-color: #43c691;
  }

  .container-timetable .header-part .filter-part ul.tracks li.ki:hover,
  .container-timetable .header-part .filter-part ul.tracks li.ki.active {
    color: #43c691;
    background-color: #fff;
  }

  .container-timetable .header-part .filter-part ul.tracks li.vision {
    background-color: #45e1a2;
  }

  .container-timetable .header-part .filter-part ul.tracks li.vision:hover,
  .container-timetable .header-part .filter-part ul.tracks li.vision.active {
    color: #45e1a2;
    background-color: #fff;
  }

  .container-timetable .grid-part .item h6 {
    text-align: left;
    width: auto;
    font-size: 24px;
    line-height: 32px;
  }

  .container-timetable .grid-part .owl-carousel {
    position: relative;
  }

  .container-timetable .grid-part .owl-carousel:after {
    content: "";
    display: block;
    position: absolute;

    height: 3050px;
    right: 0;
    top: 0;
    background-color: #ff5657;
  }

  .container-timetable .grid-part .owl-carousel .owl-nav button.owl-prev {
    right: 60px;
    top: -165px;
    left: unset;
  }

  .container-timetable .grid-part .owl-carousel .owl-nav button.owl-next {
    right: 0;
    top: -165px;
  }

  .container-timetable .grid-part ul.timegrid {
    display: block;
    position: absolute;
    top: 0;
    left: -66px;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  .container-timetable .grid-part ul.timegrid li {
    display: block;
    width: 66px;
    height: 145px;
    color: #000;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 5px;
  }


  .overlay button.more span {
    display: inline-block;
    margin-left: 5px;
  }

  .bg-white {
    background-color: #fff;
    margin: 15px 20px;
  }

	
  .bg-black {
    background-color: #000;
    margin: 15px 20px;
  }

	
  /* SINGLE VIEW SESSION 2021 */
  .page-template-template-single-session-php h6 {
    margin: 0 0 14px 0;
  }

  .page-template-template-single-session-php h1 {
    font-size: 40px;
    line-height: 48px;
    margin: 0 0 50px 0;
    width: 100%;
  }

  .page-template-template-single-session-php ul.speaker li a.second {
    display: unset;
  }

  /* VIP Speaker */
  aside .vipspeaker h3 {
    font-size: 56px;
    line-height: 64px;
    margin: 0 0 60px 0;
  }

  .quote p {
    font-size: 48px;
    line-height: 56px;
    margin: 0 0 25px 0;
  }

  .quote p.person {
    font-size: 24px;
    line-height: 32px;
    margin: 0;
  }

  .btn-primary {
    font-size: 16px;
    line-height: 24px;
    padding: 12px 48px 11px 20px;
  }

  .btn-secondary,
  .wp-block-button__link {
    font-size: 16px;
    line-height: 24px;
    padding: 12px 23px 13px 23px;
  }

  aside h2 {
    margin: 0 0 25px 0;
  }

  aside .logos p {
    margin-top: 85px;
  }

  aside .logos h6 {
    text-align: left;
    width: 100%;
    white-space: nowrap;
    display: block;
	color: #FFF;
  }

  aside .logos img {
    max-width: 100px;
    margin-top: 15px;
  }

  aside .logos img.left {
    float: left;
  }

  aside .logos img.unterstuetzer1 {
    max-width: 88px;
    float: left;
    margin: 25px 0 0 0;
  }

  aside .logos img.unterstuetzer2 {
    max-width: 119px;
    margin: 45px 0 0 45px;
    float: left;
  }

  .footer ul {
    width: 100%;
  }

  .footer ul li a {
    margin: 0 28px 23px 0;
  }

  .footer ul li.social {
    float: right;
  }

  .footer ul li.social a {
    width: 35px;
    height: 35px;
    border-radius: 35px;
    margin: -5px 0 23px 45px;
  }

  .footer ul li.social.fb a,
  .footer ul li.social.tw a,
  .footer ul li.social.li a,
  .footer ul li.social.yt a {
    background-size: 35px 35px;
  }
}

@media (min-width: 1200px) {
  .header .container-fluid {
    padding-left: 5%;
    padding-right: 5%;
  }

  .header ul#menu-menue li,
  .header ul#menu-menu li {
    float: left;
    padding: 0 0 10px 36px;
  }

  article .home .caption .hl-part {
    margin: 15px 0;
    font-size: 56px;
  }

  article .home .caption .hl-part:first-child {
    margin-top: 60px;
  }

  article .home .caption .hl-part,
  article .home .caption .buttons {
    margin-left: 80px;
  }

  .container-timetable .grid-part {
    width: calc(100% - 90px);
    margin: 0 auto;
    max-width: 2000px;
    padding-left: 60px;
    padding-right: 0;
  }

  .container-timetable .grid-part .owl-carousel .owl-nav button.owl-prev {
    right: 170px;
  }

  .container-timetable .grid-part .owl-carousel .owl-nav button.owl-next {
    right: 110px;
  }
}

.page-template-template-sessionize-program2023 .container-timetable .grid-part ul.timegrid {
  display: block !important;
  position: absolute;
  top: 0;
  left: -66px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.page-template-template-sessionize-program2023 .container-timetable .grid-part ul.timegrid li {
  display: block;
  width: 66px;
  height: 145px;
  color: #000;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 5px;
}

.container-timetable .grid-part ul.timegrid .timegrid-2023 {
  width: 100vw;
  position: relative;
  left: 60px;
  top: -25px;
  display: block;
  border-top: 2px dotted black;
}


.accordion__content {
  position: relative;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
}

.page-template-template-single-session2023 .speaker li .first {
  display: block;
  border-radius: 50%;
  overflow: hidden;
}

@media (max-width: 768px) {
  .page-template-template-single-session2023 .speaker li {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 3rem;
  }
}
/* TEST */

/* ---- KS Styles 11/2023 (MI) ---- */

/* Global */
.btn-primary {
    border: none !important;
}

.ks-home-p-70-width {
    max-width: 100% !important;
}


 .ks-home-p-70-width .offset-lg-1, .offset-lg-10, .ks-review-section, .ks-review-section .offset-lg-1, .ks-review-section .container-fluid {
    margin: auto !important;
    max-width: 100% !important;
    flex: 0 0 100%;
}


 .ks-review-section .ks-full-width img {
    border-radius: 24px;
}


.ks-home-p-70-width .wp-block-group {
    max-width: 60%;
    max-width: 1000px;
    margin: auto !important;
    margin-bottom: 150px !important;
    margin-left: 8.33333%;
}

.container-fluid, .container-fluid .row {
    padding-left: 0;
    padding-right: 0;
}

.wp-block-heading {
    margin:  45px 0px !important;
}


/* Hero Section */
.ks-hero-bg {
    background-image: url("/wp-content/themes/university-future-festival/assets/img/HFD_UF_Festival_2024_KeyVisual.png");
    height: 700px; /* You must set a specified height */
      background-position: center; /* Center the image */
      background-repeat: no-repeat; /* Do not repeat the image */
      background-size: clamp(300px, 50%, 600px) auto;; /* Resize the background image to cover the entire container */
      justify-content: stretch;
}
.ks-hero-col-full {
    background-color: #FF87FC;
}

.ks-hero-col-left, .ks-hero-col-right, .ks-hero-col-left .caption, .ks-hero-col-right .caption {
    height: 100% !important;
}

.ks-hero-col-left > .caption {
    justify-content: space-between !important;
    align-items: flex-end !important;
}

.ks-hero-col-right > .caption {
    justify-content: flex-start !important;
}

#ks-hero-text-position-3 {
    top: 20px;
}

#ks-hero-text-position-2 {
    top: 300px;
    left: 100px;
}
#ks-hero-text-position-1 {
    top: -150px;
}

.ks-bg-black span {
    background-color: black !important;
    color: white !important;
    font-size: 40px !important;
    line-height: 48px !important;
    font-weight: 600 !important;
    padding: 20px;
}

.ks-hero-buttons-and-credits .buttons {
    margin-top: 60px !important;
    padding-bottom: 0px;
}

.ks-hero-buttons-and-credits {
    flex-direction: row !important;
    padding: 20px;
}

.ks-hero-buttons {
    margin-top: -100px;
}

.buttons {
    width: 70%;
    padding: 0;
}
.ks-hero-credits {
    width: 30%;
}

.ks-hero-credits .row {
    align-items: center !important;
}

.ks-hero-credit-logo {
    margin-top: 15px;
    align-items: center !important;
}

/* Introduction Section */

.wp-block-heading {
    max-width: 70% !important;
}

.ks-home-p-70-width p {
    max-width: 80% !important;
    margin-left: auto;
}

.ks-home-intro-section .wp-block-group {
    margin-bottom: 0px !important;
}


/* Change 2024 Section */

.ks-veranstalter-section {
    padding-top: 150px;
    background-image: url("/../de/wp-content/uploads/sites/3/2023/11/ci_kreis_02.svg");
    background-position: 110% 30px;
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: clamp(300px, 30%, 1000px) auto;; /* Resize the background */
}

.ks-bg-light-blue {
    max-width: 2000px;
    padding: 0px 50px !important;
}

.ks-bg-light-blue .row {
    background-color: #49E0FF !important;
    padding: 30px 50px;
    border-radius: 50px;
}

.ks-bg-light-blue .row > div {
    padding: 20px;
}

.ks-bg-light-blue h2 {
    margin-top: 0px;
    margin-bottom: 30px !important;
    padding-bottom: 30px;
}

.ks-bg-light-blue .ks-bold-headline {
    font-weight: 600 !important;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 40px;
}

.ks-bg-light-blue p {
    max-width: 100% !important;
}

.ks-bg-light-blue img {
    width: 85%;
    height: 100px;
    padding-bottom: 10px;
}

/* Motto Section */
.ks-home-inner-col .ks-motto-container {
    padding-top: 150px !important;
    padding-bottom: 250px !important;
}

.ks-home-inner-col .wp-block-heading {
    max-width: 70%;
}

.ks-motto-container p {
    max-width: 80%;
    margin-left: auto !important;
}

.ks-veranstalter-section > .container-fluid:last-child {
    max-width: 100%;
    background-image: url("/../de/wp-content/uploads/sites/3/2023/11/kreis-kombo-1.svg");
    background-position: -20% 100%;
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: clamp(300px, 35%, 1000px) auto;; /* Resize the background */
}



/* Review Section */

.ks-review-section .ks-full-width {
    background-image: url("/../de/wp-content/uploads/sites/3/2023/11/ci_kreis_03.svg");
    background-position: 15% 100%;
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: clamp(300px, 25%, 1000px) auto;; /* Resize the background */
}

.ks-review-section .ks-full-width .row {
    padding: 100px 0px !important;
    background-image: url("/../de/wp-content/uploads/sites/3/2023/11/ci_kreis_02.svg");
    background-position: 80% 0%;
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: clamp(300px, 25%, 1000px) auto;; /* Resize the background */
}

figure.wp-block-gallery.has-nested-images {
    align-items: baseline;
}

.ks-review-section, .ks-review-section .offset-lg-1, .ks-review-section .container-fluid {
    padding: 0;
    margin: 0;
}

.ks-review-section .ks-full-width .row {
    align-items: baseline;
    justify-content: space-between;
 
    flex-wrap: nowrap !important;
}
.ks-review-section .ks-full-width .row > div {
    margin: 0 !important;
    padding: 0 !important;
    max-width: 23%;
}

.ks-review-section .ks-full-width img {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.ks-review-inner-container {
    max-width: 1400px !important;
    width: 70% !important;
    margin: auto !important;
}

.ks-review-section .wp-block-group {
    margin-bottom: 0 !important;
}

/* Partner Section */

.ks-partner-button {
    border: solid 2px black !important;
    padding: 10px 55px 24px 23px;
}

.ks-partner-button:hover {
    color: white !important;
}

/* Footer */
.ks-bottom-footer .col-6:last-child h6 {
    text-align: end;
    margin-top: 7px;
}

/* Responsive Tablet */
@media only screen and (max-width: 1024px) {
    
    /* Global */
    body.page:not(.page-template-index-php) .main .container-fluid {
        padding: 35px !important;
    }
    
    .wp-block-heading {
        max-width: 70% !important;
    }
    
    .wp-block-group {
        padding: 35px;
    }
    
    /* Header */
    #header {
        padding: 12px 35px;
    }
    
    /* Hero Section */
    .ks-hero-col-right, .ks-hero-col-left, .ks-hero-credits {
        padding: 0px 35px !important;
    }
    
     
     .ks-hero-bg {
         height: 670px; /* You must set a specified height */
         background-position: calc(50% + 0px) calc(0% + 20px); /* Center the image */
         background-repeat: no-repeat; /* Do not repeat the image */
         background-size: clamp(400px, 50%, 500px) auto;; /* Resize the background image to cover the entire container */
     }
     
     .ks-hero-col-left > .caption {
         justify-content: flex-start !important;
         align-items: flex-start !important;
     }
     
     .ks-bg-black span {
         background-color: black !important;
         color: white !important;
         font-size: 32px !important;
         line-height: 40px !important;
         font-weight: 600 !important;
         padding: 20px;
     }
     
     #ks-hero-text-position-3 {
         top: -400px
     }

     #ks-hero-text-position-2 {
         top: 380px;
         left: 0px;
     }
     #ks-hero-text-position-1 {
         top: -330px;
     }
     
     .ks-hero-col-full {
         padding: 0;
     }
     
     .ks-hero-buttons {
         margin-top: -50px;
         padding: 0;
         width: 100% !important;
     }
     
     .ks-hero-buttons-and-credits {
         flex-direction: row !important;
     }
     
     .ks-hero-credits {
         width: 100%;
     }
     
     .ks-hero-credits .ks-hero-credit-logo {
         max-width: 100% !important;
     }
     
     .ks-hero-buttons-and-credits .buttons {
         width: 100% !important;
         margin-top: 0px !important;
         margin-bottom: 50px !important;
     }
     
     .buttons a {
         width: 100% !important;
         font-size: 24px;
         margin-left: 0 !important;
         padding: 25px 15px 25px 25px;
         height: min-content !important;
         border-radius: 150px;
         background-size: 30px 30px !important;
   
     }
     .buttons a.second {
         background: transparent url("assets/img/arrow_small_btn.svg") 90% center no-repeat !important;

     }
     
     .wp-block-heading {
         font-size: 24px;
         line-height: 32px;
         margin-bottom: 20px;
     }
     
     .ks-home-p-70-width p {
         font-size: 24px;
         line-height: 24px;
     }
    
    /* Footer */
    .ks-footer, .ks-bottom-footer {
        padding: 35px !important;
    }
    
    
}
    

/* Responsive Smartphone */
@media only screen and (max-width: 768px) {
    
   /* Global */
   
   body.page:not(.page-template-index-php) .main .container-fluid {
       padding: 20px;
   }
   
   .col-12 {
       padding: 0px !important;
   }
   
   .row {
       margin: 0px;
   }
   
   .bg.white {
       padding: 0px;
   }

   /* Header */
   
   #header {
       padding: 12px 35px !important;
   }
   
   /* Hero Section */
   
   .ks-hero-col-right, .ks-hero-col-left, .ks-hero-credits {
       padding: 0px 25px !important;
   }
   
    
    .ks-hero-bg {
        height: 670px; /* You must set a specified height */
        background-position: calc(50% + 0px) calc(0% + 20px); /* Center the image */
        background-repeat: no-repeat; /* Do not repeat the image */
        background-size: clamp(400px, 50%, 500px) auto;; /* Resize the background image to cover the entire container */
    }
    
    .ks-hero-col-left > .caption {
        justify-content: flex-start !important;
        align-items: flex-start !important;
    }
    
    .ks-bg-black span {
        background-color: black !important;
        color: white !important;
        font-size: 32px !important;
        line-height: 40px !important;
        font-weight: 600 !important;
        padding: 20px;
    }
    
    #ks-hero-text-position-3 {
        top: -400px
    }

    #ks-hero-text-position-2 {
        top: 380px;
        left: 0px;
    }
    #ks-hero-text-position-1 {
        top: -330px;
    }
    
    .ks-hero-col-full {
        padding: 0;
    }
    
    .ks-hero-buttons {
        margin-top: -100px;
        padding: 0;
        width: 100% !important;
    }
    
    .ks-hero-buttons-and-credits {
        flex-direction: column !important;
    }
    
    .ks-hero-credits {
        width: 100%;
    }
    
    .ks-hero-credits .ks-hero-credit-logo {
        max-width: 40% !important;
    }
    
    .ks-hero-buttons-and-credits .buttons {
        width: 100% !important;
        margin-top: 0px !important;
        margin-bottom: 50px !important;
    }
    
    .buttons a {
        width: 100% !important;
        font-size: 24px;
        margin-left: 0 !important;
        padding: 25px 15px 25px 25px;
        height: min-content !important;
        border-radius: 150px;
        background-size: 30px 30px !important;
  
    }
    .buttons a.second {
        background: transparent url("assets/img/arrow_small_btn.svg") 90% center no-repeat !important;

    }
    
    .wp-block-heading, .ks-home-p-70-width p {
        max-width: 100% !important;
    }
    
    .wp-block-heading {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px;
    }
    
    .ks-home-p-70-width p {
        font-size: 24px;
        line-height: 24px;
    }
    
    /* News Section */
    .bg.blue.news {
        padding: 0;
    }
    
    .owl-dots {
        margin-left: 25px !important;
    }
    .owl-dot {
        width: 30px !important;
        height: 3px !important;
    }
    
    /* Intro Section */
    .ks-home-intro-section .wp-block-group {
        padding: 0px 20px;
    }
    
    /* Change 2024 Section */
    
    .ks-veranstalter-section {
        padding-top: 70px;
        background-position: 200% 7px;
    }
    
    .ks-bg-light-blue {
        position: relative;
        padding: 0px !important;
        z-index: 10;
    }
    
    .ks-bg-light-blue .row {
        padding: 40px 20px;
    }
    .ks-bg-light-blue img {
        width: 100%;
    }
    
    .ks-bg-light-blue .ks-bold-headline {
        font-size: 24px;
        font-weight: 900 !important;
    }
    
    /* Motto Section */
    
    .ks-veranstalter-section > .container-fluid:last-child {
        background-position: 200% -20%;
        margin-top: -50px;
    }
    
    .ks-home-inner-col .ks-motto-container {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
        
    }
    
    /* News Section */
    
    .bg.blue .ks-full-width {
        padding: 20px;
    }
    
    /* Review Section */
    .ks-review-section .wp-block-group {
        padding: 50px 20px !important;
    }
    
    .ks-review-section .ks-full-width {
        background-position: 35% 55%;
    }
    
    .ks-review-section .ks-full-width .row {
        flex-wrap: wrap !important;
        background-image: none;
        gap:20px !important;
        padding: 0px !important;
    }
    
    .ks-review-section .ks-full-width .row > div {
        max-width: 47% !important;
    }
    
    /* Partner Section */
    .ks-partner-section .wp-block-group {
        padding: 20px;
    }
    
    .ks-partner-button {
        padding: 14px 55px 24px 23px;
    }
    
    /* Footer */
    .ks-footer {
        padding: 35px 20px;
    }
    
    .ks-footer .order-lg-4, .ks-footer .order-lg-5 {
        margin-bottom: 25px;
    }
    
    .ks-bottom-footer {
        padding: 35px 20px;
    }
    
    .ks-bottom-footer .col-6:first-child {
        padding: 0px;
        width: 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }
    
    .ks-bottom-footer .col-6:last-child {
        padding: 0px;
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .ks-bottom-footer .col-6:last-child h6 {
        text-align: left;
        font-size: 20px;
        font-weight: 600;
        padding-bottom: 20px;
    }
    
    .ks-footer-icon-col {
        display: flex;
        justify-content: space-around;
    }
    .ks-footer-icon-col img {
        width: 100%;
        max-width: 15%;
        height: unset;
    }
}
