@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

/* Font Definitions */
@font-face {
    font-family: "Sansation-Light";
    src: url("fonts/Sansation-Light.ttf") format('truetype');
}

@font-face {
    font-family: "Sansation-Regular";
    src: url("fonts/Sansation-Regular.ttf") format('truetype');
}

@font-face {
    font-family: "Sansation-Bold";
    src: url("fonts/Sansation-Bold.ttf") format('truetype');

}

@font-face {
    font-family: "PlayfairDisplay";
    src: url("fonts/PlayfairDisplay.ttf") format('truetype');

}

@font-face {
    font-family: "PlayfairDisplay-Italic";
    src: url("fonts/PlayfairDisplay-Italic.ttf") format('truetype');

}

@font-face {
    font-family: "Didot-Regular";
    src: url("fonts/GFSDidot-Regular.ttf") format('truetype');
	
}

@font-face {
    font-family: "LavishlyYours-Regular";
    src: url("fonts/LavishlyYours-Regular.ttf") format('truetype');
	
}

@font-face {
    font-family: "Tangerine-Regular";
    src: url("fonts/Tangerine-Regular.ttf") format('truetype');
	
}

.tangerine-regulary {
  font-family: "Tangerine-Regular", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.playfair-display {
  font-family: "PlayfairDisplay", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.didot-regular {
  font-family: "Didot-Regular", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.lavishlyyours-regular {
  font-family: "LavishlyYours-Regular", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.sansation-light {
  font-family: "Sansation-Light", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.sansation-regular {
  font-family: "Sansation-Regular", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.sansation-bold {
  font-family: "Sansation-Bold", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* Root */
:root {
	color-scheme: light only;
}

/* Body */
body {
	font-family: "Didot-Regular", sans-serif;
	color: white;
	/* background-color: rgba(0, 0, 0, 1); */
	background-color: #f1d9bd;
	background-image: url("../images/bg/_bg.png");
	background-blend-mode: soft-light;
	background-repeat: no-repeat;
	/* background-position: top -30px left 10%; */
	background-size: cover;
	margin: 0;
}

/* Structure */
.container {
    margin: 0 auto;
	display: flex;
	position: relative;
	margin-top: -50px;
}

.content-left {
	text-align: right;
	margin-left: 15%;
	margin-right: 25px;
	/* margin-top: 5%; */
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: relative;
	min-height: calc(100vh - 100px);
}

.content-right {
	margin-left: 25px;
	align-items: center;
	justify-content: center;
    display: flex;
	flex-direction: column;
	padding-bottom: 50px;
}

.calendar-box {
	margin-right: 5%;
	margin-left: 25px;
}

.impressum-page {
    margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	display: flex;
	position: relative;
	justify-content: center;
    align-items: center;
	text-shadow: 2px 2px 2px black;
	/* box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.3);	 */
	border-radius: 20px;
	width: fit-content;
	padding: 20px;
    font-size: 14px;
	text-align: center;
}

.top-header {
	position: fixed;
    width: 100%;
	background-color: rgb(45 189 189 / 50%);
	box-shadow: 0 0 5px rgba(0, 0, 0, 1);
	height: 30px;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: start;
	padding-top: 0px;
	z-index: 10;
}

.top-impressum {
	position: fixed;
	top: 2px;
	right: 20px;
}

.top-title {
	position: fixed;
	top: 2px;
	left: 20px;
	margin: 0;
}

.top-title a {
	color: white;
	text-decoration: none;
	display: flex;
	text-shadow: 2px 2px 2px black;
}

.top-title a:hover {
	color: #F1D9BD;
}

.logo-title {
	font-size: 20px;
	text-transform: uppercase;
}

.logo-title-2 {
	font-family: "Tangerine-Regular", sans-serif;
	font-size: 35px;
	padding-left: 10px;
}

.menu {
    display: flex;
    justify-content: center;
    gap: 19px;
	/* font-size: 20px; */
}

.menu-item:hover {
	color: #F1D9BD;
	cursor: pointer;
	font-weight: bold;
}

/* Headings */
h1 {
	font-weight: bold;
	margin: 0;
}

h2 {
	font-size: 12px;
}

.title {
	color: white;
	font-size: 9em;
	text-shadow: 2px 2px 2px black;
	/* width: 400px; */
	line-height: 1em;
	font-weight: 100;
	text-transform: uppercase;
}

.title-2 {
	font-family: "Tangerine-Regular", sans-serif;
	text-transform: none;
}

/* Calendar */
#calendar {
	padding: 20px;
	width: 100%;
	max-width: 330px;
	height: auto; /* let content decide height */
	aspect-ratio: 11 / 10; /* optional: keeps shape consistent */
	align-items: center;
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.4);
	background-color: rgb(45 189 189 / 50%);
	/* background-color: rgb(45 137 189 / 90%); */
	border: 0px white solid;
	border-radius: 4px;
	border-bottom: 2px white solid;
	margin-top: 120px;
}

#calendar-controls {
	display: flex;
    gap: 5px;
    justify-content: center;
	position: absolute;
    padding-top: 290px;
	z-index: 1;
}

#calendar-controls button {
	font-size: 10px;
	padding: 5px 5px;
	font-family: "Didot-Regular", sans-serif;
	font-weight: bold;
	text-decoration: none;
	background: transparent;
	border-radius: 5px;
	border: 0px white solid;
	color: white;
	cursor: pointer;
	text-shadow: 2px 2px 2px black;
}

.bi {
	align-items: center;
    display: flex;
}

.week-header {
	text-transform: uppercase;
}

.week-header, .days {
	display: grid;
	grid-template-columns: repeat(7, 40px);
	gap: 5px;
}

.day, .day.has-event {
	padding: 8px 0px 10px 0px;
	text-align: center;
	cursor: pointer;
	border-radius: 6px;
	font-weight: bold;
	z-index: 2;
}

.day:hover, .day.has-event:hover {
	background-color: rgba(255, 255, 255, 0.5);
}

.day.weekend {
	/* color: deepskyblue; */
}

.day.has-event {
	background-color: rgba(255, 255, 255, 0.3);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
	color: black;
    text-shadow: 1px 1px 1px white;
	/* text-shadow: 1px 1px 1px black; */
}

.day.empty {
	background: transparent;
	border: none;
	cursor: default;
}

.day.header {
	font-weight: bold;
	background: transparent;
	cursor: default;
	text-shadow: 2px 2px 2px black;
}

.details {
	position: absolute;
	padding: 10px;
	padding-left: 20px;
    text-align: left;
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0);
	background-color: rgb(214 150 167 / 0%);
	border-radius: 20px;
	width: 100%;
	max-width: 420px;
	margin: 0 auto; /* centers it */
	/* margin-top: 500px; */
	display: flex;
	align-items: center;
}

.contact {
    justify-content: center;
    margin-top: 60px;
    display: flex;
    text-shadow: 2px 2px 2px black;
    font-size: 24px;
    /* font-weight: bold; */
	text-align: center;
}

.contact a {
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	color: #2DBDBD;
}

.contact a:hover {
	/* text-decoration: underline; */
	color: #F1D9BD;
}

.impressum {
	justify-content: center;
    margin-top: 10px;
    display: flex;
    text-shadow: 2px 2px 2px black;
    font-size: 14px;
	text-align: center;
}

.impressum a {
	text-decoration: none;
	color: white;
}

.impressum a:hover {
	/* text-decoration: underline; */
	color: #F1D9BD;
}

.details-text {
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-shadow: 2px 2px 2px black;
}

#event-details {
	position: absolute;
	padding: 10px;
	padding-left: 20px;
	box-shadow: 0px 0px 50px rgba(255, 255, 255, 0.3);
	background-color: rgb(0 0 0 / 85%);
	/* background-color: rgb(45 189 189 / 90%); */
	/* background-color: rgba(0, 191, 255, 0.5); */
	/* background-color: rgb(20 12 16 / 100%); */
	/* background-color: #f1d9bd; */
	border-radius: 5px;
	border-top: 2px solid white;
	width: 100%;
	max-width: 345px;
	height: auto;
	min-height: 250px; /* ensures it doesn’t collapse */
	display: none;
	margin-left: 5px;
	/* margin-top: 50px; */
	z-index: 3;
}

#event-details a, #event-details a:visited {
	font-family: "Didot-Regular", sans-serif;
	text-decoration: none;
	color: #2DBDBD;
	text-shadow: 1px 1px 1px black;
}

