html {
  height: 100%;
}
.application {
  /* imports */
  /* colors */
  /* colors klassenpinnwand */
  /* gradients */
  /* custom checkbox */
  /* base colors */
  /* typography */
  /* font sizes desktop */
  /* font sizes mobile */
  /* not used fonts - unchanged*/
  /* body styles */
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #484848;
  -webkit-font-smoothing: antialiased;
  position: relative;
  margin: 0;
  padding-bottom: 130px;
  min-height: 100%;
  /* resets */
  /* typography */
  /* header */
  /* main navigation */
  /* footer */
  /* main wrapper */
  /* content styles */
  /* forms */
  /* checkbox */
  /* radio button */
  /* datetimepicker */
  /* formidable forms */
  /* custom buttons */
  /* fancybox */
  /* modal */
  /* custom checkbox */
  /* sections base */
  /* sections */
  /* alert */
  /* modal */
  /* mediaqueries */
}

#logoutlink {
  cursor: pointer;  
}

.application.bg-grey {
  background-color: #F6F6F6;
}
.application *,
.application *:focus {
  outline: none !important;
}
/*
.application input,
.application textarea {
  -webkit-appearance: none;
}*/
.application button {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.application input:-webkit-autofill,
.application textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
.application h1,
.application h2,
.application h3,
.application h4,
.application h5,
.application p {
  /*-webkit-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;*/
}
.application h1,
.application h2,
.application h3,
.application h4,
.application h5 {
  padding: 0;
  margin: 0;
  color: #484848;
}
.application h1 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
}
.application h2 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
}
.application h3 {
    font-weight:bold;
  font-size: 20px;
  line-height: 24px;
  margin-top: 1em;
}
.application h4 {
  font-size: 16px;
  line-height: 20px;
  margin-top: 100px;
}
.application h5 {
  font-size: 16px;
  line-height: 20px;
}
.application strong {
  font-weight: 700;
}
.application p {
  margin: 0;
}
.application a {
  color: #747474;
  text-decoration: none;
  -webkit-transition: color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.application a:hover,
.application a:focus,
.application a:active,
.application a.active {
  color: #484848;
  text-decoration: none;
}
.application ul,
.application ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.application * {
  word-wrap: break-word;
}
.application .navbar {
  border: 0;
  margin: 0;
  height: 70px;
  font-size: 16px;
  line-height: 20px;
  background-color: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
}
.application .navbar .nav > li > a:hover,
.application .navbar .nav > li > a:focus {
  background-color: transparent;
}
.application .navbar .container-fluid .navbar-brand {
  margin-left: 0px;
}
.application .navbar .container-fluid .navbar-right {
  margin-right: 0px;
}
.application .navbar .navbar-brand {
  padding: 0px;
  margin-top: 9px;
}
.application .navbar .navbar-brand img {
  width: 62px;
}
.application .navbar .navbar-brand.go-back-icon {
  margin-left: 25px;
}
.application .navbar .navbar-brand.go-back-icon::before {
  font-family: 'Material Design Icons';
  font-size: 24px;
  line-height: 10px;
  color: #747474;
  font-weight: normal;
  content: "\F141";
  position: absolute;
  top: 30px;
  left: 15px;
}
.application .navbar .navbar-location-text {
  display: inline-block;
  float: left;
}
.application .navbar .navbar-location-text img {
  width: 185px;
  margin-left: 18px;
}
.application .navbar .navbar-left {
  margin-left: 16px;
  position: relative;
  top: 20px;
}
.application .navbar .navbar-left a {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #484848;
}
.application .navbar .navbar-left .big {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #000000;
}
.application .navbar .navbar-wall {
  position: absolute;
  bottom: 0;
  left: 25%;
  width: 50%;
  height: 48px;
  text-align: center;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
}
.application .navbar .navbar-wall a {
  padding-bottom: 23px;
  margin: 0 20px;
  display: inline-block;
  position: relative;
}
.application .navbar .navbar-wall a::after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  background-color: #99CA47;
  background-image: -webkit-linear-gradient(left, #99CA47, #C1D531);
  background-image: -moz-linear-gradient(left, #99CA47, #C1D531);
  background-image: -o-linear-gradient(left, #99CA47, #C1D531);
  background-image: -ms-linear-gradient(left, #99CA47, #C1D531);
  background-image: linear-gradient(left, #99CA47, #C1D531);
  -webkit-transition: all 0.1s ease 0s;
  -moz-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  -ms-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
}
.application .navbar .navbar-wall a:hover::after,
.application .navbar .navbar-wall a.active::after {
  height: 4px;
}
.application .navbar .navbar-wall a .notification {
  position: absolute;
  right: -30px;
  top: 0;
}
.application .navbar .navbar-right.button-wrapper {
  margin-top: 17px;
}
.application .navbar .navbar-right.button-wrapper .button {
  margin-left: 12px;
}
.application .navbar .navbar-right .navbar-nav {
  margin-top: 20px;
}
.application .navbar .navbar-right .navbar-nav li a {
  color: #747474;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  padding: 5px 22px;
}
.application .navbar .navbar-right .navbar-nav li:last-of-type a {
  padding-right: 7px;
}
.application .navbar .navbar-right .navbar-nav li:hover,
.application .navbar .navbar-right .navbar-nav li:active,
.application .navbar .navbar-right .navbar-nav li:focus {
  background-color: #ffffff;
}
.application .navbar .navbar-right .navbar-nav li:hover a,
.application .navbar .navbar-right .navbar-nav li:active a,
.application .navbar .navbar-right .navbar-nav li:focus a {
  background-color: #ffffff;
  color: #484848;
}
.application .navbar .navbar-right .navbar-nav li:hover a span,
.application .navbar .navbar-right .navbar-nav li:active a span,
.application .navbar .navbar-right .navbar-nav li:focus a span {
  text-decoration: underline;
}
.application .navbar .navbar-right .navbar-nav li.seperator {
  border-left: 1px solid #D0D0D0;
}
.application .navbar .navbar-right .navbar-nav li[class*=icon-] a::before {
  font-family: 'Material Design Icons';
  font-weight: normal;
  content: '\F643';
  color: #9BC72E;
  position: absolute;
  left: 0;
  top: 7px;
  font-size: 16px;
  line-height: 16px;
}
.application .navbar .navbar-right .navbar-nav li.icon-settings a::before {
  content: '\F493';
}
.application .navbar .navbar-right .navbar-nav li.icon-help a::before {
  content: '\F2D7';
}
.application footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 130px;
  border-top: 1px solid #D8D8D8;
  background-color: #ffffff;
  font-size: 15px;
  line-height: 19px;
}
.application footer .left {
  float: left;
  margin-top: 50px;
}
.application footer .left a:hover {
  text-decoration: underline;
}
.application footer .left .seperator {
  padding: 0 10px;
}
.application footer .right {
  float: right;
}
.application footer .right .link-box {
  display: block;
  float: left;
  width: 160px;
  height: 70px;
  margin: 30px 0 0 10px;
  background-position: center center;
  background-repeat: no-repeat;
}
/*.application main {
  padding-top: 70px;
}*/
.application .content-area.narrow h1,
.application .content-area.narrow h2,
.application .content-area.narrow h3,
.application .content-area.narrow h4,
.application .content-area.narrow h5,
.application .content-area.narrow p {
  margin-bottom: 15px;
}
.application .content-area.narrow ul:not([id]):not([class]) {
  margin-bottom: 15px;
}
.application .content-area.narrow ol:not([id]):not([class]) {
  margin-bottom: 15px;
}
.application .content-area h1,
.application .content-area h2,
.application .content-area h3,
.application .content-area h4,
.application .content-area h5 {
  margin-bottom: 20px;
}
.application .content-area h1:last-child,
.application .content-area h2:last-child,
.application .content-area h3:last-child,
.application .content-area h4:last-child,
.application .content-area h5:last-child {
  margin-bottom: 0;
}
.application .content-area p {
  margin-bottom: 22px;
}
.application .content-area p:last-child {
  margin-bottom: 0;
}
.application .content-area ul:not([id]):not([class]) {
  margin: 0;
  margin-bottom: 30px;
  padding: 0;
  text-align: left;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  list-style: none;
}
.application .content-area ul:not([id]):not([class]):last-child {
  margin-bottom: 0;
}
.application .content-area ul:not([id]):not([class]) li {
  position: relative;
  margin-bottom: 12px;
  list-style: none;
}
.application .content-area ul:not([id]):not([class]) li::before {
  content: "• ";
  padding-right: 10px;
}
.application .content-area ul:not([id]):not([class]) li:last-child {
  margin-bottom: 0;
}
.application .content-area ul:not([id]):not([class]) li > ul {
  margin-left: 30px;
  margin-top: 10px;
}
.application .content-area ol:not([id]):not([class]) {
  margin: 0;
  margin-bottom: 30px;
  counter-reset: item;
  overflow: hidden;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.application .content-area ol:not([id]):not([class]):last-child {
  margin-bottom: 0;
}
.application .content-area ol:not([id]):not([class]) li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 5px;
}
.application .content-area ol:not([id]):not([class]) li:last-child {
  margin-bottom: 0;
}
.application .content-area ol:not([id]):not([class]) li::before {
  content: counter(item);
  counter-increment: item;
  position: absolute;
  left: 0;
  top: 0;
  color: #484848;
  font-weight: 600;
}
.application .content-area ol:not([id]):not([class]) li > ol {
  margin-left: 30px;
  margin-top: 10px;
}
.application .content-area p img.alignnone {
  max-width: 100%;
  height: auto;
}
.application .content-area p img.alignleft {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  max-width: 100%;
  height: auto;
}
.application .content-area p img.alignright {
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
  max-width: 100%;
  height: auto;
}
.application .content-area p img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
}
.application .content-area div.alignnone,
.application .content-area div.alignleft,
.application .content-area div.alignright,
.application .content-area divaligncenter {
  max-width: 100%;
}
.application .content-area div.alignnone img,
.application .content-area div.alignleft img,
.application .content-area div.alignright img,
.application .content-area divaligncenter img {
  max-width: 100%;
  height: auto;
}
.application .content-area .table-responsive {
  border: 0;
  margin-bottom: 30px;
}
.application .content-area .table-responsive:last-child {
  margin-bottom: 0;
}
.application .content-area table {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 0;
}
.application .content-area table thead tr > th {
  border-top: 0;
  border-bottom: 0;
  font-weight: 700;
  background-color: #f5f5f5;
  color: #000000;
}
.application .content-area table tr > th {
  border-top: 0;
  border-bottom: 0;
  font-weight: 700;
  background-color: #f5f5f5;
  color: #000000;
}
.application .content-area table thead tr > td,
.application .content-area table tbody tr > td,
.application .content-area table tfoot tr > td,
.application .content-area table thead tr > th,
.application .content-area table tbody tr > th,
.application .content-area table tfoot tr > th {
  padding: 17px 30px;
  vertical-align: top;
}
.application .content-area table thead tr > td,
.application .content-area table tbody tr > td,
.application .content-area table tfoot tr > td {
  border-top: 1px solid #999999;
}
.application .form-group {
  margin-bottom: 13px;
  position: relative;
}
.application .form-group:last-child {
  margin-bottom: 0;
}
.application .form-group.error input[type="text"],
.application .form-group.error input[type="number"],
.application .form-group.error input[type="password"],
.application .form-group.error input[type="email"],
.application .form-group.error input[type="search"],
.application .form-group.error textarea {
  border: 1px solid #D0021B;
}
.application .form-group.error .error-msg {
  position: absolute;
  left: 20px;
  bottom: 55px;
  background-color: #D0021B;
  color: #ffffff;
  font-weight: 700;
  padding: 7px 10px 8px;
  z-index: 90;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
}
.application .form-group.error .error-msg::before {
  content: '\25BC';
  font-family: 'Material Design Icons';
  font-size: 24px;
  line-height: 10px;
  font-weight: normal;
  color: #D0021B;
  position: absolute;
  left: 8px;
  bottom: -13px;
  z-index: 80;
}
.application .form-group.form-width-66 {
  float: left;
  width: 55%;
}
.application .form-group.form-width-33 {
  float: left;
  width: 45%;
}
.application .form-group.form-width-66 + .form-width-33,
.application .form-group.form-width-33 + .form-width-66 {
  padding-left: 10px;
}
.application .form-group.radios label {
  float: left;
  position: relative;
}
.application .form-group.radios label + label {
  margin-left: 20px;
}
.application .form-group.radios::after {
  content: '';
  display: table;
  clear: both;
}
.application label {
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
  margin-bottom: 5px;
  display: block;
  cursor: pointer;
  position: relative;
}
.application label.extra-small {
  font-size: 12px;
  line-height: 15px;
}
.application input[type="text"],
.application input[type="number"],
.application input[type="password"],
.application input[type="email"],
.application input[type="search"],
.application textarea {
  width: 100%;
  font-size: 15px;
  line-height: 19px;
  border: 1px solid #D8D8D8;
  background-color: #ffffff;
  color: #484848;
  height: auto;
  padding: 10px 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.application input[type="text"]:hover,
.application input[type="number"]:hover,
.application input[type="password"]:hover,
.application input[type="email"]:hover,
.application input[type="search"]:hover,
.application textarea:hover,
.application input[type="text"]:active,
.application input[type="number"]:active,
.application input[type="password"]:active,
.application input[type="email"]:active,
.application input[type="search"]:active,
.application textarea:active,
.application input[type="text"]:focus,
.application input[type="number"]:focus,
.application input[type="password"]:focus,
.application input[type="email"]:focus,
.application input[type="search"]:focus,
.application textarea:focus {
  outline: 0 !important;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.application input[type="text"]:focus,
.application input[type="number"]:focus,
.application input[type="password"]:focus,
.application input[type="email"]:focus,
.application input[type="search"]:focus,
.application textarea:focus {
  border-color: #88AF27;
  outline: 0 !important;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.application input[type="text"].error,
.application input[type="number"].error,
.application input[type="password"].error,
.application input[type="email"].error,
.application input[type="search"].error,
.application textarea.error {
  border-color: #D0021B;
}
.application input[type="text"]::-webkit-input-placeholder,
.application input[type="number"]::-webkit-input-placeholder,
.application input[type="password"]::-webkit-input-placeholder,
.application input[type="email"]::-webkit-input-placeholder,
.application input[type="search"]::-webkit-input-placeholder,
.application textarea::-webkit-input-placeholder,
.application input[type="text"]:-moz-placeholder,
.application input[type="number"]:-moz-placeholder,
.application input[type="password"]:-moz-placeholder,
.application input[type="email"]:-moz-placeholder,
.application input[type="search"]:-moz-placeholder,
.application textarea:-moz-placeholder,
.application input[type="text"]::-moz-placeholder,
.application input[type="number"]::-moz-placeholder,
.application input[type="password"]::-moz-placeholder,
.application input[type="email"]::-moz-placeholder,
.application input[type="search"]::-moz-placeholder,
.application textarea::-moz-placeholder,
.application input[type="text"]:-ms-input-placeholder,
.application input[type="number"]:-ms-input-placeholder,
.application input[type="password"]:-ms-input-placeholder,
.application input[type="email"]:-ms-input-placeholder,
.application input[type="search"]:-ms-input-placeholder,
.application textarea:-ms-input-placeholder,
.application input[type="text"]::placeholder,
.application input[type="number"]::placeholder,
.application input[type="password"]::placeholder,
.application input[type="email"]::placeholder,
.application input[type="search"]::placeholder,
.application textarea::placeholder {
  /* Most modern browsers support this now. */
  color: #747474;
}
.application textarea {
  resize: none;
  min-height: 80px;
}
.application .bootstrap-select {
  width: 100% !important;
}
.application .bootstrap-select > .dropdown-toggle {
  background-color: #ffffff !important;
  font-size: 15px;
  line-height: 19px;
  color: #484848 !important;
  padding: 9px 12px;
  padding-right: 30px;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.application .bootstrap-select > .dropdown-toggle:hover,
.application .bootstrap-select > .dropdown-toggle:active,
.application .bootstrap-select > .dropdown-toggle:focus {
  border-color: #999999;
  outline: 0 !important;
}
.application .bootstrap-select .dropdown-menu {
  padding: 0;
  font-size: 15px;
  line-height: 19px;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.application .bootstrap-select .dropdown-menu li a {
  padding: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.application .bootstrap-select .dropdown-menu li a:hover {
  background-color: #f5f5f5;
}
.application .bootstrap-select .dropdown-menu li.selected a {
  background-color: #f5f5f5;
}
.application .checkbox,
.application .frm_checkbox {
  margin: 0;
  margin-bottom: 5px;
  padding-top: 0 !important;
  position: relative;
  cursor: default;
}
.application .checkbox:last-child,
.application .frm_checkbox:last-child {
  margin-bottom: 0;
}
.application .checkbox.right input[type=checkbox] + span.icon,
.application .frm_checkbox.right input[type=checkbox] + span.icon,
.application .checkbox.right input[type=checkbox] + a + span.icon,
.application .frm_checkbox.right input[type=checkbox] + a + span.icon {
  float: right;
}
.application .checkbox.right input[type=checkbox] + span.icon::before,
.application .frm_checkbox.right input[type=checkbox] + span.icon::before,
.application .checkbox.right input[type=checkbox] + a + span.icon::before,
.application .frm_checkbox.right input[type=checkbox] + a + span.icon::before {
  margin-left: 5px;
  margin-right: 0;
}
.application .checkbox label,
.application .frm_checkbox label {
  display: inline-block;
  font-weight: 400;
  padding: 0;
  margin: 0;
  text-transform: none;
  cursor: pointer;
}
.application input[type=checkbox] {
  float:left;
}
.application input[type=checkbox].waypoint + span.icon::before,
.application input[type=checkbox].waypoint + a + span.icon::before {
  content: '\F417';
}
.application input[type=checkbox].waypoint:checked + span.icon::before,
.application input[type=checkbox].waypoint:checked + a + span.icon::before {
  content: '\F376';
}
.application input[type=checkbox] + span.icon,
.application input[type=checkbox] + a + span.icon {
  display: block;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
}
.application input[type=checkbox] + span.icon::before,
.application input[type=checkbox] + a + span.icon::before {
  font-family: 'Material Design Icons';
  font-weight: normal;
  content: '\F131';
  font-size: 1.3em;
  color: #878787;
}
.application input[type=checkbox] + span.icon::before,
.application input[type=checkbox] + a + span.icon::before {
  margin-right: 5px;
}
.application input[type=checkbox]:checked + span.icon::before,
.application input[type=checkbox]:checked + a + span.icon::before {
  content: '\F132';
}
.application input[type=checkbox]:disabled + span.icon {
  opacity: 0.5;
}
.application .radio,
.application .frm_radio {
  margin: 0;
  margin-bottom: 5px;
  position: relative;
  cursor: default;
}
.application .radio:last-child,
.application .frm_radio:last-child {
  margin-bottom: 0;
}
.application .radio label,
.application .frm_radio label {
  display: inline-block;
  font-weight: 400;
  padding: 0;
  padding-left: 35px;
  margin: 0;
  margin-top: 2px;
  text-transform: none;
  cursor: pointer;
}
.application input[type=radio] {
  float:left;
}
.application input[type=radio] + span.icon {
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  background-color: #ffffff;
  border: 1px solid #878787;
  color: #484848;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.application input[type=radio]:checked + span.icon:before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #878787;
  position: absolute;
  top: 2px;
  left: 2px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.application input[type=radio]:disabled + span.icon {
  opacity: 0.5;
}
.application .datetimepicker-input {
  position: relative;
}
.application .datetimepicker-input input {
  padding-right: 40px;
}
.application .datetimepicker-input.date::after {
  content: '\F0ED';
}
.application .datetimepicker-input.time::after {
  content: '\F150';
}
.application .datetimepicker-input::after {
  font-family: 'Material Design Icons';
  font-size: 18px;
  line-height: 38px;
  width: 38px;
  text-align: center;
  color: #595959;
  position: absolute;
  top: 1px;
  right: 1px;
  background-color: #f5f5f5;
  pointer-events: none;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}
.application .bootstrap-datetimepicker-widget {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.application .bootstrap-datetimepicker-widget table td,
.application .bootstrap-datetimepicker-widget table th,
.application .bootstrap-datetimepicker-widget table td span {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.application .bootstrap-datetimepicker-widget a[data-action] {
  padding: 0;
  display: block;
}
.application .bootstrap-datetimepicker-widget a[data-action] span {
  margin: 0;
}
.application .bootstrap-datetimepicker-widget .btn-primary {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.application .bootstrap-datetimepicker-widget table td.active,
.application .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #0090CF;
  color: #ffffff;
  -webkit-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.application .bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #ffffff;
}
.application .bootstrap-datetimepicker-widget table td.today:before {
  border-bottom-color: #0090CF;
}
.application .bootstrap-datetimepicker-widget table td span.active {
  background-color: #0090CF;
}
.application .frm_pro_form {
  /* grid */
}
.application .frm_pro_form fieldset,
.application .frm_pro_form .frm_form_field {
  margin-bottom: 30px;
}
.application .frm_pro_form fieldset:last-child {
  margin-bottom: 0;
}
.application .frm_pro_form .frm_section_heading {
  margin-bottom: 0;
}
.application .frm_pro_form .frm_error_style {
  color: #D0021B;
  margin-bottom: 30px;
}
.application .frm_pro_form .frm_form_field .frm_error {
  font-size: 15px;
  line-height: 19px;
  color: #D0021B;
  margin-top: 10px;
}
.application .frm_pro_form .frm_form_field .frm_description {
  font-size: 15px;
  line-height: 19px;
  margin-top: 10px;
}
.application .frm_pro_form fieldset legend {
  font-size: 26px;
  line-height: 29px;
  font-weight: 400;
  border-bottom: 0;
  margin-bottom: 30px;
}
.application .frm_pro_form .frm_submit {
  text-align: center;
}
.application .frm_pro_form .frm_submit button + button {
  margin-left: 20px;
}
.application .frm_pro_form .frm_button_submit {
  display: inline-block;
  text-align: center;
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
  background-color: #0090CF;
  color: #ffffff;
  padding: 14px 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.application .frm_pro_form .frm_button_submit:hover {
  background-color: #9BC72E;
}
.application .frm_pro_form .frm_dropzone {
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  padding: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.application .frm_pro_form .frm_dropzone.dz-drag-hover {
  border-color: #999999;
}
.application .frm_pro_form .frm_dropzone .frm_compact_text {
  font-weight: 700;
  color: #484848;
  cursor: pointer;
}
.application .frm_pro_form .frm_dropzone .dz-preview {
  margin-top: 15px;
}
.application .frm_pro_form .frm_dropzone .dz-image,
.application .frm_pro_form .frm_dropzone .dz-success-mark,
.application .frm_pro_form .frm_dropzone .dz-error-mark {
  display: none;
}
.application .frm_pro_form .frm_hidden {
  display: none;
}
.application .frm_pro_form .frm_repeat_buttons a {
  margin-right: 30px;
}
.application .frm_pro_form .frm_repeat_buttons a:last-child {
  margin-right: 0;
}
.application .frm_pro_form .frm_hidden_container .frm_primary_label {
  display: none;
}
.application .frm_pro_form .frm_section_heading {
  width: 100%;
  float: left;
}
.application .frm_pro_form .frm_form_field,
.application .frm_pro_form .frm_submit {
  clear: left;
}
.application .frm_pro_form .frm_half {
  width: 50%;
  float: left;
  clear: none;
}
.application .frm_pro_form .frm_half.frm_first {
  padding-right: 15px;
  clear: left;
}
.application .frm_pro_form .frm_half.frm_first + .frm_half:not(.frm_first) {
  padding-left: 15px;
}
.application .button {
  display: inline-block;
  text-align: center;
  color: #ffffff;
  font-size: 17px;
  line-height: 22px;
  font-weight: 700;
  padding: 12px 30px;
  border: 0px none;
  background-color: #007ED6;
  background-image: -webkit-linear-gradient(45deg, #007ED6, #9E47F0);
  background-image: -moz-linear-gradient(45deg, #007ED6, #9E47F0);
  background-image: -o-linear-gradient(45deg, #007ED6, #9E47F0);
  background-image: -ms-linear-gradient(45deg, #007ED6, #9E47F0);
  background-image: linear-gradient(45deg, #007ED6, #9E47F0);
  -webkit-text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.application .button:hover,
.application .button.active {
  background-color: #1D6EB0;
  background-image: -webkit-linear-gradient(45deg, #1D6EB0, #7F5BA3);
  background-image: -moz-linear-gradient(45deg, #1D6EB0, #7F5BA3);
  background-image: -o-linear-gradient(45deg, #1D6EB0, #7F5BA3);
  background-image: -ms-linear-gradient(45deg, #1D6EB0, #7F5BA3);
  background-image: linear-gradient(45deg, #1D6EB0, #7F5BA3);
  color: #ffffff;
}
.application .button.secondary {
  background-color: #ffffff;
  background-image: -webkit-linear-gradient(left, #ffffff, #ffffff);
  background-image: -moz-linear-gradient(left, #ffffff, #ffffff);
  background-image: -o-linear-gradient(left, #ffffff, #ffffff);
  background-image: -ms-linear-gradient(left, #ffffff, #ffffff);
  background-image: linear-gradient(left, #ffffff, #ffffff);
  text-shadow: none;
  border: 1px solid #0090CF;
  color: #0090CF;
}
.application .button.secondary:hover,
.application .button.secondary.active {
  background-color: #0090CF;
  background-image: -webkit-linear-gradient(left, #0090CF, #0090CF);
  background-image: -moz-linear-gradient(left, #0090CF, #0090CF);
  background-image: -o-linear-gradient(left, #0090CF, #0090CF);
  background-image: -ms-linear-gradient(left, #0090CF, #0090CF);
  background-image: linear-gradient(left, #0090CF, #0090CF);
  color: #ffffff;
}
.application .button.green {
  background-color: #99CA47;
  background-image: -webkit-linear-gradient(45deg, #99CA47, #C1D531);
  background-image: -moz-linear-gradient(45deg, #99CA47, #C1D531);
  background-image: -o-linear-gradient(45deg, #99CA47, #C1D531);
  background-image: -ms-linear-gradient(45deg, #99CA47, #C1D531);
  background-image: linear-gradient(45deg, #99CA47, #C1D531);
}
.application .button.green:hover,
.application .button.green.active {
  background-color: #92B63C;
  background-image: -webkit-linear-gradient(45deg, #92B63C, #B1C434);
  background-image: -moz-linear-gradient(45deg, #92B63C, #B1C434);
  background-image: -o-linear-gradient(45deg, #92B63C, #B1C434);
  background-image: -ms-linear-gradient(45deg, #92B63C, #B1C434);
  background-image: linear-gradient(45deg, #92B63C, #B1C434);
}
.application .button.green.secondary {
  -webkit-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  background-color: #ffffff;
  background-image: -webkit-linear-gradient(left, #ffffff, #ffffff);
  background-image: -moz-linear-gradient(left, #ffffff, #ffffff);
  background-image: -o-linear-gradient(left, #ffffff, #ffffff);
  background-image: -ms-linear-gradient(left, #ffffff, #ffffff);
  background-image: linear-gradient(left, #ffffff, #ffffff);
  text-shadow: none;
  border: 1px solid #9BC72E;
  color: #9BC72E;
}
.application .button.green.secondary:hover,
.application .button.green.secondary.active {
  background-color: #9BC72E;
  background-image: -webkit-linear-gradient(left, #9BC72E, #9BC72E);
  background-image: -moz-linear-gradient(left, #9BC72E, #9BC72E);
  background-image: -o-linear-gradient(left, #9BC72E, #9BC72E);
  background-image: -ms-linear-gradient(left, #9BC72E, #9BC72E);
  background-image: linear-gradient(left, #9BC72E, #9BC72E);
  color: #ffffff;
}
.application .button.small {
  padding: 7px 50px;
}
.application .button span {
  display: inline-block;
  vertical-align: middle;
}
.application .button span.mdi {
  font-size: 1.2em;
}
.application .button span.mdi:first-child {
  margin-right: 7px;
  margin-left: 0 !important;
}
.application .button span.mdi:last-child {
  margin-right: 0 !important;
  margin-left: 7px;
}
.application .button.iphone::before,
.application .button.android::before {
  font-family: 'Material Design Icons';
  font-size: 24px;
  line-height: 10px;
  font-weight: normal;
  color: #ffffff;
  content: '\F035';
  padding-right: 5px;
  position: relative;
  top: 2px;
}
.application .button.android::before {
  content: '\F032';
}

.application .button.orange.secondary {
    text-shadow: none;
    border: 1px solid #F19105;
    color: #F19105;
}

.application .button.orange.secondary:hover, 
.application .button.orange.secondary.active {
    background-color: #9BC72E;
    color: #ffffff;
}


.application .button.gray.secondary {
    font-size: 12px;
    margin-top: 10px;
    padding: 4px 20px;
    border-color: gray;
    font-weight: normal;
    color: gray;    
}

.application .button.gray.secondary:hover, 
.application .button.gray.secondary.active {
    background-color: gray;
    color: #ffffff;
    background-image: none;
}

.application .fancybox-is-open .fancybox-bg {
  opacity: 0.5;
}
.application .fancybox-caption-wrap {
  padding: 50px 20px 0 20px;
}
.application .fancybox-caption {
  border-top: 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  padding: 20px 0;
}
.application .fancybox-arrow {
  width: 64px;
}
.application .fancybox-arrow:hover {
  opacity: 1;
}
.application .fancybox-button {
  -webkit-transition: background-color 0.3s ease 0s;
  -moz-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  -ms-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
.application .modal-dialog {
  width: 680px;
}
.application .modal-dialog .container {
  width: 100%;
  padding: 0;
}
.application .modal-dialog .modal-content {
  background-color: #f5f5f5;
  padding: 40px;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.application .modal-dialog .modal-content .close {
  position: absolute;
  top: 15px;
  right: 15px;
}
.application .modal-dialog .modal-title-wrapper {
  text-align: center;
  margin-bottom: 30px;
}
.application .modal-dialog .modal-title-wrapper h2 {
  color: #000000;
}
.application .modal-dialog .modal-title-wrapper .subtitle {
  font-size: 15px;
  line-height: 19px;
  color: #595959;
  margin-top: 5px;
}
.application .modal-dialog .row-narrow {
  margin: 0 -5px;
}
.application .modal-dialog .row-narrow .col-narrow {
  padding: 0 5px;
}
.application .modal-dialog .form-group {
  margin-bottom: 15px;
}
.application .modal-dialog .form-group:last-child {
  margin-bottom: 15px;
}
.application .modal-dialog .button-wrapper {
  text-align: center;
  margin-top: 15px;
}
.application .checkbox-wrapper .title {
  margin-left: 8px;
  display: inline-block;
  position: relative;
  top: -6px;
  color: #494C52;
}
.application .custom-checkbox {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 14px;
}
.application .custom-checkbox input {
  display: none;
}
.application .custom-checkbox input:checked + .slider {
  background-color: #D0E2AA;
}
.application .custom-checkbox input:checked + .slider:before {
  -webkit-transform: translateX(14px);
  -moz-transform: translateX(14px);
  -o-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
  background-color: #9BC72E;
}
.application .custom-checkbox input:focus + .slider {
  box-shadow: 0 0 1px #D8D8D8;
}
.application .custom-checkbox .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #D8D8D8;
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  -ms-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
  -webkit-border-radius: 34px;
  -moz-border-radius: 34px;
  border-radius: 34px;
}
.application .custom-checkbox .slider::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 0px;
  bottom: -2px;
  background-color: #ffffff;
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  -ms-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
}
.application .link {
  font-size: 15px;
  line-height: 19px;
  font-weight: 700;
  color: #747474;
}
.application .link:hover,
.application .link.active {
  color: #484848;
}
.application .link:hover span,
.application .link.active span {
  text-decoration: underline;
}
.application .link::after {
  font-family: 'Material Design Icons';
  font-size: 24px;
  line-height: 10px;
  font-weight: normal;
  color: #9BC72E;
  content: "\F142";
  position: relative;
  top: 4px;
}
.application .label-text {
  display: block;
  padding-left: 25px;
}
.application .notification {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #9BC72E;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 3px;
  text-align: center;
}
.application .tag {
  font-size: 13px;
  line-height: 17px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  border: 1px solid #D8D8D8;
  padding: 1px 6px 2px;
  background-color: #ffffff;
}

.invite {
    line-height: 25px;
    margin-bottom: 30px;
}

.invite ul {
    list-style-type: disc;
    list-style-position: inside;
}

.application .tagactive {
    color: #ffffff;
    background-color: green;
}

.application .owner {
  background-color: #99CA47;
  background-image: linear-gradient(45deg, #99CA47, #C1D531);
  color: white;
}

.application section.teaser {
  padding-top: 75px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.application section.teaser .image-wrapper {
  background-position: center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.application section.teaser .text-wrapper .logo {
  width: 187px;
  margin-bottom: 21px;
}
.application section.teaser .text-wrapper .content-area {
  padding: 0 0 30px 92px;
  font-size: 18px;
  line-height: 24px;
}
.application section.teaser-list {
  background-color: #ffffff;
  padding: 70px 0 50px;
}
.application section.teaser-list .teaser-item {
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 30px;
}
.application section.teaser-list .teaser-item .image-wrapper {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  height: 85px;
  margin-bottom: 22px;
}
.application section.teaser-list .teaser-item .content-area {
  padding: 40px 20px 0;
  margin-bottom: 20px;
}
.application section.teaser-list .teaser-item .link-wrapper {
  text-align: center;
  border-top: 1px solid #D8D8D8;
  padding: 9px 0;
}
.application section.new-wall {
  padding: 140px 0 80px;
}
.application section.new-wall .create-wall-dialog {
  margin: 0 auto;
  width: 555px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 40px 20px 20px;
  background-color: #ffffff;
}
.application section.new-wall .create-wall-dialog h2 {
  text-align: center;
}
.application section.new-wall .create-wall-dialog .form-group:last-of-type {
  margin-bottom: 43px;
}
.application section.new-wall .create-wall-dialog label.small {
  font-size: 15px;
  line-height: 19px;
}
.application section.new-wall .create-wall-dialog label a {
  text-decoration: underline;
}
.application section.new-wall .create-wall-dialog input[type=button],
.application section.new-wall .create-wall-dialog input[type=submit] {
  width: 100%;
}
.application section.my-wall {
  padding: 100px 0px 80px;
}
.application section.my-wall h1 {
  text-align: center;
  margin-bottom: 12px;
}

.application section.my-wall div.myinstitution {
  text-align: center;
  margin-bottom: 12px;
}


.application section.my-wall .wall-item {
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  margin-bottom: 30px;
}
.application section.my-wall .wall-item:hover .options {
  opacity: 1;
}
.application section.my-wall .wall-item .image-wrapper {
  height: 140px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.application section.my-wall .wall-item .text-wrapper,
.application section.my-wall .wall-item .create-wall-wrapper {
  padding: 25px 20px 32px;
}
.application section.my-wall .wall-item .create-wall-wrapper {
  position: relative;
}
.application section.my-wall .wall-item .create-wall-wrapper h2 {
  text-align: center;
  margin-bottom: 24px;
}
.application section.my-wall .wall-item .create-wall-wrapper input[type=button],
.application section.my-wall .wall-item .create-wall-wrapper input[type=submit] {
  width: 100%;
}
.application section.my-wall .wall-item .create-wall-wrapper .input-wrapper {
  position: absolute;
  left: 20px;
  bottom: 6px;
  right: 30px;
}
.cmxform a {
    text-decoration: underline;
}
.application section.my-wall .wall-item .text-wrapper {
  position: relative;
}
.application section.my-wall .wall-item .options {
  position: absolute;
  right: 15px;
  top: 10px;
}
.application section.my-wall .wall-item .options .icon::before {
  font-family: 'Material Design Icons';
  font-size: 24px;
  line-height: 10px;
  font-weight: normal;
  color: #9BC72E;
  position: relative;
  top: 2px;
}

.application section.my-wall .wall-item .options .icon.delete::before {
  content: '\F1C0';
}

.application section.my-wall .wall-item .options .icon.delete.removeuser::before {
  content: '\F012';
}
.application section.my-wall .wall-item .options .icon.settings::before {
  content: '\F493';
}
.application section.my-wall .wall-item .options .icon:hover::before {
  color: #88AF27;
}
.application section.my-wall .wall-item .wall-link {
  margin-bottom: 17px;
}
.application section.my-wall .wall-item .link-list {
  border-top: 2px dashed #D0D0D0;
  padding-top: 18px;
  clear: both;
}
.application section.my-wall .wall-item .link-list a {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
  position: relative;
}

.application section.my-wall .wall-item .link-list .label-text a {
  font-size: 15px;
  font-weight: normal;
}

.application section.my-wall .wall-item .link-list a:last-of-type {
  margin-bottom: 0;
}
.application section.my-wall .wall-item .link-list a::after {
  font-family: 'Material Design Icons';
  font-size: 24px;
  line-height: 10px;
  font-weight: normal;
  color: #9BC72E;
  content: "\F142";
  position: absolute;
  top: 6px;
  right: 0;
}
.application section.my-wall .wall-item .link-list a.disabled::after {
  display: none;
}
.application section.my-wall .wall-item .link-list a .custom-checkbox {
  position: absolute;
  right: 0;
  top: 6px;
}
.application section.my-wall .wall-item .link-list.invitation a::after {
  display: none;
}
.application section.my-wall .wall-item .link-list.invitation p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 18px;
}
.application section.my-wall .wall-item .link-list.invitation p a {
  font-size: 14px;
  line-height: 18px;
  display: inline;
  margin-bottom: 0;
}
.application section.my-wall .wall-item .link-list.invitation .button {
  width: 100%;
}
.application section.edit-wall {
  padding: 100px 0px 60px;
}
.application section.edit-wall .edit-options-wrapper {
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 25px 20px;
}
.application section.edit-wall .edit-options-wrapper::after {
  content: '';
  display: table;
  clear: both;
}
.application section.edit-wall .edit-options-wrapper + .edit-options-wrapper {
  margin-top: 30px;
}
.application section.edit-wall h2 {
  margin-bottom: 25px;
}
.application section.edit-wall .text {
  float: left;
  width: 50%;
  padding-right: 25px;
}
.application section.edit-wall .options {
  float: left;
  width: 50%;
  padding-left: 25px;
}
.application section.edit-wall .options-value-list {
  clear: left;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 2px dashed #D0D0D0;
}
.application section.edit-wall .options-value-list .table {
  display: table;
  width: 100%;
}
.application section.edit-wall .options-value-list .table .row {
  display: table-row;
  margin-left: 0;
  margin-right: 0;
  -webkit-transition: all 0.15s linear 0s;
  -moz-transition: all 0.15s linear 0s;
  -o-transition: all 0.15s linear 0s;
  -ms-transition: all 0.15s linear 0s;
  transition: all 0.15s linear 0s;
}
.application section.edit-wall .options-value-list .table .row:first-child {
  font-weight: bold;
}
.application section.edit-wall .options-value-list .table .row:first-child div:not([id]):not([class]) {
  background-color: #ffffff !important;
  padding-bottom: 4px;
}
.application section.edit-wall .options-value-list .table .row:first-child:hover div {
  background-color: #ffffff;
}
.application section.edit-wall .options-value-list .table .row:hover {
  background-color: #F6F6F6;
}
.application section.edit-wall .options-value-list .table .row div:not([id]):not([class]) {
  display: table-cell;
  vertical-align: middle;
  border-bottom: 1px solid #D8D8D8;
  padding: 15px 10px;
}
.application section.edit-wall .options-value-list .table .row div:not([id]):not([class]):last-child {
  text-align: right;
}
.application section.edit-wall .options-value-list .table .row div:not([id]):not([class]) button {
  color: #878787;
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  -ms-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
}
.application section.edit-wall .options-value-list .table .row div:not([id]):not([class]) button:hover {
  color: #484848;
}
.application section.edit-wall form::after {
  content: '';
  display: table;
  clear: both;
}
.application section.edit-wall form .form-group .button {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.application section.get-the-app {
  padding: 56px 0px 80px;
  text-align: center;
}
.application section.get-the-app .button {
  margin-bottom: 10px;
}
.application .alert {
  position: fixed;
  width: 440px;
  top: 52px;
  left: 50%;
  margin-left: -220px;
  z-index: 1150;
  font-weight: bold;
  background-color: #88AF27;
  border: 0 none;
  color: #ffffff;
  padding-right: 30px;
}
.application .alert .close-alert {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -9px;
  opacity: 1;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
}
.application .alert .close-alert:hover {
  color: #ffffff;
}
.application .alert.alert-error {
  background-color: #D0021B;
}
.application section {
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.application .modal {
  text-align: center;
  z-index: 1250;
}
.application .modal-backdrop {
  z-index: 1200;
}
.application .modal::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.application .modal-dialog.delete-wall, .application .modal-dialog.delete-wall, 
.application .modal-dialog.delete-user, .application .modal-dialog.delete-user{
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  margin: 0 auto;
  width: 555px;
}
.application .modal-dialog.delete-wall .modal-content, 
.application .modal-dialog.delete-user .modal-content {
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 20px;
  background-color: #ffffff;
}
.application .modal-dialog.delete-wall .modal-header,
.application .modal-dialog.delete-wall .modal-body,
.application .modal-dialog.delete-wall .modal-footer, 
.application .modal-dialog.delete-user .modal-header,
.application .modal-dialog.delete-user .modal-body,
.application .modal-dialog.delete-user .modal-footer {
  padding: 0;
  border: 0 none;
}
.application .modal-dialog.delete-wall .modal-header,
.application .modal-dialog.delete-user .modal-header {
  padding-bottom: 20px;
}
.application .modal-dialog.delete-wall .modal-header h2,
.application .modal-dialog.delete-user .modal-header h2 {
  padding-right: 30px;
}
.application .modal-dialog.delete-wall .modal-header button,
.application .modal-dialog.delete-user .modal-header button {
  opacity: 1;
  top: 25px;
  right: 25px;
}
.application .modal-dialog.delete-wall .modal-header button span:before, 
.application .modal-dialog.delete-user .modal-header button span:before {
  color: #9BC72E;
}
.application .modal-dialog.delete-wall .modal-body, 
.application .modal-dialog.delete-user .modal-body {
  padding-bottom: 35px;
}
.application .modal-dialog.delete-wall .modal-footer .button, 
.application .modal-dialog.delete-user .modal-footer .button {
  width: calc(50% - 7px);
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.application .modal-dialog.delete-wall .modal-footer .button:first-child,
.application .modal-dialog.delete-user .modal-footer .button:first-child {
  margin-right: 5px;
  float: left;
}
.application .modal-dialog.delete-wall .modal-footer .button:last-child,
.application .modal-dialog.delete-user .modal-footer .button:last-child {
  margin-left: 5px;
  float: right;
}
@media (max-width: 1199px) {
  .application {
    /* menu */
  }
  .application .navbar.logged-in .navbar-left {
    top: 7px;
  }
  .application .navbar.logged-in .navbar-left .big {
    position: relative;
    top: 14px;
  }
  .application .navbar.logged-in .navbar-wall {
    left: 103px;
    height: 30px;
    width: auto;
    font-size: 15px;
    line-height: 19px;
  }
  .application .navbar.logged-in .navbar-wall a {
    padding-bottom: 11px;
    margin: 0 14px;
  }
  .application .navbar.logged-in .navbar-wall a .notification {
    top: -3px;
  }
  .application .navbar.logged-in .navbar-right .navbar-nav li:last-of-type a {
    padding-right: 0;
  }
  .application section.my-wall .wall-item .options {
    opacity: 1;
  }
}
@media (max-width: 1023px) {
  .application {
    /* typography */
    font-size: 16px;
    line-height: 20px;
    /* grid */
    /* menu */
    /* content */
    /* sections */
  }
  .application h1 {
    font-size: 24px;
    line-height: 31px;
  }
  .application h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .application .container {
    width: 100%;
  }
  .application .navbar.logged-in .navbar-brand img {
    width: 50px;
  }
  .application .navbar.logged-in .navbar-brand.go-back-icon {
    margin-top: 14px;
  }
  .application .navbar.logged-in .navbar-wall {
    left: 92px;
  }
  .application .content-area table thead tr > td,
  .application .content-area table tbody tr > td,
  .application .content-area table tfoot tr > td,
  .application .content-area table thead tr > th,
  .application .content-area table tbody tr > th,
  .application .content-area table tfoot tr > th {
    padding: 13px 20px;
  }
  .application section.teaser .text-wrapper .logo {
    margin-left: auto;
    margin-right: auto;
  }
  .application section.teaser .text-wrapper .content-area {
    padding-left: 0;
    text-align: center;
  }
  .application section.my-wall .wall-item .options .icon {
    margin-left: 10px;
  }
  .application section.edit-wall .edit-options-wrapper {
    width: calc(100% - 40px);
  }
}
@media (max-width: 768px) {
  .application {
    padding-bottom: 165px;
    /* mobile navigation */
    /* sections */
    /* alert */
    /* modal */
  }
  .application footer {
    height: 165px;
  }
  .application footer .left,
  .application footer .right {
    float: none;
    text-align: center;
  }
  .application footer .left {
    margin-top: 30px;
  }
  .application footer .right .link-box {
    display: inline-block;
    float: none;
    width: 80px;
    height: 56px;
    background-size: 57px 33px;
    margin-top: 25px;
  }
  .application .navbar-collapse.collapse {
    display: none !important;
  }
  .application .navbar-collapse.collapse.in {
    display: block !important;
  }
  .application .navbar-collapse {
    position: absolute;
    right: 10px;
    top: 37px;
    min-width: 220px;
    width: 70%;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }
  .application .navbar-header .collapse,
  .application .navbar-toggle {
    display: block !important;
  }
  .application .navbar-header {
    float: left;
  }
  .application .navbar-toggle {
    margin: 0;
    position: absolute;
    z-index: 110;
    right: 9px;
    top: 9px;
    font-size: 24px;
    line-height: 10px;
    height: 24px;
  }
  .application .navbar-toggle.no-sub-menu {
    top: 21px;
  }
  .application .navbar.logged-in .navbar-brand img {
    display: none;
  }
  .application .navbar.logged-in .navbar-brand.go-back-icon {
    margin: 0;
    width: 50px;
    height: 70px;
    cursor: pointer;
    display: block;
    position: relative;
    z-index: 100;
  }
  .application .navbar.logged-in .navbar-brand.go-back-icon::before {
    top: 19px;
  }
  .application .navbar.logged-in .navbar-wall {
    left: 0;
    right: 0;
    height: 26px;
  }
  .application .navbar.logged-in .navbar-wall a {
    padding-bottom: 7px;
  }
  .application .navbar.logged-in .navbar-left {
    text-align: center;
    float: none !important;
    margin: 0;
  }
  .application .navbar.logged-in .navbar-right .navbar-nav {
    margin: 0;
    float: none;
  }
  .application .navbar.logged-in .navbar-right .navbar-nav li[class*=icon-] a::before {
    display: none;
  }
  .application .navbar.logged-in .navbar-right .navbar-nav li {
    float: none;
  }
  .application .navbar.logged-in .navbar-right .navbar-nav li a {
    font-size: 15px;
    line-height: 24px;
    font-weight: normal;
    color: #747474;
    padding: 12px 16px;
  }
  .application .navbar.logged-in .navbar-right .navbar-nav li.seperator {
    border-left: 0px none;
    border-top: 1px solid #D8D8D8;
  }
  .application .navbar.logged-in .navbar-right .navbar-nav li:hover a,
  .application .navbar.logged-in .navbar-right .navbar-nav li .active a {
    background-color: #E4E4E4;
    color: #484848;
    text-decoration: none;
  }
  .application .navbar.logged-in .navbar-right .navbar-nav li:hover a span,
  .application .navbar.logged-in .navbar-right .navbar-nav li .active a span {
    text-decoration: none;
  }
  .application .navbar.logged-out .container-fluid {
    margin-top: 2px;
  }
  .application .navbar.logged-out .navbar-brand img {
    width: 50px;
    margin-left: 15px;
  }
  .application .navbar.logged-out .navbar-left .big {
    display: none;
  }
  .application .navbar.logged-out .navbar-right {
    float: right !important;
  }
  .application .navbar.logged-out .navbar-right.button-wrapper .button.small {
    padding: 7px 15px;
    margin-left: 5px;
  }
  .application section.teaser {
    padding-top: 35px;
  }
  .application section.teaser .text-wrapper .content-area {
    padding-bottom: 30px;
  }
  .application section.teaser .text-wrapper .logo {
    margin-left: auto;
    margin-right: auto;
    width: 140px;
  }
  .application section.teaser .text-wrapper .button {
    display: block;
  }
  .application section.teaser .image-wrapper {
    min-height: 235px !important;
  }
  .application section.teaser-list {
    padding: 40px 0px 70px;
  }
  .application section.teaser-list .teaser-item {
    margin-bottom: 25px;
  }
  .application section.new-wall {
    padding: 33px 15px 70px;
  }
  .application section.new-wall .create-wall-dialog {
    width: 100%;
  }
  .application section.my-wall {
    padding-top: 33px;
    padding-bottom: 70px;
  }
  .application section.my-wall .wall-item {
    margin-bottom: 25px;
  }
  .application section.my-wall .wall-item .options {
    opacity: 1;
  }
  .application section.get-the-app {
    padding-top: 33px;
    padding-bottom: 70px;
  }
  .application section.get-the-app .content-area {
    margin: 0 30px;
  }
  .application section.get-the-app .button {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
  }
  .application section.edit-wall .edit-options-wrapper + .edit-options-wrapper {
    margin-top: 20px;
  }
  .application section.edit-wall .text {
    float: left;
    width: 100%;
    padding-right: 0;
    margin-bottom: 25px;
  }
  .application section.edit-wall .options {
    float: left;
    width: 100%;
    padding-left: 0;
  }
  .application section.edit-wall .options-value-list {
    margin-top: 20px;
    padding-top: 20px;
  }
  .application .alert {
    width: auto;
    top: 52px;
    left: 20px;
    right: 20px;
    margin-left: 0;
  }
  .application .alert + section {
    margin-top: 33px;
  }
  .application .modal-dialog.delete-wall {
    display: block;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 50%;
    margin-top: -100px;
    width: auto;
  }
  .application .modal-dialog.delete-wall .modal-footer .button {
    width: 100%;
    text-align: center;
  }
  .application .modal-dialog.delete-wall .modal-footer .button:first-child {
    margin-right: 0;
    float: left;
    margin-bottom: 15px;
  }
  .application .modal-dialog.delete-wall .modal-footer .button:last-child {
    margin-left: 0;
    float: right;
  }
}
@media (max-width: 520px) {
  .application .form-group.form-width-33,
  .application .form-group.form-width-66 {
    width: 100%;
    padding: 0 !important;
    margin-bottom: 15px;
  }
  .application .form-group.radios label {
    width: 100%;
    margin-left: 0 !important;
  }
  .application section.edit-wall .options-value-list .table {
    display: block;
    width: 100%;
  }
  .application section.edit-wall .options-value-list .table .row {
    display: block;
    border-bottom: 1px solid #D8D8D8;
    padding: 10px 0;
  }
  .application section.edit-wall .options-value-list .table .row::after {
    content: '';
    display: table;
    clear: both;
  }
  .application section.edit-wall .options-value-list .table .row:first-child:hover {
    background-color: #ffffff;
  }
  .application section.edit-wall .options-value-list .table .row:first-child div:not([id]):not([class]) {
    width: auto;
    padding-right: 0;
  }
  .application section.edit-wall .options-value-list .table .row:first-child div:not([id]):not([class]):nth-child(2) {
    padding-left: 0;
  }
  .application section.edit-wall .options-value-list .table .row:first-child div:not([id]):not([class]):nth-child(2)::before {
    content: '/';
    display: block;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .application section.edit-wall .options-value-list .table .row:first-child div:not([id]):not([class]):nth-last-child(-n+2) {
    display: none;
  }
  .application section.edit-wall .options-value-list .table .row div:not([id]):not([class]) {
    display: block;
    float: left;
    width: 100%;
    border-bottom: 0 none;
    padding: 5px 10px;
  }
  .application section.edit-wall .options-value-list .table .row div:not([id]):not([class]):last-child {
    text-align: right;
  }
  .application section.edit-wall .options-value-list .table .row div:not([id]):not([class]):nth-last-child(-n+2) {
    width: 50%;
  }
}
.radio-admininvitation label {
  display: inline-block;
  background-color: #ddd;
  padding: 4px 11px;
  font-family: Arial;
  font-size: 16px;
  cursor: pointer;
}

.radio-admininvitation input[type="radio"]:checked+label {
  background-color: #000;
}

.main
{
background-color: white !important;
}
.dispnon
{
    display:none !important;
}
.startcontainer
{
    padding-top:20px;
}

.kpurlinput label{
    display: inline;
}

#create_pw_div

div.inputdiv input[type="text"] {
    border: none;
    width: 65%;
    padding-left: 0px;
}

.kpurlinput .inputdiv {
    border: 1px solid #D8D8D8;
    border-radius: 3px;
    padding-left: 10px;
    margin-top: 5px;
}

div.question {
    background-image: url("data:image/svg+xml,%3Csvg width='1em' height='1em' viewBox='0 0 16 16' class='bi bi-question-circle-fill' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM5.496 6.033a.237.237 0 0 1-.24-.247C5.35 4.091 6.737 3.5 8.005 3.5c1.396 0 2.672.73 2.672 2.24 0 1.08-.635 1.594-1.244 2.057-.737.559-1.01.768-1.01 1.486v.105a.25.25 0 0 1-.25.25h-.81a.25.25 0 0 1-.25-.246l-.004-.217c-.038-.927.495-1.498 1.168-1.987.59-.444.965-.736.965-1.371 0-.825-.628-1.168-1.314-1.168-.803 0-1.253.478-1.342 1.134-.018.137-.128.25-.266.25h-.825zm2.325 6.443c-.584 0-1.009-.394-1.009-.927 0-.552.425-.94 1.01-.94.609 0 1.028.388 1.028.94 0 .533-.42.927-1.029.927z'/%3E%3C/svg%3E");
    cursor: pointer;
}

#terms_label {
    margin-bottom: 0px;
}

.switch_pw_explanation ol {
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    list-style-type: decimal;
}

/* Tabs mit radio-Buttons */
.tabbed figure { 
   display: block; 
   margin-left: 0; 
   border-bottom: 1px solid silver;
   clear: both;
}

.tabbed > input,
.tabbed figure > div { display: none; }

.tabbed figure>div {
  padding: 20px;
  width: 100%;
  border: 1px solid silver;
  background: #fff;
  line-height: 1.5em;
  letter-spacing: 0.3px;
  color: #444;
}

#tab1:checked ~ figure .tab1,
#tab2:checked ~ figure .tab2 { display: block; }

.application nav label {
   float: left;
   padding: 15px 15px;
   border-top: 1px solid silver;
   border-right: 1px solid silver;
   background: #e7e7e7;
   color: #eee;
   margin-bottom: 0px;
}

nav label:nth-child(1) { border-left: 1px solid silver; }
nav label:hover { background: #ffffff; }
nav label:active { background: #ffffff; }

#tab1:checked ~ nav label[for="tab1"],
#tab2:checked ~ nav label[for="tab2"] {
  background: white;
  color: #111;
  position: relative;
  border-bottom: none;
}

#tab1:checked ~ nav label[for="tab1"]:after,
#tab2:checked ~ nav label[for="tab2"]:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: white;
  left: 0;
  bottom: -1px;
}

.transfer_pw div {
    margin: 10px 0px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.transfer_pw input[type=text] {
    width: 25em;
}

.transfer_pw input[type=radio] {
    width: 20px;
    height: 20px;
}