/* Webfonts ##########################################################################################################*/

/* open-sans-condensed-300 - latin */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/open-sans-condensed-v12-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Condensed Light'), local('OpenSansCondensed-Light'),
       url('fonts/open-sans-condensed-v12-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-condensed-v12-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-condensed-v12-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-condensed-v12-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-condensed-v12-latin-300.svg#OpenSansCondensed') format('svg'); /* Legacy iOS */
}

/* Allgemeines #######################################################################################################*/

body {
  margin: 0;
  background-color: #ffffff;
}
header, footer, section, aside, article {
  display: block;
}
a img {
  border: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
h1, h2, h3, p {
  margin: 0;
  padding: 0;
}
h1, h1 a {
  font-family: "Open Sans Condensed", Arial, sans-serif;
  font-size: 22px;
  font-weight: 300;
  margin: 0;
  color: #555555;
  text-decoration: none;
}
h1 a:hover {
  text-decoration: underline;
}
h2 {
  font-family: "Open Sans Condensed", Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
  color: #555555;
}
h3 { /*wird nur im Karussell verwendet*/
  font-family: "Open Sans Condensed", Arial, sans-serif;
  font-size: 12px;
  font-weight: 300;
}
p,
a,
li {
  font-family: Georgia, Times, serif;
  font-size: 12px;
  color: #222222;
}
a {
  text-decoration: underline;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  -ms-transition: color 1s ease;
  -o-transition: color 1s ease;
  transition: color 1s ease;
}
a:hover {
  color: #555555;
}
a:active {
  color: #555555;
}
a:active, a:focus, input[type=radio] {
  outline: none;
}
div#topNavigation,
footer#pageFooter,
header#pageHeader,
nav#archiveNav,
#carouselBooks,
#carouselGallery,
img#aTempoHefte {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* Hauptnavigation ###################################################################################################*/

div#topNavigation {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  min-width: 960px;
  height: 60px;
  text-align: center;
  background-color: #505050;
  z-index: 2;
}
nav#mainNav {
  display: inline-block;
  width: 1000px;
  font-family: "Open Sans Condensed", Arial, sans-serif;
  font-weight: 300;
  color: #ffffff;
  font-size: 16px;
  margin-top: 17px;
  height: 25px;
  text-align: center;
}
nav#mainNav a,
nav#mainNav span,
nav#footerNav a {
  text-decoration: none;
  font-family: "Open Sans Condensed", Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #ffffff;
  padding-bottom: 2px;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -ms-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}
