/*
Theme Name: Zuercherstrasse
Author: Anid Camdzic
Version: 1.0
*/

@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  font-display: swap;
  src: url("./s/archivo/v19/k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTTnTRp8A.ttf") format('truetype');
}
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url("./s/cabin/v27/u-4X0qWljRw-PfU81xCKCpdpbgZJl6XFpfEd7eA9BIxxkV2EL7E.ttf") format('truetype');
}
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url("./s/cabin/v27/u-4X0qWljRw-PfU81xCKCpdpbgZJl6XFpfEd7eA9BIxxkYODL7E.ttf") format('truetype');
}


.globalnav__list.mobile {
  display: block;
}
.globalnav__list.desktop {
  display: none;
}

.module.not-found {
  display:flex;
  flex-direction: column;
  text-align: center;
  max-width: max-content;
}

.module.not-found h1{
  font-size: 4rem;
}

.footer__item ul li a {
	display: flex;
	align-items: center;
	flex-direction: row;
	gap: 0.5rem;
}
.footer__item ul li a svg {
	width: 12px;
	fill: #FFF;
}

ul.datenschutz {
	list-style-type: circle;
	padding-left: 2rem;
	margin-bottom: 1rem;
}
@media screen and (min-width: 980px) {
  .globalnav__list.mobile {
    display: none;
  }
  .globalnav__list.desktop {
    display: flex;
  }
}