body {
    background-color: pink;
    margin: 20px;
    padding: 0px;
    cursor: url(./Material/Logo/hollow-toilet.png), auto;
 }

.comfortaa {
  font-family: "Comfortaa", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}


.lilita-one-regular {
    font-family: "Lilita One", sans-serif;
    font-weight: 400;
    font-style: normal;
  }


.titel{
    font-size: 60pt;
    color: rgb(20, 20, 200);
    margin-bottom: 20px;
    margin-top: 20px;
    font-family: "Lilita One", sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: 20px;
}

.titel:hover {
    color: pink;
    cursor: pointer;
    border-radius: 20px;
    border: 2px;
    background-color: rgb(20, 20, 200);
}

p{
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 14pt;
    color: rgb(20, 20, 200);
    margin:5px;
    line-height: 23px;
  }


.p-bold{
  font-style: bold;!important
}


h1 {
    font-family: "Lilita One", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin:5px;
    margin-top: 10px;
    color: rgb(20, 20, 200);
  }
  h2 {
    font-family: "Lilita One", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin:5px;
    margin-top: 10px;
    color: rgb(20, 20, 200);
  }

  h3 {
    font-family: "Lilita One", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin:5px;
    margin-top: 10px;
    color: rgb(20, 20, 200);
  }

a{
    text-decoration: none;
}

/* Grundlegende Styles für das Menü */
.menu_1 {
    display: flex;
    justify-content: center;
  }
  
  .menu_1 li a {
    display: block;
    color: rgb(20, 20, 200);
    text-align: center;
    font-family: "Lilita One", sans-serif;
    font-weight: 400;
    font-style: bold;
    font-size: 40pt;
    text-decoration: none;
    padding-left: 40px;
    padding-right: 40px;
  }

  
  .menu_1 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style-type: none;
  }

  .menueobjekt{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    padding-bottom: 7px;
    transition: all 0.2s;
    margin-left: 10px;
    margin-right: 10px;
  }

  .menueobjekt:hover {
    color: pink;
    cursor: pointer;
    border-radius: 20px;
    border: 2px;
    background-color: rgb(20, 20, 200);
}

#footerobjekt {
    font-size: 20pt;
    cursor: pointer;
}


/* header */
  .logo-titel {
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center;       
  }

  #logo{
    max-width: 200px;
    max-height: auto;
  }

  #logo:hover{
    content: url('./Material/Logo/klo-offen.png');
    transition: content 0.3s ease;
    cursor: pointer;
  }
  
  .inhalt{
    background-image: url("./Material/Logo/fliesen-textur.webp");
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
   }
  

/* grid */

.grid{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-auto-rows: minmax(200;auto);
    grid-gap: 10px;
    margin-bottom: 50px;
    margin-top: 50px;
}
.grid-2{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-auto-rows: minmax(200;auto);
  grid-gap: 20px;
  margin: 50px;
}

/*
.grid-container{
    width: 100%;
    height: auto;
    margin:20px;  
}*/

.h-1{
    grid-row: span 1; 
}
.h-2{
    grid-row: span 2; 
}
.h-3{
    grid-row: span 3; 
}
.h-4{
    grid-row: span 4; 
}


.grid-item{
width: 100%;
height: 100%;
background-color: white;
border-radius: 10px;
display: flex;
flex-direction: column;
}

.grid-item .image{
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 10px;
}

.grid-item .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;  
    transition: all 0.2s;  
}

.grid-item .text{
    color: rgb(20, 20, 200);
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 5px;
    margin-right: 5px;
    margin-top:5px;
}

/* KAUF BUTTON */

.kaufbutton{
  display: block;
  color: rgb(20, 20, 200);
  text-align: center;
  font-family: "Lilita One", sans-serif;
  text-decoration: none;
  font-weight: 400;
  font-style: bold;
  font-size: 20pt;
  background-color: pink;
  border-radius: 20px;
  border-color: rgb(20, 20, 200);
  padding: 10px;
  margin: 10px;
  cursor: pointer;
  position: bottom;
  transition: all 0.5s;
  width: 90%;
  
}

/*
.kaufbutton::before {
  content: '';
  background-color: rgba(20,20,200,0.1);
  transition: all 0.3s;
}
.kaufbutton:hover::before {
  opacity: 0 ;
  transform: scale(0.5,0.5);
}
.kaufbutton::after {
  opacity: 0;
  transition: all 0.3s;
  border: 1px solid rgba(75, 75, 200, 0.5);
  transform: scale(1.2,1.2);
  color:pink;
}
.kaufbutton:hover::after{
  opacity: 1;
  transform: scale(1,1);
}
*/



.kaufbutton:hover{
    background-color: rgb(20, 20, 200);
    color: pink;
}
    

.footer{
    margin-top: 40px;
    outline-width: 2px;
    outline-color: rgb(20,20,200);
}



@media  screen and (max-width: 700px) {
    .grid, .grid-2{ 
    grid-template-columns: repeat(1,1fr); 
}
    .titel{
        font-size: 50px;
        display: block;
        align-items: center;
        justify-content: center;
        padding: 12px;
    }
}

.grid-2-item{
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 10px;
  padding: 20px;
  }

.grid-2-item .image{
   display: none;
    }
   

  .plus {
    width:20px;
			height:20px;
			background:pink;
			border-radius:20px;
			padding: 5px;
			border:2px solid;
      border-color: rgb(20, 20, 200);
      display: inline-block;
      vertical-align: middle;
      text-align: center;
      font-family: "Lilita One", sans-serif;
  }

  .minus{
    width:20px;
    height:20px;
    background: rgb(20, 20, 200);
    border-radius:20px;
    padding: 5px;
    border:2px solid;
    border-color: rgb(20, 20, 200);
    color: pink;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-family: "Lilita One", sans-serif;
  }


  

  



  