@charset "UTF-8";
a {
  color: #666;
  text-decoration: none;
  transition: all .5s ease;
}
a:hover {
  color: #4d4d4d;
  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: #666;
}
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: #666;
  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(//fortbildungsportal.regens-wagner.de/tpl/images/logo-positiv.png);
}
body .vhs-shopcart-teaser-top {
  background: #393939;
}
body #menuToggle i.fa {
  color: #999;
}
body #banner .banner-quicksearch input {
  color: #999;
}
body #banner .banner-quicksearch button {
  color: #CCC;
}
.border-skin1 {
  border-color: #fcc83a;
}
.border-skin2 {
  border-color: #f09535;
}
.border-skin3 {
  border-color: #bc181e;
}
.border-skin4 {
  border-color: #8e6a9a;
}
.border-skin5 {
  border-color: #69c8ef;
}
.border-skin6 {
  border-color: #98be2d;
}
.border-skin7 {
  border-color: #dbdb3f;
}
.border-skin8 {
  border-color: #676767;
}
.border-skin9 {
  border-color: #94d654;
}
.back-default {
  background: #CCC;
}
.vhs-back {
  background-color: #666;
  color: #FFF;
}
.vhs-back a {
  color: #FFF;
}
.vhs-back.light {
  background-color: #b3bfcd;
}
body .vhs-light a {
  color: #a9adc8;
}
.vhs-back-dark {
  background-color: #595959;
  color: #FFF;
}
.vhs-back-dark-translucent {
  background-color: rgba(89,89,89,0.9);
  color: #FFF;
}
.spot-image-back {
  background-repeat: no-repeat;
  background-position: center;
}
.backlight {
  background: #CCC;
}
.link {
  color: #666;
}
.skin1 a,
a.skin1,
.skin1 .link {
  color: #fcc83a;
}
.skin1 a:hover,
a.skin1:hover {
  color: #fbba08;
}
.back-skin1,
.skin1 .back-spot {
  background-color: #fcc83a;
}
a.back-skin1:hover,
a .back-skin1:hover,
.skin1 tr.hovered td {
  background-color: #fcc121;
}
.spot-image-back.skin1 {
  background-image: url(//fortbildungsportal.regens-wagner.de/imageprocessor/344/222,,,/kringel-1.png?render=78e5ebaae78ad1786b1dc990199b172b);
}
.skin1 .backlight {
  background: #b2b2b2;
}
.skin1 .border-skin,
.border-skin.skin1,
.border-skin-skin1 {
  border-color: #fcc83a;
}
.skin2 a,
a.skin2,
.skin2 .link {
  color: #f09535;
}
.skin2 a:hover,
a.skin2:hover {
  color: #e17c11;
}
.back-skin2,
.skin2 .back-spot {
  background-color: #f09535;
}
a.back-skin1:hover,
a .back-skin2:hover,
.skin2 tr.hovered td {
  background-color: #ee891d;
}
.spot-image-back.skin2 {
  background-image: url(//fortbildungsportal.regens-wagner.de/imageprocessor/288/215,,,/kringel-2.png?render=18eaa86c3d9f53b80fd3db2da724cc58);
}
.skin2 .backlight {
  background: #b2b2b2;
}
.skin2 .border-skin,
.border-skin.skin2,
.border-skin-skin2 {
  border-color: #f09535;
}
.skin3 a,
a.skin3,
.skin3 .link {
  color: #bc181e;
}
.skin3 a:hover,
a.skin3:hover {
  color: #8f1217;
}
.back-skin3,
.skin3 .back-spot {
  background-color: #bc181e;
}
a.back-skin1:hover,
a .back-skin3:hover,
.skin3 tr.hovered td {
  background-color: #a5151a;
}
.spot-image-back.skin3 {
  background-image: url(//fortbildungsportal.regens-wagner.de/imageprocessor/346/223,,,/kringel-3.png?render=e5659b4e0a39351db13c69a4cf177271);
}
.skin3 .backlight {
  background: #b2b2b2;
}
.skin3 .border-skin,
.border-skin.skin3,
.border-skin-skin3 {
  border-color: #bc181e;
}
.skin4 a,
a.skin4,
.skin4 .link {
  color: #8e6a9a;
}
.skin4 a:hover,
a.skin4:hover {
  color: #73547d;
}
.back-skin4,
.skin4 .back-spot {
  background-color: #8e6a9a;
}
a.back-skin1:hover,
a .back-skin4:hover,
.skin4 tr.hovered td {
  background-color: #815f8c;
}
.spot-image-back.skin4 {
  background-image: url(//fortbildungsportal.regens-wagner.de/imageprocessor/348/224,,,/kringel-4.png?render=712d7ed3cab5decd5f0f89b45f075e32);
}
.skin4 .backlight {
  background: #b2b2b2;
}
.skin4 .border-skin,
.border-skin.skin4,
.border-skin-skin4 {
  border-color: #8e6a9a;
}
.skin5 a,
a.skin5,
.skin5 .link {
  color: #69c8ef;
}
.skin5 a:hover,
a.skin5:hover {
  color: #3bb7ea;
}
.back-skin5,
.skin5 .back-spot {
  background-color: #69c8ef;
}
a.back-skin1:hover,
a .back-skin5:hover,
.skin5 tr.hovered td {
  background-color: #52c0ed;
}
.spot-image-back.skin5 {
  background-image: url(//fortbildungsportal.regens-wagner.de/imageprocessor/350/225,,,/kringel-5.png?render=cc3cdd1fc8a083ee34804babc9c1b4e6);
}
.skin5 .backlight {
  background: #b2b2b2;
}
.skin5 .border-skin,
.border-skin.skin5,
.border-skin-skin5 {
  border-color: #69c8ef;
}
.skin6 a,
a.skin6,
.skin6 .link {
  color: #98be2d;
}
.skin6 a:hover,
a.skin6:hover {
  color: #779523;
}
.back-skin6,
.skin6 .back-spot {
  background-color: #98be2d;
}
a.back-skin1:hover,
a .back-skin6:hover,
.skin6 tr.hovered td {
  background-color: #88a928;
}
.spot-image-back.skin6 {
  background-image: url(//fortbildungsportal.regens-wagner.de/imageprocessor/352/226,,,/kringel-6.png?render=7d11f645b7d7bea0c7fd403ab17c4957);
}
.skin6 .backlight {
  background: #edf5d6;
}
.skin6 .border-skin,
.border-skin.skin6,
.border-skin-skin6 {
  border-color: #98be2d;
}
.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(//fortbildungsportal.regens-wagner.de/cms/resources/public/vhsThemes/basic/../basic/images/topic-7.png);
}
.skin7 .backlight {
  background: #fbfbeb;
}
.skin7 .border-skin,
.border-skin.skin7,
.border-skin-skin7 {
  border-color: #dbdb3f;
}
.skin8 a,
a.skin8,
.skin8 .link {
  color: #676767;
}
.skin8 a:hover,
a.skin8:hover {
  color: #4e4e4e;
}
.back-skin8,
.skin8 .back-spot {
  background-color: #676767;
}
a.back-skin1:hover,
a .back-skin8:hover,
.skin8 tr.hovered td {
  background-color: #5a5a5a;
}
.spot-image-back.skin8 {
  background-image: url(//fortbildungsportal.regens-wagner.de/cms/resources/public/vhsThemes/basic/../basic/images/topic-8.png);
}
.skin8 .backlight {
  background: #cdcdcd;
}
.skin8 .border-skin,
.border-skin.skin8,
.border-skin-skin8 {
  border-color: #676767;
}
.skin9 a,
a.skin9,
.skin9 .link {
  color: #94d654;
}
.skin9 a:hover,
a.skin9:hover {
  color: #7ac730;
}
.back-skin9,
.skin9 .back-spot {
  background-color: #94d654;
}
a.back-skin1:hover,
a .back-skin9:hover,
.skin9 tr.hovered td {
  background-color: #87d13f;
}
.spot-image-back.skin9 {
  background-image: url(//fortbildungsportal.regens-wagner.de/cms/resources/public/vhsThemes/basic/../basic/images/topic-9.png);
}
.skin9 .backlight {
  background: #fbfdf9;
}
.skin9 .border-skin,
.border-skin.skin9,
.border-skin-skin9 {
  border-color: #94d654;
}
.skin10 a,
a.skin10,
.skin10 .link {
  color: #94d654;
}
.skin10 a:hover,
a.skin10:hover {
  color: #7ac730;
}
.back-skin10,
.skin10 .back-spot {
  background-color: #94d654;
}
a.back-skin1:hover,
a .back-skin10:hover,
.skin10 tr.hovered td {
  background-color: #87d13f;
}
.spot-image-back.skin10 {
  background-image: url(//fortbildungsportal.regens-wagner.de/cms/resources/public/vhsThemes/basic/../basic/images/topic-10.png);
}
.skin10 .backlight {
  background: #fbfdf9;
}
.skin10 .border-skin,
.border-skin.skin10,
.border-skin-skin10 {
  border-color: #94d654;
}
.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(//fortbildungsportal.regens-wagner.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;
}
body {
  font-family: 'Cabin', sans-serif !important;
}
body .cookie-usage {
  background: #393939 !important;
}
body .cookie-usage a {
  color: #a9adc8 !important;
}
body table.courseFilterTable {
  margin: 0;
}
body ul {
  list-style: circle;
}
body #wrapper {
  max-width: 1270px;
  margin: 0 auto;
  background: url(//fortbildungsportal.regens-wagner.de//tpl/css/../images/shadow.png);
}
body #sidebar-wrapper {
  background: #565656;
}
body #banner .vhs-logo {
  float: right;
}
body #banner .vhs-logo em {
  display: none;
}
body #banner ul.topnavigation {
  padding: 17px 0 0 0;
  text-align: left;
}
body #banner ul.topnavigation li {
  margin: 0;
  padding: 0;
}
body #banner ul.topnavigation li a {
  font-size: 16px;
}
body #banner ul.topnavigation li a:before {
  content: " | ";
}
body #banner ul.topnavigation li:first-of-type a:before {
  content: "";
}
body .emotional-container .pagina {
  z-index: 20000;
  margin: 288px 0 0 0 !important;
}
body .plugin.Images.ImagePic {
  margin-top: 150px;
}
body #footer .vhs-logo {
  display: none;
}
body .footer-links {
  float: right;
}
body .address-bar {
  background-color: #b2b2b2;
}
body #themeSmall {
  display: none;
}
body .emotional-container {
  background: #b2b2b2;
}
body .emotional-container .text {
  font-weight: normal;
  margin-left: 20%;
  margin-top: -36px;
}
body .emotional-container .link-more-outer {
  display: none;
}
body .emotional-container form.vhs-suggest.quicksearch {
  margin: -80px 0px;
}
body .banderole {
  position: inherit;
  z-index: 100;
  max-width: 1240px;
  margin: 0 auto;
  height: 107px;
  background: top right url(//fortbildungsportal.regens-wagner.de//tpl/css/../images/banderole.png);
}
body .breadcrumb {
  background: none;
}
body .breadcrumb li a {
  font-style: italic;
}
body .breadcrumb-container {
  background-color: #f5f5f5;
  background: #FFF;
}
body .breadcrumb>li+li:before {
  content: "\f105";
  font-family: FontAwesome;
}
body .subnavigation.vhs.footer li a {
  height: 60px;
  line-height: 55px;
}
body .address-bar a {
  color: #565656 !important;
}
body .subnavigation.vhs.footer li a span {
  line-height: 18px;
}
body .cat-head.logo {
  display: none;
}
body .subnavigation.vhs.footer.cat-top-hack {
  margin: 0;
  padding: 0;
}
body h2.date span {
  display: none;
}
body .vhs-course-filter.vhs-back.navbar {
  background: #e3b533;
}
@media screen and (max-width: 768px) {
  .interferer {
    margin-top: -30% !important;
    margin-left: 20% !important;
  }
}
@media screen and (max-width: 991px) {
  .emotional-container .text {
    margin-left: 0% !important;
    margin-top: 0% !important;
  }
}
@media screen and (min-width: 992px) {
  body #banner {
    z-index: 100;
    position: relative;
    margin-bottom: -50px !important;
    background: none !important;
  }
  body #banner ul {
    margin-top: 30px;
  }
  body #banner .vhs-logo em {
    display: block;
    padding: 0 0 0 50px;
    color: #000;
    font-style: normal;
    font-size: 13px;
    line-height: 18px;
  }
  body #banner .vhs-logo em span {
    display: inline !important;
    color: #595959;
    font-size: 15px;
  }
  body #banner .vhs-logo img {
    max-width: 100%;
    height: auto;
  }
  body .subnav.l5 li a.active {
    border-top: 5px solid #fcc939;
    line-height: 42px;
  }
  body .subnav.l5 li a em span {
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
  }
  body .emotional-container {
    margin-top: 150px;
    border-bottom: 0px solid #fcc939;
  }
  body .emotional-container form.vhs-suggest.quicksearch {
    margin: 0;
  }
  body .plugin.VhsConnect.Branches.l2 {
    margin-top: 30px;
  }
  body .plugin.Images.ImagePic {
    margin-bottom: -71px;
  }
  body .text-column a span {
    background: rgba(0,0,0,0.4) !important;
    color: #FFF !important;
    font-family: 'Cabin', sans-serif !important;
  }
  body ul.subnav.l2 a span.image-back {
    width: 160px;
    height: 160px;
    box-shadow: none;
    margin-bottom: -110px;
    background-color: transparent !important;
  }
  body ul.subnav.l2 a em span {
    text-shadow: none;
    color: #000;
  }
}
@media screen and (min-width: 1200px) {
  body #banner {
    height: 180px;
  }
  body #banner .vhs-logo em {
    font-size: 18px;
    line-height: 25px;
  }
  body #banner .vhs-logo em span {
    font-size: 18px;
  }
  body #banner ul.subnav.l2 a span.image-back {
    width: 180px;
    height: 180px;
  }
  body #banner .subnav.l5 {
    margin-top: 30px !important;
  }
  body .text-column {
    padding-top: 95px;
  }
}
body .interferer {
  z-index: 20001;
  top: 140px;
  margin-left: -50px;
  margin-top: -24%;
  margin-bottom: 5%;
  position: relative;
}
body .interferer .image {
  height: 220px;
  width: 220px;
  border-radius: 50%;
}
.skin1 a,
a.skin1,
.skin1 .link {
  color: #fcc83a;
}
.skin1 a:hover,
a.skin1:hover {
  color: #fcc121;
}
.back-skin1,
.skin1 .back-spot {
  background-color: #fcc83a;
}
a.back-skin1:hover,
.skin1 tr.hovered td {
  background-color: #fcc121;
}
.spot-image-back.skin1 {
  background-image: url(//fortbildungsportal.regens-wagner.de/imageprocessor/344/222,,,/kringel-1.png?render=78e5ebaae78ad1786b1dc990199b172b);
}
.skin1 .backlight {
  background: #b2b2b2;
}
.skin2 a,
a.skin2,
.skin2 .link {
  color: #f09535;
}
.skin2 a:hover,
a.skin2:hover {
  color: #ee891d;
}
.back-skin2,
.skin2 .back-spot {
  background-color: #f09535;
}
a.back-skin2:hover,
.skin2 tr.hovered td {
  background-color: #ee891d;
}
.spot-image-back.skin2 {
  background-image: url(//fortbildungsportal.regens-wagner.de/imageprocessor/288/215,,,/kringel-2.png?render=18eaa86c3d9f53b80fd3db2da724cc58);
}
.skin2 .backlight {
  background: #b2b2b2;
}
.skin3 a,
a.skin3,
.skin3 .link {
  color: #bc181e;
}
.skin3 a:hover,
a.skin3:hover {
  color: #a5151a;
}
.back-skin3,
.skin3 .back-spot {
  background-color: #bc181e;
}
a.back-skin3:hover,
.skin3 tr.hovered td {
  background-color: #a5151a;
}
.spot-image-back.skin3 {
  background-image: url(//fortbildungsportal.regens-wagner.de/imageprocessor/346/223,,,/kringel-3.png?render=e5659b4e0a39351db13c69a4cf177271);
}
.skin3 .backlight {
  background: #b2b2b2;
}
.skin4 a,
a.skin4,
.skin4 .link {
  color: #8e6a9a;
}
.skin4 a:hover,
a.skin4:hover {
  color: #815f8c;
}
.back-skin4,
.skin4 .back-spot {
  background-color: #8e6a9a;
}
a.back-skin4:hover,
.skin4 tr.hovered td {
  background-color: #815f8c;
}
.spot-image-back.skin4 {
  background-image: url(//fortbildungsportal.regens-wagner.de/imageprocessor/348/224,,,/kringel-4.png?render=712d7ed3cab5decd5f0f89b45f075e32);
}
.skin4 .backlight {
  background: #b2b2b2;
}
.skin5 a,
a.skin5,
.skin5 .link {
  color: #69c8ef;
}
.skin5 a:hover,
a.skin5:hover {
  color: #52c0ed;
}
.back-skin5,
.skin5 .back-spot {
  background-color: #69c8ef;
}
a.back-skin5:hover,
.skin5 tr.hovered td {
  background-color: #52c0ed;
}
.spot-image-back.skin5 {
  background-image: url(//fortbildungsportal.regens-wagner.de/imageprocessor/350/225,,,/kringel-5.png?render=cc3cdd1fc8a083ee34804babc9c1b4e6);
}
.skin5 .backlight {
  background: #b2b2b2;
}
.skin6 a,
a.skin6,
.skin6 .link {
  color: #98be2d;
}
.skin6 a:hover,
a.skin6:hover {
  color: #88a928;
}
.back-skin6,
.skin6 .back-spot {
  background-color: #98be2d;
}
a.back-skin6:hover,
.skin6 tr.hovered td {
  background-color: #88a928;
}
.spot-image-back.skin6 {
  background-image: url(//fortbildungsportal.regens-wagner.de/imageprocessor/352/226,,,/kringel-6.png?render=7d11f645b7d7bea0c7fd403ab17c4957);
}
.skin6 .backlight {
  background: #edf5d6;
}
.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(//fortbildungsportal.regens-wagner.de/cms/resources/public/vhsThemes/basic/../basic/images/topic-7.png);
}
.skin7 .backlight {
  background: #fbfbeb;
}
.skin8 a,
a.skin8,
.skin8 .link {
  color: #676767;
}
.skin8 a:hover,
a.skin8:hover {
  color: #5a5a5a;
}
.back-skin8,
.skin8 .back-spot {
  background-color: #676767;
}
a.back-skin8:hover,
.skin8 tr.hovered td {
  background-color: #5a5a5a;
}
.spot-image-back.skin8 {
  background-image: url(//fortbildungsportal.regens-wagner.de/cms/resources/public/vhsThemes/basic/../basic/images/topic-8.png);
}
.skin8 .backlight {
  background: #cdcdcd;
}
.skin9 a,
a.skin9,
.skin9 .link {
  color: #94d654;
}
.skin9 a:hover,
a.skin9:hover {
  color: #87d13f;
}
.back-skin9,
.skin9 .back-spot {
  background-color: #94d654;
}
a.back-skin9:hover,
.skin9 tr.hovered td {
  background-color: #87d13f;
}
.spot-image-back.skin9 {
  background-image: url(//fortbildungsportal.regens-wagner.de/cms/resources/public/vhsThemes/basic/../basic/images/topic-9.png);
}
.skin9 .backlight {
  background: #fbfdf9;
}
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: #FFF;
  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: #666;
  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: #FFF;
}
#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: #666;
}
#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(//fortbildungsportal.regens-wagner.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(//fortbildungsportal.regens-wagner.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;
  }
}
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(//fortbildungsportal.regens-wagner.de/imageprocessor/344/222,,,/kringel-1.png?render=78e5ebaae78ad1786b1dc990199b172b);
}
.image-back.skin2 {
  background-image: url(//fortbildungsportal.regens-wagner.de/imageprocessor/288/215,,,/kringel-2.png?render=18eaa86c3d9f53b80fd3db2da724cc58);
}
.image-back.skin3 {
  background-image: url(//fortbildungsportal.regens-wagner.de/imageprocessor/346/223,,,/kringel-3.png?render=e5659b4e0a39351db13c69a4cf177271);
}
.image-back.skin4 {
  background-image: url(//fortbildungsportal.regens-wagner.de/imageprocessor/348/224,,,/kringel-4.png?render=712d7ed3cab5decd5f0f89b45f075e32);
}
.image-back.skin5 {
  background-image: url(//fortbildungsportal.regens-wagner.de/imageprocessor/350/225,,,/kringel-5.png?render=cc3cdd1fc8a083ee34804babc9c1b4e6);
}
.image-back.skin6 {
  background-image: url(//fortbildungsportal.regens-wagner.de/imageprocessor/352/226,,,/kringel-6.png?render=7d11f645b7d7bea0c7fd403ab17c4957);
}
.image-back.skin7 {
  background-image: url(//fortbildungsportal.regens-wagner.de/cms/resources/public/vhsThemes/basic/../basic/images/topic-7.png);
}
.image-back.skin8 {
  background-image: url(//fortbildungsportal.regens-wagner.de/cms/resources/public/vhsThemes/basic/../basic/images/topic-8.png);
}
.image-back.skin9 {
  background-image: url(//fortbildungsportal.regens-wagner.de/cms/resources/public/vhsThemes/basic/../basic/images/topic-9.png);
}
.image-back.skin10 {
  background-image: url(//fortbildungsportal.regens-wagner.de/cms/resources/public/vhsThemes/basic/../basic/images/topic-10.png);
}
.image-back.skin11 {
  background-image: url(//fortbildungsportal.regens-wagner.de/cms/resources/public/vhsThemes/basic/../basic/images/topic-11.png);
}
.emotional-container {
  width: 100%;
  max-width: 1240px;
  height: 320px;
  margin: 0 auto -51px auto;
  background: #666;
}
.fullwidth .emotional-container {
  max-width: none;
}
.background.blue {
  margin-top: 90px;
  color: #fff;
  padding: 15px;
}
.emotional-container .background.blue .link {
  color: #fff;
  font-size: 14px;
  padding-left: 10px;
}
.emotional-container .background.blue .text {
  font-size: 20px;
  line-height: 26px;
}
.emotional-container .image {
  position: absolute;
  z-index: 1;
  height: 200px;
  width: 100%;
  background-size: cover;
  background-position: center;
  -webkit-animation: animatedBackground 10s ease-out 1;
  -moz-animation: animatedBackground 10s ease-out 1;
  animation: animatedBackground 10s ease-out 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.noZoomEffect .emotional-container .image {
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
}
.emotional-container .vhs-teaser-emotional {
  position: absolute;
  z-index: 5;
  overflow: hidden;
  width: 100%;
  max-width: 1240px;
  height: 320px;
  margin: 0 auto;
}
.fullwidth .emotional-container .vhs-teaser-emotional {
  max-width: none;
}
.editMode .emotional-container .vhs-teaser-emotional {
  overflow: visible;
}
.editMode .emotional-container .image {
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
}
.vhs-teaser-emotional .content {
  position: absolute;
  z-index: 10;
  width: 100%;
  max-width: 1240px;
  height: 100%;
  background: center top url(//fortbildungsportal.regens-wagner.de/cms/plugins/VhsConnect/Teaser/templates/layout-2/public/css/../images/teaser-back-shadow.png) repeat-x;
}
.fullwidth .vhs-teaser-emotional .content {
  max-width: none;
}
.emotional-container .container {
  padding-top: 120px;
}
.emotional-container form {
  margin: 0;
  padding: 15px;
  height: 140px;
  background: rgba(0,0,0,0.4);
  color: #FFF;
  text-shadow: 0 1px 1px #000;
}
.emotional-container form h3 {
  margin: 0 0 20px 0;
  padding: 0;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}
.emotional-container form input {
  position: relative;
  z-index: 10px;
  height: 30px;
  width: 100%;
  padding: 0 80px 0 10px;
  border: none;
  background: #FFF;
  color: #333;
}
.emotional-container form input:focus {
  outline: none;
}
.emotional-container form button {
  float: right;
  position: relative;
  z-index: 11px;
  width: 70px;
  height: 30px;
  margin: -30px 0 0 0;
  padding: 0;
  background: #b2b2b2;
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
}
.emotional-container form ul.menu {
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
}
.emotional-container form ul.menu li {
  display: inline-block;
  margin: 0 15px 0 0;
}
.emotional-container form ul.menu li a {
  color: #FFF;
}
@media screen and (min-width: 992px) {
  .emotional-container .text {
    background: #FFF;
  }
}
.emotional-container .text {
  padding: 0 10px;
  display: inline-block;
  color: #FFF;
  font-size: 36px;
  line-height: 40px;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
}
.emotional-container .link {
  display: block;
  padding: 15px 0 0 0;
  font-size: 17px;
  font-weight: bold;
  text-shadow: 0 0 5px rgba(255,255,255,0.5);
}
.emotional-container .pagina {
  position: absolute;
  z-index: 20;
  display: block;
  background: none;
  width: 100%;
  max-width: 1240px;
  margin: 270px 0 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.fullwidth .emotional-container .pagina {
  max-width: none;
}
.emotional-container .pagina li {
  display: inline-block;
  margin: 0 6px;
}
.emotional-container .pagina li a {
  border: none;
  background: none;
  font-size: 24px;
  color: #FFF;
  text-shadow: 0 0 7px rgba(0,0,0,0.5);
}
div.overflow {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .emotional-container .background.blue .text {
    font-size: 24px;
  }
}
@media screen and (min-width: 992px) {
  .emotional-container,
  .emotional-container .vhs-teaser-emotional,
  .emotional-container .image {
    height: 320px;
  }
  .emotional-container .background.blue .link {
    font-size: 17px;
  }
  .emotional-container .background.blue .text {
    font-size: 36px;
  }
  .emotional-container .text {
    color: #666;
  }
}
@media screen and (min-width: 1200px) {
  .emotional-container form ul.menu {
    margin-top: 20px;
  }
}
@media screen and (max-width: 992px) {
  .emotional-container .pagina i {
    font-size: 12px;
  }
  .emotional-container .text {
    line-height: 48px;
  }
  @-webkit-keyframes animatedBackground {
    0% {
      -webkit-transform: scale(1,1);
      -moz-transform: scale(1,1);
      -ms-transform: scale(1,1);
      -o-transform: scale(1,1);
      transform: scale(1,1);
    }
    100% {
      -webkit-transform: scale(1.1,1.1);
      -moz-transform: scale(1.1,1.1);
      -ms-transform: scale(1.1,1.1);
      -o-transform: scale(1.1,1.1);
      transform: scale(1.1,1.1);
    }
  }
  @-moz-keyframes animatedBackground {
    0% {
      -webkit-transform: scale(1,1);
      -moz-transform: scale(1,1);
      -ms-transform: scale(1,1);
      -o-transform: scale(1,1);
      transform: scale(1,1);
    }
    100% {
      -webkit-transform: scale(1.1,1.1);
      -moz-transform: scale(1.1,1.1);
      -ms-transform: scale(1.1,1.1);
      -o-transform: scale(1.1,1.1);
      transform: scale(1.1,1.1);
    }
  }
  @keyframes animatedBackground {
    0% {
      -webkit-transform: scale(1,1);
      -moz-transform: scale(1,1);
      -ms-transform: scale(1,1);
      -o-transform: scale(1,1);
      transform: scale(1,1);
    }
    100% {
      -webkit-transform: scale(1.1,1.1);
      -moz-transform: scale(1.1,1.1);
      -ms-transform: scale(1.1,1.1);
      -o-transform: scale(1.1,1.1);
      transform: scale(1.1,1.1);
    }
  }
}
@media screen and (max-width: 768px) {
  .emotional-container .background.blue .text {
    color: #fff !important;
    background: transparent;
  }
}
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;
}
a.arrow {
  display: none;
}
@media screen and (min-width: 1350px) {
  a.arrow {
    display: block;
    position: absolute;
    top: 400px;
    width: 100px;
    height: 200px;
    background: transparent;
  }
  a.arrow.arrow-left {
    left: 0;
  }
  a.arrow.arrow-right {
    right: 0;
  }
  a.arrow span {
    display: none;
  }
}
.cat-head .aboveHeadline.subtitle {
  display: block;
  font-size: 20px;
  color: #667e9c;
  font-weight: 200;
  margin-top: 32px;
}
.cat-head h1.noMargin {
  margin: 0;
}
.nav.nav-tabs li a {
  max-width: 150px;
}
.teasertext {
  padding: 5px 35px 5px 0;
  line-height: 24px;
}
table.course-data tr td {
  -ms-hyphens: none;
  hyphens: none;
}
table.course-data i.icon {
  margin: 0 6px 0 0;
}
table.course-data table.fees {
  margin: 0;
  padding: 0;
}
table.course-data table.fees tbody tr td {
  margin: 0;
  padding: 5px 0;
  border: none;
  border-bottom: 1px solid rgba(0,0,0,0.05);
  background: none;
}
table.course-data table.fees tbody tr:first-of-type td {
  padding: 0 0 5px 0;
}
table.course-data table.fees tfoot tr td {
  margin: 0;
  padding: 5px 0 0 0;
  border: none;
  font-weight: bold;
}
ul.vhs-button-bar {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}
ul.vhs-button-bar li a {
  display: block;
  margin: 0 0 1px 0;
  padding: 8px 20px;
  background: #6cb1e1;
  border-left: 1px solid #FFF;
  color: #FFF;
  text-align: center;
}
.sponsoredBy {
  width: 100%;
}
@media screen and (min-width: 768px) {
  body .pull-right-md {
    float: right !important;
  }
  body .pull-left-md {
    float: left !important;
  }
  .sponsoredBy {
    width: 60%;
    margin: 0;
    float: right;
  }
  ul.vhs-button-bar:after {
    display: table;
    content: " ";
    clear: both;
  }
  ul.vhs-button-bar li {
    float: left;
  }
  ul.vhs-button-bar li a:hover {
    color: #FFF;
    background: #67a1c8;
  }
  ul.vhs-button-bar li:first-of-type a {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border: none;
  }
  ul.vhs-button-bar li:last-of-type a {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  ul.vhs-button-bar li a.disabled {
    background: #CCC;
  }
}
.lecturer {
  margin: 60px 0;
  padding: 20px 0;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}
.lecturer img {
  width: 100%;
  height: auto;
}
.lecturer h3 {
  margin: 0;
  padding: 0;
  font-size: 20px;
}
.lecturer h3 em {
  display: block;
  font-style: normal;
  font-size: 18px;
  color: #667e9c;
}
.lecturer blockquote {
  padding: 0 10px;
  border: none;
  text-align: center;
  color: #999;
  font-style: italic;
}
.lecturer ul.options {
  margin: 10px 0 0 0;
  padding: 0;
  text-align: center;
}
.lecturer img {
  border-radius: 100%;
}
table.course.dates thead tr th {
  padding: 10px 10px;
  background-color: rgba(25,61,106,0.6);
}
body .addresses.google-map {
  height: 250px;
  margin: 0px 0 10px 0;
}
ul.iconic-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.iconic-list li {
  float: left;
}
ul.iconic-list li a {
  display: inline-block;
  height: 22px;
  margin: 0 10px 10px 0;
  padding: 0 10px 0 0;
  background: #f2f4f7;
  line-height: 22px;
  font-size: 12px;
  color: #333;
}
ul.iconic-list li a:before {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: 0 8px 0 0;
  background: #999;
  border-right: 1px solid #f2f4f7;
  content: "\f00c";
  line-height: 22px;
  font-family: FontAwesome;
  text-align: center;
  color: #FFF;
}
ul.iconic-list li a.facebook:before {
  content: "\f09a";
  background: #436098;
}
ul.iconic-list li a.facebook:before {
  content: "\f09a";
  background: #436098;
}
ul.iconic-list li a.email:before {
  content: "\f0e0";
  background: #ec9b44;
}
ul.iconic-list li a.twitter:before {
  content: "\f099";
  background: #22a3f0;
}
ul.iconic-list li a.google:before {
  content: "\f0d5";
  background: #da4a3a;
}
ul.iconic-list li a.delicious:before {
  content: "\f1a5";
  background: #399bfa;
}
ul.iconic-list li a:hover {
  background: #8294ac;
  color: #FFF;
}
ul.iconic-list li a:hover:before {
  background: #8294ac;
  border-right: 1px solid rgba(255,255,255,0.7);
}
ul.big-icons {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}
ul.big-icons li {
  float: left;
  margin: 0 20px 20px 0;
}
ul.big-icons li a {
  color: #666;
  font-size: 12px;
  font-weight: bold;
}
ul.big-icons li a i {
  float: left;
  margin: -2px 10px 0 0;
  font-size: 24px;
}
.materials {
  margin: 30px 0;
  padding: 15px;
  background: #f2f4f7;
}
.materials h4 {
  margin: 0 0 15px 0;
  padding: 0;
}
.materials ul {
  margin: 0 0 10px 25px;
}
.event-details h2 {
  margin: 0 0 50px 0;
}
a.venue {
  display: block;
}
a.venue i {
  float: left;
  display: inline-block;
  margin: 4px 0 0 0;
}
a.venue em {
  display: block;
  font-style: normal;
  font-weight: bold;
}
a.venue span {
  display: block;
  margin: 0 0 0 20px;
}
.categoryHead {
  margin-bottom: 20px;
}
.course-count {
  color: #BBB;
}
.cat-head.logo {
  display: none;
}
.cat-head h1 {
  margin: 32px 0 0 0;
  padding: 0 0 0 0px;
  text-align: left;
}
.cat-head ol.breadcrumb {
  margin: 10px 0 0 2px;
  padding: 0;
  background: none;
  list-style: none;
}
.cat-teaser {
  padding: 20px 50px 0 0;
}
@media screen and (min-width: 992px) {
  .cat-head.logo {
    display: block;
  }
  .cat-head.logo span {
    display: block;
    border-radius: 100%;
  }
  .cat-head.logo img {
    width: 100%;
    height: auto;
  }
}
#resultReceiver.loading {
  min-height: 200px;
  background: center url(images/ajax-loader.gif) no-repeat;
}
.desc-text {
  margin-top: 20px;
}
.backlight.subnav {
  margin: 20px 0;
  padding: 15px 10px;
}
.backlight.subnav ul {
  margin: 0 0 0 20px;
}
.children {
  margin-top: 30px;
  margin-bottom: 30px;
}
form.events-filter {
  padding: 10px;
  background: #f2f4f7;
  text-align: right;
}
form.events-filter label {
  cursor: pointer;
}
form.events-filter input[type="checkbox"] {
  margin: 0 6px 0 0;
}
form.events-filter button {
  display: inline-block;
  width: 150px;
  height: 50px;
  margin: -10px -10px -10px 20px;
  padding: 0;
  border-radius: 0;
  line-height: 16px;
}
.search-panel label {
  display: inline-block;
  padding: 5px 0 0 0;
}
.search-panel label input {
  margin: 0 6px 0 0;
}
.search-panel button {
  width: 200px;
  padding: 5px;
  float: right;
}
.search-panel.stealth .well {
  background: none;
  border: 1px solid #FFF;
  border-radius: 0;
  box-shadow: none;
}
.search-panel.stealth .well button {
  display: none;
}
table span.subtitle {
  display: block;
  font-size: 0.9em;
}
table.table.vhs.events tbody td.status {
  width: 60px;
}
table.table.vhs.events tbody td.when {
  width: 190px;
}
table.table.vhs.events tbody td.where {
  width: 150px;
}
.cat-head.roundPicture img {
  width: 100%;
  height: auto;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  margin-top: 32px;
}
.image-back {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.image-back.skin1 {
  background-image: url(//fortbildungsportal.regens-wagner.de/imageprocessor/344/222,,,/kringel-1.png?render=78e5ebaae78ad1786b1dc990199b172b);
}
.image-back.skin2 {
  background-image: url(//fortbildungsportal.regens-wagner.de/imageprocessor/288/215,,,/kringel-2.png?render=18eaa86c3d9f53b80fd3db2da724cc58);
}
.image-back.skin3 {
  background-image: url(//fortbildungsportal.regens-wagner.de/imageprocessor/346/223,,,/kringel-3.png?render=e5659b4e0a39351db13c69a4cf177271);
}
.image-back.skin4 {
  background-image: url(//fortbildungsportal.regens-wagner.de/imageprocessor/348/224,,,/kringel-4.png?render=712d7ed3cab5decd5f0f89b45f075e32);
}
.image-back.skin5 {
  background-image: url(//fortbildungsportal.regens-wagner.de/imageprocessor/350/225,,,/kringel-5.png?render=cc3cdd1fc8a083ee34804babc9c1b4e6);
}
.image-back.skin6 {
  background-image: url(//fortbildungsportal.regens-wagner.de/imageprocessor/352/226,,,/kringel-6.png?render=7d11f645b7d7bea0c7fd403ab17c4957);
}
.image-back.skin7 {
  background-image: url(//fortbildungsportal.regens-wagner.de/cms/resources/public/vhsThemes/basic/../basic/images/topic-7.png);
}
.image-back.skin8 {
  background-image: url(//fortbildungsportal.regens-wagner.de/cms/resources/public/vhsThemes/basic/../basic/images/topic-8.png);
}
.image-back.skin9 {
  background-image: url(//fortbildungsportal.regens-wagner.de/cms/resources/public/vhsThemes/basic/../basic/images/topic-9.png);
}
.image-back.skin10 {
  background-image: url(//fortbildungsportal.regens-wagner.de/cms/resources/public/vhsThemes/basic/../basic/images/topic-10.png);
}
.image-back.skin11 {
  background-image: url(//fortbildungsportal.regens-wagner.de/cms/resources/public/vhsThemes/basic/../basic/images/topic-11.png);
}
.course-details .content-pre {
  font-weight: bold;
}
.course-details .bold {
  font-weight: bold;
}
.course-details .content-post {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #EEE;
}
.imagesGallery {
  margin-top: 10px;
  margin-bottom: 30px;
  border: 1px solid #CCC;
}
.imagesGallery img.course-thumbnail {
  width: 100%;
  height: auto;
  margin: 15px 0;
}
.courseAlternatives,
.predecessorDetails,
.successorDetails {
  border-top: 1px solid #CCC;
  padding: 20px 0;
}
.courseAlternatives table,
.predecessorDetails table,
.successorDetails table {
  table-layout: fixed;
}
.courseAlternatives table thead tr th,
.predecessorDetails table thead tr th,
.successorDetails table thead tr th {
  padding: 10px 10px;
  background-color: rgba(25,61,106,0.6);
}
div.courseDates {
  margin: 0 0 40px 0;
}
ul.big-icons.modulatedCourse {
  margin: -30px 0 80px 0;
}
table.course-data table tr td:first-of-type {
  white-space: normal;
}
table.course-data tr td:first-of-type {
  font-weight: bold;
  white-space: normal;
}
table.course-data tr td .table-annotation,
table.course-data tr td table.course.dates tr td .table-annotation {
  display: block;
  margin: 3px 0 0 0;
  color: #999;
  font-size: .9em;
}
table.course-data tr td p {
  margin: 0 0 10px;
}
table.course-data tr.past td {
  text-decoration: line-through;
}
table.course.dates tr.past td {
  text-decoration: line-through;
}
img.course-image {
  margin: 20px 0;
  max-width: 100%;
}
.blurredBackgroundxx {
  margin: -25px !important;
  -webkit-filter: blur(15px);
  -moz-filter: blur(15px);
  -o-filter: blur(15px);
  -ms-filter: blur(15px);
  filter: blur(15px);
}
.messageMb {
  background-color: #6cb1e1 !important;
  border-color: #6cb1e1 !important;
  color: #fff !important;
}
.message {
  font-size: 14px !important;
}
.btn.btn-default.btn-block.vhs.course-add {
  margin: 10px 0 0 0;
  padding: 15px 0;
}
.btn.btn-default.btn-block.vhs.course-add span {
  display: inline-block;
}
.btn.btn-default.btn-block.vhs.course-add i {
  display: inline-block;
  margin: 0 10px 0 0;
  font-size: 20px;
}
.vhs-base .message.Bookable {
  color: #66ac1d;
  border-color: #66ac1d;
}
.vhs-base .message.Bookable.FewSeatsLeft {
  color: #db964b;
  border-color: #db964b;
}
.vhs-base .courseDetails.message {
  margin-bottom: 40px;
}
.captchaImage-captureRequest {
  border: 1px solid #ccc;
  border-radius: 4px;
}
.qr-code {
  max-width: 200px;
  margin: 50px;
}
a.qrcode {
  cursor: pointer;
}
.modal-title {
  margin-bottom: 0 !important;
}
.subnavigation.vhs.footer {
  margin: -40px 0 0 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 li a {
    font-size: 12px;
  }
  .subnavigation.vhs.footer li {
    display: block;
    float: left;
    width: 16.66667%;
  }
  .subnavigation.vhs.footer li.up3 {
    width: 33.33333%;
  }
  .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 {
    margin: -40px 0 -30px 0;
  }
  .subnavigation.vhs.footer li a {
    font-size: 14px;
  }
}
.footer.topnavigation {
  margin: 0;
}
ul.footer.meta {
  margin: 0;
}
#copy {
  max-width: 1240px;
  margin: 0 auto;
  border-top: 1px solid #FFF;
  background: #FFF;
}
#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: #666;
  line-height: 20px;
}
#copy .logos {
  text-align: right;
}
#copy .logos a {
  display: block;
  height: 70px;
  margin: 0 0 0 30px;
  background: center right url("//fortbildungsportal.regens-wagner.de/cms/resources/private/partials/vhsInit/public/images/logo-item-positive.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;
}
