.schraeg {
  display: inline-block;
  transform: rotate(30deg);
  transform-origin: left center;
  margin-left: 200px;
  margin-top: 100px;
  font-size: xx-large;
  font-family: ui-serif;
  font-weight: 600;
  color: #ff3300;
}

.stempel {
  width: 140px;
  height: 140px;
  border: 5px solid rgba(25, 70, 150, 0.55);
  border-radius: 50%;
  color: rgba(25, 70, 150, 0.7);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: monospace, monospace;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 1.1;
  transform: rotate(-12deg);
  box-shadow:
    0 0 0 1px rgba(25, 70, 150, 0.15) inset,
    0 0 8px rgba(25, 70, 150, 0.12);
}

.stempel span {
  display: inline-block;
  transform: rotate(-18deg);
  text-shadow: 0 0 2px rgba(25, 70, 150, 0.25);
}

.stempel a {
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out !important;
  color: var(--rot) !important;
}

.stempel a:hover, .stempel span:hover {
  color: var(--hover) !important;
  text-decoration: none !important;
}

.stempel a:after {
  background: transparent !important;
}


/* disable .modal thumbnail request in body */
/* TODO: .modal für Bilder in Thumbnails wieder aktivieren */

.modal {
  display: none;
}


/* seealso modul */

.view-id-zd_seealso, #ZDDESK {
  margin-top: 2.5rem; }
/*.view-id-zd_seealso a.zd-logo, #ZDDESK a.zd-logo {
  background: url("../images/zd_logo_zd.png");
  background-repeat: no-repeat !important;
  -webkit-background-size: contain;
  background-size: contain;
  display: inline-block;
  height: 3rem;
  width: 100%; }*/
.view-id-zd_seealso .sub-panel-sub-title-description, #ZDDESK .sub-panel-sub-title-description {
  font-size: 0.875rem; }
.view-id-zd_seealso .zd-digital ul, #ZDDESK .zd-digital ul {
  list-style: none;
  padding-left: 0; }
.view-id-zd_seealso .zd-digital ul span.docupedia, #ZDDESK .zd-digital ul span.docupedia {
  color: #813223; }
.view-id-zd_seealso .zd-digital ul span.zol, #ZDDESK .zd-digital ul span.zol {
  color: #CD8013; }
.view-id-zd_seealso .zd-digital ul span.vh, #ZDDESK .zd-digital ul span.vh {
  color: #658B3A; }
.view-id-zd_seealso .zd-digital ul span.zf, #ZDDESK .zd-digital ul span.zf {
  color: #B80000; }
.view-id-zd_seealso .zd-digital ul span.edok, #ZDDESK .zd-digital ul span.edok {
  color: #366B95; }


/* normalize */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  overflow: auto;
  font-family: monospace, monospace;
  font-size: 1em;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
  border-radius: 0;
}

