/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* ========= REBUILD ========= */

:root {
  --primary-dark-color: #488000;
  --primary-color: #79b031;
  --primary-light-color: #abe262;
  --dark-color: #35424a;
  --light-color: #f4f4f4;
}

html {
  /* scroll-behavior: smooth; */
}

body {
  font-family: 'Calabri', Arial, Helvetica, sans-serif;
  color: var(--dark-color);
  font-size: 18px;
  font-weight: 300;
  margin: 0;
  /* background-color: #faf9f9; */
  background-color: white;
  min-width: 300px;
}

.content {
  width: 70vw;
  margin: auto;
  margin-top: 5.5rem;
}

/* Global */
#viewport-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: auto;
  /* perspective: 1.5px; */
  scroll-behavior: smooth;
}

.container {
  /* width: 90%;
    margin: auto; */
  overflow: visible;
}

.byline {
  letter-spacing: 0.2em;
  font-weight: 400;
  font-size: 0.9em;
  color: #6f6f6f;
}

ul {
  margin: 0;
  padding: 0;
}

section {
  /*padding-top: 20px;*/
  padding-top: 20px;
  padding-bottom: 40px;
}

section.admin-content {
  margin: auto;
  width: 90%;
  margin-top: 10rem;
}

section.dark {
  background-color: var(--dark-color);
}

section.light {
  background-color: var(--light-color);
  color: var(--dark-color);
}

section.bright-light {
  background-color: white;
  color: var(--dark-color);
}

section.dark div.showcase-container h2 {
  color: var(--primary-light-color);
}

.grid-view {
  overflow: auto;
}

p {
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
  color: var(--dark-color);
}

li {
  font-size: 16px;
}

.logo {
  width: 6rem;
}

hr {
  border-bottom: 1px solid #ccc;
  color: #ccc;
}

a {
  color: var(--primary-color);
}

a:hover {
  opacity: 0.8;
}

.no-break {
  white-space: nowrap;
  display: inline;
}

.header-img {
  height: auto;
  width: 100%;
  margin-top: 5.5rem;
}

.btn {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  background: var(--primary-light-color);
  color: white;
  font-size: 24px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  margin-right: 0.5rem;
  transition: opacity 0.2s ease-in;
  outline: none;
  margin: 1rem;
  transition: background 0.2s linear;
  vertical-align: middle;
}

.btn:hover {
  background: var(--primary-color);
}

.btn a {
  text-decoration: none;
  color: var(--dark-color);
  margin: auto;
  padding: 0.6rem 1.5rem;
}

/* Header */
header {
  background-color: white;
  color: var(--dark-color);
  position: fixed;
  width: 100vw;
  min-width: 300px;
  top: 0;
  z-index: 100;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  flex-shrink: 0;
  border-bottom: 3px solid var(--primary-color);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

/* Sponsor slideshow */
.slider-container {
  max-width: calc(100vw - 6rem);
  padding: 0 4rem;
}

.slider {
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-items: center;
  white-space: nowrap;
  gap: 2rem;
}

.slider-item {
  display: flex;
  width: 150px;
}

.slider-item > img {
  display: block;
  margin: auto;
  width: 100%;
  max-height: 200px;
}

/* .slider-container {
    max-width: 100vw;
    width: 60%;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 1rem;
}

.slider {
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    max-height: calc(250px + 4rem);
}

.slider-item-wrapper {
    display: inline-block;
    position: relative;
    padding-top: 0px;
    overflow: hidden;
    width: 250px;
    height: 250px;
    background-color: white;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.4);
    margin: 2rem;
}

.slider-item {
    display: flex;
    height: calc(100% - 4rem);
    padding: 2rem;
}

.slider-item > img {
    display: block;
    width: calc(250px - 4rem);
    margin: auto;
}

@keyframes slide-animation {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(-50%, 0, 0);
        -ms-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
} */

/* Header wave */
.waves {
  /* background: linear-gradient(60deg, var(--primary-dark-color) 0%, var(--primary-color) 100%); */
  position: relative;
  width: 100%;
  background: transparent;
  /* Fix for safari gap */
}

.wave-parallax {
  display: inline;
  max-width: 200px;
  max-height: 200px;
}

/* Animation */
.wave-parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.wave-parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.wave-parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.wave-parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.wave-parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height: 40px;
    min-height: 40px;
  }
}

header a {
  text-decoration: none;
  transition: color 0.1s ease-in;
}

