@font-face {
	font-family: 'roboto_regular';
	font-display: swap;
	src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
       url('../fonts/roboto-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font
}

@font-face {
	font-family: 'roboto_medium';
    font-display: swap;
    src: url('../fonts/roboto-medium-webfont.woff2') format('woff2'),
         url('../fonts/roboto-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: border-box;
	text-decoration: none;
}

html,
body {
	font-size: 100%;
	min-height: 100%;
	margin: 0;
}

body {
	background-color: rgba(227, 237, 243, 1);
}

.invert {
	filter: invert(100%);
}

p,
ul,
div,
address {
	font-family: 'roboto_regular', Arial, sans-serif;
	line-height: 1.6;
}

a {
	color: rgba(80,80,80,1);
}

button {
	font-family: 'roboto_medium', Arial, sans-serif;
	border: none;
	border-radius: 0px;
	transition: 0.5s;
	cursor: pointer;
	background-color: rgba(255, 255 ,255 ,0);
}

header {
	position: fixed;
	width: 100%;
	top: -53px;
	background-color: rgba(255,255,255,1);
	z-index: 50;
	transition: top 0.3s;
}

header.barsichtbar {
	top: 0px;
}

header .container {
	display: flex;
	justify-content: space-between;
}

.barrierefreiheit {
	width: 100%;
	height: 96px;
	background-color: rgba(16, 45, 62, 1);
	color: rgba(255, 255, 255, 1);
}

.barrierefreiheit a {
	color: rgba(255, 255, 255, 1);
}

.access_container {
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 1);
}

.barrierefreiheit ul {
	position: relative;
	margin-left: 10px;
}

.barrierefreiheit li {
	position: absolute;
	height: 0;
	overflow: hidden;
}


header div nav ul .sichtbarlink {
	height: auto;
}

.barrierefreiheit nav ul li ::before {
	content: "Schnellnavigation: ";
}

#schnellnavigation {
	min-width: 320px;
	max-width: 450px;
}

#access_button {
	position: relative;
	bottom: 0px;
	left: 280px;
	padding-top: 0;
	padding-bottom: 5px;
}

#access_button div {
	top: 0px;
	width: 30px;
	height: 30px;
	background-color: rgba(16, 45, 62, 1);
	color: rgba(255, 255, 255, 1);
}

#in, #out {
	position: relative;
	top: 4px;
	font-size: 1.5rem;
	background-color: rgba(16, 45, 62, 1);
	color: rgba(255, 255, 255, 1);
}



#inverter {
	position: relative;
	top: 8px;
	line-height: normal;
	margin: 0px 10px 4px 10px;
	padding: 10px 0;
	min-width: 215px;
	max-width: 260px;
}

#inverter button {
	position: relative;
	top: -6px;
	height: 30px;
	width: 30px;
	font-size: 1px;
	overflow: hidden;
	color: rgba(255, 255, 255, 0);
}


#colour_invert {
	background-image: url("../img/icons/invert_layout.svg");
	background-size: contain;
}

#picture_invert {
	background-image: url("../img/icons/invert_bild.svg");
	background-size: contain;
}

#font_size {
	position: relative;
	top: 10px;
	min-width: 220px;
	max-width: 280px;
	margin: 0 10px 0 0;
}

.scroll {
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	transition: 0.5s;
}

.nav_placeholder {
	background-color: rgba(255,255,255,1);
	width: 100%;
	height: 150px;
}

.logo {
	min-width: 215px;
	margin-top: auto;
	margin-bottom: auto;
}

.logo img {
	width: 100%;
	height: auto;
	transition: 0.5s;
}

.scroll .logo img {
	width: 70%;
	transition: 0.5s;
}

header nav ul {
	font-family: 'roboto_medium', Arial, sans-serif;
	list-style: none;
	padding: 0;
}

header #hauptnavigation ul a {
	text-transform: uppercase;
	color: rgba(0,0,0,1);
}

main {
	margin-top: 23px;
}

main a:hover, footer a:hover, main a:focus, footer a:focus,.activeserv,.bold {
	font-family: 'roboto_medium', Arial, sans-serif;
}

