/*!
Theme Name: bsTheme
Theme URI: http://brotsalz.de/
Author: brot & salz
Author URI: http://www.brotsalz.de
Description: brot & salz Theme
Version: 1.0.0
Tested up to: 5.7
Requires PHP: 7.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bstheme
Tags: brot&salz, tailor-made-theme

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

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

/* barlow-300 - latin */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 300;
  src: local(''),
    url('assets/fonts/barlow/barlow-v5-latin-300.woff2') format('woff2'),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url('assets/fonts/barlow/barlow-v5-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* barlow-regular - latin */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  src: local(''),
    url('assets/fonts/barlow/barlow-v5-latin-regular.woff2') format('woff2'),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url('assets/fonts/barlow/barlow-v5-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* barlow-700 - latin */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  src: local(''),
    url('assets/fonts/barlow/barlow-v5-latin-700.woff2') format('woff2'),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url('assets/fonts/barlow/barlow-v5-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* Variables
--------------------------------------------- */
:root,
body {
  --cRed: #ff2929;
  --cDark: #373c43;
  --cGrey: #9b9da1;
  --cGreyLight: #e9eaeb;
  --cLight: #fff;
}

/* 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: 2rem;
  margin: 0.67rem 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;
  opacity: 1;
}

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

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

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

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

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

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

/*
Set the standart HTML font-size so REM Elements can inherit */
html {
  font-size: 18px;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: var(--cDark);
  font-family: 'Barlow';
  font-size: 1rem;
  line-height: 1.5;
}
html,
body {
  overflow-x: hidden;
  position: relative;
}

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

h1 {
  font-size: 5.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height: 1;
}

p {
  margin-bottom: 1.5rem;
}

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

blockquote {
  margin: 0 1.5rem;
}

address {
  margin: 0 0 1.5rem;
}

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

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: var(--cLight) 9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: var(--cLight);
}

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

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  margin-left: 1.5rem;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5rem 1.5rem;
}

/* 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: var(--cDark);
  text-decoration: none;
}

a:visited {
  color: var(--cDark);
}

a:hover,
a:focus,
a:active {
  color: var(--cDark);
}

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

/* Forms
--------------------------------------------- */
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  background: transparent;
  color: var(--cDark);
  border: 4px solid var(--cDark);
  padding: 0.65rem;
  border-radius: 0.75rem;
}

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 {
  background: transparent;
  color: var(--cLight);
  border: 4px solid var(--cDark);
  padding: 0.75rem;
  font-weight: 700;
  border-radius: 0.75rem;
  width: 100%;
}

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: #000;
}

.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
  color: #a0a2a6;
}

select {
  border: 1px solid #000;
}

textarea {
  width: 100%;
  max-height: 8rem;
}
.wpcf7-form label {
  margin-bottom: 0.5rem;
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

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

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

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

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

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

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

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

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

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

/* Utility and custom classes
--------------------------------------------- */

/* Flex Shortcuts */
.fCenter {
  display: flex;
  display: -ms-flexbox; /* IE 10 */
  justify-content: center;
  -ms-flex-pack: center; /* IE 10 */
  align-items: center;
  -ms-flex-align: center; /* IE 10 */
}

.fxCenter {
  display: flex;
  display: -ms-flexbox; /* IE 10 */
  justify-content: center;
  -ms-flex-pack: center; /* IE 10 */
}

.fyCenter {
  display: flex;
  display: -ms-flexbox; /* IE 10 */
  align-items: center;
  -ms-flex-align: center; /* IE 10 */
}

.absStretch {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.mx-r4 {
  max-width: 1110px;
}
.mx-r3 {
  max-width: 820px;
}
.mx-lg {
  max-width: 992px;
}

.mx-md {
  max-width: 768px;
}

.zIndex1 {
  z-index: 1;
}

.zIndex2 {
  z-index: 2;
}

.deskTextWidth-70 {
  width: 70%;
  margin: auto;
}

.min-vh-70 {
  min-height: 70vh !important;
}

.min-vh-30 {
  min-height: 30vh !important;
}

.smaller {
  font-size: 0.75rem;
}

.pt6 {
  padding-top: 6rem !important;
}

.page-id-480 .footerSec1 {
  display: flex;
  align-items: center;
  min-height: 100vh;
}

/* Navigation
--------------------------------------------- */

/* Burger menu with Overlay */
#navBurgerWrapper {
  background-color: var(--cRed);
  width: 50px;
  height: 50px;
  border-radius: 100%;
}
#navBurgerLabel {
  color: var(--cLight);
  margin-right: 0.5rem;
}

