@charset "UTF-8";
a {
  color: #00275a;
  text-decoration: none;
  transition: all .5s ease;
}
a:hover {
  color: #001127;
  text-decoration: none;
}
a.link i {
  font-weight: normal;
}
a,
:focus {
  outline: 0;
}
a:active {
  color: #337ab7 !important;
  transition: none;
}
a.forward.big {
  width: 100%;
  display: block;
  margin: 30px auto 0 auto;
  padding: 20px 0 0 0;
  border-top: 1px solid #CCC;
  text-align: center;
  line-height: 36px;
}
a.forward.big i {
  font-size: 32px;
}
a.button,
button {
  display: block;
  width: 100%;
  padding: 0;
  border: none;
  text-align: center;
  font-weight: bold;
  color: #FFF;
  line-height: 60px;
}
a.button.left,
button.left {
  width: auto;
  float: left;
  padding: 0 60px;
  line-height: 60px;
}
h1 {
  margin: 30px 0 20px 0;
  font-weight: 200;
  text-align: center;
  color: #00275a;
}
h1 .subtitle {
  display: block;
  font-size: 22px;
  color: #667e9c;
}
h2 {
  margin: 30px 0 20px 0;
  font-weight: 200;
  text-align: center;
  color: #00275a;
}
h2 .subtitle {
  display: block;
  padding: 10px 0 0 0;
  font-size: 20px;
  color: #667e9c;
}
h2.border {
  margin: 0 0 40px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #CCC;
}
a:hover h2,
h2 a:hover {
  color: #00275a;
}
h3 {
  margin: 30px 0 20px 0;
  font-weight: 200;
  text-align: center;
  color: #00275a;
}
h3 .subtitle {
  display: block;
  font-size: 18px;
}
h4 {
  margin: 20px 0;
  text-align: center;
}
p {
  margin: 10px 0;
  padding: 0;
}
ul {
  margin: 20px 0 20px 20px;
  padding: 0 0 0 30px;
  list-style: square;
}
ul>li>ul {
  margin: 5px 0 5px 20px;
}
table {
  width: 100%;
  margin: 20px 0;
}
table thead tr th {
  padding: 16px 10px;
  background: #00275a;
  border-right: 1px solid #FFF;
  color: #FFFFFF;
  font-weight: normal;
  text-align: left;
}
table tbody tr td {
  padding: 10px 10px;
  vertical-align: top;
  background: #f2f4f7;
  border: 1px solid #FFF;
  font-size: 14px;
}
table tbody tr td.title {
  font-weight: bold;
}
table tbody tr:nth-child(even) td {
  background: #ebeef2;
}
table tbody tr[data-href] td {
  cursor: pointer;
  color: #666;
}
table tbody tr[data-href] td a {
  color: #666;
}
table tbody tr.hovered td {
  background: #4f637c;
}
table tbody tr.hovered td,
table tbody tr.hovered td a,
table tbody tr.hovered td a:hover {
  color: #FFF;
  text-shadow: 0 1px 1px #000;
}
table tbody tr.highlighted td {
  background: #fcf8e3;
}
table tfoot tr td {
  padding: 10px 10px;
  font-size: 12px;
  font-weight: normal;
}
table tfoot tr td.sum {
  border-top: 3px solid #999;
  font-weight: bold;
}
blockquote {
  margin: 20px 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1em;
}
div.tooltip-inner {
  max-width: 550px;
}
[data-href] {
  cursor: pointer;
}
.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
@media (max-width: 991px) {
  .visible-sm.vcenter,
  .visible-xs.vcenter {
    display: inline-block !important;
  }
}
.noicon {
  font-family: "Open Sans", sans-serif;
}
.nowrap {
  white-space: nowrap;
}
ul.options {
  margin: 10px 0;
  padding: 0 0 0 0;
  list-style: none;
}
ul.options li a:before {
  content: "\f138";
  padding: 0 6px 0 0;
  font-family: FontAwesome;
}
ul.options li a.more:before {
  content: "\f13a";
}
ul.options li a.less:before {
  content: "\f139";
}
ul.options.inline li {
  display: inline-block;
  padding: 0 10px 0 0;
}
.more:before {
  content: "\f138";
  padding: 0 6px 0 0;
  font-family: FontAwesome;
}
.back:before {
  content: "\f137";
  padding: 0 6px 0 0;
  font-family: FontAwesome;
}
.more-down:before {
  content: "\f13a";
  padding: 0 6px 0 0;
  font-family: FontAwesome;
}
.more-up:before {
  content: "\f139";
  padding: 0 6px 0 0;
  font-family: FontAwesome;
}
.loading:before {
  content: "\f110";
  padding: 0 6px 0 0;
  font-family: FontAwesome;
}
img.fitted-thumbnail {
  width: 100%;
  height: auto;
}
.tooltip {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
.rounded {
  border-radius: 100%;
}
button.tour-next {
  width: auto;
}
@media print {
  .col-print-1 {
    width: 8%;
    float: left;
  }
  .col-print-2 {
    width: 16%;
    float: left;
  }
  .col-print-3 {
    width: 25%;
    float: left;
  }
  .col-print-4 {
    width: 33%;
    float: left;
  }
  .col-print-5 {
    width: 42%;
    float: left;
  }
  .col-print-6 {
    width: 50%;
    float: left;
  }
  .col-print-7 {
    width: 58%;
    float: left;
  }
  .col-print-8 {
    width: 66%;
    float: left;
  }
  .col-print-9 {
    width: 75%;
    float: left;
  }
  .col-print-10 {
    width: 83%;
    float: left;
  }
  .col-print-11 {
    width: 92%;
    float: left;
  }
  .col-print-12 {
    width: 100%;
    float: left;
  }
  a[href]:after {
    content: none !important;
  }
  .noprint {
    display: none !important;
  }
  .print {
    display: block !important;
  }
  table thead tr th {
    padding: 10px 0;
    border-bottom: 1px solid #333;
    font-weight: bold;
  }
  table tbody tr td {
    padding: 10px 0;
    border-bottom: 1px solid #333;
  }
}
.vhs-logo a {
  background-image: url(//www.vhs-kronach.de/tpl/images/logo.png);
}
#themeSmall {
  display: none;
}
.back-default {
  background: #CCC;
}
.vhs-back {
  background-color: #00275a;
  color: #FFF;
}
.vhs-back a {
  color: #FFF;
}
.vhs-back.light {
  background-color: #b3bfcd;
}
body .vhs-light a {
  color: #a9adc8;
}
.vhs-back-dark {
  background-color: #001c41;
  color: #FFF;
}
.vhs-back-dark-translucent {
  background-color: rgba(0,28,65,0.9);
  color: #FFF;
}
.spot-image-back {
  background-repeat: no-repeat;
  background-position: center;
}
.backlight {
  background: #CCC;
}
.link {
  color: #00275a;
}
.skin1 a,
a.skin1,
.skin1 .link {
  color: #62b9e9;
}
.skin1 a:hover,
a.skin1:hover {
  color: #35a5e3;
}
.back-skin1,
.skin1 .back-spot {
  background-color: #62b9e9;
}
a.back-skin1:hover,
a .back-skin1:hover,
.skin1 tr.hovered td {
  background-color: #4cafe6;
}
.spot-image-back.skin1 {
  background-image: url(//www.vhs-kronach.de/cms/resources/public/vhsThemes/basic/../basic/images/topic-1.png);
}
.skin1 .backlight {
  background: #f1f9fd;
}
.skin1 .border-skin,
.border-skin.skin1,
.border-skin-skin1 {
  border-color: #62b9e9;
}
.skin2 a,
a.skin2,
.skin2 .link {
  color: #735392;
}
.skin2 a:hover,
a.skin2:hover {
  color: #594171;
}
.back-skin2,
.skin2 .back-spot {
  background-color: #735392;
}
a.back-skin1:hover,
a .back-skin2:hover,
.skin2 tr.hovered td {
  background-color: #664a82;
}
.spot-image-back.skin2 {
  background-image: url(//www.vhs-kronach.de/cms/resources/public/vhsThemes/basic/../basic/images/topic-2.png);
}
.skin2 .backlight {
  background: #e3dbea;
}
.skin2 .border-skin,
.border-skin.skin2,
.border-skin-skin2 {
  border-color: #735392;
}
.skin3 a,
a.skin3,
.skin3 .link {
  color: #aeca05;
}
.skin3 a:hover,
a.skin3:hover {
  color: #839804;
}
.back-skin3,
.skin3 .back-spot {
  background-color: #aeca05;
}
a.back-skin1:hover,
a .back-skin3:hover,
.skin3 tr.hovered td {
  background-color: #99b104;
}
.spot-image-back.skin3 {
  background-image: url(//www.vhs-kronach.de/cms/resources/public/vhsThemes/basic/../basic/images/topic-3.png);
}
.skin3 .backlight {
  background: #f3fdb7;
}
.skin3 .border-skin,
.border-skin.skin3,
.border-skin-skin3 {
  border-color: #aeca05;
}
.skin4 a,
a.skin4,
.skin4 .link {
  color: #e3000f;
}
.skin4 a:hover,
a.skin4:hover {
  color: #b0000c;
}
.back-skin4,
.skin4 .back-spot {
  background-color: #e3000f;
}
a.back-skin1:hover,
a .back-skin4:hover,
.skin4 tr.hovered td {
  background-color: #ca000d;
}
.spot-image-back.skin4 {
  background-image: url(//www.vhs-kronach.de/cms/resources/public/vhsThemes/basic/../basic/images/topic-4.png);
}
.skin4 .backlight {
  background: #fff2f3;
}
.skin4 .border-skin,
.border-skin.skin4,
.border-skin-skin4 {
  border-color: #e3000f;
}
.skin5 a,
a.skin5,
.skin5 .link {
  color: #ec6400;
}
.skin5 a:hover,
a.skin5:hover {
  color: #b94e00;
}
.back-skin5,
.skin5 .back-spot {
  background-color: #ec6400;
}
a.back-skin1:hover,
a .back-skin5:hover,
.skin5 tr.hovered td {
  background-color: #d35900;
}
.spot-image-back.skin5 {
  background-image: url(//www.vhs-kronach.de/cms/resources/public/vhsThemes/basic/../basic/images/topic-5.png);
}
.skin5 .backlight {
  background: #fff4ec;
}
.skin5 .border-skin,
.border-skin.skin5,
.border-skin-skin5 {
  border-color: #ec6400;
}
.skin6 a,
a.skin6,
.skin6 .link {
  color: #fbba00;
}
.skin6 a:hover,
a.skin6:hover {
  color: #c89400;
}
.back-skin6,
.skin6 .back-spot {
  background-color: #fbba00;
}
a.back-skin1:hover,
a .back-skin6:hover,
.skin6 tr.hovered td {
  background-color: #e2a700;
}
.spot-image-back.skin6 {
  background-image: url(//www.vhs-kronach.de/cms/resources/public/vhsThemes/basic/../basic/images/topic-6.png);
}
.skin6 .backlight {
  background: #fff6dc;
}
.skin6 .border-skin,
.border-skin.skin6,
.border-skin-skin6 {
  border-color: #fbba00;
}
.skin7 a,
a.skin7,
.skin7 .link {
  color: #dbdb3f;
}
.skin7 a:hover,
a.skin7:hover {
  color: #c3c324;
}
.back-skin7,
.skin7 .back-spot {
  background-color: #dbdb3f;
}
a.back-skin1:hover,
a .back-skin7:hover,
.skin7 tr.hovered td {
  background-color: #d7d72a;
}
.spot-image-back.skin7 {
  background-image: url(//www.vhs-kronach.de/imageprocessor/189/265,,,/junge-vhs.png?render=0dd03e7bda622f5c61bdf9e5b91ddd10);
}
.skin7 .backlight {
  background: #fbfbeb;
}
.skin7 .border-skin,
.border-skin.skin7,
.border-skin-skin7 {
  border-color: #dbdb3f;
}
.skin8 a,
a.skin8,
.skin8 .link {
  color: #009942;
}
.skin8 a:hover,
a.skin8:hover {
  color: #00662c;
}
.back-skin8,
.skin8 .back-spot {
  background-color: #009942;
}
a.back-skin1:hover,
a .back-skin8:hover,
.skin8 tr.hovered td {
  background-color: #008037;
}
.spot-image-back.skin8 {
  background-image: url(//www.vhs-kronach.de/imageprocessor/61/239,,,/kronach-umriss-weiss.png?render=cc2b02ed1dba0e73f2e03404fdd24017);
}
.skin8 .backlight {
  background: #66ffa8;
}
.skin8 .border-skin,
.border-skin.skin8,
.border-skin-skin8 {
  border-color: #009942;
}
.skin9 a,
a.skin9,
.skin9 .link {
  color: #676767;
}
.skin9 a:hover,
a.skin9:hover {
  color: #4e4e4e;
}
.back-skin9,
.skin9 .back-spot {
  background-color: #676767;
}
a.back-skin1:hover,
a .back-skin9:hover,
.skin9 tr.hovered td {
  background-color: #5a5a5a;
}
.spot-image-back.skin9 {
  background-image: url(//www.vhs-kronach.de/cms/resources/public/vhsThemes/basic/../basic/images/topic-9.png);
}
.skin9 .backlight {
  background: #cdcdcd;
}
.skin9 .border-skin,
.border-skin.skin9,
.border-skin-skin9 {
  border-color: #676767;
}
.skin10 a,
a.skin10,
.skin10 .link {
  color: #676767;
}
.skin10 a:hover,
a.skin10:hover {
  color: #4e4e4e;
}
.back-skin10,
.skin10 .back-spot {
  background-color: #676767;
}
a.back-skin1:hover,
a .back-skin10:hover,
.skin10 tr.hovered td {
  background-color: #5a5a5a;
}
.spot-image-back.skin10 {
  background-image: url(//www.vhs-kronach.de/cms/resources/public/vhsThemes/basic/../basic/images/topic-10.png);
}
.skin10 .backlight {
  background: #cdcdcd;
}
.skin10 .border-skin,
.border-skin.skin10,
.border-skin-skin10 {
  border-color: #676767;
}
.skin11 a,
a.skin11,
.skin11 .link {
  color: #f7a746;
}
.skin11 a:hover,
a.skin11:hover {
  color: #f58d10;
}
.back-skin11,
.skin11 .back-spot {
  background-color: #f7a746;
}
a.back-skin1:hover,
a .back-skin11:hover,
.skin11 tr.hovered td {
  background-color: #f69b2e;
}
.spot-image-back.skin11 {
  background-image: url(//www.vhs-kronach.de/cms/resources/public/vhsThemes/basic/../basic/images/topic-11.png);
}
.skin11 .backlight {
  background: #ffffff;
}
.skin11 .border-skin,
.border-skin.skin11,
.border-skin-skin11 {
  border-color: #f7a746;
}
.course-details .event-details table.course-data tr td span.table-annotation {
  white-space: pre;
}
@media screen and (min-width: 768px) {
  .branch-teaser h4 {
    margin: 20px 0 0 0;
  }
}
@media screen and (min-width: 992px) {
  .branch-teaser h4 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .branch-teaser h4 {
    margin: 40px 0 0 0;
  }
}
.skin1 a,
a.skin1,
.skin1 .link {
  color: #62b9e9;
}
.skin1 a:hover,
a.skin1:hover {
  color: #4cafe6;
}
.back-skin1,
.skin1 .back-spot {
  background-color: #62b9e9;
}
a.back-skin1:hover,
.skin1 tr.hovered td {
  background-color: #4cafe6;
}
.spot-image-back.skin1 {
  background-image: url(//www.vhs-kronach.de/cms/resources/public/vhsThemes/basic/../basic/images/topic-1.png);
}
.skin1 .backlight {
  background: #f1f9fd;
}
.skin2 a,
a.skin2,
.skin2 .link {
  color: #735392;
}
.skin2 a:hover,
a.skin2:hover {
  color: #664a82;
}
.back-skin2,
.skin2 .back-spot {
  background-color: #735392;
}
a.back-skin2:hover,
.skin2 tr.hovered td {
  background-color: #664a82;
}
.spot-image-back.skin2 {
  background-image: url(//www.vhs-kronach.de/cms/resources/public/vhsThemes/basic/../basic/images/topic-2.png);
}
.skin2 .backlight {
  background: #e3dbea;
}
.skin3 a,
a.skin3,
.skin3 .link {
  color: #aeca05;
}
.skin3 a:hover,
a.skin3:hover {
  color: #99b104;
}
.back-skin3,
.skin3 .back-spot {
  background-color: #aeca05;
}
a.back-skin3:hover,
.skin3 tr.hovered td {
  background-color: #99b104;
}
.spot-image-back.skin3 {
  background-image: url(//www.vhs-kronach.de/cms/resources/public/vhsThemes/basic/../basic/images/topic-3.png);
}
.skin3 .backlight {
  background: #f3fdb7;
}
.skin4 a,
a.skin4,
.skin4 .link {
  color: #e3000f;
}
.skin4 a:hover,
a.skin4:hover {
  color: #ca000d;
}
.back-skin4,
.skin4 .back-spot {
  background-color: #e3000f;
}
a.back-skin4:hover,
.skin4 tr.hovered td {
  background-color: #ca000d;
}
.spot-image-back.skin4 {
  background-image: url(//www.vhs-kronach.de/cms/resources/public/vhsThemes/basic/../basic/images/topic-4.png);
}
.skin4 .backlight {
  background: #fff2f3;
}
.skin5 a,
a.skin5,
.skin5 .link {
  color: #ec6400;
}
.skin5 a:hover,
a.skin5:hover {
  color: #d35900;
}
.back-skin5,
.skin5 .back-spot {
  background-color: #ec6400;
}
a.back-skin5:hover,
.skin5 tr.hovered td {
  background-color: #d35900;
}
.spot-image-back.skin5 {
  background-image: url(//www.vhs-kronach.de/cms/resources/public/vhsThemes/basic/../basic/images/topic-5.png);
}
.skin5 .backlight {
  background: #fff4ec;
}
.skin6 a,
a.skin6,
.skin6 .link {
  color: #fbba00;
}
.skin6 a:hover,
a.skin6:hover {
  color: #e2a700;
}
.back-skin6,
.skin6 .back-spot {
  background-color: #fbba00;
}
a.back-skin6:hover,
.skin6 tr.hovered td {
  background-color: #e2a700;
}
.spot-image-back.skin6 {
  background-image: url(//www.vhs-kronach.de/cms/resources/public/vhsThemes/basic/../basic/images/topic-6.png);
}
.skin6 .backlight {
  background: #fff6dc;
}
.skin7 a,
a.skin7,
.skin7 .link {
  color: #dbdb3f;
}
.skin7 a:hover,
a.skin7:hover {
  color: #d7d72a;
}
.back-skin7,
.skin7 .back-spot {
  background-color: #dbdb3f;
}
a.back-skin7:hover,
.skin7 tr.hovered td {
  background-color: #d7d72a;
}
.spot-image-back.skin7 {
  background-image: url(//www.vhs-kronach.de/imageprocessor/189/265,,,/junge-vhs.png?render=0dd03e7bda622f5c61bdf9e5b91ddd10);
}
.skin7 .backlight {
  background: #fbfbeb;
}
.skin8 a,
a.skin8,
.skin8 .link {
  color: #009942;
}
.skin8 a:hover,
a.skin8:hover {
  color: #008037;
}
.back-skin8,
.skin8 .back-spot {
  background-color: #009942;
}
a.back-skin8:hover,
.skin8 tr.hovered td {
  background-color: #008037;
}
.spot-image-back.skin8 {
  background-image: url(//www.vhs-kronach.de/imageprocessor/61/239,,,/kronach-umriss-weiss.png?render=cc2b02ed1dba0e73f2e03404fdd24017);
}
.skin8 .backlight {
  background: #66ffa8;
}
.skin9 a,
a.skin9,
.skin9 .link {
  color: #676767;
}
.skin9 a:hover,
a.skin9:hover {
  color: #5a5a5a;
}
.back-skin9,
.skin9 .back-spot {
  background-color: #676767;
}
a.back-skin9:hover,
.skin9 tr.hovered td {
  background-color: #5a5a5a;
}
.spot-image-back.skin9 {
  background-image: url(//www.vhs-kronach.de/cms/resources/public/vhsThemes/basic/../basic/images/topic-9.png);
}
.skin9 .backlight {
  background: #cdcdcd;
}
body,
html {
  margin: 0;
  padding: 0;
  font-family: "Open Sans Condensed", sans-serif;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #565656;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
body a.feedback {
  display: block;
  padding: 10px 0;
  text-align: center;
  color: #FFF;
}
#notificationBanner {
  margin: 5px;
}
#notificationBanner .notification {
  padding: 5px;
  text-align: center;
  border: solid 2px;
}
#notificationBanner .hint,
#notificationBanner .warning {
  border-color: orange;
}
#notificationBanner .caution,
#notificationBanner .error {
  border-color: red;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.leichteSprache {
  font-size: 16px !important;
  line-height: 22px !important;
}
.leichteSprache ul li {
  font-size: 16px !important;
  line-height: 22px !important;
}
.leichteSprache ul li a {
  font-size: 16px !important;
  line-height: 22px !important;
}
.leichteSprache a {
  font-size: 16px !important;
  line-height: 22px !important;
}
.leichteSprache p {
  font-size: 16px !important;
  line-height: 22px !important;
}
.leichteSprache tr td {
  font-size: 16px !important;
  line-height: 22px !important;
}
.leichteSprache tr th {
  font-size: 16px !important;
  line-height: 22px !important;
}
.leichteSprache #copy a {
  font-size: 11px !important;
  line-height: 20px !important;
}
body a.feedback:hover {
  color: #FFF;
}
.print {
  display: none;
}
#banner {
  max-width: 1240px;
  margin: 0 auto;
  background-color: #00275a;
  color: #FFF;
}
.fullwidth #banner {
  max-width: none;
}
.vhs-logo a {
  display: block;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
}
.vhs-logo a span {
  display: none;
}
.vhs-logo a img {
  width: 100%;
  height: auto;
}
#banner ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#banner ul.meta {
  text-align: center;
}
#banner ul.meta li {
  display: inline;
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 11px;
  font-family: "Open Sans", sans-serif;
}
#banner ul.meta li.break:before {
  clear: both;
  content: " ";
  display: table;
}
#banner ul.meta li a.loggedin {
  color: #ed6500;
}
#banner ul.topnavigation {
  margin: 20px 0;
  text-align: center;
}
#banner ul.topnavigation li {
  display: inline;
  padding: 0 10px;
}
#banner ul.topnavigation li a {
  color: #FFF;
  font-weight: bold;
  font-size: 16px;
}
#banner form.banner-quicksearch {
  padding: 30px 0 0 0;
}
#banner form.banner-quicksearch input {
  position: relative;
  z-index: 9;
  width: 100%;
  height: 40px;
  padding: 0 0 0 10px;
  border: 1px solid #b2bfcd;
  background: none;
}
#banner form.banner-quicksearch button {
  float: right;
  position: relative;
  z-index: 10;
  width: 40px;
  height: 40px;
  margin: -40px 0 0 0;
  background: none;
  border: none;
  line-height: 40px;
}
#banner form.banner-quicksearch input:focus {
  outline: none;
}
#banner .language-switcher {
  display: none;
}
.plugin.Images.ImagePic.col-xs-12.col-md-12 {
  float: none;
}
.totop {
  display: block;
  margin: 80px 0 70px 0;
  text-align: center;
  text-transform: uppercase;
  color: #d0cfcf;
  font-size: 11px;
}
.totop i {
  font-size: 20px;
}
#footer {
  max-width: 1240px;
  margin: 0 auto;
  padding: 20px 0;
  background: #00275a;
}
#footer .vhs-logo {
  margin: 30px 0;
}
#footer .vhs-logo a {
  background-position: center;
}
.fullwidth #footer {
  max-width: none;
}
#footer ul {
  padding: 0;
  list-style: none;
}
#footer .topnavigation {
  text-align: center;
  margin-bottom: 10px;
  padding: 15px 0 0 0;
}
#footer .topnavigation li {
  display: inline-block;
}
#footer .topnavigation li a {
  color: #FFF;
}
#footer .meta {
  text-align: center;
}
#footer .meta li {
  display: inline-block;
  padding: 0 0 0 10px;
}
#footer .meta li a {
  font-size: 11px;
  text-transform: uppercase;
}
.xpanel {
  padding-top: 15px;
  padding-bottom: 15px;
}
.xpanel a:before {
  content: "\f138";
  padding: 0 6px 0 0;
  font-family: FontAwesome;
}
#themeSmall {
  max-width: 1240px;
  height: 70px;
  margin: 0px auto 0 auto;
  background-size: cover;
}
#theme {
  max-width: 1240px;
  height: 250px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  background: url(//www.vhs-kronach.de/cms/resources/public/vhsThemes/basic/../images/theme.jpg);
  background-size: cover;
}
.fullwidth #theme {
  max-width: none;
}
body.headless {
  background: #fafafa;
}
body.headless .breadcrumb-container {
  display: none;
}
#theme .item {
  margin-top: 60px;
  padding-top: 10px;
  background: rgba(255,255,255,0.6);
  border: 1px solid #CCC;
  font-size: 12px;
}
#theme ul.social-media {
  float: left;
  position: absolute;
  margin: 0 0 0 15px;
  padding: 0;
  list-style: none;
}
#theme ul.social-media li {
  display: inline-block;
  padding: 0 19px 0 0;
  margin-bottom: 5px;
}
#theme ul.social-media li img {
  box-shadow: 0 0 7px rgba(0,0,0,0.5);
}
.cnt {
  color: #b4b4b4;
}
.cnt a {
  color: #b4b4b4;
}
.cnt a:hover {
  color: #FFF;
}
.clear:after {
  display: table;
  content: " ";
  clear: both;
}
.center {
  text-align: center;
}
.center p {
  padding: 0 10%;
}
.right {
  text-align: right;
}
.right pre {
  text-align: left;
}
.left {
  text-align: left;
}
body .regular,
body a .regular,
body a:hover .regular {
  color: #565656;
}
.well {
  margin: 10px 0;
  padding-top: 5px;
  padding-bottom: 5px;
}
.well h3 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
}
.auto-suggest {
  position: absolute;
  z-index: 10000;
  top: 33px;
  margin: 0 0 0 0;
  padding: 0;
  background: rgba(255,255,255,0.95);
  -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.6);
}
.cat-search .auto-suggest {
  top: 80px;
}
.quicksearch .auto-suggest {
  top: 55px;
}
.banner-quicksearch .auto-suggest {
  top: 32px;
}
.auto-suggest li {
  display: block;
  margin: 0;
  padding: 0;
}
.auto-suggest li a {
  display: block;
  margin: 0 0 0 0;
  padding: 3px 10px;
  border-top: 1px solid #CCC;
  text-align: left;
  color: #666;
  text-shadow: 0 1px 1px #FFF;
}
.auto-suggest li a:hover,
.auto-suggest li.active a {
  background: #50647d;
  color: #FFF;
  text-shadow: 0 1px 1px #999;
}
.mobile.bold>a.title {
  font-weight: bold;
}
.mobile.bold>a.title>span.subtitle {
  font-weight: normal;
}
.pad-left-15 {
  padding-left: 15px;
}
#wrapper .vhs.last-viewed-item a {
  display: block;
  padding: 15px;
  background: #ebeef2;
  color: #FFF;
}
#wrapper .vhs.last-viewed-item h5 {
  margin: 0 0 10px 0;
  font-weight: bold;
}
#wrapper .vhs.last-viewed-item h5 span {
  display: block;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .xpanel {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #footer .topnavigation {
    text-align: right;
    margin-bottom: 0;
    padding: 0;
  }
  #footer .topnavigation li {
    padding: 30px 0 0 10px;
  }
  #footer .meta {
    text-align: right;
  }
  #footer ul {
    height: 60px;
  }
  #footer .vhs-logo {
    margin-top: 0;
  }
  #theme .item {
    margin-top: 25px;
  }
}
@media screen and (min-width: 992px) {
  a.feedback {
    display: block;
    position: fixed;
    width: 40px;
    height: 190px;
    top: 270px;
    background: url(//www.vhs-kronach.de/cms/resources/public/vhsThemes/basic/../images/a-feedback.png);
    box-shadow: 0 0 10px #000;
  }
  .leichteSprache {
    font-size: 18px !important;
    line-height: 25px !important;
  }
  .leichteSprache ul li {
    font-size: 18px !important;
    line-height: 25px !important;
  }
  .leichteSprache ul li a {
    font-size: 18px !important;
    line-height: 25px !important;
  }
  .leichteSprache a {
    font-size: 18px !important;
    line-height: 25px !important;
  }
  .leichteSprache p {
    font-size: 18px !important;
    line-height: 25px !important;
  }
  .leichteSprache tr td {
    font-size: 18px !important;
    line-height: 25px !important;
  }
  .leichteSprache tr th {
    font-size: 18px !important;
    line-height: 25px !important;
  }
  .leichteSprache #copy a {
    font-size: 11px !important;
    line-height: 20px !important;
  }
  a.feedback:hover {
    background-position: -40px 0;
  }
  a.feedback span {
    display: none;
  }
  #banner {
    height: 150px;
  }
  #banner ul.meta {
    padding-top: 15px;
    text-align: right;
  }
  #banner ul.meta li {
    padding: 0 0 0 7px;
  }
  #banner ul.meta li.break:before {
    display: none;
  }
  #banner ul.topnavigation {
    padding-top: 20px;
    padding-right: 15px;
    text-align: right;
  }
  #banner ul.topnavigation {
    margin: 0 0 -100px 0;
  }
  #banner ul.topnavigation li {
    padding: 0 0 0 10px;
  }
  #banner ul.topnavigation li a {
    font-weight: normal;
  }
  #theme .item {
    background: rgba(255,255,255,0.8);
    margin-top: 0px;
  }
  #theme {
    height: 500px;
  }
  #themeSmall {
    margin: -20px auto 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  a.feedback {
    top: 280px;
  }
  #banner {
    height: 160px;
  }
  #banner ul.meta {
    padding-top: 25px;
  }
  #banner ul.topnavigation {
    padding-top: 55px;
  }
  #banner .language-switcher {
    display: block;
    padding: 32px 0 0 0;
    text-align: right;
    line-height: 17px;
  }
  #banner .language-switcher img {
    float: right;
    margin: -4px 0 0 15px;
  }
  #banner .language-switcher .subtitle {
    display: inline-block;
    color: #a9adc8;
    text-transform: uppercase;
    line-height: 11px;
    font-size: 11px;
  }
  #banner .language-switcher .available {
    display: none;
  }
  #banner .language-switcher:hover .cont {
    position: absolute;
    z-index: 1100;
    width: 195px;
  }
  #banner .language-switcher:hover .cont .available {
    display: block;
    margin: 15px 0 0 0;
    padding: 0px;
    background: rgba(0,0,0,0.8);
    text-align: center;
  }
  #banner .language-switcher:hover .cont .available ul li a {
    display: block;
    padding: 7px 0;
    color: #FFF;
    font-weight: bold;
  }
}
#menuToggle i.fa {
  padding-top: 20px;
  margin-top: 15px;
  display: block;
  color: #fff;
}
a#menuToggle,
a#menuToggle:focus,
a#menuToggle:active,
a#menuToggle:hover {
  text-decoration: none;
}
#sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 300px;
  height: 100%;
  margin-left: -300px;
  overflow-y: auto;
  background: #00275a;
  border-right: #fff 1px solid;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#sidebar-wrapper.toggled {
  position: absolute;
  left: 300px;
}
#shadowed {
  background: rgba(0,0,0,0.6);
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1001;
}
#shadowed.onCanvas {
  position: relative;
  min-height: 500px;
  display: block;
}
#shadowed.toggled {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
}
.sidebar-nav {
  top: 0;
  width: 300px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.off.nav a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  text-shadow: 1px 1px 1px #3f3f3f;
}
.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(255,255,255,0.2);
}
.off.nav a:active,
.off.nav li a:focus {
  text-decoration: none;
}
.off.nav a:hover {
  color: #fff;
  background: none;
}
#sidebar-wrapper.onCanvas {
  margin-left: 0px;
  margin-top: 25px;
  position: relative;
  min-height: 500px;
}
div.off.text h2 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  padding: 20px;
  display: block;
  background: rgba(255,255,255,0.2);
}
.back-default {
  background-color: rgba(255,255,255,0.1);
}
.back-light {
  background-color: rgba(255,255,255,0.3);
}
div.off.text p,
div.off.text a {
  color: #fff;
}
div.off.text p {
  padding-left: 20px;
}
div.off.nav {
  border-bottom: 1px #fff solid;
  padding: 12px 20px;
}
.plugin-navarb-offcanvas-menu .logo img {
  width: 100%;
}
.exit i.fa {
  color: #fff;
}
.drilldown {
  overflow: hidden;
  width: 100%;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.drilldown-sub {
  display: none;
}
.drilldown-back {
  font-weight: bold;
}
.drilldown-back i {
  margin-right: 15px;
}
ul.topnavigation li a {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  white-space: nowrap;
}
ul.subnav.l2 {
  position: relative;
  z-index: 10;
}
ul.subnav.l2 li {
  text-align: center;
}
ul.subnav.l2 li a {
  display: block;
  padding: 10px 0;
  background-image: none;
  color: #FFF;
  font-weight: bold;
  text-shadow: 0 0 3px #000;
}
ul.subnav.l2 li a em {
  font-style: normal;
}
@media screen and (min-width: 992px) {
  ul.subnav.l2 li a {
    background: none;
  }
  #banner ul.subnav.l2 {
    text-align: center;
  }
  ul.subnav.l2 li.up3 {
    width: 33.33333333%;
  }
  ul.subnav.l2 li.up4 {
    width: 25%;
  }
  ul.subnav.l2 li.up5 {
    width: 20%;
  }
  ul.subnav.l2 li.up6 {
    width: 16.666666%;
  }
  ul.subnav.l2 li.up7 {
    width: 14.2857%;
  }
  ul.subnav.l2 li.up8 {
    width: 12.5%;
  }
  ul.subnav.l2 li.up9 {
    width: 11.111111%;
  }
  ul.subnav.l2 li.up10 {
    width: 10%;
  }
  ul.subnav.l2 li.up10 span.image-back {
    width: 90px;
    height: 90px;
  }
  ul.subnav.l2 li {
    display: block;
    float: left;
    width: 16.666666%;
    margin: 0;
    text-align: center;
  }
  ul.subnav.l2 a {
    width: 100%;
    display: inline-block;
  }
  ul.subnav.l2 a .back-default {
    background: #CCC;
  }
  ul.subnav.l2 a span.image-back {
    display: block;
    width: 115px;
    height: 115px;
    margin: 0 auto;
    border-radius: 100%;
    box-shadow: 0 0 10px rgba(0,0,0,0.75);
  }
  ul.subnav.l2 a em {
    display: inline-block;
    height: 40px;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 40px;
  }
  ul.subnav.l2 a em span {
    display: inline-block;
    line-height: 16px;
    vertical-align: middle;
  }
}
.image-back {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.image-back.skin1 {
  background-image: url(//www.vhs-kronach.de/cms/resources/public/vhsThemes/basic/../basic/images/topic-1.png);
}
.image-back.skin2 {
  background-image: url(//www.vhs-kronach.de/cms/resources/public/vhsThemes/basic/../basic/images/topic-2.png);
}
.image-back.skin3 {
  background-image: url(//www.vhs-kronach.de/cms/resources/public/vhsThemes/basic/../basic/images/topic-3.png);
}
.image-back.skin4 {
  background-image: url(//www.vhs-kronach.de/cms/resources/public/vhsThemes/basic/../basic/images/topic-4.png);
}
.image-back.skin5 {
  background-image: url(//www.vhs-kronach.de/cms/resources/public/vhsThemes/basic/../basic/images/topic-5.png);
}
.image-back.skin6 {
  background-image: url(//www.vhs-kronach.de/cms/resources/public/vhsThemes/basic/../basic/images/topic-6.png);
}
.image-back.skin7 {
  background-image: url(//www.vhs-kronach.de/imageprocessor/189/265,,,/junge-vhs.png?render=0dd03e7bda622f5c61bdf9e5b91ddd10);
}
.image-back.skin8 {
  background-image: url(//www.vhs-kronach.de/imageprocessor/61/239,,,/kronach-umriss-weiss.png?render=cc2b02ed1dba0e73f2e03404fdd24017);
}
.image-back.skin9 {
  background-image: url(//www.vhs-kronach.de/cms/resources/public/vhsThemes/basic/../basic/images/topic-9.png);
}
.image-back.skin10 {
  background-image: url(//www.vhs-kronach.de/cms/resources/public/vhsThemes/basic/../basic/images/topic-10.png);
}
.image-back.skin11 {
  background-image: url(//www.vhs-kronach.de/cms/resources/public/vhsThemes/basic/../basic/images/topic-11.png);
}
.fullwidth .imagepic-container {
  max-width: none;
}
body #page .plugin.Images.ImagePic {
  float: left;
  padding: 0 15px;
}
body #page .plugin.Images.ImagePic .imagepic-container {
  height: 250px;
}
body #page .plugin.Images.ImagePic .imagepic {
  height: 250px;
}
body #page .plugin.Images.ImagePic .imagepic .overlay {
  height: 250px;
}
body .plugin.Images.ImagePic {
  float: left;
  padding: 0;
}
body .plugin.Images.ImagePic .imagepic-container {
  max-width: 1240px;
  margin: 0 auto 20px auto;
  height: 250px;
}
body .plugin.Images.ImagePic .imagepic-container .imagepic {
  margin: 0;
  height: 250px;
  background-size: cover;
  background-position: center;
}
body .plugin.Images.ImagePic .imagepic-container .imagepic .overlay {
  height: 250px;
}
body .plugin.Images.ImagePic .imagepic-container .imagepic .overlay.shadow {
  background: top url(//www.vhs-kronach.de/cms/plugins/Images/ImagePic/views/layout-1/public/css/../images/teaser-back-shadow.png) repeat-x;
}
@media screen and (min-width: 768px) {
  body .plugin.Images.ImagePic .imagepic-container {
    height: 150px;
  }
  body .plugin.Images.ImagePic .imagepic-container .imagepic {
    height: 150px;
  }
  body .plugin.Images.ImagePic .imagepic-container .imagepic .overlay {
    height: 150px;
  }
}
ol.breadcrumb>li+li.right {
  float: right;
}
ol.breadcrumb>li+li.right>a {
  float: left;
  display: inline-block;
  margin: 0 0 0 0;
}
.breadcrumb-container.breadcrumb ol.breadcrumb {
  background-color: unset;
}
ol.breadcrumb>li+li.right a span {
  margin: 0 0 0 10px;
}
ol.breadcrumb>li+li.right:before {
  content: "";
}
.breadcrumb-container .courseHistoryList-container {
  padding-left: 0;
}
.article {
  padding-top: 40px;
}
.article .teaser {
  font-weight: bold;
}
.article span.image {
  background-size: cover;
  border-radius: 100%;
}
.article span.image img {
  width: 100%;
  height: auto;
  border-radius: 100%;
}
.article h1 {
  margin: 0;
  padding: 0;
  text-align: left;
}
figure.element.ThumbnailElement.layout-1 {
  margin-bottom: 20px;
}
figure.element.ThumbnailElement.layout-1 img.thumb {
  max-width: 100%;
}
figure.element.ThumbnailElement.layout-1.right {
  text-align: right;
}
figure.element.ThumbnailElement.layout-1.left {
  text-align: left;
}
figure.element.ThumbnailElement.layout-1.center {
  text-align: center;
}
figure.element.ThumbnailElement.layout-1 .caption {
  padding: 9px 0 0 0;
  text-align: left;
  font-size: 11px;
  color: #999;
}
figure.element.ThumbnailElement.layout-1 div.magnifier {
  float: right;
  padding: 9px 0 0 0;
  text-align: left;
  font-size: 11px;
  color: #999;
}
div.element.thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 0;
}
figure.element.ThumbnailElement.center .caption {
  text-align: center;
}
div.element.thumbnail.center.pull-center,
div.element.thumbnail.block.pull-block {
  float: none;
  margin: 5px auto;
}
div.element.thumbnail.fullsize {
  margin: 20px 0;
  padding: 0;
  border: none;
}
div.element.thumbnail.left.pull-left {
  margin: 5px 40px 20px 0px;
}
div.element.thumbnail.right.pull-right {
  margin: 5px 0 20px 40px;
}
.subnavigation.vhs.footer {
  margin: 0;
}
.subnavigation.vhs.footer li {
  display: block;
  float: none;
}
.subnavigation.vhs.footer li a {
  display: block;
  height: 40px;
  padding: 0;
  line-height: 40px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0,0,0,0.75);
  color: #FFF;
}
.subnavigation.vhs.footer li a span {
  display: inline-block;
  vertical-align: middle;
  line-height: 14px;
}
.subnavigation.vhs.footer.higher a {
  height: 60px;
  line-height: 60px;
}
@media screen and (min-width: 768px) {
  .subnavigation.vhs.footer {
    margin: -40px 0 -30px 0;
  }
  .subnavigation.vhs.footer li a {
    font-size: 12px;
  }
  .subnavigation.vhs.footer li {
    display: block;
    float: left;
    width: 16.66667%;
  }
  .subnavigation.vhs.footer li.up1 {
    width: 100%;
  }
  .subnavigation.vhs.footer li.up2 {
    width: 50%;
  }
  .subnavigation.vhs.footer li.up3 {
    width: 25%;
  }
  .subnavigation.vhs.footer li.up4 {
    width: 25%;
  }
  .subnavigation.vhs.footer li.up5 {
    width: 20%;
  }
  .subnavigation.vhs.footer li.up6 {
    width: 16.6666667%;
  }
  .subnavigation.vhs.footer li.up7 {
    width: 14.2857143%;
  }
  .subnavigation.vhs.footer li.up8 {
    width: 12.44445%;
  }
  .subnavigation.vhs.footer li.up8 a {
    font-size: 12px;
  }
  .subnavigation.vhs.footer li.up9 {
    width: 11.11111111%;
  }
  .subnavigation.vhs.footer li.up10 {
    width: 10%;
  }
  .subnavigation.vhs.footer li.up10 a {
    font-size: 10px;
    font-weight: bold;
  }
}
@media screen and (min-width: 992px) {
  .subnavigation.vhs.footer li a {
    font-size: 14px;
  }
}
#footer .footer.topnavigation {
  margin: 0;
}
#footer .footer.topnavigation li {
  margin-right: 4px;
}
#footer .footer.topnavigation li:last-child {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  #footer .topnavigation li {
    margin-right: 0;
  }
}
ul.footer.meta {
  margin: 0;
}
#copy {
  max-width: 1240px;
  margin: 0 auto;
  border-top: 1px solid #FFF;
  background: #00275a;
}
#copy .copy-content {
  padding-top: 20px;
  font-size: 11px;
}
#copy .copy-content .tools a {
  padding-right: 20px;
}
.fullwidth #copy {
  max-width: none;
}
#copy .copy-content,
#copy .copy-content a {
  color: #FFF;
  line-height: 20px;
}
#copy .logos {
  text-align: right;
}
#copy .logos a {
  display: block;
  height: 70px;
  margin: 0 0 0 30px;
  background: center right url("//www.vhs-kronach.de/cms/resources/private/partials/vhsInit/public/images/logo-item.png") no-repeat;
  background-size: contain;
}
#copy .logos a span {
  display: none;
}
[data-href] {
  cursor: pointer;
}
#accessibility_settings {
  top: 20%;
  position: fixed;
}
#accessibility_settings button.btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#accessibility_settings button.btn.active {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
body .readspeaker_button {
  display: none;
}
body.readSpeaker .readspeaker_button {
  display: block;
}
body.dark-mode * {
  background-color: #303030 !important;
  color: #fff !important;
}
body.dark-mode * ul {
  background-color: unset !important;
}
body.dark-mode * ul li {
  background-color: unset !important;
}
body.dark-mode * ul li a {
  background-color: unset !important;
}
body.dark-mode * ul li a em {
  background-color: unset !important;
}
body.dark-mode * ul li a em span {
  background-color: unset !important;
}
body.dark-mode * .program span.logo img {
  background-color: unset !important;
}
body.dark-mode * .emotional-container .quicksearch-input,
body.dark-mode * .emotional-container .vhs-suggest.quicksearch button {
  border: 1px solid #b2bfcd !important;
}
body.dark-mode * .emotional-container .vhs-teaser-emotional .content .container {
  background-color: unset !important;
}
body.dark-mode * form.vhs.quicksearch.banner-quicksearch button {
  border: 1px solid #b2bfcd !important;
}
body.dark-mode * .vhs-base .message {
  border-color: #808080 !important;
}
body.dark-mode * input::placeholder {
  color: #fff !important;
}
body.dark-mode * form.search.vhs.quicksearch input {
  background-color: #fff !important;
  color: #000 !important;
}
body.dark-mode * form.search.vhs.quicksearch input::placeholder {
  color: #000 !important;
}
body.dark-mode * .vhs-base .btn.btn-default {
  border-color: #808080 !important;
}
body.dark-mode * .pagination>.active>a,
body.dark-mode * .pagination>.active>a:focus,
body.dark-mode * .pagination>.active>a:hover,
body.dark-mode * .pagination>.active>span,
body.dark-mode * .pagination>.active>span:focus,
body.dark-mode * .pagination>.active>span:hover {
  border-color: #808080 !important;
}
@media screen and (min-width: 768px) {
  body.grid {
    background: center top url(images/grid-sm.png);
  }
}
@media screen and (min-width: 992px) {
  body.grid {
    background: center top url(images/grid-md.png);
  }
}
@media screen and (min-width: 1200px) {
  body.grid {
    background: center top url(images/grid-lg.png) repeat-y;
  }
}
i.coursestate {
  font-size: 18px;
  color: #bfbfbf;
}
.tooltip {
  -webkit-hyphens: none !important;
  -moz-hyphens: none !important;
  -ms-hyphens: none !important;
  hyphens: none !important;
}
.message {
  margin: 20px 0;
  padding: 10px;
  border: 1px solid #AAA;
  background: none;
  color: #AAA;
  font-size: 12px;
  text-align: center;
}
a.message {
  display: block;
}
a.message.success {
  background: #66ac1d;
  color: #FFF;
  font-weight: bold;
  border-radius: 4px;
}
.message.success {
  border-color: #66ac1d;
  color: #66ac1d;
}
.message.warning {
  border-color: #db964b;
  color: #db964b;
}
.message.warning h3 {
  color: #db964b;
}
.message.error {
  border-color: red;
  color: red;
}
.vhsconnect.frame {
  margin: 50px 0 -51px 0;
  padding: 50px 0 50px 0;
}
.vhsconnect.panelframe {
  margin: 50px 0 -51px 0;
  padding: 50px 0 50px 0;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}