.h1_zusatzseiten {
	position: static;
	background-color: rgba(16, 45, 62, 1);
	color: rgba(255,255,255,1);
	font-size: 1.5625rem;
	width: 100%;
	padding: 10px 40px;
	margin: 0;
}

.h2_zusatzseiten {
	background-color: rgba(255,255,255,0);
	color: rgba(0,0,0,1);
	padding: 0px 40px;
}

.brrf_browser_list_1 {
    display: block;
}

.brrf_browser_list {
    display: grid;
    width: 250px;
    grid-template-columns: 1fr 1fr;
}

.klicker:focus {
	outline: none;
}

.slider_bg, .banner_bg {
	background-color: rgba(16, 45, 62, 1);
}

.slide, .banner {
	line-height: 0;
}

.slick-slide div {
	line-height: 0;
}

.banner img {
	width: auto;
	height: 100%;
}

.banner picture {
	overflow: hidden;
}

.slide img {
	width: 100%;
	height: auto;
}

.slick-prev {
	z-index: 20;
}

.home .slick-prev:before {
	color: rgba(227, 237, 243, 1)
}

.home .slick-prev {
	left: 10px;
	transition: 0.5s;
}

.home .slick-prev:hover, .home .slick-prev:focus {
	left: 5px;
	transition: 0.5s;
	padding-right: 5px;
}

.home .slick-next {
	right: 10px;
	transition: 0.5s;
}

.home .slick-next:hover, .home .slick-next:focus {
	right: 5px;
	transition: 0.5s;
	padding-left: 5px;
}

.rundgang figure {
	margin: 0;
}

.rundgang .slick-prev, .rundgang .slick-next {
	height: 50px;
	width: 50px;
}

.rundgang .slick-next {
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 1) 90%);
	right: 40px;
	transition: 0.5s;
}

.rundgang .slick-next:hover, .rundgang .slick-next:focus {
	background-color: rgba(255,255,255,1);
	right: 35px;
	transition: 0.5s;
	padding-left: 10px;
}

.rundgang .slick-prev {
	background-image: linear-gradient(to left, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 1) 100%);
	left: 40px;
	transition: 0.5s;
}

.rundgang .slick-prev:hover, .rundgang .slick-prev:focus {
	background-color: rgba(255,255,255,1);
	left: 35px;
	transition: 0.5s;
	padding-right: 10px;
}

.rundgang .slick-prev, .rundgang .slick-next {
	top: calc(50% - 54px);
}

.rundgang .slick-dots {
	position: relative;
	padding-bottom: 20px;
	background-color: rgba(16, 45, 62, 1);
}

.rundgang .slick-list {
background-color: rgba(16, 45, 62, 1);
}

.rundgang .slick-dots li button:before {
    color: rgb(255, 255, 255);
}

.rundgang .slick-dots li.slick-active button:before {
    color: rgb(56, 153, 185);
}

.disclaimer {
	background-color: rgba(250, 244, 215, 1)
}

.disclaimer > div {
	display: flex;
	justify-content: space-between;
}

.disclaimer div p, .disclaimer div div p {
	width: 80%;
	margin-right: 10px;
}

.disclaimer a {
	text-decoration: underline;
}

.disclaimer div img {
	width: 110px;
	height: 110px;
	margin: auto;
	margin-right: 0;
}

.content {
	background-color: rgba(255,255,255,1);
	background: linear-gradient(145deg, rgba(255,255,255,1) 50%, rgba(227, 237, 243, 1) 51%), rgba(255,255,255,1);
	background-position: right bottom, left top;
	background-size: 70px 50px, auto;
	background-repeat: no-repeat, no-repeat;
}

.content .divider {
	display: flex;
	flex-wrap: wrap;
}

.content p {
	max-width: 670px;
}

.content p:first-child {
	margin-top: 0;
}

.divider table {
	margin-right: 50px;
}

.team {
	padding: 0;
}

.team h2 {
	padding: 10px 40px 0 40px;
	background-color: rgba(16, 45, 62, 1);
	color: rgba(255,255,255,1);
}

