body{ 
	font-family: 'Lato'; 
		font-style: normal;
			font-style: normal;
			font-weight: normal;
			font-size: 16px;
			line-height: 22px;
			color: #666666;
	background: #f8f5ca url("../img/bg.jpg") bottom center no-repeat;
}

.titlebar-title h4 {
	display: none;
}

.right-sidebar-wrapper #text-10 .textwidget a.btn.anfrage {
	min-width: 170px !important;
}

.bookingoffercontainer input.hasDatepicker {
  background: url("../img/ico_cal.png") no-repeat scroll right center transparent !important;
  box-sizing: border-box;
  line-height: 1.9em;
  border-color: black;
  text-shadow: none;
  box-shadow: none;
  padding: 6px 10px;
  width: 140px;
}

.bookingoffercontainer .row {
  margin-bottom: 30px;
}

.bookingoffercontainer .column {
  margin-bottom: 0;
}

#ui-datepicker-div {
  z-index: 50;
  width: 320px;
  background: white;
}

.select-box select {
  border-radius: 0;
}

.logolinks .logo {
  display: inline-block;
  margin-right: 14px;
  -webkit-transition: 300ms;
}

.logolinks .logo1 {
  background: url('../img/footerlogosprite_new.png');
  background-position: 0 2px;
  width: 84px;
  height: 41px;
}

.logolinks .logo1:hover {
  background-position: 0 50px;
}

.logolinks .logo2 {
  background: url('../img/footerlogosprite_new.png');
  background-position: -84px 0;
  width: 84px;
  height: 41px;
}

.logolinks .logo2:hover {
	background-position: -84px 50px;
}

.logolinks .logo3 {
  background: url('../img/footerlogosprite_new.png');
  background-position: -172px 0;
  width: 72px;
  height: 41px;
}

.logolinks .logo3:hover {
  background-position: -172px 49px;
}

.logolinks .logo4 {
  background: url('../img/footerlogosprite_new.png');
  background-position: -250px 0;
  width: 78px;
  height: 41px;
}

.logolinks .logo4:hover {
  background-position: -250px 48px;
}

.logolinks .logo5 {
  background: url('../img/logos-kassegg.png');
  background-position: -445px 0;
  width: 60px;
  height: 41px;
}

.logolinks .logo5:hover {
  background-position: -445px 46px;
}

.logolinks .logo6 {
  background: url('../img/footerlogosprite_new.png');
  background-position: -395px 0;
  width: 42px;
  height: 41px;
}

.logolinks .logo6:hover {
  background-position: -394px 45px;
}

.logolinks .logo7 {
  background: url('../img/logos-kassegg.png');
  background-position: -10px 0;
  width: 46px;
  height: 44px;
}

.logolinks .logo7:hover {
  background-position: -10px 47px;
}

.logolinks .logo8 {
  background: url('../img/logos-kassegg.png');
  background-position: -60px 0;
  width: 46px;
  height: 44px;
}

.logolinks .logo8:hover {
  background-position: -60px 47px;
}

@media only screen and (max-width: 767px) {
  .bookingoffercontainer input.hasDatepicker {
	width: 100%;
	margin-bottom: 6px;
  }

  .logolinks {
	text-align: center;
  }
}




/* new layer slider css after updates - acticon 2019-04-11 */
.ls-wrapper.ls-in-out {
	color: white;
	font-size: 45px !important;
	line-height: 50px !important;
	padding: 15px 15px 15px 50px !important;
	position: absolute;
	top: 50% !important;
	transform: translate(0%, -50%) !important;
	text-align: left;
	left: 0 !important;
	right: 0 !important;
	white-space: pre-wrap !important;
	max-width: 60%;
	min-width: 700px;
	margin: 0 auto !important;
	text-shadow: 0px 0px 20px black;
	font-weight: 100;
	font-family: "Playfair Display", "Georgia", serif;
}

