/*
Theme Name: WGZH 2026
Theme URI: https://www.re7consulting.com
Author: re7consulting
Author URI: https://www.re7consulting.com
Description: Template für das WGZH
Version: 1.0.4
Text Domain: wgzh
*/


@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('assets/fonts/roboto-condensed-v16-latin-300.eot');
  src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'),
       url('assets/fonts/roboto-condensed-v16-latin-300.eot?#iefix') format('embedded-opentype'),
       url('assets/fonts/roboto-condensed-v16-latin-300.woff2') format('woff2'),
       url('assets/fonts/roboto-condensed-v16-latin-300.woff') format('woff'),
       url('assets/fonts/roboto-condensed-v16-latin-300.ttf') format('truetype'),
       url('assets/fonts/roboto-condensed-v16-latin-300.svg#RobotoCondensed') format('svg');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('assets/fonts/roboto-condensed-v16-latin-regular.eot');
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'),
       url('assets/fonts/roboto-condensed-v16-latin-regular.eot?#iefix') format('embedded-opentype'),
       url('assets/fonts/roboto-condensed-v16-latin-regular.woff2') format('woff2'),
       url('assets/fonts/roboto-condensed-v16-latin-regular.woff') format('woff'), 
       url('assets/fonts/roboto-condensed-v16-latin-regular.ttf') format('truetype'),
       url('assets/fonts/roboto-condensed-v16-latin-regular.svg#RobotoCondensed') format('svg');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('assets/fonts/roboto-condensed-v16-latin-700.eot');
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'),
       url('assets/fonts/roboto-condensed-v16-latin-700.eot?#iefix') format('embedded-opentype'),
       url('assets/fonts/roboto-condensed-v16-latin-700.woff2') format('woff2'),
       url('assets/fonts/roboto-condensed-v16-latin-700.woff') format('woff'),
       url('assets/fonts/roboto-condensed-v16-latin-700.ttf') format('truetype'),
       url('assets/fonts/roboto-condensed-v16-latin-700.svg#RobotoCondensed') format('svg');
}


body,
textarea {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    line-height: 22px;
    margin: 0;
    color: #6E6E6E;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:focus {
    outline: none;
}

*:focus-visible,
.button:focus-visible {
  outline: none;
  border-radius: 0.25rem;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5) !important; 
}

.ms-nav-prev:focus-visible,
.ms-nav-next:focus-visible {
  outline: 3px solid #002c5e !important;
  outline-offset: 4px; 
  border-radius: 50%;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: auto; 
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
.skip-link:focus,
.skip-link:active {
  position: fixed;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  padding: 0.5rem 1rem;
  z-index: 10000;
  clip: auto;
  white-space: normal;
  background: #fff;
  color: #000;
  text-decoration: underline;
  outline: 3px solid #000;
}

.outerWrap {
    width: 100%;
    text-align: left;
    background: #fff;
}

.innerWrap {
    width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}
* html .clearfix {
    zoom: 1;
}
*:first-child+html .clearfix {
    zoom: 1;
}

.bgGrey {
    background: #f8f9f9;
}

.half-box {
    width: 50%;
    float: left;
}

.left {
    float: left;
}
.right {
    float: right;
}


/* header */
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999 !important;
    background-color: #fff;
    -webkit-box-shadow: 0px -8px 5px 9px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0px -8px 5px 9px rgba(0, 0, 0, 0.22);
    box-shadow: 0px -8px 5px 9px rgba(0, 0, 0, 0.22);
}
header .innerWrap {
    position: relative;
}
header .header-logo {
    float: right;
    margin-top: 5px;
    margin-bottom: 5px;
}
header .header-logo img {
    display: block;
    height: 70px;
    width: auto;
}


/* MAIN */
body main {
	padding-top:83px;
}

/* menu */
#menu-button {
    display: none;
    height: 32px;
    width: 32px;
    position: absolute;
    left: 14px;
    top: 14px;
    background: url("assets/images/menu@2x.png") no-repeat center center;
    background-size: 32px 32px;
}

footer+#responsive-menu {
    display: none;
}

header nav {
    float: left;
}
header nav>ul {
    display: block;
    list-style: none;
}
header nav>ul>li {
    display: block;
    float: left;
}
header nav>ul>li>a {
    display: block;
    font-size: 16px;
    color: #6E6E6E;
    text-decoration: none;
    line-height: 80px;
    padding-left: 25px;
    padding-right: 25px;
    border-bottom: 3px solid transparent;
}
header nav>ul>li.menu-item-has-children>a:after {
    display: inline-block;
    content: "";
    height: 0;
    width: 0;
    vertical-align: middle;
    margin-left: 10px;
    margin-top: -3px;
    border-top: 4px solid #6E6E6E;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
header nav>ul>li:hover>a,
header nav>ul>li:focus-within>a,
header nav>ul>li.current-menu-ancestor>a,
header nav>ul>li.current-menu-item>a {
    color: #576a94;
    background-color: #f8f8f8;
    text-decoration: none;
    border-bottom: 3px solid #576a94;
}
header nav>ul>li.menu-item-has-children:hover>a:after,
header nav>ul>li.menu-item-has-children:focus-within>a:after,
header nav>ul>li.menu-item-has-children.current-menu-ancestor>a:after,
header nav>ul>li.menu-item-has-children.current-menu-item>a:after {
    border-top: 4px solid #576a94;
}

header nav>ul>li.home>a {
    padding-left: 35px;
    padding-right: 35px;
    text-indent: -9999px;
    background-image: url('assets/images/icon-home-grey.png');
    background-repeat: no-repeat;
    background-position: center center;
}
header nav>ul>li.home:hover>a,
header nav>ul>li.home.current-menu-item>a {
    background-image: url('assets/images/icon-home.png');
}

header nav > ul > li > ul {
	display:none;
}
header nav > ul > li:hover > ul,
header nav > ul > li:focus-within > ul {
    display: block;
}

header nav > ul > li.megamenu.col-1 {
	position:relative;
}
header nav > ul > li.megamenu.col-1 > ul {
	position:absolute;
	top:100%;
	left:0;
	z-index:9999;
	list-style:none;
	padding:15px;
	text-align:left;
	background:#fff;
	border:1px solid #eaeaea;
}
header nav > ul > li.megamenu.col-1 > ul > li {
	margin-bottom:20px;
}
header nav > ul > li.megamenu.col-1 > ul > li:last-child {
	margin-bottom:0;
}
header nav > ul > li.megamenu.col-1 > ul > li > a {
	font-size:16px;
	font-weight:300;
	font-style:italic;
	color:#ccc;
	text-decoration:none;
	padding:0 15px;
}
header nav > ul > li.megamenu.col-1 > ul > li > ul {
	list-style:none;
	margin-top:20px;
}
header nav > ul > li.megamenu.col-1 > ul > li > ul > li {
	border-bottom:1px dotted #eaeaea;
}
header nav > ul > li.megamenu.col-1 > ul > li > ul > li > a {
	display:block;
	font-size:16px;
	font-weight:300;
	color:#4c4c4c;
	line-height:20px;
	text-decoration:none;
	padding:8px 15px;
}

header nav > ul > li.megamenu.col-3 {
    position:relative;
}
.megamenu.col-3:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}
* html .megamenu.col-3 { zoom: 1; }
*:first-child+html .megamenu.col-3 { zoom: 1; }

header nav > ul > li.megamenu.col-3 > ul {
	position:absolute;
	top:100%;
	left:0;
	z-index:9999;
	list-style:none;
	padding:20px 15px;
	text-align:left;
	background:#fff;
	border:1px solid #eaeaea;
    white-space:nowrap;
}
header nav > ul > li.megamenu.col-3 > ul > li {
	display:inline-block;
    min-width:200px;
	padding-right:15px;
    vertical-align:top;
}
header nav > ul > li.megamenu.col-3 > ul > li:last-child {
	padding-right:0;
}
header nav > ul > li.megamenu.col-3 > ul > li > a {
	font-size:16px;
	font-weight:400;
	color:#576a94;
	text-decoration:none;
	padding:0 15px;
}
header nav > ul > li.megamenu.col-3 > ul > li > ul {
	list-style:none;
	margin-top:10px;
}
header nav > ul > li.megamenu.col-3 > ul > li > ul > li {
	border-bottom:1px dotted #eaeaea;
}
header nav > ul > li.megamenu.col-3 > ul > li > ul > li > a {
	display:block;
	font-size:16px;
	font-weight:300;
	color:#4c4c4c;
	line-height:20px;
	text-decoration:none;
	padding:8px 15px;
}


header nav > ul > li.no-megamenu {
	position:relative;
}
header nav > ul > li.no-megamenu > ul {
	position:absolute;
	min-width:100%;
	top:100%;
	left:0;
	z-index:9999;
	list-style:none;
	padding:10px;
	text-align:left;
	background:#fff;
	border:1px solid #eaeaea;
}
header nav > ul > li.no-megamenu > ul > li {
	border-bottom:1px dotted #eaeaea;
}
header nav > ul > li.no-megamenu > ul > li > a {
	display:block;
	font-size:16px;
	font-weight:300;
	color:#4c4c4c;
	line-height:20px;
	text-decoration:none;
	padding:8px 14px;
	white-space:nowrap;
}
header nav > ul > li.no-megamenu > ul > li > ul {
	display:none;
}

header nav > ul > li.no-megamenu > ul > li > a:hover,
header nav > ul > li.no-megamenu > ul > li.current-menu-item > a,
header nav > ul > li.no-megamenu > ul > li.current-menu-ancestor > a,
header nav > ul > li > ul > li > ul > li > a:hover,
header nav > ul > li > ul > li > ul > li.current-menu-item > a,
header nav > ul > li > ul > li > ul > li.current-menu-ancestor > a {
	background:#f8f8f8;
}

