#privacy-hint {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  padding: 2em;
  text-align: left !important;
  background-color: transparent; }
  #privacy-hint div {
    color: #888; }
    #privacy-hint div a {
      color: #888;
      text-decoration: underline; }
      #privacy-hint div a.privacy-hint-accept {
        color: #000; }
  #privacy-hint .headline {
    font-size: 24px; }
  #privacy-hint p {
    font-weight: 300; }
  #privacy-hint .flex-column {
    flex-direction: column !important; }
  #privacy-hint .nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none; }
  #privacy-hint .formatted-link {
    color: #c13225; }
  #privacy-hint.open {
    background-color: #eee;
    display: block; }
    #privacy-hint.open #privacy-hint_inner {
      display: block; }
    #privacy-hint.open .cookie-button-show {
      display: none; }
    #privacy-hint.open .cookie-button-hide {
      display: block; }
    #privacy-hint.open .privacy-hint__buttons .btn {
      border-left: 1px solid #999;
      border-top: 1px solid #999;
      border-right: 1px solid #999; }
  #privacy-hint #privacy-hint_inner {
    display: none; }
  #privacy-hint .cookie-button-enabled .btn-style-disabled {
    border: 1px solid #ccc;
    padding: 5px 35px 5px 10px;
    margin-top: -6px;
    display: inline-block; }
  #privacy-hint .cookie-button-enabled .all-cookies-checked {
    background: transparent url("/typo3conf/ext/greiner_core/Resources/Public/images/cookie/icon-check-double.svg") no-repeat 0 0;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: 6px;
    position: absolute;
    top: 4px; }
    @media (max-width: 768px) {
      #privacy-hint .cookie-button-enabled .all-cookies-checked {
        margin-top: 15px; } }
  #privacy-hint #gcprivacy-pills-tabContent .btn {
    border: 1px solid #999;
    color: #888;
    background-color: #fff; }
    #privacy-hint #gcprivacy-pills-tabContent .btn.cookie-button-disable {
      background-color: #f1f1f1; }
  #privacy-hint .privacy-hint__buttons {
    display: block;
    position: fixed !important;
    right: 0;
    left: auto;
    bottom: 0;
    z-index: 1040;
    top: auto !important;
    width: 300px;
    text-align: right; }
    #privacy-hint .privacy-hint__buttons button {
      top: -40px;
      float: right;
      position: absolute;
      right: 0;
      bottom: 0;
      width: 220px;
      font-size: 12px;
      color: #666; }
  #privacy-hint .cookie-button-show {
    display: block; }
  #privacy-hint .cookie-button-hide {
    display: none; }
  #privacy-hint .nav-pills .formatted-link {
    border: 0; }

@media (max-width: 480px) {
  #privacy-hint {
    /* height: 35vw !important; */ } }

.modal-body #privacy-hint {
  position: relative;
  z-index: auto;
  bottom: auto;
  left: auto;
  right: auto;
  background-color: transparent; }

/*# sourceMappingURL=greinerCore.privacy-hint.css.map */


.tx-mapmaker{font-size:15px;}
#tx-mapmaker-filterform{margin-bottom:20px;}
.tx-mapmaker .filter {
	background-color: #f1f1f1;
	border: 2px solid #fff;
	float: left;
	height: 67px;
	margin: 0;
	padding: 5px 10px 0;
	width: 50%;
	position:relative;
}
.tx-mapmaker .filter select{width:100%; font-size:12px; padding:3px;}
.tx-mapmaker .filter label {
	display: inline-block;
	margin-right: 10px;
}
.tx-mapmaker .clearer {
	clear: both;
}
.mara-buttons{margin-bottom:20px;}
.mara-selected {
	font-size: 11px;
	line-height: 12px;
	margin-top: 3px;
}
.btn.btn-warning.remove-selection {
	font-size: 11px;
	font-weight: bold;
	line-height: 11px;
	padding: 2px 4px;
	position: absolute;
	right: 7px;
	top: 7px;
}
.mara-buttons .btn-primary {
	text-align:center;
	white-space: unset;
	margin-bottom:5px;
}
#zoomOut {
	color:#3c3c3c;

	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 3px;
	padding: 2px 5px 2px 21px;
}
#zoomOut:hover{ color:#1f9959}
#tx-mapmaker-name-suggest li {
	margin-bottom: 0;
	margin-left: 10px;
	padding-left: 0;
}
#tx-mapmaker-name-suggest li input {
	margin-right: 10px;
	position: relative;
	top: 1px;
}
#tx-mapmaker-name-suggest li:before, #tx-mapmaker-name-suggest li:after{display:none;}
/*


	.typeahead,
	.tt-query,
	.tt-hint {
		width:942px;
		height: 50px;
		padding: 8px 12px;
		font-size: 24px;
		line-height: 30px;
		border: 2px solid #ccc;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		outline: none;
	}

	.typeahead {
		background-color: #fff;
	}

	.typeahead:focus {
		border: 2px solid #0097cf;
	}


	*/

.tt-query {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
	color: #999
}

.tt-dropdown-menu {
	max-height: 350px;
	overflow-y: auto;
	width: 942px;
	margin-top: 12px;
	padding: 5px 8px;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.tt-suggestion {
	padding: 3px 20px;
	font-size: 18px;
	line-height: 24px;
}

.tt-suggestion.tt-cursor {
	color: #fff;
	background-color: #0097cf;

}

.tt-suggestion p {
	margin: 0;
}

.suggest-photo {
	margin-right: 10px;
	margin-left: -15px;
	height: 35px;
	width: 35px;
}

#tx-mapmaker-name-suggest .twitter-typeahead {
	display: block;
	width: 100%;
	margin-top: 7px;
}

#contentInfoWindow{
	margin-bottom: 30px;
}

img.suggest-photo {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: url('vhs-assets-css-fdb22bde2ea9e319efc8d95d86182f0a.svg#greyscale');
	filter: gray;
	-webkit-filter: grayscale(1);
}
@media only screen and (max-width : 767px) {
	.mara-buttons .btn-primary, .mara-buttons .btn-highlight { display:block; width:100%;}
}


#tx-mapmaker-name-suggest{
	display: none;
}



