* {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif!important;
}

body {
  background: rgb(148,0,178);
  background: linear-gradient(180deg, rgba(148,0,178,1) 0%, rgba(148,0,178,1) 33%, rgba(194,47,114,1) 61%, rgba(127,90,249,1) 100%);
  background-position: 0 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 100vh;
}

.wrap {
  width: 90vw;
  max-width: 770px;
}

span.time {
  font-weight: bolder;
}

span.location {
  display: block;
} 

.logo-area {
  width: 90vw;
  max-width: 600px;
  height: auto;
  margin-bottom: -2px;
  position: relative;
}

.logo {
  margin-left: 50%;
  margin-top: 20px;
  right: 0;
  width: 50%;
}

.naza {
  width: 80%;
  height: auto;
  margin-top: -57px;
}

.card {
  position: relative;
  width: calc(100% - 8vw);
  padding: 4vw;
  max-width: 600px;
  min-height: 200px;
  background-color: lightblue;
  line-height: 113%;
  border-radius: 5px;
  padding-bottom: 10px;
}

.course {
  margin-bottom: 15px;
}

h1 {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 15pt;
}
.contact {
  position: relative;
  width: 114%;
  top: 4vw;
  right: 4vw;
  right: 7%;
  margin-bottom: 45px;
}
@media screen and (min-width: 510px) {
  .contact {
    position: absolute;
    width: 57%;
  }
}
.contact a {
  display: block;
  width: calc(100% - 30px);
  margin-bottom: 15px;
  text-decoration: none;
  padding: 15px;
  background-color: #b1cc0c;
  color: #fff;
  box-shadow: -2px 2px 9px -5px black;
  font-weight: bolder;
  transition: .2s;
}
.contact a:hover {
  background-color: #805600;
}
.contact a i[class^=icofont] {
  margin-right: 5px;
}

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

footer a {
  color: #fff;
  text-decoration: none;
}

/* Imprint parts */
section {
  position: relative;
  width: 80vw;
  margin-top: 25px;
  background-color: rgb(0 0 0 / 28%);
  padding: 25px;
  color: #fff;
}
section p {
  margin: 15px 0;
  line-height: 130%;
}

section .close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 25pt;
}
section a,
.close a {
  color: #fff;
  text-decoration: none;
}