@charset "utf-8";

#vid {
  overflow: hidden;
}

html {
  font-family: 'Merriweather', Georgia, serif;
  position: relative;
  min-height: 100%;
}

body {
  background-color: #fff;
  color: #393939;
  font-family: 'Merriweather', Georgia, serif;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.875rem;
  hyphens: auto;
  -webkit-hyphenate-character: '-';
  margin-bottom: 84px;
  margin-top: 58px;
}


h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Open Sans', -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-weight: 600;
  color: #191919;
  margin-bottom: 1rem;
  line-height: 1.3333;
}

h1,
.h1,
h2,
.h2 {
  font-size: 1.4rem;
  padding-top: 1.4rem;
  hyphens: none;
}

h1.smaller,
.h1.smaller,
h2.smaller,
.h2.smaller {
  font-size: 1.2rem;
  padding-top: 1.2rem;
}

h3,
.h3,
h4,
.h4 {
  font-size: 1.2rem;
  padding-top: 1rem;
}

footer {
  color: #eeeeee;
  font-family: 'Open Sans', -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  background-color: #363434;
  bottom: 0;
  margin-top: 0;
  padding: 20px 0;
  position: absolute;
  width: 100%;
}

footer hr { 
  display: none;
}

.nowrap {
  white-space: nowrap;
}

a {
  border-radius: 0;
  color: #14922c;
  font-weight: 400;
  line-height: 1.4;
  transition: border-color 0.2s ease;
  word-break: break-all;
}

a:hover {
  color: #4ec64b;
  font-weight: 400;
  text-decoration: none;
  border-color: #4ec64b;
}

hr {
  border-color: #f0f0f0;
}

.lineheight-1 {
  line-height: 1;
}

.weiterlesen {
  margin-left: 5px;
  font-size: 1.3rem;
  line-height: 1rem;
}

.textQuote {
  font-size: 1.625rem;
  line-height: 2.75rem;
  font-style: italic;
  color: #009ac9;
  font-weight: 300;
  padding: 2rem 0;
}

.footnote p {
  font-size: 0.9375rem;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
  word-break: break-word;
}

section {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-top: 0;
  padding-bottom: 0;
}

section.alt {
  background-color: #faf8f7;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.fullImage {
  position: relative;
    margin: 2rem 0;
}

.fullImage.nocrop img {
  height: auto;
}

.figure-img {
  margin-bottom: 0;
  border: 2px solid #fafafa;
}

.figure-caption {
    width: auto;
    padding: 0;
    font-family: 'Open Sans', -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    color: #999;
    font-size: 0.875rem;
}

.fade-in {
  visibility: visible;
  opacity: 1;
  transition: opacity 1s linear;
}

.fade-out {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 1s, opacity 1s linear;
}

.scrollup {
  font-size: 3.5rem;
  position: fixed;
  bottom: 75px;
  right: 20px;
  z-index: 2001;
  border: 0 none;
  transition: opacity 0.2s ease;
  display: none;
  color: rgb(57, 57, 57);
}

.scrollup > svg {
  opacity: 0.3;
}

.scrollup:hover {
  border: 0 none;
  cursor: pointer;
}

.scrollup:hover > svg {
  opacity: 0.8;
}

.container-fluid > .container {
  padding-left: 0;
  padding-right: 0;
}

/* ******************************************************* */
/* *                       navbars                       * */
/* ******************************************************* */

.image-right-small,
.image-right-large {
  float: right;
  margin: 0.5rem 0 1rem 0;
  width: 100%;
}

.image-left-small,
.image-left-large {
  float: left;
  margin: 0.5rem 0 1rem 0;
  width: 100%;
}

ul.facts {
  font-weight: 300;
  list-style-type: circle;
  padding-left: 3rem;
}

ul.facts li {
  margin-bottom: 0.6rem;
}


/* ******************************************************* */
/* *                       navbars                       * */
/* ******************************************************* */

.navbar-brand img {
  width: 160px;
  height: auto;
  margin: 10px 0;
}

.navbar-brand:hover {
  border-color: transparent;
}

#topBar .container,
#topBar2 .container {
  position: relative;
}

