#tablepress-2 td{
	vertical-align: middle;
}


.flex-container {
  /* We first create a flex layout context */
  display: flex;
  
  /* Then we define the flow direction 
     and if we allow the items to wrap 
   * Remember this is the same as:
   * flex-direction: row;
   * flex-wrap: wrap;
   */
  flex-flow: row wrap;
  
  /* Then we define how is distributed the remaining space */
  justify-content: space-around;
  
  padding: 0;
  margin: 0;
  list-style: none;
}

.flex-item {
    padding: 5px;
    width: 45%;
    margin-top: 10px;
 
}

.flex-item2 {
    padding: 5px;
    width: 33%;
    margin-top: 10px;
 
}

.flex-item-paket {
  padding: 5px;
  width: 50%;
  margin-top: 10px;
  line-height: 30px;
}
.flex-item-paket2 {
  padding: 5px;

  margin-top: 10px;
  line-height: 30px;
}
.flex-item div{
	line-height:23px;
}
.flex-item-footer {
  padding: 5px;
  width: 300px;
  margin-top: 10px;
  line-height: 30px;
}




div.uk-panel .flex-container li:nth-child(1){

}
div.uk-panel .flex-container li:nth-child(2){
	
}
div.uk-panel .flex-container li:nth-child(3){

}

.style-one{
	border-top:1px solid gray;
}

.check li{color:gray;font-size: initial;line-height: 30px;}

.lage{
	float:right;
}
.kalender{
	padding-left: 85px;
}

div.kal{
	    width: 100%;
    height: 410px;
}
}

.kal div.tfw-calendar-app{
	width:100%;
}
.aform{color:silver;}



