@font-face {
    font-family: 'Vesper Libre';
    src: url('fonts/VesperLibre-Medium.eot');
    src: local('Vesper Libre Medium'), local('VesperLibre-Medium'),
        url('fonts/VesperLibre-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/VesperLibre-Medium.woff2') format('woff2'),
        url('fonts/VesperLibre-Medium.woff') format('woff'),
        url('fonts/VesperLibre-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Vesper Libre';
    src: url('fonts/VesperLibre-Heavy.eot');
    src: local('fonts/Vesper Libre Heavy'), local('VesperLibre-Heavy'),
        url('fonts/VesperLibre-Heavy.eot?#iefix') format('embedded-opentype'),
        url('fonts/VesperLibre-Heavy.woff2') format('woff2'),
        url('fonts/VesperLibre-Heavy.woff') format('woff'),
        url('fonts/VesperLibre-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Vesper Libre';
    src: url('fonts/VesperLibre-Bold.eot');
    src: local('Vesper Libre Bold'), local('VesperLibre-Bold'),
        url('fonts/VesperLibre-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/VesperLibre-Bold.woff2') format('woff2'),
        url('fonts/VesperLibre-Bold.woff') format('woff'),
        url('fonts/VesperLibre-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Vesper Libre';
    src: url('fonts/VesperLibre-Regular.eot');
    src: local('Vesper Libre'), local('VesperLibre-Regular'),
        url('fonts/VesperLibre-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/VesperLibre-Regular.woff2') format('woff2'),
        url('fonts/VesperLibre-Regular.woff') format('woff'),
        url('fonts/VesperLibre-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v25-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/montserrat-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/montserrat-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/montserrat-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/montserrat-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/montserrat-v25-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}


html, body {
  height: auto;
  width: 100%;
  min-height: 100%;
  position: relative;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  font-family: "Vesper Libre", serif;
}

#starting_text_container > p:first-child {
  font-size: 22px;
}

body p {
  font-size: 16px;
}

input {
  font-size: 15px;
}


body {
  position: absolute;
  color: #333333;
  height: auto;
  overflow-x: hidden;
  overflow-y: scroll;
}


select, textarea, input {
    border-color: #9D9D9D;
    border-style: solid;
    color: #333333;
    box-shadow: none !important;
    background: white;
    border-radius: 0;
    transition: unset !important;
}

input[type=text] {
    border-width: 1px;
    padding: 15px 10px 11px;
    border-color: #D6D6D6;
    border-style: solid;
    color: #333333;
    font-size: 16px;
    height: auto;
    line-height: 1.2em;
    letter-spacing: 0.025em;
    background: white;
    width: 100%;
    border-radius: 0;
}

select:focus, textarea:focus, input:focus {
    border-color: #333 !important;
}


a {
    position: relative;
    padding: 0 2px;
    text-decoration: underline;
    color: #1f744f;
}

a:focus, a:hover {
    color: #1f744f;
}

#download_row a {
  color: #3b3b3b;
}

#download_row a:hover, #download_row a:active, #download_row a:focus {
  text-transform: initial;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1,
.h1 {
  font-size: 35px;
}
h2,
.h2 {
  letter-spacing: 1px;
  font-size: 34px;
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}

h3.big-headline {
  margin-bottom: 22px;
}

a:focus, input:focus, select:focus, option:focus, textarea:focus, button:focus {
    outline: none !important;
    text-decoration: none !important;
}

.errMsg {
  color: red;
  margin-bottom: 12px;
}

.pretty .state label:before {
    background-color: #ad007c;
    border-color: #ad007c;
}

.modal-body h3 {
  font-size: 22px;
}

.shiny-options-group .pretty.p-default input:checked ~ .state label::after {
  background-color: white !important;
}

.panel-body h4 {
  font-size: 16px;
  line-height: 1.25;
}

.shiny-input-container:not(.shiny-input-container-inline) {
    width: 250px;
}

.arrow-top:after, .arrow-bottom:after {
    background-color: #333 !important;
}

.btn.btn-default {
  outline-color: grey !important;
}

.panel-primary>.panel-heading {
    color: white;
    text-decoration: none;
    font-family: Arial, sans-serif;
}

.pretty.p-default input:checked~.state label:after {
  background-color: white; 
}

#chooseProfile label {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

#chooseProfile {
  margin-bottom: 25px;
}

#name_email_container .control-label {
  margin-bottom: 20px;
  margin-top: 25px;
}


.button-white-green {
    background: white;
    border-bottom: 2px solid #ad007c;
    text-transform: uppercase;
    border-radius: 0;
    padding: 6px 18px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 6px 18px;
    border-top: none;
    border-right: none;
    border-left: none;
    letter-spacing: 0.1rem;
    font-family: "Montserrat", serif;
}

.button-white-green.btn-default:hover, .button-white-green.btn-default:active, .button-white-green.btn-default:focus {
    border-bottom: 2px solid #ad007c;
    color: #333;
    background-color: white;
    border-color: #ad007c;
    border-radius: 0;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}

.button-green-white, .modal-content .btn, #showCertDialog, #neu_starten {
    background: #ad007c;
    border: 0;
    text-transform: uppercase;
    border-radius: 0.4rem;
    padding: 6px 18px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    color: white;
    padding: 6px 18px;
    letter-spacing: 0.1rem;
    font-family: "Montserrat", serif;
}

