*{
	box-sizing: border-box;
}
body{
	margin: 0;
	padding: 0;
    font-family: 'Titillium Web', 'Open Sans', sans-serif;  
 	font-size: 18px;
}
.showMobile{
    display: none;
}
.shortcut {

    padding: 15px 30px;
    font-size: 14px;
    color: #fff;
}
.uk-border-none {
    border: none;
}
.uk-slidenav svg {
    font-size: 87px !important;
    z-index: 22222222;
    width: 45px;
    height: 85px;
    color:#616C31;
}
.logo-wrap {
    position: absolute;
    left: 0;
}
.shortcut span {
    margin-right: 25px;
    color: #848484;
}
.uk-dotnav {
	text-align: right;
    padding: 25px 80px;
}	 
.uk-dotnav li {
	display: inline-block;
}
.uk-dotnav li a{
    font-family: FontAwesome;	
    color: #fff;
}
.uk-dotnav li a:before{
	content: "\f10c";	
}

.uk-dotnav li a:hover{
    font-family: FontAwesome;	
    color: #fff;
    text-decoration: none;
}

.uk-dotnav li.uk-active a:before,
.uk-dotnav li a:hover:before{ 
    content: "\f192";
 }


 a.buchen-btn {
    background-color: #616C31;
    border-radius: 0px;
    color: #fff;
    padding: 5px 17px;
}
 a.buchen-btn:hover{
 	text-decoration: none;
 }
.shortcut a.buchen-btn{
	margin-right: 30px;
}

.shortcut p {
    font-size: 14px;
    line-height: 85%;
}
header#header {
    z-index: 2;
    
}
nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
nav ul li{
    display: inline-block;
}
nav ul li a,
nav ul li span {
    color: #616C31;
    display: block;
    padding: 70px 20px 45px 20px;
    margin-top: -52px;
    text-transform: uppercase;
    cursor: pointer;
}
nav ul li.aktiv a,
nav ul li.aktiv span, 
nav ul li a:hover,
nav ul li span:hover{
    background-color: #616C31;
    color: #fff;
    text-decoration: none;
}
.logo-wrap{
	margin-left:20px;
}
.logo-wrap img {
    height: 90px;
}
.uk-dotnav-styled li a {
    width: 20px;
    height: 20px;
}
.uk-dotnav-styled li a {
    width: 20px;
    height: 20px;
}


h1{
	color:  #616C31;
	font-size: 46px;
	text-transform: uppercase;
	line-height: 160%;
	letter-spacing: 3px;
	margin:0;
}
h2{
	color: #666;
	font-size: 36px;
	line-height: 160%;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin:0;
}
.text-center{
	text-align: center;
}

.uk-margin-xlarge-top {
    margin-top: 100px;
}

p{
	line-height: 160%;
	letter-spacing: 3px;
	color: #848484;

}
main{
	position: relative;
	overflow: hidden;
}

.social-bar {
    position: absolute;
    right: 25px;
    top: 25px;
}
.social-bar ul{
	margin:0;
	padding: 0;
}
.social-bar ul li{
	list-style-type: none;
    text-align: right;

    margin: 6px 0px;
}
.social-bar ul li a{
/*
    overflow: hidden;
    width: 40px;
*/
    display: block;
    position: relative;
    padding-left: 150px;

}
.social-bar ul li a:hover{
	text-decoration: none;
}

.social-bar ul li a span.iconbar-styled{
	/*display: none;*/
    margin-right: 25px;
    background-color: #e1ecb2;
    padding: 4px 14px;
    color: #848484;
    font-size: 15px;
    position: relative;
}
.social-bar ul li a span.iconbar-styled:after {
    content: "\f0da";
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 48px;
    color: #e1ecb2;
    font-family: FontAwesome;
}
.social-bar ul li a i{
    background-color: #616C31;
    text-align: center;
    padding: 11px;
    color: #fff;
    width: 40px;
    height: 40px;

    z-index: 20;
    position: relative;
}

span.effekt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* opacity: 0; */
    right: -200%;
    width: 280px !important;
}
.social-bar ul li:hover a span.effekt {
  right: 40px;
}

.quick_inquiry{
	padding: 50px 0;
} 
.quick_inquiry select, 
.quick_inquiry input{
	font-family: 'Open Sans', sans-serif;
    border: 1px solid #848484;
    width: 100%;
    font-size: 18px;
    padding: 7px 8px;
}
fieldset {
    padding: 20px;
    border: 3px solid #848484;
    margin: 20px 10%;
}
.quick_inquiry fieldset legend {
    color: #848484;
    font-size: 31px;
    text-transform: uppercase;
    font-weight: bold;
}
.quick_inquiry .uk-grid+.uk-grid{
	margin-top: 30px;
}
.quick_inquiry input#privacy {
    width: auto;
}
.quick_inquiry input[type="submit"]{
    background-color: #616C31;
    color: #fff;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
}
 



