*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 1390px) {

  .container {
    max-width: 1390px;
  }
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.-bottom-40 {
  bottom: -10rem;
}
.right-0 {
  right: 0px;
}
.z-\[-1\] {
  z-index: -1;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-8 {
  grid-column: span 8 / span 8;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-4 {
  margin-top: 1rem;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-\[50px\] {
  height: 50px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-full {
  width: 100%;
}
.flex-grow {
  flex-grow: 1;
}
.cursor-pointer {
  cursor: pointer;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.p-4 {
  padding: 1rem;
}
.p-\[20px\] {
  padding: 20px;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-12 {
  padding-left: 3rem;
}
.pt-12 {
  padding-top: 3rem;
}
.text-center {
  text-align: center;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.font-bold {
  font-weight: 700;
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
/* francois-one-regular - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Francois One';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/francois-one-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* oswald-regular - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/oswald-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
html {
	scroll-behavior: smooth;
}
body {
	font-family: 'Francois One', sans-serif;
	background-image: url('../img/bgred.svg');
	background-size: 512px 512px;
	padding-bottom: 80px;
}
body.page-kulturagenda,
body.page-verein,
body.page-offene-stellen {
	background-image: url('../img/bgblue.svg');
}
.no-scroll {
	overflow: hidden;
}
[id] {
	scroll-margin-top: 30px;
}
.btn {
	display: inline-block;
	padding: 5px 10px;
	font-size: 22px;
	letter-spacing: 1px;
}
.btn-primary {
	background-color: #000;
	color: #fff !important;
	font-weight: bold;
}
.btn-primary:hover {
	background-color: #3c3a3a;
}
.main-header img {
	max-height: 270px;
}
.main-menu {
	background-color: #fff;
}
.main-menu ul {
	list-style: none;
	max-width: 200px;
}
.main-menu ul li:not(:last-child) {
	border-bottom: 2px solid #000;
}
.main-menu ul li a {
	display: block;
	padding: 15px 16px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.main-menu ul li a:hover {
	background-color: #f8f8f8;
}
.main-menu .special-menu-item {
	background-color: #f8f2b4 !important;
}
.social-icons-menu {
	margin-bottom: 10px;
}
.social-icons-menu img {
	width: 30px;
	height: 30px;
}
.main-content {
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0.5px;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
}
.main-content p {
	margin-bottom: 16px;
}
.main-content hr {
	display: block;
	border: 2px solid black;
	margin: 35px 0 28px 0;
}
.main-content iframe {
	max-width: 100%;
}
.main-content h1,
.main-content h2 {
	font-family: 'Francois One', sans-serif;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 2px;
	margin-bottom: 25px;
	line-height: 38px;
}
.main-content h1 a,
.main-content h2 a {
	color: #000;
}
.main-content h2 {
	font-size: 22px;
	line-height: 25px;
	margin-bottom: 15px;
}
.main-content a {
	color: rgb(87,120,173)
}
.main-content img {
	margin-bottom: 20px;
}
.main-content .column-2:first-child {
	padding-left: 0;
}
.main-content .column-2:last-child {
	padding-right: 0;
}
.main-content .column-2 {
	padding: 12px;
	width: 50%;
}
/* Contact Form */
.contact-form input[type="text"],
.contact-form input[type="email"] {
	width: 100%;
}
.contact-form input {
	max-width: 100%;
	border: 1px solid black;
	padding: 5px;
}
.contact-form input[type="radio"] {
	display: none;
}
.contact-form input[type="radio"]+label {
	position: relative;
	display: inline-block;
	width: 24px;
	height: 24px;
	border: 1px solid black;
	border-radius: 50%;
	margin-top: 10px;
}
.contact-form input[type="radio"]+label+label {
	display: block;
	margin-left: 30px;
	margin-top: -28px;
	width: calc(100% - 30px);
	padding-left: 10px;
}
.contact-form input[type="radio"]+label span {
	position: absolute;
	top: 11px;
	left: 11px;
	width: 0px;
	height: 0px;
	border-radius: 50%;
	background-color: #4d79b2;
	transition: all 0.2s;
	pointer-events: none;
}
.contact-form input[type="radio"]:checked+label span {
	width: 12px;
	height: 12px;
	top: 5px;
	left: 5px;
}
.sidebar {
	position: relative;
	box-shadow: 10px 10px 30px -16px rgba(0,0,0,0.48);
}
.sidebar-img {
	position: absolute;
	right: 30px;
	bottom: 10%;
	z-index: -1;
}
.header-mobile {
	box-shadow: 10px 10px 30px -21px rgba(0,0,0,0.48);
}
/* Login Page */
.login-form input {
	border: 1px solid #ccc;
	padding: 5px 10px;
}
.login-form input:focus {
	outline-color: #000;
}
.custom-checkbox {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	width: 1.25rem;
	height: 1.25rem;
	border: none;
	background-color: white;
	cursor: pointer;
	position: relative;
}
.custom-checkbox:checked {
	background-color: black;
	border-color: #000;
}
.custom-checkbox:checked::after {
	content: '';
	position: absolute;
	left: 7px;
	top: 3px;
	width: 5px;
	height: 10px;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
@media all and (min-width: 1024px) {
	.main-content {
		max-height: 100vh;
		overflow-y: auto;
	}
}
@media all and (max-width: 1279px) {
	.main-menu ul {
		max-width: unset;
	}
	
	.main-menu ul li a {
		padding: 5px 15px;
	}
	
	.social-icons-menu {
		position: absolute;
		top: 0;
		right: 1.2rem;
		width: auto;
	}
}
@media all and (max-width: 1023px) {
	.sidebar {
		position: absolute;
		top: 60px;
		right: 20px;
		width: 400px;
	}
	
	.latest-news {
		position: absolute;
		right: 20px;
		top: 438px
	}
}
@media all and (max-width: 767px) {
	.main-content iframe {
		width: 100% !important;
	}
}
@media all and (max-width: 400px) {
	.mobile-menu-active .main-menu a {
		font-size: 1.2rem;
	}
}
.latest-news {
	max-width: 280px;
	background-color: #f8f2b4;
	letter-spacing: 2px;
	align-self: end;
	font-weight: bold;
	box-shadow: 10px 10px 30px -16px rgba(0,0,0,0.48);
}
.logo {
	width: 180px;
	min-height: 241px;
	background-color: #fff;
	padding-bottom: 16px;
	transform: rotate(-10deg);
	box-shadow: 10px 10px 30px -16px rgba(0,0,0,0.48);
}
.img-container {
	position: relative;
	display: inline-block;
	width: 180px;
	height: 241px;
}
.logo-img {
	position: absolute;
	top: 0;
	left: 0;
	transition: opacity 0.3s ease;
}
.text-container {
	position: relative;
}
/*.closed-text, .open-text {*/
/*	transition: opacity 0.3s ease;*/
/*}*/
.closed-text {
	display: block;
	background-color: red;
	color: #fff;
	text-align: center;
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 15px;
	text-transform: uppercase;
}
.open-text {
	display: block;
	background-color: #3fa535;
	padding: 8px;
	text-align: center;
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 15px;
	text-transform: uppercase;
	color: #fff;
}
@media all and (min-width: 1280px) {
	.logo {
		position: static;
		flex-grow: 1;
		margin: 0;
		max-width: 180px;
		min-width: 180px;
		font-size: 16px;
	}
}
@media all and (max-width: 767px) {
	.latest-news {
		position: static;
		order: 2;
		width: 100%;
		max-width: unset;
		font-size: 18px;
		box-shadow: none;
		margin-bottom: -32px;
		margin-top: 20px;
	}
}
/* Hamburger Icon */
.hamburger-menu {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	width: 26px;
	height: 26px;
	cursor: pointer;
	z-index: 1001; /* Ensure the hamburger icon is above the overlay */
	transition: transform 0.3s ease;
}
.hamburger-menu span {
	display: block;
	height: 4px;
	background-color: #000;
	transition: transform 0.3s ease, opacity 0.3s ease;
}
.mobile-menu-active {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: white;
	z-index: 1000; /* Ensure the overlay is above all other elements */
	display: flex;
	justify-content: center;
	align-items: center;
}
ul.main-menu {
	list-style: none;
}
.mobile-menu-active .main-menu {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 20px;
	list-style: none;
}
.mobile-menu-active .main-menu a {
	text-decoration: none;
	font-size: 1.5rem;
}
.hamburger-menu-active.hamburger-menu {
	position: absolute;
	top: 0;
	left: 1.2rem;
	transform: rotate(45deg);
	z-index: 10000;
}
.hamburger-menu-active.hamburger-menu span:nth-child(1) {
	transform: translateY(7px) rotate(90deg); /* Rotate first span to horizontal */
}
.hamburger-menu-active.hamburger-menu span:nth-child(3) {
	transform: translateY(-7px) rotate(90deg); /* Rotate third span to horizontal */
}
@media (min-width: 768px) {

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .md\:block {
    display: block;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:items-end {
    align-items: flex-end;
  }

  .md\:justify-between {
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {

  .lg\:block {
    display: block;
  }
}
@media (min-width: 1280px) {

  .xl\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .xl\:block {
    display: block;
  }

  .xl\:hidden {
    display: none;
  }
}
