@font-face {
  font-family: 'Lato';
  src: url('https://fonts.bildungscentrum.de/LatoLatin/fonts/LatoLatin-Bold.eot');
  /* IE9 Compat Modes */
  src: url('https://fonts.bildungscentrum.de/LatoLatin/fonts/LatoLatin-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://fonts.bildungscentrum.de/LatoLatin/fonts/LatoLatin-Bold.woff2') format('woff2'), /* Modern Browsers */ url('https://fonts.bildungscentrum.de/LatoLatin/fonts/LatoLatin-Bold.woff') format('woff'), /* Modern Browsers */ url('https://fonts.bildungscentrum.de/LatoLatin/fonts/LatoLatin-Bold.ttf') format('truetype');
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: 'Lato';
  src: url('https://fonts.bildungscentrum.de/LatoLatin/fonts/LatoLatin-Heavy.eot');
  /* IE9 Compat Modes */
  src: url('https://fonts.bildungscentrum.de/LatoLatin/fonts/LatoLatin-Heavy.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://fonts.bildungscentrum.de/LatoLatin/fonts/LatoLatin-Heavy.woff2') format('woff2'), /* Modern Browsers */ url('https://fonts.bildungscentrum.de/LatoLatin/fonts/LatoLatin-Heavy.woff') format('woff'), /* Modern Browsers */ url('https://fonts.bildungscentrum.de/LatoLatin/fonts/LatoLatin-Heavy.ttf') format('truetype');
  font-style: normal;
  font-weight: 900;
}
@font-face {
  font-family: 'Lato';
  src: url('https://fonts.bildungscentrum.de/LatoLatin/fonts/LatoLatin-Light.eot');
  /* IE9 Compat Modes */
  src: url('https://fonts.bildungscentrum.de/LatoLatin/fonts/LatoLatin-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://fonts.bildungscentrum.de/LatoLatin/fonts/LatoLatin-Light.woff2') format('woff2'), /* Modern Browsers */ url('https://fonts.bildungscentrum.de/LatoLatin/fonts/LatoLatin-Light.woff') format('woff'), /* Modern Browsers */ url('https://fonts.bildungscentrum.de/LatoLatin/fonts/LatoLatin-Light.ttf') format('truetype');
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: 'Lato';
  src: url('https://fonts.bildungscentrum.de/LatoLatin/fonts/LatoLatin-Regular.eot');
  /* IE9 Compat Modes */
  src: url('https://fonts.bildungscentrum.de/LatoLatin/fonts/LatoLatin-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://fonts.bildungscentrum.de/LatoLatin/fonts/LatoLatin-Regular.woff2') format('woff2'), /* Modern Browsers */ url('https://fonts.bildungscentrum.de/LatoLatin/fonts/LatoLatin-Regular.woff') format('woff'), /* Modern Browsers */ url('https://fonts.bildungscentrum.de/LatoLatin/fonts/LatoLatin-Regular.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}
body,
html {
  padding: 0;
  margin: 0;
  height: 100%;
  font-family: "Lato", "SourceSansPro", sans-serif;
}
#pageframe * {
  box-sizing: border-box;
}
body,
input,
option,
select,
textarea {
  font-size: 16px;
  color: #747474;
  font-weight: 400;
}
b,
strong {
  font-weight: 700;
}
a {
  color: #A0131B;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #600b10;
}
body {
  background-color: white;
  color: #747474;
  font-size: 16px;
  line-height: 1.7;
}
body > #totop {
  bottom: -30px;
  transition: bottom 0.2s, background-color 0.2s;
}
body.notop > #totop {
  position: fixed;
  right: 30px;
  bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #747474;
  padding: 3px 16px;
  color: white;
  z-index: 8500;
}
body.notop > #totop::after {
  content: '';
  border: 2px solid;
  border-color: white transparent transparent white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-bottom: -10px;
}
body.notop > #totop:hover {
  background-color: #A0131B;
}
body.notop > #totop:focus,
body.notop > #totop:active {
  background-color: #786a6b;
}
iframe {
  max-width: 100%;
}
ul.hMenu {
  list-style-type: none;
}
ul.hMenu > li,
ul.hMenu > li > a {
  display: inline-block;
}
#kontakt-toggle {
  cursor: pointer;
  height: 50px;
  width: 123px;
  background: no-repeat center rgba(255, 255, 255, 0.75);
  background-image: url(../images/kola-smallbtn.png);
  background-image: url(../images/beratung_small.svg);
  background-size: 90px 40px;
  display: inline-block;
  color: rgba(255, 255, 255, 0);
  text-indent: -1000px;
}
#kontakt-toggle.active {
  background-color: #A0131B;
  background-image: url(../images/kola-smallbtn.active.png);
  background-image: url(../images/beratung_small_active.svg);
}
#kontakt-toggle.active::after,
#kontakt-toggle.active::before {
  border-color: white;
}
@media screen and (max-width: 1099px) {
  body .__h {
    display: none;
  }
  body #menu-trigger {
    position: absolute;
    right: 10px;
    top: 10px;
    border: none;
    background-color: transparent;
    font-size: 40px;
    font-weight: bold;
    padding: 0;
    line-height: 50px;
    width: 50px;
  }
  body #menu-trigger:not(.active) + ul {
    display: none;
  }
  body #menu-trigger.active {
    background-color: #A0131B;
    color: white;
  }
  body #menu-trigger.active:focus {
    outline: none;
  }
  body #menu-trigger.active + ul {
    margin-top: 10px;
    margin-bottom: -20px;
    background-color: #e8e8e8;
    position: static;
    max-height: 65vh;
    overflow: auto;
  }
  body #menu-trigger.active + ul li {
    display: block;
    position: relative;
  }
  body #menu-trigger.active + ul li button {
    float: right;
    border: none;
    padding: 6px 20px 5px;
    background: transparent;
    font-weight: bold;
    color: transparent;
    position: relative;
  }
  body #menu-trigger.active + ul li button::after {
    content: '';
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 1px solid;
    border-color: transparent #A0131B #A0131B transparent;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 8px;
    left: 50%;
    margin-left: -5px;
  }
  body #menu-trigger.active + ul li button.active + a + ul {
    display: block!important;
  }
  body #menu-trigger.active + ul li a {
    display: block;
    border-top: 1px solid #777;
    padding: 5px 20px;
  }
  body #menu-trigger.active + ul li.s-CUR > a {
    color: #A0131B;
    font-weight: bold;
  }
  body #menu-trigger.active + ul li.s-ACT > a {
    text-decoration: underline;
  }
  body #menu-trigger.active + ul li:not(.s-CUR):not(.s-ACT):not(.additional) > ul {
    display: none;
  }
  body #menu-trigger.active + ul > li.additional {
    padding-top: 20px;
    border-bottom: 1px solid #777;
    font-size: 90%;
  }
  body #menu-trigger.active + ul > li.additional ul li {
    width: 30%;
    display: inline-block;
  }
  body #menu-trigger.active + ul > li.additional ul li.menu-16087 {
    border: solid #777;
    border-width: 0 1px;
    width: 40%;
  }
  body #menu-trigger.active + ul > li.additional ul li a {
    padding: 3px 20px;
    text-align: center;
  }
  body #menu-trigger.active + ul > li.additional ul li a::before {
    content: '';
  }
  body #menu-trigger.active + ul > li > ul > li > a {
    padding-left: 40px;
  }
  body #menu-trigger.active + ul > li > ul > li > a::before {
    content: '- ';
  }
  body #menu-trigger.active + ul > li > ul > li > ul > li > a {
    padding-left: 60px;
  }
  body #menu-trigger.active + ul > li > ul > li > ul > li > a::before {
    content: '-- ';
  }
  body #menu-trigger.active + ul > li > ul > li > ul > li > ul > li > a {
    padding-left: 80px;
  }
  body #menu-trigger.active + ul > li > ul > li > ul > li > ul > li > a::before {
    content: '--- ';
  }
  body #menu-trigger.active + ul > li > ul > li > ul > li > ul > li > ul > li > a {
    padding-left: 100px;
  }
  body #menu-trigger.active + ul > li > ul > li > ul > li > ul > li > ul > li > a::before {
    content: '---- ';
  }
  body #home {
    margin-left: 10px;
  }
  body #home img {
    transition: all 0.3s;
  }
  body header .cell {
    padding: 10px 0;
  }
  body header ul#head,
  body header ul#bcn {
    display: none;
  }
}
@media screen and (min-width: 1100px) {
  .__sb,
  .__b,
  .__s {
    display: none;
  }
}
header {
  z-index: 5000;
  transition: background-color 0.25s ease-in-out;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
body.notop header {
  background-color: #FFF;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.117647);
}
@media screen and (max-width: 1099px) {
  body.notop header a#home img {
    height: 50px;
    width: 50px;
  }
}
body:not(.notop) header {
  box-shadow: 0px 10px 50px -2px rgba(0, 0, 0, 0.14);
  background-color: rgba(255, 255, 255, 0.85);
}
header .cell {
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 0;
  position: relative;
}
header .cell a {
  color: #747474;
  text-decoration: none;
  cursor: pointer;
}
header .cell a:hover {
  color: #a0131b;
}
header a#home {
  display: inline-block;
}
header a#home img {
  vertical-align: top;
}
header .menu-16087 {
  font-weight: bold;
}
header .menu-16087 a {
  color: #916f5a;
  text-decoration: none;
  cursor: pointer;
}
header .menu-16087 a:hover {
  color: #574336;
}
@media screen and (min-width: 1100px) {
  header ul#primary {
    position: absolute;
    right: 0;
    bottom: 45px;
  }
  header ul#primary > li > a {
    font-size: 17px;
    padding: 10px 12px;
  }
  header ul#primary > li.s-CUR > a,
  header ul#primary > li.s-ACT > a {
    color: #A0131B;
  }
  header ul#primary > li.s-CUR > a {
    font-weight: bold;
  }
  header ul#primary li {
    position: relative;
  }
  header ul#primary li:not(:hover) > ul {
    display: none;
  }
  header ul#primary li:hover > ul {
    display: block;
  }
  header ul#primary > li ul {
    position: absolute;
    left: 0;
    top: 100%;
  }
  header ul#primary > li ul > li {
    background-color: #A0131B;
    display: block;
  }
  header ul#primary > li ul > li.s-IFSUB {
    position: relative;
  }
  header ul#primary > li ul > li.s-IFSUB > a {
    overflow: hidden;
  }
  header ul#primary > li ul > li.s-IFSUB > a::after {
    position: absolute;
    content: '»';
    padding: 3px;
    right: 0;
    top: 0;
    bottom: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    line-height: 30px;
  }
  header ul#primary > li ul > li a {
    white-space: nowrap;
    display: block;
    color: white;
    font-size: 13px;
    padding: 7px 20px 5px;
  }
  header ul#primary > li ul > li:not(:last-child) > a {
    border-bottom: 1px solid white;
  }
  header ul#primary > li ul > li.s-ACT > a,
  header ul#primary > li ul > li.s-CUR > a {
    background-color: #777;
    text-decoration: underline;
  }
  header ul#primary > li ul > li:hover > a {
    background-color: #777;
  }
  header ul#primary > li ul > li ul {
    top: 0;
    left: 100%;
    padding-left: 5px;
  }
  header ul#primary > li > ul {
    display: none;
  }
  header ul#bcn {
    position: absolute;
    left: 155px;
    bottom: 20px;
    right: 10px;
    font-size: 12px;
  }
  header ul#bcn li:only-child {
    display: none;
  }
  header ul#bcn li::before {
    content: '» ';
  }
  header ul#bcn li:not(:last-child) {
    margin-right: 10px;
  }
  header ul#bcn a {
    font-size: 12px;
  }
  header ul#head {
    position: absolute;
    right: 10px;
    top: 20px;
  }
  header ul#head a {
    padding: 0 10px;
  }
  header li.menu-16083 a {
    text-indent: -20000px;
    color: transparent;
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url("/fileadmin/template/eufom2018/img/social.facebook.png") no-repeat center;
    background-size: contain;
    margin-right: 10px;
    border-radius: 100%;
    transition: all 0.3s;
    margin-left: 15px;
  }
  header li.menu-16083 a:hover {
    box-shadow: 0 0 5px 2px #A0131B;
    background-color: #A7A9AC;
  }
  header li.menu-16084 a {
    text-indent: -20000px;
    color: transparent;
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url("/fileadmin/template/eufom2018/img/social.instagram.png") no-repeat center;
    background-size: contain;
    margin-right: 10px;
    border-radius: 100%;
    transition: all 0.3s;
  }
  header li.menu-16084 a:hover {
    box-shadow: 0 0 5px 2px #A0131B;
    background-color: #A7A9AC;
  }
  header li.menu-16085 a {
    text-indent: -20000px;
    color: transparent;
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url("/fileadmin/template/eufom2018/img/social.google-plus.png") no-repeat center;
    background-size: contain;
    margin-right: 10px;
    border-radius: 100%;
    transition: all 0.3s;
  }
  header li.menu-16085 a:hover {
    box-shadow: 0 0 5px 2px #A0131B;
    background-color: #A7A9AC;
  }
  header li.menu-16369 a {
    text-indent: -20000px;
    color: transparent;
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url("/fileadmin/template/eufom2018/img/social.linkedin.png") no-repeat center;
    background-size: contain;
    margin-right: 10px;
    border-radius: 100%;
    transition: all 0.3s;
  }
  header li.menu-16369 a:hover {
    box-shadow: 0 0 5px 2px #A0131B;
    background-color: #A7A9AC;
  }
  header li.menu-16369::after {
    content: '#studyred';
    color: #A0131B;
    font-weight: bold;
  }
}
@media screen and (max-width: 1099px) {
  header li.menu-16083,
  header li.menu-16084,
  header li.menu-16085,
  header li.menu-16369 {
    display: none!important;
  }
}
main {
  min-height: 200px;
}
@media screen and (max-width: 1099px) {
}
footer #footer1 {
  background-color: #f4f4f4;
}
@media screen and (max-width: 1099px) {
  footer #footer1 ul li {
    width: 50%;
  }
  footer #footer1 ul li:first-child {
    border-right: 3px solid #e8e8e8;
  }
  footer #footer1 ul li:last-child {
    text-align: right;
  }
  footer #footer1 ul li a {
    display: block;
  }
}
@media screen and (min-width: 1100px) {
  footer #footer1 ul li:first-child {
    margin-left: -10px;
  }
}
footer #footer1 ul {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
footer #footer1 ul a {
  color: #ec600b;
  text-decoration: none;
  cursor: pointer;
  padding: 10px;
}
footer #footer1 ul a:hover {
  color: #a0131b;
}
footer #footer2 {
  background-color: #e8e8e8;
}
footer #footer2 .cell {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  vertical-align: top;
  padding: 35px 0;
}
footer #footer2 .left,
footer #footer2 .middle,
footer #footer2 .right {
  display: inline-block;
  vertical-align: top;
}
footer #footer2 .left {
  list-style-type: none;
}
footer #footer2 .left a {
  display: block;
  padding: 3px 0;
  color: #747474;
  text-decoration: none;
  cursor: pointer;
}
footer #footer2 .left a:hover {
  color: #a0131b;
}
footer #footer2 .middle li a {
  overflow: hidden;
}
footer #footer2 .right img {
  height: 100px;
  width: auto;
}
footer #footer2 .right .csc-textpic-text {
  text-align: right;
}
footer #footer2 .right .csc-textpic-text p {
  font-size: 85%;
  line-height: 1.55;
}
footer #footer2 .right .csc-textpic-text p:last-child {
  margin-bottom: -10px;
}
footer #footer2 .right .csc-textpic-text p a {
  display: block;
  color: #747474;
  text-decoration: none;
  cursor: pointer;
}
footer #footer2 .right .csc-textpic-text p a:hover {
  color: #a0131b;
}
footer #footer2 .right div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
  margin-bottom: 0;
}
@media screen and (max-width: 1099px) {
  footer #footer2 {
    padding: 0 10px;
  }
  footer #footer2 .left {
    width: 50%;
  }
  footer #footer2 .middle {
    width: 50%;
    text-align: right;
  }
  footer #footer2 .middle li.menu-16083 a {
    text-indent: -20000px;
    color: transparent;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url("/fileadmin/template/eufom2018/img/social.facebook.png") no-repeat center;
    background-size: contain;
    margin-right: 10px;
    border-radius: 100%;
    transition: all 0.3s;
  }
  footer #footer2 .middle li.menu-16083 a:hover {
    box-shadow: 0 0 5px 2px #A0131B;
    background-color: #A7A9AC;
  }
  footer #footer2 .middle li.menu-16084 a {
    text-indent: -20000px;
    color: transparent;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url("/fileadmin/template/eufom2018/img/social.instagram.png") no-repeat center;
    background-size: contain;
    margin-right: 10px;
    border-radius: 100%;
    transition: all 0.3s;
  }
  footer #footer2 .middle li.menu-16084 a:hover {
    box-shadow: 0 0 5px 2px #A0131B;
    background-color: #A7A9AC;
  }
  footer #footer2 .middle li.menu-16085 a {
    text-indent: -20000px;
    color: transparent;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url("/fileadmin/template/eufom2018/img/social.google-plus.png") no-repeat center;
    background-size: contain;
    margin-right: 10px;
    border-radius: 100%;
    transition: all 0.3s;
  }
  footer #footer2 .middle li.menu-16085 a:hover {
    box-shadow: 0 0 5px 2px #A0131B;
    background-color: #A7A9AC;
  }
  footer #footer2 .middle li.menu-16369 a {
    text-indent: -20000px;
    color: transparent;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url("/fileadmin/template/eufom2018/img/social.linkedin.png") no-repeat center;
    background-size: contain;
    margin-right: 10px;
    border-radius: 100%;
    transition: all 0.3s;
  }
  footer #footer2 .middle li.menu-16369 a:hover {
    box-shadow: 0 0 5px 2px #A0131B;
    background-color: #A7A9AC;
  }
  footer #footer2 .middle::after {
    content: '#studyred';
    color: #A0131B;
    font-weight: bold;
    display: block;
    padding-right: 40px;
  }
  footer #footer2 .right {
    margin: 15px -10px 0 -10px;
    padding: 10px 10px 0 10px;
    border-top: 2px solid #FFF;
  }
  footer #footer2 .right .csc-textpic-text {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 321px) {
  footer #footer2 .left,
  footer #footer2 .middle {
    position: relative;
    z-index: 2;
  }
  footer #footer2 .right {
    position: relative;
    z-index: 1;
    margin-top: -50px;
    border-top: none !important;
  }
  footer #footer2 .right .csc-textpic-imagewrap img {
    height: 60px;
    width: auto;
  }
  footer #footer2 .right .csc-textpic-text {
    clear: both;
    padding-top: 10px;
    font-size: 85%;
  }
}
@media screen and (min-width: 1100px) {
  footer #footer2 .left {
    width: 30%;
  }
  footer #footer2 .middle {
    width: 25%;
  }
  footer #footer2 .middle li.menu-16083 a {
    text-indent: -20000px;
    color: transparent;
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url("/fileadmin/template/eufom2018/img/social.facebook.png") no-repeat center;
    background-size: contain;
    margin-right: 10px;
    border-radius: 100%;
    transition: all 0.3s;
  }
  footer #footer2 .middle li.menu-16083 a:hover {
    box-shadow: 0 0 5px 2px #A0131B;
    background-color: #A7A9AC;
  }
  footer #footer2 .middle li.menu-16084 a {
    text-indent: -20000px;
    color: transparent;
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url("/fileadmin/template/eufom2018/img/social.instagram.png") no-repeat center;
    background-size: contain;
    margin-right: 10px;
    border-radius: 100%;
    transition: all 0.3s;
  }
  footer #footer2 .middle li.menu-16084 a:hover {
    box-shadow: 0 0 5px 2px #A0131B;
    background-color: #A7A9AC;
  }
  footer #footer2 .middle li.menu-16085 a {
    text-indent: -20000px;
    color: transparent;
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url("/fileadmin/template/eufom2018/img/social.google-plus.png") no-repeat center;
    background-size: contain;
    margin-right: 10px;
    border-radius: 100%;
    transition: all 0.3s;
  }
  footer #footer2 .middle li.menu-16085 a:hover {
    box-shadow: 0 0 5px 2px #A0131B;
    background-color: #A7A9AC;
  }
  footer #footer2 .middle li.menu-16369 a {
    text-indent: -20000px;
    color: transparent;
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url("/fileadmin/template/eufom2018/img/social.linkedin.png") no-repeat center;
    background-size: contain;
    margin-right: 10px;
    border-radius: 100%;
    transition: all 0.3s;
  }
  footer #footer2 .middle li.menu-16369 a:hover {
    box-shadow: 0 0 5px 2px #A0131B;
    background-color: #A7A9AC;
  }
  footer #footer2 .middle::after {
    content: '#studyred';
    color: #A0131B;
    font-weight: bold;
    display: block;
    padding-left: 16px;
  }
  footer #footer2 .right {
    padding-left: 30px;
    width: 45%;
  }
}
:not(.NfSliderParent) > .full-width-container {
  display: none;
}
.with-white-back {
  background-color: #FFF;
  position: relative;
  z-index: 101;
}
@media screen and (max-width: 1099px) {
  .NfSliderParent {
    position: relative;
    min-height: 30vh;
    width: 100%;
    overflow: hidden;
    /*.type-h400 figcaption,
    .type-h660 figcaption,
    .type-full figcaption {
      position: absolute;
      left: 10px;
      right: 10px;
      bottom: 70px;
      background-color: fade(#fff, 90%);
      padding: 20px;
    }

    .type-h100 figcaption,
    .type-full_fullheight figcaption {
      position: absolute;
      left: 0;
      bottom: 70px;
      width: 100%;
      background-color: fade(#fff, 90%);
      padding: 20px;
    }
    */
  }
  .NfSliderParent.parent-of-h100,
  .NfSliderParent.parent-of-full_fullheight {
    height: 100vh;
    position: fixed;
  }
  main > .NfSliderParent.parent-of-h100:first-child .nf_eyecatch,
  main > .NfSliderParent.parent-of-full_fullheight:first-child .nf_eyecatch {
    display: none;
  }
  .NfSliderParent,
  .NfSliderParent * {
    vertical-align: top;
  }
  .NfSliderParent .controls:not(.active) a.control {
    display: none;
  }
  .NfSliderParent .controls a.control {
    background-color: rgba(116, 116, 116, 0.5);
    top: 50%;
    position: absolute;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-top: -30px;
    z-index: 2000;
  }
  .NfSliderParent .controls a.control:hover {
    background-color: rgba(116, 116, 116, 0.75);
  }
  .NfSliderParent .controls a.control::after {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    top: 21px;
    border: 2px solid;
  }
  .NfSliderParent .controls a.control.next {
    right: 0;
  }
  .NfSliderParent .controls a.control.next::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-color: white white transparent transparent;
    left: 18.6px;
  }
  .NfSliderParent .controls a.control.prev {
    left: 0;
  }
  .NfSliderParent .controls a.control.prev::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-color: transparent transparent white white;
    right: 18.6px;
  }
  .NfSliderParent .controls div.bubbles {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2001;
    text-align: center;
  }
  .NfSliderParent .controls div.bubbles .bubble {
    background-color: rgba(116, 116, 116, 0.2);
    height: 10px;
    display: inline-block;
    vertical-align: bottom;
  }
  .NfSliderParent .controls div.bubbles .bubble:not(:last-child) {
    margin-right: 5px;
  }
  .NfSliderParent .controls div.bubbles .bubble.active {
    background-color: rgba(160, 19, 27, 0.6);
  }
  .NfSliderParent .controls div.bubbles[data-bubbles="2"] .bubble {
    width: 47.5%;
  }
  .NfSliderParent .controls div.bubbles[data-bubbles="3"] .bubble {
    width: 31.66666667%;
  }
  .NfSliderParent .controls div.bubbles[data-bubbles="4"] .bubble {
    width: 23.75%;
  }
  .NfSliderParent .controls div.bubbles[data-bubbles="5"] .bubble {
    width: 19%;
  }
  .NfSliderParent .controls div.bubbles[data-bubbles="6"] .bubble {
    width: 15.83333333%;
  }
  .NfSliderParent .controls div.bubbles[data-bubbles="7"] .bubble {
    width: 13.57142857%;
  }
  .NfSliderParent .controls div.bubbles[data-bubbles="8"] .bubble {
    width: 11.875%;
  }
  .NfSliderParent .controls div.bubbles[data-bubbles="9"] .bubble {
    width: 10.55555556%;
  }
  .NfSliderParent .full-width-container {
    overflow: hidden;
    width: 100%;
    position: relative;
  }
  .NfSliderParent .full-width-container .container-contents {
    width: 1000000px;
    vertical-align: top;
  }
  .NfSliderParent .full-width-container .container-contents > * {
    display: inline-block;
    vertical-align: top;
  }
  .NfSliderParent .full-width-container .container-contents .container-content {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    position: relative;
  }
  .NfSliderParent .full-width-container .container-contents .container-content img {
    height: auto;
  }
  .NfSliderParent .container-content {
    background-color: #A0131B;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .NfSliderParent figure {
    height: 660px;
    overflow: hidden;
    display: block!important;
    position: relative;
  }
  .NfSliderParent .fc_cell1 {
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 0;
    right: 0;
  }
  .NfSliderParent .fc_cell2 {
    max-width: 1100px;
    margin: auto;
    position: relative;
  }
  .NfSliderParent figcaption {
    color: #333;
  }
  .NfSliderParent figcaption br {
    display: none;
  }
  .NfSliderParent figcaption p {
    margin-bottom: 0;
  }
  .NfSliderParent figcaption p.headline_top {
    font-size: 110%;
    font-weight: bold;
    color: #A0131B;
    text-transform: uppercase;
  }
  .NfSliderParent figcaption p.headline_bottom {
    font-size: 130%;
  }
  .NfSliderParent figcaption p.middle {
    font-size: 130%;
    font-weight: bold;
    margin: .5em 0;
  }
  .NfSliderParent figcaption p.big {
    font-size: 130%;
    font-weight: bold;
  }
  .NfSliderParent .type-prlx figcaption {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 40px;
    margin: 60px 0 90px;
    width: 510px;
    max-width: 100%;
  }
  .NfSliderParent .type-home figcaption {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background-color: rgba(160, 19, 27, 0.9);
    color: white;
    padding: 20px;
  }
  .NfSliderParent .type-full figcaption,
  .NfSliderParent .type-h100 figcaption,
  .NfSliderParent .type-h660 figcaption,
  .NfSliderParent .type-h400 figcaption,
  .NfSliderParent .type-full_fullheight figcaption,
  .NfSliderParent .type- figcaption,
  .NfSliderParent .type- figcaption {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 70px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px;
  }
  .NfSliderParent .cell-products figure > * {
    visibility: hidden;
  }
  .NfSliderParent .cell-products .product {
    position: absolute;
    padding: 0;
    background-color: transparent;
  }
  .NfSliderParent .cell-products .product a {
    display: block;
  }
  .NfSliderParent .cell-products .product a .abschluss,
  .NfSliderParent .cell-products .product a .title {
    background-color: rgba(160, 19, 27, 0.85);
    padding: 10px 20px;
    color: #fff;
    margin-bottom: 5px;
    display: block;
  }
  .NfSliderParent .cell-products .product a .abschluss {
    font-size: 20px;
  }
  .NfSliderParent .cell-products .product a .title {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.4;
  }
  .NfSliderParent .cell-products .product a span.asButton {
    display: inline-block;
    background-color: rgba(230, 96, 10, 0.85);
    color: white;
    padding: 10px 20px;
  }
  .NfSliderParent .cell-products .product a span.asButton::before {
    content: '» ';
  }
  .NfSliderParent .cell-products .product a:hover .abschluss,
  .NfSliderParent .cell-products .product a:hover .title {
    background-color: rgba(119, 119, 119, 0.85);
  }
  .NfSliderParent .cell-products .product a:hover span.asButton {
    background-color: rgba(160, 19, 27, 0.85);
  }
  .NfSliderParent .ihv {
    display: none;
  }
}
@media screen and (min-width: 1100px) {
  .NfSliderParent {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .NfSliderParent:not(.parent-of-full) {
    height: 660px;
  }
  .NfSliderParent.parent-of-prlx {
    height: auto;
  }
  .NfSliderParent.parent-of-prlx div.fc_cell1 {
    position: static;
  }
  .NfSliderParent.parent-of-full_fullheight {
    height: 100vh;
    position: fixed;
  }
  .NfSliderParent,
  .NfSliderParent * {
    vertical-align: top;
  }
  .NfSliderParent .controls:not(.active) a.control {
    display: none;
  }
  .NfSliderParent .controls a.control {
    background-color: rgba(116, 116, 116, 0.5);
    top: 50%;
    position: absolute;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-top: -30px;
    z-index: 2000;
  }
  .NfSliderParent .controls a.control:hover {
    background-color: rgba(116, 116, 116, 0.75);
  }
  .NfSliderParent .controls a.control::after {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    top: 21px;
    border: 2px solid;
  }
  .NfSliderParent .controls a.control.next {
    right: 0;
  }
  .NfSliderParent .controls a.control.next::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-color: white white transparent transparent;
    left: 18.6px;
  }
  .NfSliderParent .controls a.control.prev {
    left: 0;
  }
  .NfSliderParent .controls a.control.prev::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-color: transparent transparent white white;
    right: 18.6px;
  }
  .NfSliderParent .controls div.bubbles {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    z-index: 2001;
    text-align: center;
  }
  .NfSliderParent .controls div.bubbles .bubble {
    background-color: rgba(116, 116, 116, 0.5);
    border-radius: 100%;
    height: 11px;
    width: 11px;
    display: inline-block;
    box-shadow: 0 0 2px white;
  }
  .NfSliderParent .controls div.bubbles .bubble:not(:last-child) {
    margin-right: 11px;
  }
  .NfSliderParent .controls div.bubbles .bubble.active {
    background-color: rgba(116, 116, 116, 0.9);
  }
  .NfSliderParent .full-width-container {
    overflow: hidden;
    width: 100%;
    position: relative;
  }
  .NfSliderParent .full-width-container .container-contents {
    width: 1000000px;
    vertical-align: top;
  }
  .NfSliderParent .full-width-container .container-contents > * {
    display: inline-block;
    vertical-align: top;
  }
  .NfSliderParent .full-width-container .container-contents .container-content {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    position: relative;
  }
  .NfSliderParent .full-width-container .container-contents .container-content img {
    height: auto;
  }
  .NfSliderParent .container-content {
    background-color: #A0131B;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .NfSliderParent figure {
    height: 660px;
    overflow: hidden;
    display: block!important;
    position: relative;
  }
  .NfSliderParent .fc_cell1 {
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 0;
    right: 0;
  }
  .NfSliderParent .fc_cell2 {
    max-width: 1100px;
    margin: auto;
    position: relative;
  }
  .NfSliderParent figcaption {
    color: #333;
    transition: all 0.5s;
  }
  .NfSliderParent figcaption br {
    display: none;
  }
  .NfSliderParent figcaption p.headline_top {
    font-size: 17px;
    line-height: 1.4;
    font-weight: bold;
    color: #A0131B;
    text-transform: uppercase;
  }
  .NfSliderParent figcaption p.headline_bottom {
    font-size: 34px;
  }
  .NfSliderParent figcaption.no-focus {
    opacity: 0;
    margin-bottom: -50px;
  }
  .NfSliderParent.parent-of-h100 {
    height: 100vh;
    position: fixed;
  }
  .NfSliderParent.parent-of-h100 .type-h100 {
    height: 100vh;
  }
  .NfSliderParent.parent-of-h100 .type-h100 .container-content {
    top: 0;
    bottom: 0;
  }
  .NfSliderParent.parent-of-h400 {
    height: 600px;
  }
  .NfSliderParent.parent-of-h400 .type-h400 {
    height: 600px;
  }
  .NfSliderParent .cell-white figcaption {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 40px;
  }
  .NfSliderParent .cell-50 figcaption,
  .NfSliderParent .cell-100 figcaption {
    position: absolute;
    left: 10px;
  }
  .NfSliderParent .cell-center figcaption {
    bottom: 50%;
  }
  .NfSliderParent :not(.cell-center) figcaption {
    bottom: 70px;
  }
  .NfSliderParent .cell-50 figcaption {
    width: 430px;
  }
  .NfSliderParent .cell-100 figcaption p,
  .NfSliderParent .cell-50 figcaption p {
    margin-bottom: 0;
  }
  .NfSliderParent .cell-100 figcaption p.middle,
  .NfSliderParent .cell-50 figcaption p.middle {
    font-size: 200%;
    font-weight: bold;
    margin: 20px 0;
  }
  .NfSliderParent .cell-100 figcaption p.big,
  .NfSliderParent .cell-50 figcaption p.big {
    font-size: 200%;
    font-weight: bold;
  }
  .NfSliderParent .cell-products .uid-16097 .abschluss {
    width: 380px;
    margin-right: 570px;
  }
  .NfSliderParent .cell-products .uid-16097 .title {
    width: 730px;
    margin-right: 220px;
  }
  .NfSliderParent .cell-products .uid-16098 .abschluss {
    width: 420px;
    margin-right: 530px;
  }
  .NfSliderParent .cell-products .uid-16098 .title {
    width: 480px;
    margin-right: 470px;
  }
  .NfSliderParent .cell-products .uid-16099 .abschluss {
    width: 380px;
    margin-right: 570px;
  }
  .NfSliderParent .cell-products .uid-16099 .title {
    width: 530px;
    margin-right: 420px;
  }
  .NfSliderParent .cell-products .product {
    position: absolute;
  }
  .NfSliderParent .cell-products .product a {
    display: block;
  }
  .NfSliderParent .cell-products .product a .abschluss,
  .NfSliderParent .cell-products .product a .title {
    background-color: rgba(160, 19, 27, 0.85);
    padding: 10px 35px;
    color: #fff;
    margin-bottom: 5px;
    display: inline-block;
  }
  .NfSliderParent .cell-products .product a .abschluss {
    font-size: 30px;
  }
  .NfSliderParent .cell-products .product a .title {
    font-size: 65px;
    font-weight: bold;
    line-height: 1.4;
  }
  .NfSliderParent .cell-products .product a span.asButton {
    display: inline-block;
    background-color: rgba(230, 96, 10, 0.85);
    color: white;
    padding: 10px 35px;
  }
  .NfSliderParent .cell-products .product a span.asButton::before {
    content: '» ';
  }
  .NfSliderParent .cell-products .product a:hover .abschluss,
  .NfSliderParent .cell-products .product a:hover .title {
    background-color: rgba(119, 119, 119, 0.85);
  }
  .NfSliderParent .cell-products .product a:hover span.asButton {
    background-color: rgba(160, 19, 27, 0.85);
  }
  .NfSliderParent .type-prlx figcaption {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 40px;
    margin: 60px 0 90px;
    width: 510px;
  }
  .NfSliderParent .type-prlx figcaption p {
    line-height: 2;
    margin-bottom: 0;
  }
  .NfSliderParent .type-prlx figcaption p.middle {
    font-size: 200%;
    font-weight: bold;
    margin: 20px 0;
  }
  .NfSliderParent .type-prlx figcaption p.big {
    font-size: 200%;
    font-weight: bold;
  }
  .NfSliderParent .type-full figcaption {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 70px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 40px;
  }
  .NfSliderParent .type-full figcaption p {
    line-height: 2;
    margin-bottom: 0;
  }
  .NfSliderParent .type-full figcaption p.middle {
    font-size: 200%;
    font-weight: bold;
    margin: 20px 0;
  }
  .NfSliderParent .type-full figcaption p.big {
    font-size: 200%;
    font-weight: bold;
  }
  .NfSliderParent .type-home figcaption {
    position: absolute;
    left: 0;
    bottom: 70px;
    width: 520px;
    background-color: rgba(160, 19, 27, 0.9);
    color: white;
    padding: 40px;
  }
  .NfSliderParent .type-home figcaption p {
    line-height: 1.3;
    margin-bottom: 0;
  }
  .NfSliderParent .type-home figcaption p.big,
  .NfSliderParent .type-home figcaption p.middle {
    font-size: 225%;
    line-height: 1.14285714;
    font-weight: bold;
  }
  .NfSliderParent .type-home figcaption p.middle {
    margin: 20px 0;
  }
  .NfSliderParent .type-home figcaption p:not(.big):not(.middle) {
    font-size: 20px;
    line-height: 1.3;
  }
  .NfSliderParent .type-full_fullheight figcaption {
    position: absolute;
    left: 0;
    bottom: 70px;
    width: 540px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 40px;
  }
  .NfSliderParent .type-full_fullheight figcaption p.middle {
    font-size: 200%;
    font-weight: bold;
    margin: 20px 0;
  }
  .NfSliderParent .type-full_fullheight figcaption p.big {
    font-size: 200%;
    font-weight: bold;
  }
  .NfSliderParent .type-full_fullheight figcaption p.headline_top {
    text-transform: uppercase;
    color: #A0131B;
    font-size: 17px;
    line-height: 1.5;
  }
  .NfSliderParent .type-full_fullheight figcaption p.headline_bottom {
    font-size: 34px;
    line-height: 1.5;
    margin: -15px 0 20px 0;
  }
  .NfSliderParent .ihv {
    position: absolute;
    left: 100%;
    margin-left: 3px;
    top: 0;
    bottom: 0;
    width: auto;
    overflow: hidden;
  }
  .NfSliderParent .ihv a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    display: block;
    white-space: nowrap;
    padding: 5px 20px;
    background-color: rgba(160, 19, 27, 0.8);
    font-weight: bold;
    margin-bottom: 2px;
  }
  .NfSliderParent .ihv a:hover {
    color: #e7c4c6;
  }
}
main > .csc-default.line-after {
  border-bottom: 1px solid #e0dede;
}
main > .csc-default.line-before {
  border-top: 1px solid #e0dede;
}
main > .csc-default .pic-4-row figcaption {
  font-size: 85%;
  line-height: 1.4;
  max-width: 139px;
  padding: 15px 0;
}
main > .csc-default .pic-4-row figcaption strong {
  display: block;
  margin-bottom: 5px;
}
main > .csc-default .pic-4-row figcaption strong + br {
  display: none;
}
main > .csc-default .pic-4-row figcaption a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
main > .csc-default .alignRight {
  text-align: right;
}
main > .csc-default img {
  max-width: 100%;
}
main > .csc-default img:not([src$=".svg"]) {
  height: auto;
}
@media screen and (max-width: 1099px) {
  main > .csc-default .ihv_small {
    padding: 5px;
    border: solid #777;
    border-width: 2px 0;
    position: relative;
  }
  main > .csc-default .ihv_small a {
    padding: 5px;
    display: block;
    background-color: #A0131B;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
  }
  main > .csc-default .ihv_small a:hover {
    color: #e7c4c6;
  }
  main > .csc-default .ihv_small a.isVisited {
    font-style: italic;
  }
  main > .csc-default .ihv_small a.isVisited::after {
    content: '✓';
    margin-left: 10px;
    font-weight: bold;
  }
  main > .csc-default .ihv_small a::before {
    content: '» ';
  }
  main > .csc-default .ihv_small a:not(:last-child) {
    margin-bottom: 5px;
  }
  main > .csc-default > .bgc-hgrau > .default-container,
  main > .csc-default > .csc-default > .bgc-hgrau > .default-container,
  main > .csc-default > .bgc-erot > .default-container,
  main > .csc-default > .csc-default > .bgc-erot > .default-container,
  main > .csc-default > .default-container,
  main > .csc-default > .csc-default > .default-container {
    /* &:not(.no-split) */
  }
  main > .csc-default > .bgc-hgrau > .default-container > .g-c,
  main > .csc-default > .csc-default > .bgc-hgrau > .default-container > .g-c,
  main > .csc-default > .bgc-erot > .default-container > .g-c,
  main > .csc-default > .csc-default > .bgc-erot > .default-container > .g-c,
  main > .csc-default > .default-container > .g-c,
  main > .csc-default > .csc-default > .default-container > .g-c {
    padding: 0 10px;
  }
}
@media screen and (min-width: 1100px) {
  main > .csc-default .search-result {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    vertical-align: top;
    overflow: auto;
  }
  main > .csc-default .search-result > .g-c {
    display: inline-block;
    vertical-align: top;
  }
  main > .csc-default .search-result > .g-c.g-c1 {
    width: 755px;
    padding-right: 35px;
  }
  main > .csc-default .search-result > .g-c.g-c1 :not(.g-c) img {
    max-width: 720px;
  }
  main > .csc-default .search-result > .g-c.g-c2 {
    width: 345px;
    padding-left: 35px;
  }
  main > .csc-default .search-result > .g-c.g-c2 :not(.g-c) img {
    max-width: 310px;
  }
  main > .csc-default .default-container {
    max-width: 1100px;
  }
  main > .csc-default .default-container.split-310-650 > .g-c {
    display: inline-block;
  }
  main > .csc-default .default-container.split-310-650 > .g-c.g-c1 {
    width: 380px;
    padding-right: 70px;
  }
  main > .csc-default .default-container.split-310-650 > .g-c.g-c1 :not(.g-c) img {
    max-width: 310px;
  }
  main > .csc-default .default-container.split-310-650 > .g-c.g-c2 {
    width: 720px;
    padding-left: 70px;
  }
  main > .csc-default .default-container.split-310-650 > .g-c.g-c2 :not(.g-c) img {
    max-width: 650px;
  }
  main > .csc-default .default-container.split-422-650 > .g-c {
    display: inline-block;
  }
  main > .csc-default .default-container.split-422-650 > .g-c.g-c1 {
    width: 436px;
    padding-right: 14px;
  }
  main > .csc-default .default-container.split-422-650 > .g-c.g-c1 :not(.g-c) img {
    max-width: 422px;
  }
  main > .csc-default .default-container.split-422-650 > .g-c.g-c2 {
    width: 664px;
    padding-left: 14px;
  }
  main > .csc-default .default-container.split-422-650 > .g-c.g-c2 :not(.g-c) img {
    max-width: 650px;
  }
  main > .csc-default .default-container.split-510-510 > .g-c {
    display: inline-block;
  }
  main > .csc-default .default-container.split-510-510 > .g-c.g-c1 {
    width: 550px;
    padding-right: 40px;
  }
  main > .csc-default .default-container.split-510-510 > .g-c.g-c1 :not(.g-c) img {
    max-width: 510px;
  }
  main > .csc-default .default-container.split-510-510 > .g-c.g-c2 {
    width: 550px;
    padding-left: 40px;
  }
  main > .csc-default .default-container.split-510-510 > .g-c.g-c2 :not(.g-c) img {
    max-width: 510px;
  }
  main > .csc-default .default-container.split-650-310 > .g-c {
    display: inline-block;
  }
  main > .csc-default .default-container.split-650-310 > .g-c.g-c1 {
    width: 720px;
    padding-right: 70px;
  }
  main > .csc-default .default-container.split-650-310 > .g-c.g-c1 :not(.g-c) img {
    max-width: 650px;
  }
  main > .csc-default .default-container.split-650-310 > .g-c.g-c2 {
    width: 380px;
    padding-left: 70px;
  }
  main > .csc-default .default-container.split-650-310 > .g-c.g-c2 :not(.g-c) img {
    max-width: 310px;
  }
  main > .csc-default .default-container.split-720-310 > .g-c {
    display: inline-block;
  }
  main > .csc-default .default-container.split-720-310 > .g-c.g-c1 {
    width: 755px;
    padding-right: 35px;
  }
  main > .csc-default .default-container.split-720-310 > .g-c.g-c1 :not(.g-c) img {
    max-width: 720px;
  }
  main > .csc-default .default-container.split-720-310 > .g-c.g-c2 {
    width: 345px;
    padding-left: 35px;
  }
  main > .csc-default .default-container.split-720-310 > .g-c.g-c2 :not(.g-c) img {
    max-width: 310px;
  }
  main > .csc-default .default-container.split-814-210 > .g-c {
    display: inline-block;
  }
  main > .csc-default .default-container.split-814-210 > .g-c.g-c1 {
    width: 852px;
    padding-right: 38px;
  }
  main > .csc-default .default-container.split-814-210 > .g-c.g-c1 :not(.g-c) img {
    max-width: 814px;
  }
  main > .csc-default .default-container.split-814-210 > .g-c.g-c2 {
    width: 248px;
    padding-left: 38px;
  }
  main > .csc-default .default-container.split-814-210 > .g-c.g-c2 :not(.g-c) img {
    max-width: 210px;
  }
  main > .csc-default .default-container.split-242-242-242-242 > .g-c {
    display: inline-block;
  }
  main > .csc-default .default-container.split-242-242-242-242 > .g-c:not(.g-c4) {
    width: 286px;
    padding-right: 44px;
  }
  main > .csc-default .default-container.split-242-242-242-242 > .g-c.g-c4 {
    width: 242px;
  }
  main > .csc-default .default-container.split-340-340-340 > .g-c {
    display: inline-block;
  }
  main > .csc-default .default-container.split-340-340-340 > .g-c:not(.g-c3) {
    width: 380px;
    padding-right: 40px;
  }
  main > .csc-default .default-container.split-340-340-340 > .g-c.g-c3 {
    width: 340px;
  }
  main > .csc-default .default-container.withLine::after {
    content: '';
    left: 50%;
    border-right: 1px solid #A0131B;
    top: 75px;
    bottom: 75px;
    position: absolute;
  }
}
main > .csc-default .default-container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  vertical-align: top;
  overflow: hidden;
}
main > .csc-default .default-container.small-font {
  font-size: 85%;
}
main > .csc-default .default-container.centered {
  text-align: center;
}
main > .csc-default .default-container > .g-c {
  vertical-align: top;
  position: relative;
}
main > .csc-default .default-container.addTopDistance {
  margin-top: 180px;
}
main > .csc-default .bgc-hgrau {
  background-color: #e8e8e8;
}
main > .csc-default .bgc-hgrau > .default-container {
  padding: 75px 0;
}
main > .csc-default .bgc-erot {
  background-color: #A0131B;
}
main > .csc-default .bgc-erot > .default-container {
  padding: 75px 0;
}
main > .csc-default .bgc-erot > .default-container.withLine::after {
  border-right-color: white;
}
main > .csc-default .bgc-erot h1,
main > .csc-default .bgc-erot h2,
main > .csc-default .bgc-erot h3,
main > .csc-default .bgc-erot h4,
main > .csc-default .bgc-erot h5,
main > .csc-default .bgc-erot h6,
main > .csc-default .bgc-erot p {
  color: white;
}
main > .csc-default .bgc-erot a {
  color: white;
  text-decoration: none;
  cursor: pointer;
}
main > .csc-default .bgc-erot a:hover {
  color: #c7c7c7;
}
main > .csc-default.isFollowed div > .default-container {
  padding-top: 5px!important;
}
main > .csc-default.hasFollower div > .default-container {
  padding-bottom: 5px!important;
}
main > .csc-default h2.prodHead {
  font-size: 17px;
}
main > .csc-default h1.prodHead {
  font-weight: bold;
}
@media screen and (min-width: 1100px) {
  main > .csc-default .prodHead {
    position: absolute;
    white-space: nowrap;
    background: white;
    padding: 10px 40px;
    left: 0;
  }
  main > .csc-default h2.prodHead {
    top: -127px;
  }
  main > .csc-default h1.prodHead {
    top: -59px;
  }
}
.headlineElement {
  padding: 0;
  margin: 1rem 0;
  font-size: 100%;
  font-weight: normal;
  line-height: 1.337;
  color: black;
}
.headlineElement.fc-000 {
  color: #747474;
}
.headlineElement.hLayout-10,
.headlineElement.fc-f00 {
  color: #A0131B;
}
.headlineElement.fc-fff {
  color: #fff;
}
.headlineElement.bobo {
  border-bottom: 1px solid black;
}
.headlineElement + .headlineElement {
  margin-top: -0.5rem;
}
.hLayout {
  color: #000;
}
.hLayout-10,
.hLayout-21,
.hLayout-20 {
  font-size: 17px;
  font-weight: bold;
}
.hLayout-10,
.hLayout-20 {
  text-transform: uppercase;
}
.hLayout-22 {
  font-size: 17px;
}
@media screen and (min-width: 1100px) {
  .hLayout-22 {
    position: absolute;
    left: 0;
    top: -49px;
    padding: 6px 45px 3px;
    background-color: rgba(255, 255, 255, 0.9);
  }
}
.hLayout-30 {
  font-size: 25.5px;
}
@media screen and (max-width: 1099px) {
  .hLayout-30 {
    font-size: 22.1px;
  }
}
.hLayout-11,
.hLayout-40 {
  font-size: 34px;
}
@media screen and (max-width: 1099px) {
  .hLayout-11,
  .hLayout-40 {
    font-size: 28.9px;
  }
}
ul.nf-hz {
  list-style-type: none;
  padding-left: 0!important;
}
ul.nf-hz:hover li:not(:hover) {
  opacity: .5;
  filter: grayscale(1);
}
@media screen and (max-width: 1099px) {
  ul.nf-hz li {
    width: 50%;
  }
  ul.nf-hz li a {
    margin-bottom: 5px;
  }
  ul.nf-hz li:nth-child(2n+1) a {
    margin-right: 5px;
  }
  ul.nf-hz li:nth-child(2n) a {
    margin-left: 5px;
  }
}
@media screen and (min-width: 1100px) {
  ul.nf-hz li {
    width: 25%;
  }
  ul.nf-hz li:nth-child(1) a,
  ul.nf-hz li:nth-child(5) a {
    margin: 5px 10px 5px 0;
  }
  ul.nf-hz li:nth-child(2) a,
  ul.nf-hz li:nth-child(3) a,
  ul.nf-hz li:nth-child(6) a,
  ul.nf-hz li:nth-child(7) a {
    margin: 5px 5px;
  }
  ul.nf-hz li:nth-child(8) a,
  ul.nf-hz li:nth-child(4) a {
    margin: 5px 0 5px 10px;
  }
  .bigger > ul.nf-hz li a::before {
    content: '';
    position: absolute;
    top: 7px;
    right: 7px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    background-color: #A0131B;
    color: #fff;
  }
  .bigger > ul.nf-hz li a .title {
    font-size: 100%;
  }
  .bigger > ul.nf-hz li:nth-child(1) a,
  .bigger > ul.nf-hz li:nth-child(5) a {
    margin: 13px 14px 13px 0;
  }
  .bigger > ul.nf-hz li:nth-child(2) a,
  .bigger > ul.nf-hz li:nth-child(3) a,
  .bigger > ul.nf-hz li:nth-child(6) a,
  .bigger > ul.nf-hz li:nth-child(7) a {
    margin: 13px 7px;
  }
  .bigger > ul.nf-hz li:nth-child(8) a,
  .bigger > ul.nf-hz li:nth-child(4) a {
    margin: 13px 0 13px 14px;
  }
}
ul.nf-hz li {
  transition: all 0.3s;
  display: inline-block;
}
body#page-16100 ul.nf-hz li.uid-16100 {
  opacity: .5;
}
body#page-16100 ul.nf-hz li.uid-16100 .title::before {
  content: 'Aktuelle Seite: ';
  opacity: .75;
}
body#page-16101 ul.nf-hz li.uid-16101 {
  opacity: .5;
}
body#page-16101 ul.nf-hz li.uid-16101 .title::before {
  content: 'Aktuelle Seite: ';
  opacity: .75;
}
body#page-16102 ul.nf-hz li.uid-16102 {
  opacity: .5;
}
body#page-16102 ul.nf-hz li.uid-16102 .title::before {
  content: 'Aktuelle Seite: ';
  opacity: .75;
}
body#page-16103 ul.nf-hz li.uid-16103 {
  opacity: .5;
}
body#page-16103 ul.nf-hz li.uid-16103 .title::before {
  content: 'Aktuelle Seite: ';
  opacity: .75;
}
body#page-16104 ul.nf-hz li.uid-16104 {
  opacity: .5;
}
body#page-16104 ul.nf-hz li.uid-16104 .title::before {
  content: 'Aktuelle Seite: ';
  opacity: .75;
}
body#page-16105 ul.nf-hz li.uid-16105 {
  opacity: .5;
}
body#page-16105 ul.nf-hz li.uid-16105 .title::before {
  content: 'Aktuelle Seite: ';
  opacity: .75;
}
body#page-16106 ul.nf-hz li.uid-16106 {
  opacity: .5;
}
body#page-16106 ul.nf-hz li.uid-16106 .title::before {
  content: 'Aktuelle Seite: ';
  opacity: .75;
}
body#page-16107 ul.nf-hz li.uid-16107 {
  opacity: .5;
}
body#page-16107 ul.nf-hz li.uid-16107 .title::before {
  content: 'Aktuelle Seite: ';
  opacity: .75;
}
ul.nf-hz li img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
ul.nf-hz li a {
  display: block;
  position: relative;
}
ul.nf-hz li a .title {
  transition: background-color 0.3s;
  padding: 2px 5px;
  position: absolute;
  left: 7px;
  bottom: 7px;
  font-size: 75%;
  background-color: #A0131B;
  color: #FFF;
}
ul.nf-hz li a:hover .title {
  background-color: #777;
}
ul.nf-pagemenu {
  list-style-type: none;
  padding-left: 0!important;
  vertical-align: top;
}
ul.nf-pagemenu li {
  vertical-align: top;
}
ul.nf-pagemenu li img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
ul.nf-pagemenu li a {
  display: block;
}
ul.nf-pagemenu li a .title {
  padding-top: 10px;
  color: #A0131B;
}
ul.nf-pagemenu li a .title::before {
  content: '» ';
}
ul.nf-pagemenu li a .abstract {
  padding: 10px 0;
  color: #747474;
}
ul.nf-pagemenu li a:hover {
  border-color: #A0131B !important;
}
ul.nf-pagemenu li a:hover .title {
  font-weight: bold;
}
.bgc-erot ul.nf-pagemenu li a .title {
  color: white;
}
.bgc-erot ul.nf-pagemenu li a .abstract {
  color: #bababa;
}
.bgc-erot ul.nf-pagemenu li a:hover {
  border-color: #bababa !important;
}
.bgc-erot ul.nf-pagemenu li a:hover .abstract {
  color: white;
}
@media screen and (max-width: 1099px) {
  ul.nf-pagemenu li a {
    border-top: 2px solid #ddd;
    padding-top: 10px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 1100px) {
  ul.nf-pagemenu.iar3 li {
    transition: all 0.3s;
    display: inline-block;
    width: 33.33333333%;
  }
  ul.nf-pagemenu.iar3 li a {
    padding: 30px 0;
    border: solid #ddd;
    border-width: 2px 0;
  }
  ul.nf-pagemenu.iar3 li:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
    margin-top: 90px;
  }
  ul.nf-pagemenu.iar3 li:nth-child(1) a,
  ul.nf-pagemenu.iar3 li:nth-child(4) a,
  ul.nf-pagemenu.iar3 li:nth-child(7) a,
  ul.nf-pagemenu.iar3 li:nth-child(10) a {
    margin: 3px 15px 3px 0;
  }
  ul.nf-pagemenu.iar3 li:nth-child(2) a,
  ul.nf-pagemenu.iar3 li:nth-child(5) a,
  ul.nf-pagemenu.iar3 li:nth-child(8) a,
  ul.nf-pagemenu.iar3 li:nth-child(11) a {
    margin: 3px 7.5px;
  }
  ul.nf-pagemenu.iar3 li:nth-child(3) a,
  ul.nf-pagemenu.iar3 li:nth-child(6) a,
  ul.nf-pagemenu.iar3 li:nth-child(9) ul.nf-pagemenu.iar3 li:nth-child(12) a {
    margin: 3px 0 3px 15px;
  }
  ul.nf-pagemenu.iar4 li {
    transition: all 0.3s;
    display: inline-block;
    width: 25%;
  }
  ul.nf-pagemenu.iar4 li a {
    padding: 30px 0;
    border: solid #ddd;
    border-width: 2px 0;
  }
  ul.nf-pagemenu.iar4 li:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)) {
    margin-top: 90px;
  }
  ul.nf-pagemenu.iar4 li:nth-child(1) a,
  ul.nf-pagemenu.iar4 li:nth-child(5) a,
  ul.nf-pagemenu.iar4 li:nth-child(9) a,
  ul.nf-pagemenu.iar4 li:nth-child(13) a,
  ul.nf-pagemenu.iar4 li:nth-child(17) a {
    margin: 3px 15px 3px 0;
  }
  ul.nf-pagemenu.iar4 li:nth-child(2) a,
  ul.nf-pagemenu.iar4 li:nth-child(3) a,
  ul.nf-pagemenu.iar4 li:nth-child(6) a,
  ul.nf-pagemenu.iar4 li:nth-child(7) a,
  ul.nf-pagemenu.iar4 li:nth-child(10) a,
  ul.nf-pagemenu.iar4 li:nth-child(11) a,
  ul.nf-pagemenu.iar4 li:nth-child(14) a,
  ul.nf-pagemenu.iar4 li:nth-child(15) a,
  ul.nf-pagemenu.iar4 li:nth-child(18) a {
    margin: 3px 7.5px;
  }
  ul.nf-pagemenu.iar4 li:nth-child(4) a,
  ul.nf-pagemenu.iar4 li:nth-child(8) a,
  ul.nf-pagemenu.iar4 li:nth-child(12) a,
  ul.nf-pagemenu.iar4 li:nth-child(16) a,
  ul.nf-pagemenu.iar4 li:nth-child(20) a {
    margin: 3px 0 3px 15px;
  }
  ul.nf-pagemenu.listing {
    font-size: 90%;
  }
  ul.nf-pagemenu.listing .entry {
    height: auto;
    overflow: hidden;
    line-height: 30px;
  }
  ul.nf-pagemenu.listing .entry:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  ul.nf-pagemenu.listing .entry .image {
    float: left;
    max-height: 30px;
    margin-right: 5px;
  }
  ul.nf-pagemenu.listing .entry .image img {
    width: auto;
    max-height: 30px;
    max-width: none;
    vertical-align: top;
  }
  ul.nf-pagemenu.listing .entry .title {
    padding-top: 0;
  }
  ul.nf-pagemenu.listing .entry:hover {
    background-color: #777;
  }
}
ul.nf-products {
  padding-left: 0!important;
  list-style-type: none;
  vertical-align: top;
}
ul.nf-products a {
  transition: background-color 0.3s, color 0.2s;
  background-color: #A0131B;
  color: #FFF;
  display: block;
}
ul.nf-products a .abschluss {
  transition: background-color 0.3s, color 0.2s;
  font-size: 90%;
  text-transform: uppercase;
  padding: 15px 10px 1px 10px;
}
ul.nf-products a .title {
  transition: background-color 0.3s, color 0.2s;
  font-size: 110%;
  font-weight: bold;
  padding: 1px 10px 15px 10px;
}
ul.nf-products a:hover {
  background-color: #777;
}
.bgc-erot ul.nf-products a {
  background-color: #FFF;
  color: #A0131B;
  text-decoration: none;
  cursor: pointer;
}
.bgc-erot ul.nf-products a:hover {
  color: #ffffff;
}
.bgc-erot ul.nf-products a:hover {
  background-color: #777;
}
@media screen and (max-width: 1099px) {
  ul.nf-products li {
    margin-bottom: 10px;
  }
  ul.nf-products li a {
    height: auto;
    overflow: hidden;
    position: relative;
  }
  ul.nf-products li a .image {
    max-height: 25vh;
    overflow: hidden;
  }
  ul.nf-products li a .image img {
    width: 100%;
    vertical-align: top;
    margin-top: -50px;
  }
  ul.nf-products li a .abschluss,
  ul.nf-products li a .title {
    padding: 5px 20px;
    position: absolute;
    right: 0;
  }
  .bgc-erot ul.nf-products li a .abschluss,
  .bgc-erot ul.nf-products li a .title {
    background-color: rgba(255, 255, 255, 0.85);
  }
  .bgc-erot ul.nf-products li a:hover .abschluss,
  .bgc-erot ul.nf-products li a:hover .title {
    background-color: rgba(119, 119, 119, 0.8);
  }
  ul.nf-products li a .abschluss {
    background-color: rgba(160, 19, 27, 0.8);
    bottom: 65px;
  }
  ul.nf-products li a .title {
    background-color: rgba(160, 19, 27, 0.8);
    bottom: 20px;
  }
}
@media screen and (max-width: 321px) {
  ul.nf-products {
    font-size: 85%;
  }
  ul.nf-products li {
    margin-bottom: 5px;
  }
  ul.nf-products li a .abschluss,
  ul.nf-products li a .title {
    padding: 3px 10px;
  }
  ul.nf-products li a .title {
    bottom: 10px;
  }
  ul.nf-products li a .abschluss {
    bottom: 45px;
  }
}
@media screen and (min-width: 1100px) {
  ul.nf-products li {
    vertical-align: top;
    width: 33.33333333%;
    display: inline-block;
  }
  ul.nf-products li img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
  ul.nf-products li:nth-child(1) {
    padding-right: 20px;
  }
  ul.nf-products li:nth-child(2) {
    padding: 0 10px;
  }
  ul.nf-products li:nth-child(3) {
    padding-left: 20px;
  }
}
ul.dashedline-list {
  list-style-type: none;
  padding-left: 0!important;
}
@media screen and (max-width: 1099px) {
  ul.dashedline-list {
    margin: 0 -10px;
  }
}
ul.dashedline-list li.entry.news a {
  transition: all 0.3s;
  display: block;
  height: auto;
  overflow: hidden;
  font-weight: bold;
  padding: 10px;
  line-height: 1.5;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
ul.dashedline-list li.entry.news a img {
  float: right;
}
ul.dashedline-list li.entry.news a .date {
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 5px;
}
ul.dashedline-list li.entry.news a:hover {
  color: #ffffff;
}
ul.dashedline-list li.entry.news a:hover {
  background-color: #777;
}
ul.dashedline-list li.entry.news:not(:last-child) {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px dotted white;
}
.csc-default.big-text p {
  font-size: 18px;
  line-height: 28px;
}
.csc-default.bold-to-black :not(p.qa_frage) b,
.csc-default.bold-to-black :not(p.qa_frage) strong {
  color: #000;
}
.csc-default p.qa_frage {
  font-weight: bold;
  margin-bottom: 0;
  color: #A0131B;
}
.csc-default p.qa_frage + p b,
.csc-default p.qa_frage + p strong {
  color: #000;
}
.csc-default ol {
  padding-left: 30px;
}
.csc-default ul.csc-bulletlist,
.csc-default ul.csc-menu-1,
.csc-default ul:not([class]) {
  padding-left: 30px;
  list-style-type: none;
}
.csc-default ul.csc-bulletlist li,
.csc-default ul.csc-menu-1 li,
.csc-default ul:not([class]) li {
  position: relative;
}
.csc-default ul.csc-bulletlist li::before,
.csc-default ul.csc-menu-1 li::before,
.csc-default ul:not([class]) li::before {
  background-color: #A0131B;
  content: '';
  position: absolute;
  height: 7px;
  width: 7px;
  left: -15px;
  top: 10px;
}
#nf_kompstoer a {
  display: block;
  transition: background-color 0.3s, background-image 0.3s, color 0.3s;
}
#nf_kompstoer .head {
  padding: 5px 0 30px;
  font-size: 130%;
  font-weight: bold;
}
#nf_kompstoer .text {
  line-height: 1.75;
}
@media screen and (max-width: 1099px) {
  #nf_kompstoer a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    background: url(/fileadmin/template/eufom2018/img/fingerprint_ffff.svg) no-repeat 5px 10px #A0131B;
    background-size: 80px;
    padding: 5px 10px 5px 90px;
    margin-bottom: 15px;
    border-top-left-radius: 45px;
  }
  #nf_kompstoer a:hover {
    color: #ffffff;
  }
  #nf_kompstoer a .head {
    padding-bottom: 10px;
  }
  #nf_kompstoer .top a {
    background-color: #e6600a;
  }
  #nf_kompstoer .left a,
  #nf_kompstoer .right a,
  #nf_kompstoer .bottom a {
    background-color: #A0131B;
  }
}
@media screen and (max-width: 321px) {
  #nf_kompstoer a {
    padding-left: 60px;
    background-size: 50px;
    border-top-left-radius: 30px;
  }
}
@media screen and (min-width: 1100px) {
  #nf_kompstoer {
    height: 795px;
    position: relative;
    text-align: center;
    overflow: hidden;
  }
  #nf_kompstoer a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
  }
  #nf_kompstoer a:hover {
    color: #747474;
  }
  #nf_kompstoer a:hover {
    background: url(/fileadmin/template/eufom2018/img/fingerprint_ffff.svg) no-repeat center #e8e8e8 !important;
    background-size: 80%!important;
  }
  #nf_kompstoer .top {
    position: relative;
    z-index: 3;
    margin-top: -60px;
  }
  #nf_kompstoer .top a {
    border: 60px solid white;
    border-radius: 50%;
    height: 486px;
    width: 486px;
    left: 50%;
    margin-left: -243px;
    position: absolute;
    top: 0;
    bottom: 0;
    background: url(/fileadmin/template/eufom2018/img/fingerprint_fff2.svg) no-repeat center #e6600a;
    background-size: 80%;
    padding: 40px;
  }
  #nf_kompstoer .top a::before {
    position: absolute;
    left: -61px;
    right: -61px;
    top: -61px;
    bottom: -61px;
    border: 2px solid white;
    content: '';
    border-radius: 50%;
  }
  #nf_kompstoer .top a .head {
    padding-top: 20px;
  }
  #nf_kompstoer .left,
  #nf_kompstoer .right {
    z-index: 2;
    position: absolute;
    top: 240px;
    width: 510px;
    display: inline-block;
  }
  #nf_kompstoer .left a,
  #nf_kompstoer .right a {
    padding: 40px 20px;
    background-color: #A0131B;
  }
  #nf_kompstoer .left a:hover,
  #nf_kompstoer .right a:hover {
    background-size: 50% !important;
  }
  #nf_kompstoer .left {
    left: 0;
  }
  #nf_kompstoer .left a {
    padding-right: 220px;
    background-position: 30px center!important;
  }
  #nf_kompstoer .right {
    right: 0;
  }
  #nf_kompstoer .right a {
    padding-left: 220px;
    background-position: 230px center!important;
  }
  #nf_kompstoer .bottom {
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  #nf_kompstoer .bottom a {
    padding: 40px 20px;
    background-color: #A0131B;
    background-size: 0!important;
  }
}
.gray-padding-box p {
  color: #747474 !important;
}
.gray-padding-box:not(.figcaption-only) {
  background-color: #e8e8e8;
  padding: 40px 45px;
}
.bgc-hgrau .gray-padding-box:not(.figcaption-only),
.bgc-erot .gray-padding-box:not(.figcaption-only) {
  background-color: #FFF;
}
@media screen and (max-width: 1099px) {
  .gray-padding-box:not(.figcaption-only) {
    padding: 10px;
  }
}
.gray-padding-box figcaption {
  background-color: #e8e8e8;
  font-size: 90%;
  color: rgba(116, 116, 116, 0.85);
  line-height: 1.4;
}
@media screen and (max-width: 1099px) {
  .gray-padding-box figcaption {
    padding: 10px;
  }
}
@media screen and (min-width: 1100px) {
  .gray-padding-box figcaption {
    padding: 40px 45px;
  }
}
.gray-padding-box figcaption strong {
  font-size: 120%;
  color: #747474;
  display: block;
  padding-bottom: 10px;
}
.gray-padding-box figcaption br {
  display: none;
}
p > a.button {
  display: block;
  background-color: #e6600a;
  border-radius: 6px;
  padding: 12px 45px 10px 15px;
  position: relative;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  font-weight: bold;
}
p > a.button:hover {
  color: #ffffff;
}
p > a.button:hover {
  background-color: #A0131B;
}
p > a.button::after {
  content: '»';
  position: absolute;
  right: 0;
  bottom: 5px;
  top: 5px;
  width: 45px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  background: no-repeat center;
  background-size: contain;
  font-size: 60px;
  line-height: 39px;
  text-align: center;
}
body.rl-16068 .nf_eyecatch.inline-catch .webi,
body.rl-16068 .nf_eyecatch.inline-catch .im,
body.rl-16068 .nf_eyecatch.inline-catch .iv,
body.rl-16068 .nf_eyecatch.inline-catch .an {
  display: inline-block;
  width: 230px;
  margin-bottom: 0 !important;
  margin-left: 0;
}
body.rl-16068 .nf_eyecatch.inline-catch .webi:not(:last-child),
body.rl-16068 .nf_eyecatch.inline-catch .im:not(:last-child),
body.rl-16068 .nf_eyecatch.inline-catch .iv:not(:last-child),
body.rl-16068 .nf_eyecatch.inline-catch .an:not(:last-child) {
  margin-right: 15px;
}
.nf_eyecatch.inline-catch .an a {
  background-color: #A0131B !important;
}
.nf_eyecatch.inline-catch .an a:hover {
  background-color: #e6600a !important;
}
.nf_eyecatch .head {
  font-size: 18px;
}
.nf_eyecatch .text {
  padding: 10px 0;
  font-size: 14px;
}
.nf_eyecatch .text p:last-child {
  margin-bottom: 0;
}
.nf_eyecatch a {
  display: block;
  background-color: #e6600a;
  border-radius: 6px;
  padding: 12px 45px 10px 15px;
  position: relative;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  font-weight: bold;
}
.nf_eyecatch a:hover {
  color: #ffffff;
}
.nf_eyecatch a:hover {
  background-color: #A0131B;
}
.nf_eyecatch a::after {
  content: '»';
  position: absolute;
  right: 0;
  bottom: 5px;
  top: 5px;
  width: 45px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  background: no-repeat center;
  background-size: contain;
  font-size: 60px;
  line-height: 39px;
  text-align: center;
}
.nf_eyecatch a::after {
  content: '';
}
.nf_eyecatch > :not(:last-child) {
  margin-bottom: 40px;
}
.nf_eyecatch .webi a::after,
.nf_eyecatch .iv a::after {
  background-image: url(/fileadmin/template/eufom2018/img/calendar_clock.svg);
}
.nf_eyecatch .im a::after {
  background-image: url(/fileadmin/template/eufom2018/img/folder_document2.svg);
}
.nf_eyecatch .sb a::after {
  background-image: url(/fileadmin/template/eufom2018/img/icon-studienberatung.svg);
}
.nf_eyecatch .sa a::after {
  background-image: url(/fileadmin/template/eufom2018/img/icon-stellenboerse.svg);
}
.nf_eyecatch .an a::after {
  background-image: url(/fileadmin/template/eufom2018/img/icon-anmeldung.svg);
}
figcaption > .nf_eyecatch {
  margin-top: 40px;
}
@media screen and (min-width: 1100px) {
  figcaption > .nf_eyecatch {
    width: 100%;
    vertical-align: top;
  }
  figcaption > .nf_eyecatch > div {
    vertical-align: top;
    display: inline-block;
    width: 210px;
    border: solid #b9b9b9;
    border-width: 2px 0;
    /*&.im {
          margin-right: 20px;
          margin-bottom: 0;
        }
        &.iv {
          margin-left: 20px;
        }
        &.webi,
        &.an {
          margin-left: 40px;
        }  */
  }
  figcaption > .nf_eyecatch > div:not(:last-child) {
    margin-right: 40px;
  }
}
@media screen and (max-width: 1099px) {
  figcaption > .nf_eyecatch {
    border-top: 1px solid #A0131B;
  }
  figcaption > .nf_eyecatch > div {
    margin-bottom: 0 !important;
  }
}
figcaption > .nf_eyecatch > div {
  padding: 15px 0;
}
figcaption > .nf_eyecatch > div .text {
  padding-top: 0;
  font-size: 85%;
}
figcaption > .nf_eyecatch > div a {
  padding: 5px 40px 3px 10px;
  font-size: 90%;
}
.nf_eyecatch label {
  display: block !important;
}
.nf_eyecatch .iv input {
  vertical-align: text-top;
  margin-right: 5px;
}
.nf_eyecatch .webi br {
  display: block;
}
main > .NfSliderParent.parent-of-full_fullheight figcaption > p + .nf_eyecatch > .webi {
  display: none !important;
}
#kompetenzen .kr {
  padding: 5px;
}
#kompetenzen .kr .kompetenz {
  display: inline-block;
  vertical-align: top;
}
#kompetenzen .kr .kompetenz .box {
  width: 100px;
  height: 100px;
  background-color: #A0131B;
  padding: 5px;
  color: white;
  text-transform: uppercase;
  float: left;
  white-space: pre-line;
  line-height: 1.3;
}
#kompetenzen .kr .kompetenz .head1 {
  color: #777;
  font-weight: bold;
  padding: 5px 0;
}
#kompetenzen .kr .kompetenz .head2 {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 15px;
}
@media screen and (max-width: 1099px) {
  #kompetenzen .kr .kompetenz {
    width: 100%;
  }
  #kompetenzen .kr .kompetenz .box {
    width: 85px;
    height: 85px;
    font-size: 63%;
  }
  #kompetenzen .kr .kompetenz .head1,
  #kompetenzen .kr .kompetenz .head2,
  #kompetenzen .kr .kompetenz .text {
    margin-left: 95px;
  }
}
@media screen and (max-width: 321px) {
  #kompetenzen .kr .kompetenz {
    border-top: 2px solid #A0131B;
  }
  #kompetenzen .kr .kompetenz .box {
    float: inherit;
    white-space: normal;
    width: auto;
    max-width: 65%;
    display: inline-block;
    height: auto;
    vertical-align: top;
  }
  #kompetenzen .kr .kompetenz .head1,
  #kompetenzen .kr .kompetenz .head2,
  #kompetenzen .kr .kompetenz .text {
    margin-left: 0;
  }
}
@media screen and (min-width: 1100px) {
  #kompetenzen .kr .kompetenz {
    width: 50%;
  }
  #kompetenzen .kr .kompetenz .box {
    height: 100px;
    width: 100px;
    font-size: 74%;
  }
  #kompetenzen .kr .kompetenz .head1,
  #kompetenzen .kr .kompetenz .head2,
  #kompetenzen .kr .kompetenz .text {
    margin-left: 115px;
    padding-right: 15px;
  }
}
div.factbox {
  background-color: #b4454b;
  line-height: 1.3;
  padding: 20px;
}
div.factbox * {
  color: white;
}
div.factbox .headlineElement {
  margin-top: 0;
}
div.factbox .bobo {
  border-bottom-color: white;
}
div.produkt-inhalte-small p:not(:first-child) > strong:only-child {
  display: block;
  padding-top: 5px;
  margin-top: 10px;
  border-top: 1px dotted #A0131B;
}
div.produkt-inhalte ul li::before {
  background-color: #FFF!important;
}
body.nojs div.produkt-inhalte .title {
  background-color: #e8e8e8;
  padding: 5px 10px;
  color: #000;
  font-weight: bold;
}
body.nojs div.produkt-inhalte .content {
  background-color: #b4454b;
  color: #FFF;
  padding: 5px 10px;
}
body.nojs div.produkt-inhalte .content + .title {
  margin-top: 10px;
}
body.js div.produkt-inhalte {
  height: auto;
  overflow: hidden;
  position: relative;
}
body.js div.produkt-inhalte .content:not(.active) {
  display: none;
}
body.js div.produkt-inhalte .contents {
  margin-left: 90px;
}
body.js div.produkt-inhalte .contents .content {
  height: auto;
  overflow: hidden;
}
body.js div.produkt-inhalte .contents .content > :empty {
  display: none;
}
body.js div.produkt-inhalte .contents .content .cell {
  float: left;
  width: 49%;
  background-color: #b4454b;
  padding: 45px 55px;
  color: #fff;
}
body.js div.produkt-inhalte .contents .content .cell.left {
  margin-right: .5%;
}
body.js div.produkt-inhalte .contents .content .cell.right {
  margin-left: .5%;
}
body.js div.produkt-inhalte .contents .content .cell p > strong:only-child {
  letter-spacing: 0.5px;
}
body.js div.produkt-inhalte .contents .content hr {
  border: 0 solid rgba(255, 255, 255, 0.15);
  border-top-width: 1px;
  margin: 10px -20px;
}
body.js div.produkt-inhalte .contents .content hr:last-child {
  display: none;
}
body.js div.produkt-inhalte .titles {
  float: left;
  width: 90px;
}
body.js div.produkt-inhalte .titles a {
  position: relative;
  display: block;
  width: 74px;
  line-height: 74px;
  font-size: 45px;
  font-weight: bold;
  color: #fff;
  background-color: #ddd;
  text-align: center;
  margin-bottom: 3px;
  transition: all 0.3s;
}
body.js div.produkt-inhalte .titles a::after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  border: 0 solid transparent;
  border-left-color: #ddd;
  transition: all 0.3s;
}
body.js div.produkt-inhalte .titles a:hover {
  background-color: #b9b9b9;
}
body.js div.produkt-inhalte .titles a.active {
  background-color: #b9b9b9;
}
body.js div.produkt-inhalte .titles a.active::after {
  top: 0;
  border-width: 37px;
  border-left-color: #b9b9b9;
}
div.supsimac > .title,
div.supsimac a.supsimac_title {
  display: block;
  font-weight: bold;
  color: #000;
  margin-top: 10px;
  padding-left: 31px;
  cursor: pointer;
}
div.supsimac > .title::before,
div.supsimac a.supsimac_title::before {
  background-color: #A0131B;
  color: white;
  content: '+';
  line-height: 21px;
  width: 21px;
  margin-right: 10px;
  display: inline-block;
  text-align: center;
  margin-left: -31px;
}
div.supsimac > .title:hover::before,
div.supsimac a.supsimac_title:hover::before {
  background-color: rgba(160, 19, 27, 0.85);
}
div.supsimac > .title.active::before,
div.supsimac a.supsimac_title.active::before {
  background-color: rgba(160, 19, 27, 0.85);
  content: '–';
}
div.supsimac > .content,
div.supsimac div.supsimac_content {
  padding: 20px 0;
}
div.supsimac > .content::before,
div.supsimac div.supsimac_content::before,
div.supsimac > .content::after,
div.supsimac div.supsimac_content::after {
  content: '';
  height: 30px;
  display: block;
}
:not(.map-only) > div.tx-anfahrt {
  padding: 20px;
  background-color: #FFF;
}
:not(.map-only) > div.tx-anfahrt .mapmap {
  margin: 30px 0px;
  height: 270px;
}
.map-only > div.tx-anfahrt {
  margin-bottom: 15px;
}
.map-only > div.tx-anfahrt .mapmap {
  height: 350px;
  border: 1px solid #747474;
}
.map-only > div.tx-anfahrt h3,
.map-only > div.tx-anfahrt .address {
  display: none !important;
}
div.tx-anfahrt .mapmap {
  position: relative;
}
div.tx-anfahrt h3 {
  font-size: 25.5px;
  font-weight: normal;
}
div.tx-anfahrt h3:before {
  content: '';
  height: 45px;
  display: block;
  margin-bottom: 15px;
  background: url(../img/icon-anfahrt.svg) left top no-repeat;
  background-size: contain;
}
#c54228 div.headlineElement:before {
  content: '';
  height: 45px;
  display: block;
  margin-bottom: 15px;
  background: url(../img/icon-kontakt.svg) left top no-repeat;
  background-size: contain;
}
div.nf-conscroll {
  padding-bottom: 40px;
}
div.nf-conscroll:not(:hover) .ctrlParent a.next {
  right: -60px;
}
div.nf-conscroll:not(:hover) .ctrlParent a.prev {
  left: -60px;
}
div.nf-conscroll .dotParent {
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  text-align: center;
}
div.nf-conscroll .dotParent a {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
}
div.nf-conscroll .dotParent a.active {
  background-color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 1099px) {
  div.nf-conscroll {
    padding-bottom: 60px;
  }
  div.nf-conscroll .csc-textpic-imagewrap {
    display: none !important;
  }
  div.nf-conscroll .csc-textpic-intext-left-nowrap .csc-textpic-text {
    margin-left: 0!important;
  }
  div.nf-conscroll .csc-textpic-intext-right-nowrap .csc-textpic-text {
    margin-right: 0!important;
  }
  div.nf-conscroll .dotParent a {
    width: 24px;
    height: 24px;
  }
  div.nf-conscroll .ctrlParent {
    display: none!important;
  }
}
div.nf-conscroll,
div.nf-gallery {
  padding-top: 0 !important;
  position: relative;
}
div.nf-conscroll .ctrlParent,
div.nf-gallery .ctrlParent {
  transition: all 0.3s;
}
div.nf-conscroll .ctrlParent a,
div.nf-gallery .ctrlParent a {
  background-color: rgba(116, 116, 116, 0.5);
  top: 50%;
  position: absolute;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin-top: -30px;
  z-index: 2000;
  transition: all 0.3s;
}
div.nf-conscroll .ctrlParent a:hover,
div.nf-gallery .ctrlParent a:hover {
  background-color: rgba(116, 116, 116, 0.75);
}
div.nf-conscroll .ctrlParent a::after,
div.nf-gallery .ctrlParent a::after {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  top: 21px;
  border: 2px solid;
}
div.nf-conscroll .ctrlParent a.next,
div.nf-gallery .ctrlParent a.next {
  right: 0;
}
div.nf-conscroll .ctrlParent a.next::after,
div.nf-gallery .ctrlParent a.next::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-color: white white transparent transparent;
  left: 18.6px;
}
div.nf-conscroll .ctrlParent a.prev,
div.nf-gallery .ctrlParent a.prev {
  left: 0;
}
div.nf-conscroll .ctrlParent a.prev::after,
div.nf-gallery .ctrlParent a.prev::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-color: transparent transparent white white;
  right: 18.6px;
}
div.nf-conscroll .scrollParent,
div.nf-gallery .scrollParent {
  overflow: hidden;
}
div.nf-conscroll .scrollParent .slider,
div.nf-gallery .scrollParent .slider {
  vertical-align: top;
}
div.nf-conscroll .scrollParent .slider .scroll-child,
div.nf-gallery .scrollParent .slider .scroll-child {
  margin: 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
div.nf-conscroll .scrollParent .slider figure,
div.nf-gallery .scrollParent .slider figure {
  margin: 0;
  position: relative;
  display: inline-block;
}
body:not(#page-16071) div.nf-conscroll .scrollParent .slider figure:hover img,
body:not(#page-16071) div.nf-gallery .scrollParent .slider figure:hover img {
  transform: scale(1.1);
  opacity: 0.9;
}
div.nf-conscroll .scrollParent .slider figure img,
div.nf-gallery .scrollParent .slider figure img {
  vertical-align: top;
  transition: transform 0.75s, opacity 0.75s;
}
div.nf-conscroll .scrollParent .slider figure figcaption,
div.nf-gallery .scrollParent .slider figure figcaption {
  display: block;
  position: absolute;
  right: 5px;
  bottom: 5px;
  background-color: rgba(119, 119, 119, 0.5);
  padding: 0 5px;
  font-size: 80%;
  color: #FFF;
}
div[id^="c"] blockquote {
  margin: 0;
  font-size: 160%;
  color: #000;
}
div[id^="c"] blockquote:not(:only-child) {
  margin-bottom: 20px;
}
div[id^="c"] blockquote:not(:first-child) {
  margin-top: 20px;
}
div.ctas.bobo {
  border-bottom: 2px solid #b9b9b9;
  padding-bottom: 20px;
}
div.ctas.boto {
  border-top: 2px solid #b9b9b9;
  padding-top: 20px;
}
div.ctas > a,
div.ctas > span {
  display: block;
  padding: 5px 0 5px 60px;
  background: no-repeat left center;
  background-size: 45px;
  color: #000;
  font-size: 90%;
  line-height: 1.2;
}
div.ctas > a strong,
div.ctas > span strong {
  font-weight: normal;
  color: #A0131B;
  font-size: 125%;
}
div.ctas > a.tel,
div.ctas > span.tel {
  background-image: url(../img/icon-telefon.svg);
}
div.ctas > a.mail,
div.ctas > span.mail {
  background-image: url(../img/icon-brief.svg);
}
div.ctas > a.kofo,
div.ctas > span.kofo {
  background-image: url(../img/icon-person.svg);
}
div.ctas > a.wapp,
div.ctas > span.wapp {
  background-image: url(../img/icon-whatsapp.svg);
}
div.ctas > a.chat,
div.ctas > span.chat {
  background-image: url(../img/icon-chat.svg);
}
body:not(.hasChat) div.ctas > a.chat,
body:not(.hasChat) div.ctas > span.chat {
  display: none !important;
}
div.ctas.bigger {
  font-size: 120%;
}
div.ctas.bigger > a,
div.ctas.bigger > span {
  padding-left: 70px;
  background-size: 55px;
}
#searchFormResultPage,
.nfform {
  padding-bottom: 25px;
}
#searchFormResultPage .email-info,
.nfform .email-info {
  display: block;
  text-align: right;
  font-size: 80%;
  padding-right: 30px;
}
#searchFormResultPage .agreement-info-form,
.nfform .agreement-info-form,
#searchFormResultPage .agreement-form,
.nfform .agreement-form {
  padding: 10px;
}
#searchFormResultPage .agreement-info-form .row label,
.nfform .agreement-info-form .row label,
#searchFormResultPage .agreement-form .row label,
.nfform .agreement-form .row label {
  margin-left: 25px;
  text-indent: -17px;
  display: block;
  padding-top: 15px;
}
#searchFormResultPage .agreement-info-form .acc-titel-alike,
.nfform .agreement-info-form .acc-titel-alike,
#searchFormResultPage .agreement-form .acc-titel-alike,
.nfform .agreement-form .acc-titel-alike {
  font-weight: bold;
  padding: 5px 10px;
  margin-top: 10px;
  background-color: #A0131B;
  color: #fff;
}
#searchFormResultPage .agreement-info-form .acc-content-alike,
.nfform .agreement-info-form .acc-content-alike,
#searchFormResultPage .agreement-form .acc-content-alike,
.nfform .agreement-form .acc-content-alike {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  background-color: rgba(116, 116, 116, 0.15);
  padding: 10px 9px 0;
  border: 1px solid #A0131B;
  border-top: none;
}
#searchFormResultPage .agreement-info-form .acc-content-alike .row-text + div,
.nfform .agreement-info-form .acc-content-alike .row-text + div,
#searchFormResultPage .agreement-form .acc-content-alike .row-text + div,
.nfform .agreement-form .acc-content-alike .row-text + div {
  margin-top: 10px;
}
.bgc-erot #searchFormResultPage .agreement-info-form,
.bgc-erot .nfform .agreement-info-form,
.bgc-erot #searchFormResultPage .agreement-form,
.bgc-erot .nfform .agreement-form {
  color: #fff;
}
.bgc-erot #searchFormResultPage .agreement-info-form .acc-titel-alike,
.bgc-erot .nfform .agreement-info-form .acc-titel-alike,
.bgc-erot #searchFormResultPage .agreement-form .acc-titel-alike,
.bgc-erot .nfform .agreement-form .acc-titel-alike {
  background-color: #fff;
  color: #A0131B;
}
.bgc-erot #searchFormResultPage .agreement-info-form .acc-content-alike,
.bgc-erot .nfform .agreement-info-form .acc-content-alike,
.bgc-erot #searchFormResultPage .agreement-form .acc-content-alike,
.bgc-erot .nfform .agreement-form .acc-content-alike {
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid white;
}
#searchFormResultPage #footParent .agreement-info-form,
.nfform #footParent .agreement-info-form,
#searchFormResultPage #footParent .agreement-form,
.nfform #footParent .agreement-form {
  padding: 0;
  margin-bottom: 15px;
}
#searchFormResultPage label.inElement,
.nfform label.inElement {
  display: none;
}
#searchFormResultPage textarea,
.nfform textarea {
  resize: vertical;
  max-height: 450px;
  min-height: 100px;
}
#searchFormResultPage #teilnehmerAnzahl,
.nfform #teilnehmerAnzahl {
  width: auto;
  padding: 0 40px;
}
#searchFormResultPage .mr-gebdat input#p-gebdat-y,
.nfform .mr-gebdat input#p-gebdat-y,
#searchFormResultPage .mr-gebdat input#p-gebdat-m,
.nfform .mr-gebdat input#p-gebdat-m,
#searchFormResultPage .mr-gebdat input#p-gebdat-d,
.nfform .mr-gebdat input#p-gebdat-d {
  width: 33.333%;
}
#searchFormResultPage textarea,
.nfform textarea,
#searchFormResultPage input[type="email"],
.nfform input[type="email"],
#searchFormResultPage input[type="text"],
.nfform input[type="text"],
#searchFormResultPage input[type="tel"],
.nfform input[type="tel"],
#searchFormResultPage select,
.nfform select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ddd;
  line-height: 48px;
  width: 100%;
  border-radius: 25px;
  padding: 0 20px;
  margin: 10px 0;
  background-color: #fff;
}
#searchFormResultPage textarea:not(textarea),
.nfform textarea:not(textarea),
#searchFormResultPage input[type="email"]:not(textarea),
.nfform input[type="email"]:not(textarea),
#searchFormResultPage input[type="text"]:not(textarea),
.nfform input[type="text"]:not(textarea),
#searchFormResultPage input[type="tel"]:not(textarea),
.nfform input[type="tel"]:not(textarea),
#searchFormResultPage select:not(textarea),
.nfform select:not(textarea) {
  height: 48px;
}
#searchFormResultPage textarea:focus,
.nfform textarea:focus,
#searchFormResultPage input[type="email"]:focus,
.nfform input[type="email"]:focus,
#searchFormResultPage input[type="text"]:focus,
.nfform input[type="text"]:focus,
#searchFormResultPage input[type="tel"]:focus,
.nfform input[type="tel"]:focus,
#searchFormResultPage select:focus,
.nfform select:focus {
  outline: none;
}
#searchFormResultPage textarea.error,
.nfform textarea.error,
#searchFormResultPage input[type="email"].error,
.nfform input[type="email"].error,
#searchFormResultPage input[type="text"].error,
.nfform input[type="text"].error,
#searchFormResultPage input[type="tel"].error,
.nfform input[type="tel"].error,
#searchFormResultPage select.error,
.nfform select.error {
  border-color: #bf787c;
}
.bgc-erot #searchFormResultPage textarea,
.bgc-erot .nfform textarea,
.bgc-erot #searchFormResultPage input[type="email"],
.bgc-erot .nfform input[type="email"],
.bgc-erot #searchFormResultPage input[type="text"],
.bgc-erot .nfform input[type="text"],
.bgc-erot #searchFormResultPage input[type="tel"],
.bgc-erot .nfform input[type="tel"],
.bgc-erot #searchFormResultPage select,
.bgc-erot .nfform select {
  background-color: transparent;
  border-color: white;
  color: #fff;
}
.bgc-erot #searchFormResultPage textarea::-webkit-input-placeholder,
.bgc-erot .nfform textarea::-webkit-input-placeholder,
.bgc-erot #searchFormResultPage input[type="email"]::-webkit-input-placeholder,
.bgc-erot .nfform input[type="email"]::-webkit-input-placeholder,
.bgc-erot #searchFormResultPage input[type="text"]::-webkit-input-placeholder,
.bgc-erot .nfform input[type="text"]::-webkit-input-placeholder,
.bgc-erot #searchFormResultPage input[type="tel"]::-webkit-input-placeholder,
.bgc-erot .nfform input[type="tel"]::-webkit-input-placeholder,
.bgc-erot #searchFormResultPage select::-webkit-input-placeholder,
.bgc-erot .nfform select::-webkit-input-placeholder {
  color: #fff;
}
.bgc-erot #searchFormResultPage textarea:-ms-input-placeholder,
.bgc-erot .nfform textarea:-ms-input-placeholder,
.bgc-erot #searchFormResultPage input[type="email"]:-ms-input-placeholder,
.bgc-erot .nfform input[type="email"]:-ms-input-placeholder,
.bgc-erot #searchFormResultPage input[type="text"]:-ms-input-placeholder,
.bgc-erot .nfform input[type="text"]:-ms-input-placeholder,
.bgc-erot #searchFormResultPage input[type="tel"]:-ms-input-placeholder,
.bgc-erot .nfform input[type="tel"]:-ms-input-placeholder,
.bgc-erot #searchFormResultPage select:-ms-input-placeholder,
.bgc-erot .nfform select:-ms-input-placeholder {
  color: #fff;
}
.bgc-erot #searchFormResultPage textarea::placeholder,
.bgc-erot .nfform textarea::placeholder,
.bgc-erot #searchFormResultPage input[type="email"]::placeholder,
.bgc-erot .nfform input[type="email"]::placeholder,
.bgc-erot #searchFormResultPage input[type="text"]::placeholder,
.bgc-erot .nfform input[type="text"]::placeholder,
.bgc-erot #searchFormResultPage input[type="tel"]::placeholder,
.bgc-erot .nfform input[type="tel"]::placeholder,
.bgc-erot #searchFormResultPage select::placeholder,
.bgc-erot .nfform select::placeholder {
  color: #fff;
  opacity: 1;
}
#searchFormResultPage select::-ms-expand,
.nfform select::-ms-expand {
  display: none;
}
.showFillMe #searchFormResultPage .fill_me,
.showFillMe .nfform .fill_me,
#searchFormResultPage .f3-form-error,
.nfform .f3-form-error {
  border-color: #ee6f6f !important;
  background-color: #ffe6e6 !important;
  color: #ba3a3a !important;
}
.showFillMe #searchFormResultPage .fill_me::-webkit-input-placeholder,
.showFillMe .nfform .fill_me::-webkit-input-placeholder,
#searchFormResultPage .f3-form-error::-webkit-input-placeholder,
.nfform .f3-form-error::-webkit-input-placeholder {
  color: #ba3a3a !important;
}
.showFillMe #searchFormResultPage .fill_me:-ms-input-placeholder,
.showFillMe .nfform .fill_me:-ms-input-placeholder,
#searchFormResultPage .f3-form-error:-ms-input-placeholder,
.nfform .f3-form-error:-ms-input-placeholder {
  color: #ba3a3a !important;
}
.showFillMe #searchFormResultPage .fill_me::-webkit-input-placeholder,
.showFillMe .nfform .fill_me::-webkit-input-placeholder,
#searchFormResultPage .f3-form-error::-webkit-input-placeholder,
.nfform .f3-form-error::-webkit-input-placeholder {
  color: #ba3a3a !important;
}
#searchFormResultPage .mr-gebdat #gebdat-d,
.nfform .mr-gebdat #gebdat-d {
  width: 38%;
}
#searchFormResultPage .mr-gebdat #gebdat-m,
.nfform .mr-gebdat #gebdat-m,
#searchFormResultPage .mr-gebdat #gebdat-y,
.nfform .mr-gebdat #gebdat-y {
  width: 30%;
  margin-left: 1%;
}
#searchFormResultPage.privat .row.B,
.nfform.privat .row.B {
  display: none !important;
}
#searchFormResultPage.business .row.P,
.nfform.business .row.P {
  display: none !important;
}
#searchFormResultPage #ort_head input,
.nfform #ort_head input {
  float: right;
}
#searchFormResultPage #ort_head br,
.nfform #ort_head br {
  display: none;
}
#searchFormResultPage .headlineElement,
.nfform .headlineElement {
  font-size: 140%;
  font-weight: bold;
  margin-top: 2em;
}
#searchFormResultPage #datelist img,
.nfform #datelist img,
#searchFormResultPage #datelist h1 br,
.nfform #datelist h1 br {
  display: none;
}
#searchFormResultPage #pArtFilter,
.nfform #pArtFilter,
#searchFormResultPage #produkte > .hsb > div.input-left,
.nfform #produkte > .hsb > div.input-left,
#searchFormResultPage #produkte > .hsb > .pArt > div[class="input-left"],
.nfform #produkte > .hsb > .pArt > div[class="input-left"],
#searchFormResultPage #orte,
.nfform #orte {
  display: none !important;
}
#searchFormResultPage #produkte .sFach,
.nfform #produkte .sFach {
  color: #A0131B;
  font-weight: bold;
}
#searchFormResultPage #produkte .sFach span,
.nfform #produkte .sFach span {
  font-weight: normal;
  color: #747474;
}
#searchFormResultPage #produkte .sFach,
.nfform #produkte .sFach,
#searchFormResultPage div.input-left,
.nfform div.input-left,
#searchFormResultPage p.input-left,
.nfform p.input-left {
  position: relative;
  padding-left: 50px;
  min-height: 32px;
  margin-bottom: 10px;
}
#searchFormResultPage #produkte .sFach input[type="checkbox"],
.nfform #produkte .sFach input[type="checkbox"],
#searchFormResultPage div.input-left input[type="checkbox"],
.nfform div.input-left input[type="checkbox"],
#searchFormResultPage p.input-left input[type="checkbox"],
.nfform p.input-left input[type="checkbox"],
#searchFormResultPage #produkte .sFach input[type="radio"],
.nfform #produkte .sFach input[type="radio"],
#searchFormResultPage div.input-left input[type="radio"],
.nfform div.input-left input[type="radio"],
#searchFormResultPage p.input-left input[type="radio"],
.nfform p.input-left input[type="radio"] {
  height: 0;
  width: 0;
  overflow: hidden;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
#searchFormResultPage #produkte .sFach input[type="checkbox"] + label:hover::after,
.nfform #produkte .sFach input[type="checkbox"] + label:hover::after,
#searchFormResultPage div.input-left input[type="checkbox"] + label:hover::after,
.nfform div.input-left input[type="checkbox"] + label:hover::after,
#searchFormResultPage p.input-left input[type="checkbox"] + label:hover::after,
.nfform p.input-left input[type="checkbox"] + label:hover::after,
#searchFormResultPage #produkte .sFach input[type="radio"] + label:hover::after,
.nfform #produkte .sFach input[type="radio"] + label:hover::after,
#searchFormResultPage div.input-left input[type="radio"] + label:hover::after,
.nfform div.input-left input[type="radio"] + label:hover::after,
#searchFormResultPage p.input-left input[type="radio"] + label:hover::after,
.nfform p.input-left input[type="radio"] + label:hover::after,
#searchFormResultPage #produkte .sFach input[type="checkbox"]:hover + label::after,
.nfform #produkte .sFach input[type="checkbox"]:hover + label::after,
#searchFormResultPage div.input-left input[type="checkbox"]:hover + label::after,
.nfform div.input-left input[type="checkbox"]:hover + label::after,
#searchFormResultPage p.input-left input[type="checkbox"]:hover + label::after,
.nfform p.input-left input[type="checkbox"]:hover + label::after,
#searchFormResultPage #produkte .sFach input[type="radio"]:hover + label::after,
.nfform #produkte .sFach input[type="radio"]:hover + label::after,
#searchFormResultPage div.input-left input[type="radio"]:hover + label::after,
.nfform div.input-left input[type="radio"]:hover + label::after,
#searchFormResultPage p.input-left input[type="radio"]:hover + label::after,
.nfform p.input-left input[type="radio"]:hover + label::after {
  background-color: rgba(160, 19, 27, 0.5);
}
#searchFormResultPage #produkte .sFach input[type="checkbox"]:checked + label::after,
.nfform #produkte .sFach input[type="checkbox"]:checked + label::after,
#searchFormResultPage div.input-left input[type="checkbox"]:checked + label::after,
.nfform div.input-left input[type="checkbox"]:checked + label::after,
#searchFormResultPage p.input-left input[type="checkbox"]:checked + label::after,
.nfform p.input-left input[type="checkbox"]:checked + label::after,
#searchFormResultPage #produkte .sFach input[type="radio"]:checked + label::after,
.nfform #produkte .sFach input[type="radio"]:checked + label::after,
#searchFormResultPage div.input-left input[type="radio"]:checked + label::after,
.nfform div.input-left input[type="radio"]:checked + label::after,
#searchFormResultPage p.input-left input[type="radio"]:checked + label::after,
.nfform p.input-left input[type="radio"]:checked + label::after {
  background-color: #A0131B;
}
#searchFormResultPage #produkte .sFach input[type="checkbox"] + label,
.nfform #produkte .sFach input[type="checkbox"] + label,
#searchFormResultPage div.input-left input[type="checkbox"] + label,
.nfform div.input-left input[type="checkbox"] + label,
#searchFormResultPage p.input-left input[type="checkbox"] + label,
.nfform p.input-left input[type="checkbox"] + label,
#searchFormResultPage #produkte .sFach input[type="radio"] + label,
.nfform #produkte .sFach input[type="radio"] + label,
#searchFormResultPage div.input-left input[type="radio"] + label,
.nfform div.input-left input[type="radio"] + label,
#searchFormResultPage p.input-left input[type="radio"] + label,
.nfform p.input-left input[type="radio"] + label {
  position: relative;
}
#searchFormResultPage #produkte .sFach input[type="checkbox"] + label::before,
.nfform #produkte .sFach input[type="checkbox"] + label::before,
#searchFormResultPage div.input-left input[type="checkbox"] + label::before,
.nfform div.input-left input[type="checkbox"] + label::before,
#searchFormResultPage p.input-left input[type="checkbox"] + label::before,
.nfform p.input-left input[type="checkbox"] + label::before,
#searchFormResultPage #produkte .sFach input[type="radio"] + label::before,
.nfform #produkte .sFach input[type="radio"] + label::before,
#searchFormResultPage div.input-left input[type="radio"] + label::before,
.nfform div.input-left input[type="radio"] + label::before,
#searchFormResultPage p.input-left input[type="radio"] + label::before,
.nfform p.input-left input[type="radio"] + label::before,
#searchFormResultPage #produkte .sFach input[type="checkbox"] + label::after,
.nfform #produkte .sFach input[type="checkbox"] + label::after,
#searchFormResultPage div.input-left input[type="checkbox"] + label::after,
.nfform div.input-left input[type="checkbox"] + label::after,
#searchFormResultPage p.input-left input[type="checkbox"] + label::after,
.nfform p.input-left input[type="checkbox"] + label::after,
#searchFormResultPage #produkte .sFach input[type="radio"] + label::after,
.nfform #produkte .sFach input[type="radio"] + label::after,
#searchFormResultPage div.input-left input[type="radio"] + label::after,
.nfform div.input-left input[type="radio"] + label::after,
#searchFormResultPage p.input-left input[type="radio"] + label::after,
.nfform p.input-left input[type="radio"] + label::after {
  content: '';
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  transition: all 0.2s;
}
#searchFormResultPage #produkte .sFach input[type="checkbox"] + label::before,
.nfform #produkte .sFach input[type="checkbox"] + label::before,
#searchFormResultPage div.input-left input[type="checkbox"] + label::before,
.nfform div.input-left input[type="checkbox"] + label::before,
#searchFormResultPage p.input-left input[type="checkbox"] + label::before,
.nfform p.input-left input[type="checkbox"] + label::before,
#searchFormResultPage #produkte .sFach input[type="radio"] + label::before,
.nfform #produkte .sFach input[type="radio"] + label::before,
#searchFormResultPage div.input-left input[type="radio"] + label::before,
.nfform div.input-left input[type="radio"] + label::before,
#searchFormResultPage p.input-left input[type="radio"] + label::before,
.nfform p.input-left input[type="radio"] + label::before {
  height: 32px;
  width: 32px;
  border: 1px solid #ddd;
  left: -50px;
  top: -8px;
  background-color: #FFF;
}
#searchFormResultPage #produkte .sFach input[type="checkbox"] + label::after,
.nfform #produkte .sFach input[type="checkbox"] + label::after,
#searchFormResultPage div.input-left input[type="checkbox"] + label::after,
.nfform div.input-left input[type="checkbox"] + label::after,
#searchFormResultPage p.input-left input[type="checkbox"] + label::after,
.nfform p.input-left input[type="checkbox"] + label::after,
#searchFormResultPage #produkte .sFach input[type="radio"] + label::after,
.nfform #produkte .sFach input[type="radio"] + label::after,
#searchFormResultPage div.input-left input[type="radio"] + label::after,
.nfform div.input-left input[type="radio"] + label::after,
#searchFormResultPage p.input-left input[type="radio"] + label::after,
.nfform p.input-left input[type="radio"] + label::after {
  background-color: rgba(221, 221, 221, 0.5);
  height: 12px;
  width: 12px;
  top: 3px;
  left: -39px;
}
#searchFormResultPage #produkte .sFach input[type="checkbox"] + label::before,
.nfform #produkte .sFach input[type="checkbox"] + label::before,
#searchFormResultPage div.input-left input[type="checkbox"] + label::before,
.nfform div.input-left input[type="checkbox"] + label::before,
#searchFormResultPage p.input-left input[type="checkbox"] + label::before,
.nfform p.input-left input[type="checkbox"] + label::before,
#searchFormResultPage #produkte .sFach input[type="checkbox"] + label::after,
.nfform #produkte .sFach input[type="checkbox"] + label::after,
#searchFormResultPage div.input-left input[type="checkbox"] + label::after,
.nfform div.input-left input[type="checkbox"] + label::after,
#searchFormResultPage p.input-left input[type="checkbox"] + label::after,
.nfform p.input-left input[type="checkbox"] + label::after {
  border-radius: 0;
}
#searchFormResultPage #termine .termin,
.nfform #termine .termin {
  background-color: #e6e6e6;
  margin-bottom: 2px;
  padding-top: 15px;
  padding-bottom: 15px;
  border: solid #ddd;
  border-width: 2px 0;
  transition: all 0.3s;
}
#searchFormResultPage #termine .termin label,
.nfform #termine .termin label {
  display: block;
}
#searchFormResultPage #termine .termin label::before,
.nfform #termine .termin label::before {
  left: -45px;
  top: 32px;
}
#searchFormResultPage #termine .termin label::after,
.nfform #termine .termin label::after {
  top: 43px;
  left: -34px;
}
#searchFormResultPage #termine .termin select,
.nfform #termine .termin select {
  width: auto;
  border-radius: 15px;
  line-height: 30px;
  padding: 0 20px;
}
#searchFormResultPage #termine .termin.active,
.nfform #termine .termin.active {
  border-color: #A0131B;
  background-color: #ddd;
}
#searchFormResultPage #termine .termin.active .title,
.nfform #termine .termin.active .title {
  color: #A0131B;
}
#searchFormResultPage #termine .termin:not(.active) .participants,
.nfform #termine .termin:not(.active) .participants {
  display: none;
}
#searchFormResultPage #termine .termin .datetime,
.nfform #termine .termin .datetime {
  text-transform: uppercase;
}
#searchFormResultPage #termine .termin .title,
.nfform #termine .termin .title {
  font-size: 140%;
  font-weight: bold;
}
#searchFormResultPage #above_submit,
.nfform #above_submit {
  border: 2px solid #A0131B;
  padding: 10px;
  color: #e6600a;
}
#searchFormResultPage input[type="submit"]:not(#submit),
.nfform input[type="submit"]:not(#submit) {
  display: block;
  font-weight: bold;
  line-height: 60px;
  color: white;
  background-color: #e6600a;
  width: 100%;
  border: none;
  margin-top: 20px;
  transition: all 0.3s;
}
.bgc-erot #searchFormResultPage input[type="submit"]:not(#submit),
.bgc-erot .nfform input[type="submit"]:not(#submit) {
  border: 1px solid white;
}
#searchFormResultPage #submit,
.nfform #submit {
  display: block;
  font-weight: bold;
  line-height: 60px;
  color: white;
  background-color: #e6600a;
  width: 100%;
  border: none;
  margin-top: 20px;
  opacity: .2;
  transition: all 0.3s;
}
#searchFormResultPage.allowSubmit #submit,
.nfform.allowSubmit #submit {
  opacity: 1;
}
#searchFormResultPage.allowSubmit #submit:hover,
.nfform.allowSubmit #submit:hover {
  background-color: #d54d0e;
}
#searchFormResultPage .smallNote,
.nfform .smallNote {
  color: #A0131B;
  font-size: 90%;
  font-weight: bold;
  text-align: right;
}
.bgc-erot #searchFormResultPage .smallNote,
.bgc-erot .nfform .smallNote {
  color: white;
}
.tx-nfforms > ul {
  margin: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
  border: 1px solid #f00;
  box-shadow: 0 0 4px white;
}
.tx-nfforms > ul > li > ul > li {
  font-weight: normal;
}
.tx-nfforms > ul li {
  font-weight: bold;
  color: #f00;
}
.tx-nfforms > ul li::before {
  background-color: #f00;
}
.tx-nfpersonrepo .person .image img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.tx-nfpersonrepo .person .contact {
  padding: 40px 45px;
  background-color: #e8e8e8;
  font-size: 90%;
  line-height: 1.4;
}
.tx-nfpersonrepo .person .contact .fullname {
  font-size: 120%;
  color: #747474;
  padding-bottom: 5px;
}
.tx-nfpersonrepo .person .contact .fullname > * {
  display: inline-block;
}
.tx-nfpersonrepo .person .contact .fullname .name {
  font-weight: bold;
}
.tx-nfpersonrepo .person .contact .fullname .titel_int::before {
  content: ', ';
}
.tx-nfpersonrepo .person .contact .status1 {
  padding-bottom: 5px;
}
.pdb-international .hr {
  border-top: 1px solid #A0131B;
  margin: 15px auto;
}
.pdb-international div.info {
  font-weight: bold;
  color: #000;
}
.pdb-international div.info small {
  font-weight: normal;
  color: #747474;
}
.tx-nfausboerse .hr {
  border-top: 1px solid #A0131B;
  margin: 15px auto;
}
.tx-nfausboerse .multirow.cell2 > div {
  display: inline-block;
  width: 50%;
}
.tx-nfausboerse .supsimac .stelle.filtered-out,
.tx-nfausboerse .supsimac .title.filtered-out,
.tx-nfausboerse .supsimac .content.filtered-out {
  display: none !important;
}
.tx-nfausboerse .supsimac .stelle {
  height: auto;
  overflow: hidden;
}
.tx-nfausboerse .supsimac .stelle:not(:last-child) {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #A0131B;
}
.tx-nfausboerse .supsimac .stelle .image {
  float: left;
  padding-right: 10px;
}
.tx-nfausboerse .supsimac .stelle .firma_name,
.tx-nfausboerse .supsimac .stelle .mehr_link {
  margin-left: 165px;
}
.tx-nfausboerse .supsimac .stelle .details {
  margin-left: 165px;
  /*&:not(.active){
          display: none;
        } */
}
.tx-nfpages #cal-corner #calForm {
  display: none !important;
}
.tx-nfpages #cal-corner .nfKalender .event:not(:last-child) {
  padding-bottom: 15px;
  border-bottom: 1px dotted #A0131B;
  margin-bottom: 15px;
}
.tx-nfpages #cal-corner .nfKalender .event .left {
  float: left;
  width: 130px;
}
.tx-nfpages #cal-corner .nfKalender .event .left .date {
  font-size: 120%;
}
.tx-nfpages #cal-corner .nfKalender .event .left .event-type {
  font-weight: bold;
}
.tx-nfpages #cal-corner .nfKalender .event .right {
  position: relative;
  margin-left: 140px;
}
.tx-nfpages #cal-corner .nfKalender .event .right a:hover .abstract {
  color: #A0131B;
}
.tx-nfpages #cal-corner .nfKalender .event .right a.regiotermin > span.icon {
  display: none!important;
}
.tx-nfpages #cal-corner .nfKalender .event .right div.ical {
  position: absolute;
  right: 0;
  top: 0;
}
.tx-nfpages #cal-corner .nfKalender .event .right .title {
  font-size: 120%;
  font-weight: bold;
}
.tx-nfpages #cal-corner .nfKalender .event .right .subtitle {
  color: #747474;
  font-weight: bold;
}
.tx-nfpages #cal-corner .nfKalender .event .right .abstract {
  color: #747474;
}
.tx-nfpages #cal-corner .nfKalender .event.type-veranstaltung .right .title {
  margin-right: 130px;
}
.tx-nfpages #news-wrapper .news-head {
  line-height: 1.6;
}
.tx-nfpages #news-wrapper .news-head .img {
  float: right;
  margin-left: 10px;
  margin-bottom: 5px;
  padding: 7px 0;
}
.tx-nfpages #news-wrapper .news-head .date {
  font-size: 90%;
}
.tx-nfpages #news-wrapper .news-head .title {
  font-weight: bold;
  font-size: 120%;
}
.tx-nfpages #news-wrapper .news-head .date,
.tx-nfpages #news-wrapper .news-head .abstract {
  color: #747474;
}
.tx-nfpages #news-wrapper .news-head:hover .abstract {
  color: #A0131B;
}
.tx-nfpages #news-wrapper .hr {
  margin: 15px 0;
  border-top: 1px dotted #A0131B;
}
.tx-nfpages #news-footer-menu {
  height: auto;
  overflow: hidden;
}
.tx-nfpages #news-footer-menu .btn {
  width: 50%;
  display: inline-block;
  float: left;
}
.tx-nfpages #news-footer-menu .btn.archiv {
  text-align: right;
}
.tx-nfpages .btn {
  color: #A0131B;
  text-decoration: none;
  cursor: pointer;
}
.tx-nfpages .btn#cal-pager-btn:not([data-hasMore="1"]),
.tx-nfpages .btn.inactive {
  display: none;
}
.tx-nfpages .btn::after {
  content: " »";
}
.tx-nfpages .btn:hover {
  color: #600b10;
}
.search-result .hLayout-40 {
  font-size: 130%;
  font-weight: normal;
}
.search-result h1.hLayout-31 {
  font-weight: bold;
  font-size: 130%;
}
.search-result .hits .hit span {
  float: right;
}
.search-result .hits .hit span::after {
  content: ')';
}
.search-result .hits .hit span::before {
  content: '(';
}
.search-result .tagcloud a {
  display: block;
  margin: 5px 0;
}
.search-result .tagcloud a.tag.fs-80 {
  font-size: 95%;
  color: #a7252c;
  text-decoration: none;
  cursor: pointer;
}
.search-result .tagcloud a.tag.fs-80:hover {
  color: #64161a;
}
.search-result .tagcloud a.tag.fs-100 {
  font-size: 100%;
  color: #ae363d;
  text-decoration: none;
  cursor: pointer;
}
.search-result .tagcloud a.tag.fs-100:hover {
  color: #692125;
}
.search-result .tagcloud a.tag.fs-120 {
  font-size: 105%;
  color: #b5484e;
  text-decoration: none;
  cursor: pointer;
}
.search-result .tagcloud a.tag.fs-120:hover {
  color: #6d2b2f;
}
.search-result .tagcloud a.tag.fs-140 {
  font-size: 110%;
  color: #bd5a5f;
  text-decoration: none;
  cursor: pointer;
}
.search-result .tagcloud a.tag.fs-140:hover {
  color: #713639;
}
.search-result .tagcloud a.tag.fs-160 {
  font-size: 115%;
  color: #c46c71;
  text-decoration: none;
  cursor: pointer;
}
.search-result .tagcloud a.tag.fs-160:hover {
  color: #754144;
}
.search-result .tagcloud a.tag.fs-180 {
  font-size: 120%;
  color: #cb7d82;
  text-decoration: none;
  cursor: pointer;
}
.search-result .tagcloud a.tag.fs-180:hover {
  color: #7a4b4e;
}
.search-result .tagcloud a.tag.fs-200 {
  font-size: 125%;
  color: #d28f93;
  text-decoration: none;
  cursor: pointer;
}
.search-result .tagcloud a.tag.fs-200:hover {
  color: #7e5658;
}
.search-result #search-results {
  margin: 25px 0;
}
.search-result #search-results .footer-control,
.search-result #search-results .kopf {
  height: auto;
  overflow: hidden;
  background-color: #e8e8e8;
  margin-bottom: 20px;
}
.search-result #search-results .footer-control .control,
.search-result #search-results .kopf .control,
.search-result #search-results .footer-control .info,
.search-result #search-results .kopf .info {
  float: left;
  width: 50%;
  color: #000;
}
.search-result #search-results .footer-control .control #re-s,
.search-result #search-results .kopf .control #re-s,
.search-result #search-results .footer-control .info #re-s,
.search-result #search-results .kopf .info #re-s,
.search-result #search-results .footer-control .control #re-e,
.search-result #search-results .kopf .control #re-e,
.search-result #search-results .footer-control .info #re-e,
.search-result #search-results .kopf .info #re-e {
  color: #500a0e;
  font-weight: bold;
}
.search-result #search-results .footer-control .info,
.search-result #search-results .kopf .info {
  padding: 5px 10px;
}
.search-result #search-results .footer-control .control span.arrow-right,
.search-result #search-results .kopf .control span.arrow-right,
.search-result #search-results .footer-control .control span.arrow-left,
.search-result #search-results .kopf .control span.arrow-left {
  width: 50%;
}
.search-result #search-results .footer-control > span.arrow-right,
.search-result #search-results .kopf > span.arrow-right,
.search-result #search-results .footer-control > span.arrow-left,
.search-result #search-results .kopf > span.arrow-left {
  width: 25%;
}
.search-result #search-results .footer-control #paging,
.search-result #search-results .kopf #paging {
  float: left;
  width: 50%;
  text-align: center;
}
.search-result #search-results .footer-control #paging p,
.search-result #search-results .kopf #paging p {
  margin-bottom: 0 !important;
}
.search-result #search-results .footer-control #paging a.goTo,
.search-result #search-results .kopf #paging a.goTo {
  padding: 5px 10px;
  display: inline-block;
}
.search-result #search-results .footer-control #paging a.goTo:not(.visible),
.search-result #search-results .kopf #paging a.goTo:not(.visible) {
  display: none;
}
.search-result #search-results .footer-control #paging a.goTo.aktiv,
.search-result #search-results .kopf #paging a.goTo.aktiv {
  background-color: #A0131B;
  font-weight: bold;
  color: #fff;
  position: relative;
}
.search-result #search-results .footer-control span.arrow-right,
.search-result #search-results .kopf span.arrow-right,
.search-result #search-results .footer-control span.arrow-left,
.search-result #search-results .kopf span.arrow-left {
  float: left;
  padding: 5px 10px;
  font-weight: bold;
  color: #A0131B;
  text-decoration: none;
  cursor: pointer;
}
.search-result #search-results .footer-control span.arrow-right:hover,
.search-result #search-results .kopf span.arrow-right:hover,
.search-result #search-results .footer-control span.arrow-left:hover,
.search-result #search-results .kopf span.arrow-left:hover {
  color: #ffffff;
}
.search-result #search-results .footer-control span.arrow-right:hover,
.search-result #search-results .kopf span.arrow-right:hover,
.search-result #search-results .footer-control span.arrow-left:hover,
.search-result #search-results .kopf span.arrow-left:hover {
  background-color: #A0131B;
}
.search-result #search-results .footer-control span.arrow-left,
.search-result #search-results .kopf span.arrow-left {
  text-align: left;
}
.search-result #search-results .footer-control span.arrow-left::before,
.search-result #search-results .kopf span.arrow-left::before {
  content: "« ";
}
.search-result #search-results .footer-control span.arrow-right,
.search-result #search-results .kopf span.arrow-right {
  text-align: right;
}
.search-result #search-results .footer-control span.arrow-right::after,
.search-result #search-results .kopf span.arrow-right::after {
  content: " »";
}
.search-result #search-results .viewport {
  width: 100%;
  overflow: hidden;
}
.search-result #search-results .viewport .stage {
  vertical-align: top;
  height: auto;
  overflow: hidden;
}
.search-result #search-results .viewport .stage .page {
  float: left;
  vertical-align: top;
}
.search-result #search-results .viewport .stage .page .result > span {
  display: none;
}
.search-result #search-results .viewport .stage .page .result > .bodytext {
  padding-left: 25px;
}
.search-result #search-results .viewport .stage .page .result > .bodytext strong {
  color: #8a4448;
}
.search-result #search-results .viewport .stage .page .result:not(:last-child) {
  border-bottom: 1px dotted #A0131B;
  margin-bottom: 15px;
}
@media screen and (max-width: 1099px) {
  #kontakt_layer {
    background-color: rgba(0, 0, 0, 0.75);
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 6000;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: all 0.4s;
    text-align: right;
  }
  #kontakt_layer.closed {
    height: 0;
  }
  #kontakt_layer.closed #kl_content {
    max-height: 0;
    overflow: hidden;
  }
  #kontakt_layer.closed #kl_content div.layerTitel {
    display: none !important;
  }
  #kontakt_layer.closed .openClose {
    background-image: url(../images/beratung_small.svg);
    background-color: #fff;
    border-color: transparent;
  }
  #kontakt_layer .openClose {
    position: absolute;
    top: 100%;
    font-size: 1px;
    overflow: hidden;
    color: transparent;
    background: url(../images/beratung_small_active.svg) no-repeat center center #A0131B;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 68px;
    left: 50%;
    border: 2px solid white;
    border-top: none;
    width: 120px;
    margin-left: -60px;
  }
  #kontakt_layer #kl_content {
    transition: all 0.4s;
    font-size: 115%;
    padding: 10px 0;
  }
  #kontakt_layer #kl_content div.layerTitel {
    font-size: 120%;
    color: #FFF;
    font-weight: bold;
    padding: 0 20px;
    text-align: center;
  }
  #kontakt_layer #kl_content .hr {
    margin: 10px 0;
    border-top: 2px solid #A0131B;
  }
  #kontakt_layer #kl_content a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    display: block;
    padding: 10px 40px;
    background: no-repeat right center;
    background-size: 25px;
    margin: 0 10px;
    position: relative;
  }
  #kontakt_layer #kl_content a:hover {
    color: #b84e54;
  }
  #kontakt_layer #kl_content a.tel {
    background-image: url(../images/kola-00-fon.png);
  }
  #kontakt_layer #kl_content a.callback {
    background-image: url(../images/kola-01-callback.png);
  }
  #kontakt_layer #kl_content a.mail {
    background-image: url(../images/kola-02-mail.png);
  }
  #kontakt_layer #kl_content a.chat {
    background-image: url(../images/kola-03-chat.png);
  }
  #kontakt_layer #kl_content a.wapp {
    background-image: url(../images/kola-07-wapp.png);
  }
  #kontakt_layer #kl_content a.iv {
    background-image: url(../images/kola-04-iv.png);
  }
  #kontakt_layer #kl_content a.im {
    background-image: url(../images/kola-05-im.png);
  }
  #kontakt_layer #kl_content a.anm {
    background-image: url(../images/kola-06-anmelden.png);
  }
  #kontakt_layer #kl_content a::after {
    content: '';
    border-bottom: 1px solid #333;
    width: 0;
    position: absolute;
    top: 100%;
    right: -10px;
    transition: all 0.5s;
  }
  #kontakt_layer #kl_content a:hover::after {
    border-bottom-color: #A0131B;
  }
}
@media screen and (max-width: 321px) {
  div#kontakt_layer .openClose {
    margin-left: -35px;
  }
  div#kontakt_layer #kl_content {
    font-size: 100%;
  }
  div#kontakt_layer #kl_content .hr {
    margin: 5px 0;
  }
  div#kontakt_layer #kl_content a {
    padding: 7px 40px;
  }
}
@media screen and (min-width: 1100px) {
  #kontakt_layer {
    width: 350px;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 6000;
    transition: all 0.4s;
    text-align: right;
  }
  #kontakt_layer.closed {
    width: 0;
    background-color: rgba(0, 0, 0, 0);
  }
  #kontakt_layer.closed #kl_content {
    opacity: 0;
  }
  #kontakt_layer.closed .openClose {
    background-image: url(../images/kola-v-open.png);
  }
  #kontakt_layer .openClose {
    position: absolute;
    right: 100%;
    top: 50%;
    height: 165px;
    width: 44px;
    font-size: 1px;
    margin-top: -82.5px;
    overflow: hidden;
    color: transparent;
    background: url(../images/kola-v-close.png) no-repeat;
  }
  #kontakt_layer #kl_content {
    transition: all 0.4s;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    font-size: 115%;
    width: 350px;
  }
  #kontakt_layer #kl_content div.layerTitel {
    font-size: 120%;
    color: #FFF;
    font-weight: bold;
    padding: 0px 20px;
    text-align: center;
  }
  #kontakt_layer #kl_content .hr {
    margin: 10px 0;
    border-top: 2px solid #A0131B;
  }
  #kontakt_layer #kl_content a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    display: block;
    padding: 10px 40px;
    background: no-repeat right center;
    background-size: 25px;
    margin: 0 10px;
    position: relative;
  }
  #kontakt_layer #kl_content a:hover {
    color: #b84e54;
  }
  #kontakt_layer #kl_content a.tel {
    background-image: url(../images/kola-00-fon.png);
  }
  #kontakt_layer #kl_content a.callback {
    background-image: url(../images/kola-01-callback.png);
  }
  #kontakt_layer #kl_content a.mail {
    background-image: url(../images/kola-02-mail.png);
  }
  #kontakt_layer #kl_content a.chat {
    background-image: url(../images/kola-03-chat.png);
  }
  #kontakt_layer #kl_content a.wapp {
    background-image: url(../images/kola-07-wapp.png);
  }
  #kontakt_layer #kl_content a.iv {
    background-image: url(../images/kola-04-iv.png);
  }
  #kontakt_layer #kl_content a.im {
    background-image: url(../images/kola-05-im.png);
  }
  #kontakt_layer #kl_content a.anm {
    background-image: url(../images/kola-06-anmelden.png);
  }
  #kontakt_layer #kl_content a::after {
    content: '';
    border-bottom: 1px solid #333;
    width: 0;
    position: absolute;
    top: 100%;
    right: -10px;
    transition: all 0.5s;
  }
  #kontakt_layer #kl_content a:hover::after {
    border-bottom-color: #A0131B;
    width: 350px;
  }
}
#crmModul .review3 + *,
#crmModul .review3 + * + *,
#crmModul .review3 + * + * + *,
#crmModul .review3 + * + * + * + *,
#crmModul .review3 + * + * + * + * + *,
#crmModul .review3 + * + * + * + * + * + *,
#crmModul .review3 + * + * + * + * + * + * + *,
#crmModul .review3 + * + * + * + * + * + * + * + *,
#crmModul .review3 + * + * + * + * + * + * + * + * + * {
  display: none;
}
#c55023 label,
#c55023 select {
  display: none;
}
#c55023 #rss-link {
  display: block;
  background-color: #e6600a;
  border-radius: 6px;
  padding: 12px 45px 10px 15px;
  position: relative;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  font-weight: bold;
}
#c55023 #rss-link:hover {
  color: #ffffff;
}
#c55023 #rss-link:hover {
  background-color: #A0131B;
}
#c55023 #rss-link::after {
  content: '»';
  position: absolute;
  right: 0;
  bottom: 5px;
  top: 5px;
  width: 45px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  background: no-repeat center;
  background-size: contain;
  font-size: 60px;
  line-height: 39px;
  text-align: center;
}
#c55023 #rss-share {
  margin-top: 15px;
  background-color: #e8e8e8;
  padding: 40px 45px;
}
#page-11023 .tx-anfahrt .nfform {
  display: none;
}
#page-11023 .grid.layout-1 {
  overflow: hidden;
  float: left;
}
#page-11023 .grid.layout-1 > .g-c1 {
  width: 720px;
  padding-right: 70px;
  float: left;
}
#page-11023 .grid.layout-1 > .g-c2 {
  width: 380px;
  padding-left: 70px;
  float: left;
}
main > #crmModul {
  width: 1100px;
  margin: 0 auto;
  max-width: 100%;
  padding: 10px;
}
table.crm-kalender tr.hidden {
  display: none !important;
}
table.crm-kalender tr th {
  background-color: white;
  color: #000;
  font-weight: normal;
}
table.crm-kalender tr td.navi {
  text-align: center;
  position: relative;
  padding: 10px 0px;
  background-color: #ddd;
}
table.crm-kalender tr td.navi span {
  font-weight: bold;
  font-size: 140%;
  line-height: 100%;
  padding-top: 3px;
  display: block;
  text-transform: uppercase;
}
table.crm-kalender tr td.navi .prevMonth,
table.crm-kalender tr td.navi .nextMonth {
  height: 26px;
  width: 36px;
  background: no-repeat center;
}
table.crm-kalender tr td.navi .prevMonth {
  float: left;
  background-image: url(../../img/huge.doppel-links-dunkel.png);
}
table.crm-kalender tr td.navi .nextMonth {
  float: right;
  background-image: url(../../img/huge.doppel-rechts-dunkel.png);
}
table.crm-kalender tbody {
  background-color: #ddd;
}
table.crm-kalender tbody td {
  height: 53px;
  width: 51px;
  padding: 0px 5px;
  vertical-align: middle;
}
table.crm-kalender tbody td div.daybox {
  padding-bottom: 1px;
  text-align: center;
  border-radius: 100%;
  font-size: 150%;
}
table.crm-kalender tbody td div.daybox:not(:empty) {
  cursor: pointer;
}
table.crm-kalender tbody td div.daybox.hsb {
  background-color: #A0131B;
  cursor: pointer;
  color: #fff;
}
table.crm-kalender tbody td div.daybox.passed {
  cursor: default;
  color: #A8AAAD;
  text-decoration: line-through;
}
#c32208 #crmError {
  border: 1px solid #A0131B;
  padding: 5px;
  color: #780e14;
}
a#do_stoer {
  position: absolute;
  top: 371px;
  left: 0;
}
@media screen and (max-width: 1099px) {
  a#do_stoer {
    top: auto;
    bottom: -136px;
  }
}
