/*=============================================>>>>>
= Site Styles ( Every Page ) =
===============================================>>>>>*/
@font-face {
font-family: Charter;
font-style: normal;
font-weight: normal;
font-stretch: normal;
src: url('/fonts/charter/charter_regular.woff2') format('woff2');
}

@font-face {
font-family: Charter;
font-style: italic;
font-weight: normal;
font-stretch: normal;
src: url('/fonts/charter/charter_italic.woff2') format('woff2');
}

@font-face {
font-family: Charter;
font-style: normal;
font-weight: bold;
font-stretch: normal;
src: url('/fonts/charter/charter_bold.woff2') format('woff2');
}

@font-face {
font-family: Charter;
font-style: italic;
font-weight: bold;
font-stretch: normal;
src: url('/fonts/charter/charter_bold_italic.woff2') format('woff2');
}

/* Soft-White Background */
body { 
  background-color: white;
  font-family: "Charter";
  font-size: 18px;
}

/*----------- Site Wrapper -----------*/
.wrapper {
  /* Spaces out the edges of the site */
  margin: 16px;
}


/*----------- Site Header -----------*/
  .header__link,
  .header__logo {
    /* Properly holds <a> & removes extra pixels from <img> */
    display: block;
    /* Ensures <img> is responsive */
    max-width: 100%;
    height: auto;
  }
  .header__title {
    text-transform: capitalize;
  }


/*----------- Site Navigation -----------*/
.navigation {
  /* IE 8 - Uknown Number of Links */
  display: table;
  table-layout: inherit;
  width: 100%;
  padding-top: 21px;
}
  .navigation__list {
    /* Reset List Style */
    list-style: none;
    padding-left: 0;
    /* Responsive Table Grid */
    display: table-row;
  }
    .navigation__item {
      /* Responsive Table Cell */
      display: table-cell;
      text-align: center;
    }
      .navigation__link {
        /* CSS RESET */
        text-decoration: none;
        /* Block Button */
        box-sizing: border-box;
        display: block;
        /* Link Button Styles */
        padding: 8px 4px;
        background-color: white;
        color: #444;
        /* Transition Colors for Modern Browsers */
        transition: background-color 150ms ease-out, color 150ms ease-out;
        border-bottom: 1px solid lightgrey;
      }
        .navigation__link:hover,
        .navigation__link:focus,
        .navigation__link:active {
          background-color: #dc5547;
          color: white;
          text-decoration: none;
        }


/*= Site Styles ( Every Page ) =*/
/*=============================================<<<<<*/

.main {
  text-align: left;
}
.comic-section {
  text-align: center;
}

/*=============================================>>>>>
= Comics Section Styles =
===============================================>>>>>*/

  .comic-section__title {
    /* Reset <h2> styles */
    margin-bottom: 7px;
  	font-size: 100%;
    font-weight: bold;
    margin-top: 23px;
    line-height: 140%;
  }
  .comic-section__content {
    /* Adds spacing to compensate for caption being removed from flow */
    /* Adjust according to font size */
    margin-bottom: 18px;
  }

    .comic-section__comic {
      /* CSS Reset for <figure> */
      display: block;
      margin: 0;
      width: 100%;
    }
      .comic-section__image {
        /* Removes space from just below the <img> tag */
        display: block;
        /* Ensures <img> is responsive */
        max-width: 100%;
        height: auto;
        margin: auto;
      }
      .comic-section__caption {
        position: absolute;
        bottom: -31px;
        left: 0;
        right: 0;
      }

    .comic-section__prev,
    .comic-section__next {
      /* Icon Spacing */
      box-sizing: border-box;
      padding-left: 16px;
      padding-right: 16px;

      /* Link Visuak Styles */
      /* IE 8 Solid Colors only */
      background-color: #222;
      /* Modern Browsers */
      background-color: rgba( 0, 0, 0, .05 );
      color: #FFFFFF;

      /* Hides Button Visibility until hovered or used */
      /* IE 8 Opacity */
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      /* Modern Opacity */
      opacity: 0;

      transition: 150ms opacity ease-out;
    }
      /* Creates a fade-in effect, or a cut on IE8 */
      .comic-section__prev:hover,
      .comic-section__prev:focus,
      .comic-section__prev:active,
      .comic-section__next:hover,
      .comic-section__next:focus,
      .comic-section__next:active {
        /* IE 8 Opacity */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        /* Modern Opacity */
        opacity: 1;
      }

  .comic-section__social-sharing {
    /* Create gap from content */
    margin-top: 62px;
    padding-top: 20px;
    border-top: 1px solid lightgrey;
  }

.christian-a {
  font-size: 24px;
}

h2 {
  padding-top: 10px;
}

.navigation-item-1 {
  display: none;
}

header {
  text-align: center;
  border-top: 1px solid lightgrey;
}
.header__logo {
  width: 500px;
  display: block;
  margin: 0 auto;
}
.header__logo_img {
  height: 122px;
  display: inline;
  float: left;
}

