html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: 100%;
}


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.icons {
  display: none;
}

h1, h2 {  
  font-weight: 300;
  line-height: 1.3em;
}

h1.mainheading {
  margin-bottom: 40px;
}

h1, h2.h2big, h4.h4big {
  font-size: 1.9em;
}


h1 {
  font-family: 'EngelNewSans-Light', sans-serif; 
  margin-bottom: 25px;
}

h2 {
  font-family: 'EngelNewSans-Light', sans-serif; 
  margin-bottom: 20px;
  font-size: 1.6em;
}

h2.blue {
  color: rgb(50,130,200);
}

.bluebox h2, .lightbluebox h2 {
  font-weight: 600;
  margin-bottom: 40px;
}

.bluebox h4.h4big, .lightbluebox h4.h4big {  
  font-family: 'EngelNewSans-Light', sans-serif; 
  margin-bottom: 20px;
  color: #fff;
  font-weight: 600;
}


.linkbox-container + h2, .linkbox-container + h4 {
  margin-top: 20px;
}

p + h2 {
  margin-top: 30px;
}

h3 {
  font-family: 'EngelNewSans-SemiBold', sans-serif; 
  margin-bottom: 15px;
}

h3.boldblue {
  color: rgb(50,130,200);
}

h3.medium {
  font-family: 'EngelNewSans-Light', sans-serif; 
  margin-bottom: 20px;
  font-size: 1.6em;
}

.topinfo {
  margin-bottom: 45px;
  margin-top: -30px;
}

.topinfo p {  
  background-color: rgb(0,195,218);
  text-align: center;
  color: #fff;
  font-family: 'EngelNewSans-SemiBold', sans-serif;  
  line-height: 1.9em;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

nav#breadcrumbs {
  top: -30px;
  position: relative;
  /*left: 30px;*/
}

div#breadcrumbs-wrapper {
  padding-left: 30px;
}

.bluebox h4 {
  font-family: 'EngelNewSans-SemiBold', sans-serif; 
  color: #fff;
  margin-bottom: 10px; 
}



.bluebox ul li a, .bluebox h4 a,
.lightbluebox ul li a, .lightbluebox h4 a {
  color: #fff;
}

.bluebox ul li a:hover, .bluebox h4 a:hover,
.lightbluebox ul li a:hover, .lightbluebox h4 a:hover {
  color: #ddd;
}

/*nav#breadcrumbs ol li:first-child:before*/
nav#breadcrumbs ol li:before {
  /* content: ""; */
  content:url('../images/system/arrow.png');
  width: 0;
  height: 0;
  display: block;
  float: left;
  margin-left: -15px;
}

nav#breadcrumbs ol li {
  margin-left: 0;
  margin-right: 20px;
  float: left;
}


/*
li:hover {
  font-weight: 600;
}
*/
#wrapper li {
  margin-left: 20px;
}
#wrapper ul, #wrapper ol {
  margin-bottom: 20px;
}


#wrapper > div li:before {
  content: ">";
  width: 0;
  height: 0;
  display: block;
  float: left;
  margin-left: -15px;
  font-size: 1.2em;
}

#wrapper > div ul.strichliste > li:before {
  content: "-";
}

#wrapper > div ul.strichliste ul {
  content: ">";
}


#wrapper > div ul.strichliste ul ul {
  content: "-";
}

#wrapper > div ul.pfeilliste > li:before {
  content: ">";
}





#wrapper > div ul ul {
  margin-left: 15px;
}

#wrapper > div ul ul:first-child {
  margin-top: 10px;
}

ul.strichliste li {
  margin-bottom: 15px;
}

.greybox ul {
  font-family: 'EngelNewSans-SemiBold', sans-serif; 
}


