h1.pagetitle { display: none; }

h2 { 
  padding: 0 0 5px; 
  margin: 0 0 0.5em; 
  background: url(/city_data/images/4/7/216474/orig_3x3.png) bottom repeat-x;
  text-transform: uppercase; 
  font-weight: normal; 
  display: grid;
}

@media (max-width: 767px)  {
  h2 { 
    display: inline-block;
    width: 100%;
  }
}

#content .teaser .teaser_item_list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

#content .teaser * {
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0 !important;
    background: transparent;
}

#content .teaser .element_label {
	text-transform: uppercase
}

#content .teaser .overviewteaserlink {
	width: auto;
	float: right;
}

#content .teaser .overviewteaserlink a {
	padding: 0.75em;
	text-transform: uppercase;
	background: #b11916;
	color: #fff !important;
	float: right;
}

#content .teaser hr { display: none}

#content .teaser .teaser_item_list .teaser_element {
    display: flex;
    flex-flow: column !important;
    width: 30%;
    padding: 0;
    margin: 0 0 5%;
}

#content .teaser .teaser_item_list .teaser_element .teaser_titledate {
    padding: 0.25em 0;
}

#content .teaser .teaser_item_list .teaser_element div.teasercontent {
	padding: 0.5em 0.1em;
	max-height: 16.5em;
    overflow: hidden;
    text-overflow: ellipsis;
}

#content .teaser .teaser_item_list .teaser_element div.wrapper {
	flex-flow: column;
}

#content .teaser .teaser_item_list .teaser_element div.teasercontent .teasertext {
    text-overflow: ellipsis;
}

#content .teaser .teaser_item_list .teaser_element img{
    width: 100%;
    padding: 0;
    margin: 0 0 0.5em;
}

#content .teaser .teaser_item_list .teaser_element .teaserimg {
    width: 100% !important;
    padding: 0;
    margin: 0 0 0.5em;
}
#content .textblock2 .textblock_title { 
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.4em !important;
	margin: 0 0 0.5em;
}

@media (min-width: 1024px) {
  #center #logo #unten { display: block; }

  div#content_wrapper { margin-top: 0 !important; }

  div#content {
    width: 100%;
    padding: 0;
	margin: 0;
  }
  div#content .textblock_wrapper {
	display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  div#content .textblock_wrapper .textblock1 {
	width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
	#center #logo #unten { display: block; }

	div#content_wrapper { margin-top: 0 !important; }

    #content .teaser .teaser_item_list .teaser_element {
        display: flex;
        flex-flow: column;
        width: 32%;
        padding: 0;
        margin: 0 0 5%;
    }
}

@media (max-width: 767px) {
    #content .teaser .teaser_item_list .teaser_element {
        display: flex;
        flex-flow: column;
        width: 48%;
        padding: 0;
        margin: 0 0 5%;
    }
}

@media (max-width: 480px) {
    #content .teaser .teaser_item_list .teaser_element {
        display: flex;
        flex-flow: column;
        width: 100%;
        padding: 0;
        margin: 0 0 5%;
    }
}

@media (min-width: 768px) {

	#logo #unten #quicklinks { position: relative !important; margin-top: 0 !important; border-bottom: 1px solid; z-index: 75;  }
  
  	#logo #unten #quicklinks.empty { height: 23px;  }
  
  	#logo #unten #quicklinks.fixed { position: fixed !important; top: 129px; left: 0; border-bottom: 1px solid #fff; z-index: 75; }

	/*	6.1.7. Karussell-Objekt ----------------------------------------------------- */

	#logo #unten #karussell {
		display: inline-block !important;
		width: 100%;
		background-color: #333;
		padding: 0;
		margin-top: 12.9em;
	}

	#logo #karussell #out {
		display: inline-block;
		width: 100%;
		background-color: #e6e6e6;
	}

	#logo #karussell #out .left_up,
	#logo #karussell #out .right_down { display: none; }

	#logo #karussell #out .right_down { margin-left: 0; }

	#logo #karussell #in {
		display: inline-block;
		width: 100%;
		overflow: visible;
		width: 100%;
		margin: 0px;
		padding: 0px;
		left: 0 !important;
	}

	#logo #karussell #in ul.carousel {
		position:relative;
		float: none;
	}

	#logo #karussell #in #carousel {
		position:relative;
		left: 0;
		list-style-type: none;
		top: 0px;
		left: 0px;
		margin: 0px;
		padding: 0px;
		width: auto;
	}

	#logo #karussell #carousel li.obj {
		float:left;
		width: 100%;
		height: auto;
	}
  
  	#logo #karussell #carousel li.obj:nth-child(n+2) {
		display: none;
	}

	#logo #karussell #carousel li.obj img {
		float:left;
		width: 100%;
		height: auto;
	}
}





