@import "/custom/css/base.css";

body {
    background-color: #fff;
    font-family: 'Figtree';
    font-size: 16px;
    z-index: 1;
    min-height: 100vh;
}

:root {
  --cprblue: #004563;
  --efeuwidth: 18vw;
  --headerheight: 3vw;
  --fritzpaw: 360px;
}

a {
  color: #951b81;
}

a:hover {
  color: #004563;
}

.wpml-ls-statics-footer {
  display: none !important;
}

.bold {
  font-weight: bold;
}

.bigger {
  font-size: 2.2em;
  line-height: 1.3;
}

.no-break {
  hyphens: none;
  word-break: normal;
}

.cp-blue {
  color: var(--cprblue) !important;
}

.cp-faq {
  background-color: #eeeeee;
}

div.altcha {
  border: none;  
}

div.altcha-main {
  padding: 0;
}

.altcha-checkbox {
  width: initial !important;
  height: initial !important;  
}

.altcha-checkbox input {
  width: initial !important;
  height: initial !important;  
}

body.page-id-80 .ratio {
  position: relative;
  overflow: hidden;
}

body.page-id-80 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

body.page-id-2864 a {
  color: #951b81;
}

ul#comprisma-jobs {
  list-style-type: none;
  margin: 0;
  padding: 0;  
}

ul#comprisma-jobs li {
  position: relative;
  border: 1px solid #004563;
  border-radius: 20px;
  padding: 10px 40px 10px 20px;
  margin-bottom: 1em;
}

ul#comprisma-jobs li:after {
  position: absolute;
  font-family: "Font Awesome 6 Free" !important;
  content: '\f054' !important;
  font-weight: bold;
  font-size: 26px;
  top: 5px;
  right: 10px;
  font-family: ''
}

ul#comprisma-jobs li:hover {
  color: #fff;
  background-color: #004563;
}

ul#comprisma-jobs li a {
  text-decoration: none;
}

.massnahmen h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 0.1em;
}

.massnahmen h3 {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 0.8em;
}

div#header {
  position: fixed;
  height: calc(var(--headerheight) + (var(--efeuwidth) / 4));
  z-index: 100000;
  left: 0px;
  top: 0px;
  width: 100%;
  transition: opacity 0.8s ease-in;
}

div#header.scroll {
  opacity: 1;
}

div#header > .bg-efeu > .container {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
}

main#theme-main {
  padding-top: 80px;
  padding-top: 12vh;
}

body.single main#theme-main {
  padding-top: 20vh;
}

div#breadcrumbs {
  font-size: 16px;
  color: #aaa;
}

div#breadcrumbs a {
  text-decoration: none;
  color: #888; 
}

div#breadcrumbs a:hover {
  text-decoration: underline;
}

#scroll-down {
  display: inline-block;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  font-size: 30px;
  color: #4E7D91;
  width: 30px;
}

section {
  position: relative;
  padding: 60px 40px;
}

section.top {
  min-height: 40vh;
}

a.home-button {
  display: inline-block;
  font-size: 1.25em;
  color: #004563;
  background-color: #e7ecf0;
  padding: 5px 15px;
  border-radius: 5px;
  text-decoration: none;
  margin: 10px;
}

a.home-button img {
  height: 26px;
  width: auto;
  margin-right: 4px;
}

body.home img.fritz-image {
  max-height: 500px;
  width: auto;
  box-shadow: -20px 15px 15px rgba(0,0,0,0.65);
}

input.tnp-email {
  border-radius: 10px;
}

div.tnp-privacy-field label a {
  color: inherit !important;
  text-decoration: underline;
}

a.comprisma-bttn, input.tnp-submit {
  display: inline-block !important;
  background-color: #E7ECF0 !important;
  border-radius: 10px;
  color: #004563 !important;
  padding: 10px 20px !important;
  text-decoration: none;
  transition: color 0.6s ease-in-out, background-color 0.6s ease-in-out;
}