div.com-content-article__body > p > a, div.com-content-article__body > div > a {  
  font-family: 'EngelNewSans-SemiBold', sans-serif; 
  color: #677B83;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}


div.com-content-article__body > p > a:hover, div.com-content-article__body > div > a:hover {
  color: rgb(38, 101, 155);
}

p.indent {
  text-indent: 20px;
}

p.indent-all {
  padding-left: 15px;
}

.bluebox ul, .lightbluebox ul {
  list-style: none
}

.bluebox ul li,  ul.whitelist li,
.lightbluebox ul li {
  position: relative;
  left: 10px;  
  margin-left: 0 !important;
  margin-bottom: 15px;
}

/*
.bluebox ul li:before {
  color: #fff;
  content: "";
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
  width: 0;
  height: 0;
  display: block;
  float: left;
  margin-left: -12px;
  margin-top: 5px;
}
*/

.bluebox ul li:before, .lightbluebox ul li:before {
  color: #fff;
  content: ">";
  width: 0;
  height: 0;
  display: block;
  float: left;
  margin-left: -15px;
  font-size: 1.2em;
}

ul.whitelist li {
  margin-bottom: 15px;
}

/*

ul.whitelist li:before {
  color: #fff;
  content: "";
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent rgba(103,123,131,1);;
  width: 0;
  height: 0;
  display: block;
  float: left;
  margin-left: -12px;
  margin-top: 5px;
}


*/

ul.whitelist li:before {
  color: rgba(103,123,131,1);
  content: ">"; 
  width: 0;
  height: 0;
  display: block;
  float: left;
  margin-left: -15px;
  font-size: 1.2em;
}




html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

a {
  text-decoration: none;
  color: rgba(103,123,131,1);
}

a:visited {  
  color: rgba(103,123,131,1);
}

a.bluelink, a.bluelink:visited, .boldblue a, .boldblue a:visited {
  color: rgb(50,130,200);
}



p {
  margin-bottom: 15px;
}

p.boldblack, span.boldblack, ul.boldblack {
  font-family: 'EngelNewSans-SemiBold', sans-serif; 
}

p.boldblue, span.boldblue, ul.boldblue {
  font-family: 'EngelNewSans-SemiBold', sans-serif; 
  color: rgb(50,130,200);
}

p.boldwhite, span.boldwhite {
  font-family: 'EngelNewSans-SemiBold', sans-serif; 
  color: #fff;
}

p.italicblack, span.italicblack {
  font-family: 'EngelNewSans-Italic', sans-serif;
}

p.italicblue, span.italicblue {
  font-family: 'EngelNewSans-Italic', sans-serif;
  color: rgb(50,130,200);
}

p.lightblue, span.lightblue {
  color: rgb(50,130,200);
}

span.bolditalicblue {
  color: rgb(50,130,200);
  font-family: 'EngelNewSans-SemiBold', sans-serif; 
  font-style: italic;
}

.nonbold {
  font-family: 'EngelNewSans-Regular', sans-serif;
}


p.greybox {
  padding: 15px 10px 5px 20px;
  margin-bottom: 10px; 
  position: relative;
  background-color: rgba(204,204,204,0.4);
  color: rgb(103,123,131);
  border-bottom: 3px solid rgb(0,197,221);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  line-height: 25px;
  min-height: 33px;
  box-sizing: content-box;
}



.greybox {
  padding: 15px 10px 0px 20px;
  margin-bottom: 30px;
  position: relative;
  background-color: rgba(204,204,204,0.4);
  color: rgb(103,123,131);
  border-bottom: 3px solid rgb(0,197,221);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  line-height: 25px;
  min-height: 33px;
  box-sizing: content-box;
}


div.com-content-article__body > div.greybox > a:hover {
  color: rgb(103,123,131);
}

.greybox:hover {
  background-color: rgba(204,204,204,0.7);
}

img#logo {
  display:  block;
  position: absolute;
}

div#mobile-contact {
  position: relative;
  float: left;
}

#mobile-contact p {
  margin-bottom: 0;
  display: flex;
}

#mobile-contact img {
  height: 35px;
  padding: 5px;
  position: relative;
}

#mobile-contact img:hover {
  background-color: #eee;
}


/* für Anchor */
h2 > a::before { 
  display: block; 
  content: " "; 
  margin-top: -80px; 
  height: 80px; 
  visibility: hidden; 
  pointer-events: none;
}



html {
  font-family: 'EngelNewSans-Regular', sans-serif;
}

#header {
  position: relative;
  background-color: #fff;
  width: 100%;
  height: 100px;
  -webkit-box-shadow: 0px 10px 11px -2px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 10px 11px -2px rgba(0,0,0,0.2);
  box-shadow: 0px 10px 11px -2px rgba(0,0,0,0.2);
  z-index: 2000;
}


#headerwrapper {
  max-width: 900px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}



#wrapper {
  max-width: 900px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  font-size: 0.9em;
  line-height: 1.5em;
  color: rgba(103,123,131,1);
  /*overflow: hidden;*/  
  padding-top: 30px;
  padding-bottom: 110px; /*40px + 70px footer */
}

#headtext {
  color: rgba(103,123,131,1);
}

span.erpfett {
  font-weight: 600;
}

.bluebox, .lightbluebox {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;  
  margin-bottom: 20px;
}

.bluebox {
  background-color: rgb(50,130,200);
}

.lightbluebox {
  background-color: rgb(0,197,221); 
}


.imgwegweiser {
  background-image: url(../images/wegweiser.jpg);
  background-repeat: no-repeat;
  -moz-background-size: cover;  /* Firefox 3.6 */
}

.bgimgbaustein, .bgimgleistungengif, .bgratgeber {
  background-repeat: no-repeat;
  -moz-background-size: cover;  /* Firefox 3.6 */
}

.bgimgbaustein {
  background-image: url(../images/baustein.jpg);
}

.bgimgleistungengif {
  background-image: url(../images/leistungen.gif);
}


.bgratgeber {
  background-image: url(../images/logo-ratgeber.png);
}


.bgimgberatung {
  background-image: url(../images/leistungen.gif);
  background-size: contain;
    background-repeat: no-repeat;
  -moz-background-size: cover;  /* Firefox 3.6 */
  background-position: 95% 50%;

}

.bgerpsysteme {
  background-image: url(../images/blueerpbg.png);
  background-color: #3282c8;
  padding: 40px; 
  background-repeat: no-repeat; 
  background-position-x: right; 
  background-size: auto 100%;
}



.img-leistungen {
  float: right;
  width: 30%;
  position: relative;
  padding-top: 1%;
}

.imgberatung {
  position: absolute;
  padding-top: 1%;
  clear: both;
  right: 5%;
  top: 5%;
}



 
 
 #pfeil {
  position: relative;
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  
}

#pfeil img {
  width: 100%;
  margin-top: 40px;
}

#linkboxes {
  margin-top: 300px;
}


.linkbox-container {
  position: relative;
}

.linkbox-container::after, #sitemenu ul::after, #footer ul::after, #menubutton::after, .ref-box::after, nav#breadcrumbs::after, .topinfo::after { 
   content: " ";
   display: block; 
   height: 0; 
   clear: both;
}

