/*
 *	THEME
 *		- BASICS
 *			+Helpers
 *			+Formatting
 *		- WRAPPING
 *		- HEADER
 * 		- CONTENT
 * 		- FOOTER
 * 		- MODULES
 ================================================ */
/*
 * BASICS
 =============================== */
.show_mobile {
  display: none !important;
}
.show_desktop {
  display: block !important;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
:focus {
  outline: 0;
}
html,
body {
  min-width: 260px;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}
body {
  background-color: #fff;
  font-size: 100%;
  font-family: Helvetica, Arial, sans-serif;
  min-width: 320px;
  overflow-x: hidden;
  position: relative;
}
body.no_keyvisual #header {
  border-bottom: 1px solid #e5e5e5;
}
body.no_keyvisual .section {
  padding: 60px 0;
}
/* Helpers
 ------------------ */
.clearfix {
  zoom: 1;
}
.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
  border-spacing: 0;
}
.clearfix:after {
  clear: both;
}
.clear {
  clear: both;
}
.left,
.float {
  float: left;
}
.right {
  float: right;
}
.alignleft {
  float: left;
  margin: 0 30px 30px;
}
.alignright {
  float: right;
  margin: 0 0 30px 30px;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.block {
  display: block;
}
.table {
  display: table;
}
.table >* {
  display: table-cell;
}
.break_transition,
.break_transition * {
  -webkit-transition: none !important;
  transition: none !important;
}
.no-margin {
  margin: 0 !important;
}
.no-margin-top {
  margin-top: 0 !important;
}
.no-margin-right {
  margin-right: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.no-margin-left {
  margin-left: 0 !important;
}
/* Formatting
 ------------------ */
/* Links */
a {
  text-decoration: none;
  color: #0071b8;
  outline: 0;
}
a.tel,
a.email {
  color: #445052;
}
a.tel:before,
a.email:before {
  color: #0071b8;
}
img {
  height: auto;
  max-width: 100%;
}
/* Text */
h1,
h2 {
  font-weight: 300;
  color: #0071b8;
  line-height: 1.4;
}
h1 {
  font-size: 24px;
  margin-bottom: 30px;
}
h2 {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 10px;
}
h3 {
  font-size: 22px;
  margin: 60px 0 0;
  line-height: 1.5;
}
p {
  font-size: 17px;
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 30px;
}
strong {
  font-weight: bold;
  color: #555;
}
small {
  font-size: 12px;
}
sub,
sup {
  font-size: 57%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -1.2em;
  left: -0.2em;
}
sub {
  bottom: -0.25em;
}
hr,
br.seperator {
  zoom: 1;
  clear: both;
  margin: 20px 0;
}
hr:after,
br.seperator:after,
hr:before,
br.seperator:before {
  content: "";
  display: table;
  border-spacing: 0;
}
hr:after,
br.seperator:after {
  clear: both;
}
/* Lists */
ul,
ol {
  list-style: none;
}
button {
  cursor: pointer;
  display: block;
  background: none;
  border: 0;
  padding: 0;
}
button:focus {
  border: none;
  outline: none;
}
.primary-color {
  color: #0071b8;
}
.secondary-color {
  color: #445052;
}
.tertiary-color {
  color: #eff1f2;
}
/*
 * WRAPPING
 =============================== */
.wrapper {
  max-width: 1200px;
  min-width: 260px;
  height: 100%;
  margin: 0 auto;
  padding: 0 30px;
  zoom: 1;
}
.wrapper:after,
.wrapper:before {
  content: "";
  display: table;
  border-spacing: 0;
}
.wrapper:after {
  clear: both;
}
.fullwidth {
  width: 100%;
  zoom: 1;
}
.fullwidth:after,
.fullwidth:before {
  content: "";
  display: table;
  border-spacing: 0;
}
.fullwidth:after {
  clear: both;
}
/*
 * HEADER
 =============================== */
.wsv-logo {
  background-image: url("../img/wsv_logo.svg");
  background-repeat: no-repeat;
  background-position: top left;
  -ms-background-size: contain;
  background-size: contain;
  text-indent: -9999px;
  white-space: nowrap;
  display: block;
}
.wsv-logo.sw {
  background-image: url("../img/wsv_logo_sw.svg");
}
#header {
  padding: 30px 0;
  height: 130px;
  position: fixed;
  zoom: 1;
  z-index: 999;
  top: 0;
  background: #fff;
  background: rgba(255,255,255,0.9);
  min-width: 320px;
}
#header:after,
#header:before {
  content: "";
  display: table;
  border-spacing: 0;
}
#header:after {
  clear: both;
}
#header .head-logo {
  font-size: 42px;
  margin: 0;
}
#header .head-logo a {
  width: 210px;
}
.nav-wrapper {
  margin-top: 18px;
}
.nav-open {
  overflow: hidden;
  position: fixed;
}
.nav-open #footer,
.nav-open #main {
  left: 80%;
}
.nav-open #navigation {
  left: 0;
  overflow-x: hidden;
}
.search-open #navigation #menu-hauptmenue >li {
  margin-left: 2.5%;
}
#navigation {
  vertical-align: middle;
}
#navigation #menu-hauptmenue {
  width: 100%;
  float: left;
}
#navigation #menu-hauptmenue a {
  font-size: 14px;
}
#navigation #menu-hauptmenue > li {
  float: left;
  margin-left: 5%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#navigation #menu-hauptmenue > li:first-child {
  margin-left: 0;
}
#navigation .menu {
  width: 100%;
}
#navigation .menu .current-menu-ancestor > a,
#navigation .menu .current_page_item > a {
  color: #0071b8 !important;
}
#navigation .menu .no-link > a {
  cursor: default;
}
#navigation .menu .menu-item-depth-0 {
  position: relative;
}
#navigation .menu .menu-item-depth-0 >a {
  display: block;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: #445052;
}
#navigation .menu .menu-item-depth-0 >a:hover {
  color: #0071b8;
}
#navigation .menu .menu-item-depth-0.current_page_item >a {
  color: #0071b8;
}
#navigation .menu .menu-item-depth-0.full-sub {
  position: static;
}
#navigation .menu .menu-item-depth-0.full-sub > .menu-link:before {
  top: 45px;
}
#navigation .menu .menu-item-depth-0.full-sub > .sub-menu {
  top: 75px;
  left: 30px;
  right: 30px;
}
#navigation .menu .menu-item-depth-0 > .sub-menu {
  display: none;
  position: absolute;
  top: 40px;
  background: rgba(255,255,255,0.9);
  padding: 12px 24px 24px 24px;
  border-top: 5px solid #0071b8;
  -ms-box-shadow: #000 2px 2px 10px -5px;
  -o-box-shadow: #000 2px 2px 10px -5px;
  box-shadow: #000 2px 2px 10px -5px;
  min-width: 240px;
}
#navigation .menu .menu-item-depth-0 > .sub-menu:hover {
  display: block;
}
#navigation .menu .menu-item-depth-0 .menu-link.active + .sub-menu,
#navigation .menu .menu-item-depth-0 .tax-link.active + .sub-menu {
  display: block;
}
#navigation .menu .sub-menu-item:last-child a {
  border-bottom: none;
}
#navigation .menu .menu-item-depth-1.half-width >a {
  width: 40%;
}
#navigation .menu .menu-item-depth-1 li:last-child a {
  border-bottom: none;
}
#navigation .menu .menu-item-depth-1 a {
  color: #445052;
  border-bottom: 1px solid #d9d9d9;
  padding: 15px 20px 5px 0;
  display: block;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4;
}
#navigation .menu .menu-item-depth-1 a:hover,
#navigation .menu .menu-item-depth-1 a.active {
  color: #0071b8;
}
#navigation .menu .menu-item-depth-1 a.active {
  font-weight: 700;
}
#navigation .menu .menu-item-depth-1 a:after {
  content: "\e603";
  color: #0071b8;
  float: right;
  margin-right: -20px;
}
#navigation .menu-link:hover:before,
#navigation .tax-link:hover:before {
  content: '';
  display: block;
  margin: 0 !important;
  padding: 0;
  position: absolute;
}
#navigation .menu-link:hover:before {
  width: 100%;
  height: 50px;
  left: 0;
  top: 0px;
  z-index: 9999999;
}
#navigation .tax-link:hover:before {
  width: 150%;
  height: 100%;
  left: 100%;
  top: 0;
  z-index: 0;
}
/*
 * CONTENT
 =============================== */
