@font-face {
	font-family: 'Montserrat';
	src: url(../../assets/fonts/Montserrat-Regular.ttf) format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'PFBeauSansPro-Bold';
	src: url(../../assets/fonts/Montserrat-Regular.ttf) format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'PFBeauSansPro-Light';
	src: url(../../assets/fonts/Montserrat-Regular.ttf) format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'PFBeauSansPro-Thin';
	src: url(../../assets/fonts/Montserrat-Regular.ttf) format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'PFBeauSansPro-XThin';
	src: url(../../assets/fonts/Montserrat-Regular.ttf) format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(MaterialIcons-Regular.eot);
  src: local('Material Icons'), local('MaterialIcons-Regular'), url(MaterialIcons-Regular.woff2) format('woff2'), url(MaterialIcons-Regular.woff) format('woff'), url(MaterialIcons-Regular.ttf) format('truetype')
}


@font-face { 
  font-family: "EuclidCircularB-Regular-WebS"; 
  src: url(../../assets/fonts/Montserrat-Regular.ttf) format('truetype');
  font-display: swap; 
} 

@font-face { 
  font-family: "EuclidCircularB-Bold-WebS"; 
  src: url(../../assets/fonts/Montserrat-Regular.ttf) format('truetype');
  font-display: swap; 
} 

@font-face { 
  font-family: "EuclidCircularB-Medium-WebS"; 
  src: url(../../assets/fonts/Montserrat-Regular.ttf) format('truetype');
  font-display: swap; 
} 

@font-face { 
  font-family: "EuclidMono-Vanguard-WebXL"; 
  src: url(../../assets/fonts/Montserrat-Regular.ttf) format('truetype');
  font-display: swap; 
} 

@font-face { 
  font-family: "EuclidCircularB-Semibold-WebS"; 
  src: url(../../assets/fonts/Montserrat-Regular.ttf) format('truetype');
  font-display: swap; 
} 

@font-face { 
  font-family: "EuclidCircularB-Light-WebS"; 
  src: url(../../assets/fonts/Montserrat-Regular.ttf) format('truetype');
  font-display: swap; 
} 


/* mobile_menu */
.mobile_menu {
  height: 30px;
  width: 30px;
  float: right;
  margin-top: 10px;
  margin-right: 30px;
  z-index: 9999;
}

.mobile_menu span {
  background-color: white;
  width: 30px;
  height: 2px;
  display: block;
  transition: all 0.3s ease-in-out;
  border-radius: 1px;
}

span.middle {
  margin: 10px 0;
}

.aktiv span.middle {
  transform: scaleX(0);
  transform-origin: right;
}

main.blur {
  filter: blur(2vh);
  opacity: 0.3;
  overflow: hidden;
}

.mobile_nav {
  top: 0;
  height: 100vh;
  width: 0 !important;
  position: fixed;
  padding-left: 0vw;
  z-index: 0;
  opacity: 0 !important;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}

@media (min-width: 1299px) {
  .mobile_nav, .mobile_nav.here {
    display: none !important;
  }
}

.mobile_nav.here {
  padding-top: 70px;
  left: 0;
  height: 100vh;
  width: 100vw !important;
  position: fixed;
  padding-left: 10vw;
  opacity: 1 !important;
  z-index: 9900;
  overflow: scroll;
  pointer-events: initial;
}

.mobile_nav li {
  margin-top: 3vh;
  font-size: 3vh;
  list-style: none;
}

.mobile_nav .linie {
  background-color: white;
  height: 2px;
}

.aktiv #bottom {
  transform: rotate(45deg);
  transform-origin: bottom right;
  width: 35px;
}

.aktiv #top {
  transform: rotate(-45deg);
  transform-origin: top right;
  width: 36px;
}

main {
  transition: all 0.3s ease-in-out;
  overflow-x: hidden;
}

@media (min-width: 1299px) {
  .mobile_menu {
    display: none;
  }
}
/* ende mobile_menu */


.material-icons {
  font-family: 'Material Icons';
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga'
}


*, :after, :before {
  box-sizing: border-box
}

a {
  color: #FFFFFF;
}

