/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/
 
 
 
 */
 @import url("https://styles.gauselmann.com/MerkurSans/MerkurSans.css");
:root {
  --merkur-blue: rgb(2, 38, 82);
  --merkur-yellow: rgb(255, 204, 0);

  --merkur-blue-135: color-mix(in srgb, var(--merkur-blue) 65%, black);
  --merkur-blue-70: color-mix(in srgb, var(--merkur-blue) 70%, white);
  --merkur-blue-60: color-mix(in srgb, var(--merkur-blue) 60%, white);
  --merkur-blue-45: color-mix(in srgb, var(--merkur-blue) 45%, white);
  --merkur-blue-10: color-mix(in srgb, var(--merkur-blue) 10%, white);

  --merkur-gray: rgb(137, 139, 142);
  --merkur-darker-gray: rgb(109, 109, 109);
  --merkur-darkest-blue: rgb(0, 23, 52);
  --merkur-light-blue: rgb(36, 75, 123);
  --merkur-red: rgb(235, 0, 0);
  --merkur-green: rgb(59, 193, 9);
  --merkur-white: rgb(248, 248, 248);

  --merkur-gray-30: color-mix(in srgb, var(--merkur-grey) 30%, white);
  --merkur-gray-120: color-mix(in srgb, var(--merkur-grey) 80%, black);

  --merkur-yellow-70: color-mix(in srgb, var(--merkur-yellow) 70%, white);
  --merkur-yellow-120: color-mix(in srgb, var(--merkur-yellow) 80%, black);

  --dark-background-merkur-green-on-dark: rgba(64, 175, 11, 1);
  --dark-background-merkur-gray-30-on-dark: rgba(203, 206, 208, 1);
  --dark-background-merkur-red-on-dark: rgba(199, 0, 0, 1);

    --bs-blue: #2c3e50;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #e83e8c;
    --bs-red:var(--merkur-red);
    --bs-orange: #fd7e14;
    --bs-yellow: #f39c12;
    --bs-green: var(--merkur-green);
    --bs-teal: #20c997;
    --bs-cyan: #3498db;
    --bs-white: var(--merkur-white);
    --bs-gray:var(--merkur-gray);
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #ecf0f1;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #b4bcc2;
    --bs-gray-600: #95a5a6;
    --bs-gray-700: #7b8a8b;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary:var(--merkur-blue);
    --bs-secondary: #95a5a6;
    --bs-success:var(--merkur-green);
    --bs-info: #3498db;
    --bs-warning: #f39c12;
    --bs-danger: var(--merkur-red);
    --bs-light: #ecf0f1;
    --bs-dark: #7b8a8b;
    --bs-primary-rgb: 44,62,80;
    --bs-secondary-rgb: 149,165,166;
    --bs-success-rgb: 24,188,156;
    --bs-info-rgb: 52,152,219;
    --bs-warning-rgb: 243,156,18;
    --bs-danger-rgb: 231,76,60;
    --bs-light-rgb: 236,240,241;
    --bs-dark-rgb: 123,138,139;
    --bs-white-rgb: 255,255,255;
    --bs-black-rgb: 0,0,0;
    --bs-body-color-rgb: 33,37,41;
    --bs-body-bg-rgb: 255,255,255;
    --bs-font-sans-serif: "Merkur Sans", -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: var(--merkur-blue);
    --bs-body-bg: var(--merkur-white);
}

*,::after,::before {
    box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}


body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
    
    padding-bottom: 0; /* no bottom padding, footer should be bottom aligned */
    padding-top: 60px;/* now is redefine in JS to fit any title length */
    flex-direction: column; /* article, then footer */
    display: flex; /* flex, to extend the content to full size */
    min-height: 100vh; /* full height, to bottom-align footer */
}


body > article {
   flex: 1; /* the main article should use as much space as possible */
}



.footer a,
.footer a:focus,
.footer a:active,
.footer a:link,
.footer img {
    outline: none;
}

.footer a {
    cursor: pointer;
    text-decoration: none;
    color: #323232;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
}

.footer a:hover {
    color: #e6ae49;
    text-decoration: none;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
}

.footer p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
    color: #323232;
}

.footer {
    position: inherit;
}
.footer {
    background-color: #ffffff;
    color: #323232;
    position: relative;
    width: 100%;
    display: block;
}

.gray-bg {
    background: #f7f7f7;
    color: #323232;
}

#surveyListFooter {
    
    display: none;
}

