/******************
    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
*/
.completed-wrapper{
    padding:15%
}
.checkbox-item input:focus + label::before,
.checkbox-item input:hover + label::before,
.checkbox-item input:active + label::before,
.checkbox-item:focus label::before,
.checkbox-item:hover label::before,
.checkbox-item:active label::before{
    border-color: #000;
}

.boilerplate p,.boilerplate li,
.text-long p
{
    font-size: 14px;
    font-weight: normal;
}
.panel-reg .bootstrap-buttons-div{
    min-width:50%;
}
.panel-reg .bootstrap-buttons-div:nth-child(2) .button-item.focus{
    outline: 3px solid rgb(18, 43, 64) !important;
    border: 5px solid #ffffff !important;;
}
.panel-reg .bootstrap-buttons-div:nth-child(2) .button-item{
    min-width:50%;
    appearance: button;
    background-color: rgb(0, 0, 80);
    border-bottom-color: rgb(0, 0, 80);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgb(0, 0, 80);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(0, 0, 80);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(0, 0, 80);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-top-style: solid;
    border-top-width: 1px;
    box-shadow: rgba(0, 0, 80, 0.25) 0px 10px 20px 0px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    display: inline-block;
    font-family: "Avenir LT W01 85 Heavy", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    overflow-wrap: break-word;
    overflow-x: visible;
    overflow-y: visible;
    padding-bottom: 9px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 9px;
    position: relative;
    text-align: center;
    text-transform: none;
    transition-delay: 0s;
    transition-duration: 0.5s;
    transition-property: all;
    transition-timing-function: ease;
}

#question446 .bootstrap-buttons-div{
    min-width:33%;
}

.threebuttons .bootstrap-buttons-div{
    min-width:33%;
}

#vmsg_2260_default span.fa {
    display: none;
}

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

.question-help-container>.ls-questionhelp {
    margin-left: 0;
}

/******************
  CSS FÜR BUTTON UND PROGRESSBAR
*/

/*.progress-bar, .btn-primary, .btn-primary.focus, .btn-primary:focus, .btn-primary:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover, #ls-button-previous 
{
    background-color: #000050;
    
}
.btn-primary:hover, .btn-primary:focus, #ls-button-previous:hover, #ls-button-previous:focus {
    background-color: #000050;
}
    .btn-primary, .btn-primary:hover, .progress-bar, .btn-primary:focus, #ls-button-previous, #ls-button-previous:hover {
    color: #ffffff;
}
*/


.text-info,
#welcome-container .survey-welcome p {
    color: #000000;
}

.survey-welcome p {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    margin-top: 50px;
}

#welcome-container {
    margin-bottom: 2em;
    margin-left: 1.7rem;

}

#limesurvey>div.privacy.row {
    display: none;
}

.navbar-header {
    float: left;

}

.text-danger,
.has-error .control-label,
.has-error .form-control {
    color: #e00000 !important;
}


.slider-selection {
    background-image: linear-gradient(to bottom, #f9f9f9 0, #000050 100%);
}


.ls-questionhelp p,
.ls-questionhelp {
    font-family: "Avenir", Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #535353;
    padding-top: 10px;
    padding-bottom: 10px;
}

.completed-text p {
    font-size: 20px;
}

body .top-container {
    margin-top: 0px !important;
}

.fa-exclamation-circle::before {
    content: "";
}

/* Hide the first column in array */
.hide-first-answer-col tr>*:nth-child(1) {
    display: none;
}

.alert-warning {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

.table-bordered {
    border: none !important;
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: none;
}

.fa-exclamation-circle {
    display: none;
}

.checkbox-list {
    padding-top: 1em;
}


.btn,
input[type="button"],
input[type="submit"],
input[type="reset"],
.buttonbar input,
.buttonbar button,
.button,
#ls-button-previous {
    height: initial !important;
}

.h3 {
    font-family: "Avenir", Arial, Helvetica, sans-serif;
    font-size: 2rem;
    line-height: 2.5rem;
    color: #000050;
    font-weight: 300;
    display: flex;
    justify-content: flex-start;
    padding: 16px 15px;
    margin-top: 0;
    text-align: left;
}

.answer-item.radio-text-item.form-inline {
    margin-top: -8px;
}

#ls-button-submit {
    min-width: 178px;
    outline: 0;
}

.group-title{
    font-weight: bold;
    margin-bottom:45px;
}
#navigator-container{
    margin-right:5px;
    margin-left:5px;
}

