/*
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
*/

/* Fonts / Typo */
.elementor .elementor-heading-title {
	line-height: 1.25;
}

body.keyboard-support a:focus {
    outline: none !important;
}

/* Elementor Button */
.elementor .elementor-button {
	color: #ffffff;
	background-color: #56AE31;
	padding: 14px 30px;
	border-radius: 5px;
	font-family: Plus Jakarta Sans;
	font-size: 15px;
	line-height: 14px;
	font-weight: 600;
}

.elementor .button-white .elementor-button {
	color: #56AE31;
	background-color: #FFFFFF;
}

.elementor .button-blue .elementor-button {
	color: #ffffff;
	background-color: #112a3c;
}

.elementor .elementor-button:hover {
	color: #ffffff;
	background-color: #626262;
}

/* Elementor Anker */
.elementor .elementor-menu-anchor {
	transform: translateY(-160px);
}

.mfn-header-scrolled .elementor .elementor-menu-anchor {
	transform: translateY(-120px);
}

/* Header / Menü */
body:not(.mfn-header-scrolled) #mfn-header-template .mcb-background-overlay {
	background: rgb(38,38,38);
	background: -moz-linear-gradient(180deg, rgba(38,38,38,.9) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(180deg, rgba(38,38,38,.9) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(180deg, rgba(38,38,38,.9) 0%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#262626",endColorstr="#262626",GradientType=1);
	min-height: 200px;
}

.mcb-section .mcb-wrap .mcb-item-yz6nyy73w .mfn-header-menu > li.mfn-menu-li > a.mfn-menu-link,
.mcb-section .mcb-wrap .mcb-item-j2x914taa .mfn-header-menu > li.mfn-menu-li > a.mfn-menu-link {
	color: #ffffff;
}

.mcb-section .mcb-wrap .mcb-item-yz6nyy73w .mfn-header-menu > li.mfn-menu-li > a.mfn-menu-link:hover,
.mcb-section .mcb-wrap .mcb-item-j2x914taa .mfn-header-menu > li.mfn-menu-li > a.mfn-menu-link:hover {
	color: #56AE31;
}

/* Footer */
#Footer .widget {
	margin: 0;
}

#Footer p {
	font-size: 15px;
	line-height: 1;
	margin: 10px 0;
}

#Footer .column.one-second:nth-child(2) {
	text-align: right;
}

/* CF7 */
.wpcf7 .row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 10px;
}

.wpcf7 .row.anrede {
	width: 200px;
	max-width: 50%;
}

.wpcf7-form-control-wrap {
	margin-right: 20px;
}

.wpcf7 input[type="date"],
.wpcf7 input[type="email"],
.wpcf7 input[type="number"],
.wpcf7 input[type="password"],
.wpcf7 input[type="search"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="text"],
.wpcf7 input[type="url"],
.wpcf7 select,
.wpcf7 textarea {
	color: #585858;
	background-color: #ffffff;
	font-size: 16px;
	padding: 12px;
}

.wpcf7 textarea {
	min-height: 150px;
}

.wpcf7-list-item {
	font-size: 15px;
	line-height: 1.75;
	margin: 0;
	padding-left: 30px;
	position: relative;
}

.wpcf7-list-item input {
	position: absolute;
	top: 3px;
	left: 0;
}

.wpcf7-list-item-label a {
	color: #56ae31;
}

.wpcf7 input[type="submit"]:disabled {
	opacity: .5;
}

.wpcf7 input[type="submit"]:disabled:hover {
	background-color: #56ae31;
}

.mew-image-tabs-content-text hr {width:10% !important; background-color:#56AE31 !important;}
.nurmobile {display:none !important;}
@media screen and (max-width:479px) {
	
	.nurmobile {display:block !important;	}
	.nurmobile a {background-color: #56AE31;
		color: #ffffff !important;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 24px;
    padding-left: 24px;
    border-radius: 9px 9px 9px 9px;}

.mfn-header-menu .mfn-menu-li.current-menu-item > .mfn-menu-link {
    color: #73748c !important;
}
body{
    font-size: 18px;
	line-height: 26px;}
}