* {
	box-sizing: border-box;
}

body#bodyid, body.ahpbody, html {
	background-color: #FFFFFF;
	margin: 0px;
	font-size: 15px;
	color: #000000;
	font-family: 'judsonmedium', serif;
	font-weight: normal;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}

body#bodyid::-webkit-scrollbar, .main-wrapper::-webkit-scrollbar { 
    display: none; 
}
.main-wrapper {
	min-width: 1px;
	z-index: 1;
}

.element-invisible {
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
}

a {
	outline: none;
}

a:link {
	color: #000000;
	text-decoration: none;
}
	
a:visited {
	color: #000000;
	text-decoration: none;
}

a:active {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

ul {
	list-style-type: none;
}

img {
	border: none;
}

.container {
	left: 0px;
	top: 0px;
	width: 100%;
	position: relative;
	display: block;
	z-index: 100;
	margin-top: 0;
	background: #fff;
}

.column-left {
	width: 20%;
	height: 100%;
	min-height: 650px;
	float: left;
	position: fixed;
	top: 0;
	display: block;
	z-index: 500;
	padding-right: 35px;
}
.slideshow-half .column-left {
	opacity: 0;	
}
@media screen and (max-width: 740px) {
	.column-left {
		width: 100%;
		position: relative;
		float: none;
		padding: 0;
		max-width: 100%;
		min-width: 1px;
		min-height: 1px;
		height: auto;
		display: block;
		opacity: 1;
	}
	.slideshow-half .column-left {
		opacity: 1;	
	}
}

.content {
	position: relative;
	z-index: 30;
	padding: 35px 35px 35px 60px;
	width: 80%;
	float: right;
}
@media screen and (max-width: 740px) {
	.content {
		padding: 10px 10px 10px 10px;
		width: 100%;
		float: none;
	}
}
@media screen and (max-width: 740px) and (orientation: landscape) {
	.content {
		padding: 10px 10px 10px 10px;
		width: 100%;
		float: none;
	}
}

#loading {
	top: 45%;
	right: 48%;
	position: absolute;
	display: none;
	z-index: 10000;
	width: 31px;
	height: 31px;
}

.slideshow #loading {
	display: block;
}

@media screen and (max-width: 740px) {
	.slideshow #loading {
		display: none;
	}
}

.image-container .loading-zoom {
	top: 0px;
	right: 0px;
	position: absolute;
	display: block;
	z-index: 3000;
	width: 31px;
	height: 31px;
}

#loading img {
	width: 100%;
	height: 100%;
}

.page {
	position: relative;
	display: block;
	line-height: 1.4em;
	top: 0px;
	width: 95%;
	min-width: 450px;
	padding: 0 0 35px 0px;
}
@media screen and (max-width: 740px) {
	.page {
		position: relative;
		display: block;
		line-height: 1.4em;
		top: 0px;
		width: auto;
		min-width: 1px;
		padding: 0 12px 35px 12px;
	}
}

.page h1 {
}

.page h2.page-head {
    background-image: url("../images/line-2.png");
    background-repeat: no-repeat;
    background-position: 0px 2em;
    color: #000000;
    font-family: "judsonmedium",serif;
    font-size: 1.4em;
    font-weight: normal;
    padding-bottom: 3em;
    padding-left: 15px;
    margin-bottom: 0;
}
@media screen and (max-width: 740px) {
	.page h2.page-head {
	    background-image: url("../images/line-2.png");
	    background-repeat: no-repeat;
	    background-position: 0px 2.5em;
	    color: #000000;
	    font-family: "judsonmedium",serif;
	    font-size: 22px;
	    font-weight: normal;
	    padding-bottom: 4em;
	    padding-left: 0px;
	    margin-bottom: 0;
	}
}

.page .text {
	margin-bottom: 40px;
	left: 3px;
	position: relative;
}

.page p {}


#page-contact, #page-impressum {
	left: 0;
	top: 130px;
}
@media screen and (max-width: 740px) {
	#page-contact, #page-impressum {
		left: 0;
		top: 0;
		width: 95%;
	}
}

#page-contact p, #page-impressum p {
	font-family: "latoblack",sans-serif;

    margin-top: 0;
    font-size: 2em;
	position: relative;
	display: block;
	line-height: 1.3em;
	width: 85%;
	min-width: 850px;
	padding: 0 0 35px 0px;
	text-transform: uppercase;
}

@media screen and (max-width: 740px) {
	#page-contact .page-head {
		display: none;
	}
	#page-contact p, #page-impressum p {
		font-family: "latoblack",sans-serif;

	    margin-top: 0;
	    font-size: 1em;
		position: relative;
		display: block;
		text-transform: uppercase;
		line-height: 1.4em;
		width: 100%;
		min-width: 200px;
		padding: 0 0 35px 0px;
	}
}

.page-body .page {
	max-width: 1200px;
	margin-top: 35px;
	opacity: 1;
}
.smartphone.page-body .page {
	opacity: 1;	
}
@media screen and (max-width: 740px) {
	.page-body .page {
		max-width: 1200px;
		margin-top: 35px;
		padding-bottom: 150px;
	}
}

/* posts general styles */

.page-body .post {
	font-size: 1.1em;
	border-bottom: 5em solid transparent;
	display: inline-block;
	float: left;
	overflow: hidden;
}
@media screen and (max-width: 740px) {
	.page-body .post {
		font-size: 1.1em;
		border-bottom: 2em solid transparent;
		display: block;
		float: none;
		overflow: hidden;
		left: 0;
	}
}

.post header {
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 100%;
	padding-bottom: 0.5em;
	border-bottom: 15px solid transparent;
}

@media screen and (max-width: 740px) {
	.post header {
		background-repeat: repeat-x;
		background-position: left bottom;
		width: 100%;
		padding-bottom: 0.5em;
		border-bottom: 15px solid transparent;
		margin-top: 12px;
	}
}

