/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*
 $h1-font-size:                $font-size-base * 2.5 !default;
 $h2-font-size:                $font-size-base * 2 !default;
 $h3-font-size:                $font-size-base * 1.75 !default;
 $h4-font-size:                $font-size-base * 1.5 !default;
 $h5-font-size:                $font-size-base * 1.25 !default;
 $h6-font-size:                $font-size-base !default;
 $headings-margin-bottom:      ($spacer / 2) !default;
 $headings-font-family:        inherit !default;
 $headings-font-weight:        500 !default;
 $headings-line-height:        1.2 !default;
 $headings-color:              inherit !default;
 $display1-size:               6rem !default;
 $display2-size:               5.5rem !default;
 $display3-size:               4.5rem !default;
 $display4-size:               3.5rem !default;
 */
/* line 1, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_root.scss */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Open Sans", Helvetica, Arial, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_reboot.scss */
*, *::before, *::after {
  box-sizing: border-box; }

/* line 27, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_reboot.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
@-ms-viewport {
  width: device-width; }
/* line 45, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_reboot.scss */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

/* line 57, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_reboot.scss */
body {
  margin: 0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  color: #212529;
  text-align: left;
  background-color: #FFF; }

/* line 73, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_reboot.scss */
[tabindex="-1"]:focus {
  outline: 0 !important; }

/* line 83, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_reboot.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/* line 99, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_reboot.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

/* line 109, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem; }

/* line 121, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_reboot.scss */
abbr[title], abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

/* line 129, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

/* line 135, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_reboot.scss */
ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem; }

/* line 142, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_reboot.scss */
ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0; }

/* line 149, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_reboot.scss */
dt {
  font-weight: 700; }

/* line 153, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_reboot.scss */
dd {
  margin-bottom: 0.5rem;
  margin-left: 0; }

/* line 158, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_reboot.scss */
blockquote {
  margin: 0 0 1rem; }

/* line 162, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_reboot.scss */
dfn {
  font-style: italic; }

/* line 167, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_reboot.scss */
b, strong {
  font-weight: bolder; }

/* line 173, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_reboot.scss */
small {
  font-size: 80%; }

/* line 182, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_reboot.scss */
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

/* line 190, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_reboot.scss */
sub {
  bottom: -0.25em; }

/* line 191, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_reboot.scss */
sup {
  top: -0.5em; }

/* line 198, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_reboot.scss */
a {
  color: #007bff;
  text-decoration: underline;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_hover.scss */
a:hover {
  color: #0056b3;
  text-decoration: underline; }

/* line 216, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_reboot.scss */
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_hover.scss */
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none; }

/* line 225, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_reboot.scss */
a:not([href]):not([tabindex]):focus {
  outline: 0; }

/* line 235, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_reboot.scss */
pre, code, kbd, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

/* line 243, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_reboot.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

/* line 260, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_reboot.scss */
figure {
  margin: 0 0 1rem; }

/* line 270, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_reboot.scss */
img {
  vertical-align: middle;
  border-style: none; }

/* line 275, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_reboot.scss */
svg {
  overflow: hidden;
  vertical-align: middle; }

/* line 287, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_reboot.scss */
table {
  border-collapse: collapse; }

/* line 291, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_reboot.scss */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

/* line 299, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_reboot.scss */
th {
  text-align: inherit; }

/* line 310, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_reboot.scss */
label {
  display: inline-block;
  margin-bottom: 0.5rem; }

/* line 319, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_reboot.scss */
button {
  border-radius: 0; }

/* line 327, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_reboot.scss */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

/* line 332, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_reboot.scss */
input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

/* line 343, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_reboot.scss */
button, input {
  overflow: visible; }

/* line 348, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_reboot.scss */
button, select {
  text-transform: none; }

/* line 356, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_reboot.scss */
button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

/* line 364, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_reboot.scss */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

/* line 372, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_reboot.scss */
input[type="radio"], input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

/* line 379, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_reboot.scss */
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
  -webkit-appearance: listbox; }

/* line 391, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_reboot.scss */
textarea {
  overflow: auto;
  resize: vertical; }

/* line 397, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

/* line 412, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_reboot.scss */
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

/* line 424, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_reboot.scss */
progress {
  vertical-align: baseline; }

/* line 429, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_reboot.scss */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

/* line 434, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_reboot.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

/* line 447, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_reboot.scss */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/* line 457, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_reboot.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

/* line 466, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_reboot.scss */
output {
  display: inline-block; }

/* line 470, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_reboot.scss */
summary {
  display: list-item;
  cursor: pointer; }

/* line 475, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_reboot.scss */
template {
  display: none; }

/* line 481, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_reboot.scss */
[hidden] {
  display: none !important; }

/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_type.scss */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: inherit; }

/* line 16, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_type.scss */
h1, .h1 {
  font-size: 2.188; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_type.scss */
h2, .h2 {
  font-size: 2.188; }

/* line 18, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_type.scss */
h3, .h3 {
  font-size: 1.4; }

/* line 19, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_type.scss */
h4, .h4 {
  font-size: 1; }

/* line 20, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_type.scss */
h5, .h5 {
  font-size: 1.25rem; }

/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_type.scss */
h6, .h6 {
  font-size: 1rem; }

/* line 23, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_type.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300; }

/* line 29, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_type.scss */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

/* line 34, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_type.scss */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

/* line 39, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_type.scss */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

/* line 44, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_type.scss */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

/* line 55, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_type.scss */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

/* line 67, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_type.scss */
small, .small {
  font-size: 0.8rem;
  font-weight: 400; }

/* line 73, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_type.scss */
mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

/* line 84, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none; }

/* line 89, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none; }

/* line 92, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_type.scss */
.list-inline-item {
  display: inline-block; }

/* line 95, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_type.scss */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem; }

/* line 106, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase; }

/* line 112, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_type.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

/* line 117, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_type.scss */
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }

/* line 122, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_type.scss */
.blockquote-footer::before {
  content: "\2014 \00A0"; }

/* line 8, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_images.scss */
.img-fluid {
  max-width: 100%;
  height: auto; }

/* line 14, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_images.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

/* line 29, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_images.scss */
.figure {
  display: inline-block; }

/* line 34, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_images.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

/* line 39, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_images.scss */
.figure-caption {
  font-size: 90%;
  color: #6c757d; }

/* line 2, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_code.scss */
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }

/* line 8, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_code.scss */
a > code {
  color: inherit; }

/* line 14, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_code.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }

/* line 22, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700; }

/* line 31, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_code.scss */
pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }

/* line 37, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_code.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal; }

/* line 45, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

/* line 6, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_grid.scss */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
@media (min-width: 576px) {
/* line 61, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_breakpoints.scss */
  .container {
    max-width: 540px; } }
@media (min-width: 768px) {
  .container {
    max-width: 720px; } }
@media (min-width: 992px) {
  .container {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }

/* line 18, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_grid.scss */
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

/* line 28, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_grid.scss */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

/* line 34, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_grid.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0; }

/* line 38, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_grid.scss */
.no-gutters > .col, .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

/* line 8, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
/* line 25, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
/* line 32, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

/* line 37, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

/* line 44, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

/* line 44, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

/* line 44, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

/* line 44, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

/* line 44, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

/* line 44, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

/* line 44, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

/* line 44, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

/* line 44, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

/* line 44, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

/* line 44, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

/* line 44, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

/* line 49, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
.order-first {
  order: -1; }

/* line 51, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
.order-last {
  order: 13; }

/* line 54, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
.order-0 {
  order: 0; }

/* line 54, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
.order-1 {
  order: 1; }

/* line 54, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
.order-2 {
  order: 2; }

/* line 54, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
.order-3 {
  order: 3; }

/* line 54, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
.order-4 {
  order: 4; }

/* line 54, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
.order-5 {
  order: 5; }

/* line 54, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
.order-6 {
  order: 6; }

/* line 54, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
.order-7 {
  order: 7; }

/* line 54, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
.order-8 {
  order: 8; }

/* line 54, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
.order-9 {
  order: 9; }

/* line 54, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
.order-10 {
  order: 10; }

/* line 54, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
.order-11 {
  order: 11; }

/* line 54, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
.order-12 {
  order: 12; }

/* line 60, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
.offset-1 {
  margin-left: 8.3333333333%; }

/* line 60, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
.offset-2 {
  margin-left: 16.6666666667%; }

/* line 60, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
.offset-3 {
  margin-left: 25%; }

/* line 60, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
.offset-4 {
  margin-left: 33.3333333333%; }

/* line 60, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
.offset-5 {
  margin-left: 41.6666666667%; }

/* line 60, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
.offset-6 {
  margin-left: 50%; }

/* line 60, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
.offset-7 {
  margin-left: 58.3333333333%; }

/* line 60, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
.offset-8 {
  margin-left: 66.6666666667%; }

/* line 60, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
.offset-9 {
  margin-left: 75%; }

/* line 60, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
.offset-10 {
  margin-left: 83.3333333333%; }

/* line 60, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
.offset-11 {
  margin-left: 91.6666666667%; }

/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
/* line 25, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
@media (min-width: 576px) {
/* line 32, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

/* line 37, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

/* line 44, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

/* line 44, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

/* line 44, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }

/* line 44, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

/* line 44, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

/* line 44, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }

/* line 44, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

/* line 44, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

/* line 44, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }

/* line 44, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

/* line 44, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

/* line 44, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }

/* line 49, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .order-sm-first {
    order: -1; }

/* line 51, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .order-sm-last {
    order: 13; }

/* line 54, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .order-sm-0 {
    order: 0; }

/* line 54, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .order-sm-1 {
    order: 1; }

/* line 54, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .order-sm-2 {
    order: 2; }

/* line 54, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .order-sm-3 {
    order: 3; }

/* line 54, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .order-sm-4 {
    order: 4; }

/* line 54, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .order-sm-5 {
    order: 5; }

/* line 54, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .order-sm-6 {
    order: 6; }

/* line 54, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .order-sm-7 {
    order: 7; }

/* line 54, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .order-sm-8 {
    order: 8; }

/* line 54, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .order-sm-9 {
    order: 9; }

/* line 54, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .order-sm-10 {
    order: 10; }

/* line 54, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .order-sm-11 {
    order: 11; }

/* line 54, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .order-sm-12 {
    order: 12; }

/* line 60, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .offset-sm-0 {
    margin-left: 0; }

/* line 60, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .offset-sm-1 {
    margin-left: 8.3333333333%; }

/* line 60, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .offset-sm-2 {
    margin-left: 16.6666666667%; }

/* line 60, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .offset-sm-3 {
    margin-left: 25%; }

/* line 60, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .offset-sm-4 {
    margin-left: 33.3333333333%; }

/* line 60, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .offset-sm-5 {
    margin-left: 41.6666666667%; }

/* line 60, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .offset-sm-6 {
    margin-left: 50%; }

/* line 60, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .offset-sm-7 {
    margin-left: 58.3333333333%; }

/* line 60, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .offset-sm-8 {
    margin-left: 66.6666666667%; }

/* line 60, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .offset-sm-9 {
    margin-left: 75%; }

/* line 60, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .offset-sm-10 {
    margin-left: 83.3333333333%; }

/* line 60, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .offset-sm-11 {
    margin-left: 91.6666666667%; } }

/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
/* line 25, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
@media (min-width: 768px) {
/* line 32, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

/* line 37, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

/* line 44, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

/* line 44, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

/* line 44, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }

/* line 44, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

/* line 44, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

/* line 44, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }

/* line 44, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

/* line 44, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

/* line 44, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }

/* line 44, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

/* line 44, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

/* line 44, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }

/* line 49, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .order-md-first {
    order: -1; }

/* line 51, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .order-md-last {
    order: 13; }

/* line 54, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .order-md-0 {
    order: 0; }

/* line 54, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .order-md-1 {
    order: 1; }

/* line 54, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .order-md-2 {
    order: 2; }

/* line 54, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .order-md-3 {
    order: 3; }

/* line 54, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .order-md-4 {
    order: 4; }

/* line 54, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .order-md-5 {
    order: 5; }

/* line 54, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .order-md-6 {
    order: 6; }

/* line 54, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .order-md-7 {
    order: 7; }

/* line 54, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .order-md-8 {
    order: 8; }

/* line 54, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .order-md-9 {
    order: 9; }

/* line 54, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .order-md-10 {
    order: 10; }

/* line 54, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .order-md-11 {
    order: 11; }

/* line 54, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .order-md-12 {
    order: 12; }

/* line 60, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .offset-md-0 {
    margin-left: 0; }

/* line 60, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .offset-md-1 {
    margin-left: 8.3333333333%; }

/* line 60, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .offset-md-2 {
    margin-left: 16.6666666667%; }

/* line 60, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .offset-md-3 {
    margin-left: 25%; }

/* line 60, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .offset-md-4 {
    margin-left: 33.3333333333%; }

/* line 60, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .offset-md-5 {
    margin-left: 41.6666666667%; }

/* line 60, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .offset-md-6 {
    margin-left: 50%; }

/* line 60, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .offset-md-7 {
    margin-left: 58.3333333333%; }

/* line 60, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .offset-md-8 {
    margin-left: 66.6666666667%; }

/* line 60, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .offset-md-9 {
    margin-left: 75%; }

/* line 60, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .offset-md-10 {
    margin-left: 83.3333333333%; }

/* line 60, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .offset-md-11 {
    margin-left: 91.6666666667%; } }

/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
/* line 25, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
@media (min-width: 992px) {
/* line 32, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

/* line 37, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

/* line 44, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

/* line 44, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

/* line 44, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }

/* line 44, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

/* line 44, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

/* line 44, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }

/* line 44, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

/* line 44, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

/* line 44, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }

/* line 44, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

/* line 44, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

/* line 44, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }

/* line 49, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .order-lg-first {
    order: -1; }

/* line 51, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .order-lg-last {
    order: 13; }

/* line 54, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .order-lg-0 {
    order: 0; }

/* line 54, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .order-lg-1 {
    order: 1; }

/* line 54, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .order-lg-2 {
    order: 2; }

/* line 54, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .order-lg-3 {
    order: 3; }

/* line 54, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .order-lg-4 {
    order: 4; }

/* line 54, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .order-lg-5 {
    order: 5; }

/* line 54, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .order-lg-6 {
    order: 6; }

/* line 54, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .order-lg-7 {
    order: 7; }

/* line 54, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .order-lg-8 {
    order: 8; }

/* line 54, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .order-lg-9 {
    order: 9; }

/* line 54, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .order-lg-10 {
    order: 10; }

/* line 54, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .order-lg-11 {
    order: 11; }

/* line 54, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .order-lg-12 {
    order: 12; }

/* line 60, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .offset-lg-0 {
    margin-left: 0; }

/* line 60, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .offset-lg-1 {
    margin-left: 8.3333333333%; }

/* line 60, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .offset-lg-2 {
    margin-left: 16.6666666667%; }

/* line 60, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .offset-lg-3 {
    margin-left: 25%; }

/* line 60, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .offset-lg-4 {
    margin-left: 33.3333333333%; }

/* line 60, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .offset-lg-5 {
    margin-left: 41.6666666667%; }

/* line 60, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .offset-lg-6 {
    margin-left: 50%; }

/* line 60, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .offset-lg-7 {
    margin-left: 58.3333333333%; }

/* line 60, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .offset-lg-8 {
    margin-left: 66.6666666667%; }

/* line 60, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .offset-lg-9 {
    margin-left: 75%; }

/* line 60, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .offset-lg-10 {
    margin-left: 83.3333333333%; }

/* line 60, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .offset-lg-11 {
    margin-left: 91.6666666667%; } }

/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
/* line 25, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
@media (min-width: 1200px) {
/* line 32, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

/* line 37, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

/* line 44, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

/* line 44, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

/* line 44, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }

/* line 44, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

/* line 44, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

/* line 44, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }

/* line 44, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

/* line 44, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

/* line 44, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }

/* line 44, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

/* line 44, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

/* line 44, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }

/* line 49, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .order-xl-first {
    order: -1; }

/* line 51, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .order-xl-last {
    order: 13; }

/* line 54, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .order-xl-0 {
    order: 0; }

/* line 54, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .order-xl-1 {
    order: 1; }

/* line 54, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .order-xl-2 {
    order: 2; }

/* line 54, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .order-xl-3 {
    order: 3; }

/* line 54, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .order-xl-4 {
    order: 4; }

/* line 54, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .order-xl-5 {
    order: 5; }

/* line 54, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .order-xl-6 {
    order: 6; }

/* line 54, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .order-xl-7 {
    order: 7; }

/* line 54, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .order-xl-8 {
    order: 8; }

/* line 54, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .order-xl-9 {
    order: 9; }

/* line 54, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .order-xl-10 {
    order: 10; }

/* line 54, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .order-xl-11 {
    order: 11; }

/* line 54, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .order-xl-12 {
    order: 12; }

/* line 60, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .offset-xl-0 {
    margin-left: 0; }

/* line 60, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .offset-xl-1 {
    margin-left: 8.3333333333%; }

/* line 60, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .offset-xl-2 {
    margin-left: 16.6666666667%; }

/* line 60, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .offset-xl-3 {
    margin-left: 25%; }

/* line 60, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .offset-xl-4 {
    margin-left: 33.3333333333%; }

/* line 60, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .offset-xl-5 {
    margin-left: 41.6666666667%; }

/* line 60, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .offset-xl-6 {
    margin-left: 50%; }

/* line 60, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .offset-xl-7 {
    margin-left: 58.3333333333%; }

/* line 60, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .offset-xl-8 {
    margin-left: 66.6666666667%; }

/* line 60, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .offset-xl-9 {
    margin-left: 75%; }

/* line 60, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .offset-xl-10 {
    margin-left: 83.3333333333%; }

/* line 60, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_grid-framework.scss */
  .offset-xl-11 {
    margin-left: 91.6666666667%; } }

/* line 5, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_tables.scss */
.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }

/* line 10, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_tables.scss */
.table th, .table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_tables.scss */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6; }

/* line 22, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_tables.scss */
.table tbody + tbody {
  border-top: 2px solid #dee2e6; }

/* line 26, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_tables.scss */
.table .table {
  background-color: #FFF; }

/* line 36, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_tables.scss */
/* line 37, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_tables.scss */
.table-sm th, .table-sm td {
  padding: 0.3rem; }

/* line 48, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_tables.scss */
.table-bordered {
  border: 1px solid #dee2e6; }

/* line 51, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_tables.scss */
.table-bordered th, .table-bordered td {
  border: 1px solid #dee2e6; }

/* line 56, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_tables.scss */
/* line 57, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_tables.scss */
.table-bordered thead th, .table-bordered thead td {
  border-bottom-width: 2px; }

/* line 64, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_tables.scss */
/* line 65, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_tables.scss */
.table-borderless th, .table-borderless td, .table-borderless thead th, .table-borderless tbody + tbody {
  border: 0; }

/* line 77, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_tables.scss */
/* line 78, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_tables.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

/* line 88, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_tables.scss */
/* line 89, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_tables.scss */
/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_hover.scss */
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

/* line 6, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_table-row.scss */
/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_table-row.scss */
.table-primary, .table-primary > th, .table-primary > td {
  background-color: #b8daff; }

/* line 16, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_table-row.scss */
/* line 19, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_table-row.scss */
/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_hover.scss */
.table-hover .table-primary:hover {
  background-color: #9ecdff; }

/* line 23, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_table-row.scss */
.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
  background-color: #9ecdff; }

/* line 6, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_table-row.scss */
/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_table-row.scss */
.table-secondary, .table-secondary > th, .table-secondary > td {
  background-color: #d6d8db; }

/* line 16, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_table-row.scss */
/* line 19, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_table-row.scss */
/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_hover.scss */
.table-hover .table-secondary:hover {
  background-color: #c8cccf; }

/* line 23, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_table-row.scss */
.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
  background-color: #c8cccf; }

/* line 6, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_table-row.scss */
/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_table-row.scss */
.table-success, .table-success > th, .table-success > td {
  background-color: #c3e6cb; }

/* line 16, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_table-row.scss */
/* line 19, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_table-row.scss */
/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_hover.scss */
.table-hover .table-success:hover {
  background-color: #b1dfbb; }

/* line 23, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_table-row.scss */
.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
  background-color: #b1dfbb; }

/* line 6, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_table-row.scss */
/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_table-row.scss */
.table-info, .table-info > th, .table-info > td {
  background-color: #bee5eb; }

/* line 16, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_table-row.scss */
/* line 19, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_table-row.scss */
/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_hover.scss */
.table-hover .table-info:hover {
  background-color: #abdde5; }

/* line 23, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_table-row.scss */
.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
  background-color: #abdde5; }

/* line 6, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_table-row.scss */
/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_table-row.scss */
.table-warning, .table-warning > th, .table-warning > td {
  background-color: #ffeeba; }

/* line 16, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_table-row.scss */
/* line 19, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_table-row.scss */
/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_hover.scss */
.table-hover .table-warning:hover {
  background-color: #ffe7a0; }

/* line 23, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_table-row.scss */
.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
  background-color: #ffe7a0; }

/* line 6, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_table-row.scss */
/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_table-row.scss */
.table-danger, .table-danger > th, .table-danger > td {
  background-color: #f5c6cb; }

/* line 16, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_table-row.scss */
/* line 19, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_table-row.scss */
/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_hover.scss */
.table-hover .table-danger:hover {
  background-color: #f1b1b7; }

/* line 23, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_table-row.scss */
.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
  background-color: #f1b1b7; }

/* line 6, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_table-row.scss */
/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_table-row.scss */
.table-light, .table-light > th, .table-light > td {
  background-color: #fdfdfe; }

/* line 16, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_table-row.scss */
/* line 19, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_table-row.scss */
/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_hover.scss */
.table-hover .table-light:hover {
  background-color: #f1f1f1; }

/* line 23, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_table-row.scss */
.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
  background-color: #f1f1f1; }

/* line 6, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_table-row.scss */
/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_table-row.scss */
.table-dark, .table-dark > th, .table-dark > td {
  background-color: #c6c8ca; }

/* line 16, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_table-row.scss */
/* line 19, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_table-row.scss */
/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_hover.scss */
.table-hover .table-dark:hover {
  background-color: #b9bbbd; }

/* line 23, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_table-row.scss */
.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
  background-color: #b9bbbd; }

/* line 6, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_table-row.scss */
/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_table-row.scss */
.table-active, .table-active > th, .table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

/* line 16, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_table-row.scss */
/* line 19, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_table-row.scss */
/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_hover.scss */
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }

/* line 23, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_table-row.scss */
.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075); }

/* line 114, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_tables.scss */
/* line 115, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_tables.scss */
/* line 116, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_tables.scss */
.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e; }

/* line 123, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_tables.scss */
/* line 124, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_tables.scss */
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

/* line 132, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_tables.scss */
.table-dark {
  color: #fff;
  background-color: #212529; }

/* line 136, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_tables.scss */
.table-dark th, .table-dark td, .table-dark thead th {
  border-color: #32383e; }

/* line 142, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_tables.scss */
.table-dark.table-bordered {
  border: 0; }

/* line 146, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_tables.scss */
/* line 147, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_tables.scss */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05); }

/* line 152, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_tables.scss */
/* line 153, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_tables.scss */
/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_hover.scss */
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075); }

/* line 167, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_tables.scss */
/* line 172, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_tables.scss */
@media (max-width: 575.98px) {
/* line 74, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_breakpoints.scss */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }

/* line 181, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_tables.scss */
  .table-responsive-sm > .table-bordered {
    border: 0; } }

/* line 172, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_tables.scss */
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }

/* line 181, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_tables.scss */
  .table-responsive-md > .table-bordered {
    border: 0; } }

/* line 172, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_tables.scss */
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }

/* line 181, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_tables.scss */
  .table-responsive-lg > .table-bordered {
    border: 0; } }

/* line 172, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_tables.scss */
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }

/* line 181, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_tables.scss */
  .table-responsive-xl > .table-bordered {
    border: 0; } }

/* line 172, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_tables.scss */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

/* line 181, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_tables.scss */
.table-responsive > .table-bordered {
  border: 0; }

/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

/* line 32, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_forms.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0; }

/* line 14, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_forms.scss */
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

/* line 41, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_forms.scss */
.form-control::placeholder {
  color: #6c757d;
  opacity: 1; }

/* line 52, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_forms.scss */
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1; }

/* line 60, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_forms.scss */
/* line 61, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_forms.scss */
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

/* line 73, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_forms.scss */
.form-control-file, .form-control-range {
  display: block;
  width: 100%; }

/* line 86, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_forms.scss */
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

/* line 94, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_forms.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.063rem;
  line-height: 1.5; }

/* line 101, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_forms.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 1rem;
  line-height: 1.5; }

/* line 114, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_forms.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }

/* line 126, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_forms.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0; }

/* line 141, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_forms.scss */
.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

/* line 149, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_forms.scss */
.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.063rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

/* line 158, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_forms.scss */
/* line 159, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_forms.scss */
select.form-control[size], select.form-control[multiple] {
  height: auto; }

/* line 165, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_forms.scss */
textarea.form-control {
  height: auto; }

/* line 175, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_forms.scss */
.form-group {
  margin-bottom: 1rem; }

/* line 179, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_forms.scss */
.form-text {
  display: block;
  margin-top: 0.25rem; }

/* line 189, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_forms.scss */
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }

/* line 195, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_forms.scss */
.form-row > .col, .form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px; }

/* line 207, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_forms.scss */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

/* line 213, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_forms.scss */
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }

/* line 218, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_forms.scss */
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d; }

/* line 223, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_forms.scss */
.form-check-label {
  margin-bottom: 0; }

/* line 227, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_forms.scss */
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }

/* line 234, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_forms.scss */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0; }

/* line 30, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_forms.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

/* line 38, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_forms.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.8;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }

/* line 53, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_forms.scss */
/* line 55, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_forms.scss */
.was-validated .form-control:valid, .was-validated .custom-select:valid, .form-control.is-valid, .custom-select.is-valid {
  border-color: #28a745; }

/* line 59, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_forms.scss */
.was-validated .form-control:valid:focus, .was-validated .custom-select:valid:focus, .form-control.is-valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

/* line 64, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_forms.scss */
.was-validated .form-control:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-feedback, .form-control.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-tooltip {
  display: block; }

/* line 71, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_forms.scss */
/* line 72, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_forms.scss */
/* line 74, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_forms.scss */
.was-validated .form-control-file:valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

/* line 81, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_forms.scss */
/* line 82, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_forms.scss */
/* line 84, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

/* line 88, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

/* line 95, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_forms.scss */
/* line 96, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_forms.scss */
/* line 98, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }

/* line 101, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a; }

/* line 106, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

/* line 111, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_forms.scss */
/* line 112, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_forms.scss */
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57; }

/* line 117, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_forms.scss */
/* line 118, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_forms.scss */
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #FFF, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

/* line 126, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_forms.scss */
/* line 127, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_forms.scss */
/* line 129, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }

/* line 132, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
  border-color: inherit; }

/* line 135, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

/* line 140, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_forms.scss */
/* line 141, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_forms.scss */
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

/* line 30, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_forms.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

/* line 38, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_forms.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.8;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }

/* line 53, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_forms.scss */
/* line 55, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_forms.scss */
.was-validated .form-control:invalid, .was-validated .custom-select:invalid, .form-control.is-invalid, .custom-select.is-invalid {
  border-color: #dc3545; }

/* line 59, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_forms.scss */
.was-validated .form-control:invalid:focus, .was-validated .custom-select:invalid:focus, .form-control.is-invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

/* line 64, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_forms.scss */
.was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-tooltip {
  display: block; }

/* line 71, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_forms.scss */
/* line 72, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_forms.scss */
/* line 74, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_forms.scss */
.was-validated .form-control-file:invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

/* line 81, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_forms.scss */
/* line 82, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_forms.scss */
/* line 84, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

/* line 88, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

/* line 95, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_forms.scss */
/* line 96, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_forms.scss */
/* line 98, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }

/* line 101, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9; }

/* line 106, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

/* line 111, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_forms.scss */
/* line 112, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d; }

/* line 117, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_forms.scss */
/* line 118, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #FFF, 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

/* line 126, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_forms.scss */
/* line 127, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_forms.scss */
/* line 129, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }

/* line 132, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
  border-color: inherit; }

/* line 135, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

/* line 140, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_forms.scss */
/* line 141, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_forms.scss */
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

/* line 262, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_forms.scss */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }

/* line 270, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_forms.scss */
.form-inline .form-check {
  width: 100%; }
@media (min-width: 576px) {
/* line 276, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_forms.scss */
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0; }

/* line 284, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_forms.scss */
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0; }

/* line 293, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }

/* line 300, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_forms.scss */
  .form-inline .form-control-plaintext {
    display: inline-block; }

/* line 304, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_forms.scss */
  .form-inline .input-group, .form-inline .custom-select {
    width: auto; }

/* line 311, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_forms.scss */
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0; }

/* line 318, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_forms.scss */
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0; }

/* line 325, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_forms.scss */
  .form-inline .custom-control {
    align-items: center;
    justify-content: center; }

/* line 329, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_forms.scss */
  .form-inline .custom-control-label {
    margin-bottom: 0; } }

/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_buttons.scss */
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_hover.scss */
.btn:hover, .btn:focus {
  text-decoration: none; }

/* line 23, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_buttons.scss */
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

/* line 30, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_buttons.scss */
.btn.disabled, .btn:disabled {
  opacity: 0.65; }

/* line 37, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_buttons.scss */
.btn:not(:disabled):not(.disabled) {
  cursor: pointer; }

/* line 41, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_buttons.scss */
/* line 45, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_buttons.scss */
/* line 52, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_buttons.scss */
a.btn.disabled, fieldset:disabled a.btn {
  pointer-events: none; }

/* line 63, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_hover.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc; }

/* line 18, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

/* line 29, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_buttons.scss */
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

/* line 36, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf; }

/* line 46, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

/* line 63, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_buttons.scss */
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_hover.scss */
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62; }

/* line 18, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_buttons.scss */
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

/* line 29, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_buttons.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

/* line 36, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b; }

/* line 46, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

/* line 63, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_hover.scss */
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34; }

/* line 18, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

/* line 29, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_buttons.scss */
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

/* line 36, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430; }

/* line 46, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

/* line 63, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_hover.scss */
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b; }

/* line 18, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

/* line 29, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_buttons.scss */
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

/* line 36, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f; }

/* line 46, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

/* line 63, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_buttons.scss */
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_hover.scss */
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00; }

/* line 18, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

/* line 29, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_buttons.scss */
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

/* line 36, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500; }

/* line 46, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

/* line 63, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_hover.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130; }

/* line 18, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

/* line 29, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_buttons.scss */
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

/* line 36, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_buttons.scss */
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d; }

/* line 46, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_buttons.scss */
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

/* line 63, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_buttons.scss */
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_hover.scss */
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5; }

/* line 18, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_buttons.scss */
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

/* line 29, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_buttons.scss */
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

/* line 36, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df; }

/* line 46, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

/* line 63, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_buttons.scss */
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_hover.scss */
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124; }

/* line 18, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_buttons.scss */
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

/* line 29, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_buttons.scss */
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

/* line 36, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_buttons.scss */
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d; }

/* line 46, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_buttons.scss */
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

/* line 69, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_buttons.scss */
.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff; }

/* line 63, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_buttons.scss */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

/* line 69, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_buttons.scss */
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

/* line 74, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_buttons.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent; }

/* line 80, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

/* line 87, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

/* line 69, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_buttons.scss */
.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d; }

/* line 63, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_buttons.scss */
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

/* line 69, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_buttons.scss */
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

/* line 74, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_buttons.scss */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent; }

/* line 80, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_buttons.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

/* line 87, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_buttons.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

/* line 69, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_buttons.scss */
.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745; }

/* line 63, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_buttons.scss */
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

/* line 69, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_buttons.scss */
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

/* line 74, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_buttons.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent; }

/* line 80, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

/* line 87, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

/* line 69, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_buttons.scss */
.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8; }

/* line 63, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_buttons.scss */
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

/* line 69, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_buttons.scss */
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

/* line 74, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_buttons.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent; }

/* line 80, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

/* line 87, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

/* line 69, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_buttons.scss */
.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107; }

/* line 63, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_buttons.scss */
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

/* line 69, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_buttons.scss */
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

/* line 74, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_buttons.scss */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent; }

/* line 80, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

/* line 87, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

/* line 69, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_buttons.scss */
.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545; }

/* line 63, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_buttons.scss */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

/* line 69, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_buttons.scss */
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

/* line 74, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_buttons.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent; }

/* line 80, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_buttons.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

/* line 87, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_buttons.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

/* line 69, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_buttons.scss */
.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa; }

/* line 63, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_buttons.scss */
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

/* line 69, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_buttons.scss */
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

/* line 74, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_buttons.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent; }

/* line 80, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_buttons.scss */
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

/* line 87, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_buttons.scss */
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

/* line 69, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_buttons.scss */
.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40; }

/* line 63, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_buttons.scss */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

/* line 69, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_buttons.scss */
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

/* line 74, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_buttons.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent; }

/* line 80, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_buttons.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

/* line 87, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_buttons.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

/* line 80, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_buttons.scss */
.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_hover.scss */
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent; }

/* line 92, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_buttons.scss */
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none; }

/* line 99, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_buttons.scss */
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none; }

/* line 113, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.063rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

/* line 117, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

/* line 126, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_buttons.scss */
.btn-block {
  display: block;
  width: 100%; }

/* line 131, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 0.5rem; }

/* line 137, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_buttons.scss */
/* line 140, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_buttons.scss */
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
  width: 100%; }

/* line 3, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_transitions.scss */
.fade {
  transition: opacity 0.15s linear; }

/* line 6, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_transitions.scss */
.fade:not(.show) {
  opacity: 0; }

/* line 11, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_transitions.scss */
/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_transitions.scss */
.collapse:not(.show) {
  display: none; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_transitions.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }

/* line 2, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_dropdown.scss */
.dropup, .dropright, .dropdown, .dropleft {
  position: relative; }

/* line 9, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_dropdown.scss */
/* line 30, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_caret.scss */
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }

/* line 62, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_caret.scss */
.dropdown-toggle:empty::after {
  margin-left: 0; }

/* line 15, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_dropdown.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

/* line 36, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_dropdown.scss */
.dropdown-menu-right {
  right: 0;
  left: auto; }

/* line 43, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_dropdown.scss */
/* line 44, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_dropdown.scss */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

/* line 51, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_dropdown.scss */
/* line 30, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_caret.scss */
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

/* line 62, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_caret.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

/* line 56, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_dropdown.scss */
/* line 57, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_dropdown.scss */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

/* line 65, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_dropdown.scss */
/* line 30, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_caret.scss */
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

/* line 62, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_caret.scss */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

/* line 67, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_dropdown.scss */
.dropright .dropdown-toggle::after {
  vertical-align: 0; }

/* line 73, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_dropdown.scss */
/* line 74, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_dropdown.scss */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

/* line 82, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_dropdown.scss */
/* line 30, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

/* line 47, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: none; }

/* line 51, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_caret.scss */
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

/* line 62, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_caret.scss */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

/* line 84, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_dropdown.scss */
.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

/* line 92, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_dropdown.scss */
/* line 93, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_dropdown.scss */
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

/* line 104, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_dropdown.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

/* line 111, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_dropdown.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_hover.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa; }

/* line 129, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_dropdown.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff; }

/* line 136, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_dropdown.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent; }

/* line 147, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_dropdown.scss */
.dropdown-menu.show {
  display: block; }

/* line 152, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_dropdown.scss */
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #6c757d;
  white-space: nowrap; }

