﻿body,
header,
footer {
  font-family: Segoe UI, Verdana, sans-serif;
  margin: 0px;
  line-height: 1.5;
  font-size: 1em;
  height: 100%;
  width: 100%; }

html {
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
  overflow-x: hidden; }

main {
  display: block; }

@media (min-width: 50em) {
  main {
    display: flex;
    flex-flow: row wrap; } }

/* Link to Content for first <Tab> press */
#ContentLink {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100; }
  #ContentLink span {
    display: none;
    background-color: #000000;
    padding: 10px;
    color: white; }
  #ContentLink:focus span {
    display: block; }

.foreground-color {
  color: #337E33; }

.background-color {
  background-color: #337E33; }

.foreground-color-white {
  color: #ffffff; }

.foreground-color-white .svg-icon-fill {
  fill: #ffffff; }

.background-color-white {
  background-color: #ffffff; }

.foreground-color-black {
  color: #000000; }

.background-color-black {
  background-color: #000000; }

.margin0 {
  margin: 0px; }

.margin-auto {
  margin: auto; }

.margin-v-auto {
  margin-top: auto;
  margin-bottom: auto; }

.margin-r-l {
  margin-left: 10px;
  margin-right: 10px; }

.margin-right-10 {
  margin-right: 10px; }

.margin-left-10 {
  margin-left: 10px; }

.padding10 {
  padding: 10px; }

.margin-right-20 {
  margin-right: 20px; }

.margin-left-20 {
  margin-left: 20px; }

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

.margin-top-05 {
  margin-top: 5px; }

.margin-bottom-20 {
  margin-bottom: 20px; }

.margin-bottom-10 {
  margin-bottom: 10px; }

button {
  font-family: Segoe UI, Verdana, sans-serif;
  font-size: 1em;
  cursor: pointer; }

main {
  position: absolute;
  z-index: -1; }

.aside {
  flex: 1 1 100%; }
  @media (min-width: 50em) {
    .aside {
      margin-left: 0px;
      margin-right: 0px; } }
  @media (min-width: 70em) {
    .aside {
      flex: 1 1 15%; } }

.main-container {
  margin: 0; }
  @media (min-width: 50em) {
    .main-container {
      margin: 0 20px 0 0; } }

#content {
  flex: 4 1 0%;
  margin: 10px; }
  @media (min-width: 60em) {
    #content {
      margin: 20px; } }

.block {
  display: block; }

.overflow_hidden {
  overflow: hidden; }

.text_left {
  text-align: left; }

.text_center {
  text-align: center; }

.text_right {
  text-align: right; }

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal; }

h4,
p {
  font-size: 1em; }

.bold {
  font-weight: bold; }

.shorten-long-text {
  white-space: nowrap;
  overflow: hidden;
  max-width: 350px;
  text-overflow: ellipsis; }

.Headlineshorten-long-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: -5px 0 0 0; }

.LinkDiv {
  margin-bottom: 20px;
  background: #ffffff;
  box-shadow: 0 0 6px #707070; }

.VideoLinkDiv {
  margin-bottom: 10px;
  height: 69px; }
  .VideoLinkDiv:hover {
    opacity: 0.7; }

.VideoFocus:focus {
  outline: 2px dotted #337E33;
  outline-offset: 3px;
  display: block; }

.VideoFocus .LinkDiv {
  background: #337E33; }

.character-ellipsis {
  height: 67px;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; }

#CitySilhouett {
  display: none; }
  @media (min-width: 85em) {
    #CitySilhouett {
      display: block;
      max-width: 320px;
      margin-bottom: 10px; } }
  @media (min-width: 100em) {
    #CitySilhouett {
      max-width: 480px;
      width: 100%; } }

.Textshorten-long-text {
  white-space: nowrap;
  overflow: hidden;
  max-width: 180px;
  text-overflow: ellipsis;
  color: black;
  margin: 0; }
  @media (min-width: 100em) {
    .Textshorten-long-text {
      max-width: 180px; } }

.left {
  float: left;
  widows: 40%; }

.bottomleft {
  position: absolute;
  bottom: 8px;
  left: 16px; }

.wrapper {
  margin: 0 auto;
  overflow: auto;
  column-span: all; }

.container {
  max-width: 60em;
  margin: 0 auto;
  overflow: auto;
  position: relative; }

.mehrspaltig {
  width: 100%;
  column-count: 2;
  column-gap: 10px; }

.column {
  margin-top: 0px;
  margin-right: 0px;
  align-content: flex-start; }
  @media (min-width: 60em) {
    .column {
      margin-right: 30px; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  border: 0;
  clip: rect(0, 0, 0, 0); }

.button {
  font-size: 1em;
  border: none;
  color: white;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  padding: 0px; }
  .button:hover {
    opacity: 0.8; }
  .button:focus {
    outline: 2px dotted white;
    outline-offset: -3px; }

.button02 {
  font-size: 1em;
  border: none;
  color: white;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  padding: 10px 20px;
  text-align: center;
  min-width: 15em; }
  .button02:hover {
    opacity: 0.8; }
  .button02:focus {
    outline: 2px dotted white;
    outline-offset: -3px; }

.zurueck-button {
  border: none;
  color: #337E33;
  padding: 0px;
  text-decoration: none;
  margin: 5px 0px;
  cursor: pointer;
  background-color: white;
  display: inline-block; }
  .zurueck-button:hover {
    color: #337E33; }
  .zurueck-button:focus {
    outline: 2px dotted #337E33; }

.lnk-like-btn {
  border-radius: 0px;
  border: 2px solid #000000;
  padding: 6px 10px;
  font-size: 1rem;
  margin-bottom: 20px;
  background: #F0F0F0;
  display: inline-block; }

.lnk-like-btn:hover {
  background-color: #000;
  color: #fff; }

.flex {
  display: flex; }

.HeadlineElementsMargin {
  margin-bottom: 10px;
  margin-top: 0px; }

/* The container */
div label:last-of-type {
  margin-bottom: 0px; }

.ChecklistContainer {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .ChecklistContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }

.inlineBlock {
  display: inline-block; }

/* Hide the browser's default checkbox */
/* Create a custom checkbox */
.CheckMark, .icon {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  border: 2px solid #000000; }

.map-filter .CheckMark {
  right: 8px;
  top: 3px;
  left: auto; }

.filter-chkbx-text {
  margin: 0 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block; }

.map-filter .icon {
  border: 0;
  left: 5px;
  background-color: transparent;
  top: 5px; }

.map-filter .subitem {
  margin-left: 18px; }

div.map-filter label {
  padding: 3px 10px;
  margin-bottom: 5px; }

.margin_Bottom10 {
  margin-bottom: 10px; }

/* On mouse-over, add a grey background color */
.ChecklistContainer input:focus ~ .CheckMark {
  outline: 2px dotted #000000; }

.ChecklistContainer input:checked ~ .CheckMark {
  background-color: #000000; }

.ChecklistContainer:hover input ~ .CheckMark.mapFilterExpander {
  background-color: #fff; }

.ChecklistContainer input:checked ~ .CheckMark.mapFilterExpander {
  background-color: #000000; }

/* Create the checkmark/indicator (hidden when not checked) */
.CheckMark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.ChecklistContainer input:checked ~ .CheckMark:after {
  display: block; }

.ChecklistContainer .CheckMark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

/* Style the checkmark/indicator */
a {
  text-decoration: none;
  color: #000000; }

.link {
  text-decoration: underline;
  color: #000000; }

a:focus {
  outline: 2px dotted #337E33; }
  a:focus .divfocus {
    outline: 2px dotted #337E33; }

button:focus {
  outline: 2px dotted #337E33; }

header a:focus,
header input:focus,
header button:focus {
  outline: 2px dotted white; }

/*Inhaltsbereich*/
article {
  display: block;
  flex-flow: row wrap; }

#MainIntroductionText {
  flex: 1 1 0%; }
  @media (min-width: 50em) {
    #MainIntroductionText {
      margin-right: 60px; } }

#IndexContentItemDiv {
  flex: 2 1 0%;
  display: grid;
  column-gap: 20px;
  row-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(14em, 1fr)); }

.MainThemeSection1 {
  flex: 1 1 30%;
  margin-right: 20px;
  min-width: 280px; }

.MainThemeSection2,
#MainThemeSection3 {
  flex: 1 1 60%;
  min-width: 300px; }

@media (min-width: 80em) {
  .MainThemeSection2 {
    width: 100%;
    column-count: 2;
    column-gap: 10px; } }

#MainThemeSection4 {
  min-width: 300px;
  flex: 1 1 50%; }

@media (min-width: 40em) {
  #MainThemeSection4 {
    flex: 1 1 100%;
    width: 100%;
    column-count: 2;
    column-gap: 10px; } }

@media (min-width: 90em) {
  #MainThemeSection4 {
    flex: 1 1 66%;
    width: 100%;
    column-count: 2;
    column-gap: 10px; } }

#MainThemeSection5 {
  min-width: 300px;
  flex: 1 1 100%; }

@media (min-width: 30em) {
  #MainThemeSection5 {
    flex: 1 1 50%;
    width: 100%; } }

@media (min-width: 80em) {
  #MainThemeSection5 {
    flex: 1 1 60%; } }

#MainThemeSection6 {
  min-width: 300px;
  flex: 1 1 50%; }

@media (min-width: 40em) {
  #MainThemeSection6 {
    flex: 1 1 100%;
    width: 100%;
    column-count: 2;
    column-gap: 10px; } }

@media (min-width: 90em) {
  #MainThemeSection6 {
    flex: 1 1 66%;
    width: 100%;
    column-count: 2;
    column-gap: 10px;
    margin: 40px 0 20px 0; } }

.MainThemeSection7 {
  flex: 1 1 0%;
  min-width: 280px; }

@media (min-width: 60em) {
  .MainThemeSection7 {
    margin-right: 20px; } }

#MainThemeSection2 p,
.MainThemeSection1 p {
  margin-top: 0px; }

.IndexSectionIcon {
  color: white;
  margin: auto;
  padding: 0 20px;
  font-size: 3em; }

.IndexSectionIcon.margin0 {
  margin: 0; }

.IndexSectionHeadline {
  margin: 8px 20px 0 0;
  font-size: 1.5em;
  text-overflow: ellipsis;
  color: white; }

.IndexSectionHeadlineLeft {
  padding: 0 0 0 5px;
  margin: 0px;
  align-content: center;
  font-size: 1.5em;
  text-overflow: ellipsis;
  float: left;
  widows: 40%; }

#IndexSubNavigationDiscription {
  color: black;
  margin-top: 0px;
  margin-bottom: 20px;
  max-height: 70px;
  overflow: hidden;
  text-overflow: ellipsis; }

@media (min-width: 50em) {
  #IndexSubNavigationContainer {
    display: flex;
    width: 100%;
    align-items: flex-start; } }

