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

:root {
  --ci-yellow: #d2df00;
  --ci-cyan: #00b6c9;
  --ci-magenta: #e6007e;
  --ci-black: #000;
  --ci-dark: #2c2c2b;
  --ci-white: #fff;
  --ci-gray: #f3f6fa;
  --bs-body-font-family: "Barlow Semi Condensed", Arial, sans-serif;
}

/*
* "other files" are in /upload/themes/survey/lehrplaetz/files/
* "css files" are in /upload/themes/survey/lehrplaetz/css/
*/

@font-face {
  font-family:Barlow Semi Condensed;
  src:url(../files/barlow-semi-condensed-v15-latin-regular.woff2) format("woff2");
  font-weight:400;
  font-style:normal;
  font-display:swap;
}
@font-face {
  font-family:Barlow Semi Condensed;
  src:url(../files/barlow-semi-condensed-v15-latin-700.woff2) format("woff2");
  font-weight:700;
  font-style:normal;
  font-display:swap;
}

body{
    color: var(--ci-dark);
    font-family: var(--bs-body-font-family);
    background-color: var(--ci-yellow);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fixed-top{
    position: relative;
    z-index: 2;
}
.lehrplaetz{
    padding-top: 0px !important;
}
body .top-container{
    margin-top: -40px!important;
}

.outerframe>.row,
.top-container>.row{
    --bs-gutter-x: 5rem;
    margin-right: 0;
    margin-left: 0;
}
.top-container .top-content,
.outerframe>.row>.col-centered{
    border: 8px solid var(--ci-dark);
    background-color: #fff;
}
@media(max-width:768px){
    .top-container .top-content,
    .outerframe>.row>.col-centered{
        border-left: none;
        border-right: none;
    }
    .top-container, .outerframe{
        padding-right: 0;
        padding-left: 0;
    }
}
.top-container{
    margin-bottom: 0;
}
.top-container .top-content{
    border-bottom: none;
}
.top-container + .outerframe .col-centered{
    border-top: none;
}
.outerframe{
    padding-bottom: 3rem;
}

#navigator-container{
    padding-bottom: 3rem;
}
.space-col{
    margin-bottom: 0;
}

.navbar{
    background-color: transparent !important;
    padding-top: 3rem;
}

.logo-container > img {
  max-height: 170px;
  padding: 0 0 0 30px;
}

#welcome-container {
  padding: 2rem 0 1rem;
}
h1{
  color: var(--ci-magenta);
}
.large-heading{
    font-weight: 700;
    font-size: 1.85rem;
    line-height: 1.1;
    font-family: var(--bs-body-font-family);
}
.group-container .group-title {
      font-weight: 700;
      font-size: 1.85rem;
      line-height: 1.1;
      margin-top: 1em;
      margin-bottom: .5em;
    }
@media(min-width:768px){
    .large-heading{
        font-size: 2.85rem;
    }
    .group-container .group-title {
      font-size: 2.85rem;
    }
}

.question-container .ls-label-question{
    font-weight: inherit;
}
.question-container .ls-question-message {
    color: var(--ci-dark);
    font-style: normal;
    font-size: 1rem;
    opacity: 0.7;
}

.answer-container .container-fluid,
.answer-container .row{
    --bs-gutter-x: 0;
}

.ls-answers label.btn {
    font-weight: inherit;
}
.btn-check + .btn{
    color: var(--ci-dark);
    background-color: var(--ci-white);
    border: 2px solid var(--ci-dark);
    line-height: 24px;
    border-radius: .375rem;
}
.btn-check + .btn-primary:hover,
.btn-check:checked + .btn-primary, .btn-check:checked + .btn-primary:focus, .btn-check:focus:checked + .btn-primary {
    background-color: var(--ci-white);
    color: var(--ci-magenta);
    border: 4px solid var(--ci-magenta);
    padding: 6px 12px;
    font-weight: 700;
    box-shadow: none;
}
@media (min-width: 768px) {
    .ls-answers .col-md-2{
        width: 33.333333%;
    }
    .row > .bootstrap-buttons-div:nth-of-type(3n){
        padding-right: 0;
    }
}


.btn-primary {
  background-color: var(--ci-cyan);
  color: var(--ci-white);
  padding: .5rem 1.5rem;
  border: none;
  border-radius: 0;
  font-weight: 700;
}
@media(min-width:768px){
    .btn-primary { 
        padding: .75rem 3rem;
        font-size: 1.5rem;
    }
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:focus:focus, .btn-primary.active{
    box-shadow: none;
    background-color: var(--ci-magenta);
}
.form-control{
    font-size: 1.25rem;
    line-height: 1.2;
}
.form-control:focus {
  box-shadow: 4px 4px 0 var(--ci-magenta);
}


.dropdown-menu > li > a:hover{
    background-color: var(--ci-magenta)!important;
}
.top-container .progress{
    height: 20px;
}
.progress-bar{
    background-color: var(--ci-cyan);
}


.alert-warning{
    border-color: var(--ci-magenta);
    background-color: var(--ci-white);
    font-size: 1.2rem;
    border-width: 2px;
}
.text-danger{
    display: block;
    font-size: 1.2rem;
    line-height: 1.2;
    color: var(--ci-magenta)!important;
    font-weight: 700;
}

.completed-wrapper {
  margin: 3rem 0;
}

#welcome-container{
    max-width: none;
}

.navbar-brand.d-none{
    display: block!important;
}