@charset "UTF-8";
/*! normalize.css http://github.com/necolas/normalize.css */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/*
 * Prevents modern browsers from displaying 'audio' without controls
 */
audio:not([controls]) {
  display: none; }

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
[hidden] {
  display: none; }

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *  http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *  www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/*
 * Addresses margins handled incorrectly in IE6/7
 */
body {
  margin: 0; }

/* =============================================================================
   Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover,
a:active {
  outline: 0; }

/* =============================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
 */
h1 {
  font-size: 2em;
  margin: 0; }

h2 {
  font-size: 1.5em;
  margin: 0; }

h3 {
  font-size: 1.17em;
  margin: 0; }

h4 {
  font-size: 1em;
  margin: 0; }

h5 {
  font-size: 0.83em;
  margin: 0; }

h6 {
  font-size: 0.75em;
  margin: 0; }

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/*
 * Addresses styling not present in S5, Chrome
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE6/7/8/9
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Addresses margins set differently in IE6/7
 */
p,
pre {
  margin: 1em 0; }

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* 1 */
q {
  quotes: none; }

/* 2 */
q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 75%; }

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* =============================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/*
 * Addresses paddings set differently in IE6/7
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/*
 * Corrects list images handled incorrectly in IE7
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *  code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*
 * Corrects overflow displayed oddly in IE9
 */
svg:not(:root) {
  overflow: hidden; }

/* =============================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
figure {
  margin: 0; }

/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
form {
  margin: 0; }

/*
 * Define consistent border, margin, and padding
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3 
 * 3. Corrects alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
button,
input {
  line-height: normal;
  /* 1 */ }

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *  Known issue: inner spacing remains in IE6
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  *overflow: visible;
  /* 3 */ }