select {
  border-radius: 0;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
  border-radius: 0;
  -webkit-appearance: none !important;
  cursor: pointer;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="submit"] {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

::-moz-selection {
  background: #b7e6f8;
  text-shadow: none;
}

audio, canvas, iframe, svg, video {
  vertical-align: middle;
}

img {
  vertical-align: top;
}

h1 img {
  vertical-align: middle;
  margin: -7px 0 0 5px;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.hidden, .invisible, .visually-hidden {
  display: none !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after, .clear {
  clear: both;
}

/* nur safari */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

svg:not(:root) {
  overflow: hidden;
}

::-ms-input-placeholder {
  color: #111;
}

::placeholder {
  color: #111;
}

/* root */
:root {
  --rot: #ff3300;
  --rot-back: #f8f1ee;
  --hover: #111;
  --dunkelrot: #b70d01;
}

/* FONTS */
/* source-sans-pro */
@font-face {
  font-family: 'SourceSansPro';
  font-style: normal;
  font-weight: 400;
  src: local(''), url('fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'), url('fonts/source-sans-pro-v21-latin-regular.woff') format('woff');
}

@font-face {
  font-family: 'SourceSansPro';
  font-style: italic;
  font-weight: 400;
  src: local(''), url('fonts/source-sans-pro-v21-latin-italic.woff2') format('woff2'), url('fonts/source-sans-pro-v21-latin-italic.woff') format('woff');
}

@font-face {
  font-family: 'SourceSansPro';
  font-style: normal;
  font-weight: 600;
  src: local(''), url('fonts/source-sans-pro-v21-latin-600.woff2') format('woff2'), url('fonts/source-sans-pro-v21-latin-600.woff') format('woff');
}

@font-face {
  font-family: 'SourceSansPro';
  font-style: normal;
  font-weight: 700;
  src: local(''), url('fonts/source-sans-pro-v21-latin-700.woff2') format('woff2'), url('fonts/source-sans-pro-v21-latin-700.woff') format('woff');
}

@font-face {
  font-family: 'SourceSansPro';
  font-style: italic;
  font-weight: 700;
  src: local(''), url('fonts/source-sans-pro-v21-latin-700italic.woff2') format('woff2'), url('fonts/source-sans-pro-v21-latin-700italic.woff') format('woff');
}

/* plus-jakarta-sans */
@font-face {
  font-display: swap;
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/plus-jakarta-sans-v7-latin-500.woff2') format('woff2'), url('fonts/plus-jakarta-sans-v7-latin-500.woff') format('woff');
}

@font-face {
  font-display: swap;
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/plus-jakarta-sans-v7-latin-600.woff2') format('woff2'), url('fonts/plus-jakarta-sans-v7-latin-600.woff') format('woff');
}

@font-face {
  font-display: swap;
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/plus-jakarta-sans-v7-latin-700.woff2') format('woff2'), url('fonts/plus-jakarta-sans-v7-latin-700.woff') format('woff');
}

/* icons */
@font-face {
  font-family: 'icons';
  src: url('fonts/icons.eot');
  src: url('fonts/icons.eot#iefix') format('embedded-opentype'), url('fonts/icons.ttf') format('truetype'), url('fonts/icons.woff') format('woff'), url('fonts/icons.svg#icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow1:before {
  content: "\e900";
}

.icon-arrow2:before {
  content: "\e901";
}

.icon-facebook:before {
  content: "\e902";
}

.icon-instagram:before {
  content: "\e903";
}

.icon-mail1:before {
  content: "\e904";
}

.icon-mail2:before {
  content: "\e905";
}

.icon-map:before {
  content: "\e906";
}

.icon-pdf1:before {
  content: "\e907";
}

.icon-pdf2:before {
  content: "\e908";
}

.icon-pdf2 {
  font-size: 20px;
}

.icon-print1:before {
  content: "\e909";
}

.icon-print3:before {
  content: "\e90a";
}

.icon-search:before {
  content: "\e90b";
}

.icon-search1:before {
  content: "\e90c";
}

.icon-twitter:before {
  content: "\e90d";
}

.icon-up:before {
  content: "\e90e";
}

/* allgemein */
* {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  height: 100%;
  width: 100%;
}

html {
  font-size: 100%;
}

body {
  font-family: 'SourceSansPro', Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
  color: #111;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}

body.nav_active {
  overflow: hidden;
}

.wrap {
  min-height: 100%;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: var(--rot);
}

*:focus {
  outline: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
}

nav ul, ul {
  list-style: none;
  list-style-image: none;
}

.transit, input.submit, a img, a h2 {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

b, strong, .bold {
  font-weight: 600;
}

.hidden {
  display: none;
}

.center {
  max-width: 1520px;
  margin: 0 auto;
  position: relative;
  padding: 0 60px;
}

.italic {
  font-style: italic;
}

.fade_in {
  opacity: 0;
  transition: all .5s ease-out;
}

.fade_in_slow {
  opacity: 0;
  transition: all .5s ease-out .75s;
}

.fade_out {
  opacity: 1;
  transition: all .5s ease-out;
}

.fade_left {
  transition: all .5s ease-out;
  transform: translateX(-10px);
  opacity: 0;
}

.fade_right {
  transition: all .5s ease-out;
  transform: translateX(10px);
  opacity: 0;
}

.fade_up {
  transition: all .5s ease-out;
  transform: translateY(10px);
  opacity: 0;
}

.show.fade_in, .show.fade_in_slow, .show.fade_left, .show.fade_right, .show.fade_up {
  transform: translate(0px, 0px) scale(1.0) rotate(0deg) !important;
  opacity: 1 !important;
}

.show.fade_out {
  opacity: 0 !important;
}

/* header mit animation */
header {
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
  height: 160px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: #fff;
}

.down header {
  top: -160px;
  height: 120px;
}

.up header {
  top: 0;
  height: 120px;
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, .5);
}

.nav_active.up header {
}

.nav_active header, .up.nav_active header, .down.nav_active header {
  top: 0;
}

.logo {
  position: relative;
  float: left;
  top: 50px;
  font-family: 'Plus Jakarta Sans';
}

.logo .logo_main {
  display: block;
  font-weight: 600;
  font-size: 1.875rem;
  margin-bottom: 5px;
}

.logo .logo_sub {
  color: #111;
  line-height: 1.3;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .3s ease-out .8s;
  transition: all .3s ease-out .8s;
}

.down header .logo .logo_sub, .up header .logo .logo_sub {
  display: none;
}

/* hamburger mobile */
.hamburger {
  position: absolute;
  z-index: 100;
  right: 40px;
  top: 30px;
  width: 40px;
  height: 22px;
  display: none;
  cursor: pointer;
  background: transparent;
}

.hamburger .line {
  display: block;
  background: #000;
  width: 40px;
  height: 3px;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.hamburger .line.line-1 {
  top: 0;
}

.hamburger .line.line-2 {
  top: 50%;
}

.hamburger .line.line-3 {
  top: 100%;
}

.hamburger.is-active .line-1 {
  transform: translateY(11px) translateX(0) rotate(45deg);
}

.hamburger.is-active .line-2 {
  opacity: 0;
}

.hamburger.is-active .line-3 {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
}

/* navigation */
.up .navigation, .down .navigation {
}

.navigation {
  position: relative;
  z-index: 90;
  margin-top: 60px;
  font-family: 'Plus Jakarta Sans';
  color: #111;
}

.navigation a {
  color: #111;
  position: relative;
  display: inline-block;
}

.no-touchevents .navigation a:after, .no-touchevents .show_search:after {
  content: "";
  z-index: -1;
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: -2px;
  left: 0;
  background: var(--rot);
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.no-touchevents .navigation a:hover:after, .no-touchevents .show_search:hover:after {
  visibility: visible;
  width: 100%;
}

.menu {
  position: relative;
  float: right;
}

.menu li {
  margin-left: 60px;
  display: inline-block;
  position: relative;
}

.menu li:first-child {
  margin-left: 0;
}

.menu li.active a:after, .menu li.trail a:after {
  visibility: visible;
  width: 100%;
}

.menu li.active .active {
  position: relative;
  padding-bottom: 3px;
}

.menu li.active .active:after {
  content: "";
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0px;
  left: 0;
  background: #fff;
}

.language_link {
  position: absolute !important;
  top: -40px;
  right: 0;
  font-size: 1rem;
}


.print_link {
  position: absolute !important;
  top: -40px;
  right: 30px;
  font-size: 1.1rem;
}

.print_link_admin {
  position: absolute !important;
  top: 53px;
  right: 250px;
  font-size: 1.1rem;
}


.navigation a.english_link:hover, .navigation a.english_link.active {
  color: var(--rot);
}

.navigation a.english_link:hover:after {
  visibility: hidden;
  width: 0;
}

/* search */
.show_search {
  position: relative;
  background: none;
  float: right;
  color: #111;
  margin-left: 60px;
}

.show_search .icon {
  position: relative;
  top: 5px;
}

#searchmenu {
  position: fixed;
  z-index: 110;
  top: -5000px;
  width: 100%;
  background: rgba(0, 0, 0, .8);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#searchmenu.active {
  top: 0;
}

#searchmenu .center {
  padding-top: 50px;
}

.logo_search {
  float: left;
  top: 50px;
  font-family: 'Plus Jakarta Sans';
  font-weight: 600;
  font-size: 1.875rem;
  color: #fff;
}

.center_search {
  max-width: 1000px;
  margin: 100px auto;
  position: relative;
}


#searchmenu form {
  margin: -10px 0 40px;
}

input.form-text {
  position: relative;
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  padding: 0 10px;
  background: #fff;
  border: 1px solid #111;
}

/* zuruecksetzen button auf dem hervorgehobenen Filter der Artikel Ansicht */

.input-wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
  background: #fff;
  margin-bottom: 20px;
  border: 1px solid #111;
}

.input-wrapper::before {
position: absolute;
right: 0;
top: 0;
height: 50px;
line-height: 50px;
width: 50px;
text-align: center;
color: #fff;
font-size: 1.25rem;
background: var(--rot);
font-family: 'icons';
content: "\e900";
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}


.form-wrapper input {
  margin-top: 30px;
}


.select-flex {
  clear: both;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 30px;
  column-gap: 30px;
  row-gap: 0;
}

.select-wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
  background: #fff;
  margin-bottom: 20px;
  border: 1px solid #111;
}

.select-wrapper:before {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  line-height: 50px;
  width: 50px;
  text-align: center;
  color: #fff;
  font-size: 1.25rem;
  background: var(--rot);
  font-family: 'icons';
  content: "\e900";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.form-select {
  position: relative; /* width: 100%; */
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
}

.close {
  background: none;
  position: relative;
  float: right;
  width: 36px;
  height: 36px;
  margin-top: 5px;
}

.close:hover {
  transform: rotate(90deg);
}

.close:before, .close:after {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
  height: 4px;
  background: #fff;
}

.close:after {
  transform: rotate(-45deg);
}

.close:before {
  transform: rotate(45deg);
}

#searchmenu .submit {
  position: relative;
  height: 48px;
  line-height: 48px;
  background: var(--rot);
  color: #fff;
  text-transform: uppercase;
  font-size: 1.5rem;
  text-align: left;
  padding: 0 70px 0 30px;
  margin-top: 20px;
  border-radius: 24px;
  float: right;
}

#searchmenu .submit:after {
  font-family: 'icons';
  content: "\e900";
  font-size: 1.25rem;
  position: absolute;
  right: 30px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

#searchmenu .submit:hover:after {
  right: 20px;
}

/* allgemein main */
main {
  position: relative;
  padding-top: 280px;
}

main a:hover {
  color: var(--hover);
}

.artikel_top h1 {
  margin: 0;
}

h1, h2, h3, h4 {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  line-height: 1.2;
}

h1 {
  font-size: 2.5rem;
  font-weight: 700;
}

h2 {
  font-size: 1.875rem;
  font-weight: 600;
}

h3 {
  font-size: 1.875rem;
  font-weight: 500;
}

h4 {
  font-size: 1.25rem;
  font-weight: 500;
}

h5 {
  font-size: 1.125rem;
  font-weight: 600;
  font-style: normal;
}

.normal {
  font-family: 'SourceSansPro', Arial, Helvetica, sans-serif;
}

section {
  position: relative;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  position: relative;
}

.ce_text ul li {
  list-style: square outside;
  margin-left: 22px;
}

.float_right {
  float: right;
}

.float_left {
  float: left;
}

/* Bilder */
picture, figure {
  position: relative;
  display: inline-block;
}

.bildinfo_box {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .6);
  color: #fff;
  font-size: 1rem;
  padding: 5px 15px;
  text-align: left;
  max-width: 100%;
}