.overlay-image {
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
.geschichte{
	background-image: url("../images/bilder/home/geschichte_haus.jpg");
}
.appartments{
 	background-image: url("../images/bilder/home/zimmerbox.jpg");
} 
.galerieBox{
    background-image: url("../images/bilder/home/kreuzwegerhof4.jpg");
}

.overlay-image .caption {
    position: absolute;
    bottom: 20px;
    right: 20px;
    left: 0;
    background-color:  #e1ecb2;
    color: #fff;
    border-left: 20px solid #616C31;
    transform: scale(1);
}
.overlay-image .caption a{ 
    display: block;
    color:  #616C31;
    padding: 15px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}

.overlay-image.color-box{
    background-color: #616C31;    
}
.overlay-image.color-box .caption {
    border-left: 20px solid #e1ecb2;
    color: #fff;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
}
.overlay-image.color-box .caption a{
    font-size: 48px;
    color: #e1ecb2;
}

.overlay-image:hover caption{
    transform: scale(1.1);
}


.uk-datepicker-table a.uk-active{
    background-color: #616C31;        
} 

.uk-datepicker-table a:hover, .uk-datepicker-table a:focus{
    background-color: #e1ecb2;
    color: #fff;
}
a.uk-datepicker-table-muted.uk-datepicker-date-disabled,
a.uk-datepicker-table-muted.uk-datepicker-date-disabled:hover{
    background-color: #646464;
    color: #fff;
}


.color_beige{
    background-color: #e1ecb2;
    padding: 50px 0;
}
.color_red{
    background-color: #616C31;   
    padding: 50px 0;
}
img.partner-logos {
    height: 150px;
    margin: 0 auto;
    display: block;
    padding: 22px 0;
}


.footer_01{
    padding: 20px 10%;
    position: relative;
    color: #fff;
}
.halfWidth {
    position: absolute;
    width: 50%;
    top: 0;
    bottom: 0;
    z-index: -1;

    left: 0;
}
.halfWidth.color_beige{
    left: 50%;
}

.footermenu{
    margin: 0;
    text-align: right;
    padding: 0;
}
.footermenu li{ 
    display: inline-block;
    list-style-type: none;
    margin-left: 15px;
}
.footermenu li a{   
    color: #616c35;
    text-decoration: none;
    text-transform: uppercase;

    font-weight: bold;
}

.socials-footer {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.socials-footer ul{
    margin: 0;
    padding: 0;
}

.socials-footer ul li{
    list-style-type: none;
}

.socials-footer ul li a.facebook {
    display: block;
    background-color: #e1ecb2;
    border: 2px solid #616C31;
    text-align: center;
    padding: 8px 0;
    color: #fff;
    font-size: 22px;
    width: 40px;
    height: 40px;
}

.socials-footer a.facebook i {
    padding: 1px 0px 0px 0px;
    display: block;
}

.slideshow {
    position: relative;
}
.scrollDown {
    position: absolute;
    bottom: 0px;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
}
.scrollDown i.uk-icon-angle-down {
    color: #fff;
    font-size: 200px;
    cursor: pointer;
}


header#header.aktiv {
    position: fixed;
    top: -300px;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 37;
}

header#header.aktiv.fadeIn{
    top:0;
    
}

header#header.aktiv  img{
    height: 60px;
    width: auto;
}
header#header.aktiv nav ul li a,
header#header.aktiv nav ul li span{
    padding: 20px 20px;
    margin-top: 0;
}

.uk-dotnav-styled li a {
    width: 20px;
    height: 20px;
}


.languageWrap {
    border-radius: 0px;
    overflow: hidden;
    text-align: center;
    position: absolute;
    right: 30px;
    top: 11px;
    
    padding: 4px 4px 2px 4px;
} 
#language ul li {
    margin: 0 0 5px 0;
    background-color: #616C31; 
    padding: 8px;
}
#language ul li.aktiv,
#language ul li:hover{
    background-color: #e1ecb2; 
}
#language ul li.aktiv a,
#language ul li:hover a,
#language ul li a:hover {
    color: #848484; 
}
.languageWrap:hover{
    height: auto;
}
#language ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#language ul li a{
    color: #fff;
}
#language ul li a:hover{
    
    color: #fff;    
    text-decoration: none;
}

