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

/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'source-sans-pro-regular';
  font-style: normal;
  font-weight: 400;
  src: url('/upload/themes/survey/IW-Koeln/fonts/source-sans-pro-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'),
       url('/upload/themes/survey/IW-Koeln/fonts/source-sans-pro-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/upload/themes/survey/IW-Koeln/fonts/source-sans-pro-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/upload/themes/survey/IW-Koeln/fonts/source-sans-pro-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/upload/themes/survey/IW-Koeln/fonts/source-sans-pro-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/upload/themes/survey/IW-Koeln/fonts/source-sans-pro-v12-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-600 - latin */
@font-face {
  font-family: 'source-sans-pro-600';
  font-style: normal;
  font-weight: 600;
  src: url('/upload/themes/survey/IW-Koeln/fonts/source-sans-pro-v12-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'),
       url('/upload/themes/survey/IW-Koeln/fonts/source-sans-pro-v12-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/upload/themes/survey/IW-Koeln/fonts/source-sans-pro-v12-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('/upload/themes/survey/IW-Koeln/fonts/source-sans-pro-v12-latin-600.woff') format('woff'), /* Modern Browsers */
       url('/upload/themes/survey/IW-Koeln/fonts/source-sans-pro-v12-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/upload/themes/survey/IW-Koeln/fonts/source-sans-pro-v12-latin-600.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-700 - latin */
@font-face {
  font-family: 'source-sans-pro-700';
  font-style: normal;
  font-weight: 700;
  src: url('/upload/themes/survey/IW-Koeln/fonts/source-sans-pro-v12-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'),
       url('/upload/themes/survey/IW-Koeln/fonts/source-sans-pro-v12-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/upload/themes/survey/IW-Koeln/fonts/source-sans-pro-v12-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/upload/themes/survey/IW-Koeln/fonts/source-sans-pro-v12-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/upload/themes/survey/IW-Koeln/fonts/source-sans-pro-v12-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/upload/themes/survey/IW-Koeln/fonts/source-sans-pro-v12-latin-700.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* BOF IWC */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(/upload/themes/survey/IW-Koeln/fonts/iconfont/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(/upload/themes/survey/IW-Koeln/fonts/iconfont/MaterialIcons-Regular.woff2) format('woff2'),
       url(/upload/themes/survey/IW-Koeln/fonts/iconfont/MaterialIcons-Regular.woff) format('woff'),
       url(/upload/themes/survey/IW-Koeln/fonts/iconfont/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}
/* EOF IWC */

@font-face {
    font-family: 'geometos_softbold';
    src: url('/upload/themes/survey/fonts/graphite_-_geometos_soft_bold-webfont.woff2') format('woff2'),
         url('/upload/themes/survey/fonts/graphite_-_geometos_soft_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.question-container {
    background-color: #ffffff;
    border: 0px solid #e6e6e6 !important;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(177,198,215,.41) !important;
    box-shadow: none !important;
}

#navbar .survey-name {
	display: inline-block;
    padding-top: 1rem;
    padding-left: 1rem;
    color: #748A9D;
}

.h0, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    display: block;
    word-break: break-word;
    word-wrap: break-word;
    font-family: "source-sans-pro-regular",Helvetica,Arial,sans-serif;
    font-weight: 800;
    line-height: 1.2;
    font-size: inherit;
    color: inherit;
}

h1, .h1 {
	font-family: 'source-sans-pro-regular';
    font-size: 2.75rem;
}

h2, .h2 {
	font-family: 'source-sans-pro-600';
	font-size: 2.5rem;
}

h3, .h3 {
	font-family: 'source-sans-pro-700';
	font-size: 2.5rem;
}

h4, .h4 {
	color: #1C2432;
	font-size: 20px;
}

h5, .h5 {
	color: #1C2432;
	font-size: 16px;
    font-weight: bold;
}

h6, .h6 {
    color: #1C2432;
	font-size: 16px;
}

p, .question-text {
    font-size: 20px;
    font-weight: 400;
    color: #1C2432;
    line-height: 25px;
}

.btn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    position: relative;
    display: inline-block;
    max-width: 100%;
    border: 0;
    vertical-align: middle;
    white-space: nowrap;
    background: transparent;
    text-overflow: ellipsis;
    text-align: center;
    font-weight: 500;
    color: #1C2432;
    padding: 0.75em 1em;
    font-size: 1em;
    line-height: 1.2;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}

.btn-primary, .fruity .btn-primary {
    background-color: #773D65;
    border: 1px solid #773D65;
    text-decoration: none;
}

.fruity .btn-primary:hover, .fruity .btn-primary:focus, .fruity .btn-primary:active, .fruity .btn-primary.active, .fruity .btn-primary.active:focus, .fruity .open .dropdown-toggle.btn-primary {
    color: white;
    background-color: #5e3050;
    border: 1px solid #552c48;
}

.btn-default, .fruity .btn-default {
    border: 1px solid #773D65;
    color: #773D65;
    text-decoration: none;
}

.fruity .btn-default:hover, .fruity .btn-default:focus, .fruity .btn-default:active, .fruity .btn-default.active, .fruity .open .dropdown-toggle.btn-default {
    color: white;
    border: 1px solid #773D65;
    background-color: #773D65;
}

.text-info {
    color: #748A9D !important;
}

.fruity .alert-warning {
    background-color: transparent;
    border: 1px solid #773D65;
    color: #773D65;
}

/* display logo mobile*/
@media (max-width: 767px) {
   /* .hidden-xs {
        display: block !important;
    }*/
    
    .hidden-xs>img {
        max-height: 52px;
        padding: 0;
        width: auto;
    }
}