.IndexSectionImageMain {
  margin-bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: aqua;
  vertical-align: bottom; }

#IndexSectionImage {
  margin-right: 10px;
  height: 230px; }

#HubSectionImage {
  margin-right: 10px;
  max-width: 450px;
  width: 100%; }

.IndexMainImage {
  width: 100%;
  height: auto; }

/* Copyright */
.ImageContainer {
  position: relative; }

.CopyrightContainer {
  position: absolute;
  opacity: 0.8;
  visibility: hidden;
  width: 100%;
  z-index: 10;
  background: black;
  bottom: 0px; }

.ImageContainer:hover .CopyrightContainer,
.ImageContainer:focus .CopyrightContainer {
  visibility: visible; }

#VideoImage:hover .CopyrightContainer,
#VideoImage:focus .CopyrightContainer {
  visibility: visible; }

.CopyrightText {
  color: white;
  margin: 10px; }

.CopyrightContainerSmall {
  position: absolute;
  visibility: visible;
  width: 100%;
  z-index: 10;
  bottom: 0px; }

.ImageContainer:hover .CopyrightContainerSmall,
.ImageContainer:focus .CopyrightContainerSmall {
  visibility: hidden; }

.CopyrightTextSymbol {
  font-weight: 600;
  color: white;
  margin: 10px;
  text-shadow: 0px 0px 10px black; }

/* BreadCrumbLine */
.BreadCrumbLink:focus span {
  outline: 2px dotted #337E33; }

.BussinessAdressLinks:focus p {
  outline: 2px dotted #337E33; }

/* Banner */
#BannerImage {
  width: 100%;
  height: auto;
  max-width: 25em;
  border: 1px solid #b8bac3;
  margin: 30px 0px; }

#BannerLink:focus {
  outline: none; }
  #BannerLink:focus #BannerImage {
    outline: 2px dotted #337E33; }

#ImageSliderDiv {
  background-color: #337E33;
  flex: 1 1 100%;
  box-shadow: 0 0 6px #707070; }
  @media (min-width: 50em) {
    #ImageSliderDiv {
      display: flex; } }