.autorin_img .bildinfo_box {
  position: relative !important;
  margin-top: -34px;
  max-width: 36%;
}

.show_bildinfo, .show_bildinfo:hover {
  color: #fff;
  text-decoration: none !important;
}

.artikel_main .figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .6);
  color: #fff;
  font-size: 1rem;
  padding: 5px 15px;
  text-align: left;
  max-width: 100%;
}

#Cumulus .thumb .thumbcaption {
  left: 0;
  bottom: 0;
  background: #000;
  color: #fff;
  font-size: 1rem;
  padding: 5px 15px;
  text-align: left;
  max-width: 100%;
  text-decoration: none !important;
}

.show_bildinfo:after {
  position: relative;
  content: " +";
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.bildinfo_box.active .show_bildinfo:after {
  content: " -";
}

.bildinfo_box:hover, .bildinfo_box.active {
  background: #000;
}

.autorin_img .bildinfo_box.active {
  max-width: 200px;
}

.bildinfo {
  display: none;
  padding: 10px 0;
  word-wrap: break-word;
}

.bildinfo a {
  color: #fff;
}

.bildinfo a:hover {
  color: var(--rot);
}

.top_image {
  position: relative;
}

.top_image img {
  width: 100%;
  height: auto;
}

.top_image picture, .top_image figure {
  display: block;;
}

/* footer */
.scroll_top {
  position: fixed;
  z-index: 90;
  bottom: 30px;
  right: 30px;
  opacity: 0;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background: var(--rot);
  color: #fff;
}

.scroll_top:after {
  position: absolute;
  left: 0;
  width: 50px;
  text-align: center;
  font-family: 'icons';
  font-weight: 400;
  font-size: 1.75rem;
  content: "\e90e";
  line-height: 50px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.scroll_top.active {
  opacity: .5;
}

.scroll_top.active:hover {
  opacity: 1;
}

footer {
  font-size: 1rem;
  margin-top: 180px;
}

.footer_top .leibniz {
  position: relative;
  margin: 0 100px;
}

.footer_top .clio {
  position: relative;
  top: 20px;
}

.footer_top .wir {
  position: relative;
  float: right;
  text-align: right;
}

.footer_bottom {
  background: var(--rot-back);
  color: #000;
  padding: 20px 0;
  margin-top: 30px;
}

.footer_bottom .social_nav {
  float: left;
  width: 60px;
}

.footer_bottom .footer_nav {
  text-transform: uppercase;
}

.footer_bottom li {
  display: block;
  position: relative;
  float: left;
  margin-right: 30px;
  height: 32px;
}

.footer_bottom a {
  color: #000;
  position: relative;
  display: inline-block;
  height: 32px;
  line-height: 32px;
}

.footer_bottom a:hover, .footer_bottom li.active a {
  color: var(--rot);
}

.footer_bottom a.icon_link {
  overflow: hidden;
  color: transparent;
}

.footer_bottom a.icon_link:after {
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'icons';
  font-weight: 400;
  font-size: 2rem;
  color: #000;
}

.footer_bottom a.icon_link:hover:after {
  color: var(--rot);
}

.footer_bottom a.icon_link.facebook:after {
  content: "\e902";
}

.mobile_transparent_menu {
  position: fixed;
  z-index: 80;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: rgba(0, 0, 0, .7);
  display: none;
}

.nav_active .mobile_transparent_menu {
  display: block;
}

/* allgemein ALLE SEITEN */
a.more_link, a.back_link {
  position: relative;
  display: inline-block;
  height: 44px;
  line-height: 44px;
  background: var(--rot);
  color: #fff;
  text-align: left;
  padding: 0 70px 0 30px;
  margin-top: 30px;
  border-radius: 22px;
  margin-top: 50px;
}

a.back_link {
  padding: 0 30px 0 70px;
}

a.more_link:after {
  font-family: 'icons';
  content: "\e900";
  font-size: 1.125rem;
  position: absolute;
  right: 30px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a.back_link:before {
  font-family: 'icons';
  content: "\e900";
  font-size: 1.125rem;
  position: absolute;
  left: 30px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

a.more_link:hover, a.back_link:hover {
  color: #fff !important;
}

a.more_link:hover:after {
  right: 20px;
}

a.back_link:hover:before {
  left: 20px;
}

.breadcrumb {
  position: relative;
  margin: -50px 0 50px;
}

.mod_breadcrumb {
  font-size: 1.125rem;
  padding: 10px 0;
}

.mod_breadcrumb li {
  float: left;
  margin-right: 15px;
}

.mod_breadcrumb li a {
  color: #666;
  position: relative;
  display: inline-block;
}

.mod_breadcrumb li a:after {
  font-family: 'icons';
  content: "\e901";
  font-size: .8rem;
  margin-left: 15px;
  color: #333;
}

.mod_breadcrumb li a:hover, .mod_breadcrumb li.active span.active {
  color: #000;
}

/* responsive mediaqueries */

@media (max-width: 1100px) {

}

/* nav break */
@media (max-width: 1024px) {

  .stempel {display: none !important;}



  .down header, .up header {
    height: 80px;
  }

  .logo {
    position: relative;
    z-index: 100;
    float: left;
    top: 20px;
  }

  .hamburger {
    display: block;
  }

  .navigation {
    position: fixed;
    float: none;
    z-index: 90;
    top: 0;
    margin-top: 0;
    left: 100%;
    width: 50%;
    height: 350px;
    background: #fff;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .menu {
    float: none;
    padding: 50px 0 0 40px;
  }

  .navigation.is-active {
    left: 50%;
  }

  .menu li {
    display: block;
    margin: 15px 0;
  }

  .menu li.active .active {
  }

  .show_search {
    float: none;
    top: 200px;
    margin-left: 40px;
  }

  .english_link {
    position: absolute !important;
    top: 280px;
    right: auto;
    left: 40px;
  }

  #searchmenu .center {
    padding-top: 20px;
  }

  main {
    padding-top: 220px;
  }

  .scroll_top {
    bottom: 20px;
    right: 20px;
  }

  .select-flex {display: block;}
}

@media (max-width: 960px) {

  .stempel {display: none !important;}

  .logo .logo_main, h3 {
    font-size: 1.75rem;
  }

  .select-flex {display: block;}

}

@media (max-width: 800px) {

  .stempel {display: none !important;}

  header {
    height: 130px;
  }

  .center, .center2, .center3, .center_text, .center4 {
    padding: 0 30px;
  }

  .logo .logo_main, .logo_search {
    font-size: 1.5rem;
  }

  .logo .logo_sub {
    font-size: .9rem;
  }

  .hamburger {
    right: 30px;
  }

  h1 {
    font-size: 2.25rem;
  }

  h2 {
    font-size: 1.75rem;
  }

  h3 {
    font-size: 1.375rem;
  }

  .close {
    margin-top: -5px;
  }

  .select-flex {display: block;}

}

@media (max-width: 600px) {

  .stempel {display: none !important;}

  header {
    height: 120px;
  }

  .center, .center2, .center3, .center_text, .center4 {
    padding: 0 20px;
  }

  .down header, .up header {
    height: 70px;
  }

  .logo {
    top: 15px;
  }

  .hamburger {
    right: 20px;
    top: 20px;
    width: 35px;
  }

  .hamburger .line {
    width: 35px;
  }

  .navigation {
    width: 100%;
  }

  .navigation.is-active {
    left: 0;
  }

  .menu {
    padding: 80px 0 0 20px;
    background: #fff;
  }

  .menu li {
    display: block;
    margin: 5px 0;
  }

  .show_search {
    top: 200px;
    margin-left: 20px;
  }

  .english_link {
    position: absolute !important;
    top: 240px;
    right: auto;
    left: 20px;
  }

  h1 {
    font-size: 1.75rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  #searchmenu {
    max-height: 100%;
    overflow-y: auto;
  }

  .center_search {
    margin: 50px auto;
  }

  .select-flex {
    grid-template-columns: repeat(1, 1fr);
  }

  main {
    padding-top: 180px;
  }

  .footer_top img {
    display: block;
    margin: 30px 0;
  }

  .footer_top .leibniz {
    position: relative;
    margin: 0;
  }

  .footer_top .clio {
    position: relative;
    top: 0;
  }

  .footer_top .wir {
    position: relative;
    float: right;
    text-align: right;
  }

  .select-flex {display: block;}

}

@media (max-width: 500px) {
  .logo .logo_main, .logo_search {
    font-size: 1.25rem;
  }

  .select-flex {display: block;}
}

@media (max-width: 350px) {
  .logo .logo_main, .logo_search {
    font-size: 1rem;
  }

  .logo .logo_sub {
    font-size: .8rem;
  }

  .select-flex {display: block;}
}

@media (max-height: 400px) and (orientation: landscape) {

}

@media (max-height: 620px) and (orientation: landscape) {

}

@media (max-height: 540px) and (orientation: landscape) {

}

@media (max-width: 350px) {

}

@media (min-height: 570px) AND (max-width: 960px) {

}

/* animsition CSS für sanften Seitenübergang */
.animsition, .animsition-overlay {
  position: relative;
  opacity: 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.animsition-overlay-slide {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #fff
}

.animsition-loading, .animsition-loading:after {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  border-radius: 50%;
  z-index: 2
}

.animsition-loading {
  background-color: transparent;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-name: animsition-loading;
  animation-name: animsition-loading
}

@-webkit-keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

@keyframes fade-in {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

.fade-in {
  -webkit-animation-name: fade-in;
  animation-name: fade-in
}

@-webkit-keyframes fade-out {
  0% {
    opacity: 1
  }
  to {
    opacity: 0
  }
}

@keyframes fade-out {
  0% {
    opacity: 1
  }
  to {
    opacity: 0
  }
}

.fade-out {
  -webkit-animation-name: fade-out;
  animation-name: fade-out
}

@-webkit-keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}

@keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}

.fade-in-up {
  -webkit-animation-name: fade-in-up;
  animation-name: fade-in-up
}

@-webkit-keyframes fade-out-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
  to {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0
  }
}

@keyframes fade-out-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
  to {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0
  }
}

.fade-out-up {
  -webkit-animation-name: fade-out-up;
  animation-name: fade-out-up
}

@-webkit-keyframes fade-in-up-sm {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}

@keyframes fade-in-up-sm {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}

.fade-in-up-sm {
  -webkit-animation-name: fade-in-up-sm;
  animation-name: fade-in-up-sm
}

@-webkit-keyframes fade-out-up-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
  to {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0
  }
}

