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

/*Schriften*/

h1 {
    font-size: 30px;
    font-family: "Fira Sans","Helvetica Neue",Helvetica,Arial,sans-serif!important;
}

h2 {
    font-size: 26px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif!important;
}

h3 {
    font-size: 24px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif!important;
}

h4 {
    font-size: 20px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif!important;
}

body {
    font-size: 18px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif!important;
}

/*Farben*/


body {
    /*background-color:#f3f3f4;*/
}

.container-fluid {
    /*background-color:#f3f3f4;*/
    width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 1em;
    padding-bottom: 1em;
}

.progress {
    background-color: #ecf4f6;
    border-radius: 4px;
    box-shadow: none;
    /*box-shadow: inset 0 3px 2px rgba(0,0,0,0.1)*/
}

.alert-warning {
    color: #000;
    background-color: #FFEFD0;
    border: 2px solid;
    border-color: #8A4F00;
    border-radius: 4px;
    padding: 1.5em;
}

.group-description {
    background-color: #ebeff4;
    border-radius: 1.5rem;
    box-shadow: none;
}

/*Formen*/

.navbar-default .navbar-toggle {
    border: none;
}

.top-container .progress {
    height: 8px;
    border-radius: 1.5rem;
}

.progress .progress-bar {
    line-height: 28px;
    min-width:3em;
}

.progress-bar {
    background-color: #f9f9f9;
}

/* Transition Effects (general) */


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

/* Language Switch */

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

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

/* Media Queries */

@media (min-width:768px) {
    /*.question-valid-container {
        border-bottom: 2px solid #046c9a;
    }*/
	.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;
	}
}
@media (min-width: 769px) {
	.slider-list .slider-item .control-label {
		margin-top: 1.5em;
	}
	.ls-answers.slider-list {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
@media only screen and (max-width: 768px) {
	.navbar-default {
		background-color: #ffffff;
		border-color: #fff;
		color: #000000;
		height: 90px;
	}
	.navbar-toggle {
		position: relative;
		float: right;
		margin-right: 15px;
		padding: 9px 10px;
		margin-top: 29px;
		margin-bottom: 13px;
		background-color: transparent;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 4px;
	}
	.navbar-collapse.collapse.in, .navbar-collapse.collapse.in ul li {
		background-color: white;
	}
}
@media (max-width: 991.98px) {
	.mobile-hide {
		display: none!important;
	}
	.logo-container>img {
		max-height: 80px!important;
	}
	.logo-container2>img {
		max-height: 80px!important;
	}
	.navbar-column {
		float: left;
		width: 75%!important;
	}
	.navbar-column2 {
		float: right;
		width: 75%!important;
	}
}
@media (max-width: 768px) {
	.navbar-column {
		float: left;
	}
	.logo-container {
		max-width: 85%!important;
	}
	.logo-container>img {
		max-height: 70px!important;
	}
	.logo-container2>img {
		max-height: 70px!important;
	}
}

/* Buttons, Checkboxen & Tooltip */

button, input[type="button"], input[type="submit"] {
	transition: all 0.8s ease-in-out
}

.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;
}
.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: 1.5rem;*/
	margin-left: -20px;
	padding-left: 3px;
	padding-top: 1px;
	font-size: 11px;
	color: #ffffff;
	text-align: center;
}
.input-group-addon.checkbox {
	display: none;
}
.btn, .modal-footer .btn+.btn {
	margin-bottom: 0.5em;
}
.btn-lg, .btn-group-lg>.btn {
	padding: 18px 27px;
	font-size: 18px;
	line-height: 1;
	border-radius: 4px;
}
.btn-primary {
	border-radius: 4px;
	color: #fff;
	font-weight: bold;
	background-color: #046c9a;
	border-color: #046c9a;
}
.btn-primary:hover {
	color: #fff;
	background-color: #035477;
	border-color: #035477;
}
.btn-default {
    border-radius: 4px;
	color: #046c9a;
	font-weight: bold;
	border-color: #046c9a;
	/*background-color: #f3f3f4;*/
}
.btn-default:hover {
	background-color: #ecf4f6;
	border-color: #046c9a;
}
.btn-info {
	color: #ffffff;
	background-color: #046c9a;
}
.btn-info:hover {
	background-color: #03577C;
}
.mytooltip {
	cursor: pointer;
	text-decoration: underline;
	font-weight: bold;
	color: black;
}
.btn-primary.active, .btn-primary:active, .btn-primary.focus, .btn-primary:focus {
	background-color: #c5d3e3!important;
	border-color: #fff!important;
	color:#000!important;
}

