/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v34-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-500 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/open-sans-v34-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-500.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* lobster-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: 'Lobster';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/lobster-v28-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/* Font size */

body {
  font-family: "Open Sans";
  font-size: 1.4rem;
 
}

h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.25rem;
  font-weight: 500;
  text-decoration: none;
}

h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.0rem;
  font-weight: 400;
  text-decoration: none;
}

h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  text-decoration: none;
}

/* Extra-Menütitel */

h3.sans {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  text-decoration: none;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.45rem;
  font-weight: 500;
  color: #2a77c2;
  text-decoration: none;
  padding-bottom: 7px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
  color: #d10123;
}

/* Font size ENDE */

#sp-main-body {
  padding: 10px 0;
}

#sp-top-bar {
  background: #4e77bc;
  color: #ffffff;
  padding: 8px 0;
  font-size: 1.1rem;
}

#sp-header {
  height: 100px;
  width: 100%;
  position: relative;
  z-index: 99;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0);
  animation: spFadeIn 0.75s;
  background: rgba(255,255,255,0.0)
}

#sp-header.header-sticky {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  animation: spFadeInDown 1.5s;
}

#sp-bottom {
  padding: 60px 0 5px;
  font-size: 1.15rem;
  line-height: 1.6;
}

#sp-bottom .sp-module .sp-module-title {
  font-family: "Open Sans"
  font-weight: 500;
  font-size: 2rem;
  margin: 0 0 10px;
  color: #fff;
}

#sp-bottom .sp-module ul > li {
  display: block;
  margin-bottom: 5px;
}

.sp-scroll-up {
  background: rgba(204, 3, 48, 0.8);
  
  .burger-icon {
  width: 111px;
  cursor: pointer;
  background-image: url(menu.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 111px;
  color: rgba(255,255,255, 0.0);
}