/*
Theme Name: Zindel United
Theme URI: https://www.foxcomputers.ch
Author: Fox Computers | Michael Fuchs & Marc Iten Websolutions | Marc Iten
Author URI: https://www.foxcomputers.ch | https://www.marc-iten.ch
Description: Theme für Zindel United
Version: 3.3
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: zindel

Zindel United WordPress Theme © 2011-2018 Fox Computers | 2022 Marc Iten Websolutions
Zindel United is distributed under the terms of the GNU GPL
*/

* {
    margin:0;
    padding:0;
    font-size:100%;
    font:inherit;
    padding:0;
    border:0;
    margin:0;
    vertical-align:baseline;
    outline:none;
}
body {
    line-height:1;
	background:#fbfbfb;
	font-family: brandon-grotesque,sans-serif;
}
ol,ul {
    list-style:none
}
.clear {
    clear:both
}
.ctcc-inner {
    font-family: brandon-grotesque,sans-serif;
	font-weight: 400;
	font-style: normal;
}
strong {
	font-weight: 400;
	color: #002855;
}

.wp-caption, .wp-caption-text, .gallery-caption {
	display: none;
}
.single-post .wp-caption, .single-post .wp-caption-text {
    display: block;
}
.alignright {
	float:right;
	margin:0 0 20px 20px;
}
.alignleft, .skontakt img {
	float:left;
	margin:0 20px 20px 0;
}
.aligncenter {
	display: block;
	margin:0 auto 20px auto;
}
.screen-reader-text {
	clip:rect(1px, 1px, 1px, 1px);
	position:absolute !important;
}
.wp-video {
	margin:0 0 20px 0;
}
a {
	outline:none;
}
img {
	max-width:100%;
	height: auto;
}

sub, sup {
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

#teaser {
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 999999;
    background:#ae8b36;
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
#teaser-header {
    padding:30px 60px;
}
#teaser-header-inner {
    max-width:1480px;
    margin:0 auto;
    display: flex;
    flex-wrap: wrap;
}
#teaser-header-inner #teaser-header-left {
    width:calc(50% - 30px);
    margin-right:60px;
}
#teaser-header-inner #teaser-header-left #tclose {
    font-family: brandon-grotesque,sans-serif;
	font-weight: 400;
	font-style: normal;
    font-size: 20px;
    line-height: 28px;
    color:#ae8b36;
    display: inline-block;
    padding:16px 0;
    cursor: pointer;
}
#teaser-header-inner #teaser-header-left #tclose:hover {
    color:#002855;
}
#teaser-header-inner #teaser-header-right {
    width:calc(50% - 30px);
    text-align: right;
}
#teaser-header-inner #teaser-header-right img {
    max-height:60px;
    width:auto;
}
#teaser-content {
    padding:60px;
    height:calc(100% - 242px);
    max-height:calc(100% - 242px);
    overflow-y:auto;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
#teaser-content-inner {
    max-width:1480px;
    margin:0 auto;
    display: flex;
    flex-wrap: wrap;
}
#teaser-content-inner #teaser-content-left {
    width:calc(70% - 30px);
    margin-right:60px;
}
#teaser-content-inner #teaser-content-right {
    width:calc(30% - 30px);
}
#teaser-content-inner #teaser-content-right img {
    display: block;
    margin:0 auto;
}
#teaser-content-inner .tdate {
    font-family: brandon-grotesque,sans-serif;
	font-weight: 400;
	font-style: normal;
    font-size:48px;
    line-height: 58px;
    text-transform: uppercase;
    color:#fff;
    margin:0 0 60px 0;
}
#teaser-content-inner h2 {
	font-family: brandon-grotesque,sans-serif;
	font-weight: 700;
	font-style: normal;
    font-size: 110px;
    line-height: 120px;
    color:#002855;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin:0 0 15px 0;
}
#teaser-content-inner p {
    font-family: brandon-grotesque,sans-serif;
	font-weight: 400;
	font-style: normal;
    font-size:48px;
    line-height: 58px;
    text-transform: uppercase;
    color:#fff;
    margin:0 0 60px 0;
}
#teaser-content-inner .tbutton {
    font-family: brandon-grotesque,sans-serif;
	font-weight: 400;
	font-style: normal;
    font-size:48px;
    line-height: 58px;
}
#teaser-content-inner .tbutton a {
	font-family: brandon-grotesque,sans-serif;
	font-weight: 700;
	font-style: normal;
    color:#002855;
    text-decoration: none;
}
#teaser-content-inner .tbutton a:hover {
    color:#fff;
}

#wrapper {
	max-width:1580px;
	margin:0 auto;
	background: #fff;
}
#header {
	position: fixed;
	top:0;
	left:0;
	width:100%;
	z-index: 99999;
}
#header-inner {
	max-width:1580px;
	margin:0 auto;
	position: relative;
	background:#fff;
}
#header #logo {
	display: inline-block;
	padding:32px 60px;
}
#header #logo img {
	display: block;
    widht:210px;
    height:57px;
}

#menu {
	position: absolute;
  	right:60px;
	bottom:32px;
}
#menu ul {
	font-size:0;
	text-align: left;
}
#menu ul li {
	display: inline-block;
	position: relative;
}
#menu ul li a {
    font-family: brandon-grotesque,sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size:16px;
	line-height: 22px;
	letter-spacing:0.8px;
	color:#193a60;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .3s ease;
	vertical-align: middle;
}
#menu ul li a:hover, #menu ul li.current-menu-item a, #menu ul li.current-menu-ancestor a, .single-arbeitsbereiche #menu ul li.kreislauf a {
	color:#b18a20;
	transition: all .3s ease;
}
#menu ul li:after {
	content:"";
	width:2px;
	height:18px;
	background:#193a60;
	display: inline-block;
	vertical-align: middle;
	margin:0 20px;
}
#menu ul li:nth-last-child(1):after, #menu ul li .sub-menu, #menu ul li .sub-menu li:after {
	display: none;
}
#menu ul li:hover .sub-menu {
	display: block;
	position: absolute;
	left:-16px;
	padding:48px 16px 16px 16px;
	background:#fff;
}
#menu ul li .sub-menu li {
	display: block;
	margin:0 0 4px 0;
}
#menu ul li .sub-menu li a {
	font-weight: 400;
	font-size:14px;
	line-height:22px;
	letter-spacing:0.28px;
	color:#999;
	display: block;
	white-space: nowrap;
	transition: all .3s ease;
}
#menu ul li .sub-menu li a:hover, #menu ul li .sub-menu li a:hover, #menu ul li .sub-menu li.current-menu-item a, #menu ul li .sub-menu li.current-menu-parent a, .single-arbeitsbereiche #menu ul li.kreislauf .sub-menu li a:hover, .single-arbeitsbereiche #menu ul li.kreislauf .sub-menu li.current-menu-parent a, .single-arbeitsbereiche #menu ul li.kreislauf .sub-menu li.current-menu-item a {
	color:#b18a20;
	transition: all .3s ease;
}
.single-arbeitsbereiche #menu ul li.kreislauf .sub-menu li a {
	color:#999;
}

#header-img img {
	display: block;
	margin:0 auto;
}
#header-video video {
    max-width:100%;
    height:auto;
}
#header-video-yt, #header-video-vim {
    overflow: hidden;
	aspect-ratio: 480/181;
	width: 100%;
	pointer-events: none;
}
#header-video-yt iframe, #header-video-vim iframe {
    width: 100%;
    height:122.10%;
    margin-top:-4.2%;
}

#container {
	padding-top:123px;
	padding-bottom:2px;
	box-shadow: 0 0 50px 0 rgba(0,0,0,.1);
}

#teaser-text {
  padding: 32px 60px;
  display: flex;
  flex-wrap: wrap;
}
#teaser-text .textblock {
    flex-basis: clamp(460px, calc(100% - 700px), 750px);
    flex-grow: 1;
}
#teaser-text .triadenavigation {
  width: 700px;
  padding-top: 40px;
  flex-grow: 1;
}
@media (max-width: 1214px) {
    #teaser-text .triadenavigation {
        margin-bottom: -16rem;
    }
}

#content-block-inner {
	padding:60px 5.097214923804519%;
}
.home #content-block-inner {
	padding:0 5.097214923804519%;
}
#content-block-inner h2 {
	font-family: brandon-grotesque,sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size:45px;
	line-height: 45px;
	color:#002855;
	margin:0 0 45px 0;
}
#content-block-inner h3 {
	font-family: brandon-grotesque,sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size:20px;
	line-height: 28px;
	color:#002855;
	margin:0;
}
#content-block-inner p {
    font-family: brandon-grotesque,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:20px;
	line-height: 28px;
	color:#7f7f7f;
	margin:0 0 30px 0;
}
#content-block-inner p a, #content-block-inner ul li a, #content-block-inner ol li a, a.more-link {
	color:#7f7f7f;
}
#content-block-inner p a:hover, #content-block-inner ul li a:hover, #content-block-inner ol li a:hover, a.more-link:hover {
	text-decoration: none;
}
#content-block-inner ul, #content-block-inner ol {
	margin:0 0 30px 0;
	padding:0 0 0 20px;
}
#content-block-inner ul li {
    font-family: brandon-grotesque,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:20px;
	line-height: 28px;
	color:#7f7f7f;
	list-style: disc;
}
#content-block-inner ol li {
    font-family: brandon-grotesque,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:20px;
	line-height: 28px;
	color:#7f7f7f;
	list-style: decimal;
}