#navBurgerLabel.active {
  color: var(--cLight) !important;
}

#navBurger {
  position: relative;
  height: 22px;
  width: 30px;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}

#navBurger span {
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background: var(--cLight);
}

.navBurgerContainer {
  font-weight: 800;
  cursor: pointer;
}

.navBurgerContainer:not(.active):hover #navBurger span:first-child {
  animation: menuToggle 0.4s 0.1s ease-in;
}

.navBurgerContainer:not(.active):hover span:nth-child(2) {
  animation: menuToggle 0.4s 0.3s ease-in;
}

.navBurgerContainer:not(.active):hover span:nth-child(3) {
  animation: menuToggleLast 0.4s 0.1s ease-in;
}

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

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

.navBurgerContainer.active #navBurger span:nth-child(2) {
  position: absolute;
  top: 10px;
  background: var(--cLight);
  -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%;
  }
}

/* Menu Overlay */
#navOverlayContainer {
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  opacity: 0;
  z-index: -90;
  width: 100%;
  height: 100%;
}

#navOverlayContainer.openOverlay {
  opacity: 1;
  z-index: 10;
  top: 0;
  display: flex !important;
  /* transition: opacity ease-out .1s; */
}
/* #navOverlayContainer .row > div {
	padding-top: 100px;
} */

.overlayNav {
  list-style: none;
  display: block;
  margin-bottom: 1rem;
}

.overlayNav li {
  width: 100%;
  padding: 0.25rem 0;
}

.overlayNav li a {
  font-size: 3rem;
  font-weight: 700;
  display: block;
  color: white;
  padding: 0;
  text-align: left;
  border: none;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}

.overlayNav li a::before {
  content: '';
  display: block;
  height: 100%;
  width: 300%;
  background: var(--cLight);
  position: absolute;
  left: -600%;
  border-radius: 50px;
  z-index: -1;
  transition: 0.3s all ease;
}

.overlayNav li a:hover::before {
  left: -190%;
}

body #navOverlayContainer li a:hover {
  color: var(--cRed) !important;
}

body #navOverlayContainer .botNav a {
  color: var(--cLight) !important;
}

body #navOverlayContainer .ovHeadlineMeta a:hover {
  color: var(--cLight) !important;
}

body #navOverlayContainer .ovRightWrapper a {
  color: var(--cLight) !important;
}

#navOverlayContainer .is-style-roundedLGArrow a::after {
  background-image: url('/wp-content/themes/bsTheme/assets/imgs/chevron-light-right.svg');
  top: 0.65rem;
}

#navOverlayContainer .socMedNavO img {
  filter: brightness(100);
}

.rounded-md,
.rounded-md img {
  border-radius: 15px;
}

@media (min-width: 1201px) {
  #navOverlayContainer.openOverlay {
    display: none !important;
  }
}

/** Custom Nav Behaviour */
.site-branding img {
  max-width: 240px;
  height: auto;
  transition: 0.3s max-width ease;
}

.quote {
  padding-right: 2rem;
}
/* .navOpen .site-branding img {
	filter: brightness(100);
} */

.navOpen .site-branding img {
  filter: brightness(150);
}

body:not(.page-id-221, .home) #masthead {
  background-color: var(--cDark);
}

#masthead.nav-down {
  background-color: var(--cDark);
}

.navOpen #masthead {
  background: transparent !important;
}

#masthead .site-branding {
  position: relative;
}

#masthead.nav-down .site-branding img {
  max-width: 210px;
  height: auto;
}

.siteImg {
  opacity: 1;
  transition: 0.3s ease-in;
}

.navDown {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transition: 0.3s ease-in;
  display: none;
}
.navOpen #masthead .site-branding img {
  max-width: 210px !important;
  height: auto !important;
}

/* .home #masthead .site-branding img {
  filter: brightness(100);
} */

/* #masthead.nav-down .site-branding .navDown,
.navOpen #masthead .site-branding .navDown {
  opacity: 1;
  filter: none;
}

#masthead.nav-down .site-branding .siteImg,
.navOpen #masthead .site-branding .siteImg {
  opacity: 0;
} */

body {
  overflow-x: hidden !important;
}

.secBG {
  padding: 6rem 0;
  overflow: visible !important;
  position: relative !important;
}

