/* ------------------------- custom CSS ------------------------- */

.visible-phone {
  display: none !important;
}
 
.visible-tablet {
  display: none !important;
}
 
.hidden-desktop {
  display: none !important;
}
 
.visible-desktop {
  display: inherit !important;
}
 
@media (max-width: 992px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
  #offcanvas-toggler {
  visibility: hidden;
  }
  .sp-megamenu-parent {
    display: none !important;
  }
}

@media (min-width: 993px) {
  .hidden-desktop {
    display: none !important;
  }
  .visible-desktop {
    display: inherit !important;
  }
  .visible-phone {
    display: none !important;
  }
  .hidden-phone {
    display: inherit !important;
  }
  .visible-tablet {
    display: none !important;
  }
  .hidden-tablet {
    display: inherit !important;
  }
  .sp-megamenu-parent {
    display: inherit !important;
  }
}


.visible-phone-termine {
  display: none !important;
}
 
.hidden-desktop-termine {
  display: none !important;
}
 
.visible-desktop-termine {
  display: inherit !important;
}
 
@media (max-width: 991px) {
  .hidden-desktop-termine {
    display: inherit !important;
  }
  .visible-desktop-termine {
    display: none !important;
  }
  .visible-phone-termine {
    display: inherit !important;
  }
  .hidden-phone-termine {
    display: none !important;
  }
  #sp-right {
/* 
  visibility: hidden;
 */
  }
}

/* 
@media (min-width: 992px) {
  .hidden-desktop-termine {
    display: none !important;
  }
  .visible-desktop-termine {
    display: inherit !important;
  }
  .visible-phone-termine {
    display: none !important;
  }
  .hidden-phone-termine {
    display: inherit !important;
  }
  #sp-left {
  visibility: hidden;
  }
}
 */

#sp-top2 {
  margin-top: 17px;
  text-align: right;
}
#sp-top2 li {
  text-align: right;
}

#sp-logo{
  margin-top: -12px;
}

#sp-slider{
  margin-top: 30px;
  margin-bottom: -90px;
}

#sp-right{
  margin-top: 30px;
  background: #fbda00;
  border-style: outset;
  border-width: 1px;
}

#sp-left{
  margin-top: 110px;
  margin-bottom: -110px;
  background: #f5f173;
  border-style: outset;
  border-width: 1px;
}

#sp-offcanvas{
    margin-bottom: 50px;
}

.sp-contact-info li{
   margin: 0 10px;
   display: block;
}

hr {
	width: 100%;
        margin-top: 3px;
        margin-bottom: 3px; 
	height: 2px;
	background: #000000;
}



/* ------------------------- twa ------------------------- */


body {
	background-color: #fff8c9;
	background-color: #fdf8d4;
}

.layout-boxed .body-innerwrapper {
	box-shadow: none;
}

#sp-top-bar, #sp-footer {
	color: #000;
}

.sp-contact-info li {
	text-align: right;
}

@media (min-width: 992px) {
	.col-md-3 {
		width: 23.5%;
	}
}

/*  showplus slider  */
.sp-module.sl1 div.showplus-left, .sp-module.sl2 div.showplus-left, .sp-module.sl3 div.showplus-left, .sp-module.sl4 div.showplus-left {
	margin-top: 6px !important;
}
@media (max-width:1199px) {
	.sp-module.sl3 {
		display: none;
	}
}
@media (max-width: 992px) {
	.sp-module.sl1, .sp-module.sl4 {
    	margin-top: -30px !important;
	}
}
@media (max-width:991px) {
	.sp-module.sl2 {
		display: none;
	}
}
@media (max-width:615px) {
	.sp-module.sl3 {
		display: none;
	}
}




.sp-megamenu-parent {
	font-family: Open Sans, ABeeZee, sans-serif;
    font-weight: bold;
}
/* 
@media (max-width: 1024px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: none !important;
  }
  .hidden-phone {
    display: none !important;
  }
  .visible-tablet {
    display: none !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
 */

#sp-main-body h1 {
	margin-bottom: 1em;
	color: #000;
}
#sp-main-body h2 {
	margin-top: 1.5em;
	margin-bottom: 0.75em;
	color: #0069ac;
	font-size: 1.8em;
}
#sp-main-body h3 {
	margin-top: 1.5em;
	margin-bottom: 0.75em;
}

