/* CSS Document */

@font-face {
    font-family: 'folex';
    src: url('/fonts/folex.woff2') format('woff2'),
         url('/fonts/folex.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'fomobo';
    src: url('/fonts/folex.woff2') format('woff2'),
         url('/fonts/folex.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html, html * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    font-family: 'fomore', sans-serif;
}
.hero {
    width: 100%;
    height: auto;
}
.logobox {
    width: 100%;
    text-align: right;
    padding: 0px 5px 0 0;
    position: relative;
    top: -10px;
    z-index: 0;
}
.logo {
    width: 180px;
    height: auto;
}
.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    margin: -70px 0 0 0;
    text-align: right;
    /*	border:1px solid #000;*/
    height: 40px;
    float: right;
    z-index: 1;
}
.menubox {
    width: 100%;
    padding-bottom: 20px;
}
.hamburger {
    width: 40px;
    height: auto;
    background-color: #ffed00;
    padding: 5px;
}
.cards {
    width: 98%;
    max-width: 1190px;
    margin: 0px auto 20px auto;
}
.cards img {
    width: 100%;
    height: auto;
}
.col {
    width: 100%;
}
.half {
    margin-bottom: 1%;
}
.row:before, .row:after {
    content: "";
    display: table;
}
.row:after {
    clear: both;
}
.newstop {
    width: 100%;
    float: left;
}
.newspadding {
    border-bottom: 8px solid #fff;
    padding: 25px 0;
}
.newspadding:last-child {
    border-bottom: 0px solid #fff;
}
.newsbox {
    background: url(/templates/augensaft/images/news-bg-2024.jpg); 
	padding: 180px 0 80px 0;
}
.newstxt h2, .videotitle {
    padding: 10px 0 20px 0;
    font-family: 'fomobo', sans-serif;
    font-weight: 600;
    color: #006378;
    margin: 0;
}
.inner {
    width: 98%;
    max-width: 1190px;
    margin: 0 auto;
    padding: 0 1%;
}
.bottomleft {
    width: 98%;
}
.bottomright {
    width: 98%;
}
footer h2 {
    color: #006378;
    font-family: 'fomobo', sans-serif;
    font-weight: 600;
    padding: 20px 0;
    font-size: 200%;
}
footer h3 {
     font-family: 'fomobo', sans-serif;
    font-weight: 600;
    padding: 20px 0;
    font-size: 130%;
}
footer p {
    padding-bottom: 20px;
}
.mail {
    height: 38px;
    width: auto;
}

.whatsapp{
	width: 70px;
	height: auto;
}

.iframebox {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    z-index: 0;
}
.iframebox iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.newsbox h1 {
    width: 100%;
    color: #006378;
    font-family: 'fomobo', sans-serif;
    font-weight: 600;
    padding: 10px 0 20px 0;
    display: inline-block;
}
.newsbox p {
    padding-bottom: 20px;
    max-width: 800px;
}
.newsbox a:link, .newsbox a:visited {
    color: #006378;
}
.newsbox a:hover {
    text-decoration: none;
}
.newsbox ul {
    margin-left: 15px;
    padding-bottom: 20px;
}
.newsbox li {
    padding-bottom: 5px;
}
.droppicsgallery img {
    width: 100%!important;
    height: auto;
}
.droppicsgallery .wimg > a {
    width : 100% !important;
}
.newsimg {
    padding: 20px 0 0 0;
}
.newsimg img {
    width: 100%;
    max-width: 372px;
    height: auto;
}
.newstxt {
    padding-bottom: 20px;
}
.newsborder {
    clear: both;
    height: 8px;
    border-top: 8px solid #ffffff;
}
.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-y: auto;
    transition: 0.5s;
}
.overlay-content {
    position: relative;
    top: 0px;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay-content ul{
	margin-top:50px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #ffffff !important;
    display: block;
    transition: 0.3s;
}
.overlay a:hover, .overlay a:focus, .overlay li.active a {
    color: #ffed00 !important;
}
.overlay .closebtn {
    position: absolute;
    top: 0px;
    right: 15px;
    font-size: 60px;
}
.pointer {
    cursor: pointer
}
.impressum {
    text-align: center;
}

a:link, a:visited{
    color:#006378;
}

.standort{
    width: 100%;
}

@media screen and (max-height: 450px) {
.overlay {
    overflow-y: auto;
}
.overlay a {
    font-size: 20px
}
.overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
}
}