#topBar,
#topBar2,
#menubutton-topBar {
  font-family: 'Open Sans', -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-weight: 600;
  background-color: #363434;
  color: #eeeeee;
  padding: 0 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2000;
}

#topNav {
  justify-content: flex-end;
}

#topNav .nav-link {
  border: 0 none;
  color: #eeeeee;
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 400;
  text-transform: uppercase;
  padding: .15rem 0;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
}

#topNav .nav-item {
  display: block;
/*  padding: 0.2rem 0.3rem;*/
  padding: 0.1rem 0.3rem;
}

#topNav .nav-link:focus,
#topNav .nav-link:hover {
  border: 0 none;
  color: #4ec64b;
  text-decoration: none;
}

#topNav .navbar-nav .active > .nav-link,
#topNav .navbar-nav .nav-link.active,
#topNav .navbar-nav .nav-link.show,
#topNav .navbar-nav .show > .nav-link {
  color: #4ec64b;
}

#topNav .nav-link:hover::before,
#topNav .nav-link:focus::before,
#topNav .nav-link:active::before,
#topNav .active .nav-link::before {
  right: 0;
}

.navbar-mobile-menu-button {
  position: absolute;
  right: 10px;
  top: 6px;
}

.navbar-mobile-menu-button button {
  border-radius: 0;
  font-size: 22px;
  border: 0 none;
}

/*
#languageLinks,
#languageLinksFooter,
.bottom-line-nav {
  opacity: 0;
}
*/

#languageLinksFooter {
  display: none !important;
}

#languageLinks .nav-item,
#languageLinksFooter .nav-item {
  display: block;
  padding: 0 0.3rem;
}

#languageLinks .nav-link,
#languageLinksFooter .nav-link {
  display: block;
  padding: 0.1rem 0 0.1rem 0;
  line-height: 1rem;
  font-size: 0.75rem;
  font-weight: 400;
  color: #eeeeee;
}

#languageLinks .nav-link:focus,
#languageLinks .nav-link:hover,
#languageLinksFooter .nav-link:focus,
#languageLinksFooter .nav-link:hover {
  color: #4ec64b;
  text-decoration: none;
}

#languageLinks .navbar-nav .active > .nav-link,
#languageLinks .navbar-nav .nav-link.active,
#languageLinks .navbar-nav .nav-link.show,
#languageLinks .navbar-nav .show > .nav-link,
#languageLinksFooter .navbar-nav .active > .nav-link,
#languageLinksFooter .navbar-nav .nav-link.active,
#languageLinksFooter .navbar-nav .nav-link.show,
#languageLinksFooter .navbar-nav .show > .nav-link{
  color: #4ec64b;
}

#languageLinks .navbar-nav .active > .nav-link {
  color: #eee;
  border: 0 none;
  color: #4ec64b;
}

#languageLinks img {
  height: 14px;
  width: auto;
}

#languageLinks .social {
  font-size: 0.9rem;
  line-height: 1rem;
  padding-top: 0.3rem;
}

#languageLinks .social .fa-linkedin-in {
  color: #8e8e8e;
  font-size: 0.85rem;
}

.video-languageLinks {
  position: absolute;  
  right: 4px;
  top: 36px;
  width: auto;
  text-align: center;
}

.video-languageLinks span {
  display: block;
  padding: 5px 8px;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5), 0px 4px 20px rgba(0, 0, 8, 0.2);
}

.video-languageLinks span a,
.video-languageLinks span a:hover,
.video-languageLinks span a.active,
.video-languageLinks a:not([href]):not([tabindex]):focus,
.video-languageLinks a:not([href]):not([tabindex]):hover {
  color: #fff;
}

.video-languageLinks span a:hover,
.video-languageLinks span a.active {
  border-color: #fff;
}

#menubutton-topBar.in .video-languageLinks {
  display: none;
}

.navbar-collapse .navbar-nav {
  margin-top: 0;
  margin-bottom: 0;
}

.bottom-line-nav {
    font-size: 0.7rem;
}

.bottom-line-nav.nav-phone {
  display: none;
}

footer {
  font-size: 0.8rem;
}