@keyframes fade-out-up-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
  to {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0
  }
}

.fade-out-up-sm {
  -webkit-animation-name: fade-out-up-sm;
  animation-name: fade-out-up-sm
}

@-webkit-keyframes fade-in-up-lg {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}

@keyframes fade-in-up-lg {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}

.fade-in-up-lg {
  -webkit-animation-name: fade-in-up-lg;
  animation-name: fade-in-up-lg
}

@-webkit-keyframes fade-out-up-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
  to {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0
  }
}

@keyframes fade-out-up-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
  to {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0
  }
}

.fade-out-up-lg {
  -webkit-animation-name: fade-out-up-lg;
  animation-name: fade-out-up-lg
}

@-webkit-keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}

@keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}

.fade-in-down {
  -webkit-animation-name: fade-in-down;
  animation-name: fade-in-down
}

@-webkit-keyframes fade-out-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
  to {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0
  }
}

@keyframes fade-out-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
  to {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0
  }
}

.fade-out-down {
  -webkit-animation-name: fade-out-down;
  animation-name: fade-out-down
}

@-webkit-keyframes fade-in-down-sm {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}

@keyframes fade-in-down-sm {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}

.fade-in-down-sm {
  -webkit-animation-name: fade-in-down-sm;
  animation-name: fade-in-down-sm
}

