/*
Theme Name:     Bilster Berg
Description:    Child theme for the Jupiter theme
Author:       	bwc Modifications
Template:       jupiter
Text Domain: 		mk_framework
Domain Path: 		/languages/
*/


::selection { background: #0078be; color: #fff; }
::-moz-selection { background: #0078be; color: #fff; }


body {
	font-family: Roboto !important;
}

/* Header */
header.header-style-4.header-align-center .mk-header-right,
header.header-style-4.header-align-left .mk-header-right {
	bottom: 0;
}
header.has-subnav {
	background: #252525;
	height: 110px;
	border-bottom: 0;
}

/* Navigation */
.bilsterberg .mk-vm-menuwrapper li a {
	padding-top: 6px;
	padding-bottom: 6px;
}
.bilsterberg ul li a:hover,
.bilsterberg ul li.current-menu-item > a,
.bilsterberg ul li.current-page-ancestor > a,
.bilsterberg ul li.current-menu-ancestor > a
/*.bilsterberg #subnav ul.subnav li.current-menu-item a*/ {
	color: #0078be;
}
.bilsterberg ul li.current-menu-item > a,
.bilsterberg ul li.current-page-ancestor > a,
.bilsterberg ul li.current-menu-ancestor > a {
	font-weight: 300;
}
.bilsterberg ul.mk-responsive-nav .mk-nav-arrow {
	width: 100%;
	padding-right: 20px;
	text-align: right;
}
.bilsterberg ul.mk-responsive-nav li.current-menu-ancestor > a,
.bilsterberg ul.mk-responsive-nav li.current-menu-item > a {
	color: #0078be !important;
	font-weight: 700;
}

#menu-hauptnavigation > li > .submenu,
#menu-hauptnavigation-englisch > li > .submenu {
	display: none !important;
}

/* Subnavigation */
#subnav {
	background: rgba(56,56,56,0.5);
	/*background: rgba(0,120,190,0.6);*/
	border-bottom: 1px solid #fff;
	overflow: hidden;
	/*position: absolute;*/
	position: fixed;
	left: 135px;
	top: 0;
	z-index: 50;
	width: 100%;
	padding: 36px 0 25px 0;
	-webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}
#subnav.menu-subnav-gastronomie-container:after {
	background-image: url(../../uploads/bb-gastronomie-logo-weiss.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 60px auto;
	content: "";
	position: absolute;
	right: 20px;
	top: 0;
	z-index: 51;
	width: 60px;
	height: 100%;
	opacity: 0.5;
	padding-right: 20px;
}


#subnav ul.subnav {
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
#subnav ul.subnav li {
	display: inline-block;
	list-style: none;
	float: left;
	margin: 10px 5px;
}
#subnav ul.subnav li a {
	color: #ffffff;
	padding: 8px 14px;
}
#subnav ul.subnav li.current-menu-item a {
	font-weight: 700;
}
#subnav ul.subnav li a:hover {
	border-bottom: 1px solid #fff;
}

#subnav .menu-item-link svg {
	top: 3px;
	padding-right: 4px;
}


/* Sticky */
.sticky-style-fixed.a-sticky #subnav {
	position: fixed;
	top: 0;
	right: auto;
	left: 135px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	background: rgba(56,56,56,0.9);
	background: rgba(0,120,190,0.8);
	-webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}


/* Navigation Fixed */
#fixed_nav {
	position: fixed;
	right: 5px;
	top: 34%;
	z-index: 95;
	overflow: hidden;
}
#fixed_nav .fixed_nav {
	margin: 0;
	padding: 0;
}
#fixed_nav .fixed_nav li {
	list-style: none;
	margin: 0 0 4px 0;
}
#fixed_nav .fixed_nav li a,
#fixed_nav #stoerer .widget a {
	display: block;
	background: rgba(0,120,190,0.6);
	border: 1px solid rgba(255, 255, 255, 0.2);
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 55px;
	padding: 8px;
	text-align: center;
}
#fixed_nav .fixed_nav li.wpml-ls-item a {
	line-height: 42px;
}
#fixed_nav .fixed_nav li span.menu-item-icon svg {
	width: 26px !important;
	height: 26px !important;
	color: #fff;
}
#fixed_nav .fixed_nav li span.menu-item-text,
#fixed_nav .fixed_nav li span.meni-item-text {
	display: inline-block;
	font-size: 13px;
	text-indent: -999em;
}
#fixed_nav .fixed_nav li.wpml-ls-item span.menu-item-text,
#fixed_nav .fixed_nav li.wpml-ls-item span.meni-item-text {
	text-indent: 0;
}
#fixed_nav .fixed_nav li a:hover,
#fixed_nav #stoerer .widget a:hover {
	background: rgba(0,120,190,1);
}
#fixed_nav .fixed_nav li a:hover span.menu-item-icon svg {
	color: #fff;
}
#fixed_nav .fixed_nav li a:focus {
	outline: 0 none;
}


/* Stoerer */
#stoerer-top {
	position: fixed;
	top: 7%;
	right: 0;
	z-index: 96;
	max-width: 300px;
	transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  animation: slideInFromRight 2s both 2.5s;
}
.a-sticky #stoerer-top {
	max-width: 200px;
	transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}

@keyframes slideInFromRight {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@media (max-width: 1199px) {
	#stoerer-top {
		position: absolute;
		top: 160px;
		max-width: 190px !important;
	}
	#fixed_nav {
		top: 300px;
	}
}
@media (max-width: 767px) {
	#stoerer-top {
		max-width: 130px !important;
	}
	/*
	#fixed_nav {
		position: absolute;
	}
	*/
}

#fixed_nav #stoerer .widget {
	margin-bottom: 14px;
}
#fixed_nav #stoerer .widget a {
	width: 90px;
	height: 90px;
	line-height: 150px;
}


/* Footer */
#mk-footer {
	border-top: 2px solid #fff;
}
#mk-footer .footer-wrapper {
	padding: 30px 0 20px 0;
}
#mk-footer .mk-col-1-4.last {
	float: right;
}
#mk-footer .mk-button-container {
	margin-bottom: 18px;
	margin-right: 0;
}
#mk-footer .textwidget p {
	margin-bottom: 14px;
	line-height: 23px;
}
#mk-footer #mk-sidebar,
#mk-footer #mk-sidebar p {
	color: #fff;
}

/* SubFooter */
#mk-footer-navigation {
	margin-right: 8px;
}
#mk-footer-navigation ul li a {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 13px;
}
.mk-footer-copyright {
	padding-top: 10px;
	padding-bottom: 10px;
}





/* Components */
/* Animated Column */
.mk-animated-columns .s_desc {
	padding-bottom: 10px;
}

.mk-animated-columns .has-bg-image.animated-column-item {
	background-repeat: no-repeat;
	background-size: cover;
}
.mk-animated-columns .has-bg-image.animated-column-item > * {
	z-index: 10;
}
.mk-animated-columns .has-bg-image.animated-column-item:after {
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	-webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}
.mk-animated-columns .has-bg-image.animated-column-item:hover:after {
	background-color: rgba(0,0,0,0.6);
	-webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}
.mk-animated-columns .mk-button-container .mk-button:hover {
	border-color: #0078be;
	color: #0078be;
}
.mk-animated-columns .mk-button-container .mk-button .mk-button--text:hover {
	color: #0078be;
}




/* Employee */
.mk-employee-item {
	text-align: left;
}


/* Image Box */
.mk-imagebox-item .item-content {
	padding: 0 25px;
	min-height: 170px;
}
.mk-imagebox-item .item-title {
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 108px;
}
.mk-imagebox-item .item-button a {
	letter-spacing: 0;
	font-size: 16px;
}

.mk-imagebox-item .item-wrapper span {
	text-align: center;
	display: inline-block;
	width: 100%;
}


