/*
Theme Name: DGRV
Theme URI:
Author: Gregor Eckstein
Author URI: https://heldisch-digital.com
Description:
Version: 2.8
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags:
Text Domain: wsc-init
*/
.footer-logo,
.bg-dark .navbar-brand{
   width: 140px;
}

.navbar {
  padding: 20px 50px;
}
.navbar-brand .img-fluid {
  min-width: 100%;
}

blockquote {
   background: #f3f4f5;
   border-left: 10px solid #ccc;
   margin: 1.5em 0;
   padding:20px;
   quotes: "\201C""\201D""\2018""\2019";
 }
/*
 blockquote:before {
   color: #ccc;
   content: open-quote;
   font-size: 4em;
   line-height: 0.1em;
   margin-right: 0.25em;
   vertical-align: -0.4em;
 }
*/
blockquote {
	background-image:url("/wp-content/uploads/2024/07/zitat.png");
	background-repeat: no-repeat;
	background-size:25px;
	background-position: 20px 23px;
	padding-top:58px;
 }
 blockquote p {
   display: inline;
   font-style: italic;
 }

#to-top-bottom{
   display: block;
   position: fixed;
   right:-50px;
   bottom:20px;
   background-color: #3f4041;
   padding:10px 15px 5px 15px;
   color:white;
   text-decoration: none;
   z-index: 99;
}


#to-top-bottom:hover{
   background-color: #535455;
}

.more-link{
   display: none!important;
}

html{
  overflow-x: hidden;
}

.banner-wrapper{
  /*min-height:300px;*/
  background-size: 100%;
  background-position: center right;
  padding:35px;
}

.banner-wrapper p{
  color:white;
  font-weight:600;
}

.li-float {
  position: absolute!important;
  margin-left: 48px!important;
}
/*

.banner-wrapper a.btn{
  margin-top:20px;
}
*/

/*

.banner-wrapper .container-btn {

  width: 400px;
  height: 400px;

  position: relative;
    width: 180px;
  height: 60px;
  display: block;
  justify-content:flex-start;
  align-items: left;
}

.banner-wrapper .center {
  width: 180px;
  height: 60px;
  position: absolute;
}

.banner-wrapper .btn {
  width: 180px;
  height: 60px;
  cursor: pointer;
  background: transparent;
  border: 1px solid #91C9FF;
  outline: none;
  transition: 1s ease-in-out;
}

.banner-wrapper svg {
  position: absolute;
  left: 0;
  top: 0;
  fill: none;
  stroke: #fff;
  stroke-dasharray: 150 480;
  stroke-dashoffset: 150;
  transition: 1s ease-in-out;
}

.banner-wrapper .btn:hover {
  transition: 1s ease-in-out;
  background: #507f9b;
}

.banner-wrapper .btn:hover svg {
  stroke-dashoffset: -480;
}

.banner-wrapper .btn span {
  color: white;
  font-size: 18px;
  font-weight: 100;
}
*/

.banner-wrapper .fancy-button{
  width: 180px;
  display: block;
  border:1px solid white;
  border-radius: 5px;
  height:42px;
  overflow: hidden;
  cursor: pointer;
  margin-top:30px;
  transition: all 0.2s ease-in-out;
}
/* 
.banner-wrapper .fancy-button:hover{

  -webkit-box-shadow: -1px -1px 40px 3px #5090bc;
-moz-box-shadow: -1px -1px 40px 3px #5090bc;
 box-shadow: -1px -1px 30px -10px #65a6c0;
background: #4387a2;
border-color: #80898a;
} */

.banner-wrapper .fancy-button-wrapper{

  width: 360px;
  height: 42px;
  margin-left: -180px;
}

.banner-wrapper .fancy-button-icon{
  padding:7px 20px;
  width: 180px;
  float: left;
  text-align: center;
  color:black;
/*
  background:white;
  color:black;
*/

  background: transparent;
  color:white;
}

.banner-wrapper .fancy-button-text{
  padding:7px 20px;
 width: 180px;
  float: left;
  text-align: center;
  color:white;
  font-weight: bold;
  text-transform: uppercase;
}

/*
.banner-wrapper div.xbutton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  background: transparent;

}

.banner-wrapper .effect1 {
  color: #222;
  text-decoration: none;
  font-family: sans-serif;
  font-size: 24px;
  position: relative;
  padding: 10px 50px 10px 20px;

  -webkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;

  -webkit-transform: scale(3);

      -ms-transform: scale(3);

          transform: scale(3);
}

.banner-wrapper .effect1 .bg {
  background: #222;
  width: 30px;
  height: 2px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;
  z-index: -1;

  -webkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;
}

.banner-wrapper .effect1:hover {
  padding-right: 20px;
  color: #fff;
}

.banner-wrapper .effect1:hover .bg {
  height: 100%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.banner-wrapper .effect1 .bg:before, .effect1 .bg:after {
  content: '';
  height: 2px;
  width: 10px;
  background: #222;
  position: absolute;
  right: -2px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.banner-wrapper .effect1 .bg:before {
  bottom: 3px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.banner-wrapper .effect1 .bg:after{
  top: 3px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.banner-wrapper .effect1:hover .bg:before,
.banner-wrapper .effect1:hover .bg:after{
  right: 0;
}

.banner-wrapper .effect1:hover .bg:before{
  bottom: 6px;
}

.banner-wrapper .effect1:hover .bg:after{
  top: 6px;
}
*/

.gallery .gallery-caption {
  display: none;
}

.gallery {
  margin-top:-23px!important;
}

.gallery .gallery-item{
  position: relative;
  display: block;
  height: 100px;
  cursor: pointer;
}

.gallery .gallery-item .gallery-icon{
  position: absolute;
    width: 75%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);


}

.gallery .gallery-item .gallery-icon img {
  border:none!important;
}

.galleryid-0 .gallery-item {
  position:static;
  padding-right:1rem;
  margin-bottom:0.4rem!important;
  height:auto!important;
}

.galleryid-0 .gallery-item .gallery-icon {
  position: static!important;
  width: 100%!important;
  transform: none!important;
}





.we-pp-content {
  font-family: 'Helvetica', 'Arial', sans-serif!important;
  margin:12px!important;
  overflow: hidden!important;
}

body {
  /* font-family: 'Helvetica', 'Arial', sans-serif!important; */
  font-size: 17px;
  font-weight: 400;
  color: #3f4041;
  overflow-x: hidden;
  display: none;
}

section ol,
section ul,
section p {
  line-height: 30px;
}

section p:before {
  content: '';
  display: block;
  margin: -1px 0;/* 25px = 1em/font-size  150/25 = 6 . margin-top/bottom -3em = 6em */
}

body.admin-bar #navigation-modal .modal-content,
body.admin-bar .navbar-custom {
  top:32px;
}

#external-link .modal-content{
  padding:12px;
}

#external-link.modal.show .modal-dialog {
  transform: translate(0%,0%);
  transform: translate(0%,0%);
  left: 0%;
  top: 0%;
}

.container {
  max-width: 1120px;
}

content{
  display: block;
}

#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  top:0px;
  left: 0px;
}

.preloader-inner{
  position: absolute;
  top:50%;
  left:50%;
}

/**
 * Sections
 */


 .page-template-page-frontpage-2 content section{
   margin-bottom:1px!important;
 }

 .page-template-page-frontpage-2 .section-full-gray {
   padding-top:0px!important;
   padding-bottom:0px!important;
 }

 .section-pills{
  margin-top:-165px;
  position: relative;
  z-index: 5
}

 .featured-section {
   margin-top:-100px;
   margin-bottom:-100px;
 }

 .featured-section .featured-left{
   margin-bottom:65px;
   padding-left:200px;
 }
 .featured-section .featured-left .div-triangle{
   position: relative;
  }

 .featured-section .featured-left .div-triangle:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  bottom: 0;
  right: -1px;
  border-left:125px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 125px solid white;
  transform: scale(0.999);
  -moz-transform: scale(0.999);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

 .featured-section .featured-right{
    padding:65px 65px 0 65px;
    margin-top:45px;
    margin-bottom:65px;
    min-height: 330px;
 }

 .featured-section .custom-html-widget{
    padding-right:25%;
 }

 .custom-gray-border{
   width: 100%;
   height:45px;
   background: #f3f4f5;
 }

 .featured-wrapper{
   margin-top:-45px;
 }

 content section{
   margin-bottom:100px;
 }

 header {
   margin-bottom:100px;
 }

.page-template-page-frontpage-2 header{
  margin-bottom: 0px;
}
 .page-template-page-frontpage header{
   margin-bottom:0px;
 }

 .page-template-page-frontpage-2 .custom-tile-inner {
   width: 80%;
 }

 .page-template-page-frontpage-2 .card.card-blog{
   margin-bottom: 0px;
 }

 .page-template-page-frontpage-2 .custom-tile{
   min-height: 400px!important;
 }


  .page-template-page-frontpage-2 .thumbnail-badge::after {
    top:0px!important;
    border-width: 37px!important;
  }

.mobile-logo-wrapper {
  padding:10px 1px;
}

.section-default-gray,
.section-full-gray{
  background-color:#f3f4f5;
  padding-top:75px;
  padding-bottom:75px;
}

.section-default-margin-50 {
  margin-top:-50px;
}

.section-contact {
  background-color:#f3f4f5;
}

.section-well {
  padding:15px 0px;
  /* background:#0066B3; */
  /* background: #3f4041; */
  background: #f3f4f5;
  border-bottom:1px solid white;
}

body.search .section-well {
  background:#0066B3;
}

body#coop .section-well {
  background:#0066B3;
}

.section-well .custom-container{
  padding-right: 0px;
  width: 100%;
}

.section-well .custom-container .input-default,
.section-well .custom-container .input-inverse{
  width: auto;
}

/**
 * Navigation
 */

 .navbar-custom{
   z-index: 20;
   background: transparent!important;
   /*padding-top:20px;*/
 }

 .bg-light.navbar-custom{
   background:white!important;
   box-shadow: 1px 0px 1px 4px rgba(0,0,0,0.1)
 }

.navbar-custom .navbar-text {
  padding:0px;

}

.navigation-layer-meta{
  width: 320px;
  position: fixed;
  left:-340px;
  bottom:0px;
}

.navbar-custom.transparent-bg {
  background: rgba(0,0,0,0.7)!important
}
.extra-de-nav,
.front-page-2-nav {
  margin-top:17px;
}
.extra-de-nav li,
.front-page-2-nav li{
  margin-left:20px!important;
  margin-right: 20px!important;
}

.extra-de-nav li a:hover {
  text-decoration: none;
  color: #929499!important;
}
.front-page-2-nav li a {
  color: #929499!important;
  font-size: 16px;
}

.front-page-2-nav li a:hover {
  text-decoration: none;
}

/**
 * Navigation Tabs
 */

.nav-tabs .nav-link {
  border:none;
  font-size: 15px;
  color:#565758;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover{
  color: #508fba!important;
}
.nav-tabs .nav-link.active {
  border-bottom:2px solid #508fba;
}

.tab-content {
  padding:30px 0px;
}

/**
 * Cards
 */

 .card-body a.btn{
  margin-top:15px!important;
}

