/* css für Einbindung des Formulars auf OEKOMATIK - EDV Richner 
für frauenvereinhedingen.ch 
03.08.2025 
*/

.site-header {
    display: none;
} 

nav {
    display: none;
} 

footer {
    display: none;
}  

iframe {
    border-radius: 16px;
}

.wpcf7-submit {
    background-color: #0060A5 !important;
}

.wpcf7-list-item-label {
   padding-left: 10px !important;
}

.site-inner {
    margin-top: 40px !important;
}

table, th, td {
  border: 1px solid black;
}

th, td {
  padding: 10px;
}