/* FAQ */
#theme-page .filter-faq {
	text-align: left;
}
#theme-page .filter-faq ul li {
	margin-left: 0;
}
#theme-page .filter-faq ul li a {
	color: #fff;
	letter-spacing: 0;
	font-size: 16px;
	margin-right: 1px;
	margin-bottom: 5px;
	border: 1px solid #fff;
}
#theme-page .mk-toggle .mk-toggle-pane {
	padding-left: 40px;
}
#theme-page .mk-faq-container.fancy-style-wrapper .mk-toggle .mk-toggle-title {
	background: #383838;
}
#theme-page .mk-faq-container.fancy-style-wrapper .mk-toggle .mk-toggle-title:hover {
	background: #000;
}
#theme-page .mk-faq-container.fancy-style-wrapper .mk-toggle .mk-toggle-title,
#theme-page .mk-faq-container.fancy-style-wrapper .mk-toggle .mk-toggle-title * {
	color: #fff;
	font-weight: 300;
	font-size: 16px;
}
#theme-page .mk-faq-container.fancy-style-wrapper .mk-toggle-title svg,
#theme-page .mk-faq-container.fancy-style-wrapper .mk-toggle-title > .mk-svg-icon {
	fill: #fff !important;
}




/* Table */
.mk-fancy-table.table-style2 {
	font-size: 14px;
	border-bottom: 0 none;
}
.mk-fancy-table.table-style2 table.alignleft,
.mk-fancy-table.table-style2 table.alignright {
	display: table;
	float: none;
}
.mk-fancy-table.table-style2 table.alignleft th,
.mk-fancy-table.table-style2 table.alignleft td {
	text-align: left;
}
.mk-fancy-table.table-style2 table.alignright th,
.mk-fancy-table.table-style2 table.alignright td {
	text-align: right;
}
.mk-fancy-table.table-style2 table th,
.mk-fancy-table.table-style2 table td {
	padding-top: 8px;
	padding-bottom: 8px;
}

/* Custom Box */
.mk-custom-box.hover-effect-image .box-holder {
	margin-bottom: 20px;
}
.mk-custom-box.hover-effect-image .box-holder .wpb_content_element,
.mk-custom-box.hover-effect-image .box-holder .widget,
.mk-custom-box.hover-effect-image .box-holder .mk-fancy-table {
	margin-bottom: 0 !important;
}

/* Blockquote */
.mk-blockquote.quote-style {
	background: transparent;
}
.mk-blockquote.quote-style .mk-svg-icon {
	fill: #fff;
}


/* Font Icon */
.mk-font-icons .font-icon.mk-size-80 {
	width: 80px;
	height: 80px;
}
.mk-font-icons .font-icon.mk-size-80.circle-enabled svg {
	width: 40px;
	height: 40px;
}
.mk-font-icons .font-icon.mk-size-96 {
	width: 96px;
	height: 96px;
}
.mk-font-icons .font-icon.mk-size-96.circle-enabled svg {
	width: 48px;
	height: 48px;
}
.mk-font-icons .font-icon.mk-size-112 {
	width: 112px;
	height: 112px;
}
.mk-font-icons .font-icon.mk-size-112.circle-enabled svg {
	width: 56px;
	height: 56px;
}


/* Button */
.mk-button,
.mk-button--dimension-outline,
.mk-button--dimension-savvy {
	border-width: 1px;
}

.animated-column-button {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 51 !important;
	width: 100%;
	height: 100%;
}

/* Widgets */
.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
	margin-bottom: 10px;
}
.widget {
	margin-bottom: 20px;
}



/* Colors */
.text-color-white,
.text-color-white *,
.text-color-white.mk-text-block,
.text-color-white.mk-text-block * {
	color: #ffffff !important;
}
.text-color-black,
.text-color-black *,
.text-color-black.mk-text-block,
.text-color-black.mk-text-block * {
	color: #000000 !important;
}
.text-color-grey,
.text-color-grey *,
.text-color-grey.mk-text-block,
.text-color-grey.mk-text-block * {
	color: #383838 !important;
}
.text-color-primary,
.text-color-primary *,
.text-color-primary.mk-text-block,
.text-color-primary.mk-text-block * {
	color: #0078be !important;
}


/* Search */
.widget .mk-searchform .text-input {
	background: #282828;
	border: 1px solid #919191;
	color: #919191;
}

#theme-page div.wpcf7-mail-sent-ok {
	border-color: #0078be;
	background: #0078be;
}


/* Blog */
/* Blog Single */
.single-social-section {
	display: none;
}
.blog-similar-posts {
	border-bottom: 0 none;
	margin-bottom: 20px;
	padding-bottom: 0;
}
.similar-post-title {
	text-align: left;
	text-transform: none;
	letter-spacing: 0;
}
.blog-similar-posts ul {
	margin-left: 0;
}
.blog-similar-posts .similar-post-holder {
	margin: 0 5px 20px 5px;
}
.blog-similar-posts ul {
	margin-left: -5px;
}

/* Blog Single Sidebar */
#mk-sidebar div.widgettitle {
	padding-bottom: 0;
}

/* Blog Teaser */
.mk-blog-grid-item .blog-grid-holder {
	background: transparent;
}
.mk-blog-teaser .blog-title,
.mk-blog-teaser .blog-teaser-side-item .blog-title {
	letter-spacing: 0;
	font-size: 20px !important;
	font-weight: 300;
}
.mk-teaser-blog-side .blog-categories,
.blog-slideshow-entry .blog-categories,
.blog-slideshow-entry .blog-meta time,
.blog-slideshow-entry .teaser-comment-love-wrapper,
.mk-blog-meta time,
.mk-love-holder {
	display: none;
}

.mk-blog-grid-item .the-title a {
	letter-spacing: 0;
	font-weight: 300;
	font-size: 20px;
	line-height: 22px;
}

.mk-pagination .current-page,
.mk-pagination .page-number,
.mk-pagination .current-page:hover,
.mk-pagination .page-number:hover {
	color: #fff;
}
.mk-pagination .current-page,
.mk-pagination .current-page:hover,
.mk-pagination .page-number:hover,
.mk-pagination .mk-pagination-next:hover,
.mk-pagination .mk-pagination-previous:hover {
	border: 2px solid #fff;
}
.mk-pagination .mk-pagination-next,
.mk-pagination .mk-pagination-previous {
	fill: #fff;
	color: #fff;
}
.mk-pagination .mk-total-pages {
	opacity: 1;
}
.mk-readmore:hover,
.mk-readmore:focus {
	color: #fff !important;
}


body.single-post #theme-page,
body.single-ai1ec_event #theme-page {
	padding-top: 106px;
}



/* Form */
.wpcf7-form,
.wpcf7-form *,
#theme-page select:not(.gfield_select) {
	font-family: Roboto;
	font-size: 13px !important;
	font-weight: 300;
}
.wpcf7-form .wpcf7-text,
.wpcf7-form .wpcf7-textarea,
.wpcf7-form .wpcf7-select {
	width: 100% !important;
	min-width: 0 !important;
	background: #282828;
}
.wpcf7-form .col-first {
	padding-right: 10px;
}
.wpcf7-form .col-last {
	padding-left: 10px;
}
span.wpcf7-form-control-wrap {
	display: block;
	margin-bottom: 6px;
}
.wpcf7-submit {
	background: transparent;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 0;
	margin-top: 6px;
}
div.wpcf7-validation-errors {
	border: 2px solid #fff;
	background: #383838;
}
span.wpcf7-not-valid-tip {
	color: #0078be;
}
div.wpcf7-response-output {
	border-color: transparent;
}
div.wpcf7-validation-errors {
	border-color: #fff;
}

