/** Rendered with PHP Leafo\ScssPhp\Compiler @ unixtime 1557931021 | date 2019 May 15. 14:37:01 */

/** FONTS
 ########################### */
/** ALLER
 - we use a trick to get different cuts of the family into one Font named "Aller" by taking always the same name but with different font settings
 */
/* Generated by Fontie <http://fontie.pixelsvsbytes.com> */
@font-face {
  font-family: 'Aller';
  src: url('../fonts/Aller/Aller Bold.eot');
  src: url('../fonts/Aller/Aller Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Aller/Aller Bold.woff2') format('woff2'), url('../fonts/Aller/Aller Bold.woff') format('woff'), url('../fonts/Aller/Aller Bold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U20-FB04;
}
@font-face {
  font-family: 'Aller';
  src: url('../fonts/Aller/Aller Bold Italic.eot');
  src: url('../fonts/Aller/Aller Bold Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/Aller/Aller Bold Italic.woff2') format('woff2'), url('../fonts/Aller/Aller Bold Italic.woff') format('woff'), url('../fonts/Aller/Aller Bold Italic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-stretch: normal;
  unicode-range: U20-FB04;
}
@font-face {
  font-family: 'Aller';
  src: url('../fonts/Aller/Aller Italic.eot');
  src: url('../fonts/Aller/Aller Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/Aller/Aller Italic.woff2') format('woff2'), url('../fonts/Aller/Aller Italic.woff') format('woff'), url('../fonts/Aller/Aller Italic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
  unicode-range: U20-FB04;
}
@font-face {
  font-family: 'Aller';
  src: url('../fonts/Aller/Aller.eot');
  src: url('../fonts/Aller/Aller.eot?#iefix') format('embedded-opentype'), url('../fonts/Aller/Aller.woff2') format('woff2'), url('../fonts/Aller/Aller.woff') format('woff'), url('../fonts/Aller/Aller.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U20-FB04;
}
@font-face {
  font-family: 'Aller';
  src: url('../fonts/Aller/Aller Display.eot');
  src: url('../fonts/Aller/Aller Display.eot?#iefix') format('embedded-opentype'), url('../fonts/Aller/Aller Display.woff2') format('woff2'), url('../fonts/Aller/Aller Display.woff') format('woff'), url('../fonts/Aller/Aller Display.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U20-FB04;
}
@font-face {
  font-family: 'Aller';
  src: url('../fonts/Aller/Aller Light Italic.eot');
  src: url('../fonts/Aller/Aller Light Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/Aller/Aller Light Italic.woff2') format('woff2'), url('../fonts/Aller/Aller Light Italic.woff') format('woff'), url('../fonts/Aller/Aller Light Italic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-stretch: normal;
  unicode-range: U20-FB04;
}
@font-face {
  font-family: 'Aller';
  src: url('../fonts/Aller/Aller Light Regular.eot');
  src: url('../fonts/Aller/Aller Light Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Aller/Aller Light Regular.woff2') format('woff2'), url('../fonts/Aller/Aller Light Regular.woff') format('woff'), url('../fonts/Aller/Aller Light Regular.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U20-FB04;
}
@font-face {
  font-family: 'Aller';
  src: url('../fonts/Aller/Aller Bold.eot');
  src: url('../fonts/Aller/Aller Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Aller/Aller Bold.woff2') format('woff2'), url('../fonts/Aller/Aller Bold.woff') format('woff'), url('../fonts/Aller/Aller Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U20-FB04;
}
/** GLOBAL VARS 
 ######################## */
/* GENERAL 
 ################################ */
html {
  overflow-x: hidden;
}
body {
  font-family: "Aller", sans-serif;
  font-size: 16px;
  line-height: 23px;
  color: #2e2d36;
  font-weight: 300;
  background: #fff;
  padding-bottom: 0px !important;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  body.sticky {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  body.sticky {
    margin-top: 80px;
  }
}
#ajax-loader {
  width: 64px;
  height: 64px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -32px 0 0 -32px;
  background: url(../img/ajax-loader_2.gif) no-repeat center center transparent;
  z-index: 89999;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  box-shadow: 0 0 30px 0px rgba(255, 255, 255, 0.45);
  -webkit-box-shadow: 0 0 30px 0px rgba(255, 255, 255, 0.45);
}
.loading-ajax {
  background: url(../img/ajax-loader_2.gif) no-repeat center center /48px 48px transparent;
}
.loading-ajax.fake-loadmore {
  background: url(../img/ajax-loader_2.gif) no-repeat center bottom /48px 48px transparent;
}
.container {
  max-width: 990px;
  background: #fff;
  padding-left: 25px;
  padding-right: 25px;
}
.container-white {
  background: #fff !important;
}
.container-beige {
  background: #f7f6f1;
}
.container-beige_2 {
  background: #cdcbbb;
}
.container-turquoise {
  background: #0091a0;
  color: #fff !important;
}
.container-turquoise h1 {
  color: #fff !important;
}
.container-turquoise h2 {
  color: #fff !important;
}
.container-turquoise a {
  color: #fff !important;
}
.container-lightgrey {
  background: #f0f0f0;
}
.container-superlightgreen {
  background: #f7fbfc;
}
.container-darkgrey {
  background: #324150;
  color: #fff;
}
.container-darkgrey h1, .container-darkgrey h2 {
  color: #8fd400;
}
.container-darkgrey .container {
  background: #324150;
  color: #fff;
  text-align: center;
}
.container-darkgrey .container .gform_wrapper form {
  text-align: center;
}
.container-darkgrey .container .gform_wrapper form .gform_description {
  font-weight: 500;
  font-size: 1.15em;
  line-height: 1.35em;
  max-width: 80%;
  margin: auto;
}
.container-darkgrey .container .gform_wrapper form label {
  display: none;
}
.container-darkgrey .container .gform_wrapper form input[type=text], .container-darkgrey .container .gform_wrapper form input[type=email] {
  margin: 20px auto 20px auto;
  background: none !important;
  border: none;
  border-bottom: 2px solid #cdcbbb;
  width: 60%;
  text-align: center;
  font-size: 1.55em !important;
  font-style: italic;
  color: #677588 !important;
}
.container-darkgrey .container .gform_wrapper form input[type=text]:focus, .container-darkgrey .container .gform_wrapper form input[type=email]:focus {
  background: #fff !important;
  font-style: normal;
}
.container-darkgrey .container .gform_wrapper form div.validation_error {
  color: #f7f6f1;
}
.container-darkgrey .container .gform_wrapper form .gform_footer {
  margin-top: 0px;
}
.container-darkgrey .container .gform_wrapper form .gform_footer .gform_button.button {
  background: #fff;
  border: 2px solid #fff;
  color: #8fd400;
  font-size: 1.15em;
  font-weight: 600;
  line-height: 1.5em;
  padding: 10px 30px;
  text-transform: none;
}
.container-darkgrey .container .gform_wrapper form .gform_footer .gform_button.button:hover {
  background: #8fd400;
  border: 2px solid #8fd400;
  color: #fff;
  text-decoration: none;
  opacity: 0.75;
  -webkit-opacity: 0.75;
}
.container-ripples {
  background: url(../img/ZK_BG_stripes_turquoise.png) repeat-x top center transparent;
  z-index: 9999;
  position: relative;
  display: inline-block;
  width: 100%;
}
.container-ripples.ripples-cont {
  background: url(../img/ZK_BG_stripes_turquoise.png) repeat top center transparent;
}
.container-ripples .box-content-middle {
  background: #fff;
  padding: 20px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  float: left;
}
.container-ripples .box-content-flyover {
  background: #fff;
  padding: 20px;
  width: 100%;
  margin-top: -40px;
  margin-bottom: 40px;
  float: left;
}
.container-ripples .box-content-flyover-2 {
  background: #fff;
  padding: 5px 0px 15px 0px;
  width: 100%;
  margin-top: -15px;
  margin-bottom: 15px;
  float: left;
}
.container-ripples .box-content-flyout {
  background: #fff;
  padding: 20px;
  width: 100%;
  margin-bottom: -30px;
  margin-top: 60px;
  float: left;
}
.container-ripples .box-content-flyover-mid {
  background: #fff;
  padding: 10px;
  width: 100%;
  margin-top: -41px;
  margin-bottom: 30px;
  float: left;
}
.container-ripples .box-content-flyover-high {
  background: #fff;
  padding: 20px;
  width: 100%;
  margin-top: -80px;
  margin-bottom: 40px;
  float: left;
}
.container-ripples .box-content-flyover-high-2 {
  background: #fff;
  padding: 5px 0px 15px 0px;
  width: 100%;
  margin-top: -75px;
  margin-bottom: 15px;
  float: left;
}
.container-ripples .box-content-flyover-flex {
  display: table;
  background: #fff;
  padding: 20px 30px;
  margin-top: -50px;
  margin-bottom: 20px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.container-ripples .box-content-flyover-flex h4 {
  letter-spacing: 1px;
  position: relative;
}
.container-ripples .box-content-flyover-flex h4:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 2px;
  background: #2e2d36;
  left: 25%;
  opacity: 0.45;
  -webkit-opacity: 0.45;
  bottom: -14px;
}
.container-end-ripples {
  background: linear-gradient(transparent 50px, white 50px);
  margin-left: -15px;
  margin-right: -15px;
}
.container-border-bottom {
  border-bottom: 5px solid #0091a0;
}
.container-border-top {
  border-top: 15px solid #0091a0;
}
.container-nobg {
  background: none transparent !important;
}
.row {
  margin-left: -12.5px;
  margin-right: -12.5px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  min-height: 1px;
  padding-left: 12.5px;
  padding-right: 12.5px;
  position: relative;
}
#logo {
  width: 211px;
  height: 58px;
  background: url(../img/ZK_LOGO_head_2.png) no-repeat center center /contain transparent;
  position: absolute;
  left: 25px;
  top: 12px;
  z-index: 89999;
  margin-top: 0px;
  margin-left: 0px;
  transition: margin 0.5s, width 0.5s;
}
.sticky #logo {
  width: 137px;
  top: 2px;
  transition: margin 0.5s, width 0.5s;
}
.logo {
  width: 60px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  height: 19px;
  z-index: 89999;
  transition: margin 0.5s;
  margin-top: 0px;
  position: absolute;
  right: 50px;
  top: 23px;
  z-index: 89999;
  background: url(../img/LAG_LOGO_BWR_small_2_retina.png) no-repeat left top /contain transparent;
}
.logo_2 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  transition: margin 0.5s;
  margin-top: 0px;
  position: absolute;
  background: url(../img/LAG_LOGO_LAGWFBM_Berlin_P_C_NEW.png) no-repeat left top /contain transparent;
  height: 40px;
  right: 120px;
  top: 17px;
  width: 150px;
  z-index: 89999;
}
body.sticky {
  /*	.logo_2 { position: fixed; z-index: 999999; margin-top: -7px; }
   .logo { position: fixed; z-index: 999999;  transition: margin 0.5s; margin-top: -7px; }
   #logo { position: fixed; left: auto; z-index: 999999;  transition: margin 0.5s; margin-top: -7px; }
   */
}
.logo.head {
  display: block;
  text-align: center;
  margin: 30px 0 45px;
}
#modal {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  z-index: 89999;
}
#modal.show {
  display: block;
}
#modal a.close {
  font-weight: 100;
  font-size: 2em;
  position: absolute;
  color: #fff;
  opacity: 0.95;
  -webkit-opacity: 0.95;
  top: 2%;
  right: 2%;
}
#modal a.close:hover {
  opacity: 0.55;
  -webkit-opacity: 0.55;
}
#modal .modal-title {
  display: none;
  font-size: 2em;
  font-weight: 800;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 80%;
}
#modal .modal-title.show {
  display: block;
}
#modal .modal-content {
  display: none;
  position: absolute;
  width: 90%;
  height: 90%;
  top: 5%;
  left: 5%;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.05);
}
#modal .modal-content.show {
  display: block;
}
#modal .modal-video {
  display: none;
  position: absolute;
  width: 80%;
  max-height: 80%;
  top: 3%;
  left: 10%;
  background: transparent;
}
#modal .modal-video.show {
  display: block;
}
.head-img {
  min-height: 590px;
  text-align: center;
  background-size: cover;
  background-position: center;
  margin-left: 12.5px;
  margin-right: 12.5px;
}
.head-img .head-txt {
  color: #fff;
  font-family: "Aller";
  font-size: 52px;
  font-weight: 700;
  width: 60%;
  margin: 100px auto;
}
.head-img .head-img-caption {
  color: #fff;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.55em;
  text-align: center;
  position: absolute;
  width: 70%;
  top: 40%;
  left: 15%;
  background: none;
  text-shadow: 0 0 13px rgba(0, 0, 0, 0.7);
  -webkit-text-shadow: 0 0 13px rgba(0, 0, 0, 0.7);
}
.head-img .head-img-caption .head-img-caption-logo {
  margin-bottom: 25px;
}
.head-img .head-img-caption .head-img-caption-headline {
  font-family: "Aller";
  margin-bottom: 25px;
  font-size: 3.55em;
  line-height: 1em;
  font-weight: 400;
  /*text-transform: uppercase;*/
}
.head-img .head-img-caption .head-img-caption-text {
  font-size: 1.5em;
  line-height: 1.35em;
  margin-bottom: 30px;
}
.head-img .head-img-caption .head-img-caption-link a {
  border: 2px solid #fff;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  display: inline-block;
  font-size: 0.95em;
  font-weight: 500;
  padding: 5px 20px;
  width: auto;
  color: #fff;
  box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.10);
  -webkit-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.10);
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.35);
  -webkit-text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.35);
}
.head-img .head-img-caption .head-img-caption-link a:hover {
  border: 2px solid #8fd400;
  color: #8fd400;
}
.newstick .newstick-outer {
  background: #dceb00;
  margin: 20px 0px;
  padding: 20px;
}
.newstick .newstick-outer .newstick-inner {
  overflow: hidden;
}
.newstick .newstick-outer .newstick-inner a {
  color: #2e2d36;
  text-decoration: none;
}
.newstick .newstick-outer .newstick-inner a:hover {
  color: #2e2d36;
  text-decoration: underline;
}
.newstick .newstick-outer .newstick-inner .newstick-dividor {
  padding-left: 20px;
  padding-right: 20px;
}
.block, .d-block {
  display: block !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-table-caption {
  display: table-caption !important;
}
.d-none {
  display: none !important;
}
.w-100 {
  width: 100% !important;
}
.space-1 {
  height: 1rem;
}
.space-2 {
  height: 2rem;
}
.content img {
  margin: 20px 0;
}
.content h3 {
  margin-bottom: 20px;
}
.ml-0 {
  margin-left: 0px !important;
}
.mr-0 {
  margin-right: 0px !important;
}
.mt-0 {
  margin-top: 0px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.ml-1 {
  margin-left: 0.25rem !important;
}
.mr-1 {
  margin-right: 0.25rem !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.ml-2 {
  margin-left: 0.5rem !important;
}
.mr-2 {
  margin-right: 0.5rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.ml-3 {
  margin-left: 1rem !important;
}
.mr-3 {
  margin-right: 1rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.ml-4 {
  margin-left: 1.25rem !important;
}
.mr-4 {
  margin-right: 1.25rem !important;
}
.mt-4 {
  margin-top: 1.25rem !important;
}
.mb-4 {
  margin-bottom: 1.25rem !important;
}
img.alignleft {
  float: left;
}
a, a:link {
  color: #0091a0;
}
a:hover {
  color: #0091a0;
  text-decoration: none;
  opacity: 0.81;
  -webkit-opacity: 0.81;
}
a:focus {
  outline: none;
}
a.more {
  font-weight: 600;
  text-decoration: underline;
}
a.more:hover {
  color: #0091a0;
  text-decoration: none;
  opacity: 0.81;
  -webkit-opacity: 0.81;
}
button.btn-funx_verysmall {
  font-size: 9px;
  line-height: 1.1em;
  padding: 2px 5px;
  margin: 0px 0px 0px 10px;
  background: #677588;
  color: #fcfcfc;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
button.btn-funx_verysmall:hover {
  opacity: 0.85;
  -webkit-opacity: 0.85;
}
a.anchor.anchor-absolute {
  position: absolute;
  height: 1px;
  width: 1px;
  top: 0px;
  left: 0px;
}
a.anchor.anchor-top {
  margin-top: -100px;
}
.colour-white {
  color: #fff !important;
}
.colour-black {
  color: #2e2d36 !important;
}
.colour-green {
  color: #96af00 !important;
}
.colour-turquoise {
  color: #0091a0 !important;
}
img {
  max-width: 100%;
  height: auto;
}
.head {
  position: relative;
}
.blue-bg {
  background-image: url('../img/icsc_pattern.png');
  background-size: cover;
  background-position: center;
  padding: 20px;
  text-align: center;
  color: #fff;
}
.blue-bg h1, .blue-bg h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.blue-bg h1.large, .blue-bg h2.large {
  font-size: 52px;
  padding: 20px;
}
@media (max-width: 768px) {
  .blue-bg h1.large, .blue-bg h2.large {
    font-size: 32px;
    padding: 10px;
  }
}
.blue-bg .quote-author {
  color: #fff;
  font-size: 14px;
}
@media (max-width: 768px) {
  .blue-bg {
    padding: 10px;
  }
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0 !important;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: none;
}
.video-wrapper object, .video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
/* TYPO 
 ########################################## */
p {
  margin: 0 0 10px 0;
}
.bigger {
  font-size: 1.05em;
  line-height: 1.55em;
}
.bigger-more {
  font-size: 1.15em;
  line-height: 1.55em;
}
.intro {
  font-size: 1.45em;
  line-height: 1.55em;
  letter-spacing: 1px;
  font-weight: 200;
}
.smaller {
  font-size: 0.85em;
  line-height: 1.25em;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.center {
  text-align: center;
}
.red {
  color: #8fd400;
}
.white {
  color: #fff !important;
}
.black {
  color: #324150;
}
.darkgrey {
  color: #324150;
}
.darkgrey-light {
  opacity: 0.85;
  -webkit-opacity: 0.85;
  color: #324150;
}
.font-colour_grey {
  color: #677588 !important;
}
.font-colour_darkgrey {
  color: #324150 !important;
}
.font-colour_black {
  color: #2e2d36 !important;
}
.font-colour_white {
  color: #fff !important;
}
.font-weight_800 {
  font-weight: 800 !important;
}
.font-weight_700 {
  font-weight: 700 !important;
}
.font-weight_600 {
  font-weight: 600 !important;
}
.font-weight_500 {
  font-weight: 500 !important;
}
.font-weight_400 {
  font-weight: 400 !important;
}
.font-weight_300 {
  font-weight: 300 !important;
}
.font-weight_200 {
  font-weight: 200 !important;
}
.font-weight_100 {
  font-weight: 100 !important;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.float-none {
  float: none;
}
.font-serif {
  font-family: "Aller";
}
.font-no-text-decoration {
  text-decoration: none;
}
.font-no-text-transform {
  text-transform: none;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
h1, h2 {
  color: #2e2d36;
  font-family: "Aller";
  font-weight: 400;
  line-height: 1.25em;
}
h1 {
  margin-bottom: 35px;
  font-family: "Aller";
  font-weight: 300;
  font-size: 1.88em;
  letter-spacing: 1px;
  text-align: center;
}
h2 {
  margin: 0px 0px 5px 0px;
  font-weight: 300;
  font-size: 1.7em;
  letter-spacing: 1.78px;
}
.container-flexible-content h2 {
  margin-top: 30px;
}
h3 {
  color: #0091a0;
  font-size: 1.095em;
  line-height: 1.25em;
  font-family: "Aller";
  font-weight: 700;
}
h4 {
  color: #0091a0;
  font-size: 19px;
  line-height: 1.25em;
}
h6 {
  color: #0091a0;
  font-size: 1.75em;
  line-height: 1.25em;
  margin-top: 15px;
  font-weight: 300;
  /*text-transform: uppercase;*/
}
.mt-5px {
  margin-top: 5px !important;
}
.mt-10px {
  margin-top: 10px !important;
}
.mt-20px {
  margin-top: 20px !important;
}
.mt-25px {
  margin-top: 25px !important;
}
.mt-40px {
  margin-top: 40px !important;
}
.mt-80px {
  margin-top: 80px !important;
}
.mt-100px {
  margin-top: 100px !important;
}
.mt-120px {
  margin-top: 120px !important;
}
.mt-neg-1 {
  margin-top: -0.25rem;
}
.mt-neg-2 {
  margin-top: -0.5rem;
}
.mt-neg-3 {
  margin-top: -1rem;
}
.mt-neg-4 {
  margin-top: -1.5rem;
}
.mt-neg-5 {
  margin-top: -3rem;
}
.mt-neg-40px {
  margin-top: -40px !important;
}
.mt-neg-80px {
  margin-top: -80px !important;
}
.mt-neg-100px {
  margin-top: -100px !important;
}
.mt-neg-120px {
  margin-top: -120px !important;
}
.mb-5px {
  margin-bottom: 5px !important;
}
.mb-10px {
  margin-bottom: 10px !important;
}
.mb-20px {
  margin-bottom: 20px !important;
}
.mb-25px {
  margin-bottom: 25px !important;
}
.mb-40px {
  margin-bottom: 40px !important;
}
.mb-80px {
  margin-bottom: 80px !important;
}
.mb-100px {
  margin-bottom: 100px !important;
}
.mb-120px {
  margin-bottom: 120px !important;
}
.mb-neg-1 {
  margin-bottom: -0.25rem;
}
.mb-neg-2 {
  margin-bottom: -0.5rem;
}
.mb-neg-3 {
  margin-bottom: -1rem;
}
.mb-neg-4 {
  margin-bottom: -1.5rem;
}
.mb-neg-5 {
  margin-bottom: -3rem;
}
.mb-neg-40px {
  margin-bottom: -40px !important;
}
.mb-neg-80px {
  margin-bottom: -80px !important;
}
.mb-neg-100px {
  margin-bottom: -100px !important;
}
.mb-neg-120px {
  margin-bottom: -120px !important;
}
.h--100 {
  height: 100% !important;
}
.w--100 {
  width: 100% !important;
}
.row-eq-height {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.section-headline {
  letter-spacing: 1px;
  position: relative;
  color: #2e2d36;
  margin-bottom: 30px;
  /*text-transform: lowercase;*/
}
.section-headline:after {
  content: "";
  position: absolute;
  width: 20%;
  height: 2px;
  background: #2e2d36;
  left: 40%;
  opacity: 0.45;
  -webkit-opacity: 0.45;
  bottom: -14px;
}
.section-headline-onwhite {
  letter-spacing: 1px;
  line-height: 1em;
  position: relative;
  color: #0091a0;
  display: inline-block;
  margin: 30px auto;
  padding: 0px;
  width: auto;
  /*text-transform: lowercase;*/
  background: #fff;
  border-top: 10px solid #fff;
  border-right: 20px solid #fff;
  border-bottom: 10px solid #fff;
  border-left: 20px solid #fff;
}
/* TYPO & COLOUR MISCS 
 ########################################## */
.margin-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.bold-14 {
  font-size: 14px;
  font-weight: 700;
}
.padding-20 {
  padding: 20px;
}
.font-size_small {
  font-size: 0.75em;
  line-height: 1.55em;
}
.font-size_medium {
  font-size: 1.25em;
  line-height: 1.55em;
}
.font-size_big {
  font-size: 1.55em;
  line-height: 1.55em;
}
.background-darkgrey {
  background: #324150;
}
.background-grey {
  background: #677588;
}
.background-white {
  background: #fff;
}
.background-cleanwhite {
  background: #fff;
}
.background-lightgrey {
  background: #f0f0f0;
}
.background-green {
  background: #8fd400;
}
.background-green_2 {
  background: #649e23;
}
.cat_purple, .cat_purple ul, .cat_purple ul li {
  background: #af005f !important;
  color: #fff !important;
}
.cat_green, .cat_green ul, .cat_green ul li {
  background: #96af00 !important;
  color: #fff !important;
}
.cat_orange, .cat_orange ul, .cat_orange ul li {
  background: #e17800 !important;
  color: #fff !important;
}
.cat_blue, .cat_blue ul, .cat_blue ul li {
  background: #234b7d !important;
  color: #fff !important;
}
/* COMMENTS
 ################################# */
#comments {
  font-size: 0.9em;
}
#comments .comment-respond h3#reply-title {
  display: none;
}
#comments .comment-list {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 2px solid #f7f6f1;
}
#comments .comment-list li.comment {
  list-style: none;
}
#comments .comment-list li.comment.comment-replied {
  padding-left: 0px;
}
#comments .comment-list .comment {
  border-bottom: 2px solid #f7f6f1;
  margin-top: 30px;
  padding-bottom: 20px;
}
#comments .comment-list .comment.comment-replied {
  padding-left: 60px;
}
#comments .comment-list .comment a.comment-reply-link {
  /*text-transform: uppercase;*/
  color: #324150;
  position: relative;
  text-decoration: none;
}
#comments .comment-list .comment a.comment-reply-link:after {
  content: "";
  position: absolute;
  height: 2px;
  background: #cdcbbb;
  left: 0px;
  bottom: 0px;
  width: 100%;
}
#comments .comment-list .comment a.comment-reply-link:hover {
  color: #8fd400;
}
#comments .comment-list .comment a.comment-reply-link:hover:after {
  content: "";
  position: absolute;
  height: 2px;
  background: #8fd400;
  left: 0px;
  bottom: 0px;
  width: 100%;
}
/* NAV
 ########################################## */