#IndexSliderImage {
  height: 200px;
  flex: 2.05 1 0%;
  background-size: cover; }
  @media (min-width: 85em) {
    #IndexSliderImage {
      height: 250px; } }

/*News*/
.News {
  border-bottom: 1px solid white;
  margin-bottom: 20px;
  margin-right: 10px; }

#NewsDiv {
  flex: 1 1 0%;
  height: auto;
  max-height: 200px;
  margin-left: 10px;
  overflow-y: auto; }
  #NewsDiv:focus {
    outline: 2px dotted white;
    outline-offset: -3px; }
  @media (min-width: 85em) {
    #NewsDiv {
      max-height: 250px; } }

.NewsHeadline {
  font-size: 1.5em;
  color: white;
  margin-bottom: 0;
  margin: 10px 0px 14px 0px; }

.detailHSCTsection {
  margin-right: 0px; }
  @media (min-width: 35em) {
    .detailHSCTsection {
      margin-right: 30px;
      flex: 1 1 35%; } }

.city-page-image {
  margin-right: 0px; }
  @media (min-width: 35em) {
    .city-page-image {
      margin-right: 30px; } }

.NewsDatum {
  color: white;
  flex: 1 1 35%;
  margin: 0px 0px 1px 0px;
  font-size: 1.125em; }
  @media (min-width: 85em) {
    .NewsDatum {
      flex: 1 1 20%; } }

.NewsText {
  color: white;
  flex: 1 1 65%;
  margin: 0px 0px 20px 0px; }
  @media (min-width: 85em) {
    .NewsText {
      flex: 1 1 80%; } }

#HeadlineIcon {
  margin: 0 10px 0 0;
  font-size: 1.5em; }
  @media (min-width: 50em) {
    #HeadlineIcon {
      font-size: 2.125em; } }

.HeadlineText {
  align-content: center;
  margin: 0px;
  font-size: 24px;
  clear: both; }

.VideoHeadlineText {
  align-content: center;
  margin: 0px;
  font-size: 1.5em; }

.VideoHeadlineTextLeft {
  align-content: center;
  margin: 0 10px 0 0;
  font-size: 1.5em;
  float: left; }

.HeadlineTextleft {
  align-content: center;
  margin: 0px 8px 0 0px;
  font-size: 24px;
  float: left; }

.FakeHubDocumentName {
  margin: 8px 0 0 0px; }

.FakeHubDocumentIcon {
  margin: 8px 0 0 0px;
  float: left; }

.FakeHubSection {
  flex: 0 1 50%; }

.fakeHubListItem {
  cursor: pointer;
  display: block; }

.fakeHubDownloadLink:hover {
  background: #dddddd; }

.fakeHubSectionDoc {
  flex: 1 1 40%; }

#documentsPreviewImage {
  display: none; }
  @media (min-width: 40em) {
    #documentsPreviewImage {
      display: block;
      width: 25em;
      height: auto;
      border: none; } }
  @media (min-width: 80em) {
    #documentsPreviewImage {
      width: 30em; } }

#ScrollableListVideo {
  max-height: 750px;
  overflow-y: auto;
  overflow-x: hidden; }

.SinglePageSection1 {
  flex: 1 1 0%;
  margin-right: 20px; }

.SinglePageSection {
  flex: 1 1 20%; }
  .SinglePageSection a:focus {
    outline: 2px dotted #337E33; }

.Flex45 {
  flex: 1 1 45%; }

.Flex45Button {
  flex: 1 1 45%;
  margin: 0px 20px 0 0;
  min-width: 300px; }

.Flex31 {
  flex: 1 1 31%; }

.DivGlancePageOverviewTemplate {
  display: grid;
  margin-top: 20px;
  grid-template-columns: repeat(auto-fit, minmax(14em, 1fr)); }

.grid-area {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(14em, 1fr)); }

/*Address*/
.adresslist-width {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(14em, 1fr));
  grid-column-gap: 20px; }

.adresse-test {
  overflow: hidden; }

address p {
  font-style: normal;
  margin-bottom: 0px; }

.address {
  box-shadow: 0 0 6px grey;
  margin-bottom: 20px;
  line-height: normal; }
  .address a:focus {
    outline: 2px dotted #337E33; }

address a:focus {
  outline: 2px dotted #337E33; }

#addresstext {
  margin-top: 0px;
  margin-right: 20px;
  flex: 0 1 45%; }

#addressinfo {
  margin-top: 20px;
  flex: 0 1 45%; }
  #addressinfo .LinkDiv .AdrInfoWrapper:last-of-type {
    margin-bottom: 0px; }
  #addressinfo a {
    text-decoration: underline; }

#addressimage {
  margin-top: 20px;
  border-right: 5px solid #337E33;
  border-left: 5px solid #337E33; }

.addressImage {
  height: 4.375em; }

.AddressImagePlaceholder {
  margin-right: 10px;
  height: 4.375em;
  width: 6.5em;
  background-color: white;
  flex: 0 0 auto; }

.AddressImagePlaceholderIcon {
  margin: 17px;
  font-style: normal;
  text-align: center; }

.LinkImagePlaceholderIcon {
  background: white;
  height: 50px;
  width: 84px;
  margin: auto;
  font-style: normal;
  text-align: center; }

#AddressItemSection {
  min-width: 260px; }

.AdrInfoWrapper {
  margin-bottom: 15px;
  overflow: auto;
  column-span: all; }

.AdrIconleft {
  width: 25px;
  font-style: normal;
  float: left;
  text-align: center; }

/*MainNavigationLeft*/
.grid-navigationcolumns {
  grid-template-columns: 2.5em 1fr; }

#NavigationDiv {
  display: none; }
  @media (min-width: 60em) {
    #NavigationDiv {
      display: block;
      margin: 0 20px 0 0; } }

.highlighted {
  color: white;
  display: block; }
  .highlighted .svg-icon-fill {
    fill: white; }

.mainhighlighted {
  color: white;
  display: block;
  background-color: #337E33; }
  .mainhighlighted:focus {
    outline: 2px dotted white;
    outline-offset: -3px; }

header #MainHeaderNavigation li a.special_highlighted {
  color: white;
  display: flex;
  background-color: #337E33; }
  header #MainHeaderNavigation li a.special_highlighted .svg-icon-fill {
    fill: white; }
  header #MainHeaderNavigation li a.special_highlighted:hover .svg-icon-fill {
    fill: #337E33; }
  header #MainHeaderNavigation li a.special_highlighted:focus {
    outline: 2px dotted #337E33;
    outline-offset: -3px; }

.foldedhighlighted {
  color: #337E33;
  background-color: white; }

