/******************
    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

*/

/* STANDARD ADJUSTABLE OPTIONS / STYLES / */

/* text styles (question, subquestions, answers) */

.ls-answers, .checkbox-list, .answers-list {
    hyphens: none;
    color:#333;    
}

.subquestion-list.questions-list .answertext {
	font-style:oblique;
    color:#333;
}

.question-title-container {
	background-color: #046c9a;
}

.question-valid-container, .question-help-container {
	background-color: white;
	color:#333;
}

.question-valid-container {
	border-bottom:2px solid #046c9a;
}

.fruity .question-text, .fruity .question-text p {
	color:#fff;
	line-height:1.5;
}

/* style links */

.fruity a {
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: all 0.5s ease-in-out;
	line-height: 1.2;
	color:#046c9a;
}

.fruity a:hover {
	border-color: #046c9a;
	color:#046c9a;
}

.fruity .question-text a {
	color:white;
	border-bottom: 1px solid transparent;
}

.fruity .question-text a:hover {
	color:white;
	border-color:white;
} 

/* buttons */

.fruity .btn-primary {
	color: #ffffff;
	background-color: #046c9a;
}

.fruity .btn-primary:hover {
	color: #ffffff;
	background-color: #03577C;
}

.fruity .btn-default {
	color: #000000;
	background-color: #e7e6e6;
	border:1px solid #d0cece;
}

.fruity .btn-default:hover {
	color: #000000;
	background-color: #d0cece;
	border:1px solid #bbb9b9;
}

.fruity .btn-info {
	color: #ffffff;
	background-color: #046c9a;
}

.fruity .btn-info:hover {
	color: #ffffff;
	background-color: #03577C;
}

/* navigation bar */

.logo-container>img {
	max-height: 5.25em;
	padding: 15px;
	width: auto;
	height: auto;
}

.logo-container2>img {
	max-height: 5.25em;
	padding: 15px;
	width: auto;
	height: auto;
}

.navbar-default {
	background-color: #ffffff;
	height: auto;
	border-bottom: 2px solid #046c9a;
}

.fruity .progress-bar {
	color: #ffffff;
	background-color: #046c9a;
	font-size: 75%;
}

/* footer */ 

.fruity .footer {
	height: 30px;
	background-color: #046c9a;
	color: white;
	text-align: center;
}

.fruity .footer a {
	line-height: 1.2;
	color:white;
}

.fruity .footer a:hover {
	border-color: white;
	color:white;
}


/*//////////////////////////////////////////////////////*/


/* OTHER STYLES (knowledge of CSS recommended) */

/* Transition Effects (general) */

a, ul, li, button, input[type="button"], input[type="submit"] {
	transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
}

/* Media Queries */

