@charset "UTF-8";
/*
Theme Name: BBMRI-ERIC
*/
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

/* Twitter feed styling */
.ctf-tweets {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

.ctf-item {
	width: 25%;
	padding: 10px 20px!important;
	box-sizing: border-box;
}

@media only screen and (max-width: 1000px) {
	.ctf-item {
		width: 50%;
	}
}

@media only screen and (max-width: 600px) {
	.ctf-item {
		width: 100%;
	}
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0px;
}

td {
  padding: 0 20px 0 0;
  vertical-align: top;
}

html, body {
  font-family: "Source Sans Pro", sans-serif;
  color: #333333;
  font-size: 16px;
  overflow-x: hidden;
  line-height: 19px;
  padding-bottom: 100px;
}

p {
  margin: 5px 0 10px;
}

.hidecontent {
  display: none;
}

textarea,
input[type=text],
input[type=button],
input[type=image],
input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

div.alignleft {
  float: left;
  margin: 6px 20px 0 0;
}

em {
  font-style: italic;
}

html, body {
  background: none;
}

.shareimage {
  width: 1px;
  height: 1px;
  position: absolute;
}

.shareimage img {
  width: 100%;
  height: auto;
}

.newsletterSignUpHeader {
  float: left;
  position: relative;
  width: auto;
}

.newsletterSignUpHeader > span {
  color: #666;
  float: left;
  font-size: 0.9em;
  font-style: italic;
  margin: 13px;
  position: relative;
}

.clear {
  width: 100%;
  clear: both;
  height: 1px;
}

.CookieInfoText {
  z-index: 99999;
  display: none;
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 70px;
  font-size: 13px;
  text-align: center;
  padding: 10px 0px;
  background: #ffffff;
  color: #333333;
  border-top: 1px solid #eeeeee;
  z-index: 999999;
  -webkit-box-shadow: 0px -2px 5px 0px rgba(50, 50, 50, 0.17);
  -moz-box-shadow: 0px -2px 5px 0px rgba(50, 50, 50, 0.17);
  box-shadow: 0px -2px 5px 0px rgba(50, 50, 50, 0.17);
}

.CookieInfo .CookieInfoText {
  display: block;
}

.AcceptBTN {
  background: #004275 none repeat scroll 0 0;
  color: #ffffff;
  display: block;
  margin: 10px auto 0;
  padding: 7px;
  width: 60px;
  cursor: pointer;
  -webkit-box-shadow: 0px -2px 5px 0px rgba(50, 50, 50, 0.17);
  -moz-box-shadow: 0px -2px 5px 0px rgba(50, 50, 50, 0.17);
  box-shadow: 0px -2px 5px 0px rgba(50, 50, 50, 0.17);
}

strong {
  font-weight: 900;
}

a {
  color: #333333;
  text-decoration: none;
}

.break {
  width: 100%;
  float: left;
  clear: all;
}

.post-edit-link {
  display: none;
}

.bggrey {
  background: #f8f8f8;
}

.trans {
  opacity: 0;
  max-height: fit-content;
}

.padding {
  padding: 20px 0px;
  float: left;
  width: 100%;
}

.mobnavclose {
  display: none;
}

h2 {
  font-weight: 700;
  font-size: 21px;
  line-height: 24px;
  text-transform: uppercase;
}

h3 {
  clear: both;
  display: block;
  font-size: 19px;
  font-weight: 700;
  line-height: 25px;
  margin: 0 0 10px;
  width: 80%;
}

h4, h5, h6 {
  clear: both;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  margin: 10px 0;
  width: 80%;
}

blockquote {
  font-style: italic;
  padding: 0 0 0 20px;
  border-left: 4px solid #004280;
  margin: 20px 0;
  width: 90%;
}

ul, ol {
  margin: 10px 0 0;
  padding: 0 0 0 18px;
}

li {
  margin: 0px 0 10px 0;
}

.twitterbox {
  width: 23%;
  float: left;
  position: relative;
  margin: 0 2.5% 0 0;
}

.twitterbox:last-child {
  margin: 0 0 0 0;
}

.newsubContentvariante {
  margin: 30px 0 30px 0;
  width: 100%;
  float: left;
}

.introtextbox ul, .variablecontent .leftblock ul, .variablecontent .rightblock ul {
  margin: 10px 0 0;
  padding: 0 0 0 0px;
  list-style-type: none;
}

.introtextbox ul li, .variablecontent .leftblock ul li, .variablecontent .rightblock ul li {
  border-bottom: 0px dotted #333333;
  margin: 0;
  padding: 10px 0 10px 17px;
}

.introtextbox ul li:last-child {
  border-bottom: 0px solid #333333;
}

.introtextbox ul li:before, .variablecontent .leftblock ul li:before, .variablecontent .rightblock ul li:before {
  background: #ec6707 none repeat scroll 0 0;
  content: "";
  height: 3px;
  margin: 8px 0 0 -14px;
  position: absolute;
  width: 8px;
}

.logo {
  margin: -47px 0 0 -20px;
  position: absolute;
  width: 265px;
}

/* ---------------------     Slider       */
.slider {
  max-height: 750px;
  overflow: hidden;
  position: relative;
  width: 100%;
  float: left;
}

.sliderItem {
  width: 100%;
}

.sliderBild {
  width: 100%;
  height: auto;
}

.paging {
  left: 10px;
  position: absolute;
  top: 45%;
  z-index: 999;
  width: 15px;
}

.paging span {
  display: block;
  overflow: hidden;
  background: #333333;
  width: 10px;
  height: 10px;
  float: left;
  cursor: pointer;
  color: #333333;
  margin: 0 0 5px 0;
  border: 2px solid #333333;
  -moz-border-radius: 200px;
  -webkit-border-radius: 200px;
  -khtml-border-radius: 200px;
  border-radius: 200px;
}

.paging span.cycle-pager-active {
  background: #ffffff;
  color: #ffffff;
}

.paging span:hover {
  background: #ffffff;
  color: #ffffff;
}

.slidertextblock {
  position: absolute;
  width: 100%;
  z-index: 9999;
  text-align: center;
  color: #ffffff;
  top: 65%;
}

h2.sliderSlogan {
  display: block;
  font-size: 79px;
  font-weight: 700;
  line-height: 72px;
  margin: 0 auto;
  text-shadow: 0 0 60px rgba(51, 51, 51, 0.76);
  text-transform: uppercase;
  width: 900px;
}

h3.sliderSlogan {
  line-height: 28px;
  font-size: 27px;
  font-weight: 400;
  width: 900px;
  margin: 0 auto;
  display: block;
  text-shadow: 0 0 15px #333333;
}

/* ---------------------   Breadcrumb       */
.breacrumb ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.breacrumb ul li {
  float: left;
  display: none;
}

.breacrumb ul li.current-menu-parent, .breacrumb ul li ul li.current-menu-item, .breacrumb ul li .sub-menu, .breacrumb ul li.current-menu-item {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  display: block;
  float: left;
  left: inherit;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-box-shadow: 0px 10px 14px 0px rgba(50, 50, 50, 0);
  -moz-box-shadow: 0px 10px 14px 0px rgba(50, 50, 50, 0);
  box-shadow: 0px 10px 14px 0px rgba(50, 50, 50, 0);
}

.breacrumb ul li:before {
  content: " - ";
  margin: 0 3px 0 6px;
  color: #333333;
}

.breacrumb ul li .sub-menu {
  float: right;
}

.breadHome {
  display: block;
  float: left;
}

.breacrumb {
  float: left;
}

.breadcrumbblock {
  font-size: 12px;
  font-weight: 700;
  left: 12px;
  position: absolute;
  top: 163px;
  z-index: 70;
  color: #ec6707;
}

.scroll .breadcrumbblock {
  top: 0px;
}

.breadcrumbblock a {
  color: #333333;
}

.breadcrumbblock a:hover {
  color: #ec6707;
}

/* ---------------------     Header       */
.burgernav {
  height: 20px;
  display: none;
  position: fixed;
  right: 1%;
  top: 15px;
  width: 20px;
  z-index: 2147483647;
  cursor: pointer;
}

.scroll .burgernav {
  display: block;
}

.opneNAV .burgernav {
  display: none;
}

.opneNAV .scroll .metaline {
  position: fixed;
  top: 0px;
  z-index: 99;
  width: 100%;
}

.burgernav .strich {
  width: 15px;
  height: 2px;
  background: #333333;
  margin: 0 0 2px 0;
  float: right;
  clear: both;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

.burgernav:hover .strich {
  width: 15px;
  height: 3px;
  background: #ec6707;
  margin: -1px 0 3px 0;
  float: right;
  clear: both;
}

#header {
  float: left;
  margin: 0 auto 14px;
  max-width: 1920px;
  position: relative;
  /*top: 46px;*/
  width: 100%;
  z-index: 99999;
  background: #ffffff none repeat scroll 0 0;
}

.scroll #header {
  border-bottom: 1px solid #eeeeee;
  height: 40px;
  max-width: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
  -webkit-box-shadow: 0px 10px 14px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 10px 14px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 10px 14px 0px rgba(50, 50, 50, 0.1);
}

.scroll #header .logo {
  float: left;
  height: auto;
  margin: -34px 0 0 -6px;
  transition: all 300ms ease 0s;
  width: 120px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.opneNAV .scroll #header {
  height: 150px;
  overflow: visible;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.1);
}

.opneNAV .scroll #header .logo {
  height: auto;
  margin: 0px 0 0 -20px;
  position: absolute;
  width: 265px;
}

.opneNAV body.scroll {
  padding-top: 150px;
  -webkit-transition: padding 150ms;
  -moz-transition: padding 150ms;
  -o-transition: padding 150ms;
  transition: padding 150ms;
}

.opneNAV .scroll #Mainmenu {
  margin-top: 50px;
  -webkit-transition: margin-top 150ms;
  -moz-transition: margin-top 150ms;
  -o-transition: margin-top 150ms;
  transition: margin-top 150ms;
}

.opneNAV .scroll #search {
  margin-left: 20px;
}

.opneNAV .scroll .barrierefrei {
  margin: 15px 0 0 196px;
}

.metaline {
  background: #eeeeee;
  height: 45px;
  margin: 0 auto;
  width: 98%;
  max-width: 1920px;
}

.metalinebg {
  background: #eeeeee none repeat scroll 0 0;
  float: left;
  margin: 0 0 0;
  width: 100%;
  z-index: 2147483647;
  position: relative;
}

.search-results #post-200, .search-results #post-66, .search-results #post-2 {
  display: none;
}

.search-results .introblock article {
  border-bottom: 1px dotted #cccccc;
  margin-bottom: 20px;
  min-height: 90px;
  position: relative;
}

.serachteasertext {
  height: 40px;
  overflow: hidden;
}

.search-results .introblock article .readmorelink {
  bottom: 0;
  left: 0;
  position: relative;
  margin: 0 0 0px 0;
  padding: 0 0 10px 0;
  display: block;
}

.innerwrap a.readmorelink:hover {
  border-bottom: 0px dotted;
}

#searchform {
  float: left;
  margin: 8px 0 0;
}

#searchform input.text {
  background: #f5f5f5 none repeat scroll 0 0;
  border: 1px solid #d5d5d5;
  color: #666666;
  font-style: italic;
  padding: 5px;
  width: 150px;
}

#searchform input#searchsubmit {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 solid #d5d5d5;
  cursor: pointer;
  margin: 14px 0 0 150px;
  position: absolute;
  left: 0px;
  top: 0px;
}

#searchform .screen-reader-text {
  display: none;
}

.search .introblock #searchform input#searchsubmit {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 solid #d5d5d5;
  cursor: pointer;
  left: 0;
  margin: 16px 0 0 297px;
  position: absolute;
  top: inherit;
}

.search .introblock #searchform input.text {
  background: #f5f5f5 none repeat scroll 0 0;
  border: 1px solid #d5d5d5;
  color: #666666;
  font-style: italic;
  padding: 15px;
  width: 301px;
}

.newsletterSignUpHeader {
  float: left;
  height: 36px;
  overflow: visible;
  position: relative;
  width: auto;
}

.meta {
  float: right;
}

.meta form {
  float: left;
  margin-top: 8px;
  position: relative;
  width: 200px;
  opacity: 0.7;
}

.meta .mc4wp-response {
  color: #ec6707;
  font-size: 12px;
  left: 0;
  line-height: 12px;
  padding: 0;
  position: absolute;
  top: 34px;
  z-index: 99;
}

.meta form:hover {
  opacity: 1;
}

.meta .footerinput {
  color: #666666;
  float: left;
  height: 25px;
  margin-top: 2px;
  width: 125px;
  background-color: #f5f5f5;
  max-height: inherit;
}

.meta .footersubmit {
  border: 1px solid #cccccc;
  color: #fff;
  float: left;
  margin: 0px 0 0 0;
  padding: 5px;
  font-size: 11px;
  border-left: none;
  border-right: none;
  border-top: none;
  height: 27.5px;
  overflow: hidden;
  padding: 5px;
  top: 2px;
}

#menu-metamenu {
  list-style: outside none none;
  margin: 16px 0 0;
}

#menu-metamenu li {
  float: left;
  font-size: 14px;
  margin: -2px 0 0;
}

#menu-metamenu li a {
  color: #666666;
}

#menu-metamenu li.metamenu-primary a {
  	color: #fff;
	background: #014485;
	padding: 6px 10px;
}

#menu-metamenu li a:hover {
  color: #ec6707;
}

#Mainmenu li.mainmenu-primary:after, #Mainmenu li.mainmenu-primary:before {
	display: none!important;
	content: none!important;
}

#Mainmenu li.mainmenu-primary a {
	color: #fff;
	background: #014485;
	padding: 6px 10px;
}

#menu-metamenu li::before {
  color: #666666;
  content: " | ";
  float: left;
  margin: 0 9px;
}

#menu-metamenu li:first-child::before {
  content: " ";
  float: left;
  margin: 0;
}

.menu-metamenu-container {
  float: left;
}

.socialbuttonBlock {
  float: right;
  margin: 12px 0 0 13px;
}

.socialBTN {
  opacity: 0.7;
}

.socialBTN:hover {
  opacity: 1;
}

.menuline {
  background: #ffffff;
  padding: 20px 0px;
  margin: 0 auto;
  width: 98%;
  max-width: 1920px;
  height: 57px;
}

#branding {
  float: left;
}

#Mainmenu {
  float: right;
}

ul#menu-main {
  list-style: outside none none;
  margin: 19px 0 0;
}

ul#menu-main li {
  float: left;
  margin: 0 0px 0 30px;
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
}

ul#menu-main li.current-menu-parent a, ul#menu-main li.current-menu-item a, ul#menu-main li .sub-menu li.current-menu-item a, #menu-metamenu li.current-menu-item a {
  color: #ec6707;
}

ul#menu-main li:hover a {
  color: #ec6707;
}

ul#menu-main li::after {
  color: #ec6707;
  content: "∨";
  float: right;
  font-size: 14px;
  margin: 0px 0 0 5px;
}

.sub-menu {
  background: #ffffff none repeat scroll 0 0;
  display: none;
  left: 0;
  list-style-type: none;
  margin: 0;
  padding: 10px 10px 2px;
  position: absolute;
  -webkit-box-shadow: 0px 10px 5px 0px rgba(50, 50, 50, 0.13);
  -moz-box-shadow: 0px 10px 5px 0px rgba(50, 50, 50, 0.13);
  box-shadow: 0px 10px 5px 0px rgba(50, 50, 50, 0.13);
}

.sub-menu .sub-menu, .sub-menu:hover .sub-menu, .sub-menu .sub-menu:hover {
  position: relative !important;
  float: left;
  width: 100%;
  display: block;
  -webkit-box-shadow: 0px 10px 5px 0px rgba(50, 50, 50, 0);
  -moz-box-shadow: 0px 10px 5px 0px rgba(50, 50, 50, 0);
  box-shadow: 0px 10px 5px 0px rgba(50, 50, 50, 0);
  margin: 0px 0 5px 0 !important;
  padding: 0px 0 1px 0;
  border-bottom: 1px dotted #cccccc;
  z-index: 999999;
}

.sub-menu .sub-menu li a {
  text-transform: none;
}

.sub-menu .sub-menu li a:before {
  content: "-";
  margin-right: 5px;
}

#Mainmenu li:last-child .sub-menu {
  margin: 0 0 0 -62px;
  padding-right: 10px;
}

ul#menu-main li:last-child .sub-menu li {
  text-align: right;
  min-width: 148px;
}

.sub-menu:hover {
  display: block;
}

#menu-main li:hover .sub-menu {
  display: block;
  position: absolute;
}

ul#menu-main .sub-menu li:after {
  display: none;
}

