@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/open-sans-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('fonts/open-sans-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v15-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v15-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}
body {
  min-width:320px;
}

#header {
  background-image:url('gfx/top-hg.png');
}

#mapsvg {
  display: inline-block;
  background: #e6e6e6;
  border: 10px solid #fff;
  margin-bottom:-3px;
}
.mapsvg-buttons.right {
    right: 0;
    bottom: 0;
    top: auto;
}
.mapsvg-btn-zoom {
    width: 30px;
    height: 30px;
    border-radius: 3px;
    margin-bottom: 7px;
    background-color: #cf103b;
}
.mapsvg-btn-zoom.in:before, .mapsvg-btn-zoom.out:before {
    top: 13.5px;
    left: 6px;
    background-color: white;
    height: 3px;
    width: 18px;
}

.mapsvg-btn-zoom.in:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 13px;
    background-color: white;
    height: 18px;
    width: 3px;
}

.fancybox-container #citymap #mapsvg {
    width: 100%;
}
.fancybox-container #citymap {
    background: white;
    padding: 0;
    margin: 0;
    padding-top: 44px;
    padding-top: 0;
}
.fancybox-container #citymap #mapsvg {
    border: none;
}
@media only screen and (min-width: 980px) {
    .fancybox-container #citymap {
	      width: 70%;
    }
}
@media only screen and (max-width: 980px) {
    .fancybox-container #citymap {
        padding-top: 0;
    }
}

.fancybox-close-small::after {
    color: #fff;
    background: #cf103b;
    content: "×";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    font: 44px/39px Arial,Helvetica Neue,Helvetica,sans-serif;
    border-radius: 50%;
    border-width: 0;
}

.fancybox-slide--html {
      padding: 0;
}

#citymap {
  margin-bottom:1em;
  position:relative;
}
#citymap:before {
  content: '';
  display: block;
  background-image:url('gfx/top-hg.png');
  position: absolute;
  top:0;
  left:0;
  height:75%;
  width:100%;
}
iframe {
  width: 100%;
}

.navbar-default .navbar-nav > li > a {
  font-family: 'Raleway';
  font-style: normal;
  font-size:15.1px;
  font-weight: 700;
  letter-spacing:0;
}

.facebookbox {
  margin-top: 24px;
}
a.planbtn,
a.webbtn,
a.telbtn,
a.routebtn {
   overflow: hidden
}
a.planbtn .location,
a.webbtn .location,
a.telbtn .location,
a.routebtn .location {
   box-shadow:0 0 7px rgba(0,0,0,.3);
   background-color:#cf103b;
}
a.telbtn .location {
  background-size:contain;
}
.head-buttons a.planbtn,
.head-buttons a.telbtn,
.head-buttons a.routebtn {
  width:auto;
  padding-right:.75em;
  margin-bottom:.3em;

}
.head-buttons a,
.head-buttons a .location {
    background-color:#e6e6e6;
    color:#383838;
}
.head-buttons p.pnull {
  margin-right:.3em;
  display: inline-block;
}

.head-buttons p.pnull:last-child {
  margin-right:0;
}
.innertip .buttons-wrapper a:hover {
  text-decoration: none
}
a.planbtn .location,
a.telbtn .location,
a.routebtn .location,
a.webbtn .location,
a.shopbtn .location,
a.datebtn .location {
  background-size:54px 27px;
  background-position:right 0;
  transition:background-color .3s;
}
.head-buttons a .location {
    box-shadow:none;
    margin-right:0;
}

a.planbtn .location {
  background-image:url('gfx/location2.png');
}
a.telbtn .location {
  background-image:url('gfx/telefon2.png');
}
a.routebtn .location {
  background-image:url('gfx/route2.png');
}
a.webbtn .location {
	background-image: url('gfx/web2.png');
}
a.shopbtn .location {
	background-image: url('gfx/shop2.png');
}
a.datebtn .location {
	background-image: url('gfx/date2.png');
}
a.planbtn:hover .location,
a.telbtn:hover .location,
a.routebtn:hover .location,
a.webbtn:hover .location,
a.shopbtn:hover .location,
a.datebtn:hover .location {
  background-position:left 0;
}
a.planbtn:hover,
a.telbtn:hover,
a.routebtn:hover,
a.webbtn:hover,
a.shopbtn:hover,
a.datebtn:hover,
a.planbtn:hover .location,
a.telbtn:hover .location,
a.routebtn:hover .location,
a.webbtn:hover .location,
a.shopbtn:hover .location,
a.datebtn:hover .location {
  background-color:#cf103b;
  color:#fff;
}
.store-detail-main-buttons a,
.store-detail-main-buttons a .location {
  background-color:#e6e6e6;
  color:#383838;
}

