/***
    Grid (Shaker)
*******************************************************************************/
/***
    Break-points
*******************************************************************************/
/***
    Color
*******************************************************************************/
/* Text Color  ********************************************/
/* Odd/Even Color ***********************************/
/* Form Input Felder ***********************************/
/***
    Font
*******************************************************************************/
/***
    Header
*******************************************************************************/
/***
    Menü
*******************************************************************************/
/***
    Components
*******************************************************************************/
/* Paragraphs *********************************************/
/* Paragraphs Timeline *********************************************/
/* Slider *************************************************/
/***
    Animation
*******************************************************************************/
/***
    Basic
****************************************************************************/
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/***
    Layout
****************************************************************************/
.section {
  width: 100%;
}
.content {
  box-sizing: border-box;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
@media screen and (max-width: 1170px) {
  .content {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 1170px) and screen and (max-width: 567px) {
  .content {
    padding-left: 17px;
    padding-right: 17px;
  }
}
/*Padding Abstand zwischen den Paragraphen (Aussen) in PIXEL!*/
.padding-abstand {
  padding-left: 3%;
  padding-right: 3%;
}
@media screen and (max-width: 567px) {
  .padding-abstand {
    padding-left: 17px;
    padding-right: 17px;
  }
}
/* Font Max Size*/
/***
    Components
****************************************************************************/
/* Link mit Pfeil 
 * --------------
 */
.link-mit-pfeil {
  text-decoration: none;
}
.link-mit-pfeil:hover {
  text-decoration: none;
}
.link-mit-pfeil:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-size: 1.2em;
  padding: 0 0.3em;
  transition: padding 0.3s cubic-bezier(.65,.05,.36,1);
}
.link-mit-pfeil:hover:after {
  padding-left: 0.5em;
}
/* Buttons 
 * -------
 * dem a-Element hinzufügen
 */
/***
    States
****************************************************************************/
/* Button Animation 
 * ----------------
 * dem a-Element hinzuf端gen
 */
.button-animation:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  transform: scale(1.01);
  -webkit-transform: scale(1.01);
}
.button-animation:active {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transform: scale(1);
  -webkit-transform: scale(1);
}
@media only screen and (max-width: 768px) {
  .button-animation:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    transform: none;
    -webkit-transform: none;
  }
  .button-animation:active {
    transform: none;
    -webkit-transform: none;
  }
}
/* Mixin f端r Image Zoom Effekt.
 * ----------------------------
 * Dem das Bild umgebenden Element hinzuf端gen.
 */
.image-zoom {
  overflow: hidden;
  display: block;
}
.image-zoom img {
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: transform 0.4s cubic-bezier(.65,.05,.36,1);
}
.image-zoom img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
@media only screen and (max-width: 768px) {
  .image-zoom img {
    transform: none;
    -webkit-transform: none;
  }
  .image-zoom img:hover {
    transform: none;
    -webkit-transform: none;
  }
}
.noOpacity {
  opacity: 1;
}
@media only screen and (max-width: 992px) {
  .nomobile {
    display: none;
  }
}
/***
    Skins
****************************************************************************/
.box-bg {
  background-color: #ffffff;
}
/* Material Design Shadows 
 * -----------------------
 * Author: Florian Kutschera (@gefangenimnetz), Conceptboard GmbH (@conceptboardapp)
 * https://medium.com/@Florian/freebie-google-material-design-shadow-helper-2a0501295a2d#.qwk59xyp0
 */
