/* brygada-1918-regular - latin_latin-ext */
@font-face {
  /*font-display: swap;*/ 
  font-family: 'Brygada 1918';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/brygada-1918-v22-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* brygada-1918-700 - latin_latin-ext */
@font-face {
  /*font-display: swap; */
  
  font-family: 'Brygada 1918';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/brygada-1918-v22-latin_latin-ext-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

:root {
  --highlightbgcolor: #c1f3ac;
  --highlightfgcolor: #000;
  --footerbgcolor: #466900;
  --footerfgcolor: #fff;
  --bodybgcolor: #fff;
  --bodyfgcolor: #000;
  --defaultmargin: 10px;
  --defaultpadding: 10px;
  --layoutbgcolor1: #466900;
  --layoutfgcolor1: #fff;
  --layoutbgcolor2: #A55711;
  --layoutfgcolor2: #fff;
  --layoutbgcolor3: #e2ffa3;
  --layoutbgcolor4: #cdd5b0;
  --layoutfgcolor3: #000;
  --layoutfgcolor4: #000;
}

body {
margin:0px;
padding:0px;
scroll-behavior: smooth; 
line-height:140%;
background-color: var(--bodybgcolor);
color: var(--bodyfgcolor);
font-size: 16px;
}
* {
font-family: 'Brygada 1918', Georgia, serif;
font-weight: 400; 

}
strong, b {
font-weight:700;
}
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
font-family: 'Brygada 1918', Georgia, serif;
font-weight:400;
margin:2% 0px;
line-height:120%;
}
h1, h1 a {
color:var(--layoutbgcolor1);
font-weight:700;
}
h1 {
text-transform:uppercase;
}


.infocontainer, .infocontainer2, .infocontainer3 {
padding:1rem;
margin-top:2rem;
margin-bottom:2rem;
background-color:var(--layoutbgcolor2);
color:var(--layoutfgcolor2);
border:4px solid var(--layoutbgcolor2);
}
.infocontainer2 {
background-color:#fff;
color:#000;
border:4px solid var(--layoutbgcolor1);
}
.infocontainer3 {
background-color:#fff;
color:#000;
border:4px solid var(--layoutbgcolor2);
}
.defpadding {
	padding:10px;
}
.videocontainer, .videoreplacementcontainer {

max-width:100%;
width:100%;
height:auto;
aspect-ratio: 16/9;
margin-bottom:10px;
text-align:center;
 background: rgb(2,0,36);
background-color:#000;
color:#fff;
background: linear-gradient(135deg, rgba(2,0,36,1) 0%, rgba(90,136,31,1) 100%); 
}
.videoreplacementcontainer {
	margin-bottom:17px;
}
.videocontainer a, .videocontainer a:visited,
.videoreplacementcontainer a, .videoreplacementcontainer a:visited {
	color:#fff;
}
.simpleslide {
position:relative;
padding:80px 10px 0px 10px;
margin:0px;
}
.simpleslidepaddingbottom {
padding-bottom:130px;
}
.paragraph {
margin:0px;
margin-top:2rem;
background-color:#d2ec8e;
color:#000;
padding:0.5rem;
}
.simpleslide2, .simpleslide3 { 
background-color:var(--layoutbgcolor3);
margin-top:80px;
margin-bottom:80px;
}
.simpleslide3 {
 background-color:var(--layoutbgcolor4);
}
.simpleslide2::before,.simpleslide3::before{
background: rgba(0, 0, 0, 0) url("../img/trenner1o.png") no-repeat scroll center bottom / 100% 72px;
content: "";
display: block;
height: 130px;
left: 0;position: absolute;
top: -130px;
width: 100%;
}
.simpleslide2::after, .simpleslide3::after  {
background: rgba(0, 0, 0, 0) url("../img/trenner1u.png") no-repeat scroll center top / 100% 72px;
content: "";
display: block;
height: 72px;
left: 0;
position: absolute;
bottom: -72px;
width: 100%;
}
.simpleslide3::before{
height: 72px;
top: -82px;
background: rgba(0, 0, 0, 0) url("../img/trenner3u.png") repeat scroll center top;
}
.simpleslide3::after  {
height: 72px;
bottom: -82px;
background: rgba(0, 0, 0, 0) url("../img/trenner3o.png") repeat scroll center bottom;
}
.nomargintop {
margin-top:0px;
}
.contacticon {
max-width:150px;
}
#pagetop {
 width:100%;
 top:0px;
 left:0px;
 z-index:100;
}
#pagetop.sticky {
 position: sticky;

}
.logowrap {
background-color:var(--layoutbgcolor1);
color:#fff;

}

