@font-face {
  font-family: VegurRegular;
  src: url(assets/extra-fonts/Vegur-Regular-webfont.woff) format("truetype");
}
@font-face {
  font-family: VegurLight;
  src: url(assets/extra-fonts/Vegur-Light-webfont.woff) format("truetype");
}
@font-face {
  font-family: VegurBold;
  src: url(assets/extra-fonts/Vegur-Bold-webfont.woff) format("truetype");
}
body {
  font: 18px MyriadPro;
  color: #000;
}

a {
  color: #267e13;
}

a:hover {
  color: #267e13;
}

a.button {
  border-radius: 0;
  background-color: #1f1f21;
  color: #fff;
  padding: 5px 15px;
}

.um {
  opacity: 1 !important;
}

.container-full {
  margin: 0 auto;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.collapsed {
  padding-left: 0;
  padding-right: 0;
}

#breadcrumbs {
  font-size: 14px;
  list-style: none;
  margin: 10px 0;
  padding: 0;
  overflow: hidden;
}
#breadcrumbs .separator {
  font-size: 12px;
}

#breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

#breadcrumbs .separator {
  font-size: 18px;
  font-weight: 100;
  color: #ccc;
}

@media (min-width: 1450px) {
  .container {
    width: 1400px;
  }
}
.padding-zero {
  padding: 0;
}

.padding-right-large {
  padding-right: 15px;
}
@media only screen and (max-width: 767px) {
  .padding-right-large {
    padding-right: 0;
  }
}

header {
  position: absolute;
  width: 100%;
}

.logo-wrapper {
  height: 77px;
  background-color: #1f1f21;
}
.logo-wrapper a img {
  height: 40px;
}
.logo-wrapper .btn-anmelden {
  background-color: #1f1f21;
}
.logo-wrapper .navbar-brand {
  padding: 15px 15px;
}

.topnav {
  max-width: 80%;
  margin: 0 auto;
  box-shadow: 0px 4px 8px grey;
  z-index: 100;
  position: relative;
}

.navbar {
  margin-bottom: 0px;
  background: rgba(255, 255, 255, 0.91);
  position: inherit;
}
.navbar .navbar-collapse li a {
  color: #1f1f21;
  margin-right: 20px;
}

.collapse.in {
  background: rgba(255, 255, 255, 0.61);
}
.collapse.in .navbar-collapse {
  display: block;
}

.banner-header .col-md-12 {
  height: 425px;
}

.container-fulll {
  background: rgba(31, 31, 33, 0.1);
}

.navbar-collapse .dropdown-menu {
  background: rgba(255, 255, 255, 0.82);
  border-radius: 0px;
  padding: 0px;
}
.navbar-collapse .dropdown-menu li a {
  margin-right: 0px;
  padding: 15px;
}

.logo-header-2 {
  width: 130px;
  display: inline-block;
  padding: 21px 10px;
  margin-right: 20px;
  float: right;
}

.front-wrapper {
  background: white;
}
.front-wrapper h4 {
  color: #267e13;
  font-weight: bold;
  margin: 0px;
  font-size: 22px;
  margin-bottom: -3px;
  word-break: break-word;
}

.banner-home .carousel .carousel-inner .item .bg-photo-big {
  height: 600px;
  padding-top: 400px;
}
.banner-home .carousel .carousel-inner .item .desc {
  position: absolute;
  width: 100%;
  top: 40%;
  text-align: center;
}
.banner-home .carousel .carousel-inner .item .desc h1 {
  font-size: 100px;
}
.banner-home .carousel .carousel-inner .item .desc p {
  font-size: 21px;
  color: white;
}
.banner-home .carousel .carousel-inner .item .desc img {
  width: 800px;
}

.carousel .carousel-control {
  background: transparent;
  top: 50%;
  font-size: 65px;
}

.goals-home {
  padding-left: 15px;
  padding-right: 15px;
}
.goals-home .goals-text-title {
  font-size: 23px;
  font-weight: 600;
  line-height: 1.6;
}
.goals-home .goals-text-desc p {
  margin-bottom: 20px;
}
.goals-home h2 {
  margin-top: 0px;
}

.projects-home {
  padding: 0px 75px 0px 75px;
}
.projects-home .btn-white {
  margin-right: 14px;
}
.projects-home .btProjectsTwo {
  position: absolute;
  bottom: 0px;
  left: 240px;
  border: solid;
  border-width: 1px;
  padding: 8px;
  background: white;
  color: #1f1f21;
}

.portfolio-home .layer {
  background: rgba(255, 255, 255, 0.83);
  padding: 25px 90px 50px 90px;
}
.portfolio-home .layer .col-sm-9 {
  display: inline-block;
}
.portfolio-home .layer .col-sm-9 span {
  font-weight: bold;
  margin-top: 17px;
  font-size: 20px;
  display: inline-block;
}
.portfolio-home .layer .carousel-inner {
  margin-top: 30px;
}
.portfolio-home .layer .carousel-inner .item {
  height: auto;
}

.subscription-home {
  padding: 10px 0px 20px 0px;
}
.subscription-home input[type=email] {
  width: 150%;
  height: 50px;
  padding: 10px;
  display: block;
  border: 1px;
  border-color: #ddd;
  background-color: #f4f4f4;
  background-image: none;
  text-shadow: none;
  color: #444;
  font-size: 14px;
  margin: 0;
  line-height: normal;
  box-sizing: border-box;
  margin-top: 5px;
  margin-bottom: 10px;
}
.subscription-home input[type=submit] {
  padding: 10px 20px;
  background: #267e13;
}
.subscription-home table {
  width: 100%;
  margin-top: 30px;
}
.subscription-home table .tnp-email {
  margin-bottom: 15px;
}
.subscription-home table th {
  display: none;
}
.subscription-home h2 {
  color: white;
}
.subscription-home p {
  color: white;
}
.subscription-home span.wpcf7-not-valid-tip {
  color: #9c5c5c;
  font-size: 14px;
  margin-top: 10px;
}
.subscription-home div.wpcf7-validation-errors {
  border-color: #9c5c5c;
  color: white;
  font-size: 14px;
  margin: 30px 0px;
}
.subscription-home div.wpcf7-mail-sent-ng {
  border-color: #9c5c5c;
  color: white;
  font-size: 14px;
}
.subscription-home div.wpcf7-mail-sent-ok {
  color: white;
  font-size: 14px;
}

.email-newsletter {
  padding-top: 15px;
}

.title-decor h2:first-child {
  color: rgba(38, 126, 19, 0.2);
  transform: rotate(-5deg);
  font-size: 170px;
}
.title-decor h2:nth-child(2) {
  color: rgba(38, 126, 19, 0.8);
  transform: rotate(-5deg);
  margin-top: -90px;
  font-size: 170px;
}
.title-decor h2:nth-child(3) {
  margin: 60px 15px;
}

.feed-home {
  padding-left: 15px;
  padding-right: 15px;
}
.feed-home h3 {
  margin: 4px 0px 30px 0px;
}
.feed-home .feed {
  background: #1f1f21;
  color: white;
  padding: 10px 20px;
  padding-bottom: 80px;
  min-height: 530px;
  margin-top: -70px;
  border-top: 5px solid #267e13;
}
.feed-home .feed p {
  color: white;
}
.feed-home .feed .btn-gray {
  margin-top: 30px;
  float: right;
}

.media-event {
  padding-left: 0;
}

.media-news {
  padding-left: 0;
}

.single-news {
  margin: 0px 0px 10px 0px;
}
.single-news .col-sm-3 {
  padding: 0px;
}
.single-news img {
  width: 100px;
  display: inline-block;
}
.single-news .media-news-titel {
  width: 205px;
  float: right;
}
.single-news p {
  margin-top: 10px;
}
.single-news .bg-small {
  height: 80px;
  width: 106px;
  display: inline-block;
}

.single-event {
  margin: 0px 0px 5px 0px;
}
.single-event .first-row {
  min-height: 100%;
  display: inline-block;
  margin-bottom: 15px;
}
.single-event span {
  font-size: 13px;
}
.single-event .date-event {
  margin-top: 9px;
  width: 68px;
  display: inline-block;
}
.single-event .date-event span {
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.single-event .date-event span:first-child {
  background: #267e13;
}
.single-event .date-event span:last-child {
  background: white;
  color: #267e13;
  margin-left: -3px;
}
.single-event .event-media {
  width: 245px;
  float: right;
  margin-left: 5px;
}
.single-event .text-event p {
  color: white;
  padding-top: 2px;
  font-size: 16px;
}

.news-front-link {
  background-repeat: no-repeat;
  height: 94px;
}
.news-front-link .gradient-bg {
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 1%, rgb(151, 191, 171) 31%, rgb(7, 87, 173) 100%);
  background: -webkit-gradient(left top, right top, color-stop(1%, rgba(255, 255, 255, 0)), color-stop(31%, rgb(151, 191, 171)), color-stop(100%, rgb(7, 87, 173)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 1%, rgb(151, 191, 171) 31%, rgb(7, 87, 173) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 1%, rgb(151, 191, 171) 31%, rgb(7, 87, 173) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 1%, rgb(151, 191, 171) 31%, rgb(7, 87, 173) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 19%, #97bfab 26%, #0757ad 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#0757ad", GradientType=1 );
  padding-right: 0px;
}
.news-front-link .gradient-bg button {
  margin-top: 27px;
}
.news-front-link span:first-child {
  color: white;
  font-size: 27px;
  font-weight: 600;
}
.news-front-link .text-news-link {
  padding-left: 26%;
  padding-top: 20px;
  max-width: 800px;
  height: 94px;
  display: inline-block;
}
.news-front-link .sub-news-link {
  color: white;
  font-size: 19px;
  line-height: 1.9;
  font-weight: 100;
}

.pre-footer {
  padding: 10px;
  min-height: 175px;
}
.pre-footer p {
  font-size: 30px;
  font-weight: bold;
  margin-top: 30px;
}

.mitglied-logo {
  background: white;
}

.testimonials-home .testmonial-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
}
.testimonials-home .text-testimonial {
  background: rgba(38, 126, 19, 0.6);
  min-height: 300px;
}
.testimonials-home .text-testimonial p {
  color: white;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
}

.multiSlider .carousel-control {
  top: -10px;
}

.carousel-indicators {
  bottom: 75px;
}

#portfolioCarousel .carousel-indicators {
  bottom: -50px;
}

#companyCarousel .thumbnail {
  border: 0px;
  height: 60px;
}
#companyCarousel .thumbnail img {
  height: 100%;
}
#companyCarousel .carousel-inner {
  width: 80%;
  overflow: hidden;
  margin: 0 auto;
}

#slider1 .bg-photo-big {
  height: 300px;
}
#slider1 .text-testimonial {
  position: absolute;
  top: 0px;
}

.homepage-video {
  width: 65%;
  margin: 0 auto;
  padding: 50px 0px;
}
.homepage-video h2 {
  font-weight: bold;
}
.homepage-video h3 {
  margin-top: 10px;
  font-size: 18px;
}
.homepage-video iframe {
  width: 100%;
  height: 500px;
}

.project-portfolio {
  background-color: #f5fdf4;
}
.project-portfolio h1 {
  color: #1f1f21;
}
.project-portfolio h2 {
  margin-left: 15px;
}
.project-portfolio .project-container {
  padding: 0px;
}

.banner-header h1 {
  font-size: 100px;
  font-weight: bold;
}

.portfolio-stuff {
  padding: 80px 0px;
}

.portfolio-single img {
  width: 60%;
  margin: 0 auto;
}

.project-explore {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-right: 0px;
  border-top: 1px solid gray;
}
.project-explore h3 {
  font-weight: bold;
}
.project-explore button {
  margin: -5px 15px 15px 0px;
}

.btForm {
  padding: 8px;
  float: right;
  font-size: 16px;
}

.btn-primary {
  background-color: #267e13;
  border-color: #267e13;
  border-radius: 0px;
  padding: 5px;
  float: right;
  margin-bottom: 10px;
}

.portfolio-single .btn-green {
  margin-left: 5px;
}

.site-info {
  border-bottom: 5px solid #267e13;
  border-top: 5px solid #267e13;
  background-color: #1f1f21;
}
.site-info .footer-address2 {
  margin-top: 10px;
}
.site-info .btn-submit {
  border: none;
  background-color: #267e13;
  margin-top: 0px;
  padding: 14px;
  color: white;
}
.site-info .foot-form {
  color: white;
  margin-top: 30px;
  margin-bottom: 30px;
}
.site-info .foot-form .wpcf7 input {
  color: black;
}
.site-info .footer-contact {
  padding-left: 0px;
  font-size: 16px;
}
.site-info .footer-contact h4 {
  margin-bottom: -12px;
}
.site-info .footer-contact .footer-cnt-name h3 {
  font-size: 20px;
}
.site-info .footer-contact a {
  color: white;
}
.site-info .footer-contact a:hover {
  color: #267e13;
}
.site-info .footer-contact-us {
  padding-left: 40px;
  font-family: sans-serif;
}
.site-info .footer-contact-us .text-input {
  height: 50px;
  width: 335px;
  padding: 10px;
  color: black;
}
.site-info .footer-contact-us input[type=email],
.site-info .footer-contact-us textarea {
  height: 50px;
  width: 335px;
  padding: 10px;
  color: black;
}
.site-info .footer-contact-us input[type=submit] {
  width: 150px;
}
.site-info .footer-contact-us textarea {
  height: 100px;
}
.site-info .foot-nav {
  background-color: #9d9da2;
  font-size: 20px;
  height: 150px;
  padding-top: 20px;
}
.site-info .foot-nav .footer_menu_class a:hover {
  color: white;
}
.site-info .foot-nav .navbar {
  background: #9d9da2;
}
.site-info .foot-nav .footer_menu_class ul {
  padding-left: 0px;
}
.site-info .foot-nav li {
  display: inline;
}
.site-info .foot-nav a {
  font-weight: bold;
  margin-right: 15px;
  color: #1f1f21;
}
.site-info h4 {
  color: #267e13;
  font-size: 22px;
  font-weight: bold;
}
.site-info .site-info-text {
  color: #267e13;
  font-size: 22px;
  font-weight: bold;
}
.site-info h3 {
  margin-left: 0px;
}

.footer-cnt {
  margin-top: -20px;
}
.footer-cnt h3 {
  font-size: 18px;
  margin-top: 0px;
}

.foot-logo {
  background: #444444;
  padding: 10px 0px 25px 0px;
}
.foot-logo .footer-logos {
  min-height: 100px;
  width: 170px;
  background-size: contain;
}
.foot-logo .cover-logo-one,
.foot-logo .cover-logo-two {
  display: inline-block;
}