@-webkit-keyframes fade-out-down-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
  to {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0
  }
}

@keyframes fade-out-down-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
  to {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0
  }
}

.fade-out-down-sm {
  -webkit-animation-name: fade-out-down-sm;
  animation-name: fade-out-down-sm
}

.fade-in-down-lg {
  -webkit-animation-name: fade-in-down;
  animation-name: fade-in-down
}

@-webkit-keyframes fade-out-down-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
  to {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0
  }
}

@keyframes fade-out-down-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
  to {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0
  }
}

.fade-out-down-lg {
  -webkit-animation-name: fade-out-down-lg;
  animation-name: fade-out-down-lg
}

@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
}

@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
}

.fade-in-left {
  -webkit-animation-name: fade-in-left;
  animation-name: fade-in-left
}

@-webkit-keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
  to {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0
  }
}

@keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
  to {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0
  }
}

.fade-out-left {
  -webkit-animation-name: fade-out-left;
  animation-name: fade-out-left
}

@-webkit-keyframes fade-in-left-sm {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
}

@keyframes fade-in-left-sm {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
}

.fade-in-left-sm {
  -webkit-animation-name: fade-in-left-sm;
  animation-name: fade-in-left-sm
}

@-webkit-keyframes fade-out-left-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
  to {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0
  }
}