/* line 162, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_dropdown.scss */
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

/* line 4, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_button-group.scss */
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }

/* line 10, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_button-group.scss */
.btn-group > .btn, .btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_hover.scss */
.btn-group > .btn:hover, .btn-group-vertical > .btn:hover {
  z-index: 1; }

/* line 19, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_button-group.scss */
.btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
  z-index: 1; }

/* line 27, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_button-group.scss */
.btn-group .btn + .btn, .btn-group-vertical .btn + .btn, .btn-group .btn + .btn-group, .btn-group-vertical .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group-vertical .btn-group + .btn, .btn-group .btn-group + .btn-group, .btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px; }

/* line 36, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_button-group.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

/* line 41, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_button-group.scss */
.btn-toolbar .input-group {
  width: auto; }

/* line 46, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_button-group.scss */
/* line 47, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_button-group.scss */
.btn-group > .btn:first-child {
  margin-left: 0; }

/* line 52, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_button-group.scss */
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* line 57, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_button-group.scss */
.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

/* line 67, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_button-group.scss */
/* line 68, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_button-group.scss */
/* line 75, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_button-group.scss */
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }

/* line 79, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_button-group.scss */
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0; }

/* line 85, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_button-group.scss */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0; }

/* line 90, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_button-group.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

/* line 95, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_button-group.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

/* line 103, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_button-group.scss */
/* line 107, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_button-group.scss */
/* line 117, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_button-group.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }

/* line 122, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_button-group.scss */
.btn-group-vertical .btn, .btn-group-vertical .btn-group {
  width: 100%; }

/* line 127, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_button-group.scss */
.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

/* line 136, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_button-group.scss */
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

/* line 141, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

/* line 160, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_button-group.scss */
/* line 161, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_button-group.scss */
.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }

/* line 165, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_button-group.scss */
.btn-group-toggle > .btn input[type="radio"], .btn-group-toggle > .btn-group > .btn input[type="radio"], .btn-group-toggle > .btn input[type="checkbox"], .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_input-group.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }

/* line 14, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_input-group.scss */
.input-group > .form-control, .input-group > .custom-select, .input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0; }

/* line 24, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_input-group.scss */
.input-group > .form-control + .form-control, .input-group > .custom-select + .form-control, .input-group > .custom-file + .form-control, .input-group > .form-control + .custom-select, .input-group > .custom-select + .custom-select, .input-group > .custom-file + .custom-select, .input-group > .form-control + .custom-file, .input-group > .custom-select + .custom-file, .input-group > .custom-file + .custom-file {
  margin-left: -1px; }

/* line 32, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_input-group.scss */
.input-group > .form-control:focus, .input-group > .custom-select:focus, .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3; }

/* line 39, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_input-group.scss */
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4; }

/* line 43, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_input-group.scss */
/* line 45, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_input-group.scss */
.input-group > .form-control:not(:last-child), .input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* line 46, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_input-group.scss */
.input-group > .form-control:not(:first-child), .input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

/* line 51, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_input-group.scss */
.input-group > .custom-file {
  display: flex;
  align-items: center; }

/* line 55, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_input-group.scss */
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* line 57, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_input-group.scss */
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

/* line 68, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_input-group.scss */
.input-group-prepend, .input-group-append {
  display: flex; }

/* line 75, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_input-group.scss */
.input-group-prepend .btn, .input-group-append .btn {
  position: relative;
  z-index: 2; }

/* line 80, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_input-group.scss */
.input-group-prepend .btn + .btn, .input-group-append .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-append .btn + .input-group-text, .input-group-prepend .input-group-text + .input-group-text, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-append .input-group-text + .btn {
  margin-left: -1px; }

/* line 88, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_input-group.scss */
.input-group-prepend {
  margin-right: -1px; }

/* line 89, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_input-group.scss */
.input-group-append {
  margin-left: -1px; }

/* line 97, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_input-group.scss */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }

/* line 113, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_input-group.scss */
.input-group-text input[type="radio"], .input-group-text input[type="checkbox"] {
  margin-top: 0; }

/* line 125, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_input-group.scss */
.input-group-lg > .form-control, .input-group-lg > .input-group-prepend > .input-group-text, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-append > .btn {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.063rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

/* line 137, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_input-group.scss */
.input-group-sm > .form-control, .input-group-sm > .input-group-prepend > .input-group-text, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-append > .btn {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

/* line 157, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_input-group.scss */
.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text, .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* line 166, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_input-group.scss */
.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

/* line 10, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_custom-forms.scss */
.custom-control {
  position: relative;
  display: block;
  min-height: 1.8rem;
  padding-left: 1.5rem; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_custom-forms.scss */
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

/* line 22, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_custom-forms.scss */
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

/* line 27, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_custom-forms.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff; }

/* line 33, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_custom-forms.scss */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

/* line 38, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_custom-forms.scss */
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff; }

/* line 44, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_custom-forms.scss */
/* line 45, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_custom-forms.scss */
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d; }

/* line 48, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_custom-forms.scss */
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef; }

/* line 59, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_custom-forms.scss */
.custom-control-label {
  position: relative;
  margin-bottom: 0; }

/* line 64, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_custom-forms.scss */
.custom-control-label::before {
  position: absolute;
  top: 0.4rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  user-select: none;
  background-color: #dee2e6; }

/* line 79, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_custom-forms.scss */
.custom-control-label::after {
  position: absolute;
  top: 0.4rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%; }

/* line 98, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_custom-forms.scss */
/* line 99, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_custom-forms.scss */
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

/* line 103, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_custom-forms.scss */
/* line 104, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_custom-forms.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff; }

/* line 107, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_custom-forms.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

/* line 112, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_custom-forms.scss */
/* line 113, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff; }

/* line 117, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }

/* line 122, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_custom-forms.scss */
/* line 123, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

/* line 126, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

/* line 136, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_custom-forms.scss */
/* line 137, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_custom-forms.scss */
.custom-radio .custom-control-label::before {
  border-radius: 50%; }

/* line 141, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_custom-forms.scss */
/* line 142, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_custom-forms.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff; }

/* line 145, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_custom-forms.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }

/* line 150, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_custom-forms.scss */
/* line 151, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_custom-forms.scss */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

/* line 164, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_custom-forms.scss */
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }

/* line 183, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_custom-forms.scss */
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5); }

/* line 192, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_custom-forms.scss */
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

/* line 203, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_custom-forms.scss */
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none; }

/* line 210, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_custom-forms.scss */
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef; }

/* line 216, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_custom-forms.scss */
.custom-select::-ms-expand {
  opacity: 0; }

/* line 221, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_custom-forms.scss */
.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

/* line 228, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_custom-forms.scss */
.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%; }

/* line 240, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_custom-forms.scss */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0; }

/* line 248, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_custom-forms.scss */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0; }

/* line 256, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_custom-forms.scss */
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

/* line 260, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_custom-forms.scss */
.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #80bdff; }

/* line 265, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_custom-forms.scss */
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef; }

/* line 270, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_custom-forms.scss */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse"; }

/* line 276, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_custom-forms.scss */
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }

/* line 291, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_custom-forms.scss */
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0; }

/* line 315, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_custom-forms.scss */
.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  appearance: none; }

/* line 321, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_custom-forms.scss */
.custom-range:focus {
  outline: none; }

/* line 326, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_custom-forms.scss */
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

/* line 327, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_custom-forms.scss */
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

/* line 328, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_custom-forms.scss */
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

/* line 331, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_custom-forms.scss */
.custom-range::-moz-focus-outer {
  border: 0; }

/* line 335, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_custom-forms.scss */
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none; }

/* line 346, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_custom-forms.scss */
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff; }

/* line 351, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_custom-forms.scss */
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem; }

/* line 362, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_custom-forms.scss */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none; }

/* line 372, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_custom-forms.scss */
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff; }

/* line 377, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_custom-forms.scss */
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem; }

/* line 388, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_custom-forms.scss */
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none; }

/* line 401, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_custom-forms.scss */
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff; }

/* line 406, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_custom-forms.scss */
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem; }

/* line 417, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_custom-forms.scss */
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem; }

/* line 422, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_custom-forms.scss */
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem; }

/* line 429, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_custom-forms.scss */
.custom-control-label::before, .custom-file-label, .custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

/* line 6, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_nav.scss */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

/* line 14, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_nav.scss */
.nav-link {
  display: block;
  padding: 0.5rem 1rem; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_hover.scss */
.nav-link:hover, .nav-link:focus {
  text-decoration: none; }

/* line 23, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_nav.scss */
.nav-link.disabled {
  color: #6c757d; }

/* line 32, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_nav.scss */
.nav-tabs {
  border-bottom: 1px solid #dee2e6; }

/* line 35, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_nav.scss */
.nav-tabs .nav-item {
  margin-bottom: -1px; }

/* line 39, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_nav.scss */
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_hover.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6; }

/* line 47, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_nav.scss */
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent; }

/* line 54, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_nav.scss */
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff; }

/* line 61, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_nav.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

/* line 74, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_nav.scss */
/* line 75, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_nav.scss */
.nav-pills .nav-link {
  border-radius: 0.25rem; }

/* line 79, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_nav.scss */
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

/* line 91, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_nav.scss */
/* line 92, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_nav.scss */
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

/* line 98, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_nav.scss */
/* line 99, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_nav.scss */
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

/* line 111, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_nav.scss */
/* line 112, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_nav.scss */
.tab-content > .tab-pane {
  display: none; }

/* line 115, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_nav.scss */
.tab-content > .active {
  display: block; }

/* line 18, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_navbar.scss */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }

/* line 28, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_navbar.scss */
.navbar > .container, .navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; }

/* line 42, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_navbar.scss */
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_hover.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none; }

/* line 61, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_navbar.scss */
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

/* line 68, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_navbar.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0; }

/* line 73, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_navbar.scss */
.navbar-nav .dropdown-menu {
  position: static;
  float: none; }

/* line 84, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_navbar.scss */
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

/* line 99, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_navbar.scss */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

/* line 108, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_navbar.scss */
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_hover.scss */
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none; }

/* line 121, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_navbar.scss */
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer; }

/* line 128, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_navbar.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

/* line 140, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_navbar.scss */
/* line 145, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_navbar.scss */
@media (max-width: 575.98px) {
/* line 147, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_navbar.scss */
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }

/* line 158, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_navbar.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row; }

/* line 161, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute; }

/* line 165, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_navbar.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

/* line 172, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_navbar.scss */
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap; }

/* line 177, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_navbar.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }

/* line 184, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_navbar.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none; } }

/* line 145, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_navbar.scss */
@media (max-width: 767.98px) {
/* line 147, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_navbar.scss */
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }

/* line 158, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_navbar.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row; }

/* line 161, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute; }

/* line 165, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_navbar.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

/* line 172, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_navbar.scss */
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap; }

/* line 177, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_navbar.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }

/* line 184, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_navbar.scss */
  .navbar-expand-md .navbar-toggler {
    display: none; } }

/* line 145, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_navbar.scss */
@media (max-width: 991.98px) {
/* line 147, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_navbar.scss */
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }

/* line 158, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_navbar.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row; }

/* line 161, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute; }

/* line 165, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_navbar.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

/* line 172, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_navbar.scss */
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap; }

/* line 177, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_navbar.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }

/* line 184, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_navbar.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none; } }

/* line 145, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_navbar.scss */
@media (max-width: 1199.98px) {
/* line 147, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_navbar.scss */
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }

/* line 158, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_navbar.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row; }

/* line 161, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute; }

/* line 165, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_navbar.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

/* line 172, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_navbar.scss */
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap; }

/* line 177, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_navbar.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }

/* line 184, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_navbar.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none; } }

/* line 145, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_navbar.scss */
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }

/* line 147, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_navbar.scss */
.navbar-expand > .container, .navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0; }

/* line 158, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_navbar.scss */
.navbar-expand .navbar-nav {
  flex-direction: row; }

/* line 161, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_navbar.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute; }

/* line 165, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_navbar.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

/* line 172, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_navbar.scss */
.navbar-expand > .container, .navbar-expand > .container-fluid {
  flex-wrap: nowrap; }

/* line 177, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_navbar.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto; }

/* line 184, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_navbar.scss */
.navbar-expand .navbar-toggler {
  display: none; }

/* line 198, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_navbar.scss */
/* line 199, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_navbar.scss */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_hover.scss */
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9); }

/* line 207, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_navbar.scss */
/* line 208, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_navbar.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_hover.scss */
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7); }

/* line 215, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_navbar.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3); }

/* line 220, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_navbar.scss */
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

/* line 228, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_navbar.scss */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

/* line 233, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_navbar.scss */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

/* line 237, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_navbar.scss */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }

/* line 239, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_navbar.scss */
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9); }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_hover.scss */
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9); }

/* line 250, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_navbar.scss */
/* line 251, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_navbar.scss */
.navbar-dark .navbar-brand {
  color: #fff; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_hover.scss */
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff; }

/* line 259, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_navbar.scss */
/* line 260, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_navbar.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_hover.scss */
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75); }

/* line 267, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_navbar.scss */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25); }

/* line 272, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_navbar.scss */
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

/* line 280, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_navbar.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

/* line 285, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_navbar.scss */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

/* line 289, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_navbar.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }

/* line 291, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_navbar.scss */
.navbar-dark .navbar-text a {
  color: #fff; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_hover.scss */
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff; }

/* line 5, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_card.scss */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }

/* line 16, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_card.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0; }

/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_card.scss */
/* line 22, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_card.scss */
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

/* line 27, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_card.scss */
/* line 28, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_card.scss */
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

/* line 34, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_card.scss */
.card-body {
  flex: 1 1 auto;
  padding: 1.25rem; }

/* line 41, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_card.scss */
.card-title {
  margin-bottom: 0.75rem; }

/* line 45, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_card.scss */
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

/* line 50, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_card.scss */
.card-text:last-child {
  margin-bottom: 0; }

/* line 54, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_card.scss */
/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_hover.scss */
.card-link:hover {
  text-decoration: none; }

/* line 59, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_card.scss */
.card-link + .card-link {
  margin-left: 1.25rem; }

/* line 68, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_card.scss */
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

/* line 74, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_card.scss */
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }

/* line 78, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_card.scss */
/* line 79, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_card.scss */
.card-header + .list-group .list-group-item:first-child {
  border-top: 0; }

/* line 85, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_card.scss */
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }

/* line 90, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_card.scss */
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

/* line 100, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_card.scss */
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

/* line 107, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_card.scss */
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

/* line 113, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_card.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

/* line 122, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_card.scss */
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

/* line 128, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_card.scss */
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

/* line 133, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_card.scss */
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

/* line 141, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_card.scss */
.card-deck {
  display: flex;
  flex-direction: column; }

/* line 145, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_card.scss */
.card-deck .card {
  margin-bottom: 15px; }
@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }

/* line 154, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_card.scss */
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px; } }

/* line 171, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_card.scss */
.card-group {
  display: flex;
  flex-direction: column; }

/* line 177, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_card.scss */
.card-group > .card {
  margin-bottom: 15px; }
@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap; }

/* line 185, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_card.scss */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0; }

/* line 190, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_card.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0; }

/* line 197, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_card.scss */
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

/* line 200, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_card.scss */
  .card-group > .card:first-child .card-img-top, .card-group > .card:first-child .card-header {
    border-top-right-radius: 0; }

/* line 204, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_card.scss */
  .card-group > .card:first-child .card-img-bottom, .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0; }

/* line 210, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_card.scss */
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

/* line 213, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_card.scss */
  .card-group > .card:last-child .card-img-top, .card-group > .card:last-child .card-header {
    border-top-left-radius: 0; }

/* line 217, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_card.scss */
  .card-group > .card:last-child .card-img-bottom, .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0; }

/* line 223, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_card.scss */
  .card-group > .card:only-child {
    border-radius: 0.25rem; }

/* line 226, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_card.scss */
  .card-group > .card:only-child .card-img-top, .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }

/* line 230, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_card.scss */
  .card-group > .card:only-child .card-img-bottom, .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

/* line 236, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_card.scss */
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0; }

/* line 239, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_card.scss */
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0; } }

/* line 256, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_card.scss */
/* line 257, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_card.scss */
.card-columns .card {
  margin-bottom: 0.75rem; }
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }

/* line 267, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_card.scss */
  .card-columns .card {
    display: inline-block;
    width: 100%; } }

/* line 279, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_card.scss */
/* line 280, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_card.scss */
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0; }

/* line 285, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_card.scss */
/* line 286, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_card.scss */
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0; }

/* line 291, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_card.scss */
.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

/* line 297, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_card.scss */
.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

/* line 1, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_breadcrumb.scss */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

/* line 11, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_breadcrumb.scss */
/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }

/* line 16, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/"; }

/* line 30, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

/* line 34, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

/* line 38, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_breadcrumb.scss */
.breadcrumb-item.active {
  color: #6c757d; }

/* line 1, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_pagination.scss */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_pagination.scss */
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_pagination.scss */
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6; }

/* line 25, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_pagination.scss */
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

/* line 32, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_pagination.scss */
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer; }

/* line 37, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_pagination.scss */
/* line 38, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_pagination.scss */
/* line 39, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_pagination.scss */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

/* line 44, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_pagination.scss */
/* line 45, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_pagination.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

/* line 50, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_pagination.scss */
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

/* line 57, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_pagination.scss */
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

/* line 72, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_pagination.scss */
/* line 4, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_pagination.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.063rem;
  line-height: 1.438; }

/* line 10, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_pagination.scss */
/* line 11, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_pagination.scss */
/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_pagination.scss */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

/* line 16, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_pagination.scss */
/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_pagination.scss */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

/* line 76, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_pagination.scss */
/* line 4, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_pagination.scss */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
  line-height: 1.338; }

/* line 10, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_pagination.scss */
/* line 11, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_pagination.scss */
/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_pagination.scss */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

/* line 16, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_pagination.scss */
/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_pagination.scss */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

/* line 6, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_badge.scss */
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }

/* line 18, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_badge.scss */
.badge:empty {
  display: none; }

/* line 24, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_badge.scss */
.btn .badge {
  position: relative;
  top: -1px; }

/* line 33, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_badge.scss */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

/* line 44, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_badge.scss */
.badge-primary {
  color: #fff;
  background-color: #007bff; }

/* line 5, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_badge.scss */
/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_hover.scss */
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc; }

/* line 44, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_badge.scss */
.badge-secondary {
  color: #fff;
  background-color: #6c757d; }

/* line 5, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_badge.scss */
/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_hover.scss */
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62; }

/* line 44, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_badge.scss */
.badge-success {
  color: #fff;
  background-color: #28a745; }

/* line 5, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_badge.scss */
/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_hover.scss */
.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34; }

/* line 44, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_badge.scss */
.badge-info {
  color: #fff;
  background-color: #17a2b8; }

/* line 5, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_badge.scss */
/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_hover.scss */
.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b; }

/* line 44, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_badge.scss */
.badge-warning {
  color: #212529;
  background-color: #ffc107; }

/* line 5, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_badge.scss */
/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_hover.scss */
.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00; }

/* line 44, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_badge.scss */
.badge-danger {
  color: #fff;
  background-color: #dc3545; }

/* line 5, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_badge.scss */
/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_hover.scss */
.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130; }

/* line 44, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_badge.scss */
.badge-light {
  color: #212529;
  background-color: #f8f9fa; }

/* line 5, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_badge.scss */
/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_hover.scss */
.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5; }

/* line 44, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_badge.scss */
.badge-dark {
  color: #fff;
  background-color: #343a40; }

/* line 5, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_badge.scss */
/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_hover.scss */
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124; }

/* line 1, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_jumbotron.scss */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem; } }

/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_jumbotron.scss */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

/* line 5, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_alert.scss */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

/* line 14, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_alert.scss */
.alert-heading {
  color: inherit; }

/* line 20, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_alert.scss */
.alert-link {
  font-weight: 700; }

/* line 29, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_alert.scss */
.alert-dismissible {
  padding-right: 4rem; }

/* line 33, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_alert.scss */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit; }

/* line 48, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_alert.scss */
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }

/* line 6, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_alert.scss */
.alert-primary hr {
  border-top-color: #9ecdff; }

/* line 10, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_alert.scss */
.alert-primary .alert-link {
  color: #002752; }

/* line 48, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_alert.scss */
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }

/* line 6, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_alert.scss */
.alert-secondary hr {
  border-top-color: #c8cccf; }

/* line 10, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_alert.scss */
.alert-secondary .alert-link {
  color: #212326; }

/* line 48, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_alert.scss */
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }

/* line 6, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_alert.scss */
.alert-success hr {
  border-top-color: #b1dfbb; }

/* line 10, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_alert.scss */
.alert-success .alert-link {
  color: #0b2e13; }

/* line 48, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_alert.scss */
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }

/* line 6, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_alert.scss */
.alert-info hr {
  border-top-color: #abdde5; }

/* line 10, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_alert.scss */
.alert-info .alert-link {
  color: #062c32; }

/* line 48, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_alert.scss */
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }

/* line 6, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_alert.scss */
.alert-warning hr {
  border-top-color: #ffe7a0; }

/* line 10, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_alert.scss */
.alert-warning .alert-link {
  color: #533f02; }

/* line 48, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_alert.scss */
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }

/* line 6, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_alert.scss */
.alert-danger hr {
  border-top-color: #f1b1b7; }

/* line 10, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_alert.scss */
.alert-danger .alert-link {
  color: #491217; }

/* line 48, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_alert.scss */
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }

/* line 6, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_alert.scss */
.alert-light hr {
  border-top-color: #f1f1f1; }

/* line 10, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_alert.scss */
.alert-light .alert-link {
  color: #686868; }

/* line 48, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_alert.scss */
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }

/* line 6, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_alert.scss */
.alert-dark hr {
  border-top-color: #b9bbbd; }

/* line 10, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_alert.scss */
.alert-dark .alert-link {
  color: #040505; }

@keyframes progress-bar-stripes {
/* line 2, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_progress.scss */
  from {
    background-position: 1rem 0; }

/* line 3, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_progress.scss */
  to {
    background-position: 0 0; } }
/* line 6, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_progress.scss */
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

/* line 16, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_progress.scss */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease; }

/* line 27, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_progress.scss */
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

/* line 32, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_progress.scss */
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }

/* line 1, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_media.scss */
.media {
  display: flex;
  align-items: flex-start; }

/* line 6, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_media.scss */
.media-body {
  flex: 1; }

/* line 5, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_list-group.scss */
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

/* line 20, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_list-group.scss */
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_hover.scss */
.list-group-item-action:hover, .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa; }

/* line 32, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_list-group.scss */
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef; }

/* line 43, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }

/* line 52, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

/* line 56, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_hover.scss */
.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none; }

/* line 66, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_list-group.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff; }

/* line 73, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_list-group.scss */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

/* line 87, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_list-group.scss */
/* line 88, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_list-group.scss */
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }

/* line 94, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_list-group.scss */
/* line 95, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_list-group.scss */
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

/* line 100, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_list-group.scss */
/* line 101, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_list-group.scss */
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

/* line 4, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_list-group.scss */
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }

/* line 8, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_list-group.scss */
/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_hover.scss */
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9ecdff; }

/* line 14, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_list-group.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #FFF;
  background-color: #004085;
  border-color: #004085; }

/* line 4, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_list-group.scss */
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }

/* line 8, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_list-group.scss */
/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_hover.scss */
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cccf; }

/* line 14, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_list-group.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #FFF;
  background-color: #383d41;
  border-color: #383d41; }

/* line 4, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_list-group.scss */
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }

/* line 8, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_list-group.scss */
/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_hover.scss */
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb; }

/* line 14, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_list-group.scss */
.list-group-item-success.list-group-item-action.active {
  color: #FFF;
  background-color: #155724;
  border-color: #155724; }

/* line 4, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_list-group.scss */
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }

/* line 8, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_list-group.scss */
/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_hover.scss */
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5; }

/* line 14, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_list-group.scss */
.list-group-item-info.list-group-item-action.active {
  color: #FFF;
  background-color: #0c5460;
  border-color: #0c5460; }

/* line 4, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_list-group.scss */
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }

/* line 8, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_list-group.scss */
/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_hover.scss */
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe7a0; }

/* line 14, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_list-group.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #FFF;
  background-color: #856404;
  border-color: #856404; }

/* line 4, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_list-group.scss */
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }

/* line 8, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_list-group.scss */
/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_hover.scss */
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b1b7; }

/* line 14, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_list-group.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #FFF;
  background-color: #721c24;
  border-color: #721c24; }

/* line 4, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_list-group.scss */
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }

/* line 8, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_list-group.scss */
/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_hover.scss */
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #f1f1f1; }

/* line 14, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_list-group.scss */
.list-group-item-light.list-group-item-action.active {
  color: #FFF;
  background-color: #818182;
  border-color: #818182; }

/* line 4, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_list-group.scss */
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }

/* line 8, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_list-group.scss */
/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_hover.scss */
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbd; }

/* line 14, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_list-group.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #FFF;
  background-color: #1b1e21;
  border-color: #1b1e21; }

/* line 1, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_close.scss */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5; }

/* line 10, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_close.scss */
.close:not(:disabled):not(.disabled) {
  cursor: pointer; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_hover.scss */
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  color: #000;
  text-decoration: none;
  opacity: 0.75; }

/* line 29, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_close.scss */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; }

/* line 3, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_align.scss */
.align-baseline {
  vertical-align: baseline !important; }

/* line 4, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_align.scss */
.align-top {
  vertical-align: top !important; }

/* line 5, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_align.scss */
.align-middle {
  vertical-align: middle !important; }

/* line 6, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_align.scss */
.align-bottom {
  vertical-align: bottom !important; }

/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_align.scss */
.align-text-bottom {
  vertical-align: text-bottom !important; }

/* line 8, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_align.scss */
.align-text-top {
  vertical-align: text-top !important; }

