:root {
	--factor: 0.6;
	--size-width: 1200px;
}

body {
	font-size: 1.4rem;
	max-width: 100vw;
	overflow-x: hidden;
	text-align: center;
	background-image: url("../bgseamless.svg");
	background-repeat: repeat;
	font-family: "Montserrat", sans-serif;
}

img {
	width: 100%;
}

p {
	font-family: "Montserrat", sans-serif;
}

h2 {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 3rem;
}

h4 {
	font-weight: bolder;
}

@media only screen and (max-width: 768px) {
	h2 {
		font-size: 1.5rem;
	}
}

.hero {
	max-width: 1200px;
	display: flex;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
	margin-top: 80px;
}

.main-column {
	width: 100%;
	max-width: var(--size-width);
	margin: 0 auto;
	padding: 20px;
}

.infos.main-column {
	z-index: 100;
	position: relative;
}

.section {
	margin-top: 100px;
}

.spacer {
	width: 100%;
	margin-top: 7rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.margin-top-remove {
	margin-top: unset !important;
}

.space-01 {
	background-color: #ccf9ff;
}

.space-02 {
	background-color: #7ce8ff;
}

.space-03 {
	background-color: #55d0ff;
}

.space-04 {
	background-color: #00acdf;
}

.fancy-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	grid-gap: 20px;
	list-style-type: none;
	padding: unset;
}

.fancy-grid li {
	background-color: #00acdf;
	margin: 1rem;
	padding: 1rem;
	border-radius: 1rem;
}

a {
	color: unset;
	text-decoration: none;
	border-bottom: 0.5rem solid #00acdf;
}

a:hover {
	border-bottom: 0.5rem solid white !important;
	transition: all 0.4s ease-in-out;
}

.remove-link-hover {
	transition: none;
	border-bottom: unset !important;
}

.remove-link-hover:hover {
	transition: none;
	border-bottom: unset !important;
}

a.remove-line {
	border-bottom: unset !important;
}

a.remove-line:hover img {
	transform: scale(1.1);
	transition: all 0.4s ease-in-out;
}

.abzeichen-footer {
	display: flex;
	justify-content: right;
	align-items: center;
	padding-top: 0.5rem;
	padding-right: 2rem;
}

.space-03::before {
	overflow: visible;
	position: absolute;
	content: "";
	text-align: center;
	display: block;
	height: 100%;
	background-image: url("../alle.png");
	background-repeat: no-repeat;
	background-position-x: 50%;
	opacity: 0.1;
	background-size: 80%;
	width: 100%;
	max-width: 100%;
	object-fit: cover;
	z-index: 100;
	left: 50%;
	transform: translate(-50%, -80px);
}

.wichtig {
	background-color: red;
	color: white;
}

.fancy-list-numbers {
	text-align: left;
	list-style-type: none;
	counter-reset: item;
	padding-left: 2em;
}

.fancy-list-numbers li {
	counter-increment: item;
}

.fancy-list-numbers li::before {
	content: counter(item);
	margin: 0.3rem;
	margin-left: 1rem;
	color: #00acdf;
	border-radius: 10rem;
	background-color: white;
	display: inline-block;
	width: 1.5em;
	margin-right: 0.5em;
	text-align: center;
}

.top-btn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	border: none;
	outline: none;
	aspect-ratio: 1 / 1;
	border-radius: 100%;
	background-color: white;
	color: white;
	cursor: pointer;
	padding: 0.5rem;
	font-size: 2rem;
	width: 4rem;
	height: 4rem;
	text-align: center;
}

.top-btn:hover {
	background-color: #7ce8ff;
}

/* button.insta-btn::after {
  content: "Folge uns";
  position: absolute;
  left: -150px;
  top: 50%;
  z-index: 10;
  font-size: 1.5rem;
  font-family: "Montserrat", sans-serif;
  transform: translateY(-50%);
  color: white;
  padding: 0.3rem 2rem;
  border-top-left-radius: 4rem;
  border-bottom-left-radius: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  background-color: red;
} */

.insta-btn {
	z-index: 20;
	display: flex;
	/* justify-content: center; */
	position: fixed;
	bottom: 100px;
	right: 30px;
	z-index: 99;
	border: none;
	outline: none;
	aspect-ratio: 1 / 1;
	border-radius: 100%;
	background-color: white;
	color: white;
	cursor: pointer;
	padding: 0.5rem;
	font-size: 2rem;
	width: 4rem;
	height: 4rem;
	text-align: center;
	align-items: center;
	justify-content: center;
}

