/* roboto-condensed-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-condensed-v27-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-condensed-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v27-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-condensed-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-condensed-v27-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
* {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5em;
}

html {
	background-color: grey;
	padding: 0;
}

body {
    margin: 0 auto;
	/* padding: 2em; */
	width: 60%;
	align: center;
	background-color: white;
	box-shadow: 2px 2px 5px black;
}

#head {
	margin-bottom: 1em;
	display: flow-root;
	padding: 1em;
	padding-bottom: 0;
}

p{
	font-weight: 300;
}

h2 {
	font-size: 2em;
	color: #769be2;
	float: left;
	margin: 0;
	margin-right: 0.2em;
	line-height: 2em:
}

h2#untertitel {
	font-size: 2em;
	float: right;
	margin: 0;
	margin-left: 0.3em;
}

h2#mobileruntertitel {
	display: none;
	float: right;
	margin: 0;
	margin-left: 0.3em;
}

h1 {
	font-size: 2em;
	color: grey;
	float: left;
	margin: 0;
	line-height: 2em:
}

h3 {
	font-size: 1.2em;
	margin: 0;
}

a {
	color: #769be2;
	text-decoration: none;
	font-size: 1em;
}

a.button {
	display: block;
    float: left;
    clear: both;
    background-color: #769be2;
    color: white;
    margin: 0.5em;
    margin-left: 0;
    padding: 0.5em;
    /* width:35%; */
    text-align: center;
    border-radius: 0.5em;
}

a.button + a.button {
	margin-top: 0;
}

.fotosbestellen a.button {
    margin: 0;
    margin-bottom: -2em;
}

br {
	clear: both;
}

h4 {
	color: #769be2;
}
	
/* h4 a {
	font-size: 0.9em;
	float: left;
	margin-right: 2em;
}
*/
.box {
    margin-top: 3em;
	clear: both;
	display: flow-root;
}

.box p span {
    font-weight: 500;
    color: grey;
}

#fotoshow img {
	width: 100%;
}

.neu {
	color: grey;
}

.fotosbestellen {
	background-image: url("gehweg.jpg");
	background-size: cover;
	background-position: bottom;
	padding-top: 1em;
    padding-bottom: 3em;
}

.fotosbestellen p {
	font-weight: 500;
    color: black;
}

#foot {
	display: block; 
	padding-top: 1em;
	padding-bottom: 0.2em;
}

#head, #foot, .box {
	padding-left: 2em;
	padding-right: 2em;
}

@media only screen and (max-width: 84em) {
  h1, h2, h2#untertitel, h2#mobileruntertitel {
     font-size: 1.5em;
  }
}

@media only screen and (max-width: 64em) {
  h2#untertitel, .optional {
    display: none;
  }
  h2#mobileruntertitel {
    display: block;
  }  
}

@media only screen and (max-width: 42em) {
  html {
  	background-color: black;
  }
  body {
    margin: 0;
	width: 100%;
	box-shadow: none;	
  }
  h1, h2, h2#untertitel, h2#mobileruntertitel {
     font-size: 1.35em;
  }
  a.button {
     font-size: 1.2em;
  }
  #foot h4 {
  	font-size: 0.8em;
  }
}