#main {
  min-height: 100%;
  height: auto;
  left: 0;
  margin: 0 0 -120px;
  padding: 130px 0 120px;
}
#main .post-header .date {
  color: #0071b8;
}
#main .post-content li {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 15px;
  padding-left: 25px;
  display: block;
}
#main .post-content li:before {
  content: "• ";
  color: #0071b8;
  margin-left: -25px;
  padding-right: 12px;
  font-size: 18px;
}

.siegel {
	width: 200px;
	height: 180px;
	background-color: #fff;
	display: inline-block;
	position: relative;
	padding: 0 20px;
	margin: 0 5px 0 0;
}

.siegel img {
	height: 130px;
	width: auto;
	vertical-align: middle;
	position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translatey(-50%);
}


.filter-items .thumbnail-hover  {
  position: relative;
  overflow: hidden;
}

.filter-items .thumbnail-hover .thumbnail-child {
  position: absolute;
  background-color: rgba(100,160,212,0.7);
  top: 0%;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.6s;
  transform: rotate3d(0,1,0,90deg);
  -webkit-transform: rotate3d(0,1,0,90deg);
}

.filter-items .thumbnail-hover .thumbnail-child::before{
  content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
}

.filter-items .item:hover .thumbnail-child{
  left: 0%;
  opacity: 1;
  transform: rotate3d(0,1,0,0deg);
    -webkit-transform: rotate3d(0,1,0,0deg);
}

.filter-items .thumbnail-hover .thumbnail-child p{
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translatey(-50%);
  text-align: center;
}

.home .post-content .fancybox {
	overflow: hidden;
	margin-bottom: 20px;
	 position: relative;
}