/* line 6, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_background-variant.scss */
.bg-primary {
  background-color: #007bff !important; }

/* line 9, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_background-variant.scss */
/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_hover.scss */
a.bg-primary:hover, button.bg-primary:hover, a.bg-primary:focus, button.bg-primary:focus {
  background-color: #0062cc !important; }

/* line 6, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_background-variant.scss */
.bg-secondary {
  background-color: #6c757d !important; }

/* line 9, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_background-variant.scss */
/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_hover.scss */
a.bg-secondary:hover, button.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:focus {
  background-color: #545b62 !important; }

/* line 6, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_background-variant.scss */
.bg-success {
  background-color: #28a745 !important; }

/* line 9, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_background-variant.scss */
/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_hover.scss */
a.bg-success:hover, button.bg-success:hover, a.bg-success:focus, button.bg-success:focus {
  background-color: #1e7e34 !important; }

/* line 6, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_background-variant.scss */
.bg-info {
  background-color: #17a2b8 !important; }

/* line 9, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_background-variant.scss */
/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_hover.scss */
a.bg-info:hover, button.bg-info:hover, a.bg-info:focus, button.bg-info:focus {
  background-color: #117a8b !important; }

/* line 6, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_background-variant.scss */
.bg-warning {
  background-color: #ffc107 !important; }

/* line 9, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_background-variant.scss */
/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_hover.scss */
a.bg-warning:hover, button.bg-warning:hover, a.bg-warning:focus, button.bg-warning:focus {
  background-color: #d39e00 !important; }

/* line 6, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_background-variant.scss */
.bg-danger {
  background-color: #dc3545 !important; }

/* line 9, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_background-variant.scss */
/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_hover.scss */
a.bg-danger:hover, button.bg-danger:hover, a.bg-danger:focus, button.bg-danger:focus {
  background-color: #bd2130 !important; }

/* line 6, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_background-variant.scss */
.bg-light {
  background-color: #f8f9fa !important; }

/* line 9, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_background-variant.scss */
/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_hover.scss */
a.bg-light:hover, button.bg-light:hover, a.bg-light:focus, button.bg-light:focus {
  background-color: #dae0e5 !important; }

/* line 6, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_background-variant.scss */
.bg-dark {
  background-color: #343a40 !important; }

/* line 9, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_background-variant.scss */
/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_hover.scss */
a.bg-dark:hover, button.bg-dark:hover, a.bg-dark:focus, button.bg-dark:focus {
  background-color: #1d2124 !important; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_background.scss */
.bg-white {
  background-color: #FFF !important; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_background.scss */
.bg-transparent {
  background-color: transparent !important; }

/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_borders.scss */
.border {
  border: 1px solid #FEDB00 !important; }

/* line 8, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_borders.scss */
.border-top {
  border-top: 1px solid #FEDB00 !important; }

/* line 9, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_borders.scss */
.border-right {
  border-right: 1px solid #FEDB00 !important; }

/* line 10, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_borders.scss */
.border-bottom {
  border-bottom: 1px solid #FEDB00 !important; }

/* line 11, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_borders.scss */
.border-left {
  border-left: 1px solid #FEDB00 !important; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_borders.scss */
.border-0 {
  border: 0 !important; }

/* line 14, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_borders.scss */
.border-top-0 {
  border-top: 0 !important; }

/* line 15, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_borders.scss */
.border-right-0 {
  border-right: 0 !important; }

/* line 16, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_borders.scss */
.border-bottom-0 {
  border-bottom: 0 !important; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_borders.scss */
.border-left-0 {
  border-left: 0 !important; }

/* line 20, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_borders.scss */
.border-primary {
  border-color: #007bff !important; }

/* line 20, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_borders.scss */
.border-secondary {
  border-color: #6c757d !important; }

/* line 20, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_borders.scss */
.border-success {
  border-color: #28a745 !important; }

/* line 20, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_borders.scss */
.border-info {
  border-color: #17a2b8 !important; }

/* line 20, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_borders.scss */
.border-warning {
  border-color: #ffc107 !important; }

/* line 20, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_borders.scss */
.border-danger {
  border-color: #dc3545 !important; }

/* line 20, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_borders.scss */
.border-light {
  border-color: #f8f9fa !important; }

/* line 20, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_borders.scss */
.border-dark {
  border-color: #343a40 !important; }

/* line 25, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_borders.scss */
.border-white {
  border-color: #FFF !important; }

/* line 33, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_borders.scss */
.rounded {
  border-radius: 0.25rem !important; }

/* line 36, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_borders.scss */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

/* line 40, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_borders.scss */
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

/* line 44, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_borders.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

/* line 48, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_borders.scss */
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

/* line 53, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_borders.scss */
.rounded-circle {
  border-radius: 50% !important; }

/* line 57, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_borders.scss */
.rounded-0 {
  border-radius: 0 !important; }

/* line 1, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_clearfix.scss */
/* line 2, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_clearfix.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

/* line 11, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_display.scss */
.d-none {
  display: none !important; }

/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_display.scss */
.d-inline {
  display: inline !important; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_display.scss */
.d-inline-block {
  display: inline-block !important; }

/* line 14, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_display.scss */
.d-block {
  display: block !important; }

/* line 15, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_display.scss */
.d-table {
  display: table !important; }

/* line 16, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_display.scss */
.d-table-row {
  display: table-row !important; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_display.scss */
.d-table-cell {
  display: table-cell !important; }

/* line 18, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_display.scss */
.d-flex {
  display: flex !important; }

/* line 19, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_display.scss */
.d-inline-flex {
  display: inline-flex !important; }
@media (min-width: 576px) {
/* line 11, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_display.scss */
  .d-sm-none {
    display: none !important; }

/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_display.scss */
  .d-sm-inline {
    display: inline !important; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_display.scss */
  .d-sm-inline-block {
    display: inline-block !important; }

/* line 14, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_display.scss */
  .d-sm-block {
    display: block !important; }

/* line 15, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_display.scss */
  .d-sm-table {
    display: table !important; }

/* line 16, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_display.scss */
  .d-sm-table-row {
    display: table-row !important; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_display.scss */
  .d-sm-table-cell {
    display: table-cell !important; }

/* line 18, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_display.scss */
  .d-sm-flex {
    display: flex !important; }

/* line 19, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_display.scss */
  .d-sm-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 768px) {
/* line 11, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_display.scss */
  .d-md-none {
    display: none !important; }

/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_display.scss */
  .d-md-inline {
    display: inline !important; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_display.scss */
  .d-md-inline-block {
    display: inline-block !important; }

/* line 14, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_display.scss */
  .d-md-block {
    display: block !important; }

/* line 15, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_display.scss */
  .d-md-table {
    display: table !important; }

/* line 16, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_display.scss */
  .d-md-table-row {
    display: table-row !important; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_display.scss */
  .d-md-table-cell {
    display: table-cell !important; }

/* line 18, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_display.scss */
  .d-md-flex {
    display: flex !important; }

/* line 19, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_display.scss */
  .d-md-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 992px) {
/* line 11, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_display.scss */
  .d-lg-none {
    display: none !important; }

/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_display.scss */
  .d-lg-inline {
    display: inline !important; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_display.scss */
  .d-lg-inline-block {
    display: inline-block !important; }

/* line 14, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_display.scss */
  .d-lg-block {
    display: block !important; }

/* line 15, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_display.scss */
  .d-lg-table {
    display: table !important; }

/* line 16, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_display.scss */
  .d-lg-table-row {
    display: table-row !important; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_display.scss */
  .d-lg-table-cell {
    display: table-cell !important; }

/* line 18, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_display.scss */
  .d-lg-flex {
    display: flex !important; }

/* line 19, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_display.scss */
  .d-lg-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1200px) {
/* line 11, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_display.scss */
  .d-xl-none {
    display: none !important; }

/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_display.scss */
  .d-xl-inline {
    display: inline !important; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_display.scss */
  .d-xl-inline-block {
    display: inline-block !important; }

/* line 14, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_display.scss */
  .d-xl-block {
    display: block !important; }

/* line 15, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_display.scss */
  .d-xl-table {
    display: table !important; }

/* line 16, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_display.scss */
  .d-xl-table-row {
    display: table-row !important; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_display.scss */
  .d-xl-table-cell {
    display: table-cell !important; }

/* line 18, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_display.scss */
  .d-xl-flex {
    display: flex !important; }

/* line 19, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_display.scss */
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
/* line 29, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_display.scss */
  .d-print-none {
    display: none !important; }

/* line 30, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_display.scss */
  .d-print-inline {
    display: inline !important; }

/* line 31, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_display.scss */
  .d-print-inline-block {
    display: inline-block !important; }

/* line 32, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_display.scss */
  .d-print-block {
    display: block !important; }

/* line 33, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_display.scss */
  .d-print-table {
    display: table !important; }

/* line 34, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_display.scss */
  .d-print-table-row {
    display: table-row !important; }

/* line 35, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_display.scss */
  .d-print-table-cell {
    display: table-cell !important; }

/* line 36, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_display.scss */
  .d-print-flex {
    display: flex !important; }

/* line 37, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_display.scss */
  .d-print-inline-flex {
    display: inline-flex !important; } }

/* line 3, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }

/* line 10, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_embed.scss */
.embed-responsive::before {
  display: block;
  content: ""; }

/* line 15, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_embed.scss */
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

/* line 30, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_embed.scss */
/* line 31, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_embed.scss */
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%; }

/* line 36, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_embed.scss */
/* line 37, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_embed.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%; }

/* line 42, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_embed.scss */
/* line 43, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_embed.scss */
.embed-responsive-4by3::before {
  padding-top: 75%; }

/* line 48, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_embed.scss */
/* line 49, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_embed.scss */
.embed-responsive-1by1::before {
  padding-top: 100%; }

/* line 11, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
.flex-row {
  flex-direction: row !important; }

/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
.flex-column {
  flex-direction: column !important; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important; }

/* line 14, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important; }

/* line 16, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
.flex-wrap {
  flex-wrap: wrap !important; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
.flex-nowrap {
  flex-wrap: nowrap !important; }

/* line 18, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

/* line 19, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
.flex-fill {
  flex: 1 1 auto !important; }

/* line 20, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
.flex-grow-0 {
  flex-grow: 0 !important; }

/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
.flex-grow-1 {
  flex-grow: 1 !important; }

/* line 22, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important; }

/* line 23, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important; }

/* line 25, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
.justify-content-start {
  justify-content: flex-start !important; }

/* line 26, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
.justify-content-end {
  justify-content: flex-end !important; }

/* line 27, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
.justify-content-center {
  justify-content: center !important; }

/* line 28, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
.justify-content-between {
  justify-content: space-between !important; }

/* line 29, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
.justify-content-around {
  justify-content: space-around !important; }

/* line 31, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
.align-items-start {
  align-items: flex-start !important; }

/* line 32, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
.align-items-end {
  align-items: flex-end !important; }

/* line 33, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
.align-items-center {
  align-items: center !important; }

/* line 34, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
.align-items-baseline {
  align-items: baseline !important; }

/* line 35, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
.align-items-stretch {
  align-items: stretch !important; }

/* line 37, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
.align-content-start {
  align-content: flex-start !important; }

/* line 38, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
.align-content-end {
  align-content: flex-end !important; }

/* line 39, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
.align-content-center {
  align-content: center !important; }

/* line 40, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
.align-content-between {
  align-content: space-between !important; }

/* line 41, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
.align-content-around {
  align-content: space-around !important; }

/* line 42, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
.align-content-stretch {
  align-content: stretch !important; }

/* line 44, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
.align-self-auto {
  align-self: auto !important; }

/* line 45, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
.align-self-start {
  align-self: flex-start !important; }

/* line 46, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
.align-self-end {
  align-self: flex-end !important; }

/* line 47, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
.align-self-center {
  align-self: center !important; }

/* line 48, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
.align-self-baseline {
  align-self: baseline !important; }

/* line 49, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
.align-self-stretch {
  align-self: stretch !important; }
@media (min-width: 576px) {
/* line 11, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .flex-sm-row {
    flex-direction: row !important; }

/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .flex-sm-column {
    flex-direction: column !important; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }

/* line 14, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }

/* line 16, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }

/* line 18, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

/* line 19, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important; }

/* line 20, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }

/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }

/* line 22, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }

/* line 23, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }

/* line 25, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important; }

/* line 26, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important; }

/* line 27, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .justify-content-sm-center {
    justify-content: center !important; }

/* line 28, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .justify-content-sm-between {
    justify-content: space-between !important; }

/* line 29, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .justify-content-sm-around {
    justify-content: space-around !important; }

/* line 31, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .align-items-sm-start {
    align-items: flex-start !important; }

/* line 32, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .align-items-sm-end {
    align-items: flex-end !important; }

/* line 33, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .align-items-sm-center {
    align-items: center !important; }

/* line 34, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .align-items-sm-baseline {
    align-items: baseline !important; }

/* line 35, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .align-items-sm-stretch {
    align-items: stretch !important; }

/* line 37, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .align-content-sm-start {
    align-content: flex-start !important; }

/* line 38, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .align-content-sm-end {
    align-content: flex-end !important; }

/* line 39, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .align-content-sm-center {
    align-content: center !important; }

/* line 40, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .align-content-sm-between {
    align-content: space-between !important; }

/* line 41, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .align-content-sm-around {
    align-content: space-around !important; }

/* line 42, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .align-content-sm-stretch {
    align-content: stretch !important; }

/* line 44, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .align-self-sm-auto {
    align-self: auto !important; }

/* line 45, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .align-self-sm-start {
    align-self: flex-start !important; }

/* line 46, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .align-self-sm-end {
    align-self: flex-end !important; }

/* line 47, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .align-self-sm-center {
    align-self: center !important; }

/* line 48, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .align-self-sm-baseline {
    align-self: baseline !important; }

/* line 49, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .align-self-sm-stretch {
    align-self: stretch !important; } }
@media (min-width: 768px) {
/* line 11, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .flex-md-row {
    flex-direction: row !important; }

/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .flex-md-column {
    flex-direction: column !important; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }

/* line 14, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }

/* line 16, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }

/* line 18, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

/* line 19, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .flex-md-fill {
    flex: 1 1 auto !important; }

/* line 20, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important; }

/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important; }

/* line 22, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }

/* line 23, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }

/* line 25, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .justify-content-md-start {
    justify-content: flex-start !important; }

/* line 26, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .justify-content-md-end {
    justify-content: flex-end !important; }

/* line 27, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .justify-content-md-center {
    justify-content: center !important; }

/* line 28, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .justify-content-md-between {
    justify-content: space-between !important; }

/* line 29, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .justify-content-md-around {
    justify-content: space-around !important; }

/* line 31, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .align-items-md-start {
    align-items: flex-start !important; }

/* line 32, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .align-items-md-end {
    align-items: flex-end !important; }

/* line 33, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .align-items-md-center {
    align-items: center !important; }

/* line 34, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .align-items-md-baseline {
    align-items: baseline !important; }

/* line 35, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .align-items-md-stretch {
    align-items: stretch !important; }

/* line 37, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .align-content-md-start {
    align-content: flex-start !important; }

/* line 38, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .align-content-md-end {
    align-content: flex-end !important; }

/* line 39, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .align-content-md-center {
    align-content: center !important; }

/* line 40, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .align-content-md-between {
    align-content: space-between !important; }

/* line 41, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .align-content-md-around {
    align-content: space-around !important; }

/* line 42, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .align-content-md-stretch {
    align-content: stretch !important; }

/* line 44, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .align-self-md-auto {
    align-self: auto !important; }

/* line 45, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .align-self-md-start {
    align-self: flex-start !important; }

/* line 46, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .align-self-md-end {
    align-self: flex-end !important; }

/* line 47, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .align-self-md-center {
    align-self: center !important; }

/* line 48, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .align-self-md-baseline {
    align-self: baseline !important; }

/* line 49, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .align-self-md-stretch {
    align-self: stretch !important; } }
@media (min-width: 992px) {
/* line 11, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .flex-lg-row {
    flex-direction: row !important; }

/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .flex-lg-column {
    flex-direction: column !important; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }

/* line 14, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }

/* line 16, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }

/* line 18, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

/* line 19, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important; }

/* line 20, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }

/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }

/* line 22, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }

/* line 23, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }

/* line 25, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important; }

/* line 26, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important; }

/* line 27, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .justify-content-lg-center {
    justify-content: center !important; }

/* line 28, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .justify-content-lg-between {
    justify-content: space-between !important; }

/* line 29, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .justify-content-lg-around {
    justify-content: space-around !important; }

/* line 31, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .align-items-lg-start {
    align-items: flex-start !important; }

/* line 32, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .align-items-lg-end {
    align-items: flex-end !important; }

/* line 33, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .align-items-lg-center {
    align-items: center !important; }

/* line 34, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .align-items-lg-baseline {
    align-items: baseline !important; }

/* line 35, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .align-items-lg-stretch {
    align-items: stretch !important; }

/* line 37, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .align-content-lg-start {
    align-content: flex-start !important; }

/* line 38, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .align-content-lg-end {
    align-content: flex-end !important; }

/* line 39, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .align-content-lg-center {
    align-content: center !important; }

/* line 40, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .align-content-lg-between {
    align-content: space-between !important; }

/* line 41, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .align-content-lg-around {
    align-content: space-around !important; }

/* line 42, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .align-content-lg-stretch {
    align-content: stretch !important; }

/* line 44, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .align-self-lg-auto {
    align-self: auto !important; }

/* line 45, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .align-self-lg-start {
    align-self: flex-start !important; }

/* line 46, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .align-self-lg-end {
    align-self: flex-end !important; }

/* line 47, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .align-self-lg-center {
    align-self: center !important; }

/* line 48, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .align-self-lg-baseline {
    align-self: baseline !important; }

/* line 49, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .align-self-lg-stretch {
    align-self: stretch !important; } }
@media (min-width: 1200px) {
/* line 11, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .flex-xl-row {
    flex-direction: row !important; }

/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .flex-xl-column {
    flex-direction: column !important; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }

/* line 14, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }

/* line 16, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }

/* line 18, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

/* line 19, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important; }

/* line 20, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }

/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }

/* line 22, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }

/* line 23, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }

/* line 25, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important; }

/* line 26, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important; }

/* line 27, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .justify-content-xl-center {
    justify-content: center !important; }

/* line 28, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .justify-content-xl-between {
    justify-content: space-between !important; }

/* line 29, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .justify-content-xl-around {
    justify-content: space-around !important; }

/* line 31, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .align-items-xl-start {
    align-items: flex-start !important; }

/* line 32, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .align-items-xl-end {
    align-items: flex-end !important; }

/* line 33, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .align-items-xl-center {
    align-items: center !important; }

/* line 34, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .align-items-xl-baseline {
    align-items: baseline !important; }

/* line 35, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .align-items-xl-stretch {
    align-items: stretch !important; }

/* line 37, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .align-content-xl-start {
    align-content: flex-start !important; }

/* line 38, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .align-content-xl-end {
    align-content: flex-end !important; }

/* line 39, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .align-content-xl-center {
    align-content: center !important; }

/* line 40, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .align-content-xl-between {
    align-content: space-between !important; }

/* line 41, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .align-content-xl-around {
    align-content: space-around !important; }

/* line 42, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .align-content-xl-stretch {
    align-content: stretch !important; }

/* line 44, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .align-self-xl-auto {
    align-self: auto !important; }

/* line 45, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .align-self-xl-start {
    align-self: flex-start !important; }

/* line 46, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .align-self-xl-end {
    align-self: flex-end !important; }

/* line 47, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .align-self-xl-center {
    align-self: center !important; }

/* line 48, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .align-self-xl-baseline {
    align-self: baseline !important; }

/* line 49, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_flex.scss */
  .align-self-xl-stretch {
    align-self: stretch !important; } }

/* line 5, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_float.scss */
.float-left {
  float: left !important; }

/* line 6, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_float.scss */
.float-right {
  float: right !important; }

/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_float.scss */
.float-none {
  float: none !important; }
@media (min-width: 576px) {
/* line 5, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_float.scss */
  .float-sm-left {
    float: left !important; }

/* line 6, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_float.scss */
  .float-sm-right {
    float: right !important; }

/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_float.scss */
  .float-sm-none {
    float: none !important; } }
@media (min-width: 768px) {
/* line 5, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_float.scss */
  .float-md-left {
    float: left !important; }

/* line 6, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_float.scss */
  .float-md-right {
    float: right !important; }

/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_float.scss */
  .float-md-none {
    float: none !important; } }
@media (min-width: 992px) {
/* line 5, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_float.scss */
  .float-lg-left {
    float: left !important; }

/* line 6, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_float.scss */
  .float-lg-right {
    float: right !important; }

/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_float.scss */
  .float-lg-none {
    float: none !important; } }
@media (min-width: 1200px) {
/* line 5, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_float.scss */
  .float-xl-left {
    float: left !important; }

/* line 6, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_float.scss */
  .float-xl-right {
    float: right !important; }

/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_float.scss */
  .float-xl-none {
    float: none !important; } }

/* line 10, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_position.scss */
.position-static {
  position: static !important; }

/* line 10, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_position.scss */
.position-relative {
  position: relative !important; }

/* line 10, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_position.scss */
.position-absolute {
  position: absolute !important; }

/* line 10, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_position.scss */
.position-fixed {
  position: fixed !important; }

/* line 10, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_position.scss */
.position-sticky {
  position: sticky !important; }

/* line 15, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

/* line 23, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

/*
 .sticky-top {
 @supports (position: sticky) {
 position: sticky;
 top: 0;
 z-index: $zindex-sticky;
 }
 }
 */
/* line 5, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_screenreaders.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

/* line 9, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_screenreaders.scss */
/* line 24, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_screen-reader.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

/* line 3, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_shadows.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

/* line 4, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_shadows.scss */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

/* line 5, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_shadows.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

/* line 6, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_shadows.scss */
.shadow-none {
  box-shadow: none !important; }

/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_sizing.scss */
.w-25 {
  width: 25% !important; }

/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_sizing.scss */
.w-50 {
  width: 50% !important; }

/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_sizing.scss */
.w-75 {
  width: 75% !important; }

/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_sizing.scss */
.w-100 {
  width: 100% !important; }

/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_sizing.scss */
.w-auto {
  width: auto !important; }

/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_sizing.scss */
.h-25 {
  height: 25% !important; }

/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_sizing.scss */
.h-50 {
  height: 50% !important; }

/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_sizing.scss */
.h-75 {
  height: 75% !important; }

/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_sizing.scss */
.h-100 {
  height: 100% !important; }

/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_sizing.scss */
.h-auto {
  height: auto !important; }

/* line 11, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_sizing.scss */
.mw-100 {
  max-width: 100% !important; }

/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_sizing.scss */
.mh-100 {
  max-height: 100% !important; }

/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
.m-0 {
  margin: 0 !important; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
.mt-0, .my-0 {
  margin-top: 0 !important; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
.mr-0, .mx-0 {
  margin-right: 0 !important; }

/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
.mb-0, .my-0 {
  margin-bottom: 0 !important; }

/* line 25, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
.ml-0, .mx-0 {
  margin-left: 0 !important; }

/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
.m-1 {
  margin: 0.25rem !important; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
.mt-1, .my-1 {
  margin-top: 0.25rem !important; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
.mr-1, .mx-1 {
  margin-right: 0.25rem !important; }

/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
.mb-1, .my-1 {
  margin-bottom: 0.25rem !important; }

/* line 25, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
.ml-1, .mx-1 {
  margin-left: 0.25rem !important; }

/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
.m-2 {
  margin: 0.5rem !important; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
.mt-2, .my-2 {
  margin-top: 0.5rem !important; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
.mr-2, .mx-2 {
  margin-right: 0.5rem !important; }

/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
.mb-2, .my-2 {
  margin-bottom: 0.5rem !important; }

/* line 25, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
.ml-2, .mx-2 {
  margin-left: 0.5rem !important; }

/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
.m-3 {
  margin: 1rem !important; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
.mt-3, .my-3 {
  margin-top: 1rem !important; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
.mr-3, .mx-3 {
  margin-right: 1rem !important; }

/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
.mb-3, .my-3 {
  margin-bottom: 1rem !important; }

/* line 25, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
.ml-3, .mx-3 {
  margin-left: 1rem !important; }

/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
.m-4 {
  margin: 1.5rem !important; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
.mt-4, .my-4 {
  margin-top: 1.5rem !important; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
.mr-4, .mx-4 {
  margin-right: 1.5rem !important; }

/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
.mb-4, .my-4 {
  margin-bottom: 1.5rem !important; }

/* line 25, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
.ml-4, .mx-4 {
  margin-left: 1.5rem !important; }

/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
.m-5 {
  margin: 3rem !important; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
.mt-5, .my-5 {
  margin-top: 3rem !important; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
.mr-5, .mx-5 {
  margin-right: 3rem !important; }

/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
.mb-5, .my-5 {
  margin-bottom: 3rem !important; }

/* line 25, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
.ml-5, .mx-5 {
  margin-left: 3rem !important; }

/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
.p-0 {
  padding: 0 !important; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
.pt-0, .py-0 {
  padding-top: 0 !important; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
.pr-0, .px-0 {
  padding-right: 0 !important; }

/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
.pb-0, .py-0 {
  padding-bottom: 0 !important; }

/* line 25, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
.pl-0, .px-0 {
  padding-left: 0 !important; }

/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
.p-1 {
  padding: 0.25rem !important; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
.pt-1, .py-1 {
  padding-top: 0.25rem !important; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
.pr-1, .px-1 {
  padding-right: 0.25rem !important; }

/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
.pb-1, .py-1 {
  padding-bottom: 0.25rem !important; }

/* line 25, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
.pl-1, .px-1 {
  padding-left: 0.25rem !important; }

/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
.p-2 {
  padding: 0.5rem !important; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
.pt-2, .py-2 {
  padding-top: 0.5rem !important; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
.pr-2, .px-2 {
  padding-right: 0.5rem !important; }

/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
.pb-2, .py-2 {
  padding-bottom: 0.5rem !important; }

/* line 25, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
.pl-2, .px-2 {
  padding-left: 0.5rem !important; }

/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
.p-3 {
  padding: 1rem !important; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
.pt-3, .py-3 {
  padding-top: 1rem !important; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
.pr-3, .px-3 {
  padding-right: 1rem !important; }

/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
.pb-3, .py-3 {
  padding-bottom: 1rem !important; }

/* line 25, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
.pl-3, .px-3 {
  padding-left: 1rem !important; }

/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
.p-4 {
  padding: 1.5rem !important; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
.pt-4, .py-4 {
  padding-top: 1.5rem !important; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
.pr-4, .px-4 {
  padding-right: 1.5rem !important; }

/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
.pb-4, .py-4 {
  padding-bottom: 1.5rem !important; }

/* line 25, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
.pl-4, .px-4 {
  padding-left: 1.5rem !important; }

/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
.p-5 {
  padding: 3rem !important; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
.pt-5, .py-5 {
  padding-top: 3rem !important; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
.pr-5, .px-5 {
  padding-right: 3rem !important; }

/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
.pb-5, .py-5 {
  padding-bottom: 3rem !important; }

/* line 25, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
.pl-5, .px-5 {
  padding-left: 3rem !important; }

/* line 33, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
.m-auto {
  margin: auto !important; }

/* line 34, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
.mt-auto, .my-auto {
  margin-top: auto !important; }

/* line 38, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
.mr-auto, .mx-auto {
  margin-right: auto !important; }

/* line 42, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
.mb-auto, .my-auto {
  margin-bottom: auto !important; }

/* line 46, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
.ml-auto, .mx-auto {
  margin-left: auto !important; }
@media (min-width: 576px) {
/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .m-sm-0 {
    margin: 0 !important; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important; }

/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important; }

/* line 25, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important; }

/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .m-sm-1 {
    margin: 0.25rem !important; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important; }

/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important; }

/* line 25, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important; }

/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .m-sm-2 {
    margin: 0.5rem !important; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important; }

/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important; }

/* line 25, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important; }

/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .m-sm-3 {
    margin: 1rem !important; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important; }

/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important; }

/* line 25, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important; }

/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .m-sm-4 {
    margin: 1.5rem !important; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important; }

/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important; }

/* line 25, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important; }

/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .m-sm-5 {
    margin: 3rem !important; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important; }

/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important; }

/* line 25, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important; }

/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .p-sm-0 {
    padding: 0 !important; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important; }

/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important; }

/* line 25, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important; }

/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .p-sm-1 {
    padding: 0.25rem !important; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important; }

/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important; }

/* line 25, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important; }

/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .p-sm-2 {
    padding: 0.5rem !important; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important; }

/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important; }

/* line 25, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important; }

/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .p-sm-3 {
    padding: 1rem !important; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important; }

/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important; }

/* line 25, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important; }

/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .p-sm-4 {
    padding: 1.5rem !important; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important; }

/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important; }

/* line 25, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important; }

/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .p-sm-5 {
    padding: 3rem !important; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important; }

/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important; }

/* line 25, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important; }

/* line 33, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .m-sm-auto {
    margin: auto !important; }

/* line 34, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important; }

/* line 38, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important; }

/* line 42, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important; }

/* line 46, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important; } }
@media (min-width: 768px) {
/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .m-md-0 {
    margin: 0 !important; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mt-md-0, .my-md-0 {
    margin-top: 0 !important; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important; }

/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important; }

/* line 25, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important; }

/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .m-md-1 {
    margin: 0.25rem !important; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important; }

/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important; }

/* line 25, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important; }

/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .m-md-2 {
    margin: 0.5rem !important; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important; }

/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important; }

/* line 25, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important; }

/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .m-md-3 {
    margin: 1rem !important; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important; }

/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important; }

/* line 25, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important; }

/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .m-md-4 {
    margin: 1.5rem !important; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important; }

/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important; }

/* line 25, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important; }

/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .m-md-5 {
    margin: 3rem !important; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important; }

/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important; }

/* line 25, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important; }

/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .p-md-0 {
    padding: 0 !important; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pt-md-0, .py-md-0 {
    padding-top: 0 !important; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pr-md-0, .px-md-0 {
    padding-right: 0 !important; }

/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important; }

/* line 25, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pl-md-0, .px-md-0 {
    padding-left: 0 !important; }

/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .p-md-1 {
    padding: 0.25rem !important; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important; }

/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important; }

/* line 25, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important; }

/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .p-md-2 {
    padding: 0.5rem !important; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important; }

/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important; }

/* line 25, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important; }

/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .p-md-3 {
    padding: 1rem !important; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important; }

/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important; }

/* line 25, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important; }

/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .p-md-4 {
    padding: 1.5rem !important; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important; }

/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important; }

/* line 25, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important; }

/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .p-md-5 {
    padding: 3rem !important; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important; }

/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important; }

/* line 25, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important; }

/* line 33, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .m-md-auto {
    margin: auto !important; }

/* line 34, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mt-md-auto, .my-md-auto {
    margin-top: auto !important; }

/* line 38, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important; }

/* line 42, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important; }

/* line 46, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important; } }
@media (min-width: 992px) {
/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .m-lg-0 {
    margin: 0 !important; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important; }

/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important; }

/* line 25, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important; }

/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .m-lg-1 {
    margin: 0.25rem !important; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important; }

/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important; }

/* line 25, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important; }

/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .m-lg-2 {
    margin: 0.5rem !important; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important; }

/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important; }

/* line 25, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important; }

/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .m-lg-3 {
    margin: 1rem !important; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important; }

/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important; }

/* line 25, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important; }

/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .m-lg-4 {
    margin: 1.5rem !important; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important; }

/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important; }

/* line 25, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important; }

/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .m-lg-5 {
    margin: 3rem !important; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important; }

/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important; }

/* line 25, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important; }

/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .p-lg-0 {
    padding: 0 !important; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important; }

/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important; }

/* line 25, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important; }

/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .p-lg-1 {
    padding: 0.25rem !important; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important; }

/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important; }

/* line 25, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important; }

/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .p-lg-2 {
    padding: 0.5rem !important; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important; }

/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important; }

/* line 25, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important; }

/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .p-lg-3 {
    padding: 1rem !important; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important; }

/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important; }

/* line 25, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important; }

/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .p-lg-4 {
    padding: 1.5rem !important; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important; }

/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important; }

/* line 25, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important; }

/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .p-lg-5 {
    padding: 3rem !important; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important; }

/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important; }

/* line 25, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important; }

/* line 33, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .m-lg-auto {
    margin: auto !important; }

/* line 34, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important; }

/* line 38, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important; }

/* line 42, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important; }

/* line 46, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important; } }
@media (min-width: 1200px) {
/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .m-xl-0 {
    margin: 0 !important; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important; }

/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important; }

/* line 25, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important; }

/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .m-xl-1 {
    margin: 0.25rem !important; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important; }

/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important; }

/* line 25, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important; }

/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .m-xl-2 {
    margin: 0.5rem !important; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important; }

/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important; }

/* line 25, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important; }

/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .m-xl-3 {
    margin: 1rem !important; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important; }

/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important; }

/* line 25, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important; }

/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .m-xl-4 {
    margin: 1.5rem !important; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important; }

/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important; }

/* line 25, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important; }

/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .m-xl-5 {
    margin: 3rem !important; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important; }

/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important; }

/* line 25, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important; }

/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .p-xl-0 {
    padding: 0 !important; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important; }

/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important; }

/* line 25, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important; }

/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .p-xl-1 {
    padding: 0.25rem !important; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important; }

/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important; }

/* line 25, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important; }

/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .p-xl-2 {
    padding: 0.5rem !important; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important; }

/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important; }

/* line 25, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important; }

/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .p-xl-3 {
    padding: 1rem !important; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important; }

/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important; }

/* line 25, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important; }

/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .p-xl-4 {
    padding: 1.5rem !important; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important; }

/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important; }

/* line 25, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important; }

/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .p-xl-5 {
    padding: 3rem !important; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important; }

/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important; }

/* line 25, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important; }

/* line 33, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .m-xl-auto {
    margin: auto !important; }

/* line 34, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important; }

/* line 38, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important; }

/* line 42, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important; }

/* line 46, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_spacing.scss */
  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important; } }

/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_text.scss */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

/* line 11, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_text.scss */
.text-justify {
  text-align: justify !important; }

/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_text.scss */
.text-nowrap {
  white-space: nowrap !important; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_text.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_text.scss */
.text-left {
  text-align: left !important; }

/* line 22, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_text.scss */
.text-right {
  text-align: right !important; }

/* line 23, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_text.scss */
.text-center {
  text-align: center !important; }
@media (min-width: 576px) {
/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_text.scss */
  .text-sm-left {
    text-align: left !important; }

/* line 22, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_text.scss */
  .text-sm-right {
    text-align: right !important; }

/* line 23, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_text.scss */
  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 768px) {
/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_text.scss */
  .text-md-left {
    text-align: left !important; }

/* line 22, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_text.scss */
  .text-md-right {
    text-align: right !important; }

/* line 23, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_text.scss */
  .text-md-center {
    text-align: center !important; } }
@media (min-width: 992px) {
/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_text.scss */
  .text-lg-left {
    text-align: left !important; }

/* line 22, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_text.scss */
  .text-lg-right {
    text-align: right !important; }

/* line 23, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_text.scss */
  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1200px) {
/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_text.scss */
  .text-xl-left {
    text-align: left !important; }

/* line 22, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_text.scss */
  .text-xl-right {
    text-align: right !important; }

/* line 23, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_text.scss */
  .text-xl-center {
    text-align: center !important; } }

/* line 29, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_text.scss */
.text-lowercase {
  text-transform: lowercase !important; }

/* line 30, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_text.scss */
.text-uppercase {
  text-transform: uppercase !important; }

/* line 31, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_text.scss */
.text-capitalize {
  text-transform: capitalize !important; }

/* line 35, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_text.scss */
.font-weight-light {
  font-weight: 300 !important; }

/* line 36, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_text.scss */
.font-weight-normal {
  font-weight: 400 !important; }

/* line 37, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_text.scss */
.font-weight-bold {
  font-weight: 700 !important; }

/* line 38, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_text.scss */
.font-italic {
  font-style: italic !important; }

/* line 42, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_text.scss */
.text-white {
  color: #FFF !important; }

/* line 6, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_text-emphasis.scss */
.text-primary {
  color: #007bff !important; }

/* line 9, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_text-emphasis.scss */
/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_hover.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important; }

/* line 6, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_text-emphasis.scss */
.text-secondary {
  color: #6c757d !important; }

/* line 9, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_text-emphasis.scss */
/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_hover.scss */
a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important; }

/* line 6, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_text-emphasis.scss */
.text-success {
  color: #28a745 !important; }

/* line 9, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_text-emphasis.scss */
/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_hover.scss */
a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important; }

/* line 6, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_text-emphasis.scss */
.text-info {
  color: #17a2b8 !important; }

/* line 9, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_text-emphasis.scss */
/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_hover.scss */
a.text-info:hover, a.text-info:focus {
  color: #117a8b !important; }

/* line 6, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_text-emphasis.scss */
.text-warning {
  color: #ffc107 !important; }

/* line 9, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_text-emphasis.scss */
/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_hover.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important; }

/* line 6, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_text-emphasis.scss */
.text-danger {
  color: #dc3545 !important; }

/* line 9, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_text-emphasis.scss */
/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_hover.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important; }

/* line 6, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_text-emphasis.scss */
.text-light {
  color: #f8f9fa !important; }

/* line 9, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_text-emphasis.scss */
/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_hover.scss */
a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important; }

/* line 6, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_text-emphasis.scss */
.text-dark {
  color: #343a40 !important; }

/* line 9, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_text-emphasis.scss */
/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_hover.scss */
a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important; }

/* line 48, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_text.scss */
.text-body {
  color: #212529 !important; }

/* line 49, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_text.scss */
.text-muted {
  color: #6c757d !important; }

/* line 51, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_text.scss */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

/* line 52, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_text.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

/* line 56, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_text.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

/* line 5, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_visibility.scss */
.visible {
  visibility: visible !important; }

/* line 9, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/utilities/_visibility.scss */
.invisible {
  visibility: hidden !important; }

@media print {
/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_print.scss */
  /*
   *,
   *::before,
   *::after {
   // Bootstrap specific; comment out `color` and `background`
   //color: $black !important; // Black prints faster
   text-shadow: none !important;
   //background: transparent !important;
   box-shadow: none !important;
   }
   a {
   &:not(.btn) {
   text-decoration: underline;
   }
   }
   // Bootstrap specific; comment the following selector out
   //a[href]::after {
   //  content: " (" attr(href) ")";
   //}
   abbr[title]::after {
   content: " (" attr(title) ")";
   }
   // Bootstrap specific; comment the following selector out
   //
   // Don't show links that are fragment identifiers,
   // or use the `javascript:` pseudo protocol
   //
   //a[href^="#"]::after,
   //a[href^="javascript:"]::after {
   // content: "";
   //}
   pre {
   white-space: pre-wrap !important;
   }
   pre,
   blockquote {
   border: $border-width solid $gray-500;   // Bootstrap custom code; using `$border-width` instead of 1px
   page-break-inside: avoid;
   }
   //
   // Printing Tables:
   // http://css-discuss.incutio.com/wiki/Printing_Tables
   //
   thead {
   display: table-header-group;
   }
   tr,
   img {
   page-break-inside: avoid;
   }
   p,
   h2,
   h3 {
   orphans: 3;
   widows: 3;
   }
   h2,
   h3 {
   page-break-after: avoid;
   }
   // Bootstrap specific changes start
   // Specify a size and min-width to make printing closer across browsers.
   // We don't set margin here because it breaks `size` in Chrome. We also
   // don't use `!important` on `size` as it breaks in Chrome.
   @page {
   size: $print-page-size;
   }
   body {
   min-width: $print-body-min-width !important;
   }
   .container {
   min-width: $print-body-min-width !important;
   }
   // Bootstrap components
   .navbar {
   display: none;
   }
   .badge {
   border: $border-width solid $black;
   }
   .table {
   border-collapse: collapse !important;
   td,
   th {
   background-color: $white !important;
   }
   }
   .table-bordered {
   th,
   td {
   border: 1px solid $gray-300 !important;
   }
   }
   .table-dark {
   color: inherit;
   th,
   td,
   thead th,
   tbody + tbody {
   border-color: $table-border-color;
   }
   }
   .table .thead-dark th {
   color: inherit;
   border-color: $table-border-color;
   }
   */
/* line 143, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/_print.scss */
  .navbar, .header, .teaser, #tx_cookies {
    display: none; } }

/* ################################################
 ** ### Hamburger		 	 	 ##########################
 ** ################################################ */
/* line 5, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/own/_fullscreen_menu.scss */
.hamburger, .close {
  padding: 7px 15px;
  display: inline-block;
  cursor: pointer;
  display: none;
  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;
  z-index: 10000;
  position: fixed;
  top: 0;
  right: 10px;
  margin-top: 7px; }

/* line 33, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/own/_fullscreen_menu.scss */
.hamburger:hover, .close:hover {
  opacity: 0.7; }

/* line 42, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/own/_fullscreen_menu.scss */
.hamburger:focus, .close:focus {
  outline: 0; }

/* line 48, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/own/_fullscreen_menu.scss */
.close {
  display: inline-block;
  transition-property: inherit;
  transition-duration: inherit;
  transition-timing-function: inherit;
  margin-top: 15px;
  position: absolute; }

/* line 57, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/own/_fullscreen_menu.scss */
.hamburger-box, .close-box {
  width: 30px;
  height: 17px;
  display: inline-block;
  position: relative; }

/* line 65, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/own/_fullscreen_menu.scss */
.hamburger-inner, .close-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px; }

/* line 71, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/own/_fullscreen_menu.scss */
.hamburger-inner, .close-inner, .hamburger-inner::before, .close-inner::before, .hamburger-inner::after, .close-inner::after {
  width: 30px;
  height: 3px;
  background-color: #001489;
  border-radius: 3px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }

/* line 84, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/own/_fullscreen_menu.scss */
.hamburger-inner::before, .close-inner::before, .hamburger-inner::after, .close-inner::after {
  content: "";
  display: block; }

/* line 90, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/own/_fullscreen_menu.scss */
.hamburger-inner::before, .close-inner::before {
  top: -7px; }

/* line 94, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/own/_fullscreen_menu.scss */
.hamburger-inner::after, .close-inner::after {
  bottom: -7px; }

/* line 100, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/own/_fullscreen_menu.scss */
.close-inner {
  transform: rotate(45deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative; }

/* line 106, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/own/_fullscreen_menu.scss */
.close-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease, opacity 0.1s 0.14s ease; }

/* line 113, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/own/_fullscreen_menu.scss */
.close-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

/* line 122, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/own/_fullscreen_menu.scss */
/* line 124, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/own/_fullscreen_menu.scss */
.overlay-active .hamburger-inner, .overlay-active .hamburger-inner::before, .overlay-active .hamburger-inner::after {
  background-color: #001489; }

/*
 * Squeeze
 */
/* line 134, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/own/_fullscreen_menu.scss */
/* line 135, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/own/_fullscreen_menu.scss */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

/* line 139, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/own/_fullscreen_menu.scss */
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.1s 0.14s ease, opacity 0.1s ease; }

/* line 144, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/own/_fullscreen_menu.scss */
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

/* line 150, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/own/_fullscreen_menu.scss */
/* line 151, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/own/_fullscreen_menu.scss */
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  margin-top: 5px;
  margin-top: 0; }

/* line 162, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/own/_fullscreen_menu.scss */
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease, opacity 0.1s 0.14s ease; }

/* line 169, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/own/_fullscreen_menu.scss */
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

/* ################################################
 ** ### Normal Menu	 	 	 ##########################
 ** ################################################ */
/* line 184, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/own/_fullscreen_menu.scss */
.navmain {
  margin-right: -10px;
  margin-bottom: 20px;
  z-index: 10;
  position: relative;
  justify-content: flex-end; }

/* line 192, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/own/_fullscreen_menu.scss */
.navmain .nav-list {
  margin: 0;
  background: transparent; }

/* line 196, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/own/_fullscreen_menu.scss */
.navmain .nav-list:before, .navmain .nav-list:after {
  content: " ";
  display: table; }
@media (min-width: 992px) {
  .navmain .nav-list {
    /* enable/disable for laymenu level2  desktop */ }

/* line 206, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/own/_fullscreen_menu.scss */
  .navmain .nav-list li:hover > ul {
    display: block;
    left: auto;
    opacity: 1;
    filter: alpha(opacity=100);
    cursor: pointer;
    /* */ } }

/* line 216, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/own/_fullscreen_menu.scss */
.navmain .nav-list li.sub-menu-open ul {
  opacity: 1;
  filter: alpha(opacity=100); }

/* line 220, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/own/_fullscreen_menu.scss */
.navmain .nav-list li > ul {
  display: none; }

/* line 224, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/own/_fullscreen_menu.scss */
.navmain .nav-list ul {
  *zoom: 1;
  margin: 0;
  list-style: none;
  width: auto;
  border: 0 none;
  position: absolute;
  padding: 13px 0 0 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 0.6s ease; }
@media (min-width: 768px) {
  .navmain .nav-list ul {
    display: none;
    left: auto; } }
@media (min-width: 992px) {
  .navmain .nav-list {
    left: 0; }

/* line 249, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/own/_fullscreen_menu.scss */
  .navmain .nav-list li > ul {
    display: block;
    width: 100%;
    background: #FEDB00;
    padding: 0.7rem 0;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.27);
    left: -9999px; } }
@media (min-width: 992px) and (max-width: 991.98px) {
  .navmain .nav-list li > ul {
    width: 100%;
    padding: 0; } }

/* line 270, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/own/_fullscreen_menu.scss */
.navmain .nav-list > li {
  position: relative;
  color: #FEDB00;
  list-style-type: none;
  border-left: solid 1px #FFF; }

/* line 275, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/own/_fullscreen_menu.scss */
.navmain .nav-list > li:nth-of-type(2), .navmain .nav-list > li:first-of-type {
  border-left: none; }
@media (min-width: 992px) {
  .navmain .nav-list > li {
    display: inline-block; } }

/* line 283, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/own/_fullscreen_menu.scss */
.navmain .nav-list > li ul {
  width: calc(100% + 40px) !important;
  transform: translateX(-20px);
  opacity: 0;
  width: inherit;
  text-align: center; }
@media (max-width: 991.98px) {
  .navmain .nav-list > li ul {
    display: none;
    position: relative; } }

/* line 293, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/own/_fullscreen_menu.scss */
.navmain .nav-list > li ul li {
  padding: 0;
  display: block;
  width: 100%; }
@media (max-width: 991.98px) {
  .navmain .nav-list > li ul li {
    padding: 2.5px 0; } }

/* line 300, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/own/_fullscreen_menu.scss */
.navmain .nav-list > li ul li a {
  position: relative;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  display: inline-block;
  padding: 1px 10px 1px 10px;
  color: #001489;
  font-weight: 400;
  letter-spacing: 0.01rem;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-stroke: 1px transparent;
  text-decoration: none; }
@media (min-width: 768px) {
  .navmain .nav-list > li ul li a {
    font-size: 0.938rem; } }

/* line 315, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/own/_fullscreen_menu.scss */
.navmain .nav-list > li ul li a:before {
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  height: 1px;
  bottom: 0;
  left: 10px;
  background-color: #333333;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }

/* line 329, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/own/_fullscreen_menu.scss */
.navmain .nav-list > li ul li a:hover {
  color: #333333;
  text-decoration: none; }

/* line 332, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/own/_fullscreen_menu.scss */
.navmain .nav-list > li ul li a:hover:before {
  visibility: visible;
  background-color: #333333;
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }
@media (min-width: 576px) and (max-width: 991.98px) {
/* line 89, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/bootstrap_4_1_3/mixins/_breakpoints.scss */ }
@media (max-width: 991.98px) {
  .navmain .nav-list > li {
    padding: 10px 0 0 0; } }
@media (max-width: 767.98px) {
  .navmain .nav-list > li {
    display: block; } }

/* line 358, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/own/_fullscreen_menu.scss */
.navmain .nav-list > li > a {
  color: #001489;
  text-decoration: none;
  text-shadow: inherit;
  white-space: nowrap;
  text-align: left;
  outline: 0;
  padding: 2px 10px 0px 10px;
  cursor: pointer;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 600;
  position: relative; }
@media (max-width: 767.98px) {
  .navmain .nav-list > li > a {
    font-size: 17.25px; } }
@media (min-width: 576px) and (max-width: 991.98px) {
  .navmain .nav-list > li > a {
    font-size: 22.5px; } }
@media (min-width: 1200px) {
  .navmain .nav-list > li > a {
    font-size: 16.95px; } }
@media (min-width: 576px) and (max-width: 991.98px) {
  .navmain .nav-list > li > a {
    padding: 2px 2.5px 0px 10px; } }
@media (max-width: 767.98px) {
  .navmain .nav-list > li > a {
    padding: 2px 2.5px 0px 10px; } }

/* line 391, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/own/_fullscreen_menu.scss */
.navmain .nav-list > li > a:before {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #333333;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
@media (min-width: 768px) {
  .navmain .nav-list > li > a:before {
    width: calc(100% - 20px);
    left: 10px;
    bottom: 0; } }
@media (max-width: 991.98px) {
  .navmain .nav-list > li > a:before {
    width: 100%;
    left: 0;
    bottom: 5px; } }

/* line 414, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/own/_fullscreen_menu.scss */
.navmain .nav-list > li > a.hover, .navmain .nav-list > li > a:hover {
  text-decoration: none;
  background-color: transparent;
  color: #00093d; }

/* line 421, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/own/_fullscreen_menu.scss */
.navmain .nav-list > li > a.hover:before, .navmain .nav-list > li > a:hover:before {
  visibility: visible;
  background-color: #001489;
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

/* line 432, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/own/_fullscreen_menu.scss */
.navmain .nav-list > li > a.home-link {
  line-height: 1;
  vertical-align: middle;
  margin-right: 0px; }
@media (min-width: 1200px) {
  .navmain .nav-list > li > a.home-link {
    margin-right: 20px; } }

/* line 441, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/own/_fullscreen_menu.scss */
.navmain .nav-list > li > a.home-link svg {
  width: 22px;
  height: auto; }

/* line 445, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/own/_fullscreen_menu.scss */
.navmain .nav-list > li > a.home-link:before {
  display: none; }

/* line 451, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/own/_fullscreen_menu.scss */
.navmain .nav-list > li.cur > a:before {
  visibility: visible;
  background-color: #333333;
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

/* line 458, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/own/_fullscreen_menu.scss */
.navmain .nav-list > li.act > a, .navmain .nav-list > li.act > a:hover, .navmain .nav-list > li.act > a:focus, .navmain .nav-list > li.cur > a, .navmain .nav-list > li.cur > a:hover, .navmain .nav-list > li.cur > a:focus {
  text-shadow: inherit; }

/* line 466, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/own/_fullscreen_menu.scss */
.navmain .nav-list > li.act > a:before, .navmain .nav-list > li.act > a:hover:before, .navmain .nav-list > li.act > a:focus:before, .navmain .nav-list > li.cur > a:before, .navmain .nav-list > li.cur > a:hover:before, .navmain .nav-list > li.cur > a:focus:before {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #001489;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
@media (max-width: 991.98px) {
  .navmain .nav-list > li.act > a:before, .navmain .nav-list > li.act > a:hover:before, .navmain .nav-list > li.act > a:focus:before, .navmain .nav-list > li.cur > a:before, .navmain .nav-list > li.cur > a:hover:before, .navmain .nav-list > li.cur > a:focus:before {
    width: 100%;
    left: 0px;
    bottom: 5px; } }
@media (min-width: 768px) {
  .navmain .nav-list > li.act > a:before, .navmain .nav-list > li.act > a:hover:before, .navmain .nav-list > li.act > a:focus:before, .navmain .nav-list > li.cur > a:before, .navmain .nav-list > li.cur > a:hover:before, .navmain .nav-list > li.cur > a:focus:before {
    width: calc(100% - 20px);
    left: 10px;
    bottom: 0; } }

/* line 489, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/own/_fullscreen_menu.scss */
.navmain .nav-list > li > a {
  display: block; }

/* line 493, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/own/_fullscreen_menu.scss */
.navmain .nav-list > li > a.act, .navmain .nav-list > li > a.cur {
  background-color: transparent; }

/* line 498, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/own/_fullscreen_menu.scss */
.navmain .nav-list > li.hover {
  background-color: transparent; }

/* line 500, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/own/_fullscreen_menu.scss */
.navmain .nav-list > li.hover a {
  color: navbar-default-link-hover-color;
  text-shadow: inherit; }

/* line 509, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/own/_fullscreen_menu.scss */
/* line 511, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/own/_fullscreen_menu.scss */
.sticky .navmain {
  margin-bottom: 1rem;
  transition: all 0.3s ease; }

/* line 516, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/own/_fullscreen_menu.scss */
.sticky nav .navmain .nav-list > li {
  padding: 8px 15px 8px 0; }
@media (min-width: 576px) and (max-width: 991.98px) {
  .sticky nav .navmain .nav-list > li {
    padding: 8px 15px 8px 0; } }
@media (min-width: 992px) {
  .sticky nav .navmain .nav-list > li {
    padding: 8px 15px 8px 0; } }
@media (max-width: 991.98px) {
  .sticky nav .navmain .nav-list > li {
    padding: 10px 5px 15px 0; } }

/** ### Iconmenu ######################### */
/* line 538, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/own/_fullscreen_menu.scss */
/* line 539, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/own/_fullscreen_menu.scss */
/* line 540, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/own/_fullscreen_menu.scss */
.pictonav .nav-list li a {
  padding: 0.75rem 0.5rem;
  display: inline-block; }

/* ################################################
 ** ### Responsive Styles ##########################
 ** ################################################ */
@media (max-width: 991.98px) {
/* line 554, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/own/_fullscreen_menu.scss */
  .hamburger {
    display: inline-block; }

/* line 558, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/own/_fullscreen_menu.scss */
  .nav {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
    z-index: 9999;
    margin-bottom: 0px; }

/* line 575, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/own/_fullscreen_menu.scss */
  .overlay-active .nav {
    opacity: 1;
    pointer-events: initial;
    overflow-y: scroll;
    overflow-x: hidden; }

/* line 582, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/own/_fullscreen_menu.scss */
  nav.navmain {
    justify-content: inherit; }

/* line 586, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/own/_fullscreen_menu.scss */
  nav.navmain .nav-list {
    display: block;
    transition: all 0.4s ease;
    padding: 0;
    list-style-type: none;
    position: absolute;
    top: 60%;
    left: 50%;
    height: calc(100% - 171px);
    transform: translate(-50%, -50%) scale(1);
    flex-direction: column;
    width: 100%; }

/* line 600, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/own/_fullscreen_menu.scss */
  nav.navmain .nav-list li {
    padding: 5px 0; }

/* line 604, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/own/_fullscreen_menu.scss */
  nav.navmain .nav-list li a {
    color: #001489;
    text-align: center;
    padding: 5px 0;
    display: inline; }

/* line 611, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/own/_fullscreen_menu.scss */
  nav.navmain .nav-list li a:hover {
    color: #001489;
    /*
     &:hover > ul {
     display: block;
     left: auto;
     @include opacity(1);
     cursor: pointer;
     }
     */
    /*
     &:hover > ul {
     display: none;
     }
     */ }

/* line 637, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/own/_fullscreen_menu.scss */
  .overlay-active .navmain {
    -webkit-transform: translateZ(0px);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-perspective: 1000;
    -webkit-overflow-scrolling: touch; }

/* line 643, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/own/_fullscreen_menu.scss */
  .overlay-active .navmain .nav-list {
    opacity: 1;
    z-index: 10000; } }
@media (max-width: 991.98px) and (orientation: landscape) {
/* line 646, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/own/_fullscreen_menu.scss */
  .overlay-active .navmain .nav-list {
    transform: translate(-50%, 75px) scale(1.2);
    padding-bottom: 55px;
    top: 0; } }
@media (max-width: 991.98px) and (orientation: portrait) {
/* line 653, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/own/_fullscreen_menu.scss */
  .overlay-active .navmain .nav-list {
    transform: translate(-50%, -50%) scale(1.2); } }

@media (min-width: 992px) {
/* line 660, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/own/_fullscreen_menu.scss */
  .nav-list li ul {
    display: block; } }

@media (max-width: 1199.98px) {
/* line 665, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/own/_fullscreen_menu.scss */
  .nav-list li ul {
    display: none; } }

/* line 2, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/../../ext/dp_cookieconsent/_cookies.scss */
.cc-revoke {
  display: none !important; }

/* line 6, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/../../ext/dp_cookieconsent/_cookies.scss */
.cc-banner.cc-window {
  flex-direction: column;
  align-items: flex-start; }

/* line 11, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/../../ext/dp_cookieconsent/_cookies.scss */
.cc-compliance.cc-highlight {
  margin-top: 1rem; }

/* line 15, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/../../ext/dp_cookieconsent/_cookies.scss */
.dp--cookie-check {
  min-width: 255px;
  width: 14%; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/../../ext/dp_cookieconsent/_cookies.scss */
.dp--cookie-check label {
  margin-right: 10px; }
@media (max-width: 575.98px) {
  .dp--cookie-check {
    width: 100%; } }

/* line 28, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/../../ext/dp_cookieconsent/_cookies.scss */
.cc-btn {
  text-align: left; }

/**************************************/
/* Default styles for news extension */
/**************************************/
/* line 5, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/../../ext/news/news.scss */
/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/../../ext/news/news.scss */
.news .clear {
  clear: both; }

/* line 11, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/../../ext/news/news.scss */
/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/../../ext/news/news.scss */
.news .nav ul {
  float: left;
  display: inline;
  margin: 0; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/../../ext/news/news.scss */
.news .nav li {
  float: left; }

/* line 20, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/../../ext/news/news.scss */
.news .nav a {
  float: left;
  display: block; }

/* line 24, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/../../ext/news/news.scss */
.news .nav:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/* line 33, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/../../ext/news/news.scss */
.news .article {
  padding-bottom: 15px;
  margin-bottom: 15px; }

/* line 41, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/../../ext/news/news.scss */
.news .article:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/* line 49, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/../../ext/news/news.scss */
/* line 68, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/../../ext/news/news.scss */
.news .footer {
  clear: both;
  padding: 10px 0 0 0;
  border-top: 1px solid #eee;
  margin-top: 15px;
  color: #888; }

/* line 79, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/../../ext/news/news.scss */
.news .footer span {
  display: inline-block;
  padding-right: 8px;
  margin-right: 8px;
  border-right: 1px solid #ddd; }

/* line 84, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/../../ext/news/news.scss */
.news .footer span:last-child {
  border-right: 0; }

/* line 89, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/../../ext/news/news.scss */
.news .footer .news-category a {
  text-transform: uppercase; }

/* line 93, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/../../ext/news/news.scss */
.news .no-news-found {
  color: #DB0202;
  font-style: italic; }

/* line 98, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/../../ext/news/news.scss */
/* line 99, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/../../ext/news/news.scss */
.news .page-navigation p {
  float: left; }

/* line 102, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/../../ext/news/news.scss */
.news .page-navigation ul {
  float: right; }

/* line 104, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/../../ext/news/news.scss */
.news .page-navigation ul li {
  float: left;
  display: block;
  padding: 0 2px;
  background: none; }

/* line 109, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/../../ext/news/news.scss */
.news .page-navigation ul li a {
  display: block; }

/* category menu view */
/* line 118, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/../../ext/news/news.scss */
/* line 119, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/../../ext/news/news.scss */
.news-category-view ul li {
  padding: 5px 8px; }

/* line 122, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/../../ext/news/news.scss */
.news-category-view ul li li {
  padding: 2px 8px 2px 12px; }

/* line 126, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/../../ext/news/news.scss */
.news-category-view > ul > li:nth-child(even) {
  background: #f9f9f9;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee; }

/* line 132, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/../../ext/news/news.scss */
.news-category-view .category-desc {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #ddd; }

/* list view */
/* line 141, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/../../ext/news/news.scss */
/* line 143, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/../../ext/news/news.scss */
/* line 145, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/../../ext/news/news.scss */
/* line 148, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/../../ext/news/news.scss */
.news-list-view.standard .article .header strong {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  color: #333333;
  font-weight: bold;
  margin: 0.8rem 0;
  display: inline-block; }

/* line 157, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/../../ext/news/news.scss */
/* line 165, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/../../ext/news/news.scss */
.news-list-view.standard .article .teaser-text p {
  font-size: 0.875rem;
  margin-bottom: 0.2rem; }

/* line 170, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/../../ext/news/news.scss */
.news-list-view.standard .article .more {
  font-size: 0.875rem;
  color: #333333;
  font-weight: normal; }

/* line 178, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/../../ext/news/news.scss */
/* line 180, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/../../ext/news/news.scss */
/* line 185, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/../../ext/news/news.scss */
.news-list-view.home .article .header strong {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  color: #333333;
  font-weight: bold;
  margin-bottom: 0.3rem;
  display: inline-block; }

/* line 194, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/../../ext/news/news.scss */
/* line 202, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/../../ext/news/news.scss */
.news-list-view.home .article .teaser-text p {
  font-size: 0.875rem;
  padding-top: 1.2rem;
  margin-bottom: 0.2rem; }

/* line 208, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/../../ext/news/news.scss */
.news-list-view.home .article .more {
  font-size: 0.875rem;
  color: #333333;
  font-weight: normal; }

/* line 216, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/../../ext/news/news.scss */
/* line 217, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/../../ext/news/news.scss */
.news-list-view.furtherthemes .article {
  padding: 0;
  margin: 0; }

/* single view */
/* line 226, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/../../ext/news/news.scss */
/* line 228, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/../../ext/news/news.scss */
.news-single .footer {
  margin-bottom: 20px;
  margin-top: 5px;
  padding: 10px 0 0 0;
  border-bottom: 0;
  border-top: 1px solid #eee; }

/* line 236, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/../../ext/news/news.scss */
.news-single .article .news-img-wrap {
  text-align: center;
  margin-bottom: 1.5rem; }

/* line 243, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/../../ext/news/news.scss */
.news-single .article .news-img-wrap img {
  float: none; }

/* line 248, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/../../ext/news/news.scss */
/* line 250, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/../../ext/news/news.scss */
.news-single .news-text-wrap.two-column {
  -webkit-column-count: 2;
  column-count: 2;
  -moz-columns: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px; }
@media (max-width: 1199.98px) {
/* line 259, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/../../ext/news/news.scss */
  .news-single .news-text-wrap.two-column .col-lg-10 {
    flex: inherit;
    max-width: inherit; } }

/* line 267, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/../../ext/news/news.scss */
.news-single .teaser-text {
  color: #001489;
  text-align: center;
  font-size: 1.15rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.2rem; }
@media (max-width: 767.98px) {
  .news-single .teaser-text {
    font-size: 1.2rem; } }
@media (min-width: 992px) {
  .news-single .teaser-text {
    font-size: 1.2756rem; } }

/* line 284, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/../../ext/news/news.scss */
/* line 285, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/../../ext/news/news.scss */
.news-single .footer .news-list-date {
  float: right; }

/* line 289, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/../../ext/news/news.scss */
.news-single .footer .news-backlink-wrap {
  float: left; }

/* related news + files */
/* line 300, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/../../ext/news/news.scss */
.news-related-wrap {
  display: table;
  margin-top: 20px;
  width: 100%; }

/* line 306, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/../../ext/news/news.scss */
.news-related {
  width: 50%;
  padding: 15px;
  border: 1px solid #eee;
  display: table-cell; }

/* line 312, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/../../ext/news/news.scss */
.news-related ul li {
  line-height: 1em;
  margin-bottom: 12px; }

/* line 316, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/../../ext/news/news.scss */
.news-related ul li span {
  border-right: 1px solid #DDDDDD;
  display: inline-block;
  margin-right: 8px;
  padding-right: 8px;
  color: #888; }

/* line 323, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/../../ext/news/news.scss */
.news-related ul li span :last-child {
  border-right: 0;
  padding-right: 0; }

/* line 329, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/../../ext/news/news.scss */
.news-related h4 {
  margin-bottom: 10px; }

/* line 334, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/../../ext/news/news.scss */
/* line 335, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/../../ext/news/news.scss */
.news-related-files ul li {
  margin-bottom: 20px; }

/* line 338, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/../../ext/news/news.scss */
.news-related-files .news-related-files-link .jpg {
  background-position: 0 0; }

/* line 343, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/../../ext/news/news.scss */
.news-clear {
  clear: both; }

/* line 5, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/../../ext/sr_language_menu/sr_language_menu.scss */
.tx-srlanguagemenu {
  font-family: inherit;
  margin-top: 0; }

/* line 10, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/../../ext/sr_language_menu/sr_language_menu.scss */
.tx-srlanguagemenu .CUR, .tx-srlanguagemenu .NO, .tx-srlanguagemenu .INACT {
  font-size: inherit;
  float: left;
  margin: 0; }

/* line 18, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/../../ext/sr_language_menu/sr_language_menu.scss */
.tx-srlanguagemenu a.linked-language {
  display: block;
  color: #FEDB00;
  background: #001489;
  font-weight: 300;
  text-decoration: none;
  padding: 5px 0 0 5px;
  font-size: 13px; }

/* line 27, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/../../ext/sr_language_menu/sr_language_menu.scss */
.tx-srlanguagemenu a.linked-language:focus, .tx-srlanguagemenu a.linked-language:hover, .tx-srlanguagemenu a.linked-language:active {
  text-decoration: none;
  color: #FEDB00;
  background: #001489;
  border-color: #FFF; }
@media (max-width: 991.98px) {
  .tx-srlanguagemenu a.linked-language {
    font-size: 16px; } }

/* line 42, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/../../ext/sr_language_menu/sr_language_menu.scss */
.tx-srlanguagemenu .SPC:before {
  content: '';
  padding: 0; }

/* line 47, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/../../ext/sr_language_menu/sr_language_menu.scss */
/* line 49, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/../../ext/sr_language_menu/sr_language_menu.scss */
.tx-srlanguagemenu .NO + .NO a {
  padding: 5px; }

/* line 53, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/../../ext/sr_language_menu/sr_language_menu.scss */
.tx-srlanguagemenu .NO + .NO a:before {
  content: '|';
  padding: 0 4px 0 0; }
/*!
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.3.2
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover
 * Hover.css Copyright Ian Lunn 2017. Generated with Sass.
 */
/* 2D TRANSITIONS */
/* Grow */
/* line 19, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }

/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_grow.scss */
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

/* Shrink */
/* line 26, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }

/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_shrink.scss */
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9); }

/* Pulse */
@-webkit-keyframes hvr-pulse {
/* line 3, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_pulse.scss */
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_pulse.scss */
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }
@keyframes hvr-pulse {
/* line 3, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_pulse.scss */
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_pulse.scss */
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }
/* line 33, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }

/* line 15, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_pulse.scss */
.hvr-pulse:hover, .hvr-pulse:focus, .hvr-pulse:active {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

/* Pulse Grow */
@-webkit-keyframes hvr-pulse-grow {
/* line 3, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_pulse-grow.scss */
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }
@keyframes hvr-pulse-grow {
/* line 3, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_pulse-grow.scss */
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }
/* line 40, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }

/* line 11, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_pulse-grow.scss */
.hvr-pulse-grow:hover, .hvr-pulse-grow:focus, .hvr-pulse-grow:active {
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate; }

/* Pulse Shrink */
@-webkit-keyframes hvr-pulse-shrink {
/* line 3, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_pulse-shrink.scss */
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }
@keyframes hvr-pulse-shrink {
/* line 3, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_pulse-shrink.scss */
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }
/* line 47, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }

/* line 11, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_pulse-shrink.scss */
.hvr-pulse-shrink:hover, .hvr-pulse-shrink:focus, .hvr-pulse-shrink:active {
  -webkit-animation-name: hvr-pulse-shrink;
  animation-name: hvr-pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate; }

/* Push */
@-webkit-keyframes hvr-push {
/* line 3, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_push.scss */
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }

/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_push.scss */
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes hvr-push {
/* line 3, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_push.scss */
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }

/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_push.scss */
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
/* line 54, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }

/* line 15, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_push.scss */
.hvr-push:hover, .hvr-push:focus, .hvr-push:active {
  -webkit-animation-name: hvr-push;
  animation-name: hvr-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

/* Pop */
@-webkit-keyframes hvr-pop {
/* line 3, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_pop.scss */
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); } }
@keyframes hvr-pop {
/* line 3, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_pop.scss */
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); } }
/* line 61, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }

/* line 11, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_pop.scss */
.hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

/* Bounce In */
/* line 68, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-bounce-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }

/* line 6, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_bounce-in.scss */
.hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36); }

/* Bounce Out */
/* line 75, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-bounce-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }

/* line 6, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_bounce-out.scss */
.hvr-bounce-out:hover, .hvr-bounce-out:focus, .hvr-bounce-out:active {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36); }

/* Rotate */
/* line 82, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }

/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_rotate.scss */
.hvr-rotate:hover, .hvr-rotate:focus, .hvr-rotate:active {
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg); }

/* Grow Rotate */
/* line 89, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }

/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_grow-rotate.scss */
.hvr-grow-rotate:hover, .hvr-grow-rotate:focus, .hvr-grow-rotate:active {
  -webkit-transform: scale(1.1) rotate(4deg);
  transform: scale(1.1) rotate(4deg); }

/* Float */
/* line 96, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

/* line 8, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_float.scss */
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px); }

/* Sink */
/* line 103, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

/* line 8, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_sink.scss */
.hvr-sink:hover, .hvr-sink:focus, .hvr-sink:active {
  -webkit-transform: translateY(8px);
  transform: translateY(8px); }

/* Bob */
@-webkit-keyframes hvr-bob {
/* line 3, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_bob.scss */
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); }

/* line 6, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_bob.scss */
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); }

/* line 9, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_bob.scss */
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }
@keyframes hvr-bob {
/* line 3, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_bob.scss */
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); }

/* line 6, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_bob.scss */
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); }

/* line 9, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_bob.scss */
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }
@-webkit-keyframes hvr-bob-float {
/* line 15, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_bob.scss */
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }
@keyframes hvr-bob-float {
/* line 15, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_bob.scss */
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }
/* line 110, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }

/* line 23, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_bob.scss */
.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate; }

/* Hang */
@-webkit-keyframes hvr-hang {
/* line 3, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_hang.scss */
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }

/* line 6, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_hang.scss */
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }

/* line 9, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_hang.scss */
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); } }
@keyframes hvr-hang {
/* line 3, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_hang.scss */
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }

/* line 6, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_hang.scss */
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }

/* line 9, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_hang.scss */
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); } }
@-webkit-keyframes hvr-hang-sink {
/* line 15, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_hang.scss */
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); } }
@keyframes hvr-hang-sink {
/* line 15, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_hang.scss */
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); } }
/* line 117, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-hang {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }

/* line 23, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_hang.scss */
.hvr-hang:hover, .hvr-hang:focus, .hvr-hang:active {
  -webkit-animation-name: hvr-hang-sink, hvr-hang;
  animation-name: hvr-hang-sink, hvr-hang;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate; }

/* Skew */
/* line 124, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-skew {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }

/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_skew.scss */
.hvr-skew:hover, .hvr-skew:focus, .hvr-skew:active {
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg); }

/* Skew Forward */
/* line 131, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-skew-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%; }

/* line 8, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_skew-forward.scss */
.hvr-skew-forward:hover, .hvr-skew-forward:focus, .hvr-skew-forward:active {
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg); }

/* Skew Backward */
/* line 138, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-skew-backward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%; }

/* line 8, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_skew-backward.scss */
.hvr-skew-backward:hover, .hvr-skew-backward:focus, .hvr-skew-backward:active {
  -webkit-transform: skew(10deg);
  transform: skew(10deg); }

/* Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical {
/* line 3, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-vertical.scss */
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }

/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-vertical.scss */
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); }

/* line 11, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-vertical.scss */
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }

/* line 15, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-vertical.scss */
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }

/* line 19, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-vertical.scss */
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px); }

/* line 23, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-vertical.scss */
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes hvr-wobble-vertical {
/* line 3, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-vertical.scss */
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }

/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-vertical.scss */
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); }

/* line 11, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-vertical.scss */
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }

/* line 15, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-vertical.scss */
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }

/* line 19, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-vertical.scss */
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px); }

/* line 23, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-vertical.scss */
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
/* line 145, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }

/* line 31, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-vertical.scss */
.hvr-wobble-vertical:hover, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:active {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
/* line 3, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-horizontal.scss */
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px); }

/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-horizontal.scss */
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px); }

/* line 11, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-horizontal.scss */
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }

/* line 15, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-horizontal.scss */
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }

/* line 19, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-horizontal.scss */
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }

/* line 23, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-horizontal.scss */
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes hvr-wobble-horizontal {
/* line 3, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-horizontal.scss */
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px); }

/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-horizontal.scss */
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px); }

/* line 11, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-horizontal.scss */
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }

/* line 15, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-horizontal.scss */
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }

