/* oswald-regular - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/oswald-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Oswald Regular'), local('Oswald-Regular'),
       url('../fonts/oswald-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/oswald-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/oswald-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/oswald-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/oswald-v16-latin-regular.svg#Oswald') format('svg'); /* Legacy iOS */
}

html {
	background-color: rgb(255,222,165);
}
body {
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	color: #200;
	margin: 0; padding: 0;
	padding-bottom: 3rem;
}
img {
	max-width: 100%;
	height: auto;
}
figure {
	margin: 0; padding: 0;
}
a {
	color: #600;
}
	a:hover,
	a:focus {
		color: #900;
	}

.link--more {
	text-align: right;
}
.link--back {
	text-align: left;
}

.btn {
	padding: 0.5rem;
	font-size: 0.6em;
	line-height: 1.15em;
	font-weight: normal;
	background-color: #8297aa;
	color: #fff;
	text-decoration: none;
	border-radius: 0.25rem;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}
	.btn:hover,
	.btn:focus {
		background-color: #300;
		color: #fff;
	}

.page__wrap {
	max-width: 50em;
	padding: 2rem;
	padding-top: 1rem;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	background-image: url(../img/page_bg_r.gif);
	background-repeat: repeat-y;
	background-position: top right;
	border-bottom: 0.3rem solid #8297aa;
}
@media (min-width:55em){
	.page__wrap {
		border-top: 0.3rem solid #8297aa;
		margin-top: -3rem;
	}
}
.heading,
.page__heading,
.item__heading,
.heading--sub,
.body--cms h3 {
	/*font-family: Georgia, Times, serif;*/
	font-family: 'Oswald',sans-serif;
	font-weight: normal;
	line-height: 1.15em;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}
.heading > a {
	text-decoration: none;
}

.heading--alt {
	color: #8297aa;
}
.heading--alt > a {
	color: #8297aa;
}