a.comprisma-bttn:hover {
  background-color: var(--cprblue) !important;
  color: #fff !important;
}

.white-box {
  background-color: #fff;
  padding: 20px;
  color: #000;
  height: 100%;
  vertical-align: top;
  font-size: 0.8em;
}

.white-box table {
  width: 100%;
  border-collapse: separate; /* Standardmäßig separate */
  border-spacing: 0 20px;
  font-size: 16px;
}

.white-box table td, .white-box table th {
  text-align: right;
  vertical-align: top;
}

.white-box table tr > th:first-child {
    text-align: left;
    max-width: 120px;
}

section.contact .bold {
  font-weight: 900;
  color: #004563;
}

div#logo-bg {
  position: absolute;
  right: 0px;
  top: 0px;
  background-image: url(/media/images/logo-bg.webp);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: right top;
  width: 455px;
  height: 582px;
  width: 25vw;
  height: 31.98vw;
  z-index: 3;
}

div#logo-bg img {
  position: relative;
  width: 10vw;
  height: auto; 
  left: 6vw;
  top: 9vw;
}

div.subtitle {
  font-size: 2em;
  font-weight: 100;
  text-transform: uppercase;
}

h1 {
  font-weight: 900;
  font-size: 5.25em;
  color: var(--cprblue);
  text-transform: uppercase;
}

h1 + .subheadline {
  font-size: 2.625em; 
}

.home h1, .rollout-pattern h1 {
  font-size: 2.625em;
  color:#fdfdff;
  text-transform: none;
}

h2 {
  font-weight: 600;
  text-transform: uppercase;
  color: var(--cprblue);
  margin-bottom: 20px;
  font-size: 2.5em;
}

h2 + .uppercase {
  margin-top: -20px;
}


h3 {
  font-weight: 600;
  font-size: 2.5em;
  word-break: normal;
  line-height: 1.15;
}

body.single-job {
  /* font-size: 24px; */
}

body.single-job h1 {
  /* font-size: 2em;  */
}

body.single-job h1 + p.subheadline {
  /* font-size: 1em; */
  font-weight: bold;
}

body.single-job h2 {
  /* font-size: 1.75em;  */
}

body.page-id-3120 h1, .page-id-161 h1 {
  font-size: 5.25em;
}

body.page-id-3120 h2, .page-id-161 h2 {
  font-size: 4.25em;
}

body.page-id-3120 h3, .page-id-161 h3 {
  font-size: 3.25em;
}

body.page-id-3120 h4, .page-id-161 h4 {
  font-size: 2.5em;
}

#comprisma-jobs {
  padding-left: 25px;
}

#comprisma-jobs li a {
  font-weight: bold; 
  color: inherit;
  line-height: 1.8;
}

ul.comprisma {
  position: relative;	
  text-align: left;
}

ul.comprisma li {
  padding: 0 0 0 1.3em;
  font-size: inherit;
  min-height: 1em;
  margin: 1vh 0;
}

ul.comprisma li a {
  text-decoration: inherit;
  color: inherit;
}

ul.comprisma {
  list-style: none;
  margin-left: 1em;
  padding-left: 0;
  margin-top: 2vh;
}

ul.comprisma li:before {
  position: absolute;
  display: block;
  content: '';
    background-size: 1em 1em;
    background-position: 0 0;
    background-repeat: no-repeat;
    left: -10px;
    margin-top: 0.3em;
    width: 1em; /* desired width of the image */
    height: 1em; /* unrelated to image height; this is so it gets snipped */
}

ul.comprisma li:before {
    background-image: url('/media/images/Comprisma_Logo_wire_blue.png') !important;
}

#bewerbungsformular label {
  display: block;  
}

#bewerbungsformular input[type=text], #bewerbungsformular input[type=email], #bewerbungsformular textarea {
  border-radius: 10px;
  background-color: #E7ECF0;
  border: none;
  width: 100%;
}

#bewerbungsformular input[type=file] {
  margin-bottom: 10px;
}

