/*!
Theme Name: fynax
Theme URI: http://underscores.me/
Author: Jan B
Author URI: http://www.brotsalz.de
Description: A theme for Fynax
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: fynax
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.

fynax 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 {
  font-size: 18px;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  font-smooth: always;
  text-rendering: optimizeLegibility !important;
  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: #283547;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue",
    sans-serif;
  font-family: futura-pt, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

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%;
}

/* 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;
}

.secInd {
  text-transform: uppercase;
  font-weight: 800;
  font-family: "futura-pt", sans-serif;
}

.f-futura {
  font-family: "futura-pt", sans-serif;
}

.f-minion {
  font-family: minion-pro-caption, serif;
}

.headFirstClaim {
  font-size: 5rem;
  margin-bottom: 0;
  line-height: 1;
}

.headSecondClaim,
.stepIndex {
  font-size: 5rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1;
}

h2,
.h2Claim {
  font-size: 2.7rem;
  line-height: 1;
  word-wrap: break-word;
  white-space: normal;
}

.h3Claim {
  font-size: 1.75rem;
  font-weight: 700;
}

.firstHeadClaim {
  font-size: 2.25rem;
  font-family: minion-pro-caption, serif;
}

.secondHeadClaim {
  font-size: 2.25rem;
  font-weight: 700;
  font-family: "futura-pt", sans-serif;
}

h2.f-futura {
  font-weight: 700;
}

.subHeader {
  margin-top: 1rem;
  font-weight: 400;
  font-size: 1.5rem;
}

.citator {
  margin-top: 2.5rem;
}

.citator:before {
  content: url("assets/images/author_arrow.svg");
  margin-right: 1rem;
}

.quote::before {
  content: url("assets/images/quote_beg.svg");
  margin-right: 1rem;
}

.plusAfter {
  position: relative;
}

.plusAfter:after {
  content: url("assets/images/plus_blue.svg");
  position: absolute;
  width: 50px;
  height: 50px;
  bottom: -25px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.plusAfter.yellowPlus:after {
  content: url("assets/images/plus_yellow.svg");
}

.btnWhite {
  margin-bottom: 0;
}

.btnWhite a,
.btnWhiteA {
  padding: 0.5rem 2rem;
  border: 2px solid #fff;
  color: #fff !important;
}

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

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

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #283547;
  text-decoration: none;
}

a:visited {
  color: #283547;
}

a:hover,
a:focus,
a:active {
  color: #283547;
}

a:focus {
  outline: thin dotted;
}

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

/* Colors */
.cWhite,
.cWhite a {
  color: #fff;
}

.cPrimary {
  color: #283547;
}

.bgPrimary {
  background-color: #283547;
}

.cSecond {
  color: #ffc333;
}

.bgSecond {
  background-color: #ffc333;
}

.cThree {
  color: #009fe3;
}

.bgThree {
  background-color: #009fe3;
}

.bgLightgrey {
  background-color: #f4f4f4;
}

.bgWhite {
  background-color: #fff;
}

.fyEnd {
  display: flex;
  align-items: flex-end;
}

.fyCenter {
  display: flex;
  align-items: center;
}

/* 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;
}

input[type="submit"] {
  display: inline-block;
  border: none !important;
  background: #009fe3;
  color: #fff;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  width: auto !important;
}

input[type="submit"]:hover {
  border: none !important;
}

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
--------------------------------------------- */

/* Navigation
--------------------------------------------- */
#masthead {
  z-index: 99;
  transition: all 0.2s ease-in;
}

#masthead > .container-fluid {
  position: relative;
  z-index: 109;
}

.site-branding,
.langSwitchWrapper,
.main-navigation {
  position: relative;
  z-index: 110;
}

.site-branding img {
  height: 65px;
  transition: height 0.2s ease-in;
  width: auto;
}

#masthead.nav-down .site-branding img {
  height: 50px;
  width: auto;
  transition: height 0.2s ease-in;
}

#masthead.nav-down > .container-fluid {
  background: #283547;
  transition: all 0.2s ease-in;
}

.header-padding {
  padding-top: 115px;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation a {
  transition: all 0.2s ease-in;
}

.main-navigation a:hover {
  color: #ef7128;
  transition: all 0.2s ease-in;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
  margin-left: 2rem;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  font-weight: 700;
}

#navBurger {
  width: 40px;
  height: 40px;
  position: relative;
  margin-top: 12px;
  cursor: pointer;
}

#navBurger span {
  background: #fff;
  border: none;
  height: 5px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}

#navBurger span:nth-child(2) {
  top: 11px;
}

#navBurger span:nth-child(3) {
  top: 22px;
}

.navOpen #navBurger .top {
  transform: translateY(16px) translateX(0) rotate(45deg);
  background: #fff;
}

.navOpen #navBurger .middle {
  opacity: 0;
  background: #fff;
}

.navOpen .bottom {
  transform: translateY(-6px) translateX(0) rotate(-45deg);
  background: #fff;
}

/* .navBurgerContainer:hover #navBurger:not(.active) span:first-child {
    animation: menuToggle .4s .1s ease-in;
}

.navBurgerContainer:hover #navBurger:not(.active) span:nth-child(2) {
    animation: menuToggle .4s .3s ease-in;
}

.navBurgerContainer:hover #navBurger:not(.active) span:nth-child(3) {
    animation: menuToggleLast .4s .1s ease-in;
} */

#navBurger.active span:nth-child(3) {
  opacity: 0;
}

#navBurger.active span:nth-child(1) {
  position: absolute;
  top: 5px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5);
  /*for IE*/
}

#navBurger.active span:nth-child(2) {
  position: absolute;
  top: 5px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-5);
  /*for IE*/
}

@keyframes menuToggle {
  0% {
    width: inherit;
  }

  50% {
    width: 20%;
  }

  100% {
    width: inherit;
  }
}

@keyframes menuToggleLast {
  0% {
    width: 70%;
  }

  33% {
    width: 100%;
  }

  66% {
    width: 20%;
  }

  100% {
    width: 70%;
  }
}

#navOverlayContainer {
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: -99;
  display: flex;
  height: 0%;
}

.navOpen #navOverlayContainer {
  z-index: 97;
  opacity: 1;
  height: 100%;
  transition: 0.3s all ease-in-out;
}

#navOverlayContainer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#navOverlayContainer ul li {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  display: flex;
}

#navOverlayContainer ul li a::before {
  content: "";
  background: url("assets/images/plus_white.svg");
  margin-right: 1rem;
  height: 2rem;
  width: 3rem;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}

