a {
  color: #4d4d4d;
  text-decoration: underline; }
  
.text-info {
  color: #4d4d4d;
}  

.limit-text-window {
  padding: 15px;
  border: none;
}

.space-col {
  margin: 0;
}

.privacy.row {
  margin: 0;
}

.privacy .h4 {
  margin-top: 0;
}

.survey-welcome.h4 {
  font-size: 16px;
}

.question-title-container .text-muted {
  color: #333;
}

/* general styling of questions */
.question-container {
  border: 1px solid rgba(102, 102, 102, 0.35);
  background-color: rgba(255, 255, 255, 0.5);
  margin-bottom: 30px;
 /* border-radius: 4px; */
  box-shadow: none;
  transition: box-shadow 0.5s;
}

.question-container:hover {
  box-shadow: 0 0 20px #888888;
}

.question-title-container {
  color: #000;
  text-shadow: 0 1px 0 #fff;
  display: flex;
  background-color: #eeeeee;
  background-color: #e2e2e2;
  background-image: -moz-linear-gradient(#eeeeee, #e2e2e2);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eeeeee), to(#e2e2e2));
  background-image: -webkit-linear-gradient(#eeeeee, #e2e2e2);
  background-image: -o-linear-gradient(#eeeeee, #e2e2e2);
/*  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px; */
  font-size: 16px;
}

.question-title-container p:last-child {
  margin-bottom: 0;
}

.input-error.question-container {
  border-color: #e40135;
/* background-color: rgba(178, 13, 40, 0.05); */
  box-shadow: 0 0 5px #e40135;
}

.input-error.question-container .question-title-container {
/*  background-color: #e40135;
  color: white;
  background-image: none; */
}

.text-danger {
    color: #e40135;
}

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

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

.ls-answers ul:first-child {
  margin-bottom: 0;
}

.ls-question-help, .ls-questionhelp {
  font-size: 80%;
  color: #0b651b;
}

.ls-question-help a, .ls-questionhelp a {
  text-decoration: underline;
  color: #0b651b;
}

.asterisk {
  order: 1;
  width: 20px;
  font-size: 12px;
  display:none;
}

.ls-question-mandatory,
.ls-question-help {
  font-weight: normal;
  font-size: 80%;
  margin-top: 5px;
  margin-left: 4px;
}

.question-code {
  font-style: italic;
  font-weight: normal;
  white-space: nowrap;
}

.question-code::before {
  content: "[";
}

.question-code::after {
  content: "]";
}

.question-text {
  order: 2;
}

/* end general styling of questions */
.boilerplate .ls-questionhelp {
  margin-top: 15px;
  margin-bottom: 15px;
}

.slider-handle {
  background-color: #414141;
}

.multiple-opt-comments .form-horizontal .control-label {
  text-align: left;
}

.input-group-addon.btn-primary {
  color: #fff;
}

.slider.slider-untouched .slider-handle {
  background-color: transparent;
}

.slider-handle.custom::before {
  color: #414141;
}

.slider.slider-untouched .slider-handle.custom::before {
  color: #bbb;
}

td.total {
  border: none;
  background-color: transparent;
}

td.total .form-control[disabled] {
  background: #bbb;
  border: none;
  box-shadow: none;
  border-radius: 4;
  color: #333;
}

.slider-selection {
  background-color: #ff743d;
  background-image: none;
}

.btn-primary {
  border-color: #414141;
  background-color: #414141;
}

.btn-primary.active, .btn-primary:hover {
  background-color: #414141;
  border-color: #414141;
}

.btn-primary.active:hover, .btn-primary:hover:hover {
  background-color: #414141;
  border-color: #414141;
}

table {
  overflow: hidden;
}

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

.table,
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.table.table-col-hover,
.table.table-col-hover > thead > tr > th,
.table.table-col-hover > tbody > tr > th,
.table.table-col-hover > tfoot > tr > th,
.table.table-col-hover > thead > tr > td,
.table.table-col-hover > tbody > tr > td,
.table.table-col-hover > tfoot > tr > td {
  border: none;
  border-right: 1px solid #ccc;
}

.table.table-col-hover > thead > tr > th {
  border-bottom: 1px solid #ccc;
}

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

.table-hover > tbody > tr:hover td:hover {
  background-color: #ddd;
}

.table.table-col-hover td:hover {
  background: #ddd;
}

.table-col-hover td {
  border-right: 1px solid #ccc;
}

.table-col-hover td:hover::after {
  background-color: #ddd;
  content: '';
  height: 10000px;
  left: 0;
  position: absolute;
  top: -5000px;
  width: 100%;
  z-index: -1;
  overflow: hidden;
}

.group-title.text-center {
  text-align: left;
  margin-left: 15px;
  margin-bottom: 15px;
}

.group-description.well {
  background: transparent;
  min-height: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.radio-item .ls-label-xs-visibility {
  width: 30px;
  height: 30px;
}

.radio-item label {
  padding-left: 20px;
  padding-top: 3px;
}

.radio-item label:before {
  width: 30px;
  height: 30px;
  border-color: #aaa;
  margin-right: 20px;
}

.radio-item label::after {
  background-color: #414141;
  width: 20px;
  height: 20px;
  left: 5px;
  top: 5px;
}

/* .checked .radio-item label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: $radiosize;
  height: $radiosize;
  
  margin-left: -20px;
  border: 1px solid #ff0000;
  border-radius: 50%;
  background-color: #fff;
} */
.checkbox-item label,
.checkbox-item label.ls-label-xs-visibility {
  padding-left: 18px;
  padding-top: 3px;
}
.checkbox-list .checkbox-item label {   top: -13px; }

.checkbox-item label::before,
.checkbox-item label.ls-label-xs-visibility::before {
  width: 30px;
  height: 30px;
}

.checkbox-item label::after,
.checkbox-item label.ls-label-xs-visibility::after {
  width: 30px;
  height: 30px;
  border-radius: 2px;
  padding-top: 0px;
  padding-left: 1px;
  background-color: #414141;
  color: white;
  font-size: 24px;
  line-height: 27px;
}

.checkbox-item .ls-label-xs-visibility {
  width: 30px;
  height: 30px;
}

.checkbox-list .input-sm {
  height: 32px;
  font-size: inherit;
}

.othertext-label-checkbox-container {
  padding-top: 0;
}

.leaflet-container,
div[id^="gmap_canvas"],
div[id^=" gmap_canvas"] {
  margin-top: 15px;
}

.table > tbody > tr > td {
  vertical-align: top;
  /* Overruling Bootstrap for checkboxes and radios, since Bootstrap aligns them at top. */
}

.panel-primary {
  border-color: #414141;
}

.panel-primary .panel-heading {
  background: #414141;
  border-color: #414141;
}

.panel-primary .panel-heading h4 {
  color: white;
}

.checkbox-item label::before {
  border-color: #aaa;
}

.form-control {
  border-color: #aaa;
}

#navbar {
  font-size: 14px;
}

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #414141;
  font-style: normal;
  font-weight: normal;
}

h1, .jumbotron h1, #wrapper h1 {
  font-size: 2.45rem;
  line-height: 3.3rem;
}

#welcome-container p {
  margin: 0 0 1.4rem;
  line-height: 2rem;
}