/*
view-source:   infinite;
    animation-play-state: running;
  animation-play-state: paused;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%23000050'%3E%3Cpath d='M31.766 13.834a.8.8 0 00-1.131 0l-1.838 1.838a12.705 12.705 0 00-3.746-8.723A12.715 12.715 0 0016 3.2a12.78 12.78 0 00-11.323 6.826.801.801 0 001.415.749 11.182 11.182 0 019.909-5.974c6.062 0 11.016 4.843 11.195 10.862l-1.829-1.829a.8.8 0 00-1.131 1.131l3.2 3.2a.8.8 0 001.132 0l3.2-3.2a.8.8 0 000-1.131zm-4.776 7.059a.801.801 0 00-1.082.333 11.182 11.182 0 01-9.909 5.974c-6.062 0-11.016-4.843-11.195-10.862l1.829 1.829a.8.8 0 101.132-1.131l-3.2-3.2a.8.8 0 00-1.131 0l-3.2 3.2a.8.8 0 001.131 1.131l1.838-1.838a12.705 12.705 0 003.746 8.723A12.715 12.715 0 0016 28.801a12.78 12.78 0 0011.323-6.826.801.801 0 00-.333-1.082z'/%3E%3C/svg%3E");
  background-size: cover;
  height: 3.75rem;
  left: calc(50% - 1.875rem);
  top: calc(50% - 1.875rem);
  transition: all .2s ease;
  width: 3.75rem;
  z-index: 2;
}
::selection {
  background: #000050;
  color: #fff;
  text-shadow: none;
}
Element {
}
  @media (min-width: 38.75em)
.c-form--essential {
  margin-bottom: 2.5rem;
  margin-top: 8.75rem;
}*/
.c-form--essential {
  padding-top: 0;
  width: 36.25rem;
}
.c-form--centered {
  margin: auto;
    margin-top: auto;
    margin-bottom: auto;
  width: 39.6875rem;
  padding-top: 7.5rem;
}
.c-form {
  background: #fff;
  border-radius: .25rem;
  box-shadow: 0 .625rem 1.5625rem 0 rgba(83,83,83,.75);
  margin-bottom: 1.25rem;
  padding-bottom: 1.875rem;
  position: relative;
}
* {
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
    padding-top: 0px;
    padding-bottom: 0px;
}
body {
  font-size: .875rem;
  line-height: 1.25rem;
  color: #535353;
  word-wrap: break-word;
}
html {
  font-family: Avenir LT W01 55 Roman,Arial,Helvetica,sans-serif;
}
html {
  font-size: 100%;
  line-height: 1.25rem;
  -webkit-text-size-adjust: 100%;
}
#outerframeContainer {
background-attachment: scroll;
background-clip: border-box;
background-color: rgb(255, 255, 255);
background-image: none;
background-origin: padding-box;
background-position-x: 0%;
background-position-y: 0%;
background-repeat: repeat;
background-size: auto;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
box-shadow: rgba(83, 83, 83, 0.75) 0px 10px 25px 0px;
box-sizing: border-box;
color: rgb(83, 83, 83);
font-family: "Avenir LT W01 55 Roman", Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 20px;
margin-bottom: 40px;
margin-left: auto;
margin-right: auto;
overflow-wrap: break-word;
padding-bottom: 30px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
position: relative;
width: 580px
}
article {
margin-bottom: 40px;
margin-left: auto;
margin-right: auto;
overflow-wrap: break-word;
padding-bottom: 30px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
position: relative;
max-width: 580px;

}
.navbar img{
border-bottom-style: none;
border-left-style: none;
border-right-style: none;
border-top-style: none;
box-sizing: border-box;
color: rgb(83, 83, 83);
display: block;
font-family: "Avenir LT W01 55 Roman", Arial, Helvetica, sans-serif;
font-size: 14px;
height: 28.9833px;
line-height: 20px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
max-height: 40px;
max-width: 170px;
overflow-wrap: break-word;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
width: 150px
}
h1.h1{
box-sizing: border-box;
color: rgb(0, 0, 80);
font-family: "Avenir LT W01 55 Roman", Arial, Helvetica, sans-serif;
font-size: 20px;
font-weight: 400;
line-height: 30px;
overflow-wrap: break-word;
}

h2{

box-sizing: border-box;
color: rgb(0, 0, 80);
display: table;
font-family: "Avenir LT W01 55 Roman", Arial, Helvetica, sans-serif;
font-size: 16px;
line-height: 20px;
margin-bottom: 5px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
max-width: 100%;
overflow-wrap: break-word;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
white-space: normal
}
form{
margin-left:5px;
margin-right:5px;
}


