@import url("//hello.myfonts.net/count/2e991f");
@font-face {
  font-family: 'HelveticaNeueLTStd-Md';
  src: url("../../typo3conf/ext/base/Resources/Public/Fonts/2E991F_0_0.eot");
  src: url("../../typo3conf/ext/base/Resources/Public/Fonts/2E991F_0_0.eot?#iefix") format('embedded-opentype'), url("../../typo3conf/ext/base/Resources/Public/Fonts/2E991F_0_0.woff2") format('woff2'), url("../../typo3conf/ext/base/Resources/Public/Fonts/2E991F_0_0.woff") format('woff'), url("../../typo3conf/ext/base/Resources/Public/Fonts/2E991F_0_0.ttf") format('truetype');
}
@font-face {
  font-family: 'HelveticaNeueLT-Roman';
  src: url("../../typo3conf/ext/base/Resources/Public/Fonts/2E991F_1_0.eot");
  src: url("../../typo3conf/ext/base/Resources/Public/Fonts/2E991F_1_0.eot?#iefix") format('embedded-opentype'), url("../../typo3conf/ext/base/Resources/Public/Fonts/2E991F_1_0.woff2") format('woff2'), url("../../typo3conf/ext/base/Resources/Public/Fonts/2E991F_1_0.woff") format('woff'), url("../../typo3conf/ext/base/Resources/Public/Fonts/2E991F_1_0.ttf") format('truetype');
}
/* various */
img {
  max-width: 100%;
  height: auto;
}
.hide {
  display: none;
}
@media (max-width: 567px) {
  .mobile-hide {
    display: none;
  }
}
.mobile-show {
  display: none;
}
@media (max-width: 567px) {
  .mobile-show {
    display: block;
  }
}
p:last-child {
  margin-bottom: 0;
}
b,
strong {
  font-family: 'HelveticaNeueLTStd-Md', Arial;
  font-weight: normal;
}
* {
  outline: none;
}
/* html, body */
html,
body {
  color: #444444;
  font-family: "HelveticaNeueLT-Roman", Arial;
  font-size: 15px;
  min-height: 100%;
  overflow-x: hidden;
}
/* links */
a:hover {
  text-decoration: none;
}
a.btn {
  background-color: #ff6b00;
  color: #fff !important;
  display: inline-block;
  padding: 5px 30px;
  border: none;
  cursor: pointer;
  background-image: none !important;
  padding-left: 30px !important;
}
.link-arrow {
  color: #ff6b00;
  display: inline-block;
  background-image: url("../../typo3conf/ext/base/Resources/Public/Images/ico_arrow.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 10px;
}
.link-arrow:hover {
  color: #ff6b00;
}
.link-pdf {
  color: #ff6b00;
  display: inline-block;
  background-image: url("../../typo3conf/ext/base/Resources/Public/Images/icon_pdf.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 18px;
  padding-left: 25px;
}
.link-pdf:hover {
  color: #ff6b00;
}
.submit-button,
.link-button {
  display: block;
  padding: 5px 25px;
  color: #fff;
  text-decoration: none;
  margin-bottom: 5px;
  background-color: #ff6b00;
  border: none;
  cursor: pointer;
}
/* popup */
#popup {
  display: none;
}
#popup.sievert-akademie {
  background-color: transparent;
}
@media (max-width: 400px) {
  #popup.sievert-akademie {
    padding: 15px;
  }
}
#popup.sievert-akademie .fancybox-close-small {
  display: none;
}
#popup.sievert-akademie > a {
  position: relative;
}
#popup.sievert-akademie > a > .flag {
  position: absolute;
  top: -37px;
  left: -44px;
}
@media (max-width: 767px) {
  #popup.sievert-akademie > a > .flag {
    top: 8px;
    left: -10px;
  }
}
#popup.sievert-akademie > a > .flag img {
  width: 190px;
}
@media (max-width: 767px) {
  #popup.sievert-akademie > a > .flag img {
    width: 150px;
  }
}
@media (max-width: 350px) {
  #popup.sievert-akademie > a > .flag img {
    width: 130px;
  }
}
@media (max-width: 300px) {
  #popup.sievert-akademie > a > .flag img {
    width: 110px;
  }
}
@media (max-width: 250px) {
  #popup.sievert-akademie > a > .flag img {
    width: 90px;
  }
}
@media (max-width: 220px) {
  #popup.sievert-akademie > a > .flag img {
    width: 75px;
  }
}
#popup.sievert-akademie > a .close {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #85bc22;
  color: #fff;
  display: flex;
  border-radius: 40px;
  width: 35px;
  height: 35px;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