.unhighlighted {
  display: block; }

.MainNavigation {
  background-color: #FFFFFF;
  height: 100%;
  box-shadow: 5px 5px 5px #707070; }
  .MainNavigation .MainNavigationIconHighlighted {
    margin: 8px auto; }
  .MainNavigation .MainNavigationIcon {
    margin: 8px auto; }

.MainNavigationSVG {
  padding: 8px;
  display: inherit; }

.iconsize24 {
  height: 1.5em;
  width: 1.5em; }

.iconsize36 {
  height: 2.25em;
  width: 2.25em; }

.iconsize48 {
  height: 3em;
  width: 3em; }

.iconsize48 .svg-icon-fill {
  fill: white; }

.MainNavigationFolded {
  background-color: white;
  flex: 0 1 0%;
  flex-flow: row wrap;
  position: relative;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  padding: 0px;
  width: 16.75em;
  height: 100%; }
  .MainNavigationFolded li a:hover {
    background-color: #ffffff; }
  .MainNavigationFolded li a:focus {
    outline: 2px solid black;
    outline-offset: -2px; }
  @media (min-width: 60em) {
    .MainNavigationFolded {
      margin-right: 20px; } }

.MainNavigationIconList {
  min-height: 100%; }

.MainNavigationIconList .smallMainNav .MainNavi .arrow-right {
  left: 3em;
  right: 0px;
  z-index: 1; }

.MainNavigationIconList .smallSubNav .MainNavi .arrow-right {
  z-index: 1;
  right: 0.35em; }

.MainNavigationIconList .smallSubNav .MainNavi .arrow-right-white {
  z-index: 1;
  right: 0.1em; }

.MainNavigationIconList .SubNavi .arrow-right {
  z-index: 1; }

#SubNav {
  box-shadow: 5px 5px 5px #707070; }

.SubNavigationItemList {
  flex: auto;
  background-color: white;
  min-height: 100%;
  height: auto !important; }

.subnav-shorten-long-text {
  white-space: nowrap;
  overflow: hidden;
  max-width: 12em;
  text-overflow: ellipsis; }

.MainNavigationFolded ul,
.MainNavigation ul,
.map-filter ul {
  list-style: none;
  padding: 0; }

#ChecklistenIcon {
  font-style: normal;
  font-weight: normal;
  margin-right: 10px; }

.MainNavigationText {
  padding: 8px; }

.MainNavigationIconShortenLongText {
  padding: 5px;
  margin-bottom: 0px;
  margin-top: 0px;
  margin-right: 0px;
  font-style: normal;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  max-width: 13.5em;
  text-overflow: ellipsis; }

.menuExpanderButton {
  font-family: "Segoe UI";
  margin: 0;
  height: 2.5em;
  width: 2.5em; }
  .menuExpanderButton:focus {
    outline: 2px solid black;
    outline-offset: -2px; }

.smallMainNav .MainNavigationTextHighlighted,
.smallMainNav .MainNavigationText {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  border: 0;
  clip: rect(0, 0, 0, 0); }

a.unhighlighted p:last-child.smallMainNav {
  position: relative;
  width: auto;
  height: auto;
  margin: 0;
  font-style: normal;
  white-space: nowrap;
  overflow: hidden;
  max-width: 13.5em;
  text-overflow: ellipsis;
  display: block;
  padding: 8px; }

li.smallMainNav > a.foldedhighlighted > div p:last-child.smallMainNav {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  border: 0;
  clip: rect(0, 0, 0, 0); }

li.smallMainNav > a.block > div p:last-child.smallMainNav {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  border: 0;
  clip: rect(0, 0, 0, 0); }

li.smallSubNav a.foldedhighlighted {
  width: 14em; }

nav nav.smallMainNav {
  position: absolute;
  top: 0px;
  left: 2.5em;
  min-width: 15.5em;
  flex: auto;
  background-color: white;
  min-height: 100%;
  height: auto !important; }

nav #SubNav.smallSubNav {
  position: absolute;
  top: 0px;
  right: -1.25em;
  flex: auto;
  background-color: white;
  min-height: 100%;
  height: auto !important; }

nav p:last-child.smallSubNav {
  position: relative;
  width: auto;
  height: auto;
  padding: 8px;
  margin: 0;
  font-style: normal;
  white-space: nowrap;
  overflow: hidden;
  max-width: 11em;
  text-overflow: ellipsis; }

#MainNavigationFolded.smallMainNav {
  margin-right: 1.25em; }

nav.smallMainNav h2.smallMainNav {
  padding: 8px;
  margin-bottom: 0px;
  margin-top: 0px;
  margin-right: 0px;
  font-style: normal;
  white-space: nowrap;
  overflow: hidden;
  max-width: 13.5em;
  text-overflow: ellipsis; }

#SubNav.smallSubNav h2.smallSubNav {
  Position: absolute;
  Width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  border: 0;
  clip: rect(0, 0, 0, 0); }

#SubNav.smallSubNav p:last-child.smallSubNav {
  Position: absolute;
  Width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  border: 0;
  clip: rect(0, 0, 0, 0); }

ul.MainNavigationIconList p {
  padding: 8px;
  margin-bottom: 0px;
  margin-top: 0px;
  margin-right: 0px;
  font-style: normal;
  font-weight: normal; }

ul.MainNavigationIconList p:first-child {
  text-align: center; }

.Flex45 .bold {
  margin-top: 0px; }

.NavTextHighlighted {
  font-size: 1em;
  font-weight: bold; }

#SubNav .gridcontainer {
  margin-left: 1em; }

.MainNavigationIconFolded {
  padding: 5px;
  margin-bottom: 0px;
  margin-top: 0px;
  margin-right: 0px;
  font-style: normal;
  font-weight: normal;
  color: white;
  padding: 5px;
  text-align: center; }

.MainNavigationIconHighlighted {
  color: white; }

.MainNavigationTextHighlighted {
  color: white;
  padding: 8px; }

.MainNavigationIconFoldedHighlighted {
  color: white;
  margin-bottom: 0px;
  margin-top: 0px;
  margin-right: 0px;
  font-style: normal;
  font-weight: normal;
  padding: 5px;
  text-align: center; }

.mainnav-abstand {
  padding: 5px;
  text-align: center; }