table {width:100%;}
table th, table td {
padding:0.5rem;	
}
table thead td {
background-color:#ccc;
}

table tbody tr:nth-child(2n) td {
background-color:#eee;
	
}
table tbody .h  td, table tbody tr:nth-child(2n).h  td {
background-color:var(--highlightbgcolor);
color:var(--highlightfgcolor);
}



.right {
text-align:right;
}
.center {
text-align:center;
}

.acctoggler {
color:#fff;

margin:0px;

}
.acctoggler a {
padding:4px;
background-color: var(--layoutbgcolor1);
padding:10px;
padding-left:32px;
font-size:80%;
background-image:url(../img/arrow-right.png);
background-size:32px 32px;
background-position:0px center;
background-repeat:no-repeat;
color:#fff !important;
display:block;
text-decoration:none;
margin:0px;
margin-bottom:5px;
border-radius:2px;
}
.acctoggler a:active, .acctoggler a:focus, .acctoggler a:hover {
background-color:var(--layoutbgcolor2);

}
.accordion .active a {
background-image:url(../img/arrow-down.png);
}

.accontent {
border:1px #ccc solid;
padding:10px;
margin:0px;
}
.offer {
clear:both;
width:100%;
margin-bottom:2%;
text-align:right;
}
.offerhead {
border-top:1px dotted #ccc;
padding-top:10px;
width:100%;
margin:0px;
margin-bottom:1%;
text-align:left;
}
.offertime {
width:15%;
text-align:right;
display:inline-block;
margin:0px;
min-width:80px;

}
.offerprice {
width:15%;
text-align:right;
display:inline-block;
margin:0px;


}
.offerdesc {
text-align:left;
display:inline-block;
clear:both;
float:left;
width:60%;
margin:0px;
}

a, a:visited, a:hover, a:focus, a:active {
color:#000;
}

#logo a {
	display: inline-block;
	position: absolute; 
	width:200px;
	left:var(--defaultmargin);
	top:0px;
	z-index: 100;
}
#logo a span {
	display: inline-block;
}
#logo object, #logo img {
	position: relative; 
	z-index: -1;
	width:100%;
	height:auto;
	background-color:white;
	margin-top:10px;
	border:1px dotted #ccc;
}

.logowrap {
text-align:center;
padding-bottom:50px;
}
img {
border:none;
max-width:100%;
}

.colwrap {
padding:0px;
margin:0px;
}

.clear {
clear:both;
}
.invclear {
clear:both;
height:1px;
overflow:hidden;
}
#prsprite1 {
margin:0px auto;
width:300px;
max-width:100%;
height:300px;
background-image:url(../img/kapelle-sprite.jpg);
background-size:600px 300px;
}
.prsprite1b {
background-position:-300px 0px;
}

#hmenutoggler, #hmenutoggler:visited, #hmenutoggler:hover, #hmenutoggler:focus, #hmenutoggler:active {
color:#fff;
text-decoration:none;
}

#hmenutoggler, #hmenutoggler:visited {
position:absolute;
right:var(--defaultmargin);
top:var(--defaultmargin);
z-index:101;
width:50px;
height:50px;
border:1px dotted #fff;
background-image:url(../img/icon-hmenu.png);
background-repeat:none;
background-size:50px;
background-color:var(--layoutbgcolor1);
}
#hmenutoggler:active, #hmenutoggler:focus, #hmenutoggler:hover  {
background-color:var(--layoutbgcolor2);
}

