/* Element-Selektoren mit geringem Gewicht
ueberschreiben keine css-klassen */

:root {
	/*font-family:Georgia, 'Times New Roman', Times, serif;
	line-height: 1.6em;
	letter-spacing: 0.05em;
*/
	/* font */
	--big: 140%;
	--bigger: 120%;
	--normal: 15px;
	--small: 95%;
	--smallest: 85%;
}


@font-face {
	font-family: CooperHewitt;
	src: url(fonts/CooperHewitt-Light.otf), 
		url(fonts/CooperHewitt-LightItalic.otf);
}
@font-face {
	font-family: CooperHewittBold;
	src: url(fonts/CooperHewitt-Semibold.otf),
		url(fonts/CooperHewitt-SemiboldItalic.otf);
}
	@font-face {
	font-family: CooperHewittBook;
	src: url(fonts/CooperHewitt-Book.otf), 
		url(fonts/CooperHewitt-BookItalik.otf);
}
@font-face {
	font-family: MerriweatherLight;
	src: url(fonts/Merriweather-Light.ttf),
	url(fonts/Merriweather-LightItalic.ttf);
}
@font-face {
	font-family: MerriweatherBold;
	src: url(fonts/Merriweather-Bold.ttf),
		url(fonts/Merriweather-BoldItalic.ttf);
		line-height: 1.6;
}
@font-face {
	font-family: Montserrat;
	src: url(fonts/Montserrat-VariableFont_wght.ttf),
	url(fonts/Montserrat-Italic-VariableFont_wght.ttf);
}
@font-face {
	font-family: Bodoni;
	src: url(fonts/LibreBodoni-VariableFont_wght.ttf),
	url(fonts/LibreBodoni-Italic-VariableFont_wght.ttf);
	font-weight: 200;
}
@font-face {
	font-family: Josefin;
	src: url(fonts/JosefinSlab-VariableFont_wght.ttf),
	url(fonts/JosefinSlab-Italic-VariableFont_wgth.ttf);
}
@font-face {
	font-family: Noto;
	src: url(fonts/NotoSansSymbols-VariableFont_wght.ttf);
}

html, body {
	height: 100%; /* Ensure html and body take full height */
	margin: 0;
	padding: 0;
  }

body {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between; /* Ensures footer is pushed to the bottom */
	min-height: 100vh; /* Body takes at least the full viewport height */
	background-color: #F5F7F2;
	padding: 0;
	margin: 0;
}

footer {
	background-color: #333;
	color: white;
	padding-top: 20px;
	padding-bottom: 70px;
	margin: 0;
	margin-top: 50px;
	text-align: center;
}

#intro {
	text-align: left; 
	max-width: 60ch; 
	margin-left: auto;
	margin-right:auto;
	margin-bottom: 50px;
}
.centred_intro p {
	max-width: 40ch;
	margin: 2em auto; 
	text-align: center;
	padding: 1em;
}
.intro {
	text-align: left; 
	max-width: 55%; 
	margin-left: auto;
	margin-right:auto;
}
/* Fonts *//* Fonts *//* Fonts *//* Fonts *//* Fonts */
/* Fonts *//* Fonts *//* Fonts *//* Fonts *//* Fonts */
/* Fonts *//* Fonts *//* Fonts *//* Fonts *//* Fonts */

p, #columns_container {
	font-size: var(--normal);
	font-family: Noto;
	font-weight: 100;
	line-height: 1.5;
}

nav.main, #us, footer {
	font-family: 'Montserrat', sans-serif;
}
.kalenderkacheln div {
	font-family: Josefin;
	font-size: var(--smallest);
	padding: 3px;
}

h1,h2, figcaption {
	font-family: Josefin;
}


.highlight {
	line-height: 1.5;
	display: inline-block;
}
p em, p .quotation, q {
     display: inline;
   	font-family: inherit; 
    font-style: italic;
	font-weight: inherit;
}

p b {
	font-family: inherit; 
	font-weight: 400;
}


#columns_container {
	text-align: left;
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    padding: 2rem 1rem;
  }

  .column {
    flex: 1 1 300px;
    padding: 0 2.5%;
  }

  dl.vita_list {
    margin-bottom: 5rem;
  }

  dt {
    font-weight: 300;
    margin-top: 1rem;
  }

  dd {
    margin-left: 1rem;
    margin-bottom: 1rem;
  }

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

  ul li {
    margin-bottom: 0.3rem;
  }

  h2 {
    margin-top: 2rem;
    font-size: 1.4em;
  }




