l/******************
    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
*/
/* outfit-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 300;
  src: url('../files/outfit-v11-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* outfit-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  src: url('../files/outfit-v11-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* outfit-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 500;
  src: url('../files/outfit-v11-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* outfit-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 600;
  src: url('../files/outfit-v11-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* outfit-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 700;
  src: url('../files/outfit-v11-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
 font-family: 'Outfit' !important;
}

.question-text {
    font-weight:600;
    font-size:20px;
}

.text-primary {
    color:#35363f;
}

.survey-welcome {
    line-height:1.6;
    font-size: 18px;
}

.survey-description {
    line-height:1.8;
    font-size: 16px;
    text-align: left;
}

.welcome-logo {
    height:175px;
    margin-left:-60px;
    text-align: left;
}

.conflicta-logo {
    width:170px;
}

.navbar-brand {
    font-size:12px;
}

.geocode {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius:6px;
}

.geocode {
    background-color: white;
    color: black;
    border: 2px solid #e7e7e7;
}

.geocode:hover {
    background-color: #e7e7e7;
}

.text.location {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-bottom:25px;
}

.marker {
    background:#00cccc;
    color:#333;
}

.marker2 {
    background:#00cccc;
    color:#333;
    font-weight:400;
}

.marker3 {
    color:#333;
    font-weight:400;
}

.ls-questionhelp {
    color:#333;
    line-height:24px;
    font-size:16px;
    margin-top: 0px !important;
}

.ls-questionhelp::before {
    left:-1.2em !important;
}


.ls-question-message {
    color:#333;
    line-height:24px;
    font-size:16px;
}

.ls-question-message.ls-em-tip.em_default.ls-em-success {
    color:#333 !important;
}

.form-inline .form-control {
    width:335px !important;
    font-family:Outfit;
}

#lang {
    font-family:Outfit, sans-serif;
}

.datenbereinigung {
    background: #e3e3e3;
    margin-top: -30px !important;
    margin-bottom:50px !important;
}

.datenbereinigung2 {
    background: #e3e3e3;
    margin-top: -50px !important;
    margin-bottom:50px !important;
}

h5 {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: -25px;
}

.ohneabstand
{
    margin-bottom:0px !important;
    padding-bottom:0px !important;
}

.ohneabstandoben
{
    margin-top:-2em !important;
    border-top:0px;
    background-color:#E8E8E8;
}

.ohneborderunten
{
    border-bottom:0px !important;
}

.ohneborderoben
{
    border-top:0px !important;
}

.well {
    background:#ffffff;
    border:none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.telefoninterview {
    background: #F7EB5E;
    margin-top: -2em;
}

.highlightcolor {
    background: #F7EB5E;
}

.ls-print {
    font-size:18px;
    font-weight:500;
    margin-top:25px;
    color: #80399e;
}

.ls-print:hover {
    color: #66267b;
}

.form-inline .date-control {
    width:200px !important;
}

.answer-container {
    padding-bottom:15px !important;
}

.tooltip-inner {
   min-width: 350px;
}

#outerframeContainer {
    word-wrap: normal;
    hyphens: none;
    -moz-hyphens: none;
    -webkit-hyphens: none;
}

.radio-item label::before {
  border: 1px solid #777 !important;
}

.checkbox-item label::before {
  border: 1px solid #777 !important;
}

.form-control
{
  border: 1px solid #b1b1b1 !important;
}

.btn-primary:hover {
    background:#66267b;
    border-color:#3d0d51;
}
.btn-primary {
    background:#80399e;
    border-color:#3d0d51;
}

.btn-info:hover {
    background:#009999;
    border-color: #009999;
}
.btn-info {
    background:#00cccc;
    border-color: #009999;
}

.navbar {
    background:#ffffff;
    border:none;
}

.group-title {
    font-size:32px;
    margin-bottom: 1.5em;
}

.group-description {
    font-size:22px;
    line-height:30px;
    font-weight:600;
    
}

.progress {
    border-radius: 0px;
    background-color: #f4f5f5;
    
}

.progress-bar {
    background-color: #66267b;
    font-weight: 700;
}

.top-container .progress {
  height: 15px;
  margin-bottom: 0;
}

.progress .progress-bar {
  line-height: 15px;
}

.question-container {
    border:none;
    background-color: #f4f5f5;
}

.ls-answers {
    font-size:16px;
}



.text-danger {
    color:#e84a18;
    font-size: 16px;
}

.ls-answers.answer-item.dropdown-item select option {
  font-family: "Outfit", sans-serif;
}

.ls-answers tbody .answertext {
  text-align: left;
}

.mark {
    background: #ff66ff !important;
}

.filter {
    margin-top:-2em;
    border-top:0px;
    background-color:#d6d6d6;
}

.fade-in {
	opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 0.15s;
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.modal-body {
    font-size: 16px;
}

.btn-default {
    font-size: 16px;
}

.completed-text {
    margin-top:100px;
    font-size:20px;
    line-height:1.8;
}

.index-item-unanswered {
    background-color:#f4f5f5;
}

label::after {
    color:#fff !important;
    background-color:#66267b !important;
}

.fa.fa-calendar {
    color:#fff;
}

.question-number {
    font-weight: 700;
    font-size: 20px;
    float: left;
    margin: 0 0.5em;
    color:#333;
}

.question-code {
    font-weight: 700;
    font-size: 20px;
    float: left;
    margin-right: 0.7em;
    color:#777;
}

.question-code::before {
    color:#777;
    content:"(";
}

.question-code::after {
    color:#777;
    content:")";
}

.anonymous {
    border-style: dashed;
    border-color: #d6d6d6;
    background: none;
}

.visible {
    position:relative;
}    
.visible:before {
    content: "\f06e";
    font-family: FontAwesome;
    right:15px;
    top:5px;
    position:absolute;
    color: #353535;
    font-size: 22px;
 }

.notvisible {
    position:relative;
}    
.notvisible:before {
    content: "\f070";
    font-family: FontAwesome;
    right:15px;
    top:5px;
    position:absolute;
    color: #353535;
    font-size: 22px;
 }
.tooltip {
    font-weight: 700;
}

.tooltip-inner {
  min-width: 50px;
  background-color: #66267b;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #66267b;
}

.slider-handle {
    background-color: #66267b;   
}

.control-label {
    font-size:16px;
}

#datasecurity_accepted{
    vertical-align:top;
    margin-left:5px;
    margin-top:6px;
}

h4 {
    font-size: 16px !important;
}

.gruen {
    background-color: #d0da44;
}

.pink {
    background-color: #ff66ff;
}

.tuerkis {
    background-color: #33cccc;
}

.rot {
    background-color: #ed6c45;
}

.lila {
    background-color: #80399e;
}

.hellgrau {
    background-color: #f4f5f5;
}

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

.panel-primary .panel-heading {
  color: #fff;
  background-color: #66267b;
  border-color: #66267b;
}

a {
  color: #66267b;
  text-decoration: none;
}

a:focus, a:hover {
  color: #66267b;
  text-decoration: underline;
}