@font-face {
    font-family: switzer;
    src: url('../fonts/Switzer-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
  }



html, body {
    position: relative;
    height: 100%;
}

body {
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
color: rgb(0, 0, 0);
overflow-x: hidden;
font-size: calc(15px + 0.390625vw);
line-height: 1.4;
background-color: white;
}

h1 {
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: normal;
}

h2 {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: normal;
}

h3 {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: normal;
}

i {

}

em {

}

a {
  text-decoration: none;
  cursor: pointer;
  color: black;
}

a:link, a:visited { 
  text-decoration: none;
  cursor: pointer;
}

a:link:active, a:visited:active { 
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: rgb(166, 167, 231);}

h1 p {
  margin: 3rem 0 1rem 0;
}

h2 {
  margin: 3rem 0 1rem 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin: 0;
}
    
li {
    margin: 0;
    padding: 0;
}

.tabelle li{
  display: flex;
  justify-content: space-between;
  border-top: 1px solid black;
  padding: 0.5rem 10vw 0.5rem 0px;
  min-height: 3rem;
}


.tabelle {
  margin-top: 2rem;
  border-bottom: 1px solid black;
}


table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

svg {
  margin: 0;
}

.u_line {
  text-decoration: underline;
}

.upper-c {
  text-transform: uppercase;
}

* {box-sizing:border-box}

/* Hide scrollbar for Chrome, Safari and Opera */
html::-webkit-scrollbar {
display: none;
}

/* Hide scrollbar for IE, Edge add Firefox */
html {
-ms-overflow-style: none;
scrollbar-width: none; /* Firefox */
}

.hide {
  display: none;
}

main {
  margin: 2rem 20vw 2rem 2rem;
  position: relative;
}

.disable-select {
  -webkit-user-select: none;  
  -moz-user-select: none;    
  -ms-user-select: none;      
  user-select: none;
}


/* HEADER ELEMENT*/



/* NAVI */

  .navigation {
    position: fixed;
    padding: 2rem;
    width: 20vw;
    top: 0px;
    right: 0px;
    z-index: 100;
  }

  
  .logo-phone {
    display: none;
  }

  .logo_container {
    top: 0;
    width: 100%;
    position: relative;
  }

  .logo_container img{
    top: 0;
    width: 100%;
    position: relative;
  }

  .nav-links {
    margin: auto;
    padding-top: 1rem;
    position: relative;
    text-align: center;
  }

  .nav-links li{
    padding: 0.5rem 0px 0.5rem 0px;
    border-bottom: 1px black solid;
  }

  #nav-links-first {
    border-top: 1px black solid;
  }




/* SLIDER */

.swiper {
  position: relative;
  top: 0px;
  overflow: hidden;
  height: auto;
  width: 100%;
  padding: 0;
}


.swiper-button-prev {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 2rem;
  z-index: 2;
}

.swiper-button-prev img{
  position: absolute;
  width: 100%;
  transform: translateY(-50%);
}

.swiper-button-next {
  position: absolute;
  right: 1rem;
  top: 50%;
  cursor: pointer;
  width: 2rem;
  z-index: 2;
}

.swiper-button-next img{
  position: absolute;
  width: 100%;
  transform: translateY(-50%);
}

.swiper-slide img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.text-section {
  margin-top: 2em;
  margin-bottom: 2em;
  hyphens: auto;
  text-align: justify;
  hyphenate-locale: 'de';
}

h1, h2, h3, .grid-container, li {
  hyphens: none;
  text-align: left;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr); 
  grid-template-rows: repeat(2, auto); 
  gap: 2rem; 
}

.steps-img {
  position: relative;
  width: 100%;
}

/* ABOUT SECTION */

/* FOOTER SECTION */


/* Media Querys */


@media screen and (max-width: 999px) {

}


@media screen and (max-width: 550px) {

  .navigation {
    position: relative;
    padding: 2rem;
    width: 100%;
    top: 0px;
    right: 0px;
    z-index: 100;
  }
    
  .nav-links {
    display: none;
  }

  .logo_container {
    top: 0;
    width: 100%;
    position: relative;
  }

  .logo {
    display: none;
  }

  .logo-phone {
    display: block;
  }

  main {
    margin: 0rem 2rem 2rem 2rem;
    position: relative;
  }

  h1 p {
    margin: 1rem 0 1rem 0;
  }

  .swiper-button-prev {
    width: 1.5rem;
  }
  
  .swiper-button-next {
    width: 1.5rem;
  }

  .grid-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr); 
    grid-template-rows: repeat(2, auto); 
    gap: 1rem; 
  }

  .tabelle li{
    display: flex;
    justify-content: space-between;
    border-top: 1px solid black;
    padding: 0.5rem 0px 0.5rem 0px;
    min-height: 3rem;
  }

  .tabelle li > *:first-child {
    flex-grow: 1; 
    flex-shrink: 0; 
    max-width: 60%;
  }

  .text-section {
    hyphens: auto;
    text-align: left;
    hyphenate-locale: 'de';
  }
  
}