/******************
    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
*/
@media (max-width: 1200px) {
        .logo {
                height: 150px;
            }
        }
@media (max-width: 900px) {
        .logo {
                height: 100px;
            }
        }

@font-face {
  font-family: 'Arial';
}
.container-fluid{
    padding-top: 3em;
}
.survey-form-container {
    padding-top: 244px;
}
.navbar-fixed-top {
    position: fixed;
    width: 100%;
    background-color: rgb(242, 242, 242);
    position: fixed;
    top: 0;
    z-index: 1000; /* Sicherstellen, dass die Navbar über anderen Inhalten liegt */

}
/* Buttons */
.ls-move-next-btn {
  background-color: black;
  color: white;
  border-color: black;
}
.ls-move-next-btn:hover {
  background-color: white;
  color: black;
  border-color: black;
}
.ls-move-next-btn:focus {
  background-color: white;
  color: black;
  border-color: black;
  outline: initial;
}
.ls-move-next-btn:active {
  background-color: white;
  color: black;
  border-color: black;
  outline: initial;
}
.ls-move-next-btn:active:focus {
  background-color: white;
  color: black;
  border-color: black;
  outline: initial;
}
.ls-move-previous-btn {
  background-color: white;
  color: black;
  border-color: black;
}
.ls-move-previous-btn:focus {
  background-color: black;
  color: white;
  border-color: black;
  outline: initial;
}
.ls-move-previous-btn:active {
  background-color: black;
  color: white;
  border-color: black;
  outline: initial;
  box-shadow: none;
}
.ls-move-previous-btn:active:focus {
  background-color: #4cb9b9;
  color: white;
  border-color: #4cb9b9;
  outline: initial;
  box-shadow: none;
}
.ls-move-previous-btn:hover {
  background-color: black;
  color: white;
  border-color: black;
}

.btn-primary {
  background-color: #0065bd;
  color: white;
  border-color: #0065bd;
}
.btn-primary:focus {
  background-color: #0065bd;
  color: white;
  border-color: #0065bd;
  outline: initial;
}
.btn-primary:active {
  background-color: black;
  color: white;
  border-color: black;
  outline: initial;
  box-shadow: none;
}
.btn-primary:active:focus {
  background-color: black;
  color: white;
  border-color: black;
  outline: initial;
  box-shadow: none;
}
.btn-primary:visited {
  background-color: #0065bd;
  color: white;
  border-color: #0065bd;
}
.btn-primary:active:hover {
  background-color: black;
  color: white;
  border-color: black;
  outline: initial;
  box-shadow: none;
}
.btn-primary:hover {
  background-color: #19496e;
  color: white;
  border-color: #19496e;
}
.btn-default {
  background-color: #0065bd;
  color: white;
  border-color: #0065bd;
}
.btn-default:focus {
  background-color: #0065bd;
  color: white;
  border-color: #0065bd;
  outline: initial;
}
.btn-default:hover:focus {
  background-color: #19496e;
  color: white;
  border-color: #19496e;
  outline: initial;
}
.btn-default:active {
  background-color: black;
  color: white;
  border-color: black;
  outline: initial;
  box-shadow: none;
}
.btn-default:active:focus {
  background-color: black;
  color: white;
  border-color: black;
  outline: initial;
  box-shadow: none;
}
.btn-default:active:hover {
  background-color: black;
  color: white;
  border-color: black;
  outline: initial;
  box-shadow: none;
}
.btn-default:hover {
  background-color: #19496e;
  color: white;
  border-color: #19496e;
}
.panel-primary {
  border-color: black;
}

/* Buttons */
.text-info {
  color: black;
  text-align: left;
}
label::after {
  background-color: black;
}

.radio-item label::after {
  background-color: black;
}

.ls-answers {
  margin-bottom: 15px;
}

.table-bordered {
  border: 0px;
  border-bottom-width: 0px;
}
.table-bordered > tbody > tr > td {
  border: 0px;
  border-bottom-width: 0px;
}
.table-bordered > tbody > tr > th {
  border: 0px;
  border-bottom-width: 0px;
}
.table-bordered > tfoot > tr > td {
  border: 0px;
  border-bottom-width: 0px;
}
.table-bordered > tfoot > tr > th {
  border: 0px;
  border-bottom-width: 0px;
}
.table-bordered > thead > tr > td {
  border: 0px;
  border-bottom-width: 0px;
}
.table-bordered > thead > tr > th {
  border: 0px;
  border-bottom-width: 0px;
}
.tooltip.in {
  opacity: 0;
}