header a#nav-item {
  color: var(--dark-color);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  transition: color 0.1s ease-in;
}

header li {
  display: inline;
  padding: 10px;
}

header #branding {
  float: left;
  max-height: 8rem;
}

header #branding a {
  display: flex;
  align-items: center;
}

header #branding a img {
  max-width: 100%;
  max-height: 100%;
}

header #branding h1 {
  color: #57575a;
  margin: 0;
  display: inline;
  font-weight: 300;
  font-size: 22px;
  padding-left: 5px;
  text-align: left;
}

header nav {
  float: right;
}

header .highlight,
header .current a {
  color: var(--primary-dark-color);
  font-weight: 300;
}

header a:hover,
header a#nav-item:hover {
}

header nav li,
footer {
  float: none;
  text-align: center;
  width: 100%;
}

.header-container {
  width: 90%;
  margin: auto;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#top-line {
  font-size: 16px;
  color: var(--dark-color);
}

#bottom-line {
  font-size: 16px;
  font-style: italic;
  color: var(--dark-color);
  text-align: right;
  float: right;
}

#header-underline {
  border: 1px solid #35424a;
  border-left: none;
  border-right: none;
  border-top: none;
  margin-bottom: 5px;
}

.menu-button {
  cursor: pointer;
  display: none;
  padding: 1em;
  margin: 1.5em;
  margin-bottom: 0;
  border-radius: 5px;
  width: 70px;
  height: 20px;
  background-color: white;
}

.menu-button > svg {
  margin: 0 auto;
}

.menu-icon {
  display: inline;
}

.menu-text {
  font-size: 14px;
  padding-left: 5px;
  position: relative;
  top: -4px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-menu {
  padding-bottom: 5px;
}

.dropdown-menu-selected {
  border-bottom: 2px solid var(--primary-dark-color);
}

.dropdown-menu:hover {
  border-bottom: 2px solid var(--primary-dark-color);
}

.dropdown-content {
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 150;
  text-align: left;
  margin: 10px 0;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s, opacity 0.1s linear;
  font-size: 16px;
}

.dropdown-content a {
  color: black;
  padding: 10px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  opacity: 1;
  visibility: visible;
  transition: visibility 0.1s, opacity 0.1s linear;
}

.dropdown-no-select {
  cursor: default;
}

/* Showcase */
div#content {
  overflow: show;
}

.responsive-aspect-header {
  position: relative;
  padding-bottom: 65%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}

.responsive-aspect-header section {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100vh * 1 / 0.75);
  height: 100vh;
  max-width: 100%;
  max-height: 100%;
}

.mitigate-content-container {
  width: auto;
  margin-left: -15vw;
  margin-right: -15vw;
}

section.content {
  width: 70vw;
  margin: auto;
  margin-top: 7rem;
  padding: 0;
}

section#showcase {
  margin: auto;
  padding: 0;
}

section#cta {
  position: relative;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px 0px rgba(0, 0, 0, 0.06),
    0px -1px 3px 0px rgba(0, 0, 0, 0.1), 0px -1px 2px 0px rgba(0, 0, 0, 0.06);
  z-index: 20;
}

#showcase {
  text-align: center;
  color: #ffffff;
  background-image: linear-gradient(rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 1)),
    url('/verwaltung/themes/tsv-new/images/header_option3_cat.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  -webkit-transition: background-image 2s linear;
  -moz-transition: background-image 2s linear;
  transition: background-image 2s linear;
}

#showcase.bg-option-1 {
  background-image: url('../images/Header1.jpg');
}

#showcase.bg-option-2 {
  background-image: url('../images/Header2.jpg');
}

#showcase.bg-option-3 {
  background-image: url('../images/Header3.jpg');
}

.showcase-container {
  width: 90%;
  margin: 0 auto;
  overflow: visible;
  margin-top: 2rem;
  text-align: center;
}

.parallax {
  background-image: url('../imgages/header_option1_cat.png');
  background-repeat: no-repeat;
  background-size: 100%;
}

#showcase h1 {
  font-size: 40px;
  margin-bottom: 10px;
  text-transform: none;
  display: block;
  font-weight: 600;
  color: var(--primary-color);
}

#showcase h2 {
  color: white;
  margin-top: 100px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: lighter;
  font-weight: 500;
  text-decoration: underline;
}

#showcase p {
  font-size: 25px;
}

.cta-container {
  display: flex;
  justify-content: space-between;
  width: 40%;
  margin: 0 auto;
  margin-bottom: 2rem;
}