.linkbox-container > div, .linkbox-container > a { 
  font-size: 1.1em; 
  font-family: 'EngelNewSans-SemiBold', sans-serif; 
  position: relative;
  background-color: rgba(204,204,204,0.4);
  color: rgb(103,123,131);
  border-bottom: 3px solid rgb(0,197,221);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  /* line-height: 25px; */
  box-sizing: content-box;
}

.lightbluebox .linkbox-container > div, .linkbox-container > a { 
  border-bottom: 3px solid rgb(50,130,200);
}


.linkbox-container img.rightupper {
    position: absolute;
    z-index: 200;
}

.linkbox {
 /* position: absolute; */
  display: table;
  height: 100%;
  width: 100%;
}

.linkbox p, .linkbox a {
  display: table-cell;
  vertical-align: middle;  
  padding-left: 20px;
}


a.linkbox-wrap {
  display: block;
}

.bluebox .linkbox-container > div, .bluebox .linkbox-container > a,
.lightbluebox .linkbox-container > div, .lightbluebox .linkbox-container > a {
  background-color: #ebebeb;
}


.linkbox-container > div:hover, .linkbox-container > a:hover {
  background-color: rgba(204,204,204,0.7);
}


.bluebox .linkbox-container > div:hover, .bluebox .linkbox-container > a:hover,
.lightbluebox .linkbox-container > div:hover, .lightbluebox .linkbox-container > a:hover {
  background-color: #fff;
}


.linkbox-container span {
  line-height: 16px;
  display: inline-block;
  vertical-align: middle;
}

.linkboxheader {
  font-weight: 600;
  margin-bottom: 5px;
}

.linkboxtext {
  font-size: 0.9em;
}

.maincontent {
  margin-bottom: 20px;
}


#sitemenu {
  position: relative;
  background-color: #fff;
}

#sitemenu a {
  color: rgba(103,123,131,1);
}

#sitemenu a:active {
  color: #555;
}

#sitemenuclose img {
  width: 25px;
  height: 25px;
}

#sitemenuclose a{
  display: block;
  width: 100%;
  font-size: 0.8em;
  padding: 5px;
}

div#sitemenuclosebutton-container {
  top: 25%;
  position: relative;
  float: left;
}







/* hover */
@media (max-width: 921px) {

}

#sitemenu ul > li:hover {
  background-color: #f0f0f0;
}

#sitemenu ul > li:hover > ul > li {
  background-color: #fff;
}

#sitemenu ul > li > ul > li:hover {
  background-color: #f0f0f0;
}

#sitemenu ul > li > ul > li:hover > ul > li {
  background-color: #fff;
}

#sitemenu ul > li > ul > li > ul > li:hover {
  background-color: #f0f0f0;
}





#sitemenu li {
  position: relative;
  margin-bottom: 15px;
  transition: 0.2s ease;
}

#sitemenuclosebutton-container:hover {
  background-color: #eee;
}


#menubutton-container {
  position: relative;
  z-index: 0;
  float: left;
}

#menubutton-container:hover {
  background-color: #eee;
}

#menubutton-container span {
  display: none;
}

a#menubutton {
  display: block;
  position: relative;
  padding: 5px;
}

#menubutton img {
  height: 25px;
  width: 30px;
  float: left;
}

a#menubutton:hover, #sitemenuclosebutton-container:hover {
  cursor: pointer;
}

/* a#menubutton img {
  content: url("/templates/cerpos/images/menubutton.png");
}

a#menubutton:hover img {
  content: url(/templates/cerpos/images/menubutton_hover.png);
} */

#menubutton span {
  position: relative;
  margin-left: 10px;  
  font-family: 'EngelNewSans-SemiBold', sans-serif; 
  font-size: 0.8em;
  margin-top: 5px;
  float: left;
}


#sitemenu ul li ul {
  margin-left: 10px;
 
}

span.untermenu {
  background-image: url(../images/dropdown-closed.png);
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}

span.untermenu:hover {
  background-image: url(../images/dropdown-closed_hover.png);
  background-color: #fefefe;
}


li.selected > span.untermenu {
  background-image: url(../images/dropdown.png);
}

li.selected > span.untermenu:hover {
  background-image: url(../images/dropdown_hover.png);
}

#menuoverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(103,123,131,0.5);
  z-index: 1000;
  left: 0px;
  top: 0px;
}

#footer {
  position: absolute;
  bottom: 0;
  background-color: #fff;
  width: 100%;
  height: 70px;
  -webkit-box-shadow: 0px -10px 11px -2px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px -10px 11px -2px rgba(0,0,0,0.2);
  box-shadow: 0px -10px 11px -2px rgba(0,0,0,0.2);
  z-index: 900;
  color: rgb(103,123,131);
}

#footerwrapper {
  max-width: 900px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

#footerline {
  border-top: 1px solid rgb(103,123,131);
  height: 1px;
  margin-top: 20px
}


#footermenu {
  position: relative;
  padding-top: 7px;
  font-size: 0.8em;
  /* display: flex; /* für footertext */
  /* flex-wrap: wrap;  /* für footertext */
  justify-content: space-between;  /* für footertext */
  padding-bottom: 15px;
}

#footermenu ul.nav.menu {
  margin-bottom: 10px;
}

/*
.footertext {
  display: flex;
  justify-content: flex-end;
  float: right;
}
*/

.footertext span {
  margin-right: 15px;
}

.footerimg {
  margin-bottom: 10px;
  margin-top: 20px;
}

.footertext p {
  line-height: 1.4em;
}

.footertext::after {
  clear: both;
  content: "";
}


#footer ul li {
  float: left;
  margin-right: 10px;
}