#bewerbungsformular input[type=submit] {
  border-radius: 10px;
  background-color: #E7ECF0;
  text-align: center;
  color: #004563;
  width: 285px;
  padding: 10px;
  border: none;
}

#bewerbungsformular .wpcf7-list-item {
  margin: 0;
}

#bewerbungsformular .wpcf7-list-item-label a {
  color: inherit;
}

div.author {
  color: #34343D;
  font-size: 1em;
  margin: 15px 0;
}

.slick-slide h3 {
  font-size: 1.5em;
}

.uppercase {
  text-transform: uppercase;
  font-size: 2.1em;
  color: var(--cprblue);
  font-weight: 200;
  line-height: 1.3;
}

.boxed .uppercase {
  color: var(--cprblue) !important;
}

/*
.page:not(.home) {
  font-size: 24px;
}

.page:not(.home) h1 {
  font-size: 3.5em;
  margin-bottom: 0.5em;
}

.page:not(.home) h2 {
  font-weight: 700;
  font-size: 1.5em;
  color: #34343D;
}
*/

.container-md-6 {
  display: inline-block;
  max-width: 660px;
  margin: 0;
}

.bg-pattern-midnight {
  background-image: url(/media/images/bg-midnight.webp);
  background-repeat: repeat;
  color: white;
}

.bg-pattern-teal {
  background-image: url(/media/images/bg-teal.webp);
  background-repeat: repeat;
  color: white;
}

.bg-pattern-magenta {
  background-image: url(/media/images/bg-magenta.webp);
  background-repeat: repeat;
  color: white;
}

.bg-pattern-violet {
  background-image: url(/media/images/bg-violet.webp);
  background-repeat: repeat;
  color: white;
}

.bg-pattern-mauve {
  background-image: url(/media/images/bg-mauve.webp);
  background-repeat: repeat;
  color: white;
}

.bg-white {
  color: #34343D;
}

section.bg-zebra {
  background-image: url(/media/images/zebra-tile-720.webp);
  background-size: 360px auto;
  background-repeat: repeat;
}

section.bg-efeu {
  padding: 0 !important;
}

div.bg-efeu {
  position: relative;
  background-color: #83b589;
  background-image: url(/media/images/efeu-tile-1024.webp);
  background-repeat: repeat;  
  background-size: var(--efeuwidth) var(--efeuwidth);
  padding-bottom: var(--efeuwidth);
  padding: 60px 40px;
  min-height: var(--efeuwidth);
  color: #fff;
  z-index: 3;
}

div#header div.bg-efeu {
  position: relative;
  top: calc(var(--headerheight) - var(--efeuwidth));
}

div#header div.bg-efeu-bottom {
  position: absolute;
  bottom: 0px;
}

span.oan {
  display: inline-block;
  border-top: 1px solid black;
  width: 200px;
  font-size: 12px;
  margin-top: 10px;
}

div.bg-efeu h2, div.bg-efeu p.uppercase {
  color: #fff;
}

div.bg-efeu .boxed h2, div.bg-efeu .boxed p.uppercase {
  color: inherit;
}


div.bg-efeu iframe {
  min-height: 800px;
}

div.bg-efeu-top {
  position: relative;
  height: calc(var(--efeuwidth) / 4);
  background-image: url(/media/images/efeu-tile-1024-oben.webp);
  background-repeat: repeat-x;  
  background-size: var(--efeuwidth) auto;
  z-index: 3;
}

div.bg-efeu-bottom {
  height: calc(var(--efeuwidth) / 4);
  background-image: url(/media/images/efeu-tile-1024-unten.webp);
  background-repeat: repeat-x;  
  background-size: var(--efeuwidth) auto;
  width: 100%;
}

div.boxed {
  background-color: white;
  padding: 40px;
  color: #000;
  border-radius: 20px;
  min-height: 300px;
}

div.boxed video {
  max-width: 100%;
  height: auto;
}