footer {
  background-image: linear-gradient(170deg, #00131D 0%, #002537 100%);
  height: 100px;
  width: 100vw;
  padding: 0 50px;
  overflow: hidden;
  align-items: center;
  display: flex;
  justify-content: space-between;
}


footer a {
  font-family: 'Montserrat';
  font-size: 15px;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  transition: opacity 0.5s ease;
  padding: 0 20px 0 20px;
}

footer a:hover {
  opacity: 0.5;
}


.contactShareContainer {
  position: sticky;
  top: 65vh;
  display:  flex;
  align-items: flex-end;
  flex-direction: column;
  padding-right: 1vw;
  z-index: 99;
  line-height: 0;
  height: 0;
}

.navigation {
  display: flex; 
  justify-content: flex-end;
}

@media (max-width: 1299px) {
  .navigation {
    display: none;
  }
}

.navbar {
  background-image: linear-gradient(270deg, #00131D 0%, #002537 100%);
  height: 100px;
  width: 100vw;
  padding: 0 50px;
  position: fixed;
  z-index: 9999;
  overflow: hidden;
  align-items: center;
  display: flex;
  justify-content: space-between;
  top: 0;
}

.navbar a {
  font-family: 'Montserrat';
  font-size: 15px;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  transition: opacity 0.5s ease;
  padding: 0 20px 0 0;
}

.navbar img {
  height: 50px;
}

.navbar a:hover {
  opacity: 0.5;
}

.navbarMiddle {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hover-underline-animation {
  display: inline-block;
  position:relative;
}

.blogStartseiteArticleBox a .hover-underline-animation {
margin-left: 35px !important;
}

.hover-underline-animation:after {
  background-color: #FFFFFF;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform .25s ease-out;
  width:100%
}

.hover-underline-animation:hover:after {
  transform: scaleX(1);
  transform-origin:bottom left
}

.sps-shareButton {
  height:35px;
  pointer-events: all;
}

.sps-shareButton:hover {
  opacity:.5
}

.sps-category-button {
  color: #fff;
  font-family: EuclidCircularB-Bold-WebS;
  font-size: 14px;
  margin-top: 10px;
  padding:10px 5px
}

.active, .sps-category-button:hover {
  border-bottom: 5px solid #fff;
  color:#fff
}

.blog-post {
  margin-left: 25%;
  margin-right:25%
}

.sps-navbar {
  align-items: center;
  background-color: #000;
  color: #fff;
  display: flex;
  height: 90px;
  justify-content: space-between;
  overflow: hidden;
  padding: 0 2.5vw;
  position: fixed;
  top: 0;
  width: 100%;
  z-index:99999999
}

strong {
  font-family: EuclidCircularB-Bold-WebS;
}

.content-wrapper {
  max-width:90vw
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
      padding:0
  }
}

@media screen and (min-width: 800px) {
  .content-wrapper--narrow {
      padding:0
  }
}

.content-wrapper--blog-index, .content-wrapper--blog-post, .dnd-section {
  padding:80px 20px
}

.dnd-section > .row-fluid {
  max-width:1300px
}

html {
  font-size:20px
}

body {
  background-image: linear-gradient(270deg, #00131D 0%, #002537 100%);
  color:#ffffff;
  line-height: 1.5;
  overflow-wrap: break-word;
  margin: 0;
  display: block;  
}

body, p {
  font-family: 'Montserrat';
  font-size:20px
}

p.intro, p.lead {
  font-size:1.25rem
}

a, a:active, a:focus, a:hover {
  /*
  color: #000;
  font-family: EuclidCircularB-Bold-WebS;
  */
  text-decoration:none
}

a.button:disabled {
  background-color:#f1f1f1
}

h1, h2, h3, h4, h5, h6 {
  font-family: EuclidCircularB-Bold-WebS;
  text-transform:none
}

h6 {
  font-size: 12px;
  font-weight: normal;
  color: #666666;
}

ol, ul {
  margin: 1.5rem 0;
  padding-left:1.5rem
}

ol li, ul li {
  margin:.7rem
}

ol ol, ol ul, ul ol, ul ul {
  margin:1.5rem
}

blockquote {
  border-left: 10px solid #1000ff;
  padding-bottom: 0;
  padding-top:0
}

hr {
  border-bottom-color:#d0d0d0
}

.button, button {
  fill: #fff;
  background-color: #00c6ab;
  border: 1px solid #00c6ab;
  border-radius: 50px;
  font-size: 16px;
  padding: 12px 44px;
  text-transform:none
}

.button, .button:focus, .button:hover, button, button:focus, button:hover {
  color: #fff;
  font-family: EuclidCircularB-Regular-WebS;
  font-style: normal;
  font-weight: 800;
  text-decoration:none
}

.button:focus, .button:hover, button:focus, button:hover {
  background-color: #009e83;
  border:1px solid #009e83
}

.button:active, button:active {
  background-color: #50eed3;
  border: 1px solid #50eed3;
  color: #fff;
  font-family: EuclidCircularB-Regular-WebS;
  font-style: normal;
  font-weight: 800;
  text-decoration:none
}

.button.button--secondary:disabled, .button.button--simple:disabled, .button:disabled, button:disabled {
  color:#f1f1f1
}

.button:disabled, button:disabled {
  background-color:#d0d0d0
}

.button.button--secondary {
  fill: #00c6ab;
  background-color: hsla(0, 0%, 100%, 0);
  border: 1px solid #00c6ab;
  border-radius: 50px;
  color: #00c6ab;
  font-family: EuclidCircularB-Regular-WebS;
  font-style: normal;
  font-weight: 400;
  padding: 12px 44px;
  text-decoration: none;
  text-transform:none
}

.button.button--secondary:active, .button.button--secondary:focus, .button.button--secondary:hover {
  fill: #009e83;
  background-color: hsla(0, 0%, 100%, 0);
  border: 1px solid #009e83;
  color: #009e83;
  font-family: EuclidCircularB-Regular-WebS;
  font-style: normal;
  font-weight: 800;
  text-decoration:none
}

.button.button--secondary:active {
  fill: #50eed3;
  background-color: hsla(0, 0%, 100%, 0);
  border: 1px solid #50eed3;
  color: #50eed3;
  font-weight:800
}

.button.button--secondary:active, .button.button--simple {
  font-family: EuclidCircularB-Regular-WebS;
  font-style: normal;
  text-decoration:none
}

.button.button--simple {
  fill: #00c6ab;
  color: #00c6ab;
  font-weight: 400;
  text-transform:uppercase
}

.button.button--simple:after {
  content:none
}

.button.button--simple:focus, .button.button--simple:hover {
  fill: #009e83;
  color: #009e83;
  font-family: EuclidCircularB-Regular-WebS;
  font-style: normal;
  font-weight: 400;
  text-decoration:none
}

.button.button--simple:active:after, .button.button--simple:focus:after, .button.button--simple:hover:after {
  content:none
}

.button.button--simple:active {
  fill: #50eed3;
  color: #50eed3;
  font-family: EuclidCircularB-Regular-WebS;
  font-style: normal;
  font-weight: 400;
  text-decoration:none
}

.button.button--small {
  font-size: 14px;
  padding:12px 44px
}

.button.button--large {
  font-size: 18px;
  padding:12px 44px
}

.hs-form-field, form {
  font-family:EuclidCircularB-Regular-WebS
}

.hs-form-field {
  margin-bottom:1.5rem
}

.form-title {
  background-color: #00326d;
  border: 1px #d0d0d0;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  color: #fff;
  font-family: Nunito Sans, sans-serif;
  font-family: EuclidCircularB-Regular-WebS;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  padding: 25px;
  text-decoration: none;
  text-transform:none
}

.hs-form-field > label, .hs-form-field > label span {
  font-size: 16px;
  padding:6px 0
}

.hs-form-field legend, .hs-form-field > label, .hs-form-field > label span {
  color: #fff;
  font-family: Nunito Sans, sans-serif;
  font-family: EuclidCircularB-Regular-WebS;
  font-style: normal;
  font-weight: 400;
  text-decoration:none
}

.hs-form-field legend {
  font-size:14px
}

input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], select, textarea {
  background-color: #fff;
  border: 1px solid #d2e9fc;
  border-radius: 4px;
  color: #00326d;
  font-family: EuclidCircularB-Regular-WebS;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  padding: 12px;
  text-decoration:none
}

input[type=email]:focus, input[type=file]:focus, input[type=number]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=text]:focus, select:focus, textarea:focus {
  outline-color:#00c6ab
}

::-webkit-input-placeholder {
  color:#d0d0d0
}

::-moz-placeholder {
  color:#d0d0d0
}

:-ms-input-placeholder {
  color:#d0d0d0
}

:-moz-placeholder {
  color:#d0d0d0
}

::placeholder {
  color:#d0d0d0
}

form .inputs-list:not(.no-list) label, form .inputs-list:not(.no-list) label > span, form .inputs-list:not(.no-list) label > span p {
  color: #fff;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-decoration:none
}

.fn-date-picker .pika-table thead th {
  background-color: #00326d;
  color:#fff
}

.fn-date-picker td.is-today .pika-button {
  color:#00326d
}

.hs-datepicker .is-selected button.pika-button {
  background-color: #fff9e3;
  color:#00326d
}

.hs-datepicker button.pika-button:hover {
  background-color:#00c6ab !important
}

form .hs-richtext, form .hs-richtext *, form .hs-richtext h1, form .hs-richtext h2, form .hs-richtext h3, form .hs-richtext h4, form .hs-richtext h5, form .hs-richtext h6, form .hs-richtext p {
  color: #fff;
  font-family: Nunito Sans, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration:none
}

form .legal-consent-container, form .legal-consent-container .hs-richtext, form .legal-consent-container .hs-richtext p {
  color: #fff;
  font-family: Nunito Sans, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-decoration:none
}

.hs-input.invalid.error {
  border-color:#ef6b51
}

.hs-error-msg, .hs-error-msgs {
  color:#ef6b51
}

form .hs-button, form input[type=submit] {
  fill: #fff;
  background-color: #00c6ab;
  border: 1px solid #00c6ab;
  border-radius: 50px;
  color: #fff;
  font-family: Nunito Sans, sans-serif;
  font-family: PFBeauSansPro-Thin;
  font-style: normal;
  font-weight: 800;
  text-decoration: none;
  text-transform:none
}

form .hs-button:focus, form .hs-button:hover, form input[type=submit]:focus, form input[type=submit]:hover {
  background-color: #009e83;
  border: 1px solid #009e83;
  color: #fff;
  font-family: Nunito Sans, sans-serif;
  font-style: normal;
  font-weight: 800;
  text-decoration:none
}

form .hs-button:active, form input[type=submit]:active {
  background-color: #50eed3;
  border: 1px solid #50eed3;
  font-family: Nunito Sans, sans-serif;
  font-style: normal;
  font-weight: 800;
  text-decoration:none
}

form .hs-button, form input[type=submit] {
  font-size: 16px;
  padding:12px 44px
}

.submitted-message {
  background-color: #00326d;
  border: 1px #d0d0d0;
  border-radius: 18px;
  padding:45px
}

table {
  background-color:#fff
}

table, td, th {
  border:1px solid #d2e9fc
}

td, th {
  color: #00326d;
  padding:15px
}

thead td, thead th {
  background-color: #00326d;
  border-bottom: 2px #d2e9fc;
  color:#fff
}

tbody + tbody {
  border-top:2px #d2e9fc
}

.header {
  background-color: #fff;
  border-bottom:1px #fff
}

.header__container {
  max-width:1300px
}

.header .related-post__title a, .header blockquote, .header div, .header h1, .header h2, .header h3, .header h4, .header h5, .header h6, .header li, .header p, .header span, .header__logo .logo-company-name {
  color:#00326d
}

.navigation-primary .menu-item a {
  font-size: 16px;
  text-transform:none
}

.navigation-primary .menu-item a, .navigation-primary .menu-item a:active, .navigation-primary .menu-item a:focus, .navigation-primary .menu-item a:hover {
  color: #00326d;
  font-family: Nunito Sans, sans-serif;
  font-style: normal;
  font-weight: 900;
  text-decoration:none
}

.navigation-primary .submenu:not(.level-1) {
  background-color:#fff
}

.navigation-primary .submenu:not(.level-1) .menu-item .menu-link:focus, .navigation-primary .submenu:not(.level-1) .menu-item .menu-link:hover {
  background-color: #eff7ff;
  color: #00326d;
  font-family: Nunito Sans, sans-serif;
  font-style: normal;
  font-weight: 900;
  text-decoration:none
}

.navigation-primary .submenu:not(.level-1) .menu-item .menu-link:active {
  background-color: #00c6ab;
  color: #00326d;
  font-family: Nunito Sans, sans-serif;
  font-style: normal;
  font-weight: 900;
  text-decoration:none
}

.NewsletterAnmeldung {
  width: 500px;
  color: white;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 50px;
}

.NewsletterAnmeldungHeader {
  font-family: PFBeauSansPro-XThin;
  font-size:50px;
  margin-bottom: 20px;
}

.NewlsetterAnmeldungImg {
  width: 600px;
  margin-bottom: 120px;
}

@media (min-width: 768px) {
  .navigation-primary .submenu:not(.level-1) {
      border:2px solid #eff7fe
  }
}

@media (max-width: 768px) {

  .navbar {
    padding: 0;
  }

  .navbar img {
      padding-left: 20px;
    }

  .header__navigation {
      background-color:#fff
  }

  .header__menu .header__mobile-menu-icon, .header__menu .header__mobile-menu-icon:after, .header__menu .header__mobile-menu-icon:before, .header__menu .menu-arrow-icon, .header__menu .menu-arrow-icon:after {
      background-color:#00326d
  }

  .navigation-primary .submenu.level-1 .menu-item .menu-link:focus, .navigation-primary .submenu.level-1 .menu-item .menu-link:hover {
      background-color: #eff7ff;
      color: #00326d;
      font-family: Nunito Sans, sans-serif;
      font-style: normal;
      font-weight: 900;
      text-decoration:none
  }

  .navigation-primary .submenu.level-1 .menu-item .menu-link:active {
      background-color: #00c6ab;
      color: #00326d;
      font-family: Nunito Sans, sans-serif;
      font-style: normal;
      font-weight: 900;
      text-decoration:none
  }
}

@media screen and (max-width: 767px) {
  body .header__navigation-toggle svg, body .menu-arrow svg {
      fill:#00326d
  }
}

.header__language-switcher .lang_list_class {
  background-color: #fff;
  border:2px solid #eff7fe
}

.header__language-switcher-label-current:after {
  border-top-color:#00326d
}

.header__language-switcher .lang_list_class li a, .header__language-switcher-label-current {
  font-size: 16px;
  text-transform:none
}

.header__language-switcher .lang_list_class li a, .header__language-switcher .lang_list_class li a:active, .header__language-switcher .lang_list_class li:focus a, .header__language-switcher .lang_list_class li:hover a, .header__language-switcher-label-current, .header__language-switcher-label-current:active, .header__language-switcher-label-current:focus, .header__language-switcher-label-current:hover {
  color: #00326d;
  font-family: Nunito Sans, sans-serif;
  font-style: normal;
  font-weight: 900;
  text-decoration:none
}

.header__language-switcher .lang_list_class li:focus, .header__language-switcher .lang_list_class li:hover {
  background-color: #eff7ff;
  color: #00326d;
  font-family: Nunito Sans, sans-serif;
  font-style: normal;
  font-weight: 900;
  text-decoration:none
}

.header .blog-post-listing div, .header .blog-post-listing h1, .header .blog-post-listing h2, .header .blog-post-listing h3, .header .blog-post-listing h4, .header .blog-post-listing h5, .header .blog-post-listing h6, .header .blog-post-listing p, .header .blog-post-listing span, .header .related-post__title a:active, .header .related-post__title a:focus, .header .related-post__title a:hover {
  color:#00326d
}

.header .social-links__icon svg {
  fill:#00326d
}

.header .social-links__icon:hover svg {
  fill:#fff
}

.footerPart1 {
  width: 33%;
}

.footerPart2 {
  width: 33%;
  margin-top: 30px;
}

.footerPart3 {
  width: 33%;
}

.footerPart3Box {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.footerPart3Box b {
  font-size: 24px;
}

.footerLogo {
  width: 325px;
}

.footerSlogan {
  color: #ffffff;
  font-size: 84px;
  font-family: EuclidCircularB-Medium-WebS;
  line-height: 96px;
  padding-top: 60px;
}

.footer--site-page, .header .social-links__icon:hover {
  background-color:#1000ff;
  padding: 50px 50px 50px 50px;
  color: #fff;
  font-size: 16px;
}

.footerBoxTop {
  display: flex;
  justify-content: space-between;
}

.footerBoxBottom {
  display: flex;
  justify-content: space-between;
  padding: 100px 90px 0 0;
}

.footer--landing-page {
  background-color:#fff
}

.footer__container {
  max-width:1300px
}

.footer__bottom-section {
  border-color: #fff;
  border-top:2px solid #eff7fe
}

.footer--site-page h4 {
  font-family: Nunito Sans, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 1.06px;
  text-decoration: none;
  text-transform:none
}

.footer .hs-menu-item a {
  font-size: 16px;
  text-transform:none
}

.footer .hs-menu-item a, .footer .hs-menu-item a:active, .footer .hs-menu-item a:focus, .footer .hs-menu-item a:hover {
  color: #fff;
  font-family: Nunito Sans, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration:none
}

.footer--site-page .form-title, .footer--site-page .hs-form-field legend, .footer--site-page .hs-form-field > label, .footer--site-page .hs-form-field > label span, .footer--site-page form .hs-richtext, .footer--site-page form .hs-richtext *, .footer--site-page form .hs-richtext h1, .footer--site-page form .hs-richtext h2, .footer--site-page form .hs-richtext h3, .footer--site-page form .hs-richtext h4, .footer--site-page form .hs-richtext h5, .footer--site-page form .hs-richtext h6, .footer--site-page form .hs-richtext p, .footer--site-page form .inputs-list:not(.no-list) label, .footer--site-page form .inputs-list:not(.no-list) label > span, .footer--site-page form .inputs-list:not(.no-list) label > span p {
  color:#fff
}

.footer .blog-post-listing div, .footer .blog-post-listing h1, .footer .blog-post-listing h2, .footer .blog-post-listing h3, .footer .blog-post-listing h4, .footer .blog-post-listing h5, .footer .blog-post-listing h6, .footer .blog-post-listing p, .footer .blog-post-listing span {
  color:#00326d
}

.footer--site-page .related-post__title a:focus, .footer--site-page .related-post__title a:hover {
  color:#afafaf
}

.footer--site-page .related-post__title a:active {
  color:#fff
}

.footer--site-page .social-links__icon svg {
  fill:#fff
}

.footer--site-page .social-links__icon:hover svg {
  fill:#00326d
}

.footer--site-page .social-links__icon:hover {
  background-color:#fff
}

.blog-index__post-author-name, .blog-index__post-title a {
  color:#00326d
}

.blog-index__post-title a:focus, .blog-index__post-title a:hover {
  color:#00001d
}

.blog-index__post-title a:active {
  color:#5082bd
}

.blog-index__post-author-name, .blog-post__author-name {
  color: #00326d;
  font-family: Nunito Sans, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration:none
}

.blog-post__author-links svg {
  fill:#00326d
}

.blog-post__author-links a:hover svg {
  fill:#00c6ab
}

.blog-index__post-tag-link, .blog-post__tag-link {
  background-color: rgba(255, 249, 227, 0);
  color:#00c6ab
}

.blog-index__post-tags svg, .blog-post__tags svg {
  fill:#fff9e3
}

.blog-subheader__author-links a {
  background-color:#00c6ab
}

.blog-subheader__author-links a:hover {
  background-color:#009e83
}

.blog-pagination__link {
  color:#fff
}

.blog-pagination__link:focus, .blog-pagination__link:hover {
  color:#333
}

.blog-pagination__link:focus svg, .blog-pagination__link:hover svg {
  fill:#333
}

.blog-pagination__link:active {
  color:#50eed3
}

.blog-pagination__link:active svg {
  fill:#50eed3
}

.blog-pagination__next-link--disabled, .blog-pagination__prev-link--disabled {
  color:#d0d0d0
}

.blog-pagination__next-link--disabled svg, .blog-pagination__prev-link--disabled svg {
  fill:#d0d0d0
}

.blog-pagination__link--active {
  background-color: #333;
  color:#fff
}

.blog-pagination__link--active:focus, .blog-pagination__link--active:hover {
  color:#fff
}

.blog-search form button {
  border-radius:4px
}

.error-page:before {
  font-family: Nunito Sans, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration:none
}

.hs-search-results__title {
  color:#00326d
}

.hs-search-results__title, .hs-search-results__title:hover {
  font-family: Nunito Sans, sans-serif;
  font-style: normal;
  font-weight: 800;
  text-decoration:none
}

#email-prefs-form h3 {
  color: #fff;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  padding: 6px 0;
  text-decoration:none
}

#email-prefs-form, #email-prefs-form h1, #email-prefs-form h2 {
  color:#fff
}

