body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}.aspect--9\:16,.responsive.ratio-916{padding-bottom:177.7777%}.aspect--1\:1,.responsive.ratio-11{padding-bottom:100%}
@charset "utf-8";

html,
body{
	margin:0;
	padding:0;
	overflow-x: hidden;
	font:100% 'Inter Tight',Verdana,Arial,sans-serif;
}

section{
	max-height:100%
}

#wrapper{
	width:100%;
	min-height:100%;
	margin:0;
	position:relative;
	background-color:#fff
}

#container{
	width:100%;
}

#main {
	margin-left: 90px;
	width: calc(100vw - 90px);
	transition: margin-left 0.5s;
	box-shadow: 0 0 15px 2px rgba(0,0,0,.5);
	-moz-box-shadow: 0 0 15px 2px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 15px 2px rgba(0,0,0,.2);
	z-index: 1;
}

#main.open{
	margin-left: 200px;
}

#main.close{
	margin-left: 90px;
}

.sidebar,
.sidebar-open,
.sidebar-close{
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	width: 90px;
	height: 100%;
	padding-top: 45px;
	background-color: #c18839;
	z-index: 0;
	transition: 0.5s;
}

.sidebar-open{
	width: 200px;
}

.sidebar-close{
	width: 90px;
}

.onepage_article,
.unterseite .mod_article{
	padding: 45px 6em;	
}

.mod_newsreader{
	padding-bottom: 10em;
	margin-right:1.04166667%;
	margin-left:1.04166667%
}

.unterseite .mod_article{
	padding-bottom: 10em;	
}

#kontakt,
#contact,
#full-height{
	min-height: 100vh;
	box-sizing: border-box;
}

.logo{
	position: relative;
	margin: 0 6em;
	padding: 45px 0;
}

.logo img{
	max-width: 350px;
}

.unterseite .logo{
	display: none;
}

.border-section{
	border-bottom: 2px solid #d9d9d9;
}

.toplink{
	position: fixed;
	right: 30px;
	bottom: 20px;
}

.toplink img{
	height: 30px;
}

.toplink a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #000;
}

.toplink a:hover{
	background-color:#888;
}

/**************************
 * 960° Grid
 **************************/
*[class*="grid"]{float:left;display:inline;margin-right:1.04166667%;margin-left:1.04166667%}
.grid1{width:6.25%}
.grid2{width:14.5833333%}
.grid3{width:22.9166667%}
.grid4{width:31.25%}
.grid5{width:39.5833333%}
.grid6{width:47.9166667%}
.grid7{width:56.25%}
.grid8{width:64.5833333%}
.grid9{width:72.9166667%}
.grid10{width:81.25%}
.grid11{width:89.5833333%}
.grid12{width:97.916667%}
.offset1{margin-left:9.375%}
.offset2{margin-left:17.7083333%}
.offset3{margin-left:26.0416667%}
.offset4{margin-left:35.4166667%}
.offset5{margin-left:41.66666%}

/*RESPONSIVE*/
@media only all and (max-width:600px){
	*[class*="grid"] {float:none !important;display:block !important;width:auto !important;margin:0}
	*[class*="offset"] {margin:0}
}

/* Abstände */
.offset-top30{margin-top:30px;}
.offset-bottom30{margin-bottom:30px;}
.offset-top50{margin-top:50px;}
.offset-bottom50{margin-bottom:50px;}
.offset-top100{margin-top:100px;}
.offset-bottom100{margin-bottom:100px;}

/* Hintergrundfarben */
.background-dark{
	background-color:#333;
}
.background-light{
	background-color:#eee;
}

/**************************
 * Allgemeines
 **************************/

h1,h2{
	font:2.5rem/2.7rem 'Unbounded',Verdana,Arial,sans-serif;
	color:#000;
	font-weight:600;
	hyphens: auto;
}

h3{
	font:1.875rem 'Inter Tight',Verdana,Arial,sans-serif;
	color:#000;
	font-weight:600
}