footer{
background-attachment: scroll;
background-clip: border-box;
background-color: rgb(237, 237, 237);
background-image: none;
background-origin: padding-box;
background-position-x: 0%;
background-position-y: 0%;
background-repeat: repeat;
background-size: auto;
box-sizing: border-box;
color: rgb(83, 83, 83);
display: block;
font-family: "Avenir LT W01 55 Roman", Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 20px;
margin-bottom: -30px;
margin-left: 0px;
margin-right: 0px;
margin-top: 40px;
overflow-wrap: break-word;
padding-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
padding-top: 20px
}
footer .l-row{
align-items: center;
box-sizing: border-box;
color: rgb(83, 83, 83);
display: flex;
flex-wrap: wrap;
font-family: "Avenir LT W01 55 Roman", Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 20px;
margin-bottom: -10px;
margin-left: -10px;
margin-right: -10px;
margin-top: -10px;
overflow-wrap: break-word;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px
}
footer .o-company-claim{
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 135.47 81.93' fill='%23535353'%3E%3Cg data-name='Ebene 2'%3E%3Cpath data-name='Rautenteil unten' d='M36.16 81.93a1 1 0 01-.95-1 .93.93 0 01.36-.74L54.85 66H4.23a1 1 0 01-1-1 1 1 0 01.4-.78l26.53-19.45a1 1 0 01.67-.28h20.53c4.6.17 7.06.66 8.47 1.59a6.1 6.1 0 012.55 3.34c2.29 6.28 5.25 26.32 5.39 27.29.14-1 3.1-21 5.39-27.29a6.2 6.2 0 012.55-3.34c1.42-.93 3.87-1.42 8.47-1.59h50.33a1 1 0 01.54 1.74L87 81.73a1 1 0 01-.57.2z'/%3E%3Cpath d='M131.3 15.92a.94.94 0 01.95 1 1 1 0 01-.4.78L105.2 37.26a.93.93 0 01-.55.18H84.13c-4.6-.17-7.06-.66-8.47-1.6a6.1 6.1 0 01-2.55-3.34c-2.29-6.28-5.25-26.31-5.39-27.29-.14 1-3.1 21-5.39 27.29a6.13 6.13 0 01-2.56 3.34c-1.41.94-3.86 1.43-8.47 1.6H1a1 1 0 01-.95-1 .91.91 0 01.33-.72l1.53-1.14L48.43.21A1 1 0 0149 0h50.35a1 1 0 01.56 1.72l-19.26 14.2z'/%3E%3C/g%3E%3C/svg%3E");
background-position-x: 0px;
background-position-y: 50%;
background-repeat: no-repeat;
background-size: 20px;
box-sizing: border-box;
color: rgb(83, 83, 83);
font-family: "Avenir LT W01 55 Roman", Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 20px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
overflow-wrap: break-word;
padding-bottom: 0px;
padding-left: 30px;
padding-right: 0px;
padding-top: 0px
}

footer nav{
box-sizing: border-box;
color: rgb(83, 83, 83);
display: block;
font-family: "Avenir LT W01 55 Roman", Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 20px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
overflow-wrap: break-word;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
text-align: right
}

footer nav ul{
box-sizing: border-box;
color: rgb(83, 83, 83);
font-family: "Avenir LT W01 55 Roman", Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 20px;
list-style-image: none;
list-style-position: outside;
list-style-type: none;
margin-bottom: -10px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
overflow-wrap: break-word;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
text-align: right
}

footer nav ul li{
box-sizing: border-box;
color: rgb(83, 83, 83);
display: inline-block;
font-family: "Avenir LT W01 55 Roman", Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 20px;
list-style-image: none;
list-style-position: outside;
list-style-type: none;
margin-bottom: 10px;
margin-left: 0px;
margin-right: 20px;
margin-top: 0px;
overflow-wrap: break-word;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
text-align: right
}

footer .l-col-sm-5{
box-sizing: border-box;
color: rgb(83, 83, 83);
flex-basis: "41.6667%";
flex-grow: 0;
flex-shrink: 0;
font-family: "Avenir LT W01 55 Roman", Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 20px;
margin-bottom: 10px;
margin-left: 0px;
margin-right: 0px;
margin-top: 10px;
max-width: 41.6667%;
overflow-wrap: break-word;
padding-bottom: 0px;
padding-left: 10px;
padding-right: 10px;
padding-top: 0px;
position: relative;
}

