/*Allgemein*/

html {
	scroll-behavior: smooth;	
	-webkit-tap-highlight-color: transparent;
}

body {
	display:flex;
	min-height:100vh;
	flex-direction:column;
	text-align: center;
	margin: 0 auto;
	overflow-x: hidden;
}

section {
	margin-left: auto;
	margin-right: auto;
	margin-top: 7.9rem;
	width: 100%;
	max-width: 1920px;
}

 input#responsive-nav,
label.responsive-nav-label {
	display: none;
}

::-webkit-scrollbar {
	width: 0.45rem;
	height: 0.45rem;
	background-color: #fcf8f3;
}

::-webkit-scrollbar-track {
	width: 1rem;
	box-shadow: none; 
	border-radius: 0;
}
 
::-webkit-scrollbar-thumb {
	background: #fa7000; 
	border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
	background: #fa7000;
}

/*Media Queries*/
@media screen and (min-width: 1920px) {
.header-b {width: calc(100% - (2 * ((100vw - 1920px) / 2 + 4rem))) !important; padding: 3rem calc((100vw - 1920px) / 2 + 4rem) 3rem calc((100vw - 1920px) / 2 + 4rem) !important;}

.header-b nav {right: calc((100vw - 1920px) / 2 + 4rem) !important;}

#logo {left: calc((100vw - 1920px) / 2 + 4rem) !important;}

.top-b-f figcaption {padding: 1rem calc((100vw - 1920px) / 2 + 4rem) 2rem calc((100vw - 1920px) / 2 + 4rem) !important;}

#section {width: calc(1920px - 8rem) !important; margin: 2rem 4rem 0 4rem !important;}

.footer-b {padding: 2rem calc((100vw - 1920px) / 2 + 4rem) 2rem calc((100vw - 1920px) / 2 + 4rem) !important;}

.projekte-f {width: calc(100% - 8rem) !important; margin: 0 4rem calc(4rem - 1.5vh - calc(30px + (40 - 30) * (100vw - 300px) / (1920 - 300))) 4rem !important;}

.o-b {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	max-height: calc(100vh - 14.5rem);
	overflow-y: hidden;
}

.o-b h1 {display: none !important;}

.o-d-1 h2 {display: block !important;}

.o-d-1 h3 {display: none !important;}

#l-wrapper {width: calc(1920px - 8rem) !important; padding: 0 4rem 2.5rem 4rem !important;}

#i-t {margin: 0 4rem 6rem 4rem !important;}

.i-p {margin: 0 4rem 0 4rem !important;}

.o-d-w {margin: 6rem 4rem calc(6rem - 1.5vh - calc(30px + (40 - 30) * (100vw - 300px) / (1920 - 300))) 4rem !important;}

#b-wrapper {width: calc(100% - 8rem) !important; padding: 0 4rem 6rem 4rem !important;}

#b-t {margin: 0 4rem 2.5rem 4rem !important;}

#bp-wrapper {width: calc(100% - 8rem) !important; padding: 0 4rem 0 4rem !important; margin-bottom: calc(6rem - 1.5vh - calc(30px + (40 - 30) * (100vw - 300px) / (1920 - 300))) !important;}

#button-wrapper {
	width: calc(100% - 8rem) !important;
	margin: 0 4rem 1rem 4rem !important;
	bottom: 2rem !important;
	justify-content: flex-end !important;
	align-items: flex-end !important;
}

#id-wrapper {width: calc(100% - 8rem) !important; padding: 0 4rem 2.5rem 4rem !important;}

#e-w {margin: 3.5rem 4rem 6rem 4rem !important;}
}

@media screen and (min-width: 1025px) and (max-width: 1919px) {
#section {width: 92vw !important; margin: 2rem 4vw 0 4vw !important;}

.projekte-f {width: calc(100% - 8vw) !important; margin: 0 4vw calc(4rem - 1.5vh - calc(30px + (40 - 30) * (100vw - 300px) / (1920 - 300))) 4vw !important;}

#button-wrapper {
	width: calc(100% - 8vw) !important;
	margin: 0 4vw 1rem 4vw !important;
	bottom: 2rem !important;
	justify-content: flex-end !important;
	align-items: flex-end !important;
}

#l-wrapper {width: calc(100vw - 8vw) !important; padding: 0 4vw 2.5rem 4vw !important;}

#i-t {margin: 0 4vw 6rem 4vw !important;}

.i-p {margin: 0 4vw 0 4vw !important;}

.o-d-w {margin: 6rem 4vw calc(6rem - 1.5vh - calc(30px + (40 - 30) * (100vw - 300px) / (1920 - 300))) 4vw !important;}

#b-wrapper {width: calc(100% - 8vw) !important; padding: 0 4vw 6rem 4vw !important;}

#b-t {margin: 0 4vw 2.5rem 4vw !important;}

#bp-wrapper {width: calc(100% - 8vw) !important; padding: 0 4vw 0 4vw !important; margin-bottom: calc(6rem - 1.5vh - calc(30px + (40 - 30) * (100vw - 300px) / (1920 - 300))) !important;}

#id-wrapper {width: calc(100% - 8vw) !important; padding: 0 4vw 2.5rem 4vw !important;}

#e-w {margin: 3.5rem 4vw 6rem 4vw !important;}
}

@media screen and (min-width: 1400px) {
#team {
	grid-template-columns: calc(25% - 1.5rem) calc(25% - 1.5rem) calc(25% - 1.5rem) calc(25% - 1.5rem) !important;
	grid-column-gap: 2rem !important;
	grid-row-gap: 2rem !important;
}

.team-m {
	display: flex !important;
	flex-direction: column !important;
	min-height: 15rem !important;
}

.team-m img {
    width: 100% !important;
	max-width: none !important;
    height: 18vw !important;
	min-height: 12rem !important;
	max-height: 20rem !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.team-m h3 {
	font-size: 1.2rem !important;
	width: calc(100% - 2rem) !important;
}

.team-m p {width: calc(100% - 2rem) !important;}

.team-m ul {
	width: calc(100% - 2rem) !important;
	align-self: flex-end !important;
	margin-top: auto !important;
	padding: 0 1rem 0.5rem 1rem !important;
}
}

@media screen and (min-width: 1025px) and (max-width: 1399px) {
#team {
	grid-template-columns: calc((100% / 3) - (4rem / 3)) calc((100% / 3) - (4rem / 3)) calc((100% / 3) - (4rem / 3)) !important;
	grid-column-gap: 2rem !important;
	grid-row-gap: 2rem !important;
	margin: 2.5rem 0 2rem 0 !important;
}

.team-m {
	display: flex !important;
	flex-direction: column !important;
	min-height: 10rem !important;
}

.team-m img {
    width: 100% !important;
	max-width: none !important;
    height: 25vw !important;
	min-height: 12rem !important;
	max-height: 20rem !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.team-m h3 {
	font-size: 1.2rem !important;
	width: calc(100% - 2rem) !important;
}

.team-m p {width: calc(100% - 2rem) !important;}

.team-m ul {
	width: calc(100% - 2rem) !important;
	align-self: flex-end !important;
	margin-top: auto !important;
	padding: 0 1rem 0.5rem 1rem !important;
}
}

@media screen and (min-width: 1025px) {
.header-s {display: none !important;}

.footer-s {display: none !important;}

section {margin-top: 0 !important; padding: 0 !important;}

h1 {font-size: 1.8rem !important;}

h2 {font-size: 1.8rem !important;}

#top-s {display: none !important;}

#section-1 {padding: 4rem 0 3rem 0 !important;}

#section-2 {padding: 3rem 0 3rem 0 !important;}

#section-3 {padding: 3rem 0 6rem 0 !important;}

#projekte-f-t {
	display: block !important;
    width: calc(50% - 1rem) !important;
    background-color: #ffffff !important;
    padding: 0 2rem 3rem 0 !important;
}

#projekte-f-t-info {
	position: absolute;
	bottom: 3rem;
	left: 0;
}

#projekte-f-t-info p {
	font-size: 1rem !important;
}

#projekte-f-t-info img {
    height: 1rem !important;
}

#projekte-f-btn-w {
	display: block !important;
	width: calc(50% - 1rem) !important;
	background-color: #ffffff !important;
	padding: 0 !important;
	border-bottom: none !important;
}

#projekte-f-btn {
	margin: 0 0 3rem 0 !important;
}

#projekte-f-btn h2 {
	text-align: left !important;
	width: calc(100% - 2rem)!important;
	margin: 0 0 1rem 0 !important;
	padding: 0 0 1rem 0 !important;
}

.btn {
	min-height: 3rem !important;
	height: 3vw !important;
	font-size: 1rem !important;
}

#projekte-f-btn-w summary{font-size: 1.2rem !important;}

.filterDiv {
	flex-grow: 0 !important;
	width: calc(50% - 1rem) !important;
	margin-bottom: 2rem !important;
	margin-right: 0 !important;
}

.filterDiv h2 {font-size: 1.2rem !important;}

