* {
	margin: 0;
	padding: 0;
}

@font-face {
	font-family: "Montserrat", sans-serif;
	src: url('../fonts/Montserrat-Variable.ttf')
}

:root {
	--color-black: #000000;
    --color-grey: #8E8E93;
    --color-grey2: #AEAEB2;
    --color-grey3: #C7C7CC;
    --color-grey4: #D1D1D6;
    --color-grey5: #E5E5EA;
    --color-grey6: #F2F2F7;
    --color-white: #FFFFFF;
    --color-red: #FF3B30;
    --color-orange: #FF9500;
    --color-yellow: #FFCC00;
    --color-green: #34C759;
    --color-mint: #00C7BE;
    --color-teal: #30B0C7;
    --color-cyan: #32ADE6;
    --color-blue: #007AFF;
    --color-indigo: #5856D6;
    --color-purple: #AF52DE;
    --color-pink: #FF2D55;
    --color-brown: #A2845E;
    font-family: 'Montserrat', sans-serif;
}

.landing-page {
	font-family: 'Montserrat', sans-serif;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	box-sizing: border-box;
	z-index: 0;
	text-align: left;
}

.landing-page h1, .hero-wrapper h1 {
	font-family: 'Montserrat', sans-serif;
	line-height: normal;
	color: black;
	letter-spacing: normal;
}

.landing-page h2, .hero-wrapper h2 {
	font-family: 'Montserrat', sans-serif;
	color: black;
	font-size: 2rem;
	line-height: normal;
}

.landing-page h3, .hero-wrapper h3 {
	color: black;
	line-height: normal;
	font-size: 1.2rem;
}

.landing-page p, .hero-wrapper p{
	color: black;
	font-family: 'Montserrat', sans-serif;
	line-height: normal;
	font-size: 1rem;
}

.hero-wrapper {
	width: 100%;
	height: 70vh;
	position: relative;
}

.hero-wrapper .header {
	display: flex;
	align-items: center;
	width: 100%;
	margin: auto;
	justify-content: space-between;
	z-index: 1;
	padding: 1rem;
	box-sizing: border-box;
	z-index: 4;
}

.hero-wrapper .header > .logo-hero {
	font-size: 1.8rem;
	font-weight: 600;
	text-transform: uppercase;
	z-index: 4;
}

.hero-wrapper .header nav {
	z-index: 4;
}

.hero-wrapper .header nav a {
	text-decoration: none;
	color: var(--color-black);
	font-weight: 500;
	text-transform: uppercase;
	margin: 0 .5rem;
	font-size: .9rem;
	z-index: 4;
}

.hero-gray {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 35%;
	z-index: 0;
}

.hero-img {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 80%;
	max-width: 550px;
	opacity: .5;
	z-index: 1;
}

.hero-title {
	position: absolute;
	top: 40vh;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;	
	width: 80%;
	max-width: 650px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 2;
}

.hero-title h1 {
	text-transform: uppercase;
	font-size: 3rem;
}

.hero-title p {
	text-transform: uppercase;
	font-size: 1.5rem;
	margin-top: 1rem;
}

.introduction {
	margin-top: 5rem;
	margin-bottom: 3rem;
	display: flex;
	gap: 3rem;
}

.introduction h2 {
	font-weight: 500;
}

.introduction p {
	line-height: 1.4rem;
	margin-top: .5rem;
}

.big-picture-section {
	margin-top: 5rem;
}

.big-picture-section img {
	width: 100%;
	border-radius: 1rem;
}

.big-picture-section .texts {
	display: flex;
	gap: 5rem;
	margin-top: 3rem;
}

.texts > div {
	flex: 1;
}

.texts hr {
	border: 1px solid var(--color-black);
}

.texts p {
	line-height: 1.4rem;
	font-size: .9rem;	
}

.texts h3 {
	font-weight: 500;
	margin-top: 2.5rem;
	margin-bottom: 1.5rem;
}

