/*
	Theme Name: HTML5 Blank
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Tags: Blank, HTML5, CSS3

	License: MIT
*/
/*------------------------------------*\
    MAIN
\*------------------------------------*/
@import url("fonts/fontstylesheet.css");

/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%;
}
body {
  font-family: "Roboto", sans-serif;
  color: #333;
  background: #f5f5f5;
  font-size: 14px;
  text-rendering: auto;
  font-display: swap;
}
/* clear */
.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}
.clear {
  *zoom: 1;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #444;
}
a:focus {
  outline: 0;
}
a:hover,
a:active {
  outline: 0;
}
input:focus {
  outline: 0;
  border: 1px solid #04a4cc;
}
.clr {
  clear: both;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
  width: 960px;
  margin: 0 auto;
  position: relative;
}
header {
  height: 120px;
}
header .logo img {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 261px;
  height: 90px;
}
header .logoname {
  font-family: "oswaldregular", sans-serif;
  font-weight: 400;
  position: absolute;
  top: 14px;
  left: 150px;
  font-size: 35px;
  font-display: swap;
}
header .logodescr {
  position: absolute;
  top: 26px;
  left: 607px;
  font-size: 14px;
}
header .logodescr span {
  color: #cc0000;
}
main {
  width: 640px;
  float: right;
  background: #fff;
  padding: 20px;
  margin: 0;
}
aside {
  float: left;
  width: 320px;
  margin: 0;
  padding: 0px 20px 20px 0;
  background: #f5f5f5;
}
/* nav */
.nav {
}
/* sidebar */
.sidebar-widget {
  margin: 7px 0 40px;
}
.sidebar-widget h3 {
  font-size: 20px;
  border: none;
  border-bottom: 1px solid #999;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  margin: 0 0 20px;
  font-display: swap;
}
.sidebar a.ad {
  width: 100%;
  display: block;
  height: 94px;
  position: relative;
}
.sidebar a.ad img {
  height: auto;
}
.sidebar a.ad h3 {
  color: #c00;
  font-size: 21px;
  padding: 2px;
  position: absolute;
  bottom: -21px;
  text-align: center;
  background-color: white;
  opacity: 0.6;
}
a.mobileDates {
  color: #fff;
  padding: 10px;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  text-align: center;
  background-color: #aaa;
  display: block;
  margin-top: -10px;
  display: none;
}
.eme_period {
  display: none;
}
.eventlist {
  display: inline-block;
}
.eventlist .event {
  margin-bottom: 20px;
  font-size: 12px;
}
.eventlist .name {
  display: block;
  font-size: 12px;
  font-family: "roboto_condensedbold", sans-serif;
  margin-bottom: 5px;
}
.eventlist .name a {
  display: block;
  font-size: 16px;
  font-family: "roboto_condensedbold", sans-serif;
  margin-bottom: 5px;
}
.sidebar-widget .eventlist h3 {
  font-size: 14px;
  border: none;
  font-weight: bold;
  margin: 0 0 0px;
}
.eventlist .event .date {
  font-weight: bold;
}
.eventlist .event br {
  display: none;
}

.eventlist #events-no-events {
  margin-bottom: 40px;
  display: block;
}
.eventlist .teaser p {
  font-family: "robotoregular", sans-serif;
  font-weight: 300;
  font-size: 13px;
  text-align: left;
  margin: 5px 0 0;
  font-display: swap;
  line-height: 1.3em;
}
.search-input {
  background: transparent;
  color: #999;
  font-size: 20px;
  border: none !important;
  border-bottom: 1px solid #999 !important;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  padding: 5px 0;
  width: 188px;
  -webkit-appearance: none !important; /* rundungen unter ios vermeiden */
  border-radius: 0 !important; /* rundungen unter ios 5 vermeiden */
  font-display: swap;
}
.search-submit {
  background: transparent;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 20px;
  border: 1px solid #999;
  padding: 5px 14px;
  color: #999;
  margin-left: 10px;
  font-display: swap;
}
.widget_nav_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget_nav_menu li {
  padding: 5px 0 5px 10px;
  margin: 0;
}
.widget_nav_menu li:hover {
  background: #eee;
}
.widget_nav_menu li.current-menu-item {
  background: #ddd;
}
#nav_menu-3 {
  margin: 40px 0;
}
form.cform {
  margin: 60px auto !important;
}

