*{
	box-sizing: border-box;
    font-family: 'Baloo', display;
}
body{
	margin: 0;
	padding: 0;
    font-family: 'Baloo', display;
}
header{
	background-color: #50742F;
	padding: 20px 0;
}

ul.lang {
    font-size: 18px;
    list-style-type: none;
    margin-bottom: 10px;
    margin-left: 0; 
    margin-right: 0;
    margin-top: 10px;
    text-align: right;
}
ul.lang li a{
	color: #fff;
	text-decoration: none;
}
.whiteBg{
    background-color: #fff;
    background-color: rgba(255,255,255,0.8);
    border-radius: 11px;
}
.paddingBox {
    padding-bottom: 9px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 9px;
}
.texte {
    background-image: url("../files/bilder/main.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 150px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 150px;
}
.texte b {
    color: #72253e;
    font-size: 19px;
    font-weight: bold;
}
.uk-slidenav-position{
	position: relative;
}

.paddingBox.headelineText {
    text-align: center;
} 
.paddingBox.headelineText b {
    display: block;
    font-size: 25px;
    margin-bottom: 7px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 8px;
}
.paddingBox p {
    font-size: 18px;
    line-height: 1.3em;
    padding-bottom: 2px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 16px;
}
.whiteBg > img {
    width: 100%;
}
.uk-slidenav-previous {
    color: #ece474; 
    font-size: 60px;
    left: 2px;
    opacity: 0.7;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%); 
}
.uk-slidenav-next{
	color: #ece474;
    font-size: 60px;
    right: 2px;
    opacity: 0.7;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);	
}
input#email {
    position: absolute;
    left: -20000%;
    opacity: 0;
}
.uk-slidenav:hover{
	color: #ece474;
    opacity: 1;
}

.bauernhofe {
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 50px;
}
.bauernhofe .uk-width-medium-1-4 {
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 5px;
}
.texteHoefe {
    background-color: #ece474;
    border-bottom-right-radius: 11px;
    border-top-right-radius: 11px;
    position: relative;
}
.bilderHoefe > div {
    border-bottom-left-radius: 11px;
    border-top-left-radius: 11px;
    overflow-x: hidden;
    overflow-y: hidden;
}
.texteHoefe h2 {
    color: #50742f;
    height: 100%;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 68px;
    text-align: center; 
    font-family: 'Baloo', display;
}
.texteHoefe h2 span{
    font-size: 16px;
}
.linksHoefe {
    bottom: 10px;
    position: absolute;
    right: 10px;
    text-align: right;
}
.linksHoefe a{
	color: #50742f;
}
.linksHoefe a:hover{
	text-decoration: none;
}

.anfrageBauenhofe {
    background-attachment: fixed;
    background-image: url("../files/bilder/anfrage.jpg");
    background-size: cover;
    padding-bottom: 150px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 150px;
}
.box_form2.chechbox > label {
    cursor: pointer;
    font-size: 16px;
    color: #fff;

}
.box_form3.chechbox > label {
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    padding-right: 30px;
    position: relative;
    z-index: 1;
}
.box_form3.chechbox > label a{
    color: #51752F;
}

.box_form label, .box_form_text label{
    display: none;
}
.box_form_text textarea {
    max-height: 224px;
    max-width: 100%;
    min-height: 224px;
    min-width: 100%;
}
.box_form > input, .box_form_text > textarea {
    font-family: 'Baloo', display;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: -moz-use-text-color;
    border-left-style: none;
    border-left-width: medium;
    border-right-color: -moz-use-text-color;
    border-right-style: none;
    border-right-width: medium;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: medium;
    font-size: 16px;
    margin-bottom: 12px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 12px;
    padding-bottom: 9px;
    padding-left: 8px;
    padding-right: 6px;
    padding-top: 9px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 11px;
}
.uk-datepicker-table a.uk-active {
    background-color: #50742F;
}
input[type="submit"]:hover {
    background-color: rgba(72, 105, 44,0.8);
    color: #fff
}
input[type="submit"]  {
     transition: all 0.2s ease-in 0.2s; /* explorer 10 */
    -webkit-transition: all 0.2s ease-in 0.2s; /* chrome & safari */
    -moz-transition: all 0.2s ease-in 0.2s; /* firefox */
    -o-transition: all 0.2s ease-in 0.2s; /* opera */

    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: rgba(255, 255, 255, 0.8);
    border-bottom-color: -moz-use-text-color;
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: -moz-use-text-color;
    border-left-style: none;
    border-left-width: medium;
    border-right-color: -moz-use-text-color;
    border-right-style: none;
    border-right-width: medium;
    border-top-color: -moz-use-text-color;
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
    border-top-style: none;
    border-top-width: medium;
    cursor: pointer;
    font-size: 16px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    text-transform: uppercase;
    width: 100%;
}

.anfrageBauenhofe h2 {
    background-color: rgba(80, 116, 47, 0.8);
    color: #fff;
    padding-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 25px;
    text-align: center;   
    border-radius: 11px;
    font-family: 'Baloo', display;
}
.box_form2.chechbox {
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 12px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}
footer{
	background-color: #50742F;
	padding: 20px 0;
}
footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
footer ul li a{
	color: #fff;
}
footer ul li a:hover{
	color: #fff;
	text-decoration: none;
}
.box_form > input[type="radio"] {
    margin-left: 5px;
    width: auto;
}
.box_form > input[type="checkbox"] {
    margin-left: 5px;
    width: auto;
}

.sliderShow .uk-slidenav{
    font-size: 170px;
}
.uk-dotnav {
    text-align: center;
}

