/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* VARIABLEN, FUNKTIONEN, PARTIALS USW, KEINE KLASSEN */
@font-face {
  font-family: "FuturaLT-Light";
  src: url("/css/font/FuturaLT-Light.eot");
  src: url("/css/font/FuturaLT-Light.eot?#iefix") format("embedded-opentype"), url("/css/font/FuturaLT-Light.woff") format("woff"), url("/css/font/FuturaLT-Light.ttf") format("truetype"), url("/css/font/FuturaLT-Light.svg#FuturaLT-Light") format("svg");
  font-weight: normal;
  font-style: normal; }
.futura_light {
  font-family: 'FuturaLT-Light'; }

@font-face {
  font-family: "FuturaLT-LightOblique";
  src: url("/css/font/FuturaLT-LightOblique.eot");
  src: url("/css/font/FuturaLT-LightOblique.eot?#iefix") format("embedded-opentype"), url("/css/font/FuturaLT-LightOblique.woff") format("woff"), url("/css/font/FuturaLT-LightOblique.ttf") format("truetype"), url("/css/font/FuturaLT-LightOblique.svg#FuturaLT-LightOblique") format("svg");
  font-weight: normal;
  font-style: normal; }
.futura_light_italic {
  font-family: 'FuturaLT-LightOblique'; }

@font-face {
  font-family: "FuturaLT";
  src: url("/css/font/FuturaLT.eot");
  src: url("/css/font/FuturaLT.eot?#iefix") format("embedded-opentype"), url("/css/font/FuturaLT.woff") format("woff"), url("/css/font/FuturaLT.ttf") format("truetype"), url("/css/font/FuturaLT.svg#FuturaLT") format("svg");
  font-weight: normal;
  font-style: normal; }
.futura {
  font-family: 'FuturaLT'; }

@font-face {
  font-family: "FuturaLT-Oblique";
  src: url("/css/font/FuturaLT-Oblique.eot");
  src: url("/css/font/FuturaLT-Oblique.eot?#iefix") format("embedded-opentype"), url("/css/font/FuturaLT-Oblique.woff") format("woff"), url("/css/font/FuturaLT-Oblique.ttf") format("truetype"), url("/css/font/FuturaLT-Oblique.svg#FuturaLT-Oblique") format("svg");
  font-weight: normal;
  font-style: normal; }
.futura_italic {
  font-family: 'FuturaLT-Oblique'; }

