@font-face {
    font-family: 'AvenirLTStd-Light';
    src: url('webfonts/2A39D3_0_0.eot');
    src: url('webfonts/2A39D3_0_0.eot?#iefix') format('embedded-opentype'), url('webfonts/2A39D3_0_0.woff') format('woff'), url('webfonts/2A39D3_0_0.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirLTStd-Light';
    src: url('webfonts/2A39D3_1_0.eot');
    src: url('webfonts/2A39D3_1_0.eot?#iefix') format('embedded-opentype'), url('webfonts/2A39D3_1_0.woff') format('woff'), url('webfonts/2A39D3_1_0.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'crimson_textbold';
    src: url('webfonts/crimsontext-bold-webfont.woff2') format('woff2'),
         url('webfonts/crimsontext-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'crimson_textbolditalic';
    src: url('webfonts/crimsontext-bolditalic-webfont.woff2') format('woff2'),
         url('webfonts/crimsontext-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'crimson_textitalic';
    src: url('webfonts/crimsontext-italic-webfont.woff2') format('woff2'),
         url('webfonts/crimsontext-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'crimson_textregular';
    src: url('webfonts/crimsontext-regular-webfont.woff2') format('woff2'),
         url('webfonts/crimsontext-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'crimson_textsemibold';
    src: url('webfonts/crimsontext-semibold-webfont.woff2') format('woff2'),
         url('webfonts/crimsontext-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'crimson_textsemibolditalic';
    src: url('webfonts/crimsontext-semibolditalic-webfont.woff2') format('woff2'),
         url('webfonts/crimsontext-semibolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



body .fancybox-skin {
    padding: 0 !important;
}

* {
	margin:0px;
	padding:0px;	
}


body {
    font-size: 15px;
    font-family: AvenirLTStd-Light;
	background: #f9f7f3;
}


/* Header */

.navleft .unavi3, .navright .unavi3 {
	display:none;
}

#start .-logo .left {
    background-image: url(../img/ora.png);
    background-position: left;
    right: auto;
	text-indent:-9999px;
}

#start .-logo .right {
    background-image: url(../img/labora.png);
    background-position: right;
    left: auto;
	text-indent:-9999px;
}

#start .-logo a {
    display: block;
    width: 72px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    xvisibility: hidden;
    opacity: 0;
    background-repeat: no-repeat;
    background-color: #fff;
}

#start .-logo a:hover,
#start .-logo a.-active,
#start .-logo a.-arrow_hover {
    xvisibility: visible;
    opacity: 1;
}

.header {
	height:90px;
	background: #eceae5;
	position:fixed;
	z-index:15;
	width:100%;
	border-bottom:10px #f9f7f3 solid;
}

footer {
    background: #eceae5;
    height: 30px;
	padding-top:10px;
    width: 100%;
    border-top: 10px #f9f7f3 solid;
    clear: both;
    position: fixed;
    bottom: 0;
	z-index:3;
}



footer div {
	max-width: 1200px;
    margin: 0 auto;
	text-align:center;
}

.footerwrapper {
	display: inline;	
}

footer span {
	color: #828282;
	line-height:25px;
	display: inline-block;
}

footer a {
	color: #828282;
	text-decoration: none;
}	

.contenthome {
	padding-top:99px;	
}

.header .navitop, .header .logo {
	float: left;	
	padding-top:41px;
}

.header .logo img {
	width:216px;
	height:auto;
}	

.header .logo {
	width:18%;
	padding-top: 22px;
	
}

.header .navitop li {
	float: left;
	list-style:none;
	padding-right: 2.5%;	
}

.header .navitop {
	width:50%;	
}



.header .navitop a {
    color: rgb(130, 130, 130);
    padding: 20px 5px 3px 5px;
	text-decoration:none;
	font-size:1.667em;
	text-transform:uppercase;
}

.navitop a:hover {
    text-decoration: underline;
    background-image: url(../img/ora/arrow_nav.png);
    background-position: 50% 0%;
    background-repeat: no-repeat;
	text-decoration:underline;
}

.klosterimage {
	background: none !important;
	text-align:center;	
	margin-top:20px;
	position:fixed;
	bottom:44px;
	z-index:1;
}

.servicenavi {
	margin: 0 auto;
    padding-top: 45px;
    text-align: center;
	width: auto;
}
.servicenavi li {
	list-style:none;
	display: inline;
	padding:10px 0px 10px 10px;
}
.servicenavi li a {
	text-transform:uppercase;
	font-size: 1.15em;
}

.servicenaviwrapper {
	 width: 61%;
    float: left;
}

.servicenavi .active a {
	background-image: url(../img/nav-active.png);
    background-position: center top 1px;
    background-repeat: no-repeat;
	color: #000;
	padding-top:20px;
}


.servicenavi a:hover {
    background-image: url(../img/nav-active.png);
    background-position: center top 1px;
    background-repeat: no-repeat;
	padding-top:20px;
}

.adresse {
	float: right;	
	color: #828282;
	line-height:20px;
	padding-top:16px;
}

.header a, .navitopmob  a {
	color: #828282; 
	text-decoration: none;	
}

.service {
	height:90px;	
}

.suche {
	height:40px;
	line-height:40px;
	width:100%;
	padding-left:1%;	
	color: #828282;
	font-size:1.667em;
	background: none;
	font-family:'AvenirLTStd-Light';

}

.search {
	position: relative;	
	width:49.593%;
	margin-top:23px;
	float: left;
}


.search input[type=submit] {
    height: 18px;
    width: 19px;
    position: absolute;
    top: 12px;
    right: 15px;
    cursor: pointer;
    background: transparent url(../img/lupe.png) no-repeat;
    border: none;
}

input {
	outline: none;	
}

.foto {
    background: url(../img/camera.png) no-repeat;
    background-size:contain;
    background-position: right;
    width: 32px !important;
}

.foto.active, .foto:hover, #page662 .foto {
    background: url(../img/camera_a.png) no-repeat;
    background-size:contain;
    background-position: right;
}


.video {
    background: url(../img/video.png) no-repeat;
    background-size:contain;
    background-position: right;
   /* width: 7.6%;*/
	width:25px;
}

.video.active, .video:hover, #page661 .video {
    background: url(../img/video_a.png) no-repeat;
    background-size:contain;
    background-position: right;
}

.icons .livecam {
    background: url(../img/livecam.svg) no-repeat;
    background-size:contain;
    background-position: right;
   /* width: 7.6%;*/
	width:34px;
	margin-left:4%;
}

.livecam.active, .livecam:hover, #page627 .livecam {
    background: url(../img/livecam_a.svg) no-repeat;
    background-size:contain;
    background-position: right;
}


.contact {
    background: url(../img/mail.png) no-repeat;
    background-size:contain;
    background-position: right;
    width: 28px !important;
}

.contact.active, .contact:hover, #page365 .contact {
    background: url(../img/mail_a.png) no-repeat;
    background-size:contain;
    background-position: right;
}

.shop {
    background: url(../img/cart.png) no-repeat;
    background-size:contain;
    background-position:right;
    width: 26px !important;
	height: 41px !important;
	margin-top:1px;
	margin-left:5% !important;
}

.shop.active, .shop:hover, #page603 .shop {
    background: url(../img/cart_a.png) no-repeat;
    background-size:contain;
    background-position:right;
}


