@import '/include/opensans-regular.css';

body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans Regular', sans-serif;
	font-size: 62.5%;
	line-height: 1.4;
	overflow-x: hidden;
	overflow-y: auto;
}

a {
	color: #c40000;
	text-decoration: none;
	cursor: pointer;
}
a:hover,a:focus,a:active,a:visited {
	color: #ff0000;
	text-decoration: underline;
}
img {
	border: 0;
}

.left {
	text-align: left;
}

#whole_page.whole_page {
	min-width: 220px;
	max-width: 900px;
	background-color: #cfcfcf;
    font-size: 1.35em;
}

#whole_page.whole_page > .m-trigger-area {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	height: 40px;
	box-shadow: 0 0 5px #626262;
	overflow: hidden;
	z-index: 10;
}
#whole_page.whole_page > .m-trigger-area .m-trigger-inset {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 4px 0;
	max-width: 900px;
	height: 36px;
	background-color: #cfcfcf;
}
#whole_page.whole_page > .m-trigger-area.fixed .m-trigger-inset {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 6px 0;
	max-width: 900px;
	background-color: #cfcfcf;
}
#whole_page.whole_page > .m-trigger-area .m-trigger {
	position: absolute;
	display: block;
	top: 4px;
	right: 12px;
	bottom: 4px;
	cursor: pointer;
}
#whole_page.whole_page > .m-trigger-area .m-trigger-bar {
	position: relative;
	display: block;
	margin: 6px 0;
	width: 36px;
	height: 6px;
	background-color: #ffffff;
	transition: transform 250ms, box-shadow 250ms;
}
#whole_page.whole_page > .m-trigger-area .m-trigger-bar:first-child {
	margin-top: 3px;
}
#whole_page.whole_page > .m-trigger-area .m-trigger-bar:last-child {
	margin-bottom: 3px;
}
#whole_page.whole_page > .m-trigger-area .m-trigger:not(.opened) .m-trigger-bar {
	box-shadow: 0 0 2px #626262;
}
#whole_page.whole_page > .m-trigger-area .m-trigger.opened .m-trigger-bar:not(.bar-3) {
	box-shadow: 0 0 5px #626262;
}
#whole_page.whole_page > .m-trigger-area .m-trigger.opened .m-trigger-bar.bar-1 {
	transform: translate(-1px, 12px) rotate(45deg);
}
#whole_page.whole_page > .m-trigger-area .m-trigger.opened .m-trigger-bar.bar-2 {
	transform: translate(0, 0)rotate(-45deg);
}
#whole_page.whole_page > .m-trigger-area .m-trigger.opened .m-trigger-bar.bar-3 {
	transform: translate(0, -12px) rotate(45deg);
}

#whole_page.whole_page .hauptnavigation,
#whole_page.whole_page .menu {
	position: relative;
	display: block;
	box-sizing: border-box;
	vertical-align: middle;
}
#whole_page.whole_page .hauptnavigation {
	width: 100%;
	line-height: 28px;
}

#whole_page.whole_page .hauptnavigation a,
#whole_page.whole_page .menu > .menu-level1 a,
#whole_page.whole_page .menu > .menu-level2 a {
	color: #000000;
}
#whole_page.whole_page .hauptnavigation a {
	font-size: 1.2em;
}

#whole_page.whole_page .hauptnavigation a:hover,
#whole_page.whole_page .hauptnavigation a:focus,
#whole_page.whole_page .menu > .menu-level1 a:hover,
#whole_page.whole_page .menu > .menu-level1 a:focus,
#whole_page.whole_page .menu > .menu-level2 a:hover,
#whole_page.whole_page .menu > .menu-level2 a:focus {
	color: #c40000;
	text-decoration: none;
}
#whole_page.whole_page .hauptnavigation a:active,
#whole_page.whole_page .menu > .menu-level1 a:active,
#whole_page.whole_page .menu > .menu-level2 a:active {
	color: #ff0000;
	text-decoration: none;
}
#whole_page.whole_page .menu > .menu-level1 a.open {
	color: #ff0000;
}
#whole_page.whole_page .menu > .menu-level2 a.open {
	color: #ff2727;
}

#whole_page.whole_page .hauptnavigation a {
	font-weight: 800;
}
#whole_page.whole_page .menu > .menu-level1 {
	font-weight: 700;
}
#whole_page.whole_page .menu > .menu-level2 {
	font-weight: 400;
}