.bilsterberg #theme-page select:not(.gfield_select),
.woocommerce select {
	background-color: #282828;
	color: #fff;
}
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
textarea:focus {
	background-color: #fff;
}

.mk-fancy-title.pattern-style {
  background: none;
}

/* Mailingwork */
.nl-form-body * {
	font-family:Roboto;
	list-style-type:disc;
	list-style-position:outside;
	vertical-align:top;
}
.nl-form-body {
	box-sizing:border-box;
	width: 100%;
}
.nl-form-body .element {
	margin:0;
	padding:0;
	width:100%;
}
#mk-theme-container .nl-form-body .wpb_row {
	margin-left: -15px !important;
	margin-right: -15px !important;
	margin-bottom: 10px;
}
.nl-form-body .element * {
	vertical-align:baseline;
}
.nl-form-body .element .validation {
	color:#ff0000;
	display:none;
	font-weight:bold;
}
.nl-form-body .element.invalid .validation {
	display:block !important;
}
.nl-form-body .element.invalid input[type=text],
.nl-form-body .element.invalid select,
.nl-form-body .element.invalid textarea {
	border:solid 1px #ff0000;
}
.nl-form-body .element.mandatory .first label::after {
	content:"*";
	padding-left: 4px;
}
.nl-form-body p.descr {
	color:#0078be;
	font-size:0.9em;
	line-height:0.9em;
	margin:0 0 0.1em;
	padding:0 0 2px 0;
}
.nl-form-body .first p.descr{display:none !important;}
.nl-form-body .element sub{vertical-align:sub;}
.nl-form-body .element sup{vertical-align:super;}

.nl-form-body button,
.nl-form-body input[type=text],
.nl-form-body select,
.nl-form-body textarea {
	width:100%;
}
.bilsterberg #theme-page .nl-form-body select:not(.gfield_select) {
	background: #fff;
	color: #767676;
}
.nl-form-body input[type=checkbox],
.nl-form-body input[type=radio] {
	border:solid 1px #ccc;
	box-sizing:border-box;
	display:inline-block;
	margin: 2px 6px 0.2em 0;
}
.nl-form-body .second {
	overflow: hidden;
}
.nl-form-body .radio-first {
	float: left;
	margin-right: 10px;
}
.nl-form-body .radio-last {
	float: left;
}

