/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*/

.column_icon_box img {
	max-width: 40px;
	fill: red;
}

@media (min-width: 960px) {
	#img-enlarge .image_wrapper {
		overflow: visible;
		position: absolute;
		transform: scale(1.8);
		top: 140px;
		left: 30px;
	}
}

.mfn-off-canvas-sidebar {
	font-size: 85%;
}
@media (min-width: 992px) {
	.mfn-off-canvas-sidebar {
		width: 400px;
		left: -400px;
	}
}

/* Typo */
@media (max-width: 767px) {
	h1 {
	    font-size: 42px;
    	line-height: 1.2;
	}
	h2 {
	    font-size: 28px;
	}
	p.big {
		font-size: 22px;
        line-height: 30px;

	}
}

/* Sidebar-Button größer */
.mfn-off-canvas-sidebar .mfn-off-canvas-switcher {
	color: #fff;
	background: #c70609;
}
.mfn-off-canvas-sidebar .mfn-off-canvas-switcher i {
	font-size: 20px;
}
.fa-address-book:before {
	content: "\f2bb";
	color: #fff;
}
@media (min-width: 768px) {
	.mfn-off-canvas-sidebar .mfn-off-canvas-switcher {
		height: 120px;
		width: 50px;
		position: relative;
	}
	.mfn-off-canvas-sidebar .mfn-off-canvas-switcher i {
		font-size: 24px;
		position: absolute;
		top: 20px;
	}
	.fa-address-book:after {
		content: "Über mich";
		display: inline-block;
		transform: rotate(90deg);
		font-size: 15px;
		position: absolute;
		top: 35px;
        left: -4px;
		font-family: "DM Sans";
		font-weight: normal;
		color: #fff;
	}
}