.password-prompt input[type=password] {
  margin-bottom:1.5rem
}

.backup-unsubscribe input[type=email] {
  margin-bottom: 1.5rem;
  padding:12px !important
}

body .icon svg {
  fill:#fff9e3
}

body .price-block__header {
  background-color:#fff9e3
}

body .billing-selectors__pricing-option input[type=radio]:checked + label:before {
  border-color:#fff9e3
}

img {
  max-width:100%
}

body .social-links__icon svg, body .social-links__icon:hover svg {
  fill:#00326d
}

body .social-links__icon:hover {
  background-color:transparent
}

body .statistic__circle {
  background-color:#d0d0d0
}

body .statistic__info {
  color:#00326d
}

body .statistic__bar, body .statistic__fill {
  border-color:#fff9e3
}

body .statistic__circle:after {
  background-color:#fff
}

body .tns-nav button {
  background-color:#d0d0d0
}

body .tns-nav .tns-nav-active {
  background-color: #fff9e3
}

.spsFooter {
  background-image: linear-gradient(#333, #111);
  color: #fff;
  font-family: PFBeauSansPro-Thin;
  font-size: 15px;
  line-height: 1.6;
  padding-bottom: 5.5vh;
  padding-top:5.5vh
}

.spsFooter a {
  padding-bottom: 10px;
  transition:all .3s ease-in-out
}

.spsFooter a, .spsFooter a:hover {
  color: #fff;
  font-family: EuclidCircularB-Bold-WebS;
  font-size: 15px;
  text-decoration:none
}

.spsFooter a:hover {
  opacity:.5
}

.spsFooter strong {
  color: #d50669;
  font-weight:bolder
}

.spsFooterRow {
  display: flex;
  justify-content: space-between;
  padding-left: 16%;
  padding-right:16%
}

.spsFooterBox {
  padding:20px
}

.footerPanel {
  background-color: #fff;
  border-radius: 2%;
  box-shadow: 0 3px 8px rgba(0, 0, 0, .24);
  display: none;
  height: 80vh;
  left: 5vw;
  position: fixed;
  top: 180px;
  width: 90vw;
  z-index:999999
}

.footerPanelText {
  height: 70vh;
  overflow-y: scroll;
  padding:40px
}

.footerPanelClose {
  background-color: #fff;
  background-image: url(http://www.sps-marketing.com/assets/img/cancel.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 2vh 2vh;
  border-radius: 50%;
  box-shadow: 0 3px 8px rgba(0, 0, 0, .24);
  height: 4vh;
  margin-top: -6vh;
  position: absolute;
  right: -80px;
  right: 2vh;
  top: 0;
  width:4vh
}

.typcn.Pfeil {
  animation: slide1 2s ease-in-out infinite;
  font-size: 23px;
  margin-top: -2px;
  position:absolute
}

@keyframes slide1 {
  0%, to {
      transform:translate(0)
  }

  50% {
      transform: translate(3px)
  }
}




/***************************************
  BlogStartseite
  **************************************/

.blogStartseiteMainContainer {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background-color: #000;
}

.blogStartseiteArticleContainer {
  width: 50%;
  height: 60vh;
  position: relative;
  overflow: hidden;
  color: #fff;
  display: flex;
  align-items: flex-start;
}

.blogStartseiteArticleContainer1 {
  width: 100%;
  height: 60vh;
  position: relative;
  overflow: hidden;
  color: #fff;
  display: flex;
  align-items: flex-start;
  background-position: -50%;
}

.blogStartseiteArticleContainer img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.blogStartseiteArticleContainer::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000;
  opacity: 0.6;
}

.blogStartseiteArticleContainer1::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000;
  opacity: 0.6;
}