/* line 19, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-horizontal.scss */
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }

/* line 23, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-horizontal.scss */
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
/* line 152, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }

/* line 31, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-horizontal.scss */
.hvr-wobble-horizontal:hover, .hvr-wobble-horizontal:focus, .hvr-wobble-horizontal:active {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

/* Wobble To Bottom Right */
@-webkit-keyframes hvr-wobble-to-bottom-right {
/* line 3, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-to-bottom-right.scss */
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px); }

/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-to-bottom-right.scss */
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px); }

/* line 11, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-to-bottom-right.scss */
  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px); }

/* line 15, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-to-bottom-right.scss */
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px); }

/* line 19, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-to-bottom-right.scss */
  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px); }

/* line 23, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-to-bottom-right.scss */
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
@keyframes hvr-wobble-to-bottom-right {
/* line 3, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-to-bottom-right.scss */
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px); }

/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-to-bottom-right.scss */
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px); }

/* line 11, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-to-bottom-right.scss */
  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px); }

/* line 15, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-to-bottom-right.scss */
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px); }

/* line 19, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-to-bottom-right.scss */
  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px); }

/* line 23, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-to-bottom-right.scss */
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
/* line 159, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-wobble-to-bottom-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }

/* line 31, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-to-bottom-right.scss */
.hvr-wobble-to-bottom-right:hover, .hvr-wobble-to-bottom-right:focus, .hvr-wobble-to-bottom-right:active {
  -webkit-animation-name: hvr-wobble-to-bottom-right;
  animation-name: hvr-wobble-to-bottom-right;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

/* Wobble To Top Right */
@-webkit-keyframes hvr-wobble-to-top-right {
/* line 3, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-to-top-right.scss */
  16.65% {
    -webkit-transform: translate(8px, -8px);
    transform: translate(8px, -8px); }

/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-to-top-right.scss */
  33.3% {
    -webkit-transform: translate(-6px, 6px);
    transform: translate(-6px, 6px); }

/* line 11, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-to-top-right.scss */
  49.95% {
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px); }

/* line 15, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-to-top-right.scss */
  66.6% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px); }

/* line 19, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-to-top-right.scss */
  83.25% {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px); }

/* line 23, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-to-top-right.scss */
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
@keyframes hvr-wobble-to-top-right {
/* line 3, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-to-top-right.scss */
  16.65% {
    -webkit-transform: translate(8px, -8px);
    transform: translate(8px, -8px); }

/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-to-top-right.scss */
  33.3% {
    -webkit-transform: translate(-6px, 6px);
    transform: translate(-6px, 6px); }

/* line 11, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-to-top-right.scss */
  49.95% {
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px); }

/* line 15, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-to-top-right.scss */
  66.6% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px); }

/* line 19, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-to-top-right.scss */
  83.25% {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px); }

/* line 23, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-to-top-right.scss */
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
/* line 166, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-wobble-to-top-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }

/* line 31, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-to-top-right.scss */
.hvr-wobble-to-top-right:hover, .hvr-wobble-to-top-right:focus, .hvr-wobble-to-top-right:active {
  -webkit-animation-name: hvr-wobble-to-top-right;
  animation-name: hvr-wobble-to-top-right;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

/* Wobble Top */
@-webkit-keyframes hvr-wobble-top {
/* line 3, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-top.scss */
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg); }

/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-top.scss */
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg); }

/* line 11, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-top.scss */
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg); }

/* line 15, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-top.scss */
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg); }

/* line 19, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-top.scss */
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg); }

/* line 23, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-top.scss */
  100% {
    -webkit-transform: skew(0);
    transform: skew(0); } }
@keyframes hvr-wobble-top {
/* line 3, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-top.scss */
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg); }

/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-top.scss */
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg); }

/* line 11, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-top.scss */
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg); }

/* line 15, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-top.scss */
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg); }

/* line 19, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-top.scss */
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg); }

/* line 23, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-top.scss */
  100% {
    -webkit-transform: skew(0);
    transform: skew(0); } }
/* line 173, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-wobble-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%; }

/* line 32, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-top.scss */
.hvr-wobble-top:hover, .hvr-wobble-top:focus, .hvr-wobble-top:active {
  -webkit-animation-name: hvr-wobble-top;
  animation-name: hvr-wobble-top;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

/* Wobble Bottom */
@-webkit-keyframes hvr-wobble-bottom {
/* line 3, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-bottom.scss */
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg); }

/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-bottom.scss */
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg); }

/* line 11, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-bottom.scss */
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg); }

/* line 15, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-bottom.scss */
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg); }

/* line 19, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-bottom.scss */
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg); }

/* line 23, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-bottom.scss */
  100% {
    -webkit-transform: skew(0);
    transform: skew(0); } }
@keyframes hvr-wobble-bottom {
/* line 3, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-bottom.scss */
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg); }

/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-bottom.scss */
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg); }

/* line 11, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-bottom.scss */
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg); }

/* line 15, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-bottom.scss */
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg); }

/* line 19, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-bottom.scss */
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg); }

/* line 23, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-bottom.scss */
  100% {
    -webkit-transform: skew(0);
    transform: skew(0); } }
/* line 180, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-wobble-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0; }

/* line 32, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-bottom.scss */
.hvr-wobble-bottom:hover, .hvr-wobble-bottom:focus, .hvr-wobble-bottom:active {
  -webkit-animation-name: hvr-wobble-bottom;
  animation-name: hvr-wobble-bottom;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

/* Wobble Skew */
@-webkit-keyframes hvr-wobble-skew {
/* line 3, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-skew.scss */
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg); }

/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-skew.scss */
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg); }

/* line 11, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-skew.scss */
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg); }

/* line 15, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-skew.scss */
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg); }

/* line 19, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-skew.scss */
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg); }

/* line 23, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-skew.scss */
  100% {
    -webkit-transform: skew(0);
    transform: skew(0); } }
@keyframes hvr-wobble-skew {
/* line 3, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-skew.scss */
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg); }

/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-skew.scss */
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg); }

/* line 11, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-skew.scss */
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg); }

/* line 15, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-skew.scss */
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg); }

/* line 19, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-skew.scss */
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg); }

/* line 23, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-skew.scss */
  100% {
    -webkit-transform: skew(0);
    transform: skew(0); } }
/* line 187, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-wobble-skew {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }

/* line 31, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_wobble-skew.scss */
.hvr-wobble-skew:hover, .hvr-wobble-skew:focus, .hvr-wobble-skew:active {
  -webkit-animation-name: hvr-wobble-skew;
  animation-name: hvr-wobble-skew;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

/* Buzz */
@-webkit-keyframes hvr-buzz {
/* line 3, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_buzz.scss */
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }

/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_buzz.scss */
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); } }
@keyframes hvr-buzz {
/* line 3, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_buzz.scss */
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }

/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_buzz.scss */
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); } }
/* line 194, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }

/* line 15, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_buzz.scss */
.hvr-buzz:hover, .hvr-buzz:focus, .hvr-buzz:active {
  -webkit-animation-name: hvr-buzz;
  animation-name: hvr-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
/* line 3, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_buzz-out.scss */
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }

/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_buzz-out.scss */
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }

/* line 11, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_buzz-out.scss */
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }

/* line 15, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_buzz-out.scss */
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }

/* line 19, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_buzz-out.scss */
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }

/* line 23, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_buzz-out.scss */
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }

/* line 27, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_buzz-out.scss */
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }

/* line 31, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_buzz-out.scss */
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }

/* line 35, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_buzz-out.scss */
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0); }

/* line 39, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_buzz-out.scss */
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0); } }
@keyframes hvr-buzz-out {
/* line 3, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_buzz-out.scss */
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }

/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_buzz-out.scss */
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }

/* line 11, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_buzz-out.scss */
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }

/* line 15, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_buzz-out.scss */
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }

/* line 19, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_buzz-out.scss */
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }

/* line 23, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_buzz-out.scss */
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }

/* line 27, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_buzz-out.scss */
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }

/* line 31, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_buzz-out.scss */
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }

/* line 35, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_buzz-out.scss */
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0); }

/* line 39, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_buzz-out.scss */
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0); } }
/* line 201, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }

/* line 47, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_buzz-out.scss */
.hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

/* Forward */
/* line 208, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }

/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_forward.scss */
.hvr-forward:hover, .hvr-forward:focus, .hvr-forward:active {
  -webkit-transform: translateX(8px);
  transform: translateX(8px); }

/* Backward */
/* line 215, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-backward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }

/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/2d-transitions/_backward.scss */
.hvr-backward:hover, .hvr-backward:focus, .hvr-backward:active {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px); }

/* BACKGROUND TRANSITIONS */
/* Fade */
/* line 223, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color; }

/* line 8, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/background-transitions/_fade.scss */
.hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {
  background-color: #2098D1;
  color: white; }

/* Back Pulse */
@-webkit-keyframes hvr-back-pulse {
/* line 3, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/background-transitions/_back-pulse.scss */
  50% {
    background-color: rgba(32, 152, 209, 0.75); } }
@keyframes hvr-back-pulse {
/* line 3, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/background-transitions/_back-pulse.scss */
  50% {
    background-color: rgba(32, 152, 209, 0.75); } }
/* line 230, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-back-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  overflow: hidden;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color; }

/* line 14, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/background-transitions/_back-pulse.scss */
.hvr-back-pulse:hover, .hvr-back-pulse:focus, .hvr-back-pulse:active {
  -webkit-animation-name: hvr-back-pulse;
  animation-name: hvr-back-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-color: #2098D1;
  background-color: #2098d1;
  color: white; }

/* Sweep To Right */
/* line 237, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

/* line 8, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/background-transitions/_sweep-to-right.scss */
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

/* line 24, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/background-transitions/_sweep-to-right.scss */
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white; }

/* line 29, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/background-transitions/_sweep-to-right.scss */
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

/* Sweep To Left */
/* line 244, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-sweep-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

/* line 8, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/background-transitions/_sweep-to-left.scss */
.hvr-sweep-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

/* line 24, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/background-transitions/_sweep-to-left.scss */
.hvr-sweep-to-left:hover, .hvr-sweep-to-left:focus, .hvr-sweep-to-left:active {
  color: white; }

/* line 29, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/background-transitions/_sweep-to-left.scss */
.hvr-sweep-to-left:hover:before, .hvr-sweep-to-left:focus:before, .hvr-sweep-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

/* Sweep To Bottom */
/* line 251, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

/* line 8, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/background-transitions/_sweep-to-bottom.scss */
.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

/* line 24, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/background-transitions/_sweep-to-bottom.scss */
.hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
  color: white; }

/* line 29, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/background-transitions/_sweep-to-bottom.scss */
.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1); }

/* Sweep To Top */
/* line 258, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

/* line 8, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/background-transitions/_sweep-to-top.scss */
.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

/* line 24, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/background-transitions/_sweep-to-top.scss */
.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
  color: white; }

/* line 29, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/background-transitions/_sweep-to-top.scss */
.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1); }

/* Bounce To Right */
/* line 265, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }

/* line 8, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/background-transitions/_bounce-to-right.scss */
.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

/* line 24, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/background-transitions/_bounce-to-right.scss */
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: white; }

/* line 29, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/background-transitions/_bounce-to-right.scss */
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }

/* Bounce To Left */
/* line 272, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-bounce-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }

/* line 8, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/background-transitions/_bounce-to-left.scss */
.hvr-bounce-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

/* line 24, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/background-transitions/_bounce-to-left.scss */
.hvr-bounce-to-left:hover, .hvr-bounce-to-left:focus, .hvr-bounce-to-left:active {
  color: white; }

/* line 29, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/background-transitions/_bounce-to-left.scss */
.hvr-bounce-to-left:hover:before, .hvr-bounce-to-left:focus:before, .hvr-bounce-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }

/* Bounce To Bottom */
/* line 279, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }

/* line 8, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/background-transitions/_bounce-to-bottom.scss */
.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

/* line 24, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/background-transitions/_bounce-to-bottom.scss */
.hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
  color: white; }

/* line 29, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/background-transitions/_bounce-to-bottom.scss */
.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }

/* Bounce To Top */
/* line 286, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-bounce-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }

/* line 8, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/background-transitions/_bounce-to-top.scss */
.hvr-bounce-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

/* line 24, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/background-transitions/_bounce-to-top.scss */
.hvr-bounce-to-top:hover, .hvr-bounce-to-top:focus, .hvr-bounce-to-top:active {
  color: white; }

/* line 29, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/background-transitions/_bounce-to-top.scss */
.hvr-bounce-to-top:hover:before, .hvr-bounce-to-top:focus:before, .hvr-bounce-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }

/* Radial Out */
/* line 293, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

/* line 10, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/background-transitions/_radial-out.scss */
.hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

/* line 26, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/background-transitions/_radial-out.scss */
.hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active {
  color: white; }

/* line 31, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/background-transitions/_radial-out.scss */
.hvr-radial-out:hover:before, .hvr-radial-out:focus:before, .hvr-radial-out:active:before {
  -webkit-transform: scale(2);
  transform: scale(2); }

/* Radial In */
/* line 300, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-radial-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  background: #2098D1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

/* line 10, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/background-transitions/_radial-in.scss */
.hvr-radial-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  border-radius: 100%;
  -webkit-transform: scale(2);
  transform: scale(2);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

/* line 26, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/background-transitions/_radial-in.scss */
.hvr-radial-in:hover, .hvr-radial-in:focus, .hvr-radial-in:active {
  color: white; }

/* line 31, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/background-transitions/_radial-in.scss */
.hvr-radial-in:hover:before, .hvr-radial-in:focus:before, .hvr-radial-in:active:before {
  -webkit-transform: scale(0);
  transform: scale(0); }

/* Rectangle In */
/* line 307, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-rectangle-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #2098D1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

/* line 9, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/background-transitions/_rectangle-in.scss */
.hvr-rectangle-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

/* line 24, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/background-transitions/_rectangle-in.scss */
.hvr-rectangle-in:hover, .hvr-rectangle-in:focus, .hvr-rectangle-in:active {
  color: white; }

/* line 29, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/background-transitions/_rectangle-in.scss */
.hvr-rectangle-in:hover:before, .hvr-rectangle-in:focus:before, .hvr-rectangle-in:active:before {
  -webkit-transform: scale(0);
  transform: scale(0); }

/* Rectangle Out */
/* line 314, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

/* line 9, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/background-transitions/_rectangle-out.scss */
.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

/* line 24, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/background-transitions/_rectangle-out.scss */
.hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
  color: white; }

/* line 29, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/background-transitions/_rectangle-out.scss */
.hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
  -webkit-transform: scale(1);
  transform: scale(1); }

/* Shutter In Horizontal */
/* line 321, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-shutter-in-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #2098D1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

/* line 9, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/background-transitions/_shutter-in-horizontal.scss */
.hvr-shutter-in-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e1e1e1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

/* line 25, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/background-transitions/_shutter-in-horizontal.scss */
.hvr-shutter-in-horizontal:hover, .hvr-shutter-in-horizontal:focus, .hvr-shutter-in-horizontal:active {
  color: white; }

/* line 30, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/background-transitions/_shutter-in-horizontal.scss */
.hvr-shutter-in-horizontal:hover:before, .hvr-shutter-in-horizontal:focus:before, .hvr-shutter-in-horizontal:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0); }

/* Shutter Out Horizontal */
/* line 328, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

/* line 9, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/background-transitions/_shutter-out-horizontal.scss */
.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

/* line 25, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/background-transitions/_shutter-out-horizontal.scss */
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
  color: white; }

/* line 30, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/background-transitions/_shutter-out-horizontal.scss */
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

/* Shutter In Vertical */
/* line 335, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-shutter-in-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #2098D1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

/* line 9, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/background-transitions/_shutter-in-vertical.scss */
.hvr-shutter-in-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e1e1e1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

/* line 25, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/background-transitions/_shutter-in-vertical.scss */
.hvr-shutter-in-vertical:hover, .hvr-shutter-in-vertical:focus, .hvr-shutter-in-vertical:active {
  color: white; }

/* line 30, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/background-transitions/_shutter-in-vertical.scss */
.hvr-shutter-in-vertical:hover:before, .hvr-shutter-in-vertical:focus:before, .hvr-shutter-in-vertical:active:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0); }

/* Shutter Out Vertical */
/* line 342, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-shutter-out-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

/* line 9, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/background-transitions/_shutter-out-vertical.scss */
.hvr-shutter-out-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098D1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

/* line 25, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/background-transitions/_shutter-out-vertical.scss */
.hvr-shutter-out-vertical:hover, .hvr-shutter-out-vertical:focus, .hvr-shutter-out-vertical:active {
  color: white; }

/* line 30, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/background-transitions/_shutter-out-vertical.scss */
.hvr-shutter-out-vertical:hover:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1); }

/* BORDER TRANSITIONS */
/* Border Fade */
/* line 351, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-border-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px rgba(0, 0, 0, 0); }

/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/border-transitions/_border-fade.scss */
.hvr-border-fade:hover, .hvr-border-fade:focus, .hvr-border-fade:active {
  /* Hack to improve aliasing on mobile/tablet devices */
  box-shadow: inset 0 0 0 4px #2098D1, 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */ }

/* Hollow */
/* line 358, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-hollow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background;
  transition-property: background;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px rgba(0, 0, 0, 0); }

/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/border-transitions/_hollow.scss */
.hvr-hollow:hover, .hvr-hollow:focus, .hvr-hollow:active {
  /* Hack to improve aliasing on mobile/tablet devices */
  background: none; }

/* Trim */
/* line 365, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-trim {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative; }

/* line 9, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/border-transitions/_trim.scss */
.hvr-trim:before {
  content: '';
  position: absolute;
  border: white solid 4px;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

/* line 22, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/border-transitions/_trim.scss */
.hvr-trim:hover:before, .hvr-trim:focus:before, .hvr-trim:active:before {
  opacity: 1; }

/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
/* line 3, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/border-transitions/_ripple-out.scss */
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0; } }
@keyframes hvr-ripple-out {
/* line 3, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/border-transitions/_ripple-out.scss */
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0; } }
/* line 372, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative; }

/* line 19, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/border-transitions/_ripple-out.scss */
.hvr-ripple-out:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 6px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

/* line 30, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/border-transitions/_ripple-out.scss */
.hvr-ripple-out:hover:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:active:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out; }

/* Ripple In */
@-webkit-keyframes hvr-ripple-in {
/* line 3, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/border-transitions/_ripple-in.scss */
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1; } }
@keyframes hvr-ripple-in {
/* line 3, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/border-transitions/_ripple-in.scss */
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1; } }
/* line 379, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-ripple-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative; }

/* line 19, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/border-transitions/_ripple-in.scss */
.hvr-ripple-in:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: -12px;
  right: -12px;
  bottom: -12px;
  left: -12px;
  opacity: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

/* line 31, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/border-transitions/_ripple-in.scss */
.hvr-ripple-in:hover:before, .hvr-ripple-in:focus:before, .hvr-ripple-in:active:before {
  -webkit-animation-name: hvr-ripple-in;
  animation-name: hvr-ripple-in; }

/* Outline Out */
/* line 386, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-outline-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative; }

/* line 9, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/border-transitions/_outline-out.scss */
.hvr-outline-out:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left; }

/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/border-transitions/_outline-out.scss */
.hvr-outline-out:hover:before, .hvr-outline-out:focus:before, .hvr-outline-out:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px; }

/* Outline In */
/* line 393, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-outline-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative; }

/* line 9, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/border-transitions/_outline-in.scss */
.hvr-outline-in:before {
  pointer-events: none;
  content: '';
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: -16px;
  right: -16px;
  bottom: -16px;
  left: -16px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left; }

/* line 23, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/border-transitions/_outline-in.scss */
.hvr-outline-in:hover:before, .hvr-outline-in:focus:before, .hvr-outline-in:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  opacity: 1; }

/* Round Corners */
/* line 400, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-round-corners {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: border-radius;
  transition-property: border-radius; }

/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/border-transitions/_round-corners.scss */
.hvr-round-corners:hover, .hvr-round-corners:focus, .hvr-round-corners:active {
  border-radius: 1em; }

/* Underline From Left */
/* line 407, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden; }

/* line 9, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/border-transitions/_underline-from-left.scss */
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

/* line 23, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/border-transitions/_underline-from-left.scss */
/* line 27, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/border-transitions/_underline-from-left.scss */
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0; }

/* Underline From Center */
/* line 414, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden; }

/* line 9, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/border-transitions/_underline-from-center.scss */
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

/* line 23, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/border-transitions/_underline-from-center.scss */
/* line 27, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/border-transitions/_underline-from-center.scss */
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0; }

/* Underline From Right */
/* line 421, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-underline-from-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden; }

/* line 9, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/border-transitions/_underline-from-right.scss */
.hvr-underline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  bottom: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

/* line 23, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/border-transitions/_underline-from-right.scss */
/* line 27, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/border-transitions/_underline-from-right.scss */
.hvr-underline-from-right:hover:before, .hvr-underline-from-right:focus:before, .hvr-underline-from-right:active:before {
  left: 0; }

/* Overline From Left */
/* line 428, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-overline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden; }

/* line 9, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/border-transitions/_overline-from-left.scss */
.hvr-overline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  top: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

/* line 23, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/border-transitions/_overline-from-left.scss */
/* line 27, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/border-transitions/_overline-from-left.scss */
.hvr-overline-from-left:hover:before, .hvr-overline-from-left:focus:before, .hvr-overline-from-left:active:before {
  right: 0; }

/* Overline From Center */
/* line 435, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-overline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden; }

/* line 9, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/border-transitions/_overline-from-center.scss */
.hvr-overline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  top: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

/* line 23, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/border-transitions/_overline-from-center.scss */
/* line 27, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/border-transitions/_overline-from-center.scss */
.hvr-overline-from-center:hover:before, .hvr-overline-from-center:focus:before, .hvr-overline-from-center:active:before {
  left: 0;
  right: 0; }

/* Overline From Right */
/* line 442, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-overline-from-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden; }

/* line 9, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/border-transitions/_overline-from-right.scss */
.hvr-overline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  top: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

/* line 23, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/border-transitions/_overline-from-right.scss */
/* line 27, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/border-transitions/_overline-from-right.scss */
.hvr-overline-from-right:hover:before, .hvr-overline-from-right:focus:before, .hvr-overline-from-right:active:before {
  left: 0; }

/* Reveal */
/* line 449, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden; }

/* line 9, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/border-transitions/_reveal.scss */
.hvr-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-color: #2098D1;
  border-style: solid;
  border-width: 0;
  -webkit-transition-property: border-width;
  transition-property: border-width;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

/* line 25, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/border-transitions/_reveal.scss */
/* line 29, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/border-transitions/_reveal.scss */
.hvr-reveal:hover:before, .hvr-reveal:focus:before, .hvr-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  border-width: 4px; }

/* Underline Reveal */
/* line 456, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-underline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden; }

/* line 9, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/border-transitions/_underline-reveal.scss */
.hvr-underline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

/* line 24, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/border-transitions/_underline-reveal.scss */
/* line 28, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/border-transitions/_underline-reveal.scss */
.hvr-underline-reveal:hover:before, .hvr-underline-reveal:focus:before, .hvr-underline-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

/* Overline Reveal */
/* line 463, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-overline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden; }

/* line 9, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/border-transitions/_overline-reveal.scss */
.hvr-overline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

/* line 24, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/border-transitions/_overline-reveal.scss */
/* line 28, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/border-transitions/_overline-reveal.scss */
.hvr-overline-reveal:hover:before, .hvr-overline-reveal:focus:before, .hvr-overline-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

/* SHADOW/GLOW TRANSITIONS */
/* Glow */
/* line 472, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-glow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow; }

/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/shadow-and-glow-transitions/_glow.scss */
.hvr-glow:hover, .hvr-glow:focus, .hvr-glow:active {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

/* Shadow */
/* line 479, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow; }

/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/shadow-and-glow-transitions/_shadow.scss */
.hvr-shadow:hover, .hvr-shadow:focus, .hvr-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5); }

/* Grow Shadow */
/* line 486, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform; }

/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/shadow-and-glow-transitions/_grow-shadow.scss */
.hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

/* Box Shadow Outset */
/* line 493, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-box-shadow-outset {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow; }

/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/shadow-and-glow-transitions/_box-shadow-outset.scss */
.hvr-box-shadow-outset:hover, .hvr-box-shadow-outset:focus, .hvr-box-shadow-outset:active {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6); }

/* Box Shadow Inset */
/* line 500, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-box-shadow-inset {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */ }

/* line 10, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/shadow-and-glow-transitions/_box-shadow-inset.scss */
.hvr-box-shadow-inset:hover, .hvr-box-shadow-inset:focus, .hvr-box-shadow-inset:active {
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */ }

/* Float Shadow */
/* line 507, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }

/* line 8, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/shadow-and-glow-transitions/_float-shadow.scss */
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity; }

/* line 24, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/shadow-and-glow-transitions/_float-shadow.scss */
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */ }

/* line 29, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/shadow-and-glow-transitions/_float-shadow.scss */
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */ }

/* Shadow Radial */
/* line 514, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-shadow-radial {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative; }

/* line 6, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/shadow-and-glow-transitions/_shadow-radial.scss */
.hvr-shadow-radial:before, .hvr-shadow-radial:after {
  pointer-events: none;
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background-repeat: no-repeat;
  height: 5px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/shadow-and-glow-transitions/_shadow-radial.scss */
.hvr-shadow-radial:before {
  bottom: 100%;
  background: -webkit-radial-gradient(50% 150%, ellipse, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%); }

/* line 27, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/shadow-and-glow-transitions/_shadow-radial.scss */
.hvr-shadow-radial:after {
  top: 100%;
  background: -webkit-radial-gradient(50% -50%, ellipse, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%); }

/* line 33, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/shadow-and-glow-transitions/_shadow-radial.scss */
.hvr-shadow-radial:hover:before, .hvr-shadow-radial:focus:before, .hvr-shadow-radial:active:before, .hvr-shadow-radial:hover:after, .hvr-shadow-radial:focus:after, .hvr-shadow-radial:active:after {
  opacity: 1; }

/* SPEECH BUBBLES */
/* Bubble Top */
/* line 522, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-bubble-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative; }

/* line 6, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/speech-bubbles/_bubble-top.scss */
.hvr-bubble-top:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  left: calc(50% - 10px);
  top: 0;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #e1e1e1 transparent; }

/* line 20, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/speech-bubbles/_bubble-top.scss */
.hvr-bubble-top:hover:before, .hvr-bubble-top:focus:before, .hvr-bubble-top:active:before {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px); }

/* Bubble Right */
/* line 529, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-bubble-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative; }

/* line 6, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/speech-bubbles/_bubble-right.scss */
.hvr-bubble-right:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  top: calc(50% - 10px);
  right: 0;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e1e1e1; }

/* line 20, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/speech-bubbles/_bubble-right.scss */
.hvr-bubble-right:hover:before, .hvr-bubble-right:focus:before, .hvr-bubble-right:active:before {
  -webkit-transform: translateX(10px);
  transform: translateX(10px); }

/* Bubble Bottom */
/* line 536, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-bubble-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative; }

/* line 6, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/speech-bubbles/_bubble-bottom.scss */
.hvr-bubble-bottom:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  left: calc(50% - 10px);
  bottom: 0;
  border-width: 10px 10px 0 10px;
  border-color: #e1e1e1 transparent transparent transparent; }

/* line 20, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/speech-bubbles/_bubble-bottom.scss */
.hvr-bubble-bottom:hover:before, .hvr-bubble-bottom:focus:before, .hvr-bubble-bottom:active:before {
  -webkit-transform: translateY(10px);
  transform: translateY(10px); }

/* Bubble Left */
/* line 543, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-bubble-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative; }

/* line 6, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/speech-bubbles/_bubble-left.scss */
.hvr-bubble-left:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  top: calc(50% - 10px);
  left: 0;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e1e1e1 transparent transparent; }

/* line 20, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/speech-bubbles/_bubble-left.scss */
.hvr-bubble-left:hover:before, .hvr-bubble-left:focus:before, .hvr-bubble-left:active:before {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px); }

/* Bubble Float Top */
/* line 550, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-bubble-float-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }

/* line 8, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/speech-bubbles/_bubble-float-top.scss */
.hvr-bubble-float-top:before {
  position: absolute;
  z-index: -1;
  content: '';
  left: calc(50% - 10px);
  top: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #e1e1e1 transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }

/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/speech-bubbles/_bubble-float-top.scss */
.hvr-bubble-float-top:hover, .hvr-bubble-float-top:focus, .hvr-bubble-float-top:active {
  -webkit-transform: translateY(10px);
  transform: translateY(10px); }

/* line 26, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/speech-bubbles/_bubble-float-top.scss */
.hvr-bubble-float-top:hover:before, .hvr-bubble-float-top:focus:before, .hvr-bubble-float-top:active:before {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px); }

/* Bubble Float Right */
/* line 557, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-bubble-float-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }

/* line 8, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/speech-bubbles/_bubble-float-right.scss */
.hvr-bubble-float-right:before {
  position: absolute;
  z-index: -1;
  top: calc(50% - 10px);
  right: 0;
  content: '';
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e1e1e1;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }

/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/speech-bubbles/_bubble-float-right.scss */
.hvr-bubble-float-right:hover, .hvr-bubble-float-right:focus, .hvr-bubble-float-right:active {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px); }

/* line 26, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/speech-bubbles/_bubble-float-right.scss */
.hvr-bubble-float-right:hover:before, .hvr-bubble-float-right:focus:before, .hvr-bubble-float-right:active:before {
  -webkit-transform: translateX(10px);
  transform: translateX(10px); }

/* Bubble Float Bottom */
/* line 564, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-bubble-float-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }

/* line 8, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/speech-bubbles/_bubble-float-bottom.scss */
.hvr-bubble-float-bottom:before {
  position: absolute;
  z-index: -1;
  content: '';
  left: calc(50% - 10px);
  bottom: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #e1e1e1 transparent transparent transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }

/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/speech-bubbles/_bubble-float-bottom.scss */
.hvr-bubble-float-bottom:hover, .hvr-bubble-float-bottom:focus, .hvr-bubble-float-bottom:active {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px); }

/* line 26, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/speech-bubbles/_bubble-float-bottom.scss */
.hvr-bubble-float-bottom:hover:before, .hvr-bubble-float-bottom:focus:before, .hvr-bubble-float-bottom:active:before {
  -webkit-transform: translateY(10px);
  transform: translateY(10px); }

/* Bubble Float Left */
/* line 571, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-bubble-float-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }

/* line 8, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/speech-bubbles/_bubble-float-left.scss */
.hvr-bubble-float-left:before {
  position: absolute;
  z-index: -1;
  content: '';
  top: calc(50% - 10px);
  left: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e1e1e1 transparent transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }

/* line 21, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/speech-bubbles/_bubble-float-left.scss */
.hvr-bubble-float-left:hover, .hvr-bubble-float-left:focus, .hvr-bubble-float-left:active {
  -webkit-transform: translateX(10px);
  transform: translateX(10px); }

/* line 26, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/speech-bubbles/_bubble-float-left.scss */
.hvr-bubble-float-left:hover:before, .hvr-bubble-float-left:focus:before, .hvr-bubble-float-left:active:before {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px); }

/* ICONS */
/* Icon Back */
/* line 579, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-icon-back {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s; }

/* line 6, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-back.scss */
.hvr-icon-back .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-back.scss */
/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-back.scss */
.hvr-icon-back:hover .hvr-icon, .hvr-icon-back:focus .hvr-icon, .hvr-icon-back:active .hvr-icon {
  -webkit-transform: translateX(-4px);
  transform: translateX(-4px); }

/* Icon Forward */
/* line 586, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s; }

/* line 6, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-forward.scss */
.hvr-icon-forward .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-forward.scss */
/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-forward.scss */
.hvr-icon-forward:hover .hvr-icon, .hvr-icon-forward:focus .hvr-icon, .hvr-icon-forward:active .hvr-icon {
  -webkit-transform: translateX(4px);
  transform: translateX(4px); }

/* Icon Down */
@-webkit-keyframes hvr-icon-down {
/* line 3, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-down.scss */
  0%, 50%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }

/* line 8, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-down.scss */
  25%, 75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); } }
@keyframes hvr-icon-down {
/* line 3, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-down.scss */
  0%, 50%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }

/* line 8, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-down.scss */
  25%, 75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); } }
/* Icon Down */
/* line 593, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-icon-down {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }

/* line 18, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-down.scss */
.hvr-icon-down .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

/* line 22, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-down.scss */
/* line 26, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-down.scss */
.hvr-icon-down:hover .hvr-icon, .hvr-icon-down:focus .hvr-icon, .hvr-icon-down:active .hvr-icon {
  -webkit-animation-name: hvr-icon-down;
  animation-name: hvr-icon-down;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

/* Icon Up */
@-webkit-keyframes hvr-icon-up {
/* line 3, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-up.scss */
  0%, 50%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }

/* line 8, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-up.scss */
  25%, 75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); } }
@keyframes hvr-icon-up {
/* line 3, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-up.scss */
  0%, 50%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }

/* line 8, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-up.scss */
  25%, 75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); } }
/* Icon Up */
/* line 600, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-icon-up {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }

/* line 18, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-up.scss */
.hvr-icon-up .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

/* line 22, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-up.scss */
/* line 26, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-up.scss */
.hvr-icon-up:hover .hvr-icon, .hvr-icon-up:focus .hvr-icon, .hvr-icon-up:active .hvr-icon {
  -webkit-animation-name: hvr-icon-up;
  animation-name: hvr-icon-up;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

/* Icon Spin */
/* line 607, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-icon-spin {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }

/* line 5, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-spin.scss */
.hvr-icon-spin .hvr-icon {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out; }

/* line 11, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-spin.scss */
/* line 15, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-spin.scss */
.hvr-icon-spin:hover .hvr-icon, .hvr-icon-spin:focus .hvr-icon, .hvr-icon-spin:active .hvr-icon {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg); }

/* Icon Drop */
@-webkit-keyframes hvr-icon-drop {
/* line 3, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-drop.scss */
  0% {
    opacity: 0; }

/* line 8, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-drop.scss */
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-drop.scss */
  51%, 100% {
    opacity: 1; } }
@keyframes hvr-icon-drop {
/* line 3, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-drop.scss */
  0% {
    opacity: 0; }

/* line 8, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-drop.scss */
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-drop.scss */
  51%, 100% {
    opacity: 1; } }
/* Icon Drop */
/* line 614, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-icon-drop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }

/* line 23, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-drop.scss */
.hvr-icon-drop .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

/* line 27, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-drop.scss */
/* line 31, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-drop.scss */
.hvr-icon-drop:hover .hvr-icon, .hvr-icon-drop:focus .hvr-icon, .hvr-icon-drop:active .hvr-icon {
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-animation-name: hvr-icon-drop;
  animation-name: hvr-icon-drop;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }

/* Icon Fade */
/* line 621, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-icon-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }

/* line 5, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-fade.scss */
.hvr-icon-fade .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color;
  transition-property: color; }

/* line 11, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-fade.scss */
/* line 15, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-fade.scss */
.hvr-icon-fade:hover .hvr-icon, .hvr-icon-fade:focus .hvr-icon, .hvr-icon-fade:active .hvr-icon {
  color: #0F9E5E; }

/* Icon Float Away */
@-webkit-keyframes hvr-icon-float-away {
/* line 3, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-float-away.scss */
  0% {
    opacity: 1; }

/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-float-away.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em); } }
@keyframes hvr-icon-float-away {
/* line 3, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-float-away.scss */
  0% {
    opacity: 1; }

/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-float-away.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em); } }
/* Icon Float Away */
/* line 628, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-icon-float-away {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-float-away.scss */
.hvr-icon-float-away .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

/* line 23, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-float-away.scss */
/* line 27, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-float-away.scss */
.hvr-icon-float-away:hover .hvr-icon, .hvr-icon-float-away:focus .hvr-icon, .hvr-icon-float-away:active .hvr-icon {
  -webkit-animation-name: hvr-icon-float-away;
  animation-name: hvr-icon-float-away;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

/* Icon Sink Away */
@-webkit-keyframes hvr-icon-sink-away {
/* line 3, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-sink-away.scss */
  0% {
    opacity: 1; }

/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-sink-away.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    transform: translateY(1em); } }
@keyframes hvr-icon-sink-away {
/* line 3, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-sink-away.scss */
  0% {
    opacity: 1; }

/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-sink-away.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    transform: translateY(1em); } }
/* Icon Sink Away */
/* line 635, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-icon-sink-away {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-sink-away.scss */
.hvr-icon-sink-away .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

/* line 23, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-sink-away.scss */
/* line 27, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-sink-away.scss */
.hvr-icon-sink-away:hover .hvr-icon, .hvr-icon-sink-away:focus .hvr-icon, .hvr-icon-sink-away:active .hvr-icon {
  -webkit-animation-name: hvr-icon-sink-away;
  animation-name: hvr-icon-sink-away;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

/* Icon Grow */
/* line 642, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-icon-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

/* line 6, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-grow.scss */
.hvr-icon-grow .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-grow.scss */
/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-grow.scss */
.hvr-icon-grow:hover .hvr-icon, .hvr-icon-grow:focus .hvr-icon, .hvr-icon-grow:active .hvr-icon {
  -webkit-transform: scale(1.3) translateZ(0);
  transform: scale(1.3) translateZ(0); }

/* Icon Shrink */
/* line 649, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-icon-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

/* line 6, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-shrink.scss */
.hvr-icon-shrink .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-shrink.scss */
/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-shrink.scss */
.hvr-icon-shrink:hover .hvr-icon, .hvr-icon-shrink:focus .hvr-icon, .hvr-icon-shrink:active .hvr-icon {
  -webkit-transform: scale(0.8);
  transform: scale(0.8); }

/* Icon Pulse */
@-webkit-keyframes hvr-icon-pulse {
/* line 3, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-pulse.scss */
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }

/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-pulse.scss */
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); } }
@keyframes hvr-icon-pulse {
/* line 3, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-pulse.scss */
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }

/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-pulse.scss */
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); } }
/* line 656, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-icon-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }

/* line 15, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-pulse.scss */
.hvr-icon-pulse .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

/* line 20, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-pulse.scss */
/* line 24, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-pulse.scss */
.hvr-icon-pulse:hover .hvr-icon, .hvr-icon-pulse:focus .hvr-icon, .hvr-icon-pulse:active .hvr-icon {
  -webkit-animation-name: hvr-icon-pulse;
  animation-name: hvr-icon-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

/* Icon Pulse Grow */
@-webkit-keyframes hvr-icon-pulse-grow {
/* line 3, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-pulse-grow.scss */
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); } }
@keyframes hvr-icon-pulse-grow {
/* line 3, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-pulse-grow.scss */
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); } }
/* line 663, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-icon-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }

/* line 11, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-pulse-grow.scss */
.hvr-icon-pulse-grow .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

/* line 16, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-pulse-grow.scss */
/* line 20, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-pulse-grow.scss */
.hvr-icon-pulse-grow:hover .hvr-icon, .hvr-icon-pulse-grow:focus .hvr-icon, .hvr-icon-pulse-grow:active .hvr-icon {
  -webkit-animation-name: hvr-icon-pulse-grow;
  animation-name: hvr-icon-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate; }

/* Icon Pulse Shrink */
@-webkit-keyframes hvr-icon-pulse-shrink {
/* line 3, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-pulse-shrink.scss */
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); } }
@keyframes hvr-icon-pulse-shrink {
/* line 3, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-pulse-shrink.scss */
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); } }
/* line 670, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-icon-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }

/* line 11, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-pulse-shrink.scss */
.hvr-icon-pulse-shrink .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

/* line 16, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-pulse-shrink.scss */
/* line 20, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-pulse-shrink.scss */
.hvr-icon-pulse-shrink:hover .hvr-icon, .hvr-icon-pulse-shrink:focus .hvr-icon, .hvr-icon-pulse-shrink:active .hvr-icon {
  -webkit-animation-name: hvr-icon-pulse-shrink;
  animation-name: hvr-icon-pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate; }

/* Icon Push */
@-webkit-keyframes hvr-icon-push {
/* line 3, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-push.scss */
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); } }
@keyframes hvr-icon-push {
/* line 3, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-push.scss */
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); } }
/* line 677, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-icon-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-push.scss */
.hvr-icon-push .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

/* line 19, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-push.scss */
/* line 23, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-push.scss */
.hvr-icon-push:hover .hvr-icon, .hvr-icon-push:focus .hvr-icon, .hvr-icon-push:active .hvr-icon {
  -webkit-animation-name: hvr-icon-push;
  animation-name: hvr-icon-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

/* Icon Pop */
@-webkit-keyframes hvr-icon-pop {
/* line 3, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-pop.scss */
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5); } }
@keyframes hvr-icon-pop {
/* line 3, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-pop.scss */
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5); } }
/* line 684, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-icon-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-pop.scss */
.hvr-icon-pop .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

/* line 19, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-pop.scss */
/* line 23, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-pop.scss */
.hvr-icon-pop:hover .hvr-icon, .hvr-icon-pop:focus .hvr-icon, .hvr-icon-pop:active .hvr-icon {
  -webkit-animation-name: hvr-icon-pop;
  animation-name: hvr-icon-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

/* Icon Bounce */
/* line 691, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-icon-bounce {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-bounce.scss */
.hvr-icon-bounce .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

/* line 14, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-bounce.scss */
/* line 18, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-bounce.scss */
.hvr-icon-bounce:hover .hvr-icon, .hvr-icon-bounce:focus .hvr-icon, .hvr-icon-bounce:active .hvr-icon {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36); }

/* Icon Rotate */
/* line 698, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-icon-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

/* line 8, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-rotate.scss */
.hvr-icon-rotate .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

/* line 15, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-rotate.scss */
/* line 19, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-rotate.scss */
.hvr-icon-rotate:hover .hvr-icon, .hvr-icon-rotate:focus .hvr-icon, .hvr-icon-rotate:active .hvr-icon {
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg); }

/* Icon Grow Rotate */
/* line 705, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-icon-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

/* line 8, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-grow-rotate.scss */
.hvr-icon-grow-rotate .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

/* line 15, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-grow-rotate.scss */
/* line 19, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-grow-rotate.scss */
.hvr-icon-grow-rotate:hover .hvr-icon, .hvr-icon-grow-rotate:focus .hvr-icon, .hvr-icon-grow-rotate:active .hvr-icon {
  -webkit-transform: scale(1.5) rotate(12deg);
  transform: scale(1.5) rotate(12deg); }

/* Icon Float */
/* line 712, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-icon-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

/* line 6, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-float.scss */
.hvr-icon-float .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-float.scss */
/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-float.scss */
.hvr-icon-float:hover .hvr-icon, .hvr-icon-float:focus .hvr-icon, .hvr-icon-float:active .hvr-icon {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px); }

/* Icon Sink */
/* line 719, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-icon-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

/* line 6, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-sink.scss */
.hvr-icon-sink .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