img.imgpfeil {
  position: absolute;
  z-index: 200;
  top: 0;    
  left: -10%;
  width: 8%;
}

img.imgpfeil-blau {
  position: absolute;
  z-index: 200;
  top: 0;    
  left: -11.5%;
  width: 8%;
}


div.com-content-article__body > p.widecontent, div.com-content-article__body > div.widecontent {
    position: relative;
    margin-left: 0;
    margin-right: 0;

}

html, body {
  height: 100%;
}

#bodywrapper {
  min-height: 100%;
  position: relative;
  /*overflow: hidden;*/
}


.ref-box {
  padding: 0 0 15px 0;
  border-top: 1px solid rgba(103,123,131,1);
}

.ref-box > a {
  margin-top: 15px;
}

a.ref-img {
  display: block;
  min-width: 210px;
  float: left;
  margin-right: 20px;
}

.ref-info {
  float: left;
  width: 100%;
  padding: 10px;
}

.ref-info.anwenderbericht {
  background-color: #f5f5f5;
}

.ref-info a {
  font-family: 'EngelNewSans-SemiBold', sans-serif; 
  display: inline-block;
  margin-bottom: 10px;
}

.ref-info li {
  margin-left: 15px;
}

.ref-info li:before {
  content: ">";
  width: 0;
  height: 0;
  display: block;
  float: left;
  margin-left: -15px;
  font-size: 1.2em;
}

a.ref-anw-bericht {
  font-family: 'EngelNewSans-SemiBold', sans-serif;
  position: relative;
  background-color: #ebebeb;
  color: rgb(103,123,131) !important;
  border-bottom: 3px solid rgb(0,197,221);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  line-height: 25px;
  height: 25px;
  padding: 5px 10px;
  box-sizing: content-box;
  float: right;
  margin-top: 10px;
  margin-right: 10px;
}

a.ref-anw-bericht:hover {
  background-color: #fff;  
}


.blueleftedge {
  background-color: #3282C7;
}

.blueleftedgelight {
  background-color: rgb(0,197,221);
}

.greyleftedge {
  background-color: #CCC;
}


.greybox-fulllink {
  height: 100%;
  width: 100%;
  display: block;  
  position: absolute;
  margin-left: -20px;
  margin-top: -15px;
}

li.deeper.parent:after {
  /*content: url('../images/dropdown.png');  ehemals */ 
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 10%;
}
/* ehemals
li.deeper.parent.selected:after {
  content: url('../images/dropdown-inverted.png');
}
*/

.datenschutz a, .datenschutz a:hover, .datenschutz a:visited {
  font-family: 'EngelNewSans-Regular', sans-serif !important;
  color: rgb(50,130,200) !important; 
}


#wrapper > div ul.leitfadenlinks li:before {
  display: none;
}

#wrapper > div ul.leitfadenlinks li {
  margin-left: 0;
}


.leitfadenlinks li {
  display: inline-block;
  margin-right: 5px;
  border-right: 3px solid rgb(0,197,221);
  line-height: 1.2em;
  padding-right: 10px;
}

.leitfadenlinks li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}


p.infobox-lightblue {
  border: 3px solid #00C5DD;
  padding: 5px 20px;
  font-family: 'EngelNewSans-SemiBold', sans-serif;
  color: #00C5DD;
}

img.abb {
  width: 100%;
}

ul.artikelliste {
  border: 1px solid rgb(0,197,221);
  font-family: 'EngelNewSans-SemiBold', sans-serif;
}

.artikelliste li {
  border-bottom: 1px solid rgb(0,197,221);;
  margin-left: 0 !important;
  padding-left: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
}

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



/* Pagenav old

div.pager {
  height: 50px;
  margin-bottom: 20px;
}

.pager ul {
  position: relative;
  margin-top: 50px;
}

.pagenavcounter {
  margin-bottom: 20px;
  font-family: 'EngelNewSans-Italic', sans-serif;
}

li.pagination-start {
  display: none;
}

li.pagination-prev {
  display: none;
}

li.pagination-next {
  display: block;
  border: none;
  top: -50px;
  position: absolute;
  left: 0;
}

li.pagination-next a.pagenav {
  border: 0;
  font-family: 'EngelNewSans-SemiBold', sans-serif;
  font-style: italic;
  color: rgb(50,130,200);
}

li.pagination-next a.pagenav:before {
  content: '>';
  position: relative;
  margin-right: 3px;
}

li.pagination-next span.pagenav {
  display: none;
}

.pagination-next a.pagenav:before {
  border: none;
}

li.pagination-end {
  display: none;
}

#wrapper .pager li {
  margin-left: 0;
}

#wrapper > div .pager li:before {
  content: "";

}


a.pagenav:before, span.pagenav:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-width: 16px 16px 0 0;
  border-style: solid;
}

a.pagenav:before {
  border-color: #ccc #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a.pagenav:hover:before {
  border-color: #aaa #fbfbfb;
}

span.pagenav:before{
  border-color: #aaa #fbfbfb;
}


a.pagenav, span.pagenav {
  height: 50px;
  width: 40px;
  display: block;
  float: left;
  text-align: center;
  padding-top: 12px;
  margin-right: 8px;
  position: relative;
}

a.pagenav {
  border: 1px solid #ccc;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a.pagenav:hover {  
  border: 1px solid #aaa;
  color: #333;
}

span.pagenav {
  border: 1px solid #aaa;
  background-color: #fbfbfb;
  font-family: 'EngelNewSans-SemiBold', sans-serif;
}

*/