#sp-main-body p {
	font-size: 1.4em;
	line-height: 1.5;
}

.sp-megamenu-parent >li >a {
	line-height: 50px;
}
#sp-header-mobile {
	overflow: hidden;
}
#sp-offcanvas {
    margin-bottom: 30px;
    margin-top: -31px;
}

@media (max-width:735px) {
	.col-xs-10 {
		width: 100%;
	}
}

#sp-main-body {
    padding: 25px 0;
}

#sp-right .sp-module h3.sp-module-title {
	border-bottom-color: #fff6b8;
	line-height: 1.4;
	margin-top: 0.5em;
	margin-bottom: 0.75em;
	padding-bottom: 0.5em;
}


h1.veranstaltungen {
	margin-top: 6px;
	font-size: 1.4em;
	line-height: 1.2;
	transition: none;
	-webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}
#sp-main-body .newsflash p {
	font-size: 14px;
    font-weight: 600;
    margin: 0;
}

#sp-right {
	padding-top: 4px;
	padding-bottom: 8px;
	border-style: none;
}
#sp-right hr {
	border-top: none;
	background: #fff6b8;
	margin: 0.75em 0;
}

p.veranstaltungenTitel {
	margin-bottom: 0;
	line-height: 20px;
}

.showplus-images span {
	background: none no-repeat scroll center center #fbda00;
}

@media (max-width: 767px) {
	#sp-logo {
		float: left !important;
	}
	.sp-contact-info {
		float: right !important;
	}
}


/* Hamburger Menu */

.custom-hamburger-button {
	display: none;
}
@media (max-width: 992px) {
	#sp-offcanvas {
		margin-top: -11px;
	}
	.custom-hamburger-button {
		display: inherit !important;
		width:100%; 
		height:60px; 
		line-height:60px;
	}
}
.hamburger{
  background:none;
  position:absolute;
  top:0;
  left:0;
  line-height:45px;
  padding:5px 15px 0px 15px;
  padding:0 15px 0px 12px;
  color:#000;
  border:0;
  font-size:1.4em;
  font-size:2.5em;
  font-weight:bold;
  cursor:pointer;
  outline:none;
  z-index:10000000000000;
}
.cross{
  background:none;
  position:absolute;
  top:0;
  left:0;
  padding:13px 15px 0px 15px;
  padding:0 18px 0px 15px;
  color:#000;
  border:0;
  font-size:3.5em;
  line-height:65px;
  font-weight:bold;
  cursor:pointer;
  outline:none;
  z-index:10000000000000;
}
.nav.menu {
/* 	z-index:1000000; */
	font-weight:bold;
	font-size:0.8em;
/* 
	width:100%;
	position:absolute;
	text-align:center;
 */
}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li:hover > a {
	background: none;
	background-color: #fbe973;
	border-bottom: 2px solid #eeb013;  /* #eeb013 orange; #fbda00 bg; #fbe973 bg hell */
	background-color: #fdf8d4;
	border-bottom: 2px solid #eeb013;  /* orange */
}
.sp-megamenu-parent > li > a {
}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li:hover > a {
/*	color: #005992;*/
}
/* 
.menu ul {
	margin: 0; padding: 0;
	list-style-type: none;
	list-style-image: none;
}
.menu li {
	display: block;
	padding:15px 0 15px 0;
	border-bottom:#1d1f20 1px solid;
}
.menu li:hover {
	display: block;
	padding:15px 0 15px 0;
	border-bottom:#1d1f20 1px solid;
}
.menu ul li a {
	text-decoration:none;
	margin: 0px;
	color:#fff;
}
.menu ul li a:hover {
	color: #fff; 
	text-decoration:none;
}
.menu a {
	text-decoration:none; 
	color:white;
}
.menu a:hover {
	text-decoration:none; 
	color:white;
}
 */

.glyphicon-home{
  color:white; 
  font-size:1.5em; 
  margin-top:5px; 
  margin:0 auto;
}

.sp-module._menu {
	margin-top: 0;
}
.sp-module ul >li {
	border-bottom-color: #fff;
}
#sp-top2 ul >li >a {
	line-height: 24px;
}
.sp-module ul >li >a:before {
	content: "";
}
#sp-top2 ul >li, #sp-top2 ul >li >a {
	padding: 0;
}