.MainNavigation li a:hover {
  background-color: #ffffff; }

.MainNavigation li a:focus {
  outline: 2px solid black;
  outline-offset: 0px; }

.MainNavigation li a.mainhighlighted:hover {
  background-color: #337E33; }

#NavigationMenupopup > .MainNavigationFolded {
  min-width: inherit; }

/*SubNavigation*/
.SubNavigation {
  margin: 0px;
  flex: 1 1 100%; }
  .SubNavigation a {
    color: #337E33; }
    .SubNavigation a:focus {
      outline: 2px dotted #337E33; }

@media (min-width: 30em) {
  .SubNavigation {
    flex: 1 0 16.875em; } }

.SubNavigationIcon {
  padding: 0px;
  margin-right: 10px;
  font-size: 20px;
  font-style: normal;
  font-weight: normal; }

.SubNavigationText {
  padding: 0px;
  margin-left: 0px;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  text-align: center; }

.SubNavigationDresden,
.SubNavigationCategorie {
  flex: 1 1 100%; }

@media (min-width: 40em) {
  .SubNavigationDresden {
    flex: 1 1 45%;
    margin-right: 20px; } }

@media (min-width: 80em) {
  .SubNavigationDresden {
    flex: 1 1 30%;
    margin-right: 20px; } }

@media (min-width: 60em) {
  .SubNavigationCategorie {
    flex: 1 0 15em; } }

#HeaderUeberschrift {
  color: #000;
  font-weight: bold;
  font-size: 1.25em;
  margin: 0px 0px 0 0;
  display: none; }
  @media (min-width: 50em) {
    #HeaderUeberschrift {
      display: block; } }
  @media (min-width: 60em) {
    #HeaderUeberschrift {
      margin: 32px 0px 0 0; } }
  @media (min-width: 80em) {
    #HeaderUeberschrift {
      font-size: 2.25em; } }

#Subheadline {
  color: #000;
  font-size: 1em;
  margin: 0px;
  display: none; }
  @media (min-width: 50em) {
    #Subheadline {
      display: block; } }
  @media (min-width: 60em) {
    #Subheadline {
      font-size: 1.25em; } }

.CityNavigationIcon {
  padding: 0px;
  margin-right: 10px;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  margin-top: 0;
  float: left;
  widows: 40%; }

.CityNavigationText {
  padding: 0px;
  margin-left: 0px;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  margin-top: 0;
  float: left;
  widows: 40%; }

/*HilfeButton*/
#HelpText {
  font-style: normal;
  margin-left: 10px;
  display: none; }
  @media (min-width: 30em) {
    #HelpText {
      display: block; } }

HelpIcon {
  font-style: normal;
  margin-left: 5px; }

/*Sprachauswahl*/
#language-switcher {
  cursor: pointer;
  width: 90px; }
  @media (min-width: 60em) {
    #language-switcher {
      width: 170px; } }

#language-switcher-button {
  color: black;
  background: transparent;
  padding: 3px 0px;
  margin: 0;
  border: 0px;
  border-bottom: 2px solid black;
  cursor: pointer;
  width: 90px;
  text-align: left;
  font-size: 1em; }
  @media (min-width: 60em) {
    #language-switcher-button {
      width: 170px; } }

#language-switcher menu {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 6px;
  padding-left: 6px;
  margin: 0;
  border-left: 1px solid gray;
  border-right: 1px solid gray;
  border-bottom: 1px solid gray;
  background-color: white; }

#language-switcher li {
  list-style: none;
  padding: 0;
  margin: 0; }

#languagepopup {
  z-index: 3;
  position: absolute;
  width: 90px;
  background: white;
  border: 1px solid black; }
  @media (min-width: 50em) {
    #languagepopup {
      width: 170px; } }

#language-switcher .hide-popup {
  display: none; }

#language-switcher a {
  color: black;
  display: block;
  padding: 3px 5px; }

#language-switcher a:focus {
  outline: 2px dotted #337E33;
  outline-offset: -2px; }

.lsbArrow {
  float: right; }

/*Slider*/
.slidecontainer {
  float: left;
  width: 80px;
  color: white; }
  @media (min-width: 60em) {
    .slidecontainer {
      width: 100px; } }

/* The slider itself */
.slider {
  -webkit-appearance: none;
  /* Override default CSS styles */
  appearance: none;
  width: 100%;
  /* Full-width */
  height: 10px;
  /* Specified height */
  background: lightgrey;
  /* Grey background */
  outline: none;
  /* Remove outline */
  opacity: 0.9;
  /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: 0.2s;
  /* 0.2 seconds transition on hover */
  transition: opacity 0.2s;
  margin: 7px 5px 0px 5px;
  padding: 0; }

input[type="range"]::-ms-fill-upper, input[type="range"]::-ms-fill-lower {
  background-color: grey;
  border: 1px solid white; }

input[type="range"]::-ms-thumb {
  background-color: white;
  border: none;
  width: 10px;
  /* Set a specific slider handle width */
  height: 20px;
  /* Slider handle height */ }

input[type="range"]::-ms-track {
  border: none; }

/* Mouse-over effects */
.slider:hover {
  opacity: 1;
  /* Fully shown on mouse-over */ }

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  /* Override default look */
  appearance: none;
  width: 25px;
  /* Set a specific slider handle width */
  height: 10px;
  /* Slider handle height */
  background: white;
  /* white background */
  cursor: pointer;
  /* Cursor on hover */ }

.slider::-moz-range-thumb {
  width: 25px;
  /* Set a specific slider handle width */
  height: 10px;
  /* Slider handle height */
  background: white;
  /* white background */
  cursor: pointer;
  /* Cursor on hover */ }

.slider::-ms-tooltip {
  display: none;
  /* hide the tooltip of the fontSize-slider in IE, other browser do not show it by default */ }

/* The slider handle (use -webkit- (Chrome, Opera, Safari, new Edge) and -moz- (Firefox) to override default look) */
#fontSizeRange:focus {
  outline: 2px dotted white; }

/*Burger*/
#BurgerMainMenu {
  display: block;
  float: left;
  margin-top: 3px;
  margin-bottom: 5px;
  margin-left: 10px; }
  #BurgerMainMenu .hide-popup {
    display: none; }

.hide-popup {
  display: none; }

@media (min-width: 60em) {
  #BurgerMainMenu {
    display: none; } }

#BurgerIcon {
  margin: 0;
  font-size: 2em; }

#NavigationMenupopup {
  z-index: 999;
  position: absolute;
  height: 100%;
  top: 90px;
  left: 0px; }
  @media (min-width: 60em) {
    #NavigationMenupopup {
      top: 130px; } }
  @media (min-width: 80em) {
    #NavigationMenupopup {
      top: 140px; } }

