/* COLORS */
/* FONTS */
/* >= 1440px */
@media screen and (min-width: 1439px) {
  :root {
    --font-size-small: 20px !important;
    --line-height-small: 30px !important;
  }
  #header > .section #navigation .table .table-cell {
    padding: 100px 50px 100px 8.33vw;
    justify-content: center;
  }
  #header > .section #navigation .table .table-cell #block-custom-main-menu ul.menu li a {
    font-size: var(--font-size-h4);
    line-height: var(--line-height-h4);
  }
  #header > .section #navigation .table .table-cell #block-custom-main-menu ul.menu li.has-submenu > a::before {
    line-height: var(--line-height-h4);
  }
  #header > .section #navigation .table .table-cell #block-custom-main-menu ul.menu li.has-submenu .submenu {
    width: 60%;
  }
  #header > .section #navigation .table .table-cell #block-custom-main-menu ul.menu li.has-submenu .submenu li:first-of-type::before {
    content: '';
    position: relative;
    display: block;
    height: var(--line-height-h4);
  }
  #header > .section #navigation .table .table-cell #block-custom-main-menu ul.menu li.has-submenu .submenu li:last-of-type::after {
    content: '';
    position: relative;
    display: block;
    height: calc(4 * var(--line-height-h4)) ;
  }
  #header > .section #navigation .table .table-cell #block-custom-main-menu ul.menu li.has-submenu .submenu li a {
    font-size: var(--font-size-h4);
    line-height: var(--line-height-h4);
  }
  #header > .section #navigation .social-media {
    display: flex;
    position: absolute;
    bottom: 100px;
    right: 8.33vw;
    transition: right 0s ease;
    gap: 20px;
  }
  #header > .section #navigation .social-media .social-media-item i {
    font-size: 26px;
    line-height: 26px;
    color: #ef0003;
    transition: text-shadow 0.5s ease;
  }
  #header > .section #navigation .social-media .social-media-item:hover i {
    text-shadow: 0 0 15px rgba(239, 0, 3, 0.5);
  }
  body.submenu-open #header > .section #navigation .table .table-cell .social-media {
    right: 100px;
  }
  #footer {
    font-size: var(--font-size-small);
    line-height: var(--line-height-small);
  }
  #footer .contact-wrapper {
    display: flex;
    gap: 50px;
    margin-bottom: 50px;
  }
  #footer .mail {
    margin-bottom: 0;
  }
  #footer > .section .siegel {
    margin-bottom: 0;
    margin-left: auto;
    width: 200px;
  }
  #footer .menu-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #footer .menu-wrapper .spacer {
    display: block;
  }
  #footer .menu-wrapper .info {
    display: block;
  }
  #footer .menu-wrapper .footer-menu ul {
    flex-direction: row;
    gap: 30px;
  }
  #footer .menu-wrapper .social-media {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 0;
  }
  #footer .menu-wrapper .social-media .social-media-item {
    display: flex;
  }
}
/* >= 1600px */
/* >= 1700px */
@media screen and (min-width: 1699px) {
  #footer {
    font-size: var(--font-size-default);
    line-height: var(--line-height-default);
  }
  #header #secondary-menu {
    font-size: 20px;
  }
  #header > .section #navigation .table .table-cell {
    padding: 100px 50px 100px 8.33vw;
  }
  #footer .menu-wrapper {
    font-size: 20px;
    line-height: 24px;
  }
  #footer > .section .siegel {
    width: 250px;
  }
}
/* >= 1920px */
@media screen and (min-width: 1919px) {
  #main.promotion {
    padding-top: 50px;
  }
  #main.promotion #intro .section {
    min-height: calc(100vh - 16.8vw - 50px);
  }
  .promotion-banner {
    padding: 15px 0;
  }
  .promotion-banner .text-loop {
    font-size: 20px;
    line-height: 20px;
  }
  #header > .section .menu-icon {
    height: 40px;
    width: 40px;
  }
  #header > .section .menu-icon .line {
    height: 4px;
    width: 40px;
  }
  #header > .section .menu-icon .line.first {
    top: 10px;
  }
  #header > .section .menu-icon .line.second {
    bottom: 10px;
  }
  #header.promotion #secondary-menu {
    font-size: 22px;
  }
  body.menu-open #header .menu-icon .line.first {
    top: calc(50% - 2px);
  }
  body.menu-open #header .menu-icon .line.second {
    bottom: calc(50% - 2px);
  }
  #secondary-menu {
    padding: 20px 50px;
    font-size: 30px;
    top: 60px;
    gap: 150px;
  }
  #secondary-menu .menu .menu {
    gap: 50px;
  }
  #secondary-menu .menu .menu li {
    line-height: 40px;
  }
  #footer {
    padding: 200px 0 100px;
  }
  #footer > .section .logo {
    width: 350px;
  }
  #footer > .section .places {
    margin-bottom: 100px;
  }
  #footer > .section .mail {
    margin-bottom: 0;
  }
  #footer > .section .contact-wrapper {
    margin-bottom: 100px;
  }
  #footer > .section .menu-wrapper .spacer {
    display: none;
  }
}
/* >= 2200px */
@media screen and (min-width: 2199px) {
  #header > .section #navigation .table .table-cell #block-custom-main-menu ul.menu li.has-submenu > a::before {
    font-size: 50px;
  }
}
/* >= 2560px */
@media screen and (min-width: 2560px) {
  :root {
    --font-size-default: clamp(30px, 1.57vw, 40px) !important;
    --line-height-default: clamp(45px, 2.34vw, 60px) !important;
  }
  #header #secondary-menu {
    font-size: 30px;
    top: 80px;
  }
  #header #secondary-menu .dropdown-container .dropdown-content {
    margin-top: 40px;
  }
  #header.promotion #secondary-menu {
    top: 110px;
  }
  #header > .section #logo {
    width: clamp(200px, 18vw, 400px);
  }
}