footer .navbar-light .navbar-nav .nav-item {
  display: block;
  padding: 0 0.5rem;
}

footer .navbar-light .navbar-nav .nav-item:last-of-type {
  padding-right: 0;
}

footer .navbar-light .navbar-nav .nav-link {
  padding: 0.15rem 0;
  font-size: 0.7rem;
  color: #fff;
  text-transform: uppercase;
}

footer .navbar-light .navbar-nav .active > .nav-link,
footer .navbar-light .navbar-nav .nav-link.active,
footer .navbar-light .navbar-nav .nav-link.show,
footer .navbar-light .navbar-nav .show > .nav-link {
  color: #fff;
}

footer .navbar-light .navbar-nav .nav-link:focus,
footer .navbar-light .navbar-nav .nav-link:hover,
footer .navbar-light .navbar-nav .nav-link.active:focus,
footer .navbar-light .navbar-nav .nav-link.active:hover {
  color: #4ec64b;
  text-decoration: none;
}

.bottom-line-copyright {
  background-color: #363434;
  min-height: 0;
  padding: 0;
  display: none;
}

.bottom-line-copyright a {
  color: rgba(0,0,0,.5);
}

.bottom-line-copyright a:hover {
  color: #4ec64b;
}


/* ******************************************************* */
/* *                   Contentelemente                   * */
/* ******************************************************* */

.intro-section {
  position: relative;
  top: -60px;
  background-color: #fff;
  padding: 20px 70px 0 70px;
  margin-bottom: 0;
  box-shadow: 0px -15px 15px rgba(0,0,0,0.1);
  border-radius: 0px;
}

.bg-umwelt {
  height: 200px;
  background-color: #fff;
  background-image: url(../0_img/temp/bg_umwelt.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#heroBanner {
  height: 160px;
  overflow: hidden;
  background-color: #fafafa;
  position: relative;
  margin: 0 -15px;
}

#heroBanner video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  object-fit: cover;
  object-position: center center;
}

#heroBanner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.heroHeadline {
  position: absolute;
  bottom: 5px;
  left: 15px;
}

.heroHeadline h1 {
  font-size: 1.5rem;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.8),0px 4px 20px rgba(0, 0, 8, 0.3);
}

.heroHeadline h1 span {
  font-weight: 300;
  display: block;
  margin-left: 0;
  font-size: 95%;
}

.gradient-overlay {
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  background-image: -moz-linear-gradient( 90deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.25) 30%, rgba(0,0,0,0.25) 70%, rgba(0,0,0,0.75) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.25) 30%, rgba(0,0,0,0.25) 70%, rgba(0,0,0,0.75) 100%);
  background-image: -ms-linear-gradient( 90deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.25) 30%, rgba(0,0,0,0.25) 70%, rgba(0,0,0,0.75) 100%);
  z-index: 2;
  transition: all 0.5s ease;
  opacity: 0.2;
}

.gradient-overlay-nav {
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  background-image: -moz-linear-gradient( -90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 10%, rgba(0,0,0,0) 100%);
  background-image: -webkit-linear-gradient( -90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 10%, rgba(0,0,0,0) 100%);
  background-image: -ms-linear-gradient( -90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 10%, rgba(0,0,0,0) 100%);
  z-index: 2;
  transition: all 0.5s ease;
  opacity: 0.8;
}

.teaser-blocks {
  padding-top: 2.5rem;
}

.teaser-block {
  margin-bottom: 2.5rem;
}

.teaser-block a {
  font-size: 0.9rem;
}

.teaser-block a > svg {
  color: #20a245;
}

.alert {
  border-radius: 0;
}

.alert.alert-secondary {
  background-color: #fafafa;
  border-color: #fafafa;
}

/*new:*/

main section:last-child {
  padding-bottom: 4rem;
}

@media (max-width: 576px) {
  body {margin-top: 51px;}
}

@media (max-width: 768px) {
  .figure.fullImage {
    margin-left: -15px;
    margin-right: -15px;
  }

  .figure.fullImage figcaption.figure-caption {
    padding-left:1rem;
  }
}

@media (max-width: 990px) {
  footer ul.navbar-nav li:first-child {
    display: none!important;
  }
}

/*content header*/

