/** Projekt Dimensionen **/

p.text-right {
  text-align: right;
}
.frame-layout-100 .ce-bodytext h3 {
  padding: 0px 20px 0 20px;
}
.frame-layout-100 .ce-bodytext h3:first-child {
  padding-top:20px;  
}
.news .news-list-view .teaser-text h3 {
  padding-top: 10px;
  font-size: 1rem;
}
.page_183 .teaser-text,
.page_183 .news-list-date,
.page_184 .teaser-text,
.page_184 .news-list-date,
.page_176 .teaser-text,
.page_180 .news-list-date,
.page_176 .news-list-date {
  display: none!important;
}
.page_183 .news .article,
.page_184 .news .article,
.page_176 .news .article {
  padding-top: 0;
}
/*** bmfsfj logo unter Impressum ***/
.page_38 img.image-embed-item {
  width: 300px!important;
}

/*****/


#maincontent h4 a {
  text-decoration: underline;
}

u {
   text-decoration: none;
}


/** Calendarized in DIVs START **/
.calendarize > .layout-100 .togglebutton {
	top: 12px !important;
}

.calendarize > .layout-100 {
	margin-bottom: 20px;
}

.calendarize .catFilter {
	display: flex;
	flex-wrap: wrap;
	padding: 15px;
	border: 1px solid #eeeeee;
}

.catFilterColumn {
	width: 49.9%;
	flex-grow: 0;
	flex-shrink: 0;
}

.calendarize .layout-100 header {
	padding: 15px;
	background: #eeeeee;
}

#c283 > .frame-container {
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
}
.calYear, .calYear * {
	box-sizing: border-box;
    font-weight: bold;
}
.calYear {
	width: 100%;
/*	max-width: 1005px;*/
	max-width: 1280px;
}
.calYearBody {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.calMonth {
	width: 49.0%;
	min-width: 420px;
    margin-bottom: 20px;
}

.calMonth.singleMonth {
  width: 100%;
}
.calMonthHeader {
    font-weight: bold;
}
.calMonthDays {
  display:flex;
  text-align: center;
  font-weight: bold;
}
.calDayHeader {
  min-height: auto!important;
  height:auto!important;  
  padding-bottom: 0!important;
}
.calMonthDays span {
  padding: 5px;
  display: block;
  font-size: 1rem;
}

@media only screen and (max-width: 1250px) {
	.calMonth {
		width: 99.9%;
	}
}
.calMonthBody {
	display: flex;
	flex-wrap: wrap;
}
.calDay {
	width: calc(14.28% - 0px);
	border: 1px solid #ddd;
	min-width: 50px;
	height: 5.0rem;
	position: relative;
}

.singleMonth .calDay {
  height: auto;
  min-height: 8rem;
  padding-bottom: 16px;
  hyphens:auto;
}

.calDay ul.events {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.calDay ul.events li {
	padding: 0;
	line-height: 0.75rem;
	font-size: 0.5rem;
	background: transparent;
	min-width: 50%;
}

.calDay ul.events li.startMulti {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0;
	display: flex;
	align-items: flex-start;
}
.calDay ul.events li.running {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0;
}

.calDay ul.events li a {
	font-weight: bold;
	color: white;
	display: block;
}

.calDay ul.events li a span {
  font-size: 0.75rem;
  color: #000;
}

.calDay ul.events li a.blind span {
  display: none;
}


.calDay ul.events li.start a.symbol::before {
	content: "\f005";
	font-size: 16px;
	font-family: fontAwesome;
}
.calDay ul.events li.startMulti a.symbol {
	padding: 0;
	background: white;
	position: relative;
	z-index:100;
	padding-right: 5px;
}
.calDay ul.events li a.blind {
	font-size: 1px;
	color: transparent;
	height: .5rem;
	position: relative;
	z-index:50;
	width: 100%;
	margin-top: 2px;
}

.calDay ul.events li.running:not(.hidden) + li.startMulti a.blind,
.calDay ul.events li.running:not(.hidden) + li.running a.blind {
	height: 0.5rem;
	z-index:51;
}

.calDay ul.events li.startMulti a.blind {
}
.calDay ul.events li.running a.blind {
}

.catFilter .catFilterItem::before {
	font-family: fontAwesome;
	width: 25px;
	flex-shrink: 0;
	flex-grow: 0;
	text-align: center;
}

.catFilter .catFilterItem span {
	flex-grow: 1;
}

#catShowAll {
	cursor: pointer;
	flex-wrap: wrap;
	padding-left: 5px;
	width: 100%;
}
#catShowAll.hidden {
	display: none;
}

.catFilterItem {
	font-size: 0.75rem;
	cursor: pointer;
	display: flex;
}
.catFilterItem.selected {
	font-weight: bold;
	text-decoration: underline;
}

.calDay ul.events li.hidden {
	display: none;
}

.calYearHeader {
	margin-top: 1rem;
}

.calCategory > h4,
.calCategory h2 {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
}
.calCategory > h4 {
	font-size: 24px;
	margin-top: 2rem;
	border-top: 1px solid grey;
	padding-top: 1.0rem;
}
.calCategory > h4 > span {
	display: inline-block;
}
.calCategory > h4::before {
	font-size: 24px;
	font-family: fontAwesome;
	position: relative;
	top: -3px;
	width: 2.5rem;
	display: inline-block;
	flex-shrink: 0;
}

.calCategory h2 > span {
	display: inline-block;
}
.calCategory h2::before {
	font-size: 16px;
	font-family: fontAwesome;
	position: relative;
	top: -1px;
	width: 1.75rem;
	display: inline-block;
	flex-shrink: 0;
}

.calCatEvents {
	padding-left: 2.5rem;
}
.calCatEvents .media-body {
	margin-top: 1.5rem;
}

#category-72::before,
.calCategory.category-72 > h4::before,
.calCategory.category-72 h2::before,
.calDay ul.events li.category-72 a.symbol::before {
	content: "\f0c8";
	color: #ed6f42;
}
.calDay ul.events li.category-72 a.blind {
	background: #ed6f42;
}

#category-71::before,
.calCategory.category-71 > h4::before,
.calCategory.category-71 h2::before,
.calDay ul.events li.category-71 a.symbol::before {
	content: "\f0c8";
	color: #7c6db0;
}
.calDay ul.events li.category-71 a.blind {
	background: #7c6db0;
}

#category-70::before,
.calCategory.category-70 > h4::before,
.calCategory.category-70 h2::before,
.calDay ul.events li.category-70 a.symbol::before {
	content: "\f0c8";
	color: #008b39;
}
.calDay ul.events li.category-70 a.blind {
	background: #008b39;
}

#category-73::before,
.calCategory.category-73 > h4::before,
.calCategory.category-73 h2::before,
.calDay ul.events li.category-73 a.symbol::before {
	content: "\f0d8";
	color: #cb5ea0;
	font-size: 30px;
}
.calDay ul.events li.category-73 a.blind {
	background: #cb5ea0;
}



#category-41::before,
.calCategory.category-41 > h4::before,
.calCategory.category-41 h2::before,
.calDay ul.events li.category-41 a.symbol::before {
	content: "\f0d8";
	color: #8c7067;
	font-size: 30px;
}
.calDay ul.events li.category-41 a.blind {
	background: #8c7067;
}
#category-42::before,
.calCategory.category-42 > h4::before,
.calCategory.category-42 h2::before,
.calDay ul.events li.category-42 a.symbol::before {
	content: "\f0c8";
	color: #008b39;
}
.calDay ul.events li.category-42 a.blind {
	background: #008b39;
}
#category-43::before,
.calCategory.category-43 > h4::before,
.calCategory.category-43 h2::before,
.calDay ul.events li.category-43 a.symbol::before {
	content: "\f0c8";
	color: #008b39;
}
.calDay ul.events li.category-43 a.blind {
	background: #008b39;
}
#category-44::before,
.calCategory.category-44 > h4::before,
.calCategory.category-44 h2::before,
.calDay ul.events li.category-44 a.symbol::before {
	content: "\f0c8";
	color: #008b39;
}
.calDay ul.events li.category-44 a.blind {
	background: #008b39;
}
#category-45::before,
.calCategory.category-45 > h4::before,
.calCategory.category-45 h2::before,
.calDay ul.events li.category-45 a.symbol::before {
	content: "\f0c8";
	color: #b49c4e;
}
.calDay ul.events li.category-45 a.blind {
	background: #b49c4e;
}