nav#mainNav > a,
nav#mainNav > span {
  margin: 0 3px;
}
nav#mainNav a:hover, nav#footerNav a:hover {
  /*border-bottom: 1px solid #bbbbbb;*/
  color: #bbbbbb;
}
nav#mainNav > .active {
  padding-bottom: 2px;
  border-bottom: 1px solid #bbbbbb !important;
  color: #bbbbbb !important;
}
.dropdownContainer {
  position: relative;
  cursor: default;
}
.dropdownContainer.level1 .dropdownMenuItem a,
.dropdownContainer.level2 {
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.dropdownContainer.level2:before {
  content: "\203A";
  position: absolute;
  right: 15px;
}
.dropdownMenu.level1 {
  display: none;
  position: absolute;
  top: 20px;
  left: -10px;
  list-style: none;
  padding: 23px 30px 0 0;
  margin: 0;
}
.level1 .active {
  color: #bbbbbb !important;
}
.dropdownContainer.level1:hover .level1 {
  display: block;
}
.dropdownMenu.level2 {
  display: none;
  position: absolute;
  top: -20px;
  left: 67%;
  left: calc(100% - 40px);
  list-style: none;
  padding: 0 0 0 40px;
  margin: 0;
}
.dropdownContainer.level2:hover .level2 {
  display: block;
}
.dropdownMenuItem {
  text-align: left;
  white-space: nowrap;
  padding: 5px 0;
  background-color: #666;
}
.dropdownMenuItem a,
.dropdownMenuItem span {
  padding: 0 20px;
}
.dropdownMenuItem:first-child {
  padding-top: 20px;
}
.dropdownMenuItem:last-child {
  padding-bottom: 23px;
}

/* allgemeine Layout-Elemente ########################################################################################*/

#hint {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 4px 8px;
  background-color: #ffffff;
  border: 1px solid #aaaaaa;
  font-family: "Open Sans Condensed", Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #555555;
  box-shadow: 0px 10px 5px -4px #666666;
  -webkit-box-shadow: 0px 10px 5px -4px #666666;
  z-index: 3;
}
section#frame {
  position: relative;
  margin: 55px auto 0;
  width: 960px;
}
header#pageHeader {
  width: 960px;
  margin-bottom: 20px;
}
img#logo {
  position: absolute;
  top: 15px;
  left: 30px;
  width: 270px;
  height: 120px;
}
nav#archiveNav {
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: 300px;
  width: 180px;
  height: 397px;
  overflow: hidden;
}
nav#archiveNav div.month {
  position: absolute;
  left: 157px; /*182px;*/
  width: 155px;
  height: 29px;
  padding: 4px 0 0 25px;
  font-family: "Open Sans Condensed", Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #ffffff;
}
nav#archiveNav .archiveNavItem img {
  display: none;
  position: absolute;
  left: 26px;
  height: 135px;
  border: 1px solid #555555;
  box-shadow: 0px 0px 10px #000000;
  -webkit-box-shadow: 0px 0px 10px #000000;
}
nav#archiveNav .archiveNavItem img#archive1 {
  top: 43px;
}
nav#archiveNav .archiveNavItem img#archive2 {
  top: 76px;
}
nav#archiveNav .archiveNavItem img#archive3 {
  top: 109px;
}
nav#archiveNav .archiveNavItem img#archive4 {
  top: 142px;
}
nav#archiveNav .archiveNavItem img#archive5 {
  top: 175px;
}
nav#archiveNav .archiveNavItem img#archive6 {
  top: 13px;
}
nav#archiveNav .archiveNavItem img#archive7 {
  top: 46px;
}
nav#archiveNav .archiveNavItem img#archive8 {
  top: 79px;
}
nav#archiveNav .archiveNavItem img#archive9 {
  top: 112px;
}
nav#archiveNav .archiveNavItem img#archive10 {
  top: 145px;
}
nav#archiveNav .archiveNavItem img#archive11 {
  top: 178px;
}
nav#archiveNav div#month1 {
  top: 0px;
}
nav#archiveNav div#month2 {
  top: 33px;
}
nav#archiveNav div#month3 {
  top: 66px;
}
nav#archiveNav div#month4 {
  top: 99px;
}
nav#archiveNav div#month5 {
  top: 132px;
}
nav#archiveNav div#month6 {
  top: 165px;
}
nav#archiveNav div#month7 {
  top: 198px;
}
nav#archiveNav div#month8 {
  top: 231px;
}
nav#archiveNav div#month9 {
  top: 264px;
}
nav#archiveNav div#month10 {
  top: 297px;
}
nav#archiveNav div#month11 {
  top: 330px;
}
nav#archiveNav div#month12 {
  top: 363px;
}
nav#archiveNav div#thisMonth {
  top: 363px;
  left: 0px;
}
img#headerPic {
  margin-left: -1px;
  width: 960px;
  height: 400px;
}
div.tableOfContents {
  display: none;
  position: absolute;
  top: 5px;
  left: 50%;
  width: 900px;
  margin-left: -480px;
  border: 1px solid #000000;
  text-align: left;
  padding: 50px 30px 90px;
  background-color: #ffffff;
  z-index: 5;
}
div.tableOfContents a.close {
  display: block;
  position: absolute;
  width: 42px;
  height: 42px;
  background-image: url(../bilder/close.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-attachment: scroll;
}
div.tableOfContents a.close:hover {
  background-position: -42px 0px;
}
div.tableOfContents a.close:active {
  background-position: -84px 0px;
}
div.tableOfContents a.closeTop {
  top: 10px;
  right: 10px;
}
div.tableOfContents a.closeBottom {
  bottom: 10px;
  left: 50%;
  margin-left: -21px;
}
div.tableOfContents h1 {
  width: 100%;
  margin-bottom: 10px;
}
div.tableOfContents p {
  margin-top: 25px;
  font-style: normal !important;
  line-height: 1.8em;
  -moz-column-count: 2;
  -moz-column-gap: 60px;
  -moz-column-rule: 1px solid #aaaaaa;
  -webkit-column-count: 2;
  -webkit-column-gap: 60px;
  -webkit-column-rule: none;
  column-count: 2;
  column-gap: 60px;
  column-rule: none;
}
div.tableOfContents p b {
  font-family: "Open Sans Condensed", Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #555555;
}
div.grey {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-image: url(../bilder/grey.png);
  background-repeat: repeat;
  z-index: 4;
}
section#mainColumn {
  float: left;
  width: 637px;
  min-height: 1300px;
  border-right: 1px solid #aaaaaa;
  margin-bottom: 50px;
  line-height: 1.6em;
}
.page-index section#mainColumn {
  min-height: 700px;
}
.pageNav {
  margin-top: 20px;
  text-align: center;
  width: 600px;
}
.button {
  display: block;
  text-decoration: none;
  background-color: #505050;
  padding: 7px 15px;
  color: #fff;
  font-family: "Open Sans Condensed",Arial,sans-serif;
  font-weight: 300;
  font-size: 16px;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.pageNavButtonLeft {
  float: left;
}
.pageNavButtonRight {
  float: right;
}
.button:hover {
  background-color: #333;
  color: #fff;
}

/* Startseite ########################################################################################################*/

article#welcome {
  padding: 0 30px;
  margin: 0 0 10px;
}
article#welcome img#coverImg {
  float: left;
  width: 274px;
  margin-right: 20px;
  margin-bottom: 10px;
  border: 1px solid #aaaaaa;
  box-shadow: 0px 10px 5px -4px #666666;
  -webkit-box-shadow: 0px 10px 5px -4px #666666;
}
article#welcome h1 {
  margin-bottom: 9px;
  line-height: 1.3em;
}
article#welcome p {
  font-style: italic;
  line-height: 1.8em;
}
h2.indexHeadline {
  font-size: 22px;
  margin-top: 60px;
}
article.indexArticle {
  clear: both;
  padding-top: 30px;
}
.articleHeader {
  position: relative;
  font-family: "Open Sans Condensed", Arial, sans-serif;
  color: #555;
  text-align: left;
  margin-bottom: 20px;
}
#sideColumn .articleHeader {
  margin-left: 20px;
}
.articleHeader span {
  background-color: #fff;
  padding-right: 10px;
}
.articleHeader:after {
  content: "";
  position: absolute;
  bottom: 0.4em;
  left: 0;
  width: 97%;
  width: calc(100% - 20px);
  height: 1px;
  background-color: #bbb;
  z-index: -1;
}
#sideColumn .articleHeader:after {
  width: 98%;
}
article.indexArticle .picColumn {
  float: left;
  width: 172px; /*304px;*/
  margin-left: 30px;
}
article.indexArticle .articleImg {
  float: right;
  width: 100%; /*274px;*/
  height: auto;
  border: 1px solid #aaaaaa;
}
article.indexArticle .textColumn {
  float: right;
  width: 576px;
  padding: 0 29px 0 0;
}
article.indexArticle .picColumn + .textColumn {
  width: 374px; /*273px;*/
}
article.indexArticle h2 {
  margin: -4px 0 0;
  padding: 0;
}
article.indexArticle h1 {
  margin: 0 0 9px;
}
article.indexArticle h2 + h1 {
  margin-top: 4px;
}
article.indexArticle p {
  margin: 0;
  line-height: 1.7em;
}

