/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Description: Child Theme von Hello Elementor, erstellt mit Supa Config
Author: lars.daum@meap.de
Version: 1.0.0
*/

/*-----------------------------*/
/* START - TCM Menü Styling */
/*-----------------------------*/

@media(min-width: 1025px) {

.tcm-col,
.tcm-col .tcm-panel {

	.tcm-btn,
	.tcm-link {
		padding: .25em 1em;
		border-radius: 10px;
		align-items: center;
	
		&:hover,
		&.is-active {
			background-color: #fff;
		}
	}
}

}

/*-----------------------------*/
/* END - TCM Menü Styling */
/*-----------------------------*/



p:last-child,
p.elementor-heading-title {
    margin-bottom: 0 !important;
}
p.elementor-heading-title {
 line-height: 1.2em;
}
b, strong {
    font-weight: 600;
}
@media(max-width:767px) {
br.mnb {
    display: none;
}
}
.txt-color-primary {
    color: var(--e-global-color-primary) !important;
}
.elementor-button-info .elementor-button {
    background-color: transparent !important;
    border-color: var(--e-global-color-b0333cc) !important;
}
.elementor-button-info .elementor-button:hover,
.elementor-button-info .elementor-button:focus,
.elementor-button-info .elementor-button:active {
    background-color: var(--e-global-color-b0333cc) !important;
    color: var(--e-global-color-primary) !important;
}

.e-n-menu-content {
    backdrop-filter: blur(20px);
}

.e-fab-facebook-f {
    fill: #3b5998 !important;
}
.e-fab-instagram {
    fill: #dd2a7b !important;
}
.e-fab-youtube {
    fill: #c4302b !important;
}