/* BEGIN - CUSTOM CSS */
.content h1, .content  h2, .content h3, .content h4, .content h5, .content h6 {
	font-size: 1.6rem!important;
}
.content ul {
	margin-left: 15px!important;
	line-height: 1.75;
}
blockquote {
	position: relative;
	margin: 0 25px;
	font-style: italic;
}
blockquote:before {
	content: "„";
	left: -25px;
	top: -11px;
	position: absolute;
	color: #005ea8;
	display: inline-block;
	font-size: 50px;
	line-height: 0;
}
blockquote:after {
	content: "“";
	right: 0;
	bottom: -7px;
	position: absolute;
	color: #005ea8;
	display: inline-block;
	font-size: 50px;
	line-height: 0;
}
table th {
	background: #dbdbdb;
	color: #ffffff;
	border: 1px solid #005ea8;
}
table th, table td {
	padding: 10px;
}
table td {
	border: 1px solid #dbdbdb!important;
}
.schema-faq {
	margin-top: 2em;
}
.schema-faq br {
	display: none;
}
.schema-faq:before {
	content: "Das Wichtigste in Kürze";
	background-color: #005ea8;
	font-family: helvetica;
	font-weight: 600;
	padding: 12px;
	color: white;
	border-radius: 4px;
}
.schema-faq .schema-faq-section {
	background: #f5f5f5 !important;
	margin: 8px 0px 16px 0px !important;
	padding: 12px 16px 2px 25px !important;
	border-style: solid !important;
	border-width: 0px 0px 0px 4px !important;
	border-color: #005ea8 !important;
	border-radius: 0px 4px 4px 4px !important;
}
.schema-faq-section p {
	margin-bottom: 10px!important;
}
.tipp {
	background: #f5f5f5;
	float: right;
	width: 300px;
	margin-left: 1em;
	margin-bottom: 1em;
	line-height: 1.75;
}
.tipp-titel {
	color: #ffffff;
	background: #005ea8;
	font-weight: bold;
	padding: 10px;
}
.tipp-inhalt {
	padding: 10px;
}
.clear {
	display: block;
	clear: both;
}
figure {
	margin: 0;
}
.wp-caption {
	background: #f5f5f5;
}
.wp-caption-text {
	padding: 5px 10px 10px 10px;
}
.alignleft {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}
.alignright {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}
.aligncenter {
	margin: 0 auto 1em auto;
}
ul.pro-contra {
	list-style: none;
	margin-left: 0!important;
}
li.pro:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	content: "\f055";
	margin-right: 10px;
	color: #239212;
}
li.contra:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	content: "\f056";
	margin-right: 10px;
	color: #db0000;
}
.clk-widget {
	border: 1px solid #005ea8;
	background: #f5f5f5;
}
.clk-widget a {
	color: #000000;
}
.clk-widget a:hover {
	text-decoration: none;
}
.clk-widget .top {
	padding: 10px 10px 0 10px;
	color: #005ea8;
	display: block;
	font-size: 1.6rem;
	font-weight: 500;
}
.clk-widget .bottom {
	display: block;
	padding: 10px;
}
.clk-widget .button {
	background: #005ea8;
	color: #fff;
	font-weight: bold;
	border: 1px solid #000;
}
.clk-widget .button:hover {
	text-decoration: underline;
}
#toc_container {
	background: #f5f5f5;
	padding: 10px;
	margin-bottom: 1em;
}
#toc_container .toc_title {
	//font-size: 1.6rem!important;
	font-weight: bold;
	margin: 0;
}
#toc_container ol {
	margin: 0;
	padding: 0 0 0 16px;
	line-height: 1.75;
}
#comments label {
	display: block;
}
#comments textarea, #comments input[type=text], #comments input[type=email] {
	width: 500px;
	font-size: 14px;
	padding: 10px;
	outline: 0;
	border: 1px solid #ccc;
}
#comments textarea:focus, #comments input[type=text]:focus, #comments input[type=email]:focus {
	border-color: #005ea8;
}
#comments input[type=submit] {
	background: #005ea8;
	color: #fff;
	font-weight: bold;
	border: 1px solid #000;
	padding: 10px;
	font-size: 14px;
}
#comments input[type=submit]:hover {
	cursor: pointer;
	text-decoration: underline;
}
ol.comment-list {
	padding: 0;
	list-style: none;
}
.comment-meta {
	margin-bottom: 10px;
}
#respond {
	border-top: 1px solid #ccc;
	padding-top: 10px;
}
.post {
	clear: both;
	display: block;
	margin-bottom: 25px;
}
.post img {
	width: 200px;
	float: left;
	margin-right: 25px;
}
.share-btns {
	margin-bottom: 1em;
}
@media print, screen and (max-width: 768px) {
	.tipp {
		float: none;
		width: 100%;
		margin-left: 0;
		display: block;
	}
	figure.wp-caption, figure.wp-caption img {
		width: 100%!important;
	}
	#comments textarea, #comments input[type=text], #comments input[type=email] {
		width: 100%;
	}
}
.no-margin-bottom {
	margin-bottom:0!important;
}
.margin-top-half {
	margin-top:.5em!important;
}
.title.is-7 {
	font-size: .9285714286rem!important;
}
ul.mb-advantages {
	margin-left: 0!important;
}
ul.mb-advantages li {
	list-style: none;
}
ul.mb-advantages li:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f058";
	color: #18a31c;
	margin-right: 5px;
}
span.note {
	position: relative;
}
span.note svg {
	color: #005ea8;
	font-size: 12px;
	margin-top: -1px;
}
span.note span.text {
	display: none;
}
span.note:hover span.text {
	display: block;
	background: #f5f5f5;
	border: 1px solid #ddd;
	padding: 5px 10px;
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 300px;
}
@media screen and (max-width:639px) {
	span.note:hover span.text {
		position: unset;
		width: 100%;
	}
}
/* BEGIN - Custom Gravity Forms CSS */
.ginput_container input, .ginput_container select, .ginput_container textarea {
	border-color: #dbdbdb!important;
	box-shadow: unset!important;
}
.gform-field-label {
	font-weight:bold!important;
}
span.gfield_required {
	font-size: 14px;
	color: unset!important;
}
.gform-theme--foundation .gform_fields {
  grid-row-gap: 1rem!important;
}
p.gform_required_legend {
	display: none;
}
.gf_page_steps {
	background: #ccd4db;
	padding: .7rem;
}
.gf_page_steps .gf_step_label {
	color: rgba(0,0,0,.7);
	text-transform: unset;
}
.gf_step_completed .gf_step_number::after {
	background: #666!important;
	color: #fff;
}
.gf_step_active .gf_step_number {
	background: #005ea8!important;
	color: #fff;
}
.gf_step_completed .gf_step_number::after {
	border: 1px solid #666!important;
}
h3.gsection_title {
	display: none;
}
.gsection_description {
	margin-bottom: 12px;
}
.gform-theme-button, .gform_button {
	font-size: 1.6rem!important;
	padding: calc(.5em - 1px) 1em!important;
}
.gform_next_button, .gform_button {
	background: #005ea8!important;
}
.gform_previous_button {
	color: #666!important;
}
.gfield input::placeholder, .gfield textarea::placeholder {
	color: #888;
}
.gform-theme--foundation .gfield textarea.small {
	height: 6rem;
}
.ginput_container_consent label {
	font-weight: normal!important;
}
.gf_page_steps .gf_step span.showMobile {
	display: none;
}
.gform_confirmation_message_1 {
	border-top: 3px solid #ededed;
	border-bottom: 3px solid #ededed;
	padding: 25px 0;
}
@media screen and (max-width:639px) {
	.gf_page_steps .gf_step {
		display: none;
	}
	.gf_page_steps .gf_step_active {
		display: block;
		line-height: 1.4em;
	}
	.gf_page_steps .gf_step span.showMobile {
		display: block;
	}
	.gf_step_number {
		display: none!important;
	}
	.gfield_label, .gform-field-label {
		font-size: 14px!important;
	}
}
/* END - Custom Gravity Forms CSS */
/* END - CUSTOM CSS */