
/* check print mode */
.print-mode {
	display: none;
}
@media print {
.print-mode {
	display: block;
}
}


::selection {
	background: #D3B27F;
	color: #000;
}
::-moz-selection {
 background: #D3B27F;
 color:#000;
}
::-webkit-selection {
 background: #D3B27F;
 color:#000;
}
*::-moz-selection {
 background: #D3B27F;
 color:#000;
}
input[type='number'] {
	-moz-appearance: textfield;
}
 input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
 -webkit-appearance: none !important;
 margin: 0;
}
a:link {
	-webkit-tap-highlight-color: rgba(0,0,0,.25);
	text-decoration: none;
}
/* RTE Styles */
.text-small {
	font-size: 80%;
}
.text-big {
	font-size: 125%;
}
.text-big .button {
	padding: 7px;
	margin: 5px;
}
.align-center {
	text-align: center;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-justify {
	text-align: justify;
}
span.no-break {
	display: inline-block;
}
/* Text styles */
b, strong {
	font-weight: 600;
}
em, i {
	font-style: italic;
}
a {
	text-decoration: none;
	color: #D2B27F;
}
a:hover {
	color: #B94454;
}
/* Headers */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	line-height: 1.1;
	font-weight: 300;
	text-transform: uppercase;
}
h1 {
	font-size: 300%;
	margin: 0 0 .5em 0;
}
h2 {
	font-size: 250%;
	margin: 0 0 .35em 0;
}
h3 {
	font-size: 200%;
	margin: 0 0 .35em 0;
}
h4 {
	font-size: 175%;
	margin: 0 0 .35em 0;
}
h5 {
	font-size: 150%;
	margin: 0 0 .35em 0;
}
h6 {
	font-size: 125%;
	margin: 0 0 0.35em 0;
}
/* Elements */
section {
	position: relative;
}
section:after, .csc-default {
	content: '';
	display: block;
	clear: both;
}
.content {
	overflow: hidden;
}
p, address, blockquote, table {
	margin: 0 0 20px 0;
}
small, aside, figcaption {
	font-size: 75%;
}
figcaption {
	text-align: center;
}
.image-row:last-child{
	margin-bottom:0;
}
/*.csc-textpic-caption-c {
	text-align: center;
}
.csc-textpic-caption-r {
	text-align: right;
}*/
ul, ol {
	margin: 0 0 20px 0;
	padding: 0 0 0 25px;
}
ul.align-center, ol.align-center {
	list-style-position: inside;
	padding: 0;
}
ul > li, ol > li {
	margin-bottom: .25em;
}
ul ul, ol ol, ul ol, ol ul {
	margin: .25em 0 .5em 0;
}
ol ol {
	list-style: lower-alpha;
}
ul.no-style, ul.inline {
	list-style: none;
	padding: 0;
}
ul.inline li {
	display: inline-block;
}
ul.checklist {
	list-style: none;
}
ul.checklist li {
	position: relative;
}
address {
	font-style: normal;
}
blockquote {
	font-family: 'Libre Baskerville', serif;
	font-style: italic;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child, address:last-child, blockquote:last-child, ul:last-child, ol:last-child, figure:last-child, table:last-child {
	margin-bottom: 0 !important;
}
hr {
	margin: 18px 0 20px 0;
	border: 0;
	border-top: 2px solid rgba(0,0,0,.05);
	display: block;
	clear: both;
}

/* File links */
ul.csc-uploads {
  margin: 0;
}
ul.csc-uploads li {
  display: table;
  width: 100%;
	margin:0;
	padding:10px 70px 10px 10px;
	position:relative;
}
ul.csc-uploads li > a, ul.csc-uploads li > span {
	display:table-cell;
	vertical-align:middle;
}
ul.csc-uploads li > a {
	width:100px;
}
ul.csc-uploads img {
  border: 2px solid #756E6B;
	background-color:#fff;
}
ul.csc-uploads li:nth-child(odd) {
	background-color:rgba(0,0,0,.05);
}
ul.csc-uploads li:hover {
	background-color:rgba(0,0,0,.1);
}
ul.csc-uploads li:after {
	font-family: 'icomoon';
	content:'\e60f';
	display:block;
	position:absolute;
	right:15px;
	top:calc(50% - 15px);
	color:rgba(0,0,0,.05);
}
/* Tables */
table {
	width: 100%;
}
thead tr {
}
th {
}
td {
}
.table-bordered td, .table-bordered th {
}
.table-hover tr:hover td, .table-hover tr:hover th {
	background-color: rgba(0,0,0,.1);
}
.table-small {
	font-size: 75%;
}
.table-small th {
}
.table-small td {
}
/* Buttons */
.button {
	display: inline-block;
	padding: 5px;
	background: rgba(0,0,0,.25);
	color: #fff;
	margin: 3px;
	text-align: center;
}
.button-red {
	display: inline-block;
	padding: 8px 12px;
	background: #BB4456;
	color: #fff;
	text-transform: uppercase;
}

.button-green {
	display: inline-block;
	padding: 8px 12px;
	background: #129a76;
	color: #fff;
	text-transform: uppercase;
}

.button-gold {
	display: inline-block;
	padding: 8px 12px;
	background: #D4B37F;
	color: #fff;
	text-transform: uppercase;
}
.button-grey {
	display: inline-block;
	padding: 8px 12px;
	background: #756E6B;
	color: #fff;
	text-transform: uppercase;
}
.button-blue {
	display: inline-block;
	padding: 8px 12px;
	background: #00a1b6;
	color: #fff;
	text-transform: uppercase;
}

.button:hover,
.button-red:hover,
.button-gold:hover,
.button-grey:hover,
.button-green:hover,
.button-blue:hover{
	color:#fff !important;
}

.button-white {
	display: inline-block;
	padding: 8px 12px;
	background: #fff;
	color: #D4B37F;
	text-transform: uppercase;
	border: 1px solid #D4B37F;
	transition: color 0.5s ease;
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	transition: background-color 0.5s ease;
}
.button-white:hover {
	background: #D4B37F;
	color: #fff;
}
.button-red i, .button-gold i, .button-grey i, .button-white i, .button-green i , .button-blue i{
	margin-left: 25px;
	font-size: 80%;
}
.button-red.back i, .button-gold.back i, .button-grey.back i, .button-white.back i, .button-green {
	margin-left: 0;
	margin-right: 25px;
}
#box-buttons .button-red, #box-buttons .button-gold, #box-buttons .button-green, #box-buttons .button-blue {
	margin-right: 10px;
	font-size:1.15em;
}
.od-buttons .back {
    background: none;
    border: 1px solid;
    font-size:1em;
}
.od-buttons .back i{
	margin-left: 2px;
	margin-right: 6px;
}
.thumbnail img {
	border:3px solid #B7B2AE;
}
/* Content elements */
#section-eye-catcher .content-element {
	min-height: 85px;
}
#section-content .standard-content, #section-bottom-contact .standard-content {
	padding-bottom: 50px;
}
#section-content .info-content {
	padding-top: 30px;
	padding-bottom: 30px;
}
#imprint h2,#privacy h2,#section-content .standard-content h1, #section-content .standard-content h2, #section-content .standard-content h3, #section-content .standard-content h4, #section-content .standard-content h5, #section-content .standard-content h6, #section-bottom-contact .standard-content, #section-content .info-content h1, #section-content .info-content h2, #section-content .info-content h3, #section-content .info-content h4, #section-content .info-content h5, #section-content .info-content h6 {
	color: #D2B27F;
}
#imprint,#privacy{
	width:100%;
	max-width:800px;
	margin:0 auto;
}
#imprint p, #privacy p{
	margin:0;
}
#imprint h4,#privacy h4{
	color:#D2B27F;
}
.standard-content .icon-trennung {
	display: block;
	text-align: center;
	font-size: 70%;
	margin: 30px 0 45px 0;
	color: #D2B27F;
}
.icon-trennung:first-child{
	display:none;
}
.standard-content header {
	margin-bottom: 50px;
}
.standard-content header h2:nth-child(2), .standard-content header h3:nth-child(2), .standard-content header h4:nth-child(2) {
	font-size: 100%;
	font-weight: 700;
}
/* Textpic*/
.csc-header, .csc-textpic-above .csc-textpic-imagewrap {
	margin-bottom: 15px;
}
.csc-header:last-child, .csc-textpic-above .csc-textpic-imagewrap:last-child {
	margin-bottom: 0;
}
.csc-textpic-below .csc-textpic-text {
	margin-bottom: 30px;
}
.csc-textpic-above .csc-textpic-text {
	margin-top: 15px;
}
.csc-textpic-below .csc-textpic-text:last-child {
	margin-bottom: 0;
}
/*.standard-content .csc-textpic-intext-left .csc-textpic-text, .standard-content .csc-textpic-intext-right .csc-textpic-text {
	overflow: hidden;
}*/
/* Top Logo */
#box-logo div.csc-textpic-left .csc-textpic-imagewrap {
	/*float: right;*/
}
#box-logo{
	margin-left:44px;
}
/* Top Contact */
#box-top-contact p {
	display: inline-block;
	margin: 0 10px;
}
#box-top-contact p i {
	color: #B7B2AE;
	margin-right: 5px;
	font-size: 16px;
}
#box-top-contact-mobile p {
	display: inline-block;
	margin: 0 5px 0 0;
}
#box-top-contact-mobile p i {
	color: rgb(212,179,127);
	font-size: 16px;
	line-height: 35px;
}
#box-top-contact-mobile p a {
	display: block;
	width: 35px;
	height: 35px;
	text-align: center;
	background-color: rgba(212,179,127,.3);
}
#box-toggle img {
	background-color: rgba(117,110,107,.25);
}
#section-social-ngv .col-1 {
	border-right: 1px solid #E9E8E7;
	border-left: 1px solid #E9E8E7;
}
#section-social-ngv .col-2 {
	border-right: 1px solid #E9E8E7;
}
/* Brandnamic Logo */
#box-credits p i {
}
#box-credits p i:before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(../images/icons-symbols-logos/logo-bnamic-mini.svg);
	vertical-align: text-top;
	margin-left: 3px;
}
/* Big Icons */
#section-social-ngv img {
	background-color: #B7B2AE;
}
#section-social-ngv img:hover {
	background-color: #BB4456;
}
/* Google Map */

