body {
	font: 100%/1.6 'Montserrat', sans-serif;
}
.contentbox h1 {
	font: 250%/1.2 'Oswald', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	hyphens: auto;
	clear: both;
}
.contentbox h2 {
	font: 250%/1.2 'Oswald', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	hyphens: auto;	
	margin-bottom: 25px;
	clear: both;
}
.contentbox h3 {
	font: 180%/1.2 'Crimson Text', serif;
	font-weight: 400;
	font-style: italic;
	clear: both;
}
.contentbox h4 {
	font: 180%/1.2 'Crimson Text', serif;
	font-weight: 400;
	font-style: italic;
	margin-bottom: 20px;
	clear: both;
}
.contentbox h5 {
	font: 150%/1.2 'Crimson Text', serif;
	font-weight: 400;
	margin: 20px 0 15px;
	clear: both;
}
/* ~~ Navigation ~~ */
.navigation.desktop {
	font-family: 'Oswald', sans-serif;
}
.navigationmobile {
	font-family: 'Oswald', sans-serif;	
	text-align: center;
}
/* ~~ Flex Mehrfarbenboxen~~ */
.flex .item .textbox h3 {
	font: 150%/1.2 'Oswald', sans-serif;
	font-weight: 500;
	margin-bottom: 20px;
	text-transform: uppercase;
    font-style: normal;
}
/* ~~ Formular ~~ */
.ccm-dashboard-express-form input, 
.ccm-dashboard-express-form textarea, 
.ccm-dashboard-express-form select {
	font: 100%/1.6 'Montserrat', sans-serif;
}
@media (min-width: 1200px) {
.contentbox h1 {
	font-size: 300%;
}
.contentbox h2 {
	font-size: 300%;
}
.contentbox h3 {
	font-size: 200%;
}
.contentbox h4 {
	font-size: 200%;
}
.contentbox h5 {
	font-size: 160%;
}
}

/* crimson-text-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Crimson Text';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/crimson-text-v19-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/crimson-text-v19-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* crimson-text-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Crimson Text';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/crimson-text-v19-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/crimson-text-v19-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* montserrat-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/montserrat-v26-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/montserrat-v26-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* montserrat-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/montserrat-v26-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/montserrat-v26-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* oswald-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/oswald-v53-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/oswald-v53-latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* oswald-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/oswald-v53-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/oswald-v53-latin-500.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}