.ls-wrapper.ls-in-out p {
	color: white;
	font-size: 45px !important;
	line-height: 50px !important;
	white-space: normal !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

html body .ls-container p.ls-layer,
#ls-global .ls-container p.ls-layer {
  color: #fff;
  font-family: "Playfair Display", "Georgia", serif;
}





h1,h2,h3,h4,h5,h6, .subscribe_section label, .widget_calendar  caption{ 
	font-family: "Playfair Display", "Georgia", serif; 
}





/*header & menu */

/* temporär auskommentiert (responsive Anpassung)
.header-outer-wrapper {
  position: fixed;
  width: 100%;
  top: 42px;
  background: #FEFCF0;
}

.header-outer-wrapper .header-wrapper .logo-wrapper img {
  padding-top: 16px;
}
.header-right #primary-nav-id {
  padding-top: 12px;
}
.header-outer-wrapper .header-wrapper, .header-outer-wrapper .header-left {
  height: 112px;
}
*/
/*
@import url(https://fonts.googleapis.com/css?family=Tangerine:400,700);
*/

.header-outer-wrapper {
  background: #FEFCF0;
}

.top-bar-outer-wrapper {
  font-weight: bold;
}
.primary-nav.slideMenu >ul >li >a {
  font-size: 18px !important;

}
.primary-nav ul li a:hover {
	color: #D6CA05;
}
.primary-nav ul li.current-menu-item a {
	color: #D6CA05;
}

/*top-bar*/

.top-bar-outer-wrapper {
  background: #FEFCF0;
  color: #8A8A8A;
  font-family: "Playfair Display", "Georgia", serif; 
  font-size: 14px;
  position: fixed;
  z-index: 999;
  width: 100%;
  padding-bottom: 0px;
  padding-top: 0px;
  border-bottom: 1px solid rgba(205, 187, 148, 0.54);
}
.top-bar-outer-wrapper a, .top-bar-contact span span {
  color: #CDBB94;
}
.top-nav ul li a:hover {
  background: rgba(214, 202, 5, 0);
  color: rgb(214, 202, 5);
}
.top-nav.slideMenu ul li a {
  padding: 13px 15px 0px;
}

.top-bar-outer-wrapper a, .top-bar-contact span span {
  color: #00643A;
}
.top-nav ul li a:hover {
  background: rgba(214, 202, 5, 0);
  color: rgb(205, 188, 150);
}



/*slider */

.ls-slide p {
	color: white;
	font-size: 45px !important;
	line-height: 50px !important;
	padding: 15px 15px 15px 50px !important;
	position: absolute;
	top: 50% !important;
	transform: translate(0%, -50%) !important;
	text-align: left;
	left: 0 !important;
	right: 0 !important;
	white-space: pre-wrap !important;
	max-width: 60%;
	min-width: 700px;
	margin: 0 auto !important;
	text-shadow: 0px 0px 20px black;
	font-weight: 100;
	font-family: "Playfair Display", "Georgia", serif; 
}


/* temporär auskommentiert (responsive Anpassung)
.home .slider-outer-wrapper {
  top: 112px;
}
.home .main-outer-wrapper.has-slider {
  margin-top: -40px;
}*/



/*slider-unterseiten*/
/* temporär auskommentiert (responsive Anpassung)
.main-outer-wrapper.has-slider {
  margin-top: 84px;
}
*/

/*header-img*/
/*
.slider-outer-wrapper {
  top: 146px;
}
.main-outer-wrapper.has-titlebar {
  margin-top: 78px;
}
.titlebar-outer-wrapper {
  height: 400px;
}
*/
.titlebar-title .titlebar-decs {
  display: none;
}



/*Kalendar Anzeige*/
.upcoming-events .small-event-data {
  display: none;
}

/*submenu*/
.primary-nav.slideMenu ul li ul li a {
  border-bottom: 1px solid #D9D9D9;
  font-family: "Playfair Display", "Georgia", serif; 
}

/*subheader*/
.titlebar-outer-wrapper {
  height: 400px;
}
.titlebar-title h1 {
  display: none;
}


