@font-face { font-family: 'Roboto';
	src: url('assets/fonts/Roboto-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal; }
@font-face { font-family: 'Roboto';
	src: url('assets/fonts/Roboto-BlackItalic.ttf') format('truetype');
	font-weight: 900;
	font-style: italic;} 
@font-face { font-family: 'Roboto';
	src: url('assets/fonts/Roboto-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;}
@font-face { font-family: 'Roboto';
	src: url('assets/fonts/Roboto-BoldItalic.ttf') format('truetype');
	font-weight: 700;
	font-style: italic;}
@font-face { font-family: 'Roboto';
	src: url('assets/fonts/Roboto-Italic.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;}
@font-face { font-family: 'Roboto';
	src: url('assets/fonts/Roboto-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;}
@font-face { font-family: 'Roboto';
	src: url('assets/fonts/Roboto-LightItalic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;}
@font-face { font-family: 'Roboto';
	src: url('assets/fonts/Roboto-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;}
@font-face { font-family: 'Roboto';
	src: url('assets/fonts/Roboto-MediumItalic.ttf') format('truetype');
	font-weight: 500;
	font-style: italic;}
@font-face { font-family: 'Roboto';
	src: url('assets/fonts/Roboto-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;}
@font-face { font-family: 'Roboto';
	src: url('assets/fonts/Roboto-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;}
@font-face { font-family: 'Roboto';
	src: url('assets/fonts/Roboto-ThinItalic.ttf') format('truetype');
	font-weight: 100;
	font-style: italic;}						
	
/* Reset */

*, *:before, *:after {
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}

img {
	display: block;
	max-width: 100%;
	max-height: 100%
}
.middle img {
	margin: 0 auto;
}

h1 {
	margin: 25px 0 0 0;
	line-height: normal;
	word-break: break-word;
}
h2 {
	margin: 0.9em 0;
	line-height: normal;
	font-size: 28px;
}
h3 {
	margin: 1em 0;
	line-height: normal;
}

p {
	margin: 1em 0;
}

input:focus, textarea:focus {
	outline: none;
}

a {
	color: #00ab9f;
	text-decoration: none;
}

hr {
	border-width: 1px;
	border-style: solid;
	border-color: #E6E6E6;
}
.abs {
	min-width: 55px;
	display: inline-block;
}

.va {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.hide {
	display: none;
}

.textimage.rechtsimtext {
	float: right;
	padding: 0 0 10px 10px;
}

.textimage.rechtsimtext img {
	margin: 0 auto;
}

.phoneonly, .tabletonly {
	display: none;
}

#devinfo {
	top: 0;
	right: 0;
	position: fixed;
	background: #f4f4f4;
	padding: 10px 20px;
	border: 1px solid #ccc;
	z-index: 8000;
}

#devinfo .content {
	display: none;
}

#devinfo:hover .content {
	display: block;
}

/* Clear */
.cl:after {
	content: "";
	display: table;
	clear: both;
}
.clear {
	clear: both;
}

.hideme {
	display: none;
}

html {
	height: 101%;
	font-family: "Roboto", sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	font-size: 17px;
	line-height: 22px;
	background: #fff;
	color: #5c7473;
}

.wrap {
	width: 75%;
	margin: 0 auto;
}

.col2 {
	padding: 20px 0 50px;
}

.text {
	font-size: 17px;
	line-height: 22px;
}

.fl {
	float: left!important;
}
.fr {
	float: right!important;
}

.textimage {
	padding: 10px;
	text-align: center;
	margin: 0 auto;
	display: block;
}
.textimage img {
	margin: 0 auto;
	border: 3px solid #ededed;
}
.textimage .imagecaption {
	font-size: 90%;
	font-style: italic;
}

.font-70 {font-size: 70%;}
.font-80 {font-size: 80%;}
.font-90 {font-size: 90%;}
.font-100 {font-size: 100%;}
.font-110 {font-size: 110%;}
.font-120 {font-size: 120%;}
.font-130 {font-size: 130%;}
.font-140 {font-size: 140%;}
.font-150 {font-size: 150%;}

.c1-2 {
	width: 50%;
	float: left;
}
.c1-3 {
	width: 33%;
	float: left;
}
.c1-4 {
	width: 25%;
	float: left;
}
.c2-3 {
	width: 66%;
	float: left;
}
.c3-4 {
	width: 75%;
	float: left;
}

.width_20 {
	width: 20%;
	direction: block;
}
.width_60 {
	width: 60%;
	display: block;
}

a.pdf-download {
    color: #5c7473;
    background: url(../images/pdf-icon.png) 0 0 no-repeat;
    background-size: auto 35px;
    padding: 7px 25px 7px 35px;
    display: inline-block;
	float: left;
}


a.download {
	color: #5c7473;
	background: url('../images/download-icon.png') 0 0 no-repeat;
	background-size: auto 35px;
	padding: 7px 0 7px 35px;
	display: inline-block;
}

.error.text {
	width: 840px;
	margin: 0 auto;
	text-align: center;
}

.header {
	background: #fff;
}

.logo {
	float: left;
	width: 50%;
}

.contactbar {
    float: right;
    padding: 56px 0px;
}

.contactbar a:hover {
	color:#00ab9f;
}

.quickcall, .quickmail, .quickmenu {
	display: inline-block;
	float: left;
	text-align: right;
	font-size: 125%;
	color: #5C7473;
}

.quickmail {
	margin-right: 25px;
	padding: 5px 0px;
}

.quickcall {
	cursor: pointer;
	padding: 5px 0px;
}

.quickcall:before,
.quickmail:before,
.quickmenu:before {
	background: url('../images/phone-icon.png') 50% 50% no-repeat;
	background-size: cover;
	width: 32px;
	height: 25px;
	display: inline-block;
	float: left;
	content: "";
	top: -1px;
	position: relative;
}

.quickmail:before {
	background: url('../images/mail-icon.png') 50% 50% no-repeat;
	background-size: cover;
	width: 39px;
	height: 25px;
	margin-right: 8px;
}

.quickmenu:before {
	background: url('../images/menu-icon.png') 50% 50% no-repeat;
    background-size: contain;
    width: 22px;
    height: 25px;
    margin-right: 8px;
}

.teaser {
	text-align: center;
	background: rgb(0,171,159);
	background: radial-gradient(circle, rgba(0,171,159,1) 0%, rgba(0,141,129,1) 100%);	
	width: 100%;
	color: #fff;
	font-size: 150%;
	padding: 35px 0;
	line-height: 150%;
}

.teaser p, .teaser h3 {
	margin: 0;
}

.mainmenu {
	background: #ededed;
}

.mainmenu .logo {
	display:none;
}

.submenu {
	display: none;
	width: 75%;
}

.mainmenu ul li:hover>.submenu {
	display: block;
    position: absolute;
    z-index: 99999;
}

.submenu li {
	float: none !important;
	background-color: #ededed;
	border-bottom: 1px solid #ccc;
}

.submenu li a {
	font-size: 16px !important;
}

.submenu li:last-child {
	border-bottom: none;
}



.fixedMenu {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #ededed;
	z-index: 99999999;
	box-shadow: 1px 1px 3px #d4d4d4;
}

.fixedMenu .logo {
	display: block;
	width: 170px;
	margin-right: 15px;
}

.fixedMenu .menu li a {
    padding: 30px 0px;
}

.fixedMenu .menu li {
	width: 16.6%;
}

.fixedMenu .submenu li {
	width: 210px;
}

.fixedMenu .submenu li a {
	padding: 18px 0px;
	font-size: 15px !important;
}

.fixedMenu .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
}

.fixedHeader + .main, .fixedHeader + .slider {
    margin-top: 80px;
}

.menu li {
	float: left;
	width: 16.6%;
	list-style-type: none;
	text-align: center;
}
.menu li a {
	padding: 15px 0px;
	font-size: 18px;
	display: block;
	color: #5C7473;
	white-space: nowrap;
	cursor: pointer;
}
.menu li a.active,
.menu li a:hover {
	background-color: #00ab9f;
	color: #fff;
}

.home.wrap.text {
    margin: 0 auto;
    padding: 50px 0px;
}

.home.wrap.text h1 {
    margin: 0;
}

.main .text {
	margin: 25px 0 0 0;
}


.boxes {
	padding: 40px 0;
}

.boxes .box {
	background-color: #ededed;
	color: #00ab9f;
	font-size: 18px;
	line-height: 1.5rem;
}
.boxes .box:before {
	background: url('../images/handwerk-icon.png') #00ab9f 50% 50% no-repeat;
	background-size: 75%;
	width: 140px;
	background-size: 75%;
	height: 210px;
	display: block;
	float: left;
	content: '';
}

.boxes a {
	color: #5c7473;
}

.boxes .box.steuer:before {
	background: url('../images/steuer-icon.png') #00ab9f 50% 50% no-repeat;
	background-size: 75%;
}

.boxes .box {
	width: 48%;
	margin-left: 4%;
}
.boxes .box.handwerk {
	margin-left: 0;
}

.boxes .box .content {
	padding: 20px 20px 20px 160px;
}

.boxes .box .headline {
	font-size: 120%;
	font-weight: bold;
}
.boxes .box ul {
	margin-left: 20px;
	padding: 7px 0;
}
.boxes .box ul li {
	margin-bottom: 10px;
}
.boxes .box ul li:last-child {
	margin-bottom: 0;
}

.bxslider-li {
	height: 550px;
	position: relative;
}

.slider .bx-wrapper .bx-pager.bx-default-pager a {
	background: rgba(255, 255, 255, 0.5);
}
.slider .bx-wrapper .bx-pager.bx-default-pager a:hover,
.slider .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fff;
}
.slider .bx-wrapper .bx-next,
.slider .bx-wrapper .bx-prev {
	background: url('../plugins/bxslider/images/control.png') no-repeat -5px 0px;
	height: 110px;
	margin-top: -55px;
}
.slider .bx-wrapper .bx-prev {
	background: url('../plugins/bxslider/images/control.png') no-repeat -43px 0px;
}
.slider .bx-wrapper .bx-next:hover {
	background: url('../plugins/bxslider/images/control.png') no-repeat -5px 0px;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.slider .bx-wrapper .bx-prev:hover {
	background: url('../plugins/bxslider/images/control.png') no-repeat -43px 0px;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.bxslider-li .box {
	position: absolute;
	bottom: 30px;
}
.bxslider-li .headline {
	background-color: #00ab9f;
	width: auto;
	padding: 10px 15px;
	font-size: 32px;
	color: #fff;
	line-height: 42px;
	font-weight: 600;
}
.bxslider-li .content {
	background-color: rgba(92, 116, 115, 0.9);
	width: auto;
	margin-top: 10px;
	color: #fff;
	padding: 15px;
	font-size: 22px;
	line-height: 32px;
}
.bxslider-li .content ul {
	margin: 0 1em;
}


.kundenreferenzen {
	width: 100%;
	padding: 50px 0;
}
.kundenreferenzen .bx-wrapper .bx-viewport {
	background: none;
}
.kundenreferenzen .bx-pager.bx-default-pager {
	bottom: -44px;
	right: 190px;
}
.kundenreferenzen .bx-wrapper .bx-pager.bx-default-pager a {
	background: #c2c2c2;
}
.kundenreferenzen .bx-wrapper .bx-pager.bx-default-pager a:hover,
.kundenreferenzen .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #00ab9f;
}
.kundenreferenzen .bx-wrapper .bx-next,
.kundenreferenzen .bx-wrapper .bx-prev {
	background: url('../plugins/bxslider/images/control.png') no-repeat -5px 0px;
	height: 110px;
	margin-top: -55px;
}
.kundenreferenzen .bx-wrapper .bx-prev {
	background: url('../plugins/bxslider/images/control.png') no-repeat -43px 0px;
}
.kundenreferenzen .bx-wrapper .bx-next:hover {
	background: url('../plugins/bxslider/images/control.png') no-repeat -5px 0px;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.kundenreferenzen .bx-wrapper .bx-prev:hover {
	background: url('../plugins/bxslider/images/control.png') no-repeat -43px 0px;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.kundenreferenzen h2 {
	text-align: center;
	color: #00ab9f;
	margin: 0;

}
ul.kunden {
	padding: 30px 0 10px;
}
li.kundenmeinung {
	text-align: center;
	list-style-type: none;
	font-size: 115%;
	font-style: italic;
	line-height: 135%;
	height: 160px;
}
.kundenmeinung .content {
	padding: 0 18%;
}
li.kundenmeinung .name {
	font-style: italic;
	margin-top: 7px;
	display: block;
	font-size: 93%;
}
.kundenreferenzen a.more {
	display: block;
	color: #00ab9f;
	text-transform: uppercase;
	font-weight: bold;
	text-align: right;
	margin-top: 20px;
}

.main .text ul.detail-kundenmeinungen {
	margin: 0;
	list-style-type: none;
}
.detail-kundenmeinungen li {
	padding: 50px 0;
	background-color: #fff;
	border-top: 3px solid #00ab9f;
}
.detail-kundenmeinungen li:first-child {
	border: none;
}
.detail-kundenmeinungen li .name {
	display: block;
	text-align: right;
	padding-top: 5px;
	font-style: italic;
}

.detail-kundenmeinungen .image {
	float: right;
	padding-left: 30px;
	padding-bottom: 20px;
}

.text.sidebar {
	float: left;
	width: 100%;
	margin-right: 0;
}

.full_width.text.sidebar {
	width: 100%;
}

.sidemenu {
	margin-top: 27px;
}
.sidemenu .menu {
	padding-bottom: 1px;
}
.sidemenu .menu li {
	float: none;
	width: 100%;
	text-align: left;
}
.sidemenu .menu li a {
	padding: 10px 0;
	font-size: 115%;
	border-bottom: 1px solid #ccc;
	margin-bottom: 2px;
	color: #5c7473;
}
.sidemenu .menu li a:hover,
.sidemenu .menu li a.active {
	color: #5c7473;
	border-bottom: 3px solid #00ab9f;
	margin-bottom: 0;
	background: none;
}


.sidebar {
	width: 26%;
	float: left;
	margin-right: 4%;
}
.nosidebar {
	width: 840px;
	margin: 0 auto;
}

.main .text ul {
	margin: 20px;
}
.text ul.vorteile {
	margin: 1em 0;
}

.text ul.vorteile li {
	background: url('../images/check-green.svg') 0px 50% no-repeat;
	padding-left: 35px;
	list-style-type: none;
	background-size: 25px;
}
li.listitem {
	list-style-type: none;
	margin: 8px 0px;
}
li.listitem.arrow {
	background: url('../images/check-green.svg') 0px 50% no-repeat;
	padding-left: 35px;
	margin-left: -1.3em;
	background-size: 25px;
}

li.listitem.arrow strong {
    font-size: 20px;
}

.kontakt {
	background: url('../images/tina-bundschuh.jpg') 100% 100% no-repeat #ededed;
	padding: 20px 15px;
	margin-top: 25px;
	width: 30%;
}
.kontakt .headline a {
	font-size: 1.4em;
	font-weight: 700;
	color: #00ab9f;
	margin-bottom: 10px;
}
.kontakt .name {
	font-size: 120%;
	font-weight: bold;
	margin-top: 25px;
	display: block;
}
.kontakt p {
	margin: 10px 0 0;
}

.facts {
    background-image: url(/assets/images/ausrufezeichen.svg);
	background-repeat: no-repeat;
	background-size: 17%;
    background-position-x: 100%;
	padding: 35px;
    color: #5c7473;
    width: 49%;
    float: left;
    margin: 40px 2% 40px 0px;
    border: 2px solid #5c7473;
	border-radius: 5px;
	height: 340px;
}

.facts .headline {
	font-size: 125%;
	display: block;
	font-weight: bold;
}

.facts ul {
	margin: 20px 0px 49px 18px !important;
}

.facts ul li {
	margin-top: 9px;
}

a.btn-facts-white {
	border: 2px solid #00ab9f;
    padding: 6px 18px;
    float: left;
    margin-right: 0px;
    font-weight: 600;
    text-align: center;
	border-radius: 3px;
	margin-right: 15px;
}

a.btn-facts-white:hover {
    background-color: #00ab9f;
	color: #fff;
}

a.btn-facts-green {
    background-color: #00ab9f;
    padding: 8px 20px;
	color: #fff;
    float: left;
	font-weight: 600;
	border-radius: 3px;
	text-align: center;
}

a.btn-facts-green:hover {
	border: 2px solid #00ab9f;
	background-color: #fff;
	color: #00ab9f;
	padding: 6px 18px;
}



.premium {
    background-color:  #5c7473;
	background-image: url(/assets/images/check-white-transparent.svg);
	background-repeat: no-repeat;
	background-size: 40%;
	background-position: 110% 50%;
    color: #fff;
    width: 49%;
    float: left;
	margin: 40px 0px;
	border-radius: 5px;
	padding: 35px;
}

.premium .headline h3 {
	margin: 0;
	padding: 0;
}

.premium .headline p {
	margin: 0;
	padding: 0;
}

.premium ul {
	margin: 20px 0px !important;
}


.premium ul li {
	background: url('../images/check-white.svg') no-repeat;
	padding-left: 30px;
	margin-top: 10px;
	list-style-type: none;
	background-position: 0 50%;
	background-size: 20px;
}

a.btn-premium {
	background-color: #fff;
    padding: 8px 18px;
	color: #00ab9f;
    float: left;
	font-weight: 600;
	text-align: center;
	border-radius: 3px;
}

a.btn-premium:hover {
	background-color: #00ab9f;
	color: #fff;
}


.no-lumpprice {
	background: rgb(0,171,159);
    background: radial-gradient(circle, rgba(0,171,159,1) 0%, rgba(0,141,129,1) 100%);
	padding: 20px;
	border-radius: 5px;
	color: #fff;
}

.no-lumpprice h2 {
	margin: 0 0 5px 0;
}

.no-lumpprice p {
	margin: 0;
	width: 70%;
	float: left;
}

.button--preisrechner {
    float: right;
    text-align: center;
    padding-right: 20px;
}

.button--preisrechner a {
	color: #00ab9f;
	padding: 10px 18px;
	background: #fff;
	border-radius: 3px;
	font-weight: 600;
}
.button--preisrechner a:hover {
	background-color: #f9f9f9;
}

a.subpagebox {
	width: 47%;
	margin-right: 6%;
	display: block;
	padding: 15px 0;
	text-align: center;
	background-color: #00ab9f;
	color: #fff;
	float: left;
	margin-bottom: 25px;
}
a.subpagebox:last-child {
	margin-right: 0;
}

a.subpagebox:nth-child(2) {
	margin-right: 0;
}

.ansprechpartner {
	width: 100%;
	background: #ededed;
	margin: 45px 0;
	padding: 20px 15px 0;
}
.ansprechpartner .headline {
	font-size: 130%;
	font-weight: 700;
}

.mitarbeiter {
	width: 48%;
	margin: 0 1%;
	float: left;
	padding: 30px 0;
	min-height: 220px;
}
.mitarbeiter .img {
	overflow: hidden;
	width: 150px;
	height: 150px;
	float: left;
}
.mitarbeiter .content-wrap {
	float: left;
	width: 60%;
	padding-left: 35px;
	position: relative;
}
.mitarbeiter .content {
	padding: 7% 0 0;
}
.mitarbeiter .content span {
	display: block;
}
.mitarbeiter .content .name {
	font-weight: 700;
	color: #00ab9f;
	letter-spacing: 0.3pt;
}
.mitarbeiter .content .pos {
	min-height: 26px;
}

article.news {
	margin: 20px 0 30px;
}
article.news h3 {
	margin-bottom: 10px;
}
article.news h3 a {
	color: #00ab9f;
}
article.news p {
	margin: 0.6em 0;
}
span.morebutton a {
	margin-left: 10px;
	font-size: 90%;
	font-weight: 700;
	color: #00ab9f;
}

ul.newsarticle-img li {
	float: left;
	list-style-type: none;
}

.backto {
	background-color: #00ab9f;
}
.backto a {
	width: 840px;
	padding: 15px 0;
	margin: 0 auto;
	display: block;
	color: #fff;
}

.footer {
	color: #fff;
	background: rgb(138,156,156);
	background: radial-gradient(circle, rgba(122,136,135,1) 25%, rgba(92,116,115,1) 100%);
	padding: 30px 0 0;
	line-height: 2rem;
}
.footer a {
	color: #fff;
	text-decoration: underline;
}

.footer a:hover {
	text-decoration: underline;
}
.footermenu ul {
	border-top: 2px solid #00ab9f;
	padding: 16px 0;
	font-size: 90%;
}
.footermenu ul li {
	float: left;
	margin-right: 20px;
	list-style-type: none;
}
.footermenu ul li a {
	text-decoration:none;
}

.footer .border {
	width: 262px;
}

.footer a.inlinetel {
	text-decoration: none;
	cursor: default;
}

.cont-field,
.cont-field-text {
	margin: 10px 0;
	border-bottom: 1px solid #ededed;
}
.cont-field input,
.cont-field-text textarea {
	padding: 3px 10px;
	height: 32px;
	font-size: 100%;
	border-left: 1px solid #ededed;
	min-width: 500px;
	font-family: "Roboto", sans-serif;
}
.cont-field-text textarea {
	border: 1px solid #ededed;
	min-height: 150px;
}
.cont-field .cont-label,
.cont-field-text .cont-label, .dsg-left  {
	display: inline-block;
	width: 150px;
	vertical-align: top;
	padding: 3px 0;
}
.cont-field.dsg label {
    width: 100%;
}
input#cont-datenschutz {
    min-width: initial!important;
    height: initial!important;
    padding: 0px!important;
    border: initial!important;
    width: initial!important;
    display: initial!important;
}
.cont-button {
	padding: 10px 15px;
	font-size: 100%;
	color: #fff;
	background-color: #00ab9f;
	margin-bottom: 30px;
	float: right;
	cursor: pointer;
}
p.contactform-help {
	display: inline-block;
	margin: 9px 0;
}
.cont-field select {
	height: 35px;
	min-width: 500px;
	font-size: 100%;
	background: none;
}
.forminfo {
	font-size: 90%;
}

.main .text ul.fails {
	border-left: 9px solid #D10A1A;
	margin: 20px 0;
	list-style-type: none;
	padding: 10px 20px;
	background: rgba(209, 10, 26, 0.63);
	color: #fff;
}

.main .text ul.gallery {
	margin: 0;
	list-style-type: none;
}
ul.gallery li {
	width: 24%;
	float: left;
	margin-right: 1%;
	margin-bottom: 1%;
}
ul.gallery li:nth-child(4n) {
	margin-right: 0;
}

.sendkundenmeinung {
    background: url(../images/feedback-icon.png) 10px 8px no-repeat #00ab9f;
    color: #fff;
    margin-top: 20px;
    padding: 12px 0px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}

.sendkundenmeinung a {
	color: #fff;
}

.preiskalkulator,
.preiskalkulator_new {
	overflow: hidden;
	padding: 40px 0;
}

.preiskalkulator--infobox {
	border: 1px solid #EDEDED;
	padding: 1.1em 1em;
	margin: 2em 0 1em;
}

.preiskalkulator--infobox .headline .subinfo {
	font-weight: 400;
	font-style: italic;
}
.preiskalkulator--infobox h3 {
	color: #00ab9f;
	margin: 0;
}

.preiskalkulator--infobox .subinfo {
	display: block;
	text-align: right;
	font-size: 0.8em;
	font-style: italic;
}
.preiskalkulator--infobox .col {
	border-bottom: 1px solid #f2f2f2;
	padding: 5px 0;
}
.preiskalkulator--infobox .col.headline {
	border: none;
}
.preiskalkulator--infobox .width_20 {
	text-align: right;
}

.openpremium {
	cursor: pointer;
	color: #5c7473;
}

.openpremium:hover {
	color: #00ab9f;
}


.preiskalkulator .top,
.preiskalkulator_new .top {
	font-size: 110%;
	margin: 20px 0 10px;
	background: #00ab9f;
	color: #fff;
	display: block;
	padding: 5px 10px;
}
.preiskalkulator_new .top {
	margin: 0 -1em 1em;
}

.preiskalkulator_new .content {
	border-left: 1px solid #00ab9f;
	border-right: 1px solid #00ab9f;
	border-bottom: 1px solid #00ab9f;
	padding: 0 1em 1em;
	margin-bottom: 1em;
}

.preiskalkulator .question.input,
.preiskalkulator label,
.preiskalkulator_new .question.input,
.preiskalkulator_new label {
	display: block;
}

.preiskalkulator_new .question.input,
.preiskalkulator_new label {
	width: 79%;
	display: inline-block;
}

label.question.check,label.question.radio {
	font-size: 90%;
}

.preiskalkulator .question.check,
.preiskalkulator .question.radio,
.preiskalkulator_new .question.check,
.preiskalkulator_new .question.radio {
	display: inline-block;
	margin-top: -18px;
	vertical-align: middle;
	margin-left: 8px;
}


.preiskalkulator input[type="text"],
.preiskalkulator_new input[type="text"] {
	border: 1px solid #ccc;
	height: 35px;
	width: 100%;
	font-size: 1.1em;
	color: #5c7473;
	padding: 0 5px;
	margin-bottom: 9px;
}

.preiskalkulator_new input[type="text"] {
	width: 20%;
	display: inline-block;
	text-align: right;
}

.anfragestellen input[type="text"] {
	width: 100%;
	text-align: left;
}

.preiskalkulator input[type="checkbox"],
.preiskalkulator input[type="radio"],
.preiskalkulator_new input[type="checkbox"],
.preiskalkulator_new input[type="radio"]  {
	height: 35px;
	width: 35px;
	display: inline-block;
}
.preiskalkulator input[type="checkbox"]:before,
.preiskalkulator input[type="radio"]:before,
.preiskalkulator_new input[type="checkbox"]:before,
.preiskalkulator_new input[type="radio"]:before {
	width: 35px;
	height: 35px;
	background: #fff;
	border: 1px solid #ccc;
	content: "";
	display: block;
	border-radius: 5px;
}
.preiskalkulator input[type="checkbox"]:checked:before,
.preiskalkulator input[type="radio"]:checked:before,
.preiskalkulator_new input[type="checkbox"]:checked:before,
.preiskalkulator_new input[type="radio"]:checked:before {
	width: 35px;
	height: 35px;
	background: url('../images/tick-listicon.png') 3px 50% #fff no-repeat;
	border: 1px solid #ccc;
	content: "";
	display: block;
	border-radius: 5px;
}
input#cont-datenschutz:before {
    content: initial;
    width: 0px;
    height: 0px;
    border: 0px;
    display: none;
}
.dsg-middle input:before {
    width: initial!important;
    height: initial!important;
    background: initial!important;
    border: initial!important;
    content: none;
    display: initial!important;
    border-radius: initial!important;
}

.premium.openable {
	display:none;
	width: 320px;
}
.premium.openable.active {
	display: block;
	margin: 0 auto;
	margin-bottom: 1rem;
}
.subinfoprem {
	background: #f2f2f2;
}


#slbc .premium {
	margin-top: 0;
}

#fulloverlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.8;
	text-align: center;
	display: none;
	z-index: 299;
}
#slbc {
	color: #222;
	background-color: #fff;
	position: fixed;
	display: none;
	z-index: 300;
	margin-top: 10px;
}
#slb-close {
	display: block;
	height: auto;
	width: auto;
	background-color: rgb(255, 255, 255);
	color: #00ab9f;
	position: absolute;
	top: -36px;
	right: 0;
	cursor: pointer;
	padding: 5px 10px;
	text-align: center;
}

.preis {
	font-size: 1.7em;
	text-align: right;
	margin: 30px 0 5px;
	padding: 30px 0;
}
.preiskategorie {
	width: 50%;
	float: left;
	background: #F9F9F9;
	text-align: center;
	padding: 1em 0;
	margin: 1em 0 0;
}
.preiskategorie > div {
	font-size: 0.7em;
	text-align: center;
}

.preis .headline {
	text-align: center;
	display: block;
	font-weight: 300;
}
a.angebotanfragen {
	text-align: center;
	background: #00ab9f;
	width: 100%;
	display: block;
	padding: 12px;
	color: #fff;
	font-weight: bold;

}

a.openprice {
    background: #00ab9f;
    padding: 10px 20px;
    color: #fff;
    font-weight: 600;
    display: block;
    margin: 0 auto;
    text-align: center;
	width: 200px;
}


.btn--white-green {
	color: #00ab9f;
	border: 1px solid #fff;
	padding: 6px 10px;
	background: #fff;
	font-weight: 600;
}

.btn--white-green:hover {
	color: #fff;
	border: 1px solid #fff;
	background-color: #00ab9f;
}


a.btn--white-white {
	color: #fff;
	border: 1px solid #fff;
	padding: 6px 10px;
	font-weight: 600;
}

a.btn--white-white:hover {
	color: #00ab9f;
	background-color: #fff;
}

.questions.more .content {
	display: none;
}
.questions.more .headline {
	cursor: pointer;
}
.questions.more .content.active {
	display: block;
}
.questions .headline .newarticle-tag {
	background: #00ab9f;
	color: #fff;
	padding: 3px 6px;
	border-radius: 5px;
	font-size: 13px;
	text-transform: uppercase;
	position: relative;
	top: -3px;
	margin-right: 5px;
}
.questions.more .headline {
	color: #00ab9f;
}
article.questions.more .headline h3::before {
	content: '+';
	display: inline-block;
	margin-right: 5px;
	color: #5c7473;
	font-weight: 300;
	width: 18px;
}
article.questions.more .headline.active h3::before {
	content: '-';
	display: inline-block;
	margin-right: 5px;
	width: 18px;
	color: #5c7473;
	font-weight: 300;
}
.preisbeispiele.questions .headline {
	background: #fff;
	border: 2px solid #00ab9f;
	padding: 10px 25px;
	color: #00ab9f;
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.preisbeispiele.questions .headline::before {
	content: '+';
	display: inline-block;
	color: #00ab9f;
	font-weight: 500;
	width: 18px;
}
.preisbeispiele.questions .headline.active::before {
	content: '-';
	display: inline-block;
	color: #00ab9f;
	font-weight: 500;
	width: 18px;
}
.preisbeispiele.questions .content {
	background: #F5F5F5;
	padding: 0.5em 1em;
}
.mitarbeiter .pos {
    font-weight: bold;
}
.ansprechpartner-inner .headline {
    padding-top: 15px;
    display: block;
}
.ansprechpartner-inner.cl {
    padding-left: 5px;
    background-color: #dfdfdf;
    margin-top: 20px;
}
.ansprechpartner-inner .headline {
    margin-left: 10px;
}


.cta-content {
    background-image: url(/assets/images/cta-bg.png);
	color: #5c7473;
	font-size: 17px;
	padding: 50px 0px;
	background-position: 80% 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.cta-content h2 {
	margin: 0;
}

.cta-text {
	width: 65%;
}

.cta-content a {
	font-weight: 500;
}

.cta-content a:hover {
	text-decoration: underline;
}


figure.bauarbeiter {
    float: right;
    width: 17%;
	margin-left: 40px;
}


.gruen_ausgefuellt_button {
	background-color: #00ab9f;
    padding: 10px 20px;
	border: none;
	color: white;
	border-radius: 3px;
}

.gruener_rahmen_button {
	padding: 8px 20px;
	background-color: none;
	border: 2px solid #00ab9f;
	color: #00ab9f;
	margin-right: 10px;
	border-radius: 3px;
}

a.link_button.gruener_rahmen_button:hover {
    background-color: #00ab9f;
    color: #fff;
}

a.link_button.gruen_ausgefuellt_button:hover {
    background-color: #fff;
    color: #00ab9f;
	border: 2px solid #00ab9f;
	padding: 8px 20px;
}

.link_button {
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	cursor: pointer;
	margin-bottom: 30px;
	border-radius: 3px;
}
.new_menu {
    width: 270px;
    height: 100%;
    top: 0;
    right: 0;
    position: fixed;
    background-color: #3a3a3a;
    z-index: 99999999999999;
    overflow-y: scroll;
    overflow-x: hidden;
    display: none;
}
.new_menu ul {
    margin-left: 0;
}
li.mobile-mainmenu_li:first-child {
    border-top: 0;
}
li.mobile-mainmenu_li {
    padding: 0;
    text-shadow: none;
    border-top: 1px solid #fff;
    line-height: 100%;
    list-style-type: none;
    text-align: center;
    position: relative;
    background-color: #3a3a3a;
}
li.mobile-mainmenu_li a {
    color: #fff;
    padding: 11px 0px;
    text-align: center;
    display: block;
    text-decoration: none;
    padding-right: 20px;
}
.parent-open {
    position: absolute;
    top: 0;
    right: 0;
    padding: 11px 0;
    color: #fff;
    font-weight: 400;
    border-left: 1px solid #fff;
    font-size: 20px;
    background-color: #000;
    z-index: 999;
    width: 40px;
}
ul.submenu_mobile {
    display: none;
    z-index: 1;
    list-style-type: none;
    background-color: #2aab92;
    margin-left: 0;
    width: 100%;
    border-top: 3px solid #FFF;
    border-bottom: 1px solid #FFF;
}
.opensub {
    display: block!important;
}
li.submenu_li_mobile {
    border-bottom: 1px solid #fff;
    padding: 0;
    list-style-type: none;
}
.menu_parent {
    background-color: #272727;
}
li.mobile-mainmenu_li:last-child {
    border-bottom: 1px solid #fff;
}
.menu_closer {
    width: 100%;
    background-color: #00ab9f;
    text-align: center;
    color: #fff;
    font-weight: 800;
    border-top: 2px solid #fff;
	padding: 11px 0px;
	padding-right: 20px;
}
.container {
    transition-duration: 300ms;
    width: 100%;
    position: relative;
    z-index: 999999999;
}
.containerslide {
    transition-duration: 300ms;
    transform: translate(270px,0px);
    overflow-x: hidden;
    -webkit-transform: translate(-270px,0px);
    -moz-transform: translate(270px,0px);
    -ms-transform: translate(270px,0px);
    -o-transform: translate(270px,0px);
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    position: fixed!important;
}
.overlay {
    z-index: 9999999999;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
    overflow-x: hidden;
}
.bigOpen {
    padding: 19px 0px;
}
.quickmenu {
    display: none;
}

p.gallery_headline {
    font-weight: 500;
    font-size: 20px;
}

.hinweis {
    background-color: #5c7473;
    padding: 5px 15%;
    text-align: center;
    color: #fff;
}

.hinweis a {
	font-weight: 900;
	color: #00ab9f;
}



button.accordion {
    outline: none;
    border: none;
}

.accordion_bigwrapper {
    margin-bottom: 40px;
}

.accordion_wrapper {
    margin-bottom: 10px;
}

.accordion {
	color: #5c7473;
	background-color: #fff;
	font-family: "Roboto", sans-serif;
	font-weight: 600;
    cursor: pointer;
    width: 100%;
    text-align: left;
    font-size: 20px;
    background-image: url(/assets/images/more.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right 0px center;
}

.accordion p {
	margin: 15px 0px;
}

.accordion-wrap {
    border: 1px solid #c2c2c2;
    padding: 0px 20px;
	border-radius: 5px;
}

.accordion-wrap:hover {
    border: 1px solid #00ab9f;
}

.accordion-wrap.active .accordion {
    background-image: url("/assets/images/less.svg");
	border-radius: 50px;
}

.accordion-wrap.active  {
	border-radius: 5px 5px 0px 0px;
	border: 1px solid #00ab9f;
}

.accordion-wrap.active + .panel {
    display: block;
}
  
.panel {
    padding: 20px;
    display: none;
	background-color: #ededed;
    overflow: hidden;
    color: #5c7473;
	border-radius: 0px 0px 5px 5px;
    margin-bottom: 20px;
}

.panel p {
	margin: 0px;
}

table {
	border-collapse: collapse;
}

td {
	border: 1px solid #E6E6E6;
	text-align: left;
	padding: 10px;
}

tr:nth-child(even){ 
	background-color: #f8f8f8;

}