ul#menu-main li .sub-menu li {
  border-bottom: 1px dotted #cccccc;
  float: inherit;
  font-size: 15px;
  margin: 0;
  min-width: 200px;
  padding: 5px 0;
  padding-left: 4px;
}

ul#menu-main li .sub-menu li.marked {
  background: #f1f1f1;
  color: #004275;
  margin-left: 0px;
  padding-left: 4px;
}

ul#menu-main li .sub-menu li.marked a {
  color: #004275;
}

ul#menu-main li .sub-menu li a {
  color: #333333;
}

ul#menu-main li .sub-menu li a:hover {
  color: #ec6707;
}

ul#menu-main li .sub-menu li:last-child {
  border-bottom: 0px dotted #cccccc;
}

.current-menu-item a {
  color: #ec6707;
}

ul#menu-main li .sub-menu li.seperateLink:nth-child(2n) {
  border-top: 1px solid;
  margin-top: -1px;
}

li.seperateLink a {
  color: #004275 !important;
}

li.seperateLink a:hover, li.seperateLink.current-menu-item a {
  color: #ec6707 !important;
}

/* ---------------------     Content       */
#container,
.containerWrapperpart {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
}

.ContentfullB {
  float: left;
  margin: 0 auto;
  max-width: 1920px;
  padding: 20px 0 50px;
  position: relative;
  width: 100% !important;
}

.contentWrapper {
  margin: 0px;
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
}

.single-national_nodes .contentWrapper {
  position: unset;
}

#wrapper {
  float: left;
  width: 100%;
  clear: both;
}

/* ---------------------     lookingfor Block       */
.pulldownlooking {
  width: 100%;
  float: left;
  margin: 20px 0;
  height: 500px;
}

.homeinfoBlock {
  position: relative;
  height: auto;
  padding: 0 0 50px 0;
}

.loogingforHL {
  background: #ffffff none repeat scroll 0 0;
  color: #333333;
  display: block;
  font-size: 26px;
  font-weight: 700;
  margin: 0 auto;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 460px;
  z-index: 5;
}

.homeinfoHL {
  width: 660px;
  line-height: 26px;
  background-color: white;
  padding: 0 0 0px 0;
}

.bgLookingHome {
  display: none;
  margin: 0px 0 0 -595px;
  opacity: 0.1 !important;
  left: 50%;
  position: absolute;
  top: 15px;
}

.introInfotext {
  width: 780px;
  margin: 20px auto;
  text-align: center;
}

.QMwrapper .loogingforHL {
  width: 588px !important;
}

.newscatHL {
  margin: 0;
}

.EventscatHL {
  margin: 0 0px 0 0px;
  float: right;
  position: absolute;
  top: 32px;
  right: 12%;
}

.single-news_events .loogingforHL {
  background: #ffffff none repeat scroll 0 0;
  color: #333333;
  display: block;
  font-size: 26px;
  font-weight: 700;
  margin: 0 auto;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 423px;
  z-index: 5;
}

.teamblock .loogingforHL {
  background: #f8f8f8 none repeat scroll 0 0;
}

.HLline {
  background: #333333 none repeat scroll 0 0;
  height: 1px;
  margin: 14px 0 0;
  position: absolute;
  width: 100%;
}

.subscribePosts, .logoinfoblock {
  display: none;
}

.category-web-conferences .subscribePosts, .category-web-conferences .logoinfoblock {
  display: block;
  margin: 0 auto;
}

.subscribePosts {
  display: none !important;
}

.logoinfoblocktext {
  width: 60%;
}

.logoinfoblocktextinner {
  display: inline-block;
  float: left;
  padding: 0;
  width: 53%;
}

.eulogoemblem {
  display: block;
  float: left;
  margin: 0 20px 0 0;
  width: 20%;
}

.lookingLinkBlock {
  margin: 40px auto 0;
  position: relative;
  width: 1020px;
}

.lookingItem {
  float: left;
  width: 200px;
  margin: 0 1px 0 0;
  position: relative;
}

.legende {
  float: left;
  position: relative;
  width: 185px;
  margin: 10px;
}

.legendeObserver {
  float: left;
  position: relative;
  width: 100%;
}

.legende img {
  float: left;
  margin-right: 10px;
  position: relative;
  width: 15px;
}

.legende span {
  float: left;
  margin-top: 5px;
  position: relative;
}

.legendeMember {
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 5px;
}

.lookingItem h4 {
  background: #333333 none repeat scroll 0 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  padding: 17px 0;
  text-align: center;
  width: 100%;
  -webkit-transition: background 400ms;
  -moz-transition: background 400ms;
  -o-transition: background 400ms;
  transition: background 400ms;
}

.lookingItem:hover h4, .lookingItem:active h4 {
  background: #ec6707 none repeat scroll 0 0;
}

.lookingItem h4::after {
  color: #ffffff;
  content: "∨";
  font-size: 12px;
  left: 50%;
  margin: 18px 0 0 -10px;
  position: absolute;
}

.lookingPulls {
  margin: -10px 0 0;
  background: #ffffff none repeat scroll 0 0;
  display: block;
  font-size: 15px;
  list-style: outside none none;
  padding: 0px 2px;
  height: 0px;
  min-height: 0px;
  overflow: hidden;
  position: absolute;
  z-index: 10;
  width: 98%;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  -webkit-box-shadow: 0px 10px 14px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 10px 14px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 10px 14px 0px rgba(50, 50, 50, 0.1);
}

.lookingPulls a {
  border: 0px !important;
}

.lookingItem:hover .lookingPulls, .lookingItem:active .lookingPulls {
  height: auto;
  min-height: 70px;
}

.lookingItem:hover .lookingPulls li:before {
  display: block;
}

.lookingPulls li {
  border-bottom: 1px dotted #999999;
  padding: 10px 10px 19px 13px;
}

.lookingPulls li:first-child {
  margin-top: 11px;
}

.lookingPulls li:last-child {
  border-bottom: 0 dotted #666666;
  padding: 0;
}

.lookingPulls li:before {
  content: "";
  position: absolute;
  margin: 0 0 0 -7px;
  display: none;
}

.lookingPulls li:hover a, .lookingPulls li:hover:before {
  color: #ec6707;
}

.lookingPulls li {
  border-bottom: 1px dotted #999999;
  padding: 0 10px 9px 0;
  text-align: center;
}

.newspull .lookingPulls li {
  text-align: left;
}

.newspull .lookingPulls a {
  padding: 0 0 0 5px;
}

.pulldownplus {
  left: 50%;
  margin: 0 0 0 -17.5px;
  position: absolute;
}

.bgLooking {
  display: block;
  height: 469px;
  left: 50%;
  margin: 11px 0 0 -540px;
  opacity: 0.3;
  position: absolute;
  width: 1000px;
  z-index: -1;
}

/**
addto cal btn
 */
.addtocalendar var {
  display: none;
}

.addtocalendar {
  background: transparent none repeat scroll 0 0 !important;
  display: inline-block;
  font-size: 13px;
  margin: -19px 49px 0 0;
  position: absolute;
  right: 0;
  color: #004275;
}

.atcb-link {
  display: block;
  outline: none !important;
  cursor: pointer;
}

.atcb-link:focus ~ ul,
.atcb-link:active ~ ul,
.atcb-list:hover {
  visibility: visible;
}

.atcb-list {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  width: 170px;
  z-index: 900;
}

.atcb-list,
.atcb-item {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
}

.atcb-item {
  float: none;
  text-align: left;
}

.atcb-item-link {
  text-decoration: none;
  outline: none;
  display: block;
}

.atcb-item.hover,
.atcb-item:hover {
  position: relative;
  z-index: 900;
  cursor: pointer;
  text-decoration: none;
  outline: none;
}

/* Menu WB */
.atc-style-menu-wb .atcb-list {
  width: 100%;
  border: 1px solid #bababa;
}

.atc-style-menu-wb .atcb-list,
.atc-style-menu-wb .atcb-item {
  background: #fff;
  color: #000;
}

.atc-style-menu-wb .atcb-item,
.atc-style-menu-wb .atcb-item-link {
  line-height: 1.3em;
  vertical-align: middle;
  zoom: 1;
}

.atc-style-menu-wb .atcb-item-link,
.atc-style-menu-wb .atcb-item-link:hover,
.atc-style-menu-wb .atcb-item-link:active,
.atc-style-menu-wb .atcb-item-link:focus {
  text-decoration: none;
  outline: none;
  padding: 5px 15px;
}

.atc-style-menu-wb .atcb-item-link:hover,
.atc-style-menu-wb .atcb-item-link:active,
.atc-style-menu-wb .atcb-item-link:focus {
  color: #fff;
}

.atc-style-menu-wb .atcb-item.hover,
.atc-style-menu-wb .atcb-item:hover {
  background: #004275;
}

/* ---------------------   barrierefrei       */
.barrierefrei {
  color: #666666;
  font-size: 12px;
  margin: 15px 0 0 176px;
  position: absolute;
  opacity: 0.7;
}

.barrierefrei:hover {
  opacity: 1;
}

.barrierepart {
  float: left;
  margin: 0 10px 0 0;
}

.barrierbtn {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 200px;
  cursor: pointer;
  display: block;
  float: left;
  height: 21px;
  margin: -2px 0 0 4px;
  overflow: hidden;
  padding: 1px 0 0;
  text-align: center;
  width: 21px;
  -moz-border-radius: 200px;
  -webkit-border-radius: 200px;
  -khtml-border-radius: 200px;
  border-radius: 200px;
}

.fontkl {
  font-size: 10px;
  height: 19px;
  padding: 2px 0 0;
}

.contraston {
  background: #004275;
  color: #ffffff;
}

.barrierbtnlable {
  float: left;
  display: block;
}

/* ---------------------   footer       */
.CookieInfo #footer {
  padding: 0 0 100px 0;
}

.gotop {
  position: absolute;
  left: 50%;
  margin: -25px;
  width: 50px;
  font-size: 11px;
  text-align: center;
  cursor: pointer;
}

.gotop:hover .toparrow {
  margin: -2px 0 -8px;
}

.footertopText {
  display: block;
}

.footerinput {
  background: #eeeeee none repeat scroll 0 0;
  border: 1px solid #cccccc;
  font-size: 12px;
  font-style: italic;
  padding: 0 5px;
  width: 170px;
  height: 30px;
}

.footersubmit {
  background: #004275 none repeat scroll 0 0;
  cursor: pointer;
  height: 12px;
  margin: 0 0 0 -1px;
  overflow: hidden;
  padding: 10px 13px;
  position: absolute;
  border: 0px solid #cccccc;
  text-align: center;
}

.newsletterblock .footersubmit {
  background: #004275 none repeat scroll 0 0;
  border: 0 none;
  color: #ffffff;
  cursor: pointer;
  font-size: 10px;
  height: 32px;
  margin: 0 0 0 -48px;
  padding: 0 8px;
  position: absolute;
  border: 1px solid #cccccc;
}

.toparrow {
  background: #ffffff none repeat scroll 0 0;
  margin: 0 0 -10px;
  padding: 10px;
  position: relative;
  text-align: center;
}

#footer {
  clear: both;
  float: left;
  margin: 40px 0 0;
  width: 100%;
}

.innerwrap {
  margin: 20px;
  position: relative;
  margin: 0 auto;
  width: 1020px;
}

.innerwrap__wider {
	width: 1200px;
	max-width: 1200px;
}



.innerwrap a:hover {
  border-bottom: 1px dotted;
}

.footerblock {
  float: left;
  width: 24%;
  margin: 20px 0 0 0;
}

.footerBlock1 {
  float: left;
  width: 40%;
}

.footerBlock3 {
  float: right;
  margin-right: 0;
  width: 157px;
}

.footerBlockquicklinks {
  float: left;
}

.footerBlock4 {
  float: right;
  margin-right: 0;
  width: 157px;
}

.footereutext {
  font-size: 12px;
  font-family: arial;
  line-height: 15px;
}

.footereulogo {
  width: 100%;
}

.lastline {
  border-top: 1px solid #666666;
  float: left;
  font-size: 11px;
  margin: 20px 0;
  padding: 10px 0 0;
  width: 100%;
  color: #666666;
}

.credits a {
  color: #666666;
}

#copyright {
  float: left;
}

.credits {
  float: right;
}

.footerblock h3 {
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}

.footerlinklist {
  list-style: outside none none;
  min-height: 0;
  width: 98%;
  margin: 0px;
  padding: 0;
  margin: 0px;
}

.footerlinklist li::before {
  content: " - ";
  margin: 0 0 0 -7px;
  position: absolute;
}

.footerlinklist li {
  padding: 3px 0 3px 8px;
  margin: 0px;
}