.blogStartseiteArticleBox {
  position: absolute;
  margin-left: 3vw;
  margin-right: 3vw;
  margin-top: 110px;
}

.blogStartseiteArticleBox1 {
  position: absolute;
  margin-left: 3vw;
  margin-top: 110px;
  width: 66%;
}

.blogStartseiteArticleBox img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.blogStartseiteTitle {
  color: #fff;
  line-height: 66px;
  font-size: 60px;
  font-family: EuclidCircularB-Bold-WebS;
}

.blogStartseiteTitle1 {
  color: #fff;
  line-height: 66px;
  font-size: 60px;
  font-family: EuclidCircularB-Bold-WebS;
}

.blogStartseiteReadNow {
  margin-left: 22px; 
  color: white; 
  font-family: EuclidCircularB-Regular-WebS;
  font-size: 18px;
}

.blogStartseiteTeaser {
  color: #fff;
  height: 300px;
  padding: 30px 0 0 0;
}

.blogStartseiteTeaser p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;

}

.blogStartseiteAuthorBox {
  width: 100%;
  background-color: #fff;
  padding: 3vh 3vw 3vh 3vw; 
  display: flex;
Margin-top:70px;
}

.blogStartseiteAuthorBox img:not(.sps-shareButton) {
min-height: 250px;
min-width: 250px;
Object-fit:cover;
}

