/*
Theme Name: Hestia Child
Theme URI: https://www.themeisle.com/
Description: This is a custom child theme I have created.
Author: ThemeIsle
URI: https://www.themeisle.com/
Template: hestia    
Version: 0.1
*/

/* Kontakt Formular */
.form-kontakt .form-group.is-focused .form-control {
	background-image: linear-gradient(#d10a11, #d10a11), linear-gradient(#d2d2d2, #d2d2d2) !important;
}

.form-kontakt .g-recaptcha .grecaptcha-badge {
	position: relative !important;
	transition: none !important;
	right: 0 !important;
	bottom: 0 !important;
}


/* Copyright in the Footer */
.copyright {
	visibility: hidden;
}

.copyright:after {
	content:'\00a9 Der Lok-Profi | 2019';
	visibility: visible;
	display: block;
	position: absolute;
	padding: 5px;
	top: 2px;
}