@charset "UTF-8";

/*--- web font definitions ---*/

@font-face {
	font-family: 'stdfont';
	src: url('../fonts/std-font.woff') format('woff'), url('../fonts/std-font.ttf') format('truetype');
}
@font-face {
	font-family: 'logofont';
    src: url('../fonts/std-font2.woff2') format('woff2'), url('../fonts/std-font2.woff') format('woff');
}

/*--- others ---*/

html {
    scroll-behavior: smooth;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
body {
    background-color: black;
    color: white;
    font-size: 16px;
}
body, h1, h2, h3, h4, h5, h6 {
    font-family: "stdfont";
}
h4, h5, h6 {
    font-weight: normal !important;
}
h1, h2, h3 {
    font-weight: bold !important;
}
/*
h1 {
    font-family: "headingfont" !important;
}
h2 {
    font-family: "headingfont" !important;
}
*/

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
}
::-webkit-scrollbar-thumb {
  background: rgb(255,127,1);
  border-radius: 10px;
}

.fk-word-wrap {
    word-wrap: normal !important; 
    overflow-wrap: normal !important; 
    white-space: normal !important
}

.fk-standard-left-margin-outside-w3-container {
    margin-left: 16px;
}

.w3-modal.fk-modal {
    z-index: 19999 !important;
    padding-top: 10px !important; 
}

.fk-viewport {
    /* max-width: 768px; */
    max-width: 907px;
    margin-left: auto;
    margin-right: auto;
    
    background-color: rgb(32, 32, 32);
}
.fk-viewport-landingpage {
    /* background-color: rgb(32, 32, 32); */
}

.fk-image-description {
    margin-top: 15px;
    /* background-color: rgba(32, 32, 32, 0.7); */
}

.fk-footnote {
    font-size: 12px;
}

.fk-error-text {
    font-weight: bold;
    color: red;
}

.fk-seal-ratedo {
	/* all is done here in media queries section */
	z-index: 10000;
}
.fk-seal-ratedo-shop-logic {
	/* all is done here in media queries section */
}

.fk-easter-action-container {
	margin-top: 30px; /* is normally overwritten by "syle" in php function call buildEasterAction(..) */
	padding-top: 10px;
	padding-buttom: 10px;
	background-color: darkgreen
}
.fk-easter-action-image {
	width: auto;
}
.fk-easter-action-text-container {
}
.fk-easter-action-voucher {
	font-weight: bold;
	color: rgb(255,127,1);
}
.fk-easter-action-line1 {
	font-weight: bold;
}
.fk-easter-action-line2 {
}
.fk-easter-action-line3 {
}

.fk-voucher-free-image {
    font-size: 32px;
    font-weight: bold;
}
.fk-voucher-free-image-used {
    font-size: 20px;
    font-weight: bold;
    text-decoration: line-through;
    color: red;
}

.fk-footer-outer-container {
    /* margin-top: 30px; */
    
    width: 100%;
    line-height: 32px;

    margin-left: 16px;
    margin-bottom: 100px;
    
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}
.fk-footer-outer-container a {
    text-decoration-line: none;
}
.fk-footer-link-from-2 { /* note: used for impressum etc. links */
    margin-left: 12px;
}
.fk-footer-link-from-2-sm-symb {
    /* currently we have nothing here */
}
/*---*/
.fk-footer-upper-container {
    width: 100%;
    font-weight: bold;
}
.fk-footer-main-links-container {
    margin-top: 30px;
    width: 250px;
}
.fk-footer-support-links-container {
    margin-top: 30px;
}
/*---*/
.fk-footer-middle-socialm-links-container {
    margin-top: 30px;
    width: 100%;
}
.fk-footer-socialm-image {
    width: 60px;
    height: 60px;
	margin-right: 12px;
	margin-bottom: 12px;
}
/*---*/
.fk-footer-lower-impr-container {
    margin-top: 30px;
    width: 100%;
    font-size: 14px;
}
.fk-footer-lower-impr-container a {
    color: rgb(150, 150, 150);
}

.fk-mini-footer-container {
    margin-left: 16px;
    margin-top: 30px;
    margin-bottom: 100px;
    font-size: 14px;
    line-height: 32px;
    
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}
.fk-mini-footer-container a {
    text-decoration-line: none;
    color: rgb(150, 150, 150);
}

.fk-backgrd-frame {
    position: fixed;
    top: 0;
    left: 50%;
    width: 1200px;
    margin-left: -600px;
    
    overflow: hidden;
    
    z-index: -999; 
}
/*
.fk-backgrd-frame {
    position: fixed;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    
    z-index: -999; 
}
*/
@keyframes backimg {
    0%    {transform: scale(1.7) rotate(20deg); opacity:0.0;}
    6%   {opacity:0.4;}
    100%  {transform: scale(1.0) rotate(0deg); opacity:0.4;}
}
.fk-backgrd-image {
    width: 100%;
    /* max-width: 907px; */
    max-width: 1200px;
    opacity: 0.4;
    animation:backimg 60s;
}

.fk-modal-msgbox-content {
    background-color: rgb(60,60,60); 
}
.fk-msgbox-header {
    padding-top: 4px;
    padding-bottom: 4px;
    color: white;
    background-color: black; 
}
.fk-msgbox-content {
    margin-top: 8px;
    margin-bottom: 8px;
    color: white;
    /* background-color: rgb(60,60,60); */
    font-size: 12px;
}
.fk-msgbox-button-footer {
    /* background-color: rgb(60,60,60); */
    padding-top: 4px;
    padding-bottom: 4px;
}
.fk-msgbox-button {
    color: white;
    background-color: rgba(100, 100, 100, 0.7);
    font-size: 16px;
    border: 2px solid white;
    border-radius: 12px;
}
.fk-msgbox-caption {
    font-size: 16px;
    font-weight: bold;
}

