/******************
    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
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600');

html, body {
    height:100%;
    font-family: normal normal 400 14px/20px 'Droid Serif',georgia,serif!important;
}
body {
    padding-top:0!important;
    padding-bottom:0!important;
    height:100%;
}
#dynamicReloadContainer {
    background-color: #e9edef;
    min-height:100%;
    position:relative;
}
:focus, .btn:focus, .btn:active:focus {
    outline:none;
}
.asterisk {
    display:none;
}
.top-container {
    padding:0;
    margin:0!important;
   /* position: relative;
    top: 0%;
    height:22px; */
}
.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: white;
    border-radius: 3px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    margin-top: 20px;
    margin-bottom: 20px!important;
}
.progress-bar {
    background-color:#0b85e5;
}
.progress-bar--boxshadow {
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
}
.container-fluid {
    padding:0;
}
.navbar {
    background: #f5f5f5;
    border-radius:0px;
    margin-bottom:0;
}
.navbar-brand, .navbar-header {
    float:none;
}
.logo-container>img {
    margin: 0 auto;
}
#outerframeContainer {
    padding: 40px;
    position: relative;
    margin: 0em auto 2em auto;
    background: #fff;
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    border-radius: 3px;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: none;
    border-radius: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.group-description {
    margin-left:0;
    margin-right:0;
}
.question-container {
    background:none;
    border: none;
    border-top: 1px solid #e9edef;
}
.text-info {
    font-size: 0.9em;
    padding-left: .5em;
    padding-right: .5em;
}
.text-info .ls-question-help {
    border: 1px solid #f1f1f1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #f9f9f9;
    padding:.5em;
}
#footer{
    background-color: #000;
    width:100%;
    color:#ccc;
	font-size:12px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 10px;
}

#footer > ul{
    width:100%;
    height:200px;
	position:fixed;
    margin:0;
    display:inline-flex;
    padding: 0!important;
    bottom:12px;
}

#footer > ul > li{
    width:25%;
}

#footer ul{
	list-style: none;
}

#footer p{
    margin:auto;
	line-height: 18px;
	font-weight: bold;
	color:#fff;
	text-shadow: 0 1px rgba(0,0,0,0.1);
}

#footer > ul > li:hover p{
	opacity:1;
}

#footer-info{
    bottom:0;
    text-align:center;
}

.ie6 #footer{position:relative;}
.ie6 #content{padding-bottom:1em;}
.ielt8 #footer {display:block}
.ielt8 #footer ul {display:block}
.ielt8 #footer ul li{width:32%;display:block;padding:0;float:left;}
@media handled,screen and (max-width: 479px) {
  #content{padding-bottom:1em;}
  

 
 
}

/* Social Icons */
ul.social-network {
    list-style: none;
    padding: 0;
    text-align: center;
    margin-left: 0rem !important;
    margin-bottom: 0;
}
ul.social-network li {
    display: inline;
    margin-right: 0em;
    margin-left: 1em;
}
.social-circle li i {
    margin: 0;
    line-height: 40px;
    text-align: center;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 40px;
    height: 40px;
    font-size: 20px;
    color: #ffffff87;
}
.social-circle li a:hover i {
    color: #fff;
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}
.social-network a.icoTwitter:hover {
    background-color: #33ccff;
    color: #fff;
}
.social-network a.icoGoogle:hover {
    background-color: #BD3518;
    color: #fff;
}
.social-network a.icoXing:hover {
    background-color: #126567;
    color: #fff;
}
.social-network a.icoFacebook:hover {
    background-color: #3B5998;
    color: #fff;
}
.social-network a.icoLinkedIn:hover {
    background-color: #0077B5;
    color: #fff;
}

a.footerlogo > img {
    width: 100px;
}

a.footerlogo {
    padding:12px 0 12px;
}
a.footerlogo:hover {
    opacity:1;
}
a.footerlogo > img {
    width: 100px;
}


.credits li a {
    display: block;
    position: relative;
    margin: 0 auto 0 auto;
    color: #fff;
    width: 200px;
    text-align:center;
}

ul.credits {
    list-style: none;
    padding: 0;
    text-align: center;
    margin-left: 0rem !important;
    bottom:10px;
}

ul.credits li {
    display: inline-block;
    margin: 0 1em 0 1em;
    text-align: center;
    /*width:33.33%;*/
}
ul.credits li:first-child {
    text-align:right;
}
ul.credits li:last-child {
    text-align:left;
}

ul.credits_bottom {
    text-align: center;
    padding: 0;
    margin:0;
}


