.menu-block{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0px;    
    background-color: rgb(0, 51, 36);
    margin-top: 30px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.4);
}
.menu-block img {
    max-width: 50%;
    height: auto;
    display: block;
}
.menu-block a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: inherit;
    width: 165px;
    height: auto;
   
   
}
.menu-block p {
    margin: 0;
    padding: 10px;
    font-size: 1.1rem;
    color: rgb(240, 222, 120);
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    position: relative;
    border: 0.75px solid currentColor; /* Äußerer Rahmen */
    padding: 3px; /* Abstand zwischen äußerem und innerem Rahmen */
    box-sizing: border-box;
}

.menu-block p .inner-frame {
    display: inline-block;
    padding: 5px;
	padding-top: 12px;
	padding-bottom: 12px;
    border: 0.5px solid currentColor; /* Innerer Rahmen */
    box-sizing: border-box;
	width: 100%;
}

.menu-block.img-right a {
	margin-left: 10px;
}

.menu-block.img-left a {
	margin-right: 10px;
}

.zitat {
    font-size: 1.3rem;
    text-align: center;
    color: rgb(240, 222, 120);
    margin: 0;
    padding: 25px;
	background-color: rgb(0, 51, 36);
	font-family: 'Snell Roundhand', cursive;
}
.site-title {
    font-size: 1.5rem;
    text-align: center;
    color: rgb(240, 222, 120);
    margin: 0;
    padding: 15px;
	background-color: rgb(0, 51, 36);
	font-family: 'Snell Roundhand', cursive;
}

.zitat-author{
	font-size: 1rem;
}

.margin-top-30{ 
	margin-top: 30px;
}
.no-margin{
	margin: 0 !important;
}


.img-block{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0px;    
    background-color: rgb(0, 51, 36);
    margin-top: 30px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.4);
}
.img-block img {
    max-width: 50%;
    height: auto;
    display: block;
}

.img-block p {
    margin: 0;
    padding: 10px;    
    color: rgb(240, 222, 120);    
    text-align: center;
    white-space: normal; /* Ermöglicht automatischen Textumbruch */
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
 
.green-block-center{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0px;    
    background-color: rgb(0, 51, 36);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.4);
	margin-bottom: 25px;
}

.green-block-center p {
	margin: 0;
    padding: 20px;    
    color: rgb(240, 222, 120);    
    text-align: center;
    white-space: normal; /* Ermöglicht automatischen Textumbruch */
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
	
}

.green-block-center-std{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0px;    
    background-color: rgb(0, 51, 36);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.4);
	margin-bottom: 25px;
}

.green-block-center-std p {
	margin: 0;
    padding: 20px;    
    color: rgb(240, 222, 120);    
    text-align: center;
    white-space: normal; /* Ermöglicht automatischen Textumbruch */
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
	font-size: 1.3rem;
	
}

.text-block-button {
    display: flex;
    justify-content: center; /* zentriert horizontal */
    margin-top: 30px;
    background-color: transparent; /* kein grüner Balken */
    box-shadow: none; /* optional: kein Schatten, da nur Button grün sein soll */
}

.text-block-button a {
	  display: inline-block;
	  text-decoration: none;
	  color: rgb(240, 222, 120);
	  background-color: rgb(0, 51, 36);
	  border: 0.75px solid rgb(240, 222, 120);
	  padding: 3px 3px;
	  font-size: 1.1rem;
	  font-style: italic;
	  box-sizing: border-box;
	  transition: background-color 0.3s ease;
	   box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
}

.text-block-button a:hover {
    background-color: rgb(10, 71, 50); /* optional: hover Effekt */
}

.button-frame {
    display: inline-block;
    border: 1px solid rgb(240, 222, 120); /* innerer Rahmen */
    padding: 14px 45px;
    box-sizing: border-box;
}


.text-left{
	text-align: start !important; 
}
.link_no_deco{
	 text-decoration: none; 
	 color: inherit;
}
/* Tablet- und Desktop-Stile */
@media (min-width: 768px) {
	.menu-block{
		margin-top: 55px;
	}
	.menu-block img {
		max-width: 60%;
		
	}
	.menu-block a {
		width: 250px;
	}
	.menu-block p{
		font-size: 1.5rem;		
    }
	.menu-block.img-right a {
		margin-left: 35px;
	}

	.menu-block.img-left a {
		margin-right: 35px;
	}

    .zitat {
        font-size: 1.9rem;
    }
	.margin-top-30{ 
		margin-top: 55px;
	}
} 

@media (min-width: 1024px) {
	.menu-block{
		margin-top: 55px;
	}
	.menu-block img {
		max-width: 60%;		
		
	}
    .menu-block p{
		font-size: 1.6rem;
		width: 235px;
    }	   
 

    .zitat {
        font-size: 2rem;
		padding: 65px;
    }
}
