@charset "UTF-8";
/* CSS Document */
/* Variablen */
/* CSS */
/* Allgemein */
#actionDiv {
  display: none;
  background-color: #FFCC00;
  border: 2px dashed #333;
  position: fixed;
  bottom: 0;
  height: 100px;
  width: 100%;
  z-index: 999999; }

body {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 14px;
  color: #000; }

h1 {
  font-size: 30px;
  color: #006eb6;
  margin: 0;
  margin-bottom: 15px; }

h2 {
  font-size: 24px;
  color: #006eb6;
  margin: 0;
  margin-bottom: 10px; }

h3 {
  font-size: 16px;
  color: #006eb6;
  margin: 0;
  margin-bottom: 10px; }

h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 4px; }

p {
  margin-bottom: 15px; }

label {
  clear: both;
  font-weight: inherit;
  float: left; }

input, select, textarea, .submitButton {
  border: 1px solid #c7c4c4;
  font-size: 12px;
  padding: 2px; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-image: url("/img/icons/arr_selectbox.png");
  background-position: right center;
  background-repeat: no-repeat; }

/* damit im Internet-Explorer die natürlichen Pfeile der Selects nicht angezeigt werden */
select::-ms-expand {
  display: none; }

a {
  color: #006eb6; }

.bold {
  font-weight: bold; }

.font10 {
  font-size: 10px; }

.font12 {
  font-size: 12px; }

.font16 {
  font-size: 16px; }

.font30 {
  font-size: 30px; }

.height100 {
  height: 100%; }

.taCenter {
  text-align: center; }

.taRight {
  text-align: right; }

.floatLeft {
  float: left; }

.floatRight {
  float: right; }

.bottom {
  position: absolute;
  bottom: 15px; }

.bottom0 {
  position: absolute;
  bottom: 0px; }

.morelink {
  position: absolute;
  bottom: 15px;
  right: 40px; }

.nowrap {
  white-space: nowrap; }

.no-display {
  display: none !important; }

.of-hidden {
  overflow: hidden; }

.border {
  border: 1px solid #ccc !important; }

.bbred {
  border-bottom: 2px solid #c00; }

.ddred {
  background-color: #ff8888; }

.ddyel {
  background-color: #ffeb7f; }

.ddgrn {
  background-color: #76ff68; }

.ddblu {
  background-color: #8899ff;
  color: #FFFF00;
  font-weight: bold;
  border-top: 1px solid #000000; }

.ddwhit {
  background-color: #FFFFFF;
  color: #FFFFFF;
  font-weight: bold;
  border-top: 1px solid #000000; }

.ddretour {
  background-color: #000000;
  color: #FFFF00;
  font-weight: bold;
  border-top: 1px solid #000000; }

.fullwidth {
  width: 100%; }

.width20 {
  width: 20% !important; }

.width75 {
  width: 75% !important; }

.width82 {
  width: 82% !important; }

.fbMarker {
  background-color: #ffd4d4 !important; }

.inlineblock {
  display: inline-block; }

.flag {
  margin-left: 16px;
  margin-top: -3px;
  cursor: pointer; }
  .flag:first-child {
    margin-left: 30px; }
  @media (max-width: 1199px) {
    .flag {
      width: 24px;
      margin-left: 10px;
      margin-top: -10px; }
      .flag:first-child {
        margin-left: 10px; } }
  @media (max-width: 1199px) {
    .flag {
      width: 24px;
      margin-left: 10px;
      margin-top: -10px; }
      .flag:first-child {
        margin-left: 10px; } }

.flex {
  display: flex; }
  @media (max-width: 767px) {
    .flex {
      display: inherit; } }

.flexwrap {
  flex-wrap: wrap; }

.mrgBtm5 {
  margin-bottom: 5px !important; }

.mrgBtm10 {
  margin-bottom: 10px !important; }

.mrgBtm13 {
  margin-bottom: 13px !important; }

.mrgTop0 {
  margin-top: 0px !important; }

.mrgTop30 {
  margin-top: 30px !important; }

.mrgTop60 {
  margin-top: 60px !important; }

.mrgTop75 {
  margin-top: 75px !important; }

.mrgTop90 {
  margin-top: 90px !important; }

.mrgTop100 {
  margin-top: 100px !important; }

.mrgTop120 {
  margin-top: 120px !important; }

.mrgTop160 {
  margin-top: 160px !important; }

.padBtm30 {
  padding-bottom: 30px !important; }

.padBtm35 {
  padding-bottom: 35px !important; }

.pad20 {
  padding: 20px !important; }

.width60 {
  width: 60%; }

.grey {
  color: #888; }

.red {
  color: #cc003a; }

.blue {
  color: #006eb6; }

.dotted-top {
  border-top: 1px dotted #c2c2c2 !important;
  padding-top: 15px !important; }

.dotted-bottom {
  border-bottom: 1px dotted #c2c2c2 !important;
  padding-bottom: 15px !important; }

.arrow {
  font-family: Arial; }

.arrowBlueSVG::after {
  content: url(/img/icons/arr_blue.svg);
  width: 13px;
  display: inline-block;
  margin-left: 3px; }

.arrowBlueSVGsmall::after {
  content: url(/img/icons/arr_blue.svg);
  width: 10px;
  display: inline-block;
  margin-bottom: 7px; }

.arrowBlueSVGsmall2:after {
  content: url('/img/icons/arr_blue.svg'); /* Fügen Sie hier den Pfad zu Ihrem Pfeilsymbol oder Bild ein */
  position: absolute;
  width: 10px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
}

.arrowBlueSVGsmall2 {
  display: inline-block;
  max-width: 98%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  padding-right: 15px; /* Platz für das nachfolgende Bild oder Icon */
}


/* Header-Logos */
.headRow {
  padding-top: 0 !important; }

.mainLogo {
  color: #006eb6;
  font-size: 52px;
  font-weight: bold; }

.mainLogo > a {
  color: inherit; }

.mainLogo > a:hover {
  color: inherit;
  text-decoration: none; }

.headLogos img {
  margin-left: 60px;
  text-align: right;
  width: 200px; }

@media (max-width: 1200px) {
  .mainLogo {
    float: left;
    font-size: 49px;
    width: 48%;
    padding: 0px 0px 0px 15px; }

  .headLogos {
    float: right;
    padding: 0px 0px 20px 0px;
    width: 52%; }

  .headLogos img {
    width: 40%;
    margin-left: 45px;
    text-align: right; } }
@media (max-width: 1000px) {
  .mainLogo {
    font-size: 30px; }

  .headLogos img {
    margin-left: 10px; } }
@media (max-width: 560px) {
  .mainLogo {
    width: 100%;
    font-size: 36px; }

  .headLogos {
    display: block;
    padding: 0px !important;
    width: 100%;
    padding: 0px 0px 0px 0px; }

  .headLogos img {
    margin-left: 5px;
    width: 46%; } }
/* Navbar */
.navbar {
  min-height: inherit; }

.navbar-default {
  background-color: inherit;
  border: 0;
  margin-top: 4px;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 1px solid #ccc; }

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-left: -15px;
  margin-right: -30px; }

.navbar-nav > li {
  padding-bottom: 20px; }

.navbar-nav > li > a {
  padding: 0 20px;
  border-right: 1px solid #555;
  line-height: 21px;
  margin-top: -4px;
  display: inline; }

.navbar-nav > li:first-child > a {
  padding-left: 0; }

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #006eb6; }

.navbar-default .navbar-nav > li > a {
  color: #555;
  font-size: 17px; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: inherit;
  color: #006eb6;
  font-weight: bold; }

@media (max-width: 1199px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 16px; }

  .navbar-nav > li > a {
    padding: 0 12px; } }
@media (max-width: 991px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 12px; }

  .navbar-nav > li > a {
    padding: 0 8px; } }
@media (max-width: 767px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 16px; }

  .navbar-nav > li > a {
    padding: 0 12px; } }
/* Flyouts on mouseover anzeigen */
@media (min-width: 768px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block; } }
.navbar-nav > li > .dropdown-menu {
  border: 0;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: none;
  border-top: 8px solid #006eb6;
  margin-top: -4px;
  min-width: 210px; }

.navbar-nav > li > .dropdown-menu > li > a:hover {
  background-color: #006eb6;
  color: #fff; }

/* Navbar Ende */
/* Slider */
/*.headSlider { 
	height: 400px; 
	background-size: cover; 
	background-image:url(/img/header/homeHeader.jpg); 
	
		@media (max-width: 1199px) { 
			height: 300px;
		}
		@media (max-width: 991px) { 
			height: 250px;
		}
		@media (max-width: 767px) { 
			height: 150px;
		}

}

.hslide_1 {
	background-image:url(/img/header/homeHeader.jpg) !important; 
}

.hslide_2 {
	background-image:url(/img/header/homeHeader2.jpg) !important; 
}

.hslide_3 {
	background-image:url(/img/header/homeHeader3.jpg) !important; 
}*/
/* Kopfbild */
.headSlide {
  width: 100%;
  height: 400px;
  object-fit: cover;
  /*margin-top: -15px;
  margin-bottom: -15px;*/ }
  @media (max-width: 1199px) {
    .headSlide {
      height: 300px; } }
  @media (max-width: 991px) {
    .headSlide {
      height: 250px; } }
  @media (max-width: 767px) {
    .headSlide {
      height: 150px; } }

/* Slider Ende */
/* Suche */
.suchform input, .suchform select, .suchform .submit, .suchform textarea {
  width: 100%;
  margin-bottom: 8px; }

.suchform input[type=checkbox] {
  width: 25px; }

.suchform input[type=submit] {
  background-color: #006eb6;
  color: #fff;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 12px;
  padding: 2px; }

.selEbene1 {
  font-weight: bold;
  text-decoration: underline; }

.selEbene2 {
  padding-left: 15px; }

.selEbene3 {
  padding-left: 30px; }

/* Workaround-Lösung für Submit-Button */
.submitButton {
  background-color: #006eb6;
  color: #fff;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 12px;
  padding: 2px;
  text-align: center;
  cursor: pointer; }
  .submitButton:after {
    content: url(/img/icons/arr_white.svg);
    width: 8px;
    display: inline-block;
    margin-left: 3px; }

/* HoneyPot-Felder */
.importantFields, .importantFields > input {
  display: none; }

/* Suche Ende */
.tile {
  border: 1px solid #c7c4c4;
  padding: 18px;
  padding-bottom: 8px;
  overflow: hidden; }
  @media (max-width: 1024px) {
    .tile {
      min-height: 370px; } }
  @media (max-width: 991px) and (min-width: 580px) {
    .tile {
      min-height: 300px; } }
  .tile h2 {
    display: none; }
  .tile h3.bold {
    margin-bottom: 20px; }
  .tile .row {
    padding: 0; }
  .tile .row > div {
    margin-top: 0; }

.tile-fokus img {
  width: 100px;
  height: 100px;
  float: left;
  margin-right: 12px;
  margin-bottom: 10px;
  object-fit: cover;
  /*scale-down;*/ }

.tile-banner img {
  width: 100%;
  height: auto;
  margin-bottom: 10px; }

.tile-app img {
  width: 140px;
  float: left;
  margin-right: 12px;
  margin-bottom: -15px;
  object-fit: cover;
  /*scale-down;*/ }

.tile-video .row {
  padding-left: 12px;
  padding-right: 12px;
  margin-top: -10px; }
.tile-video .col-xs-4 {
  padding-left: 3px;
  padding-right: 3px;
  margin-bottom: 5px; }
.tile-video .preview {
  width: 100%;
  height: 65px;
  cursor: pointer;
  opacity: 0.5; }
  @media (min-width: 480px) and (max-width: 767px) {
    .tile-video .preview {
      height: 125px; } }
  .tile-video .preview:hover {
    opacity: 1; }
  .tile-video .preview.active {
    border: 3px solid #006eb6;
    opacity: 1; }
.tile-video .video-Div:hover > a > .video-link {
  opacity: 1; }
.tile-video .video-link {
  display: inline-block;
  opacity: 0;
  z-index: 9999999;
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #006eb6;
  color: #fff;
  padding: 4px 8px 4px 8px;
  font-size: 12px;
  width: 50%;
  cursor: pointer; }
  .tile-video .video-link:after {
    content: url("/img/icons/arr_white.svg");
    display: inline-block;
    margin-left: 3px;
    width: 8px; }

.tile-most-wanted .collage {
  width: 100%;
  height: 106px;
  object-fit: cover;
  margin-bottom: 0px; }
  .tile-most-wanted .collage:hover {
    opacity: 0.7; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .tile-most-wanted .collage {
      height: 125px; } }
.tile-most-wanted .collageDiv {
  width: 49%;
  margin-left: 1%;
  float: left; }

.tile-kommentar div {
  clear: both;
  margin-bottom: 10px;
  overflow: hidden; }
.tile-kommentar .collage {
  float: left;
  margin-right: 10px;
  width: 65px;
  height: 65px;
  object-fit: cover;
  margin-bottom: 5px;
  border-radius: 30px; }
.tile-kommentar p {
  font-style: italic;
  margin-left: 75px;
  margin-top: -3px; }
  .tile-kommentar p strong {
    font-style: normal; }

/* JAN LÖSUNG FÜR SAFARI/IPAD PROBLEM!! */
.boxen {
  display: flex; }

.tile {
  flex: 1; }

/* LÖSUNG ENDE */
/*.dreier { 
	@media (max-width: 1024px) and (min-width: 580px) { 
			width: 33%;
		}
}

 .boxen { 
		@media (max-width: 1024px)  { 
			width: 33%; 	
		}
	@media (min-width: 767px) and (max-width: 991px)  { 
			width: 49%; 	
			height:auto; 
	 }

}*/
.linkObjektTile, .linkObjektTile:hover {
  text-decoration: none;
  color: #000; }

.tile-objekt {
  /*padding-left: 8px; 
  padding-right: 8px; */
  cursor: pointer; }
  .tile-objekt img {
    /*margin-left: -8px;
    margin-right: -8px;*/
    width: 100%;
    height: 250px;
    object-fit: cover;
    /*scale-down;*/ }
    @media (max-width: 1199px) {
      .tile-objekt img {
        height: 200px; } }
    @media (max-width: 991px) {
      .tile-objekt img {
        height: 150px; } }
    @media (max-width: 767px) {
      .tile-objekt img {
        height: 400px; } }
    @media (max-width: 620px) {
      .tile-objekt img {
        height: 350px; } }
    @media (max-width: 480px) {
      .tile-objekt img {
        height: 250px; } }
    @media (max-width: 320px) {
      .tile-objekt img {
        height: 200px; } }
  .tile-objekt h4, .tile-objekt p {
    padding-left: 8px;
    padding-right: 8px; }
  .tile-objekt:hover > img, .tile-objekt:hover > h4, .tile-objekt:hover > p {
    opacity: 0.5;
    transition: opacity .4s ease-out;
    -moz-transition: opacity .4s ease-out;
    -webkit-transition: opacity .4s ease-out;
    -o-transition: opacity .4s ease-out; }
  .tile-objekt .overlay {
    margin-left: 10px;
    opacity: 0;
    position: absolute;
    top: 10px;
    width: 90%; }
    .tile-objekt .overlay .ov-link {
      background-color: #006eb6;
      color: #fff;
      padding: 4px 8px 4px 8px;
      font-size: 12px;
      margin-bottom: 10px;
      width: 50%; }
      .tile-objekt .overlay .ov-link:after {
        content: url("/img/icons/arr_white.svg");
        display: inline-block;
        margin-left: 3px;
        width: 8px; }
      .tile-objekt .overlay .ov-link:hover {
        opacity: 0.8; }
  .tile-objekt:hover > .overlay {
    opacity: 1 !important;
    transition: opacity .4s ease-out;
    -moz-transition: opacity .4s ease-out;
    -webkit-transition: opacity .4s ease-out;
    -o-transition: opacity .4s ease-out; }
  .tile-objekt .distance {
    background-color: #006eb6;
    color: #fff;
    font-size: 12px;
    margin-bottom: 10px;
    padding: 4px 8px;
    position: absolute;
    top: 224px;
    width: 50%; }
    @media (max-width: 1199px) {
      .tile-objekt .distance {
        top: 175px; } }
    @media (max-width: 991px) {
      .tile-objekt .distance {
        top: 122px; } }
    @media (max-width: 767px) {
      .tile-objekt .distance {
        top: 0;
        width: inherit;
        right: 15px; } }

.tile-objekte-umkreis .tile-objekt .distance {
  display: none; }

.tile-routen2 {
  /*padding-left: 8px; 
  padding-right: 8px; */
  border: 1px solid #c7c4c4; }
  .tile-routen2 img {
    /*margin-left: -8px;
    margin-right: -8px;*/
    width: 100%;
    object-fit: cover;
    /*scale-down;*/ }
    @media (max-width: 1024px) {
      .tile-routen2 img {
        min-height: 370px; } }
    @media (max-width: 991px) and (min-width: 580px) {
      .tile-routen2 img {
        min-height: 300px; } }

.tile.bg-nrw-route {
  background-image: url("/img/NRW-Route.png");
  background-position: 40px 5px;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px; }
  @media (max-width: 1024px) {
    .tile.bg-nrw-route {
      min-height: 370px; } }
  @media (max-width: 991px) and (min-width: 580px) {
    .tile.bg-nrw-route {
      min-height: 300px; } }

.tile.bg-merkliste {
  background-image: url("/img/Tile-Routen.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 300px;
  cursor: pointer; }
  @media (max-width: 1024px) {
    .tile.bg-merkliste {
      min-height: 370px; } }
  @media (max-width: 991px) and (min-width: 580px) {
    .tile.bg-merkliste {
      min-height: 300px; } }
  .tile.bg-merkliste h3 {
    /*text-shadow: 3px 3px 3px #fff; */
    background: white;
    box-shadow: 0px 0px 10px #fff;
    margin: -18px;
    padding: 18px; }

/* Objektseite */
.objektseite .tile {
  border: 0;
  padding: 0; }
  .objektseite .tile h2 {
    font-size: 20px;
    /*margin-bottom: 18px;*/
    display: block; }
  .objektseite .tile h3.bold {
    display: none; }
  .objektseite .tile .morelink {
    display: none; }
  .objektseite .tile .ob-gesamt-mini {
    display: none; }
.objektseite .tile-objekt {
  overflow: hidden; }
  .objektseite .tile-objekt h4 {
    /*white-space: nowrap;*/ }
  .objektseite .tile-objekt h4, .objektseite .tile-objekt p {
    font-size: 11px; }
  .objektseite .tile-objekt p {
    margin-bottom: 0; }
  .objektseite .tile-objekt img {
    width: 100%;
    height: 120px; }
    @media (max-width: 1199px) {
      .objektseite .tile-objekt img {
        height: 90px; } }
    @media (max-width: 1024px) {
      .objektseite .tile-objekt img {
        height: 70px; } }
    @media (max-width: 767px) {
      .objektseite .tile-objekt img {
        height: auto; } }

.sharer {
  text-align: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #888; }
  .sharer a {
    margin: 3px; }

.dataBox {
  padding-left: 110px;
  display: block; }
  .dataBox .outline-box {
    display: block; }
    .dataBox .outline-box:not(:first-child) {
      border-top: 1px dotted #c2c2c2;
      margin-top: 5px;
      padding-top: 5px; }

#func_schreiben_panel {
  display: none; }

/* im Fokus Seite */
.im-fokus {
  /*height: 400px;*/ }
  .im-fokus .profilbild img {
    margin-right: -15px;
    margin-top: -30px;
    width: 100%;
    float: right; }
  .im-fokus .fokus-galerie img {
    Width: 100%; }

/* Freunde & Förderer */
.freundeTab li {
  clear: both; }
.freundeTab label {
  width: 300px;
  padding-right: 20px; }
  @media (max-width: 767px) {
    .freundeTab label {
      width: 100%;
      padding-right: 0;
      float: none; } }

.borderBox {
  border: 1px solid #c7c4c4; }

/* Lösung für Startseiten-Tiles */
/*.row.flex > div > div { height: 100%; }*/
/*.row.flex > div {
	display: flex;
	&> div {
		flex: 1;
	}
}*/
/*.row { padding: 15px 0;}*/
.row > div {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (max-width: 991px) {
    .row > div {
      margin: 15px 0; } }

.suchform .row > div {
  margin: 0; }

.container-fluid {
  padding-left: 0;
  padding-right: 0; }

.grey-background {
  background-color: #eee;
  margin-bottom: 15px; }
  .grey-background h2 {
    margin-bottom: -10px;
    margin-top: 20px; }
  .grey-background .container {
    margin-bottom: -20px; }
  .grey-background > .container > .row {
    padding: 15px 0; }
  .grey-background p {
    font-size: 12px; }

.row > div.objekt-foto {
  margin-top: 0;
  /*padding-left: 0;*/ }

.objekt-foto h3 {
  color: #000;
  margin-top: 8px; }
.objekt-foto img {
  width: 100%;
  height: 533px;
  object-fit: contain;
  /*scale-down;*/
  background-color: #ededed; }
  @media (max-width: 1199px) {
    .objekt-foto img {
      height: 410px; } }
  @media (max-width: 991px) {
    .objekt-foto img {
      height: 315px; } }
  @media (max-width: 767px) {
    .objekt-foto img {
      height: auto; } }
.objekt-foto .copyright {
  font-size: 11px; }

.objekt-galerie {
  border-top: 1px dotted #c2c2c2;
  margin-bottom: -15px;
  margin-top: -5px;
  overflow: hidden;
  padding-top: 13px;
  white-space: nowrap;
  width: 100%;
  height: 100px;
  /*img:hover {
  	width:100px;
  	height: 100px;
  	margin-right: 5px;
  	margin-left: -10px;
  	margin-top: -20px;
  	margin-bottom: 0px;
  }*/ }
  .objekt-galerie #viewContainer {
    width: 96%;
    height: 100%;
    background: #fff;
    position: absolute;
    overflow: hidden; }
  .objekt-galerie #miniGallery {
    position: absolute; }
  .objekt-galerie img {
    width: 80px;
    height: 80px;
    cursor: pointer;
    margin-right: 15px;
    object-fit: cover; }
  .objekt-galerie #leftArrow, .objekt-galerie #rightArrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    margin-top: 40px;
    z-index: 999; }
  .objekt-galerie #leftArrow {
    left: 15px; }
  .objekt-galerie #rightArrow {
    right: 18px; }
  .objekt-galerie #leftArrow::before, .objekt-galerie #rightArrow::before {
    font-family: 'slick';
    font-size: 24px;
    line-height: 1.4;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .objekt-galerie #leftArrow::before {
    content: '\2190';
    text-shadow: 0px 0px 1px #888; }
  .objekt-galerie #rightArrow::before {
    content: '\2192';
    text-shadow: 0px 0px 1px #888; }

.objekt-data a {
  color: #cc003a; }
.objekt-data p {
  margin: 0;
  padding: 3px 0;
  border-top: 1px dotted #c2c2c2;
  overflow: auto; }
.objekt-data label {
  color: #888;
  width: 110px;
  margin-bottom: 0; }
.objekt-data .merkmal img {
  margin-right: 5px;
  cursor: help;
  height: 20px; }
.objekt-data .merkmal-info {
  display: none;
  position: absolute;
  width: 95%;
  height: auto;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 3px 3px 6px #aaa;
  margin-top: -50px;
  font-size: 12px;
  cursor: pointer;
  z-index: 999;
  padding: 15px 20px;
  padding-bottom: 0; }
  .objekt-data .merkmal-info p {
    border: none;
    clear: both;
    margin-bottom: 10px;
    overflow: hidden; }
  .objekt-data .merkmal-info img {
    height: 30px;
    float: left;
    margin-right: 15px; }
  .objekt-data .merkmal-info strong {
    display: block; }
  .objekt-data .merkmal-info .mini {
    font-size: 11px;
    color: #aaa; }

.objekt-text h1 {
  border-top: 1px dotted #c2c2c2;
  margin-bottom: 18px;
  padding-top: 20px; }

#map {
  width: 100%;
  height: 350px; }

#directions {
  height: 350px;
  overflow-y: scroll;
  border: 1px solid #ccc; }

.merklisteRow {
  /* Icon voranstellen */ }

#lowRightCol {
  float: right; }
  @media (max-width: 767px) {
    #lowRightCol {
      float: inherit; } }

.copyImg {
  font-size: 11px;
  text-align: right;
  color: #666;
  padding-right: 10px;
  display: block;
  margin-bottom: 5px; }

.collageDiv .copyImg {
  text-align: left;
  overflow: hidden;
  white-space: nowrap; }

.collageDiv:hover > .copyImg {
  /*overflow: visible;
  white-space:normal;*/ }

.headerCopyImg {
  font-size: 12px;
  color: #ccc;
  position: absolute;
  margin-top: -30px;
  right: 30px;
  text-shadow: 1px 1px 1px #000; }

.profilbild .copyImg {
  padding-right: 0;
  margin-right: -12px; }

/* Footer */
.footer {
  border-top: 1px solid #c7c4c4; }
  .footer ul {
    list-style: none;
    padding-left: 15; }
  .footer a {
    color: #333; }
    .footer a.sub {
      color: #000;
      margin-left: 10px;
      font-style: italic; }
  .footer .websitecopyright {
    border-top: 1px solid #c7c4c4;
    font-size: 10px;
    color: #333; }
  .footer > div > div {
    padding-top: 0;
    padding-bottom: 0; }
  @media (max-width: 991px) {
    .footer img {
      max-width: 100%; } }

/* Google Maps API-Gezumpel */
.routenplaner #directions table {
  width: 100%; }

/* Pseudoklassen und -definitionen */
.routenplaner .onlyRoute {
  display: block !important;
  cursor: pointer; }

.routenplaner .notRoute, .routenplaner.themenroute .notThemenroute {
  display: none; }

.include-route {
  background-color: #006eb6;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  color: #fff;
  padding: 4px 8px;
  padding-right: 13px;
  position: absolute;
  font-size: 12px;
  top: 0; }

.del-merken {
  background-color: #cc003a;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  color: #fff;
  padding: 4px 8px;
  padding-right: 8px;
  padding-right: 13px;
  position: absolute;
  font-size: 12px;
  top: 0;
  right: 15px; }

/* Slicky Slider */
.slick-prev, .slick-next {
  z-index: 999; }

/***************************************************************************************/
/* Backend */
.tinyMe {
  border: 1px solid #ccc;
  height: 150px;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 95%; }

.backend > .row {
  margin-right: 0; }
.backend .mini {
  font-size: 11px;
  color: #888; }

.backend input[type='text'], .backend select {
  width: 90%; }
  .backend input[type='text'].width50, .backend select.width50 {
    width: 50%; }

.row.backendtable {
  padding: 0;
  border-top: 1px dotted #ccc;
  padding-left: 30px;
  padding-top: 10px; }
  .row.backendtable > div, .row.backendtable > div > .row, .row.backendtable > div > form > .row {
    padding: 0;
    margin-left: 0;
    margin-right: 0; }
  .row.backendtable > div, .row.backendtable > div > .row > div, .row.backendtable > div > form > .row > div {
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 3px 0; }
  .row.backendtable.nobdr {
    border: 0; }

.fixedFrameLeft, .fixedFrameTop {
  position: fixed;
  top: 0;
  background-color: #fff;
  box-shadow: 3px 3px 3px #ccc;
  z-index: 99999; }

.fixedFrameTop {
  margin-left: -15px;
  padding-left: 32px;
  padding-top: 15px;
  padding-bottom: 10px;
  right: 0;
  left: 16.666666666%; }
  .fixedFrameTop .suche-blau {
    background-color: #97C0EA;
    display: inline-block;
    padding: 8px 12px;
    margin-left: 15px; }
  .fixedFrameTop .legend-red {
    background-color: #ffd4d4;
    display: inline-block;
    padding: 8px 12px;
    margin-left: 15px; }
  .fixedFrameTop form {
    display: inline-block; }
  .fixedFrameTop .pulldownstatus, .fixedFrameTop #suchstr, .fixedFrameTop #suchstr_p {
    width: auto; }

.fixedFrameLeft {
  bottom: 0;
  padding: 15px;
  width: 16%;
  overflow: auto; }
  .fixedFrameLeft .fadeit {
    white-space: nowrap;
    width: 100%;
    display: block;
    overflow: hidden;
    font-size: 12px;
    line-height: 20px; }

.rightActions {
  /*position: absolute;
  bottom: 5px;
  right: 3%;*/
  margin-top: 5px; }
  .rightActions input {
    padding: 3px 8px;
    /*display: block;*/
    margin-bottom: 5px;
    /*width: 190px;*/
    border: 0;
    padding-left: 25px;
    margin-right: 10px; }
  .rightActions .save-data, .rightActions .close-data {
    background-color: #ccc; }

.dashedRight {
  border-right: 1px dashed #ddd;
  padding-right: 25px !important; }

.pulldownstatus, .backend select {
  -webkit-appearance: button;
  -moz-appearance: button;
  -ms-appearance: button;
  -o-appearance: button;
  appearance: button;
  background-image: inherit;
  border: 1px solid #c7c4c4;
  font-size: 12px; }

.shortDescription {
  width: 95%;
  margin-bottom: 25px;
  height: 90px; }

.quellText {
  width: 97.5%;
  margin-bottom: 25px;
  height: 100px; }

.copyText {
  width: 60%;
  margin-bottom: 25px;
  height: 50px; }

.imageBox {
  padding: 15px !important; }
  .imageBox img {
    object-fit: contain;
    width: 100%;
    height: 280px;
    background-color: #666; }
  .imageBox.inactive {
    padding: 13px !important; }
    .imageBox.inactive > .innerBox {
      border: 2px solid #c00; }
      .imageBox.inactive > .innerBox img {
        opacity: 0.3; }
  .imageBox .inputEbene {
    opacity: 1;
    /*
    opacity: 0;
    position: absolute;
    */
    top: 15px;
    left: 15px;
    background: rgba(0, 0, 0, 0.5);
    right: 15px;
    bottom: 15px;
    padding: 5px 8px; }
    .imageBox .inputEbene label {
      width: 30%;
      font-size: 9px;
      background-color: #eee;
      color: #666;
      clear: both;
      line-height: 16px;
      border: 1px solid #eee;
      height: 18px;
      float: none;
      padding-left: 2px; }
      .imageBox .inputEbene label.checkLabel {
        clear: none; }
        .imageBox .inputEbene label.checkLabel input {
          float: right;
          margin-top: 1px;
          margin-right: 3px; }
      .imageBox .inputEbene label.reddish {
        background-color: #FF7A7C;
        border-color: #FF7A7C;
        color: #000;
        font-weight: bold;
        width: 25%; }
    .imageBox .inputEbene input[type=text] {
      width: 70%;
      margin-bottom: 4px;
      font-size: 10px;
      height: 20px; }
      .imageBox .inputEbene input[type=text].smallPos {
        width: 15%;
        height: 20px;
        padding: 0;
        margin-top: 2px;
        float: right;
        margin-right: 10px; }
    .imageBox .inputEbene input[type=file] {
      background-color: #fff;
      padding: 0;
      width: 100%;
      margin-bottom: 4px;
      font-size: 10px; }
    .imageBox .inputEbene select {
      width: 70%;
      font-size: 10px;
      height: 20px;
      margin-left: -5px; }
      .imageBox .inputEbene select.smallDrop {
        width: 25%;
        height: 20px;
        padding: 0;
        margin-top: 2px;
        float: right; }
    .imageBox .inputEbene .saveData {
      width: 100%;
      margin-top: 8px;
      font-size: 10px;
      height: 20px;
      color: #666;
      background-color: #ccc; }
  .imageBox:hover > .inputEbene {
    opacity: 1;
    transition: opacity .8s linear;
    -moz-transition: opacity .8s linear;
    -webkit-transition: opacity .8s linear;
    -o-transition: opacity .8s linear; }

.hideBox {
  display: none; }

.opacity1 {
  opacity: 1 !important; }

.func_img_add {
  border: 1px solid #ddd;
  padding: 5px !important;
  cursor: pointer;
  background-color: #EEE; }
  .func_img_add:hover {
    background-color: #67FF6A; }

.objCol.objCol1 {
  width: 6%; }
.objCol.objCol2 {
  width: 20%; }
.objCol.objCol3 {
  width: 10%; }
.objCol.objCol4 {
  width: 7%; }
.objCol.objCol5 {
  width: 6%; }
.objCol.objCol6 {
  width: 13%; }
.objCol.objCol7 {
  width: 8%; }
.objCol.objCol8 {
  width: 8%; }
.objCol.objCol9 {
  width: 8%; }
.objCol.objCol10 {
  width: 6%; }
.objCol.objCol11 {
  width: 8%; }
.objCol.objCol16 {
  width: 44%; }
.objCol.objCol20 {
  width: 50%; }
.objCol.objCol21 {
  width: 70%; }
.objCol.objCol22 {
  width: 30%; }

.multiselectbox {
  width: 90%;
  height: 250px;
  overflow: auto;
  border-top: 1px dotted #aaa;
  border-bottom: 1px dotted #aaa;
  margin-bottom: 2.5em;
  overflow-x: hidden; }
  .multiselectbox.awards {
    height: 500px; }
  .multiselectbox.special {
    height: auto;
    border: 0; }

.multiselectbox label {
  float: inherit;
  white-space: nowrap;
  display: block;
  border-bottom: 1px solid #EEE;
  cursor: pointer; }
  .multiselectbox label:hover {
    background-color: #FFC; }
  .multiselectbox label.multiboxSelected {
    background-color: #006eb6;
    color: #fff; }
    .multiselectbox label.multiboxSelected:hover {
      background-color: #006eb6; }
  .multiselectbox label .grey {
    margin: 10px 0;
    display: block; }

.mrgLeft-1-12 {
  margin-left: 8.3% !important; }

.fokusBlock {
  border-top: 1px solid #ccc;
  padding-bottom: 20px;
  padding-top: 20px; }

.blockHidden {
  display: none; }

.clearboth {
  clear: both; }

.blockGallery {
  border-top: 1px dashed #ddd; }

.fb_info {
  cursor: pointer;
  margin-top: -4px; }

#func_fb_info {
  display: none;
  position: fixed;
  z-index: 99999;
  background-color: #FFFB97;
  width: 30%;
  height: auto;
  top: 230px;
  left: 30%;
  padding: 20px;
  box-shadow: 10px 10px 10px #888;
  border: 1px solid #888;
  border-radius: 10px; }
  #func_fb_info textarea, #func_fb_info input {
    width: 100%; }

.FBlegend {
  background-color: #FFFCAE;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 20px;
  padding: 15px;
  padding-bottom: 10px; }

/* damit im Internet-Explorer die natürlichen Pfeile der Selects nicht angezeigt werden */
.pulldownstatus::-ms-expand, .backend select::-ms-expand {
  display: none; }

/* iPAD Troubleshooting */
@media (min-width: 992px) {
  .col-sm-4 {
    width: 33.3%; } }
@media (min-width: 768px) {
  .col-sm-4 {
    width: 33.2%; } }

@media (min-width: 768px) {
  .col-sm-6 {
    width: 49.9%; } }

@media (min-width: 992px) {
  .col-md-4 {
    width: 33.3%; } }

/* iPAD Troubleshooting ENDE */
/***************************************************************************/
/* Lösung für Object-Fit im IE */
/* CSS Fallback from Modernizr */
.ieSucks.compat-object-fit {
  background-size: cover;
  background-position: center; }
  .ieSucks.compat-object-fit img {
    opacity: 0; }

.ieSucks2.compat-object-fit {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #888; }
  .ieSucks2.compat-object-fit img {
    opacity: 0 !important; }

/*************************************************************************/
/* Druckausgabe */
@media print {
  a:link:after,
  a:visited:after {
    content: "" !important; }

  .objekt-foto, .objekt-text {
    width: 60% !important; }

  .objekt-data, .objekt-data2 {
    width: 40% !important; }

  .noPrint {
    display: none; }

  .distance {
    background-color: #fff !important; }

  .objekt-foto img {
    object-fit: unset; }

  .slick-prev::before, .slick-next::before, #leftArrow::before, #rightArrow::before {
    display: none; }

  .objekt-galerie {
    white-space: normal;
    height: auto; }

  .objekt-galerie #miniGallery, .objekt-galerie #viewContainer {
    position: relative; }

  .objekt-galerie img {
    margin-bottom: 10px; } }
#cookiebar {
  position: fixed;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  top: 0;
  text-align: center;
  color: #333;
  padding: 0px 45px;
  z-index: 9999;
  box-sizing: border-box;
  border-bottom: 1px solid #888;
  height: 100%; }

#cookiebar p {
  font-size: 14px;
  margin-bottom: 0;
  max-width: 600px;
  display: inline-block;
  text-align: left;
  line-height: 19px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top: 0;
  padding: 24px 30px; }

#cookiebar p strong {
  display: block;
  font-weight: normal;
  font-size: 24px; }

#cookiebar a {
  color: #333;
  text-decoration: underline; }

#cookiebar a:hover {
  color: #999;
  text-decoration: none; }

#cookiebar #cookieOK, #cookiebar #cookieNotOK, #cookiebar #cookieSettings, #cookiebar #cookieSave {
  padding: 3px 10px;
  font-family: "roboto-condensed", "Roboto Condensed", Helvetica, Arial, sans-serif;
  background-color: transparent;
  border: 1px solid #333;
  border-radius: 5px;
  color: #333;
  font-size: 14px;
  margin-left: 20px;
  padding-bottom: 5px;
  cursor: pointer;
  margin-top: 15px; }

#cookiebar #cookieOK {
  background-color: #006eb6;
  color: #fff; }

#cookiebar #cookieSettings {
  border: 0;
  text-decoration: underline; }

#cookiebar #cookieSave {
  margin-left: 0;
  float: inherit; }

#cookiebar label {
  width: 200px;
  font-weight: bold; }

#cookiebar .info {
  font-size: 24px;
  cursor: help;
  float: left;
  margin-right: 20px; }

.fakeMap, .fakeVid {
  overflow: hidden;
  text-align: center;
  min-height: 290px;
  color: #fff;
  border: 0;
  width: 101%;
  background-image: url("/img/blurryMaps.jpg");
  padding: 10px; }
  .fakeMap button, .fakeVid button {
    background-color: #23527c;
    color: #fff;
    border: 0;
    padding: 3px 8px;
    margin: 20px 0; }
  .fakeMap a, .fakeVid a {
    color: #fff;
    text-decoration: underline; }

.fakeVid {
  background-image: url("/img/blurryVids.jpg"); }

#kommentar-form input#mail2{
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

#kommentar-form input#telefon{
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

#kommentar-form input#mail{
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

#kommentar-form input#kontakt{
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

.accordion-section {
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 10px;
}

.accordion-section > .accordion-header {
  background-color: #f0f0f0;
  padding: 10px;
  cursor: pointer;
  font-weight: bold;
  position: relative;
}

.accordion-section > .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.accordion-section > .accordion-content.open {
  max-height: 500px; /* Max content height */
  transition: max-height 0.5s ease-in;
}

.accordion-content-list {
  list-style: none;
  padding: 10px;
  margin: 0;
}

.accordion-content-list li {
  padding: 5px 0;
  border-bottom: 1px solid #ddd;
}

.accordion-content-list li:last-child {
  border-bottom: none;
}
.accordion-title {
  flex: 1;
}

.accordion-arrow {
  width: 16px;
  height: 16px;
}

.accordion-arrow::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  position: absolute;
  top: calc(50% - 4px);
  right: 12px;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

.accordion-arrow.open::before {
  transform: rotate(-135deg);
}