/*
 * Re-set default cursor for disabled elements
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
    Known issue: excess padding remains in IE6
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* =============================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

html {
  font-family: "Crimson Text", "Times New Roman", "Times", serif;
  color: #0d304c;
  font-weight: 400;
  font-size: 16px;
  outline: none;
  border: none; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

::-moz-selection {
  background: #ba0011;
  color: white;
  text-shadow: none; }

::selection {
  background: #ba0011;
  color: white;
  text-shadow: none; }

.wrapper {
  width: auto;
  margin: 0 7% 0 7%; }
  @media (min-width: 900px) {
    .wrapper {
      width: 90%;
      max-width: 1200px;
      margin: 0 auto; } }

#branding, .footer_left {
  transition: opacity .2s ease;
  -moz-transition: opacity .2s ease;
  -webkit-transition: opacity .2s ease; }
  #branding:hover, .footer_left:hover {
    opacity: .6; }

input {
  border-radius: 0;
  -webkit-appearance: none; }

input[type="text"], textarea {
  border: 1px solid #0d304c;
  outline: none;
  background: none;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Titillium Web", Arial, sans-serif;
  font-size: 15px;
  color: #0d304c; }
  input[type="text"]:focus, textarea:focus {
    border: 1px solid #ba0011; }

input[type="text"] {
  height: 42px;
  padding-left: 10px;
  padding-right: 10px; }

textarea {
  resize: none;
  padding: 14px;
  width: 100%;
  margin-top: 10px; }

button {
  transition: opacity .2s ease;
  -moz-transition: opacity .2s ease;
  -webkit-transition: opacity .2s ease; }
  button:hover {
    opacity: .6; }

input[type="submit"], .read-more-link, .button_rot {
  display: inline-block;
  font-size: 16px;
  font-family: "Titillium Web", Arial, sans-serif;
  color: white;
  text-decoration: none;
  border: 0;
  outline: 0; }
  input[type="submit"]:hover, .read-more-link:hover, .button_rot:hover {
    opacity: .6; }

input[type="submit"], .read-more-link {
  background: #0d304c;
  padding-left: 1.4em;
  padding-right: 1.4em; }

input[type="submit"] {
  height: 42px; }

.read-more-link {
  padding-top: 0.6em;
  padding-bottom: 0.7em; }

.button_rot {
  padding: 0.8em 2.2em 0.8em 2.2em;
  background: #ba0011;
  margin-top: 50px;
  margin-bottom: 50px; }
.page-id-1235 .button_rot,
.page-id-4 .button_rot,
.page-id-14 .button_rot {
	margin-top: 30px;
	margin-bottom: 10px;
}

.searchform input[type="text"] {
  width: 140px;
  background-image: url(../img/icon_search.png);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: right 11px center;
  padding-right: 30px; }
  .searchform input[type="text"]:focus {
    background-color: rgba(255, 255, 255, 0.4); }

#search {
  float: right;
  display: none;
  margin-top: 32px; }
  @media (min-width: 1100px) {
    #search {
      display: block; } }

.searchsubmit {
  margin-left: 15px; }

.search_big input[type="text"] {
  width: 200px; }

h1, h2, h3, h4 {
  font-family: "Titillium Web", Arial, sans-serif; }
  h1 a, h2 a, h3 a, h4 a {
    color: #0d304c; }

h4 {
  font-family: "Crimson Text", "Times New Roman", "Times", serif;
  font-weight: 700; }

h1 {
  font-size: 2.2rem;
  line-height: 2.4rem;
  font-weight: 300;
  color: #0d304c; }
  @media (min-width: 900px) {
    h1 {
      font-size: 3rem;
      line-height: 3rem; } }
  h1 a {
    color: #0d304c; }

a {
  text-decoration: none; }
  a:focus {
    text-decoration: underline; }

p a, .entry-meta a {
  text-decoration: underline;
  color: #ba0011; }
  p a:hover, .entry-meta a:hover {
    text-decoration: none; }

#content:before,
#content:after {
  content: " ";
  display: table; }

#content:after {
  clear: both; }

p {
  text-align: left !important; }

#comments {
  font-family: "Titillium Web", Arial, sans-serif;
  padding-bottom: 50px; }
  @media (min-width: 1000px) {
    #comments {
      width: 70%; } }
  #comments ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  @media (min-width: 900px) {
    #comments p {
      font-size: 1.2rem; } }
  #comments a {
    color: #ba0011;
    text-decoration: underline; }
  #comments a:hover {
    text-decoration: none; }
  #comments .comment-author .avatar {
    width: 32px;
    margin: 0;
    margin-right: 15px; }
  #comments cite.fn {
    font-style: normal;
    font-weight: 700; }
  #comments .comment {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccd6da; }
  #comments .commentmetadata a {
    color: #0d304c;
    text-decoration: none; }
  #comments .children {
    margin-left: 20px; }
    #comments .children li {
      border-bottom: 0;
      border-left: 1px solid #ccd6da;
      padding-left: 20px; }
  #comments .comments-title {
    border-top: 5px solid #ccd6da;
    padding-top: 40px; }

.comment-form label {
  display: block; }

.comment-form input[type=text] {
  display: block;
  margin-top: 10px;
  width: 100%; }
  @media (min-width: 900px) {
    .comment-form input[type=text] {
      width: 50%; } }

.comment-form .form-submit {
  margin-top: 30px; }

@media (min-width: 1000px) {
  article.page p, article.page ul, article.page table {
    width: 70%; } }

.single #content .single_article {
  width: 100%;
  padding-bottom: 60px; }
  @media (min-width: 1000px) {
    .single #content .single_article {
      float: left;
      width: 70%; } }

.single #content .sidebar {
  width: 100%;
  margin-top: 70px; }
  @media (min-width: 1000px) {
    .single #content .sidebar {
      width: 25%;
      margin-left: 45px;
      margin-top: 0px;
      height: 200px;
      float: right; } }
  .single #content .sidebar p {
    font-family: "Titillium Web", Arial, sans-serif;
    font-size: 16px; }
  .single #content .sidebar img {
    max-width: 100px;
    margin-bottom: 0px; }

.single #content img {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
  height: auto; }

.author_name {
  font-weight: 700; }

.share_headline {
  font-weight: 700;
  margin: 0;
  padding: 0;
  font-family: "Titillium Web", Arial, sans-serif; }

.share_buttons {
  list-style: none;
  margin: 0;
  padding: 0; }
  .share_buttons li {
    float: left;
    padding: 0;
    margin-right: 12px; }
    .share_buttons li:last-child {
      margin-right: 0px; }
  .share_buttons img {
    height: 30px !important;
    width: 30px !important; }
    .share_buttons img:hover {
      opacity: .6; }

.sidebar .share_buttons, .sidebar .share_headline {
  display: none; }
  @media (min-width: 1000px) {
    .sidebar .share_buttons, .sidebar .share_headline {
      display: block; } }

.single_article h2 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  color: #0d304c;
  margin-top: 20px;
  margin-bottom: 30px; }
  @media (min-width: 900px) {
    .single_article h2 {
      font-size: 28px;
      line-height: 32px; } }

.dropcap:first-letter {
  float: left;
  font-size: 75px;
  line-height: 60px;
  padding-right: 10px;
  font-weight: 300;
  font-family: "Titillium Web", Arial, sans-serif; }

.vorspann {
  font-size: 22px !important;
  line-height: 30px !important;
  font-family: "Titillium Web", Arial, sans-serif;
  font-weight: 400; }
  @media (min-width: 900px) {
    .vorspann {
      font-size: 26px !important;
      line-height: 38px !important; } }

.entry-content h2 {
  font-size: 26px;
  font-weight: 700;
  color: #0d304c;
  margin-top: 60px;
  margin-bottom: 0px; }

.entry-content h3 {
  font-size: 22px;
  font-weight: 700;
  padding-top: 20px; }

.entry-content h4 {
  padding-top: 20px;
  padding-bottom: 0px; }

.entry-content p, .entry-content h4, .entry-content table {
  font-size: 20px;
  line-height: 26px; }
  @media (min-width: 900px) {
    .entry-content p, .entry-content h4, .entry-content table {
      font-size: 22px;
      line-height: 32px; } }

.entry-content ul li, .entry-content ol li {
  font-size: 18px;
  padding-bottom: 10px; }
  @media (min-width: 900px) {
    .entry-content ul li, .entry-content ol li {
      font-size: 22px;
      padding-bottom: 10px; } }

blockquote {
  background: #efefef;
  border-left: 5px solid #ba0011;
  margin: 40px;
  padding: 30px;
  quotes: "“" "”" "‘" "’"; }

blockquote:before {
  font-family: "Crimson Text", "Times New Roman", "Times", serif;
  color: #ba0011;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em; }

blockquote p {
  font-family: "Titillium Web", Arial, sans-serif;
  display: inline; }

.wp-caption {
  width: 100% !important; }

.wp-caption-text {
  font-size: 15px !important;
  line-height: 19px !important;
  font-family: "Titillium Web", Arial, sans-serif;
  font-weight: 400; }

#swipebox-overlay {
  background: rgba(13, 48, 76, 0.7) !important; }

#swipebox-bottom-bar {
  background: none !important; }

#swipebox-close:hover, #swipebox-prev:hover, #swipebox-next:hover {
  opacity: .6; }

#gallery-1 img {
  border: none !important; }

.post-edit-link {
  display: none; }

#homepage-intro {
  background: #ccd6da;
  color: #0d304c;
  padding: 1.3em 2em 1em 2em;
  margin-bottom: 70px; }
  #homepage-intro button {
    float: right; }

h2.entry-title {
  font-weight: 400;
  font-size: 28px;
  line-height: 32px;
  padding: 0;
  margin: 0; }

#featured-post article .entry-title {
  font-size: 2rem;
  line-height: 2.2rem; }

#featured-post article .entry-meta {
  clear: left; }

#featured-post article .entry-image {
  width: 100%; }
  @media (min-width: 1100px) {
    #featured-post article .entry-image {
      float: right;
      width: 65%;
      width: 50%;
      padding-left: 30px;
      padding-bottom: 30px; } }

.entry-excerpt p {
  font-size: 19px;
  line-height: 24px; }

.entry-meta {
  font-family: "Titillium Web", Arial, sans-serif;
  font-size: 16px;
  line-height: 21px; }
  .entry-meta p {
    margin: 0; }

.meta-sep {
  color: #ccc; }

.post .entry-image img {
  width: 100%;
  height: auto;
  margin-bottom: 0px; }
  .post .entry-image img:hover {
    opacity: .6; }

#related-posts article .entry-image img, #featured-post article .entry-image img, #recent-posts article .entry-image img, .blog_archive article .entry-image img, .archive article .entry-image img, .search article .entry-image img {
  border: 1px solid #ccd6da;
  margin-bottom: 15px; }

#related-posts article h2.entry-title:hover, #featured-post article h2.entry-title:hover, #recent-posts article h2.entry-title:hover, .blog_archive article h2.entry-title:hover, .archive article h2.entry-title:hover, .search article h2.entry-title:hover {
  text-decoration: underline; }

.blog_archive h1, .archive h1, .search-results h1 {
  margin-bottom: 40px; }

.container_inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .container_inner::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 900px) {
    .container_inner article {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 31.7615656014%; }
      .container_inner article:last-child {
        margin-right: 0; }
      .container_inner article:nth-child(3n) {
        margin-right: 0; }
      .container_inner article:nth-child(3n+1) {
        clear: left; } }
  .container_inner article .read-more-link {
    margin-bottom: 60px; }

.pagination {
  font-family: "Titillium Web", Arial, sans-serif;
  margin-top: 40px; }
  .pagination h2.screen-reader-text {
    display: none; }
  .pagination .page-numbers {
    margin-right: 20px; }
  .pagination a.page-numbers {
    color: #ba0011;
    text-decoration: underline; }
    .pagination a.page-numbers:hover {
      text-decoration: none; }
  .pagination .next, .pagination .prev {
    font-weight: 700; }

.gallery {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .gallery::after {
    clear: both;
    content: "";
    display: table; }

dl.gallery-item {
  position: relative;
  width: 100%;
  height: 210px;
  border: 1px solid #ccd6da; }
  @media (min-width: 900px) {
    dl.gallery-item {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 31.7615656014%; }
      dl.gallery-item:last-child {
        margin-right: 0; }
      dl.gallery-item:nth-child(3n) {
        margin-right: 0; }
      dl.gallery-item:nth-child(3n+1) {
        clear: left; } }

dt.gallery-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font: 0/0 a; }

dt.gallery-icon:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 100%; }

dt.gallery-icon img {
  vertical-align: middle;
  display: inline-block; }
  dt.gallery-icon img:hover {
    opacity: .6; }

.gallery-caption {
  margin: 0 auto;
  padding-top: 10px;
  max-width: 300px;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  display: none; }

#related-posts {
  border-top: 5px solid #ccd6da; }
  #related-posts h2:first-child {
    padding-bottom: 30px;
    padding-top: 40px; }
  #related-posts article {
    display: none; }
    #related-posts article:nth-child(1), #related-posts article:nth-child(2), #related-posts article:nth-child(3) {
      display: block; }

#recent-posts {
  margin-top: 40px;
  border-top: 5px solid #ccd6da;
  padding-top: 60px; }
  @media (min-width: 900px) {
    #recent-posts article {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 31.7615656014%; }
      #recent-posts article:last-child {
        margin-right: 0; } }
  #recent-posts .read-more-link {
    margin-bottom: 60px; }
  #recent-posts h2:first-child {
    padding-bottom: 30px; }

#homepage-newsbox {
  background: #ccd6da;
  padding: 2em; }
  #homepage-newsbox p {
    font-size: 19px;
    line-height: 24px; }
  #homepage-newsbox h3 {
    line-height: 22px; }

#zeitschrift-ausgaben {
  border-top: 5px solid #ccd6da;
  padding-top: 60px; }
  #zeitschrift-ausgaben h2 {
    padding-bottom: 30px; }

.ausgabe-title, .ausgabe-meta {
  color: #0d304c; }

.pdf_download {
  color: #ba0011;
  text-decoration: underline;
  margin-left: 100px; }
  @media (min-width: 900px) {
    .pdf_download {
      margin-left: 0px; } }
  .pdf_download:hover {
    text-decoration: none; }
  .pdf_download img {
    margin-right: 5px;
    width: 13px; }

.zeitschrift-ausgabe {
  font-family: "Titillium Web", Arial, sans-serif;
  margin-bottom: 60px;
  margin-top: 20px;
  line-height: 20px; }
  @media (min-width: 600px) {
    .zeitschrift-ausgabe {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 40.2913699012%; }
      .zeitschrift-ausgabe:last-child {
        margin-right: 0; } }
  @media (min-width: 900px) {
    .zeitschrift-ausgabe {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 31.7615656014%;
      margin-bottom: 20px; }
      .zeitschrift-ausgabe:last-child {
        margin-right: 0; }
      .zeitschrift-ausgabe:nth-child(3n+0) {
        margin-right: 0 !important; } }
  .zeitschrift-ausgabe .ausgabe-image img {
    width: 80px;
    height: auto;
    border: 1px solid #ccd6da;
    float: left;
    margin-right: 15px; }
    @media (min-width: 900px) {
      .zeitschrift-ausgabe .ausgabe-image img {
        width: 130px; } }
    .zeitschrift-ausgabe .ausgabe-image img:hover {
      opacity: .6; }

.praesidium {
  font-family: "Titillium Web", Arial, sans-serif; }
  .praesidium p {
    font-size: 16px;
    line-height: 22px; }

.praesidium-person {
  margin-bottom: 40px;
  height: 320px;
  line-height: 21px;
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%; }
  .praesidium-person:last-child {
    margin-right: 0; }
  @media (min-width: 600px) {
    .praesidium-person {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 40.2913699012%; }
      .praesidium-person:last-child {
        margin-right: 0; } }
  @media (min-width: 900px) {
    .praesidium-person {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 23.2317613015%; }
      .praesidium-person:last-child {
        margin-right: 0; }
      .praesidium-person:nth-child(4n+0) {
        margin-right: 0 !important; } }
  .praesidium-person img {
    max-width: 100px; }

#header {
  border-bottom: 5px solid #ccd6da;
  font-family: "Titillium Web", Arial, sans-serif;
  margin-bottom: 50px; }
  @media (min-width: 900px) {
    #header {
      margin-bottom: 80px; } }
  #header .site-description {
    float: left;
    display: none; }
    @media (min-width: 600px) {
      #header .site-description {
        font-size: 15px;
        margin: 24px 0px 0px 15px;
        display: block; } }
    @media (min-width: 900px) {
      #header .site-description {
        font-size: 18px;
        line-height: 19px;
        margin: 35px 0px 0px 0px;
        max-width: 150px; } }
  #header a .site-description {
    color: #0d304c; }

#header input[type="text"] {
  width: 200px;
  margin-left: 20px; }

#branding .logo {
  width: 60px;
  margin: 15px 0px 15px 0px;
  float: left; }
  @media (min-width: 900px) {
    #branding .logo {
      width: 94px;
      margin: 30px 10px 30px 0px; } }

#branding h1, #branding #site-title {
  display: none; }

#headermenu, #menu {
  float: right; }
  #headermenu ul, #menu ul {
    margin: 0; }
  #headermenu li, #menu li {
    display: inline-block; }
    @media (min-width: 900px) {
      #headermenu li, #menu li {
        margin-left: 1em; } }

#headermenu-burger {
  display: block; }
  #headermenu-burger ul li {
    display: block; }
    @media (min-width: 900px) {
      #headermenu-burger ul li {
        display: inline-block; } }
  @media (min-width: 900px) {
    #headermenu-burger {
      display: none; } }

#headermenu {
  background: #ccd6da;
  width: 100%;
  display: none; }
  @media (min-width: 900px) {
    #headermenu {
      height: 45px;
      display: block; } }
  #headermenu ul {
    padding: 0; }
    @media (min-width: 900px) {
      #headermenu ul {
        float: right;
        margin-top: 10px; } }

#menu {
  clear: right; }

.menu-item a {
  color: #0d304c; }
  .menu-item a:hover {
    color: #ba0011; }

.main_navigation {
  position: absolute;
  margin: 0 7% 0 7%;
  left: 0;
  right: 0;
  z-index: 1;
  margin-top: 70px;
  background: #ccd6da;
  padding: 20px;
  -webkit-box-shadow: 0px 21px 60px -11px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0px 21px 60px -11px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 21px 60px -11px rgba(0, 0, 0, 0.33); }
  @media (min-width: 900px) {
    .main_navigation {
      position: relative;
      margin-top: 0;
      top: 32px;
      right: 10px;
      padding: 0;
      background: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; } }
  .main_navigation ul {
    list-style: none;
    background: #ccd6da;
    padding: 0;
    margin: 0;
    font-weight: 700; }
    @media (min-width: 900px) {
      .main_navigation ul {
        float: right;
        background: none;
        margin: 0;
        font-size: 23px;
        list-style: none; } }
    @media (min-width: 1200px) {
      .main_navigation ul {
        font-size: 30px; } }
    .main_navigation ul ul {
      font-weight: 400; }
      .main_navigation ul ul li {
        padding-left: 10px; }
    @media (min-width: 900px) {
      .main_navigation ul li {
        padding-right: 22px;
        display: inline-block; } }
    @media (min-width: 1100px) {
      .main_navigation ul li {
        padding-right: 22px; } }

.sub-menu li {
  line-height: 17px;
  padding: 8px 0 8px 0; }

@media (min-width: 900px) {
  .menu-item-has-children {
    margin-right: 10px; }
  ul.sub-menu {
    display: none;
    background: #ccd6da;
    font-size: 16px;
    position: absolute;
    font-weight: 400;
    padding: 20px;
    -webkit-box-shadow: 0px 21px 60px -11px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 21px 60px -11px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 21px 60px -11px rgba(0, 0, 0, 0.33); }
    ul.sub-menu li {
      display: block;
      padding-bottom: 10px; }
  li.menu-item-has-children:hover ul.sub-menu, ul.sub-menu.open {
    display: block; }
  li.menu-item-has-children {
    background-image: url(../img/icon_arrow_nav.png);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: right 3px center; } }

#menu-main .current_page_parent a, #menu-main .current-menu-item a {
  color: #ba0011; }

.current-menu-item {
  color: #ba0011; }

.sub-menu a {
  color: #0d304c !important; }

.sub-menu .current_page_item a, .sub-menu a:hover {
  color: #ba0011 !important; }

.icon_search {
  width: 22px;
  margin-top: 20px;
  margin-left: 30px;
  float: right; }
  @media (min-width: 900px) {
    .icon_search {
      margin-top: 36px; } }
  @media (min-width: 1100px) {
    .icon_search {
      display: none; } }

#header .searchsubmit {
  display: none; }

.name_menu {
  font-size: 15px;
  padding-top: 5px;
  padding-right: 8px;
  float: left;
  display: block; }
  @media (min-width: 900px) {
    .name_menu {
      display: none; } }

@media (min-width: 900px) {
  #burger_toggle {
    display: block !important; } }

#burger_toggle.active {
  display: none; }

.burger {
  float: right;
  margin-top: 15px;
  right: 0;
  position: relative; }
  @media (min-width: 900px) {
    .burger {
      display: none !important; } }

.burger:hover {
  cursor: pointer; }

.burger div {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 3px;
  background: #0d304c;
  transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out; }

.burger div::before, .burger div::after {
  content: '';
  width: 25px;
  height: 3px;
  background: #0d304c;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out; }

.burger div::before {
  top: -9px; }

.burger div::after {
  bottom: -9px; }

.burger:hover div::before {
  top: -13px; }

.burger:hover div::after {
  bottom: -13px; }

.burger.active div {
  background: white; }

.burger.active div::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg); }

.burger.active div::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg); }

#footer {
  background: #ccd6da;
  font-family: "Titillium Web", Arial, sans-serif;
  color: #0d304c;
  margin-top: 100px;
  line-height: 21px; }
  #footer ul {
    list-style: none;
    padding: 0; }
    #footer ul li {
      padding-bottom: 10px; }
  #footer .widget_search input[type="submit"] {
    display: none; }
  #footer .widget_search input[type="text"] {
    width: 140px; }

#footer-widgets {
  padding: 2em 0 2em 0; }
  @media (min-width: 1000px) {
    #footer-widgets {
      display: flex; } }
  #footer-widgets li a {
    color: #0d304c; }
    #footer-widgets li a:hover {
      text-decoration: underline; }
  #footer-widgets .widgettitle {
    margin-top: 30px;
    margin-bottom: 10px; }
    @media (min-width: 1000px) {
      #footer-widgets .widgettitle {
        margin-top: 0px; } }
  #footer-widgets .widget_text {
    max-width: 400px; }
  #footer-widgets .widget {
    margin-right: 7%; }
  #footer-widgets .widget:last-child {
    margin-right: 0px; }
  #footer-widgets .read-more-link {
    text-decoration: none; }

.footer_bottom {
  background: #3d3d3c;
  color: white;
  height: 80px; }
  .footer_bottom a {
    color: white; }
    .footer_bottom a:hover {
      text-decoration: underline; }

.logo_footer {
  width: 65px;
  float: left;
  margin-right: 14px;
  margin-top: 20px; }

.footer_left {
  float: left; }
  .footer_left .site-description {
    font-size: 13px;
    line-height: 13px;
    margin-top: 20px;
    max-width: 100px;
    float: left; }

.footer_right {
  float: right;
  text-align: right;
  margin-top: 26px;
  display: none; }
  @media (min-width: 900px) {
    .footer_right {
      display: block; } }

.back_to_top {
  width: 40px;
  height: 40px;
  background: #ccd6da;
  position: fixed;
  right: 30px;
  bottom: 30px;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
  opacity: 0; }
  .back_to_top.visible {
    opacity: 1; }
    .back_to_top.visible:hover {
      opacity: .6; }
  .back_to_top img {
    width: 18px;
    display: block;
    margin: 0 auto;
    padding-top: 13px; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.skip-link {
  font-family: "Titillium Web", Arial, sans-serif;
  color: #0d304c; }
  .skip-link:active, .skip-link:focus {
    position: absolute; }

@media print {
  body {
    background: white;
    color: black !important;
    margin: 0;
    padding: 0; }
  p {
    font-size: 14px !important;
    line-height: 20px !important; }
  h1 {
    font-size: 2rem !important;
    line-height: 2rem !important; }
  .vorspann {
    font-size: 18px !important;
    line-height: 24px !important; }
  .dropcap:first-letter {
    font-size: 60px !important;
    line-height: 50px !important; }
  img {
    max-width: 9cm; }
  nav,
  .read-more-link,
  .icon_search,
  .name_menu,
  .share_buttons,
  .share_headline,
  .button_rot,
  #comments,
  #footer {
    display: none; } }
  
  
.praesidium {
	margin-top: 60px;
}  
    
article.page .praesidium p {
	width: 100%;
}

.mejs-audio {
	margin-top: 30px;
	margin-bottom: 30px;
} 