#i-t {
	grid-template-rows: auto !important;
    grid-template-columns: auto minmax(23%, 20rem) !important;
	-webkit-column-gap: 4rem !important;
	-moz-column-gap: 5rem !important;
    grid-column-gap: 5rem !important;
/* 	border-bottom: 2px solid #000000 !important; */
}

#i-t-w h1 {margin: 0 0 1rem 0 !important;}

#i-t-l {
	grid-column: 1 / 1 !important;
    grid-row: 1 / 1 !important;
}

#i-t-r {
	grid-column: 2 / 2 !important;
    grid-row: 1 / 1 !important;
	margin-top: 0 !important;
}

#i-t-r h3 {
	margin-bottom: 0.5rem !important;
	font-size: 1.2rem !important;
}

#i-p-w {
	margin-bottom: 2rem !important;
	padding-top: 0 !important;
}

.i-p {
	grid-template-rows: auto !important;
    grid-template-columns: auto 40% !important;
	-webkit-column-gap: 2rem !important;
	-moz-column-gap: 2rem !important;
    grid-column-gap: 2rem !important;
}

.i-p-1 {
	grid-column: 1 / 1 !important;;
    grid-row: 1 / 1 !important;;
}

.i-p-2 {
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
	height: 100% !important;
	grid-column: 2 / 2 !important;;
    grid-row: 1 / 1 !important;;
}

.i-p-2 h2 {
    font-size: 1.2rem !important;
}

.i-p-2 a {
	align-self: end !important;
}

.o-b {top: 0 !important;}

.o-b h1 {left: 4vw !important; bottom: 3vh !important;}

.o-b-l a:link {background-image: url("02 Bilder/Icons/arrow-w.png") !important;}

.o-b-l a:hover {background-image: url("02 Bilder/Icons/arrow-c.png") !important;}

.o-b-b-l {left: 4vw !important;}

.o-b-b-r {right: 4vw !important;}

.o-d-w-1 {
	width: 100%;
	border-bottom: 1px dashed #66625d;
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: left;
}

.th-2 {
	width: 30% !important;	
	min-width: 13rem !important;
	color: #66625d !important;
}

.o-d-1 {
	flex-grow: 0 !important;
    width: calc(50% - 3rem) !important;
    order: 1 !important; 
    padding: 0 0 6rem 0 !important;
}

.o-d-2 {
	position: relative !important;
	flex-grow: 0 !important;
    width: calc(50% - 3rem) !important;	
    order: 3 !important; 
    padding: 0 0 0 0 !important;
    margin-bottom: 6rem !important;
}

.o-d-3 {
	flex-grow: 0 !important;
    width: calc(50% - 3rem) !important;
    order: 2 !important;
    padding: 0 0 6rem 0 !important;
}

.o-d-4 {
	flex-grow: 0 !important;
    width: calc(50% - 3rem) !important;
    height: auto !important;
    order: 4 !important;
    padding: 0 0 0 0 !important;
    margin-bottom: 6rem !important;
}

.o-d-5 {
	flex-grow: 0 !important;
    width: calc(50% - 3rem) !important;
    float: right !important;
    order: 6 !important;
    padding: 6rem 0 0 0 !important;
}

.o-d-6 {
	flex-grow: 0 !important;
    width: calc(50% - 3rem) !important;
    float: left !important;
    order: 5 !important; 
    padding: 6rem 0 0 0 !important;
}

#b-t {
	grid-template-rows: 3rem auto !important;
    grid-template-columns: 40% 1fr !important;
	-webkit-column-gap: 5rem !important;
	-moz-column-gap: 5rem !important;
    grid-column-gap: 5rem !important;
    padding-bottom: 3rem !important;
}

#b-t h1 {
	grid-column: 1 / 1 !important;
    grid-row: 1 / 1 !important;
}

#b-t-l {
	grid-column: 1 / 1 !important;
    grid-row: 2 / 2 !important;
}

#b-t-r {
	grid-column: 2 / 2 !important;
    grid-row: 1 / 3 !important;
    width: 100%;
}

#b-t-l p {
	margin-bottom: 1rem !important;
}

#b-t img {
    height: 60vh !important;
	max-height: 30rem !important;
}

.b-d summary h2 {
    font-size: 1rem !important;
}

#b-d {
	display: inline-block !important;
    width: 20rem !important;
	vertical-align: top !important;
}

#b-d-b {display: flex !important;}

#map {
	display: inline-block !important;
	width: calc(100% - 20.3rem) !important;
	height: 50vh !important;
	min-height: 35rem !important;
}

#map-b {display: none !important;}

#b-f {
	display: none !important;
    width: 60% !important;
	vertical-align: top !important;
	float: right !important;
}

.b-d summary {font-size: 1.2rem !important;}

#l-wrapper h2 {font-size: 1.2rem !important;}

#bp-w-o h2 {font-size: 1.2rem !important;}

#bp-t {margin-bottom: 8rem !important;}

.bp-l {margin-bottom: 8rem !important;}

.bp-l:nth-child(even) {margin-right: 30vw !important;}

.bp-l:nth-child(odd) {margin-left: 30vw !important;}

#bp-k {
	display: grid !important;
	grid-template-rows: auto !important; 
	grid-template-columns: auto auto !important;
	grid-column-gap: 5rem !important;
	align-items: start !important;
	justify-items: start !important;
	padding-top: 4rem !important;
}

#bp-k-t {
	grid-column:1 / 1 !important; 
	grid-row:1 / 1 !important;
	height: auto !important;
	width: auto !important;
}

#bp-k-t-img {
	grid-column:2 / 2 !important; 
	grid-row:1 / 1 !important;
	display: table-cell !important;
	height: auto !important;
	width: 60vw !important;
	max-width: 65rem !important;
	margin-bottom: 0 !important;
}

.id-anchor {top: calc(-7.5rem - 8vw) !important;}

.id-b h3 {ont-size: 1.2rem !important;}

.id-b-u h3 {font-size: 1.2rem !important;}

#e-w h2 {font-size: 1.2rem !important;}
}

@media screen and (min-width: 520px)  and (max-width: 1024px) {

#team {
	grid-template-columns: calc(50% - 0.5rem) calc(50% - 0.5rem) !important;
	grid-column-gap: 1rem !important;
}

.team-m {
	display: flex !important;
	flex-direction: column !important;
	min-height: 10rem !important;
}

.team-m img {
    width: 100% !important;
	max-width: none !important;
    height: 30vw !important;
	min-height: 15rem !important;
	max-height: 20rem !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.team-m h3 {
	font-size: 1.2rem !important;
	width: calc(100% - 2rem) !important;
	padding: 0 1rem 0 1rem !important;
}

.team-m p {
	width: calc(100% - 2rem) !important;
}

.team-m ul {
	width: calc(100% - 2rem) !important;
	align-self: flex-end !important;
	margin-top: auto !important;
	padding: 0 1rem 0.5rem 1rem !important;
}
}

@media screen and (min-width: 765px) {

.filterDiv h2 {
    padding: 0 !important;
}

.filterDiv p {
    padding: 0 !important;
}

.filterDiv a {
    padding: 0 !important;
}

#textarea {
	height: 18rem !important;
}

.team-m h3 {padding: 0 1rem 0 1rem !important;}

.footer-s {
	grid-template-rows: 1fr !important; 
	grid-template-columns: 50% 50% !important;
}

.footer-s p {
	grid-column:2 / 2 !important; 
	grid-row:1 / 1 !important;
	justify-self: end !important;
	font-size: 1rem !important;
}

#footer-s-nav {
	grid-column:1 / 1 !important; 
	grid-row:1 / 1 !important; 
}
}

@media screen and (min-width: 421px) and (max-width: 1024px) {
.header-b {display: none !important;}
.footer-b {display: none !important;}

#responsive-logo {margin: 1.7rem 3vw 1.7rem 3vw !important;}

label.responsive-nav-label {padding: 1.7rem 3vw 1.7rem 3vw !important;}

.header-s nav ul li {padding-left: 3vw !important;}

.top-s-f figcaption {padding-left: 3vw !important; padding-right: 3vw !important; padding-bottom: 2rem !important;}

.top-s-f-v {right: 0;}

.top-s-f-v-b {bottom: 0 !important;}

#header-s-info {width: calc(100% - 6vw) !important; padding: 0 3vw 0 3vw !important;}

#top-b {display: none !important;}

#section {width: 94vw !important; margin: 4.5rem 3vw 0 3vw !important;}

.footer-s {padding: 2rem 3vw 2rem 3vw !important;}

#section-1 {padding: 0 0 4.5rem 0 !important;}

#section-3 {padding: 0 0 6rem 0 !important;}

#projekte-t {margin: 1.7rem 3vw 1.7rem 3vw !important;}

.projekte-f {width: calc(100% - 6vw) !important; margin: 0 3vw calc(6rem - 1.5vh - calc(30px + (40 - 30) * (100vw - 300px) / (1920 - 300))) 3vw !important;}

#p-b {margin-bottom: 1.5vh !important;}

#i-t {margin: 0 3vw 6rem 3vw !important;}

#i-t-w h1 {margin: 0 0 1rem 0 !important;}

#i-p-w {padding-top: 0 !important; margin-bottom: 2rem !important;}

.i-p {margin: 0 3vw 0 3vw !important;}

.o-b h1 {left: 3vw !important;}

.o-b-b-l {left: 3vw !important;}

.o-b-b-r {right: 3vw !important;}

.o-d-w {margin: 3rem 3vw calc(6rem - 1.5vh - calc(30px + (40 - 30) * (100vw - 300px) / (1920 - 300))) 3vw !important;}

#b-t {margin: 0 3vw 2.5rem 3vw !important;}

#b-wrapper {width: calc(100% - 6vw) !important; padding: 0 3vw 6rem 3vw !important;}

#l-wrapper {width: calc(100% - 6vw) !important; padding: 0 3vw 2.5rem 3vw !important;}

#bp-wrapper {width: calc(100% - 6vw) !important; padding: 0 3vw 0 3vw !important; margin-bottom: calc(6rem - 1.5vh - calc(30px + (40 - 30) * (100vw - 300px) / (1920 - 300))) !important;}

#id-wrapper {width: calc(100% - 6vw) !important; padding: 0 3vw 2.5rem 3vw !important;}

#e-w {margin: 4.5rem 3vw 6rem 3vw !important;}
}