@font-face {
  font-family: "FuturaLT-Bold";
  src: url("/css/font/FuturaLT-Bold.eot");
  src: url("/css/font/FuturaLT-Bold.eot?#iefix") format("embedded-opentype"), url("/css/font/FuturaLT-Bold.woff") format("woff"), url("/css/font/FuturaLT-Bold.ttf") format("truetype"), url("/css/font/FuturaLT-Bold.svg#FuturaLT-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }
.futura_bold {
  font-family: 'FuturaLT-Bold'; }

@font-face {
  font-family: "FuturaLT-BoldOblique";
  src: url("/css/font/FuturaLT-BoldOblique.eot");
  src: url("/css/font/FuturaLT-BoldOblique.eot?#iefix") format("embedded-opentype"), url("/css/font/FuturaLT-BoldOblique.woff") format("woff"), url("/css/font/FuturaLT-BoldOblique.ttf") format("truetype"), url("/css/font/FuturaLT-BoldOblique.svg#FuturaLT-BoldOblique") format("svg");
  font-weight: normal;
  font-style: normal; }
.futura_bold_italic {
  font-family: 'FuturaLT-BoldOblique'; }

* {
  background-repeat: no-repeat;
  -webkit-transition: background-color 100ms linear, color 100ms linear;
  transition: background-color 100ms linear, color 100ms linear; }
  *:after, *:before {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  *:hover {
    -webkit-transition: background-color 100ms linear, color 100ms linear;
    transition: background-color 100ms linear, color 100ms linear; }

::-webkit-input-placeholder {
  color: #c2c2c2; }

:-ms-input-placeholder {
  color: #c2c2c2; }

::-ms-input-placeholder {
  color: #c2c2c2; }

::placeholder {
  color: #c2c2c2; }

input[disabled] {
  color: #202020;
  background-color: #929292; }

html, body {
  overflow: auto;
  min-height: 100%; }

body {
  font-family: 'FuturaLT';
  font-size: 18px; }

.wrapper {
  max-width: 1200px;
  display: block;
  margin: 0 auto;
  /*margin-bottom: 40px;*/
  background-color: rgba(255, 255, 255, 0.8);
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-top: 2em;
  border-radius: 15px; }
  .wrapper.adminwrapper {
    max-width: unset;
    min-width: 1200px;
    width: 100vw; }

h1 {
  margin-bottom: 60px; }

h1, h2, h3, h4, h5, h6, b, strong {
  font-family: 'FuturaLT-Bold'; }

i {
  font-family: 'FuturaLT-Oblique'; }

a {
  text-decoration: none; }

ul, ol {
  padding-left: 0;
  list-style-position: inside;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  ul li, ol li {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0; }

hr {
  width: 70%;
  margin-top: 100px; }

.logo {
  background-size: contain;
  width: 400px;
  height: 140px;
  display: block;
  margin: 0 auto;
  margin-top: 200px;
  background-position: center center;
  position: relative;
  margin-bottom: 1.25em; }
  .logo .subline {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -24px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'FuturaLT-Bold'; }

.question_block, .generated_question_wrap {
  display: none; }
  .question_block.currently_active, .question_block.generated_active, .generated_question_wrap.currently_active, .generated_question_wrap.generated_active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center; }

.fancy_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  color: #ffffff;
  width: 40%;
  margin-bottom: 20px;
  font-size: 1.2em;
  position: relative; }
  .fancy_input label, .fancy_input input, .fancy_input select {
    padding: 10px; }
  .fancy_input input, .fancy_input select {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    border: 0; }
    .fancy_input input.error, .fancy_input select.error {
      background-color: #ffeff1; }
  .fancy_input label:first-child {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%; }
  .fancy_input label {
    font-weight: bold; }
  .fancy_input.answercolors {
    background-color: white !important;
    color: #D15D68 !important; }
    .fancy_input.answercolors label {
      border-right: 2px solid #D15D68; }

button {
  border: none;
  color: #ffffff;
  padding: 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2em;
  border: 2px solid #ffffff;
  min-width: 200px; }
  button:hover {
    cursor: pointer; }
  button.no_fill {
    background-color: #ffffff !important; }

#login, .double_button_wrap, .next_step {
  margin-top: 40px; }

.double_button_wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .double_button_wrap button {
    margin-left: 20px;
    margin-right: 20px; }

.form-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
  background-color: #f1f1f1;
  color: #2e2e2e;
  top: 10px;
  height: 30px;
  width: 30px;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  margin-right: 7px;
  outline: none; }

.form-checkbox:checked::before {
  position: absolute;
  font: 13px/1 'Open Sans', sans-serif;
  left: 11px;
  top: 7px;
  content: '\02143';
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg); }

.form-checkbox:hover {
  background-color: #f7f7f7; }

.form-checkbox:checked {
  background-color: #f1f1f1; }

input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
  background-color: #ffffff;
  top: 10px;
  height: 30px;
  width: 30px;
  border: 0;
  border-radius: 50px;
  cursor: pointer;
  margin-right: 7px;
  border: 2px solid #000000; }

label {
  cursor: pointer; }
  label.radio-label {
    margin-bottom: 10px; }

.will_you_join {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 30px;
  font-size: 1.8em;
  text-transform: uppercase; }
  .will_you_join h2 {
    margin: 0; }
  .will_you_join span.date {
    font-size: 0.7em;
    font-weight: 100; }
    .will_you_join span.date span.lower {
      font-size: 0.6em; }
  .will_you_join small {
    font-size: 0.35em; }

.offset_spacer {
  height: 100px; }

.offset_title_block {
  color: #ffffff;
  width: 60%;
  margin: 0 auto;
  margin-top: -150px;
  margin-bottom: 60px;
  padding: 30px;
  font-size: 1.8em;
  text-transform: uppercase; }
  .offset_title_block .place {
    margin-top: 1em; }
  .offset_title_block h2 {
    margin: 0; }
  .offset_title_block span.date {
    font-size: 0.7em;
    font-weight: 100; }
    .offset_title_block span.date span.lower {
      font-size: 0.6em; }
  .offset_title_block small {
    font-size: 0.35em; }

.scroll_down_arrow {
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 40px;
  -webkit-animation: bounce 3s infinite;
  animation: bounce 3s infinite;
  width: 60px;
  height: 60px;
  z-index: 1; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px); } }
.overview_text {
  width: 100%; }
  .overview_text .content {
    display: block; }

.content {
  background-color: #ffffff;
  margin-top: 80px;
  padding: 40px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  line-height: 1.4em; }
  .content:last-child {
    margin-bottom: 80px; }
  .content .help_area {
    margin-bottom: 0; }

.help_area {
  background-color: #ffffff;
  padding: 40px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 80px; }

.download_area {
  color: #ffffff;
  padding: 40px; }
  .download_area h3 {
    margin-top: 0;
    font-size: 1.4em;
    margin-bottom: 40px; }
  .download_area .download_icon {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    margin-bottom: 20px; }
  .download_area button {
    width: 60%;
    margin-bottom: 10px;
    background-color: #ffffff;
    font-size: 1.4em; }

.phone_icon {
  width: 40px;
  height: 40px;
  background-image: url("/images/ui/contact.png");
  background-size: contain;
  margin: 0 auto; }

h3.question-title {
  margin-bottom: 40px; }

p.question {
  width: 60%;
  margin-top: 60px;
  font-weight: bold;
  margin-bottom: 20px; }

.progress-bar {
  height: 8px;
  width: 70%;
  background-color: rgba(0, 0, 0, 0.8);
  margin-top: 60px; }
  .progress-bar .progress-fill {
    width: 20%;
    max-width: 100%;
    height: 8px;
    -webkit-transition: width 1s;
    transition: width 1s; }
  .progress-bar .steps {
    margin-right: -40px;
    float: right;
    margin-top: -60px; }
  .progress-bar .steps {
    width: 40px;
    height: 40px;
    color: #ffffff; }
  .progress-bar #progress {
    text-align: left;
    padding-left: 10px;
    position: relative; }
    .progress-bar #progress svg {
      position: absolute; }
  .progress-bar #currentstep {
    position: absolute;
    padding: 10px;
    padding-left: 15px; }

.question_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

#overview_block .question_wrap .answer {
  font-family: 'FuturaLT-Bold';
  text-transform: uppercase;
  color: #c7017f !important; }

.last_block {
  padding: 40px;
  font-size: 2em;
  width: 50%;
  color: #ffffff;
  margin-top: 100px;
  margin-bottom: 40px; }

.error_message {
  font-weight: bold;
  color: #BC0016;
  display: none;
  padding-top: 10px; }

#overview_questions, #overview_block, #question_content {
  width: 100%; }

#dim {
  background-color: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 420; }

.alert {
  display: none;
  width: 60%;
  background-color: #ffffff;
  margin: 0 auto;
  margin-top: 200px;
  text-align: center;
  font-weight: bold; }
  .alert .double_button_wrap {
    width: 90%;
    margin: 0 auto; }
  .alert .header {
    width: 100%;
    color: #ffffff;
    padding: 20px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1.5em; }
  .alert p {
    font-size: 1.4em;
    margin-top: 40px; }
  .alert .double_button_wrap {
    width: 100%; }
  .alert button {
    margin-top: 20px;
    margin-bottom: 40px;
    margin-left: 10px;
    margin-right: 10px; }

.check-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left; }

.questionaire_evaluation {
  width: auto;
  overflow-x: auto;
  background-color: #ffffff;
  margin-left: 46em; }
  .questionaire_evaluation table {
    border-collapse: collapse;
    border-spacing: 0; }
  .questionaire_evaluation tr:nth-child(odd) {
    background-color: #f3d4d7; }
    .questionaire_evaluation tr:nth-child(odd) td:first-child, .questionaire_evaluation tr:nth-child(odd) td:nth-child(2), .questionaire_evaluation tr:nth-child(odd) td:nth-child(3), .questionaire_evaluation tr:nth-child(odd) th:first-child, .questionaire_evaluation tr:nth-child(odd) th:nth-child(2), .questionaire_evaluation tr:nth-child(odd) th:nth-child(3) {
      background-color: #f3d4d7;
      overflow: auto; }
  .questionaire_evaluation td, .questionaire_evaluation th {
    padding: 10px;
    min-width: 250px;
    word-break: keep-all;
    overflow: scroll; }
    .questionaire_evaluation td:first-child, .questionaire_evaluation td:nth-child(2), .questionaire_evaluation td:nth-child(3), .questionaire_evaluation th:first-child, .questionaire_evaluation th:nth-child(2), .questionaire_evaluation th:nth-child(3) {
      position: absolute;
      width: 14em;
      min-width: unset;
      left: 4em;
      top: auto; }
    .questionaire_evaluation td:nth-child(2), .questionaire_evaluation th:nth-child(2) {
      left: 19em; }
    .questionaire_evaluation td:nth-child(3), .questionaire_evaluation th:nth-child(3) {
      left: 34em; }
  .questionaire_evaluation .header {
    font-weight: bold;
    background-color: #D15D68 !important;
    color: #ffffff; }
    .questionaire_evaluation .header td:first-child, .questionaire_evaluation .header td:nth-child(2), .questionaire_evaluation .header td:nth-child(3), .questionaire_evaluation .header th:first-child, .questionaire_evaluation .header th:nth-child(2), .questionaire_evaluation .header th:nth-child(3) {
      background-color: #D15D68 !important;
      color: white; }
  .questionaire_evaluation .user_will_participate {
    font-weight: bold;
    width: 150px; }
    .questionaire_evaluation .user_will_participate .yes {
      color: #3c993c; }

.place {
  line-height: 1em;
  margin-bottom: 0.5em;
  display: inline-block; }

.available_questionaires table {
  border-collapse: collapse;
  border-spacing: 0; }
.available_questionaires tr {
  cursor: pointer; }
  .available_questionaires tr:nth-child(odd) {
    background-color: #f3d4d7; }
  .available_questionaires tr:hover, .available_questionaires tr.active {
    background-color: #e8acb2; }
.available_questionaires td, .available_questionaires th {
  padding: 10px; }
.available_questionaires .header {
  font-weight: bold;
  background-color: #D15D68 !important;
  color: #ffffff; }
.available_questionaires .user_will_participate {
  font-weight: bold; }
  .available_questionaires .user_will_participate .yes {
    color: #3c993c; }

.fancy_input.fancy_admin {
  font-size: 0.8em; }

#meeting_text, #cke_meeting_text {
  width: 100%; }

#meeting_info_block h1 {
  margin-bottom: 40px;
  margin-top: 40px; }

.add_circle, .delete_question {
  width: 50px;
  height: 50px;
  background-color: #D15D68;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 25px;
  cursor: pointer;
  position: relative; }
  .add_circle .button_description, .delete_question .button_description {
    position: absolute;
    left: 60px;
    top: 15px;
    color: #000000;
    font-size: 0.6em;
    min-width: 400px;
    display: none;
    text-align: left; }
  .add_circle:hover, .delete_question:hover {
    background-color: #e8acb2; }
    .add_circle:hover .button_description, .delete_question:hover .button_description {
      display: block; }

#add_question {
  margin-bottom: 40px; }

@-webkit-keyframes getcrossedpos {
  45% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    top: 33%; }
  50% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    top: 45%; }
  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 45%; } }

@keyframes getcrossedpos {
  45% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    top: 33%; }
  50% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    top: 45%; }
  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 45%; } }
@-webkit-keyframes straightenpos {
  0% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 45%; }
  55% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    top: 33%; }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    top: 33%; } }