.fk-modal-image-viewer {
    width: 100% !important;
    background-color: rgba(0,0,0,0.0) !important;
}
.fk-common-image-btn {
    cursor:pointer;
    border-radius:12px;
    /* box-shadow: 5px 5px 10px 5px rgba(0,0,0,0.5); */
}
.fk-viewer-close-button {
    background-color: rgba(155,155,155,0.3);
    color: #ffffff !important;
    font-size: 16px;
    border-radius:8px;
    border-style: none !important;
    box-shadow: 5px 5px 10px 5px rgba(0,0,0,0.5);
    z-index: 299999 !important;
}
.fk-viewer-left-right-button {
    background-color: rgba(155,155,155,0.3);
    color: #ffffff !important;
    font-size: 32px;
    /* font-weight: bold; */
    z-index: 299999 !important;
    border-radius:8px;
    border-style: none !important;
    box-shadow: 5px 5px 10px 5px rgba(0,0,0,0.5);
}
.fk-slide-badges {
    /* font-family: "Noto Sans"; */
    padding-left: 18px;
}
.slidesBadge {
    /* only used as label */
}
.w3-badge { 
    /* in addition to the std w3-badge */ 
    height:13px !important;
    width:13px !important;
    padding: 0px !important;
    margin-left:1px !important;
    margin-right:1px !important;
    cursor:pointer !important; 
    text-shadow:2px 2px 4px #000000 !important; 
}

.fk-faq-question {
    background-color: rgba(0, 0, 0, 0) !important;
    font-weight: bold;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.fk-faq-answer {
    background-color: rgba(0, 0, 0, 0) !important;
    margin-top: 0px !important;
}

.fk-sales-off-symbol-container {
    position: fixed;
    z-index: 10;
}
@keyframes sales-off-symbol {
    0%    {transform: scale(10.0) rotate(10deg); opacity:1.0; margin-left: -200px}
    50%   {transform: scale(1.0) rotate(-40deg); opacity:1.0; margin-left: -200px}
    100%  {transform: scale(1.0) rotate(-40deg); opacity:1.0; margin-left: 0px}
}
.fk-sales-off-symbol-img {
    margin-left: -8000px; /* invisible */
    
    animation-name: sales-off-symbol;
    animation-timing-function: ease;
    animation-duration: 3s;
    animation-delay: 5s; 
    animation-fill-mode: forwards;     
}

@keyframes splashscreen-quote {
    0%   {transform: scale(6.0)}
    80%  {transform: scale(1.0)}
    100%  {transform: scale(1.0)}
}
@keyframes splashscreen-quote-author {
    0%    {opacity:0.0;}
    80%   {opacity:0.0;}
    100%   {opacity:1.0;}
}
.fk-splashscreen-quote {
    font-size: 18px;
    animation-name: splashscreen-quote;
    animation-timing-function: ease;
    animation-duration: 2s;
    animation-delay: 0s; 
    animation-fill-mode: forwards;    
}
.fk-splashscreen-quote-author {
    font-size: 16px;
    animation-name: splashscreen-quote-author;
    animation-timing-function: ease;
    animation-duration: 4s;
    animation-delay: 0s; 
    animation-fill-mode: forwards;      
}
.fk-splash-before-after-container {
    position: relative;
    margin-top: 30px;
    width: 300px;
    height: 300px;
    border: 2px solid white;
}
.fk-splash-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 300px 100%;
}
.fk-splash-background-img {
    background-image: url('../img/splash-after.png');
 }
@keyframes fk-splash-foreground-img-keyfr {
    0%    {width:100%;}
    100%   {width:0%;}
}
.fk-splash-foreground-img {
    background-image: url('../img/splash-before.webp');
    width: 100%;
    border-right: 6px solid rgb(255,127,1);
    animation-name: fk-splash-foreground-img-keyfr;
    animation-timing-function: ease;
    animation-duration: 2s;
    animation-delay: 6s; 
    animation-fill-mode: forwards;  
}

.fk-shoplogic-order-bar-content-top-shift {
    margin-top: 85px;
}
.fk-shoplogic-order-bar {
    position: fixed;
    width: 100%;
    height: 85px;
    max-width: 907px;
    top: 0px;
    
    z-index: 1000;
    
    border-bottom: 2px solid rgba(100, 100, 100, 0.5); 
    color: black;
}
.fk-shoplogic-order-bar-action-button-order {
    width: 130px;
    
    color: white;
    background-color: rgb(255,127,1);
    border: 2px solid white;
    border-radius: 12px;    
    font-size: 20px; 
    font-weight: bold;
}
.fk-shoplogic-order-bar-action-button-check {
    width: 130px;
    
    color: white;
    background-color: rgb(100, 100, 100);
    /* border: 2px solid white; */
    border: 2px solid rgb(255,127,1);
    border-radius: 12px;    
    font-size: 20px; 
    font-weight: bold;
}
.fk-shoplogic-upgrade-link {
    margin-top: -8px;
    margin-bottom: 16px;
    font-size: 12px;
}

