@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Roboto-Regular.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/Roboto-Bold.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

* {
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  color: #fff;
}



h1, h2, h3, h4, h5, h6 {

  color: #e1ea26;
}

h1 {
  position: absolute;
  left: 20px;
  top: 20px;
  margin: 0;
}

.licht {
  position: absolute;
  top: 55px;
  left: 20px;
}

.adresse {
  position: absolute;
  bottom: 0px;
  left: 20px;
}


.mail-tel {
  position: absolute;
  bottom: 0px;
  right: 20px;
  text-align: right;
}

.mail-tel * {
  text-align: right;
}

body {
  width: 100vw;
  height: 100vh;
  background: #e1ea26;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0% 50%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

img {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 18px;
  right: 20px;
}

.container {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
  left: 0;
  width: 500px;
  height: 300px;
  top: 300px;
  background: #231f20;
  color: #e1ea26;
  box-shadow: 5px 5px 15px 0px #231f20;
}

a {
  text-decoration: none;
  transition: .2s;
}

a:hover {
  color: #e1ea26;
}



.container * {
  hyphens: auto;
  color: #fff;
}