.icons {
	float: right;
    width: 21%;
    padding-top: 29px;
}

.icons a {
    float: right;
    height: 46px;
	margin-left:6%;
}

.searchicon {
    background: url(../img/search.png) no-repeat;
    background-size: contain;
    background-position: right;
    width: 26px;
	display: block !important;
	margin-left:4% !important;
}

.searchicon.active, .searchicon:hover, #page663  .searchicon{
    background: url(../img/search_a.png) no-repeat;
    background-size: contain;
    background-position: right;
}

.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword {
    width: 100%;
	padding: 3px 4px;
	border: 1px #a9a9a9 solid;
}

.tx-indexedsearch-noresults {
	display: none;	
}

/* Content */

#start .-heightFull {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

#start .-widthHalf {
    width: 50%;
    height: 100%;
    position: relative;
    float: left;
}

#start .-left {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border-right: 5px solid #fff;
}

#start .-right {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border-left: 5px solid #fff;
}

#start .-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#start .-logo {
    background-image: url(../img/ora/logo_bild.png);
    width: 134px;
    height: 133px;
    position: absolute;
    margin: auto;
    margin-top: -67px;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 3;
}

#start .-right {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border-left: 5px solid #fff;
}

#start .-left .-showSlides {
    left: 20px;
}

#start .-right .-showSlides {
    right: 20px;
    left: auto;
}