@keyframes fade-out-left-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
  to {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0
  }
}

.fade-out-left-sm {
  -webkit-animation-name: fade-out-left-sm;
  animation-name: fade-out-left-sm
}

@-webkit-keyframes fade-in-left-lg {
  0% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
}

@keyframes fade-in-left-lg {
  0% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
}

.fade-in-left-lg {
  -webkit-animation-name: fade-in-left-lg;
  animation-name: fade-in-left-lg
}

@-webkit-keyframes fade-out-left-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
  to {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0
  }
}

@keyframes fade-out-left-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
  to {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0
  }
}

.fade-out-left-lg {
  -webkit-animation-name: fade-out-left-lg;
  animation-name: fade-out-left-lg
}

@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
}

@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
}

.fade-in-right {
  -webkit-animation-name: fade-in-right;
  animation-name: fade-in-right
}

@-webkit-keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
  to {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0
  }
}

@keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
  to {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0
  }
}

.fade-out-right {
  -webkit-animation-name: fade-out-right;
  animation-name: fade-out-right
}

@-webkit-keyframes fade-in-right-sm {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
}

@keyframes fade-in-right-sm {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
}

.fade-in-right-sm {
  -webkit-animation-name: fade-in-right-sm;
  animation-name: fade-in-right-sm
}

@-webkit-keyframes fade-out-right-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
  to {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0
  }
}

@keyframes fade-out-right-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
  to {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0
  }
}

.fade-out-right-sm {
  -webkit-animation-name: fade-out-right-sm;
  animation-name: fade-out-right-sm
}

@-webkit-keyframes fade-in-right-lg {
  0% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
}

@keyframes fade-in-right-lg {
  0% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
}

.fade-in-right-lg {
  -webkit-animation-name: fade-in-right-lg;
  animation-name: fade-in-right-lg
}

@-webkit-keyframes fade-out-right-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
  to {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0
  }
}

@keyframes fade-out-right-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
  to {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0
  }
}

.fade-out-right-lg {
  -webkit-animation-name: fade-out-right-lg;
  animation-name: fade-out-right-lg
}

@-webkit-keyframes rotate-in {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transform-origin: center center;
    opacity: 0
  }
  0%, to {
    -webkit-transform-origin: center center
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1
  }
}

@keyframes rotate-in {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transform-origin: center center;
    opacity: 0
  }
  0%, to {
    -webkit-transform-origin: center center
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1
  }
}

.rotate-in {
  -webkit-animation-name: rotate-in;
  animation-name: rotate-in
}

@-webkit-keyframes rotate-out {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1
  }
  0%, to {
    -webkit-transform-origin: center center
  }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transform-origin: center center;
    opacity: 0
  }
}

@keyframes rotate-out {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1
  }
  0%, to {
    -webkit-transform-origin: center center
  }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transform-origin: center center;
    opacity: 0
  }
}

.rotate-out {
  -webkit-animation-name: rotate-out;
  animation-name: rotate-out
}

@-webkit-keyframes rotate-in-sm {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transform-origin: center center;
    opacity: 0
  }
  0%, to {
    -webkit-transform-origin: center center
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1
  }
}

@keyframes rotate-in-sm {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transform-origin: center center;
    opacity: 0
  }
  0%, to {
    -webkit-transform-origin: center center
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1
  }
}

.rotate-in-sm {
  -webkit-animation-name: rotate-in-sm;
  animation-name: rotate-in-sm
}

@-webkit-keyframes rotate-out-sm {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1
  }
  0%, to {
    -webkit-transform-origin: center center
  }
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    opacity: 0
  }
}