.fk-heading {
    /* z-index: -3; */
    height: 90px;
    background-color: rgb(220, 220, 220);
}
.fk-heading-shop-logic {
    height: 140px;
    background-color: rgb(220, 220, 220);
}
.fk-heading-shop-logic-without-progress-product {
    height: 90px;
    background-color: rgb(220, 220, 220);
}
.fk-shop-logic-progress-product {
    width: 100%;
    height: 50px;
    background-color: rgb(255,127,1);
    background-position: center;
    background-repeat: no-repeat;
}
.fk-shop-logic-progress-payment {
    width: 100%;
    height: 50px;
    background-color: rgb(255,127,1);
    background-position: center;
    background-repeat: no-repeat;
}
.fk-shop-logic-progress-ready {
    width: 100%;
    height: 50px;
    background-color: rgb(255,127,1);
    background-position: center;
    background-repeat: no-repeat;
}
.fk-shop-logic-progress-upload {
    width: 100%;
    height: 50px;
    background-color: rgb(255,127,1);
    background-position: center;
    background-repeat: no-repeat;
}
.fk-shop-logic-progress-check {
    width: 100%;
    height: 50px;
    background-color: rgb(255,127,1);
    background-position: center;
    background-repeat: no-repeat;
}
.fk-shop-logic-progress-check-ready {
    width: 100%;
    height: 50px;
    background-color: rgb(255,127,1);
    background-position: center;
    background-repeat: no-repeat;
}

.fk-shop-logic-switch-mode-link {
    color: rgb(150, 150, 150);
    font-size: 14px;
}
.fk-shop-logic-switch-mode-link-container {
    padding-top: 16px;
}

.fk-shop-logic-field-viewer-container {
    display: block;
    overflow: auto;

    font-size: 12px;
    
    /* padding-top: 4px;
    padding-bottom: 4px;
    margin-top: 8px;
    margin-bottom: 8px; */
}
.fk-shop-logic-field-viewer-caption-container {
    width: 150px;
    padding-right: 5px;
}
.fk-shop-logic-field-viewer-value-container {
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis; 
}

.fk-shop-logic-field-editor-info-box-symbol {
    width:  24px;
    height: 24px;
    margin-right: 5px;
    margin-top: -2px; 
}
.fk-shop-logic-field-editor-container {
    display: block;
    overflow: auto;
    
    padding-top: 4px;
    padding-bottom: 4px;
    margin-top: 8px;
    margin-bottom: 8px;
}
.fk-shop-logic-field-editor-disabled {
    /* just a class qualifier */
}
.fk-shop-logic-field-editor-enabled {
    /* just a class qualifier - default */
}
.fk-shop-logic-field-editor-caption-container {
    width: 150px;
    padding-right: 5px;
}
.fk-shop-logic-field-editor-disabled .fk-shop-logic-field-editor-caption-container {
    color: rgb(130,130,130); 
}
.fk-shop-logic-field-editor-control-container {
}
.fk-shop-logic-field-editor-caption-link {
    text-decoration: none;
}
.fk-shop-logic-field-editor-lock-symbol {
    width:  11px;
    height: 14px;
    margin-right: 5px;
    margin-top: -2px;
}
.fk-shop-logic-field-editor-info-symbol {
    width:  18px;
    height: 18px;
    margin-left: 2px;
    margin-top: -2px;
}
.fk-shop-logic-field-editor-select {
    background-color: white !important;
}
.fk-shop-logic-field-editor-disabled .fk-shop-logic-field-editor-select {
    color: rgb(130,130,130);
    background-color: rgb(80,80,80) !important;
}
.fk-shop-logic-field-editor-checkbox {
}
.fk-shop-logic-field-editor-disabled .fk-shop-logic-field-editor-checkbox {
}
.fk-shop-logic-field-editor-text {
    font-size: 12px;
    background-color: white !important;
}
.fk-shop-logic-field-editor-disabled .fk-shop-logic-field-editor-text {
    color: rgb(130,130,130);
    background-color: rgb(80,80,80) !important;
}
.fk-shop-logic-field-editor-read-only {
}
.fk-shop-logic-field-editor-disabled .fk-shop-logic-field-editor-read-only {
    color: rgb(130,130,130); 
}

/*
@keyframes logo-text-keyfr {
    0%    {transform: scale(5.0); right: 1000px; top: -200px}
    100%  {transform: scale(1.0); right: 0px; top: 0px}
}
*/
@keyframes logo-text-keyfr {
    0%    {top: -200px}
    100%  {top: 0px}
}
.fk-logo-container {
    z-index: -1;
    /* right: 1000px; */
    top: -200px;
    width: 300px;
    height: 90px;
    color: black;
    font-family: "logofont";
    font-size: 41.5px;
    font-weight: bold;
    line-height: 45px;
    animation-name: logo-text-keyfr;
    animation-timing-function: ease;
    animation-duration: 1s;
    animation-delay: 1s; 
    animation-fill-mode: forwards;  
}
.fk-logo-fotoklinik {
}
.fk-logo-messer {
    color: white;
    font-size: 21.5px;
    font-weight: normal;
}
.fk-logo-sch {
    color: white;
}
.fk-logo-arfe {
}
.fk-logo-quali {
    color: rgba(255,127,1);
    font-size: 21.5px;
    font-weight: normal;
}
/*
@keyframes fk-logo-messer-img-keyfr {
    0%    {right: 4000px}
    100%  {right: 160px}
}
*/
@keyframes fk-logo-messer-img-keyfr {
    0%    {right: 300px; opacity: 1.0}
    100%  {right: 160px; opacity: 1.0}
}
.fk-logo-messer-img {
    z-index: -2;
    /* right: 158px; */
    /* right: 4000px; */
    right: 300px;
    opacity: 0.0;
    animation-name: fk-logo-messer-img-keyfr;
    animation-timing-function: ease;
    animation-duration: 1s;
    animation-delay: 1.5s; 
    animation-fill-mode: forwards;  
}

.fk-video-player {
    width: 100% !important;
    height: 100% !important;
}

