@charset "utf-8";
/* CSS Document */

@media (min-width: 801px){

#mm-trigger, #kesearch_updating_results, #search-wrap, #menu-outerwrap {display: none;}
body {
  font-size: 0.9em;
  color: #000;
  font-family: 'Merriweather Sans', sans-serif;
  line-height: 1.6em;
}
#home-wrap {
    position: absolute;
    z-index: 20;
	display: block;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
	padding: 0 30px;
	max-width: 1260px;
	box-sizing: border-box;
}
#home-trigger {display: inline-block;max-width: 300px;}	

#header-outerwrap {
  border-top: 2px solid #EF863F;
  border-bottom: 4px solid #B1B2B4;
}
#menu-outerwrap {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	height: 50px;
	border-bottom: 4px solid #B1B2B4;
}

#header-wrap {
  position: relative;
  margin: 0 auto;
  max-width: 1600px;
  background: #fff;
}
#headimage-wrap {position:relative;min-height: 195px; max-height: 400px;overflow: hidden;}
#headimage-wrap.empty {}
#headimage-wrap figure {
	position: relative;
	margin: 0!important;
	width: 100%;
	height: 400px;
	overflow: hidden;
}
#headimage-wrap img {
    display: inline-block;
    max-width: none;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
}
#headimage-wrap .description {
  position: absolute;
  z-index: 20;
  right: 0;
  bottom: 70px;
  width: 253px;
  padding: 10px;
  box-sizing: border-box;
  background: #fff;
  font-size: 0.8em;
}
#content-wrap {
  margin: 0 auto;
  max-width: 1600px;
  background: #fff;
}
#content {
  position: relative;
  width: 74.5%;
  float: right;
  padding: 0 0 30px 0;
}
#search-wrap {
  margin: 0 auto;
  padding: 0;
  max-width: 1260px;
  padding: 0 30px;
  box-sizing: border-box;
}
#contentfullwidth {
  margin: 0 auto;
  padding: 50px 30px;
  max-width: 1260px;
  min-height: 500px;
  box-sizing: border-box;
}

/* ############### MENU ############### */

.menu {
    position: absolute;
    z-index: 15;
  display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background: rgba(255,255,255,0.8);
    line-height: 1.2em;
}
.menu ul.top {
  list-style-type: none;
    box-sizing: border-box;
    max-width: 1200px;
    margin: 0 auto;
}
.menu ul.top > li {
  position: relative;
  float: left;
    height: 56px;
    box-sizing: border-box;
    width: 20%;
}
.menu ul.top > li > a,
.menu ul.top > li span.nolink {
  display: block;
  font-size: 1em;
  text-decoration: none;
  color: #303433;
  background: none;
    box-sizing: border-box;
    border-right: 1px solid #b1b2b4;
}
.menu ul.top > li.first > a,
.menu ul.top > li.first > span.nolink {border-left: 1px solid #b1b2b4;}
.menu ul.top > li > a > span,
.menu ul.top > li > span.nolink > span {
  display: block;
  border-bottom: 4px solid #b1b2b4;
  padding: 20px 0 0 0;
  margin: 4px 0 0 0;
    height: 56px;
    box-sizing: border-box;
    vertical-align: text-bottom;
    text-align: center;
}
.menu ul.top > li > span.nolink > span {padding: 10px 0 0 0;}
.menu ul.top > li > a:hover,
.menu ul.top > li.hov > a,
.menu ul.top > li > span.nolink:hover,
.menu ul.top > li.hov > span.nolink {background: rgba(255,255,255,0.8);}

.menu .top .sub {
    display:none;
  min-width: 100%;
}
.menu .top .sub.visible {
  display: block;
  position: absolute;
  z-index: 500;
    background: rgba(255,255,255,1);
    width: auto;
    left: 0;
    border: 1px solid #eee;
    border-top: none;
}
.menu .top .sub.visible > li {
  display: block;
    width: auto;
}
.menu .top .sub > li:first-child {
}
.menu .top .sub.visible > li > a {
  display: block;
    color: #000;
    height: auto;
    width: auto;
  padding: 0 20px;
  background: none;
  font-size: 1em;
  text-align: left;
  color: #666;
  text-decoration: none;
}
.menu .top .sub.visible > li:hover {
  background: #eee;
    color: #000;
}
.menu .top .sub.visible > li > a > span {
  display: block;
  padding: 12px 0;
  border-top: 1px solid #ddd;
    width: auto;
    white-space: nowrap;
}
.menu .top .sub.visible > li:first-child a span {
  border-top: none;
}

.menu .top .subsub {
    display:none;
  min-width: 100%;
}
.menu .top .subsub.visible {
  display: block;
  position: absolute;
  z-index: 500;
    background: #eee;
    width: auto;
    right: -100%;
    top: 0;
}
.menu .top .subsub.visible > li {
  display: block;
    width: auto;
}
.menu .top .subsub > li:first-child {
}
.menu .top .subsub.visible > li > a {
  display: block;
    color: #000;
    height: auto;
    width: auto;
  padding: 0 10px;
  background: none;
  font-size: 1em;
  text-align: left;
  text-decoration: none;
}
.menu .top .subsub.visible > li > a:hover {
  background: #eee;
    color: #000;
}
.menu .top .subsub.visible > li > a > span {
  display: block;
  padding: 4px 0;
  border-top: 1px solid #eee;
    width: auto;
    white-space: nowrap;
}
.menu .top .subsub.visible > li:first-child a span {
  border-top: none;
}

/* ############### MAP ############### */

.tx-maps2 .form-group {
  float: left;
  margin: 0 0.5em 0 0;
}


/* ############### FOOTER ############### */

#footer {clear:both;padding: 20px; background: #eee;}

#footermenu {
  float: right;
  width: 50%;
  box-sizing: border-box;
  padding: 5px 10px 5px 0;  
}
#menu-tec, #menu-social {
  float: right;
  width: auto;
  box-sizing: border-box;
  padding: 5px 10px 5px 0;  
}
#menu-tec ul {display: inline-block;float: right;}
#menu-tec li {
  list-style-type: none;
  display: inline-block;
  white-space: nowrap;
  vertical-align: top;
}
#menu-tec li a {
  display: block;
  padding: 0 0 0 20px;
  font-size: 0.8em;
}
#menu-social ul {display: inline-block;float: right;}
#menu-social li {
  list-style-type: none;
  display: inline-block;
  white-space: nowrap;
  vertical-align: top;
}
#menu-social li a {
  display: block;
  margin: 0 0 0 20px;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
}


