@charset "UTF-8";
@import "https://use.typekit.net/uor6juq.css";


input[type=checkbox].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

input[type=checkbox].css-checkbox + label.css-label {
  padding-left: 35px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 30px;
  vertical-align: middle;
  cursor: pointer;
}

input[type=checkbox].css-checkbox:checked + label.css-label {
  background-position: 0 -30px;
}

label.css-label {
  background-image: url("http://csscheckbox.com/checkboxes/u/csscheckbox_f60067e68146be412873f96f1d2458cd.png");
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Comenia Sans","comenia-sans-web",Arial,sans-serif;
  color: #404040;
  background-color: #E6E6E6;
  line-height: 1.5em;
}

.full-width {
  width: 90%;
}

.full-width td:nth-of-type(1) {
  width: 12%;
}

.full-width td:nth-of-type(2) {
  width: 25%;
}

.full-width td:nth-of-type(3) {
  width: 63%;
}

a {
  text-decoration: none;
}

.blue {
  color: #00AEEF;
}

.black {
  color: black;
}

.italic {
  font-style: italic;
}

.nowrap {
  white-space: nowrap;
}

.menu-button {
  background-color: white;
  color: #F4921e;
  border-radius: 3px;
  position: absolute;
  right: 10%;
  top: 16px;
  padding: 0;
  cursor: pointer;
  z-index: 0;
  visibility: hidden;
}

.menu-button p {
  font-weight: bold;
  padding: 10px 16px;
  margin: 0;
  font-size: 15px;
}

@media screen and (max-width: 550px) {
  .menu-button p {
    visibility: hidden;
  }
}

@media screen and (max-width: 1180px) {
  .menu-button {
    visibility: visible;
  }
}

@media screen and (max-width: 550px) {
  .menu-button {
    background: white url("/Content/Images/glyphicons-517-menu-hamburger.png") center center;
    background-size: 14px 12px;
    background-repeat: no-repeat;
    width: 35px;
    height: 31px;
    color: #F4921e;
  }
}

.page {
  background-color: white;
  width: 1440px;
  margin: auto;
}

@media screen and (max-width: 1440px) {
  .page {
    width: 100%;
  }
}

.page .header {
  color: white;
  background-size: 1440px 45px;
  background-repeat: no-repeat;
  transition: all 0.5s;
  overflow: hidden;
}

@media print {
  .page .header {
    display: none;
  }
}

.page .header .inner--header {
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  height: 100%;
}

@media screen and (max-width: 1180px) {
  .page .header .inner--header {
    display: block;
  }
}

.page .header .inner--header .logo {
  font-family: "Comenia Sans","comenia-sans-web",Arial,sans-serif;
  color: white;
  height: 64px;
  display: table;
}

.page .header .inner--header .logo h1 {
  margin: 0;
  vertical-align: middle;
  display: table-cell;
}

.page .header .inner--header .logo h1 img {
  padding: 0;
  margin: 0;
  height: 64px;
  vertical-align: middle;
}

.page .header .inner--header .menu {
  display: flex;
  justify-content: space-between;
  width: auto;
  height: 64px;
}

@media screen and (max-width: 1180px) {
  .page .header .inner--header .menu {
    display: block;
    width: 100%;
  }
}

.page .header .inner--header .menu ul {
  display: table;
  justify-content: space-around;
  height: 100%;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 1180px) {
  .page .header .inner--header .menu ul {
    display: block;
    width: 100%;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}

.page .header .inner--header .menu ul .space {
  display: table-cell;
  height: 100%;
  padding: 0;
  vertical-align: middle;
}

@media screen and (max-width: 1180px) {
  .page .header .inner--header .menu ul .space {
    display: none;
  }
}

.page .header .inner--header .menu ul li {
  height: 100%;
  display: table-cell;
  padding: 0 10px;
  vertical-align: middle;
  text-align: center;
  transition: background-color 0.3s;
  cursor: pointer;
  border-right: 1px solid #F4921e;
}

@media screen and (max-width: 1180px) {
  .page .header .inner--header .menu ul li {
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
    height: 60px;
  }
}

.page .header .inner--header .menu ul li a {
  color: white;
  text-decoration: none;
  height: 100%;
}

@media screen and (max-width: 1180px) {
  .page .header .inner--header .menu ul li a {
    width: 100%;
    display: block;
    height: 1em;
    padding: 20px 10%;
  }
}

.page .header .inner--header .menu ul li:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.page .header .inner--header .menu ul .active {
  background-color: rgba(255, 255, 255, 0.2);
  font-weight: bold;
}

.page .subtext {
  background: #00AEEF url("/Content/Images/header-arrow-orange.png") center top;
  background-size: 1440px 45px;
  background-repeat: no-repeat;
  background-position: center -11px;
  width: 100%;
  min-height: 45px;
  color: white;
  z-index: -3;
}

@media screen and (max-width: 1440px) {
  .page .subtext {
    background-position: 10% -11px;
  }
}

.page .subtext .inner--subtext {
  width: 80%;
  margin: auto;
  padding: 60px 0;
  display: table;
  justify-content: space-between;
}

@media screen and (max-width: 1000px) {
  .page .subtext .inner--subtext {
    display: block;
  }
}

.page .subtext .inner--subtext .left--inner--subtext {
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 1000px) {
  .page .subtext .inner--subtext .left--inner--subtext {
    width: 100%;
  }
}

.page .subtext .inner--subtext .left--inner--subtext h2 {
  margin: 5px;
  font-size: 1.8em;
}

.page .subtext .inner--subtext .left--inner--subtext p {
  font-size: 16px;
  line-height: 1.5em;
  font-family: "Comenia Sans","comenia-sans-web",Arial,sans-serif;
}

.page .subtext .inner--subtext .left--inner--subtext p .button {
  background-color: white;
  border-radius: 3px;
  padding: 8px 30px;
  color: #00AEEF;
  font-weight: bold;
  margin-right: auto;
  width: auto;
  font-size: 14px;
  transition: background-color 0.3s;
  cursor: pointer;
}

.page .subtext .inner--subtext .left--inner--subtext p .button:hover {
  background-color: #E6E6E6;
}

.page .subtext .inner--subtext .right--inner--subtext {
  display: table-cell;
  width: 30%;
}

@media screen and (max-width: 1000px) {
  .page .subtext .inner--subtext .right--inner--subtext {
    width: 100%;
    text-align: center;
  }
}

.page .subtext .inner--subtext .right--inner--subtext img {
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .page .subtext .inner--subtext .right--inner--subtext img {
    width: 50%;
  }
}

@media screen and (max-width: 600px) {
  .page .subtext .inner--subtext .right--inner--subtext img {
    width: 100%;
  }
}

.page .filters {
  background: url("/Content/Images/header-arrow-blue-shadow.png") center top;
  background-size: 1440px 45px;
  background-repeat: no-repeat;
  background-position: center 0;
  padding-top: 60px;
  width: 100%;
  padding-bottom: 20px;
}

@media screen and (max-width: 1440px) {
  .page .filters {
    background-position: 10% 0;
  }
}

.page .filters .inner--filters {
  width: 80%;
  margin: auto;
  padding-bottom: 40px;
}

@media screen and (max-width: 900px) {
  .page .filters .inner--filters {
    margin-top: 20px;
    justify-content: left;
  }
}

.page .filters .inner--filters .filter-wrap {
  display: flex;
}

@media screen and (max-width: 1300px) {
  .page .filters .inner--filters .filter-wrap {
    margin-top: 20px;
    justify-content: space-between;
    width: 100%;
  }
}

@media screen and (max-width: 1150px) {
  .page .filters .inner--filters .filter-wrap {
    display: block;
  }
}

.page .filters .inner--filters .filter-wrap h2 {
  height: 1em;
  font-size: 1em;
  margin: 0;
  padding: 5px 0;
}

.page .filters .inner--filters .filter-wrap .filter {
  color: #404040;
  font-size: 16px;
  margin-right: 20px;
  padding: 8px 20px;
  width: 25%;
  box-sizing: border-box;
  text-align: left;
  border: 0;
  border: 2px solid #d9d9d9;
  border-radius: 5px;
  transition: all 0.3s;
  cursor: pointer;
  font-family: "Comenia Sans","comenia-sans-web";
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background: white url(/Content/Images/arrow.png) no-repeat 95% 50%;
  background-size: 13px 13px;
}

.page .filters .inner--filters .filter-wrap .filter:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 1300px) {
  .page .filters .inner--filters .filter-wrap .filter {
    margin: 0;
  }
}