.fk-slide-image {
    /* only a marker */
}
.fk-slide-image-mobile {
    /* only a marker */
}

.fk-quote {
    font-style: italic;
    max-width: 500px;
}

.fk-content-block-dark {
    color: white;
    background-color: rgba(100, 100, 100, 0.7);
    padding-bottom: 16px;
}
.fk-content-block-dark h1 {
    color: white;
}
.fk-content-block-dark h2 {
    color: white;
}
.fk-content-block-light {
    color: black;
    background-color: rgba(220, 220, 220, 0.7);
    padding-bottom: 16px;
}
.fk-content-block-light h1 {
    color: black;
}
.fk-content-block-light h2 {
    color: black;
}
.fk-content-image {
    margin-top: 18px;
    border: 2px solid white;
}

.fk-std-button {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 2px solid white;
    border-radius: 12px;
    background-color: rgba(100, 100, 100, 0.7);
    /* font-size: 20px; */
    /* font-weight: bold; */
}
.fk-language-button {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 4px;
    border: 2px solid white;
    border-radius: 12px;    
    background-color: rgba(100, 100, 100, 0.7);
    /* font-size: 20px; */
    /* font-weight: bold; */
}
.fk-btn-main-caption {
    font-size: 20px; 
    font-weight: bold;
}

.fk-pdf-download-button-container {
    margin-top: 80px; 
    margin-bottom: 45px;
    height: 60px;
    width: 300px;
}
.fk-pdf-download-button {
    width: 275px;
    
    background-color: rgba(100, 100, 100, 0.7);
    border: 2px solid white;
    border-radius: 12px;   
}
.fk-std-action-button {
    width: 275px;
    margin-top: 30px;
    margin-bottom: 30px;
    
    background-color: rgba(255,127,1,1.00);
    border: 2px solid white;
    border-radius: 12px;    
    font-size: 20px; 
    font-weight: bold;
}
.fk-pdf-download-logo {
    width: 55px;
    height: 55px;
    
    position: absolute;
    margin-left: 240px;
    margin-top: -10px;
}
@keyframes fade-in-pdf-download-info-container {
    0%    {opacity:0.0;}
    100%   {opacity:1.0;}
    /*    
    0%    {margin-left: -200px;}
    100%  {margin-left: 0px;}
    */
}
.fk-pdf-download-info-container-example-viewer {
    /* background-color: rgba(32, 32, 32, 0.7); */
    /* background-color: rgba(100, 100, 100, 1.0); */
    /* background-color: rgba(200, 200, 200, 1.0); */
    background-color: rgb(60, 60, 60);
    padding-left: 32px;
    padding-right: 32px;
    margin-top: 32px;
    
    z-index: 10000000;
    
    animation-name: fade-in-pdf-download-info-container;
    animation-timing-function: ease;
    animation-duration: 1s;
    animation-delay: 0s; 
    animation-fill-mode: forwards;    
}
.fk-pdf-download-logo-example-viewer {
    width: 80px;
    height: 80px;
}

.fk-std-action-button.fk-upload-file-button {
    border: 4px solid white;
}
.fk-image-id-input {
    width: 275px;
    
    color: black;
    background-color: white;
    border: 2px solid black;
    /* border-radius: 12px; */
    font-size: 16px; 
    font-weight: bold;
    text-align: left;
}
.fk-form-action-button {
    width: 275px;
    margin-top: 20px;
    /* margin-bottom: 10px; */
    
    background-color: rgb(255,127,1);
    border: 2px solid white;
    border-radius: 12px;    
    font-size: 20px; 
    font-weight: bold;
}
.fk-form-action-button-disabled {
    pointer-events: none;
    
    width: 275px;
    margin-top: 20px;
    /* margin-bottom: 10px; */
    
    color: rgb(100,100,100);
    background-color: rgb(30,30,30);
    border: 2px solid rgb(100,100,100);
    border-radius: 12px;    
    font-size: 20px; 
    /* font-weight: bold; */
}

.fk-action-button-container {
    margin-top: 30px; 
    margin-bottom: 45px;
    height: 60px;
    width: 300px;
    
    position: relative;
}
.fk-action-button {
    width: 275px;
    
    background-color: rgb(255,127,1);
    border: 2px solid white;
    border-radius: 12px;    
    font-size: 20px; 
    font-weight: bold;
    
    position: absolute;
}
.fk-action-button-landing-page-order {
    width: 110px;
    padding: 8px;
    
    background-color: rgb(255,127,1);
    border: 2px solid white;
    border-radius: 12px 2px 2px 12px;
    font-size: 20px; 
    font-weight: bold;
    
    position: absolute;
}
.fk-action-button-landing-page-check {
    left: 130px;
    width: 161px;
    padding: 8px;
    
    background-color: rgb(100, 100, 100);
    /* border: 2px solid white; */
    border: 2px solid rgb(255,127,1);
    border-radius: 2px 12px 12px 2px;
    font-size: 20px; 
    font-weight: bold;
    
    position: absolute;
}
.fk-action-button-money-back {
    font-size: 15px;
    
    position: absolute;
    min-width: 400px;
    margin-top: 27px;
}
.fk-action-button-money-back-landing-page {
    font-size: 15px;
    
    position: absolute;
    min-width: 400px;
    margin-top: 60px;
}
.fk-action-button-money-back-seal-img {
    width: 70px;
    height: 70px;
}

.fk-img-before-after-container {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    /* border: 2px solid white; */
}
.fk-before-after-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover; 
    /* background-size: 300px 100%; */
}

.fk-backgrd-after-img-wait-loading {
    background-image: url('../img/waitLoadingAfter.webp');
}
.fk-foregrd-before-img-wait-loading {
    background-image: url('../img/waitLoadingBefore.webp');
}