p.heading--sub,
.body--cms h3 {
	font-size: 1.2em;
}
.page__heading {
	margin: 0; padding: 0;
	font-weight: normal;
	color: rgba(255,255,255,0.6);
	transition: all ease-in-out 0.3s;
	/* vis hidden */
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.page__heading--img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.page__teaser {
	text-align: center;
}
.link--banner {
	text-decoration: none;
}
.link--banner:hover .page__heading,
.link--banner:focus .page__heading{
	color: #fff;
}
.page__header {
	padding: 1rem 2rem;
	position: relative;
	height: 0;
	padding-top: 33%;
}
.page-header__wrap {
	border-bottom: 0.3rem solid #8297aa;
}
.slogan__wrap {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 50em;
	margin-left: auto;
	margin-right: auto;
}
.slogan {
	width: 100%;
	height: auto;
}

.page__decoration {
	margin-top: -3rem; /* sterne unten */
}


.link-list .item__heading {
	margin: 0;
}

.nav-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.list__item {
	margin: 0; padding: 0;
}
.link-list__item {
	margin-bottom: 1rem;
}
.link-list__item p {
	margin: 0;
}

.main-nav__wrap {
	padding: 0.5rem 0;
	background-color: #600;
	box-shadow: 0 0 1rem rgb(0,0,0);
}
.main-nav {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	display: flex;
	flex-flow: row wrap;
	justify-content: stretch;
	max-width: 70em;
	margin-left: auto;
	margin-right: auto;
}
.main-nav__item {
	flex: 1 0 auto;
	vertical-align: middle;
	text-align: center;
}
.main-nav .item__link {
	display: block;
	padding: 0.5rem;
	color: rgb(255,222,165);
	text-decoration: none;
	transition: all ease-in-out 0.3s;
}
.main-nav .item__link:hover,
.main-nav .item__link:focus {
	color: #fff;
}
.main-nav .item__link > span {
	display: block;
	font-size: 0.75em;
	line-height: 1em;
	color: rgba(255,255,255,0.5);
	transition: all ease-in-out 0.3s;
}
.main-nav .item__link:hover > span,
.main-nav .item__link:focus > span {
	color: #fff;
}

/* content sections*/
.content-section {
	padding-bottom: 1rem;
	border-bottom: 1px dashed #600;
}

/**/
.notice {
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: 1rem;
	background-color: rgba(153,176,197,0.85);
	color: #fff;
	font-size: 0.866em;
	line-height: 1.2em;
	text-align: center;
	text-transform: uppercase;
}
.notice a {
	text-decoration: none;
}

.post__published {
	text-align: right;
	color: #65788A;
}
/* teaser */
.teaser .post__published {
	text-align: left;
}

/* cms */
.body--cms {
	line-height: 1.5;
}
.body--cms:after {
	content: '';
	display: table;
	clear: both;
}
.body--cms .intro {
	font-size: 1.1em;
	margin-bottom: 2rem;
	color: #65788A;

}
.body--cms .intro a {
	color: #65788A;
}
	.body--cms .intro a:hover,
	.body--cms .intro a:focus {
		color: #900;
	}
.body--cms .intro:after {
	content: '';
	display: block;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 1rem;
	border-bottom: 1px solid #8297aa;
}
.body--cms hr {
	border: none;
	box-shadow: none;
	border-top: 1px dashed #600;
}
.body--cms img {
	outline: 1px solid #600;
}
.body--cms .align_left {
	float: left;
}
.body--cms .align_right {
	float: right;
}
.body--cms .img--full {
	width: 100%;
	height: auto;
}
img.align_left,
figure.align_left {
	margin-right: 0.75rem;
	margin-bottom: 0.75rem;
}
img.align_right,
figure.align_right {
	margin-left: 0.75rem;
	margin-bottom: 0.75rem;
}
.body--cms figcaption {
	color: #65788A;
	font-size: 0.866em;
	line-height: 1.15em;
}
	.body--cms figcaption h3,
	.body--cms figcaption p {
		margin: 0; padding: 0;
	}
.body--cms blockquote {
	font-style: italic;
	color: #333;
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.body--cms blockquote > footer {
	text-align: right;
}
	.body--cms blockquote > footer a {
		text-decoration: none;
	}
.body--cms aside {
	width: 40%;
	padding: 0.5rem;
	margin-left: 1rem;
	font-size: 0.866em;
	line-height: 1.2em;
	float:right;
	border-left: 0.5rem solid #eee;
}
.body--cms > footer {
	margin-top: 3rem;
	clear: both;
}

/* comment form */
.CommentForm input[type="text"],
.CommentForm [type="submit"],
.CommentForm input[type="email"],
.CommentForm textarea {
	border: 1px solid #ccc;
	padding: 0.5rem;
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size: 0.866em;
	line-height: 1.2em;
}
	.CommentForm input[type="text"]:hover,
	.CommentForm input[type="text"]:focus,
	.CommentForm input[type="email"]:hover,
	.CommentForm input[type="email"]:focus,
	.CommentForm textarea:hover,
	.CommentForm textarea:focus {
		border-color: #600;
		background-color: #eee;
	}
.CommentForm [type="submit"] {
	/* see .btn above */
	border: none;
	border-radius: 0.25rem;
	cursor: pointer;
	background-color: #600;
	color: #fff;
	font-size: 0.75em;
	line-height: 1.2em;
}
.CommentForm [type="submit"]:hover,
.CommentForm [type="submit"]:focus {
	background-color: #300;
}
.CommentForm label > span {
	font-size: 0.75em;
	line-height: 1em;
}

/* comment display */
.CommentHeader {
	font-weight: normal;
}
.CommentListItem {
	border-bottom: 1px dashed #600;
}
.CommentCite {
	font-family: Georgia, Times, serif;
	color: #600;
	font-size: 1.2em;
	line-height: 1.2em;
}
.CommentFormHoneypot {
	display: none;
}

/* forms / search form */
.form label > span {
	font-size: 0.75em;
	line-height: 1em;
}
.form input {
	width: 100%;
}
.form input[type="text"],
.form [type="submit"] {
	border: 1px solid #ccc;
	padding: 0.5rem;
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size: 0.866em;
	line-height: 1.2em;
}
.form input[type="text"]:focus,
.form input[type="text"]:hover {
	border-color: #600;
	background-color: #eee;
}
.form [type="submit"] {
	/* see .btn above */
	border: none;
	border-radius: 0.25rem;
	cursor: pointer;
	background-color: #600;
	color: #fff;
	font-size: 0.75em;
	line-height: 1.2em;
}
.form [type="submit"]:hover,
.form [type="submit"]:focus {
	background-color: #300;
}

.search-form__search {
	max-width: 30em;
	display: block;
}

/* teasers */
.content-teaser {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.teaser {
	padding: 1rem;
	flex: 1 1 15em;
	max-width: 23rem;
	border-bottom: 1px dashed #600;
	position: relative;
}
.teaser .body--cms {
	margin-bottom: 1rem;
}
.teaser .link--more {
	position: absolute;
	bottom: 1rem; width: 100%;
	right: 1rem;
}

/* gallery */
.gallery {
	display: flex;
	flex-flow: row wrap;
}
.gallery__thumb {
	flex: 0 1 auto;
	margin: 0; padding: 0;
	display: inline-block;
	position: relative;
	outline: 1px solid #fff;
}
.gallery__thumb img {
	display: block;
}
.thumb__info {
	position: absolute;
	background-color: rgba(255,255,255,0.8);
	padding: 0.5rem;
	font-size: 0.866em;
	bottom: 0;
	left: 0; right: 0;
}
.thumb__heading {
	margin: 0; padding: 0;
}

/* ratio wrapper for iframe or else */
.ratio-4by3 {
	position: relative;
	height: 0;
	padding-top: 75%;
}
.ratio-4by3 > * {
	position: absolute;
	left: 0; top: 0; bottom: 0; right: 0;
	width: 100%;
	height: 100%;
}

/* sharing buttons */
.sharingiscaring {
	text-align: center;
}
.resp-sharing-button {
  display: inline-block;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  transition: background-color 25ms ease-out, border-color 25ms ease-out, opacity 250ms ease-out;
  margin: 0.5em;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
}

.resp-sharing-button a {
  text-decoration: none;
  color: #FFF;
  display: block;
}

.resp-sharing-button__icon {
  display: inline-block;
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-bottom: -0.1em;
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #FFF;
  fill: none;
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #FFF;
  stroke: none;
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #FFF;
}

.resp-sharing-button--large .resp-sharing-button__icon svg, .resp-sharing-button--medium .resp-sharing-button__icon svg {
  padding-right: 0.4em;
}

.resp-sharing-button__wrapper {
  display: inline-block;
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--google {
  background-color: #dd4b39;
  border-color: #dd4b39;
}

.resp-sharing-button--google:hover,
.resp-sharing-button--google:active {
  background-color: #c23321;
  border-color: #c23321;
}

.resp-sharing-button--pinterest {
  background-color: #bd081c;
  border-color: #bd081c;
}

.resp-sharing-button--pinterest:hover,
.resp-sharing-button--pinterest:active {
  background-color: #8c0615;
  border-color: #8c0615;
}

.shadow {
    -webkit-filter: drop-shadow( 3px 3px 5px #000 );
            filter: drop-shadow( 3px 3px 5px #000 ); /* Same syntax as box-shadow */
}

/* lightbox */
#imagelightbox {
    position: fixed;
    z-index: 9999;

    -ms-touch-action: none;
    touch-action: none;
}
#imagelightbox-loading, #imagelightbox-overlay, #imagelightbox-close, #imagelightbox-caption, #imagelightbox-nav, .imagelightbox-arrow {
    animation: 0.25s linear 0s normal none 1 running fade-in;
}
#imagelightbox-overlay {
	background-color: rgba(255, 255, 255, 0.9);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9998;
}
#imagelightbox-caption {
	text-align: center;
	color: #fff;
	background-color: #666;
	position: fixed;
	z-index: 10001;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0.625em; /* 10 */
}

/* pagination */
.MarkupPagerNav {
        clear: both;
        margin: 2rem 0;
        padding: 0;
        margin-bottom: 4rem;
        list-style: none;
}
.MarkupPagerNav li {
	display: inline;
	margin: 0;
}

.MarkupPagerNav li a,
.MarkupPagerNav li.MarkupPagerNavSeparator {
	display: block;
	float: left;
	padding: 0.5em 0.75em;
	color: #fff;
	background: #CCC;
	margin-right: 0.5em;
	font-size: 0.75em;
	text-transform: uppercase;
}

.MarkupPagerNav li.MarkupPagerNavOn a {
	text-decoration: none;
	background: #600;
}
.MarkupPagerNav li a:hover,
.MarkupPagerNav li a:focus {
	color: #fff;
	background: #666;
}

.MarkupPagerNav li.MarkupPagerNavSeparator {
	display: inline;
	color: #600;
	background: #eee;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

/* video consent youtube embed */
.video-consent-info {
	box-sizing: border-box;
	padding: 1rem;
	background-color: #eee;
	background-image: linear-gradient(45deg, #eee 0%, #ccc 60%);
	box-shadow: 0 0 10px #666 inset;
	display: flex;
	align-items: center;
	justify-content: center;
}
.video-consent-info > p {
	margin: 0;
}
.video-consent-button {
	border: none;
	padding: 0.5rem;
	line-height: 1.15em;
	font-weight: normal;
	background-color: #8297aa;
	color: #fff;
	text-decoration: none;
	border-radius: 0.25rem;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}
	.video-consent-button:hover,
	.video-consent-button:focus {
		background-color: #300;
		color: #fff;
	}