/*
header nav>ul>li>ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    background: #fff;
    list-style: none;
}

header nav>ul>li>ul>li {
    border-bottom: 1px solid #eaeaea;
}

header nav>ul>li>ul>li:last-child {
    border-bottom: 0;
}

header nav>ul>li>ul>li>a {
    display: block;
    font-size: 16px;
    color: #6E6E6E;
    line-height: 22px;
    text-decoration: none;
    padding: 7px 15px;
    white-space: nowrap;
}

header nav>ul>li>ul>li:hover>a,
header nav>ul>li>ul>li.current-menu-ancestor>a,
header nav>ul>li>ul>li.current-menu-item>a {
    background-color: #414f6e;
    color: #ffffff;
    text-decoration: none;
}

header nav>ul>li>ul>li>ul {
    list-style: none;
    border-top:1px solid #eaeaea;
}

header nav>ul>li>ul>li>ul>li {
    border-bottom: 1px solid #eaeaea;
}

header nav>ul>li>ul>li>ul>li:last-child {
    border-bottom: 0;
}

header nav>ul>li>ul>li>ul>li>a {
    display: block;
    font-size: 14px;
    color: #aaa;
    line-height: 20px;
    text-decoration: none;
    padding: 4px 15px 4px 25px;
}

header nav>ul>li>ul>li>ul>li:hover>a,
header nav>ul>li>ul>li>ul>li.current-menu-ancestor>a,
header nav>ul>li>ul>li>ul>li.current-menu-item>a {
    background-color: #384560;
    color: #ffffff;
    text-decoration: none;
}
*/


/* SLIDER */
#front-slider {
	height:100%;
    max-height:619px;
	position:relative;
	overflow:hidden;
}

#front-slider .center-box {
	display:table;
    width:50%;
	height:619px;
	position:absolute;
	top:0;
    left:50%;
}
#front-slider .center-box-middle {
    display: table-cell;
    vertical-align: middle;
}
#front-slider .center-box-inner {
    color: #FFF;
    text-transform: uppercase;
    text-align: left;
	position:relative;
	padding-right:85px;
	padding-bottom:25px;
}
#front-slider .center-box-inner h1, #front-slider .center-box-inner .h1 {
    font-size:72px;
    line-height:72px;
	margin:0 0 15px;
}
#front-slider .center-box-inner p {
    font-size:36px;
    line-height:36px;
}
#front-slider .center-box-inner .buttons {
    text-align:left;
	margin-top:50px;
}
#front-slider .center-box-inner .buttons a {
	display:inline-block;
    font-size:16px;
	font-weight:bold;
	line-height:16px;
	color:#576a94;
    text-decoration: none;
	text-transform:uppercase;
	padding:15px 25px 13px;
	margin:0 10px 0 0;
    background:#fff;
}
#front-slider .center-box-inner .buttons a:hover {
    background-color: #002c5e;
    color: #ffffff;
}
#front-slider .center-box-inner .seals {
	position:absolute;
	top:95%;
	right:85px;
}
#front-slider .center-box-inner .seals > div {
	float:left;
	height:150px;
	margin-left:10px;
}
#front-slider .center-box-inner .seals > div.family {
	padding:10px;
	background:rgba(255,255,255,0.5);
}
#front-slider .center-box-inner .seals > div img {
	display:block;
	width:auto;
	height:100%;
}



/* FRONT-TEXT-1 */

#front-text-1 h2, #front-text-1 .h2 {
    margin-bottom: 36px;
}

#front-text-1 h1, #front-text-1 .h1 {
    margin-top: 0px;
}

#front-text-1 .innerWrap {
    padding-top: 3.8em;
    padding-bottom: 3.8em;
}

#front-text-1 .text {
    width: 78%;
    margin: 0 auto;
    text-align: center;
}

#front-text-1 p {
    line-height: 24px;
    font-size: 16px;
}

#front-berufsgruppen .innerWrap,
#front-einrichtungen .innerWrap {
    padding-top: 63px;
    padding-bottom: 40px;
}


/* FRONT-TEXT-2 */
#front-text-2 {
    text-align: center;
	border-top:1px solid #eaeaea;
}
#front-text-2 .innerWrap {
    padding-top: 50px;
    padding-bottom: 50px;
}
#front-text-2 .text h1, #front-text-2 .text .h1 {
    text-align: center;
    margin-bottom: 35px;
}
#front-text-2 .text p {
    width: 80%;
    margin: 0 auto;
}


/* FRONT-EINRICHTUNGEN */
#front-einrichtungen .innerWrap>h2,
#front-einrichtungen .innerWrap>h3, #front-einrichtungen .innerWrap>.h2, #front-einrichtungen .innerWrap>.h3 {
    color: #6E6E6E;
    line-height: 36px;
    text-align: left;
}

#front-einrichtungen .innerWrap>h3, #front-einrichtungen .innerWrap>.h3 {
    margin: 35px 0px 15px 0px;
    font-size: 19px;
}

#front-einrichtungen .innerWrap>h2, #front-einrichtungen .innerWrap>.h2 {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
}

#front-einrichtungen .groups {
    margin:0 -10px;
}

#front-einrichtungen .facility-featured {
    width: 25%;
    float: left;
    padding: 10px;
}

#front-einrichtungen .facility-featured-two {
    width:20%;
}

#front-einrichtungen .facility-featured .group-inner {
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 89.61%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #cdcdcd;
    position: relative;
}

#front-einrichtungen .facility-featured .group-inner .group-title {
    position: absolute;
    bottom: 0;
    height: 80px;
    width: 100%;
    background: #FFF;
}

#front-einrichtungen .facility-featured .group-inner .group-title span {
    position: absolute;
    right: 15px;
    background-color: #FFF;
    color: #6E6E6E;
    text-align: left;
    font-size: 16px;
    top: 37%;
}

#front-einrichtungen .group-more a {
    float: left;
    padding: 6px 15px 10px 0px;
}

#front-einrichtungen .group {
    padding-left: 10px;
}

#front-einrichtungen .facility-featured .group-inner .group-title svg {
    fill: #6E6E6E;
    height: 15px;
    width: 15px;
}

#front-einrichtungen .facility-featured .group-inner .group-title img {
    position: absolute;
    height: 35%;
    width: auto;
    top: 32%;
    left: 15px;
}

#front-einrichtungen .facility-featured .group-inner:hover {
    background-color: rgba(87, 106, 148, 1);
    background-blend-mode: overlay;
}

#front-einrichtungen .facility-non-featured .group-title {
    float: left;
    padding: 5px 30px 5px 0px;
}

#front-einrichtungen .facility-non-featured a {
    color: #6E6E6E !important;
    text-decoration: none;
}


/* FRONT-BERUFSGRUPPEN */
#front-berufsgruppen .innerWrap {
    padding-top: 45px;
}
#front-berufsgruppen .innerWrap > h2, #front-berufsgruppen .innerWrap > .h2 {
    font-size: 30px;
    font-weight: bold;
    color: #6E6E6E;
    line-height: 36px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 15px;
}

#front-berufsgruppen .groups {
    margin:0 -10px;
}
#front-berufsgruppen .group {
    width: 25%;
    float: left;
    padding: 10px;
    position: relative;
}
#front-berufsgruppen .group .group-inner {
    display: block;
    height: 0;
    overflow: hidden;
    width: 100%;
    padding-bottom: 89.61%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #cdcdcd;
    position: relative;
	text-decoration:none;
}
#front-berufsgruppen .group .group-inner .center-box {
	display:table;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	vertical-align:middle;
}
#front-berufsgruppen .group .group-inner .center-box .center-box-middle {
	display:table-cell;
	vertical-align:middle;
	color:#fff;
}

#front-berufsgruppen .group .group-inner .group-title {
    position: absolute;
    bottom: 0;
    background-color: #FFF;
    width: 100%;
    color: #576a94;
    overflow: hidden;
    height: 25%;
}
#front-berufsgruppen .group .group-inner .group-shape:before {
    content: '';
    position: absolute;
    border-radius: 122px;
    border: solid 122px rgba(83, 101, 140, 0.34);
    left: -122px;
    transform: scaleX(0.6);
    bottom: -30px;
    margin-left: auto;
    margin-right: auto;
    width: 0px;
}
#front-berufsgruppen .group .group-inner .group-title .group-shape:before {
    border: solid 122px rgba(83, 101, 140, 1);
}
#front-berufsgruppen .group .group-inner .group-title span {
    display: block;
    text-align: left;
    font-size: 1.1em;
    margin: 8% 0px 0px 32%;
    position: relative;
    line-height: 1em;
}
#front-berufsgruppen .group .group-inner[title="weiter zu Klinikgastronomie & -service"] span {
    margin-top:5%;
}
#front-berufsgruppen .group .group-inner .group-title img {
    position: absolute;
    width: 8%;
    height: auto;
    margin-top: 11%;
    transform: translateY(-50%);
    left: 13px;
    z-index:1;
}

#front-berufsgruppen .group-inner:hover {
    background-color: rgba(87, 106, 148, 1);
    background-blend-mode: overlay;
}



/* SUB-TEXT-1 */
#sub-text-1 {
    background: #f8f9f9;
}
#sub-text-1 .innerWrap {
    padding-top: 50px;
    padding-bottom: 50px;
}
#sub-text-1 .text {
    margin: 0 auto;
}