#category-46::before,
.calCategory.category-46 > h4::before,
.calCategory.category-46 h2::before,
.calDay ul.events li.category-46 a.symbol::before {
	content: "\f0d8";
	color: #57bebd;
	font-size: 30px;
}
.calDay ul.events li.category-46 a.blind {
	background: #57bebd;
}
#category-47::before,
.calCategory.category-47 > h4::before,
.calCategory.category-47 h2::before,
.calDay ul.events li.category-47 a.symbol::before {
	content: "\f111";
	color: #97b98e;
}
.calDay ul.events li.category-47 a.blind {
	background: #97b98e;
}
#category-48::before,
.calCategory.category-48 > h4::before,
.calCategory.category-48 h2::before,
.calDay ul.events li.category-48 a.symbol::before {
	content: "\f111";
	color: #ca7874;
}
.calDay ul.events li.category-48 a.blind {
	background: #ca7874;
}
#category-49::before,
.calCategory.category-49 > h4::before,
.calCategory.category-49 h2::before,
.calDay ul.events li.category-49 a.symbol::before {
	content: " ";
	color: #dea000;
	width: 25px;
	height: 20px;
	background-image: url("/fileadmin/templates/img/rhombus_dea000.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 16px 16px;
	display: inline-block;
}
.calDay ul.events li.category-49 a.blind {
	background: #dea000;
}
#category-50::before,
.calCategory.category-50 > h4::before,
.calCategory.category-50 h2::before,
.calDay ul.events li.category-50 a.symbol::before {
	content: "\f111";
	color: #940e60;
}
.calDay ul.events li.category-50 a.blind {
	background: #940e60;
}

#category-51::before,
.calCategory.category-51 > h4::before,
.calCategory.category-51 h2::before,
.calDay ul.events li.category-51 a.symbol::before {
	content: " ";
	color: #cb475b;
	width: 25px;
	height: 20px;
	background-image: url("/fileadmin/templates/img/rhombus_cb475b.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 16px 16px;
	display: inline-block;
}
.calDay ul.events li.category-51 a.blind {
	background: #cb475b;
}
#category-52::before,
.calCategory.category-52 > h4::before,
.calCategory.category-52 h2::before,
.calDay ul.events li.category-52 a.symbol::before {
	content: "\f0d7";
	color: #dea000;
	font-size: 30px;
}
.calDay ul.events li.category-52 a.blind {
	background: #dea000;
}
#category-53::before,
.calCategory.category-53 > h4::before,
.calCategory.category-53 h2::before,
.calDay ul.events li.category-53 a.symbol::before {
	content: "\f0d7";
	color: #b9ce00;
	font-size: 30px;
}
.calDay ul.events li.category-53 a.blind {
	background: #b9ce00;
}
#category-54::before,
.calCategory.category-54 > h4::before,
.calCategory.category-54 h2::before,
.calDay ul.events li.category-54 a.symbol::before {
	content: " ";
	color: #80416e;
	width: 25px;
	height: 20px;
	background-image: url("/fileadmin/templates/img/rhombus_80416e.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 16px 16px;
	display: inline-block;
}
.calDay ul.events li.category-54 a.blind {
	background: #80416e;
}
#category-55::before,
.calCategory.category-55 > h4::before,
.calCategory.category-55 h2::before,
.calDay ul.events li.category-55 a.symbol::before {
	content: " ";
	color: #4f708b;
	width: 25px;
	height: 20px;
	background-image: url("/fileadmin/templates/img/rhombus_4f708b.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 16px 16px;
	display: inline-block;
}
.calDay ul.events li.category-55 a.blind {
	background: #4f708b;
}

#category-56::before,
.calCategory.category-56 > h4::before,
.calCategory.category-56 h2::before,
.calDay ul.events li.category-56 a.symbol::before {
	content: "\f111";
	color: #7c6db0;
}
.calDay ul.events li.category-56 a.blind {
	background: #7c6db0;
}
#category-57::before,
.calCategory.category-57 > h4::before,
.calCategory.category-57 h2::before,
.calDay ul.events li.category-57 a.symbol::before {
	content: "\f111";
	color: #9a9600;
}
.calDay ul.events li.category-57 a.blind {
	background: #9a9600;
}
#category-58::before,
.calCategory.category-58 > h4::before,
.calCategory.category-58 h2::before,
.calDay ul.events li.category-58 a.symbol::before {
	content: "\f0c8";
	color: #b10500;
}
.calDay ul.events li.category-58 a.blind {
	background: #b10500;
}
#category-59::before,
.calCategory.category-59 > h4::before,
.calCategory.category-59 h2::before,
.calDay ul.events li.category-59 a.symbol::before {
	content: "\f0c8";
	color: #009ee3;
}
.calDay ul.events li.category-59 a.blind {
	background: #009ee3;
}
#category-60::before,
.calCategory.category-60 > h4::before,
.calCategory.category-60 h2::before,
.calDay ul.events li.category-60 a.symbol::before {
	content: "\f0d8";
	color: #ed6f42;
	font-size: 30px;
}
.calDay ul.events li.category-60 a.blind {
	background: #ed6f42;
}

#category-61::before,
.calCategory.category-61 > h4::before,
.calCategory.category-61 h2::before,
.calDay ul.events li.category-61 a.symbol::before {
	content: "\f0c8";
	color: #fcbf00;
}
.calDay ul.events li.category-61 a.blind {
	background: #fcbf00;
}
#category-62::before,
.calCategory.category-62 > h4::before,
.calCategory.category-62 h2::before,
.calDay ul.events li.category-62 a.symbol::before {
	content: " ";
	color: #b1b2b2;
	width: 25px;
	height: 20px;
	background-image: url("/fileadmin/templates/img/pentagon_b1b2b2.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 14px 14px;
	display: inline-block;
}
.calDay ul.events li.category-62 a.blind {
	background: #b1b2b2;
}


#category-63::before,
.calCategory.category-63 > h4::before,
.calCategory.category-63 h2::before,
.calDay ul.events li.category-63 a.symbol::before {
	/*content: "\f005";*/
	content: " ";
	color: #cb5ea0;
	width: 25px;
	height: 20px;
	background-image: url("/fileadmin/templates/img/pentagon_4ee709.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 14px 14px;
	display: inline-block;
}
.calDay ul.events li.category-63 a.blind {
	background: #cb5ea0;
}


#category-64::before,
.calCategory.category-64 > h4::before,
.calCategory.category-64 h2::before,
.calDay ul.events li.category-64 a.symbol::before {
	content: "\f005";
	color: #cb5ea0;
}
.calDay ul.events li.category-64 a.blind {
	background: #cb5ea0;
}
#category-65::before,
.calCategory.category-65 > h4::before,
.calCategory.category-65 h2::before,
.calDay ul.events li.category-65 a.symbol::before {
	content: "\f0d8";
	color: #4d7ab4;
	font-size: 30px;
}

.calCategory.category-46 > h4::before,
.calCategory.category-60 > h4::before,
.calCategory.category-41 > h4::before,
.calCategory.category-45 > h4::before,
.calCategory.category-65 > h4::before,
.calCategory.category-49 > h4::before,
.calCategory.category-55 > h4::before,
.calCategory.category-54 > h4::before,
.calCategory.category-53 > h4::before,
.calCategory.category-51 > h4::before
{
	font-size: 40px;
}

.calDay ul.events li.category-65 a.blind {
	background: #4d7ab4;
}

#maincontent.bgstyle_6 div.calendarize div dl {
   padding: 0;
}


/** Calendarized in DIVs ENDE **/



/*** styles Update 2020 **/

span.img_right {
  float:right;
  padding: 0 0 10px 20px;
}

/** cookieconsent **/
.cc-window .powered-by, .cc-window-config .powered-by {
	opacity: 1 !important;
}

div.cc-window {
  background: #ffffff!important;
  box-shadow: -5px 5px 25px 0 rgba(26,46,74,.25);
  color: rgb(41, 32, 32)!important;
}

.cc-compliance .cc-allow-all {
  width: 50%!important;
  order: 2;
}
.cc-compliance .cc-btn {
  font-size: 1rem;
}

.cc-compliance .cc-deny {
  display: none;
}

a.cc-btn.cc-allow {
  color: #000000;
  font-weight: 700;
}

div.news-single .article .news-img-wrap {
    width: auto;
}

div.dpnTermList h3 {
  margin-top: 30px;
}

p.text-center {
    text-align: center;
}

/*** ks-dmsubscribe Start ***/

.tx-ks-dmsubscribe .addressEmail {
  padding-bottom: 15px;
}
.tx-ks-dmsubscribe input[type=submit] {
   width: 26%;
   padding: 1px;
}

/** ke_search 2020 **/
#ke_search_searchfield_sword {
  width: 135px;
}

div.tx-kesearch-pi1 {
   padding:0 20px;
}

a.kesGreyButt, span.resetbutt a, span.submitbutt input, input.kesGreyButt, span.kesGreyButt {
    max-width: 160px!important;
}

.tx-kesearch-pi1 #kesearch_results .result-list-item .hit {
    color: #e1003a!important;
    font-weight: bold;
}

#kesearch_ordering li.sortlink {
  padding: 2px 5px 2px 5px;
}

.tx-kesearch-pi1 #kesearch_ordering li.sortlink span.down {
  border-color: #e1003a transparent;
  border-width: 8px 6px 0;
  margin-left: 5px;
}

.tx-kesearch-pi1 #kesearch_ordering li.sortlink span.up {
  border-color: #e1003a transparent;
  border-width: 0 6px 8px;
  margin-left: 5px;
}

#kesearch_ordering li.sortlink.down,
#kesearch_ordering li.sortlink.up {
  background: #dddddd;
}

.kesearch_searchbox {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.kesearch_searchbox > span > a,
.kesearch_searchbox > span > input {margin-bottom: 0 !important;}

input#ke_search_sword {
  position: relative;
  margin-right: 10px;
  line-height: 1.25 !important;
}

.kesearch_searchbox > div.kesearchbox {margin-top: 0!important}

.kesearch_btn {
  display: flex;
}

#form_kesearch_searchfield {
	display: flex;
}

#form_kesearch_searchfield #ke_search_searchfield_submit {
  margin-left: 0px;
  background: transparent;
  border: 0;
  padding: 0;
}

#form_kesearch_searchfield #ke_search_searchfield_submit img {
	height: 24px;
	width: 24px;
	display: block;
}

div.kesearch_btn span.submitbutt input {
  border-radius: 0!important;
  -webkit-appearance: none;
}

/*input#ke_search_sword {
  width: 250px;
}*/
div.tx-kesearch-pi1 form {
  margin:0;  
}
#form_kesearch_pi1 input {
  line-height: 1.5;
}

div.tx-kesearch-pi1 #kesearch_results .teaser_icon img {
   border: 1px solid #eee;
   margin-right: 20px;
}

.tx-kesearch-pi1 #kesearch_num_results {
  margin: 20px 0;
}

.tx-kesearch-pi1 #sortSpace {
  max-width: 660px;
  margin: 20px 0;
}
span.result-number {
  display: none;
}

div.tx-kesearch-pi1 #kesearch_ordering div.ordering {
    float: right;
    max-width: 600px;
}

div#kesearch_pagebrowser_top .pages_total, div#kesearch_pagebrowser_bottom .pages_total {
    padding: 8px 0;
    background: transparent;
    margin-bottom: 0;
}

/** keSearch Ende **/


/*** formulare 2020 **/
form h2 {
 margin: 0 0 20px 0;  
}

form div.form-group {
  padding: 0 20px;
}

form#kontakt-70 div.row {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 20px;
  margin-top: 20px;
}