.home .post-content .fancybox:before {
    background-color: rgba(100,160,212,0.7);
    text-transform: uppercase;
    color: #fff;
    content:"Bild anzeigen";
    text-align: center;
    padding-top: 25%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: -2px;
    transition: all 0.6s;
    transform: rotate3d(0,1,0,90deg);
    -webkit-transform: rotate3d(0,1,0,90deg);
    opacity: 0;
    left: 0;
}

.home .post-content .fancybox:hover:before {
	opacity: 1;
	transform: rotate3d(0,1,0,0deg);
    -webkit-transform: rotate3d(0,1,0,0deg);
}

#main .post-thumbnail {
  display: block;
}
#main .post-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}
#main .news_post {
  border-bottom: 1px solid #e5e5e5;
  padding: 60px 0;
}
#main .news_post:first-of-type {
  padding-top: 0;
}
#main .teaser {
  margin-bottom: 40px;
}
#main .teaser .post-excerpt p {
  margin-bottom: 10px;
}
#main .teaser .post-header {
  margin: 20px 0 10px;
}
#main .teaser .post-header h1 {
  margin: 0;
}
#main .more-link {
  display: block;
  margin-top: 30px;
  color: #445052;
  font-weight: 700;
}
#main .more-link:before {
  color: #0071b8;
}

/*
 * KEYVISUAL
 =============================== */
#keyvisual {
  position: relative;
  overflow: hidden;
}
#keyvisual .keyvisual_inner {
  position: relative;
  height: 535px;
}
#keyvisual .keyvisual_inner .slide {
  width: 100%;
  height: 100%;
}
#keyvisual img {
  display: block;
  min-height: 100%;
  min-width: 100%;
  height: auto !important;
  width: auto !important;
  max-width: inherit;
}
#keyvisual img.aligned {
  left: 50%;
  top: 50%;
  position: absolute;
}
#keyvisual .keyvisual_content {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 30px;
  position: relative;
}
#keyvisual .key_title {
  position: absolute;
  z-index: 99;
  top: 368px;
}
#keyvisual .key_title p {
  color: #fff;
  font-size: 22px;
  line-height: 35px;
  font-weight: 300;
}
#keyvisual .key_title h1 {
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
}
#keyvisual .keyvisual_nav {
  width: 50%;
  position: absolute;
  right: 0;
  z-index: 99;
  text-align: center;
  top: 490px;
  padding-left: 235px;
}
#keyvisual .keyvisual_nav,
#keyvisual .keyvisual_nav a {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
}
#keyvisual .keyvisual_nav a {
  display: inline-block;
  width: 30px;
  position: relative;
  top: 2px;
}
#keyvisual .keyvisual_nav a span {
  font-size: 0;
  color: transparent;
  visibility: hidden;
  display: none;
}
#keyvisual .keyvisual_nav a + a {
  margin-left: 8px;
}
#keyvisual .bx-wrapper,
#keyvisual .bx-viewport {
  height: 100% !important;
}
#keyvisual .bx-controls {
  position: absolute;
  top: 480px;
  width: 100%;
  text-align: center;
}
#keyvisual .bx-controls a {
  position: relative;
  z-index: 99;
  color: #fff;
}
#keyvisual .bx-controls .bx-pager-item {
  display: inline-block;
  position: relative;
  margin: 5px;
}
#keyvisual .bx-controls .bx-pager-item .bx-pager-link {
  font-size: 0px;
  color: transparent;
  width: 20px;
  height: 20px;
  -o-border-radius: 100%;
  border-radius: 100%;
  border: 5px solid #fff;
  background: #fff;
  display: block;
}
#keyvisual .bx-controls .bx-pager-item .bx-pager-link.active {
  background: #64a0d4;
}
.home #keyvisual {
  position: relative;
}
.home #keyvisual:before,
.home #keyvisual .keyvisual_inner:before,
.home #keyvisual:after,
.home #keyvisual .keyvisual_inner:after {
  position: absolute;
  top: 0;
  content: '';
  display: block;
  z-index: 60;
}
.home #keyvisual .key_title {
  top: 300px;
  padding-right: 170px;
}
.home #keyvisual:before {
  height: 100%;
  right: 50%;
  left: 0;
  background: rgba(100,160,212,0.7);
  margin-right: 350px;
}
.home #keyvisual:after {
  left: 50%;
  right: 0;
  height: 100%;
  border-top: 535px solid transparent;
  border-left: 535px solid rgba(100,160,212,0.7);
  margin-left: -350px;
}
.blog .archive-list,
.archive .archive-list {
  float: left;
  margin-left: 120px;
}
.blog .archive-list li,
.archive .archive-list li {
  float: left;
  margin: 0 0 0 30px;
}
.blog .archive-list li a,
.archive .archive-list li a {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.4;
}
.blog .post-footer,
.single .post-footer,
.search .post-footer {
  margin-top: 30px;
}
.single-projekt #keyvisual {
  position: relative;
}
.single-projekt #keyvisual:before,
.single-projekt #keyvisual .keyvisual_inner:before,
.single-projekt #keyvisual:after,
.single-projekt #keyvisual .keyvisual_inner:after {
  position: absolute;
  bottom: 0;
  content: '';
  display: block;
  z-index: 90;
}
.single-projekt #keyvisual:before {
  height: 220px;
  right: 50%;
  left: 0;
  background: rgba(100,160,212,0.7);
}
.single-projekt #keyvisual:after {
  left: 50%;
  right: 0;
  height: 220px;
  border-top: 220px solid transparent;
  border-left: 220px solid rgba(100,160,212,0.7);
}
.single-projekt #keyvisual .keyvisual_inner:after {
  height: 100px;
  right: 0%;
  left: 50%;
  background: rgba(100,160,212,0.7);
  margin-left: 235px;
}
.single-projekt #keyvisual .keyvisual_inner:before {
  right: 50%;
  left: 0;
  height: 100px;
  border-bottom: 100px solid transparent;
  border-right: 100px solid rgba(100,160,212,0.7);
  margin-right: -235px;
}
/*
 * FOOTER
 =============================== */