.header__jingle_img {
  margin-top: 13px;
  width: 150px;
  padding-bottom: 10px;
  float: left;
}
.header__motto {
  float: left;
  margin-top: 66px;
  margin-left: -111px;
  /*max-width: 300px;*/
  font-size: 12px;
  font-weight: 600;
  color: #666;
  float: left;
}
@media (max-width: 0px) {
  .header__logo {
    width: 400px;
  }
  .header__logo_img {
    height: 122px;
  }
  .header__jingle_img {
    width: 150px;
  }
  .header__motto {
    max-width: 150px;
    margin-top: 115px;
  margin-left: -150px;
  }
  
}



.card {
    padding: 50px;
    background-color: #1565C0;
    color: #fff;
}

a {
    color: #fff;
}

a:hover {
    color: #fff;
}

.box {
    margin-bottom: 60px;
    margin-top: 20px;
}

.form-control {
    border: none;
    margin-left: 0;
    background-color: #1565C0;
    color: #fff;
}

input {
    border-bottom: 1px solid #fff !important;
    border-radius: 0 !important;
}

::-webkit-input-placeholder {
    color: #E1F5FE !important
}

::-moz-placeholder {
    color: #E1F5FE !important
}

:-ms-input-placeholder {
    color: #E1F5FE !important
}

:-moz-placeholder {
    color: #E1F5FE !important
}

.form-head {
    padding-left: 10px;
    padding-right: 12px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 22px
}

.custom-control-label {
    font-size: 14px !important
}

.get-input {
    padding-left: 0
}

button {
    color: #1565C0 !important;
    font-weight: bold !important;
    padding: 10px 20px 10px 20px !important;
    border-radius: 0 !important
}

button:hover {
    color: #1565C0 !important;
    background-color: #fff
}

footer {
  clear: both;
}

footer .left {
  text-align: left;
}

.footer-space {
  margin-bottom: 50px;
}

.tag-overview {
  text-align: right;
  margin-right: 20px;
}
.bg-dark {
  background-color: #B6B8B5 !important;
  color: #333333;
}

.arrows-bar {
  margin-top: 50px;
}

.lupe,
.arrow {
  height: 50px;
  margin-right: 25px;
}
@media (max-width: 560px) {
  .arrows-bar {
    margin-top: 30px;
  }
  .lupe,
  .arrow {
    height: 30px;
    margin-right: 25px;
  }
}

/*section.archive,*/
article.clob {
  margin-left: 15%;
  width: 70%;
}

@media (max-width: 666px) {
/*section.archive,*/
  article.clob {
    margin-left: 0;
    width: 95%;
  }
  .comic-section__copyright {
    width: 90%;
  }
}
img.article-right {
  max-width: 253px;
  float: right; 
}
h1.archive {
  margin: 20px 0;
}
.archive__item {
  display: inline-block;
  margin: 20px 20px 0 0;
  width: 600px;
  vertical-align: top;
}
.archive__title {
  color: #666;
  padding-left: 22px;
  font-size: 24px;
}
@media (max-width: 991px) {
  .archive__item {
    float: none;
    width: 100%;
  }
}
.archive-digit {
  float: left;
  height: 35px;
}
.comic-section__copyright {
  margin-top: 43px;
  /*float: right;*/
  font-size: 12px;
  text-align: left;
  width: 80%;
}
.comic-section__copyright a {
  color: #666;
}
.motto-bottom {
  text-align: center; 
  color: white;
}

p a {
  color: #666;
}
p a:hover {
  color: #dc5547;
}

section.related {
  margin: 50px 0;
  padding-top: 20px;
  border-top: 1px dotted #ccc;
}
section.related h4 {
  margin-bottom: 20px;
}
.reihe-episoden,
.related-comics {
  list-style: none;
  padding-left: 0;
}
.episode {
  list-style: none;
}
.episode a,
.related-comic a {
  color: black;
}
.finger {
  height: 60px;
}
.pagination__link {
  color: white;
}
.reihe, .gruppe {
  margin-top: 80px;
  font-size: -2;
}

#episode-box,
.episode-guide {
  margin: 20px 0;
}
.episode-guide .dropdown-item:hover,
.episode-guide .btn-secondary {
  background-color: #dc5547 !important;
  color: white;
}

ul.cloud {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: 2.5rem;
}
ul.cloud li a {
  color: #dc5547;
  display: block;
  font-size: 1.5rem;
  padding: 0.125rem 0.25rem;
  text-decoration: none;
  position: relative;
}
ul.cloud a[data-weight="1"] { --size: 1; }
ul.cloud a[data-weight="2"] { --size: 2; }
ul.cloud a[data-weight="3"] { --size: 3; }
ul.cloud a[data-weight="4"] { --size: 4; }
ul.cloud a[data-weight="5"] { --size: 5; }
ul.cloud a[data-weight="6"] { --size: 6; }
ul.cloud a[data-weight="7"] { --size: 7; }
ul.cloud a[data-weight="8"] { --size: 8; }
ul.cloud a[data-weight="9"] { --size: 9; }
section ul.cloud li:nth-child(2n+1) a { --color: #181; }
ul.cloud li:nth-child(3n+1) a { --color: #33a; }
ul.cloud li:nth-child(4n+1) a { --color: #c38; }

ul.cloud li a {
  --size: 4;
  font-size: calc(var(--size) * 0.25rem + 0.5rem);
  /* ... */
}
ul.cloud a:focus {
  outline: 1px dashed;
} 


/*= End of Comics Section Styles =*/
/*=============================================<<<<<*/