/* line 13, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-sink.scss */
/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-sink.scss */
.hvr-icon-sink:hover .hvr-icon, .hvr-icon-sink:focus .hvr-icon, .hvr-icon-sink:active .hvr-icon {
  -webkit-transform: translateY(4px);
  transform: translateY(4px); }

/* Icon Bob */
@-webkit-keyframes hvr-icon-bob {
/* line 3, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-bob.scss */
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); }

/* line 6, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-bob.scss */
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }

/* line 9, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-bob.scss */
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); } }
@keyframes hvr-icon-bob {
/* line 3, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-bob.scss */
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); }

/* line 6, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-bob.scss */
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }

/* line 9, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-bob.scss */
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); } }
@-webkit-keyframes hvr-icon-bob-float {
/* line 15, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-bob.scss */
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); } }
@keyframes hvr-icon-bob-float {
/* line 15, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-bob.scss */
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); } }
/* line 726, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-icon-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

/* line 24, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-bob.scss */
.hvr-icon-bob .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

/* line 28, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-bob.scss */
/* line 32, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-bob.scss */
.hvr-icon-bob:hover .hvr-icon, .hvr-icon-bob:focus .hvr-icon, .hvr-icon-bob:active .hvr-icon {
  -webkit-animation-name: hvr-icon-bob-float, hvr-icon-bob;
  animation-name: hvr-icon-bob-float, hvr-icon-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate; }

/* Icon Hang */
@-webkit-keyframes hvr-icon-hang {
/* line 3, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-hang.scss */
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); }

/* line 6, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-hang.scss */
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px); }

/* line 9, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-hang.scss */
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); } }
@keyframes hvr-icon-hang {
/* line 3, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-hang.scss */
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); }

/* line 6, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-hang.scss */
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px); }

/* line 9, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-hang.scss */
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); } }
@-webkit-keyframes hvr-icon-hang-sink {
/* line 15, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-hang.scss */
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); } }
@keyframes hvr-icon-hang-sink {
/* line 15, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-hang.scss */
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); } }
/* line 733, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-icon-hang {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

/* line 24, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-hang.scss */
.hvr-icon-hang .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

/* line 28, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-hang.scss */
/* line 32, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-hang.scss */
.hvr-icon-hang:hover .hvr-icon, .hvr-icon-hang:focus .hvr-icon, .hvr-icon-hang:active .hvr-icon {
  -webkit-animation-name: hvr-icon-hang-sink, hvr-icon-hang;
  animation-name: hvr-icon-hang-sink, hvr-icon-hang;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate; }

/* Icon Wobble Horizontal */
@-webkit-keyframes hvr-icon-wobble-horizontal {
/* line 3, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-wobble-horizontal.scss */
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px); }

/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-wobble-horizontal.scss */
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }

/* line 11, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-wobble-horizontal.scss */
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }

/* line 15, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-wobble-horizontal.scss */
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }

/* line 19, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-wobble-horizontal.scss */
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }

/* line 23, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-wobble-horizontal.scss */
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes hvr-icon-wobble-horizontal {
/* line 3, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-wobble-horizontal.scss */
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px); }

/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-wobble-horizontal.scss */
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }

/* line 11, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-wobble-horizontal.scss */
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }

/* line 15, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-wobble-horizontal.scss */
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }

/* line 19, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-wobble-horizontal.scss */
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }

/* line 23, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-wobble-horizontal.scss */
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
/* line 740, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-icon-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

/* line 32, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-wobble-horizontal.scss */
.hvr-icon-wobble-horizontal .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

/* line 36, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-wobble-horizontal.scss */
/* line 40, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-wobble-horizontal.scss */
.hvr-icon-wobble-horizontal:hover .hvr-icon, .hvr-icon-wobble-horizontal:focus .hvr-icon, .hvr-icon-wobble-horizontal:active .hvr-icon {
  -webkit-animation-name: hvr-icon-wobble-horizontal;
  animation-name: hvr-icon-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

/* Icon Wobble Vertical */
@-webkit-keyframes hvr-icon-wobble-vertical {
/* line 3, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-wobble-vertical.scss */
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); }

/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-wobble-vertical.scss */
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }

/* line 11, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-wobble-vertical.scss */
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }

/* line 15, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-wobble-vertical.scss */
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }

/* line 19, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-wobble-vertical.scss */
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px); }

/* line 23, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-wobble-vertical.scss */
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes hvr-icon-wobble-vertical {
/* line 3, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-wobble-vertical.scss */
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); }

/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-wobble-vertical.scss */
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }

/* line 11, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-wobble-vertical.scss */
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }

/* line 15, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-wobble-vertical.scss */
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }

/* line 19, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-wobble-vertical.scss */
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px); }

/* line 23, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-wobble-vertical.scss */
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
/* line 747, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-icon-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

/* line 32, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-wobble-vertical.scss */
.hvr-icon-wobble-vertical .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

/* line 36, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-wobble-vertical.scss */
/* line 40, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-wobble-vertical.scss */
.hvr-icon-wobble-vertical:hover .hvr-icon, .hvr-icon-wobble-vertical:focus .hvr-icon, .hvr-icon-wobble-vertical:active .hvr-icon {
  -webkit-animation-name: hvr-icon-wobble-vertical;
  animation-name: hvr-icon-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

/* Icon Buzz */
@-webkit-keyframes hvr-icon-buzz {
/* line 3, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-buzz.scss */
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }

/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-buzz.scss */
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); } }
@keyframes hvr-icon-buzz {
/* line 3, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-buzz.scss */
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }

/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-buzz.scss */
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); } }
/* line 754, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-icon-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

/* line 16, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-buzz.scss */
.hvr-icon-buzz .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

/* line 20, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-buzz.scss */
/* line 24, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-buzz.scss */
.hvr-icon-buzz:hover .hvr-icon, .hvr-icon-buzz:focus .hvr-icon, .hvr-icon-buzz:active .hvr-icon {
  -webkit-animation-name: hvr-icon-buzz;
  animation-name: hvr-icon-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

/* Icon Buzz Out */
@-webkit-keyframes hvr-icon-buzz-out {
/* line 3, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-buzz-out.scss */
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }

/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-buzz-out.scss */
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }

/* line 11, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-buzz-out.scss */
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }

/* line 15, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-buzz-out.scss */
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }

/* line 19, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-buzz-out.scss */
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }

/* line 23, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-buzz-out.scss */
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }

/* line 27, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-buzz-out.scss */
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }

/* line 31, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-buzz-out.scss */
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }

/* line 35, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-buzz-out.scss */
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0); }

/* line 39, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-buzz-out.scss */
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0); } }
@keyframes hvr-icon-buzz-out {
/* line 3, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-buzz-out.scss */
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }

/* line 7, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-buzz-out.scss */
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }

/* line 11, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-buzz-out.scss */
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }

/* line 15, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-buzz-out.scss */
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }

/* line 19, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-buzz-out.scss */
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }

/* line 23, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-buzz-out.scss */
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }

/* line 27, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-buzz-out.scss */
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }

/* line 31, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-buzz-out.scss */
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }

/* line 35, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-buzz-out.scss */
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0); }

/* line 39, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-buzz-out.scss */
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0); } }
/* line 761, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-icon-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

/* line 48, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-buzz-out.scss */
.hvr-icon-buzz-out .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

/* line 52, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-buzz-out.scss */
/* line 56, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/icons/_icon-buzz-out.scss */
.hvr-icon-buzz-out:hover .hvr-icon, .hvr-icon-buzz-out:focus .hvr-icon, .hvr-icon-buzz-out:active .hvr-icon {
  -webkit-animation-name: hvr-icon-buzz-out;
  animation-name: hvr-icon-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

/* CURLS */
/* Curl Top Left */
/* line 769, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-curl-top-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative; }

/* line 6, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/curls/_curl-top-left.scss */
.hvr-curl-top-left:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(135deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#000000');
  /*For IE7-8-9*/
  z-index: 1000;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height; }

/* line 30, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/curls/_curl-top-left.scss */
.hvr-curl-top-left:hover:before, .hvr-curl-top-left:focus:before, .hvr-curl-top-left:active:before {
  width: 25px;
  height: 25px; }

/* Curl Top Right */
/* line 776, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-curl-top-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative; }

/* line 6, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/curls/_curl-top-right.scss */
.hvr-curl-top-right:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  right: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(225deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height; }

/* line 27, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/curls/_curl-top-right.scss */
.hvr-curl-top-right:hover:before, .hvr-curl-top-right:focus:before, .hvr-curl-top-right:active:before {
  width: 25px;
  height: 25px; }

/* Curl Bottom Right */
/* line 783, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-curl-bottom-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative; }

/* line 6, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/curls/_curl-bottom-right.scss */
.hvr-curl-bottom-right:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  bottom: 0;
  right: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(315deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height; }

/* line 27, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/curls/_curl-bottom-right.scss */
.hvr-curl-bottom-right:hover:before, .hvr-curl-bottom-right:focus:before, .hvr-curl-bottom-right:active:before {
  width: 25px;
  height: 25px; }

/* Curl Bottom Left */
/* line 790, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/hover.scss */
.hvr-curl-bottom-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative; }

/* line 6, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/curls/_curl-bottom-left.scss */
.hvr-curl-bottom-left:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  bottom: 0;
  left: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(45deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height; }

/* line 27, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/vendor/hover/effects/curls/_curl-bottom-left.scss */
.hvr-curl-bottom-left:hover:before, .hvr-curl-bottom-left:focus:before, .hvr-curl-bottom-left:active:before {
  width: 25px;
  height: 25px; }

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/fileadmin/templates/page/fonts/Opensans/open-sans-v34-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/fileadmin/templates/page/fonts/Opensans/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), url('/fileadmin/templates/page/fonts/Opensans/open-sans-v34-latin-regular.woff2') format('woff2'), url('/fileadmin/templates/page/fonts/Opensans/open-sans-v34-latin-regular.woff') format('woff'), url('/fileadmin/templates/page/fonts/Opensans/open-sans-v34-latin-regular.ttf') format('truetype'), url('/fileadmin/templates/page/fonts/Opensans/open-sans-v34-latin-regular.svg#OpenSans') format('svg');
  /* Legacy iOS */ }
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('/fileadmin/templates/page/fonts/Opensans/open-sans-v34-latin-600.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/fileadmin/templates/page/fonts/Opensans/open-sans-v34-latin-600.eot?#iefix') format('embedded-opentype'), url('/fileadmin/templates/page/fonts/Opensans/open-sans-v34-latin-600.woff2') format('woff2'), url('/fileadmin/templates/page/fonts/Opensans/open-sans-v34-latin-600.woff') format('woff'), url('/fileadmin/templates/page/fonts/Opensans/open-sans-v34-latin-600.ttf') format('truetype'), url('/fileadmin/templates/page/fonts/Opensans/open-sans-v34-latin-600.svg#OpenSans') format('svg');
  /* Legacy iOS */ }
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/fileadmin/templates/page/fonts/Opensans/open-sans-v34-latin-700.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/fileadmin/templates/page/fonts/Opensans/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), url('/fileadmin/templates/page/fonts/Opensans/open-sans-v34-latin-700.woff2') format('woff2'), url('/fileadmin/templates/page/fonts/Opensans/open-sans-v34-latin-700.woff') format('woff'), url('/fileadmin/templates/page/fonts/Opensans/open-sans-v34-latin-700.ttf') format('truetype'), url('/fileadmin/templates/page/fonts/Opensans/open-sans-v34-latin-700.svg#OpenSans') format('svg');
  /* Legacy iOS */ }
/* #############################################
 ** ### Allgemeine Definitionen #################
 ** #############################################
 */
/* line 6, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
* {
  margin: 0;
  padding: 0; }

/* line 8, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
html, body {
  margin: 0;
  padding: 0;
  height: 100%; }

/* line 15, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
body {
  display: block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Extra small devices (phones, less than 768px) */
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #001489; }

/* line 26, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
body ::-moz-selection {
  background: #001489;
  color: #FFF; }

/* line 30, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
body ::selection {
  background: #001489;
  color: #FFF; }
@media (max-width: 767.98px) {
  body {
    font-size: 1rem;
    line-height: 1.338; } }
@media (min-width: 992px) {
  body {
    font-size: 1.063rem;
    line-height: 1.438; } }
@media (min-width: 1200px) {
  body {
    font-size: 1.063rem;
    line-height: 1.538; } }

/* line 53, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
body.overlay-active {
  overflow: hidden; }

/* line 57, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
header.fixed-top {
  background: #FFF;
  max-width: 100vw; }

/* line 61, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
@media (max-width: 767.98px) {
  header.fixed-top .row {
    justify-content: unset !important; } }
@media (max-width: 575.98px) {
  header.fixed-top .row {
    background: #FFF;
    padding-bottom: 5px; } }

/* line 73, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
header.fixed-top .info {
  height: 45px;
  transition: all 0.5s ease; }

/* line 79, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.navbar-header {
  position: absolute; }

/* line 83, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.navbar {
  border-bottom: solid 2px #001489;
  background: #FEDB00;
  height: 70px !important;
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  z-index: 100;
  padding-bottom: 0;
  align-items: inherit !important;
  padding: 0;
  top: 30px;
  position: absolute;
  width: 100%; }
@media (max-width: 991.98px) {
  .navbar {
    top: 0;
    height: 50px !important;
    position: fixed; } }

/* line 102, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.navbar .container {
  padding: 0px;
  align-items: flex-end;
  position: relative; }

/* line 111, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.navbar.sticky {
  margin-top: 0px;
  position: fixed;
  top: 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.27); }

/* line 116, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.navbar.sticky .navbar-brand {
  margin-top: 7px;
  width: 220px; }

/* line 143, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
@media (max-width: 767.98px) {
  .overlay-active .navbar {
    position: inherit; } }

/* line 150, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.info {
  position: relative;
  z-index: 100; }

/* line 157, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.pictonav {
  position: absolute;
  left: 0; }

/* line 158, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.pictonav ul {
  background: #FEDB00;
  height: 70px; }

/* line 169, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.logo {
  text-align: left;
  height: 100%; }
@media (max-width: 991.98px) {
  .logo {
    position: absolute;
    left: 0px;
    display: flex;
    align-items: center; } }

/* line 182, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.navbar-brand {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  text-align: left;
  text-shadow: none;
  padding: 0;
  opacity: 1;
  padding: 0px;
  z-index: 2; }
@media (max-width: 767.98px) {
  .navbar-brand {
    padding: 0.5rem 0; } }
@media (min-width: 576px) and (max-width: 991.98px) {
  .navbar-brand {
    width: 175px; } }
@media (min-width: 992px) {
  .navbar-brand {
    width: 255px;
    margin-top: -9.5px; } }
@media (min-width: 1200px) {
  .navbar-brand {
    width: 270px;
    margin-top: -10px; } }

/* line 212, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.navbar-brand img {
  display: inline-block;
  opacity: 1; }
@media (max-width: 767.98px) {
  .navbar-brand img {
    width: 150px; } }

/* line 221, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.navbar-brand-mobil {
  float: right;
  text-align: right;
  text-shadow: none;
  padding: 0;
  opacity: 1;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  transform-origin: top right;
  width: 150px;
  margin-bottom: 8px; }
@media (min-width: 768px) {
  .navbar-brand-mobil {
    display: none; } }
@media (max-width: 767.98px) {
  .navbar-brand-mobil {
    width: 100px;
    margin: 12px 20px 0 35px; } }
@media (max-width: 575.98px) {
  .navbar-brand-mobil {
    margin: 12px 20px 0 70px; } }

/* line 247, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.navbar-brand-mobil img {
  display: inline-block;
  opacity: 1; }

/* line 259, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.breadcrumb_outer {
  position: relative;
  z-index: 10; }
@media (max-width: 767.98px) {
  .breadcrumb_outer {
    display: none; } }

/* line 268, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.breadcrumb_outer .breadcrumb {
  padding: 8px 0;
  color: #333333;
  background-color: inherit;
  font-size: 1rem;
  float: right;
  margin-bottom: 0; }

/* line 277, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
/* line 278, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.breadcrumb_outer .breadcrumb li a {
  color: #333333;
  font-size: 11px; }

/* line 283, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.breadcrumb_outer .breadcrumb li:after {
  padding: 0 5px;
  content: '>'; }

/* line 288, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.breadcrumb_outer .breadcrumb li:nth-last-of-type(1):after {
  content: ''; }

/* line 295, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.footer {
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2) inset; }

/* line 300, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.main, .footer {
  position: relative;
  overflow: hidden; }

/* line 307, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.main .frame-01, .footer .frame-01, .main .cover-image, .footer .cover-image, .main .frame-02, .footer .frame-02 {
  box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.15) inset;
  position: relative;
  margin-bottom: -2px; }

/* line 313, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
@media (min-width: 992px) {
  .main .cover-image-small, .footer .cover-image-small {
    height: 533px; } }
@media (min-width: 768px) and (max-width: 1199.98px) {
  .main .cover-image-small, .footer .cover-image-small {
    height: 450px; } }
@media (min-width: 576px) and (max-width: 991.98px) {
  .main .cover-image-small, .footer .cover-image-small {
    height: 400px; } }
@media (max-width: 767.98px) {
  .main .cover-image-small, .footer .cover-image-small {
    height: 300px; } }

/* line 328, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
@media (min-width: 768px) {
  .main .cover-image-large, .footer .cover-image-large {
    height: 70vh; } }
@media (max-width: 991.98px) {
  .main .cover-image-large, .footer .cover-image-large {
    height: 50vh; } }

/* line 336, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.main .jarallax, .footer .jarallax {
  position: relative;
  z-index: 0; }

/* line 340, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.main .jarallax > .jarallax-img, .footer .jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }

/* line 358, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.main .bg_neutral, .footer .bg_neutral {
  background: #FFF; }

/* line 364, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.main .bg_neutral:nth-last-of-type(1) .container, .footer .bg_neutral:nth-last-of-type(1) .container {
  border-bottom: 0 none; }

/* line 368, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.main .bg_color1, .footer .bg_color1, .main .frame-01, .footer .frame-01 {
  background: #FFF; }

/* line 374, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.main .row .frame-01 > .container, .footer .row .frame-01 > .container {
  padding: 1.5rem 2rem; }

/* line 379, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
/* line 381, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.main .row > .col-first > .frame-01, .footer .row > .col-first > .frame-01 {
  background: #FFF;
  -moz-border-radius: 0 11px 11px 0;
  -webkit-border-radius: 0 11px 11px 0;
  border-radius: 0 11px 11px 0;
  height: 100%;
  width: 100%;
  position: relative;
  left: 0; }
@media (max-width: 767.98px) {
  .main .row > .col-first > .frame-01, .footer .row > .col-first > .frame-01 {
    height: auto; } }

/* line 396, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.main .row > .col-first > .frame-01:before, .footer .row > .col-first > .frame-01:before {
  content: ' ';
  background-color: inherit;
  position: absolute;
  left: -100%;
  height: 100%;
  width: 100%;
  margin-right: -15px; }

/* line 409, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.main .row > .col-first > .frame-03, .footer .row > .col-first > .frame-03 {
  background: #efefef;
  -moz-border-radius: 0 11px 11px 0;
  -webkit-border-radius: 0 11px 11px 0;
  border-radius: 0 11px 11px 0;
  color: #FEDB00;
  height: 100%;
  width: 100%;
  position: relative;
  left: 0; }
@media (max-width: 767.98px) {
  .main .row > .col-first > .frame-03, .footer .row > .col-first > .frame-03 {
    height: auto; } }

/* line 424, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.main .row > .col-first > .frame-03:before, .footer .row > .col-first > .frame-03:before {
  content: ' ';
  background-color: inherit;
  position: absolute;
  left: -100%;
  height: 100%;
  width: 100%;
  margin-right: -15px; }

/* line 441, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
/* line 442, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.main .row > .col-last > .frame-01, .footer .row > .col-last > .frame-01 {
  background: #FEDB00;
  -moz-border-radius: 11px 0 0 11px;
  -webkit-border-radius: 11px 0 0 11px;
  border-radius: 11px 0 0 11px;
  height: 100%;
  width: 100%;
  position: relative;
  right: 0; }
@media (max-width: 767.98px) {
  .main .row > .col-last > .frame-01, .footer .row > .col-last > .frame-01 {
    height: auto; } }

/* line 457, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.main .row > .col-last > .frame-01:before, .footer .row > .col-last > .frame-01:before {
  content: ' ';
  background-color: inherit;
  position: absolute;
  right: -100%;
  height: 100%;
  width: 100%;
  margin-left: -15px; }

/* line 469, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.main .row > .col-last > .frame-03, .footer .row > .col-last > .frame-03 {
  background: #efefef;
  -moz-border-radius: 11px 0 0 11px;
  -webkit-border-radius: 11px 0 0 11px;
  border-radius: 11px 0 0 11px;
  color: #FEDB00;
  height: 100%;
  width: 100%;
  position: relative;
  right: 0; }
@media (max-width: 767.98px) {
  .main .row > .col-last > .frame-03, .footer .row > .col-last > .frame-03 {
    height: auto; } }

/* line 485, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.main .row > .col-last > .frame-03:before, .footer .row > .col-last > .frame-03:before {
  content: ' ';
  background-color: inherit;
  position: absolute;
  right: -100%;
  height: 100%;
  width: 100%;
  margin-left: -15px; }

/* line 498, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.main .bg_color2, .footer .bg_color2, .main .frame-02, .footer .frame-02 {
  background: #FEDB00; }

/* line 503, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.main .bg_color3, .footer .bg_color3, .main .frame-03, .footer .frame-03 {
  background: #001489;
  color: #FEDB00; }

/* line 508, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.main .bg_color3 p, .footer .bg_color3 p, .main .frame-03 p, .footer .frame-03 p, .main .bg_color3 h2, .footer .bg_color3 h2, .main .frame-03 h2, .footer .frame-03 h2, .main .bg_color3 h3, .footer .bg_color3 h3, .main .frame-03 h3, .footer .frame-03 h3, .main .bg_color3 li, .footer .bg_color3 li, .main .frame-03 li, .footer .frame-03 li, .main .bg_color3 a, .footer .bg_color3 a, .main .frame-03 a, .footer .frame-03 a {
  color: #FEDB00; }

/* line 513, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.main .bg_color4, .footer .bg_color4 {
  background: #efefef; }

/* line 518, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
/* line 521, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.main .container, section .container {
  padding: 4.5rem 15px; }
@media (max-width: 767.98px) {
  .main .container, section .container {
    padding: 3.06rem 15px; } }
@media (min-width: 992px) {
  .main .container, section .container {
    padding: 5.76rem 15px; } }

/* line 533, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.main .container .container, section .container .container {
  max-width: inherit;
  padding: inherit;
  width: inherit; }
/* line 546, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.footer {
  padding: 2rem 0 10px;
  background-color: #FEDB00;
  line-height: 1.53;
  color: #001489;
  position: relative; }

/* line 556, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.footer .image {
  display: inline; }

/* line 560, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.footer .image img {
  max-width: 40px;
  height: auto;
  display: inline; }

/* line 567, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.footer .ce-column {
  float: none; }

/* line 571, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.footer a {
  text-decoration: none; }

/* line 575, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.footer a:focus, .footer a:hover {
  text-decoration: underline;
  color: #333333; }

/* line 581, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.footer .footericon {
  width: 23px;
  margin-right: 0.7rem; }

/* line 586, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.footer li {
  display: flex;
  min-height: 2.4rem; }

/* line 591, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.footer a {
  display: inline-block; }

/* line 594, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.footer a em {
  margin-right: 0.7rem;
  color: #001489; }

/* line 601, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.footer .merz {
  position: absolute;
  right: -3px;
  bottom: 8px;
  transform: rotate(-90deg); }

/* line 607, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.footer .merz img {
  height: 20px; }

/* line 612, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.footer .nowrap {
  white-space: nowrap; }

/* line 616, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.footer .col-md-8 {
  text-align: center; }

/* line 620, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
/* line 623, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.footer #c1361 .col-lg-4, .footer #c1758 .col-lg-4 {
  padding-left: 30.5px; }

/* line 625, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.footer #c1361 .col-lg-4:before, .footer #c1758 .col-lg-4:before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 27 27' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Crect x='0' y='0' width='26.652' height='26.652' style='fill:none;fill-rule:nonzero;'/%3E%3Cg transform='matrix(1,0,0,1,0.553,0.221)'%3E%3Cpath d='M12.779,2L12.768,2C8.507,2 5,5.507 5,9.768C5,9.77 5,9.772 5,9.774C5,15.6 12.774,24.21 12.774,24.21C12.774,24.21 20.547,15.6 20.547,9.774C20.547,9.772 20.547,9.77 20.547,9.768C20.547,5.507 17.04,2 12.779,2ZM12.774,12.55C11.251,12.55 9.998,11.297 9.998,9.774C9.998,8.251 11.251,6.998 12.774,6.998C14.297,6.998 15.55,8.251 15.55,9.774C15.549,11.297 14.297,12.549 12.774,12.55Z' style='fill:rgb(0,20,137);fill-rule:nonzero;'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-position: center;
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  top: 0px;
  left: 10px; }

/* line 638, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
/* line 643, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.footer #c1361 .col-lg-4 h4, .footer #c1758 .col-lg-4 h4 {
  margin-bottom: 0.6rem; }

/* line 647, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.footer #c1361 .col-lg-4 > div > a, .footer #c1758 .col-lg-4 > div > a {
  display: none; }

/* line 653, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
/* line 655, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
/* line 656, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.footer #c1363 .container .row, .footer #c1760 .container .row {
  border-top: solid #001489 1px; }

/* line 658, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.footer #c1363 .container .row .col-first, .footer #c1760 .container .row .col-first {
  padding-left: 30.5px; }

/* line 663, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.footer #c1363 .gallery-row, .footer #c1760 .gallery-row {
  width: auto;
  float: right;
  margin-left: auto; }
@media (min-width: 576px) {
  .footer #c1363 .gallery-row, .footer #c1760 .gallery-row {
    margin-right: -15px; } }

/* line 670, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.footer #c1363 .gallery-row img, .footer #c1760 .gallery-row img {
  width: 25px;
  height: auto; }
@media (max-width: 767.98px) {
  .footer {
    padding: 30px 0px 10px; }

/* line 683, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
  .footer .row > div {
    padding: 0; } }

/* line 690, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.footer .csc-menu {
  list-style: none;
  margin-bottom: 0px; }

/* line 694, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.footer .csc-menu li {
  display: inline-block;
  padding-right: 5px;
  color: #333333; }

/* line 699, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.footer .csc-menu li a {
  text-decoration: none; }

/* line 702, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.footer .csc-menu li a:focus, .footer .csc-menu li a:hover {
  text-decoration: underline; }

/* line 708, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.footer .csc-menu li span.hidden-xs {
  display: inline !important; }
@media (max-width: 767.98px) {
  .footer .csc-menu li {
    display: block; }

/* line 717, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
  .footer .csc-menu li a {
    padding: 10px 0;
    display: block;
    font-size: 16px;
    padding-left: 40px; }

/* line 725, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
  .footer .csc-menu li a:focus, .footer .csc-menu li a:hover {
    text-decoration: none; }

/* line 731, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
  .footer .csc-menu li span.hidden-xs {
    display: none !important; } }

/* line 740, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.navtotop {
  position: fixed;
  z-index: 999;
  right: 0;
  bottom: 125px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border-right: none;
  opacity: 0; }

/* line 754, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.navtotop a {
  color: #fff;
  background: #001489;
  display: inline-block;
  width: 42px;
  height: 40px;
  text-align: center;
  transition: all 0.3s ease; }

/* line 764, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.navtotop a:hover, .navtotop a:active {
  background: #001489; }

/* line 768, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.navtotop a:hover i:before, .navtotop a:active i:before {
  color: #FEDB00; }

/* line 774, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.navtotop i {
  font-size: 30px;
  padding-top: 3px; }

/* line 779, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.navtotop i:before {
  color: #FFF; }

/* line 786, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
/* line 788, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.cookieIcon a {
  position: fixed;
  background: #001489;
  padding: 4px 5px 3px;
  z-index: 998;
  display: inline-block;
  transition: all 0.6s ease;
  border: 1px solid #333333;
  right: 0;
  bottom: 77px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border-right: none; }

/* line 804, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.cookieIcon a svg {
  fill: #FFF;
  margin: 0;
  width: 31px;
  height: 31px; }

/* line 809, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.cookieIcon a svg .q1 {
  fill: transparent; }

/* line 810, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.cookieIcon a svg .q1, .cookieIcon a svg .i1 {
  stroke-width: 0px; }

/* line 813, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.cookieIcon a:hover {
  padding: 4px 5px 3px;
  background: #001489;
  border-color: #001489; }

/* line 818, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.cookieIcon a:hover svg {
  fill: #FEDB00; }

/* line 825, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.topshow {
  opacity: 1;
  -webkit-animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1); }

/* line 833, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.tophide {
  opacity: 0;
  -webkit-animation: fadeOutRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: fadeOutRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: fadeOutRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeOutRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1); }

/* line 841, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.ccm--consent-switch {
  border: 1px solid #001489;
  padding: 0.5rem 1rem;
  display: inline-block; }

/* line 846, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.ccm--consent-switch a {
  text-decoration: none; }

/* line 851, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.ccm-settings-summoner {
  left: 5px !important;
  bottom: 10px !important; }

/* line 856, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.ccm-settings-summoner--link {
  box-shadow: none !important;
  background: #FFF; }

/* line 861, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.ccm-settings-summoner--icon {
  background: transparent !important;
  padding: 5px !important; }

/* line 867, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.map-placeholder {
  position: relative !important; }

/* line 870, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.map-placeholder .map-placeholder-inner {
  padding: 2rem;
  border: 1px solid #001489;
  text-align: center;
  margin-bottom: 2rem; }

/* line 880, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.language {
  position: absolute;
  right: 0;
  bottom: -30px;
  background: #001489;
  padding: 0 10px; }
@media (max-width: 991.98px) {
  .language {
    bottom: 8px;
    right: 60px; } }
@media (max-width: 767.98px) {
  .language {
    bottom: 11px;
    right: 80px; } }

/* ############################################
 ** ### Content Styles #########################
 ** ############################################
 */
/* line 907, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1.8 0;
  color: #001489;
  font-family: "Open Sans", Helvetica, Arial, sans-serif; }

/* line 913, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
h1, h2, h3 {
  line-height: 1.44;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 700; }

/* line 922, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
h1 {
  font-size: 2.188rem;
  margin: 0 0 3.6rem 0;
  text-align: center; }
@media (max-width: 767.98px) {
  h1 {
    font-size: 1.7504rem;
    line-height: 2.188rem; } }
@media (min-width: 992px) {
  h1 {
    font-size: 2.325844rem; } }

/* line 937, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
h2 {
  font-size: 2.188rem;
  margin: 0 0 3.6rem 0;
  text-align: center;
  font-family: "Open Sans", Helvetica, Arial, sans-serif; }
@media (max-width: 767.98px) {
  h2 {
    font-size: 1.7504rem;
    line-height: 2.188rem; } }
@media (min-width: 992px) {
  h2 {
    font-size: 2.325844rem; } }

/* line 953, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
h3 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  margin: 0 0 0.9rem 0;
  font-size: 1.4rem; }
@media (max-width: 991.98px) {
  h3 {
    font-size: 1.4rem; } }
@media (min-width: 992px) {
  h3 {
    font-size: 1.4882rem; } }

/* line 971, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
h4 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1rem; }
@media (max-width: 991.98px) {
  h4 {
    font-size: 1rem; } }
@media (min-width: 992px) {
  h4 {
    font-size: 1.063rem; } }

/* line 986, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
p {
  margin: 0 0 1.8rem; }
@media (max-width: 991.98px) {
  p {
    margin: 0 0 1.338rem; } }
@media (min-width: 992px) {
  p {
    margin: 0 0 1.438rem; } }

/* line 998, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
a {
  color: #001489;
  outline: 0;
  text-decoration: underline; }

/* line 1002, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
a:focus, a:hover {
  color: #333333;
  outline: 0; }

/* line 1009, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
strong {
  font-family: "Open Sans", Helvetica, Arial, sans-serif; }

/* line 1013, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.align-right {
  text-align: right; }

/* line 1014, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.align-left {
  text-align: left; }

/* line 1016, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
hr {
  margin: 0 0 10px 0;
  border-top: 1px solid #FEDB00;
  border-bottom: 1px solid #FFF; }

/* line 1022, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
/* line 1023, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.main ul:not(.pagination) {
  list-style: none; }

/* line 1025, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.main ul:not(.pagination) li {
  margin-left: 1rem; }

/* line 1028, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.main ul:not(.pagination) li:before {
  content: "\2022";
  color: #001489;
  margin-left: -1rem;
  padding-right: 0.5rem; }

/* line 1038, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
/* line 1039, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.main ol li {
  margin-left: 18px; }

/* line 1042, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
/* line 1043, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.main ol li > ul li {
  margin-left: 18px;
  list-style-type: circle; }

/* line 1054, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.main .container > .frame, .main .frame-type-uploads .container {
  margin-top: 2.25rem;
  padding-bottom: 2.25rem; }

/* line 1060, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
/* line 1061, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
/* line 1062, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.frame p:last-of-type {
  margin-bottom: 1rem; }

/* line 1072, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
a {
  text-decoration: underline; }

/* line 1075, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
a:hover, a:focus {
  text-decoration: underline; }

/* line 1083, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
img.img-responsive {
  margin-bottom: 1rem; }

/* OwlCarousel */
/* line 1089, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.owl-carousel.carousel-content {
  margin-bottom: 1rem; }

/* line 1092, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.owl-carousel.carousel-content .owl-nav {
  margin-top: 0;
  position: absolute;
  top: 45%;
  width: 100%; }

/* line 1099, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.owl-carousel.carousel-content .owl-nav [class*=owl-] {
  position: absolute;
  margin: 0;
  padding: 4px 12px; }

/* line 1104, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.owl-carousel.carousel-content .owl-nav [class*=owl-]:hover {
  background: #FEDB00; }

/* line 1110, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.owl-carousel.carousel-content .owl-nav .owl-prev {
  left: 0;
  border-radius: 0 3px 3px 0; }

/* line 1115, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.owl-carousel.carousel-content .owl-nav .owl-next {
  right: 0;
  border-radius: 3px 0 0 3px; }

/* line 1120, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.owl-carousel.carousel-content .owl-nav i {
  font-size: 2rem; }
/* line 1131, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
/* line 1133, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
/* line 1135, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.owl-carousel.carousel-news .owl-nav i {
  font-size: 2.5rem; }

/* line 1139, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.owl-carousel.carousel-news .owl-nav [class*=owl-] {
  padding: 4px 5px;
  background: transparent;
  color: #FFF; }

/* line 1145, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.owl-carousel.carousel-news .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #FEDB00; }
@media (min-width: 850px) {
/* line 1154, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
  .owl-carousel.carousel-news .owl-nav {
    top: 40%;
    margin-top: 0;
    position: absolute;
    width: 100%; }

/* line 1161, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
  .owl-carousel.carousel-news .owl-nav [class*=owl-] {
    position: absolute;
    margin: 0;
    padding: 4px 12px;
    background: transparent; }

/* line 1167, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
  .owl-carousel.carousel-news .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #FEDB00; }

/* line 1173, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
  .owl-carousel.carousel-news .owl-nav .owl-prev {
    left: -50px;
    border-radius: 0; }

/* line 1178, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
  .owl-carousel.carousel-news .owl-nav .owl-next {
    right: -50px;
    border-radius: 0; }

/* line 1183, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
  .owl-carousel.carousel-news .owl-nav i {
    font-size: 4rem; } }

/* ############################################
 ** ### Content Elements #######################
 ** ############################################
 */
