/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

/* Vertikales aktives Tab */
.w-tabs.accordion > div > div > .w-tabs-section-header {
	opacity: 0.6;
}
.w-tabs.accordion > div > div.active > .w-tabs-section-header {
	opacity: 1;
}	
.w-tabs.accordion > div > div.active > .w-tabs-section-header h3 {
	font-size: 18px;
}
:root {
	--inputs-font-size: 0.8rem !important;
}
.w-form-checkbox + span {
	font-size: 14px;
}

/* Bildtitel grundsätzlich zweizeilig */
.w-image-meta > .w-image-title {
	height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}