section.header {
  background: no-repeat url(../0_img/1885.jpg);
  background-size: cover;
  background-position: center;
  margin: 0;
  height: 40vh;
  position: relative;
  overflow: hidden;
}

section.header .container {
  height: 100%;
}

section.header h1,
section.header .h1 {
  bottom: 0;
  box-sizing: border-box;
  color: white;
  display: block;
  max-width: inherit;
  position: absolute;
  text-shadow: 0px 2px 8px rgba(0,0,0,.3);
  z-index: 1;
}



/*content header images*/
/*
  section.header::before {
    content: '';
    display: block;
    position: absolute;
    width: 104%;
    height: 100%;

    background-color: rgba(0,0,100,.4);

    background: -moz-linear-gradient(bottom,  rgba(0,0,0,.9) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,0) 100%); 
    background: -webkit-linear-gradient(bottom,  rgba(0,0,0,.9) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0) 100%); 
    background: linear-gradient(to top,  rgba(0,0,0,.9) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); 
    
    transform: rotate(-.5deg) translateY(10px);
    mix-blend-mode: soft-light;
  }

  section.header::after {
    content: '';
    display: block;
    position: absolute;
    bottom:0;
    width: 104%;
    height: 100%;

    background-color: rgba(0,0,100,.4);

    background: -moz-linear-gradient(bottom,  rgba(0,0,0,.2) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,0) 100%); 
    background: -webkit-linear-gradient(bottom,  rgba(0,0,0,.2) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0) 100%); 
    background: linear-gradient(to top,  rgba(0,0,0,.2) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); 
    
    transform: rotate(-.5deg) translateY(10px);
  }
*/
  section.header.licensing {
    background-image: url(../0_img/Duesenfeld-Patente.jpg);
    background-position: 33% 29%;
    background-size: 100%;
  }

  section.header.ecobalance {
    /* background-image: url(../0_img/ecofriendly-battery-recycling.jpg);
    background-position: center bottom; */
    background-image: url(../0_img/Zurueckgewonnenes--Graphit.jpg);
    background-position: 23% 47%;
    background-size: 100%;
  }

  section.header.safety {
    background-image: url(../0_img/Prozesssicherheit.jpg);
    background-position: center center;
  }

  section.header.research {
    background-image: url(../0_img/Forschung-und-Entwicklung.jpg);
  }
  
  section.header.recycling {
    background-image: url(../0_img/Umweltfreundliches-Recycling.jpg);
    background-position: 35% 56%;
    background-size: 130%;
  }

  section.header.legal,
  section.header.privacy {
    background-image: url(../0_img/Zurueckgewonnenes-Lithium.jpg);
    background-position: center 42%;
  }


@media (max-width: 768px) {

  body {margin-top: 51px; margin-bottom: 78px;}

  section.header {background-size: cover; height:50vh;}
  section.header h1,
  section.header .h1 {
    font-size: 2rem;
  }
  section.header.recycling {
    background-size: 160%;
  }

  @media (max-width: 440px) {
    section.header {height:35vh;}
    
    section.header.licensing {
      background-size: 210%;
      background-position: 35% 29%;
    }
    section.header.recycling {
      background-position: 40% 68%;
      background-size: 180%;
    }
    section.header.ecobalance {
      background-position: 23% 47%;
      background-size: 170%;
    }  
    section.header.legal,
    section.header.privacy {
      background-image: url(../0_img/Zurueckgewonnenes-Lithium.jpg);
      background-position: center top;
      background-size: 140%;
    }
  }
}

@media (min-width: 1024px) {
    section.header.licensing {
        background-image: url(../0_img/Duesenfeld-Patente.jpg);
        background-position: center 31%;
        background-size: 100%;
    }
}
@media (min-width: 1200px) {
    section.header {
        height: 50vh;
    }
}
@media (min-width: 1600px) {
    section.header {
        height: 55vh;
    }
}
/* ******************************************************* */
/* *                       Buttons                       * */
/* ******************************************************* */

.btn-primary {
  color: #fff;
  background-color: #14922c;
  border-color: #14922c;
}

.btn-primary:hover {
  color: #fff;
  background-color: #4ec64b;
  border-color: #4ec64b;
}