#intro p {
  font-size: 20px;
  font-weight: 500;
}

/* Content */
.content {
  flex-grow: 1;
}

.content .container {
  /*width: 70%;*/
  margin: auto;
  overflow: show;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.list-view .items h1,
.content h1 {
  font-size: 35px;
  font-weight: 300;
  margin-bottom: 2rem;
  margin-top: 1rem;
  padding: 0;
  text-transform: uppercase;
  color: var(--primary-color);
  line-height: normal;
}

.list-view .items h2,
.content h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 2rem;
  margin-top: 4rem;
  padding: 0;
  text-transform: uppercase;
  color: var(--primary-dark-color);
  line-height: normal;
}

.list-view .items h3,
.content h3 {
  font-size: 24px;
  font-weight: 300;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  padding: 0;
  color: var(--primary-color);
  line-height: normal;
}

.list-view .items h4,
.content h4 {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
  padding: 0;
  color: var(--primary-color);
  line-height: normal;
}

.showcase-container h1 {
  font-size: 36px;
  margin-bottom: 10px;
  text-transform: none;
  display: block;
  font-weight: 600;
  color: var(--primary-color);
}

.showcase-container h2 {
  color: var(--primary-color);
  text-transform: none;
  font-weight: bold;
  font-size: 30px;
}

.showcase-container p {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}

aside {
  float: right;
  margin-top: 10px;
}

aside#sidebar04 {
  width: 40%;
}

aside#sidebar03 {
  width: 30%;
}

aside > img {
  max-width: 100%;
  max-height: 100%;
}

article#about-col {
  float: left;
  width: 55%;
}

article#services-col {
  float: left;
  width: 55%;
}

article#references-col {
  float: left;
  width: 100%;
}

.ref-items {
  display: grid;
  grid-template-columns: 33% 34% 33%;
  gap: 1em;
}

.ref-item {
  text-align: center;
  align-self: end;
  margin: 15px;
}

.ref-item > a {
  color: #000000;
}
.ref-item > a:hover {
  color: #aaaaaa;
}

.ref-item-img {
  align-self: center;
  justify-self: center;
  text-align: center;
  height: 200px;
  width: auto;
  mix-blend-mode: multiply;
  margin: 0 auto;
  display: block;
  white-space: nowrap;
}

.ref-item-img > img {
  max-width: 70%;
  vertical-align: middle;
}

.helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

section#contact {
  background-color: #35424a;
  margin-bottom: 0;
}

article#contact-col {
  float: left;
  width: 65%;
  color: #ffffff;
}

article#contact-col h2 {
  color: #ffffff;
}

article#contact-col span {
  color: #f4f4f4;
}

article#contact-col table {
  margin-top: 10px;
}

article#contact-col td {
  padding: 15px 15px 15px 0;
  font-size: 16px;
  vertical-align: top;
}

article#contact-col i {
  font-size: 30px;
}

.split-col {
  display: inline-block;
}

.content .right-col {
  float: right;
  width: 50%;
}

.content .left-col {
  float: left;
  width: 40%;
}

.content li {
  margin: 20px;
}

/* Contact groups */
.contact-group {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 2rem;
}

.contact-group p {
  text-align: left;
}

.contact {
  display: block;
  margin-top: 1rem;
  margin-bottom: 4rem;
}

.contact h5 {
  font-size: 20px;
  padding-right: 2rem;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}

.contact span {
  display: block;
  padding: 1rem;
  padding-bottom: 0;
  white-space: nowrap;
}

.contact span i {
  padding: 0 0.5rem;
}

.contact#emergency-phone-number span {
  font-size: 22px;
  font-weight: bold;
}

.even-space {
  display: flex;
  justify-content: flex-start;
}

/* Tabs */
.tabs {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  background-color: white;
  margin: 2rem 1rem;
}

.tab {
  text-align: center;
  padding: 1rem;
  text-decoration: none;
  color: inherit;
}

.tab:hover {
  background-color: #ddd;
  cursor: pointer;
}

.tab-selected {
  border-bottom: 2px solid var(--primary-dark-color);
}

/* Footer */
footer {
  display: flex;
  justify-content: center;
  padding: 0rem 0;
  color: #ffffff;
  background-color: var(--primary-light-color);
  text-align: center;
  flex-shrink: 0;
}

footer a {
  color: var(--dark-color);
}

footer p {
  padding: 0 15px 0 15px;
}

.footer-image {
  max-width: 200px;
  position: relative;
  left: 0;
  top: 35px;
}

