/******************
    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
*/
/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v20-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-900 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/lato-v20-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v20-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v20-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v20-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v20-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v20-latin-900.svg#Lato') format('svg'); /* Legacy iOS */
}
/* Body */
body.communicationtest {
    background: url(https://communiapp.de/images/umfrage/hintergrund.jpg);
    background-size: 100%;
    background-attachment: fixed;
    font-family: "Lato";
}
.question-container{
    border-radius: 15px;
    box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.15) !important;
    border: none;
}
.asterisk {
    display: none;
}
.question-text {
    font-size: 24px;
    font-family: 'Lato';
}
.question-number {
    width: 100%;
    margin: 14px 0;
}
.communicationtest .navbar {
    box-shadow: none;
    max-width: 960px;
    margin: 0 auto;
    background: none; /* rgba(251, 249, 248, 0.7); */
}


/* Progressbar */
.communicationtest .top-container .progress {
    max-width: 960px;
    margin: 0 auto;
    height: 8px;
    box-shadow: none;
    background: #EDF1EE;
}
@media(min-width: 1200px){
    .communicationtest .top-container .progress, .communicationtest .navbar {
        max-width: 1140px;
    }
}
.communicationtest .top-container .progress-bar {
    color: #327360;
    background: #327360;
}
.communicationtest .btn-primary {
    background-color: #fabe03;
    border: none;
}
.communicationtest .navbar-default .navbar-brand {
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0.5px;
}

.communicationtest .navbar-right a {
    font-size: 14px;
    line-height: 24px;
}
div#vmsg_16_num_answers {
    display: none;
}
@media(min-width: 768px){
    .group-container::before {
        background-size: contain;
        content: ' ';
        width: 100px;
        height: 125px;
        background-image: url(https://communiapp.de/images/umfrage/pfeil1.png);
        display: block;
        position: absolute;
        right: 10px;
        top: 100px;
    }
}