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

/* Transition Effects (general) */

a, div, ul, li, 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;
}

/* Media Queries */

@media (min-width: 761px) {
	.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 only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {
	.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: 15px;
		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:20px;
	    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 {
		max-height: 115px!important;
	}
	.logo-container2>img {
		max-height: 70px!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;
    }
    .footer {
	    height:50px!important;
	}
}

@media only screen and (max-width: 991.98px) {
	.mobile-hide {
		display: none!important;
	}
}

@media only screen and (min-width: 992px) {
    .desktop-hide {
        display:none;
    }
}

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

 /* Eigenschaften Tooltip - Sichtbarkeit, Größe, Farben, Position */
.mytooltip .tooltiptext {
visibility: hidden;
  width: 500px;
  background-color: #343533;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 1em;
  position: absolute;
  z-index: 2;
  top: 120%;
  left: 50%;
  margin-left: -250px; /* 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;
}

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

/* Buttons, Checkboxen & Tooltip */

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;
}
.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;
}
.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: 19px;
	line-height: 1.3333333;
	border-radius: 6px;
}
.btn-primary {
	color: #000000;
	background-color: #e8c425;
}
.btn-primary:hover {
	color: #ffffff;
	background-color: #a18711;
}
.btn-default {
	color: #000000;
	background-color: #e7e6e6;
}
.btn-default:hover {
	color: #000000;
	border-color: #a18711;
}
.btn-info {
	color: #ffffff;
	background-color: #e8c425;
}
.btn-info:hover {
	color: #ffffff;
	background-color: #a18711;
}
.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: #a18711;
}
.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;
}
.progress-bar {
	color: #ffffff;
	background-color: #404040;
	font-size: 75%;
}
.panel-primary>.panel-heading {
	color: #fff;
	background-color: #404040;
	border-color: #404040;
}
.panel-body {
    hyphens: none;
}
.panel-body h1, h2, h3, h4  {
	font-weight:600
}
.panel-body h3, h4  {
	margin-top:15px;
	margin-bottom:15px;
}
.panel-body h1  {
    font-size:200%;
	margin-top:0;
	margin-bottom:15px;
}
.panel-body h2 {
    font-size:165%;
    margin-bottom:15px;
}
.panel-body h3 {
    font-size:125%;    
}
.panel-body h4 {
    font-size:110%;    
}
.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;
}
.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;
}
.text-primary:hover {
	color: #000000;
}
.text-primary {
	color: #000000;
}
.asterisk {
	display: none;
}
.question-title-container {
	/*color: #ffffff;*/
	background-color: #404040;
}
.question-text a {
    color:#fff;
} 
.question-valid-container {
	background-color: #f8f8f8;
}
.question-container {
	color: #000;
}
.text-danger, .text-danger:hover {
	color: #333333!important;
	font-weight:normal!important;
}
.ls-question-help, .ls-questionhelp {
    padding-top:5px;
}
.question-valid-container .text-info, .question-valid-container .ls-em-tip {
	color:#333;
	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;
}
.save-message .text-info, .save-message .text-info:hover, .token-page .text-info, .token-page .text-info:hover {
    color:black;
}
.save-message .h2 {
    margin-top:0;
    margin-bottom:15px;
}
.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: #404040;
}
.space-col {
	margin-top: 1em;
	margin-bottom: 0.5em;
}
.survey-name {
	padding-bottom: 0.5em;
	margin-top: 0.75em;
	font-size:215%;
	font-weight:600;
}
.survey-welcome p {
	font-weight: 400;
	line-height: 1.25;
	margin:0 0 1em;
	hyphens: none;
	font-size:17px;
}
.survey-welcome ul, .survey-welcome li {
    font-weight: 400;
    line-height: 1.15;
    hyphens: none;
    font-size:17px;    
}
.question-text, .question-text p {
	margin: 5px 0 5px;
	hyphens: none;
	color:#fff;
}
.question-count-text {
	padding-bottom: 0.75em;
}
.completed-wrapper {
	padding-top: 60px;
}
.datasecurity-accepted-wrapper {
	padding-left: 2.5em;
    font-size: 15px;
    line-height: 22px;
}
.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: 22px;
	margin-top: 8.5px;
}
.datasecurity-accepted-wrapper a, .url-wrapper a, .url-wrapper-survey-print a, .url-wrapper-survey-return a {
	color: #404040;
	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: #404040;
	color: #404040;
}
.panel-primary {
	border-color: #404040;
}

/* Navbar / Logo */

.logo-container>img {
	max-height: 130px;
	padding: 15px;
	width: auto;
	height: auto;
}
.logo-container2>img {
	max-height: 85px;
	padding: 15px;
	width: auto;
	height: auto;
}
.logo-container2 {
	float: right!important;
}
.navbar-default {
	background-color: #ffffff;
	height: auto;
	border-bottom: 2px solid #e8c425;
}
.navbar-brand {
	line-height: normal;
	color: #000000;
}
.logo-container.hidden-xs {
	display: block !important;
}
.navbar-default .navbar-nav>li>a {
	color: #404040;
}
.navbar-default .navbar-nav:hover>li>a {
	color: #777;
}
.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: 5px;
}

/* Footer */

.footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 30px;
	background-color: #404040;
	color: #ffffff;
	text-align: center;
}
.footer-text {
	color: white;
	text-align: center;
}
.footer-inner {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.footer a {
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: all 0.5s ease-in-out;
	line-height: 30px;
	color:white;
}
.footer a:hover {
	border-color: white;
	color:white;
}
#surveys-list-jumbotron { display: none; }