@media (min-width: 360px) {
.half {
    width: 48%;
    margin: 1%;
}
.col {
    float: left;
}
}

@media (min-width: 480px) {
.logobox {
    top: -30px;
}
.sticky {
    margin: -120px 0 0 0;
}
}

@media (min-width: 550px) {
.logo {
    width: 200px;
    height: auto;
}
.sticky {
    margin: -130px 0 0 0;
    text-align: right;
}
}

@media (min-width: 550px) {
.droppicsgallery img {
    width: 225px !important;
    height: auto;
}
.droppicsgallery .wimg > a {
    width : 225px !important;
}
}

@media (min-width: 650px) {
.menubox {
    width: 100%;
    padding-bottom: 50px;
}
.logobox {
    top: -50px;
}
.logo {
    width: 240px;
    height: auto;
}
.sticky {
    margin: -160px 0 0 0;
    text-align: right;
}
.newsbox h1 {
    padding: 30px 0 20px 0;
}
.newsimg {
    width: 49%;
    margin: 0 1% 0 0;
    padding: 0;
}
.newsimg img {
    width: 100%;
    max-width: none;
    height: auto;
}
.newstxt {
    width: 47%;
    margin: 0 1% 1% 2%;
    padding-bottom: 20px;
}
.newstxt h2 {
    padding: 0px 0 20px 0;
}
}

@media (min-width: 750px) {
.menubox {
    width: 100%;
    padding-bottom: 70px;
}
.logo {
    width: 260px;
    height: auto;
}
.sticky {
    margin: -180px 0 0 0;
    text-align: right;
}
.half {
    width: 31.33%;
    margin: 1%;
}
.cards {
    margin: 0px auto 20px auto;
}
.bottomleft {
    width: 38%;
    margin: 1%;
}
.bottomright {
    width: 58%;
    margin: 1%;
}
.newsimg {
    width: 32.33%;
    margin: 0 1% 0 0;
}
.newstxt {
    width: 64.66%;
    margin: 0 1% 1% 1%;
}
.newsborder {
    margin-left: 34.33%;
}
}

@media (min-width: 850px) {
.menubox {
    width: 100%;
    padding-bottom: 100px;
}
.logo {
    width: 280px;
    height: auto;
}
.sticky {
    margin: -230px 0 0 0;
    text-align: right;
}
}

@media (min-width: 950px) {
.menubox {
    width: 100%;
    padding-bottom: 120px;
}
.logobox {
    top: -70px;
    padding: 0 10px 0 0;
}
.logo {
    width: 300px;
    height: auto;
}
.sticky {
    margin: -260px 0 0 0;
    text-align: right;
}
.hamburger {
    width: 60px;
    padding: 10px;
}
}

@media (min-width: 1050px) {
.menubox {
    width: 100%;
    padding-bottom: 140px;
}
.logo {
    width: 330px;
    height: auto;
}
.sticky {
    margin: -290px 0 0 0;
    text-align: right;
}
}

@media (min-width: 1150px) {
.menubox {
    width: 100%;
    padding-bottom: 170px;
}
.logobox {
    top: -50px;
}
.logobox {
    top: -100px;
}
.logo {
    width: 360px;
    height: auto;
}
.sticky {
    margin: -330px 0 0 0;
    text-align: right;
}
}

@media (min-width: 1250px) {
.menubox {
    width: 100%;
    padding-bottom: 200px;
}
.logobox {
    top: -110px;
}
.logo {
    width: 390px;
    height: auto;
}
.sticky {
    margin: -360px 0 0 0;
    text-align: right;
}
}

@media (min-width: 1650px) {
.inner {
    padding: 0 0.5%;
}
.logobox {
    top: -120px;
}
}

#cookiehintinfo a{
    color:black;
}

.blog-item {
	padding-bottom:40px;
	padding-top:40px;
	 border-bottom: 2px solid white;
}

.blog-item .item-image, .blog-item .item-image img {
  max-width: 100%;
	width:368px;
}


@media (min-width: 960px) {

.blog-item {
  display: flex;
  align-items: flex-start;
  gap: 20px; /* Abstand zwischen Bild und Text */
  margin-bottom: 2rem;
	padding-bottom:40px;
	 border-bottom: 2px solid white;
}

.blog-item .item-image {
  flex-shrink: 0;
  max-width: 100%;
	width:368px;
}

.blog-item .item-image img {
  width: 100%;
  height: auto;
  display: block;
}

.blog-item .item-content {
  flex: 1;
}
	
}	