@keyframes straightenpos {
  0% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 45%; }
  55% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    top: 33%; }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    top: 33%; } }
@-webkit-keyframes getcrossedneg {
  45% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    top: 60%; }
  50% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    top: 45%; }
  100% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 45%; } }
@keyframes getcrossedneg {
  45% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    top: 60%; }
  50% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    top: 45%; }
  100% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 45%; } }
@font-face {
  font-family: "SSSocialCircle";
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/4273/ss-social-circle.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
.char_count_wrap {
  position: absolute;
  color: #000000;
  right: 0;
  bottom: -25px;
  font-size: 0.7em; }
  .char_count_wrap.error {
    color: #BC0016; }

.delete_question {
  background-color: #BC0016;
  position: absolute;
  right: 0; }

.new_question_wrap, .added_questions {
  position: relative;
  width: 100%;
  text-align: left;
  padding-bottom: 60px; }
  .new_question_wrap small, .added_questions small {
    padding-bottom: 20px;
    display: block; }
  .new_question_wrap.error, .added_questions.error {
    background-color: #ffbcc4; }

.new_question_wrap {
  border-bottom: 2px solid #D15D68;
  padding-bottom: 10px; }
  .new_question_wrap:last-child {
    border-bottom: none; }

#save_new_questionaire {
  background-color: #216b21;
  width: 100%; }
  #save_new_questionaire:hover {
    background-color: #4db94d; }

#save_changes {
  width: 100%; }

.edit_questionaire, #save_changes {
  background-color: #ffcd28 !important;
  padding: 5px; }