@media screen and (max-width: 1150px) {
  .page .filters .inner--filters .filter-wrap .filter {
    width: 100%;
    margin-top: 5px;
  }
}

.page .seminar {
  width: 100%;
  padding-bottom: 10px;
}

.page .seminar .inner--seminar {
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 26px;
  border-bottom: 2px dotted #a6a6a6;
}

.page .seminar .inner--seminar .left--seminar {
  width: 100%;
  padding-top: 20px;
}

.page .seminar .inner--seminar .left--seminar .top--left--seminar {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 10px;
}

@media screen and (max-width: 800px) {
  .page .seminar .inner--seminar .left--seminar .top--left--seminar {
    display: block;
  }
}

.page .seminar .inner--seminar .left--seminar .top--left--seminar h3 {
  margin: 0;
  padding: 0;
  font-size: 1.3em;
}

.page .seminar .inner--seminar .left--seminar .top--left--seminar h3 a {
  color: #00AEEF;
}

.page .seminar .inner--seminar .left--seminar .top--left--seminar .place {
  color: black;
  list-style-type: square;
}

.page .seminar .inner--seminar .left--seminar .top--left--seminar .more-info {
  display: table-cell;
  text-align: right;
  vertical-align: bottom;
  width: auto;
  margin-bottom: 0;
  padding-top: 8px;
}

@media screen and (max-width: 800px) {
  .page .seminar .inner--seminar .left--seminar .top--left--seminar .more-info {
    width: 100%;
    display: block;
  }
}

.page .seminar .inner--seminar .left--seminar .top--left--seminar .more-info .button {
  text-align: center;
  background-color: #00AEEF;
  padding: 8px 30px;
  color: white;
  font-size: 14px;
  font-weight: bold;
  border-radius: 3px;
  transition: all 0.3s;
  white-space: nowrap;
  margin-bottom: 0;
}

.page .seminar .inner--seminar .left--seminar .top--left--seminar .more-info .button:hover {
  background-color: #0089BC;
}

.page .seminar .inner--seminar .left--seminar .bottom--left--seminar {
  color: #404040;
  display: flex;
}

@media screen and (max-width: 800px) {
  .page .seminar .inner--seminar .left--seminar .bottom--left--seminar {
    flex-wrap: wrap-reverse;
  }
}

.page .seminar .inner--seminar .left--seminar .bottom--left--seminar .description {
  text-align: justify;
  width: 70%;
  margin-top: 0;
  padding-top: 0;
}

@media screen and (max-width: 800px) {
  .page .seminar .inner--seminar .left--seminar .bottom--left--seminar .description {
    width: 100%;
  }
}

.page .seminar .inner--seminar .left--seminar .bottom--left--seminar .description p {
  margin: 0;
  font-size: 15px;
  line-height: 1.4em;
}

.page .seminar .inner--seminar .left--seminar .bottom--left--seminar .description .more-info {
  color: #00AEEF;
  text-decoration: underline;
}

.page .seminar .inner--seminar .left--seminar .bottom--left--seminar .description .more-info:hover {
  text-decoration: none;
}

.page .seminar .inner--seminar .left--seminar .bottom--left--seminar .to-date {
  text-align: right;
  width: 30%;
}

@media screen and (max-width: 800px) {
  .page .seminar .inner--seminar .left--seminar .bottom--left--seminar .to-date {
    width: 100%;
  }
}

.page .seminar .inner--seminar .left--seminar .bottom--left--seminar .to-date p {
  margin: 0;
  padding: 0;
  line-height: 1.4em;
  font-size: 15px;
}

.page .expired .button-text {
  color: white !important;
}

.page .expired a, .page .expired .place, .page .expired .seminar-description {
  color: #aaaaaa !important;
}

.page .ask {
  width: 100%;
}

.page .ask .inner--ask {
  padding-top: 60px;
  padding-bottom: 70px;
  margin-top: 0;
  width: 60%;
  margin: auto;
  text-align: center;
}

@media screen and (max-width: 830px) {
  .page .ask .inner--ask {
    width: 100%;
  }
}

.page .ask .inner--ask a {
  color: #00AEEF;
  text-decoration: underline;
}

.page .ask .inner--ask h2 {
  margin-top: 0;
}

.page .ask .inner--ask p {
  width: 80%;
  margin: 0 auto 30px auto;
  line-height: 1em;
  font-size: 15px;
}

