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

html {
	overflow-y: scroll;
}

body {
    padding-bottom: 10px;
    padding-top: 60px;/* now is redefine in JS to fit any title length */
    background-color:#efefef ;
    color: #444444;
}

::selection {background: transparent; color: inherit;}
::-moz-selection {background: transparent; color: inherit;}

.navbar {background: url(../files/icon-gvk.png) no-repeat center 10px; background-size: auto 40px;}

.logo-container>img {
  max-height: 90px;
  padding: 20px;
}

.navbar-default .navbar-nav > li > a { font-size: 14px;}

div.footer {
    color: #666;
    text-align: center;
    padding: 10px;
}
div.footer a {color: #333;}

.question-title-container {
    background-color: #F5F5F5;
    font-size: 16px
}
.question-number:after{
    content:"|";
}

ul.slider-list li .container-fluid {width: 100%;}
.slider-list .slider-item .control-label {width: 0px;}
.slider.slider-horizontal .tooltip-inner, .slider.slider-horizontal .tooltip.top .tooltip-arrow {display: none;} /* Zahlenwerte Slider verbergen */

/* Logo im Willkommenstext */
img.side {float: right; max-width: 25%; height: auto; margin: 5px;}
@media (min-width: 768px) {
	 .survey-welcome {max-width: 70%;}
 }

h1.survey-name {text-align: left; margin-bottom: 30px;}
.survey-welcome h2 {font-size: 18px;margin-bottom: 20px;}
.text-primary {font-size: 14px; line-height: 1.5;}
.question-count-text {padding-top: 30px; font-style: italic; font-weight: 300;}
.question-count-text:before {content: "*";}
.dm-red { color: #EB690B; font-size: 13px; font-style: italic; font-weight: 300;margin: 30px 0 0 0;}
.dm-info { color: #091e43; font-size: 13px; font-style: italic; font-weight: 300;margin: 30px 0 0 0;padding: 0 0 0 15px;border-left: 3px solid #091e43;}
.dm-hilfe { color: #091e43; font-size: 14px; font-style: italic; font-weight: 300; margin-left:1.2em;}
.dm-hilfe:before {
    content:"\f059";
    display: block;
    position:absolute;
    font-family: FontAwesome;
    font-size: 15px;
    line-height: inherit;
    height:100%;
    font-style: normal;
    left: 15px;
    margin-top:-1px;
}

/* Tabellen */

td, th { vertical-align: middle !important;}
th.answertext small {color: #888;}

/* Senne-Plastik */

img.sp-img {width: 100%; height: auto;}
@media (min-width: 750px) {
	 img.sp-img {float: left; margin-right: 10px; max-width:430px;}
 }
 
.sp-h1, .sp-h3 {text-transform:uppercase; }
h3.sp-h3 {font-weight: 300; }

.sp-regler .slider-list .slider-item .control-label {width: 20%;}
.sp-regler ul.slider-list li .container-fluid {width: 80%;color: #071630; font-size: 12px}

@media (max-width: 380px) {
    .answer-item label {white-space: normal; hyphens: manual; }
}

@media (max-width: 768px) {
    .sp-regler .slider-list .slider-item .control-label {width: 100%;}
}

/* Bethel */
.dm-bethel-zahl .slider.slider-horizontal .tooltip-inner, .slider.slider-horizontal .tooltip.top .tooltip-arrow {display: block;} /* Zahlenwerte Slider anzeigen */