body{
    margin: 0;
    padding: 0;
    min-height: 100vh; 
    background: white; 
	font-family:Fira Sans Condensed ;
}

html {
  scroll-behavior: smooth;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

a{
	text-decoration:none;
color:black;
font-weight:bold;
}
a:hover{
text-decoration:underline;}


.main-content {
    width: 100%; 
    min-height: 100vh; 
   
    flex-direction: column; 
    align-items: center; 
    background: #fff; 
    padding: 0px; 
    
	margin:0;
}
content{
	display:block;
	width:100%;
	max-width:1100px;
	margin:0 auto;
}
footer {
    width: 100%; 
    border-top: 15px solid #00a5c3;
}



.navbar ul a:not(:last-child){
	border-right: 1px solid gray;
	padding-left:5px;
	}
	.navbar{display:flex;
	justify-content:space-between;
	align-items:center;
	
	}
	
	
.navie{
	display:flex;
justify-content:space-between;
}
	
	
.Logo{
width:150px;

}
.banner {width: 100%;
    max-height: 384px;
    background-image: url("BannerPointUp.webp");
    background-repeat: no-repeat;
    background-position: center center;

}

header{
	width:100%;
	max-width:1200px;
padding:0;
margin:0 auto;

}

.Balken {
    width: 100%;
    height: 15px;
    background-color: #91b63b;
}

.container {
    max-width: 1100px;
    margin: auto;
    display: flex;
    flex-direction: row;
}

.text {
    flex: 1; 
    padding: 20px; 
text-align:left;
}

.text-area p {
    resize: none;
}

.image {
    padding: 20px; 
}

.image img {
    max-width: 100%; 
	
}

.image-grid {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    background-color: #f4f4f4;
    padding: 50px 20px 75px 20px;
}

.image-grid > h1 {
    grid-column: 1 / -1; 
    text-align: start;
    margin-bottom: 20px; 
    font-size: 24px; 
    color: #333;
}

.image-grid a {
    border-radius: 5px;
    background: #fff;
    font-weight: 400;
}

.image-grid a:hover {
    text-decoration: none;
}

.image-grid .image {
    border-radius: 5px;
}

section#sortiment p {
    margin-bottom: 0;
}

.image {
    overflow: hidden;
	background:white;
}

.image img {
    width: 100%; 
    height: auto;
	
}
.text{
background-color:white;}


.contenchefs {
    display: flex;
    align-items: start;
    justify-content: space-between;
    padding: 0;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.text-area {
    flex: 2;
    max-width: 50%;
    margin: 0;
    padding: 0;
    line-height: 26px;
    font-size: 18px;
    text-align: justify;
    margin-right: 5%;
}

.image-area {
    display: grid;
    grid-template-columns: repeat(2, 150px);
    grid-template-rows: auto;
    gap: 30px;
    width: fit-content;
    padding: 20px;
}

.image-area img {
    width: 150px; 
    height: 150px;
    border-radius: 50%;
    object-fit: cover; 
	
} 
.kontakt {
    max-width: 1100px;
    margin: auto;
    position: relative;
    background-color: #f4f4f4;
    padding: 75px 20px;
    text-align: center;
}

.top-line, .bottom-line {
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #2b3136;
}

.top-line {
    top: 10px;
}

.bottom-line {
    bottom: 10px;
}

h2 {
    margin-top: 20px; 
    color: black;
}

.kontakt h2 {
    margin-bottom: 20px;
    margin-top: 45px;
}

.contact-button {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 45px;
    background-color: #91b63b;
    color: white;
    border: none;
    padding: 10px 50px;
    font-size: 20px;
    cursor: pointer;
    border-radius: 5px;
}

.contact-button:hover {
    background-color: darkgreen; 
}

.innerkontakt {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #111;
    border-bottom: 1px solid #111;
}

.laptop {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
}

.text {
    flex: 1;
    padding: 20px; 
	
}

.image {
    flex: 1; 
    padding: 20px; 
}

.image img {
    max-width: 100%; 
}

.fullcontainer {
    background: #f4f4f4;
    width: 100%;
margin-top:60px;
}

.smallcontainer {
    margin-top: 60px;
}



.onlineshop {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 20px;
}

.onlineshop2 {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 50px 20px 75px 20px;
}

.onlineshop2 .image {
    background: none;
    padding: 0;
}

.onlineshop2 .text {
    background: none;
}

.onlineshop > h1 { 
grid-column: 1 / -1; 
text-align: start;    
margin-bottom: 20px; 
}

.onlineshop2 > h1 { 
grid-column: 1 / -1; 
text-align: start;    
margin-bottom: 20px; 
}

.image {
overflow: hidden; 
}

.image img {  
width: 100%; 
height: auto; 
}

.text {  
background-color: white; 
padding: 10px; 

}

h1 {
    font-size: 24px;
}

.footer {

    background-color: #c5c5c5;

}

.footergesamt {
    display: flex;
    justify-content: space-between;
    align-items: start;
    background-color: #c5c5c5;
    color: black;
    padding: 60px 0;
max-width:1200px;
margin:0 auto;
}

.footer-logo img {
    width: 150px;
    height: auto;
	
}
h3{
color:#00a5c3;}
	
.footer-content {
    text-align: left;
}

	


.footer-logo {
    flex: 1;  
}
h3{
color:#00a5c3;}

.footer-content {
    flex: 2;  
    margin-left: 20px;  

}

.footer-content h3 {
    margin-top: 0;
}

.footer-content p {
    margin-bottom: 0;
}

.footer-content a {
    color: black; 
    text-decoration: none;
}

.footer-content a:hover {
    text-decoration: underline; 
}







/* nav styles */

.navbar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  font-size: 1.8rem;
  color: rgb(5, 5, 116);

}

.hamburger {
    margin-top: 6px;
    padding-right: 20px;
    cursor: pointer;
}

.hamburger .line {
    border-radius: 45px;
    display: block;
    width: 40px;
    height: 5px;
    margin-bottom: 7px;
    background-color: black;
}

.nav__link {
    position: absolute;
    width: 100%;
    top: 60px;
    background-color: #f5f5f5;
}

.nav__link a {
  display: block;
  text-align: center;
  padding: 10px 0;
}



.hide {
  display: none;
}


/* scroll to top styles */

.scrollToTop {
    background: #00a5c3;
    color: #fff;
    width: 22px;
    height: 22px;
    padding: 12px;
    border-radius: 5px;
    margin: 0 30px 20px 0;
    text-align: center;
    text-decoration: none;
    position: fixed;
    bottom: 0;
    right: 0;
    display: none;
}

.scrollToTop:hover {
  text-decoration: none;
}


.scrollToTop:before {
  content: "";
  position: absolute;
  inset: 30%;
  transform: translateY(20%) rotate(-45deg);
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
}


/* viewport styles */



@media screen and (min-width: 1260px) {

.banner{
height: 384px; 
}

img.Logo {
    margin: 28px 0 28px 0;
}

}



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

.footer-logo {
    padding: 0 20px 40px 20px;
}

.text-area {
    padding: 20px;
}

}



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

img.Logo {
    margin: 28px 0 28px 20px;
}

}



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