.insta-btn img {
	width: 90%;
}

.insta-btn:hover {
	background-color: #7ce8ff;
}

footer {
	background-color: black;
	color: white;
}

.veranstalter {
	padding: 2rem;
	max-width: 100%;
	align-items: center;
}

.veranstalter img {
	height: 80px;
	display: inline;
	width: auto;
	margin: 0 0.5rem;
}

.attribution {
	font-size: 1.2rem;
	color: gray;
}

ul.list li {
	background: #ffffff7d;
	border-radius: 1rem;
	margin: 1rem;
	padding: 1rem;
}

ul.list {
	margin: 4rem 0;
	list-style-type: none;
}

.insta {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1rem;
}

.insta-card {
	background-color: white;
	border-radius: 1rem;
	margin: 1rem;
	display: flex;
	overflow: hidden;
	flex-direction: column;
	justify-content: center;
	box-shadow: 0px 0px 50px -30px #000;
}

@media only screen and (max-width: 800px) {
	.insta {
		flex-direction: column;
	}
}

.insta-card:hover {
	box-shadow: 0px 0px 50px -10px #000;
	transition: all 0.4s ease;
}

.insta-card-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 6rem;
}

.insta-icon {
	padding: 1rem;
}

.insta-icon img {
	height: 4rem;
	width: auto;
}

.insta-img {
	padding: 1rem;
}

.insta-card-bottom {
	height: 20rem;
}

.insta-img img {
	height: 4rem;
	width: auto;
	border-radius: 2rem;
}

.insta-img-2 img {
	height: 4rem;
	width: auto;
	margin: 0 1rem;
}

.insta-name {
	padding: 1rem 0rem;
	text-align: left;
	flex: 2;
}

.insta-name-name {
	font-weight: 900;
	font-size: 1.1rem;
}

.insta-date {
	font-weight: 400;
	font-size: 1.1rem;
	color: #c0c2c1;
}

.insta-card-middle {
	font-size: 1.1rem;
	padding: 1rem;
	text-align: left;
}

.pepp-talk {
	flex: 3;
}

.insta-post {
	flex: 5;
}

/* .insta-card-bottom::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 0 50px 80px;
  border-color: transparent transparent transparent #ffffff; 
  opacity: 0.9; 
  z-index: 1;
} */

.insta-card-bottom::after {
	content: "❤️";
	position: absolute;
	bottom: 0.9rem;
	left: 1rem;
	/* transform: translate(-50%, -50%); */
	/* width: 3rem; */
	/* height: 3rem; */
	font-size: 2rem;
	z-index: 1;
}

.insta-card-bottom {
	position: relative;
	display: inline-block; /* Ensures the ::before content is positioned relative to this element */
}

.card-title {
	text-align: center;
	line-height: 20rem;
	font-size: 4rem;
}

.card-title p {
	font-family: "Bangers", cursive;
	color: #2e5faa;
}

.card-title p span {
	font-family: "Bangers", cursive;
	color: #ee3e34;
}

h1 {
	font-family: "Bangers", cursive;
	color: #2e5faa;
	font-size: 8rem;
}

@media only screen and (max-width: 768px) {
	.card-title {
		line-height: normal;
	}
}

.container {
	display: flex;
	justify-content: space-between;
	text-align: center;
	flex-wrap: wrap;
	column-gap: 3rem;
}

.box {
	padding: 1rem;
	flex: 1;
	/* width: 12rem; */
}

.number {
	font-family: "Bangers", cursive;
	color: #2e5faa;
	font-size: 6rem;
	height: 7rem;
}

.bignumber {
	font-family: "Bangers", cursive;
	color: #2e5faa;
	font-size: 10rem;
	height: 12rem;
}

.text {
	font-size: 1em;
	font-weight: bold;
}

.border_ {
	border: 1px solid #2e5faa;
	border-left-width: 0px;
	border-right-width: 0px;
	padding: 2rem;
}

.flex-container {
	display: flex;
	width: 100%;
}

.flex-container {
	display: flex;
	width: 100%;
}

.flex-container img {
	width: 33%;
	object-fit: cover;
}