.btn:focus{
  box-shadow: none;
}

.card-body p {
  line-height: 25px;
}

.card-body h4 {
  line-height: 25px;
}

 .card .thumbnail-wrapper img {
   width: 100%;
 }

.card-carousel {
  padding-left:25px;
  padding-right:25px;
}
.slider-opa-prev,.slider-opa-next,
.content-carousel-prev,.content-carousel-next {
  position: absolute;
  bottom:15px;
}
.slider-opa-prev,
.content-carousel-prev{
  right:40px;
}
.slider-opa-next,
.content-carousel-next{
  right:20px;
}

.content-full-carousel .carousel-item img,
#header-carousel .carousel-item img{
  width: 100%;
}

.slick-arrow{
  position: absolute;
  top: 50%;
  background: transparent;
  transform: translate(0, -50%);
  border:none;
  color:#3f4041;
}

.slick-arrow.sl-left{
  left: -8px;
}
.slick-arrow.sl-right{
  right: -8px;
}

.slick-arrow.sl-left-3{
  left: -27px;
}
.slick-arrow.sl-right-3{
  right: -27px;
}

.section-ar .slick-slider .slick-arrow.sl-left-3:not(.table-ar-slick-wrapper .slick-arrow.sl-left-3){
   font-size: 28px;
 }
 .section-ar .slick-slider .slick-arrow.sl-right-3:not(.table-ar-slick-wrapper .slick-arrow.sl-right-3){
   font-size: 28px;
 }

.card {
  border-radius: 0px;
  border:none;
  background: transparent;
}

.card-body {
  padding-left:0px;
  padding-right:0px;
}

.card-no-image,
.card-standard,
.card-person{
  margin-right:50px;
}

.card-blog {
  margin-right:20px;
  margin-bottom:50px;
}

.custom-tile .card-blog{
  margin-right:0px;
}

.card-no-image .cat-name{
  color:#508fba;
}


/**
 * Typography
 */

.header .text-container .custom-breadcrumbs a,
.header .text-container .custom-breadcrumbs a:hover {
  color:white!important;
  text-decoration: none;
}

.header .text-color-a .custom-breadcrumbs a,
.header .text-color-a .custom-breadcrumbs,
.header-contact .text-color-a .custom-breadcrumbs {
  color:#508fba!important;
}

.header .text-color-a .custom-breadcrumbs a:hover{
  text-decoration: none;
  color:#508fba!important;
}

.custom-black-color,
.header .text-color-a h1, .header .text-color-a p {
  color: #3f4041!important;
}

.header-slider-headline {
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  min-height: 80px;
  margin-top:-17px;
}

h1, h2, h3, h4,
.h1, .h2, .h3, .h4 {
  font-weight: 700;
}

h1, .h1 {
  font-size: 26px;
}

h2, .h2 {
  font-size: 22px;
  line-height: 1.5;
}

h3, .h3 {
  font-size: 18px
}

h4, .h4 {
  font-size: 17px;
}

.uppercase {
  text-transform: uppercase;
}

small, p.small {
  font-weight: 400;
  font-size: 15px;
}
button, .btn{
  font-size: 13px;
}

.text-blue:hover,
.text-blue {
  color: #508fba;
}

.text-darkblue:hover,
.text-darkblue {
  color: #163261;
}

.text-lightblue:hover,
.text-lightblue {
  color:#508fba;
}

p a {
  text-decoration:none;
  color:#508fba;
}

b.person-description {
  cursor: pointer;
}

.popover {
  background: transparent;
  border:none;
  box-shadow: 0 3px 15px rgba(0,0,0,0.7);
}
.popover-body {
  background: white;
}

.popover {
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}

.popover .arrow {
  display: none;
}

.popover-body {
  padding:0px;
}

.popover-body .content{
  padding:10px;
}

.popover-body .footer{
  background: #3f4041;
  color:white;
  padding:10px;
}

.popover ul.list-inline li {
  margin-left:10px;
  margin-right:10px;
}

.popover-body .footer .list-inline {
  margin-bottom:0px;
}

.popover-body .footer .list-inline .list-inline-item a:hover i,
.popover-body .footer .list-inline .list-inline-item a i,
.popover-body .footer .list-inline .list-inline-item a:hover,
.popover-body .footer .list-inline .list-inline-item a{
  color:white!important;
  text-decoration: none!important;
}

.popover{z-index: 19;}

b.person-description:before {
  content: '\f2bd';
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  margin-right: 3px;
}

/**
 * Form
 */

.jumbotron-wrapper {
  border:2px solid #f3f4f5;
  padding:30px;
}

.jumbotron-wrapper-inner {
  width: 60%;
  margin-left:20%;
}

.form-control {
  border-radius: 0px;
  border:none;
  border-bottom:1px solid #929499;
  color: #565758;
  background: transparent;
  font-size: 18px;
  padding: .2rem .75rem;
  padding-left:0px;
  padding-right:0px;
}

.form-control:focus {
  box-shadow: none;
  border-color: #565758;
  background: transparent;
}

.form-control::-webkit-input-placeholder {
   font-style: italic;
   color:#929499;
}
.form-control:-moz-placeholder {
   font-style: italic;
   color: #929499;
}
.form-control::-moz-placeholder {
   font-style: italic;
   color: #929499;
}
.form-control:-ms-input-placeholder {
   font-style: italic;
   color: #929499;
}

.select-black {
  border-radius: 0px;
  border:none;
  border-bottom:1px solid #3f4041;
  color: #3f4041!important;
  background: transparent;
}
.select-inverse,
.input-inverse {
  border-radius: 0px;
  border:none;
  border-bottom:1px solid white;
  color: white!important;
  background: transparent;
}

.input-default {
  border-radius: 0px;
  border:none;
  border-bottom:1px solid #3f4041;
  color: #3f4041!important;
  background: transparent;
}

.select-black {
  box-shadow: none;
  border-color: #3f4041;
  background: transparent;
  /*border-width: 2px;*/
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;
}
.select-inverse,
.input-inverse:focus {
  box-shadow: none;
  border-color: white;
  background: transparent;
  /*border-width: 2px;*/
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;
}

.input-default:focus {
  box-shadow: none;
  border-color: #3f4041;
  background: transparent;
  /*border-width: 2px;*/
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;
}

.select-black::-webkit-input-placeholder {
  font-style: italic;
  color: #3f4041;
}
.select-inverse::-webkit-input-placeholder,
.input-inverse::-webkit-input-placeholder {
   font-style: italic;
   color:white;
}

.input-default::-webkit-input-placeholder {
   font-style: italic;
   color:#3f4041;
}

.select-inverse:-moz-placeholder,
.input-inverse:-moz-placeholder {
   font-style: italic;
   color: white;
}

.input-default:-moz-placeholder {
   font-style: italic;
   color: #3f4041;
}
.select-inverse::-moz-placeholder,
.input-inverse::-moz-placeholder {
   font-style: italic;
   color: white;
}

.input-default::-moz-placeholder {
   font-style: italic;
   color: #3f4041;
}
.select-inverse:-ms-input-placeholder ,
.input-inverse:-ms-input-placeholder {
   font-style: italic;
   color: white;
}

.input-default:-ms-input-placeholder {
   font-style: italic;
   color: #3f4041;
}

.select-wrapper {
  width: 55px;
  margin-right:75px;
}