#welcome-container {
  border: 0;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 25px 15px 15px 0;
  border-radius: 0;
  margin-bottom: 15px;
  margin-top: 15px;
}

#welcome-container .survey-description,
#welcome-container .h4 {
  color: #333;
}

#welcome-container .survey-description.text-center,
#welcome-container .survey-name.text-center {
  text-align: left;
}

#welcome-container h1.survey-name {
  margin-top: 0;
}

/* Body generell ------------------------------------------ */

body {
  background-color: #fff;
  color: #4d4d4d;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;

}

.privacy > div {
  border: 0;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 15px;
  border-radius: 0;
  margin-bottom: 15px;
  margin-top: 15px;
}

.top-container .progress {
  height: 10px;
  box-shadow: none;
  border-radius:0;
}

.progress-bar {
  background-color: #e40135;
  color: #e40135;
  box-shadow: none;
  border: none;
  font-size: 1px;
}

.progress {
  border: 1px solid rgba(102, 102, 102, 0.35);
  background-color: rgba(255, 255, 255, 0.5);
}

.language_change_container {
  height: auto;
  overflow: hidden !important;
}

/* BDU ------------------------------------------------- */

.carousel .item {
    width: 100%;
    max-height: 600px;
}
.carousel .item img {
    width: 100%;
}
.carousel .carousel-control {
    background: none;
    border: none;
    filter: none;
    top: 45%;
    z-index: 1;
}
.carousel .carousel-control img {
    padding: 0 !important;
}
#topSlider {
    /*min-width: 980px; */
}
#topSlider .topSquares {
    position: absolute;
    /*z-index: 2;*/
    
    right: 0;
    bottom: 0;
    width: 437px;
    height: 249px;
}
#topSlider .item {
    max-height: 280px;

}


#topSlider .item .contentBox {
    position: absolute;
    z-index: 2;
    left: 5%;
    bottom: -300px;
    padding: 30px;
    padding-bottom: 8px;
    background-color: #e40135;
    color: #fff;
    -webkit-transition: bottom 600ms;
    -moz-transition: bottom 600ms;
    -o-transition: bottom 600ms;
    transition: bottom 600ms;
}
#topSlider .item .contentBox h1 {
    color: #fff;
}
#topSlider .item .contentBox h1:before {
    content: none;
}
#topSlider .item .contentBox h2 {
    color: #fff;
}
#topSlider .item .contentBox h2:before {
    content: none;
}
#topSlider .item .contentBox > div {
    color: #fff;
    font-size: 17px;
}
#topSlider .item.active .contentBox {
    bottom: 0;
}
#topSlider .carousel-indicators {
    bottom: 0;
    z-index: 2;
}
#topSlider .carousel-indicators li {
    width: 0;
    height: 0;
    border-width: 0 12px 12px 12px;
    border-color: transparent transparent #c3c3c3 transparent;
    border-radius: 0;
    margin-left: -5px;
}
#topSlider .carousel-indicators li.active {
    background-color: transparent;
    border-width: 0 12px 12px 12px;
    border-color: transparent transparent #e40135 transparent;
    margin-left: -5px;
}
#topSlider .carousel-indicators li:nth-child(2) {
    border-width: 12px 12px 0 12px;
    border-color: #c3c3c3 transparent transparent transparent;
    margin-left: -5px;
}
#topSlider .carousel-indicators li:nth-child(2).active {
    background-color: transparent;
    border-width: 12px 12px 0 12px;
    border-color: #e40135 transparent transparent transparent;
    margin-left: -5px;
}