#showCertDialog2 {
  width: 100%;
}

.btn-default:hover,.btn-default:focus, .btn-default:active {
    background: #ad007c;
    border: 0;
    text-transform: uppercase;
    border-radius: 0.4rem;
    padding: 6px 18px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    color: white;
    padding: 6px 18px;
    letter-spacing: 0.1rem
}


label.default-answer-radio-button:after {
    background-color: #bdc3c7 !important;
    display: none !important;
}

#neu_starten {
  display: none;
}

#questionInfoModalTable th {
  padding-right: 45px;
}

#neustarten {
  text-align: center;
  margin-top: 24px;
}

#name_email_container {
  text-align: center;
}



#email_loading_spinner {
  display: none;
}



.js-index {
  font-size: 1.3rem;
} 


.form-control { 
 background: none;
 color: white;
}

.panel-title > div:first-of-type i {
  padding: 0.5rem;
}

.pretty input[type="checkbox"], input[type="radio"] {
  margin: 0;
}

.darker_white {
  color: white;
}

.sliderLabelsContainer {
  font-size: 0;
  display: flex;
  width: 70%;
  justify-content: space-between;
}

.sliderLabelsContainer div {
  font-size: 12px;
  display: block;
  padding: 0 3px;
  text-align: center;
}

.noUi-connect {
  background: #1f744f;
}

#loading_spinner_row > svg {
  height: 150px;
  width: 150px;
  display: block;
  position: relative;  
}

#loading_spinner_row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 100px;
  display: none;
}

#download_row {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 100px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#download_row img {
  width: 100px;
}

.back_btn_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#download_row [class*='col-'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#showCertDialog {
  height: 50px;
  font-size: 1.5rem;
  display: none;
  margin-bottom: 2rem;
}

.kat-info {
  color: red;
  margin-right: 5px;
}

#page_header_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#about_impressum_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

  cursor: pointer;
}

.modal-header {
  text-transform: capitalize;
}

.modal-title {
    font-size: 30px;
    color: #333;
    font-weight: bold;
}

.modal-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
width: 100%;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
}

#about_impressum_container > .action-button {
  margin: 0 2.5rem;
}

#question-container .panel {
  background: none;
}

div[class^="siema_kat"] {
  min-height: 300px;
}

.dropdown-menu li {
  font-size: 14px;
}

#download_row .action-button {
  	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
  cursor: pointer;
}

.modal-dialog input{
  color: #888;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #ccc;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  background-color: #ad007c;
}

#sendMailErrorMsg, #sendMailErrorMsg {
  margin-bottom: 1rem;
  color: red;
}

.modal-dialog {
  color: #444;
}

.panel-title {
   font-family: "Montserrat", serif;
}

.pretty .state label {
  padding: 0.2rem;
}

.question-sub-name {
  font-weight: bold;
}

.panel-heading {
  background-color: #979797 !important;
}

.panel-body {
    border: none !important;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.panel-collapse {
  background-color: #F7F7F7;  
}

.panel-primary {
  border: none;
}

#starting_text_container > p:last-of-type {
  font-size: 1.5rem;
  margin-top: 3rem;
}

#download_row > .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

/*#blured_background {
  position: absolute;
  height: 110%;
  width: 110%;
  background-image: url("img/png/cc_low.jpg");
  background-size: cover;
  filter: blur(8px);
  -webkit-filter: blur(8px) brightness(80%);
  margin: -10px 30px 0 -30px;
}
*/

.answersContainer .form-group .shiny-input-container{
  display: flex;
  align-items: center;  
}

.lsc-custom-text-group .answersContainer input[type="text"] {
  width: 40px;
  height: 24px;
  font-size: 14px;
  padding: 0;
  text-align: center;
}

.lsc-custom-text-group textarea {
  width: 100%;
  height: 150px;
}

#main_container {
  visibility: hidden;
}


.shiny-input-container {
  background-color: inherit;
}

#starting_text_container{
  text-align: center;
  padding: 50px 0 0 0;
  font-size: 2rem;
}

.buttonContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
    position: relative;
height: 2.5rem;
margin-top: 10px;
}