@media (max-width: 1400px) {
  .navbar .navbar-collapse li a {
    color: #1f1f21;
    margin-right: 0px;
  }
}
@media (max-width: 1450px) and (min-width: 992px) {
  .competenz-footer .title-heading {
    margin-top: 100px;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  #myBtnContainer button.btn {
    margin-right: 4px;
  }
}
@media (max-width: 1200px) {
  .link-categorie {
    width: 98%;
  }
  .subscription-home {
    padding: 0px 0px 20px 0px;
  }
  .subscription-home input[type=email] {
    width: 130%;
  }
  .single-post .date-post span {
    padding: 5px;
  }
  .post-single .label-arrow {
    font-size: 13px;
    margin-top: 15px;
  }
  .single-event .event-media {
    width: 180px;
  }
  .media-news .media-news-titel {
    width: 140px;
  }
  .container-jobs .new-job-form .acf-button {
    min-width: 110px;
  }
  #kommende .post-single .post-dates {
    margin-top: 27px;
  }
  .container-jobs .new-job-form {
    margin-bottom: 30px;
    padding-bottom: 55px;
  }
  .container-jobs .new-job-form h3 {
    padding-top: 10px;
  }
  .container-jobs .job-listings {
    padding-right: 0px;
  }
  .container-jobs .job-listings h3 {
    margin-top: 0px;
  }
  .pre-footer {
    min-height: 220px;
  }
  div.coming-soon {
    font-size: 24px;
  }
  div.news-section .news-single .img-wrapper p {
    top: -23px;
  }
  div.organization-member .content {
    margin-bottom: 76px;
  }
  .member-tabs .checkbox {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .text-size-fix {
    font-size: 13px !important;
  }
  .single-event .first-row {
    width: 100%;
  }
  .single-event .event-media {
    width: 75%;
    float: none;
    display: inline-table;
  }
  .single-event .event-media h4 {
    font-size: 28px;
  }
  .goals-home .goals-img {
    display: initial;
  }
  .banner-home .carousel .carousel-inner .item .desc h1 {
    font-size: 30px;
    margin-top: 50px;
  }
  .portfolio-home {
    height: 100%;
    background-repeat: no-repeat;
    height: 340px;
  }
  .portfolio-home .layer {
    padding: 15px 15px 50px 15px;
    height: 340px;
  }
  .portfolio-home .layer p {
    font-size: 12px;
  }
  .project-portfolio .project-img {
    margin-top: 30px;
  }
  .project-portfolio .project-img h3.title-sm-bold {
    font-size: 20px;
  }
  #companyCarousel .carousel-control {
    top: -8%;
  }
  .feed-home .feed {
    margin-top: 50px;
  }
  .feed-home .feed .date-event {
    margin-top: 20px;
  }
  .feed-home .feed .text-event {
    margin: 0px;
  }
  .feed-home .feed .eventMedia {
    margin-top: 10px;
    padding-left: 0px;
  }
  .feed-home .media-news .single-news .media-news-titel {
    padding-left: 0px;
    margin-top: 10px;
    width: 100%;
    margin-bottom: 10px;
  }
  .feed-home .media-news .single-news img {
    width: 100%;
  }
  .feed-home .media-news .single-news p {
    margin-top: 10px;
  }
  .news-front-link {
    height: 100%;
  }
  .news-front-link .gradient-bg {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #97bfab 0%, #0757ad 100%);
  }
  .news-front-link .text-news-link {
    padding-left: 0%;
    width: 100%;
  }
  .news-front-link .text-news-link p {
    line-height: 1;
    font-size: 15px;
  }
  .projects-home {
    padding: 0px;
  }
  .projects-home img {
    margin-top: 113px;
  }
  .subscription-home {
    padding: 0px 0px 20px 0px;
  }
  .subscription-home input[type=email] {
    width: 100%;
  }
  .title-decor h2:nth-child(2) {
    margin-top: -50px;
    font-size: 90px;
  }
  .title-decor h2:nth-child(1) {
    margin-top: -50px;
    font-size: 90px;
  }
  .title-decor h2:nth-child(3) {
    margin: 31px 0px;
  }
  .news-section .media-news-size {
    padding: 0px;
  }
  .news-section .latest-news-wrapper .row img {
    padding-left: 0px;
    margin-top: 7px;
  }
  .news-section .news-wrapper .news-single {
    margin-left: 0px;
    margin-right: 0px;
  }
  .news-section .news-wrapper .news-single .trimmed-text {
    font-size: 13px;
  }
  .news-section .news-wrapper .news-single .img-wrapper {
    height: 100%;
  }
  .news-section .news-wrapper .news-single .text-wrapper h2 {
    font-size: 30px;
  }
  .tabSearch {
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 17px;
  }
  .tabSearch .col-sm-6 {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
  }
  .past-events-wrapper .event-single .col-sm-5 {
    padding-left: 15px;
  }
  .past-events-wrapper .event-single .col-sm-5 img {
    padding-left: 0px;
    padding-right: 0px;
  }
  .past-events-wrapper .event-single .col-sm-5 .date p {
    margin-left: 0px;
  }
  .past-events-wrapper .event-single .col-sm-7 {
    padding-left: 0px;
  }
  .past-events .label-arrow {
    margin-top: 15px;
  }
  .coming-soon {
    margin-right: 20px;
  }
  .events-wrapper .post-single button {
    margin-bottom: 20px;
  }
  .events-wrapper .post-single .post-dates .label-arrow {
    margin-right: 5px;
  }
  .events-wrapper .post-single .post-dates .label-arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-right: 20px solid orange;
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
  }
  .events-wrapper .post-single .post-dates .month-post {
    font-size: 18px;
    padding: 5px;
  }
  .events-wrapper .post-single .post-dates .day-post {
    font-size: 18px;
    padding: 5px;
  }
  .events-wrapper div.form-group {
    margin-bottom: 0px;
  }
  .site-info .btn-submit {
    float: left;
    margin-top: 15px;
  }
  .our-team-wrapper .single-team .team-member img {
    margin: 0px;
  }
  .our-team-wrapper .single-team .team-member h4,
  .our-team-wrapper .single-team .team-member p {
    margin-left: 0px;
  }
  #content .team-member .img-member,
  #content .organization-member .img-member {
    height: 150px;
  }
  div.team-member .content,
  div.organization-member .content {
    height: 150px;
  }
  div.team-member .content h5,
  div.organization-member .content h5 {
    padding-top: 0px;
    font-size: 10px;
  }
  .event-wrapper-carousel #eventsCarousel2,
  .event-wrapper-carousel .carousel-events {
    height: 100%;
  }
  .event-wrapper-carousel #eventsCarousel2 .carousel-control,
  .event-wrapper-carousel .carousel-events .carousel-control {
    top: 25%;
  }
  .event-wrapper-carousel #eventsCarousel2 .carousel-inner .item .img-responsive,
  .event-wrapper-carousel .carousel-events .carousel-inner .item .img-responsive {
    height: 300px;
  }
  .job-listings {
    padding-right: 0px;
  }
  .projects-actual {
    margin: 0 auto;
  }
  .projects-actual button {
    margin-bottom: 20px;
  }
  .projects-wrapper {
    margin: 0 auto;
  }
  .projects-tab .styleClass .photo-child {
    width: 100%;
  }
  .projects-tab .styleClass button {
    margin-bottom: 20px;
  }
  div.banner-header .col-md-12 {
    height: 96%;
    padding-left: 0px;
    padding-right: 0px;
  }
  .banner-home .carousel .carousel-inner .item .desc img {
    width: 526px;
  }
  div#myBtnContainer {
    margin: 40px 0px 0px 0px;
  }
  div#myBtnContainer button {
    margin-bottom: 10px;
  }
  div.organization-member {
    height: 150px;
  }
  .homepage-video {
    width: 100%;
  }
}
@media (max-width: 992px) and (min-width: 767px) {
  header .logo-wrapper .btn-green {
    padding: 8px 2px;
    min-width: 50px;
    margin-right: 5px;
    font-size: 18px;
  }
  header .logo-wrapper .btn-green-login {
    padding: 8px 15px;
  }
  header .logo-header-2 {
    width: 115px;
  }
}
@media (min-width: 767px) {
  .compare-username {
    display: none !important;
  }
  .row-hide-sm {
    display: block;
  }
  .title-hide-lg {
    display: none;
  }
}
@media (max-width: 767px) {
  .left-margin-fix {
    margin-left: 0 !important;
  }
  .text-size-fix {
    font-size: 16px !important;
  }
  .navbar-static-top .hidden-sm {
    display: inline-block;
    width: 200px;
  }
  .navbar-static-top .hidden-sm .logo-header-2 {
    padding: 9px 15px;
    width: 100px;
    float: left;
  }
  .navbar-top {
    position: relative;
    margin-top: -50px;
  }
  div#myBtnContainer {
    margin: 0px;
  }
  div#myBtnContainer button {
    width: 100%;
  }
  .navbar .collapse.in {
    background: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid;
    position: absolute;
    width: 100%;
    margin-top: 52px;
  }
  header .container-fluid {
    padding: 0px;
  }
  header .container-fluid .topnav {
    max-width: 100%;
  }
  header .logo-wrapper a img {
    height: 25px;
    margin-top: 10px;
  }
  header .logo-wrapper .btn-green {
    padding: 8px 0px;
    min-width: 50px;
    margin-right: 4px;
    margin-top: 15px;
  }
  header .logo-wrapper .btn-green-login {
    padding: 8px 15px;
  }
  .front-wrapper h2 {
    font-size: 32px;
  }
  #portfolioCarousel img {
    width: 100px;
  }
  .banner-home .carousel .carousel-inner .item {
    height: 300px;
  }
  .banner-home .carousel .carousel-inner .item .bg-photo-big {
    height: 300px;
    padding-top: 310px;
  }
  .banner-home .carousel .carousel-inner .item .desc {
    top: 30%;
  }
  .banner-home .carousel .carousel-inner .item .desc h1 {
    text-align: center;
  }
  .banner-home .carousel .carousel-inner .item .desc p {
    text-align: center;
    font-size: 17px;
  }
  .banner-home .carousel .carousel-inner .item .desc img {
    width: 250px;
    float: none;
    display: block;
    margin: 0 auto;
    margin-top: 95px;
  }
  .banner-home .carousel .carousel-inner .item .img-responsive {
    height: 480px;
  }
  .goals-img {
    height: 100px;
    width: 100%;
  }
  .gradient-bg {
    height: 200px;
  }
  .gradient-bg button {
    float: left;
  }
  .goals-home {
    margin-bottom: 45px;
  }
  .goals-home img {
    margin-top: 95px;
  }
  .layer h2 {
    font-size: 20px;
  }
  .projects-home img {
    margin-top: 35px;
    width: 100%;
  }
  .projects-home h3 {
    margin-top: 10px;
  }
  .projects-home .btn-white {
    position: inherit;
    margin-right: 0px;
  }
  .projects-home .btn-green {
    margin-top: 0px;
  }
  .projects-home .col-sm-6 {
    min-height: 220px;
  }
  .testimonials-home .text-testimonial p {
    margin-top: 0px;
    padding-top: 20px;
  }
  #content .search-section .navbar-form .input-group {
    width: 100%;
  }
  .post-single .post-dates {
    margin-left: -15px;
  }
  .post-single .label-arrow {
    margin-left: -95px;
  }
  .post-single .post-content {
    padding-left: 0px;
    padding-right: 0px;
  }
  div.banner-header {
    height: 100%;
  }
  div.banner-header h1 {
    font-size: 45px;
    padding-top: 120px;
  }
  .portfolio-stuff {
    padding-bottom: 0px;
    padding-top: 30px;
  }
  .portfolio-stuff .portfolio-single .media-body {
    padding: 15px;
  }
  .portfolio-stuff .portfolio-single img {
    width: 50%;
    margin: 0px;
  }
  .organization-wrapper h2 {
    padding-left: 15px;
  }
  .site-info .footer-contact-us {
    padding-left: 0px;
  }
  .site-info .footer-contact-us .text-input {
    width: 100%;
  }
  .site-info .footer-contact-us h4 {
    margin: 35px 0px 20px 0px;
  }
  .project-act-portf .btn-green {
    margin-bottom: 20px;
    margin-top: 0px;
  }
  .project-explore .btn-green {
    margin-top: 10px;
  }
  .events-wrapper .container .form-group {
    margin-bottom: 0px;
  }
  .event-content {
    padding-left: 0px;
  }
  .wrapper-about-us {
    padding: 15px;
  }
  .organization-wrapper h2.title-big,
  .container-board-members h2.title-big {
    padding-left: 15px;
    font-size: 22px;
  }
  .organization-wrapper p,
  .container-board-members p {
    padding: 15px;
  }
  .container-contact .row .cnt-form {
    min-height: 300px;
    padding: 15px;
  }
  .container-contact .row img {
    margin: 0px;
  }
  .container-contact .cnt-person-container .container {
    padding: 0px;
  }
  .container-contact .title-sm-bold {
    font-size: 25px;
  }
  #content .team-member .img-member {
    height: 100vw;
  }
  #content .organization-member .img-member {
    height: 100vw;
  }
  .organization-wrapper {
    padding: 0px 65px;
  }
  .site-info .foot-form .footer-contact-us input,
  .site-info .foot-form .footer-contact-us textarea {
    width: 100%;
  }
  .portfolio-home .layer .col-sm-9 span {
    font-size: 14px;
  }
  .member-profile .header-profile.row {
    padding: 10px;
  }
  .member-profile .info-profile.row,
  .member-profile .banner-profile.row {
    padding: 0px 10px;
  }
  .member-profile .intern-profile .member-intern-person .img-contact {
    height: 300px;
  }
  .news-section div.categories-wrapper {
    padding-bottom: 0px;
  }
  .news-section div.categories-wrapper .link-categorie {
    margin-right: 0px;
  }
  .news-section .col-sm-push-7 {
    padding: 0px;
  }
  .news-section div.categories-wrapper {
    margin: 0px;
  }
  .news-section div.latest-news-wrapper {
    margin: 0px;
  }
  .member-tabs .member-desc {
    margin-top: 20px;
  }
  .member-tabs div.member-item img {
    width: 50%;
  }
  .job-listings h3.title-sm-bold {
    margin-left: 0px;
  }
  .member-profile .jobs-profile div.member-jobs {
    padding: 30px 15px;
  }
  .member-profile div.intern-profile {
    padding: 30px 15px;
  }
  .form-table .acf-repeater {
    width: 300px;
    overflow-y: hidden;
    overfloy-x: scroll;
  }
  #your-profile table.tml-form-table input,
  #your-profile table.tml-form-table textarea {
    width: 100%;
  }
  .acf-repeater table {
    width: 100%;
    border-collapse: collapse;
    /* Zebra striping */
  }
  .acf-repeater table tr:nth-of-type(odd) {
    background: #eee;
  }
  .acf-repeater table th {
    background: #333;
    color: white;
    font-weight: bold;
  }
  .acf-repeater table td,
  .acf-repeater table th {
    padding: 6px;
    border: 1px solid #ccc;
    text-align: left;
  }
  .acf-repeater table,
  .acf-repeater thead,
  .acf-repeater tbody,
  .acf-repeater th,
  .acf-repeater td,
  .acf-repeater tr {
    display: block;
  }
  .acf-repeater thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .acf-repeater tr {
    border: 1px solid #ccc;
  }
  .acf-repeater td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }
  .acf-repeater td::before {
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  div.member-hex {
    margin-top: 35px;
  }
  .page-template-template-aboutus .pre-footer .title-big {
    font-size: 32px;
  }
  .carousel-indicators {
    bottom: 0px;
  }
  .mitglied-logo .pre-footer {
    background-size: contain;
    background-repeat: no-repeat;
  }
  div.access-no-container {
    padding: 2% 0px 7% 0px;
  }
  div.login-no-access {
    padding: 25px 5px 10px 5px;
    width: 280px;
  }
  div.login-no-access .btn-green {
    min-width: 122px;
  }
  .page-container .forums-access-no button {
    width: 120px;
  }
  div.organization-member,
  div.team-member {
    margin-bottom: 30px;
  }
  div.organization-member h5,
  div.team-member h5 {
    font-size: 25px;
  }
  .single-team div.team-member .content {
    top: 0px;
    bottom: -12px;
    left: 50px;
    right: 50px;
    height: auto;
  }
  .single-team div.team-member .content h5 {
    font-size: 17px;
  }
  .single-team div.team-member h4 {
    font-size: 23px;
  }
  div.organization-member .content {
    height: auto;
    bottom: -50px;
  }
  div.organization-member .content h5 {
    font-size: 17px;
  }
  div.organizing-staff-row:nth-child(2) .col-sm-2:nth-child(2) {
    display: none;
  }
  div.organizing-staff-row:nth-child(2) .col-sm-2:nth-child(5) {
    display: none;
  }
  div.member-tabs .member-item p span {
    width: 100%;
    display: inline-block;
    border-right: 0px;
    padding-left: 0px;
    border-bottom: 1px solid gray;
    word-break: break-word;
  }
  div.logo-wrapper {
    height: 66px;
  }
  div.logo-wrapper .navbar-brand {
    padding: 9px 15px;
  }
  div.cookie-notice-container {
    padding: 20px;
  }
  span#cn-notice-text {
    font-size: 15px;
  }
  a#cn-accept-cookie,
  a#cn-more-info {
    font-size: 14px;
    padding: 5px 10px;
  }
  h4.title-heading {
    margin-top: 85px;
    padding-left: 25px;
    text-align: left;
  }
  .compare-data-categories {
    padding: 10px;
  }
  .compare-data-categories div.img-wrap {
    min-height: auto;
    margin-top: 10px;
  }
  .display-compare h2.compare-username {
    display: block;
    font-weight: bold;
    font-size: 30px;
    margin-top: 50px;
    margin-left: 15px;
  }
  .compare-data {
    padding: 10px;
  }
  .row-hide-sm {
    display: none;
  }
  .title-hide-lg {
    display: block;
  }
  input#clear-dates,
  input#clear-dates2 {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  div.label.Veranstaltungstipp, div.label.Veranstaltung, div.label.Partnerveranstaltung, div.label.Fachmesse {
    font-size: 12px;
  }
  .homepage-video {
    width: 100%;
  }
  .homepage-video h2 {
    font-size: 23px;
  }
  .homepage-video h3 {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .title-decor {
    margin-top: 97px;
  }
  .title-decor h2:nth-child(2) {
    margin-top: -40px;
    font-size: 65px;
  }
  .title-decor h2:nth-child(1) {
    margin-top: -70px;
    font-size: 65px;
  }
  .title-decor h2:nth-child(3) {
    margin: 31px 0px 50px 0px;
  }
  .banner-home .carousel .carousel-inner .item {
    height: 300px;
  }
  .banner-home .carousel .carousel-inner .item .desc {
    top: 20%;
  }
  .banner-home .carousel .carousel-inner .item .img-responsive {
    height: 350px;
  }
  .carousel-indicators {
    bottom: 0px;
  }
  .single-event .event-media {
    width: 100%;
    float: right;
    margin-top: 10px;
    display: block;
  }
  .text-wrapper .transparent-hover {
    width: 85%;
  }
  #content .team-member div.img-member {
    height: 350px;
  }
  div.latest-news-wrapper .row img {
    width: 53px;
  }
  div.container-jobs input.acf-button {
    top: 45px;
  }
  .form-table .acf-repeater {
    width: 100%;
    overflow-y: hidden;
    overfloy-x: scroll;
  }
  .form-table .acf-repeater .acf-row-handle .acf-icon {
    position: relative;
  }
  #your-profile .acf-label {
    display: block;
    padding: 0px;
    width: 200px;
  }
  #your-profile .acf-input {
    display: block;
    width: 100%;
    padding: 0px;
  }
  .single-team div.team-member .content {
    bottom: -15px;
  }
  .single-team div.team-member h4 {
    font-size: 13px;
  }
  div.organization-member {
    height: 255px;
  }
  div.organization-member .content {
    bottom: -51px;
  }
  div.organization-member h4 {
    font-size: 15px;
  }
  .homepage-video iframe {
    height: 300px;
  }
}
@media (max-width: 420px) {
  #content .our-team-wrapper h2 {
    font-size: 35px;
  }
  #content .team-member div.img-member,
  #content .organization-member div.img-member {
    height: 280px;
  }
  #content .team-member h4,
  #content .organization-member h4 {
    font-size: 15px;
  }
  .organizing-staff-row h4 {
    font-size: 14px;
  }
  .form-table .acf-repeater {
    overflow-y: hidden;
    overfloy-x: scroll;
  }
  #your-profile .acf-label {
    display: block;
    padding: 0px;
    width: 200px;
  }
  #your-profile .acf-input {
    display: block;
    padding: 0px;
  }
  div.banner-header {
    height: 100%;
  }
}
.icon-bar {
  background: #267e13;
}