.fk-backgrd-after-img-BAsec1 {
    background-image: url('../img/901-after.png');
}
.fk-foregrd-before-img-BAsec1 {
    background-image: url('../img/901-before.webp');
}
/*
.fk-backgrd-after-img-BAsec2 {
    background-image: url('../img/891-after.png');
}
.fk-foregrd-before-img-BAsec2 {
    background-image: url('../img/891-before.webp');
}
.fk-backgrd-after-img-BAsec3 {
    background-image: url('../img/891-detail-after.png');
}
.fk-foregrd-before-img-BAsec3 {
    background-image: url('../img/891-detail-before.webp');
}
*/
.fk-backgrd-after-img-BAsec4 {
    background-image: url('../img/979-after.png');
}
.fk-foregrd-before-img-BAsec4 {
    background-image: url('../img/979-before.webp');
}
.fk-backgrd-after-img-BAsec5 {
    background-image: url('../img/979-detail-after.png');
}
.fk-foregrd-before-img-BAsec5 {
    background-image: url('../img/979-detail-before.webp');
}
/*
.fk-backgrd-after-img-BAsec6 {
    background-image: url('../img/767-after.png');
}
.fk-foregrd-before-img-BAsec6 {
    background-image: url('../img/767-before.webp');
}
.fk-backgrd-after-img-BAsec7 {
    background-image: url('../img/767-detail-after.png');
}
.fk-foregrd-before-img-BAsec7 {
    background-image: url('../img/767-detail-before.webp');
}
.fk-backgrd-after-img-BAsec8 {
    background-image: url('../img/884-after.png');
}
.fk-foregrd-before-img-BAsec8 {
    background-image: url('../img/884-before.webp');
}
.fk-backgrd-after-img-BAsec9 {
    background-image: url('../img/884-detail-after.png');
}
.fk-foregrd-before-img-BAsec9 {
    background-image: url('../img/884-detail-before.webp');
}
*/
.fk-backgrd-after-img-BAsec10 {
    background-image: url('../img/867-after.png');
}
.fk-foregrd-before-img-BAsec10 {
    background-image: url('../img/867-before.webp');
}
.fk-backgrd-after-img-BAsec11 {
    background-image: url('../img/867-detail-after.png');
}
.fk-foregrd-before-img-BAsec11 {
    background-image: url('../img/867-detail-before.webp');
}
/*
.fk-backgrd-after-img-BAsec12 {
    background-image: url('../img/944-after.png');
}
.fk-foregrd-before-img-BAsec12 {
    background-image: url('../img/944-before.webp');
}
.fk-backgrd-after-img-BAsec13 {
    background-image: url('../img/944-detail-after.png');
}
.fk-foregrd-before-img-BAsec13 {
    background-image: url('../img/944-detail-before.webp');
}
*/
.fk-backgrd-after-img-BAsec101 {
    background-image: url('../img/597-after.png');
}
.fk-foregrd-before-img-BAsec101 {
    background-image: url('../img/597-before.webp');
}
.fk-backgrd-after-img-BAsec111 {
    background-image: url('../img/560-after.png');
}
.fk-foregrd-before-img-BAsec111 {
    background-image: url('../img/560-before.webp');
}
.fk-backgrd-after-img-BAsec112 {
    background-image: url('../img/560-detail-after.png');
}
.fk-foregrd-before-img-BAsec112 {
    background-image: url('../img/560-detail-before.webp');
}
.fk-backgrd-after-img-BAsec121 {
    background-image: url('../img/bdg-sec3-1-after.png');
}
.fk-foregrd-before-img-BAsec121 {
    background-image: url('../img/bdg-sec3-1-before.webp');
}
.fk-backgrd-after-img-BAsec122 {
    background-image: url('../img/bdg-sec3-1-detail-after.png');
}
.fk-foregrd-before-img-BAsec122 {
    background-image: url('../img/bdg-sec3-1-detail-before.webp');
}


.fk-backgrd-after-img-BAsecBdg1 {
    background-image: url('../img/bdg-sec1-after.png');
}
.fk-foregrd-before-img-BAsecBdg1 {
    background-image: url('../img/bdg-sec1-before.webp');
}
.fk-backgrd-after-img-BAsecBdg2 {
    background-image: url('../img/bdg-sec2-after.png');
}
.fk-foregrd-before-img-BAsecBdg2 {
    background-image: url('../img/bdg-sec2-before.webp');
}
.fk-backgrd-after-img-BAsecBdg3p1 {
    background-image: url('../img/bdg-sec3-1-after.png');
}
.fk-foregrd-before-img-BAsecBdg3p1 {
    background-image: url('../img/bdg-sec3-1-before.webp');
}
.fk-backgrd-after-img-BAsecBdg3p2 {
    background-image: url('../img/bdg-sec3-2-after.png');
}
.fk-foregrd-before-img-BAsecBdg3p2 {
    background-image: url('../img/bdg-sec3-2-before.webp');
}
.fk-backgrd-after-img-BAsecBdg3p3 {
    background-image: url('../img/bdg-sec3-3-after.png');
}
.fk-foregrd-before-img-BAsecBdg3p3 {
    background-image: url('../img/bdg-sec3-3-before.webp');
}
.fk-backgrd-after-img-BAsecBdg4 {
    background-image: url('../img/bdg-sec4-after-detail.png');
}
.fk-foregrd-before-img-BAsecBdg4 {
    background-image: url('../img/bdg-sec4-before-detail.webp');
}