.uk-dotnav li.uk-active, .uk-dotnav li:hover{
    border-bottom-color: #ece474;
    border-left-color: #ece474;
    border-right-color: #ece474;
    border-top-color: #ece474;
}
.uk-dotnav li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: transparent;
    border-bottom-style: solid;
    border-bottom-width: 5px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: transparent;
    border-left-style: solid;
    border-left-width: 5px;
    border-right-color: transparent;
    border-right-style: solid;
    border-right-width: 5px;
    border-top-color: transparent;
    border-top-style: solid;
    border-top-width: 5px;
    display: inline-block;
}
.uk-dotnav img {
    height: auto;
    width: 100px;
}




/* TEST CHECKBOX */
/* .roundedOne */
.roundedOne {
  width: 24px;
  height: 24px;
  position: relative;
  background: #fcfff4;
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
  display: inline-block;
  margin-left: 5px;
}
.roundedOne label {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5) inset, 0 1px 0 rgba(255, 255, 255, 1);
    cursor: pointer;
    height: 14px;
    left: 5px;
    position: absolute;
    top: 5px;
    width: 14px;
}
.roundedOne label:after {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #50742f;
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    box-shadow: 0 1px 1px white inset, 0 1px 3px rgba(0, 0, 0, 0.5);
    content: "";
    height: 14px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: -1px;
    width: 14px;
}

.roundedOne label::hover::after {
      opacity: 0.3;
} 
.roundedOne input[type=radio] {
    visibility: hidden;
}
.roundedOne input[type=radio]:checked + label:after {
  opacity: 1;
}
.roundedOne input[type=checkbox] {
    visibility: hidden;
}
.roundedOne input[type=checkbox]:checked + label:after {
  opacity: 1;
}

.roundedOne2 {
  margin-left: 5px;
  width: 24px;
  height: 24px;
  position: relative;
  background: #fcfff4;
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);    
  display: inline-block;
}
.roundedOne2 label {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5) inset, 0 1px 0 rgba(255, 255, 255, 1);
    cursor: pointer;
    height: 14px;
    left: 5px;
    position: absolute;
    top: 5px;
    width: 14px;
}
.roundedOne2 label:after {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #50742f;
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    box-shadow: 0 1px 1px white inset, 0 1px 3px rgba(0, 0, 0, 0.5);
    content: "";
    height: 14px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: -1px;
    width: 14px;
}
.roundedOne2 label::hover::after {
      opacity: 0.3;
} 
.roundedOne2 input[type=radio] {
    visibility: hidden;
}
.roundedOne2 input[type=radio]:checked + label:after {
  opacity: 1;
}
.roundedOne2 input[type=checkbox] {
    visibility: hidden;
}
.roundedOne2 input[type=checkbox]:checked + label:after {
  opacity: 1;
}



.roundedOne3 {
  margin-left: -25px;
  width: 24px;
  height: 24px;
  position: relative;
  background: #fcfff4;
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);    
  display: inline-block;
}
.roundedOne3 label {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5) inset, 0 1px 0 rgba(255, 255, 255, 1);
    cursor: pointer;
    height: 14px;
    left: 5px;
    position: absolute;
    top: 5px;
    width: 14px;
}
.roundedOne3 label:after {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #50742f;
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    box-shadow: 0 1px 1px white inset, 0 1px 3px rgba(0, 0, 0, 0.5);
    content: "";
    height: 14px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: -1px;
    width: 14px;
}
.roundedOne3 label::hover::after {
      opacity: 0.3;
} 
.roundedOne3 input[type=radio] {
    visibility: hidden;
}
.roundedOne3 input[type=radio]:checked + label:after {
  opacity: 1;
}

.roundedOne3 input[type=checkbox] {
    visibility: hidden;
}
.roundedOne3 input[type=checkbox]:checked + label:after {
  opacity: 1;
}


/* end .roundedOne */

.texteHoefe > a {
    display: block;
}
.texteHoefe > a:hover, .box_form2.chechbox a {
    text-decoration: none;
}
.linkWrap{
    box-sizing: border-box; 
    vertical-align: middle;
}
.texteHoefe:hover{
    background-color: #50742F ;
}
.texteHoefe:hover h2 {
    color: #ECE474 ;
}
.box_form2.chechbox a {
    color: #50742f;
    font-weight: bold;
}


@media (max-width: 959px) {
    .texte .uk-grid > div {
        margin-bottom: 25px;
    }
} 

@media (max-width: 576px) {
    .texteHoefe h2{
        padding-top: 40px;
    }
}

@media (max-width: 525px) {
    .texteHoefe h2{
        padding-top: 30px;
    }
} 



@media (max-width: 470px) {
    .texteHoefe h2{
            font-size: 18px;
    }
    .texteHoefe h2 span{
        font-size: 12px;
    }
} 



@media (max-width: 390px) {
    .texteHoefe h2{
        font-size: 16px;
    }
    .texteHoefe h2 span{
        display: none;
    }
} 
 



.mailOverlay {
    background-color: #50742f;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    left: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    max-width: 400px;
    position: fixed;
    right: 0;
    text-align: center;
    top: 50%;
    z-index: 20;
}
.mailOverlay h1 {
    color: #fff;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 13px;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 13px;
}
.invisible {
    position:absolute;
    left:-1000px;
    top:-1000px;
    width:1px;
    height: 1px;
    overflow:hidden;
    display:inline;
}



@media (max-width: 600px){
    .main .sliderShow ul.uk-dotnav{
        display: none;
    } 
}    