@media screen and (max-width: 550px){
	h2.heading_page-hero-bottom.heading_desktop{
		display: none;
	}
}
@media screen and (min-width: 551px){
	h2.heading_page-hero-bottom.heading_mobile{
		display: none;
	}
}

.menu-item i._before, .rtl .menu-item i._after {
    margin-right: 8px;
}

/* Programm Plan Responsive Anpassungen */
.tt_responsive .tt_timetable.small .box_header {
	color: #FFFFFF !important;
}
.tt_responsive .tt_timetable.small.use_colors .box_header {
    margin-bottom: 15px !important;
    margin-top: 30px !important;
}
td.tt_hours_column{
	padding: 5px !important;
}
.tt_navigation_wrapper{ display: none !important;}

.site-footer{
	border-top: 10px solid #f39103;
}
.footer-widget-1{
	width: 30%;
}
.footer-widget-2{
	width: 70%;
}

#cookie-notice{
  min-width: auto;
  background-color: #FFF !important;
  width: 300px;
  bottom: 20px;
  left: 20px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  color: #000 !important;
  padding: 20px; 
}
#cookie-notice.cookie-notice-hidden{
  padding: 0;
}
#cookie-notice .cookie-notice-container{
	padding: 0;
  text-align: left;
}

#cookie-notice #cn-accept-cookie{
	display: block;
  margin: 10px 0 0 0;
  border-radius: 100px;
  background: #76b82e;
  color: #FFF;
  padding: 10px 10px;
  text-shadow: none;
  border: 0;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.2);
}
#cookie-notice #cn-accept-cookie:hover{
	background: #a6177c;
}
#cn-notice-text p{
	margin-bottom: 0;
	color: #000000;
}
#cn-notice-text h3{
	color: #f39103;
}
#cn-notice-text a{
	color: #f39103;
}
#cn-notice-text a:hover{
	text-decoration: underline;
}