#section-bottom-contact .container-fluid {
/*padding-left:0;
	padding-right:0;	*/
}

#section-bottom-contact .tx-go-maps-ext {
	height: 225px;
	overflow: hidden;
	position: relative;
	-webkit-transition: height 0.5s ease;
	-moz-transition: height 0.5s ease;
	transition: height 0.5s ease;
}
#section-bottom-contact .tx-go-maps-ext.opened {
	height: 450px;
}
#section-bottom-contact .tx-go-maps-ext .gme-map {
	position:absolute !important;
	width:100% !important;
	bottom:-50% !important;
	-webkit-transition: bottom 0.5s ease;
	-moz-transition: bottom 0.5s ease;
	transition: bottom 0.5s ease;
}
#section-bottom-contact .tx-go-maps-ext.opened .gme-map {
	bottom:0 !important;
}

#row-widgets div a img{
	margin: 0 auto;
}
#row-widgets div {
	margin-bottom:30px;
}


#section-bottom-contact .tx-go-maps-ext .button-map {
	display: block;
	font-size: 125%;
	text-transform: uppercase;
	color: #fff;
	background-color: #D3B27F;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 240px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -120px;
	cursor: pointer;
}
#section-bottom-contact .tx-go-maps-ext .button-map:before {
	content: 'Karte';
	font-weight: 700;
}
#section-bottom-contact .tx-go-maps-ext .button-map:after {
	content: ' öffnen';
}
#section-bottom-contact .tx-go-maps-ext.opened .button-map:after {
	content: ' schließen';
	font-weight: 400;
}
.language-1 #section-bottom-contact .tx-go-maps-ext .button-map:before {
	content: 'Apri';
	font-weight: 400;
}
.language-1 #section-bottom-contact .tx-go-maps-ext.opened .button-map:before {
	content: 'Chiudi';
	font-weight: 400;
}
.language-1 #section-bottom-contact .tx-go-maps-ext .button-map:after {
	content: ' mappa';
	font-weight: 700;
}
.language-2 #section-bottom-contact .tx-go-maps-ext .button-map:before {
	content: 'Open';
	font-weight: 400;
}
.language-2 #section-bottom-contact .tx-go-maps-ext.opened .button-map:before {
	content: 'Close';
	font-weight: 400;
}
.language-2 #section-bottom-contact .tx-go-maps-ext .button-map:after {
	content: ' map';
	font-weight: 700;
}