input.datetime, input.date, input.time{
	/*background-image:url(/loader/loader/getPNG/index/icon_datetime?sid=mvf7tcfo5d26q2orusu3270u13);*/
	background-position:right center;
	background-repeat:no-repeat;
	cursor:pointer;
}
.datetimepicker {
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
	z-index: 9999;
	padding: 0px;
	margin: 0px;
	width: 228px;
	font-size: 11px;
	font-family: Tahoma;
	border: 1px solid #b0bac4;
	position: absolute;
	display: none;
}
.datetimepicker ul,
.datetimepicker li {
	margin: 0;
}
/****** NAVIGATION ******/
div.dtpnav {
	width: 100%;
	height: 25px;
}
.dtpnavarrowleft {
	cursor: pointer;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	width: 24px;
	height: 25px;
}
.dtpnavarrowleftimg {
	margin-left: 8px;
	margin-top:6px
}
div.dtpnavmonthyearsel {
	float: left;
	font-weight: bold;
	min-width: 180px;
	text-align: center;
}
.dtpnavarrowright {
	cursor: pointer;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	width: 24px;
	height: 25px;
}
.dtpnavarrowrightimg {
	margin-left: 8px;
	margin-top:6px
}
/****** MONTH-SELECTION ******/
.dtpmonthsel {
	cursor: pointer;
	display: inline-block;
	margin-right: 2px;
}
.dtpmonthshow {
	float:left;
	line-height: 24px;
	color: #FFF;
}
.dtpmonthshowimg {
	width: 13px;
	height: 26px;
	float: left;
	background-repeat: no-repeat;
	background-position: 4px 10px;
}
.dtpyearsel {
	cursor: pointer;
	display: inline-block;
	margin-left: 2px;
}
div.dtpyearselbox {
	height: 184px;
	overflow: hidden;
	width: 228px;
	background-color: #fff;
	border: 1px solid #b0bac4;
	font-family: Tahoma;
	font-size: 10px;
	display: none;
	position: absolute;
	left: -1px;
	top: 24px;
}
div.dtpyearselboxleft {
	height: 182px;
	width: 34px;
	margin: 1px;
	float: left;
	cursor: pointer;
}
div.dtpyearselboxright {
	height: 182px;
	width: 33px;
	margin: 1px;
	float: left;
	cursor: pointer;
}
.dtpyearshow {
	float: left;
	line-height: 24px;
	color: #FFF;
}
.dtpyearshowarrowimg {
	width: 13px;
	height: 26px;
	float: left;
	background-repeat: no-repeat;
	background-position: 4px 10px;
}
/***** YEAR-BOX ******/
.dtpyearbox {
	height: 182px;
	width: 156px;
	background-color: #fff;
	float:left;
}
.dtpyearboxselul {
	margin-left: 0px;
	list-style-type: none;
	padding-left: 0px;
	border-bottom: 1px solid #fff;
	margin-bottom: 0px;
	background-color: #fff;
}
.dtpyearboxselli {
	float: left;
	margin-bottom:1px;
	text-align: center;
}
/********** CAL ************/
.dtpcalendar {
	width: 100%;
	background-color: #fcfdff;
	border-top: 1px solid #b0bac4;
}
.dtpcalrow {
	margin-left: 0px;
	list-style-type: none;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.calField {
	float:left;
	text-align: center;
	cursor: pointer !important;
}
.disabledCalField {
	float:left;
	text-align: center;
	background-color: #757575 !important;
cursor: default;
}
.notThisMonthField {
	background-color: #fff !important;
	margin-bottom: 1px !important;
}
/******* TIME *********/
.dtptimearea {
	width: 100%;
	height: 25px;
	color: #34404b;
	font-weight: bold;
	text-align: center;
}
.dtptimeclock {
	vertical-align: top;
	margin-right: 10px;
	margin-top: 4px;
	cursor: pointer;
	display: inline-block;
	width: 16px;
	height: 16px;
}
.dtphoursel {
	margin-right: 2px;
	display: inline-block;
	cursor: pointer;
}
.dtphoursel1 {
	width: 9px;
	height: 6px;
	margin-right: 2px;
	margin-top: 9px;
	float: left;
}
.dtphoursel2 {
	float: right;
	line-height: 24px;
}
.dtphourselectbox {
	font-weight: normal;
	top: 24px;
	height: 184px;
	width: 228px;
	background-color: #fff;
	border: 1px solid #b0bac4;
	font-family: Tahoma;
	font-size: 10px;
	display: none;
	position: absolute;
	left: -1px;
}
.dtphourul {
	margin-left: 0px;
	list-style-type: none;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 1px;
}
.dtphouril {
	float: left;
	width: 56px;
	margin-bottom: 1px;
	text-align: center;
	cursor: pointer;
	margin-left: 1px;
}
.dtpdblp {
	line-height: 24px;
	display: inline-block;
	vertical-align: top;
}
.dtpminutesel {
	margin-right: 2px;
	display: inline-block;
	cursor: pointer;
}
.dtpminutesel1 {
	float: left;
	line-height: 24px;
	margin-left:2px;
}
.dtpminutesel2 {
	width: 9px;
	height: 6px;
	margin-left: 3px;
	margin-top: 9px;
	float: right;
}
.dtpminuteselectbox {
	font-weight: normal;
	top: 24px;
	left: -1px;
	height: 184px;
	width: 228px;
	background-color: #fff;
	border: 1px solid #b0bac4;
	font-family: Tahoma;
	font-size: 10px;
	display: none;
	position: absolute;
}
.dtpminuteul {
	margin-left: 0px;
	list-style-type: none;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 1px;
}
.dtpminuteil {
	float: left;
	text-align: center;
	margin-bottom: 1px;
	cursor: pointer;
	margin-left: 1px;
}
.dtptimeselarea {
	font-weight: normal;
	left: -1px;
	top: 24px;
	height: 184px;
	width: 228px;
	background-color: #fff;
	border: 1px solid #b0bac4;
	font-family: Tahoma;
	font-size: 10px;
	display: none;
	position: absolute;
}
.dtptimeselarealeft {
	height: 100%;
	width: 100px;
	float:left;
}
.dtptimeselarealeftarrowup {
	width: 100%;
	background-repeat: no-repeat;
	height: 50px;
	cursor: pointer;
}
.dtptimeselarealeftnumber {
	width: 100%;
	height: 84px;
	vertical-align: middle;
	text-align: center;
	line-height: 84px;
	font-size: 36pt;
}
.dtptimeselarealeftarrowdown {
	width: 100%;
	background-repeat: no-repeat;
	height: 50px;
	cursor: pointer;
}
.dtptimeselareamiddle {
	vertical-align: middle;
	text-align: center;
	line-height: 170px;
	font-size: 42pt;
	width: 28px;
	float:left;
}
.dtptimeselarearight {
	height: 100%;
	width: 100px;
	float:left;
}
.dtptimeselarearightarrowup {
	width: 100%;
	background-repeat: no-repeat;
	height: 50px;
	cursor: pointer;
}
.dtptimeselarearightnumber {
	width: 100%;
	height: 84px;
	vertical-align: middle;
	text-align: center;
	line-height: 84px;
	font-size: 36pt;
}
.dtptimeselarearightarrowdown {
	width: 100%;
	background-repeat: no-repeat;
	height: 50px;
	cursor: pointer;
}
/***** MONTH SELECTION BOX *****/
div.dtpmonthbox {
	height: 184px;
	width: 228px;
	background-color: #FFF;
	border: 1px solid #b0bac4;
	font-family: Tahoma;
	font-size: 10px;
	color: #000;
	display: none;
	position: absolute;
	left: -1px;
	top: 24px;
}
ul.dtpmonthrow {
 	margin-left: 0px;
 	float:left;
 	list-style-type: none;
 	width:100%;
 	padding-left: 0px;
 	margin-top: 0px;
 	margin-bottom: 1px;
}
il.dtpmonthcell {
	float: left;
	text-align: center;
	line-height: 45px;
	border-left: 1px solid #fff;
	cursor: pointer;
}
/***** BUTTONS *****/
.dtpbuttons {
	width: 100%;
	height: 25px;
	border-top: 1px solid #b0bac4;
	text-align: center;
}
.dtpbuttonsul {
	margin-left: 0px;
	list-style-type: none;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 25px;
	background-color: #FFF;
}
.dtpbuttonsborder {
	line-height: 25px;
	margin-right: 1px !important;
	background-color: rgb(117, 117, 117);
	text-align: center;
	float: left;
	color:#FFF;
	cursor: pointer;
}
.dtpbuttonsnoborder {
	line-height: 25px;
	text-align: center;
	background-color: rgb(117, 117, 117);
	float: left;
	color:#FFF;
	cursor: pointer;
	width: 75px;
}
/***** IE-FIX *****/
.iefix {
	min-width: 180px;
	float: left;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.rightiefix {
	position: absolute;
	right: 0;
	top: 0;
}
.leftiefix {
	position: absolute;
	left: 0;
	top: 0;
}





/* Strecke */
.streckenkarte,
.streckenkarte_svg {
  width: 100%;
  position: relative;
}
svg {
  position: relative;
}
svg text {
  pointer-events: none;
}

.streckenpunkt_tooltip {
  width: 280px;
  min-height: 280px;
  background: #fff;
  margin-bottom: 30px;
  position: absolute;
  margin-left: -78px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .streckenpunkt_tooltip {
    width: 100%;
    min-height: 280px;
    background: #fff;
    margin-bottom: 30px;
    position: relative;
    margin-left: 0px;
  }
}
.streckenpunkt_tooltip:after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  margin-left: -7px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #fff;
}
@media only screen and (max-width: 767px) {
  .streckenpunkt_tooltip:after {
    display: none;
  }
}
.streckenpunkt_tooltip .streckenpunkt_tooltip_image {
  height: 140px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.streckenpunkt_tooltip h5 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700 !important;
  font-size: 14px !important;
  color: #007FB4 !important;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.streckenpunkt_tooltip p,
.streckenpunkt_tooltip p a {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 12px;
  color: #000;
  letter-spacing: 0px;
  line-height: 18px;
  padding-left: 20px;
  padding-right: 20px;
}
.streckenpunkt_tooltip p a {
	padding: 0;
}
.streckenpunkt_tooltip a.mk_button {
	color: #0078be;
	display: block;
	margin-top: 10px;
	font-weight: 700;
}

.btnbtn_streckenpunkt_tooltip_close {
	color: #007fb4;
	display: inline-block;
	width: 26px;
	height: 26px;
	line-height: 26px;
	font-size: 26px;
	position: absolute;
	top: 143px;
	right: 3px;
	bottom: auto;
	left: auto;
	cursor: pointer;
}


.button_fullhover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  padding-left: 45px;
}

.callback_tooltip {
  width: 280px;
  height: auto;
  background: #fff;
  border: 1px solid #fff;
  padding: 20px;
  z-index: 130;
  margin-bottom: 15px;
  position: absolute;
  right: 0px;
  display: none;
}
.callback_tooltip.active {
  display: inherit;
}
@media only screen and (max-width: 767px) {
  .callback_tooltip {
    width: 100%;
  }
}
.callback_tooltip.top_tooltip {
  bottom: 100%;
}
.callback_tooltip.top_tooltip:after {
  content: "";
  position: absolute;
  bottom: -7px;
  right: 20px;
  margin-left: -7px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #fff;
}
.callback_tooltip.bottom_tooltip {
  top: 55px;
}
.callback_tooltip.bottom_tooltip:after {
  content: "";
  position: absolute;
  top: -7px;
  right: 20px;
  margin-left: -7px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
}
.callback_tooltip .wpcf7-form select {
  width: 100%;
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.1);
  color: #000;
}
.callback_tooltip .wpcf7-form input {
  width: 100%;
  padding-left: 10px;
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.1);
  color: #000;
}
.callback_tooltip .wpcf7-form input.wpcf7-submit {
  width: auto;
  padding-left: 25px;
  border-color: rgba(0, 0, 0, 0.3);
  background-color: transparent;
  color: #000;
}
.callback_tooltip .wpcf7-form input.wpcf7-submit:hover {
  border-color: transparent;
  background-color: #007FB4;
  color: #fff;
}

.streckenbgs {
  fill: #969696;
}

.st6 {
  cursor: pointer;
}

.nohover {
  pointer-events: none;
}

.karten_punkt {
  /*background-image: url(../img/bb_kreuz.png);*/
}


.streckenbutton {
	cursor: pointer;
	display: block;
	margin-bottom: 20px;
}
.streckenbutton.active {
	background-color: #fff;
	color: #252525;
}

.tab-content > .tab-pane {
	display: none;
}
.tab-content > .tab-pane.active {
	display: block;
}







/* Bookingkit */
.bilsterberg #bookingKitContainer.bookingkit {
	padding: 20px;
}
.bilsterberg #bookingKitContainer.bookingkit .bk-detail-content {
	padding: 20px;
}

.bilsterberg #bookingKitContainer.bk-event-content {
	padding: 0;
}
.bilsterberg #bookingKitContainer,
.bilsterberg #bookingKitContainer #bk_checkout_body,
.bilsterberg #bookingKitContainer #bookingKitContainer,
.bilsterberg #bookingKitContainer #bookingKitContainer .pageBg {
	background: #fff;
}