.post header.line-style-1 {
	background-image: URL(../images/line-1.png);
}
.post header.line-style-2 {
	background-image: URL(../images/line-2.png);
}
.post header.line-style-3 {
	background-image: URL(../images/line-3.png);
}

.page .post .post-date, .page .post .post-title {
	padding-left: 15px;
	font-weight: 400;
}
@media screen and (max-width: 740px) {
	.page .post .post-date, .page .post .post-title {
		padding-left: 0px;
		font-weight: 400;
	}
}

.page .post.post-class-3 {
	width: 30%;
}
@media screen and (max-width: 740px) {
	.page .post.post-class-3 {
		width: 100%;
	}
}

.page .post.post-class-2 {
	width: 60%;
}
@media screen and (max-width: 740px) {
	.page .post.post-class-2 {
		width: 100%;
	}
}

.page .post.post-class-1 {
	width: 90%;
}
@media screen and (max-width: 740px) {
	.page .post.post-class-1 {
		width: 100%;
	}
}

.page .post.post-class-2 .post-image {
	width: 100%;
}

.page .post-date {
	display: none;
}

.page .post.post-class-1.post-type-quote {
	width: 60%;
}
@media screen and (max-width: 740px) {
	.page .post.post-class-1.post-type-quote {
		width: 100%;
	}
}

.page .post.post-class-1.post-type-quote header {
	z-index: 500;
	position: relative;
}

.page .post.post-class-1.post-type-quote {
	margin-top: -35px;
}
@media screen and (max-width: 740px) {
	.page .post.post-class-1.post-type-quote {
		margin-top: 0px;
	}
}

.page .post .post-wrap p {
	font-family: 'latoblack',sans-serif;	
	margin-top: 0px;
}

.page .post.post-type-quote .post-wrap p {
	text-transform: uppercase;
	text-align: center;
}

.page .post.post-type-post .post-wrap .post-body h4 {
	font-family: 'judsonmedium', serif;
	padding-left: 15px;
	font-weight: 400;
	font-size: 1.1em;
	margin-bottom: 0;
	margin-top: 5px;
}



.page .post.post-class-1.post-type-quote .post-wrap {
	margin-top: -12em;
}
.page .post.post-class-1.post-type-quote .post-wrap .post-body {
	font-size: 2.4em;
	font-family: 'latoblack',sans-serif;
	letter-spacing: 0;
	line-height: 1em;
	word-wrap: break-word;
	width: 90%;
	margin: 0 auto;
}
@media screen and (max-width: 740px) {
	.page .post.post-class-1.post-type-quote .post-wrap .post-body {
		font-size: 2em;
		font-family: 'latoblack',sans-serif;
		letter-spacing: 0;
		line-height: 1em;
		width: 100%;
		margin: 0 auto;
	}
}
.page .post.post-class-1.post-type-quote .post-wrap .post-body p {
	margin-top: 10px;
}



.page .post.post-class-2.post-type-quote {
}
.page .post.post-class-2.post-type-quote .post-wrap {

}
.page .post.post-class-2.post-type-quote .post-wrap header {
	width: 60%;
	margin: 0 auto 0 20%;
}
@media screen and (max-width: 740px) {
	.page .post.post-class-2.post-type-quote .post-wrap header {
		width: 100%;
		margin: 0;
	}
}
.page .post.post-class-2.post-type-quote .post-wrap .post-body {
	font-size: 2em;
	letter-spacing: 0;
	line-height: 1.1em;
	word-wrap: break-word;
	z-index: 500;
	position: relative;
	width: 60%;
	margin: 0 auto 0 20%;
}
@media screen and (max-width: 740px) {
	.page .post.post-class-2.post-type-quote .post-wrap .post-body {
		font-size: 2em;
		letter-spacing: 0;
		line-height: 1.1em;
		z-index: 500;
		position: relative;
		width: 100%;
		margin: 0;
	}
}
.page .post.post-class-2.post-type-quote .post-wrap .post-body p {
	margin-top: 10px;
}
.page .post.post-class-2.post-type-quote .post-image {
	position: relative;
	margin-top: -6.1em;
}
@media screen and (max-width: 740px) {
	.page .post.post-class-2.post-type-quote .post-image {
		position: relative;
		margin-top: 0;
	}
}


.page .post.post-class-3.post-type-quote {
	margin-top: 25em;
	overflow: visible;
}
@media screen and (max-width: 740px) {
	.page .post.post-class-3.post-type-quote {
		margin-top: 2em;
		overflow: visible;
	}
}
.page .post.post-class-3.post-type-quote .post-wrap {
}
.page .post.post-class-3.post-type-quote .post-wrap .post-body {
	font-size: 2em;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.1em;
	z-index: 500;
	word-wrap: break-word;
	position: relative;
}
.page .post.post-class-3.post-type-quote .post-wrap .post-body p {
	margin-top: 10px;
}
.page .post.post-class-3.post-type-quote .post-image {
	position: relative;
	margin-top: -5.2em;
	left: -30px;
}
@media screen and (max-width: 740px) {
	.page .post.post-class-3.post-type-quote .post-image {
		position: relative;
		margin-top: -7.2em;
		left: 0px;
	}
}


/* posts news */

.page-body.news {
	
}
.news .page-body .post {
	font-size: 1.1em;
	border-bottom: 5em solid transparent;
	clear: both;
	overflow: hidden;
}

.news .post.post-class-1.post-type-quote {
	margin-top: 0px;
}

.news .post header {
	padding-bottom: 1.5em;
}

.news .post.post-class-1.post-type-quote .post-wrap .post-body {
	font-size: 1.1em;
	letter-spacing: 0;
	line-height: 1em;
	width: 38%;
	margin: 0;
}
@media screen and (max-width: 740px) {
	.news .post.post-class-1.post-type-quote .post-wrap .post-body {
		font-size: 1.1em;
		letter-spacing: 0;
		line-height: 1em;
		width: 100%;
		margin: 0;
	}
}