#hotel-reviews .csc-textpic-imagerow:first-child {
	margin-bottom:15px;
}
#row-hotel-reviews a img {
	margin:0 auto;
}
#row-hotel-reviews #hotel-review-2 .csc-textpic-imagerow.csc-textpic-imagerow-last {
	text-align: center;
}
#row-hotel-reviews #hotel-review-2 .csc-textpic-imagerow.csc-textpic-imagerow-last .csc-textpic-imagecolumn.csc-textpic-firstcol.csc-textpic-lastcol {
	float: none;
	text-align: center;
}
#row-hotel-reviews #hotel-review-2 .csc-textpic-imagerow.csc-textpic-imagerow-last .csc-textpic-imagecolumn.csc-textpic-firstcol.csc-textpic-lastcol .csc-textpic-image.csc-textpic-last {
	display: inline-block;
	margin-left: 25px;
}
#row-hotel-reviews {
	padding-top: 4vw;
}
#row-hotel-reviews #hotel-review-2 {
	margin-top: -4vw;
}
/* Weather */
#box-weather .weather {
	height: 40px;
	line-height: 40px;
	display:inline-block;
}
.weather-symbol {
	font-size: 30px;
	display: block;
}
.weather table {
	width: auto;
}


/* News list homepage */
.news-list {
	height:600px;
	overflow:hidden;
}
.news-list-item {
	width:100%;
	height:600px;
}
.news-list-item > div {
  float: left;
  width: 50%;
  height: 100%;
}
.nlt-image {
  display: table;
  background-size: cover;
  background-position: 50% 50%;
	background-color:#756E6B;
}
.nlt-image > div {
	display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 20px 30px;
	color:#fff;
}
.nlt-text {
	background-color:#D4B37F;
	color:#fff;
	display:table;
}
.nlt-text > div {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 20px 30px;
	
}
.nlt-text h3 {
	font-size:250%;
}
.nlt-text .news-list-date {
	font-size:125%;
	font-weight:700;
	margin-bottom:40px;
}
.nlt-text .button-grey {
	margin-top:40px;
}
.nl-carousel .owl-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -15px;
}
.nl-carousel .owl-nav div {
  font-size: 50%;
  background: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
}
.nl-carousel .owl-nav .owl-prev {
  float: left;
  margin-left: 30px;
}
.nl-carousel .owl-nav .owl-next {
  float: right;
  margin-right: 30px;
}
.nl-carousel .owl-nav div:before {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-family: 'icomoon';
  text-align: center;
  color: #756E6B;
}
.nl-carousel .owl-nav .owl-prev:before {
  content: "\e60b";
}
.nl-carousel .owl-nav .owl-next:before {
  content: "\e60a";
}
.nl-carousel .owl-nav div:hover {
	background-color: rgba(117,110,107,.7)
}
.nl-carousel .owl-nav div:hover:before {
	color: #fff;
}