.content-cover {
	background-color: rgba(0, 0, 0, 0);
	transition: background-color 250ms;
	cursor: pointer;
}
.content-cover.active {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 5;
}

#inhalt {
	min-height: 460px;
	padding: 10px;
	background-color: #f7f7f7;
}

#inhalt h1 {
	margin: 0.3rem 0 0.15rem 0;
	font-size: 1.2em;
	color: #ff0000;
}
#inhalt h2 {
	margin: 0.5rem 0 0.3rem 0;
	font-size: 1.1em;
	color: #000000;
}

#inhalt p,
#inhalt table.content {
	font-size: 0.95em;
	color: #000000;
}

#inhalt > img,
#inhalt .acenter img,
#inhalt .galerie-big img,
#inhalt p img {
	max-width: 100%;
	height: auto;
}

#inhalt table.galerie,
#inhalt .gal4 {
	font-size: 0.95em;
	text-align: center;
}
#inhalt table.galerie,
#inhalt .gal4 table {
	border-collapse: collapse;
}
#inhalt table.galerie td,
#inhalt .gal4 table td {
	vertical-align: top;
}
#inhalt table.galerie td {
	width: 25%;
}
#inhalt .gal4 table td {
	width: 20%;
}
#inhalt table.galerie td a,
#inhalt .gal4 table td a {
	position: relative;
	display: inline-block;
}
#inhalt table.galerie td img,
#inhalt .gal4 table td img {
	padding: 0.5%;
	max-width: 99%;
	max-height: 190px;
	border: 1px solid #e5e5e5;
}
#inhalt table.galerie td a:hover > img,
#inhalt table.galerie td a:focus > img,
#inhalt table.galerie td a:active > img,
#inhalt table.galerie td a:visited > img,
#inhalt .gal4 table td a:hover > img,
#inhalt .gal4 table td a:focus > img,
#inhalt .gal4 table td a:active > img,
#inhalt .gal4 table td a:visited > img {
	box-shadow: 0 0 5px #c1bebe;
}

#inhalt div.dynamic-gallery {
	display: block;
	width: 100%;
	text-align: center;
	vertical-align: top;
}

#inhalt div.dynamic-gallery > .gallery-item {
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
}
#inhalt div.dynamic-gallery > .gallery-item > .gallery-item-image {
	padding: 2px;
	box-sizing: border-box;
}
#inhalt div.dynamic-gallery > .gallery-item > .gallery-item-image img {
	width: 100%;
}
#inhalt div.dynamic-gallery > .gallery-item > .gallery-item-image a > img:hover,
#inhalt div.dynamic-gallery > .gallery-item > .gallery-item-image a >img:focus,
#inhalt div.dynamic-gallery > .gallery-item > .gallery-item-image a > img:active {
	box-shadow: 0 0 10px #adadad;
}
#inhalt div.dynamic-gallery > .gallery-item > .gallery-item-caption {
	box-sizing: border-box;
	text-align: center;
	font-size: 0.95em;
}
#inhalt div.dynamic-gallery.columns-2 > .gallery-item {
	width: 49.5%;
}
#inhalt div.dynamic-gallery.columns-3 > .gallery-item {
	width: calc(655px/3);
}
#inhalt div.dynamic-gallery.columns-4 > .gallery-item {
	width: calc(645px/4);
}
#inhalt div.dynamic-gallery.columns-5 > .gallery-item {
	width: calc(655px/5);
}
#inhalt div.dynamic-gallery.columns-6 > .gallery-item {
	width: calc(655px/6);
}
#inhalt div.dynamic-gallery.columns-7 > .gallery-item {
	width: calc(655px/7);
}
#inhalt div.dynamic-gallery.columns-8 > .gallery-item {
	width: calc(655px/8);
}
#inhalt div.dynamic-gallery.columns-9 > .gallery-item {
	width: calc(655px/9);
}
#inhalt div.dynamic-gallery.columns-10 > .gallery-item {
	width: calc(655px/10);
}

#inhalt .downloads {
	display: inline-block;
	padding: 5px;
	text-align: center;
}
#inhalt .downloads img {
	border: 1px solid #e5e5e5;
}
#inhalt .downloads a:hover > img,
#inhalt .downloads a:focus > img,
#inhalt .downloads a:active > img,
#inhalt .downloads a:visited > img {
	box-shadow: 0 0 5px #c1bebe;
}
#inhalt .downloads > .title {
	font-size: 0.95em;
}