.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #14922c;
  border-color: #14922c
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #4ec64b;
  border-color: #4ec64b;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-group-xs >.btn,.btn-xs {
  padding: .05rem .5rem .05rem .4rem;
  font-size: .8rem;
  line-height: 1.4;
  border-radius: 0;
  font-weight: 600;
}

button:focus {
  outline: transparent;
}

.hamburger {
  padding: 5px 5px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; 
}

.hamburger-box {
  width: 20px;
  height: 16px;
  display: inline-block;
  position: relative;
}

.hamburger--spin.is-active .hamburger-box {
  background-color: transparent;
}


.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; 
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  background-color: #fff;
  width: 20px;
  height: 1px;
  border-radius: 1px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; 
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; 
}

.hamburger-inner::before {
  top: -7px; 
}

.hamburger-inner::after {
  bottom: -7px; 
}

.hamburger--spin .hamburger-inner {
  transition-duration:.3s;
  transition-timing-function:cubic-bezier(.55,.055,.675,.19)
}

.hamburger--spin .hamburger-inner::before {
  transition:top .1s .34s ease-in,opacity .1s ease-in
}

.hamburger--spin .hamburger-inner::after {
  transition:bottom .1s .34s ease-in,transform .3s cubic-bezier(.55,.055,.675,.19);
  transition:bottom .1s .34s ease-in,transform .3s cubic-bezier(.55,.055,.675,.19),-webkit-transform .3s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--spin.is-active .hamburger-inner {
  background-color: #fff;
  -webkit-transform:rotate(135deg);
  transform:rotate(135deg);
  transition-delay:.14s;
  transition-timing-function:cubic-bezier(.215,.61,.355,1)
}

.hamburger--spin.is-active .hamburger-inner::before {
  background-color: #fff;
  top:0;
  opacity:0;
  transition:top .1s ease-out,opacity .1s .14s ease-out
}

.hamburger--spin.is-active .hamburger-inner::after {
  background-color: #fff;
  bottom:0;
  -webkit-transform:rotate(-90deg);
  transform:rotate(-90deg);
  transition:bottom .1s ease-out,transform .3s .14s cubic-bezier(.215,.61,.355,1);
  transition:bottom .1s ease-out,transform .3s .14s cubic-bezier(.215,.61,.355,1),-webkit-transform .3s .14s cubic-bezier(.215,.61,.355,1)
}


/* ******************************************************* */
/* *                   COOKIE HINWEIS                    * */
/* ******************************************************* */


.cc_container {
  font-family: inherit !important;
  font-size: 0.75rem !important;
  padding: 0.25rem 0.5rem !important;
  background-color: rgba(100,100,100,0.9) !important;
  margin: 0 !important;
  border-radius: 0 !important;
  width: 100% !important;
  left: inherit !important;
  right: 0 !important;
  bottom: 0 !important;
}

.cc_container .cc_btn {
  font-size: 0.75rem !important;
  padding: 0.3rem !important;
}

.cc_container .cc_message {
  font-size: 0.75rem !important;
  line-height: 0.825rem !important;
}

.cc_container a, .cc_container a:visited {
  color: #7ccd8d !important;
  font-size: 0.75rem !important;
  line-height: 0.825rem !important;
}

.cc_container .cc_btn, .cc_container .cc_btn:visited {
  color: #14922c !important;
  border-radius: 2px !important;
  max-width: 50px !important;
  padding: 0.2rem !important;
  margin-top: 0.1rem !important;
}



/* ******************************************************* */
/* *                   PRESSE DOWNLOAD                   * */
/* ******************************************************* */

.open-imagedownload {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0;
  margin: 0;
}

#imagedownload {
  display: none;
}

#imagedownload .download-preview {
  font-family: 'Open Sans', -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 0.75rem;
  line-height: 1rem;
  padding-right: 7px;
  padding-left: 7px;
}

#imagedownload .download-preview p {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media (min-width: 576px) {
    #imagedownload .img-fluid {
      width: 100%;
      height: 180px;
      object-fit: cover;
    }
}

