@charset "UTF-8";
/*
Theme Name: Rajk
Author: yes!devs
Author URI: https://www.yesdevs.com
Version: 1.0.0
Text Domain: rajk
*/
/*!
Theme Name: rajk
Theme URI: http://underscores.me/
Author: yes!devs
Author URI: https://yesdevs.com/
Description: rajk theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rajk
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

rajk is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | 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 iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

/**
 * 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;
  font-size: 1em;
}

/**
 * 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
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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;
  padding: 0;
}

/**
 * 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;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[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;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #000000;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.bold {
  font-weight: 700;
}

.yellow {
  color: #FFFF20;
}

.blue {
  color: #000000;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

.elementor-widget-text-editor ol {
  list-style: auto;
  padding-left: 1.6rem;
}

.elementor-widget-text-editor ul {
  list-style: none;
  padding-left: 1rem;
}
.elementor-widget-text-editor ul li {
  clear: both;
  position: relative;
}
.elementor-widget-text-editor ul li::before {
  content: "᛫";
  display: inline-block;
  top: 0;
  left: -14px;
  position: absolute;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

::-moz-selection { /* Code for Firefox */
  color: #000000;
  background: #FFFF20;
}

::selection {
  color: #000000;
  background: #FFFF20;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
.nav-links {
  display: none;
  visibility: hidden;
}

a {
  color: #FFFF20;
}
a:visited {
  color: #FFFF20;
}
a:hover, a:focus, a:active {
  color: #FFFF20;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
body.shift {
  overflow: hidden;
}

.navi-section,
.navi-section.shift {
  position: fixed !important;
  width: 100%;
  height: 100vh !important;
  top: 0 !important;
  overflow: hidden;
  z-index: 1000;
  -webkit-transform: translateY(0vh);
  -moz-transform: translateY(0vh);
  -ms-transform: translateY(0vh);
  -o-transform: translateY(0vh);
  transform: translateY(0vh);
  -webkit-transition: all 0.3s !important;
  -ms-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  transition: all 0.3s !important;
}

.navi-section {
  height: 0;
  top: 100%;
  -webkit-transform: translateY(100vh);
  -moz-transform: translateY(100vh);
  -ms-transform: translateY(100vh);
  -o-transform: translateY(100vh);
  transform: translateY(100vh);
}
.navi-section .fullheight {
  min-height: 100%;
}
.navi-section .rajk-menu ul li {
  font-size: 4rem;
  font-family: Roboto, sans-serif;
  font-weight: 900;
  padding-bottom: 1.75rem;
}
.navi-section .rajk-menu ul li a {
  color: #000000;
}
@media screen and (max-width: 767px) {
  .navi-section .rajk-menu ul li {
    font-size: 3rem;
    padding-bottom: 1.425rem;
  }
}
.navi-section .rajk-menu ul li.small {
  font-size: 1.25rem;
  font-weight: 700;
  padding-bottom: 1.25rem;
}
.navi-section .rajk-menu ul li.small.first {
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .navi-section .rajk-menu ul li.small {
    font-size: 1rem;
  }
}

.rajk-footer,
.logo-section {
  -webkit-transition: all 0.3s !important;
  -ms-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  transition: all 0.3s !important;
  -webkit-transform: translateY(0vh);
  -moz-transform: translateY(0vh);
  -ms-transform: translateY(0vh);
  -o-transform: translateY(0vh);
  transform: translateY(0vh);
}

.rajk-footer.shift,
.logo-section.shift,
.trigger-section.shift {
  -webkit-transform: translateY(-100vh) !important;
  -moz-transform: translateY(-100vh) !important;
  -ms-transform: translateY(-100vh) !important;
  -o-transform: translateY(-100vh) !important;
  transform: translateY(-100vh) !important;
}

.site-main {
  -webkit-transition: all 0.3s !important;
  -ms-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  transition: all 0.3s !important;
  top: 0;
  position: relative;
}
.site-main.shift {
  position: absolute;
  top: -100vh;
  width: 100%;
  overflow-y: hidden;
}

.trigger-section {
  -webkit-transition: all 0.3s !important;
  -ms-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  transition: all 0.3s !important;
  -webkit-transform: translateY(0vh);
  -moz-transform: translateY(0vh);
  -ms-transform: translateY(0vh);
  -o-transform: translateY(0vh);
  transform: translateY(0vh);
  position: fixed !important;
  top: 0;
  right: 0;
  z-index: 99 !important;
}
@media screen and (max-width: 767px) {
  .trigger-section {
    position: absolute !important;
  }
}
.trigger-section__open-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  background-color: #FFFF20;
  width: 8rem;
  height: 8rem;
  cursor: pointer;
  -webkit-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.trigger-section__open-btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  -webkit-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  z-index: 0;
}
.trigger-section__open-btn:hover:before {
  height: 0;
}
.trigger-section__open-btn__icon {
  width: 2.25rem;
  height: 0.1875rem;
  background: #fff;
  position: absolute;
  top: 0;
  margin-top: 3.5rem;
  z-index: 9;
}
.trigger-section__open-btn__icon::after {
  content: "";
  width: 1.125rem;
  height: 0.1875rem;
  position: absolute;
  background: #fff;
  -webkit-transform: translate(1.125rem, 0.75rem);
  -moz-transform: translate(1.125rem, 0.75rem);
  -ms-transform: translate(1.125rem, 0.75rem);
  -o-transform: translate(1.125rem, 0.75rem);
  transform: translate(1.125rem, 0.75rem);
  -webkit-transition: transform 0.1s ease-in;
  -ms-transition: transform 0.1s ease-in;
  -o-transition: transform 0.1s ease-in;
  transition: transform 0.1s ease-in;
}
.trigger-section__open-btn:hover .trigger-section__open-btn__icon {
  background: #000000;
}
.trigger-section__open-btn:hover .trigger-section__open-btn__icon::after {
  background: #000000;
  -webkit-transform: translate(0, 0.75rem);
  -moz-transform: translate(0, 0.75rem);
  -ms-transform: translate(0, 0.75rem);
  -o-transform: translate(0, 0.75rem);
  transform: translate(0, 0.75rem);
}
.trigger-section__open-btn.header-logout img {
  height: 50px;
  transform: rotate(180deg);
  filter: invert(1);
}
.trigger-section__open-btn.header-logout:hover img {
  filter: invert(0);
}

.navi-section__close-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  background-color: #FFFF20;
  width: 8rem;
  height: 8rem;
  cursor: pointer;
  z-index: 9999;
}
.navi-section__close-btn:hover {
  background-color: #000000;
}
.navi-section__close-btn__icon {
  width: 2.25rem;
  height: 0.1875rem;
  background: #000000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: transform 0.2s ease-in-out;
  -ms-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
.navi-section__close-btn__icon::after {
  content: "";
  width: 2.25rem;
  height: 0.1875rem;
  position: absolute;
  background: #000000;
  -webkit-transition: transform 0.2s ease-in-out;
  -ms-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.navi-section__close-btn:hover .navi-section__close-btn__icon {
  background: #fff;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.navi-section__close-btn:hover .navi-section__close-btn__icon::after {
  background: #fff;
}

@media screen and (max-width: 767px) {
  .trigger-section__open-btn {
    width: 5rem;
    height: 5rem;
  }
  .trigger-section__open-btn__icon {
    margin-top: 2rem;
  }
  .navi-section__close-btn {
    background-color: #000000;
    width: 5rem;
    height: 5rem;
  }
  .navi-section__close-btn__icon {
    background: #fff;
  }
  .navi-section__close-btn__icon::after {
    background: #fff;
  }
}
@media screen and (orientation: landscape) and (min-device-width: 319px) and (max-device-width: 812px) {
  .navi-section .menu-logo .elementor-widget-container {
    margin-top: 1.5rem !important;
    margin-bottom: 0 !important;
  }
  .navi-section .rajk-menu .elementor-widget-container {
    margin-top: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .navi-section .rajk-menu ul li {
    font-size: 2rem;
    padding-bottom: 0.8rem;
  }
  .navi-section .rajk-menu ul li.small {
    font-size: 0.8rem;
    padding-bottom: 0.5rem;
  }
  .navi-section .rajk-menu ul li.small.first {
    margin-top: 0.4rem;
  }
}
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Buttons
--------------------------------------------- */
.rajk-button.contact .elementor-button-link:hover .elementor-button-text:before {
  filter: brightness(0);
}
.rajk-button.contact .elementor-button-link .elementor-button-text {
  position: relative;
}
.rajk-button.contact .elementor-button-link .elementor-button-text::before {
  content: "";
  margin-right: 1.2rem;
  background-size: 80px;
  background-repeat: no-repeat;
  background-position: right;
  content: "";
  height: 15px;
  width: 1.875rem;
  display: inline-block;
  background-image: url("img/Pfeil_down.svg");
  filter: unset;
  -webkit-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 374px) {
  .rajk-button.contact .elementor-button-link .elementor-button-text::before {
    width: 2.1rem;
  }
}
.rajk-button.contact .elementor-button-link:hover .elementor-button-text::before {
  width: 2.85rem;
  border-color: #000000;
}
.rajk-button.contact .elementor-button-link:hover .elementor-button-text::after {
  border-color: #000000;
}
@media screen and (max-width: 767px) {
  .rajk-button.contact.intro .elementor-button {
    width: 100%;
  }
  .rajk-button.contact.intro .elementor-button-link .elementor-button-text::before, .rajk-button.contact.intro .elementor-button-link .elementor-button-text::after {
    content: none;
  }
}
.rajk-button.arrow .elementor-button-link .elementor-button-text {
  position: relative;
  text-decoration: underline;
  text-decoration-color: #FFFF20;
  text-underline-offset: 2px;
}
.rajk-button.arrow .elementor-button-link .elementor-button-text::before {
  background-size: 80px;
  background-repeat: no-repeat;
  background-position: right;
  content: "";
  height: 15px;
  width: 4.1875rem;
  display: inline-block;
  background-image: url("img/Pfeil_down.svg");
  filter: unset;
  margin-right: 1.2rem;
}
@media screen and (max-width: 374px) {
  .rajk-button.arrow .elementor-button-link .elementor-button-text::before {
    width: 2.1rem;
  }
}

/* Cases
--------------------------------------------- */
@media screen and (min-width: 767px) {
  .case-excerpt.elementor-widget-text-editor .elementor-widget-container b {
    display: block;
  }
}
.case-navigation .elementor-post-navigation {
  overflow: visible;
}
.case-navigation .elementor-post-navigation .post-navigation__next--label,
.case-navigation .elementor-post-navigation .post-navigation__prev--label {
  margin-bottom: 1rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .case-navigation .elementor-post-navigation .post-navigation__next--label,
  .case-navigation .elementor-post-navigation .post-navigation__prev--label {
    font-size: 0.875rem !important;
  }
}
.case-navigation .elementor-post-navigation .elementor-post-navigation__link__prev, .case-navigation .elementor-post-navigation .elementor-post-navigation__link__next {
  text-align: center;
}
.case-navigation .elementor-post-navigation .elementor-post-navigation {
  overflow: visible;
}
.case-navigation .elementor-post-navigation .elementor-post-navigation__next {
  overflow: visible;
}
.case-navigation .elementor-post-navigation .elementor-post-navigation__next .elementor-post-navigation__link__next {
  overflow: visible;
}
.case-navigation .elementor-post-navigation .elementor-post-navigation__next .elementor-post-navigation__link__next .post-navigation__next--title {
  overflow: visible;
}
.case-navigation .elementor-post-navigation .elementor-post-navigation__next .post-navigation__arrow-wrapper i {
  display: none;
}
.case-navigation .elementor-post-navigation .elementor-post-navigation__next .post-navigation__arrow-wrapper::before {
  background-size: 80px;
  background-repeat: no-repeat;
  background-position: right;
  content: "";
  height: 15px;
  width: 4.1875rem;
  display: inline-block;
  background-image: url("img/Pfeil_down.svg");
  filter: brightness(0);
  margin-right: 1.2rem;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 374px) {
  .case-navigation .elementor-post-navigation .elementor-post-navigation__next .post-navigation__arrow-wrapper::before {
    width: 2.1rem;
  }
}
.case-navigation .elementor-post-navigation .elementor-post-navigation__prev {
  display: none;
  visibility: hidden;
  overflow: visible;
}
.case-navigation .elementor-post-navigation .elementor-post-navigation__prev .elementor-post-navigation__link__prev {
  overflow: visible;
}
.case-navigation .elementor-post-navigation .elementor-post-navigation__prev .elementor-post-navigation__link__prev .post-navigation__next--prev {
  overflow: visible;
}
.case-navigation .elementor-post-navigation .elementor-post-navigation__prev .post-navigation__arrow-wrapper i {
  display: none;
}
.case-navigation .elementor-post-navigation .elementor-post-navigation__prev .post-navigation__arrow-wrapper::before {
  background-size: 80px;
  background-repeat: no-repeat;
  background-position: right;
  content: "";
  height: 15px;
  width: 4.1875rem;
  display: inline-block;
  background-image: url("img/Pfeil_down.svg");
  filter: brightness(0);
  margin-left: -7.2rem;
  transform-origin: right 0;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 374px) {
  .case-navigation .elementor-post-navigation .elementor-post-navigation__prev .post-navigation__arrow-wrapper::before {
    width: 2.1rem;
  }
}

.case-loop .case-loop__title a {
  position: relative;
}
.case-loop .case-loop__title a::after {
  background-size: 80px;
  background-repeat: no-repeat;
  background-position: right;
  content: "";
  height: 15px;
  width: 4.1875rem;
  display: inline-block;
  background-image: url("img/Pfeil_down.svg");
  filter: brightness(0);
  position: absolute;
  right: -14rem;
  background-position: -30px;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 374px) {
  .case-loop .case-loop__title a::after {
    width: 2.1rem;
  }
}
@media screen and (max-width: 767px) {
  .case-loop .case-loop__title a::after {
    right: -6.7rem;
    background-position: right;
  }
}
@media screen and (min-width: 1025px) {
  .case-loop .case-loop__title a:hover::after {
    background-position: -15px;
  }
}

/* Clients
--------------------------------------------- */
.clients__logo {
  opacity: 20%;
  -webkit-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
  .clients__logo {
    opacity: 100%;
  }
}
.clients__logo:hover {
  opacity: 100%;
}

/* Jobs list
--------------------------------------------- */
@media screen and (min-width: 767px) {
  .jobs-list__home .elementor-post__title {
    max-width: 600px;
  }
}

.elementor-posts-container > article:not(:last-of-type) .jobs__post__list {
  border-bottom: 1px solid #000000;
}

.jobs__post__list .rajk-button.arrow__jobs .elementor-button-link .elementor-button-text {
  position: relative;
}
.jobs__post__list .rajk-button.arrow__jobs .elementor-button-link .elementor-button-text::before {
  background-size: 80px;
  background-repeat: no-repeat;
  background-position: right;
  content: "";
  height: 15px;
  width: 0;
  display: inline-block;
  background-image: url("img/Pfeil_down.svg");
  filter: brightness(0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 374px) {
  .jobs__post__list .rajk-button.arrow__jobs .elementor-button-link .elementor-button-text::before {
    width: 2.1rem;
  }
}
@media screen and (max-width: 1024px) {
  .jobs__post__list .rajk-button.arrow__jobs .elementor-button-link .elementor-button-text::before {
    opacity: 1;
    width: 4.1875rem;
  }
}
@media screen and (min-width: 1025px) {
  .jobs__post__list:hover .rajk-button.arrow__jobs .elementor-button-link .elementor-button-text {
    position: relative;
  }
  .jobs__post__list:hover .rajk-button.arrow__jobs .elementor-button-link .elementor-button-text::before {
    opacity: 1;
    width: 4.1875rem;
  }
}

.jobs-list__home .elementor-post__read-more {
  position: relative;
  text-decoration: underline;
  text-decoration-color: #FFFF20;
  text-underline-offset: 2px;
}
.jobs-list__home .elementor-post__read-more::before {
  background-size: 80px;
  background-repeat: no-repeat;
  background-position: right;
  content: "";
  height: 15px;
  width: 4.1875rem;
  display: inline-block;
  background-image: url("img/Pfeil_down.svg");
  filter: brightness(0);
  margin-right: 1.2rem;
}
@media screen and (max-width: 374px) {
  .jobs-list__home .elementor-post__read-more::before {
    width: 2.1rem;
  }
}

/* Kontakt
--------------------------------------------- */
body.page-id-21 {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .kontakt-section {
    background-image: none !important;
  }
}
.kontakt-section .kontaktformular .elementor-field-label {
  color: #FFFF20 !important;
  visibility: hidden;
  transform: translateY(40px);
  position: relative;
  -webkit-transition: all 0.4s !important;
  -ms-transition: all 0.4s !important;
  -o-transition: all 0.4s !important;
  transition: all 0.4s !important;
}
.kontakt-section .kontaktformular .elementor-field-label.active {
  visibility: visible;
  transform: translateY(0);
  font-size: 0.75rem !important;
}
.kontakt-section .kontaktformular input#form-field-name.active::placeholder,
.kontakt-section .kontaktformular input#form-field-email.active::placeholder,
.kontakt-section .kontaktformular input#form-field-company.active::placeholder,
.kontakt-section .kontaktformular input#form-field-phone.active::placeholder,
.kontakt-section .kontaktformular textarea#form-field-message.active::placeholder {
  display: none;
  opacity: 0 !important;
}
.kontakt-section .kontaktformular input::placeholder, .kontakt-section .kontaktformular textarea::placeholder {
  color: #fff !important;
  opacity: 1 !important;
}
.kontakt-section .kontaktformular .elementor-form input,
.kontakt-section .kontaktformular .elementor-form textarea {
  padding-left: 0;
  padding-bottom: 0;
}
.kontakt-section .kontaktformular .elementor-field-type-acceptance .elementor-field-subgroup input.elementor-acceptance-field {
  display: none;
}
.kontakt-section .kontaktformular .elementor-field-type-acceptance .elementor-field-subgroup .acceptance {
  position: relative;
  padding-left: 0.8rem;
}
.kontakt-section .kontaktformular .elementor-field-type-acceptance .elementor-field-subgroup label {
  margin-right: 1em;
  position: relative;
  display: grid;
  grid-template-columns: 30px 1fr;
  align-items: center;
}
.kontakt-section .kontaktformular .elementor-field-type-acceptance .elementor-field-subgroup label:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 0.5em;
  vertical-align: -3px;
  border: 2px solid #fff;
  padding: 0.12em;
  background-color: transparent;
  background-clip: content-box;
  transition: all 0.2s ease;
  cursor: pointer;
}
.kontakt-section .kontaktformular .elementor-field-type-acceptance .elementor-field-subgroup label:after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  content: "";
  height: 12px;
  left: 6px;
  position: absolute;
  top: 50%;
  transform-origin: left top;
  transform: scaleX(-1) rotate(135deg);
  width: 6px;
  display: none;
}
.kontakt-section .kontaktformular .elementor-field-type-acceptance .elementor-field-subgroup input:checked + label:before {
  border-color: #FFFF20;
  background: #FFFF20;
}
.kontakt-section .kontaktformular .elementor-field-type-acceptance .elementor-field-subgroup input:checked + label:after {
  -moz-animation: check 0.3s ease 0s running;
  -webkit-animation: check 0.3s ease 0s running;
  animation: check 0.3s ease 0s running;
  display: block;
  width: 6px;
  height: 12px;
  border-color: #000000;
}
@keyframes check {
  0% {
    height: 0;
    width: 0;
  }
  25% {
    height: 0;
    width: 6px;
  }
  50% {
    height: 12px;
    width: 6px;
  }
}
.kontakt-section .kontaktformular .elementor-button {
  cursor: pointer;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .kontakt-section .kontaktformular .elementor-button {
    width: unset;
  }
  .kontakt-section .kontaktformular .elementor-button .elementor-button-text.elementor-form-spinner::before {
    content: none;
  }
  .kontakt-section .kontaktformular .elementor-button .elementor-button-text.elementor-form-spinner::after {
    content: none;
  }
  .kontakt-section .kontaktformular .elementor-button .elementor-button-text {
    position: relative;
  }
  .kontakt-section .kontaktformular .elementor-button .elementor-button-text::before {
    width: 1.875rem;
    margin-right: 1.2rem;
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: right;
    content: "";
    height: 15px;
    width: 1.875rem;
    display: inline-block;
    background-image: url("img/Pfeil_down.svg");
    filter: brightness(0);
    -webkit-transition: width 0.3s ease-out;
    -ms-transition: width 0.3s ease-out;
    -o-transition: width 0.3s ease-out;
    transition: width 0.3s ease-out;
  }
}
@media screen and (min-width: 767px) and (max-width: 374px) {
  .kontakt-section .kontaktformular .elementor-button .elementor-button-text::before {
    width: 2.1rem;
  }
}
@media screen and (min-width: 767px) {
  .kontakt-section .kontaktformular .elementor-button:hover .elementor-button-text::before {
    width: 3.76rem;
  }
}
.kontakt-section .elementor-field-type-acceptance,
.kontakt-section .elementor-field-type-submit {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .kontakt-section .elementor-field-type-acceptance,
  .kontakt-section .elementor-field-type-submit {
    margin-top: 1.3rem;
  }
}

.kontakt__tabs .elementor-tabs .elementor-tabs-wrapper {
  margin: 0 auto;
  width: 430px;
  align-items: center;
  justify-content: space-between !important;
}
.kontakt__tabs .elementor-tabs .elementor-tab-title {
  margin-top: 20px;
  padding: 5px 10px;
}
.kontakt__tabs .elementor-tabs .elementor-tab-title.elementor-active {
  background: #FFFF20;
  height: fit-content;
}
.kontakt__tabs .elementor-tabs .icons-wrapper {
  max-width: 400px;
}

/* Portraits slider
--------------------------------------------- */
.rajk-portraits .elementor-swiper .elementor-slides-wrapper .elementor-slides .elementor-background-overlay {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 10, 20, 0.3) 80%, rgba(0, 10, 20, 0.8) 100%);
}
.rajk-portraits .elementor-swiper .elementor-slides-wrapper .elementor-slides .swiper-slide-inner .swiper-slide-contents .elementor-slide-heading {
  color: #FFFF20;
  font-size: 1rem;
  font-weight: 900;
  line-height: 24px;
  margin-bottom: 0;
}
.rajk-portraits .elementor-swiper .elementor-slides-wrapper .elementor-slides .swiper-slide-inner .swiper-slide-contents .elementor-slide-description {
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}
.rajk-portraits .elementor-swiper .elementor-slides-wrapper .swiper-pagination-bullets {
  display: flex;
  justify-content: center;
}
.rajk-portraits .elementor-swiper .elementor-slides-wrapper .swiper-pagination-bullets .swiper-pagination-bullet {
  position: absolute;
  width: auto;
  opacity: 0;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 3.2px;
  line-height: 24px;
}
.rajk-portraits .elementor-swiper .elementor-slides-wrapper .swiper-pagination-bullets .swiper-pagination-bullet-active {
  opacity: 1;
}
.rajk-portraits .elementor-swiper .elementor-slides-wrapper .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(1) {
  background-color: transparent;
}
.rajk-portraits .elementor-swiper .elementor-slides-wrapper .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(1):after {
  content: "1 / 3";
}
.rajk-portraits .elementor-swiper .elementor-slides-wrapper .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(2) {
  background-color: transparent;
}
.rajk-portraits .elementor-swiper .elementor-slides-wrapper .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(2):after {
  content: "2 / 3";
}
.rajk-portraits .elementor-swiper .elementor-slides-wrapper .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(3) {
  background-color: transparent;
}
.rajk-portraits .elementor-swiper .elementor-slides-wrapper .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(3):after {
  content: "3 / 3";
}
.rajk-portraits .elementor-swiper .elementor-slides-wrapper .elementor-swiper-button {
  position: absolute;
  top: unset;
  bottom: -1rem;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.rajk-portraits .elementor-swiper .elementor-slides-wrapper .elementor-swiper-button i {
  display: none;
}
.rajk-portraits .elementor-swiper .elementor-slides-wrapper .elementor-swiper-button.swiper-button-disabled {
  opacity: 0;
}
.rajk-portraits .elementor-swiper .elementor-slides-wrapper .elementor-swiper-button-next {
  right: 0;
}
.rajk-portraits .elementor-swiper .elementor-slides-wrapper .elementor-swiper-button-next::before {
  background-size: 80px;
  background-repeat: no-repeat;
  background-position: right;
  content: "";
  height: 15px;
  width: 4.1875rem;
  display: inline-block;
  background-image: url("img/Pfeil_down.svg");
  filter: unset;
  margin-left: 3.75rem;
}
@media screen and (max-width: 374px) {
  .rajk-portraits .elementor-swiper .elementor-slides-wrapper .elementor-swiper-button-next::before {
    width: 2.1rem;
  }
}
.rajk-portraits .elementor-swiper .elementor-slides-wrapper .elementor-swiper-button-prev {
  left: 0;
}
.rajk-portraits .elementor-swiper .elementor-slides-wrapper .elementor-swiper-button-prev::before {
  background-size: 80px;
  background-repeat: no-repeat;
  background-position: right;
  content: "";
  height: 15px;
  width: 4.1875rem;
  display: inline-block;
  background-image: url("img/Pfeil_down.svg");
  filter: unset;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
@media screen and (max-width: 374px) {
  .rajk-portraits .elementor-swiper .elementor-slides-wrapper .elementor-swiper-button-prev::before {
    width: 2.1rem;
  }
}

.elementor-section.portraits-desktop .elementor-container .elementor-column .elementor-widget-wrap .elementor-background-overlay {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 10, 20, 0.3) 80%, rgba(0, 10, 20, 0.8) 100%);
}