.page .ask .inner--ask .ask-seminar-button {
  color: white;
  background-color: #00AEEF;
  border-radius: 3px;
  padding: 8px 30px;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}

.page .footer {
  width: 100%;
  color: black;
  background-color: #f2f2f2;
  padding-top: 20px;
  padding-bottom: 50px;
}

@media print {
  .page .footer {
    display: none;
  }
}

.page .footer .inner--footer {
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 830px) {
  .page .footer .inner--footer {
    display: block;
  }
}

.page .footer .inner--footer .footer--section {
  width: 25%;
  margin: 0 20px;
  font-size: 14px;
  line-height: 1.3em;
  color: #404040;
  border-left: 2px dotted #878787;
}

.page .footer .inner--footer .footer--section:first-of-type a {
  text-decoration: underline;
}

@media screen and (max-width: 830px) {
  .page .footer .inner--footer .footer--section {
    width: 100%;
    border: none;
    margin: 0;
  }
}

.page .footer .inner--footer .footer--section .light {
  font-weight: 100;
}

.page .footer .inner--footer .footer--section ul {
  list-style-type: none;
}

.page .footer .inner--footer .footer--section ul li {
  margin-top: 10px;
}

@media screen and (max-width: 830px) {
  .page .footer .inner--footer .footer--section ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    border: none;
  }
}

.page .footer .inner--footer .footer--section a {
  color: #878787;
  text-decoration: none;
}

.page .footer .inner--footer .footer--section:first-of-type {
  margin-left: 0;
  border: none;
  width: 40%;
}

@media screen and (max-width: 830px) {
  .page .footer .inner--footer .footer--section:first-of-type {
    width: 100%;
  }
}

.page .bottom--footer {
  background-color: #cccccc;
}

@media print {
  .page .bottom--footer {
    display: none;
  }
}

.page .bottom--footer .bottom {
  color: #404040;
  margin: auto;
  width: 80%;
  display: flex;
  justify-content: space-between;
  flex-wrap: flex;
  font-size: 12px;
}

.page .bottom--footer .bottom p {
  margin: 5px 0;
}