.select-black:focus,
.select-black {
  padding:0px;
  appearance: none;
  -webkit-appearance: none;
     -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  background-image:url(images/select-chevron-black.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 85% center;
  border-color: #3f4041;
  border-width: 0px;
}
select.cool-select,
select.cool-select:focus{
   appearance: none;
   -webkit-appearance: none;
     -moz-appearance: none;
     background-image:url(images/select-chevron-black.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 95% center;
  border:none;
}

select.cool-select {
  color:#508fba!important;
}

.select-inverse:focus,
.select-inverse {
  padding:0px;
  appearance: none;
  -webkit-appearance: none;
     -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  background-image:url(images/select-chevron-inverse.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 85% center;
  border-color: white;
  border-width: 0px;
}

.select-italic {
  font-style: italic;
}

/**
 * Buttons
 */
.btn {
  min-width: 160px;
  border-radius: 3px;
  background: transparent;
  padding: 0.5rem .75rem;
}
.btn-navigation-close,
.btn-hamburger {
  min-width: auto;
  cursor: pointer;
}

.btn-hamburger:hover{
  color:#929499!important;
}

.btn-navigation-close {
  color:#929499!important;
  float: right;
}

.btn-outline-gray {
  color: #929499;
  border-color: #929499;
}
.btn-outline-gray:hover {
  color: #565758;
  border-color: #565758;
}

.btn-outline-gray.active {
  border-color: #929499;
  background: #929499;
  color:white;
}

.btn-outline-inverse {
  color: white;
  border-color: white;
}
.btn-outline-inverse:hover {
  color: white;
  border-color: white;
}

.btn-red:hover {
  color: #9E2629;
  border-color: #9E2629;
}

.btn-red.active {
  border-color: #9E2629;
  background: #9E2629;
  color:white;
}

.btn-green:hover {
  color: #51AA35;
  border-color: #51AA35;
}

.btn-green.active {
  border-color: #51AA35;
  background: #51AA35;
  color:white;
}

.btn-blue:hover {
  color: #0066B3;
  border-color: #0066B3;
}

.btn-blue.active {
  border-color: #0066B3;
  background: #0066B3;
  color:white;
}

.btn-blue2:hover {
  color: #005A9D;
  border-color: #005A9D;
}

.btn-blue2.active {
  border-color: #005A9D;
  background: #005A9D;
  color:white;
}

.btn-blue.active {
  border-color: #0066B3;
  background: #0066B3;
  color:white;
}

.btn-orange:hover {
  color: #CE651A;
  border-color: #CE651A;
}

.btn-orange.active {
  border-color: #CE651A;
  background: #CE651A;
  color:white;
}

.btn-gray2:hover {
  color: #81898D;
  border-color: #81898D;
}

.btn-gray2.active {
  border-color: #81898D;
  background: #81898D;
  color:white;
}

.btn-search {
  color: #3f4041;
  min-width: auto;
  border:1px solid #3f4041;
  border-radius: 2px;
  padding:6px 17px;
}

.btn-search-inverse:hover,
.btn-search:hover {
  color: #929499;
  border-color: #929499;
}


.btn-search-inverse {
  color: white;
  min-width: auto;
  border:1px solid white;
  border-radius: 2px;
  padding:6px 17px;
}

.btn-search-alt {
  color: #3f4041;
  min-width: auto;
  border:none;
  padding:6px 17px;
}

.btn-search-alt-inverse:hover,
.btn-search-alt:hover {
  color: #929499;
}


.btn-search-alt-inverse {
  color: white;
  min-width: auto;
  border:none;
  padding:6px 17px;
}

.buttonset button {
  margin-right:10px;
  margin-bottom:15px;
}

.buttonset.in-header {
  margin-top:-165px;
  z-index: 5;
  position: relative;
  margin-bottom:-265px;
  text-align: center;
}

.global-select.in-header{
  margin-top:-90px;
  z-index: 5;
  position: relative;
  margin-bottom:0px;
}



/**
 * Icons
 */
.table-icon-wrapper{
  display: block;
  text-align: center;
  padding-top:17px;
  width: 60px;
  height: 60px;
  border-radius: 50% 50%;
  color:white;
}
.table-icon-wrapper:hover{
  color:white;
}


/**
 * Lists
 */

ul{
  padding-left: 15px;
}

ul li{
  background: url(images/bullet-point.svg) no-repeat left 11px; /* <-- change `left` & `top` too for extra control */
  padding: 0px 0px 0px 15px;
  list-style: none;
  margin: 0;
}

ul.publication-list{
  margin-top:20px;
}

ul.publication-list li {
  background: url(images/pub-bullet.svg) no-repeat left 6px!important; /* <-- change `left` & `top` too for extra control */
  background-size:9px!important;
  padding: 0px 0px 0px 15px;
  list-style: none;
  margin: 0;
  margin-top:20px;
  margin-bottom:20px;
}
ul.publication-list li a:hover,
ul.publication-list li a {
  color:#3f4041;
  text-decoration: none;
}

ul.publication-list li a .subline {
  color:#929499;
}

ul.navigation-overlay li,
ul.navigation-overlay-nested li,
ul.navigation-meta li,
ul.footer-top li,
ul.footer-top-nested,
ul.footer-bottom li,
ul.icon-list li,
ul.icon-list-in-txt li,
ul.nav-tabs li,
ul.nav-pills li,
.popover ul.list-inline li,
ul.pagination li,
ul.front-page-2-nav li,
ul.extra-de-nav li{
  background: transparent;
  padding: 0px 0px 0px 0px;
}

.nav-pills {
    display: flex;
    justify-content: center;
}

ul.pagination {
  display: inline-block;
}

ul.pagination .page-item {
  display: inherit
}

ul.pagination .page-item .page-link{
  border:none;
  border-radius: 0px;
}

ul.pagination .page-item .page-link:hover {
  background: transparent;
}

ul.navigation-overlay {
  padding-left:0px;
  list-style: none;
}

ul.navigation-overlay a:hover {
  text-decoration: none;
}

ul.navigation-overlay li a.navigation-overlay-headline {
  margin-top:20px;
  color:#3f4041;
  display: block;
  line-height: 24px;
  font-weight: 400
}

ul.navigation-overlay li:first-child a.navigation-overlay-headline {
  margin-top:0px;
}

ul.navigation-overlay-nested {
  padding-left:10px;
  list-style: none;
}

ul.navigation-overlay-nested li {
  line-height: 20px
}

ul.navigation-overlay-nested li a {
  font-size: 14px;
  color: #929499;

}

ul.navigation-meta {
  padding-left:0px;
  list-style: none;
}

ul.navigation-meta li {
  line-height: 30px;
}

ul.navigation-meta li a {
  font-size: 16px;
  color: white
}


ul.footer-top {
  padding-left:0px;
  list-style: none;
}

ul.footer-top a:hover {
  text-decoration: none;
}

ul.footer-top li a.footer-top-headline {
  color:white;
  min-height: 48px;
  display: block;
  line-height: 24px;
}

ul.footer-top li.meta a {
  font-size: 14px;
  color: #929499;
  font-weight: 400;
  line-height: 1;
  min-height: auto;
}

ul.footer-top-nested {
  padding-left:0px;
  list-style: none;
}

ul.footer-top-nested li {
  line-height: 20px
}

ul.footer-top-nested li a {
  font-size: 14px;
  color: #929499;
  font-weight: 400

}

ul.footer-bottom {
  padding-left:0px;
  list-style: none;
}

ul.footer-bottom li {
  line-height: 52px;
}

ul.footer-bottom li a {
  font-size: 16px;
  color: #508fba
}

ul.footer-bottom li a i {
  margin-top:15px;
}
ul.icon-list-in-txt ,
ul.icon-list {
  padding-left: 0px;
  list-style: none;
  padding-right: 30px;
}
ul.icon-list-in-txt li ,
ul.icon-list li {
  min-height: 70px;
}

ul.icon-list-in-txt,
ul.icon-list a {
  color: #3f4041;
  font-size: 16px;
  height: 42px;
  width: 100%;
  display: inline-block;
  line-height: 20px
}

ul.icon-list a:hover {
  text-decoration: none;
}

ul.icon-list-in-txt .icon-wrapper,
ul.icon-list a .icon-wrapper {
  width: 42px;
  height:42px;
  margin-right: 20px;
  float: left;
  text-align: center;

}

ul.icon-list-in-txt .icon-wrapper i,
ul.icon-list a .icon-wrapper i {
  font-size: 36px;
  margin-top:3px;
}

ul.icon-list a .icon-wrapper i.fa-newspaper {
  font-size: 30px;
  margin-top:6px;
}

ul.icon-list-in-txt .icon-text,
ul.icon-list a .icon-text {
  display: table-cell;
  vertical-align: middle;
  width: calc(100% - 68px);
  height: 42px;
}

/**
 * Tiles
 */

.custom-tiles {
  width: 100%;
  margin-bottom:0px!important
}

.custom-tile{
  position: relative;
  float: left;
  width: 50%;
  min-height:500px;
}
.custom-tile-inner {
  position: absolute;
  width: 65%;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  text-align: left;
  z-index: 10
}

.cti-in-footer {
  width: 75%;
}

.custom-tile-image{
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  background-repeat: no-repeat;
}

.custom-tile-image .overlay{
  position: absolute;
  width: 100%;
  height: inherit;
  background: rgba(0,0,0,0.5);
}

.custom-tile-image .overlay-red{
  background: #9E2629;
  opacity: 0.5
}

.custom-tile-image .overlay-green{
  background: #51AA35;
  opacity: 0.5
}

.custom-tile-image .overlay-blue{
  background: #0066B3;
  opacity: 0.5
}

.custom-tile-gray {
  background: #565758;
}

.custom-tile-lightgray {
  background: #f3f4f5;
}

.overlay-red .custom-tile-image .overlay{
  background: #9E2629;
  opacity: 0.5
}

.overlay-green .custom-tile-image .overlay{
  background: #51AA35;
  opacity: 0.5
}

.overlay-blue .custom-tile-image .overlay{
  background: #0066B3;
  opacity: 0.5
}

.overlay-gray .custom-tile-image .overlay {
  background: #565758;
  opacity: 0.75
}

.overlay-lightgray .custom-tile-image .overlay {
  background: #f3f4f5;
  opacity: 0.5;
}

.overlay-lightgray .custom-tile-inner{
  color:#565758!important;
}

.overlay-lightgray .btn-outline-inverse {
  color: #929499!important;
  border-color: #929499!important;
}

.custom-tile-gray .custom-tile-inner{
  color:#f3f4f5;
}

.custom-tile-image .custom-tile-inner{
  color:#f3f4f5;
}

/**
 * Table
 */
.table thead td {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
  border-bottom-width: 1px;
}

.table tr td,
.table tr th {
  font-weight: 400;
  font-size: 16px;
  padding-left:5px;
  padding-right: 50px;
}

.table tr th {
  padding-top:0px;
}

.table-full tr td:last-child,
.table-full tr th:last-child{
  padding-right: 0px;
}

.table-full tr th:last-child {
  text-align: right;
}
.table-full tr td:last-child {
  text-align: center;
  width: 10%;
}

.table-full tr td a {
  display: inline-block;
}

.table tr th{
  border-bottom-width: 1px;
}

tbody tr:first-child td:not(.section-ar tbody tr:first-child td){
  padding-top:23px;
}

.table td
 {
  border-top:none;
  vertical-align: middle;
}

.table th{
  border-top:none;
  border-bottom-width:1px;
}

.table-full tr th {
  min-width: 200px;
}

.table-full tr th:last-child{
  min-width: 100px;
}

.table-full tr th:first-child{
  min-width: 275px;
}

.fancy-table {
  width:100%;
}

.media-table-styles .display-2,
.fancy-table .display-2 {
  font-size: 2.9rem;
  font-weight: 700;
  line-height: 0.8;
}

.fancy-table tbody td,
.fancy-table thead th {
  text-align: center;
  /*width: 16.67%;*/
  width: 14.7%;
}

small.cell-caption{
  font-size: 13px;
}

.fancy-table thead th{
  position: sticky;
}

.fancy-table tbody td:first-child{
  text-align: right;
  vertical-align: middle;
  padding-right: 20px;
  width: 25%;
}

.fancy-table tbody tr{
  height: 100px;
}

td.fancy-table-td {
  margin-top:30px;
  vertical-align: top;
}

td.fancy-table-border-top::before {
  margin-top:30px;
  margin-bottom:20px;
  content:'';
  background-image: url("images/td-border-bottom.svg");
  background-size: contain;
  background-position: center top;
  width: 100%;
  height:25px;
  display: inline-block;
  background-repeat: no-repeat;
}

.cell-caption {
  display: inline-block;
  margin-top:10px;
  width: 100%;
}
.number-count {
  color: #00376a
}

.mtc3-head{
  width: 80%;
  height: 60px;
  margin-bottom: 20px;
}

.mtc-3 {
  /* display: inline-block; */
  float: left;
  width: 80%;
  padding:25px;
  padding-top:0px;
  height: 100%;
  text-align: center;
}

.arrow-right {
  width: 20%;
  height: 100px;
  display: inline-block;
  background-image: url("images/td-border-right.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.arrow-down {
  width: 100%;
  height: 20px;
  /* display: inline-block; */
  background-image: url("images/td-border-bottom.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -20px;
  float: left;
}

.tab-content table td{
  vertical-align: top;
}

/**
 * Media
 */

.media-illustration-footer,
.media-illustration-header {
  background: #f3f4f5;
  padding-top:5px;
  padding-bottom:5px;
}

div.media-illustration-footer-big {
  max-width: 12.6%;
}

.media-illustration-header h3{
  margin-top:22px;
}

.media-illustration-body .col-wrapper {
  height:310px;
  background-image:url(images/mi1-pattern.svg);
  background-repeat: repeat-y;
  background-position: center top;
}

.media-illustration-body .col-inner {
  position: absolute;
  bottom:55px;
  left:50%;
  transform: translate(-50%,0);
  background: white;
  padding:10px;
}

.media-illustration-footer{
  padding:25px 25px;
}

.media-illustration-footer .display-1 {
    font-size: 6rem;
    font-weight: 700;
    line-height: 0.8;
}

.media-table-wrapper .col-2 {
  min-width: 160px;
}

.thumbnail-wrapper {
  display: inline-block;
  position: relative;
}

.thumbnail-badge {
  position: absolute;
  bottom: 0px;
  left:0px;
  width: 70%;
  height:auto;
  background: black;
  color: white;
  padding: 8px 18px 4px 18px;
  display: inline-block;
  font-size: 14px;
  line-height: 25px;
}

.thumbnail-badge::after{
  content: '';
  position: absolute;
  left: 100%;
  top: 0%;
  width: 0;
  height: 0;
  border-bottom: 34px solid transparent;
  border-right: 34px solid transparent;
  border-top: 34px solid black;
  clear: both;
}

.text-red{
  color: #9E2629;
}
.text-green{
  color: #51AA35;
}
.text-blue{
  color: #0066B3
}
.text-orange{
  color:#CE651A
}
.text-gray2{
  color: #81898D;
}
.text-blue2{
  color:#005A9D
}

.thumbnail-badge.bg-red {
  background:#9E2629;
}
.thumbnail-badge.bg-red::after{
  border-top: 37px solid #9E2629;
}
p.thumbnail-badge.bg-red::after{
  border-top: 37px solid #9E2629;
}

.thumbnail-badge.bg-green {
  background:#51AA35;
}
.thumbnail-badge.bg-green::after{
  border-top: 37px solid #51AA35;
}
p.thumbnail-badge.bg-green::after{
  border-top: 37px solid #51AA35;
}

.thumbnail-badge.bg-blue {
  background:#0066B3;
}
.thumbnail-badge.bg-blue::after{
  border-top: 37px solid #0066B3;
}
p.thumbnail-badge.bg-blue::after{
  border-top: 37px solid #0066B3;
}

.thumbnail-badge.bg-orange {
  background:#CE651A;
}
.thumbnail-badge.bg-orange::after{
  border-top: 37px solid #CE651A;
}
p.thumbnail-badge.bg-orange::after{
  border-top: 37px solid #CE651A;
}

.thumbnail-badge.bg-gray2 {
  background:#81898D;
}
.thumbnail-badge.bg-gray2::after{
  border-top: 37px solid #81898D;
}
p.thumbnail-badge.bg-gray2::after{
  border-top: 37px solid #81898D;
}

.thumbnail-badge.bg-blue2 {
  background:#005A9D;
}
.thumbnail-badge.bg-blue2::after{
  border-top: 37px solid #005A9D;
}
p.thumbnail-badge.bg-blue2::after{
  border-top: 37px solid #005A9D;
}

.thumbnail-badge-pt:after {
  top:0px;
  border-width: 37px!important;
}
.custom-on-fontpage-2 .thumbnail-badge:after{
  top:-1px;
  border-width: 37px!important;
}

/**
 * Headers
 */
.header-tiles,
.overlay,
.overlay-custom,
.header{
  overflow: hidden;
  max-height: 800px;
}

.header .text-container h1, .header .text-container p, .header .text-container small {
  color:white;
}

.header{
  position: relative;
  width: 100%;
  z-index: 5;
  background-color:#f3f4f5;
}


.header-plain,.header-contact {
  position: relative;
  width: 100%;
  z-index: 5;
  background-color:#f3f4f5;
}

.header-plain .text-container-contact {
    position: absolute;
    width: 100%;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate( -50%, 0%);
    z-index: 10;
}

.image-container{
  position: absolute;
  width: 100%;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  z-index: 8;
  overflow: hidden;
}

.image-container-pp{
  position: absolute;
  width: 100%;
  height:100%;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  z-index: 8;
  overflow: hidden;
}

.image-container-pp img,
.image-container img {
  width: 100%;
  aspect-ratio: 16/9;
}
.overlay-custom {
  position: absolute;
  width: 100%;
  z-index: 9
}
.overlay{
  position: absolute;
  width: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 9
}


.text-container{
  position: absolute;
  /* width: 40%; */
  width:50%;
  height: auto;
  left:50%;
  top:50%;
  transform: translate( -50%, -50%);
  z-index: 10;
  max-width:671px;
}

.text-container-alt{
  position: absolute;
  /* width: 40%; */
  width:100%;
  height: auto;
  left:50%;
  top:50%;
  transform: translate( -50%, -50%);
  z-index: 10;
  max-width:1200px;
  text-align: center;
}

.text-container-alt h1 {
  font-size: 5.5rem;
}

.text-container-alt p {
  font-size: 2rem;
  line-height: 1.3;
}

.btn-header {
  font-size: 1.2rem;
  color: white;
  background: #555555;
  border-radius: 64px;
  padding: 15px 60px;
  margin-top: 3rem;
  font-weight: bold;
}

.btn-header:hover{
  color:white;
  background: #333333;
}

.text-container-contact {
  position: absolute;
  width:100%;
  height: auto;
  left:50%;
  bottom:10px;
  transform: translate( -50%, 0);
  z-index: 10;
}

.header-tile{
  position: relative;
  width: 36.5%;
  float: left;

}

.header-tile-slider{
  position: relative;
  float: left;
  width: 63.5%;
  overflow: hidden;
}
.content-full-slider-2,
.header-tile-slider-2{
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
}

.content-full-slider-2 .header-slider-headline,
.header-tile-slider-2 .header-slider-headline {
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  min-height: 80px;
  margin-top:-17px!important;
}


.header-tile-slider-inner{
  position: absolute;
  width: 75%;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  z-index: 12;
  color: white;
}
.content-full-slider-inner-2,
.header-tile-slider-inner-2{
  position: absolute;
  width: 500px;
  top:30%;
  left:5%;
  /*transform: translate(-50%,-50%);*/
  z-index: 12;
  color: #3f4041;
  border-radius: 3px;
  padding:20px;
}

.content-full-slider-inner-2 {
  bottom:10%;
}

.header-tile-inner{
  position: absolute;
  width: 60%;
  top:50%;
  left:65%;
  transform: translate(-50%,-50%);
  text-align: left;
}


.header-buttonset {
  position: absolute;
  width: 100%;
  text-align: center;
  height: 50px;
  bottom: 20px;
  z-index: 6
}

.header-buttonset button {
  margin:0px 10px;
}

.header-select{
  position: absolute;
  width: 100%;
  text-align: center;
  height: 50px;
  bottom: 17px;
  z-index: 6;
}


.global-select select,
.header-select select{
  width:90%;
  background: transparent;
  padding:8px;
  border:2px solid rgba(255,255,255,0.7);
  color:white;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url('/wp-content/themes/wsc-init/images/chevron-white-header-select.png') 96% / 15% no-repeat ;
  background-size: 12px;
}
.global-select-black select,
.header-select-black select{
  color:#3f4041;
  border:2px solid rgba(63,64,65,0.7);
  background: url('/wp-content/themes/wsc-init/images/chevron-black-header-select.png') 96% / 15% no-repeat ;
  background-size: 12px
}

.global-select select{
  width: 100%;
}


/**
 * Carousel
*/

.slider-item-caption{
  display: none;
}

.header-tiles .carousel {
  position: static;
}

.header-tiles .carousel-inner {
  overflow: hidden;
  position: absolute;
  width: 100%;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.slider-caption-full,
.slider-caption {
  opacity: 1;
}

.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 2s ease-in-out left;
    -moz-transition: 2s ease-in-out left;
    -o-transition: 2s ease-in-out left;
    transition: 2s ease-in-out left;
}

.header-tile-slider-2 .header-tile-slider-inner-2 a.carousel-control-next span,
.header-tile-slider-2 .header-tile-slider-inner-2 a.carousel-control-prev span{
  background-color:#3f4041!important;
}
.carousel-control-next,
.image-slider .carousel-control-next,
.image-slider .carousel-control-prev,
.carousel-control-full-next,
.carousel-control-full-prev{
  color:#3f4041
}

/**
 * Modals
 */
.modal.left .modal-dialog,
.modal.right .modal-dialog {
	position: fixed;
	margin: auto;
	width: 320px;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	    -ms-transform: translate3d(0%, 0, 0);
	     -o-transform: translate3d(0%, 0, 0);
	        transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
	height: 100%;
	overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
	padding: 15px 80px 80px 15px;
}

.modal.left.fade .modal-dialog{
	left: -320px;
	-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
	   -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
	     -o-transition: opacity 0.3s linear, left 0.3s ease-out;
	        transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog{
	left: 0;
}

.modal.right.fade .modal-dialog {
	right: -320px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	   -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
	     -o-transition: opacity 0.3s linear, right 0.3s ease-out;
	        transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
	right: 0;
}

.modal-content {
	border-radius: 0;
	border: none;
	padding-left:30px;
	padding-right: 10px;
	padding-top:10px;
	padding-bottom:10px;
}

.modal-header {
	border:none;
	background-color: #ffffff;
	display: block;
}

/* .modal-backdrop {

} */

.modal-backdrop.show{
	opacity: 0.7;
}


/**
 * Footer
 */
.footer-top-wrapper,
.footer-bottom-wrapper {
  float: left;
  width: 100%;
  padding-left:200px;
  padding-right:200px;
}



.footer-top-wrapper{
  padding-top:40px;
  padding-bottom: 40px;
  background: #3f4041;
}


.footer-bottom-wrapper {
  padding-top:30px;
  padding-bottom: 30px;
}


/**
 * Helpers (only for patterns)
 */

.arrow,
.arrow:before {
  position: absolute;
  top:0px;
  left: 50%;
}


.arrow {
  width: 40px;
  height: 40px;
  top: 80px;
  margin: -20px 0 0 -20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  border-left: none;
  border-top: none;
  border-right: 2px #fff solid;
  border-bottom: 2px #fff solid;
  border-bottom-right-radius:4px;
}

.arrow-black {
  width: 40px;
  height: 40px;
  top: 80px;
  margin: -20px 0 0 -20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  border-left: none;
  border-top: none;
  border-right: 2px #212529 solid!important;
  border-bottom: 2px #212529 solid!important;
}

.arrow:before {
  content: '';
  width: 20px;
  height: 20px;
  top: 50%;
  margin: -10px 0 0 -10px;
  border-left: none;
  border-top: none;
  border-right: 1px #fff solid;
  border-bottom: 1px #fff solid;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: arrow;
  border-bottom-right-radius:2px;
}

.arrow-black:before {
  content: '';
  width: 20px;
  height: 20px;
  top: 50%;
  margin: -10px 0 0 -10px;
  border-left: none;
  border-top: none;
  border-right: 1px #212529 solid!important;
  border-bottom: 1px #212529 solid!important;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: arrow;
  border-bottom-right-radius:2px;
}

@keyframes arrow{
  0% {
    opacity: 1;
    }
  100% {
    opacity: 0;
    transform: translate(-10px, -10px);
  }
}

 .custom-twitter h2 a:hover{
   text-decoration: none;
 }

 .featured-text {
   font-size: 22px;
 }

.rollover-hover:hover img {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

.global-select.filter-inactive,
.blog-teaser.filter-inactive {
   display: none!important;
 }


.hide-filter {
  opacity: 0;
}

#earth_div_2,
#earth_div{
  position: static!important;
}

.to-projects-wrapper {
  position: absolute;
  width: 150px;
  height: 160px;
  z-index: 1;
  bottom: -14px;
  left: 50%;
  transform: translate(-50%,0%);
}

.to-projects {
  display: block;
  position: absolute;
  left:50%;
  top:50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 130px;
  text-align: center;
  color:white;
  white-space: normal!important;
  border:none!important
}
.to-projects:hover{
  text-decoration: none;
}

.btn.to-projects {
  min-width: auto!important;
}

.to-projects:hover{
  color: white;
}
.to-projects.style-globe-2:hover,
.to-projects.style-globe-2{
  color:#212529;
}



 .search-form-width{
   width:60%
 }

 .custom-menu-login{
   position: absolute;
   right: 267px;
 }

.search-item h3 {
  font-weight: 600!important;
}

.search-item h3 a {
  color: #3f4041!important;
}

.search-item h3 a:hover{
  text-decoration: none;
}

.pt-search-wrapper,
.search-item small a {
  color: #929499;
}

.pt-search-date {
  color: #508fba;
}

/*
.move-left {
  margin-left: 0px!important;
  position: absolute;
}
*/

.green-download-btn{
  position: relative;
  display: block;
}

.green-download-btn span{
  position: absolute;
  top:15px;
  left: 70px;
}

.svg-logo img {
  width: 100%;
}

.custom-lang-menu {
  display: none;
}

.show-on-mobile{
  display: none;
}

.hide-on-mobile-xs,
.hide-on-mobile{
  display: block;
}

.show-on-mobile-2{
  display: none;
}

.hide-on-mobile-2{
  display: block;
}
.hide-on-desktop-xs,
.hide-on-desktop {
  display: none;
}

.hide-on-desktop-2 {
  display: none;
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
    outline: none;
}

.bg-green {
  background-color: #51AA35;
}

.spacer-50 {
  width: 100%;
  height: 50px;
}

.spacer-100 {
  width: 100%;
  height: 100px;
}

.custom-5-col {
  width: 20%;
  float: left;
  color: white;
  padding-right: 50px;

}
.de-templ.footer-bottom-wrapper .custom-5-col:nth-child(2),
.de-templ.footer-top-wrapper .custom-5-col:nth-child(2){
  margin-left:-60px;
  margin-right:60px;
}

.coop-templ.footer-bottom-wrapper .custom-5-col:nth-child(2),
.coop-templ.footer-top-wrapper .custom-5-col:nth-child(2){
  margin-left:-30px;
  margin-right:30px;
}

.coop-templ.footer-bottom-wrapper .custom-5-col:nth-child(4),
.coop-templ.footer-top-wrapper .custom-5-col:nth-child(4){
  margin-left:-60px;
  margin-right:60px;
}

.footer-top-wrapper .custom-5-col {
  padding-top:20px;
  padding-bottom:20px;
}

.de-templ.footer-top-wrapper .custom-5-col:last-child{
  margin-left: -50px;
  padding-left: 75px;
  border-left: 2px solid #929499;
  height: auto;/*

  padding-top:44px;
*/
}

.coop-templ.footer-top-wrapper .custom-5-col:last-child{
  margin-left: -50px;
  padding-left: 75px;
  border-left: 2px solid #929499;
  height: auto;/*

  padding-top:44px;
*/
}

.de-templ.footer-bottom-wrapper .custom-5-col:last-child{
  margin-left: -50px;
  padding-left: 77px;
}

.coop-templ.footer-bottom-wrapper .custom-5-col:last-child{
  margin-left: -50px;
  padding-left: 77px;
}

.coop.footer-bottom-wrapper .custom-5-col:last-child{
  margin-top:10px;
}

.pl-dark {
  background: #3f4041;
  width: 100%;
  padding-top:5px;
  padding-bottom:5px;

}

.pl-darkgray {
  background: #565758;
  width: 100%;
  padding-top:5px;
  padding-bottom:5px;
}

/**
 * WP Custom CSS
 */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

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

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

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

.wp-caption {
  text-align: left;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    padding: 20px 0 0 0;
    color: #929499
}

.single-pp div.wp-caption {
  float: none!important;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}


.content-full-carousel .carousel-inner{
  max-height: 500px;
}

.accordion-header{
   cursor: pointer;
   position: relative;
}

.accordion-header p{
   padding:10px 0px;
}

.accordion-header p:after{
   position: absolute;
   top:50%;
   right:0;
   transform:translate(0, -50%);
   content: '\f138';
   font-family: "Font Awesome 5 Free";
   font-weight: 700;
}

.accordion-header p[aria-expanded="true"]:after{
   content: '\f13a';
}

.accordion-header p[aria-expanded="false"]:after{
   content: '\f138';
}

.header-ar .text-container{
   width:30%;
   left:10%;
   transform: translate( 0%, -50%);
}

.header-ar .text-container p{
   padding-right:27%;
}

.header-ar{
   margin-bottom:-100px;
}

.header-ar h1{
   font-size: 32px;
}



.header-logo-ar{
   position: absolute;
   width:275px;
   top:85px;
   left:5%;
   z-index: 9;
   
}


content{position: relative;}

.menu-ar{
   position: absolute;
   width: 25%;
   top:50px;
   left:0%;
   z-index: 100;
   background-color: rgba(255,255,255,0.85);
   border-radius: 0px;
   box-shadow: 0px 3px 6px #00000029;
   padding:25px 0px 25px 0px;
}
.floaties-ar.fixed-ar,
.menu-ar.fixed-ar{
   position: fixed;
   top:140px;
}

.floatie-ar-hover{
   position: absolute;
   top:0px;
   right:0px;
   width: 300px;
   height: 65px;
   display: none;
}
.floatie-ar-trigger.active .floatie-ar-hover,
.floatie-ar-trigger:hover .floatie-ar-hover{
   display: block;
}

.floatie-ar-hover-inner{
   position:absolute;
   width: 100%;
   right:65px;
   top:50%;
   transform: translate(0,-50%);
   box-shadow: 0px 3px 6px #00000029;
   padding:10px 20px;
   background-color: rgba(255,255,255,0.85);
   border-radius: 40px;
}

.section-ar h2,
.section-ar a{
    color:var(--ar_pp_color);
}

.menu-ar h3{
   font-size: 22px;
   color:var(--ar_pp_color);
   padding-left:50px;
   padding-right:10px;
}

.menu-ar a{
   color:rgb(63, 64, 65);
   padding-left:50px;
   padding-right:25px;
}

.menu-ar hr{
   margin-left:50px;
   margin-right:25px;
}

.menu-ar ul{
   margin-top:20px;
   padding-left:0px;
}

.menu-ar ul li{
   list-style: none;
   background: none;
   padding: 0px 0px 0px 0px;
}

.menu-ar ul li a{
   padding-left:50px;
   padding-right:10px;
   width: 100%;
   padding-top:5px;
   padding-bottom:5px;
   display: inline-block;
}

.menu-ar ul li a:hover:not(.menu-ar ul li a.active){
   text-decoration: none;
   background-color: var(--ar_pp_color20);
   color:var(--ar_pp_color);
}

.menu-ar ul li a.active{
   text-decoration: none;
   background-color: var(--ar_pp_color40);
   width: 110%;
   border-top-right-radius: 29px;
   border-bottom-right-radius: 29px;
   color:var(--ar_pp_color);
   box-shadow: 0px 3px 6px #00000010;
}

.menu-ar a.big-menu-item{
   display: block;
   font-weight: bold;
   padding-top: 10px;
   padding-bottom: 10px;
   position: relative;
}

.menu-ar a.big-menu-item:hover{
   text-decoration: none;
   background-color: var(--ar_pp_color20);
   color:var(--ar_pp_color);
}

.menu-ar a.big-menu-item:after{
   content: '';
   font-family: "Font Awesome 5 Free";
   font-weight: 700;
   margin-right: 0;
   float: right;
   font-size: 25px;
   margin-top: -18px;
}

.menu-ar a.big-menu-item.search-ar:after{
   content: '\f002';
}
.menu-ar a.big-menu-item.download-ar:after{
   content: '\f019';
}

.search-ar-hover{
   position: absolute;
   top:0px;
   right:0px;
   width: 300px;
   height: 65px;
   display: none;
}

.search-ar.active .search-ar-hover,
.search-ar:hover .search-ar-hover{
   display: block;
}

.search-ar-hover-inner{
   position:absolute;
   width: 100%;
   right:65px;
   top:7px;
   /* box-shadow: 0px 3px 6px #00000029; */
   padding:10px 20px;
   background-color: rgba(255,255,255,1);
}

.floatie-ar-hover-inner .badge,
.search-ar-hover-inner .badge{
   position: absolute;
   top: 50%;
   right: 20px;
   transform: translate(0px, -50%);
   background-color: var(--ar_pp_color);
}

.social-ar-trigger{
   height: 35px;
   width:35px;
   border-radius: 50%;
   margin:0 15px;
   background-color: var(--ar_pp_color);
   padding-top:5px;
   float: left;
}

.social-ar-trigger:hover{
   background-color: var(--ar_pp_color);
}

.floaties-ar{
   position: absolute;
   width: 55px;
   top:50px;
   right:2%;
   z-index: 100;
   background-color: rgba(255,255,255,0.85);
   border-radius: 87px;
   box-shadow: 0px 3px 20px #0000002E;
}

.floaties-ar-headline{
    position: static!important;
    float:right;
    margin-top:-8px;
    
}

.single-pp-headl {
  padding-right: 50px;
}

.single-pp-headl .floaties-ar-headline{
  margin-right:-57px;
}

.floatie-ar{
   width: 55px;
  /* height: 55px; */
  display: block;
  text-align: center;
  padding-top: 15px;
  padding-bottom:15px;
  color:var(--ar_pp_color);
  position: relative;
}

.floatie-ar .fa-2x{
   font-size:25px;
}
.floatie-ar.active,
.floatie-ar:hover{
   background-color: var(--ar_pp_color);
   color:white;
}
.floaties-ar .floatie-ar:not(.floatie-ar-single):first-child{
   border-top-left-radius: 87px!important;
   border-top-right-radius: 87px!important;
   padding-top:20px!important;
   height: 65px!important;
}

.floatie-ar-single {
    border-radius: 50%!important;
    padding-top: 0px!important;
    height: 55px !important;
}

.floatie-ar-single:hover {
    border-radius: 50%!important;
    padding-top: 0px!important;
    height: 55px !important;
}

.floatie-ar-single .floatie-ar-hover-inner i{
    font-size: 17px!important;
    display:block;
    padding-top:4px;
}

.floatie-ar-single .floatie-ar-hover-inner{
    top:44%!important;
}

.floatie-ar-bottom{
   border-bottom-left-radius: 87px;
   border-bottom-right-radius: 87px;
   padding-bottom:20px;
   height: 65px;
}

.header-buttons-ar{
   position: absolute;
   width: 90%;
   bottom:100px;
   left:5%;
   z-index: 9;
   height:85px;
   background-color: rgba(255,255,255,0.85);
   border-radius: 87px;
   box-shadow: 0px 3px 25px #003B6A71;
}

.header-button-ar{
   width: 33.33333%;
   display: block;
   padding:0px;
   margin:0px;
   float: left;
   text-align: center;
   text-decoration: none;
   font-weight: bold;
   height: 85px;
   position: relative;
   color: var(--ar_pp_color);
}

.center-label{
   width: 100%;
   position: absolute;
   top:50%;
   left:50%;
   transform: translate(-50%, -50%);
}

.label-ar{
   position:relative;
   top:-5px;
}

.header-button-ar:hover{
   background-color: var(--ar_pp_color);
   color:white;
}

.header-button-ar-left{
   border-top-left-radius: 87px;
   border-bottom-left-radius: 87px;
}

.header-button-ar-right{
   border-top-right-radius: 87px;
   border-bottom-right-radius: 87px;
}



.bg-dark .hidden-on-post-type-ar{
   display: none!important;
}

.legend-ar{
   position: absolute;
   top: 50%;
   right: 100px;
   transform: translate(0, -50%);
   width: 25%;
   background: rgba(0,0,0,0.6);
   color:white;
   /* padding: 20px; */
   font-size: smaller;
}

.legend-ar h3{
   border-bottom:1px solid white;
   padding-bottom: 5px;
   margin-bottom: 5px;
}

.legend-ar ul{
   list-style: none;
   padding-left:0;
   margin-left: 0;
}

.legend-ar ul li{
   line-height: 1.4;
   font-size: 14px;
}

.legend-ar ul li a{
   color:white;
}

.legend-ar ul li a:hover{
   font-weight: bold;
   text-decoration: none;
}

.section-ar{
   padding-top:50px;
   padding-bottom:calc(50px - 1rem);
   margin-bottom:0px;
}
/* 
.section-ar p {
   text-align: justify;
} */

.section-ar .custom-tile p{
   line-height: 22px;
}

.section-ar .custom-tile:hover .overlay-ar{
   background-color: var(--ar_pp_color80);
}

.section-ar .custom-tile:hover .custom-tile-inner-ar{
   background-color: transparent!important;
}

.section-ar .thumbnails-ar {
   margin-top:15px;
   margin-bottom: 0;
  margin-right: 0;
  padding-left: 8px;
  padding-right: 8px;
  position: static;
  width: 100%;
}

.section-ar .img-desc-ar .imgdesc{
   display: none;
   min-height: 135px;
}

.section-ar .img-desc-ar .imgdesc_active{
   display: block;
}



.section-ar .carousel-item p{
   margin-top: 00px; /*95px*/
}

.thumbnails-ar-wrapper .slick-slide {
   margin: 0 8px;
}

/* the parent */
.thumbnails-ar-wrapper .slick-list {
   margin: 0 -8px;
   margin-bottom:15px;
}

.thumbnails-ar-wrapper .slick-arrow{
   transform: translate(0,-50%);
}

.thumbnails-ar-wrapper .slick-arrow.sl-left-3 {
   left: -27px;
}

.thumbnails-ar-wrapper .slick-arrow.sl-right-3{
   right: -27px;
}

.section-ar .thumbnails-ar .col-lg-2{
   padding-right:0px;
   margin-bottom:15px;
}

.section-ar mark{
   padding:0px;
   background:var(--ar_pp_color20);
   color:var(--ar_pp_color);
}


.section-ar .we-pp-wrapper,
.section-ar .we-pm-icon,
.section-ar .header-buttonset,
.we-pp-close{
   pointer-events: all!important;
}
.section-ar .fullsize-content{
   position: static;
   width: 100%;
}

.section-ar .fullsize-content:first-child{
   padding-top: 50px;
}

.section-ar .content-carousel-controls{
   height:auto;
}

.section-ar .content-carousel-controls .fa-chevron-right{
   position: absolute;
   top: 40%;
   /* transform: translate(0,-50%); */
   right: -35px;
}

.section-ar .content-carousel-controls .fa-chevron-left{
   position: absolute;
   top: 40%;
   /* transform: translate(0,-50%); */
   left: -35px;
}

.header-ar{
   height:100vh!important;
}

.download-pdf.disabled{
   pointer-events: none;
   opacity: 0.75;
}

.section-ar .accordion-header p{
   color:var(--ar_pp_color);
   font-size: 20px;
   font-weight: bold;
   border-bottom: 1px solid var(--ar_pp_color);
   padding:15px 30px 15px 0;
}

.section-ar.content-white .accordion-header p{
   color:white;
   font-size: 20px;
   font-weight: bold;
   border-bottom: 1px solid white;
   padding:15px 30px 15px 0;
}

.section-ar.content-white .card-body{
   color:white;
}

.section-ar .accordion-header{
   margin-bottom:20px!important;
}

.section-ar .accordion-header p[aria-expanded="false"]::after {
   content: '\2b';
   right:15px;
 }

 .section-ar .accordion-header p[aria-expanded="true"]::after {
   content: '\f068';
   right:15px;
 }

.section-ar h2:not(content .section-ar[data-pos="0"] h2){
   font-size: 2.1rem;
   margin-bottom:1.75rem;
}

.section-ar h3{
   font-size: 18px;
}

.number-ar{
   font-weight: bold;
   font-size: 2.9rem;
   color:var(--ar_pp_color);
   font-stretch:condensed;
}

.number-head{
   color:var(--ar_pp_color);
}

.custom-tile-ar .overlay-ar,
.custom-tile-ar{
   height: 400px;
   min-height: auto;
   width: 100%;
   margin-bottom: 2rem;
}

.custom-tile-ar .overlay-ar{
   position: absolute;
   height: inherit;
   background: rgba(0,0,0,0.2);
   z-index: 9;
   overflow: hidden;
}

.custom-tile-inner-ar {
   position: absolute;
   width: 85%;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   text-align: left;
   z-index: 10;
   color:white;
   background:black;
   padding:25px 40px;
   min-height: 85%;
 }

 .custom-tile-inner-ar hr{
   background-color: white;
   border-color: white;
 }

.custom-tile-inner-ar a{
   color: white;
   text-decoration: none;
   background-color: transparent;
}

.custom-tile-inner-ar a:after{
   content: '\f054';
   font-family: "Font Awesome 5 Free";
   font-weight: 700;
   color: #9E2629;
   font-size: 12px;
   margin-left: 5px;
}

.table-download-wrapper {
    display: block;
    border: 1px solid #3f4041;
    padding: 10px 33px;
    border-radius: 52px;
}

.table-download{
    width:100%;
}


a.table-download-wrapper .table-download td{
    color: #3f4041;
}

a.table-download-wrapper:hover{
    text-decoration: none!important;
    border: 1px solid #00376a;
}
a:hover td{    
    color:#00376a;
}

 /* .table-ar{
   background-color: white;
 } */
/* the slides */
.table-ar-slick-wrapper .slick-slide {
   margin: 0 15px;
}

/* the parent */
.table-ar-slick-wrapper .slick-list {
   margin: 0 -15px;
   padding-bottom:5px;
   padding-top:5px;
}

.table-ar-slick-wrapper .slick-arrow.sl-right-3{
   right:calc(25vw + 50px);
   width: 35px;
   height: 35px;
   background-color: var(--ar_pp_color20);
   box-shadow: 0px 3px 6px #00000029;
   cursor: pointer;
}

.table-ar-slick-wrapper .sl-left-3{
   left:-50px;
   width: 35px;
   height: 35px;
   background-color: var(--ar_pp_color20);
   box-shadow: 0px 3px 6px #00000029;
   cursor: pointer;
}

.table-ar-slick-wrapper ul.slick-dots{
   padding-left:30px;
   padding-right: 30px;
   margin-top:10px;
   height:60px;
   background-color: rgba(255,255,255,0.85);
   border-radius: 37px;
   box-shadow: 0px 3px 6px #00000029;
   display: inline-block;
   margin-bottom:0px;
}

.table-ar-slick-wrapper ul.slick-dots li{
   background: none;
   padding:0;
   display: inline;
}

.table-ar-slick-wrapper .slick-arrow{
   top:calc(50% - 50px);
}

.table-ar-slick-wrapper ul.slick-dots li button{
   background: none;
   border:none;
   padding-left:10px;
   padding-right:10px;
   color:var(--ar_pp_color);
   font-weight: bold;
   height:60px;
   cursor: pointer;
   font-size: 16px;
}
.table-ar-slick-wrapper ul.slick-dots li.slick-active button,
.table-ar-slick-wrapper ul.slick-dots li button:focus{
   border:none;
   color:white;
   background-color: var(--ar_pp_color);
}

/* .table-ar-slick-wrapper ul.slick-dots li:first-child button{
   padding-left:20px;
}

.table-ar-slick-wrapper ul.slick-dots li:last-child button{
   padding-right:20px;
} */

.table-ar-slick-wrapper{
   width: calc(100vw - 25%);
}

.table-ar-wrapper{
   border:15px solid white;
   box-shadow: 0px 0px 3px 2px #00000015;
   font-size: 60%;
   display: block;
   cursor:zoom-in;
   padding:15px;
   padding-top:30px;
}
.pagebuilder-graph,
.diagramm-ar{
   width: 60vw;
   height:75vh;
   margin-bottom:1rem;
}

/* .collapse .pagebuilder-graph {
  width: 200%!important
} */

#modal-lupe .modal-dialog{
   max-width: calc(100vw - 3.5rem);
   top: 50%;
   transform: translate(0,-50%);
}

body.admin-bar #modal-lupe .modal-dialog{
   padding-top:32px;
}

.table-ar{
   
   pointer-events: none;
}
/* 
.table-ar-notes{
   font-size: 14px;
} */

 .table-ar th:not(th:first-child){
   color:var(--ar_pp_color);
 }
 .ar-bg-cell:nth-child(even),
 .ar-bg-cell{
   background-color:var(--ar_pp_color10);
   color:#000;
 }


 .table-ar td:nth-child(even),
 .table-ar th:nth-child(even) {
   background-color:var(--ar_pp_color);
   color:white!important;
   border-color:white!important;
 } 

 
 .table-ar td:not(td:first-child),
 .table-ar th:not(th:first-child){
   text-align: right;
 }


 .table-ar thead tr:first-child{
   border-top:1px solid var(--ar_pp_color);
   border-bottom:1px solid var(--ar_pp_color);
 }
 .thumbnail-ar{
   opacity: 0.75;
 }

 .thumbnail-ar.active,
 .thumbnail-ar:hover{
   opacity: 1;
 }

 .thumbnail-ar.active{
   pointer-events: none;
 }


@media (max-width:1679.98px) {
  
} 

@media (max-width: 1599.98px) {

  .footer-top-wrapper,
  .footer-bottom-wrapper {
    float: left;
    width: 100%;
    padding-left:150px;
    padding-right:25px;
  }

  #header-carousel .carousel-item {
    width: 120%;
  }

  .header-tile-inner {
    width: 80%
  }


}

@media (max-width: 1510px) {
  .single-pp .image-container-pp img,
  .single-annual-report .image-container img{
    height: 100vh;
    width: auto;
    max-width: unset;
  }
}

@media (max-width: 1439.9px) {

  

  .footer-top-wrapper,
  .footer-bottom-wrapper {

    padding-left:50px;
    padding-right:25px;
  }

   .menu-ar ul li a{
      padding-left:20px;
      padding-right:0px;
      font-size: 16px;
   }
   .menu-ar hr,
   .menu-ar h3,
   .menu-ar a{
      padding-left:20px;
   }

   .menu-ar ul li a.active{
      width: 105%;
   }

}


@media (max-width:1281px){
   .menu-ar ul li a.active{
      width: 102%;
   }
}

@media (max-width: 1199.98px) {

  

  .to-projects-wrapper {
   bottom: 180px;
  }

  .featured-section .custom-html-widget {
    padding-right: 0%
  }

  .featured-section .featured-right {
    margin-top: 15px;
  }

  .content-full-slider-inner-2, .header-tile-slider-inner-2{
    top:20%
  }


  .show-on-mobile-2{
     display: block;
   }

   .hide-on-mobile-2 {
     display: none;
   }

   .hide-on-desktop-2 {
    display: block;
  }

  .fancy-table tbody td,
  .fancy-table thead th {
    min-width: 150px!important;
    max-width: 150px!important;
  }


  .footer-top-wrapper,
  .footer-bottom-wrapper {

    padding-left:25px;
    padding-right:0px;
  }

  .overlay-custom, .overlay, .header{
    max-height:750px;
  }

  .header-slider-headline{
     font-size: 24px;
   }

  .footer-bottom-wrapper {
    padding-left:25px;
    padding-right:10px;
  }

  .footer-top-headline.h4{
    font-size: 15px;
  }
/* 
  .footer-bottom-wrapper{
    margin-left: 25px;
  } */

  .container{
    max-width: 960px;
  }

  .thumbnail-badge{
    font-size: 12px;
    padding-left:8px;
  }

  .thumbnail-badge::after{
    border-top-width: 37px!important;
  }

  .cti-in-footer {
    margin-bottom:30px;
    margin-top:-30px;
  }
  .single-pp .image-container-pp img,
  .single-annual-report .image-container img{
   height: 100vh;
   width: auto;
   max-width: unset;
  }

  .single-pp .col-lg-9,
  .single-annual-report .col-lg-9 {
   -webkit-box-flex: 0;
   -ms-flex: 0 0 95%;
   flex: 0 0 90%;
   max-width: 90%;
 }
  .single-pp .offset-md-3,
   .single-annual-report .offset-md-3 {
      margin-left: 5%;
   }

   .menu-ar{
      width: 50vw;
      left:calc(-50vw + 65px);
      background-color:rgba(255,255,255,0.9);
   }

   .menu-ar hr,
   .big-menu-item{
      display: none!important;
   }
   .menu-ar.show,
   .menu-ar:hover{
      left:0px;
   }

   .menu-ar h3:after{
      content:'\f0c9';
      font-family: "Font Awesome 5 Free";
      font-weight: 700;
      margin-right: 10px;
      float: right;
      font-size: 25px;
      margin-top: -18px;
   }
   .legend-ar .col-md-6:last-child{
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
   }

   .legend-ar .col-md-6:last-child ul{
      column-count: 2;
   }

   .table-ar-slick-wrapper .slick-arrow.sl-right-3{
      right:-50px;
   }

   .menu-ar ul li a.active{
      width: 110%;
   }

   .text-container-alt h1{
    font-size: 4.5rem;
   }

   .text-container-alt p{
    font-size: 1.75rem;
   }

}

@media (max-width: 991.98px) {

  .li-float{
    margin-top: -32px!important;
  }

   .section-pills .btn {
    min-width: 130px;
  }


  .featured-section .featured-left {
   padding-left: 15px!important;
  }


  .footer-top-wrapper .custom-5-col {
    padding-top:0px!important;
    padding-bottom:0px!important;
  }


  .coop-templ.footer-bottom-wrapper .custom-5-col:nth-child(2),
  .coop-templ.footer-top-wrapper .custom-5-col:nth-child(2),
  .coop-templ.footer-bottom-wrapper .custom-5-col:nth-child(4),
  .coop-templ.footer-top-wrapper .custom-5-col:nth-child(4),
  .de-templ.footer-bottom-wrapper .custom-5-col:nth-child(2),
  .de-templ.footer-top-wrapper .custom-5-col:nth-child(2){
    margin-left:0px;
    margin-right:0px;
  }


  .media-illustration-footer .display-1 {
    font-size: 5rem;
    font-weight: 700;
    line-height: 0.8;
  }

  .card{
    margin-bottom:30px;
  }

  .footer-top-wrapper,
  .footer-bottom-wrapper {
    padding-left:60px;
    padding-right:60px;
  }

  .overlay-custom,.overlay, .header{
    max-height:650px;
  }

  .header-contact .text-container-contact,
  .header .text-container {
    /*width: 90%;*/
    width: 100%;
    height: 90%;
    top:150px;
    transform: translate(-50%,0);
  }
  .header .text-container {
    padding:15px;
  }

  .header-ar .text-container{
      width: 80%;
      height: 90%;
      top: 150px;
      transform: translate(0%,0);
  }

  ul.icon-list-in-txt .icon-text, ul.icon-list a .icon-text {
     font-size: 13px;
   }

   ul.icon-list-in-txt .icon-wrapper, ul.icon-list a .icon-wrapper {
     margin-right:5px;
   }

   .header-tile-inner {
     width: 100%
   }

   .header-slider-headline{
     font-size: 24px;
   }

   .custom-5-col {
    width: 100%;
    float: none;
    color: white;
  }

  .footer-top-headline.h4{
/*     font-size: 18px!important; */
    margin-top:30px!important;
    min-height: 24px!important
  }

  .thumbnail-badge{
    font-size: 12px;
  }

  .thumbnail-badge::after{
    border-top-width: 37px!important;


  }

  .custom-on-fontpage-2 .thumbnail-badge:after{
    margin-left:-1px;
  }

  .custom-on-fontpage-2 .thumbnail-badge:after{
    top:0px;
  }


  .footer-top-wrapper .custom-5-col {
    padding-top:30px;
    padding-bottom:30px;
  }

  .coop-templ.footer-top-wrapper .custom-5-col:last-child,
  .de-templ.footer-top-wrapper .custom-5-col:last-child{
    margin-left: 0px;
    padding-left: 0px;
    border-left:none;
    height: auto;
    padding-top:12px!important;
  }

  .footer-bottom-wrapper .custom-5-col{
    display: none;
  }



  .coop-templ.footer-bottom-wrapper .custom-5-col:last-child,
  .de-templ.footer-bottom-wrapper .custom-5-col:last-child{
    margin-left: 0px;
    padding-left: 0px;
    display: block;
  }

  .coop.footer-bottom-wrapper .custom-5-col:first-child,
  .coop.footer-bottom-wrapper .custom-5-col:last-child{
    display: block;
  }

  ul.footer-top li.meta a {
    font-size: 14px!important;
    color: #929499;
    font-weight: 400;
  }

  ul.footer-top li.meta a.footer-top-headline.h4{
        margin-top: 0!important;
    min-height: 0!important;
  }

  ul.footer-top li.meta a{
    line-height: 23px!important;
    margin-bottom: 0px;
  }


/*
  .cti-in-footer{
    margin-top:-200px;
  }
*/
  .single-pp .offset-md-3,
   .single-annual-report .offset-md-3{
      margin-left:8%;
   }

   /* .thumbnails-ar{
      display: none;
   } */
  .single-pp .custom-tile,
   .single-annual-report .custom-tile{
      height: 40vh;
      
   }
      .single-pp .custom-tile .overlay-ar {
        background-color: rgba(215,62,1,0.5);
      }
   .single-annual-report .custom-tile .overlay-ar{
      background-color: rgba(0,92,167,0.8);
   }
   .single-pp .custom-tile-inner-ar,
   .single-annual-report .custom-tile-inner-ar{
      padding:0;
      background-color: transparent!important;
   }

   .number-ar{
      font-size: 2.25rem;
   }
   .single-pp .accordion .card,
   .single-annual-report .accordion .card{
      margin-bottom: 0;
   }
   .single-pp .center-label,
   .single-annual-report .center-label{
      font-size: 90%;
   }
   .header-button-ar,
   .header-buttons-ar{
      height:60px;
   }

   .header-ar .text-container {
      height: auto;
      top: 207px;
      padding:0px
   }

   .header-logo-ar{
      left:10%;
   }

   .diagramm-ar{
      width: 75vw;
   }

   .text-container-alt {
    text-align: left;
    padding-left: 3rem;
   }

   .text-container-alt h1{
    font-size: 3.5rem;
   }

   .text-container-alt p{
    font-size: 1.25rem;
   }

}

@media (orientation: landscape) and (max-width: 999px) {
  .single-pp .image-container-pp img,
   .single-annual-report .image-container img {
      height: unset;
      width: 100vw;
      max-width: 100%;
    }

    .header-buttons-ar{
      display: none;
    }
    .single-pp .offset-md-3,
      .single-annual-report .offset-md-3 {
         margin-left: 8%;
         margin-right: 8%;
      }
      .single-pp .col-lg-9,
       .single-annual-report .col-lg-9 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 84%;
         flex: 0 0 84%;
         max-width: 84%;
      }

      .menu-ar{
         display: none!important;
      }
 }


 .show-ar-mobile{
   display:none;
   visibility: hidden;
}

.hide-ar-desktop{
   display: block;
   visibility: visible;
}

@media (max-width: 768px) {




  .section-pills{
    margin-top:-132px!important;
    position: relative;
    z-index: 99
  }


  .featured-text {
   font-size: 19px;
 }

  .featured-section .featured-right {
    margin-top: -25px;
    padding:0px;
    margin-bottom:0px;
  }

  .featured-section .featured-left {
   padding-left: 15px!important;
  }

  .featured-section {
    margin-top:50px;
  }


  .featured-section .custom-tile-inner{
    top:0px;
    transform: translate(-50%,0);
  }


  .footer-top-wrapper{
    padding-top:0px;
    padding-bottom:0px;
  }

  .footer-top-wrapper .custom-5-col{
    padding-top:0px;
    padding-bottom:0px;
  }

  .footer-top-wrapper .custom-5-col:last-child{
     padding-top:15px;
  }



/*
   .show-on-mobile{
     display: block;
   }

   .hide-on-mobile {
     display: none;
   }

   .hide-on-desktop {
    display: block;
  }
*/

  .content-full-slider-inner-2,
  .header-tile-slider-inner-2 {
    width: 90%;
    bottom: auto;
    top:55%;
    left: 50%;
    transform: translate(-50%, -50%)
  }

  h3, .h3 {
    font-size: 22px;
  }

  .text-container h1 {
    font-weight: 400
  }



  .header-tile{
    display: none;
  }

  .header-tile-slider{
    width: 100%;
  }



  .card-no-image,
  .card-standard,
  .card-person,
  .card-blog{
    margin-right: 0px;
  }



  div.media-illustration-footer-big {
    max-width: 23.6%;
    text-align: center;
  }

  .media-illustration-footer .display-1 {
    font-size: 4rem;
  }

  .jumbotron-wrapper-inner {
    width: 100%;
    margin-left: 0;
  }


  #header-carousel .carousel-inner,
  .image-container{
     width: 120%;
   }

   .header-tile-slider-inner {
     width: 90%;
     transform: translate(-50%,-20%);
   }

   .header-slider-headline {
     font-size: 22px;
     line-height: 30px;
   }

   .header-tile-slider-inner .slider-caption p{
     line-height: 20px;
   }

   .btn-search-alt-inverse {
     border:1px solid white;
     border-radius: 2px;
   }

   .custom-container{
     padding-left:15px;
     padding-right:15px;
   }

   .custom-container .text-right{
     text-align: left!important;
   }

   .section-well .custom-container .input-default,
   .section-well .custom-container .input-inverse {
     width: 70%;
   }

   header .slider-caption .btn{
     font-size: 11px;
   }






   content section,
   header {
     margin-bottom:60px;
   }

   .single-pp header {
    margin-bottom:100px;
   }

   .custom-tile-inner {
     width: 100%;
     padding:0 15px;
   }

   .footer-bottom-wrapper,
   .footer-top-wrapper {
     padding-left:15px;
     padding-right:15px;
   }

   .section-default-gray, .section-full-gray {
     padding-top:75px;
     padding-bottom:30px;
   }


   #header-carousel .carousel-item {
    width: 130%;
  }

  ul.navigation-overlay li a.navigation-overlay-headline{
    font-size: 18px;
  }
  .single-pp .fullsize-content,
  .single-annual-report .fullsize-content{
   position: static!important;
  }
  .single-pp #earth_div,
   .single-pp .header-select,
  .single-annual-report #earth_div,
   .single-annual-report .header-select{
   display:none!important;
  }

   .legend-ar {
   position: static;
   top: 0%;
   right: 0;
   transform: translate(0, 0%);
   width: 80%;
   background: rgb(0, 0, 0,1);
   color: white;
   padding: 20px;
   font-size: smaller;
   padding:15px 15px;
   margin-left:8%
   }

   .header-buttons-ar .label-ar{
      display: none!important;
   }

   .menu-ar{
      width: 100vw;
      left: -120vw;
      top:0px!important;
      height: calc(100vh);
      background: white;
   }

   .menu-ar h3:after{
      content:'';
   }


.single-pp .offset-md-3,
   .single-annual-report .offset-md-3{
      margin-left: 2%;
      margin-right: 2%;
    }
     .single-pp .col-lg-9,
    .single-annual-report .col-lg-9 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 96%;
      flex: 0 0 96%;
      max-width: 96%;
    }

   .number-ar{
      font-size: 2.9rem;
   }

   .show-ar-mobile{
      display:block;
      visibility: visible;
   }

   .hide-ar-desktop{
      display: none;
      visibility:hidden;
   }

   .table-ar-wrapper{
      overflow: hidden;
      overflow-y: scroll;
   }

   .section-ar .content-carousel-controls .fa-chevron-left{
      left:10px;
      top:0px;
      display: none;
   }

   .section-ar .content-carousel-controls .fa-chevron-right{
      top:0px;
      left:10px;
      display: none;
   }

   #modal-lupe .modal-dialog{
      max-width: 100vw;
   }

   #modal-lupe .modal-content{
      padding:0px;

   }

   #modal-lupe .modal-content table{
      padding-right: 25px!important;
   }

   #modal-lupe .modal-body{
      overflow-y: scroll;
      font-size: 90%;
      padding-right: 25px;
   }

   .diagramm-ar{
      width: 100%;
      height:50vh
   }

}

