@charset "UTF-8";
/*
Imports, siehe unten
*/
.slider-home .slick-dots {
  bottom: 40px;
  z-index: 60;
}
.slider-home .slick-dots li button:before {
  color: #ffec00;
  font-size: 15px;
  opacity: 0.5;
}
.slider-home .slick-dots li.slick-active button:before {
  opacity: 1;
}
.slider-home .slider-elem {
  position: relative;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center;
}
.slider-home .slider-elem .teaser {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-transform: uppercase;
}
.slider-home .slider-elem .teaser h1 {
  color: #fff;
  font-size: 2em;
  line-height: 120%;
  font-weight: 300;
  letter-spacing: 3px;
  margin: 0 10%;
  text-align: center;
}
.slider-home .slider-elem .teaser h2 {
  color: #ffec00;
  font-size: 3.625em;
  font-weight: bold;
  letter-spacing: 5px;
  line-height: 110%;
  margin: 0 10%;
  text-align: center;
  padding-bottom: 0;
}
.slider-home .slider-elem .teaser hr {
  width: 330px;
  max-width: 100%;
  border-color: #fff;
}
@media only screen and (max-width: 1023px) {
  .slider-home .slider-elem .teaser h1 {
    font-size: 1.5em;
  }
  .slider-home .slider-elem .teaser h2 {
    font-size: 2.5em;
  }
}
@media only screen and (max-width: 767px) {
  .slider-home .slider-elem .teaser {
    left: 40px;
    right: 40px;
  }
  .slider-home .slider-elem .teaser h1 {
    font-size: 1.2em;
  }
  .slider-home .slider-elem .teaser h2 {
    font-size: 2em;
  }
}
@media only screen and (max-width: 479px) {
  .slider-home .slider-elem .teaser h1 {
    font-size: 1em;
    letter-spacing: 1px;
  }
  .slider-home .slider-elem .teaser h2 {
    font-size: 1.5em;
    letter-spacing: 3px;
  }
  .slider-home .slick-dots li button:before {
    font-size: 12px;
  }
}
.sticky-buttons {
  position: fixed;
  left: 35px;
  bottom: 100px;
  z-index: 100;
}
.sticky-buttons .sticky-button {
  background-color: #ffec00;
  margin-top: 15px;
  position: relative;
}
.sticky-buttons .sticky-button .icon {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sticky-buttons .sticky-button .icon img {
  width: 20px;
}
.sticky-buttons .sticky-button .slideText {
  position: absolute;
  top: 0;
  left: 35px;
  height: 35px;
  background-color: #ffec00;
  white-space: nowrap;
  text-decoration: none;
  font-size: 0.9em;
  display: flex;
  align-items: center;
  padding: 0;
  transform: scaleX(0);
  transform-origin: 0% 50%;
}
#navi-main {
  background-color: #fff;
  position: absolute;
  top: 35px;
  right: 0;
  z-index: 110;
  font-size: 0.85em;
  display: none;
}
#navi-main a {
  color: #002653;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
}
#navi-main li {
  display: block;
  margin-left: 0;
  position: relative;
}
#navi-main li.has-children .btn-subnavi {
  position: absolute;
  right: 0;
  top: 5px;
  width: 12px;
  padding: 20px;
  cursor: pointer;
}
#navi-main li.has-children .btn-subnavi.open {
  transform: rotate(180deg);
}
#navi-main .btnMobileMenu {
  top: 5px;
}
#navi-main .level-1 {
  width: 400px;
  padding: 15px 40px;
  margin-right: 120px;
  line-height: 140%;
}
#navi-main .level-1 > li:not(:last-child) {
  border-bottom: 1px solid #002653;
}
#navi-main .level-1 > li > a {
  padding: 15px 0 15px 10px;
}
#navi-main .level-1 > li.is-active > a {
  font-weight: bold;
}
#navi-main .level-1 .is-active > .subnavi {
  display: block;
}
#navi-main .level-2 {
  display: none;
  line-height: 140%;
}
#navi-main .level-2 > li:not(:last-child) {
  border-bottom: 1px solid #002653;
}
#navi-main .level-2 > li > a {
  padding: 5px 50px 5px 20px;
}
#navi-main .level-2 > li.is-active > a {
  font-weight: bold;
}
#navi-main .level-2 li.has-children .btn-subnavi {
  padding: 10px 20px;
}
#navi-main .level-3 {
  display: none;
  line-height: 140%;
}
#navi-main .level-3 a {
  padding: 3px 20px 3px 40px;
}
#navi-main .level-3 a:hover {
  background-color: #eaeaea;
}
#navi-main .level-3 .is-current a {
  background-color: #eaeaea;
}
#navi-main .sticky-buttons {
  display: none;
}
#navi-main .subnavi {
  margin-bottom: 20px;
}
/*** Navi Button ***/
.btnMobileMenu {
  padding: 30px;
  position: absolute;
  right: 40px;
  top: 40px;
  z-index: 100;
}
.btnMobileMenu .inner {
  position: relative;
  width: 26px;
  height: 20px;
  cursor: pointer;
}
.btnMobileMenu .inner span.pipe {
  display: block;
  position: absolute;
  left: 0;
  height: 4px;
  width: 100%;
  background-color: #fff;
  border-radius: 2px;
  opacity: 1;
}
.btnMobileMenu .inner span.pipe:nth-child(1) {
  top: 0px;
}
.btnMobileMenu .inner span.pipe:nth-child(2) {
  top: 8px;
}
.btnMobileMenu .inner span.pipe:nth-child(3) {
  top: 16px;
}
/*** Effekt beim Klicken/Öffnen ***/
.btnMobileMenu {
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.btnMobileMenu span.pipe {
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.btnMobileMenu.open span.pipe {
  background-color: #002653;
}
.btnMobileMenu.open span.pipe:nth-child(1) {
  top: -3px;
  left: 4px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btnMobileMenu.open span.pipe:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.btnMobileMenu.open span.pipe:nth-child(3) {
  top: 15px;
  left: 4px;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (max-width: 767px) {
  #navi-main {
    width: 100%;
    height: 100vh;
    overflow: scroll;
    top: 0;
    padding-top: 10px;
  }
  #navi-main .level-1 {
    width: calc(100% - 140px);
  }
  .fixed #navi-main .level-1 {
    width: calc(100% - 80px);
  }
  #navi-main .sticky-buttons {
    display: block;
    position: static;
    margin-left: 45px;
  }
  #navi-main .sticky-buttons .sticky-button {
    display: inline-block;
    margin: 0 5px 20px 5px;
  }
}
@media only screen and (max-width: 479px) {
  #navi-main .level-1 {
    width: calc(100% - 100px);
  }
  #navi-main .level-3 a {
    padding-right: 20px;
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
  }
}
.inhalt .frame.centered-content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.inhalt .frame.centered-content .sub-header {
  font-size: 1.7em;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 120%;
  font-weight: normal;
  padding-bottom: 0;
}
.inhalt .frame.centered-content .sub-header hr {
  width: 200px;
  margin: 0.7em auto;
}
.inhalt .frame.centered-content .frame {
  margin: 30px auto;
}
.inhalt .frame.centered-content h2 {
  padding-bottom: 0;
}
.inhalt .frame.centered-content .text {
  padding-top: 1em;
}
.inhalt .container-imageteaser {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.inhalt .container-imageteaser .imageteaser {
  position: relative;
}
.inhalt .container-imageteaser .imageteaser .image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #002653;
  opacity: 0.8;
}
.inhalt .container-imageteaser .imageteaser .text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inhalt .container-imageteaser .imageteaser .text h3 {
  font-size: 1.3em;
  padding-bottom: 0;
  line-height: 120%;
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  margin: 0 40px;
}
.content-page .inhalt .container-imageteaser {
  max-width: 1125px;
}
@media only screen and (max-width: 1320px) {
  .inhalt .container-imageteaser .imageteaser {
    width: 306px;
  }
}
@media only screen and (max-width: 1023px) {
  .inhalt .container-imageteaser {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .inhalt .container-imageteaser .imageteaser {
    width: 216px;
  }
  .inhalt .container-imageteaser .imageteaser .text h3 {
    margin: 0 20px;
    font-size: 1em;
  }
}
@media only screen and (max-width: 480px) {
  .inhalt .container-imageteaser .imageteaser {
    width: 168px;
  }
  .inhalt .container-imageteaser .imageteaser .text h3 {
    margin: 0 10px;
    font-size: 0.8em;
  }
}
@media only screen and (max-width: 350px) {
  .inhalt .container-imageteaser .imageteaser {
    width: 144px;
  }
  .inhalt .container-imageteaser .imageteaser .text h3 {
    margin: 0 10px;
    font-size: 0.7em;
  }
}
.news-list-view {
  width: 1500px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1679px) {
  .news-list-view {
    width: 1125px;
  }
}
@media only screen and (max-width: 1319px) {
  .news-list-view {
    width: 920px;
  }
}
@media only screen and (max-width: 1023px) {
  .news-list-view {
    width: 680px;
  }
}
@media only screen and (max-width: 767px) {
  .news-list-view {
    width: 90%;
    padding: 0 5%;
  }
}
.news-list-view .article {
  max-width: 457px;
  margin-bottom: 60px;
}
.news-list-view .article .header h3 {
  text-transform: uppercase;
  min-height: 55px;
}
.news-list-view .article .header h3 a {
  text-decoration: none;
  color: #002653;
}
.news-list-view .article .more {
  font-size: 0.85em;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  margin-top: 1em;
  padding: 0px 5px 0px 20px;
  background: url(/typo3conf/ext/kurtfredrich_template/Resources/Public/Images/arrow-right-white.png) #002653 no-repeat 5px center;
  background-size: 10px 11px;
  text-decoration: none;
}
.news-list-view .article .more:hover {
  color: #ffec00;
  background-image: url(/typo3conf/ext/kurtfredrich_template/Resources/Public/Images/arrow-right-yellow.png);
}
.news-list-view .article .news-list-date {
  font-size: 0.85em;
  padding-top: 20px;
  display: inline-block;
}
.container-news.slider {
  background-color: #eaeaea;
  padding: 35px 0;
}
.container-news.slider .news-list-view {
  width: 1500px;
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width: 1679px) {
  .container-news.slider .news-list-view {
    width: 1125px;
  }
}
@media only screen and (max-width: 1319px) {
  .container-news.slider .news-list-view {
    width: 920px;
  }
}
@media only screen and (max-width: 1023px) {
  .container-news.slider .news-list-view {
    width: 680px;
  }
}
@media only screen and (max-width: 767px) {
  .container-news.slider .news-list-view {
    width: 90%;
    padding: 0 5%;
  }
}
.container-news.slider .news-list-view .article {
  margin-left: 64px;
  margin-bottom: 0;
}
.container-news.slider .news-list-view .article .header h3 {
  margin-top: 20px;
}
.container-news.slider .news-list-view .slick-prev {
  z-index: 50;
  left: -50px;
  width: 25px;
  height: 30px;
}
.container-news.slider .news-list-view .slick-prev:before {
  content: '';
  background-image: url('/typo3conf/ext/kurtfredrich_template/Resources/Public/Images/arrow-left-blue.png');
  background-size: 25px 30px;
  width: 25px;
  height: 30px;
  display: block;
  opacity: 1;
}
.container-news.slider .news-list-view .slick-next {
  right: -50px;
  width: 25px;
  height: 30px;
}
.container-news.slider .news-list-view .slick-next:before {
  content: '';
  background-image: url('/typo3conf/ext/kurtfredrich_template/Resources/Public/Images/arrow-right-blue.png');
  background-size: 25px 30px;
  width: 25px;
  height: 30px;
  display: block;
  opacity: 1;
}
.container-news.slider .news-list-view .slick-disabled {
  opacity: 0.3;
}
.news-single {
  width: 1500px;
  margin: 0 auto;
  text-align: center;
  width: 1000px;
}
@media only screen and (max-width: 1679px) {
  .news-single {
    width: 1125px;
  }
}
@media only screen and (max-width: 1319px) {
  .news-single {
    width: 920px;
  }
}
@media only screen and (max-width: 1023px) {
  .news-single {
    width: 680px;
  }
}
@media only screen and (max-width: 767px) {
  .news-single {
    width: 90%;
    padding: 0 5%;
  }
}
.news-single h1 {
  color: #002653;
}
.news-single .news-date {
  padding-bottom: 1em;
}
.news-single .news-img-wrap {
  padding-bottom: 1em;
}
.news-single .news-img-wrap img {
  display: inline-block;
}
@media only screen and (max-width: 1680px) {
  .container-news.slider .news-list-view .article {
    max-width: 348px;
    margin-left: 40px;
  }
}
@media only screen and (max-width: 1320px) {
  .news-list-view .article, .container-news.slider .news-list-view .article {
    max-width: 440px;
    margin-left: 40px;
  }
  .news-list-view .article {
    margin-left: 0;
  }
  .container-news.slider .news-list-view .slick-prev, .container-news.slider .news-list-view .slick-next {
    top: unset;
    bottom: -60px;
  }
  .container-news.slider .news-list-view .slick-prev {
    left: calc(50% - 40px);
  }
  .container-news.slider .news-list-view .slick-next {
    right: calc(50% - 40px);
  }
}
@media only screen and (max-width: 1023px) {
  .container-news.slider .news-list-view {
    width: 440px;
    padding: 0;
  }
  .news-list-view .article {
    margin: 0 auto 60px auto;
  }
}
@media only screen and (max-width: 767px) {
  .container-news.slider .news-list-view .article {
    max-width: unset;
    margin-left: 0;
  }
  .container-news.slider .news-list-view .slick-prev {
    left: calc(50% - 30px);
    bottom: -50px;
  }
  .container-news.slider .news-list-view .slick-next {
    right: calc(50% - 30px);
    bottom: -50px;
  }
  .container-news.slider .news-list-view .slick-prev:before, .container-news.slider .news-list-view .slick-next:before {
    width: 17px;
    height: 20px;
    background-size: 17px 20px;
  }
}
@media only screen and (max-width: 479px) {
  .container-news.slider .news-list-view {
    width: 100%;
  }
  .container-news.slider .news-list-view .article .header, .container-news.slider .news-list-view .article .teaser-text {
    padding: 0 5%;
  }
  .container-news.slider .news-list-view .article .header h3 {
    min-height: unset;
    padding-bottom: 0;
  }
}
.fixed-header {
  display: none;
}
body.fixed #navi-main {
  position: fixed;
  top: 0px;
}
body.fixed .fixed-header {
  display: block;
  position: fixed;
  top: 0;
  width: calc(100% - 140px);
  height: 50px;
  padding: 15px 70px;
  background-color: #002653;
  z-index: 100;
}
body.fixed .fixed-header .btnMobileMenu {
  top: 0;
}
body.fixed .fixed-header .logo {
  width: 300px;
}
body.fixed .fixed-header .btnMobileMenu.open span.pipe {
  background-color: #fff;
}
@media only screen and (max-width: 1320px) {
  body.fixed .fixed-header {
    padding: 15px 45px;
    width: calc(100% - 90px);
  }
  body.fixed .fixed-header .btnMobileMenu {
    right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  body.fixed #navi-main {
    position: fixed;
    top: 70px;
  }
  body.fixed .fixed-header {
    padding: 10px 20px;
    width: calc(100% - 40px);
  }
  body.fixed .fixed-header .btnMobileMenu {
    top: 5px;
    right: 0px;
    padding: 20px;
  }
  body.fixed .fixed-header .logo {
    width: 200px;
    margin-top: 7px;
  }
}
.container-slide-content {
  background: #eaeaea;
  padding: 35px 0;
  min-height: 40px;
  position: relative;
}
.container-slide-content .slideContent {
  padding-top: 35px;
  display: none;
}
.container-slide-content .slideContent .text {
  display: flex;
  justify-content: space-between;
}
.container-slide-content .slideContent .text.cols-1 {
  justify-content: center;
}
.container-slide-content .slideContent .text.cols-1 .col1 {
  width: unset;
  max-width: 900px;
}
.container-slide-content .slideContent .text.cols-2 {
  justify-content: center;
}
.container-slide-content .slideContent .text > div {
  width: 30%;
}
.container-slide-content .slideContent .text .col2 {
  padding: 0 5%;
}
.container-slide-content .slideContent .image {
  text-align: center;
  margin-top: 35px;
}
.container-slide-content .slideContent .image img {
  display: inline-block;
}
.container-slide-content .slideHeader {
  text-align: center;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}