.hidden-mailform {
  background-image: url('gfx/top-hg.png');
  color:#383838;
}
.hidden-mailform h1,
.hidden-mailform .sendbtn,
.hidden-mailform .sendbtn:hover {
    background-color:#cf103b;
}
.hidden-mailform em {
    color:#cf103b;
}
.hidden-mailform a,
.hidden-mailform a:hover {
    color:#383838;
}
.stext { /* search-bar input */
  width: 444px;
}
#socket {
  background-image: url('gfx/top-hg.png');
  color:#383838;
}
#socket a {
  color:#383838;
}
#socket a:hover,
#socket a:focus,
#socket a:active {
  color:#383838;
}
.buttons-wrapper {
  clear: both;
}
.tiptxt .showinmap,
.tiptxt .showdetails {
  background-color:#cf103b;
  padding:.25em .5em;
  font-weight:700;
  border-radius:.2em;
  display: block;
  float:left;
  text-transform:uppercase;
  font-size:.95em;
}
.tiptxt .showdetails {
  margin-right:1em;
}
.tiptxt .showinmap {
  padding-left:1.75em;
  background-image: url('gfx/location.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size:auto 100%;
}
.tiptxt .showinmap a,
.tiptxt .showdetails a {
  text-decoration: none;
  color:#fff;
}

/********** MEDIA QUERIES *************/

/*BY MIN-WIDTH*/
@media only screen and (min-width:981px) {
  p.logo {
	background-color: #fff;
    box-shadow: 2px 2px 2px rgb(0 0 0 / 20%);
    padding: 1.5em 1em;
    margin: 12px 0 -1.65em;
    position: relative;
    z-index: 5;
  }
  .navbar-default .navbar-nav > li > a.active span {
    border-bottom-width: 5px;
  }
  #navigation .navbar-nav {
    margin-top:6px;
  }
  .navbar-default .navbar-nav > li > a span {
    padding: 7px 0 10px;
  }
  .navigation-bar {
    position: relative;
    background-color:#fff;
    overflow:hidden;
    top:12px;
    float:right;
    display: inline-block;
    box-shadow:0 0 3px rgba(0,0,0,.2);
  }
  #suche {
    margin-top:52px;
  }
  p.searchbtn {
        margin: 5px 9px 0 5px;
  }
  .dropdown-menu {
    min-width:15em;
    left:10px;
  }
  .dd-branchen {
    min-width:30em;
  }
  .dd-aktuelles {
    left:auto;
    right:0;
  }
  .navbar-default .navbar-nav > li.dropdown:hover,
  .navbar-default .navbar-nav > li:hover {
    background-color:transparent;
    border-radius:0;
  }
  ul.navbar-nav a:hover,
  ul.navbar-nav li:hover a {
    color:#383838;
  }
  .navbar-default .navbar-nav > li > a span {
    border-bottom:5px solid transparent;
  }
  .navbar-default .navbar-nav > li:hover > a span {
    color:#383838;
    border-bottom:5px solid #383838;
    float:none;
  }
  .navbar-default .navbar-nav > li:hover > a.active span {
    color:#cf103b;
    border-bottom:5px solid #cf103b;
  }
  .navbar-default .navbar-nav > li:last-child > a span {
    margin-right:0;
  }
  #suche {
    left:auto;
    right:0;
  }
  .head-buttons {
    display: none;
  }
}