#navOverlayContainer ul li a {
  color: #fff;
  transition: all ease-in 0.2s;
}

#navOverlayContainer ul li a:hover {
  color: #009fe3;
  transition: all ease-in 0.2s;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

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

.page-content,
.entry-content,
.entry-summary {
  margin: 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;
}

/*--------------------------------------------------------------
# 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;
}

.felix1Logo figure,
.felix1Logo {
  margin: 0;
}

/* Alignments
--------------------------------------------- */
.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;
}

/* HERO */
.headerHero {
  min-height: calc(100vh - 100px) !important;
  padding-top: 100px;
}

.headerAuto img,
.headerAuto .wp-block-image,
.headerAuto .wp-block-image .alignright {
  margin-bottom: 0 !important;
}

.min-vh-60 {
  min-height: 70vh;
}

.headerAuto img {
  max-height: 70vh;
  height: 600px;
  width: auto;
}

.headerAuto .min-vh-60 {
  min-height: 100vh;
}

/* PROD ITEMS */
.prodItem figure,
.prodItem .wp-block-image {
  margin: 0 !important;
}

.prodItem img {
  width: 700px;
}

.prodItem ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.prodItem ul li {
  display: flex;
}

.prodItem li::before {
  content: url("assets/images/plus_white.svg");
  margin-right: 1rem;
  height: 2rem;
}

.prodItem .wp-block-group {
  min-height: 22rem;
}

/* LEISTUNGITEM  */
.leistItem {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.leistItem p {
  font-size: 1.5rem;
  font-weight: 700;
}

/* LEISTUNG PROZESS */
#process_line_box {
  position: absolute;
  left: 34%;
  z-index: -1;
  top: 200px;
}

/* ORDER CTA */
.offerCTAWrapper {
  position: absolute;
  top: 0%;
  left: 0;
  right: 0;
  max-width: 1320px;
}

.nav-down .offerCTAWrapper {
  padding-top: 0.4rem !important;
  padding-bottom: 0.4rem !important;
}

.offerCTA {
  font-size: 0.75rem;
}

/* LANG SWITCH */
.langSwitchWrapper span {
  color: #ffc333;
}

.langSwitchWrapper {
  font-weight: 500;
}

/* BANNER F1 */
.f1Banner {
  background-color: rgba(0, 191, 61, 0.9);
}

/* MW's */
.mw-992 {
  max-width: 992px;
}

/* KONTAKT FORM */

.fynaxForm {
  max-width: 992px;
  margin: 0 auto;
}

.fynaxForm label {
  font-weight: 700;
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
  display: block;
}

.fynaxForm input,
.fynaxForm textarea {
  width: 996px;
  border: 2px solid #283547;
  border-radius: 0;
  max-width: 100%;
}

.fynaxForm #fysubmit,
.fynaxForm .fysubmit {
  max-width: 200px;
  border-radius: 0;
  padding: 1rem 2rem;
  border: none;
  background: #009fe3;
  color: #fff;
  font-weight: 700;
  letter-spacing: 2;
  cursor: pointer;
}

#updateFirmForm .msgsuccess {
  margin: 3rem 0;
  padding: 3rem 0;
}

#data_protection {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0.5rem;
  margin-right: 1rem;
}

.pCastBubble {
  width: 300px;
  height: 300px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
}

.pCastBubble i {
  position: absolute;
  top: -2.5rem;
  color: #fff;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 5rem;
  text-align: center;
  z-index: 3;
}

.bubbleCont {
  text-align: center;
}

.pCastBubble h3 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.pCastBubble button {
  margin: 0 auto;
  padding: 0.5rem 1rem;
  border: 2px solid #283547;
  background-color: #283547 !important;
  color: #fff;
}

.bsListenCont {
  background-color: #283547;
  padding: 2rem 1rem;
  color: #fff;
}

.bsListenLinks {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 2rem;
}

.btnCast {
  margin: 1rem 0 0;
  padding: 0.5rem 1rem;
  border: 2px solid #283547;
  background-color: #fff !important;
  color: #283547;
  width: 50%;
}

.btnCast svg {
  color: #283547;
}

.pCast-header {
  background-color: #283547 !important;
  color: #fff;
  text-align: right;
}

.castModalClose {
  background-color: #283547 !important;
  color: #fff;
  border: none;
}

/* BOOTSTRAP CUSTOMS */

@media (max-width: 1720px) {
  .offerCTAWrapper {
    padding-right: 10rem;
  }
}

@media (min-width: 1440px) {
  .container-fluid {
    max-width: 1920px;
  }
}

@media (max-width: 1220px) {
  .secondHeadClaim {
    word-wrap: break-word;
  }
}

@media (max-width: 1410px) {
  #process_line_box {
    display: none;
  }
}

@media (min-height: 1200px) {
  .headerHero .row,
  .headerHero {
    min-height: 1200px !important;
    max-height: 800px !important;
  }

  .bloghHeader .row {
    padding-top: 120px;
    padding-bottom: 60px;
  }
}

@media (max-width: 992px) {
  #process_line_box {
    display: none;
  }
}

@media (max-width: 576px) {
  .headFirstClaim,
  .headSecondClaim,
  .stepIndex {
    font-size: 3rem;
  }

  h2,
  .h2Claim {
    font-size: 2rem;
  }

  .headerHero h2 {
    font-size: 1.5rem;
  }

  .subHeader {
    font-size: 1.1rem;
  }

  .headerHero .backgroundImageContainer {
    background-position-x: center;
  }

  .firstHeadClaim,
  .secondHeadClaim {
    font-size: 1.75rem;
  }

  .pCastBubble {
    margin-top: 1rem !important;
    transform: scale(0.7) !important;
  }
}

@media (max-width: 1200px) {
  .learnMoreF1 a {
    display: inline-block;
  }

  .learnMoreF1 a {
    text-align: center;
  }
}

.bloghHeader .row {
  padding-top: 120px;
  padding-bottom: 60px;
}

/* 
@media (max-width: 1200px) {
    .learnMoreF1 a {
        display: block;
    }
}
 */

@media (min-width: 768px) {
  .bloghHeader .row {
    min-height: 620px;
  }

  /* .bloghHeader .container {
    background: url('assets/images/overlay_landing_nobg.png') no-repeat bottom right/contain;
} */
}

/** BLOG */
.blogHeaderTitle {
  font-size: 1.5rem;
}