#footer {
  height: 120px;
  padding: 30px 0;
  background-color: #445052;
  color: #a2a8a9;
  font-size: 12px;
}
#footer .foot-logo a {
  height: 45px;
  margin-bottom: 10px;
}
#footer .foot-navigation {
  padding: 20px;
  height: 100%;
  zoom: 1;
}
#footer .foot-navigation:after,
#footer .foot-navigation:before {
  content: "";
  display: table;
  border-spacing: 0;
}
#footer .foot-navigation:after {
  clear: both;
}
#footer .foot-navigation .menu {
  float: right;
}
#footer .foot-navigation li {
  float: left;
  margin: 0 0 0 15px;
}
#footer .foot-navigation li:before {
  content: '|';
  padding-right: 15px;
  font-family: 'wsv_icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
}
#footer .foot-navigation li:first-child {
  margin: 0;
}
#footer .foot-navigation li:first-child:before {
  display: none;
}
#footer .foot-navigation li a:after {
  display: inline-block;
  margin-top: -10px;
}
#footer .foot-navigation li.icon-facebook a:after {
  position: relative;
  top: 1px;
  font-size: 1.2em;
}
#footer a {
  color: #a2a8a9;
  font-size: 14px;
}
#footer a:hover {
  color: #fff;
}
/*
 * TEMPLATES
 * ====================================== */
.section {
  padding: 120px 0;
  zoom: 1;
}
.section:after,
.section:before {
  content: "";
  display: table;
  border-spacing: 0;
}
.section:after {
  clear: both;
}
.section.gray {
  background: #eff1f2;
}
.home .section .wrapper:before {
  width: 70px;
  height: 5px;
  background: #0071b8;
  display: block;
  margin: 0 0 40px;
}
#main .contentboxes .contentbox {
  background: #eff1f2;
  padding: 50px 20px 10px;
  position: relative;
  margin-bottom: 20px;
  font-size: 14px;
}
#main .contentboxes .contentbox:after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-top: 20px solid transparent;
  border-left: 20px solid #fff;
}
#main .contentboxes .contentbox p {
  margin-bottom: 10px;
  font-size: 14px;
}
#main .contentboxes .contentbox ul {
  margin-bottom: 10px;
}
#main .contentboxes .contentbox ul li {
  font-size: 14px;
  margin-bottom: 0;
}
#main .contentboxes .contentbox ul li:before {
  padding-right: 5px;
  position: relative;
  top: 2px;
}
#main .contentboxes .contentbox .contentbox-title {
  font-weight: 300;
  position: absolute;
  top: 0;
  left: -10px;
  background: #0071b8;
  color: #fff;
  font-size: 20px;
  padding: 5px 5px 0px;
  margin: 0;
}
#main .contentboxes .contentbox .contentbox-team-title {
  font-size: 14px;
}
#main .contentboxes .contentbox .link-shortcode:before {
  position: relative;
  top: 2px;
}
/*
 *
 * MODULES
 =============================== */