.menu_miscs {
  position: absolute;
  right: 45px;
  top: 25px;
  width: 120px;
  z-index: 8999;
}
.menu_miscs .menu-miscmenu-container {
  margin: auto;
  max-width: 970px;
  padding: 0;
  text-align: left;
  width: 100%;
}
.menu_miscs .menu-miscmenu-container ul {
  list-style: none;
}
.menu_miscs .menu-miscmenu-container ul li {
  list-style: none;
  float: right;
}
.menu_miscs .menu-miscmenu-container ul li a {
  font-size: 0.75em;
  margin-left: 10px;
}
#mobile-menu {
  display: none;
}
#mobile-menu .mobile-menu-hamburger {
  padding: 10px;
  font-size: 48px;
  line-height: 48px;
  text-decoration: none !important;
}
#mobile-menu .mobile-menu-hamburger.opened {
  color: #000;
}
#mobile-menu_bg {
  display: none;
}
.sticky #nav-area {
  position: fixed !important;
  z-index: 9999999;
  top: 0px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
  width: 100%;
  margin-top: -47px;
  transition: margin 0.5s;
}
.searchform-nav {
  display: block;
  opacity: 0;
  transition: opacity 1.25s;
  visibility: hidden;
  pointer-events: none;
  width: 150px;
  position: absolute;
  left: 22%;
  bottom: 25%;
}
.searchform-nav input.searchtext {
  font-size: 1em;
  float: left;
  clear: none;
  max-width: 75%;
  padding: 0px 5px;
  margin: 0px;
  font-style: italic;
  border: 2px solid #0091a0;
}
.searchform-nav button#searchsubmit {
  font-size: 1em;
  float: left;
  clear: none;
  margin: 0px;
  color: #fff;
  background: #0091a0;
  border: 2px solid #0091a0;
  box-shadow: none;
}
.sticky .searchform-nav {
  opacity: 1;
  display: block;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 1.25s;
}
.nav-bar-head {
  margin-top: 0px;
  transition: margin 0.5s;
}
.sticky .nav-bar-head {
  margin-top: 0px;
  transition: margin 0.5s;
}
#nav-main-items .mobile-menu-close {
  display: none;
  text-decoration: none !important;
  font-size: 36px;
  line-height: 36px;
  position: absolute;
  right: 15px;
  top: 15px;
}
.menu-main-nav-container, .menu-footer-menu-container {
  display: block;
  text-align: center;
}
.menu-main-nav-container ul, .menu-footer-menu-container ul {
  list-style: none;
  padding: 0;
  margin: 22px 30px 18px 30px;
  /*32px 30px*/
  transition: margin 0.5s, box-shadow 0.5s;
  float: none;
  display: inline-block;
}
.menu-main-nav-container ul li, .menu-footer-menu-container ul li {
  display: inline-block;
}
.menu-main-nav-container ul li a, .menu-footer-menu-container ul li a {
  position: relative;
  text-transform: none;
  position: relative;
  padding: 0px 0px 0px 0px;
  margin: 0px 10px;
  font-size: 0.8em;
  font-weight: 600;
  letter-spacing: 1px;
  color: #324150;
  background: none !important;
}
.menu-main-nav-container ul li.current-menu-item a, .menu-footer-menu-container ul li.current-menu-item a, .menu-main-nav-container ul li.current-category-ancestor a, .menu-footer-menu-container ul li.current-category-ancestor a, .menu-main-nav-container ul li a:hover, .menu-footer-menu-container ul li a:hover {
  color: #324150;
}
.menu-main-nav-container ul li.current-menu-item a:after, .menu-footer-menu-container ul li.current-menu-item a:after, .menu-main-nav-container ul li.current-category-ancestor a:after, .menu-footer-menu-container ul li.current-category-ancestor a:after, .menu-main-nav-container ul li a:hover:after, .menu-footer-menu-container ul li a:hover:after {
  content: "";
}
.menu-main-nav-container ul li.current-menu-item a:after ul, .menu-footer-menu-container ul li.current-menu-item a:after ul, .menu-main-nav-container ul li.current-category-ancestor a:after ul, .menu-footer-menu-container ul li.current-category-ancestor a:after ul, .menu-main-nav-container ul li a:hover:after ul, .menu-footer-menu-container ul li a:hover:after ul {
  transition: margin 0.5s;
  margin: 15px 30px 11px !important;
}
.menu-main-nav-container ul {
  margin: 52px -20px 40px 30px;
  float: right;
  transform: margin 0.5s;
}
.sticky .menu-main-nav-container ul {
  transform: margin 0.5s;
  margin-bottom: 18px;
  margin-top: 32px;
}
.menu-main-nav-container ul li a {
  font-weight: 200;
  margin-right: 4px;
  margin-left: 30px;
  font-size: 1.15em;
  /*text-transform: lowercase; */
}
.menu-main-nav-container ul li.current-menu-item a, .menu-main-nav-container ul li.current-category-ancestor a, .menu-main-nav-container ul li.current-post-ancestor a {
  color: #0091a0;
  font-weight: 300;
  margin-top: -1px;
}
.menu-main-nav-container ul li a:hover {
  color: #0091a0;
}
.menu-footer-menu-container ul {
  margin: 32px 30px;
}
.menu-footer-menu-container ul li a {
  color: #fff;
}
.menu-footer-menu-container ul li.last a:after, .menu-footer-menu-container ul li.last a:hover:after {
  content: "";
  display: none;
}
@media (min-width: 768px) {
  .menu-main-nav-container.sticky {
    position: fixed;
    top: 0px;
    opacity: 0.95;
    -webkit-opacity: 0.95;
    background: #fff;
    z-index: 899999 !important;
    width: 100%;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.5s;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
  }
  .menu-main-nav-container.sticky ul {
    margin: 15px 30px;
  }
}
.menu-footer-menu-container ul li.last {
  padding-left: 20px;
}
.menu-footer-menu-container ul li a {
  /*text-transform: uppercase;*/
  letter-spacing: 0.5px;
  padding: 10px 5px;
  font-size: 0.75em;
  font-weight: 700;
}
.nav-categories {
  padding-top: 40px;
}
.nav-categories ul.nav-pills {
  margin: auto;
  text-align: center;
}
.nav-categories ul.nav-pills li {
  display: inline-block;
  float: none;
}
.nav-categories ul.nav-pills li a {
  border: 2px solid #8fd400;
  background: #8fd400;
  color: #fff;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  /*text-transform: uppercase;*/
  font-weight: 600;
  font-size: 0.85em;
  margin: 5px;
  padding: 4px 20px;
}
.nav-categories ul.nav-pills li a.active {
  background: #324150;
  border: 2px solid #324150;
}
.nav-categories ul.nav-pills li.dropdown a.dropdown-toggle {
  background: #fff;
  border: 2px solid #8fd400;
  color: #8fd400;
}
.nav-categories ul.nav-pills li.dropdown ul.dropdown-menu li a {
  float: left;
  margin: 0px 5px;
}
.nav-categories ul.nav-pills li.dropdown ul.dropdown-menu li a.reset {
  font-size: 1em;
  background: #fff;
  border: 2px solid #8fd400;
  color: #8fd400;
}
/** PAGINATION
 ################### */
.page-numbers {
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px;
}
.page-numbers.current {
  background: #dceb00;
  color: #2e2d36;
}
.page-numbers.prev {
  margin-left: 0px;
}
.page-numbers.next {
  margin-right: 0px;
}
/* CONTENT ELEMENTS
 ################################ */