/* ########## CLEVER REACH ########## */

.cr_form .musthave[rel="email"] {
    width: 67%;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
}
.cr_form .submit_container {
    width: 33%;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
}
.cr_form label {
    display: none;
}
.cr_form input {
    padding: 0.3em 0.6em;
    border: 1px solid #B1B2B4;
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 1em;
}
.cr_form button {
  display: block;
  -webkit-appearance: none;
    border: none;
    cursor: pointer;
    width: 100%;
  padding: 0.5em 0.6em;
    border: 1px solid #B1B2B4;
  box-sizing: border-box;
  background: #B1B2B4;
    font-size: 0.8em;
  font-weight: 400;
  text-decoration: none;
  color: #fff;
   transition: all 0.2s ease-in 0s; /* explorer 10 */
    -webkit-transition: all 0.2s ease-in 0s; /* chrome & safari */
    -moz-transition: all 0.2s ease-in 0s; /* firefox */
    -o-transition: all 0.2s ease-in 0s; /* opera */
}
.cr_form .mce_text {margin-top: 0.5em;}
.cr_form .cr_ipe_checkbox {
  display: inline-block;
  width: auto;
  padding: 0;
  margin: 0 0.5em;
}
.cr_form div[rel="checkbox"] {font-size: 0.8em;line-height: 1.4em;}

/* ########## EVENTS NEW ########## */