.the-datepicker__top{
	display:none;
}
.the-datepicker__deselect{
	display:none;
}
.the-datepicker__container .the-datepicker__main {
  border-top-left-radius: 0;
}
.the-datepicker__container.the-datepicker__container--over .the-datepicker__main {
  border-top-left-radius: 0.3em;
  border-bottom-left-radius: 0;
}
.the-datepicker__container.the-datepicker__container--left .the-datepicker__main {
  border-top-left-radius: 0.3em;
  border-top-right-radius: 0;
}
.the-datepicker__container.the-datepicker__container--over.the-datepicker__container--left .the-datepicker__main {
  border-bottom-left-radius: 0.3em;
  border-top-right-radius: 0.3em;
  border-bottom-right-radius: 0;
}
.the-datepicker__main {
  background-color: #E7E7E7;
  border: 1px solid #ccc;
  border-radius: 0.3em;
  line-height: 1em;
  box-sizing: border-box;
  overflow: hidden;
}
.the-datepicker__main .the-datepicker__body {

}
.the-datepicker__main th.the-datepicker__week-day {
  width: 2.1em;
  min-width: 2.1em;
  max-width: 2.1em;
  padding: 0.5em 0;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
  color: white;
  font-size: 0.85em;
}
.the-datepicker__main a.the-datepicker__button {
display: block;
width: 2.1em;
min-width: 2.1em;
max-width: 2.1em;
padding: 0.6em 0;
text-decoration: none;
text-align: center;
color: black;
border: 1px solid #aaa;
margin: 2px;
background-color: white;
}
.the-datepicker__main a.the-datepicker__button:hover {
 
  text-decoration: none;
}
.the-datepicker__main .the-datepicker__title {
  display: inline-block;
  width: 70%;
}
.the-datepicker__main .the-datepicker__title-content {
  display: inline-block;
  padding: 0.5em;
}
.the-datepicker__main .the-datepicker__control {
  display: inline-block;
  width: 30%;
  text-align: right;
}
.the-datepicker__main .the-datepicker__reset,
.the-datepicker__main .the-datepicker__close {
  display: inline-block;
  font-weight: bold;
}
.the-datepicker__main .the-datepicker__navigation {

  background-color:#a3a3a3;
}
.the-datepicker__main .the-datepicker__go {
  display: inline-block;
  width: 15%;
}
.the-datepicker__main .the-datepicker__go a.the-datepicker__button {
  display: inline-block;
  font-weight: bold;
}
.the-datepicker__main .the-datepicker__go-next {
  text-align: right;
}
.the-datepicker__main .the-datepicker__state {
  display: inline-block;
  width: 70%;
}
.the-datepicker__main .the-datepicker__month {
  display: inline-block;
  width: 62%;
  text-align: center;
}
.the-datepicker__main .the-datepicker__year {
  display: inline-block;
  width: 38%;
  text-align: center;
}
.the-datepicker__main .the-datepicker__month-year {
  text-align: center;
}
.the-datepicker__main select.the-datepicker__select {
  font-size: 1.1em !important;
margin-top: 5px;
padding: 0;
height: 25px !important;
}
.the-datepicker__main table.the-datepicker__calendar {
  display: table;
  border-collapse: collapse;
}
.the-datepicker__main table.the-datepicker__calendar thead {
  display: table-header-group;
  background-color:#707070;
}
.the-datepicker__main table.the-datepicker__calendar tbody {
  display: table-row-group;
}
.the-datepicker__main table.the-datepicker__calendar tr {
  display: table-row;
}
.the-datepicker__main table.the-datepicker__calendar tr td,
.the-datepicker__main table.the-datepicker__calendar tr th {
  display: table-cell;
}
.the-datepicker__main td.the-datepicker__cell {
  padding: 0;
}
.the-datepicker__main td.the-datepicker__cell a.the-datepicker__button {
  padding: 0.1em;
}
.the-datepicker__main td.the-datepicker__cell a.the-datepicker__button .the-datepicker__day-content {
  display: block;
  padding: 0.6em 0;
}
.the-datepicker__main td.the-datepicker__day a.the-datepicker__button .the-datepicker__day-content {
  text-align: center;
  
}
.the-datepicker__main td.the-datepicker__day a.the-datepicker__button:hover {
  background-color: #3C3C3C;
  color:white;
}
.the-datepicker__main td.the-datepicker__day a.the-datepicker__button:hover .the-datepicker__day-content {
  
}
.the-datepicker__main td.the-datepicker__day--highlighted a.the-datepicker__button .the-datepicker__day-content {
  background-color: #d1e8ff;
}
.the-datepicker__main td.the-datepicker__day--outside a.the-datepicker__button {
  color: #8ac4ff;
}
.the-datepicker__main td.the-datepicker__day--unavailable a.the-datepicker__button {
  color: #aaa;
}
.the-datepicker__main td.the-datepicker__day--unavailable a.the-datepicker__button:hover .the-datepicker__day-content {
  background-color: transparent;
}
.the-datepicker__main td.the-datepicker__day--selected a.the-datepicker__button,
.the-datepicker__main td.the-datepicker__day--selected.the-datepicker__day--highlighted a.the-datepicker__button {
  color: #fff;
}
.the-datepicker__main td.the-datepicker__day--selected a.the-datepicker__button .the-datepicker__day-content,
.the-datepicker__main td.the-datepicker__day--selected.the-datepicker__day--highlighted a.the-datepicker__button .the-datepicker__day-content {
  background-color: #3C3C3C;
  color:white;
}
.the-datepicker__main td.the-datepicker__day--selected a.the-datepicker__button:hover .the-datepicker__day-content,
.the-datepicker__main td.the-datepicker__day--selected.the-datepicker__day--highlighted a.the-datepicker__button:hover .the-datepicker__day-content {

}
.the-datepicker__main .the-datepicker__day--weekend,
.the-datepicker__main .the-datepicker__week-day--weekend,
.the-datepicker__main td.the-datepicker__day--today {
  font-weight: bold;
}
.the-datepicker__main .the-datepicker__animated {
  animation-duration: 0.1s;
  animation-fill-mode: both;
}
.the-datepicker__deselect-button {
  text-decoration: none;
  color: #007eff;
  font-weight: bold;
}
.the-datepicker__deselect-button:hover {
  text-decoration: none;
}
.the-datepicker__fade-out-left {
  animation-name: the-datepicker-fade-out-left;
}
.the-datepicker__fade-out-right {
  animation-name: the-datepicker-fade-out-right;
}
.the-datepicker__fade-in-left {
  animation-name: the-datepicker-fade-in-left;
}
.the-datepicker__fade-in-right {
  animation-name: the-datepicker-fade-in-right;
}



