/* ----------------------------------------------------------------------------- *
 *                           Styles der Basisversion                             *
 * ----------------------------------------------------------------------------- */
/*text*/
a:link, a:visited {
  outline: none;
}

address{
	font-style:normal;
}

.orange{
	color:#da9100;
	text-transform:uppercase;
}

.center{
	text-align:center;
}

.clear{
	clear: both;
	float:none;
}

/*------------
	Inhalt
-------------*/
#Formular input[type="submit"], #Formular input[type="button"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	background-color:#000;
	border:0;
	padding: 15px 32px;
}

#Formular input[type="submit"]{
	cursor:pointer;
}

#kontakt a:link, #kontakt a:visited {
    color:#a6a6a6;
}

.button {
	background-color: #000;
	border: none;
	color: white;
	padding:10px 8px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 1.125em;
}

.bilderreihe{
	display:flex;
	flex-wrap:wrap;
	margin-top:1.5em;
	margin-bottom:3em;
}

.bilderreihe > *{
	padding:10%;
	text-align:center;
	border-radius:5px;
	box-shadow: 1px 1px 10px 1px #f6f6f6;
	margin:1em 2%;
}

.bilderreihe_txt{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}

.bilderreihe_txt h4{
	margin-bottom:0;
	font-size:1.75em;
}

.bilderreihe_txt p{
	margin-top:0;
}

#alert{
	color:#8E0F11;
}

/*footer*/
footer{
	padding: 20px 0 120px;
	overflow:hidden;
}

footer, footer a, footer a:link{
	color:#fff;
}

footer:before {
	content: '';
	display: block;
	width: 100%;
}

footer > div{
	background-color:#000;
	padding: 3em 0 200px;
	transform: skewY(-2deg);
	margin: 40px auto -260px;
}

footer div > * {
    transform: skewY(1deg);
	padding-bottom:2em;
}

footer li{
	margin-top:.75em;
}

/* ----------------------------------------------------------------------------- * 
 *                              Flexible Google-Maps                             *
 * ----------------------------------------------------------------------------- */

/* Je nach gewünschtem Verhältnis muss das Padding gesetzt werden: für 16:9 z.B. 56,25*/
#map-canvas {
	margin:20px 20px 20px 0;	
	padding-bottom: 56.25%;
	height: 0; 
}

/*back_to_top*/
#back_to_top{
	width:100%;
	text-align:right;
}

#back_to_top a{
	border-radius:5px 5px 0 0;
	margin-right:15px;
}

/* ----------------------------------------------------------------------------- *
 *                           Styles der großen Mobileversion                            *
 *                          414px / 16px/em = 25.875em                           *
 * ----------------------------------------------------------------------------- */
@media only screen and (min-width: 25.875em) {
	.bilderreihe > *{
		width:48%;
		padding:2%;
		margin:.5rem auto;
	}
}

/* ----------------------------------------------------------------------------- *
 *                           Styles ab Tabletversion                             *
 *                          750px / 16px/em = 46.875em                           *
 * ----------------------------------------------------------------------------- */
@media only screen and (min-width: 46.875em) {

	/*------------
		Inhalt
	-------------*/
	/*traueranzeigen*/
	.anzeige{
		display:flex;
	}
	
	.pic_section{
		min-width:207px;
	}

	.txt_section{
		padding-left:20px;
	}

	.txt_section h2{
		margin-top:0;
	}

	/*footer*/
	footer div > div{
		display:flex;
		justify-content:center;
		align-items:center;
	}
	
	footer address, footer nav{	
		padding:2em 20px;
		min-width:230px;
	}

	footer address{
		text-align:right;
	}
}

/* ----------------------------------------------------------------------------- *
 *                          Styles für kleine Desktops                           *
 *                           1024px / 16px/em = 64em                             *
 * ----------------------------------------------------------------------------- */
@media only screen and (min-width: 64em) {

}

/* ----------------------------------------------------------------------------- *
 *                          Styles für große Desktops                            *
 *                           1248px / 16px/em = 78em                             *
 * ----------------------------------------------------------------------------- */
@media only screen and (min-width: 78em) {

}

/* ----------------------------------------------------------------------------- *
 *                         Styles für sehr große Desktops                        *
 *                           1580px / 16px/em = 98.75em                          *
 * ----------------------------------------------------------------------------- */
@media only screen and (min-width: 98.75em) {
	.bilderreihe{
		margin-bottom:15em;
	}	
}

/*------------
  Fallback
-------------*/
.js-off {
	
}