form#kontakt-70 div.row > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 49%;
}
form#kontakt-70 fieldset {
  border: none; 
  padding: 0;
  margin:0;
}

form#kontakt-70 input, 
form#kontakt-70 textarea {
 /* border: 1px solid #ccc;*/
  color: #333;
  display: block;
  width: 100%;
  min-width: 20px;
  box-sizing: border-box;
  padding: 3px;
}
form#kontakt-70 input#kontakt-70-captcha-1 {
  max-width: 200px;
  font-size: 1rem;
}
form#kontakt-70 div.captcha img {
  min-height: 50px;
}
form#kontakt-70 textarea {
  min-height: 115px;
}

form#kontakt-70 div.input.checkbox,
form#kontakt-70 label {
   display: flex;
}
form#kontakt-70 label {
  padding-right: 5px;  
}

form#kontakt-70 div.actions {
  text-align: center;
  padding: 10px 0;
}

form button.btn {
    padding: 2px 20px;
    margin: 0 20px;
    width: 50%;
}

/** formular Ende **/



/*** styles2019.css overpass***/

/* overpass-regular - latin-ext */
@font-face {
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/overpass-v3-latin_latin-ext-regular.eot'); /* IE9 Compat Modes */
  src: local('Overpass Regular'), local('Overpass-Regular'),
       url('fonts/overpass-v3-latin_latin-ext-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/overpass-v3-latin_latin-ext-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/overpass-v3-latin_latin-ext-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/overpass-v3-latin_latin-ext-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/overpass-v3-latin_latin-ext-regular.svg#Overpass') format('svg'); /* Legacy iOS */
}

/* overpass-600italic - latin-ext */
@font-face {
  font-family: 'Overpass';
  font-style: italic;
  font-weight: 600;
  src: url('fonts/overpass-v3-latin_latin-ext-600italic.eot'); /* IE9 Compat Modes */
  src: local('Overpass SemiBold Italic'), local('Overpass-SemiBoldItalic'),
       url('fonts/overpass-v3-latin_latin-ext-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/overpass-v3-latin_latin-ext-600italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/overpass-v3-latin_latin-ext-600italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/overpass-v3-latin_latin-ext-600italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/overpass-v3-latin_latin-ext-600italic.svg#Overpass') format('svg'); /* Legacy iOS */
}

/* overpass-600 - latin-ext */
@font-face {
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/overpass-v3-latin_latin-ext-600.eot'); /* IE9 Compat Modes */
  src: local('Overpass SemiBold'), local('Overpass-SemiBold'),
       url('fonts/overpass-v3-latin_latin-ext-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/overpass-v3-latin_latin-ext-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/overpass-v3-latin_latin-ext-600.woff') format('woff'), /* Modern Browsers */
       url('fonts/overpass-v3-latin_latin-ext-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/overpass-v3-latin_latin-ext-600.svg#Overpass') format('svg'); /* Legacy iOS */
}

.responsive-ical{
    position: relative;
    padding-bottom: 59%;
    padding-top: 4px;
    height: 0;
    overflow: hidden;
}

.responsive-ical iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

img.mfp-img {
   background: #fff;
}

hr {
  margin: 20px 0;
  border: 1px dotted #ccc;
  
  }

/** sprachen rtl **/
.page_134 header h1 {
  direction: rtl;
  padding-right: 50px!important;
}

.page_137 header h1 {
  direction: rtl;
  padding-right: 40px!important;
}
.page_134 .rtl,
.page_137 .rtl {
  direction: rtl;
}

/*** ***/

#maincontent .ce-bodytext ul li {
  padding-right: 20px;
}

.page_87 #maincontent img {
  max-width: 150px;
}

/*** sf eventmgt ***/

.field-errors {
  color: #ff0000;
}

#accepttc.f3-form-error {
  outline: 3px solid #ff0000;
}

div.tx-sf-event-mgt {
  margin: 10px 20px 0 0px;
  background: #fff;
  padding-bottom: 5px;
}

.event-list-item {
  margin: 10px 20px 0 0px;
  border-bottom: 1px solid #ddd;
}

.event-list-item:nth-of-type(1) {
  padding-top: 10px!important;
}

.event-list-item:last-child {
  border-bottom: none;  
  padding-bottom: 20px;
}

.datecolumn {
  padding: 5px 0px;
  font-size: 1.1125rem;
  margin-bottom: 10px;
}

span.event_beginn {
  padding-left: 15px;
}

.event-list-header {
  margin-bottom: 15px;
}

.event_title {
  font-size: 1.15em;
  padding-bottom: 5px;
}


div.event_detail_header {
   padding: 0 20px;
}
div.detaillink a i.fa.fa-info {
  padding-left: 1px;
  padding-right: 6px;
}

.event_detail_datecolumn {
  display: flex;
  font-size: 1rem;
  padding: 5px 0 10px;
}

div.event_detail_datecolumn i.fa.fa-calendar {
  padding-right: 10px;
}

.event_detail_deadline {
  padding: 0 1vw;
}

.event_detail_backtolist {
  text-align: center;
  clear:both;
  padding: 0 20px;
}

.registration {
  background: #fff;
  padding:20px 20px 0 20px;
}

.registration fieldset,
form.registration fieldset {  
  border: none;
  margin: 15px 0;
}

#workshopOptions {
  margin:0;
  padding:0;
}
div.workshopOption label {
  display: inline;
}

input[type="checkbox"] {
  display: inline-block;
  margin-right: 10px;
}

form.registration fieldset hr {
 border: 1px dotted #999;
 height:1px;
}

.form-control {
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}

.form-control:focus {
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}

.event-formflex {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;
  max-width: 500px;
  justify-content: space-between;
}
form.registration fieldset > div {
	margin-bottom: 15px;
}

.event-formflex > div {
  max-width: 48%;
  flex-grow: 1;
}

.event-formflex > div.event-formfield-wide {
  max-width: 100%;
  flex-grow: 1;
}

.event-formfield label {
  display: block;
}


.event-formfield.radio {
  margin-bottom: 0.5rem;
}


.event-formfield.singleselect {
  margin-top: 0.5rem;
}

.event-formfield.singleselect label,
.event-formfield.radio label {
  display: inline;
}

.event-formfield input.textfield {
  display: block;
  width: 100%;
  border: 1px solid #cccccc;
  box-sizing: border-box;
}

.event-formfield {
  margin-bottom: 0.5rem;
  font-size: 0.9675rem;
}

div.event-formfield textarea#comments {
    border: 1px solid #ccc;
    height: 3vw;
    max-width: 500px;
    min-height: 50px;
    min-width: 300px;
    width: 40vw;
}

div.event-formfield textarea#notes,
div.event-formfield textarea#overnightComment,
div.event-formfield textarea#essenComment,
div.event-formfield textarea#supportComment{
  height: 5vw;
  min-height: 80px;
  width: 40vw;
  max-width: 500px;
  min-width: 300px;
  border: 1px solid #ccc;
   
}

div.event-formfield select {
  border: 1px solid #ccc;
  box-sizing: border-box;
  max-width: 240px;
  min-width: 240px;
  
}

div.registration fieldset hr {
    border: 1px dotted #999;
    height: 1px;
}

div#c217 div.tx-sf-event-mgt {
    padding: 20px 0;
}

/*** sf eventmgt - Ende ***/




a:focus {
  outline: none;
}

/** DS erklärung*/



/*** Video in Listen und Detailansicht ***/

main#maincontent .news-list-view .mediaelement-video iframe {
  border:0;
  padding:0;
  width: 120px;
  height: auto;  
}


main#maincontent .news-single .mediaelement-video iframe {
  border:0;
  padding:0;
  width: 260px;
  height: 149px;  
 
}

/***  ***/




/**********************************/
/****** gridelements ******/
/**********************************/
div.zweispalten {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;  
  justify-content: space-between;
  padding-bottom: 20px;
}
  
div.zweispalten .zweispalten_links {
  width: 68%;
  flex-grow: 1;
  margin-right: 0;

}
                 
div.zweispalten .zweispalten_rechts {
  width: 32%;
  flex-grow: 1;
  margin-left: 0;

}

div.zweispalten_links div.content-element {
  height: 100%;
}

div.zweispalten_links div.content-element h1 {
  margin: 0;
}

div.zweispalten_links div.content-element > div:first-child {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;
  
  flex-direction: column;
  height: 100%;
}

div.zweispalten_links div.content-element div.ce-textpic {
  flex-grow: 1;
}

div.zweispalten_rechts div.ce-bodytext {
  margin: 0;
}

div.zweispalten_rechts div.content-element {
  height: 100%;
}

div.zweispalten_rechts div.content-element > div:first-child {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;
  
  flex-direction: column;
  height: 100%;
}

div.zweispalten_rechts div.content-element header {
  flex-grow: 0;
}

div.zweispalten_rechts div.content-element header {
  flex-grow: 0;
}

div.zweispalten_rechts div.content-element div.news {
  flex-grow: 1;
  height: 100%;
  margin: 10px 20px 0 0px;
  background: #ffffff;
}

div.zweispalten_rechts div.news div.article {
  margin: 0;
}

/*** Grid - Startseite ***/

#maincontent .zweispalten_links .ce-textpic {
    background: #ffffff;
    margin: 10px 20px 0 0px;
}


div.zweispalten_rechts .news .article:last-child {
 padding-bottom: 10px;
}

div.zweispalten_rechts .news .article {
  margin: 0px 20px 0 20px;
  padding-top: 15px;
}


div.zweispalten_rechts .news .header h3 {
 font-size: 0.9675rem;
}



div.zweispalten_rechts .news .article .teaser-text,
div.zweispalten_rechts .news .article .news-img-wrap,
div.zweispalten_rechts .news .footer {
  display:none;
}


/**********************************/
/****** unsorted fixes ******/
/**********************************/
.news-text-wrap p img {
/*  width: 100% !important;*/
  height: auto;
}

div.ce-bodytext p img {
   width: auto!important;
}

#service_footer {
  display: none;
}

/**********************************/
/****** Ende unsorted fixes ******/
/**********************************/

.shariff {
    margin: 20px 20px 20px 0;
}