#start .-next {
    position: absolute;
    z-index: 4;
    width: 86px;
    height: 29px;
    background-image: url(../img/start-arrows-left.png);
    background-position: 146px 0;
    white-space: nowrap;
    overflow: hidden;
    color: #fff;
    padding: 16px 30px 0;
    font-size: 11px;
    text-decoration: none;
    top: 50%;
    margin-top: -22px;
    left: 8px;
    cursor: pointer;
}

#start .-heightFull {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

#start .-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.-pattern > div {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: relative;
    top: 0px;
	/*overflow:scroll;*/
}

.navright, .navleft {
	visibility:hidden;
}

.-pattern ul {
    list-style-type: none;
    

}


.-pattern ul li a {
	font-family: 'crimson_textbold', serif;
	font-size:1.667em;
	color: #fff;
	text-decoration:none;
	display: block;

}

.-pattern ul li:hover {
	background: rgba(255, 255, 255, .2);
}

.-pattern ul li  {
	border-top:1px #e4e4e4 solid;
	padding:4px 0 0 123px;
}

.width {
    position: relative;

    margin: auto;
}

#start .-widthHalf {
    width: 50%;
    height: 100%;
    position: relative;
    float: left;
}


.headercontent, #wrapper{
	max-width:1200px;
	margin:0 auto;	
}
#wrapper {
	padding-top:100px;
}

.suche {
    -webkit-border-radius:0; 
    border-radius:0;
	 -webkit-appearance: none;
	border:1px #828282 solid;
}


.tx-indexedsearch p {
	text-indent:inherit !important;
}

.titlesuchresultat a {
	color: #000 !important;
	text-decoration:none;
    font-family: 'crimson_textregular';
    margin-bottom: 13px;
    margin-top: 30px;
    font-size: 17px;
    text-decoration: none;
	
}

#title .browsebox li:before {
	content: "";
		
}

#title .browsebox li {
	margin: 0px;	
}

.tx-indexedsearch-descr.descr {
	color: #828282;
}

.pathsuche  {
	margin-top: 18px !important;
	margin-bottom:0px !important;
}

.pathsuche a {
	color: red !important;	
	text-decoration: none;
}
.tx-indexedsearch-redMarkup {
	font-weight: normal;	
}

.tx-indexedsearch .tx-indexedsearch-browsebox li {
    display: inline;
	background: none;
    margin-right: 8px !important;
	background-image: none !important;
	padding: 0 !important;
	margin-left:0px !important;
}

.browsebox {
	margin-bottom: 20px;	
}

.tx-indexedsearch-browselist-currentPage a, .tx-indexedsearch-sw, .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
    color: red !important;
	font-weight:normal !important;
}

.tagebuch .content {
    padding-left: 0px;
    font-family: 'crimson_textregular';
    margin-bottom: 0px;
    text-indent: 0px;
	color: #000;
}

.tagebuch h4 {
    color: #000 !important;
    margin: 0;
    padding-bottom: 0;
	font-size:15px !important;
	/*padding-top:14px !important;*/
}

.tagebuch {
    padding: 10px 26px;
}
.news-list-container.tagebuch, .news-list-container.tagebuch p, .news-list-container.tagebuch span {
	font-size:12px;
}
.news-list-container.tagebuch p b, .news-list-container.tagebuch p strong {
	display:block;
	text-indent: 0;
	margin-top: 16px;
}

.map {
	width:100%;
	text-align:center;	
}

.mob {
	display: none;	
}

.dtonly {
	display: block;	
}