@media (max-width: 767.98px) {

  .section-default-margin-50 {
    margin-top:0px;
  }


  .content-full-slider-inner-2 p,
  .header-tile-slider-inner-2 p{
    font-size: 15px;
  }


  .jumbotron-wrapper p{
    font-size: 15px;
  }



  .mtc-3{
    width: 100%;
  }

  .show-on-mobile{
     display: block;
   }

   .hide-on-mobile {
     display: none;
   }

   .hide-on-desktop {
    display: block;
  }

  .arrow-right {
    display: none;
  }


  .global-select select,
  .header-select select{

    background: url('/wp-content/themes/wsc-init/images/chevron-white-header-select-down.png') 98% / 15% no-repeat ;
    background-size: 30px;
  }
  .global-select-black select,
  .header-select-black select{

    background: url('/wp-content/themes/wsc-init/images/chevron-black-header-select-down.png') 98% / 15% no-repeat ;
    background-size: 30px
  }

  .select-wrapper{
    margin-right: 25px;
  }

  .custom-menu-login{
    right:162px;
  }

}

.media-illustration-body .gray-arrow-right,
  .media-illustration-body .gray-arrow-left{
    display: none;
  }

@media (max-width: 575.98px) {



    .br-line-height{
    height:27px!important;
  }

  .media-illustration-body{
    overflow-y: scroll;

  }

  .media-illustration-body .scroll-body{
    width: 400vw;
  }

  .media-illustration-body .gray-arrow-left {
    display: block;
    position: absolute;
    top:215px;
    left:16px;
    z-index: 99;
  }

  .media-illustration-body .gray-arrow-right i,
  .media-illustration-body .gray-arrow-left i {
    color: #929499;
  }

  .media-illustration-body .gray-arrow-right {
    display: block;
    position: absolute;
    top:215px;
    right:16px;
    z-index: 99;
  }

  .media-illustration-body .col-wrapper {
     height: 340px;
   }

   .media-illustration-body .col-md-3:first-child .col-wrapper{
     height: 310px;
   }


  .show-on-mobile-xs{
     display: block;
   }

   .hide-on-mobile-xs {
     display: none;
   }

   .hide-on-desktop-xs {
    display: block;
  }


  .search-form-width{
   width:80%
  }

  .search-form-width .form-control{
    font-size: 17px;
  }

  .custom-menu-login em {
    display: none;
  }
  .custom-menu-login{
    right: 112px;
  }

  body {
    font-size: 16px;
  }
  small, button, p.small {
    font-size: 14px;
  }



  .select-wrapper {
    margin-right:0px;
  }

  .custom-tiles .custom-tile{
    min-height: 300px;
    width: 100%;

  }
  .custom-tiles .custom-tile .custom-tile-inner{
    padding-top:25px;
    padding-bottom:25px;
  }
  .card-no-image,
  .card-standard,
  .card-person,
  .card-blog{
    margin-right: 0px;
  }

  .navigation-layer-meta{
    width: auto;
    position: static;
    padding: 15px 15px 80px;

  }

   .navigation-layer-meta ul li a{
     color:#929499;
   }

   .navigation-layer-meta ul.text-right{
     text-align: left!important
   }
   #header-carousel .carousel-inner,
   .image-container{
     width: 210%!important
   }

   .nav-tabs .nav-item {
     width: auto;
   }

   .scroll-on-mobile .nav-tabs{
      width: 150vw;
   }

   .scroll-on-mobile{
     margin-left: -15px;
     margin-right: -15px;
     height: 50px;
     overflow-y: scroll;
   }

   .header-custom .image-container{
     width: 140%!important;
   }

   .text-container-alt {
    text-align: left;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
   }

   .text-container-alt h1{
    font-size: 3.5rem;
   }

   .text-container-alt p{
    font-size: 1.25rem;
   }

   .navbar {
    padding: 20px 1.5rem;
  }

  .btn-header{
    font-size: 1rem;
    padding:15px 40px;
    display: block;
  }

}