.banner-header {
  height: 100%;
  text-align: center;
}
.banner-header h1 {
  padding-top: 190px;
}

.container-about {
  margin-top: 25px;
}

.first-part {
  background-repeat: no-repeat;
  background-size: cover;
}

.container-about {
  margin-bottom: 30px;
}
.container-about p {
  color: #1f1f21;
}
.container-about .small-text {
  font-size: 15px;
}
.container-about .video-about {
  margin-top: 25px;
}
.container-about .video-about iframe {
  width: auto;
  height: 100%;
}

.our-team-wrapper h2 {
  margin-left: 65px;
}
.our-team-wrapper h3 {
  margin-left: 65px;
}
.our-team-wrapper .team-member {
  margin: 0px 50px;
}
.our-team-wrapper .team-member h4 {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 3px;
}
.our-team-wrapper .team-member p {
  margin-top: 10px;
}
.our-team-wrapper .team-member .member-proffesion {
  margin-top: 0px;
}
.our-team-wrapper .team-member .member-contact {
  line-height: 0.4;
  margin-top: 20px;
}
.our-team-wrapper .team-member img {
  margin: 0 auto;
  border: 1px solid;
}
.our-team-wrapper .team-member .content p {
  color: white;
  font-size: 18px;
}

.img-member {
  display: block;
  width: 100%;
  height: 300px;
  float: right;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 10px;
  filter: grayscale(100%);
}
.img-member:hover {
  filter: initial;
}

.container-board-members p {
  color: #1f1f21;
}

.container-news {
  min-height: 300px;
  padding-bottom: 40px;
  background: rgba(38, 126, 19, 0.1);
}
.container-news .div-img {
  min-height: 150px;
  background: #267e13;
  margin: 30px 10px 30px 0px;
}
.container-news button {
  border-radius: 0px;
  float: right;
  background: rgba(38, 126, 19, 0.8);
  color: white;
  padding: 10px 40px;
}
.container-news button:hover {
  background: #1f1f21;
  color: #267e13;
}

.container-vision {
  margin-bottom: 50px;
}
.container-vision p {
  color: #1f1f21;
}

.our-team-wrapper {
  background: white;
  padding-top: 15px;
}
.our-team-wrapper h1 {
  color: #1f1f21;
  font-weight: bold;
  padding-left: 50px;
  padding-bottom: 20px;
}
.our-team-wrapper p,
.our-team-wrapper h3,
.our-team-wrapper div {
  color: #1f1f21;
}
.our-team-wrapper p,
.our-team-wrapper div {
  font-weight: bold;
  font-size: 14px;
}

.organization-member {
  margin-top: 40px;
}
.organization-member h4 {
  color: #1f1f21;
}
.organization-member .img-member {
  height: 235px;
}

.organization-wrapper {
  background-color: white;
}
.organization-wrapper h2 {
  padding-left: 65px;
  margin-top: 50px;
}

.member-wrapper {
  height: 290px;
}

.arrow-right {
  position: relative;
  display: block;
  background-color: #267e13;
  color: white;
  line-height: 30px;
  white-space: nowrap;
  font-size: 15px;
  font-weight: lighter;
  text-align: center;
  vertical-align: middle;
  padding: 6px 8px 8px 8px;
  border-radius: 0px;
  width: 100px;
  padding: 0px;
  height: 30px;
  margin-top: 10px;
}
.arrow-right span {
  color: white;
  text-transform: uppercase;
}
.arrow-right::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 100%;
  display: block;
  width: 0;
  height: 0;
  border-left: 15px solid #267e13;
  border-bottom: 15px solid transparent;
  border-top: 15px solid transparent;
}

.container-board-members .container {
  background: white;
  padding: 20px;
}

.organizing-staff-row:nth-child(2) .col-sm-2:nth-child(2) {
  visibility: hidden;
}
.organizing-staff-row:nth-child(2) .col-sm-2:nth-child(5) {
  visibility: hidden;
}

.organization-member,
.team-member {
  margin: 0;
  padding: 0;
  border: 0;
}
.organization-member .content,
.team-member .content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(38, 126, 19, 0.72);
  color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s, visibility 0.2s;
  margin-top: 0px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 58px;
}
.organization-member .content h4,
.team-member .content h4 {
  color: white;
}
.organization-member .content h5,
.team-member .content h5 {
  padding: 15px;
}
.organization-member:hover .content,
.team-member:hover .content {
  visibility: visible;
  opacity: 1;
}

.organization-member .content {
  height: 235px;
}

.team-member .content {
  top: 10px;
  bottom: 0px;
  left: 50px;
  right: 50px;
  height: 300px;
}

@media (max-width: 480px) {
  .container-about iframe {
    max-width: 260px;
  }
}
.news-section {
  padding-bottom: 80px;
}
.news-section .media-news-size {
  padding: 0px;
}
.news-section .news-single {
  background: white;
  margin: 10px 0px;
  padding: 30px;
  padding-bottom: 65px;
}
.news-section .news-single .img-wrapper {
  margin-top: -66px;
  height: 350px;
  overflow: hidden;
}
.news-section .news-single .img-wrapper img {
  width: 100%;
}
.news-section .news-single button {
  background: #267e13;
  border: 0px;
  color: white;
  font-weight: bold;
  font-size: 20px;
}
.news-section .news-single .date {
  width: 136px;
  background: #267e13;
  position: relative;
  margin-left: -30px;
  height: 45px;
}
.news-section .news-single .date p {
  padding: 10px;
  font-size: 19px;
  color: white;
  text-align: center;
}
.news-section .news-single .caption {
  font-size: 13px;
  font-weight: bold;
  float: right;
  margin-top: 2px;
}
.news-section .news-single .title-big {
  word-break: break-word;
}
.news-section .categories-wrapper {
  margin-left: 15px;
  display: inline-block;
  width: 100%;
}
.news-section .categories-wrapper a {
  color: black;
}
.news-section .categories-wrapper .active {
  text-decoration: none;
}
.news-section .categories-wrapper .active .link-categorie {
  color: white;
  background: rgba(38, 126, 19, 0.5);
}
.news-section .categories-wrapper .active .link-categorie i {
  color: white;
}
.news-section .categories-wrapper h2 {
  font-size: 35px;
}
.news-section .categories-wrapper .link-categorie {
  padding-left: 0px;
  background: white;
  padding: 10px 15px;
  text-align: left;
  margin: 5px;
  min-width: 208px;
  min-height: 43px;
  display: inline-block;
}
.news-section .categories-wrapper .link-categorie i {
  float: left;
  color: #267e13;
  width: 20px;
  font-size: 40px;
  text-align: center;
  margin-right: 8px;
}
.news-section .categories-wrapper .link-categorie img {
  width: 26px;
  margin-right: 5px;
  margin-top: -7px;
}
.news-section .categories-wrapper .link-categorie:hover {
  background: rgba(38, 126, 19, 0.5);
  color: white;
}
.news-section .categories-wrapper .link-categorie:hover i {
  color: white;
}
.news-section .latest-news-wrapper {
  width: 100%;
  margin: 15px;
  background: white;
  margin-top: 60px;
}
.news-section .latest-news-wrapper img {
  width: 100%;
  margin-bottom: 15px;
  padding-left: 10px;
}
.news-section .latest-news-wrapper h2 {
  font-size: 35px;
}
.news-section .latest-news-wrapper p {
  margin: 5px;
  font-size: 14px;
  font-weight: bold;
}
.news-section .latest-news-wrapper h2 {
  margin-bottom: 40px;
}
.news-section .heading-categories {
  background: white;
  padding: 5px 10px;
  border-left: 10px solid #267e13;
  margin-top: 10px;
}

.trimmed-text {
  height: 75px;
  overflow: hidden;
}

.show-full .trimmed-text {
  height: 100%;
}
.show-full .transparent-hover {
  display: none;
}

.show-less,
.show-more {
  padding: 10px;
  background: #267e13;
  color: white;
  float: right;
}
.show-less:hover,
.show-more:hover {
  color: black;
  cursor: pointer;
  background: white;
  border: 1px solid black;
  text-decoration: none;
}

.show-more-new {
  padding: 10px;
  background: #267e13;
  color: white;
  float: right;
}
.show-more-new:hover {
  color: black;
  cursor: pointer;
  background: white;
  border: 1px solid black;
  text-decoration: none;
}

.transparent-hover {
  width: 92%;
  height: 100px;
  margin-top: -100px;
  background: rgba(255, 255, 255, 0.78);
  position: absolute;
  background: rgba(255, 255, 255, 0.29);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.29) 0%, rgba(255, 255, 255, 0.54) 24%, rgba(255, 255, 255, 0.75) 45%, rgba(255, 255, 255, 0.75) 46%, rgba(255, 255, 255, 0.8) 57%, rgb(255, 255, 255) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.29)), color-stop(24%, rgba(255, 255, 255, 0.54)), color-stop(45%, rgba(255, 255, 255, 0.75)), color-stop(46%, rgba(255, 255, 255, 0.75)), color-stop(57%, rgba(255, 255, 255, 0.8)), color-stop(100%, rgb(255, 255, 255)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.29) 0%, rgba(255, 255, 255, 0.54) 24%, rgba(255, 255, 255, 0.75) 45%, rgba(255, 255, 255, 0.75) 46%, rgba(255, 255, 255, 0.8) 57%, rgb(255, 255, 255) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.29) 0%, rgba(255, 255, 255, 0.54) 24%, rgba(255, 255, 255, 0.75) 45%, rgba(255, 255, 255, 0.75) 46%, rgba(255, 255, 255, 0.8) 57%, rgb(255, 255, 255) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.29) 0%, rgba(255, 255, 255, 0.54) 24%, rgba(255, 255, 255, 0.75) 45%, rgba(255, 255, 255, 0.75) 46%, rgba(255, 255, 255, 0.8) 57%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.29) 0%, rgba(255, 255, 255, 0.54) 24%, rgba(255, 255, 255, 0.75) 45%, rgba(255, 255, 255, 0.75) 46%, rgba(255, 255, 255, 0.8) 57%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#ffffff", GradientType=0 );
}

.news-gallery-row img {
  margin-top: 30px;
}

.back-btn-news a {
  color: white;
}
.back-btn-news a:hover {
  text-decoration: none;
}

div.container-single-news {
  padding-left: 10%;
  padding-right: 10%;
}

.member-tabs .member-item {
  border-bottom: 1px solid #888;
  padding-top: 30px;
  padding-bottom: 30px;
}
.member-tabs .member-item .member-desc a {
  color: black;
  text-decoration: none;
}
.member-tabs .member-item .member-desc a:hover {
  color: #267e13;
}
.member-tabs .member-item .member-desc .contact-val {
  font-size: 16px;
}
.member-tabs .member-item .member-desc .first-val {
  margin-top: 10px;
}
.member-tabs .member-item img {
  width: 100%;
}
.member-tabs .member-item p {
  margin: 0px 5px 0px 0px;
  font-size: 18px;
}
.member-tabs .member-item p span {
  padding: 2px 6px 0px 6px;
  border-right: 1px solid #888;
  font-size: 20px;
}
.member-tabs .member-item p span:last-child {
  border: 0;
}
.member-tabs .member-item p span:first-child {
  padding-left: 0px;
}
.member-tabs .member-item p a {
  color: black;
}
.member-tabs .member-item h2 {
  margin: 0px;
}
.member-tabs .member-item h2 a {
  color: black;
  font-weight: bold;
  word-wrap: break-word;
}

.members-row {
  background: white;
  margin-top: 40px;
  margin-bottom: 140px;
}

.member-profile .member-info p {
  padding: 0px;
  margin: 0px;
}
.member-profile .member-branches ul {
  padding: 0px;
  margin: 0px;
  padding-left: 15px;
}
.member-profile .member-inner-banner {
  margin-top: 25px;
  height: 300px;
  text-align: center;
  padding-top: 145px;
  background-size: cover;
  background-position: center;
}
.member-profile .intern-title {
  text-align: center;
}
.member-profile .member-intern {
  background-color: #f2f2f2;
}

.checkbox {
  min-width: 218px;
  display: inline-block;
  margin-top: 15px;
}
.checkbox label {
  min-width: 180px;
  z-index: 10;
  position: absolute;
  padding-left: 45px;
  text-transform: uppercase;
  font-weight: bold;
}
.checkbox label input {
  margin-left: -40px !important;
  visibility: hidden;
}
.checkbox label input:checked label {
  font-weight: bold;
  background: red;
}
.checkbox label:hover {
  color: #267e13;
}

.child,
.child-1,
.child-2 {
  position: absolute;
  width: 20px;
  height: 11.55px;
  margin: -5.23px 6px;
}

