/*
 Theme Name:   Twenty Nineteen Child
 Description:  Mein Child Theme
 Author:       Webtimiser
 Author URI:   https://www.terminal2.de
 Template:     twentynineteen
 Version:      1.0
 Text Domain:  twentynineteen-child
*/

/* didact-gothic-regular - latin-ext_latin */
@font-face {
  font-family: 'Didact Gothic';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/didact-gothic-v11-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Didact Gothic Regular'), local('DidactGothic-Regular'),
       url('fonts/didact-gothic-v11-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/didact-gothic-v11-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/didact-gothic-v11-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/didact-gothic-v11-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/didact-gothic-v11-latin-ext_latin-regular.svg#DidactGothic') format('svg'); /* Legacy iOS */
}
/* nothing-you-could-do-regular - latin */
@font-face {
  font-family: 'Nothing You Could Do';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/nothing-you-could-do-v7-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Nothing You Could Do'), local('NothingYouCouldDo'),
       url('fonts/nothing-you-could-do-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/nothing-you-could-do-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/nothing-you-could-do-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/nothing-you-could-do-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/nothing-you-could-do-v7-latin-regular.svg#NothingYouCouldDo') format('svg'); /* Legacy iOS */
}

body {
	font: 15px/1.6 "Didact Gothic", sans-serif;
	color: #1e2022;
	background: #ffffff none 50% 0 no-repeat scroll;
	background-size: auto;
}
.page {
	max-width: 1200px;
	margin: 0 auto;
}
#musthead, #content, #colophon, .site-branding-container {
	padding-left: 3%;
	padding-right: 3%;
}
.entry .entry-header, .site-branding, .entry .entry-footer, #colophon .widget-area, #colophon .site-info {
	margin-left: 0;
	margin-right: 0;
}
.entry .entry-content, .entry .entry-summary {
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

@media screen and (max-width: 599px) {
	body {
		font-size: 13px;
	}
}

/* Resetting box model for moo_mediabox,  moo_slimbox and j_colorbox */
#mbCenter *,
#colorbox,
#colorbox *,
#lbCenter *,
#lbBottomContainer * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

::selection {
	background: #d8d4cc;
	color: #ffffff;
	text-shadow: none !important;
}

::-moz-selection {
	background: #d8d4cc;
	color: #ffffff;
	text-shadow: none !important;
}

button,
input,
select,
textarea {
	outline: none;
	font-family: inherit;
}

table {
	width: 100%;
	border-collapse: collapse;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
}
table th,
table td {
	border: 1px solid #999999;
}
table th {
	padding: 0.66667em 1em;
	font-weight: bold;
	text-align: left;
}
table td {
	padding: 0.76923em 1.15385em;
	font-size: 0.86667em;
	color: #5a5d63;
}
table thead tr {
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.03));
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.03));
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.03));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.03));
}
table tfoot tr {
	background-color: #f7f7f7;
}

a {
	color: #2c4e6c;
	text-decoration: none;
}
a:hover,
a:focus {
	text-decoration: underline;
}
a:hover,
a:active {
	outline: 0;
}
a[target="_blank"]:after {
	font: 0.86667em/1 "RockSolid Icons";

	content: "\e151";
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: geometricPrecision;
	text-indent: 0;
	display: inline-block;
	position: relative;
	margin-left: 0.26667em;
}

/* Icon attribute */
*[data-icon]:before {
	font: 100%/1 "RockSolid Icons";
	content: attr(data-icon);
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: geometricPrecision;
	text-indent: 0;
	display: inline-block;
	position: relative;
	margin-right: 0.26667em;
}
*[data-icon].after:before {
	content: none;
}
*[data-icon].after:after {
	font: 100%/1 "RockSolid Icons";
	content: attr(data-icon);
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: geometricPrecision;
	text-indent: 0;
	display: inline-block;
	position: relative;
	margin-left: 0.26667em;
}

.clear {
	clear: both;
}