#header-TS-branding {
  font-size: 28px;
}

/* Supporting generated content */
div#commonjustified,
.list-view .items div,
.list-view .items div#commonjustified {
  text-align: justify;
  line-height: 1.5;
  font-size: 18px;
  margin: 0 1rem;
  display: inline-block;
  width: calc(100% - 4rem) !important;
  overflow: auto;
  font-size: 18px !important;
}

.list-view .items table {
  width: 100%;
}

div#commonjustified td {
  padding-left: 1rem;
  text-align: left;
}

.list-view .items td {
  width: calc(100% - 1rem) !important;
  display: block;
  font-size: 18px;
}

.list-view .items tr {
  display: block;
  padding-bottom: 1rem;
  line-height: 1.2;
}

.list-view .items h3 {
  margin-top: 4rem;
  margin-bottom: 1rem;
}

.list-view .items h4 {
  margin-left: 2rem;
  margin-right: 2rem;
  margin-top: 2rem !important;
}

div#seperator {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ccc;
}

.list-view .items img,
#commonjustified img {
  width: 50% !important;
  object-fit: contain;
  float: none !important;
  display: block;
  margin-bottom: 2rem !important;
  margin-left: 1rem !important;
  margin-right: 1rem !important;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.4);
}

.hidden {
  display: none;
}

.cookie-dialog {
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  max-width: 300px;
  font-size: 14px;
  z-index: 9998;
  background-color: white;
}

.cookie-dialog-content {
  padding: 1rem;
}

.cookie-dialog-content > div.btn {
  display: block;
  text-align: center;
  width: 60px;
  margin: 0.7rem auto;
}

/* Media Queries */
@media (max-width: 1380px) {
  #header-TS-branding:after {
    content: '';
  }

  .cta-container {
    width: 60%;
    margin-top: 2rem;
  }

  #showcase h1 {
    font-size: 40px;
  }

  #showcase h2 {
    font-size: 34px;
  }
}

@media (max-width: 1400px) {
  .slider {
    grid-template-columns: 1fr 1fr 1fr;
  }

  #header-TS-branding:after {
    content: '';
  }

  .cta-container .btn a {
    font-size: 20px;
    padding: 0.9rem 2.9rem;
  }

  .cta-container .btn {
  }

  header #branding,
  header nav,
  header nav li {
    float: none;
    text-align: left;
    width: 100%;
  }

  footer {
    float: none;
    text-align: center;
    width: 100%;
  }

  header nav li {
    padding: 10px;
  }

  /* Hamburger menu for responsive nav */
  header nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 250px;
    height: 100%;
    max-height: 100vh;
    z-index: 1000;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    background-color: white;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  header nav.in {
    margin-right: -250px;
    box-shadow: none;
    transition: margin-right 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }

  header nav.out {
    margin-right: 0px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    transition: margin-right 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }

  header nav ul {
    padding: 1em;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: calc(100vh - 20px - 8em);
  }

  header nav li {
    display: block;
    text-align: left;
    border-bottom: 1px solid var(--primary-dark-color);
  }

  .menu-button {
    display: block;
    position: relative;
  }

  .menu-button-in {
    margin-right: calc(250px + 1.5em);
    transition: margin-right 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  }

  .menu-button-out {
    margin-right: 1.5em;
    transition: margin-right 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    box-shadow: none;
  }

  .dropdown {
    display: block;
    text-align: left;
  }

  .dropdown-content {
    position: relative;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transition: none;
    margin: 0;
    display: flex;
    flex-direction: column;
  }

  .dropdown-content a {
    padding: 10px 16px;
    display: inline;
  }

  .dropdown-no-select {
    font-weight: 200;
    opacity: 0.5;
  }

  .dropdown-no-select:hover {
    border-bottom: none;
  }

  footer {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }

  footer p {
    text-align: center;
  }

  .contact-group {
    grid-template-columns: 100%;
    gap: 1rem;
  }

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

  #showcase h1 {
    margin-top: 30px;
  }

  #showcase h2 {
    margin-top: 60px;
  }
}