.bilsterberg #bookingKitContainer .bk-events-item {
	border-bottom: 1px solid #000;
	margin: 0 0 20px 0;
	padding: 10px 0;
}
.bilsterberg #bookingKitContainer .bk-events-informations {
	padding-top: 0;
}
.bilsterberg #bookingKitContainer .bk-events-buttons {
	bottom: 10px;
}

.bilsterberg #bookingKitContainer h2 {
	line-height: normal;
	font-size: 22px;
}
.bilsterberg #bookingKitContainer p {
	margin-bottom: 4px;
}
.bilsterberg #bookingKitContainer p,
.bilsterberg #bookingKitContainer li {
	color: #000;
	font-size: 14px;
	font-family: "Roboto",sans-serif;
	font-weight: 300;
}
.bilsterberg #bookingKitContainer strong,
.bilsterberg #bookingKitContainer b {
	color: #000;
}
.bilsterberg #bookingKitContainer .bk-detail-list ul {
	padding-left: 15px;
}

.bilsterberg #bookingKitContainer .bk-events-buttons > * {
	font-size: 14px;
	padding: 8px 0 !important;
}
.bilsterberg #bookingKitContainer .bk-date-btn.alphaBg {
	background: #333 !important;
}
.bilsterberg #bookingKitContainer .bk-voucher-btn.betaBg {
	background: #007fb4 !important;
}

.bilsterberg .bookingKitContainerClose {
	position: relative;
}
.bilsterberg .bookingkit_close {
	position: absolute;
	top: 5px;
	right: 5px;
	display: none;
}
.bilsterberg .bookingkit_close svg {
	width: 30px;
	height: 30px;
	color: #007fb4;
	fill: #007fb4;
	cursor: pointer;
}



/* Calendar */
.bilsterberg .timely table,
.bilsterberg .timely p,
.bilsterberg .timely span,
.bilsterberg .timely a {
	font-family: Roboto !important;
}
.bilsterberg #ai1ec-calendar.timely.ai1ec-calendar .ai1ec-views-dropdown,
.bilsterberg #ai1ec-calendar-view.ai1ec-calendar-view .ai1ec-title-buttons.ai1ec-btn-toolbar .ai1ec-prev-year,
.bilsterberg #ai1ec-calendar-view.ai1ec-calendar-view .ai1ec-title-buttons.ai1ec-btn-toolbar .ai1ec-next-year,
.bilsterberg #ai1ec-calendar-view.ai1ec-calendar-view .ai1ec-title-buttons.ai1ec-btn-toolbar .ai1ec-btn-group .ai1ec-btn.ai1ec-minical-trigger i {
	display: none;
}
.bilsterberg #ai1ec-calendar-view.ai1ec-calendar-view .ai1ec-title-buttons.ai1ec-btn-toolbar {
	text-align: center;
	background: #484848;
	position: relative;
	margin-bottom: 15px;
}
.bilsterberg #ai1ec-calendar-view.ai1ec-calendar-view .ai1ec-title-buttons.ai1ec-btn-toolbar .ai1ec-btn-group {
	float: none;
	margin-left: 0;
	width: 100%;
	padding: 25px 10px 15px 10px;
}
.bilsterberg #ai1ec-calendar-view.ai1ec-calendar-view .ai1ec-title-buttons.ai1ec-btn-toolbar .ai1ec-btn-group .ai1ec-btn,
.bilsterberg #ai1ec-calendar-view.ai1ec-calendar-view .ai1ec-title-buttons.ai1ec-btn-toolbar .ai1ec-btn-group .ai1ec-btn span {
	border: 0 none;
	width: 10%;
	text-align: left;
	font-size: 30px;
	font-weight: 300;
	color: #fff;
}
.bilsterberg #ai1ec-calendar-view.ai1ec-calendar-view .ai1ec-title-buttons.ai1ec-btn-toolbar .ai1ec-btn-group span.ai1ec-btn {
	width: 80%;
}
.bilsterberg .btn-title-short {
	display: none;
}
.bilsterberg #ai1ec-calendar-view.ai1ec-calendar-view .ai1ec-title-buttons.ai1ec-btn-toolbar .ai1ec-btn-group .ai1ec-btn.ai1ec-next-page {
	text-align: right;
}
.bilsterberg #ai1ec-calendar-view.ai1ec-calendar-view .ai1ec-title-buttons.ai1ec-btn-toolbar .ai1ec-btn-group .ai1ec-btn:hover,
.bilsterberg #ai1ec-calendar-view.ai1ec-calendar-view .ai1ec-title-buttons.ai1ec-btn-toolbar .ai1ec-btn-group .ai1ec-btn:hover span {
	background: transparent;
	color: #0078be;
}
.bilsterberg .ai1ec-pagination > .ai1ec-btn,
.bilsterberg .ai1ec-no-btn {
	text-transform: none;
}
.bilsterberg #ai1ec-calendar-view.ai1ec-calendar-view .ai1ec-title-buttons.ai1ec-btn-toolbar .ai1ec-btn-group .ai1ec-no-btn:hover,
.bilsterberg #ai1ec-calendar-view.ai1ec-calendar-view .ai1ec-title-buttons.ai1ec-btn-toolbar .ai1ec-btn-group .ai1ec-no-btn:hover span {
	color: #fff;
	cursor: text;
}
.bilsterberg #ai1ec-calendar-view.ai1ec-calendar-view .ai1ec-title-buttons.ai1ec-btn-toolbar .ai1ec-btn-group .ai1ec-btn.ai1ec-minical-trigger,
.bilsterberg #ai1ec-calendar-view.ai1ec-calendar-view .ai1ec-title-buttons.ai1ec-btn-toolbar .ai1ec-btn-group .ai1ec-no-btn {
	text-align: center;
}
.bilsterberg #ai1ec-calendar-view.ai1ec-calendar-view .ai1ec-title-buttons.ai1ec-btn-toolbar .ai1ec-btn-group .ai1ec-btn.ai1ec-next-month {
	text-align: right;
}
.bilsterberg .ai1ec-month-view th,
.bilsterberg .ai1ec-week-view th,
.bilsterberg .ai1ec-week-view .ai1ec-hour-marker div,
.bilsterberg .ai1ec-week-view .ai1ec-allday-label,
.bilsterberg .ai1ec-oneday-view th,
.bilsterberg .ai1ec-oneday-view .ai1ec-hour-marker div,
.bilsterberg .ai1ec-oneday-view .ai1ec-allday-label {
	text-shadow: unset;
}
.bilsterberg .timely .ai1ec-btn-default {
	color: #000;
	text-transform: none;
	background: transparent;
}
.bilsterberg .timely a {
	color: #fff;
}
.bilsterberg .timely a:hover {
	color: #0078be;
}
.bilsterberg .ai1ec-month-view .ai1ec-day-stretcher {
	height: 154px;
}
.bilsterberg .ai1ec-month-view .ai1ec-date {
	background: transparent;
	color: #fff;
	font-size: 15px;
	line-height: 15px;
	height: 15px;
	margin-bottom: 8px;
	padding: 4px;
	text-shadow: unset;
}
.bilsterberg .ai1ec-month-view .ai1ec-date a {
	color: #fff;
}
.bilsterberg .ai1ec-month-view .ai1ec-event-container {
	margin-bottom: 10px;
}
.bilsterberg .ai1ec-month-view .ai1ec-event-container .ai1ec-event {
	padding: 8px 12px;
	border: 0 none;
	background: #484848;
}
.bilsterberg .ai1ec-month-view .ai1ec-event-container .ai1ec-event span {
	white-space: nowrap;
	font-size: 14px;
}
.bilsterberg table.ai1ec-month-view,
.bilsterberg .ai1ec-week-view table,
.bilsterberg .ai1ec-oneday-view table {
	background: #252525;
}
.bilsterberg .ai1ec-month-view td.ai1ec-empty {
	background: #383838 !important;
}
.bilsterberg .ai1ec-month-view .ai1ec-today,
.bilsterberg .ai1ec-week-view .ai1ec-today {
	background: #0078be !important;
}
.bilsterberg .ai1ec-month-view .ai1ec-event-time,
.bilsterberg .ai1ec-week-view .ai1ec-event-time,
.bilsterberg .ai1ec-oneday-view .ai1ec-event-time {
	display: none;
}
.bilsterberg .ai1ec-dropdown-menu,
.bilsterberg .timely .ai1ec-btn-default:hover,
.bilsterberg .timely .ai1ec-btn-default:focus,
.bilsterberg .timely .ai1ec-btn-default:active,
.bilsterberg .timely .ai1ec-btn-default.ai1ec-active,
.bilsterberg .ai1ec-open .ai1ec-dropdown-toggle.timely .ai1ec-btn-default {
	background-color: #252525;
}
.bilsterberg .timely .ai1ec-btn-default:hover,
.bilsterberg .timely .ai1ec-btn-default:focus,
.bilsterberg .timely .ai1ec-btn-default:active,
.bilsterberg .timely .ai1ec-btn-default.ai1ec-active,
.bilsterberg .ai1ec-open .ai1ec-dropdown-toggle.timely .ai1ec-btn-default {
	background: transparent;
}
/* Calendar Popover */
.bilsterberg .ai1ec-popover .ai1ec-sas-actions.ai1ec-btn-group,
.bilsterberg .ai1ec-popover .ai1ec-popup-excerpt {
	display: none;
}
.bilsterberg .ai1ec-popover,
.bilsterberg .ai1ec-popover * {
	font-family: Roboto;
}
.bilsterberg .ai1ec-popover.ai1ec-popup {
	width: 250px !important;
	border-radius: 0 !important;
}
.bilsterberg .ai1ec-popover.ai1ec-right .ai1ec-arrow::after {
	border-right-color: #0078be;
}
.bilsterberg .ai1ec-popover,
.bilsterberg .ai1ec-popover .ai1ec-popover-content {
	background: #252525 !important;
	padding: 0 !important;
}
.bilsterberg .ai1ec-popover .ai1ec-load-event {
	color: #fff !important;
}
.bilsterberg .ai1ec-popover .ai1ec-popup-title {
	display: block !important;
	width: 100% !important;
	text-align: left !important;
}
.bilsterberg .ai1ec-popover .ai1ec-popup-title a {
	font-size: 15px !important;
	margin: 5px 10px !important;
	display: block;
	text-align: left !important;
}
.bilsterberg .ai1ec-popover .ai1ec-event-time {
	margin: 0 !important;
	padding: 4px 10px !important;
	text-align: left !important;
}
.bilsterberg .ai1ec-popover .ai1ec-event-avatar.ai1ec-post_thumbnail {
	width: 100%;
	margin: 0 auto;
	box-shadow: unset;
}
/* Calendar Single */
.bilsterberg.single-ai1ec_event .timely .ai1ec-btn-default {
	color: #fff;
}
.bilsterberg.single-ai1ec_event .blog-single-title {
	text-align: center;
	font-weight: 300 !important;
	font-size: 36px;
	margin-top: 30px;
}
.bilsterberg.single-ai1ec_event .ai1ec-event-details {
	margin: 10px 0 40px 0;
}
.bilsterberg.single-ai1ec_event .ai1ec-time .ai1ec-field-value {
	background: #0078be;
	padding: 20px 0;
	font-weight: 300;
	font-size: 32px;
	line-height: 32px;
	text-align: center;
	color: #fff;
}
.bilsterberg.single-ai1ec_event .featured-image img {
	width: 100%;
	height: auto;
}
.bilsterberg.single-ai1ec_event .mk-post-nav {
	display: none;
}
/* Agenda View */
.bilsterberg .timely .ai1ec-agenda-view a {
	color: #fff;
	box-shadow: none;
	text-shadow: none;
}
.bilsterberg .timely .ai1ec-agenda-view a:hover {
	color: #0078be;
}
body.bilsterberg .ai1ec-calendar-toolbar {
	border: 0 none;
	border-radius: 0;
	background: transparent;
	margin-bottom: 0;
	padding: 0;
}
body.bilsterberg .ai1ec-calendar-view .ai1ec-title-buttons .ai1ec-btn-group {
	float: none;
	text-align: center;
	width: 100%;
	padding: 20px 0;
	background: transparent;
}
body.bilsterberg .ai1ec-agenda-view .ai1ec-event {
	border-radius: 0;
	margin: 0 0 15px 0;
}
body.bilsterberg .ai1ec-agenda-widget-view .ai1ec-date,
body.bilsterberg .ai1ec-agenda-view .ai1ec-date {
	border-top: 0 none;
	background: transparent;
	margin: 0;
	padding: 12px 0;
}
body.bilsterberg .ai1ec-agenda-view .ai1ec-date {
	background: #484848;
	margin-bottom: 10px;
	padding: 15px;
}
body.bilsterberg .ai1ec-agenda-widget-view .ai1ec-date:first-child,
body.bilsterberg .ai1ec-agenda-view .ai1ec-date:first-child {
	border-top: 0 none;
}
body.bilsterberg .ai1ec-agenda-view .ai1ec-date-events {
	margin: 0;
	padding: 0 20px;
}
body.bilsterberg .ai1ec-agenda-view .ai1ec-date-events .ai1ec-event {
	border-bottom: 1px solid #fff;
	background: #484848;
}

