@import url(https://fonts.googleapis.com/css?family=Montserrat:600,700);

@import url(../world/menu.css);

@media print {
  #nav, #menu, #header, #datebox, .footer, #map {display:none}
  #printhead{display:block}
  img { max-width: 45%; }
  #main { display: block; }
}

@media screen {

#printhead {
  display: none;
}

h2, h1, div, body {
  margin: 0;
}

a {
 text-decoration: none;
 color: inherit;
}
.text a {
 text-decoration: underline;
 color: inherit;
}

html {
  font-size: 90%;
}

body {
  margin: 0;

  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.0em;
  font-weight: normal;
  color: black;
}

#nav {
  position: fixed;
  top: 0;
  width: 100%;
  height: 70px;
  background: black;
  z-index: 30;

  display: flex;
  align-items: center;

  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  color: white;
}


#home {
  display: block;
  width: 52px;
  height: 38px;
  background: url(home.svg) no-repeat;
  background-size: cover;
  margin: 0 auto;
}
#home > span {
  display: none;
}

#navhead {
  position: absolute;
  font-weight: 600;
  left: 20px;
  display: block;
  max-width: 40%;
}

#menubutton {
  position: absolute;
  margin: 0;
  right: 20px;
}



#header {
  position: relative;
  border: 0 solid black;
  border-bottom-width: 15px;
  padding-bottom: 15px;
  height: 400px;
  /*
  background: url(hero.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
  */
  margin-bottom: 40px;
  /* gap for fixed nav */
  margin-top: 70px;
}

#titlebox {
    position: relative;
    height: 400px;
    margin: 0 auto -400px 0;
    text-align: center;
    color: white;
    border: 0;
    z-index: 10;
}

h1 {
  width: 100%;

  letter-spacing: 0.4rem;
  font-size: 3rem;
  text-transform: uppercase;
}

#titlebox h1 {
  padding-top: 210px;
  margin-bottom: 20px;
  background: url(icon.svg) no-repeat;
  background-position: center 120px;
  background-size: 5rem;
}

#titlebox #spruechle {
  font-size: 1.0rem;
  font-family: "Times New Roman", Times, serif;
  font-weight: lighter;
  line-height: 1.6rem;
}

#titlebox #wir {
  font-size: 1.0rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

#map {
  display: block;
  position: relative;

  width: 778px;
  max-width: 100%;

  margin: 50px auto;
  z-index: 10;
}



#container {
  position: relative;
  margin: 0 auto 0 auto ;
  width: 90%;
  max-width: 800px;
  padding: 10px;
}


.title::after {
  display: block;
  content: "";
  background: black;
  width: 2rem;
  height: 2px;
  border: 1px solid black;
  margin: 10px auto;
}

.entry {
  margin-bottom: 40px;
}

.link {
	margin: 20px 0 ;
}

.date {
  display: block;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-style: italic;
  font-family: "Times New Roman", Times, serif;
  font-size: 1.1rem;
  letter-spacing: 1.0pt;
}

.subdate {
  margin: 40px 0 20px 0;
}

.title {
  display: block;
  margin: 0 0 1rem 0;
  padding-bottom: 1rem;

  text-align: center;

  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.5rem;
}

.title a.active,
.title a:hover {
  border-bottom: 3px solid black;
}


.text p {
  text-align: justify;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;

  line-height: 1.9rem;
  font-family: "Times New Roman", Times, serif;
  font-size: 1.4rem;
}


.entry img {
  width: 100%;
  margin: 13px 0 0 0;
  display: block;
}


@media (min-width: 768px) {
  .entry img.alone {
    height: 800px;
    width: auto;
    display: block;
    margin: 10px auto 0 auto;
  }
  /* portrait oriented photos are too small for full width on x2 screens */
  @media (min-resolution: 2dppx),(-webkit-min-device-pixel-ratio: 2) { 
  .entry img.alone {
    height: auto;
    width: 60%;
    margin: 10px auto 0 auto;
  }
  }
  .entry img.portrait {
    width: 49%;
    display: inline;
    margin-right: 10px;
  }
  img.portrait + img.portrait {
    margin-right: 0;
  }
  .entry img.mobonly {
    display: none;
  }
}
.footer {
  background: black;
  height: 20px;
  padding: 27px ;

  color: white;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.12rem;
}

#footerhome {
  float: left;
}

#copy {
  float: right;
}

@media (max-width: 800px) {
  html {
    font-size: 80%;
  }

  #header {
    position: relative;
    height: 350px;
	/*
	background: url(hero_qs.jpg) no-repeat;
	background-position: center top;
	background-size: cover;
	*/
  }

  #map {
    display: none;
  }

  .datelabel {
    display: none;
  }

  #titlebox {
    height: 200px;
    margin: 0px auto -200px 0;
    text-align: center;
    top: -30px;
    color: white;
    border: 0;
  }

  #copy {
    float: left;
  }
}

}