.content-box {
	position: relative;
}
.content-img img {
	display: block;
}
.title-bubble {
	padding:40px;
	text-align: center;
}
.title-bubble h2 {
	border-radius: 100%;
	background: linear-gradient(to bottom left, #e7e7e9, #fff);
	width:190px;
	height:190px;
	display: table;
	margin:0 auto;
	box-shadow: -13px 10px 8px 0px rgba(0, 0, 0, 0.5); 
	opacity: 1;
	transition: opacity .4s ease;
}
.title-bubble h2 a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-family: brandon-grotesque,sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.025em;
	font-size:18px;
	line-height: 25px;
	color:#002855;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 100%;
}
.title-bubble h2:hover {
	opacity: 0.7;
	transition: opacity .4s ease;
}
.content-text {
	background:#f2f2f2;
}
.content-text-inner {
	padding:30px 60px;
}
.content-text h2, #content h2 {
	font-family: brandon-grotesque,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:22px;
	line-height:28px;
	color:#002855;
    margin-bottom:8px;
	/*text-transform: uppercase;*/
}
#content .intro-off h2 {
    margin-bottom:0;
}
.page-template-default #content h2, #teaser-text h2 {
	font-family: brandon-grotesque,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 26px;
	line-height: 36px;
	color: #002855;
	text-transform: none;
	margin: 0 0 20px 0;
}
.single-stellen #content h2 {
	font-family: brandon-grotesque,sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 34px;
	line-height: 38px;
	color: #002855;
	text-transform: uppercase;
	margin: 0 0 30px 0;
}
.content-text h3, #content h3 {
	font-family: brandon-grotesque,sans-serif;
	font-weight: 400;
	font-style: normal;
	color:#002855;
	text-transform: none;
	font-size: 22px;
	line-height: 30px;
    margin-bottom:4px;
}
.page-template-default #content h3, .single-stellen #content h3 {
	font-family: brandon-grotesque,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:22px;
	line-height:28px;
}
.content-text h2 a, #content h2 a, .page-template-default #content h2 a, .content-text h3 a, #content h3 a, .page-template-default #content h3 a, .single-stellen #content h3 a {
	color:#002855;
    text-decoration: none;
}
.content-text h2 a:hover, #content h2 a:hover, .page-template-default #content h2 a:hover, .content-text h3 a:hover, #content h3 a:hover, .page-template-default #content h3 a:hover, .single-stellen #content h3 a:hover {
	color:#ae8b36;
}
.content-text p, #content p, #teaser-text p {
	font-family: brandon-grotesque,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:22px;
	line-height: 30px;
	margin:0 0 20px 0;
	-webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
	color:#7f7f7f;
}
.single-arbeitsbereiche #content p, .page-template-default #content p {
	font-family: brandon-grotesque,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:22px;
	line-height: 30px;
	margin:0 0 30px 0;
	color:#7f7f7f;
	-webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
#content p.wp-caption-text {
	font-size:16px;
	line-height:20px;
	margin:0;
}
.content-text p a, .content-text ul li a, .content-text ol li a, #content p a, #content ul li a, #content ol li a {
	color:#b18a20;
	text-decoration: none;
}
.content-text p a:hover, .content-text ul li a:hover, .content-text ol li a:hover, #content p a:hover, #content ul li a:hover, #content ol li a:hover {
	text-decoration: none;
}
.content-text ul, .content-text ol, #content ul, #content ol {
	margin:0 0 20px 0;
	padding:0 0 0 20px;
}
.content-text ul li, #content ul li {
	font-family: brandon-grotesque,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:22px;
	line-height: 30px;
	list-style: disc;
	color:#7f7f7f;
}
.content-text ol li, #content ol li {
	font-family: brandon-grotesque,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:22px;
	line-height: 30px;
	list-style: decimal;
	color:#7f7f7f;
}

#content {
	width:60%;
	padding:30px 60px;
}
.blog #content, .category #content {
    width:100%;
    padding:0;
}
.page-template-page-zulehrstellen #content {
    width:calc(100% - 120px);
	padding:30px 60px;
}
.page-template-page-team #content, .tax-projektbereich #content, .page-template-default #content, .page-template-page-kompetenzen #content {
	width:calc(100% - 120px);
}
.tax-kategorien #content, .single-arbeitsbereiche #content, .single-stellen #content {
	width:calc(100% - 120px);
	padding:30px 60px 60px 60px;
}
.blog #content article, .category #content article {
	width:calc(100% - 120px);
	padding:30px 60px 15px 60px;
}
.page-template-page-event #content {
    width:auto;
    max-width:1080px;
}
#content h1, #content h4, #teaser-text h1 {
	font-family: brandon-grotesque,sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size:33px;
	line-height: 45px;
	color: #b18a20;
	text-transform: uppercase;
	margin:0 0 24px 0;
	padding-top: 30px;
}
#content #circle-content-text h1 {
	font-weight: 500;
	font-size:33px;
	line-height: 45px;
	color:#b18a20;
}

.single-stellen #stellen-table {
    display: flex;
}
.single-stellen #content .entry-content {
	width:calc(100% - 540px);
}
.single-stellen #content .entry-sidebar {
	width:460px;
    margin-left:80px;
}
.skontakt h3 {
    margin-bottom:10px;
}
.skontakt img {
    max-width:120px;
    height:auto;
}

#navbar {
	background:#ccc;
	padding:30px 5.063291139240507%;
	text-align: center;
	font-size:0;
}
#navbar .navbar-item {
	display: inline-block;
}
#navbar .navbar-item:before {
	content:"|";
	font-family: brandon-grotesque,sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size:12px;
	color:#e51a28;
	margin:0 10px;
}
#navbar .navbar-item:nth-child(1):before {
	content:"";
	display: none;
}
#navbar .navbar-item a {
	font-family: brandon-grotesque,sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size:12px;
	color:#666;
	text-transform: uppercase;
	text-decoration: none;
}
#navbar .navbar-item a:hover, #navbar .navbar-item.current a {
	color:#e51a28;
}

.team-navi {
	margin:0 0 40px 0;
}
.team-navi .tnavi {
	display: block;
	margin:0 0 10px 0;
}
.team-navi .tnavi a {
	font-family: brandon-grotesque,sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 20px;
	line-height: 28px;
	color:#666;
	text-decoration: none;
	text-transform: uppercase;
}
.team-navi .tnavi a:hover {
	color:#002855;
}
.team-box-outer {
	border-top: 4px solid #666;
	position: relative;
}
.team-box-outer .anchor {
	position: absolute;
	top:-140px;
}
#content .team-box-outer h2 {
	display: inline-block;
	min-width: calc(33.333% - 40px);
	background: #666;
	margin:0 0 30px 0;
	padding: 4px 20px 10px 20px;
	font-family: brandon-grotesque,sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 24px;
	line-height: 28px;
	color: #fff;
	text-transform: uppercase;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
.team-box {
	margin:0 0 30px 0;
}
.team-box .team-box-inner {
	float:left;
	width:23.5%;
	margin:0 0 2% 2%;
}
.team-box .team-box-inner:nth-child(4n+1) {
	margin:0 0 2% 0;
	clear: both;
}
.team-caption {
	padding-top:3px;
}
.team-box-inner img {
	margin:0 0 15px 0;
	display: block;
}
#content .team-box-inner h3 {
	font-family: brandon-grotesque,sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 20px;
	line-height: 28px;
	color: #002855;
	text-transform: uppercase;
}
#content .team-box-inner h4 {    
	font-family: brandon-grotesque,sans-serif;
	font-weight: 400;
	font-style: normal;
    font-size: 16px;
    line-height: 22px;
    color: #7f7f7f;
    margin:0 0 10px 0;
    padding-top:0;
}
#content .team-caption p {    
	font-family: brandon-grotesque,sans-serif;
	font-weight: 400;
	font-style: normal;
    font-size: 16px;
    line-height: 22px;
    color: #7f7f7f;
    margin: 0 0 20px 0;
}
#content .team-caption p a {
	text-decoration: none;
    color: #7f7f7f;
}
#content .team-caption p a:hover {
	text-decoration: underline;
}

h3.date {
	font-family: brandon-grotesque,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	line-height: 20px;
	color: #7f7f7f;
	margin:0 0 10px 0;
}

.wpcf7-form {
	padding-top:10px;
}
.form-elements .form-element {
	float: left;
	width:49%;
}
.form-elements .form-element:nth-child(2n+1) {
	margin-right:2%;
}
.wpcf7-text {
	-webkit-appearance:none;
	border-radius:0;
	border:1px solid #ccc;
	background:#f1f1f1;
	font-family: brandon-grotesque,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:16px;
	line-height: 27px;
	height:27px;
	padding:2px 5px;
	width:calc(100% - 10px);
	margin:0 0 10px 0;
}
.wpcf7-textarea {
	-webkit-appearance:none;
	border-radius:0;
	border:1px solid #ccc;
	background:#f1f1f1;
	font-family: brandon-grotesque,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:16px;
	line-height: 27px;
	padding:2px 5px;
	width:calc(100% - 10px);
	max-width:calc(100% - 10px);
	margin:0 0 10px 0;
}
.wpcf7-submit {
	-webkit-appearance:none;
	border-radius:0;
	border:none;
	background:#002855;
	color:#fff;
	font-family: brandon-grotesque,sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size:16px;
	line-height: 22px;
	transition:all .3s ease;
	padding:10px 25px;
	cursor: pointer;
}
.wpcf7-submit:hover {
	background:#ae8b36;
	transition:all .3s ease;
}
.wpcf7-not-valid-tip {
	display: none !important;
}
.wpcf7-not-valid {
	border:1px solid #e51a28 !important;
}
div.wpcf7-response-output {
	font-family: brandon-grotesque,sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size:16px;
	line-height: 22px;
	margin: 20px 0 !important;
	padding: 15px !important;
	text-align: center;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
	border: 2px solid #e51a28 !important; 
	color:#e51a28 !important; 
}
.wpcf7 form.sent .wpcf7-response-output {
	border: 2px solid #398f14 !important; 
	color:#398f14 !important; 
}

