/* Add here all your css styles (customizations) */
/* custom container width */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1280px;
  }
}

.container-hero {
  max-width: 1980px !important;
}

.container-fluid-content {
  max-width: 1280px !important;
}

.lead {
  font-weight: 400;
}

li.css__newsroom a {
  color: #d72436 !important;
}

.language-switcher ul li {
  float: left;
  border-bottom: 3px solid transparent;
}

.language-switcher .lang-divider {
  position: relative;
}

.language-switcher .lang-divider span {
  position: absolute;
  top: 50%;
  transform: translateY(-30%);
  width: 2px;
  display: inline-block;
  background: #000;
  height: 18px;
}

.tags_links {
  font-weight: 400;
}

.tags_links a {
  font-weight: 600;
  color: #000;
}

.tags_links a:hover {
  text-decoration: underline;
}

.color-wrapper a {
  font-weight: bold;
}

.color-wrapper .g-color-white a {
  color: #fff !important;
  font-weight: bold;
}

.g-color-white .color-wrapper a {
  color: #fff !important;
  font-weight: bold;
}

/*
Sharing singlepost und singlenewsroom 
*/
.sharing__global-wrapper ul {
  margin-bottom: 0;
  padding-left: 0;
  margin-top: 0;
}

.post-type-archive-newsroom .pagination {
  display: none;
}

.shariff-button {
  display: inline-block;
  list-style: none;
}

.shariff-button:not(:last-child) {
  margin-right: 5px !important;
}

.shariff-button .share_text {
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
}

.shariff-button a {
  text-decoration: none;
  color: #fff !important;
  background-color: #111 !important;
  width: 2rem;
  height: 2rem;
  font-size: 0.9rem;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  text-align: center;
  transition: all .2s ease-in-out;
}

.shariff-button .fa {
  position: relative;
  top: 50%;
  display: block;
  transform: translateY(-50%);
  z-index: 2;
}

.c__footer-twitter a {
  color: #3b3b3b;
}