.invisible {
	position: absolute;
	height: 1px !important;
	width: 1px !important;
	clip: rect(0 0 0 0);
	margin: -1px;
	padding: 0 !important;
	overflow: hidden;
	border: 0;
}
code {
	padding: 0.14286em 0.35714em;
	font-family: "Lucida Console", monospace;
	font-size: 0.93333em;
	line-height: 1.35714;
	background-color: #999999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

pre {
	margin: 1.71429em 0;
	padding: 0 0.42857em;
	display: block;
	overflow: auto;
	font-family: "Lucida Console", monospace;
	font-size: 0.93333em;
	line-height: 1.71429;
	color: white;
	background: #44464b;
}
pre code {
	font-size: 1em;
	padding: 0;
	line-height: inherit;
	background-color: transparent;
}

/* ===========================================
 * Button styles
 * ======================================== */
button,
.button,
.button-secondary,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	padding: 0.8em 1.33333em;
	border: 0;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	background: #2c4e6c;
}
button:hover,
button:focus,
.button:hover,
.button-secondary:hover,
.button:focus,
.button-secondary:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"]:hover,
input[type="button"]:focus {
	text-decoration: none;
	background: #ed6f56;
}
button:active,
.button:active,
.button-secondary:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3), inset 1px 0 rgba(0, 0, 0, 0.05), inset -1px 0 rgba(0, 0, 0, 0.05), 0 0 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3), inset 1px 0 rgba(0, 0, 0, 0.05), inset -1px 0 rgba(0, 0, 0, 0.05), 0 0 5px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3), inset 1px 0 rgba(0, 0, 0, 0.05), inset -1px 0 rgba(0, 0, 0, 0.05), 0 0 5px rgba(0, 0, 0, 0.1);
}