@-moz-keyframes the-datepicker-fade-out-left {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes the-datepicker-fade-out-left {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
@-o-keyframes the-datepicker-fade-out-left {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes the-datepicker-fade-out-left {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
@-moz-keyframes the-datepicker-fade-out-right {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(100%, 0, 0);
  }
}
@-webkit-keyframes the-datepicker-fade-out-right {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(100%, 0, 0);
  }
}
@-o-keyframes the-datepicker-fade-out-right {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes the-datepicker-fade-out-right {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(100%, 0, 0);
  }
}
@-moz-keyframes the-datepicker-fade-in-left {
  from {
    transform: translate3d(-100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes the-datepicker-fade-in-left {
  from {
    transform: translate3d(-100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes the-datepicker-fade-in-left {
  from {
    transform: translate3d(-100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes the-datepicker-fade-in-left {
  from {
    transform: translate3d(-100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes the-datepicker-fade-in-right {
  from {
    transform: translate3d(100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes the-datepicker-fade-in-right {
  from {
    transform: translate3d(100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes the-datepicker-fade-in-right {
  from {
    transform: translate3d(100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes the-datepicker-fade-in-right {
  from {
    transform: translate3d(100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

fieldset {
  
margin-top: 15px;
margin: 0 auto;
padding: 0;
border-radius: 25px;
width: 70%;
margin-top: 30px;
}

fieldset input{
	font-size:17px;
	line-height:15px;
}

fieldset li {
 
    color: black;
    float: left;
    font-size: 13px;
    list-style: outside none none;
    margin-top: 5px;
    width: 100%;
}

fieldset li input{
	width: 94% !important;
margin-left: 2% !important;
box-sizing: border-box !important;
-webkit-box-sizing: border-box !important;
color: #000 !important;
font-size: 17px !important;
line-height: 15px !important;
margin-bottom: 7px !important;
outline: 0 none !important;
padding: 7px 8px !important;
resize: none !important;
height: 45px !important;
font-weight: 300 !important;
}

fieldset li select{
	width: 94% !important;
margin-left: 2% !important;
box-sizing: border-box !important;
-webkit-box-sizing: border-box !important;
color: #000 !important;
font-size: 17px !important;
line-height: 15px !important;
margin-bottom: 7px !important;
outline: 0 none !important;

resize: none !important;
height: 45px !important;
font-weight: 300 !important;
}

.bemerkung{
width: 94.25%;
height: 85px;
font-size: 18px;
}

.dtext{
	float:right;
	width: 96%;
}

input.buchen{
background: gray !important;
border: medium none !important;
border-radius: 3px !important;
color: #fff !important;

font-size: 20px !important;
padding: 6px 15px !important;
transition: all 0.2s ease-in-out 0s !important;
-webkit-transition: all 0.2s ease-in-out 0s !important;
cursor: pointer !important;
font-weight: 300 !important;
border-radius: 0 !important;
}
input.buchen:hover{
	background: #746558 !important;
}

p.message{
	color:red;
	font-size:22px;
}

fieldset li label {
    color: white;
    float: left;
    font-size: 16px;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 5px;
    width: 25%;
	display:none;
}

.headline-border h3.uk-panel-title {
    font-size: 200%;
    margin-bottom: 0px;
    overflow: hidden;
    padding: 5px 0 20px;
        padding-top: 5px;
    padding-top: 15px;
    text-align: center;
}



div.headline-border{
	padding-left: 25%; padding-right: 25%;
}



.headline-border h3.uk-panel-title::before {
    right: 0.4em;
    margin-left: -50%;
}

.headline-border h3.uk-panel-title::after {
    left: 0.4em;
    margin-right: -50%;
}

title::before, .headline-border h3.uk-panel-title::after {
    background-color: #716558;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

title::before, .headline-border h3.uk-panel-title::before {
    background-color: #716558;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

a.anfahrt{
display: block;
border: 1.5px solid gray;
border-radius: 18px;

height: 90px;
padding-left: 25px;
padding-right: 25px;
background-color: white;
color: #716558;
font-weight: bold;
width: 150px;
margin: 0 auto;
text-align: center;
padding-bottom: 57px;}

a.anfahrt:hover{
	
	color:black;
}

a.buttonhaus{
display: block;
border: 1.5px solid gray;
border-radius: 18px;
padding-bottom: 40px;
float: left;
height: 90px;
padding-left: 40px;
padding-right: 40px;
background-color: white;
color: #716558;
font-weight: bold;
padding-top: 14px;
margin-bottom: 30px;
line-height: 23px;
}
a.buttonhaus:hover{
	
	color:black;
}

a.buttonkalender {
    display: block;
    border: 1.5px solid gray;
    border-radius: 18px;
   
    float: left;
   line-height: 23px;
    padding-left: 38px;
    padding-right: 38px;
    background-color: white;
    color: #716558;
    font-weight: bold;
    padding-bottom: 26px;
    font-size: 16px;
}

a.buttonkalender:hover{
	
	color:black;
}

a.buttonanfahrt{
display: block;
border: 1.5px solid gray;
border-radius: 18px;
padding-top: 12px;
float: left;
height: 90px;
padding-left: 50px;
padding-right: 50px;
background-color: white;
color: #716558;
font-weight: bold;
margin-bottom: 25px;
padding-bottom: 41px;
line-height: 23px;
}

a.buttonanfahrt:hover{
	
	color:black;
}



.grundrisse{width: 60%;margin: auto;}



a.linkbuchen{color:white;}




.tm-footer{
	display:none;
}

.tfw-calendar__logo{
	display:none;
}

.calendar__footer{
	display:none;
}


#bottom-c .uk-container-center{
	max-width:100% !important;
	margin-top: 15px;
}

div#bottom-c h3{
	font-weight:bold;
}

a.slimbox img{
	max-height:200px;
	width:300px;
}

.pg-cv-box-mod-ri{
	max-height:290px !important;
}

.pg-cv-box-img-mod-ri {
    max-height: 250px !important;
}


.search_button_vehicle {
	display:none !important;
} 


.okno_V img{
	width:auto !important;
	margin: 0 0 auto;
}

.okno_img a{ 
display:block;
text-align: center;
}

.okno_V {
    width: 360px !important;
}

#gallery .okno_V { 
margin: 0 0 10px !important;
}