h4{
	font:1.375rem 'Inter Tight',Verdana,Arial,sans-serif;
	color:#000;
	font-weight:500;
}

h5{
	margin:1em 0 5px;
	padding:0;
	font:1.65em/1.25em 'Inter Tight',Verdana,Arial,sans-serif;
	color:#000;
	font-weight:400
}

h6{
	font:100% 'Inter Tight',Verdana,Arial,sans-serif;
	color:#000;
	font-weight:400
}

p, li, p.MsoNormal span{
	font:1.25rem/1.875rem 'Inter Tight',Verdana,Arial,sans-serif;
	color:#000;
	font-weight:400;
	text-decoration: none;
}

p, p.MsoNormal span{
	hyphens: auto;
	hyphenate-limit-chars: auto 5;
	hyphenate-limit-lines: 2;
}

a,
span{
	color:#000;
	text-decoration:underline;
}

a:hover,
a.focus{
	text-decoration:none;
	color:#888;
	/*cursor:crosshair*/
}

strong{
	font-weight:600;
}

ul{
	margin: 0;
}

::selection{
	background:#c18839;
	color:#000
}

::-moz-selection{
	background:#c18839;
	color:#000
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
	clear: both;
}

/* Werke */

.mod_newslist{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.werke-teaser{
	margin-bottom: 30px;
}

.werke-teaser .image_container{
	width: auto;
    /*height: 18em;*/
    display: flex;
    justify-content: center;
}

.werke-teaser .image_container img{
	object-fit: cover;
    height: 100%;
}

.werke-teaser h2{
	font-size: 1.25rem;
	line-height: 1.375rem
}

.werke-teaser h2 a{
	text-decoration: none;
	display: block;
}

.werke-teaser:hover h2 a{
	color:#c18839;
}

.werke-teaser h2 a:after{
	display: inline-block;
	content: url("../../files/bothe/theme/images/arrow-textlink.svg");
	width: 20px;
	padding-left: 10px;
}

.werke-teaser:hover h2 a:after{
	display: inline-block;
	content: url("../../files/bothe/theme/images/arrow-textlink-hover.svg");
	width: 30px;
	padding-left: 10px;
}

.werke-details img,
.werke-details .content-gallery li{
	width: 100%;
}

.werke-info{
	margin-top: 50px;
	margin-bottom: 100px;
	float: left;
}

.werke-details .content-gallery{
	width: 100%;
	clear: both;
	margin-bottom: 50px;
}

.werke-details .content-gallery li{
	width:47.9166667%;
	margin-right:1.04166667%;
	margin-left:1.04166667%;
	margin-bottom: 15px;
}

.content-youtube,
.content-player{
	margin-bottom: 100px;
}

.content-player audio{
	width: 100%;
}


/**************************
 * Navigation
 **************************/

.module-onepage-navigation{
	display: flex;
	overflow: auto;
}

.module-onepage-navigation ul{
	display: flex;
	flex-direction: column;
	transition: padding .5s;
	list-style-type: none;
	padding: 0;
}

.module-onepage-navigation ul > li a{
	display: inline-flex;
	font:1.375rem 'Inter Tight',Verdana,Arial,sans-serif;
	color:#000;
	font-weight:500;
	border: 2px solid #000;
	box-sizing: border-box;
	margin-bottom: 10px;
	border-radius: 2em;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border-left: 0;
	padding: 0.313rem 0.938rem;
	text-decoration: none;
}

.back{
	margin-top: 7px;
	margin-bottom: 50px;
}

.back a{
	font:1.375rem 'Inter Tight',Verdana,Arial,sans-serif;
	color:#000;
	font-weight:500;
	border: 2px solid #000;
	box-sizing: border-box;
	margin-bottom: 10px;
	border-radius: 2em;
	padding: 0.313rem 0.938rem;
	text-decoration: none;
}

.module-onepage-navigation ul > li a:hover,
.module-onepage-navigation ul > li.active a, 
.module-onepage-navigation ul > li.focus a, 
.module-onepage-navigation ul > li.trail a,
.back a:hover{
	background-color: #000;
	color: #c18839;
}

.metanav{
	position: absolute;
	bottom: 30px;
	left: 6em;
	display: flex;
	flex-direction: row;
	align-content: center;
}

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

.metalinks ul > li{
	float: left;
	margin-right: 20px;
	font-size :1rem;
}

.cookielink{
	display: flex;
	align-items: center;
}

.metanav a,
.metanav span,
.cookielink a,
.cookielink span{
	font:1rem 'Inter Tight',Verdana,Arial,sans-serif;
	font-weight:600;
	text-decoration:none;
	color:#000;
}

.metanav a:hover,
.metanav a.focus,
.metanav span.active,
.metanav .trail,
.metalinks ul > li.active{
	text-decoration:none;
	color:#888;
}

/* Sprachwechsler */

.mod_changelanguage{
	position: fixed;
	left: 20px;
	bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #000;
	box-sizing: border-box;
}

.mod_changelanguage ul{
	padding: 0;
}

.mod_changelanguage ul > li{
	list-style-type: none;
}

.mod_changelanguage a{
	font:1rem 'Inter Tight',Verdana,Arial,sans-serif;
	font-weight: 600;
	text-decoration: none;
}

.mod_changelanguage a:hover{
	color: #fff;
}

/* Social Media Links */

.insta{
	position: absolute;
	bottom: 170px;
	font:1rem 'Inter Tight',Verdana,Arial,sans-serif;
	color:#000;
	font-weight:600;
	text-transform: uppercase;
	transform: rotate(-90deg);
}

.insta a{
	text-decoration: none;
}

.insta a:hover{
	color: #fff;
}

/**************************
 * Inhaltselemente
 **************************/
 

/* Datenschutz */
.datenschutz .ce_text ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.datenschutz .ce_text li{
	border-top:1px solid #dedede;
	padding: 1em;
	color:#333;
}

/* Sitemap */
.mod_sitemap{
	margin-top:0.5em
}

.mod_sitemap li{
	padding:0.5em 0;
	border-bottom: 1px solid #eee
}

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

.mod_sitemap ul.level_2{
	margin-left:0;
	padding-left:20px;
	list-style-type:none;
}

.mod_sitemap li.active,
.mod_sitemap li span{
	color:#888
}

/**
 * EasyZoom core styles
 */
.werke-details .easyzoom {
	width: 100%;
    max-width: 100%;
	position: relative;

	/* 'Shrink-wrap' the element */
	display: inline-block !important;
	overflow: hidden;
	*display: inline;
	*zoom: 1;
}

.werke-details .easyzoom img {
	/*width: auto;
	max-width: none;*/
	max-width: 100%;
    height: auto;
    display: block;
	vertical-align: bottom;
}

.werke-details .easyzoom.is-loading img {
	cursor: progress;
}

.werke-details .easyzoom.is-ready img {
	cursor: crosshair;
}

.werke-details .easyzoom.is-error  img {
	cursor: not-allowed;
}

.werke-details .easyzoom-notice {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 150;
	width: 10em;
	margin: -1em 0 0 -5em;
	line-height: 2em;
	text-align: center;
	background: #FFF;
	box-shadow: 0 0 10px #888;
}

.werke-details .easyzoom-flyout {
	position:absolute;
	z-index: 100;
	overflow: hidden;
	background: #FFF;
}

.werke-details .easyzoom-flyout img {
    width: auto;
	max-width: none;
}

.werke-details .easyzoom-container {
	width: 100%;
	max-width: 640px;
	background: #fff;
}

.werke-details .easyzoom-container section + section {
	margin-top: 3em;
	border-top: 1px solid #ccc;
	padding-top: 1em;
}

/**
 * EasyZoom layout variations
 */
.werke-details .easyzoom--overlay .easyzoom-flyout {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.werke-details .easyzoom--adjacent .easyzoom-flyout {
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	margin-left: 20px;
}



/* MEDIA */

@media only all and (max-width:1024px){
	
	.onepage_article,
	.unterseite .mod_article{
		padding: 30px 4em;	
	}

	.mod_newsreader,
	.unterseite .mod_article{
		padding-bottom: 8em;
	}
	
	.logo{
		margin: 0 4em;
	}
	
	.logo img {
    	max-width: 250px;
	}
	
	.metanav{
		left: 4em;
	}
	
}

@media only all and (max-width:850px){
	
	.onepage_article,
	.unterseite .mod_article{
		padding: 30px 3em;	
	}
	
	.onepage_article .content-text,
	.onepage_article .content-image,
	.unterseite .mod_article .content-text{
		width:81.25%;
		margin-left: 1.04166667%;
	}

	.mod_newsreader,
	.unterseite .mod_article{
		padding-bottom: 6em;
	}
	
	.logo{
		margin: 0 3em;
		padding-bottom: 20px;
	}
	
	.metanav{
		left: 3em;
	}
	
	.werke-teaser{
		width:47.9166667%
	}
	
}

@media only all and (max-width:600px){
	
	#main {
		margin-left: 60px;
		width: calc(100vw - 60px);
	}
	
	#main.open{
		margin-left: 200px;
	}

	#main.close{
		margin-left: 60px;
	}

	.sidebar,
	.sidebar-open,
	.sidebar-close{
		width: 60px;
		padding-top: 30px;
	}
	
	.sidebar-open{
		width: 200px;
	}
	
	.sidebar-close{
		width: 60px;
	}

	.onepage_article,
	.unterseite .mod_article{
		padding: 30px 2em;	
	}

	.mod_newsreader,
	.unterseite .mod_article{
		padding-bottom: 5em;
	}

	.logo{
		margin: 0 2em;
		padding-top: 30px;
	}
	
	.logo img {
    	max-width: 200px;
	}
	
	.insta{
		margin-left: -15px;
		bottom: 150px;
	}
	
	.mod_changelanguage{
		left: 10px;
		width: 40px;
		height: 40px;
	}
	
	.toplink{
		right: 10px;
	}
	
	.toplink a{
		width: 40px;
    	height: 40px;
	}
	
	.toplink img{
		height: 25px;
	}
	
	.metanav{
		left: 2em;
		bottom: 20px;
		flex-direction: column;
	}
	
	.werke-info {
    	margin-top: 25px;
    	margin-bottom: 25px;
	}
	
	.werke-details .content-gallery {
    	margin-bottom: 25px;
	}
	.werke-details .content-gallery li {
    	width: 100%;
    	margin-right: 0;
    	margin-left: 0;
    	margin-bottom: 10px;
	}
	
	.content-youtube{
		display: inline !important;
		width: 100% !important;
		float: left !important;		
	}

}

