/*======================================
Theme Name: mindfulkids
Description: Child-Theme für mindfulkids
Version: 1.0
Author: MULTIVISIO GmbH
Author URI: https://www.multivisio.de
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */

/* Center Content*/
.vertical-align {
display: flex;
flex-direction: column; 
justify-content: center;
}

/* outfit-regular - latin */
@font-face {
font-family: 'Outfit';
font-style: normal;
font-weight: 400;
src: url('../../../fonts/outfit-v6-latin-regular.eot'); /* IE9 Compat Modes */
src: local(''),
url( '../../../fonts/outfit-v6-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url( '../../../fonts/outfit-v6-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url( '../../../fonts/outfit-v6-latin-regular.woff') format('woff'), /* Modern Browsers */
url( '../../../fonts/outfit-v6-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url( '../../../fonts/outfit-v6-latin-regular.svg#Outfit') format('svg'); /* Legacy iOS */
}
/* outfit-300 - latin */
@font-face {
font-family: 'Outfit';
font-style: normal;
font-weight: 300;
src: url( '../../../fonts/outfit-v6-latin-300.eot'); /* IE9 Compat Modes */
src: local(''),
url( '../../../fonts/outfit-v6-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url( '../../../fonts/outfit-v6-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
url( '../../../fonts/outfit-v6-latin-300.woff') format('woff'), /* Modern Browsers */
url( '../../../fonts/outfit-v6-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
url( '../../../fonts/outfit-v6-latin-300.svg#Outfit') format('svg'); /* Legacy iOS */
}
/* outfit-500 - latin */
@font-face {
font-family: 'Outfit';
font-style: normal;
font-weight: 500;
src: url( '../../../fonts/outfit-v6-latin-500.eot'); /* IE9 Compat Modes */
src: local(''),
url( '../../../fonts/outfit-v6-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url( '../../../fonts/outfit-v6-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
url( '../../../fonts/outfit-v6-latin-500.woff') format('woff'), /* Modern Browsers */
url( '../../../fonts/outfit-v6-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
url( '../../../fonts/outfit-v6-latin-500.svg#Outfit') format('svg'); /* Legacy iOS */
}
/* outfit-600 - latin */
@font-face {
font-family: 'Outfit';
font-style: normal;
font-weight: 600;
src: url( '../../../fonts/outfit-v6-latin-600.eot'); /* IE9 Compat Modes */
src: local(''),
url( '../../../fonts/outfit-v6-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url( '../../../fonts/outfit-v6-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
url( '../../../fonts/outfit-v6-latin-600.woff') format('woff'), /* Modern Browsers */
url( '../../../fonts/outfit-v6-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
url( '../../../fonts/outfit-v6-latin-600.svg#Outfit') format('svg'); /* Legacy iOS */
}
/* outfit-800 - latin */
@font-face {
font-family: 'Outfit';
font-style: normal;
font-weight: 800;
src: url( '../../../fonts/outfit-v6-latin-800.eot'); /* IE9 Compat Modes */
src: local(''),
url( '../../../fonts/outfit-v6-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url( '../../../fonts/outfit-v6-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
url( '../../../fonts/outfit-v6-latin-800.woff') format('woff'), /* Modern Browsers */
url( '../../../fonts/outfit-v6-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
url( '../../../fonts/outfit-v6-latin-800.svg#Outfit') format('svg'); /* Legacy iOS */
}
/* outfit-700 - latin */
@font-face {
font-family: 'Outfit';
font-style: normal;
font-weight: 700;
src: url( '../../../fonts/outfit-v6-latin-700.eot'); /* IE9 Compat Modes */
src: local(''),
url( '../../../fonts/outfit-v6-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url( '../../../fonts/outfit-v6-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
url( '../../../fonts/outfit-v6-latin-700.woff') format('woff'), /* Modern Browsers */
url( '../../../fonts/outfit-v6-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
url( '../../../fonts/outfit-v6-latin-700.svg#Outfit') format('svg'); /* Legacy iOS */
}


/* Headlines in Outfit*/
h1, h2 ,h3, h4{
	font-family:'Outfit';
		font-weight: 700;
}

h5 {
	font-family:'Outfit';
		font-weight: 500;
}

p {
	font-family:'Outfit';
		font-weight: 400;
}


/*navigation header*/
.et_pb_svg_logo #logo {
   height: 80% !important;
	max-height: 80%;
}



#main-header {
	box-shadow: 0 0;
}