/* Auswahlseite ######################################################################################################*/

article.overviewArticle {
  display: inline-block;
  width: 276px;
  height: 295px; /*Kategorien 2, 4, 5*/
  margin-top: 20px;
  margin-right: 40px;
  border-bottom: 1px solid #aaaaaa;
  vertical-align: top;
}
.heightCat1 {
  height: 150px !important; /* Kategorie 1*/
}
.heightCat3 {
  height: 315px !important; /* Kategorie 3*/
}
.heightCat6To11 {
  height: 240px !important; /* Kategorien 6 bis 11*/
}
div.overviewArticleLeft {
  float: left;
  width: 137px;
}
div.overviewArticleRight {
  float: right;
  width: 127px;
  padding-left: 10px;
}
div.overviewArticleRight h2 {
  line-height: 1.4em;
  margin: 0 0 4px;
}
img.overviewArticleImg {
  width: 274px;
  margin: 0;
  border: 1px solid #aaaaaa;
}
img.overviewArticleImgUpright {
  width: 130px;
  max-height: 220px;
  border: 1px solid #aaaaaa;
}
article.overviewArticle h1 {
  margin: 0 0 9px;
}
article.overviewArticle h2 {
  line-height: 1.4em;
  margin: 4px 0px 4px;
}
article.overviewArticle p {
  line-height: 1.7em;
}
article.overviewArticle p span {
  margin: 0px 0px 3px;
  font-family: "Open Sans Condensed", Arial, sans-serif;
  font-weight: 300;
  color: #555555;
  font-size: 16px;
}

