/*VisForms*/

/*Daten Vorname, Name, etc*/

.visCSSlabel {
    display: block;
    float: left;
    margin-top: 10px;
    margin-right: 1%;
    width: 20%;
    font-size: 1.125em;
    font-weight: 700;
    font-family: Abel, sans-serif;   
}


.input,button,select,optgroup,textarea {
    margin: 0;
    font-family: Abel, sans-serif;  !important
    font-size: 2,375rem; !important
    line-height: inherit       
}

/*Schriftgröße Liste*/

.visCSSrllst {
    display: inline-block;
    width: 20%;
    margin-right: 1%;
    font-size: 1,375em;
}

/*Textarea*/

/*Höhe Textarea*/

.visform textarea {
    height: 10rem;
}

/* Schriftgröße ändern */

.visforms textarea {
    font-size: 18px; 
    font-family: Abel, sans-serif;
}

/*Checkboxen waagrecht*/

.visCSSmargLeft,.editor {
    margin-left: 20%;
}

/* Senden Button neue Farbe */

.btn, .blog-list .item-readmore a {    
    background-color: #00b9f5 !important; /* Blau */
  	color: #ffffff !important; /*Weiß*/
    font-size: 1.275rem !important; /*Schriftgröße*/
}

/*Die Größe der Buttons*/
.btn {  
    width: 15%;
}

/* Checkboxen waagrecht und Zeilenumbruch */