/*Expander*/
.collapsible:focus {
  outline: 2px dotted #337E33; }

.contentExpander {
  display: none;
  margin-bottom: 0px; }

.collapsible {
  cursor: pointer;
  color: white;
  border: none;
  text-align: left;
  outline: none; }

.collapsible:first-child {
  margin-top: 0px; }

.question {
  margin: 0 10px 0 0;
  font-weight: 600;
  font-size: 1.2em; }

.contentExpander p {
  margin: 0; }

.doccollapsible {
  cursor: pointer;
  border: none;
  background-color: white;
  color: black;
  text-align: left;
  outline: none;
  width: 100%;
  margin-bottom: 5px;
  padding: 0; }

.doccontent {
  display: none;
  overflow: hidden;
  margin: 0; }

.DocumentList {
  margin-bottom: 20px; }
  .DocumentList a:focus {
    display: block;
    outline: 2px dotted #337E33; }

.DocumentName {
  margin: 0px 10px;
  font-weight: 600;
  height: 3em; }

.DocumentIcon {
  font-size: 5em;
  flex: 1 1 0%;
  margin: 0; }

.DownloadLink {
  font-size: 1.2em;
  font-weight: 300;
  margin: 0; }

.DownloadSource {
  font-size: 1em;
  font-style: italic;
  margin: 0 0 5px 0; }

.DocDescription {
  margin: 0;
  color: black;
  padding: 10px; }

.DocDescription p {
  margin: 0px; }

/* HeaderNavigation*/
header nav {
  margin: 0px;
  padding: 0px; }
  header nav ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  header nav li a h3 {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 15px;
    padding-top: 5px; }
  header nav li a:focus {
    outline: 2px dotted white;
    outline-offset: -3px; }

header #MainHeaderNavigation li a {
  color: black; }
  header #MainHeaderNavigation li a:hover {
    color: #337E33;
    background-color: #e3e3e3; }
    header #MainHeaderNavigation li a:hover .foreground-color-white .svg-icon-fill {
      fill: #337E33; }

#MainHeaderNavigation {
  text-align: left;
  line-height: 1em;
  text-align: right;
  position: absolute;
  right: 5px;
  top: 55px;
  z-index: 2; }
  #MainHeaderNavigation li {
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 0; }
    @media (min-width: 60em) {
      #MainHeaderNavigation li {
        margin: 0 0 0 5px;
        padding: 0; } }
  @media (min-width: 60em) {
    #MainHeaderNavigation {
      top: 94px;
      right: 15px; } }
  @media (min-width: 80em) {
    #MainHeaderNavigation {
      top: 105px; } }

.MainHeaderNavigationIcon {
  margin-bottom: 10px;
  margin-top: 10px;
  margin-right: 5px;
  margin-left: 5px;
  font-style: normal;
  font-weight: normal;
  float: left;
  font-size: 1.3em; }

.MainHeaderNavigationText {
  display: none; }
  @media (min-width: 35em) {
    .MainHeaderNavigationText {
      display: block;
      margin-bottom: 10px;
      margin-top: 10px;
      margin-right: 5px;
      margin-left: 5px;
      font-style: normal;
      font-weight: normal;
      float: left; } }

/*Footer*/
footer {
  width: auto;
  border-top: 10px solid #337E33;
  font-size: small; }
  footer div {
    margin: 10px;
    width: 100%; }
    footer div a {
      text-decoration: underline; }
      footer div a:focus {
        outline: 2px dotted #337E33; }

.impressumLink:focus {
  outline: 2px dotted #337E33;
  display: block; }

#FooterAbstand {
  width: 100%;
  height: 4em; }
  @media (min-width: 40em) {
    #FooterAbstand {
      display: none; } }

p:after {
  content: "";
  display: block;
  clear: both; }

.HeadlineIndex {
  font-size: 1.3em;
  color: #337E33; }
  @media (min-width: 50em) {
    .HeadlineIndex {
      font-size: 2em; } }

.SubDiscription {
  margin-top: 0px;
  margin-bottom: 20px; }

.SubNavigationDiscription {
  color: white;
  margin: 0px 20px 13px 0;
  overflow: hidden;
  height: 3em;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.5em; }

.SubNavigationDiscription ul {
  padding-left: 15px; }

#SubNavigationDiscriptionIntro {
  color: black;
  margin-top: 0px;
  margin-bottom: 20px;
  font-weight: 600; }

.videoHublayout:focus,
.SubNavLink:focus {
  outline: 2px dotted #337E33;
  display: block; }

.embeddedVideoHublayout {
  border: none; }

/* Header */
header {
  width: auto;
  height: 90px;
  padding: 0px;
  background: #FFFFFF;
  /*background-image: linear-gradient(90deg, #d4d4d4, #606060);*/
  border-bottom: 10px solid #337E33;
  box-shadow: 0px 0px 10px black; }
  @media (min-width: 60em) {
    header {
      height: 130px; } }
  @media (min-width: 80em) {
    header {
      height: 140px; } }

#FamJobLogoLink:focus {
  outline: none; }
  #FamJobLogoLink:focus #FamJobLogo {
    outline: 2px dotted white; }

/*Logo*/
#FamJobLogo {
  width: 35px;
  margin-right: 10px;
  margin-top: 10px;
  margin-left: 5px;
  margin-bottom: 5px;
  filter: drop-shadow(0rem 0rem 0.2rem rgba(0, 0, 0, 0.5)); }
  @media (min-width: 60em) {
    #FamJobLogo {
      margin-left: 20px;
      width: 60px;
      margin-top: 30px; } }
  @media (min-width: 80em) {
    #FamJobLogo {
      width: 80px;
      margin-top: 35px; } }

/*Video*/
.VideoListItemDiv {
  flex: 1 1 30%;
  margin: 0 10px 0 0; }

.VideoListItemImage {
  margin-right: 10px;
  min-width: 200px;
  width: 100%;
  height: 100%;
  background-color: aqua;
  border: 1px solid #337E33;
  margin-bottom: 0px; }

.VideoListItemText {
  margin-left: 5px;
  margin-bottom: 0px; }

#VideoListItemTemplate img {
  border: 1px solid #337E33; }

#circle {
  width: 130px;
  height: 65px;
  border-radius: 8px;
  z-index: 1;
  opacity: 0.8;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  #circle:hover {
    opacity: 1; }

#VideobuttonIcon {
  color: white;
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 1.5em;
  line-height: 65px; }

#VideoImage {
  width: 100%;
  height: auto;
  margin-bottom: 20px; }

#VideoDiv {
  position: relative; }

#VideoHeadline {
  margin-top: 10px;
  margin-bottom: 0; }