.child::before,
.child-1::before,
.child-2::before {
  content: "";
  position: absolute;
  width: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.child::after,
.child-1::after,
.child-2::after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.child::before,
.child-1::before,
.child-2::before {
  bottom: 100%;
}

.child::after,
.child-1::after,
.child-2::after {
  top: 100%;
  width: 0;
}

.child-1 {
  margin-left: -4px;
  margin-top: 12px;
}
.child-2 {
  margin-left: 16px;
  margin-top: 12px;
}
.Maschinenbau .child {
  background: #267e13;
}
.Maschinenbau .child::before {
  border-bottom: 5.77px solid #267e13;
}
.Maschinenbau .child::after {
  border-top: 5.77px solid #267e13;
}
.Maschinenbau .child-1,
.Maschinenbau .child-2 {
  background: rgba(38, 126, 19, 0.5);
}
.Maschinenbau .child-1::before,
.Maschinenbau .child-2::before {
  border-bottom: 5.77px solid rgba(38, 126, 19, 0.5);
}
.Maschinenbau .child-1::after,
.Maschinenbau .child-2::after {
  border-top: 5.77px solid rgba(38, 126, 19, 0.5);
}

.Elektrotechnik .child-1 {
  background: #267e13;
}
.Elektrotechnik .child-1::before {
  border-bottom: 5.77px solid #267e13;
}
.Elektrotechnik .child-1::after {
  border-top: 5.77px solid #267e13;
}
.Elektrotechnik .child,
.Elektrotechnik .child-2 {
  background: rgba(38, 126, 19, 0.5);
}
.Elektrotechnik .child::before,
.Elektrotechnik .child-2::before {
  border-bottom: 5.77px solid rgba(38, 126, 19, 0.5);
}
.Elektrotechnik .child::after,
.Elektrotechnik .child-2::after {
  border-top: 5.77px solid rgba(38, 126, 19, 0.5);
}

.Informatik .child-2 {
  background: #267e13;
}
.Informatik .child-2::before {
  border-bottom: 5.77px solid #267e13;
}
.Informatik .child-2::after {
  border-top: 5.77px solid #267e13;
}
.Informatik .child,
.Informatik .child-1 {
  background: rgba(38, 126, 19, 0.5);
}
.Informatik .child::before,
.Informatik .child-1::before {
  border-bottom: 5.77px solid rgba(38, 126, 19, 0.5);
}
.Informatik .child::after,
.Informatik .child-1::after {
  border-top: 5.77px solid rgba(38, 126, 19, 0.5);
}

.All .child,
.All .child-1,
.All .child-2 {
  background: #267e13;
}
.All .child::before,
.All .child-1::before,
.All .child-2::before {
  border-bottom: 5.77px solid #267e13;
}
.All .child::after,
.All .child-1::after,
.All .child-2::after {
  border-top: 5.77px solid #267e13;
}

.member-item .child,
.member-item .child-1,
.member-item .child-2 {
  position: absolute;
  width: 20px;
  height: 11.55px;
  margin: -5.23px 6px;
}
.member-item .child::before,
.member-item .child-1::before,
.member-item .child-2::before {
  content: "";
  position: absolute;
  width: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.member-item .child::after,
.member-item .child-1::after,
.member-item .child-2::after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.member-item .child::before,
.member-item .child-1::before,
.member-item .child-2::before {
  bottom: 100%;
}
.member-item .child::after,
.member-item .child-1::after,
.member-item .child-2::after {
  top: 100%;
  width: 0;
}
.member-item .child-1 {
  margin-left: -4px;
  margin-top: 12px;
}
.member-item .child-2 {
  margin-left: 16px;
  margin-top: 12px;
}
.member-item .Maschinenbau .child {
  background: #267e13;
}
.member-item .Maschinenbau .child::before {
  border-bottom: 5.77px solid #267e13;
}
.member-item .Maschinenbau .child::after {
  border-top: 5.77px solid #267e13;
}
.member-item .Elektrotechnik .child-1 {
  background: #267e13;
}
.member-item .Elektrotechnik .child-1::before {
  border-bottom: 5.77px solid #267e13;
}
.member-item .Elektrotechnik .child-1::after {
  border-top: 5.77px solid #267e13;
}
.member-item .Informatik .child-2 {
  background: #267e13;
}
.member-item .Informatik .child-2::before {
  border-bottom: 5.77px solid #267e13;
}
.member-item .Informatik .child-2::after {
  border-top: 5.77px solid #267e13;
}
.member-item .All .child,
.member-item .All .child-1,
.member-item .All .child-2 {
  background: rgba(38, 126, 19, 0.5);
}
.member-item .All .child::before,
.member-item .All .child-1::before,
.member-item .All .child-2::before {
  border-bottom: 5.77px solid rgba(38, 126, 19, 0.5);
}
.member-item .All .child::after,
.member-item .All .child-1::after,
.member-item .All .child-2::after {
  border-top: 5.77px solid rgba(38, 126, 19, 0.5);
}

.member-hex {
  margin-top: 30px;
}

.reset {
  display: inline-block;
}
.reset a {
  color: black;
  top: 10px;
  position: absolute;
  text-transform: uppercase;
  font-weight: bold;
}
.reset a:hover {
  text-decoration: none;
}
.reset a:hover {
  color: #267e13;
}

.reset-logo {
  display: inline-block;
  position: relative;
  right: 8px;
}
.reset-logo img {
  width: 40px;
  height: auto;
}

.title-filters {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 20px;
}

.member-item .parent-check {
  margin: 50% 0 0;
}

.list-item-certificate {
  padding: 10px 0px;
  border-bottom: 1px solid #267e13;
  list-style-type: none;
}

.list-certificate {
  padding-left: 0px;
}

.post-single {
  min-height: 200px;
  margin-bottom: 20px;
  border-bottom: 1px solid gray;
  padding-bottom: 10px;
}
.post-single button {
  margin-top: 20px;
}
.post-single i {
  margin-top: 25px;
}

.post-content {
  margin-bottom: 15px;
}
.post-content h3 {
  margin: 10px 0px 0px 0px;
}
.post-content a {
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
}
.post-content p {
  margin-left: 0px;
  font-size: 20px;
}

.day-post {
  background: gray;
  color: white;
  font-size: 30px;
  text-align: center;
  padding: 11px 17px;
  border-style: solid;
  border-width: 1px;
  border-color: gray;
  font-weight: bold;
}

.month-post {
  background: white;
  color: gray;
  font-size: 30px;
  padding: 11px 9px;
  text-align: center;
  border-style: solid;
  border-width: 1px;
  border-color: gray;
  font-weight: bold;
}

.Veranstaltung .day-post {
  background: #267e13;
  border-color: #267e13;
}
.Veranstaltung .month-post {
  color: #267e13;
  border-color: #267e13;
}

.label.Veranstaltungstipp,
.label.Veranstaltung,
.label.Partnerveranstaltung,
.label.Fachmesse {
  position: relative;
  display: block;
  height: 40px;
  line-height: 30px;
  white-space: nowrap;
  font-size: 15px;
  font-weight: lighter;
  text-align: center;
  padding: 6px 8px 8px 8px;
  border-radius: 0px;
}
.label.Veranstaltungstipp::after,
.label.Veranstaltung::after,
.label.Partnerveranstaltung::after,
.label.Fachmesse::after {
  content: "";
  position: absolute;
  top: 0px;
  left: -20px;
}

.label.Veranstaltungstipp {
  background-color: #729421;
}
.label.Veranstaltungstipp::after {
  border-right: 20px solid #729421;
  border-bottom: 20px solid transparent;
  border-top: 20px solid transparent;
}

.label.Veranstaltung {
  background-color: orange;
}
.label.Veranstaltung::after {
  border-right: 20px solid orange;
  border-bottom: 20px solid transparent;
  border-top: 20px solid transparent;
}

.label.Partnerveranstaltung {
  background-color: #46abb5;
}
.label.Partnerveranstaltung::after {
  border-right: 20px solid #46abb5;
  border-bottom: 20px solid transparent;
  border-top: 20px solid transparent;
}

.label.Fachmesse {
  background-color: #d86f6a;
}
.label.Fachmesse::after {
  border-right: 20px solid #d86f6a;
  border-bottom: 20px solid transparent;
  border-top: 20px solid transparent;
}

.coming-soon {
  height: 200px;
  background: #cee6ce;
  color: white;
  text-align: center;
  font-size: 40px;
  padding: 40px;
  margin-top: -21px;
  margin-left: 20px;
}

.date-wrapper {
  margin-top: 20px;
}

.past-events {
  margin-top: 40px;
}
.past-events h3 {
  margin: 10px 0px 5px 0px;
}
.past-events img {
  padding: 20px;
}
.past-events .pdf-link {
  width: 100%;
  display: block;
  margin-top: 10px;
  font-weight: bold;
  font-size: 16px;
}
.past-events .pdf-link a {
  color: #797979;
}
.past-events .date p {
  margin-top: 5px;
  text-align: center;
  width: 120px;
  background: gray;
  color: white;
  padding: 7px;
  font-size: 20px;
  position: absolute;
}

.Veranstaltung .past-events .date p {
  background: #267e13;
}

.show-carousel {
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}

.hide-carousel {
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}

.tab-pane .past-events-wrapper {
  margin-bottom: 20px;
}

#eventsCarousel,
#eventsCarousel2,
.carousel-events {
  height: 130px;
}
#eventsCarousel img,
#eventsCarousel2 img,
.carousel-events img {
  width: auto;
  height: auto;
}
#eventsCarousel .left,
#eventsCarousel2 .left,
.carousel-events .left {
  background: transparent;
}
#eventsCarousel .right,
#eventsCarousel2 .right,
.carousel-events .right {
  background: transparent;
}
#eventsCarousel .carousel-control,
#eventsCarousel2 .carousel-control,
.carousel-events .carousel-control {
  margin-top: 30px;
  width: 50px;
}
#eventsCarousel .carousel-inner .item,
#eventsCarousel2 .carousel-inner .item,
.carousel-events .carousel-inner .item {
  height: auto;
}
#eventsCarousel .carousel-inner .item .img-responsive,
#eventsCarousel2 .carousel-inner .item .img-responsive,
.carousel-events .carousel-inner .item .img-responsive {
  display: block;
  width: 100%;
  height: 150px;
  float: right;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#eventsCarousel .carousel-inner .thumbnail,
#eventsCarousel2 .carousel-inner .thumbnail,
.carousel-events .carousel-inner .thumbnail {
  border: 0px;
}

.event-wrapper-carousel {
  margin: 40px 0px;
}

.events-wrapper {
  padding: 50px 0px 140px 0px;
  background: white;
}
.events-wrapper .form-group {
  margin-bottom: 60px;
}
.events-wrapper .form-group input {
  border: 1px solid;
}
.events-wrapper .form-group .input-group-addon {
  background: transparent;
  border: 0px;
  font-size: 30px;
}
.events-wrapper .form-group label {
  display: initial;
}

.event-content .text-normal b {
  min-width: 50px;
  display: inline-block;
}

#kommende .post-single button:last-child {
  margin-left: 5px;
}

#clear-dates,
#clear-dates2 {
  border-radius: 0px;
  color: green;
  border-color: green;
  margin-top: 37px;
}

.events-single-wrapper .btn-green {
  margin-right: 10px;
}

.jobs-wrapper {
  padding: 50px 0px 140px 0px;
  background: white;
}
.jobs-wrapper .form-group {
  margin-bottom: 60px;
}
.jobs-wrapper .form-group input {
  border: 1px solid;
}
.jobs-wrapper .form-group .input-group-addon {
  background: transparent;
  border: 0px;
  font-size: 30px;
}
.jobs-wrapper .form-group label {
  display: initial;
}

.job-card {
  background-color: #f2f2f2;
  margin: 10px 0;
  padding: 10px;
}
.job-card .job-deadline {
  margin-top: 30px;
}
.job-card .job-details h4 {
  font-weight: bold;
}
.job-card .job-details p {
  padding: 0px;
  margin: 0px;
}
.job-card .job-show a {
  color: white;
  margin-bottom: 16px;
}

.tabs-line {
  min-height: 30px;
}

.job-single {
  padding: 30px;
  margin-bottom: 20px;
  background: white;
}
.job-single p {
  margin-left: 0px;
}
.job-single .date-vertical {
  background: #267e13;
  color: white;
  padding: 8px 15px;
  text-align: center;
}
.job-single h3 {
  margin-left: 10px;
  margin-top: 0px;
}

.container-jobs {
  margin-top: 15px;
  margin-bottom: 15px;
}
.container-jobs .new-job-form {
  background: white;
}
.container-jobs .new-job-form h3 {
  margin-left: 15px;
}
.container-jobs .new-job-form p {
  margin-left: 15px;
  font-size: 13px;
}
.container-jobs .new-job-form input,
.container-jobs .new-job-form textarea {
  min-height: 40px;
  background: rgba(218, 218, 218, 0.38);
  border: 0px;
  border-radius: 5px;
}
.container-jobs .new-job-form input:focus,
.container-jobs .new-job-form textarea:focus {
  outline: none;
}
.container-jobs .new-job-form .acf-field {
  border-top: 0px;
}
.container-jobs input.acf-button {
  top: 10px;
  right: 0px;
  margin-bottom: 18px;
  float: right;
  border: none;
  background: #267e13;
  color: white;
  min-width: 150px;
  border-radius: 0px;
}
.container-jobs input.acf-button:hover {
  background: rgba(38, 126, 19, 0.8);
}
.container-jobs #message {
  display: none;
}

.title-jobs,
.recycle {
  padding: 0px;
}

.job-listings {
  padding-left: 0px;
}

.header-company {
  margin-bottom: 0px;
  padding: 182px 0px 52px 0px;
  background: white;
}
.header-company a {
  color: black;
}

.company-tabs {
  padding: 10px;
  background: white;
}
.company-tabs a {
  padding: 10px 70px;
  border-right: 1px solid gray;
  margin-left: -4px;
  color: black;
}
.company-tabs a:hover {
  background: black;
  color: white;
  text-decoration: none;
}
.company-tabs .active {
  background: black;
  color: white;
}

.pagination .screen-reader-text {
  display: none;
}

.show-less-jobs,
.show-more-jobs {
  background: white;
  color: black;
  float: right;
  margin-top: -28px;
  position: relative;
}
.show-less-jobs:hover,
.show-more-jobs:hover {
  color: #267e13;
  cursor: pointer;
  text-decoration: none;
}

.show-full .transparent-hover-jobs {
  display: none;
}

.transparent-hover-jobs {
  width: 100%;
  height: 30px;
  margin-top: -30px;
  background: rgba(255, 255, 255, 0.78);
  position: absolute;
  background: rgba(255, 255, 255, 0.29);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.29) 0%, rgba(255, 255, 255, 0.54) 24%, rgba(255, 255, 255, 0.75) 45%, rgba(255, 255, 255, 0.75) 46%, rgba(255, 255, 255, 0.8) 57%, rgb(255, 255, 255) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.29)), color-stop(24%, rgba(255, 255, 255, 0.54)), color-stop(45%, rgba(255, 255, 255, 0.75)), color-stop(46%, rgba(255, 255, 255, 0.75)), color-stop(57%, rgba(255, 255, 255, 0.8)), color-stop(100%, rgb(255, 255, 255)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.29) 0%, rgba(255, 255, 255, 0.54) 24%, rgba(255, 255, 255, 0.75) 45%, rgba(255, 255, 255, 0.75) 46%, rgba(255, 255, 255, 0.8) 57%, rgb(255, 255, 255) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.29) 0%, rgba(255, 255, 255, 0.54) 24%, rgba(255, 255, 255, 0.75) 45%, rgba(255, 255, 255, 0.75) 46%, rgba(255, 255, 255, 0.8) 57%, rgb(255, 255, 255) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.29) 0%, rgba(255, 255, 255, 0.54) 24%, rgba(255, 255, 255, 0.75) 45%, rgba(255, 255, 255, 0.75) 46%, rgba(255, 255, 255, 0.8) 57%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.29) 0%, rgba(255, 255, 255, 0.54) 24%, rgba(255, 255, 255, 0.75) 45%, rgba(255, 255, 255, 0.75) 46%, rgba(255, 255, 255, 0.8) 57%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#ffffff", GradientType=0 );
}

.inner-text-jobs {
  max-width: 90%;
}

.job-single-loading {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8) url("assets/images/ajax-loader.gif") 50% 50% no-repeat;
}

.job-single-loading.loading {
  display: block;
}

.renew-button {
  padding: 12px;
  font-size: 18px;
  background: #267e13;
  text-align: center;
  color: white;
}
.renew-button:hover {
  background: #1f6810;
  text-decoration: none;
}

.recycle {
  padding: 12px;
  text-align: center;
  background: #cfe2cf;
}

.job-single a {
  text-decoration: none;
}

.job-posts .day-post {
  background: #267e13;
  border-color: #267e13;
}
.job-posts .month-post {
  color: #267e13;
  border-color: #267e13;
}

.capacity-single-container {
  background: white;
  padding: 30px;
}

.capacity-card {
  background-color: #f2f2f2;
  margin: 10px 0;
  padding: 10px;
}
.capacity-card .capacity-date {
  margin-top: 30px;
}
.capacity-card .capacity-details h4 {
  font-weight: bold;
}
.capacity-card .capacity-details p {
  padding: 0px;
  margin: 0px;
}

.row .alles {
  border-style: double;
  border-color: white;
  background-color: red;
}
.row .alles h1 {
  color: white;
  text-align: center;
}
.row .alles p {
  color: white;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.projects-actual h2,
.projects-wrapper h2 {
  margin: 40px 0px 40px 15px;
}

.project-single-container {
  background: white;
  padding: 30px;
}

.projects-wrapper {
  background-color: white;
}
.projects-wrapper h3 {
  margin-top: 0px;
}

.first-project {
  background-color: #f5fdf4;
}

.project-portfolio .project-img .bg-photo-big {
  height: 200px;
  background-size: contain;
}
.project-portfolio .project-img .title-sm-bold {
  background: black;
  color: white;
  margin: 0px;
  padding: 15px;
  border-top: 3px solid green;
  font-size: 25px;
  min-height: 87px;
}
.project-portfolio .project-img .link-to-project {
  float: right;
  margin-top: 10px;
  color: black;
  font-weight: bold;
}

.container-contact {
  background: white;
}
.container-contact p b {
  margin-right: 5px;
}
.container-contact .contact-logo {
  margin-bottom: 40px;
}
.container-contact .container {
  margin-top: 50px;
}

.wpcf7-submit {
  background-color: #267e13;
  border: none;
  padding: 8px;
  color: white;
}

.wpcf7-submit:hover {
  background-color: #33aa1a;
}

.container-contact .cnt-form {
  min-height: 500px;
  background: #ebebed;
  padding: 30px;
}
.container-contact form input,
.container-contact form textarea {
  height: 50px;
  width: 100%;
  border: none;
  padding: 10px;
  margin-bottom: 10px;
}
.container-contact form input:focus,
.container-contact form textarea:focus {
  outline: none;
}
.container-contact form textarea {
  height: 150px;
}
.container-contact form input[type=checkbox] {
  margin: auto 10px auto 0;
  height: 20px;
  width: unset;
}

.cnt-person-container {
  background: #ebebed;
  padding-bottom: 50px;
}
.cnt-person-container img {
  margin: 0 auto;
  width: 200px;
}

.wpcf7-form-control-wrap .wpcf7-list-item, .acceptance-dgsvo .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-form-control-wrap label, .acceptance-dgsvo label {
  display: flex;
}
.wpcf7-form-control-wrap .wpcf7-list-item-label, .acceptance-dgsvo .wpcf7-list-item-label {
  font-weight: 100;
}
.wpcf7-form-control-wrap span.wpcf7-not-valid-tip, .acceptance-dgsvo span.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1em;
  margin-bottom: 15px;
  margin-top: 10px;
}