.case-slider .elementor-swiper .elementor-main-swiper {
  padding-bottom: 2.75rem;
}
.case-slider .elementor-swiper .swiper-slide {
  overflow: visible;
}
.case-slider .elementor-swiper .swiper-slide-inner .swiper-slide-contents .elementor-slide-heading {
  top: 6.125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .case-slider .elementor-swiper .swiper-slide-inner .swiper-slide-contents .elementor-slide-heading {
    top: 5.125rem;
  }
}
.case-slider .elementor-swiper .elementor-slides-wrapper .elementor-swiper-button {
  position: absolute;
  top: unset;
  bottom: -1rem;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.case-slider .elementor-swiper .elementor-slides-wrapper .elementor-swiper-button i {
  display: none;
}
.case-slider .elementor-swiper .elementor-slides-wrapper .elementor-swiper-button.swiper-button-disabled {
  opacity: 0;
}
.case-slider .elementor-swiper .elementor-slides-wrapper .elementor-swiper-button-next {
  right: 0;
}
.case-slider .elementor-swiper .elementor-slides-wrapper .elementor-swiper-button-next::before {
  margin-top: -1.875rem;
  background-size: 80px;
  background-repeat: no-repeat;
  background-position: right;
  content: "";
  height: 15px;
  width: 4.1875rem;
  display: inline-block;
  background-image: url("img/Pfeil_down.svg");
  filter: brightness(0);
}
@media screen and (max-width: 374px) {
  .case-slider .elementor-swiper .elementor-slides-wrapper .elementor-swiper-button-next::before {
    width: 2.1rem;
  }
}
@media screen and (max-width: 767px) {
  .case-slider .elementor-swiper .elementor-slides-wrapper .elementor-swiper-button-next::before {
    margin-right: 0;
    margin-top: -2.5rem;
  }
}
.case-slider .elementor-swiper .elementor-slides-wrapper .elementor-swiper-button-prev {
  left: 0;
}
.case-slider .elementor-swiper .elementor-slides-wrapper .elementor-swiper-button-prev::before {
  background-size: 80px;
  background-repeat: no-repeat;
  background-position: right;
  content: "";
  height: 15px;
  width: 4.1875rem;
  display: inline-block;
  background-image: url("img/Pfeil_down.svg");
  filter: brightness(0);
  margin-top: -1.875rem;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 374px) {
  .case-slider .elementor-swiper .elementor-slides-wrapper .elementor-swiper-button-prev::before {
    width: 2.1rem;
  }
}
@media screen and (max-width: 767px) {
  .case-slider .elementor-swiper .elementor-slides-wrapper .elementor-swiper-button-prev::before {
    margin-left: 0;
    margin-top: -2.5rem;
  }
}

/* Social icons
--------------------------------------------- */
.social-icons .elementor-social-icons-wrapper {
  display: flex !important;
  justify-content: flex-start !important;
}
@media screen and (max-width: 767px) {
  .social-icons .elementor-social-icons-wrapper {
    justify-content: space-between !important;
  }
}

/* Download portal
--------------------------------------------- */
.cases-archive {
  color: #ffffff;
}
.cases-archive .cases-archive__intro {
  transition: 0.3s;
  visibility: visible;
  opacity: 1;
  max-height: 300px;
}
.dp-project-folder .cases-archive .cases-archive__intro {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
}
.cases-archive .cases-archive__intro h1 {
  font-size: 4rem;
  font-weight: 800;
}

.downloadportal {
  margin: 40px 0 80px;
}

.filters-list {
  margin: 0 0 40px;
  display: flex;
  gap: 20px;
}
.filters-list li {
  padding: 7px 10px 6px;
  color: #fff;
  font-weight: 900;
  letter-spacing: 3.2px;
  line-height: 22px;
  font-size: 1rem;
  text-transform: uppercase;
  cursor: pointer;
}
.filters-list li.-active {
  background-color: #FFFF20;
  color: #000000;
}
.filters-list.-inactive {
  display: none;
}

.projects-list {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 30px;
}
@media screen and (min-width: 1024px) {
  .projects-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

div.project-tile {
  justify-self: center;
  cursor: pointer;
  width: 100%;
}
@media screen and (min-width: 767px) {
  div.project-tile {
    justify-self: auto;
  }
}
div.project-tile img {
  margin-bottom: 12px;
  transition: 0.2s;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 5/4;
}
div.project-tile img:hover {
  opacity: 0.5;
}
div.project-tile__title {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 1.1rem;
}
div.project-tile__subtitle {
  font-size: 1rem;
}

.-loading {
  cursor: progress !important;
  animation: loading 0.5s alternate infinite;
}

@keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
.downloadportal-files h3 {
  font-size: 2rem;
  margin-bottom: 15px;
}
.downloadportal-files > p {
  margin-bottom: 50px;
}
.downloadportal-files__list-item {
  margin-bottom: 100px;
}
.downloadportal-files__list-item h4 {
  margin-bottom: 12px;
}
.downloadportal-files__list-item h4:last-of-type {
  margin-bottom: 25px;
  font-size: 1.1rem;
  font-weight: 300;
}
.downloadportal-files__preview-image-a {
  position: relative;
  display: inline-block;
}
.downloadportal-files__preview-image, .downloadportal-files__placeholder-image {
  margin-bottom: 12px;
  height: auto;
  object-fit: cover;
  opacity: 0.5;
  transition: 0.2s;
  display: block;
  cursor: pointer;
}
.downloadportal-files__preview-image:hover, .downloadportal-files__placeholder-image:hover {
  opacity: 1;
}
.downloadportal-files .play-icon {
  width: 30px;
  height: 38px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -19px;
  margin-left: -15px;
  pointer-events: none;
}

.rajk-divider {
  display: inline-block;
  width: 67px;
  border-top: 4px solid #FFFF20;
  margin-bottom: 10px;
}

.back-btn {
  cursor: pointer;
  margin-top: 7px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.3rem;
  position: absolute;
  top: -67px;
  z-index: 99;
}
.back-btn.-inactive {
  display: none;
}
.back-btn:before {
  transition: 0.2s;
  background-size: 80px;
  background-repeat: no-repeat;
  background-position: right;
  content: "";
  height: 15px;
  width: 3.1875rem;
  display: inline-block;
  background-image: url(/wp-content/themes/rajk/img/Pfeil_down.svg);
  margin-right: 1.2rem;
  transform: rotate(180deg);
}
.back-btn:hover {
  color: #FFFF20;
}
.back-btn:hover:before {
  width: 4.1875rem;
}

.file-download {
  margin-top: 20px;
  display: flex;
  gap: 20px;
}
.file-download__icon {
  width: 70px;
  height: 70px;
  border: 2px solid #FFFF20;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.file-download__icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 100%;
  background-color: #FFFF20;
  transition: 0.2s;
}
.file-download__icon:hover img {
  filter: invert(1);
}
.file-download__icon:hover:before {
  bottom: 0;
}
.file-download__arrow {
  position: relative;
  width: 34px;
  height: 34px;
  border-bottom: 1px solid #fff;
  transition: 0.2s;
}
.file-download__arrow:before {
  transition: 0.2s;
  content: "";
  position: absolute;
  top: 0;
  background-color: #fff;
  left: 17px;
  width: 1px;
  height: 22px;
}
.file-download__arrow:after {
  transition: 0.2s;
  content: "";
  position: absolute;
  top: 4px;
  left: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 15px;
  height: 15px;
  transform: rotate(135deg);
}
.file-download__data {
  color: #fff;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 300;
  margin-top: -3px;
}
.file-download__title {
  font-weight: 500;
}

.lightbox {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 125px;
  background: rgba(0, 10, 20, 0.9);
}

.lightbox.-active {
  display: grid;
  place-items: center;
  grid-template-rows: 100%;
}

.lightbox .lightbox__img {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.lightbox video {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  max-height: 100%;
}

.lightbox .lightbox__close {
  width: 125px;
  height: 125px;
  background-color: #000000;
  transition: 0.2s;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.lightbox .lightbox__close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 4px;
  margin-left: -20px;
  margin-top: -2px;
  background-color: #fff;
  transition: 0.2s;
}
.lightbox .lightbox__close span:first-child {
  transform: rotate(45deg);
}
.lightbox .lightbox__close span:last-child {
  transform: rotate(135deg);
}
.lightbox .lightbox__close:hover {
  background-color: #FFFF20;
}
.lightbox .lightbox__close:hover span {
  background-color: #000000;
}
.lightbox .lightbox__close:hover span:first-child {
  transform: rotate(225deg);
}
.lightbox .lightbox__close:hover span:last-child {
  transform: rotate(315deg);
}

.navi-section .rajk-menu ul li.menu-login {
  display: inline-block;
  position: absolute;
  top: 60px;
  margin-left: 120px;
  font-size: 1.25rem;
  font-weight: 600;
}
.navi-section .rajk-menu ul li.menu-login a {
  position: relative;
}
.navi-section .rajk-menu ul li.menu-login a img {
  position: absolute;
  top: 5px;
  left: -22px;
  height: 17px;
}

.elementor-widget-login button.elementor-button {
  margin-top: 30px;
  border-radius: 50px;
}
.elementor-widget-login button.elementor-button span {
  position: relative;
  padding-right: 60px;
  font-weight: 600;
  font-size: 1.5rem;
  transition: 0.2s;
}
.elementor-widget-login button.elementor-button span:before {
  position: absolute;
  right: 0;
  content: "";
  border: solid black;
  transition: 0.2s;
  border-width: 3px 40px 0 0;
}
.elementor-widget-login button.elementor-button span:after {
  position: absolute;
  right: 0;
  content: "";
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.elementor-widget-login button.elementor-button:hover span {
  padding-right: 80px;
}
.elementor-widget-login button.elementor-button:hover span:before {
  border-width: 3px 60px 0 0;
}
.elementor-widget-login .elementor-widget-container .elementor-login.elementor-form .elementor-form-fields-wrapper .elementor-field:not(.elementor-select-wrapper) {
  border-radius: 0;
  border-color: rgba(255, 255, 255, 0.4);
}
.elementor-widget-login input#user {
  margin-bottom: 15px;
}
.elementor-widget-login button {
  cursor: pointer;
}
.elementor-widget-login .elementor-widget-container .elementor-login.elementor-form .elementor-form-fields-wrapper input {
  padding: 0;
  font-size: 1rem;
}
.elementor-widget-login .elementor-widget-container .elementor-login.elementor-form .elementor-form-fields-wrapper label {
  color: #fff;
  position: absolute;
  transition: 0.2s;
  font-size: 1rem;
  top: 0;
}
.elementor-widget-login .elementor-widget-container .elementor-login.elementor-form .elementor-form-fields-wrapper label:has(+ input:focus), .elementor-widget-login .elementor-widget-container .elementor-login.elementor-form .elementor-form-fields-wrapper label:not(:has(+ input:placeholder-shown)) {
  color: #FFFF20;
  font-size: 0.75rem;
  top: -20px;
}

.download-all-btn {
  font-size: 1.25rem;
  font-weight: 600;
  fill: #000000;
  color: #000000;
  background-color: #FFFF20;
  border-radius: 40px 40px 40px 40px;
  padding: 19px 37px 19px 32px;
}
.download-all-btn:hover {
  color: #000000;
}

.download-all-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 290px;
}
.download-all-btn .download-all-btn__arrow {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  border-bottom: 2px solid #000000;
  transition: 0.2s;
  margin-right: 10px;
}
.download-all-btn .download-all-btn__arrow:before {
  transition: 0.2s ease-out;
  content: "";
  position: absolute;
  top: 2px;
  background-color: #000000;
  left: 14px;
  width: 2px;
  height: 18px;
}
.download-all-btn .download-all-btn__arrow:after {
  transition: 0.2s ease-out;
  content: "";
  position: absolute;
  top: 11px;
  left: 10px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  width: 10px;
  height: 10px;
  transform: rotate(135deg);
}
.download-all-btn:hover .download-all-btn__arrow:before {
  top: 5px;
}
.download-all-btn:hover .download-all-btn__arrow:after {
  top: 14px;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
#fixed {
  position: fixed;
  width: 100vw;
  height: 100vh;
}

.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

/*# sourceMappingURL=style.css.map */