.fNav {
  position: relative;
  z-index: 30;
  background-color: none;
}

.decoLine::before {
  content: '';
  width: 100%;
  height: 2px;
  background: #e9eaeb;
  display: block;
  pointer-events: none;
  position: absolute;
  top: 5.5rem;
}

/** Custom Careso Classes */
.-mt-3 {
  margin-top: -1.5rem !important;
}
.vorteilRow img {
  height: 4rem;
}
.vorteilRow h3 {
  margin-top: 1rem;
  min-height: 2rem;
  font-size: 1.5rem;
}
.vorteilRow h2 {
  font-size: 3rem;
  margin-bottom: 2rem;
}
.opStagger {
  opacity: 0;
}

/** Default Min/Max */
.mw-sm {
  max-width: 576px;
}
.mw-bigCTA {
  max-width: 660px;
}

.min-h-4 {
  min-height: 4rem;
}
.max-h-btn img {
  max-height: 3rem;
}
.mw-xs {
  max-width: 386px;
}

/** Colors */

.cWhite {
  color: var(--cLight) !important;
}
.cWhiteA a,
.cWhiteA a:hover,
.cWhiteA a:visited {
  color: var(--cLight);
}
.has-ca-pink-background-color {
  background-color: var(--cRed);
}

.has-ca-pink-color,
.cPink {
  color: var(--cRed) !important;
}

.has-ca-white-background-color,
.bgWhite {
  background-color: var(--cLight);
}

.has-ca-white-color {
  color: var(--cLight);
}

.has-lighter-grey-background-color {
  background-color: #f4f4f5;
}

.has-lighter-grey-color {
  background-color: #f4f4f5;
}

.has-light-grey-background-color {
  background-color: #e9eaeb;
}

.has-light-grey-color {
  color: #e9eaeb;
}

.has-dark-grey-background-color {
  background-color: var(--cDark);
}

.has-dark-grey-color,
.cDark {
  color: var(--cDark);
}

/** Custom Global Comoponents */
.bigCTAWrapper {
  padding: 2rem 3rem;
  padding-bottom: 1.5rem;
  background-color: var(--cLight);
  color: var(--cRed);
  border-radius: 1rem;
  transition: 0.1s ease-in-out;
}
.bigCTAWrapper:hover {
  color: var(--cRed);
}
.bigCTAWrapper svg {
  transition: 0.2s ease-in-out;
}
.bigCTAWrapper:hover svg {
  transform: translateX(1rem);
}

/** Custom Accordeon */
.accordion-button:focus {
  outline: 0;
  box-shadow: none;
}

.accordion-button.collapsed {
  color: var(--cDark);
  background-color: var(--cGreyLight);
  box-shadow: 0 5px 3px rgb(0 0 0 / 13%);
  font-weight: bold;
}

.accordion-button:not(.collapsed) {
  color: var(--cLight);
  background-color: var(--cGrey);
  box-shadow: 0 5px 3px rgb(0 0 0 / 13%);
}

.hrefPink a {
  color: var(--cRed);
}

.accordion-item {
  background: transparent;
  border: 0;
}

.accordion-body {
  text-align: left;
  background: transparent;
}

.accordion-button:not(.collapsed)::after {
  filter: brightness(0);
}

.accordion-button {
  margin-bottom: 1rem;
  border-radius: 0.5rem !important;
}

.ctaLeistungen {
  margin-top: -2.5rem;
}

.negMargTop {
  margin-top: -18rem;
  position: relative;
  z-index: 3;
}
.coverAdv .row {
  margin-top: 15rem;
  margin-bottom: 19rem;
}
.advTile {
  background-color: var(--cGrey);
  color: var(--cLight);
  border-radius: 15px;
  padding: 1.5rem;
  padding-right: 4rem;
  filter: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04))
    drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  height: 100%;
  min-height: 13rem;
}

.advTile .wp-block-group__inner-container .wp-block-group__inner-container {
  display: flex;
  align-items: center;
}

.advTile .wp-block-group__inner-container .wp-block-group__inner-container p {
  margin-left: 1rem;
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.2;
}