/* Artikelseite ######################################################################################################*/

section#articleColumn {
  margin-top: 30px;
}
section#articleColumnUpright {
  margin-top: 78px;
  padding-top: 48px;
}
div#spacer {
  clear: both;
  height: 30px;
}
img#headerPicUpright {
  width: 240px;
}
img#headerPic, img#headerPicUpright {
  border: 1px solid #aaaaaa;
  box-shadow: 0px 0px 14px #666666;
  -webkit-box-shadow: 0px 0px 14px #666666;
}
section#articleColumn h1,
section#articleColumn h2 {
  padding: 0 30px;
  width: 430px;
}
section#articleColumn h1 {
  margin-bottom: 9px;
}
section#articleColumn h2 {
  margin-bottom: 4px;
}
div#issueNumberMonth,
div#issueNumberMonthUpright {
  position: absolute;
  left: 50%;
  margin-left: 258px;
  width: 200px;
  width: 200px;
  text-align: right;
  font-family: "Open Sans Condensed", Arial, sans-serif;
  font-weight: 300;
  color: #555555;
  font-size: 16px;
}
div#issueNumberMonth {
  top: 438px;
}
div#issueNumberMonthUpright {
  top: 48px;
}
section#articleColumnUpright #articleHeadUpright {
  padding: 0 30px;
  margin-bottom: 60px;
  border-bottom: 1px solid #aaaaaa;
}
div#articleHeadUprightLeft {
  float: left;
  width: 270px;
}
div#articleHeadUprightRight {
  float: right;
  width: 626px;
}
section#articleColumnUpright #articleHeadUpright h1,
section#articleColumnUpright #articleHeadUpright h2 {
  border: none;
}
section#articleColumnUpright #articleHeadUpright h1 {
  margin-bottom: 4px;
}
section#articleColumnUpright #articleHeadUpright h2 {
  margin-bottom: 4px;
}
section#articleColumnUpright #articleHeadUpright p {
  border: none;
}
section#articleColumn p,
section#articleColumnUpright p {
  padding: 0 30px 45px;
  margin-bottom: 45px;
  line-height: 1.8em;
  border-bottom: 1px solid #aaaaaa;
}
section#articleColumnUpright p#par1 {
  margin-top: 50px;
  padding-left: 0;
}
section#articleColumn p:last-child,
section#articleColumnUpright p:last-child {
  border-bottom: none;
}
section#articleColumn > p,
section#articleColumnUpright > p {
  -moz-column-count: 2;
  -moz-column-gap: 60px;
  -moz-column-rule: none;
  -webkit-column-count: 2;
  -webkit-column-gap: 60px;
  -webkit-column-rule: none;
  column-count: 2;
  column-gap: 60px;
  column-rule: none;
}
div.mark {
  position: relative;
  top: 550px;
  left: 0px;
  width: 20px;
  height: 0px;
  border-bottom: 1px solid #ff0000;
}
div#photographer {
  margin: 5px 30px 0;
  font-family: "Open Sans Condensed", Arial, sans-serif;
  font-weight: 300;
  color: #555555;
  font-size: 16px;
}
div#photographer a {
  font-family: "Open Sans Condensed", Arial, sans-serif;
  font-weight: 300;
  color: #555555;
  font-size: 16px;
}
div#photographer a:hover {
  color: #000000;
}
section#galleryHolder {
  border-bottom: 1px solid #aaaaaa;
  padding: 6px 0px 37px;
  margin-bottom: 45px;
}
.page-index .galleryHolder {
  clear: both;
  padding-top: 25px;
}
.page-index .galleryHolder .jcarousel-skin-atempo .jcarousel-container-horizontal {
  width: 498px;
}
.page-index .galleryHolder .jcarousel-skin-atempo .jcarousel-clip-horizontal,
.page-index .galleryHolder .jcarousel-skin-atempo .jcarousel-item {
  width: 497px;
}
.page-index .galleryHolder .jcarousel-skin-atempo .jcarousel-item img {
  max-width: 452px;
}