#hmenu {
position:absolute;
right:10px;
top:60px;
min-width:150px;
max-width:300px;
border:1px solid #ccc;
z-index:150;
}
#hmenu a {
display:block;
padding:8px;
background-color:#fff;
border-bottom:1px solid #ccc;
border-top:none;
text-transform: none;
text-align:left;
font-size:140%;
text-decoration:none;
}
#hmenu a:hover, #hmenu a:active, #hmenu a:focus {
background-color: var(--layoutbgcolor2);
color:#fff;
}


.hmenuinvisible {
display:none;
}


#willkommen {
background-image:url(../img/header-bg_1280.webp);
/*background-attachment:fixed;*/
background-size:cover;
}
#angebot {
padding-bottom:100px;
}



#footer {
background-color:var(--footerbgcolor);
color:var(--footerfgcolor);
padding:10px;
margin:0px;
text-align:right;
}
#footer a {
color:#fff;
}
.highlightbox {
background-color:var(--layoutbgcolor2);
color:#fff;
padding:15px;
padding-bottom:10px;
min-height:350px;
margin-top:20px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.highlightbox a {
color:#fff;
}
.col33-1st .highlightbox {margin-right:10px;}
.col33-2nd .highlightbox {margin-left:5px;margin-right:5px;}
.col33-3rd .highlightbox {margin-left:10px;}

/*special links*/
a.svg {
 position: relative;
 display: inline-block;
 width: 25%;
}
a.svg:after {
content: ""; 
position: absolute;
top: 0;
right: 0;
bottom: 0;
left:0;
}
a.mobile, a.mail {
padding:5px 10px 10px 40px;
background-image:url(../img/icon-phone.png);
background-size:32px 32px;
background-repeat:no-repeat;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border:1px solid #fff;
background-color:var(--layoutbgcolor1);
font-weight:bold;
text-decoration:none;

}
a.mail {
background-image:url(../img/icon-mail.png);
}
a.mobile:hover, a.mobile:focus, a.mobile:active, a.mail:hover, a.mail:focus, a.mail:active {
background-color:#333;
}

.btn {
background-color:var(--layoutbgcolor1);
border:1px solid var(--layoutbgcolor1);
font-weight:bold;
padding:10px;
text-decoration:none;
font-weight:bold;
color:#fff !important;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.btn:hover, .btn:focus, .btn:active {
background-color:#333;
color:#fff;
border:1px solid #ccc;
}




#foto1 {
max-height:400px;
}





.simpleposbox {
position:absolute;
bottom:10px;
margin-right:10px;
z-index:20;
border:1px dotted #ccc;
background-color:#fff;
padding:10px;
}

.simpleslideinner {
	padding:0px 10px;
	min-height:450px;
	position:relative;
}	
.simpleslideinnerthin {
	min-height:100px;
}

.defaultpadding {
padding:10px;
}

.d3 {display:none;}


/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-page {
background-color:#ccc;
display:inline-block;
min-width:30px;
min-height:30px;
margin-right:30px;
margin-top:20px;
border-radius:30px;
-webkit-border-radius:30px;
}
.owl-pagination {
text-align:center;
}
.owl-pagination .active {
background-color:var(--layoutbgcolor2);
}
.owl-pagination .owl-page:hover, .owl-pagination .owl-page:active, .owl-pagination .owl-page:focus {
background-color:#333;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl-prev {
left:0px;
}
.owl-next {
right:0px;
}
.owl-next, .owl-prev {
font-weight:bold;
font-size:150%;
margin:0px;
position:absolute;
top:0%;
z-index:50;
background-color:var(--layoutbgcolor2);
color:#fff;
padding:10px;
}
.slider1item{
background-color: var(--layoutbgcolor2);
padding: 0px 0px;
margin: 0px;
color: #FFF;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
text-align: center;
}
.slider1item .mainsliderimg {
width: 100%;
position:relative;
}
.slideritemtext {
min-height:200px;
background-color:var(--layoutbgcolor2);
color:#fff;
text-align:left;
padding:10px;
}
.slideritemtext a {
color:#fff;
}