/* Events list in topic slider */

.ts-3 .ts-content {
	display:block;
}
.ts-events-list, .ts-3 .content-element, .ts-3 .content-element .csc-default {
	height:100%;
	display:block;
}
.ts-events-list .owl-stage-outer, .ts-events-list .owl-stage, .ts-events-list .owl-item {
	height:100%;
}
.ts-events-list .owl-item {
	display:table;
}
.ts-events-list .events-list-item {
	  display: table-cell;
  vertical-align: middle;
}
.ts-events-list .owl-controls {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 20px;
}
.ts-events-list .owl-dots {
  width: 100%;
  text-align: center;
}
.ts-events-list .owl-dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(255,255,255,.3);
}
.ts-events-list .owl-dot.active {
  background-color: #fff;
}
.ts-events-list .elt-text {
	 text-align: center;
  padding: 20px 30px;
}
.ts-events-list .elt-text h3 {
  font-weight: 300;
  color: #D3B27F;
}
.ts-events-list .elt-text p {
  font-size: 100% !important;
  color: #fff !important;
  font-weight: 300;
}
.ts-events-list .events-list-description {
		margin-bottom:40px;
}
.ts-events-list .events-list-description ul {
	list-style-position: inside;
}

/* FB-Login */
.fb-btn {
	display: inline-block;
	width: 160px;
	height: 160px;
	background-size:480px 320px;
	cursor:pointer;
	text-indent:-9999px;
}
.fb-btn.login {
	background-image: url(../images/icons-symbols-logos/fb-login.png);
}
.fb-btn.logout {
	background-image: url(../images/icons-symbols-logos/fb-logout.png);
}
.fb-btn.login, .fb-btn.logout {
	background-position:left top;
}