@media (max-width: 499px) {
	.mobile-hide {
		display: none!important;
	}
}
@media (min-width: 500px) {
    .desktop-hide {
        display:none;
    }
}
@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {
	.ls-questionhelp, .help-block, .ls-question-help, .ls-questionhelp {
    	font-size: 95%!important;
	}
	.mobile-hide2 {
		display: none!important;
	}
	.fruity .panel .panel-body h1 {
        font-size: 165%;
        margin-top: 0;
        margin-bottom: 15px;
	}
	    .leaflet-marker-icon {
        margin-top:-20px!important;
    }
    .question-valid-container .ls-question-help, .question-valid-container .ls-questionhelp {
        margin:5px 0px;
    }
    .checkbox-list ul, .radio-list ul {
        margin-bottom:0;
    }
	#main-row {
	    margin:0 1em;
	} 
	.navbar-default {
		background-color: #ffffff;
		border-color: transparent;
		color: #000000;
		height: 90px;
	}
	.navbar-toggle {
		position: relative;
		float: right;
		margin-right: 15px;
		padding: 9px 10px;
		margin-top: 20px;
		/*margin-bottom: 13px;*/
		background-color: transparent;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 6px;
	}
	.navbar-collapse.collapse.in, .navbar-collapse.collapse.in ul li {
		background-color: white;
	}
	.ls-answers {
	    padding-top:15px;
	    padding-bottom:5px;
	}
	.navbar-column {
		float: left;
		width: 75%!important;
	}
	.navbar-column2 {
		float: right;
		width: 75%!important;
	}
	.logo-container {
		max-width: 85%!important;
	}
	.logo-container>img {
	    min-height:4em;
		max-height:8vh!important;
		padding:10px!important;
	}
	.logo-container2>img {
		min-height:4em;
		max-height:8vh!important;
		padding:10px!important;
		margin-bottom:10px;
	}
	.logo-container4>img {
	    min-height:4em;
        max-height: 7vh!important;
    }
	.answers-list.radio-list th, .question-item.slider-item .control-label, .dropdown-array .control-label {
	    font-weight:600;
	}
	.map-item .form-inline, .url-wrapper-survey-print .ls-print {
	    display:none;
	}
	.save-form .return-to-survey {
	    margin-bottom:5em;
	}
	.form-control {
	    margin-bottom:15px;
	}
	.ls-answers .ls-input-group {
	    padding-bottom:15px;
	}
	.ls-answers.dropdown-item {
	    padding:10px 0 10px 0;
	}
	.list-unstyled.col-xs-12.col-sm-6 {
        margin-bottom:0;
    }
    .fruity .footer {
	    height:50px!important;
	    font-size:95%;
	}
	.survey-welcome.h4.text-primary h2 {
        font-size:20px;
    }
    .fruity .survey-welcome.text-primary p {
    	font-size:.95em;
    }
    h1.survey-name {
        padding-bottom: 0.25em;
        margin-top: 0.35em;
        font-size:150%;
    }
 	.custom-array table.ls-answers {
    	display: table;
	} 
  	.custom-array table.ls-answers thead {
    	display: table-header-group;
  	} 
  	.custom-array table.ls-answers tbody {
    	display: table-row-group;
  	} 
  	.custom-array table.ls-answers tr {
    	display: table-row;
  	} 
  	.custom-array table.ls-answers tr.ls-hidden {
    	display: none;
  	} 
  	.custom-array table.ls-answers th,
  	.custom-array table.ls-answers td {
    	display: table-cell;
  	} 
  	.dir-ltr .custom-array table.ls-answers th,
	.dir-ltr .custom-array table.ls-answers td {
    	text-align: left;
  	} 
  	.dir-ltr .custom-array table.ls-answers tbody th.answertext {
    	text-align: right;
  	} 
  	.custom-array table.ls-answers tbody td {
    	text-align:left;
  	} 
  	.dir-ltr .custom-array .ls-answers td.radio-item,
  	.dir-ltr .custom-array .ls-answers td.checkbox-item {
	    padding: 8px 0;
  	}
  	.custom-array table.ls-answers tbody .control-label {
    	text-align:left
  	}
  	.custom-array .answers-list.radio-list th,.custom-array .question-item.slider-item .control-label,.custom-array .dropdown-array .control-label {
        font-weight:normal;
        font-size:95%;
  	}
 	.custom-array table.ls-answers .ls-label-xs-visibility {
    	display: inline-block;
    	position: relative;
    	overflow: hidden;
    	width: 17px;
    	height: 17px;
    	line-height: 21px;
    	text-indent: 21px;
    	left: auto;
    	margin-left: -20px;
  	} 
  	.dir-ltr .custom-array table.ls-answers .radio-item label.ls-label-xs-visibility::before,
  	.dir-ltr .custom-array table.ls-answers .checkbox-item label.ls-label-xs-visibility::before {
    	margin-left: 0px;
  	} 
  	.dir-ltr .custom-array table.ls-answers .radio-item label.ls-label-xs-visibility::after,
  	.dir-ltr .custom-array table.ls-answers .checkbox-item label.ls-label-xs-visibility::after {
    	margin-left: 0px;
  	} 	
  	.custom-array table.ls-answers > tbody > tr:hover {
        background-color: inherit;
  	}
}
@media (min-width: 761px) {
    .desktop-hide2 {
        display:none;
    }
        body {
        font-size:15px;
    }
    .fruity .navbar a.animate:after {
    	background-color:#03577C!important;
    }
    .progress .progress-bar {
        line-height:2;
    }
    #block_error div {
    	padding:75px 40px 0 186px;
    }
    .navbar-nav>li>a {
        padding-bottom:10px;
    }
    .subquestion-list.questions-list .answertext {
	    font-style:oblique;
    }
    .subquestion-list.questions-list .answertextright {
	    font-style:oblique;
    }
    td.dual_scale_separator.information-item, div.answer-container.col-xs-12 > table > thead > tr > td.header_separator {
        background-color:#e9e9e9;
    }
    .slider.slider-untouched .slider-handle {
	    background-color:rgba(35, 134, 135, .5);
    }
	.subquestion-list {
	    hyphens:none;
	}
	.completed-text {
	    hyphens:none;
	}
	.col-sm-2.slider-left.text-right.col-xs-6 {
		color: #696969;
		font-size: smaller;
		bottom: 0;
		padding-top: 7.5px;
	}
	.col-xs-12.col-sm-2.slider-right.text-left.hidden-xs {
		color: #696969;
		font-size: smaller;
		bottom: 0;
		padding-top: 7.5px;
	}
	.slider-list .slider-item .control-label {
		margin-top: 1.5em;
	}
	.ls-answers.slider-list {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.ls-answers {
	    padding-top: 15px;
    	padding-bottom: 5px;
    }
    .ls-answers.text-item {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .ls-answers.dropdown-item {
    	padding-top: 15px;
    	padding-bottom: 10px;    
    }
    .ls-answers.map-item.geoloc-item.row {
    	padding-top: 10px;
    	padding-bottom: 10px;         
    }
    .ls-answers.date-item {
	    padding-bottom:15px;
    }
    .radio-list, .checkbox-list {
        padding-top:2em;
    }
    .ls-answers.numeric-item .ls-input-group {
        padding-bottom:10px;
    }
    .outerframe.container {
        margin-bottom:1.5em;
    }
    .save-form .return-to-survey {
	    margin-bottom:2.5em;
	}
}
@media (min-width: 2559px) {
    .logo-container>img {
        max-height: 6.5em!important;
    }
    .logo-container2>img {
        max-height: 6.5em!important;
    }
    .logo-container4>img {
        max-height: 8em!important;
    }
}

/* Kartenfrage */
/* Ausblenden Koordinaten Eingabefelder */
.coordinate-item, .geoname_search {
    display:none!important;
}
/* Custom Marker */
/* Hinweis: um den Standard-Marker / default zu nutzen: folgende CSS-Regel einfach entfernen */
/*
.leaflet-marker-icon {
    content: url("/upload/themes/survey/Standard_v2/files/marker-icon-custom3.png")!important;
    width: 40px!important;
    height: auto!important;
    margin-top: -25px;
    margin-left: -20px!important;
}
*/
/* Farbe Suchbutton */

.fruity .input-group-addon {
    background-color:#0F7474;
}

/* Tooltip (Mouseover) */
 /* Markierung Tooltip */
.mytooltip {
    position: relative;
    cursor: pointer;
    border-bottom: 1px dotted #808080;
}

 /* Eigenschaften Tooltip - Sichtbarkeit, Größe, Farben, Position */
.mytooltip .tooltiptext {
visibility: hidden;
  width: 25em;
  background-color: #343533;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 1em;
  position: absolute;
  z-index: 2;
  top: 120%;
  left: 50%;
  margin-left: -12.5em; /* Use half of the width (120/2 = 60), to center the tooltip */

}
 /* Hover Tooltip */
.mytooltip:hover .tooltiptext {
  visibility: visible;
}

/* Language Switch */

.language_change_container.dropdown-menu {
    overflow-x:hidden;
    overflow-y:hidden;
}

.fruity .btn.btn-info.ls-language-changer-item {
    margin-bottom:5px;
}

/* other */
.fruity .question-text, .fruity .question-text p {
	margin: 10px 0 10px;
	hyphens: none;
	color:#fff;
	line-height:1.5;
}
.fruity .panel-primary {
	border-color: #0F7474;
}
.fruity .panel-primary>.panel-heading {
	color: #fff;
	background-color: #0F7474;
	border-color: #0F7474;
}

.fruity .text-primary:hover {
	color: #000000;
}
.fruity .text-primary {
	color: #000000;
}
.question-message {
	font-size: 16px;
	color: #ffffff;
}
button, input[type="button"], input[type="submit"] {
	border: 1px solid #fff!important;
}
button:hover, input[type="button"]:hover, input[type="submit"]:hover {
	border: 1px solid #555!important;
}
.control-label.radio-label.radio-item label::before {
	margin-top: 1px;
}
.control-label.radio-label.radio-item input[type="radio"]:checked+label::after {
	margin-top: 1px;
}
.checkbox-item label::before {
	margin-top: 1px;
}
label::after {
	background-color: #000000;
}
.fruity .question-item {
	padding-top:0;
}
.checkbox-item label {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 26px;
}
.checkbox-item label::after {
	display: inline-block;
	position: absolute;
	width: 17px;
	height: 17px;
	left: 1px;
	top: 1px;
	border-radius: 3px;
	margin-left: -20px;
	padding-left: 3px;
	padding-top: 1px;
	font-size: 11px;
	color: #ffffff;
	text-align: center;
}
body .answer-item label::after {
	background-color:#1b8683;
}
.input-group-addon.checkbox {
	display: none;
}
.fruity .btn, .fruity .modal-footer .btn+.btn {
	margin-bottom: 0.5em;
}
.fruity .btn-lg, .fruity .btn-group-lg>.btn {
	padding: 18px 27px;
	font-size: 19px;
	line-height: 1.3333333;
	border-radius: 6px;
}
.fruity .radio-item label::before, .checkbox-item label::before {
	border: 1px solid #aaa;
}

/* Main / Body / Startseite / Datenschutz / Fragen */

body {
	padding-bottom: 5px;
	padding-top: 30px;
	/* now is redefine in JS to fit any title length */
	color: #000000;
}
body .top-container {
	margin-top: 20px!important;
	line-height: 1.42857143;
	color: #2c3e50;
	background-color: #ffffff;
}
.fruity .panel-body {
    hyphens: none;
}
.fruity .panel-body h1, h2, h3, h4  {
	font-weight:600
}
.fruity .panel-body h3, h4  {
	margin-top:15px;
	margin-bottom:15px;
}
.fruity .panel-body h1  {
    font-size:200%;
	margin-top:0;
	margin-bottom:15px;
}
.fruity .panel-body h2 {
    font-size:165%;
    margin-bottom:15px;
    margin-top:5px;
}
.fruity .panel-body h3 {
    font-size:125%;    
}
.fruity .panel-body h4 {
    font-size:110%;    
}
#block_error .text-danger {
	color:inherit;
}
.dir-ltr .ls-questionhelp {
	margin-left: 1.2em;
	color: #333333;
	padding-top:5px;
}
.dir-ltr .ls-answers td.radio-item, .dir-ltr .ls-answers td.checkbox-item {
	padding-top:15px;
}
.radio-item label::before, .checkbox-item label::before {
	border: 1px solid #aaa;
}
.navbar .table-responsive {
    margin-bottom:0;
}
.table-responsive {
	width: 100%;
	margin-bottom: 15.75px;
	overflow-y: hidden;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	border: 0 solid #ecf0f1;
}
.table-responsive2 {
	table-layout: fixed;
	/*display: table;*/
	overflow-y: hidden;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	border: 0 solid #ecf0f1;
	border-collapse: collapse;
	margin-bottom: 0!important;
	vertical-align: middle;
}
.table-responsive2 td {
	vertical-align: middle;
}
.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:1px solid #e5e5e5;
}
.asterisk {
	display: none;
}
.fruity .text-info {
	color:#333333;  
}
.question-text a {
    color:#fff;
} 
.question-container {
	color: #000;
}
.fruity .text-danger, .fruity .text-danger:hover, .fruity .text-info {
	color: #333;
	background-color:#f5f5f5;
	font-weight:normal!important;
}
.completed-text .text-danger {
	color:#8a6d3b;
}
.question-valid-container .text-info, .question-valid-container .ls-em-tip {
	font-weight:normal!important;
	color:#333333;  
}
.em-tip {
	font-size: 16px;
	color: #ffffff;
}
.em-success {
	font-size: 16px;
	color: #ffffff;
}
.fruity .save-message .text-info, .fruity .save-message .text-info:hover, .fruity .token-page .text-info, .fruity .token-page .text-info:hover {
    color:black;
}
.save-message .h2 {
    margin-top:0;
    margin-bottom:15px;
}
.fruity .slider-selection {
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.15);
}
.fruity .slider-handle {
	position: absolute;
	top: 0;
	width: 20px;
	height: 20px;
	background-color: #046c9a;
}
.fruity .slider-selection {
    background-image: linear-gradient(to bottom, #2B9090 0%, #43c4c4 100%);
}
.space-col {
	margin-top: 1em;
	margin-bottom: 0.5em;
}
.survey-name {
	padding-bottom: 0.35em;
	margin-top: 0.55em;
	font-size:215%;
	font-weight:600;
	hyphens:none;
}
#main-row {
    padding-bottom:3em;
}
.fruity .survey-welcome p {
	font-weight: 400;
	line-height: 1.5;
	margin:0 0 1em;
	hyphens: none;
	font-size:1.025em;
}
.fruity .survey-welcome ul, .survey-welcome li {
    font-weight: 400;
    line-height: 1.15;
    hyphens: none;
	font-size:1.025em;  
}
.fruity .question-count-text {
	padding-bottom: 0.75em;
}
.fruity .completed-wrapper {
	padding-top: 60px;
}
.datasecurity-accepted-wrapper {
	padding-left: 2.5em;
    font-size: 15px;
    line-height: 1.6;
}
.datasecurity-accepted-wrapper.checkbox-item label::before {
    width: 24px;
    height: 24px;
	margin-left: -1.25em;
	border: 1px solid black;
	margin-top: 9px;
}
.datasecurity-accepted-wrapper.checkbox-item label::after {
	padding: 0;
    width: 24px;
    height: 24px;
	margin-left:-1.25em;
	color: #FFFFFF;
    font-size: 15px;
    line-height: 1.46;
	margin-top: 8.5px;
}
.datasecurity-accepted-wrapper a, .url-wrapper a, .url-wrapper-survey-print a, .url-wrapper-survey-return a {
	color: #046c9a;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: all 0.5s ease-in-out;
}
.datasecurity-accepted-wrapper a:hover, .url-wrapper a:hover, .url-wrapper-survey-print a:hover, .url-wrapper-survey-return a:hover {
	border-color: #03577C;
	color: #03577C;
}