.msg {
  background-color: #f8f8f8;
  font-weight: 700;
  text-align: center;
  padding: 10px;
}
span.mark {
  background: #dff400;
}
div.dividor {
  position: relative;
  background: #aaaab4;
  width: 100%;
  height: 2px;
  display: block;
  margin: 40px 0px;
}
div.dividor.withimage {
  margin: 60px 0px;
}
div.dividor.withimage img {
  background: #fff none repeat scroll 0 0;
  display: inline-block;
  float: none;
  left: 50%;
  margin: -35px auto auto -60px;
  padding: 0 30px;
  position: absolute;
  top: 0;
  vertical-align: middle;
}
div.dividor.small {
  background: #aaaab4;
  width: 100%;
  height: 3px;
  display: block;
  margin: 40px 0px;
}
div.dividor.small.withimage {
  margin: 60px 0px;
}
div.dividor.small.withimage img {
  background: #fff none repeat scroll 0 0;
  display: inline-block;
  float: none;
  left: 50%;
  margin: -35px auto auto -60px;
  padding: 0 30px;
  position: absolute;
  top: 0;
  vertical-align: middle;
}
hr.dividor {
  background: #f0f0f0;
  width: 100%;
  height: 2px;
  display: block;
  margin: 20px 0px;
}
hr.dividor.small {
  background: #f0f0f0;
  width: 100%;
  height: 2px;
  display: block;
  margin: 20px 0px;
}
.dividor-in-grid {
  height: 2px;
  background: #cdcbbb;
  margin: 25px 0 25px 0;
  padding: 0px 0 0px 0;
}
/* should be corresponding to grid col spaces*/
.spacer-in-grid {
  height: 25px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
/* should be corresponding to grid col spaces*/
.info-light {
  padding: 20px 0px;
  font-size: 1.55em;
  color: #677588;
  line-height: 1em;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}
.head-image {
  height: 500px;
  background-size: cover;
  background-position: top center;
}
@media (max-width: 768px) {
  .head-image {
    height: 250px;
  }
}
#main ul li {
  margin-bottom: 5px;
}
embed {
  width: 100%;
  height: 500px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
span.arrow-right_s {
  display: inline-block;
  width: 14px;
  height: 12px;
  background-image: url('../img/arrow-right_s.png');
}
.button {
  border: 2px solid #8fd400;
  padding: 6px 30px;
  font-weight: 500;
  line-height: 1.25em;
  color: #8fd400;
  background: transparent;
}
.button:hover {
  text-decoration: none;
  opacity: 0.75;
  -webkit-opacity: 0.75;
}
.button_red {
  border: 2px solid #0091a0;
  padding: 6px 30px;
  line-height: 1.25em;
  font-weight: 500;
  letter-spacing: 1.07px;
  color: #0091a0;
  /*text-transform: lowercase;*/
  background: #fff;
}
.button_red:hover, .button_red:focus {
  background: transparent;
  border: 2px solid #0091a0;
  color: #0091a0;
  text-decoration: none;
  opacity: 1;
  -webkit-opacity: 1;
}
.button-full_red {
  border: 2px solid #0091a0;
  padding: 6px 30px;
  font-weight: 500;
  line-height: 1.25em;
  color: #fff !important;
  background: #0091a0;
  letter-spacing: 1.07px;
  /*text-transform: lowercase;*/
}
.button-full_red:hover, .button-full_red:focus {
  background: #fff;
  color: #0091a0 !important;
  text-decoration: none;
  opacity: 1;
  -webkit-opacity: 1;
}
.button-full_lightgreen {
  border: 2px solid #dceb00;
  padding: 6px 40px;
  font-weight: 500;
  line-height: 1.25em;
  color: #2e2d36 !important;
  margin: 10px;
  background: #dceb00;
  letter-spacing: 1.07px;
  /*text-transform: lowercase;*/
}
.button-full_lightgreen:hover, .button-full_lightgreen:focus {
  background: #fff;
  color: #dceb00 !important;
  text-decoration: none;
  opacity: 1;
  -webkit-opacity: 1;
}
.button-full_lightgreen-small {
  border: 2px solid #dceb00;
  padding: 3px 10px;
  font-weight: 500;
  font-size: 0.95em;
  line-height: 0.95em;
  color: #2e2d36 !important;
  margin: 5px;
  display: inline-block;
  background: #dceb00;
  letter-spacing: 0.55px;
  /*text-transform: lowercase;*/
}
.button-full_lightgreen-small:hover, .button-full_lightgreen-small:focus {
  text-decoration: none;
  opacity: 0.85;
  -webkit-opacity: 0.85;
}
.button-full_lightgreen-small.last {
  margin-right: 0px;
}
.button-full_purple {
  border: 2px solid #af005f;
  padding: 6px 30px;
  display: block;
  line-height: 1.25em;
  font-weight: 500;
  color: #fff !important;
  background: #af005f;
  letter-spacing: 1.07px;
  /*text-transform: lowercase;*/
}
.button-full_purple:hover, .button-full_purple:focus {
  background: #fff;
  color: #af005f !important;
  text-decoration: none;
  opacity: 1;
  -webkit-opacity: 1;
}
.button-full_turquoise {
  border: 2px solid #0091a0;
  padding: 6px 30px;
  display: block;
  line-height: 1.25em;
  font-weight: 500;
  color: #fff !important;
  background: #0091a0;
  letter-spacing: 1.07px;
  /*text-transform: lowercase;*/
}
.button-full_turquoise:hover, .button-full_turquoise:focus {
  background: #fff;
  color: #0091a0 !important;
  text-decoration: none;
  opacity: 1;
  -webkit-opacity: 1;
}
.button-full_white {
  border: 2px solid #fff;
  padding: 6px 30px;
  font-weight: 500;
  color: #8fd400;
  background: #fff;
  /*text-transform: uppercase;*/
}
.button-full_white:hover, .button-full_white:focus {
  background: #8fd400;
  border: 2px solid #8fd400;
  color: #fff;
  text-decoration: none;
  opacity: 0.75;
  -webkit-opacity: 0.75;
}
.button_white {
  border: 2px solid #fff;
  padding: 6px 30px;
  font-weight: 500;
  color: #fff;
  background: transparent;
  /*text-transform: uppercase;*/
}
.button_white:hover, .button_white:focus {
  background: #8fd400;
  border: 2px solid #8fd400;
  color: #fff;
  text-decoration: none;
  opacity: 0.75;
  -webkit-opacity: 0.75;
}
a.button_video {
  padding-left: 35px !important;
  background: url(../img/CARITASAWPA_ICON_Play_small_white.png) no-repeat 15px center transparent;
}
a.button_video:hover {
  background: url(../img/CARITASAWPA_ICON_Play_small_green.png) no-repeat 15px center transparent;
}
.box-ripples {
  background: url(../img/ZK_BG_stripes_turquoise_transp.png) repeat top center transparent;
  width: 100%;
  text-align: center;
}
.box-ripples a {
  position: relative;
  display: inline-block;
}
.box-ripples a:before {
  content: "";
  top: -22px;
  left: -22px;
  height: calc(100% + 44px);
  width: calc(100% + 44px);
  border: 20px solid #fff;
  position: absolute;
}
.border-left {
  border-left: 4px solid #e4d665;
}
.border-bottom {
  border-bottom: 4px solid #e3e3e3;
  padding: 20px 0;
}
.distance-dividor {
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
  margin: 40px 0px;
}
.distance-dividor .distance-line {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 100%;
  height: 3px;
  background: #f7f6f1;
  z-index: 10;
}
.distance-dividor .distance-amount {
  display: inline;
  padding: 10px 25px;
  background: #fff;
  font-weight: 600;
  font-size: 0.76em;
  line-height: 1em;
  z-index: 100;
  position: relative;
  letter-spacing: 0.5px;
}
.collapser:focus {
  outline: none;
}
.collapser span.arrow {
  display: block;
  width: 50px;
  height: 25px;
  background-image: url('../img/arrow-up.png');
}
.collapser.collapsed span.arrow {
  background-image: url('../img/arrow-down.png');
}
.collapser .head {
  margin-bottom: 10px;
}
/* COORDINATORS 
 -------------------- */
.coordinators {
  background: #dceb00;
  padding: 20px 20px 20px 20px;
}
.coordinators .coordinators-title {
  position: relative;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 35px;
  /*text-transform: lowercase;*/
}
.coordinators .coordinators-title:after {
  content: "";
  position: absolute;
  bottom: -12px;
  width: 40%;
  left: 30%;
  background: #fff;
  height: 2px;
}
.coordinators .coordinator {
  position: relative;
  margin-top: 10px;
  margin-bottom: 20px;
}
.coordinators .coordinator h4 {
  font-size: 1em;
  font-weight: 600;
  color: #2e2d36;
  margin-top: 0px;
  margin-bottom: 0px;
}
.coordinators .coordinator .coordinator-space {
  height: 20px;
  width: 100%;
  float: left;
  clear: both;
}
.coordinators .coordinator a {
  background: #2e2d36;
  margin: 10px 0px;
  text-align: center;
  display: block;
  color: #fff;
  word-wrap: break-word;
  padding: 10px 20px;
  font-size: 0.9em;
  line-height: 1em;
}
/* PROJECTSHEET
 -------------------- */
.projectsheet-container {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.projectsheet-container::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: url(../img/ZK_BG_stripes_turquoise.png) repeat-x top center transparent;
}
.projectsheet {
  background: #af005f;
  padding: 20px 20px 20px 20px;
  margin-bottom: 20px;
}
.projectsheet .projectsheet-title {
  position: relative;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 35px;
  color: #fff;
  /*text-transform: lowercase;*/
}
.projectsheet .projectsheet-title:after {
  content: "";
  position: absolute;
  bottom: -12px;
  width: 40%;
  left: 30%;
  background: #fff;
  height: 2px;
}
.projectsheet .col-label {
  font-weight: 600;
}
.projectsheet .col-value {
  font-weight: 300;
}
.projectsheet .projectsheet-space {
  height: 20px;
  width: 100%;
  float: left;
  clear: both;
}
.projectsheet .projectsheet-item {
  position: relative;
  background: #fff;
  padding: 10px;
  font-size: 0.95em;
  line-height: 1em;
}
.projectsheet .projectsheet-item h4 {
  font-size: 1em;
  font-weight: 600;
  color: #2e2d36;
  margin-top: 0px;
  margin-bottom: 0px;
}
.projectsheet .projectsheet-item a {
  color: #af005f;
  font-weight: 600;
  margin: 5px 0px;
  display: block;
}
.projectsheet .projectsheet-item a.boxed {
  background: #af005f;
  margin: 10px 0px;
  text-align: center;
  display: block;
  font-weight: 200;
  color: #fff;
  padding: 10px 20px;
  font-size: 0.9em;
  line-height: 1em;
}
.projectsheet .projectsheet-item.projectsheet-buttons {
  background: #af005f;
  color: #fff;
  margin-bottom: -10px;
}
.projectsheet .kommunen-cats {
  padding-top: 15px;
  display: inline-block;
  margin-top: 0px;
}
.projectsheet .kommunen-cats .kommunen-cat {
  text-align: center;
  padding: 7px 25px;
  letter-spacing: 1px;
  font-weight: 300;
  margin-top: 0px;
  margin-bottom: 7.5px;
  margin-right: 15px;
  /*text-transform: lowercase;*/
  float: left;
}
/** CATEGORY FILTERS 
 ------------------------- */
.filters-category-section-headline {
  letter-spacing: 1px;
  font-weight: 300;
}
.filters-category .filters-category-subcat_space-small {
  height: 10px;
}
.filters-category .filters-category-subcat {
  letter-spacing: 1px;
  position: relative;
  color: #2e2d36 !important;
  background: none !important;
  margin-bottom: 20px;
  margin-top: 10px;
  /*text-transform: lowercase;*/
}
.filters-category .filters-category-subcat:after {
  content: "";
  position: absolute;
  width: 40%;
  height: 2px;
  background: #2e2d36;
  left: 30%;
  opacity: 0.45;
  -webkit-opacity: 0.45;
  bottom: -10px;
}
.filters-category .filters-category-subcat.cat_orange:after {
  background: #e17800;
}
.filters-category .filters-category-subcat.cat_blue:after {
  background: #234b7d;
}
.filters-category .filters-category-subcat.cat_green:after {
  background: #96af00;
}
.filters-category .filters-category-subcat.cat_purple:after {
  background: #af005f;
}
.filters-category div.nice-select {
  width: 100%;
  z-index: 89999;
  margin-bottom: 20px;
  white-space: normal;
}
.filters-category div.nice-select span.current {
  white-space: nowrap;
  float: left;
  max-width: 100%;
  overflow: hidden;
}
.filters-category div.nice-select ul li {
  float: left;
  clear: both;
  width: 100%;
  position: relative;
  padding: 8px 20px 8px 18px;
  line-height: 1.25em;
  min-height: auto;
  margin: 0px;
}
.filters-category div.nice-select.open {
  z-index: 999999 !important;
}
.filters-category div.nice-select:after {
  border-color: #fff;
}
.filters-category ul {
  width: 100%;
  z-index: 89999 !important;
}
.filters-category ul li {
  width: 100%;
}
.filters-category ul li.selected {
  opacity: 0.75;
  -webkit-opacity: 0.75;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
}
.filters-category ul li:hover {
  background: #2e2d36 !important;
  color: #fff !important;
}
.filters-category .filters-category-subcat_description {
  letter-spacing: 0.55px;
  font-size: 0.95em;
  min-height: 50px;
  margin-bottom: 10px;
}
.filters-category select.filters-category-subcat_items {
  width: 100%;
  border: none;
  letter-spacing: 0.55px;
  text-align: center;
}
.filters-category select.filters-category-subcat_items .option, .filters-category select.filters-category-subcat_items option {
  padding: 5px;
  letter-spacing: 0.55px;
  text-align: center;
  border-bottom: 1px solid #fff;
}
.filters-category .filters_cat_trigger {
  background: #fff;
  color: #2e2d36;
  position: relative;
  text-align: center;
  display: block;
  padding: 20px 20px 10px 20px;
}
.filters-category .filters_cat_trigger.act {
  background: #dff3f4;
}
.filters-category .filters_cat_trigger .cat_img {
  display: block;
  margin: auto;
  margin-top: -35px;
  min-height: 45px;
  width: 50px;
}
.filters-category .filters_cat_trigger .cat_name {
  letter-spacing: 1px;
  /*text-transform: lowercase;*/
  font-size: 1.1em;
  opacity: 0.85;
  -webkit-opacity: 0.85;
}
/* SOCIAL LINKS
 -------------------- */
.social-link-misc {
  opacity: 0.85;
  -webkit-opacity: 0.85;
  color: #324150;
  font-weight: 300;
  display: inline-block;
  padding-top: 10px;
  position: relative;
  font-size: 0.95em;
  line-height: 1.25em;
}
.social-link-misc:before {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
  height: 1px;
  background: #324150;
}
.social-link-misc:hover {
  opacity: 0.65;
  -webkit-opacity: 0.65;
}
.social-links-mid {
  text-align: center;
}
.social-links {
  width: 100%;
  margin: 10px 0px 10px 0px;
}
.social-links.social-links-mid, .social-links-mid .social-links {
  display: inline-block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.social-links a.social-link {
  display: block;
  float: left;
}
.social-links a.social-link.float-right {
  float: right;
}
.social-links a.social-link:hover {
  opacity: 0.85;
  -webkit-opacity: 0.85;
}
.social-links.social-links_small a.social-link {
  width: 24px;
  height: 24px;
  padding: 0 0 0 0;
  display: block;
  margin-right: 4px;
  margin-left: 4px;
  margin-bottom: 8px;
}
.social-links.social-links_small a.social-link:hover {
  opacity: 0.85;
  -webkit-opacity: 0.85;
}
.social-links.social-links_small a.social-link.social-link_fb {
  background: url(../img/ZK_ICON_fb_small_green.png) no-repeat center center /contain transparent;
}
.social-links.social-links_small a.social-link.social-link_twitter {
  background: url(../img/ZK_ICON_twitter_small_green.png) no-repeat center center /contain transparent;
}
.social-links.social-links_small a.social-link.social-link_google {
  background: url(../img/ZK_ICON_google_small_green.png) no-repeat center center /contain transparent;
}
.social-links.social-links_small a.social-link.social-link_email {
  background: url(../img/ZK_ICON_mail_small_green.png) no-repeat center center /contain transparent;
}
.social-links.social-links_onwhite {
  margin-top: 8px;
}
.social-links.social-links_onwhite a.social-link {
  width: 24px;
  height: 14px;
  padding: 0 0 0 0;
  display: block;
  margin-right: 15px;
  margin-bottom: 8px;
}
.social-links.social-links_onwhite a.social-link:hover {
  opacity: 0.65;
  -webkit-opacity: 0.65;
}
.social-links.social-links_onwhite a.social-link.social-link_fb {
  background: url(../img/CARITASAWPA_ICON_fb_small2_red.png) no-repeat center center /contain transparent;
}
.social-links.social-links_onwhite a.social-link.social-link_twitter {
  background: url(../img/CARITASAWPA_ICON_twitter_small2_red.png) no-repeat center center /contain transparent;
}
.social-links.social-links_onwhite a.social-link.social-link_google {
  background: url(../img/CARITASAWPA_ICON_google_small2_red.png) no-repeat center center /contain transparent;
}
.social-links.social-links_onwhite a.social-link.social-link_youtube {
  background: url(../img/CARITASAWPA_ICON_youtube_small2_red.png) no-repeat center center /contain transparent;
}
.social-links.social-links_onwhite a.social-link.social-link_email {
  background: url(../img/CARITASAWPA_ICON_mail_small_red.png) no-repeat center center /contain transparent;
}
.social-links.social-links_embedded a.social-link {
  width: auto;
  height: 24px;
  padding: 0px 0 0 44px;
  display: inline-block;
  margin: 0px 20px 8px 20px;
  font-size: 0.75em;
  font-weight: 600;
  color: #324150;
  float: none;
}
.social-links.social-links_embedded a.social-link:hover {
  opacity: 0.65;
  -webkit-opacity: 0.65;
}
.social-links.social-links_embedded a.social-link.social-link_fb {
  background: url(../img/CARITASAWPA_ICON_fb_small2_red.png) no-repeat center left /contain transparent;
  padding-left: 20px;
}
.social-links.social-links_embedded a.social-link.social-link_twitter {
  background: url(../img/CARITASAWPA_ICON_twitter_small2_red.png) no-repeat center left /contain transparent;
  padding-left: 34px;
}
.social-links.social-links_embedded a.social-link.social-link_google {
  background: url(../img/CARITASAWPA_ICON_google_small2_red.png) no-repeat center left /contain transparent;
}
.social-links.social-links_embedded a.social-link.social-link_youtube {
  background: url(../img/CARITASAWPA_ICON_youtube_small2_red.png) no-repeat center left /contain transparent;
}
.social-links.social-links_embedded a.social-link.social-link_email {
  background: url(../img/CARITASAWPA_ICON_mail_small_red.png) no-repeat center left /contain transparent;
}
.social-links.social-links_white a.social-link {
  width: 40px;
  height: 40px;
  padding: 0px 0 0 0px;
  display: inline-block;
  margin: 10px 10px -10px 10px;
  font-size: 0.75em;
  font-weight: 600;
  color: #324150;
  float: none;
}
.social-links.social-links_white a.social-link:hover {
  opacity: 0.65;
  -webkit-opacity: 0.65;
}
.social-links.social-links_white a.social-link.social-link_fb {
  background: url(../img/CARITASAWPA_ICON_fb_mid_white.png) no-repeat center center /contain transparent;
  padding-left: 20px;
}
.social-links.social-links_white a.social-link.social-link_twitter {
  background: url(../img/CARITASAWPA_ICON_twitter_mid_white.png) no-repeat center center /contain transparent;
  padding-left: 34px;
}
.social-links.social-links_white a.social-link.social-link_google {
  background: url(../img/CARITASAWPA_ICON_google_mid_white.png) no-repeat center center /contain transparent;
}
.social-links.social-links_white a.social-link.social-link_youtube {
  background: url(../img/CARITASAWPA_ICON_youtube_mid_white_red.png) no-repeat center center /contain transparent;
}
.social-links.social-links_white a.social-link.social-link_email {
  background: url(../img/CARITASAWPA_ICON_mail_mid_white.png) no-repeat center center /contain transparent;
}
.social-links.social-links_white a.social-link.social-link_button {
  background-color: #324150 !important;
  background-position: 255px center;
  background-size: 30px auto;
  color: #fff;
  font-size: 1em;
  height: auto;
  line-height: 1.65em;
  padding: 9px 61px 9px 25px;
  width: 310px;
}
.social-links.social-links_whiteborder a.social-link {
  width: 40px;
  height: 40px;
  padding: 0px 0 0 0px;
  display: inline-block;
  margin: 10px 5px -10px 5px;
  font-size: 0.75em;
  font-weight: 600;
  color: #324150;
  float: none;
}
.social-links.social-links_whiteborder a.social-link:hover {
  opacity: 0.65;
  -webkit-opacity: 0.65;
}
.social-links.social-links_whiteborder a.social-link.social-link_fb {
  background: url(../img/CARITASAWPA_ICON_fb_mid_white.png) no-repeat center center /contain transparent;
  padding-left: 20px;
}
.social-links.social-links_whiteborder a.social-link.social-link_twitter {
  background: url(../img/CARITASAWPA_ICON_twitter_mid_white.png) no-repeat center center /contain transparent;
  padding-left: 34px;
}
.social-links.social-links_whiteborder a.social-link.social-link_google {
  background: url(../img/CARITASAWPA_ICON_google_mid_white.png) no-repeat center center /contain transparent;
}
.social-links.social-links_whiteborder a.social-link.social-link_youtube {
  background: url(../img/CARITASAWPA_ICON_youtube_mid_white_red.png) no-repeat center center /contain transparent;
}
.social-links.social-links_whiteborder a.social-link.social-link_email {
  background: url(../img/CARITASAWPA_ICON_mail_mid_white.png) no-repeat center center /contain transparent;
}
.social-links.social-links_whiteborder a.social-link.social-link_button {
  background-color: #324150 !important;
  background-position: 255px center;
  background-size: 30px auto;
  color: #fff;
  font-size: 1em;
  height: auto;
  line-height: 1.65em;
  padding: 9px 61px 9px 25px;
  width: 310px;
}
/** faq
 ################### */
.faq {
  margin-bottom: 3px;
}
.faq .collapser {
  display: block;
  background: #e6e6f0;
}
.faq .collapser .faq-head {
  padding: 20px;
  margin-bottom: 0px;
}
.faq .collapser .faq-head h3 {
  color: #0091a0;
  background: url("../img/ZK_ICON_Arrow_small_turquoise_up.png") no-repeat right center transparent;
}
.faq .collapser.collapsed {
  background: #e6e6f0;
}
.faq .collapser.collapsed .faq-head {
  padding: 20px;
  margin-bottom: 0px;
}
.faq .collapser.collapsed .faq-head h3 {
  background: url("../img/ZK_ICON_Arrow_small_turquoise_down.png") no-repeat right center transparent;
}
.faq .faq-answer .faq-answer-inner {
  padding: 20px;
  background: #e6e6f0;
}
/* CLAIM FADER
 ################## */
.claims {
  position: relative;
  color: #fff;
  width: 100%;
  text-align: center;
}
.claims .claim_1st, .claims .claim_2nd, .claims .claim_3rd {
  color: #fff;
  display: inline-block;
  font-weight: 100;
  padding: 5px;
}
.claims .claim-inner {
  padding: 0px 15px;
}
.claims .claim_1st, .claims .claim_3rd {
  background: #0091a0;
}
.claims .claim_2nd {
  border: 2px solid #0091a0;
  background: #fff;
  color: #0091a0;
}
/** WP BOXES
 ################### */
.wp-caption {
  position: relative;
}
.wp-caption .wp-caption-text {
  font-weight: 200;
  color: #2e2d36;
  letter-spacing: 0.65px;
  font-size: 0.65em;
  position: absolute;
  bottom: 0px;
  right: 0px;
  margin: 0px;
  background: rgba(255, 255, 255, 0.55);
  padding: 5px 20px 5px 15px;
  line-height: 1.25em;
}
.box-search .searchform {
  margin-top: 5px;
  margin-bottom: 5px;
  float: left;
  display: block;
}
.box-search .searchform input.searchtext {
  border: 2px solid #0091a0 !important;
  color: #0091a0;
  margin: 0px 0px 0px 0px;
  float: left;
  width: 200px;
  max-width: 80%;
  font-size: 1.22em;
  font-style: italic;
  line-height: 1em;
  padding: 2px 5px;
  border: none;
}
.box-search .searchform input.searchsubmit, .box-search .searchform button.searchsubmit, .box-search .searchform a.searchsubmit {
  padding: 4px 10px;
  border: none;
  background: #0091a0;
  color: #fff;
  float: left;
  font-size: 1.22em;
  font-style: italic;
  line-height: 1em;
}
/* CERTAIN PAGES
 ################################# */
.home {
  background-image: none;
  background-position: bottom center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-bottom: 0;
}
.home h2 {
  /* text-align: left; */
  padding-top: 15px;
  font-size: 1.5em;
  font-weight: 100;
}
.home .partner {
  min-height: 100px;
  font-family: "Aller";
}
.home .partner div {
  display: inline-block;
}
.home .partner .logo {
  width: 20%;
  vertical-align: top;
}
.home .partner .logo img {
  max-width: 100%;
  height: auto;
}
.home .partner .name {
  width: 75%;
  font-weight: 700;
}
.home .claim {
  position: absolute;
  top: 80px;
  left: 0;
  color: #fff;
  width: 100%;
  text-align: center;
}
.home .claim .claim_1st, .home .claim .claim_2nd, .home .claim .claim_3rd {
  color: #fff;
  display: inline-block;
  font-weight: 100;
  padding: 5px;
}
.home .claim .claim_1st, .home .claim .claim_3rd {
  background: #0091a0;
}
.home .claim .claim_2nd {
  border: 2px solid #0091a0;
  background: #fff;
  color: #0091a0;
}
body.single.tandem-beitraege #main.single h3, body.single.post #main.single h3 {
  text-align: center;
  font-weight: 600;
}
body.single.tandem-beitraege #main.single h2, body.single.post #main.single h2 {
  text-align: center;
}
body.single.tandem-beitraege #main.single h1, body.single.post #main.single h1 {
  text-align: center;
}
body.single.banner-download p.intro {
  display: none;
}
body.single.banner-download .download-banners {
  padding-top: 40px;
}
body.single.banner-download .download-banners .row img {
  margin-top: 0px;
}
.contact img {
  margin-top: 75px;
}
.twitter-timeline {
  margin-bottom: 50px;
}
.partner .head {
  padding: 10px 0;
}
.partner .head h3 {
  margin: 0;
}
/* WP POSTS
 ############################# */