@media (max-width: 320px) {

  .br-line-height{
    height:16px!important;
  }


  .media-illustration-footer .display-1 {
    font-size: 3rem;
  }

  .search-form-width .form-control{
    font-size: 16px;
  }

  .navbar {
    padding:5px;
  }
  #header-carousel .carousel-inner,
  .image-container{
     width: 250%!important
   }

  .header-slider-headline {
     font-size: 22px;
     line-height: 25px;
   }

   .header-buttons-ar{
      bottom:20px;
   }
}

@media (max-width: 300px) {
  .select-wrapper {
    display: none;
  }
}

.wp-video {
  width: 100% !important;
  
  }
  .mejs-container {
  width: 100% !important;
  height: auto !important;
  padding-top: 56.25%;
  }
  .mejs-overlay, .mejs-poster {
  width: 100% !important;
  height: 100% !important;
  }
  .mejs-mediaelement video {
  position: absolute !important;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100% !important;
  height: 100% !important;
  }

.fg-container {
  position:relative;
  overflow: hidden;
}
.fg-image {
  position:relative;
}
.fg-caption {
  position:absolute;
  width:98%;
  height: 98%;
  left:1%;
  top:1%;
  line-height:1.3;
  background:rgba(0,0,0,0.7);
  color:white;
  font-size: 1.125rem;
  cursor:pointer;
  display:none;
}