.tx-cart .shariff ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

/*** Validierungsfehler markierung Warenkorb ***/
.fa-circle::before {
    color: red;
    content: "";
}


.fa-stack-1x, .fa-stack-2x {
    color: red;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.validation-error, .alert-message {color: red;}


.form-title span.num {
  display: none !important;
}

div#anzeigebereich.page_91 tbody td {
    border-bottom: 1px solid #eee;
}
/*div#anzeigebereich.page_91 th, td {
    padding: 0.25rem;
}*/

div#anzeigebereich th, td {
    padding: 0.5rem;
}

.ce-uploadlist {
  margin-top: 10px;
}

.clear {clear: both;}

#maincontent #tx-cart-minicart .ce-textpic  {
  margin: 0 20px;
}

#maincontent div.tx-cart-show {
    padding: 0;
}

.addtocart {
  padding: 10px 20px 30px 0px;
}

.form_response {
  padding-top: 5px;
}

/*** Sitemap **/

ul.ce-menu.ce-menu-8 {
  background: #fff;
  margin: 10px 20px;
  padding: 20px 35px;
  list-style-type: square;
}

ul.flexcontainer {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;  
  flex-wrap: wrap;
  padding: 0;
  background: #ffffff;
}

ul.flexcontainer li {
  width: 32%;
  max-width: 32%;
  flex-grow: 1;
  padding: 0px;
  margin-right: 2%;
  margin-bottom: 15px;
  padding: 20px;
  border: 1px solid #cccccc;
  list-style: none!important;
}


ul.flexcontainer li:nth-of-type(3n) {
  margin-right: 0px;
}

ul.ce-uploads {
  
}

ul.ce-uploads img {
  padding: 0px;
  margin-right: 20px;
  border: 1px solid #ccc;
}

.boxcontainer > div {
  position: relative;
}
.boxcontainer #c577 h3,
.boxcontainer #c75 h3,
.boxcontainer #c110 h3 {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  font-size: 1.2rem;
  left: 0;
  padding: 5px 5px 5px 15px;
  position: absolute;
  top: 0;
  width: 90%;
  font-weight: normal;
  z-index: 10;
}



/*** flex newsslider ***/

div#c577,div#c75, div#c110 {
   background: #eee;
}

#swiper-577 .card:hover img, #swiper-577 .card:hover video {
  -webkit-transform: scale(1.1) !important;
  -ms-transform: scale(1.1) !important;
  transform: scale(1.1) !important;
}

#maincontent .flexslider img {
  width: auto;
  height: auto;
  margin: auto;
}


#maincontent .flex-caption {
    display: none;
}

#flexslider_421,
#flexslider_110,
#flexslider_75 {
    width: 100%;
    max-width:320px!important;
    height: 100%;
}

.flexslider {
    background: #eee none repeat scroll 0 0!important;
    border: none!important;
    border-radius: none!important;
    margin: 0 auto!important;
    position: relative!important;
}

.flexslider .slides img {
    max-height: 215px;
}

.ce-border img, .ce-border iframe {
    border: 1px solid #eee;
    padding: 0;
}


/*** Cart ***/

main#maincontent div.tx-cart.tx-cart-show img,
main#maincontent div.tx-cart-products table td a img {
  width:auto;
}

.page_51 main#maincontent div.tx-cart-products table td a img {
  width:auto;
}
div#product-price {
  display: none;  
}

div.showcart ul li {
  list-style: none;
}

div.showcart ul {
  padding: 0;
  margin: 0;
}

div.showcart .formswitch {
  margin-top: 15px;
}

/*div.showcart input[type="text"],
div.showcart input[type="email"]{
  width: 100%;
}*/

div.tx-cart textarea#orderItem-comment {
    width: 100%;
}


div.showcart #billing-address,
div.showcart #shipping-address {
  margin-top: 15px;
}

/*div.showcart textarea {
  width: 100%;
}*/

div#anzeigebereich div.tx-cart-products .productList th.col-md-6 {
   padding-left: 20px;
}

div.product-name {
  padding: 0px 0 0 20px;
}

div.tx-cart-products a h2 {
  font-size: 1rem;
  padding: 0px 20px 0 0px !important;
}

div.tx-cart-products td {
  position: relative;
}

td.last.col-md-1 {
  width: 30px;
  text-align:center;
}

span.delete-link {
  font-size: 1.5rem;
}

div.outofstock {
  display: block;
  color: red;
  font-size: 1.3rem;
  position: absolute;
  width: 140px;
  top: 50px;
}

div.outofstock span {
  display: block;
  text-align: center;
  padding: 10px 0 10px 0;
  transform: rotate(-30deg);
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  margin: auto;
}

div.tx-cart-products input[type="text"],
div.tx-cart-products input[type="email"] {
  border: 1px solid rgb(0, 119, 145);
  border-collapse: collapse;
  
}

.warenkorb {
  background: rgba(0, 119, 145, 0.2);
  border: 1px solid rgb(0, 119, 145);
  cursor: pointer;
  padding: 1px 10px;
}

div.tx-cart-products input.form-control {
  width: 40px;
  text-align: center;
}


#form-order .fieldrow,
#form-order .fieldrow .fieldcombination {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;
}

#form-order .fieldrow > div {
  width: 32%;
  max-width: 32%;
  margin-right: 2%;
}

#form-order .fieldrow > div.company {
  width: 100%;
  max-width: 100%;
}

#form-order input[type="text"],
#form-order input[type="email"],
#form-order input[type="phone"] {
  border: 1px solid rgb(0, 119, 145);
  border-collapse: collapse;
  width: 100%;  
}

#form-order .fieldrow .fieldcombination > div {
  flex: 1 1 auto;
  width: 70%;
}

#form-order .fieldrow .fieldcombination div.streetNumber {
  width: 30%;
  min-width: 30%;
  max-width: 30%;
}

#form-order .fieldrow .fieldcombination div.zip {
  width: 30%;
  min-width: 30%;
  max-width: 30%;
}


#form-order .fieldrow > div:last-child {
  margin-right: 0;

}

div.tx-cart label {
    display: block;
    font-size: 0.9675rem;
    line-height: 1.2rem;
}

div.tx-cart ul.form-list li {
  margin-bottom: 5px;
}

/*** mini Cart **/
div#cart-preview.tx-cart.cart-preview {
  text-align: right;
  padding-right: 25px;
}

/*** Cart forms ***/

.orderSum p {
    padding-left: 20px;
}
#form-cart .form-control-inline {
    border: 1px solid rgb(0, 119, 145);
    border-collapse: collapse;
   width: 100%;
   text-align: center;
}

div.tx-cart input.btn.btn-default,
div.tx-cart input.btn.btn-primary {
  padding: 1px 20px;
}

/*** Besonderheiten Startseite ***/
div#mitte #maincontent > div.boxcontainer {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;
  
  flex-wrap: wrap;
  margin-top: 10px;
  padding: 0;
  background: none;
}

div#mitte #maincontent > div.boxcontainer > div {
  width: 32%;
  max-width: 32%;
  flex-grow: 1;
  padding: 0px;
  margin-right: 2%;
  margin-bottom: 15px;
  aspect-ratio: 1.58;
  overflow: hidden;
}

div#mitte #maincontent > div.boxcontainer > div:nth-of-type(3n) {
  margin-right: 0px;
}

div#mitte #maincontent > div.boxcontainer div.ce-gallery {
  margin-bottom: 0;
  float: none;
}

div#mitte #maincontent > div.boxcontainer div.ce-inner img {
  width: 100%;
  height: auto;
}

div#mitte #maincontent > div.boxcontainer .ce-textpic {
  margin: 0px 0px 0px 0px;
}

div#mitte #maincontent > div.boxcontainer div.ce-column,
div#mitte #maincontent > div.boxcontainer div.ce-inner,
div#mitte #maincontent > div.boxcontainer div.ce-outer {
  float: none;
  right: 0;
}

div#mitte #maincontent > div.boxcontainer figure {
  display: block;
  position: relative;
}

#mitte #maincontent > div.boxcontainer figure figcaption {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  padding: 5px 5px 5px 15px;
  top: 0px;
  left: 0px;
  width: 90%;
  font-size: 1.2rem;
}


div#anzeigebereich.page_1.layout_0 div#mitte.layout-0 {
  padding-top: 60px;
}

tbody tr td {
  vertical-align: top;
  border: 1px solid #ddd;  
}

table th {
    text-align: left;
}


/** Cart, Produkte ***/

.showcart fieldset {
  border: 1px solid #cccccc;
  margin: 0;
  padding: 20px 20px;
  
}

div.tx-cart-products {
    padding: 0 0 10px 0;
}

div.tx-cart-products h1 {
 /*   font-size:1rem;*/
}

div.tx-cart-products img {
    float: left;
    height: auto;
    max-height: 300px;
    width: auto;
  /*  max-width: 200px; einstellung im TS */
    padding: 15px 0px 20px 0px;
    margin-right: 20px;
}
div.tx-cart-products .productList img {
   padding: 0px 0px 20px 0px;  
}

div.tx-cart-products div.description {

}

.contenttable {
  border:none;
  width:95%;
  height: auto;
}

div.tx-cart-products tbody tr {
   background:#fff;
   padding: 20px;
}

div.tx-cart-products tbody tr td {
   vertical-align:top;
   padding: 20px 0 0 20px;
}

.tx-cart-products li, .tx-cart-products ul {
    list-style-type: disc;
}

.tx-cart-products ul {
    padding: 0 8px 2px 40px;
  list-style-position: inside;
}

/** Kontextmenü **/

main#maincontent.bgstyle_2 div.content-element.layout-0.wrapper-c59,
main#maincontent.bgstyle_2 div.content-element.layout-0.wrapper-c58,
main#maincontent.bgstyle_5 div.content-element.layout-0.wrapper-c53 {
 background-color:#fff;
  margin-bottom: 0;
  padding:0 10px 1px 0;
  text-align:right;
}