/** IMG ALIGNEMENTS FOR SINGLE PAGES AND PAGES */
.single .content-main p img.alignleft, .content .content-main p img.alignleft {
  float: left;
  margin: 20px;
}
.single .content-main p img.alignright, .content .content-main p img.alignright {
  float: right;
  margin: 20px;
}
.single .content-main iframe {
  margin: 40px 0px 40px 0px;
}
.wp-video {
  height: auto !important;
  max-width: 100%;
  width: 100% !important;
  vertical-align: baseline;
}
.wp-video video {
  height: auto !important;
  max-width: 100%;
  width: 100% !important;
}
/* POST CONTAINERS*/
.post-image {
  max-width: 100%;
  width: 100%;
  height: auto;
  position: relative;
  /* fully 1:1 ratio round with class .round (note :: img has to be background /cover */
}
.post-image.round {
  position: relative;
  width: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.post-image.round:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.post-image .post-image-tag {
  position: absolute;
  top: 0px;
  left: 0px;
  background: #8fd400;
  padding: 7px 10px 6px 10px;
  color: #fff;
  font-size: 0.55em;
  line-height: 1.35em;
  /*text-transform: uppercase;*/
  font-weight: 400;
}
.post-image-row {
  position: relative;
}
.single .post-image-row img.wp-post-image.size-large {
  min-width: 100%;
  width: 100% !important;
  height: auto !important;
}
.post-image-row .post-image-row_caption {
  background: #fff;
  position: absolute;
  padding: 5px 10px 3px 10px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  bottom: 2.5%;
  right: 2.5%;
  max-width: 95%;
  color: #324150;
  font-size: 0.85em;
  line-height: 1.25em;
  opacity: 0.65;
  -webkit-opacity: 0.65;
}
.meta {
  margin-top: 11px;
}
.meta .meta-date {
  display: inline-block;
  font-size: 0.95em;
  font-weight: 300;
  line-height: 1.25em;
  color: #324150;
  opacity: 0.85;
  padding-top: 10px;
  position: relative;
}
.meta .meta-dividor {
  display: inline-block;
  margin: 0px 0px 0px 10px;
  padding-right: 10px;
  font-weight: 300;
  font-size: 0.95em;
  line-height: 1.25em;
  color: #324150;
}
.post-tandem {
  color: #8fd400;
  font-weight: 600;
  margin-top: 4px;
  padding-left: 35px;
  font-size: 0.95em;
  line-height: 1.85em;
  background: url(../img/CARITASAWPA_ICON_People_couple_small_red.png) no-repeat center left /contain transparent;
}
.post-tandem-big {
  color: #8fd400;
  font-weight: 600;
  padding-left: 65px;
  font-size: 0.95em;
  line-height: 1.85em;
  background: url(../img/CARITASAWPA_ICON_People_couple_small_red.png) no-repeat center left /contain transparent;
}
.home .post {
  position: relative;
}
.home .post.milestone {
  border-top: 4px solid #e4d665;
  border-bottom: 4px solid #e4d665;
  padding: 10px 0;
}
.home .post.quote {
  background-color: #8fd400;
  color: #fff;
  padding: 20px;
}
.home .post.quote h3 {
  color: #fff;
}
.home .post span.date {
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  color: #453c3d;
  font-size: 14px;
  font-weight: 700;
  padding: 3px;
}
.home .post h3 {
  margin: 0;
  padding: 20px 0;
  font-family: "Aller";
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
}
.home .post p {
  font-size: 14px;
  color: #453c3d;
  /*line-height: 20px;*/
}
.home .post:hover {
  opacity: 0.7;
}
.all-posts {
  margin-top: 75px;
}
.all-posts .post {
  margin-bottom: 50px;
  padding-top: 10px;
  position: relative;
}
.all-posts .post .date {
  background-color: #fff;
  font-size: 14px;
  font-weight: 700;
  left: 0;
  top: 0;
  position: absolute;
  padding: 3px;
}
.all-posts .post.milestone {
  border-left: 4px solid #e4d665;
  padding-left: 20px;
}
.all-posts .post.milestone .date {
  left: 20px;
}
.all-posts .post.quote {
  background-color: #8fd400;
}
.all-posts .post.quote h3 {
  color: #fff;
  text-align: center;
  padding: 20px 20px 50px;
  font-size: 52px;
}
.all-posts .post.quote h3:hover {
  color: #e3e3e3;
}
@media (max-width: 768px) {
  .all-posts .post.quote h3 {
    font-size: 32px;
  }
}
.all-posts .post h3 {
  font-size: 36px;
}
.all-posts .post img {
  margin-bottom: 15px;
}
.single .milestone {
  border-left: 4px solid #e4d665;
  padding-left: 30px;
}
.single span.date {
  color: #453c3d;
  font-size: 14px;
  font-weight: 700;
}
.single .content {
  margin: 20px auto;
}
.single .share {
  margin-top: 30px;
}
.single .share a {
  margin-right: 30px;
  color: #008ac4;
  font-size: 14px;
  font-weight: 700;
}
.person-infos h4 {
  margin-top: 20px;
}
/** BLOG ITEMS List
 ###################### */
.blog-items-ripples {
  padding: 50px 60px 0px 60px;
  display: block;
}
.blog-item-ripples {
  padding: 50px 60px 0px 60px;
  display: block;
}
.blog-item-ripples .blog-item-inner {
  background: #fff;
}
.blog-items-list .blog-item {
  margin-bottom: 40px;
}
.blog-item .blog-item-inner {
  padding: 20px;
}
.blog-item .post-cats {
  text-align: center;
  width: calc(100% - 40px);
  margin-left: 20px;
  display: block;
}
.blog-item .post-cats .post-cat {
  display: inline-block;
  background: #0091a0;
  color: #fff;
  /*text-transform: lowercase;*/
  line-height: 1em;
  font-size: 0.9em;
  padding: 7px 10px;
  margin: 5px;
}
.blog-item .post-title {
  margin-bottom: 10px;
  padding: 0px 20px 0px 20px;
  font-size: 2.55em;
  font-weight: 200;
}
.blog-item .post-meta {
  margin: auto;
  position: relative;
}
.blog-item .post-meta .post-meta-item {
  position: relative;
  background: #fff;
  display: inline-block;
  color: #4c4c4c;
  font-size: 0.95em;
  letter-spacing: 0.5px;
  padding: 20px 20px 20px 20px;
}
.blog-item .post-meta:before {
  content: "";
  background: #0091a0;
  height: 2px;
  width: calc(100% - 40px);
  position: absolute;
  top: 50%;
  left: 20px;
}
/* FORMS
 ############################# */
.input-box {
  position: relative;
}
.input_hint {
  color: #0091a0;
  font-size: 0.65em;
  line-height: 0.95em;
  font-weight: 100;
  opacity: 0.75;
  -webkit-opacity: 0.75;
  margin: auto;
  margin-top: -15px;
  margin-bottom: 5px;
  width: 80%;
  text-align: right;
}
a.input_clear {
  position: absolute;
  right: 10px;
  top: 15px;
  color: #0091a0;
  font-size: 0.65em;
  line-height: 0.95em;
  border: 1px solid #0091a0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  font-weight: 100;
  opacity: 0.75;
  -webkit-opacity: 0.75;
  text-align: center;
  padding: 2px 5px;
}
a.input_clear:hover {
  background: #0091a0;
  color: #fff;
}
input[type="text"], textarea {
  display: block;
  width: 100%;
  border-radius: 0;
  border: 3px solid #e3e3e3;
  padding: 8px;
  margin: 20px 0;
}
#nl2go--form {
  margin-bottom: 50px;
}
.gform_wrapper #extensions_message {
  font-size: 0.75em;
  float: left;
  padding-top: 10px;
  margin-bottom: -20px;
  color: #324150;
}
.gform_wrapper input[type="text"], .gform_wrapper input[type="email"], .gform_wrapper textarea {
  border: 3px solid #e3e3e3;
  border-radius: 0;
  display: block;
  margin: 20px 0;
  padding: 8px;
}
.gform_wrapper .gfield_float_left {
  float: left;
  width: 49%;
  /* input { width: 100% !important; } */
}
.gform_wrapper .gfield_float_left.gfield_error {
  width: 49% !important;
}
.gform_wrapper .gfield_float_left input[type=file] {
  width: 100% !important;
}
.gform_wrapper .gfield_float_left .ginput_container_select {
  margin-top: 20px !important;
  margin-bottom: 25px;
}
.gform_wrapper .gfield_float_left .ginput_container_email {
  margin-top: 20px !important;
  margin-bottom: 25px;
}
.gform_wrapper .gfield_float_left.gfield_float_left_50 {
  width: 24%;
}
.gform_wrapper .gfield_float_left.gfield_float_left_75 {
  width: 35%;
}
.gform_wrapper .gfield_float_left.gfield_float_left_25 {
  width: 12%;
}
.gform_wrapper .gfield_float_right {
  float: right;
  width: 49%;
  clear: none !important;
  /* input { width: 100% !important; } */
}
.gform_wrapper .gfield_float_right.gfield_error {
  width: 49% !important;
}
.gform_wrapper .gfield_float_right input[type=file] {
  width: 100% !important;
}
.gform_wrapper .gfield_float_right .ginput_container_select {
  margin-top: 20px !important;
  margin-bottom: 25px;
}
.gform_wrapper .gfield_float_right .ginput_container_email {
  margin-top: 20px !important;
  margin-bottom: 25px;
}
.gform_wrapper .gfield_float_right.gfield_float_right_50 {
  width: 24%;
}
.gform_wrapper .gfield_float_right.gfield_float_right_75 {
  width: 35%;
}
.gform_wrapper .gfield_float_right.gfield_float_right_25 {
  width: 12%;
}
.gform_wrapper li.form-input_style-lines .ginput_container {
  text-align: center !important;
  width: 100% !important;
  padding: 0 0 0 0;
}
.gform_wrapper li.form-input_style-lines .ginput_container .ginput_left {
  width: 100%;
  padding: 0 0 0 0 !important;
  margin: 0 0 0 0 !important;
}
.gform_wrapper li.form-input_style-lines .ginput_container .ginput_right {
  width: 100%;
  padding: 0 0 0 0 !important;
  margin: 0 0 0 0 !important;
}
.gform_wrapper li.form-input_style-lines .ginput_container input {
  background: none !important;
  width: auto !important;
  border: none !important;
  border-bottom: 2px solid #677588 !important;
  color: #677588;
  font-size: 2em !important;
  margin-bottom: 20px;
  max-width: 100%;
}
.gform_wrapper li.form-input_style-centered .ginput_container {
  text-align: center !important;
  width: 100% !important;
}
.gform_wrapper .gform_footer .gform_button.button {
  background: #8fd400;
  border: 2px solid #8fd400;
  color: #fff;
  font-size: 1.15em;
  font-weight: 600;
  float: right;
  line-height: 1.5em;
  padding: 10px 30px;
  text-transform: none;
}
.gform_wrapper .gform_footer .gform_button.button:hover {
  background: #fff;
  border: 2px solid #8fd400;
  color: #8fd400;
  text-decoration: none;
  opacity: 0.75;
  -webkit-opacity: 0.75;
}
/** SPREADIT BOX - CONTACT FORM
 ################################ */