.blogStartSeiteAuthorText {
  background-color: white; 
  color: black; 
  font-size: 14px; 
  font-family: EuclidCircularB-Regular-WebS; 
  left: -35px; 
  padding: 8px 10px 5px 40px;
}

.blogStartSeiteTypeText {
  background-color: white; 
  color: black; 
  font-size: 14px; 
  font-family: EuclidCircularB-Regular-WebS; 
  left: -35px; 
  padding: 8px 10px 4px 10px;
}

.blogArticleTopContainer {
  width: 100%;
  height: 500px;
  position: relative;
  background-size: cover; 
  background-position: -50%; 
  padding: 0 0 0 0;
  display: flex;
  align-items: center;
  color:#fff;
}

.blogArticleTopContainer::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000;
  opacity: 0.6;
}

.blogArticleMainContainer {
  width: 50%;
  padding-bottom: 40px;
  margin-top: 60px;
}


.blogEmpfehlungArticleContainer {
  width: 33.33%;
  height: 30vh;
  position: relative;
  overflow: hidden;
  color: #fff;
  display: flex;
  align-items: flex-start;
  background-size: cover;
  background-position: -50%;
}

.blogEmpfehlungArticleContainer img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.blogEmpfehlungArticleContainer::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000;
  opacity: 0.5;
}