/* Pagenav new 2024 */

div.pager {
  height: 50px;
  margin-bottom: 20px;
}

.pager ul {
  position: relative;
  margin-top: 50px;
}

.pagenavcounter {
  margin-bottom: 20px;
  font-family: 'EngelNewSans-Italic', sans-serif;
}

#wrapper .pager li {
  margin-left: 0;
}

#wrapper > div .pager li:before {
  content: "";

}



a.page-link:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-width: 16px 16px 0 0;
  border-style: solid;
}

a.page-link:before {
  border-color: #ccc #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a.page-link:hover:before {
  border-color: #aaa #fbfbfb;
}




a.page-link {
  height: 50px;
  width: 40px;
  display: block;
  float: left;
  text-align: center;
  padding-top: 12px;
  margin-right: 8px;
  position: relative;
}

a.page-link {
  border: 1px solid #ccc;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a.page-link:hover {  
  border: 1px solid #aaa;
  color: #333;
 /* font-family: 'EngelNewSans-SemiBold', sans-serif; */
}

li.activepage a.page-link {
  font-family: 'EngelNewSans-SemiBold', sans-serif;
}


/* pagination next */
li.pagination-next {
  display: block;
  border: none;
  top: -50px;
  position: absolute;
  left: 0;
}

li.pagination-next a.pagenav {
  height: 50px;
  width: 40px;
  display: block;
  float: left;
  text-align: center;
  padding-top: 12px;
  margin-right: 8px;
  position: relative;
}

li.pagination-next a.pagenav {
  border: 0;
  font-family: 'EngelNewSans-SemiBold', sans-serif;
  font-style: italic;
  color: rgb(50,130,200);
}

li.pagination-next a.pagenav:before {
  content: '>';
  position: relative;
  margin-right: 3px;
}

li.pagination-next span.pagenav {
  display: none;
}

.pagination-next a.pagenav:before {
  border: none;
}



/* Tooltip */ 

.tooltip {
	position: absolute;
	z-index: 1030;
	display: block;
	visibility: visible;
	font-size: 11px;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0);
}
.tooltip.in {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
}
.tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
}
.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0;
}
.tooltip.left {
	margin-left: -3px;
	padding: 0 5px;
}
.tooltip-inner {
	max-width: 200px;
	padding: 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}
.tooltip {
	max-width: 400px;
}
.tooltip-inner {
	max-width: none;
	text-align: left;
	text-shadow: none;
}
th .tooltip-inner {
	font-weight: normal;
}
.tooltip.hasimage {
	opacity: 1;
}
.tip-text {
	text-align: left;
}



/* youtube */
.youtubevideo iframe {
  width: 100%;
}

.dd_yt_video_outer {
  background-size: contain;
  width: 100%;
  cursor: pointer;
}

.dd_yt_video_playbutton {
  opacity: 70%;
  transition: opacity .25s ease-in-out;
}

.dd_yt_video_outer:hover .dd_yt_video_playbutton {
  opacity: 100%;
}



/* Cookie-Banner */
.freeprivacypolicy-com---nb-simple {
  background-color: #2e7bbf!important;
  border-top: 4px solid #00c5dd!important;
  opacity: 97%;
  max-width: 100%!important;
}

@media (max-width: 500px) {
  div#freeprivacypolicy-com---nb {
    width: 100%!important;
    max-width: 100%!important;
  }
}


@media (min-width: 921px) {
  div#freeprivacypolicy-com---nb {
    max-width: 600px!important;
    margin: 0 auto!important;
    left: 10%;
    right: 10%;
  }


}



/* Cookie-Banner Überschrift */
.freeprivacypolicy-com---palette-light .cc-nb-title {
  font-family: 'EngelNewSans-Light', sans-serif;
  font-size: 1.6em;
  color: #fff!important;
}

/* Cookie-Banner Text */
.freeprivacypolicy-com---palette-light .cc-nb-text {
  font-family: 'EngelNewSans-Regular', sans-serif;
  color: #fff!important;
}

/* Cookie-Banner Accept-Button */
.freeprivacypolicy-com---palette-light .cc-nb-okagree {
  color: #fff!important;
  background-color: #459e48!important;
}

.freeprivacypolicy-com---palette-light .cc-nb-okagree:hover {
  background-color: #49a84c!important;
}

.freeprivacypolicy-com---palette-light .cc-nb-okagree:focus {
  background-color: #4cb04f!important;
}

/* Cookie-Banner Reject-Button */
/* Cookie-Banner Settings-Button */
.freeprivacypolicy-com---palette-light .cc-nb-reject,
.freeprivacypolicy-com---palette-light .cc-nb-changep {
  color: rgba(103, 123, 131, 1)!important;
  background-color: #ebebeb!important;
}

.freeprivacypolicy-com---palette-light .cc-nb-reject:hover,
.freeprivacypolicy-com---palette-light .cc-nb-changep:hover {
  background-color: #fafafa!important;
}

.freeprivacypolicy-com---palette-light .cc-nb-reject:focus,
.freeprivacypolicy-com---palette-light .cc-nb-changep:focus {
  background-color: #fff!important;
}

/* Cookie-Banner Button-Font */
.freeprivacypolicy-com---palette-light .cc-nb-okagree, 
.freeprivacypolicy-com---palette-light .cc-nb-reject,
.freeprivacypolicy-com---palette-light .cc-nb-changep {
  font-family: 'EngelNewSans-Regular', sans-serif;
}