.post-content .accordion:first-child {
  margin-top: 0px;
}
.post-content .accordion:first-child *:first-child {
  padding-top: 2px;
}
.accordion .item-title {
  font-size: 17px;
  color: #0071b8;
  font-weight: 300;
  padding: 15px 0 10px;
  cursor: pointer;
}
.accordion .item-title:before {
  margin: 0 10px 0 0;
}
.accordion .item-content p {
  margin-bottom: 0;
}
.standort {
  margin-bottom: 20px;
}
.standort .standort-map,
.standort .standort-info {
  float: left;
}
.standort .standort-info {
  width: 30%;
}
.standort .standort-map {
  width: 70%;
}
.standort .standort-map iframe {
  width: 100%;
  height: 300px;
}
.breadcrumb {
  margin-top: 30px;
}
.breadcrumb li {
  display: inline-block;
  float: left;
  margin-right: 15px;
  color: #999;
}
.breadcrumb li .active {
  color: #0071b8;
}
.breadcrumb li a {
  color: #999;
}
.breadcrumb li a:hover {
  color: #0071b8;
}
.breadcrumb li:before {
  content: "\e603";
  position: relative;
  left: -5px;
  color: #0071b8;
  display: inline-block;
  margin-top: -15px;
}
.breadcrumb li:first-child:before {
  display: none;
}
#filter h1 {
  font-size: 20px;
}
#filter .filter-header {
  zoom: 1;
}
#filter .filter-header:after,
#filter .filter-header:before {
  content: "";
  display: table;
  border-spacing: 0;
}
#filter .filter-header:after {
  clear: both;
}
#filter .filter-header .filter-selection {
  color: #445052;
}
#filter .filter-header .filter-selection span {
  color: #0071b8;
}
#filter .filter-header .filter-button {
  color: #0071b8;
  font-weight: 700;
  font-size: 16px;
  border: none;
  outline: 0;
  background: #fff;
  padding: 0;
  margin-bottom: 15px;
}
#filter .filter-header .filter-dropdown {
  border-top: 4px solid #0071b8;
  background: rgba(255,255,255,0.9);
  width: 280px;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 1;
  display: none;
  padding-bottom: 5px;
}
#filter .filter-header .filter-dropdown li {
  padding: 5px 15px;
  margin: 0;
}
#filter .filter-header .filter-dropdown li:before {
  display: none;
}
#filter .filter-header .filter-dropdown li:first-child a {
  border-top: none;
}
#filter .filter-header .filter-dropdown a {
  color: #445052;
  border-top: 1px solid #d9d9d9;
  padding: 13px 0 0;
  display: block;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
}
#filter .filter-header .filter-dropdown a:hover,
#filter .filter-header .filter-dropdown a.active {
  color: #0071b8;
}
#filter .filter-header .filter-dropdown a.active {
  font-weight: 700;
}
#filter .filter-header .filter-dropdown a:after {
  top: 0.85em;
  right: 15px;
  position: absolute;
  content: "\e603";
  color: #0071b8;
  float: right;
  margin-right: -20px;
}
#filter .filter-items .post-header {
  margin: 10px 0;
}
#filter .filter-items .post-title {
  line-height: 1.5;
  margin-left: 20px;
}
#filter .filter-items .post-title:before {
  font-size: 14px;
  top: 7px;
  left: 0;
  position: absolute;
}
#mitarbeiter-items .post-thumbnail {
  display: block;
  margin-bottom: 20px;
  width: 100%;
}
#mitarbeiter-items .post-header h2 {
  margin-bottom: 1px;
}
.mitarbeiter .post-thumbnail {
  display: block;
}
.mitarbeiter .post-thumbnail img {
  display: block;
}
.mitarbeiter .mitarbeiter-name {
  margin: 10px 0;
}
.mitarbeiter .mitarbeiter-name h1 {
  line-height: 1.5;
  margin-left: 20px;
  font-weight: 700;
  font-size: 18px;
}
.mitarbeiter .mitarbeiter-name h1:before {
  font-size: 14px;
  top: 7px;
  left: 0;
  position: absolute;
}
form input,
form textarea {
  font-size: 100%;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 17px;
  border: 1px solid #e5e5e5;
  border-bottom: 3px solid #e5e5e5;
  background: #fff;
  width: 100%;
  margin: 0;
  padding: 5px 10px;
  line-height: 25px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-appearance: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  outline: none;
  color: #445052;
}
form input:hover,
form textarea:hover,
form input:focus,
form textarea:focus {
  border-color: #0071b8;
}
form input[type="submit"] {
  width: 25%;
  float: right;
  cursor: pointer;
  background: #0071b8;
  border: none;
  color: #fff;
}
form input[type="search"] {
  padding-left: 30px;
  -o-border-radius: 0;
  border-radius: 0;
}
form.search-form {
  float: right;
  width: 30px;
  height: 40px;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}