.nav__link a {
    display: inline-block;
    padding: 0px 15px;
    font-weight: 600;
}

.banner2 {
    padding-top: 91px;
}

}


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

img.Logo {
    margin: 20px 0 20px 20px;
}

.banner2 {
    padding-top: 74px;
}


.image-area {
    grid-template-columns: repeat(2, 130px);
    gap: 20px;
    padding-left: 0;
}

.image-area img {
    width: 130px; 
    height: 130px;	
}

}


@media screen and (min-width: 768px) and (max-width: 1259px) {

img.tabletbanner {
    display: block !important;
height: auto;
width: 100%;
}


}



@media screen and (min-width: 768px) and (max-width: 1023px) {

.nav__link a {
    padding: 0px 6px;
}

.nav__link a:first-child {
    padding-left: 0;
}

}


@media screen and (min-width: 768px) {


.footer {
    border-top: 20px solid #00a5c3;
}

.nav__link a {
    border-right: 2px solid #c5c5c5;
}

.nav__link a:last-child {
    border: 0;
}

.Balken {
    height: 20px;
}

  .nav__link {
    display: block;
    position: static;
    width: auto;
    background: none;
  }

.nav__link a {
    display: inline-block;
    font-weight: 600;
}

  .hamburger {
    display: none;
  }


}


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



.nav__link a {
    font-size: 18px;
}

.nav__link {
    box-shadow: 0 4px 4px rgba(0,0,0,0.12);
}

img.Logo {
    margin: 13px 0 13px 20px;
}

.banner2 {
    padding-top: 60px;
}

.container h1 {
    margin: 0;
}

.container .text-area {
    padding-top: 0;
}

img.mobilebanner {
    display: block !important;
height: auto;
width: 100%;
}

.banner {
    width: 100%;
    height: auto;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center center;
}

.container {
    flex-direction: column;
}

.contenchefs {
    flex-direction: column;
}

.laptop {
    flex-direction: column;
}

.text-area {
    max-width: 100%;
    margin-right: 0;
}

.footergesamt {
    padding-top: 50px;
    flex-direction: column;
}

.image-area {
    padding: 30px;
    margin: 0 auto;
}

.onlineshop2 {
    grid-template-columns: repeat(2, 1fr);
}

.image-grid {
    grid-template-columns: repeat(2, 1fr);
}

}





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

.onlineshop2 {
    grid-template-columns: repeat(1, 1fr);
}

.image-grid {
    grid-template-columns: repeat(1, 1fr);
}

}



/* test-area */



section {

  scroll-margin-top: 90px;
 

}


header {
    position: fixed;
    top: 0;
    z-index: 9;
    width: 100%;
max-width: 100%;
    padding: 0;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 4px 4px rgba(0,0,0,0.12);
}

.navie {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}