.headerCat {
  font-size: 0.85rem;
}

aside .wp-block-categories-list {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}

aside .wp-block-categories-list li a {
  display: inline-block;
  border: 2px solid #283547;
  padding: 0.25rem 1.5rem;
  font-weight: 600;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.85rem;
  transition: 0.3s ease-in-out;
}

aside .wp-block-tag-cloud a {
  display: inline-block;
  border: 1px solid #283547;
  padding: 0.1rem 0.5rem;
  font-size: 0.8rem !important;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  transition: 0.3s ease-in-out;
}

aside .wp-block-tag-cloud a:hover,
aside .wp-block-categories-list li a:hover,
.artTags a:hover {
  background-color: #283547;
  color: #fff;
}

.artTags a {
  font-size: 0.8rem !important;
  display: inline-block;
  border: 1px solid #283547;
  padding: 0.1rem 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  transition: 0.3s ease-in-out;
}

aside section {
  margin-bottom: 0 !important;
}

aside .tagIcon,
aside .catIcon,
.headerDate,
.artLabel {
  display: flex;
  align-items: center;
  font-size: 0.9rem !important;
  font-weight: 600;
  min-height: 2rem;
  margin-bottom: 0.75rem !important;
}

aside .tagIcon:before {
  content: "";
  display: inline-block;
  margin-right: 0.2rem;
  width: 1rem;
  height: 1rem;
  background: url("assets/images/bookmark-lighblue.svg") no-repeat center center/contain;
}

aside .catIcon:before {
  content: "";
  display: inline-block;
  margin-right: 0.2rem;
  width: 1rem;
  height: 1rem;
  background: url("assets/images/folder-lightblue.svg") no-repeat center center/contain;
}

.headerDate:before {
  content: "";
  display: inline-block;
  margin-right: 0.5rem;
  width: 1rem;
  height: 1rem;
  margin-bottom: 0.2rem;
  background: url("assets/images/calendar-lightblue.svg") no-repeat center center/contain;
}

.artSHLink {
  display: inline-block;
  margin-right: 0.25rem;
  transition: 0.3s ease-in-out;
  color: #009fe3;
}

.artSHLink svg #shBG {
  fill: #009fe3;
  transition: 0.3s ease-in-out;
}

.artSHLink:hover svg #shBG {
  fill: #283547;
}

.feedCTA {
  padding: 0.5rem 1.5rem;
  background-color: #ffc333;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.8rem;
  cursor: pointer;
  transition: 0.25s ease-in;
  font-weight: 700;
}

.feedCTA:hover {
  color: #fff;
  background-color: #009fe3;
}

.feedCTA svg {
  height: 0.75rem;
  width: auto;
  margin-right: 0.25rem;
}

.negMarBot {
  padding-bottom: 4rem !important;
  margin-bottom: -3rem;
  padding-bottom: 6rem !important;
}

.blogFooterSitelogo img {
  max-width: 180px;
}

.topArtImg {
  width: 100%;
  height: 0;
  padding-bottom: 52.5%;
  background-color: #283547;
}

.topArtCat {
  margin: 1rem 0 0.5rem;
  color: #ffc333;
  font-weight: 800;
  text-transform: uppercase;
}

.topArtTitle {
  font-size: 2rem;
  font-weight: 700;
  color: #009fe3;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.subTopBlogArticle .topArtTitle {
  font-size: 1.25rem;
}

.chevBtnBlue {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0rem 0.5rem 1rem;
  font-weight: 700;
  font-size: 0.9rem;
  border: 2px solid #283547;
  transition: all 0.3s;
}

.chevLinkYellow {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  color: #ffc333;
  font-size: 0.9rem;
  transition: all 0.3s;
}

.chevBtnLabel {
  padding-top: 0.12rem;
}

.chevBtnBlue svg,
.chevLinkYellow svg {
  height: 1.25rem;
  width: auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.chevAvWrapper {
  width: 2rem;
  height: 1.5rem;
  position: relative;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}

.chevAvArrow {
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  background: #283547;
  transition: all 0.3s;
}

.chevLinkYellow .chevAvArrow {
  background: #ffc333;
}

.chevBtnBlue:hover {
  background: #283547;
  color: #fff;
}

.chevLinkYellow:hover {
  color: #ffc333;
}

.chevBtnBlue:hover svg,
.chevLinkYellow:hover svg {
  left: 0.25rem;
}

.chevBtnBlue:hover .chevAvArrow {
  width: 1rem;
  background: #fff;
  transition: all 0.3s;
}

.chevLinkYellow:hover .chevAvArrow {
  transition: all 0.3s;
  width: 1rem;
}

.blogArchiveSubHeader {
  padding-bottom: 6rem;
}

.blogArchiveSubSec {
  margin-top: -6rem;
}

.podcastBlock {
  background-color: #283547;
  color: #fff;
}

.podCastEmbeds {
  background-color: #206787;
}

.yelloFrame {
  border-bottom: 2px solid #ffc333;
  width: 100%;
}

.breadcrumb,
.breadcrumb a {
  color: #fff;
}

.breadcrumb .current-page {
  color: #009fe3;
}

@media (max-width: 576px) {
  .headFirstClaim,
  .headSecondClaim,
  .stepIndex {
    font-size: 3rem;
  }

  h2,
  .h2Claim {
    font-size: 2rem;
  }

  .single-post h2 {
    font-size: 1.5rem;
  }

  .headerHero h2,
  .topArtTitle {
    font-size: 1.5rem;
  }

  .subHeader {
    font-size: 1.1rem;
  }

  .headerHero .backgroundImageContainer {
    background-position-x: center;
  }

  .firstHeadClaim,
  .secondHeadClaim {
    font-size: 1.75rem;
  }

  .pCastBubble {
    margin-top: 1rem !important;
    transform: scale(0.7) !important;
  }

  .blogHeaderTitle {
    font-size: 1rem;
  }

  .bloghHeader * {
    color: #fff !important;
  }

  .bloghHeader .heroH2 {
    font-size: 1.5rem;
  }

  #navOverlayContainer ul li {
    font-size: 2rem;
  }

  #navOverlayContainer {
    overflow-y: scroll;
    padding-bottom: 5rem;
    padding-top: 4rem;
  }
}