.tp_recent_tweets ul {
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.tp_recent_tweets ul li {
  background: none;
  padding: 0;
  padding-right: 20px;
  padding-bottom: 0;
  margin-bottom: 20px;
  background-image: none;
  position: relative;
  /* background-position: left bottom !important; */
}

.tp_recent_tweets ul li span,
.tp_recent_tweets li {
  line-height: 1.4;
  font-size: 1rem;
}

.tp_recent_tweets ul li a {
  line-height: 1.4;
  font-size: 1rem;
  font-weight: 500;
}

.tp_recent_tweets .twitter_time:before {
  content: "\f099";
  position: absolute;
  bottom: 0;
  left: 0;
  padding-bottom: 10px;
  color: #fff;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 1rem !important;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tp_recent_tweets .twitter_time {
  position: relative;
  border-top: 2px solid #fff;
  width: 100%;
  text-align: right;
  color: #fff;
  font-size: 80%;
  font-weight: 400;
  font-style: normal;
  margin-top: 15px;
  padding: 10px 0 5px;
}

.g-font-weight-600--hover:hover {
  text-shadow: 0px 0.5px 0 currentColor, 0px -0.5px 0 currentColor, 0.5px 0px 0 currentColor, -0.5px 0px 0 currentColor;
}

.g-after-opacitiy--parent-hover:after {
  opacity: 0;
}

.g-parent:hover .g-after-opacitiy--parent-hover:after {
  opacity: 1;
}

.masonry-post-image {
  transition: opacity 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
}

.g-parent:hover .g-brd-white--parent-hover {
  border-color: #ffffff !important;
}

.c__footer-wide .c__footer-o:after {
  content: '';
  height: 100%;
  background: #ff5a00;
  width: 50vw;
  position: absolute;
  top: 0;
  left: 100%;
}

.c__footer-wide .c__footer-n:after {
  content: '';
  height: 100%;
  background: #e9e9e8;
  width: 50vw;
  position: absolute;
  top: 0;
  left: 100%;
}

.c__footer-wide .c__footer-t:after {
  content: '';
  height: 100%;
  background: #00acee;
  width: 50vw;
  position: absolute;
  top: 0;
  right: 100%;
}

.sharing__global-wrapper .col-1,
.sharing__global-wrapper .col-2,
.sharing__global-wrapper .col-3,
.sharing__global-wrapper .col-4,
.sharing__global-wrapper .col-5,
.sharing__global-wrapper .col-6,
.sharing__global-wrapper .col-7,
.sharing__global-wrapper .col-8 {
  max-width: 100%;
  width: 100%;
}

.g-bg-pos-center-center {
  background-position: center center;
}

.g-bg-pos-top-left {
  background-position-x: 0;
  background-position-y: 0;
}

.header-bg-pos {
  background-position: center center;
}

@media (max-width: 1310px) {
  .g-pa-15-ft--1310 {
    padding: 15px !important;
  }
  .g-px-15-ft--1310 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media (max-width: 576px) {
  .tp_recent_tweets ul {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
}

@media (max-width: 768px) {
  .header-bg-pos {
    background-position-x: 0;
    background-position-y: 0;
  }
}

@media (max-width: 992px) {
  .c__footer-wide .c__footer-o:before {
    content: '';
    height: 100%;
    background: #ff5a00;
    width: 50vw;
    position: absolute;
    top: 0;
    right: 100%;
  }
  .c__footer-wide .c__footer-n:before {
    content: '';
    height: 100%;
    background-color: #e9e9e8;
    background-image: url("../img/spr/pattern-newsletter-left.png");
    background-position-x: right;
    background-repeat: no-repeat;
    width: 50vw;
    position: absolute;
    top: 0;
    right: 100%;
  }
  .c__footer-wide .c__footer-t:before {
    content: '';
    height: 100%;
    background: #00acee;
    width: 50vw;
    position: absolute;
    top: 0;
    left: 100%;
  }
}

.mainheader {
  top: 0;
  display: block;
  position: fixed;
  width: 100%;
  float: left;
  /*height: 50vh;*/
  /*height: 30px;*/
  background: rgba(255, 255, 255, 0.9);
}

/*
.mainfooter {
  bottom: 0;
  display: block;
  position: fixed;
  width: 100%;
  float: left;
  height: 50vh;
  height: 30px;
  background: #F46C6A;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
*/
.header_bar .logo-light {
  display: inline-block;
  display: -ms-flexbox;
  display: flex;
}

.header_bar .logo-dark {
  display: none;
}

.header_bar {
  transition: all 0.5s;
  z-index: 1001;
  position: fixed;
  /*
  height: 115px;
  width: 100%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0);
*/
  top: 0;
  left: 0;
}

.header_bar.slideUp {
  transform: translateY(-100%);
}

.header_bar.slideUpanyway {
  transform: translateY(-100%) !important;
}

.header_bar.headroom--bottom.slideUp,
.header_bar.is-active.slideUp,
.header_bar.headroom--top,
.header_bar.slideDown {
  transform: translateY(0);
}

.header_bar.headroom--not-top {
  background: white;
}

.header_bar.headroom--not-top .logo-light {
  display: none;
}

.header_bar.headroom--not-top .logo-dark {
  display: inline-block;
  display: -ms-flexbox;
  display: flex;
}

.header_bar.is-active.slideUp,
.header_bar.is-active {
  background: white;
}

/*======================*/
/*  .footer_bar.slideUp {
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%); 
  }

  .footer_bar.slideUpanyway {
    -webkit-transform: translateY(100%) !important;
        -ms-transform: translateY(100%) !important;
            transform: translateY(100%) !important; 
  }

  .footer_bar.headroom--bottom.slideUp, 
  .footer_bar.is-active.slideUp, 
  .footer_bar.headroom--top, 
  .footer_bar.slideDown {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); 
  }

  .footer_bar.headroom--not-top {
    background: white; 
  }

  .footer_bar.is-active.slideUp, 
  .footer_bar.is-active {
    background: white; 
  }*/
/* !-------- WORDPRESS CLASSES ------------------- */
/*------------------------------------------------------------ *\
\*------------------------------------------------------------ */
/* !-- WP WYSIWYG Editor Styles -- */
.entry-content .h1, .entry-content h1,
.entry-content .h2, .entry-content h2,
.entry-content .h3, .entry-content h3,
.entry-content .h4, .entry-content h4,
.entry-content .h5, .entry-content h5,
.entry-content .h6, .entry-content h6 {
  font-weight: 600;
}

.entry-content .h1,
.entry-content h1 {
  font-size: 2rem;
}

.entry-content .h2,
.entry-content h2 {
  font-size: 1.75rem;
}

.entry-content .h3,
.entry-content h3 {
  font-size: 1.5rem;
}

.entry-content .h4,
.entry-content h4 {
  font-size: 1.25rem;
}

.entry-content .h5,
.entry-content h5 {
  font-size: 1rem;
}

.entry-content .h6,
.entry-content h6 {
  font-size: 1rem;
}

.entry-content img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
}

.alignleft,
img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}

.alignright,
img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}

.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

.alignnone,
img.alignnone {
  /* not sure about this one */
}

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

/* !-- WP Widgets Default -- */
/* links widget */
/* meta widget */
/* pages widget */
/* recent-posts widget */
/* archives widget */
/* tag-cloud widget */
/* calendar widget */
/* category widget */
/* recent-comments widget */
/* search widget */
/* text widget */
/* !-- WP Comment Styles -- */
/* !-- WP Miscellaneous Styles == */
/* category links */
/* blogroll links */
/* read-more links */
/* !-- WP body_class() -- */
.logged-in {
  margin-top: 32px;
}

.logged-in .header_bar {
  top: 32px;
}

/* !-- WP post_class() -- */
/* !-- WP Page Listings -- */
/* outermost list item */
/* any page item */
/* specific page id */
/* current page */
/* parent of current page */
/* any ancestor of current page */
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

@media (max-width: 768px) {
  #js_header_bar .u-header__section {
    max-height: 100vh !important;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    padding-bottom: 32px !important;
  }
  select.form-control:not([size]):not([multiple]) {
    height: auto;
  }
}
