body,
html {
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-family: 'Open Sans', Verdana, Geneva, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6em;
  color: #000;
}
body #tinymce,
html #tinymce {
  background: #ffffff;
  padding: 10px;
}
#right {
  margin-top: 12px;
}
#right .inside {
  padding: 0 25px;
}
#container {
  max-width: 900px;
  margin: 0 auto;
}
.fullsize #container {
  max-width: 100%;
}
#header ul {
  margin: 0;
}
#header ul li {
  margin: 0;
  list-style-image: none;
}
#header a {
  display: inline-block;
}
#header a:hover,
#header a:active {
  text-decoration: none;
}
@media all and (min-width: 860px) {
  #header-image {
    position: relative;
    height: 290px;
    background-image: url('../img/header/Lauftreff.jpg');
    background-color: #191919;
    background-size: initial;
    background-position: center;
    background-size: cover;
    background-color: #fff;
    background-repeat: no-repeat;
  }
  #header-logo {
    display: block;
    position: absolute;
    z-index: 20;
    font: 0/0 a;
    color: transparent;
    background-color: transparent;
    width: 292px;
    height: 148px;
    background: url('../img/1-FC-Kaiserslautern.png') center center no-repeat transparent;
  }
  .firmenlauf #header-image {
    background-image: url('../img/header/Firmenlauf.gif');
    background-size: cover;
  }
  .lebenslauf #header-image {
    /*background-image: url('../img/header/Lebenslauf.jpg');*/
    background-image: url('../img/header/Lebenslauf-2026_header.png');
    background-size: cover;
  }
  .colalauf #header-image {
    background-image: url('../img/header/Cola-Lauf.jpg');
    background-size: cover;
  }
  .citylauf #header-image {
    background-image: url('../img/header/City-Lauf-2026.png');
    background-color: #191919;
    background-size: initial;
    background-position: center;
  }
  .stairway-to-devil #header-image {
    background-image: url('../img/header/Stairway-to-Devil.jpg');
    background-size: cover;
  }
  #header-events {
    position: absolute;
    right: 0;
    top: 50px;
 }
  #header-events ul li {
    line-height: 24px;
    text-align: right;
  }
  #header-events a {
    margin: 5px 0 10px;
    padding: 3px 20px 3px 5px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    background-color: #fafafa;
    background-color: rgba(250, 250, 250, 0.9);
  }
  #header-events a.current,
  #header-events a:hover {
    color: #ffffff;
    background-color: #ba0000;
  }
  #header-events a span {
    font-size: 13px;
    font-weight: normal;
    margin-right: .5em;
  }
  .firmenlauf #header-events .firmenlauf-link,
  .citylauf #header-events .citylauf-link,
  .colalauf #header-events .colalauf-link,
  .lebenslauf #header-events .lebenslauf-link {
    text-decoration: none;
    color: #ffffff;
    background-color: #ba0000;
  }
  #searchfield {
    position: absolute;
    top: 296px;
    right: 0;
    height: 20px;
    width: 168px;
    background: url('../img/bg_searchInput.gif') no-repeat;
    margin-left: 8px;
    z-index: 10;
  }
  #searchfield input {
    padding: 1px 0 1px 24px;
    margin: 0;
    border: 0;
    height: 18px;
    line-height: 18px;
    width: 110px;
    background: none;
    color: #000;
    box-shadow: none;
    z-index: 500;
  }
  #searchfield label {
    display: none;
  }
  #header nav.mod_navigation {
    background: #000;
    width: 100%;
  }
  #header nav.mod_navigation.second-nav {
    background: #ba0000;
  }
  #header nav.mod_navigation.second-nav ul li.active a,
  #header nav.mod_navigation.second-nav ul li a:hover {
    background: #dc6363;
  }
  #header nav.mod_navigation.third-nav {
    background: #dc6363;
  }
  #header nav.mod_navigation.third-nav ul li.active a,
  #header nav.mod_navigation.third-nav ul li a:hover {
    background: #f0abab;
    color: #000;
  }
  #header nav.mod_navigation.show-sub-level .submenu ul,
  #header nav.mod_navigation.show-sub-level .submenu.trail li {
    display: none;
  }
  #header nav.mod_navigation.show-sub-level .submenu.trail > a {
    display: inline-block;
  }
  #header nav.mod_navigation.show-sub-level .submenu.trail .submenu {
    background: #000;
    margin-right: -15px;
  }
  #header nav.mod_navigation.show-sub-level .submenu.trail .submenu:hover {
    background: #ba0000;
  }
  #header nav.mod_navigation.show-sub-level .submenu.trail .submenu::after {
    content: ":";
  }
  #header nav.mod_navigation ul {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
  }
  #header nav.mod_navigation ul li {
    display: inline-block;
  }
  #header nav.mod_navigation ul li.active a,
  #header nav.mod_navigation ul li.trail a,
  #header nav.mod_navigation ul li a:hover {
    background: #ba0000;
    color: #ffffff;
  }
  #header nav.mod_navigation a {
    line-height: 30px;
    padding: 0 10px 2px 10px;
    margin: 0 10px;
    display: block;
    font-size: 14px;
    font-weight: 100;
    letter-spacing: 1px;
    color: #ffffff;
  }
}
@media (max-width: 1100px) {
  #searchfield {
    display: none;
  }
}
@media all and (max-width: 859px) {
  #header {
    background: #28272d;
    color: #ffffff;
    padding: 0;
    height: auto;
  }
  #header a {
    color: #ffffff !important;
  }
  #header-logo {
    text-align: center;
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid #7a7a7a;
  }
  #searchfield {
    display: none;
  }
  #header a {
    display: block;
  }
  #header ul li {
    padding: 10px;
    border-bottom: 1px solid #333333;
  }
  #header-events ul li,
  #header nav ul li {
    padding-left: 15px;
  }
}
#right h3 {
  text-transform: uppercase;
}
#right .ce_image a {
  display: block;
  text-align: center;
}
#right .ce_image a:hover img {
  opacity: 0.85;
  filter: alpha(opacity=85);
}
#right .image_container {
  float: none;
  height: auto;
  width: auto;
  margin: 0;
}
#right .image_container img {
  border: none;
  padding: 0;
  margin: 0;
  width: auto;
  height: auto;
}
#right .ce_text p {
  padding: 0 25px;
}
::selection {
  color: #ffffff;
  background-color: #ba0000;
}
::-moz-selection {
  color: #ffffff;
  background-color: #ba0000;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Open Sans', Verdana, Geneva, sans-serif;
  color: #000000;
  margin: 1em 0 0.5em 0;
  font-weight: 400;
}
h1 {
  font-size: 150%;
  text-transform: uppercase;
}
h1:after {
  display: block;
  content: " ";
  height: 2px;
  width: 50px;
  background: #ba0000;
  margin: 5px 0;
}
#header h1:after {
  display: none;
  content: "";
}
h2 {
  font-size: 130%;
}
h3 {
  font-size: 115%;
}
h4,
h5 {
  font-size: 105%;
}
#main .ce_text > h3 {
  margin-top: 0;
  font-size: 140%;
}
table {
  margin-left: 10px;
}
table td {
  padding: 0 5px;
}
table.hc_data,
.hc_data table {
  width: 100%;
  margin: 10px auto 20px auto;
  font-size: 13px;
  border: 1px solid #eaeaea;
}
table.hc_data.w70,
.hc_data table.w70 {
  width: 70%;
}
table.hc_data thead td,
.hc_data table thead td,
table.hc_data thead th,
.hc_data table thead th {
  border-top: none;
  background-color: #333333 !important;
  line-height: 24px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
table.hc_data thead td a,
.hc_data table thead td a,
table.hc_data thead th a,
.hc_data table thead th a {
  color: #ffffff !important;
}
table.hc_data tr,
.hc_data table tr {
  border-top: 1px solid #eaeaea;
}
table.hc_data tr.topspace,
.hc_data table tr.topspace {
  border-top: 1px solid #999;
}
table.hc_data tr.topspace td.empty,
.hc_data table tr.topspace td.empty {
  padding: 0;
}
table.hc_data td,
.hc_data table td,
table.hc_data tbody th,
.hc_data table tbody th {
  padding: 2px 4px;
}
table.hc_data td.hspace,
.hc_data table td.hspace,
table.hc_data tbody th.hspace,
.hc_data table tbody th.hspace {
  width: 1px;
  background-color: #eaeaea !important;
  padding: 0;
  margin: 0;
}
table.hc_data td,
.hc_data table td,
table.hc_data tbody th,
.hc_data table tbody th {
  background-color: #fcf6f6;
}
table.hc_data .odd td,
.hc_data table .odd td,
table.hc_data tbody .odd th,
.hc_data table tbody .odd th {
  background-color: #fceeee;
}
table.hc_data .empty-col,
.hc_data table .empty-col {
  color: #000;
  padding: 10px;
  font-size: italic;
}
table.hc_data .empty-col p.last,
.hc_data table .empty-col p.last {
  margin-bottom: 0;
}
.tablestyle {
  width: 70%;
  margin: 10px auto;
  padding: 1px 3px;
  font-size: 13px;
  background-color: #fcf6f6;
  border: 1px solid #eaeaea;
}
.tablestyle.odd {
  background-color: #fceeee;
}
.lightbox-container,
.image_container {
  display: block;
  float: left;
  height: auto;
  width: auto;
  text-align: center;
}
.lightboxStyle {
  border: 1px solid #eaeaea;
  margin: 5px;
  padding: 4px;
}
.gallery_creator img.thumb,
.lightbox img,
img.lightbox,
.image_container img {
  border: 1px solid #eaeaea;
  margin: 5px;
  padding: 4px;
  width: auto;
  height: auto;
}
.lightbox img:hover,
img.lightbox:hover,
.image_container a:hover img {
  border: 1px solid #CF0000;
}
fieldset {
  border: 0;
  margin-bottom: 10px;
}
fieldset legend {
  font-weight: bold;
}
input,
select,
textarea {
  margin: 1px 2px;
  background: #ffffff;
  border: 1px solid #7C7C7C;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
input[type="submit"],
select[type="submit"],
textarea[type="submit"] {
  padding: 2px 5px;
}
input[type="image"],
select[type="image"],
textarea[type="image"] {
  border: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#tl_lost_password input,
#tl_login input,
.mod_personalData input,
.mod_search input {
  padding: 2px 5px;
}
#tl_lost_password .submit_container,
#tl_login .submit_container,
.mod_personalData .submit_container,
.mod_search .submit_container,
#tl_lost_password .checkbox_container,
#tl_login .checkbox_container,
.mod_personalData .checkbox_container,
.mod_search .checkbox_container {
  margin: 5px 0;
}
tr.error td input,
tr.error td select,
input.error,
select.error {
  border: 1px solid #CF0000;
  color: #CF0000;
}
.mod_search .formbody,
.mod_search .header {
  margin: 20px 0;
}
.mod_search > div.odd,
.mod_search > div.even {
  border-bottom: 1px solid #eaeaea;
  padding: 0 10px;
  overflow: hidden;
}
.mod_search > div.odd h3,
.mod_search > div.even h3 {
  font-size: 130%;
  margin-bottom: 0;
}
.mod_search > div.odd h3 .relevance,
.mod_search > div.even h3 .relevance {
  float: right;
  font-size: 1rem;
  color: #7a7a7a;
}
.mod_search > div.odd .context,
.mod_search > div.even .context {
  margin: 10px 0 20px;
}
.mod_search > div.odd .highlight,
.mod_search > div.even .highlight {
  background-color: #eaeaea;
}
.mod_search > div.odd .url,
.mod_search > div.even .url {
  display: none;
}
.mod_search > div.odd {
  background-color: #f8f8f8;
}
.mod_newslist .layout_short {
  border-bottom: 1px solid #eaeaea;
  padding: 0 10px;
}
.mod_newslist .layout_short h2 {
  margin-bottom: 0;
}
.mod_newslist .teaser {
  margin: 10px 0 20px;
}
.mod_newslist .image_container {
  float: left;
  margin: 10px 0 20px;
}
.mod_newslist .image_container.right {
  float: right;
}
#main .mod_newslist .layout_short.odd {
  background-color: #f8f8f8;
}
.mod_newsarchive .layout_simple {
  margin: 5px;
}
.mod_newsarchive .layout_simple time {
  font-size: 13px;
  color: #7a7a7a;
  margin-right: 5px;
}
.mod_newsreader h2 {
  font-size: 100%;
  font-style: italic;
  margin: 5px 0 5px 15px;
}
.mod_newsreader .info {
  padding: 0 10px;
  margin-top: 20px;
  display: block;
}
.mod_newsreader .ce_text {
  padding: 20px 10px;
}
.mod_newsreader li {
  font-size: 0.9em;
}
.ausschreibung th {
  font-weight: bold;
  text-align: right;
  vertical-align: top;
  padding-right: 10px !important;
}
.ausschreibung th,
.ausschreibung td {
  padding: 5px !important;
}
.trainingszeiten .training {
  margin-bottom: 30px;
}
.trainingszeiten .day {
  width: 100%;
  margin: 0 -10px;
  padding: 2px 0;
  background-color: #EEE;
  color: #ba0000;
  font-size: 1.2em;
  text-transform: uppercase;
}
.trainingszeiten .day .weekday {
  width: 25%;
  margin-left: 10px;
  float: left;
}
.trainingszeiten .title {
  font-size: 1.2em;
  font-weight: bold;
}
.trainingszeiten strong.left.info {
  width: 25%;
}
.trainingszeiten p {
  margin: 10px 0;
}
.iframe-container {
  border: 1px solid #eaeaea;
}
.iframe-container iframe {
  width: 100%;
  border: none;
}
@media all and (max-width: 859px) {
  .trainingszeiten ul li {
    list-style-image: none;
  }
  .trainingszeiten .day .weekday {
    float: none;
    width: auto;
  }
  .trainingszeiten strong.left,
  .trainingszeiten strong.left.info {
    display: inline;
    width: auto;
    float: none;
  }
}
#pinnwand {
  font-size: .9em;
}
#pinnwand .hc_topic-closed {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#pinnwand .hc_topic-closed a,
#pinnwand .hc_topic-closed span {
  color: #000 !important;
}
.small-info-container {
  padding: 10px;
  margin: 0 20px 20px;
  background: #f8f8f8;
  color: #7a7a7a;
  font-size: 12px;
  line-height: 20px;
  border-top: 1px solid #F7F7F7;
  border-left: 1px solid #F7F7F7;
  -webkit-box-shadow: 1px 1px 1px #e5eaed;
  box-shadow: 1px 1px 1px #e5eaed;
}
.small-info-container select {
  border-color: #eaeaea;
  color: #7a7a7a;
}
.small-info-container select:hover,
.small-info-container select:focus {
  color: #000;
}
.download-link {
  margin-right: 10px;
  padding: 3px 8px;
  line-height: 20px;
  color: #555 !important;
  font-size: 12px !important;
  text-transform: uppercase;
  border: 1px solid #DEDEDE;
  border-color: #dedede #d8d8d8 #d3d3d3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(#ffffff), to(#ededed));
  background-image: -webkit-linear-gradient(left, color-stop(#ffffff 0%), color-stop(#ededed 100%));
  background-image: -moz-linear-gradient(left, #ffffff 0%, #ededed 100%);
  background-image: linear-gradient(to right, #ffffff 0%, #ededed 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffededed', GradientType=1);
}
.download-link:hover {
  background: #EDEDED;
  text-decoration: none !important;
}
.download-link:active {
  background: #c2c2c2;
  border-color: #989898 #8e8e8e #878787;
}
.download-link.withIcon {
  padding: 3px 8px 3px 28px;
  background-position: 8px center;
  background-repeat: no-repeat;
}
.download-link.withIcon.csv {
  background: url('../img/csv.gif') no-repeat 8px center #ffffff;
  background: url('../img/csv.gif') no-repeat 8px center, -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#ededed));
  background: url('../img/csv.gif') no-repeat 8px center, -webkit-linear-gradient(top, #ffffff 0%, #ededed 100%);
  background: url('../img/csv.gif') no-repeat 8px center, -moz-linear-gradient(top, #ffffff 0%, #ededed 100%);
  background: url('../img/csv.gif') no-repeat 8px center, linear-gradient(to bottom, #ffffff 0%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffededed', GradientType=0);
}
.download-link.withIcon.pdf {
  background: url('../img/pdf.gif') no-repeat 8px center #ffffff;
  background: url('../img/pdf.gif') no-repeat 8px center, -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#ededed));
  background: url('../img/pdf.gif') no-repeat 8px center, -webkit-linear-gradient(top, #ffffff 0%, #ededed 100%);
  background: url('../img/pdf.gif') no-repeat 8px center, -moz-linear-gradient(top, #ffffff 0%, #ededed 100%);
  background: url('../img/pdf.gif') no-repeat 8px center, linear-gradient(to bottom, #ffffff 0%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffededed', GradientType=0);
}
.download-link.withIcon.csv:hover {
  background: url('../img/csv.gif') no-repeat 8px center #ededed;
}
.download-link.withIcon.pdf:hover {
  background: url('../img/pdf.gif') no-repeat 8px center #ededed;
}
.right .download-link {
  margin-right: 0;
  margin-left: 10px;
}
#werliefwo-search-box {
  position: relative;
}
#werliefwo-search-box input {
  margin-left: 24px;
}
#right #werliefwo-search-results {
  position: absolute;
  z-index: 5;
  top: 20px;
  left: 24px;
  background: #ffffff;
  font-weight: normal;
}
#right #werliefwo-search-results ul {
  border: 1px solid #CCC;
  border-top: none;
  margin: 0 !important;
  padding: 0 !important;
}
#right #werliefwo-search-results ul li {
  display: block;
  margin-left: 0;
  margin-bottom: 0;
}
#right #werliefwo-search-results ul li a {
  display: block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  border-top: 1px solid #CCC;
  padding: 4px !important;
  margin: 0 !important;
  font-size: 12px;
  text-align: left;
  color: #666 !important;
  font-weight: normal;
  background: #ffffff;
}
#right #werliefwo-search-results ul li a strong {
  color: #000 !important;
}
#right #werliefwo-search-results ul li a:hover {
  background: #F6F6F7;
  text-decoration: underline;
  color: #ba0000 !important;
}
.gallery_creator .list_albums li.level_1 {
  min-height: 140px;
  padding: 0 0 4% 0;
  margin: 0 4% 0% 0 !important;
  float: left;
  width: 46%;
  line-height: 1.6em;
}
.list_albums li.level_1:nth-child(2n+1) {
  clear: both;
}
.gallery_creator div.col_2 {
  width: 265px !important;
  margin-left: 20px !important;
}
.gallery_creator .backLink {
  text-align: left;
  padding: 20px;
}
.album_preview .image_container {
  margin: 10px;
}
#cboxLoadedContent {
  background: #000;
}
.tabs {
  position: relative;
  margin: 30px auto 0 auto;
}
.tabs .tab-content {
  padding-top: 0;
}
.tabs .tab-content li {
  margin: 0 !important;
}
.tabs .tab-content table {
  margin: 0 auto 20px !important;
}
.tabs .tabmenu.table {
  position: absolute;
  top: -26px;
  left: 0;
  margin: 0;
  line-height: 22px;
  border-right: 1px solid #eaeaea;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tabs .tabmenu.table li {
  float: left;
  list-style: none;
  margin: 0;
  border: solid #eaeaea;
  border-width: 1px 0 0 1px;
}
.tabs .tabmenu.table li a {
  display: block;
  line-height: 22px;
  padding: 2px 6px;
  background-color: #f7f7f7;
  color: #000;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.tabs .tabmenu.table li a:hover,
.tabs .tabmenu.table li a.selected {
  color: #ffffff;
  background-color: #333333;
}
.tab-content {
  padding: 1em 0;
  overflow: hidden;
  clear: both;
}
#right .block {
  overflow: visible !important;
}
strong.legend {
  display: block;
  padding: 0 0 12px 5px;
  border-top: 1px solid #DDDDDD;
  cursor: pointer;
}
div.toggleTab {
  overflow-x: scroll;
}
.pagination {
  clear: both;
  float: left;
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}
.pagination ul {
  float: left;
  left: 50%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.pagination li {
  position: relative;
  right: 50%;
  display: inline;
  float: left;
  margin-left: 10px;
}
.pagination li span,
.pagination li a {
  display: block;
  border: 1px solid #eaeaea;
  padding: 0 7px;
}
.pagination li span.current,
.pagination li a.current,
.pagination li span:hover,
.pagination li a:hover {
  border: 1px solid #eaeaea;
  background-color: #ba0000;
  color: #ffffff;
  text-decoration: none;
}
.sponsors {
  border-top: 1px solid #eaeaea;
  margin: 20px;
  padding: 10px;
  text-align: center;
}
.sponsors h3 {
  color: #666666;
  text-transform: uppercase;
  margin: 0;
  font-size: 14px;
}
.sponsors-logo {
  display: inline-block;
  line-height: 0;
  margin: 15px;
}
.sponsors-logo img {
  height: 50px;
  width: auto;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  opacity: 0.5;
  transition: all 0.3s ease-out;
}
.sponsors-logo.colored img,
.sponsors-logo:hover img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  opacity: 1;
}
#footer-lauftreff,
#footer-events {
  background: #f6f6f6;
  color: #999999;
  padding: 10px;
  overflow: hidden;
  border-top: 1px solid #eaeaea;
  text-align: center;
  font-size: 12px;
}
#footer-lauftreff h3,
#footer-events h3 {
  color: #666666;
  text-transform: uppercase;
  margin: 0;
  font-size: 14px;
}
#footer-events .ce_text {
  display: inline-block;
  width: 200px;
  margin-top: 5px;
  padding: 5px 20px;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
}
#footer-events h4,
#footer-lauftreff h4,
#footer-events p,
#footer-lauftreff p {
  margin: 5px 0;
}
#footer-events a {
  display: block;
}
#footer-events table {
  width: 100%;
  margin: 0;
  text-align: left;
}
#footer-lauftreff {
  background: #f0f0f0;
  font-size: 10px;
}
#footer-lauftreff .ce_text {
  display: inline-block;
  vertical-align: top;
  width: 120px;
  margin-top: 5px;
  padding: 5px 1px;
  line-height: 1.5em;
}
#footer-copyright {
  background: #28272d;
  padding: 20px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 13px;
  min-height: 58px;
}
#footer-copyright .inner {
  margin: 0 auto;
  max-width: 1200px;
}
#footer-copyright p {
  margin: 7px 0;
  color: #dddddd;
}
#footer-copyright a {
  color: #747379;
}
#footer-copyright a:hover {
  color: #ffffff !important;
}
#footer-copyright .footer-menu span {
  color: #747379;
  margin: 0 10px;
}
.footer-copyright-links {
  height: 58px;
  line-height: 0;
}
.footer-copyright-links a {
  display: inline-block;
  height: 50px;
  margin-left: 20px;
  background: no-repeat center center transparent;
  font: 0/0 a;
  color: transparent;
  background-color: transparent;
  opacity: 0.25;
  filter: alpha(opacity=25);
  transition: opacity 0.3s ease-out;
}
.footer-copyright-links a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.footer-copyright-links .sbp {
  background-image: url('../img/logos/Sportbund-Pfalz-50sw.png');
  width: 78px;
}
.footer-copyright-links .wp-la {
  background-image: url('../img/logos/Westpfalz-LA-50sw.png');
  width: 107px;
}
.footer-copyright-links .lvp {
  background-image: url('../img/logos/LVP-50sw.png');
  width: 45px;
}
.footer-copyright-links .dlv {
  background-image: url('../img/logos/DLV-50sw.png');
  width: 170px;
}
.pdf_link {
  display: none;
  position: absolute;
  right: 26px;
}
#main .mod_article,
#main .mod_boxes4ward {
  margin: 10px 26px 26px;
}
p {
  margin-bottom: 15px;
}
pre {
  font-family: monospace;
}
hr {
  color: #ccc;
  height: 1px;
  background-color: #ccc;
}
sub {
  vertical-align: sub;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
small,
.small {
  font-size: .9em;
  color: #7a7a7a;
}
.b {
  font-weight: bold;
}
.c {
  text-align: center;
}
.r {
  text-align: right;
}
.l {
  text-align: left;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.hide {
  display: none;
}
.block {
  display: block;
}
.pad-5 {
  padding: 5px !important;
}
ul,
ol {
  margin-bottom: 1em;
}
ul ul {
  margin-left: 1em;
}
ol ol {
  margin-left: 1.8em;
}
ol li,
ul li {
  list-style-image: url('../img/item.gif');
  list-style-position: outside;
  margin-left: 26px;
  margin-bottom: .4em;
}
nav li {
  margin-bottom: 0;
}
img.mime_icon {
  margin-left: 4px;
  margin-right: 4px;
  vertical-align: top;
  float: left;
  opacity: .8;
}
a:link,
a:visited,
.link {
  color: #ba0000;
  text-decoration: none;
}
a:hover,
.link:hover {
  cursor: pointer;
  text-decoration: underline;
}
.back {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  text-transform: lowercase;
}
.back::before {
  content: '\ab\a0';
}
.goLeft::before {
  content: '\ab\a0';
}
.goRight::after {
  content: '\a0\bb';
}
.showAlways {
  display: block !important;
}
.hidden,
label[for=username],
label[for=password],
.pagination p {
  display: none;
}
#right .mod_article,
#request_password,
label[for=autologin],
.pagination,
.backLink {
  font-size: .9em;
}
@media all and (min-width: 860px) {
  .only-mobile {
    display: none !important;
  }
}
@media all and (max-width: 859px) {
  .hide-mobile {
    display: none !important;
  }
  #mainwrap {
    width: 100%;
  }
  #container {
    padding: 0;
  }
  #right {
    width: 100%;
    float: none;
  }
  #main {
    margin-right: 0;
    float: none;
  }
  #right {
    margin: 0 0 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #eaeaea;
  }
  #right .mod_article,
  #main .mod_article {
    margin: 10px;
  }
  #right .tabmenu,
  #right .spanmenu {
    width: auto;
    display: block;
  }
  #right .tabmenu li,
  #right .spanmenu li {
    display: block;
  }
  #right .tabmenu li a,
  #right .spanmenu li a,
  #right .tabmenu li span.link,
  #right .spanmenu li span.link {
    width: 100% !important;
    display: block;
    cursor: pointer;
    margin: 0 !important;
    padding: 10px 20px !important;
    background-color: #f6f6f7;
    border: none;
  }
  #footer {
    width: 100%;
    padding: 0;
  }
  #footer .inside {
    width: auto;
    padding: 0;
  }
  #footer p,
  #footer .footer-menu {
    margin: 0;
    padding: 10px;
  }
  #footer .footer-menu {
    border-top: 1px solid #333333;
  }
  #breadcrumb {
    display: none;
  }
  .mod_newslist .layout_short {
    padding: 0;
  }
  .mod_newslist .layout_short h2 {
    margin: 0;
  }
  .mod_newslist .layout_short h2 a {
    display: block;
    padding: 10px;
  }
  .mod_newslist .layout_short .teaser,
  .mod_newslist .layout_short .image_container,
  .mod_newslist .layout_short br.clear {
    display: none;
  }
  img {
    max-width: 100%;
  }
  img.lightboxStyle {
    max-width: 90%;
  }
  select.left,
  select.right {
    display: block;
    float: none;
    margin: 5px 0;
  }
  .tabs ul li {
    list-style-image: none;
  }
  .tab-content {
    padding: 0;
  }
  table {
    max-width: 100%;
    overflow: scroll;
  }
  table.hc_data,
  .hc_data table {
    width: 100%;
    font-size: 10px;
  }
  table.hc_data.w70 {
    width: 100%;
  }
  table.hc_data td,
  .hc_data table td,
  table.hc_data tbody th,
  .hc_data table tbody th {
    padding: 1px 2px;
  }
  .ausschreibung th,
  .ausschreibung td {
    padding: 3px !important;
  }
}
@media print {
  #header,
  #footer {
    display: none;
  }
}
@media (max-width: 859px) {
        #header .level_1 > .submenu.trail {
                padding-left: 30px;
                font-weight: bold;
        }

        #header .second-nav {
                text-align: right;
        }
}
abbr[title] {
  border-bottom: 1px dotted;
}
@supports (text-decoration: underline dotted) {
  abbr[title] {
    border-bottom: inherit;
    text-decoration: underline dotted;
  }
}
.syndication {
  display: none;
}
/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v34-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v34-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}