/*Rooms*/
body {
  line-height: 16px;
}


/*footer*/

#footer {
  background: rgba(190, 167, 122, 0.73);
  color: white;
}

#footer a {
color: rgb(126, 108, 72);
}
.footer-contact {
background: none;
}
element.style {
}
.footer-copyright {
border-top: 1px solid #FFFFFF;
padding-top: 30px;
}
.footer-social li.stay_connected {
display: none;
}

/*Button-Color*/
a.banner-more {
color: rgb(214, 202, 5);
}
input[type="submit"] {
  background-color: #D6CA05;
}
.button.newsletter-button{
  text-shadow: none !important;
  text-align: center;
  box-shadow: none !important;
  color: #fff;
  border: 2px solid #bca474 background-color: #bca474 !important;
  border: 2px solid #bca474;
  border-radius: 2px;
  font-style: normal !important;
}
input.newsletter-button.view-all{
background: #bca474; 
  border: none;
   margin: 0;
  outline-width: 0;
  padding: 8px 22px 10px;
  height: 35px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: none;
}
.newsletter-button.view-all:hover {
  color: #fff !important;
  background-color: #d6ca05 !important;
  border: none;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  line-height: 15px;
}
a.btn.anfrage,
p.btn.anfrage a {
  color: #00643A;
}
a.btn.anfrage:hover,
p.btn.anfrage a:hover {
  color: #ffffff;
}

/*Header-font family*/
.primary-nav.slideMenu >ul >li >a {
  padding: 0px 18px;
  font-size: 16px;
  margin: 0px;
  line-height: 100px;
  font-family: "Playfair Display", "Georgia", serif; 
  font-weight: 300
}




/*Boxen Schrift*/
.banner-title {
  font-size: 16px;
   font-family: lato;
  font-weight: bold;
}

/*Überschrift H3*/
.builder-item-wrapper .builder-item-title {
  font-size: 24px;
	text-transform: none;
  color: #828282;
}

h4 {
  font-size: 24px;
}

h1, h2, h3, h4, h5, .subscribe_section label, .widget_calendar caption {
  font-style: italic;
}

h6 {
  color: #828282;
}
h3 {
  color: #000000;
}
h1 .cpt-title {
  padding-top: 14px;
  margin-bottom: 3px;
  text-transform: none;
  font-size: 16px !important;
}

.page-title-wrapper .page-title {
  margin-bottom: 0px;
  text-transform: none;
  letter-spacing: -0.5px;
}

.cpt-title {
  padding-top: 14px;
  margin-bottom: 3px;
  font-size: 18px;
  font-family: lato;
  text-transform: none;
  font-weight:bold;
}

.widget-container .footer-widgettitle, .footer-sidebar .widgettitle {
  color: #fff;
  font-size: 22px;
  text-transform: none;
  padding-bottom: 0px;
  margin-bottom: 18px;
}

.page-title-wrapper .page-title {
  font-weight: bold;
}


/*Schrift Newsletter*/
.subscribe_section label {
  font-size: 22px;
  margin-right: 13px;
  font-family: "Playfair Display", "Georgia", serif; 
  color: #777777;
  font-weight: 400;
  vertical-align: middle;
}

.subscribe_section .subs_email_input {
  font-size: 14px;
}

/*Button Newsletter*/
.btn, input[type="submit"], input[type="reset"], button {
  text-transform: uppercase;
  font-size: 13px;
  font-family: Lato;
}
/*Submenü*/
.primary-nav ul li ul {
  background:#FEFCF0;
}



.primary-nav.slideMenu ul li ul li a {
  min-width: 150px;
  padding: 9px 10px 9px;
  display: block;
  font-size: 15px;
  color: #575757;
  font-weight: 100;
}

.primary-nav.slideMenu ul li ul li a:hover {
 color: #d6ca05
}


/*Widgettile Sidebar*/
.sidebar .widgettitle {
  font-size: 20px;
  padding-bottom: 4px;
  margin-bottom: 7px;
  font-weight: 500;
}