#event-details a:hover {
	color: white;
}

#month-title {
	width: 100px;
	text-shadow: 2px 2px 2px black;
    text-align: center;
}

/* Youtube */
.feed {
	display: none;
}

.feed-title {
	justify-content: center;
    margin-bottom: 20px;
    display: flex;
    text-shadow: 2px 2px 2px black;
    font-size: 24px;
    font-weight: bold;
	text-align: center;
}

/* Icons */
.socials {
	display: flex;
	flex-direction: column;
}

.img-insta, .img-youtube {
	width: 30px;
	border: 4px transparent solid;
	border-radius: 30px;
	margin-bottom: 5px;
	opacity: 0.7;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	color-scheme: light only;
}

.img-email {
	width: 20px;
	height: 20px;
	border: 7px transparent solid;
	border-radius: 10px;
	background-color: rgb(45 189 189 / 50%);
	/* margin-bottom: 5px; */
	opacity: 0.7;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
	color-scheme: light only;
	margin-right: 10px;
	/* padding-top: 7px; */
}

.img-insta:hover, .img-youtube:hover, .img-email:hover {
	opacity: 1;
}

.img-email:hover {
	box-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
	background-color: rgb(45 189 189 / 100%);
}
/* Media Queries */
@media (min-width: 1280px) {
	.feed {
		margin-left: 25px;
		margin-right: 25px;
		align-items: center;
		justify-content: center;
		display: flex;
		margin-top: 40px;
		flex-direction: column;
	}
}

/* Media Queries */
@media (max-width: 1200px) {
	body {
		background-position: top 0px left 50%;
	}
	.menu {
		font-size: 14px;
		gap: 10px;
	}
	.container {
		display: flex;
		margin-top: 60px;
	}
	.content-left, .content-right {
		justify-content: normal;
		flex-direction: column;
		margin-right: 25px;
		margin-left: 25px;
		min-height: 0;
		margin-top: 0px;
	}
	.details {
		position: unset;
		margin: 0;
		padding: 0;
		width: 350px;
	}
	#calendar {
		width: 300px;
		height: 325px;
		margin: 0;
	}
	#calendar-controls {
	    position: absolute;
		padding-top: 320px;
	}
	#event-details {
		width: 320px;
		height: 350px;
		margin-left: auto;
		margin-top: auto;
	}
	.calendar-box {
		margin: 0;
		display: flex;
        justify-content: center;
	}
	.title {
	font-size: 5em;
	/* width: 350px; */
	text-align: left;
	padding-left: 90px;
	}
	.feed {
		margin-left: 25px;
		margin-right: 25px;
		margin-top: 25px;
		align-items: center;
		justify-content: center;
		display: flex;
		flex-direction: column;
	}
	.impressum {
		padding-bottom: 70px;
	}
}