.spreadit-contact-form .gform_wrapper .gform_footer .gform_button.button {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  text-decoration: none;
}
.spreadit-contact-form .gform_wrapper .gform_footer .gform_button.button:hover {
  background-color: #fff;
  color: #e30613;
  opacity: 1;
}
.spreadit-contact-form .gform_wrapper .ginput_container input[type=email], .spreadit-contact-form .gform_wrapper .ginput_container input[type=text], .spreadit-contact-form .gform_wrapper .ginput_container textarea {
  color: #000 !important;
}
.spreadit-contact-form .gform_wrapper .gfield_error .gfield_label, .spreadit-contact-form .gform_wrapper div.validation_error, .spreadit-contact-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  color: #fff;
}
.spreadit-contact-form .gform_wrapper li.gfield.gfield_error, .spreadit-contact-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning, .spreadit-contact-form .gform_wrapper div.validation_error {
  border-color: #fff;
}
/** FORM GFORMS TANDEM-ANMELDEN
 ################################ */
#gform_wrapper_2 form label.gfield_label {
  display: none;
}
#gform_wrapper_2 form .gform_fields label {
  text-align: center;
  display: none;
}
#gform_wrapper_2 form .gform_fields input {
  text-align: center;
}
#gform_wrapper_2 form .gform_fields .ginput_container_checkbox input {
  margin-top: 0px;
}
#gform_wrapper_2 form .gform_fields .ginput_container_checkbox label {
  display: inline-block;
  text-align: left;
  margin-left: 10px;
  font-size: 1em;
}
#gform_wrapper_2 form .gform_footer {
  text-align: center;
}
/** FORM SEARCH BOXES
 ########################## */
.search-tandems {
  text-align: center;
}
.search-tandems h3 {
  color: #324150;
}
.search-tandems form.search_tandems {
  background: #f7f6f1;
  margin: 40px 0px;
  padding: 10px 40px 20px 40px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
.search-tandems form.search_tandems input#city {
  margin: 20px auto 20px auto;
  background: #f7f6f1;
  border: none;
  border-bottom: 2px solid #cdcbbb;
  width: 80%;
  text-align: center;
  font-size: 1.55em;
  font-style: italic;
}
.search-tandems form.search_tandems input#city:focus {
  background: #fff;
}
.search-tandems form.search_tandems ul.search_tandems-variants {
  list-style: none;
  background: #fff;
  display: inline-block;
  list-style: outside none none;
  margin: -20px auto 20px;
  max-width: 80%;
  width: 80%;
  padding: 8px;
}
.search-tandems form.search_tandems ul.search_tandems-variants li {
  list-style: none;
  float: left;
  width: 100%;
  padding: 10px;
  display: block;
  background: #fff;
}
.search-tandems form.search_tandems ul.search_tandems-variants li.even {
  background: #fff;
}
.search-tandems form.search_tandems ul.search_tandems-variants li.odd {
  background: #fbfbfb;
}
.search-tandems form.search_tandems ul.search_tandems-variants li a {
  color: #8fd400;
}
.search-tandems form.search_tandems ul.search_tandems-variants li:hover {
  background: #cdcbbb;
}
.search-tandems form.search_tandems ul.search_tandems-variants li:hover a {
  color: #fff;
}
.search-kommunen {
  text-align: center;
}
.search-kommunen h3 {
  color: #324150;
  /*text-transform: lowercase;*/
}
.search-kommunen form.search_kommunen {
  background: #fff;
  margin: 0px 0px;
  padding: 0px 0px 0px 0px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
}
.search-kommunen form.search_kommunen input#city {
  margin: 20px auto 20px auto;
  background: #fff;
  border: 3px solid #0091a0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #0091a0;
  width: 100%;
  text-align: center;
  font-size: 1.55em;
  font-style: italic;
}
.search-kommunen form.search_kommunen input#city:focus {
  background: #fff;
}
.search-kommunen form.search_kommunen .input-box {
  width: 80%;
  margin: auto;
}
.search-kommunen form.search_kommunen ul.search_kommunen-variants {
  list-style: none;
  background: #fff;
  display: inline-block;
  list-style: outside none none;
  margin: -20px auto 20px;
  max-width: 80%;
  width: 80%;
  padding: 8px;
}
.search-kommunen form.search_kommunen ul.search_kommunen-variants li {
  list-style: none;
  float: left;
  width: 100%;
  padding: 10px;
  display: block;
  background: #fff;
}
.search-kommunen form.search_kommunen ul.search_kommunen-variants li.even {
  background: #fff;
}
.search-kommunen form.search_kommunen ul.search_kommunen-variants li.odd {
  background: #fbfbfb;
}
.search-kommunen form.search_kommunen ul.search_kommunen-variants li a {
  color: #0091a0;
}
.search-kommunen form.search_kommunen ul.search_kommunen-variants li:hover {
  background: #0091a0;
}
.search-kommunen form.search_kommunen ul.search_kommunen-variants li:hover a {
  color: #fff;
}
.search-werkstaetten {
  text-align: center;
}
.search-werkstaetten h3 {
  color: #fff;
}
.search-werkstaetten form.search_werkstaetten {
  background: #324150;
  margin: 40px 0px;
  padding: 20px 40px 30px 40px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.search-werkstaetten form.search_werkstaetten input#city {
  margin: 20px auto 20px auto;
  background: #fff;
  border: none;
  border-bottom: 2px solid #cdcbbb;
  width: 80%;
  text-align: center;
  font-size: 1.55em;
  font-style: italic;
}
.search-werkstaetten form.search_werkstaetten input#city:focus {
  background: #fff;
}
.search-werkstaetten form.search_werkstaetten ul.search_werkstaetten-variants {
  list-style: none;
  background: #fff;
  display: inline-block;
  list-style: outside none none;
  margin: -20px auto 20px;
  max-width: 80%;
  width: 80%;
  padding: 8px;
}
.search-werkstaetten form.search_werkstaetten ul.search_werkstaetten-variants li {
  list-style: none;
  float: left;
  width: 100%;
  padding: 10px;
  display: block;
  background: #fff;
}
.search-werkstaetten form.search_werkstaetten ul.search_werkstaetten-variants li.even {
  background: #fff;
}
.search-werkstaetten form.search_werkstaetten ul.search_werkstaetten-variants li.odd {
  background: #fbfbfb;
}
.search-werkstaetten form.search_werkstaetten ul.search_werkstaetten-variants li a {
  color: #8fd400;
}
.search-werkstaetten form.search_werkstaetten ul.search_werkstaetten-variants li:hover {
  background: #cdcbbb;
}
.search-werkstaetten form.search_werkstaetten ul.search_werkstaetten-variants li:hover a {
  color: #fff;
}
/* FOOTER
 ################## */
footer .nav {
  background-color: #0091a0;
}
footer h4 {
  font-size: 14px;
  margin-bottom: 30px;
}
footer .partner {
  display: inline-block;
  font-size: 10px;
  line-height: 16px;
  color: #453c3d;
  max-width: 200px;
  margin: 0 20px 20px 0;
  vertical-align: top;
}
footer .partner img {
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  footer .partner {
    display: block;
  }
}
/** PARTNER LOGOS FOOTER */
.sponsor-container {
  padding-top: 15px;
  padding-bottom: 30px;
  text-align: center;
}
.sponsor-container .partner-cat {
  /*float: left; clear: none;*/
  margin: 0px 0px 20px 0px;
  width: 100%;
}
.sponsor-container .partner-cat .partner_type {
  font-size: 70%;
  color: #677588;
  padding: 10px;
  /*text-transform: uppercase;*/
}
.sponsor-container .partner-cat.partner-cat_hauptpartner {
  float: left;
}
.sponsor-container .partner-cat.partner-cat_hauptpartner img {
  max-height: 99px;
  width: auto;
}
.sponsor-container .partner-cat.partner-cat_medienpartner {
  float: left;
}
.sponsor-container .partner-cat.partner-cat_medienpartner img {
  max-width: 214px;
  height: auto;
  margin-bottom: 10px;
}
.sponsor-container .partner-cat.partner-cat_partner {
  float: left;
}
.sponsor-container .partner-cat.partner-cat_partner img {
  max-height: 34px;
  width: auto;
  margin-bottom: 10px;
}
.sponsor-container .partner-cat.partner-cat_supporter {
  float: left;
}
.sponsor-container .partner-cat.partner-cat_supporter img {
  max-height: 30px;
  width: auto;
}
.sponsor-container .partner-cat.partner-cat_supporter .logo--container {
  display: inline-block;
}
.sponsor-container .logos--container .logo--container {
  margin: 0px 10px;
  display: inline-block;
}
.sponsor-container .sponsor-container--headline {
  text-align: left;
  font-size: 0.5em;
  /*text-transform: uppercase;*/
}
/* PAGINATION
 ##################### */
.pagination {
  display: block;
  text-align: center;
}
.pagination .prev {
  float: left;
  margin-right: 20px;
}
.pagination .next {
  float: right;
  margin-left: 20px;
}
/** WIDGETS & BOXES 
 ################################ */
.sidebar {
  padding-top: 75px;
}
.sidebar a {
  display: block;
  /*text-transform: uppercase;*/
  font-weight: 700;
  font-size: 14px;
  color: #8fd400;
  margin-bottom: 20px;
}
/* BOX SPREADIT
 ############################ */
#section-spreadit .box-red h6.anchor-suggestion {
  margin-top: 23px;
  margin-bottom: 0px;
  font-size: 1.35em;
}
#section-spreadit .box-red h6.anchor-suggestion a {
  position: relative;
  display: inline-block;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
#section-spreadit .box-red h6.anchor-suggestion a:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: #f7f6f1;
  width: 100%;
  height: 1px;
}
/* BOX SCHICHTWECHSLER 
 ############################ */
.section-schichtwechsler .row {
  margin-bottom: 20px;
}
.section-schichtwechsler .post_wrapper {
  position: relative;
}
.section-schichtwechsler .post-bg {
  -moz-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(170deg, 0deg);
  -webkit-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(170deg, 0deg);
  -o-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(170deg, 0deg);
  -ms-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(170deg, 0deg);
  transform: scale(1) rotate(0deg) translate(0px, 0px) skew(170deg, 0deg);
}
.section-schichtwechsler .odd .post-bg {
  background: #f0f0f0;
  height: 100%;
  width: 2000px;
  margin-right: 30px;
  float: right;
  position: absolute;
  top: 0px;
  right: 0px;
}
.section-schichtwechsler .even .post-bg {
  background: #f0f0f0;
  height: 100%;
  width: 2000px;
  margin-left: 30px;
  float: right;
  position: absolute;
  top: 0px;
  left: 0px;
}
.section-schichtwechsler .post-image a:hover:before {
  content: "";
  background: none !important;
}
.section-schichtwechsler .post-image a:hover:after {
  content: "";
  background: none !important;
}
.section-schichtwechsler .odd .post-image {
  margin-left: 15px;
}
.section-schichtwechsler .even .post-image {
  margin-left: -15px;
}
.section-schichtwechsler .post-content {
  position: relative;
  z-index: 100;
  width: calc(100% + 40px);
}
.section-schichtwechsler .post-content h3 {
  color: #324150;
}
.section-schichtwechsler .post-content h4 {
  font-size: 1.15em;
  color: #677588;
  margin-bottom: 0px;
  margin-top: 5px;
}
.section-schichtwechsler .post-content span.job {
  display: inline-block;
  font-size: 0.95em;
  line-height: 1.25em;
  margin-bottom: 5px;
}
.section-schichtwechsler .odd .post-content {
  text-align: right;
  width: calc(100% + 20px);
}
.section-schichtwechsler .even .post-content {
  text-align: left;
  margin-left: -20px;
}
/* BOX WALLS.io
 ############################# */
#section-wallsio, .section-wallsio {
  position: relative;
}
#section-wallsio .wallsio-image-channel, .section-wallsio .wallsio-image-channel {
  position: absolute;
  width: 50px;
  height: 64px;
  right: 40px;
  top: 40px;
  background: url(../img/CARITASAWPA_LOGO_Caritas_mid_onred.png) no-repeat center center /contain transparent;
}
/* BOX ACCORDION
 ################################# */