/*ab Preise bei Angebote*/
.cpt-desc {
  font-size: 15px;
  font-style: italic;
  color: #858585;
}



/*Schriftgröße News & Aktuelles*/
.upcoming-events span {
  color: #a5a5a5;
  font-size: 13px;
}

.upcoming-events a {
	font-weight: bold;
}

.upcoming-events .event-title {
  font-size: 16px;
	font-weight: bold;
}

/*Schriftgröße News & Aktuelles*/
.builder-item-wrapper .view-all {
  float: right;
  font-style: italic;
  font-size: 14px;
  line-height: 15px;
  margin-top: 5px;
}
.banner-details {
	bottom: 0;
	  top: initial;
}

/*fonts*/

body {
  line-height: 22px !important;
  color: #828282 !important;
}

/*Image Rooms*/
.cpt-thumb-wrapper {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  display: none;
}

/*Newsletter Rooms*/
.single-room .subscribe_section {
  display: None;
}

.builder-item-wrapper .view-all {
  float: right;
  font-family: "Playfair Display", "Georgia", serif; 
  font-style: italic;
  font-size: 23px;
  line-height: 15px;
  margin-top: 5px;
}

table tr td, table tfoot tr td {
  font-size: 16px !important;
}

.footer-contact {
  font-size: 14px;
  text-transform: uppercase;
  background: url('assets/images/footer-map-world.png') no-repeat bottom center;
}

#footer a {
  color: rgb(247, 252, 255);
}

.footer-contact ul li {
  padding: 4px 7px 4px 22px;
  text-transform: none;
}

#footer a {
  color: rgb(247, 252, 255);
  text-transform: none;
}

/*Alle Pakete ansehen*/
.builder-item-wrapper .view-all {
  font-weight: bold;
}


/*booking sunlime*/
.bookingoffercontainer {
  display: none;
}

.home .r-index-1 .columns {
  float: left;
  min-height: 1px;
  padding: 0 15px;
  position: relative;
  margin-bottom: 0px;
}

/*pakete*/
.thumb-control-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 10px;
  left: 0;
  top: 0;
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  opacity: 0;
}
.go-detail {
	background-color: #D6CA05 !important;
}
.go-detail:hover, .go-gallery:hover {
  background-color: #BCA474 !important;
}

.btn, input[type="submit"], input[type="reset"], button {
  font-weight: bold;
}

.titlebar-title h1 {
  text-transform: inherit;
  margin: 180px 0px 5px 0px;
}

.titlebar-title {
  float: left;
  padding: 25px;
  background: rgba(0, 0, 0, 0);
}

.tab-content {
  padding: 22px 18px 15px 18px;
	border: 2px solid #e0e0e0;
}

.st-tabs .tab-title li.current {
  color: #006867;
  background: #fff;
}



/*buttons*******************************************************/


/*standart-button*/
.btn {
  text-transform: uppercase;
  font-size: 13px;
  font-family: lato !important;
  padding: 7px 22px !important;
  text-shadow: none !important;
  text-align: center;
  vertical-align: middle;
  box-shadow: none !important;
  color: #fff;
  background-color: #00643A !important;
  border: 2px solid #00643A;
  margin-right: 5px;
}
.btn:hover {
  color: #fff;
  background-color: #bca474 !important;
  border: 2px solid #bca474;
}


/*anfrage-button*/
.anfrage {
  text-transform: uppercase;
  padding: 7px 22px !important;
  color: #fff;
  border: 2px solid rgb(12, 110, 69);
  color: rgb(12, 110, 69);
  background-color: #fff !important;
}
.anfrage:hover {
  color: #fff;
  background-color: #00643A !important;
  border: 2px solid rgb(12, 110, 69);
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
}