@media (max-width: 767px) {
  #popup.sievert-akademie > a .close {
    font-size: 13px;
    width: 25px;
    height: 25px;
  }
}
/* headlines */
h1,
h2,
h3,
h4 {
  font-family: "HelveticaNeueLT-Md", Arial;
  font-weight: normal;
  color: #444444;
}
h1,
h1 > a {
  font-size: 26px;
  color: #ff6b00;
  line-height: 29px;
}
h1.headline-big,
h1 > a.headline-big {
  font-size: 53px;
  line-height: 55px;
  text-transform: none;
  font-weight: bold;
}
h2,
h2 > a {
  font-size: 22px;
  line-height: 25px;
}
h3,
h3 > a {
  font-size: 18px;
  line-height: 21px;
}
h4,
h4 > a {
  font-size: 14px;
  line-height: 17px;
  font-weight: bold;
}
/* section */
section + section {
  margin-top: 40px;
}
section + section.navigation {
  margin-top: 0;
}
/* container */
.container.rss-display + .container {
  margin-top: 40px;
}
/* mask-container */
.mask-container + .mask-container {
  margin-top: 25px !important;
}
/* page */
.page {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.page #body {
  flex-grow: 1;
}
/* grids */
.grid-headline,
.mask-headline {
  margin-bottom: 15px;
}
.grid-headline.single-line,
.mask-headline.single-line {
  color: #ff6b00;
  text-transform: uppercase;
  font-family: "HelveticaNeueLT-Md", Arial;
  font-size: 22px;
  padding-top: 15px;
  border-top: 10px solid #eaeaea;
}
.grid-headline.single-line.big-small,
.mask-headline.single-line.big-small {
  text-transform: none;
}
.grid-headline.double-line,
.mask-headline.double-line {
  padding: 5px 0;
  border-bottom: 4px solid #eaeaea;
  border-top: 4px solid #eaeaea;
  margin-top: -5px;
  margin-bottom: 0;
  font-weight: normal;
  font-size: 22px;
  margin-bottom: 20px;
}
.grid-headline.underline,
.mask-headline.underline {
  text-transform: uppercase;
  color: #000;
  border-bottom: 2px solid #000;
  padding-bottom: 5px;
}
/* logo */
@media (max-width: 330px) {
  .logo {
    padding-top: 20px;
    margin: 0 auto;
  }
}
.logo img {
  width: auto;
  height: 60px;
}
@media (max-width: 767px) {
  .logo img {
    height: 38px;
  }
}
@media (max-width: 380px) {
  .logo img {
    height: 25px;
  }
}
/* mmenu */
.mm-page__blocker,
.mm-wrapper__blocker {
  background-color: rgba(0, 0, 0, 0.45);
}
.mm-menu .mm-close-button {
  background: none;
  background-image: url("../../typo3conf/ext/base/Resources/Public/Images/ico_close.svg");
  background-repeat: no-repeat;
  height: 15px;
  width: 15px;
  display: inline-block;
  position: absolute;
  top: 11px;
  right: 11px;
  z-index: 2;
  border: none;
  background-size: contain;
  cursor: pointer;
}
.mm-page {
  min-height: 100vh;
}
/* header */
#header + #body {
  margin-top: 20px;
}
#header .header-top {
  padding: 20px 0;
}
#header .header-top > .container {
  position: relative;
}
#header .header-top > .container > .wrapper {
  display: flex;
  align-items: flex-end;
}
#header .header-top > .container > .wrapper .section {
  padding-left: 25px;
  font-size: 13px;
  line-height: 15px;
}
@media (max-width: 991px) {
  #header .header-top > .container > .wrapper .section {
    display: none;
  }
}
#header .header-top > .container > .wrapper .section a {
  color: #ff6b00;
}
#header .header-top > .container .action-container {
  position: absolute;
  top: -20px;
  right: 15px;
}
@media (max-width: 330px) {
  #header .header-top > .container .action-container {
    left: 0;
    right: 0;
  }
}
#header .header-top > .container .action-container .sievert-brand {
  display: flex;
  flex-direction: row;
}
#header .header-top > .container .action-container .sievert-brand > span {
  display: block;
}
#header .header-top > .container .action-container .sievert-brand > span.slogan {
  padding-top: 7px;
}
#header .header-top > .container .action-container .sievert-brand > span.logo {
  padding: 5px 7px 5px 7px;
  background-image: url("../../typo3conf/ext/base/Resources/Public/Images/sievert_endorsement_schwarz.svg");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  background-size: 165px;
}
#header .header-top > .container .action-container .sievert-brand > span.logo:hover {
  background-color: #3c3c3c;
  background-image: url("../../typo3conf/ext/base/Resources/Public/Images/sievert_endorsement_weiss.svg");
}
#header .header-top > .container .action-container .sievert-brand > span.logo img {
  visibility: hidden;
  width: 170px;
  height: auto;
}
#header .header-top > .container .action-container .sievert-brand > span.logo img:last-child {
  display: none;
}
#header .nav-main {
  background-color: #ff6b00;
}
@media (max-width: 991px) {
  #header .nav-main > .container {
    text-align: right;
    display: flex;
    justify-content: flex-end;
  }
}
#header .nav-main > .container ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#header .nav-main > .container ul.level-1 {
  margin-left: -20px;
  display: flex;
  flex-direction: row;
  position: relative;
}
#header .nav-main > .container ul.level-1 > li:not(.assortment) {
  position: relative;
}
#header .nav-main > .container ul.level-1 > li > a,
#header .nav-main > .container ul.level-1 > li > span.link {
  font-size: 18px;
  padding: 8px 20px;
  display: block;
  color: #fff;
  text-transform: uppercase;
}
#header .nav-main > .container ul.level-1 > li > span.link {
  cursor: default;
}
#header .nav-main > .container ul.level-1 > li > ul.level-2 {
  display: none;
  position: absolute;
  top: 43px;
  left: 0;
  background-color: #fff;
  z-index: 99;
  padding: 25px 20px 15px 20px;
  -webkit-box-shadow: 0px 3px 5px 0px #c2c2c2;
  -moz-box-shadow: 0px 3px 5px 0px #c2c2c2;
  box-shadow: 0px 3px 5px 0px #c2c2c2;
}
#header .nav-main > .container ul.level-1 > li > ul.level-2.products.geo {
  right: 0;
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
  -moz-column-width: 33.333333%;
  -webkit-column-width: 33.333333%;
  column-width: 33.333333%;
  -moz-column-gap: 20px;
  -ms-column-gap: 20px;
  -webkit-column-gap: 20px;
  column-gap: 20px;
  /*
                            flex-wrap: wrap;
                            padding-top: 0;
                            > li {
                                width: 33.333333%;
                                margin-top: 20px;
                            }
                            */
}
#header .nav-main > .container ul.level-1 > li > ul.level-2.products.geo > li {
  padding-bottom: 15px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
  display: block;
  overflow: hidden;
}
#header .nav-main > .container ul.level-1 > li > ul.level-2.products.geo > li + li {
  margin-top: 0;
}
#header .nav-main > .container ul.level-1 > li > ul.level-2 > li + li {
  margin-top: 25px;
}
#header .nav-main > .container ul.level-1 > li > ul.level-2 > li > a,
#header .nav-main > .container ul.level-1 > li > ul.level-2 > li .link {
  color: #ff6b00;
  font-weight: bold;
  font-family: "HelveticaNeueLT-Md", Arial;
}
#header .nav-main > .container ul.level-1 > li > ul.level-2 > li > ul.level-3 > li > a {
  color: #000;
  white-space: nowrap;
}
#header .nav-main > .container ul.level-1 > li > ul.level-2 > li > ul.level-3 > li > a.all {
  color: #929292;
}
#header .nav-main > .container ul.level-1 > li:hover {
  background-color: #fff;
}
#header .nav-main > .container ul.level-1 > li:hover > a,
#header .nav-main > .container ul.level-1 > li:hover span.link {
  color: #ff6b00;
}
#header .nav-main > .container ul.level-1 > li:hover > ul.level-2 {
  display: block;
}
#header .nav-main > .container ul.level-1 > li:hover > ul.level-2.products.geo {
  /*display: flex;*/
}
@media (max-width: 991px) {
  #header .nav-main > .container ul.level-1 {
    display: none;
  }
}
#header .nav-main > .container .mobile-nav-trigger {
  display: none;
  padding: 12px 15px 7px 15px;
}
#header .nav-main > .container .mobile-nav-trigger .hamburger-inner,
#header .nav-main > .container .mobile-nav-trigger .hamburger-inner:after,
#header .nav-main > .container .mobile-nav-trigger .hamburger-inner:before {
  background-color: #fff;
}
@media (max-width: 991px) {
  #header .nav-main > .container .mobile-nav-trigger {
    display: inline-block;
  }
}
#header .header-quick-search {
  position: absolute;
  top: 24px;
  right: 23px;
}
@media (max-width: 991px) {
  #header .header-quick-search {
    top: 129px;
    right: 30px;
    z-index: 99;
    background-color: #ff6b00;
    padding: 20px;
    display: none;
  }
}
@media (max-width: 767px) {
  #header .header-quick-search {
    top: 106px;
  }
}
@media (max-width: 500px) {
  #header .header-quick-search {
    left: 30px;
  }
}
@media (max-width: 380px) {
  #header .header-quick-search {
    top: 92px;
  }
}
@media (max-width: 330px) {
  #header .header-quick-search {
    top: 113px;
  }
}
#header .header-quick-search .tx-indexedsearch-form {
  position: relative;
}
#header .header-quick-search .tx-indexedsearch-form .tx-indexedsearch-searchbox-sword {
  width: 400px;
  max-width: 100%;
  padding: 6px;
  border: 1px solid #b5b5b5;
}
#header .header-quick-search .tx-indexedsearch-form .tx-indexedsearch-searchbox-sword::placeholder {
  color: #b5b5b5;
}
@media (max-width: 991px) {
  #header .header-quick-search .tx-indexedsearch-form .tx-indexedsearch-searchbox-sword {
    border: none;
  }
}
#header .header-quick-search .tx-indexedsearch-form .tx-indexedsearch-searchbox-button {
  position: absolute;
  top: 3px;
  right: 7px;
  text-indent: -9999px;
  border: none;
  background: none;
  background-image: url("../../typo3conf/ext/base/Resources/Public/Images/icon_search.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px;
  width: 30px;
  height: 30px;
  bottom: 0;
  display: block;
  padding: 0;
  outline: none;
}
body.tubag #header .nav-main ul.level-2.products,
body.hahne #header .nav-main ul.level-2.products {
  column-count: 2;
  column-gap: 60px;
}
body.hahne #header .nav-main ul.level-2.products > li {
  break-inside: avoid-column;
}
body.quickmixgeo #header .nav-main ul.level-2 > li > ul.level-3 > li > a {
  white-space: wrap;
}
/* mobile-nav-trigger */
.mm-menu .mobile-nav-trigger {
  display: none;
}
/* mobile-trigger-search */
#mobile-trigger-search {
  display: none;
  cursor: pointer;
  width: 35px;
  height: 49px;
}
@media (max-width: 991px) {
  #mobile-trigger-search {
    display: block;
  }
}
.mm-menu #mm-mobile-trigger-search {
  display: none;
}
/* mobile-trigger-language */
#mobile-trigger-language {
  display: none;
  cursor: pointer;
  width: 35px;
  height: 49px;
  margin-right: 15px;
}
@media (max-width: 991px) {
  #mobile-trigger-language {
    display: block;
  }
}
.mm-menu #mm-mobile-trigger-language {
  display: none;
}
.tubag #mobile-trigger-language {
  display: none;
}
/* mobile-trigger-section */
#mobile-trigger-section {
  display: none;
  cursor: pointer;
  width: 35px;
  height: 49px;
  margin-right: 15px;
}
@media (max-width: 991px) {
  #mobile-trigger-section {
    display: block;
  }
}
.mm-menu #mm-mobile-trigger-section {
  display: none;
}
.tubag #mobile-trigger-section {
  display: none;
}
/* mask-textpic */
.mask-textpic > .pic.noborder img,
.mask-text > .pic.noborder img {
  border: none;
}
.mask-textpic > .pic img,
.mask-text > .pic img {
  display: block;
  border: 1px solid #ccc;
}
.mask-textpic > .pic + .header,
.mask-text > .pic + .header,
.mask-textpic > .pic + .text,
.mask-text > .pic + .text {
  margin-top: 10px;
  margin-bottom: 0;
}
.mask-textpic > h1.header,
.mask-text > h1.header,
.mask-textpic h1.header a,
.mask-text h1.header a {
  color: #ff6b00;
}
.mask-textpic > .header,
.mask-text > .header,
.mask-textpic .header a,
.mask-text .header a {
  color: #444444;
  margin-bottom: 15px;
}
.mask-textpic > .text a,
.mask-text > .text a {
  color: #ff6b00;
  display: inline-block;
  background-image: url("../../typo3conf/ext/base/Resources/Public/Images/ico_arrow.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 10px;
}
.mask-textpic > .text a:hover,
.mask-text > .text a:hover {
  color: #ff6b00;
}
.mask-textpic > .text ul,
.mask-text > .text ul {
  list-style-image: url("../../typo3conf/ext/base/Resources/Public/Images/ico_li_orange.png");
  list-style-type: none;
  padding-left: 10px;
}
.mask-textpic > .text p.small-text,
.mask-text > .text p.small-text {
  font-size: 11px;
}
/* mask-teaserfullsize3parts */
.mask-teaserfullsize3parts {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .mask-teaserfullsize3parts {
    flex-direction: column;
  }
}
.mask-teaserfullsize3parts + section {
  margin-top: 70px;
}
.mask-teaserfullsize3parts .element-1,
.mask-teaserfullsize3parts .element-2,
.mask-teaserfullsize3parts .element-3 {
  position: relative;
}
.mask-teaserfullsize3parts .element-1 > .caption,
.mask-teaserfullsize3parts .element-2 > .caption,
.mask-teaserfullsize3parts .element-3 > .caption {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 10px 10px 50px;
}
.mask-teaserfullsize3parts .left {
  width: 50%;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .mask-teaserfullsize3parts .left {
    width: 100%;
    padding-right: 0;
  }
}
.mask-teaserfullsize3parts .left > a {
  display: block;
  height: 100%;
}
.mask-teaserfullsize3parts .left > a > .element-1 {
  height: 100%;
  background-size: cover;
}
@media (max-width: 767px) {
  .mask-teaserfullsize3parts .left > a > .element-1 {
    height: 250px;
  }
}
.mask-teaserfullsize3parts .right {
  width: 50%;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .mask-teaserfullsize3parts .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}
.mask-teaserfullsize3parts .right > a > .element-2,
.mask-teaserfullsize3parts .right > a > .element-3 {
  background-size: cover;
}
@media (max-width: 767px) {
  .mask-teaserfullsize3parts .right > a > .element-2,
  .mask-teaserfullsize3parts .right > a > .element-3 {
    height: 250px;
  }
}
.mask-teaserfullsize3parts .right > a > .element-2 > img,
.mask-teaserfullsize3parts .right > a > .element-3 > img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .mask-teaserfullsize3parts .right > a > .element-2 > img,
  .mask-teaserfullsize3parts .right > a > .element-3 > img {
    display: none;
  }
}
.mask-teaserfullsize3parts .right > a > .element-2 {
  margin-bottom: 10px;
}
.mask-teaserfullsize3parts .right > a > .element-3 {
  padding-top: 10px;
}
/* mask-teaserfullsize4parts */
.mask-teaserfullsize4parts {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .mask-teaserfullsize4parts {
    flex-direction: column;
  }
}
.mask-teaserfullsize4parts + section {
  margin-top: 70px;
}
.mask-teaserfullsize4parts .element-1,
.mask-teaserfullsize4parts .element-2,
.mask-teaserfullsize4parts .element-3,
.mask-teaserfullsize4parts .element-4 {
  position: relative;
}
.mask-teaserfullsize4parts .element-1 > .caption,
.mask-teaserfullsize4parts .element-2 > .caption,
.mask-teaserfullsize4parts .element-3 > .caption,
.mask-teaserfullsize4parts .element-4 > .caption {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 10px 10px 50px;
}
.mask-teaserfullsize4parts .left,
.mask-teaserfullsize4parts .right {
  width: 50%;
}
@media (max-width: 767px) {
  .mask-teaserfullsize4parts .left,
  .mask-teaserfullsize4parts .right {
    width: 100%;
    padding: 0 15px !important;
    margin-top: 20px;
  }
}
.mask-teaserfullsize4parts .left > a > .element-1,
.mask-teaserfullsize4parts .right > a > .element-1,
.mask-teaserfullsize4parts .left > a > .element-2,
.mask-teaserfullsize4parts .right > a > .element-2,
.mask-teaserfullsize4parts .left > a > .element-3,
.mask-teaserfullsize4parts .right > a > .element-3,
.mask-teaserfullsize4parts .left > a > .element-4,
.mask-teaserfullsize4parts .right > a > .element-4 {
  background-size: cover;
}
@media (max-width: 767px) {
  .mask-teaserfullsize4parts .left > a > .element-1,
  .mask-teaserfullsize4parts .right > a > .element-1,
  .mask-teaserfullsize4parts .left > a > .element-2,
  .mask-teaserfullsize4parts .right > a > .element-2,
  .mask-teaserfullsize4parts .left > a > .element-3,
  .mask-teaserfullsize4parts .right > a > .element-3,
  .mask-teaserfullsize4parts .left > a > .element-4,
  .mask-teaserfullsize4parts .right > a > .element-4 {
    height: 250px;
  }
}
.mask-teaserfullsize4parts .left > a > .element-1 > img,
.mask-teaserfullsize4parts .right > a > .element-1 > img,
.mask-teaserfullsize4parts .left > a > .element-2 > img,
.mask-teaserfullsize4parts .right > a > .element-2 > img,
.mask-teaserfullsize4parts .left > a > .element-3 > img,
.mask-teaserfullsize4parts .right > a > .element-3 > img,
.mask-teaserfullsize4parts .left > a > .element-4 > img,
.mask-teaserfullsize4parts .right > a > .element-4 > img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .mask-teaserfullsize4parts .left > a > .element-1 > img,
  .mask-teaserfullsize4parts .right > a > .element-1 > img,
  .mask-teaserfullsize4parts .left > a > .element-2 > img,
  .mask-teaserfullsize4parts .right > a > .element-2 > img,
  .mask-teaserfullsize4parts .left > a > .element-3 > img,
  .mask-teaserfullsize4parts .right > a > .element-3 > img,
  .mask-teaserfullsize4parts .left > a > .element-4 > img,
  .mask-teaserfullsize4parts .right > a > .element-4 > img {
    display: none;
  }
}
.mask-teaserfullsize4parts .left > a > .element-1,
.mask-teaserfullsize4parts .right > a > .element-1,
.mask-teaserfullsize4parts .left > a > .element-2,
.mask-teaserfullsize4parts .right > a > .element-2 {
  margin-bottom: 20px;
}
.mask-teaserfullsize4parts .left {
  padding-right: 10px;
}
.mask-teaserfullsize4parts .right {
  padding-left: 10px;
}
/* mask-teaserfullsize5parts */
.mask-teaserfullsize5parts {
  margin: 0 -10px;
}
.mask-teaserfullsize5parts > .top {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.mask-teaserfullsize5parts > .top > a,
.mask-teaserfullsize5parts > .top > div {
  width: calc(50% - 20px);
  margin: 0 10px;
  background-size: cover;
  position: relative;
}
@media (max-width: 576px) {
  .mask-teaserfullsize5parts > .top > a,
  .mask-teaserfullsize5parts > .top > div {
    width: calc(100% - 20px);
  }
  .mask-teaserfullsize5parts > .top > a + a,
  .mask-teaserfullsize5parts > .top > div + a,
  .mask-teaserfullsize5parts > .top > a + div,
  .mask-teaserfullsize5parts > .top > div + div {
    margin-top: 20px;
  }
}
.mask-teaserfullsize5parts > .top > a > div,
.mask-teaserfullsize5parts > .top > div > div {
  background-size: cover;
  background-position: top center;
}
.mask-teaserfullsize5parts > .bottom {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}
.mask-teaserfullsize5parts > .bottom > a,
.mask-teaserfullsize5parts > .bottom > div {
  width: calc(33.333333% - 20px);
  margin: 0 10px;
  background-size: cover;
  position: relative;
}
@media (max-width: 576px) {
  .mask-teaserfullsize5parts > .bottom > a,
  .mask-teaserfullsize5parts > .bottom > div {
    width: calc(100% - 20px);
  }
  .mask-teaserfullsize5parts > .bottom > a + a,
  .mask-teaserfullsize5parts > .bottom > div + a,
  .mask-teaserfullsize5parts > .bottom > a + div,
  .mask-teaserfullsize5parts > .bottom > div + div {
    margin-top: 20px;
  }
}
.mask-teaserfullsize5parts > .bottom > a > div,
.mask-teaserfullsize5parts > .bottom > div > div {
  background-size: cover;
  background-position: center;
}
.mask-teaserfullsize5parts img {
  visibility: hidden;
}
.mask-teaserfullsize5parts .caption {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 10px 10px 50px;
  display: none;
}
/* mask-box-teaser-more */
.mask-box-teaser-more .image {
  border: 1px solid #ccc;
}
.mask-box-teaser-more .body {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 20px;
}
.mask-box-teaser-more .body .header + p {
  margin-top: 15px;
}
.mask-box-teaser-more a {
  color: #fff;
  background: none;
  background-color: #e20b18;
  display: block;
  text-align: center;
  padding: 10px;
}
.mask-box-teaser-more a span {
  background-image: url("../../typo3conf/ext/base/Resources/Public/Images/ico_arrow_white.png");
  display: inline-block;
  background-repeat: no-repeat;
  color: #fff;
  padding-left: 10px;
  background-position: left 5px;
}
.mask-box-teaser-more:first-child:last-child {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.mask-box-teaser-more:first-child:last-child .body {
  flex-grow: 1;
}
/* Footer */
#footer {
  background-color: #3c3c3c;
  color: #fff;
  padding: 30px 0;
  margin-top: 50px;
}
#footer #nav-footer {
  padding-bottom: 50px;
}
#footer #nav-footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#footer #nav-footer a {
  color: #fff;
}
#footer #nav-footer ul.level-1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 991px) {
  #footer #nav-footer ul.level-1 {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: -25px;
  }
}
#footer #nav-footer ul.level-1 > li {
  width: calc(16.66666667%);
}
@media (max-width: 991px) {
  #footer #nav-footer ul.level-1 > li {
    width: calc(25%);
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  #footer #nav-footer ul.level-1 > li {
    width: calc(33.33333333%);
  }
}
@media (max-width: 600px) {
  #footer #nav-footer ul.level-1 > li {
    width: calc(50%);
  }
}
@media (max-width: 500px) {
  #footer #nav-footer ul.level-1 > li {
    width: calc(100%);
  }
}
#footer #nav-footer ul.level-1 > li > a,
#footer #nav-footer ul.level-1 > li > .link {
  text-transform: uppercase;
}
#footer #nav-footer ul.level-1 > li > ul.level-2 {
  margin-top: 20px;
}
@media (max-width: 991px) {
  #footer #nav-footer ul.level-1 > li > ul.level-2 {
    margin-top: 7px;
  }
}
#footer .bottom-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#footer .bottom-wrapper #nav-meta > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
}
@media (max-width: 600px) {
  #footer .bottom-wrapper #nav-meta > ul {
    flex-direction: column;
  }
}
#footer .bottom-wrapper #nav-meta > ul > li:last-child > a:after {
  content: "";
  padding: 0;
}
#footer .bottom-wrapper #nav-meta > ul > li > a {
  color: #fff;
}
#footer .bottom-wrapper #nav-meta > ul > li > a:after {
  content: "|";
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 600px) {
  #footer .bottom-wrapper #nav-meta > ul > li > a:after {
    content: "";
    padding: 0;
  }
}
#footer .bottom-wrapper .social-media {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}
@media (max-width: 600px) {
  #footer .bottom-wrapper .social-media {
    align-items: flex-end;
  }
}
#footer .bottom-wrapper .social-media > li {
  display: block;
  margin-right: 10px;
}
#footer .bottom-wrapper .social-media > li:last-child {
  margin-right: 0;
}
#footer .bottom-wrapper .social-media > li img {
  height: 25px;
  width: auto;
}
#cookie-bar + .nav-main + .mm-page #footer {
  padding-bottom: 60px;
}
/* tx-cyt-crossbase */
h3.tx-cyt-crossbase-header > span {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin-bottom: 15px;
  font-weight: normal;
  display: block;
}
.tx-cyt-crossbase-list {
  margin-top: -25px;
}
.tx-cyt-crossbase-list .tx-cyt-crossbase-list-item .link-pic {
  text-align: center;
  border: 1px solid #ccc;
  margin-bottom: 5px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}
