

h1{
    text-decoration: line-through;
}


/*beschreibung*/
   div.beschreibung {
        text-align: left;
        max-width: 500px;
        min-width: 200px;
        margin: 200px 20px 44px 30px;
       display: flex;
       flex-direction: column;
    }

  
            
/*photo gallery*/
        .slider {
            justify-self: center;
            margin-top: 36px;
            width: 700px;
            height: 490px;

            overflow: hidden;
            text-align: center;

            padding-bottom: 50px;
            min-width: 500px;
        }

            .image-container {
                width: 3500px;
                background-color: pink;
                height: 490px;
                clear: both;
                position: relative;
                -webkit-transition: left 2s;
                -moz-transition: left 2s;
                -o-transition: left 2s;
                transition: left 2s;
              }

            .slide {
                float: left;
                margin: 0px;
                padding: 0px;
                position: relative;
            }
                #slide-1:target ~ .image-container {
                    left: 0px;
                }
                #slide-2:target ~ .image-container {
                    left: -700px;
                }
                #slide-3:target ~ .image-container {
                    left: -1400px;
                }
                #slide-4:target ~ .image-container {
                    left: -2100px;
                }
                #slide-5:target ~ .image-container {
                    left: -2800px;
                }

            .buttons {
                position: relative;
                top: 15px;
                cursor: url("bilder/allgemein/cursor_h.svg"), auto;
              }
                .buttons a {
                    display: inline-block;
                    height: 15px;
                    width: 15px;
                    border-radius: 10px;
                    margin-left: 5px;
                    background-color: darkgreen;
                  }

     h3 {
        margin: auto;
        margin-top: 80px;
        margin-bottom: 20px;
        text-align: center;
        font-weight: 900;
        font-size: 20pt;
        font-style: normal;
        letter-spacing: 4px; 
    }

.z_d{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
}

/*steuerung*/
.steuerung {
    display: flex;
    flex-direction: column;
    width: 640px;
    height: auto;
    margin-top: 40px;
}
    .steuerung h2{
            text-align: center;
        }

    .steuerung figure {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        line-height: 16pt;
    }  

        .geraet {
            text-align: right;
            margin: 8px;
        }

        .aktion {
            text-align: left;
            margin: 8px;
        }

        .funktion {
            text-align: left;
            margin: 8px;
        }
.z {
    text-align: center;
    margin-top: 10px;
}
.danke{
    margin-top: 50px;
}
.danke text{
    
}
    .link_k{
        width: 150px;
        height: auto;
        padding: 7px;
        letter-spacing: 2px;
        text-align: center;
        margin:  10px auto;
    }
        .link_k:hover{
           outline: 1px solid darkgreen; 
        }