@font-face {
    font-family: 'Berliner Grotesk';
    src: url('../fonts/BerlinerGrotesk-Medium.eot');
    src: url('../fonts/BerlinerGrotesk-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BerlinerGrotesk-Medium.woff2') format('woff2'),
         url('../fonts/BerlinerGrotesk-Medium.woff') format('woff'),
         url('../fonts/BerlinerGrotesk-Medium.ttf') format('truetype'),
         url('../fonts/BerlinerGrotesk-Medium.svg#BerlinerGrotesk-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/***** GENERAL *****/
body {
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	color: #3d3d3d;
}
.center {
	text-align: center;
}

/***** FONTS *****/
h1.hearts {
	font-family: 'Berliner Grotesk';
	color: #1a9dd9;
	font-size: 3rem;
	margin-top: 50px;
	margin-bottom: 40px;
	display: inline-block;
	position: relative;
}
h1.hearts:before,
h1.hearts:after {
    content: '';
    background-image: url('../images/herz.png');
    background-repeat: no-repeat;
    width: 72px;
    height: 67px;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
    position: absolute;
}
h1.hearts:before {
	left: -120px;
	top: 20px;
}
h1.hearts:after {
    right: -140px;
	top: 20px;
}


/***** HEADER *****/
#header {
	background: transparent;
	position: fixed;
	top: 0;
	height: 170px;
	display: block;
	width: 100%;
	z-index: 1000000;
}

/***** NAVIGATION *****/
.mod_bs_navbar > .container {
	position: relative;
}
.mod_bs_navbar .navbar-collapse {
	background-color: #009fe3;
	top: -8px;
	position: absolute;
	right: 0;
}
.mod_bs_navbar .navbar-collapse .nav-link {
	display: block;
	padding: 15px 25px;
	color: #fff;
}
.mod_bs_navbar .navbar-collapse .btn-round .nav-link {
	padding: 15px 15px;
}
.mod_bs_navbar .navbar-collapse .btn-round.last .nav-link {
	padding: 15px 25px 15px 15px;
}
.mod_bs_navbar .navbar-collapse .btn-round span {
	background: #fff;
	border-radius: 15px;
	padding: 3px 20px 4px 20px;
	color: #000;
}