@media only screen and (max-width: 600px) {
    ul.credits li {
     display: block;
    }
    ul.credits_bottom {
     margin-bottom:0em;
     margin-top:1em;
    }
    a.footerlogo {
     padding: 5px 0 5px;
    }
    #outerframeContainer {
     padding: 15px; 
    }
}

.credits > li > p{
    margin-left:2em;
    margin-right:2em;
}

/*.ls-move-next-btn, .ls-move-submit-btn, .ls-move-previous-btn {
    border-radius: 50%;
    width: 125px;
    height: 125px;
    box-shadow: 0 3px 3px rgba(0,0,0,0.3);
    border:none;
    color:#fff;
}
.ls-move-next-btn, .ls-move-submit-btn {
    background-color: #0f2741;
}
.ls-move-previous-btn {
    background-color: #ccc;
}
.ls-move-next-btn:hover, .ls-move-submit-btn:hover, .ls-move-previous-btn:hover {
    background-color: #0b85e5;
    transition: background-color 0.5s ease-in-out;
    color:#fff;
}*/
.btn-lg {
    padding: 10px 16px; 
    font-size: 13px;
    line-height: 1.3333333;
    border-radius: 3px; 
}
.btn-primary {
    color: #fff;
    background-color: #888;
}
@media (min-width: 761px) {
.language_change_container {
    height: auto;
    overflow: auto!important;
}
}
/* Hero Image */
.head.affix {
    width: 100%;
    top: 0;
    z-index: 1;
    position: relative;
    flex-shrink: 0;
}
.hero-nav {
  box-shadow: 0 0 6px rgba(0,0,0,0.4);
 /* position: fixed;*/
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
  will-change: height;
 /* min-height: 100px; */
  background-image: url("https://panel.statista-research.com/limesurvey/upload/templates/000_Staging_Branded/recruiting-min.jpg");
  background-size: cover;
  background-position: center;
  /*overflow: hidden;*/
  transition:none;
  background: #000;
}
.hero-nav .hero-nav__inner {
  z-index: 1;
}

.hero-nav:before {
  content: "";
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: background 400ms;
  transition: background 400ms;
}
.hero-nav.fixme:before {
  background: #000;
}

.hero-nav__inner{
    text-decoration:none;
   
    margin: auto;
    height:40%;
}

.hero-nav__inner>ul{
    list-style:none;
    margin:0;
}

@media handled,screen and (max-width: 769px) {
    .hero-nav {
        position:relative;
        max-height:100px;
    }
    
    #head {
        padding-top:0 !important;
    }
    .hero-nav:before {
    background: rgba(49, 53, 58, 0.9);
    }
    
    .hero-nav__inner {
    text-decoration: none;
    margin: 0;
    height: initial!important;
    padding: 12px;
    width: 100%
    }
    .navbar-default--unset {
     width: 100%;
    }
    .hero-nav__inner .flex--spaceBetween {
     justify-content: space-between;
     align-items: center;
     align-content: left;
     flex-direction: column;
     align-content: center;
    }
    .navbar-toggle {
        float: none;
        display: none;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        background: #0b85e5;
    }
    .dir-ltr .ls-answers td.radio-item {
        padding-left: 30px;
    
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: white;
    }
    
}
.checkbox-item input[type="checkbox"]:checked + label::after, .checkbox-item input[type="radio"]:checked + label::after {
    color:#fff;
}


#head{
    width:100%;
    font-size:12px;
    text-transform: uppercase;
	font-weight:bold;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin:0;
    text-align:center;
}

#head > ul{
    width:25%;
    margin:0;
    padding: 0!important;
    list-style:none;
    display:inline-block;
}
#head > ul > li{
    margin:auto;
}
#head > .first{
    float:left;
    text-align:left;
}
#head > .last{
    float:right;
    text-align:right;
    }
a.headerlogo {
    z-index:0;
}
a.headerlogo:active,a.headerlogo:hover {
    opacity:1;
}

#head p{
    margin:0;
    color:#fff;
}

#footer-info > a {
    text-decoration: none;
    color: #fff;
}