/* SUB-TEXT-2 + 3 */
#sub-text-2,
#sub-text-3 {
    background: #fff;
}
#sub-text-2 .innerWrap,
#sub-text-3 .innerWrap {
    padding-top: 50px;
    padding-bottom: 50px;
}


/* ANFAHRT */
#sub-text-2 .karte {
    width:55%;
    float:left;
    margin-right:50px;
    padding-top:35px;
}
#sub-text-2 .karte #gmap {
    width:100%;
    height:500px;
}
#sub-text-2 .karte + .text {
    overflow:hidden;
    padding-top:35px;
}

#gmap {
    position: relative;
}
/*
#gmap::before {
    content:"Zum Laden der interaktiven Map bitte Cookies für Personalisierung akzeptieren";
    position: absolute;
    inset: auto 0 0 0 ;
    background-color: rgba(0, 0, 0, 75%);
    padding: 10px;
    text-align: center;
    color: white;
}*/


/* INITATIV-BEWERBUNG-BLOCK */
.initativ-teaser-block .group-inner {
    background-color: #576a94;
}
.initativ-teaser-block .group-inner:hover {
    background: rgba(87, 106, 148, 0.75) !important;
}
.initativ-teaser-block .group-inner .center-box-inner {
    text-align: center;
    text-transform: initial !important;
    position: relative;
}
.initativ-teaser-block .group-shape {
    position: absolute;
    bottom: 0px;
}
.initativ-teaser-block .group-inner .center-box-inner div:nth-child(1) {
    font-size: 2.3em;
}
.initativ-teaser-block .group-inner .center-box-inner div:nth-child(2) {
    font-size: 1.0em;
    margin-top: 5%;
}
.initativ-teaser-block .group-inner .center-box-inner div:nth-child(3) {
    font-size: 1.5em;
    font-weight: 400;
    margin-top: 8%;
}
.initativ-teaser-block .group-inner .center-box-inner .button {
    background: #FFF !important;
    color: #576a94 !important;
    margin-top: 10%;
    font-size: 1.3em;
}
.initativ-teaser-block .group-inner .center-box-inner .button:hover {
    background: #FFF !important;
    border: 1px solid #fff !important;
}


/* INITATIV-BEWERBUNG */
#initativ-teaser .innerWrap {
    position: relative;
    padding: 25px;
    text-align: center;
}
#initativ-teaser .innerWrap .center-box-inner {
    margin: 0 auto;
    width: 50%;
}

#initativ-teaser span,
#initativ-teaser strong {
    display: block
}

#initativ-teaser span {
    font-size: 1.1em;
    color: #6E6E6E;
    margin-bottom: 8px;
}

#initativ-teaser strong {
    font-size: 1.75em;
    color: #576a94;
    font-weight: 700;
    text-transform: uppercase;
}


/* STELLENANGEBOTE */
#stellenangebote .innerWrap {
    padding-top: 50px;
    padding-bottom: 50px;
}

#stellenangebote .innerWrap>h2, #stellenangebote .innerWrap>.h2 {
    font-size: 30px;
    font-weight: 600;
    color: #6E6E6E;
    line-height: 36px;
    text-align: center;
    margin-bottom: 15px;
}


/* STELLENANGEBOTE - TABLE */
#stellenangebote-uebersicht.berufsgruppe {
    padding-top:50px;
    padding-bottom:50px;
}
#stellenangebote-uebersicht .innerWrap {
	overflow-x:hidden;
}
#stellenangebote-uebersicht .innerWrap > h2, #stellenangebote-uebersicht .innerWrap > .h2 {
    margin-bottom:25px;
}

#stellenangebote-uebersicht .filters {
    margin:0 0 25px;
}
#stellenangebote-uebersicht .filters label {
    display:inline-block;
    line-height:35px;
    vertical-align:middle;
    margin-right:5px;
}
#stellenangebote-uebersicht .filters select {
    display:inline-block;
    height:35px;
    padding:0 10px;
    font-family:'Roboto Condensed', sans-serif;
    font-size:16px;
    font-weight:300;
    color:#575757;
    cursor:pointer;
    background:#fff;
    border:1px solid #6E6E6E;
    vertical-align:middle;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}

.stellenangebote-table-wrap .no-stellenangebote {
    display:block;
    font-size:16px;
    font-weight:300;
    line-height:22px;
    color:#6E6E6E;
    text-align:center;
    padding:14px 12px 12px;
    margin:0 5px;
    background-color:#f1f1f1;
}

.stellenangebote-table-wrap {
    margin:0 -5px;
}

.stellenangebote-table {
    display: table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 5px;
}
.stellenangebote-table .table-row {
    display: table-row;
    width: 100%;
}
.rss-table-loading {
	display:block;
	width:100%;
	height:100px;
	background:url('assets/images/load.gif') no-repeat center center #f1f1f1;
	background-size:32px 32px;
}
.stellenangebote-table .table-cell,
.stellenangebote-table .table-head {
    display: table-cell;
    padding: 14px 12px 12px;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    line-height: 22px;
    color: #6E6E6E;
    text-align: left;
    background-color: #f1f1f1;
}
.stellenangebote-table .table-cell.einrichtung {
    white-space:nowrap;
}
.stellenangebote-table .table-head {
    background-color: #576a94;
    color: #ffffff;
    font-weight: 600;
}
.stellenangebote-table .table-cell a {
    text-decoration: none;
    color: #6E6E6E;
}
.stellenangebote-table .table-cell a:hover {
    color: #576a94;
    border-bottom: 1px dotted #576a94;
}
.stellenangebote-table .table-cell:last-child {
    width: 50px;
    padding: 0;
    position: relative;
    text-align: center;
}
.stellenangebote-table .table-cell:last-child a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url('assets/images/icon-arrow-round.png') no-repeat center center;
}

.stellenangebote-table .table-cell:last-child a:hover {
    background-color: #576a94;
}

.stellenangebote-table-wrap .no-job-offers {
    display:block;
    padding:14px 12px;
    font-size:16px;
    font-weight:400;
    line-height:22px;
    color:#6E6E6E;
    text-align:center;
    margin:0 5px;
    background-color:#f1f1f1;
}
.stellenangebote-table-wrap .no-job-offers a {
    color:#576a94;
    text-decoration:none;
    border-bottom:1px dotted #576a94;
}
.stellenangebote-table-wrap .no-job-offers a:hover {
    color:#a5adc6;
    border-bottom:1px dotted #a5adc6;
}


/* STELLENANZEIGE */
#stellenanzeige {
    background:#fff;
}
#stellenanzeige .innerWrap {
    padding:50px 0;
}
#stellenanzeige .text {
    overflow:hidden;
}
#stellenanzeige .text h1 + h2, #stellenanzeige .text .h1 + h2, #stellenanzeige .text h1 + .h2, #stellenanzeige .text .h1 + .h2 {
    margin-top:-20px;
}
#stellenanzeige .text h3, #stellenanzeige .text .h3 {
    text-align:left;
}
#stellenanzeige .text .breakimage {
    width:100%;
    margin:0 0 30px;
    position:relative;
}
#stellenanzeige .text .breakimage {
    display:block;
    margin:0 auto;
    width:100%;
    height:auto;
}


/* EINRICHTUNGEN */
#main-einrichtungen #front-einrichtungen {
    background:#f8f9f9;
}


#single-einrichtungen #intro .text .main {
    margin-bottom:50px;
}
#single-einrichtungen #intro .text .main > ul {
    list-style:none;
    padding:0;
    margin:0;
}
#single-einrichtungen #intro .text .main > ul li {
    display:inline-block;
    vertical-align:middle;
    margin-right:30px;
}


#single-einrichtungen #intro {
    padding:50px 0;
}
#single-einrichtungen #intro .content,
#single-einrichtungen #sub-text-2 .content {
    overflow:hidden;
}

#single-einrichtungen #stellenangebote-uebersicht {
    padding:0 0 50px;
}


/* SIDEBAR */
aside {
    float:right;
    width:350px;
    margin-left:50px;
    margin-bottom:50px;
}
aside .block {
    padding:20px;
    margin-bottom:10px; 
    border:1px solid #6e6e6e;
}
aside .block > h4, aside .block > .h4 {
    margin-bottom:20px;
    font-size:20px;
    line-height:26px;
    color:#576a94;
    font-weight:normal;
}
aside .block > .content ul {
    list-style:none;
    margin-bottom:20px;
}
aside .block > .content ul:last-child {
    margin-bottom:0;
}
aside .block > .content a {
    color: #576a94;
    text-decoration: none;
    border-bottom: 1px dotted #576a94;
}
aside .block > .content a:hover {
    color: #a5adc6;
    border-bottom: 1px dotted #a5adc6;
}

aside .block > .content ol {
    margin-left:15px;
}
aside .block > .content ol li {
    margin-bottom:10px;
}
aside .block > .content ol ol {
    margin-top:10px;
}

aside .block.toc ol {
    counter-reset:item;
    margin-left:0;
    margin-bottom:0;
}
aside .block.toc li > ol {
    margin-top:5px;
    margin-left:18px;
}
aside .block.toc ol li {
    display:block;
    margin:0 0 5px;
    position:relative;
    padding-left:30px;
}
aside .block.toc ol li:before {
    width:20px;
    overflow:hidden;
	content:counters(item, ".") ". ";
	counter-increment:item;
    text-align:right;
    position:absolute;
    left:0;
    top:0;
}


/* CTA */
.cta-bewerben {
    text-align: center;
    background: #f1f1f1;
    padding: 50px 0;
}
.cta-bewerben p {
    display:inline-block;
    font-size:24px;
    font-weight:300;
    text-align:center;
    color:#6E6E6E;
	line-height:28px;
    margin-right:50px;
    vertical-align:middle;
}
.cta-bewerben a {
    vertical-align: middle;
}