.advTile img {
  max-height: 60px;
  width: auto;
}
.advTile figure {
  width: 100%;
  max-width: 70px;
  margin-bottom: 0;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.advTile .wp-block-group__inner-container > p {
  margin-top: 1rem;
}
/** Custom Section BG */
.hasBGImage {
  z-index: 8;
}
.linear-gradient-grey-white {
  background: rgb(233, 234, 235);
  background: linear-gradient(
    0deg,
    rgba(233, 234, 235, 1) 0%,
    rgba(233, 234, 235, 1) 65%,
    rgba(255, 255, 255, 1) 65%,
    rgba(255, 255, 255, 1) 100%
  );
}

/** TabCards Image */

.bkGroupWrapper {
  margin-bottom: -1.5rem;
}

.tabCardHeader {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  margin-top: 3rem;
}

.tabCardFooter {
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--cRed);
  height: 3rem;
  margin-bottom: -1.5rem;
}

/** Footer Customs */

.footerSec2 input[type='submit'] {
  font-weight: bold;
}

input::placeholder,
textarea::placeholder,
input:not([type='submit']),
textarea {
  color: #a0a2aa !important;
  outline: none;
  box-shadow: none;
}

.footerContactLink a {
  color: var(--cDark);
  transition: 0.2s ease-in;
}
.footerContactLink a:hover {
  color: var(--cRed);
}

.footerSubmit {
  position: relative;
}

.footerSubmit::before {
  content: url('/wp-content/themes/bsTheme/assets/imgs/chevron-dark-right.svg');
  display: block;
  position: absolute;
  top: 35%;
  left: 190px;
  transition: 0.3s all ease;
  pointer-events: none;
}

.footerSubmit input[type='submit'] {
  padding-right: 2.5rem;
}

.footerSubmit:hover::before {
  left: 200px;
}

@media (min-width: 768px) {
  .footerHeadGR {
    min-height: 120px;
  }
}

.footerEnd {
  border-top: 5px solid var(--cRed);
}

.footerEnd a {
  color: var(--cDark) !important;
}

/* .blogCardHigh .col-md-6:first-child {
	border-top-right-radius:  0rem;
	border-top-left-radius: 1.5rem;
	border-bottom-left-radius:1.5rem;
}
.blogCardHigh .col-md-6:last-child {
	border-bottom-right-radius:1.5rem;
	border-bottom-left-radius:  0rem;
	border-top-right-radius: 1.5rem;
} */

.blogCardHigh.shadow .blogCardImgH {
  border-top-right-radius: 0rem !important;
  border-top-left-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
  border-bottom-right-radius: 0rem !important;
}
.blogCardHigh.shadow .blogCardCont {
  border-bottom-right-radius: 1rem !important;
  border-bottom-left-radius: 0rem !important;
  border-top-right-radius: 1rem !important;
  border-top-left-radius: 0rem !important;
}
.roundedMGArrowPink.h3,
.is-style-roundedMGArrow.h3 a {
  font-size: 1.5rem !important;
}
@media (max-width: 1460px) {
  h1 {
    font-size: 4.25rem;
  }
  h3,
  .h3 {
    font-size: 1.5rem;
  }

  .overlayNav li a {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 3.25rem;
  }
  .blogCardHigh.shadow .blogCardImgH {
    border-top-right-radius: 1rem !important;
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 0rem !important;
    border-bottom-right-radius: 0rem !important;
  }
  .blogCardHigh.shadow .blogCardCont {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
    border-top-right-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .blogCardImgH {
    width: 100%;
    height: 0;
    padding-bottom: 52.5%;
  }

  .deskTextWidth-70 {
    width: 100%;
  }

  .single .pt6,
  .page-id-413 .pt6 {
    padding-top: 3rem !important;
  }

  .mw-br br {
    display: none;
  }
}

@media (orientation: portrait) {
  .teamBG img {
    content: url('/wp-content/uploads/impulsone-team-header-mobile.jpg');
  }
}

@media (max-width: 576px) {
  h1 {
    font-size: 2.45rem;
  }
  h3,
  .h3 {
    font-size: 1.25rem;
  }
  .is-style-mainHeadline {
    font-size: 2rem !important;
  }
  .is-style-subHeader,
  .subHeader {
    font-size: 1.2rem !important;
  }
  .is-style-secInd {
    font-size: 0.8rem !important;
  }
  .bigCTAWrapper {
    padding: 0.5rem 0.75rem;
  }
  .site-branding img,
  #masthead.nav-down .site-branding img {
    max-width: 100%;
  }
  .accordion-button b {
    padding-right: 0.45rem;
  }

  .decoLine::before {
    top: 3.5rem;
    margin-top: 0.5rem !important;
  }
  .mobilBlackBG .sectionBG {
    background: var(--cDark) !important;
  }
  .logistikSubheader figure {
    width: 100%;
    margin: 1rem auto;
    text-align: center;
  }
  .logistikSubheader figure img {
    max-height: 120px;
  }
  .advTile .wp-block-group__inner-container .wp-block-group__inner-container {
    display: block;
  }
  .advTile .wp-block-group__inner-container .wp-block-group__inner-container p {
    margin-bottom: 1rem;
    margin-left: 0;
  }
  #heroCTA.bigCTAWrapper .h3 {
    font-size: 1.25rem;
  }
}