/* Mobile */
@media(max-width: 668px) {
	
	body {
		background-color: #f7f7f7;
	}
	#whole_page.whole_page > .logo {
		display: none;
	}
	#whole_page.whole_page > .m-trigger-area {
		display: block;
		height: 44px;
	}
	#whole_page.whole_page > .m-trigger-area-spacer {
		display: block;
		height: 46px;
	}
	#whole_page.whole_page .m-trigger-inset > img.logo {
		position: absolute;
		top: 8px;
		left: 10px;
		display: block;
		height: 28px;
	}
	
	#whole_page.whole_page .menu-area {
		position: fixed;
		top: 44px;
		bottom: 0;
		width: 14rem;
		z-index: 15;
		background-color: #ebebeb;
		transition: left 250ms;
	}
	#whole_page.whole_page .menu-area:not(.opened) {
		left: -14rem;
	}
	#whole_page.whole_page .menu-area.opened {
		left: 0;
	}
	#whole_page.whole_page .hauptnavigation,
	#whole_page.whole_page .menu {
		padding: 10px;
	}
	#whole_page.whole_page .hauptnavigation a {
		display: inline-block;
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
		border-bottom: 1px solid #939393;
	}
	
	#whole_page.whole_page .menu > .active_master {
		margin-bottom: 5px;
		font-size: 1.2em;
		font-weight: 800;
		line-height: 28px;
		color: #955c5c;
		text-shadow: 0 0 10px #e6c6c6;
		border-bottom: 1px solid #955c5c;
	}
	#whole_page.whole_page .menu a {
		display: inline-block;
		width: 100%;
		box-sizing: border-box;
	}
	#whole_page.whole_page .menu > .menu-level1 {
		/*height: 24px;*/
		line-height: 24px;
		font-size: 1.1em;
	}
	#whole_page.whole_page .menu > .menu-level2 {
		margin-left: 10px;
		height: 24px;
		line-height: 24px;
		font-size: 1.1em;
	}
}

@media(min-width: 670px) {
	
	body {
		background-color: #ebebeb;
	}
	#whole_page.whole_page {
		margin: 10px auto;
		border: 1px solid #000000;
		box-shadow: 0 0 5px #333333;
	}
	#whole_page.whole_page > .logo {
		position: relative;
		width: 100%;
		height: 115px;
	}
	#whole_page.whole_page > .logo > .illustration {
		position: absolute;
		top: 10px;
		right: 10px;
		left: 10px;
		height: 95px;
		box-sizing: border-box;
		z-index: 1;
	}
	#whole_page.whole_page > .logo > .logo {
		position: absolute;
		top: 10px;
		right: 0;
		height: 95px;
		z-index: 2;
	}
	
	#whole_page.whole_page > .m-trigger-area {
		display: none;
	}
	#whole_page.whole_page > .m-trigger-area-spacer {
		display: none;
	}
	#whole_page.whole_page .hauptnavigation {
		height: 28px;
	}
	#whole_page.whole_page .hauptnavigation a {
		padding: 0 10px;
		border-left: 1px solid #939393;
	}
	#whole_page.whole_page .hauptnavigation a:first-child {
		margin-left: 220px;
	}
	
	#whole_page.whole_page .menu {
		float: left;
		padding: 12px 10px 10px 10px;
		width: 220px;
	}
	#whole_page.whole_page .menu > .active_master {
		margin-top: -42px;
		margin-bottom: 14px;
		font-size: 1.2em;
		font-weight: 800;
		line-height: 28px;
		color: #ffffff;
		text-shadow: 0 0 5px #626262;
	}
	#whole_page.whole_page .menu > .menu-level1 {
		/*height: 24px;*/
		line-height: 24px;
		font-size: 1.0em;
	}
	#whole_page.whole_page .menu > .menu-level2 {
		margin-left: 10px;
		height: 23px;
		line-height: 23px;
		font-size: 1.0em;
	}
	
	#inhalt {
		margin-left: 220px;
		max-width: 680px;
		border-top: 1px solid #939393;
		border-left: 1px solid #939393;
	}
}

#inhalt div.dynamic-gallery.txt-left {
    text-align: left;
}
#inhalt div.dynamic-gallery.personal.columns-2 {
    max-width: 480px;
}
#inhalt div.dynamic-gallery.personal.columns-2 .gallery-item {
    min-width: 210px;
}
#inhalt div.dynamic-gallery.personal .gallery-item-image {
    margin: auto;
    /*max-width: 180px;*/
}