/*view-all-button*/
a.view-all,
p.view-all a,
.wp-block-button__link {
  text-transform: uppercase;
  font-size: 13px !important;;
  font-family: lato !important;
  padding: 10px 22px !important;
  text-shadow: none !important;
  text-align: center;
  box-shadow: none !important;
  color: #fff;
  border: 2px solid #00643A;
  background-color: #BCA474 !important;
  border: 2px solid #BCA474;
  border-radius: 2px;
  font-style: normal !important;
  margin-bottom: 15px;
  margin-top: -8px;
  display: inline-block;
  font-weight: bold;
  line-height: 1.155;
  -o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
}
a.view-all:hover,
.view-all a:hover,
.wp-block-button__link:hover {
  color: #fff !important;
  background-color: #d6ca05 !important;
  border: 2px solid #d6ca05;
}
.textwidget .view-all {
  padding: 10px 21px !important;
}

p.view-all a {
	color: #fff;
}

a.view-all,
p.view-all a,
.wp-block-button__link {
  word-spacing: 3px;
}

/*subscripe-button*/
.subscribe_section .btn {
  text-transform: uppercase;
  font-size: 13px;
  font-family: lato !important;
  text-shadow: none !important;
  text-align: center;
  box-shadow: none !important;
  color: #fff;
  border: 2px solid #bca474
  background-color: #bca474 !important;
  border: 2px solid #bca474;
  border-radius: 2px;
  font-style: normal !important;
}
.subscribe_section .btn:hover {
  color: #fff !important;;
  background-color: #d6ca05 !important;
  border: 2px solid #d6ca05 !important;;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
}
/* temporär auskommentiert (responsive Anpassung) ?????
.home .main-outer-wrapper {
  padding-top: 19px!important;
}
*/
/*social-button*/
.footer-social li a {
  background-color: #00643A;
}


/*newsletter*****************************************/
.page-id-2371 .subscribe_section {
  display: none;
}

p a {
  line-height: inherit;
  color: #bca474;
}
a:hover {
  color: #d6ca05;
}


/*Anpassung 14.04.2015 */

/* temporär auskommentiert (responsive Anpassung)
.home .main-outer-wrapper.has-slider {
  margin-top: 85px !important;
}
.main-outer-wrapper.has-slider {
  margin-top: 119px !important;
}

.main-outer-wrapper.has-titlebar {
  margin-top: 119px !important;
}
*/
.footer-copyright-wrapper.row .twelve.columns {
  margin-bottom: 0px !important;
}

.footer-columns.row.footer-sidebar .three.columns {
  margin-bottom: 0px !important;
}

.footer-wrapper.container .footer-columns.footer-sidebar .widget-container.widget_text {
  padding-top: 35px !important;
}


a#capital {
  text-transform: capitalize !important;
}


/*Anpassung Responsive 14.04.2015 */

@media only screen and (min-width: 768px) and (max-width: 1015px) {

	.primary-nav.slideMenu >ul >li >a {
	  padding: 0px 13px !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	/*temporär auskommentiert (responsive Anpassung)
	.header-outer-wrapper .header-left {
	  height: 48px !important;
	}*/
	/*
	.full-width-mode {
	  top: 90px !important;
	}*/

}

.main-outer-wrapper.has-slider {
	margin-top: 0px;
}

.main-outer-wrapper.has-titlebar {
	margin-top: 0px;
}

#header .header-wrapper.container .twelve.columns.b0 {
  margin-top: 60px;
}

#header .header-outer-wrapper .header-wrapper{
  height: 145px;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  
#header .header-outer-wrapper .header-wrapper {
  height: 200px;
}
.slider-outer-wrapper {
  margin-top: 88px !important;
}  
  
}

@media only screen and (min-width: 328px) and (max-width: 821px) {
  
  #header .header-wrapper.container .twelve.columns.b0 {
  margin-top: 105px;
}
 .slider-outer-wrapper {
  margin-top: 132px !important;
}
  
}

.header-outer-wrapper {
  position: fixed;
  width: 100%;
}