div.boxed img.icon, div.boxed img {
  max-width: 100%;
  height: auto;
}

div.rahmen-gold {
  width: 100%;
  
}

.frame-container {
  position: relative;
  /* display: flex; */
  width: 100%;
  margin-bottom: -20px;
}

/*
.frame-container:after {
  display: block;
  padding-top: 147.7%;
  content: '';
}
*/

.frame-container.align-content-end, .frame-container.align-items-end {
  /* align-items: flex-end; */
}

.team-column {
  position: relative;
  padding: 3rem 3rem 7rem 3rem;
  margin-bottom: 2rem;
}

.team-column .linkedin, 
.team-column .instagram {
  position: absolute;
  bottom: 40px; 
  right: 310px;
  width: 30px;
  height: auto;
}

.team-column .xing, .team-column .tiktok {
  position: absolute;
  bottom: 40px; 
  right: 270px;
  width: 30px;
  height: auto;
}

.plate {
  position: absolute;
  bottom: 0px;
  right: 3rem;
  display: inline-block;
  background-image: url(/media/images/team/plakette.png);
  background-size: 100% 100%;
  padding: 15px 20px;
  color: #34343d;
  box-shadow: -8px 8px 10px rgba(0,0,0,0.75);
  margin-top: 25px;
  text-align: right;
  width: 200px;
}

.plate p {
  margin: 0;  
}

.plate p.name {
  font-size: 1.3em;
  background-color: #111;
  -webkit-background-clip: text;
  background-clip: text;
  color: #fff0;
  text-shadow: rgb(255 255 255 / .3) 1px 1px 2px;
  font-weight: 700;
}

.plate p.position {
  font-size: 0.7em;
  background-color: #111;
  -webkit-background-clip: text;
  background-clip: text;
  color: #fff0;
  text-shadow: rgb(255 255 255 / .3) 1px 1px 2px;
  font-weight: 700;
}

.frame-container > img.shadow {
  box-shadow: -8px 8px 10px rgba(0,0,0,0.75) !important;
  margin-bottom: 35px;
}

.footnotes {
  display: inline-block;
  border-top: 1px solid black;
  font-size: 12px;
  font-weight: 100;
  min-width: 225px;
  padding-top: 10px;
}

.frame-container.gold img.blink {
  position: absolute;
  top: 12.6%;
  left: 23%;
  width: 63%;
}

section#lp-top {
  position: relative;
}

section#lp-top img.fritz-overlay, section#fritz-playing img.fritz-overlay {
  position: absolute;
  height: 25vw;
  width: auto;
  bottom: -2.3vw;
  right: 10vw;
  z-index: 10;
}

body.error404 section#lp-top img.fritz-overlay {
  bottom: -3.2vw;
}

section.contact {
  font-size: 1.875em;
}

.sp-ea-single {
  border: none !important;
  background-color: transparent !important;
}

.sp-ea-single .ea-header {
  background-color: var(--cprblue) !important;
  border-radius: 20px;
}

.sp-ea-single .ea-header a, .sp-ea-single .ea-header i {
  color: #fff !important;  
}

.eap-icon-ea-expand-plus::before {
  font-family: "Font Awesome 6 Free" !important;
  content: '\f107' !important;
  font-weight: bold !important;
  font-size: 1.9em;
}

.eap-icon-ea-expand-minus::before {
  font-family: "Font Awesome 6 Free" !important;
  content: '\f106' !important;  
  font-weight: bold !important;
  font-size: 1.9em;
}

.carousel .carousel-indicators {
  bottom: -30px !important;
}

.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  border: none;
  background-clip: none;
  opacity: 1;
  margin: 10px;
}

.carousel-indicators .active[data-bs-target] {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  margin: 5px;
}

.carousel .carousel-item {
  color: var(--cprblue);
  padding: 30px;
}

.carousel .carousel-item .carousel-caption {
  background-color: #fff;
  border-radius: 20px;
  min-height: 300px;
  color: inherit;
  position: relative;
  left: initial;
  right: initial;
  bottom: initial;
}