/* Navbar / Logo */

.logo-container4>img {
    max-height: 8em;
    margin-top: 5px;
    padding: 10px;
    width: auto;
    height: auto;
}
.logo-container2 {
    float: right!important;
}
.logo-container3 {
    flex-basis: 55%;
}
.navbar-brand {
	line-height: normal;
	color: #000000;
}
.logo-container.hidden-xs {
	display: block !important;
}
.navbar-default .navbar-nav>li>a {
	color: #046c9a;
	font-size:95%;
}
.navbar-default .navbar-nav>li>a:hover {
	color: #03577C;
	font-size:95%;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #000000;
}
.navbar-row {
	max-height: 10vh;
}
.navbar-column {
	float: left;
	width: 50%;
	padding: 5px;
	height: auto;
}
.navbar-row::after {
	content: "";
	clear: both;
	display: table;
}
img.logo.img-responsive.rechts {
    	float: right!important;
    	padding-right: 10px!important;
    	margin-right: 0!important;
    }
.rechts {
	float: right;
}
.form-control {
	margin-bottom: 5px;
}

/* Footer */

.fruity .footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
}
.footer-text {
	text-align: center;
}
.footer-inner {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.fruity .footer a {
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: all 0.5s ease-in-out;
}

/* Custom Slider */
/* NOCH ANZUPASSEN */

/* Some more height for the slider container */
.slider-container {
	margin-top: 4.5em;
}
 
/* Background image for the slider handle */
.slider .slider-handle.custom::before {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-top: -6px;
	margin-left: -4px;
	background: transparent url(https://umfragen.werdenktwas.de/upload/themes/survey/generalfiles/wuppertal/nuevo-sol.png) center center no-repeat;
	background-size: cover;
	content: '';
}
 
/* Move the tooltip up a bit */
.slider .tooltip.top {
	margin-top: -40px;
}
 
/* Colour gradient for the left part of the slider */
.slider-selection {
	background-image: -webkit-linear-gradient(top, #D4D600 0%, #E9EA7F 100%);
	background-image: -o-linear-gradient(top, #D4D600 0%, #E9EA7F 100%);
	background-image: linear-gradient(to bottom, #D4D600 0%, #E9EA7F 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D4D600', endColorstr='#E9EA7F', GradientType=0);
}

.ls-question-help, .ls-questionhelp {
    margin-top:5px;
}