@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-bold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansbold_italic';
    src: url('../fonts/opensans-bolditalic-webfont.woff2') format('woff2'),
         url('../fonts/opensans-bolditalic-webfont.woff') format('woff');
    font-weight: 600;
    font-style: italic;

}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/opensans-italic-webfont.woff2') format('woff2'),
         url('../fonts/opensans-italic-webfont.woff') format('woff');
    font-weight: 400;
    font-style: italic;

}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/opensans-light-webfont.woff2') format('woff2'),
         url('../fonts/opensans-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;

}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/opensans-lightitalic-webfont.woff2') format('woff2'),
         url('../fonts/opensans-lightitalic-webfont.woff') format('woff');
    font-weight: 300;
    font-style: italic;

}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/opensans-semibold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-semibold-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;

}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/opensans-semibolditalic-webfont.woff2') format('woff2'),
         url('../fonts/opensans-semibolditalic-webfont.woff') format('woff');
    font-weight: 500;
    font-style: italic;

}

body {
  font-family: 'Open Sans', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.btn {
  font-size: 14px;
}
header h1 {
  font-size: 2.8em;
  font-weight: 600;
}
.usc-pme header h1 {
  font-size: 1.9em;
}
header p {
  font-size: 1.3em;
  font-weight: 500;
}
h2,
.h2 {
  font-size: 1.5em;
  font-weight: 600;
}
h3,
.h3 {
  font-size: 1.5em;
  font-weight: 500;
}
div.row.usc-news {
  margin-bottom: 1.2em;
  padding-left: 5%;
  padding-right: 5%;
  font-size: 1.25em;
  font-style: normal;
  font-weight: 300;
}
img.img-frame {
  border: 2px solid #333;
  margin-top: 10px;
}
.usc-border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:focus {
  border: 0 none;
}
:lang(de) {
  quotes: "\201E" "\201C" "\201A" "\2018";
}
:lang(de-DE) {
  quotes: "\00BB" "\00AB" "\203A" "\2039";
}
:lang(de-CH) {
  quotes: "\20AB" "\20BB" "\2039" "\203A";
}
:lang(en) {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
:lang(fr) {
  quotes: "\20AB\00A0" "\20A0\00BB" "\2030\00A0" "\20A0\203A";
}
q:before {
  content: open-quote;
}
q:after {
  content: close-quote;
}
q q:before {
  content: open-quote;
}
q q:after {
  content: close-quote;
}
blockquote p:first-child:before {
  content: open-quote;
}
blockquote p:last-of-type:after {
  content: close-quote;
}
blockquote p {
  font-family: 'Open Sans', 'Arial', sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 1.5em;
  color: #000;
}
blockquote footer {
  font-family: 'Open Sans', 'Arial', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: smaller;
  color: #666666;
}
.blockquote-reverse,
blockquote.pull-right {
  border-right: none;
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: "";
}
/* */
ul.list-inline li {
  padding-right: 0;
  padding-left: 0;
}
ul.list-inline li a {
  padding: 6px;
  border: 2px solid #333;
  border-radius: 5px 5px;
}
blockquote#usc-header {
  margin-bottom: 0;
}
.navbar-nav a {
  font-weight: 400;
  font-style: normal;
}
ul.navbar-nav > li > a {
  padding-top: 1.625em;
  padding-bottom: 1.625em;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
}
.navbar-default {
  background-color: #333;
  border-color: #333;
  border-bottom: 0 none;
}
.navbar-default .navbar-nav > li > a {
  color: #aaa;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #76c41f;
  border: 0 none;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #76c41f;
  background: url('../img/menu-marker-bottom.svg') no-repeat center bottom;
  border: 0 none;
}
ul.navbar-nav > li:first-child > a {
  padding-left: 0;
}
ul.list-inline li a {
  display: block;
  padding: 6px;
  width: 90px;
}
#headerwrap {
  background: url('../img/green-leaf-176722-10-min.jpg') no-repeat center top;
  background-size: cover;
  /* background-size: contain; */
}
header.container {
  padding-top: 0;
  padding-left: 5%;
  padding-right: 5%;
}
div#headerwrap header.container {
  padding-bottom: 5.5em;
  padding-top: 0;
}
div.usc-label {
  opacity: 0.7;
  position: absolute;
  right: 42px;
  top: 32px;
  z-index: 1040;
}
nav div.container {
  position: relative;
}
section.container {
  padding-top: 24px;
  background-image: url('../img/menu-marker.svg') repeat-y left center;
  margin-bottom: 0;
}
section.container .row {
  padding-top: 1em;
  padding-bottom: 1em;
}
section.container ul {
  font-size: 1.25em;
  font-style: normal;
  font-weight: 300;
}
.usc-main-info {
  font-size: 1.25em;
  font-style: normal;
  font-weight: 300;
}
.usc-main-info blockquote p {
  font-size: 1.0em;
}
.pressebericht h3:first-child {
    margin-top: 0.3em;
}
#usc-qr-code {
  display: inline;
}
footer.usc-footer {
  background: #76c41f;
  background-size: cover;
  padding: 1em;
}
footer.usc-footer a {
  color: #333;
  text-decoration: none;
}
footer.usc-footer a:active {
  color: #333;
}
footer.usc-footer a:hover,
footer.usc-footer a:active {
  color: #333;
  outline: 0 none;
  outline-offset: -5px;
}
footer.usc-footer a:focus {
  outline: 1px dotted #fff;
  outline: 1px dotted rgba(255, 255, 255, 0.75);
  outline-offset: -5px;
}
p.usc-center {
  text-align: center;
}
div.usc-dl {
  padding: 1em;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
span.usc-dt {
  display: inline-block;
  width: 65px;
  text-align: right;
  font-weight: 500;
}
span.usc-dd {
  padding-left: 1em;
}
a#usc-a-mail,
a#usc-a-mail:link,
a#usc-a-mail:visited {
  color: #333;
}
a#usc-a-mail:hover,
a#usc-a-mail:focus,
a#usc-a-mail:active {
  color: #fff;
}
div.well-lg {
  font-size: 1.5em;
}
section.container ul.usc-f-error {
  font-size: 1.0em;
}
footer ul.list-inline li {
  color: #333;
}
footer ul.list-inline li a:hover,
footer ul.list-inline li a:focus {
  color: #333;
  text-decoration: none;
  background-color: #fff;
}
footer ul.list-inline li a:focus {
  outline: thin dotted;
  outline-offset: -2px;
}
dl.table-display {
  float: left;
  width: 400px;
  margin: 0;
  padding: 0;
  color: #333;
}
.table-display dt {
  clear: left;
  float: left;
  width: 70px;
  margin: 0;
  padding: 0 5px;
  font-weight: 600;
  text-align: right;
}
.table-display dd {
  float: left;
  width: 300px;
  margin: 0;
  padding: 0 5px;
}
div.usc-nav-footer {
  padding-top: 0.9em;
}
div.usc-info-footer > div {
  margin-top: 1em;
  position: relative;
  padding-bottom: 1.5em;
}
div.usc-separator {
  background-color: transparent;
  position: absolute;
  height: 2px;
  width: 100%;
  margin-left: -15px;
  margin-top: -15px;
  content: " ";
  border-top: 1px dotted #cccccc;
  border-top: 1px dotted #9ce34d;
}
div.usc-main-info > p:first-of-type:first-letter {
  float: left;
  font-size: 4.8em;
  margin: 0.05em 0.05em -0.2em 0.02em;
  padding: 0.06em;
  background-color: #e5e5e5;
}
div.usc-main-info > ul {
  font-size: 1em;
}
img#lit-logo {
  display: inline-block;
  width: 200px;
  height: auto;
}
table {
  border-collapse: collapse;
  border-bottom: 1px dotted #300114;
  border-top: 1px dotted #300114;
  color: #333;
  font-size: 1.25em;
  margin: 1.3571em 0 0;
  width: 100%;
}
table caption {
  caption-side: top;
  font-weight: 600;
  font-variant: normal;
  padding: 0.5em 0.5em 0.5em 0.3em;
  color: #333;
  font-size: 1.6em;
}
th,
td {
  line-height: 1.5em;
  padding: 0.7143em 0.5em;
  vertical-align: top;
}
th *:first-child,
td *:first-child {
  margin-top: 0;
}
th.nowrap,
td.nowrap {
  white-space: nowrap;
}
/* thead th {
    border-bottom: 2px dotted #300114;
    color: #fbe19b;
    text-align: left;
} */
tbody th {
  border-top: 1px dotted rgba(20, 45, 1, 0.5);
  text-align: left;
}
tbody td {
  border-top: 1px dotted rgba(20, 45, 1, 0.5);
  text-align: left;
}
tbody tr:hover td {
  background: none repeat scroll 0 0 rgba(118, 196, 31, 0.1);
}
tbody tr:first-child:hover td {
  background: none repeat scroll 0 0 rgba(118, 196, 31, 0.1);
}
.no-js table tr:nth-child(2n+2) {
  background-color: #fff;
}
tr.rsc-row-even {
  background-color: #f2f2f2;
  background-color: #fff;
}
#cg_termine .col1 {
  padding-left: 1em;
  padding-right: 1em;
}
#cg_termine .col2,
#cg_termine .col3 {
  padding-left: 1em;
  padding-right: 1em;
}
#cg_termine .col4 {
  padding-left: 1em;
  padding-right: 1em;
}
#cg_termine .col5 {
  padding-left: 1em;
  padding-right: 1em;
}
#cg_termine .col6 {
  padding-left: 1em;
  padding-right: 1em;
}
span.cell-header {
  font-weight: bold;
}
div.cell-content {
  font-weight: normal;
  padding: 0;
}
div.row[id^="usc-kurs"] {
  padding-top: 3.25em;
  background-color: #ddd;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
#usc-termine div.col-md-12 {
  padding-left: 0;
  padding-right: 0;
}
div#usc-kurse {
  font-size: 1.25em;
}
111footer.usc-footer a.btn-facebook {
  color: #333;
  background-color: #76c41f;
  background-image: none;
  background-repeat: no-repeat;
}
.btn-facebook:active,
.btn-facebook.active,
.btn-facebook {
  color: #333;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #76c41f;
  background-image: none;
  background-repeat: no-repeat;
  border: 2px solid #333;
  padding: 6px;
}
.btn-facebook:hover,
.btn-facebook.disabled,
.btn-facebook[disabled] {
  color: #ffffff;
  color: #333;
  background-color: #fff;
  outline: 0 none;
  outline-offset: -5px;
  border-color: #333;
}
.btn-facebook:focus {
  outline: 1px dotted #fff;
  outline: 1px dotted rgba(255, 255, 255, 0.75);
  outline-offset: -5px;
  background-color: #fff;
  color: #333;
  border-color: #333;
}
.btn-facebook:focus a {
  color: #333;
}
.usc-fs {
  display: block;
  height: 140px;
  width: 100%;
  padding-left: 100px;
  margin: 0;
  background-image: url('../img/fs-sprite.png');
  background-repeat: no-repeat;
  text-indent: -9999px;
  border-top: 1px solid #999999;
}
.usc-fs p {
  text-indent: 0;
  padding-top: 1.5em;
}
.usc-fs-red {
  background-position: 0 0;
}
.usc-fs-yellow {
  background-position: 0 -140px;
}
.usc-fs-green {
  background-position: 0 -280px;
}
div.app-info {
  position: relative;
  background-color: transparent;
  background-image: url('../img/tag.png');
  width: 32px;
  height: 32px;
}
div.app-info:active,
div.app-info:hover {
  background-color: red;
}
div.app-info-msg {
  display: none;
  position: absolute;
  z-index: 1020;
  left: 32px;
  background-color: #666666;
  color: #fff;
}
div.app-info:active > div.app-info-msg,
div.app-info:hover > div.app-info-msg {
  display: block;
  position: absolute;
  z-index: 1020;
  left: 33px;
  background-color: #666666;
  color: #fff;
  padding: 1em;
  width: 500px;
  box-shadow: 2px 2px 5px #222;
  border-radius: 5px 5px;
}
@media screen and (max-width: 767px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: relative;
    right: 0;
    left: 0;
    z-index: 1030;
  }
  nav div.container {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar {
    margin-bottom: 0;
  }
  ul.navbar-nav > li:first-child > a {
    padding-left: 20px;
  }
  ul.navbar-nav > li > a {
    padding-left: 20px;
  }
  ul.navbar-nav {
    margin: 0;
  }
  ul.navbar-nav > li {
    border-bottom: 1px solid #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-left: 15px;
  }
  ul.navbar-nav > li:last-of-type {
    border-bottom: 0 none;
  }
  ul.navbar-nav > li:first-of-type {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    background: url('../img/menu-marker-left.svg') no-repeat left center;
  }
}
#toggleNavMain {
  display: none;
  color: #fff;
  padding-top: 12px;
}
figcaption {
  font-style: italic;
  font-weight: 400;
  margin-top: 0.22em;
}
div.row.usc-news {
  margin-bottom: 1.2em;
}
@media screen and (max-width: 767px) {
  ul.navbar-nav > li > a {
    font-size: 16px;
  }
  ul.navbar-nav {
    display: block;
    right: 15px;
    top: 40px;
    padding: 2% 3%;
    font-size: 1.2em;
    cursor: pointer;
  }
  .js ul.navbar-nav {
    display: none;
  }
  #toggleNavMain {
    display: block;
    color: #fff;
  }
  figcaption {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (min-width: 768px) {
  div#headerwrap header.container {
    padding-top: 8.875em;
    padding-bottom: 5.5em;
  }
  header.container {
    padding-top: 80px;
    padding-left: 0;
    padding-right: 0;
  }
  header p {
    font-size: 1.5em;
  }
  header h1 {
    font-size: 2.6em;
    font-weight: 600;
  }
  .usc-pme header h1 {
    font-size: 2.6em;
  }
  h2 {
    font-size: 1.6em;
  }
  h3 {
    font-size: 1.45em;
  }
  ul.navbar-nav > li > a {
    padding-top: 1.625em;
    padding-bottom: 1.625em;
    padding-left: 12px;
    padding-right: 12px;
  }
  div.row.usc-news {
    margin-bottom: 1.2em;
    padding-left: 0;
    padding-right: 0;
  }
  div.row.usc-news p {
    font-style: normal;
    font-weight: 300;
  }
  div.usc-label {
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div.usc-label {
    opacity: 0.8;
    right: -14px;
    top: 37px;
  }
}
@media screen and (min-width: 992px) {
  #usc-qr-code {
    display: block;
  }
  div.usc-separator {
    background-color: transparent;
    position: absolute;
    height: 10em;
    width: 2px;
    margin-left: -15px;
    margin-top: 5px;
    content: " ";
    border-left: 1px dotted #cccccc;
    border-top: 1px dotted #9ce34d;
    border-top: 0 none;
  }
  .usc-nav-footer div.usc-separator {
    display: none;
  }
  img#lit-logo {
    width: 200px;
  }
  p.usc-center {
    text-align: left;
  }
}
@media screen and (min-width: 1000px) {
  ul.navbar-nav > li > a {
    font-size: 16px;
  }
}
@media screen and (min-width: 1240px) {
  body {
    font-size: 16px;
  }
  .btn {
    font-size: 16px;
  }
  ul.navbar-nav > li > a {
    padding-left: 15px;
    padding-right: 15px;
  }
  table {
    font-size: 1.25em;
    margin: 1.3571em 0 0;
  }
  img#lit-logo {
    width: 200px;
  }
  ul.list-inline li a {
    width: 100px;
  }
  div.usc-dl {
    width: 360px;
    margin-left: 0;
    margin-right: 0;
  }
  div.usc-separator {
    height: 9em;
  }
}
span.lit-logo {
  display: inline;
}
span.lit-logo > a:focus {
  outline: 0;
  background-color: transparent;
}
/* Nur Internet Explorer 10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  span.lit-logo {
    display: inline-block;
    width: 200px;
    height: 41px;
  }
  img#lit-logo[src*=".svg"] {
    width: 100%;
  }
}
