@font-face { font-family: Bungee; src: url('font/BebasNeue-Regular.ttf'); } 

@media all and (min-width: 600px) {
  .hidden-desktop {
    display: none !important;
  }
}

@media all and (max-width: 601px) {
  .hidden-mobile {
    display: none !important;
  }
}


body {
  font-family: "Bungee", sans-serif;
  font-weight:100;
  margin: 0;
  letter-spacing: 0.1em;
}
a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
  font-size: 18pt;
}
.site-header { 

  padding: .5em 1em;
}

.site-header::after {
  content: "";
  display: table;
  clear: both;
}

.site-identity {
  float: left;
}

.site-identity h1 {
  font-size: 1.5em;
  margin: .7em 0 .3em 0;
  display: inline-block;
}

.site-identity img {
  max-height: 35px;
  float: left;
  margin: 20px 10px 0 0;
}

.site-navigation {
  float: right;
}

.site-navigation ul, li {
  margin: 0; 
  padding: 0;
}

.site-navigation li {
  display: inline-block;
  margin: 1.4em 1em 1em 1em;
}
.container {
  display: flex;
  z-index: 2;
}

section {
  height: calc(90vh - 55px);
  display: flex;
  padding-left: 20px;
  flex:1;
  transition: all .5s;
}

section:hover {
  flex:1.2;
  filter: grayscale(0%);
  transition-timing-function:ease-in-out;
}

section h1 {
  color:rgb(0, 0, 0);
  font-size: 20px;
}

.sven{
  background:url('img/sven.webp') #f5d521;
  background-position: center;
  background-size: cover;
  filter: grayscale(100%);
  max-height: 84.5vh;
}

.flo{
  background:url('img/flo.webp') #ac2b24;
  background-position: center;
  background-size: cover;
  filter: grayscale(100%);
  max-height: 84.5vh;
}


.quirin{
  background:url('img/Qui.webp') #0b676e;
  background-position: center;
  background-size: cover;

  filter: grayscale(100%);
  max-height: 84.5vh;
}

.text {
  max-width: 400px;
  text-align: left; 
  line-height: 1.5;
  padding-left: 20px;
}

.textadresse{
  text-align: left; 
  line-height: 1.5;
  padding-left: 20px;
}

.h1 {
  line-height: 1.5;
  text-align: bottom; 
  padding-left: 10px;
  list-style: none;
}

Li{
  list-style-type: none;
  margin-bottom: 10px;
}

.Name{
  padding-bottom: calc(75vh - 100px);
  transition: all .5s;
  display: flex;

}

ul{
  list-style-type: disc;
  margin-block-start: 0em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
  }

.icon
{
  height: 30px;
  width: 30px;
}


aside:hover {
  margin-top: -66px;
  padding: 6px;
  overflow: visible;
}

[data-icon]::before {
  color: #555;
  content: attr(data-icon);
  vertical-align: middle;
  
  transition: .4s;
}

span[data-icon] {
  display: block;
  transition: .4s;
  cursor: pointer;
  color: transparent;

}

span[data-icon]:last-of-type {
  box-shadow: none;
}

span[data-icon]:hover {
  color: #222;
}

span[data-icon]:hover::before {
  color: #CCC;
}

