@font-face {
	font-family: "SourceSansPro";
	font-display: swap;
	src: url(/assets/fonts/SourceSansPro-LightItalic.woff2) format("woff2");
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: "SourceSansPro";
	font-display: swap;
	src: url(/assets/fonts/SourceSansPro-Light.woff2) format("woff2");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "SourceSansPro";
	font-display: swap;
	src: url(/assets/fonts/SourceSansPro-Regular.woff2) format("woff2");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "SourceSansPro";
	font-display: swap;
	src: url(/assets/fonts/SourceSansPro-Italic.woff2) format("woff2");
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: "SourceSansPro";
	font-display: swap;
	src: url(/assets/fonts/SourceSansPro-BoldItalic.woff2) format("woff2");
	font-weight: 700;
	font-style: italic;
}

@font-face {
	font-family: "SourceSansPro ";
	font-display: swap;
	src: url(/assets/fonts/SourceSansPro-Bold.woff2) format("woff2");
	font-weight: 700;
	font-style: normal;
}

/* 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%;
}
.middle img {
	margin: 0 auto;
}

h1, h2, h3 {
	line-height: normal;
	word-break: break-word;
	margin: 0.5em 0;
	font-family: 'Trebuchet MS';
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 25px;
}
h3 {
	font-size: 22px;
}

p {
	margin: 1em 0;
}

p.color {
    color: #457FB0;
    margin: 0 0 8px 0;
    font-weight: 600;
}

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

b {
	color: #457FB0;
}

a {
	color: #457FB0;
	text-decoration: none;
}

hr {
	border: 1px solid #ededed;
	margin: 50px 0px;
}

.btn-blue a {
	border: 1px solid #457FB0;
	padding: 10px 15px;
	background: #457fb0;
	font-weight: 600;
	border-radius: 5px;
	display: inline-block;
	color: #ccc;
}


.btn-ghost a {
	border: 1px solid #457FB0;
	padding: 10px 15px;
	background: transparent;
	font-weight: 600;
	border-radius: 5px;
	display: inline-block;
	color: #457fb0;
}

.btn-ghost a:hover {
	background-color: #457FB0;
	color: #fff;
}

.btn-white a {
	border: 1px solid #fff;
	padding: 10px 15px;
	background: transparent;
	font-weight: 600;
	border-radius: 5px;
	display: inline-block;
	color: #fff;
}

.btn-white a:hover {
	background-color: #fff;
	color: #457FB0;
}

.btn--white-green {
	color: #457fb0;
	border: none;
	padding: 15px 20px;
	background: #fff;
	font-weight: 600;
	border-radius: 5px;
}


.more_btn   {
	background-color: #457FB0;
	color: #fff;
	display: inline-block;
	padding: 10px 15px;
	border-radius: 5px;
	margin-top: 20px;
}

.more_btn  a {
	color: #fff !important;
}


.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: #f5f5f5;
	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: "SourceSansPro", sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	font-size: 17px;
	line-height: 25px;
	background: #fff;
	color: #5c7473;
}

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

.wrap-big {
	width: 85%;
	margin: 0 auto;
}

.maincontent h1, .maincontent h2 {
	color: #457FB0;
}

.col2 {
	padding: 50px 0;
}

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

.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-blue.svg) 0 0 no-repeat;
    background-size: auto 30px;
    padding: 10px 0 10px 40px;
    display: inline-block;
    background-position: 0 50%;
}
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;
    border-bottom: 1px solid #ededed;
}

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

a.logo img {
	width: 210px;
}

.c1-3.fr.border img {
	margin-top: 25px;
}

.contactbar {
    float: right;
}

.quickcall, .quickmail, .quickmenu {
	display: inline-block;
	float: left;
	text-align: right;
	color: #5C7473;
}
.quickcall {
	cursor: default;
	margin-left: 25px;
}

.quickcall:before,
.quickmail:before,
.quickmenu:before {
	background: url('../images/phone_white.svg') 50% 50% no-repeat;
	background-size: contain;
	width: 25px;
	height: 25px;
	float: left;
	content: "";
	margin-right: 12px;
}

.quickmail:before {
	background: url('../images/mail_white.svg') 50% 50% no-repeat;
	background-size: contain;
	width: 25px;
	height: 25px;
	margin-right: 10px;
}

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

.teaser {
	text-align: center;
	background: rgb(39,97,146);
background: linear-gradient(95deg, rgba(39,97,146,1) 0%, rgba(69,127,176,1) 50%, rgba(39,97,146,1) 100%);
	width: 100%;
	color: #fff;
	padding: 50px 0;
	line-height: 200%;
}


.teaser p {
	font-size: 20px;
	margin: 0;
	padding: 0;
}

.teaser h2 {
	font-size: 2em;
	margin: 0;
	padding: 0;
}

.mainmenu .logo {
	display:none;
}

.fixedMenu {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
	z-index: 99999999;
	box-shadow: 0 0 15px #00000025;
	left: 0;
}

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

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

.fixedMenu .logo img {
    width: 100%;
}

.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;
	list-style-type: none;
	text-align: center;
}

.menu li a {
    padding: 15px 61px;
    font-size: 18px;
    display: block;
    color: #5C7473;
    white-space: nowrap;
    cursor: pointer;
	font-weight: bold;
    font-size: 0.95rem;
}


.menu li a.active,
.menu li a.active, .menu li a:hover {
	background-color: #EDEDED;
}

.submenu {
	display: none;
	width: auto;
}


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

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

.submenu li a {
	font-size: 16px;
	padding: 10px 20px !important;
	text-align: left;
}

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


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

.fixedMenu .menu li a {
    padding: 25px 40px;
}


.fixedMenu .submenu li {
	width: auto;
}

.fixedMenu .submenu li a {
	padding: 12px 20px;
	font-size: 16px;
}

.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;
}



.home.text, .boxes {
	padding: 75px 0;
}


.subpagesafe {
	display: none!important;
}

.boxes .box {
	background-color: #fff;
	box-shadow: 0 0 50px #00000015;
	color: #457fb0;
	width: 48%;
	margin-left: 4%;
	border-radius: 15px;
}

.boxes .box:hover {
	box-shadow: 0 0 30px #457FB030;
}

.boxes a {
	color: #5c7473;
}


.untermenu2, .untermenu3 {
	margin-left: 15px;
	margin-bottom: 5px;
}

.homebox {
	width: 50%;
}

.homeboximage {
	width: 15%;
	margin-right: 5%;
}

.homeboxtext {
	width: 80%;
}

.homeboxtext h3 {
	margin-bottom: 10px;
}

.homeboxtext ul {
	margin-left: 20px;
	line-height: 2em;
}


.boximage {
	margin-bottom: 25px;
	width: 100%;
}

.boximage img {
	width: 100%;
	height: 75px;
}


.boxes .box ul {
	margin: 10px 0 0 20px;
}

.boxes .box ul li {
	margin-bottom: 10px;
	color: #5C7473;
}

.boxes .box ul li:last-child {
	margin-bottom: 0;
}

.questions.more .headline {
    color: #457fb0;
}

.questions .headline .newarticle-tag {
    background: #457fb0;
    color: #fff;
    padding: 3px 6px;
    border-radius: 5px;
    font-size: 13px;
    text-transform: uppercase;
    position: relative;
    top: -3px;
    margin-right: 5px;
}

.questions.more .headline {
    cursor: pointer;
}

.questions.more .content.active {
    display: block;
}

.questions.more .content {
    display: none;
}

.navboxes .box {
	background-color: #fff;
	box-shadow: 0 0 50px #00000015;
	color: #457fb0;
	border-radius: 15px;
}

.navboxes .box:hover {
	box-shadow: 0 0 50px #457FB030;
}


.navboxes {
	margin: 50px 0;
    display: flex;
    justify-content: space-between;
}

.navboxes a {
	color: #5c7473;
}

.navboxes a:hover {
	color: #457FB0;
}

.navboxes .box.steuer:before {
	background: url('../images/software-icon.png') #457fb0 50% 50% no-repeat;
	background-size: 75%;
}
.navboxes .box {
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31%;
    flex: 0 0 31%;
    max-width: 31%;
}

.box.outsourcing-der-lohn-gehaltsabrechnung-3.c1-3 {
    margin-right: 0;
}

.navboxes .box .content {
	padding: 30px;
	text-align: center;
}
.navboxes .box .content strong {
    font-size: 20px;
	margin-bottom: 5px;
}

.navboxes .box p {
	margin: 0;
	font-size: 16px;
}

.navboxes .box ul {
    margin-left: 20px;
    padding: 6px 0;
}
.navboxes .content a ul {
    margin: 0.1em 0;
}
.navboxes .box ul li {
	margin-bottom: 10px;
	list-style-type: none;
}
.navboxes .box ul li:last-child {
	margin-bottom: 0;
}

.boxtext {
	color: #5c7473;
}

.bxslider-li {
	height: 550px;
}

.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: #457fb0;
	width: 600px;
	padding: 15px;
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	border-radius: 5px;
	font-family: 'Trebuchet MS';
}
.bxslider-li .content {
	background-color: rgba(92, 116, 115, 0.9);
	width: 600px;
	margin-top: 10px;
	color: #fff;
	padding: 15px;
	font-size: 130%;
	line-height: 150%;
	border-radius: 5px;
}
.bxslider-li .content ul {
	margin: 0 1em;
}


.kundenreferenzen {
	width: 100%;
	padding: 75px 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: #5C7473;
}
.kundenreferenzen .bx-wrapper .bx-pager.bx-default-pager a:hover,
.kundenreferenzen .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #457fb0;
}
.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: #457fb0;
	margin: 0;
}
ul.kunden {
	padding: 40px 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%;
	color: #5C7473;
}
li.kundenmeinung .name {
	font-style: italic;
	margin-top: 7px;
	display: block;
	font-size: 93%;
}
.kundenreferenzen a.more {
	display: block;
	color: #457fb0;
	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 #457fb0;
}
.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;
}

.sidemenu .menu li a:hover + .untermenu2 {
	margin-top: 13px;
}

a.parent.active.open:hover + .sidemenu {
	margin-top: 15px;
}

.sidemenu .menu li a:hover + .untermenu3 {
	margin-top: 13px;
}

.sidemenu {
	margin-top: 15px;
}
.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: #457fb0;
	border-bottom: 3px solid #457fb0;
	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.svg') 0px 50% no-repeat;
	background-size: 20px;
	padding-left: 35px;
	list-style-type: none;
}
li.listitem {
	list-style-type: none;
	line-height: 200%;
}
li.listitem.arrow {
	background: url('../images/check.svg') 0px 50% no-repeat;
	padding-left: 35px;
	margin-left: -20px;
	background-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: #457FB0;
	margin-bottom: 10px;
}
.kontakt .name {
	font-size: 120%;
	font-weight: bold;
	margin-top: 25px;
	display: block;
}
.kontakt p {
	margin: 10px 0 0;
}

.fakten-premium {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin: 75px 0px;
}

.facts, .premium, .software {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
	padding: 40px;
	border-radius: 15px;
	background-repeat: no-repeat;
}

.facts {
	background-color: #fff;
	background-image: url('../images/ausrufezeichen.svg');
    background-size: 23%;
    background-position-x: 100%;
	color: #5c7473;
	box-shadow: 0 0 30px #00000015;
}

.premium {
	background: url('../images/check-white-transparent.svg');
	background-color: #457fb0;
	background-repeat: no-repeat;
    background-size: 50%;
    background-position: 110% 50%;
	color: #fff;
}

.software {
	background: url('../images/software-icon.png');
	background-color: #457fb0;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 100%;
	background-size: 30%;
	background-position: 95% 0; 
}

.facts h3,
.facts p,
.premium h3,
.premium p {
	margin: 0;
}

.facts ul li {
	margin: 10px 0px;
}

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

.software .headline {
	font-size: 125%;
	text-transform: uppercase;
	font-weight: bold;
}


.software ul li {
    background: url(../images/check-white.svg) no-repeat;
    padding-left: 25px;
    margin: 5px 0;
	margin-left: -20px;
    list-style-type: none;
    background-position: 0 50%;
    background-size: 15px;
}

.software p {
	margin: 0;
}

.no-lumpprice {
	background: #8A9C9C;
	padding: 30px 25px;
	color: #fff;
	border-radius: 5px;
}
.no-lumpprice .headline {
	display: block;
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 5px;
	color: #fff;
}
.no-lumpprice p {
	margin: 0;
	width: 70%;
	float: left;
	font-size: 20px;
	color: #fff;
}
.button--preisrechner {
    float: right;
    text-align: center;
    padding-right: 20px;
	border-radius: 5px;
}
.button--preisrechner a {
	color: #457fb0;
	padding: 13px 20px;
	background: #fff;
	border-radius: 5px;
	font-weight: bold;
}

a.subpagebox {
	width: 47%;
	margin-right: 6%;
	display: block;
	padding: 15px 0;
	text-align: center;
	background-color: #457fb0;
	color: #fff;
	float: left;
	margin-bottom: 25px;
}
a.subpagebox:nth-child(2) {
	margin-right: 0;
}

.ansprechpartner {
    width: 100%;
    box-shadow: 0 0 50px #00000015;
    margin: 50px 0;
    padding: 50px;
    border-radius: 10px;
}

.ansprechpartner .headline {
	border-bottom: 1px solid #457fb0;
    padding-bottom: 25px;
    color: #457fb0;
	font-size: 25px;
	font-weight: 700;
    line-height: initial;
	text-align: center;
}

.mitarbeiter {
	width: 50%;
    float: left;
    padding: 30px 0;
    min-height: 220px
}
.mitarbeiter .img {
	overflow: hidden;
    width: 120px;
    height: 150px;
    float: left;
    margin-right: 25px;
    border-radius: 5px;
}

.mitarbeiter.cl .img img {
    border-radius: 5px !important;
}


.mitarbeiter .content-wrap {
	float: left;
    position: relative;
    width: auto;
}

.mitarbeiter .content span {
	display: block;
}
.mitarbeiter .content .name {
	color: #457fb0;
	font-weight: 700;
    font-size: 20px;
}
.mitarbeiter .content .pos {
	padding: 5px 0px;
    font-weight: 400;
}

.mitarbeiter .content .tel, .mitarbeiter .content .mail {
    padding: 10px 0px;
}

.mitarbeiter .content .tel img, .mitarbeiter .content .email img {
    margin: 5px 10px 5px 0;
}

.mitarbeiter .content .email a {
	color: #457FB0;
}

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

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

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

.footer {
	color: #fff;
	background: #8A9C9C;
	padding: 25px 0 10px 0;
}
.footer a {
	color: #fff;
	text-decoration: underline;
	line-height: 2rem;
}

.footer p {
	line-height: 2rem;
}

.footer a:hover {
	text-decoration: underline;
}

.footermenu ul {
	border-top: 1px solid #457fb0;
	padding: 20px 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;
}

section#contactform {
    padding: 50px;
    box-shadow: 0 0 75px #00000015;
    border-radius: 10px;
	margin-bottom: 50px;
}

.cont-field {
	width: 48%;
	float: left;
	margin-right: 4%;
}

.cont-field:nth-child(2),.cont-field:nth-child(4),.cont-field:nth-child(6) {
	margin-right: 0;
}

.cont-field input::placeholder, .cont-field-text textarea::placeholder {
    color: #ccc;
}


.cont-field input,
.cont-field-text textarea {
	padding: 15px 20px;
    width: 100%;
	border-radius: 3px;
	font-size: 17px;
    font-family: "Roboto", sans-serif;
	background-color: #f5f5f5;
	margin-bottom: 25px;
}
.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;
    margin-bottom: 10px;
    width: 100%;
	font-weight: 600;
	font-size: 20px;
}
.cont-field.dsg label {
    width:  initial;
}

.dsg-right {
    font-weight: 400;
    font-size: 15px;
    line-height: initial;
}

.dsg-right p {
    margin: 0 0 0 25px;
}

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: 15px 20px;
    font-size: 20px;
    color: #fff;
    background-color: #457fb0;
    cursor: pointer;
    border-radius: 5px;
    width: 100%;
}
p.contactform-help {
	display: inline-block;
}
.cont-field select {
	font-size: 17px;
	background: none;
	background: #f5f5f5;
    width: 100%;
	padding: 15px 20px;
	border-radius: 3px;
	margin-bottom: 25px;
}
.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') 3px 5px no-repeat #457fb0;
	color: #fff;
	margin: 20px 0;
	padding: 10px 0;
	text-align: center;
	font-size: 110%;
	cursor: pointer;
}
.sendkundenmeinung a {
	color: #fff;
	padding-left: 28px;
}

.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 {

}
.preiskalkulator--infobox .headline .subinfo {
	font-weight: 400;
	font-style: italic;
}
.preiskalkulator--infobox h3 {
	color: #457fb0;
	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;
}


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

.preiskalkulator_new .content {
	border-left: 1px solid #457fb0;
	border-right: 1px solid #457fb0;
	border-bottom: 1px solid #457fb0;
	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;
}

.dsg-middle {
    float: left;
}


.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;
}
.main .text .premium ul {
	margin: 0;
}

#slbc .premium {
	margin: 0;
	width: 100%;
}

#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: #457fb0;
	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: #457fb0;
	width: 100%;
	display: block;
	padding: 10px;
	color: #fff;
	font-weight: bold;
}

a.openprice {
    background: #457fb0;
    padding: 10px 15px;
    color: #fff;
    margin-bottom: 30px;
    display: block;
    float: none;
    margin: 0 auto;
    width: 154px;
    text-align: center;
    border-radius: 5px;
}


.software-fuer-lohn-gehaltsabrechnung-3 {
    display: none;
}

div.redirect {
    width: 17%;
    background-image: url('/assets/images/link-icon.png');
    float: right;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: 71% 9%;
}

.muster-dev {
    padding: 9px 0px;
    background-color: white;
    text-align: center;
    color: #457FB0;
}

.new_menu {
    width: 290px;
    height: 100%;
    top: 56px;
    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: 8px 15px;
    text-align: left;
    display: block;
    text-decoration: none;
    padding-right: 20px;
	line-height: initial;
}
.parent-open {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 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: #4880ae;
    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: #4880ae;
    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: 99;
}
.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: 21px 0px;
}
.quickmenu {
    display: none;
}

.hinweis {
    background-color: #457fb0;
    padding: 12px 0;
    margin: 0 auto;
    text-align: left;
    color: #fff;
	font-size: 15px;
}

.hinweis a {
	color: #fff;
}

.hinweis a:hover {
	font-weight: bold;
	cursor: pointer;
}

.menu > li:last-child > a {
    background-color: #457fb0;
    color: white;
    padding: 9px 20px;
    border-radius: 10px;
    font-weight: 400;
	margin-left: 25px;
}

.hinweis p {
	margin: 0;
	background-image: url(/assets/images/idea.svg);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: 0 50%;
	display: inline-block;
	padding-left: 30px;

}


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

.cta-content h2 {
	margin: 0;
}

.cta-text {
	width: 65%;
}

.cta-text p {
	margin: 10px 0 25px 0;
}

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


.cta-button {
	padding: 10px 15px;
    color: #fff;
    background-color: #457fb0;
	border-radius: 5px;
}

.teaserBoxes {
	display: flex;
	justify-content: space-between;
	flex-direction: wrap;
	padding: 75px 0;
}

.teaserBox {
	box-shadow: 0 15px 30px rgba(47,63,97,.1);
    border-radius: 10px;
    background-color: #fff;
    flex: 0 0 32%;
    max-width: 32%;
}

.teaserBox .image img {
    width: 100%;
	border-radius: 10px 10px 0 0;
	max-height: 250px;
	object-fit: cover;
}

.teaserbox .text ul {
	margin: 10px 0px 0px 20px;
	line-height: 1.75rem;
}

.teaserBox .info {
    padding: 25px;
}

.wrap-flex {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.hinweis .wrap-flex {
	justify-content: space-between;
}

.mainmenu .wrap {
	width: initial;
}

.mainmenu.fixedMenu .wrap {
	width: 73%;
}