<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.clearall{
    clear: both; 
    line-height: 0;
    height: 0;
    font-size:0;
}
/* ==== Anfang email ====================================*/
#emailformular {
    font-size: 110%;
    width: 90%;
}
#emailformular a, #emailformular a:visited {
    text-decoration: underline; 
    color: #000;
}
#emailformular a:focus,
#emailformular a:hover, 
#emailformular a:active { 
    color: #000;
    text-decoration: none; 
}

#pflichtfeld {
    width: 80%;
    text-align: right;
}

fieldset {
    border: 0;
    margin-bottom: 20px;
}
 
legend {
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    
}

.formularfeld {
    clear:both;
    margin-bottom: .5em;
}
.formularfeld input[type="text"]{
    font-size: 90%;
}
.formularfeld select  {
    font-size: 80%;
}

#eingabefehler {
    margin-bottom: .3em;
    font-size: 110%;
    font-weight: bold;
}

#emailformular h3 {
    font-size: 100%;
    margin-bottom: .5em;
 }
 
.nachrechtsemail {
    float: left;
    width: 25%;
    text-align: right;
    vertical-align: bottom;
 }
 
.nachlinksemail {
    padding-left: .5em;
    float: left;
    width: 65%;
    vertical-align: bottom;
 }
.nachlinksemail p {
    font-size: 80%;
}


.hinweis {
    width: auto;
   /* background-color: lime;*/
    font-size: 80%;
    padding-left: 80px;
}

#emailformular .checkbox {
    border: 0 none;
    float: left;
    margin: 1px 5px 0 0;
    padding: 0;
    width: auto;
    /*margin-bottom: 100px;*/
}

.fehler {
    color: #f00; 
}
.notSelectable {
    font-style: italic;
    color: #333 !important;

}

.go {
    cursor: pointer;
    background-color: #dadada;
    border: 1px solid #666;
   
    
/*    background-image: url(../pix/button-send.gif);
    background-repeat: no-repeat;
    background-position: 8px 4px;*/
    /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
    color: #666;
    font-size: 90%;
    /*font-weight: bold;*/
    margin-top: 5px;
    padding: 4px 8px;
    float:right;
}

/* ==== Ende email ====================================*/
@media only screen and (min-width: 1px) and (max-width: 800px) {


    fieldset legend{
        font-size: 120%;
        text-decoration: underline;
        margin-bottom: .5em;
    } 
    #emailformular {
        width: initial;
    }

    .nachrechtsemail {
        display: block;
        float: none;
        width: initial;
        text-align: center;
    }
        
    .nachlinksemail {
        display: block;
        float: none;
        width: initial;
        text-align: center;
    }

    .formularfeld input[type="text"], 
    .formularfeld textarea,
    .formularfeld select {
        width: 100%;
    }

}

</pre></body></html>