/*
Theme Name:   galerie | michaela | stock
Author:       seoCon – Online Marketing Agentur
Author URL:   https://www.seocon.at
Template:     genesis
Version:      1.0
*/

html,
body {
  overflow-x: hidden;
}

/* ## Fonts
--------------------------------------------- */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: local(""), url("fonts/roboto-v30-latin-300.woff2") format("woff2"),
    url("fonts/roboto-v30-latin-300.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  src: local(""), url("fonts/roboto-v30-latin-300italic.woff2") format("woff2"),
    url("fonts/roboto-v30-latin-300italic.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("fonts/roboto-v30-latin-regular.woff2") format("woff2"),
    url("fonts/roboto-v30-latin-regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  src: local(""), url("fonts/roboto-v30-latin-italic.woff2") format("woff2"),
    url("fonts/roboto-v30-latin-italic.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/roboto-v30-latin-500.woff2") format("woff2"),
    url("fonts/roboto-v30-latin-500.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  src: url("fonts/roboto-v30-latin-500italic.woff2") format("woff2"),
    url("fonts/roboto-v30-latin-500italic.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("fonts/roboto-v30-latin-700.woff2") format("woff2"),
    url("fonts/roboto-v30-latin-700.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  src: local(""), url("fonts/roboto-v30-latin-700italic.woff2") format("woff2"),
    url("fonts/roboto-v30-latin-700italic.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 300;
  src: local(""),
    url("fonts/roboto-condensed-v25-latin-300.woff2") format("woff2"),
    url("fonts/roboto-condensed-v25-latin-300.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  font-style: italic;
  font-weight: 300;
  src: local(""),
    url("fonts/roboto-condensed-v25-latin-300italic.woff2") format("woff2"),
    url("fonts/roboto-condensed-v25-latin-300italic.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  src: local(""),
    url("fonts/roboto-condensed-v25-latin-regular.woff2") format("woff2"),
    url("fonts/roboto-condensed-v25-latin-regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  font-style: italic;
  font-weight: 400;
  src: local(""),
    url("fonts/roboto-condensed-v25-latin-italic.woff2") format("woff2"),
    url("fonts/roboto-condensed-v25-latin-italic.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  src: local(""),
    url("fonts/roboto-condensed-v25-latin-700.woff2") format("woff2"),
    url("fonts/roboto-condensed-v25-latin-700.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  font-style: italic;
  font-weight: 700;
  src: local(""),
    url("fonts/roboto-condensed-v25-latin-700italic.woff2") format("woff2"),
    url("fonts/roboto-condensed-v25-latin-700italic.woff") format("woff");
  font-display: swap;
}

/* ## General
--------------------------------------------- */
html {
  box-sizing: border-box;
  font-size: 100%;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
body {
  font-family: "Roboto", sans-serif;
  color: #272525;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Condensed", sans-serif;
}
a {
  color: #707070;
}
b,
strong {
  font-weight: 700;
}
p,
ul,
ol,
blockquote {
  margin: 0 0 16px;
  text-rendering: optimizeLegibility;
}
ul,
ol {
  padding-left: 20px;
}
blockquote {
  padding: 10px 0 10px 20px;
  border-left: 2px solid #707070;
}
blockquote p:last-child {
  margin: 0;
}
img {
  /*width: auto;*/
  height: auto;
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}
hr {
  max-width: 80%;
  margin: 16px auto;
  border-color: #707070;
  border-width: 1px 0 0;
}
.screen-reader-text,
.genesis-skip-link {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.screen-reader-text:focus,
.genesis-skip-link:focus {
  position: relative !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  z-index: 100000;
}

/* ## Forms
--------------------------------------------- */
label {
  cursor: pointer;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
select {
  border: 2px solid #272525;
  display: block;
  width: 100%;
  padding: 15px 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 18px;
  font-weight: 500;
}
select {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -16px center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 24px;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  background-image: none;
}
input[type="submit"] {
  cursor: pointer;
  border: none;
  background: none;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
}
input[type="submit"]:focus {
  outline: none;
}

/* ## Site Header
--------------------------------------------- */
.site-header {
  border-bottom: 3px solid #272525;
}
.site-header > .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 31px 10px;
  max-width: 1108px;
  margin: auto;
}
.site-title {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.nav-secondary ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
}
.nav-secondary li {
  margin-left: 20px;
}
.nav-secondary li:first-child {
  margin: 0;
}
.nav-secondary a {
  text-decoration: none;
}
.nav-secondary a::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}
.nav-secondary .nav-instagram a::before {
  width: 22px;
  height: 22px;
  background-image: url(images/icon-instagram.svg);
}
.nav-secondary .nav-facebook a::before {
  width: 12px;
  height: 22px;
  background-image: url(images/icon-facebook.svg);
}
.nav-secondary .nav-artsy a::before {
  width: 22px;
  height: 22px;
  background-image: url(images/icon-artsy.svg);
}
.nav-secondary .nav-youtube a::before {
  width: 24px;
  height: 17px;
  background-image: url(images/icon-youtube.svg);
}
.nav-secondary .menu-item:not(.wpml-ls-item) span {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.header-widget-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

/* ## Mobile Navigation
--------------------------------------------- */
.nav-mobile,
.menu-toggle {
  display: none;
}
.hamburger {
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  height: 15px;
  outline: none;
  vertical-align: middle;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #272525;
}
.hamburger-box {
  width: 30px;
  height: 15px;
  display: block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 30px;
  height: 3px;
  background-color: #272525;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -7px;
}
.hamburger-inner::after {
  bottom: -7px;
}
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in,
    transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out,
    transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.nav-mobile-container {
  position: fixed;
  z-index: 2;
  top: 95px;
  right: 35px;
  width: 320px;
  max-height: calc(100vh - 100px);
  overflow: auto;
  border: 3px solid #272525;
  background-color: #fff;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 25px;
  font-weight: 700;
  padding: 40px 10px;
  text-transform: lowercase;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.nav-mobile-container a {
  color: #272525;
  text-decoration: none;
}
.nav-mobile-container ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.nav-mobile-container li {
  margin-bottom: 20px;
}
.nav-mobile-container .menu-header-icons-container ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-mobile-container .menu-header-icons-container li {
  margin: 0 10px;
}
.nav-mobile-container .menu-header-icons-container a {
  text-indent: -10000px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}
.nav-mobile-container .menu-header-icons-container .wpml-ls-item {
  display: none;
}
.nav-mobile-container .nav-instagram a {
  width: 20px;
  height: 20px;
  background-image: url(images/icon-instagram.svg);
}
.nav-mobile-container .nav-facebook a {
  width: 12px;
  height: 22px;
  background-image: url(images/icon-facebook.svg);
  text-indent: -10000px;
}
.nav-mobile-container .nav-artsy a {
  width: 22px;
  height: 22px;
  background-image: url(images/icon-artsy.svg);
  text-indent: -10000px;
}
.nav-mobile-container.visible {
  opacity: 1;
  visibility: visible;
}

/* ## Main Navigation
--------------------------------------------- */
.primary-wrap {
  border-bottom: 3px solid #272525;
}
.primary-wrap-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 19px 10px;
  max-width: 1108px;
  margin: auto;
}
.nav-primary {
  width: calc(100% - 140px);
}
.nav-primary ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 22px;
  font-weight: 700;
}
.nav-primary a {
  text-decoration: none;
  line-height: 1;
  color: #272525;
  text-transform: lowercase;
}
.nav-primary a::after {
  content: "";
  display: block;
  height: 2px;
  background-color: #272525;
  transition: all 0.3s;
  width: 0;
}
.nav-primary a:hover::after,
.nav-primary li.current-menu-item a::after,
.nav-primary li.current-menu-ancestor a::after,
.nav-primary li.current_page_parent a::after,
.nav-primary li.current-page-ancestor a::after {
  width: 100%;
}
.primary-2 {
  position: relative;
}
.primary-open,
.primary-open .hamburger-box {
  width: 40px;
  height: 21px;
}
.primary-open .hamburger-inner,
.primary-open .hamburger-inner::before,
.primary-open .hamburger-inner::after {
  width: 40px;
}
.primary-open .hamburger-inner::before {
  top: -10px;
}
.primary-open .hamburger-inner::after {
  bottom: -10px;
}
.primary-2:hover .hamburger--spin .hamburger-inner {
  transform: rotate(225deg) scale(0.6);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.primary-2:hover .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.primary-2:hover .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out,
    transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.primary-2 .widget {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 30px;
  width: 280px;
  background-color: #fff;
  border: 3px solid #272525;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 25px;
  font-weight: 700;
  text-transform: lowercase;
  padding: 30px 50px 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.primary-2 ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.primary-2 li {
  margin-bottom: 20px;
}
.primary-2 a {
  color: #272525;
  text-decoration: none;
}
.primary-2 a:hover,
.primary-2 a:focus {
  text-decoration: underline;
}
.primary-2:hover .widget {
  opacity: 1;
  visibility: visible;
}

/* ## Search Form
--------------------------------------------- */
.site-header .search-form {
  display: flex;
  border-bottom: 3px solid #272525;
  padding-bottom: 3px;
  margin-left: 44px;
  width: 110px;
}
.widget_search .widgettitle {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.site-header .search-form-input {
  border: none;
  width: 86px;
  padding: 0 10px 0 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 22px;
  font-weight: 700;
  font-style: italic;
  color: rgb(117, 117, 117);
}
.site-header .search-form-input::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.site-header .search-form-input:focus {
  outline: none;
}
.site-header .search-form-input::-webkit-input-placeholder {
  color: #272525;
}
.site-header .search-form-input::-moz-placeholder {
  color: #272525;
}
.site-header .search-form-input:-ms-input-placeholder {
  color: #272525;
}
.site-header .search-form-input:-moz-placeholder {
  color: #272525;
}
.site-header .search-form-submit {
  width: 24px;
  height: 24px;
  background: url(images/search.svg) no-repeat;
  padding: 0;
  text-indent: -10000px;
  border: none;
}
.site-header .nav-mobile .search-form {
  width: auto;
  margin: 0 20px 20px;
}
.site-header .nav-mobile .search-form-input {
  width: calc(100% - 24px);
}

/* ## Language Switcher
--------------------------------------------- */
.nav-secondary li.wpml-ls-item {
  display: inline-flex;
  font-weight: 300;
  text-transform: lowercase;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 25px;
}
.nav-secondary li.wpml-ls-item + li.wpml-ls-item {
  margin-left: 0;
}
.nav-secondary li.wpml-ls-item a {
  color: #272525;
}
.nav-secondary li.wpml-ls-current-language {
  font-weight: 700;
}
.nav-mobile-container .wpml-ls-legacy-list-horizontal {
  padding: 20px 0 0;
  font-weight: 300;
}
.nav-mobile-container .wpml-ls-legacy-list-horizontal li {
  display: inline-flex;
  line-height: 1;
}
.nav-mobile-container .wpml-ls-legacy-list-horizontal a,
.footer-widgets-1 .wpml-ls-legacy-list-horizontal a,
.footer-widgets-1 .wpml-ls-legacy-list-horizontal {
  padding: 0;
}
.nav-mobile-container li.wpml-ls-current-language {
  font-weight: 700;
}
/* html[lang="de-DE"] .nav-secondary li.wpml-ls-item-en::before, html[lang="en-US"] .nav-secondary li.wpml-ls-item-de::before, html[lang="de-DE"] .footer-widgets-1 li.wpml-ls-item-en::before, html[lang="en-US"] .footer-widgets-1 li.wpml-ls-item-de::before {
    content: '/';
    margin: 0 5px 0 3px;
    font-weight: 300;
} */
.nav-secondary li.wpml-ls-item-en::before,
.footer-widgets-1 li.wpml-ls-item-en::before {
  content: "/";
  margin: 0 5px 0 3px;
  font-weight: 300;
}
html[lang="de-DE"] .footer-widgets-1 li.wpml-ls-item-en::before,
html[lang="en-US"] .footer-widgets-1 li.wpml-ls-item-de::before {
  margin-top: -3px;
}
html[lang="de-DE"] .nav-mobile-container li.wpml-ls-item-en::before,
html[lang="en-US"] .nav-mobile-container li.wpml-ls-item-de::before {
  content: "/";
  margin: 0 5px;
  font-weight: 300;
  position: relative;
  top: 2px;
}
.footer-widgets-1 li.wpml-ls-item {
  font-weight: 300;
  display: flex;
  padding-top: 3px;
}
.footer-widgets-1 li.wpml-ls-current-language {
  font-weight: 700;
}
.footer-widgets-1 .wpml-ls-legacy-list-horizontal a:hover {
  text-decoration: none;
}

/* ## Content
--------------------------------------------- */
.elementor-widget-text-editor .elementor-widget-container > *:last-child {
  margin-bottom: 0;
}
.seoc-more-link {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: #272525;
  display: inline-block;
}
.hover-button .elementor-button-text::after,
.seoc-more-link::after {
  content: "";
  display: block;
  height: 3px;
  background-color: #272525;
}
.hover-button .elementor-button-text:hover::after,
.seoc-more-link:hover::after {
  opacity: 0;
}
.seoc-smalltext {
  margin: 16px 0;
  font-size: 14px;
  font-weight: 300;
}
.elementor .link-black a {
  color: #272525;
  text-decoration: underline;
}
.elementor .elementor-widget-text-editor a:hover {
  text-decoration: underline;
}
.elementor .link-black a:hover {
  text-decoration: none;
}
.icon-button .elementor-align-icon-right svg {
  width: 6px;
}
.mc_merge_var,
.mergeRow,
.mc-field-group {
  margin-bottom: 30px;
}
.mc_merge_var label {
  display: inline-block;
  margin-bottom: 10px;
  line-height: 1;
}
.mergeRow {
  margin-top: 30px;
}
.mc_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.mc_list input {
  margin-right: 10px;
}
.mc-field-group select {
  background-color: #fff;
}
.mc_signup_submit {
  display: inline-block;
  cursor: pointer;
}
.mc_signup_submit::after {
  content: "";
  display: block;
  height: 3px;
  background-color: #272525;
}
.mc_signup_submit:hover::after {
  opacity: 0;
}
#mc_message strong {
  display: block;
  margin-bottom: 10px;
  color: #f00;
}
.bg-hover {
  overflow: hidden;
}
.bg-hover .elementor-widget-wrap {
  transition: all 0.3s !important;
}
.bg-hover:hover .elementor-widget-wrap {
  transform: scale(1.1);
}
.bg-hover .elementor-widget-wrap::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #272525;
  opacity: 0;
  transition: all 0.3s;
}
.bg-hover:hover .elementor-widget-wrap::after {
  opacity: 0.6;
}
.bg-hover .elementor-widget {
  z-index: 1;
  transition: all 0.3s;
}
.bg-hover:hover .elementor-widget {
  transform: scale(0.9);
}

/* ## Borlabs
--------------------------------------------- */
._brlbs-caption a._brlbs-btn {
  width: auto;
  height: auto;
  position: relative;
}
.BorlabsCookie._brlbs-cb-youtube {
  position: relative;
  z-index: 10;
}

/* ## Lightbox
--------------------------------------------- */
#glightbox-slider .gslide-media img {
  max-width: 1024px;
  max-height: 1024px !important;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.goverlay {
  background: rgba(0, 0, 0) !important;
}
.gslide-description.description-bottom {
  opacity: 0;
  transition: opacity 0.2s linear;
}
.glightbox-clean
  .ginformation:hover
  ~ .gcontainer
  .gslider
  .gslide.loaded.current
  .gslide-description.description-bottom {
  opacity: 1;
}
.glightbox-clean .ginformation {
  width: 40px;
  height: 40px;
  top: 34px;
  right: 65px;
  position: absolute;
  padding: 0;
  /*color: #fff;*/
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 700;
  opacity: 0;
  z-index: 99999;
  transition: all 0.2s;
}
.glightbox-clean .ginformation.visible {
  opacity: 1;
  animation-name: seoc_pulse;
  animation-duration: 0.6s;
  animation-iteration-count: 5;
  animation-direction: alternate;
}
@keyframes seoc_pulse {
  0% {
    transform: scale(0.8);
  }
  12.5% {
    transform: scale(0.825);
  }
  25% {
    transform: scale(0.85);
  }
  37.5% {
    transform: scale(0.875);
  }
  50% {
    transform: scale(0.9);
  }
  62.5% {
    transform: scale(0.925);
  }
  75% {
    transform: scale(0.95);
  }
  87.5% {
    transform: scale(0.975);
  }
  100% {
    transform: scale(1);
  }
}
.glightbox-clean .ginformation:hover {
  cursor: pointer;
  opacity: 1;
}

@media only screen and (max-width: 550px) {
  .glightbox-clean .seoc-heading.seoc-lightbox-heading {
    opacity: 0;
  }
  .glightbox-clean
    .ginformation:hover
    + .seoc-heading.seoc-lightbox-heading.visible {
    opacity: 1;
  }
}

/* ## Site Footer
--------------------------------------------- */
.footer-widgets a {
  color: #272525;
  text-decoration: none;
}
.footer-widgets a:hover,
.footer-widgets a:focus {
  text-decoration: underline;
}
.footer-widgets > .wrap {
  border-top: 3px solid #272525;
}
.footer-widgets-inner {
  border-bottom: 3px solid #272525;
}
.footer-widgets-inner .widget-area {
  max-width: 1108px;
  margin: auto;
  padding: 20px 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-widgets-1 {
  text-transform: lowercase;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 25px;
  font-weight: 700;
}
.footer-widgets-1 .widget_nav_menu {
  flex: 1;
  padding-right: 12%;
}
.footer-widgets-1 ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-widgets-2 {
  padding: 20px 10px;
  border-bottom: 3px solid #272525;
  display: none;
}
.footer-widgets-2 ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-widgets-2 li {
  margin: 0 21px;
  display: flex;
  align-items: center;
}
.footer-widgets-2 li.wpml-ls-item {
  display: none;
}
.footer-widgets-2 a {
  text-indent: -10000px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}
.footer-widgets-2 a:hover,
.footer-widgets-2 a:focus {
  text-decoration: none;
}
.footer-widgets-2 .nav-artsy a {
  width: 22px;
  height: 22px;
  background-image: url(images/icon-artsy.svg);
}
.footer-widgets-2 .nav-instagram a {
  width: 20px;
  height: 20px;
  background-image: url(images/icon-instagram.svg);
}
.footer-widgets-2 .nav-facebook a {
  width: 12px;
  height: 22px;
  background-image: url(images/icon-facebook.svg);
}
.footer-widgets-2 .nav-twitter a {
  width: 22px;
  height: 18px;
  background-image: url(images/icon-twitter.svg);
}
.footer-widgets-2 .nav-youtube a {
  width: 24px;
  height: 17px;
  background-image: url(images/icon-youtube.svg);
}
.footer-widgets-3 {
  display: flex;
  flex-wrap: wrap;
  max-width: 1108px;
  margin: auto;
  padding: 0 10px;
}
.footer-widgets-3 .widget_media_image {
  width: 50%;
  border-right: 3px solid #272525;
  padding: 40px 0;
  display: flex;
  align-items: center;
}
.footer-widgets-3 .widget_text {
  width: 50%;
  padding: 40px 0 40px 130px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 25px;
  text-transform: lowercase;
}
.footer-widgets-3 p {
  margin: 0;
}

/* ## Responsive
--------------------------------------------- */
@media (max-width: 1024px) {
  .nav-mobile,
  .menu-toggle {
    display: block;
  }
  .nav-secondary,
  .primary-wrap,
  .header-widget-area > .widget_search {
    display: none;
  }
  .site-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 3;
    background-color: #fff;
  }
  .admin-bar .site-header {
    top: 32px;
  }
  .site-header > .wrap {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .title-area {
    width: calc(100% - 75px);
  }
  .title-area img {
    width: 240px;
  }
  .footer-widgets-3 .widget_media_image {
    padding-right: 10px;
  }
  .footer-widgets-3 .widget_text {
    padding-left: 10px;
  }
}
@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}
@media (max-width: 768px) {
  .site-header > .wrap,
  .footer-widgets-inner .widget-area,
  .footer-widgets-3 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .nav-mobile-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .site-header .nav-mobile .search-form {
    margin-bottom: 10px;
  }
  .nav-mobile-container li {
    margin-bottom: 5px;
  }
  .nav-mobile-container .menu-header-icons-container {
    margin: 10px 0;
  }
  .nav-mobile-container .wpml-ls-legacy-list-horizontal {
    padding-top: 0;
  }
  .footer-widgets-1 ul {
    justify-content: center;
  }
  .footer-widgets-1 li {
    margin: 0 10px;
  }
  .footer-widgets-1 li:first-child {
    margin-left: 0;
  }
  .footer-widgets-1 li:last-child {
    margin-right: 0;
  }
  .footer-widgets-1 .widget_nav_menu {
    padding: 0;
    width: 100%;
    flex: auto;
  }
  .footer-widgets-1 .widget_icl_lang_sel_widget {
    width: 100%;
  }
  .footer-widgets-2 {
    display: block;
  }
  .footer-widgets-3 .widget_media_image {
    width: 100%;
    padding: 20px 0 0;
    border: none;
    justify-content: center;
  }
  .footer-widgets-3 .widget_text {
    width: 100%;
    text-align: center;
    padding: 15px 0 0;
  }
}
@media (max-width: 550px) {
  .home-eq {
    height: 326px;
  }
}
@media (max-width: 400px) {
  .nav-mobile-container {
    width: auto;
    left: 35px;
  }
}
@media (min-width: 1109px) {
  .col-fw-left .elementor-widget-wrap,
  .col-fw-right .elementor-widget-wrap {
    width: calc(50vw + 10px);
  }
  .col-fw-left .elementor-widget-wrap {
    margin-left: calc(-50vw + 1108px / 2);
  }
  .col-fw-right .elementor-widget-wrap {
    margin-right: calc(-50vw + 1108px / 2);
  }
  .col-fw-fh .elementor-widget-wrap {
    min-height: 634px;
  }
}

/* ## Coming soon Page
--------------------------------------------- */
body.elementor-maintenance-mode .site-header {
  border: none;
}
body.elementor-maintenance-mode .site-header > .wrap {
  padding-top: 30px;
  padding-bottom: 0;
}
body.elementor-maintenance-mode .nav-secondary li {
  margin-left: 30px;
}
body.elementor-maintenance-mode .nav-secondary li:first-child {
  margin: 0;
}
body.elementor-maintenance-mode .nav-secondary .nav-instagram a::before {
  width: 17px;
  height: 17px;
}
body.elementor-maintenance-mode .nav-secondary .nav-facebook a::before {
  width: 9px;
  height: 17px;
}
body.elementor-maintenance-mode .nav-secondary .nav-twitter a::before {
  width: 17px;
  height: 14px;
}
body.elementor-maintenance-mode .nav-secondary .nav-youtube a::before {
  width: 18px;
  height: 13px;
}
.coming-soon-links a {
  color: #272525;
}
.elementor .coming-soon-links a:hover {
  text-decoration: underline;
}
@media (max-width: 1024px) {
  body.elementor-maintenance-mode .menu-toggle {
    display: none;
  }
  body.elementor-maintenance-mode .nav-secondary {
    display: block;
  }
  body.elementor-maintenance-mode .title-area {
    width: auto;
  }
}
@media (max-width: 768px) {
  body.elementor-maintenance-mode .title-area {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  body.elementor-maintenance-mode .header-widget-area {
    width: 100%;
  }
  body.elementor-maintenance-mode .nav-secondary ul {
    justify-content: center;
  }
  body.elementor-maintenance-mode .nav-secondary li,
  body.page-id-73 .nav-secondary li:first-child {
    margin: 0 15px;
  }
}

/* bugfixes von kevin - ab 2023-10-02 */

#glightbox-body {
  overflow: scroll;
}

.show-info-box {
  opacity: 1;
}

.fix-video-height .elementor-video {
  height: 100%;
}

.wpml-ls-sidebars-header-mobile.wpml-ls-legacy-list-horizontal ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.wpml-ls-sidebars-header-mobile.wpml-ls-legacy-list-horizontal
  ul
  > li:nth-of-type(2).wpml-ls-current-language {
  order: -1;
  justify-self: end;
}

.wpml-ls-sidebars-header-mobile.wpml-ls-legacy-list-horizontal
  ul
  > li:nth-of-type(1).wpml-ls-current-language {
  justify-self: end;
}

/* end of: bugfixes von kevin - ab 2023-10-02 */