div.sidebar div.box {
  background-color: #eee;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 20px;
}

div.sidebar div.cp-newsletter-box {
  background-color: transparent;
  border-radius: none !important;
  background-image: url(/media/images/newsletter-box.webp);
  background-size: 100% auto;
  background-repeat: no-repeat;
  color: #fff;
  aspect-ratio: 1425 / 1700;
  padding: 80px 14%;
}

div.sidebar div.cp-newsletter-box h3 {
  font-size: 1.2em;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
}

div.sidebar div.cp-inhalte-box {
  background-color: #6F5676;
  color: #fff;
}

div.sidebar div.cp-inhalte-box .lwptoc_i {
  background-color: transparent;
  color: #fff;
}

div.sidebar div.cp-inhalte-box .lwptoc_i a {
  color: inherit !important;
}

div.sidebar div.cp-inhalte-box .lwptoc_toggle {
  display: none;
}

div.sidebar div.cp-promo-box {
  background-color: #951B81;
  color: #fff;  
}

div.sidebar div.cp-kontakt-box {
  background-color: #1F335E;
  color: #fff;
  text-align: right;
}

div.sidebar div.cp-kontakt-box img.logo {
  width: 30%;
  height: auto;
  margin-bottom: 30px;
}

.flex-stretch {
  display: flex; 
  align-items: stretch;
}

div.sidebar div.cp-kontakt-box ul.social-icons, div#footer-extended ul.social-icons {
  list-style-type: none;
  padding: 0 !important;
  margin-top: 30px !important;
  text-align: center;
}

div.sidebar div.cp-kontakt-box ul.social-icons li, div#footer-extended ul.social-icons li {
  display: inline-block;
}

div.sidebar div.cp-kontakt-box ul.social-icons li a, div#footer-extended ul.social-icons li a {
  color: inherit !important;
  text-decoration: none !important;  
}

div.sidebar div.cp-kontakt-box ul.social-icons li i, div#footer-extended ul.social-icons li i {
  font-size: 36px;
}

div.sidebar div.cp-kontakt-box ul.social-icons li + li, div#footer-extended ul.social-icons li + li {
  margin-left: 20px;
}

.align-top {
  align-self: flex-start;
}

.align-middle {
  align-self: center;
}

.align-bottom {
  align-self: flex-end;
}

/***** Menü Styles *******************************************************/

#header #menu-trigger {
  position: absolute;
  color: #fff;
  font-size: 44px;
  z-index: 100000;
  top: 10px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
}

#header #menu-trigger.is-active::before {
  content: "\f00d" !important;
}

.rmp-container {
  min-width: 100% !important;
  max-width: 100% !important;
  width: 100% !important;
  overflow-y: hidden !important;
}

.rmp-container .rmp-menu-wrap, .rmp-container .rmp-menu-additional-content {
   display: inline-block !important;
   width: 49% !important;
   vertical-align: top !important;
   padding-top: 140px !important;
   text-align: left !important;
   color: #fff !important;
   padding-top: 18vh !important;
}

.rmp-container .rmp-menu-additional-content {
   font-size: 20px !important;
   padding-left: 40px !important;
}

.rmp-container .rmp-menu-additional-content #company a, #footer-extended #company a {
  color: #fff !important;
  text-decoration: none !important;
}

.rmp-container .rmp-menu-additional-content img.logo-menu, div#footer-extended img.logo-menu {
   display: block;
   width: 83px;
   height: auto;
   margin-bottom: 30px;
}

.rmp-container .rmp-menu li a {
   display: inline-block !important;
   width: auto !important;
   margin-right: 20px !important;
   padding-right: 100px !important;
}

.rmp-container .rmp-submenu {
   margin-bottom: 20px !important;
}

.rmp-container .rmp-menu-subarrow {
  width: 60px !important;
}