#usermessagea {
  background: #fff200;
  color: #333;
}
/* footer */
.footer {
  clear: both;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
article {
  margin-bottom: 40px;
  word-break: break-word;
}
article.post h2 a {
  color: #cc0000;
  font-size: 1.3em;
}
article h1 a {
  color: #cc0000;
  text-decoration: none !important;
  font-size: 1.5em;
}

article.post h3 {
  font-size: 1.4em;
}
article.post p {
  line-height: 1.4em;
}

article .cred {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-display: swap;
}
article .cred a {
  font-weight: 300;
}

.more-link {
  display: block;
  margin: 24px 0 0 0;
  padding: 5px 10px;
  border: 2px solid #999;
  text-align: center;
  float: right;
  text-decoration: none;
}
.more-link:hover {
  color: #fff;
  background: #333;
}
#newDomain {
  background-color: #fff;
  padding: 10px;
  border: 1px solid #cc0000;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
article a,
.sp a {
  font-weight: 700;
  text-decoration: underline;
}
.mtli_attachment {
  display: inline-block !important;
  margin: 0 10px !important;
}
.pagination {
  margin: 50px 0 10px;
  text-align: center;
}
.pagination .page-numbers {
  padding: 6px 8px;
  background: #ddd;
  color: #fff;
  margin: 0 3px;
  border: 1px solid #ddd;
}
.pagination .page-numbers.current {
  border: 1px solid #999;
}
.pagination .prev.page-numbers,
.pagination .next.page-numbers {
  background: #bbb;
  border: 1px solid #bbb;
  margin: 0 20px;
  padding: 6px 20px;
}
.pagination .page-numbers:hover {
  background: #aaa;
}
.pagination .page-numbers.dots {
  padding: 6px 3px;
  background: transparent;
  color: #ddd;
  border: none;
}
#breadcrumbs {
  font-size: 10px;
  margin: 0 0 20px;
}
article #fsb-social-bar .fsb-title {
  margin: 5px 30px 0 0;
  font-size: 16px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
  color: #aaa;
  font-display: swap;
}

.comments {
  padding: 10px;
  border-top: 6px #808080 solid;
}
.comments h3 {
  font-size: 1.3em;
}
.comments ul {
  padding-left: 0;
  list-style: none;
}
.comments li {
  padding: 5px 0 5px 5px;
  border-top: 1px solid #ddd;
  padding-top: 10px;
  margin-top: 10px;
}
.comments ul.children li {
  border-top: none;
  margin-top: 0px;
  padding-top: 0px;
}
.comments .comment-body {
  padding: 10px;
  background-color: #f5f5f5;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  position: relative;
}
.comments .comment-body.close {
  max-height: 280px;
  overflow: hidden;
  cursor: pointer;
}
.comments .comment-body.close .falter {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 36px;
  background-color: #f5f5f5;
  width: 100%;
  font-weight: bold;
  padding: 10px;
  text-align: right;
}
.comments .comment-body.close .falter .clappop {
  float: right;
  margin: -1px 0px 2px 10px;
}
.comments .comment-body.open .falter {
  display: none;
}
.comments .comment-body.open {
  max-height: auto;
  overflow: hidden;
  box-shadow: none;
}
.comments .commentrules {
  padding: 0 10px 10px;
  border: 1px solid #ccc;
}
.comments .commentrules li {
  padding: 0;
  border: none;
  margin-left: 29px;
  list-style: disc;
}
.comments .commenttext {
  font-family: monospace;
  font-size: 14px;
}
.comments .comment-author.vcard .fn {
  color: #333;
}
.comments .comment-author.vcard,
.comments .comment-author.vcard a {
  font-weight: bold;
  color: #bbb;
}
.comments .comment-author.vcard a.url {
  font-weight: bold;
  color: #aaa;
  text-decoration: underline;
}
.comments .comment-reply-link {
  font-weight: bold;
  text-decoration: underline;
}
.comments .comment-awaiting-moderation {
  font-weight: bold;
  color: #cc0000;
  border: 1px solid #cc0000;
  padding: 3px;
  margin: 5px 0px;
  text-align: center;
}
.comments .comment.odd.alt.depth-2 {
  margin-left: 30px;
}
.comments .comment.odd.alt.depth-3 {
  margin-left: 40px;
}
.comments .comment.odd.alt.depth-4 {
  margin-left: 50px;
}
.comments .comment.odd.alt.depth-5 {
  margin-left: 60px;
}
.comments .comment-form label {
  width: 100%;
  font-weight: 600;
  margin: 0 0 5px 0;
  display: block;
}
.comments .comment-form-cookies-consent label {
  float: left;
  width: 88%;
}
#wp-comment-cookies-consent {
  float: left;
  width: 10%;
}
.comments .comment-form textarea,
.comments .comment-form input {
  width: 100%;
  padding: 5px;
  font-family: "Courier New", Courier, monospace;
}
.comments .comment-form .submit {
  background-color: #808080;
  color: #fff;
  font-family: inherit;
  padding: 8px;
  margin: 10px 0 0 0;
  border: #000 1px solid;
  font-size: 1.2em;
}
.comments .even h3.comment-reply-title {
  color: #cc0000;
  border-top: 1px solid #cc0000;
  padding-top: 10px;
}
.comments .comment-reply-title small a {
  margin-top: -5px;
  font-weight: normal;
  padding: 8px;
  text-decoration: underline;
  float: right;
  border: 1px solid #fff;
}
.comments .comment-reply-title small a:hover {
  border: 1px solid #bbb;
}
#jp-relatedposts h3.jp-relatedposts-headline {
  font-size: 1.3em !important;
  display: block !important;
  float: none !important;
}
.jp-relatedposts-items h4.jp-relatedposts-post-title a {
  font-weight: bold !important;
}
#jp-relatedposts p.jp-relatedposts-post-excerpt {
  max-height: 360px !important;
}
#jp-relatedposts
  .jp-relatedposts-items-visual
  div.jp-relatedposts-post-thumbs
  p.jp-relatedposts-post-excerpt {
  display: block !important;
}
/*------------------------------------*\
    IMAGES
\*------------------------------------*/