.angebote {
    position: absolute;
    top: 50%;
    left: 0;
    width: 400px;
    background-color: rgba(97,108,49,0.9);
    padding: 20px 15px;
    color: #fff;
    transform: translateY(-50%);
}


.angebote h3 , .angebote p{
    color: #fff;
    margin: 0;
}
.angebote p {
    font-size: 15px;
}
.angebote img{
    width: 100%;
}
span.toggleAngebot {
    position: absolute;
    top: 0;
    right: -44px;
    background-color: rgba(97,108,49,0.9);
    cursor: pointer;
}


.angebote.open {
  -webkit-animation: slide-in-angebote 1s;
  -moz-animation:   slide-in-angebote 1s;
  -o-animation:      slide-in-angebote 1s;
  animation:         slide-in-angebote 1s;
    left: 0;
}
.angebote.close {
  -webkit-animation: slide-out-angebote 1s;
  -moz-animation:   slide-out-angebote 1s;
  -o-animation:      slide-out-angebote 1s;
  animation:         slide-out-angebote 1s;
    left: -400px;
}
.angebote.close span.toggleAngebot span {
    transform: rotate(180deg);
}

@-webkit-keyframes slide-in-angebote {
  0%   { left: -400px; }
  100% { left: 0 }
}
@-moz-keyframes slide-in-angebote {
  0%   { left: -400px; }
  100% { left: 0 }
}
@-o-keyframes slide-in-angebote {
  0%   { left: -400px; }
  100% { left: 0 }
}
@keyframes slide-in-angebote {
  0%   { left: -400px; }
  100% { left: 0 }
}


@-webkit-keyframes slide-out-angebote {
  0%   { left: 0; }
  100% { left: -400px; }
}
@-moz-keyframes slide-out-angebote {
  0%   { left: 0; } 
  100% { left: -400px; }
}
@-o-keyframes slide-out-angebote {
  0%   { left: 0; }
  100% { left: -400px; }
}
@keyframes slide-out-angebote {
  0%   { left: 0; }
  100% { left: -400px; }
}

.angebot-wrap > div {
    margin-bottom: 50px;
}

.angeotImg{
    position: relative;
}
.angeotImg:after {
    content: "Last Minute";
    position: absolute;
    top: 25px;
    left: 0;
    background-color: #e1ecb2;
    padding: 2px 28px 0px 15px;
    color: #000;
    text-transform: uppercase;
}


.boxen-zimmer{
    position: relative;
}
.boxen-zimmer .uk-dotnav {
    position: absolute;
    bottom: 25px;
    left: 0;
    margin: 0 !important;
    padding: 0;
}
h2.roomname {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 14px;
    font-size: 38px;
    font-weight: lighter;
    text-shadow: 1px 1px 1px #000;
}
span.personsroom {
    position: absolute;
    right: 10px;
    top: 1px;
    text-shadow: 1px 1px 1px #000;
    text-align: right;
}
.uk-lightbox {
    background-color: rgba(0,0,0,0.8);
}

.lightbox_icon {
    position: absolute;
    bottom: 20px;
    right: 15px;
}

.lightbox_icon a{
    color: #fff;
}
.lightbox_icon a span.uk-icon:before {
    content: "[";
    font-size: 20px;
    position: relative;
    top: 2px;
}
.lightbox_icon a span.uk-icon:after {
    content: "]";
    font-size: 20px;
    position: relative;
    top: 2px;
}
.lightbox_icon a span.uk-icon svg {
    width: 15px;
}


a.detail_link {
    display: block;
    background-color: #e1ecb2;
    text-align: center;
    color: #616c31;
    padding: 5px 0;
    text-decoration: none;
}

.anfrage_link {
    display: block;
    background-color: #616c31;
    text-align: center;
    color: #fff;
    padding: 5px 0;
    text-decoration: none;
    cursor: pointer;
    border: none;
    width: 100%;
    line-height: 1.5;
    font-size: 18px;
}

.buchen_link {
    display: block;
    background-color: #57316c;
    text-align: center;
    color: #fff;
    padding: 5px 0;
    text-decoration: none;
    cursor: pointer;
    border: none;
    width: 100%;
    line-height: 1.5;
    font-size: 18px;
}
a.buchen_link:hover{
    text-decoration: none;
	color:#FFF;
}
.price-ab{
    margin: 0;
}
.price-ab span {
    color: #616c31;
    letter-spacing: 0;
    font-size: 30px;
    position: relative;
    top: 4px;
}
.zimmer-box-text {
    margin-bottom: 50px !important;
}