.infoBox {
  background-color: #009fe3;
  color: #fff;
  padding: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.infoCol {
  display: flex;
  align-items: center;
}

.infoCol svg {
  width: 30px;
  height: 30px;
  margin-right: 15px;
}

.infoCol p {
  margin-bottom: 0;
}

.infoBoxContent {
  width: calc(100% - 45px);
}

/* Study Landingpage */
.studyLandingpage {
  background: #fff;
}

.studyLandingpage *:not(.cSecond) {
  color: #283547 !important;
}

.feedCTA.landingpage {
  border-radius: 0;
  border: none;
  font-size: 1.25rem;
  outline: none;
  box-shadow: none;
}

.page-id-3240 #masthead .site-branding img {
  height: 50px;
  width: auto;
  transition: height 0.2s ease-in;
}

.page-id-3240 #masthead > .container-fluid {
  background: #283547;
  transition: all 0.2s ease-in;
}

.page-id-3240 .offerCTAWrapper {
  padding-top: 0.4rem !important;
  padding-bottom: 0.4rem !important;
}

.feedCTA.landingpage:focus {
  color: #fff;
  background-color: #009fe3;
}

.rsItemCont a {
  text-align: center;
}

.rsItemImg {
  margin-left: auto;
  margin-right: auto;
}

.leistItem img {
  height: 90px;
  width: auto;
}

.grReformForm {
  background-color: #fff;
  padding: 2rem;
  border-radius: 2rem;
  margin-top: -5rem;
}

@media (max-width: 768px) {
  .grReformForm {
    margin-top: 0rem;
  }
}

.post-password-form {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #206787;
  color: #fff;
}

.progress {
  width: 100%;
  position: absolute;
  bottom: -7px;
  left: 0;
  height: 7px;
  border-radius: 0 !important;
  background-color: #283547;
}

.progress > .progress-bar {
  height: 7px;
  width: 0px;
  background-color: #ffc333;
}

.countsingle {
  font-size: 3.5rem;
}

.countSingleLabel {
  font-size: 1.5rem;
}

.badgeStudie {
  border-radius: 99999999rem;
  background-color: #009fe3;
  color: #fff;
  height: 230px;
  width: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.8rem;
  padding: 0.75rem;
}

.sBadgeNumber {
  font-size: 1.8rem;
  font-weight: bold;
  width: 100%;
  text-align: center;
}

.feedCTA.bigger {
  padding: 0.5rem 1rem;
  font-size: 1.15rem;
}

.btnPM {
  padding: 0.1rem 0.5rem;
  border: 2px solid #009fe3;
  background-color: #009fe3;
  border-radius: 0.375rem;
  color: #fff;
}

.prContact svg {
  height: 1rem;
}

@media (max-width: 768px) {
  .prContact .prContactInfo {
    width: 100%;
  }
}