@keyframes rotate-out-sm {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1
  }
  0%, to {
    -webkit-transform-origin: center center
  }
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    opacity: 0
  }
}

.rotate-out-sm {
  -webkit-animation-name: rotate-out-sm;
  animation-name: rotate-out-sm
}

@-webkit-keyframes rotate-in-lg {
  0% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    transform-origin: center center;
    opacity: 0
  }
  0%, to {
    -webkit-transform-origin: center center
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1
  }
}

@keyframes rotate-in-lg {
  0% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    transform-origin: center center;
    opacity: 0
  }
  0%, to {
    -webkit-transform-origin: center center
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1
  }
}

.rotate-in-lg {
  -webkit-animation-name: rotate-in-lg;
  animation-name: rotate-in-lg
}

@-webkit-keyframes rotate-out-lg {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1
  }
  0%, to {
    -webkit-transform-origin: center center
  }
  to {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transform-origin: center center;
    opacity: 0
  }
}

@keyframes rotate-out-lg {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1
  }
  0%, to {
    -webkit-transform-origin: center center
  }
  to {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transform-origin: center center;
    opacity: 0
  }
}

.rotate-out-lg {
  -webkit-animation-name: rotate-out-lg;
  animation-name: rotate-out-lg
}

@-webkit-keyframes flip-in-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0
  }
  to {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1
  }
}

@keyframes flip-in-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0
  }
  to {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1
  }
}

.flip-in-x {
  -webkit-animation-name: flip-in-x;
  animation-name: flip-in-x;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important
}

@-webkit-keyframes flip-out-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1
  }
  to {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0
  }
}

@keyframes flip-out-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1
  }
  to {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0
  }
}

.flip-out-x {
  -webkit-animation-name: flip-out-x;
  animation-name: flip-out-x;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important
}

@-webkit-keyframes flip-in-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0
  }
  to {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1
  }
}

@keyframes flip-in-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0
  }
  to {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1
  }
}

.flip-in-x-nr {
  -webkit-animation-name: flip-in-x-nr;
  animation-name: flip-in-x-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important
}

@-webkit-keyframes flip-out-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1
  }
  to {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0
  }
}

@keyframes flip-out-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1
  }
  to {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0
  }
}

.flip-out-x-nr {
  -webkit-animation-name: flip-out-x-nr;
  animation-name: flip-out-x-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important
}

@-webkit-keyframes flip-in-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0
  }
  to {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1
  }
}

@keyframes flip-in-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0
  }
  to {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1
  }
}

.flip-in-x-fr {
  -webkit-animation-name: flip-in-x-fr;
  animation-name: flip-in-x-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important
}

@-webkit-keyframes flip-out-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1
  }
  to {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0
  }
}

@keyframes flip-out-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1
  }
  to {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0
  }
}

.flip-out-x-fr {
  -webkit-animation-name: flip-out-x-fr;
  animation-name: flip-out-x-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important
}

@-webkit-keyframes flip-in-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0
  }
  to {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1
  }
}

@keyframes flip-in-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0
  }
  to {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1
  }
}

.flip-in-y {
  -webkit-animation-name: flip-in-y;
  animation-name: flip-in-y;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important
}

@-webkit-keyframes flip-out-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1
  }
  to {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0
  }
}

@keyframes flip-out-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1
  }
  to {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0
  }
}

.flip-out-y {
  -webkit-animation-name: flip-out-y;
  animation-name: flip-out-y;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important
}

@-webkit-keyframes flip-in-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0
  }
  to {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1
  }
}

@keyframes flip-in-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0
  }
  to {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1
  }
}

.flip-in-y-nr {
  -webkit-animation-name: flip-in-y-nr;
  animation-name: flip-in-y-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important
}

@-webkit-keyframes flip-out-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1
  }
  to {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0
  }
}

@keyframes flip-out-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1
  }
  to {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0
  }
}

.flip-out-y-nr {
  -webkit-animation-name: flip-out-y-nr;
  animation-name: flip-out-y-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important
}

@-webkit-keyframes flip-in-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0
  }
  to {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1
  }
}

@keyframes flip-in-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0
  }
  to {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1
  }
}

.flip-in-y-fr {
  -webkit-animation-name: flip-in-y-fr;
  animation-name: flip-in-y-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important
}

@-webkit-keyframes flip-out-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1
  }
  to {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0
  }
}

@keyframes flip-out-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1
  }
  to {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0
  }
}

.flip-out-y-fr {
  -webkit-animation-name: flip-out-y-fr;
  animation-name: flip-out-y-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important
}

@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(.7);
    transform: scale(.7);
    opacity: 0
  }
  to {
    opacity: 1
  }
}

@keyframes zoom-in {
  0% {
    -webkit-transform: scale(.7);
    transform: scale(.7);
    opacity: 0
  }
  to {
    opacity: 1
  }
}

.zoom-in {
  -webkit-animation-name: zoom-in;
  animation-name: zoom-in
}

@-webkit-keyframes zoom-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
  50% {
    -webkit-transform: scale(.7);
    transform: scale(.7)
  }
  50%, to {
    opacity: 0
  }
}

@keyframes zoom-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
  50% {
    -webkit-transform: scale(.7);
    transform: scale(.7)
  }
  50%, to {
    opacity: 0
  }
}

.zoom-out {
  -webkit-animation-name: zoom-out;
  animation-name: zoom-out
}

@-webkit-keyframes zoom-in-sm {
  0% {
    -webkit-transform: scale(.95);
    transform: scale(.95);
    opacity: 0
  }
  to {
    opacity: 1
  }
}