/*------------------------------------*\
    CATEGORY
\*------------------------------------*/

#cattopic .catheader h1 {
  display: block;
  position: absolute;
  left: 5px;
  bottom: -58px;
  color: #ffffff;
  font-family: "oswaldregular", sans-serif;
  font-weight: 400;
  font-size: 70px;
  font-display: swap;
}
#cattopic .catheader div {
  position: absolute;
  right: 0px;
  top: 98px;
  font-size: 34px;
  font-weight: 700;
  background-color: red;
  color: #fff;
  padding: 3px 9px;
}
#cattopic .catheader {
  width: 100%;
  height: 300px;
  position: relative;
}
#cattopic .catheader img {
  width: 960px;
  height: 300px;
  position: absolute;
  left: 0;
  top: 0;
}

#cattopic article.opener {
  margin: 0 0 15px 0;
  padding: 20px;
  position: relative;
  background-color: #ddd;
}
#cattopic article.opener a {
  text-decoration: none;
}
#cattopic article.opener .pict {
  width: 400px;
  float: left;
  margin-right: 20px;
  overflow: hidden;
}
#cattopic article.opener img {
  width: 400px;
}
#cattopic article.opener header {
  text-align: center;
  padding: 20px 0 5px;
  height: auto;
}
#cattopic article.opener a header h1 {
  font-size: 2.9em;
  color: #cc0000;
  margin: 7px 0 10px;
}
#cattopic article.opener a header .contextheader {
  font-size: 1.9em;
  margin: 7px 0 10px;
}
#cattopic article.opener .articletext {
  font-weight: bold;
  text-align: justify;
  margin-bottom: 60px;
}
#cattopic article.opener .cred {
  position: absolute;
  left: 440px;
  bottom: 20px;
}
#cattopic .articletext {
  text-align: justify;
}
#cattopic .more-link {
  margin: 0;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