.cta-kontakt {
    padding: 50px 0;
    background: #f1f1f1;
}
.cta-kontakt .innerWrap {
    text-align:center;
}
.cta-kontakt .innerWrap > div {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    line-height: 26px;
    text-align: left;
    margin-right: 100px;
}
.cta-kontakt .innerWrap>div strong {
    display: block;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
}
.cta-kontakt .innerWrap>a {
    vertical-align: middle;
}


.cta-jobs .innerWrap .cta-content {
    display:flex;
    flex-direction:row;
    justify-content:center;
    align-items:center;
}
.cta-jobs .innerWrap .cta-content > div {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    line-height: 26px;
}
.cta-jobs .innerWrap .cta-content > div:first-child {
    padding-right:50px;
}
.cta-jobs .innerWrap .cta-content > div:last-child {
    padding-left:50px;
}
.cta-jobs .innerWrap h4,
.cta-jobs .innerWrap .h4,
.cta-jobs .innerWrap>div p {
    vertical-align:middle;
    font-size:20px;
    font-weight:300;
    color:#fff;
    line-height:1.4;
    text-align:left;
    padding:0;
    margin:0;
}
.cta-jobs .innerWrap h4,
.cta-jobs .innerWrap .h4 {
    text-align:center;
    padding:0 20px 20px !important;
    margin:0 0 20px !important;
}
.cta-jobs .innerWrap>div p strong {
    display: block;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
}
.cta-jobs a.button {
    text-align:center;
}

@media (max-width:600px) {
    
   .cta-jobs .innerWrap .cta-content {
        flex-direction:column;
    }
    .cta-jobs .innerWrap .cta-content > div:first-child {
        padding-right:0;
        margin-bottom:15px;
    }
    .cta-jobs .innerWrap .cta-content > div:last-child {
        padding-left:0;
    }
    .cta-jobs .innerWrap h4,
    .cta-jobs .innerWrap .h4,
    .cta-jobs .innerWrap>div p {
        text-align:center;
    }
    
}