.fk-backgrd-after-img-BAsecEalb1 {
    background-image: url('../img/901-after.png');
}
.fk-foregrd-before-img-BAsecEalb1 {
    background-image: url('../img/901-before.webp');
}
.fk-backgrd-after-img-BAsecEalb2 {
    background-image: url('../img/891-after.png');
}
.fk-foregrd-before-img-BAsecEalb2 {
    background-image: url('../img/891-before.webp');
}
.fk-backgrd-after-img-BAsecEalb3 {
    background-image: url('../img/891-detail-after.png');
}
.fk-foregrd-before-img-BAsecEalb3 {
    background-image: url('../img/891-detail-before.webp');
}
.fk-backgrd-after-img-BAsecEalb4 {
    background-image: url('../img/979-after.png');
}
.fk-foregrd-before-img-BAsecEalb4 {
    background-image: url('../img/979-before.webp');
}
.fk-backgrd-after-img-BAsecEalb5 {
    background-image: url('../img/979-detail-after.png');
}
.fk-foregrd-before-img-BAsecEalb5 {
    background-image: url('../img/979-detail-before.webp');
}
.fk-backgrd-after-img-BAsecEalb6 {
    background-image: url('../img/767-after.png');
}
.fk-foregrd-before-img-BAsecEalb6 {
    background-image: url('../img/767-before.webp');
}
.fk-backgrd-after-img-BAsecEalb7 {
    background-image: url('../img/767-detail-after.png');
}
.fk-foregrd-before-img-BAsecEalb7 {
    background-image: url('../img/767-detail-before.webp');
}
.fk-backgrd-after-img-BAsecEalb8 {
    background-image: url('../img/884-after.png');
}
.fk-foregrd-before-img-BAsecEalb8 {
    background-image: url('../img/884-before.webp');
}
.fk-backgrd-after-img-BAsecEalb9 {
    background-image: url('../img/884-detail-after.png');
}
.fk-foregrd-before-img-BAsecEalb9 {
    background-image: url('../img/884-detail-before.webp');
}
.fk-backgrd-after-img-BAsecEalb10 {
    background-image: url('../img/867-after.png');
}
.fk-foregrd-before-img-BAsecEalb10 {
    background-image: url('../img/867-before.webp');
}
.fk-backgrd-after-img-BAsecEalb11 {
    background-image: url('../img/867-detail-after.png');
}
.fk-foregrd-before-img-BAsecEalb11 {
    background-image: url('../img/867-detail-before.webp');
}
.fk-backgrd-after-img-BAsecEalb12 {
    background-image: url('../img/944-after.png');
}
.fk-foregrd-before-img-BAsecEalb12 {
    background-image: url('../img/944-before.webp');
}
.fk-backgrd-after-img-BAsecEalb13 {
    background-image: url('../img/944-detail-after.png');
}
.fk-foregrd-before-img-BAsecEalb13 {
    background-image: url('../img/944-detail-before.webp');
}

.fk-before-after-slider {
  /* z-index: 1000; */
  position: relative;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 0px;
  background: #d3d3d3;
  outline: none;
  /*    
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
  */
}
.fk-before-after-slider:hover {
  /* opacity: 1; */
}
.fk-before-after-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 6px;
  height: 4000px; /* always cut by fk-img-before-after-container */
  background: rgb(255,127,1);;
  cursor: pointer;
}
.fk-before-after-slider::-moz-range-thumb {
  width: 6px;
  height: 4000px; /* always cut by fk-img-before-after-container */
  background: rgb(255,127,1);;
  cursor: pointer;
}
.fk-before-after-slider-btn {
    top: 30px;
}

.fk-partner-container {
    color: white;
    background-color: rgba(100, 100, 100, 0.7);
    /* background-color: rgba(32, 32, 32, 0.7); */
}
.fk-partner-link-container {
    margin-bottom: 10px;
}
.fk-partner-link {
    margin-top: 10px;
    margin-right: 10px;
}

.fk-customer-feedback-outer-container {
    overflow: auto;
    color: white;
    background-color: rgba(100, 100, 100, 0.7);
    /* background-color: rgba(32, 32, 32, 0.7); */
}
.fk-customer-feedback-inner-container {
    margin-top: 15px;
    /* 3 rez width: width: 890px;
    /* 4 rez width: 1300px; */
    /* 5 rez width: 1480px; */
    width: 1300px;
}
.fk-customer-feedback-single-container {
    width: 280px;
    /* height: 320px; */
    height: 440px;
    margin-top: 16px;
    margin-bottom: 16px;
    margin-right: 16px;
    margin-left: 0px;
    border: 2px solid white;
    border-radius: 12px;
    float: left;
}
.fk-customer-feedback-text {
    font-size: 20px;
    padding: 16px;
}
.fk-customer-feedback-link-and-author {
    padding: 16px;
    top: 220px;
}



/* --- BEGIN $$ styling new products container --- */

.fk-products2-backgrd-unselected {
    background-color: rgb(100, 100, 100);
}
.fk-products2-color-light {
    color: cornflowerblue;
}
.fk-products2-color-standard {
    color: darkseagreen;
}
.fk-products2-color-premium {
    color: burlywood;
}
.fk-products2-backgrd-light {
    background-color: cornflowerblue;
}
.fk-products2-backgrd-standard {
    background-color: darkseagreen;
}
.fk-products2-backgrd-premium {
    background-color: burlywood;
}
.fk-products2-outer-container {
    background-color: rgba(100, 100, 100, 0.7);
}
.fk-products2-compare-outer-container {
    /* overflow: auto; */
    overflow-x: scroll;
    color: white;
}
.fk-products2-compare-inner-container {
    /* margin-top: 70px; */
    width: 875px;
}
.fk-products2-single-container {
    width: 280px;
    
    /* height: 980px; normal >> wird auch höher da 1 line mehr features !!*/
    /* height: 1050px; */ /* off price */
    
    margin-top: 16px;
    margin-bottom: 16px;
    margin-right: 16px;
    margin-left: 0px;
    color: black;
    background-color: white;
    border: 2px solid white;
    border-radius: 12px;
    float: left;
    overflow: hidden;
}
.fk-products2-single-container-selected {
    width: 280px;
    margin-top: 16px;
    margin-bottom: 16px;
    margin-right: 16px;
    margin-left: 0px;
    color: black;
    background-color: white;
    border: 2px solid rgb(255,127,1);
    border-radius: 12px;
    outline: 5px solid rgb(255,127,1);
    float: left;
    overflow: hidden;
}