.footerblock a:hover {
  color: #ec6707;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

.logobottom {
  margin: -33px 0 0;
}

.newsletterblock .wpcf7-form-control-wrap input {
  background: #eeeeee none repeat scroll 0 0 !important;
  border: 1px solid #cccccc !important;
  font-size: 12px !important;
  font-style: inherit !important;
  min-width: 1px !important;
  padding: 10px 3px !important;
  background: #eeeeee none repeat scroll 0 0 !important;
  border: 1px solid #cccccc !important;
  font-size: 12px !important;
  font-style: italic !important;
  padding: 5px !important;
  width: 190px !important;
}

.newsletterblock .wpcf7-form-control-wrap {
  display: block;
  float: left;
  margin: 0 !important;
  width: 60%;
}

.newsletterblock .wpcf7-form {
  float: left;
  margin: 0 !important;
  width: 90%;
}

div.wpcf7-mail-sent-ok {
  border: 0px solid #004275 !important;
  color: #ec6707;
}

div.wpcf7-response-output {
  border: 0px solid #004275 !important;
}

.newsletterblock .wpcf7-submit, .newsletterblock .wpcf7-submit:hover {
  background: #004275 url("img/arrow-left-hell.png") no-repeat scroll center center;
  display: block;
  float: left;
  height: 23px !important;
  line-height: 0 !important;
  margin: 2px 0 0 176px;
  min-height: 0;
  min-width: 0;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute;
  text-indent: -189px;
  width: 24px;
}

.newsletterblock p {
  margin: 0px;
}

/* ---------------------   maincontenpart       */
.overviewblock {
  margin: 50px 0;
  overflow: hidden;
}

.maincontentpart {
  float: left;
  margin: 0 0 40px;
  min-height: 120px;
  padding: 30px 0;
  position: relative;
  width: 100%;
}

.variablecontent {
  padding: 0px 0;
}

.variablecontent .introblock {
  margin-top: 0px;
}

.maincontentpart:nth-child(even) {
  background: #ffffff !important;
}

.home .maincontentpart {
  overflow: visible;
}

.leftblock a, .middleblock a, .rightblock a {
  border-bottom: 1px dotted;
}

.leftblock a:hover, .rightblock a:hover {
  border-bottom: 1px solid;
}

.leftblock {
  width: 48%;
  float: left;
  position: relative;
}

.leftblock.Contact {
  width: 30%;
}

.middleblock.Contact {
  float: left;
  margin: 0 5%;
  position: relative;
  width: 30%;
}

.fullbreite {
  width: 100% !important;
}

.floatleft {
  float: left !important;
}

.leftblockNOPIC {
  width: 100%;
}

.leftblock .intromainbild {
  max-width: 100%;
}

.rightblock {
  width: 49%;
  float: right;
  position: relative;
}

.rightblock.Contact {
  float: left;
  width: 30%;
}

.rightblockNOPIC {
  float: none;
  margin: 20px auto;
  width: 100%;
}

.rightblockNOPIC {
  float: none;
  margin: 20px auto;
  width: 100%;
}

.rightblockNOPIC .aktionblock {
  border-top: 1px dotted #000000;
  clear: both;
  float: left;
  margin: 25px 0 15px;
  padding: 30px 0 0;
  width: 100%;
}

.rightblockPIC .aktionblock {
  margin: 115px 0 15px;
}

.fullbreite .intromainbild {
  max-width: 100% !important;
  width: 100%;
}

.incontentBild {
  width: 100%;
  height: auto;
  float: left;
}

.home .incontentBild {
  float: right;
  width: 70%;
}

.home .incontentBild:nth-child(even) {
  float: left;
}

.overviewblock .leftblock .intromainbild {
  max-width: 70%;
}

.overviewItem:nth-child(odd) .leftblock .intromainbild {
  float: right;
}

.overviewItem:nth-child(even) .leftblock {
  float: right;
}

.overviewItem:nth-child(even) .leftblock .overviewItem .intextwrapper {
  float: right;
}

.overviewblock .intextwrapper {
  clear: both;
  float: left;
  margin: 130px 0 0;
  width: 45%;
}

.intromainbildquer {
  display: none;
}

.intromainbildquer:first-child {
  display: inline-block;
}

.leftblock .incontentBild {
  margin: -20px 0 70px 0;
}

.rightblock .incontentBild {
  margin: 130px 0 -80px 0;
}

.intextwrapper {
  width: 51%;
  float: left;
  clear: both;
}

.leftblock .intextwrapper {
  width: 51%;
  float: right;
  clear: both;
}

.headliner {
  font-size: 26px;
  font-weight: 600;
  line-height: 27px;
  margin: 26px 0 10px;
  text-transform: uppercase;
}

/* ---------------------   detailsite       */
.lookingsubsite {
  position: absolute;
  right: -1px;
  top: 126px;
  z-index: 99;
  display: none;
}

.lookingsubsite .loogingforHL {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  display: block;
  float: left;
  font-size: 12px;
  font-weight: 700;
  margin: 17px 7px 0 0;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  width: auto;
}

.lookingsubsite .pulldownlooking {
  float: right;
  height: auto;
  margin: 20px 0;
  position: relative;
  width: auto;
}

.lookingsubsite .lookingLinkBlock {
  float: right;
  margin: 0;
  position: relative;
  width: 100%;
}

.lookingsubsite .pulldownplus, .lookingsubsite .lookingItem h4::after {
  display: none;
}

.lookingsubsite .lookingItem h4 {
  font-size: 12px;
  font-weight: 700;
  padding: 6px 0;
}

.lookingsubsite .lookingItem {
  width: 110px;
}

.lookingsubsite .pulldownwrapper {
  float: right;
}

.lookingsubsite .lookingPulls li {
  font-size: 12px;
  line-height: 14px;
  padding: 5px 5px 5px 7px;
}

.introblock {
  margin-top: 40px;
  clear: both;
}

.mainHL {
  font-size: 34px;
  font-weight: 700;
  line-height: 37px;
  text-transform: uppercase;
}

.introtextbox {
  float: left;
  margin: 20px 0 0 0;
  width: 100%;
}

.introtextbox img {
  max-width: 97%;
  height: auto;
}

.introtextboxNOPIC {
  width: 46%;
}

.introtextboxNOPIC:nth-child(odd) {
  float: right;
}

.introtextboxright {
  float: left;
  margin: 20px 0 0 0;
}

.intromainbild {
  float: left;
  height: auto;
  max-width: 100%;
  margin: 0 0 0px 0;
}

.imageDESC, .wp-caption-text {
  border-left: 1px solid #cccccc;
  color: #999999;
  float: left;
  font-size: 14px;
  margin: 0;
  padding: 0 0 0 10px;
  width: 100%;
}

.wp-caption-text {
  width: 96%;
  clear: both;
  float: none;
  line-height: 16px;
  margin: 0 0 10px 0;
}

.emtyincontentBild {
  max-height: 400px;
}

.single .intromainbild {
  margin: 0px 0 0px;
}

.single .introtextbox {
  margin: 20px 0;
}

.overviewItem:nth-child(even) .leftblock .intromainbild {
  margin: 0% 0 0px 0;
}

.overviewItem:nth-child(odd) .leftblock .intromainbild {
  margin: 0% 0 0px 0;
}

.intextwrapper {
  clear: both;
  float: left;
  margin: 130px 0 0;
  width: 75%;
}

.home .intextwrapper {
  margin: 0;
}

.home .rightblock .incontentBild {
  margin: 30px 0 -80px;
}

.home .newsblockHL {
  margin: 0 0 0 20px;
}

.overviewItem {
  width: 100%;
  float: left;
  position: relative;
}

.ovrviewItem {
  width: 100%;
  float: left;
  position: relative;
}

.multiimageoverview .intromainbild {
  height: 150px;
  width: auto;
  float: left;
  display: block;
  margin: 0 0px 0 0px;
  padding: 0 5px 0 5px;
  filter: contrast(100%);
  -webkit-filter: contrast(100%);
  -moz-filter: contrast(100%);
  -o-filter: contrast(100%);
  -ms-filter: contrast(100%);
}

.overviewItem:nth-child(even) .leftblock {
  float: right;
}

.overviewItem:nth-child(even) .rightblock {
  float: left;
}

.overviewItem:nth-child(even) .rightblock .intextwrapper {
  float: right;
}

.overviewItem .intextwrapper {
  margin: 3% 0 7% 50px;
}

.page-template-overviewpage .maincontentpart {
  overflow: hidden;
}

.page-template-overviewpage .maincontentpart .loogingforHL {
  background: #ffffff none repeat scroll 0 0;
  color: #333333;
  display: block;
  font-size: 26px;
  font-weight: 700;
  margin: 0 auto 60px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 320px;
  z-index: 5;
}

.aktionblock {
  float: left;
  width: 100%;
  clear: both;
  margin: 25px 0 15px 0;
}

.morelinkIcon {
  background: #ec6707 none repeat scroll 0 0;
  border-radius: 200px;
  display: block;
  float: right;
  margin: -6px 0 0 9px;
  padding: 10px 12px 10px 13px;
  text-align: center;
  -moz-border-radius: 200px;
  -webkit-border-radius: 200px;
  -khtml-border-radius: 200px;
  border-radius: 200px;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

.downloadIcon {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  border-radius: 0;
  margin: -15px 0 0 10px;
  padding: 2px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
}

.maillinkIcon {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  border-radius: 0;
  margin: -3px 0 0 6px;
  padding: 2px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
}

.morelink {
  float: none;
  margin: 0 15px 15px 0;
  width: auto;
}

.morelink:after {
	content: '';
	float: none;
}

.morelink:hover a {
  color: #004275;
}

.morelink:hover .morelinkIcon {
  background: #004275;
}

.morelink:hover .downloadIcon {
  background: #004275 !important;
}

.morelink:hover .maillinkIcon {
  background: #004275 !important;
}

.weiterlesen {
  display: none;
}

.overviewItem .aktionblock div.weiterlesen:first-child {
  display: block;
}

.showweiterlesen {
  display: block;
}

.morelink a {
  color: #ec6707;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

.crosslinksblock {
  width: 100%;
  clear: both;
}

.crosslink {
  float: left;
  margin: 5px 2% 5px 0;
  width: 23%;
}

.crosslink a:hover {
  color: #ec6707;
}

.crosshackel {
  color: #ec6707;
  display: block;
  float: left;
  font-size: 28px;
  margin: -2px 5px 0 0;
}

.socialiconbottom {
  opacity: 0.7;
  width: 35px;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

.socialiconbottom:hover {
  opacity: 1;
}

/* ---------------------   grid       */
.showmorenews a {
  background: #f8f8f8 none repeat scroll 0 0;
  color: #666666;
  display: block;
  padding: 35px;
  text-align: center;
  min-width: 100px;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}

.showmorenews a:hover {
  background: #ec6707 none repeat scroll 0 0;
  color: #ffffff;
}

.showmorenews a span {
  display: block;
  float: left;
  font-size: 29px;
  margin: -3px 6px 0 0;
  padding: 0;
  color: #ec6707;
}

.showmorenews a:hover span {
  color: #ffffff;
}

.oldernews a span {
  float: right;
  margin: -3px 0 0 6px;
}

.newernews {
  float: left;
}

.oldernews {
  float: right;
  margin-right: 40px;
}

.grid:after {
  content: "";
  display: block;
  clear: both;
}

.grid {
  margin: 56px 0 0;
  width: 79.5%;
}

.grid-sizer,
.grid-item {
  width: 33%;
}

.archive .grid {
  margin: 56px 0 0;
  width: 100%;
}

.archive .grid-sizer,
.archive .grid-item {
  width: 25%;
}

.homenewsblock .grid-item, .homenewsblock .grid-sizer {
  width: 25%;
}

.homenewsGridblock {
  position: relative;
}

.homenewsGridblock .newsblockHL {
  margin: 0 0 0px 0;
  width: 100%;
  float: left;
  top: -22px;
  position: absolute;
  z-index: 99999999;
}

.homenewsGridblock .grid-item, .homenewsGridblock .grid-sizer {
  width: 25%;
}

.homenewsGridblock .gridInnerItem {
  border-right: 50px solid #ffffff;
  border-bottom: 50px solid #ffffff;
  float: left;
}

.homenewsGridblock .grid-item img {
  max-width: 100%;
  width: 100%;
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  opacity: 1;
}

.homenewsGridblock .grid {
  width: 100%;
}

.grid.newsGrid .grid-sizer, .grid.newsGrid .grid-item {
  width: 100%;
  margin-left: 25px;
}

.grid.newsGrid {
  border-left: 1px solid;
  float: right;
  width: 21%;
}

.grid-item {
  float: left;
  margin: 0px;
  opacity: 1;
  padding: 0 0px 0px 0px;
  background: #f8f8f8 none repeat scroll 0 0;
}

.gridInnerItem {
  border-right: 25px solid #ffffff;
  border-bottom: 25px solid #ffffff;
  float: left;
}

.newsGrid .gridInnerItem {
  border-bottom: 65px solid #fff;
}

.grid-item img {
  max-width: 100%;
  width: 100%;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  opacity: 0.5;
}

.grid-item:hover img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
  opacity: 1;
}

.homenewsGridblock .grid-itemdoubble {
  width: 50%;
}

.newsprevimagebox {
  width: 100%;
  overflow: hidden;
}

.grid-item .newsprevimagebox img {
  width: 100%;
  max-width: 100%;
  min-width: inherit;
  height: auto;
  margin: 0 auto;
  display: block;
}

.intromainbild {
  filter: contrast(90%);
  -webkit-filter: contrast(90%);
  -moz-filter: contrast(90%);
  -o-filter: contrast(90%);
  -ms-filter: contrast(90%);
}

.single-national_nodes .intromainbild {
  filter: contrast(100%);
  -webkit-filter: contrast(100%);
  -moz-filter: contrast(100%);
  -o-filter: contrast(100%);
  -ms-filter: contrast(100%);
  background: #ffffff;
  padding: 20px;
}

.blankbild {
  height: 38px;
  opacity: 0.1;
}

.itemTextblock {
  margin: 15px auto 0;
  min-height: 240px;
  width: 75%;
}

.publisheddate {
  color: #004275;
  float: left;
  font-size: 13px;
  margin: -20px 0px 0 0;
  position: absolute;
  right: 0;
}

.gridInnerItem .headliner {
  font-size: 19px;
  color: #333333;
  line-height: 21px;
}

.readmorelink {
  color: #ec6707;
}

.categoryline {
  border-top: 1px solid #cccccc;
  float: left;
  margin: 10px 0 15px 0;
  width: 100%;
  position: relative;
}

.savetocalendar {
  color: #004275;
  float: left;
  font-size: 13px;
  margin: -20px 94px 0 0;
  position: absolute;
  right: 0;
  cursor: pointer;
}

.saveplus {
  color: #ec6707;
}

.savetocalendar:hover {
  color: #ec6707;
}

.categoryline .post-categories {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  background: #f8f8f8;
  width: 50%;
}

.categoryline .post-categories li {
  float: left;
  color: #999999;
  font-size: 13px;
  margin: 0 0px 0 0;
}

.categoryline .post-categories li.Featured {
  display: n;
}

.categoryline .post-categories li::after {
  content: ", ";
  margin: 0 3px 0 0;
}

.categoryline .post-categories li:last-child:after {
  content: "";
}

.categoryline .post-categories li a {
  color: #999999;
}

.datum {
  background: #004275 none repeat scroll 0 0;
  color: #ffffff;
  font-size: 13px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 88px;
  bottom: 19px;
  overflow: hidden;
  -webkit-box-shadow: 0px -6px 5px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px -6px 5px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px -6px 5px 0px rgba(50, 50, 50, 0.1);
}

.single .introblock .datum {
  background: #004275 none repeat scroll 0 0;
  bottom: 0;
  color: #ffffff;
  float: left;
  font-size: 13px;
  margin: 30px 0 3px;
  overflow: hidden;
  position: relative;
  right: inherit;
  text-align: center;
  width: 88px;
}

.datumtext::first-line {
  font-size: 16px;
  font-weight: 700;
}

.datestart:first-line, .dateend:first-line {
  font-size: 16px;
  font-weight: 700;
}

.datestart {
  display: block;
  margin: auto;
}

.dateend {
  border-top: 1px dotted #ffffff;
  display: block;
  margin: 3px 0 0;
  padding: 2px 0 0;
  text-align: center;
}

.datetrennertext {
  display: block;
  font-size: 10px;
  margin: 5px 0 5px 0px;
  opacity: 0.8;
  position: relative;
}

.datumtext {
  display: block;
  float: left;
  line-height: 12px;
  margin: 0 0 0 30px;
  padding: 7px 0 9px;
  text-align: center;
  width: 28px;
}

.datumtextinner {
  display: inline-block;
  font-size: 13px;
  font-weight: 100;
  line-height: 14px;
  margin: 0;
  padding: 8px 0 7px 0;
  text-align: center;
  width: 100%;
}

.datumtextinner::first-line {
  font-size: 16px;
  font-weight: 700;
}

.datumort {
  background: #ec6707 none repeat scroll 0 0;
  float: left;
  font-size: 11px;
  line-height: 12px;
  padding: 4px 4px 3px;
  text-align: center;
  width: 80px;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.eventdatumsblock {
  float: left;
  position: relative;
  width: 100%;
}

.eventdatumsblock .savetocalendar {
  margin: 0px 45px 0 0;
  position: relative;
}

.homenewsblock {
  float: left;
  margin: -41px 0 0;
  overflow: hidden;
  padding: 20px 0 0;
  width: 100%;
}

.homenewsblock .newsblockHL h2 {
  font-size: 26px;
  font-weight: 600;
  line-height: 27px;
  margin: 36px 0 10px 20px;
  text-transform: uppercase;
  float: left;
  display: block;
}

.archive .newspull {
  float: left;
  margin: -54px 0 0 265px;
  position: absolute;
}

.newspull {
  float: left;
  margin: 12px 0 0 3.6%;
}

.single-news_events .newspull {
  float: none;
  margin: 0 auto;
  width: 203px;
  position: relative;
  z-index: 50;
}

.page-template-overviewpage-news .newspull {
  float: left;
  margin: 33px 0 0;
  padding: 0;
  position: relative;
}

.home .grid {
  margin: 110px 0 0;
  width: 102%;
}

.newspull .categories ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.newbubble {
  display: none;
  background: #000000 none repeat scroll 0 0;
  border: 0px solid #d4d4d4;
  border-radius: 200px;
  height: 0px;
  margin: 36% -30px 0 0;
  overflow: hidden;
  position: absolute;
  right: 100px;
  width: 0px;
  z-index: 999;
  color: #ffffff;
  text-align: center;
  -moz-border-radius: 200px;
  -webkit-border-radius: 200px;
  -khtml-border-radius: 200px;
  border-radius: 200px;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}

.newbubbleOn {
  width: 200px;
  height: 200px;
  right: 0;
  border: 5px solid #d4d4d4;
  margin: 35% -30px 0 0;
}

.bubbleInner {
  color: #ffffff;
  font-size: 14px;
  left: 50%;
  line-height: 17px;
  margin: 30px 0 0 -97px;
  padding: 20px;
  position: absolute;
  width: 150px;
}

.bubbleInner a {
  color: #ffffff;
}

.bubbleInner h3 {
  font-size: 14px;
  line-height: 16px;
  width: 100%;
}

.bubbledatum {
  font-size: 12px;
}

.bubbleInner .morelink {
  background: #000000 none repeat scroll 0 0;
  color: #ec6707;
  float: inherit;
  font-size: 12px;
  margin: 0 0 0 51px;
  position: absolute;
  top: 134px;
  width: 66px;
}

.bubbleInner .morelinkIcon {
  background: #ec6707 none repeat scroll 0 0;
  border-radius: 200px;
  display: block;
  float: right;
  margin: -2px 0 0 9px;
  padding: 5px 7px 5px 8px;
  text-align: center;
  transition: all 400ms ease 0s;
}

.bubbleInner .morelink a {
  color: #ec6707;
}

.newbubble .cycle-slideshow {
  margin: -7px 0 0 101px;
  position: absolute !important;
}

.pagingnews {
  font-size: 40px;
  margin: 10px 2px 0 0;
  opacity: 0.8;
  position: relative;
  z-index: 9999;
}

.pagingnews span {
  cursor: pointer;
  color: #999999;
}

.pagingnews span.cycle-pager-active {
  cursor: pointer;
  color: #ffffff;
}

/* ---------------------   contact box       */
.contactboxenwrapper {
  width: 103%;
  float: left;
}

.contactboxenwrapper .itemTextblock {
  float: left;
  width: 30%;
  overflow: hidden;
  margin: 0 5% 40px 0;
}

.contactboxenwrapper .itemTextblock:nth-child(3n) {
  margin: 0 0px 40px 0;
}

.contactboxenwrapper .itemTextblock .stakeItem {
  float: left;
  width: 64%;
}

.contactboxenwrapper .itemTextblock .stakeItem .morelinkIcon {
  float: none;
  margin: -5px 0 0 -3px;
}

.cantactImage {
  width: 35%;
  float: right;
}

.contactboxenwrapper .itemTextblock .sublineText {
  color: #999999;
  display: block;
  float: left;
  font-size: 13px;
  margin: -11px 0 0;
  padding: 0 10px 0 0;
  position: absolute;
  background: #ffffff;
}

.contactboxenwrapper .itemTextblock .headliner {
  font-size: 16px;
  font-weight: 600;
  line-height: 17px;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.page-template-overviewpage-news .additionalHL {
  background: #f8f8f8 none repeat scroll 0 0;
  width: 370px;
}

.additionalinfoblock {
  padding: 50px 0px;
}

.additionalLeft {
  width: 48%;
  float: left;
  margin: 50px 0 0 0;
}

.additionalLeft img {
  width: 100%;
  height: auto;
}

.single-national_nodes .additionalLeft img {
  width: 60%;
  height: auto;
}

.additionalinfoblock a {
  border-bottom: 1px solid #cccccc;
}

.additionalright {
  width: 48%;
  float: right;
  margin: 50px 0 0 0;
}

/* ---------------------  Euro map      */
.euromapblock {
  padding: 50px 0px;
}

.EuromapHL {
  width: 650px;
  background: #f8f8f8;
}

.euromapbg {
  width: 100%;
  height: auto;
  margin: 20px 0 0 0;
  opacity: 0.7;
}

.mapmarker {
  position: absolute;
  z-index: 5;
}

.Countries {
  margin: 71px 0 0;
  position: absolute;
}

.CountriesTop {
  left: 0;
  margin: 9px 0 0 -1px;
  position: relative;
  z-index: 20;
}

.Countries .lookingItem {
  width: 185px;
}

/* ---------------------  may also      */
.mayalso {
  padding: 50px 0;
}

.maycontentblock {
  float: left;
  padding: 0 0 40px;
  width: 47%;
}

.mayalso .leftblock a, .mayalso .rightblock a {
  border-bottom: 0 dotted;
}

.mayalso a.readmorelink {
  border-bottom: 1px dotted;
}

.mayalso a.readmorelink:hover {
  border-bottom: 1px dotted;
}

.maycontentblock2 {
  float: right;
}

.maycontentblock .gridInnerItem {
  border-bottom: 0px solid #ffffff;
  border-right: 0px solid #ffffff;
}

.mayalso .rightblock .maycontentblock {
  float: right;
  width: 100%;
}

.stakeItem {
  width: 48%;
  float: left;
}

.stakeItem:last-child {
  float: right;
}

.mayalso .sublineText {
  color: #999999;
  display: block;
  float: left;
  font-size: 13px;
  margin: -11px 0 0;
  position: absolute;
  padding: 0 10px 0 0;
}

.stakeImage {
  float: left;
  width: 35%;
}

.stakeImage img {
  width: 100%;
  height: auto;
}

.staketext {
  float: right;
  width: 61%;
}

.mayalso .headliner {
  font-size: 16px;
  font-weight: 600;
  line-height: 17px;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.mayalso .leftblock, .mayalso .rightblock {
  margin: 40px 0 0;
}

.mayalso .rightblock .itemTextblock {
  width: 89%;
}

.partnerlogoslider {
  margin: 20px 0 0 0;
}

.partnerlogo {
  flaot: left;
  margin: 0 29px 0 0px;
}

.partnerlogoslider #next {
  right: 0;
  font-size: 25px;
  margin: -44px 5% 0;
  padding: 10px;
  position: absolute;
  display: none;
}

.partnerlogoslider #prev {
  font-size: 25px;
  margin: -44px 0 0 -11px;
  padding: 10px;
  position: absolute;
  display: none;
}

.partnerlogoslider .cycle-slideshow {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 84% !important;
}

/* --------------------- Downloads      */
.downloadrow {
  float: left;
  height: 23px;
  margin: 0 0 2px;
  overflow: hidden;
  padding: 20px;
  position: relative;
  width: 100%;
  min-height: 23px;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

.downloadrowOn {
  z-index: 10;
  margin: 0 0 2px;
  overflow: hidden;
  min-height: 100px;
  height: auto;
  -webkit-box-shadow: 0px 10px 14px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 10px 14px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 10px 14px 0px rgba(50, 50, 50, 0.1);
}

.downloadrow h2 {
  font-weight: 500px;
  font-size: 19px;
  display: block;
  float: left;
  width: 90%;
  cursor: pointer;
}

.downloadrowOn h2 {
  color: #ec6707 !important;
}

.downloadrow h2::after {
  content: "+";
  display: block;
  float: left;
  font-size: 19px;
  position: absolute;
  right: 25px;
  top: 22px;
  width: 50px;
}

.downloadrowOn h2::after {
  content: "-" !important;
  color: #ec6707 !important;
}

.downloaditems {
  float: left;
  width: 100%;
  margin: 40px auto;
}

.downloaditem {
  border: 4px solid #ffffff;
  float: left;
  opacity: 0.8;
  height: 150px;
  margin: 0 -2px -2px 0;
  padding: 15px 4px 0;
  text-align: center;
  transition: all 200ms ease 0s;
  width: 13%;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  font-size: 16px;
  line-height: 19px;
  overflow: hidden;
}

.downloaditemInner {
  width: 90%;
  margin: 0 auto;
}

.downloaditem:hover {
  background: #004275;
  color: #ec6707;
  opacity: 1;
}

.downloaditem .downloadIcon {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  border-radius: 0;
  display: block;
  float: none;
  margin: -15px auto;
  padding: 2px;
}

#detaillocationframe {
  width: 100%;
  height: 500px;
  float: left;
  margin: 40px 0 0 0;
  pointer-events: none;
}

.faqImage {
  height: auto;
  width: 50%;
}

.answertesxt {
  width: 52%;
  float: right;
}

.faqblock .downloadrowOn h2 {
  display: block;
  float: none;
  margin: 0 auto !important;
  width: 50%;
}

.faqblock h2 {
  -webkit-transition: all 100ms;
  -moz-transition: all 100ms;
  -o-transition: all 100ms;
  transition: all 100ms;
}

/* --------------------- contactform      */
.form1 .wdform_page {
  background: none !important;
  border-radius: 0;
  font-family: inherit !important;
}

.wpcf7-form {
  width: 100%;
  float: left;
  margin: 20px 0 0 0 !important;
}

.introtextbox .wpcf7-form img {
  height: auto;
  width: auto;
}

div.wpcf7-response-output {
  display: block !important;
  float: left !important;
  margin: 30px 0 0 !important;
  padding: 10px 0 10px 0% !important;
  width: 90% !important;
}

div.wpcf7-validation-errors {
  border: 0px dotted #000000 !important;
  border-top: 1px dotted #000000 !important;
}

span.wpcf7-not-valid-tip {
  color: #ec6707 !important;
  display: block !important;
  font-size: 14px !important;
}

.wpcf7-form-control-wrap {
  width: 100%;
  display: block;
  float: left;
  margin: 0 0 20px 0 !important;
}

.wpcf7-form-control-wrap input {
  background: #eeeeee none repeat scroll 0 0 !important;
  border: 1px solid #cccccc !important;
  font-size: 14px !important;
  font-style: inherit !important;
  min-width: 350px !important;
  padding: 10px 3px !important;
  width: 90%;
}

.form1 .wdform-field {
  min-width: 400px !important;
  padding: 0 !important;
  width: 100% !important;
}

.form1 .wdform-element-section {
  min-width: 350px !important;
}

.page .form1 .wdform-element-section input {
  background: #eeeeee none repeat scroll 0 0 !important;
  border: 1px solid #cccccc !important;
  font-size: 12px !important;
  font-style: inherit !important;
  min-width: 350px !important;
  padding: 5px 3px !important;
}

.wpcf7-form-control-wrap .wpcf7-textarea {
  background: #eeeeee none repeat scroll 0 0 !important;
  border: 1px solid #cccccc !important;
  border-radius: 0;
  font-size: 14px !important;
  height: 132px;
  padding: 4px 3px !important;
  width: 90%;
}

.nospambox {
  float: left;
  margin: 0 0 0 5px;
}

.form1 .wdform-element-section {
  background: none !important;
  border: 0px solid #cccccc !important;
  font-size: 12px !important;
  padding: 5px 0px !important;
  min-width: 350px !important;
}

.form1 .button-reset {
  display: none !important;
}

.form1 .input_deactive {
  font-style: inherit !important;
}

.wpcf7-submit {
  background: #000 none repeat scroll 0 0;
  border: 1px solid transparent;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  float: left;
  font-family: inherit !important;
  font-size: 16px;
  line-height: 35px;
  margin: 0;
  min-height: 35px;
  min-width: 80px;
  padding: 0 20px;
  vertical-align: middle;
}

.submitbox .wpcf7-submit {
  padding: 10px 30px;
  margin: 46px 0 0 100px;
}

.wpcf7-submit:hover {
  background: #ec6707 none repeat scroll 0 0;
}

.NLdsvgo {
  display: none;
  position: absolute;
  width: 100%;
  font-size: 12px;
  line-height: 14px;
  top: 30px;
  background: #ffffff;
  z-index: 9999;
  padding: 20px 2px;
}

.newsletterblock .NLdsvgo {
  top: inherit;
  width: 200px;
  margin: 0px 0 0 0;
}

.newsletterSignUpHeader:hover .NLdsvgo, .NLdsvgo:hover, .newsletterSignUpHeader form:hover .NLdsvgo {
  display: block !important;
}

.newsletterblock:hover .NLdsvgo, .NLdsvgo:hover, .newsletterblock form:hover .NLdsvgo {
  display: block !important;
}

.dsvgotext input {
  min-width: 1px !important;
  display: inline;
  float: none;
  clear: both;
  position: relative;
  left: 0px;
  width: 20px;
  height: 20px;
}

.dsvgotext .wpcf7-list-item-label {
  width: 79%;
  display: block;
  font-size: 14px;
  line-height: 17px;
  float: right;
  margin: 0 50px 0 0;
}

.newsletterblock input[type=submit], .newsletterSignUpHeader input[type=submit] {
  cursor: not-allowed;
}

.posttomailform .elp_textbox_button {
  background: #000 none repeat scroll 0 0;
  border: 0px solid transparent;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  float: left;
  font-family: inherit;
  font-size: 16px;
  line-height: inherit;
  margin: -20px 0 0 -81px;
  min-height: inherit;
  min-width: 80px;
  padding: 0;
  position: absolute;
  vertical-align: middle;
  width: 50px;
  height: 31px;
}

.posttomailform .elp_textbox_button:hover {
  background: #ec6707;
}

.posttomailform {
  margin: 0 auto;
  text-align: center;
  width: 232px;
}

.posttomailform input {
  width: 100%;
  float: left;
  min-width: inherit;
  background: #eeeeee none repeat scroll 0 0;
  border: 1px solid #cccccc;
  font-size: 12px !important;
  font-style: inherit !important;
  padding: 0px 3px !important;
  height: 30px;
}

.posttomailform .elp_lablebox {
  padding-bottom: 13px !important;
}

.posttomailform .elp_msg {
  color: #ec6707 !important;
}

.form1 .wdform-required {
  border: medium none;
  color: #333333 !important;
  vertical-align: top;
}

.page .form1 .warning, .form1.error {
  border: 0 solid #000000;
  border-radius: 0;
  color: #ec6707;
  margin: 0 0 0 8px;
  padding: 0;
}

.page .form1 .warning, .page .form1.error {
  background-color: inherit !important;
  border: 0px solid #000000;
  border-radius: 0px;
  color: #333333;
  padding: 5px;
}

.page .form1 .wdform-label {
  color: #333333;
}

.page .form1 .wdform-label {
  border: medium none;
  color: #000;
  line-height: 13px;
  margin: 0 0 0 2px;
  vertical-align: bottom;
}

body.bigtext {
  font-size: 20px;
  line-height: 23px;
}

body.bigtext #menu-metamenu li {
  font-size: 17px;
}

body.bigtext ul#menu-main li {
  float: left;
  font-size: 21px;
}

.pagecontrast,
.pagecontrast .maincontentpart,
.pagecontrast .bggrey,
.pagecontrast .loogingforHL,
.pagecontrast .breadcrumbblock a,
.pagecontrast .gridInnerItem .headliner,
.pagecontrast #footer,
.pagecontrast .grid-item,
.pagecontrast .sliderSlogan,
.allwrapper .pagecontrast .form1 .wdform-label,
.allwrapper .pagecontrast .page .form1 .wdform-label {
  background: #004275 !important;
  color: #ffffff !important;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.pagecontrast .lookingItem h4 {
  background: #ec6707 !important;
}

.pagecontrast .footerlinklist, .pagecontrast .footerlinklist a, .pagecontrast a {
  color: #ec6707 !important;
  background: none !important;
}

.pagecontrast .categoryline .post-categories li a {
  background: #ec6707 none repeat scroll 0 0 !important;
  color: #ffffff !important;
  padding: 3px;
}

.pagecontrast .HLline {
  background: #ffffff none repeat scroll 0 0;
}

.pagecontrast #footer {
  padding: 65px 0 0;
}

.pagecontrast .loogingforHL, .pagecontrast .sliderSlogan {
  padding: 2px 0px;
}

.pagecontrast .lookingPulls li a, .pagecontrast .lookingPulls li {
  background: #004275 !important;
  color: #ffffff !important;
}

.pagecontrast #menu-main a {
  background: #ec6707 !important;
  color: #ffffff !important;
  padding: 5px;
}