/*BY MAX-WIDTH*/
@media only screen and (max-width: 980px) {
  #header {
    /* background: #fff url(gfx/bg_header_mobile.png) repeat-x 0 0; */
	/* background-image: linear-gradient(to bottom,#fff 14.5%, #e6e6e6 2%); */
	background-image: linear-gradient(to bottom,#fff 20%, #e6e6e6 2%);
  }
  #header.notstart {
	background: #fff;
  }
  #startboxen	{
	margin: 60px 0 15px 0;
}

  .stext { /* search-bar input */
  width: 160px;
  }
	.park-facebook {
		margin-top: 32px;
		float: right;
	}
	.facebookbox {
		float: right;
		width: 100%;
		margin-top: 10px;
		padding-bottom: 20px;
	}
	.newsletter-box {
		margin: 2px 4.25% 0 0;
	}
	ul#navmenu-h {
    margin-top:45px;
  }
}
@media only screen and (max-width: 550px) {
	.newsletter-box {
		margin: 0;
	}
	#header {
	background-image: linear-gradient(to bottom,#fff 15.5%, #e6e6e6 2%);

	}
}


/* onlineshops_accordion */

.shops-cathead {
	padding: 8px 16px;
  background: #e6e6e6;
  text-transform: uppercase;
  font-size: 16px;
  cursor: pointer;
	position:relative;
	text-indent: 10px;
	clear:both;
}

.shops-cathead.expanded {

}

.accordion-shops {
	list-style-type: none;
	display:none; /* hide initial then toggle via js */
}

.shops-cathead .arrow {
	width: 0;
	height: 0;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #383838;
	border-right: 5px solid transparent;
	border-top: 5px solid transparent;
	top:14px;
	position: absolute;
	left:1.5rem;
	transition: all .2s;
}
.shops-cathead.expanded .arrow {
	transform:rotate(90deg);
	top:16px;
	left:1.2rem;

}

.accshopbtn {
	margin-top: 16px;
	background: #cf103b;
    color: #fff;
    font-weight: 700;
}

.accshopbtn:hover {
	background: #383838;
    color: #fff;
}


/* 2021 responsiveness mediaquery for articles and stuff  */

@media screen and (max-width:829px) {

	.branche span.bit-img {float:none;margin-left:auto;margin-right:auto;margin-bottom:16px;width:100%;}
	
	.branche span.bit-img2 { margin-right:8px; }
	
	.news span, .branche span.stdtext, .branche div.stdtext { float:none; width: 100%}
	
	.stdtext { max-width:100%;}
	
	}





  .html-compensate-for-scrollbar {
    overflow: hidden !important;
  }
  
  #mobilebtnbar .ui-link {
    outline:none;
  }
  #mobilebtnbar {
    border:0;
    bottom:1.6em;
    left:1em;
    border-radius:.3em;
    overflow: hidden;
  }
  #mobilebtnbar .open-panel {
    color:#fff;
    background-color: #cf103b;
    padding:16px 15px 12px;
  }
  
  #mobilebtnbar img {
    float:left;
    width:1.5em;
    margin-right:.5em;
    position: relative;
    top:-.2em;
  }


  /**** OVERLAY ***/


/*Overlay*/
@media only screen and (min-width: 980px) {
	.navbar-header button,
	#mobilebtnbar {
		display: none;
	}
}
#mobilebtnbar {
	background: #fff;
	background-image: linear-gradient(#e6e6e6, #fff);
	border-bottom:0;
	border-left:0;
	color: #222;
	float: left;
	margin: 0;

	position: fixed;
	z-index: 99998;

}
#mobilebtnbar a {
	display: block;
	padding: 16px 28px;
	float: left;
	width: 100%;
}
#overlay,
.ui-panel-display-overlay {
	background: #fff;
	z-index: 999999;
}
#overlay {
	width: 300px;
	position: fixed;
	text-align: left;
	height:100vh;
	overflow: visible;
}
#overlay ul {
	margin: 0;
	padding: 0;
}
#overlay ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#overlay ul li a {
	color: #000;
}
#overlay ul li a strong {
	display: block;
	float: left;
	font-weight: 700;
	width: 220px;
	line-height:1.25em;
}
#overlay ul li a em {
	display: block;
	float: left;
	font-style: normal;
	margin-top:-1px;
}
.square {
	display: block;
	float: left;
	height: 16px;
	margin-bottom: 7px;
	margin-right: 8px;
	width: 16px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.title-for-squares {
	letter-spacing: 1px;
	padding: 0;
	text-transform: uppercase;
	font-size:18px;
	font-family:'Raleway',sans-serif;
	font-weight:bold;
	text-decoration: none;
	margin:0;
	padding-top:5px;
}
#mobilebtnbar .ui-link {
	text-decoration: none;
}
.blue-square {
	background: #2ca6d1;
}
.red-square {
	background: #c2053d;
}
.green-square {
	background: #7bbb44;
}
.grey-square {
	background: #777777;
}
.orange-square {
	background: #eb7700;
	margin-right: 0;
}