.accordion .panel-heading {
  padding: 15px 20px;
}
.accordion .panel-heading .panel-title {
  font-size: 1em;
}
.accordion .panel-heading .panel-title a {
  display: block;
  position: relative;
  padding-left: 30px;
}
.accordion .panel-heading .panel-title a:before {
  content: "\25b2";
  font-size: 20px;
  margin-top: -10px;
  color: #324150;
  position: absolute;
  left: 0px;
  top: 50%;
}
.accordion .panel-heading .panel-title a.collapsed {
  color: #324150 !important;
}
.accordion .panel-heading .panel-title a.collapsed:hover {
  color: #8fd400 !important;
}
.accordion .panel-heading .panel-title a.collapsed:hover:before {
  content: "\25b6";
  font-size: 20px;
  margin-top: -10px;
  color: #324150;
  position: absolute;
  left: 0px;
  top: 50%;
}
.accordion .panel-heading .panel-title a.collapsed:before {
  content: "\25b6";
  font-size: 20px;
  margin-top: -10px;
  color: #8fd400;
  position: absolute;
  left: 0px;
  top: 50%;
}
.accordion .panel-body {
  padding: 30px 30px 20px 30px;
}
dl.accordion_list dt {
  background: #8fd400;
  color: #fff;
  padding: 1px 20px;
  border-bottom: 2px solid #f7f6f1;
}
dl.accordion_list dd {
  margin-left: 20px;
  margin-bottom: 20px;
}
/* BLOCK ARTICLE ROWS
 ################################# */
.row .post-image {
  position: relative;
}
.row .post-image .post-image-tag {
  z-index: 100;
}
a .row .post-image:hover .post-image-tag, .row .post-image:hover a .post-image-tag {
  color: #fff;
  background: #8fd400;
  opacity: 0.85;
  -webkit-opacity: 0.85;
}
a .row .post-image:hover a, .row .post-image:hover a a {
  opacity: 1;
  -webkit-opacity: 1;
}
a .row .post-image:hover:after, .row .post-image:hover a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #8fd400;
  opacity: 0.2;
  -webkit-opacity: 0.2;
  pointer-events: none;
  transition: all 1s;
  z-index: 1;
  -webkit-transition: all 1s;
}
.row.tandem-beitraege h4 {
  margin-top: 0px;
}
.row.tandem-beitraege .shown-item {
  opacity: 0.45;
  -webkit-opacity: 0.45;
}
/** BOXES
 ############################### */
.box-newsletter {
  padding-top: 70px;
  padding-bottom: 40px;
}
.box-red {
  margin-top: 40px;
  margin-bottom: 20px;
  background: #649e23;
  padding: 30px;
  color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
.box-red h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff !important;
}
.box-red a {
  color: #fff;
  position: relative;
}
.box-red a.box-link {
  font-size: 0.75em;
  font-weight: 600;
}
.box-red a:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: #fff;
}
.box-red a.social-link:after {
  content: "";
  display: none;
}
.box-red.box-link-normal a:after, .box-red.box-link-normal a.social-link:after {
  content: "";
  display: none;
}
.box-beige {
  margin-top: 40px;
  margin-bottom: 20px;
  background: #f7f6f1;
  padding: 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
.box-beige h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #8fd400 !important;
}
.box-beige a {
  color: #8fd400;
  position: relative;
}
.box-beige a.box-link {
  font-size: 0.75em;
  font-weight: 600;
}
.box-beige a:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: #8fd400;
}
.box-grey {
  margin-top: 40px;
  margin-bottom: 20px;
  background: #f0f0f0;
  padding: 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
.box-grey h1 {
  margin-top: 0px;
  margin-bottom: 20px;
}
.box-grey h2 {
  margin-top: 0px;
  margin-bottom: 20px;
}
.box-grey a {
  color: #649e23;
  position: relative;
}
.box-grey a.box-link {
  font-size: 0.75em;
  font-weight: 600;
}
.box-grey a:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: #649e23;
}
/** SECTION FLEXIBLE CONTENT GENERAL 
 ########################################### */
/** have some space between images and Text to the right if included in editor */
.container-flexible-content .row .col-sm-12 p img.alignleft {
  margin-right: 20px;
}
/** FOLDERS
 ############################### */
.section {
  position: relative;
}
.section-bg-arrow-bottom {
  position: absolute;
  height: 77px;
  width: 100%;
  bottom: -77px;
  left: 0px;
  z-index: 2;
  background: url('../img/LAG_BG_ArrowBg_darkgrey_w2048px.png') no-repeat center bottom transparent !important;
}
.section-arrow-info {
  color: #8fd400;
  font-size: 0.95em;
  line-height: 1.25em;
  position: absolute;
  width: 200px;
  bottom: -40px;
  left: 50%;
  margin-left: -100px;
  text-align: center;
  z-index: 1000;
}
.section-bg-arrow-top.beige {
  background: url('../img/CARITASAWPA_BG_ArrowBg_beige_w2048px.png') no-repeat center top transparent !important;
}
.section-bg-arrow-top.lightgrey {
  background: url('../img/LAG_BG_ArrowBg_lightgrey_w2048px.png') no-repeat center top transparent !important;
}
.section-bg-arrow-bottom.beige {
  background: url('../img/CARITASAWPA_BG_ArrowBg_beige_w2048px.png') no-repeat center bottom transparent !important;
}
.section-bg-arrow-bottom.lightgrey {
  background: url('../img/LAG_BG_ArrowBg_lightgrey_w2048px.png') no-repeat center bottom transparent !important;
}
#section-worumgehts .section-worumgehts-folder {
  position: relative;
  padding-top: 50px;
  padding-bottom: 20px;
}
#section-worumgehts .section-worumgehts-folder .section-bg-arrow-top {
  position: absolute;
  height: 77px;
  width: 100%;
  top: -77px;
  left: 0px;
  z-index: 2;
  background: url('../img/LAG_BG_ArrowBg_darkgrey_w2048px.png') no-repeat center top transparent !important;
}
#section-worumgehts .section-worumgehts-folder .section-bg-arrow-bottom {
  position: absolute;
  height: 77px;
  width: 100%;
  bottom: -77px;
  left: 0px;
  z-index: 2;
  background: url('../img/LAG_BG_ArrowBg_darkgrey_w2048px.png') no-repeat center bottom transparent !important;
}
#section-worumgehts .section-worumgehts-folder .section-bg-arrow-top.beige {
  background: url('../img/CARITASAWPA_BG_ArrowBg_beige_w2048px.png') no-repeat center top transparent !important;
}
#section-worumgehts .section-worumgehts-folder .section-bg-arrow-bottom.beige {
  background: url('../img/CARITASAWPA_BG_ArrowBg_beige_w2048px.png') no-repeat center bottom transparent !important;
}
#section-worumgehts .section-worumgehts-folder .section-bg-arrow-top.lightgrey {
  background: url('../img/LAG_BG_ArrowBg_lightgrey_w2048px.png') no-repeat center top transparent !important;
}
#section-worumgehts .section-worumgehts-folder .section-bg-arrow-bottom.lightgrey {
  background: url('../img/LAG_BG_ArrowBg_lightgrey_w2048px.png') no-repeat center bottom transparent !important;
}
#section-worumgehts .section-worumgehts-folder.section-folder_0 {
  background: #324150;
  color: #fff;
}
#section-worumgehts .section-worumgehts-folder.section-folder_0 h1, #section-worumgehts .section-worumgehts-folder.section-folder_0 h2, #section-worumgehts .section-worumgehts-folder.section-folder_0 h3, #section-worumgehts .section-worumgehts-folder.section-folder_0 h4 {
  color: #8fd400;
}
#section-worumgehts .section-worumgehts-folder.section-folder_0 a, #section-worumgehts .section-worumgehts-folder.section-folder_0 a:link {
  color: #8fd400;
}
#section-worumgehts .section-worumgehts-folder.section-folder_1 {
  background: #f0f0f0;
}
#section-worumgehts .section-worumgehts-folder.section-folder_2 {
  background: #f0f0f0;
}
#section-worumgehts .section-folder-trigger {
  position: absolute;
  bottom: -80px;
  font-size: 0.73em;
  font-weight: 500;
  line-height: 1.25em;
  text-align: center;
  z-index: 3;
  width: 25%;
  left: 50%;
  margin-left: -12.5%;
  padding-bottom: 17px;
}
#section-worumgehts .section-folder-trigger.section-folder-trigger_show {
  background: url(../img/LAG_ICON_Arrow-Down_small_green.svg) no-repeat bottom center transparent;
}
body.no-inlinesvg #section-worumgehts .section-folder-trigger.section-folder-trigger_show {
  background: url(../img/LAG_ICON_Arrow-Down_small_green.png) no-repeat bottom center transparent;
}
#section-worumgehts .section-folder-trigger.section-folder-trigger_hide {
  background: url(../img/LAG_ICON_Arrow-Up_small_green.svg) no-repeat bottom center transparent;
}
body.no-inlinesvg #section-worumgehts .section-folder-trigger.section-folder-trigger_hide {
  background: url(../img/LAG_ICON_Arrow-Up_small_green.png) no-repeat bottom center transparent;
}
/** META BOX CAROUSEL 
 ############################### */
#stage_carousel, #stage_image {
  z-index: 10;
  background: url(../img/ajax-loader_2.gif) no-repeat center center #324150;
}
#stage_carousel {
  position: relative;
  max-height: 590px;
  min-height: 590px;
  width: 100%;
  float: left;
  overflow: visible;
  padding: 0 0 0 0;
  padding-bottom: 50px;
}
#stage_image {
  max-height: 590px;
  overflow: hidden;
  position: relative;
  padding: 0 0 0 0;
  box-shadow: 0 0 10px #dcdcdc;
}
/* stage_image */
#stage_carousel #stage_image img.stage_image_img {
  width: 100%;
  min-height: 590px !important;
}
#stage_carousel .stage_image_ender {
  width: 100%;
  position: absolute;
  bottom: 10px;
  height: 1px;
  left: 0px;
}
/** stage_carousel // bootstrap carousel */
#stage_carousel .carousel {
  height: 100% !important;
  min-height: 590px !important;
  clear: both;
  display: block;
  margin-bottom: -10px;
  box-shadow: none;
  /*0 0 10px #3c3c3c*/
  -webkit-box-shadow: none;
  /*0 0 10px #3c3c3c*/
}
#stage_carousel .carousel-indicators {
  position: absolute;
  bottom: 2%;
  margin: 0px 0px;
  height: 20px;
}
#stage_carousel .carousel-indicators.carousel-indicators-icons {
  top: 91%;
  text-align: center;
  height: 50px;
  width: 100%;
  margin: 0 0 0 0;
  left: 0px;
}
#stage_carousel .carousel-indicators li {
  background: #fff;
  margin: 0px 4px !important;
  height: 13px;
  width: 13px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  opacity: 0.45;
  -webkit-opacity: 0.45;
}
#stage_carousel .carousel-indicators li.active {
  background: #fff;
  height: 13px;
  width: 13px;
  padding: 0 0 0 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  opacity: 0.75;
  -webkit-opacity: 0.75;
}
#stage_carousel .carousel-indicators li.carousel-indicator-icon {
  float: none;
  background: #fff;
  display: inline-table;
  margin-left: 5%;
  margin-right: 5%;
  border-radius: 41px;
  box-shadow: none;
  width: 82px;
  height: 82px;
  text-indent: 0px;
  opacity: 1;
}
#stage_carousel .carousel-indicators li.carousel-indicator-icon img {
  opacity: 0.6;
  padding: 0 0 0 0;
  border-radius: 41px;
}
#stage_carousel .carousel-indicators li.carousel-indicator-icon.active {
  background: none;
  box-shadow: none;
  opacity: 1;
}
#stage_carousel .carousel-indicators li.carousel-indicator-icon.active img {
  opacity: 1;
}
#stage_carousel .carousel-inner {
  display: block;
  clear: both;
  max-height: 590px;
  height: 100% !important;
  min-height: 590px !important;
  overflow: hidden;
}
#stage_carousel .carousel-inner > .item {
  height: 100% !important;
  max-height: 590px !important;
  min-height: 590px !important;
}
#stage_carousel .carousel-inner > .item.linked {
  cursor: pointer;
}
#stage_carousel .carousel-inner > .item > img {
  min-height: 590px !important;
}
#stage_carousel .carousel-caption {
  color: #fff;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.55em;
  text-align: center;
  width: 70%;
  top: 25%;
  left: 15%;
  background: none;
  text-shadow: 0 0 13px rgba(0, 0, 0, 0.7);
  -webkit-text-shadow: 0 0 13px rgba(0, 0, 0, 0.7);
}
#stage_carousel .carousel-caption .carousel-caption-logo {
  margin-bottom: 25px;
}
#stage_carousel .carousel-caption .carousel-caption-headline {
  font-family: "Aller";
  margin-bottom: 25px;
  font-size: 3.25em;
  line-height: 1em;
  font-weight: 400;
  /*text-transform: uppercase;*/
}
#stage_carousel .carousel-caption .carousel-caption-text {
  font-size: 1.5em;
  line-height: 1.35em;
  margin-bottom: 30px;
}
#stage_carousel .carousel-caption .carousel-caption-link a {
  border: 2px solid #fff;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  display: inline-block;
  font-size: 0.95em;
  font-weight: 500;
  padding: 5px 20px;
  width: auto;
  color: #fff;
  box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.10);
  -webkit-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.10);
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.35);
  -webkit-text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.35);
}
#stage_carousel .carousel-caption .carousel-caption-link a:hover {
  border: 2px solid #8fd400;
  color: #8fd400;
}
#stage_carousel .carousel:hover .carousel-control {
  display: block;
}
#stage_carousel .carousel .carousel-control {
  background: none;
  height: 60px;
  width: 33px;
  position: absolute;
  pointer-events: auto;
}
#stage_carousel .carousel .carousel-control.left {
  background: url(../img/CARITASAWPA_ICON_Arrow-Left_big_white.png) no-repeat center center /contain transparent !important;
  top: 50%;
  margin-top: -30px;
  left: 7%;
}
#stage_carousel .carousel .carousel-control.right {
  background: url(../img/CARITASAWPA_ICON_Arrow-Right_big_white.png) no-repeat center center /contain transparent !important;
  top: 50%;
  margin-top: -30px;
  right: 7%;
}
/** BOX TANDEMS SLIDER 
 ############################### */
#carousel_box_tandems_slider {
  width: 100%;
  position: relative;
}
#carousel_box_tandems_slider a.readmore {
  color: #fff;
  font-weight: 600;
  position: relative;
}
#carousel_box_tandems_slider a.readmore:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: -1px;
  height: 3px;
  background: #fff;
}
#carousel_box_tandems_slider a.readmore:hover {
  color: #8fd400;
}
#carousel_box_tandems_slider a.readmore:hover:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: -1px;
  height: 3px;
  background: #8fd400;
}
#carousel_box_tandems_slider .tandem-slider-col_image {
  position: relative;
  background: url(../img/ajax-loader_2.gif) no-repeat center center transparent;
}
#carousel_box_tandems_slider .tandem-slider-col_infos {
  font-size: 0.75em;
  line-height: 1.55em;
}
#carousel_box_tandems_slider .tandem-slider-col_infos h5 {
  font-weight: 700;
}
#carousel_box_tandems_slider .tandem-slider-col_infos p {
  color: #8fd400;
}
#carousel_box_tandems_slider .tandem-slider-col_infos p.value {
  margin-bottom: 20px;
}
#carousel_box_tandems_slider .tandem-slider-col_infos .info_location {
  color: #8fd400;
  font-weight: 600;
  font-size: 1.15em;
}
#carousel_box_tandems_slider .carousel-caption {
  left: 20%;
}
#carousel_box_tandems_slider .carousel-caption h2 {
  color: #fff;
  margin: 15px;
}
#carousel_box_tandems_slider .carousel-controls {
  position: absolute;
  top: 0%;
  left: 0px;
  width: 100%;
  pointer-events: none;
}
#carousel_box_tandems_slider .carousel-controls .col-left {
  position: relative;
}
#carousel_box_tandems_slider .carousel-controls .carousel-control {
  background: none;
  height: 60px;
  width: 33px;
  position: absolute;
  pointer-events: auto;
  -webkit-filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.85));
  filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.85));
  /* IE ONLY by class*/
}
.ie #carousel_box_tandems_slider .carousel-controls .carousel-control {
  -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=2, OffY=2, Color='#444')";
  filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=2, OffY=2, Color='#444')";
}
#carousel_box_tandems_slider .carousel-controls .carousel-control.left {
  background: url(../img/CARITASAWPA_ICON_Arrow-Left_big_white.png) no-repeat center center /contain transparent;
  top: 50%;
  margin-top: -30px;
  left: 7%;
}
#carousel_box_tandems_slider .carousel-controls .carousel-control.right {
  background: url(../img/CARITASAWPA_ICON_Arrow-Right_big_white.png) no-repeat center center /contain transparent;
  top: 50%;
  margin-top: -30px;
  right: 7%;
}
/** BOX TANDEM ITEM 
 ############################### */