@media screen and (max-width: 520px) {
.top-s-f-v-b {bottom: 2rem !important;}

.top-s-f-v {left: 0;}
}

@media screen and (max-width: 420px) {
.header-b {display: none !important;}

#top-b {display: none !important;}

.footer-b {display: none !important;}
}

/*Header*/

.header-b {
	background-color: #ffffff;
	position: relative;
	padding: 3rem 4vw 3rem 4vw;
	width: calc(100% - 8vw);
	height: 3rem;
	position: sticky;
	top: 0;
	z-index:100;
	margin-bottom: 1rem;
}

.header-b nav {
	position: absolute;
	bottom: 3rem;
	right: 4vw;
}

.header-b nav ul {
	list-style-type: none;
	text-align: right;
	margin: 0;
	padding: 0;
}

.header-b nav li {
	display: inline-block;
	margin-left: 2.5rem;
}

#logo {
	text-align: left;
	width: 15rem;
	position: absolute;
	bottom: 3rem;
	left: 4vw;
}

.header-b nav a {
	font-style:normal;
	font-weight:500;
	font-size: 1.5rem;
	font-family: 'IBM Plex Sans', sans-serif;
	text-decoration:none;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: 0;
}

.header-b nav a:link {color: #000000;}

.header-b nav a:visited {color: #000000;}

.header-b nav a:focus {color: #fa7000;}

.header-b nav a:hover {color: #fa7000;}

#header-b-info {
	text-align: left;
	height: 5rem;
	width: 25rem;
	position: absolute;
	bottom: -6rem;
	left: 4vw;
	padding-top: 1rem;
}

#header-b-info p {
	display: flex; 
	align-items: flex-end;
	font-weight: 500;
	font-size: 1em;
	font-family: 'IBM Plex Sans', sans-serif;
	height: 2rem;
	margin: 0;
}

.header-s {
	position: fixed;
	top: 0;
	background-color: #ffffff;
	height: 6.4rem;
	width: 100%;
	margin-bottom: 1.5rem;
	z-index:100;
}

.header-s-c {
	animation-name: header-s-c-a;
	animation-duration: 1s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;

}

@keyframes header-s-c-a {
	100% {padding-bottom: 1.5rem;}
}

.header-s a {
	display: table-cell;
	vertical-align: middle;
	height: 6.4rem;
}

.header-s nav {
	background: rgba(255, 255, 255, 0.97);
	display: block;
	visibility: hidden;
	opacity: 0;
	width: 100%;
}

.header-s nav ul {
	padding: 2rem 0 0 0;
	margin: 0;
	height: calc((100vh - 6.4rem) * 0.55);
	text-align: left;
}

.header-s nav ul li {
	display: flex; 
	flex-direction: column; 
	justify-content:center;
	height: 3rem;
	padding-left: 1rem;
	border-bottom: none;
	background: none;
}
   
.header-s nav li a {
	font-style:normal;
	font-weight:500;
	font-size: 1.5rem;
	font-family: 'IBM Plex Sans', sans-serif;
	text-decoration:none;
	letter-spacing: normal;
	word-spacing: normal;
	color: #000000;
}
 
.header-s nav ul li:hover {
	background: none;
}
   
.header-s nav ul li a:hover {
	background: none;
	color: #fa7000;
}

#responsive-logo {
	text-align: left;
	height: 2.2rem;
	max-height: 8vw;
	width: auto;
	margin: 1.7rem 1rem 1.7rem 1rem;
	position: relative;
	float: left;
}

#header-s-info {
	text-align: left;
	height: calc((100vh - 6.4rem) * 0.45);
	width: calc(100% - 2rem);
	padding: 0 1rem 0 1rem;
}

.header-s-info-p {
	display: flex; 
	flex-flow: column wrap;
	align-items: flex-start;
	margin-bottom: 1rem;
}

.header-s-info-p p {
	font-weight: 500;
	font-size: 1rem;
	font-family: 'IBM Plex Sans', sans-serif;
	margin: 0;
}

.header-s-info-p a:link {
	height: auto;
	color: #000000;
	font-weight: 500;
	font-size: 1rem;
	font-family: 'IBM Plex Sans', sans-serif;
	line-height: 160%;
}

.header-s-info-p a:visited {color: #000000;}

.header-s-info-p a:focus {color: #000000;}

.header-s-info-p a:hover {color: #000000;}

label.responsive-nav-label {
	display: flex; 
	flex-direction: column; 
	justify-content:center;
	padding: 1.7rem 1rem 1.7rem 1rem;
	height: 3rem;
	cursor: pointer;
	color: #000000;
	width: 30px;
	float: right;
}

.line { 
	height: 0.16rem;
	width: 30px;
	background: #000000;
	border-radius: 0px;
	display: block; 
	transition: 0.5s; 
	transform-origin: center; 
 	float: right;
	margin-bottom: 0.35rem;
	margin-top: 0.35rem;
}

#responsive-nav:checked + .responsive-nav-label .line:nth-child(1) {
	transform: translateY(0.43rem) rotate(-45deg);
}

#responsive-nav:checked + .responsive-nav-label .line:nth-child(2) {
	transform: translateY(-0.43rem) rotate(45deg);
}

input#responsive-nav[type=checkbox]:checked ~ nav {
	visibility: visible;
	opacity: 1;
	transition:  opacity 300ms linear;
	position: absolute;
	top: 6.4rem;
	height: calc(100vh - 6.4rem);
}

/*Section*/

#top-b {width: 100%; height: 50vw; max-height: calc(100vh - 10rem); overflow-y: hidden;}
.top-b-f {overflow-y: hidden; position: absolute; left: 0; width: 100%; height: 50vw; max-height: calc(100vh - 10rem); margin: 0; animation-name: slidebar; animation-duration: 9s;  animation-iteration-count: infinite; opacity:0;}
.top-b-f img {position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 100%; height: auto; /* -webkit-filter: grayscale(1) brightness(1) contrast(1) sepia(0.3); filter: grayscale(1) brightness(1) contrast(1) sepia(0.3); */}
.top-b-f figcaption {
	position: absolute;
	bottom: 0;
	padding: 1rem 4vw 2rem 4vw;
	color: #ffffff;
	font-style:normal;
	font-weight:500;
	font-size: 1.5rem;
	font-family: 'IBM Plex Sans', sans-serif;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: 160%;
	animation-name: text-b;
	animation-duration: 9s; 
	animation-iteration-count: infinite;
}

.top-s-f-v a {
	display: flex;
	align-items: center;
    vertical-align: top;
    font-size: 1rem !important;
    font-weight: 500 !important;
    animation-name: slidebar-f;
	animation-duration: 9s; 
	animation-iteration-count: infinite;
}