#content a.button {
	background:#002855;
	color:#fff;
	font-family: brandon-grotesque,sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size:16px;
	line-height: 22px;
	transition:all .3s ease;
	padding:10px 25px;
	text-decoration: none;
    display: inline-block;	
    text-align: center; 
}
#content a.button:hover {
	background:#ae8b36;
	transition:all .3s ease;
}
.pdf-button a, .bew-button a {
	background:#ae8b36;
	color:#fff;
	font-family: brandon-grotesque,sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size:16px;
	line-height: 22px;
	transition:all .3s ease;
	padding:10px 25px;
	text-decoration: none;	
    display: inline-block;
    text-align: center;
}
.pdf-button a:hover, .bew-button a:hover {
	background:#002855;
	transition:all .3s ease;
}
.stellen-buttons {
    font-size:0;
    text-align: left;
    padding:20px 0;
    margin:0 0 30px 0;
}
.stellen-buttons .pdf-button, .stellen-buttons .back-button, .stellen-buttons .bew-button {
    display: inline-block;
    margin:0 5px 5px 0;
}

.svideo, .sbiv-video, .sbiv-video-box {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin:0 0 30px 0;
}
.sbiv-video-box {
	margin:0;
}
.svideo iframe, .sbiv-video iframe, .sbiv-video-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#stellen-block {
    margin:0 0 60px 0;
}
#stellen-block .stellen-box {
    margin:0 0 5px 0;
}
#stellen-block .stellen-box h2 a {
    color: #002855;
    text-decoration: none;
	font-weight: 400;
}
#stellen-block .stellen-box h2 a:hover {
    color: #ae8b36;
}

#footer {
	padding:40px 60px;
	background:#d8d8d8;
}
#footer #footer-inner {
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
#faddress p {
	column-count: 2;
	column-gap: 20px;
}
#link-box ul {
	column-count: 3;
	column-gap: 40px;
}
#link-box {
	width:calc(50% - 40px);
	margin:0 20px;
	display: flex;
    justify-content: center;
    align-items: center;
}
#faddress {
	width:calc(35% - 40px);
	margin:0 20px;
	display: flex;
	justify-content: flex-start;
    align-items: center;
}
#faddress p {
	font-family: brandon-grotesque,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:14px;
	line-height:22px;
	color:#4c4c4c;
	text-transform: uppercase;
}
#faddress p strong {
	font-weight: 700 !important;
}
#faddress p a, #link-box a {
	font-family: brandon-grotesque,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:14px;
	line-height:22px;
	color:#4c4c4c;
	text-transform: uppercase;
	text-decoration: none;
}
#faddress p a:hover, #link-box a:hover {
	text-decoration: underline;
}
#fsocials {
	display: flex;
	flex-direction: column;
	justify-content: center;
    align-items: center;
}
#fsocials ul {
	font-size:0;
	text-align: left;
}
#fsocials ul li {
	display: inline-block;
	margin-right:8px;
}
#fmenu ul {
    text-align: left;
    font-size:0;
}
#fmenu ul li {
    display: inline-block;
    margin-left:16px;
}
#fmenu ul li a {
	font-family: brandon-grotesque,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:11px;
	line-height:16px;
	color:#4c4c4c;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.44px;
}
#fmenu ul li a:hover {
	text-decoration: underline;
}
#award {
    width:calc(15% - 40px);
    margin:0 20px;
    display: flex;
    justify-content: flex-end;
}
#footer-inner-bottom {
    width:calc(100% - 40px);
    margin:0 20px;
    padding-top:16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.acf-map {
	width: 100%;
	height: 550px;
}
.acf-map img {
   max-width: inherit !important;
}

#menu-toggle {
	display: none;
}
.mm-listitem > a, .mm-listitem > span, .mm-navbar__title {
	font-family: brandon-grotesque,sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size:12px;
	line-height: 16px;
	text-transform: uppercase;
}
.back-button {
	padding:20px 0;
}

.sb-item {
    margin:0 0 60px 0;
}
.sbi-imgl-inner, .sbi-imgr-inner {
    display: flex;
    flex-wrap: wrap;
}
.sbi-imgl-inner .img {
    width:calc(50% - 30px);
    margin-right:60px;
}
.sbi-imgl-inner .text {
    width:calc(50% - 30px);
}
.sbi-imgr-inner .img {
    width:calc(50% - 30px);
	order:2;
}
.sbi-imgr-inner .text {
    width:calc(50% - 30px);
    margin-right:60px;
	order:1;
}

.sbi-gallery-block {
    display: flex;
    flex-wrap: wrap;
    margin:0 -10px;
}
.sbi-gallery-block .sbi-gallery-box {
    width:calc(25% - 20px);
    margin:0 10px 20px 10px;
}
.sbi-gallery-block .sbi-gallery-box img {
	display: block;
}
#fancybox-overlay {
    z-index: 999999 !important;
}
#fancybox-wrap {
    z-index: 9999999 !important;
}

#stories-block {
	margin:0 60px 60px 60px;
}
#stories-block-inner {
	margin:0 -12px;
}
.story-box, .story-sizer {
	width:calc(33.333% - 24px);
	margin:0 12px 24px 12px;
}
.story-box:nth-child(2) {
	width:calc(66.666% - 24px);
}
.story-box {
	background: #f1f1f1;
	border-radius: 24px;
	overflow:hidden;
}
.story-box a {
    text-decoration: none;
}
.story-img img {
	display: block;
	filter:grayscale(100);
    transition:all .4s ease;
}
.story-img {
    position: relative;
    z-index: 1;
}
.story-title {
	background:#b18a20;
    transition:all .4s ease;
}
.top-img .story-title {
    margin-top:-26px;
    display: inline-block;
    position: relative;
    z-index: 2;
}
.top-img .story-title {
    margin-top:-26px;
    display: inline-block;
    position: relative;
    z-index: 2;
}
.story-text {
    padding:24px;
}
#content .story-box h2, .story-box h2 {
	font-family: brandon-grotesque,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 28px;
	line-height: 36px;
	color:#fff;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	padding:8px 24px;
}
#content .story-box .img-off.intro-off h2, .story-box .img-off.intro-off h2 {
	font-weight: 500;
	font-size: 42px;
	line-height: 48px;
	padding:24px;
}
#content .story-text p, .story-text p {
	font-family: brandon-grotesque,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 22px;
	line-height: 30px;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	color:#3C3C3B;
}
.story-box:hover .story-img img {
	filter:grayscale(0);
    transition:all .4s ease;
}
.story-box:hover .story-title {
	background:#193a60;
    transition:all .4s ease;
}
.sbiv-videos {
	display: flex;
	flex-wrap: wrap;
	margin:0 -10px;
}
.sbiv-video-outer {
	width:calc(50% - 20px);
	margin:0 10px 20px 10px;
}

#slogan {
	background:#193a60;
	padding:20px 40px;
	text-align: center;
}
#slogan h3 {
	display: inline-block;
	font-family: brandon-grotesque,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:22px;
	line-height:32px;
	color:#b18a20;
	text-transform: uppercase;
	letter-spacing:2px;
	background:url(images/bildmarke_zindel_gold.svg) no-repeat left center;
	background-size:32px 32px;
	padding-left:48px;
    text-align: left;
}

#cta-bar-outer {
	position: fixed;
    top:0;
    left:0;
    width:100%;
	z-index: 9999;
}
#cta-bar-inner {
    margin:0 auto;
    max-width:1580px;
    position: relative;
}
#cta-bar {
	position: absolute;
	top:167px;
	right:0;
}
.cta-line {
    background: #193a60;
    max-width: 45px;
    height: 45px;
    transition: width .4 ease;
    clear: both;
    float: right;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;  
    margin-bottom: 3px;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
	overflow: hidden;
	border:1px solid #193a60;
}
.cta-line.hovered {
    max-width: 100%;
    transition: width .4 ease;
}
.cta-line .cta-icon {
    white-space: nowrap;
	background:#fff;
}
.cta-line .cta-icon span {
    background: #193a60;
	display: block;
	padding:0 5px 0 65px;
}
.cta-line a {
    display:block;
    height: 40px;
    clear: both;
	font-family: brandon-grotesque,sans-serif;
	font-weight: 400;
	font-style: normal;
    font-size: 18px;
    line-height: 45px;
    color:#fff;
    text-decoration: none;
	text-transform:uppercase;
    white-space: nowrap;
    width: 100%;
    padding:0 15px 0 0;
}
.cta-line img {
    float:left;
    display: block;
    height:45px;
    width:45px;
    margin-right:5px;
	background:#fff;
	border-top-left-right: 12px;
	border-bottom-left-right: 12px;
}
.cta-line .cta-icon .cta-itext {
    width:100%;
}

.style-svg {
    width:40px;
    height:40px;
}
.style-svg.svg-big {
    width:80px;
    height:80px;
}
.abstract-idee .style-svg, .abstract-planung .style-svg, .abstract-bewirtschaftung .style-svg, .abstract-ausfuehrung .style-svg, .abstract-ressourcen .style-svg, .abstract-menschen .style-svg {
    width:60px;
    height:60px;
}
.abstract-idee .style-svg.svg-big, .abstract-planung .style-svg.svg-big, .abstract-bewirtschaftung .style-svg.svg-big, .abstract-ausfuehrung .style-svg.svg-big, .abstract-ressourcen .style-svg.svg-big, .abstract-menschen .style-svg.svg-big {
    width: 120px;
    height: 120px;
}