/* flex for redesign */
.flex {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}
.flex--nowrap {
    flex-wrap: nowrap;
}
.flex--directionColumn {
    flex-direction: column;
}
.flex--directionRow {
    flex-direction: row;
}
.flex--directionRowReverse {
    flex-direction: row-reverse;
}
.flex--top {
    align-items: flex-start;
}
.flex--center {
    align-items: center;
}
.flex--bottom {
    align-items: flex-end;
}
/* horizontal-align
----------------------------------------------------------------------------- */
/*.flex--spaceBetween {
    justify-content: space-between;
}*/
.flex--spaceAround {
    justify-content: space-around;
}
.flex--justifyContent-center {
    justify-content: center;
}
.flex--justifyContent-end {
    justify-content: flex-end;
}
.flex--grow,
.flex--grow1 {
    flex-grow: 1;
}
.flex--grow0 {
    flex-grow: 0;
}
.flex--shrink,
.flex--shrink1 {
    flex-shrink: 1;
}
.flex--shrink0 {
    flex-shrink: 0;
}
/* flex items childs */
.flex__item {
    display: flex;
}
.flex__item--top {
    align-self: flex-start;
}
.flex__item--center {
    align-self: center;
}
.flex__item--bottom {
    align-self: flex-end;
}
.flex__item--stretch {
    align-self: stretch;
}
.flex__item--auto {
    align-self: auto;
}
.flex__item--grow {
    flex-grow: 1;
}
.flex__item--shrink {
    flex-shrink: 1;
}
.flex__item--basis {
    flex-basis: 0;
}
.flex__item--widthAuto {
    flex: 1 1 auto;
}
.flex__item--right {
    margin-left: auto;
}
.flex__alignItem--center {
    align-items: center;
}
/* Flex Helper
----------------------------------------------------------------------------- */
.flex-width100 {
    flex: 0 1 100%;
    box-sizing: border-box;
}

.padding-0 {
    padding: 0;
}
.padding-vertical-40 {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 0;
    padding-left: 0;
}
.padding-vertical-20 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0;
    padding-left: 0;
}

.navigator .col-xs-6 {
    padding-left: 0;
    padding-right: 0;
}
#navigator-container {
    margin-top: 3em;
    margin-bottom: 0em;
}
#topElement_off {
    height: 100%;
    background: #e9edef;
}
.padding-left-reset {
    padding-left: 0;
}
.padding-right-reset {
    padding-right: 0;
}
.ls-label-question {
    font-family: normal normal 400 14px/20px 'Droid Serif',georgia,serif;
}
.answer-container {
    margin-bottom: 10px;
    margin-top: 10px;
}
.questions-list .answer-item {
    padding-top: 10px;
}
.navbar a {
    font-weight: 400;
    text-transform: none;
    font-size: 14px;
}
.navbar-default--unset {
    background: unset;
    border-radius: 0px;
    margin-bottom: 0;
    border: 0;
}
.navbar-default .navbar-nav>li>a {
    color: white;
    }
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #b3b3b3;
    background-color: transparent;
}
.navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    color: #555;
    background-color: white;
}
.dropdown-menu {
    min-width: 142px;
}
.font-size {
    font-size: 14px;
}
.wrapContainer {
     min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

/* arrow */

.navigator i {
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-left: 10px;
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    margin-right: 10px;
}

/* override ls-label */

.ls-label-xs-visibility {
    white-space: unset;
}

.font-openSans {
    font-family: normal normal 400 14px/20px 'Droid Serif',georgia,serif;
}

/* yes/no button */
.yesno-button label {
    margin-bottom: 0;
}
/* Draggable item*/
.sortable-item {
    border: dashed 1px #aaaaaa;
}

.grabable {
    padding-left: 25px;
}
.grabable:before  {
  font-family: normal normal 400 14px/20px 'Droid Serif',georgia,serif;
  content: "\f0ec";
  position: absolute;
  left: 5px;
}

@media (min-width: 768px) {
 .btn-group {
    width: 20%;
 }
}

.lang-de .en {
    display:none;
    }

.lang-en .de {
    display:none;
    }
    
    #limesurvey > div > div > table > tbody > tr:nth-child(1) > td {
        display: none;
    }
    
    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        border-top: none;
    }
    

.navbar-default .ls-link-clearall{
    color: white;
    display: none;
    }
    
#footer > div > div > div {
    justify-content: center;
}
.survey-name{
    display: none;
}
.headertext{
    color: #888;
    padding-left:15px;
    padding-right:15px;
    padding-top:10px;
    vertical-align:middle;
}
a.headertext:hover{
    color: #fff;
    text-decoration:none;
}
@media screen and (max-width: 640px){
.headerlogo img {
width:60%!important;
margin:auto;
padding:auto;
}
.headertext {
    font-size:7px;
    vertical-align: middle;
    padding-top:2px;
    padding-bottom:2px;
    color:white;
}
}
.navbar{
    min-height:0px;
}
}