/* Lato-Bold */
@font-face {
  font-family: 'Lato';
  src: url(/fonts/lato-black.woff2) format("woff2"),
url(/fonts/lato-black.woff) format("woff");
  font-style: bold;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'GTWalsheim';
    src: url('/fonts/GTWalsheim-Light.woff2') format('woff2'),
    url('fonts/GTWalsheim-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GTWalsheim';
    src: url('/ITB-2025/fonts/GTWalsheim.woff') format('woff'),
    url('/fonts/GTWalsheim.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT Walsheim';
    src: url('/ITB-2025/fonts/GTWalsheimMedium.woff2') format('woff2'),
    url('/fonts/GTWalsheimMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


body {
	background-color: #fff;
	font-family: 'Lato', sans-serif;
    margin: 0;
    padding: 0;
    height: 100vh;
}

body.white {
	background-color: #000;
}

.picture {
	  position: relative;
	  height:  100vh;
}

.picture:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-image: url('/img/ITB-scaled.jpg');
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  background-color: #fff!important;
}

.logo img {
    width: 25vh;
	max-width: 100%;
    position: absolute;
    right: 0;
    top: 5%;
    z-index: 1;
	-webkit-animation: moveIn 1.5s cubic-bezier(.19,1,.22,1) .5s backwards;
    animation: moveIn 1.5s cubic-bezier(.19,1,.22,1) .5s backwards;
}

h1 {
	font-family: 'Lato', sans-serif;
	font-weight:  800;
	font-size: 74px;
	line-height: 1;
	color: #fff;
	margin-block-start: 0;
    margin-block-end: 0;
	word-break: normal;
	text-align: center;
}
		
h2 {
	font-family: 'Lato', sans-serif;
	font-weight:  800;
	font-size: 50px;
	line-height: normal;
	color: #fff;
	margin-block-start: 0;
    margin-block-end: 0;
	text-align: center;}

h3 {
	font-family: 'Lato', sans-serif;
	font-weight:  800;
	font-size: 30px;
	line-height: normal;
	color: #fff;
	text-align: center;
}

.cta-button {
	font-size: 18px;
	line-height: 1;
	padding: 20px 32px 22px 32px;
	border-radius: 50px;
	background: #A1BF1A;
	color: #fff;
	max-width: 192px;
	border: 2px solid #fff;
	width: 192px;
	text-align: center;
	margin: 0 auto;
}

.cta-button:hover {
    background-color: #fff;
    border-color: #fff;
    color: #000;
	cursor: pointer;
	transform: translateY(-2px);
}

.bild {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	right: 8%;
    width: 30%;
}

.bild img {
    border-radius: 100%;
    object-fit: cover;
    width: 30vw;
    height: 30vw;
}

.hero {
    position: absolute;
    top: 7%;
    width: 100%;
}

.grid-container.full, .grid-container {
    max-width: 73rem!important;
}

ul {
	margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
}

.footer-list {
  position: absolute;
  bottom: 5%;
  list-style: none;
  margin: 0;
  text-align: center;
    width: 73rem!important;
}

.footer-list li {
  display: inline;
  text-decoration: none;
  font-size: 18px; /* Smaller font for footer links */
  color: #fff; /* A softer color to deemphasize the footer */
  margin-right: 25px;
}


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

.margin {
	margin-top: 30px;
}

iframe {
	height: 600px;
}

.basicLightbox:after {
    content: "";
    position: absolute;
    top: 1.8rem;
    right: 1.8rem;
    width: 2em;
    height: 2em;
    background: url(../img/close.svg);
    background-size: contain;
    background-repeat: no-repeat
}

/* Animation */
.cssanimation, .cssanimation span {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.cssanimation span { display: inline-block }

.fadeInBottom { animation-name: fadeInBottom }
@keyframes fadeInBottom {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    to { opacity: 1 }
}

/* Responsive */
@media (min-width: 1920px) {
.grid-container {
    max-width: 90rem!important;
}
}

@media (max-width: 600px) {
h1 {
  font-weight: 800;
  font-size: 58px;
  line-height: normal;
  padding: 0;
  margin-top: 10px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 22px;
}

.margin {
	margin-top: 10px!important;
}

.footer-list {
  padding-bottom: 40px;
  font-size: 16px!important;
}

.grid-container {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
}