.carousel .item {
    width: 100%;
    max-height: 600px;
}
.carousel .item img {
    width: 100%;
}
.carousel .carousel-control {
    background: none;
    border: none;
    filter: none;
    top: 45%;
    z-index: 1;
}
.carousel .carousel-control img {
    padding: 0 !important;
}
#topSlider {
    /*min-width: 980px; */
}
#topSlider .topSquares {
    position: absolute;
    /*z-index: 2;*/
    
    right: 0;
    bottom: 0;
    width: 437px;
    height: 249px;
}

#topSlider .item .contentBox {
    position: absolute;
    z-index: 2;
    left: 5%;
    bottom: -300px;
    padding: 10px 30px;
    background-color: #e40135;
    color: #fff;
    -webkit-transition: bottom 600ms;
    -moz-transition: bottom 600ms;
    -o-transition: bottom 600ms;
    transition: bottom 600ms;
}

#topSlider{min-width:980px;overflow:hidden}
#topSlider .topSquares{position:absolute;z-index:2;right:0;bottom:0}
#logo{position:absolute;z-index:2;margin-left:5%;margin-top:2%}

.container-fluid {padding:0;}
.form-change-lang.dropdown {
    top: 20px; }
.form-change-lang.dropdown a {
    color: #666; }
    

/* Buttons generell ------------------------------------------ */

.button-item {
    color: #666;
    background-color: #e2e2e2;
    background-image: -moz-linear-gradient(#eeeeee, #e2e2e2);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eeeeee), to(#e2e2e2));
    background-image: -webkit-linear-gradient(#eeeeee, #e2e2e2);
    background-image: -o-linear-gradient(#eeeeee, #e2e2e2);
    border: 1px solid rgba(102, 102, 102, 0.35);
}
.button-item:hover {
    color: #000; }

.ls-move-btn {
    border: none;
    border-radius:0;
    background-color: #e40135;
    padding: 6px 10px 8px 10px;
    line-height: 15px;
    text-transform: uppercase;
    font-size: 13px;
    color:#fff;
}
/*    html.de.dir-ltr.js body.tdr3.vanilla.font-noto.lang-de.brand-logo article div#dynamicReloadContainer div#outerframeContainer.outerframe.container div#main-row div#main-col.col-centered.space-col form#limesurvey.survey-form-container.form div#navigator-container.row.navigator.space-col div.col-xs-6.text-right button#ls-button-submit.ls-move-btn.ls-move-next-btn.ls-move-submit-btn.action--ls-button-submit.btn.btn-lg.btn-primary  */
.ls-move-btn:hover, .ls-move-btn.ls-move-submit-btn:hover, .ls-move-btn.ls-move-next-btn:hover { color:#fff; background-color: #e40135;}

/* Spezielle Buttons */

.ls-move-submit-btn.btn-primary:after{content:"";width:0;height:0;border-style:solid;border-width:0 0 9px 9px;border-color:transparent transparent #FFF;position:relative;top:-6px;left:3px}

.ls-move-previous-btn.btn-default:before {border-color:transparent transparent #fff;border-style:solid;border-width:0 9px 9px 0;content:"";height:0;right:3px;position:relative;top:-6px;width:0}

/* -------------------- */ 

.titelhg {
 background: url(/7/upload/themes/survey/bdu6/images/back6.jpg) fixed center no-repeat;
background: url(/7/upload/themes/survey/bdu6/images/back6.jpg) center left no-repeat;
    background-size: auto;
background-size: cover;
left: 0;
right: 0;
top: 0;
height: 200px;
}

.logo {
    background-image: url("/7/upload/themes/survey/bdu6/images/logo.png");
    height: 90px;
    width: 148px;
    margin-left: 5%;
    top: 15px;
    position: relative;
    background-repeat: no-repeat;
}

.contentBox {
    background-color: #e40135;
    width: 250px;
    padding: 10px;
    bottom: 0;
    color: #fff;
    position: relative;
    top: 27px;
    z-index: 5;
    margin-left: 5%;
}

.svheader {

    color: #fff;

}

.topSquares {
    float: right;
    position: absolute;
    top: -50px;
    right: 0;
}

.checkbox-list .input-sm {margin-top: -22px; }


element.style {
}
.contentBox {

    width: 300px;
}