/* inter-tight-300 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter Tight3';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/inter/inter-tight-v7-latin_latin-ext-300.eot'); /* IE9 Compat Modes */
  src: url('../fonts/inter/inter-tight-v7-latin_latin-ext-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/inter/inter-tight-v7-latin_latin-ext-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/inter/inter-tight-v7-latin_latin-ext-300.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/inter/inter-tight-v7-latin_latin-ext-300.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/inter/inter-tight-v7-latin_latin-ext-300.svg#InterTight') format('svg'); /* Legacy iOS */
}

/* outfit-100 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/outfit/outfit-v11-latin_latin-ext-100.eot'); /* IE9 Compat Modes */
  src: url('../fonts/outfit/outfit-v11-latin_latin-ext-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/outfit/outfit-v11-latin_latin-ext-100.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/outfit/outfit-v11-latin_latin-ext-100.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/outfit/outfit-v11-latin_latin-ext-100.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/outfit/outfit-v11-latin_latin-ext-100.svg#Outfit') format('svg'); /* Legacy iOS */
}

/* outfit-200 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Outfit2';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/outfit/outfit-v11-latin_latin-ext-200.eot'); /* IE9 Compat Modes */
  src: url('../fonts/outfit/outfit-v11-latin_latin-ext-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/outfit/outfit-v11-latin_latin-ext-200.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/outfit/outfit-v11-latin_latin-ext-200.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/outfit/outfit-v11-latin_latin-ext-200.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/outfit/outfit-v11-latin_latin-ext-200.svg#Outfit') format('svg'); /* Legacy iOS */
}

body {
    background-color: white;
	font-family: 'Hind', sans-serif;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
	font-family: 'Outfit2', sans-serif;
}

		#boxed-layout {
    width: 721px;
    margin: 0 auto;
    background-color: white;
	border-top: none;
    border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
    padding-top: 0;
    align-items: center; /* Zentriert den Inhalt horizontal */
}

header {
    position: sticky;
	z-index: 2;
    top: 0;
    background-color: white;
    width: 720px;
    height: 128px;
	border-bottom: 1px solid black;
    display: flex;
    justify-content: center;
}

/* Logo-Text */
.logo {
    position: absolute;
	top: -58px;
    font-size: 68px; /* Schriftgröße */
    font-family: 'Outfit2', sans-serif;
    color: black;
	text-align: center;
}

/* Slogan-Text */
.slogan {
    position: absolute;
    top: 61px; /* Abstand oben = -10px */
	left: 133px;
    font-size: 22px; /* Schriftgröße = 23pt */
    font-family: 'Outfit2', sans-serif;
	text-align: center;
    color: black;
}

#scrollBtn {
    display: none;
    position: fixed;
	font-size: 1.23em;
	font-family: 'Outfit2', sans-serif;
	font-weight: normal;
    bottom: 80px;
    right: 80px;
    z-index: 99;
    border: 1px solid black;
    outline: none;
    background-color: white;
    color: black;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
}
#scrollBtn:hover {
    background-color: white;
}

/* Stil für den Scroll-Button */
.scroll-button {
    display: none;
    position: fixed;
	font-size: 1.9em;
	font-family: 'Outfit2', sans-serif;
	font-weight: normal;
    bottom: 30px;
    right: 80px;
    z-index: 99;
    border: 1px solid black;
    outline: none;
    background-color: white;
    color: black;
    cursor: pointer;
    padding: 2px 10px;
    border-radius: 50%;
}

/* Stil für den Button beim Hovern (Überfahren mit der Maus) */
.scroll-button:hover {
    background-color: white; /* Ändere die Hintergrundfarbe beim Hovern */
}


.textbox {
	margin: 0 auto;
    margin-top: 20px;
    width: 580px;
    height: 90px;
    background-color: white;
	border: 1px solid black;
	font-family: 'Outfit2', sans-serif;
    color: black;
    font-size: 22px;
	line-height: 1.2;
    text-align: center;
    display: flex;
    justify-content: center; /* Horizontal zentrieren */
    align-items: center; /* Vertikal zentrieren */
}


.text-image-container {
    margin: 0 auto;
	margin-top: 3px;
    margin-bottom: 0px;
    width: 580px;
    display: flex;
    flex-direction: column;
    align-items: center;
	
}

.text-container {
    background-color: white;
	border: 1px solid black;
    color: black;
	font-family: 'Outfit2', sans-serif;
    font-size: 22px;
	line-height: 1.2;
    text-align: center;
    width: 580px; /* 100% Breite für den Textcontainer */
    height: 145px;
	display: flex;
    justify-content: center; /* Horizontal zentrieren */
    align-items: center; /* Vertikal zentrieren */
}

.image-container {
    width: 580px; /* 100% Breite für den Bildcontainer */
    height: 580px;
	margin-top: 3px;
	border: 1px solid black;

}

.image-container img {
    width: 580px;
    height: 580px;
}

.textbox2 {
	margin: 0 auto;
    margin-top: 3px;
    width: 580px;
    height: 90px;
    background-color: white;
	border: 1px solid black;
    color: black;
	font-family: 'Outfit2', sans-serif;
    font-size: 22px;
	line-height: 1.2;
    text-align: center;
    display: flex;
    justify-content: center; /* Horizontal zentrieren */
    align-items: center; /* Vertikal zentrieren */
}


footer {
    width: 720px;
    height: 40px;
	margin-top: 20px;
}

/* Footer-Styling */
footer {
	border-top: 1px solid black;
    background-color: white;
    color: white;
    text-align: center;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright {
	font-family: 'Inter Tight3', sans-serif;
    font-size: 9pt;
    color: black;
    margin-left: 70px; /* Abstand Links */
	margin-top: 4px;
    display: flex;
    align-items: center;
}

#year {
    /* Hier wird die Jahreszahl automatisch aktualisiert */
}

.footer-link {
	font-family: 'Outfit2', sans-serif;
    font-size: 15px;
    color: black;
    text-align: right;
	margin-top: 3px;
    margin-right: 70px; /* Abstand rechts */
}

.footer-link a {
    text-decoration: none; /* Textdekoration entfernen */
    color: black;
    transition: opacity 0.3s;
}

.footer-link a:hover,
.footer-link a:active {
    opacity: 0.4; /* Deckkraft bei Roll Over und Aktiv */
}


a:link {
    color: black; /* Farbe für normale Links */
	text-decoration: none;
}

a:visited {
    color: gray; /* Farbe für besuchte Links */
}

a:hover {
    color: gray; /* Farbe beim Hovern */
}

a:active {
    color: gray; /* Farbe im aktiven Zustand */
}

/* Media Query für Laptops und Tablets */
@media (max-width: 1024px) {
    body {
        width: 100%; /* Vollständige Breite für Laptops und Tablets */
        padding: 0px; /* Einfacher Raum für bessere Lesbarkeit */
    }

    /* Hier kannst du weitere Anpassungen für Laptops und Tablets vornehmen */
}

/* Media Query für Smartphones */
@media (max-width: 738px) {
    body {
        width: 100%; /* Vollständige Breite für Smartphones */
        padding: 0px; /* Einfacher Raum für bessere Lesbarkeit */
    }

    /* Hier kannst du weitere Anpassungen für Smartphones vornehmen */
}