.blogEmpfehlungArticleBox {
  position: absolute;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 5vh;
}

.blogEmpfehlungArticleLink {
  color: #fff;
  line-height: 38px;
  font-size: 30px;
  font-family: EuclidCircularB-Bold-WebS;
}

.mainTextAuthorPicture {
  width: 200px;
  padding-right: 20px;
}

.mainTextAuthorBottom {
  display: flex; 
  align-items: flex-start;
  justify-content: center;
  padding: 20px 0 20px 0;
}

.readNowButton {
  border: solid;
  border-color: #fff;
  width: 145px;
  margin-top: 20px;
  padding: 10px;
}

.blogArticleTopContainerBox {
  position: absolute;
  width: 50%;
}

.blogArticleTitle {
  color: #fff;
  line-height: 66px;
  font-size: 60px;
  font-family: EuclidCircularB-Bold-WebS;
  padding-top: 20px;
}

h2 {
  font-size: 42px;
  line-height: 46px;
}

h1 {
  font-size: 62px;
}

blockquote {
  padding-left: 20px;
  color: #1000ff;
}



@media screen and (max-width: 1800px) {
  .blogStartseiteTitle {
    font-size: 40px;
    line-height: 44px;
  }

  .blogStartseiteTitle1 {
    font-size: 60px;
    line-height: 66px;
  }

  .blogArticleTitle {
    font-size: 45px;
    line-height: 49px;
  }


  .blogStartseiteArticleBox1 {
    width: 95%;
  }

  .blogArticleTopContainerBox {
    width: 50%;
  }

}