.language-1 .fb-btn.login, .language-1 .fb-btn.logout {
	background-position:-160px top;
}
.language-2 .fb-btn.login, .language-2 .fb-btn.logout {
	background-position:-320px top;
}
.fb-btn.login:hover, .fb-btn.logout:hover {
	background-position:left -160px;
}
.language-1 .fb-btn.login:hover, .language-1 .fb-btn.logout:hover {
	background-position:-160px -160px;
}
.language-2 .fb-btn.login:hover, .language-2 .fb-btn.logout:hover {
	background-position:-320px -160px;
}

.fb-on .fb-btn.login, .fb-btn.logout  {
	display:none;
}
.fb-on .fb-btn.logout, .fb-btn.login  {
	display:block;
}

/* News & events list */
.ne-list-item {
		display:block;
		margin-bottom:60px;
		height: 600px;
}
.ne-list-item:last-child {
		margin-bottom:0;
}
.ne-list-item > div {
	float: left;
	width: 50%;
	height:100%;
}
.ne-image {
	display: table;
	background-size: cover;
  background-position: 50% 50%;
	  background-color: #D4B37F;
}
.ne-image > div {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 20px 30px;
  color: #fff;
}
.ne-text {
	color: #fff;
	display: table;
	background-color: #756E6B;
}
.ne-text > div {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 20px 30px;
}
.ne-text h3 {
	font-weight: 300;
	color: #D3B27F;
}
.ne-list-date {
	color: #D3B27F;
	font-weight: 700;
	margin-bottom: 40px;
}
.ne-subheader {
	margin-bottom: 40px;
}


/*HeaderVideo*/
#headerVideo {
	position: absolute;
	z-index: 0;
	top: 0px;
	left: 0px;
	min-width: 100%;
	height: 100%;
	width: auto;
}

.ecs-item .play{
	top: 50%;
	position: absolute;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
	display: block;
	width: 0;
	height: 0;
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 50px solid #fff;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.ecs-item .play:hover{
	cursor: pointer;
}

@media (max-width: 767px){
	#headerVideo {
		max-height: 240px;
	}
}