* {
    font-family: 'Courier New', monospace; 
    text-align: justify;
    font-size: 18px;
    line-height: 1.5;
    color: rgb(55,61,42);
    max-width: 100%; 
}

    
    #emailButton:disabled {
            background-color: rgba(55,61,42,0.4);
            cursor: not-allowed;
        }
           
        #emailButton:enabled {
            background-color: rgb(255,69,0);
            cursor: pointer;
        }

        button {
            padding: 10px 20px;
            background-color: rgb(55,61,42);
            color: white;
            border: none;
            cursor: pointer;
            margin-top: 20px;
        }
        
        div.einverstaendnis {
            position: relative;
            padding: 40px 100px;
            font-family: 'Courier New', monospace; 
            text-align: left;
            font-size: 16px;
            line-height: 1.4;
            letter-spacing: 0.1em;
            color: rgb(55,61,42);
            max-width: 100%;
            }

        @media only screen and (max-width:800px){
            div.einverstaendnis {
                padding: 10px;
                font-family: 'Courier New', monospace; 
                text-align: left;
                font-size: 14px;
                line-height: 1.4;
                letter-spacing: 0.1em;
                color: rgb(55,61,42);
                }
            }
 
        h1 {
            font-size: 36px;
            }

        h2 {
            font-size: 24px;
            }

        h3 {
            font-size: 20px;
            margin-top: 40px;
            }

        @media only screen and (max-width:800px){
            h1 {
                font-size: 24px;
                }
            h2 {font-size: 18px;}
            }

        
        a {
            color: rgb(55,61,42);
            text-decoration: none;
            }

        a:link {
            color: rgb(55,61,42);
            }

        a:visited {
            color: rgb(55,61,42);
            text-decoration: none;
            }

        a:hover {
            color: rgb(255,69,0);
            text-decoration: none;
            }

        
        span.erforderlich {
            float: right;
            right: 100px;
}

