
/* This code is only meant for previewing your Reflow design. */
.SymbolsWebyep {
    height: 20px;
    width: 20px;
}
.SymbolsWebyep img {
    height: 20px;
    width: 20px;
}
.Symbols img {
  width: 30px;
    height: 30px;
    
}
.Symbols {
  width: 150px;
    height: 30px;
    
}

.Taste {
  background-color: #4F6022; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 17px;
    width: 200px;
    display: flex;
    margin: auto;
}

.Taste a:link {
  background-color: #4F6022; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 17px;
    margin: auto;
}

/* This code is only meant for previewing your Reflow design. */
.Slides img {
	width: 100%;
	height: auto;
}

.Txt_Top {
    color: #FFF;
    font-family: Lato, sans-serif, Gill Sans, Gill Sans MT;
    text-align: center;
    font-style: normal;
    font-size: 2.5em;
    font-weight: bold;
}
.Txt_Top a:link {
    color: #FFF;
    font-family: Lato, sans-serif, Gill Sans, Gill Sans MT;
    text-align: center;
    font-style: normal;
    font-weight: bold;
}
.Txt_Top a:hover {
    color: #FFF;
    font-family: Lato, sans-serif, Gill Sans, Gill Sans MT;
    text-align: center;
    font-style: normal;
    font-weight: bold;
}
.Txt_Top a:visited {
    color: #FFF;
    font-family: Lato, sans-serif, Gill Sans, Gill Sans MT;
    text-align: center;
    font-style: normal;
    font-weight: bold;
}
.Logo_Top {
   height: 100%;
    width: auto;
    align-content: center;
    text-align: center;
}
.Logo_Top img {
   height: 100%;
    width: auto;
    align-content: center;
    text-align: center;
}
.Sprachwahl {
    color: #000;
    font-family: Lato, sans-serif, Gill Sans, Gill Sans MT;
    text-align: center;
    font-style: normal;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
}
.Sprachwahl a:link {
    color: #000;
    font-family: Lato, sans-serif, Gill Sans, Gill Sans MT;
    text-align: center;
    font-style: normal;
    font-weight: bold;
}
.Sprachwahl a:hover {
    color: #000;
    font-family: Lato, sans-serif, Gill Sans, Gill Sans MT;
    text-align: center;
    font-style: normal;
    font-weight: bold;
}
.Sprachwahl a:visited {
    color: #000;
    font-family: Lato, sans-serif, Gill Sans, Gill Sans MT;
    text-align: center;
    font-style: normal;
    font-weight: bold;
}

.Txt_Title {
    color: #4F6022;
    font-family: Lato, sans-serif, Gill Sans, Gill Sans MT;
    text-align: center;
    font-style: normal;
    font-size: 1.9em;
    font-weight: 500;
}
.Txt_Text {
    color: #000000;
    font-family: Lato, sans-serif, Gill Sans, Gill Sans MT;
    text-align: center;
    font-style: normal;
    font-size: 1.4em;
    font-weight: 200;
}
.Txt_Text a:link a:hover a:active {
    color: #000000;
    font-family: Lato, sans-serif, Gill Sans, Gill Sans MT;
    text-align: center;
    font-style: normal;
    font-size: 1.4em;
    font-weight: 200;
}

.Footer_Logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    overflow: hidden;
}

.Footer_Adresse {
    color: #FFF;
    font-family: Lato, sans-serif, Gill Sans, Gill Sans MT;
    font-size: 20px;
    line-height: normal;
    text-align: center;
    text-decoration: none;
}
.Footer_Adresse a:link, a:visited, a:active {
    color: #FFF;
    font-family: Lato, sans-serif, Gill Sans, Gill Sans MT;
    font-size: 20px;
    line-height: normal;
    text-align: center;
    text-decoration: none;
}
.Footer_Adresse a:hover {
    color: #FFF;
    font-family: Lato, sans-serif, Gill Sans, Gill Sans MT;
    font-size: 20px;
    line-height: normal;
    text-align: center;
    text-decoration: underline;
}

/* WEBYEP GALLERY START */
.WebYepBilderContainer {
	
}
.WebYepBilderContainer td {
	border:                 4px solid #403727;
	background-color:       #f4f4f4;
	padding:                4px;
	vertical-align:         middle;
	text-align:             center;
	-moz-box-shadow:        0 0 3px 1px #ccc;
	-webkit-box-shadow:     0 0 3px 1px #ccc;
	-moz-border-radius:     3px;
	border-radius:          3px;
}
.WebYepBilderImage img {
	width: 100px;
	height: 100px;
	border:                 4px solid #403727;
	background-color:       #f4f4f4;
	padding:                4px;
	vertical-align:         middle;
	text-align:             center;
	-moz-box-shadow:        0 0 3px 1px #ccc;
	-webkit-box-shadow:     0 0 3px 1px #ccc;
	-moz-border-radius:     3px;
	border-radius:          3px;
    
}
.WebYepBilderImage {

}

/* Ganzer Container für alle Bilder*/
.WebYepGalleryContainer {
    border-spacing: 10px;
    empty-cells: hide;
   
}

.WebYepGalleryContainer td {
    border:                 1px solid #aaa;
    background-color:       #fff;
    padding:                3px;
    height:                 190px;
    vertical-align:         middle;
    text-align:             center;
}

.WebYepGalleryImage img {
object-fit: cover;
width: 100%;
height: 190px;}


/* Container für einzelnes Bild*/
.WebYepGalleryImage {
    line-height: 0px;
    border-width: 5px;
    border-color: #999999;
    padding: 5px;
    margin: 5px;
}
.WebYepGalleryText {
    font-family: Lato, sans-serif, Gill Sans, Gill Sans MT;
	font-size: 12px;
	font-style: normal;
	text-align: center;
	vertical-align: bottom;
}
.WebYepGalleryImage + div + .WebYepGalleryText {
    display:                block;
}

@media only screen and (max-width: 1024px) {

     .Logo_Top {
    width: 100%;
    align-content: center;
    text-align: center;
}
}
/* WEBYEP GALLERY END */
@media only screen and (max-width: 768px) {
        .Logo_Top {
   height: 40px;
    width: 100%;
    align-content: center;
    text-align: center;
}
    .Txt_Top {
    font-size: 1.6em;
}
    }