.sib_signup_box_inside_2 {
  /* background-color: #ffc333; */
  /* padding: 4.5rem 3rem 3rem; */
  padding: 7.5rem 3rem 3rem;
  font-style: normal;
  /* box-shadow: 0 20px 13px rgb(0 0 0 / 0.03); */
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.sib_signup_box_inside_2:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='381.001' height='277.705' viewBox='0 0 381.001 277.705'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_458' data-name='Rectangle 458' width='43.01' height='42.221' fill='none'/%3E%3C/clipPath%3E%3CclipPath id='clip-path-2'%3E%3Crect id='Rectangle_1755' data-name='Rectangle 1755' width='76' height='78' transform='translate(-3 -4.512)' fill='%23009fe3' stroke='%23283547' stroke-width='1'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_1264' data-name='Group 1264' transform='translate(-408.976 -2452.36)'%3E%3Cg id='Group_1232' data-name='Group 1232' transform='translate(367.148 2374.313)'%3E%3Ccircle id='Ellipse_18' data-name='Ellipse 18' cx='117.122' cy='117.122' r='117.122' transform='translate(117.395 121.508)' fill='%23fff' opacity='0.255'/%3E%3Cg id='Group_514' data-name='Group 514' transform='translate(131.232 158.959)'%3E%3Crect id='Rectangle_445' data-name='Rectangle 445' width='150.534' height='97.847' rx='2' transform='translate(1.434 1.434)' fill='%23fec800'/%3E%3Cpath id='Path_4038' data-name='Path 4038' d='M303.667,326.714H161.735A5.741,5.741,0,0,1,156,320.98V231.735A5.741,5.741,0,0,1,161.735,226H303.667a5.741,5.741,0,0,1,5.735,5.735V320.98A5.741,5.741,0,0,1,303.667,326.714ZM161.735,228.867a2.871,2.871,0,0,0-2.867,2.867V320.98a2.871,2.871,0,0,0,2.867,2.867H303.667a2.871,2.871,0,0,0,2.867-2.867V231.735a2.871,2.871,0,0,0-2.867-2.867Z' transform='translate(-156 -226)' fill='%23353849'/%3E%3C/g%3E%3Cg id='Group_515' data-name='Group 515' transform='translate(179.618 256.806)'%3E%3Crect id='Rectangle_446' data-name='Rectangle 446' width='54.479' height='21.863' rx='2' transform='translate(1.434 1.434)' fill='%23fec800'/%3E%3Cpath id='Path_4039' data-name='Path 4039' d='M342.612,523.731H296.735A5.741,5.741,0,0,1,291,518V504.735A5.741,5.741,0,0,1,296.735,499h45.877a5.741,5.741,0,0,1,5.735,5.735V518A5.741,5.741,0,0,1,342.612,523.731Zm-45.877-21.863a2.871,2.871,0,0,0-2.867,2.867V518a2.871,2.871,0,0,0,2.867,2.867h45.877A2.871,2.871,0,0,0,345.479,518V504.735a2.871,2.871,0,0,0-2.867-2.867Z' transform='translate(-291 -499)' fill='%23353849'/%3E%3C/g%3E%3Crect id='Rectangle_447' data-name='Rectangle 447' width='76.342' height='2.867' rx='1.434' transform='translate(170.299 279.028)' fill='%23353849'/%3E%3Cg id='Group_516' data-name='Group 516' transform='translate(131.232 243.545)'%3E%3Crect id='Rectangle_448' data-name='Rectangle 448' width='150.534' height='13.261' rx='6.631' transform='translate(1.434 1.434)' fill='%23fec800'/%3E%3Cpath id='Path_4040' data-name='Path 4040' d='M303.667,478.129H161.735A5.741,5.741,0,0,1,156,472.394v-4.659A5.741,5.741,0,0,1,161.735,462H303.667a5.741,5.741,0,0,1,5.735,5.735v4.659A5.741,5.741,0,0,1,303.667,478.129ZM161.735,464.867a2.871,2.871,0,0,0-2.867,2.867v4.659a2.871,2.871,0,0,0,2.867,2.867H303.667a2.871,2.871,0,0,0,2.867-2.867v-4.659a2.871,2.871,0,0,0-2.867-2.867Z' transform='translate(-156 -462)' fill='%23353849'/%3E%3C/g%3E%3Crect id='Rectangle_449' data-name='Rectangle 449' width='27.273' height='27.239' transform='translate(251.657 216.305)' fill='%23fff' opacity='0.3'/%3E%3Crect id='Rectangle_450' data-name='Rectangle 450' width='27.273' height='27.239' transform='translate(251.657 161.826)' fill='%23fff' opacity='0.3'/%3E%3Crect id='Rectangle_451' data-name='Rectangle 451' width='27.273' height='27.239' transform='translate(224.384 189.066)' fill='%23fff' opacity='0.3'/%3E%3Cg id='Group_517' data-name='Group 517' transform='translate(202.955 199.15)'%3E%3Crect id='Rectangle_452' data-name='Rectangle 452' width='2.612' height='6.044' transform='translate(5.22 6.044) rotate(180)' fill='%23fff'/%3E%3Crect id='Rectangle_453' data-name='Rectangle 453' width='2.612' height='2.612' transform='translate(5.22 7.836) rotate(180)' fill='%23fff'/%3E%3Crect id='Rectangle_454' data-name='Rectangle 454' width='5.414' height='2.612' transform='translate(5.414 5.224) rotate(180)' fill='%23fff'/%3E%3Crect id='Rectangle_455' data-name='Rectangle 455' width='2.612' height='2.612' transform='translate(7.845 5.224) rotate(180)' fill='%23fff'/%3E%3C/g%3E%3Cg id='Group_518' data-name='Group 518' transform='translate(119.404 224.549)'%3E%3Crect id='Rectangle_456' data-name='Rectangle 456' width='29.39' height='54.121' rx='3' transform='translate(1.434 1.434)' fill='%23fec800'/%3E%3Cpath id='Path_4041' data-name='Path 4041' d='M149.523,465.988H128.735A5.741,5.741,0,0,1,123,460.253V414.735A5.741,5.741,0,0,1,128.735,409h20.788a5.741,5.741,0,0,1,5.735,5.735v45.519A5.741,5.741,0,0,1,149.523,465.988Zm-20.788-54.121a2.871,2.871,0,0,0-2.867,2.867v45.519a2.871,2.871,0,0,0,2.867,2.867h20.788a2.871,2.871,0,0,0,2.867-2.867V414.735a2.871,2.871,0,0,0-2.867-2.867Z' transform='translate(-123 -409)' fill='%23353849'/%3E%3C/g%3E%3Ccircle id='Ellipse_19' data-name='Ellipse 19' cx='1.792' cy='1.792' r='1.792' transform='translate(133.741 272.935)' fill='%23353849'/%3E%3Cg id='Group_521' data-name='Group 521' transform='translate(213.613 179.033)'%3E%3Cg id='Group_519' data-name='Group 519' transform='translate(46.181)'%3E%3Cpath id='Path_4042' data-name='Path 4042' d='M619.083,347.747a11.026,11.026,0,0,0-11.09-9.416H571.658a2.858,2.858,0,0,1-2.7-3.806,102.116,102.116,0,0,0,5.809-24.215c.735-7.739.163-18.015-7.634-22.174-3.377-1.8-8.779-2.934-12.41-1.378-3.344,1.434-2.2,6.548-2.2,9.367,0,4.265-1.662,8.317-2.947,12.32-4.024,5.628-7.6,11.564-11.639,17.179-3.5,4.866-7.732,11.439-14,12.792a6.38,6.38,0,0,0-5.238,6.193v68.431a6.31,6.31,0,0,0,6.31,6.31h64.174a11.009,11.009,0,0,0,11.073-9.493,10.718,10.718,0,0,0-4.929-10.3.028.028,0,0,1,.015-.053h.124a11.005,11.005,0,0,0,11.069-9.489A10.716,10.716,0,0,0,601.6,379.7a.028.028,0,0,1,.015-.053h.124a11.006,11.006,0,0,0,11.073-9.529A10.718,10.718,0,0,0,607.8,359.8h.627A10.739,10.739,0,0,0,619.083,347.747Z' transform='translate(-517.263 -284.584)' fill='%23009fe3'/%3E%3Cpath id='Path_4043' data-name='Path 4043' d='M586.615,418.208H522.441a7.753,7.753,0,0,1-7.744-7.744V342.033a7.839,7.839,0,0,1,6.368-7.594c5.235-1.13,9.151-6.629,12.3-11.048q.429-.6.844-1.181c2.045-2.84,4.009-5.825,5.908-8.712,1.8-2.733,3.657-5.558,5.6-8.281.2-.627.414-1.256.626-1.886,1.073-3.19,2.183-6.49,2.183-9.783,0-.486-.04-1.081-.081-1.711-.2-2.951-.492-7.411,3.152-8.974,4.178-1.791,10-.514,13.65,1.43,6.617,3.529,9.516,11.681,8.386,23.575-.7,7.378-2.571,15.181-5.884,24.556a1.425,1.425,0,0,0,1.347,1.9h36.334A12.4,12.4,0,0,1,617.94,345a12.172,12.172,0,0,1-9.213,13.315A12.1,12.1,0,0,1,602.4,378.11a12.1,12.1,0,0,1-6.281,19.849,12.122,12.122,0,0,1,3,9.482A12.372,12.372,0,0,1,586.615,418.208ZM556.189,284.881a8.873,8.873,0,0,0-3.466.618c-1.648.706-1.624,3.1-1.421,6.148.045.679.088,1.32.088,1.9,0,3.763-1.186,7.288-2.333,10.7-.231.689-.462,1.376-.682,2.061l-.068.213-.131.183c-1.955,2.734-3.84,5.6-5.664,8.372-1.916,2.911-3.9,5.922-5.977,8.811-.274.38-.552.771-.836,1.169-3.434,4.822-7.707,10.823-14.029,12.187a4.935,4.935,0,0,0-4.106,4.792v68.431a4.882,4.882,0,0,0,4.876,4.876h64.174a9.628,9.628,0,0,0,9.649-8.22,9.275,9.275,0,0,0-4.272-8.933l-.908-.576.285-1.066a1.471,1.471,0,0,1,1.406-1.056h.124a9.626,9.626,0,0,0,9.644-8.216,9.273,9.273,0,0,0-4.272-8.936l-.912-.578.292-1.07a1.471,1.471,0,0,1,1.4-1.049h.124a9.619,9.619,0,0,0,9.648-8.251,9.264,9.264,0,0,0-4.349-8.947l-4.267-2.652h5.651a9.305,9.305,0,0,0,9.233-10.452h0a9.535,9.535,0,0,0-9.667-8.151H569.092a4.292,4.292,0,0,1-4.05-5.718c3.233-9.149,5.055-16.734,5.733-23.872,1.027-10.8-1.288-17.79-6.881-20.773A17.46,17.46,0,0,0,556.189,284.881Zm37.334,110.883.008.005Z' transform='translate(-514.697 -282.007)' fill='%23353849'/%3E%3C/g%3E%3Cg id='Group_520' data-name='Group 520' transform='translate(0 53.326)'%3E%3Crect id='Rectangle_457' data-name='Rectangle 457' width='39.497' height='80.007' rx='4' transform='translate(1.434 1.434)' fill='%23009fe3'/%3E%3Cpath id='Path_4044' data-name='Path 4044' d='M421.38,513.666h-28.7a6.84,6.84,0,0,1-6.832-6.832v-69.21a6.84,6.84,0,0,1,6.832-6.832h28.7a6.84,6.84,0,0,1,6.832,6.832v69.21A6.84,6.84,0,0,1,421.38,513.666Zm-28.7-80.007a3.969,3.969,0,0,0-3.965,3.965v69.21a3.97,3.97,0,0,0,3.965,3.965h28.7a3.97,3.97,0,0,0,3.965-3.965v-69.21a3.969,3.969,0,0,0-3.965-3.965Z' transform='translate(-385.848 -430.791)' fill='%23353849'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_524' data-name='Group 524' transform='translate(185.336 181.934)'%3E%3Cg id='Group_523' data-name='Group 523'%3E%3Cg id='Group_522' data-name='Group 522' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_4045' data-name='Path 4045' d='M311.623,324.57a21.563,21.563,0,0,0,5.212,4.7,21.343,21.343,0,0,0,6.559,2.8l1.957-8.127a13.181,13.181,0,0,1-7.193-4.592,13.145,13.145,0,0,1-.226-16.1c.093-.123.191-.251.29-.369l4.769,6.181,5.349-18.968-19.981,0,4.671,6.053a21.647,21.647,0,0,0-1.775,2.07,21.488,21.488,0,0,0,.369,26.343Zm0,0' transform='translate(-306.94 -290.101)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3Cpath id='Path_4046' data-name='Path 4046' d='M383.673,298.619a21.576,21.576,0,0,0-5.211-4.7,21.355,21.355,0,0,0-6.559-2.8l-1.957,8.127a13.184,13.184,0,0,1,7.193,4.592,13.147,13.147,0,0,1,.226,16.1c-.1.133-.2.261-.31.393l-4.9-6.352-5.349,18.968,19.981-.005-4.543-5.885a21.589,21.589,0,0,0,1.795-2.09,21.487,21.487,0,0,0-.369-26.343Zm0,0' transform='translate(-345.356 -290.752)' fill='%23fff'/%3E%3C/g%3E%3Crect id='Rectangle_459' data-name='Rectangle 459' width='10.932' height='10.918' transform='translate(135.712 258.371)' fill='%23fff' opacity='0.3'/%3E%3Crect id='Rectangle_460' data-name='Rectangle 460' width='10.932' height='10.918' transform='translate(135.712 236.534)' fill='%23fff' opacity='0.3'/%3E%3Crect id='Rectangle_461' data-name='Rectangle 461' width='10.932' height='10.918' transform='translate(124.78 247.452)' fill='%23fff' opacity='0.3'/%3E%3C/g%3E%3Cg id='Group_1248' data-name='Group 1248' transform='translate(287.977 -695.975)'%3E%3Cg id='Rectangle_1759' data-name='Rectangle 1759' transform='translate(390 3184)' fill='%23fec800' stroke='%23283547' stroke-width='2'%3E%3Crect width='62' height='51' rx='7' stroke='none'/%3E%3Crect x='1' y='1' width='60' height='49' rx='6' fill='none'/%3E%3C/g%3E%3Cg id='Rectangle_1768' data-name='Rectangle 1768' transform='translate(390 3184)' fill='%23009fe3' stroke='%23283547' stroke-width='2'%3E%3Cpath d='M7,0H55a7,7,0,0,1,7,7v7a0,0,0,0,1,0,0H0a0,0,0,0,1,0,0V7A7,7,0,0,1,7,0Z' stroke='none'/%3E%3Cpath d='M7,1H55a6,6,0,0,1,6,6v6a0,0,0,0,1,0,0H1a0,0,0,0,1,0,0V7A6,6,0,0,1,7,1Z' fill='none'/%3E%3C/g%3E%3Cg id='Group_1246' data-name='Group 1246'%3E%3Cg id='Rectangle_1760' data-name='Rectangle 1760' transform='translate(402 3178)' fill='%23009fe3' stroke='%23283547' stroke-width='2'%3E%3Crect width='11' height='8' rx='2' stroke='none'/%3E%3Crect x='1' y='1' width='9' height='6' rx='1' fill='none'/%3E%3C/g%3E%3Cg id='Rectangle_1761' data-name='Rectangle 1761' transform='translate(430 3178)' fill='%23009fe3' stroke='%23283547' stroke-width='2'%3E%3Crect width='11' height='8' rx='2' stroke='none'/%3E%3Crect x='1' y='1' width='9' height='6' rx='1' fill='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_1247' data-name='Group 1247' transform='translate(1 1)'%3E%3Cg id='Rectangle_1762' data-name='Rectangle 1762' transform='translate(400 3201)' fill='%23fff' stroke='%23283547' stroke-width='2'%3E%3Crect width='11' height='11' rx='2' stroke='none'/%3E%3Crect x='1' y='1' width='9' height='9' rx='1' fill='none'/%3E%3C/g%3E%3Cg id='Rectangle_1766' data-name='Rectangle 1766' transform='translate(400 3216)' fill='%23fff' stroke='%23283547' stroke-width='2'%3E%3Crect width='11' height='11' rx='2' stroke='none'/%3E%3Crect x='1' y='1' width='9' height='9' rx='1' fill='none'/%3E%3C/g%3E%3Cg id='Rectangle_1763' data-name='Rectangle 1763' transform='translate(415 3201)' fill='%23fff' stroke='%23283547' stroke-width='2'%3E%3Crect width='11' height='11' rx='2' stroke='none'/%3E%3Crect x='1' y='1' width='9' height='9' rx='1' fill='none'/%3E%3C/g%3E%3Cg id='Rectangle_1767' data-name='Rectangle 1767' transform='translate(415 3216)' fill='%23fff' stroke='%23283547' stroke-width='2'%3E%3Crect width='11' height='11' rx='2' stroke='none'/%3E%3Crect x='1' y='1' width='9' height='9' rx='1' fill='none'/%3E%3C/g%3E%3Cg id='Rectangle_1764' data-name='Rectangle 1764' transform='translate(430 3201)' fill='%23fff' stroke='%23283547' stroke-width='2'%3E%3Crect width='11' height='11' rx='2' stroke='none'/%3E%3Crect x='1' y='1' width='9' height='9' rx='1' fill='none'/%3E%3C/g%3E%3Cg id='Rectangle_1765' data-name='Rectangle 1765' transform='translate(430 3216)' fill='%23fff' stroke='%23283547' stroke-width='2'%3E%3Crect width='11' height='11' rx='2' stroke='none'/%3E%3Crect x='1' y='1' width='9' height='9' rx='1' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg id='Group_1245' data-name='Group 1245' transform='translate(465.525 2212.164)'%3E%3Cpath id='Path_3726' data-name='Path 3726' d='M321.343,483.153a2.524,2.524,0,1,0-2.524,2.524A2.524,2.524,0,0,0,321.343,483.153Z' transform='translate(-151.269 -215.531)' fill='%23fff'/%3E%3Ccircle id='Ellipse_10' data-name='Ellipse 10' cx='22.931' cy='22.931' r='22.931' transform='translate(138.58 241.899)' fill='%23fec800'/%3E%3Cg id='Group_467' data-name='Group 467' transform='translate(118.144 240.196)'%3E%3Cg id='Group_465' data-name='Group 465' transform='translate(18.719 39.652)'%3E%3Cpath id='Path_3734' data-name='Path 3734' d='M212.159,549.54l-5.039,5.224a3.139,3.139,0,0,1-4.435,0h0a3.139,3.139,0,0,1,0-4.435l4.722-4.828' transform='translate(-200.818 -544.835)' fill='%23009fe3'/%3E%3Cpath id='Path_3735' data-name='Path 3735' d='M201.854,554.5a4.082,4.082,0,0,1-2.885-6.972l4.715-4.821,1.359,1.329-4.722,4.828a2.186,2.186,0,1,0,3.085,3.1l5.026-5.211,1.368,1.32-5.039,5.224A4.1,4.1,0,0,1,201.854,554.5Z' transform='translate(-197.775 -542.703)' fill='%23353849'/%3E%3C/g%3E%3Cg id='Group_466' data-name='Group 466' transform='translate(0 43.122)'%3E%3Cpath id='Path_3736' data-name='Path 3736' d='M134.85,584.235c-2.546,2.544-6.864,2.358-9.638-.418h0c-2.779-2.776-2.964-7.092-.418-9.638L135.875,563.1c2.546-2.547,6.86-2.361,9.636.417h0c2.776,2.775,2.964,7.09.417,9.636Z' transform='translate(-122.049 -560.354)' fill='%23009fe3'/%3E%3Cpath id='Path_3737' data-name='Path 3737' d='M127.364,583.924a8.509,8.509,0,0,1-8.358-8.022,7.157,7.157,0,0,1,2.065-5.446l11.081-11.08a7.144,7.144,0,0,1,5.445-2.066,8.524,8.524,0,0,1,8.017,8.018,7.152,7.152,0,0,1-2.066,5.445l-11.078,11.083A7.158,7.158,0,0,1,127.364,583.924Zm9.893-24.719a5.244,5.244,0,0,0-3.76,1.516L122.416,571.8a5.277,5.277,0,0,0-1.51,4.019,6.447,6.447,0,0,0,1.928,4.274c2.4,2.4,6.121,2.59,8.294.419L142.2,569.43a5.273,5.273,0,0,0,1.511-4.018,6.623,6.623,0,0,0-6.2-6.2C137.429,559.206,137.342,559.2,137.257,559.2Z' transform='translate(-118.999 -557.303)' fill='%23353849'/%3E%3C/g%3E%3Cpath id='Path_3738' data-name='Path 3738' d='M221.967,425.165A24.666,24.666,0,1,1,246.632,400.5,24.693,24.693,0,0,1,221.967,425.165Zm0-47.43A22.765,22.765,0,1,0,244.731,400.5,22.791,22.791,0,0,0,221.967,377.735Z' transform='translate(-178.694 -375.834)' fill='%23353849'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_1253' data-name='Group 1253' transform='translate(271.977 -585.975)'%3E%3Cg id='Rectangle_1771' data-name='Rectangle 1771' transform='translate(462 3160)' fill='%23009fe3' stroke='%23283547' stroke-width='2'%3E%3Crect width='10' height='27' rx='4' stroke='none'/%3E%3Crect x='1' y='1' width='8' height='25' rx='3' fill='none'/%3E%3C/g%3E%3Cpath id='Path_5665' data-name='Path 5665' d='M-19685-4318.824l28.84-8.971,22.881-7.119v48.317l-51.721-15.65Z' transform='translate(20142.891 7469.311)' fill='%23fec800' stroke='%23283547' stroke-linejoin='round' stroke-width='2'/%3E%3Cg id='Rectangle_1770' data-name='Rectangle 1770' transform='translate(508 3131)' fill='%23009fe3' stroke='%23283547' stroke-width='2'%3E%3Crect width='10' height='56' rx='4' stroke='none'/%3E%3Crect x='1' y='1' width='8' height='54' rx='3' fill='none'/%3E%3C/g%3E%3Cg id='Rectangle_1769' data-name='Rectangle 1769' transform='translate(450 3146)' fill='%23fec800' stroke='%23283547' stroke-width='2'%3E%3Crect width='9' height='25' rx='4' stroke='none'/%3E%3Crect x='1' y='1' width='7' height='23' rx='3' fill='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_363' data-name='Group 363' transform='translate(-396.125 1311.262)'%3E%3Cg id='Group_188' data-name='Group 188' transform='translate(876.292 1143.698)'%3E%3Cpath id='Path_220' data-name='Path 220' d='M.386,0a16.341,16.341,0,1,0,0,32.682H8.618V54.13h8.109V16.342A16.36,16.36,0,0,0,.386,0' transform='translate(15.956)' fill='%23009fe3' stroke='%23283547' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3Cg id='Group_189' data-name='Group 189' transform='translate(913.227 1143.698)'%3E%3Cpath id='Path_221' data-name='Path 221' d='M.386,0a16.341,16.341,0,1,0,0,32.682H8.618V54.13h8.109V16.342A16.36,16.36,0,0,0,.386,0' transform='translate(15.956)' fill='%23009fe3' stroke='%23283547' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_1254' data-name='Group 1254' transform='translate(411.976 2515.538)'%3E%3Cg id='Group_1237' data-name='Group 1237' clip-path='url(%23clip-path-2)'%3E%3Cpath id='Path_5664' data-name='Path 5664' d='M48.476,8.819l-7.787,2.912a1.587,1.587,0,0,0,0,2.974l7.787,2.912L51.388,25.4a1.587,1.587,0,0,0,2.974,0l2.912-7.787,7.787-2.912a1.587,1.587,0,0,0,0-2.974L57.274,8.819,54.362,1.033a1.587,1.587,0,0,0-2.974,0ZM1.549,24.207a2.381,2.381,0,0,0,0,4.461l11.67,4.379L17.6,44.717a2.381,2.381,0,0,0,4.461,0l4.379-11.67,11.67-4.379a2.381,2.381,0,0,0,0-4.461l-11.67-4.379L22.059,8.158a2.381,2.381,0,0,0-4.461,0l-4.379,11.67ZM32.117,48.785a2.381,2.381,0,0,0,0,4.461l11.67,4.379L48.166,69.3a2.381,2.381,0,0,0,4.461,0l4.379-11.67,11.67-4.379a2.381,2.381,0,0,0,0-4.461l-11.67-4.379-4.379-11.67a2.381,2.381,0,0,0-4.461,0l-4.379,11.67Z' fill='%23009fe3' stroke='%23283547' stroke-width='2'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  /*
    background-repeat: no-repeat;
    background-position: 120%;
    background-size: contain;
    position: relative;
    right: 0%;
    top: -31%;
    content: '';
    display: block;
    width: 80%;
    height: 80%;
    width: 220px;
    height: auto;
    z-index: 0;
    opacity: 0.9; */
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  position: relative;
  content: "";
  display: block;
  width: 220px;
  height: 160px;
  z-index: 0;
  opacity: 0.9;
  margin-left: auto;
  margin-bottom: -2rem;
}

