body {
    padding-top: 50px;
}
/*
figure, img {
    display: block;
    max-width: 100%;
    height: auto;
}
*/
.footer #logo {
    margin-top: 10px;
}
.payment-logo img {
    max-width: 80%;
}
@media (max-width:992px) {
    .footer .container {
        padding: 0 30px;
    }
    .footer #logo {
        margin-bottom: 40px;
    }
}
@media (max-width:767px) {
    .navbar-brand {
        float: right;
    }
}
img.aligncenter {
    float: none;
    margin-top: .5em;
    margin-right: auto !important;
    margin-bottom: .5em;
    margin-left: auto !important;
}
#sidebar {
    margin-top: 10px;
}
.widget_tag_cloud {
    margin-bottom: 20px;
}
.alignleft {
    float: left;
    margin: .5em 20px .5em 0;
}

.alignright {
    float: right;
    margin: .5em 0 .5em 20px;
}
.sticky {
    border: 1px solid #777;
    border-radius: 3px;
    padding: 10px;
    background: aliceblue;
    box-shadow: 0 0 8px 1px #ccc;
}
p.wp-caption-text {
    margin-bottom: 0;
    color: #888;
    font-size: 11px;
}

.entry-content .wp-caption img {
    max-width: 98%;
    height: auto;
    margin: 0 auto;
}

.entry-content .wp-caption {
    margin: 0 0 20px 0;
    padding-top: 4px;
    max-width: 100%;
    border: 1px solid #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-image: initial;
    background-color: #f2f2f2;
    text-align: center;
}

.entry-content .wp-caption.alignleft {
    margin-right: 20px;
}

.entry-content .wp-caption.alignright {
    margin-left: 20px;
}

.entry-content, .entry-header {
    word-wrap: break-word;
}
/* NEW added - CHO 30.11.2016 */
/*.entry-header.clearfix .title-wrap.clearfix .entry-content h2 {
    font-size: 22px;
    font-family: inherit;
    font-weight: 500;
}*/
.entry-content .clearfix + h2 {
   margin-top: 0px;
}
.entry-header .entry-date-author {
    font-size: 12px;
    margin-bottom: 13px;
}
.thumbnail {
  position: relative;
  width: 200px;
  height: 200px;
  overflow: hidden;
  margin-bottom: 0;
  margin-right: 10px;
}
.thumbnail a > img {
  position: absolute;
  max-width: none;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.entry-image-wrapper .thumbnail-caption {
    text-align: center;
    font-size: 9px;
    padding-top: 2px;
}
.entry-content .wp-caption-text {
    font-size: 9px;
}

/* Footer */
.footer {
    background: #262F36;
    color: rgba(255, 255, 255, 0.8);
    padding: 62px 0 50px 0;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

#fusszeile {
    text-align: center;
    font-size: 12px;
    margin-bottom: 15px;
}

#fusszeile a {
    margin: 0 10px;
}

@media (max-width: 992px) {
    .footer .container {
        padding: 0 30px;
    }
}

.footer .container, .footer .row {
    margin-bottom: 0;
}

.footer h5 {
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
}

.footer ul {
    padding-left: 0;
}

.footer li {
    list-style-type: none;
    margin: 4px 0;
}

.footer div {
    margin-bottom: 40px;
}

.footer li:first-child {
    margin-top: 0;
}

.footer a:link, .footer a:visited {
    color: rgba(255, 255, 255, 0.8);
}

.footer a:hover, .footer a:active {
    text-decoration: underline;
    color: #fff;
}

.social-icon {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    line-height: 40px;
    text-align: contain;
    font-size: 17px;
    margin: 0 4px;
}

.social-icon:hover {
    border-color: #fff;
}

/* Ende Footer */
.teaser-pic {
    background: url("../img/blog-header.png");
    background-position: center 0;
    background-size: auto 100%;
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px #333;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 40vh;
    margin-bottom: 25px;
    position: relative;
}
.teaser-pic h2 {
	margin-bottom: 40px;
}
/* NEW element - CHO 01.12.2016 */
.teaser-pic p {
    font-size: 10px;
    position: absolute;
    right: 30px;
    bottom: 0px;
}

/* Sidebar */
h4.widget-title {
    background: #f9f9f9;
    color: #333;
    padding: 5px;
    font-family: "Open Sans", Sans-serif;
    border-radius: 2px;
}

li.cat-item, .widget_recent_entries ul li {
    list-style-type: none;
    padding: 5px 7px;
    border-bottom: 1px solid #e5e5e5;
}
/*
li.cat-item:hover {
    background: #ddd;
    border-radius: 2px;
}
*/
/* Added newly*/
.cwp-li {
    list-style-type: none;
}
.cwp-ul {
    padding: 5px 7px;
    border-bottom: 1px solid #e5e5e5e5;
}
.widget_categories ul, .widget_recent_entries ul {
    padding: 0;
}

