.terminzeile {
	display: block;
	font-weight: 300;
	margin-bottom: 10px;
	line-height: 40px;
	display: flex;
}

.terminzeile * {
	padding-right: 10px;
}

.terminzeile .infos {
	line-height: initial;
}
.terminzeile .infos * {
	float: left;
	margin-right: 5px;
}

.terminzeile .datum {
	font-size: 30px;
	font-weight: 900;
	color: #de6013;
	display: flex;
}

.terminzeile .typ {
	font-weight: bold;
	display: flex;
}

/*
.terminzeile .einlass:before {
	content: "Einlass:";
	padding-right: 5px;
}
.terminzeile .start:before {
	content: "Start:";
	padding-right: 5px;
}
*/

.terminzeile .typ:before {
	content: "/ ";
	padding-right: 5px;
	font-weight: 300;
}

/*
.terminzeile .kosten:before {
	*content: "| ";
	*padding-right: 5px;
}
.terminzeile .sonstiges:before {
	*content: "| ";
	*padding-right: 5px;
}
*/

.terminzeile a {
	border-radius: 5px;
	background: #de6013;
	padding: 0px 10px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	height: 28px;
	line-height: 27px;
}

.terminzeile a:hover {
	color: #000000 !important;
}

.terminzeile .ausverkauft {
	color: #ff0000;
	font-weight: normal;
	padding-left: 10px;
}

.terminzeile .buttons {
	display: flex;
	margin-top: 5px;
}

.terminzeile .buttons * {
	margin-right: 0px;
	padding-right: 8px;
}


@media only screen and (max-width: 1130px) {
	
}


#hero {
	position: relative;
	*margin-top: 120px;
	margin-top: 0px;
	height: 70vh;
	margin-bottom: 0px;
	font-size: 22px;
	line-height: 32px;
	background: #1e1a15;
}

#hero h1,
#hero p:nth-child(1){
	 font-family: 'Cairo';
	font-size: 35px !important;
	line-height: 43px !important;
	max-width: 1000px;
	text-align: left;
	margin: auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-weight: 900 !important;
}

#hero p {
	margin-left: 21px;
	margin-top: 13px;
}

#hero .notext .textblock {
	display: none;
}

#hero h4 {
	position: relative;
	margin: auto;
	max-width: 500px;
	text-align: center;
	margin: auto;
	
}

#hero .ce_text {
	padding: 0;
}
#hero .image_container {
	display: block;
	position: relative;
}
#hero .responsive-background-image {
	background-size: cover !important;
  	background-repeat: no-repeat;
  	display: inline-block;
	width: 100vw;
	height: 70vh;
	max-height: 70vh;
}

#hero .textblock {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 70vh;
	position: absolute;
	z-index: 10;
	*top: 0px;
	top: 30px;
	left: 0px;
	color: #FFFFFF;
	padding-top: 20px;
	
}

#hero .left .textblock,
#hero .box_left .textblock{
	*right: initial;
	left: 10%;
}

#hero .textblock .flex_bottom {
	display: block;
	height: auto
}

#hero .button {
	background: #dddddd !important;
	color: #000000;
	font-size: 16px;
	padding: 10px 30px;
	font-weight: bold;
	margin-top: 50px;
	border-radius: 5px;
}

#hero div.buttonlink a {
	//color: #1e1a15;
	font-size: 25px;
	*margin-top: 20px;
	background: #de6013;
	text-transform: uppercase;
}
#hero div.buttonlink a:hover {
	color: #000000 !important;
}
.programm #hero div.hero_first_line {
	font-size: 50px !important;
	line-height: 70px !important;
	background: rgba(255,255,255,0.75);
	padding-bottom: 0px;
	color: #1e1a15;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 2px;
	border-radius: 5px;
} 
.programm #hero div.hero_second_line {
	font-size: 25px !important;
	line-height:45px !important;
	background: rgba(255,255,255,0.75);
	color: #1e1a15;
		padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 2px;
	border-radius: 5px;
} 

.programm div.buttonlink a {
	margin-top: 0px;
	margin-bottom: 60px;
	font-size: 20px;
}

.programm #hero .textblock {
	align-items: flex-end;
}