.fg-caption-inner {
  position: absolute;
  top:50%;
  left:50%;
  width: 100%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}

.fg .col-sm-6 .fg-caption.fg-from-top {
  top:-100%; 
  left:1%;
  bottom:unset;
  right:unset;
  display:block
}

.fg .col-sm-6:hover .fg-caption.fg-from-top {
  animation: fromTop .4s normal forwards ease;
}

.fg .col-sm-6 .fg-caption.fg-from-bottom {
  bottom:-100%; 
  left:1%;
  top:unset;
  right:unset;
  display:block;
}

.fg .col-sm-6:hover .fg-caption.fg-from-bottom {
  animation: fromBottom .4s normal forwards ease;
}

.fg .col-sm-6 .fg-caption.fg-from-right {
  bottom:unset; 
  left:unset;
  top:1%;
  right:-100%;
  display:block;
}

.fg .col-sm-6:hover .fg-caption.fg-from-right {
  animation: fromRight .4s normal forwards ease;
}

.fg .col-sm-6 .fg-caption.fg-from-left {
  bottom:unset; 
  left:-100%;
  top:1%;
  right:unset;
  display:block;
}

.fg .col-sm-6:hover .fg-caption.fg-from-left {
  animation: fromLeft .4s normal forwards ease;
}

@keyframes fromTop {
  from {
    top:-100%;
  }
  to {
    top:1%;
  }
}