/* Ende Sidebar */
.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

nav.pagination {
    width: 100%;
}
nav.pagination div {
    text-align: center;
}
.page-numbers {
    display: inline-block;
    padding-left: 0;
    margin: 10px 0;
}

.page-numbers > li {
    display: inline
}

.page-numbers > li > a, .page-numbers > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}
.page-numbers > li > span {
    background: #f2f2f2;
    color: #000;
}
.page-numbers > li > span.dots {
    background: #fff;
}

.page-numbers > li:first-child > a, .page-numbers > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.page-numbers > li:last-child > a, .page-numbers > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.page-numbers > li > a:focus, .page-numbers > li > a:hover, .page-numbers > li > span:focus, .page-numbers > li > span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}
/* Ende Pagination */
/* Kommentare */
.comment {
    border: 1px solid #666;
    border-radius: 10px;
    padding: 5px;
    background: #fafafa;
    margin-bottom: 20px;
}
.comment-list {
    list-style-type: none;
    padding: 0;
}
.children {
    list-style-type: none;
    padding: 0;
    margin-left: 10px;
    margin-top: 10px;
}
.comment-body {
    overflow: hidden;
    padding: 6px;
}
img.avatar {
    float: left;
    margin: 0 10px 10px 0;
    border: 1px solid #ccc;
    padding: 2px;
}
.comment-meta {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.reply {
    padding-top: 10px;
    border-top: 1px solid #ccc;
    text-align: right;
    margin-top: 10px;
}
.bypostauthor {
    background: #bbb;
    border-width: 2px;
}
#respond {
    border-top: 1px dashed #333;
    background: #f2f2f2;
    padding:0 10px 10px;
}
#respond label {
    display: block;
}
footer.entry-meta p {
    margin: 0;
}
footer.entry-meta {
    clear: both;
    padding: 4px;
    background: #f2f2f2;
    border-radius: 3px;
    margin: 10px 0;
}
/* OLD element - CHO 30.11.2016
.entry-title {
    border-bottom: 2px solid #ccc;
}
*/
/* NEW element entry-title - CHO 30.11.2016 */
.entry-title {
    margin-top: 0px;
    margin-bottom: 0px;
    border-bottom: 0px solid #eee;
    line-height: 1.5;
}

/* NEW element article - CHO 30.11.2016*/
article {
    margin-top: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #23527c;
}
article h3:first-child {
    margin-top: 0;
}
textarea#comment {
    width: 100%;
    resize: vertical;
}
/* Reading Progress Bar */
#reading-position-indicator {
    top:51px;
    z-index: 999;
}
/* AddToAny Plugin */
div.addtoany_share_save_container {
   margin-top: 22px;
   margin-bottom: 0px;
   font-size: 12px;
}
div.addtoany_header {
   margin-bottom: 8px;
}
div.a2a_vertical_style {
   padding-right: 7px !important;
   position: fixed !important;
   top: 50% !important;
   transform: translate(0%, -50%);
}
div.a2a_vertical_style span.a2a_svg {
   height: 40px !important;
   width: 40px !important;
}/*
@media (max-width: 855px) {
   div.a2a_vertical_style {
       display: none;
   }
}*/
span.entry-subtitle {
   font-size: 18px !important;
   margin-bottom: 8px !important;
}

/* Flexbox OVerview Layout */
.entry {
    display: flex;
    flex-direction: column;
}
.entry-image-wrapper {
    display: none;
}

@media (min-width: 480px) {
    .entry {
        flex-direction: row;
    }

    .entry-image-wrapper {
        margin-right: 15px;
        display: block;
    }

    .entry-image-xs {
        display: none;
    }

    .entry-info {    }
}

@media (max-width: 480px) {
    .wp-caption.alignleft {
        width: 100%!important;
    }
    .wp-caption.alignleft img {
        width: 100%!important;
    }
}

.btn-success {
  color: #fff;
  background-color: #45919b;
  border-color: #4689B2;
}
.btn-success:hover {
  color: #fff;
  background-color: #77ccc6;
  border-color: #45919b;
}


/* Absolute Center Spinner */
.custLoadingOverlay {
  position: fixed;
  z-index: 1843;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.custLoadingOverlay:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.custLoadingOverlay:not(:required) {
  /* hide "custLoadingOverlay..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.custLoadingOverlay:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Google ReCaptcha center div */
.g-recaptcha > div {
  margin: 20px auto 0 auto;
}