.container-slide-content .slideHeader .button {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
}
.container-slide-content .slideHeader .button img {
  margin: 10px auto 0 auto;
  width: 12px;
}
.container-slide-content .slideFooter {
  text-align: center;
  padding-top: 35px;
}
.container-slide-content .slideFooter .button {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
}
.container-slide-content .slideFooter .button img {
  margin: 10px auto 0 auto;
  width: 12px;
}
.container-slide-content .slideFooter .button img {
  margin: 0 auto 10px auto;
  transform: rotate(180deg);
}
@media only screen and (max-width: 767px) {
  .container-slide-content .slideContent {
    padding-top: 0;
  }
  .container-slide-content .slideContent .text {
    display: block;
  }
  .container-slide-content .slideContent .text > div {
    width: 100%;
  }
  .container-slide-content .slideContent .text .col2 {
    padding: 0;
    margin: 30px 0;
  }
}
.testimonials {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.testimonials .testimonial {
  width: 480px;
  height: 480px;
  background-color: #002653;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.testimonials .testimonial:hover h3 {
  color: #ffec00;
}
.testimonials .testimonial:hover img {
  transform: scale(1.1);
}
.testimonials .testimonial:hover .content {
  max-height: 500px;
  transition: max-height 0.5s ease-in;
}
.testimonials .testimonial:hover .content .overlay {
  opacity: 0;
}
.testimonials .testimonial:nth-child(3n+2) {
  margin-left: 30px;
  margin-right: 30px;
}
.testimonials .testimonial .content {
  color: #fff;
  text-align: center;
  font-size: 0.85em;
  line-height: 140%;
  padding: 25px;
  background-color: #002653;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  max-height: 100px;
  transition: max-height 0.5s ease-out;
}
.testimonials .testimonial .content h3 {
  padding-bottom: 0.5em;
  margin: 0;
}
.testimonials .testimonial .content p {
  padding-bottom: 0;
}
.testimonials .testimonial .gallery {
  display: none;
}
.testimonials .testimonial.video .video-wrapper {
  display: none;
}
.testimonials .testimonial.video .preview {
  position: relative;
}
.testimonials .testimonial.video .preview .btn-play {
  position: absolute;
  top: calc(50% - 38px);
  left: calc(50% - 40px);
  padding: 25px 27px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50px;
}
.testimonials .testimonial.video .preview .btn-play img {
  width: 26px;
  transform: unset;
}
.testimonials .testimonial .overlay {
  background: #002653;
  background: linear-gradient(0deg, #002653 0%, #002653 25%, rgba(0, 38, 83, 0) 100%);
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 100;
}
.testimonials .testimonial .overlay .more {
  display: none;
}
@media only screen and (max-width: 1680px) {
  .testimonials {
    justify-content: center;
  }
  .testimonials .testimonial:nth-child(3n+2) {
    margin-left: unset;
    margin-right: unset;
  }
  .testimonials .testimonial:nth-child(2n+1) {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 1320px) {
  .testimonials .testimonial {
    width: 440px;
    height: 440px;
  }
}
@media only screen and (max-width: 1024px) {
  .testimonials .testimonial:hover .content {
    max-height: 100px;
    transition: max-height 0.3s ease-out;
  }
  .testimonials .testimonial:hover .content .overlay {
    opacity: 100;
  }
  .testimonials .testimonial .content.open {
    max-height: 500px;
    transition: max-height 1s ease-out;
  }
  .testimonials .testimonial .content.open .overlay {
    background: none;
  }
  .testimonials .testimonial .content.open .overlay .more img {
    transform: rotate(270deg);
  }
  .testimonials .testimonial .content.open .overlay .more span:before {
    content: 'Weniger anzeigen';
  }
  .testimonials .testimonial .overlay .more {
    display: block;
    position: absolute;
    bottom: 7px;
    width: 100%;
    text-align: center;
    padding-right: 25px;
    font-weight: bold;
  }
  .testimonials .testimonial .overlay .more span:before {
    content: 'Mehr anzeigen';
  }
  .testimonials .testimonial .overlay .more img {
    width: 11px;
    display: inline-block;
    transform: rotate(90deg);
    top: 1px;
    position: relative;
    margin-left: 5px;
  }
}
@media only screen and (max-width: 1023px) {
  .testimonials .testimonial {
    width: 100%;
    max-width: 350px;
    height: 400px;
  }
  .testimonials .testimonial:nth-child(2n+1) {
    margin-right: unset;
  }
  .testimonials .testimonial:hover .content {
    max-height: 120px;
  }
  .testimonials .testimonial .content {
    max-height: 120px;
  }
  .testimonials .testimonial .content.open {
    max-height: 500px;
    transition: max-height 1s ease-out;
  }
}
.tx-powermail {
  text-align: center;
}
.tx-powermail fieldset {
  border: 0;
}
.tx-powermail h3 {
  display: none;
}
.tx-powermail legend {
  display: none;
}
.tx-powermail form label {
  font-size: 0.85em;
}
.tx-powermail form input[type="text"], .tx-powermail form input[type="email"], .tx-powermail form textarea {
  border: 1px solid #002653;
  padding: 5px 10px;
  width: 400px;
  max-width: 100%;
  margin-bottom: 15px;
  font-family: 'Roboto', sans-serif;
  color: #002653;
  font-size: 0.85em;
}
.tx-powermail form textarea {
  height: 200px;
  margin-top: 3px;
}
.tx-powermail form input[type=checkbox] {
  margin-right: 5px;
}
.tx-powermail form input[type=submit] {
  font-size: 0.85em;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  margin-top: 1em;
  padding: 0px 5px 0px 20px;
  background: url(/typo3conf/ext/kurtfredrich_template/Resources/Public/Images/arrow-right-white.png) #002653 no-repeat 5px center;
  background-size: 10px 11px;
  text-decoration: none;
  font-size: 1em;
  border: 0;
  padding: 8px 8px 8px 25px;
  cursor: pointer;
}
.tx-powermail form input[type=submit]:hover {
  color: #ffec00;
  background-image: url(/typo3conf/ext/kurtfredrich_template/Resources/Public/Images/arrow-right-yellow.png);
}
.tx-powermail form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: 'Roboto', sans-serif;
  color: #002653;
}
.tx-powermail form ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: 'Roboto', sans-serif;
  color: #002653;
}
.tx-powermail form :-ms-input-placeholder {
  /* IE 10+ */
  font-family: 'Roboto', sans-serif;
  color: #002653;
}
.tx-powermail form :-moz-placeholder {
  /* Firefox 18- */
  font-family: 'Roboto', sans-serif;
  color: #002653;
}
.tx-powermail form .powermail_label {
  display: none;
}
.frame-type-container .header {
  text-align: center;
}
.frame-type-container .flex-container {
  display: flex;
  column-gap: 30px;
  justify-content: space-between;
}
.frame-type-container .flex-container.cols-2 .col {
  width: 50%;
}
.frame-type-container .flex-container.cols-2 .col .frame {
  text-align: left !important;
}
.frame-type-container .flex-container.cols-2 .col .frame h2, .frame-type-container .flex-container.cols-2 .col .frame h3 {
  border-bottom: 3px solid #002653;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
.frame-type-container .flex-container .col > .frame {
  margin-bottom: 0.5rem;
}
.frame-type-container.frame-layout-1 .center-content {
  width: 100%;
  padding: 0;
}
.frame-type-container.frame-layout-1 .center-content .frame.frame-type-text {
  max-width: unset;
  padding: 0;
}
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 1.25em;
  line-height: 140%;
  color: #002653;
}
a {
  text-decoration: none;
}
.inhalt a {
  text-decoration: underline;
  color: #002653;
}
.inhalt a:hover {
  text-decoration: none;
}
h1 {
  color: #ffec00;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 110%;
}
.inhalt h1 {
  padding-bottom: 0.5em;
}
h2 {
  font-size: 1.7em;
  text-transform: uppercase;
  line-height: 110%;
  padding-bottom: 1em;
}
h3 {
  text-transform: uppercase;
  font-size: 1.1em;
  line-height: 120%;
  padding-bottom: 1em;
}
hr {
  border: 0;
  height: 0;
  border-bottom: 3px solid #002653;
  margin: 30px 0;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
video {
  max-width: 100%;
  height: auto;
}
.centered-content ul {
  list-style-position: inside;
}
li {
  margin-left: 20px;
}
p:not(:last-child), ul:not(:last-child) {
  padding-bottom: 1em;
}
table.ce-table {
  border-collapse: collapse;
}
.ce-table td, .ce-table thead th {
  border: 0;
  border-bottom: 1px solid #002653;
  text-align: center;
}
.ce-table thead th {
  border-width: 2px;
}
.ce-table tr:last-child td {
  border-bottom: 0;
}
.container-gesamt footer {
  text-align: center;
  background: #002653;
  padding: 60px 0;
}
.container-gesamt footer .navi-meta li {
  display: inline-block;
}
.container-gesamt footer .navi-meta li a {
  font-size: 0.85em;
  color: #ffec00;
  text-transform: uppercase;
}
.container-gesamt header #jump-to-content {
  position: absolute;
  bottom: 35px;
  right: 70px;
  z-index: 70;
}
.container-gesamt header #jump-to-content img {
  width: 30px;
  display: inline-block;
  cursor: pointer;
}
.container-gesamt header .logo {
  position: absolute;
  top: 70px;
  left: 70px;
  width: 130px;
}
.container-gesamt header .lang-switch {
  display: none;
  text-align: center;
  font-size: 0.85em;
  color: #fff;
  position: absolute;
  top: 70px;
  width: 100%;
}
.container-gesamt header .lang-switch a {
  text-decoration: none;
  color: #fff;
}
.container-gesamt header .lang-switch .active a {
  color: #ffec00;
}
.container-gesamt header .lang-switch span:not(:last-child):after {
  content: '/';
  padding: 0 10px;
}
.container-gesamt.content-page header.container-header {
  background: #002653;
  height: 265px;
  position: relative;
}
.container-gesamt.content-page header.container-header h1.page-header {
  position: absolute;
  bottom: 60px;
  text-align: center;
  width: 100%;
}
.container-gesamt.content-page header.container-header h1.page-header span {
  /* hyphens: auto;
				   	-webkit-hyphens:auto;
				    -moz-hyphens:auto; */
  max-width: 1200px;
  display: inline-block;
}
.container-gesamt.content-page header.container-header #jump-to-content {
  bottom: 60px;
}
.container-gesamt #jump-to-top {
  text-align: right;
  padding-right: 70px;
  margin-bottom: 60px;
}
.container-gesamt #jump-to-top img {
  width: 30px;
  display: inline-block;
  cursor: pointer;
}
.container-gesamt .center-content {
  width: 1500px;
  margin: 0 auto;
}
@media only screen and (max-width: 1679px) {
  .container-gesamt .center-content {
    width: 1125px;
  }
}
@media only screen and (max-width: 1319px) {
  .container-gesamt .center-content {
    width: 920px;
  }
}
@media only screen and (max-width: 1023px) {
  .container-gesamt .center-content {
    width: 680px;
  }
}
@media only screen and (max-width: 767px) {
  .container-gesamt .center-content {
    width: 90%;
    padding: 0 5%;
  }
}
.container-gesamt .inhalt a[href$=".pdf"] {
  position: relative;
  padding-right: 24px;
}
.container-gesamt .inhalt a[href$=".pdf"]:after {
  content: '';
  background: url(../bilder/icons/PDF_24.png) no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  padding-left: 2px;
  position: absolute;
  bottom: 0;
  right: -5px;
}
.container-gesamt .inhalt .btn.btn-blau {
  font-size: 0.85em;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  margin-top: 1em;
  padding: 0px 5px 0px 20px;
  background: url(/typo3conf/ext/kurtfredrich_template/Resources/Public/Images/arrow-right-white.png) #002653 no-repeat 5px center;
  background-size: 10px 11px;
  text-decoration: none;
  font-size: 1em;
  padding: 8px 8px 8px 25px;
  margin: 0 10px;
}
.container-gesamt .inhalt .btn.btn-blau:hover {
  color: #ffec00;
  background-image: url(/typo3conf/ext/kurtfredrich_template/Resources/Public/Images/arrow-right-yellow.png);
}
.container-gesamt .inhalt .container-dreispaltig {
  background-color: #eaeaea;
  padding: 35px 0;
  margin-bottom: 60px;
}
.container-gesamt .inhalt .container-dreispaltig .center-content {
  display: flex;
  justify-content: center;
}
.container-gesamt .inhalt .container-dreispaltig .center-content > div {
  width: 30%;
  padding-right: 5%;
}
.container-gesamt .inhalt .container-dreispaltig .center-content > div:last-child {
  padding-right: 0;
}
.container-gesamt .inhalt .container-dreispaltig .center-content .frame {
  text-align: left;
}
.container-gesamt .inhalt .frame {
  margin: 60px auto;
}
.container-gesamt .inhalt .frame li:not(:last-child) {
  padding-bottom: 0.5em;
}
.container-gesamt .inhalt .frame.frame-type-text, .container-gesamt .inhalt .frame.frame-type-textpic, .container-gesamt .inhalt .frame.frame-type-html {
  max-width: 900px;
  padding: 0 5%;
  text-align: center;
}
.container-gesamt .inhalt .frame.frame-type-text .text-center, .container-gesamt .inhalt .frame.frame-type-textpic .text-center, .container-gesamt .inhalt .frame.frame-type-html .text-center {
  text-align: center;
}
.container-gesamt .inhalt .frame.frame-type-text .video-container, .container-gesamt .inhalt .frame.frame-type-textpic .video-container, .container-gesamt .inhalt .frame.frame-type-html .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}
.container-gesamt .inhalt .frame.frame-type-text .video-container iframe, .container-gesamt .inhalt .frame.frame-type-text .video-container object, .container-gesamt .inhalt .frame.frame-type-text .video-container embed, .container-gesamt .inhalt .frame.frame-type-textpic .video-container iframe, .container-gesamt .inhalt .frame.frame-type-textpic .video-container object, .container-gesamt .inhalt .frame.frame-type-textpic .video-container embed, .container-gesamt .inhalt .frame.frame-type-html .video-container iframe, .container-gesamt .inhalt .frame.frame-type-html .video-container object, .container-gesamt .inhalt .frame.frame-type-html .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.container-gesamt .kopfbild img {
  width: 100vw;
}
.fancybox-container .fancybox-arrow {
  opacity: 1;
}
.fancybox-container .fancybox-arrow:after {
  background-image: url(/typo3conf/ext/kurtfredrich_template/Resources/Public/Images/arrow-right-yellow.png);
  background-color: transparent;
}
.fancybox-arrow--left .fancybox-container .fancybox-arrow:after {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fancybox-container .fancybox-bg {
  background-color: #002653;
  opacity: 0.95;
}
.fancybox-container .fancybox-caption-wrap {
  background: rgba(0, 38, 83, 0.7);
  padding-top: 20px;
}
.fancybox-container .fancybox-caption-wrap .fancybox-caption {
  text-align: center;
}
.fancybox-container .fancybox-caption-wrap .fancybox-caption h3 {
  padding-bottom: 0;
}
.fancybox-container .fancybox-caption-wrap .fancybox-caption p {
  padding-bottom: 0;
}