#VideoHeadline-area {
  position: absolute;
  margin: 1px;
  background: white;
  padding: 0 5px; }

/*BurgerMenu*/
#Burger {
  display: block;
  cursor: pointer;
  float: left; }
  @media (min-width: 50em) {
    #Burger {
      display: none; } }

/*Map*/
#MainMap {
  width: 100%;
  height: 25em;
  display: none;
  border: none; }
  @media (min-width: 50em) {
    #MainMap {
      height: 35em; } }
  @media (min-width: 80em) {
    #MainMap {
      height: 45em; } }

.myMap {
  position: relative;
  height: 280px; }

.map-container {
  display: block;
  margin-bottom: 20px;
  flex-direction: row;
  align-items: stretch;
  margin-right: 0px; }
  .map-container .map-filter {
    overflow: hidden; }
    .map-container .map-filter ul.margin-right-20 {
      height: 616px;
      margin-right: 0px;
      overflow: auto; }
    .map-container .map-filter .icon {
      width: 24px;
      height: 24px;
      display: inline-block; }
  .map-container .map-map {
    flex-basis: 80%;
    width: auto;
    height: 664px;
    border: 1px solid #AAA; }
    .map-container .map-map .leaflet-popup-content dl dt {
      font-weight: bold; }
    .map-container .map-map .leaflet-popup-content dl dd {
      margin-left: 0;
      margin-bottom: 5px; }

.map-marker-icon-fill {
  fill: white; }

.leaflet-popup-content a {
  word-break: break-word; }

@media (min-width: 50em) {
  .map-container .map-filter {
    flex-basis: 30%; } }

@media (min-width: 30em) {
  .map-container {
    display: flex; }
  .map-filter {
    margin-bottom: 0px;
    margin-right: 20px;
    flex-basis: auto; } }

ul li div.flexcontainer.ChecklistContainer.expander.collapsible {
  padding: 0px;
  margin-bottom: 5px;
  color: white; }

ul li div span.filter-chkbx-text.expander {
  margin: 6px 5px 6px 55px; }

ul li div label.ChecklistContainer.expander {
  margin: 5px 10px 5px 0px;
  padding: 0px;
  width: 22px;
  height: 22px;
  border: 0px; }

ul li div label span.CheckMark.mapFilterExpander.expander {
  top: auto;
  right: auto; }

.icon.expander.expander-arrow {
  font-family: 'Segoe UI Symbol', Tahoma, Geneva, Verdana, sans-serif;
  left: 5px; }

.icon.expander {
  left: 23px; }
  .icon.expander .svg-icon-fill {
    fill: white; }

#JavaOffAlert {
  color: white;
  z-index: 1;
  position: absolute;
  top: 35px;
  left: 10px;
  width: 350px; }
  @media (min-width: 60em) {
    #JavaOffAlert {
      width: 100%;
      top: -18px;
      left: 130px; } }

#JavaOffIcon {
  color: red;
  float: left;
  font-size: larger;
  margin-right: 10px; }

#JavaOffText {
  font-size: smaller; }
  @media (min-width: 60em) {
    #JavaOffText {
      padding: 12px; } }

#webchatContainer {
  background-color: white;
  position: fixed;
  bottom: 0;
  height: 6em;
  width: 98%;
  z-index: 998;
  border-radius: 10px 10px 0px 0px;
  box-shadow: 0px 0px 15px grey;
  border: solid #337E33;
  border-width: 7px 7px 0px 7px; }
  @media (min-width: 40em) {
    #webchatContainer {
      width: 27em;
      right: 0;
      margin-right: 10px;
      margin-left: 10px; } }

#webchatCloseBtn {
  width: 100%;
  height: 2.5em;
  background-color: #337E33;
  color: white;
  padding: 0 10px;
  cursor: pointer;
  border: none;
  display: none;
  font-family: "Segoe UI Symbol", Tahoma, Geneva, Verdana, sans-serif; }
  #webchatCloseBtn:focus {
    outline: 2px dotted white; }

#chatBot {
  background-color: #337E33;
  height: 2.5em;
  width: 100%;
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; }
  #chatBot:focus {
    outline: 2px dotted white;
    outline-offset: -3px; }

.ChatbotButtonText {
  margin-top: 5px; }

#webchat {
  width: 100%;
  height: 3em; }

/*Search*/
.button-disabled {
  color: #565656;
  background: #eee; }

.headerButton,
#OpenSearchButton {
  padding: 0px;
  font-size: 1em;
  background: none;
  cursor: pointer;
  border: none;
  color: black;
  line-height: 1.5em; }

.headerButton {
  column-gap: 5px; }

.headerButtonIcon {
  font-size: 1.3em; }

.headerButtonText {
  display: none; }
  @media (min-width: 65em) {
    .headerButtonText {
      display: block; } }

#SearchResultsContainerButtonDeclined {
  margin: 10px; }

#searchContainer {
  position: absolute;
  right: 35px;
  top: 5px;
  background: #337E33;
  color: black;
  width: 18em;
  z-index: 1; }
  @media (min-width: 40em) {
    #searchContainer {
      width: 20em; } }

#SearchInput {
  width: 85%;
  border: none;
  float: left;
  margin: 6px; }
  @media (min-width: 40em) {
    #SearchInput {
      width: 88%; } }

#SearchButton {
  border: none;
  background: #337E33;
  color: white;
  font-family: "Segoe UI", sans-serif;
  margin: 0 6px 0 0;
  padding: 0;
  font-size: 1em;
  cursor: pointer; }

#modalScreen {
  position: fixed;
  z-index: 20;
  width: 100%;
  height: 100%;
  background: white;
  opacity: 0.8;
  left: 0;
  top: 0;
  display: none; }

.feedbackContainer {
  position: fixed;
  z-index: 21;
  width: 90%;
  height: 90%;
  background: white;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 0px 10px black;
  display: none; }
  @media (min-width: 40em) {
    .feedbackContainer {
      width: 550px;
      height: 500px; } }

#SearchResultsContainerButton {
  margin: 5px 10px;
  text-decoration: none;
  color: white;
  cursor: pointer;
  font-size: 1.3em;
  position: absolute;
  z-index: 22;
  right: 10px;
  top: 0px;
  font-family: "Segoe UI", Verdana, sans-serif;
  background-color: transparent;
  border: none;
  text-shadow: 0px 0px 3px black; }

#BurgerButtonMainMenu {
  font-family: "Segoe UI";
  text-decoration: none;
  border: none;
  background: none;
  color: black;
  cursor: pointer; }