.team h3 {
	margin-bottom: 0;
}

.team span {
	display: inline-block;
	position: relative;
	top: -25px;
	padding: 0 40px 10px 40px;
	background-color: rgba(16, 45, 62, 1);
	color: rgba(255,255,255,1);
	width: 100%;
}

.team > div {
	display: flex;
	padding: 20px 40px 40px 40px;
}

.team div img {
	margin: 0 50px auto 0;
	padding-bottom: 20px;
	flex-shrink: 0;
}

.team div div {
	flex-shrink: 1;
}

.team div div ul {
	padding-left: 15px;
}

.leistung {
	width: 170px;
	margin: 20px 20px 20px 0;
}

.leistung img {
	display: block;
	height: 50px;
	width: 50px;
	margin-bottom: 10px;
}

.formular {
	height: 35px;
}

.formular_row {
	display: flex;
	flex-direction: column;
	margin-bottom: 10px;
}

.ipt {
	width: 50%;
	height: 30px;
}

.formularknopf {
	font-size: 1rem;
	color: rgba(255,255,255,1);
	background-color: rgba(16, 45, 62, 1);
	margin-top: 7px;
	padding: 10px;
}

.formularknopf:hover, .formularknopf:focus {
	background-color: rgba(56, 153, 185,1);
	transition: 0.5s;
}

.formularknopf:active {
	box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.8);
	transition: 0.2s;
}

textarea {
	width: 100%;
	height: 200px;
}

textarea, .ipt {
	border: 1px solid grey;
	box-shadow: inset 1px 1px 2px grey;
	font-size: 1rem;
	padding: 5px;
	border-radius: 0px;
}

label.error, legend.error, p.error, input.error {
	color: rgb(255,0,0);
}

.slidercaption {
	background-color: rgba(16, 45, 62, 1);
	color: rgba(255,255,255,1);
	padding: 10px 20px;
	width: 100%;
}

.slidercaption > p {
	font-family: 'roboto_medium', Arial, sans-serif;
}

h1 {
	font-family: 'roboto_medium', Arial, sans-serif;
	position: absolute;
	color: rgba(255,255,255,1);
	font-size: 1.5625rem;
	width: 55%;
	padding-left: 70px;
	z-index: 15;
	margin-top: 20px;
}

h2, h3, h4 {
	font-family: 'roboto_medium', Arial, sans-serif;
	font-weight: 500;
	margin: 0 0 20px 0;
}

aside {
	flex-grow: 0;
}

address > div {
	display: flex;
	margin-bottom: 20px;
	font-style: normal;
}

address > div > div > span {
	display: block;
}

aside > section > div > address > div:first-child {
	font-family: 'roboto_medium', Arial, sans-serif;
	margin-bottom: 0;
}

address div img {
	height: 35px;
	margin-right: 10px;
	margin-bottom: auto;
	margin-top: auto;
}

address {
	font-style: normal;
}

td:first-child {
	vertical-align: top;
}

td:last-child {
	padding-bottom: 10px;
	padding-left: 15px;
}

.sticker {
	display: flex;
	justify-content: flex-end;
	height: 50px;
	background-color: rgba(16, 45, 62, 1);
	background-image: linear-gradient(180deg, rgba(227, 237, 243, 1) 80%, rgba(16, 45, 62, 1) 80%);
}

.sticker > .schraeg {
	height: 50px;
	width: 70px;
	background-color: rgba(16, 45, 62, 1);
	background-image: linear-gradient(180deg, rgba(227, 237, 243, 0) 80%, rgba(16, 45, 62, 1) 80%), linear-gradient(145deg, rgba(227, 237, 243, 1) 49%, rgba(16, 45, 62, 1) 50%);
}

.sticker > .notfall {
	height: 50px;
	width: 33%;
	background-color: rgba(16, 45, 62, 1);
	font-size: 1.1875rem;
	font-family: 'roboto_medium', Arial, sans-serif;
	line-height: 2.5;
}

.notfall > a {
	color: rgba(255,255,255,1);
}

.notfall > a:hover {
	color: rgba(250, 244, 215, 1);
}

