@charset "UTF-8";
/**
 * ConciseCSS v3.4.0
 * https://github.com/ConciseCSS/concise.css
 *
 * Copyright 2016 James Kolce, Keenan Payne and ConciseCSS Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  text-size-adjust: 100%; }

audio:not([controls]) {
  display: none; }

details {
  display: block; }

input[type="number"] {
  width: auto; }

input[type="search"] {
  -webkit-appearance: textfield; }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

main,
summary {
  display: block; }

pre {
  overflow: auto; }

progress {
  display: inline-block; }

textarea {
  overflow: auto; }

template,
[hidden] {
  display: none; }

[unselectable] {
  user-select: none; }

:root {
  box-sizing: border-box;
  color: #333333;
  cursor: default;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  vertical-align: top; }
  @media (min-width: 2em) {
    :root {
      font-size: 16px; } }
  :root .nonresponsive {
    font-size: 16px; }

*,
::after,
::before {
  box-sizing: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-decoration: inherit;
  vertical-align: inherit; }

* {
  cursor: inherit;
  margin: 0;
  padding: 0; }

body {
  background-color: white; }

a,
button,
input[type="submit"],
input,
select,
textarea {
  cursor: initial; }

*[dir="rl;"] {
  direction: rtl;
  unicode-bidi: embed; }

bdo[dir="ltr"],
bdo[dir="rtl"] {
  unicode-bidi: bidi-override; }

bdo[dir="ltr"] {
  direction: ltr; }

bdo[dir="rtl"] {
  direction: rtl; }

hr {
  border: 0;
  border-top: 1px solid #e0e0e0;
  display: block;
  height: 1px;
  margin: 20px 0; }

figure {
  margin: 24px 1em; }

figcaption {
  color: #aaa;
  font-style: italic;
  text-align: center; }

::selection {
  background-color: #d6d6d6; }

::-moz-selection {
  background-color: #d6d6d6; }

@media (min-width: 2em) {
  form,
  form [row] {
    margin-bottom: 24px; } }

.nonresponsive form, .nonresponsive
form [row] {
  margin-bottom: 24px; }

input:not([type="submit"]),
select,
textarea {
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  font-size: 0.875em;
  height: 32px;
  padding: 0 .75em;
  transition: 150ms;
  width: 100%; }
  input:not([type="submit"]):focus,
  select:focus,
  textarea:focus {
    border-color: #8eb182;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(113, 157, 99, 0.5);
    outline: none; }
  input:not([type="submit"])[disabled],
  select[disabled],
  textarea[disabled] {
    background-color: #f5f5f5;
    cursor: not-allowed; }

input:not([type="submit"]) {
  line-height: normal;
  min-height: 24px; }
  input:not([type="submit"])[type="checkbox"]:focus, input:not([type="submit"])[type="radio"]:focus, input:not([type="submit"])[type="range"]:focus, input:not([type="submit"])[type="file"]:focus, input:not([type="submit"])[type="color"]:focus, input:not([type="submit"])[type="submit"]:focus {
    border-color: transparent;
    box-shadow: none;
    outline: none; }

label {
  display: block;
  font-size: 0.875em; }

fieldset {
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  padding: 24px 1em;
  margin-bottom: 24px; }

legend {
  font-size: 0.875em;
  font-weight: bold;
  padding: 0 1em; }

input[type="checkbox"],
input[type="file"],
input[type="image"],
input[type="radio"] {
  height: auto;
  width: auto; }

input[type="checkbox"],
input[type="radio"] {
  line-height: normal;
  padding: 0;
  vertical-align: middle; }

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin: 0 0 0 .5em;
  line-height: 30px;
  vertical-align: middle; }

input[type="file"] {
  border: none;
  line-height: 100%;
  padding: 0; }

textarea {
  height: auto;
  padding: 8px 1em;
  resize: vertical; }

select {
  background-color: transparent;
  border-radius: 5px;
  padding: 0; }
  select[disabled] {
    color: #aaa; }
  select[multiple] {
    height: auto; }
  select::-ms-expand {
    display: none; }
  select::-ms-value {
    color: currentColor; }
  select option {
    padding: 0 .75em; }

input[type="range"] {
  border: none;
  padding: 0;
  width: 100%;
  -webkit-appearance: none; }
  input[type="range"]:focus {
    outline: none; }
  input[type="range"]::-webkit-slider-runnable-track {
    background-color: gainsboro;
    border: none;
    border-radius: 3px;
    height: 5px; }
  input[type="range"]::-webkit-slider-thumb {
    border: none;
    border-radius: 50%;
    background-color: #719d63;
    height: 16px;
    margin-top: -5px;
    width: 16px;
    -webkit-appearance: none; }
  input[type="range"]::-moz-range-track {
    background-color: gainsboro;
    border: none;
    border-radius: 3px;
    height: 5px; }
  input[type="range"]::-moz-range-thumb {
    border: none;
    border-radius: 50%;
    background-color: #719d63;
    height: 16px;
    margin-top: -5px;
    width: 16px; }
  input[type="range"]::-ms-track {
    background-color: gainsboro;
    border: none;
    border-radius: 3px;
    color: transparent;
    height: 5px; }
  input[type="range"]::-ms-thumb {
    border: none;
    border-radius: 50%;
    background-color: #719d63;
    height: 16px;
    margin-top: -5px;
    width: 16px; }

.input--help {
  color: #aaa;
  display: block;
  font-size: 0.75em;
  font-weight: bold;
  margin-top: 8px; }

.form--inline input,
.form--inline select,
.form--inline textarea {
  margin-bottom: 20px; }

@media (min-width: 2em) {
  .form--inline input,
  .form--inline select,
  .form--inline textarea {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    width: auto; }
  .form--inline label {
    display: inline;
    margin-right: .5em;
    vertical-align: middle; }
  .form--inline input + label {
    margin-left: 1em; } }

.nonresponsive .form--inline input,
.nonresponsive .form--inline select,
.nonresponsive .form--inline textarea {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  width: auto; }

.nonresponsive .form--inline label {
  display: inline;
  margin-right: .5em;
  vertical-align: middle; }

.nonresponsive .form--inline input + label {
  margin-left: 1em; }

.input--small {
  font-size: 0.75em !important;
  height: 24px !important; }

.input--large {
  font-size: 1em !important;
  height: 48px !important; }

.input--flat {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none; }
  .input--flat:focus {
    border-color: #8eb182; }

.input--success {
  background-color: rgba(69, 202, 105, 0.15);
  border-color: #45ca69; }
  .input--success:focus {
    border-color: #45ca69; }

.input--warning {
  background-color: rgba(255, 184, 0, 0.15);
  border-color: #ffb800; }
  .input--warning:focus {
    border-color: #ffb800; }

.input--error {
  background-color: rgba(202, 72, 41, 0.15);
  border-color: #ca4829; }
  .input--error:focus {
    border-color: #ca4829; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.giga, .mega, .kilo {
  color: #222;
  font-family: "Helvetica", "Arial", sans-serif;
  line-height: 1.25em; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small,
  .giga small,
  .giga .small, .mega small,
  .mega .small, .kilo small,
  .kilo .small {
    color: #aaa;
    font-weight: lighter;
    vertical-align: 0; }

h1, h2, h3,
.h1, .h2, .h3,
.giga, .mega, .kilo {
  margin: 20px 0 10px; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small,
  .giga small,
  .giga .small, .mega small,
  .mega .small, .kilo small,
  .kilo .small {
    font-size: 65%; }

h4, h5, h6,
.h4, .h5, .h6 {
  margin: 10px 0; }
  h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1,
.h1 {
  font-size: 2.25em; }
  @media (min-width: 3em) {
    h1,
    .h1 {
      font-size: 3em; } }

h2,
.h2 {
  font-size: 1.125em; }
  @media (min-width: 3em) {
    h2,
    .h2 {
      font-size: 1.5em; } }

h3,
.h3 {
  font-size: 0.9375em; }
  @media (min-width: 3em) {
    h3,
    .h3 {
      font-size: 1.25em; } }

h4,
.h4 {
  font-size: 1.125em; }

h5,
.h5 {
  font-size: 1em; }

h6,
.h6 {
  font-size: 0.875em; }

.giga {
  font-size: 3.75em; }
  @media (min-width: 3em) {
    .giga {
      font-size: 5em; } }

.mega {
  font-size: 3em; }
  @media (min-width: 3em) {
    .mega {
      font-size: 4em; } }

.kilo {
  font-size: 2.4375em; }
  @media (min-width: 3em) {
    .kilo {
      font-size: 3.25em; } }

.nonresponsive h1,
.nonresponsive .h1 {
  font-size: 3em; }

.nonresponsive h2,
.nonresponsive .h2 {
  font-size: 1.5em; }

.nonresponsive h3,
.nonresponsive .h3 {
  font-size: 1.25em; }

.nonresponsive .giga {
  font-size: 5em; }

.nonresponsive .mega {
  font-size: 4em; }

.nonresponsive .kilo {
  font-size: 3.25em; }

ul,
ol {
  padding-left: 1.5em;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

ul ul {
  list-style-type: square; }

ul ol {
  list-style-type: lower-roman; }

ol ol {
  list-style-type: lower-roman; }

ol ul {
  list-style-type: square; }

.list--unstyled {
  list-style: none;
  padding-left: 0; }
  .list--unstyled li {
    padding-left: 0; }

.list--inline {
  padding-left: 0; }
  .list--inline li {
    display: inline;
    list-style: none;
    padding-left: 1.5em; }
    .list--inline li:first-child {
      padding-left: 0; }

dl {
  margin-bottom: 24px; }

dt {
  font-weight: bold; }

dt,
dd {
  margin-bottom: 10px; }

@media (min-width: 60em) {
  .dl--horizontal dt {
    clear: left;
    float: left;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 150px; }
  .dl--horizontal dd {
    margin-left: 165px; }
    .dl--horizontal dd:before, .dl--horizontal dd:after {
      content: "";
      display: table; }
    .dl--horizontal dd:after {
      clear: both; } }

.nonresponsive .dl--horizontal dt {
  clear: left;
  float: left;
  overflow: hidden;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 150px; }

.nonresponsive .dl--horizontal dd {
  margin-left: 165px; }
  .nonresponsive .dl--horizontal dd:before, .nonresponsive .dl--horizontal dd:after {
    content: "";
    display: table; }
  .nonresponsive .dl--horizontal dd:after {
    clear: both; }

@media print {
  @page {
    margin: .5cm; }
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: black !important;
    filter: none !important;
    text-shadow: none !important; }
  :root {
    background-color: white;
    color: black;
    font: 11pt/1.3 "Georgia", "Times New Roman", "Times", serif; }
  img {
    max-width: 100% !important;
    page-break-after: avoid;
    page-break-inside: avoid; }
  .show--print {
    display: block;
    visibility: visible; }
  .hide--print,
  video,
  audio,
  object,
  embed,
  nav,
  footer,
  a[href^="#"]:after {
    display: none;
    visibility: hidden; }
  p,
  h2, h3,
  .h2, .h3 {
    orphans: 3;
    widows: 3; }
  h2, h3,
  .h2, .h3 {
    page-break-after: avoid; }
  a,
  a:visited {
    color: black;
    font-size: .57em;
    text-decoration: underline;
    word-wrap: break-word; }
    a[href]:after,
    a:visited[href]:after {
      content: " (" attr(href) ")";
      font-size: smaller; }
  q:after {
    content: " (Source: " attr(cite) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  pre,
  code {
    background-color: none;
    border: 1px solid #e0e0e0;
    page-break-inside: avoid; }
  blockquote {
    border: none;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  ol {
    padding-left: 1.25em; }
  ul {
    padding-left: 0;
    list-style: none; }
    ul ul,
    ul ul ul {
      padding-left: 1.5em; }
  ul li,
  ol li {
    content: "&raquo; "; } }

@media print and (min-width: 2em) {
  table {
    page-break-inside: avoid;
    width: 100% !important; }
    table th,
    table td {
      line-height: 40px !important; } }

@media print {
  .badge, .badge:before,
  .badge *:after,
  .label,
  .label:before,
  .label *:after,
  .spinner,
  .spinner:before,
  .spinner *:after,
  .tooltip,
  .tooltip:before,
  .tooltip *:after,
  [data-hint],
  [data-hint]:before,
  [data-hint] *:after,
  .progress,
  .progress:before,
  .progress *:after,
  .breadcrumbs,
  .breadcrumbs:before,
  .breadcrumbs *:after,
  .modal,
  .modal:before,
  .modal *:after,
  .alert,
  .alert:before,
  .alert *:after {
    display: none;
    visibility: hidden; } }

table {
  border: 1px solid #e0e0e0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  margin-bottom: 24px;
  width: 100%; }
  table caption {
    color: #333333;
    font-size: 85%;
    font-style: italic;
    line-height: 48px;
    text-align: center; }
  table thead {
    background-color: #f5f5f5;
    text-align: left; }
  table tfoot {
    background-color: #fbfbfb;
    border-top: 1px solid #e0e0e0; }
  table th,
  table td {
    border-right: 1px solid #e0e0e0;
    line-height: 24px;
    overflow: visible;
    padding: 8px 1em; }
    @media (min-width: 2em) {
      table th,
      table td {
        line-height: 48px; } }
    table th:last-child,
    table td:last-child {
      border-right: none; }
  table tr,
  table td {
    transition: background-color 150ms; }
  @media (min-width: 2em) {
    table {
      width: auto; }
      table th,
      table td {
        padding: 0 2.5em; } }

.nonresponsive {
  width: auto; }
  .nonresponsive th,
  .nonresponsive td {
    padding: 0 2.5em; }

.nonresponsive th,
.nonresponsive td {
  line-height: 48px; }

.table--responsive {
  overflow: auto;
  width: 100%; }
  .table--responsive::-webkit-scrollbar {
    height: 14px;
    width: 14px;
    -webkit-appearance: none; }
  .table--responsive::-webkit-scrollbar-thumb {
    background-color: rgba(50, 50, 50, 0.2);
    border: 3px solid white;
    border-radius: 8px; }
  .table--responsive table {
    margin-bottom: 0; }

.table--full {
  width: 100%; }

.table--border {
  border: 1px solid #e0e0e0; }
  .table--border thead,
  .table--border td {
    border-bottom: 1px solid #e0e0e0; }

.table--borderOuter {
  border: 1px solid #e0e0e0; }
  .table--borderOuter th,
  .table--borderOuter td {
    border-right: none; }

.table--borderHorizontal thead,
.table--borderHorizontal td {
  border-bottom: 1px solid #e0e0e0; }

.table--borderHorizontal th,
.table--borderHorizontal td {
  border-right: none; }

.table--flat {
  border: none; }
  .table--flat td {
    border-bottom: none; }
  .table--flat th,
  .table--flat td {
    border-right: none; }

.table--fillEven tbody tr:nth-child(even) {
  background-color: #f5f5f5; }

.table--fillOdd tbody tr:nth-child(odd) {
  background-color: #f5f5f5; }

.table--hoverRow tbody tr:hover {
  background-color: #f5f5f5; }

.table--hoverCell tbody td:hover {
  background-color: #f5f5f5; }

i,
em,
.italic {
  font-style: italic; }

b,
strong,
.bold {
  font-weight: bold; }

small,
.small {
  font-size: 75%;
  vertical-align: text-bottom; }

sup,
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

s {
  text-decoration: line-through; }

p:not(:last-child) {
  margin-bottom: 20px; }

a {
  background-color: transparent;
  color: #719d63;
  cursor: pointer;
  text-decoration: none;
  transition: 150ms; }
  a:hover, a:focus {
    color: #4f6e45; }

h1 a, h2 a, h3 a,
.h1 a, .h2 a, .h3 a {
  color: #333333; }
  h1 a:hover, h1 a:focus, h2 a:hover, h2 a:focus, h3 a:hover, h3 a:focus,
  .h1 a:hover,
  .h1 a:focus, .h2 a:hover, .h2 a:focus, .h3 a:hover, .h3 a:focus {
    color: #719d63;
    text-decoration: none; }

abbr[title] {
  border-bottom: 1px dotted #e0e0e0;
  cursor: help; }

code,
pre,
kbd,
samp {
  font-family: "Consolas", monospace;
  font-size: 0.875em; }

pre {
  padding: 16px 1.5em; }

code {
  vertical-align: middle;
  white-space: nowrap; }

code,
pre {
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  color: #262626;
  margin-bottom: 24px; }

code {
  padding: 2px 3px; }

pre code {
  background-color: transparent;
  border: none;
  padding: 0;
  vertical-align: inherit;
  white-space: pre; }

.pre--flat {
  background-color: transparent;
  border: 0;
  border-radius: none;
  padding: 0; }

kbd {
  background-color: transparent;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  box-shadow: 0 2px 0 -1px white, 0 2px 0 gainsboro;
  display: inline-block;
  line-height: 1.75;
  margin: -3px 2px 0;
  padding: 2px 6px 0;
  white-space: nowrap; }

samp {
  vertical-align: bottom; }

address {
  font-style: normal; }

[container] {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1140px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%; }

[row] {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0; }
  [row]:before, [row]:after {
    content: "";
    display: table; }
  [row]:after {
    clear: both; }

[column] {
  box-sizing: border-box;
  float: left;
  margin-bottom: 0;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 3em) {
  [column~="1"] {
    width: 8.33333%; }
  [column~="2"] {
    width: 16.66667%; }
  [column~="3"] {
    width: 25%; }
  [column~="4"] {
    width: 33.33333%; }
  [column~="5"] {
    width: 41.66667%; }
  [column~="6"] {
    width: 50%; }
  [column~="7"] {
    width: 58.33333%; }
  [column~="8"] {
    width: 66.66667%; }
  [column~="9"] {
    width: 75%; }
  [column~="10"] {
    width: 83.33333%; }
  [column~="11"] {
    width: 91.66667%; }
  [column~="12"] {
    width: 100%; }
  [column~="+1"] {
    margin-left: 8.33333%; }
  [column~="+2"] {
    margin-left: 16.66667%; }
  [column~="+3"] {
    margin-left: 25%; }
  [column~="+4"] {
    margin-left: 33.33333%; }
  [column~="+5"] {
    margin-left: 41.66667%; }
  [column~="+6"] {
    margin-left: 50%; }
  [column~="+7"] {
    margin-left: 58.33333%; }
  [column~="+8"] {
    margin-left: 66.66667%; }
  [column~="+9"] {
    margin-left: 75%; }
  [column~="+10"] {
    margin-left: 83.33333%; }
  [column~="+11"] {
    margin-left: 91.66667%; } }

.nonresponsive [column~="1"] {
  width: 8.33333%; }

.nonresponsive [column~="2"] {
  width: 16.66667%; }

.nonresponsive [column~="3"] {
  width: 25%; }

.nonresponsive [column~="4"] {
  width: 33.33333%; }

.nonresponsive [column~="5"] {
  width: 41.66667%; }

.nonresponsive [column~="6"] {
  width: 50%; }

.nonresponsive [column~="7"] {
  width: 58.33333%; }

.nonresponsive [column~="8"] {
  width: 66.66667%; }

.nonresponsive [column~="9"] {
  width: 75%; }

.nonresponsive [column~="10"] {
  width: 83.33333%; }

.nonresponsive [column~="11"] {
  width: 91.66667%; }

.nonresponsive [column~="12"] {
  width: 100%; }

.nonresponsive [column~="+1"] {
  margin-left: 8.33333%; }

.nonresponsive [column~="+2"] {
  margin-left: 16.66667%; }

.nonresponsive [column~="+3"] {
  margin-left: 25%; }

.nonresponsive [column~="+4"] {
  margin-left: 33.33333%; }

.nonresponsive [column~="+5"] {
  margin-left: 41.66667%; }

.nonresponsive [column~="+6"] {
  margin-left: 50%; }

.nonresponsive [column~="+7"] {
  margin-left: 58.33333%; }

.nonresponsive [column~="+8"] {
  margin-left: 66.66667%; }

.nonresponsive [column~="+9"] {
  margin-left: 75%; }

.nonresponsive [column~="+10"] {
  margin-left: 83.33333%; }

.nonresponsive [column~="+11"] {
  margin-left: 91.66667%; }

.show--xsm,
.hide--sm,
.hide--md,
.hide--lg,
.hide--xlg,
.hide--print,
.hide--hd {
  display: block;
  visibility: visible; }

.hide--xsm,
.show--sm,
.show--md,
.show--lg,
.show--xlg,
.show--print,
.show--hd {
  display: none;
  visibility: hidden; }

@media (min-width: 3em) {
  .show--sm,
  .hide--xsm,
  .hide--md,
  .hide--lg,
  .hide--xlg {
    display: block;
    visibility: visible; }
  .hide--sm,
  .show--xsm,
  .show--md,
  .show--lg,
  .show--xlg {
    display: none;
    visibility: hidden; } }

@media (min-width: 60em) {
  .show--md,
  .hide--sm,
  .hide--xsm,
  .hide--lg,
  .hide--xlg {
    display: block;
    visibility: visible; }
  .hide--md,
  .show--sm,
  .show--xsm,
  .show--lg,
  .show--xlg {
    display: none;
    visibility: hidden; } }

@media (min-width: 70em) {
  .show--lg,
  .hide--xsm,
  .hide--sm,
  .hide--md,
  .hide--xlg {
    display: block;
    visibility: visible; }
  .hide--lg,
  .show--xsm,
  .show--sm,
  .show--md,
  .show--xlg {
    display: none;
    visibility: hidden; } }

@media (min-width: 80em) {
  .show--xlg,
  .hide--xsm,
  .hide--sm,
  .hide--md,
  .hide--lg {
    display: block;
    visibility: visible; }
  .hide--xlg,
  .show--xsm,
  .show--sm,
  .show--md,
  .show--lg {
    display: none;
    visibility: hidden; } }

@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .show--hd {
    display: block;
    visibility: visible; }
  .hide--hd {
    display: none;
    visibility: hidden; } }

.text--left {
  text-align: left; }

.text--center {
  text-align: center; }

.text--right {
  text-align: right; }

.text--justify {
  text-align: justify; }

.float--none {
  float: none; }

.float--right {
  float: right; }

.float--left {
  float: left; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.center--all {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%); }

.media--fluid {
  max-width: 100%;
  height: auto; }

.screenreader {
  border: 0 none;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .screenreader:active, .screenreader:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto; }

::selection,
::-moz-selection {
  background: #000;
  color: #fff; }

.newsTitel {
  font-family: 'Roboto Slab', serif; }
  .newsTitel h1, .newsTitel h2 {
    font-family: 'Roboto Slab', serif;
    text-transform: uppercase; }

.newsInhalt {
  font-family: 'Source Sans Pro', sans-serif; }
  .newsInhalt h2, .newsInhalt h3 {
    font-family: 'Source Sans Pro', sans-serif; }

body {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  color: #eee; }

a {
  transition: all 0.2s;
  cursor: pointer; }
  a:hover {
    transition: all 0.2s; }

.mm-page {
  overflow-x: hidden; }

figure {
  margin: 0; }

img {
  max-width: 100%; }

body.page #main-wrapper {
  position: relative; }
  body.page #main-wrapper #main-container {
    background: #fff;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1270px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    padding-top: 4.75rem;
    padding-bottom: 4.75rem; }
  body.page #main-wrapper main {
    box-sizing: border-box;
    float: left;
    margin-bottom: 0;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      body.page #main-wrapper main {
        box-sizing: border-box;
        float: left;
        margin-bottom: 0;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        padding-right: 30px; } }
  @media (min-width: 768px) and (min-width: 3em) {
    body.page #main-wrapper main {
      width: 66.66667%; } }
    @media (min-width: 950px) {
      body.page #main-wrapper main {
        box-sizing: border-box;
        float: left;
        margin-bottom: 0;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        padding-right: 30px; } }
  @media (min-width: 950px) and (min-width: 3em) {
    body.page #main-wrapper main {
      width: 75%; } }
    body.page #main-wrapper main .PageTitle {
      font-size: 1.2em;
      text-transform: uppercase;
      color: #719d63;
      letter-spacing: 0.015em;
      margin-bottom: 12px;
      margin-top: 0; }
      body.page #main-wrapper main .PageTitle a {
        color: #719d63; }
      @media (min-width: 580px) {
        body.page #main-wrapper main .PageTitle {
          font-size: 1.5em; } }
  body.page #main-wrapper aside {
    box-sizing: border-box;
    float: left;
    margin-bottom: 0;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      body.page #main-wrapper aside {
        box-sizing: border-box;
        float: left;
        margin-bottom: 0;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        padding-right: 30px; } }
  @media (min-width: 768px) and (min-width: 3em) {
    body.page #main-wrapper aside {
      width: 33.33333%; } }
    @media (min-width: 950px) {
      body.page #main-wrapper aside {
        box-sizing: border-box;
        float: left;
        margin-bottom: 0;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        padding-left: 30px; } }
  @media (min-width: 950px) and (min-width: 3em) {
    body.page #main-wrapper aside {
      width: 25%; } }

.mod_article h3 {
  text-transform: uppercase;
  color: #719d63; }

#footer-wrapper {
  background: #719d63;
  padding-top: 5.6em;
  padding-bottom: 7.5em; }

.footer:before, .footer:after {
  content: "";
  display: table; }

.footer:after {
  clear: both; }

.footer ul {
  display: inline-block;
  list-style: none;
  width: 190px;
  color: #fff;
  margin-right: 123px; }
  .footer ul:last-of-type {
    margin-right: 0; }

.footer li {
  border-bottom: 1px solid #fff;
  padding: 0.25em 0;
  color: #fff; }
  .footer li a {
    color: #fff;
    display: block; }
    .footer li a:hover {
      color: #eee; }
  .footer li strong {
    color: #fff;
    text-transform: uppercase;
    display: block;
    margin-bottom: 0.5em;
    letter-spacing: 0.015em; }

.impressum {
  text-align: right;
  margin-top: 3em;
  color: #fff; }
  @media (max-width: 1140px) {
    .impressum {
      padding-right: 15px; } }
  .impressum a {
    color: #fff; }
    .impressum a:hover {
      color: #eee; }

#header-wrapper {
  width: 100vw;
  height: 300px; }
  body.home #header-wrapper {
    height: 80vh;
    min-height: 568px;
    background-position: bottom;
    box-shadow: 15px 0 75px -5px #eee; }
    @media (min-width: 425px) {
      body.home #header-wrapper {
        min-height: 45rem; } }
  @media (max-width: 925px) {
    #header-wrapper {
      overflow: hidden; } }

#head-image {
  position: relative; }

#main-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 80vh;
  min-height: 720px;
  overflow: hidden; }
  #main-image figure {
    margin: 0; }
  #main-image > #home-image img {
    object-fit: cover;
    object-position: 50% 100%;
    width: 100%;
    height: 80vh;
    min-height: 720px;
    font-family: "object-fit: cover"; }

#head-image-page {
  position: absolute;
  width: 100vw;
  top: 0;
  left: 0; }
  #head-image-page figure {
    margin: 0; }
  #head-image-page img {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    font-family: "object-fit: cover"; }

#home-welcome {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%); }
  @media (max-width: 424px) {
    #home-welcome {
      top: 30%; } }

header {
  position: relative; }
  body.home header {
    height: 80vh;
    min-height: 568px; }
    @media (min-width: 425px) {
      body.home header {
        min-height: 45rem; } }

#headerLogo {
  position: absolute;
  top: 2.2375rem;
  left: 30px;
  width: 175px; }
  #headerLogo img {
    width: 100%; }
  @media (min-width: 321px) {
    #headerLogo {
      top: 3.3375rem;
      width: 205px; } }
  @media (min-width: 375px) {
    #headerLogo {
      top: 3.3375rem;
      width: 235px; } }
  @media (min-width: 926px) {
    #headerLogo {
      left: 15px;
      width: 185px; } }
  @media (min-width: 1050px) {
    #headerLogo {
      width: 205px; } }
  @media (min-width: 1235px) {
    #headerLogo {
      top: 2.9375rem;
      width: 265px; } }
  @media (min-width: 1300px) {
    #headerLogo {
      left: 0; } }

#scrollcta {
  text-align: center;
  padding-top: 4em; }
  #scrollcta .ScrollCTA {
    font-size: 3em;
    color: #b3b3b3;
    position: relative;
    top: 0;
    transition: all 0.2s; }
    #scrollcta .ScrollCTA:hover {
      color: #eee;
      top: 5px;
      transition: all 0.2s; }
    @media (max-width: 420px) {
      #scrollcta .ScrollCTA {
        display: none; } }

#aktuell-wrapper {
  background: #f7f7f7; }

#aktuell-container {
  box-sizing: border-box;
  float: left;
  margin-bottom: 0;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 4.0625rem;
  padding-bottom: 4.0625rem; }
  @media (min-width: 765px) {
    #aktuell-container {
      box-sizing: border-box;
      float: left;
      margin-bottom: 0;
      width: 100%;
      padding-left: 15px;
      padding-right: 15px;
      padding-right: 30px; } }
  @media (min-width: 765px) and (min-width: 3em) {
    #aktuell-container {
      width: 66.66667%; } }
  #aktuell-container h4 {
    text-transform: uppercase;
    font-size: 1.5em;
    color: #719d63;
    padding-bottom: 1.4rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid #b3b3b3; }

#aside-links {
  box-sizing: border-box;
  float: left;
  margin-bottom: 0;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 2em; }
  @media (min-width: 765px) {
    #aside-links {
      padding-left: 30px;
      box-sizing: border-box;
      float: left;
      margin-bottom: 0;
      width: 100%;
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 765px) and (min-width: 3em) {
    #aside-links {
      width: 33.33333%; } }

.ui-accordion-header {
  font-size: 1.2em;
  border-bottom: 1px solid #b3b3b3;
  padding: 0.5em 0;
  position: relative;
  transition: all 0.2s;
  cursor: pointer;
  padding-right: 30px; }
  .ui-accordion-header:hover, .ui-accordion-header.ui-accordion-header-active {
    color: #719d63;
    border-color: #719d63;
    transition: all 0.2s; }
  .ui-accordion-header .ui-accordion-header-icon:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f107";
    right: 0.5em;
    top: 0.7em;
    transition: transform 0.2s; }
  .ui-accordion-header.ui-accordion-header-active .ui-accordion-header-icon:after {
    transform: rotate(-180deg);
    transition: transform 0.2s; }

.ui-accordion-content {
  padding: 0.5em 0 2em 0; }
  .ui-accordion-content .ce_text {
    margin-bottom: 1.5em; }
  .ui-accordion-content .ce_hyperlink a, .ui-accordion-content .ce_download a, .ui-accordion-content .ce_downloads a {
    font-size: 1em; }
  .ui-accordion-content figure {
    margin-bottom: 1em; }

#KoplaPageLoading {
  position: fixed;
  display: block;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.85); }
  #KoplaPageLoading .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #719d63; }

body.kp {
  color: #333;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 16px; }

a {
  color: #719d63; }
  a:hover, a:focus {
    color: #668e59; }

.kp-logo {
  display: inline-block;
  position: relative;
  padding-left: 15px; }
  .kp-logo span {
    position: absolute;
    right: 0;
    font-size: 0.8em;
    bottom: -7px; }
  .kp-login .kp-logo {
    display: block;
    text-align: center;
    margin-bottom: 2.5em; }

.kp-header-quicklinks {
  margin-top: 2em;
  padding: 0 15px;
  font-size: 0.85em; }
  @media (min-width: 770px) {
    .kp-header-quicklinks {
      text-align: right;
      position: absolute;
      margin-top: 0;
      right: 10px;
      top: 0.6rem;
      text-align: right; } }
  .kp-header-quicklinks a {
    display: block; }
  .kp-header-quicklinks .fa {
    position: relative;
    top: 3px; }

.kp-logout form {
  margin: 0; }

.kp-logout .login_info {
  margin-bottom: 0; }
  .kp-logout .login_info span {
    font-weight: 600; }

.kp-logout input[type=submit] {
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
  color: #719d63; }
  .kp-logout input[type=submit]:hover {
    background: none;
    color: #5a7e4f; }

.kp-logout .submit_container {
  text-align: left; }
  @media (min-width: 770px) {
    .kp-logout .submit_container {
      text-align: right; } }

h3[class*="kp-head"]:before {
  font-family: "FontAwesome";
  margin-right: 0.3em;
  font-weight: 400; }

.kp-head-inst:before {
  content: "\f233"; }

.kp-head-user:before {
  content: "\f2bc"; }

.kp-head-newsletter:before {
  content: "\f1ea"; }

.kp-externallink {
  display: block;
  margin: 0 0 2em 0; }
  .kp-externallink .fa {
    position: relative;
    top: 3px;
    margin-left: 0.2em; }

.kp-explanation {
  background: #F0F0F0;
  padding: 1em;
  margin-bottom: 2em; }

.kp-user-datalist {
  margin: 1em 0 8em 0; }
  .kp-user-datalist span {
    text-align: left;
    display: inline-block;
    width: 50%; }
  .kp-user-datalist a {
    text-align: right;
    display: inline-block;
    width: calc(50% - 5px); }
  .kp-user-datalist .fa {
    font-size: 1.4em; }

body.kp .ui-accordion-content {
  padding: 0.5em 1em 2em 1em;
  margin-bottom: 3em; }

.kp-breadcrumbs {
  list-style: none;
  margin: 2rem 0;
  padding: 0; }
  .kp-breadcrumbs li {
    display: inline; }
    .kp-breadcrumbs li:after {
      content: "/";
      margin: 0 5px; }
    .kp-breadcrumbs li.last:after {
      content: ""; }

input[type="submit"],
a.button,
button,
input[type="submit"] {
  cursor: pointer;
  display: inline-block;
  color: #333;
  margin: 1em auto;
  padding: 0.5em 1.5em 0.5em 1.5em;
  border: 1px solid;
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-radius: 5px;
  background: rgba(113, 157, 99, 0);
  transition: all 0.2s; }
  input[type="submit"] .fa,
  a.button .fa,
  button .fa, input[type="submit"] .fa {
    font-size: 1.5em;
    margin-right: 0.3em; }
  input[type="submit"]:hover,
  a.button:hover,
  button:hover,
  input[type="submit"]:hover {
    background: rgba(113, 157, 99, 0.8);
    border-color: #333;
    color: #fff;
    transition: all 0.2s; }
  input[type="submit"]:active,
  a.button:active,
  button:active,
  input[type="submit"]:active {
    position: relative;
    top: 1px;
    left: 1px; }

.explanation {
  padding: 1em 1em 1em 4em;
  margin: 1em 0;
  background: #f7f7f7;
  position: relative; }
  .explanation:before {
    font-family: "FontAwesome";
    content: "\f05a";
    position: absolute;
    top: 50%;
    left: 1em;
    font-size: 1.4em;
    transform: translateY(-50%); }
  .explanation .fa {
    line-height: 1.5; }

.formLoadScreen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(255, 255, 255, 0.8); }
  .formLoadScreen:after {
    content: "Speichere Daten…";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%); }

.toDelete--wrapper {
  display: none;
  position: fixed;
  z-index: 99;
  text-align: center;
  padding-top: 120px;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9); }
  .toDelete--wrapper .inside {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%); }
  .toDelete--wrapper #bt_confirm {
    margin-right: 1em; }

body.kp #kp_be_daten_insitution fieldset:not(.checkbox_container),
body.kp #kp_be_personBearbeiten_form fieldset:not(.checkbox_container) {
  margin-top: 1em; }
  body.kp #kp_be_daten_insitution fieldset:not(.checkbox_container) legend,
  body.kp #kp_be_personBearbeiten_form fieldset:not(.checkbox_container) legend {
    font-weight: normal; }
  @media (max-width: 799px) {
    body.kp #kp_be_daten_insitution fieldset:not(.checkbox_container) div,
    body.kp #kp_be_personBearbeiten_form fieldset:not(.checkbox_container) div {
      width: 100%; } }
  body.kp #kp_be_daten_insitution fieldset:not(.checkbox_container) > .widget:not(.widget-checkbox) label,
  body.kp #kp_be_personBearbeiten_form fieldset:not(.checkbox_container) > .widget:not(.widget-checkbox) label {
    display: none; }
  body.kp #kp_be_daten_insitution fieldset:not(.checkbox_container) fieldset.checkbox_container legend,
  body.kp #kp_be_personBearbeiten_form fieldset:not(.checkbox_container) fieldset.checkbox_container legend {
    display: none; }

fieldset.checkbox_container {
  border: none;
  padding: 0;
  margin: 0; }

body.kp .formbody > .widget, body.kp fieldset:not(.checkbox_container) {
  margin-bottom: 1em;
  border: none;
  padding: 0;
  border-bottom: 1px solid #f7f7f7;
  padding-bottom: 1em; }

body.kp fieldset.datetime {
  background: #f7f7f7;
  padding: 1.5em 1em;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-radius: 0; }

body.kp .inputWrapper {
  border: 1px solid #e0e0e0;
  padding: 0.8em;
  background: #f7f7f7;
  width: 100%;
  font-size: 0.85em;
  border-radius: 2px; }
  @media (min-width: 705px) {
    body.kp .inputWrapper {
      height: 32px;
      line-height: 100%; } }
  body.kp .inputWrapper input[type=file] {
    position: relative;
    top: -2px; }

#kp_nachrichten_bild_container,
#kp_termine_bild_container {
  background: #f7f7f7;
  padding: 1.5em 1em;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-radius: 0;
  margin: 2em 0; }
  #kp_nachrichten_bild_container input[type=file],
  #kp_termine_bild_container input[type=file] {
    line-height: 100%;
    height: 100%;
    border: 1px solid #e0e0e0;
    padding: 0.6em;
    background: white;
    width: 100%;
    font-size: 0.85em;
    height: 32px;
    border-radius: 2px; }

.kp-homeNav,
.kp-user-inst-list {
  list-style: none;
  margin: 2rem 0;
  padding: 0; }
  .kp-homeNav li,
  .kp-user-inst-list li {
    display: block; }
    .kp-homeNav li a,
    .kp-user-inst-list li a {
      font-size: 1.25em;
      display: block;
      padding: 0.5em 0;
      border-bottom: 1px solid;
      position: relative;
      color: #333;
      transition: all 0.2s; }
      .kp-homeNav li a:after,
      .kp-user-inst-list li a:after {
        font-family: "FontAwesome";
        content: "\f105";
        position: absolute;
        right: 10px; }
      .kp-homeNav li a:hover,
      .kp-user-inst-list li a:hover {
        color: #719d63; }

.KoplaEntriesList-container {
  list-style: none;
  padding: 0;
  margin-bottom: 4em; }
  .KoplaEntriesList-container.bygone {
    opacity: 0.45; }

.KoplaEntriesList-item {
  border-bottom: 1px solid;
  padding: 0.5em 0; }
  .KoplaEntriesList-item:before, .KoplaEntriesList-item:after {
    content: "";
    display: table; }
  .KoplaEntriesList-item:after {
    clear: both; }
  .KoplaEntriesList-item-title, .KoplaEntriesList-item-date, .KoplaEntriesList-item-location {
    display: inline-block;
    width: 25%;
    margin-right: 1em;
    float: left; }
  .KoplaEntriesList-item-newsdate {
    width: auto; }
  .KoplaEntriesList-item-icons {
    float: right; }
    .KoplaEntriesList-item-icons .fa {
      font-size: 1.6em;
      padding: 0 0.5em; }

.kp #wrapper {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1270px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%; }

.kp header {
  position: relative;
  margin: 2rem 0; }

.kp .mod_article h3 {
  text-transform: none; }

.kp main {
  box-sizing: border-box;
  float: left;
  margin-bottom: 0;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }

.kp footer {
  box-sizing: border-box;
  float: left;
  margin-bottom: 0;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 8em;
  text-align: center;
  padding-bottom: 3em; }
  .kp footer ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    @media (min-width: 688px) {
      .kp footer ul li {
        display: inline; }
        .kp footer ul li:not(:last-of-type):after {
          content: "|";
          margin: 0 0.5em; } }

.invisible {
  display: none; }

body.kp-login {
  background: url("../../files/assets/img/kopla/splash.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  color: #333; }
  body.kp-login a {
    color: #333; }
    body.kp-login a:hover {
      color: #719d63; }

main.kp-login {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: rgba(255, 255, 255, 0.8);
  padding: 3em;
  width: 100%; }
  @media (min-width: 420px) {
    main.kp-login {
      border-radius: 5px;
      width: 420px; } }

.kp-login-text {
  text-align: center; }

.kp-login form p {
  padding: 1em;
  font-size: 0.85em;
  background: #333;
  color: #fff; }

.MeineDaten-section {
  margin-bottom: 3em;
  padding-bottom: 3em;
  border-bottom: 1px solid #f7f7f7; }

.MeineDaten-intro {
  margin-top: 3em; }
  .MeineDaten-intro:before, .MeineDaten-intro:after {
    content: "";
    display: table; }
  .MeineDaten-intro:after {
    clear: both; }
  @media (min-width: 600px) {
    .MeineDaten-intro-data {
      display: inline-block;
      width: 80%;
      float: left; } }
  .MeineDaten-intro-data span {
    display: inline-block;
    margin-right: 2em; }
  .MeineDaten-intro-edit {
    margin-top: 1em; }
    @media (min-width: 600px) {
      .MeineDaten-intro-edit {
        margin-top: 0;
        display: inline-block;
        width: 20%;
        float: left;
        text-align: right; } }
    .MeineDaten-intro-edit .fa {
      position: relative;
      top: 4px;
      margin-right: 4px; }

#kp_stammdaten_bild_upload {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #f7f7f7;
  width: 100%; }

.EntryContainer {
  margin-top: 0.5em; }

.EntryElement {
  background: #f7f7f7;
  padding: 1.5em 1em;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-radius: 0;
  border-bottom: none; }

.EntryInputWrapper {
  padding-bottom: 0.7em; }
  .EntryInputWrapper:nth-of-type(2n) {
    padding-left: 0; }
  @media (min-width: 705px) {
    .EntryInputWrapper {
      display: inline-block;
      width: 50%; }
      .EntryInputWrapper:nth-of-type(2n) {
        padding-left: 1em; } }
  .EntryInputWrapper.is-wide {
    width: 100%;
    padding-left: 0; }

.removeWrapper {
  text-align: right;
  margin-top: 1em;
  padding-right: 4px; }
  .removeWrapper .fa {
    font-size: 1.5em; }

.AddNewEntry {
  display: block;
  background: #f7f7f7;
  padding: 0.8em 1em 0.7em 1em;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-radius: 0;
  margin-bottom: 2em; }
  .AddNewEntry .fa {
    font-size: 1.6em;
    margin-right: 0.3em; }

body.dragging, body.dragging * {
  cursor: move !important; }

.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000; }

.personenListe {
  list-style: none;
  padding: 0;
  margin: 0; }
  .personenListe li.placeholder {
    display: block;
    height: 36px;
    position: relative; }
    .personenListe li.placeholder:before {
      position: absolute;
      left: -15px;
      top: 5px;
      font-size: 1.3em;
      font-family: "FontAwesome";
      content: "\f0da"; }

.personWrapper {
  border-bottom: 1px solid;
  padding: 0.5em 0; }
  .personWrapper .fa-sort {
    font-size: 1.5em;
    margin-right: 0.5em; }
    .personWrapper .fa-sort:hover {
      color: #719d63;
      cursor: move; }
  .personWrapper .is-admin {
    color: #719d63;
    font-weight: 300; }
  .personWrapper .personLabel {
    display: inline-block;
    margin-right: 1em; }

.PersonList-container {
  margin-bottom: 3em; }

.PersonList-error {
  background: #719d63;
  color: #fff;
  padding: 1em 1em 1em 4em;
  position: relative; }
  .PersonList-error:before {
    font-family: "FontAwesome";
    content: "\f057";
    position: absolute;
    top: 50%;
    left: 1em;
    font-size: 1.4em;
    transform: translateY(-50%); }
  .PersonList-error i {
    line-height: 1.5;
    margin-right: 0.5em; }
  .PersonList-error a {
    color: black;
    background: #fff;
    padding: 0.5em 1.5em 0.5em 1.5em;
    border: 1px solid;
    border-right: 2px solid;
    border-bottom: 2px solid;
    border-radius: 4px;
    margin-left: 1em; }

.PersonList-explanation {
  background: #f7f7f7;
  padding: 1em 1em 1em 4em; }

.PersonList-person {
  padding: 0.5em; }
  .PersonList-person.odd {
    background: #f7f7f7; }
  .PersonList-person .linkit,
  .PersonList-person .is-linked {
    float: right; }
    .PersonList-person .linkit .fa,
    .PersonList-person .is-linked .fa {
      font-size: 1.6em;
      margin-right: 0.2em; }

.wbA--list--container {
  list-style: none;
  padding: 0; }
  .wbA--list--container i {
    margin-right: 0.5em; }

.wbA--list--item {
  border-bottom: 1px solid #b3b3b3;
  padding: 0.5em 1em 0.4em 0.5em;
  position: relative;
  font-size: 1.2em; }
  .wbA--list--item:before, .wbA--list--item:after {
    content: "";
    display: table; }
  .wbA--list--item:after {
    clear: both; }
  .wbA--list--item.even {
    background: #f7f7f7; }
  .wbA--list--item a:not(:last-of-type) {
    margin-right: 0.9em; }
  .wbA--list--item .edit {
    float: right;
    display: inline-block;
    position: relative;
    top: 2px; }
  .wbA--list--item i {
    margin-right: 0;
    position: relative;
    top: 3px; }
  .wbA--list--item .elementId {
    display: inline-block; }

.wizard--content--wrapper section {
  margin-bottom: 3em; }

.wbAElementWrapper {
  padding: 0; }
  .wbAElementWrapper:before, .wbAElementWrapper:after {
    content: "";
    display: table; }
  .wbAElementWrapper:after {
    clear: both; }

.wbALeft {
  background: #f7f7f7;
  float: left;
  width: 60%;
  padding: 1em;
  border-right: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3; }

.wbARight {
  float: left;
  width: 40%;
  padding: 1em;
  min-height: 81px;
  border-bottom: 1px solid #e6e6e6; }

.wbAFloat {
  float: left;
  margin-left: 20px; }

.wbAInfoWrapper {
  width: 45%; }

.wbA-legend {
  display: inline-block; }
  .wbA-legend i {
    line-height: 1.6; }
  .wbA-legend.wbALabel-flag {
    text-align: left; }

.wbATitel {
  font-weight: 600; }

.wbALabel-flag {
  width: 48px;
  display: inline-block;
  text-align: center; }

.wbALabel-nachricht {
  width: calc(100% - 48px);
  display: inline-block; }

.wbALabel-kategorie {
  width: calc(100% - 138px);
  display: inline-block; }
  .brief .wbALabel-kategorie, .wbALabel-kategorie.brief {
    width: calc(100% - 90px); }

.wbACheckbox,
.wbAKategorie,
.wbASelect,
.wbABreak {
  position: relative;
  top: 0.6em; }

.wbALabel-publish {
  width: 90px;
  display: inline-block;
  text-align: center; }

.wbALabel-break {
  width: 48px;
  display: inline-block;
  text-align: center; }

.wbA-legend {
  font-weight: 600; }

.wbATerminVon,
.wbATerminBis {
  width: 120px;
  float: left; }

.wbATerminVon {
  margin-right: 1em; }

.saveButtonWrapper {
  text-align: center; }

.kopla-navTabBar {
  font-size: 0.8em;
  margin-bottom: 3em; }
  @media (min-width: 900px) {
    .kopla-navTabBar {
      font-size: 1em; } }
  .kopla-navTabBar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #F0F0F0;
    border: 1px solid #e3e3e3;
    border-bottom: none; }
  .kopla-navTabBar li {
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    width: calc(100% / 4);
    float: left;
    border-right: 1px solid #e3e3e3; }
    .kopla-navTabBar li span.active,
    .kopla-navTabBar li a {
      padding: 1em 0 0.8em 0;
      display: inline-block;
      width: 100%;
      border-bottom: 1px solid #e3e3e3; }
    @media (max-width: 540px) {
      .kopla-navTabBar li .navText {
        display: none; } }
    .kopla-navTabBar li:last-of-type {
      border-right: none; }
    .kopla-navTabBar li.active, .kopla-navTabBar li.trail {
      background: #fff; }
      .kopla-navTabBar li.active span.active,
      .kopla-navTabBar li.active a.trail, .kopla-navTabBar li.trail span.active,
      .kopla-navTabBar li.trail a.trail {
        color: #719d63;
        border-bottom: 1px solid #fff;
        border-top: 5px solid;
        padding: 0.7em 0 0.8em 0; }
  .kopla-navTabBar a {
    color: #000; }
    .kopla-navTabBar a:hover {
      background: #e3e3e3;
      color: #262626; }
  .kopla-navTabBar .fa {
    font-size: 21px; }
    @media (min-width: 725px) {
      .kopla-navTabBar .fa {
        margin-right: 0.5rem; } }
    @media (min-width: 540px) and (max-width: 725px) {
      .kopla-navTabBar .fa {
        display: none; } }
    @media (min-width: 900px) {
      .kopla-navTabBar .fa {
        font-size: 24px; } }
    .kopla-navTabBar .fa.fa-calendar, .kopla-navTabBar .fa.fa-users {
      position: relative;
      top: -2px; }

.buttonContainer {
  text-align: center;
  margin: 3em 0; }

.kp-inst-list-search {
  margin: 2em 0 1em 0; }

.kp-inst-list ul,
ul.kp-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 2em; }
  .kp-inst-list ul li,
  ul.kp-list li {
    font-size: 1.2em;
    display: block;
    border-bottom: 1px solid #b3b3b3;
    padding: 0.5em 0.3em 0.4em 0.5em;
    position: relative; }
    .kp-inst-list ul li.even,
    ul.kp-list li.even {
      background: #f7f7f7; }
    .kp-inst-list ul li:hover,
    ul.kp-list li:hover {
      background: #719d63;
      color: #fff;
      border-bottom: 1px solid #719d63; }
      .kp-inst-list ul li:hover a,
      ul.kp-list li:hover a {
        color: #fff; }
    .kp-inst-list ul li.no-entries,
    ul.kp-list li.no-entries {
      border-bottom: none;
      display: block !important;
      font-style: italic;
      font-size: 0.9em;
      color: #be6379; }
      .kp-inst-list ul li.no-entries.is-hidden,
      ul.kp-list li.no-entries.is-hidden {
        display: none !important; }
    .kp-inst-list ul li .kp-inst-list-kategorie,
    ul.kp-list li .kp-inst-list-kategorie {
      font-weight: 300;
      margin-left: 1em;
      font-size: 0.7em;
      position: relative;
      top: 6px; }
      @media (min-width: 740px) {
        .kp-inst-list ul li .kp-inst-list-kategorie,
        ul.kp-list li .kp-inst-list-kategorie {
          position: absolute;
          left: 70%;
          top: auto;
          margin-left: 0;
          font-size: 1em; } }
    .kp-inst-list ul li .kp-inst-list-icons,
    ul.kp-list li .kp-inst-list-icons {
      position: absolute;
      right: 1em;
      bottom: 4px; }
      .kp-inst-list ul li .kp-inst-list-icons .fa-pencil,
      ul.kp-list li .kp-inst-list-icons .fa-pencil {
        margin-right: 0.9em; }

.kp-inst-header {
  text-align: center;
  margin: 2rem 0; }

.kp-inst-logo {
  vertical-align: middle;
  text-align: center;
  margin-bottom: 2rem; }
  .kp-inst-logo button, .kp-inst-logo input[type="submit"] {
    display: block;
    margin: 2em auto; }
    @media (min-width: 385px) {
      .kp-inst-logo button, .kp-inst-logo input[type="submit"] {
        display: inline-block;
        margin: 0 0 0 3rem; } }

.StammDatenEdit {
  background: #f7f7f7;
  padding: 1em !important;
  margin-bottom: 3em !important; }
  .StammDatenEdit > fieldset label {
    display: block !important; }
  .StammDatenEdit > fieldset div {
    width: 100%; }
  .StammDatenEdit > fieldset input {
    margin-bottom: 0.5em; }
  .StammDatenEdit img {
    height: 110px; }

.kp-inst-termine-list span:not(.icons),
.kp-inst-nachrichten-list span:not(.icons) {
  display: inline-block;
  width: 25%; }

.kp-inst-termine-list .icons,
.kp-inst-nachrichten-list .icons {
  position: absolute;
  right: 15px;
  top: 14px; }
  .kp-inst-termine-list .icons .fa:not(.fa-trash),
  .kp-inst-nachrichten-list .icons .fa:not(.fa-trash) {
    margin-right: 10px; }

.kp-inst-nachrichten-list span:not(.icons) {
  width: 45%; }