.top-s-f-v a:visited {color: #000000;}

.top-s-f-v a:focus {color: #000000;}

.top-s-f-v a:hover {color: #000000;}

.top-s-f-v img {
	position: static !important;
	left: auto !important;
    top: auto !important;
    transform: none !important;
    object-fit: contain;
    height: 1rem !important;
    min-height: 0 !important;
    max-height: none !important;
    width: auto;
    margin-left: 0.4rem;
    -webkit-filter: none;
    filter: none;
}

.top-b-f-v {
	right: 0;
	animation-name: slidebar-f;
	animation-duration: 9s; 
	animation-iteration-count: infinite;
}

@keyframes slidebar-f {
	0%{pointer-events: none; color: #ffffff;}
	33%{pointer-events: none; color: #ffffff;}
	34%{pointer-events: none; color: #ffffff;}
	66%{pointer-events: none; color: #ffffff;}
	67%{pointer-events: visiblePainted; color: #000000;}
	100%{pointer-events: visiblePainted; color: #000000;}
}

.top-b-f-v a {
	display: flex;
	align-items: center;
    vertical-align: top;
    font-size: 1.5rem !important;
    font-weight: 500 !important;
    animation-name: slidebar-f;
	animation-duration: 9s; 
	animation-iteration-count: infinite;
}

.top-b-f-v a:visited {color: #000000;}

.top-b-f-v a:focus {color: #000000;}

.top-b-f-v a:hover, .top-b-f-v-2 a:hover {color: #000000;}

.top-b-f-v img {
	position: static;
	left: auto;
    top: auto;
    transform: none;
    object-fit: contain;
    height: 1.5rem;
    width: auto;
    margin-left: 0.4rem;
    -webkit-filter: none;
    filter: none;
}

@keyframes slidebar {5%{opacity:1;} 30%{opacity:1;} 34%{opacity:0;}}
.top-b-f:nth-child(1) {animation-delay:0s;}
.top-b-f:nth-child(2) {animation-delay:3s;}
.top-b-f:nth-child(3) {animation-delay:6s;}


#top-s {width: 100%; height: calc(100vh - 7.9rem); min-height: 60vw; max-height: 200vw;}
.top-s-f {display: flex; justify-content: space-between; align-items: flex-start; position:absolute; overflow: clip; left: 0; width: 100%; height: calc(100vh - 7.9rem); min-height: 60vw; max-height: 200vw; margin: 0; animation-name: slidebar; animation-duration: 9s;  animation-iteration-count: infinite; opacity:0;}
.top-s-f img{position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: auto; height: calc(100vh - 7.9rem); min-height: 60vw; max-height: 200vw; /* -webkit-filter: grayscale(1) brightness(1) contrast(1) sepia(0.3); filter: grayscale(1) brightness(1) contrast(1) sepia(0.3); */}

.top-s-f figcaption {
	position: sticky;
	bottom: 0;
	left: 0;
	align-self: flex-end;
	padding: 1rem 1rem 1rem 1rem;
	font-style:normal;
	font-weight:500;
	font-size: 1rem;
	font-family: 'IBM Plex Sans', sans-serif;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: 160%;
	text-align: left;
	animation-name: text-b;
	animation-duration: 9s; 
	animation-iteration-count: infinite;
}

@keyframes text-b {
	0%{color: #ffffff;}
	33%{color: #ffffff;}
	34%{color: #ffffff;}
	66%{color: #ffffff;}
	67%{color: #ffffff;}
	100%{color: #ffffff;}
}

@keyframes slidebar {5%{opacity:1;} 30%{opacity:1;} 34%{opacity:0;}}
.top-s-f:nth-child(1){animation-delay:0s;}
.top-s-f:nth-child(2){animation-delay:3s;}
.top-s-f:nth-child(3){animation-delay:6s;}

#section {
	width: calc(100% - 2rem);
	height: auto;
	overflow:hidden;
	display: grid;
	grid-template-rows: auto auto auto; 
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-column-gap: 2vw;
	align-items: start;
	justify-items: start;
	margin: 4.5rem 1rem 0 1rem;
}


#section-1 {
	grid-column:1 / 9; 
	grid-row:1 / 1;
	height: auto;
	width: auto;
	display: table-cell;
	text-align: left;
	padding: 0 0 4.5rem 0;
}

#section-2 {
	grid-column:1 / 9; 
	grid-row:2 / 2;
	height: auto;
	width: 100%;
	display: table-cell;
	text-align: left;
	padding: 0 0 4.5rem 0;
}

#section-2 ul {
	list-style: none;
	margin-bottom: 3rem;
	padding: 0;
	color: #000000;
	font-style:normal;
	font-weight:normal;
	font-size: 1rem;
	font-family: 'IBM Plex Sans', sans-serif;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: 200%;
}

#section-2 li {
	border-bottom: 2px solid #000000;
}

#section-2 a {
	display: flex;
	width: calc(100% - 1.6rem);
	margin-top: 1rem;
	padding: 0.8rem;
	background-color: #000000;
	color: #ffffff;
	font-style: normal;
	font-weight: 500;
	font-size: 1rem;
	font-family: 'IBM Plex Sans', sans-serif;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: 200%;
	align-items: center;
	vertical-align: top;
}

#section-2 a img {
	object-fit: contain;
	height: 1rem;
	width: auto;
	margin-left: 0.4em;
}

#section-2 a:visited {background-color: #000000;}

#section-2 a:focus {background-color: #fa7000;}

#section-2 a:hover {background-color: #fa7000;}

#section-3 {
	grid-column:1 / 9; 
	grid-row:3 / 3;
	height: auto;
	width: auto;
	display: table-cell;
	text-align: left;
	padding: 0 0 4rem 0;
}

/*Schriftgrössen*/

h1 {
	color: #000000;
	font-style:normal;
	font-weight:500;
	font-size: 1.2rem;
	font-family: 'IBM Plex Sans', sans-serif;
	letter-spacing: normal;
	margin: 0 0 1rem 0;
	line-height: 130%;
}

h2 {
	color: #000000;
	font-style:normal;
	font-weight:500;
	font-size: 1.2rem;
	font-family: 'IBM Plex Sans', sans-serif;
	letter-spacing: normal;
	margin: 0 0 1rem 0;
	line-height: 130%;
}

h3 {
	color: #000000;
	font-style:normal;
	font-weight:500;
	font-size: 1.2rem;
	font-family: 'IBM Plex Sans', sans-serif;
	letter-spacing: normal;
	margin: 0 0 1rem 0;
	line-height: 130%;
}

p {
	color: #000000;
	font-style:normal;
	font-weight:normal;
	font-size: 1rem;
	font-family: 'IBM Plex Sans', sans-serif;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: 160%;
}

a:link {
	color: #fa7000;
	font-style:normal;
	font-weight:normal;
	font-size: 1rem;
	font-family: 'IBM Plex Sans', sans-serif;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: 160%;
	text-decoration: none;
}

a:visited {color: #fa7000;}

a:focus {color: #fa7000;}

a:hover {color: #000000;}

/*Projekte & Filterfunktion*/

#projekte-f-t {
	text-align: left;
	order: 1;
}

#projekte-f-t-info {
	width: 100%;
	opacity: 0;
	order: 3;
}

#projekte-f-t-info p {
    display: flex;
    align-items: center;
	font-weight: 500;
    font-size: 0.9rem;
	color: #fa7000;
	line-height: 100%;
}

#projekte-f-t-info img {
    object-fit: contain;
    height: 0.9rem;
    width: auto;
    margin-right: 0.4rem;
}

.info-s {
	animation: info 1.5s ease;
}

@keyframes info {
	0% {opacity: 0;}
	10% {opacity: 1;}
	90% {opacity: 1;}
	100% {opacity: 0;}
}

#projekte-f-btn {
	width: 100%;
	margin: 0;
}

#projekte-f-btn h2 {
	color: #000000;
	font-style: normal;
	font-weight: 500;
	font-size: 1.2rem;
	font-family: 'IBM Plex Sans', sans-serif;
	text-decoration: none;
	float: left;
}

.btn {
	display: flex;
	align-items: center;
	justify-content: left;
	color: #000000;
	font-style: normal;
	font-weight: 500;
	font-size: 0.9rem;
	font-family: 'IBM Plex Sans', sans-serif;
	text-decoration: none;
	width: 100%;
	height: 2.5rem;
	margin: 0;
	padding: 0;
	border: none;
	border-bottom: 2px solid #000000;
	outline: none;
	cursor: pointer;
	text-align: left;
	background-color: transparent;
}

.btn:last-child {
	border-bottom: none;
}

.btn:hover {
	color: #fa7000;
}

.btn.active {
	color: #fa7000;
}

#projekte-f-wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 1.5rem 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#projekte-f-btn-w {
	overflow: hidden;
	width: 100%;
	padding: 2rem 0 0 0;
	text-align: left;
	order: 2;
	border-bottom: 2px solid #000000;
}

#projekte-f-btn-w[open] {
	animation: open-p 1.5s ease;
}

@keyframes open-p {
	0%    {opacity: 1; max-height: 3rem;}
	100%  {opacity: 1; max-height: 100vh;}
}

#projekte-f-btn-w[open] summary ~ * {
	animation: open-p-i 0.2s ease;
	animation-delay: 200ms;
	opacity: 0;
	animation-fill-mode: forwards;
}

@keyframes open-p-i {
	0%    {opacity: 0;}
	100%  {opacity: 1;}
}

#projekte-f-btn-w summary {
 	list-style: none;
	color: #000000;
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
	font-family: 'IBM Plex Sans', sans-serif;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: 100%;
	cursor: pointer;
	margin-bottom: 1rem;
}

#projekte-f-btn-w summary::-webkit-details-marker {
	display: none;
}

#projekte-f-btn-w summary p {
	display:inline-block;
    vertical-align: middle;
	margin: 0;
}

#projekte-f-btn-w summary:before {
	display:inline-block;
    vertical-align: middle;
	content: "＋";
	color: #000000;
    font-style: normal;
    font-weight: normal;
    font-size: 1.5rem;
	font-family: 'IBM Plex Sans', sans-serif;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: 100%;
	margin-right: 0.6rem;
	transform-origin: center;
	transition: 200ms linear;
} 