.delete_questionaire {
  background-color: #BC0016 !important; }

.delete_file_from_server {
  color: #BC0016;
  cursor: pointer; }
  .delete_file_from_server:hover {
    color: #ff233d; }

#attachmentDropzone {
  width: 100%; }

#dropzone_file_names {
  width: 100%;
  margin-top: 20px; }

.temp_error.error {
  color: #BC0016;
  font-size: 1.3em;
  font-family: 'FuturaLT-Bold'; }

#login_block {
  padding: 1em 0; }

.answer_yes.green {
  border: 4px solid #2fac4c; }

.answer_no.red {
  border: 4px solid #ac2f2f !important; }

.sublineextra {
  display: block;
  font-family: 'FuturaLT';
  font-size: 18px; }

@media only screen and (max-width: 1199px) {
  .fancy_input, .double_button_wrap {
    width: 60%; }

  .alert {
    width: 90%; } }
@media only screen and (max-width: 959px) {
  .fancy_input,
  .double_button_wrap,
  .download_area button,
  .offset_title_block,
  p.question {
    width: 80%; }

  h1 {
    max-width: 90%; }

  .offset_title_block {
    font-size: 1.5em; }

  .progress-bar {
    width: 90%; }

  hr {
    width: 90%; }

  .last_block {
    width: 70%; } }
@media only screen and (max-width: 719px) {
  * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

  .logo {
    margin-top: 60px;
    width: 90%; }

  h1 {
    font-size: 1.5em; }

  .fancy_input {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  .alert .double_button_wrap, .double_button_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  .alert button {
    margin-bottom: 20px; }

  .alert {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute;
    margin-top: 0; }

  .will_you_join {
    font-size: 1.2em; }

  .fancy_input, .double_button_wrap, .download_area button, .offset_title_block, p.question {
    width: 100%; }

  .download_area, .help_area {
    padding: 20px; }

  .content {
    padding: 20px;
    margin-top: 40px; }

  .double_button_wrap.first_question {
    width: 90%;
    margin-top: 0; }

  .offset_title_block {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

  h1 {
    margin-bottom: 40px; }

  .offset_title_block h2 small {
    display: none; }

  .mobile-br {
    display: none; }

  .progress-bar {
    width: 80%; }

  #revise_form {
    margin-bottom: 20px; }

  .last_block {
    margin-top: 40px; }

  #login_block {
    margin-bottom: 40px;
    margin-left: 1.5em;
    margin-right: 1.5em; }

  .progress-bar .steps {
    width: 50px; }

  .answer {
    word-wrap: break-word; } }
.theme-TS {
  /** DAS HIER IST DER BODY **/
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,d9d9d9+99 */
  background: white;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background-image: url("/images/ui/sgg-ts-bg.png"), -webkit-gradient(linear, left top, left bottom, from(white), color-stop(99%, #d9d9d9));
  background-image: url("/images/ui/sgg-ts-bg.png"), linear-gradient(to bottom, white 0%, #d9d9d9 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d9d9d9',GradientType=0 );
  /* IE6-9 */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  /** DAS HIER IST DER BODY END **/ }
  .theme-TS a {
    color: #D15D68; }
    .theme-TS a:hover {
      color: #9c2c37; }
  .theme-TS button {
    background-color: #D15D68; }
    .theme-TS button:hover {
      background-color: #e8acb2; }
    .theme-TS button.no_fill {
      color: #D15D68;
      border: 2px solid #D15D68; }
      .theme-TS button.no_fill:hover {
        background-color: #f3d4d7 !important; }
  .theme-TS .alert {
    border: 4px solid #D15D68; }
    .theme-TS .alert .header {
      background-color: #D15D68; }
  .theme-TS a.textlink {
    color: #D15D68; }
    .theme-TS a.textlink:hover {
      color: #e8acb2; }
  .theme-TS .logo {
    background-image: url("/images/logo/sgg-ts-logo.png");
    margin-top: 1em; }
  .theme-TS .fancy_input {
    background-color: #D15D68;
    border: 2px #D15D68 solid; }
  .theme-TS input[type="radio"]:hover {
    background-color: #e8acb2; }
  .theme-TS input[type="radio"]:checked {
    background-color: #D15D68; }
  .theme-TS .offset_title_block {
    background-color: #D15D68; }
  .theme-TS .scroll_down_arrow {
    stroke: #D15D68; }
  .theme-TS .download_area {
    background-color: #D15D68; }
    .theme-TS .download_area button {
      color: #D15D68;
      background-color: #ffffff; }
      .theme-TS .download_area button:hover {
        background-color: #fefcfc; }
  .theme-TS .progress-bar .progress-fill {
    background-color: #D15D68; }
  .theme-TS .progress-bar .number-block {
    fill: #D15D68; }
  .theme-TS span.answer {
    color: #D15D68; }
  .theme-TS .last_block {
    background-color: #D15D68; }

.theme-Digital {
  /** DAS HIER IST DER BODY **/
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,d9d9d9+99 */
  background: white;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background-image: url("/images/ui/sgg-digital-bg.png"), -webkit-gradient(linear, left top, left bottom, from(white), color-stop(99%, #d9d9d9));
  background-image: url("/images/ui/sgg-digital-bg.png"), linear-gradient(to bottom, white 0%, #d9d9d9 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d9d9d9',GradientType=0 );
  /* IE6-9 */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  /** DAS HIER IST DER BODY END **/ }
  .theme-Digital a {
    color: #2EB8C4; }
    .theme-Digital a:hover {
      color: #1b6a71; }
  .theme-Digital button {
    background-color: #2EB8C4; }
    .theme-Digital button:hover {
      background-color: #79d7df; }
    .theme-Digital button.no_fill {
      color: #2EB8C4;
      border: 2px solid #2EB8C4; }
      .theme-Digital button.no_fill:hover {
        background-color: #a2e3e9 !important; }
  .theme-Digital .alert {
    border: 4px solid #2EB8C4; }
    .theme-Digital .alert .header {
      background-color: #2EB8C4; }
  .theme-Digital a.textlink {
    color: #2EB8C4; }
    .theme-Digital a.textlink:hover {
      color: #79d7df; }
  .theme-Digital .logo {
    background-image: url("/images/logo/digital-logo.png");
    margin-top: 1em; }
  .theme-Digital .fancy_input {
    background-color: #2EB8C4;
    border: 2px #2EB8C4 solid; }
  .theme-Digital input[type="radio"]:hover {
    background-color: #79d7df; }
  .theme-Digital input[type="radio"]:checked {
    background-color: #2EB8C4; }
  .theme-Digital .offset_title_block {
    background-color: #2EB8C4; }
  .theme-Digital .scroll_down_arrow {
    stroke: #2EB8C4; }
  .theme-Digital .download_area {
    background-color: #2EB8C4; }
    .theme-Digital .download_area button {
      color: #2EB8C4;
      background-color: #ffffff; }
      .theme-Digital .download_area button:hover {
        background-color: #cbf0f3; }
  .theme-Digital .progress-bar .progress-fill {
    background-color: #2EB8C4; }
  .theme-Digital .progress-bar .number-block {
    fill: #2EB8C4; }
  .theme-Digital span.answer {
    color: #2EB8C4; }
  .theme-Digital .last_block {
    background-color: #2EB8C4; }

.theme-Diabetes {
  /** DAS HIER IST DER BODY **/
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,d9d9d9+99 */
  background: white;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background-image: url("/images/ui/sgg-diabetes-bg.png"), -webkit-gradient(linear, left top, left bottom, from(white), color-stop(99%, #d9d9d9));
  background-image: url("/images/ui/sgg-diabetes-bg.png"), linear-gradient(to bottom, white 0%, #d9d9d9 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d9d9d9',GradientType=0 );
  /* IE6-9 */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  /** DAS HIER IST DER BODY END **/ }
  .theme-Diabetes a {
    color: #0088C5; }
    .theme-Diabetes a:hover {
      color: #00425f; }
  .theme-Diabetes button {
    background-color: #0088C5; }
    .theme-Diabetes button:hover {
      background-color: #2cbeff; }
    .theme-Diabetes button.no_fill {
      color: #0088C5;
      border: 2px solid #0088C5; }
      .theme-Diabetes button.no_fill:hover {
        background-color: #5fcdff !important; }
  .theme-Diabetes .alert {
    border: 4px solid #0088C5; }
    .theme-Diabetes .alert .header {
      background-color: #0088C5; }
  .theme-Diabetes a.textlink {
    color: #0088C5; }
    .theme-Diabetes a.textlink:hover {
      color: #2cbeff; }
  .theme-Diabetes .logo {
    background-image: url("/images/logo/diabetes-logo.png");
    margin-top: 1em; }
  .theme-Diabetes .fancy_input {
    background-color: #0088C5;
    border: 2px #0088C5 solid; }
  .theme-Diabetes input[type="radio"]:hover {
    background-color: #2cbeff; }
  .theme-Diabetes input[type="radio"]:checked {
    background-color: #0088C5; }
  .theme-Diabetes .offset_title_block {
    background-color: #0088C5; }
  .theme-Diabetes .scroll_down_arrow {
    stroke: #0088C5; }
  .theme-Diabetes .download_area {
    background-color: #0088C5; }
    .theme-Diabetes .download_area button {
      color: #0088C5;
      background-color: #ffffff; }
      .theme-Diabetes .download_area button:hover {
        background-color: #92ddff; }
  .theme-Diabetes .progress-bar .progress-fill {
    background-color: #0088C5; }
  .theme-Diabetes .progress-bar .number-block {
    fill: #0088C5; }
  .theme-Diabetes span.answer {
    color: #0088C5; }
  .theme-Diabetes .last_block {
    background-color: #0088C5; }

.theme-Direct {
  /** DAS HIER IST DER BODY **/
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,d9d9d9+99 */
  background: white;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background-image: url("/images/ui/direct-back.png"), -webkit-gradient(linear, left top, left bottom, from(white), color-stop(99%, #d9d9d9));
  background-image: url("/images/ui/direct-back.png"), linear-gradient(to bottom, white 0%, #d9d9d9 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d9d9d9',GradientType=0 );
  /* IE6-9 */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  /** DAS HIER IST DER BODY END **/ }
  .theme-Direct a {
    color: #0088C5; }
    .theme-Direct a:hover {
      color: #00425f; }
  .theme-Direct button {
    background-color: #0088C5; }
    .theme-Direct button:hover {
      background-color: #2cbeff; }
    .theme-Direct button.no_fill {
      color: #0088C5;
      border: 2px solid #0088C5; }
      .theme-Direct button.no_fill:hover {
        background-color: #5fcdff !important; }
  .theme-Direct .alert {
    border: 4px solid #0088C5; }
    .theme-Direct .alert .header {
      background-color: #0088C5; }
  .theme-Direct a.textlink {
    color: #0088C5; }
    .theme-Direct a.textlink:hover {
      color: #2cbeff; }
  .theme-Direct .logo {
    background-image: url("/images/logo/logo-direct.png");
    margin-top: 1em; }
  .theme-Direct .fancy_input {
    background-color: #0088C5;
    border: 2px #0088C5 solid; }
  .theme-Direct input[type="radio"]:hover {
    background-color: #2cbeff; }
  .theme-Direct input[type="radio"]:checked {
    background-color: #0088C5; }
  .theme-Direct .offset_title_block {
    background-color: #0088C5; }
  .theme-Direct .scroll_down_arrow {
    stroke: #0088C5; }
  .theme-Direct .download_area {
    background-color: #0088C5; }
    .theme-Direct .download_area button {
      color: #0088C5;
      background-color: #ffffff; }
      .theme-Direct .download_area button:hover {
        background-color: #92ddff; }
  .theme-Direct .progress-bar .progress-fill {
    background-color: #0088C5; }
  .theme-Direct .progress-bar .number-block {
    fill: #0088C5; }
  .theme-Direct span.answer {
    color: #0088C5; }
  .theme-Direct .last_block {
    background-color: #0088C5; }

.theme-3TR {
  /** DAS HIER IST DER BODY **/
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,d9d9d9+99 */
  background: white;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background-image: url("/images/ui/amsterdam-bg.jpg"), -webkit-gradient(linear, left top, left bottom, from(white), color-stop(99%, #d9d9d9));
  background-image: url("/images/ui/amsterdam-bg.jpg"), linear-gradient(to bottom, white 0%, #d9d9d9 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d9d9d9',GradientType=0 );
  /* IE6-9 */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  /** DAS HIER IST DER BODY END **/ }
  .theme-3TR a {
    color: #005168; }
    .theme-3TR a:hover {
      color: #000202; }
  .theme-3TR button {
    background-color: #005168; }
    .theme-3TR button:hover {
      background-color: #00a0ce; }
    .theme-3TR button.no_fill {
      color: #005168;
      border: 2px solid #005168; }
      .theme-3TR button.no_fill:hover {
        background-color: #02c7ff !important; }
  .theme-3TR .alert {
    border: 4px solid #005168; }
    .theme-3TR .alert .header {
      background-color: #005168; }
  .theme-3TR a.textlink {
    color: #005168; }
    .theme-3TR a.textlink:hover {
      color: #00a0ce; }
  .theme-3TR .logo {
    background-image: url("/images/logo/logo-3tr.png");
    margin-top: 1em; }
  .theme-3TR .fancy_input {
    background-color: #005168;
    border: 2px #005168 solid; }
  .theme-3TR input[type="radio"]:hover {
    background-color: #00a0ce; }
  .theme-3TR input[type="radio"]:checked {
    background-color: #005168; }
  .theme-3TR .offset_title_block {
    background-color: #005168; }
  .theme-3TR .scroll_down_arrow {
    stroke: #005168; }
  .theme-3TR .download_area {
    background-color: #005168; }
    .theme-3TR .download_area button {
      color: #005168;
      background-color: #ffffff; }
      .theme-3TR .download_area button:hover {
        background-color: #35d2ff; }
  .theme-3TR .progress-bar .progress-fill {
    background-color: #005168; }
  .theme-3TR .progress-bar .number-block {
    fill: #005168; }
  .theme-3TR span.answer {
    color: #005168; }
  .theme-3TR .last_block {
    background-color: #005168; }

/*# sourceMappingURL=style.css.map */