div#c59 div.news ul li,
div#c58 div.news ul li,
div#c53 div.news ul li {
  background: #80bbc8;
  border: 1px solid #cccccc;
  display: inline-block;
  margin: 0 10px 10px 0;
  font-size: 1rem;
}

  div#c59 div.news ul li,
  div#c58 div.news ul li {
  background: #ee7043!important;
}
div#c53 div.news ul li a,
div#c58 div.news ul li a,
div#c59 div.news ul li a {
  color: #000;
  display: block;
  padding: 4px 7px;
  text-decoration: none;
}

div#c53 div.news ul li a:focus,
div#c53 div.news ul li a:hover,
div#c53 div.news ul li a.active {
  background: #cce4e9;
}

div#c59 div.news ul li a:focus,
div#c59 div.news ul li a:hover,
div#c59 div.news ul li a.active,
div#c58 div.news ul li a:focus,
div#c58 div.news ul li a:hover,
div#c58 div.news ul li a.active {
  background: #fce2d9;
}

/*** Togglebutton ***/

div.line hr {
  height: 1px;
  border: 1px solid #000;
}

.news-list-view .article .header,
.layout-100 header {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;
}

.news-list-view .article .header h3,
.layout-100 header *:first-child {
  width: 100%;
  flex-grow: 1;
}

.news-list-view .article .header div,
.layout-100 header div {
  position: relative;
  min-width: 35px;
  max-width: 35px;
  margin-left: 15px;
}

.layout-100 .contenttoggle {
  position: relative;
}

.layout-100 .contenttoggle div.bottomtoggle {
  width: 35px;
  height: auto;
  position: absolute;
  bottom: 27px;
  right: 2px;
}

.layout-100 header {
	position: relative;
}

.layout-100 .contenttoggle a.togglebutton,
.news-list-view .article .header a.togglebutton,
.layout-100 header a.togglebutton,
.layout-100 .csc-header a.togglebutton,
.layout-100 button.togglebutton {
  display: block;
  position: absolute;
  top: -3px;
  right: 20px;
  width: 28px;
  height: 28px;
  background: #cc0b10 url("/fileadmin/templates/img/toggleplus.png") no-repeat center center;
  text-decoration: none;
  border: 0px;
}

.layout-100 div.contenttoggle a.toggled,
.news-list-view .article div.header a.toggled,
.layout-100 header a.toggled,
.layout-100 button.toggled {
  background: #fbeae3 url("/fileadmin/templates/img/toggleminus_999.png") no-repeat center center !important;
  border: 1px solid #999;
}

a.togglebutton:hover {
  text-decoration: none;
}

.layout-100 .contenttoggle > div:first-child {
  padding-bottom: 15px;
}

/*** Layout-2 kein Abstand zum Folgeelement ***/
div#mitte div.layout-2 {
    margin-bottom: 0px;
}

/*** Silbentrennung ***/

p {
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
}

/*** TOP-Button ***/
#buttonup {
  display: block;
  position: fixed;
  bottom: 50px;
  right: 0px;
  color: #000;
  background: rgba(204, 11, 16, 0.2) none repeat scroll 0 0;
  padding: 0px 15px;
  z-index: 1000;
  height: 50px;
  line-height: 50px;
}

/**** Adressansicht / Filmverzeichnis ****/
form#searchForm {
  padding: 0;
}

ul.pagination li {
	display:inline;
	padding-right: 7px;
}

ul.pagination li.active a {
	font-weight: 700;
}

form#searchForm div.formflex {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;
  justify-content: space-between;
}

div.tx-indexedsearch-searchbox form#tx_indexedsearch table tbody tr td,
div.tx-indexedsearch-res div.tx-indexedsearch-res table tbody tr td {
  border: none;
}

.tx-filmverzeichnis table,
.tx-enhancedttaddress table {
  padding: 0 0 0 10px;
}

table.tx_filmverzeichnis {
  line-height: 1.1;
  font-size: 0.8rem;
  border-collapse: collapse;
  border-spacing: 0px;
  margin: 0 0px 20px 0px;
  width: 96%;
}

table.tx_filmverzeichnis tr:nth-child(even) {
  background: #eeeeee;
}

table.tx_filmverzeichnis tr:nth-child(odd) {
  background: #ffffff;
}

table.tx_filmverzeichnis tr td:nth-child(1) {
  max-width: 200px;
}

table.tx_filmverzeichnis tr td:nth-child(2) {
  max-width: 55px;
}

table.tx_filmverzeichnis tr td:nth-child(3) {
  max-width: 110px;
}

table.tx_filmverzeichnis td {
  border: 1px solid #ffffff;
}


form#searchForm div.formflex > div:first-child {
  min-width: 40%;
  width: 40%
}

form#searchForm div.formflex > div:first-child input {
  width: 100%
}

form#searchForm div.formflex > div:first-child select {
  width: 100%
}

form#searchForm div.formflex > div:last-child {
  min-width: 55%;
  width: 55%
}

form#searchForm div.formflex > div:last-child select {
  width: 100%
}

form#searchForm div.formflex > div:last-child input {
  width: 100%
}

form#searchForm > div {
  margin: 0 0 15px 0;
}

form#searchForm label {
  display: block;
  font-size: 0.75rem;
  line-height: 1.1rem;
}

table.tx_enhancedttaddress {
  line-height: 1.1rem;
  font-size: 0.8rem;
  border-collapse: collapse;
    border-spacing: 0px;
  margin: 0 20px 20px 20px;
  width: 96%;
}

table.tx_enhancedttaddress tr:nth-child(even) {
  background: #eeeeee;
}

table.tx_enhancedttaddress tr:nth-child(odd) {
  background: #ffffff;
}

table.tx_enhancedttaddress tr td:nth-child(1) {
  max-width: 200px;
}

table.tx_enhancedttaddress tr td:nth-child(2) {
  max-width: 55px;
}

table.tx_enhancedttaddress tr td:nth-child(3) {
  max-width: 110px;
}


/*

tr:nth-child(odd) {background: #FFF}
*/

table.tx_enhancedttaddress td {
  border: 1px solid #ffffff;
}

table.tx_enhancedttaddress p {
  margin-top: 0;
  padding-top: 0;
}

table.tx_enhancedttaddress td.web p {
  padding: 0 !important;
  margin: 0;
  hyphens: none;
}

div.tx-filmverzeichnis h5,
div.tx-enhancedttaddress h5{
 font-size:0.9675rem;
  padding: 0 ;
  margin: 20px 0 0 0;
  font-weight: bold;
}

div.tx-filmverzeichnis p,
div.tx-enhancedttaddress p {
  margin-top: 0;
  padding-top: 0;
}

div.tx-filmverzeichnis ul,
div.tx-enhancedttaddress ul {
  margin-top: 0;
  padding-top: 0;
  padding-left:0;
}

.training_single .addressblock p {
  margin: 0;
}

.training_single .addressblock span.nowrap {
  white-space: nowrap;
}

div.tx-filmverzeichnis hr,
div.tx-enhancedttaddress hr {
  margin: 10px 0;
  padding: 0;
  border: 1px solid #cccccc;
}

.training_single h1 {
  margin-top: 20px;
}

div.tx-enhancedttaddress .addressflex {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;
}

div.tx-enhancedttaddress .addressflex > div:nth-child(1) {
  width: 40%;
}

div.tx-enhancedttaddress .training_single .addressflex > div:nth-child(1) {
  width: 30%;
}
  
div.tx-enhancedttaddress .training_single .addressflex > div:nth-child(2) {
  width: 40%;
  margin: 0 ;
}

div.tx-enhancedttaddress .addressflex > div:nth-child(2) {
  width: 25%;
  margin: 0 20px 0 20px;
}

div.tx-enhancedttaddress .addressflex > div:nth-child(3) {
  width: 25%;
  flex-grow: 1;
}

.page_count {
    list-style: outside none none;
    overflow: hidden;
}

.page_count li {
  display: inline-block;
}


.page_count li a {
    border: 1px dotted #999999;
    display: block;
    line-height: 1.25rem;
    padding: 0 0.3125rem;
}

.page_count li .current {
    border: medium none;
    color: #333333;
}




/**** Ende Adressansicht / Filmverzeichnis ****/

/*** GLOSSAR ***/

main#maincontent .dpnTermList {
	clear: both;
}

main#maincontent.bgstyle_6 div dl {
  background: #fff; 
  margin:10px 0px; 
  padding: 20px ;
}

main#maincontent.bgstyle_6 div#c22 div dl dl {
   margin:0;
   padding: 0px;

}

div.textItem p a.dpnglossary,
div.news-text-wrap p a.dpnglossary,
div.news-list-view a.dpnglossary,
div.ce-bodytext p a.dpnglossary.link,
p a.dpnglossary.link {
  color:#000000;
  border-bottom: 1px dotted #000;
  padding:0;
}

p a.dpnglossary.link:focus,
p a.dpnglossary.link:hover,
p a.dpnglossary.link:active,
div.ce-bodytext ul li b a.dpnglossary:focus,
div.ce-bodytext ul li b a.dpnglossary:hover,
div.ce-bodytext ul li b a.dpnglossary:active,
div.textItem p a.dpnglossary:focus,
div.textItem p a.dpnglossary:hover,
div.textItem p a.dpnglossary:active,
div.news-text-wrap p a.dpnglossary:focus,
div.news-text-wrap p a.dpnglossary:hover,
div.news-text-wrap p a.dpnglossary:active,
div.news-list-view a.dpnglossary:focus,
div.news-list-view a.dpnglossary:hover,
div.news-list-view a.dpnglossary:active,
div.ce-bodytext p a.dpnglossary.link:focus,
div.ce-bodytext p a.dpnglossary.link:hover,
div.ce-bodytext p a.dpnglossary.link:active {
  color: #333399;
  text-decoration: none;
  border-bottom: 1px dotted #b01110;
}

.dpnglossary {
  background-image: none;
  color: #000;
  text-decoration: none;
  border-bottom: none;
}

div.description div.text p {
  color: #000000;
  padding-left:0 !important;
}


div.dpnglossary.pagination ul li {
   display:inline;
  padding-right: 7px;
}

ul.news-tags li {
  display:inline;
  padding-right: 10px;
}