.panel-heading .panel-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

.panel_header_time_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.panel_header_time_container .far {
  margin-right: 5px;
}

.flex-sm-row-reverse {
  margin: 0;
}

#certLoadingText {
  text-align: center;
}

#intro_text_2_row {
  margin: 5rem 0;
  font-size: 2rem;
  text-align: center;

}


#question-container .shiny-input-container {
  max-width: none;
}

#page_header_container {
  font-family: "Montserrat", serif;
}

.pretty {
  margin-top: 0.5rem;
}

.pretty .state span {
  white-space: normal;
  margin-left: 22px;
  display: block;
  text-indent: 0;
}

.pretty .state label::after, .pretty .state label::before {
    top: 0.25rem;
}

#page_header_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin: 2rem 0 3rem 0;
}

#page_header_container > div {
  display: flex;
}

#operated_container {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}

#page_header_container > div{
  width: 100%;
  align-items: center;
}

#operated_container > span {
  min-width: 200px;
  font-size: 10px;
  text-align: center;
}

#operated_container > img {
  max-width: 180px;
}


#certLoading {
  margin-top: 1rem;
  display: none;
}

#download_row > .row > div a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
}

#download_row > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#download_row > .row > div {
  width: 33.3333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#download_row > .row > div p {
  margin-top: 0.5rem;
}


#header_logo {
    max-width: 180px;
    margin-right: 2rem
}

#header_logo_2{
    width: 100%;
}

#header_logo_2_container {
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#header_logo_2_container > img{
  width: 100px;
}

#page_header_container h1 {
  margin: 0;
  background-color: #ad007c;
  color: white;
  padding: 15px;
  border-radius: 10px;
}

#question-container .shiny-input-container, .lsc-custom-text-group h4 {
  width: 70%;
}

#main_chart_container, #question-container  {
    min-width: 350px;
}

#back_btn_row {
  color: black;
}

#header_logo {
  width: 100%;
}

@media only screen and (max-width: 550px) {
  #header_logo_container {
    width: 200px;
    margin-right: 15px;
  }
  
  #page_header_container  h1  {
    font-size: 30px;
  }
  
  #operated_container > span {
    width: 200px;
    min-width: 0;
  }
  
  
}

@media only screen and (max-width: 767px) {
  
  #page_header_container > div {
    justify-content: center;
  }
  
  #page_header_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 2rem 0 3rem 0;
    justify-content: center;
    flex-direction: column;
}
  
#header_logo {

    margin-right: 1rem;

}

#starting_text_container {

    font-size: 1.75rem;

}

#page_header_container {
    margin: 2rem 0 1.5rem 0;

}

#about_impressum_container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#page_header_row > div {
  width: 100%;
}

#download_row img {

    width: 70px;

}

#download_row {
  padding: 0;
  margin-top: 2rem;
}

#loading_spinner_row {
  padding-top: 50px;
}

#intro_text_2_row {
  margin: 3rem 0;
}

#showCertDialog {
  width: 100%;
  font-size: 1.25rem;
}

#download_row [class*='col-'] {
  margin: 40px 0;
}



#download_row > div {
  width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}

#main_chart_container {
  margin-top: 10px;
}



.shiny-input-container:not(.shiny-input-container-inline) {
  width: 100%;
}

  .flex-sm-row-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #main_chart_container {
    height: 200px;
  }
  
    #main_container .flex-sm-row-reverse .col-sm-6:first-child {
    margin-top: 15px;
  }
 
 #question-container .shiny-input-container,  #question-container  .sliderLabelsContainer {
  width: 270px;
}
  
  #main_chart_container, #question-container  {
    min-width: 300px;
}
  
}


@media only screen and (min-width: 768px) {
  #question-container, #page_header_container {
    width: 80%;
  }



#page_header_row {
  margin-top: 2rem;
}

.flex-sm-row-reverse > .col-sm-6 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#back_btn_row {
  margin-top: 5%;
}

#download_row > div {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
  
#main_chart_container {
  min-height: 400px;
  width: 80%;
  position: relative;
}

#main_container .row .col-sm-6, #page_header_row .col-sm-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#name_email_row .col-sm-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

}

@media only screen and (max-width: 359px) {
 
 #download_row img {

    width: 50px;

}
 
#question-container .shiny-input-container {
  width: 220px;
}
  
#main_chart_container {
  min-width: 0;
}
  
 #question-container {
  min-width: 0;
}
  
  
}

#download_row a {
  text-decoration: none;
}

#download_row .btn-default:hover,
#download_row .btn-default:focus, 
#download_row .btn-default:active{
  text-transform: none;
  letter-spacing: 0;
}

.shiny-options-group > .pretty  {
  line-height: 1.25;
}