/* mouse grab icon */
.grabbing { 
    cursor:url(../img/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

.openingtimes span {
display:inline-block;
min-width:100px;
}
/* The actual timeline (the vertical ruler) */
.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding:2% 1%;
    background-color:#333;
}

/* The actual timeline (the vertical ruler) */
.timeline:after {
    content: '';
    position: absolute;
    width: 4px;
    background-color: white;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -2px;
}

/* Container around content */
.containertime {
	padding:0px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

/* The circles on the timeline */
.containertime:after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -16px;
    background-color:  #fff;
    border: 4px solid var(--layoutbgcolor1);
    top: 19px;
    border-radius: 50%;
    z-index: 1;
}

/* Fix the circle for containers on the right side */
.containertime.timeright:after {
    left: -16px;
}



/* Place the container to the left */
.timeleft {
    left: 0;
}

/* Place the container to the right */
.timeright {
    left: 50%;
}

/* Add arrows to the left container (pointing right) */
.timeleft:before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 35px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.timeright:before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 35px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
}


/* The actual content */
.timecontent {
	padding: 10px 45px;
    position: relative;
}
.timecontentinner {
	padding: 20px 30px;
	border-radius: 6px;	
    background-color: white;	
}

.pp {
	width:100%;
	height:300px !important;
	border-radius:5px;
}
.ppwrap .simpleslideinner {
	max-width:1600px;
}


@media all and (max-width: 768px) {
  .timeline:after {
    left: 31px;
  }
  
  .containertime {
    width: 100%;
	padding-left:0px;
  }

  
  .containertime:before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }
  .containertime.timeright:after {
    left: 15px;
  }

  .containertime:after {
    left: 15px;
  }
  
  .timeright {
    left: 0%;
  }

}

@media all and (max-width: 468px) {
	table {
		font-size:14px;
		line-height:16px;
	}
	table td, table th {
		padding:4px;
	}
  #gdpr-cookie-message p, #gdpr-cookie-message ul {
	   font-size:12px !important;
	   line-height:14px !important;
   }
}


@media all and (max-width: 320px) {
	h1 {
		font-size:16px;
	}
	h2 {
		font-size:14px;
	}
	h3, h4, h5, h6 {
		font-size:12px;
	}
	* {
		hyphens:auto;
	}
	#logo a {
	width:150px;
	}
	table {
		font-size:10px;
		line-height:14px;
	}
	table td, table th {
		padding:0px;
	}

}