.rmp-container .rmp-menu-additional-content ul.social-icons, div#footer-extended ul.social-icons {
  list-style-type: none;
  padding: 0 !important;
  margin-top: 30px !important;
}

.rmp-container .rmp-menu-additional-content ul.social-icons li, div#footer-extended ul.social-icons li {
  display: inline-block;
}

.rmp-container .rmp-menu-additional-content ul.social-icons li a, div#footer-extended ul.social-icons li a {
  color: inherit !important;
  text-decoration: none !important;  
}

.rmp-container .rmp-menu-additional-content ul.social-icons li i, div#footer-extended ul.social-icons li i {
  font-size: 36px;
}

.rmp-container .rmp-menu-additional-content ul.social-icons li + li, div#footer-extended ul.social-icons li + li {
  margin-left: 20px;
}

#rmp-submenu {
  list-style-type: none;
  margin: 20px 0 0 0;
  padding: 0;
}

#rmp-submenu li {
  display: inline-block;
  margin: 0;
  padding: 0;
}

#rmp-submenu li a {
  color: #fff;
  text-decoration: none;
  margin-right: 15px;
}

.rollout-pattern {
  position: relative;
  width: 1%;
  overflow-x: hidden;
  transition: width 1s ease-in-out;
}

.rollout-pattern.rolledout {
  width: 100%;
}

.rollout-pattern::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 93%, rgba(0,0,0,0.75) 100%);
  pointer-events: none;
  z-index: 1;
}

.rollout-pattern img.roll {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: auto;
  z-index: 3;
}

.rollout-pattern > div {
  width: 100vw;
}

button.rmp_menu_trigger {
  display: none !important;
}

.cp-carousel-container {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
}

body.single-post section.top .container, .padding-logo {
  padding-right: calc(27vw - ((100vw - 1320px) / 2));
}

.slick-dots {
  bottom: -40px;
}

.slick-dots li button::before { 
  font-size: 10px;
  opacity: 1 !important; 
}  

#slick-testimonials .slick-dots li button::before {
  color: #fff !important;
}

#slick-testimonials .slick-dots li.slick-active button::before {
  font-size: 20px;
}

#slick-testimonials .cp-carousel-container {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  font-size: 1.25em;
}

#slick-testimonials .cp-carousel-container img.testimonial-logo {
  max-width: 200px;
  height: auto;
  margin: 0 auto;
}

#slick-testimonials .cp-carousel-container img.testimonial-foto {
  max-width: 80px;
  height: auto;
  border-radius: 10px;
  margin: 0 auto;
}

#slick-testimonials .cp-carousel-container p.testimonial-author {
  font-size: 0.8em;
}

#slick-recent-posts .slick-dots {
  text-align: left;
  margin-left: 1rem;  
}

#slick-recent-posts .slick-dots li button::before {
  color: #E7ECF0 !important;
}

#slick-recent-posts .slick-dots li.slick-active button::before {
  font-size: 20px;
  color: var(--cprblue) !important;
}
 
#slick-recent-posts .cp-carousel-container {
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  padding: 0;
  border: 1px solid #E7ECF0;
  border-radius: 16px !important;
  overflow: hidden;
}

.header-text {
  font-size: 42px;
}

span.rolltext-static, .topline {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 100;
}

.subline {
  font-size: 2.5em;
  line-height: 1.15;
}

.rolltext-container {
  height: 100px;
  line-height: 100px;
  position: relative;
  overflow: hidden; 
  width: 100%;
  display: flex;
  color: #1D3557;
}

.rolltext-container .frame {
  padding: 20px 0;
}

.rolltext-container .rolltext, .headline {
  position: absolute;
  font-size: 84px;
  line-height: 1.1;
  font-weight: 800;
  text-transform: uppercase;
  color: #004563;
}

.headline {
  position: relative;
}

.rolltext-container .rolltext.shift {
  animation: slide .4s 1 forwards;
  animation-delay: .3s;    
}

.card {
  border-radius: 20px;
}