.sidebarInd {
  margin-top: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.catBarInd:before {
  content: '';
  height: 0.75rem;
  width: 0.75rem;
  background: url(assets/imgs/catTag.svg) no-repeat center center/contain;
  display: inline-block;
  margin-right: 0.25rem;
}

.postBarInd:before {
  content: '';
  height: 0.75rem;
  width: 0.75rem;
  background: url(assets/imgs/latestTag.svg) no-repeat center center/contain;
  display: inline-block;
  margin-right: 0.25rem;
}

.wp-block-latest-posts__list li {
  margin-bottom: 1.5rem;
}

.wp-block-latest-posts__list li a {
  font-weight: 700;
}

.sideBarCats {
  list-style: none;
  padding-left: 0 !important;
  margin-left: 0 !important;
  display: flex;
  flex-wrap: wrap;
}

.sideBarCats li {
  font-size: 0.75rem;
  padding: 0.15rem 0.45rem;
  border-color: var(--cRed) !important;
  border: 1px solid;
  border-top-right-radius: 9999rem;
  border-bottom-right-radius: 9999rem;
  border-top-left-radius: 9999rem;
  border-bottom-left-radius: 9999rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

/** BlogCard */
.blogCard {
  border-radius: 1.5rem;
}
.blogCardPrimeCat {
  position: absolute;
  height: 2rem;
  background-color: var(--cRed);
  top: 0;
  width: 70%;
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  left: 0;
  text-align: center;
  right: 0;
  font-weight: bold;
  text-transform: uppercase;
}
.blogCardImg {
  width: 100%;
  height: 0;
  padding-bottom: 52.5%;
  border-top-right-radius: 1.5rem;
  border-top-left-radius: 1.5rem;
  position: relative;
}
.blogCardCont {
  padding: 1rem 2rem;
}
.blogCardCTA {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  background-color: var(--cRed);
}
.blogCardbTitle {
  min-height: 8rem;
}
.smallTitle .blogCardbTitle {
  /* font-size: 0.85rem; */
  font-size: 1rem;
}
.blogCTACont svg {
  max-height: 1rem;
  transition: 0.4s ease-in-out;
}
.blogCTAWrapper:hover svg {
  transform: translateX(0.35rem);
}

.PostPrimeCat {
  padding: 0.15rem 0.85rem;
  background-color: var(--cRed) !important;
  border-top-right-radius: 9999rem;
  border-bottom-right-radius: 9999rem;
  border-top-left-radius: 9999rem;
  border-bottom-left-radius: 9999rem;
  margin-right: 0.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  display: inline-block;
  text-transform: uppercase;
}

/** Bewerbungsablauf (Home) */
.bewerbungsablauf {
  font-size: 3.5rem;
}

@media all and (max-width: 576px) {
  .bewerbungsablauf {
    font-size: 2rem;
  }
  .blogCardbTitle {
    min-height: 0rem;
  }
}

/* -webkit-keyframes autofill {
  0%,
  100% {
    color: #666;
    background: transparent;
  }
} */

input:-webkit-autofill {
  -webkit-animation-delay: 1s; /* Safari support - any positive time runs instantly */
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}

/** Bewerbungs-CTA (Blog) */
.mANText {
  height: 53px;
  padding: 0 3rem 0 2rem;
  border: 3px solid var(--cRed);
  background: var(--cRed);
  color: var(--cLight);
  border-radius: 50px;
  transform: translateX(2.5rem);
  font-weight: bold;
  transition: 0.3s all ease;
  z-index: 1;
  position: relative;
}
.mANArrow {
  z-index: 2;
}

#masthead.nav-down #navBurgerLabel {
  color: var(--cLight) !important;
}
.mANText::after {
  position: absolute;
  content: '';
  display: block;
  transition: 0.3s all ease;
  right: 35px;
  top: 32%;
  background: url('/wp-content/themes/bsTheme/assets/imgs/chevron-white-right.svg');
  background-size: contain;
  width: 10px;
  height: 18px;
}
.nav-down .mANText::after {
  background: url('/wp-content/themes/bsTheme/assets/imgs/chevron-white-right.svg');
  background-size: contain;
}

.menuApplyNow {
  transition: 0.3s all ease;
  margin-right: 3rem !important;
}

/* .menuApplyNow.active {
  opacity: 0 !important;
} */

.menuApplyNow:hover .mANText::after {
  transform: translateX(7px);
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: var(--cRed);
  background-color: var(--cRed);
  color: var(--cLight);
  margin: 1.5rem 0 1rem 0 !important;
  border-radius: 10px;
  padding: 1rem !important;
}

/* Customize the label (the container) */
.dsgvoWrapper {
  display: flex;
  position: relative;
  padding-left: 0;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.dsgvoWrapper a {
  color: var(--cRed) !important;
}

/* Hide the browser's default checkbox */
.dsgvoWrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.dsgvoWrapper label {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-left: 3rem;
  padding-top: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-height: 2rem;
}

/* Create a custom checkbox */
.dsgvoWrapper .wpcf7-list-item-label {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border-radius: 8px;
  margin-left: 0 !important;
  background-color: transparent;
}

/* On mouse-over, add a grey background color */
.dsgvoWrapper:hover input ~ .wpcf7-list-item-label {
  background-color: transparent;
}

/* When the checkbox is checked, add a blue background */
.dsgvoWrapper input:checked ~ .wpcf7-list-item-label {
  background-color: transparent;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: '';
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.dsgvoWrapper input:checked ~ .wpcf7-list-item-label:after {
  display: block;
}

.dsgvoWrapper .wpcf7-list-item {
  max-width: 34px;
  margin-left: 0;
}

/* Style the checkmark/indicator */
.dsgvoWrapper .wpcf7-list-item-label:after {
  left: 6px;
  top: 0px;
  width: 8px;
  height: 20px;
  position: absolute;
  display: none;
  border: solid var(--cDark);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.wpcf7-list-item-label {
  border: 2px solid var(--cDark);
}

.dsgvoWrapper {
  font-size: 0.85rem;
  margin-top: 1rem;
}

/* Customize the label (the container) */
.dsgvoWrapper {
  display: flex;
  position: relative;
  padding-left: 0;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.dsgvoWrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.dsgvoWrapper label {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-left: 3rem;
  padding-top: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-height: 2rem;
}

/* Create a custom checkbox */
.dsgvoWrapper .wpcf7-list-item-label {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border-radius: 8px;
  margin-left: 0 !important;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.dsgvoWrapper:hover input ~ .wpcf7-list-item-label {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.dsgvoWrapper input:checked ~ .wpcf7-list-item-label {
  background-color: #f4f4f5;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: '';
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.dsgvoWrapper input:checked ~ .wpcf7-list-item-label:after {
  display: block;
}

.dsgvoWrapper .wpcf7-list-item {
  max-width: 34px;
}

/* Style the checkmark/indicator */
.dsgvoWrapper .wpcf7-list-item-label:after {
  left: 6px;
  top: 0px;
  width: 8px;
  height: 20px;
  position: absolute;
  display: none;
  border: solid var(--cRed);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.wpcf7-list-item-label {
  border: 2px solid var(--cRed);
}

.dsgvoWrapper {
  font-size: 0.85rem;
  margin-top: 1rem;
}

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

.socialRow img {
  height: 2.5rem;
  width: 2.5rem;
}

.socialRow a {
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
}

.dsgvoWrapper .wpcf7-list-item-label,
.dsgvoWrapper .checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 25px;
  width: 25px;
  border-radius: 8px;
  margin-left: 0 !important;
  background-color: #eee;
}

.wpcf7-list-item-label,
.checkmark {
  border: 2px solid var(--cDark);
}

.dsgvoWrapper input:checked ~ .wpcf7-list-item-label::after,
.dsgvoWrapper input:checked ~ .checkmark::after {
  display: block;
}

.dsgvoWrapper .wpcf7-list-item-label::after,
.dsgvoWrapper .checkmark::after {
  left: 6px;
  top: 0px;
  width: 8px;
  height: 20px;
  position: absolute;
  /* display: none; */
  border: solid var(--cDark);
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkmark::after {
  content: '';
  position: absolute;
  /* display: none; */
}

@media all and (min-width: 577px) {
  .brMobile br,
  .brMobileSpec {
    display: none !important;
  }
}

@media all and (max-width: 576px) {
  .brMobile br,
  .brMobileSpec {
    display: inline !important;
  }
}

@media (max-width: 992px) {
  .advTile p br {
    display: none;
  }
}

@media (max-height: 420px) {
  .heroCont .row {
    margin-top: 90px;
  }
  .heroCont .heroCTA {
    margin-bottom: 30px;
  }
}

.h3AdressInfo > div {
  display: flex;
  align-items: center;
}

.ovRightWrapper a {
  color: var(--cLight);
}

/* Hint Form
--------------------------------------------- */
.hintForm form *:not(input[type='submit']) {
  color: var(--cDark) !important;
  border-color: var(--cDark) !important;
}
.hintForm form * a {
  font-weight: 800;
  color: var(--cRed) !important;
}
.hintForm textarea {
  min-height: 250px;
}

.captchaWrapper p {
  display: flex;
}

.captchaWrapper .wpcf7-form-control-wrap {
  width: 150px;
}

.hintForm .dsgvoWrapper {
  margin-bottom: 0;
}

.hintForm .dsgvoWrapper p {
  margin-bottom: 0;
}

.menuSideBrand .aBrandLink img {
  filter: brightness(100);
}

/* Basic Card
--------------------------------------------- */
.basicCard {
  padding: 2rem 0rem 0 0rem;
  border-radius: 15px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  height: 100%;
  overflow: hidden;
}

.basicCard figure img {
  height: 4rem;
  width: auto;
}

.basicCard h3 {
  color: var(--cRed);
  margin-block: 1rem;
  font-size: 1.25rem;
}

.basicCard p {
  font-size: 16px;
  margin-bottom: 1rem;
}

.basicCard :is(img, h3, p) {
  max-width: 90%;
}

.basicCard .wp-block-buttons {
  margin-top: auto;
  background: var(--cGreyLight);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s all ease;
}

.basicCard .wp-block-buttons:hover {
  background: var(--cDark);
}

.basicCard .wp-block-button {
  width: 100%;
}

.basicCard .wp-block-button__link {
  background: transparent;
  border: none;
  font-size: 1rem;
  color: var(--cDark);
  text-transform: uppercase;
  width: 100%;
}

.basicCard .wp-block-buttons:hover a {
  color: var(--cLight);
}

#menu-desktop {
  list-style: none;
}

#menu-desktop li a {
  padding: 0.25rem 1rem;
  border-radius: 50px;
  background: var(--cGrey);
  color: var(--cLight);
  font-weight: bold;
}

#menu-desktop li ~ li {
  margin-left: 0.5rem;
}

/* Steps
--------------------------------------------- */
@media (min-width: 993px) {
  .stepsMargin {
    margin-top: -10rem;
  }
}

.howItWorksNum {
  color: var(--cRed) !important;
  font-weight: 600 !important;
}

.lrImagesWrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lrImagesWrap img {
  border-radius: 10022rem;
  max-width: 500px;
  width: 80%;
  object-fit: cover;
  aspect-ratio: 1/1;
}

.stepImgWrapper img {
  border-radius: 10022rem;
  max-width: 500px;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
}

@media (max-width: 576px) {
  .lrImagesWrap img {
    border-radius: 30px;
    max-width: 500px;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 16/9;
  }
}

/* Lang switch
--------------------------------------------- */
#lang-switch {
  width: fit-content;
}

#lang-switch *::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  -moz-appearance: textfield !important;
}

#lang-switch a {
  font-weight: bold !important;
  font-size: 18px;
}

#lang-switch .trp-language-switcher {
  width: fit-content;
}

#lang-switch,
#lang-switch
  :is(
    .trp_language_switcher_shortcode,
    .trp-language-switcher.trp-language-switcher-container,
    .trp-ls-shortcode-current-language
  ) {
  height: 100%;
}

#lang-switch .trp-ls-shortcode-current-language {
  border-radius: 50px;
  border: none;
  display: flex;
  align-items: center;
  background-size: 15px;
}

#lang-switch .trp-ls-shortcode-language {
  border-radius: 15px;
  border: 4px solid var(--cDark);
}