#articleFooter {
  width: 600px;
  margin: -10px 0 90px 180px;
  line-height: 1.5em;
  text-align: center;
  font-family: "Open Sans Condensed", Arial, sans-serif;
  font-weight: 300;
  color: #555555;
  font-size: 16px;
}
#articleFooter a {
  font-family: "Open Sans Condensed", Arial, sans-serif;
  font-weight: 300;
  color: #555555;
  font-size: 16px;
  text-decoration: underline;
}
#articleFooter a:hover {
  color: #000000;
}

/* Archiv ############################################################################################################*/

section#archiveColumn {
  margin: 19px 0 50px;
}
section#archiveColumn > p {
  margin: 0 0 30px 30px;
  width: 620px;
  line-height: 1.8em;
}
article.archiveArticle {
  display: inline-block;
  width: 155px;
  height: 185px;
  margin-bottom: 20px;
  border-right: 1px solid #aaaaaa;
  text-align: center;
  overflow: visible;
  margin-bottom: 40px;
}
article.archiveArticle:nth-of-type(6n) {
  border: none;
}
article.archiveArticle img.archiveImg {
  border: 1px solid #aaaaaa;
  box-shadow: 0px 10px 5px -4px #666666;
  -webkit-box-shadow: 0px 10px 5px -4px #666666;
}
article.archiveArticle img.archiveImg.toc {
  cursor: pointer;
}
article.archiveArticle h2 {
  display: inline-block;
  width: 121px;
  text-align: left;
  margin-left: 19px;
}
article.archiveArticle h2.no-link {
  cursor: default;
}
article.archiveArticle a:hover h2 {
  text-decoration: underline;
}

/* Suchergebnisseite #################################################################################################*/

header#results {
  width: 600px;
  margin: 0 0 0 20px;
  padding: 0 0 20px;
  font-family: "Open Sans Condensed", Arial, sans-serif;
  font-weight: 300;
  color: #000000;
  font-size: 16px;
  border-bottom: 1px solid #aaaaaa;
}
article.result {
  width: 600px;
  margin: 20px 0 0 20px;
  padding: 5px 0 20px;
  border-bottom: 1px solid #aaaaaa;
}
article.result h1 {
  clear: both;
  margin-bottom: 9px;
}
article.result h2 {
  margin: 0 0 4px;
}
article.result p {
  line-height: 1.8em;
}

/* Anzeigen ##########################################################################################################*/

section.ads h1,
section.ads p {
  margin: 0 30px 0;
}
section.ads h1 {
  margin-bottom: 9px;
}
section.ads p {
  line-height: 1.8em;
}

.data-privacy-message {
  padding: 5px;
  line-height: 1.7;
}

/* Kontakt/Impressum #################################################################################################*/

section.contact h1 {
  margin: 0 0 30px 30px;
}
section.contact p {
  line-height: 1.7em;
  margin-bottom: 30px;
}
div#contactLeft {
  float: left;
  width: 271px;
  padding-right: 30px;
  margin-left: 30px;
}
div#contactRight {
  float: right;
  width: 271px;
  padding-right: 30px;
}
div#contactFooter {
  clear: both;
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid #aaaaaa;
  margin: 5px 30px 0;
  font-family: "Open Sans Condensed", Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #555555;
}