.sib_signup_box_inside_2 * {
  min-width: 420px;
  position: relative;
  z-index: 4;
  max-width: 420px;
}

.sib_signup_box_inside_2 input {
  border-radius: 0;
  padding: 0.25rem 1rem;
  border: 3px solid #283547 !important;
  background-color: #fff;
  text-align: center;
  color: #283547;
  min-height: 60px;
  display: flex;
  align-items: center;
}

.sib_signup_box_inside_2 input::placeholder {
  font-weight: 800;
  color: #283547;
  font-size: 14px;
  opacity: 1;
}

input.btnSub {
  padding: 0.75rem 1rem;
  text-align: center;
  background-color: #283547;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  /* min-width: 200px */
}

input.btnSub:hover {
  padding: 0.75rem 1rem;
  border: 3px solid #283547 !important;
}

.compInfo {
  font-size: 14px;
}

.stbLabel {
  font-weight: 800;
  font-style: normal;
  margin-bottom: 0.5rem;
}

.yellPoint::after {
  content: ".";
  color: #ffc333;
}

.nlHeadline * {
  font-size: clamp(18px, 30vw, 2.45rem);
  display: inline;
}

.nlHeadline {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.nlBannerForm {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
}

.nlBannerForm input,
.nlBannerForm input:hover {
  height: 60px !important;
  border-radius: 0 !important;
  border: 3px solid #283547 !important;
}

.nlBannerForm p {
  margin-bottom: 0;
}

.nlBannerForm .btnSub {
  margin-left: 0.5rem;
}

.nlBannerForm input.sib-email-area,
.nlBannerForm input.sib-email-area::placeholder {
  background: #ffc333;
  color: #283547;
  min-width: 320px;
  opacity: 1;
  padding-inline: 12px;
}

@media (max-width: 768px) {
  .sib_signup_box_inside_2 * {
    min-width: 100%;
  }

  .sib_signup_box_inside_2 {
    padding: 3.5rem 1.5rem 1.5rem;
  }

  .sib_signup_box_inside_2 input {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .nlLandingHeroImg {
    margin-top: 1rem;
    max-height: 240px;
    overflow: hidden;
  }

  .nlBannerForm {
    display: block;
  }

  .nlBannerForm input {
    min-width: 100% !important;
    width: 100% !important;
    margin-bottom: 0.75rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-inline: 0 !important;
  }

  .nlBannerForm .btnSub {
    margin-left: 0;
  }
}

.type-post .entry-content a {
  font-weight: 800;
}

.posts-navigation {
  text-align: center;
}

.posts-navigation a {
  padding: 1rem 2rem;
  background-color: #009fe3;
  color: #fff;
  display: inline-block;
  text-align: center;
  min-width: 220px;
}
.inpost {
  margin-block: 30px;
}
.inpost .py-5 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

/* Fix
--------------------------------------------- */
.home .prodItem .wp-block-image figure {
  width: 100%;
  aspect-ratio: 16/10;
}

.home .prodItem .wp-block-image figure img {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  inset: 0;
  object-fit: cover;
}

.applyBox {
  background-color: #283547;
  color: #fff;
  padding: 2rem;
}

.applyBox a {
  color: #fff;
}

@media (max-width: 768px) {
  .applyBox {
    display: none !important;
  }
}
.min-vh-40 {
  height: 40vh;
  min-height: 520px;
  position: relative;
}
.jobList {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 4rem;
}
.jobList li {
  background: #f4f4f4;
  color: #283547;
  border: none;
  border-radius: 0;
  font-size: 2rem;
  transition: 0.3s all ease;
  border-radius: 0;
  padding: 1rem 0.75rem;
  position: relative;
}
.jobList li a {
  color: #283547;
  font-weight: 800;
}
.jobList li a p {
  font-size: 1.15rem;
  text-decoration: underline;
}

.fynaxAuthBorder img {
  border: 3px solid #283547;
}