body.bilsterberg .ai1ec-agenda-view .ai1ec-event.ai1ec-expanded {
	border: 0 none;
	box-shadow: none;
	border-radius: 0;
	margin: 0;
	padding: 5px 15px;
}
body.bilsterberg .timely .ai1ec-event-header-bilsterberg h1,
body.bilsterberg .timely .ai1ec-event-header-bilsterberg h2,
body.bilsterberg .timely .ai1ec-event-header-bilsterberg h3 {
	margin-top: 0;
	padding-top: 0;
	font-size: 20px;
	text-align: left !important;
}
body.bilsterberg .ai1ec-agenda-widget-view .ai1ec-month,
body.bilsterberg .ai1ec-agenda-view .ai1ec-month {
	font-size: 1em;
	background: #484848;
	border-radius: 0;
	padding: 0.2em 0.4em;
}
body.bilsterberg .ai1ec-agenda-widget-view .ai1ec-day,
body.bilsterberg .ai1ec-agenda-view .ai1ec-day {
	font-size: 30px;
	font-weight: 700;
	padding: 8px 0;
}
body.bilsterberg .ai1ec-agenda-widget-view .ai1ec-day {
	font-size: 17px;
	padding: 2px;
}
body.bilsterberg .ai1ec-agenda-widget-view .ai1ec-weekday,
body.bilsterberg .ai1ec-agenda-view .ai1ec-weekday {
	font-size: 20px;
	padding: 0 0 4px 0;
}
body.bilsterberg .ai1ec-agenda-view .ai1ec-event .ai1ec-event-time {
	font-weight: 300;
	padding: 0 0 4px 4px;
	color: #fff;
}
body.bilsterberg .ai1ec-agenda-widget-view .ai1ec-date-title,
body.bilsterberg .ai1ec-agenda-view .ai1ec-date-title {
	background: #484848;
	color: #fff;
	font-weight: 300 !important;
	border-radius: 0;
	margin-top: 0;
	margin-left: 0;
	line-height: 22px;
	width: 5em;
}
body.bilsterberg .ai1ec-agenda-widget-view .ai1ec-date-title:hover,
body.bilsterberg .ai1ec-agenda-view .ai1ec-date-title:hover {
	color: #fff !important;
}
body.bilsterberg .ai1ec-agenda-widget-view .ai1ec-date-title {
	line-height: 16px;
}
body.bilsterberg .ai1ec-agenda-view .ai1ec-event-summary-footer {
	padding-top: 8px;
}
body.bilsterberg .ai1ec-agenda-view .ai1ec-categories,
body.bilsterberg .ai1ec-agenda-view .ai1ec-tags {
	font-size: 14px;
	margin: 0;
}
body.bilsterberg .ai1ec-agenda-view .ai1ec-categories .ai1ec-category,
body.bilsterberg .ai1ec-agenda-view .ai1ec-tags .ai1ec-category {
	font-size: 14px;
	padding: 0 !important;
	color: #fff;
	text-transform: none;
}
body.bilsterberg .ai1ec-agenda-view .ai1ec-categories .ai1ec-category:hover,
body.bilsterberg .ai1ec-agenda-view .ai1ec-tags .ai1ec-category:hover {
	background: transparent;
	color: #646464;
}
body.bilsterberg .ai1ec-agenda-widget-view .mk-button,
body.bilsterberg .ai1ec-agenda-view .mk-button {
	margin-top: 22px;
}
body.bilsterberg .timely .ai1ec-btn-default {
	border-color: #646464;
}

