/******************
    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
*/

/* inter-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: normal;
  src: url('/assets/fonts/inter-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('/assets/fonts/inter-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/assets/fonts/inter-v18-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/assets/fonts/inter-v18-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('/assets/fonts/inter-v18-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('/assets/fonts/inter-v18-latin-regular.svg#Inter') format('svg'); /* Legacy iOS */
}
/* inter-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: italic;
  font-weight: normal;
  src: url('/assets/fonts/inter-v18-latin-italic.eot'); /* IE9 Compat Modes */
  src: url('/assets/fonts/inter-v18-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/assets/fonts/inter-v18-latin-italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/assets/fonts/inter-v18-latin-italic.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('/assets/fonts/inter-v18-latin-italic.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('/assets/fonts/inter-v18-latin-italic.svg#Inter') format('svg'); /* Legacy iOS */
}
/* inter-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: bold;
  src: url('/assets/fonts/inter-v18-latin-700.eot'); /* IE9 Compat Modes */
  src: url('/assets/fonts/inter-v18-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/assets/fonts/inter-v18-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/assets/fonts/inter-v18-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('/assets/fonts/inter-v18-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('/assets/fonts/inter-v18-latin-700.svg#Inter') format('svg'); /* Legacy iOS */
}
/* inter-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: italic;
  font-weight: bold;
  src: url('/assets/fonts/inter-v18-latin-700italic.eot'); /* IE9 Compat Modes */
  src: url('/assets/fonts/inter-v18-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/assets/fonts/inter-v18-latin-700italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/assets/fonts/inter-v18-latin-700italic.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('/assets/fonts/inter-v18-latin-700italic.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('/assets/fonts/inter-v18-latin-700italic.svg#Inter') format('svg'); /* Legacy iOS */
}

.pull-left {
    padding-right: 3px;
}

.ls-answers {
    padding-top: 0px;
}

.question-title-container {
    padding-bottom: 0px;
}

.ls-question-message {
    display: none;
}

.numeric {
    text-align: left;
}

.checkbox-item {
    padding-top: 0px !important;
    margin-bottom: 0px;
}

.checkbox-list {
    padding-bottom: 0px;
}

.list-unstyled {
    margin-bottom: 0px;
}

.radio-list {
    padding-bottom: 0px;
}

.completed-text, .completed-text span {
    font-size: 30px !important;
    font-weight: bold !important;
    text-align: center !important;
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

/* hide answer container for price option questions */
.price .answer-container {
    display: none;
}

.price .ls-questionhelp {
    margin-bottom: 15px;
    margin-left: 0px;
}

.price .ls-questionhelp:before {
    display: none;
}

.price .show-price {
    display: block !important;
}

.price {
    display: none;
}

.price .question-text {
    display: none;
}

.price table td {
    padding-bottom: 5px;
}

.price table td:first-child {
    padding-right: 50px;
}

.price .pull-left {
    display: none;
}


.hidden-title .question-text {
    display: none;
}

.hidden-question {
    display: none;
}

.header-img {
    margin-left: -15px;
    margin-right: -15px;
}

.header-img img {
    width: 100%;
    border: 0px none;
    box-shadow: none;
    border-radius: 4px;
}

#dynamicReloadContainer {
    margin-top: -60px;
}


.group-description {
	background: none !important;
	border: 0px none !important;
	box-shadow: none !important;
}

.dir-ltr .ls-questionhelp::before {
	display: none;
}

.question-help-container {
    margin-top: 15px;
    margin-bottom: 15px;
}

a {
    color: #8ce58e !important;
}

.fruity .btn-primary , .fruity .btn-default {
    background-color: #ff90ca !important;
    border-color: #ff90ca !important;
    color: #00141B !important;
} 

.checkbox-item input[type="checkbox"]:checked + label::after, .checkbox-item input[type="radio"]:checked + label::after {
    background-color: #8ce58e;
}

.fruity .text-info {
    color: #00141B;
}

.group-title {
    color: #ffffff;
    font-weight: bold;
    font-size: 30px;
}

.ls-questionhelp {
    margin-left: 0px !important;
}

.ls-questionhelp a {
    text-decoration: underline;
}

.text-info {
    margin-top: 0px;
}

.group-title {
    text-transform: uppercase;
}

.question-container {
    border-radius: 4px;
}

.fruity .btn-default {
    background-color: #ffffff;
}

.completed-text p {
    color: #ffffff !important;
}

.completed-text a {
    color: #ffffff !important;
}

.fruity .help-block {
    display: none;
}

.transparent-background {
    background-color: transparent !important;
    border: 0px none !important;
    box-shadow: none !important;
}

.transparent-background span, .transparent-background ul li::marker {
    color: #ffffff !important;
}

.transparent-background li {
    color: #ffffff !important;
}