@media only screen and (max-width: 767px){
.header-outer-wrapper {
  position: relative;
  width: 100%;
}
  .top-bar-outer-wrapper{
	position: relative;
  }
#header .header-wrapper.container .twelve.columns.b0 {
  margin-top: 0px;
}
.slider-outer-wrapper {
  margin-top: 0px !important;
}
#header .header-outer-wrapper .header-wrapper {

  top: 75px;
}
.header-outer-wrapper {
  height: 190px;
}
  .main_slider {
	margin-top: 45px;
}
  .header-outer-wrapper .header-right {
  top: 8px;
}
.top-nav.slideMenu ul li a {
  padding: 13px 4px 0px;
  font-size: 0.8em;
}
 #capital{
	font-size: 0.8em;
  }
}

@media only screen and (max-width: 767px){
.top-bar-right {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.top-bar-right.right .textwidget {
  text-align: center;
}
.header-outer-wrapper {
	height: 145px;
}

 #header .header-outer-wrapper .header-wrapper {
  top: 10px;
	height: 145px;
}
.slider-outer-wrapper {
  margin-top: 0px;
  display: none;
}  
.main-outer-wrapper.has-slider {
  margin-top: 84px;
} 
  .main-outer-wrapper.has-titlebar {
  margin-top: 85px;
}
}

#header {
	height: 145px;
}

.slider-outer-wrapper {
  margin-top: 14px;
}

.footer-logo{
  margin-left: 110px;
}

@media only screen and (max-width: 454px){
	.top-bar-left.left {
	  display: none;
	}
	 

	  .main-outer-wrapper.has-slider {
	  margin-top: 35px;
	}
	   .main-outer-wrapper.has-titlebar {
	  margin-top: 35px;
	} 
}

/* Moile Nav */

#primary-nav-mobile-id,
#primary-nav-mobile-a{
  background: #00643A !important;
}

#primary-nav-mobile-id li a {
  color: #ffffff !important;
}

#primary-nav-mobile-id li ul li a {
  color: #ffffff !important;
}

#primary-nav-mobile-id li {
  border-top: none;
}

#primary-nav-mobile-id li a {
  border-top: none;
}

#primary-nav-mobile-id li a:hover, #primary-nav-mobile-id li a:active {
  background: #D6CA05;
}

/*responsiv-tables*/
@media only screen and (min-width: 991px){
	.table-mobile  {
	display:none;
}
}
@media only screen and (max-width: 991px){
	.table-desktop  {
	display:none;
}
}

.aligncenter, img.aligncenter {
  display: block;
  margin: 0px;
}
/* table umbruch zeilen mit preis*/
.table-desktop tbody tr td.column-2,
.table-desktop tbody tr td.column-4 {
	white-space: nowrap;
}

/*banner*/

.banner-details {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
}

.upcoming-events span {
  display: none;
}

.event-single-date {
  display: none;
}

.event-time {
  display: none;
}

.single-event-title {
  padding-left: 0px;
}

.single-event-title .page-title.left {
	float: left;
	max-width: calc(100% - 200px);
	width: 66.667%;
}

/* formular */

form#reservation_form input,
form#reservation_form textarea{
  font-size: 16px;
}

form#reservation_form .select-box select option{
font-size: 16px !important;
}

#comments {
 
	display: none;
}


/* gallery */

.wpmf-gallerys .wpmf-gallery-bottomspace-default {
	margin-bottom: 0px !important;
}


/*CF7*/

.wpcf7 {
	margin-top: 30px !important;
}

.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-required.wpcf7-validates-as-number {
	max-width: 40px;
}

.wpcf7-form input[type="text"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="email"], .wpcf7-form input[type="date"], .wpcf7-form textarea,.wpcf7-form select {
	width: 100%;
	  height: 40px;
	  margin-top: 5px;
	  box-sizing: border-box;
	  font-size: 16px;
}

/*
.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel {
	width: 91.2%;
	height: 40px !important;
	margin-top: 5px;
	border: none !important;
	box-shadow: none !important;
	background-color: #F4F4F4;
	padding-left: 10px;
	color: darkgrey !important;
}
*/

