@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?6cil9d");
  src: url("../fonts/icomoon.eot?6cil9d#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?6cil9d") format("truetype"), url("../fonts/icomoon.woff?6cil9d") format("woff"), url("../fonts/icomoon.svg?6cil9d#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-check-circle:before {
  content: "\f058";
}

.icon-phone:before {
  content: "\f095";
}

.icon-group:before {
  content: "\f0c0";
}

.icon-users:before {
  content: "\f0c0";
}

.icon-envelope:before {
  content: "\f0e0";
}

.icon-medkit:before {
  content: "\f0fa";
}

.icon-location-arrow:before {
  content: "\f124";
}

/*
https://google-webfonts-helper.herokuapp.com/fonts
open-sans-regular - latin 
*/
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/open-sans-v26-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/open-sans-v26-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v26-latin-regular.woff2") format("woff2"), url("../fonts/open-sans-v26-latin-regular.woff") format("woff"), url("../fonts/open-sans-v26-latin-regular.ttf") format("truetype"), url("../fonts/open-sans-v26-latin-regular.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* montserrat-200 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/montserrat-v25-latin-200.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/montserrat-v25-latin-200.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v25-latin-200.woff2") format("woff2"), url("../fonts/montserrat-v25-latin-200.woff") format("woff"), url("../fonts/montserrat-v25-latin-200.ttf") format("truetype"), url("../fonts/montserrat-v25-latin-200.svg#Montserrat") format("svg"); /* Legacy iOS */
}
/* montserrat-regular - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/montserrat-v25-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/montserrat-v25-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v25-latin-regular.woff2") format("woff2"), url("../fonts/montserrat-v25-latin-regular.woff") format("woff"), url("../fonts/montserrat-v25-latin-regular.ttf") format("truetype"), url("../fonts/montserrat-v25-latin-regular.svg#Montserrat") format("svg"); /* Legacy iOS */
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  /* -webkit-font-smoothing: antialiased; */
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  height: 100%;
  font-family: "Open Sans";
  color: #1d1d1f;
}

li {
  list-style: none;
}

#full-background {
  background-image: url(../imgs/bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
#full-background div {
  bottom: 15px;
  width: 100%;
  position: absolute;
  text-align: center;
  z-index: 400;
}
#full-background a {
  width: 50px;
  height: 50px;
  background-image: url(../imgs/icon_arrow_down.svg);
  margin: 0 auto;
  display: block;
}

#teaser {
  color: white;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 40%;
  width: 100%;
  text-align: center;
  background-color: rgba(1, 1, 1, 0.3);
  padding: 4rem 0 5rem 0;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
#teaser h1 {
  text-shadow: 0 0 1px #333;
}
#teaser .name {
  font-size: 7rem;
  font-weight: 200;
  letter-spacing: 0.3rem;
  padding: 0 3rem;
}
#teaser .name a,
#teaser .name a:active,
#teaser .name a:visited,
#teaser .name a:hover {
  color: white;
  text-decoration: none;
}
#teaser .title {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.36rem;
  margin-top: -0.7rem;
  padding: 0 3rem;
}

main {
  font-size: 1.5rem;
  line-height: 2.4rem;
}
main a {
  text-decoration: underline;
  color: #1d1d1f;
}
main h2 {
  font-size: 2.4rem;
  margin-bottom: 2.5rem;
  text-transform: uppercase;
  margin-top: 1rem;
}
main section {
  padding: 3rem;
}

#welcome {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #eee;
  background-color: #fafafa;
}

#about-me {
  border-bottom: 1px solid #eee;
}
#about-me .about-me-row {
  display: flex;
}
#about-me .intro {
  padding-right: 2rem;
}
#about-me .intro p {
  margin-bottom: 1rem;
}
#about-me .intro p:last-child {
  margin-top: 1rem;
  margin-bottom: 0;
}
#about-me ul {
  margin-left: 2.5rem;
}
#about-me ul li {
  list-style: initial;
}
#about-me .image-me img {
  padding: 2px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
#about-me .image-me p {
  text-align: center;
}

#news {
  background-color: #fafafa;
  border-bottom: 1px solid white;
}
#news .news-row {
  display: flex;
}
#news .news-col:first-child {
  padding-right: 2rem;
}
#news h3 {
  text-transform: uppercase;
  font-size: 1.5rem;
  margin-bottom: 0.2rem;
}
#news h3 i {
  margin-right: 0.5rem;
}

#datenschutz h2 {
  margin-top: 3rem;
  margin-bottom: 1rem;
}

#impressum p, #datenschutz p, #impressum h3, #datenschutz h3 {
  padding-top: 1rem;
}

footer {
  font-size: 1.5rem;
  line-height: 2.4rem;
}
footer .contact-row {
  display: flex;
}
footer .contact {
  padding: 3rem;
  background-color: #333;
  color: white;
}
footer .contact h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.08rem;
}
footer .contact-col {
  padding-right: 5rem;
}
footer .contact-col table {
  border-spacing: 0;
}
footer .icon-contact {
  margin-right: 0.5rem;
}
footer a,
footer a:active,
footer a:visited {
  color: white;
  text-decoration: underline;
}
footer a:hover {
  color: #a9e2d0;
}
footer .law {
  height: 6rem;
  background-color: #1d1d1f;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: white;
}
footer .law .container {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 1.1rem;
}
footer .law li {
  margin: 3rem;
  margin-right: 0rem;
}
footer .law a {
  text-decoration: none;
  font-weight: bold;
}

@media (max-width: 1100px) {
  footer .contact-col {
    padding-right: 2rem;
  }
}
@media (max-width: 1000px) {
  footer .contact-row {
    flex-direction: column;
  }
  footer .contact-col {
    margin-bottom: 3rem;
  }
  footer .contact-col:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 800px) {
  #about-me .about-me-row {
    flex-direction: column;
  }
  #about-me .intro {
    margin-bottom: 3rem;
  }
  #about-me .image-me img {
    width: 40%;
    height: auto;
  }
  #news .news-row {
    flex-direction: column;
  }
  #news .news-col:first-child {
    margin-bottom: 3rem;
  }
  #teaser .name {
    font-size: 6rem;
  }
  #teaser .title {
    font-size: 1.32rem;
  }
  footer .contact-col {
    padding-right: 0rem;
  }
  main section {
    padding: 2rem;
  }
  footer .contact {
    padding: 2rem;
  }
  footer .law li {
    margin: 2rem;
  }
  footer .law li {
    margin-right: 0rem;
  }
}
@media (max-width: 700px) {
  #teaser .name {
    font-size: 6rem;
    text-align: left;
  }
  #teaser .title {
    font-size: 1.32rem;
    text-align: left;
  }
}
@media (max-width: 500px) {
  #full-background {
    background-image: url(../imgs/bg_s.jpg);
  }
  #teaser {
    top: 35%;
  }
  #teaser .name {
    font-size: 5rem;
    padding: 0 2rem;
  }
  #teaser .title {
    font-size: 1.2rem;
    letter-spacing: 0.2rem;
    margin-top: 0.2rem;
    padding: 0 2rem;
  }
  #about-me .image-me img {
    width: 70%;
    height: auto;
  }
}
@media (max-width: 350px) {
  #teaser .name {
    font-size: 4rem;
  }
  #teaser .title {
    font-size: 1.1rem;
    letter-spacing: 0.1rem;
  }
}

/*# sourceMappingURL=style.css.map */