@media (max-height: 440px) {
	.insta {
		display: none;
	}
	}
@charset "UTF-8";
/* CSS Document */

/* unbounded-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: 'Unbounded';
  font-style: normal;
  font-weight: 400;
  src: url('../../files/bothe/theme/fonts/unbounded-v7-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../../files/bothe/theme/fonts/unbounded-v7-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* unbounded-600 - 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: 'Unbounded';
  font-style: normal;
  font-weight: 600;
  src: url('../../files/bothe/theme/fonts/unbounded-v7-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../../files/bothe/theme/fonts/unbounded-v7-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* inter-tight-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: 'Inter Tight';
  font-style: normal;
  font-weight: 400;
  src: url('../../files/bothe/theme/fonts/inter-tight-v7-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../../files/bothe/theme/fonts/inter-tight-v7-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* inter-tight-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: 'Inter Tight';
  font-style: normal;
  font-weight: 500;
  src: url('../../files/bothe/theme/fonts/inter-tight-v7-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../../files/bothe/theme/fonts/inter-tight-v7-latin-500.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* inter-tight-600 - 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: 'Inter Tight';
  font-style: normal;
  font-weight: 600;
  src: url('../../files/bothe/theme/fonts/inter-tight-v7-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../../files/bothe/theme/fonts/inter-tight-v7-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