.news .post-title {
	font-weight: normal;
	margin: 0;
	font-size: 1em;
}
.news .post-type-news .post-title, .post-type-news .post-subtitle {
	display: none;
}
.news .post-type-news .post-subtitle {
	font-weight: normal;
	font-size: 1em;
}
.news .post header {
	font-weight: normal;
	font-size: 1em;
}
.news .post-type-news header {
	width: 100%;
}

.news .post-date {
	display: block;
}

.news .post-type-news .post-date {
	display: block;
	
}

.news .post-type-news .post-body {
	font-family: 'Lato',sans-serif;	
	font-size: 1.1em;
	padding-top: 15px;
}
.news .post-type-news .post-body p {
	margin: 0 0 10px 0;
}


.news .post-type-news.post-class-1 {
	margin-left: 5%;
}

@media screen and (max-width: 740px) {
	.news .post-type-news.post-class-1 {
		margin-left: 0px;
	}
}

.news .post-type-news.post-class-1 > div {
		display: inline-block;
}
.news .post-type-news.post-class-1 .post-wrap {
	width: 31%;
	float: left;
	margin-left: 11%;
	border-bottom: 3em solid transparent;
}
@media screen and (max-width: 740px) {
	.news .post-type-news.post-class-1 .post-wrap {
		width: 100%;
		float: left;
		margin-left: 0;
		border-bottom: 1em solid transparent;
	}
}
.news .post-type-news.post-class-1 .post-image {
	float: left;
	padding: 4px;
	width: 42%;
	height: auto;
}
@media screen and (max-width: 740px) {
	.news .post-type-news.post-class-1 .post-image {
		float: none;
		padding: 0px;
		width: 100%;
		height: auto;
	}
}
.news .post-type-news.post-class-1 .post-image img {
	width: 100%;
	height: auto;
	margin-bottom: -5px;
}

.news .post-type-news.post-class-2 > div {
	display: inline;
}
.news .post-type-news.post-class-2 .post-wrap {
	width: 33%;
	float: left;
	margin-right: 11%;
}
@media screen and (max-width: 740px) {
	.news .post-type-news.post-class-2 .post-wrap {
		width: 100%;
		float: none;
		margin-right: 0;
	}
}
.news .post-type-news.post-class-2 .post-image {
	float: left;
	padding: 0px;
	width: 42%;
}
@media screen and (max-width: 740px) {
	.news .post-type-news.post-class-2 .post-image {
		float: none;
		padding: 0px;
		width: 100%;
	}
}

.news .post-type-news.post-class-3 div {
	
}
.news .post-type-news.post-class-3 .post-wrap {
	width: 33%;
	float: left;
	margin-right: 11%;
}
@media screen and (max-width: 740px) {
	.news .post-type-news.post-class-3 .post-wrap {
		width: 100%;
		float: none;
		margin-right: 0;
	}
}
.news .post-type-news.post-class-3 .post-image {
	float: left;
	padding: 8px;
	width: 80%;
}

@media screen and (max-width: 740px) {
	.news .post-type-news.post-class-3 .post-image {
		float: none;
		padding: 0px;
		width: 100%;
	}
}

.news .post-type-quote .post-title {
	display: none;
}
.news .post-type-quote .post-body {
	width: 33%;
	font-family: 'Lato',sans-serif;	
	font-size: 1.1em;
	padding-top: 15px;
}
@media screen and (max-width: 740px) {
	.news .post-type-quote .post-body {
		width: 100%;
		font-family: 'Lato',sans-serif;	
		font-size: 1.1em;
		padding-top: 15px;
	}
}
.news .post-type-quote .post-body p {
	margin: 0 0 10px 0;
	font-size: 2em;
	text-align: center;
	line-height: 1em;
	text-transform: uppercase;
}

.news .post-type-quote.post-class-1 header {
	width: 38%;	
}
@media screen and (max-width: 740px) {
	.news .post-type-quote.post-class-1 header {
		width: 100%;	
	}
}

.news .post-type-quote.post-class-1 .post-body {
	position: relative;
	z-index: 10;	
	width: 42%;
}
@media screen and (max-width: 740px) {
	.news .post-type-quote.post-class-1 .post-body {
		position: relative;
		z-index: 10;	
		width: 100%;
	}
}
.news .post-type-quote.post-class-1 .post-body p {
	line-height: 1.1em;
}
.news .post-type-quote.post-class-1 .post-image {
	width: 60%;
	margin-top: -6.1em;
}
@media screen and (max-width: 740px) {
	.news .post-type-quote.post-class-1 .post-image {
		width: 100%;
		margin-top: -3em;
	}
}

.news .post.post-class-1.post-type-quote .post-wrap {
	margin-top: 0;
}

.news .post-type-quote.post-class-2 header, .post-type-quote.post-class-2 .post-body, .post-type-quote.post-class-2 .post-image {
	margin: 0 auto;
}
.news .post-type-quote.post-class-2 .post-image {
	width: 80%;
	margin-bottom: -5.3em;
}
@media screen and (max-width: 740px) {
	.news .post-type-quote.post-class-2 .post-image {
		width: 100%;
		margin-bottom: -2.3em;
	}
}
.news .post-type-quote.post-class-2 header {
	position: relative;
	z-index: 100;
	width: 42%;
}
@media screen and (max-width: 740px) {
	.news .post-type-quote.post-class-2 header {
		position: relative;
		z-index: 100;
		width: 100%;
	}
}
.news .post-type-quote.post-class-2 .post-body {
	position: relative;
	z-index: 10;	
	width: 42%;
}
@media screen and (max-width: 740px) {
	.news .post-type-quote.post-class-2 .post-body {
		position: relative;
		z-index: 10;	
		width: 100%;
	}
}
.news .post-type-quote.post-class-2 .post-body p {
	margin: 0 0 10px 0;
	font-size: 1em;
	text-align: center;
	line-height: 1em;
	text-transform: uppercase;
}