.notfallnummer {
	font-size: 1.25rem;
	font-family: 'roboto_medium', Arial, sans-serif;
}

footer {
	background-color: rgba(255, 255, 255, 1);
	padding-bottom: 20px;
}

footer > .container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 40px;
}

footer > .container > div, footer > .container > nav {
	display: flex;
	margin-right: 20px;
	flex-wrap: wrap;
}

footer > .container > nav {
	margin-right: 0px;
	justify-content: flex-end;
	flex-wrap: wrap;
}

footer .container div div span {
	display: block;
}

footer > div:nth-child(2) > span {
	font-size: 0.8125rem;
	font-family: 'roboto_medium', Arial, sans-serif;
	margin-top: 15px;
}

footer > .container > div > div, footer > .container > nav > ul {
	display: flex;
	font-size: 0.8125rem;
	min-width: 180px;
}

footer > .container > nav > ul {
	padding-left: 0;
	margin: 0;
	flex-wrap: wrap;
}

footer > .container > nav > ul > li {
	font-size: 0.8125rem;
	min-width: 150px;
	list-style: none;
}

footer > .container > nav > ul > li:last-child {
	min-width: 165px;
}

footer > .container > nav > ul > li:first-child::before {
	margin-right: 10px;
	margin-top: auto;
	margin-bottom: auto;
	background-image: url('../../assets/files/1021/ico_impressum.svg');
	background-size: 25px 25px;
	display: inline-block;
	width: 25px;
	height: 25px;
	content: "";
	position: relative;
	top: 8px;
}

footer > .container > nav > ul > li:nth-child(2)::before {
	margin-right: 10px;
	margin-top: auto;
	margin-bottom: auto;
	background-image: url('../../assets/files/1021/ico_barrierefrei.svg');
	background-size: 25px 25px;
	display: inline-block;
	width: 25px;
	height: 25px;
	content: "";
	position: relative;
	top: 8px;
}

footer > .container > nav > ul > li:last-child::before {
	margin-right: 10px;
	margin-top: auto;
	margin-bottom: auto;
	background-image: url('../../assets/files/1021/ico_datenschutz.svg');
	background-size: 25px 25px;
	display: inline-block;
	width: 25px;
	height: 25px;
	content: "";
	position: relative;
	top: 8px;
}

footer > .container > div > div > img {
	height: 25px;
	margin-right: 10px;
	margin-top: auto;
	margin-bottom: auto;
}

footer > div:last-child {
	font-size: 0.6875rem;
	margin-top: 15px;
}