/* Wie bekomme ich a tempo? ##########################################################################################*/

section.getAtempo h1,
.imprint h1,
.dataPrivacy h1 {
  margin: 0 0 30px 30px;
}
section.getAtempo h2,
.imprint h2,
.imprint h3,
.dataPrivacy h2,
.dataPrivacy h3 {
  margin-left: 30px;
}
.dataPrivacy h2 {
  font-size: 18px;
}
.dataPrivacy h3 {
  font-size: 16px;
}
section.getAtempo p,
.imprint p,
.dataPrivacy p {
  line-height: 1.7em;
  margin: 0 0 30px 30px;
  padding-right: 30px;
}
.dataPrivacy h2,
.dataPrivacy h3,
.dataPrivacy p {
  margin-bottom: 20px;
}
img#aTempoHefte {
  margin-top: 50px;
}
div#accordion h3, div#accordion div {
  margin-left: 30px;
  outline: none;
  border-bottom: 1px solid #aaaaaa;
  width: 580px;
}
div#accordion h3 a {
  text-decoration: none;
}
div#accordion table {
  font-family: Georgia, Times, serif;
  font-size: 12px;
  color: #222222;
  margin-top: 10px;
}
div#accordion table td {
  padding: 0 15px 13px 0;
  line-height: 1.4em;
  vertical-align: top;
}

a.formButton {
  display: inline-block;
}

/* Suchfeld ##########################################################################################################*/

nav#search {
  margin-left: 23px;
  margin-bottom: 35px;
  text-align: left;
}
.searchArticleNormal {
  position: absolute;
  top: 427px;
  left: 50%;
  margin-left: 183px !important;
  margin-bottom: 0 !important;
}
.searchArticleUpright {
  position: absolute;
  top: -32px;
  left: 50%;
  margin-left: 183px !important;
  margin-bottom: 0 !important;
}
nav#search input#searchInput {
  background-color: #ffffff;
  border: 1px solid #aaaaaa;
  height: 20px;
  width: 240px;
  padding: 5px;
  margin: 0;
  vertical-align: top;
  box-shadow: inset 0px 8px 15px #dddddd;
  font-family: Georgia, Times, serif;
  color: #222222;
  font-size: 12px;
}
nav#search input#searchButton {
  border: 1px solid #aaaaaa;
  height: 32px;
  width: 32px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  vertical-align: top;
  background-color: #cccccc;
  background-image: url(../bilder/searchButtonHg.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-transition: background-position 0.2s ease;
  -moz-transition: background-position 0.2s ease;
  -ms-transition: background-position 0.2s ease;
  -o-transition: background-position 0.2s ease;
  transition: background-position 0.2s ease;
  z-index: 1;
}
nav#search input#searchButton:hover {
  background-position: -30px 0px;
}
nav#search input#searchButton:active {
  background-position: -30px 1px;
}

/* Marginalie ########################################################################################################*/

aside#sideColumn {
  float: right;
  width: 320px;
  text-align: center;
}
aside#sideColumn article {
  width: 320px;
  margin-bottom: 60px;
}
#fermate {
  margin-top: 20px;
}
img#articleHeaderFermate {
  margin-left: 15px;
}
aside#sideColumn article#fermate h1 {
  padding: 0 35px;
  margin-top: 10px;
  text-align: left;
}
aside#sideColumn article#fermate p {
  padding: 0 35px;
  line-height: 1.7em;
  margin-top: 9px;
  text-align: left;
}
#articleHeaderFacebook {
  margin-bottom: 8px;
}
aside#sideColumn article#tagCloud {
  display: none;
  text-align: center;
  font-style: italic;
  padding: 0px 25px;
  width: 270px;
}
img#articleHeaderCloud {
  margin-bottom: 14px;
}
aside#sideColumn article#tagCloud a {
  text-decoration: none;
}
img#articleHeaderCalendar {
  margin-left: 15px;
  margin-bottom: 10px;
}
article#calendar h1, article#calendar p {
  text-align: left;
  margin-left: 38px;
  width: 288px;
}
article#calendar h1 {
  margin-bottom: 9px;
}
article#calendar p {
  line-height: 1.7em;
}
article#calendar p.calendarButtonText,
article#calendar p.calendarArticleHolder{
  margin-bottom: 2em;
}
article#calendar .button {
  display: inline-block;
  text-align: center;
}