.news .page .post.post-class-1, .news .page .post.post-class-2, .news .page .post.post-class-3 {
	width: 100%;
}

.post-image img {
	width: 100%;
	height: auto;
}

#content .image-wrapper {
	width: 90%;
	height: auto;
	min-height: 300px;
	top: 0px;
	padding-left: 0px;
	padding-bottom: 30px;
	overflow: hidden;
	text-align: left;
	display: none;
	z-index: 1;
	position: relative;
}

.image-background {
	display: none;
}

#content .image-container {
	height: auto;
	max-height: calc(95vh); /* s. js: resizeImageContainers() ! */
	width: auto;
/* 	max-width: 1200px; */
	text-align: left;
	display: block;
	position: relative;
	float: none;
	top: 0px;
	right: 0px;
	padding-right: 0px;
	margin-bottom: 2px;
}
#content .image-container.video-container {
	height: auto;
}
#content .image-container.border-bottom {
	margin-bottom: 90px;
}
#content .image-container.border-bottom:last-child {
	margin-bottom: 0;
}
.category #content #image-wrapper .image-container:first-child {
	margin-top: 30px;
	overflow: visible;
}
.category #content .image-container img.zoom {
/*
	max-width: 90%;
	max-height: calc(90vh);
*/
	width: auto;
	height: auto;
	position: relative;
	display: block;
}
.category #content .image-container .mejs-container,
.category #content .image-container > .video {
	max-width: 90%;
	max-height: 90%;
	width: auto;
	height: auto;
	position: relative;
	display: block;
}
.category #content .image-container .mejs-container .video {
	max-width: 100%;
	max-height: 100%;
	position: relative;
}

#slideshow {
	opacity: 0;
}

#slideshow .image-container {
	/*height: auto;*/
	width: 100%;
	text-align: left;
	display: none;
	position: absolute;
	padding-right: 0px;
	margin-bottom: 0px;
	top: 0px;
	left: 0px;
	z-index: 200;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 740px) {
	#slideshow .image-container {
		height: 100%;
		width: 100%;
		text-align: left;
		display: none;
		position: absolute;
		padding-right: 0px;
		margin-bottom: 0px;
		top: 0px;
		left: 0px;
		bottom: 0px;
		right: 0px;
		z-index: 200;
		overflow: hidden;
	}	
}

#slide-wrapper img.zoom {
	width: 100%;
	max-height: none;
	min-height: 0;
	height: auto;
	cursor: pointer;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 740px) {
	#slide-wrapper img.zoom {
		width: auto;
		max-height: none;
		min-height: 0;
		height: 100%;
	}	
}
@media screen and (max-width: 740px) and (orientation: landscape) {
	#slide-wrapper img.zoom {
		width: 100%;
		max-height: none;
		min-height: 0;
		height: auto;
	}	
}

.video {
	vertical-align: top;
}

.video-wrapper embed {

}

.slideinfo {
	display: none;
	position: fixed;
	font-size: 85%;	
}

.scroll-tooltip {
	display: none;
	position: fixed;
	z-index: 10000;
	font-size: 85%;
}

.thumbs-wrapper {
	padding: 0px 0px 0px 0px;
	z-index: 1;
	width: 100%;
	overflow: auto;
	display: block;
}
@media screen and (max-width: 740px) {
	.thumbs-wrapper {
		padding: 35px 0 0 0;
		display: block;
	}
}
@media screen and (max-width: 740px) and (orientation: landscape) {
	.thumbs-wrapper {
		padding: 57px 0 0 0;
		display: block;
	}
}

.thumbs-list {
	width: 100%;
	display: block;
	z-index: 5;
}