@media screen and (min-width : 740px) and (max-width: 870px)  {

	.col33 {
			font-size:88%;
	}
	.openingtimes span {
		min-width:75px;
	}
	.notrelinfo {
		display:none;
	}

}
@media screen and (min-width : 740px)  {
	.pp {
		height:400px  !important;
	}
	
	#hmenutoggler::after {
		content:"Navigation ➟";
		position:relative;
		display:block;
		left:-160px;
		top:0px;
		width:150px;
		font-size:14px;
		text-align:right;
		text-decoration:none !important;
		color:#fff;
	}

	body {
		font-size: 18px;
	}
	#logo a {
		left:50%;
		margin-left:-150px;
		margin-top: 10px;
		width:300px;
		height:100px;
	}
	#logo object, #logo img {
		margin:0px;
	}
	
	.owl-next, .owl-prev {
		top:40%;
	}
	.slideritemtext {
		min-height:150px;
	}
	.simpleslidethin {
	padding-bottom:0px;
	}
	.highlightbox {
	min-height:500px;
	}
	.col50 {
		width:50%;
		display:inline-block;
		float:left;
	}
	.col33 {
		width:33%;
		float:left;
		display:inline-block;
	}
	.col66 {
		width:66%;
		float:left;
		display:inline-block;
	}
	.coll33-1st {}
	.coll33-2nd {}
	.coll33-3rd {}
	
	.simpleslideinner {
		max-width:960px;
		margin:0 auto;
	}


	#prsprite1 {
		position:absolute;
		right:0px;
		bottom:0px;
		z-index:10;
	}
	.simpletextbox {
		max-width:350px;
		position:relative;
		z-index:20;
	}
	.simpleposbox {
		max-width:350px;
		position:absolute;
		bottom:10px;
		right:10px;
		z-index:20;
		border:1px dotted #ccc;
		background-color:#fff;
		padding:10px;
	}
} 
@media screen and (min-width : 992px)  {
	.pp {
		height:500px  !important;
	}
	#willkommen {
		background-image:url(../img/header-bg_1920.webp);
	}
}	
/* Cookie Dialog */
#gdpr-cookie-message {
    position: fixed;
    left: 30px;
    bottom: 30px;
    max-width: 375px;
    background-color: #444;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgba(0,0,0,0.25);
    margin-left: 30px;
	z-index:200;
    font-family: system-ui;
}
#gdpr-cookie-message h4,#gdpr-cookie-message h3,#gdpr-cookie-message h2 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message h5 {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
    color: white;
    font-size: 15px;
    line-height: 1.5em;
}
#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: right;
}
#gdpr-cookie-message li {
    width: 100%;
    display: inline-block;
}
#gdpr-cookie-message a {
    color: var(--layoutfgcolor1);
    text-decoration: none;
    font-size: 15px;
    padding-bottom: 2px;
    border-bottom: 1px dotted rgba(255,255,255,0.75);
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
    color: white;
    border-bottom-color: var(--layoutbgcolor1);
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button,
button#ihavecookiesBtn {
    border: none;
    background: var(--layoutbgcolor1);
    color: white;
    font-size: 15px;
    padding: 7px;
    border-radius: 3px;
    margin-left: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in;
	margin-bottom:10px;
}
#gdpr-cookie-message button:hover {
    background: white;
    color: var(--layoutbgcolor1);
    transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
    background: white;
    color: var(--layoutbgcolor1);
}
#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}



