@charset "UTF-8";
/**
	* Breakpoint-Mixin
	*
	* Benutzung: @include breakpoint(Start-Wert, End-Wert, Start-Wert, End-Wert) {…}
	* Beispiel: @include breakpoint(1200, 800, 750, 500) {…}
	* Anmerkungen: Es ist möglich, das Mixin mit 1–4 Werten zu befüllen.
	* Bei einem Media Query mit Mindestbreite: @include breakpoint(0, Start-Wert) {…}
	*/
/* fira-sans-200 - latin */
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/fira-sans-v16-latin-200.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/fira-sans-v16-latin-200.eot?#iefix") format("embedded-opentype"), url("../fonts/fira-sans-v16-latin-200.woff2") format("woff2"), url("../fonts/fira-sans-v16-latin-200.woff") format("woff"), url("../fonts/fira-sans-v16-latin-200.ttf") format("truetype"), url("../fonts/fira-sans-v16-latin-200.svg#FiraSans") format("svg"); /* Legacy iOS */
}
/* fira-sans-200italic - latin */
@font-face {
  font-family: "Fira Sans";
  font-style: italic;
  font-weight: 200;
  src: url("../fonts/fira-sans-v16-latin-200italic.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/fira-sans-v16-latin-200italic.eot?#iefix") format("embedded-opentype"), url("../fonts/fira-sans-v16-latin-200italic.woff2") format("woff2"), url("../fonts/fira-sans-v16-latin-200italic.woff") format("woff"), url("../fonts/fira-sans-v16-latin-200italic.ttf") format("truetype"), url("../fonts/fira-sans-v16-latin-200italic.svg#FiraSans") format("svg"); /* Legacy iOS */
}
/* fira-sans-300 - latin */
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/fira-sans-v16-latin-300.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/fira-sans-v16-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/fira-sans-v16-latin-300.woff2") format("woff2"), url("../fonts/fira-sans-v16-latin-300.woff") format("woff"), url("../fonts/fira-sans-v16-latin-300.ttf") format("truetype"), url("../fonts/fira-sans-v16-latin-300.svg#FiraSans") format("svg"); /* Legacy iOS */
}
/* fira-sans-300italic - latin */
@font-face {
  font-family: "Fira Sans";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/fira-sans-v16-latin-300italic.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/fira-sans-v16-latin-300italic.eot?#iefix") format("embedded-opentype"), url("../fonts/fira-sans-v16-latin-300italic.woff2") format("woff2"), url("../fonts/fira-sans-v16-latin-300italic.woff") format("woff"), url("../fonts/fira-sans-v16-latin-300italic.ttf") format("truetype"), url("../fonts/fira-sans-v16-latin-300italic.svg#FiraSans") format("svg"); /* Legacy iOS */
}
/* fira-sans-700 - latin */
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/fira-sans-v16-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/fira-sans-v16-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/fira-sans-v16-latin-700.woff2") format("woff2"), url("../fonts/fira-sans-v16-latin-700.woff") format("woff"), url("../fonts/fira-sans-v16-latin-700.ttf") format("truetype"), url("../fonts/fira-sans-v16-latin-700.svg#FiraSans") format("svg"); /* Legacy iOS */
}
/* fira-sans-700italic - latin */
@font-face {
  font-family: "Fira Sans";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/fira-sans-v16-latin-700italic.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/fira-sans-v16-latin-700italic.eot?#iefix") format("embedded-opentype"), url("../fonts/fira-sans-v16-latin-700italic.woff2") format("woff2"), url("../fonts/fira-sans-v16-latin-700italic.woff") format("woff"), url("../fonts/fira-sans-v16-latin-700italic.ttf") format("truetype"), url("../fonts/fira-sans-v16-latin-700italic.svg#FiraSans") format("svg"); /* Legacy iOS */
}
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

*, *:before, *:after {
  box-sizing: inherit;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  box-sizing: border-box;
  overflow-y: scroll;
}

body {
  height: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: black;
}

