/*@import url(https://fonts.googleapis.com/css?family=UnifrakturMaguntia);*/
/*@import url(https://fonts.googleapis.com/css?family=Merriweather:400,700,300);*/
/*@import url(https://fonts.googleapis.com/css?family=Cuprum:400,700);*/
/*@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,300,200,700);*/
@import url(https://fonts.googleapis.com/css?family=Lora:400,700,700italic,400italic);

* {
	font-family: "Lora";
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll; 
	transition: 1s all ease-in-out;
}

body {
	font-size: 1.6em;
	background: #222;
	background: url(../bg004.jpg); 
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

figure {
	overflow: visible;
}

figure img {
	box-shadow: 0 0.5vh 1vh -0.5vh #000;
}

h1 {
	font-size: normal;	
}

iframe {
	margin: 2vh 0;
}

p {
	margin: 0;
	padding: 0;
}

.full-width {
	/*width: 100%;*/
}

#wrapper {
	background: rgba(0,0,0,0.7);	
	max-width: 1000px;
	min-height: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 0px 10px #000;
}

header {
	background: url(../DSC00422.jpg); 
	background-position: center right;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #000;
}

header .inside {
	padding: 1em;
}

header h1 {
	margin-top: 1em;

	font-weight: bold;
	color: #FFF;
	text-shadow: 1px 1px 4px #000;
}

#Topmenu {
	border-bottom: 1px solid #000;
	padding: 1em;
}

#left .inside {
	height: 100%;
	padding: 1em;
	border-right: 1px solid #000;
}

#main .inside {
	color: #DDD;
	padding: 2em;
	text-shadow: 1px 1px 4px #000;
}

footer {
	border-top: 1px solid #000;
}

footer .inside {
	padding: 1em;
}

.mod_navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.mod_navigation ul li a,
.mod_navigation ul li a:link,
.mod_navigation ul li a:visited {
	color: #DDD;
	text-decoration: none;
	transition: all 0.1s ease-in-out;
}

.mod_navigation ul li a:hover {
	color: #FFF;
	text-decoration: none;
}

.mod_navigation ul li {
	padding: 0.5em;
	text-shadow: 0 1px 3px #000;
}

.mod_navigation .active,
.mod_navigation .trail {
	color: #FFF;
	text-shadow: 0 0 3px #337ab7;
}

#menu_level0 ul {
	margin: auto;
	width: 100%;

}

#menu_level0 ul li {
	display: inline;
}

#menu_level1 ul {
	margin: auto;
	width: 100%;

}

#menu-level1 ul li {
	display: inline;
}

#menu_level23 ul {
	margin: auto;
	width: 100%;

}

#menu_level23 ul li {
	display: inline;
}

#menu_level2 ul {
	margin: auto;
	width: 100%;

}

#menu_level2 ul li {
	display: inline;
}

#menu_level3 ul {
	margin: auto;
	width: 100%;

}

#menu_level3 ul li {
	display: inline;
}

.ce_gallery {
	margin: 1em 0 1em 0;
}

.ce_gallery li {
	width: 49.99%;
	max-width: 49.99%;
	margin-bottom: 2em;
}

.ce_gallery .row_last{
	margin-bottom: 0;
}

.ce_gallery .col_0 {
	padding-right: 1em;
}

.ce_gallery .col_1 {
	padding-left: 1em;
}

.ce_rs_columns_start {
	margin-top: 2em;
}

.gm-style-iw p {
	color: #000 !important;
}

#touren {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}

#touren figure{
  position: relative;
  max-height: 266px;
  max-width: 400px;
  overflow-y: hidden;
  margin-bottom: 2em;
  box-shadow: 0 0 10px #000000;
}

#touren figure img {
  display: block;
}

#touren figcaption {
  position: absolute;
  top: 0;
  width: 100%;
  background: rgba(0,0,0,.4);
  font-size: 1.2em;
  color: white;
  opacity: 1;
  padding: 1em;
  text-align: left;
}