@media (max-width: 1000px) {
  article#about-col,
  article#services-col,
  article#references-col,
  article#contact-col,
  article#impressum-col,
  aside#sidebar03,
  aside#sidebar04,
  .content .right-col,
  .content .left-col {
    float: none;
    width: 100%;
  }

  #showcase h1 {
    margin-top: 60px;
  }

  .container,
  .content .container {
    display: block;
    width: 90%;
  }

  .content {
    margin-top: 2rem;
  }

  section {
    width: 100%;
  }

  #showcase {
    min-height: 350px;
  }

  #showcase h1 {
    margin-top: 0px;
    font-size: 30px;
    margin-bottom: 10px;
  }

  #showcase h2 {
    margin-top: 60px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 300;
  }

  #showcase p {
    font-size: 16px;
  }

  .content h2 {
    font-size: 30px;
  }

  .ref-items {
    grid-template-columns: 100%;
  }

  .ref-item-img > img {
    max-width: 250px;
    vertical-align: middle;
  }

  .mitigate-content-container {
    margin-left: -20vw;
    margin-right: -20vw;
  }

  .responsive-aspect-header {
    position: relative;
    padding-bottom: 0px;
    padding-top: 0px;
    height: 350px;
    overflow: hidden;
  }

  .responsive-aspect-header section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
  }
}

@media (max-width: 750px) {
  .slider {
    grid-template-columns: 1fr;
  }

  section.content {
    width: 100%;
  }

  .mitigate-content-container {
    margin-left: -5vw;
    margin-right: -5vw;
  }

  #showcase h1 {
    font-size: 28px;
    margin-top: 20px;
  }

  #showcase h2 {
    font-size: 24px;
    margin-top: 30px;
  }

  .btn {
    padding: 0.3rem;
    margin: 1rem;
  }

  .cta-container {
    width: 95%;
    margin-top: 0;
    flex-direction: column;
    align-items: center;
  }

  .cta-container .btn {
    width: 80%;
    /* padding: 0.7rem 1.4rem; */
    padding: 0;
  }

  .cta-container .btn a {
    font-size: 18px;
  }

  div#commonjustified,
  .list-view .items div,
  .list-view .items div#commonjustified {
    width: calc(90vw - 2rem) !important;
  }
}

@media (max-width: 560px) {
  header #branding h1 {
    font-size: 12px;
  }

  #header-TS-branding {
    font-size: 18px;
  }

  #bottom-line {
    font-size: 11px;
  }

  .logo {
    width: 3rem;
  }

  section.content {
    margin-top: 5.5rem;
  }

  .menu-button {
    margin: 1rem;
    margin-bottom: 0;
  }

  .menu-button-in {
    margin-right: calc(250px + 1em);
  }

  .menu-button-out {
    margin-right: 1em;
  }

  #showcase {
    background-size: auto 100%;
    background-position: center center;
  }

  #header-TS-branding:after {
    content: '';
  }

  .contact span {
    font-size: 16px;
  }

  .contact h5 {
    font-size: 18px;
  }

  .list-view .items td {
    display: block;
    font-size: 14px;
  }

  .list-view .items img,
  #commonjustified img {
    width: 100% !important;
  }

  .list-view .items h1,
  .content h1 {
    font-size: 24px;
    font-weight: 200;
    margin-bottom: 2rem;
    margin-top: 1rem;
    padding: 0;
    text-transform: uppercase;
    color: var(--primary-color);
    line-height: normal;
  }

  .showcase-container h1 {
    font-size: 24px;
    margin-bottom: 0px;
    margin-top: 0px;
    text-transform: none;
    display: block;
    font-weight: 600;
    color: var(--primary-color);
  }

  .showcase-container {
    margin-top: 0px;
  }

  .header-img {
    max-width: 560px;
    height: 100%;
    margin-top: 5.5rem;
  }
}

/* @media (max-width: 300px) {
    header #branding h1 {
        display: none;
    }
} */

@media (max-width: 350px) {
  .contact span {
    padding: 0;
  }

  .tabs {
    margin: 1rem 0.5rem;
  }

  #showcase h1 {
    font-size: 26px;
    margin-top: 20px;
  }

  #showcase h2 {
    font-size: 20px;
    margin-top: 30px;
  }
}

@media (max-width: 2160px) {
  .parallax {
    background: none;
  }

  .parallax::after {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateZ(-1px) scale(2);
    background-image: url('../images/header_option1_cat.jpg');
    background-repeat: no-repeat;
    background-size: 100% center;
    z-index: -1;
  }
}

@media (min-width: 1420px) {
  .responsive-aspect-header {
    padding-bottom: 650px;
  }
}

@media (min-width: 2160px) {
  .ref-item-img {
    height: 400px;
  }

  .header-container {
    width: 80%;
  }

  .responsive-aspect-header {
    padding-bottom: 1000px;
  }
}