.transparent-background a, .transparent-background a span {
    color: #cb2d44 !important;
} 

.overbooking-check {
    display: none;
}

.cc-ID, .cc-check {
    display: none;
}

.remarks {
    display: none;
}

.midoco-order-no {
    display: none;
}

.midoco-invoice-sent, .midoco-payment-announced {
    display: none;
}

.preloader {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-image: url('/assets/images/preloader_white.gif');
    background-repeat: no-repeat; 
    background-color: rgb(0 0 0 / 50%);;
    background-position: center;
    background-size: 100px;
}

.ls-questionhelp {
    color: #00141B;
}


.navbar-header {
    float: right;
}

.logo-container {
    display: block !important;
}

.navbar-action-link li {
    display: none;
}

.navbar-action-link .form-change-lang {
    display: block;
    background-color: #ffffff;
    border-radius: 6px;
}

.navbar-action-link .form-change-lang li {
    display: block;
}

.navbar-action-link .language_change_container {
    height: auto;
}

.fruity .nav .open>a:focus, .fruity .nav .open>a:hover {
    background-color: #8ce58e;
    border-radius: 6px;
}

.fruity .navbar a.animate {
    font-size: 13px;
}

.fruity .navbar a.animate:after {
    background-color: #8ce58e;
}

.fruity .dropdown-menu>li>a:hover {
    background-color: inherit;
}

#navbar {
    box-shadow: none;
    position: absolute;
    top: 8px;
    right: 15px;
}

.navbar-header {
    float: none;
    margin: 0 auto;
    width: fit-content;
}

.navbar-toggle {
    position: absolute;
    right: 0px;
}

.fruity .navbar-toggle {
    border-color: #8ce58e;
}

.fruity .navbar-toggle .icon-bar {
    background-color: #8ce58e;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.fruity .btn-primary:hover, .fruity .btn-primary:focus, .fruity .btn-primary:active, .fruity .btn-primary.active, .fruity .btn-primary.active:focus, .fruity .open .dropdown-toggle.btn-primary,
.fruity .btn-default:hover, .fruity .btn-default:focus, .fruity .btn-default:active, .fruity .btn-default.active, .fruity .btn-default.active:focus, .fruity .open .dropdown-toggle.btn-default {
    background-color: #8ce58e !important;
    border-color: #8ce58e !important;
}

body .answer-item label::after {
    background-color: #8ce58e;
}

.unhide {
    display: block !important;
}

.form-horizontal .control-label {
    text-align: left !important;
    max-width: 200px;
}

.fruity .navbar {
    background-color: transparent;
    box-shadow: none;
}

html body .navbar.navbar-default.navbar-fixed-top {
    z-index: 0;
}


.navbar {
    padding-top: 0px;
    padding-right: 0px;
}


#outerframeContainer {
    margin-top: 15%;
}

.navbar-brand {
    margin-top: 10%;
}

.logo-container > img {
    max-height: 85px;
}

@media (min-width: 768px) {
    #outerframeContainer {
        margin-top: 8%;
    }
    
    .logo-container > img {
        max-height: 100px;
    }
}

@media (min-width: 1200px) {
    #outerframeContainer {
        margin-top: 5%;
    }
    
    .logo-container > img {
        max-height: 150px;
    }
}


body, h1, h2, h3, h4, h5, h6, p, a {
    font-family: 'Inter' !important;
    color: #00141B !important;
}

.fruity .form-control:focus {
    border: 1px solid #8ce58e;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(28,46,86,0.6);
}

.navbar-fixed-top {
    position: absolute;
}

.payment-gateway .answer-item {
    display: none;
}

/*
body {
    background-color: #00141B !important;
    background-image: url("/upload/themes/survey/KontingentverwaltungELF/files/elf_bg.svg");
    background-repeat: no-repeat;   
    background-size: 100%
}
*/

html::before {
    content: ' ';
    display: block;
    background-image: url("/upload/themes/survey/KontingentverwaltungELF/files/elf_bg.jpg");
    background-size: cover;
    background-position: center center;
    height: 100vh;
    width: 100vw;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: -10;
}

.group-container .top-container {
    margin-bottom: 4em;
}

.fruity .progress-bar {
    background-color: #ff90ca;
    color: #00141B;
}

.paylogic-order-reference {
    display: none;
}



/* footer */
body {
     padding-bottom: 0 !important; /* 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 {
    border: 0px none;
    display: flex;
    flex-direction: column;
    padding-top: 15px;
    padding-bottom: 15px;
    row-gap: 10px;
    margin-top: 75px;
}

.footer-row {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
    flex-wrap: wrap;
    row-gap: 5px;
}

.footer-row.cookie-text {
    font-size: 12px;
}

@media (min-width: 768px) {
    .footer-row {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .footer-row {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .footer-row {
        width: 1170px;
    }
}