#cattopic article.opener .more-link {
  bottom: 20px;
  right: 20px;
}
#cattopic .image-credits {
  display: none;
}
#cattopic article.mainarticle {
  width: 455px;
  float: left;
  margin-right: 0;
  position: relative;
}
#cattopic article.mainarticle.first {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #ddd;
}
#cattopic article.mainarticle .cred {
  font-size: 12px;
}
#cattopic article.mainarticle a {
  text-decoration: none;
}
#cattopic article.mainarticle header {
  height: 210px;
  background-size: 100%;
  background-position: center center;
  width: 100%;
  position: relative;
}
#cattopic article.mainarticle a header h1 {
  display: inline;
}
#cattopic article.mainarticle a header h1 span {
  background-color: #ffffff;
  display: inline-table;
  position: absolute;
  right: 10px;
  top: 130px;
  color: #cc0000;
  margin-left: 10px;
}
#cattopic article.mainarticle a header h1 span:first-of-type {
  left: 10px;
  top: 80px;
}
#cattopic article.mainarticle .articletext img,
#cattopic article.mainarticle .articletext .wp-caption {
  display: none;
}
#cattopic aside {
  float: none;
}
#cattopic main {
  float: none;
  width: 100%;
}
#cattopic section.articlelist {
  clear: both;
  margin: 10px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding-top: 20px;
  padding-bottom: 20px;
}
#cattopic section.articlelist .hd {
  font-weight: 900;
  font-size: 18px;
  margin: 0 0 20px 0;
}
#cattopic section.articlelist a.al h3 {
  font-weight: 900;
  margin: 5px 0;
}
#cattopic section.articlelist a.al h3 span {
  font-weight: 400;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
  font-family: "Font-Name";
  src: url("fonts/font-name.eot");
  src: url("fonts/font-name.eot?#iefix") format("embedded-opentype"),
    url("fonts/font-name.woff") format("woff"),
    url("fonts/font-name.ttf") format("truetype"),
    url("fonts/font-name.svg#font-name") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width: 150px) and (max-width: 959px) {
  a.mobileDates {
    display: block;
  }

  .wrapper {
    width: auto;
  }
  header {
    height: 130px;
  }
  header .logoname {
    font-family: "oswaldregular", sans-serif;
    font-weight: 400;
    position: absolute;
    top: 10px;
    right: 0px;
    font-size: 19px;
    font-display: swap;
  }
  header .logodescr {
    top: auto;
    left: 0;
    font-size: 8px;
    bottom: 0;
    height: auto;
    width: 100%;
    text-align: center;
    padding: 5px;
    background: #aaa;
    color: #fff;
  }
  header .logodescr br {
    display: none;
  }
  header .logodescr span {
    color: #000;
  }
  main {
    width: auto;
    float: none;
    padding: 5%;
  }
  article.post h2 a {
    font-size: 1.1em;
  }
  article.post h1 a {
    font-size: 1.5em;
  }
  #breadcrumbs {
    font-size: 8px;
  }
  aside {
    float: none;
    width: auto;
    padding: 5%;
  }
  .search-input {
    width: 64%;
  }
  article #fsb-social-bar .fsb-title {
    margin: 13px 5px 0 0;
    font-size: 12px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: normal;
    color: #aaa;
    font-display: swap;
  }
  article #fsb-social-bar div {
    margin: 5px 5px 0 0 !important;
  }
}

@media only screen and (min-width: 345px) and (max-width: 959px) {
  header .logodescr {
    font-size: 9px;
  }
  .search-input {
    width: 67%;
  }
}
@media only screen and (min-width: 400px) and (max-width: 959px) {
  header .logodescr {
    font-size: 10px;
  }
  .search-input {
    width: 71%;
  }
}
@media only screen and (min-width: 400px) and (max-width: 959px) {
  article #fsb-social-bar div {
    margin: 5px 20px 0 0 !important;
  }
}

@media only screen and (min-width: 500px) and (max-width: 959px) {
  .eventlist .event {
    margin-bottom: 20px;
    margin-right: 5%;
    font-size: 12px;
    float: left;
    width: 45%;
    padding: 0 10px 20px 0;
    min-height: 120px;
    border-bottom: 1px solid #aaa;
  }
  .eventlist .name a {
    margin-top: 10px;
    margin-bottom: 5px;
    display: block;
    font-size: 14px;
  }
  .eventlist .event br {
    display: none;
  }
  #breadcrumbs {
    font-size: 10px;
  }
}

@media only screen and (min-width: 550px) and (max-width: 959px) {
  header .logodescr {
    font-size: 12px;
  }
  .search-input {
    width: 79%;
  }
}
@media only screen and (min-width: 768px) {
}
@media only screen and (min-width: 1024px) {
}
@media only screen and (min-width: 1140px) {
}
@media only screen and (min-width: 1280px) {
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 144dpi) {
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}
::-webkit-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 10px 0 !important;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.sticky {
}
.bypostauthor {
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