.blogStartseiteMainContainer {
  /* padding-top: 70px; */
}

@media screen and (max-width: 1024px) {
  
  .blogArticleTopContainerBox {
    width: 90%;
  }

  .articleType {
    display: none;
  }
  
  .blogStartseiteArticleContainer {
    width: 100%;
  }

  .blogEmpfehlungArticleContainer {
    width: 100%;
    height: 40vh;
  }

  .blogEmpfehlungArticleBox {
    margin-top: 1vh;
  }

  .blogStartseiteArticleBox {
    top: 10px;
  }

  .blogStartseiteTitle {
    font-size: 30px;
    line-height: 34px;
  }

  .blogStartseiteTitle1 {
    font-size: 26px;
    line-height: 32px;
  }

  .blogArticleTitle {
    font-size: 26px;
    line-height: 32px;
  }

  .blogEmpfehlungArticleLink {
    font-size: 25px;
    line-height: 30px;
  }

  .blogStartseiteTeaser {
    padding: 10px 0 0 0;
    height: 40vh;
  }

  .blogArticleTopContainer {
    height: 300px;
  }

  .blogArticleMainContainer {
    width: 90%;
    margin-top: 5vh;
  }

  .readNowButton {
    margin-top: 10px;
    padding: 10px;
  }

  p {
    font-size: 15px;
  }

  h1 {
    font-size: 20px;
  }

  h2 {
    font-size: 18px;
  }
}

@media screen and (max-width: 1440px) {
  .blogArticleMainContainer {
    width: 70%;
  }
}