/* CTA CONTACT */
.cta-contact .cta-contact-pre { background:#f1f1f1; }
.cta-contact .cta-contact-pre .innerWrap { padding:50px 0; }
.cta-contact .cta-contact-pre h2, .cta-contact .cta-contact-pre .h2 {
	font-size:24px;
	font-weight:600;
	margin:0 0 15px;
    text-align:center;
}
.cta-contact .cta-contact-pre p {
	font-size:18px;
	font-weight:300;
	margin:0;
    text-align:center;
}

.cta-contact .cta-contact-form {
    background:#576a94;
}
.cta-contact .cta-contact-form .innerWrap { padding:50px 0; }
.cta-contact .cta-contact-form .form { width:45%; float:left; }
.cta-contact .cta-contact-form .form .row { margin:0; }

.cta-contact .cta-contact-form .form form div.name,
.cta-contact .cta-contact-form .form form div.grund,
.cta-contact .cta-contact-form .form form div.telefon,
.cta-contact .cta-contact-form .form form div.email {
	width:50%;
	float:left;
	margin:0 0 10px;
	padding:0 5px 0 0;
}
.cta-contact .cta-contact-form .form form div.grund,
.cta-contact .cta-contact-form .form form div.email {
	padding:0 0 0 5px;
}
.cta-contact .cta-contact-form .form form div.name:before,
.cta-contact .cta-contact-form .form form div.grund:before,
.cta-contact .cta-contact-form .form form div.telefon:before,
.cta-contact .cta-contact-form .form form div.email:before {
	display:block;
	float:left;
	width:40px;
	height:40px;
	content:"";
	background:#fff;
}
.cta-contact .cta-contact-form .form form div.name:before { background:url('assets/images/person_small.png') no-repeat center center #fff; }
.cta-contact .cta-contact-form .form form div.grund:before { background:url('assets/images/reason_small.png') no-repeat center center #fff; }
.cta-contact .cta-contact-form .form form div.telefon:before { background:url('assets/images/phone_form_small.png') no-repeat center center #fff; }
.cta-contact .cta-contact-form .form form div.email:before { background:url('assets/images/mail_form_small.png') no-repeat center center #fff; }
.cta-contact .cta-contact-form .form form div.name span.wpcf7-form-control-wrap,
.cta-contact .cta-contact-form .form form div.grund span.wpcf7-form-control-wrap,
.cta-contact .cta-contact-form .form form div.telefon span.wpcf7-form-control-wrap,
.cta-contact .cta-contact-form .form form div.email span.wpcf7-form-control-wrap {
	display:block;
	overflow:hidden;
}
.cta-contact .cta-contact-form .form form div.name input,
.cta-contact .cta-contact-form .form form div.grund select,
.cta-contact .cta-contact-form .form form div.telefon input,
.cta-contact .cta-contact-form .form form div.email input {
	width:100%;
	height:40px;
	line-height:40px;
	padding:0 15px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:16px;
	font-weight:300;
	color:#575757;
	background:#fff;
    -webkit-border-radius:0;
    -moz-border-radius:0;
	border-radius:0;
	border:0;
}
.cta-contact .cta-contact-form .form form div.senden { margin:10px 0 0; text-align:right; }
.cta-contact .cta-contact-form .form form div.senden .ajax-loader { display:none; }
.cta-contact .cta-contact-form .form form span.wpcf7-not-valid-tip {
	font-size:14px;
	text-align:left;
	margin:5px 0 0;
}
.cta-contact .cta-contact-form .wpcf7-response-output { margin:25px 0 0; padding:0; }
.cta-contact .cta-contact-form .wpcf7-mail-sent-ok,
.cta-contact .cta-contact-form .wpcf7-validation-errors { border:0; font-size:14px; text-align:left; }
.cta-contact .cta-contact-form .wpcf7-validation-errors:before {
	display:inline-block;
	content:"";
	width:17px;
	height:16px;
	margin:1px 10px 0 0;
	vertical-align:top;
	background:url('images/warning_small.png') no-repeat center center;
}

.cta-contact .cta-contact-form .info { width:45%; float:right; }
.cta-contact .cta-contact-form .info > p {
	font-size:16px;
	line-height:24px;
	font-weight:400;
	text-align:left;
	margin:0 0 45px;
}
.cta-contact .cta-contact-form .info .phone {
	float:left;
	margin:0 65px 0 0;
	padding:0 0 0 60px;
	background:url('images/phone_big.png') no-repeat left center;
}
.cta-contact .cta-contact-form .info .email {
	float:left;
	padding:0 0 0 68px;
	background:url('images/mail_big.png') no-repeat left center;
}
.cta-contact .cta-contact-form .info .phone h3,
.cta-contact .cta-contact-form .info .email h3, 
.cta-contact .cta-contact-form .info .phone .h3,
.cta-contact .cta-contact-form .info .email .h3 {
	font-size:16px;
	font-weight:600;
	text-align:left;
	text-transform:none;
	margin:0 0 10px;
}
.cta-contact .cta-contact-form .info .phone p,
.cta-contact .cta-contact-form .info .email p {
	font-size:16px;
	font-weight:300;
	text-align:left;
}
.cta-contact .cta-contact-form .info .phone p a,
.cta-contact .cta-contact-form .info .email p a { text-decoration:none; }

.cta-contact .cta-contact-form .form form div.senden { margin:10px 0 0; text-align:right; }
.cta-contact .cta-contact-form .form form div.senden .ajax-loader { display:none; }
.cta-contact .cta-contact-form .form form span.wpcf7-not-valid-tip {
	font-size:14px;
	text-align:left;
	margin:5px 0 0;
}
.cta-contact .cta-contact-form .wpcf7-response-output { margin:25px 0 0; padding:0; }
.cta-contact .cta-contact-form .wpcf7-mail-sent-ok,
.cta-contact .cta-contact-form .wpcf7-validation-errors { border:0; font-size:14px; text-align:left; }
.cta-contact .cta-contact-form .wpcf7-validation-errors:before {
	display:inline-block;
	content:"";
	width:17px;
	height:16px;
	margin:1px 10px 0 0;
	vertical-align:top;
	background:url('images/warning_small.png') no-repeat center center;
}

.cta-contact .cta-contact-form .info { width:45%; float:right; }
.cta-contact .cta-contact-form .info > p {
	font-size:16px;
	line-height:24px;
	font-weight:400;
	text-align:left;
	margin:0 0 45px;
}
.cta-contact .cta-contact-form .info .phone {
	float:left;
	margin:0 65px 0 0;
	padding:0 0 0 60px;
	background:url('images/phone_big.png') no-repeat left center;
}
.cta-contact .cta-contact-form .info .email {
	float:left;
	padding:0 0 0 68px;
	background:url('images/mail_big.png') no-repeat left center;
}
.cta-contact .cta-contact-form .info .phone h3,
.cta-contact .cta-contact-form .info .email h3,  
.cta-contact .cta-contact-form .info .phone .h3,
.cta-contact .cta-contact-form .info .email .h3 {
	font-size:16px;
	font-weight:600;
	text-align:left;
	text-transform:none;
	margin:0 0 10px;
}
.cta-contact .cta-contact-form .info .phone p,
.cta-contact .cta-contact-form .info .email p {
	font-size:16px;
	font-weight:300;
	text-align:left;
}
.cta-contact .cta-contact-form .info .phone p a,
.cta-contact .cta-contact-form .info .email p a { text-decoration:none; }


.cta-inner-text .cta-contact-pre {
    padding:25px 0;
}
.cta-inner-text .cta-contact-pre h2, .cta-inner-text .cta-contact-pre .h2 {
    color:#576a94;
    border-bottom:0 !important;
    padding:0 !important;
    margin:0 0 15px !important;
}
.cta-inner-text .cta-contact-form {
    padding:25px 0;
    text-align:center;
}
.cta-inner-text .cta-contact-form .form {
    display:inline-block;
    float:none;
    white-space:nowrap;
    text-align:center;
    width:90%;
    max-width:750px;
}
.cta-inner-text .cta-contact-form .form form span.wpcf7-not-valid-tip {
    color:#fff !important;
}
.cta-inner-text .cta-contact-form .wpcf7-form-control-wrap {
    margin:0;
}


/* KARRIERE-WIKI */
#standardseite { background:#fff; }
#standardseite .innerWrap {
    width:100%;
    max-width:1600px;
    padding:50px 0;
}

.page-template-page-karriere-wiki .cta-kontakt {
    padding:0;
}

@media (max-width:776px) {
    
    .cta-kontakt .innerWrap > div {
        display:block;
        margin-right:0;
        margin-bottom:25px;
        padding-left:25px;
        padding-right:25px;
        text-align:center;
    }
    
}

#standardseite .text,
#standardseite .content_left { overflow:hidden; }
#standardseite .content_left > div.infobox-vs > div.content-2 > div > div{
	min-height: 230px;
}
#standardseite > div > div > div.infobox-vs > div.content-2 > div.left > div > a,
#standardseite > div > div > div.infobox-vs > div.content-2 > div.right > div > a{
	bottom:15px;
	position:absolute;
}
#standardseite > div > div.content_left > div.infobox-vs > div.content-2 > div.right > div > a{
	right: 15px;
}

.page-template-page-karriere-wiki .text h2,
.page-template-page-karriere-wiki .text h3,
.page-template-page-karriere-wiki .text h4,
.page-template-page-karriere-wiki .text .h2,
.page-template-page-karriere-wiki .text .h3,
.page-template-page-karriere-wiki .text .h4 {
    padding: 0 0 15px;
    margin: 50px 0 20px;
    border-bottom: 1px solid #e6e6e6;
}
.page-template-page-karriere-wiki .text h2, .page-template-page-karriere-wiki .text .h2 {
    font-size:32px;
}
.page-template-page-karriere-wiki .text h3, .page-template-page-karriere-wiki .text .h3 {
    font-size:26px;
}
.page-template-page-karriere-wiki .text h4, .page-template-page-karriere-wiki .text .h4 {
    font-size:22px;
}
.page-template-page-karriere-wiki .text h5, .page-template-page-karriere-wiki .text .h5 {
    font-size:20px;
}
.page-template-page-karriere-wiki .text h6, .page-template-page-karriere-wiki .text .h6 {
    font-size:18px;
}


.box-slider-anfrage {
    padding-bottom:65px;
}
.box-slider-anfrage .slider {
    overflow:hidden;
}

.box-slider-anfrage .anfrage {
    width:340px;
    padding:25px;
	text-align:left;
    float:right;
    margin-left:10px;
    background:#576a94;
}
.box-slider-anfrage .anfrage > p {
    font-size:20px;
    font-weight:600;
    color:#fff;
    text-align:left;
    text-transform:uppercase;
    margin:0 0 25px;
}
.box-slider-anfrage .anfrage > div p {
	font-size:16px;
	font-weight:300;
	text-align:justify;
    color:#fff;
}
.box-slider-anfrage .anfrage > div .phone {
	margin:30px 0;
	padding:12px;
	text-align:center;
    border:1px dotted #fff;
}
.box-slider-anfrage .anfrage > div .phone a {
	display:inline-block;
	line-height:32px;
	font-size:32px;
	font-weight:400;
    color:#fff;
	text-decoration:none;
}
.box-slider-anfrage .anfrage > div .phone a:before {
	display:inline-block;
	content:"";
	width:22px;
	height:22px;
	margin:0 20px 0 0;
	background:url('assets/images/phone_big.png') no-repeat left center;
	background-size:auto 100%;
}
.box-slider-anfrage .anfrage > div .phone + a { margin:0 0 5px; }


.wiki-usps {
    padding:60px 0 90px;
    /*background:url('images/klinik-eichholz-karte.png') no-repeat right 0 top 60px;*/
}
.wiki-usps > h3, .wiki-usps > .h3 {
    text-align:left;
    margin-bottom:15px;
}
.wiki-usps ul {
    width:50%;
    list-style:none;
    padding:35px 0 60px;
    margin:0;
    position:relative;
}
.wiki-usps ul:after {
    display:block;
    content:"";
    width:1px;
    height:100%;
    position:absolute;
    top:0;
    left:29px;
    z-index:1;
    background:#e6e6e6;
}
.wiki-usps ul li {
    font-size:16px;
    font-weight:300;
    color:#575757;
    line-height:23px;
    text-align:left;
    margin-bottom:20px;
    position:relative;
    z-index:2;
}
.wiki-usps ul li:last-child {
    margin-bottom:0;
}
.wiki-usps ul li span {
    display:block;
    width:59px;
    height:59px;
    float:left;
    vertical-align:middle;
    margin:-6px 15px 0 0;
    background:url('https://placehold.it/59x59/') no-repeat center center;
    background-size:59px 59px;
}


/* BUTTON */
.button {
    display: inline-block;
    padding: 10px 30px;
    text-decoration: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-weight: 700 !important;
    color: #fff !important;
    line-height: 22px;
    cursor: pointer;
    text-transform: uppercase;
    border: 1px solid #576a94;
    background-color: #576a94;
    -webkit-appearance: none;
}

.button:hover {
    text-decoration: none;
    border-color: #002c5e;
    background-color: #002c5e;
}

.button.light {
    color: #576a94 !important;
    background: transparent;
    font-weight: 300;
}

.button.light:hover {
    background: #002c5e;
    border-color: #002c5e;
    color: #fff !important;
}

.button.light.white {
    color: #fff !important;
    border-color: #fff;
}

.button.light.white:hover {
    border-color: #a5adc6;
}

.button.white:not(.light) {
    color:#576a94 !important;
    background:#fff;
    border:1px solid #fff;
}
.button.white:not(.light):hover {
    background:#a5adc6;
    border:1px solid #a5adc6;
}


/* SIDEBAR */


/*-sidebar-*/

.sidebar {
    width: 340px;
    float: right;
    padding: 0 0 0 25px;
    margin: 0 0 0 25px;
    border-left: 1px solid #e6e6e6
}

.sidebar+.text {
    overflow: hidden;
}

.sidebar .block {
    padding: 0 0 50px;
    margin: 0 0 50px;
    border-bottom: 1px solid #e6e6e6;
}

.sidebar .block:last-child {
    margin: 0;
    border-bottom: 0;
}

.sidebar .block>p {
    font-size: 20px;
    font-weight: 600;
    color: #575757;
    text-align: left;
    text-transform: uppercase;
    margin: 0 0 25px;
}

.sidebar .block.zusammenfassung ul {
    list-style-type: none;
    text-align: left;
}

.sidebar .block.zusammenfassung ul li {
    line-height: 24px;
    font-size: 16px;
    font-weight: 300;
    color: #575757;
    padding: 0 0 0 32px;
    margin: 0 0 5px;
    background: url('assets/images/plus.png') no-repeat 0 4px;
}

.sidebar .block.zusammenfassung .cta-button {
    margin: 35px 0 0;
    text-align: left;
}

.sidebar .block.subpages>ul {
    list-style-type: none;
    text-align: left;
}

.sidebar .block.subpages>ul>li>a {
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 300;
    color: #575757;
    padding: 5px 5px;
    text-decoration: none;
    border-bottom: 1px solid #e6e6e6;
}

.sidebar .block.subpages>ul>li>ul.children {
    list-style-type: none;
    text-align: left;
}

.sidebar .block.subpages>ul>li>ul.children>li {}

.sidebar .block.subpages>ul>li>ul.children>li>a {
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 300;
    color: #7d7d7d;
    padding: 5px 5px 5px 20px;
    text-decoration: none;
    border-bottom: 1px solid #e6e6e6;
}

.sidebar .block.ansprechpartner .thumbnail {
    width: 100%;
    height: 200px;
    background-color: #e6e6e6;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.sidebar .block.ansprechpartner .information {
    margin: 10px 0 0;
    padding: 10px 0 0;
    border-top: 1px solid #e6e6e6;
}

.sidebar .block.ansprechpartner .information>p {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
}

.sidebar .block.ansprechpartner .information>span {
    display: block;
    font-size: 16px;
    font-weight: 300;
    color: #575757;
    text-align: left;
}

.sidebar .block.ansprechpartner .information>ul {
    list-style-type: none;
    text-align: left;
    margin: 20px 0 0;
}

.sidebar .block.ansprechpartner .information>ul li {
    font-size: 16px;
    font-weight: 300;
    color: #575757;
    margin: 0 0 5px;
}

.sidebar .block.ansprechpartner .information>ul li.phone:before,
.sidebar .block.ansprechpartner .information>ul li.email:before {
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    vertical-align: top;
    margin: 3px 10px 0 0;
    background: url('assets/images/phone_form_small.png') no-repeat left center;
}

.sidebar .block.ansprechpartner .information>ul li.email:before {
    background: url('assets/images/mail_form_small.png') no-repeat left center;
}

.sidebar .block.ansprechpartner .information>ul li a {
    text-decoration: none;
}

.sidebar .block.stellenanzeigeinfos>div>p {
    font-size: 16px;
    font-weight: 300;
    color: #575757;
    text-align: left;
    margin: 0 0 15px;
}

.sidebar .block.stellenanzeigeinfos>div>ul {
    list-style-type: none;
    text-align: left;
    margin: 0 0 35px;
    padding: 0 0 0 32px;
}

.sidebar .block.stellenanzeigeinfos>div>ul:last-child {
    margin: 0;
}

.sidebar .block.stellenanzeigeinfos>div>ul.bw_contact {
    background: url('assets/images/icon_bw_contact.png') no-repeat 0 0;
}

.sidebar .block.stellenanzeigeinfos>div>ul.bw_questions {
    background: url('assets/images/icon_bw_questions.png') no-repeat 0 2px;
}

.sidebar .block.stellenanzeigeinfos>div>ul li {
    font-size: 16px;
    font-weight: 300;
    color: #575757;
    margin: 0 0 5px;
}

.sidebar .block.toc {
    padding: 20px;
    background: #e6e6e6;
}

.sidebar .block.toc ol {
    list-style-type: none;
}

.sidebar .block.toc>ol>li {
    font-size: 16px;
    font-weight: 300;
    color: #575757;
    line-height: 24px;
    text-align: left;
    margin: 0 0 10px;
    padding: 0 0 0 24px;
    background: url('assets/images/icon_list_grey.png') no-repeat 0 5px;
}

.sidebar .block.toc>ol>li:last-child {
    margin: 0;
}

.sidebar .block.toc>ol>li>a {
    color: #575757;
    text-decoration: none;
    border-bottom: 1px dotted #575757;
}

.sidebar .block.toc>ol>li>a:hover {
    color: #000;
    border-bottom: 1px dotted #000;
}

.sidebar .block.toc>ol>li>ol {
    padding: 10px 0 0;
}

.sidebar .block.toc>ol>li>ol>li {
    font-size: 16px;
    font-weight: 300;
    color: #888;
    line-height: 24px;
    text-align: left;
    margin: 0 0 10px;
    padding: 0 0 0 24px;
}

.sidebar .block.toc>ol>li>ol>li>a {
    color: #888;
    text-decoration: none;
    border-bottom: 1px dotted #888;
}

.sidebar .block.toc>ol>li>ol>li>a:hover {
    color: #575757;
    border-bottom: 1px dotted #575757;
}


.sidebar .block.archiv-years>p {
    font-size: 16px;
    font-weight: 300;
    color: #777;
    text-transform: none;
}

.sidebar .block.archiv-years>ul {
    list-style: none;
}

.sidebar .block.archiv-years>ul li {
    display: block;
    margin: 0 0 10px;
}

.sidebar .block.archiv-years>ul li a {
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 12px;
    font-size: 16px;
    font-weight: 300;
    color: #777;
    line-height: 16px;
    border: 1px solid #e6e6e6;
}

.sidebar .block.anfrage {
    padding: 25px;
    margin-left: -26px;
    text-align: left;
    background:#576a94;
}
.sidebar .block.anfrage > p {
    color:#fff;
}

.sidebar .block.anfrage>div p {
    font-size: 16px;
    font-weight: 300;
    text-align: justify;
    color:#fff;
}

.sidebar .block.anfrage>div .phone {
    margin: 30px 0;
    padding: 12px;
    text-align: center;
    border:1px dotted #fff;
}

.sidebar .block.anfrage>div .phone a {
    display: inline-block;
    line-height: 32px;
    font-size: 32px;
    font-weight: 400;
    color:#fff;
    text-decoration: none;
}

.sidebar .block.anfrage>div .phone a:before {
    display: inline-block;
    content: "";
    width: 22px;
    height: 22px;
    margin: 0 20px 0 0;
    background: url('assets/images/phone_big.png') no-repeat left center;
    background-size: auto 100%;
}

.sidebar .block.anfrage>div .phone+a {
    margin: 0 0 5px;
}

.sidebar .block.bewertungen {
    padding-bottom: 0;
}

.sidebar .block.bewertungen>p:before {
    display: inline-block;
    content: "";
    width: 15px;
    height: 15px;
    margin: 0 10px 0 0;
    background: url('assets/images/star@2x.png') no-repeat center center;
    background-size: auto 15px;
}

.sidebar .block.bewertungen .bewertung {
    padding: 20px;
    margin: 0 0 15px;
    text-align: left;
    background: url('assets/images/quote.png') no-repeat right top;
}

.sidebar .block.bewertungen .bewertung .text {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    text-align: justify;
    margin: 0 0 20px;
}

.sidebar .block.bewertungen .bewertung .text p {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.sidebar .block.bewertungen .bewertung .text p:last-child {
    margin: 0;
}

.sidebar .block.bewertungen .bewertung a {
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.sidebar .block.bewertungen .buttons {
    margin: 30px 0 0;
    text-align: right;
    background: url('assets/images/logo_klinikbewertungen-de.png') no-repeat 0 15px;
    background-size: auto 16px;
}


.sidebar .block.navigation {
    margin-bottom:0;
    border-bottom:0;
}
.sidebar .block.navigation > div {}
.sidebar .block.navigation > div h4,
.sidebar .block.navigation > div .h4 {
    font-size:20px;
    font-weight:600;
    color:#575757;
    line-height:24px;
    text-transform:uppercase;
    text-align:left;
    margin-bottom:10px;
}
.sidebar .block.navigation > div ul {
    list-style:none;
    padding:0;
    margin:0 0 20px;
}
.sidebar .block.navigation > div:last-child ul {
    margin:0;
}
.sidebar .block.navigation > div ul li {
    font-size:16px;
    font-weight:300;
    color:#575757;
    line-height:20px;
    text-align:left;
    border-bottom:1px solid #e6e6e6;
    -webkit-transition:all 0.1s ease-out;
    -moz-transition:all 0.1s ease-out;
    -o-transition:all 0.1s ease-out;
    transition:all 0.1s ease-out;
}
.sidebar .block.navigation > div ul li:hover {
    border-bottom:1px solid #576a94;
}
.sidebar .block.navigation > div ul li a {
    display:block;
    color:#575757;
    text-align:left;
    padding:10px 15px;
    text-decoration:none;
    -webkit-transition:all 0.1s ease-out;
    -moz-transition:all 0.1s ease-out;
    -o-transition:all 0.1s ease-out;
    transition:all 0.1s ease-out;
}
.sidebar .block.navigation > div ul li a:hover {
    color:#fff;
    background:#576a94;
}



/* FRONT-ARBEITEN */
#front-arbeiten .innerWrap {
    padding-top: 50px;
    padding-bottom: 50px;
}
#front-arbeiten .innerWrap > h2, #front-arbeiten .innerWrap > .h2 {
    font-size: 30px;
    font-weight: 600;
    color: #6E6E6E;
    line-height: 36px;
    text-align: left;
    padding-left: 10px;
    margin-bottom: 15px;
    text-transform: uppercase
}

#front-arbeiten .groups {
	margin:0 -10px;
	overflow:hidden;
}
#front-arbeiten .group {
    width: 25%;
    float: left;
    padding: 10px;
}
#front-arbeiten .group .group-inner {
	display:block;
    height: 0;
    width: 100%;
    overflow: hidden;
    padding-bottom: 89.61%;
    border: 1px solid #cdcdcd;
    position: relative;
	text-decoration:none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
}
#front-arbeiten .group .group-inner .center-box {
	display:table;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	vertical-align:middle;
}
#front-arbeiten .group .group-inner .center-box .center-box-middle {
	display:table-cell;
	vertical-align:middle;
}