@media (min-width: 769px) {
    #imagedownload .img-fluid {
      width: 100%;
      height: 150px;
      object-fit: cover;
    }
}

@media (min-width: 1200px) {
    #imagedownload .img-fluid {
      width: 100%;
      height: 180px;
      object-fit: cover;
    }
}


/* ******************************************************* */
/* *                    MEDIA QUERIES                    * */
/* ******************************************************* */

@media (max-width: 768px) {
  a {
      word-break: inherit;
  }

  #topBar.in,
  #topBar2.in {
    padding-bottom: 15px;
  }
  
  #topBar.in .navbar-nav,
  #topBar2.in .navbar-nav {
    display: inherit;
  }

  #topBar.in #languageLinks.d-none,
  #topBar2.in #languageLinks.d-none {
    display: block!important;
    flex: inherit;
    padding-left: 0;
  }

  #topBar.in #languageLinks.d-none ul li,
  #topBar.in #languageLinks.d-none ul li a.nav-link,
  #topBar2.in #languageLinks.d-none ul li,
  #topBar2.in #languageLinks.d-none ul li a.nav-link {
    display: inline-block;
    width: auto;
  }

  footer .container.text-center.pb-4 {
    padding-bottom: 0 !important;
  }
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  #topBar.in .navbar-nav,
  #topBar2.in .navbar-nav {
    padding: 0 12px;
  }

  .image-right-small,
  .image-left-small {
    width: 45%;
  }

  .image-right-large,
  .image-left-large {
    width: 100%;
  }

  .image-right-small {
    margin: 0.5rem 0 1rem 1rem;
  }

  .image-left-small {
    margin: 0.5rem 1rem 1rem 0;
  }

  .navbar-brand img {
    width: 180px;
    margin: 10px 0 10px 15px;
  }

  .navbar-mobile-menu-button {
    right: 20px;
    top: 6px;
  }

  .navbar-mobile-menu-button button {
    font-size: 24px;
  }

  section {
    margin: 4rem 0;
  }

  section.alt {
    padding: 4rem 0;
  }

  #heroBanner {
    height: 160px;
    overflow: hidden;
    background-color: #fafafa;
    position: relative;
    margin: 0;
  }

  .heroHeadline h1 {
    font-size: 1.8rem;
  }

  .heroHeadline h1 span {
    margin-left: 0;
  }

  .video-languageLinks {
    right: 50px;
    top: 8px;
  }

  .video-languageLinks span {
    display: inline;
    padding: 5px 8px;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  body {
    margin-top: 0;
    margin-bottom: 78px;
  }

  h1,
  .h1,
  h2,
  .h2 {
    font-size: 2rem;
    padding-top: 2rem;
  }

  h1.smaller,
  .h1.smaller,
  h2.smaller,
  .h2.smaller {
    font-size: 1.6rem;
    padding-top: 1.6rem;
  }

  h3,
  .h3,
  h4,
  .h4 {
    font-size: 1.3rem;
    padding-top: 2rem;
  }

  #topBar #languageLinks,
  #topBar2 #languageLinks {
    position: absolute !important;
    right: 0;
    top: 10px;
  }

  #topBar .nav-link {
    font-size: 0.75rem;
  }
  
  #languageLinks .nav-link,
  #languageLinksFooter .nav-link {
    font-size: 0.75rem;
    padding: 0 3px;
  }

  #heroBanner.bordered {
      border: 1px solid #f7f7f7;
  }

  .scrollup {
    right: 40px;
  }

  .text-2-cols {
    column-count: 2;
    column-gap: 2rem;
    column-rule: 0 none;
  }

  .text-3-cols {
    column-count: 2;
    column-gap: 2rem;
    column-rule: 0 none;
  }

  .text-2-cols .staytogether,
  .text-3-cols .staytogether {
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
  }

  .image-right-small,
  .image-left-small {
    width: 40%;
  }

  .image-right-large,
  .image-left-large {
    width: 55%;
  }

  .image-right-large {
    margin: 0.5rem 0 1rem 2rem;
  }

  .image-left-large {
    margin: 0.5rem 2rem 1rem 0;
  }

  .navbar-brand img {
    width: 180px;
    height: 38px;
    margin: 10px 0 6px 0;
  }

  #topBar {
    position: inherit;
    border: 0 none;
  }

  #topBar .nav-item:last-of-type {
    padding-right: 0;
  }

  .navbar-collapse .navbar-nav {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .heroHeadline h1 {
    font-size: 1.6rem;
  }

  .heroHeadline h1 span {
    margin-left: 212px;
  }

  .teaser-blocks {
    padding-top: 5rem;
  }

  .teaser-block {
    margin-bottom: 3rem;
  }

  .bottom-line-nav {
    font-size: 0.9rem;
  }

  footer .navbar-dark .navbar-nav .nav-item {
    padding: 0 1rem;
  }

  .hamburger-box {
    width: 26px;
    height: 20px;
  }

  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 26px;
  }

  .hamburger-inner::before {
    top: -8px; 
  }

  .hamburger-inner::after {
    bottom: -8px; 
  }

  .video-languageLinks {
    right: 65px;
    top: 24px;
  }

  .cc_container {
    max-width: 420px;
    margin: 0.5rem !important;
    padding: 0.3rem 0.75rem 0.5rem 0.75rem !important;
    border-radius: 2px !important;
  }

  .cc_container .cc_btn {
    font-size: 0.825rem !important;
    line-height: 1rem !important;
    padding: 0.3rem !important;
  }

  .cc_container .cc_message {
    font-size: 0.825rem !important;
    line-height: 1rem !important;
    margin-top: 0.2rem !important;
  }

  .cc_container a, .cc_container a:visited {
    font-size: 0.825rem !important;
    line-height: 1rem !important;
  }

  .cc_container .cc_btn, .cc_container .cc_btn:visited {
    margin-top: 0.3rem !important;
  }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

  .image-right-small,
  .image-left-small  {
    width: 35%;
  }

  .navbar-brand img {
    width: 225px;
    margin: 20px 0 16px 0;
  }

  #topNav .nav-link {
    font-size: 0.875rem;
  }

  #topNav .nav-item {
    padding: 0 1rem;
  }

  footer,
  footer .navbar-light .navbar-nav .nav-link {
    font-size: 0.9rem;
  }

  footer .navbar-light .navbar-nav .nav-item {
    padding: 0 0.8rem;
  }

  .heroHeadline h1 {
    font-size: 2.2rem;
  }

  .heroHeadline h1 span {
    margin-left: 291px;
  }

  .teaser-blocks {
    padding-top: 5rem;
  }

  .teaser-block {
    margin-bottom: 5rem;
  }

  .hamburger-box {
    width: 26px;
    height: 18px;
  }

  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 26px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 

  #topNav .nav-link {
    font-size: 0.9375rem;
  }
  
  .navbar-brand img {
    width: 245px; 
  }

  footer,
  footer .navbar-light .navbar-nav .nav-link {
    font-size: 0.95rem;
  }

  .text-3-cols {
    column-count: 3;
  }

  .image-right-small,
  .image-left-small {
    width: 35%;
  }

  .image-right-large,
  .image-left-large {
    width: 55%;
  }

  .heroHeadline h1 {
    font-size: 2.5rem;
  }

  .heroHeadline h1 span {
    margin-left: 331px;
  }
  
}


@media (min-width: 992px) { 

  .fullImage img {
    width: 930px;
    height: 465px;
    object-fit: cover;
  }
}
@media (min-width: 1200px) { 

  .fullImage img {
    width: 1110px;
    height: 555px;
    object-fit: cover;
  }
}
@media (min-width: 1310px) { 
  .fullImage {
    width: 1310px;
    margin-left: -100px;
  }
  .fullImage img {
    width: 1310px;
    height: 655px;
    object-fit: cover;
  }
  .container-fluid > .fullImage {
    width: 100%;
    margin-left: 0;
  }
  .container-fluid > .fullImage img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}


/* only affecting height of elements depending on device height */
@media (min-height: 560px) {
  #heroBanner {
    height: 240px;
  }
}

@media (min-height: 740px) {
  #heroBanner {
    height: 360px;
  }
}

@media (min-height: 1000px) {
  #heroBanner {
    height: 400px;
  }
}