.thumbs-list .thumb-container:not(.swiper-slide), .thumbs-list .swiper-container {
	float: left;	
	position: relative;
	width: 100%;
	height: auto;
	padding: 0;
	z-index: 10;
    border: none;
    margin: 0 0 0 0;
	background: transparent;
	overflow: hidden;
}
.thumbs-list .swiper-container {
   	-webkit-transition:opacity 700ms;
	-moz-transition:opacity 700ms;
	-o-transition:opacity 700ms;
	transition:opacity 700ms;
	/*opacity: 0;*/
}
.thumbs-list .thumb-container:not(.swiper-slide)::before, .thumbs-list .swiper-container::before,
.thumbs-list .thumb-container:not(.swiper-slide)::after, .thumbs-list .swiper-container::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 30;
	background: #fff;
}
.thumbs-list .thumb-container:not(.swiper-slide)::before, .thumbs-list .swiper-container::before {
	width: 100%;
	height: 2px;	
}
.thumbs-list .thumb-container:not(.swiper-slide)::after, .thumbs-list .swiper-container::after {
	height: 100%;
	width: 2px;	
}
@media screen and (max-width: 740px) {
	.thumbs-list .thumb-container:not(.swiper-slide)::after, .thumbs-list .swiper-container::after {
		background: transparent;
	}
}
.thumbs-list .thumb-container:not(.swiper-slide), .thumbs-list .thumb-container:not(.swiper-slide).w1, .thumbs-list .swiper-container, .thumbs-list .swiper-container.w1 {
	width: 100%;
}
.thumbs-list .grid-sizer {
	width: 100%;
}
.thumbs-list .thumb-container.w2, .thumbs-list .swiper-container.w2 {
	width: 100%;
}
.thumbs-list .thumb-container.w3, .thumbs-list .swiper-container.w3 {
	width: 100%;
}
.thumbs-list .swiper-container {
	overflow: hidden;
	cursor: pointer;
}
.thumbs-list .swiper-container .swiper-wrapper {
	overflow: hidden;	
}
@media only screen and (min-width: 481px) {
	.thumbs-list .thumb-container:not(.swiper-slide), .thumbs-list .thumb-container:not(.swiper-slide).w1, .thumbs-list .swiper-container, .thumbs-list .swiper-container.w1 {
		width: 100%;
	}
	.thumbs-list .grid-sizer {
		width: 100%;
	}
	.thumbs-list .thumb-container.w2, .thumbs-list .swiper-container.w2 {
		width: 100%;
	}
	.thumbs-list .thumb-container.w3, .thumbs-list .swiper-container.w3 {
		width: 100%;
	}
}
@media only screen and (min-width: 641px) {
	.thumbs-list .thumb-container:not(.swiper-slide), .thumbs-list .thumb-container:not(.swiper-slide).w1, .thumbs-list .swiper-container, .thumbs-list .swiper-container.w1 {
		width: 100%;
	}
	.thumbs-list .grid-sizer {
		width: 100%;
	}
	.thumbs-list .thumb-container.w2, .thumbs-list .swiper-container.w2 {
		width: 100%;
	}
	.thumbs-list .thumb-container.w3, .thumbs-list .swiper-container.w3 {
		width: 100%;
	}
}
@media only screen and (min-width: 768px) {
	.thumbs-list .thumb-container:not(.swiper-slide), .thumbs-list .thumb-container:not(.swiper-slide).w1, .thumbs-list .swiper-container, .thumbs-list .swiper-container.w1 {
		width: 50%;
	}
	.thumbs-list .grid-sizer {
		width: 50%;
	}
	.thumbs-list .thumb-container.w2, .thumbs-list .swiper-container.w2 {
		width: 100%;
	}
	.thumbs-list .thumb-container.w3, .thumbs-list .swiper-container.w3 {
		width: 100%;
	}
}
@media only screen and (min-width: 1024px) {
	.thumbs-list .thumb-container:not(.swiper-slide), .thumbs-list .thumb-container:not(.swiper-slide).w1, .thumbs-list .swiper-container, .thumbs-list .swiper-container.w1 {
		width: 33%;
	}
	.thumbs-list .grid-sizer {
		width: 33%;
	}
	.thumbs-list .thumb-container.w2, .thumbs-list .swiper-container.w2 {
		width: 66%;
	}
	.thumbs-list .thumb-container.w3, .thumbs-list .swiper-container.w3 {
		width: 100%;
	}
}
@media only screen and (max-width: 480px) {
	.thumbs-list .thumb-container:not(.swiper-slide), .thumbs-list .thumb-container:not(.swiper-slide).w1,, .thumbs-list .swiper-container, .thumbs-list .swiper-container.w1 {
		width: 100%;
	}
	.thumbs-list .grid-sizer {
		width: 100%;
	}
	.thumbs-list .thumb-container.w2, .thumbs-list .swiper-container.w2 {
		width: 100%;
	}
	.thumbs-list .thumb-container.w3, .thumbs-list .swiper-container.w3 {
		width: 100%;
	}
}
.thumbs-list .thumb-container.slide:not(.swiper-slide) {
	position: absolute !important;
	height: 0px !important;
	width: 0px !important;
	overflow: hidden !important;
	clip: rect(1px 1px 1px 1px) !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
}


/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.isotope {
	overflow: visible !important;
}
.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0.4s;
     -moz-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.series-wrapper {
	bottom: 0px;
	right: -20px;
	position: absolute;
	display: block;
	overflow-x: scroll;
	overflow-y: hidden;
	padding-bottom: 0px;
	width: 100%;
	height: 60px;
	z-index: 100;
}
.series-list {
	text-align: right;
	width: 93%;
	right: 45px;
	position: absolute;
	float: right;
	white-space: nowrap;
}
.series-list .series-container {
	margin-bottom: 0px;	
	cursor: pointer;
	display: inline;
	position: relative;
}
.series-list .series-container img.thumb {	
	height: 60px;
	width: auto;
	display: inline;
	-moz-backface-visibility: hidden;
	-webkit-transition:opacity 300ms;
	-moz-transition:opacity 300ms;
	-o-transition:opacity 300ms;
	transition:opacity 300ms;
/* 	border-right: 2px solid #fff; */
	margin: 0;
}
.series-list .series-container:hover img.thumb {
	opacity: 0.8;
}

.thumbs-list .thumb-container-video {
	object-fit: cover;	
}
@media screen and (min-width: 741px) {
	.thumbs-list .thumb-container video,
	.thumbs-list .thumb-container .mejs-container {
		width: auto;
		height: 100%;
		position: absolute;
		z-index: 5;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		pointer-events: none;
		display: block;
		opacity: 1;
	}
}
@media screen and (max-width: 740px) {
	.thumbs-list .thumb-container video,
	.thumbs-list .thumb-container .mejs-container {
		width: 100%;
		height: auto;
		position: relative;
		opacity: 1;
		display: block;
	}	
}