.pagecontrast .barrierefrei {
  opacity: 1 !important;
}

.pagecontrast .logobottom {
  background: #ffffff none repeat scroll 0 0;
  margin: -33px 0 0;
  padding: 10px;
}

.pagecontrast .metalinebg {
  background: #004275 !important;
}

.allwrapper .pagecontrast .form1 .button-submit {
  background: #ec6707 none repeat scroll 0 0 !important;
  border: 1px solid transparent;
  color: #004275 !important;
}

.pagecontrast .barrierefrei, .pagecontrast .metaline {
  background: #004275 none repeat scroll 0 0 !important;
  color: #ec6707 !important;
}

.pagecontrast .lastline {
  border-top: 1px solid #ec6707;
  color: #ec6707;
}

.teambild {
  height: auto;
  width: 57% !important;
}

.overviewItem:nth-child(2n+1) .leftblock .teambild {
  float: right;
}

.nopicplace {
  float: left;
  height: 50px;
  margin: 59px 0 0 !important;
  width: 100%;
}

.teamblock {
  background: #ffffff none repeat scroll 0 0;
  margin: 40px 0;
}

.postid-375 .leftblock {
  width: 100%;
}

.teamblock .loogingforHL {
  background: #ffffff none repeat scroll 0 0;
}

.teamblock .intextwrapper {
  margin: 2% 0 7% 50px;
}

.teamblock .overviewItem {
  float: left;
  margin: 0px 2% 0 0;
  width: 32%;
  min-height: 670px;
}

.teamblock .overviewItem:nth-child(3n) {
  margin: 0px 0 0 0;
}

.teamblock .leftblock, .teamblock .rightblock {
  width: 100%;
}

.teamblock .overviewblock .intextwrapper {
  clear: both;
  float: left;
  margin: 20px 0 0;
  width: 100%;
}

.teamblock .overviewItem .introtextbox .textlimit {
  height: auto;
  overflow: hidden;
  display: block;
  width: 100%;
  float: left;
  min-height: 1px;
  -webkit-transition: min-height 300ms;
  -moz-transition: min-height 300ms;
  -o-transition: min-height 300ms;
  transition: min-height 300ms;
}

.teamblock .teambild.intromainbild {
  float: left !important;
  width: 100% !important;
  max-width: 100%;
}

