
h1 {
    color: darkgreen;
   font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: center;
}

h2 {
    color: darkgreen;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

h4 {
    color: darkgreen;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

 .Valentin h2 {
    color: rgb(100, 0, 22);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;


}

h3 {
    color: darkgreen;
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.Valentinborder{
    border: rgb(100, 0, 22) solid;
    border-radius: 25px;
    margin-left:  50px;
    margin-right: 50px;
    padding: 5px 5px 5px 5px;
}

body {
    background-color: rgb(104, 121, 104);
    align-items: center;
    text-align: center;
    margin: auto;
    
    
}

p {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.slick-slide img {
    width: 100%;
    margin: auto;

}

figcaption {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.regular.slider {
    width: 80%;
    margin: 0 auto 0 auto;
}


.slick-list .draggable  {
    align-self: center;
}

.ssection.article {
    border: 8px darkgreen;
    border-radius: 2px;
}

.navigation li {
    list-style-type: none;
}

.navigation {
    margin-bottom: 0;
    margin-top: 0;
}

.produkte li {
    font-size: 0.7em;
    list-style-type: none;
}

.produkte {
    margin: 0;
    padding-left: px;
}

.bestellbutton {
    background-color:darkseagreen;
    border: 5px solid green;
    border-radius: 20px;
    padding: 10px;
    box-shadow: darkseagreen 5px 5px 10px;
    transition: 0.5s;   
}

.bestellbutton:hover {
    transform: scale(120%);
}

footer h2 {
    color: rgb(0, 0, 0)
}

footer img {
    padding-left: 10px;
    padding-bottom: 10px;

}
footer img:hover {
    opacity: 0.5;
}

.SM {
    border-style: solid;
    border-color: rgb(19, 80, 19);
    border-radius: 30px;
    background-color: rgb(19, 80, 19);
    align-items:baseline;   
    padding: 5px;
    margin-top: 15px;
    width: 80%;
    display:flow-root;
}

footer {
    border-style: solid;
    border-color: black;
    border-radius: 30px;
    background-color:  rgb(104, 121, 104);
    width: 80%;
    align-items:baseline;
    padding: 5px;   
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: color darkseagreen 5px 5px 5px 10px;

}

.kontaktbuttons img {
    padding: 100px;
}



.apfeltrockner_herbst {
    border: 3.5px solid black;
    border-radius: 6px;
    width: 70%;
    margin: 0 auto 20px auto;
    
}
    

.apfeltrockner_herbst h2{
    color: rgb(126, 64, 21);
}

.bestellung {
    width:100%;
    height:6500px;
    border: none; 
}

.SMPost{
    border: 3.5px solid black;
    border-radius: 6px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 70%;
    margin: 0 auto 20px auto;
}

.SMPost img {
    margin: 10px;
}

.regular.slider img{
    margin-bottom: 20px;
}


.box {
    display: inline-flex;
    margin-right: 50px;
}

.Produktinhalt {
    width: 80%;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
}

.Produktinhalt img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    border: solid darkgreen 4px;
    border-radius: 7%;
    box-shadow: darkseagreen 5px 5px 10px;
}



/* GALLERY */
div.img {
    margin: 5px;
    border: 1px solid;
    border-radius: 5%;
    width: 22%;
    float: left;
    background-color: rgb(89, 102, 89);
    padding: 15px 15px 15px 15px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin-left: 1%;
    margin-bottom: 15px;
}

div.img:hover {
    background-color: rgb(81, 92, 81);
    transform: translate(-5px, -5px);
}

div.img img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 15px;
    text-align: center;
}

div.desc3 {
    text-align: right;
    padding-right: 15px;
}



h2.desc2 {
    color: rgb(0, 0, 0);
    text-align: right;
    padding-right:15px ;

}