form.search-form input {
  display: none;
}
form.search-form.active {
  width: 200px;
}
form.search-form.active input {
  display: block;
}
form.search-form span.search-button {
  cursor: pointer;
  display: block;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 5px;
  left: 4px;
}
form.search-form span.search-button:before {
  font-size: 28px;
  color: #0071b8;
}
.post-content div.wpcf7 label {
  display: inline-block;
}
.post-content div.wpcf7 .form_box {
  margin: 0px 0 15px;
  float: left;
  width: 100%;
}
.post-content div.wpcf7 .form_box .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
.post-content div.wpcf7 .form_box p {
  margin: 5px 0 5px;
}
.post-content div.wpcf7 .row {
  zoom: 1;
}
.post-content div.wpcf7 .row:after,
.post-content div.wpcf7 .row:before {
  content: "";
  display: table;
  border-spacing: 0;
}
.post-content div.wpcf7 .row:after {
  clear: both;
}
.post-content div.wpcf7 .row .form_box {
  width: 50%;
  padding-right: 10px;
}
.post-content div.wpcf7 .row .form_box +.form_box {
  padding-left: 20px;
  padding-right: 0;
}
.post-content div.wpcf7 .wpcf7-not-valid-tip {
  position: absolute;
  top: 5px;
  bottom: 7px;
  left: 5px;
  right: 5px;
  background: #ff726e;
  color: #fff;
  line-height: 29px;
  padding: 0 6px;
}
.post-content div.wpcf7 .wpcf7-response-output {
  margin: 0;
  display: block;
  clear: both;
  padding: 10px;
  zoom: 1;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.5;
  color: #445052;
}
.post-content div.wpcf7 .wpcf7-response-output:after,
.post-content div.wpcf7 .wpcf7-response-output:before {
  content: "";
  display: table;
  border-spacing: 0;
}
.post-content div.wpcf7 .wpcf7-response-output:after {
  clear: both;
}
.post-content div.wpcf7 .wpcf7-validation-errors {
  border-color: #f8ef74;
}
.post-content div.wpcf7 .info {
  float: left;
  font-size: 13px;
  font-weight: 400;
  color: #777;
}
.widget_fbo_list_taxonomies .tax-items {
  width: 40%;
  position: relative;
}
.widget_fbo_list_taxonomies .tax-items .tax-item.active .tax-posts {
  display: block;
}
.widget_fbo_list_taxonomies .tax-posts {
  width: 140%;
  position: absolute;
  right: -150%;
  top: 0;
  bottom: 0;
  display: none;
  overflow: auto;
}
.gallery .gallery-caption {
  color: #445052;
  line-height: 1.4;
  font-size: 14px;
  margin-top: 30px;
  font-weight: 300;
  max-width: 80%;
}
.gallery .gallery-item {
  margin-bottom: 30px;
}
.pagination {
  clear: both;
  padding: 20px 0;
  position: relative;
  font-size: 11px;
  line-height: 13px;
  margin: 0 auto;
}
.pagination span,
.pagination a {
  display: block;
  float: left;
  margin: 0px 5px 0px 0;
  padding: 6px 9px 5px 9px;
  text-decoration: none;
  width: auto;
  background: transparent;
  padding: 6px 9px 5px 9px;
  border: 1px solid #0071b8;
}
.pagination span.current,
.pagination a.current {
  border: 1px solid #0071b8;
  background: #0071b8;
  color: #fff;
}
.pagination a:hover {
  background: #eff1f2;
}
.grayscale img {
  -webkit-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -ms-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: #808080;
  -moz-filter: #808080;
  -ms-filter: #808080;
  filter: #808080;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.grayscale img:hover {
  -webkit-filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
  -moz-filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
  -ms-filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0%);
}
.news_archive_headwrap .news_archive_years {
  padding-left: 10%;
  float: left;
}
.news_archive_headwrap .news_archive_years span {
  float: left;
}
.news_archive_headwrap .news_archive_years span a {
  padding: 0 20px;
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 300;
  color: #445052;
  line-height: 1.4;
}
.news_archive_headwrap .news_archive_years span.current a {
  color: #0071b8;
}
.piwik {
  background: #eff1f2;
  height: 100px;
}
@media all and (min-width: 981px) {
  .hide_desktop {
    display: none !important;
  }
  .show_desktop {
    display: block !important;
  }
  .d-no-margin-left {
    margin-left: 0 !important;
    clear: left;
  }
  #navigation .hide-link>a {
    display: none;
  }
  #navigation:hover + .sub-menu,
  .menu-link:hover + .sub-menu,
  .tax-link:hover + .sub-menu {
    display: block !important;
  }
  .widget_fbo_list_taxonomies .tax-items .tax-item:hover .tax-posts {
    display: block !important;
  }
}
@media all and (min-width: 641px) and (max-width: 980px) {
  .hide_tablet {
    display: none !important;
  }
  .show_tablet {
    display: block !important;
  }
  .t-no-margin-left {
    margin-left: 0 !important;
    clear: left;
  }
  .wrapper {
    padding: 0 20px;
  }
  #keyvisual .key_title {
    padding-right: 110px;
  }
  #keyvisual .key_title h1 {
    font-size: 26px;
    line-height: 1.5;
  }
  #keyvisual .key_title p {
    font-size: 19px;
  }
  .home #keyvisual:before {
    margin-right: 250px;
  }
  .home #keyvisual:after {
    margin-left: -250px;
  }
  .single-projekt #keyvisual .key_title {
    padding-right: 70px;
    top: 300px;
  }
  .single-projekt #keyvisual:before {
    margin-right: -40px;
    height: 300px;
  }
  .single-projekt #keyvisual:after {
    margin-left: 40px;
    border-top: 300px solid transparent;
  }
  .single-projekt #keyvisual .keyvisual_inner:before {
    margin-right: -275px;
    border-bottom: 100px solid transparent;
    border-right: 73px solid rgba(100,160,212,0.7);
  }
  .single-projekt #keyvisual .keyvisual_inner:after {
    margin-left: 275px;
  }
  .single-projekt .post_type_name {
    position: absolute;
    bottom: 40px;
    left: 235px;
    font-size: 0.9em;
  }
  .standort .standort-map,
  .standort .standort-info {
    width: 50%;
  }
  .piwik {
    height: 140px;
  }
}
@media all and (max-width: 640px) {
  .hide_mobile {
    display: none !important;
  }
  .show_mobile {
    display: block !important;
  }
  .wrapper {
    padding: 0 15px;
  }
  .section {
    padding: 50px 0;
  }
  #keyvisual .key_title h1 {
    font-size: 24px;
    line-height: 1.4;
  }
  #keyvisual .key_title p {
    font-size: 18px;
  }
  .home #keyvisual .key_title {
    padding-right: 0px;
    right: 30px;
    left: 30px;
  }
  .home #keyvisual:before {
    top: 200px;
    right: 0;
    left: 0;
    margin-right: 0;
  }
  .home #keyvisual:after {
    display: none;
  }
  .single-projekt #keyvisual .key_title {
    right: 30px;
    left: 30px;
    top: 265px;
  }
  .single-projekt #keyvisual:before {
    top: 200px;
    right: 0;
    left: 0;
    margin-right: 0;
    height: auto;
    bottom: 0;
  }
  .single-projekt #keyvisual:after {
    display: none;
  }
  .single-projekt #keyvisual .keyvisual_inner:before,
  .single-projekt #keyvisual .keyvisual_inner:after {
    display: none;
  }
  .single-projekt #keyvisual .bx-controls {
    top: 480px;
    padding: 0 30px;
    text-align: left;
  }
  .single-projekt #keyvisual .keyvisual_nav {
    width: 100%;
    padding: 0 30px;
    text-align: right;
  }
  .standort .standort-info,
  .standort .standort-map {
    margin-bottom: 25px;
    width: 100%;
  }
  .standort .standort-map iframe {
    height: 300px;
  }
  #footer #menu-metamenue a {
    font-size: 14px;
  }
}
@media all and (max-width: 1200px) {
  #searchform {
    margin: 0;
  }
  #searchform label {
    display: block;
  }
  #searchform span.search-button {
    width: 40px;
    left: 0;
    top: 0;
  }
  #searchform span.search-button:before {
    font-size: 32px;
  }
  #searchform .search-field {
    top: 0;
    opacity: 0;
    width: 0;
    display: block;
    padding: 0;
    margin: 0;
    height: 0;
    border: 0;
    z-index: -100;
    -webkit-transition: all 0.3s;
    -webkit-transition: top , opacity 0.3s;
    transition: top , opacity 0.3s;
  }
  #searchform.active {
    width: 30px;
  }
  #searchform.active .search-field {
    opacity: 1;
    z-index: 1;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    border: 10px solid rgba(100,160,212,0.7);
    width: 100%;
    padding: 10px;
    height: auto;
  }
  .search-open #navigation #menu-hauptmenue >li {
    margin-left: 3.5%;
  }
  #navigation {
    vertical-align: middle;
  }
  #navigation #menu-hauptmenue {
    width: 100%;
    float: left;
  }
  #navigation #menu-hauptmenue > li {
    float: left;
    margin-left: 3.5%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  #navigation #menu-hauptmenue > li:first-child {
    margin-left: 0;
  }
}
@media all and (max-width: 980px) {
  #searchform {
    margin: 16px 45px 16px 0;
    width: 40px;
  }
  #searchform label {
    display: block;
  }
  #searchform span.search-button {
    padding-right: 10px;
    width: 40px;
    border-right: 1px solid #eff1f2;
    left: 0;
    top: 0;
  }
  #searchform.active {
    width: 40px;
  }
  #header {
    height: 80px;
    padding: 10px 0;
  }
  #header .head-logo {
    font-size: 36px;
  }
  #header .head-logo a {
    width: 180px;
  }
  #header .nav-wrapper {
    margin-top: 0;
    display: block;
  }
  .search-open #navigation #menu-hauptmenue >li {
    margin-left: 0;
  }
  #navigation #menu-hauptmenue {
    width: 100%;
    float: none;
  }
  #navigation #menu-hauptmenue > li {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  #navigation {
    position: fixed;
    top: 80px;
    left: -80%;
    height: 100%;
    background: #eff1f2;
    width: 80%;
    margin: 0;
    overflow: auto;
    -ms-box-shadow: inset #000 0 5px 10px -10px;
    -o-box-shadow: inset #000 0 5px 10px -10px;
    box-shadow: inset #000 0 5px 10px -10px;
    vertical-align: top;
    margin-bottom: 15px;
    padding: 15px 15px 175px 15px;
    -webkit-transition: left 0.3s;
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
  }
  #navigation .menu {
    display: block;
  }
  #navigation .menu .menu-item-depth-0 {
    display: block;
    float: none;
    border-bottom: 1px solid #d2d2d2;
  }
  #navigation .menu .menu-item-depth-0 a {
    padding: 10px 0;
    position: relative;
  }
  #navigation .menu .menu-item-depth-0.menu-item-has-children > a {
    padding-right: 25px;
  }
  #navigation .menu .menu-item-depth-0.menu-item-has-children > a.active:after {
    content: "\e606";
  }
  #navigation .menu .menu-item-depth-0.menu-item-has-children > a:after {
    content: "\e605";
    font-size: 24px;
    color: #0071b8;
    float: right;
    margin-right: -25px;
  }
  #navigation .menu .menu-item-depth-0.menu-item-has-children > .sub-menu {
    position: static;
    margin: 0;
    padding: 0;
    background: 0;
    border: 0;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    min-width: 0;
  }
  #navigation .menu .menu-item-depth-1 {
    margin: 0 5px;
  }
  #navigation .menu .menu-item-depth-1.half-width >a {
    width: 100%;
  }
  #navigation .menu .menu-item-depth-1 a {
    border-top: 1px solid #d9d9d9;
    border-bottom: 0;
  }
  #navigation .menu .menu-item-depth-1 a:after {
    content: '';
  }
  #navigation .menu .menu-item-depth-1 .menu-item-has-children >a,
  #navigation .menu .menu-item-depth-1 .tax-item-has-children >a {
    padding-right: 20px;
  }
  #navigation .menu .menu-item-depth-1 .menu-item-has-children >a.active:after,
  #navigation .menu .menu-item-depth-1 .tax-item-has-children >a.active:after {
    content: "\e606";
  }
  #navigation .menu .menu-item-depth-1 .menu-item-has-children >a:after,
  #navigation .menu .menu-item-depth-1 .tax-item-has-children >a:after {
    content: "\e605";
    font-size: 18px;
    color: #445052;
    margin-right: -20px;
  }
  #navigation .menu .menu-item-depth-1 .menu-item-has-children li a,
  #navigation .menu .menu-item-depth-1 .tax-item-has-children li a {
    font-size: 14px;
    line-height: 1.4;
  }
  #navigation .widget_fbo_list_taxonomies .tax-items,
  #navigation .widget_fbo_list_taxonomies .tax-posts {
    width: 100%;
  }
  #navigation .widget_fbo_list_taxonomies .tax-items a:before,
  #navigation .widget_fbo_list_taxonomies .tax-posts a:before {
    display: none;
  }
  #navigation .widget_fbo_list_taxonomies .tax-posts {
    position: static;
  }
  #main {
    padding: 80px 0 120px;
    left: 0;
    position: relative;
    -webkit-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #main .breadcrumb {
    display: none;
  }
  #main .gallery .gallery-caption {
    margin-top: 15px;
  }
  #main .mitarbeiter .post-aside > img {
    width: 100%;
  }
  .search-open #main {
    padding-top: 145px;
  }
  .search-open.nav-open #navigation {
    top: 140px;
  }
  #footer {
    -webkit-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 200px;
  }
  #footer a {
    font-size: 18px;
  }
  #footer .foot-logo {
    margin: 0 auto 30px;
    float: none;
    text-align: center;
  }
  #footer .foot-logo a {
    width: 190px;
    height: 55px;
    margin: 0 auto 15px;
  }
  #footer .foot-navigation {
    height: auto;
    padding: 0;
    float: right;
    position: relative;
    left: -50%;
    text-align: left;
    width: auto;
  }
  #footer .foot-navigation .menu {
    list-style: none;
    position: relative;
    left: 50%;
    float: none;
    zoom: 1;
  }
  #footer .foot-navigation .menu:after,
  #footer .foot-navigation .menu:before {
    content: "";
    display: table;
    border-spacing: 0;
  }
  #footer .foot-navigation .menu:after {
    clear: both;
  }
}
@media all and (max-width: 900px) {
  .row.list .col-t-3-6 {
    width: 100%;
    margin-left: 0;
  }
}
@media all and (max-width: 1000px) {
  .piwik {
    height: 180px;
  }
}
@media all and (max-width: 530px) {
  .piwik {
    height: 280px;
  }
}
.menu-toggle {
  position: absolute;
  right: 15px;
  width: 30px;
  height: 30px;
  margin: 16px 0px;
}
.menu-toggle span {
  display: block;
  width: 30px;
  height: 6px;
  background-color: #0071b8;
  margin: 0 auto;
  position: relative;
  display: block;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.menu-toggle span:before,
.menu-toggle span:after {
  position: absolute;
  content: '';
  display: block;
  width: 30px;
  height: 6px;
  background-color: #0071b8;
  -webkit-transition-property: margin , -webkit-transform;
  -webkit-transition-property: margin ,   transform: ;;
  transition-property: margin ,   transform: ;;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s , 0;
  transition-delay: 0.2s , 0;
}
.menu-toggle span:before {
  margin-top: -12px;
}
.menu-toggle span:after {
  margin-top: 12px;
}
.nav-open .menu-toggle span {
  background: transparent;
}
.nav-open .menu-toggle span:before,
.nav-open .menu-toggle span:after {
  margin-top: 0;
  -webkit-transition-delay: 0 , 0.2s;
  transition-delay: 0 , 0.2s;
}
.nav-open .menu-toggle span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-open .menu-toggle span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.wrapper.newsletter{
  padding: 0 10px;
}

.newsletter .contentboxes>div{
  width: 100%;
  float: none;
  max-width: 300px;
  margin-bottom: 40px!important;
}

@media screen and (min-width: 640px){
  .newsletter .contentboxes>div{
    width: 40%;
    float: left; 
    margin-right: 10%;
  }
}

@media screen and (min-width: 1024px){
  .newsletter .contentboxes>div{
    width: 25%;
    float: left;
    margin-right: 8%;
  }

}