/* Cookie Settings Überschrift */
.freeprivacypolicy-com---pc-dialog .cc-cp-body-content-entry-title {
  font-family: 'EngelNewSans-Light', sans-serif;
  font-size: 1.6em;
  color: rgba(103, 123, 131, 1)!important;
}

/* Cookie Settings Text */
.freeprivacypolicy-com---reset {
  font-family: 'EngelNewSans-Regular', sans-serif!important;
  color: rgba(103, 123, 131, 1)!important;
}

.freeprivacypolicy-com---pc-dialog .cc-cp-body-content,
.freeprivacypolicy-com---palette-light .cc-cp-body-content-entry-text {
  font-family: 'EngelNewSans-Regular', sans-serif!important;
  font-size: 0.95em!important;
  line-height: 1.5em!important;
  color: rgba(103, 123, 131, 1)!important;
  
}

/* Cookie Settings Buttons */
/* active */
.freeprivacypolicy-com---palette-light .cc-cp-body-tabs-item[active=true] button {
  font-family: 'EngelNewSans-Regular', sans-serif;
  /* color: rgba(103, 123, 131, 1)!important; */
  color: #fff!important;
  background-color: rgb(50,130,200)!important;
}
/* inactive */
.freeprivacypolicy-com---palette-light .cc-cp-body-tabs-item-link {
  font-family: 'EngelNewSans-Regular', sans-serif;
  color: rgba(103, 123, 131, 1)!important;
}

.freeprivacypolicy-com---reset button {
  border-radius: 0px!important;
}

/* Remove Button Shadow */
.cc-cp-body-tabs-item-link:active,
.cc-cp-body-tabs-item-link:focus {
    box-shadow: none!important;
}
















/* Keine Funktions-Cookies - also Button ausblenden
button#title_functionality {
  display: none;
}

li.cc-cp-body-tabs-item:has(> button#title_functionality) {
  display: none;
}
 */

/* Keine Werbe-Cookies - also Button ausblenden */
button#title_targeting {
  display: none;
}

li.cc-cp-body-tabs-item:has(> button#title_targeting) {
  display: none;
}

/* Sprachauswahl */
select.cc-pc-head-lang-select {
  display: none !important;
}

/* Settings Website-Name */
p.cc-pc-head-title-text {
  display: none !important;
}

/* Settings Überschrift */
p#cc-pc-head-title-headline {
  color: rgba(103, 123, 131, 1)!important;
}

.cc-cp-foot-byline, .cc-cp-foot-byline a {
  color: #e5e5e5 !important;
}

/* Cookie Settings Link */
.cc-cp-body-content-entry-text a:visited, .cc-cp-body-content-entry-text a {
  color: rgb(50, 130, 200)!important;
  text-decoration: none!important;
  font-family: 'EngelNewSans-SemiBold', sans-serif!important;
}

.cc-cp-body-content-entry-text a:hover {
  color: rgb(38, 101, 155)!important;
  text-decoration: none!important;
}

/* Cookie Settings Logo */
.cookielogo {
  width: 150px;
}

/* Cookie Settings Close Button */
button.cc-pc-head-close, button.cc-pc-head-close:active, button.cc-pc-head-close:focus {
  border: none!important;
}

button.cc-pc-head-close {
  background-color: #f4f4f4!important;
}

button.cc-pc-head-close:hover {
  background-color: #dedede!important;
}

button.cc-pc-head-close:active {
  background-color: #bebebe!important;
}

button.cc-pc-head-close:focus {
  background-color: #bebebe!important;
}

/* from cookie-consent.js */
.freeprivacypolicy-com---pc-dialog .cc-pc-head {
  background: #fff;
  color: #111;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .freeprivacypolicy-com---pc-dialog .cc-pc-head {
  /* flex-direction: column; */
}
}.freeprivacypolicy-com---pc-dialog .cc-pc-head-title {
  display: flex;
  padding-left: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
}
@media screen and (max-width: 600px) {
  .freeprivacypolicy-com---pc-dialog .cc-pc-head-title {
  /* align-items: center;
  padding: 15px 0 0 0; */
}
}.freeprivacypolicy-com---pc-dialog .cc-pc-head-title-text {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}
.freeprivacypolicy-com---pc-dialog .cc-pc-head-title-headline {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}
.freeprivacypolicy-com---pc-dialog .cc-pc-head-lang {
  display: flex;
  align-items: center;
  padding-right: 15px;
  min-height: 80px;
  justify-content: center;
  flex-direction: row-reverse;
}
@media screen and (max-width: 600px) {
  .freeprivacypolicy-com---pc-dialog .cc-pc-head-lang {
  /* padding: 15px 0;
  min-height: 20px; */
}
}.freeprivacypolicy-com---pc-dialog .cc-pc-head-close {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
}




/* FLUID LAYOUT Stufe 1 */


@media (min-width: 501px) { /* */ 

      
    /* Bei Nicht Mobilgeräten Außenabstand auf 10% */
    .maincontent, div.com-content-article__body > p, div.com-content-article__body > div,
    div.com-content-article__body > ul, div.com-content-article__body > h1, div.com-content-article__body > h2, 
    div.com-content-article__body > h3, div.com-content-article__body > h4, div.com-content-article__body > h5,
    div.com-content-article__body > h6, nav#breadcrumbs, div.article-index, div.article-footer > div > ul,
    div.article-footer > div > div, .topinfo, div.com-content-article__body > section {
      margin-left: 10%;
      margin-right: 10%;    
      z-index: 100;
    }   
    
    .widecontent {
      padding-left: 10%;
      padding-right: 10%;
    }   
    
    .leftedge {
      position: absolute;
      padding-left: 8%;
      height: 100%;
      z-index: 50;
      width: 1px;
      top: -50px;
    }
   
   

  #menubutton-container {
    margin-left: 10%;
  }


  
  img#logo {
    right: 10%;
  }   
