/*
 Theme Name:     Divi Child-Theme
 Theme URI:      http://www.elegantthemes.com
 Description:    Divi Child-Theme
 Author:         Divi.world
 Author URI:     https://divi.world
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Ab hier kannst du deine CSS-Anpassungen eintragen
------------------------------------------------------- */
@font-face {
    font-family:'Noto Sans';
    src: url('customfonts/NotoSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family:'Noto Sans';
    src: url('customfonts/NotoSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans', serif;
    src: url('customfonts/NotoSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

body, html {
 font-family:'Noto Sans', Helvetica, Arial, Lucida, sans-serif;	
	font-weight: 400;
	}
	
.vertical-align { 
    display: flex; 
    flex-direction: column; 
    justify-content: center;
}