.teamblock .overviewItem .introtextbox {
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.teamwrapper {
  position: relative;
  margin: 0 auto;
  margin-top: 0px;
  width: 1020px;
}

.teamblock .overviewItem .introtextbox::after {
  background: #ffffff none repeat scroll 0 0;
  content: " ...read more ";
  cursor: pointer;
  float: left;
  padding: 5px 5px;
  position: relative;
  width: 100%;
  color: #ec6707;
  display: none;
}

.teamblock .overviewItem .introtextboxOn::after {
  content: "";
}

.teamblock .overviewItem .introtextboxOn .textlimit {
  height: auto;
}

.teamblock .overviewItem .introtextbox:hover:after {
  text-decoration: underline;
}

/* ----------------------------------------------------------------------------------------------------- blog */
.datumblog {
  font-style: italic;
}

.blogmainbild {
  width: 100%;
  height: auto;
}

.single-blog .blogmainbild {
  width: 50%;
  height: auto;
}

.blogcontentpart .leftblock {
  width: 70%;
}

.blogtext {
  float: left;
  width: 100%;
  margin: 10px 0;
}

.blogCTAbox {
  width: 100%;
  position: relative;
  float: left;
  margin: 30px 0;
}

.lightgradiantBG {
  background: #f8f8f8;
  background: -moz-linear-gradient(top, #f8f8f8 0%, white 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, white));
  background: -webkit-linear-gradient(top, #f8f8f8 0%, white 100%);
  background: -o-linear-gradient(top, #f8f8f8 0%, white 100%);
  background: -ms-linear-gradient(top, #f8f8f8 0%, white 100%);
  background: linear-gradient(to bottom, #f8f8f8 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f8f8f8", endColorstr="#ffffff", GradientType=0 );
}

.ctainner {
  width: 70%;
  margin: 50px auto;
}

.ctaThema {
  text-transform: none;
  display: block;
  float: left;
  width: 100%;
  font-style: italic;
}

.ctaThemasubline {
  display: block;
  float: left;
  width: 100%;
  font-style: italic;
  margin: 5px 0 0 0;
}

.blogBacklink {
  margin: 20px 0 0 0;
}

.blogBacklink .morelinkIcon {
  float: left;
  margin: -6px -8px 0 31px;
  transform-origin: left;
  transform: translate(0%, 0%) rotate(180deg);
}

.hiddenfield {
  display: none;
}

.ctainner .contactRow input, .ctainner .contactRow .wpcf7-textarea {
  min-width: 1px !important;
  width: 100%;
  padding: 3px 0 3px 7%;
  font-family: "Source Sans Pro", sans-serif;
}

.ctainner .contactRow .wpcf7-form-control-wrap .wpcf7-textarea,
.ctainner .contactRow .Email input,
.ctainner .contactRow .Name input {
  background: none !important;
}

.dsgvoText {
  text-decoration: none;
  color: #666666;
  font-size: 12px;
  line-height: 12px;
  font-style: italic;
  width: 80%;
  float: left;
  margin: 10px 0 10px 0;
}

.dsgvoText a {
  text-decoration: none;
  color: #666666;
  font-size: 12px;
}

.formblockCTA, .formblockCTA .contactRow {
  font-family: "Source Sans Pro", sans-serif;
  width: 100%;
  float: left;
}

.formblockCTA .nospambox {
  float: none;
  margin: 0 auto;
  width: 155px;
}

.ctainner .contactRow .wpcf7-submit {
  font-family: "Source Sans Pro", sans-serif;
  width: 120px;
  padding: 0;
}

.single-blog .rightpart {
  width: 28%;
  float: right;
}

.blogsidebar {
  width: 100%;
  float: left;
}

.blogsidebar .sidebarbox {
  width: 90%;
  float: right;
  background: #fafafa;
  text-align: center;
  padding: 30px;
}

.sociallinkline {
  display: inline-block;
  width: auto;
  margin: 10px 4% 0 4%;
}

.sidebarbox h3 {
  width: 100%;
  text-align: center;
  display: block;
  margin: 0 0 0px 0;
  font-style: italic;
}

.sociallinkline .shareicon {
  opacity: 0.6;
}

.sociallinkline a:hover .shareicon {
  opacity: 1;
}

.sidebarbox {
  margin: 0 0 80px 0;
}

.sidebarbox .footerinput {
  width: 50%;
  margin: 20px auto;
}

.sidebarbox .footersubmit {
  background: #000000;
  clear: both;
  position: relative;
  float: none;
  color: #ffffff;
  height: auto;
  clear: all;
  display: block;
  margin: 0 auto 0 auto;
}

.blogwrapper {
  width: 105%;
  max-width: 1920px;
}

.blogpostItem {
  width: 21%;
  float: left;
  margin: 50px 3.6% 20px 0;
  position: relative;
}

.blogpostItemBig {
  width: 45.6%;
  float: left;
  margin: 50px 4% 20px 0;
}

.blogitemLayertext {
  position: absolute;
  z-index: 5;
  bottom: 5%;
  background-color: rgba(0, 66, 117, 0.8);
  color: #ffffff;
  width: 90%;
  padding: 2%;
  left: 3%;
}

.datumfield {
  font-weight: 100;
  font-style: italic;
  display: block;
  margin: 5px 0;
}

.blogpostItem .blogBacklink {
  margin: 20px 0 0 0;
}

.blogpostItem .blogBacklink .morelinkIcon {
  float: right;
  margin: -6px -8px 0 10px;
  transform-origin: left;
  transform: inherit;
}

.blogpostItem .blogBacklink:hover a {
  color: #ec6707;
}

.blogpostItem .blogmainbild {
  opacity: 1;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.blogpostItem a:hover .blogmainbild {
  opacity: 0.8;
}

.blogpostItem .post-categories {
  list-style-type: none;
  margin: 5px 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

.blogpostItem .post-categories li {
  float: left;
  margin: 0 5px 0 0;
  line-height: 14px;
}

.blogpostItem .post-categories li a {
  cursor: default;
}

.blogpostItemBig .post-categories li a {
  color: #ffffff;
}

.blogpostItem .post-categories {
  list-style-type: none;
  margin: -15px 0 0 148px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 12px;
  display: block;
  float: right;
  position: absolute;
}

.blogpostItem .post-categories {
  float: left;
  position: relative;
  width: auto;
  margin: 3px 2px 0 0;
  font-size: 15px;
}

.blogpostItem .post-categories::after {
  content: "/";
  display: block;
  float: left;
  margin: -4px 2px 0 0;
}

.blogpostItem .ctainner h2, .blogpostItem .ctainner .ctaThemasubline {
  width: 100%;
  text-align: center;
}

.blogpostItem .datumfield {
  float: left;
  width: 100%;
}

.blogpostItem .dsgvoText {
  font-size: 11px;
  line-height: 12px;
  width: 100%;
  text-align: center;
  margin: 0px 0 10px 0;
}

.blogpostItem .ctainner .contactRow .wpcf7-textarea {
  height: 70px;
}

.blogpostItem .ctaThemasubline {
  text-align: center;
  margin: 10px auto;
}

.blogpostItem .footerinput {
  display: block;
  background: none;
}

.blogpostItem .footersubmit, .blogpostItem .wpcf7-submit {
  margin: 0px auto;
  width: 100px;
}

.blogpostItem .ctainner .contactRow .wpcf7-submit {
  font-family: "Source Sans Pro", sans-serif;
  width: 120px !important;
  padding: 0;
  margin: 10py auto !important;
  display: block !important;
  float: none;
}

.blogpostItem .mc4wp-form input[type=submit] {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 35px;
  min-height: 35px;
  width: 120px !important;
  padding: 0 20px;
  vertical-align: middle;
}

.blogpostItem .mc4wp-form input[type=submit]:hover {
  background: #ec6707;
}

.qmBox {
  float: left;
  width: 30%;
  margin: 0 3% 0 0;
  position: relative;
}

.qmBox3 {
  margin: 0 0 0 0;
}

.iconbox, .qmHL {
  width: 100%;
  text-align: center;
  color: #FF5C00;
  margin: 20px 0 10px 0;
}

.qmtext {
  margin: 20px 0 0px 0;
  float: left;
  width: 100%;
}

.qmtext ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.qmtext ul li {
  position: relative;
  float: left;
  width: 90%;
  padding: 0 0 0 30px;
  margin: 10px 0 20px 0;
  background-image: url("img/liarrow.png");
  background-repeat: no-repeat;
  background-size: auto;
}

.qmimagebg {
  margin: 15px auto;
  display: block;
  width: 100%;
  max-width: 1500px;
}

.qmitemHeader {
  display: block;
  position: absolute;
  left: 0px;
  top: 100px;
  width: 23px;
  height: auto;
}

.qmitemHeaderPerson {
  cursor: pointer;
}

.QMImage .additionalinfoblock {
  position: relative;
  /*padding: 0;*/
}

.QMImage .additionalinfoblock .HLline {
  /*margin: 0;*/
}

.bottomContentblock {
  position: absolute;
  width: 56%;
  right: 0%;
  top: 540px;
}

.personname {
  position: absolute;
  opacity: 0;
  background: #004275;
  color: #ffffff;
  padding: 0px;
  height: 0px;
  text-align: center;
  z-index: 2;
  margin: -31px 0 0 28px;
  overflow: hidden;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}

.qmitemHeader:hover .personname {
  position: absolute;
  opacity: 1;
  padding: 3px 3px 5px 3px;
  height: auto;
  z-index: 10;
  width: 200px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.38);
  -moz-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.38);
  box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.38);
}

.bottomContentblocktext {
  margin: 10px 0 0 0;
  float: left;
  width: 100%;
}

.frame_directory, #directoryframe {
  position: relative;
  border: 0px;
  width: 100%;
  height: 1500px;
  background: #eeeeee;
}

.container {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
}

.bannerFooter {
  height: 80px;
  margin: 30px auto 60px;
}

.bannerPartLeft {
  width: 40%;
  float: left;
}

.bannerPartRight {
  width: 60%;
  float: left;
}

.footereulogo {
  width: auto;
  max-width: inherit;
  height: 80px !important;
}

.bannertext {
  margin: 10px 0 0 0;
  float: left;
  width: 94%;
}

/* ----------------------------------------------------------------------------contentvarianten */
.contentVariation {
  overflow-x: hidden;
}

.boxLeft {
  width: 46%;
  float: left;
  margin: 0 4% 0 0;
  position: relative;
}

.boxRight {
  width: 46%;
  float: left;
  margin: 0 0 0 0;
  position: relative;
}

.BoxBild {
  float: right;
  display: block;
  height: auto;
  margin: 40px 0 40px 0;
}

.boxRight .BoxBild {
  float: left;
}

.teaserboxmorelink {
  display: block;
  width: 100%;
  margin: 30px 0;
}

.teaserboxmorelink .morelinkIcon {
  float: left;
  margin: -6px 10px 0 0;
  display: block;
}

.contentVariation .headliner {
  font-size: 26px;
  font-weight: 600;
  line-height: 27px;
  margin: 40px 0 10px;
  text-transform: uppercase;
  display: block;
  width: 100%;
  float: left;
}

.twitter-timeline {
  max-width: 100%;
  max-height: 1000px;
}

.fa {
  font-size: 25px;
  color: #FFFFFF;
}

.panel-title {
  font-size: 25px;
  color: #FFFFFF;
  font-family: "Open Sans", sans-serif;
}

.panel-heading {
  background-color: #1da1f2 !important;
  color: #1da1f2 !important;
}

.panel {
  margin-top: 25px;
}

.possition {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 24px;
}

/**
 * 
 *  Flexbox – Added by Sivututka 
*/

.newsitems-grid {
	width: 100%!important;
}

.tribe-events-single-event-description p a, a.tribe-events-read-more {
	color: #ec6707;
	text-decoration: underline!important;
}

a.accordion-show {
	margin: 2em 0 4em;
	color: #ec6707;
	text-decoration: underline!important; 
	border-bottom: none!important;
}

.sensible-header {
	margin: 1em 0 3em;
}

.sivututka-block {
	display: block;
	width: 100%;
	margin: 40px 0;
}

.the-content-wrapper h1, .the-content-wrapper h2, .the-content-wrapper h3, .the-content-wrapper h4, .the-content-wrapper h5 {
	margin-top: 2em;
	margin-bottom: 1em;
} 

.the-content-wrapper p {
	font-size: 18px;
	line-height: 160%;
	margin: 0 0 1em 0;
}

.the-content-wrapper a {
	color: #ec6707;
	text-decoration: underline;
}

.the-content-wrapper a:hover {
	text-decoration: none;
}

.morelink > a {
	word-break: break-word;
}

.the-events-calendar-category-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
 
.the-events-calendar-category-list ol li {
  display: inline-block;
  list-style: none;
  padding: 0.5rem 1rem;
}

.tribe-events-page-title {
	margin-top: 8rem;
}

.datepicker.dropdown-menu {
	z-index: 214748364788!important;
}

.basic-flex {
	display: flex;
	flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
}

.bigger-link {
	font-size: 25px;
	margin: 1em 0;
}

.staff-flex {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.staff-left {
	width: 40%;
	box-sizing: border-box;
	padding: 0 4em 0 0;
}

.staff-right {
	width: 60%;
	box-sizing: border-box;
	padding: 0 4em 0 0;
}

.staff-image {
	max-width: 100%;
	height: auto;
}

.basic-flex .qmBox {
	width: 23%;
	margin: 0 2% 0 0;
}

.no-float {
	float: none;
}

.contactboxenwrapper .itemTextblock .sublineText {
	margin: 0 0 3px 0;
	position: static;
	float: none;
}

@media screen and (max-width: 1550px) {
  html, body {
    font-size: 15px;
    line-height: 21px;
  }

  #menu-metamenu {
    margin: 14px 0 0;
  }

  .barrierepart {
    line-height: 17px;
  }
}
@media screen and (min-width: 1921px) {
  #wrapper {
    float: inherit;
    margin: 0 auto;
    max-width: 1920px;
    width: 100%;
  }

  .scroll #header {
    left: 0;
  }
}
@media screen and (max-width: 1710px) {
  .savetocalendar {
    color: #004275;
    cursor: pointer;
    float: left;
    font-size: 13px;
    left: 0;
    margin: -35px 0 0;
    position: absolute;
  }
}
@media screen and (max-width: 1620px) {
  .teamblock .intextwrapper {
    margin: -12% 0 7% 50px;
  }

  .overviewItem:nth-child(2n) .leftblock .intromainbild {
    margin: -5% 0 0;
  }

  .teamblock .overviewItem:nth-child(2n) .leftblock .intromainbild {
    margin: 0 0 0;
  }
}
/* ----------------------------------------------------------------------------1670px */
@media screen and (max-width: 1670px) {
  .downloaditems {
    width: 97%;
  }

  .downloaditem {
    height: 200px;
    margin: 0 -2px -2px 0;
    padding: 15px 4px 0;
    text-align: center;
    width: 13%;
    font-size: 15px;
    line-height: 18px;
  }
}
/* ----------------------------------------------------------------------------1380px */
@media screen and (max-width: 1380px) {
  .bottomContentblock {
    position: absolute;
    width: 90%;
    left: 1%;
    top: 640px;
  }

  .QMImage .additionalinfoblock {
    position: relative;
    margin: 0 0 280px 0;
  }
}
/* ----------------------------------------------------------------------------1365 */
@media screen and (max-width: 1365px) {
  h2.sliderSlogan {
    font-size: 59px;
  }

  h3.sliderSlogan {
    font-size: 23px;
    line-height: 24px;
  }

  .newbubbleOn {
    margin: 20% -30px 0 0;
  }

  .logoinfoblocktext {
    width: 80%;
  }

  .page-template-overviewpage-news .grid-sizer, .page-template-overviewpage-news .grid-item {
    width: 50%;
  }

  .page-template-overviewpage-news .grid {
    margin: 56px 0 0;
    width: 69%;
  }

  .page-template-overviewpage-news .newsGrid {
    width: 25%;
  }
}
/* ----------------------------------------------------------------------------1255 */
@media screen and (max-width: 1255px) {
  .meta {
    clear: both;
    float: left;
    margin: 10px 0 10px -10px;
  }
}
/* ----------------------------------------------------------------------------1240 */
@media screen and (max-width: 1240px) {
  .homenewsGridblock .grid-item, .homenewsGridblock .grid-sizer {
    width: 50%;
  }

  .newbubbleOn {
    margin: 36% -10px 0 0;
  }
}
/* ----------------------------------------------------------------------------1230 */
@media screen and (max-width: 1230px) {
	ul#menu-main li {
    font-size: 14px;
    margin: 0 0 0 20px;
  }
  .headliner br {
    display: none;
  }

  h2.sliderSlogan {
    font-size: 59px;
  }

  h3.sliderSlogan {
    font-size: 23px;
    line-height: 24px;
  }

  .slidertextblock {
    top: 55%;
  }

  .pulldownplus {
    margin: -59px 0 0 -68.5px;
    padding: 50px;
    position: absolute;
  }

  .lookingItem {
    z-index: 99999;
  }

  .stakeImage {
    width: 100%;
  }

  .staketext {
    float: left;
    width: 100%;
  }

  .downloaditem {
    width: 15%;
  }
}
/* ----------------------------------------------------------------------------1051 */
@media screen and (max-width: 1051px) {
	
  .logoinfoblocktextinner {
    float: left;
    width: 90%;
    margin-left: 10%;
  }

  .eulogoemblem {
    margin: 0 0 10px;
    width: 40%;
  }

  .logoinfoblocktext {
    width: 75%;
  }

  .blankbild {
    height: 0px !important;
    width: 0px !important;
  }

  .logoinfoblocktextinner {
    float: left;
    margin-left: 9%;
    width: 48%;
  }

  .homenewsblock .grid-item, .homenewsblock .grid-sizer {
    width: 100%;
  }

  .homenewsblock .grid-item {
    margin-right: 0%;
  }

  .lookingItem {
    width: 100%;
  }

  .teamwrapper {
    width: 90%;
  }
}
/* ----------------------------------------------------------------------------1050 */
@media screen and (max-width: 1050px) {
  iframe {
    max-width: 100%;
  }

  .CookieInfoText {
    height: 100px;
  }

  ul#menu-main li {
    font-size: 14px;
    margin: 0 0 0 20px;
  }

  .introtextbox, .innerwrap {
    width: 98%;
  }

  .overviewItem:nth-child(2n+1) .leftblock .intromainbild {
    margin: 0 0 0;
  }

  .overviewItem .intextwrapper {
    margin: 0 0 7% 50px;
  }

  .overviewItem:nth-child(2n) .leftblock .intromainbild {
    margin: 0 0 0;
  }

  .teamblock {
    margin: 0px 0;
  }

  .footerblock__ {
    margin: 20px 2% 0 10px;
  }

  #copyright {
    margin: 0 0 0 10px;
  }

  .credits {
    margin: 0 10px 0 0;
  }

  .introblock {
    margin-top: 40px;
  }

  .introblock .leftblock {
    width: 100%;
  }

  .introblock .leftblock, .introblock .rightblock {
    width: 100%;
  }

  /* ----------------------------------------------------------------------------1050 */
  /* ----------------------------------------------------------------------------940 */

  /* ----------------------------------------------------------------------------766 */
}
@media screen and (max-width: 1050px) and (max-width: 1050px) {
  .newsletterSignUpHeader {
    display: none;
  }

  .downloaditem {
    padding: 15px 4px 50px 0;
    height: auto;
  }

  .downloaditems {
    float: none !important;
    margin: 40px auto !important;
    width: 93%;
  }

  .middleblock.Contact {
    float: left;
    margin: 0 0;
    position: relative;
    width: 100%;
  }

  .homenewsGridblock .newsblockHL {
    top: 0;
  }

  .blogpostItemBig {
    width: 100%;
    float: left;
    margin: 50px 0 20px 0;
  }

  .blogpostItem {
    width: 90%;
    float: left;
    margin: 50px 0 20px 5%;
    position: relative;
  }

  .twitterbox {
    width: 100%;
    float: left;
    position: relative;
    margin: 0 0 0 0;
  }

  .twitterbox:last-child {
    margin: 0;
  }
}
@media screen and (max-width: 1050px) and (max-width: 940px) {
  .findusblock, .newsletterblock {
    width: 90% !important;
  }

  .morelink {
    max-width: 90%;
  }

  .noheadlinelooking {
    display: none;
  }

  .QMwrapper {
    margin-top: 100px;
  }

  .QMwrapper .loogingforHL {
    width: 80% !important;
  }

  .qmBox {
    float: left;
    width: 100%;
    margin: 0 3% 0 0;
    position: relative;
  }
	
	.basic-flex .qmBox {
		width: 100%;
		margin: 0 0 25px 0;
	}

  .breadHome {
    display: none;
  }

  .qmitemHeader {
    display: block;
    position: relative;
    left: 0px;
    top: 100px;
    width: 50%;
    height: auto;
    cursor: pointer;
    top: inherit !important;
    left: inherit !important;
    margin: 20px 0 30px 0px;
    float: left;
  }

  .bottomContentblock {
    position: relative;
    width: 90%;
    left: 0;
    top: inherit;
    margin: 20px 0 0 0;
  }

  .personname {
    position: absolute;
    opacity: 1;
    background: #004275;
    color: #ffffff;
    padding: 4px !important;
    height: auto !important;
    text-align: center;
    z-index: 2;
    margin: -31px 0 0px 28px;
    overflow: visible;
  }

  .QMImage .additionalinfoblock {
    position: relative;
    margin: 0 0 0px 0;
  }

  .pulldownlooking {
    display: none;
  }

  .page-template-page_startsite2018 .pulldownlooking {
    display: block;
    margin: 20px 0 0 0 !important;
  }

  .introInfotext {
    width: 100%;
    margin: 0px auto;
    text-align: center;
    position: relative;
    z-index: 99;
  }

  .bgLookingHome {
    display: none;
    margin: 0px 0 0 0;
    left: 0%;
  }

  .homeinfoHL {
    font-size: 26px !important;
    font-weight: 600;
    line-height: 27px !important;
    width: 100% !important;
    margin: 0 0 20px 0 !important;
    float: left;
  }

  .teamblock .intextwrapper {
    margin: 0% 0 7% 10px;
  }

  .overviewItem:nth-child(2n+1) .leftblock .intromainbild {
    margin: 0;
  }

  .headliner {
    margin: 0px 0 10px;
  }

  .teamblock .overviewItem {
    margin: 70px 2% 0 0;
  }

  .teamblock .morelink {
    margin: 10px 15px 15px 0;
  }

  #Mainmenu {
    position: absolute;
    right: 16px;
  }

  .lookingsubsite {
    position: absolute;
    right: inherit;
    top: 76px;
    z-index: 99;
    left: 0px;
    width: 100%;
  }

  .lookingsubsite {
    position: absolute;
    right: -1px;
    top: 76px;
    z-index: 99;
  }

  .lookingsubsite .loogingforHL {
    margin: 55px 7px 0 0;
  }

  .lookingsubsite .lookingLinkBlock {
    float: left;
    margin: 0;
    position: relative;
    width: 100% !important;
  }

  .lookingsubsite .pulldownlooking {
    float: left;
    width: 100%;
  }

  .lookingsubsite .pulldownwrapper {
    float: left;
    width: 100% !important;
  }

  .lookingsubsite .lookingItem {
    width: 19.8%;
  }

  .pulldownlooking {
    position: relative;
    z-index: 999999;
  }

  .pulldownplus {
    margin: -59px 0 0 -68.5px;
    padding: 50px;
    position: absolute;
  }

  .maincontentpart {
    padding: 90px 0;
    width: 100%;
  }

  .breadcrumbblock {
    left: 5px;
    top: 250px;
  }

  .mainHL br {
    float: left;
  }

  h2.sliderSlogan {
    font-size: 39px;
    width: 100%;
    line-height: 31px;
  }

  h3.sliderSlogan {
    font-size: 18px;
    line-height: 21px;
    width: 100%;
  }

  .lookingLinkBlock {
    width: 100%;
  }

  .lookingItem {
    width: 19.8%;
  }

  .intextwrapper {
    width: 90%;
    margin: 0px 0 0;
  }

  .leftblock .intextwrapper {
    width: 90%;
  }

  .rightblock .incontentBild {
    margin: 20px 0 0px;
  }

  .homenewsblock .lookingItem {
    width: 100%;
  }

  .newspull {
    float: left;
    margin: 3px 0 0 40px;
    padding: 0;
  }

  .newspull .lookingPulls {
    width: 115px;
  }

  .homenewsblock .lookingItem h4 {
    padding: 17px 10px;
  }

  .homenewsblock .lookingItem h4::after {
    margin: 16px 0 0 6px;
  }

  .lookingPulls li {
    padding: 1px 10px 10px 13px;
  }

  .grid-sizer, .grid-item {
    width: 50%;
  }

  .innerwrap {
    width: 98%;
  }

  .footerblock {
    margin: 20px 2% 0 10px;
  }

  .lastline {
    margin: 70px 0;
  }

  #copyright {
    margin: 0 0 0 2.5%;
  }

  .credits {
    margin: 0 10px 0 0px;
  }

  .barrierefrei {
    display: none;
  }

  .newbubbleOn {
    margin: 24% -30px 0 0;
  }

  .footersubmit {
    margin: 4px 0 0 -24px;
  }

  .footerblock h3 {
    width: 105%;
  }

  .lookingItem {
    width: 19.7%;
  }

  .lookingsubsite {
    position: absolute;
    right: -1px;
    z-index: 2147483647;
  }

  .meta {
    clear: both;
    float: left;
    margin: 0px 0 0px 0px;
  }

  .legende {
    width: 100%;
    margin: 94px 0 0 0;
    display: none;
  }

  .legendeObserver, .legendeMember {
    float: left;
    width: auto;
  }

  .legendeObserver .mapmarker {
    margin-left: 30px;
  }

  .morelink {
    width: 100%;
  }

  .NLdsvgo {
    display: block;
    position: absolute;
    font-size: 12px;
    line-height: 14px;
    top: 30px;
    background: #ffffff;
    z-index: 9999;
    padding: 20px 2px;
  }

  .newsletterblock .footersubmit {
    background: #004275 none repeat scroll 0 0;
    border: 0 none;
    color: #ffffff;
    cursor: pointer;
    font-size: 10px;
    height: 32px;
    margin: 0 0 0 0;
    padding: 0 8px;
    position: relative;
    border: 1px solid #cccccc;
  }

  .qmtext ul {
    float: left;
  }

  .qmitemHeader {
    display: none;
  }
}
@media screen and (max-width: 1050px) {
  .page-template-overviewpage-nationalnodes .Countries {
    margin: 10px 0 0;
    position: relative;
    width: 100%;
  }
	.staff-left, .staff-right {
		width: 100%;
		padding: 0;
		margin: 0 0 3em;
	}
}
@media screen and (max-width: 1050px) and (max-width: 830px) {
  .newsletterSignUpHeader {
    display: none;
  }

  div.alignleft {
    float: none;
    margin: 26px 10px 0 0;
  }

  .bannerPartRight {
    width: 95%;
    float: none;
    margin: 0 auto;
  }

  .bannerarrow {
    display: none;
  }

  .footereulogo {
    width: 100%;
    max-width: 100%;
    height: auto !important;
    display: block;
    float: left;
  }

  .bannerPartLeft {
    width: 25%;
    float: none;
    margin: 0 auto;
  }

  .bannertext {
    margin: 10px 0 0 0;
    float: left;
    width: 100%;
  }

  .newspull .lookingPulls li {
    text-align: center;
  }

  .teamblock .overviewItem {
    float: left;
    margin: 0px 0 0 0;
    width: 100%;
    min-height: 100px;
  }

  .CookieInfoText {
    height: 170px;
  }

  .homenewsblock .grid-item, .homenewsblock .grid-sizer {
    width: 100%;
  }

  .newsletterSignUpHeader span {
    display: none;
  }

  .meta {
    display: block;
    clear: none;
  }

  #Mainmenu {
    display: none;
  }

  #menu-metamenu {
    display: none;
  }

  .opneNAV #menu-metamenu {
    display: block;
  }

  #container {
    width: 96%;
  }

  .metalinebg {
    border-bottom: 1px solid #cccccc;
  }

  .scroll #header {
    height: 70px;
    max-width: 100%;
    overflow: hidden;
    position: absolute;
    top: 54px;
  }

  .opneNAV #header {
    /*top: 151px;*/
  }

  .scroll #header:hover {
    height: 70px !important;
  }

  .burgernav {
    background: #ffffff none repeat scroll 0 0;
    display: block;
    height: 20px;
    padding: 13px 13px 2px 10px;
    position: fixed;
    right: 2.5%;
    top: 67px;
    width: 20px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.27);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.27);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.27);
  }

  .metaline {
    width: 96%;
  }

  .scroll #header .logo {
    height: auto;
    left: 2.5%;
    margin: -50px 0 0 -19px;
    position: absolute;
    width: 220px;
  }

  .opneNAV .scroll #header {
    min-height: 3060px !important;
    height: 100%;
    z-index: 99999999999;
  }

  .opneNAV .scroll #search {
    margin-left: 7px;
  }

  .opneNAV .mobnavclose {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.27);
    cursor: pointer;
    display: block;
    font-size: 37px;
    font-weight: 100;
    padding: 6px 10px 13px 13px;
    position: fixed;
    right: 2.5%;
    top: 130px;
    z-index: 9999;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.27);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.27);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.27);
  }

  .opneNAV .scroll #Mainmenu {
    display: block;
    left: 0;
    margin-top: 0;
    position: absolute;
    width: 100%;
    background: #ffffff;
  }

  ul#menu-main {
    margin: 19px auto;
    width: 93%;
  }

  ul#menu-main li {
    border-bottom: 1px solid #eeeeee;
    font-size: 16px;
    margin: 0;
    padding: 9px 0;
    width: 100%;
    position: relative;
    float: left;
  }

  ul#menu-main li::after {
    display: none;
  }

  ul#menu-main li::before {
    color: #ec6707;
    content: "∨";
    font-size: 14px;
    margin: 0 10px 0 0;
  }

  ul#menu-main li:hover .sub-menu {
    background: #ffffff none repeat scroll 0 0;
    display: block;
    left: 0;
    list-style-type: none;
    margin: 0;
    padding: 10px 10px 2px;
    position: relative;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0);
  }

  ul#menu-main li .sub-menu {
    background: #ffffff none repeat scroll 0 0;
    display: none;
    left: 0;
    list-style-type: none;
    margin: 0;
    padding: 10px 10px 2px;
    position: relative;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0);
  }

  ul#menu-main li .opensub {
    display: block;
  }

  ul#menu-main li .sub-menu li {
    border-bottom: 0px solid #eeeeee;
  }

  ul#menu-main li .sub-menu li::before {
    color: #ec6707;
    content: "-";
    font-size: 14px;
    margin: 0 10px 0 0;
  }

  ul#menu-main li:last-child .sub-menu li {
    text-align: left;
  }

  #Mainmenu li:last-child .sub-menu {
    margin: 0;
  }

  .opneNAV .meta {
    background: #ffffff none repeat scroll 0 0;
    clear: both;
    display: block;
    float: left;
    margin: 5px 0 0;
    padding: 0 0 10px;
    width: 100%;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.1);
  }

  .socialbuttonBlock {
    float: right;
    margin: 12px 0 0 13px;
    position: relative;
    right: 10px;
    top: 0;
  }

  #menu-metamenu li::before {
    content: " | ";
    float: left;
    margin: 0 10px;
  }

  #menu-metamenu li {
    float: left;
    font-size: 15px;
    margin: 3px 7px 3px 0;
  }

  .opneNAV #searchform {
    margin: 8px 0 0;
  }

  #searchform {
    margin: 8px 0 0 0px;
  }

  .newbubble {
    color: #ffffff;
    float: none;
    margin: 0 auto !important;
    overflow: hidden;
    position: relative !important;
    right: inherit !important;
    text-align: center;
    z-index: 999;
  }

  .slider {
    float: left;
    margin: 0;
    max-height: 750px;
    overflow: visible;
    position: relative;
    width: 100%;
  }

  .slider .sliderSlogan br {
    float: left;
    display: none;
  }

  .datum {
    font-size: 13px;
    margin: -5px 0 23px -20px !important;
    text-align: center;
    width: 100%;
  }

  .datumort {
    width: 100%;
  }

  .datumtext {
    display: block;
    float: left;
    line-height: 12px;
    margin: 0;
    padding: 5px 0 9px;
    text-align: center;
    width: 100%;
  }

  .datestart::first-line, .dateend::first-line {
    font-size: 13px;
    font-weight: 700;
  }

  .savetocalendar {
    background: #f8f8f8 none repeat scroll 0 0;
    color: #004275;
    cursor: pointer;
    float: left;
    font-size: 13px;
    margin: -20px 0 0;
    position: absolute;
    right: 0;
  }

  .paging {
    display: none;
  }

  .slidertextblock {
    color: #333333;
    margin: 8px 0 20px;
    position: relative;
    text-align: center;
    top: 140px;
    width: 100%;
  }

  .sliderBild {
    margin: 50px 0 0 0;
    position: relative;
    top: 0;
  }

  h2.sliderSlogan {
    font-size: 29px;
    line-height: 31px;
    width: 100%;
  }

  h3.sliderSlogan br {
    float: left;
  }

  h3.sliderSlogan {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    margin: 0 auto;
    text-shadow: 0 0 15px rgba(51, 51, 51, 0);
    width: 90%;
  }

  .loogingforHL {
    background: #ffffff none repeat scroll 0 0;
    color: #333333;
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin: 0 auto;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 49%;
    z-index: 5;
  }

  .aditionalblog {
    padding: 0px;
  }

  .pulldownplus {
    display: none;
  }

  .lookingItem {
    z-index: 20;
    width: 100%;
    position: relative;
  }

  .lookingItem:hover {
    z-index: 30;
    position: relative;
  }

  .lookingItem .lookingPulls, .lookingItem:active .lookingPulls {
    height: auto;
    min-height: 70px;
  }

  .lookingPulls {
    position: relative;
  }

  .lookingLinkBlock {
    margin: 10px auto 0;
  }

  .lookingLinkBlock {
    width: 60%;
  }

  .leftblock, .rightblock {
    float: left !important;
    position: relative;
    width: 100% !important;
  }

  .single-blog .blogmainbild {
    width: 100%;
    height: auto;
  }

  .leftblock .intextwrapper {
    clear: both;
    float: left !important;
    width: 90% !important;
  }

  .headliner br {
    float: left;
  }

  .grid-sizer, .grid-item {
    width: 100%;
  }

  .euromap {
    display: none;
  }

  .euromapblock {
    background: #ffffff !important;
  }

  .Countries {
    margin: 10px 0 0;
    position: absolute;
    width: 100%;
  }

  .CountriesTop {
    float: left;
    left: 0;
    margin: 9px 0 30px -1px !important;
    position: relative !important;
    z-index: 20;
  }

  .Countries .lookingItem, .lookingPulls {
    width: 100%;
  }

  .footerblock {
    float: left !important;
    width: 100% !important;
  }

  .footerBlock2, .footerBlock3, .newsletterblock, .findusblock {
    width: 100% !important;
  }

  .newsletterblock {
    clear: both;
  }

  .sociallinksfooter {
    float: left;
    padding-top: 9em;
    margin: 22px 0 0 10px;
  }

  .footerinput {
    width: 240px;
    border-radius: 0px;
  }

  .credits {
    float: right;
    line-height: 11px;
    margin: 3px 2.5% 0 0 !important;
    text-align: right;
    width: 30%;
  }

  .lookingsubsite .loogingforHL {
    margin: 55px 0 0;
    text-align: center;
    width: 100%;
  }

  .lookingsubsite .pulldownwrapper {
    float: none !important;
    margin: 0 auto;
    width: 60% !important;
  }

  .lookingsubsite .lookingItem {
    width: 98% !important;
  }

  .lookingItem {
    width: 98% !important;
  }

  .lookingItem h4 {
    font-size: 12px;
    font-weight: 700;
    padding: 6px 0;
  }

  .introblock:fist-child {
    margin-top: 262px;
  }

  .breadcrumbblock {
    display: none;
  }

  .mainHL br {
    float: left;
  }

  .intromainbild {
    width: 100% !important;
  }

  .headliner {
    margin: 20px 0 -10px;
  }

  .overviewItem .intextwrapper {
    margin: 0 0 7% 5px;
  }

  .overviewItem:nth-child(2n) .rightblock .intextwrapper {
    float: left;
  }

  .maincontentpart {
    padding: 20px 0;
    width: 100%;
  }

  .crosslink {
    float: left;
    margin: 5px 0 5px 5px;
    width: 48%;
  }

  .maycontentblock {
    float: left;
    height: auto !important;
    padding: 0 0 40px;
    width: 100%;
  }

  .stakeItem {
    float: left;
    width: 100%;
  }

  .morelink {
    float: left;
    margin: 30px 0px 15px 0;
    width: 100%;
  }

  .contentVariation .ContentBoxItem .morelink {
    float: none;
  }

  .teamblock .overviewItem:nth-child(2n) .rightblock .intextwrapper {
    margin-top: 0;
  }

  .introblock:first-child {
    margin-top: 40px;
  }

  .mainHL {
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
  }

  .variablecontent .introblock:first-child {
    margin-top: 0px;
  }

  h3 {
    width: 98%;
  }

  .form1 .wdform-element-section, .form1 textarea, .page .form1 .wdform-element-section input {
    min-width: 90% !important;
    max-width: 90% !important;
    width: 90% !important;
  }
}
@media screen and (max-width: 1050px) {
  .form1 .wdform-field {
    min-width: auto !important;
    padding: 0 !important;
    width: 100% !important;
  }
}
@media screen and (max-width: 1050px) {
  .form1 .wdform-element-section {
    display: block !important;
    width: 89% !important;
    min-width: 89% !important;
    text-align: left !important;
  }
}
@media screen and (max-width: 1050px) {
  .form1 .wdform-page-and-images {
    border: 0 solid #000 !important;
    padding-left: 0 !important;
    width: 100%;
  }
}
@media screen and (max-width: 1050px) {
  .form1 .wdform-label-section {
    display: block !important;
    text-align: left;
    width: 100% !important;
  }
}
@media screen and (max-width: 1050px) {
  .form1 .wdform-field {
    display: block !important;
    padding: 5px 0;
  }
}
@media screen and (max-width: 1050px) {
  .form1 .wdform_section {
    display: block;
  }
}
@media screen and (max-width: 1050px) {
  .form1 .wdform_column {
    padding-right: 0 !important;
    width: 300px !important;
  }
}
@media screen and (max-width: 1050px) {
  td {
    display: block;
    padding: 0 20px 0 0;
    vertical-align: top;
  }
	.datepicker-days td {
		display: table-cell!important;
	}
}
@media screen and (max-width: 1050px) {
  .additionalLeft {
    float: left;
    margin: 50px 0 0;
    width: 95%;
  }
}
@media screen and (max-width: 1050px) {
  .additionalright {
    float: left;
    margin: 30px 0 0;
    width: 95%;
  }
}
@media screen and (max-width: 1050px) {
  .downloaditem {
    width: 100%;
  }
}
@media screen and (max-width: 1050px) {
  .downloaditems {
    float: left;
    margin: 20px 0;
    width: 85%;
  }
}
@media screen and (max-width: 1050px) {
  .headliner {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 1050px) {
  .downloadrow {
    padding: 20px 2%;
  }
}
@media screen and (max-width: 1050px) {
  .faqblock .downloadrowOn h2 {
    display: block;
    float: none;
    margin: 0 auto !important;
    width: 100%;
  }
}
@media screen and (max-width: 1050px) {
  .answertesxt {
    float: left;
    width: 100%;
  }
}
@media screen and (max-width: 1050px) {
  .trans {
    opacity: 1;
    max-height: fit-content;
  }
}
@media screen and (max-width: 1050px) {
  .newspull {
    float: left;
    margin: -19px 0 0 40px;
    float: none;
    margin: 0;
  }
}
@media screen and (max-width: 1050px) {
  .newspull .lookingPulls {
    width: 100%;
  }
}
@media screen and (max-width: 1050px) {
  .grid-item {
    margin: 40px 0 0;
  }
}
@media screen and (max-width: 1050px) {
  .gridInnerItem {
    border-bottom: 25px solid #ffffff;
    border-right: 0px solid #ffffff;
  }
}
@media screen and (max-width: 1050px) {
  ul, ol {
    margin: 10px 0 0;
    padding: 0 0 0 0px;
  }
}
@media screen and (max-width: 1050px) {
  .showmorenews a {
    background: #f8f8f8 none repeat scroll 0 0;
    color: #666666;
    display: block;
    font-size: 12px;
    line-height: 14px;
    min-width: 0;
    padding: 20px 10px;
    text-align: left;
    transition: all 200ms ease 0s;
    width: 100%;
  }
}
@media screen and (max-width: 1050px) {
  .oldernews {
    float: right;
    margin: 0 6.5% 0 0;
  }
}
@media screen and (max-width: 1050px) {
  .grid {
    margin: 56px 0 0;
    width: 100%;
  }
}
@media screen and (max-width: 1050px) {
  .homenewsblock .newsblockHL h2 {
    margin: 5px 0 10px;
    text-align: left;
    width: 100%;
  }
}
@media screen and (max-width: 1050px) {
  #searchform input#searchsubmit {
    margin: 14px 0 0 142px;
  }
}
@media screen and (max-width: 1050px) {
  .home .maincontentpart {
    margin: 110px 0 40px;
  }
}
@media screen and (max-width: 1050px) {
  .pulldownlooking {
    float: left;
    height: 500px;
    margin: 60px 0;
    width: 100%;
  }
}
@media screen and (max-width: 1050px) {
  .home .incontentBild {
    float: left;
    width: 100%;
  }
}
@media screen and (max-width: 1050px) {
  .homenewsblock {
    float: left;
    margin: 29px 0 0;
    overflow: hidden;
    padding: 20px 0 0;
    width: 100%;
  }
}
@media screen and (max-width: 1050px) {
  .home .newsblockHL {
    margin: 0;
  }
}
@media screen and (max-width: 1050px) {
  .lookingItem h4::after {
    content: "";
  }
}
@media screen and (max-width: 1050px) {
  .homenewsblock .lookingItem h4 {
    padding: 10px;
  }
}
@media screen and (max-width: 1050px) {
  .eventdatumsblock .savetocalendar {
    float: left;
    height: 10px !important;
    margin: 0 45px 50px 0;
    position: relative;
  }
}
@media screen and (max-width: 1050px) {
  .headliner br, .textblock br, .introblock br, .gridInnerItem br {
    float: left;
    display: none;
  }
}
@media screen and (max-width: 1050px) {
  .overviewblock .leftblock .intromainbild {
    max-width: 100%;
  }
}
@media screen and (max-width: 1050px) {
  .overviewblock .intextwrapper {
    margin: 130px 0 0 10px;
    width: 100%;
  }
}
@media screen and (max-width: 1050px) {
  .aktionblock {
    clear: both;
    float: left;
    margin: 0 0 35px;
    width: 100%;
  }
}
@media screen and (max-width: 1050px) {
  .stakeItem {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 1050px) {
  #footer {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 1050px) {
  .mayalso .rightblock .itemTextblock {
    width: 100%;
  }
}
@media screen and (max-width: 1050px) {
  .overviewItem .intextwrapper {
    margin: 0 0 0 5px;
  }
}
@media screen and (max-width: 1050px) {
  .overviewblock {
    margin: 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 1050px) {
  .breacrumb ul li ul li.current-menu-item {
    display: none;
  }
}
@media screen and (max-width: 1050px) {
  .additionalinfoblock {
    padding: 10px 0;
  }
}
@media screen and (max-width: 1050px) {
  .additionalLeft {
    float: left;
    margin: 10px 0 0;
    width: 100%;
  }
}
@media screen and (max-width: 1050px) {
  .wpcf7-form-control-wrap input {
    min-width: 10px !important;
    padding: 10px 0px !important;
    width: 100%;
  }
}
@media screen and (max-width: 1050px) {
  .wpcf7-form-control-wrap .wpcf7-textarea {
    min-width: 10px !important;
    padding: 10px 0px !important;
    width: 100%;
    height: 50px !important;
  }
}
@media screen and (max-width: 1050px) {
  .wpcf7-form-control-wrap label {
    display: block;
    clear: both;
    width: 100%;
  }
}
@media screen and (max-width: 1050px) {
  .wpcf7-form-control-wrap {
    float: none;
    display: block;
  }
}
@media screen and (max-width: 1050px) {
  .grid-item {
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 1050px) {
  .page-template-overviewpage-news .newspull {
    float: left;
    margin: 3px 0 0;
    padding: 0;
    position: relative;
    width: 100%;
  }
}
@media screen and (max-width: 1050px) {
  .maincontentpart {
    margin: 0;
    min-height: 50px;
  }
}
@media screen and (max-width: 1050px) {
  .single .introblock .datum {
    background: #004275 none repeat scroll 0 0;
    bottom: 0;
    color: #ffffff;
    float: left;
    font-size: 13px;
    left: 4%;
    margin: 30px 0 0 0;
    overflow: hidden;
    position: relative;
    right: inherit;
    text-align: center;
    width: 110%;
  }
}
@media screen and (max-width: 1050px) {
  .serachteasertext {
    float: left;
    height: auto;
    overflow: hidden;
  }
}
@media screen and (max-width: 1050px) {
  .search-results .introblock article .readmorelink {
    bottom: 0;
    display: block;
    float: left;
    left: 0;
    padding: 10px 0;
    position: relative;
    width: 100%;
  }
}
@media screen and (max-width: 1050px) {
  .search-results .introblock article {
    border-bottom: 1px dotted #cccccc;
    float: left;
    margin-bottom: 20px;
    min-height: 90px;
    position: relative;
  }
}
@media screen and (max-width: 1050px) {
  .search .introblock #searchform input.text {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 1px solid #d5d5d5;
    color: #666666;
    font-style: italic;
    padding: 15px;
    width: 133%;
  }
}
@media screen and (max-width: 1050px) {
  .search .introblock #searchform input#searchsubmit {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 solid #d5d5d5;
    cursor: pointer;
    left: 0;
    margin: -30px 0 0 207px;
    position: absolute;
    top: inherit;
  }
}
@media screen and (max-width: 1050px) {
  .contactboxenwrapper .itemTextblock {
    float: left;
    height: 210px;
    margin: 0 5% 40px 0;
    overflow: hidden;
    width: 29%;
  }
}
@media screen and (max-width: 1050px) {
  #footer {
    margin: 100px 0 0;
  }
}
@media screen and (max-width: 1050px) {
  img {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 1050px) {
  img {
    max-height: auto !important;
    height: auto !important;
  }
}
@media screen and (max-width: 1050px) {
  .pulldownlooking {
    float: left;
    height: auto;
    margin: 60px 0;
    width: 100%;
  }
}
@media screen and (max-width: 1050px) {
  .home .maincontentpart {
    margin: 0px 0 0px;
  }
}
@media screen and (max-width: 1050px) {
  .homenewsGridblock .gridInnerItem {
    border-right: 0px solid #ffffff;
  }
}
@media screen and (max-width: 1050px) {
  .homenewsblock {
    margin: 69px auto;
    width: 98%;
    float: none;
  }
}
@media screen and (max-width: 1050px) {
  .boxRight {
    float: right;
  }
}
@media screen and (max-width: 1050px) {
  .itemTextblock {
    min-height: 1px;
  }
}
@media screen and (max-width: 1050px) {
  .homenewsblock .lookingItem h4 {
    padding: 5px;
  }
}
@media screen and (max-width: 1050px) {
  #footer p {
    margin: 0px 0 0;
  }
}
@media screen and (max-width: 1050px) {
  .opneNAV #menu-metamenu {
    display: block;
    position: absolute;
    z-index: 10000000000000002000000000000;
  }
}
@media screen and (max-width: 1050px) {
  .opneNAV .scroll #header {
    margin: 70px 0 0 0;
  }
}
@media screen and (max-width: 1050px) {
  .opneNAV .meta {
    background: #ffffff none repeat scroll 0 0;
    clear: both;
    display: block;
    float: left;
    margin: 5px 0 0;
    padding: 0 0 10px;
    width: 100%;
    height: 65px;
    margin: 12px 0 0 0;
  }
}
@media screen and (max-width: 1050px) {
  .opneNAV .socialbuttonBlock {
    margin: -34px 0 0 13px;
  }
}
@media screen and (max-width: 1050px) {
  .meta {
    float: right;
  }
}
@media screen and (max-width: 1050px) {
  .page-template-overviewpage-news .grid {
    margin: 56px 0 0;
    width: 100%;
  }
}
@media screen and (max-width: 1050px) {
  .page-template-overviewpage-news .grid-sizer, .page-template-overviewpage-news .grid-item {
    width: 100%;
  }
}
@media screen and (max-width: 1050px) {
  .itemTextblock {
    min-height: 1px;
    height: auto;
    display: block;
    float: left;
  }
}
@media screen and (max-width: 1050px) {
  .page-template-overviewpage-news .grid {
    margin: 20px 0 0;
    width: 100%;
    float: left;
  }
}
@media screen and (max-width: 1050px) {
  .newsGrid {
    border-left: 0px !important;
  }
}
@media screen and (max-width: 1050px) {
  .newsGrid .grid-sizer, .grid.newsGrid .grid-item {
    width: 100%;
    margin-left: 0;
    margin-bottom: 50px;
    float: left;
    position: relative;
    left: inherit !important;
    top: inherit !important;
    position: relative !important;
    padding: 0 0 0 0;
  }
}
@media screen and (max-width: 1050px) {
  .archive .newspull {
    float: left;
    margin: 6px 0 0 0;
    position: relative;
    width: 100%;
  }
}
@media screen and (max-width: 1050px) {
  .lookingsubsite {
    z-index: 999;
  }
}
@media screen and (max-width: 1050px) {
  .footerBlock2____, .footerBlock3_____ {
    width: 45% !important;
  }
}
@media screen and (max-width: 1050px) {
  .footersubmit {
    margin: 0px 0 0 -26px;
  }
}
@media screen and (max-width: 1050px) {
  .footerblock {
    width: 28%;
  }
	ul#menu-main li {
    font-size: 13px;
    margin: 0 0 0 10px;
  }
}
@media screen and (max-width: 766px) {
  .downloadrow {
    height: auto;
  }

  .downloadrow h2::after {
    display: none;
  }

  .downloadrow .downloaditems {
    display: none;
  }

  .downloadrow.downloadrowOn .downloaditems {
    display: block;
  }

  html, body {
    padding: 0;
  }

  .homenewsblock {
    margin: 10px auto;
  }

  .homenewsGridblock .gridInnerItem {
    border-bottom-width: 1px;
  }

  #copyright {
    max-width: 42%;
  }

  .maycontentblock {
    padding: 4px 11px 3px;
    box-sizing: border-box;
  }

  .footerinput {
    width: 234px;
  }

  .CookieInfoText {
    height: auto;
  }

  .scroll #header {
    position: relative;
    top: 16px;
  }

  .sliderBild {
    margin-top: 0;
  }

  .single .introblock .datum {
    width: 92%;
  }

  .opneNAV body.scroll {
    padding-top: 95px;
  }

  .opneNAV .scroll #header {
    margin: 0;
  }

  .contactboxenwrapper .itemTextblock {
    float: left;
    height: auto;
    margin: 0 5% 40px 0;
    overflow: hidden;
    width: 95%;
  }

  .boxLeft {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    position: relative;
  }

  .boxRight {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    position: relative;
  }

  .BoxBild {
    float: left;
    display: block;
    height: auto;
    margin: 0px 0;
    width: 100% !important;
  }

  .blogpostItemBig, .blogpostItem {
    width: 100%;
    margin: 20px 0 20px 0;
    width: calc(100% - 1rem);
    border-bottom: 1px solid #000;
    padding: 10px 0 10px 0;
  }

  .blogpostItemBig {
    background-color: #004275;
    -webkit-box-shadow: 0px 10px 14px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0px 10px 14px 0px rgba(50, 50, 50, 0.3);
    box-shadow: 0px 10px 14px 0px rgba(50, 50, 50, 0.3);
  }

  .blogitemLayertext {
    position: relative;
    z-index: 5;
    bottom: 0;
    background-color: rgba(0, 66, 117, 0.8);
    color: #ffffff;
    width: 96%;
    padding: 2%;
    left: inherit;
    margin: 0px 0 0px 0;
  }

  .single-blog .rightpart {
    width: 100%;
    float: left;
    margin: 30px 0 0 0;
  }

  .EventscatHL {
    display: none;
  }

  .datum {
    margin: -5px 0 23px 0px !important;
    width: 50%;
    float: right;
    right: 0px;
    display: block;
  }

  .newsprevimagebox, .grid-item img {
    float: left;
    margin-top: 20px;
    height: auto;
  }

  .itemTextblock {
    width: 95%;
  }

  archive .grid-sizer, .archive .grid-item {
    width: 100%;
  }

  .logoinfoblocktextinner {
    float: left;
    margin-left: 0px;
    width: 100%;
  }

  .logoinfoblocktext {
    width: 95%;
  }

  .downloaditem {
    height: auto;
    padding-bottom: 30px;
    box-sizing: border-box;
  }

  .downloaditems {
    width: 96%;
  }

  .downloadrow h2::before {
    content: "+";
    display: block;
    float: left;
    font-size: 19px;
    position: absolute;
    left: 10px;
    top: 22px;
    width: 50px;
  }

  .downloadrow h2 {
    padding: 0 0 0 30px;
  }

  .downloaditems {
    width: 79%;
    margin-top: 15px !important;
  }

  .blogpostItem .blogBacklink {
    margin-bottom: 10px;
  }

  .sidebarbox, .blogsidebar .sidebarbox {
    margin: 0 0 16px 0;
    padding: 16px;
  }

  .homenewsGridblock .grid-item img {
    width: 98%;
  }

  .footerBlock4.footerblock {
    width: 79% !important;
  }
}
@media screen and (max-width: 480px) {
  .newsletterSignUpHeader {
    display: none;
  }

  .sliderItem {
    margin-bottom: 2%;
  }

  .slidertextblock {
    top: 200px;
    position: absolute;
  }

  .opneNAV #branding {
    display: none;
  }

  .opneNAV .mobnavclose {
    top: 2px;
    right: 0px;
    width: 48px;
    text-align: center;
  }

  .blogpostItemBig, .blogpostItem {
    border-bottom: 1px solid #000;
    padding: 0 0 40px 0;
    margin: 0 0 40px 0;
  }

  .sociallinksfooter {
    padding-top: 9em;
  }
}
/*DSGVO Text Newsletter in Blog Overview*/
.page-template-page-blogoverview .sidebarboxContent form .NLdsvgo {
  display: block;
  position: inherit;
  background: inherit;
  padding: 0;
  top: inherit;
  z-index: inherit;
  line-height: 10px;
  font-size: 10px;
  width: 90%;
  margin: 10px auto;
  text-align: center;
}