@media screen and (max-width: 600px) {
  .page .bottom--footer .bottom {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .page .bottom--footer .bottom p {
    width: 100%;
    margin: 0;
  }
}

.transform-active {
  height: 480px;
  background: #F4921e url("/Content/Images/header-arrow-orange.png");
  background-position: 10% 469px;
}

.transform-inactive {
  height: 64px;
  background: #F4921e url("/Content/Images/header-arrow-orange.png") center top;
  background-position: center 54px;
}

@media screen and (max-width: 1440px) {
  .transform-inactive {
    background-position: 10% 54px;
  }
}

.shadow {
  background-image: url("/Content/Images/header-arrow-orange-shadow.png");
}

.strong {
  font-weight: bold;
}

.page .detail {
  background: white url("/Content/Images/header-arrow-orange-shadow.png") center top;
  background-size: 1440px 45px;
  background-repeat: no-repeat;
  background-position: center -11px;
  width: 100%;
  min-height: 45px;
  color: #4d4d4d;
}

@media screen and (max-width: 1440px) {
  .page .detail {
    background-position: 10% -11px;
  }
}

.page .detail .inner--detail {
  width: 80%;
  margin: auto;
}

.page .detail .inner--detail .headline {
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
  padding-bottom: 20px;
  border-bottom: 3px dotted #a6a6a6;
}

.page .detail .inner--detail .headline .left--inner--headline {
  width: 68%;
}

@media screen and (max-width: 1180px) {
  .page .detail .inner--detail .headline .left--inner--headline {
    width: 100%;
  }
}

.page .detail .inner--detail .headline .left--inner--headline h2 {
  color: #343434;
  font-size: 1.7em;
  line-height: 1.2em;
}

.page .detail .inner--detail .headline .left--inner--headline p {
  color: #404040;
  font-size: 16px;
  line-height: 1.2em;
}

.page .detail .inner--detail .headline .left--inner--headline .inner--left--inner--headline {
  margin-top: 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

@media screen and (max-width: 760px) {
  .page .detail .inner--detail .headline .left--inner--headline .inner--left--inner--headline {
    display: block;
    text-align: right;
  }
}

.page .detail .inner--detail .headline .left--inner--headline .inner--left--inner--headline p {
  margin: 0;
  padding: 0;
  margin-top: auto;
}

@media screen and (max-width: 760px) {
  .page .detail .inner--detail .headline .left--inner--headline .inner--left--inner--headline p {
    margin-top: 10px;
  }
}

.page .detail .inner--detail .headline .left--inner--headline .inner--left--inner--headline p .register-button {
  background-color: #00AEEF;
  padding: 8px 30px;
  border-radius: 3px;
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
}

.page .detail .inner--detail .headline .right--inner--headline {
  width: 30%;
}

@media screen and (max-width: 1180px) {
  .page .detail .inner--detail .headline .right--inner--headline {
    display: none;
  }
}

.page .detail .inner--detail .headline .right--inner--headline img {
  width: 320px;
}

.page .detail .inner--detail .headline a {
  color: #00AEEF;
  text-decoration: underline;
}

.page .detail .inner--detail .headline a:hover {
  text-decoration: none;
}

.page .detail .inner--detail .headline h2 {
  margin: 0;
}

.page .detail .inner--detail .headline p {
  margin: 0;
  padding-top: 5px;
  padding-bottom: 10px;
  font-size: 1.1em;
}

.page .detail .inner--detail .headline p:first-of-type {
  padding-top: 20px;
  padding-bottom: 0;
}

.page .detail .inner--detail .info {
  display: flex;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 3px dotted #a6a6a6;
  font-size: 15px;
  flex-wrap: wrap;
}

.page .detail .inner--detail .info h3 {
  color: black;
  font-size: 1.4em;
  margin-bottom: 5px;
}

.page .detail .inner--detail .info a {
  color: #00AEEF;
  text-decoration: underline;
}

.page .detail .inner--detail .info p {
  margin: 0;
  padding: 0;
}

.page .detail .inner--detail .info .price, .page .detail .inner--detail .info .lectors, .page .detail .inner--detail .info .accreditation, .page .detail .inner--detail .info .date {
  width: 25%;
}

@media screen and (max-width: 1250px) {
  .page .detail .inner--detail .info .price, .page .detail .inner--detail .info .lectors, .page .detail .inner--detail .info .accreditation, .page .detail .inner--detail .info .date {
    width: auto;
    box-sizing: border-box;
    margin-right: 20px;
    width: 45%;
  }
}

@media screen and (max-width: 700px) {
  .page .detail .inner--detail .info .price, .page .detail .inner--detail .info .lectors, .page .detail .inner--detail .info .accreditation, .page .detail .inner--detail .info .date {
    width: 100%;
    margin: 0;
  }
}

.page .detail .inner--detail .info .price .inner--price, .page .detail .inner--detail .info .lectors .inner--price, .page .detail .inner--detail .info .accreditation .inner--price, .page .detail .inner--detail .info .date .inner--price {
  font-size: 1.4em;
  color: #d2222a;
  font-weight: bold;
}

.page .detail .inner--detail .info .price .inner--price span, .page .detail .inner--detail .info .lectors .inner--price span, .page .detail .inner--detail .info .accreditation .inner--price span, .page .detail .inner--detail .info .date .inner--price span {
  font-size: initial;
  color: #404040;
  font-weight: normal;
}

.page .detail .inner--detail .info-after {
  border-top: 3px dotted #a6a6a6;
  border-bottom: 3px dotted #a6a6a6;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
}

.page .detail .inner--detail .info-after h3 {
  margin-bottom: 0;
}

.page .detail .inner--detail .info-after p {
  margin-top: 5px;
}

.page .detail .inner--detail .info-after .left--info-after {
  width: 68%;
}

.page .detail .inner--detail .info-after .right--info-after {
  width: 30%;
}

.page .detail .inner--detail .text h3 {
  margin: 0;
}

.page .detail .inner--detail .text p {
  margin: 0;
  padding: 10px 0;
}

.page .detail .inner--detail .text .text--more-info {
  text-align: center;
}

.page .detail .inner--detail .text .text--more-info a {
  padding: 8px 30px;
  background-color: white;
  color: #00AEEF;
  border: 3px solid #00AEEF;
  border-radius: 3px;
  font-size: 14px;
  font-weight: bold;
}

.page .detail .inner--detail .storno {
  font-style: italic;
  font-size: 0.9em;
  line-height: 1em;
  padding-top: 200px;
  padding-bottom: 30px;
}

.page .detail .inner--detail .storno h3 {
  margin: 0;
}

.page .detail .inner--detail .storno p {
  margin: 0;
  padding: 10px 0;
}

.page .detail .inner--detail .flow {
  color: white;
  display: flex;
}

@media screen and (max-width: 1040px) {
  .page .detail .inner--detail .flow {
    display: block;
  }
}

@media screen and (max-width: 1250px) {
  .page .detail .inner--detail .flow {
    line-height: 1.3em;
  }
}

@media screen and (max-width: 1160px) {
  .page .detail .inner--detail .flow {
    line-height: 1.1em;
  }
}

.page .detail .inner--detail .flow .inner--flow {
  text-align: justify;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0 30px;
  margin-bottom: 20px;
  height: 370px;
}

@media screen and (max-width: 1040px) {
  .page .detail .inner--detail .flow .inner--flow {
    padding: 1px 30px;
    margin: 0;
    height: auto;
  }
}

.page .detail .inner--detail .flow .a--flow {
  margin-top: 0;
}

.page .detail .inner--detail .flow .b--flow {
  margin-top: 35px;
  background-color: #00AEEF;
}

@media screen and (max-width: 1040px) {
  .page .detail .inner--detail .flow .b--flow {
    margin: 0;
  }
}

.page .detail .inner--detail .flow .c--flow {
  margin-top: -15px;
  background-color: #F4921e;
}

@media screen and (max-width: 1040px) {
  .page .detail .inner--detail .flow .c--flow {
    margin: 0;
  }
}

.page .register-form {
  background: white url("/Content/Images/header-arrow-orange-shadow.png") center top;
  background-size: 1440px 45px;
  background-repeat: no-repeat;
  background-position: center -11px;
  width: 100%;
  min-height: 45px;
}

@media screen and (max-width: 1440px) {
  .page .register-form {
    background-position: 10% -11px;
  }
}

.page .register-form .inner--register-form {
  width: 80%;
  margin: auto;
}

.page .register-form .inner--register-form h2 {
  margin: 0;
  padding: 80px 0 20px 0;
}

.page .register-form .inner--register-form .wrap--form {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
  min-height: 70vh;
}

.page .register-form .inner--register-form .wrap--form form {
  width: 100%;
}

.page .register-form .inner--register-form .wrap--form form div {
  transition: all 0.5s;
  overflow: hidden;
}

.page .register-form .inner--register-form .wrap--form form div .top-column {
  color: white;
  background-color: #f2f2f2;
  margin: 0;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}

.page .register-form .inner--register-form .wrap--form form div .top-column h3 {
  margin: 0;
  padding: 0;
}

.page .register-form .inner--register-form .wrap--form form div .top-column span {
  padding: 0;
  margin: 0;
}

.page .register-form .inner--register-form .wrap--form form div table {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 670px) {
  .page .register-form .inner--register-form .wrap--form form div table {
    display: flex;
  }
}

@media screen and (max-width: 670px) {
  .page .register-form .inner--register-form .wrap--form form div table tr {
    display: flex;
    flex-wrap: wrap;
  }
}

.page .register-form .inner--register-form .wrap--form form div table tr td {
  width: 25%;
}

@media screen and (max-width: 670px) {
  .page .register-form .inner--register-form .wrap--form form div table tr td {
    width: 100%;
  }
}

.page .register-form .inner--register-form .wrap--form form div table tr td label {
  display: block;
}

.page .register-form .inner--register-form .wrap--form form div table tr td input {
  width: 100%;
  border-radius: 3px;
  box-sizing: border-box;
  border-style: solid;
  padding: 5px 10px;
  font-size: 1em;
  border: 2px solid #E6E6E6;
}

.page .register-form .inner--register-form .wrap--form form div table tr td .load {
  background-color: #00AEEF;
  color: white;
  font-size: 14px;
  font-weight: bold;
  border-radius: 3px;
  padding: 8px 30px;
  display: inline-block;
  cursor: pointer;
  margin-top: 17px;
}

.page .register-form .inner--register-form .wrap--form form div table tr td .load:hover {
  background-color: #0089BC;
}

.page .register-form .inner--register-form .wrap--form form div table tr td textarea {
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  border: 2px solid #E6E6E6;
}

.page .register-form .inner--register-form .wrap--form form div .sameperson {
  display: flex;
  color: white;
  padding: 10px;
  background-color: #00AEEF;
}

.page .register-form .inner--register-form .wrap--form form div .sameperson input {
  width: 20px;
}

.page .register-form .inner--register-form .wrap--form form div .next {
  display: flex;
  justify-content: space-between;
}

.page .register-form .inner--register-form .wrap--form form div .next div {
  margin-top: 20px;
}

.page .register-form .inner--register-form .wrap--form form div .next .next-button {
  background-color: #00AEEF;
  color: white;
  font-size: 14px;
  font-weight: bold;
  border-radius: 3px;
  padding: 8px 30px;
  width: 72px;
  display: block;
  margin-left: auto;
  margin-bottom: 20px;
  cursor: pointer;
  margin-top: 20px;
  height: 24px;
}

.page .register-form .inner--register-form .wrap--form form div .next .next-button:hover {
  background-color: #0089BC;
}

.page .register-form .inner--register-form .wrap--form form div .next .back-button {
  background-color: #00AEEF;
  color: white;
  font-size: 14px;
  font-weight: bold;
  border-radius: 3px;
  padding: 8px 30px;
  display: block;
  margin-bottom: 20px;
  cursor: pointer;
  margin-top: 20px;
}

.page .register-form .inner--register-form .wrap--form form div .next .back-button:hover {
  background-color: #0089BC;
}

.page .register-form .inner--register-form .wrap--form form div .next .send-button {
  background-color: #00AEEF;
  color: white;
  font-size: 14px;
  font-weight: bold;
  border-radius: 3px;
  padding: 8px 30px;
  display: block;
  margin-left: auto;
  margin-bottom: 20px;
  cursor: pointer;
  margin-top: 20px;
  height: 24px;
}

.page .register-form .inner--register-form .wrap--form form div .next .send-button:hover {
  background-color: #0089BC;
}

.page .register-form .inner--register-form .wrap--form form div .payer {
  display: table;
  color: white;
  padding: 10px;
  width: 100%;
  background-color: #00AEEF;
}

.page .register-form .inner--register-form .wrap--form form div .payer label {
  display: table-cell;
  margin: 5px 5px 0 5px;
}

.page .register-form .inner--register-form .wrap--form .third--form-section .agreement-column {
  display: flex;
  color: white;
  padding: 10px;
  background-color: #00AEEF;
}

.page .register-form .inner--register-form .wrap--form .third--form-section .agreement-column input {
  width: 20px;
}

.page .register-form .inner--register-form .wrap--form .third--form-section .check {
  margin: 0;
  margin-top: 50px;
}

.page .register-form .inner--register-form .wrap--form .third--form-section .checkinfo {
  display: flex;
  justify-content: space-between;
}

.page .register-form .inner--register-form .wrap--form .third--form-section .checkinfo p {
  margin: 0;
}

.page .register-form .inner--register-form .wrap--form .third--form-section .priceinfo {
  text-align: right;
  width: 100%;
  margin-top: 20px;
}

.page .register-form .inner--register-form .wrap--form .third--form-section .seminarinfo h2 {
  margin: 0;
  padding: 0;
  padding-top: 20px;
  color: #cccccc;
}

.page .register-form .inner--register-form .wrap--form .third--form-section .seminarinfo h4 {
  margin: 0;
  padding: 0;
}

.page .participants {
  background: white url("/Content/Images/header-arrow-orange-shadow.png") center top;
  background-size: 1440px 45px;
  background-repeat: no-repeat;
  background-position: center -11px;
  width: 100%;
  min-height: 45px;
  margin: 0;
  padding: 0px 0 40px 0;
}

@media screen and (max-width: 1440px) {
  .page .participants {
    background-position: 10% -11px;
  }
}

.page .participants .inner--participants {
  width: 80%;
  margin: auto;
  padding-top: 40px;
}

.page .participants .inner--participants .header-participants {
  text-align: center;
  width: 100%;
}

.page .participants .inner--participants .header-participants h3 {
  color: #343434;
  font-size: 1.6em;
  font-weight: 100;
  margin-bottom: 15px;
  line-height: 1.2em;
}

.page .participants .inner--participants .header-participants h2 {
  font-size: 1.6em;
  margin-top: 0;
  margin-bottom: 30px;
  color: #00AEEF;
  line-height: 1.2em;
}

.page .participants .inner--participants .main-participants {
  width: 100%;
  margin-top: 40px;
  border-top: 3px dotted #a6a6a6;
  border-collapse: collapse;
}

.page .participants .inner--participants .main-participants tr {
  height: 60px;
  border-bottom: 1px solid #a6a6a6;
}

.page .participants .inner--participants .main-participants tr td {
  padding-left: 10px;
}

.page .participants .inner--participants .main-participants tr:first-of-type {
  border-bottom: 3px dotted #a6a6a6;
  font-weight: bold;
}

.page .participants .inner--participants .main-participants tr:last-of-type {
  border: 0;
}

.page .participants .inner--participants a {
  color: #00AEEF;
  text-decoration: underline;
  padding-left: 10px;
}

@media print {
  .page {
    width: 210mm;
  }
}

.page .register {
  background: white url("/Content/Images/header-arrow-orange-shadow.png") center top;
  background-size: 1440px 45px;
  background-repeat: no-repeat;
  background-position: center -11px;
  width: 100%;
  min-height: 45px;
  margin: 0;
  padding: 0px 0 40px 0;
}

@media screen and (max-width: 1440px) {
  .page .register {
    background-position: 10% -11px;
  }
}

@media print {
  .page .register {
    width: 210mm;
  }
}

.page .register .inner--register {
  width: 80%;
  margin: auto;
  padding-top: 40px;
}

@media screen and (max-width: 500px) {
  .page .register .inner--register {
    width: 100%;
  }
}

.page .register .inner--register .header-register {
  text-align: center;
  width: 100%;
}

.page .register .inner--register .header-register h3 {
  color: #343434;
  font-size: 1.6em;
  font-weight: 100;
  margin-bottom: 15px;
  line-height: 1.2em;
}

.page .register .inner--register .header-register h2 {
  font-size: 1.6em;
  margin-top: 0;
  margin-bottom: 30px;
  color: #00AEEF;
  line-height: 1.2em;
}

.page .register .inner--register .flow-register {
  display: flex;
  justify-content: space-around;
  color: #a6a6a6;
  border-top: 3px dotted #a6a6a6;
  border-bottom: 3px dotted #a6a6a6;
  font-weight: bold;
  font-size: 1.1em;
  margin-top: 80px;
}

@media screen and (max-width: 500px) {
  .page .register .inner--register .flow-register {
    display: block;
    text-align: center;
  }
}

.page .register .inner--register .flow-register .current {
  color: #00AEEF;
}

.page .register .inner--register .flow-register .done {
  color: black;
}

.page .register .inner--register .form-register {
  width: 80%;
  margin: auto;
  margin-bottom: 20px;
}

.page .register .inner--register .form-register .blue-top {
  color: #00AEEF;
  font-weight: bold;
  text-align: center;
}

.page .register .inner--register .form-register .personal-data h2 {
  font-size: 1.1em;
}

.page .register .inner--register .form-register .personal-data .add {
  margin-top: 10px;
  box-sizing: border-box;
  width: 100%;
  border-radius: 8px;
  padding: 10px;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 1.2em;
  background-color: #00AEEF;
}

.page .register .inner--register .form-register .personal-data .add:hover {
  cursor: pointer;
  background-color: #0089BC;
}

.page .register .inner--register .form-register .personal-data .add img {
  height: 16px;
  margin-right: 10px;
}

.page .register .inner--register .form-register .personal-data .remove {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
}

.page .register .inner--register .form-register .personal-data .remove h3 {
  padding: 0;
  margin: 0;
}

.page .register .inner--register .form-register .personal-data .remove span {
  color: #00AEEF;
  text-decoration: underline;
  cursor: pointer;
}

.page .register .inner--register .form-register .personal-data .remove span:hover {
  color: #0089BC;
}

@media screen and (max-width: 700px) {
  .page .register .inner--register .form-register .personal-data table {
    display: block;
  }
}

@media screen and (max-width: 700px) {
  .page .register .inner--register .form-register .personal-data table tr {
    display: block;
    width: 100%;
    margin: 0;
  }
}

.page .register .inner--register .form-register .personal-data table tr:first-child td {
  width: 32%;
}

.page .register .inner--register .form-register .personal-data table tr:first-child td:last-of-type {
  width: 18%;
}

@media screen and (max-width: 700px) {
  .page .register .inner--register .form-register .personal-data table tr:first-child td:last-of-type {
    display: inline-block;
    width: 100%;
    margin: 0;
  }
}

.page .register .inner--register .form-register .personal-data table tr:first-child td:first-of-type {
  width: 18%;
}

@media screen and (max-width: 700px) {
  .page .register .inner--register .form-register .personal-data table tr:first-child td:first-of-type {
    display: inline-block;
    width: 100%;
    margin: 0;
  }
}

@media screen and (max-width: 700px) {
  .page .register .inner--register .form-register .personal-data table tr:first-child td {
    display: inline-block;
    width: 100%;
    margin: 0;
  }
}

.page .register .inner--register .form-register .personal-data table tr:nth-child(3) td:first-of-type {
  width: 100%;
}

.page .register .inner--register .form-register .personal-data table tr:nth-child(3) td:first-of-type div {
  width: 40%;
  display: block;
  float: left;
}

@media screen and (max-width: 700px) {
  .page .register .inner--register .form-register .personal-data table tr:nth-child(3) td:first-of-type div {
    display: inline-block;
    width: 100%;
    margin: 0;
  }
}

.page .register .inner--register .form-register .personal-data table tr:nth-child(3) td:first-of-type p {
  width: 58%;
  display: block;
  float: right;
  margin-top: 2em;
  line-height: 1.3em;
  color: #404040;
}

@media screen and (max-width: 700px) {
  .page .register .inner--register .form-register .personal-data table tr:nth-child(3) td:first-of-type p {
    display: inline-block;
    width: 100%;
    margin: 0;
  }
}

.page .register .inner--register .form-register .personal-data table tr td {
  padding: 10px;
}

.page .register .inner--register .form-register .personal-data table tr td:first-of-type {
  padding-left: 0;
}

.page .register .inner--register .form-register .personal-data table tr td:last-of-type {
  padding-right: 0;
}

.page .register .inner--register .form-register .personal-data table tr td label {
  width: 100%;
  color: #343434;
  font-weight: bold;
}

@media screen and (max-width: 700px) {
  .page .register .inner--register .form-register .personal-data table tr td label {
    display: inline;
    width: 100%;
    margin: 0;
  }
}

.page .register .inner--register .form-register .personal-data table tr td input {
  margin-top: 10px;
  box-sizing: border-box;
  width: 100%;
  border-radius: 8px;
  border: 2px solid #cccccc;
  padding: 12px 30px;
}

@media screen and (max-width: 700px) {
  .page .register .inner--register .form-register .personal-data table tr td input {
    display: inline;
    width: 100%;
    margin: 0;
  }
}

.page .register .inner--register .form-register .personal-data table tr td .no-margin {
  margin: 0;
}

@media screen and (max-width: 700px) {
  .page .register .inner--register .form-register .personal-data table tr td {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

.page .register .inner--register .form-register .personal-data .radio {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.page .register .inner--register .form-register .personal-data .radio label {
  width: auto;
}

.page .register .inner--register .form-register .personal-data .radio input {
  width: auto;
  margin: 0 5px 0 20px;
}

.page .register .inner--register .form-register .personal-data .radio p {
  margin: 0;
}

.page .register .inner--register .form-register .payment h2 {
  font-size: 1.1em;
}

.page .register .inner--register .form-register .payment label {
  margin: 0 10% 0 1%;
}

@media screen and (max-width: 700px) {
  .page .register .inner--register .form-register .payment table {
    display: block;
  }
}

.page .register .inner--register .form-register .payment table tr td {
  padding: 10px;
}

@media screen and (max-width: 700px) {
  .page .register .inner--register .form-register .payment table tr td {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

.page .register .inner--register .form-register .payment table tr td:first-of-type {
  padding-left: 0;
}

.page .register .inner--register .form-register .payment table tr td:last-of-type {
  padding-right: 0;
}

.page .register .inner--register .form-register .payment table tr td label {
  margin: 0;
  width: 100%;
  color: #343434;
  font-weight: bold;
}

@media screen and (max-width: 700px) {
  .page .register .inner--register .form-register .payment table tr td label {
    display: inline;
    width: 100%;
    margin: 0;
  }
}

.page .register .inner--register .form-register .payment table tr td input {
  margin-top: 10px;
  box-sizing: border-box;
  width: 100%;
  border-radius: 8px;
  border: 2px solid #cccccc;
  padding: 12px 30px;
}

@media screen and (max-width: 700px) {
  .page .register .inner--register .form-register .payment table tr td input {
    display: inline;
    width: 100%;
    margin: 0;
  }
}

.page .register .inner--register .form-register .payment table tr td select {
  margin-top: 10px;
  box-sizing: border-box;
  width: 100%;
  border-radius: 8px;
  border: 2px solid #cccccc;
  padding: 12px 30px;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background: white url(/Content/Images/arrow.png) no-repeat 95% 50%;
  background-size: 13px 13px;
}

@media screen and (max-width: 700px) {
  .page .register .inner--register .form-register .payment table tr td select {
    display: inline;
    width: 100%;
    margin: 0;
  }
}

.page .register .inner--register .form-register .payment table tr td .load {
  color: #00AEEF;
  border-radius: 3px;
  font-size: 14px;
  font-weight: bold;
  border: 3px solid #00AEEF;
  padding: 8px 30px;
  box-sizing: border-box;
  margin-bottom: 8px;
}

.page .register .inner--register .form-register .payment table tr td .edit {
  color: #00AEEF;
  text-decoration: underline;
}

.page .register .inner--register .form-register .payment table tr td .edit:hover {
  cursor: pointer;
}

.page .register .inner--register .form-register .payment table tr td .no-margin {
  margin: 0;
}

.page .register .inner--register .form-register .payment table tr .bottom {
  vertical-align: bottom;
  line-height: 3em;
}

.page .register .inner--register .form-register .payment table tr .radio {
  display: flex;
  width: 400%;
}

.page .register .inner--register .form-register .payment table tr .radio label {
  width: auto;
}

.page .register .inner--register .form-register .payment table tr .radio input {
  width: auto;
  margin: 0 5px 0 20px;
}

.page .register .inner--register .form-register .payment table tr .radio p {
  margin: 0;
}

.page .register .inner--register .form-register .summary .adress {
  display: flex;
}

@media screen and (max-width: 700px) {
  .page .register .inner--register .form-register .summary .adress {
    display: block;
  }
}

.page .register .inner--register .form-register .summary .adress div {
  width: 50%;
}

@media screen and (max-width: 700px) {
  .page .register .inner--register .form-register .summary .adress div {
    width: 100%;
  }
}

.page .register .inner--register .form-register .summary .participant {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 10px 0;
  list-style: decimal;
}

.page .register .inner--register .form-register .summary .participant p {
  margin: 0;
}

.page .register .inner--register .form-register .summary .participant a {
  color: #00AEEF;
  text-decoration: underline;
  margin-right: 40px;
}

.page .register .inner--register .form-register .summary textarea {
  margin-top: 10px;
  box-sizing: border-box;
  width: 100%;
  border-radius: 8px;
  border: 2px solid #cccccc;
  padding: 12px 30px;
}

.page .register .inner--register .form-register .inquiry-table {
  width: 80%;
  margin: auto;
}

.page .register .inner--register .form-register .inquiry-table tr .input-name {
  text-align: right;
  padding-right: 10px;
}

.page .register .inner--register .form-register .inquiry-table tr .input-name label {
  font-weight: bold;
}

.page .register .inner--register .form-register .inquiry-table tr td:last-of-type {
  width: 70%;
}

.page .register .inner--register .form-register .inquiry-table tr td:last-of-type input, .page .register .inner--register .form-register .inquiry-table tr td:last-of-type textarea {
  box-sizing: border-box;
  width: 100%;
  border-radius: 8px;
  border: 2px solid #cccccc;
  padding: 12px 30px;
}

.page .register .inner--register .form-register .inquiry-table tr td:last-of-type select {
  margin-top: 10px;
  box-sizing: border-box;
  width: 100%;
  border-radius: 8px;
  border: 2px solid #cccccc;
  padding: 12px 30px;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background: white url(/Content/Images/arrow.png) no-repeat 95% 50%;
  background-size: 13px 13px;
}

@media screen and (max-width: 700px) {
  .page .register .inner--register .form-register .inquiry-table tr td:last-of-type select {
    display: inline;
    width: 100%;
    margin: 0;
  }
}

.page .register .inner--register .form-register .inquiry-table tr p {
  font-size: 14px;
  margin: 0;
  color: #404040;
  padding-bottom: 10px;
}

.page .register .inner--register .form-register .inquiry-table tr p a {
  text-decoration: underline;
  color: #00AEEF;
}

.page .register .inner--register .form-register .inquiry-table tr p a:hover {
  color: #0089BC;
}

.page .register .inner--register .header-instructions {
  text-align: center;
}

.page .register .inner--register .header-instructions h2 {
  font-size: 1.6em;
  color: #00AEEF;
}

.page .register .inner--register .header-instructions h3 {
  font-size: 1.6em;
  font-weight: 100;
}

.page .register .inner--register .header-instructions a {
  display: block;
  color: #00AEEF;
  text-decoration: underline;
  font-size: 1.2em;
  line-height: 1em;
}

.page .register .inner--register .header-instructions a img {
  margin-right: 10px;
}

.page .register .inner--register .header-instructions a.button {
  display: inline;
  color: white;
  padding: 8px 30px;
  background-color: #00AEEF;
  border-radius: 3px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

.page .register .inner--register .header-instructions div {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.page .register .inner--register .header-instructions div img {
  margin-top: -10px;
  margin-right: 10px;
}

.page .register .inner--register .recapitulation {
  border-top: 3px dotted #cccccc;
  text-align: center;
  margin-top: 20px;
}

.page .register .inner--register .recapitulation h3 {
  font-size: 2em;
  font-weight: 100;
  line-height: 1.2em;
}

.page .register .inner--register .recapitulation h4:first-of-type {
  color: #00AEEF;
  font-size: 1.4em;
}

.page .register .inner--register .recapitulation p {
  font-size: 1.1em;
}

.page .register .inner--register .recapitulation .adress {
  display: flex;
}

@media screen and (max-width: 700px) {
  .page .register .inner--register .recapitulation .adress {
    display: block;
  }
}

.page .register .inner--register .recapitulation .adress div {
  width: 50%;
}

@media screen and (max-width: 700px) {
  .page .register .inner--register .recapitulation .adress div {
    width: 100%;
  }
}

.page .register .inner--register .footer-register {
  border-top: 3px dotted #a6a6a6;
  width: 100%;
}

.page .register .inner--register .footer-register .top-footer-register {
  width: 100%;
  margin: auto;
  margin-top: 20px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 900px) {
  .page .register .inner--register .footer-register .top-footer-register {
    display: block;
    text-align: center;
  }
}

.page .register .inner--register .footer-register .top-footer-register a {
  width: 33.3%;
  text-align: left;
  color: #00AEEF;
  text-decoration: none;
}

@media screen and (max-width: 900px) {
  .page .register .inner--register .footer-register .top-footer-register a {
    width: 100%;
  }
}

.page .register .inner--register .footer-register .top-footer-register span {
  width: 33.3%;
  text-align: center;
}

.page .register .inner--register .footer-register .top-footer-register span .price {
  color: #d2222a;
  font-size: 1.4em;
  font-weight: bold;
  display: block;
  width: 100%;
}

.page .register .inner--register .footer-register .top-footer-register span .price span {
  font-size: initial;
  color: #404040;
  font-weight: normal;
}

@media screen and (max-width: 900px) {
  .page .register .inner--register .footer-register .top-footer-register span {
    width: 100%;
    display: block;
    padding-bottom: 10px;
  }
}

.page .register .inner--register .footer-register .top-footer-register .next {
  text-align: right;
  margin-top: 8px;
}

.page .register .inner--register .footer-register .top-footer-register .next a {
  border-radius: 3px;
  padding: 8px 30px;
  background-color: #00AEEF;
  color: white;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

@media screen and (max-width: 900px) {
  .page .register .inner--register .footer-register .top-footer-register .next {
    padding-top: 10px;
    width: 100%;
    display: inline;
  }
}

.page .register .inner--register .footer-register .bottom-footer-register {
  width: 100%;
  margin: auto;
  text-align: right;
}

.page .register .inner--register .footer-register .bottom-footer-register p {
  margin: 0;
}

@media screen and (max-width: 900px) {
  .page .register .inner--register .footer-register .bottom-footer-register {
    margin-top: 10px;
  }
}

.page .register .inner--register .footer-register .footer-inquiry {
  justify-content: right;
}

.page .cykly {
  background: url("/Content/Images/header-arrow-blue-shadow.png") center top;
  background-size: 1440px 45px;
  background-repeat: no-repeat;
  background-position: 10% 0;
}

.page .cykly .hypertexts {
  width: 80%;
  margin: auto;
  padding-top: 60px;
  flex-wrap: wrap;
  display: flex;
}

.page .cykly .hypertexts .hypertext {
  width: 25%;
}

.page .cykly .hypertexts .hypertext a {
  color: #00AEEF;
  text-decoration: underline;
}

@media screen and (max-width: 900px) {
  .page .cykly .hypertexts .hypertext {
    width: 50%;
  }
}

@media screen and (max-width: 450px) {
  .page .cykly .hypertexts .hypertext {
    width: 100%;
  }
}

.page .cykly .text {
  width: 80%;
  margin: 50px auto 100px auto;
  text-align: center;
}

.page .cykly .text a {
  color: #00AEEF;
  text-decoration: underline;
}

.page .cykly .box {
  width: 80%;
  margin: 20px auto 0 auto;
  border: 1px solid #999999;
  padding: 0 20px;
  box-sizing: border-box;
}

.page .cykly .box div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.page .cykly .box div div p span {
  color: #F4921e;
  font-weight: bold;
}

.page .cykly .box div div:last-of-type {
  color: #00AEEF;
  font-weight: bold;
  margin-right: 10%;
}

.page .cykly .box p a {
  color: #00AEEF;
  text-decoration: underline;
}

.page .cykly .divide {
  height: 50px;
}

.form-active {
  max-height: 61px;
}

.form-inactive {
  max-height: 100%;
  height: auto;
}

.first-edit {
  visibility: hidden;
  color: white;
  cursor: pointer;
}

.edit-show {
  visibility: visible;
}

.visible {
  visibility: visible;
}

.hidden {
  visibility: hidden;
  display: none !important;
}

/* třída <error> pro špatně vyplněný formulář*/
.error {
  border: 2px solid #d2222a !important;
}

@media print {
  .navigation {
    display: none;
  }
}

.navigation p {
  margin: 0;
  padding: 0;
  margin-left: 20%;
  padding-top: 20px;
  color: #999999;
}

@media screen and (max-width: 1000px) {
  .navigation p {
    margin-left: 10%;
    margin-right: 10%;
    padding-top: 30px;
  }
}

select::-ms-expand {
  display: none;
}

.underline {
  border-bottom: 3px dotted #a6a6a6;
}

.page .cykly .text a {
  color: #00006d;
}

.button-custom {
  background-color: #00AEEF;
  padding: 10px 15px;
  line-height: 50px;
  color: #FFF !important;
  text-decoration: none !important;
  font-weight: bold;
  white-space: nowrap;
}

.button-custom:hover {
  background-color: #0093c9;
}

@media screen and (max-width: 490px) {
  .button-custom {
    white-space: normal;
    display: block;
    margin-top: 2px;
    line-height: 1.2em;
  }
}

table tr td {
  padding-left: 8px;
  padding-right: 8px;
}

.validation-summary-valid {
    display: none;
}

.input-validation-error {
    border: 2px solid #d2222a !important;
}

.validation-summary-errors {
    color: #d2222a;
}

.form-register .add {
    display: block;
}

.bottom a {
    color: #404040;
}

.subtext a {
    color: white;
}

.center {
    text-align: center;
}

.navigation p a {
    color: #999999;
    text-decoration: none;
}

.mt-10 {
    margin-top: 10px;
}

.block {
    display: block;
}

.gray {
    background-color: gray !important;
}

.seminar-close-info {
    display: block;
    margin-top: 10px;
    width: 300px;
}

.info .price {
    padding-right: 20px;
    box-sizing: border-box;
}

.field-validation-valid, .field-validation-error {
    display: block;
    height: 1em;
    color: red;
}

.red { color: red; }

.participant.border-top-0 {
    border-top: 0px !important;
}

.margin-bottom-0 {
    margin-bottom: 0px;
}

.page .register .inner--register .flow-register {
    margin-top: 40px;
}

.page .register .inner--register {
    padding-top: 30px;
}

a {
    color: #00AEEF;
    text-decoration: underline;
}

#icoError {
    color: red;
}

.page .participants .inner--participants .header-participants h2 {
    margin-bottom: 0px !important;
}

.header-register .sub-title, .recapitulation .sub-title {
    display: block;
    font-size: 0.62em;
    color: black;
    font-weight: normal;
}