/* Agenda View - Category Filter */
body.bilsterberg .filter-menu-bilsterberg {
	text-align: center;
}
body.bilsterberg .ai1ec-dropdown-menu-bilsterberg > div {
	display: inline-block;
}
body.bilsterberg .ai1ec-dropdown-menu-bilsterberg > div .ai1ec-load-view,
body.bilsterberg .ai1ec-clear-filter-bilsterberg {
	border: 1px solid #fff;
	margin: 0 10px 10px 0;
	padding: 4px;
	text-transform: uppercase;
	color: #fff;
}
body.bilsterberg .ai1ec-dropdown-menu-bilsterberg,
body.bilsterberg .ai1ec-clear-filter-bilsterberg {
	display: inline-block !important;
}
body.bilsterberg .ai1ec-clear-filter-bilsterberg {
	cursor: pointer;
	display: inline-block;
	border: 0 none;
}
body.bilsterberg .ai1ec-clear-filter-bilsterberg i {
	line-height: 14px;
}
body.bilsterberg .ai1ec-minical-trigger {
	font-weight: 400 !important;
}
body.bilsterberg .filter-menu-bilsterberg .title-small {
	margin-top: 0;
	margin-bottom: 25px !important;
}

body.bilsterberg .timely .ai1ec-agenda-view a,
body.bilsterberg .filter-menu-bilsterberg a,
body.bilsterberg .ai1ec-agenda-view .ai1ec-event {
	border: 0 none;
	padding: 0 4px;
}
body.bilsterberg .timely .ai1ec-agenda-view a.ai1ec-date-title {
	border: 1px solid #fff;
}


body.bilsterberg .timely .ai1ec-btn-default.ai1ec-disabled {
	background: #484848;
	opacity: 0;
}




/* GoogleMaps */
.gm-style-iw {
	padding: 10px;
}
.gm-style-iw p:last-child {
	margin-bottom: 0;
}

/* Cookie Notice */
/*
body:not(.cookieNotice-hidde) {
	padding-bottom: 47px;
}
.cookieNotice {
  background: #fff;
  text-align: center;
  width: 100%;
  padding: 4px 0;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 311;
  border-top: 1px solid #0078be;
  font-size: 15px;
  display: none;
}
.cookieNotice div,
.cookieNotice section {
	margin: 0;
	padding: 0;
}
.cookieNotice p {
  margin: 0;
}
.cookieNotice a {
  color: #0078be;
  margin: 0 10px 10px 10px;
}
.cookieNotice .cookieNoticeCloser {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  padding: 4px 20px;
  width: auto;
  font-weight: 300;
  font-family: inherit;
  background: #0078be;
  color: #fff;
}
@media (max-width:991px) {
	body:not(.cookieNotice-hidde) {
		padding-bottom: 117px;
	}
	.cookieNotice a {
		display: block;
	}
}
@media (max-width:675px) {
	body:not(.cookieNotice-hidde) {
		padding-bottom: 147px;
	}

}
@media (max-width:480px) {
	body:not(.cookieNotice-hidde) {
		padding-bottom: 147px;
	}

}

body:not(.cookieNoticeHidden) #mk-boxed-layout {
	padding-bottom: 56px;
}
body.cookieNoticeHidden #cookieNotice {
	display: none;
}
#cookieNotice .widget {
	margin-bottom: 0;
}
.cookieNotice * {
	font-size: 15px;
}
.cookieNotice {
  background: rgba(0,120,190,0.9);
  text-align: center;
  width: 100%;
  padding: 10px 0;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 311;
  border-top: 1px solid #fff;
  font-size: 15px;
  display: none;
}
.cookieNotice div,
.cookieNotice section {
	margin: 0;
	padding: 0;
}
.cookieNotice p {
  margin: 0;
}
.cookieNotice a {
  color: #fff;
  margin: 0 10px 10px 10px;
}
.cookieNotice a:hover {
	text-decoration: underline;
}
.cookieNotice .cookieNoticeCloser {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  padding: 4px 20px;
  width: auto;
  font-weight: 300;
  font-family: inherit;
  background: #fff;
  color: #0078be;
  border: 1px solid #fff;
}
.cookieNotice .cookieNoticeCloser:hover {
  background: #0078be;
  color: #fff;
  border-color: #fff;
}
@media (max-width:991px) {
	body:not(.cookieNoticeHidden) #mk-boxed-layout {
		padding-bottom: 116px;
	}
	.cookieNotice a {
		display: block;
	}
}
@media (max-width:676px) {
	body:not(.cookieNoticeHidden) #mk-boxed-layout {
		padding-bottom: 140px;
	}
}
@media (max-width:356px) {
	body:not(.cookieNoticeHidden) #mk-boxed-layout {
		padding-bottom: 165px;
	}
}
*/

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 1700px) {
	.mk-animated-columns .animated-column-item:hover .animated-column-holder {
		padding-top: 90px !important;
	}
	.mk-animated-columns .animated-column-holder .animated-column-icon {
		width: 100px !important;
	}
	.mk-animated-columns .animated-column-item:hover .animated-column-desc {
		margin-top: -50px;
	}
}

@media (max-width: 1500px) {

	.mk-animate-element .mk-button {
  	padding: 15px;
  }
  .mk-button-container.mk-button--anim-side .mk-button .mk-button--icon {
  	display: none !important;
  }
  .bilsterberg .mk-button-container .mk-button .mk-button--text {
	 	-webkit-transform: translateX(0px);
	 	-ms-transform: translateX(0px);
	 	transform: translateX(0px);
  }


	h1, h1 span { font-size: 60px !important; }
	h2, h2 span { font-size: 30px !important; }
	h3, h3 span { font-size: 20px !important; }
	h4, h4 span { font-size: 18px !important; }


}

@media (max-width: 1199px) {
  #subnav { display: none; }

  .bilsterberg .header-style-4 .header-logo a {
  	padding: 20px 0 10px 0;
  }
  .bilsterberg .header-style-4 .header-logo a img {
  	left: 0 !important;
  }

  .bilsterberg .mk-nav-responsive-link {
  	top: 65px;
  }


}

@media (max-width:991px) {
	.mk-imagebox .three-column .mk-imagebox-item {
		width: 100%;
	}

	.mk-imagebox-item .item-content {
		min-height: 0;
		padding-bottom: 10px;
	}

	.mk-animated-columns .animated-column-item:hover .animated-column-holder {
		padding-top: 80px !important;
	}
	.mk-animated-columns .animated-column-holder .animated-column-icon {
		width: 75px !important;
	}
	.mk-animated-columns .animated-column-item:hover .animated-column-desc {
		margin-top: -100px;
	}
}