.lc-headline {
  clear: both;
}
.lc-headline .additionalinfoblock {
  padding-bottom: 0px;
}

.lc-text img.aligncenter {
  display: block;
  margin: 0 auto;
}
.lc-text h2 {
  width: 100%;
  color: #FF5C00;
  margin: 20px 0 10px 0;
  text-align: center;
}
.lc-text p {
  margin-top: 20px;
}
.lc-text ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.lc-text ul li {
  position: relative;
  float: left;
  width: 90%;
  padding: 0 0 0 30px;
  margin: 10px 0 20px 0;
  background-image: url("img/liarrow.png");
  background-repeat: no-repeat;
  background-size: auto;
}
.lc-text ul li a {
  border-bottom: 1px solid #cccccc;
}

.accordion {
  display: flex;
  margin-bottom: 80px;
  margin-left: -30px;
  margin-right: -30px;
  clear: both;
  flex-wrap: wrap;
}
.accordion .text {
  max-width: 450px;
  padding-right: 40px;
  margin-left: 30px;
}
.accordion .expanders {
  min-width: 300px;
  width: 100%;
  max-width: 500px;
  margin-left: 30px;
  margin-right: 30px;
}
.accordion .expanders.order-first {
  order: -1;
}
.accordion .expander {
  border: 1px solid #CCCCCC;
  background-color: white;
  padding: 17px 20px;
  font-size: 14px;
  position: relative;
  margin-bottom: 20px;
}
.accordion .expander .close-btn {
  position: absolute;
  width: 60px;
  height: 60px;
  background: #CCCCCC;
  right: 0;
  top: 0;
  cursor: pointer;
}
.accordion .expander .close-btn span {
  border-top: 2px solid #EB690B;
  width: 20px;
  display: block;
  position: absolute;
  left: 20px;
  top: 30px;
}
.accordion .expander .close-btn span:nth-child(2) {
  transform: rotate(90deg);
}
.accordion .expander blockquote {
  font-style: normal;
}
.accordion .expander blockquote span {
  font-weight: 700;
}
.accordion .expander .title {
  font-weight: 700;
  font-size: 19px;
}
.accordion .expander .pubdate, .accordion .expander .version {
  display: none;
}
.accordion .expander .file-container {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  height: 50px;
  align-items: center;
  font-size: 19px;
  display: none;
  margin-bottom: 20px;
}
.accordion .expander .file-container.pdf:before {
  content: url("img/pdficon.svg");
  margin-right: 20px;
  position: relative;
  top: 3px;
}
.accordion .expander.active {
  background-color: #F8F8F8;
}
.accordion .expander.active .file-container {
  display: flex;
}
.accordion .expander.active .pubdate, .accordion .expander.active .version {
  display: block;
}
.accordion .expander.active .close-btn span:nth-child(2) {
  display: none;
}