#projekte-f-btn-w[open] summary:before {
	transform: rotate(45deg);
	transform-origin: center center;
}

#projekte-f-btn-w summary:link {outline: none;}

#projekte-f-btn-w summary:visited {outline: none;}

#projekte-f-btn-w summary:focus {outline: none;}

#projekte-f-btn-w summary:hover {outline: none;}

.projekte-f {
	overflow: hidden;
	width: calc(100% - 2rem);
	margin: 0 1rem calc(4rem - 1.5vh - calc(30px + (40 - 30) * (100vw - 300px) / (1920 - 300))) 1rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.filterDiv {
	display: none;
	position: relative;
	text-align: justify;
    text-align-last: left;
	background-color: #ffffff;
	height: auto;
	width: 100%;
	margin-bottom: 4rem;
	flex-grow: 1;
	border-bottom: 2px solid #000000;
	opacity: 0;
	transform: translateY(30vh);
}

.filterDiv:last-child {
	margin-bottom: 0;
}

.filterDiv img {
	width: 100%;
	grid-column:1 / 3; 
	grid-row:1 / 1;
}


.filterDiv h2 {
	display: block;
	color: #000000;
	font-style:normal;
	font-weight:500;
	font-size: 1rem;
	font-family: 'IBM Plex Sans', sans-serif;
	letter-spacing: normal;
	text-align: left;
	text-indent: 0;
	margin: 1rem 0 0 0;
	padding: 0;
}

.filterDiv p {
	height: auto;
	color: #000000;
	font-style:normal;
	font-weight:normal;
	font-size: 1rem;
	font-family: 'IBM Plex Sans', sans-serif;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: 150%;
	text-align: left;
	margin: 1rem 0 1.5rem 0;
	padding: 0;
}

.filterDiv a {
	display: flex;
	align-items: flex-end;
	flex-grow: 1;
	color: #000000;
	font-style:normal;
	font-weight:normal;
	font-size: 1rem;
	font-family: 'IBM Plex Sans', sans-serif;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: 150%;
	text-align: left;
	margin: 1rem 0 1rem 0;
	padding: 0;
}

.filterDiv a:link {color: #000000;}

.filterDiv a:visited {color: #000000;}

.filterDiv a:focus {color: #000000;}

.filterDiv a:hover {color: #000000;}

.fd-v:link {
	color: #fa7000 !important;
	display: flex;
	align-items: center;
	position: absolute;
	right: 0;
	bottom: 0;}

.fd-v:visited {color: #fa7000 !important;}

.fd-v:focus {color: #fa7000 !important;}

.fd-v:hover {color: #fa7000 !important;}

.fd-v img {
    object-fit: contain;
    height: 1rem;
    width: auto;
    margin-left: 0.4rem;
}

.show {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.visible {
	opacity: 0;
	animation: visible 1s cubic-bezier(.35,1,.53,.99);
	animation-delay: 0.2s;
	animation-fill-mode: forwards;
}

@keyframes visible {
	0%    {opacity: 0; transform: translateY(30vh);}
	60%    {opacity: 1;}
	100%  {opacity: 1; transform: translateY(0);}
}

.filterDiv-wrapper {
	display: grid;
	grid-template-rows: auto; 
	grid-template-columns: 1fr 1fr;
	align-items: center;
	vertical-align: middle;
	width: 100%;
	height: auto;
}

.f-s-b-l {
	grid-column:1 / 1; 
	grid-row:1 / 1;
	justify-self: start;
	width: calc(30px + (40 - 30) * (100vw - 300px) / (1920 - 300));
	height: auto;
	margin-left: 1rem;
	cursor:pointer;
	color: #ffffff;
	transform: rotate(-90deg)
}

.f-s-b-r {
	grid-column:2 / 2;
	grid-row:1 / 1;
	justify-self: end;
	width: calc(30px + (40 - 30) * (100vw - 300px) / (1920 - 300));
	height: auto;
	margin-right: 1rem;
	cursor:pointer;
	transform: rotate(90deg)
}

.f-info {
	display: block;
	text-align: left;
	margin: 0.5rem 0 0 0;
	padding: 0;
}

.f-info p {
	color: #000000;
	font-style:normal;
	font-weight:normal;
	font-size: 0.7rem;
	font-family: 'IBM Plex Sans', sans-serif;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: 150%;
	text-align: left;
	margin: 0;
	padding: 0;
}

#button-wrapper {
	display: none;
	justify-content: center;
	align-items: center;
	position: sticky;
	position: -webkit-sticky;
 	position: -moz-sticky;
 	position: -ms-sticky;
 	position: -o-sticky;
	bottom: 2.5rem;
	width: 100%;
	height: calc(30px + (40 - 30) * (100vw - 300px) / (1920 - 300));
	padding: 0;
	margin: 0 0 1rem 0;
}

#p-b {
	height: 100%;
	width: calc(30px + (40 - 30) * (100vw - 300px) / (1920 - 300));
	padding: 0;
	margin: 0 !important;
	text-align: center;	
	z-index: 50;
	border: none;
	outline: none;
	background-image: url("02 Bilder/Icons/arrow-b.png");
	background-size: calc(30px + (40 - 30) * (100vw - 300px) / (1920 - 300)) auto;
	background-repeat: no-repeat;
	background-color: transparent;
	cursor: pointer;
	animation: p-b 0.5s ease;
	opacity: 0;
	animation-fill-mode: forwards;
}

.hasHover #p-b:hover {background-image: url("02 Bilder/Icons/arrow-c.png");}

@keyframes p-b {
	0%    {opacity: 0;}
	100%  {opacity: 1;}
}

/*Immobilienmarktplatz*/

#i-t {
	display: grid; 
	grid-template-rows: auto auto;
    grid-template-columns: auto;
	-webkit-column-gap: 0;
	-moz-column-gap: 0;
    grid-column-gap: 0;
    align-items: start;
    justify-items: start;
	margin: 0 1rem 4rem 1rem;
	text-align: left;
}

#i-t-w h1 {
	text-align: left;
	margin: 0 0 1rem 0;
}

#i-t-l {
	grid-column: 1 / 1;
    grid-row: 1 / 1;
}

#i-t-l p:first-child {
	margin-top: 0;
}

#i-t-r {
	width: 100%;
	height: auto;
	margin-top: 3rem;
	grid-column: 1 / 1;
    grid-row: 2 / 2;
	display: grid;
	grid-template-rows: auto auto;
    grid-template-columns: 100%;
	-webkit-row-gap: 2rem;
	-moz-row-gap: 2rem;
    grid-row-gap: 2rem;
    align-items: start;
}

#i-t-r h3 {
	margin-bottom: 0;
	font-size: 1rem;
}

#i-t-r a:link {
	color: #000000;
	font-style: normal;
	font-weight: normal;
	font-size: 1rem;
	font-family: 'IBM Plex Sans', sans-serif;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: 200%;
}

#i-t-r a:visited {color: #000000;}

#i-t-r a:focus {color: #000000;}

#i-t-r a:hover {color: #fa7000;}

#i-t-r p {
	margin: 0 !important;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	font-size: 1rem;
	font-family: 'IBM Plex Sans', sans-serif;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: 200%;
}

#i-t-r ul {
	list-style: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	font-size: 1rem;
	font-family: 'IBM Plex Sans', sans-serif;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: 200%;
}

#i-t-r li {
	border-bottom: 2px solid #000000;
}

#i-p-w {
	overflow: hidden;
	padding-top: 0.5rem;
}

.i-p {
	opacity: 0;
	display: grid; 
	grid-template-rows: auto auto;
    grid-template-columns: auto;
	-webkit-row-gap: 1rem;
	-moz-row-gap: 1rem;
    grid-row-gap: 1rem;
    align-items: start;
	margin: 0 1rem 0 1rem;
	padding-bottom: 4rem;
	text-align: left;
}

.i-p-1 {
	line-height: 0;
	grid-column: 1 / 1;
    grid-row: 1 / 1;
}

.i-p-1 img {
	width: 100%;
}

.i-p-2 {
	grid-column: 1 / 1;
    grid-row: 2 / 2;
 	display: grid; 
	grid-template-rows: auto auto 1fr auto;
    grid-template-columns: auto;
    align-items: start;
    border-bottom: 2px solid #000000;
}

.i-p-2 h2 {
	grid-column: 1 / 1;
    grid-row: 1 / 1;
    display: block;
    color: #000000;
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    font-family: 'IBM Plex Sans', sans-serif;
    letter-spacing: normal;
    text-align: left;
    text-indent: 0;
    margin: 0;
    padding: 0 0 0.5rem 0;
}

.i-p-2 p {
	grid-column: 1 / 1;
    grid-row: 2 / 2;
    display: block;
    margin: 0;
    padding: 0 0 1rem 0;
    border-bottom: 1px dashed #66625d;
}

