:root {
  --bg-color: 255, 255, 255;
  --bg-color-1: 235, 235, 235;
  --bg-color-2: 247, 166, 0;
  --text-color: 36, 36, 36;
  --cp-color-1: 106, 155, 159;
  --cp-color-2: 199, 165, 78;
  --cp-color-3: 226, 203, 157;
  --cp-color-4: 13, 103, 156;
  --cp-color-5: 207, 37, 48;
  --cp-color-6: 240, 226, 197;
  --cp-color-7: 113, 35, 85;
  --cp-color-8: 48, 147, 204;
  --cp-color-8a: 48, 147, 204, 0.8;
  --cp-color-8d: 38, 122, 177;
  --cp-color-9: 186, 0, 17;
  --cp-color-9a: 186, 0, 17, 0.8;
}
.icon-arrow_down:before,
.icon-arrow_down_small:before,
.icon-arrow_left:before,
.icon-arrow_right:before,
.icon-arrow_up:before,
.icon-arrow_up_small:before,
.icon-close:before,
.icon-closeXXX:before,
.icon-document:before,
.icon-extern:before,
.icon-external:before,
.icon-facebook:before,
.icon-facebook2:before,
.icon-gebaerdensprache:before,
.icon-google:before,
.icon-ical:before,
.icon-instagram:before,
.icon-instagram_outline:before,
.icon-leichte_sprache:before,
.icon-lesezeit:before,
.icon-link:before,
.icon-linkedin:before,
.icon-links:before,
.icon-loading:before,
.icon-lupe:before,
.icon-mail:before,
.icon-navi:before,
.icon-phone:before,
.icon-print:before,
.icon-quotes:before,
.icon-rss:before,
.icon-spinner:before,
.icon-suche:before,
.icon-tick:before,
.icon-twitter:before,
.icon-typo3-message-error:before,
.icon-typo3-message-info:before,
.icon-typo3-message-ok:before,
.icon-vcard:before,
.icon-view:before,
.icon-xing:before,
.icon-youtube:before {
  font-family: 'icon';
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.icon-arrow_down:before {
  content: '\f101';
}
.icon-arrow_down_small:before {
  content: '\f102';
}
.icon-arrow_left:before {
  content: '\f103';
}
.icon-arrow_right:before {
  content: '\f104';
}
.icon-arrow_up:before {
  content: '\f105';
}
.icon-arrow_up_small:before {
  content: '\f106';
}
.icon-close:before {
  content: '\f107';
}
.icon-closeXXX:before {
  content: '\f108';
}
.icon-document:before {
  content: '\f109';
}
.icon-extern:before {
  content: '\f10a';
}
.icon-external:before {
  content: '\f10b';
}
.icon-facebook:before {
  content: '\f10c';
}
.icon-facebook2:before {
  content: '\f10d';
}
.icon-gebaerdensprache:before {
  content: '\f10e';
}
.icon-google:before {
  content: '\f10f';
}
.icon-ical:before {
  content: '\f110';
}
.icon-instagram:before {
  content: '\f111';
}
.icon-instagram_outline:before {
  content: '\f112';
}
.icon-leichte_sprache:before {
  content: '\f113';
}
.icon-lesezeit:before {
  content: '\f114';
}
.icon-link:before {
  content: '\f115';
}
.icon-linkedin:before {
  content: '\f116';
}
.icon-links:before {
  content: '\f117';
}
.icon-loading:before {
  content: '\f118';
}
.icon-lupe:before {
  content: '\f119';
}
.icon-mail:before {
  content: '\f11a';
}
.icon-navi:before {
  content: '\f11b';
}
.icon-phone:before {
  content: '\f11c';
}
.icon-print:before {
  content: '\f11d';
}
.icon-quotes:before {
  content: '\f11e';
}
.icon-rss:before {
  content: '\f11f';
}
.icon-spinner:before {
  content: '\f120';
}
.icon-suche:before {
  content: '\f121';
}
.icon-tick:before {
  content: '\f122';
}
.icon-twitter:before {
  content: '\f123';
}
.icon-typo3-message-error:before {
  content: '\f124';
}
.icon-typo3-message-info:before {
  content: '\f125';
}
.icon-typo3-message-ok:before {
  content: '\f126';
}
.icon-vcard:before {
  content: '\f127';
}
.icon-view:before {
  content: '\f128';
}
.icon-xing:before {
  content: '\f129';
}
.icon-youtube:before {
  content: '\f12a';
}
.animationSpin {
  -webkit-animation-name: spin;
  -webkit-animation-duration: 1000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.lfgeo-wrap {
  height: 700px;
  overflow: hidden;
}
.slant-top-left .lfgeo-wrap,
.slant-top-right .lfgeo-wrap {
  margin-top: -100px;
}
.slant-bottom-left .lfgeo-wrap,
.slant-bottom-right .lfgeo-wrap {
  margin-bottom: -100px;
}
.lfgeo {
  height: 700px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
}
.lfgeo label {
  width: 100%;
  display: inline-block;
  line-height: 31px;
}
.lfgeo input[type='checkbox'] {
  display: inline-block;
  width: auto;
}
.lfgeo .view {
  position: absolute;
  top: 60px;
  right: 0;
  width: 380px;
  height: 380px;
}
.lfgeo .view-map {
  top: 0;
}
.lfgeo .view-search {
  top: 80px;
  right: 0;
  width: 290px;
  height: auto;
  z-index: 1;
  box-sizing: border-box;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  transition: right 1s ease;
}
.lfgeo .view-search form p {
  padding: 0 10px 20px 10px;
  font-size: 12px;
  line-height: 17px;
}
.lfgeo .view-search .open-close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 15px;
  left: -30px;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 0 none;
  text-indent: -9999em;
  overflow: hidden;
}
.lfgeo .view-search .open-close:before {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  text-indent: 0;
  vertical-align: middle;
  font-size: 12px;
  line-height: 30px;
  color: #000;
  top: -2px;
  left: 2px;
  width: 30px;
  height: 30px;
  content: '+';
  font-size: 34px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.lfgeo .view-search .open-close:hover {
  background: #fff;
}
.lfgeo .view-search.closed {
  right: -290px;
}
.lfgeo .view-search.closed .open-close:before {
  font-family: 'icon';
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.lfgeo .view-search.closed .open-close:before {
  content: '\f11b';
}
.lfgeo .view-search h1,
.lfgeo .view-search h2,
.lfgeo .view-search h3,
.lfgeo .view-search h4,
.lfgeo .view-search h5,
.lfgeo .view-search h6 {
  line-height: 60px;
  padding: 0;
  padding-left: 10px;
}
.lfgeo .view-search form {
  background-color: #f7f3e9;
}
.lfgeo .view-search form h1,
.lfgeo .view-search form h2,
.lfgeo .view-search form h3,
.lfgeo .view-search form h4,
.lfgeo .view-search form h5,
.lfgeo .view-search form h6 {
  padding: 0;
  padding-left: 30px;
  text-transform: none;
  margin-bottom: -5px;
}
.lfgeo .view-search form h1 {
  padding-left: 40px;
  margin: 0 0 -5px;
}
.lfgeo .view-search label {
  line-height: 60px;
  font-size: 15px;
  font-weight: 600;
  padding-left: 45px;
  box-sizing: border-box;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: left 14px center;
  background-size: auto 25px;
  opacity: 0.5;
}
.lfgeo .view-search label:hover {
  color: rgb(var(--cp-color-2));
}
.lfgeo .view-search label.active {
  opacity: 1;
}
.lfgeo .view-search label input {
  display: none;
}
.lfgeo .view-search .label-filter-exhibitions-upcomming {
  background-image: url('../../images/map/pin-exhibitions-upcomming.svg');
  line-height: 48px;
}
.lfgeo .view-search .label-filter-exhibitions-current {
  background-image: url('../../images/map/pin-exhibitions-current.svg');
  line-height: 48px;
}
.lfgeo .view-search .label-filter-exhibitions-past {
  background-image: url('../../images/map/pin-exhibitions-past.svg');
  line-height: 48px;
}
.lfgeo .view-search .label-filter-projects {
  line-height: 60px;
  background-image: url('../../images/map/map_cirlce_red.svg');
  background-size: auto 25px;
  border-top: 2px solid #fff;
  margin-top: 5px;
  font-size: 20px;
  font-weight: 700;
  display: none !important;
}
.lfgeo .view-search .label-legend {
  background: #fff;
  opacity: 1 !important;
  color: #b4b4b5;
  text-align: right;
  padding-right: 10px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: right 140px center;
  background-image: url('../../images/map/map_legende.svg');
  background-size: auto 30%;
  cursor: default;
  display: none;
}
.lfgeo .view-map,
.lfgeo .view-map .map {
  width: 100%;
  height: 100%;
}
.lfgeo .infobox {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 20px;
  padding-top: 80px;
  box-sizing: border-box;
  width: 280px !important;
  margin-bottom: 0 !important;
}
.lfgeo .infobox > img {
  display: none;
}
.lfgeo .infobox .map-google-infobox {
  background: #fff;
  min-height: 140px;
  -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3);
  position: relative;
}
.lfgeo .infobox .map-google-infobox:after {
  content: '';
  position: absolute;
  margin-left: -15px;
  margin-top: 0px;
  top: 100%;
  left: 50%;
  box-sizing: border-box;
  border: 10px solid transparent;
  border-color: transparent transparent #fff #fff;
  transform-origin: 0 0;
  transform: rotate(-45deg);
  box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform-origin: 0 0;
  -webkit-transform: rotate(-45deg);
  -webkit-box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.3);
}
.lfgeo .infobox .map-google-infobox-close {
  width: 30px;
  height: 30px;
  border: 0 none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #f7f3e9;
  text-indent: -10000em;
  z-index: 1;
  background: rgb(var(--cp-color-3));
  color: white;
}
.lfgeo .infobox .map-google-infobox-close:before {
  position: absolute;
  text-align: center;
  /*
				width: 100%;
				height: 100%;
				font-size: 12px;
				top: 0;
				left: 0;
				*/
  text-indent: 0;
  vertical-align: middle;
  line-height: 30px;
  top: -2px;
  left: 2px;
  width: 30px;
  height: 30px;
  content: '+';
  font-size: 34px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.lfgeo .infobox .map-google-infobox-close:hover {
  background: rgb(var(--cp-color-2));
}
.lfgeo .infobox .map-google-spinner {
  text-align: center;
  position: relative;
  text-indent: -9999em;
}
.lfgeo .infobox .map-google-spinner:before {
  font-family: 'icon';
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.lfgeo .infobox .map-google-spinner:before {
  content: '\f120';
}
.lfgeo .infobox .map-google-spinner:before {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 50%;
  top: 100%;
  margin-left: -15px;
  font-size: 30px;
  color: #6a9b9f;
  text-indent: 0em;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 1000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.lfgeo .infobox .map-google-infobox-markers-header {
  margin: 0 15px;
  margin-top: -22px;
}
.lfgeo .infobox .map-google-infobox-markers-header h1 {
  margin-bottom: 10px;
}
.lfgeo .infobox .map-google-infobox-markers {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 290px;
  padding-bottom: 10px;
}
.lfgeo .infobox .map-google-infobox-marker {
  display: block;
  margin: 0 15px;
  cursor: pointer;
  padding-left: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  /* margin-bottom: 10px; */
  border-bottom: 1px dashed #000;
}
.lfgeo .infobox .map-google-infobox-marker:last-child {
  border-bottom: 0 none;
}
.lfgeo .infobox .map-google-infobox-marker p {
  line-height: 20px;
  margin: 0;
}
.lfgeo .infobox .map-google-infobox-marker.filter-projects {
  background-image: url('../../images/map/pin-projects.svg');
  background-size: auto 30px;
  background-repeat: no-repeat;
  background-position: left 0px center;
}
.lfgeo .infobox .map-google-infobox-marker.filter-exhibitions-upcomming {
  background-image: url('../../images/map/pin-exhibitions-upcomming.svg');
  background-size: auto 30px;
  background-repeat: no-repeat;
  background-position: left 0px center;
}
.lfgeo .infobox .map-google-infobox-marker.filter-exhibitions-current {
  background-image: url('../../images/map/pin-exhibitions-current.svg');
  background-size: auto 30px;
  background-repeat: no-repeat;
  background-position: left 0px center;
}
.lfgeo .infobox .map-google-infobox-marker.filter-exhibitions-past {
  background-image: url('../../images/map/pin-exhibitions-past.svg');
  background-size: auto 30px;
  background-repeat: no-repeat;
  background-position: left 0px center;
}
.lfgeo .infobox .map-google-infobox-content {
  position: relative;
  padding: 30px 0 0 0;
}
.lfgeo .infobox .marker-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 290px;
  padding: 15px;
}
.lfgeo .infobox .category {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 16px;
  font: 600 13px/30px 'CeraPro', sans-serif;
  text-transform: uppercase;
}
.lfgeo .infobox .category.exhibitions {
  background: #a48941;
  color: #fff;
}
.lfgeo .infobox .category.projects {
  background: #cf2530;
  color: #fff;
}
.lfgeo .infobox h1,
.lfgeo .infobox h2,
.lfgeo .infobox h3,
.lfgeo .infobox h4,
.lfgeo .infobox h5,
.lfgeo .infobox h6,
.lfgeo .infobox p,
.lfgeo .infobox strong,
.lfgeo .infobox span,
.lfgeo .infobox a {
  font-size: 13px;
  line-height: 18px;
  margin: 0;
  padding: 0;
  text-transform: none;
  display: block;
  /* font: 400 12px/18px "CeraPro",Arial,sans-serif; */
  font-family: 'CeraPro', Arial, sans-serif;
}
.lfgeo .infobox p {
  margin-bottom: 10px;
}
.lfgeo .infobox a {
  color: #a48941;
}
.lfgeo .infobox a.mail {
  padding-left: 30px;
  font-weight: normal;
}
.lfgeo .infobox img {
  width: 100%;
  height: auto;
}
.lfgeo .infobox .marker-content-header {
  margin-bottom: 10px;
}
.lfgeo .infobox .marker-content-header h1 {
  font-size: 18px;
  line-height: 22px;
}
.lfgeo .infobox .marker-content-meta {
  background-color: #f0e2c5;
  padding: 10px;
  margin-bottom: 10px;
}
.lfgeo .infobox .marker-content-images,
.lfgeo .infobox .marker-content-partner-logos {
  overflow: hidden;
  width: auto;
  position: relative;
  margin: 0 -2px;
  margin-bottom: 20px;
  /*
			&.images-2 {

				img {
					width: 50%;
					float: left;
				}

			}

			&.images-3 {

				img {
					width: 33.33%;
					float: left;
				}
			}
			*/
}
.lfgeo .infobox .marker-content-images img,
.lfgeo .infobox .marker-content-partner-logos img {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  box-sizing: border-box;
  width: 33.33%;
  float: left;
}
.lfgeo .infobox .marker-content-links {
  margin-bottom: 10px;
  border-top: 1px dashed #000;
  border-bottom: 1px dashed #000;
  padding: 10px 0;
}
@media screen and (min-width: 641px) {
  .lfgeo .infobox .map-google-infobox {
    margin: 0px -100px;
    position: relative;
  }
  .lfgeo .infobox h1,
  .lfgeo .infobox h2,
  .lfgeo .infobox h3,
  .lfgeo .infobox h4,
  .lfgeo .infobox h5,
  .lfgeo .infobox h6,
  .lfgeo .infobox p,
  .lfgeo .infobox strong,
  .lfgeo .infobox span,
  .lfgeo .infobox a {
    font-size: 14px;
    line-height: 22px;
  }
  .lfgeo .infobox .marker-content-header h1 {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .lfgeo .infobox .marker-content-header strong {
    margin-bottom: 20px;
  }
  .lfgeo .infobox .marker-content {
    padding: 30px;
  }
}
@media screen and (max-width: 1279px) {
  .slant-top-left .lfgeo-wrap,
  .slant-top-right .lfgeo-wrap {
    margin-top: -75px;
  }
  .slant-bottom-left .lfgeo-wrap,
  .slant-bottom-right .lfgeo-wrap {
    margin-bottom: -75px;
  }
}
/* SPECIAL 4 VIELFALT */
.lfgeo .infobox .marker-content {
  padding-top: 0;
}
.lfgeo .marker-content-quote {
  margin-bottom: 20px;
}
.lfgeo .marker-content-quote blockquote {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  border-left: 5px solid #c7a54e;
  padding-left: 15px;
}
.lfgeo .marker-content-quote cite {
  padding-top: 5px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  display: block;
  text-align: left;
}
.lfgeo .marker-content-info {
  margin-bottom: 20px;
}
.lfgeo .marker-content-info a {
  display: inline;
}
.lfgeo .marker-content-caption {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
}
.lfgeo .marker-content-caption p {
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
}
.lfgeo .marker-content-caption a {
  font-size: 12px;
  line-height: 18px;
  display: inline;
}
/*# sourceMappingURL=build/assets/scripts/map_vielfalt/style.css.map */