@media only screen and (min-width: 767px) and (max-width: 992px) {
  #wpcf7-f710-o2 .invalid {
    max-width: 50%;
    margin-left: auto;
    margin-right: 10px;
  }
}

.dropbtn {
  background-color: #4caf50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  float: right;
}
.dropbtn:hover {
  background-color: #267e13;
}
.dropbtn:focus {
  background-color: #267e13;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.show {
  display: block;
  right: 0px;
  top: 60px;
}

#menu-intern {
  list-style-type: none;
  padding: 0px;
}

.member-profile {
  border-top: 3px solid green;
  background: white;
  margin-top: 60px;
}
.member-profile .header-profile {
  padding: 80px;
}
.member-profile .header-profile a {
  color: black;
}
.member-profile .member-logo {
  margin-top: 20px;
}
.member-profile .info-profile {
  padding: 0px 80px;
}
.member-profile .banner-profile {
  padding: 0px 80px;
}
.member-profile .jobs-profile {
  margin-top: 50px;
  background-color: #f5fdf4;
}
.member-profile .jobs-profile .member-jobs {
  padding: 30px 80px;
}
.member-profile .jobs-profile .member-jobs .job-card {
  background: white;
  margin-bottom: 30px;
}
.member-profile .member-thesis {
  padding: 30px 80px;
}
.member-profile .intern-info-title {
  background-color: #f5fdf4;
  border-top: 3px solid white;
  border-bottom: 3px solid white;
}
.member-profile .intern-profile {
  background-color: #f5fdf4;
  padding: 0px 80px;
  padding-bottom: 40px;
}
.member-profile .intern-profile .capacity-card {
  background: white;
}
.member-profile .intern-profile .member-intern-contact {
  margin: 40px 0px;
}
.member-profile .intern-profile .member-intern-contact a {
  color: black;
}
.member-profile .intern-profile .member-intern-person .title-sm-bold {
  font-size: 25px;
}
.member-profile .intern-profile .member-intern-person a {
  color: black;
}
.member-profile .intern-profile .img-contact {
  display: block;
  width: 100%;
  height: 200px;
  float: right;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 10px;
}

.page-id-220,
.page-id-222,
.page-id-223,
.page-id-225 {
  background: white;
}
.page-id-220 #content .row,
.page-id-222 #content .row,
.page-id-223 #content .row,
.page-id-225 #content .row {
  margin: 0px;
}
.page-id-220 .col-md-8 h1,
.page-id-222 .col-md-8 h1,
.page-id-223 .col-md-8 h1,
.page-id-225 .col-md-8 h1 {
  display: none;
}
.page-id-220 #breadcrumbs,
.page-id-222 #breadcrumbs,
.page-id-223 #breadcrumbs,
.page-id-225 #breadcrumbs {
  display: none;
}

.tml {
  margin: 0 auto;
  margin-top: 190px;
  margin-bottom: 200px;
  padding: 40px;
  max-width: 400px;
  background: rgba(38, 126, 19, 0.3);
}
.tml .message {
  border: 1px solid #267e13;
  background-color: transparent;
}
.tml input {
  height: 35px;
}
.tml .tml-field-wrap input[type=text],
.tml .tml-field-wrap input[type=password] {
  border: none;
  background: #efefef;
  border-radius: 5px;
  min-height: 32px;
  margin-top: 5px;
  width: 100%;
  padding: 10px;
}
.tml .tml-field-wrap input[type=text]:focus,
.tml .tml-field-wrap input[type=password]:focus {
  outline: none;
}
.tml .tml-rememberme-wrap .tml-label {
  position: relative;
  top: -10px;
}
.tml .tml-lostpassword-link, .tml .tml-login-link {
  list-style-type: none;
}
.tml .tml-links {
  padding-left: 0px;
}
.tml .tml-label {
  margin-bottom: 0px;
}
.tml .tml-messages {
  margin-bottom: 30px;
}
.tml .tml-button {
  background: green;
  color: white;
  font-weight: bold;
  min-width: 136px;
  border: 0px;
}
.tml .tml-user-login-wrap {
  margin-bottom: 10px;
}

.tml-profile {
  background: white;
  max-width: 100%;
  margin-top: 0px;
  padding-top: 20px;
}
.tml-profile .wp-pwd {
  text-align: inherit;
}
.tml-profile .message {
  padding: 15px;
  background: rgba(38, 126, 19, 0.8);
  color: white;
  font-weight: bold;
  font-size: 25px;
  text-align: center;
}

.tml-profile input,
.tml-profile textarea,
.tml-profile select {
  min-height: 50px;
  padding: 10px;
  background: #e6e6e6;
  border: none;
  box-shadow: 0px 0px 5px #c1c1c1;
  margin-bottom: 20px;
}
.tml-profile input:focus,
.tml-profile textarea:focus,
.tml-profile select:focus {
  outline: none;
}
.tml-profile .tml-form-table {
  width: 100%;
}
.tml-profile .tml-form-table th {
  margin-top: 10px;
}
.tml-profile .tml-form-table input,
.tml-profile .tml-form-table textarea {
  width: 50%;
}
.tml-profile .tml-form-table textarea {
  height: 160px;
}
.tml-profile input[type=checkbox] {
  height: 39px;
  float: right;
  margin-top: -15px;
  margin-left: 16px;
  margin-bottom: 15px;
  width: 17px;
  box-shadow: 0px 0px 0px;
}
.tml-profile .form-table {
  width: 100%;
}
.tml-profile .form-table input,
.tml-profile .form-table textarea {
  width: 100%;
}
.tml-profile .form-table input[type=checkbox] {
  min-height: 19px;
  height: 19px;
  width: 19px;
  margin: 4px;
  float: none;
}
.tml-profile .form-table input[type=checkbox]:focus {
  outline: none;
}
.tml-profile .form-table select {
  padding: 0px;
}
.tml-profile .form-table tbody .acf-field td.acf-label {
  width: 150px;
}
.tml-profile .form-table tbody .acf-field td.acf-label .description {
  font-size: 14px;
}
.tml-profile h2 {
  padding: 15px;
  color: white;
  background: rgba(38, 126, 19, 0.5);
}
.tml-profile h2:last-of-type {
  background: rgba(38, 126, 19, 0.9);
}
.tml-profile input[type=submit] {
  margin-top: 0px;
  background: #267e13;
  color: white;
  float: right;
  width: 200px;
  margin-right: 55px;
  margin-bottom: 55px;
}

.acf-label .description {
  font-size: 14px;
}

.container-error h2 {
  margin: 0px;
  padding: 50px 20px 85px 20px;
  text-align: center;
  font-size: 45px;
}

.acf-field-5c98e0deed23d,
.acf-field-5dea4f283be09,
.acf-field-5e4d99632a74b,
.acf-field-59b162f4fafbd,
.acf-field-6218c5293268b,
.acf-field-6218d1eb2424a,
.acf-field-5dc2eb4c74e8f {
  display: none;
}

#acf-field_5dc2eb4c74e8f, #acf-field_5dc2eb4c74e8f-Anbieter {
  width: auto;
  box-shadow: none;
}

.personal-tml-options {
  background: white;
  margin-bottom: 0px;
  padding-top: 40px;
}
.personal-tml-options h2 {
  margin: 0px 40px 0px 40px;
  padding: 15px;
  font-weight: 100;
  color: white;
  background: rgba(38, 126, 19, 0.5);
}

body {
  font-family: VegurRegular;
}

.simple-page-container {
  background: white;
  padding: 180px 15px 100px 15px;
}

.background-full {
  background-repeat: no-repeat;
  background-size: cover;
}

.hilite {
  background: rgba(38, 126, 19, 0.1);
  border-radius: 5px;
}

.bg-photo-big {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  clear: both;
}

.bottom-distance {
  margin-bottom: 50px;
}

.left-margin-fix {
  margin-left: 16.6666667%;
}

.text-size-fix {
  font-size: 16px;
}

.rainbow {
  font-family: VegurRegular;
  color: #267e13;
  background: -webkit-gradient(linear, left top, 135deg, color-stop(0%, #00a339), color-stop(0%, #00a339), color-stop(99%, #170e96));
  background-image: -moz-linear-gradient(135deg, #00a339 0%, #00a339 0%, #170e96 99%);
  background-image: -webkit-linear-gradient(135deg, #00a339 0%, #00a339 0%, #170e96 99%);
  background-image: -o-linear-gradient(135deg, #00a339 0%, #00a339 0%, #170e96 99%);
  background-image: -ms-linear-gradient(135deg, #00a339 0%, #00a339 0%, #170e96 99%);
  background-image: linear-gradient(135deg, #00a339 0%, #00a339 0%, #170e96 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#cccccc" );
  background-image: -ms-linear-gradient(135deg, transparent 100%, #000, #000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  display: block;
  /* required */
}

.title-big {
  font-size: 45px;
  font-family: VegurBold;
}

.title-sm-bold {
  font-size: 30px;
  margin-left: 0px;
  font-family: VegurBold;
}

.text-normal {
  font-size: 16px;
  color: #1f1f21;
  margin: 0px;
}

.btn-green {
  float: right;
  margin-top: 20px;
  background: #267e13;
  color: white;
  font-weight: bold;
  box-shadow: 0px 0px 0px white;
  border-style: none;
  padding: 10px 25px;
  min-width: 145px;
}
.btn-green:focus {
  outline: none;
}

.btn-green:hover {
  background: rgba(38, 126, 19, 0.8);
}

.btn-green-login {
  min-width: 113px;
  text-align: center;
}
.btn-green-login:hover {
  background: rgba(38, 126, 19, 0.8);
  color: white;
  text-decoration: none;
}

.btn-white {
  border: 1px solid black;
  padding: 9px 20px;
  background: white;
  color: black;
  font-weight: bold;
}
.btn-white:focus {
  outline: none;
}

.btn-white:hover {
  background: black;
  color: white;
}

.btn-gray {
  background-color: #505056;
  border-style: none;
  padding: 8px;
  font-size: 14px;
  color: white;
  width: 180px;
  font-weight: bold;
  position: absolute;
  right: 46px;
  bottom: 30px;
}
.btn-gray:focus {
  outline: none;
}

.search-section {
  background: #1f1f21;
}
.search-section form {
  margin: 10px;
}
.search-section form input {
  width: 91%;
  height: 45px;
  padding: 10px;
}
.search-section form #searchsubmit {
  background: transparent;
  border: 0px;
  color: white;
  font-size: 27px;
}
.search-section form label {
  display: initial;
}

.search-container .page-title {
  margin-top: 115px;
}

.search-container .page-title {
  margin-top: 35px;
}

.tab-header {
  position: relative;
  bottom: 0;
  font-size: 20px;
}
.tab-header li {
  background-color: #505056;
}
.tab-header li a {
  color: white;
  text-align: center;
}
.tab-header .nav-pills .active a,
.tab-header .nav-pills .active a:hover,
.tab-header .nav-pills .active a:focus {
  background-color: #1f1f21;
  border-top-style: solid;
  border-top-color: #267e13;
  padding-bottom: 11px;
}
.tab-header .nav-pills a {
  padding: 14px 7px;
  border-radius: 0px;
  min-width: 150px;
  text-align: center;
}
.tab-header .nav-pills a:hover {
  background-color: #2d9416;
}
.tab-header .profile-pills {
  margin-left: -15px;
}
.tab-header .navbar-form {
  margin: 16px;
}

.filterDiv {
  display: none;
}

.all-events,
.shown {
  display: block;
}

#myBtnContainer {
  margin: 0px 15px 45px 15px;
}
#myBtnContainer .btn {
  height: 40px;
  line-height: 30px;
  white-space: nowrap;
  font-size: 15px;
  font-weight: lighter;
  text-align: center;
  padding: 3px 8px 3px 8px;
  border-radius: 0px;
  color: white;
  margin-right: 14px;
  min-width: 150px;
  background: white;
}
#myBtnContainer .btn:focus {
  outline: none;
}
#myBtnContainer .active {
  box-shadow: 0px 0px 0px white;
}

div#myBtnContainer .all-events-btn {
  border: 3px solid #267e13;
  color: #267e13;
}
div#myBtnContainer .veranstaltungstipp-btn {
  border: 3px solid #729421;
  color: #729421;
}
div#myBtnContainer .veranstaltung-btn {
  border: 3px solid orange;
  color: orange;
}
div#myBtnContainer .partnerveranstaltung-btn {
  border: 3px solid #46abb5;
  color: #46abb5;
}
div#myBtnContainer .fachmesse-btn {
  border: 3px solid #d86f6a;
  color: #d86f6a;
}
div#myBtnContainer .all-events-btn.active {
  background: #267e13;
  border: 3px solid #267e13;
  color: white;
}
div#myBtnContainer .veranstaltungstipp-btn.active {
  background: #729421;
  border: 3px solid #729421;
  color: white;
}
div#myBtnContainer .veranstaltung-btn.active {
  background: orange;
  border: 3px solid orange;
  color: white;
}
div#myBtnContainer .partnerveranstaltung-btn.active {
  background: #46abb5;
  border: 3px solid #46abb5;
  color: white;
}
div#myBtnContainer .fachmesse-btn.active {
  background: #d86f6a;
  border: 3px solid #d86f6a;
  color: white;
}

.hidden-label {
  display: none;
}

.testimonials-home .carousel-indicators {
  top: 105%;
}
.testimonials-home .carousel-indicators li {
  background: white;
  border: 1px solid black;
}
.testimonials-home .carousel-indicators .active {
  background: black;
  border: 1px solid black;
}

.custom-pagination {
  margin-top: 25px;
  margin-bottom: 30px;
  text-align: center;
}
.custom-pagination a {
  background-color: #82828a;
  padding: 6px 10px 6px 10px;
  color: white;
  font-size: 18px;
  transition: background-color 0.5s;
  margin: 0 4px;
}
.custom-pagination .current {
  background-color: #267e13;
  padding: 4px 11px 6px 11px;
  color: white;
  font-size: 22px;
}
.custom-pagination a:hover:not(.active) {
  background-color: #b7b7bb;
}

@media (min-width: 768px) {
  .tab-header .nav-pills {
    position: absolute;
    top: -51px;
  }
}
.collapsed a {
  font-weight: bold;
  color: black;
}

.post-dates {
  margin-top: 30px;
}

.search-container,
.error-cnt {
  background: white;
  padding: 20px;
  min-height: 300px;
  padding-top: 165px;
}
.search-container .no-results,
.error-cnt .no-results {
  font-size: 60px;
  text-align: center;
  padding: 50px;
}
.search-container form,
.error-cnt form {
  text-align: center;
  padding-bottom: 50px;
}
.search-container button,
.error-cnt button {
  margin-left: 15px;
  background: transparent;
  border: 1px solid green;
  font-size: 15px;
  color: green;
}
.search-container label,
.error-cnt label {
  display: none;
}
.search-container input,
.error-cnt input {
  margin-top: 50px;
  width: 91%;
  height: 45px;
  padding: 10px;
}
.search-container #searchsubmit,
.error-cnt #searchsubmit {
  font-size: 27px;
  width: 200px;
  text-align: center;
  height: 60px;
  margin-top: 10px;
  background: black;
  color: white;
}
.search-container #searchsubmit:hover,
.error-cnt #searchsubmit:hover {
  background: white;
  color: black;
}

.author-job {
  margin-top: 0px;
  color: black;
}

.rows .alles {
  background: rgba(31, 31, 33, 0.1);
  border: 0px;
}
.rows .alles label {
  display: none;
}
.rows .alles input {
  margin-top: 50px;
  width: 91%;
  height: 45px;
  padding: 10px;
}
.rows .alles #searchsubmit {
  font-size: 27px;
  width: 200px;
  text-align: center;
  height: 60px;
  margin-top: 10px;
  background: black;
  color: white;
}
.rows .alles #searchsubmit:hover {
  background: white;
  color: black;
}
.rows .error-cnt {
  background: white;
  padding: 20px;
  text-align: center;
  padding-top: 145px;
  padding-bottom: 70px;
}
.rows .error-cnt h1,
.rows .error-cnt p {
  color: black;
}
.rows .error-cnt h2 {
  font-size: 155px;
}

.wrapper-buttons-not-found {
  margin: 0 auto;
  width: 320px;
}
.wrapper-buttons-not-found button {
  border: 1px solid black;
  color: black;
}
.wrapper-buttons-not-found button:hover {
  color: white;
  background: black;
}
.wrapper-buttons-not-found button:hover a {
  color: white;
}
.wrapper-buttons-not-found button:hover a:hover {
  text-decoration: none;
}
.wrapper-buttons-not-found button a {
  color: black;
}

.container-single {
  background: white;
  padding: 20px;
  padding-top: 173px;
}

.green-letters {
  color: #267e13;
  margin-right: 6px;
  width: 15px;
  display: -webkit-inline-box;
}