.i-p-2 table {
	grid-column: 1 / 1;
    grid-row: 3 / 3;
    width: 100%;
	margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    border-collapse: collapse;
    -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
}

.th-1 {
	width: 30% !important;	
	min-width: 7rem !important;	
	padding: 0.5rem 0.5rem 0.5rem 0 !important;
	color: #66625d !important;
}

.i-p-2 table th {
	padding: 0.5rem 0 0.5rem 0;
    color: #000000;
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    font-family: 'IBM Plex Sans', sans-serif;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: 150%;
    vertical-align: top;
}

.i-p-2 a {
	grid-column: 1 / 1;
    grid-row: 4 / 4;
    display: flex;
    padding: 1rem 0 1rem 0;
    font-weight: 500;
    align-items: center;
	vertical-align: top;
    border-top: 1px dashed #66625d;
}

.i-p-2 a img{
	object-fit: contain;
	height: 1rem;
	width: auto;
	margin-left: 0.4rem;
}

.i-p-2 a:hover {color: #fa7000;}

/*Immobilienmarktplatz Objekte*/

.o-b {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	top: 6.4rem;
	width: 100%;
	max-height: calc(100vh - 14.5rem);
	overflow-y: hidden;
}

.o-b img {
    width: 100%;
}

.o-b h1 {
	width: auto;
	height: auto;
	margin: 0;
	position: absolute;
    left: 1rem;
    bottom: 1rem;
    color: #ffffff;
    text-shadow: 1px 1px 5px #66625d;	
    font-style: normal;
    font-weight: 500;
    font-size: 1.2rem;
    font-family: 'IBM Plex Sans', sans-serif;
    letter-spacing: normal;
    text-align: left;
}

.o-b-b-l {
	width: calc(30px + (40 - 30) * (100vw - 300px) / (1920 - 300));
	height: auto;
	position: absolute;
    left: 1rem;
    bottom: calc(50% - ((30px + (40 - 30) * (100vw - 300px) / (1920 - 300))) / 2);
    cursor: pointer;
    transform: rotate(-90deg);
}

.o-b-b-r {
	width: calc(30px + (40 - 30) * (100vw - 300px) / (1920 - 300));
	height: auto;
	position: absolute;
    right: 1rem;
    bottom: calc(50% - ((30px + (40 - 30) * (100vw - 300px) / (1920 - 300))) / 2);
    cursor: pointer;
    transform: rotate(90deg);
}

.o-b-l a:link {
	width: calc(30px + (40 - 30) * (100vw - 300px) / (1920 - 300));
	height: calc(30px + (40 - 30) * (100vw - 300px) / (1920 - 300));
	background-image: none;
	background-size: calc(30px + (40 - 30) * (100vw - 300px) / (1920 - 300)) auto;
	background-repeat: no-repeat;
	position: absolute;
    left: calc(50% - ((30px + (40 - 30) * (100vw - 300px) / (1920 - 300))) / 2);
    bottom: 3vh;
    cursor: pointer;
    transform: rotate(180deg);
}

.o-d-w {
	margin: 4.5rem 1rem calc(4rem - 1.5vh - calc(30px + (40 - 30) * (100vw - 300px) / (1920 - 300))) 1rem;
	display: flex;
	flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
	text-align: left;
}

.o-d-w h3 {
    display: block;
    color: #000000;
    font-style: normal;
    font-weight: 500;
    font-size: 1.2rem;
    font-family: 'IBM Plex Sans', sans-serif;
    letter-spacing: normal;
    text-align: left;
    text-indent: 0;
    margin: 0;
    padding: 0 0 0.5rem 0;
}

.o-d-w p {
    display: block;
    margin: 0;
    padding: 0;
}

.o-d-w table {
    width: 100%;
	margin-top: 0;
    margin-bottom: 0;
    border-collapse: collapse;
}

.o-d-w table th {
	padding: 0.5rem 0 0.5rem 0;
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    font-family: 'IBM Plex Sans', sans-serif;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: 150%;
    vertical-align: top;
    -moz-hyphens: auto;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
    hyphens: auto;
}

.th-2 {
	width: 45%;
	max-width: 45%;
	padding-right: 1rem !important;
	color: #66625d;
}

.th-3 {
	display: flex;
    align-items: center;
}

.o-d-w table tr {
	border-bottom: 2px solid #000000;
}

.o-d-w table img {
	width: 1rem;
	height: auto;
	margin-right: 0.5rem;
}

.o-d-1 {
	width: 100%;
	padding: 0 0 4.5rem 0;
}

.o-d-1 h2 {
	display: none;
}

.o-d-2 {
	width: 100%;
	padding: 0 0 4.5rem 0;
}

.o-d-3 {
	width: 100%;
	padding: 0 0 2rem 0;
}

.o-d-3 p {
	margin-bottom: 1rem;
}

.o-d-4 {
	width: 100%;
	height: 50vh;
	padding: 0 0 0 0;
	margin-bottom: 4.5rem;
	background-color: #fcf8f3;
}

.o-d-5 {
	width: 100%;
	padding: 0 0 4.5rem 0;
}

.o-d-5 img {
	height: 0.9rem;
	width: auto;
	padding-right: 0.5rem;
}

.o-d-5 a {
	display: block;
	border-bottom: 2px solid #000000;
	padding: 0.5rem 0 0.5rem 0;
}

.o-d-5 a:link {color: #fa7000;}

.o-d-5 a:visited {color: #fa7000;}

.o-d-5 a:focus {color: #fa7000;}

.o-d-5 a:hover {color: #fa7000;}

.o-d-6 {
	width: 100%;
}

.o-d-6-1 {
	margin-bottom: 1.2rem !important;
}

.o-d-6 a:link {color: #000000;}

.o-d-6 a:visited {color: #000000;}

.o-d-6 a:focus {color: #000000;}

.o-d-6 a:hover {color: #000000;}

.map {
	width: 100%;
	height: 100%;
    -webkit-filter: grayscale(1) sepia(0.05);
    filter: grayscale(1) sepia(0.05);
}

.id-anchor-i {
    display: block;
    position: relative;
    top: -14.5em;
    visibility: hidden;
}

/*Büro*/

#b-t {
	display: grid; 
	grid-template-rows: auto auto auto;
    grid-template-columns: 1fr auto;
	-webkit-column-gap: 0;
	-moz-column-gap: 0;
    grid-column-gap: 0;
    align-items: start;
    justify-items: start;
	margin: 0 1rem 1rem 1rem;
	text-align: left;
}

#b-t h1 {
	grid-column: 1 / 1;
    grid-row: 1 / 1;
}

#b-t-l {
	grid-column: 1 / 1;
    grid-row: 2 / 2;
}

#b-t-r {
	width: 100%;
	line-height: 0;
	grid-column: 1 / 1;
    grid-row: 3 / 3;
}

#b-t-l p {
	margin-top: 0 !important;
	margin-bottom: 2rem !important;
}

#b-t img {
    width: 100%;
    height: 40vh;
	min-height: 18rem;
	max-height: 30rem;
    object-fit: cover;
    object-position: center;
}

#b-wrapper {
	width: calc(100% - 2rem);
	padding: 0 1rem 4rem 1rem;
}

.b-d {
	width: 100%;
	padding: 1rem 0 1rem 0;
	text-align: left;
	border-bottom: 2px solid #000000;
	overflow: hidden;
}

.b-d[open] {
	animation: open 1.5s ease;
}

@keyframes open {
  0%    {opacity: 1; max-height: 3rem;}
  100%  {opacity: 1; max-height: 100%;}
}

.b-d[open] summary ~ * {
	animation: open-d 0.2s ease;
	animation-delay: 200ms;
	opacity: 0;
	animation-fill-mode: forwards;
}

@keyframes open-d {
  0%    {opacity: 0;}
  100%  {opacity: 1;}
}

.b-d summary {
 	list-style: none;
	color: #000000;
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    font-family: 'IBM Plex Sans', sans-serif;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: 100%;
	cursor: pointer;
}

.b-d summary h2 {
	display:inline-block;
    vertical-align: middle;
	margin: 0;
	color: #000000;
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    font-family: 'IBM Plex Sans', sans-serif;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: 160%;
}

.b-d summary::-webkit-details-marker {
	display: none;
}

.b-d summary:before {
	display:inline-block;
    vertical-align: middle;
	content: "＋";
	color: #000000;
    font-style: normal;
    font-weight: normal;
    font-size: 1.5rem;
    font-family: 'IBM Plex Sans', sans-serif;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: 100%;
	margin-right: 0.6rem;
	transform-origin: center;
	transition: 200ms linear;
}

.b-d[open] summary:before {
	transform: rotate(45deg);
}

.b-d summary:link {outline: none;}

.b-d summary:visited {outline: none;}

.b-d summary:focus {outline: none;}

.b-d summary:hover {outline: none;}

#b-d {
	height: auto;
	padding: 0;
	margin: 2.5rem 0 0 0;
}

#b-d h2 {
	text-align: left;
}