.thumbs-list .thumb-container .thumb-caption,
.thumbs-list .swiper-container .thumb-caption {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	-webkit-transition:opacity 300ms;
	-moz-transition:opacity 300ms;
	-o-transition:opacity 300ms;
	transition:opacity 300ms;
	background: rgba(0,0,0,0.7);
	cursor: pointer;
	z-index: 20;
}
.desktop .thumbs-list .thumb-container.thumb-loaded:hover .thumb-caption,
.desktop .thumbs-list .swiper-container:hover .thumb-caption {
	opacity: 1;
}
.thumbs-list .thumb-container .thumb-caption p,
.thumbs-list .swiper-container .thumb-caption p {
	font-family: 'Lato',sans-serif;
	font-size: 1.1em;
    margin-top: -20px;
    font-weight: 700 !important;
	padding: 12px 15px 12px 15px;
	color: #fff;
	position: relative;
	text-align: center;
	z-index: 100;
	font-weight: 700;
	line-height: 1.3em;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.desktop .thumbs-list .thumb-container.thumb-loaded:hover .thumb-caption p,
.desktop .thumbs-list .swiper-container:hover .thumb-caption p {
	margin-top: 0;
}

.thumb-container:not(.swiper-slide) span {
	overflow: hidden;
	display: block;
	height: 100%;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.thumb-container:not(.swiper-slide) span {
		overflow: hidden;
		display: block;
		height: auto;
		width: 100%;
	}	
}
.thumb-container.thumb-loaded span {
	cursor: pointer;
}

img.thumb {
	width: 100%;
	margin-left: 0;
	margin-top: 0;
	height: auto;
	display: block;
   	-webkit-transition:opacity 700ms;
	-moz-transition:opacity 700ms;
	-o-transition:opacity 700ms;
	transition:opacity 700ms;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	opacity: 0;
}
@media screen and (max-width: 767px) {
	img.thumb {
		position: relative;
		top: 0;
		left: 0;
		transform: none;
	}
}
.thumb-container.thumb-loaded img.thumb,
.thumbs-list .swiper-container img.thumb {
	opacity: 1;
}
.desktop .thumb-container.w1 img.thumb {
	margin-left: 0;
	margin-top: 0;
}

.desktop .thumb-container.w2 img.thumb {
	margin-left: 0;
	margin-top: 0;
}

.desktop .thumb-container.rat-2-1 img.thumb {
	margin-left: 0;
	margin-top: 0;
}
.thumb-container.fill-height img.thumb,
.thumb-container.w1.fill-height img.thumb,
.thumb-container.w2.fill-height img.thumb,
.thumb-container.w3.fill-height img.thumb {
	width: auto;
	height: 100%;
}

.thumbs-list .swiper-container .swiper-slide {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.swiper-slide img.thumb {
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.swiper-slide img.thumb.fill-height {
	width: auto;
	height: 100%;	
}

#thumbs-wrapper .thumb-container .play-icon {
	width: 100%;
	height: 100%;
	position: absolute;
	display: none;
	background: URL(../images/play-icon.png) no-repeat center center;
	z-index: 1000;
	-webkit-backface-visibility: hidden;
	-webkit-transform:translate3d(0,0,0);
	top: 0;
}

#photo-arrow-up, #photo-arrow-down {
	display: none;
	width: 21px;
	height: 12px;
	position: fixed;
	z-index: 500;
}

.slideshow .thumb-container img {
/* 	display: none; */
}

#slideshow {
	position: relative;
	width: 100%;
	height: calc(100vh);
	overflow: hidden;
	top: 0;
	left: 0;
	z-index: 200;
}
#slideshow .swiper-container {
	height: 100%;
}
#slideshow .swiper-slide img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 740px) {
	#slideshow {
		position: fixed;
		width: 100%;
		height: calc(100vh);
		overflow: hidden;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		z-index: 1000;
	}
	#slideshow .swiper-container {
		height: 100%;
	}
	#slideshow .swiper-slide img {
		width: auto;
		height: 100%;
	}
}

.slideup #slideshow {
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

#slideshow-enter {
	display: none;
	position: absolute;
	font-size: 85%;
	width: 150px;
	text-align: center;
	z-index: 10000;
}

#ipad-enter {
	display: none;
	position: absolute;
	font-size: 85%;
	width: 150px;
	text-align: right;
	z-index: 10000;
	right: 30px;
	top: 23px;
}

.media-title {
}

.caption-thumb {
}

.video-help {
}

.caption-image {
	display: none;
	width: 100%;
	font-size: 85%;
	text-align: right;
	top: -30px;
	left: 0px;
	padding: 0px 0px 0px 0px;
	height: 20px;
	position: absolute;
	z-index: 300;
	clear: both;
}

.image-container.caption-title .caption-image {
	text-align: left;
	font-size: 1em;
	margin: 0em 0 1em 0;
}

#slideshow .caption-image {
	display: none;
}

.caption-image-small {
	top: 10px;
	left: 0px;
}

.image-button {
	height: 50%;
	width: 100%;
	left: 0px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 1000;
}

#image-up {
	top: 0px;
}
#image-down {
	top: 50%;
}
#image-buttons-wrapper {
}

.tooltip {
	background: URL(../images/footer-bg) no-repeat right top;
	color: #FFFFFF;
	position: absolute;
	padding: 10px 10px 10px 10px;
	display: none;
	z-index: 9000;	
}
.swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-wrapper .swiper-slide.thumb-container {
	width: 100%;
}