#front-arbeiten .center-box .title {
    text-align: center;
}

#front-arbeiten .center-box .title img {
    margin-bottom: 10%;
}

#front-arbeiten .center-box .title span {
    font-size: 35px;
    line-height: 1em;
    text-transform: uppercase;
    color: #576a94;
    font-weight: 700;
    display: block;
}

#front-arbeiten .group .group-inner.img {}



#front-arbeiten .boxes .box-wrap {
    float: left;
    width: 50%;
    padding: 10px;
}

#front-arbeiten .boxes .box {
    display: block;
    position: relative;
    height: 300px;
    line-height: 300px;
    border: 1px solid #cdcdcd;
    text-decoration: none;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#front-arbeiten .group .group-inner:hover {
    opacity: 0.6;

}

#front-arbeiten .group .group-inner:hover img {
    opacity: 1; 

}

#front-arbeiten .group .group-inner:hover span{
    color: #002c5e;
}



/* testimonials */

.testimonial-box {
    width: 920px;
    margin-left: auto;
    margin-right: auto;
    background-image: url('assets/images/icon-quote1.png'), url('assets/images/icon-quote2.png');
    background-repeat: no-repeat;
    background-position: 180px 40px, bottom right;
    text-align: justify;
    padding-right: 20px;
}

.testimonial-box .testimonial-name {
    font-size: 1.5rem;
    font-weight: 400;
}

.testimonial-box img {
    float: left;
    margin-right: 50px;
    width: 152px;
}


/* facilities */

#facilities-slider .innerWrap {
    padding-top: 50px;
    padding-bottom: 50px;
}

#facilities-slider .innerWrap>h2, #facilities-slider .innerWrap>.h2 { 
    font-size: 30px;
    font-weight: 600;
    color: #6E6E6E;
    line-height: 36px;
    text-align: center;
    margin-bottom: 15px;
}

.facilities-slider {
    display: table;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    table-layout: fixed;
}

.facilities-slider .cntrl {
    display: table-cell !important;
    width: 27px;
    height: 100%;
    vertical-align: middle;
}