@media (max-width: 1200px) {
  .search-section form input {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .search-single {
    height: 80px;
  }
  .search-single form {
    margin-top: 27px;
  }
}
@media (max-width: 767px) {
  .tab-header .container {
    padding: 0px;
  }
  .tab-header .container .nav-pills {
    margin-top: -76px;
  }
  .tab-header .container .nav-pills li {
    width: 100%;
    margin-left: 0px;
  }
  .tab-header .container .nav-pills .active a {
    padding: 3px;
    padding-bottom: 4px;
    font-size: 25px;
  }
  .tab-header .container .nav-pills a {
    min-width: 73px;
    padding: 5px;
    font-size: 25px;
  }
  .tab-header .container .profile-pills {
    margin-top: -20px;
    margin-left: 0px;
  }
  .tab-header .container .members-pills {
    margin-top: -114px;
  }
  .tab-header .col-sm-6 {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
  }
}
.cookie-notice-container {
  min-height: 150px;
  padding: 25px 19% 25px 19%;
}

#cn-notice-text {
  font-size: 23px;
  display: inline-block;
  margin-bottom: 30px;
}

#cn-accept-cookie,
#cn-more-info {
  background: #267e13;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: bold;
}
#cn-accept-cookie:hover,
#cn-more-info:hover {
  text-decoration: none;
  background: #33aa1a;
}

input[type=checkbox] {
  margin: auto 10px auto 0;
}

.pdf-container {
  padding: 50px;
  background: white;
}
.pdf-container .row {
  border-bottom: 1px solid;
}
.pdf-container .row a:hover {
  color: black;
}

.page-container .forum-titles .bbp-forum-info {
  font-size: 20px;
}
.page-container .bbp-body .bbp-forum-title {
  font-size: 16px;
  font-weight: bold;
}
.page-container #bbpress-forums li.bbp-header {
  background: rgba(38, 126, 19, 0.4);
}
.page-container #bbpress-forums li.bbp-footer {
  background: rgba(38, 126, 19, 0.2);
}
.page-container #bbpress-forums .bbp-reply-author {
  text-align: left;
}
.page-container #bbpress-forums .bbp-reply-content p {
  margin-left: 10px;
}
.page-container div.bbp-template-notice.info {
  display: none;
}
.page-container .bbp-topic-title {
  font-size: 20px;
  font-weight: bold;
}
.page-container .bbp-body img {
  display: none;
}
.page-container .bbp-template-notice {
  background: rgba(38, 126, 19, 0.2);
}
.page-container input[type=text],
.page-container textarea,
.page-container select {
  border: none;
  background: #efefef;
  border-radius: 5px;
  min-height: 32px;
  margin-top: 5px;
  width: 270px;
  padding: 10px;
}
.page-container input[type=text]:focus,
.page-container textarea:focus,
.page-container select:focus {
  outline: none;
}
.page-container button {
  width: 150px;
  height: 40px;
  background: green;
  color: white;
  border: 0px;
  font-size: 15px;
}
.page-container button:hover {
  background: white;
  color: black;
  border: 1px solid;
}
.page-container #bbpress-forums {
  background: white;
  padding: 15px;
  padding-top: 175px;
}
.page-container #bbpress-forums .bbp-topic-form,
.page-container #bbpress-forums .bbp-reply-form {
  background: #efefef;
  margin-top: 100px;
}
.page-container #bbpress-forums .bbp-topic-form input[type=text],
.page-container #bbpress-forums .bbp-topic-form textarea,
.page-container #bbpress-forums .bbp-topic-form select,
.page-container #bbpress-forums .bbp-reply-form input[type=text],
.page-container #bbpress-forums .bbp-reply-form textarea,
.page-container #bbpress-forums .bbp-reply-form select {
  background: white;
}
.page-container #bbpress-forums .bbp-topic-form .quicktags-toolbar,
.page-container #bbpress-forums .bbp-reply-form .quicktags-toolbar {
  display: none;
}
.page-container #bbpress-forums #bbp-search-form input {
  min-height: 20px;
  padding: 0px;
  margin-bottom: 20px;
}
.page-container .forums-access-no {
  margin-top: 138px;
}
.page-container .forums-access-no button:hover {
  background: rgba(38, 126, 19, 0.8);
  border: 0px;
  color: white;
}

span.bbp-admin-links a {
  color: black;
}

.bbp-reply-header a.bbp-reply-permalink {
  color: black;
}

.grantapp-single {
  margin-bottom: 80px;
}

.access-no-container {
  background: white;
  padding: 2% 55px 7% 55px;
  text-align: center;
}

.login-no-access {
  width: 390px;
  background: #b0ccb0;
  height: 200px;
  text-align: center;
  padding: 25px 30px 10px 30px;
  margin: 0 auto;
  margin-top: 35px;
}
.login-no-access .first-btn button {
  float: left;
}

.faq-container {
  background: white;
}
.faq-container #accordion {
  margin: 40px 0px 120px 0px;
}
.faq-container #accordion .card .mb-0 {
  margin: 0px;
  border-bottom: 1px solid #d6d6d6;
}
.faq-container #accordion .card button {
  color: #004600;
  font-size: 18px;
  font-weight: bold;
  background: #ececec;
  transition: background-color 1s ease;
  padding: 10px;
  width: 100%;
  text-align: left;
  border: 0px;
}
.faq-container #accordion .card button:focus {
  outline: none;
  text-decoration: none;
}
.faq-container #accordion .card button:hover {
  background: #267e13;
  text-decoration: none;
  color: white;
}
.faq-container #accordion .card button[aria-expanded=true] {
  background: #267e13;
  color: white;
}
.faq-container #accordion .card .collapse {
  background: #f9f9f9;
}
.faq-container #accordion .card .collapse p {
  margin: 0px;
}

.container-presse {
  background: white;
  padding: 20px;
}
.container-presse .title-big {
  padding-left: 15px;
}
.container-presse .title-sm-bold {
  margin: 0px;
  font-size: 25px;
}
.container-presse h4 {
  margin-top: 0px;
  font-weight: bold;
}
.container-presse .single-row-press {
  margin: 40px 0px 120px 0px;
}
.container-presse .date-title {
  background: rgba(38, 126, 19, 0.2);
  font-size: 25px;
  padding: 15px;
  font-weight: bold;
  border-left: 10px solid #267e13;
}
.container-presse img {
  margin-bottom: 20px;
}

.competenz-padding-wrapper {
  background-color: rgba(31, 31, 33, 0.1);
}

.competenz-wrapper {
  padding-bottom: 65px;
  background: white;
}

.no-padding {
  margin: 0px;
}

.loader-wrapper {
  width: 100px;
  margin: 0 auto;
}

.logo-loader {
  margin-top: 20px;
  width: 100px;
}

