/*
Theme Name: Medazin Freelancer Child
Theme URI: https://praxis-rose-forst.de/medazin-freelancer-child/
Description: Medazin Freelancer Child Theme
Author: Rose IT Services & Solutions
Author URI: http://rose-itss.de
Template: medazin-freelancer 
Version:      1.0.0
Tested up to: 6.7
Requires PHP: 7.0
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: medazin-pro-child

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/

@media (min-width: 768px) {
 .footer-content-wrap {
		flex: 1 1 auto;
	}
}

:root {
    --primary-color: #d4747a;
    --secondary-color: #666666;
		--highlight-color: #d4747a;
}

#main-slider .slider-content h2 {
	font-family:Poppins;
}

.service-section .service-box {
	height: -webkit-fill-available;
	justify-content: normal;
}

section.info-section button#toggle-btn {
	width: 250px;
}

section.info-section .toggle-btn i {
left: 105px;
}

.section-title h5 {
	font-size: 30px;
}	

.header.header-2 .shape-main .menu-bg-elements-left .element1, .header.header-2 .shape-main .menu-bg-elements-right .element2 {
	margin-top: 6px;
}

.wp-block-heading {
	color: var(--secondary-color);
}

p {
	color: var(--secondary-color);	
}

.footer-section .footer-content-wrap .opening-hour .grid-dl {
    grid-template-columns: 100px 1fr;
}

.footer-section .footer-copyright .copyright {
	align-items:flex-start;
}

.membership {
	color: var(--text-white);
	text-align: center;
  align-items: center;
  justify-content: center;
}

.dve-logo {
	height:100px;
	width: auto;
}