.imageBox {
    position: relative;
}
a.lightbox span svg {
    width: 16px;
}
a.lightbox:after {
    content: "]";
    left: -4px;
    position: relative;
}
a.lightbox:before {
    content: "[";
    position: relative;
    right: -4px;
}
a.lightbox {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    font-size: 20px;
} 


.subheaderRoom{
    font-size: 30px;
}


.pricetable {
    background-color: #616C31;
    padding: 20px 15px;
    color: #fff;
}
.pricetable table{
    border-color: #616C31;
    border: 1px solid #616C31;
}
.pricetable p {
    margin: 0;
    color: #fff;
}
.pricetable table th {
    font-weight: 300;
    font-size: 36px;
}
.pricetable table strong {
    font-size: 36px; 
    font-weight: 300;
}


a.uk-inline {
    display: inline-block;
    margin: 15px 10px 0 0;
    padding: 7px 15px;

    width: auto;
}
a.merken_link {
    color: #616c31;
    background-color: #e1ecb2;
    display: block;
    text-align: center;

    padding: 6px;
}

a.merken_link:hover{
    text-decoration: none;
}
.greenHead {
    color: #616C31;
}


.greenbox {
    background-color: #e1ecb2;
    padding: 14px 10px;
    max-height: 610px;
    overflow: hidden;
    min-height: 610px !important;
    position: relative;
}
.greenbox:hover {
    max-height: 100%;
}

.greenbox  ul{
    margin: 0; 
    padding: 0; 
    padding-left: 25px;
}


.more {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #616C31;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.greenbox:hover .more{
    display: none;
}
.memo-list-wrap {
    position: fixed;
    right: 0;
    top: 320px;
    z-index: 20;
    background-color: #616C31;
    padding: 10px;
    display: none;
}
ul#memo-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul#memo-list li span {
    color: #fff;
    margin-right: 8px;
    margin-left: 2px;
}
ul#memo-list li a{
    color: #fff;
    text-decoration: none;
}
.memo-list-wrap h2 {
    color: #fff;
    font-size: 26px;
    margin-left: 3px;
    margin-right: 24px;
}
.memo-list-wrap.showMemo {
    display: block;
}

.uk-button{
    padding: 0 25px;
}

.childbox.add .removeChild{display: none;}
.childbox.remove .addChild{display: block;}
.hide {
    display: none;
}
.kinderbox {
    display: none;
} 

form h2 {
    color: #616C31;
    font-size: 26px;
    letter-spacing: 1px;
}
form label {
    color: #616E30;
    font-weight: 300;
}

.uk-input:focus, .uk-select:focus, .uk-textarea:focus, .uk-checkbox:focus, .uk-radio:focus{
    border-color: #616E30;
}
.uk-checkbox:checked, .uk-checkbox:indeterminate, .uk-radio:checked,
.uk-checkbox:checked:focus, .uk-checkbox:indeterminate:focus, .uk-radio:checked:focus{
    background-color: #616E30;   
}

.uk-button-primary{
 background-color: #616E30;      
}
.uk-button-primary.open,.uk-button-primary:hover, .uk-button-primary:focus{
    background-color: #e1ecb2;      
    color: #666;
}
.green_bg{
    background-color: #616C31;
    color: #fff;
    padding: 15px 0px;
}
.image_app img {
    width: 100px;
} 
.headline_app p {
    padding: 11px 20px;
    color: #616C31;
}
.amout_app input {
    margin: 11px 2px 11px 0;
    line-height: 100%;
    padding: 0 5px;
    height: 27px;
    text-align: center;
}
.cancel_app span {
    margin: 12px 2px;
    color: #616C31;
    cursor: pointer;
}
.cancel_app span svg {
    width: 25px;
    height: 25px;
}
.cancel_app span svg path {
    stroke-width: 6px;
}
.uk-form-danger {
    color: #f0506e;
    border-color: #f0506e !important;
}
.hiddenFormfields {
    position: absolute;
    left: -100%;
    opacity: 0;
} 
.uk-button-default {
    background-color: #616E30;
    color: #fff;
    border: none;
    font-size: 18px;
    padding: 3px 30px;
    border: 2px solid #616E30;
}
.uk-button-default:hover,.uk-button-default:focus{
    background-color: #616E30;
    color: #fff;
    border: none;    
}
form a{
    color: #616E30;
    text-decoration: none;
}

