/*
Theme Name:   Child-Theme Beontrack Learning 
Theme URI:    https://forumf.de
Description:  Twenty Twenty-Five child theme
Version:      1.0
Author:       forumF-Online
Author URI:   https://forumf.de/
Template:     twentytwentyfive
License: GNU General Public License v2.0 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


.entry-content {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

#mysticky-nav.wrapfixed {
	position: relative !important;
	width:100%;
	-webkit-box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
		-moz-box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
		box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}

span.envelope {
	font-size:150% !important;
	font-weight:500 !important;
}

.wp-block-contact-form-7-contact-form-selector {
	margin-left:-16px !important;
}
input.wpcf7-form-control.wpcf7-submit {
	width:50% !important;
}
.lL {
	position:relative;
	margin:-24px 0 24 0 !important;
	margin:-1.71428571428571rem 0 1.71428571428571rem 0 !important;
	font-style:italic;
} 
.lL br {
	display: none;
}
.lyte-wrapper {
	margin:0 0 24px 0 !important;
	margin:0 0 1.71428571428571rem 0 !important;
}

/* Minimum height of 600 pixels. */
@media screen and (min-height: 600px) {
	#mysticky-nav.wrapfixed {
	position: fixed !important;
	}
}


/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
	
	span.envelope {
		font-size:120% !important;
	}	
	
	
	
}