.fancybox-overlay {
	    background-color: rgba( 55, 55, 55, .9 );
}

#imagelightbox-close, .imagelightbox-arrow  {
	outline: none;	
}

#imagelightbox-loading {
	displaY: none !important;	
}

#imagelightbox-overlay {
	top:90px;	
}

.fancybox-opened .fancybox-skin {
	touch-action: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#imagelightbox-close {
	top:110px;	
	cursor: pointer;
}

.fancybox-opened .fancybox-skin{
	border: 15px #f7f5ef solid;
	border-radius: 0;
}

.fancybox-close {
    position: absolute;
    top: -55px;
    right: -56px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

#imagelightbox {
    cursor: pointer;
    position: fixed;
    z-index: 10000;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 15px #f7f5ef solid;
}

#imagelightbox-close:hover, #imagelightbox-close:focus {
    background-color:inherit;
}

.imagelightbox-arrow-right {
    right: 2.5em;
    background: url(../img/pfeilrechts.png) no-repeat left top !important
}

.imagelightbox-arrow-left {
    left: 2.5em;
     background: url(../img/pfeillinks.png) no-repeat left top !important;
}

#imagelightbox-close, .fancybox-close {
	 background: url(../img/close.png) no-repeat left top !important;
	 background-size: cover !important;
}

/* Tablet */

@media (max-width: 1100px) {
	.header .navitop a {
		font-size:1.2em;	
	}
	
	.adresse {
		font-size:0.8em	
	}
}

@media (max-width: 1034px) and (min-width: 919px) {
	.navbutton {
		display: block;	
	}
	
	.servicenaviwrapper {
		display: none;
	}
	
	.servicenavi {
		width: 100%;
		float: none;
		padding-top: 0px;
	}
	
	.servicenavi .servicenavi {
		width: 100%;
		float: none;
		padding: 0 0 15px 0;
		margin-bottom: 15px;
		border-bottom: 1px black solid;
		text-align: left;
	}
	
	.servicenavi li {
		padding: 13px 0 !important;
		float: none;
		display: block;
	}
	
	.navitopmob li {
		list-style: none;
	}
	
	.servicenavi li a {
		font-size: 1.3em !important
	}
	
	.navimobile {
		clear: both;
	}
	.nav1, .navimobile .nav2, .unavi3, .unavi4, .unavi5 {
		display: none;
	}
	
	.servicenavi a:hover, .servicenavi .active a {
		background-position: left top 1px;
	}
	
	.navitopmob .nav2 > li, .unavi3 li {
    margin: 5px 0 5px 0;
    padding: 11px 0 0 0 !important;
}
	
	.nav2 li.active .unavi3, .unavi3 li.active .unavi4, .unavi4 li.active .unavi5, .navitopmob.active .nav1, .navitopmob.active .nav2 {
		display: block;
	}
	
	.navbutton {
		background: url(../img/navi.png) no-repeat;
		background-size: contain;
		background-position: right;
		position: absolute;
		width: 37%;
		background-position: right;
		right: 2%;
		top: 14px;
		height: 19px;
	}
	
	.navbutton.active {
		background: url(../img/navi_a.png) no-repeat;
		background-size: contain;
		background-position: right;
	}
	
	.navitopmob.active {
		visibility: visible;
		min-height: 75%;
		overflow: scroll;
		opacity: 1;
		transition: all 0.5s linear;
		-webkit-transition: all 0.5s linear;
		-moz-transition: all 0.5s linear;
		-o-transition: all 0.5s linear;
		display:block;
	}
	
	.navitopmob {
		position: fixed;
		top: 97px;
		background: #eceae5;
		width: 96% !important;
		z-index: 100;
		padding: 13px 2%;
		visibility: hidden;
		height: 0;
		transition: all 0s linear;
		-webkit-transition: all 0s linear;
		-moz-transition: all 0s linear;
		-o-transition: all 0s linear;
		opacity: 0;
	}
	
	.navimobile .nav2 > li > a {
		font-size: 1.667em;
		line-height: 35px;
	}
	
	.navimobile .nav2 a {
   	 font-family: 'Crimson Text', serif;
		font-weight: 700;
	}
	
	.navitopmob .nav2 > li, .unavi3 li {
    margin: 5px 0 5px 0;
    padding: 11px 0 0 0;
}

.navimobile .nav2 > li {
    padding: 20px 20px 14px 20px;
    cursor: pointer;
    background-image: url(../img/nav.png);
    background-position: right 20px top 23px;
    background-repeat: no-repeat;
    margin-bottom: 6px;
}

.unavi3 {
    padding-top: 20px;
}

.nav1, .navimobile .nav2, .unavi3, .unavi4, .unavi5 {
    display: none;
}

.nav2 li.active .unavi3, .unavi3 li.active .unavi4, .unavi4 li.active .unavi5, .navitopmob.active .nav1, .navitopmob.active .nav2 {
    display: block;
}

.icons {
    padding-right: 1%;
    width: 35% !important;
    padding-top: 42px;
}

.navitopmob .active > a {
    color: #ff0000;
}

.navimobile .nav2 > li > a {
    display: block;
}

.navimobile .nav2 > li.active {
    padding: 20px 20px 14px 20px;
    cursor: pointer;
    background-image: url(../img/nav-active.png);
    background-position: right 20px top 23px;
    background-repeat: no-repeat;
    margin-bottom: 6px;
}

.unavi3 > li > a {
    font-size: 1.333em;
    line-height: 25px;
}
}