@keyframes fromBottom {
  from {
    bottom:-100%;
  }
  to {
    bottom:1%;
  }
}

@keyframes fromRight {
  from {
    right:-100%;
  }
  to {
    right:1%;
  }
}

@keyframes fromLeft {
  from {
    left:-100%;
  }
  to {
    left:1%;
  }
}
.fg-caption h2 {
  text-transform: uppercase;
}
@media(max-width: 1199px) {
  .fg-caption {
    font-size:0.9rem
  }
}

@media(max-width: 883px) {
  .fg-caption h2 {
    font-size:1rem!important;
    line-height: 1.3rem;
  }
  .fg-caption {
    font-size:0.7rem
  }
}

@media(max-width: 761px) {
  .fg-caption h2 {
    font-size:1.8rem!important;
    line-height: 2rem;
  }
  .fg-caption {
    font-size:1.3rem
  }
}

@media(max-width: 575px) {
  .fg-caption h2 {
    font-size:2rem!important;
    line-height: 2.3rem;
  }
  .fg-caption {
    font-size:1.6rem
  }
}

@media(max-width: 300px) {
  .fg-caption h2 {
    font-size:1rem!important;
    line-height: 1.3rem;
  }
  .fg-caption {
    font-size:0.7rem
  }
}

.section-ar .accordion-header p.acc_active[aria-expanded="true"]::after {
  content:''!important;
  display:none!important;
}

.section-ar .accordion-header p.acc_active[aria-expanded="true"]{
  border-bottom:0px;
  padding-bottom:0px!important;
  
}
/* .collapse .card-body.acc_active {
  padding-top: 20px!important;
} */

section .fc-post-div {
  border-bottom:1px solid var(--ar_pp_color);
  padding-bottom:50px;  
}