.fk-products2-header-container {
    /* height: 450px; */
    height: 620px !important;
    color: black;
}
.fk-products2-header-text-container {
    width: 100%
}
.fk-products2-header-name-and-price {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}
.fk-products2-header-description {
    padding-left: 8px;
    padding-right: 8px;
    font-weight: bold;
    /* font-size: 20px; */
}
.fk-products2-header-main-features-container {
    padding-left: 8px;
    padding-right: 8px;
}
.fk-products2-header-main-features-list {
    padding-inline-start: 16px !important;
}
.fk-products2-header-btn-container {
    width: 90%;
}
.fk-products2-std-button {
    width: 100%;
    margin-bottom: 8px; 
    color: black;
    background-color: rgba(255,255,255,0.30);
    border: 2px solid black;
    border-radius: 12px;    
    font-size: 20px; 
    font-weight: bold;
}
.fk-products2-request-button {
    width: 100%;
    margin-bottom: 8px; 
    color: white;
    background-color: rgb(255,127,1);
    border: 2px solid white;
    border-radius: 12px;    
    font-size: 20px; 
    font-weight: bold;
}
.fk-products2-order-button {
    width: 100%;
    margin-bottom: 4px; 
    color: white;
    background-color: rgb(255,127,1);
    border: 2px solid white;
    border-radius: 12px 12px 2px 2px;
    font-size: 20px; 
    font-weight: bold;
}
.fk-products2-check-button {
    width: 100%;
    margin-bottom: 8px; 
    color: white;
    background-color: rgb(100,100,100);
    border: 2px solid white;
    border-radius: 2px 2px 12px 12px;
    font-size: 20px; 
    font-weight: bold;
}
.fk-products2-change-product-button {
    width: 100%;
    margin-bottom: 8px; 
    color: white;
    background-color: rgb(255,127,1);
    border: 2px solid white;
    border-radius: 12px;    
    font-size: 20px; 
    font-weight: bold;
}
.fk-products2-change-product-button-disabled {
    pointer-events: none;
    
    width: 100%;
    margin-bottom: 8px; 
    color: rgb(100,100,100);
    background-color: rgb(30,30,30);
    border: 2px solid rgb(100,100,100);
    border-radius: 12px;    
    font-size: 20px; 
}
.fk-products2-active-product-caption {
    width: 100%;
    height: 30px;
    margin-top: 10px; 
    margin-bottom: 20px;
    
    text-align: center;
    color: black;
    font-size: 20px; 
    font-weight: bold;
}

.fk-products2-features-container {
    margin-top: 10px;
    height: 800px;
}
.fk-products2-feature-row {
    width: 100%;
}
.fk-products2-feature-symbol {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    margin-left: 4px;
    float: left;
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
}
.fk-products2-feature-available {
    background-image: url('../img/ok.png');
}
.fk-products2-feature-not-available {
    background-image: url('../img/nok.png');
}
.fk-products2-feature-description {
    width: 252px;
    float: left;
    /* font-size: 12px; */
    line-height: 16px;
    padding: 4px;
}
.fk-products2-footnotes-outer-container {
    
}
.fk-products2-footnotes-text-container {
    color: black;
    background-color: white;
    font-size: 12px;
    padding: 16px;
}
.fk-products2-footnotes-caption {
    font-size: 15px;
}

/* --- END styling new products container --- */


.fk-shop-logic-container {
    max-width: 907px; 
}

.fk-contact-link-container {
}
.fk-contact-link-row a {
    text-decoration-line: none;
}
.fk-contact-link-img {
    max-width: 120px;
    padding-left: 0px !important;
}

.fk-cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: rgb(0, 0, 0, 0.7);
    color: #fff;
    height: 160px; 
    width: 100%;    
    padding-left: 50px;
}

.fk-law-text {
    font-size: 13px;
}
.fk-law-text h1 {
    font-size: 30px;
}
.fk-law-text h2 {
    font-size: 24px;
}
.fk-law-text h3 {
    font-size: 20px;
}
.fk-law-text h4 {
    font-size: 16px;
}



/*------------------------------- trauerblider-kostenlos.de  --------------------------------------*/

.fk-trauer-order-email-link-container {
    margin-top: 30px;      /* by default, can be overwritten in buildActionBtnOrderEmail_Trauer */
	margin-bottom: -30px;  /* by default, can be overwritten in buildActionBtnOrderEmail_Trauer */
}

.fk-trauer-order-email-link{
	color: rgb(255,127,1);
    font-size: 24px;	
	font-weight: bold;
}

.fk-main-caption-compare-image-kostenlos-standard {
	/* width: 47%; in @media responsive */ 
	height: auto;
	margin-right: 10px;
	margin-bottom: 10px;
}



/*------------------------------- media queries --------------------------------------------------*/

@media (hover: hover) {
    ::-webkit-scrollbar {
      width: 18px;
      height: 18px;
    }
}