/* 
  div#mobile-contact {
    left: 30%;
  } */
  
  /* #mobile-contact a {
    margin-right: 5%;
  } */
    
  .ref-box {
    display: flex;
  }

  img.leftedge-anwenderbericht {
    position: absolute;
    right: 35%;
    top: 130px;
  }

  
  img.leftedge-ratgeber {
    position: absolute;
    right: 25%;
    top: 130px;
  }

  
  img.leftedge-erp-systeme-erfolgreich-einsetzen {
    position: absolute;
    right: 25%;
    top: 110px;
  }

  .nonmobileonly {
    display: block;
  }

  .mobileonly {
    display: none;
  }

}


@media (max-width: 500px) { /* */ 
   
     
    /* Bei Mobilgeräten Innenabstand auf 5% */
    .maincontent, div.com-content-article__body > p, /* div.com-content-article__body > div,  */
    div.com-content-article__body > ul, div.com-content-article__body > h1, div.com-content-article__body > h2, 
    div.com-content-article__body > h3, div.com-content-article__body > h4, div.com-content-article__body > h5,
    div.com-content-article__body > h6, nav#breadcrumbs, div.article-index, div.ref-box, div.pagenavcounter, 
    div.pager, div.article-footer > div > ul,
    div.article-footer > div div, .topinfo {
      margin-left: 0%;
      margin-right: 0%;  
      padding-left: 5%;
      padding-right: 5%;    
    }   
    
     
    
    .widecontent {
      padding-left: 5%;
      padding-right: 5%;
    }   
    
    
    
    h1, h2, h4.h4big {
      font-size: 1.4em;
    }

    
    #menubutton span {
      display: none;
    }

    #sitemenuclose {
      padding-left: 5%;
      padding-right: 5%;
  }

    .ref-box {
      display: block;
    }

    a.ref-img {
      /*min-width: 500px;*/
    }
    
    
    img#logo {
      right: 5px;
    }
    
    

    .leftedge {
      display: none;
    }
    
    .imgberatung {      
      width: 15%;
      top: 3%;
    }

    
    .imgwegweiser {
      background-size: 30%;
      background-position: 95% 20%;
    }

        
    .bgimgbaustein, .bgimgleistungengif, .bgratgeber {
      background-size: 15%;
      background-position: 95% 5%;
    }

    .linkbox-container img.rightupper {
      right: 6%;
    }

    p.infobox-lightblue, ul.artikelliste {
      margin-left: 5% !important;
      margin-right: 5% !important;
    }

    


    ul.artikelliste {
      padding-left: 0 !important;
      padding-right: 0 !important;
    }


    
    .nonmobileonly {
      display: none;
    }
  
    .mobileonly {
      display: block;
    }


    div#footerline {
      margin-left: 0;
      margin-right: 15%;
    }

    .footertext > span {
      max-width: 1250px;
    }



}




/* FLUID LAYOUT Stufe 2 */


@media (min-width: 921px) { /* */
   
  .linkbox-container > div, .linkbox-container > a {
    width: 31.9%;
    float: left;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 20px;
    display: inline-block;
    height: 60px;
  } 

    
  .linkbox-container.col-2 .linkbox-wrap {
    width: 48.5%;
  }
  
  .linkbox-container.col-1 .linkbox-wrap {
    width: 98.3%;
  }

  .linkbox-container.col-2-3 .linkbox-wrap {
    width: 65.2%;
  }
  
  
  .linkbox-container img.rightupper {
    right: 20px;
    bottom: 35px;
  }
  
  #headerwrapper > a {
    position: absolute;
    display: block;
    margin-left: 10%;
    padding-top: 20px;
    right: 0;
  }

  #sitemenuwrapper {   
    margin-left: 10%;
    margin-right: auto;
    bottom: 0px;
    position: absolute;
    /* right: 0px; */
    left: 0;
  }
      
  #sitemenu {      
    /* padding: 0px 30px 30px 20px; */
    /* border: 1px solid #333; */
    /* width: 300px; */
  }

  #sitemenu ul {
    display: flex;
  }

  #sitemenu li {
    /* border-bottom: 1px solid rgba(103,123,131,1); */
    margin-bottom: 0;
  }



  #sitemenu > ul > li {
    text-transform: uppercase;
    font-family: 'EngelNewSans-Regular', sans-serif;
    font-weight: 700;
    font-size: 0.9em
}

#sitemenu > ul > li ul {
  border: 1px solid #efefef;
}

  #sitemenu ul li ul {
    text-transform: none;
    font-weight: 400;;
    margin-left: 0px;
    position: absolute;
}

#sitemenu > ul > li ul li a {
  padding: 15px 20px;
}


#sitemenu > ul > li > ul > li:first-child a {
  padding-top: 20px;
}


#sitemenu > ul > li > ul > li:last-child a {
  padding-bottom: 15px;
}


#sitemenu ul li:hover > ul {
  display: block;
  white-space: nowrap;
}
#sitemenu ul li ul {
  display: none;
}


#sitemenu ul li ul li ul {
  position: absolute;
  left: 100%;
  top: 0;
}