#b-d-l {
	list-style-type: none;
	text-align: left;
	padding: 0;
	margin: 0;
}

#b-d-b {
	display: none;
	align-items: center;
	font-weight: 500;
	margin-top: 1.2rem;
}

#b-d-b img {
width: 1rem;
height: auto;
margin-right: 0.5rem;
}

#b-d-b:link {color: #fa7000;}

#b-d-b:visited {color: #fa7000;}

#b-d-b:hover {color: #fa7000;}

#b-d-b:focus {color: #fa7000;}

#map-b {
	display: flex;
	align-items: center;
	font-weight: 500;
	margin-bottom: 1rem;
}

#map-b img {
width: 1rem;
height: auto;
margin-right: 0.5rem;
}

#map-b:link {color: #fa7000;}

#map--b:visited {color: #fa7000;}

#map-b:hover {color: #fa7000;}

#map-b:focus {color: #fa7000;}

#b-d-l h3 {
	margin: 0;
	color: #000000;
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    font-family: 'IBM Plex Sans', sans-serif;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: 160%;
}

#b-d-l p {
	margin: 0 0 1.2rem 0;
	color: #000000;
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    font-family: 'IBM Plex Sans', sans-serif;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: 160%;
}

#b-d-l li {
	color: #000000;
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    font-family: 'IBM Plex Sans', sans-serif;
    text-decoration: none;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: 160%;
}

#b-d-l li a:link {color: #000000;}

#b-d-l li a:visited {color: #000000;}

#b-d-l li a:hover {color: #000000;}

#b-d-l li a:focus {color: #000000;}

#b-f {
	display: none;
	padding: 0;
	margin: 2.5rem 0 0 0;
}

#b-f h2 {
	text-align: left;
}

.feld {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
}

.feld input {
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
	border: 2.5px solid #000000;
	border-radius:0;
	width: 100%;
	height: auto;
	padding: 0.4rem;
	margin-bottom: 1rem;
	vertical-align: middle;
	color: #000000;
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    font-family: 'IBM Plex Sans', sans-serif;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: 100%;
}

.feld input:focus {
    outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

#textarea {
	width: 100%;
	height: 12rem;
	margin: 0 0 2rem 0;
}

#nachricht {
	width: calc(100% - 0.8rem - 5px);
	height: calc(100% - 0.8rem - 5px);
	padding:0.4rem;
	border: 2.5px solid;
	border-color: #000000;
	border-radius:0;
	vertical-align: middle;
	color: #000000;
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    font-family: 'IBM Plex Sans', sans-serif;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: 160%;
	resize: none;
}

#nachricht:focus {
    outline: none;
}

::placeholder {
	color: #d4c5b5;
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    font-family: 'IBM Plex Sans', sans-serif;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: 160%;
}

.feld button {
	width: 48%;
	height: 3rem;
	padding: 0;
	border: 0px solid;
	vertical-align: middle;
	text-decoration: none;
	color: #ffffff;
    font-style: normal;
    font-weight: 500;
    font-size: 1.1rem;
    font-family: 'IBM Plex Sans', sans-serif;
	background-color: #000000;
	cursor: pointer;
}

.feld button:hover {
	background-color: #fa7000;
    outline: none;
}

.feld button:focus {
    outline: none;
}

#map {
	-webkit-filter: grayscale(1) /* sepia(0.15) */;
	filter: grayscale(1) /* sepia(0.15) */;
	width: 100%;
	height: calc(100vw - 2rem);
	max-height: 50vh;
	padding: 0;
	margin: 2.5rem 0 1rem 0;
}

#team {
	display: grid;
	grid-template-rows: auto;
  	grid-template-columns: 100%;
  	grid-auto-flow: row;
	grid-row-gap: 1rem;
	width: 100%;
	margin: 2.5rem 0 1rem 0;
}

#team h2 {	
	width: 100%;
	color: #000000;
    font-style: normal;
    font-weight: 500;
    font-size: 1.8rem;
    font-family: 'IBM Plex Sans', sans-serif;
    letter-spacing: normal;
    margin: 0 0 0.8rem 0;
    line-height: 130%;
}

.team-m {
	width: 100%;
	background-color: #fcf8f3;
}

.team-m h3 {
	display: block;
	color: #000000;
	font-style: normal;
	font-weight: 500;
	font-size: 1rem;
	font-family: 'IBM Plex Sans', sans-serif;
	letter-spacing: normal;
	text-align: left;
	margin: 1rem 0 0 0;
	padding: 0 1rem 0 1rem;
}

.team-m p {
	display: block;
	list-style: none;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	font-size: 1rem;
	font-family: 'IBM Plex Sans', sans-serif;
	letter-spacing: normal;
	text-align: left;
	margin: 0 0 1.5rem 0;
	padding: 0 1rem 0 1rem;
}

.team-m-i {
	padding: 0.5rem 0 1rem 0;
}

.team-m-i p {
	margin: 0;
	padding: 0 1rem 0 1rem !important;
}

.team-m ul {
	margin: 0;
	padding: 0 1rem 0.5rem 1rem;
}

.team-m li {
	display: block;
	list-style: none;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	font-size: 1rem;
	font-family: 'IBM Plex Sans', sans-serif;
	letter-spacing: normal;
	text-align: left;
	padding: 0.5rem 0 0.5rem 0;
}

.team-m a {
	color: #000000;
	font-style: normal;
	font-weight: normal;
	font-size: 1rem;
	font-family: 'IBM Plex Sans', sans-serif;
	letter-spacing: normal;
	text-align: left;
}

.team-m a:link {color: #fa7000;}

.team-m a:visited {color: #000000;}

.team-m a:focus {color: #fa7000;}

.team-m a:hover {color: #fa7000;}

.team-m img {
    width: 100%;
/* 	-webkit-filter: grayscale(1) sepia(0.15);
	filter: grayscale(1) sepia(0.15); */
    height: 35vh;
	min-height: 18rem;
	max-height: 20rem;
    object-fit: cover;
    object-position: top left;
}

.team-m-f {
	-webkit-filter: none !important;
	filter: none !important;
}

#b-d-wrapper {
	width: 100%;
    margin: 2.5rem 0 0 0;
}

.b-d-d {
	width: calc(100% - 2rem);
	background-color: #fcf8f3;
    margin-bottom: 1rem;
	padding: 1rem;
}

.b-d-d h3 {
	display: block;
	margin: 0 0 0.5rem 0;
	color: #000000;
	font-style:normal;
	font-weight:500;
	font-size: 1.2rem;
	font-family: 'IBM Plex Sans', sans-serif;
	letter-spacing: normal;
	text-align: left;
}

.b-d-d h4 {
	display: block;
	margin: 2.5rem 0 1rem 0;
	color: #000000;
	font-style:normal;
	font-weight:500;
	font-size: 1rem;
	font-family: 'IBM Plex Sans', sans-serif;
	letter-spacing: normal;
	text-align: left;
}


.b-d-d p {
    color: #000000;
	margin: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    font-family: 'IBM Plex Sans', sans-serif;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: 160%;
}

.b-d-d ul {
	margin: 0;
	padding: 0 0.5rem 0.5rem 0.5rem;
}

.b-d-d li {
	display: block;
	list-style: none;
	color: #000000;
	font-style: normal;
	font-weight: 500;
	font-size: 1rem;
	font-family: 'IBM Plex Sans', sans-serif;
	letter-spacing: normal;
	text-align: left;
	padding: 0.5rem 0 0.5rem 0;
}

.b-d-d a {
	color: #000000;
	font-style: normal;
	font-weight: 500;
	font-size: 1rem;
	font-family: 'IBM Plex Sans', sans-serif;
	letter-spacing: normal;
	text-align: left;
}

.b-d-d a:link {color: #fa7000;}

.b-d-d a:visited {color: #fa7000;}

.b-d-d a:focus {color: #fa7000;}

.b-d-d a:hover {color: #fa7000;}

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

.b-d-d-d a:link {color: #000000; font-weight: normal;}

.b-d-d-d a:visited {color: #000000; font-weight: normal;}

.b-d-d-d a:focus {color: #000000; font-weight: normal;}

.b-d-d-d a:hover {color: #000000; font-weight: normal;}

.b-d-d-t {
	margin: 2rem 0 0 0;
}

.b-d-d-t h5 {
	display: block;
	margin: 0 0 0.2rem 0;
	color: #000000;
	font-style: normal;
	font-weight: 500;
	font-size: 1rem;
	font-family: 'IBM Plex Sans', sans-serif;
	letter-spacing: normal;
	text-align: left;
}

.b-d-d-t ul {
	list-style: none;
	padding: 0 0 0 0;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	font-size: 1rem;
	font-family: 'IBM Plex Sans', sans-serif;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: 200%;
}

.b-d-d-t li {
	list-style: none;
	padding: 0.3rem 0 0.3rem 0;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	font-size: 1rem;
	font-family: 'IBM Plex Sans', sans-serif;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: 160%;
	border-bottom: 2px solid #000000;
}

.b-d-d-t p {
	margin: 2rem 0 0 0;
}

/*Schnupperlehre & Lehrstelle*/

#l-wrapper {
	width: calc(100% - 2rem);
	padding: 0 1rem 2.5rem 1rem;
	text-align: left;
}

#l-wrapper h2 {
	color: #000000;
    font-style: normal;
    font-weight: 500;
    font-size: 1.2rem;
    font-family: 'IBM Plex Sans', sans-serif;
    letter-spacing: normal;
    margin: 0 0 1rem 0;
    line-height: 130%;
}

#l-t-1 {
	margin-bottom: 4.5rem;
}

#l-t-2 {
	margin-bottom: 4.5rem;
	max-width: 50rem;
}

#l-t-3 {
	margin-bottom: 4.5rem;
}

#l-k {
	margin-bottom: 0;
}

#l-k a {color: #000000;}

#l-k a:link {color: #000000;}

#l-k a:visited {color: #000000;}

#l-k a:focus {color: #000000;}

#l-k a:hover {color: #000000;}

#l-t-2 ul {
	list-style: none;
	padding: 0;
	color: #000000;
	font-style:normal;
	font-weight:normal;
	font-size: 1rem;
	font-family: 'IBM Plex Sans', sans-serif;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: 200%;
}

#l-t-2 li {
	border-bottom: 2px solid #000000;
}

/*Bauprozess*/

#bp-wrapper {
	width: calc(100% - 2rem);
	padding: 0 1rem 0 1rem;
	margin-bottom: calc(4rem - 1.5vh - calc(30px + (40 - 30) * (100vw - 300px) / (1920 - 300)));
	text-align: left;
}

#bp-w-o {
	overflow: hidden;
}

#bp-w-o h2 {
	font-size: 1.2rem;
}