header, main, footer {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.wrapper {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  padding-left: 3%;
  padding-right: 3%;
}
@media (max-width: 600px) {
  .wrapper {
    padding-left: 4.5%;
    padding-right: 4.5%;
  }
}

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

.clear::after {
  clear: both;
}

.protected-address {
  user-select: none;
  cursor: default;
}

*[hidden] {
  display: none;
}

.relative {
  position: relative;
}

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

iframe {
  border: none;
}

iframe, img {
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

p:last-of-type, ul:last-of-type, ol:last-of-type, li:last-of-type {
  margin-bottom: 0;
}

p a {
  display: inline;
}

a {
  display: inline-block;
  text-decoration: none;
  color: black;
}

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

li {
  list-style: none;
}

strong {
  font-weight: bold;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
:after,
:before {
  box-sizing: inherit;
  text-shadow: 0 0 1px transparent;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

a {
  text-decoration: none;
  color: black;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.spalte_1 {
  width: 8.33333%;
  width: 8.3333333333%;
}

.spalte_2 {
  width: 16.66667%;
  width: 16.6666666667%;
}

.spalte_3 {
  width: 25%;
  width: 25%;
}

.spalte_3_5 {
  width: 28%;
  width: 29.1666666667%;
}

.spalte_4 {
  width: 33.33333%;
  width: 33.3333333333%;
}

.spalte_5 {
  width: 41.66667%;
  width: 41.6666666667%;
}

.spalte_6 {
  width: 50%;
  width: 50%;
}

.spalte_7 {
  width: 58.33333%;
  width: 58.3333333333%;
}

.spalte_8 {
  width: 66.66667%;
  width: 66.6666666667%;
}

.spalte_8_5 {
  width: 72%;
  width: 70.8333333333%;
}

.spalte_9 {
  width: 75%;
  width: 75%;
}

.spalte_10 {
  width: 83.33333%;
  width: 83.3333333333%;
}

.spalte_11 {
  width: 91.66667%;
  width: 116.6666666667%;
}

.spalte_12 {
  width: 100%;
  width: 100%;
}

.svg-frame {
  overflow: hidden;
  display: inline-block;
  position: relative;
}

.svg-frame svg {
  position: absolute;
}

.svg-frame image {
  width: 100%;
  height: auto;
}

img {
  vertical-align: middle;
}

.flex-container a:focus,
.flex-container a:hover,
.flex-slider a:focus,
.flex-slider a:hover {
  outline: 0;
}

.flex-control-nav,
.flex-direction-nav,
.slides,
.slides > li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  -webkit-backface-visibility: hidden;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav .flex-next {
  text-align: right;
}

.flexslider .flex-direction-nav .flex-prev {
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider .flex-direction-nav .flex-next {
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.flex-control-paging li a.flex-active {
  cursor: default;
}

h1 {
  font-family: "Fira Sans", sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 48px;
  line-height: 3rem;
  margin: 0;
  margin-bottom: 18px;
  text-transform: uppercase;
  color: #555555;
}

h2 {
  font-family: "Fira Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 28px;
  line-height: 1.75rem;
  margin: 0;
  margin-bottom: 18px;
  text-transform: uppercase;
  color: #555555;
}

p, ul, ul li {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 27px;
  line-height: 1.6875rem;
  margin: 0;
  margin-bottom: 18px;
  color: #666666;
}

strong {
  color: #555555;
}

main article ol,
main article ul {
  margin-bottom: 20px !important;
}
main article ol li,
main article ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 0;
}
main article ol li + li,
main article ul li + li {
  margin-top: 10px;
}
main article ol li::after,
main article ul li::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background: #000000;
}

html {
  font-family: "Fira Sans", Roboto, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", Arial, sans-serif;
  font-weight: 300;
}

main {
  background: white;
  padding-top: 50px;
  padding-bottom: 50px;
}

main .spalte_4 {
  padding-right: 20px;
}

main .spalte_8 {
  padding-left: 10px;
}

main .spalte_8 a {
  color: #000000;
  border-bottom: 1px solid #eaeaea;
}

main .spalte_8 a:hover {
  background: #000000;
  color: white;
  border-bottom: none;
}

main .spalte_8 p:last-of-type {
  margin-bottom: 0px;
}

main .date {
  font-family: "Fira Sans", sans-serif;
  font-size: 26px;
  font-weight: 300;
  display: inline-block;
  padding-left: 2px;
  color: #000000;
}

.wrapper {
  width: calc(1900px + 6%);
}

.background-green {
  background: #74C41C;
}

.color-green {
  color: #74C41C;
}

.background-grey {
  background: #666666;
}

.color-grey {
  color: #666666;
}

.abstand-top {
  margin-top: 36px;
}

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

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

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.align_right {
  float: right;
  margin: 0 0 20px 20px;
}

.align_left {
  float: left;
  margin: 0 20px 20px 0;
}

.align_center {
  margin: 20px;
}

header, main, footer {
  width: 100%;
}

section.pad-top {
  margin-top: 4rem;
}

.project-table {
  display: table;
  width: 100%;
  margin-bottom: 18px;
}
.project-table .table-row {
  display: table-row;
}
.project-table .table-row .table-cell {
  display: table-cell;
  vertical-align: middle;
  border-bottom: 1px solid #bbb;
  padding: 1.5vh 0;
}
.project-table .table-row .table-cell .icon {
  float: left;
  width: 25px;
  height: 25px;
  margin-right: 0.75em;
  margin-top: -0.3em;
  position: relative;
}
.project-table .table-row:last-child .table-cell {
  border-bottom: 0;
}

header {
  padding-top: 30px;
  padding-bottom: 25px;
  background: white;
}

.slider {
  width: 100%;
  background: white;
  min-height: 35px;
}

.flexslider, .flex-viewport {
  margin: 0 auto;
  width: 1900px;
  max-width: 100vw;
  position: relative;
}
.flexslider li.img-slide, .flex-viewport li.img-slide {
  position: relative;
  width: 100%;
  height: 1186px;
  max-height: 100vh;
  min-height: 300px;
}
.flexslider li.img-slide img, .flex-viewport li.img-slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 1900px) {
  .flexslider li.img-slide, .flex-viewport li.img-slide {
    height: 62.45vw;
    max-height: 100vh;
    min-height: 300px;
  }
}

.flex-control-nav {
  position: absolute;
  bottom: 0;
  padding: 10px 12px;
  text-align: right;
}

.flex-control-nav li {
  margin: 0px;
  margin-left: 8px;
  display: none;
}

.flex-control-nav li a {
  color: transparent;
  font-size: 0px;
}

.flex-direction-nav, .flex-direction-nav li {
  margin-bottom: 0;
}

.flex-nav-prev a {
  background: url(img/left.svg) right no-repeat;
  background-size: 70%;
  margin-top: -20px;
  height: 50px;
  width: 30px;
}

.flex-nav-next a {
  background: url(img/right.svg) left no-repeat;
  background-size: 70%;
  margin-top: -20px;
  height: 50px;
  width: 30px;
}

.slides > li {
  display: none;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
}

.slides > li:nth-of-type(1) {
  display: block;
}

.logo {
  width: 230px;
  display: block;
}

nav {
  padding-left: 300px;
  margin-left: -300px;
  margin-top: 60px;
}

nav a {
  display: inline-block;
  font-family: "Fira Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 26px;
  line-height: 1.625rem;
  text-transform: uppercase;
  color: #666666;
  padding: 5px 0 0px 0px;
  margin-left: 30px;
  text-decoration: underline;
  text-decoration-color: white;
  text-underline-position: under;
  text-decoration-thickness: from-font;
}
nav a img.insta-icon {
  height: 26px;
  width: 26px;
  transition: all 0.15s ease-in-out;
}

nav a:hover {
  color: #000000;
}
nav a:hover img.insta-icon {
  scale: 0.9;
}

nav a.active {
  color: #000000;
  text-decoration-color: #000000;
}

.opener {
  font-family: "Fira Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  padding: 6px 20px;
  background: #000000;
  color: white;
  width: 100%;
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  text-transform: uppercase;
  margin-top: 15px;
  display: none;
}

#opener {
  display: none;
}

#nav-icon {
  width: 28px;
  height: 20px;
  position: relative;
  display: inline-block;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  margin-right: 10px;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #ffffff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
  top: 8px;
}

#nav-icon span:nth-child(4) {
  top: 16px;
}

#nav-icon.open span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}

#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}

.tile-container {
  padding-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1350px) {
  .tile-container {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
}
@media (max-width: 650px) {
  .tile-container {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.tile {
  position: relative;
  display: block;
}

.tile h2 {
  color: white;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 5px 10px;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.tile:hover h2 {
  opacity: 1;
}

.tile:active h2 {
  opacity: 1;
  background: rgba(0, 0, 0, 0.8);
}

.sidebar-image {
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 18px;
}

/* #################################
*   Gallery  Grid ausrichten
*  ################################# */
.gallery-container {
  margin-bottom: 1rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.gallery-container figure {
  margin: 0;
}
.gallery-container .thumbnail {
  width: 100%;
}
.gallery-container .thumbnail a {
  width: 100%;
  display: block;
  position: relative;
  background-color: var(--color-white);
  transition: 0.25s ease-in-out;
}
.gallery-container .thumbnail a:hover {
  opacity: 0.7;
}
@supports (object-fit: cover) {
  .gallery-container .thumbnail a {
    padding-top: 100%;
  }
}
.gallery-container .thumbnail img {
  width: 100%;
  height: 100%;
}
@supports (object-fit: cover) {
  .gallery-container .thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
  }
}
.gallery-container .thumbnail.big {
  grid-column: 1/3;
  grid-row: 1/3;
}
@media (max-width: 1020px) {
  .gallery-container {
    margin-top: 18px;
  }
}
@media (max-width: 1000px) {
  .gallery-container {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 700px) {
  .gallery-container {
    grid-template-columns: 1fr 1fr;
  }
  .gallery-container .thumbnail.big {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media (max-width: 400px) {
  .gallery-container {
    grid-template-columns: 1fr;
  }
}

.accordion {
  border-bottom: 1px solid #eaeaea;
}

.accordion:first-of-type {
  border-top: 1px solid #eaeaea;
}

.accordion input {
  display: none;
}

.accordion label {
  z-index: 99;
  cursor: pointer;
  display: block;
  position: relative;
  padding: 8px 90px 5px 12px;
  font-family: "Fira Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 28px;
  line-height: 1.75rem;
  text-transform: uppercase;
  color: #000000;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.accordion label:hover {
  background: #000000;
  color: white;
}

.accordion label:after, .accordion label::after {
  content: "aufklappen";
  position: absolute;
  right: 12px;
  top: 6px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #000000;
  text-transform: none;
}

.accordion label:hover:after, .accordion label:hover::after {
  color: white;
}

.accordion article {
  padding: 8px 12px 35px;
  display: none;
}

.accordion article p:last-of-type {
  margin-bottom: 0;
}

.accordion input:checked ~ label:after, .accordion input:checked ~ label::after {
  content: "zuklappen";
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.accordion input:checked ~ label, .accordion input:checked ~ label:hover {
  background: none;
  color: #666666;
}

.accordion input:checked ~ label:hover:after, .accordion input:checked ~ label:hover::after {
  color: #000000;
}

.accordion article p img {
  width: 100%;
  height: auto;
}

footer {
  background: white;
  color: #000000;
  padding: 12px 0px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  border-top: 1px solid #aaaaaa;
}

footer span {
  display: inline-block;
}

footer span.dot:after, footer span.dot::after {
  content: "·";
  padding-left: 8px;
  padding-right: 5px;
}

footer a {
  color: #000000;
  border-bottom: 1px solid #aaaaaa;
}

footer a:hover {
  color: #666666;
  background: white;
  border-bottom: none;
}

footer a:active {
  color: black;
}

/* @group Responsive */
/* @group Laptop */
@media only screen and (max-width: 1265px) {
  .wrapper, .flexslider, .flex-viewport {
    width: 100%;
  }
  .wrapper {
    padding: 0px 20px;
  }
  .wrapper.tile-container {
    padding-top: 50px;
  }
  .slides > li {
    width: 100%;
  }
}
/* @end */
/* @group Footer */
@media only screen and (max-width: 1160px) {
  footer {
    padding: 20px 0px 40px;
  }
  footer span {
    clear: both;
    width: 100%;
    margin-bottom: 5px;
  }
  footer span.dot:after, footer span.dot::after {
    content: "";
    padding: 0;
  }
}
/* @end */
/* @group < iPad Landscape */
@media only screen and (max-width: 1020px) {
  main .wrapper > article, .tile {
    clear: both;
    width: 100%;
  }
  .tile, .tile:nth-of-type(3n+1), .tile:nth-of-type(3n+2), .tile:nth-of-type(3n+3) {
    padding: 0;
  }
  main .spalte_4 {
    padding-right: 0px;
  }
  main .spalte_8 {
    padding-left: 0px;
  }
  h1 br {
    display: none;
  }
  nav a {
    margin-right: 15px;
  }
  .logo {
    margin-right: 0px;
  }
  nav {
    padding-right: 250px;
    margin-right: -250px;
  }
}
/* @end */
/* @group 875px */
@media only screen and (max-width: 1020px) {
  .logo {
    position: absolute;
    bottom: 6px;
    left: 0;
    margin-left: 20px;
  }
  header {
    padding-top: 30px;
  }
  header .wrapper {
    position: relative;
  }
  nav {
    margin-top: 0px;
  }
  nav a {
    display: table;
  }
}
/* @end */
/* @group iPad Portrait */
/* @end */
/* @group Small Tablet */
@media only screen and (max-width: 600px) {
  .flex-nav-prev a, .flex-nav-next a {
    background-size: 40%;
    width: 30px;
    background-position: center center;
    margin-top: -22px;
  }
  footer {
    line-height: 27px;
    line-height: 1.6875rem;
  }
}
/* @end */
/* @group Smartphone */
@media only screen and (max-width: 450px) {
  header {
    padding-top: 20px;
  }
  header .wrapper {
    padding: 0;
  }
  .wrapper.tile-container {
    padding-top: 30px;
  }
  nav {
    padding: 0;
    margin-right: 0px;
    display: none;
  }
  nav a {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 8px 0px 7px;
    border-bottom: 1px solid #eee;
  }
  nav a:last-of-type {
    border: none;
  }
  .logo {
    width: 300px;
    max-width: 100vw;
    margin: 0 auto;
    padding: 0px 20px;
    float: none;
    clear: both;
    position: relative;
  }
  header {
    padding-bottom: 0px;
  }
  .slider {
    border-top: 0px !important;
    min-height: 0px;
  }
  .opener {
    display: block;
  }
  main {
    padding: 25px 0px;
  }
  h1, .accordion label {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
  h1 {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 39px;
    line-height: 2.4375rem;
  }
  main .date {
    font-weight: 300;
  }
}
/* @end */
/* @group Retina */
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .accordion {
    border-bottom: 0.5px solid #eaeaea;
  }
  .accordion:first-of-type {
    border-top: 0.5px solid #eaeaea;
  }
  main .spalte_8 a {
    border-bottom: 0.5px solid #eaeaea;
  }
  footer a {
    border-bottom: 0.5px solid white;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 450px) {
  nav {
    width: 100%;
  }
  nav a {
    border-bottom: 0.5px solid #eaeaea;
  }
}
/* @end */
/* @end */
/* PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp > * {
  transition: none;
}

.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}

.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

/* PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}

.pswp__button:active {
  outline: none;
  opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../img/photoswipe/default-skin-black.svg) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: "";
  top: 35px;
  background-color: white;
  height: 30px;
  width: 32px;
  position: absolute;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}

.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}

a.pswp__share--download:hover {
  background: #DDD;
}

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: black;
  opacity: 0.75;
  padding: 0 10px;
}

/*

	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}

.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}

.pswp__caption__center {
  text-align: center;
  max-width: 420px;
  margin: 0 auto;
  font-size: 14px;
  padding: 10px;
  line-height: 20px;
  color: black;
}

.pswp__caption--empty {
  display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(../img/photoswipe/preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
  /*
  	The idea of animating inner circle is based on Polymer ("material") loading indicator
  	 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
  */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
/*

	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: white;
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}