article#epub {
  text-align: left;
}
img#articleHeaderEpub {
  margin-left: 23px;
  margin-bottom: 10px;
}
.epub {
  position: relative;
  width: 160px;
  height: 231px;
  margin: 0 auto 2em;
  /*-webkit-transition: -webkit-transform .3s ease;
  -moz-transition: -moz-transform .3s ease;
  -ms-transition: -ms-transform .3s ease;
  -o-transition: -o-transform .3s ease;
  transition: transform .3s ease;*/
}
/*.epub:hover,
.epub:focus {
  -webkit-transform: scale(1.03, 1.03);
  -ms-transform: scale(1.03, 1.03);
  transform: scale(1.03, 1.03);
}*/
.epub-cover {
  position: absolute;
  top: 26px;
  left: 18px;
  width: 125px;
  height: auto;
}
.epub-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
article#epub p {
  margin-left: 38px;
  width: 288px;
  line-height: 1.7em;
}

article#audiostation {
  text-align: left;
}
img#articleHeaderAudiostation {
  margin-left: 23px;
  margin-bottom: 10px;
}
article#audiostation h2 {
  margin: 10px 0px 4px;
}
article#audiostation h1 {
  margin: 0 0 9px;
}
article#audiostation h1,
article#audiostation h2,
article#audiostation p {
  margin-left: 38px;
  width: 288px;
}
article#audiostation p {
  line-height: 1.7em;
}
article#audiostation a {
  display: block;
  margin-left: 38px;
  margin-top: 15px;
}
article#audiostation audio {
  margin-top: 15px;
  margin-left: 38px;
  width: 268px;
  height: 70px;
}
article#facebook img {
  margin-left: 15px;
  width: 144px;
  opacity: 0.4;
  transition: opacity .3s ease;
}
article#facebook img:hover,
article#facebook img:focus {
  opacity: 1;
}
#instagramImg {
  margin-top: 21px;
}

/* Footer ############################################################################################################*/
footer#pageFooter {
  clear: both;
  width: 100%;
  min-width: 960px;
  text-align: center;
  background-color: #505050;
  padding-top: 60px;
}
div#footerContent {
  display: inline-block;
  font-family: "Open Sans Condensed", Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #ffffff;
  width: 960px;
  margin-bottom: 70px;
}
div#footerContent a {
 text-decoration: none;
 font-family: inherit;
 font-weight: inherit;
 font-size: inherit;
 color: inherit;
 border-bottom: 1px solid #fff;
 transition: color .3s ease, border-bottom-color .3s ease;
}
div#footerContent a:hover,
div#footerContent a:focus {
 font-family: inherit;
 font-weight: inherit;
 font-size: inherit;
 color: #bbb;
 border-bottom: 1px solid #bbb;
}
div#footerContent .footerLogoLink {
  border-bottom: none;
}
div#footerContent a.footerLogoLink:hover,
div#footerContent a.footerLogoLink:focus {
  border-bottom: none;
}
div#footerContent img {
 margin-bottom: 5px;
}
#footerBottom {
  background-color: #505050;
  padding: 20px;
  border-top: 1px solid #888;
}
#footerBottom::after {
  content: "";
  display: block;
  clear: both;
}
.footerStatement {
  float: left;
  font-family: "Open Sans Condensed", Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #ffffff;
}
nav#footerNav {
  float: right;
  color: #ffffff;
}

/* Impressum und Datenschutz #########################################################################################*/
.imprint h3 {
  font-size: 15px;
}
.dataPrivacy ul {
  margin: 0 0 30px 30px;
  padding-left: 25px;
}