/* line 1198, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.headerimage {
  position: relative; }

/* line 1202, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.headerimage .container_outer {
  position: absolute;
  bottom: 0;
  width: 100%; }

/* line 1208, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.headerimage .pic {
  text-align: center;
  background: #efefef; }

/* line 1212, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.headerimage .pic img {
  width: 100%; }

/* line 1217, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.headerimage h1 {
  background: #001489;
  color: #FEDB00;
  padding: 1rem;
  display: inline-block;
  position: absolute;
  bottom: 0;
  margin-bottom: 3rem;
  font-size: 1.8rem;
  height: 100%;
  position: relative;
  left: 0; }
@media (max-width: 767.98px) {
  .headerimage h1 {
    height: auto; } }

/* line 1241, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.gallery-row {
  margin: 0; }

/* line 1245, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
/* line 1247, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.gallery-row figure {
  margin: 0 0 1.5rem; }

/* line 1251, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
/* line 1253, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.gallery-row .ce-column > div figure {
  position: relative; }

/* line 1256, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.gallery-row .ce-column > div figure a {
  margin-bottom: 0; }

/* line 1261, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
/* line 1263, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.gallery-row .ce-column > div .fancybox .overlay {
  background: rgba(183, 169, 154, 0.8);
  position: absolute;
  z-index: 10000;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  display: block;
  color: #001489;
  transition: all 0.6s ease;
  padding-top: 30px;
  text-align: center; }

/* line 1278, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.gallery-row .ce-column > div .fancybox .overlay i {
  font-size: 2rem;
  margin-bottom: 50px;
  margin-top: -35px; }

/* line 1283, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.gallery-row .ce-column > div .fancybox .overlay * {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

/* line 1291, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.gallery-row .ce-column > div .fancybox:hover .overlay {
  opacity: 1; }

/* line 1299, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
/* line 1301, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.main ul.ce-uploads {
  padding-left: 0px !important; }

/* line 1303, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.main ul.ce-uploads li {
  margin: 0.5rem 0; }

/* line 1307, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.main ul.ce-uploads li div span {
  line-height: 1.3rem;
  padding-right: 0.4rem; }

/* line 1311, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.main ul.ce-uploads li div span.ce-uploads-filesize {
  font-size: 0.8rem; }
@media (max-width: 767.98px) {
  .main ul.ce-uploads li div span.ce-uploads-filesize {
    font-size: 0.8rem; } }
@media (min-width: 992px) {
  .main ul.ce-uploads li div span.ce-uploads-filesize {
    font-size: 0.8504rem; } }

/* line 1326, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.main ul.ce-uploads img {
  float: none;
  padding: 0;
  margin-bottom: 0.5rem; }

/* line 1332, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
/* line 1333, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.main ul.ce-uploads.filename li div span {
  display: inline-block; }

/* line 1338, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
/* line 1340, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.main ul.ce-uploads.extension li {
  display: flex; }

/* line 1343, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.main ul.ce-uploads.extension li span.ext {
  background: #001489;
  padding: 0.3rem 0.5rem;
  color: #FFF;
  display: inline-block;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  flex-basis: content; }

/* line 1361, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.main ul.ce-uploads.pic {
  display: flex; }

/* line 1364, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.main ul.ce-uploads.pic li {
  padding-right: 2rem; }

/* line 1368, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.main ul.ce-uploads.pic li div span {
  display: block; }

/* line 1379, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
/* line 1380, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.main a.download:before {
  content: 'PDF';
  display: inline-block;
  background: #FEDB00;
  color: #FFF;
  padding: 0 5px;
  font-size: 12px;
  margin-right: 10px;
  font-weight: 400;
  letter-spacing: 0.03rem; }

/* line 1395, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.dce_simplegallery {
  margin-bottom: 2rem; }
@media (max-width: 575.98px) {
/* line 1399, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
  .dce_simplegallery .orig {
    display: none; } }
@media (min-width: 576px) {
/* line 1411, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
  .dce_simplegallery .clone {
    display: none; } }

/* line 1416, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
/* line 1417, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.dce_simplegallery .no-gutters img {
  border: 1px solid #efefef; }

/* DCE - Box */
/* line 1427, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.dce_box {
  background: #ffffff;
  -moz-border-radius: 11px 11px 11px 11px;
  -webkit-border-radius: 11px 11px 11px 11px;
  border-radius: 11px 11px 11px 11px;
  box-shadow: 0px 0px 5px #cccccc;
  padding: 1rem 1rem; }

/* line 1434, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.dce_box .title {
  font-size: 1.125rem;
  color: #333333;
  font-weight: bold;
  margin-bottom: 0.3rem; }

/* line 1442, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
/* line 1443, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.dce_box .pic img {
  max-width: inherit;
  width: calc(100% + 2rem);
  margin-left: -1rem; }

/* line 1450, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.dce_box .subtitle {
  font-size: 0.875rem;
  padding-top: 1.2rem;
  margin-bottom: 0.2rem; }

/* line 1457, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.dce_box .link {
  font-size: 0.875rem;
  color: #333333;
  font-weight: normal; }

/* line 1465, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
/* line 1467, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.dce_center .introduction, .dce_center .title, .dce_center .pic {
  text-align: center; }

/* line 1473, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.dce_center .introduction {
  color: #001489; }

/* line 1476, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.dce_center .introduction strong {
  font-size: 1.15rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.2rem; }
@media (max-width: 767.98px) {
  .dce_center .introduction strong {
    font-size: 1.2rem; } }
@media (min-width: 992px) {
  .dce_center .introduction strong {
    font-size: 1.2756rem; } }

/* line 1492, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.dce_center .pic {
  margin-bottom: 1rem; }

/* line 1496, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
/* line 1497, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.dce_center.two-column .text {
  -webkit-column-count: 2;
  column-count: 2;
  -moz-columns: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px; }
@media (max-width: 1199.98px) {
/* line 1508, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
  .dce_center.two-column .col-lg-10 {
    flex: inherit;
    max-width: inherit; } }

/* line 1515, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
/* line 1516, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.dce_center.three-column .text {
  -webkit-column-count: 3;
  column-count: 3;
  -moz-columns: 3;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px; }
@media (max-width: 1199.98px) {
/* line 1526, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
  .dce_center.three-column .col-lg-10 {
    flex: inherit;
    max-width: inherit; } }

/* line 1535, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.dce_quotation {
  display: flex;
  flex-wrap: wrap; }
@media (max-width: 767.98px) {
  .dce_quotation {
    margin-top: 3rem; } }

/* line 1546, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.dce_quotation > div {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

/* line 1552, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.dce_quotation:before {
  content: "\00bb";
  font-size: 9rem;
  color: rgba(80, 158, 47, 0.3);
  padding: 3rem 2rem 0;
  line-height: 0; }

/* line 1560, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.dce_quotation .text {
  padding: 2rem 1rem;
  color: #001489; }

/* line 1565, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.dce_quotation .text .quotation {
  font-size: 1.3rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif; }
@media (max-width: 767.98px) {
  .dce_quotation .text .quotation {
    font-size: 1.3rem; } }
@media (min-width: 992px) {
  .dce_quotation .text .quotation {
    font-size: 1.3819rem; } }

/* line 1578, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.dce_quotation .text .source {
  font-size: 0.8rem; }

/* line 1583, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.dce_quotation .picouter {
  max-width: 30%;
  padding: 0 2rem;
  margin-top: -3rem; }
@media (max-width: 767.98px) {
  .dce_quotation .picouter {
    padding: 0 2rem 2rem; } }

/* line 1594, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.dce_quotation .picouter .picinner {
  display: inline-block;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  width: 10rem;
  height: 10rem;
  overflow: hidden; }

/* line 1610, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.dce_quotation .picouter .picinner img {
  margin-bottom: 0;
  transition: transform 0.7s ease;
  border: 0 none;
  margin-left: 50%;
  transform: translateX(-50%); }

/* line 1622, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.dce_teaserbox {
  display: flex;
  flex-wrap: wrap; }
@media (max-width: 767.98px) {
  .dce_teaserbox {
    margin-top: 3rem; } }

/* line 1631, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.dce_teaserbox > div {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

/* line 1637, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.dce_teaserbox:before {
  content: "\00bb";
  font-size: 9rem;
  color: #efefef;
  padding: 3rem 2rem 0;
  line-height: 0; }

/* line 1645, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.dce_teaserbox .text {
  padding: 2rem 1rem;
  color: #001489; }

/* line 1650, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.dce_teaserbox .text .comment {
  font-size: 1.3rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif; }
@media (max-width: 767.98px) {
  .dce_teaserbox .text .comment {
    font-size: 1.3rem; } }
@media (min-width: 992px) {
  .dce_teaserbox .text .comment {
    font-size: 1.3819rem; } }

/* line 1663, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.dce_teaserbox .text .source {
  font-size: 0.8rem; }

/* line 1668, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.dce_teaserbox .picouter {
  padding: 0 2rem;
  margin-top: -3rem; }
@media (max-width: 767.98px) {
  .dce_teaserbox .picouter {
    padding: 0 2rem 2rem; } }

/* line 1679, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.dce_teaserbox .picouter .picinner {
  display: inline-block; }

/* line 1695, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.dce_teaserbox .picouter .picinner img {
  margin-bottom: 0;
  transition: transform 0.7s ease;
  border: 0 none;
  margin-left: 50%;
  transform: translateX(-50%); }

/*
 .dce_slider {
 position: relative;
 background: $color2;
 .owl-carousel {
 .owl-item {
 position: relative;
 .container {
 }
 img {
 max-height: 650px;
 }
 .text {
 position: absolute;
 //left: 0;
 bottom: 15rem;
 padding: 1rem;
 background: $color2;
 color: $color1;
 font-size: 1.8rem;
 line-height: 1.2;
 strong {
 }
 }
 }
 .owl-dots {
 position: absolute;
 bottom: 12rem;
 text-align: left;
 left: 0;
 right: 0;
 text-align: center;
 .owl-dot {
 span {
 border: 2px solid $white;
 background: transparent;
 width: 18px;
 height: 18px;
 @include radius(100%);
 }
 &.active span {
 background: $color1;
 border: 4px solid $white;
 }
 &:hover span {
 border: 4px solid $white;
 }
 }
 }
 }
 }
 */
/* ############################################
 ** ### Sonstige Styles ########################
 ** ############################################
 */
/* line 1786, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
/* line 1787, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.csc-sitemap ul {
  list-style: none;
  margin: 0; }

/* line 1791, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.csc-sitemap ul li {
  margin: 0; }

/* line 1794, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.csc-sitemap ul li a {
  text-decoration: none;
  color: #000; }

/* line 1798, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.csc-sitemap ul li a:hover {
  color: #001489; }

/* line 1805, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.csc-sitemap ul li ul {
  margin-bottom: 30px; }

/* line 1817, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
/* line 1820, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.csc-sitemap > ul > li {
  float: left;
  width: 25%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 1825, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.csc-sitemap > ul > li > a {
  font-size: 21px;
  font-weight: 400;
  color: #001489; }

/* line 1830, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.csc-sitemap > ul > li > a:hover {
  color: #001489; }

/* line 1839, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
table.contenttable {
  margin: 0 0 25px 0; }

/* line 1842, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
table.contenttable caption {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #001489;
  text-align: center;
  caption-side: inherit;
  margin: 0 0 0.9rem 0;
  font-size: 1.4rem; }
@media (max-width: 991.98px) {
  table.contenttable caption {
    font-size: 1.4rem; } }
@media (min-width: 992px) {
  table.contenttable caption {
    font-size: 1.4882rem; } }

/* line 1860, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
table.contenttable th {
  font-weight: 700;
  color: #001489;
  padding: 0 15px 10px 0;
  vertical-align: top; }

/* line 1867, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
table.contenttable td {
  padding: 0 15px 10px 0;
  vertical-align: top; }

/* line 1871, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
table.contenttable td.st-key {
  font-weight: 700;
  color: #001489;
  /* Table */ }

/* line 1878, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
table.contenttable.ce-table {
  text-align: center; }

/* line 1882, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
table.contenttable.ce-table thead th {
  border-bottom: inherit; }

/* line 1886, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
table.contenttable.ce-table th, table.contenttable.ce-table td {
  border-top: inherit; }

/* line 1895, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.old_message {
  position: fixed;
  width: 100%;
  background: #ffd967;
  z-index: 100000;
  bottom: 0; }

/* line 1902, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.old_message .old_browser_container {
  padding: 5px 20px 0 20px;
  border-bottom: 1px solid #fff; }

/* line 1907, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.old_message .javascript_disabled_container {
  border-bottom: 1px solid #fff;
  padding-top: 10px;
  padding: 5px 20px 0 20px; }

/* line 1914, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.fancybox {
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  margin-bottom: 4px;
  transition: all 0.6s ease; }

/* line 1929, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.fancybox:hover {
  opacity: 0.8; }

/* line 1935, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.fancybox-bg {
  background: #333333; }

/* line 1939, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.fancybox-slide > * {
  margin: 0;
  padding: 0; }

/* line 1944, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.fancybox-slider-wrap .container {
  padding: 50px 70px 0; }
@media (max-width: 767.98px) {
  .fancybox-slider-wrap .container {
    padding: 50px 15px 50px; } }

/* line 1951, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.fancybox-slider-wrap .container p {
  white-space: normal;
  word-wrap: break-word; }

/* line 1956, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.fancybox-slider-wrap .container a {
  white-space: normal;
  word-wrap: break-word; }

/* line 1961, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
/* line 1963, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.fancybox-slider-wrap .container ul li, .fancybox-slider-wrap .container ol li {
  margin-left: 18px; }

/* line 1966, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
/* line 1967, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.fancybox-slider-wrap .container ul li > ul li, .fancybox-slider-wrap .container ol li > ul li {
  margin-left: 18px;
  list-style-type: disc; }

/* ################################################
 ** ### Bootstrap Styles ###########################
 ** ################################################
 */
/* line 1981, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.breadcrumb {
  padding: 0.3rem 1rem;
  float: right;
  background: transparent;
  display: none; }

/* line 1987, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.breadcrumb .container {
  padding: 0 15px; }
@media (min-width: 768px) {
  .breadcrumb {
    display: block; } }

/* line 1997, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.btn {
  border-radius: 0;
  background: #FEDB00;
  color: #FFF; }

/* line 2002, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.btn.hotline {
  border: 1px solid #FEDB00;
  border-top: 0;
  vertical-align: top;
  font-weight: 700;
  transition: opacity 0.5s ease; }

/* line 2009, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.btn.hotline:hover, .btn.hotline:focus, .btn.hotline:active, .btn.hotline.active {
  color: #fff;
  border: 1px solid #001489;
  border-top: 0;
  background-color: #001489; }
@media (max-width: 575.98px) {
  .btn.hotline {
    display: none; } }

/* line 2025, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.btn-navigation {
  padding: 3px 15px; }

/* line 2029, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.btn-default {
  border-color: #FFF;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.3125rem;
  padding: 10px 15px; }
@media (max-width: 767.98px) {
  .btn-default {
    font-size: 1rem; } }

/* line 2040, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.btn:hover, .btn:focus, .btn:active, .btn.active {
  color: #FFF;
  background-color: #001489; }

/* line 2049, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
header.sticky {
  box-shadow: 2px 1px 4px 0px rgba(0, 0, 0, 0.3); }

/* line 2053, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
header.sticky .info {
  height: 1px; }

/* line 2057, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
header.sticky .topsearch, header.sticky .hotline {
  opacity: 0; }

/* line 2066, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.col-md {
  margin-bottom: 1rem; }

/* ################################################
 ** ### TYPO3 Extension Styles #####################
 ** ################################################
 */
/* line 2076, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
/* line 2077, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
/* line 2078, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
/* line 2080, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.panel-group .panel .panel-heading .panel-title {
  display: inline-block; }

/* line 2083, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.panel-group .panel .panel-heading .panel-title a {
  text-decoration: none; }

/* line 2087, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.panel-group .panel .panel-heading .panel-title a:before {
  content: "\f105";
  transform: rotate(90deg);
  transition: all 0.5s ease;
  display: inline-block;
  font: normal normal normal 30px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #001489;
  font-size: 1.5rem; }

/* line 2100, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.panel-group .panel .panel-heading .panel-title a.collapsed:before {
  transform: rotate(0); }
/* line 2118, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.videoWrapper iframe {
  border: 0; }

/* DCE - Timeline */
/*
 #cd-timeline {
 margin: 3rem 0 4rem;
 padding: .5rem 0 .3rem !important;
 &:before {
 border-left: 2px solid $color2;
 background: transparent;
 margin-left: -1px;
 @include media-breakpoint-up(sm) {
 //@media (min-width: $screen-sm-min)  {
 //left: 50%;
 //margin-left: -2px;
 }
 }
 .cd-timeline-block {
 margin: 2em 0 1.5em;
 }
 .cd-timeline-img.cd-picture {
 background: $color1;
 background-size: 50px;
 &.active {
 background: $color3;
 }
 }
 .cd-timeline-img {
 //@include box-shadow(0 0 0 0 $white);
 box-shadow: inherit;
 border: 3px solid $white;
 width: 20px;
 height: 20px;
 left: 50%;
 margin-left: -10px;
 //margin-top: 5px;
 -webkit-transform: translateZ(0);
 -webkit-backface-visibility: hidden;
 @include media-breakpoint-up(sm) {
 margin-left: -15px;
 width: 30px;
 height: 30px;
 }
 @include media-breakpoint-down(sm) {
 margin-left: 8px;
 left: inherit;
 width: 20px;
 height: 20px;
 }
 @media print {
 left: 3px;
 margin-top: 0;
 margin-left: 0;
 }
 }
 @include media-breakpoint-up(sm) {
 //@media (min-width: $screen-sm)  {
 .cd-timeline-block:nth-child(odd) .cd-timeline-content .text {
 text-align: right;
 }
 }
 .cd-timeline-content {
 padding: 1px;
 @include box-shadow(none);
 background: transparent;
 box-shadow: none;
 &:before {
 border-color: transparent;
 }
 .text {
 color: $color3;
 font-weight: 300;
 //font-size: 20px;
 margin: 12px 0 0 0;
 //@media (max-width: $screen-sm)  {
 @include media-breakpoint-down(sm) {
 //font-size: 16px;
 }
 }
 p {
 font-size: inherit;
 margin: 0;
 line-height: 1.3em;
 }
 .cd-date {
 font-size: $font-size-base * 1.5;
 color: $color2;
 font-weight: 600;
 padding: 0;
 opacity: 1;
 float: none;
 top: -2px;
 margin-bottom: .3em;
 position: absolute;
 @include media-breakpoint-down(sm) {
 //@media (max-width: $screen-sm)  {
 font-size: 25px;
 display: block;
 float: none;
 position: relative;
 }
 @media print {
 position: relative;
 }
 }
 .cd-text {
 @media print {
 display: block;
 }
 .pic {
 margin-bottom: .7rem;
 margin-top: .3rem;
 }
 }
 }
 }
 .cd-timeline-block:nth-child(odd) .cd-timeline-content .cd-date,
 .cd-timeline-block:nth-child(even) .cd-timeline-content .text {
 text-align: left;
 }
 */
/* line 2279, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.grid_slider {
  overflow: hidden;
  position: relative;
  background: #333333; }

/* line 2284, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
/* line 2286, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.grid_slider .owl-carousel .owl-item {
  position: relative;
  text-align: center; }

/* line 2290, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
@media (max-width: 991.98px) {
  .grid_slider .owl-carousel .owl-item .container {
    padding: 0;
    position: inherit; } }

/* line 2299, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.grid_slider .owl-carousel .owl-item a {
  text-align: center;
  display: inline-block;
  left: 0;
  right: 0; }

/* line 2307, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.grid_slider .owl-carousel .owl-item img {
  position: relative;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: inline; }
@media (max-width: 1199.98px) {
  .grid_slider .owl-carousel .owl-item img {
    max-height: 650px; } }
@media (max-width: 991.98px) {
  .grid_slider .owl-carousel .owl-item img {
    max-height: 600px; } }
@media (max-width: 767.98px) {
  .grid_slider .owl-carousel .owl-item img {
    max-height: 450px; } }
@media (max-width: 575.98px) {
  .grid_slider .owl-carousel .owl-item img {
    height: 280px;
    width: auto;
    max-width: inherit; } }

/* line 2341, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.grid_slider .owl-carousel .owl-item .text {
  position: absolute;
  z-index: 10;
  right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
  background: #FEDB00;
  color: #001489;
  text-transform: uppercase;
  font-size: 2.188rem;
  line-height: 1.2; }
@media (max-width: 767.98px) {
  .grid_slider .owl-carousel .owl-item .text {
    top: 70px;
    font-size: 2.188rem; } }
@media (min-width: 576px) {
  .grid_slider .owl-carousel .owl-item .text {
    top: 150px; } }
@media (min-width: 992px) {
  .grid_slider .owl-carousel .owl-item .text {
    font-size: 2.188rem; } }
/* line 2373, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.grid_slider .owl-carousel .owl-item .text a {
  color: #001489;
  text-decoration: none;
  text-transform: uppercase; }

/* line 2377, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.grid_slider .owl-carousel .owl-item .text a:focus, .grid_slider .owl-carousel .owl-item .text a:hover {
  color: #001489;
  outline: 0; }

/* line 2387, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.grid_slider .owl-carousel .owl-dots {
  position: absolute;
  bottom: 11rem;
  text-align: left;
  left: 0;
  right: 0;
  text-align: center; }
@media (max-width: 1199.98px) {
  .grid_slider .owl-carousel .owl-dots {
    bottom: 7rem; } }
@media (max-width: 991.98px) {
  .grid_slider .owl-carousel .owl-dots {
    bottom: 4.3rem; } }
@media (max-width: 767.98px) {
  .grid_slider .owl-carousel .owl-dots {
    display: none; } }

/* line 2408, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
/* line 2410, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.grid_slider .owl-carousel .owl-dots .owl-dot span {
  border: 2px solid #FFF;
  background: transparent;
  width: 18px;
  height: 18px;
  -moz-border-radius: 100% 100% 100% 100%;
  -webkit-border-radius: 100% 100% 100% 100%;
  border-radius: 100% 100% 100% 100%; }

/* line 2418, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.grid_slider .owl-carousel .owl-dots .owl-dot.active span {
  background: #FEDB00;
  border: 4px solid #FFF; }

/* line 2423, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.grid_slider .owl-carousel .owl-dots .owl-dot:hover span {
  border: 4px solid #FFF; }

/* line 2432, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.grid_slider .container {
  position: relative; }

/* line 2436, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.grid_slider .container .bg_left {
  position: absolute;
  width: 300%;
  height: 62px;
  background: #FEDB00;
  z-index: 2;
  right: -300%;
  z-index: 10;
  margin-left: 15px; }
@media (max-width: 767.98px) {
  .grid_slider .container .bg_left {
    display: none; } }
@media (min-width: 576px) {
  .grid_slider .container .bg_left {
    top: 150px; } }
@media (max-width: 991.98px) {
  .grid_slider .container .bg_left {
    display: none; } }

/* line 2462, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
/* line 2464, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
/* line 2475, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
/* line 2477, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.tx-go-maps-ext form {
  padding-bottom: 1rem; }

/* line 2481, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.tx-go-maps-ext .js-gme-submit {
  margin-left: 0.3rem; }

/* line 2486, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.tx-go-maps-ext .js-gme-saddress {
  display: inline-block;
  margin-right: 0.2rem; }

/* ################################################
 ** ### Exceptions for specific elements ###########
 ** ################################################
 */
/* line 2499, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
/* line 2500, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.flexMenu-viewMore.active .flexMenu-popup {
  padding: 0.7rem 0.7rem; }

/* line 2502, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
/* line 2504, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.flexMenu-viewMore.active .flexMenu-popup li ul {
  opacity: 1;
  position: relative;
  height: auto;
  width: auto;
  border-radius: 0px;
  margin-left: 1rem;
  box-shadow: none; }

/* line 2512, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.flexMenu-viewMore.active .flexMenu-popup li ul:before {
  display: none; }

/* line 2516, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.flexMenu-viewMore.active .flexMenu-popup li a {
  padding-left: 0px; }

/* line 2524, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.mm-wrapper_blocking body {
  overflow: visible; }

/* line 2527, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.mm-menu_offcanvas {
  z-index: 50;
  transform: translateY(44px); }

/* line 2531, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.mm-menu .mm-listview .mm-btn_next:after {
  border-color: #001489; }

@media (min-width: 576px) {
/* line 2543, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
  #ocnav {
    display: none; } }

/* line 2548, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
/* line 2550, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.page_1 .teaser {
  /*position: absolute;
   z-index: 1;
   left: 0;
   right: 0;
   top: 0;
   height: 769px;
   background: $color1;
   */ }

/* line 2561, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.page_1 .main {
  /*
   margin-top: 460px;
   z-index: 5;
   */ }

/* line 2568, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.page_1 iframe body {
  background: transparent !important; }

/* line 2574, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
h2.ce-headline-center, .col-header h2, h1.ce-headline-center, .col-header h1, header h1, header h2, h1, h2 {
  text-transform: uppercase; }

/* line 2576, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
h2.ce-headline-center:after, .col-header h2:after, h1.ce-headline-center:after, .col-header h1:after, header h1:after, header h2:after, h1:after, h2:after {
  content: '';
  width: 300px;
  background: #001489;
  height: 2px;
  display: block;
  margin: 0 auto; }

/* line 2588, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
/* line 2589, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
/* line 2590, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
@media (min-width: 992px) {
  .col-md-6 .company-teaser-element .company-teaser-element_hover-text {
    height: calc(100% - 95px); }

/* line 2594, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
  .col-md-6 .company-teaser-element .company-teaser-element_hover-text p, .col-md-6 .company-teaser-element .company-teaser-element_hover-text a {
    font-size: 1.25rem;
    line-height: 1.4; } }
@media (max-width: 1199.98px) {
  .col-md-6 .company-teaser-element .company-teaser-element_hover-text {
    height: calc(100% - 75px); }

/* line 2601, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
  .col-md-6 .company-teaser-element .company-teaser-element_hover-text p, .col-md-6 .company-teaser-element .company-teaser-element_hover-text a {
    font-size: 1.1rem;
    line-height: 1.5; } }

/* line 2608, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
/* line 2609, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
@media (min-width: 992px) {
  .col-md-6 .company-teaser-element:hover .company-teaser-element_title-text {
    transform: translateY(-50px); } }
@media (max-width: 1199.98px) {
  .col-md-6 .company-teaser-element:hover .company-teaser-element_title-text {
    transform: translateY(-70px); } }

/* line 2621, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
/* line 2622, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
/* line 2623, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.col-md-4 .company-teaser-element .company-teaser-element_hover-text {
  height: calc(100% - 55px); }
@media (max-width: 1199.98px) {
/* line 2626, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
  .col-md-4 .company-teaser-element .company-teaser-element_hover-text p, .col-md-4 .company-teaser-element .company-teaser-element_hover-text a {
    line-height: 1.45; } }

/* line 2631, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
/* line 2632, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.col-md-4 .company-teaser-element:hover .company-teaser-element_title-text {
  transform: translateY(-90px); }

/* line 2639, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.company-teaser-element {
  margin-top: 30px;
  height: 280px;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  position: relative; }

/* line 2646, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.company-teaser-element .fg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background-repeat: no-repeat;
  background-position: center; }

/* line 2657, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.company-teaser-element .company-teaser-element_hover-text {
  position: absolute;
  line-height: 1.338;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  visibility: hidden;
  opacity: 0;
  cursor: default;
  transition: all 0.2s linear;
  transition-delay: 0.2s;
  color: #FFF;
  word-break: break-word;
  hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto; }

/* line 2678, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.company-teaser-element .company-teaser-element_hover-text p {
  margin-bottom: 1rem; }
@media (min-width: 768px) and (max-width: 1199.98px) {
  .company-teaser-element .company-teaser-element_hover-text p {
    font-size: 0.88rem; } }

/* line 2684, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.company-teaser-element .company-teaser-element_hover-text a {
  color: #FFF; }

/* line 2689, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.company-teaser-element .company-teaser-element_more-link {
  pointer-events: none;
  font-weight: 700; }
@media (min-width: 768px) and (max-width: 1199.98px) {
  .company-teaser-element .company-teaser-element_more-link {
    font-size: 0.88rem; } }

/* line 2697, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.company-teaser-element .company-teaser-element_title-text {
  z-index: 10;
  color: #FFF;
  text-transform: uppercase;
  height: 55px;
  width: 100%;
  background-color: rgba(0, 20, 137, 0.75);
  font-weight: 700;
  display: flex;
  align-items: center;
  text-align: center;
  transition: transform 0.2s linear; }
@media (min-width: 768px) and (max-width: 1199.98px) {
  .company-teaser-element .company-teaser-element_title-text {
    font-size: 1rem; } }
@media (min-width: 992px) {
  .company-teaser-element .company-teaser-element_title-text {
    font-size: 1.463rem; } }
@media (max-width: 767.98px) {
  .company-teaser-element .company-teaser-element_title-text {
    font-size: 1.363rem; } }

/* line 2718, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.company-teaser-element .company-teaser-element_title-text div {
  width: 100%; }

/* line 2723, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
/* line 2725, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.company-teaser-element:hover .fg-overlay, .company-teaser-element:focus .fg-overlay, .company-teaser-element:active .fg-overlay {
  display: block; }

/* line 2727, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.company-teaser-element:hover .fg-overlay:before, .company-teaser-element:focus .fg-overlay:before, .company-teaser-element:active .fg-overlay:before {
  background-color: rgba(0, 0, 0, 0.33);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  transition: background-color 0.2s linear; }

/* line 2738, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.company-teaser-element:hover .company-teaser-element_hover-text, .company-teaser-element:focus .company-teaser-element_hover-text, .company-teaser-element:active .company-teaser-element_hover-text {
  visibility: visible;
  opacity: 1; }

/* line 2743, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.company-teaser-element:hover .company-teaser-element_more-link, .company-teaser-element:focus .company-teaser-element_more-link, .company-teaser-element:active .company-teaser-element_more-link {
  pointer-events: all; }

/* line 2750, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.seekers-teaser-element {
  margin-top: 30px;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  position: relative; }

/* line 2757, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.seekers-teaser-element:before {
  background-color: rgba(56, 83, 163, 0.5);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  transition: background-color 0.2s linear; }

/* line 2766, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.seekers-teaser-element .seekers-teaser-element_title-text {
  z-index: 10;
  color: #FFF;
  text-transform: uppercase;
  height: 65px;
  width: 100%;
  background-color: rgba(0, 20, 137, 0.75);
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.26;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  transition: transform 0.2s linear; }

/* line 2781, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.seekers-teaser-element .seekers-teaser-element_title-text div {
  width: 100%; }

/* line 2786, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
/* line 2787, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.seekers-teaser-element:hover:before {
  background-color: rgba(0, 0, 0, 0.75); }

/* line 2790, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.seekers-teaser-element:hover .seekers-teaser-element_title-text {
  background-color: rgba(255, 255, 255, 0.4); }

/* line 2795, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.seekers-teaser-element .seekers-teaser-element_more-link {
  z-index: 10;
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none; }

/* line 2806, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
/* line 2807, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
@media (min-width: 992px) {
  .frame-04 > .container ul:not(.pagination) {
    padding-left: 4% !important; } }
@media (min-width: 576px) and (max-width: 1199.98px) {
  .frame-04 > .container ul:not(.pagination) {
    padding-left: 6% !important; } }
@media (max-width: 767.98px) {
  .frame-04 > .container ul:not(.pagination) {
    padding-left: 8% !important; } }
@media (max-width: 575.98px) {
  .frame-04 > .container ul:not(.pagination) {
    padding-left: 6% !important; } }

/* line 2823, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
/* line 2824, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
@media (min-width: 992px) {
  .frame-01 > .container ul:not(.pagination) {
    padding-left: 2.5%; } }
@media (min-width: 768px) and (max-width: 1199.98px) {
  .frame-01 > .container ul:not(.pagination) {
    padding-left: 2.5%; } }
@media (min-width: 576px) and (max-width: 991.98px) {
  .frame-01 > .container ul:not(.pagination) {
    padding-left: 3%; } }
@media (max-width: 767.98px) {
  .frame-01 > .container ul:not(.pagination) {
    padding-left: 4%; } }

/* line 2840, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
/* line 2841, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.frame ol li, .frame ul li {
  position: relative; }

/* line 2845, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.frame ul:not(.pagination) {
  clear: both;
  list-style: none; }

/* line 2849, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.frame ul:not(.pagination) li {
  display: block;
  position: relative; }

/* line 2852, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.frame ul:not(.pagination) li:last-of-type {
  margin-bottom: 0px; }
@media (max-width: 767.98px) {
  .frame ul:not(.pagination) li {
    margin-bottom: 5px; } }

/* line 2858, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.frame ul:not(.pagination) li:before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 133 58' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(1,0,0,1,-25.2911,-13.8746)'%3E%3Cpath d='M154.2,13.9C59,12.6 27.3,61.6 26,63.7L25.6,64.2L25.5,64.7C24.9,67.6 25.6,69.9 27.5,70.8C30.5,72.5 33.7,69.4 35.1,67.9L35.4,67.6C37.9,64 40.8,60.6 43.9,57.6C52.1,62.6 72.7,71.3 115.2,68.8C123.8,67.1 118.7,64.5 118.7,64.5C118.7,64.5 99.9,67 80.2,65.5C87.8,64.1 93.4,57.3 93.4,49.4C93.4,42.6 89.2,36.7 83.2,34.2C116.9,22.7 151.5,25.8 152.1,25.9L154.6,26.1L158.2,14.1L154.2,13.9ZM90.1,45.9C90.1,49.7 87.3,52.7 84,52.7C80.6,52.7 78,49.7 78,45.9C78,42.1 80.6,39.1 84,39.1C87.3,39.1 90.1,42.1 90.1,45.9ZM70.2,64.3C61,62.9 52.1,60.2 45.8,55.8C50.6,51.2 55.9,47.4 61.4,44.2C60.8,45.8 60.6,47.6 60.6,49.4C60.6,56 64.5,61.7 70.2,64.3Z' style='fill:rgb(0,20,137);'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  padding-top: 0;
  position: absolute;
  transition: all 0.2s ease-in-out;
  line-height: inherit; }
@media (max-width: 767.98px) {
  .frame ul:not(.pagination) li:before {
    left: -15px;
    width: 20px;
    height: 20px;
    top: 1px; } }
@media (min-width: 576px) {
  .frame ul:not(.pagination) li:before {
    left: -25px;
    height: 28px;
    width: 25px;
    top: 0; } }

/* line 2886, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
/* line 2887, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.frame-04 ul, .frame-04 p {
  background-color: #fef8ce;
  padding-left: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 40px;
  border-left: solid #FBDF0C66 15px;
  border-right: solid #FBDF0C66 15px; }
@media (max-width: 767.98px) {
  .frame-04 ul, .frame-04 p {
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px; } }

/* line 2902, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.frame-04 p {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px; }

/* line 2906, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.frame-04 p:first-of-type {
  padding-top: 40px; }
@media (max-width: 767.98px) {
  .frame-04 p:first-of-type {
    padding-top: 20px; } }

/* line 2912, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.frame-04 p:last-of-type {
  padding-bottom: 40px; }
@media (max-width: 767.98px) {
  .frame-04 p:last-of-type {
    padding-bottom: 20px; } }

/* line 2923, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.job-center-anchor {
  position: absolute; }
@media (min-width: 992px) {
  .job-center-anchor {
    top: 0px; } }
@media (min-width: 768px) and (max-width: 1199.98px) {
  .job-center-anchor {
    top: -50px; } }
@media (min-width: 576px) and (max-width: 991.98px) {
  .job-center-anchor {
    top: -40px; } }
@media (max-width: 767.98px) {
  .job-center-anchor {
    top: -25px; } }

/* line 2939, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
/* line 2940, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
/* line 2941, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.job-center-list > .container .row {
  margin-left: -3px;
  margin-right: -3px; }
@media (max-width: 767.98px) {
  .job-center-list > .container .row {
    margin-left: 0px;
    margin-right: 0px; } }

/* line 2950, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.job-center-list .jc-department-description {
  display: none; }

/* line 2953, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.job-center-list .job-center-filter {
  margin-bottom: 20px;
  padding: 35px 27px 27px 27px;
  background: #FEDB00;
  margin-left: 0px;
  margin-right: 0px; }

/* line 2960, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.job-center-list .job-center-filter .jc-upper {
  margin-bottom: 5px; }

/* line 2963, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.job-center-list .job-center-filter i {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 2972, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
/* line 2973, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.job-center-list .job-center-filter .job-center-filter-field-search-term label {
  width: 100%; }

/* line 2975, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.job-center-list .job-center-filter .job-center-filter-field-search-term label input {
  border-radius: 0px;
  padding: 10px;
  border: solid 1px #FFF;
  height: 45px;
  width: calc(100% - 35px);
  float: right;
  color: #001489; }

/* line 2983, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.job-center-list .job-center-filter .job-center-filter-field-search-term label input:focus {
  border: solid 1px #001489; }

/* line 2986, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.job-center-list .job-center-filter .job-center-filter-field-search-term label input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #001489;
  opacity: 1;
  /* Firefox */ }