.crumbs a {
  margin-right: 5px;
}
.crumbs a:after {
  content: " - ";
  margin: 0 3px 0 6px;
  color: #333333;
}
.crumbs a.current {
  color: #EB690B;
}
.crumbs a.current:after {
  content: "";
}

.library {
  box-sizing: border-box;
  clear: both;
}
@media only screen and (min-width: 600px) {
  .library .innerwrap #app {
    display: flex;
  }
}
.library .showhide {
  padding: 10px 20px;
  background: #004280;
  margin-bottom: 20px;
  display: block;
  text-align: center;
  color: white;
  font-size: 18px;
  cursor: pointer;
}
@media only screen and (min-width: 600px) {
  .library .showhide {
    display: none;
  }
}
.library .filter {
  display: none;
}
@media only screen and (min-width: 600px) {
  .library .filter {
    width: 369px;
    display: block;
  }
  .library .filter .showhide {
    display: none;
  }
}
.library .filter.show {
  display: block;
}
.library .results {
  width: 100%;
}
.library .expander {
  border: 1px solid #CCCCCC;
  background-color: white;
  padding: 17px 20px;
  font-size: 14px;
  min-height: 26px;
  position: relative;
  margin-bottom: 20px;
}
.library .expander .close-btn {
  position: absolute;
  width: 60px;
  height: 60px;
  background: #F8F8F8;
  right: -1px;
  top: -1px;
  cursor: pointer;
  border: 1px solid #CCCCCC;
}
.library .expander .close-btn span {
  border-top: 2px solid #EB690B;
  width: 20px;
  display: block;
  position: absolute;
  left: 20px;
  top: 30px;
}
.library .expander .close-btn span:nth-child(2) {
  transform: rotate(90deg);
}
.library .expander .files {
  display: none;
  align-items: center;
  color: #004280;
  border-bottom: 1px solid #CCCCCC;
  padding: 10px 0px;
}
@media only screen and (min-width: 600px) {
  .library .expander .files {
    margin-right: 100px;
  }
}
.library .expander .files:last-child {
  border-bottom: none;
}
.library .expander .files .icon {
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.library .expander .files .icon.pdf:before {
  content: url("img/pdficon.svg");
}
.library .expander .files .icon.link:before {
  content: url("img/filelink.svg");
}
.library .expander .files .icon.video:before {
  content: url("img/filevideo.svg");
}
.library .expander .title {
  font-weight: 700;
  font-size: 19px;
  text-transform: uppercase;
}
.library .expander.active {
  background-color: #F8F8F8;
}
.library .expander.active .title {
  margin-bottom: 30px;
}
.library .expander.active .close-btn {
  background: white;
}
.library .expander.active .close-btn span:nth-child(2) {
  display: none;
}
.library .expander.active .files {
  display: flex;
}
.library .expander.active .subtitle {
  display: block;
}
.library .filter-container {
  margin-bottom: 30px;
}
.library .filter-container .title {
  font-weight: 700;
  margin-bottom: 20px;
}
.library .filter-container .checkbox-container {
  display: flex;
  margin-bottom: 10px;
}
.library .filter-container .checkbox-container .checkbox {
  width: 20px;
  height: 20px;
  border: 1px solid #707070;
  margin-right: 10px;
}
.library .filter-container .checkbox-container .checkbox.checked {
  background-image: url("img/checkmark.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.library .filter-container .options {
  border-left: 2px solid #004280;
  padding-left: 10px;
}
.library .input-container {
  position: relative;
  width: 80%;
}
.library .input-container:after {
  content: url("img/searchicon.svg");
  position: absolute;
  top: 20px;
  right: 0px;
}
.library input {
  border: 1px solid #CCCCCC;
  height: 60px;
  width: 100%;
  padding-left: 20px;
  margin-bottom: 20px;
}
.library .list-item {
  color: #004280;
  padding: 10px 0px;
  border-bottom: 1px solid #CCCCCC;
  margin-right: 30px;
  font-weight: 400;
  font-size: 19px;
}

.searchapp .main {
  display: block;
  align-items: center;
}
@media only screen and (min-width: 600px) {
  .searchapp .main {
    display: flex;
  }
}
.searchapp .main .input-container {
  position: relative;
  width: 320px;
  max-width: 100%;
  margin-top: 10px;
}
@media only screen and (min-width: 600px) {
  .searchapp .main .input-container {
    margin-top: 0;
    margin-left: 30px;
  }
}
.searchapp .main .input-container:after {
  content: url("img/searchicon.svg");
  position: absolute;
  top: 20px;
  right: 0px;
}
.searchapp .main .input-container input {
  border: 1px solid #CCCCCC;
  height: 60px;
  width: 100%;
  padding-left: 20px;
  color: #EB690B;
  text-transform: uppercase;
  font-size: 29px;
  font-family: inherit;
  font-weight: 300;
}

@media only screen and (min-width: 600px) {
  .search .innerwrap {
    display: flex;
  }
}
.search .hr {
  border-top: 1px solid #CCCCCC;
  margin-bottom: 10px;
  margin-top: 10px;
}
.search .search-result {
  background-color: #F8F8F8;
  padding: 17px 20px;
  font-size: 19px;
  min-height: 26px;
  position: relative;
  margin-bottom: 20px;
  border: 1px solid #CCCCCC;
  word-break: break-word;
}
.search .search-result .title {
  font-weight: 700;
  margin-bottom: 10px;
}
.search .search-result .icon {
  margin-right: 10px;
  position: relative;
  top: 3px;
  display: inline-block;
  margin-top: 10px;
}
.search .search-result .icon:before {
  content: url("img/readmoreicon.png");
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 5em;
  height: 5em;
  right: 20px;
  bottom: -40px;
}

.loader {
  margin: 60px auto;
  font-size: 10px;
  position: absolute;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(0, 66, 128, 0.2);
  border-right: 1.1em solid rgba(0, 66, 128, 0.2);
  border-bottom: 1.1em solid rgba(0, 66, 128, 0.2);
  border-left: 1.1em solid #004280;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.subtitle {
  font-weight: 700;
  margin: 10px 0px;
  display: none;
}

.contactboxenwrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  float: none;
  clear: both;
}
.contactboxenwrapper .itemTextblock {
  float: none;
  height: auto;
  margin: 0;
  margin-bottom: 20px;
  overflow: hidden;
  width: 100%;
}
@media only screen and (min-width: 760px) {
  .contactboxenwrapper .itemTextblock {
    width: 33%;
    margin: 0;
    padding-right: 5%;
    box-sizing: border-box;
    margin-bottom: 40px;
  }
}

/*# sourceMappingURL=style.css.map */

/* Fix nav button bug on scrolled header */
html:not(.opneNAV) .scroll #Mainmenu li.mainmenu-primary a {
	background: transparent; 
}