/* #sitemenu > ul > li ul li {
  background-color: red;
} */


  #sitemenu ul li:first-child {
    /* border-top: 1px solid rgba(103,123,131,1); */

  }

  #sitemenu ul li:last-child {
    border-bottom: none;
  }

  #sitemenu a {
    height: 100%;
    position: relative;
    display: block;
    padding: 10px;
  }

  #sitemenu ul li.deeper.selected {
    padding-bottom: 0;
  }



  
  #sitemenuclose {
    margin-bottom: 20px;
    margin-left: 15px;
    display: none;
  }
  
  #sitemenuclose a {
    padding: 20px 0px 20px 0px;
  } 

  span.untermenu {
    /* height: 45px; */
    display: none;
  }

  #menubutton-container {
    /* top: 40%; */
    display: none;
  }
  
  img#logo {
    width: 200px;
    /* top: 35px; */
    /* position: relative; */
    /* right: auto; */
    display: block;
  }   
  
  div#mobile-contact {
    /* display: none; */
    margin-left: 10%;
    margin-right: auto;
    display: block;
    position: absolute;
    top: 20%;
    left: 5px;
  }
  
  
  .imgberatung {      
    width: 25%;
  }

    
  .imgwegweiser {
    background-size: contain;
    background-position: 95% 50%;
  }
  
  .bgimgbaustein, .bgimgleistungengif {
    background-size: 25%;
    background-position: 95% 65%;
  }

  .bgratgeber {
    background-size: 25%;
    background-position: 95% 15%;
  }

  
  div#footerline {
    margin-left: 10%;
    margin-right: 10%;
  }

  .footertext {    
    max-width: 400px;
  }

  
  .footertext > span {
    max-width: 250px;
  }

}


@media (max-width: 920px) { /* */ 
  
  .linkbox-container > div, .linkbox-container > a {
    padding: 5px 10px 5px 0px;
    margin-bottom: 10px;    
    min-height: 40px;
  } 

  
  .linkbox-container img.rightupper {
    bottom: 15%;
    height: 90%;
  }
       
  .linkbox {    
    height: 40px;
  }

  .linkbox p, .linkbox a {
    padding-right: 10%;
  }


  #sitemenuwrapper {
    width: 100%;
    max-width: 900px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    /* position: absolute;  */
    position: fixed;
    overflow-y: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1000;
    /* background-color: #ccc; */
  }

  
  #sitemenu {
    border-bottom: 3px solid rgb(0,197,221);
  }
  
  #sitemenu ul li {
    margin-bottom: 0px; 
    color: #333;
    border-top: 1px solid #ddd;
  }
  
  
  #sitemenu ul li:not(.active) ul,
  #sitemenu ul li:not(.selected) ul {
    display: none;
  }

  #sitemenu ul li:not(.active) ul li ul,
  #sitemenu ul li:not(.active) ul li ul {
    display: none;
}

#sitemenu ul li.selected > ul {
  display: block;
}

#sitemenu ul li ul li.selected > ul {
  display: block;
}
 
#sitemenu > ul > li {
  text-transform: uppercase;
  font-family: 'EngelNewSans-SemiBold', sans-serif;
}

#sitemenu > ul > li > ul {
  text-transform: none;
  font-family: 'EngelNewSans-Regular', sans-serif;
}

  #sitemenu ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px;
  }

  #sitemenu ul li.deeper > a {
    /* width: 80%; */
  }

  #sitemenu ul > li:hover > ul li.current {
  background-color: #f0f0f0;
}
  
  
  #sitemenuclose {
    background-color: #fafafa;
    height: 60px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  
    
  span.untermenu {
    height: 35px;
    background-color: #fafafa;
    /* padding-right: 10%; */
    cursor: pointer;
    /* width: 45px; */
    display: block;
    transition: background-color 0.5s ease;
    margin: 5px 20px 0px 0;
    border-radius: 30px;
  }

  
  #menubutton-container {
    top: 25%;
  }
  

  /* erste Ebene aktiv */
  #sitemenu ul > li.current {
    background-color: #f0f0f0;
  }

  #sitemenu ul > li.current > ul > li {
    background-color: #fff;
  }

  /* zweite Ebene aktiv */
  #sitemenu ul > li > ul > li.current {
    background-color: #f0f0f0;
  }

  #sitemenu ul > li > ul > li.current > ul > li {
    background-color: #fff;
  }

    #sitemenu ul > li > ul > li.current > ul > li:hover {
    background-color: #f0f0f0;
  }


  
  div#mobile-contact {
    top: 25%;
    left: 15px;
  }
     
  img.contact-phone {
    margin-right: 10px;
  } 


  #header {
    position: fixed;
    height: 60px;
    top: 0;
  }

  
  img#logo {
    width: 180px;
    top: 30%;
  }   

  #wrapper {
    margin-top: 60px;
  }
   
  li.deeper.parent:after {
    top: 15px;
  }
  

}







@media (min-width: 501px) and (max-width: 920px) {

  div#sitemenuclosebutton-container {
    margin-left: 15px;
}

  .bluebox .linkbox-container,
  .lightbluebox .linkbox-container {
    width: 67%; /* 60 */
  }


  .linkbox-container img.rightupper {
    right: 1%;
  }
  
  .imgberatung {      
    width: 25%;
  }

  
  .imgwegweiser {
    background-size: 30%;
    background-position: 95% 50%;
  }
  
  .bgimgbaustein, .bgimgleistungengif, .bgratgeber {
    background-size: 30%;
    background-position: 95% 15%;
  }

  div#footerline {
    margin-left: 10%;
    margin-right: 10%;
  }


}