/*
 Theme Name:     Divi Child-Theme-Cuminium
 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:'Commissioner';
    src: url('customfonts/Commissioner-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Commissioner';
    src: url('customfonts/Commissioner-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Commissioner', serif;
    src: url('customfonts/Commissioner-Light.woff') format('woff');
    font-weight: light;
    font-style: normal;
}

body, p, html {
 font-family:'Commissioner', Helvetica, Arial, Lucida, sans-serif;	
	font-weight: normal;
	}

h3, h4 {
    font-family: 'Commissioner', serif!Important;
	font-weight: light;
}

h5, h6 {
    font-family: 'Commissioner', serif!Important;
	font-weight: light;
}

h1 {
	font-family:'Commissioner';
    font-weight: bold;
	color: #455860;
}

h2 {
	font-family:'Commissioner';
    font-weight: normal;
	color: #71959e;
}

h3 {
	color: #666666;
}
h4 {
	color: #666666;
}
h5 {
	font-size: 26px!Important;;
	color: #666666;
}

/* Carousell-Bullet-Points
------------------------------------------------------- */
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 50px!Important;
}

/* Featured-List Icon-Abstand
------------------------------------------------------- */
.dnxte-feature-list-content {
  margin-left: 9px!Important;
}