@keyframes zoom-in-sm {
  0% {
    -webkit-transform: scale(.95);
    transform: scale(.95);
    opacity: 0
  }
  to {
    opacity: 1
  }
}

.zoom-in-sm {
  -webkit-animation-name: zoom-in-sm;
  animation-name: zoom-in-sm
}

@-webkit-keyframes zoom-out-sm {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
  50% {
    -webkit-transform: scale(.95);
    transform: scale(.95)
  }
  50%, to {
    opacity: 0
  }
}

@keyframes zoom-out-sm {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
  50% {
    -webkit-transform: scale(.95);
    transform: scale(.95)
  }
  50%, to {
    opacity: 0
  }
}

.zoom-out-sm {
  -webkit-animation-name: zoom-out-sm;
  animation-name: zoom-out-sm
}

@-webkit-keyframes zoom-in-lg {
  0% {
    -webkit-transform: scale(.4);
    transform: scale(.4);
    opacity: 0
  }
  to {
    opacity: 1
  }
}

@keyframes zoom-in-lg {
  0% {
    -webkit-transform: scale(.4);
    transform: scale(.4);
    opacity: 0
  }
  to {
    opacity: 1
  }
}

.zoom-in-lg {
  -webkit-animation-name: zoom-in-lg;
  animation-name: zoom-in-lg
}

@-webkit-keyframes zoom-out-lg {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
  50% {
    -webkit-transform: scale(.4);
    transform: scale(.4)
  }
  50%, to {
    opacity: 0
  }
}

@keyframes zoom-out-lg {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
  50% {
    -webkit-transform: scale(.4);
    transform: scale(.4)
  }
  50%, to {
    opacity: 0
  }
}

.zoom-out-lg {
  -webkit-animation-name: zoom-out-lg;
  animation-name: zoom-out-lg
}

@-webkit-keyframes overlay-slide-in-top {
  0% {
    height: 100%
  }
  to {
    height: 0
  }
}

@keyframes overlay-slide-in-top {
  0% {
    height: 100%
  }
  to {
    height: 0
  }
}

.overlay-slide-in-top {
  top: 0;
  height: 0;
  -webkit-animation-name: overlay-slide-in-top;
  animation-name: overlay-slide-in-top
}

@-webkit-keyframes overlay-slide-out-top {
  0% {
    height: 0
  }
  to {
    height: 100%
  }
}

@keyframes overlay-slide-out-top {
  0% {
    height: 0
  }
  to {
    height: 100%
  }
}

.overlay-slide-out-top {
  top: 0;
  height: 100%;
  -webkit-animation-name: overlay-slide-out-top;
  animation-name: overlay-slide-out-top
}

@-webkit-keyframes overlay-slide-in-bottom {
  0% {
    height: 100%
  }
  to {
    height: 0
  }
}

@keyframes overlay-slide-in-bottom {
  0% {
    height: 100%
  }
  to {
    height: 0
  }
}

.overlay-slide-in-bottom {
  bottom: 0;
  height: 0;
  -webkit-animation-name: overlay-slide-in-bottom;
  animation-name: overlay-slide-in-bottom
}

@-webkit-keyframes overlay-slide-out-bottom {
  0% {
    height: 0
  }
  to {
    height: 100%
  }
}

@keyframes overlay-slide-out-bottom {
  0% {
    height: 0
  }
  to {
    height: 100%
  }
}

.overlay-slide-out-bottom {
  bottom: 0;
  height: 100%;
  -webkit-animation-name: overlay-slide-out-bottom;
  animation-name: overlay-slide-out-bottom
}

@-webkit-keyframes overlay-slide-in-left {
  0% {
    width: 100%
  }
  to {
    width: 0
  }
}

@keyframes overlay-slide-in-left {
  0% {
    width: 100%
  }
  to {
    width: 0
  }
}

.overlay-slide-in-left {
  width: 0;
  -webkit-animation-name: overlay-slide-in-left;
  animation-name: overlay-slide-in-left
}

@-webkit-keyframes overlay-slide-out-left {
  0% {
    width: 0
  }
  to {
    width: 100%
  }
}

@keyframes overlay-slide-out-left {
  0% {
    width: 0
  }
  to {
    width: 100%
  }
}

.overlay-slide-out-left {
  left: 0;
  width: 100%;
  -webkit-animation-name: overlay-slide-out-left;
  animation-name: overlay-slide-out-left
}

@-webkit-keyframes overlay-slide-in-right {
  0% {
    width: 100%
  }
  to {
    width: 0
  }
}

@keyframes overlay-slide-in-right {
  0% {
    width: 100%
  }
  to {
    width: 0
  }
}

.overlay-slide-in-right {
  right: 0;
  width: 0;
  -webkit-animation-name: overlay-slide-in-right;
  animation-name: overlay-slide-in-right
}

@-webkit-keyframes overlay-slide-out-right {
  0% {
    width: 0
  }
  to {
    width: 100%
  }
}

@keyframes overlay-slide-out-right {
  0% {
    width: 0
  }
  to {
    width: 100%
  }
}

.overlay-slide-out-right {
  right: 0;
  width: 100%;
  -webkit-animation-name: overlay-slide-out-right;
  animation-name: overlay-slide-out-right
}

.view-id-duplikat_von_glossar .view-content .views-col a {
    font-size: 1.5rem;
    line-height: 1.7;
}