.eventlist .eventitem {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	margin-bottom: 20px;
	text-decoration: none;
	color: #000;
}
.eventlist .eventitem:nth-child(odd) {background: #ccc;transition: all .2s;}
.eventlist .eventitem:nth-child(even) {background: #ddd;transition: all .2s;}
.eventlist .image {width: calc(100% / 3 * 2);}
.eventlist .image img {
	width:100%;
	height:100%;
	object-fit: cover;
	object-position: 50% 50%;
	opacity: 0.85;
	transition: opacity .2s;
}
.eventlist .eventitem:hover .image img {opacity: 1;}
.eventlist .text {
	width: calc(100% / 3 * 1);
	padding: 40px 20px 40px 20px;
	box-sizing: border-box;
}
.eventlist .text .title {
	display: block;
	font-size: 1.8em;
	line-height: 1.3;
	font-weight: 700;
	margin-bottom: 1rem;
}
.eventlist .date {
	display: block;
	font-size: 1.2em;
	line-height: 1.3;
	margin-bottom: 2rem;
}

/* ########## NEWS ########## */

.eventlatest .eventitem {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	margin-bottom: 20px;
}
.eventlatest .eventitem:nth-child(odd) {background: #ccc;}
.eventlatest .eventitem:nth-child(even) {background: #ddd;}
.eventlatest .image {width: calc(100% / 3 * 2);}
.eventlatest .image img {width:100%; height:100%;object-fit: cover;object-position: 50% 50%;}
.eventlatest .text {
	width: calc(100% / 3 * 1);
	padding: 40px 20px 40px 20px;
	box-sizing: border-box;
}
/*
.eventlatest .eventitem:nth-child(even) .image {float: right;}
.eventlatest .eventitem:nth-child(even) .text {float: left;}
*/
.eventlatest .text .title {
	display: block;
	font-size: 1.8em;
	line-height: 1.3;
	font-weight: 700;
	margin-bottom: 1rem;
}
.eventlatest .date {
	display: block;
	font-size: 1.2em;
	line-height: 1.3;
	margin-bottom: 2rem;
}
.eventlatest .more {
	display: block;
	text-transform: uppercase;
	text-align: center;
	padding: 0.8em 0.6em;
	border: none;
}
.eventlatest .more:hover {background: #fff;color: #000;}

.events .eventitem {margin: 30px 0 0 0;padding: 20px 0 0 0;}
.events .eventitem:first-child {margin: 0;padding: 0;border-top: none;}
.events .eventitem .blocks.twothirdleft {position: relative;}
.events .eventitem .blocks.twothirdleft > div {margin-bottom: 0 !important;}
.events .eventitem .description {padding: 0 0 50px 0;}
.events span {display: block;}
.events span.title {font-size: 1.5em;margin: 0 0 0.75em 0;font-weight: 400;}
.events span.date {margin: 0 0 0.75em 0;font-weight: 700;}
.events .more {position: absolute;z-index: 20;bottom: 0; left: 0;}
.events .more a {white-space: nowrap;}

.eventdetail .header p {font-weight: 700;margin-top: 1em;}
.eventdetail .eventdata span {display: block;font-weight: 700;}
.eventdetail .eventtext {margin: 0 0 20px 0;}
.eventdetail .vv-lokal {margin: 0 0 10px 0;}
.eventdetail .vv-online {list-style-type: none;margin: 0 0 20px 0;}
.eventdetail .vv-online ul {list-style-type: none;margin: 0 !important;}
.eventdetail .vv-online ul li {list-style-type: none;float: left;margin: 0 20px 0 0;}
.eventdetail .eventrelated {margin: 10px 0 0 0;padding:10px 0 0 0;}
.eventdetail .eventsocial {margin: 10px 0 0 0;padding:20px 0 0 0;}
.eventdetail .eventsocial > div {margin: 0 0 10px 0;}
.eventdetail .eventsocial > a {font-size: 0.8em;margin: 0 5px 20px 0;}
.eventdetail .event-video {margin: 20px 0 0 0;}
.eventdetail .backlink-wrap {margin: 20px 0 0 0;}
  
.eventdetail .vv-online a  {
	color: #fff;
	background: #666;
	display: block;
	padding: 0.5em;
  	text-decoration: none;
  }
  
  .eventdetail .vv-online a:hover{
    color:#EF863F;
  }  

/* ########## SUCHE ########## */

#search-wrap .tx-kesearch-pi1 .resetbutt,
#search-wrap .tx-kesearch-pi1 .submitbutt {display: none;}
#search-wrap .tx-kesearch-pi1 {
}
#search-wrap .tx-kesearch-pi1 #ke_search_sword {
    display: block;
    margin: 0;
    padding: 8px 16px;
    width: 300px;
    box-sizing: border-box;
}

/* ############### SIDE ############### */

#side {
	position: fixed;
	z-index: 1000;
	right: 0;
	top: 40px;
/* 	transform: translateY(-50%); */
	transition: all 0.3s ease;
	width: 42px;
}
#side a {
	position: relative;
	display: block;
	width: 42px;
	height: 42px;
	background: rgba(0,0,0,0.5);
	transition: all 0.2s ease;
}
#side a svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: all 0.2s ease;
	fill: #fff;
	opacity: 0.7;
	max-width: 20px;
	height: auto;
}
#side > a:hover {background: #000;width: 62px;transform: translateX(-20px);}
#side a:hover svg {opacity: 1;}
#side a span {display: none;}

#side #searchbox {
	width: 442px;
	height: 42px;
	transform: translateX(0);
	transition: all .2s;
}
#side #searchbox.enabled {transform: translateX(-400px);}

#side #searchbox a {float: left;}
#side #searchbox a:hover,
#side #searchbox.enabled a {background: #000;}

#side #searchbox form {
	float: right;
	width: 400px;
	box-sizing: border-box;
	max-height: 100%;
	overflow: hidden;
	padding: 10px 16px;
	background: #000;
}	
#side #searchbox form #ke_search_sword {
	font-size: 14px;
	background: #fff;
	border: none;
	-webkit-appearance: none;
	padding: 3px 10px;
	width: 100%;
	box-sizing: border-box;
}
   
/* ########## ICON ########## */

a.pdf {background: url(icon/pdf.png) top left no-repeat; background-size: contain;}

.addblockltd {margin: 40px auto; max-width: 640px;}

}

@media (min-width: 801px) and (max-width: 1600px) {
#headimage-wrap img {width: auto;height: 100%;}
}