.tx-cyt-crossbase-list .tx-cyt-crossbase-list-item .link-pic > img {
  display: inline-block;
  max-height: 190px;
}
.tx-cyt-crossbase-list .tx-cyt-crossbase-list-item a {
  color: #444444;
}
.tx-cyt-crossbase-list > .row > [class*="col-"] {
  margin-top: 25px;
}
.tx-cyt-crossbase-list + .tx-cyt-crossbase-header {
  margin-top: 30px;
}
.tx-cyt-crossbase .tab-view [rel="downloads"].active {
  /*display: flex;
                flex-direction: column;*/
}
.tx-cyt-crossbase .tab-view [rel="downloads"] > a {
  order: 99;
}
.tx-cyt-crossbase .tab-view [rel="downloads"] > a.type-TI {
  order: 1;
}
.tx-cyt-crossbase .tab-view [rel="downloads"] > a.type-LE {
  order: 2;
}
.tx-cyt-crossbase .tab-view [rel="downloads"] > a.type-SDB {
  order: 3;
}
.tx-cyt-crossbase .tab-view [rel="downloads"] > a.type-DOC_BRO {
  order: 4;
}
/* topimages */
#topimages > .container {
  position: relative;
}
#topimages > .container > .arrows {
  position: absolute;
  bottom: 20px;
  left: 0;
}
#topimages > .container > .arrows > .slick-arrow {
  border: none;
  background: none;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-image: url("../../typo3conf/ext/base/Resources/Public/Images/icon_arrows_slider.png");
  cursor: pointer;
  outline: none;
  background-color: rgba(255, 255, 255, 0.5);
  background-position: 12px 5px;
}
#topimages > .container > .arrows > .slick-arrow + .slick-arrow {
  margin-left: 10px;
}
#topimages > .container > .arrows > .slick-arrow.slick-next {
  background-position: -19px 4px !important;
}
#topimages + #body {
  margin-top: 25px;
}
/* section-seclection */
#section-selection {
  padding: 45px 20px;
  display: none;
  border: 1px solid #ff6b00;
}
@media screen and (min-width:0\0) {
  #section-selection {
    width: 656px;
  }
}
#section-selection .opener {
  display: none;
}
#section-selection a {
  color: #ff6b00;
  outline: none;
}
#section-selection .topline {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background-color: #ff6b00;
  color: #fff;
  padding-left: 20px;
  font-weight: bold;
  font-family: "HelveticaNeueLT-Md", Arial;
}
#section-selection .subline {
  padding: 10px 0 25px 0;
}
#section-selection img[src*=".svg"] {
  height: 100px;
  width: auto;
}
#section-selection .row > [class*="col"] {
  padding: 0 40px;
  text-align: center;
}
#section-selection .row > [class*="col"]:first-child {
  border-right: 1px solid #ff6b00;
}
#section-selection .row > [class*="col"].col-md-4:nth-child(2) {
  border-right: 1px solid #ff6b00;
}
#section-selection .row > [class*="col"] a {
  display: block;
  margin-top: 15px;
}
/* mask-downloadelement */
.mask-downloadelement .headline {
  padding: 5px 10px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin-top: -5px;
  margin-bottom: 0;
  font-weight: normal;
}
.mask-downloadelement .headline + .elements {
  margin-top: 20px;
}
.mask-downloadelement .elements {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  margin-left: -20px;
  margin-right: -20px;
}
.mask-downloadelement .elements .element {
  width: 25%;
  padding: 0 20px;
}
.mask-downloadelement .elements .element a {
  display: block;
  color: #ff6b00;
}
.mask-downloadelement .elements .element a > img {
  border: 1px solid #ccc;
}
.mask-downloadelement .elements .element .description {
  display: block;
  padding-top: 5px;
}
/* responsiveImageSlider */
.responsiveImageSlider {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  flex-direction: row;
}
.responsiveImageSlider .slide {
  padding: 10px;
  width: 25%;
}
.responsiveImageSlider .slide .wrapper span {
  display: block;
}
.responsiveImageSlider .slide .wrapper span.header {
  font-size: 22px;
  line-height: 25px;
  font-family: "HelveticaNeueLT-Md", Arial;
  font-weight: normal;
  color: #444444;
}
.responsiveImageSlider .slide .wrapper span.header + .description {
  margin-top: 7px;
}
.responsiveImageSlider .slide .wrapper img + .header {
  margin-top: 10px;
}
.responsiveImageSlider .slide .wrapper img + .description {
  margin-top: 10px;
}
.responsiveImageSlider .slick-dots {
  margin: 5px auto 5px auto;
  clear: both;
  position: relative;
  bottom: auto;
}
.responsiveImageSlider .slick-dots > li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.responsiveImageSlider .slick-dots > li.slick-active button {
  background-color: #ccc;
}
.responsiveImageSlider .slick-dots > li > button {
  border: 0;
  background: transparent;
  background-color: #e8e8e8;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.responsiveImageSlider > .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -65px;
  z-index: 99;
  text-indent: -9999px;
  border: none;
  background: none;
  background-image: url("../../typo3conf/ext/base/Resources/Public/Images/pfeil_band.png");
  width: 28px;
  height: 131px;
  display: block;
  cursor: pointer;
  outline: none;
}
.responsiveImageSlider > .slick-arrow.slick-prev {
  left: -35px;
  background-position: 0 0;
}
.responsiveImageSlider > .slick-arrow.slick-next {
  right: -35px;
  background-position: -32px 0px;
}
/* youtube-video-bar */
.youtube-video-list-container {
  padding: 0;
  margin: 0;
  list-style-type: none;
  background-color: #fff;
  /* height: 385px; */
  overflow: hidden;
  position: relative;
  padding-right: 15px;
}
.video-list-container li,
.youtube-video-list-container li {
  list-style-type: none;
  margin-bottom: 10px;
}
.youtube-video-list {
  padding-left: 0;
}
.youtube-video-list ul,
.youtube-video-list li,
.video-list ul,
.video-list li {
  padding-left: 0;
  list-style-image: none;
  list-style-type: none;
}
.youtube-video-list-container .youtube-video-item .video-wrapper,
.video-list-container .video-item .video-wrapper {
  /* overflow: auto; */
  overflow: hidden;
  display: inline-block;
  width: 100%;
}
.youtube-video-list-container .youtube-video-item .youtube-video-image,
.video-list-container .video-item .video-image {
  float: left;
  width: 30%;
}
.youtube-video-headline,
.youtube-video-image {
  cursor: pointer;
}
.youtube-video-list-container .youtube-video-item .youtube-video-description,
.video-list-container .video-item .video-description {
  float: left;
  width: 70%;
  padding-left: 3%;
}
.youtube-video-list-container .youtube-video-item .youtube-video-headline,
.video-list-container .video-item .video-headline {
  font-size: 100%;
}
.youtube-video-headline,
.youtube-video-image {
  cursor: pointer;
}
.youtube-video-list-container .youtube-video-item .youtube-video-body span,
.video-list-container .video-item .video-body span {
  color: #98999d;
  font-size: 70%;
  line-height: 70%;
}
.youtube-code,
.youtube-description {
  display: none;
}
.youtube-video-list-container .youtube-video-item .youtube-video-body span,
.video-list-container .video-item .video-body span {
  color: #98999d;
  font-size: 70%;
  line-height: 70%;
}
.youtube-code,
.youtube-description {
  display: none;
}
/* youtube datenschutz */
.youtube-preview {
  width: 100%;
  /*padding-bottom: 54.25%;*/
  padding-bottom: 47.25%;
  position: relative;
  overflow: hidden;
}
.youtube-preview > div {
  position: absolute;
  top: -17.5%;
  bottom: 0;
  left: 0;
  right: 0;
}
.youtube-preview .play {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../../typo3conf/ext/base/Resources/Public/Images/icon_play.svg");
  background-position: center 60%;
  background-repeat: no-repeat;
  background-size: 100px;
  cursor: pointer;
  z-index: 10;
}
.youtube-preview img {
  width: 100%;
}
.textpic-pic-header-text .header,
.container-youtube .youtube-video-headline,
.container-video .video-headline {
  margin: 0 0px 2px 0;
  font-family: "HelveticaNeueLT-Md", Arial;
}
.youtube-video-headline,
.youtube-video-image {
  cursor: pointer;
}
.container-youtube .youtube-video-headline,
.container-video .video-headline {
  margin-top: 13px;
  font-size: 20px;
  line-height: 23px;
}
.container-youtube .youtube-video-headline + p,
.container-video .video-headline {
  margin-top: 7px;
}
.youtube-container {
  position: relative;
  padding-bottom: 53.7%;
  padding-top: 15px;
  height: 0;
  overflow: hidden;
}
.youtube-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* tx-cyt-references */
.tx-cyt-references .reference-filter {
  margin-top: 30px;
  margin-bottom: 20px;
  background-color: #eee;
}
.tx-cyt-references .reference-filter .filter {
  padding: 10px;
}
.tx-cyt-references .reference-filter .filter:first-child {
  margin-left: 0;
}
.tx-cyt-references .reference-filter .filter .label {
  display: block;
}
.tx-cyt-references .reference-filter .filter select {
  width: 100%;
}
.tx-cyt-references .reference-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin: 0 -10px;
  margin-top: -25px;
}
.tx-cyt-references .reference-list .reference {
  width: 25%;
  padding: 0 10px;
  margin-top: 25px;
}
.tx-cyt-references .reference-list .reference .header a {
  margin-top: 10px;
  display: block;
  font-weight: bold;
  font-size: 16px;
  font-family: "HelveticaNeueLT-Md", Arial;
  color: #444444;
}
/* imageSliderWrapper */
.imageSliderWrapper.references {
  overflow: hidden;
  position: relative;
}
.imageSliderWrapper.references .singleImageSlider .slide img {
  width: 100%;
  height: auto;
}
.imageSliderWrapper.references .image-text {
  background-color: rgba(255, 255, 255, 0.85);
  position: absolute;
  padding: 10px;
  width: 80%;
  right: 0;
  top: 50px;
  padding-left: 55px;
  z-index: 99;
  -webkit-transition: right 1s;
  transition: right 1s;
}
.imageSliderWrapper.references .image-text .arrow {
  display: block;
  width: 15px;
  height: 30px;
  position: absolute;
  left: 20px;
  top: 13px;
  background-image: url("../../typo3conf/ext/base/Resources/Public/Images/pfeile_slider.png");
  background-repeat: no-repeat;
  background-position: -33px;
  cursor: pointer;
}
.imageSliderWrapper.references .image-text .headline {
  margin-bottom: 3px;
}
.imageSliderWrapper.references .image-text .row-wrapper {
  margin-bottom: 5px;
}
.imageSliderWrapper.references .image-text .row-wrapper .key {
  font-weight: bold;
  margin-right: 5px;
}
.imageSliderWrapper.references .image-text.inactive {
  right: -74.5%;
  padding-left: 100px;
}
.imageSliderWrapper.references .navigation {
  position: absolute;
  bottom: 40px;
  right: 60px;
}
.imageSliderWrapper.references .navigation button,
.imageSliderWrapper.references .navigation button:hover,
.imageSliderWrapper.references .navigation button:focus {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-image: url("../../typo3conf/ext/base/Resources/Public/Images/pfeile_slider.png");
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  text-indent: -9999px;
  outline: none;
  cursor: pointer;
}
.imageSliderWrapper.references .navigation button.slick-prev,
.imageSliderWrapper.references .navigation button.slick-prev:hover,
.imageSliderWrapper.references .navigation button.slick-prev:focus {
  background-position: 12px 5px;
  margin-right: 5px;
}
.imageSliderWrapper.references .navigation button.slick-next,
.imageSliderWrapper.references .navigation button.slick-next:hover,
.imageSliderWrapper.references .navigation button.slick-next:focus {
  background-position: -19px 4px;
}
.imageSliderWrapper.references + .reference-description {
  margin-top: 15px;
}
/* sievertslidein */
#sievertslidein {
  background-color: #3c3c3c;
  color: #fff;
  display: none;
  overflow: hidden;
}
#sievertslidein .slogan {
  text-transform: uppercase;
  font-family: "HelveticaNeueLT-Md", Arial;
  font-weight: bold;
}
#sievertslidein > .container {
  padding: 30px 0;
}
@media (max-width: 576px) {
  #sievertslidein > .container {
    padding: 30px 20px;
  }
}
#sievertslidein.active + #header .action-container .sievert-brand .logo {
  background-color: #3c3c3c;
  background-image: url("../../typo3conf/ext/base/Resources/Public/Images/sievert_endorsement_weiss.svg");
}
/* nav-sievert */
#nav-sievert a {
  color: #fff;
}
#nav-sievert ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#nav-sievert ul.level-1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #nav-sievert ul.level-1 {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  #nav-sievert ul.level-1 > li {
    margin-top: 30px;
  }
}
#nav-sievert ul.level-1 > li > a,
#nav-sievert ul.level-1 > li > .link {
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}
/* addressSearch */
#addressSearch .additionalFields .row-wrapper + .row-wrapper {
  margin-top: 10px;
}
#addressSearch .additionalFields .row-wrapper label {
  display: block;
  margin-top: 15px;
}
#addressSearch .additionalFields .row-wrapper input[type="text"],
#addressSearch .additionalFields .row-wrapper input[type="range"] {
  width: 100%;
}
.tx-jp-ttaddress-search .address-results {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: -15px -15px 0 -15px;
}
.tx-jp-ttaddress-search .address-results > .address-box {
  width: 25%;
  padding: 15px 10px;
}
/* tx_news */
.news a {
  color: #ff6b00;
}
.news a:hover {
  color: #ff6b00;
}
.news .news-list-date {
  color: #afafaf;
}
.news .news-list-view .article + .article {
  margin-top: 40px;
}
.news .news-list-view .article .header a {
  color: #444444;
}
.news .news-list-view .article a.more {
  display: inline-block;
  margin-top: 20px;
}
.news .news-list-view .article + .page-navigation {
  margin-top: 20px;
}
.news .news-list-view .page-navigation > p {
  display: none;
}
.news .news-list-view .page-navigation:first-child {
  margin-bottom: 20px;
}
.news .news-list-view .page-navigation .f3-widget-paginator {
  padding: 0;
  list-style-type: none;
  margin: 0;
  display: flex;
  flex-direction: row;
}
.news .news-list-view .page-navigation .f3-widget-paginator > li {
  margin-right: 3px;
}
.news .news-list-view .page-navigation .f3-widget-paginator > li:last-child {
  margin-right: 0;
}
.news .news-list-view .page-navigation .f3-widget-paginator > li > a,
.news .news-list-view .page-navigation .f3-widget-paginator > li.current {
  display: block;
  padding: 3px 10px;
  border: 1px solid #ff6b00;
  color: #ff6b00;
}
.news .news-list-view .page-navigation .f3-widget-paginator > li > a:hover,
.news .news-list-view .page-navigation .f3-widget-paginator > li.current:hover {
  background-color: #ff6b00;
  color: #fff;
}
.news .news-list-view .page-navigation .f3-widget-paginator > li.current {
  background-color: #ff6b00;
  color: #fff;
}
.news.news-single .grid-headline {
  font-size: 20px;
}
.news.news-single .image-element a + .caption,
.news.news-single .image-element a + a {
  display: block;
  margin-top: 3px;
}
.news.news-single .image-element + .image-element {
  margin-top: 25px;
}
.news.news-single .news-backlink-wrap {
  margin-top: 20px;
}
.news.news-single .related-files {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-top: 25px;
}
/* mask-pic */
.mask-pic.border {
  border: 1px solid #cccbcb;
}
/* breadcrumb */
#breadcrumb > .container {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  #breadcrumb > .container {
    flex-direction: column;
  }
}
#breadcrumb a {
  color: #444444;
}
#breadcrumb ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  padding-left: 5px;
  flex-wrap: wrap;
  flex-direction: row;
}
@media (max-width: 767px) {
  #breadcrumb ul {
    padding-left: 0;
  }
}
#breadcrumb ul > li:before {
  content: "»";
  padding: 0 5px;
  font-size: 18px;
  line-height: 18px;
}
#breadcrumb ul > li:first-child:before {
  content: "";
  padding: 0;
}
#breadcrumb + section {
  margin-top: 30px;
}
/* crossbase-download-list */
.grid-headline.double-line + .crossbase-download-list {
  margin-top: -40px;
}
.crossbase-download-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: -20px -10px 0 -10px;
}
.crossbase-download-list > li {
  width: 25%;
  padding: 0 10px;
  margin-top: 40px;
}
.crossbase-download-list > li > .image img {
  border: 1px solid #ccc;
}
.crossbase-download-list > li > .image + .content {
  margin-top: 10px;
}
.crossbase-download-list > li > .image + .content a {
  display: block;
}
.crossbase-download-list + .grid-headline.double-line {
  margin-top: 40px;
}
/* crossbase-download-table */
.crossbase-download-table {
  width: 100%;
  border: none;
}
.crossbase-download-table td {
  padding: 5px 10px;
}
.crossbase-download-table td.ean {
  width: 100px;
}
.crossbase-download-table td.file {
  width: 70px;
  text-align: center;
}
.crossbase-download-table td .mobile-downloads {
  margin-top: 5px;
}
.crossbase-download-table td .mobile-downloads > a + a {
  margin-left: 4px;
}
.crossbase-download-table thead tr td {
  background-color: #ff6b00;
  color: #fff;
  font-weight: bold;
  font-family: "HelveticaNeueLT-Md", Arial;
}
.crossbase-download-table tbody tr:nth-child(even) td {
  background-color: #f1f1f1;
}
.crossbase-download-table tbody tr td {
  vertical-align: top;
}
.crossbase-download-table tbody tr td .download {
  background-image: url("../../typo3conf/ext/base/Resources/Public/Images/icon_pdf.svg");
  background-size: contain;
  width: 25px;
  height: 30px;
  display: inline-block;
}
.crossbase-download-table tbody tr td .download.tm {
  background-image: url("../../typo3conf/ext/base/Resources/Public/Images/icon_pdf_TM_orange.svg");
}
.crossbase-download-table tbody tr td .download.le {
  background-image: url("../../typo3conf/ext/base/Resources/Public/Images/icon_pdf_LE_orange.svg");
}
.crossbase-download-table tbody tr td .download.sdb {
  background-image: url("../../typo3conf/ext/base/Resources/Public/Images/icon_pdf_SDB_orange.svg");
}
.crossbase-download-table tbody tr td .download.pro {
  background-image: url("../../typo3conf/ext/base/Resources/Public/Images/icon_pdf_PRO_orange.svg");
}
/* scrollable-table-container */
.scrollable-table-container {
  width: 100%;
  overflow-x: scroll;
}
@media (max-width: 450px) {
  .scrollable-table-container {
    max-width: 450px;
  }
}
.scrollable-table-container > table {
  width: 100%;
}
/* fancybox */
.fancybox-button svg path {
  fill: #fff;
  stroke-width: 0;
}
.fancybox-bg {
  background: rgba(255, 255, 255, 0.9);
}
.fancybox-stage a {
  display: inline-block;
}
.fancybox-toolbar {
  display: none;
}
/* forms */
form[id*="kontakt"] {
  margin-top: 15px;
}
form > h2 {
  display: none;
}
form > .form-group + .form-group,
form > .form-group + input + .form-group {
  margin-top: 15px;
}
form > .form-group > label {
  display: block;
}
form > .form-group .form-check {
  position: relative;
}
form > .form-group label[for*="dsgvo"] {
  position: absolute;
  top: 0;
  left: 0;
}
form > .form-group label[for*="dsgvo"] span {
  display: none;
}
form > .form-group input[type="text"],
form > .form-group input[type="email"],
form > .form-group textarea,
form > .form-group select {
  border: 1px solid #ccc;
  padding: 5px;
  width: 100%;
  border-radius: 0;
  outline: none;
}
form > .form-group textarea {
  height: 150px;
  outline: none;
}
form input[type="submit"],
form button[type="submit"] {
  background-color: #ff6b00;
  color: #fff;
  display: inline-block;
  padding: 5px 30px;
  border: none;
  cursor: pointer;
}
form > .clearfix .mask-text {
  padding-left: 25px;
  margin-bottom: 15px;
}
/* tx-indexedsearch-searchbox */
.tx-indexedsearch-searchbox .tx-indexedsearch-form {
  position: relative;
}
.tx-indexedsearch-searchbox .tx-indexedsearch-form .tx-indexedsearch-searchbox-sword {
  border: 1px solid #ccc;
  padding: 5px;
  padding-right: 125px;
  width: 100%;
}
.tx-indexedsearch-searchbox .tx-indexedsearch-form .tx-indexedsearch-searchbox-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.tx-indexedsearch-searchbox + .tx-indexedsearch-res {
  margin-top: 25px;
}
.tx-indexedsearch-searchbox + .tx-indexedsearch-res .tx-indexedsearch-title a {
  color: #ff6b00;
}
.tx-indexedsearch-searchbox + .tx-indexedsearch-res .tx-indexedsearch-percent {
  float: right;
}
.tx-indexedsearch-res + .tx-indexedsearch-res {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #e6e6e6;
}
.tx-indexedsearch-res .tx-indexedsearch-title a {
  color: #ff6b00;
}
.tx-indexedsearch-res .tx-indexedsearch-percent {
  float: right;
}
.results-products {
  margin-top: 25px;
}
.results-products .image {
  text-align: center;
}
.results-products .product-feature-list {
  padding: 0;
  margin: 0;
  padding-left: 12px;
  list-style-type: none;
  list-style-image: url("../../typo3conf/ext/base/Resources/Public/Images/ico_li_orange.png");
}
.results-products .link-product-detail.title {
  color: #ff6b00;
  font-family: "HelveticaNeueLT-Md", Arial;
  font-weight: bold;
  font-size: 18px;
}
.results-products .result + .result {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #e6e6e6;
}
.tx-indexedsearch-info-noresult {
  margin-top: 30px;
}
.tx-indexedsearch-browsebox {
  display: flex;
  flex-direction: row;
  margin: 0 !important;
  padding: 0 !important;
  margin-top: 10px !important;
  list-style-type: none;
}
.tx-indexedsearch-browsebox > li {
  margin-right: 5px;
}
.tx-indexedsearch-browsebox > li:before {
  display: none;
}
.tx-indexedsearch-browsebox > li > a {
  display: block;
  border: 1px solid #ff6b00;
  padding: 5px;
  color: #ff6b00;
}
.tx-indexedsearch-browsebox > li.tx-indexedsearch-browselist-currentPage {
  border: 1px solid #ff6b00;
  padding: 5px;
  color: #fff;
  background-color: #ff6b00;
}
.tx-indexedsearch-browsebox > li.tx-indexedsearch-browselist-currentPage > strong > a {
  color: #fff;
}
/* langMenu */
#langMenu {
  width: auto;
  height: 28px;
  transition: height 0.3s;
  display: block;
  overflow: hidden;
  border: 1px solid #ccc;
  margin-right: 20px;
  float: right;
  padding: 3px;
  width: 110px;
  padding-left: 10px;
  padding-bottom: 0;
  padding-top: 0;
  background-color: #fff;
  position: absolute;
  top: -10px;
  right: 293px;
  z-index: 1000;
}
#langMenu.active {
  height: 255px;
}
#langMenu.quickmixgeo.active {
  height: 63px;
}
@media (max-width: 991px) {
  #langMenu {
    left: 15px;
    top: 129px;
    background-color: #ff6b00;
    width: calc(100% - 45px);
    padding: 10px 20px;
    border: none;
    height: unset;
    display: none;
    transition: unset;
  }
}
@media (max-width: 767px) {
  #langMenu {
    top: 106px;
  }
}
@media (max-width: 380px) {
  #langMenu {
    top: 92px;
  }
}
#langMenu a {
  color: #000;
}
#langMenu .opener {
  background-image: url("../../typo3conf/ext/base/Resources/Public/Images/ico_langopener.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 15px;
  position: absolute;
  top: 7px;
  right: 0;
  cursor: pointer;
}
@media (max-width: 991px) {
  #langMenu .opener {
    display: none;
  }
}
#langMenu .langitem {
  padding: 3px 0;
}
#langMenu .langitem a {
  font-size: 13px;
}
@media (max-width: 991px) {
  #langMenu .langitem a {
    color: #fff;
    font-size: 22px;
  }
}
/* grids */
@media (max-width: 767px) {
  .grid-4x-4x-4x .col-md-4.col-sm-12 + .col-md-4.col-sm-12 {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .grid-6x-6x .col-md-6.col-sm-12 + .col-md-6.col-sm-12 {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .grid-8x-4x .col-md-8.col-sm-12 + .col-md-4.col-sm-12 {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .grid-4x-8x .col-md-4.col-sm-12 + .col-md-8.col-sm-12 {
    margin-top: 25px;
  }
}
/* tables */
table[summary="stundenplan"] {
  width: 100%;
}
table[summary="stundenplan"] tr:nth-child(odd) td {
  background-color: #eaeaea;
}
table[summary="stundenplan"] tr td {
  padding: 5px;
  vertical-align: top;
}
table[summary="stundenplan"] tr td:first-child {
  white-space: nowrap;
}
table.border-bottom tr td {
  padding-right: 20px;
  border-bottom: 1px solid #aaaaaa;
  background-color: #fff !important;
  padding: 7px 0;
  vertical-align: top;
}
table.border-bottom tr:first-child td {
  border-top: 1px solid #aaaaaa;
}
/* cookie-bar */
#cookie-bar {
  z-index: 99999;
}
#cookie-bar .text-link {
  text-decoration: underline;
}
html {
  height: auto;
}
body {
  min-height: 100vh;
}
/* cookiebot */
a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll,
a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection,
a#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll {
  padding: 6px 15px !important;
  border-radius: 0 !important;
  width: auto !important;
  height: auto !important;
  font-size: 13px !important;
  font-weight: 400 !important;
}
a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll,
a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection,
a#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll {
  background-color: #ff6b00 !important;
  border: 1px solid #ff6b00 !important;
}
a#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll,
a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
  background-color: #9a9a9a !important;
  border: 1px solid #9a9a9a !important;
}
#CybotCookiebotDialogBodyLevelButtonsSelectPane {
  padding: 8px 3px 8px 10px !important;
}
#CybotCookiebotDialog {
  border: none !important;
  border-radius: 6px !important;
  margin-top: 220px !important;
  border-radius: 0 !important;
  color: #555554 !important;
}
#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper {
  float: none !important;
  width: 60% !important;
  margin: 0 auto !important;
  display: flex !important;
  flex-direction: column !important;
}
a#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll {
  margin-bottom: 20px !important;
}
#CybotCookiebotDialog a,
#CybotCookiebotDialog br,
#CybotCookiebotDialog div,
#CybotCookiebotDialog td {
  line-height: 1.5 !important;
}
#CybotCookiebotDialogBodyContent {
  padding: 5px 20px 4px 20px !important;
}
#CybotCookiebotDialogPoweredbyLink img {
  display: none !important;
}
#CybotCookiebotDialogBodyContentTitle {
  margin-top: 12px !important;
  color: #555554 !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  text-align: center !important;
}
#CybotCookiebotDialogBodyLevelDetailsWrapper {
  padding: 7px 0 4px 4px !important;
}
#CybotCookiebotDialogBodyContentText {
  font-size: 12px !important;
  margin-top: 10px !important;
  font-family: 'Open Sans', sans-serif !important;
}
a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
  order: 2 !important;
}
a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  order: 1 !important;
}
a#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll {
  order: 3 !important;
}
.CookieDeclaration a {
  color: #ff6b00;
}
/* rss-display */
.rss-display .header a {
  color: #444;
}
.rss-display .date {
  color: #afafaf;
}
/* zip search */
.tx-cyt-zipsearch .zip.contact,
.tx-cyt-zipsearch .zip.location {
  margin-top: 20px;
}
.tx-cyt-zipsearch .zip.contact .image,
.tx-cyt-zipsearch .zip.location .image {
  float: right;
  padding-left: 10px;
  max-width: 170px;
  margin-top: -15px;
}
.tx-cyt-zipsearch form {
  display: flex;
  flex-direction: row;
}
.tx-cyt-zipsearch form input[type="text"] {
  width: 100%;
  padding: 6px;
  border: 1px solid #b5b5b5;
}
/* sidemenu */
#sidemenu {
  position: absolute;
  top: 200px;
  z-index: 20;
  background-color: red;
  width: 400px;
  right: -400px;
}
#sidemenu .side-menu {
  left: 0;
  transition: left 0.2s linear;
  width: 100%;
  background-color: #fff;
  padding: 20px;
}
#sidemenu .side-menu.active {
  z-index: 99;
}
#sidemenu .side-menu.side-menu-contact,
#sidemenu .side-menu.side-menu-marketing {
  position: absolute;
}
#sidemenu .side-menu.side-menu-contact .label,
#sidemenu .side-menu.side-menu-marketing .label {
  position: absolute;
  top: 0;
  left: -50px;
  background-repeat: no-repeat;
  color: #fff;
  padding: 10px;
  text-indent: -9999px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #ff6b00;
  background-position: center;
}
#sidemenu .side-menu.side-menu-contact {
  top: 0;
}
#sidemenu .side-menu.side-menu-contact .label {
  background-image: url("../../typo3conf/ext/base/Resources/Public/Images/icon_contact.svg");
  background-size: 30px;
}
#sidemenu .side-menu.side-menu-marketing {
  top: 55px;
}
#sidemenu .side-menu.side-menu-marketing .label {
  background-image: url("../../typo3conf/ext/base/Resources/Public/Images/icon_marketing.svg");
  background-size: 35px;
}
#sidemenu .side-menu.side-menu-marketing .tx-cyt-zipsearch {
  margin-top: 10px;
}
/* timeline */
.timeline {
  position: relative;
  margin-bottom: 30px;
}
.timeline__items {
  position: relative;
  overflow: hidden;
}
.timeline__items:before {
  content: '';
  display: block;
  width: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
  background-color: #e20b18;
}
.timeline__item {
  position: relative;
  min-height: 160px;
  margin-bottom: 60px;
  margin-top: -120px;
}
.timeline__item:first-child {
  margin-top: 0;
}
.timeline__item:nth-child(2n) {
  clear: right;
  float: left;
  width: 50%;
  padding-right: 30px;
}
.timeline__item:nth-child(2n+1) {
  clear: left;
  float: right;
  width: 50%;
  padding-left: 30px;
}
.timeline__title {
  position: relative;
}
.timeline__title > h3 {
  font-size: 25px;
  font-weight: bold;
}
.timeline__content {
  padding-top: 20px;
  clear: both;
}
.timeline__images > img {
  display: inline-block;
}
/* rechte Seite */
.timeline__item:nth-child(2n+1) .timeline__title {
  float: left;
}
.timeline__item:nth-child(2n+1) .timeline__title:before {
  content: '';
  display: block;
  position: absolute;
  left: -43px;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: #e20b18;
}
.timeline__item:nth-child(2n+1) .timeline__images {
  text-align: left;
}
/* linke Seite */
.timeline__item:nth-child(2n) .timeline__title {
  float: right;
}
.timeline__item:nth-child(2n) .timeline__title:before {
  content: '';
  display: block;
  position: absolute;
  right: -43px;
  left: 0;
  bottom: 0;
  height: 2px;
  background-color: #e20b18;
}
.timeline__item:nth-child(2n) .timeline__content {
  text-align: right;
}
.timeline__item:nth-child(2n) .timeline__images {
  text-align: right;
}
.timeline__more {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  height: 400px;
  width: 100%;
  border: none;
  outline: 0;
  cursor: pointer;
  background-color: transparent;
  background-image: linear-gradient(to bottom, transparent, #ffffff 84%);
}
.timeline__more::-moz-focus-inner {
  border: 0;
}
.timeline__more:after {
  content: '';
  display: block;
  width: 84px;
  height: 26px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  background: transparent url("../../typo3conf/ext/base/Resources/Public/Images/arrow_bottom_red.png") no-repeat center / contain;
}
@media only screen and (max-width: 550px) {
  .timeline__items {
    height: auto !important;
  }
  .timeline__items:before {
    display: none;
  }
  .timeline__item {
    float: none !important;
    width: 100% !important;
    margin-top: 0 !important;
    padding-left: 30px;
  }
  .timeline__title {
    float: none !important;
    position: relative;
  }
  .timeline__title:before {
    right: 0 !important;
    left: -43px !important;
  }
  .timeline__images {
    text-align: left !important;
  }
  .timeline__more {
    display: none;
  }
}
/* Tab-View | Tab-View | Tab-View | Tab-View | Tab-View | Tab-View | Tab-View | Tab-View | Tab-View | Tab-View */
/* Tab-View | Tab-View | Tab-View | Tab-View | Tab-View | Tab-View | Tab-View | Tab-View | Tab-View | Tab-View */
/* Tab-View | Tab-View | Tab-View | Tab-View | Tab-View | Tab-View | Tab-View | Tab-View | Tab-View | Tab-View */
.tab-view ul.tab-navigation {
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: auto;
  padding-left: 0;
  display: table;
  width: 100%;
  border-bottom: 1px solid #fff;
}
.tx-cyt-quickmixassortment .tab-view ul.tab-navigation {
  width: auto;
}
.tab-view ul.tab-navigation li {
  background-color: #dadada;
  display: table-cell;
  /*width: 50%;*/
}
.tab-view ul.tab-navigation li span {
  padding: 10px 20px;
  display: block;
  border-right: 1px solid #fff;
  /*border-bottom: 1px solid #fff;*/
  background: none;
  color: #444;
  cursor: pointer;
}
.tab-view ul.tab-navigation li:last-child span {
  border-right: none;
}
.tab-view ul.tab-navigation li span.active {
  background-color: #595959;
  color: #fff;
}
.tab-view .tab-content {
  border: 1px solid #adadad;
  padding: 10px;
}
.tab-view .tab-content > div {
  display: none;
}
.tab-view .tab-content > div:last-child {
  margin-bottom: 0;
}
.tab-view .tab-content > div.active {
  display: block;
}
.tab-view .tab-content li p:first-child:last-child {
  margin: 0;
}
.tab-view .tab-content > div table {
  margin-left: 0 !important;
}
.tab-view div[rel="downloads"] input[type="password"] {
  width: 250px;
  margin-bottom: 5px;
  padding: 3px;
}
.tab-view div[rel="downloads"] h3 {
  margin-bottom: 8px;
}
.tab-content > .row > .col {
  padding: 0;
}
.tab-view.schwenk .tab-content > div > h3 {
  font-family: 'HelveticaNeueLTStd-LT-Roman', Arial;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 20px;
}
.tab-view.schwenk .tab-content > div > h3:first-child {
  margin-top: 0;
}
.tab-view.schwenk .tab-content > div > h3 + ul {
  margin-top: 0;
}
.tab-view.schwenk .tab-content > div > h4 {
  font-family: 'HelveticaNeueLTStd-LT-Roman', Arial;
  font-weight: bold;
  margin-top: 15px;
}
.tab-view.schwenk .tab-content > div > h3 + h4 {
  margin-top: 3px;
}
.tab-view.schwenk .tab-content > div > h4 + ul {
  margin-top: 0;
}
.tab-view .tab-content li:first-child span.subject {
  margin-top: 0;
}
.tab-view .tab-content li span.subject {
  font-weight: bold;
}
.tab-view .tab-content span.consultant {
  display: block;
}
.tab-view .tab-content span.list-point:before {
  display: block;
  content: "";
}
.tab-view .tab-content div[rel="consultants"] span.consultant {
  margin-top: 15px;
  font-weight: bold;
}
.tab-view .tab-content div[rel="consultants"] span.consultant span.vita {
  font-weight: normal;
  display: block;
}
.tab-view .tab-content div[rel="consultants"] span.consultant:first-child {
  margin-top: 0;
}
.tab-view .tab-content span.subject-addon {
  padding-left: 5px;
  display: inline-block;
}
.tab-view .tab-content div[rel="description"] ul > li {
  margin-top: 15px;
}
.tab-view .tab-content div[rel="description"] ul > li:first-child,
.tab-view .tab-content div[rel="description"] .after-addon ul > li {
  margin-top: 0;
}
.tab-view .tab-content div[rel="downloads"] span.login_description {
  display: block;
  margin-bottom: 7px;
}
.tab-view .tab-content div[rel="description"] .after-addon ul {
  list-style-image: url("../../typo3conf/ext/base/Resources/Public/Images/ico_li_grey.png");
}
a.add-to-notepad {
  background-image: url("../../typo3conf/ext/base/Resources/Public/Images/ico_notepad_add.png");
  background-position: left 0;
  background-repeat: no-repeat;
  color: #ff6b00;
  cursor: pointer;
  padding-left: 37px;
  display: block;
  min-height: 31px;
  font-size: 18px;
  line-height: 31px;
  margin-bottom: 10px;
  font-family: "HelveticaNeueMd-Roman", Arial;
}
.tx-cyt-quickmixassortment .product-detail-header,
.seminar-detail-header {
  font-size: 19px;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 22px;
}
.tx-cyt-quickmixassortment .description {
  margin-top: 15px;
}
.tx-cyt-quickmixassortment .product-detail-image {
  text-align: center;
}
a.download-pdf.block {
  background-image: url("../../typo3conf/ext/base/Resources/Public/Images/ico_arrow.png");
  background-position: left 3px;
  background-repeat: no-repeat;
  padding-left: 10px;
  color: #ff6b00;
  cursor: pointer;
  display: block;
  margin-bottom: 7px;
}
.tx-cyt-quickmixassortment.tx-cyt-crossbase ul {
  list-style-image: url("../../typo3conf/ext/base/Resources/Public/Images/ico_li_orange.png");
  list-style-type: none;
}
.tx-cyt-quickmixassortment.tx-cyt-crossbase ul p:first-child:last-child {
  margin: 0;
}
.tab-content ul,
.product-feature-list {
  padding-left: 12px;
}
.product-seal .seals-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  list-style-image: none !important;
  display: flex;
  flex-direction: row;
}
.product-seal .seals-list > li {
  margin-right: 5px;
}
.product-seal .seals-list > li:last-child {
  margin-right: 0;
}
.julian123 {
  color: red;
}
