/* roboto-slab-100 - 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: 'Roboto Slab';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/roboto-slab-v36-latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-slab-200 - 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: 'Roboto Slab';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/roboto-slab-v36-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-slab-300 - 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: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-slab-v36-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-slab-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: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-slab-v36-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-slab-500 - 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: 'Roboto Slab';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-slab-v36-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-slab-600 - 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: 'Roboto Slab';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/roboto-slab-v36-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-slab-700 - 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: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-slab-v36-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-slab-800 - 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: 'Roboto Slab';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/roboto-slab-v36-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-slab-900 - 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: 'Roboto Slab';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/roboto-slab-v36-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
	margin: 0;
	padding: 0;
	font-family: "Roboto Slab", arial, sans-serif;
	color: #3C3C3B;
	min-height: 100vh;
}

.container-outer {
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	min-height: 100vh;
	justify-content: center;
	align-items: end;
}
.container-outer > div {
	width: 100%;
}
.container {
	display: flex;
	box-sizing: border-box;
	width: 100%;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 100px 60px;
}
.container-dark {
	background: #EBEBEB;
	clip-path: polygon(
    80px 0%,                        /* Oben links: Start des Schnitts */
    calc(100% - 80px) 0%,           /* Oben rechts: Start des Schnitts */
    100% 80px,                      /* Oben rechts: Ende des Schnitts */
    100% 100%,                      /* Unten rechts (bleibt eckig) */
    0% 100%,                        /* Unten links (bleibt eckig) */
    0% 80px                         /* Oben links: Ende des Schnitts */
  );
  );
}

h1 {
	text-align: center;
	font-size: 60px;
	margin: 0;
	font-weight: 900;
}
.image-container {
	width: 100%;
	text-align: center;
}
img {
	width: 200px;

}
.image-container-2 {
	margin-top: 70px;
}
.image-container-2 {
	justify-content: center;
	display: flex;
	gap: 20px;
}
.image-container-2 img {
	width: auto;
	height: 90px;
}
h2 {
	font-size: 32px;
	color: #E30613;
	text-align: center;
	font-weight: 900;
}
p {
	text-align: center;
	font-size: 18px;
	font-weight: 300;
	line-height: 180%;
}
p + h2 {
	margin-top: 60px;
}

strong {
	font-weight: 900;
}

.button {
	font-size: 16px;
	font-weight: 900;
	color: #fff;
	background: #E30613;
	display: inline-flex;
	gap: 6px;
	padding: 14px 30px;
	align-items: center;
	box-sizing: border-box;
	text-decoration: none;
	transition: 0.3s all;
	clip-path: polygon(
		0% 0%,                          /* Oben links */
		calc(100% - 20px) 0%,           /* Oben rechts: Start des Schnitts */
		100% 20px,                      /* Oben rechts: Ende des Schnitts */
		100% 100%,                      /* Unten rechts */
		100% 100%,                      /* Unten links: Start des Schnitts */
		0% 100%            /* Unten links: Ende des Schnitts */
	  );
}
.button:hover {
	background: #8A0613;
}
.button span {
	display: inline-block;
	line-height: 180%;
}
.button svg {
	width: 20px;

}

.button-container {
	text-align: center;
}
.button-container > a:nth-child(1){
	margin-bottom: 10px;
}
@media only screen and (max-width: 767px){
	h1 {
		font-size: 48px;
	}
	.container {
		padding: 80px 20px;
	}
	.container-dark {
		clip-path: polygon(
		60px 0%,                        /* Oben links: Start des Schnitts */
		calc(100% - 60px) 0%,           /* Oben rechts: Start des Schnitts */
		100% 60px,                      /* Oben rechts: Ende des Schnitts */
		100% 100%,                      /* Unten rechts (bleibt eckig) */
		0% 100%,                        /* Unten links (bleibt eckig) */
		0% 60px                         /* Oben links: Ende des Schnitts */
	  );
	
	}
	p {
		font-size: 16px;
	}
	h2 {
		font-size: 28px;
	}
}
@media only screen and (max-width: 440px){
	.button {
		font-size: 14px
	}
}