#bp-t {
	margin-bottom: 4.5rem;
}

.bp-l {
	margin-bottom: 4.5rem;
	opacity: 0;
}

.bp-l ul {
	list-style: none;
	padding: 0;
	color: #000000;
	font-style:normal;
	font-weight:normal;
	font-size: 1rem;
	font-family: 'IBM Plex Sans', sans-serif;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: 200%;
}

.bp-l li {
	border-bottom: 2px solid #000000;
}

.bp-l-v {
	opacity: 0;
	animation: bp-l-v 0.8s cubic-bezier(.35,1,.53,.99);
	animation-delay: 0s;
	transform: translateY(30vh);
	animation-fill-mode: forwards;
}

@keyframes bp-l-v {
	0%    {opacity: 0; transform: translateY(30vh);}
	100%  {opacity: 1; transform: translateY(0);}
}

#bp-k {
	margin-bottom: 0;
}

#bp-k a {color: #000000;}

#bp-k a:link {color: #000000;}

#bp-k a:visited {color: #000000;}

#bp-k a:focus {color: #000000;}

#bp-k a:hover {color: #000000;}

#bp-k p {
	margin-bottom: 2rem;
}

#bp-k p:last-child {
	margin-bottom: 0;
}

#bp-k-t-img {
	width: 100%;
	margin-bottom: 2rem;
}

/*Impressum, Datenschutz*/


#id-wrapper {
	width: calc(100% - 2rem);
	padding: 0 1rem 2.5rem 1rem;
	text-align: left;
}

.id-w {
	width: 100%;
	margin-bottom: 4.5rem;
}
.id-w p {
	margin: 0;
}

.id-w h1, h2 {
	margin-bottom: 1rem;
}

.id-b {
	width: 100%;
	margin-bottom: 2.5rem;
}

.id-b h3 {
	font-size: 1rem;
}

.id-b-u {
	width: 100%;
	margin-bottom: 0.8rem;
}

.id-b-u h3 {
	font-size: 1rem;
}

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

.id-anchor {
    display: block;
    position: relative;
    top: -7.9em;
    visibility: hidden;
}

/*Footer*/

.footer-b {
	display: grid;
	grid-template-rows: 1.5rem 6rem; 
	grid-template-columns: auto 1fr;
	align-items: start;
	justify-items: start;
	background-color: #fcf8f3;
	margin: 0;
	padding: 2rem 4vw 2rem 4vw;
	flex: 1;
}

.footer-b p {
	grid-column:2 / 2; 
	grid-row:2 / 2;
	align-self: end;
	justify-self: end;
	color: #000000;
	font-style:normal;
	font-weight:500;
	font-size: 0.9rem;
	font-family: 'IBM Plex Sans', sans-serif;
	text-decoration: none;
	margin: 0;
	white-space: nowrap;
}

#footer-b-nav {
	display: flex;
	flex-direction: row;
    justify-content: left; 
    align-items: center;
    flex-wrap: wrap;
	width: 100%;
	text-align: left;
	grid-column:1 / 1;
	grid-row:1 / 1;
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer-b-nav li {
	margin-right:1.5rem;
}

#footer-b-nav li:last-child {
	margin-right: 0;
}

#footer-b-nav a {
	display: flex;
    justify-content: left; 
    align-items: center;
    height: 1.6rem;
	color: #000000;
	font-style:normal;
	font-weight:500;
	font-size: 1rem;
	font-family: 'IBM Plex Sans', sans-serif;
	text-decoration: none;
}

.hasHover #footer-b-nav a:hover {color: #fa7000;}


.b-nav-b {
	display: none;
	width: 1rem;
	height: 1.6rem;
	background-image: url("02 Bilder/Icons/instagram-b.png");
	background-size: auto 1rem;
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: center;
	cursor: pointer;
}

.hasHover .b-nav-b:hover {background-image: url("02 Bilder/Icons/instagram-c.png");}

#footer-b-info {
	grid-column:1 / 1; 
	grid-row:2 / 2;
	align-self: end;
}

#footer-b-info p {
	color: #000000;
	font-style:normal;
	font-weight:500;
	font-size: 0.9rem;
	font-family: 'IBM Plex Sans', sans-serif;
	text-decoration: none;
	text-align: left
}

#footer-b-info a {
	color: #000000;
	font-style:normal;
	font-weight:500;
	font-size: 0.9rem;
	font-family: 'IBM Plex Sans', sans-serif;
	text-decoration: none;
	text-align: left
}

#footer-b-info a:link {color: #000000;}

#footer-b-info a:visited {color: #000000;}

#footer-b-info a:focus {color: #000000;}

#footer-b-info a:hover {color: #000000;}

.footer-s {
	display: grid;
	grid-template-rows: 3rem 3rem; 
	grid-template-columns: 1fr;
	align-items: start;
	justify-items: start;
	background-color: #fcf8f3;
	margin: 0;
	padding: 2rem 1rem 2rem 1rem;
	flex: 1;
}

.footer-s p {
	grid-column:1 / 1; 
	grid-row:2 / 2;
	align-self: end;
	color: #000000;
	font-style:normal;
	font-weight:500;
	font-size: 0.75rem;
	font-family: 'IBM Plex Sans', sans-serif;
	text-decoration: none;
	margin: 0;
}

#footer-s-nav {
	display: flex;
	flex-direction: row;
    justify-content: left; 
    align-items: center;
    flex-wrap: wrap;
	width: 100%;
	text-align: left;
	grid-column:1 / 1;
	grid-row:1 / 1;
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer-s-nav li {
	margin-right:1.5rem;
}

#footer-s-nav li:last-child {
	margin-right: 0;
}

#footer-s-nav a {
	display: flex;
    justify-content: left; 
    align-items: center;
    height: 1.6rem;
	color: #000000;
	font-style:normal;
	font-weight:500;
	font-size: 1rem;
	font-family: 'IBM Plex Sans', sans-serif;
	text-decoration: none;
}

#footer-s-nav a:link {color: #000000;}

#footer-s-nav a:visited {color: #000000;}

#footer-s-nav a:focus {color: #fa7000;}

#footer-s-nav a:hover {color: #fa7000;}

.s-nav-b {
	display: none;
	width: 1rem;
	height: 1.6rem;
	background-image: url("02 Bilder/Icons/instagram-b.png");
	background-size: auto 1rem;
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: center;
	cursor: pointer;
	animation: p-b 0.5s ease;
	opacity: 0;
	animation-fill-mode: forwards;
}

.s-nav-b:hover {background-image: url("02 Bilder/Icons/instagram-c.png");}

#e-w {
	display: block;
	margin: 3rem 1rem 4rem 1rem;
	text-align: left;
}

#e-w h1{
	font-size: 1.8rem;
	margin-bottom: 2rem;
}

#e-w a:link {
	display: flex;
    padding: 1rem 0 0 0;
    color: #fa7000;
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    font-family: 'IBM Plex Sans', sans-serif;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: 160%;
    align-items: center;
    vertical-align: top;
}

#e-w a:visited {color: #fa7000;}

#e-w a:focus {color: #fa7000;}

#e-wa:hover {color: #fa7000;}

#e-w a img {
    object-fit: contain;
    height: 1rem;
    width: auto;
    margin-left: 0.4rem;
}