/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../ownfonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../ownfonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../ownfonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../ownfonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../ownfonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../ownfonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

body {font-family: 'Roboto',Arial,Verdana; font-size:20px;}
#sp-footer {text-align:center;}

.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    font-size: 20px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
    font-size: 20px;
}

.section-left {
  background-image: url("/images/bg_left.png");
  background-position: center;
}
.section-right {
  background-image: url("/images/bg_right.png");
  background-position: center;
}

@media (max-width:991px) {
	.section-left {background-image:none;}
	.section-right {background-image:none;}
    .section-zusatz {background-color:#fff!important;}
}

@media (max-width:575px) {
	.section-left {background-image:none;}
	.section-right {background-image:none;}
   .section-zusatz {background-color:#fff!important;}
}