/* line 2990, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.job-center-list .job-center-filter .job-center-filter-field-search-term label input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #001489; }

/* line 2993, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.job-center-list .job-center-filter .job-center-filter-field-search-term label input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #001489; }

/* line 2997, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.job-center-list .job-center-filter .job-center-filter-field-search-term label .fa-search {
  float: left;
  width: 35px;
  height: 45px;
  background: #FFF;
  text-align: center; }

/* line 3003, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.job-center-list .job-center-filter .job-center-filter-field-search-term label .fa-search:before {
  font-size: 1.2rem;
  line-height: 40px;
  vertical-align: middle; }

/* line 3011, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
/* line 3012, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.job-center-list .job-center-filter .job-center-filter-field label {
  width: 100%; }

/* line 3014, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.job-center-list .job-center-filter .job-center-filter-field label select {
  border-radius: 0px;
  background: #FFF;
  height: 45px;
  width: 100%;
  color: #001489;
  padding-left: 40px;
  border: solid 1px #FFF;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #FFF;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg width='100%25' height='100%25' viewBox='0 0 47 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cpath d='M23.437,23.885l-23.437,-23.885l46.875,0l-23.438,23.885Z' style='fill:%23001489;'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position-y: 19px;
  background-size: 15px;
  background-position-x: 12px; }

/* line 3030, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.job-center-list .job-center-filter .job-center-filter-field label select:focus {
  border: solid 1px #001489; }

/* line 3033, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.job-center-list .job-center-filter .job-center-filter-field label select::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #001489;
  opacity: 1;
  /* Firefox */ }

/* line 3037, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.job-center-list .job-center-filter .job-center-filter-field label select:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #001489; }

/* line 3040, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.job-center-list .job-center-filter .job-center-filter-field label select::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #001489; }

/* line 3048, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.job-center-list .row > .col-sm-12 {
  padding: 22px 27px;
  height: 190px; }

/* line 3053, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.job-center-list .col-md-6 {
  border: solid #FFF; }
@media (max-width: 767.98px) {
  .job-center-list .col-md-6 {
    border-left: none;
    border-right: none; } }

/* line 3060, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.job-center-list .col-md-6:nth-child(odd) {
  background-color: #FBDF0C80; }

/* line 3063, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.job-center-list .col-md-6:nth-child(even) {
  background-color: #fef8ce; }

/* line 3068, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.job-center-list-item {
  text-decoration: none; }

/* line 3070, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.job-center-list-item:hover, .job-center-list-item:active, .job-center-list-item:focus {
  text-decoration: none;
  color: #001489; }

/* line 3075, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.job {
  font-size: 0.938rem; }

/* line 3077, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.job .title {
  font-size: 1.25rem;
  font-weight: bold;
  min-height: 50px;
  display: block;
  line-height: 1.2;
  margin-bottom: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

/* line 3089, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.job .industry, .job .location, .job .employment-type {
  margin-bottom: 10px; }

/* line 3092, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.job .industry {
  display: none; }

/* line 3095, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.job .location, .job .employment-type, .job .jc-employment-type {
  position: relative;
  padding-left: 27px; }

/* line 3098, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.job .location:before, .job .employment-type:before, .job .jc-employment-type:before {
  content: '';
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

/* line 3109, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
/* line 3110, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.job .location:before {
  background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 14 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(1,0,0,1,-5,-2)'%3E%3Cpath d='M12,2C8.16,2 5,5.16 5,9C5,14.25 12,22 12,22C12,22 19,14.25 19,9C19,5.16 15.84,2 12,2ZM12,11.5C10.629,11.5 9.5,10.371 9.5,9C9.5,7.629 10.629,6.5 12,6.5C13.371,6.5 14.5,7.629 14.5,9C14.5,10.371 13.371,11.5 12,11.5Z' style='fill:rgb(0,20,137);fill-rule:nonzero;'/%3E%3C/g%3E%3C/svg%3E");
  width: 16px;
  height: 22px; }

/* line 3116, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
/* line 3117, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.job .employment-type:before {
  background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 17 17' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(1,0,0,1,-8,-8)'%3E%3Cpath d='M16.5,8C11.837,8 8,11.837 8,16.5C8,21.163 11.837,25 16.5,25C21.163,25 25,21.163 25,16.5C25,11.837 21.163,8 16.5,8ZM19.67,18.728L18.985,19.585C18.881,19.715 18.723,19.791 18.557,19.791C18.432,19.791 18.311,19.749 18.214,19.671L15.914,17.971C15.589,17.711 15.4,17.316 15.4,16.9L15.4,11.565C15.4,11.264 15.647,11.017 15.948,11.017L17.048,11.017C17.349,11.017 17.596,11.264 17.596,11.565L17.596,16.5L19.584,17.957C19.714,18.061 19.79,18.219 19.79,18.385C19.79,18.51 19.748,18.631 19.67,18.728Z' style='fill:rgb(0,20,137);fill-rule:nonzero;'/%3E%3C/g%3E%3C/svg%3E");
  width: 17px;
  height: 24px; }

/* line 3125, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
/* line 3126, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.job-center-job-vacancy-detail h2.title {
  font-size: 2.188rem;
  margin: 0 0 3.6rem 0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  text-align: left;
  position: relative;
  display: inline-block; }
@media (max-width: 767.98px) {
  .job-center-job-vacancy-detail h2.title {
    font-size: 1.7504rem;
    line-height: 2.188rem; } }
@media (min-width: 992px) {
  .job-center-job-vacancy-detail h2.title {
    font-size: 2.325844rem; } }

/* line 3142, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.job-center-job-vacancy-detail h2.title:after {
  content: '';
  width: inherit;
  background: #001489;
  height: 2px;
  display: block;
  margin: 0 auto; }

/* line 3151, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.job-center-job-vacancy-detail .description, .job-center-job-vacancy-detail .contact {
  margin-top: 35px; }

/* line 3154, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
/* line 3155, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.job-center-job-vacancy-detail .description strong {
  display: block;
  margin-bottom: 15px;
  font-size: 1.375rem; }

/* line 3160, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.job-center-job-vacancy-detail .description ul {
  clear: both;
  list-style: none; }
@media (min-width: 992px) {
  .job-center-job-vacancy-detail .description ul {
    padding-left: 2.5%; } }
@media (min-width: 768px) and (max-width: 1199.98px) {
  .job-center-job-vacancy-detail .description ul {
    padding-left: 2.5%; } }
@media (min-width: 576px) and (max-width: 991.98px) {
  .job-center-job-vacancy-detail .description ul {
    padding-left: 3%; } }
@media (max-width: 767.98px) {
  .job-center-job-vacancy-detail .description ul {
    padding-left: 4%; } }

/* line 3177, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
/* line 3178, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.job-center-job-vacancy-detail .contact .contact-headline {
  font-size: 1.375rem; }

/* line 3183, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.job-center-job-vacancy-detail .additional-information {
  margin-top: 15px;
  margin-bottom: 15px; }

/* line 3187, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.job-center-job-vacancy-detail .workload, .job-center-job-vacancy-detail .location, .job-center-job-vacancy-detail .employment-type, .job-center-job-vacancy-detail .contact-email, .job-center-job-vacancy-detail .contact-telephone {
  position: relative;
  padding-left: 27px; }

/* line 3190, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.job-center-job-vacancy-detail .workload:before, .job-center-job-vacancy-detail .location:before, .job-center-job-vacancy-detail .employment-type:before, .job-center-job-vacancy-detail .contact-email:before, .job-center-job-vacancy-detail .contact-telephone:before {
  content: '';
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

/* line 3201, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.job-center-job-vacancy-detail .location {
  margin-bottom: 5px; }

/* line 3204, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.job-center-job-vacancy-detail .location:before {
  background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 14 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(1,0,0,1,-5,-2)'%3E%3Cpath d='M12,2C8.16,2 5,5.16 5,9C5,14.25 12,22 12,22C12,22 19,14.25 19,9C19,5.16 15.84,2 12,2ZM12,11.5C10.629,11.5 9.5,10.371 9.5,9C9.5,7.629 10.629,6.5 12,6.5C13.371,6.5 14.5,7.629 14.5,9C14.5,10.371 13.371,11.5 12,11.5Z' style='fill:rgb(0,20,137);fill-rule:nonzero;'/%3E%3C/g%3E%3C/svg%3E");
  width: 16px;
  height: 22px; }

/* line 3210, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.job-center-job-vacancy-detail .employment-type {
  margin-bottom: 5px; }

/* line 3213, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.job-center-job-vacancy-detail .employment-type:before {
  background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 17 17' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(1,0,0,1,-8,-8)'%3E%3Cpath d='M16.5,8C11.837,8 8,11.837 8,16.5C8,21.163 11.837,25 16.5,25C21.163,25 25,21.163 25,16.5C25,11.837 21.163,8 16.5,8ZM19.67,18.728L18.985,19.585C18.881,19.715 18.723,19.791 18.557,19.791C18.432,19.791 18.311,19.749 18.214,19.671L15.914,17.971C15.589,17.711 15.4,17.316 15.4,16.9L15.4,11.565C15.4,11.264 15.647,11.017 15.948,11.017L17.048,11.017C17.349,11.017 17.596,11.264 17.596,11.565L17.596,16.5L19.584,17.957C19.714,18.061 19.79,18.219 19.79,18.385C19.79,18.51 19.748,18.631 19.67,18.728Z' style='fill:rgb(0,20,137);fill-rule:nonzero;'/%3E%3C/g%3E%3C/svg%3E");
  width: 17px;
  height: 24px; }

/* line 3219, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.job-center-job-vacancy-detail .workload {
  margin-bottom: 5px; }

/* line 3222, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.job-center-job-vacancy-detail .workload:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.415' height='18.76' viewBox='0 0 16.415 18.76'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23001489;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M15.975,5.863H.44A.44.44,0,0,1,0,5.423V4.1A1.759,1.759,0,0,1,1.759,2.345H3.518V.44A.44.44,0,0,1,3.957,0H5.423a.44.44,0,0,1,.44.44V2.345h4.69V.44a.44.44,0,0,1,.44-.44h1.466a.44.44,0,0,1,.44.44V2.345h1.759A1.759,1.759,0,0,1,16.415,4.1V5.423A.44.44,0,0,1,15.975,5.863ZM.44,7.035H15.975a.44.44,0,0,1,.44.44V17a1.759,1.759,0,0,1-1.759,1.759H1.759A1.759,1.759,0,0,1,0,17V7.475A.44.44,0,0,1,.44,7.035Zm12.212,3.516L11.62,9.51a.44.44,0,0,0-.622,0L7.113,13.362l-1.685-1.7a.44.44,0,0,0-.622,0l-1.04,1.032a.44.44,0,0,0,0,.622L6.79,16.366a.44.44,0,0,0,.622,0l5.238-5.2a.44.44,0,0,0,0-.622Z'/%3E%3C/svg%3E%0A");
  width: 17px;
  height: 24px; }

/* line 3228, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
/* line 3229, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.job-center-job-vacancy-detail .contact-email:before {
  background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 18 13' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(1,0,0,1,0,-64)'%3E%3Cpath d='M16.72,68.221C16.755,68.194 16.798,68.179 16.843,68.179C16.952,68.179 17.042,68.268 17.043,68.377L17.043,75.184C17.043,76.062 16.321,76.784 15.443,76.784L1.6,76.784C0.722,76.784 0,76.062 0,75.184L0,68.384C0.001,68.275 0.091,68.186 0.2,68.186C0.245,68.186 0.288,68.201 0.323,68.228C1.069,68.807 2.057,69.543 5.452,72.009C6.152,72.522 7.339,73.6 8.521,73.593C9.709,73.603 10.921,72.501 11.593,72.009C14.989,69.539 15.974,68.8 16.72,68.221ZM8.52,72.521C9.292,72.534 10.404,71.549 10.963,71.143C15.38,67.938 15.716,67.658 16.735,66.859C16.928,66.707 17.041,66.475 17.041,66.23L17.041,65.6C17.041,64.722 16.319,64 15.441,64L1.6,64C0.722,64 -0,64.722 0,65.6L0,66.232C0,66.477 0.113,66.709 0.306,66.861C1.325,67.661 1.661,67.939 6.078,71.145C6.637,71.549 7.749,72.535 8.521,72.521L8.52,72.521Z' style='fill:rgb(0,20,137);fill-rule:nonzero;'/%3E%3C/g%3E%3C/svg%3E");
  width: 17px;
  height: 24px; }

/* line 3235, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
/* line 3236, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.job-center-job-vacancy-detail .contact-telephone:before {
  background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 12 19' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cpath d='M9.856,0L1.739,0C0.785,0.001 0.001,0.785 0,1.739L0,16.813C0.001,17.767 0.785,18.551 1.739,18.552L9.856,18.552C9.857,18.552 9.859,18.552 9.86,18.552C10.814,18.552 11.599,17.767 11.6,16.813L11.6,1.739C11.599,0.785 10.814,-0 9.86,-0C9.859,-0 9.857,-0 9.856,0ZM5.8,17.393C5.164,17.393 4.64,16.869 4.64,16.233C4.64,15.597 5.164,15.073 5.8,15.073C6.436,15.073 6.96,15.597 6.96,16.233C6.96,16.234 6.96,16.234 6.96,16.235C6.96,16.87 6.437,17.393 5.802,17.393C5.801,17.393 5.801,17.393 5.8,17.393ZM9.856,13.48C9.855,13.718 9.659,13.914 9.421,13.915L2.174,13.915C1.936,13.914 1.74,13.718 1.739,13.48L1.739,2.174C1.74,1.936 1.936,1.74 2.174,1.739L9.421,1.739C9.659,1.74 9.855,1.936 9.856,2.174L9.856,13.48Z' style='fill:rgb(0,20,137);fill-rule:nonzero;'/%3E%3C/svg%3E%0A");
  width: 17px;
  height: 18px;
  top: 3px; }

/* line 3247, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.jc-apply-now-button, .btn-primary {
  background: #FEDB00;
  color: #001489;
  font-weight: bold;
  border: none;
  border-radius: none;
  cursor: pointer;
  padding: 15px 25px;
  margin-right: 50px;
  margin-top: 10px;
  transition: all 200ms ease-in-out; }

/* line 3258, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.jc-apply-now-button:active, .btn-primary:active, .jc-apply-now-button:hover, .btn-primary:hover, .jc-apply-now-button:focus, .btn-primary:focus {
  background: #FEDB00;
  color: #001489; }
@media (hover: hover) and (pointer: fine) {
/* line 3264, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
  .jc-apply-now-button:active, .btn-primary:active, .jc-apply-now-button:hover, .btn-primary:hover, .jc-apply-now-button:focus, .btn-primary:focus {
    background: #001489;
    color: #FEDB00; } }

/* line 3271, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.jc-sidebar-button-overview {
  background: #FEDB00;
  color: #001489;
  border: none;
  border-radius: 0px;
  cursor: pointer;
  padding: 15px 25px;
  margin-right: 50px;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  margin-top: 10px;
  display: inline-block; }

/* line 3283, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.jc-sidebar-button-overview:active, .jc-sidebar-button-overview:hover, .jc-sidebar-button-overview:focus {
  text-decoration: none;
  background: #FEDB00;
  color: #001489; }
@media (hover: hover) and (pointer: fine) {
/* line 3290, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
  .jc-sidebar-button-overview:active, .jc-sidebar-button-overview:hover, .jc-sidebar-button-overview:focus {
    text-decoration: none;
    background: #001489;
    color: #FEDB00; } }

/* line 3297, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.jc-share-link {
  float: left;
  margin-right: 15px; }

/* line 3301, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.jc-share-label {
  margin-top: 20px;
  margin-bottom: 10px; }

/* line 3304, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.jc-share-label i {
  margin-right: 10px; }

/* line 3307, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.jc-share-label span {
  font-weight: bold; }

/* line 3311, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.jc-share-links {
  margin-bottom: 10px; }

/* line 3314, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
/* line 3315, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
/* line 3316, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.jc-share-link i:before, .jc-share-label i:before {
  font: normal normal normal 17px/1 FontAwesome; }

/* line 3321, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
/* line 3322, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.js-share-link a {
  text-decoration: none; }

/* line 3326, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.discreet {
  background: transparent;
  border: none;
  border-radius: 0px;
  cursor: pointer;
  color: #001489; }

/* line 3334, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
@media (max-width: 991.98px) {
  .jc-latest-job {
    margin-bottom: 30px; } }

/* line 3339, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.jc-latest-job a {
  background: #fef8ce;
  padding-left: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 30px;
  width: 100%;
  height: 100%;
  display: block;
  border-left: solid #FBDF0C66 15px;
  border-right: solid #FBDF0C66 15px;
  text-decoration: none;
  text-align: center;
  position: relative; }
@media (min-width: 768px) and (max-width: 1199.98px) {
  .jc-latest-job a {
    padding: 20px; } }

/* line 3356, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.jc-latest-job a:after {
  content: '';
  position: absolute;
  width: 100%;
  background: #001489;
  height: 2px;
  left: 50%;
  width: calc(100% - 60px);
  margin: 0 auto;
  transform: translateX(-50%); }
@media (max-width: 991.98px) {
  .jc-latest-job a:after {
    top: 75px; } }
@media (min-width: 768px) {
  .jc-latest-job a:after {
    top: 90px; } }
@media (min-width: 1200px) {
  .jc-latest-job a:after {
    top: 100px; } }
@media (max-width: 767.98px) {
  .jc-latest-job a {
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px; } }

/* line 3382, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.jc-latest-job a:hover, .jc-latest-job a:focus {
  text-decoration: none;
  color: #001489; }

/* line 3387, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.jc-latest-job .jc-title {
  font-size: 1.25rem;
  font-weight: bold;
  height: 50px;
  display: block;
  line-height: 1.2;
  margin-bottom: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
  overflow: hidden; }
@media (min-width: 768px) and (max-width: 1199.98px) {
  .jc-latest-job .jc-title {
    height: 60px;
    margin-bottom: 5px;
    font-size: 1rem;
    word-break: break-word;
    hyphens: auto;
    ms-hyphens: auto;
    -moz-hyphens: auto;
    -o-hyphens: auto; } }

/* line 3410, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.jc-latest-job .jc-location {
  padding-top: 15px; }

/* line 3414, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.jc-latest-job .jc-detail-link {
  margin-top: 15px;
  font-weight: 700; }
@media (min-width: 768px) and (max-width: 1199.98px) {
  .jc-latest-job .jc-detail-link {
    font-size: 0.8rem; } }

/* line 3420, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.jc-latest-job .jc-detail-link:hover {
  text-decoration: underline; }

/* line 3424, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.jc-latest-job .jc-location, .jc-latest-job .jc-employment-type {
  position: relative;
  display: table;
  margin: 0 auto; }
@media (min-width: 768px) and (max-width: 1199.98px) {
  .jc-latest-job .jc-location, .jc-latest-job .jc-employment-type {
    font-size: 0.8rem; } }

/* line 3431, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.jc-latest-job .jc-location:before, .jc-latest-job .jc-employment-type:before {
  content: '';
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  display: block;
  position: absolute; }

/* line 3441, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
/* line 3442, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.jc-latest-job .jc-location:before {
  background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 14 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(1,0,0,1,-5,-2)'%3E%3Cpath d='M12,2C8.16,2 5,5.16 5,9C5,14.25 12,22 12,22C12,22 19,14.25 19,9C19,5.16 15.84,2 12,2ZM12,11.5C10.629,11.5 9.5,10.371 9.5,9C9.5,7.629 10.629,6.5 12,6.5C13.371,6.5 14.5,7.629 14.5,9C14.5,10.371 13.371,11.5 12,11.5Z' style='fill:rgb(0,20,137);fill-rule:nonzero;'/%3E%3C/g%3E%3C/svg%3E");
  width: 13px;
  height: 19px;
  left: -24px; }
@media (min-width: 768px) and (max-width: 1199.98px) {
  .jc-latest-job .jc-location:before {
    width: 10px;
    height: 15px;
    left: -20px; } }
@media (min-width: 576px) {
  .jc-latest-job .jc-location:before {
    top: 20px; } }
@media (max-width: 767.98px) {
  .jc-latest-job .jc-location:before {
    top: 16px; } }

/* line 3460, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.jc-latest-job .jc-employment-type {
  margin-top: 5px; }

/* line 3462, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.jc-latest-job .jc-employment-type:before {
  background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 17 17' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(1,0,0,1,-8,-8)'%3E%3Cpath d='M16.5,8C11.837,8 8,11.837 8,16.5C8,21.163 11.837,25 16.5,25C21.163,25 25,21.163 25,16.5C25,11.837 21.163,8 16.5,8ZM19.67,18.728L18.985,19.585C18.881,19.715 18.723,19.791 18.557,19.791C18.432,19.791 18.311,19.749 18.214,19.671L15.914,17.971C15.589,17.711 15.4,17.316 15.4,16.9L15.4,11.565C15.4,11.264 15.647,11.017 15.948,11.017L17.048,11.017C17.349,11.017 17.596,11.264 17.596,11.565L17.596,16.5L19.584,17.957C19.714,18.061 19.79,18.219 19.79,18.385C19.79,18.51 19.748,18.631 19.67,18.728Z' style='fill:rgb(0,20,137);fill-rule:nonzero;'/%3E%3C/g%3E%3C/svg%3E");
  width: 15px;
  height: 15px;
  left: -25px; }
@media (min-width: 768px) and (max-width: 1199.98px) {
  .jc-latest-job .jc-employment-type:before {
    width: 13px;
    height: 13px;
    left: -20px; } }
@media (min-width: 576px) {
  .jc-latest-job .jc-employment-type:before {
    top: 5px; } }
@media (max-width: 767.98px) {
  .jc-latest-job .jc-employment-type:before {
    top: 3px; } }

/* line 3483, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.form-kit-form-jobvacancy {
  max-width: 968px; }

/* line 3485, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
/* line 3486, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.form-kit-form-jobvacancy .jc-job-vacancy a {
  text-decoration: none;
  font-size: 2.188rem;
  margin: 0 0 3.6rem 0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  text-align: left;
  position: relative;
  display: inline-block; }

/* line 3488, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.form-kit-form-jobvacancy .jc-job-vacancy a:hover {
  text-decoration: none; }
@media (max-width: 767.98px) {
  .form-kit-form-jobvacancy .jc-job-vacancy a {
    font-size: 1.7504rem;
    line-height: 2.188rem; } }
@media (min-width: 992px) {
  .form-kit-form-jobvacancy .jc-job-vacancy a {
    font-size: 2.325844rem; } }

/* line 3506, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.form-kit-form-jobvacancy .jc-job-vacancy a:after {
  content: '';
  width: inherit;
  background: #001489;
  height: 2px;
  display: block;
  margin: 0 auto; }

/* line 3516, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.form-kit-form-jobvacancy textarea {
  border: solid #001489 1px;
  border-radius: 0px;
  color: #001489; }

/* line 3521, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.form-kit-form-jobvacancy input[type=file] + label {
  display: none; }

/* line 3524, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.form-kit-form-jobvacancy input[type=file] {
  margin-top: 15px;
  margin-bottom: 10px; }

/* line 3528, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.form-kit-form-jobvacancy input[type=text], .form-kit-form-jobvacancy input[type=email], .form-kit-form-jobvacancy input[type=date], .form-kit-form-jobvacancy input[type=tel], .form-kit-form-jobvacancy input[type=file] + label {
  border-radius: 0px;
  background: #FFF;
  height: 45px;
  width: 100%;
  color: #001489;
  padding-left: 10px;
  border: solid 1px #001489;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #FFF; }

/* line 3539, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.form-kit-form-jobvacancy input[type=text]:focus, .form-kit-form-jobvacancy input[type=email]:focus, .form-kit-form-jobvacancy input[type=date]:focus, .form-kit-form-jobvacancy input[type=tel]:focus, .form-kit-form-jobvacancy input[type=file] + label:focus {
  border: solid 1px #001489; }

/* line 3542, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.form-kit-form-jobvacancy input[type=text]::placeholder, .form-kit-form-jobvacancy input[type=email]::placeholder, .form-kit-form-jobvacancy input[type=date]::placeholder, .form-kit-form-jobvacancy input[type=tel]::placeholder, .form-kit-form-jobvacancy input[type=file] + label::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #001489;
  opacity: 1;
  /* Firefox */ }

/* line 3546, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.form-kit-form-jobvacancy input[type=text]:-ms-input-placeholder, .form-kit-form-jobvacancy input[type=email]:-ms-input-placeholder, .form-kit-form-jobvacancy input[type=date]:-ms-input-placeholder, .form-kit-form-jobvacancy input[type=tel]:-ms-input-placeholder, .form-kit-form-jobvacancy input[type=file] + label:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #001489; }

/* line 3549, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.form-kit-form-jobvacancy input[type=text]::-ms-input-placeholder, .form-kit-form-jobvacancy input[type=email]::-ms-input-placeholder, .form-kit-form-jobvacancy input[type=date]::-ms-input-placeholder, .form-kit-form-jobvacancy input[type=tel]::-ms-input-placeholder, .form-kit-form-jobvacancy input[type=file] + label::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #001489; }

/* line 3553, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.form-kit-form-jobvacancy input[type=file] {
  border: none; }

/* line 3559, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.form-kit-form-jobvacancy .jc-documents-wrapper {
  margin-top: 2rem; }

/* line 3562, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.form-kit-form-jobvacancy fieldset, .form-kit-form-jobvacancy .jc-documents-wrapper, .form-kit-form-jobvacancy .jc-form-footer {
  margin-top: 2rem; }

/* line 3564, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.form-kit-form-jobvacancy fieldset legend, .form-kit-form-jobvacancy .jc-documents-wrapper legend, .form-kit-form-jobvacancy .jc-form-footer legend, .form-kit-form-jobvacancy fieldset .h4, .form-kit-form-jobvacancy .jc-documents-wrapper .h4, .form-kit-form-jobvacancy .jc-form-footer .h4 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  margin: 0 0 0.9rem 0;
  font-size: 1.4rem; }
@media (max-width: 991.98px) {
  .form-kit-form-jobvacancy fieldset legend, .form-kit-form-jobvacancy .jc-documents-wrapper legend, .form-kit-form-jobvacancy .jc-form-footer legend, .form-kit-form-jobvacancy fieldset .h4, .form-kit-form-jobvacancy .jc-documents-wrapper .h4, .form-kit-form-jobvacancy .jc-form-footer .h4 {
    font-size: 1.4rem; } }
@media (min-width: 992px) {
  .form-kit-form-jobvacancy fieldset legend, .form-kit-form-jobvacancy .jc-documents-wrapper legend, .form-kit-form-jobvacancy .jc-form-footer legend, .form-kit-form-jobvacancy fieldset .h4, .form-kit-form-jobvacancy .jc-documents-wrapper .h4, .form-kit-form-jobvacancy .jc-form-footer .h4 {
    font-size: 1.4882rem; } }
/* line 3586, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
/* line 3587, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.form-kit-form-jobvacancy .accept-conditions-input + label {
  width: calc(100% - 30px);
  margin-right: 0px;
  margin-left: auto;
  display: block;
  margin-top: -25px;
  margin-bottom: 15px; }

/* line 3598, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
/* line 3599, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.jc-contact-info .col-12, .jc-form-footer .col-12, .jc-contact-info .col-sm-4, .jc-form-footer .col-sm-4 {
  padding-left: 0px;
  padding-right: 0px; }

/* line 3606, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.pagination {
  list-style: none;
  margin-top: 15px; }
@media (min-width: 768px) {
  .pagination {
    margin-left: 3px; } }
@media (max-width: 575.98px) {
  .pagination {
    margin: 0 auto;
    margin-top: 15px; } }

/* line 3616, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
/* line 3617, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.pagination li.page-item .page-link {
  border-color: #001489;
  color: #001489;
  font-size: 0.938rem;
  outline: none; }

/* line 3622, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.pagination li.page-item .page-link:hover, .pagination li.page-item .page-link:focus {
  background-color: #FEDB00;
  color: #001489;
  outline: none; }

/* line 3627, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.pagination li.page-item .page-link:active {
  outline: none; }

/* line 3631, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
/* line 3632, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.pagination li.page-item.active .page-link {
  background-color: #FEDB00;
  border-color: #001489;
  color: #001489; }

/* line 3638, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
/* line 3639, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.pagination li.page-item.disabled .page-link {
  border-color: #737373;
  color: #737373; }

/* line 3646, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.page-item:first-child .page-link {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px; }

/* line 3650, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px; }

/* line 3658, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.gdprcookie {
  position: fixed;
  top: 0;
  width: 100%;
  background: #001489;
  z-index: 999;
  padding: 2rem 0 2rem 0; }

/* line 3665, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.gdprcookie * {
  color: #FFF; }

/* line 3668, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.gdprcookie a {
  cursor: pointer;
  text-decoration: underline !important; }

/* line 3671, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.gdprcookie a:hover, .gdprcookie a:focus, .gdprcookie a:active {
  color: #FEDB00 !important; }

/* line 3675, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
/* line 3676, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.gdprcookie .gdprcookie-buttons a#gdpr-advanced-settings {
  color: #FEDB00;
  text-decoration: none !important;
  font-weight: 700; }

/* line 3681, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.gdprcookie .gdprcookie-buttons .btn-primary {
  border: solid 1px #FEDB00;
  margin-right: 25px;
  color: #001489;
  margin-top: 0px; }

/* line 3686, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.gdprcookie .gdprcookie-buttons .btn-primary:active, .gdprcookie .gdprcookie-buttons .btn-primary:hover, .gdprcookie .gdprcookie-buttons .btn-primary:focus {
  background: #FEDB00;
  color: #001489; }
@media (hover: hover) and (pointer: fine) {
/* line 3692, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
  .gdprcookie .gdprcookie-buttons .btn-primary:active, .gdprcookie .gdprcookie-buttons .btn-primary:hover, .gdprcookie .gdprcookie-buttons .btn-primary:focus {
    background: #001489;
    color: #FEDB00; } }

/* line 3699, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.gdprcookie .cookie-prefs-list {
  list-style: none;
  margin-top: 1.5rem; }

/* line 3702, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.gdprcookie .cookie-prefs-list .text-small {
  font-size: 0.8rem; }

/* line 3705, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.gdprcookie .cookie-prefs-list li {
  margin-bottom: 1rem; }

/* line 3708, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.gdprcookie .cookie-prefs-list .input-group {
  display: flex;
  align-items: flex-start; }

/* line 3712, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.gdprcookie .cookie-prefs-list label {
  margin-left: 10px;
  max-width: calc(100% - 30px); }
@media (min-width: 576px) {
  .gdprcookie .cookie-prefs-list label {
    margin-top: -7px; } }
@media (max-width: 767.98px) {
  .gdprcookie .cookie-prefs-list label {
    margin-top: -3.5px; } }

/* ################################################
 ** ### Overlay ###########
 ** ################################################
 */
/* line 3732, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.notice {
  background: rgba(254, 219, 0, 0.95);
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  overflow-x: auto;
  overflow-y: scroll;
  position: fixed;
  z-index: 10030;
  vertical-align: middle;
  text-align: center; }

/* line 3746, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.notice .notice_txt {
  display: block;
  color: #001489;
  position: absolute;
  top: 50%;
  margin-top: -200px;
  width: 100%; }

/* line 3754, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.notice .notice_txt p {
  margin: 0 0 1rem; }
@media (max-width: 767.98px) {
  .notice .notice_txt {
    padding: 2rem 2rem;
    margin-left: 0;
    top: 0;
    margin-top: 4rem; } }

/* line 3765, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.notice .notice_txt .steinerlogo {
  padding-bottom: 3rem; }

/* line 3769, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.notice .notice_txt h2 {
  text-align: center;
  color: #001489;
  vertical-align: middle;
  display: inline-block;
  font-size: 2em;
  line-height: 1.3em;
  padding: 0 20px 0 20px; }

/* line 3779, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.notice .notice_txt h3 {
  text-align: center;
  color: #001489;
  vertical-align: middle;
  display: inline-block;
  font-size: 1.3em;
  line-height: 1.3em;
  padding: 0 20px 0 20px;
  font-weight: 700; }

/* line 3790, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.notice .notice_txt .col-md-6 {
  display: flex; }

/* line 3794, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.notice .notice_txt .col-md-6 > div {
  border: 1px solid #FFF;
  padding-top: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-bottom: 1rem;
  width: 100%; }

/* line 3804, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.notice .notice_txt a, .notice .notice_txt a:hover, .notice .notice_txt a:visited {
  text-decoration: underline; }

/* line 3810, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.notice .notice_txt .btn {
  background-color: #001489;
  color: #FFF !important;
  border-radius: 6px;
  margin: 0 0 10px 0;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 0.5rem 1rem; }

/* line 3821, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.notice .notice_txt .btn:hover {
  background-color: #001489;
  color: #FFF !important;
  text-decoration: none; }

/* line 3829, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.notice .closeit {
  position: relative;
  color: #001489;
  padding: 20px;
  z-index: 10040;
  text-align: right;
  cursor: pointer;
  opacity: 0.8; }

/* line 3838, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.notice .closeit svg {
  fill: #001489;
  width: 30px;
  height: 30px; }

/* line 3845, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_styles.scss */
.notice .closeit:hover {
  opacity: 1; }

@media print {
/* line 6, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_print.scss */
  .level02, .breadcrumb, footer {
    display: none !important; }

/* line 12, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_print.scss */
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: none;
    width: 100%; }

/* line 17, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_print.scss */
  .white_bg, .white_border {
    background-image: none transparent;
    padding: 0;
    margin: 0; }

/* line 24, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_print.scss */
  .csc-textpic-image img {
    width: 250px; }

/* line 28, /home/www/p579558/html/typo3-dev/fileadmin/templates/page/sass/styles/_custom_print.scss */
  h1 {
    font-size: 26px; } }