@media (max-width:768px) {
  #fancy-title-9,
  #fancy-title-5 {
    font-size: 30px !important;
    line-height: 1.2em !important;
  }
  #fancy-title-10 {
    font-size: 26px !important;
    line-height: 1.2em !important;
  }

  .mk-adaptive-height {
  	height: auto !important;
  }

  .mk-padding-wrapper {
  	padding: 0;
  }

  h1, h1 span { font-size: 32px !important; }
	h2, h2 span { font-size: 22px !important; }
	h1, h2, h3 { padding-bottom: 15px !important; }

  ol, ul {
  	margin-left: 1.1em;
  }

  .bilsterberg #bookingKitContainer .bk-detail-list ul {
		padding-left: 5px;
	}
	.bilsterberg #bookingKitContainer .bk-events-buttons a.bk-voucher-btn,
	.bilsterberg #bookingKitContainer .bk-events-buttons a.bk-date-btn {
		line-height: 26px;
		-ms-grid-column: 1;
		grid-column: 1;
	}
	.bilsterberg #bookingKitContainer .bk-events-price {
		text-align: left;
	}
	.bilsterberg #bookingKitContainer .bk-events-buttons a.bk-date-btn.bk-button-invisible {
		display: none;
	}

	.mk-pagination .pagination-arrows {
		border-color: #fff;
	}

	body.bilsterberg .ai1ec-agenda-view .ai1ec-date-events .align-right {
		text-align: left !important;
	}
	body.bilsterberg .ai1ec-agenda-widget-view .mk-button,
	body.bilsterberg .ai1ec-agenda-view .mk-button {
		margin-top: 12px;
		margin-bottom: 10px;
	}
	body.bilsterberg .ai1ec-agenda-widget-view .mk-fancy-title,
	body.bilsterberg .ai1ec-agenda-view .mk-fancy-title {
		margin-bottom: 0;
		padding-bottom: 5px !important;
	}
	body.bilsterberg .timely .ai1ec-agenda-view a,
	body.bilsterberg .filter-menu-bilsterberg a,
	body.bilsterberg .ai1ec-agenda-view .ai1ec-event,
	body.bilsterberg .ai1ec-agenda-view .ai1ec-event .ai1ec-event-time {
		padding: 0;
	}
	.bilsterberg .ai1ec-popover {
		display: none !important;
	}

  .mk-text-block p { text-align: left !important; }

  .page-section-content {
  	padding-top: 50px !important;
  	padding-bottom: 40px !important;
  }

  .mk-employees.c_cs.u6col .mk-employee-item {
  	margin-bottom: 20px;
  }

  .wpcf7-form .col-first,
  .wpcf7-form .col-last {
  	padding-left: 0;
  	padding-right: 0;
  }

  .vc_empty_space { display: none; }

  #fixed_nav #stoerer .widget a {
  	width: 75px;
  	height: 75px;
  	line-height: 135px;
  }
  #fixed_nav .fixed_nav li a {
  	width: 25px;
  	height: 25px;
  	line-height: 35px;
  }
  #fixed_nav .fixed_nav li.wpml-ls-item a {
  	line-height: 28px;
  }
  #fixed_nav .fixed_nav li span.menu-item-icon svg {
  	width: 22px !important;
  	height: 22px !important;
  }

  .mk-go-top.is-active {
  	right: 5px;
  }

  .mk-teaser-blog-side {
  	margin-bottom: 20px;
  	overflow: hidden;
  }

  .filter-faq ul {
  	width: 100%;
  }
  .filter-faq ul li,
  #theme-page .filter-faq ul li a {
  	display: block;
  }

  .bilsterberg #ai1ec-calendar-view.ai1ec-calendar-view .ai1ec-title-buttons.ai1ec-btn-toolbar .ai1ec-btn-group .ai1ec-btn,
	.bilsterberg #ai1ec-calendar-view.ai1ec-calendar-view .ai1ec-title-buttons.ai1ec-btn-toolbar .ai1ec-btn-group .ai1ec-btn span {
		font-size: 16px;
	}
	.bilsterberg .ai1ec-month-view .ai1ec-day-stretcher {
		height: 50px;
	}

}

@media (max-width:480px) {

}


@media (min-width: 481px) {

}

@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}

@media (max-width: 1199px) {

}
@media (min-width:481px) and (max-width:991px) {


}
@media (min-width:768px) and (max-width:1500px) {
	.mk-animated-columns .animated-column-item:hover .animated-column-desc {
		line-height: 20px;
	}


}

@media (min-width:992px) and (max-width:1500px) {

	.mk-imagebox-item .item-title h5 {
		min-height: 58px;
		font-size: 22px !important;
	}
	.mk-imagebox-item .item-content {
		min-height: 210px;
	}

}

@media (min-width:1200px) and (max-width:1500px) {
	.mk-edge-slider .mk-slider-slide .edge-slide-content {
		padding-left: 40px;
	}
}

/* RETINA CSS
-------------------------------------------------- */
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2) {

}






.hidden {
	display: none !important;
}




.tooltip { z-index: 9999;}
.streckenpunkt_tooltip { z-index: 999;}

#fia_logo {position: absolute; right: 10px; width: 10%; min-width: 60px; display: none; }

.btnbtn { display:block; position:absolute; width:30px; height:30px; background:rgba(200,0,0,0); border-radius:50%; z-index:99; margin:10px auto auto 10px; }

.lazyload::before {
	content:''; display:block; background:#202525; background:#007FB4; position: absolute; top:0; left:0; width:100%; height: 100%;
	transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.lazyload.loaded::before { opacity:0 !important; }


/* Problemme mit IE */
#theme-page .theme-content.no-padding .mk-page-section-wrapper > .mk-page-section {
	padding-left: 0 !important;
}




.mk-social-share {
	margin: 5px 0 30px 0;
}
.mk-social-share ul {
	list-style: none !important;
	margin-left: 0;
	padding-left: 0;
}
.mk-social-share li {
	display: inline-block;
	margin-left: 0;
	margin-right: 20px;
}
.mk-social-share li a {
	display: inline-block;
	padding: 2px 50px;
	border-radius: 6px;
	-webkit-transition: background-color 0.5s ease-out;
	-moz-transition: background-color 0.5s ease-out;
	-o-transition: background-color 0.5s ease-out;
	transition: background-color 0.5s ease-out;
}
.mk-social-share li a.mk-blog-print {
	background: #0078be;
}
.mk-social-share li a.facebook-share {
	background: #344f88;
}
.mk-social-share li a.twitter-share {
	background: #1da1f2;
}
.mk-social-share li a:hover {
	background-color: #fff;
	-webkit-transition: background-color 0.5s ease-out;
	-moz-transition: background-color 0.5s ease-out;
	-o-transition: background-color 0.5s ease-out;
	transition: background-color 0.5s ease-out;
}
.mk-social-share li a img {
	width: auto !important;
	height: 32px !important;
	-webkit-filter: grayscale(1) invert(1);
	filter: grayscale(1) invert(1);
	-webkit-transition: filter 0.5s ease-out;
	-moz-transition: filter 0.5s ease-out;
	-o-transition: filter 0.5s ease-out;
	transition: filter 0.5s ease-out;
}
.mk-social-share li a:hover img {
	-webkit-filter: grayscale(0) invert(0);
	filter: grayscale(0) invert(0);
	-webkit-transition: filter 0.5s ease-out;
	-moz-transition: filter 0.5s ease-out;
	-o-transition: filter 0.5s ease-out;
	transition: filter 0.5s ease-out;
}

/* search suche */
.search-loop-meta {
	display: none !important;
}