/* Container */
.question-container-no-bottom {
  margin-bottom: 0em;
  border-bottom: 0px;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.question-container-no-top {
  border-top: 0px;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

.well {
  background-color: white;
  /*border: 1px solid #0065bd;*/
  color: black;
  border-radius: 5px;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

body {
  font-size: 14px;
}

.navbar-default .navbar-nav > li > a {
  color: white;
}

.navbar {
    border: 0px;
}

.progress {
  background-color: white;
  border: 1px solid #0065bd;
}

.question-container {
  background-color: white;
  /*border-color: #0065bd;*/
  border-radius: 5px 5px 5px 5px;
}

.alert-warning {
  background-color: white;
  color: black;
  border: 1px solid black;
  border-radius: 5px;
}

.table-hover > tbody > tr:hover {
  background-color: white;
}

.text-info {
  color: black;
}

.text-danger {
  color: black;
}

.h4 {
  margin-top: 2em;
  margin-bottom: 2em;
}
.h1 {
  margin-top: 2em;
  margin-bottom: 2em;
}

.question-title-container {
  font-size: 18pt;
  padding-bottom: 0em;
}
.question-no-title-container {
  font-size: 0pt !important;
}
.question-help-container {
  font-size: 12pt;
  padding-top: 0.2em;
}
.question-valid-container {
  padding-top: 1em;
}
.ls-questionhelp {
  color: #0065bd;
}
.ls-question-message {
  color: black;
}
.progress-bar {
  background-color: #0065bd;
}
.text-primary {
  color: black;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: black;
  border-color: black;
}

#nav-menu {
    border-bottom: 1px;
    border-bottom-style: solid;
}

.navbar-default {
    height:auto;
    background-color: #F2F2F2;
}

.logo-container {
    width: 70%;
}

.logo-container>img {
    max-height: 10em;
    padding: 0px;
}
.logo-container.hidden-xs {
    display: block !important;
}

body {
  font-family: 'Arial', sans-serif !important;
  background-color: #F2F2F2;
  padding-bottom: 0; /* no bottom padding, footer should be bottom aligned */
  padding-top: 0;
  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-logos > img {
  width: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.navbar-brand-title {
    font-size: 28px;
    text-transform: uppercase;
    color: #E3001B;
    margin-left: 25%;
    margin-right: 5%;
    margin-top: 60px;
}

@media (max-width: 900px) {
  .navbar-brand-title {
    font-size: 26px;
    text-transform: uppercase;
    color: #E3001B;
    margin-left: 10%;
    margin-right: 8%;
    margin-top: 90px;
  }
}
.logo-container {
    top: 0px;
    position: absolute;
}

#ls-button-submit {
    display: none;
}
.event {
    margin-left: 40px; 
    width: 50%;
    border: 1px;
    border-color: black;   
}

.question-container {
    background-color: #F2F2F2;
}

.question-container {
    margin-bottom: 1em;
    border: 0px solid #e7e7e7;
}

.question-title-container {
    font-size: 12pt;
    padding-bottom: 0em;
    background-color: #F2F2F2;
}

.space-col {
    margin-top: 0em;
    margin-bottom: 0em;
}

ul ul {
    list-style-type: none;
    margin-bottom: 0px;
}

a {
    color: #E3001B;
}

.a_nav {
    margin-right: 20px;
}

/* Style for larger screens */
nav {
  justify-content: space-between;
  align-items: center;
}

nav ul {
  list-style: none;
  display: flex;
  padding: 0;
  margin-left: 25px;
}

nav ul li {
  margin-right: 25px;
}

nav ul li:last-child {
  margin-right: 25px;
}



/* Responsive styles for screens less than 640px */
@media (max-width: 1000px) {
    nav ul {
      margin-left: 15px;
    }
    
    nav ul li {
      margin-right: 15px;
    }
    
    nav ul li:last-child {
      margin-right: 15px;
    }
}

@media (max-width: 480px) {
    
  #nav-menu {
    display: block;
    flex-direction: column;
    width: 100%;
    margin-left: 0px;
    margin-bottom: 0px;
  }
  #nav-menu ul {
    flex-direction: column;
  }
  
  #nav-menu ul li {
    text-align: left;
    margin-left: 0px;
    margin-bottom: 0px;
  }
  
}

main section {
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}

.h2, h2 {
    font-size: 30px;
}
    
.h3, h3 {
    font-size: 22px;
}

.group-title {
    margin-left: 10px;
}

@media (min-width: 768px) {
    .navbar-header {
        float: none;
    }
}

.ul-footer {
    list-style-type: none;
}