.facilities-slider .cntrl span {
    display: inline-block;
    width: 27px;
    height: 96px;
    cursor: pointer;
    background: url('assets/images/arrow-left-grey.png') no-repeat center center;
}

.facilities-slider .cntrl.next span {
    background-image: url('assets/images/arrow-right-grey.png');
}

.facilities-slider .slider-wrap {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    overflow: hidden;
    padding: 0 15px;
}

.facilities-slider .slider-wrap .slick-slide {
    padding: 0 15px;
}

.facilities-box {
    display: block;
    width: 100%;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #cdcdcd;
    position: relative;
}

.facilities-box .testimonial-name {
    font-size: 1.5rem;
    font-weight: 400;
}

.facilities-box .facility-title {
    background: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 63px;
    padding: 15px;
}

.facilities-box .facility-title img {
    display: block;
    float: left;
    max-height: 100%;
    width: auto;
}

.facilities-box .facility-title p {
    display: block;
    float: right;
    line-height: 33px;
    color: #6E6E6E;
}

.facilities-box .facility-title p:before {
    display: inline-block;
    content: "";
    width: 10px;
    height: 15px;
    vertical-align: middle;
    margin-right: 15px;
    margin-top: -2px;
    background: url('assets/images/icon-location.png');
}

.facilities-box:hover .facility-title {
    background-color: #f1f1f1;
}


/* socialmedia */

.socialmedia-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 65px;
}

.socialmedia-box {
    display: block;
    height: 65px;
    width: 127px;
    margin-left: 10px;
    margin-right: 10px;
    border: solid 1px #cdcdcd;
    background-repeat: no-repeat;
    background-position: center center;
}

.socialmedia-box:hover {
    background-color: #f1f1f1;
}

.socialmedia-facebook {
    background-image: url('assets/images/socialmedia-facebook.png');
}

.socialmedia-youtube {
    background-image: url('assets/images/socialmedia-youtube.png');
}

.socialmedia-xing {
    background-image: url('assets/images/socialmedia-xing.png');
}

.socialmedia-linkedin {
    background-image: url('assets/images/socialmedia-linkedin.png');
}


/* text */

.striped {
    background-color: #576a93;
    background: repeating-linear-gradient(45deg, #576a93, #576a93 7px, #53658d 7px, #53658d 8px);
}

.text h1, .text .h1 {
    font-size: 38px;
    font-weight: 400;
    line-height: 44px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 25px;
    color:#576a94;
}

.text h2, .text .h2 {
    font-size: 24px;
    font-weight: 300;
    line-height: 38px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 15px;
}

.text h3, .text .h3 {
    font-size: 28px;
    font-weight: 300;
    line-height: 34px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 15px;
}

.text h4,
.text h5,
.text h6,
.text .h4,
.text .h5,
.text .h6 {
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
    text-align: left;
    margin-bottom: 15px;
}

strong {
    font-weight: 400;
}

.text a:not(.button) {
    color: #576a94;
    text-decoration: none;
    border-bottom: 1px dotted #576a94;
}

.text a:not(.button):hover {
    color: #002c5e; 
    border-bottom: 1px dotted #002c5e;
}

.text p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #6E6E6E;
    text-align: justify;
    margin-bottom: 15px;
}

.text ul,
.text ol {
    padding-left:17px;
    margin-bottom:15px;
}

.text li {
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    line-height: 24px;
    color: #6E6E6E;
    text-align: left;
    margin-bottom: 5px;
}

.text p+h2, .text p+h3, .text p+h4, .text p+h5, .text p+h6,
.text ol+h2, .text ol+h3, .text ol+h4, .text ol+h5, .text ol+h6,
.text ul+h2, .text ul+h3, .text ul+h4, .text ul+h5, .text ul+h6,
.text p+.h2, .text p+.h3, .text p+.h4, .text p+.h5, .text p+.h6,
.text ol+.h2, .text ol+.h3, .text ol+.h4, .text ol+.h5, .text ol+.h6,
.text ul+.h2, .text ul+.h3, .text ul+.h4, .text ul+.h5, .text ul+.h6 {
    margin-top: 40px;
}

.text img {
    max-width: 100%;
    height: auto;
}

.text .jump-headline:before {
	display:block;
	content:"";
	height:115px;
	margin-top:-115px;
}
.admin-bar .text .jump-headline:before {
    height:150px;
    margin-top:-150px;
}

.two-column {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    column-gap: 80px;
}


/* WP */

.admin-bar header {
    top:32px !important;
}
@media (max-width:782px) {
    .admin-bar header {
        top:46px !important;
    }
}

.alignleft {
    display: block;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.alignright {
    display: block;
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    color: #666;
    font-size: 13px;
    font-size: 0.8125rem;
    font-style: italic;
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}


/* EXT: MASTER-SLIDER */
.ms-container {
    background:#fff;
}
.ms-slide-info {
    position:absolute !important;
    width:100%;
    bottom:0;
	min-height:0 !important;
	margin:0 !important;
	background:rgba(99, 112, 140, 0.9);
}
.ms-slide-info:after {
	display:block;
	content:"";
	height:35px;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	background:rgba(72, 87, 120, 0.35);
}
.ms-slide-info .ms-info {
	position:relative;
	z-index:2;
	width:100%;
    max-width:1600px;
	margin-left:auto;
	margin-right:auto;
	padding:15px 0 0;
	font-size:16px;
	font-weight:300;
	color:#fff;
	text-align:justify;
	line-height:24px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ms-slide-info .name {
	font-size:14px;
	line-height:18px;
    text-align:right;
	padding:7px 0;
	margin:13px 0 0;
}
.ms-slide-info .name:before {
    display:inline-block;
	content:"";
	width:15px;
    height:15px;
	margin-right:12px;
	margin-top:-2px;
    background:url('assets/images/icon-doctor.png') no-repeat center center;
    background-size:contain;
    vertical-align:middle;
}

.slider-employees .ms-slide-info .ms-info:nth-child(2) {
    display: none;
}


/* FOOTER */
footer {
    width: 100%;
    background: #f8f9f9;
}
footer>.innerWrap {
    padding-top: 50px;
    padding-bottom: 50px;
}
footer nav {
    width: 60%;
    float: left;
}
footer nav>ul {
    list-style: none;
}
footer nav>ul>li {
    float: left;
    text-align: left;
    margin-right: 150px;
}
footer nav>ul>li:last-child {
    margin-right: 0;
}
footer nav>ul>li>a {
    display: inline-block;
    font-size: 22px;
    font-weight: 400;
    color: #6E6E6E;
    line-height: 28px;
    text-decoration: none;
    margin-bottom: 35px;
    border-bottom: 1px solid transparent;
}
footer nav>ul>li>a:hover {
    color: #576a94;
    border-bottom: 1px dotted #576a94;
}
footer nav>ul>li>ul {
    list-style: none;
}
footer nav>ul>li>ul>li {
    text-align: left;
    margin-bottom: 10px;
}
footer nav>ul>li>ul>li>a {
    font-size: 16px;
    font-weight: 300;
    color: #6E6E6E;
    line-height: 18px;
    text-decoration: none;
}
footer nav>ul>li>ul>li>a:hover {
    color: #576a94 ;
    border-bottom: 1px dotted #576a94;
}

footer .footer-search {
    width: 27.5%;
    float: right;
}
footer .footer-search h2, footer .footer-search .h2 {
    font-size: 21px;
    font-weight: 400;
    color: #6E6E6E;
    line-height: 28px;
    text-align: left;
    margin-bottom: 35px;
}
footer .search-form input[type='search'] {
    display: block;
    width: 100%;
    padding: 11px 25px 10px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #6E6E6E;
    line-height: 22px;
    border: 1px solid #6E6E6E;
    background: #fff;
}

footer .search-form label {
    display: block;
    overflow: hidden;
}
footer .search-form .button {
    float: right;
    margin: 0px 0px 0px 5px;
}

footer .footer-search a.reha {
    display:block;
    max-width:200px;
    margin:20px 0;
}
footer .footer-search a.reha img {
    display:block;
    max-width:100%;
    height:auto;
}

footer .footer-copyright-wrapper {
    background: #a5adc6;
}
footer .footer-copyright-wrapper .innerWrap {
    color: #002C5E;
    font-size: 13px;
    font-weight: 400;
    line-height: 13px;
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
}


/* Aktuelles */
#aktuelles {
    background: #fff;
}
#aktuelles .innerWrap {
    padding: 75px 0;
}

#aktuelles .menu {
    font-size: 16px;
    font-weight: 300;
    padding: 10px;
    text-align: left;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

#aktuelles .menu>span {
    display: block;
    margin: 0 0 10px;
}
#aktuelles .menu>div {
    display: inline-block;
}
#aktuelles .menu ul {
    display: inline-block;
    list-style: none;
}
#aktuelles .menu ul li {
    display: inline-block;
    margin: 0 20px 0 0;
    color: #777;
}
#aktuelles .menu a {
    display: inline-block;
    color: #575757;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}
#aktuelles .menu ul li.current-cat a {
    cursor: default;
}

#aktuelles .beitraege {
    margin: 50px 0 0;
}
#aktuelles .beitraege .beitrag,
#weitere-beitraege .beitraege .beitrag {
    margin: 0 0 10px;
    background: url('assets/images/right_small.png') no-repeat 98% 50% #fff;
    border: 1px solid #e6e6e6;
    width: 100%;
    padding: 15px;
    margin: 0 0 10px;
    position: relative;
}
#aktuelles .beitraege .beitrag:hover,
#weitere-beitraege .beitraege .row .cell .beitrag:hover {
    background-color: #f1f1f1;
}
#aktuelles .beitraege .beitrag>a,
#weitere-beitraege .beitraege .beitrag > a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#aktuelles .beitraege .beitrag .thumbnail,
#weitere-beitraege .beitraege .beitrag .thumbnail {
    width: 200px;
    height: 165px;
    float: left;
    background-color: #e6e6e6;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#aktuelles .beitraege .beitrag .text,