#circle-content {
    display: flex;
    flex-wrap: wrap;
}
#circle-content #circle-content-text {
    width:40%;
}
#circle-content #circle-content-circle {
    width:calc(60% - 160px);
    padding: 80px;
	padding-top: 40px;
}

#circle-content-circle-inner {
    width:400px;
    height:651px;
    background:url(images/kreis.svg) top center;
    background-size:400px 651px;
    position: relative;
}
#circle-content-circle-inner .ccc-item {
    position: absolute;
    width:80px;
    height:80px;
}
#circle-content-circle-inner .ccc-item:nth-child(1) {
    top:-4px;
    left:50%;
    transform: translate(-50%,0);
}
#circle-content-circle-inner .ccc-item:nth-child(2) {
    top:126px;
    right:-28px;
}
#circle-content-circle-inner .ccc-item:nth-child(3) {
    top:330px;
    left:50%;
    transform: translate(-50%,0);
}
#circle-content-circle-inner .ccc-item:nth-child(4) {
    top:216px;
    left:-26px;
}
#circle-content-circle-inner .ccc-item:nth-child(5) {
    top:70px;
    left:-10px;
}
#circle-content-circle-inner .ccc-item:nth-child(6) {
    bottom:-20px;
    left:54%;
}

.page-template-page-kompetenzen #circle-content-circle-inner .ccc-item svg .mst1 {
    stroke:#929187;  
    transition:all .3s ease;
}
#circle-content-circle-inner .ccc-item svg .mst1 {
    stroke:#dad9d4;  
    transition:all .3s ease;
}
#circle-content-circle-inner .ccc-item:hover svg .mst1 {
    stroke:#929187;  
    transition:all .3s ease;
}
.page-template-page-kompetenzen #circle-content-circle-inner .ccc-item svg .mst2 {
    fill:#929187;
    transition:all .3s ease;
}
#circle-content-circle-inner .ccc-item svg .mst2 {
    fill:#dad9d4;
    transition:all .3s ease;
}
#circle-content-circle-inner .ccc-item:hover svg .mst2, #circle-content-circle-inner .ccc-item.current-item svg .mst2 {
    fill:#929187;
    transition:all .3s ease;
}

#circle-content-circle-inner .ccc-item .ccc-item-sub-item svg .st0 {
    fill:#e0cfa6;
    transition:all .3s ease;
}
#circle-content-circle-inner .ccc-item .ccc-item-sub-item:hover svg .st0, #circle-content-circle-inner .ccc-item .ccc-item-sub-item.current svg .st0 {
    fill:#b18a20;
    transition:all .3s ease;
}

#circle-content-circle-inner .ccc-item a {
    text-decoration: none;
    z-index: 2;
    position: relative;
}
#circle-content-circle-inner .ccc-item span.ccc-title {
    font-family: brandon-grotesque,sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 17px;
    line-height: 25px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color:#b9b9b9;
    position: absolute;
    transition:all .3s ease;
}

#circle-content-circle-inner .ccc-item:hover span.ccc-title, #circle-content-circle-inner .ccc-item.current-item span.ccc-title {
    color:#929187;
    transition:all .3s ease;
}
#circle-content-circle-inner .ccc-item:nth-child(1) span.ccc-title {
    top:16px;
    left:50%;
    transform: translate(-50%,0);
}
#circle-content-circle-inner .ccc-item:nth-child(2) span.ccc-title {
    top:-32px;
    left:-104px;
}
#circle-content-circle-inner .ccc-item:nth-child(3) span.ccc-title {
    bottom:85px;
    left:50%;
    transform: translate(-50%,0);
}
#circle-content-circle-inner .ccc-item:nth-child(4) span.ccc-title {
    top:-36px;
    left:104px;
}
#circle-content-circle-inner .ccc-item:nth-child(5) span.ccc-title {
    bottom:4px;
    left:94px;
}
#circle-content-circle-inner .ccc-item:nth-child(6) span.ccc-title {
    top:12px;
    left:50%;
    transform: translate(-50%,0);
}

#circle-content-circle-inner .ccc-item .ccc-item-sub {
    position: absolute;
    display: none;
    width: 120px;
    z-index: 1;
}
#circle-content-circle-inner .ccc-item.current-item .ccc-item-sub {
    display: block;
}
#circle-content-circle-inner .ccc-item:hover .ccc-item-sub {
    display: block;
}
#circle-content-circle-inner .ccc-item:nth-child(1) .ccc-item-sub {
    top:-44px;
    left:30%;
}
#circle-content-circle-inner .ccc-item:nth-child(2) .ccc-item-sub {
    top:-42px;
    left:60px;
}
#circle-content-circle-inner .ccc-item:nth-child(3) .ccc-item-sub {
    top:20px;
    right:75%;
}
#circle-content-circle-inner .ccc-item:nth-child(4) .ccc-item-sub {
    top:-10px;
    right:60px;
}
#circle-content-circle-inner .ccc-item:nth-child(6) .ccc-item-sub {
    bottom:50%;
    left:50%;
}

#circle-content-circle-inner .ccc-item .ccc-item-sub span {
    font-family: brandon-grotesque,sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 16px;
    color: #e0cfa6;
    text-transform: uppercase;
    position: absolute;
}
#circle-content-circle-inner .ccc-item .ccc-item-sub .ccc-item-sub-item {
    position: relative;
}
#circle-content-circle-inner .ccc-item .ccc-item-sub .ccc-item-sub-item span {
    white-space: nowrap;
    display: block;
}
#circle-content-circle-inner .ccc-item .ccc-item-sub .ccc-item-sub-item:hover span, #circle-content-circle-inner .ccc-item .ccc-item-sub .ccc-item-sub-item.current span {
    color:#b18a20;
}

#circle-content-circle-inner .ccc-item:nth-child(1) .ccc-item-sub .ccc-item-sub-item:nth-child(2) {
    transform: translate(48px,-28px);
}

#circle-content-circle-inner .ccc-item:nth-child(2) .ccc-item-sub .ccc-item-sub-item:nth-child(1) {
    transform: translate(-24px,-8px);
}
#circle-content-circle-inner .ccc-item:nth-child(2) .ccc-item-sub .ccc-item-sub-item:nth-child(2) {
    transform: translate(16px,-16px);
}
#circle-content-circle-inner .ccc-item:nth-child(2) .ccc-item-sub .ccc-item-sub-item:nth-child(3) {
    transform: translate(24px,-8px);
}
#circle-content-circle-inner .ccc-item:nth-child(2) .ccc-item-sub .ccc-item-sub-item:nth-child(4) {
    transform: translate(0,-4px);
}

#circle-content-circle-inner .ccc-item:nth-child(3) .ccc-item-sub .ccc-item-sub-item:nth-child(1) {
    transform: translate(20px,32px);
    width:40px;
}
#circle-content-circle-inner .ccc-item:nth-child(3) .ccc-item-sub .ccc-item-sub-item:nth-child(2) {
    transform: translate(-2px,31px);
    width:40px;
}
#circle-content-circle-inner .ccc-item:nth-child(3) .ccc-item-sub .ccc-item-sub-item:nth-child(3) {
    transform: translate(-10px,34px);
    width:40px;
}
#circle-content-circle-inner .ccc-item:nth-child(3) .ccc-item-sub .ccc-item-sub-item:nth-child(4) {
    transform: translate(-4px,36px);
    width:40px;
}
#circle-content-circle-inner .ccc-item:nth-child(3) .ccc-item-sub .ccc-item-sub-item:nth-child(5) {
    transform: translate(16px,36px);
    width:40px;
}

#circle-content-circle-inner .ccc-item:nth-child(4) .ccc-item-sub .ccc-item-sub-item:nth-child(1) {
    transform: translate(58px,8px);
    width:40px;
}
#circle-content-circle-inner .ccc-item:nth-child(4) .ccc-item-sub .ccc-item-sub-item:nth-child(2) {
    transform: translate(64px,22px);
    width:40px;
}

#circle-content-circle-inner .ccc-item:nth-child(6) .ccc-item-sub .ccc-item-sub-item:nth-child(1) {
    transform: translate(40px,-36px);
}
#circle-content-circle-inner .ccc-item:nth-child(6) .ccc-item-sub .ccc-item-sub-item:nth-child(2) {
    transform: translate(60px,-36px);
}
#circle-content-circle-inner .ccc-item:nth-child(6) .ccc-item-sub .ccc-item-sub-item:nth-child(3) {
    transform: translate(68px,-34px);
}
#circle-content-circle-inner .ccc-item:nth-child(6) .ccc-item-sub .ccc-item-sub-item:nth-child(4) {
    transform: translate(60px,-32px);
}
#circle-content-circle-inner .ccc-item:nth-child(6) .ccc-item-sub .ccc-item-sub-item:nth-child(5) {
    transform: translate(40px,-32px);
}