@media (max-width: 1226px) and (min-width: 919px) {

.logo div.csc-textpic-center .csc-textpic-center-outer {
    position: relative;
    float: none;
    right: inherit;
    left: 0;
}

.logo div.csc-textpic-center .csc-textpic-center-inner {
    position: relative;
    float: left;
    right: inherit;
    left: 0;
}

.header .logo img {
    width: 100%;
    height: auto;
}

}

.page-navigation{
    text-align: center;
    margin-bottom: 20px;
    font-size: 10px;
    clear: both;
}
.page-navigation p{
    font-size: 10px;
}
#title .f3-widget-paginator li:before{
    content: "";
}



@media (max-width: 980px) {
  .infobuttonrund {
    top: inherit !important;
    width: 130px !important;
    left: calc(50% - 65px) !important;
    height: 95px !important;
    border-radius: 50% !important;
    padding-top: 35px !important;
    font-size: 12px !important;
    bottom: 19px !important;
  }
}



.aufklapper .klapptitel + div {
    display: none;
    padding: 30px
}

.news-list-container .news-list-item {
    margin-bottom: 60px;
    clear: both;
}

.news-list-container .news-list-item h2 {
    padding-left: 0;
    margin-top: 5px;
}

.news-list-container .news-list-item .news-list-morelink {
    display: block;
    margin-top: 5px;
}

body#page657 #breadcrumb {
    margin-top: 25px;
    display: none;
}

body#page657 .news.news-single .article h1 {
    word-break: break-word;
    padding-top:30px;
}

body#page657 .news.news-single .article .news-single-rightbox {
    text-align: right;
    font-size: 10px;
}

body#page657 .news.news-single .article .news-text-wrap > p {
    padding-left: 0 !important;
}

.slick-prev:before {
    content: "<";
    color: #888;
    font-size: 30px;
    padding-right: 5px;
}

.slick-next:before {
    content: ">";
    color: #888;
    font-size: 30px;
    padding-left: 5px;
}

.slick-prev, .slick-next {
    background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;

    font-size: 0;
    height: 188px;
}

#page657 .news.news-single .article .news-img-wrap {
    display: flex;
}

#page657 .news.news-single .article .news-img-wrap .slick-list {
    width: 100%;
}

#page655 .news-list-container .mittelbild .mittelbild img {
    /*max-height: 152px;*/
    margin-left:20px;
}

#page655 #title .archiv:nth-child(3) {
    margin-top: 30px;
}

/* #page655 .page-navigation .number_page {
    margin-bottom: -13px;
} */

#page655 .page-navigation:nth-child(1) {
    padding-bottom: 25px;
}

/* add some space between images and links */
.content.middle img,
.content.middle .ce-uploads {
    margin-bottom: 20px;
}