/* 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: 0px!important;
	line-height: 1.42857143;
	color: #2c3e50;
	background-color: #ffffff;
}
.progress-bar {
	color: #fff;
	background-color: #046c9a;
	border-radius: 4px;
	box-shadow: none;
	/*font-size: 75%;*/
}
.panel-primary>.panel-heading {
	color: #fff;
	background-color: #046c9a;
	border-color: #046c9a;
}
.dir-ltr .ls-questionhelp {
	margin-left: 1.2em;
	color: #333333;
}
.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;
}
.text-primary:hover {
	color: #000000;
}
.text-primary {
	color: #000000;
}
.asterisk {
	display: none;
}
.question-title-container {
    font-size: 24px;
    font-weight:bold;
    color: #000;
	/*color: #046c9a;*/
	/*border-bottom: 2px solid #f3f3f4;*/
	padding-left: 1.7em;
	padding-right: 1.7em;
	padding-top: 1.7em;
	padding-bottom: 0em;
}
.question-valid-container, .question-help-container, .question-valid-container.text-info, .question-valid-container.text-info:hover {
	color:#000;
	padding: 10px;
	padding-left: 2.5em;
}
.answer-container {
    padding-left: 2.5em;
    padding-right: 2.5em;
}
.question-container {
	color: #000;
	border-radius: 8px;
	border: 1px solid #ccc;
	background-color: #fff;
	/*border: 1px solid #ebeff4;*/
	padding-bottom:15px;
	/*box-shadow: rgba(0, 0, 0, 0.10) 0px 3px 3px;*/
}

/*.text-danger, .text-danger:hover {
	color: #000;
	font-weight:normal!important;
}*/

.text-info, .text-info:hover {
	color: #ffffff;
}
.save-message .text-info, .save-message .text-info:hover, .token-page .text-info, .token-page .text-info:hover {
    color:black;
} 
.question-valid-container .text-info {
	font-weight:normal!important;
}
.question-message {
	font-size: 16px;
	color: #ffffff;
}
.em-tip {
	font-size: 16px;
	color: #ffffff;
}
.em-success {
	font-size: 16px;
	color: #ffffff;
}
.slider-selection {
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.15);
}
.slider-handle {
	position: absolute;
	top: 0;
	width: 20px;
	height: 20px;
	background-color: #238687;
}
.space-col {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.survey-name {
    font-size: 46px;
    font-weight: 700;
	padding-bottom: 0.5em;
	margin-top: 0.5em;
}
.survey-welcome p {
	font-weight: 400;
	line-height: 1.5;
}
.question-text p {
	margin: 5px 0 5px;
}
.ls-answers {
	padding-top: 15px;
	padding-bottom: 5px;
}
/*.radio-list, .checkbox-list {
    padding-top:25px;
}*/
.question-count-text {
	padding-bottom: 0.75em;
}
.completed-wrapper {
	padding-top: 60px;
}
.datasecurity-accepted-wrapper.checkbox-item label::before {
	width: 17px;
	height: 17px;
	margin-left: 0;
	border: 1px solid black;
	margin-top: 9px;
}
.datasecurity-accepted-wrapper.checkbox-item label::after {
	padding: 0;
	width: 17px;
	height: 17px;
	margin-left: -1px;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 17px;
	margin-top: 8px;
}
.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: #003d44;
	color: #003d44;
}
.panel-primary {
	border-color: #0F7474;
}

/* Navbar / Logo */

.logo-container>img {
	max-height: 90px;
	padding-left: 2em;
	width: auto;
	height: auto;
}
.logo-container2>img {
	max-height: 90px;
	padding: 15px;
	width: auto;
	height: auto;
}
.logo-container2 {
	float: right!important;
}

.navbar {
    margin-bottom: 0px;
}

.navbar-default {
	background-color: #fff;
	height: auto;
	border-color: #fff;
}
.navbar-brand {
	line-height: normal;
	color: #000000;
}
.logo-container.hidden-xs {
	display: block !important;
}
.navbar-default .navbar-nav>li>a {
	color: #046c9a;
	text-decoration: underline;
	padding-right: 2em;
	font-size: 16px;
	font-weight: bold;
}
.navbar-default .navbar-nav:hover>li>a {
	color: #03577C;
}
.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: 20px!important;
	margin-right: 0!important;
}
.rechts {
	float: right;
}
.form-control {
    margin-bottom: 11px;
    border-radius: 4px;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: 2px solid #046c9a;
    box-shadow: none;
    background-color: #ecf4f6;
}
.form-control:hover {
    border-bottom: 4px solid #046c9a;
}
/* Footer */

.footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 30px;
	background-color: #fff;
	/*color: #000;*/
	text-align: center;
	padding-bottom:30px;
	font-size: 16px;
	font-weight: bold;
}
.footer-text {
	color: white;
	text-align: center;
}
.footer-inner {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.footer a {
	color: #046c9a!important;
	text-decoration: underline;
	/*border-bottom: 1px solid transparent;*/
	transition: all 0.5s ease-in-out;
	line-height: 30px;
}
.footer a:hover {
	border-color: white;
}