.competenz-wrapper .bg-photo-big,
.competenz-padding-wrapper .bg-photo-big {
  height: 400px;
}
.competenz-wrapper .inner-wrapper,
.competenz-padding-wrapper .inner-wrapper {
  background: white;
}
@media only screen and (max-width: 767px) {
  .competenz-wrapper .companies-breadcrumbs,
  .competenz-padding-wrapper .companies-breadcrumbs {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .competenz-wrapper .compare-breadcrumbs,
  .competenz-padding-wrapper .compare-breadcrumbs {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .competenz-wrapper .compare-domain-breadcrumbs,
  .competenz-padding-wrapper .compare-domain-breadcrumbs {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .competenz-wrapper .compare-domain-breadcrumbs,
  .competenz-padding-wrapper .compare-domain-breadcrumbs {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .competenz-wrapper .compare-domain-title .header-kompetenz-title,
  .competenz-padding-wrapper .compare-domain-title .header-kompetenz-title {
    padding-left: 0;
  }
}
.competenz-wrapper .header-kompetenz-title,
.competenz-padding-wrapper .header-kompetenz-title {
  padding-left: 15px;
  color: black;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .competenz-wrapper .header-kompetenz-title,
  .competenz-padding-wrapper .header-kompetenz-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 500px) {
  .competenz-wrapper .header-kompetenz-title,
  .competenz-padding-wrapper .header-kompetenz-title {
    font-size: 18px;
  }
}
.competenz-wrapper .header-kompetenz-content-name,
.competenz-padding-wrapper .header-kompetenz-content-name {
  padding-left: 15px;
}
@media only screen and (max-width: 500px) {
  .competenz-wrapper .header-kompetenz-content-name,
  .competenz-padding-wrapper .header-kompetenz-content-name {
    padding-left: 0;
  }
}
.competenz-wrapper .compare-btn,
.competenz-padding-wrapper .compare-btn {
  font-weight: bold;
  font-size: 20px;
  background: #267e13;
  color: white;
  padding: 10px;
  margin: 0px;
  text-align: center;
  text-decoration: none;
  width: 200px;
  float: right;
  margin-right: 120px;
}
@media only screen and (max-width: 991px) {
  .competenz-wrapper .compare-btn,
  .competenz-padding-wrapper .compare-btn {
    width: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .competenz-wrapper .compare-btn,
  .competenz-padding-wrapper .compare-btn {
    float: none;
    font-size: 16px;
  }
}
.competenz-wrapper .compare-btn i,
.competenz-padding-wrapper .compare-btn i {
  padding-right: 10px;
}
.competenz-wrapper .compare-btn:hover,
.competenz-padding-wrapper .compare-btn:hover {
  background: rgba(38, 126, 19, 0.8);
}
.competenz-wrapper .breadcrumbs,
.competenz-padding-wrapper .breadcrumbs {
  padding-left: 15px !important;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .competenz-wrapper .breadcrumbs,
  .competenz-padding-wrapper .breadcrumbs {
    padding-left: 0 !important;
  }
}
@media only screen and (max-width: 425px) {
  .competenz-wrapper .breadcrumbs,
  .competenz-padding-wrapper .breadcrumbs {
    font-size: 12px !important;
  }
}
@media only screen and (max-width: 350px) {
  .competenz-wrapper .breadcrumbs,
  .competenz-padding-wrapper .breadcrumbs {
    font-size: 11px !important;
  }
}
.competenz-wrapper .breadcrumbs li a,
.competenz-padding-wrapper .breadcrumbs li a {
  color: black;
}
.competenz-wrapper .Maschinenbau .child,
.competenz-padding-wrapper .Maschinenbau .child {
  background: #111e72;
}
.competenz-wrapper .Maschinenbau .child::before,
.competenz-padding-wrapper .Maschinenbau .child::before {
  border-bottom: 5.77px solid #111e72;
}
.competenz-wrapper .Maschinenbau .child::after,
.competenz-padding-wrapper .Maschinenbau .child::after {
  border-top: 5.77px solid #111e72;
}
.competenz-wrapper .Maschinenbau .child-1,
.competenz-padding-wrapper .Maschinenbau .child-1 {
  background: rgba(112, 112, 112, 0.3);
}
.competenz-wrapper .Maschinenbau .child-1::before,
.competenz-padding-wrapper .Maschinenbau .child-1::before {
  border-bottom: 5.77px solid rgba(112, 112, 112, 0.3);
}
.competenz-wrapper .Maschinenbau .child-1::after,
.competenz-padding-wrapper .Maschinenbau .child-1::after {
  border-top: 5.77px solid rgba(112, 112, 112, 0.3);
}
.competenz-wrapper .Maschinenbau .child-2,
.competenz-padding-wrapper .Maschinenbau .child-2 {
  background: rgba(112, 112, 112, 0.3);
}
.competenz-wrapper .Maschinenbau .child-2::before,
.competenz-padding-wrapper .Maschinenbau .child-2::before {
  border-bottom: 5.77px solid rgba(112, 112, 112, 0.3);
}
.competenz-wrapper .Maschinenbau .child-2::after,
.competenz-padding-wrapper .Maschinenbau .child-2::after {
  border-top: 5.77px solid rgba(112, 112, 112, 0.3);
}
.competenz-wrapper .Elektrotechnik .child-1,
.competenz-padding-wrapper .Elektrotechnik .child-1 {
  background: #267e13;
}
.competenz-wrapper .Elektrotechnik .child-1::before,
.competenz-padding-wrapper .Elektrotechnik .child-1::before {
  border-bottom: 5.77px solid #267e13;
}
.competenz-wrapper .Elektrotechnik .child-1::after,
.competenz-padding-wrapper .Elektrotechnik .child-1::after {
  border-top: 5.77px solid #267e13;
}
.competenz-wrapper .Elektrotechnik .child,
.competenz-padding-wrapper .Elektrotechnik .child {
  background: rgba(112, 112, 112, 0.3);
}
.competenz-wrapper .Elektrotechnik .child::before,
.competenz-padding-wrapper .Elektrotechnik .child::before {
  border-bottom: 5.77px solid rgba(112, 112, 112, 0.3);
}
.competenz-wrapper .Elektrotechnik .child::after,
.competenz-padding-wrapper .Elektrotechnik .child::after {
  border-top: 5.77px solid rgba(112, 112, 112, 0.3);
}
.competenz-wrapper .Elektrotechnik .child-2,
.competenz-padding-wrapper .Elektrotechnik .child-2 {
  background: rgba(112, 112, 112, 0.3);
}
.competenz-wrapper .Elektrotechnik .child-2::before,
.competenz-padding-wrapper .Elektrotechnik .child-2::before {
  border-bottom: 5.77px solid rgba(112, 112, 112, 0.3);
}
.competenz-wrapper .Elektrotechnik .child-2::after,
.competenz-padding-wrapper .Elektrotechnik .child-2::after {
  border-top: 5.77px solid rgba(112, 112, 112, 0.3);
}
.competenz-wrapper .Informatik .child-2,
.competenz-padding-wrapper .Informatik .child-2 {
  background: black;
}
.competenz-wrapper .Informatik .child-2::before,
.competenz-padding-wrapper .Informatik .child-2::before {
  border-bottom: 5.77px solid black;
}
.competenz-wrapper .Informatik .child-2::after,
.competenz-padding-wrapper .Informatik .child-2::after {
  border-top: 5.77px solid black;
}
.competenz-wrapper .Informatik .child,
.competenz-padding-wrapper .Informatik .child {
  background: rgba(112, 112, 112, 0.3);
}
.competenz-wrapper .Informatik .child::before,
.competenz-padding-wrapper .Informatik .child::before {
  border-bottom: 5.77px solid rgba(112, 112, 112, 0.3);
}
.competenz-wrapper .Informatik .child::after,
.competenz-padding-wrapper .Informatik .child::after {
  border-top: 5.77px solid rgba(112, 112, 112, 0.3);
}
.competenz-wrapper .Informatik .child-1,
.competenz-padding-wrapper .Informatik .child-1 {
  background: rgba(112, 112, 112, 0.3);
}
.competenz-wrapper .Informatik .child-1::before,
.competenz-padding-wrapper .Informatik .child-1::before {
  border-bottom: 5.77px solid rgba(112, 112, 112, 0.3);
}
.competenz-wrapper .Informatik .child-1::after,
.competenz-padding-wrapper .Informatik .child-1::after {
  border-top: 5.77px solid rgba(112, 112, 112, 0.3);
}
.competenz-wrapper .Branches .child-2,
.competenz-padding-wrapper .Branches .child-2 {
  background: #ec9100;
}
.competenz-wrapper .Branches .child-2::before,
.competenz-padding-wrapper .Branches .child-2::before {
  border-bottom: 5.77px solid #ec9100;
}
.competenz-wrapper .Branches .child-2::after,
.competenz-padding-wrapper .Branches .child-2::after {
  border-top: 5.77px solid #ec9100;
}
.competenz-wrapper .Branches .child,
.competenz-padding-wrapper .Branches .child {
  background: rgba(112, 112, 112, 0.3);
}
.competenz-wrapper .Branches .child::before,
.competenz-padding-wrapper .Branches .child::before {
  border-bottom: 5.77px solid rgba(112, 112, 112, 0.3);
}
.competenz-wrapper .Branches .child::after,
.competenz-padding-wrapper .Branches .child::after {
  border-top: 5.77px solid rgba(112, 112, 112, 0.3);
}
.competenz-wrapper .Branches .child-1,
.competenz-padding-wrapper .Branches .child-1 {
  background: rgba(112, 112, 112, 0.3);
}
.competenz-wrapper .Branches .child-1::before,
.competenz-padding-wrapper .Branches .child-1::before {
  border-bottom: 5.77px solid rgba(112, 112, 112, 0.3);
}
.competenz-wrapper .Branches .child-1::after,
.competenz-padding-wrapper .Branches .child-1::after {
  border-top: 5.77px solid rgba(112, 112, 112, 0.3);
}
.competenz-wrapper .Activities .child-2,
.competenz-padding-wrapper .Activities .child-2 {
  background: #f8c500;
}
.competenz-wrapper .Activities .child-2::before,
.competenz-padding-wrapper .Activities .child-2::before {
  border-bottom: 5.77px solid #f8c500;
}
.competenz-wrapper .Activities .child-2::after,
.competenz-padding-wrapper .Activities .child-2::after {
  border-top: 5.77px solid #f8c500;
}
.competenz-wrapper .Activities .child,
.competenz-padding-wrapper .Activities .child {
  background: rgba(112, 112, 112, 0.3);
}
.competenz-wrapper .Activities .child::before,
.competenz-padding-wrapper .Activities .child::before {
  border-bottom: 5.77px solid rgba(112, 112, 112, 0.3);
}
.competenz-wrapper .Activities .child::after,
.competenz-padding-wrapper .Activities .child::after {
  border-top: 5.77px solid rgba(112, 112, 112, 0.3);
}
.competenz-wrapper .Activities .child-1,
.competenz-padding-wrapper .Activities .child-1 {
  background: rgba(112, 112, 112, 0.3);
}
.competenz-wrapper .Activities .child-1::before,
.competenz-padding-wrapper .Activities .child-1::before {
  border-bottom: 5.77px solid rgba(112, 112, 112, 0.3);
}
.competenz-wrapper .Activities .child-1::after,
.competenz-padding-wrapper .Activities .child-1::after {
  border-top: 5.77px solid rgba(112, 112, 112, 0.3);
}

.not-logged {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 500;
}

.compare-data-categories-a .img-wrap, .compare-data-categories-b .img-wrap, .compare-data-categories-c .img-wrap {
  min-height: 150px;
}
.compare-data-categories-a .img-wrap img, .compare-data-categories-b .img-wrap img, .compare-data-categories-c .img-wrap img {
  width: 60%;
  margin-left: 15px;
}

.compare-data-categories-c ul {
  padding-bottom: 30px;
}

.display-overview {
  margin-top: 100px;
}
.display-overview .size-text {
  position: absolute;
  color: #696969;
  font-weight: bold;
}
.display-overview .legend-area {
  margin-top: 15px;
  margin-bottom: 15px;
}

.display-details .header {
  padding-top: 30px;
}
.display-details .header h2 {
  margin: 0;
}
@media (max-width: 767px) {
  .display-details .header h2 {
    margin-top: 20px;
    padding-left: 0px;
  }
}
.display-details .sub-title,
.display-details .sub-title-signed {
  font-weight: bold;
  color: black;
  padding: 14px 0px 0px 20px;
  min-height: 50px;
}
@media (max-width: 767px) {
  .display-details .signed-wrap {
    padding-left: 0px;
  }
}
.display-details .sub-title {
  padding-left: 0px;
  text-align: center;
}
.display-details .sub-title-signed {
  border-left: 10px solid #267e13;
}
.display-details .legend-area {
  height: 70px;
  margin: 50px 0px 30px 0px;
}
@media only screen and (max-width: 1440px) {
  .display-details .legend-area {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .display-details .legend-area {
    margin-top: 30px;
    height: inherit;
  }
}
.display-details .checkbox {
  padding-left: 65px;
  margin-top: 0px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .display-details .checkbox {
    display: block;
  }
}
@media only screen and (max-width: 460px) {
  .display-details .checkbox {
    padding-left: 30px;
  }
}
.display-details .checkbox span {
  margin-left: 75px;
  color: black;
  font-weight: bold;
}
@media only screen and (max-width: 460px) {
  .display-details .checkbox span {
    padding-left: 0px;
  }
}

.display-technology .header,
.display-compare .header {
  height: 100px;
  margin-top: 30px;
}
@media only screen and (max-width: 991px) {
  .display-technology .header,
  .display-compare .header {
    height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .display-technology .header,
  .display-compare .header {
    margin-top: 20px;
  }
}
.display-technology h2,
.display-compare h2 {
  margin: 0;
  line-height: 100px;
}
@media only screen and (max-width: 1199px) {
  .display-technology h2,
  .display-compare h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .display-technology h2,
  .display-compare h2 {
    line-height: 60px;
  }
}
.display-technology .checkbox,
.display-compare .checkbox {
  margin: 0 0 0 30px;
}
@media only screen and (max-width: 767px) {
  .display-technology .checkbox,
  .display-compare .checkbox {
    margin-left: 5px;
  }
}
.display-technology .Maschinenbau,
.display-technology .Elektrotechnik,
.display-technology .Informatik,
.display-technology .Branches,
.display-technology .Activities,
.display-compare .Maschinenbau,
.display-compare .Elektrotechnik,
.display-compare .Informatik,
.display-compare .Branches,
.display-compare .Activities {
  position: absolute;
  top: 40%;
}
.display-technology .title,
.display-compare .title {
  display: inline;
  margin-left: 80px;
}
@media only screen and (max-width: 1199px) {
  .display-technology .title,
  .display-compare .title {
    margin-left: 50px;
  }
}
.display-technology .sub-title-mechanical,
.display-technology .header-mechanical-title,
.display-technology .category-mechanical,
.display-compare .sub-title-mechanical,
.display-compare .header-mechanical-title,
.display-compare .category-mechanical {
  color: #111e72;
}
.display-technology .sub-title-electrical,
.display-technology .header-electrical-title,
.display-technology .category-electrical,
.display-compare .sub-title-electrical,
.display-compare .header-electrical-title,
.display-compare .category-electrical {
  color: #267e13;
}
.display-technology .compare-title-black,
.display-compare .compare-title-black {
  color: #1f1f21 !important;
}
.display-technology .sub-title-informatics,
.display-technology .header-informatics-title,
.display-technology .category-informatics,
.display-compare .sub-title-informatics,
.display-compare .header-informatics-title,
.display-compare .category-informatics {
  color: black;
}
.display-technology .category-domain-and-branches,
.display-compare .category-domain-and-branches {
  color: #ec9100;
}
.display-technology .category-activities,
.display-compare .category-activities {
  color: #f8c500;
}
.display-technology .category-activities.category-compare-title,
.display-technology .category-domain-and-branches.category-compare-title,
.display-technology .category-mechanical.category-compare-title,
.display-technology .category-informatics.category-compare-title,
.display-technology .category-electrical.category-compare-title,
.display-compare .category-activities.category-compare-title,
.display-compare .category-domain-and-branches.category-compare-title,
.display-compare .category-mechanical.category-compare-title,
.display-compare .category-informatics.category-compare-title,
.display-compare .category-electrical.category-compare-title {
  font-weight: bold;
}
.display-technology .square-text,
.display-compare .square-text {
  display: inline-flex;
  width: 90%;
}
.display-technology .square .dot,
.display-compare .square .dot {
  margin-right: 10px;
  display: inline-block;
  width: 20px;
  height: 20px;
}
.display-technology .square-mechanical .dot-100,
.display-compare .square-mechanical .dot-100 {
  background: #111e72;
}
.display-technology .square-mechanical .dot-70,
.display-compare .square-mechanical .dot-70 {
  background: rgba(17, 30, 114, 0.7);
}
.display-technology .square-mechanical .dot-50,
.display-compare .square-mechanical .dot-50 {
  background: rgba(17, 30, 114, 0.5);
}
.display-technology .square-mechanical .dot-30,
.display-compare .square-mechanical .dot-30 {
  background: rgba(17, 30, 114, 0.3);
}
.display-technology .square-electrical .dot-100,
.display-compare .square-electrical .dot-100 {
  background: #267e13;
}
.display-technology .square-electrical .dot-70,
.display-compare .square-electrical .dot-70 {
  background: rgba(38, 126, 19, 0.7);
}
.display-technology .square-electrical .dot-50,
.display-compare .square-electrical .dot-50 {
  background: rgba(38, 126, 19, 0.5);
}
.display-technology .square-electrical .dot-30,
.display-compare .square-electrical .dot-30 {
  background: rgba(38, 126, 19, 0.3);
}
.display-technology .square-informatics .dot-100,
.display-compare .square-informatics .dot-100 {
  background: black;
}
.display-technology .square-informatics .dot-70,
.display-compare .square-informatics .dot-70 {
  background: rgba(0, 0, 0, 0.7);
}
.display-technology .square-informatics .dot-50,
.display-compare .square-informatics .dot-50 {
  background: rgba(0, 0, 0, 0.5);
}
.display-technology .square-informatics .dot-30,
.display-compare .square-informatics .dot-30 {
  background: rgba(0, 0, 0, 0.3);
}
.display-technology .checkbox,
.display-compare .checkbox {
  display: block;
}
.display-technology .category-compare-title,
.display-compare .category-compare-title {
  margin-left: 15px;
  margin-top: 0px;
}
.display-technology .text-legend,
.display-compare .text-legend {
  display: inline-flex;
  width: 90%;
  margin-left: 10px;
}

.display-branch .logo {
  width: 75%;
}
.display-branch .header {
  margin: 40px 0px;
}
.display-branch .category-branch {
  color: #ec9100;
  font-weight: bold;
  font-size: 22px;
}

.display-branch .category-title,
.display-technology .category-title,
.display-compare .category-title {
  font-size: 20px;
  cursor: pointer;
  margin-top: 20px;
}
.display-branch li,
.display-technology li,
.display-compare li {
  list-style-type: none;
  color: #1f1f21;
  word-break: break-word;
  cursor: pointer;
}
.display-branch .sub2,
.display-technology .sub2,
.display-compare .sub2 {
  margin-left: 30px;
  font-size: 17px;
}
.display-branch .sub3,
.display-technology .sub3,
.display-compare .sub3 {
  font-size: 16px;
  padding-left: 51px;
}
.display-branch .sub4,
.display-technology .sub4,
.display-compare .sub4 {
  margin-left: 70px;
  font-size: 15px;
}
.display-branch .sub5,
.display-technology .sub5,
.display-compare .sub5 {
  margin-left: 86px;
  font-size: 14px;
}
.display-branch .sub6,
.display-technology .sub6,
.display-compare .sub6 {
  margin-left: 95px;
  font-size: 13px;
}

.display-compare .btn {
  margin-top: 20px;
  width: 155px;
  float: right;
}
.display-compare li, .display-compare .category-title {
  cursor: default;
}

.single-tech-chart {
  min-height: 400px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 599px) {
  .single-tech-chart {
    min-height: 300px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 425px) {
  .single-tech-chart {
    min-height: 250px;
  }
}
.single-tech-chart p {
  display: inline;
}

.single-tech-data ul {
  padding: 0px;
}
.single-tech-data .fa {
  font-size: 13px;
  position: relative;
  top: -2px;
  left: 6px;
  margin-right: 15px;
}
.single-tech-data .sub2 .fa-square,
.single-tech-data .sub2 .fa-circle,
.single-tech-data .sub2 .fa-arrow-circle-right,
.single-tech-data .sub2 .fa-arrow-right,
.single-tech-data .sub3 .fa-square,
.single-tech-data .sub3 .fa-circle,
.single-tech-data .sub3 .fa-arrow-circle-right,
.single-tech-data .sub3 .fa-arrow-right,
.single-tech-data .sub4 .fa-square,
.single-tech-data .sub4 .fa-circle,
.single-tech-data .sub4 .fa-arrow-circle-right,
.single-tech-data .sub4 .fa-arrow-right,
.single-tech-data .sub5 .fa-square,
.single-tech-data .sub5 .fa-circle,
.single-tech-data .sub5 .fa-arrow-circle-right,
.single-tech-data .sub5 .fa-arrow-right,
.single-tech-data .sub-6 .fa-square,
.single-tech-data .sub-6 .fa-circle,
.single-tech-data .sub-6 .fa-arrow-circle-right,
.single-tech-data .sub-6 .fa-arrow-right {
  margin-right: 15px;
}

.fa-circle-middle {
  font-size: 0.6em !important;
}

.fa-circle-small {
  font-size: 0.4em !important;
}

.fa-circle-smaller {
  font-size: 0.3em !important;
}

.fa-electrical {
  color: #267e13;
}

.fa-mechanical {
  color: #111e72;
}

.fa-informatics {
  color: black;
}

.fa-domain-and-branches {
  color: #ec9100;
}

.fa-activities {
  color: #f8c500;
}

.inner-competenze {
  padding: 200px 0px 60px 0px;
  background: white;
}
@media (max-width: 767px) {
  .inner-competenze {
    padding: 200px 15px 60px 15px;
  }
}

.info-competenzatlas {
  padding: 75px;
  display: none;
}

.transparence-area {
  margin-top: 50px;
  font-size: 18px;
}
.transparence-area i {
  font-size: 13px;
}
.transparence-area li {
  margin-bottom: 10px;
}
.transparence-area li div {
  display: inline-flex;
  margin-left: 10px;
  width: 90%;
}

.competenz-knowledge {
  margin-top: -25px;
  padding: 0 30px 30px 30px;
}
.competenz-knowledge li {
  list-style: none;
}
.competenz-knowledge li i {
  color: #cccccc;
}
.competenz-knowledge p {
  display: inline;
}

.logo-area {
  height: 100%;
}
.logo-area img {
  width: auto;
  height: 70px;
  float: right;
}
@media (max-width: 500px) {
  .logo-area img {
    float: left;
    padding-top: 30px;
  }
}

.search-area {
  background-color: #000000;
}
.search-area .search-filter {
  margin: 30px 10%;
}
@media only screen and (max-width: 1199px) {
  .search-area .search-filter {
    margin: 30px 5%;
  }
}
@media only screen and (max-width: 991px) {
  .search-area .search-filter {
    margin: 30px 0;
  }
}
.search-area .search-filter__kompetenzen-dropdown {
  display: inline;
}
@media only screen and (max-width: 767px) {
  .search-area .search-filter__kompetenzen-dropdown {
    display: block;
  }
}
.search-area .search-filter__kompetenzen-dropdown select {
  height: 40px;
  width: 100%;
  color: #5b5b5b;
  padding-left: 10px;
  padding-right: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media only screen and (max-width: 1199px) {
  .search-area .search-filter__kompetenzen-dropdown select {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .search-area .search-filter__kompetenzen-dropdown select {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .search-area .search-filter__kompetenzen-dropdown select {
    width: 96%;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 425px) {
  .search-area .search-filter__kompetenzen-dropdown select {
    width: 95%;
  }
}
@media only screen and (max-width: 352px) {
  .search-area .search-filter__kompetenzen-dropdown select {
    width: 94%;
  }
}
.search-area .search-filter__kompetenzen-dropdown:after {
  content: "\f078";
  font-family: FontAwesome;
  font-size: 12px;
  color: #5b5b5b;
  padding: 15px 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  text-align: center;
  width: 18%;
  height: 100%;
  pointer-events: none;
  box-sizing: border-box;
}
@media only screen and (max-width: 1199px) {
  .search-area .search-filter__kompetenzen-dropdown:after {
    width: 23%;
  }
}
@media only screen and (max-width: 991px) {
  .search-area .search-filter__kompetenzen-dropdown:after {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .search-area .search-filter__kompetenzen-dropdown:after {
    position: relative;
    right: 25px;
  }
}
.search-area .search-filter__kompetenzen-dropdown option {
  text-indent: 10px;
}
.search-area .search-filter select::-ms-expand {
  display: none;
}

.search-area-comparing {
  background-color: #e9e9e9;
}
.search-area-comparing .search-filter {
  margin: 30px auto;
}
.search-area-comparing .search-filter__kompetenzen-dropdown {
  display: inline;
}
@media only screen and (max-width: 767px) {
  .search-area-comparing .search-filter__kompetenzen-dropdown {
    display: block;
  }
}
.search-area-comparing .search-filter__kompetenzen-dropdown select {
  height: 40px;
  width: 100%;
  color: #5b5b5b;
  padding: 5px 30px 5px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: bold;
}
.search-area-comparing .search-filter__kompetenzen-dropdown select option {
  height: 50px;
}
@media only screen and (max-width: 1199px) {
  .search-area-comparing .search-filter__kompetenzen-dropdown select {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .search-area-comparing .search-filter__kompetenzen-dropdown select {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .search-area-comparing .search-filter__kompetenzen-dropdown select {
    width: 96%;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 425px) {
  .search-area-comparing .search-filter__kompetenzen-dropdown select {
    width: 95%;
  }
}
@media only screen and (max-width: 352px) {
  .search-area-comparing .search-filter__kompetenzen-dropdown select {
    width: 94%;
  }
}
.search-area-comparing .search-filter__kompetenzen-dropdown:after {
  content: "\f078";
  font-family: FontAwesome;
  font-size: 12px;
  color: #5b5b5b;
  padding: 15px 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  text-align: center;
  width: 18%;
  height: 100%;
  pointer-events: none;
  box-sizing: border-box;
}
@media only screen and (max-width: 1199px) {
  .search-area-comparing .search-filter__kompetenzen-dropdown:after {
    width: 23%;
  }
}
@media only screen and (max-width: 991px) {
  .search-area-comparing .search-filter__kompetenzen-dropdown:after {
    width: 30%;
  }
}
.search-area-comparing .search-filter .compare-button {
  height: 100%;
}
.search-area-comparing .search-filter .compare-button .btn-green {
  min-width: 0;
}
.search-area-comparing .search-filter .compare-button .btn-compare {
  border-radius: 0;
  height: 40px;
  margin: 0;
  font-size: 16px;
  float: left;
}
@media only screen and (max-width: 991px) {
  .search-area-comparing .search-filter .compare-button .btn-compare {
    width: 120px;
    font-size: 14px;
  }
}
.search-area-comparing .search-filter .compare-button .btn-compare:hover, .search-area-comparing .search-filter .compare-button .btn-compare:focus {
  color: #ffffff;
}
.search-area-comparing .search-filter select::-ms-expand {
  display: none;
}

.select-filter:focus {
  border-color: #267e13 !important;
  outline: none !important;
}

.logo-background-image {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 80px;
  width: 60%;
  margin-left: 15px;
}

.spinner-wrap {
  width: 100px;
  margin: 0 auto;
}

.spinner {
  width: 100px;
  margin-top: 50px;
}

.title-heading {
  margin-bottom: 30px;
  text-align: center;
}

.banner-tech {
  padding: 30px;
  font-weight: normal;
}
.banner-tech__single {
  padding: 15px;
}

.inner-linking {
  display: block;
  margin-bottom: 50px;
  font-size: 15px;
  font-weight: bold;
}

#comparison-left,
#comparison-right,
#comparison-combined,
#comparison-combined-frequency,
#comparison-combined-average {
  padding: 15px;
}

.multiple-chart-comparison {
  width: 49%;
  display: inline-block;
}

.general-info-competenze {
  font-size: 15px;
  padding: 20px 40px;
  text-align: left;
}
.general-info-competenze p {
  display: inline;
}

.text-wrap {
  min-height: 150px;
  width: 60%;
}

@media (max-width: 767px) {
  #chart-tech-map {
    width: 180px;
    height: 180px;
    margin: 0 auto;
  }
}

.compare-text {
  font-size: 36px;
  font-weight: bold;
  color: gray;
}

.compare-multiple {
  font-size: 17px;
  color: black;
  font-weight: 100;
  padding: 10px;
  background: #f4f4f4;
  margin: 0px auto;
  width: 60%;
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .compare-multiple {
    width: 100%;
  }
}

.competenz-footer {
  max-width: 75%;
}

.competenz-footer-text {
  padding-left: 15px;
  max-width: 75%;
}

.competenz-footer-separator {
  margin-left: 0;
  margin-top: 0;
  max-width: 75%;
}

.category-wrapper {
  display: none;
}

.kompetenzuser-logout {
  position: absolute;
  right: 10px;
  top: 20px;
  color: white;
  background: #267e13;
  padding: 10px 20px;
}

.selectBox {
  position: relative;
}
.selectBox select {
  width: 100%;
  font-weight: bold;
}

.overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#checkboxes {
  display: block;
  border: 1px #dadada solid;
  position: absolute;
  background: white;
  width: 90%;
  z-index: 10;
}
#checkboxes label {
  display: block;
}
#checkboxes label input {
  position: absolute;
}
#checkboxes label:hover {
  background-color: #267e13;
  color: white;
}
#checkboxes label span {
  padding-left: 20px;
  display: block;
}

.group-select {
  background: rgba(128, 128, 128, 0.3);
}

.compare-label {
  padding: 2px 5px;
}

div.hidden-checkboxes {
  display: none !important;
}

div.shown-checkboxes {
  display: block !important;
}

#secondCompanyFilterCompare select,
#technologyFilterCompare select {
  font-weight: bold;
}
#secondCompanyFilterCompare option,
#technologyFilterCompare option {
  font-weight: bold;
  padding: 5px;
}

.text-field_technology {
  margin: 50px 0;
  text-align: center;
}
.text-field_technology-list {
  padding-bottom: 15px;
}

.compare-company-name {
  padding-left: 40px;
  font-weight: bold;
}

#filter-results .company-name-filter, #filter-results .company-perc-filter {
  position: relative;
  width: 33%;
  display: inline-block;
  padding: 10px;
}

#filter-results .company-filter-header {
  width: 100%;
}

#filter-results ul {
  list-style-type: none;
  padding-right: 40px;
}
#filter-results li:nth-child(odd) {
  background: rgba(38, 126, 19, 0.2);
}
#filter-results h2 {
  padding-left: 40px;
}

.competenze-filter-page .search-competenze-box {
  float: right;
  margin-top: 40px;
  margin-right: 20px;
}
.competenze-filter-page .search-competenze-box #search-kompetenzatlas {
  padding: 10px;
  min-width: 300px;
}
@media (max-width: 767px) {
  .competenze-filter-page .search-competenze-box #search-kompetenzatlas {
    min-width: 230px;
  }
}
.competenze-filter-page .sub-title-signed {
  display: inline-block;
}
.competenze-filter-page .fa {
  background: #267e13;
  padding: 14px;
  margin-right: -5px;
  color: white;
}