.btn-primary{
appearance: button;
background-color: rgb(0, 0, 80);
border-bottom-color: rgb(0, 0, 80);
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
border-bottom-style: solid;
border-bottom-width: 1px;
border-left-color: rgb(0, 0, 80);
border-left-style: solid;
border-left-width: 1px;
border-right-color: rgb(0, 0, 80);
border-right-style: solid;
border-right-width: 1px;
border-top-color: rgb(0, 0, 80);
border-top-left-radius: 20px;
border-top-right-radius: 20px;
border-top-style: solid;
border-top-width: 1px;
box-shadow: rgba(0, 0, 80, 0.25) 0px 10px 20px 0px;
box-sizing: border-box;
color: rgb(255, 255, 255);
display: inline-block;
font-family: "Avenir LT W01 85 Heavy", Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: 400;
line-height: 20px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
min-width: 50%;
overflow-wrap: break-word;
overflow-x: visible;
overflow-y: visible;
padding-bottom: 9px;
padding-left: 20px;
padding-right: 20px;
padding-top: 9px;
position: relative;
text-align: center;
text-transform: none;
transition-delay: 0s;
transition-duration: 0.5s;
transition-property: all;
transition-timing-function: ease;

}

.button-item {
appearance: button;
background-attachment: scroll;
background-clip: border-box;
background-color: rgba(255, 255, 255, 0);
background-image: none;
background-origin: padding-box;
background-position-x: 0%;
background-position-y: 0%;
background-repeat: repeat;
background-size: auto;
border-bottom-color: rgb(212, 212, 212);
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
border-bottom-style: solid;
border-bottom-width: 1px;
border-left-color: rgb(212, 212, 212);
border-left-style: solid;
border-left-width: 1px;
border-right-color: rgb(212, 212, 212);
border-right-style: solid;
border-right-width: 1px;
border-top-color: rgb(212, 212, 212);
border-top-left-radius: 20px;
border-top-right-radius: 20px;
border-top-style: solid;
border-top-width: 1px;
box-sizing: border-box;
color: rgb(83, 83, 83);
display: block;
font-family: "Avenir LT W01 85 Heavy", Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: 400;
line-height: 20px;
margin-bottom: 20px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
min-width: 50%;
overflow-wrap: break-word;
overflow-x: visible;
overflow-y: visible;
padding-bottom: 9px;
padding-left: 40px;
padding-right: 20px;
padding-top: 9px;
position: relative;
text-align: center;
text-transform: none;
transition-delay: 0s;
transition-duration: 0.5s;
transition-property: all;
transition-timing-function: ease;
padding:10px;

}
.button-item.active,.button-item.focus {
    /*outline: 3px auto rgb(255, 255, 255);
    outline-offset: 2px;*/
    border-color: rgb(0, 0, 80);
;

}
.button-item:hover,
.button-item:active {
border-color: rgb(0, 0, 80);

}
.button-item:focus,
.button-item.active{
appearance: button;
background-color: rgb(0, 0, 80);
border-bottom-color: rgb(0, 0, 80);
border-bottom-left-radius: 20px;
border-bottom-right-radius: 21px;
border-bottom-style: solid;
border-bottom-width: 1px;
border-left-color: rgb(0, 0, 80);
border-left-style: solid;
border-left-width: 1px;
border-right-color: rgb(0, 0, 80);
border-right-style: solid;
border-right-width: 1px;
border-top-color: rgb(0, 0, 80);
border-top-left-radius: 20px;
border-top-right-radius: 20px;
border-top-style: solid;
border-top-width: 1px;
box-shadow: rgba(0, 0, 80, 0.25) 0px 10px 20px 0px;
box-sizing: border-box;
color: rgb(255, 255, 255);
}



.radio-item input[type="radio"]:focus + label::before {
    outline: 3px;
    border:2px solid #000;
    
}
.button-item:focus,
.button-item.focus,
.bootstrap-buttons-div.focus + div{
       /* outline: 1px auto rgb(255,255,255) !important;
    outline-offset: -2px !important;*/
}
.button-item.active:focus-within{
outline-width: 2px;
outline: -2px auto #fff !important;
outline-style: solid;
outline-color: #fff;
outline-offset: -5px;
}

.btn-primary:focus-visible{
    outline: 3px solid rgb(18, 43, 64) !important;
    /*border: 5px solid #ffffff !important;;*/
    outline-offset: 3px;
}
#navigator-container{
min-height:50px;
}


@media(max-width:579.98px){
    article{
        margin:0;

    }
    #outerframeContainer{
        box-shadow: none;
        width:auto;
    }
    .navbar-header{
        margin-left:15px;
    }
}

@media(min-width:580px){
    footer .l-col-sm-5{
        width: 240px;
    }
}