dl {
  padding: 0 20px;
}

dd {
  margin-left:20px;
}

/*div dl dt h3 {
   padding-left: 20px;
}
*/

/*** Glossar Ende ***/




* {
   box-sizing: border-box;
}

html {
  height: 100%;
}

h1 {
  font-size: 1.65em;
  margin-bottom: 1.2em;
  line-height: 1.925rem;
}

/*h2 {
   font-size: 1.25em;
   margin-bottom: 0.5em;

}*/
h1, h2, h3, h4, h5 {
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    margin: 0 0 0.25em;
}

div.content-element.layout-0.layout0.wrapper-c4 h2,
header h2 {
   font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0;
}

div.header h3 a span {
   font-weight:normal;
}

h3,h4,h6 {
  font-weight: bold;  
}

h6 {
  font-size: 0.9675rem;
  margin-bottom:0;
  margin-top:10px;  
  display:inline-block;
}

h6 + p {
  margin-top:0;
}

/* main grid */
#background_outer {
 /*  padding: 15px;
 background: #ffccff;
  width: 100vw;
  height: 100vh;
  position: absolute;
  z-index: -1;
  position: fixed;*/
}

#mainheader,
#anzeigebereich {
  width: 90vw;
 /* max-width: 1100px;*/
  max-width: 1280px;
  margin: 0px auto;
  position: relative;
  background: #ffffff;
/*  box-shadow: 0 0 12px #333333;*/
  overflow: hidden;
}

#header_top {
  background: #ffffff;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;
  justify-content: flex-end;
  padding: 10px 10px 5px 10px;
}

#header {
  height: 220px;
  background-image: url("/fileadmin/templates/img/IDA_eV_Webbanner_190207.png");
  position: relative;
  background-position: right;
  background-repeat: no-repeat;
/*  border-top: 1px solid #010066;
  border-bottom: 1px solid #010066;
  background: #cccccc;*/
}

#header_top div {
  margin-left: 10px;

}

#header_top fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

#inner_header {
  left: 0;
  height: 220px;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;
  -webkit-align-items: center;
  align-items: center;  
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  bottom: 0px;
  padding: 10px 10px 10px 5px;
}

#logo {
  overflow: hidden;
  min-width: 250px;
  margin-left:13px;
  box-shadow: 0px 0px 20px 2px #fff;
}

#logo img {
  width: 100%;
  max-width: 480px;
  height: auto;
  display: block;
}
#logo a img {
  background: #fff;
  padding: 5px;
}


#mainnav {
  min-width: 255px;
  max-width: 255px;
  width: 255px;
}

#breadcrumb {
  padding: 20px 24px;
  font-size 0.9675rem;
  color: #444;
}

nav#breadcrumb a {  
  color: #444;
}

#mitte {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;
  padding: 0 0 1% 0;
  line-height: 1.465rem;
  font-size 0.9675rem;
}

#maincontent {
  background: #ffffff;
  width: 60%;
  margin-left: 20px;
  margin-top: 5px;
  position: relative;
  flex-grow: 1;
}

#maincontent > div.layout-100 {
  background: #eeeeee;
  padding: 15px 0px 15px 0px;
  margin-bottom: 15px;
}

#maincontent div.layout-100 h1,
#maincontent div.layout-100 h2,
#maincontent div.layout-100 p {
  padding-left: 20px;
  padding-right: 20px;
}
#maincontent div.layout100 .ce-textpic {
  margin-left: 20px;
}


#maincontent .ce-textpic {
  background: #ffffff;
  margin: 10px 20px 0 0px;
}

#maincontent img {
  /*width:100%;*/
  width: auto;
  height: auto;
}

#footer {
  padding-top: 1%;
  margin-bottom: 2rem;
  font-size: 1rem;
  border-top: 1px solid #ccc;
}

#service {
  position: relative;
}

#copyright {
  bottom: 15px;
  left: 15px;
}



/***********************************************/
/* Kontaktformular */

#errorMessage {
  display: none;
  color: #b01110;
}

.Tx-Formhandler form {
  padding-top: 20px;
}

div.formtext {
  font-size: 0.70rem;
  text-align: center;
  color: #333333;
  margin: 0.5rem 0 0.5rem 0;
  line-height: 1.2rem;
}

div#content_elements > h2 {
  margin-bottom: 0px;
}

.Tx-Formhandler {
    padding-bottom: 2rem;
  padding-top: 1rem;
}

#formwrapper {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#formwrapper > div {
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 49%;
}

#formwrapper > div > div {
    margin-bottom: 0.2rem;
    padding: 0 5%;
}


.Tx-Formhandler div.privacy,
.Tx-Formhandler div.submit {
  margin-top: 2%;
  margin-bottom: 0.2rem;
  padding: 0 3.25%;
}

#formwrapper label {
    display: block;
    line-height: 1.2rem;
  font-size: 0.9675rem;
}

#formwrapper .formsubmit {
    width: 100%;
}

#formwrapper input, #formwrapper textarea {
    border: 1px solid #cccccc;
    color: #333333;
    display: block;
    margin: 0;
    padding: 0.5% 1.5%;
    width: 96%;
}

div.error input,
div.error textarea,
input.error,
textarea.error {
    background-color: #ffecec;
}

small.error {
    display: block;
    line-height: 1rem;
}

#formwrapper textarea {
    height: 120px;
}

#formwrapper input.submit {
    background: #dddddd none repeat scroll 0 0;
    color: #000000;
    margin-top: 1rem;
    width: 99%;
}

.form2 {
  padding: 0 20px;
}

.form2 input,
.form2 textarea{
  display: block;
  border: 1px solid #cccccc;
  color: #333333;
  width: 98%;
}

.form2 textarea {
  height: 100px;
}

.form2 > div {
  margin-bottom: 1rem;
}

.Tx-Formhandler div.submit {
  margin: auto;
  text-align: center;
}

.Tx-Formhandler div.submit input {
  background: #dddddd none repeat scroll 0 0;
  color: #000000;
  margin-top: 1rem;
  width: 50%;
  border: 1px solid #cccccc;
  padding: 2px;
  cursor: pointer;
}
/*** direct mail subscription ***/
div#c106 {
  background:#fff;
  margin: 10px 20px;
  padding: 0 20px;
}

div#c106 h1,
div#c106 form font p {
  padding: 0;
  font-face: arial;
  font-size: 0.9675rem;
}

div#c106 p.newslp,
div#c106 p.newslp2 {
  padding:10px 0;
}

#maincontent div#c106 p.newslp_input {
  margin-bottom: 0;
}

#maincontent div#c106 p.newslp_text {
  margin-top: 0;
}


/***********************************************/
/* Navigationen */
#mainnav ul {
  list-style: none;
  padding: 0;
  margin:0;
}

#mainnav a {
  background: #ffffff;
}


#mainnav a:focus,
#mainnav a:hover,
#mainnav a:active {
  background: rgba(255,255,255,0.5);
}

a.current.sublevel2,
a.current.sublevel,
a.active.sublevel2 {
  background: rgba(255,255,255,0.5)!important;
}

#mainnav a.toplevel:focus,
#mainnav a.toplevel:hover,
#mainnav a.toplevel:active {
  background: rgba(255,255,255,0.0);
  color: #ffffff;
}

#mainnav a,
#mainnav span {
  display: block;
  /*padding: 10px 5px 10px 5px;*/
  text-decoration: none;
  color: #000;
  font-size: 1.0rem;
}

#mainnav li.alevel {
  display: block;
  margin-bottom: 10px;
}

#mainnav a.toplevel {
  border-left: 15px solid #cccccc;
  padding: 7px 5px 7px 10px;
  background: rgba(255,255,255,0.8);
  font-size: 1.0rem
}

#mainnav a.sublevel {
  padding: 0px 5px 0px 35px;
}

#mainnav a.sublevel2 {
  padding: 0px 5px 0px 50px;
}

nav#buttonnavi {
  margin-bottom: 10px;
}

#contentnavi {
  margin: 0;
  padding: 0;
  font-size: 1.0rem;
}

#contentnavi li {
  display: inline-block;
  border: 1px solid #cccccc;
  margin: 0px 10px 10px 0px;
}

#contentnavi li span,
#contentnavi li a {
  display: block;
  padding: 4px 7px 4px 7px;
  text-decoration: none;
  color: #fff;
}

#contentnavi li span,
#contentnavi li a:focus,
#contentnavi li a:hover,
#contentnavi li a:active {
  background: rgba(255,255,255,0.8);
  color: #000;
}


nav#buttonnavi {
  padding: 0;
  background: none !important;
}

/**** Farben für Hauptnavigation ***/
#maincontent.bgstyle_1 #buttonnavi li,
#mainnav li.alevel:nth-child(1) {
  background-color: rgba(204,11,16,1);
}
#mainnav li.alevel:nth-child(1) a.toplevel {
  border-color: rgba(204,11,16,1);
}
#mainnav li.alevel:nth-child(1) ul.sf-menu_sub1 li a {
  border-bottom: 1px solid rgba(204,11,16,1);
}
#buttonup.bgstyle_1,
#maincontent.bgstyle_1 > div.layout-100 {
  background-color: rgba(204,11,16,0.2);
}


#maincontent.bgstyle_2 #buttonnavi li,
#mainnav li.alevel:nth-child(2) {
  background-color: rgba(238,112,67,1);
}
#mainnav li.alevel:nth-child(2) a.toplevel {
  border-color: rgba(238,112,67,1);
}
#mainnav li.alevel:nth-child(2) ul.sf-menu_sub1 li a {
  border-bottom: 1px solid rgba(238,112,67,1);
}

#buttonup.bgstyle_2,
#maincontent.bgstyle_2 > div.layout-100 {
  background-color: rgba(238,112,67,0.2);
}


