/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.MsoNormal iframe {
	width: 60vw !important;
	height: 33.75vw !important;
	max-width: 500px;
	max-height: 281px;
}

.img-responsive {
  width: 100%;
  max-width:500px;
  height: auto;
}

.img-responsive-large {
  width: 100%;
  max-width:800px;
  height: auto;
}


.specialh1 {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size:150% !important;
}

.specialh1:before,
.specialh1:after {
    content: '';
    border-top: 2px solid;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
}

.specialh1:after {
    margin: 0 0 0 20px;
}

.category-gesundheit .index-category-content, .category-ernahrung .index-category-content, .category-literatur .index-category-content, .category-schonheit .index-category-content {
  display: none;
}