.button-secondary {
	padding: 0.4em 0.8em;
	border-color: #eaeaea #d8d8d8 #d1d1d1;
	font-weight: normal;
	color: #5a5d63;
	text-shadow: none;
	background: #f7f7f7;
	background: -webkit-linear-gradient(#ffffff, #ffffff 50%, #eaeaea);
	background: -moz-linear-gradient(#ffffff, #ffffff 50%, #eaeaea);
	background: -o-linear-gradient(#ffffff, #ffffff 50%, #eaeaea);
	background: linear-gradient(#ffffff, #ffffff 50%, #eaeaea);
}
.button-secondary:hover,
.button-secondary:focus {
	border-color: #e0e0e0 #cecece #c9c9c9;
	background: #c5c5c5;
	background: -webkit-linear-gradient(#ffffff, #fcfcfc 50%, #999999);
	background: -moz-linear-gradient(#ffffff, #fcfcfc 50%, #999999);
	background: -o-linear-gradient(#ffffff, #fcfcfc 50%, #999999);
	background: linear-gradient(#ffffff, #fcfcfc 50%, #999999);
}
.button-secondary:active {
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.logo {
max-width: 100%;
height: auto;
}
@media screen and (max-width: 599px) {
	.logo {
		margin: 20px 0;
		width: 100%;
	}
}
.logo a {
	display: block;
}
.logo img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
}
.main-menu {
	margin-top: 24px !important;
	text-transform: uppercase;
}
.main-navigation .main-menu > li > a {
	font-weight: normal;
	color: #2c4e6c
}
.main-navigation .main-menu > li > a:hover {
	text-decoration: none;
}
.main-navigation {
	margin-top: 26px;
	text-align: left !important;
}
.site-header {
	padding: 32px 0 0 0;
}
.main-navigation {
	margin: 0;
	text-align: right;
}
.entry .entry-content > *, .entry .entry-summary > *, .entry .entry-summary > .wp-block-group > .wp-block-group__inner-container > *, .entry .entry-content > .wp-block-group > .wp-block-group__inner-container > * {
	max-width: 100%;
}
.fgeck-row {
	margin-left: -0.75rem !important;
	margin-right: -0.75rem !important;
}
.fgeck-max-width-btn {
	padding: 0 !important;
}
.site-info .left, .site-info .right {
	font-size: 15px;
	text-transform: uppercase;
	display: inline-block;
}
.site-info .right {
	padding-left: 25px;
	margin-left: 25px;
	border-left: 1px solid #999;
}
/* Cookiebanner */
.t2-cookiebanner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    color: rgb(255,255,255);
    z-index: 100000;
    box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
	background: #2c4e6c;
    /*wichtig:*/
    display:none;
}

.t2-cookiebanner-info{
    padding: 15px 110px 15px 15px;
}
.t2-cookiebanner-info a, .t2-cookiebanner-info a:hover {
	color: #fff;
}
.t2-cookiebanner-ok{
    display:none;
}
.ts-cookie-ok{
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 50%;
    background: rgba(0,0,0,0.3);
    padding: 5px 10px;
    border-radius: 3px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
	text-decoration: none;
	color: #fff;
}
.ts-cookie-ok:hover {
	text-decoration: none;
}


@media screen and (max-width: 900px) {
	.main-navigation {
		clear: both;
		margin: 0 0 0 0;
		text-align: left;
	}
	body.page .main-navigation {
		clear: none;
	}
}
@media screen and (max-width: 599px) {
	.main-menu {
		display: block;
		clear: both;
		margin: -5px 0 25px 0 !important;
	}
}
.main-navigation ul {
	display: inline;
	margin: 0;
	padding: 0;
}
.main-navigation li {
	position: relative;
	display: block;
	text-align: left;
}
.main-navigation > ul > li > a {
	position: relative;
	display: block;
	z-index: 3;
	padding: 0.4em 1.2em 0.4em 0;
	font-family: "Didact Gothic", Georgia, serif;
	color: #1e2022;
	text-decoration: none;
}
.main-navigation > ul > li > a:hover,
.main-navigation > ul > li > a:focus {
	color: #2c4e6c;
}
.main-navigation > ul > li.active > a,
.main-navigation > ul > li.trail > a {
	color: #2c4e6c;
}
.main-navigation > ul > li > ul {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 1;
	overflow: hidden;
	min-width: 100%;
	max-height: 0;
	margin-top: 0px;
	margin-left: 0;
	padding: 0;
	text-align: left;
	white-space: nowrap;
	background: #ffffff;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: max-height 0s, padding 0s, opacity 0.3s;
	-webkit-transition-delay: 0.3s, 0.3s, 0s;
	-moz-transition: max-height 0s 0.3s, padding 0s 0.3s, opacity 0.3s;
	-o-transition: max-height 0s 0.3s, padding 0s 0.3s, opacity 0.3s;
	transition: max-height 0s 0.3s, padding 0s 0.3s, opacity 0.3s;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.main-navigation > ul > li > ul li {
	display: inline;
	margin: 0;
}
.main-navigation > ul > li > ul a {
	position: relative;
	display: block;
	padding: 0em 0.3em 0.5em;
	font-size: 0.86667em;
	color: #5a5d63;
	text-decoration: none;
	text-transform:uppercase;
}
.main-navigation > ul > li > ul a:hover,
.main-navigation > ul > li > ul a:focus {
	color: #2c4e6c;
}
.main-navigation > ul > li > ul > li:first-child > a {
	border-top: 0;
}
.main-navigation > ul > li > ul li.active > a,
.main-navigation > ul > li > ul li.trail > a {
	color: #2c4e6c;
}
.main-navigation > ul > li > ul ul a {
	padding-left: 0.76923em;
	border-top: 0;
}
.main-navigation > ul > li > ul ul ul a {
	margin-left: 1.33333em;
}
.main-navigation > ul > li:hover {
	z-index: 5;
}
.main-navigation > ul > li:hover > ul {
	max-height: 9999px;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.main-navigation > ul > li.submenu:hover:before {
	/* change generated content to avoid IE8 ghost pseudo elements */
	content: " ";
	display: block;
}
.main-navigation > ul > li:last-child > ul,
.main-navigation > ul > li.last > ul {
	left: 0%;
	right: 0;
	top: 0;
}
@media screen and (max-width: 900px) {
	.main-navigation > ul > li:last-child > ul,
	.main-navigation > ul > li.last > ul {
		left: 0;
		right: auto;
	}
}

.main-navigation-mobile-open {
	position: absolute;
	top: 35px;
	left: 2.66667%;
	width: 44px;
	height: 39px;
	margin: -20px 0 0 -11px;
	padding: 11px;
	display: none;
	z-index: 200;
	text-indent: -99em;
	line-height: 0;
}
.main-navigation-mobile-open:after {
	content: "";
	display: block;
	height: 3px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #1e2022;
	-webkit-box-shadow: 0 7px #1e2022, 0 14px #1e2022;
	-moz-box-shadow: 0 7px #1e2022, 0 14px #1e2022;
	box-shadow: 0 7px #1e2022, 0 14px #1e2022;
}
@media screen and (max-width: 900px) {
	.main-navigation-mobile-open {
		display: block;
	}
}

.main-navigation-mobile-close {
	position: absolute;
	top: 0;
	right: -17.64706%;
	display: none;
	width: 17.64706%;
	height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0 !important;
	text-indent: -99em;
	background: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.is-active > .main-navigation-mobile-close {
	display: block;
}

.main-navigation-mobile {
	/* Hide mobile navigation by default */
	display: none;
	padding: 0;
	color: #ffffff;
	background: #1e2022;
}
@media screen and (max-width: 900px) {
	.main-navigation-mobile {
		display: block;
	}
}
.modernizr-js .main-navigation-mobile {
	display: none;
}
.main-navigation-mobile.is-enabled {
	position: absolute;
	top: 0;
	left: -85%;
	z-index: 201;
	width: 85%;
	min-height: 100%;
	-webkit-transition: left 0.2s ease-out;
	-moz-transition: left 0.2s ease-out;
	-o-transition: left 0.2s ease-out;
	transition: left 0.2s ease-out;
}
@media screen and (max-width: 900px) {
	.main-navigation-mobile.is-enabled {
		display: block;
	}
}
.modernizr-csstransforms3d .main-navigation-mobile.is-enabled {
	left: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	-ms-transform: translate3d(-100%, 0, 0);
	-o-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	-webkit-transition: -webkit-transform 0.2s ease-out;
	-moz-transition: -moz-transform 0.2s ease-out;
	-o-transition: -o-transform 0.2s ease-out;
	transition: transform 0.2s ease-out;
}
.main-navigation-mobile.is-active {
	left: 0;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.modernizr-csstransforms3d .main-navigation-mobile.is-active {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.main-navigation-mobile ul {
	display: block;
	margin: 0;
	padding: 0;
}
.main-navigation-mobile ul ul {
	background: #1e2022;
	-webkit-box-shadow: inset 0 40px 40px -20px rgba(0, 0, 0, 0.04), inset 0 -40px 40px -20px rgba(0, 0, 0, 0.04);
	-moz-box-shadow: inset 0 40px 40px -20px rgba(0, 0, 0, 0.04), inset 0 -40px 40px -20px rgba(0, 0, 0, 0.04);
	box-shadow: inset 0 40px 40px -20px rgba(0, 0, 0, 0.04), inset 0 -40px 40px -20px rgba(0, 0, 0, 0.04);
}
.main-navigation-mobile .is-collapsed > ul {
	display: none;
}
.main-navigation-mobile li {
	position: relative;
	display: block;
}
.main-navigation-mobile a,
.main-navigation-mobile span.active,
.main-navigation-mobile span.trail {
	display: block;
	padding: 0.69231em 1em 0.61538em;
	border-bottom: 1px solid #000000;
	color: inherit;
	background-color: #1e2022;
	-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.05);
	-moz-box-shadow: inset 0 1px rgba(255, 255, 255, 0.05);
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.05);
	-webkit-transition: background-color 0.6s ease-out;
	-moz-transition: background-color 0.6s ease-out;
	-o-transition: background-color 0.6s ease-out;
	transition: background-color 0.6s ease-out;
}
.main-navigation-mobile a:hover,
.main-navigation-mobile a:focus,
.main-navigation-mobile span.active:hover,
.main-navigation-mobile span.active:focus,
.main-navigation-mobile span.trail:hover,
.main-navigation-mobile span.trail:focus {
	outline: none;
	text-decoration: none;
	background-color: #121314;
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
}
.main-navigation-mobile a.active,
.main-navigation-mobile a.trail,
.main-navigation-mobile span.active,
.main-navigation-mobile span.trail {
	font-weight: bold;
}
.main-navigation-mobile a.active,
.main-navigation-mobile span.active {
	background-color: #313438;
	-webkit-box-shadow: inset 0 0 5px #1e2022;
	-moz-box-shadow: inset 0 0 5px #1e2022;
	box-shadow: inset 0 0 5px #1e2022;
}
.main-navigation-mobile li li a,
.main-navigation-mobile li li span.active,
.main-navigation-mobile li li span.trail {
	padding-left: 2em;
}
.main-navigation-mobile li li li a,
.main-navigation-mobile li li li span.active,
.main-navigation-mobile li li li span.trail {
	padding-left: 3em;
}
.main-navigation-mobile li li li li a,
.main-navigation-mobile li li li li span.active,
.main-navigation-mobile li li li li span.trail {
	padding-left: 4em;
}
.main-navigation-mobile li li li li li a,
.main-navigation-mobile li li li li li span.active,
.main-navigation-mobile li li li li li span.trail {
	padding-left: 5em;
}
.main-navigation-mobile .main-navigation-mobile-expand {
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	margin: 0;
	padding: 0.61538em 1em;
	border: solid transparent;
	border-width: 0.23077em 0;
	-webkit-box-shadow: inset 1px 0 #333333;
	-moz-box-shadow: inset 1px 0 #333333;
	box-shadow: inset 1px 0 #333333;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	outline: none;
	line-height: 0;
	color: inherit;
	text-indent: -99em;
	text-shadow: none;
	background: none;
}
.main-navigation-mobile .main-navigation-mobile-expand:after {
	font: 1.23077em/1 "RockSolid Icons";
	content: "\e009";
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: geometricPrecision;
	text-indent: 0;
	display: inline-block;
	position: relative;
	display: block;
}
.main-navigation-mobile .is-expanded > .main-navigation-mobile-expand:after {
	content: "\e00c";
}

.main-content p,
.main-content ul,
.main-content ol,
.main-content table,
.main-content form,
.main-content fieldset {
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}
.main-content h1,
.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6 {
	margin-top: 0.75em;
	margin-bottom: 0.3em;
	font-family: "Didact Gothic", Georgia, serif;
	font-weight: normal;
	line-height: 1.4;
	color: #1e2022;
	text-transform: uppercase;
}
.main-content h1 {
	margin-top: 1em;
	margin-bottom: 0.66667em;
	font-size: 2.4em;
	line-height: 1.25;
	color: #2c4e6c;
}
@media screen and (max-width: 599px) {
	.main-content h1 {
		font-size: 1.71429em;
	}
}
.main-content h2 {
	font-size: 1.86667em;
}
.main-content h3 {
	font-size: 1.6em;
}
.main-content h4 {
	font-size: 1.4em;
}
.main-content h5 {
	font-size: 1.2em;
}
.main-content h6 {
	font-size: 1em;
}
.main-content h2 + p,
.main-content h2 + ul,
.main-content h2 + ol,
.main-content h2 + blockquote,
.main-content h3 + p,
.main-content h3 + ul,
.main-content h3 + ol,
.main-content h3 + blockquote,
.main-content h4 + p,
.main-content h4 + ul,
.main-content h4 + ol,
.main-content h4 + blockquote,
.main-content h5 + p,
.main-content h5 + ul,
.main-content h5 + ol,
.main-content h5 + blockquote,
.main-content h6 + p,
.main-content h6 + ul,
.main-content h6 + ol,
.main-content h6 + blockquote {
	margin-top: 0;
}
.main-content ul,
.main-content ol {
	padding-left: 7.69231%;
}
.main-content ul li[data-icon],
.main-content ol li[data-icon] {
	list-style: none;
}
.main-content ul li[data-icon]:before,
.main-content ol li[data-icon]:before {
	left: -1.4em;
	width: 0;
}
.main-content ul {
	list-style: disc;
}
.main-content ul ul {
	margin-top: 0;
}
.main-content ol {
	list-style: decimal;
}
.main-content ol ol,
.main-content ol ul {
	margin-top: 0;
}
.main-content ol ol {
	list-style: upper-alpha;
}
.main-content ol ol ol {
	list-style: lower-roman;
}
.main-content ol ol ol ol {
	list-style: lower-alpha;
}
.main-content blockquote {
	position: relative;
	margin: 1.66667em 0;
	font-family: "Didact Gothic", Georgia, serif;
	font-size: 1.6em;
	font-style: italic;
}
@media screen and (max-width: 599px) {
	.main-content blockquote {
		font-size: 1.28571em;
	}
}
.main-content blockquote p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.main-content blockquote:before {
	content: "\201e";
	display: block;
	width: 0.58333em;
	height: 0.83333em;
	padding: 0 0 0 0.25em;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	font-size: 2em;
	line-height: 0.2;
	color: white;
	background: #2c4e6c;
}
.main-content blockquote small,
.main-content blockquote i,
.main-content blockquote em {
	display: block;
	margin-top: 0.33333em;
	font-family: "Didact Gothic", sans-serif;
	font-size: 0.75em;
	font-style: normal;
	color: #5a5d63;
}
.main-content blockquote small:before,
.main-content blockquote i:before,
.main-content blockquote em:before {
	content: "– ";
}
.main-content img {
	max-width: 100%;
	height: auto;
}

.frlogo {
	width: 250px;
	height: auto;
	float: right;
}