@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-gelsenkirchen.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: #53B7E8;
}
.border-skin2 {
  border-color: #351A6F;
}
.border-skin3 {
  border-color: #45A941;
}
.border-skin4 {
  border-color: #EE1C25;
}
.border-skin5 {
  border-color: #F36F23;
}
.border-skin6 {
  border-color: #FDB825;
}
.border-skin7 {
  border-color: #2C9E9E;
}
.border-skin8 {
  border-color: #A7CE39;
}
.border-skin9 {
  border-color: #1F73AF;
}
.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: #53b7e8;
}
.skin1 a:hover,
a.skin1:hover {
  color: #26a4e2;
}
.back-skin1,
.skin1 .back-spot {
  background-color: #53B7E8;
}
a.back-skin1:hover,
a .back-skin1:hover,
.skin1 tr.hovered td {
  background-color: #3daee5;
}
.spot-image-back.skin1 {
  background-image: url(//www.vhs-gelsenkirchen.de/cms/resources/public/vhsThemes/basic/../basic/images/topic-1.png);
}
.skin1 .backlight {
  background: #e3f3fb;
}
.skin1 .border-skin,
.border-skin.skin1,
.border-skin-skin1 {
  border-color: #53B7E8;
}
.skin2 a,
a.skin2,
.skin2 .link {
  color: #351a6f;
}
.skin2 a:hover,
a.skin2:hover {
  color: #211046;
}
.back-skin2,
.skin2 .back-spot {
  background-color: #351A6F;
}
a.back-skin1:hover,
a .back-skin2:hover,
.skin2 tr.hovered td {
  background-color: #2b155a;
}
.spot-image-back.skin2 {
  background-image: url(//www.vhs-gelsenkirchen.de/cms/resources/public/vhsThemes/basic/../basic/images/topic-2.png);
}
.skin2 .backlight {
  background: #a487e3;
}
.skin2 .border-skin,
.border-skin.skin2,
.border-skin-skin2 {
  border-color: #351A6F;
}
.skin3 a,
a.skin3,
.skin3 .link {
  color: #45a941;
}
.skin3 a:hover,
a.skin3:hover {
  color: #368433;
}
.back-skin3,
.skin3 .back-spot {
  background-color: #45A941;
}
a.back-skin1:hover,
a .back-skin3:hover,
.skin3 tr.hovered td {
  background-color: #3d973a;
}
.spot-image-back.skin3 {
  background-image: url(//www.vhs-gelsenkirchen.de/cms/resources/public/vhsThemes/basic/../basic/images/topic-3.png);
}
.skin3 .backlight {
  background: #def2dd;
}
.skin3 .border-skin,
.border-skin.skin3,
.border-skin-skin3 {
  border-color: #45A941;
}
.skin4 a,
a.skin4,
.skin4 .link {
  color: #ee1c25;
}
.skin4 a:hover,
a.skin4:hover {
  color: #c80f17;
}
.back-skin4,
.skin4 .back-spot {
  background-color: #EE1C25;
}
a.back-skin1:hover,
a .back-skin4:hover,
.skin4 tr.hovered td {
  background-color: #e0111a;
}
.spot-image-back.skin4 {
  background-image: url(//www.vhs-gelsenkirchen.de/cms/resources/public/vhsThemes/basic/../basic/images/topic-4.png);
}
.skin4 .backlight {
  background: #ffffff;
}
.skin4 .border-skin,
.border-skin.skin4,
.border-skin-skin4 {
  border-color: #EE1C25;
}
.skin5 a,
a.skin5,
.skin5 .link {
  color: #f36f23;
}
.skin5 a:hover,
a.skin5:hover {
  color: #d7560c;
}
.back-skin5,
.skin5 .back-spot {
  background-color: #F36F23;
}
a.back-skin1:hover,
a .back-skin5:hover,
.skin5 tr.hovered td {
  background-color: #ef600d;
}
.spot-image-back.skin5 {
  background-image: url(//www.vhs-gelsenkirchen.de/cms/resources/public/vhsThemes/basic/../basic/images/topic-5.png);
}
.skin5 .backlight {
  background: #ffffff;
}
.skin5 .border-skin,
.border-skin.skin5,
.border-skin-skin5 {
  border-color: #F36F23;
}
.skin6 a,
a.skin6,
.skin6 .link {
  color: #fdb825;
}
.skin6 a:hover,
a.skin6:hover {
  color: #eda202;
}
.back-skin6,
.skin6 .back-spot {
  background-color: #FDB825;
}
a.back-skin1:hover,
a .back-skin6:hover,
.skin6 tr.hovered td {
  background-color: #fdb00c;
}
.spot-image-back.skin6 {
  background-image: url(//www.vhs-gelsenkirchen.de/imageprocessor/2761/448,,,/schulabschluesse.png?skipCrop=0&render=0ab27280428f42fcf5014b234699ad87);
}
.skin6 .backlight {
  background: #ffffff;
}
.skin6 .border-skin,
.border-skin.skin6,
.border-skin-skin6 {
  border-color: #FDB825;
}
.skin7 a,
a.skin7,
.skin7 .link {
  color: #2c9e9e;
}
.skin7 a:hover,
a.skin7:hover {
  color: #217676;
}
.back-skin7,
.skin7 .back-spot {
  background-color: #2C9E9E;
}
a.back-skin1:hover,
a .back-skin7:hover,
.skin7 tr.hovered td {
  background-color: #268a8a;
}
.spot-image-back.skin7 {
  background-image: url(//www.vhs-gelsenkirchen.de/imageprocessor/2947/471,,,/junge-vhs.png?skipCrop=0&render=4c08492dcb126365b3d151c89f474613);
}
.skin7 .backlight {
  background: #aee8e8;
}
.skin7 .border-skin,
.border-skin.skin7,
.border-skin-skin7 {
  border-color: #2C9E9E;
}
.skin8 a,
a.skin8,
.skin8 .link {
  color: #a7ce39;
}
.skin8 a:hover,
a.skin8:hover {
  color: #88aa2a;
}
.back-skin8,
.skin8 .back-spot {
  background-color: #A7CE39;
}
a.back-skin1:hover,
a .back-skin8:hover,
.skin8 tr.hovered td {
  background-color: #99be2f;
}
.spot-image-back.skin8 {
  background-image: url(//www.vhs-gelsenkirchen.de/imageprocessor/2761/450,,,/bne.png?skipCrop=0&render=ddf3d6308f34db6e54e7e31d394f2486);
}
.skin8 .backlight {
  background: #f0f6dd;
}
.skin8 .border-skin,
.border-skin.skin8,
.border-skin-skin8 {
  border-color: #A7CE39;
}
.skin9 a,
a.skin9,
.skin9 .link {
  color: #1f73af;
}
.skin9 a:hover,
a.skin9:hover {
  color: #175784;
}
.back-skin9,
.skin9 .back-spot {
  background-color: #1F73AF;
}
a.back-skin1:hover,
a .back-skin9:hover,
.skin9 tr.hovered td {
  background-color: #1b6599;
}
.spot-image-back.skin9 {
  background-image: url(//www.vhs-gelsenkirchen.de/imageprocessor/2761/451,,,/basiskompetenzen.png?skipCrop=0&render=14f721836a65b8e2b8db77759b79f30a);
}
.skin9 .backlight {
  background: #aad3f0;
}
.skin9 .border-skin,
.border-skin.skin9,
.border-skin-skin9 {
  border-color: #1F73AF;
}
.skin10 a,
a.skin10,
.skin10 .link {
  color: #7961aa;
}
.skin10 a:hover,
a.skin10:hover {
  color: #614c8c;
}
.back-skin10,
.skin10 .back-spot {
  background-color: #7961AA;
}
a.back-skin1:hover,
a .back-skin10:hover,
.skin10 tr.hovered td {
  background-color: #6c549d;
}
.spot-image-back.skin10 {
  background-image: url(//www.vhs-gelsenkirchen.de/imageprocessor/2758/447,,,/fremdsprachen.png?skipCrop=0&render=ba071a926498755c1f1aa09a7ef7843f);
}
.skin10 .backlight {
  background: #e9e6f1;
}
.skin10 .border-skin,
.border-skin.skin10,
.border-skin-skin10 {
  border-color: #7961AA;
}
.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-gelsenkirchen.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;
}
.mainCategories {
  max-width: 1240px;
  margin: 0 auto;
}
.mainCategories ul.subnav.l2 {
  margin: 0;
}
.mainCategories ul.subnav.l2 li a {
  color: #00275a;
  text-shadow: none;
}
h2 .subtitle {
  color: #555555;
}
#footer .meta li a {
  color: #00275a;
}
.menu {
  position: absolute;
  z-index: 40000;
  background-color: #ededed;
  left: 0;
  min-height: 260px;
  width: 100%;
  display: none;
  top: 135px;
  padding-top: 20px;
}
.logoLink1 {
  position: absolute;
  height: 100%;
  width: 56%;
}
.logoLink2 {
  position: absolute;
  height: 100%;
  margin-left: 56%;
}
.vhs-logo-grey {
  z-index: 6;
}
#banner form.banner-quicksearch input {
  border: 1px solid #52565b !important;
}
.banner-quicksearch input {
  color: #636363 !important;
}
ul.vhs-cart-progress li a {
  display: block;
  height: 50px;
  background: #dcdcdc8a;
  border-right: 1px solid rgba(0,0,0,0.1);
  cursor: default;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  color: #565656;
}
ul.vhs-cart-progress li a.done {
  background: rgba(220,220,220,0.58);
  cursor: pointer;
}
ul.vhs-cart-progress li a.done:after {
  content: "\f058";
  padding: 0 0 0 6px;
  font-family: FontAwesome;
  font-weight: normal;
}
ul.vhs-cart-progress li a.active {
  background: #1e73af;
  cursor: pointer;
  color: #FFF;
}
ul.vhs-cart-progress li a.done:hover {
  background: #bababa;
}
ul.vhs-cart-progress li a.active:hover {
  background: #57a6dd;
}
ul.vhs-cart-progress li a:active {
  color: #FFF !important;
}
.totop {
  color: #52565b !important;
}
ul.options-small li a {
  color: #636363 !important;
}
ul.statiLengend li {
  color: #636363 !important;
}
a.load-more-button span {
  background-color: #00275a !important;
}
.vhs-logo a {
  background-image: none;
}
.vhs-logo {
  background-image: none;
  height: 6.5rem;
  background-size: contain;
  background-repeat: no-repeat;
}
.branch-teaser .branch-header a {
  margin: 10px 0 0 0;
  padding: 0;
  text-align: left;
  font-weight: bold;
  font-size: initial;
}
.well {
  border: 0.5px solid #565656;
}
.well.center.securityNotice {
  color: #565656 !important;
}
.well.center.securityNotice i {
  color: #565656 !important;
}
h1 .subtitle {
  color: #3f4a57;
}
.table-annotation {
  color: #565656 !important;
}
.lecturer h3 em {
  color: #565656 !important;
}
@media screen and (max-width: 768px) {
  .vhs-logo {
    height: 5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .emotional-container {
    margin: 53px auto 0 auto !important;
  }
}
@media screen and (max-width: 992px) {
  body .plugin.Images.ImagePic .imagepic-container {
    margin: 2rem auto 20px auto !important;
  }
}
#footer .vhs-logo {
  height: 4.5rem;
}
.footer-logo {
  margin-top: 20px;
}
.top-navigation ul a {
  display: inline;
  color: #777777;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
}
.top-navigation ul li:first-child {
  font-size: 22px;
  text-transform: uppercase;
}
body .dropzone {
  color: #565656 !important;
}
body .sticky {
  height: 100px;
  position: sticky;
  top: 0;
  background-color: #ffffff;
  z-index: 999;
}
body * {
  scroll-margin: 110px;
}
body #copy.noprint {
  background: #00285a;
}
body #copy.noprint .copy-content,
body #copy.noprint .copy-content a {
  color: #FFF;
}
body .subnav.popdown.l1 {
  margin-top: -105px;
}
body .subnav.popdown.l1 a {
  color: #00275a;
  text-shadow: none;
}
body .subnav.popdown.l1 a em {
  font-size: 14px;
}
body .subnav.popdown.l1 a span.image-back {
  box-shadow: none;
  border-radius: 100%;
  border: 6px solid #FFF;
}
body .footer.topnavigation i {
  font-size: 20px;
  vertical-align: middle;
}
body #banner .vhs-logo a {
  height: 60px;
}
body #banner ul.top-menu {
  margin: 0 15px;
}
body #banner ul.top-menu li > a {
  margin-top: 5px;
  display: inline-block;
}
body #banner ul.top-menu li > a:first-child > a {
  margin-top: 0;
}
body #banner ul.top-menu.mobile {
  margin: 0;
  margin-top: 20px;
}
body #banner ul.top-menu.mobile li {
  padding: 0;
}
body #banner ul.top-menu.mobile.top {
  margin: 0;
}
body #banner ul.top-menu.mobile.top li {
  padding: 0 0 0 20px;
}
body #banner .top-menu {
  z-index: 7;
  margin-top: -5px;
  padding: 0;
  margin-bottom: 10px;
}
body #banner .top-menu li {
  display: inline-block;
}
body #banner .top-menu li.quicksearch {
  width: 100%;
  padding: 0;
}
body #banner .top-menu li.quicksearch form {
  width: 100%;
}
body #banner .banner-quicksearch {
  display: block;
  padding: 0 !important;
}
body .subnavigation.vhs.footer li a {
  height: 50px;
  padding: 4px 0;
}
body .container.address-bar {
  background-color: transparent !important;
}
body .container.address-bar p,
body .container.address-bar em,
body .container.address-bar span {
  color: #565656 !important;
}
body .container.address-bar a,
body .container.address-bar ul li a {
  color: #00285a !important;
}
body .emotional-container {
  margin: 40px auto 0 auto;
  margin-bottom: 25px !important;
  height: 270px;
}
body .emotional-container .text {
  background: rgba(0,0,0,0.8);
}
body .emotional-container .pagina {
  display: none;
}
body .container.address-bar {
  background: #00275a;
  color: #fff;
}
body .container.address-bar a {
  color: #fff;
}
body .plugin.articles-teaser div.article {
  margin-top: 0;
  margin-bottom: 0;
  color: inherit;
}
.plugin.News.NewsArtiuclesTeaser .vhsconnect.frame {
  padding: 0;
}
.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background-color: #333;
  color: white;
  padding: 5px 10px;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  body #banner .vhs-logo a {
    height: 100px;
  }
  body #banner .top-menu li.quicksearch {
    margin-top: 10px;
  }
  body #banner .menu {
    top: 155px;
  }
  body #banner .logoLink1 {
    width: 56%;
  }
  body #banner .logoLink2 {
    margin-left: 56%;
  }
}
@media screen and (min-width: 992px) {
  body #banner {
    height: 100px;
  }
  body #banner .top-menu {
    z-index: 7;
    margin-top: 0;
    padding: 10px 0 0 0;
  }
  body #banner ul.top-menu {
    margin: 0 15px 0 0;
  }
  body #banner ul.top-menu li > a {
    margin-top: 0;
  }
  body #banner ul.top-menu .quicksearch {
    width: auto;
    padding: 0;
  }
  body #banner .menu {
    top: 95px;
  }
  body #banner .banner-quicksearch {
    display: inline-block;
  }
  body .emotional-container {
    margin: 0 auto 0 auto;
    height: 320px;
  }
  body .xpanel {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  body #footer {
    padding-bottom: 0;
  }
  body .logoLink1 {
    width: 54%;
  }
  body .logoLink2 {
    margin-left: 54%;
  }
}
.vhsconnect.panelframe {
  padding: 50px 0 0px 0 !important;
}
@media screen and (min-width: 1200px) {
  body #banner {
    height: 115px;
  }
  body #banner ul.topnavigation {
    padding-top: 30px;
  }
  body #banner ul.top-menu li {
    width: 20%;
  }
  body #banner ul.top-menu li:first-child {
    width: 50%;
  }
  body .city_logo img {
    margin-top: 20px;
  }
  body .menu {
    width: 1170px;
    left: unset;
    margin: 0;
  }
}
.border-skin10 {
  border-color: #7961AA;
}
.skin1 a,
a.skin1,
.skin1 .link {
  color: #53B7E8;
}
.skin1 a:hover,
a.skin1:hover {
  color: #3daee5;
}
.back-skin1,
.skin1 .back-spot {
  background-color: #53B7E8;
}
a.back-skin1:hover,
.skin1 tr.hovered td {
  background-color: #3daee5;
}
.spot-image-back.skin1 {
  background-image: url(//www.vhs-gelsenkirchen.de/cms/resources/public/vhsThemes/basic/../basic/images/topic-1.png);
}
.skin1 .backlight {
  background: #e3f3fb;
}
.skin2 a,
a.skin2,
.skin2 .link {
  color: #351A6F;
}
.skin2 a:hover,
a.skin2:hover {
  color: #2b155a;
}
.back-skin2,
.skin2 .back-spot {
  background-color: #351A6F;
}
a.back-skin2:hover,
.skin2 tr.hovered td {
  background-color: #2b155a;
}
.spot-image-back.skin2 {
  background-image: url(//www.vhs-gelsenkirchen.de/cms/resources/public/vhsThemes/basic/../basic/images/topic-2.png);
}
.skin2 .backlight {
  background: #a487e3;
}
.skin3 a,
a.skin3,
.skin3 .link {
  color: #45A941;
}
.skin3 a:hover,
a.skin3:hover {
  color: #3d973a;
}
.back-skin3,
.skin3 .back-spot {
  background-color: #45A941;
}
a.back-skin3:hover,
.skin3 tr.hovered td {
  background-color: #3d973a;
}
.spot-image-back.skin3 {
  background-image: url(//www.vhs-gelsenkirchen.de/cms/resources/public/vhsThemes/basic/../basic/images/topic-3.png);
}
.skin3 .backlight {
  background: #def2dd;
}
.skin4 a,
a.skin4,
.skin4 .link {
  color: #EE1C25;
}
.skin4 a:hover,
a.skin4:hover {
  color: #e0111a;
}
.back-skin4,
.skin4 .back-spot {
  background-color: #EE1C25;
}
a.back-skin4:hover,
.skin4 tr.hovered td {
  background-color: #e0111a;
}
.spot-image-back.skin4 {
  background-image: url(//www.vhs-gelsenkirchen.de/cms/resources/public/vhsThemes/basic/../basic/images/topic-4.png);
}
.skin4 .backlight {
  background: #ffffff;
}
.skin5 a,
a.skin5,
.skin5 .link {
  color: #F36F23;
}
.skin5 a:hover,
a.skin5:hover {
  color: #ef600d;
}
.back-skin5,
.skin5 .back-spot {
  background-color: #F36F23;
}
a.back-skin5:hover,
.skin5 tr.hovered td {
  background-color: #ef600d;
}
.spot-image-back.skin5 {
  background-image: url(//www.vhs-gelsenkirchen.de/cms/resources/public/vhsThemes/basic/../basic/images/topic-5.png);
}
.skin5 .backlight {
  background: #ffffff;
}
.skin6 a,
a.skin6,
.skin6 .link {
  color: #FDB825;
}
.skin6 a:hover,
a.skin6:hover {
  color: #fdb00c;
}
.back-skin6,
.skin6 .back-spot {
  background-color: #FDB825;
}
a.back-skin6:hover,
.skin6 tr.hovered td {
  background-color: #fdb00c;
}
.spot-image-back.skin6 {
  background-image: url(//www.vhs-gelsenkirchen.de/imageprocessor/2761/448,,,/schulabschluesse.png?skipCrop=0&render=0ab27280428f42fcf5014b234699ad87);
}
.skin6 .backlight {
  background: #ffffff;
}
.skin7 a,
a.skin7,
.skin7 .link {
  color: #2C9E9E;
}
.skin7 a:hover,
a.skin7:hover {
  color: #268a8a;
}
.back-skin7,
.skin7 .back-spot {
  background-color: #2C9E9E;
}
a.back-skin7:hover,
.skin7 tr.hovered td {
  background-color: #268a8a;
}
.spot-image-back.skin7 {
  background-image: url(//www.vhs-gelsenkirchen.de/imageprocessor/2947/471,,,/junge-vhs.png?skipCrop=0&render=4c08492dcb126365b3d151c89f474613);
}
.skin7 .backlight {
  background: #aee8e8;
}
.skin8 a,
a.skin8,
.skin8 .link {
  color: #A7CE39;
}
.skin8 a:hover,
a.skin8:hover {
  color: #99be2f;
}
.back-skin8,
.skin8 .back-spot {
  background-color: #A7CE39;
}
a.back-skin8:hover,
.skin8 tr.hovered td {
  background-color: #99be2f;
}
.spot-image-back.skin8 {
  background-image: url(//www.vhs-gelsenkirchen.de/imageprocessor/2761/450,,,/bne.png?skipCrop=0&render=ddf3d6308f34db6e54e7e31d394f2486);
}
.skin8 .backlight {
  background: #f0f6dd;
}
.skin9 a,
a.skin9,
.skin9 .link {
  color: #1F73AF;
}
.skin9 a:hover,
a.skin9:hover {
  color: #1b6599;
}
.back-skin9,
.skin9 .back-spot {
  background-color: #1F73AF;
}
a.back-skin9:hover,
.skin9 tr.hovered td {
  background-color: #1b6599;
}
.spot-image-back.skin9 {
  background-image: url(//www.vhs-gelsenkirchen.de/imageprocessor/2761/451,,,/basiskompetenzen.png?skipCrop=0&render=14f721836a65b8e2b8db77759b79f30a);
}
.skin9 .backlight {
  background: #aad3f0;
}
.skin10 a,
a.skin10,
.skin10 .link {
  color: #7961AA;
}
.skin10 a:hover,
a.skin10:hover {
  color: #6c549d;
}
.back-skin10,
.skin10 .back-spot {
  background-color: #7961AA;
}
a.back-skin10:hover,
.skin10 tr.hovered td {
  background-color: #6c549d;
}
.spot-image-back.skin10 {
  background-image: url(//www.vhs-gelsenkirchen.de/imageprocessor/2758/447,,,/fremdsprachen.png?skipCrop=0&render=ba071a926498755c1f1aa09a7ef7843f);
}
.skin10 .backlight {
  background: #e9e6f1;
}
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: #00275a;
  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: #00275a;
}
#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-gelsenkirchen.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-gelsenkirchen.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;
  }
}
#banner {
  height: 120px;
}
.top-menu {
  padding: 40px 0 0 0;
  text-align: right;
}
.top-menu li {
  display: inline;
  padding: 0 0 0 20px;
}
.top-menu li a {
  color: #4b4b4b;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 3px;
}
.top-menu li a i {
  padding: 0 0 0 10px;
  font-size: 22px;
}
.top-navigation.xmenu ul.main {
  margin-bottom: 10px !important;
}
.top-navigation.xmenu li a {
  hyphens: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
}
.top-navigation.xmenu .col-sm-2.menucat {
  width: 20%;
}
.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-gelsenkirchen.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: 200px;
  }
  body .plugin.Images.ImagePic .imagepic-container .imagepic {
    height: 200px;
  }
  body .plugin.Images.ImagePic .imagepic-container .imagepic .overlay {
    height: 200px;
  }
}
ul.subnav.l1 {
  position: relative;
  z-index: 99;
  height: 170px;
  margin: 0 0 30px 0;
  padding: 0;
  z-index: 10;
}
ul.subnav.l1 li {
  text-align: center;
}
ul.subnav.l1 li a {
  display: block;
  padding: 10px 0;
  background-image: none;
  color: #FFF;
  font-weight: bold;
  text-shadow: 0 0 3px #000;
}
ul.subnav.l1 li a em {
  font-style: normal;
}
@media screen and (min-width: 992px) {
  #banner ul.subnav.l1 {
    text-align: center;
  }
  ul.subnav.l1 li.up5 {
    width: 20%;
  }
  ul.subnav.l1 li.up6 {
    width: 16.666666%;
  }
  ul.subnav.l1 li.up7 {
    width: 14.2857%;
  }
  ul.subnav.l1 li.up8 {
    width: 12.5%;
  }
  ul.subnav.l1 li.up9,
  ul.subnav.l1 a em.square {
    width: 11.111111%;
  }
  ul.subnav.l1 li.up10 {
    width: 10%;
  }
  ul.subnav.l1 li {
    display: block;
    float: left;
    width: 10%;
    margin: 0;
    text-align: center;
  }
  ul.subnav.l1 a {
    width: 100%;
    display: inline-block;
  }
  ul.subnav.l1 a .back-default {
    background: #CCC;
  }
  ul.subnav.l1 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.l1 a em {
    display: inline-block;
    height: 40px;
    text-transform: unset;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 40px;
    -moz-hyphens: none;
    -o-hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
  }
  ul.subnav.l1 a em span {
    display: inline-block;
    line-height: 20px;
    vertical-align: middle;
  }
  ul.subnav.l1 a em.square {
    position: absolute;
    display: block;
    text-align: center;
    margin-top: 5px;
  }
  ul.subnav.l1 a em.square i {
    display: inline-block;
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
  }
  .image-back {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .image-back.skin1 {
    background-image: url(//www.vhs-gelsenkirchen.de/cms/resources/public/vhsThemes/basic/../basic/images/topic-1.png);
  }
  .image-back.skin2 {
    background-image: url(//www.vhs-gelsenkirchen.de/cms/resources/public/vhsThemes/basic/../basic/images/topic-2.png);
  }
  .image-back.skin3 {
    background-image: url(//www.vhs-gelsenkirchen.de/cms/resources/public/vhsThemes/basic/../basic/images/topic-3.png);
  }
  .image-back.skin4 {
    background-image: url(//www.vhs-gelsenkirchen.de/cms/resources/public/vhsThemes/basic/../basic/images/topic-4.png);
  }
  .image-back.skin5 {
    background-image: url(//www.vhs-gelsenkirchen.de/cms/resources/public/vhsThemes/basic/../basic/images/topic-5.png);
  }
  .image-back.skin6 {
    background-image: url(//www.vhs-gelsenkirchen.de/imageprocessor/2761/448,,,/schulabschluesse.png?skipCrop=0&render=0ab27280428f42fcf5014b234699ad87);
  }
  .image-back.skin7 {
    background-image: url(//www.vhs-gelsenkirchen.de/imageprocessor/2947/471,,,/junge-vhs.png?skipCrop=0&render=4c08492dcb126365b3d151c89f474613);
  }
  .image-back.skin8 {
    background-image: url(//www.vhs-gelsenkirchen.de/imageprocessor/2761/450,,,/bne.png?skipCrop=0&render=ddf3d6308f34db6e54e7e31d394f2486);
  }
  .image-back.skin9 {
    background-image: url(//www.vhs-gelsenkirchen.de/imageprocessor/2761/451,,,/basiskompetenzen.png?skipCrop=0&render=14f721836a65b8e2b8db77759b79f30a);
  }
  .image-back.skin10 {
    background-image: url(//www.vhs-gelsenkirchen.de/imageprocessor/2758/447,,,/fremdsprachen.png?skipCrop=0&render=ba071a926498755c1f1aa09a7ef7843f);
  }
  .image-back.skin11 {
    background-image: url(//www.vhs-gelsenkirchen.de/cms/resources/public/vhsThemes/basic/../basic/images/topic-11.png);
  }
}
.fixed ul.subnav.popdown.open {
  background: rgba(255,255,255,0.95);
}
.popdown.xcpanel {
  z-index: 100;
  position: absolute;
  width: 1140px;
  margin: 0 0 0 0;
  padding: 20px;
  border-style: solid;
  border-width: 9px 0;
  margin-top: -21px;
  background: rgba(255,255,255,0.95);
}
.popdown.xcpanel .nobreak {
  width: 100%;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
  display: table;
}
.popdown.xcpanel h4 {
  margin: 0 0 10px 0;
  padding: 5px 0 0 0;
  border-style: solid;
  border-width: 4px 0 0 0;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
}
.popdown.xcpanel h4 a {
  color: #565656;
}
.popdown.xcpanel ul {
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
}
.popdown.xcpanel ul li {
  margin: 0 0 5px 0;
  line-height: 16px;
}
.popdown.xcpanel ul li a {
  color: #565656;
}
.popdown.xcpanel ul li a .count {
  color: #999;
  font-size: 12px;
}
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;
}
.program {
  margin-top: 30px;
}
.program div {
  margin-bottom: 20px;
}
.program div h2 {
  margin: 20px 0 10px 0;
  padding: 0;
  text-align: left;
}
.program span.logo {
  display: block;
  border-radius: 100%;
}
.program span.logo img {
  width: 100%;
  height: auto;
}
.program ul li .course-count {
  color: #CCC;
}
.program ul li.more-categories {
  margin-top: 10px;
}
.program.lateral h2 {
  margin: 0;
  padding: 0;
  text-align: left;
}
.program.lateral .row {
  margin-top: 25px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .program span.logo img {
    height: 150px;
  }
  .program span.logo {
    border-radius: 0;
  }
}
#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: #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: #00275a;
  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-gelsenkirchen.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;
}