@media screen and (max-width : 760px) {

	header {
		top: 0px;
		padding: 5px 0;
	}

	.logo {
		padding-left: 10px;
	}

	.scroll #hauptnavigation ul {
		top: 75px;
	}

	.nav_placeholder {
		height: 83px;
	}

	.logo img {
		margin-top: 5px;
		height: 75px;
		width: auto;
		transition: 0.5s
	}

	.scroll .logo img {
		height: 65px;
		width: auto;
		transition: 0.5s
	}

	.barrierefreiheit {
		display: none;
		position: fixed;
		bottom: 50px;
		left: -200px;
		transition: 0.5s;
	}

	.menu_mobile_active {
		overflow: hidden;
	}

	.menu_mobile_active .barrierefreiheit {
		z-index: 30;
		overflow: visible;
		left: 0px;
		transition: 0.5s;
	}

	#access_button {
		display: none;
	}

	header #hauptnavigation ul {
		position: absolute;
		text-align: center;
		background-color: rgba(255, 255, 255,1);
		width: 0;
		height: 2000px;
		overflow: hidden;
		transition: 1s;
		top: 83px;
		left: 0px;
		margin: 0px;
		z-index: 20;
	}

	header #hauptnavigation ul a {
		display: block;
		width: 100%;
		line-height: 40px;
		opacity: 0;
		transition: 0.5s;
	}

	.menu_mobile_active header #hauptnavigation ul a {
		opacity: 1;
		transition: 1.5s;
	}

	header #hauptnavigation ul li {
		border-color: rgba(56, 153, 185,1);
		border-width: 0 0 5px 5px;
		border-style: solid;
		margin: 20px 10px;
	}

	header #hauptnavigation ul a:hover,
  header #hauptnavigation ul a:focus {
		background-color: rgba(56, 153, 185,1);
		color: rgba(255, 255, 255,1);
	}

	.menu_mobile_active header #hauptnavigation ul {
		width: 100%;
		transition: 1s;
	}

	.klicker {
		width: 60px;
		height: 60px;
		padding: 0;
		position: absolute;
		top: 15px;
		right: 0px;
		background-color: rgb(255, 255, 255, 0);
		border: none;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		cursor: pointer;
	}

	.klicker span {
		display: block;
		position: absolute;
		height: 6px;
		width: 70%;
		background-color: rgba(16, 45, 62, 1);
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}

	.klicker span:nth-child(1) {
		top: 0px;
	}

	.klicker span:nth-child(2),
    .klicker span:nth-child(3) {
		top: 12px;
	}

	.klicker span:nth-child(4) {
		top: 24px;
	}

	.menu_mobile_active .klicker span:nth-child(1) {
		top: 12px;
		width: 0%;
		left: 50%;
	}

	.menu_mobile_active .klicker span:nth-child(2) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.menu_mobile_active .klicker span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.menu_mobile_active .klicker span:nth-child(4) {
		top: 12px;
		width: 0%;
		left: 50%;
	}

	main {
		margin-top: 15px;
	}

	section {
		background-color: rgba(255,255,255,1);
		margin: 20px 10px;
	}

	section > h2 {
		padding: 10px 20px 10px 20px;
		color: rgba(255,255,255,1);
		background-color: rgba(16, 45, 62, 1);
		margin: 0;
	}

	.disclaimer > h2 {
		background-color: rgba(53, 45, 24, 1);
	}

	.h1_zusatzseiten, .h2_zusatzseiten {
		padding: 0px 20px 0px 20px;
	}

	section > div {
		padding: 20px 20px 40px 20px;
	}

	.rundgang .slick-dotted.slick-slider {
		padding: 0;
    margin: 10px 20px 40px 20px;
}

	.notfallbox {
		padding: 25px 20px 55px 20px;
	}

	.rundgang .slick-prev {
		left: 20px;
	}

	.rundgang .slick-next {
		right: 20px;
	}

	.rundgang .slick-next:hover, .rundgang .slick-next:focus {
		right: 15px;
	}

	.rundgang .slick-prev:hover, .rundgang .slick-prev:focus {
		right: 15px;
	}

	.team > div {
		padding: 10px 20px 40px 20px;
	}

	.team div div {
		max-width: 100%;
	}

	aside {
		display: flex;
		flex-wrap: wrap;
	}

	aside section {
		width: calc(50% - 20px);
		min-width: 250px;
	}

	aside section:nth-child(2) {
		height: 320px;
	}

	.sticker > .notfall {
		width: 60%;
	}

	footer > .container {
		padding: 0 20px;
	}

	footer > .container > div > div, footer > .container > nav > ul > li {
		margin-bottom: 10px;
	}
}

@media screen and (max-width : 650px) {

	h1 {
		font-size: 1.25rem;
		width: 100%;
		margin-top: 110px;
		padding: 0 30px;
		background-color: rgba(16, 45, 62, 0.6);
	}

	.kontakt h1 {
		margin-top: 20px;
	}

	.banner picture {
		display: flex;
		justify-content: flex-end;
	}

	.home .slider {
		display: none;
	}

	h2 {
		font-size: 1.125rem;
	}

	h3 {
		font-size: 1.0625rem;
	}

	.banner img {
		position: relative;
		right: -50px;
		height: 200px;
		min-width: 847px;
	}

	.team div {
		flex-wrap: wrap;
	}

	.team div img {
		width: 225px;
	}
}

@media screen and (max-width : 600px) {

	.ipt {
		width: 100%;
	}
}

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

	.slide > img, .banner > picture > img {
		width: 100%;
		height: auto;
	}

	.home .banner {
		display: none;
	}
}