.branch-line {
	background: #cf103b;
	clear: both;
	font-size: 1%;
	height: 1px;
	line-height: 1px;
	margin: 0 0 29px 0;
}

.branch-overlay ul {
	margin: 0;
	padding: 0;
}
.branch-overlay ul li {
	list-style: none;
	margin: 0;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.blue-big,
.red-big,
.green-big,
.grey-big,
.orange-big,
.branch-head {
	display: block;
	float: left;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
	margin-bottom:.5em;
	padding: 0;
	text-transform: uppercase;
	width: 100%;
}
.branch-head {
	display: block;
	float: left;
	letter-spacing: 2px;
	padding: 0;
	text-transform: uppercase;
	width: 100%;
	font-size: 18px;
	margin:.75em 0 .75em;
}
.blue-big,
.red-big,
.green-big,
.grey-big,
.orange-big {
	margin: 0 0 17px 0;
}
.orange-big {
	margin-bottom: 29px;
}
.blue-small,
.red-small,
.green-small,
.grey-small,
.orange-small {
	display: block;
	float: left;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	margin: 0 0 0 0;
	padding: 0;
	text-transform: uppercase;
	width: 100%;
}
.branch-head {
}
.blue-big i.cmicon,
.red-big i.cmicon,
.green-big i.cmicon,
.grey-big i.cmicon,
.orange-big i.cmicon {
	display: block;
	float: left;
	height: 15px;
	margin-right: 8px;
	width: 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.blue-small i.cmicon,
.red-small i.cmicon,
.green-small i.cmicon,
.grey-small i.cmicon,
.orange-small i.cmicon {
	display: block;
	float: left;
	height: 10px;
	margin-right: 7px;
	width: 10px;
	border-radius: 2px;
	top:2px;
	position: relative;
}
.blue-big i.cmicon,
.blue-small i.cmicon {
	background: #2ca6d1;
}
.red-big i.cmicon,
.red-small i.cmicon {
	background: #c2053d;
}
.green-big i.cmicon,
.green-small i.cmicon {
	background: #7bbb44;
}
.grey-big i.cmicon,
.grey-small i.cmicon {
	background: #777777;
}
.orange-big i.cmicon,
.orange-small i.cmicon {
	background: #eb7700;
}
/*#overlay {
	overflow-x:visible;
}*/
#overlay .objects-list {
	padding:1.5em 0;
	height:100vh;
	overflow: scroll;
	position: relative;
	z-index: 99999;
}
.overlay-back {
	width:100%;
	height:100%;
	position: fixed;
	background-color:rgba(0,0,0,.9);
	top:0;
	left:0;
	z-index: 99993;
	visibility: hidden;
	opacity: 0;
	transition: visibility 1s linear, opacity 1s ease-in-out;
}
.overlay-back.panel-opened {
	visibility: visible;
	opacity: 1;
}
.overlay.panel-opened .close-panel {
	display: block;
}
.overlay .close-panel {
	display: none;
	position: absolute;
	top:calc(50% - 3em);
	right:-1.5em;
	width:1.5em;
	height:6em;
	border-left:1.5em solid #cf103b;
	border-bottom:1.5em solid transparent;
	border-top:1.5em solid transparent;
	cursor: pointer;
}
.overlay .close-panel-inner {
	border-right:.7em solid white;
	border-bottom:.7em solid transparent;
	border-top:.7em solid transparent;
	position: absolute;
	left: -1.2em;
	top:.8em;
}
@media only screen and (max-width: 1024px) {
	.overlay {
		transform:translateX(-330px);
		transition:transform .4s;
	}
	.overlay.panel-opened {
		transform:translateX(0);
	}
	.ui-panel.ui-panel-open {
		position:fixed;
	}
	.ui-panel-inner {
		position: absolute;
		top: 1px;
		left: 0;
		right: 0;
		bottom: 0px;
		overflow: scroll;
		-webkit-overflow-scrolling: touch;
	}
}
@media only screen and (min-width: 1024px) {
	.overlay {
		display:none;
	}
}
#overlay ul li a em {
	font-family:'Open Sans Condensed';
	font-weight: 300;
	letter-spacing: 1px;
}