.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
	width: 93.7%;
	margin-top: 5px;
	height: 40px !important;
	border: 1px solid lightgrey !important;
	box-shadow: none !important;
	background-color: #F4F4F4 !important;
	color: darkgrey !important;
}

.wpcf7-form-control.wpcf7-textarea {
	width: 100%;
	height: 250px;
}

.wpcf7-form-control.wpcf7-submit {
	background-color: #00643A !important;
	font-size: 16px !important;
	line-height: 16px !important;
}

.wpcf7-response-output {
	margin-left: 0px !important;
	padding: 10px !important;
	/*max-width: 95.3%;*/
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #00643A !important;
}

.sidebar .widgettitle {
	text-align: center;
}



.wso-facebook-button {
float:left !important;
}

.textwidget div#holidaycheck-widget-hotel-1-322273-de_AT-s-b-0-1---0 {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}


html #fixedbuttons {
  top:57%;
}

html #fixedbuttons a {
  padding:8px !important;
  width:120px;
}



.wp-block-cover {
	padding: 0;
	min-height: 202px;
}

.wp-block-cover__background {
	opacity: 0 !important;
}

.wp-block-cover__background + img + .wp-block-cover__inner-container {
	padding: 14px;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
}

.wp-block-cover__background.has-background-dim-40 + img + .wp-block-cover__inner-container {
	background-color: rgba(0, 0, 0, 0.4);
}

.wp-block-cover h3 {
	font-size: 16px;
	font-family: "Lato", "Verdana", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
}

.wp-block-cover p {
	margin: 0;
}

.wp-block-cover p a {
	color: rgb(214, 202, 5);
}
.wp-block-cover p a:hover {
	color: #fff;
}


.wp-block-latest-posts.is-grid {
	gap: 30px;
	margin: 0;
    display: flex;
}

.wp-block-latest-posts.is-grid li {
	list-style: none;
}

.wp-block-latest-posts.is-grid .wp-block-latest-posts__post-title {
	padding-top: 14px;
	  margin-bottom: 3px;
	  font-size: 18px;
	font-family: "Lato", "Verdana", sans-serif;
	  text-transform: none;
	  font-weight: bold;
	  font-style: italic;
	  display: inline-block;
}

.wp-block-latest-posts.is-grid .wp-block-latest-posts__post-excerpt {
	font-size: 15px;
	  font-style: italic;
	  color: #858585;
}

.wp-block-latest-posts.is-grid .wp-block-latest-posts__featured-image a {
	position: relative;
}

.wp-block-latest-posts.is-grid .wp-block-latest-posts__featured-image a:after {
	content: "";
	opacity: 0;
	margin-bottom: 0px;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	left: 50%;
	margin-left: -20px;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	background: url('../img/thumb-detail.png') no-repeat center #d6ca05;
	display: inline-block;
	
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}
.wp-block-latest-posts.is-grid .wp-block-latest-posts__featured-image a:hover:after {
	opacity: 1;
}


.wp-block-columns {
	gap: 30px;
}

.is-content-justification-space-between {
	justify-content: space-between;
}


.has-gray-color {
	color: #828282;
}


.wp-block-separator.is-style-wide {
	border: solid #ddd;
	  border-width: 1px 0 0;
	  clear: both;
	  margin: 12px 0 18px;
	  height: 0;
}


.wp-block-latest-posts__list.is-grid.wp-block-latest-posts li {
	margin: 0;
}

.wp-block-latest-posts__list.is-grid.wp-block-latest-posts.columns-3 li {
	width: calc(33.33333% - 20px);
  }
  
.wp-block-latest-posts__list.is-grid.wp-block-latest-posts.columns-3 img {
	width: 305px;
	max-width: 100% !important;
}

p:empty {
	height: 1px;
}

.wpcf7-form .col-2 {
	display: inline-block;
	width: 47%;
}

.wpcf7-form .col-2:nth-of-type(odd) {
	margin-left: 5%;
}

.wpcf7-not-valid-tip {
	padding-top: 4px;
}



.wp-block-cover__inner-container {
padding: 14px;
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
}