.modal-content h4 {
  text-align: left;
}
.modal-content button {
  width: auto;
}
.modal-content .btn-block {
  width: 100%;
  margin: 20px 0;
}
.vhs-base .message {
  margin: 20px 0;
  padding: 10px;
  border-color: #6cb1e1;
  border-width: 2px;
  background: #FFF;
  color: #6cb1e1;
  text-align: center;
}
.vhs-base .message.error {
  border-color: #eb3b50;
  color: #eb3b50;
}
.vhs-base .message.success {
  border-color: #66ac1d;
  color: #66ac1d;
}
.vhs-base .message.warning {
  border-color: #db964b;
  color: #db964b;
}
.vhs-base .message.light {
  border-color: #AAA;
  color: #AAA;
}
.vhs-base .message.disabled {
  border-color: #CCC !important;
  color: #CCC !important;
}
.vhs-base .input-group-addon {
  width: 45px;
}
.vhs-base .input-group {
  width: 100%;
}
.vhs-base form[data-submitted="send"] button.btn.btn-default {
  border-color: #CCC;
  background: #FFF;
  color: #CCC;
}
.vhs-base .btn.btn-default {
  width: auto;
  padding: 5px 40px;
  border-color: #6cb1e1;
  border-width: 2px;
  transition-duration: .5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  color: inherit;
  white-space: normal;
}
.vhs-base .btn.btn-default.btn-xs {
  padding: 1px 5px;
}
.vhs-base .btn.btn-default:hover {
  background: #6cb1e1;
  border-color: #6cb1e1;
  color: #FFF;
}
.vhs-base .btn.btn-block {
  width: 100%;
  padding: 5px 0;
}
.vhs-base .btn.btn-light {
  border-color: #CCC;
  color: #CCC;
}
.vhs-base .btn.active {
  background: #6cb1e1;
  box-shadow: none;
  color: #FFF;
}
.vhs-base button.loading {
  color: red;
}
.vhs-button-inline {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 5px;
  background: #6cb1e1;
  color: #FFF !important;
}
.vhs-button-inline:hover {
  background: #67a1c8;
  color: #FFF;
}