#weitere-beitraege .beitraege .beitrag .text {
    overflow: hidden;
    padding: 0 45px 0 15px;
}

#aktuelles .beitraege .beitrag .text p,
#weitere-beitraege .beitraege .beitrag .text p {
    text-align: left;
}

#aktuelles .beitraege .beitrag .text h3,
#weitere-beitraege .beitraege .beitrag .text h3 {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    text-transform: none;
    margin: 0 0 15px;
}

#aktuelles .beitraege .beitrag .text .published,
#weitere-beitraege .beitraege .beitrag .text .published {
    font-size: 13px;
    font-weight: 300;
    color: #575757;
    text-align: left;
}


/*- PAGINATION -*/
.pagination { margin:15px 0 0; text-align:right; }
.pagination ul {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
}
.pagination ul li {
	display: inline-block;
	margin-left: 4px;
}
.pagination .page-numbers {
	display:inline-block;
	height:25px;
	line-height:25px;
	padding:0 8px;
	border:1px solid #e6e6e6;
	font-size:13px;
	font-weight:400;
	color:#575757;
	text-decoration:none;
}
.pagination a.page-numbers:hover { background:#f1f1f1; }
.pagination .current { color:#002c5e; }
.pagination .dots { border:0; }


/* NEWS-DETAIL */
/*-beitrag-*/
#beitrag { background:#fff; }
#beitrag .innerWrap { padding:50px 0; }

#beitrag .thumbnail {
	width:350px;
	float:left;
	overflow:hidden;
}
#beitrag .thumbnail img {
	display:block;
	width:100%;
	height:auto;
}
#beitrag .thumbnail p {
	font-size:14px;
	line-height:22px;
	font-weight:300;
	font-style:italic;
	color:#575757;
	text-align:left;
	margin-top:10px;
}
#beitrag .thumbnail .placeholder {
	width:100%;
	height:250px;
	background:url('assets/images/aktuelles_placeholder.jpg') no-repeat center center #576a94;
}
#beitrag .text { overflow:hidden; padding:0 0 0 35px; }
#beitrag .text h1, #beitrag .text .h1 { text-align:left; margin:0 0 25px; }
#beitrag .published {
	font-size:16px;
	font-weight:300;
	color:#575757;
	margin:35px 0 0;
	text-align:left;
}

#weitere-beitraege { background:#fff; }
#weitere-beitraege .innerWrap {
	text-align:right;
	padding:50px 0;
	border-top:1px solid #e6e6e6;
}
#weitere-beitraege .innerWrap > h2, #weitere-beitraege .innerWrap > .h2 {
	font-size:20px;
	font-weight:600;
	color:#575757;
	text-align:left;
	margin:0 0 25px;
}
#weitere-beitraege .innerWrap > a { margin:25px 0 0; }

#weitere-beitraege .beitraege {
	display:table;
	height:100%;
	min-width:100%;
	border-spacing:10px;
    margin:50px -10px 0;
}
#weitere-beitraege .beitraege .row {
	display:table-row;
	height:100%;
	width:100%;
}
#weitere-beitraege .beitraege .row .cell {
	display:table-cell;
	width:50%;
	height:100%;
	background:url('assets/images/right_small.png') no-repeat 98% 50% #fff;
	border:1px solid #e6e6e6;
}
#weitere-beitraege .beitraege .row .cell .beitrag {
	width:100%;
	height:100%;
	float:none;
	margin:0;
}


/* EXT: CONTACT-FORM-7 */
.wpcf7 div.row {
    margin: 0 0 25px;
}
.wpcf7 div.row div.column {
    float: left;
    width: 33.3%;
    padding: 0 10px 0 0;
    text-align: left;
}

.wpcf7-form-control-wrap {
    display:block;
    margin:5px 0 0;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"],
.wpcf7 input[type="date"] {
    display: block;
    width: 100%;
    height: 35px;
    padding: 0 10px;
    background: #fff;
    border: 1px solid #6e6e6e;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #575757;
    -webkit-appearance: none;
    border-radius: 0;
}

.wpcf7 textarea {
    display: block;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 200px;
    min-height: 200px;
    max-height: 400px;
    padding: 10px;
    background: #fff;
    border: 1px solid #6e6e6e;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #575757;
    -webkit-appearance: none;
    border-radius: 0;
}

.wpcf7 select {
    max-width: 100%;
    display: block;
    height: 35px;
    padding: 0 10px;
    background: #fff;
    border: 1px solid #6e6e6e;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #575757;
}

.wpcf7 input[type="file"] {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #575757;
}

.wpcf7 input[type="radio"],
.wpcf7 input[type="checkbox"] {
    margin-right: 5px;
    vertical-align: middle;
}

.wpcf7 input[readonly] {
    display:inline-block;
    font-weight:700;
    color:#576a94;
    padding:0;
    background:#fff;
    border:1px solid #fff;
}

.wpcf7-radio span {
    display: inline-block !important;
    margin: 0 20px 0 0;
}

.wpcf7 label {
    font-size:16px;
    font-weight:400;
    color:#575757;
    text-align:left;
}

.wpcf7 .wpcf7-list-item {
    display:block;
    margin:0 0 5px;
}
.wpcf7 .wpcf7-list-item-label {
    font-weight:300;
}
.wpcf7 .wpcf7-checkbox label input[type="checkbox"],
.wpcf7 .wpcf7-acceptance label input[type="checkbox"] {
	display:none;
}
.wpcf7 .wpcf7-checkbox label,
.wpcf7 .wpcf7-acceptance label {
    display:inline-block;
    position:relative;
    padding-left:29px;
}
.wpcf7 .wpcf7-checkbox label span:before,
.wpcf7 .wpcf7-acceptance label span:before {
	display:block;
	vertical-align:top;
	content:"";
	width:14px;
	height:14px;
	line-height:14px;
	text-align:center;
	font-size:12px;
	background:#fff;
    position:absolute;
    top:3px;
    left:0;
	overflow:hidden;
	border:1px solid #6e6e6e;
} 
.wpcf7 .wpcf7-checkbox label input[type="checkbox"]:checked + span:before,
.wpcf7 .wpcf7-acceptance label input[type="checkbox"]:checked + span:before {
	border:1px solid #576a94;
	background:#576a94;
	color:#fff;
	content:"\2714";
}



.wpcf7 div.row span.wpcf7-not-valid-tip {
    font-size: 13px !important;
    margin: 5px 0 0;
    color: #cf000f;
}

div.wpcf7-response-output {
    margin: 25px 0 0;
    padding: 0;
}

div.wpcf7-validation-errors {
    border: 0 !important;
    font-size: 14px;
    text-align: left;
    color: #cf000f;
}


.stepTwo {
	display:none;
}
.stepTwo h2, .stepTwo .h2 {
	font-size:38px;
	font-weight:400;
    line-height:44px;
    text-align:center;
    margin-top:0;
    margin-bottom:15px;
    color:#576a94;
}
.stepTwo p {
	text-align:center !important;
}

.wpcf7.form-success .form-wrap {
	display:none;
}
.wpcf7.form-success .stepTwo {
	display:block;
}
.wpcf7.form-success .wpcf7-response-output {
	display:none !important;
}



/* EXT: MMENU */
.mm-slideout {
	z-index:auto;
}
#responsive-menu:not(.mm-menu) {
   display:none;
}
.mm-menu:not(.mm-menu_opened) {
	visibility: hidden !important;
}
.mm-menu.mm-menu_opened {
	visibility: visible !important;
}


/*- RESPONSIVE IFRAMES -*/
.wgzh_iframe_wrap {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.wgzh_iframe_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* EXPRESS FORM */
.express-form-wrap {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:stretch;
}
.express-form-left {
    flex-basis:650px;
    flex-grow:0;
    flex-shrink:0;
    color:#fff !important;
    padding:25px;
    background:#576a94;
}

.express-form-left p {
    color: white !important;
}
.express-form-left p label {
    color: white !important;
}

.express-form-left input[type="file"] {
    color:#fff !important;
}
.express-form-left div.row div.column {
    width:50%;
}
.express-form-left div.row:last-child {
    margin-bottom:0;
}
.express-form-right {
    padding:25px 0 25px 75px;
}
.express-form-wrap .wpcf7-response-output {
    padding:10px;
    text-align:center;
}
.express-form-wrap select {
    width:100%;
}


#express-application {
    padding:35px 0 0;
    background:#f1f1f1;
}
#express-application .innerWrap > h4,
#express-application .innerWrap > .h4 {
    margin:0 0 25px;
}


@media (max-width:1280px) {
    
    .express-form-left {
        flex-basis:400px;
    }
    .express-form-left div.row div.column {
        width:100%;
        float:none;
        margin:0 0 10px;
    }
    
}

@media (max-width:950px) {
    
    .express-form-wrap {
        flex-direction:column;
        justify-content:flex-start;
        align-items:flex-start;
    }
    .express-form-left {
        flex-basis:auto;
        width:100%;
    }
    .express-form-right {
        padding:35px 0 0;
    }
    
}


/* EXT: BORLABS */
.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-thumbnail {
    width: 100%;
    height: auto;
}
.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption p {
    text-align: center;
    color: #ffffff;
}