/* exo-2-500 - latin */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 500;
  src: url('/fileadmin/reisekostenrechner.com/fonts/exo-2-v6-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Exo 2 Medium'), local('Exo2-Medium'),
       url('/fileadmin/reisekostenrechner.com/fonts/exo-2-v6-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fileadmin/reisekostenrechner.com/fonts/exo-2-v6-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fileadmin/reisekostenrechner.com/fonts/exo-2-v6-latin-500.woff') format('woff'), /* Modern Browsers */
       url('/fileadmin/reisekostenrechner.com/fonts/exo-2-v6-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fileadmin/reisekostenrechner.com/fonts/exo-2-v6-latin-500.svg#Exo2') format('svg'); /* Legacy iOS */
}

.caption-h1 {
    color: #fff;
    position: absolute;
    right: 0;
    top: 60%;
    font-family: 'Exo 2', sans-serif;
    font-size: 38px;
    line-height: 1;
    background-color: #009ee0;
    padding: 8px 150px 12px 50px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.caption-h2 {
    color: #fff;
    position: absolute;
    right: 240px;
    top: 74%;
    font-family: 'Exo 2', sans-serif;
    font-size: 28px;
    line-height: 1;
    background-color: #009ee0;
    padding: 4px 20px 10px 20px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.caption-h1 p,
.caption-h2 p {
  margin-bottom: 0;
}


header#page-header{
    background-color: #0d437e !important;
}
.navbar-mainnavigation .navbar-brand-image {
    visibility: hidden;
}

/* Layout Mittig */
.frame-layout-mittig .frame-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}
/**/

/* Layout Custom Accordion */
.frame-layout-c-accordion .accordion-item {
  border: none;
  margin: 1rem 0;
}
.frame-layout-c-accordion .accordion-button {
  background-color: var(--bs-primary);
  padding: 18px 24px;
  position: relative;
  margin-top: 10px;
  border-radius: 5px;
  font-size: 1.125rem;
  color: #fff;
  cursor: pointer;
  outline: medium none;
  font-weight: 500;
  font-family: "Exo 2";
  text-transform: uppercase;
  transition: .3s;
  margin: 0;
}
.frame-layout-c-accordion .accordion-button:not(.collapsed) {
  background-color: var(--bs-secondary);
}
.frame-layout-c-accordion .accordion-button::after {
  content: "+";
  color: #fff;
  font-weight: 500;
  font-family: "Exo-2";
  font-size: 1.4em;
  background-image: none;
  width: initial;
  height: initial;
}
.frame-layout-c-accordion .accordion-button:not(.collapsed)::after {
  content: "-";
}
/**/

/* Vorschaubilder (unkomprimiert!) */
#c2414 .gallery-item figure {
  background-size: cover;
}
#c2414 .gallery-item figure picture {
  visibility: hidden;
}

#c2414 .gallery-item:first-child figure {
  background-image: url("https://www.personalfragebogen.online/fileadmin/personalfragebogen.online/img/link_generieren_preview2.png");
}
#c2414 .gallery-item:nth-child(2) figure {
  background-image: url("https://www.personalfragebogen.online/fileadmin/personalfragebogen.online/img/zusammenfassung.png");
}
/**/

/* Carousel background position */
.body-bg > .carousel .carousel-backgroundimage {
  background-position-y: 15%;
}
/**/

h1.element-header,
h2.element-header {
  color: #009ee0;
  font-size: 1.6em;
  font-family: 'Exo 2', sans-serif;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  flex-direction: column;
}
h3.element-header {
  color: #009ee0;
  font-size: 1rem;
  font-family: 'Exo 2', sans-serif;
  text-transform: uppercase;
}
h1.element-header:after,
h2.element-header:after,
h3.element-header:after {
    width: 70px;
    display: block;
    padding-top: 30px;
    border-bottom: 5px solid #c2d998;
    border-top: none;
    margin: 0 0 35px 0;
    content: "";
}
h3.element-header.text-right:after {
  margin-left: auto;
}

ul.list-check {
    padding-left: 0;
}
ul.list-check li {
    list-style: none;
}

ul.list-check li:before {
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
    background-image: url('/fileadmin/reisekostenrechner.com/img/check.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    position: relative;
    top: 4px;
}

.frame.frame-type-icon_group {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.frame.frame-type-icon_group .frame-inner {
    display: flex;
    justify-content: center;
}
.icongroup-align-center {
    justify-content: space-around;
    width: 75%;
}
.icongroup-item {
    flex-direction: column;
}
.icongroup-item-icon {
    width: 80px;
    margin-right: 0;
}
.icongroup-item-text {
    font-family: "Exo 2", sans-serif;
    font-size: 0.7em;
    text-transform: uppercase;
}


.card {
    border: none;
    -webkit-box-shadow: 0px 3px 6px 2px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 3px 6px 2px rgba(0,0,0,0.10);
    box-shadow: 0px 3px 6px 2px rgba(0,0,0,0.10);
}

.footer-section-content {
    background-color: #0d437e;
}
.footer-section-content a:not(.btn) {
    color: #fff;
}

.btn {
    font-family: 'Exo 2', sans-serif;
}
.btn-lg {
    font-size: 1.5rem;
    text-transform: uppercase;
    padding: 0.4rem 1rem 0.6rem;
}
.btn.btn-rounded {
    border-radius: 15px;
}



.counter-wrapper {
  display: inline-flex;
  background-color: #c2d998;
  border-radius: 15px;
  color: #fff;
  padding: 5px 15px;
  align-items: center;
  flex-direction: column;
  position: absolute;
  left: 20px;
  top: 18px;
}
.counter-wrapper .h1 {
  font-weight: bold;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .counter-wrapper {
    display: none;
  }
}


@media (max-width: 768px) { 
  .carousel .carousel-item {
    padding: 0;
  }
  .caption-h1 {
    font-size: 1.8rem;
    padding-right: 50px;
    top: 53%;
  }
  .caption-h2 {
    font-size: 1.3rem;
    right: 150px;
    top: 69%;
  }

  .icongroup-align-center {
    width: inherit;
  }
  .btn.btn-lg.btn-rounded.btn-primary {
    font-size: 1.2rem
  }
}
@media (max-width:576px) {
  .caption-h1 {
    font-size:1.4rem;
    padding-left: 20px;
    padding-right:25px;
    top:55%;
  }
  .caption-h2 {
    font-size:1rem;
    right:40px;
    top:69%;
  }
  .carousel .item .carousel-backgroundimage {
    background-position-x: 25%;
  }
}
.cc-window.cc-banner,
.cc-revoke.cc-bottom {
  font-size: 14px;
}
.cc-btn.cc-deny {
  color: #999 !important;
}
.cc-btn {
  box-shadow: none !important;
  border-radius: 0 !important;
}

/* Typo3v14 Upgrade fixes */
.navbar-mainnavigation .navbar-brand {
    height: 0;
}
.frame-background-primary .icongroup-item-text-header > a {
  color: #fff;
}
.btn-primary {
  color: #fff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0083ba
}