@font-face {
  font-family: "Varela Round";
  src: url(fonts/VarelaRound-Regular.ttf) format("truetype");
}

body {
  margin: 0px;
  padding: 0px;
  font-family: 'Varela Round', Arial, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 2em;
}

section {
  text-align: center;
  padding: 3em 1em;
}

.welcome {
  padding: 0;
}

.welcome > div {
  padding: 4em 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.welcome .title {
  padding: 4em 1em;
}

.welcome .title .logo {
  padding: 4em 1em;
}

.welcome .title .logo h1 {
  margin-bottom: 0.02em;
  font-size: 3.3em;
  color: #006666;
}

.welcome .title .logo h2 {
  letter-spacing: 0.10em;
  font-size: 0.85em;
  font-weight: 400;
  color: #666666;
}

.welcome .body {
  color: #b2dede;
  background-color: #006666;
}

.welcome .body h1 {
  color: white;
}

.portfolio .title {
  margin-bottom: 3em;
}

.portfolio h1 {
  margin-bottom: 0.05em;
}

.portfolio h3 {
  letter-spacing: 0.10em;
  font-weight: 400;
  color: #666666;
}

.portfolio .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.portfolio .columns .card {
  color: #666666;
  -ms-flex-preferred-size: 280px;
      flex-basis: 280px;
  margin: 0.5em;
  padding: 1.5em;
}

.portfolio .columns .card h3 {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 800;
}

.portfolio .columns .card .icon {
  font-size: 2em;
}

.technology {
  background-color: #006666;
  color: white;
}

.technology p {
  font-size: 1.5em;
}

.contact {
  background-color: black;
  color: white;
}
.datenschutz  {
  display: inline-block;
  padding: 1em 1.5em;
  letter-spacing: 0.20em;
  text-decoration: underline;
  font-size: 0.90em;
  font-weight: 600;
  text-transform: uppercase;
  outline: 0;
  color: white;
}
.contact h1 {
  color: #fff;
}

.contact hr {
  background-color: #262626;
  border: 1px solid #262626;
  margin: 2em;
}

.contact .circle {
  margin: 1em .5em;
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #006666;
  border-radius: 50%;
  color: #e6e6e6;
  font-size: 1.3rem;
}

h1 {
  font-size: 2.2em;
  margin-top: 0px;
}

h2 {
  font-size: 1.5em;
}

nav ul {
  padding: 0;
  list-style: none;
}

nav li {
  display: block;
}

nav li > a {
  display: inline-block;
  padding: 1em 1.5em;
  letter-spacing: 0.20em;
  text-decoration: none;
  font-size: 0.90em;
  font-weight: 600;
  text-transform: uppercase;
  outline: 0;
  color: #000;
}

nav li > a:before {
  content: "<";
  visibility: hidden;
}

nav li > a:hover:before, nav li > a:focus:before {
  visibility: visible;
}

nav li > a:after {
  content: ">";
  visibility: hidden;
}

nav li > a:hover:after, nav li > a:focus:after {
  visibility: visible;
}

@media (min-width: 1024px) {
  section {
    padding: 5em 5em;
  }
  .welcome > div {
    height: 50vh;
    min-height: 450px;
  }
  nav li {
    display: inline-block;
  }
}

a {
  text-decoration: none;
  outline: none;
}
/*# sourceMappingURL=style.css.map */
