
/* Allgemeine Einstellungen */

html,
body
{
	margin: 0;
	padding: 0;
}
body
{
	background: #ffffff;
	color: #757f93;
	font: normal normal 1em/1.5em 'Fira Sans', 'Helvetica Neue', sans-serif; /* 16/16 24/16 */

	-webkit-text-size-adjust: 100%; /* prevent font scaling in landscape */
}
a
{
	color: #0075be;
	text-decoration: none;
}
a:hover,
a:focus
{
	text-decoration: underline;
}
a img
{
	border: none;
}
a span
{
	cursor: pointer;
}
address
{
	margin: 0;
	padding: 0.2857em 0; /* 4/14 */
	font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6
{
	margin: 0;
	padding: 0;
}
h1
{
	margin: 1.0476em 4.7619047619% 1.1429em 4.7619047619%; /* 44/42 (48/1008)*100 48/42 (48/1008)*100 */
	color: #4b4e54;
	font-weight: 300;
	font-size: 2.625em; /* 42/16 */
	line-height: 1.0952em; /* 46/42 */
	text-transform: uppercase;
	text-align: center;
}
h1 a
{
	color: #4b4e54;
}
h2
{
	margin: 0.8462em 0 0.6154em 0; /* 22/26 0 16/26 0 */
	color: #0075be;
	font-size: 1.625em; /* 26/16 */
	line-height: 1.3077em; /* 34/26 */
}
h2.subheadline
{
	margin: -1.5556em 4.7619047619% 2.6667em 4.7619047619%; /* -28/18 (48/1008)*100 48/18 (48/1008)*100 */
	color: #757f93;
	font-weight: normal;
	font-size: 1.125em; /* 18/16 */
	line-height: 1.5556em; /* 28/18 */
	text-align: center;
}
h2.subheadline a
{
	color: #757f93;
}
h3
{
	margin: 0.8571em 0 0.6667em 0; /* 18/21 0 14/21 0 */
	color: #4b4e54;
	font-size: 1.3125em; /* 21/16 */
	line-height: 1.3810em; /* 29/21 */
}
h3 a
{
	color: #4b4e54;
}
img
{
	max-width: 100%;
}
blockquote
{
	margin: 0;
	padding: 0;
	font-style: italic;
}
blockquote p:before,
blockquote p::before
{
	content: '„';
}
blockquote p:after,
blockquote p::after
{
	content: '“';
}
p
{
	margin: 0 0 0.75em 0; /* 0 0 12/16 0 */
	padding: 0;
}
.more
{
	margin: 2em 0 2.5em 0; /* 32/16 0 40/16 0 */
	color: #ffffff;
	line-height: 1.375em; /* 22/16 */
	text-transform: uppercase;
}
.more a,
.more span
{
	display: inline-block;
	padding: 0.75em 1.25em; /* 12/16 20/16 */
	border: solid 1px #16a5d9;
	border-radius: 0.375em; /* 6/16 */
	color: #16a5d9;
	text-align: center;
	cursor: pointer;
}
.more a:hover,
.more a:focus,
a:hover .more span,
a:focus.more span
{
	background: #16a5d9;
	text-decoration: none;
}
.more-multiple
{
	overflow: hidden;
}
.more-multiple a
{
	float: left;
	margin-left: -1px;
	border-radius: 0;
}
.more-multiple a:first-child
{
	border-top-left-radius: 0.375em; /* 6/16 */
	border-bottom-left-radius: 0.375em; /* 6/16 */
}
.more-multiple a.last-item,
.more-multiple a:last-child
{
	border-top-right-radius: 0.375em; /* 6/16 */
	border-bottom-right-radius: 0.375em; /* 6/16 */
}
ol,
ul
{
	margin: 1.25em 0 1.375em 0; /* 20/16 0 22/16 0 */
	padding: 0;
	list-style-type: none;
}
li
{
	margin: 0 2em 0.375em 2em; /* 0 32/16 6/16 32/16 */
	padding: 0;
}
li:before,
li::before
{
	float: left;
	margin-left: -1.5em; /* 24/16 */
	min-width: 1.5em; /* 24/16 */
	color: #3db1db;
	text-align: center;
}
ul li:before,
ul li::before
{
	content: '•';
}
ol
{
	counter-reset: ordered-list;
}
ol li:before,
ol li::before
{
	content: counter(ordered-list) '.';
	counter-increment: ordered-list;
}
table
{
	margin: 1.25em 0 1.375em 0; /* 20/16 0 22/16 0 */
	padding: 0;
	border: none;
	border-collapse: collapse;
}

/* Allgemeine Einstellungen > Vorschau-Elemente (Showroom) */

.preview
{
	text-align: center;
}
.preview > a
{
	position: relative;
	display: inline-block;
	padding: 20px;
	background: #eeeef0;
}
.preview > a:hover::after,
.preview > a:hover:after
{
	content: url(../images/layout/plus.png);
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	margin: -35px 0 0 0;
	text-align: center;
	cursor: pointer;
}
.preview img
{
	display: block;
	max-width: 480px;
	max-height: 340px;
}

/* Allgemeine Einstellungen > Presseliste */

.press
{
	/*margin: 2.5em 0 3em 0;*/ /* 40/16 0 48/16 0 */
}
.press li
{
	margin: 0;
	border-top: solid 1px #e2e5f0;
}
.press li:first-child
{
	border: none;
}
.press li:before,
.press li::before
{
	display: none;
}
.press li a
{
	display: block;
	overflow: hidden;
	padding: 1.0625em 0 1em 0; /* 17/16 0 16/16 0 */
}
.press li a:hover,
.press li a:focus
{
	background: #f7f8fc;
	text-decoration: none;
}
.press p
{
	display: inline-block;
	width: 25%;
	margin: 0;
	color: #4b4e54;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.press h2
{
	display: inline-block;
	width: 75%;
	margin: 0 0 0 -5px;
	font-size: 1.25em; /* 20/16 */
	line-height: 1.2em; /* 24/20 */
	font-weight: normal;
	vertical-align: middle;
}

/* Allgemeine Einstellungen > Referenzen */

.reference
{
	overflow: hidden;
	padding-left: 114px;
}
.reference img
{
	float: left;
	margin: 0 0 1em -114px; /* 0 0 16/16 -114 */
	border-radius: 50%;
}
.reference .author
{
	margin: 0.5em 0 1em 0; /* 8/16 0 16/16 0 */
	line-height: 1.375em; /* 22/16 */
}
.reference .author a
{
	color: #757f93;
}
.reference .author strong
{
	color: #4b4e54;
	font-size: 1.125em; /* 18/16 */
}
.reference blockquote
{
	clear: left;
	margin: 0 0 40px -114px;
	color: #8c98ac;
}

/* Allgemeine Einstellungen > Formularelemente */

.form-introduction
{
	/*margin: 3em 0 2em 0;*/ /* 48/16 0 32/16 0 */
}
.messages
{
	margin: 2.5em 0 2em 0; /* 40/16 0 32/16 0 */
	padding: 0.75em 1.5em 1em 1.5em; /* 12/16 24/16 16/16 24/16 */
	border: solid 1px #9ee5ff;
}
.messages h2
{
	font-weight: normal;
	font-size: 1.25em; /* 20/16 */
}
.error
{
	border-color: #fb9e9e;
}
.error h2
{
	color: #c21a1a;
}
.error ul li:before,
.error ul li::before
{
	color: #ee5050;
}
.success
{
	margin-bottom: 4em; /* 64/16 */
	border-color: #b2f4a0;
}
.success h2
{
	color: #35911c;
}
.success ul li:before,
.success ul li::before
{
	color: #6dd153;
}
form
{
	margin: 0;
	padding: 0;
}
label
{
	cursor: pointer;
}
input,
textarea,
select
{
	margin: 0;
	outline: none;
}
input.text,
textarea,
select
{
	box-sizing: border-box;

	padding: 0.5em 0.625em; /* 8/16 10/16 */
	background: #edeef0;
	border: solid 1px #cdcdcd;
	color: #4b4e54;
	font: normal normal 1em/normal 'Fira Sans', 'Helvetica Neue', sans-serif; /* 16/16 */
}
select
{
	padding-left: 0.5em; /* 8/16 */
}
textarea
{
	line-height: 1.3571em; /* 19/14 */
}
input.submit,
input.reset
{
	display: inline-block;
	padding: 0.6667em 1.1111em; /* 12/18 20/18 */
	background: #3db1db;
	border: solid 1px #16a5d9;
	border-radius: 0.3333em; /* 6/18 */
	color: #ffffff;
	font: normal normal 1.125em/normal 'Fira Sans', 'Helvetica Neue', sans-serif; /* 18/16 */
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
}
input.submit:hover,
input.submit:focus
{
	background: #16a5d9;
}
input.reset
{
	background: #edeef0;
	border: solid 1px #cdcdcd;
	color: #4b4e54;
}
input.reset:hover,
input.reset:focus
{
	background: #d8dade;
}
input.radio,
input.checkbox
{
	margin-right: 0.625em; /* 10/16 */
	vertical-align: middle;
}
label.radio,
label.checkbox
{
	margin-right: 0.75em; /* 12/16 */
	vertical-align: middle;
}
label.main
{
	display: block;
	margin-bottom: 0.25em; /* 4/16 */
}
form .label
{
	clear: both;
	font-size: 1.25em; /* 20/16 */
	font-weight: normal;
}

form .left-column,
form .right-column
{
	margin-top: 1.5em; /* 24/16 */
	margin-bottom: 1.5em; /* 24/16 */
}
form .row
{
	overflow: hidden;
	clear: left;
	padding: 0.5em 0; /* 8/16 0 */
}
form .row.highlight
{
	margin-bottom: 1em; /* 16/16 */
	padding: 0.5em 1em; /* 8/16 16/16 */
	background: #f8f8f9;
}
form .row.submit
{
	margin-top: 2em; /* 32/16 */
	margin-bottom: 4em; /* 64/16 */
	padding: 1em 1em 0.125em 1em; /* 16/16 16/16 2/16 16/16 */
	background: #f8f8f9;
	text-align: right;
}
form .row input.text,
form .row textarea
{
	width: 100%;
}
form .row.submit input
{
	margin-left: 0.4444em; /* 8/18 */
	margin-bottom: 0.7778em; /* 14/18 */
}

/* Allgemeine Einstellungen > Formularelemente > Captcha */

.captcha
{
	overflow: hidden;
}
form .captcha .row
{
	position: relative;
	padding-top: 1em; /* 16/16 */
	padding-bottom: 1em; /* 16/16 */
}
.captcha .row > div
{
	margin-right: 229px;
}
.captcha .row > div input.text
{
	height: 50px;
}
.captcha .row > a,
.captcha .row > img
{
	display: block;
	position: absolute;
	top: 1em; /* 16/16 */
	right: 16px;
}
.captcha .row > img
{
	right: 78px; /* 50+16+12 */
}
.captcha a
{
	width: 50px;
	height: 50px;
	background: #3db1db;
}
.captcha a:hover,
.captcha a:focus
{
	background: #16a5d9;
}

/* Allgemeine Einstellungen > Formularelemente > Gratis-Muster-Anfordern Sonderfälle */

#angebot_plz,
#angebot_ort,
#angebot_anrede,
#angebot_titel
{
	float: left;
	width: 65%;
}
#angebot_plz,
#angebot_anrede
{
	width: 30%;
	margin-right: 5%;
}

/* Allgemeine Einstellungen > Formularelemente > Gratis-Muster-Anfordern Sonderfälle > Mitgliedschaft */

.membership
{
	overflow: hidden;
	margin: 0;
}
.membership ul
{
	overflow: hidden;
}
.membership ul li
{
	box-sizing: border-box;

	float: left;
	overflow: hidden;
	width: 47.6190476190%; /* (480/1008)*100 */
	margin: 0 0 1em 4.7619047619%; /* 0 0 16/16 (48/1008)*100 */
	padding: 0.5em 1em; /* 8/16 16/16 */
	background: #f8f8f9;
}
.membership ul li.first-two-columns
{
	clear: left;
	margin-left: 0;
}
.membership ul li:before,
.membership ul li::before
{
	display: none;
}
.membership ul li.other > input,
.membership ul li.other > label
{
	float: left;
}
.membership ul li.other > input
{
	margin-top: 0.6875em; /* 11/16 */
}
.membership ul li.other > label
{
	margin-top: 0.375em; /* 6/16 */
}
.membership ul li.other > div
{
	margin-left: 6.25em; /* 100/16 */
}
.membership ul li.other > div input
{
	width: 100%;
}

/* Allgemeine Einstellungen > Formularelemente > Infoverteiler Sonderfälle */

.section-required
{
	margin-top: 2em; /* 52/26 */
}
#infoverteiler .left-column,
#infoverteiler .right-column
{
	margin-top: 0;
}
#plz,
#ort,
#anrede,
#titel
{
	float: left;
	width: 65%;
}
#plz,
#anrede
{
	width: 30%;
	margin-right: 5%;
}

/* Allgemeine Einstellungen > Tooltips */

.tooltip
{
	display: inline-block;
	overflow: hidden;
	width: 25px;
	height: 25px;
	text-indent: -99999px;
}
.tooltip:before,
.tooltip::before
{
	content: '?';
	display: block;
	width: 100%;
	height: 100%;
	background: #3db1db;
	border-radius: 50%;
	color: #ffffff;
	font-weight: bold;
	font-size: 20px;
	line-height: 27px;
	text-align: center;
	text-indent: 0;
}
.tooltip:hover,
.tooltip:focus
{
	text-decoration: none;
}
.tooltip:hover:before,
.tooltip:focus:before,
.tooltip:hover::before,
.tooltip:focus::before
{
	background: #16a5d9;
}
.row .tooltip
{
	margin-left: 0.5em; /* 8/16 */
	margin-top: -0.25em; /* -4/16 */
	vertical-align: middle;
}

/* Allgemeine Einstellungen > Slider-Pfeile */

.previous,
.next
{
	display: none !important;
}

/* Allgemeine Einstellungen > Archiv-Listen */

.year
{
	margin-top: 28px; /* 28/26 */
}
.archive
{
	font-size: 1.125em; /* 18/16 */
}
.archive li
{
	margin: 0;
	background: #fcfcfe;
	border-bottom: solid 1px #e2e5f0;
}
.archive li.even
{
	background: #ffffff;
}
.archive li:first-child
{
	border-top: solid 1px #e2e5f0;
}
.archive li:before,
.archive li::before
{
	display: none;
}
.archive a
{
	display: block;
	padding: 0.6667em 1.3333em; /* 12/18 24/18 */
	color: #4b4e54;
}
.archive a:hover,
.archive a:focus
{
	background: #f7f8fc;
	color: #0075be;
	text-decoration: none;
}

/* Framework */

.row > .wrapper
{
	overflow: hidden;
	margin: 0 auto;
	padding: 0 24px; /* 0 48px */
}
.row-header
{
	border-bottom: solid 1px #e2e5f0;
}
.row-header > .wrapper
{
	position: relative;
}
.row-slider
{
	position: relative;
	padding: 0;
}
.row-content
{
	position: relative;
	border-top: solid 1px #e2e5f0;
}
.row-content .wrapper
{
	background: #ffffff;
}
.content-wrapper
{
	/* page-break-inside: avoid; */

	overflow: hidden;
	width: 100%;
	border-top: solid 1px #e2e5f0;
}
.wrapper .content-wrapper:first-child
{
	border: none;
}
.content-wrapper.no_columns
{
	margin-top: 2.5em;
	margin-bottom: 3em;
}
.left-column,
.right-column
{
	float: left;
	overflow: hidden;
	width: 47.6190476190%; /* (480/1008)*100 */
	margin: 3.5em 0 4em 4.7619047619%; /* 56/16 0 64/16 (48/1008)*100 */
}
.left-column
{
	clear: left;
	margin-left: 0;
}
.left-column *:first-child,
.right-column *:first-child
{
	margin-top: 0
}
.row-footer
{
	border-top: solid 1px #e2e5f0;
}

/* Framework > Header > Logo */

#logo
{
	display: block;
	width: 194px;
	margin: 1.25em auto 1em auto; /* 20/16 auto 16/16 auto */
}
#logo img
{
	display: block;
	width: 100%;
}

/* Framework > Header > Navigation */

#navigation-toggle,
#navigation
{
	display: none;
}

/* Framework > Header-Slider (Startseite) */

.row-slider .caroufredsel_wrapper
{
	height: 260px !important;
	width: auto !important;
}
.row-slider ul
{
	overflow: hidden;
	height: 100% !important;
	width: 100% !important;
	margin: 0;
}
.row-slider ul li
{
	box-sizing: border-box;
	min-height: 100%;
	width: auto !important;
	float: left;
	margin: 0;
	padding: 0;
}
.row-slider ul li:before,
.row-slider ul li::before
{
	display: none;
}
.row-slider ul li > div
{
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}
.row-slider ul li > div > div
{
	display: inline-block;
	width: 80%;
}
.row-slider ul li > div > div h2
{
	margin-bottom: 0.4444em; /* 16/36 */
	color: #4b4e54;
	font-weight: 300;
	font-size: 2.25em; /* 36/16 */
	line-height: 1.1111em; /* 40/36 */
	text-transform: uppercase;
}
.row-slider ul li > div > div p
{
	font-size: 1.25em; /* 20/16 */
	line-height: 1.4em; /* 28/20 */
}
.row-slider ul li > div > div .more
{
	margin-top: 1.7778em; /* 32/18 */
	font-size: 1.125em; /* 18/16 */
	line-height: 1.2222em; /* 22/18 */
}

/* Framework > Header-Slider (Startseite) > Slider-Pfeile */

.row-slider .previous,
.row-slider .next
{
	display: none !important;
}

/* Framework > Header-Slider (Startseite) > Pagination */

.pagination
{
	display: none !important;
}

/* Framework > Footer */

.row-footer ul li:before,
.row-footer ul li::before
{
	display: none;
}

/* Framework > Footer > Top-Link */

.top-link
{
	display: none;
}

/* Framework > Footer > Meta-Links */

.meta-links
{
	display: none;
}

/* Framework > Footer > Social-Links */

.social-links
{
	display: none;
}

/* Framework > Footer > Copyright */

.row-footer .wrapper > div
{
	padding: 1.5em 0 2em 0; /* 24/16 0 32/16 0 */
}
.copyright
{
	text-align: center;
}

/* Framework > Footer > Mitliedschaften */

.memberships
{
	display: none;
}

/* Framework > Teaser-Zeile */

.teasers
{
	overflow: hidden;
	margin: 0;
	padding-bottom: 1em; /* 16/16 */
}
.teasers li
{
	float: left;
	width: 30.1587301587%; /* (304/1008)*100 */
	margin: 0 0 0 4.7619047619%; /* 0 0 0 (48/1008)*100 */
	text-align: center;
}
.teasers li:first-child
{
	margin-left: 0;
}
.teasers li:before,
.teasers li::before
{
	display: none;
}
.teasers li a
{
	display: block;
	overflow: hidden;
}
.teasers li a:hover,
.teasers li a:focus
{
	text-decoration: none;
}
.teasers li a:before,
.teasers li a::before
{
	content: '';

	display: block;
	width: 1px;
	height: 2.625em; /* 42/16 */
	margin: 0 auto;
	background: #dbdeea;
}
.teasers li img
{
	display: block;
	width: 80px;
	margin: 0 auto;
	border: solid 1px #a9b6cf;
	border-radius: 50%;
}
.teasers li h2
{
	color: #4b4e54;
	font-weight: 300;
	font-size: 1.625em; /* 26/16 */
	line-height: 1.0769em; /* 28/26 */
	text-transform: uppercase;
}
.teasers li p
{
	color: #757f93;
}

/* Framework > Einleitung (Startseite) */

.introduction
{
	padding: 3.5em 0 2em 0; /* 56/16 0 32/16 0 */
	text-align: center;
}
.introduction h2
{
	margin: 0 0 0.7619em 0; /* 0 0 32/42 0 */
	color: #4b4e54;
	font-weight: 300;
	font-size: 2.625em; /* 42/16 */
	line-height: 1.0952em; /* 46/42 */
	text-transform: uppercase;
}
.introduction h3
{
	margin: 0 0 0.6154em 0; /* 0 0 16/26 0 */
	color: #0075be;
	font-size: 1.625em; /* 26/16 */
	line-height: 1.3077em; /* 34/26 */
}
.introduction p
{
	font-size: 1.125em; /* 18/16 */
	line-height: 1.5556em; /* 28/18 */
}
.introduction .more
{
	line-height: 1.3889em; /* 25/18 */
}

/* Framework > Teaser (2-spaltig) */

.teaser h2
{
	margin: 0 0 0.4615em 0; /* 0 0 12/26 0 */
}
.teaser h3
{
	margin-bottom: 0.5385em; /* 14/26 */
	color: #4b4e54;
	font-weight: 300;
	font-size: 1.625em; /* 26/16 */
	line-height: 1.0769em; /* 28/26 */
	text-transform: uppercase;
}

/* Framework > Teaser (2-spaltig) > Showroom-Teaser */

.showroom h3
{
	margin-top: 0.8462em !important; /* 22/26 */
}
.showroom img
{
	display: block;
	width: 100%;
}

/* Framework > Teaser (2-spaltig) > V-aktuell Kundenzeitungen-Teaser (Startseite) */

.customer-magazines ul h3
{
	margin-bottom: 0.2308em; /* 6/26 */
}
.customer-magazines ul p
{
	margin-bottom: 0.375em; /* 6/16 */
	color: #757f93;
}
.customer-magazines ul a:hover,
.customer-magazines ul a:focus
{
	text-decoration: none;
}
.customer-magazines .left-column,
.customer-magazines .right-column
{
	margin-bottom: 4em; /* 64/16 */
}
.customer-magazines .left-column
{
	text-align: right;
}
.customer-magazines .right-column
{
	margin-top: 0;
}
.customer-magazines ul
{
	margin: 0;
}
.customer-magazines ul li
{
	position: relative;
	overflow: hidden;
	margin: 0;
	padding-top: 2em; /* 32/16 */
}
.customer-magazines ul li:first-child
{
	padding-top: 3.5em; /* 56/16 */
}
.customer-magazines ul li:before,
.customer-magazines ul li::before
{
	content: '';

	position: absolute;
	top: 0;
	left: 41px;

	float: none;
	display: block;
	width: 1px;
	min-width: 0;
	height: 100%;
	margin: 0;
	background: #dbdeea;
}
.customer-magazines ul li.last-item:before,
.customer-magazines ul li.last-item::before,
.customer-magazines ul li:last-child:before,
.customer-magazines ul li:last-child::before
{
	top: -50%;
}
.customer-magazines ul a
{
	position: relative;
	display: block;
	overflow: hidden;
	padding-left: 104px;
}
.customer-magazines ul img
{
	display: inline-block;
	width: 80px;
	height: 80px;
	margin: 0 16px 0 -104px;
	background: #ffffff;
	border: solid 1px #a3afc7;
	border-radius: 50%;
	vertical-align: middle;
}
.content-wrapper-highlight .customer-magazines ul img
{
	background: #edeef0;
}
.customer-magazines ul div
{
	display: inline-block;
	vertical-align: middle;
}

/* Framework > Teaser (2-spaltig) > Über uns Teaser */

.about-us img
{
	display: block;
	margin: 0 auto;
	border-radius: 50%;
}
.about-us .right-column .more-multiple
{
	max-width: 448px;
}
.about-us .right-column .more-multiple a
{
	box-sizing: border-box;
	width: 50%;
	padding-right: 0;
	padding-left: 0;
	white-space: nowrap;
}

/* Framework > 5 gute Gründe */

.reasons h2
{
	margin: 1.3333em 0 0.9524em 0; /* 56/42 0 40/42 0 */
	color: #4b4e54;
	font-weight: 300;
	font-size: 2.625em; /* 42/16 */
	line-height: 1.0952em; /* 46/42 */
	text-transform: uppercase;
	text-align: center;
}
.reasons h3
{
	margin: 0 0 1.2308em 0; /* 0 0 32/26 0 */
	color: #0075be;
	font-size: 1.625em; /* 26/16 */
	line-height: 1.3077em; /* 34/26 */
}
.reasons .left-column,
.reasons .right-column
{
	margin-top: 0;
}
.reasons ol
{
	margin: 0;
	padding-left: 70px;
	line-height: 1.375em; /* 22/16 */
}
.reasons ol li:before,
.reasons ol li::before
{
	content: counter(ordered-list);

	float: none;
	display: inline-block;
	vertical-align: middle;
	width: 48px;
	min-width: 0;
	margin-left: -70px;
	margin-right: 20px;
	padding-top: 2px;
	border: solid 1px #0075be;
	border-radius: 50%;
	color: #0075be;
	font-size: 24px;
	line-height: 46px;
}
.reasons ol li
{
	margin: 0 0 1.25em 0; /* 0 0 20/16 0 */
}
.reasons ol li span
{
	display: inline-block;
	vertical-align: middle;
}

/* Framework > Meinungs-Slider */

.opinions
{
	position: relative;
	margin: 0 -48px;
	padding: 3.5em 0 4em 0; /* 56/16 0 64/16 0 */
}
.opinions h2
{
	margin: 0 16% 0.7619em 16%; /* 0 0 32/42 0 */
	color: #4b4e54;
	font-weight: 300;
	font-size: 2.625em; /* 42/16 */
	line-height: 1.0952em; /* 46/42 */
	text-transform: uppercase;
	text-align: center;
}
.opinions .caroufredsel_wrapper
{
	height: 260px !important;
	width: auto !important;
}
.opinions ul
{
	overflow: hidden;
	height: 100% !important;
	width: 100% !important;
	margin: 0;
}
.opinions ul li
{
	float: left;
	width: auto !important;
	margin: 0;
	text-align: center;
}
.opinions ul li:before,
.opinions ul li::before
{
	display: none;
}
.opinions blockquote
{
	margin: 0 16% 1.7778em 16%; /* 0 0 32/18 0 */
	font-size: 1.125em; /* 18/16 */
	line-height: 1.5556em; /* 28/18 */
}
.opinions .author
{
	display: inline-block;
	max-width: 320px;
	padding-left: 120px;
	text-align: left;
}
.opinions .author img
{
	display: inline-block;
	width: 96px;
	margin: 0 24px 0 -120px;
	margin-right: 18px; /* white-space in webkit? */
	border-radius: 50%;
	vertical-align: middle;
}
.opinions .author div
{
	display: inline-block;
	vertical-align: middle;
}
.opinions .author h3
{
	margin: 0 0 0.2222em 0; /* 0 0 4/18 0 */
	font-size: 1.125em; /* 18/16 */
	line-height: 1.2222em; /* 22/18 */
}
.opinions .author p
{
	margin: 0;
	line-height: 21px; /* 21/16 */
}

.white-popup {
	position: relative;
	background: #FFF;
	padding: 30px;
	width: auto;
	max-width: 800px;
	margin: 20px auto;
}

form#angebot li input#senden, #Autoresponder_Confirmbox #not_confirmed, #Autoresponder_Confirmbox #confirmed
{
	padding: 0;
	margin: 6px 0 0 146px;
	text-align: center;
	width: 100px;
	background: #5092C4;
	border: 2px solid #4384B9;
	color: #fff;
	font-weight: bold;
}

#Autoresponder_Confirmbox #not_confirmed
{
	float: left;
	width: 114px;
	margin: 0 8px 0 0;
	cursor: pointer;
}

#Autoresponder_Confirmbox #confirmed
{
	float: left;
	margin: 0 0 0 0;
	width: 153px;
	background: none repeat scroll 0 0 #34D27C;
	border: 2px solid #34D27C;
	cursor: pointer;
}