#maincontent.bgstyle_3 #buttonnavi li,
#mainnav li.alevel:nth-child(3) {
  background-color: rgba(149,22,87,1);
}
#mainnav li.alevel:nth-child(3) a.toplevel {
  border-color: rgba(149,22,87,1);
}
#mainnav li.alevel:nth-child(3) ul.sf-menu_sub1 li a {
  border-bottom: 1px solid rgba(149,22,87,1);
}
#buttonup.bgstyle_3,
#maincontent.bgstyle_3 > div.layout-100 {
  background-color: rgba(149,22,87,0.2);
}


#maincontent.bgstyle_4 #buttonnavi li,
#mainnav li.alevel:nth-child(4) {
  background-color: rgba(0,42,87,1);
}
#mainnav li.alevel:nth-child(4) a.toplevel {
  border-color: rgba(0,42,87,1);
}
#mainnav li.alevel:nth-child(4) ul.sf-menu_sub1 li a {
  border-bottom: 1px solid rgba(0,42,87,1);
}
#buttonup.bgstyle_4,
#maincontent.bgstyle_4 > div.layout-100 {
  background-color: rgba(0,42,87,0.2);
}


#maincontent.bgstyle_5 #buttonnavi li,
#mainnav li.alevel:nth-child(5) {
  background-color: rgba(0,119,145,1);
}
#mainnav li.alevel:nth-child(5) a.toplevel {
  border-color: rgba(0,119,145,1);
}
#mainnav li.alevel:nth-child(5) ul.sf-menu_sub1 li a {
  border-bottom: 1px solid rgba(0,119,145,1);
}
#buttonup.bgstyle_5,
#maincontent.bgstyle_5 > div.layout-100 {
  background-color: rgba(0,119,145,0.2);
}


#maincontent.bgstyle_6 #buttonnavi li,
#mainnav li.alevel:nth-child(6) {
  background-color: rgba(89,190,190,1);
}
#mainnav li.alevel:nth-child(6) a.toplevel {
  border-color: rgba(89,190,190,1);
}
#mainnav li.alevel:nth-child(6) ul.sf-menu_sub1 li a {
  border-bottom: 1px solid rgba(89,190,190,1);
}
#buttonup.bgstyle_6,
#maincontent.bgstyle_6 > div.layout-100 {
  background-color: rgba(89,190,190,0.2);
}


#maincontent.bgstyle_7 #buttonnavi li,
#mainnav li.alevel:nth-child(7) {
  background-color: rgba(0,139,118,1);
}
#mainnav li.alevel:nth-child(7) a.toplevel {
  border-color: rgba(0,139,118,1);
}
#mainnav li.alevel:nth-child(7) ul.sf-menu_sub1 li a {
  border-bottom: 1px solid rgba(0,139,118,1);
}
#buttonup.bgstyle_7,
#maincontent.bgstyle_7 > div.layout-100 {
  background-color: rgba(0,139,118,0.2);
}


#maincontent.bgstyle_8 #buttonnavi li,
#mainnav li.alevel:nth-child(8) {
  background-color: rgba(204,204,204,1);
}
#mainnav li.alevel:nth-child(8) a.toplevel {
  border-color: rgba(204,204,204,1);
}
#mainnav li.alevel:nth-child(8) ul.sf-menu_sub1 li a {
  border-bottom: 1px solid rgba(204,204,204,1);
}
#buttonup.bgstyle_8,
#maincontent.bgstyle_8 > div.layout-100 {
  background-color: rgba(204,204,204,0.2);
}

/**** Ende Farben für Hauptnavigation ***/

#mitte li {
	position: relative;
}

#mitte li.sublevel > i {
	position: absolute;
	top: 3px;
	left: 18px;
}

#mitte li.sublevel2 > i {
	position: absolute;
	top: 3px;
	left: 34px;
}


#service {
  position: relative;
  font-size: 0.9675rem;
}

#footernav ul a,
#footernav ul span,
#service ul a,
#service ul li.current span {
  color: #000000;
  text-decoration: none;
  display: block;
  padding: 0 0.5rem 0 0.5rem ;
}


div a.fa.fa-print.fa-2x {
  color: #666;
  text-decoration: none;
  font-size: 1.675rem;
}

#service a:hover,
#service a:active,
#service a:focus {
  color: #333399;
}

#footernav {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

#footernav ul,
#service ul {
  list-style: none;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
}

#footernav ul:last-child {
  display: none;
}

#footernav ul li,
#service ul li {
  display: inline;
  margin-top: 4px;
  padding: 0px;
  border-right: 1px solid #000000;
}

#footernav ul li:last-child,
#service ul li:last-child {
  border-right: 0px;
}






/*** content start **/
a, a:active  {
  color: #333399;
  text-decoration: underline;  
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

a:focus, a:hover {
  text-decoration: underline;
  color: #000000;
}

div.tx-indexedsearch-searchbox,
div.tx-indexedsearch-rules p,
div.tx-indexedsearch-whatis {
    background: #fff none repeat scroll 0 0;
    margin: 20px;
    padding: 20px;
}

div.tx-indexedsearch-res,
div.tx-indexedsearch-browsebox {
    background: #fff none repeat scroll 0 0;
     margin: 10px 20px 0;
     padding: 1px 0;
}

.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword {
  width: 200px;
}

#inputButton {
  height: 15px;
  width: auto;
  margin-left: 5px;
  }

 

/*** content ende**/


/***tx-news start **/


.news .article {
    background-color: #fff;
    margin: 0px;
    padding: 20px 0 0;
}

.news .article h3 {
    margin: 0;
}

div.news-list-view div.teaser-text span h3 {
    padding-top: 1rem;
}

div.teaser-text div ul li {
/*  list-style-type: none;*/
}

div.backlink,
div.facebook {
    padding: 0.5rem 0 0 0;
}

.facebook {
    margin-bottom: 1rem;

}

.news .article .news-img-wrap {
    background: #fff none repeat scroll 0 0;
    float: left;
    margin: 5px 10px 10px 20px;
}

.news .footer {
  /*  border-top: 1px solid #eee;
    clear: both;
    color: #888;
    margin-top: 15px; */
    padding: 0px 0 0;
}

.news .footer p {
    line-height: 1.25rem;
}


.news-related-wrap {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  width: 100%;
}


.news-related {
  border: 1px solid #eee;
  display: block;
  padding: 15px;
  min-width: 200px;
  width: 30%;
  flex-grow: 1;
}

.news-related-files ul li {
    margin-bottom: 1rem;
    line-height: 1.25rem;
}

.news-single .article .news-img-wrap {
    float: right;
    margin: 0 0 5px 20px;
    
}


.news .article .news-img-wrap img {
    float: left;
    height: auto;
    max-height:200px; /** crop funktioniert nicht (s.ts) **/
   /* width: 150px;
    width: auto;*/
}


.news .article .news-img-wrap a {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    display: block;
    float: left;
    padding: 4px;
    margin:15px 12px 10px 0;
  /*  max-height: 200px;*/
}

div.outer div.mediaelement.mediaelement-image img,
div.outer div.mediaelement.mediaelement-image a img {
    max-width:250px!important;
}

.news ul.f3-widget-paginator {
    float: right;
    padding-right: 1.25rem;
}

.news ul.f3-widget-paginator li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: block;
    float: left;
    padding: 0 2px;
}

ul.f3-widget-paginator li a {
    display: block;
    padding: 0 5px;
    border: 1px solid #ddd;
    color: #666;
}


.news ul.f3-widget-paginator li a:hover {
    background: rgba(51, 51, 51, 0.4) none repeat scroll 0 0;
    color: #fff!important;
    text-decoration: none;
}

/***tx-news ende **/





/**
 **** MOBILE MENU
 *
 * responsive elements adapted from
 * http://t3-developer.com tutorial
 * thanks to Klaus Heuer  
 **/        
        
/**** MOBILE ANPASSUNGEN ********/

#mobilMenu {
  height: 38px;
  background-color: #ffffff;
  overflow: hidden;
  outline: 0px !important;
}

#mobilMenu > a.showmobile:focus {
  outline: 0px !important;
}

#toggle {
  display: block;
  width: 28px;
  height: 30px;
  margin: 15px auto 10px;
}

#toggle span:after,
#toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
}
#toggle span:after{
  top: 9px;
}
#toggle span {
  position: relative;
  display: block;
}

#toggle span,
#toggle span:after,
#toggle span:before {
  width: 100%;
  height: 4px;
  background-color: #888;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}

/* on activation */
#toggle.on span {
  background-color: transparent;
}
#toggle.on span:before {
  transform: rotate(45deg) translate(5px, 5px);
}
#toggle.on span:after {
  transform: rotate(-45deg) translate(7px, -8px);
}
#toggle.on + #menu {
  opacity: 1;
  visibility: visible;
}

.mobil-menuLink, a.mobil-homeLink {
  padding: 0;
  display: block;
  font-size: 11px;
  color: #fff;
  text-decoration: none;
  line-height: 28px;
  text-transform: uppercase;
}

a.mobil-homeLink {
  float: left;
  margin: 3px 0 0 5vw;
}

.mobil-menuLink {
  float: right;
  margin: 3px 0 0 0;
  width: 72px;
}

#mobilMenuListe {
  background-color: #666;
  color: #dcda09;
  padding: 10px 0;
}

#mobilMenuListe.none-desk ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#mobilMenuListe ul li {
  padding: 8px 10px;
 /* border-bottom: 1px solid #fff; */
  margin: 0px 5vw 0px 5vw;  
}

#mobilMenuListe ul li.mobile_sub1 {
  border-top: 1px solid #fff;
  border-bottom: 0px;
  margin: 0px 10px 0px 20px;
  padding: 8px 10px;
}

#mobilMenuListe ul li.mobile_sub1:first-child {
  margin-top: 10px;
}

#mobilMenuListe ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
}

#mobilMenuListe ul li a:hover {
  border-bottom:none;
  color: #fff!important;
}

.hide-desktop {
  display: none ;
}
  
.metamenu-logos  {
  display: none;
}
  
body .hidden {
  display: none;
}


/*******************************/
/*******************************/
/*******************************/

/***********************************************/

body {
  padding: 0px;
  margin: 0px;
  font-family: 'Overpass', sans-serif;
  font-weight: 400;
  font-size: 0.9675rem;
}

a img {
  border: 0px;
}