.logo {
	background: URL(../images/logo-hempel-photography.png) no-repeat;
	background-size: cover;
	width: 84px;
	height: 120px;
	left: 55px;
	top: 50px;
	position: absolute;
	display: block;
	z-index: 100;
}
.logo a {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}
.logo-bg {
	height: 80px;
	width: 100%;
	opacity: 0.75;
	background: #fff;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

@media screen and (max-width: 740px) {
	.logo {
		background: URL(../images/logo-hempel-photography-3.png) no-repeat;
		background-size: 100%;
		width: 32px;
		height: 40px;
		left: 10px;
		top: 19px;
		position: relative;
		z-index: 2000;
	}
	.logo img {
		width: 100%;
		height: auto;
	}
	.logo-bg {
		display: block;
		height: 80px;
		width: 100%;
	}
}
@media screen and (max-width: 740px) and (orientation: landscape) {
 	.logo {
		background-size: 100%;
		width: 32px;
		height: 40px;
		left: 10px;
		top: 7px;
		position: relative;
		z-index: 2000;
	}
	.logo img {
		width: 100%;
		height: auto;
	}
	.logo-bg {
		display: block;
		height: 57px;
		width: 100%;
	}
}

.fixed .logo, .page-body .logo {
	width: 84px;
	height: 120px;
	left: 55px;
	top: 50px;
	position: fixed;
	display: block;
	z-index: 100;
}

@media screen and (max-width: 740px) {
	.fixed .logo, .page-body .logo {
		background: URL(../images/logo-hempel-photography-3.png) no-repeat;
		background-size: 100%;
		width: 32px;
		height: 40px;
		left: 10px;
		top: 19px;
		position: relative;
		z-index: 2000;
	}
}
@media screen and (max-width: 740px) and (orientation: landscape) {
	.fixed .logo, .page-body .logo {
		top: 7px;
	}	
}

.logo-start {
	width: 325px;
	height: 213px;
	left: 70px;
	top: 30px;
	position: absolute;
	display: none;
	z-index: 10000;
}
.slideshow .logo-start {
	display: block;
}
@media screen and (max-width: 740px) {
	.logo-start {
		width: 198px;
		height: 213px;
		left: 10px;
		top: 19px;
		position: absolute;
		display: block;
		z-index: 10000;
	}	
	.logo-start img {
		width: 100%;
		height: auto;	
	}
}

.menuitem {
	display: none;
}

.menu {
	z-index: 60;
	display: block;
	left: 35px;
	bottom: 45px;
	position: absolute;
	z-index: 1000;
}

@media screen and (max-width: 740px) {
	.menu {
		left: 0;
		bottom: 0;
		top: 13px;
		position: relative;
		height: 100%;
		display: none;
		background: #fff;
		
	}
}

#menu-switch {
	display: none;
}

@media screen and (max-width: 740px) {
	#menu-switch {
		height: 41px;
		width: 41px;
		display: block;
		position: absolute;
		background: URL(../images/menu-switch.png) no-repeat;
		z-index: 200;
		top: 18px;
		right: 10px;
		z-index: 2000;
		cursor: pointer;
	}
}
@media screen and (max-width: 740px) and (orientation: landscape) {
	#menu-switch {
		height: 41px;
		width: 41px;
		display: block;
		position: absolute;
		background: URL(../images/menu-switch.png) no-repeat;
		z-index: 200;
		top: 7px;
		right: 10px;
		z-index: 2000;
		cursor: pointer;
	}	
}

#menu-overview {
	display: none;
}

.menu h2 {
	display: none;
}

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

.menu ul li a {
	
}

.menu ul.level-1 {
}

.menu ul.level-1 li.level-1 {
	position: relative;
	clear: both;
	border-top: 0px solid transparent;
	margin: 0px 0px 0px 0px;
	display: block;
	font-size: 1.6em;
	text-transform: uppercase;
}

.menu ul.level-1 li a.level-1 {
	position: relative;
	left: 0px;
	display: block;
	font-family: 'latoblack',sans-serif;}

.menu ul.level-1 li a.level-1:link {
	position: relative;
	left: 0px;
}

.menu ul.level-1 li a.level-1:visited {
	position: relative;
	left: 0px;
}

.menu ul.level-1 li a.level-1:active {
	padding: 0px 0px 0px 0px;
	position: relative;
	left: 0px;
}

.menu ul.level-1 li a.level-1:hover {
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	position: relative;
	left: 0px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
     filter: alpha(opacity=70);
     -moz-opacity:0.7;
     -khtml-opacity: 0.7;
     opacity: 0.7;
}

.menu ul.level-1 li.news {
	margin-left: -15px;
}

.menu ul.level-1 li.news img {
	width: 110px;
	height: auto;
}

.menu ul.level-2 {
	margin: 0px 0px 0px 20px;
	display: block;
	clear: both;
	position: relative;
}

.menu ul.level-2 li {
	float: left;
	position: relative;
	display: block;
	margin-right: 0.4em;
	z-index: 10;
	font-size: 0.8em;
}

.menu ul.level-2 li a {
	display: block;
	text-transform: none;
}

.menu ul.level-2 li.clone, .menu ul.level-2 li.clone-active {
	position: absolute;
	z-index: 1;
}

.menu ul.level-2 li a.level-2 {
	display: block;
	line-height: 1.3em;
}

.menu ul.level-2 li a.level-2-first {
}

.menu ul.level-2 li a.level-2-last {
}

.menu ul.level-2 li a.level-2:link {
	display: block;
}
	
.menu ul.level-2 li a.level-2:visited {
}

.menu ul.level-2 li a.level-2:active {
	text-decoration: none;
	position: relative;
	font-weight: normal;
	color: #4c4c4c;
}

.menu ul.level-2 li a.level-2:hover {
	text-decoration: none;
	position: relative;
	color: #4c4c4c;
}

.menu ul.level-2 li a.level-2.active {
	text-decoration: none;
	position: relative;
	font-weight: 700;
}

.menu-space {
	height: 20px;
	display: block;
	width: 150px;
	clear: both;
	position: relative;
}