.box-tandem-item {
  width: 100%;
  position: relative;
}
.box-tandem-item a.readmore {
  color: #fff;
  font-weight: 600;
  position: relative;
}
.box-tandem-item a.readmore:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: -1px;
  height: 3px;
  background: #fff;
}
.box-tandem-item a.readmore:hover {
  color: #8fd400;
}
.box-tandem-item a.readmore:hover:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: -1px;
  height: 3px;
  background: #8fd400;
}
.box-tandem-item h2 {
  margin-top: 15px;
}
.box-tandem-item .item-col_image {
  position: relative;
}
.box-tandem-item .item-background-image {
  border-bottom: 20px solid #0091a0;
}
.box-tandem-item.item-sticky, .item-sticky .box-tandem-item {
  margin-bottom: 20px;
}
.box-tandem-item.item-sticky.item-sticky-front {
  margin-bottom: 0px;
}
.box-tandem-item.item-sticky.item-sticky-front .item-background-image {
  border-bottom: none;
  max-height: 500px;
}
.box-tandem-item .item-col_infos {
  font-size: 0.75em;
  line-height: 1.55em;
}
.box-tandem-item .item-col_infos h5 {
  font-weight: 700;
}
.box-tandem-item .item-col_infos p {
  color: #8fd400;
}
.box-tandem-item .item-col_infos p.value {
  margin-bottom: 20px;
}
.box-tandem-item .item-col_infos .info_location {
  color: #8fd400;
  font-weight: 600;
  font-size: 1.15em;
}
.box-tandem-item .item-text-onimage {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 20px 20px 30px 20px;
  width: 100%;
  background: rgba(0, 145, 160, 0.85);
}
.box-tandem-item .item-caption {
  left: 30px;
  position: absolute;
  text-align: center;
  top: -13px;
  width: auto;
  z-index: 100;
  text-shadow: none;
  /*0 0 13px rgba(0,0,0,0.7); -webkit-text-shadow: 0 0 13px rgba(0,0,0,0.7);*/
  padding: 5px 15px;
  background: #dceb00;
}
.box-tandem-item .item-caption h2 {
  color: #fff;
  margin: 15px;
}
.box-tandem-item .item-caption h2 a {
  opacity: 1;
  -webkit-opacity: 1;
}
.box-tandem-item .item-caption:hover {
  /*text-shadow: 0 0 13px rgba(0,0,0,0.8); -webkit-text-shadow: 0 0 13px rgba(0,0,0,0.8);*/
}
.box-tandem-item .item-captions {
  left: 30px;
  position: absolute;
  text-align: center;
  top: -13px;
  width: auto;
  z-index: 100;
  text-shadow: none;
  /*0 0 13px rgba(0,0,0,0.7); -webkit-text-shadow: 0 0 13px rgba(0,0,0,0.7);*/
  background: none;
}
.box-tandem-item .item-captions .item-caption {
  float: left;
  position: relative;
  margin-right: 10px;
  margin-bottom: 10px;
  top: unset;
  left: unset;
  padding: 5px 15px 5px 10px;
}
.box-tandem-item .item-captions .item-caption img {
  max-height: 22px;
  width: auto;
  margin-right: 6px;
  margin-top: -6px;
}
.box-tandem-item .item-link:hover {
  opacity: 0.85;
  -webkit-opacity: 0.85;
}
/** BOX BETEILIGUNG ITEM 
 ############################### */
.box-beteiligung-item {
  width: 100%;
  position: relative;
  background: #e6e6f0;
  padding: 0px 20px;
  margin-bottom: 25px;
}
.box-beteiligung-item a.readmore {
  color: #fff;
  font-weight: 600;
  position: relative;
}
.box-beteiligung-item a.readmore:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: -1px;
  height: 3px;
  background: #fff;
}
.box-beteiligung-item a.readmore:hover {
  color: #8fd400;
}
.box-beteiligung-item a.readmore:hover:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: -1px;
  height: 3px;
  background: #8fd400;
}
.box-beteiligung-item h2 {
  margin-top: 15px;
}
.box-beteiligung-item .tandem-item_inner {
  padding-bottom: 1px;
}
.box-beteiligung-item .item-col_image {
  position: relative;
}
.box-beteiligung-item .item-background-image {
  border-bottom: 20px solid #0091a0;
}
.sticky .box-beteiligung-item .item-background-image {
  border-bottom: none;
  max-height: 500px;
}
.box-beteiligung-item .item-col_infos {
  font-size: 0.75em;
  line-height: 1.55em;
}
.box-beteiligung-item .item-col_infos h5 {
  font-weight: 700;
}
.box-beteiligung-item .item-col_infos p {
  color: #8fd400;
}
.box-beteiligung-item .item-col_infos p.value {
  margin-bottom: 20px;
}
.box-beteiligung-item .item-col_infos .info_location {
  color: #8fd400;
  font-weight: 600;
  font-size: 1.15em;
}
.box-beteiligung-item .item-text-onimage {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 20px 20px 30px 20px;
  width: 100%;
  background: rgba(0, 145, 160, 0.85);
}
.box-beteiligung-item .item-caption {
  left: 30px;
  position: absolute;
  text-align: center;
  top: -13px;
  width: auto;
  z-index: 100;
  text-shadow: none;
  /*0 0 13px rgba(0,0,0,0.7); -webkit-text-shadow: 0 0 13px rgba(0,0,0,0.7);*/
  padding: 5px 15px;
  background: #dceb00;
}
.box-beteiligung-item .item-caption h2 {
  color: #fff;
  margin: 15px;
}
.box-beteiligung-item .item-caption h2 a {
  opacity: 1;
  -webkit-opacity: 1;
}
.box-beteiligung-item .item-caption:hover {
  /*text-shadow: 0 0 13px rgba(0,0,0,0.8); -webkit-text-shadow: 0 0 13px rgba(0,0,0,0.8);*/
}
.box-beteiligung-item .item-link:hover {
  opacity: 0.85;
  -webkit-opacity: 0.85;
}
.box-beteiligung-item .item-cats {
  position: absolute;
  right: 10px;
  bottom: -15px;
}
.box-beteiligung-item .item-cats .item-cat {
  background: #0091a0;
  padding: 5px 10px;
  margin-bottom: 5px;
  margin-right: 10px;
  margin-top: 5px;
  color: #fff;
}
.box-beteiligung-item .item-cats .item-cat .cat-img {
  margin-top: -2px;
  max-height: 16px;
  width: auto;
  margin-right: 7px;
}
.item-cats .item-cat {
  background: #0091a0;
  color: #fff;
  padding: 5px 10px;
  margin-bottom: 5px;
  margin-right: 10px;
  margin-top: 5px;
}
.item-cats .item-cat .cat-img {
  margin-top: -2px;
  max-height: 16px;
  width: auto;
  margin-right: 7px;
}
/** KOMMUNEN-CATS DISPLAY
 ########################### */
.kommunen-cats {
  margin-top: 15px;
}
.post-meta .kommunen-cats {
  margin-top: 7.5px;
}
.kommunen-cats .kommunen-cat {
  padding: 5px 20px;
  letter-spacing: 0.8px;
  font-size: 0.93em;
  font-weight: 200;
  margin-top: 7.5px;
  margin-bottom: 7.5px;
  margin-right: 15px;
  /*text-transform: lowercase; */
  float: left;
}
.post-meta .kommunen-cats .kommunen-cat {
  margin: 5px 7.5px;
}
body .sticky .kommunen-cats .kommunen-cat {
  margin-bottom: 15px;
  margin-top: 0px;
}
body .sticky .kommunen-cats {
  margin-top: 0px;
}
.kommunen-cats__single {
  text-align: center;
  margin-bottom: 40px;
}
.kommunen-cats__single .kommunen-cat {
  display: inline-block;
  float: none;
}
/** BOX WERKSTATT ITEM 
 ############################### */
.box-werkstatt-item {
  width: 100%;
  position: relative;
}
.box-werkstatt-item .werkstatt-trigger {
  padding: 10px 0px 0px 0px;
  display: block;
  text-align: right;
}
.box-werkstatt-item a.readmore {
  color: #fff;
  font-weight: 600;
  position: relative;
}
.box-werkstatt-item a.readmore:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: -1px;
  height: 3px;
  background: #fff;
}
.box-werkstatt-item a.readmore:hover {
  color: #8fd400;
}
.box-werkstatt-item a.readmore:hover:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: -1px;
  height: 3px;
  background: #8fd400;
}
.box-werkstatt-item .item-col_image {
  position: relative;
}
.box-werkstatt-item .item-col_infos {
  font-size: 0.75em;
  line-height: 1.55em;
}
.box-werkstatt-item .item-col_infos h5 {
  font-weight: 700;
}
.box-werkstatt-item .item-col_infos p {
  color: #8fd400;
}
.box-werkstatt-item .item-col_infos p.value {
  margin-bottom: 20px;
}
.box-werkstatt-item .item-col_infos .info_location {
  color: #8fd400;
  font-weight: 600;
  font-size: 1.15em;
}
.box-werkstatt-item h3 {
  font-size: 120%;
  font-weight: 600;
  letter-spacing: 0.55px;
  margin-top: 15px;
  float: left;
  position: relative;
  width: 100%;
  display: block;
}
.box-werkstatt-item h3 .title-colour {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  display: inline-block;
  float: left;
  height: 40px;
  top: 50%;
  left: 0px;
  margin-top: -20px;
  width: 40px;
  position: absolute;
}
.box-werkstatt-item h3 .title-text {
  float: right;
  width: calc(100% - 50px);
  display: block;
}
.box-werkstatt-item h4 {
  border-bottom: 1px solid #f0f0f0;
  margin-top: 20px;
  margin-bottom: 0px;
  padding-bottom: 5px;
}
.box-werkstatt-item .werkstatt_info {
  margin-top: 20px;
  float: left;
  width: 100%;
  display: block;
}
.box-werkstatt-item .werkstatt_info-item {
  display: block;
  border-bottom: 1px solid #f0f0f0;
  padding: 5px 0px;
}
.box-werkstatt-item .item-caption {
  float: left;
  margin-top: 20px;
  display: block;
  width: 100%;
}
.box-werkstatt-item .item-caption h2 {
  color: #fff;
  margin: 15px;
}
.box-werkstatt-item .item-caption h2 a {
  opacity: 1;
  -webkit-opacity: 1;
}
.box-werkstatt-item .item-caption:hover {
  text-shadow: 0 0 13px rgba(0, 0, 0, 0.8);
  -webkit-text-shadow: 0 0 13px rgba(0, 0, 0, 0.8);
}
/* SECTION GALLERY
 ########################### */
.media_picture.pictureset {
  float: left;
  clear: both;
  width: 100%;
  margin-top: 20px;
}
/* SECTION CAROUSEL
 ########################### */
.slick-arrow {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: block;
  z-index: 10;
  background: url(../img/ZK_ICON_Arrow_white_right.png) no-repeat center rgba(255, 255, 255, .15);
  background-size: 50%;
  width: 50px;
  text-indent: -9999px;
  border: none;
}
.slick-prev {
  left: 0;
  right: auto;
  background-image: url(../img/ZK_ICON_Arrow_white_left.png);
}
.slick-gallery .slick-image {
  text-align: right;
}
.slick-image img {
  max-width: 100%;
  width: 100%;
}
.slick-image small {
  position: relative;
  z-index: 20;
}
/* ### BOX MAP
 ##########################*/
#stage_map {
  position: relative;
  /*V2*/
  /*V2*/
  /*V2*/
  /*V2*/
  /*V2*/
}
#stage_map .wigwam_yc_block_map {
  float: left;
  margin-left: -20px;
  margin-top: 0px;
  min-height: 590px;
  overflow: hidden;
  position: relative;
  width: 104%;
}
#stage_map .wigwam_yc_block_map .leaflet-marker-icon.posticon {
  background: rgba(255, 255, 255, 0.82);
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  height: auto !important;
  max-height: 50px !important;
  max-width: 80px !important;
  padding: 5px;
  width: auto !important;
}
#stage_map .block.block-wigwam-yc-block-map {
  float: left;
  height: 590px;
  margin: 0 0 25px;
}
#stage_map .style2.wigwam_yc_block_map {
  border-bottom: 1px solid #d9d9d9;
  float: left;
  left: 0%;
  margin-left: 0px;
  margin-top: 0px;
  min-height: 590px;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
#stage_map .wigwam_yc_block_map_bg {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
#stage_map .wigwam_yc_block_map .wigwam_yc_block_map_banner {
  left: 20px;
  width: 25%;
  bottom: 15px;
  position: absolute;
  z-index: 10;
  width: 222px;
}
#stage_map .style2.wigwam_yc_block_map .wigwam_yc_block_map_banner {
  left: 25%;
  width: 222px;
}
#stage_map .wigwam_yc_block_map .map_leaflet {
  height: 590px;
}
#stage_map .style2.wigwam_yc_block_map .map_leaflet {
  height: 590pxpx;
}
#stage_map .style2.wigwam_yc_block_map .leaflet-left {
  left: 25%;
  margin-left: -14px;
}
#stage_map .style2.wigwam_yc_block_map .leaflet-top {
  top: 0px;
}
#stage_map .style2.wigwam_yc_block_map .leaflet-container .leaflet-control-attribution, #stage_map .leaflet-container .leaflet-control-scale {
  bottom: 0;
  font-size: 11px;
  position: absolute;
  text-align: left;
  width: 315px;
}
#stage_map .style2.wigwam_yc_block_map .leaflet-right {
  margin-right: -185px;
  right: 50%;
}
#stage_map .wigwam_yc_block_map .leaflet-top .leaflet-control {
  margin-top: 110px;
}
#stage_map .wigwam_yc_block_map .leaflet-left .leaflet-control {
  margin-left: 20px;
}
#stage_map .wigwam_yc_block_map .leaflet-popup-pane {
  opacity: 0.875;
  -webkit-opacity: 0.875;
}
#stage_map .wigwam_yc_block_map .leaflet-popup-content-wrapper {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  float: left;
}
#stage_map .wigwam_yc_block_map .leaflet-bar a:first-child {
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
}
#stage_map .wigwam_yc_block_map .leaflet-bar a:last-child {
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
#stage_map .wigwam_yc_block_map .leaflet-popup-content h2 a {
  line-height: 1em;
  font-weight: bold;
  text-transform: none;
  color: #0091a0;
}
#stage_map .wigwam_yc_block_map .leaflet-popup-content h2 {
  position: relative;
  margin: 0px 0px 5px 0px;
  color: #8fd400 !important;
  left: 0px;
  float: left;
  font-size: 2em;
  width: 100%;
}
#stage_map .wigwam_yc_block_map .leaflet-popup-content a.linked-content {
  color: #324150;
}
#stage_map .wigwam_yc_block_map .leaflet-popup-content .node-params {
  color: #0091a0;
}
#stage_map .wigwam_yc_block_map .leaflet-popup-content .content {
  float: left;
  margin-top: -16px;
  color: #324150 !important;
}
#stage_map .wigwam_yc_block_map .leaflet-popup-content .content p {
  width: 301px;
  word-wrap: break-word;
}
#stage_map .wigwam_yc_block_map .leaflet-popup-content a.more {
  color: #0091a0;
  /*text-transform: lowercase;*/
}
#stage_map .wigwam_yc_block_map .leaflet-popup-content a.more {
  float: left;
  margin-bottom: 10px;
  margin-top: -5px;
}
#stage_map .wigwam_yc_block_map .filterButtons {
  position: absolute;
  top: 115px;
  right: 20px;
  z-index: 7;
}
#stage_map .style2.wigwam_yc_block_map .filterButtons {
  margin-right: 7px;
  position: absolute;
  right: 25%;
  top: 115px;
  z-index: 7;
}
#stage_map .wigwam_yc_block_map .filterButtons li {
  float: left;
  margin-left: 5px;
  display: inline-block;
}
#stage_map .wigwam_yc_block_map .filterButtons li a {
  color: #000;
  padding: 10px 10px 10px 30px;
  /*text-transform: uppercase;*/
  font-size: 10px;
  font-weight: bold;
}
#stage_map .wigwam_yc_block_map .filterButtons #allBlogs a {
  background: url(../img/beitrag-black.png) no-repeat 10px center #fff;
}
#stage_map .wigwam_yc_block_map .filterButtons #allBlogs a:hover, #stage_map .wigwam_yc_block_map .filterButtons #allBlogs a.active {
  background: url(../img/beitrag-white.png) no-repeat 10px center #999;
}
#stage_map .wigwam_yc_block_map .filterButtons #allDates a {
  background: url(../img/date-black.png) no-repeat 10px center #fff;
}
#stage_map .wigwam_yc_block_map .filterButtons #allDates a:hover, #stage_map .wigwam_yc_block_map .filterButtons #allDates a.active {
  background: url(../img/date-white.png) no-repeat 10px center #999;
}
#stage_map .wigwam_yc_block_map .filterButtons #allIdeas a {
  background: url(../img/idea-black.png) no-repeat 10px center #fff;
}
#stage_map .wigwam_yc_block_map .filterButtons #allIdeas a:hover, #stage_map .wigwam_yc_block_map .filterButtons #allIdeas a.active {
  background: url(../img/idea-white.png) no-repeat 10px center #999;
}
#stage_map .wigwam_yc_block_map .filterButtons li a:hover, #stage_map .wigwam_yc_block_map .filterButtons li a.active {
  color: #fff;
}
#stage_map .wigwam_yc_block_map .addSymbol {
  width: 11px;
  height: 15px;
  float: left;
  border-bottom: 5px solid #2c2c2c;
  padding-bottom: 7px;
  padding-left: 3px;
  padding-right: 3px;
}
#stage_map .wigwam_yc_block_map .date-addSymbol, #stage_map .wigwam_yc_block_map .event-addSymbol, #stage_map .wigwam_yc_block_map .termin-addSymbol {
  background: url(../img/date-black.png) no-repeat center top transparent;
}
#stage_map .wigwam_yc_block_map .idea-addSymbol, #stage_map .wigwam_yc_block_map .actionidea-addSymbol {
  background: url(../img/idea-black.png) no-repeat center top transparent;
}
#stage_map .wigwam_yc_block_map .article-addSymbol, #stage_map .wigwam_yc_block_map .beitrag-addSymbol {
  background: url(../img/beitrag-black.png) no-repeat center top transparent;
}
/** RESPONSIVENESS 
 ######################### */