/************/
/**** media queries ********/
/************/

@media screen and (min-width: 981px) and (max-width: 1024px) {

div#logoschrift {
  font-size: 1.7rem;
}

div#inner_header {
  left: 135px;
}
#header_top {
  padding: 10px 0;
}
div#header_top div a img {
  width: 20px;
  height: auto;
}
.fa-2x {
  font-size: 1.35em!important;
}
div#header_top div form input.suche_meta {
  width: 100px;
}

#footernav {
  flex-wrap:wrap;
}

div#copyright {
   width: 100%;
}


} /* end @media */

/************************************************/


@media screen and (min-width: 801px) and (max-width: 980px) {

div#logoschrift {
  font-size: 1.5rem;
}

div#inner_header {
  left: 0px;
}

#header_top {
  padding: 10px 0;
}

#header_top div {
  margin-left: 8px;
}
div#header_top div a img {
  width: 20px;
  height: auto;
}
.fa-2x {
  font-size: 1.35em!important;
}
div#header_top div form input.suche_meta {
  width: 100px;
}

table.trainingsvz td:nth-child(5),
table.trainingsvz th:nth-child(5) {
  display: none;
}

table.vjmtable td:nth-child(5),
table.vjmtable th:nth-child(5) {
  display: none;
}

div#service {
  font-size: 0.7rem;
}

} /* end @media */

/************************************************/

@media screen and (min-width: 751px) and (max-width: 800px) {

#mainheader,
#anzeigebereich {
  width: 96vw;
  max-width: 1100px;
  margin: auto;
}
div#inner_header {
  width: 100%;
  left: 0px;
}

div#mainnav {
  display: none;
}

#maincontent {
  margin-left: 0px;
  width: 100%;
}

#footer {
  flex-wrap: wrap;
  justify-content: flex-end;
}

#service {
  display: none;
}

.none-mobile {
  display: none;
}

.none-desk {
  display: block;
}

table.vjmtable td:nth-child(5),
table.vjmtable th:nth-child(5) {
  display: none;
}

table.trainingsvz td:nth-child(5),
table.trainingsvz th:nth-child(5) {
  display: none;
}

#logoschrift span#logoschrift_oben {
  /*display: none;*/
}

#footer {
  font-size: 0.7rem;
}

nav#footernav ul:first-of-type {
  display: none;
}

nav#footernav ul:last-of-type {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;
}

}
 /* end @media */
/************************************************/



@media screen and (min-width: 641px) and (max-width: 750px) {

#mainheader
#anzeigebereich {
  width: 96vw;
  max-width: 1100px;
  margin: auto;
}

div#inner_header {
  width: 100%;
  left: 0px;
}

#logoschrift {
  font-size: 1.35rem;
  line-height: 3.38rem;
  padding-top: 16px;
}

#logoschrift span {
  padding:10px;
}

div#mainnav {
  display: none;
}

#maincontent {
  margin-left: 0px;
  width: 100%;
}


#footer {
  flex-wrap: wrap;
  justify-content: flex-end;
  font-size: 0.7rem;
}

#service {
  display: none;
}

.none-mobile {
  display: none;
}

.none-desk {
  display: block;
}


#footer {
  font-size: 0.7rem;
}

nav#footernav ul:first-of-type {
  display: none;
}

nav#footernav ul:last-of-type {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;
}


}
 /* end @media */
/************************************************/

@media screen and (min-width: 480px) and (max-width: 640px) {

.training_single .addressblock .addressflex {
  display: block;
}

.training_single .addressblock .addressflex > div {
  width: 100% !important;
}

#mainheader,
#anzeigebereich {
  width: 98vw;
  max-width: 1100px;
  margin: auto;
}

div#inner_header {
  width: 100%;
  align-items: center;
  left: 0px;
}

div#logoschrift {
  font-size: 1.25rem;
  line-height: 2.0rem;
 /* background: rgba(255,255,255,0.7);*/
  padding-top: 0;
  margin: 0 0px 0 10px;
  height: auto;
  padding-left: 10px;
  height: 100px;
}

div#logoschrift span {
  background: none;
  padding-left: 0 !important;
}

#logoschrift span span {
  padding: 4px 0px 4px 10px;;
}

div#mainnav {
  display: none;
}

#maincontent {
  margin-right: 0px;
  margin-left: 0px;
  width: 100%;
}

div.boxcontainer #c75 h3, .boxcontainer #c110 h3,
div#mitte #maincontent > div.boxcontainer figure figcaption {
  padding-left: 10px;
  width: 100%;
  font-size: 1.1rem;
}


#footer {
  flex-wrap: wrap;
  justify-content: flex-end;
  font-size: 0.7rem;
}

#copyright {
  width: 100%;
}

#footernav {
  flex-wrap: wrap;
}

#service {
  display: none;
}

.none-mobile {
  display: none;
}

.none-desk {
  display: block;
}

div.icons.none-desk {
  margin:0 0 30px 0;
}

table.tx_filmverzeichnis td:nth-child(2),
table.tx_filmverzeichnis th:nth-child(2) {
  display: none;
}

table.tx_filmverzeichnis td:nth-child(3),
table.tx_filmverzeichnis th:nth-child(3) {
  display: none;
}

table.vjmtable td:nth-child(4),
table.vjmtable th:nth-child(4) {
  display: none;
}

table.vjmtable td:nth-child(5),
table.vjmtable th:nth-child(5) {
  display: none;
}

table.trainingsvz td:nth-child(4),
table.trainingsvz th:nth-child(4) {
  display: none;
}

table.trainingsvz td:nth-child(5),
table.trainingsvz th:nth-child(5) {
  display: none;
}

nav#footernav ul:first-of-type {
  display: none;
}

nav#footernav ul:last-of-type {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
}





/** VJMVZ ausblenden d-karte **/

div#anzeigebereich.page_16 .wrapper-c65,
div#anzeigebereich.page_16 div#c64 aside p {
   display:none;
}

iframe {
  width: 100%;
}

iframe html {
  width: 100%;
}

} /* end @media */
/************************************************/

@media screen and (min-width: 1px) and (max-width: 479px) {
  
  .calDay {
    width: calc(13.28% - 4px);
	min-width: 20px;
    height: 4.0rem;
}
  

.page_9 #breadcrumb {
   padding: 0;
}


.training_single .addressblock .addressflex {
  display: block;
}

.training_single .addressblock .addressflex > div {
  width: 100% !important;
}

/*** startseite zweispalten ***/


div.zweispalten {
    display: block;
    justify-content: space-between;
}

div.zweispalten .zweispalten_links {
    flex-grow: 1;
    margin-right: 0;
    width: 90%;
}


div.zweispalten .zweispalten_rechts {
    flex-grow: 1;
    margin-top: 10px;
    margin-left: 0;
    width: 95%;
}



/** VJMVZ ausblenden d-karte **/

div#anzeigebereich.page_16 .wrapper-c65,
div#anzeigebereich.page_16 div#c64 aside p {
   display:none;
}

iframe {
  width: 300px;
}

iframe html {
  width: 100%;
}

#maincontent div.tx-cart a h2 {
    font-size: 1rem;
    padding: 20px 10px 0 10px !important;
}

#maincontent div.tx-cart p {
  padding-left: 10px;
  padding-right: 10px;
}

#anzeigebereich {
  width: 100vw;
  max-width: 1100px;
  margin: auto;
  box-shadow: none;
}

#mitte {
  width:96vw;
  margin:auto;
}

#header,
#inner_header {
  height: 150px;
} 

div#inner_header {
  width: 100%;
  align-items: center;
  left: 0px;
}

div#logoschrift {
  font-size: 1.05rem;
  line-height: 2.0rem;
/*  background: rgba(255,255,255,0.7);*/
  padding-top: 0;
  margin: 0 0px 0 10px;
  height: auto;
  height: 100px;
}

div#logoschrift span {
  background: none;
}

#logoschrift span span {
  padding: 4px 0px 4px 10px;;
}

#mainnav {
  display: none;
}

#mitte {
  flex-wrap: wrap;
}

#maincontent {
  margin-right: 0px;
  margin-left: 0px;
  width: 100%;
}

div#mitte main#maincontent > div.boxcontainer {
  display: block !important;
}

div#mitte main#maincontent > div.boxcontainer > div {
  width: 80vw;
  max-width: 80vw;
  margin-left: auto;
  margin-right: auto !important;
}

div.boxcontainer #c75 h3, .boxcontainer #c110 h3,
div#mitte #maincontent > div.boxcontainer figure figcaption {
  font-size: 1.1rem;
  padding-left: 10px;
  width: 100%;
}

#footer {
  flex-wrap: wrap;
  justify-content: flex-end;
  font-size: 0.7rem;
  
}

#service {
  display: none;
}

.none-mobile {
  display: none;
}

.none-desk {
  display: block;
}

div.icons.none-desk {
  margin:0 0 30px 0;
}

#maincontent div.tx-cart img {
  display: block;
  float: none;
}

#maincontent div.tx-cart table img {
  width: 120px;
  padding: 15px 0px 15px 10px;
  margin-right: 10px;
}

#maincontent table.tx_filmverzeichnis {
  font-size: 0.75rem;
}

table.tx_filmverzeichnis td:nth-child(2),
table.tx_filmverzeichnis th:nth-child(2) {
  display: none;
}

table.tx_filmverzeichnis td:nth-child(3),
table.tx_filmverzeichnis th:nth-child(3) {
  display: none;
}

table.vjmtable td:nth-child(4),
table.vjmtable th:nth-child(4) {
  display: none;
}

table.vjmtable td:nth-child(5),
table.vjmtable th:nth-child(5) {
  display: none;
}

table.trainingsvz td:nth-child(4),
table.trainingsvz th:nth-child(4) {
  display: none;
}

table.trainingsvz td:nth-child(5),
table.trainingsvz th:nth-child(5) {
  display: none;
}

nav#footernav ul:first-of-type {
  display: none;
}

nav#footernav ul:last-of-type {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
}

nav#footernav {
  flex-wrap: wrap;
}

} /* end @media */ 
