body {
  font-family: "Montserrat", Arial, sans-serif;
	font-weight: 100;
	color: #777;
	font-size: 16px;
	line-height: 32px;
  background-color: #fff;
  height: 100%;
}

html, button, input, select, option, textarea,
.pure-g [class *= "pure-u"] {
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 16px;
	line-height: 32px;
}

#page-container {
  
}

main a, main a:link, main a:visited, footer a, footer a:link, footer a:visited {
  color: #fff;
  text-decoration: underline;
}

header {
  min-height: 60vh;
  background-color: #94618E;
  position: relative;
}

.overview a, .overview a:link, .overview a:visited {
  color: #777;
  text-decoration: underline;
}

header .background-image {
  background-image: url('../img/fotokurs-hamburg-lueneburg-fotoworkshop-header.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 60vh;
  opacity: 0.2;
  position: absolute;
  width: 100%;
}

header .container {
  position: absolute;
  bottom: 0px;
  text-align: center;
  width: 100%;
}

header h1 {
  font-size: 52px;
  line-height: 52px;
  font-weight: normal;
  color: #fff;
}

header h2 {
  font-size: 22px;
  line-height: 52px;
  font-weight: normal;
  font-style: italic;
  color: #fff;
}

header hr {
  border: 1px solid #fff;
  width: 400px;
  margin: auto;
}

header .intro {
  font-size: 18px;
  line-height: 32px;
  font-weight: normal;
  color: #fff;
  width: 50%;
  margin: 10% auto 0px auto;
}

header .intro p {
  padding: 20px;
  background-color: rgba(255,255,255,0.2);
  border-radius: 10px;
}

.overview div.listing {
  min-height: 40vh;
}

.overview .listing:first-child {
  background-color: #f8eee7;
}

.overview .listing:nth-child(2) {
  background-color: #f4e7d8;
}

.overview .listing:nth-child(3) {
  background-color: #f4decb;
}

.overview .text, .aboutme .text {
  margin: 20px auto;
  text-align: center;
  padding: 0px 20px;
}

.einzelkurs .text {
  margin: 20px auto;
  padding: 0px 20px;
}

.text h2 {
  font-size: 2em;
  font-weight: normal;
}

.overview h3 {
  font-size: 32px;
  line-height: 32px;
  font-weight: normal;
}

.material-icons {
  vertical-align: text-bottom;
  margin-right: 10px;
  color: #686464; 
  opacity: 0.5;
}

.material-icons.title-icon {
  font-size: 400% !important;
}

.material-icons.content-icon {
  font-size: 200% !important;
  color: #fff;
  opacity: 1;
}

.u-icon-info {
  margin: 0px;
  margin-bottom: 30px;
}

.aboutme {
  background-color:  rgb(194, 221, 167);
  color: #fff;
}

.einzelkurs {
  background-color: rgb(195, 110, 85);
  color: #fff;
}

.aboutme p, .einzelkurs p {

}

img {
  border: 10px solid #fff;
  width: 100%;
  max-width: 420px;
}

.mepic {
  background-image: url("../img/fotokurs-fotoworkshop-fotograf.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 520px;
}

hr {
  padding: 0px;
  margin: 0px;
  border: 1px solid #2b7e88;
}

.offset-bottom {
  margin-bottom: 80px;
}

.anfrage {
  background-color: rgba(255,255,255,0.3);
  padding: 10px 100px;
  border-radius: 5px;
}

footer {
  background-color: #49274A;
  color: #fff;
  text-align: center;
}


@media (min-width: 0px) and (max-width: 767px) {
  html, button, input, select, option, textarea,
  .pure-g [class *= "pure-u"] {
    font-size: 120%;
    line-height: 140%;
  }

  header {
    min-height: 100vh;
  }

  header .background-image {
    min-height: 100vh;
    background-position: -700px;
  }

  header .intro {
    width: 90%;
    margin: 40% auto 0px auto;
  }
}