/* @media - width === 0..359px */
.fk-main-caption-compare-image-kostenlos-standard {
	width: 100%;
}
/* --- */
.fk-msgbox-button-caption-no-subcaption {
}
.fk-msgbox-button-caption {
}
.fk-msgbox-button-subcaption {
}
.fk-shop-logic-progress-product {
    background-image: url('../img/progress-shop-logic-320p-product.png');
}
.fk-shop-logic-progress-payment {
    background-image: url('../img/progress-shop-logic-320p-payment.png');
}
.fk-shop-logic-progress-ready {
    background-image: url('../img/progress-shop-logic-320p-ready.png');
}
.fk-shop-logic-progress-upload {
    background-image: url('../img/progress-shop-logic-320p-upload.png');
}
.fk-shop-logic-progress-check {
    background-image: url('../img/progress-shop-logic-320p-check.png');
}
.fk-shop-logic-progress-check-ready {
    background-image: url('../img/progress-shop-logic-320p-check-ready.png');
}
.fk-main-caption {
    font-size: 22px;
    font-weight: bold;
    
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}
.fk-sub-caption {
    font-size: 20px;
    font-weight: bold;
    
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}
.fk-sub2-caption {
    font-size: 18px;
    font-weight: bold;
}
.fk-sales-off-symbol-container {
    bottom: 100px;
    right: -10px;
}
.fk-sales-off-symbol-img {
    width: 70px;
    height: 70px;
}
/* --- */
.fk-easter-action-container {
	height: 100px;
}
.fk-easter-action-image {
	height: 80px;
}	
.fk-easter-action-text-container {
	padding-left: 20px;
}
.fk-easter-action-voucher {
    font-size: 20px;
}
.fk-easter-action-line1 {
    font-size: 20px;
}
.fk-easter-action-line2 {
    font-size: 12px;
}
.fk-easter-action-line3 {
    font-size: 12px;
}
.fk-seal-ratedo {
    max-width: 70px; 
	left: -10px; 
	top: 30px;
}
.fk-seal-ratedo-shop-logic {
    max-width: 55px; 
	left: -10px; 
	top: 20px;
}

@media (min-width: 360px) {
    .fk-main-caption {
        font-size: 24px;
        font-weight: bold;
    }
	.fk-seal-ratedo {
		max-width: 90px; 
		left: -20px; 
		top: 40px;
	}
	.fk-seal-ratedo-shop-logic {
		max-width: 90px; 
		left: -20px; 
		top: 40px;
	}
}

@media (min-width: 420px) {
    .fk-shop-logic-progress-product {
        background-image: url('../img/progress-shop-logic-420p-product.png');
    }
    .fk-shop-logic-progress-payment {
        background-image: url('../img/progress-shop-logic-420p-payment.png');
    }
    .fk-shop-logic-progress-ready {
        background-image: url('../img/progress-shop-logic-420p-ready.png');
    }
    .fk-shop-logic-progress-upload {
        background-image: url('../img/progress-shop-logic-420p-upload.png');
    }
    .fk-shop-logic-progress-check {
        background-image: url('../img/progress-shop-logic-420p-check.png');
    }
    .fk-shop-logic-progress-check-ready {
        background-image: url('../img/progress-shop-logic-420p-check-ready.png');
    }
	.fk-seal-ratedo {
		max-width: 100px; 
		left: -20px; 
		top: 50px;
	}
	.fk-seal-ratedo-shop-logic {
		max-width: 100px; 
		left: -10px; 
		top: 50px;
	}
	/* --- */
	.fk-easter-action-container {
		height: 120px;
	}
	.fk-easter-action-image {
		height: 100px;
	}	
	.fk-easter-action-text-container {
		padding-left: 30px;
	}
	.fk-easter-action-voucher {
		font-size: 30px;
	}
	.fk-easter-action-line1 {
		font-size: 20px;
	}
	.fk-easter-action-line2 {
		font-size: 16px;
	}
	.fk-easter-action-line3 {
		font-size: 16px;
	}
}

@media (min-width: 500px) {
    .fk-main-caption {
        font-size: 28px;
        font-weight: bold;
    }
    .fk-sub-caption {
        font-size: 22px;
        font-weight: bold;
    }
    .fk-sub2-caption {
        font-size: 22px;
        font-weight: bold;
    }
}

@media (min-width:599px) {
	.fk-main-caption-compare-image-kostenlos-standard {
		width: 47%;
	}
	/* --- */
}

@media (min-width: 768px) {
    .fk-msgbox-button-caption-no-subcaption {
    }
    .fk-msgbox-button-caption {
    }
    .fk-msgbox-button-subcaption {
    }
    .fk-main-caption {
        font-size: 32px;
        font-weight: bold;
    }
    .fk-sub-caption {
        font-size: 24px;
        font-weight: bold;
    }
    .fk-sub2-caption {
        font-size: 24px;
        font-weight: bold;
    }
    .fk-sales-off-symbol-container {
        bottom: 120px;
        right: -15px;
    }
    .fk-sales-off-symbol-img {
        width: 100px;
        height: 100px;
    }
	.fk-seal-ratedo {
		max-width: 130px; 
		left: 100px; 
		top: 70px;
	}
	.fk-seal-ratedo-shop-logic {
		max-width: 150px; 
		left: 10px; 
		top: 80px;
	}
}

@media (min-width: 1000px) {
    .fk-main-caption {
        font-size: 36px;
        font-weight: bold;
    }
    .fk-sub-caption {
        font-size: 24px;
        font-weight: bold;
    }
    .fk-sub2-caption {
        font-size: 24px;
        font-weight: bold;
    }
}