@media screen and (max-width : 510px) {

	aside section:nth-child(1), aside section:nth-child(2) {
		display: none;
	}

	p, td, .notfallbox {
		font-size: 0.9375rem;
	}
}

@media screen and (max-width : 435px) {

	.disclaimer > div {
		flex-wrap: wrap-reverse;
	}

	.disclaimer > div > img {
		margin: 0;
	}
}

@media screen and (max-width : 360px) {

	h1 {
		margin-top: 70px;
	}
}

@media screen and (max-width : 838px) {

	footer > .container > nav {
		justify-content: flex-start;
	}

	footer > .container > nav > div {
		justify-content: flex-start;
	}
}

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

	.logo {
		width: 350px;
		margin-left: 20px;
	}

	.logo img {
		width: 350px;
		transition: 0.5s;
	}

	header {
		justify-content: space-between;
	}

	noscript {
		display: none;
	}

	header nav {
		width: 60%;
	}

	header #hauptnavigation ul {
		display: flex;
		justify-content: flex-end;
		margin: 28px 0;
	}

	header #hauptnavigation ul li {
		margin-right: 20px;
		margin-left: 10px;
	}

	header #hauptnavigation ul a {
		border-width: 0 0 5px 5px;
		border-style: solid;
		padding-left: 7px;
		padding-bottom: 5px;
		margin-right: 5px;
		border-color: rgba(56, 153, 185,0);
		transition: border-color 0.5s;
	}

	header #hauptnavigation ul a:hover,
  header #hauptnavigation ul a:focus {
		border-color: rgba(56, 153, 185,1);
		transition: border-color 0.5s;
	}

	header #hauptnavigation ul .active a {
		border-color: rgb(56, 153, 185);
		border-width: 0 0 5px 5px;
		border-style: solid;
		padding-left: 7px;
	}

	header .hauptnavigation {
		position: relative;
		bottom: 15px;
	}

	.klicker {
		display: none;
	}

	aside {
		min-width: 300px;
		width: 21rem;
	}

	section {
		background-color: rgba(255,255,255,1);
		margin: 20px;
	}

	section > div {
		padding: 40px 40px 40px 40px;
	}

	.rundgang .slick-dotted.slick-slider {
		padding: 0;
		margin: 40px 40px 40px 40px;
}

	section > h2 {
		padding: 10px 40px 10px 40px;
		color: rgba(255,255,255,1);
		background-color: rgba(16, 45, 62, 1);
		margin: 0;
	}

	.content_zusatzseiten {
		padding-top: 20px;
	}

	.disclaimer > h2 {
		background-color: rgba(53, 45, 24, 1);
	}

	textarea {
		width: 75%;
	}
}

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

	header #hauptnavigation ul li {
		margin-left: 20px;
	}
}

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

	header #hauptnavigation ul li {
		margin-left: 40px;
	}

	h1 {
		margin-top: 50px;
	}

	main > .container {
		display: flex;
	}

	.maincontent {
		width: calc(100% - 21rem);
	}

	.team div {
		flex-wrap: wrap;
	}

	.formular_row {
		flex-direction: row;
	}

	.ipt {
		width: 40%;
	}

	.imp {
		margin: 0 30px 0 30px;
	}

	.first_column {
		width: 100px;
	}

	textarea {
		width: 500px;
	}
}

@media screen and (max-width: 980px) {

	#access_button {
		left: 220px;
	}
}

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

	.team div {
		flex-wrap: nowrap;
	}
}

@media screen and (max-width: 1120px) {

	footer > .container > div > ul {
		margin-top: 20px;
	}
}

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

	h1 {
		width: 40%;
	}

	.container {
		max-width: 1300px;
		margin: 0 auto;
	}

	header #hauptnavigation ul li {
		margin-left: 10%;
	}
}

@media screen and (min-width : 1300px) {
	#access_button {
		--widthA: calc(100% - 1300px);
		--widthB: calc(var(--widthA) / 2);
		--widthC: calc(var(--widthB) + 400px);
		left: var(--widthC);
	}
}