@media screen and (max-width: 740px) {
	.menu {
		margin: -60px 0 0 0;
		padding: 75px 0 0 0;
		border-bottom: #fff solid 130px;
	}
	.menu ul.level-2, .menu ul.level-2 {
		margin: 0;
		font-family: 'latoblack',sans-serif;	}
	.menu ul.level-1 li, .menu ul.level-1 li.level-1, .menu ul.level-2 li, .menu ul.level-2 li.level-2 {
		display: block;
		margin: 0;
		float: none;
		padding: 0;
		font-size: 18px;
		text-align: center;
	}
	.menu ul.level-1 li a:active, .menu ul.level-1 li.level-1 a:active, .menu ul.level-2 li a:active {
		background: #eee;
		font-family: 'latoblack',sans-serif;
	}
	.menu ul.level-1 li.level-1 a, .menu ul.level-2 li.level-2 a {
		display: block;
		text-transform: uppercase;
		border-bottom: 0px solid #000;
		padding: 0 12px;
		font-family: 'latoblack',sans-serif;
		line-height: 34px;
	}
	.menu ul.level-1 li.level-1 > a, .menu ul.level-1 li.level-1 > a:hover {
		font-family: 'latoblack',sans-serif;		padding: 0 12px;
		text-transform: uppercase;
	}
	.menu ul.level-1 li a.active, .menu ul.level-2 li a.active, .menu ul.level-2 li a.level-2.active {
		font-family: 'latoblack',sans-serif;
		background: #000;
		color: #fff;
	}
	.menu-space {
		height: 0px;
		width: 100%;
	}
	
	.menu ul li, .menu ul li li {
		display: block;
		margin: 0;
		float: none;
		padding: 0;
		font-size: 18px;
		text-align: center;	
		font-family: 'latoblack',sans-serif;	
	}
	
	.menu ul li.level-1 a.contact {
		display: inline-block;
/* 		border-bottom: 4px solid #000; */
		padding-left: 0;
		padding-right: 0;
	}
	.menu ul li.level-1 a.contact:active, .menu ul li.level-1 a.contact:hover {
		border-bottom: #fff 4px solid;
		display: block;
	}
	
	.menu ul li.level-1 a.news {
		display: inline-block;
		padding-top: 0;
	}
}

@media screen and (max-width: 740px) and (orientation: landscape) {
	.menu {
		margin: -90px 0 0 0;
		padding: 100px 0 0 0;
		border-bottom: #fff solid 130px;
	}
	.menu ul.level-1 li, .menu ul.level-1 li.level-1, .menu ul.level-2 li, .menu ul.level-2 li.level-2 {
		display: block;
		margin: 0;
		float: none;
		padding: 0;
		font-size: 16px;
		text-align: center;
	}
	.menu ul.level-1 li.level-1 a, .menu ul.level-2 li.level-2 a {
		display: block;
		text-transform: uppercase;
		border-bottom: 0px solid #000;
		padding: 0 12px;
		font-family: 'latoblack',sans-serif;		line-height: 25px;
	}
	.menu ul li, .menu ul li li {
		display: block;
		margin: 0;
		float: none;
		padding: 0;
		font-size: 16px;
		text-align: center;
		font-family: 'latoblack',sans-serif;
	}	
	.menu ul li.level-1 a.contact {
		display: inline-block;
		border-bottom: 3px solid #000;
		padding-left: 0;
		padding-right: 0;
	}
	.menu ul li.level-1 a.contact:active, .menu ul li.level-1 a.contact:hover {
		border-bottom: #fff 3px solid;
		display: block;
	}
	.menu ul li.level-1 a.news {
		display: inline-block;
		padding-top: 0;
	}
}

.footer {
	background-image: URL(../images/line-4.png);
	background-repeat: repeat-x;
	position: relative;
	clear: both;
	top: 30px;
	left: 0px;
	min-width: 160px;
	max-width: 220px;
	width: 100%;
	height: 60px;
	z-index: 9000;
}

@media screen and (max-width: 740px) {
	.footer {
		display: none;
	}
}

.footer-inner {
	top: 15px;
	position: relative;
}

.imprint-link {
	background: URL(../images/footer-logo.png) no-repeat;
	background-size: 100%;
	width: 180px;
	height: 36px;
	margin-left: -5px;
	display: block;
	cursor: default;
}

/*
.imprint-link:hover, .imprint-link:active {
	background: URL(../images/footer-btn-imprint.png) no-repeat;
	background-size: 100%;
	width: 180px;
	height: 36px;
	margin-left: -5px;
}
*/

#scroll-buttons {
	display: none;
	position: absolute;
}


.email-link {
	position: absolute;
	width: 684px;
	height: 36px;
	left: 0px;
	top: 80px;
	display: block;
	cursor: pointer;
}

.represent-link {
	position: absolute;
	width: 400px;
	height: 36px;
	left: 0px;
	top: 270px;
	display: block;
	cursor: pointer;
}

#status {
	width: 100%;
	height: 150px;
	right: 0;
	left: 0;
	bottom: 0;
	color: #00DD00;
	padding: 15px 15px 15px 15px;
	background: #111111;
	font-size: 100%;
	font-family: serif;
	position: fixed;
	display: block;
	overflow: auto;
	z-index: 20000;
}

@media screen and (max-width: 740px) {
	.content {
		max-width: 100%;
	}	
}

@media screen and (min-width: 851px, max-width: 1499px)  {

	body#bodyid, body.ahpbody, html {
		font-size: 12px;
	}
	
	.logo {
		width: 84px;
		height: 120px;
		left: 45px;
		top: 50px;
		position: absolute;
		display: block;
		z-index: 100;
	}
	
	.logo-start {
		width: 325px;
		height: 213px;
		left: 45px;
		top: 50px;
		position: absolute;
		display: none;
		z-index: 10000;
	}
	
	.menu ul.level-2 {
		margin: 0px 0px 0px 10px;
	}
	
}

@media screen and (min-width: 1500px)  {

	body#bodyid, body.ahpbody, html {
		font-size: 15px;
	}
	
	.column-left {
		padding-right: 65px;
	}
	
	.logo {
		width: 84px;
		height: 120px;
		left: 55px;
		top: 50px;
		position: absolute;
		display: block;
		z-index: 100;
	}
	
	.logo-start {
		width: 325px;
		height: 213px;
		left: 70px;
		top: 50px;
		position: absolute;
		display: none;
		z-index: 10000;
	}
	
	.menu ul.level-2 {
		margin: 0px 0px 0px 20px;
	}
	
	.menu-space {
		width: 200px;
	}

}