form a:hover{
    color: #616E30;
    text-decoration: underline;
}


.ui-datepicker .ui-datepicker-header {
    background-color: #616E30;
    background-image: none;
    border-radius: 0;
}
div#ui-datepicker-div {
    padding: 0;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
    background-color: transparent;
    background-image: none;
    border: none;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    background-image: none;
    background-color: #e1ecb2;
    color: #666;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus,
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
    background-image: none;
    background-color: #616E30;
    color: #fff;
}

.urlaubsideen-wrap > div {
    margin-bottom: 70px;
}

.urlaubsideen-boxen {
    position: relative;
}
.urlaubsideen-boxen h2{
    position: absolute;
    color: #fff;
    top: 12px;
    left: 15px;
    right: 195px;
    line-height: 100%;
    font-size: 32px;
    text-shadow: 1px 1px 0px #666;
}
.urlaubsideen-boxen p {
    padding: 0 30px;
}

.urlaubsideen-boxen p.link a,
.weitereAngebote p.link a {
    font-size: 16px;
    line-height: 136%;
    display: block;
    color: #616C31;
    position: relative;
}

.urlaubsideen-boxen p.link a span,
.weitereAngebote p.link a span{
    color: #616C31;
    position: relative;
    top: -1px;
}

.urlaubsideen-boxen p.link a span svg polyline,
.weitereAngebote p.link a span svg polyline{
        stroke-width: 2px;
}

.image-box-angebote{
    position: relative;
}
.image-box-angebote h2 {
    position: absolute;
    color: #fff;
    top: 15px;
    left: 15px;
    text-shadow: 1px 1px 0px #666;
    font-size: 32px;
    line-height: 100%;
    right: 195px;
}
.image-box-angebote span.date {
    position: absolute;
    bottom: 0;
    left: 15px;
    color: #fff;
    font-size: 16px;
    text-shadow: 1px 1px 0px #666;
}
.angebote-text {
    padding: 10px 15px 0px 15px;
}

.angebot-box p.preis span{
    color: #616c31;
    font-size: 36px;
    position: relative;
    letter-spacing: 0;
    line-height: 100%;
}
.angebot-box p.appartment {
    letter-spacing: 0;
    font-size: 18px;
    margin-bottom: 20px;
    display: block;
}
.image-box-angebote img {
    width: 100%;
    height: auto;
}
.weitereAngebote > div {
    margin-bottom: 50px;
}
.lastMinuteLink:hover {
    background-color: #616E30;
}

.detail_link:hover, 
.buchen_link:hover, 
.anfrage_link:hover, 
.quick_inquiry input[type="submit"]:hover,
.uk-button-default:hover, 
.merken_link:hover {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    transform: scale(1.1);
}
.anfrage_link:hover{
    color: #fff;
}



.second-col {
    text-align: center;
    padding: 10px 50px 0px 50px;
    min-height: 132px;
}
.second-col.colspan_2 {
    padding: 15px 0px;
    text-align: left;
}
.third-col {
    text-align: center;
    font-size: 30px;
    font-weight: normal;
    line-height: 100%;
}
.pricetable b {
    font-size: 32px;
    text-align: center;
    display: block;
    font-weight: normal;
}
.pricetable > div > div:fist-child b{
    text-align: left;
}
.first-col.headline b {
    text-align: left;
}
div#modal-full {
    border: 9px solid #616c35;
    margin: 50px 103px;
}
#modal-full .ce {
    min-height: 100vh;
    padding: 70px 80px;
    margin: 20px;
}
.content-bx {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    color: #fff;
}
.content-bx h2{
    color: #fff;   
}



.JS_Cookiebar {
    background: #000;
    color: #FFF;
    text-align: center;
    opacity: 0.8;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 100000;
    position: fixed;
    display: none;
    padding: 20px;
    margin: 0;
}
.JS_Cookiebar a{
   text-decoration: underline;
}
.JS_Cookiebar .btn-danger {
    text-decoration: none;
}
.JS_Cookiebar .btn-danger:hover{
    color: #FFF;
}
.JS_Cookiebar a:hover{
    color: #5cb85c;
    text-decoration: none;
}
.JS_Cookiebar .btn {
    padding: 1px 10px;
    margin-left: 10px;
}
.JS_Cookiebar p{
    margin: 0;
    color: #fff;
}
.JS_Cookiebar p a{
    color: #fff;
}
.JS_Cookiebar p a:hover{
    color: #616C31;
    font-weight: bold;
}


.boxen-zimmer img {
    width: 100%;
} 