/* Pannellum 2.5.6, https://github.com/mpetroff/pannellum */
.pnlm-container{margin:0;padding:0;overflow:hidden;position:relative;cursor:default;width:100%;height:100%;font-family:Helvetica,"Nimbus Sans L","Liberation Sans",Arial,sans-serif;background:#f4f4f4 url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2267%22%20height%3D%22100%22%20viewBox%3D%220%200%2067%20100%22%3E%0A%3Cpath%20stroke%3D%22%23ccc%22%20fill%3D%22none%22%20d%3D%22M33.5%2C50%2C0%2C63%2C33.5%2C75%2C67%2C63%2C33.5%2C50m-33.5-50%2C67%2C25m-0.5%2C0%2C0%2C75m-66.5-75%2C67-25m-33.5%2C75%2C0%2C25m0-100%2C0%2C50%22%2F%3E%0A%3C%2Fsvg%3E%0A') repeat;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-o-user-select:none;-ms-user-select:none;user-select:none;outline:0;line-height:1.4;contain:content}.pnlm-container *{box-sizing:content-box}.pnlm-ui{position:absolute;width:100%;height:100%;z-index:1}.pnlm-grab{cursor:grab;cursor:url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2226%22%20width%3D%2226%22%3E%0A%3Cpath%20stroke%3D%22%23000%22%20stroke-width%3D%221px%22%20fill%3D%22%23fff%22%20d%3D%22m15.3%2020.5s6.38-6.73%204.64-8.24-3.47%201.01-3.47%201.01%203.61-5.72%201.41-6.49c-2.2-0.769-3.33%204.36-3.33%204.36s0.873-5.76-1.06-5.76-1.58%205.39-1.58%205.39-0.574-4.59-2.18-4.12c-1.61%200.468-0.572%205.51-0.572%205.51s-1.58-4.89-2.93-3.79c-1.35%201.11%200.258%205.25%200.572%206.62%200.836%202.43%202.03%202.94%202.17%205.55%22%2F%3E%0A%3C%2Fsvg%3E%0A') 12 8,default}.pnlm-grabbing{cursor:grabbing;cursor:url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2226%22%20width%3D%2226%22%3E%0A%3Cpath%20stroke%3D%22%23000%22%20stroke-width%3D%221px%22%20fill%3D%22%23fff%22%20d%3D%22m15.3%2020.5s5.07-5.29%203.77-6.74c-1.31-1.45-2.53%200.14-2.53%200.14s2.74-3.29%200.535-4.06c-2.2-0.769-2.52%201.3-2.52%201.3s0.81-2.13-1.12-2.13-1.52%201.77-1.52%201.77-0.261-1.59-1.87-1.12c-1.61%200.468-0.874%202.17-0.874%202.17s-0.651-1.55-2-0.445c-1.35%201.11-0.68%202.25-0.365%203.62%200.836%202.43%202.03%202.94%202.17%205.55%22%2F%3E%0A%3C%2Fsvg%3E%0A') 12 8,default}.pnlm-sprite{background-image:url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%22208%22%3E%0A%3Ccircle%20fill-opacity%3D%22.78%22%20cy%3D%22117%22%20cx%3D%2213%22%20r%3D%2211%22%20fill%3D%22%23fff%22%2F%3E%0A%3Ccircle%20fill-opacity%3D%22.78%22%20cy%3D%22143%22%20cx%3D%2213%22%20r%3D%2211%22%20fill%3D%22%23fff%22%2F%3E%0A%3Ccircle%20cy%3D%22169%22%20cx%3D%2213%22%20r%3D%227%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%2F%3E%0A%3Ccircle%20cy%3D%22195%22%20cx%3D%2213%22%20r%3D%227%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%2F%3E%0A%3Ccircle%20cx%3D%2213%22%20cy%3D%22195%22%20r%3D%222.5%22%2F%3E%0A%3Cpath%20d%3D%22m5%2083v6h2v-4h4v-2zm10%200v2h4v4h2v-6zm-5%205v6h6v-6zm-5%205v6h6v-2h-4v-4zm14%200v4h-4v2h6v-6z%22%2F%3E%0A%3Cpath%20d%3D%22m13%20110a7%207%200%200%200%20-7%207%207%207%200%200%200%207%207%207%207%200%200%200%207%20-7%207%207%200%200%200%20-7%20-7zm-1%203h2v2h-2zm0%203h2v5h-2z%22%2F%3E%0A%3Cpath%20d%3D%22m5%2057v6h2v-4h4v-2zm10%200v2h4v4h2v-6zm-10%2010v6h6v-2h-4v-4zm14%200v4h-4v2h6v-6z%22%2F%3E%0A%3Cpath%20d%3D%22m17%2038v2h-8v-2z%22%2F%3E%0A%3Cpath%20d%3D%22m12%209v3h-3v2h3v3h2v-3h3v-2h-3v-3z%22%2F%3E%0A%3Cpath%20d%3D%22m13%20136-6.125%206.125h4.375v7.875h3.5v-7.875h4.375z%22%2F%3E%0A%3Cpath%20d%3D%22m10.428%20173.33v-5.77l5-2.89v5.77zm1-1.73%203-1.73-3.001-1.74z%22%2F%3E%0A%3C%2Fsvg%3E%0A')}.pnlm-container:-moz-full-screen{height:100%!important;width:100%!important;position:static!important}.pnlm-container:-webkit-full-screen{height:100%!important;width:100%!important;position:static!important}.pnlm-container:-ms-fullscreen{height:100%!important;width:100%!important;position:static!important}.pnlm-container:fullscreen{height:100%!important;width:100%!important;position:static!important}.pnlm-render-container{cursor:inherit;position:absolute;height:100%;width:100%}.pnlm-controls{margin-top:4px;background-color:#fff;border:1px solid #999;border-color:rgba(0,0,0,0.4);border-radius:3px;cursor:pointer;z-index:2;-webkit-transform:translateZ(9999px);transform:translateZ(9999px)}.pnlm-control:hover{background-color:#f8f8f8}.pnlm-controls-container{position:absolute;top:0;left:4px;z-index:1}.pnlm-zoom-controls{width:26px;height:52px}.pnlm-zoom-in{width:100%;height:50%;position:absolute;top:0;border-radius:3px 3px 0 0}.pnlm-zoom-out{width:100%;height:50%;position:absolute;bottom:0;background-position:0 -26px;border-top:1px solid #ddd;border-top-color:rgba(0,0,0,0.10);border-radius:0 0 3px 3px}.pnlm-fullscreen-toggle-button,.pnlm-orientation-button,.pnlm-hot-spot-debug-indicator{width:26px;height:26px}.pnlm-hot-spot-debug-indicator{position:absolute;top:50%;left:50%;width:26px;height:26px;margin:-13px 0 0 -13px;background-color:rgba(255,255,255,0.5);border-radius:13px;display:none}.pnlm-orientation-button-inactive{background-position:0 -156px}.pnlm-orientation-button-active{background-position:0 -182px}.pnlm-fullscreen-toggle-button-inactive{background-position:0 -52px}.pnlm-fullscreen-toggle-button-active{background-position:0 -78px}.pnlm-panorama-info{position:absolute;bottom:4px;background-color:rgba(0,0,0,0.7);border-radius:0 3px 3px 0;padding-right:10px;color:#fff;text-align:left;display:none;z-index:2;-webkit-transform:translateZ(9999px);transform:translateZ(9999px)}.pnlm-title-box{position:relative;font-size:20px;display:table;padding-left:5px;margin-bottom:3px}.pnlm-author-box{position:relative;font-size:12px;display:table;padding-left:5px}.pnlm-load-box{position:absolute;top:50%;left:50%;width:200px;height:150px;margin:-75px 0 0 -100px;background-color:rgba(0,0,0,0.7);border-radius:3px;text-align:center;font-size:20px;display:none;color:#fff}.pnlm-load-box p{margin:20px 0}.pnlm-lbox{position:absolute;top:50%;left:50%;width:20px;height:20px;margin:-10px 0 0 -10px;display:none}.pnlm-loading{animation-duration:1.5s;-webkit-animation-duration:1.5s;animation-name:pnlm-mv;-webkit-animation-name:pnlm-mv;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;animation-timing-function:linear;-webkit-animation-timing-function:linear;height:10px;width:10px;background-color:#fff;position:relative}@keyframes pnlm-mv{from{left:0;top:0}25%{left:10px;top:0}50%{left:10px;top:10px}75%{left:0;top:10px}to{left:0;top:0}}@-webkit-keyframes pnlm-mv{from{left:0;top:0}25%{left:10px;top:0}50%{left:10px;top:10px}75%{left:0;top:10px}to{left:0;top:0}}.pnlm-load-button{position:absolute;top:50%;left:50%;width:200px;height:100px;margin:-50px 0 0 -100px;background-color:rgba(0,0,0,.7);border-radius:3px;text-align:center;font-size:20px;display:table;color:#fff;cursor:pointer}.pnlm-load-button:hover{background-color:rgba(0,0,0,.8)}.pnlm-load-button p{display:table-cell;vertical-align:middle}.pnlm-info-box{font-size:15px;position:absolute;top:50%;left:50%;width:200px;height:150px;margin:-75px 0 0 -100px;background-color:#000;border-radius:3px;display:table;text-align:center;color:#fff;table-layout:fixed}.pnlm-info-box a,.pnlm-author-box a{color:#fff;word-wrap:break-word;overflow-wrap:break-word}.pnlm-info-box p{display:table-cell;vertical-align:middle;padding:0 5px 0 5px}.pnlm-error-msg{display:none}.pnlm-about-msg{font-size:11px;line-height:11px;color:#fff;padding:5px 8px 5px 8px;background:rgba(0,0,0,0.7);border-radius:3px;position:absolute;top:50px;left:50px;display:none;opacity:0;-moz-transition:opacity .3s ease-in-out;-webkit-transition:opacity .3s ease-in-out;-o-transition:opacity .3s ease-in-out;-ms-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;z-index:1}.pnlm-about-msg a:link,.pnlm-about-msg a:visited{color:#fff}.pnlm-about-msg a:hover,.pnlm-about-msg a:active{color:#eee}.pnlm-hotspot-base{position:absolute;visibility:hidden;cursor:default;vertical-align:middle;top:0;z-index:1}.pnlm-hotspot{height:26px;width:26px;border-radius:13px}.pnlm-hotspot:hover{background-color:rgba(255,255,255,0.2)}.pnlm-hotspot.pnlm-info{background-position:0 -104px}.pnlm-hotspot.pnlm-scene{background-position:0 -130px}div.pnlm-tooltip span{visibility:hidden;position:absolute;border-radius:3px;background-color:rgba(0,0,0,0.7);color:#fff;text-align:center;max-width:200px;padding:5px 10px;margin-left:-220px;cursor:default}div.pnlm-tooltip:hover span{visibility:visible}div.pnlm-tooltip:hover span:after{content:'';position:absolute;width:0;height:0;border-width:10px;border-style:solid;border-color:rgba(0,0,0,0.7) transparent transparent transparent;bottom:-20px;left:-10px;margin:0 50%}.pnlm-compass{position:absolute;width:50px;height:50px;right:4px;bottom:4px;border-radius:25px;background-image:url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2250%22%20width%3D%2250%22%3E%0A%3Cpath%20d%3D%22m24.5078%206-3.2578%2018h7.5l-3.25781-18h-0.984376zm-3.2578%2020%203.2578%2018h0.9844l3.2578-18h-7.5zm1.19531%200.9941h5.10938l-2.5547%2014.1075-2.5547-14.1075z%22%2F%3E%0A%3C%2Fsvg%3E%0A');cursor:default;display:none}.pnlm-world{position:absolute;left:50%;top:50%}.pnlm-face{position:absolute;-webkit-transform-origin:0 0;transform-origin:0 0}.pnlm-dragfix,.pnlm-preview-img{position:absolute;height:100%;width:100%}.pnlm-preview-img{background-size:cover;background-position:center}.pnlm-lbar{width:150px;margin:0 auto;border:#fff 1px solid;height:6px}.pnlm-lbar-fill{background:#fff;height:100%;width:0}.pnlm-lmsg{font-size:12px}.pnlm-fade-img{position:absolute;top:0;left:0}.pnlm-pointer{cursor:pointer}


@media print {
	#pagetop.sticky {
		position: static !important;
	}
	#logo a {
		left:0px;
		top:0px;
		margin:0px;
		position: static;
	}
	#logo a object {
		width:300px;
		height:100px;
		position: static;
				
	}
	.simpleslideinner {
		min-height:300px;
	}
	.owl-carousel .owl-item {
		float:none;
		max-width:600px;
	}

	#gdpr-cookie-message, #panorama, .owl-next, .owl-prev {
		display:none !important;
	}
	.highlightbox, .btn, .slideritemtext, .videocontainer, .videoreplacementcontainer{
		color:#000 !important;
		background-color: #fff !important;
	}
	.logowrap {
		padding:0px;
	}
	#logo object, #logo img {
		border:none;
	}
}