/***
    Vendor Prefixes
****************************************************************************/
.notselection {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently */
}
.borderBox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.animation_fadein {
  -webkit-animation: 1.2 ease 0s normal forwards 1 fadein;
  animation: 1.2s ease 0s normal forwards 1 fadein;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animation_fade {
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
@media only screen and (max-width: 768px) {
  .mix--fade-responsive {
    max-width: 25vw;
  }
}
.mix--fade {
  transition: all 0.4s ease;
}
.mix--fade img {
  height: 5vw;
  max-width: 300px;
}
@media only screen and (max-width: 1200px) {
  .mix--fade img {
    max-width: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .mix--fade img {
    max-width: 25vw;
  }
}
.mix--fade.big {
  height: 5vw;
}
.mix--fade.big img {
  transition: all 0.4s ease;
  max-width: 300px;
}
@media only screen and (max-width: 768px) {
  .mix--fade.big img {
    max-width: 25vw;
  }
}
.mix--fade.small {
  height: 4.5vw;
}
.mix--fade.small img {
  transition: all 0.4s ease;
  max-width: 250px;
}
@media only screen and (max-width: 768px) {
  .mix--fade.small img {
    max-width: 25vw;
  }
}
.border--top--left--radius {
  -moz-border-radius-topleft: 20px;
  /* Firefox bis Version 3.6 */
  -webkit-border-top-left-radius: 20px;
  /* Safari, Chrome (vor WebKit Version 533) */
  border-top-left-radius: 20px;
  /* Firefox 4; Browser mit CSS3 Unterstützung */
}
.header-section {
  width: 100%;
  z-index: 10;
  background: #7b3573;
  transition: all 0.4s ease;
}
.header-section img {
  height: 5vw;
  max-width: 300px;
}
@media only screen and (max-width: 1200px) {
  .header-section img {
    max-width: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .header-section img {
    max-width: 25vw;
  }
}
.header-section.big {
  height: 5vw;
}
.header-section.big img {
  transition: all 0.4s ease;
  max-width: 300px;
}
@media only screen and (max-width: 768px) {
  .header-section.big img {
    max-width: 25vw;
  }
}
.header-section.small {
  height: 4.5vw;
}
.header-section.small img {
  transition: all 0.4s ease;
  max-width: 250px;
}
@media only screen and (max-width: 768px) {
  .header-section.small img {
    max-width: 25vw;
  }
}
.header-section a.logo img,
.header-section a.logotwo img {
  transition: all 0.4s ease;
}
.header-section a.logo img img,
.header-section a.logotwo img img {
  height: 5vw;
  max-width: 300px;
}
@media only screen and (max-width: 1200px) {
  .header-section a.logo img img,
  .header-section a.logotwo img img {
    max-width: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .header-section a.logo img img,
  .header-section a.logotwo img img {
    max-width: 25vw;
  }
}
.header-section a.logo img.big,
.header-section a.logotwo img.big {
  height: 5vw;
}
.header-section a.logo img.big img,
.header-section a.logotwo img.big img {
  transition: all 0.4s ease;
  max-width: 300px;
}
@media only screen and (max-width: 768px) {
  .header-section a.logo img.big img,
  .header-section a.logotwo img.big img {
    max-width: 25vw;
  }
}
.header-section a.logo img.small,
.header-section a.logotwo img.small {
  height: 4.5vw;
}
.header-section a.logo img.small img,
.header-section a.logotwo img.small img {
  transition: all 0.4s ease;
  max-width: 250px;
}
@media only screen and (max-width: 768px) {
  .header-section a.logo img.small img,
  .header-section a.logotwo img.small img {
    max-width: 25vw;
  }
}
.header-section .region--primary-menu {
  transition: all 0.4s ease;
  margin-top: 0px;
}
.header-section .region--primary-menu.big {
  margin-top: 0px;
}
.header-section .region--primary-menu.small {
  margin-top: 0px;
}
.header-section.small {
  background: #f5f5f5;
}
.header-content {
  box-sizing: border-box;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  margin-bottom: -8px;
  display: flex;
}
@media screen and (max-width: 1170px) {
  .header-content {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 1170px) and screen and (max-width: 567px) {
  .header-content {
    padding-left: 17px;
    padding-right: 17px;
  }
}
.header-content .logos {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 57.08333333%;
  float: left;
  margin-left: calc(3% / 2);
  margin-right: calc(3% / 2);
  margin-right: auto;
}
.header-content .logos:first-child {
  margin-left: 0;
}
.header-content .logos:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .header-content .logos {
    margin-left: 0;
    margin-right: 0;
  }
}
.header-content .region--header {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 39.91666667%;
  float: left;
  margin-left: calc(3% / 2);
  margin-right: calc(3% / 2);
}
.header-content .region--header:first-child {
  margin-left: 0;
}
.header-content .region--header:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .header-content .region--header {
    margin-left: 0;
    margin-right: 0;
  }
}
.header-content .region--header .contextual .trigger {
  right: -18px;
}
.header-content .region--header .paragraph-section .contextual .trigger {
  right: 6px;
}
.header-content:before,
.header-content:after {
  content: "";
  display: table;
}
.header-content:after {
  clear: both;
}
@media only screen and (max-width: 768px) {
  .header-content {
    margin-bottom: -10px;
  }
}
@media only screen and (max-width: 480px) {
  .header-content {
    margin-bottom: -6px;
  }
}
.header-content .region--header {
  height: 110px;
  width: 33%;
}
@media only screen and (max-width: 1700px) {
  .header-content .region--header {
    height: 100px;
  }
}
@media only screen and (max-width: 1500px) {
  .header-content .region--header {
    height: 90px;
  }
}
@media only screen and (max-width: 1300px) {
  .header-content .region--header {
    height: 75px;
  }
}
@media only screen and (max-width: 1300px) {
  .header-content .region--header {
    height: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .header-content .region--header {
    display: none;
  }
}
.header-content .region--header #block-footersymbole {
  height: 100%;
}
.header-content .region--header .field__items,
.header-content .region--header .field--type-entity-reference-revisions,
.header-content .region--header .field--name-field-absatz {
  display: flex;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}
.header-content .region--header .field__items .field__item,
.header-content .region--header .field--type-entity-reference-revisions .field__item,
.header-content .region--header .field--name-field-absatz .field__item {
  margin: 0 auto;
  flex-basis: 4em;
  margin-right: 2px;
  margin-left: 2px;
  color: transparent;
  margin-top: auto;
  margin-bottom: auto;
}
@media only screen and (max-width: 768px) {
  .header-content .region--header .field__items .field__item,
  .header-content .region--header .field--type-entity-reference-revisions .field__item,
  .header-content .region--header .field--name-field-absatz .field__item {
    flex-basis: 5em;
  }
}
.header-content .region--header .field__items .field__item .paragraph--type--p-symbol-element .paragraph-content,
.header-content .region--header .field--type-entity-reference-revisions .field__item .paragraph--type--p-symbol-element .paragraph-content,
.header-content .region--header .field--name-field-absatz .field__item .paragraph--type--p-symbol-element .paragraph-content {
  padding: 0px;
}
.header-content .region--header .field__items .field__item .paragraph--type--p-symbol-element .field--name-field-symbol img,
.header-content .region--header .field--type-entity-reference-revisions .field__item .paragraph--type--p-symbol-element .field--name-field-symbol img,
.header-content .region--header .field--name-field-absatz .field__item .paragraph--type--p-symbol-element .field--name-field-symbol img {
  width: 100%;
  height: auto !important;
}
.logo,
.logotwo {
  margin-top: 18px;
  margin-bottom: -3px;
  display: inline-block;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently */
  margin-right: -5px;
  border-top: 1px solid #f5f5f5;
  border-left: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
  background-color: #ffffff;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
@media only screen and (max-width: 768px) {
  .logo,
  .logotwo {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
}
.logo img,
.logotwo img {
  width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .logo img,
  .logotwo img {
    max-width: 25vw;
  }
}
.logotwo {
  height: 3vw;
  border-top-left-radius: 0px;
}
@media only screen and (max-width: 480px) {
  .logotwo {
    padding: 2px 5px 0px 0px;
  }
}
.logotwo img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 1;
  width: 60%;
  margin: 0 auto;
  height: 3vw;
}
@media only screen and (max-width: 768px) {
  .logotwo img {
    max-width: 25vw;
  }
}
@media only screen and (max-width: 1200px) {
  .logotwo img {
    margin-top: 0;
  }
}
.logotwo img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.region--secondary-menu {
  box-sizing: border-box;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  height: 0;
}
@media screen and (max-width: 1170px) {
  .region--secondary-menu {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 1170px) and screen and (max-width: 567px) {
  .region--secondary-menu {
    padding-left: 17px;
    padding-right: 17px;
  }
}
.region--secondary-menu .contextual {
  right: -32px;
}
.region--primary-menu {
  box-sizing: border-box;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  background-color: #ffffff;
  height: 110px;
  padding: 35px 35px 35px 0px;
}
@media screen and (max-width: 1170px) {
  .region--primary-menu {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 1170px) and screen and (max-width: 567px) {
  .region--primary-menu {
    padding-left: 17px;
    padding-right: 17px;
  }
}
@media only screen and (max-width: 1200px) {
  .region--primary-menu {
    box-sizing: border-box;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1200px) and screen and (max-width: 1170px) {
  .region--primary-menu {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media only screen and (max-width: 1200px) and screen and (max-width: 1170px) and screen and (max-width: 567px) {
  .region--primary-menu {
    padding-left: 17px;
    padding-right: 17px;
  }
}
@media only screen and (max-width: 960px) {
  .region--primary-menu {
    box-sizing: border-box;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 960px) and screen and (max-width: 1170px) {
  .region--primary-menu {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media only screen and (max-width: 960px) and screen and (max-width: 1170px) and screen and (max-width: 567px) {
  .region--primary-menu {
    padding-left: 17px;
    padding-right: 17px;
  }
}
@media only screen and (max-width: 768px) {
  .region--primary-menu {
    height: 50px;
    padding: 10px 35px 15px 0px;
  }
}
@media only screen and (max-width: 480px) {
  .region--primary-menu {
    height: 50px;
    padding: 10px 10px 10px 10px;
    font-size: 0px;
  }
}
.region--primary-menu .contextual {
  right: -32px;
}
.block-language-blocklanguage-interface {
  box-sizing: border-box;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  position: absolute;
  padding-top: 12px;
  font-size: 0.8em;
}
@media screen and (max-width: 1170px) {
  .block-language-blocklanguage-interface {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 1170px) and screen and (max-width: 567px) {
  .block-language-blocklanguage-interface {
    padding-left: 17px;
    padding-right: 17px;
  }
}
.block-language-blocklanguage-interface ul {
  text-align: right;
  margin: 0;
  padding: 0;
}
.block-language-blocklanguage-interface ul li {
  z-index: 1;
  display: inline-block;
  position: relative;
  padding-left: 12px;
  color: #7b3573;
}
.block-language-blocklanguage-interface ul li a {
  color: #7b3573;
}
body.de .block-language-blocklanguage-interface ul li {
  color: #7b3573;
}
body.de .block-language-blocklanguage-interface ul li a {
  color: #7b3573;
}
body.de .block-language-blocklanguage-interface ul li.de {
  color: #7b3573;
}
body.de .block-language-blocklanguage-interface ul li.de a {
  color: #7b3573;
}
body.fr .block-language-blocklanguage-interface ul li {
  color: #7b3573;
}
body.fr .block-language-blocklanguage-interface ul li a {
  color: #7b3573;
}
body.fr .block-language-blocklanguage-interface ul li.fr {
  color: #7b3573;
}
body.fr .block-language-blocklanguage-interface ul li.fr a {
  color: #7b3573;
}
body.pt-br .block-language-blocklanguage-interface ul li {
  color: #7b3573;
}
body.pt-br .block-language-blocklanguage-interface ul li a {
  color: #7b3573;
}
body.pt-br .block-language-blocklanguage-interface ul li.en {
  color: #7b3573;
}
body.pt-br .block-language-blocklanguage-interface ul li.en a {
  color: #7b3573;
}
body.pt-br .block-language-blocklanguage-interface ul li {
  color: #7b3573;
}
body.pt-br .block-language-blocklanguage-interface ul li a {
  color: #7b3573;
}
body.pt-br .block-language-blocklanguage-interface ul li.pt-br {
  color: #7b3573;
}
body.pt-br .block-language-blocklanguage-interface ul li.pt-br a {
  color: #7b3573;
}