.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  /* Default for 1600x900 videos 16:9 ratio*/
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}
.responsive-video iframe, .responsive-video object, .responsive-video embed, .responsive-video video, .responsive-video audio {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.responsive-16by9 {
  position: relative;
  padding-bottom: 56.25%;
  /* Default for 1600x900 videos 16:9 ratio*/
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}
.responsive-16by9 iframe, .responsive-16by9 object, .responsive-16by9 embed, .responsive-16by9 video, .responsive-16by9 audio, .responsive-16by9 .wigwam_yc_block_map, .responsive-16by9 .wigwam_yc_block_map_bg, .responsive-16by9 .map_leaflet, .responsive-16by9 .leaflet-map-pane, .responsive-16by9 leaflet-tile-pane, .responsive-16by9 .leaflet-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.responsive-4by3 {
  position: relative;
  padding-bottom: 75%;
  /* Default for 1600x900 videos 16:9 ratio*/
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}
.responsive-4by3 iframe, .responsive-4by3 object, .responsive-4by3 embed, .responsive-4by3 video, .responsive-4by3 audio, .responsive-4by3 .wigwam_yc_block_map, .responsive-4by3 .wigwam_yc_block_map_bg, .responsive-4by3 .map_leaflet, .responsive-4by3 .leaflet-map-pane, .responsive-4by3 leaflet-tile-pane, .responsive-4by3 .leaflet-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.responsive-3by4 {
  position: relative;
  padding-bottom: 130%;
  /* Default for 1600x900 videos 16:9 ratio*/
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}
.responsive-3by4 iframe, .responsive-3by4 object, .responsive-3by4 embed, .responsive-3by4 video, .responsive-3by4 audio, .responsive-3by4 .wigwam_yc_block_map, .responsive-3by4 .wigwam_yc_block_map_bg, .responsive-3by4 .map_leaflet, .responsive-3by4 .leaflet-map-pane, .responsive-3by4 leaflet-tile-pane, .responsive-3by4 .leaflet-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.responsive-1by1 {
  position: relative;
  padding-bottom: 100%;
  /* Default for 1600x900 videos 16:9 ratio*/
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}
.responsive-1by1 iframe, .responsive-1by1 object, .responsive-1by1 embed, .responsive-1by1 video, .responsive-1by1 audio, .responsive-1by1 .wigwam_yc_block_map, .responsive-1by1 .wigwam_yc_block_map_bg, .responsive-1by1 .map_leaflet, .responsive-1by1 .leaflet-map-pane, .responsive-1by1 leaflet-tile-pane, .responsive-1by1 .leaflet-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media (max-width: 1280px) {
  .werkstaetten-head-img {
    min-height: 650px !important;
  }
}
@media (max-width: 1120px) {
  .menu-footer-menu-container ul li.last {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  /** MAP
   ################################## */
  .map_leaflet .leaflet-control-container {
    position: absolute;
    left: 20px;
    top: -70px;
  }
}
@media (max-width: 1023px) {
  body {
    overflow-x: hidden;
  }
  .werkstaetten-head-img {
    min-height: 550px !important;
    background-position: center bottom !important;
  }
  .menu-footer-menu-container ul li.last {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 995px) {
  .searchform-nav {
    display: none !important;
  }
}
@media (max-width: 980px) {
  /** NAV
   ######## */
  /** BOXES
   ########### */
  body {
    overflow-x: hidden;
  }
  .werkstaetten-head-img {
    min-height: 450px !important;
  }
  #stage_carousel .carousel-caption {
    width: 80%;
    left: 10%;
    top: 20%;
    font-size: 1em;
  }
  .logo {
    right: 20px;
  }
  .logo_2 {
    right: 110px;
    top: 20px;
    width: 100px;
    height: 35px;
  }
  .menu_miscs {
    right: 10px;
  }
  #nav-main-items {
    /*margin: 22px 0px 17px -12px;*/
  }
  #nav-main-items .menu-main-nav-container ul li {
    display: block;
    margin-bottom: 0px;
  }
  #nav-main-items .menu-main-nav-container ul li a {
    margin: 0px 5px;
    padding: 0px 0px 0px 0px;
  }
  .social-links.social-links_onwhite a.social-link {
    margin-right: 7px;
  }
  .container#section-schichtwechsler {
    max-width: 100%;
    overflow: hidden;
  }
}
@media (max-width: 820px) {
  /** NAV
   ######## */
  .logo {
    right: 20px;
  }
  .logo_2 {
    right: 110px;
  }
  .menu_miscs {
    right: 10px;
  }
  #nav-main-items {
    /* margin: 21px 0px 17px -12px; */
  }
  #nav-main-items .menu-main-nav-container ul li {
    /*font-size: 0.65em; letter-spacing: -0.5px;*/
  }
}
@media (max-width: 768px) {
  /** NAV
   ######## */
  .werkstaetten-head-img {
    min-height: 450px !important;
    background-position: center bottom !important;
  }
  .bx-wrapper {
    padding: 10px;
    overflow-x: hidden;
  }
  #stage_carousel {
    margin-bottom: 40px;
  }
  #stage_carousel .carousel-caption {
    top: 30%;
    font-size: 0.85em;
  }
  #stage_carousel .carousel-caption .carousel-caption-link {
    font-size: 1.75em;
  }
  .head-img .head-img-caption {
    font-size: 0.85em;
    top: 30%;
  }
  .button-full_lightgreen-small {
    font-size: 0.85em;
    letter-spacing: 0px;
    margin: 5px 3px;
    padding: 4px;
  }
  .logo {
    right: 20px;
  }
  .logo_2 {
    right: 110px;
  }
  .menu_miscs {
    right: 10px;
  }
  #nav-main-items {
    /*margin: 17px 0px 21px 30px;*/
  }
  #nav-main-items .menu-main-nav-container ul li a {
    padding: 0px 0px 0px 0px;
  }
}
@media (max-width: 767px) {
  /** NAV 
   ########## */
  /** PAGINATION
   ################### */
  /** BOXES
   ########### */
  /** FORMS
   ########### */
  body {
    font-size: 14px;
    line-height: 21px;
  }
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .container-fluid .container {
    padding-left: 0;
    padding-right: 0;
  }
  .row {
    margin-left: -20px;
    margin-right: -20px;
    /*this is because of a strange bug here or a not closed div i can´t found*/
  }
  .single .row {
    margin-left: -12.5px;
    margin-right: -12.5px;
  }
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 20px;
    padding-right: 20px;
  }
  #stage_carousel .carousel-caption {
    top: 30%;
    width: 88%;
    left: 6%;
    font-size: 0.55em;
  }
  #stage_carousel .carousel-caption .carousel-caption-link {
    font-size: 1.75em;
  }
  #stage_carousel .carousel-inner > .item > img {
    height: 250px !important;
    max-height: 250px !important;
  }
  #stage_carousel .carousel-caption-logo img {
    max-width: 300px !important;
  }
  #stage_carousel .carousel-control, #stage_carousel .carousel-control:focus {
    top: 30%;
  }
  #carousel_box_tandems_slider .carousel-caption {
    left: 20%;
  }
  #carousel_box_tandems_slider .carousel-controls {
    position: absolute;
    top: 0%;
    left: 0px;
    width: 100%;
  }
  .head-img .head-img-caption {
    font-size: 0.55em;
    width: 88%;
    left: 6%;
  }
  .home .claim {
    font-size: 1rem;
  }
  .button-full_lightgreen-small {
    font-size: 0.75em;
    letter-spacing: 0px;
    margin: 5px 3px;
    padding: 3px;
  }
  .post-meta-item .kommunen-cats .kommunen-cat {
    float: none;
  }
  .row-eq-height {
    display: block;
    display: -webkit-block;
  }
  .page-numbers {
    display: block;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 5px;
  }
  .logo {
    right: 195px;
    top: 25px;
  }
  .logo_2 {
    right: 85px;
  }
  #logo {
    left: 20px;
    width: 160px;
    top: 3px;
  }
  .menu_miscs {
    right: 2px;
    display: none;
  }
  #mobile-menu {
    display: block;
    position: relative;
    z-index: 8999999;
    margin: 10px 20px;
    float: right;
  }
  #mobile-menu .mobile-menu-hamburger {
    padding: 10px;
    font-size: 48px;
    line-height: 48px;
    text-decoration: none !important;
  }
  #mobile-menu .mobile-menu-hamburger.opened {
    color: #000;
  }
  #mobile-menu_bg {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 70px;
    z-index: 89998;
    background: #fff;
    display: block;
  }
  .sticky #nav-area {
    margin-top: -50px;
  }
  #nav-main-items {
    display: none;
    position: absolute;
    /*position: fixed;*/
    top: 0px;
    left: 0px;
    z-index: 999999;
    width: 100%;
    background: #fff;
    opacity: 0.95;
    -webkit-opacity: 0.95;
    padding: 30px;
    box-shadow: 1px 7px 8px rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: 1px 7px 8px rgba(0, 0, 0, 0.45);
  }
  #nav-main-items .mobile-menu-close {
    display: block;
    text-decoration: none !important;
    font-size: 38px;
    line-height: 38px;
    position: absolute;
    top: 15px;
    left: 20px;
  }
  #nav-main-items .menu-main-nav-container {
    background: none;
    position: relative !important;
  }
  #nav-main-items .menu-main-nav-container ul {
    margin: 40px 0 0 0;
    padding: 0 0 0 0;
    list-style: none;
    text-align: center;
    width: 100%;
  }
  #nav-main-items .menu-main-nav-container ul li {
    text-align: center;
    list-style: none;
    margin: 0 0 0 0;
    padding: 5px 0px;
    border-bottom: 1px solid #0091a0;
  }
  #nav-main-items .menu-main-nav-container ul li a {
    font-size: 1.25em;
    text-shadow: none;
    -webkit-text-shadow: none;
    color: #0091a0;
    text-align: center;
    padding: 5px;
  }
  #nav-main-items .menu-main-nav-container ul li a:hover {
    color: #0091a0 !important;
  }
  #nav-main-items .menu-main-nav-container ul li a:hover:after {
    display: none;
  }
  #nav-main-items .menu-main-nav-container ul li.current-menu-item a, #nav-main-items .menu-main-nav-container ul li.current-category-ancestor a {
    color: #324150 !important;
  }
  #nav-main-items .menu-main-nav-container ul li.current-menu-item a:after, #nav-main-items .menu-main-nav-container ul li.current-category-ancestor a:after {
    display: none;
  }
  .gform_wrapper .gfield_float_left {
    float: left;
    width: 100% !important;
    /* input { width: 100% !important; } */
  }
  .gform_wrapper .gfield_float_left.gfield_error {
    width: 100% !important;
  }
  .gform_wrapper .gfield_float_left input[type=file] {
    width: 100% !important;
  }
  .gform_wrapper .gfield_float_left .ginput_container_select {
    margin-top: 20px !important;
    margin-bottom: 25px;
  }
  .gform_wrapper .gfield_float_left .ginput_container_email {
    margin-top: 20px !important;
    margin-bottom: 25px;
  }
  .gform_wrapper .gfield_float_left.gfield_float_left_50 {
    width: 49% !important;
  }
  .gform_wrapper .gfield_float_left.gfield_float_left_75 {
    width: 35% !important;
  }
  .gform_wrapper .gfield_float_left.gfield_float_left_25 {
    width: 24% !important;
  }
  .gform_wrapper .gfield_float_right {
    float: right;
    width: 100%;
    clear: none !important;
    /* input { width: 100% !important; } */
  }
  .gform_wrapper .gfield_float_right.gfield_error {
    width: 100% !important;
  }
  .gform_wrapper .gfield_float_right input[type=file] {
    width: 100% !important;
  }
  .gform_wrapper .gfield_float_right .ginput_container_select {
    margin-top: 20px !important;
    margin-bottom: 25px;
  }
  .gform_wrapper .gfield_float_right .ginput_container_email {
    margin-top: 20px !important;
    margin-bottom: 25px;
  }
  .gform_wrapper .gfield_float_right.gfield_float_right_50 {
    width: 49% !important;
  }
  .gform_wrapper .gfield_float_right.gfield_float_right_75 {
    width: 35% !important;
  }
  .gform_wrapper .gfield_float_right.gfield_float_right_25 {
    width: 24% !important;
  }
}
@media (max-width: 520px) {
  /** FORMS
   ############ */
  .logo {
    max-width: 40px;
    right: 158px;
    top: 30px;
  }
  .logo_2 {
    max-width: 60px;
    right: 80px;
    top: 29px;
  }
  .werkstaetten-head-img {
    min-height: 350px !important;
    background-position: center bottom !important;
  }
  #stage_carousel .carousel-inner > .item > img {
    visibility: hidden;
  }
  #stage_carousel .carousel-caption {
    top: 25%;
    font-size: 0.45em;
  }
  #stage_carousel .carousel-caption .carousel-caption-link {
    font-size: 1.75em;
  }
  #stage_carousel .carousel-indicators {
    bottom: 1%;
  }
  .head-img .head-img-caption {
    font-size: 0.45em;
    width: 88%;
    left: 6%;
  }
  .gform_wrapper form li.form-input_style-lines .ginput_container input {
    padding-left: 0px !important;
    padding-right: 0px !important;
    font-size: 1.25em !important;
  }
}
@media (max-width: 415px) {
  #logo {
    max-width: 100px;
    background-repeat: no-repeat;
  }
  .logo {
    right: 146px;
  }
  h1 {
    word-break: break-word;
  }
  .social-links.social-links_white a.social-link.social-link_button {
    font-size: 0.85em;
    width: 266px;
    background-position: 226px center;
  }
  #mobile-menu {
    margin: 10px 10px;
  }
  #stage_carousel .carousel-caption {
    top: 46%;
  }
  .head-img .head-img-caption {
    top: 45%;
  }
  .single .content-main p img.alignleft {
    margin: 20px 0px 20px 0px;
  }
  .content .content-main p img.alignleft {
    margin: 20px 0px 20px 0px;
  }
  input[type=submit].button-full_red {
    font-size: 0.85em;
  }
  .search-werkstaetten form.search_werkstaetten {
    padding: 20px 20px 20px 20px;
  }
  .search-werkstaetten form.search_werkstaetten input#city {
    width: 100%;
  }
  .box-search .searchform {
    min-width: 101px;
  }
  .box-search .searchform input.searchtext {
    width: 65px;
  }
}