.card img.wp-post-image {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px; 
}


#fritz-left {
  position: absolute;
  top: calc(-1 * var(--fritzpaw));
  height: var(--fritzpaw);
  left: 0px;
  width: auto;
}

#fritz-middle {
  position: absolute;
  top: calc(-1 * var(--fritzpaw));
  height: var(--fritzpaw);
  left: 25%;
  width: auto;
}

#fritz-right {
  position: absolute;
  top: calc(-1 * var(--fritzpaw));
  height: var(--fritzpaw);
  left: 50%;
  width: auto;
}

.fritz-touch {
  display: none;
  opacity: 1 !important;
}

.fritz-touch.move {
  display: block;
  animation: touch .6s 1 forwards;
  animation-delay: 0s;    
}

.card-body h2 {
  font-size: 1.875em !important;  
}

.card-body h2 a {
  color: var(--cprblue);
  text-decoration: none;
}

@keyframes touch {
  0%{
    top: calc(-1 * var(--fritzpaw));
  }
  50%{
    top: calc(-0.25 * var(--fritzpaw));
  }
  100%{
    top: calc(-1 * var(--fritzpaw));    
  }
}

@keyframes slide {
  0%{
    top:-100%;
  }
  75%{
    top:20%;
  }
  85%{
    top: -10%;    
  }
  100%{
    top: 0%;    
  }
}

#fritz-schwanz {
  position: absolute;
  left: -10%;
  top: -3.5vw;
  animation: fritz-tail 1s infinite;
  animation-play-state: paused;
  height: 8vw;
  width: auto;
  z-index: 1;
  transition: left 1s ease;
}

@keyframes fritz-tail {
0%{
  left: -10%;
  top: -3.5vw;
}
10%{
  left: -10%;
  top: -3.5vw;
}
25%{
  left: 40%;
  top: -3.5vw;
}
40%{
  left: 100%;
  top: -2.5vw;
}
100%{
  left: 100%;
  top: -2.5vw;
}
}

@keyframes rollout {
0% {
  width: 0%;
}
100% {
  width: 100%;
}
}

div#footer {
  width: 100%;
  background-image: url(/media/images/bg-teal.png);
  background-repeat: repeat;
  color: white;
  padding: 40px;
}

div#footer-frames img {
  vertical-align: top;
  width: 126px;
  height: auto;
  margin: 20px;
  box-shadow: 0px 6px 6px rgba(0,0,0,0.75);
}

div#footer-extended {
  background-color: #34343c;
  color: #fff;
} 

div#footer-extended img {
  width: 85px;
  height: auto;
}


.faq-accordion {
  list-style: none;
  margin: 0;
  padding: 0;
}

.faq-accordion li {
  margin-bottom: 0.5rem;
}

.faq-accordion details {
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
}

.faq-accordion summary {
  margin-left: -20px;
  margin-right: -20px;
  background: #1F3C5E;
  position: relative;
  display: flex;
  align-items: center;
  padding: 15px 15px 15px 30px;
  cursor: pointer;
  color: #fff;
  font-family: 'Figtree', sans-serif;
  font-weight: 600;
  font-size: 20px;
  user-select: none;
  border-radius: 0.75rem;
  line-height: initial;
}

.faq-accordion details[open] {
  padding-bottom: 30px;  
}

.faq-accordion details[open] summary {
  margin-bottom: 20px;
}

.faq-accordion summary::-webkit-details-marker {
  display: none;
}

.faq-accordion summary::marker {
  font-size: 0;
}

.faq-accordion summary::before {
  font-family: "Font Awesome 6 Free" !important;
  content: '\f107' !important;
  font-weight: bold !important;
  font-size: 30px;
  margin-right: 20px;
}

.faq-accordion details[open] summary::before {
  content: '\f106' !important;
}

.faq-accordion .answer {
  padding: 1rem;
  background: #ffffff;
  color: #333333;
  line-height: 1.5;
  font-size: 0.95rem;
}