.kompetenze-search-page {
  padding-top: 50px;
}

.kompetenze-search-page ul {
  list-style-type: none;
  padding-right: 40px;
}

.kompetenze-search-page li:nth-child(odd) {
  background: rgba(38, 126, 19, 0.2);
}

.kompetenze-search-page span.company-name-filter {
  position: relative;
  width: 11%;
  display: inline-block;
  padding: 10px;
  line-break: anywhere;
}

.highlight-search-term {
  background: yellow;
}

.search-page-title {
  padding-left: 30px;
  font-weight: bold;
}

.company-filter-header-tech {
  background: white;
  border-bottom: 1px solid;
  display: block;
  padding: 10px;
}

.asterix-legende {
  padding: 40px;
}

.legend-compare-multiple {
  padding: 20px;
  text-align: center;
}
.legend-compare-multiple .square {
  width: 20px;
  height: 20px;
  border: 1px solid;
  display: inline-block;
  position: relative;
  top: 13px;
  margin-right: 5px;
}
.legend-compare-multiple .square-white {
  background: white;
}
.legend-compare-multiple .square-gray-lighter {
  background: #d8d8d8;
}
.legend-compare-multiple .square-gray-light {
  background: #b5b5b5;
}
.legend-compare-multiple .square-gray-normal {
  background: #8a8a8a;
}
.legend-compare-multiple .square-gray-dark {
  background: #636363;
}
.legend-compare-multiple .square-gray-darker {
  background: #4a4a4a;
}
.legend-compare-multiple .square-match {
  background: #ffb700;
}
.legend-compare-multiple .percentage {
  margin-right: 20px;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  top: 7px;
}
@media (max-width: 768px) {
  .legend-compare-multiple {
    padding: 0px;
  }
  .legend-compare-multiple .square {
    width: 10px;
    height: 10px;
    top: 10px;
  }
  .legend-compare-multiple .percentage {
    margin-right: 0px;
    font-size: 12px;
  }
}

#frequence-multiple.active, #average-multiple.active {
  background: #8a8a8a;
  color: white;
}

#frequence-multiple, #average-multiple {
  border: 1px solid #dedede;
  padding: 5px;
  background: #f4f4f4;
  top: 25px;
  position: relative;
  left: 20px;
}
#frequence-multiple:hover, #average-multiple:hover {
  cursor: pointer;
  background: #636363;
  color: white;
}

#frequence-multiple {
  left: 30px;
}

.compare-more h2 {
  display: block;
  text-align: center;
  color: gray;
  padding-top: 20px;
}

.compare-more-text {
  padding-bottom: 60px;
}

.wrap-header .header-kompetenz-content-name {
  padding-left: 15px;
  margin-top: 0px;
  font-weight: bold;
}
.wrap-header .header-kompetenz-title {
  font-size: 26px;
  font-weight: bold;
  padding-left: 15px;
}
.wrap-header .signed-wrap {
  padding-left: 45px;
}
.wrap-header .sub-title-signed {
  height: 50px;
  margin-top: 5px;
}
.wrap-header .legend-area {
  margin: 20px 0px 0px 0px;
}
.wrap-header .header {
  padding-top: 15px;
}
.wrap-header .checkbox {
  margin-bottom: 0px;
}

.wrap-tech-header .sub-title-signed {
  padding-left: 15px;
  margin-left: 30px;
}
.wrap-tech-header .sub-title {
  display: inline-block;
  width: 490px;
  text-align: left;
  margin-top: 0px;
}
.wrap-tech-header .legende {
  font-size: 10px;
  line-height: 10px;
  padding-right: 25px;
}
.wrap-tech-header .legende .sub-title {
  margin-bottom: 0px;
}
.wrap-tech-header .legende p {
  margin-bottom: 0px;
}
.wrap-tech-header .banner-tech {
  padding: 15px;
}
.wrap-tech-header .competenz-knowledge {
  padding: 28px 20px 5px 15px;
  font-size: 10px;
}
.wrap-tech-header .square {
  width: 8px;
  height: 8px;
}
.wrap-tech-header .orange-lighter {
  background: #f6c790;
}
.wrap-tech-header .orange-darker {
  background: #e98410;
}
.wrap-tech-header .yellow-lighter {
  background: #fdedb5;
}
.wrap-tech-header .yellow-darker {
  background: #f8c500;
}
.wrap-tech-header .square-text {
  display: inline-flex;
  width: 90%;
}

.square {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 2px;
  margin-top: 2px;
}

.legende-footer .square {
  width: 0px;
  height: 0px;
}

.green-lighter {
  background: rgba(8, 126, 24, 0.2);
}

.green-light {
  background: rgba(8, 126, 24, 0.3);
}

.green-normal {
  background: rgba(8, 126, 24, 0.5);
}

.green-dark, .green-darker {
  background: #087e18;
}

.gray-lighter {
  background: rgba(0, 0, 0, 0.2);
}

.gray-light {
  background: rgba(0, 0, 0, 0.3);
}

.gray-normal {
  background: rgba(0, 0, 0, 0.5);
}

.gray-dark, .gray-darker {
  background: black;
}

.blue-lighter {
  background: rgba(50, 76, 158, 0.2);
}

.blue-light {
  background: rgba(50, 76, 158, 0.3);
}

.blue-normal {
  background: rgba(50, 76, 158, 0.5);
}

.blue-dark, .blue-darker {
  background: #324c9e;
}

.export-pdf-button {
  font-weight: bold;
  font-size: 20px;
  background: #267e13;
  color: white;
  padding: 10px;
  margin: 0px;
  right: 15px;
  top: 0px;
  text-align: center;
  text-decoration: none;
  width: 100px;
  height: 42px;
  float: right;
  position: absolute;
  border: 0px;
}
.export-pdf-button:hover {
  cursor: pointer;
}
@media only screen and (max-width: 992px) {
  .export-pdf-button {
    display: none;
  }
}

.compare-data-wrap {
  margin-right: 0px;
  margin-left: 0px;
}

.wrap-pdf-export {
  background: white;
  padding-bottom: 200px;
}
.wrap-pdf-export .title {
  background: white;
  font-weight: bold;
  margin-left: 40px;
}
.wrap-pdf-export .compare-data {
  margin: 0px;
}

.text-pdf-last {
  padding: 6px 30px 0px 15px;
}
.text-pdf-last p {
  margin-bottom: 0px;
  display: inline;
}

.wrapper-png {
  height: 0px;
  overflow: hidden;
}
.wrapper-png .compare-data-categories-a, .wrapper-png .compare-data-categories-b, .wrapper-png .compare-data-categories-c {
  margin-top: -50px;
}
.wrapper-png .img-wrap, .wrapper-png .text-wrap {
  min-height: 90px;
}
.wrapper-png li {
  font-size: 13px;
}
.wrapper-png li.category-title {
  font-size: 15px;
  margin-top: 0px;
}
.wrapper-png .comparison-perc {
  float: right;
  display: inline-block;
}
.wrapper-png .activity-sub-title {
  padding-left: 55px;
}
.wrapper-png .legende {
  padding-left: 75px;
  padding-right: 27px;
}
@media (max-width: 1449px) {
  .wrapper-png .legende {
    padding-left: 63px;
  }
}
@media (max-width: 1199px) {
  .wrapper-png .legende {
    padding-left: 53px;
  }
}
.wrapper-png .footer-png .col-sm-8 {
  padding-left: 70px;
}
@media (max-width: 1449px) {
  .wrapper-png .footer-png .col-sm-8 {
    padding-left: 63px;
  }
}
@media (max-width: 1199px) {
  .wrapper-png .footer-png .col-sm-8 {
    padding-left: 53px;
  }
}
.wrapper-png .footer-png .col-sm-4 {
  padding-left: 75px;
}
@media (max-width: 1449px) {
  .wrapper-png .footer-png .col-sm-4 {
    padding-left: 63px;
  }
}
@media (max-width: 1199px) {
  .wrapper-png .footer-png .col-sm-4 {
    padding-left: 53px;
  }
}
.wrapper-png div.checkbox {
  padding-left: 62px;
}
@media (max-width: 1449px) {
  .wrapper-png div.checkbox {
    padding-left: 53px;
  }
}
@media (max-width: 1199px) {
  .wrapper-png div.checkbox {
    padding-left: 43px;
  }
}
.wrapper-png .wrap-tech-header .sub-title {
  width: auto;
}
.wrapper-png .header-kompetenz-title {
  display: inline-block;
}
.wrapper-png .header-kompetenz-title.second {
  padding-left: 25px;
}

.page-template-template-compare .export-pdf-button {
  display: none;
}

.comparison-perc {
  display: none;
}

.sub1-span {
  max-width: 80%;
  display: inline-block;
}

.container-fluid.pdf {
  background: white;
  padding: 0px;
}

.wrap-pdf {
  height: 0px;
  overflow: hidden;
}
.wrap-pdf .header-title {
  display: block;
  font-weight: bold;
  line-height: initial;
}
.wrap-pdf .comparison-perc {
  float: right;
  display: inline-block;
}
.wrap-pdf ul {
  padding: 0px;
}
.wrap-pdf li {
  max-width: 90%;
}
.wrap-pdf .category-wrapper {
  padding: 0px;
}
.wrap-pdf .category-title {
  font-size: 23px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 3px;
}
.wrap-pdf .sub2 {
  margin-left: 10px;
  margin-bottom: 3px;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px solid #bfbfbf;
  word-break: keep-all;
  line-height: 20px;
}
.wrap-pdf .sub2 .fa-circle {
  display: none;
}
.wrap-pdf .sub3 {
  padding-left: 20px;
  font-size: 13px;
  word-break: keep-all;
}
.wrap-pdf .sub4 {
  margin-left: 30px;
  word-break: keep-all;
}
.wrap-pdf .sub5 {
  margin-left: 40px;
  word-break: keep-all;
}
.wrap-pdf .fa-circle {
  display: none;
}
.wrap-pdf h3 {
  margin: 0px;
  font-size: 26px;
  font-weight: bold;
}
.wrap-pdf .fa-chevron-down, .wrap-pdf .fa-chevron-right {
  display: none;
}
.wrap-pdf .square {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0px;
}
.wrap-pdf .square-extra-techs {
  width: 12px;
  position: relative;
  top: 0px;
}
.wrap-pdf .green-lighter {
  background: rgba(8, 126, 24, 0.2);
}
.wrap-pdf .green-light {
  background: rgba(8, 126, 24, 0.3);
}
.wrap-pdf .green-normal {
  background: rgba(8, 126, 24, 0.5);
}
.wrap-pdf .green-dark, .wrap-pdf .green-darker {
  background: #087e18;
}
.wrap-pdf .gray-lighter {
  background: rgba(0, 0, 0, 0.2);
}
.wrap-pdf .gray-light {
  background: rgba(0, 0, 0, 0.3);
}
.wrap-pdf .gray-normal {
  background: rgba(0, 0, 0, 0.5);
}
.wrap-pdf .gray-dark, .wrap-pdf .gray-darker {
  background: black;
}
.wrap-pdf .blue-lighter {
  background: rgba(50, 76, 158, 0.2);
}
.wrap-pdf .blue-light {
  background: rgba(50, 76, 158, 0.3);
}
.wrap-pdf .blue-normal {
  background: rgba(50, 76, 158, 0.5);
}
.wrap-pdf .blue-dark, .wrap-pdf .blue-darker {
  background: #324c9e;
}
.wrap-pdf .orange-lighter {
  background: #f6c790;
}
.wrap-pdf .orange-darker {
  background: #e98410;
}
.wrap-pdf .yellow-lighter {
  background: #fdedb5;
}
.wrap-pdf .yellow-darker {
  background: #f8c500;
}
.wrap-pdf .text-legend {
  font-size: 17px;
  display: inline-flex;
  width: 90%;
}
.wrap-pdf .text-area p {
  font-size: 17px;
}
.wrap-pdf .logo-wrapper {
  width: 100%;
}

.footer-png {
  font-size: 11px;
  font-weight: bold;
  padding-top: 45px;
  padding-bottom: 60px;
}
.footer-png .col-sm-8 {
  padding-left: 45px;
}

.footer-png.single {
  font-size: 15px;
}
.footer-png.single .col-sm-8 {
  padding-left: 30px;
}

.wrap-pdf-single {
  text-rendering: optimizeLegibility;
}
.wrap-pdf-single .logo-area {
  padding-right: 45px;
}
.wrap-pdf-single .header-title {
  margin-left: 0px;
  font-size: 26px;
}
.wrap-pdf-single .header-title {
  display: inline-block;
}
.wrap-pdf-single .header-title.second {
  padding-left: 25px;
}
.wrap-pdf-single .text-area p {
  display: inline;
}
.wrap-pdf-single header {
  height: 70px;
}

.pdf-subtitle {
  padding-bottom: 30px;
}

.single-tech-chart-pdf .text-area {
  max-width: 90%;
}

.text-legend-first {
  width: 95%;
}

/*# sourceMappingURL=style.ext.css.map */