/* frontpage button */

.elsi__home-button {
  display: inline-block;
  margin: 30px auto;
  color: #ec6707;
  word-break: break-word;
  transition: all 400ms;
}

.elsi__home-button__icon {
  display: block;
  margin: -6px 10px 0 0;
  padding: 10px 12px 10px 13px;
  border-radius: 200px;
  text-align: center;
  background: #ec6707 none repeat scroll 0 0;
  float: left;
}

.elsi__home-button>a:hover .elsi__home-button__icon, .elsi__home-button>a:focus .elsi__home-button__icon {
  background: #004275;
}

/* variable content accordion */

.variablecontent__accordions:before {
	content: '';
	clear: both;
}

.variablecontent__accordion {
	margin-bottom: 20px;
}

.variablecontent__accordion__title {
	margin: 0;
}

.variablecontent__accordion__button {
	display: block;
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	font-size: 21px;
    font-weight: 700;
	line-height: 24px;
    text-transform: uppercase;
	font-family: "Source Sans Pro", sans-serif;
	cursor: pointer;
}

.variablecontent__accordion__icon {
	display: inline-flex;
	width: 30px;
	height: 30px;
	align-items: center;
	justify-content: center;
    margin: 0 20px 0 0px;
    border-radius: 200px;
	background-color: rgba(236, 103, 7, 0.9);
	transform: rotate(90deg);
	transition: all 0.2s ease; 
}
.variablecontent__accordion__button img {
	transform: translateX(1px);
}
.variablecontent__accordion__button:hover .variablecontent__accordion__icon {
	background-color: #ec6707;
}

.variablecontent__accordion__button.is_active .variablecontent__accordion__icon {
	transform: rotate(-90deg);
}

.variablecontent__accordion__button.is_active .variablecontent__accordion__icon img {
	transform: translateX(0);
}

.variablecontent__accordion__content {
	height: 0;
	overflow: hidden;
	transition: height 0.2s;
    will-change: height;
	box-sizing: initial;
	opacity: 0;
	visibility: hidden;
}

.variablecontent__accordion__content.is_active {
	height: auto;
	overflow: visible;
	opacity: 1;
	padding: 40px 0 0 0;
	visibility: visible;
}

.variablecontent__accordion__content .maincontentpart:last-child {
	margin-bottom: 0;
}