/* 
Theme Name: pixelpublic Theme for Hello
Author: pixelpublic GmbH
Author URI: http://www.pixelpublic.de
Description: Childtheme für diese Website
Version: 21.11
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
*/

/*
    Add your custom styles here
*/

/* GRAVITYFORMS ANPASSUNG START */
.ginput_container_consent {
	display: flex;
    vertical-align: top;
    flex-direction: row;
    align-items: flex-start;
}
.ginput_container_consent input {margin-right: 10px;}

.gform_confirmation_message {
    background: #FFF;
    padding: 25px;
    border: 1px solid var(--e-global-color-primary);
}
/* GRAVITYFORMS ANPASSUNG ENDE */

.glossaryItemTitle,  #tt #ttcont div.glossaryItemTitle{
	color:#fff!important;
}
#ttcont{
	background:#5c6980!important;
}