/* Margins *//* Margins *//* Margins *//* Margins *//* Margins */
/* Margins *//* Margins *//* Margins *//* Margins *//* Margins */
/* Margins *//* Margins *//* Margins *//* Margins *//* Margins */


img {
	border: none;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
}

p + p {
	margin-top: 20px;
}
p+h2 {
	margin-top: 40px;
}
#kopf {
	height: auto;
	width: 100%;
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-color: transparent;
	letter-spacing: 2px;
}



#banner {
	width: 60%;
	margin: 30px auto 30px auto;
	padding: 0px;
}


nav.main {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid black;
}
nav.main div {
	display: inline;
	
	margin-left: 2%;
	margin-right: 2%;
	color: #00bfff;
}
nav.main div:hover {
	cursor: pointer;
}
nav.main img {
	height: 20px;
}






#startpageColumns {
	column-count: 3;
  	column-gap: 1em;
	width: 90%;
	margin-left: auto;
	margin-right: auto;	
}

#startpageColumns figcaption {
	margin-bottom: 5%;
}

#startpageColumns img {
	width: 100%;
}

#startpageColumns figure {
	break-inside: avoid;
	page-break-inside: avoid;
	display: block;
	margin-top: 0;
	margin-bottom: 1em;
}



.project_description {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}


.highlight {
	background-color: hsl(150,100%,80%);
}


.schliesskreuz {
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 50;
}

#us {
	margin: 40px 0px 30px 0px;
	width: 100%;
	font: normal normal bold 13px;
	letter-spacing: 1px;
	text-align: center;
}

#kopf a {
	list-style: none;
	text-decoration: none;
	color: #000000;
}
#kopf a:hover {
	color: #00bfff;
}




#startbild {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	background-repeat: no-repeat;
	background-size: contain;
}

#central_text{
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#leiste {
	max-width: 90px;
	margin: 0px 0px auto 40px;
	padding: 0px;
	float: left;
	height: auto;
}




#bildtitel:hover {
	color: black;
}


.gross {
	font-size: 16px;
	padding: 0px;
	margin: 0px auto 0px auto;
	text-align: left;
}


#zurueck {
	font: oblique 60px Arial;
	border-style: none;
	margin: 0% 0% 0% 0%;
	padding: 0px;
	position: fixed;
	left: 10%;
	top: 250px;
	text-align: left;
	color: silver;
	background-color: transparent;
	width: 40px;
}
#zurueck:hover {
	color: black;
}
#weiter {
	font: oblique 60px Arial;
	border-style: none;
	margin: 0% 0% 0% 0%;
	padding: 0px;
	position: fixed;
	right: 10%;
	top: 250px;
	vertical-align: middle;
	text-align: top;
	color: silver;
	background-color: transparent;
	width: 40px;
}
#weiter:hover {
	color: black;
}
.container_for_responsive_text {
	display: flex;
	justify-content: center; /* Horizontal centering */
	/* align-items: center; /* Vertical centering */
	/* height: 70vh; /* Full viewport height */
	padding-top: 3vh;
	padding-bottom: 5vh;
}
.responsive_text {
	font-size: 3vw; /* Scales font to 80% of viewport width */
	max-width: 30vw; /* Limits the width to 80% of the viewport */
	word-wrap: break-word;
	text-align: center; /* Centers the text within its container */
}
.instagram_logo {
	margin: 30px;
	margin-bottom: 5vh;
}



/* Fading animation */
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 2s;
	animation-name: fade;
	animation-duration: 2s;
}

@-webkit-keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
}

@keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
}














/* Colors *//* Colors *//* Colors *//* Colors */
/* Colors *//* Colors *//* Colors *//* Colors */
/* Colors *//* Colors *//* Colors *//* Colors */

a {
	color: rgb(97, 97, 97);
	text-decoration: none;
}

a:hover {
	color: black;
	cursor: pointer;
}

#us {
	color: rgb(97, 97, 97);
}

.blog_to_scroll .pfeilZumAufklappen:hover {
	color: #00bfff;
}

.blog_to_scroll .pfeilZumAufklappen {
	background-color: #F5F7F2;
	color: #3b579d;
}
