/*---------------------------------------------------------------------------------

 Theme Name:   .wtv child theme
 Theme URI:    https://www.w-medien.de
 Description:  Württemberger Medien
 Author:       Württemberger Medien
 Author URI:   https://www.w-medien.de
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/
.wpforms-form button[type=submit] {
    background-color: #004899 !important;
    border-color: #004899 !important;
    color: #fff !important;
    transition: background 0.3s ease-in-out;
	float:right!important;
	padding:10px 20px!important;
	font-size: 1.5em!important;
}
 
.wpforms-form button[type=submit]:hover {
    background-color: #00A295 !important;
	border-color: #00A295 !important;
}


.cert_thumb_img { 
max-width:340px!important;
margin:2px;

}

.cert_footer_holder { 
	display: grid;
    grid-template-columns: 50% 50%;
}

.cert_footer_img { 
	vertical-align: middle;
    text-align: left;
    padding: 5px;
}
.cert_logo_foot { 
/*width:40px;
height:40px;*/
}

.acffield_link a { 
color: #FFFFFF!important;
    border-width: 0px!important;
    border-radius: 0px;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 700!important;
    text-transform: uppercase!important;
    background-color: #004899;
padding-top: 16px!important;
    padding-right: 32px!important;
    padding-bottom: 16px!important;
    padding-left: 32px!important;
}