.FeedbackContainerCloseButton {
  font-family: "Segoe UI Symbol";
  margin: 5px 10px;
  text-decoration: none;
  border: none;
  background: none;
  color: #337E33;
  cursor: pointer;
  float: right;
  font-size: 1.5em;
  position: absolute;
  right: 10px;
  top: 0px; }

#iframeSearch {
  height: 99%;
  width: 100%;
  border: none; }

#searchResultsContainer {
  height: 80%;
  width: 90%;
  position: fixed;
  z-index: 21;
  left: 5%;
  top: 10%;
  display: none;
  box-shadow: 0px 0px 10px black;
  background-color: white;
  -webkit-overflow-scrolling: touch !important;
  overflow-y: auto !important; }

.iframeFeedback {
  height: 100%;
  width: 100%;
  border: none; }

/*Cookie*/
#cookie {
  text-align: center;
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  bottom: 0;
  color: white;
  background: #000000;
  width: 100%;
  padding-bottom: 15px; }
  #cookie button:focus,
  #cookie a:focus {
    outline: 2px dotted #ffffff; }

#expandCookiePopupBtn {
  position: fixed;
  left: 10px;
  bottom: 10px;
  z-index: 5000;
  display: block;
  height: 30px;
  border: 2px solid #337E33;
  background: white;
  color: #337E33;
  border-radius: 5px;
  text-align: center;
  box-shadow: 2px 2px 5px grey; }

#cookieText {
  margin: 5px;
  margin-bottom: 10px; }

#cookie .CheckMark {
  border: 2px solid #337E33; }

#cookie .ChecklistContainer input:focus ~ .CheckMark {
  outline: 2px dotted #ffffff; }

#cookie .ChecklistContainer input:checked ~ .CheckMark {
  background-color: #337E33; }

.cookieLink {
  background: #337E33;
  margin-right: 10px;
  margin-bottom: 10px;
  border: none;
  cursor: pointer;
  color: white;
  padding: 2px 5px; }

.cookieLinkBtn {
  background: #337E33;
  margin-right: 10px;
  margin-bottom: 10px;
  border: none;
  cursor: pointer;
  color: white;
  padding: 2px 5px;
  font-size: 1em; }

.simpleCookieSettings {
  display: inline; }

.extendedCookieSettings {
  margin-bottom: 15px; }

.agreeCookiesText {
  margin-right: 10px; }

.cookie-accept-btn {
  background: #337E33;
  color: white;
  border: 0px;
  font-size: 1em;
  padding: 6px 10px;
  margin: 5px 0px 0px 0px; }

/* neu */
.flexcontainer {
  display: flex; }

.gridcontainer {
  display: grid; }

.flexitem {
  flex: 1 1 0; }

.flexnone {
  flex: none; }

.flexcontent-space-between {
  justify-content: space-between; }

.flexcontent-align-end {
  align-items: flex-end; }

.flexwrap {
  flex-wrap: wrap; }

.fontsize15 {
  font-size: 1.5em; }

.header-container-right {
  margin: 5px 10px Auto 10px; }
  @media (min-width: 60em) {
    .header-container-right {
      margin: 20px 20px auto 20px; } }

.font-size-letter-right {
  margin: -7px 0px 0px 0px; }

.column-gap20 {
  column-gap: 20px; }

.row-gap20 {
  row-gap: 20px; }

.column-gap60 {
  column-gap: 60px; }

footer ul {
  list-style: none;
  padding: 0px; }

footer {
  padding: 0px 20px 20px 20px;
  width: auto; }
  @media (min-width: 75em) {
    footer {
      width: 100%; } }

footer p,
footer img {
  max-width: 180px; }

footer p {
  height: 2.5em;
  line-height: 1.25em;
  margin-top: 0px; }

footer img {
  margin-bottom: 30px; }

footer a {
  text-decoration: underline; }

.rectangle {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5); }

.text-ellypsis {
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 1;
  white-space: nowrap;
  -webkit-box-orient: vertical; }

.grid-headline {
  display: grid; }

.responsive-wrap50 {
  flex-wrap: wrap; }
  @media (min-width: 50em) {
    .responsive-wrap50 {
      flex-wrap: nowrap; } }

.flexitem-align-center {
  align-items: center; }

.flexitem-align-baseline {
  align-items: baseline; }

.Indexlink {
  padding: 10px; }

.twolines-overflow-hidden {
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.arrow-right {
  width: 0;
  height: 0;
  border-top: 1.25em solid transparent;
  border-bottom: 1.25em solid transparent;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 1.25em;
  right: -1.825em;
  border-left: 1.25em solid #337E33; }

.arrow-right-white {
  border-left: 1.4em solid white;
  width: 0;
  height: 0;
  border-top: 1.4em solid transparent;
  border-bottom: 1.4em solid transparent;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 1.25em; }

.MainNavigationIconList .smallMainNav .MainNavi .arrow-right-white {
  left: 3.2em;
  z-index: 1; }

.symbolFont {
  font-family: Segoe UI Symbol; }

#map {
  /* position: fixed !important; */
  width: 500px;
  height: 500px; }

#mapSecond {
  /* position: fixed !important; */
  width: 500px;
  height: 500px; }

#outputFiles {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-gap: 10px;
  padding: 10px; }

.thumbnail {
  height: 85px;
  width: 85px; }

.select {
  color: #5256ad;
  margin-left: 7px;
  cursor: pointer; }

.file {
  display: none; }

.container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  height: auto;
  margin-top: 10px;
  max-height: 200px;
  overflow-y: auto; }

.container .imageDiv {
  height: 85px;
  width: 85px;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  position: relative;
  margin-bottom: 7px;
  margin-right: 7px; }

.container .imageDiv:nth-child(4n) {
  margin-right: 0; }

.container .imageDiv img {
  height: 100%;
  width: 100%; }

.container .imageDiv span {
  position: absolute;
  top: -4px;
  right: 5px;
  font-size: 22px;
  color: #fff;
  cursor: pointer; }

.container .imageDiv span:hover {
  opacity: 0.7; }

.spanDel {
  margin-left: 0px; }

.custom-fields input[type=text], .custom-fields select, .custom-fields textarea, input[type=submit], input[type=button] {
  border-radius: 0px;
  border: 2px solid #000000;
  padding: 6px 10px;
  font-size: 1rem;
  margin-bottom: 10px; }

.custom-fields textarea, .custom-fields input[type=text] {
  width: 278px; }

.custom-fields select, input[type=submit] {
  width: 300px; }

.custom-fields input[type=text]:disabled, input[type=submit]:disabled {
  border: 2px solid #e3e3e3; }