.blog-content {
	background-color: var(--color-grey6);
	width: 100%;
	margin-top: 5rem;
	padding: 3rem 1rem 5rem 1rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.blog-content h1 {
	text-transform: uppercase;
	text-align: center;
}

.article-wrapper {
	display: flex !important;
	flex-direction: row !important;
	gap: 5rem;
	margin-top: 7rem;
}

.article-image-right {
	flex-direction: row-reverse !important;
}

.article-wrapper > div {
	flex: 1;
}

.article-wrapper .img-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.article-wrapper .img-wrapper img {
	width: 80%;
	border-radius: .8rem;
	height: auto;
}

.article-wrapper .content-wrapper {
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.article-wrapper .content-wrapper p{
	line-height: 1.6rem;
}

.footer, .unterseite .footer {
	background-color: var(--color-black);
	width: 100%;
	padding: 2rem 1rem 2rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.footer-links, .unterseite .footer-links {
	color: var(--color-white);
	display: flex;
	gap: 2rem;
	margin-bottom: 2rem;
}

.footer-col, .unterseite .footer-col {
	flex: 1;
	display: flex;
	flex-direction: column;
	color: var(--color-white);
}

.footer-links p, .unterseite .footer-links p {
	font-weight: 600;
	font-size: .9rem;
	margin-bottom: 1rem;
	color: var(--color-white);
	font-size: 1.3rem;
}

.footer-links a, .unterseite .footer-links a {
	font-weight: 500;
	text-decoration: none;
	color: var(--color-grey4);
	margin-bottom: 1.3rem;
	line-height: 1.4rem;
	font-size: 1rem;
}

.footer-links a:hover {
	text-decoration: underline;
}

.copyright, .unterseite .copyright {
	text-align: center;
	color: var(--color-grey4) !important;
	margin-top: 3rem;
	font-size: .85rem !important;
	opacity: .75;
}

.copyright a, .unterseite .centere{
	color: var(--color-grey4);
	text-decoration: underline;
}


/*
*
* GENERAL RUSABLE STYLES
*
*/


.unterseite {
	max-width: 100vw;
	overflow-x: hidden;
}

.inline-cta, .unterseite .inline-cta {
	color:var(--color-black);
	font-weight: 500;
	text-decoration: underline;
	cursor: pointer;
}

.cta {
	text-decoration: none;
	color: var(--color-black);
	padding: .7rem 3rem;
	font-size: .9rem;
	border-radius: 99rem;
	border: 1px solid var(--color-black);
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	align-self: flex-start;
	justify-self: flex-start;
	transition: .4s ease all;
}

.cta:hover {
	background-color: var(--color-black);
	color: var(--color-white);
}

.unterseite .cta {
	text-decoration: none;
	color: var(--color-black);
	padding: .7rem 3rem;
	font-size: .9rem;
	border-radius: 99rem;
	border: 1px solid var(--color-black);
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	align-self: flex-start;
	justify-self: flex-start;
	transition: .4s ease all;
}

.unterseite .cta:hover {
	background-color: var(--color-black);
	color: var(--color-white);
}

.mt-1 {
	margin-top: 1rem !important;
}

.mt-2 {
	margin-top: 2rem !important;
}

.mt-5 {
	margin-top: 5rem !important;
}

.mt-10 {
	margin-top: 10rem !important;
}

.mb-1 {
	margin-bottom: 1rem !important;
}

.mb-2 {
	margin-bottom: 2rem !important;
}

.container {
  width: 70%;
}

.footnote {
 color: var(--color-grey) !important;
 text-align: center;
}

h3 {
	font-weight: 500;
	line-height: 1.8rem;
}

/*
*  ANPASSUNG AN HANDY
*/

body, .landing-page {
	width: 100%;
}

@media only screen and (max-width: 900px) {
	.container {
		width: 90%;
	}

	.article-wrapper .img-wrapper img {
		width: 99%;
	}
}

@media only screen and (max-width: 600px) {
	.header {
		justify-content: center;
	}

	.article-wrapper {
		flex-direction: column !important;
		gap: 2rem;
	}	

	.header .logo-hero {
		display: none;
	}

	.hero-gray {
		width: 130%;
	}
	
	.hero-img {
		left: 50%;
		width: 90%;
		opacity: .4;
	}

	.big-picture-section .texts {
		text-align: left;
		flex-direction: column;
		gap: 5rem;
		margin-top: 3rem;
	}

	.big-picture-section .texts h3 {
		font-weight: 500;
		margin-top: 1rem;
		margin-bottom: .5rem;
	}
	
	.hero-title {
		transform: translate(-50%,-50%);
		width: 90%;
	}

	.introduction {
		flex-direction: column;
		margin-top: 3rem;
	}
	
	.hero-title h1 {
		text-transform: uppercase;
		font-size: 2rem;
	}
	
	.hero-title p {
		text-transform: uppercase;
		font-size: 1.3rem;
		margin-top: .5rem;
	}

	.footer-links {
		flex-direction: column;
	}

	.article-wrapper .img-wrapper img {
		width: 100%;
	}
  }

/*
* ALLES FÜR DIE UNTERSEITEN
*/

.unterseite * {
	margin: 0;
	padding: 0;
}

.unterseite .centered {
	text-align: center;
}

.unterseite .left {
	text-align: left;
}

.unterseite h1 {
	text-align: center;
	margin-top: 5rem;
	text-transform: uppercase;
}

.unterseite h3 {
	text-transform: uppercase;
	font-weight: 600;
	margin: 0;
	padding: 0;
}

.unterseite .text-footnote {
	font-size: .9rem;
	color: #999;
}

.unterseite hr {
	width: 100%;
}

.unterseite .green {
	color: #009606;
	display: inline-block;
}

.unterseite .red {
	color: #B91460;
	display: inline-block;
}

.unterseite .container {
	margin: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.unterseite .flex-7 {
	flex: 7 !important;
}

.unterseite .flex-3 {
	flex: 3 !important;
}

.unterseite p {
	line-height: 1.4rem;
}

.unterseite .text-section {
	display: flex;
	gap: 4rem;
}

.unterseite .section {
	margin: 3rem 0;
	width: 100%;
}

.unterseite .text-section .text-column {
	flex: 1;
}

.unterseite .text-section--highlight {
	border: 2px solid black;
	border-radius: .7rem;
	padding: 1.5rem;
}


.table--one {
	border-collapse: collapse;
	border: none;
	width: 100%;
  }
  
  .table--one td, .table--one th {
	border: 1px solid #ddd;
	padding: 15px 8px;
	border: none;
  }
  
  .table--one tr:nth-child(even){
	  background-color: #f2f2f2;
	}
  
  .table--one tr:hover {
	  background-color: #ddd;
  }
  
  .table--one th {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: left;
	background-color: #000000;
	color: white;
	text-transform: uppercase;
  }

  .table--two {
	border-collapse: collapse;
	border: none;
	width: 100%;
  }
  
  .table--two td, .table--two th {
	padding: 15px 8px;
	border: none;
  }
  
  .table--two tr td:nth-child(even){
	  background-color: f2f2f2;
	}
  
  .table--two tr:hover {
	  background-color: #ddd;
  }
  
  .table--two th {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: left;
	background-color: #000000;
	color: white;
	text-transform: uppercase;
  }


  .unterseite .list-simple li{
	line-height: 1.8rem;
  }

  .unterseite .list-detailed {
	  list-style: none;
	  display: grid;
	  grid-template-columns: 1fr 1fr;
	  width: 100%;
	  gap: 2rem
  }

  .unterseite .list-detailed li {
	  display: flex;
	  align-items: flex-start;
	  gap: 1rem;
  }

  .unterseite .list-detailed li .number div {
	background-color: #000000;
	border-radius: 99rem;
	color: #ffffff;
	font-size: 1.5rem;
	width: 2.5rem;
	height: 2.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 800;
	flex: 1;
  }

  .list-detailed p {
	font-size: .9rem;
  }

  .full-w-img {
	  max-width: 100%;
	  border-radius: .7rem;
	  margin: auto;
	  display: block;
  }

/*
* AKKORDION STYLES
*/


/* Accordion styles */
.accordion .tabs {
	border-radius: 8px;
	overflow: hidden;
	width: 100%;
}
.accordion .tab {
	width: 100%;
	color: black;
	overflow: hidden;
	border-bottom: 1px solid black;
}
.accordion .tab-label {
	display: flex;
	justify-content: space-between;
	padding: 1em;
	background: #fff;
	font-weight: bold;
	cursor: pointer;
   /* Icon */
}
.accordion .tab-label:hover {
	background: #EEE;
}
.accordion .tab-label::after {
	content: "+";
	width: 1em;
	height: 1em;
	font-size: 1.8rem;
	border-radius: 99rem;
	border: 1px solid black;
	font-weight: 600;
	text-align: center;
	transition: all 0.35s;
	display: flex;
	justify-content: center;
	align-items: center;
}
.accordion .tab-content {
	max-height: 0;
	padding: 0 1em;
	color: #000;
	background: white;
	transition: all 0.35s;
}
.accordion .tab-close {
	display: flex;
	justify-content: flex-end;
	padding: 1em;
	font-size: 0.75em;
	background: #AAA;
	cursor: pointer;
}
.accordion .tab-close:hover {
	background: #AAA;
}
.accordion input {
	display: none;
}
.accordion input:checked + .tab-label {
	background: #fff;
}
.accordion input:checked + .tab-label::after {
	transform: rotate(45deg);
}
.accordion input:checked ~ .tab-content {
	max-height: 100vh;
	padding: 1em;
}


/*
* ANPASSUNG ANS HANDY
*/

@media only screen and (max-width: 600px) {
	.unterseite .text-section {
		flex-direction: column;
	}

	.unterseite .container {
		width: 90%;
	}

	.unterseite .text-section--highlight {
		padding: 1rem;
		box-sizing: border-box;
	}

	.unterseite .of-auto {
		overflow-x: scroll;
	}

	.unterseite .table--two {
		overflow-x: scroll;
		max-width: 50%;
	}

	.unterseite .list-simple {
		list-style-position: inside;
	}

	.unterseite .list-simple li {
		margin-top: 1.5rem;
	}

	.unterseite .list-detailed {
		grid-template-columns: 1fr;
	}
}