#overlay .category ul {
	display: none;
	clear: both;
}
#overlay .category {
	margin-bottom:.5em;
	overflow: auto;
}
#overlay .shortenedcategory {
	margin-bottom:0;
}

#overlay ul.catlist li a {
	letter-spacing: .75px;
	padding:.5em 0rem .5em 4rem;
	box-sizing: border-box;
	display: block;
	overflow:auto;
	border-bottom:1px solid #e2e2e2;
	font-weight: 300;
	margin-bottom:0;
}
#overlay ul.catlist li:last-child a {
	border-bottom:0;
}
#overlay ul.catlist li a em {
	font-size:.9em;
}
#overlay ul .branch-line {
	margin-bottom:20px;
	position: relative;
	top:7px;
}
.overlay .head .logo {
	background-color: #fff;
	text-align: center;
	padding:.5em;
	/* background-image:linear-gradient(to bottom,#fff 73%, #e6e6e6 73%); */
}

.overlay .head .logo img {
	max-width:12em;
}

h3.main-headline {
	color:#001e48;
	font-family: "Open Sans Condensed", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin:1em 1.5rem 0;
	padding-bottom:.2em;
	display: inline-block;
	border-bottom:1px solid #001e48;
}

.overlay h3.main-headline {
	color:#cf103b;
	border-bottom:1px solid #cf103b;
}

.overlay .cathead .arrow {
	width: 0;
	height: 0;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #001e48;
	border-right: 5px solid transparent;
	border-top: 5px solid transparent;
	top:14px;
	position: absolute;
	left:1.5rem;
	transition: all .2s;
}
.cathead.expanded .arrow {
	transform:rotate(90deg);
	border-left-color: #fff;
	top:16px;
}
.fancybox-container #citymap {
	height:calc(100vh - 12px);
	overflow: hidden;
}
/* zoom-buttons x 1,5 */
.mapsvg-btn-zoom {
	width: 40px;
	height: 40px;
	text-align:center;
}
.mapsvg-btn-zoom.in:before, .mapsvg-btn-zoom.out:before {
	top: 18.5px;
	left: 11px;
	height: 3px;
	width: 18px;
}
.mapsvg-btn-zoom.in:after {
	top: 11px;
	left: 18.5px;
	height: 18px;
	width: 3px;
}

#overlay .catlist {
	display: none;
	font-family:'Open Sans Condensed';
	text-transform: uppercase;

}
#overlay ul li a em {
	font-weight: 300;
}
#overlay .no-tooltipster:hover  {
	background-color: transparent;
}
ul.catlist li a.no-tooltipster,
ul.catlist li a.no-tooltipster:hover {
  background-position: 14px 10px;
	background-color: #f5f5f5;
}
ul.catlist li a.no-tooltipster:hover .catlinktxt {
  background-color: transparent;
}
.overlay .row13 {
	float:none;
	width:100%;
}
.overlay h3.cathead {
	margin:.5em 0;
	clear:both;
	cursor: pointer;
}
#overlay .overlay-inner {
	overflow-y: scroll;
	height:100vh;
}

#overlay .catlist {
	margin-bottom:2em;
}
#overlay .cathead.expanded {
	color:#fff;
	background-color: #cf103b;
	margin-bottom:0;
}
#overlay .cathead {
	width:100%;
	box-sizing: border-box;
	padding:.5em 1em;
	transition:background-color .2s, color .2s, margin .2s;
	padding-left:2em;
}
.businesses .row13 {
	width:100%;
}
#overlay .cathead {
	position: relative;
}
.fancybox-close-small:after {
	background: #cf103b !important;
	border-radius:.05em;
}
.fancybox-close-small:hover:after {
	background-color: #aaa !important;
}
#overlay .shortenedcategory {
	margin-bottom: 0;
}