#circle-content-circle-inner .ccc-item:nth-child(1) .ccc-item-sub .ccc-item-sub-item:nth-child(1) span {
    top:-6px;
    right:100%;
    padding-right:8px;
    transform: translate(0,-50%);
}
#circle-content-circle-inner .ccc-item:nth-child(1) .ccc-item-sub .ccc-item-sub-item:nth-child(2) span {
    top:-6px;
    left:40px;
    padding-left:8px;
    transform: translate(0,-50%);
}
.abstract-idee #circle-content-circle-detail-inner .cccd-item-main .cccd-item-sub .cccd-item-sub-item:nth-child(2) span, .abstract-idee #circle-content-circle-detail-inner .cccds-item-main .cccds-item-sub .cccds-item-sub-item:nth-child(2) span {
    top:20px;
    left:60px;
    padding-left:10px;
}
#circle-content-circle-inner .ccc-item:nth-child(2) .ccc-item-sub .ccc-item-sub-item span, #circle-content-circle-inner .ccc-item:nth-child(6) .ccc-item-sub .ccc-item-sub-item span {
    top:-6px;
    left:40px;
    padding-left:8px;
    transform: translate(0,-50%);
}
#circle-content-circle-inner .ccc-item:nth-child(3) .ccc-item-sub .ccc-item-sub-item span {
    top:-6px;
    right:100%;
    padding-right:8px;
    transform: translate(0,-50%);
}
#circle-content-circle-inner .ccc-item:nth-child(4) .ccc-item-sub .ccc-item-sub-item span {
    top:-6px;
    right:100%;
    padding-right:8px;
    transform: translate(0,-50%);
    width:120px;
    white-space: normal;
    text-align: right;
}

#content ul#circle-posts {
    margin:0 0 20px 0;
    padding:20px 0 0 0;
}
#content ul.children {
    margin:0;
}
#content ul#circle-posts li {
    list-style: none;
    position: relative;
    padding-left:12px;
}
#content ul#circle-posts li:before {
    content:"·";
    position: absolute;
    top:-2px;
    left:0;
    font-family: brandon-grotesque,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 26px;
    color:#7f7f7f;
}
#content ul.children li:before {
    display: none;
}
#content ul#circle-posts li a {
    font-family: brandon-grotesque,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    color:#7f7f7f;
    text-decoration: none;
    display: inline-block;
}
#content ul#circle-posts li a:hover, #content ul#circle-posts li.current_page_item a, #content ul#circle-posts li.current_page_ancestor a, #content ul#circle-posts li.current_page_item ul.children li a:hover, #content ul#circle-posts li.current_page_ancestor ul.children li a:hover, #content ul#circle-posts li.current_page_ancestor ul.children li.current_page_item a {
    color:#b18a20;
}
#content ul#circle-posts li.current_page_item ul.children li a, #content ul#circle-posts li.current_page_ancestor ul.children li a {
    color:#7f7f7f;
}

#content ul#circle-posts li a {
    display:none;  
}
#content ul#circle-posts li ul.children {
    padding:0;
}
#content ul#circle-posts li ul.children li {
    padding:0;
}
#content ul#circle-posts li ul.children li a {
    display: block;
}

/*ZU LEHRSTELLEN*/

#header-img.w-caption {
    position: relative;
}
#header-img img {
    display: block;
    filter: grayscale(100);
}
#header-img #header-img-caption {
    position: absolute;
    top:50%;
    left:0;
    padding-top:60px;
}
#header-img #header-img-caption h1 {
    font-family: brandon-grotesque,sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 52px;
    line-height: 62px;
    color:#fff;
    text-transform: uppercase;
    padding:8px 32px 12px 164px;
    display: inline-block;
    background:#b18a20;
}
#header-img #header-img-caption h2 {
    font-family: brandon-grotesque,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 52px;
    line-height: 62px;
    color:#b18a20;
    padding:8px 24px 8px 48px;
    display: inline-block;
    background:#fff;
}
#content #zuls-list-title h2, #content #zuls-projects-title h2 {
    font-weight: 500;
    font-size: 33px;
    line-height: 45px;
    color: #b18a20;
    text-transform: uppercase;
    margin-bottom: 24px;
    padding-top: 64px;
    padding-bottom: 12px;
    border-bottom:1px solid #333;
}

#zuls-list {
    position: relative;
}
#zuls-list-items {
    display: flex;
    flex-wrap: wrap;
    margin:0 -12px;
}
#zuls-list-items .zuls-list-item {
    width:calc(20% - 24px);
    margin:0 12px 24px 12px;
    background: #193a60;
    border-radius:16px;
    min-height:182px;
    transition:all .4s ease;
    display: flex;
}
#zuls-list-items .zuls-list-item:hover {
    background: #b18a20;
    transition:all .4s ease;
}
#zuls-list-items .zuls-list-item a {
    text-decoration: none;
    padding:16px 24px;
}
#zuls-list-items .zuls-list-item span.zuls-date {
    font-family: brandon-grotesque,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    line-height: 24px;
    color:#b18a20;
    margin-bottom:12px;
    display: block;
    transition:all .4s ease;
}
#zuls-list-items .zuls-list-item:hover span.zuls-date {
    color:#fff;
    transition:all .4s ease;
}
#content .zuls-list-item-title h3 {
    font-family: brandon-grotesque,sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 27px;
    line-height: 32px;
    margin-bottom: 0;
    hyphens: auto;
}
#zuls-list-contact {
    position: absolute;
    bottom:24px;
    right:-12px;
    width:calc(40% - 14px);
    margin:0 12px;
}
#zuls-list-contact #zuls-list-contact-inner {
    display: flex;
    margin:0 -12px;
}
#zuls-list-contact-img {
    width:calc(50% - 24px);
    margin:0 12px;
}
#zuls-list-contact-img img {
    display: block;
    border-radius:16px;
}
#zuls-list-contact-text {
    width:calc(50% - 24px);
    margin:0 12px;
}
#zuls-list-contact-text span.zuls-list-contact-text-intro {
    display: block;
    font-size: 22px;
    line-height: 28px;
    margin: 0 0 12px 0;
    color: #7f7f7f;
}
#content #zuls-list-contact-text h3 {
    color: #b18a20;
    margin-bottom: 0;
}
#content #zuls-list-contact-text h4 {
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    text-transform: none;
    margin:0;
    padding-top: 0;
}
#content #zuls-list-contact-text p {
    font-size: 22px;
    line-height: 28px;
    margin: 0;
}
#content #zuls-list-contact-text p a {
    color: #7f7f7f;
    display: inline-block;
}

#zuls-projects-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    margin:0 -12px;
}
#zuls-projects-items .zuls-projects-item {
    width:calc(33.333% - 24px);
    margin:0 12px 24px 12px;
    border-radius:24px;
    position: relative;
    cursor: pointer;
}
#zuls-projects-items .zuls-projects-item.active {
    z-index: 999999;
}
.zuls-projects-sizer {
    width:33.333%;
}
.zuls-project-img {
    position: relative;
}
.zuls-project-img img {
    border-radius:24px;
    display: block;
    filter: grayscale(100);
    transition:all .4s ease;
}
.active .zuls-project-img img {
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;
    filter: grayscale(0);
    transition:all .4s ease;
}

.zuls-project-boxtitle {
    display: inline-block;
    margin-top:-26px;
    background:#b18a20;
}
#content .zuls-project-boxtitle h3 {
    color: #fff;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 0;
    padding:8px 24px;
}
#content .zuls-projects-item-trigger h4 {
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    text-transform: none;
    margin: 0;
    padding:8px 24px 20px 24px;
}

.zuls-projects-item-trigger {
    position: absolute;
    left:0;
    width:100%;
    background:rgba(255,255,255,.9);
    transition:all .4s ease;
}
.active .zuls-projects-item-trigger {
    top:100% !important;
    background:#f1f1f1;
    transition:all .4s ease;
}
.zuls-projects-item-toggle {
    display: none;
    padding-left:24px;
    padding-right:24px;
    padding-bottom:24px;
    background:#f1f1f1;
    border-bottom-left-radius:24px;
    border-bottom-right-radius:24px;
}
#content .zuls-projects-item-toggle p, #content .zuls-projects-item-toggle ul li, #content .zuls-projects-item-toggle ol li {
    color:#3C3C3B;
}

.flex-break {
    flex-basis: 100%;
    height: 0;
}

#lboxes {
    padding:0 60px;
}
.page-template-default #lboxes {
    padding:24px 0 0 0 !important;
}
#lboxes #lboxes-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin:0 -20px;
}
#lboxes #lboxes-items .lboxes-item {
    width:calc(50% - 40px);
    margin:0 20px 40px 20px;
}
#lboxes #lboxes-items .lboxes-item img {
    display: block;
}
#lboxes #lboxes-items .lboxes-item a {
    text-decoration:none;
}
#lboxes #lboxes-items .lboxes-item .lboxes-item-title {
    background:#193a60;
    transition:all .3s ease;
}
#lboxes #lboxes-items .lboxes-item:hover .lboxes-item-title {
    background:#b18a20;
    transition:all .3s ease;
}
#lboxes #lboxes-items .lboxes-item .lboxes-item-title h3 {
    font-family: brandon-grotesque,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    line-height: 36px;
    color:#fff;
    padding:12px 24px;
    text-align: center;
    text-transform: uppercase;
}

.sbi-tlbr-inner, .sbi-bltl-inner, .sbi-tlsr-inner, .sbi-sltr-inner {
    display: flex;
    flex-wrap: wrap;
    margin:0 -20px;
}
.sbi-tlbr-inner .sbi-tlbr-text, .sbi-bltl-inner .sbi-bltl-text, .sbi-tlsr-inner .sbi-tlsr-text, .sbi-sltr-inner .sbi-sltr-text, .sbi-tlsr-inner .sbi-tlsr-slider, .sbi-sltr-inner .sbi-sltr-slider {
    width:calc(50% - 40px);
    margin:0 20px;
}
.sbi-tlbr-inner .sbi-tlbr-textbox, .sbi-bltl-inner .sbi-bltl-textbox {
    width:calc(50% - 80px);
    margin:0 20px;
    background:#eee;
    border-radius:8px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    padding:16px 20px;
}
.sbi-sltr-inner .sbi-sltr-slider, .sbi-bltl-inner .sbi-bltl-textbox {
    order:1;
} 
.sbi-bltl-inner .sbi-bltl-text, .sbi-sltr-inner .sbi-sltr-text {
    order:2;
}

