/* commissioner-200 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Commissioner';
  font-style: normal;
  font-weight: 200;
  src: url('../../fonts/commissioner-v23-latin_latin-ext-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* commissioner-300 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Commissioner';
  font-style: normal;
  font-weight: 300;
  src: url('../../fonts/commissioner-v23-latin_latin-ext-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* commissioner-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Commissioner';
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/commissioner-v23-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* commissioner-500 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Commissioner';
  font-style: normal;
  font-weight: 500;
  src: url('../../fonts/commissioner-v23-latin_latin-ext-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* commissioner-600 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Commissioner';
  font-style: normal;
  font-weight: 600;
  src: url('../../fonts/commissioner-v23-latin_latin-ext-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

* { 
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box; 
	box-sizing:border-box; 
	margin:0; 
	padding:0; 
}


html {
	scroll-behavior: smooth;
}

body {
	background-color: #fff;
	color: black;
	font-family: 'Jost', sans-serif;
	font-size: 14px;
	margin: 0;
}

p {
	font-weight: 400;
	line-height: 24px;
}

a {
	text-decoration: none;
	transition: color 0.2s;
}

ul {
	color: black;
	list-style-type: square;
}

ul p {
	color: black;
	margin: 0 0 2px 0;
}

.clear {
	clear: both;
}

.inner {
	width: 100%;
	margin: 0 auto;
	padding-left: 0px;
	padding-right: 0px;
	box-sizing: border-box;
}

.inner.over {
	margin-top: 0px;
}

/* Header */

#header {
	padding: 5px 0px 5px 0px;
	position: sticky;
	top: 0px;
	z-index: 10;
	background-color: #FFF;
}

#header h1 {
	float: left;
	font-family: 'Commissioner';
    font-style: normal;
    font-weight: 200;
	text-transform: uppercase;
	font-size: 32px;
	line-height: 30px;
	color: black;
	padding-top: 0px;
	padding-bottom: 5px;
}

#header nav {
	float: right;
}

#main-menu {
	font-family: 'Commissioner';
    font-style: normal;
    font-weight: 300;
	color: #000;
	font-size: 20px;
	letter-spacing: inherit;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: 10px;
}

#main-menu li {
	display: inline-block;
	margin-left: 12px;
}

#main-menu a {
	font-family: 'Commissioner';
    font-style: normal;
    font-weight: 300; 
	color: #000;
	font-size: 20px;
	letter-spacing: inherit;
	text-transform: uppercase;
	text-decoration: none;
}

#main-menu a:hover {
	color: #000;
	border-bottom: 2px solid #000;
}
.active {
	color: #000;
	border-bottom: 2px solid #000;
}
.active {
	color: #333;
	border-bottom: 2px solid #333;
}
.square {
	border: 1px solid #e3e3e3;
}

#map-section {
	max-width: 100%;
}
#container-start {
	width: 90%;
	max-width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
/* Editor */
.editor-window {
	display: none;
	margin: 0 auto;
	width: 460px;
}

.editor-body {
	background: #272822;
	color: #cfcfc2;
	padding: 14px;
	font-size: 12px;
}

/* Map */
.map-container {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 0px;
	margin-top: 0px;
}

.mapplic-external {
	margin-top: 30px;
}


/* Footer */
#footer {
	font-family: 'Commissioner';
    font-style: normal;
    font-weight: 300;
	text-transform: uppercase;
	color: #000;
	width: 100%;
	margin-top: 20px;
	text-align: left;
	padding-bottom: 100px;
	font-size: 12px;
	float: left;
	}
#footer-img {
	font-family: 'Commissioner';
    font-style: normal;
    font-weight: 300;
	text-transform: uppercase;
	color: #aaa;
	width: 100%;
	margin-top: 80px;
	text-align: center;
	padding-bottom: 100px;
	font-size: 12px;
	float: left;
	}
a.footer:link, a.footer:visited, a.footer:active {
	text-decoration: none;
	color: #000;
	}
a.footer:hover {
	text-decoration: none;
	color: #999;
	}
a:link, a:visited, a:active {
	text-decoration: none;
	color: #999;
	}
a:hover {
	text-decoration: none;
	color: #000;
	}

.pfeil {
  border: solid #bebebe;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 10px;
}
.rechts {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.oben {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.links {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.unten {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/* Icons */

section {
	padding: 40px 0;
}

section .inner {
	padding-left: 0px;
	padding-right: 0px;
}

section.gray {
	background-color: #ddd;
	color: #fff;
	padding: 20px 0;
	transition: background-color 0.2s;
}

section.gray:hover {
	background-color: #ccc;
}
/*Responsive Styles*/
@media screen and (max-width : 1200px){
	.inner {
	width: 100%;
	margin: 0 auto;
	max-width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	box-sizing: border-box;
}
.map-container {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 0px;
	margin-top: 0px;
}
	}
/*Responsive Styles*/
@media screen and (max-width : 1024px){
	.inner {
	width: 100%;
	margin: 0 auto;
	max-width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	box-sizing: border-box;
}
	}

/* Responsivity */
@media all and (max-width: 667px) {
	#main-menu li {
		display: none;
	}

	#main-menu li:last-child {
		display: inline-block;
	}
}