@media only screen and (max-width:1580px) {
    #teaser-content-inner .tdate, #teaser-content-inner p {
        font-size:38px;
        line-height: 48px;
        margin:0 0 50px 0;
    }
    #teaser-content-inner h2 {
        font-size: 90px;
        line-height: 100px;
        margin:0 0 10px 0;
    }
    #teaser-content-inner .tbutton {
        font-size:38px;
        line-height: 48px;
    }
    #zuls-list-items .zuls-list-item {
        width: calc(25% - 24px);
        min-height: 1px;
    }
    #content .zuls-list-item-title h3 {
        margin-bottom: 16px;
    }
    #zuls-list-contact {
        position: inherit;
        bottom: inherit;
        right: inherit;
        width: calc(50% - 14px);
        margin: 0;
    }
}
@media only screen and (max-width:1480px) {
    #link-box {
        width:calc(40% - 40px);
        margin:0 20px;
    }
    #faddress {
        width:calc(45% - 40px);
        margin:0 20px;
    }
    #link-box ul {
        column-count: 2;
        column-gap: 30px;
    }
}
@media only screen and (max-width:1440px) {
    #circle-content #circle-content-text {
        width:33.333%;
    }
    #circle-content #circle-content-circle {
        width:calc(66.666% - 160px);
    }
}
@media only screen and (max-width:1366px) {
    #header #logo {
        display: inline-block;
        padding: 16px 40px;
    } 
    #stories-block {
        margin: 0 40px 40px 40px;
    }
    #lboxes {
        padding: 0 40px;
    }
    #menu {
        right: 40px;
        bottom: 16px;
    }
    #container {
        padding-top: 75px;
    }
    #footer {
        padding: 20px;
    }
    #content {
        width:60%;
        padding:30px 40px;
    }
    .page-template-page-team #content, .tax-projektbereich #content, .page-template-default #content, .page-template-page-kompetenzen #content {
        width:calc(100% - 80px);
    }
    .tax-kategorien #content, .single-arbeitsbereiche #content, .single-stellen #content {
        width:calc(100% - 80px);
        padding:30px 40px 60px 40px;
    }
    .blog #content article, .category #content article {
        width:calc(100% - 80px);
        padding:30px 40px 15px 40px;
    }
    #menu ul li:hover .sub-menu {
        padding:32px 16px 16px 16px;
    }
    .page-template-page-zulehrstellen #content {
        width: calc(100% - 80px);
        padding: 30px 40px;
    }
    #header #logo img {
        width:147px;
        height:40px;
    }
    #teaser-text {
        padding: 24px 20px;
    }
    #content .zuls-project-boxtitle h3, #content .story-box h2, .story-box h2, #lboxes #lboxes-items .lboxes-item .lboxes-item-title h3 {
        font-size: 24px;
        line-height: 32px;
        padding: 6px 20px;
    }
    #content .zuls-projects-item-trigger h4 {
        font-size: 24px;
        line-height: 32px;
        padding: 6px 20px 16px 20px;
    }
    .zuls-project-boxtitle, .top-img .story-title {
        margin-top: -22px;
    }
}
@media only screen and (max-width:1320px) {
    #teaser-content-inner .tdate, #teaser-content-inner p {
        font-size:26px;
        line-height: 36px;
        margin:0 0 40px 0;
    }
    #teaser-content-inner h2 {
        font-size: 65px;
        line-height: 75px;
    }
    #teaser-content-inner .tbutton {
        font-size:26px;
        line-height: 36px;
    }
    #teaser-header {
        padding:20px 30px;
    }
    #teaser-header-inner #teaser-header-left {
        width:calc(50% - 15px);
        margin-right:30px;
    }
    #teaser-header-inner #teaser-header-right {
        width:calc(50% - 15px);
        text-align: right;
    }
    #teaser-header-inner #teaser-header-right img {
        max-height:30px;
        width:auto;
    }
    #teaser-header-inner #teaser-header-left #tclose {
        font-size: 18px;
        line-height: 26px;
        padding:7px 0;
    }
}
@media only screen and (max-width:1280px) {
    .single-stellen #stellen-table {
        display: block;
    }
    .single-stellen #content .entry-content {
        width:100%;
    }
    .single-stellen #content .entry-sidebar {
        width:100%;
        margin-left:0;
    }
    #circle-content #circle-content-text {
        width:30%;
    }
    #circle-content #circle-content-circle {
        width:calc(70% - 160px);
    }
}
@media only screen and (max-width:1180px) {
	#link-block #link-block-inner .claim-box h3 {
		font-size: 48px;
		line-height: 58px;
	}
    #header #logo {
        padding: 16px 20px;
    } 
    #stories-block {
        margin: 0 20px 20px 20px;
    }
    #lboxes {
        padding: 0 20px;
    }
    #lboxes #lboxes-items {
        margin:0 -10px;
    }
    #lboxes #lboxes-items .lboxes-item {
        width:calc(50% - 20px);
        margin:0 10px 20px 10px;
    }
    #menu {
        right: 20px;
    }
    #menu ul li:after {
        margin:0 16px;
    }
    #footer {
        padding: 20px 0;
    }
    .cimg-overlay {
        position: absolute;
        top: 5px;
        bottom: 5px;
        left: 5px;
        right: 5px;
    }
    .cimg-overlay a, .cimg-overlay a:hover {
        font-size:26px;
        line-height:36px;
        letter-spacing:0.48px;
    }
    .cimg-overlay a span {
        padding:10px 15px;
        max-width:75%;
    }
    #faddress p {
        column-count: 1;
        column-gap: 0;
    }
    #link-box {
        width:calc(55% - 40px);
    }
    #faddress {
        width:calc(30% - 40px);
    }
    #footer-inner-bottom {
        padding-top: 24px;
    }
    .hc-innercirle img {
        width:120px;
        height:120px;
    }
    #content {
        padding:30px 20px;
    }
    .page-template-page-team #content, .tax-projektbereich #content, .page-template-default #content, .page-template-page-kompetenzen #content {
        width:calc(100% - 40px);
    }
    .tax-kategorien #content, .single-arbeitsbereiche #content, .single-stellen #content {
        width:calc(100% - 40px);
        padding:24px 20px 32px 20px;
    }
    .blog #content article, .category #content article {
        width:calc(100% - 40px);
        padding:24px 20px 15px 20px;
    }
    #circle-content {
        display: block;
    }
    #circle-content #circle-content-text {
        width: 100%;
        padding-top: 24px;
    }
    #circle-content-circle-detail.abstract-idee, #circle-content-circle-detail.abstract-planung, #circle-content-circle-detail.abstract-bewirtschaftung, #circle-content-circle-detail.abstract-ausfuehrung, #circle-content-circle-detail.abstract-ressourcen, #circle-content-circle-detail.abstract-menschen {
        width: 100%;
    }
    #circle-content #circle-content-circle {
        width: 100%;
        padding:60px 0 40px 0;
        justify-content: center;
    }
    #header-img #header-img-caption {
        padding-top:0;
    }
    #header-img #header-img-caption h1 {
        font-size: 42px;
        line-height: 52px;
        padding:8px 24px 12px 64px;
    }
    #header-img #header-img-caption h2 {
        font-size: 42px;
        line-height: 52px;
        padding:8px 24px 8px 32px;
    }
    .page-template-page-zulehrstellen #content {
        width: calc(100% - 40px);
        padding: 30px 20px;
    }
    #zuls-list-items .zuls-list-item {
        width: calc(33.333% - 24px);
    }
    #zuls-list-contact {
        width: calc(66.666% - 14px);
    }
    
    #zuls-projects-items .zuls-projects-item {
        width:calc(50% - 24px);
    }
    .zuls-projects-sizer {
        width:50%;
    }
    .story-box, .story-sizer {
        width: calc(50% - 24px);
    }
    .story-box:nth-child(2) {
        width: calc(100% - 24px);
    }
}
@media only screen and (max-width:1024px) {
	#logo img {
		width:147px;
		height:40px;
	}
	#menu {
		display: none;
	}
	#menu-toggle {
		display: block;
		position: absolute;
		top:50%;
		margin-top:-11px;
		right:20px;
		cursor: pointer;
	}
	#container {
		padding-top: 74px;
	}
	#content {
		width:calc(100% - 40px);
		padding: 30px 20px;
	}
	.content-text-inner {
		padding:30px 20px;
	}
    .page-template-page-team #content, .tax-projektbereich #content, .page-template-default #content, .page-template-page-kompetenzen #content {
		width:calc(100% - 40px);
	}
     .blog #content article, .category #content article {
		width:calc(100% - 40px);
        padding:30px 20px 0 20px;
    }
	.acf-map {
		height: 450px;
	}
	.team-box .team-box-inner {
		float: left;
		width: 31.99966666666667%;
		margin: 0 0 2% 2%;
	}
	.team-box .team-box-inner:nth-child(4n+1) {
		margin: 0 0 2% 2%;
		clear: none;
	}
	.team-box .team-box-inner:nth-child(3n+1) {
		margin: 0 0 2% 0;
		clear: both;
	}
    .cta-line, .cta-line.hovered {
        max-width: 45px;
    }
    .hc-top-left .cimg-overlay, .hc-top-left:hover .cimg-overlay, 
    .hc-bottom-right .cimg-overlay, .hc-bottom-right:hover .cimg-overlay {
        opacity: 1;
	    background:rgba(177,138,32,0.7);
    }
    .hc-top-right .cimg-overlay, .hc-top-right:hover .cimg-overlay,
    .hc-bottom-left .cimg-overlay, .hc-bottom-left:hover .cimg-overlay  {
        opacity: 1;
	    background:rgba(25,58,96,0.6);
    }
    #circle-content-circle-inner .ccc-item .ccc-item-sub, #circle-content-circle-detail-inner .cccd-item-main .cccd-item-sub, #circle-content-circle-detail-inner .cccds-item-main .cccds-item-sub {
        display: block;
    }
}
@media only screen and (max-width:1023px) {
    .sbi-imgl-inner, .sbi-imgr-inner {
        display: block;
    }
    .sbi-imgl-inner .img, .sbi-imgr-inner .text {
        width:100%;
        margin-right:0;
        margin-bottom:24px;
    }
    .sbi-imgl-inner .text, .sbi-imgr-inner .img {
        width:100%;
    }
    .sbi-imgr-inner .img {
        margin-bottom:24px;
    }
    #teaser-content {
        padding:30px;
        height:calc(100% - 130px);
        max-height:calc(100% - 130px);
        overflow-y:auto;
        display: block;
        text-align: center;
    }
    #teaser-content-inner {
        display: block;
    }
    #teaser-content-inner #teaser-content-left {
        width:100%;
        margin-right:0;
        margin-bottom:30px;
    }
    #teaser-content-inner #teaser-content-right {
        width:100%;
    }
    #teaser-content-inner #teaser-content-right img {
        max-width:420px;
        height:auto;
        margin:0 auto 30px auto;
    }
    #teaser-content-inner .tdate, #teaser-content-inner p {
        font-size:22px;
        line-height: 32px;
        margin:0 0 30px 0;
    }
    #teaser-content-inner h2 {
        font-size: 55px;
        line-height: 65px;
    }
    #teaser-content-inner .tbutton {
        font-size:22px;
        line-height: 32px;
    }
    #teaser-header-inner #teaser-header-left #tclose {
        font-size: 16px;
        line-height: 26px;
    }
    .alignleft, .alignright {
        display: block;
        margin:0 0 20px 0;
        float: none;
    }
}
@media only screen and (max-width:920px) {
    #link-box ul {
        column-count: 1;
        column-gap: 0;
    }
    #link-box {
        width:calc(30% - 40px);
        align-items: flex-start;
    }
    #faddress {
        width:calc(40% - 40px);
        align-items: flex-start;
    }
    #award {
        width:calc(30% - 40px);
    }
    
    #zuls-list-items .zuls-list-item {
        width: calc(50% - 24px);
    }
    #zuls-list-contact {
        width: 100%;
    }
}
@media only screen and (min-width:768px) {
    #circle-menu-mobile {
        display: none;
    }
}
@media only screen and (max-width:768px) {
	.acf-map {
		height: 400px;
	}
	.team-box .team-box-inner {
		float: left;
		width: 48.5%;
		margin: 0 0 2% 2%;
	}
	.team-box .team-box-inner:nth-child(3n+1) {
		margin: 0 0 2% 2%;
		clear: none;
	}
	.team-box .team-box-inner:nth-child(2n+1) {
		margin: 0 0 2% 0;
		clear: both;
	}
    .sbi-gallery-block .sbi-gallery-box {
        width:calc(33.333% - 20px);
    }
    #cta-bar {
        position: fixed;
        top:110px;
    }
    .cta-line, .cta-line.hovered {
        max-width: 32px;
        height:32px;
    }
    .cta-line a {
        height: 32px;
        padding-left:2px;
        background:#fff;
    }
    .cta-line img {
        height:32px;
        width:32px;
        margin-right:0;
    }
    #circle-content-circle-inner .ccc-item:nth-child(4) .ccc-item-sub .ccc-item-sub-item span {
        width: 92px;
    }
    #header-img #header-img-caption h1 {
        font-size: 32px;
        line-height: 42px;
        padding:4px 24px 6px 64px;
    }
    #header-img #header-img-caption h2 {
        font-size: 32px;
        line-height: 42px;
        padding:4px 24px 4px 32px;
    }
}
@media only screen and (max-width:767px) {
    .cimg-overlay {
        position: absolute;
        top: 5px;
        bottom:5px;
        left: 5px;
        right: 5px;
    }
    .cimg-overlay a, .cimg-overlay a:hover {
        font-size:16px;
        line-height:22px;
        letter-spacing:0.2px;
    }
    .cimg-overlay a span {
        padding:10px 15px;
        max-width:75%;
    }
    #circle-content-circle-inner .ccc-item.current-item .ccc-item-sub, #circle-content-circle-inner .ccc-item:hover .ccc-item-sub, #circle-content-circle-inner .ccc-item .ccc-item-sub, #circle-posts {
        display: none;
    }
    #circle-content #circle-content-circle {
        padding: 20px 0 40px 0;
    }
    
    #circle-menu-mobile {
        padding-top:48px;
    }
    .cmm-items {
        display: flex;
        flex-wrap: wrap;
        margin:0 -12px;
    }
    .cmm-items .cmm-item {
        width:calc(33.333% - 24px);
        margin:0 12px 24px 12px;
    }
    .cmm-items .cmm-item a {
        display: block;
        position: relative;
        text-decoration: none;
    }
    .cmm-items .cmm-item a span {
        position: absolute;
        top:50%;
        left:48px;
        transform: translate(0,-50%);
        font-family: brandon-grotesque,sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 14px;
        line-height: 16px;
        color: #e0cfa6;
        text-transform: uppercase;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;
    }
    .cmm-items .cmm-item a:hover span, .cmm-items .cmm-item.current > a > span, .cmm-items .cmm-item.current-parent > a > span {    
        color: #b18a20;
    }
    .cmm-items .cmm-item a:hover svg .st0, .cmm-items .cmm-item.current a svg .st0, .cmm-items .cmm-item.current-parent a svg .st0 {
        fill: #b18a20;
        transition: all .3s ease;
    }
    .cmm-item-sub .cmm-item-sub-item {
        margin-bottom:6px;
    }
    .cmm-item-sub .cmm-item-sub-item:nth-child(1) {
        padding-top:6px;
        padding-left:48px;
    }
    .cmm-item-sub .cmm-item-sub-item a {
        font-family: brandon-grotesque,sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 14px;
        line-height: 16px;
        color:#b9b9b9;
        text-decoration: none;
        text-transform: uppercase;
        display: inline-block;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;
    }
    .cmm-item-sub .cmm-item-sub-item a:hover, .cmm-item-sub .cmm-item-sub-item.current a {
        color:#929187;
    }
    #lboxes #lboxes-items .lboxes-item {
        width:calc(100% - 20px);
    }
    #zuls-projects-items .zuls-projects-item {
        width:calc(100% - 24px);
    }
    .zuls-projects-sizer {
        width:100%;
    }
    .story-box, .story-sizer {
        width: calc(100% - 24px);
    }
    .sbi-tlbr-inner .sbi-tlbr-text, .sbi-bltl-inner .sbi-bltl-text, .sbi-tlsr-inner .sbi-tlsr-text, .sbi-sltr-inner .sbi-sltr-text, .sbi-tlsr-inner .sbi-tlsr-slider, .sbi-sltr-inner .sbi-sltr-slider {
        width:calc(100% - 40px);
    }
    .sbi-tlbr-inner .sbi-tlbr-textbox, .sbi-bltl-inner .sbi-bltl-textbox {
        width:calc(100% - 80px);
    }
    .sbi-sltr-inner .sbi-sltr-slider, .sbi-bltl-inner .sbi-bltl-textbox {
        order:2;
    } 
    .sbi-bltl-inner .sbi-bltl-text, .sbi-sltr-inner .sbi-sltr-text {
        order:1;   
    }
    .sbi-tlbr-inner .sbi-tlbr-text, .sbi-bltl-inner .sbi-bltl-text, .sbi-tlsr-inner .sbi-tlsr-text, .sbi-sltr-inner .sbi-sltr-text {
        padding-bottom:16px;
    }
}
@media only screen and (max-width:700px) {
	#link-box, #faddress, #award {
        width:calc(100% - 40px);
        display: block;
    }
    #link-box, #faddress {
        margin-bottom:32px;
    }
    #faddress p, #link-box ul {
        text-align: center;
    }
    #award img {
        display: block;
        margin:0 auto;
    }
}
@media only screen and (max-width:620px) {
    #circle-content-circle-inner .ccc-item span.ccc-title {
        font-size: 15px;
        line-height: 24px;
    }
    #circle-content-circle-inner .ccc-item .ccc-item-sub span {
        font-size:13px;
    }
    #zuls-list-items .zuls-list-item {
        width: calc(100% - 24px);
    }
    #zuls-list-contact #zuls-list-contact-inner {
        flex-wrap: wrap;
    }
    #zuls-list-contact-img {
        width:calc(100% - 24px);
        margin:0 12px 24px 12px;
    }
    #zuls-list-contact-text {
        width:calc(100% - 24px);
    }
}
@media only screen and (max-width:568px) {
    #cta-bar {
		top:inherit;
		bottom:0;
		background:#b18a20;
		width:100%;
		font-size:0;
		text-align: center;
		padding:6px 4px 4px 4px;
		padding-bottom: calc(.5rem + env(safe-area-inset-bottom))
	}
    .cta-line {
		display: inline-block;
		margin:0 8px;
		float:none;
		clear: none;
        border-top-right-radius: 12px;
        border-bottom-right-radius: 12px;
        background: #fff;
        border: 1px solid #fff;
	}
    .cta-line .cta-icon span {
        background: #fff;
    }
    .cta-line a {
        padding-top:2px;
        padding-left: 2px;
        padding-right: 4px;
    }
    .cta-line, .cta-line.hovered {
        max-width: 36px;
        height: 36px;
    }
	.entry-img {
		background: none;
	}
	#content h1, #content h4, #teaser-text h1 {
		font-size: 28px;
		line-height: 34px;
		margin:0 0 20px 0;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;
	}
	.content-text h2, #content h2, #teaser-text h2 {
		font-size:22px;
		line-height: 28px;
	}
    .page-template-page-stellen #content .entry-content h2 {
        font-size: 22px;
        line-height: 28px;
    }
    #content h3 a.button {
        font-size: 18px;
        line-height: 24px;
    }
	.ctt-title {
		float: none;
		width: calc(100% - 20px);
		padding: 4px 10px 10px 10px;
	}
	#content .ctt-title h2 {
		font-size: 22px;
		line-height: 28px;
	}
	.page-template-default #content h2, .single-stellen #content h2 {
		font-size: 22px;
		line-height: 28px;
	}
    #content .story-box h2, .story-box h2, #lboxes #lboxes-items .lboxes-item .lboxes-item-title h3 {
        font-size: 18px;
        line-height: 24px;
    }
	.page-template-default #content h3, .team-navi .tnavi a, .single-stellen #content h3, .content-text p, #content p, .content-text ul li, #content ul li, .content-text ol li, #content ol li, #content .story-text p, .story-text p, .story-readmore a, .content-text h3, #content h3, #content #zuls-list-contact-text h4, #zuls-list-contact-text span.zuls-list-contact-text-intro, #content #zuls-list-contact-text p, #teaser-text p, #content .story-text p, .story-text p {
        font-size: 18px;
        line-height: 24px;
    }
	.single-arbeitsbereiche #content p, .page-template-default #content p {
		font-size:18px;
		line-height:24px;
		margin:0 0 20px 0;
	}
	.wpcf7-submit {
		font-size: 18px;
		line-height: 24px;
	}
    #content a.button {
		font-size: 16px;
		line-height: 22px;
        margin-bottom:10px;
    }
	.form-elements .form-element {
		float: none;
		width: 100%;
	}
	.form-elements .form-element:nth-child(2n+1) {
		margin-right: 0;
	}
	.acf-map {
		height: 350px;
	}
	#content .team-box-outer h2 {
		display: block;
		width: calc(100% - 40px);
		padding: 4px 20px 10px 20px;
	}
	.team-title {
		min-height: 1px;
	}
	.projekt-box-inner {
		padding: 0;
	}
	.ei-line label, .ei-line .ei-content, .c-left {
		width: 100%;
		display: block;
	}
	.c-right {
		width: 100%;
		display: block;
	}
	#content .ctea-line h4 {
		display: block;
		width: 100%;
	}
	.ctea-line {
		padding-left:0;
	}
	#content .ctea-line h4 {
		float:none;
	}
	.ctea-line.first img {
		max-width:100%;
		float:none;
		display: block;
		padding:3px 0 6px 0;
	}
	#cc-block .cc-item img {
		max-width:200px;
		height:auto;
		margin-left:auto;
		margin-right:auto;
	}
    .sbi-gallery-block .sbi-gallery-box {
        width:calc(50% - 20px);
    }
    #teaser-header {
        padding:10px 20px;
    }
    #teaser-header-inner #teaser-header-left {
        width:calc(50% - 10px);
        margin-right:20px;
    }
    #teaser-header-inner #teaser-header-right {
        width:calc(50% - 10px);
        text-align: right;
    }
    #teaser-header-inner #teaser-header-right img {
        max-height:20px;
        width:auto;
    }
    #teaser-header-inner #teaser-header-left #tclose {
        font-size: 14px;
        line-height: 20px;
        padding:0;
    }
    #teaser-content {
        padding:30px 20px;
        height:calc(100% - 102px);
        max-height:calc(100% - 102px);
    }
    #teaser-content-inner .tdate, #teaser-content-inner p {
        font-size:18px;
        line-height: 24px;
        margin:0 0 25px 0;
    }
    #teaser-content-inner h2 {
        font-size: 40px;
        line-height: 50px;
        letter-spacing: 1px;
    }
    #teaser-content-inner .tbutton {
        font-size:18px;
        line-height: 24px;
    }
    #footer {
        padding: 20px 0 80px 0;
    }
    .cmm-items .cmm-item {
        width:calc(50% - 24px);
        margin:0 12px 8px 12px;
    }
    #circle-content-circle-inner .ccc-item {
        z-index: 2;
    }	
    
    #header-img #header-img-caption {
        position: inherit;
        top:inherit;
    }
    #header-img #header-img-caption h1 {
        padding:4px 24px 6px 20px;
    }
    #header-img #header-img-caption h2 {
        padding:4px 24px 4px 20px;
    }
    
    #cta-bar-outer {
        z-index: 9999999;
    }
}
@media only screen and (max-width:480px) {
	.team-box .team-box-inner {
		float: none;
		width: 100%;
		margin: 0 0 40px 0;
	}
	.team-box .team-box-inner:nth-child(4n+1), .team-box .team-box-inner:nth-child(3n+1), .team-box .team-box-inner:nth-child(2n+1) {
		margin: 0 0 40px 0;
		clear: both;
	}
    #teaser-content-inner #teaser-content-right img {
        width:80%;
        height:auto;
    }
    #slogan h3 {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 1px;
        background: url(images/bildmarke_zindel_gold.svg) no-repeat left center;
        background-size: 22px 22px;
        padding-left: 32px;
    }
    #circle-content-circle-inner .ccc-item:nth-child(1) .ccc-item-sub .ccc-item-sub-item:nth-child(1) span, #circle-content-circle-inner .ccc-item:nth-child(3) .ccc-item-sub .ccc-item-sub-item span, #circle-content-circle-inner .ccc-item:nth-child(4) .ccc-item-sub .ccc-item-sub-item span {
        width: 100px;
    }
    #circle-content-circle-inner {
        width: 300px;
        height: 488px;
        background: url(images/kreis.svg) top center;
        background-size: 300px 488px;
    }
    #circle-content-circle-inner .ccc-item, .style-svg.svg-big {
        width: 60px;
        height: 60px;
    }
    #circle-content-circle-inner .ccc-item:nth-child(2) {
        top: 122px;
        right: -22px;
    }
    #circle-content-circle-inner .ccc-item:nth-child(3) {
        top: 248px;
    }
    #circle-content-circle-inner .ccc-item:nth-child(4) {
        top: 158px;
        left:-19px;
    }
    #circle-content-circle-inner .ccc-item:nth-child(5) {
        top:50px;
        left:-4px;
    }
    #circle-content-circle-inner .ccc-item:nth-child(6) {
        bottom:-14px;
        left: 54%;
    }
    #circle-content-circle-inner .ccc-item:nth-child(1) span.ccc-title {
        top: 12px;
    }
    #circle-content-circle-inner .ccc-item:nth-child(2) span.ccc-title {
        top: -28px;
        left: -78px;
    }
    #circle-content-circle-inner .ccc-item:nth-child(3) span.ccc-title {
        bottom: 63px;
    }
    #circle-content-circle-inner .ccc-item:nth-child(4) span.ccc-title {
        top: -28px;
        left: 74px;
    }
    #circle-content-circle-inner .ccc-item:nth-child(5) span.ccc-title {
        bottom: 6px;
        left:68px;
    }
    #circle-content-circle-inner .ccc-item span.ccc-title {
        font-size: 13px;
        line-height: 21px;
    }
    
    #content .zuls-project-boxtitle h3, #content .story-box h2, .story-box h2, #lboxes #lboxes-items .lboxes-item .lboxes-item-title h3 {
        font-size: 20px;
        line-height: 28px;
        padding: 6px 20px;
    }
    #content .zuls-projects-item-trigger h4 {
        font-size: 20px;
        line-height: 28px;
        padding: 6px 20px 16px 20px;
    }
    .zuls-project-boxtitle, .top-img .story-title {
        margin-top: -20px;
    }
    #content .story-box .img-off.intro-off h2, .story-box .img-off.intro-off h2 {
        font-size: 32px;
        line-height: 38px;
    }
}
@media only screen and (max-width:420px) {
    .cimg-overlay {
        position: absolute;
        top: 5px;
        bottom:5px;
        left: 5px;
        right: 5px;
    }
    .cimg-overlay a, .cimg-overlay a:hover {
        font-size:16px;
        line-height:22px;
        letter-spacing:0.2px;
    }
    .cimg-overlay a span {
        padding:10px 15px;
        max-width:75%;
    }
    .cimg-overlay a span {
        padding: 10px;
        max-width: 80%;
    }
    .cmm-items .cmm-item {
        width:calc(100% - 24px);
    }
}
@media only screen and (max-width:380px) {
    .skontakt img {
        float:none !important;
        max-width:100%;
        height:auto;
        margin:0 auto;
    }
}
@media only screen and (max-width:375px) {
    .cimg-overlay a, .cimg-overlay a:hover {
        font-size: 15px;
        line-height: 21px;
        letter-spacing: 0.2px;
    }
}
@media only screen and (max-width:374px) {
    #footer-inner-bottom {
        width: calc(100% - 40px);
        margin: 0 20px;
        padding-top: 24px;
        display: block;
    }
    #fsocials {
        margin-bottom:24px;
    }
    #fmenu ul {
        text-align: center;
        font-size: 0;
    }
    #fmenu ul li {
        margin:0 8px;
    }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
	#logo img {
		max-height:40px;
		width:auto;
	}
	#menu {
		display: none;
	}
	#menu-toggle {
		display: block;
		position: absolute;
		top:50%;
		margin-top:-11px;
		right:20px;
		cursor: pointer;
	}
	#container {
		padding-top: 74px;
	}
}