/* Roboto Condensed - latin */
@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed-Bold.woff2') format('woff2'),
        url('../fonts/RobotoCondensed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed-LightItalic.woff2') format('woff2'),
        url('../fonts/RobotoCondensed-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed-Light.woff2') format('woff2'),
        url('../fonts/RobotoCondensed-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed-BoldItalic.woff2') format('woff2'),
        url('../fonts/RobotoCondensed-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed-Italic.woff2') format('woff2'),
        url('../fonts/RobotoCondensed-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed-Regular.woff2') format('woff2'),
        url('../fonts/RobotoCondensed-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


body {
  font-family: "Roboto Condensed" !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Condensed" !important;
}

/* Boxed layout. */
body.boxed {
  background-color: #cccccc;
  max-width: 1200px;
}

@media (min-width: 1200px) {
  .container {
    width: 1100px;
  }
}

header.header-v1 {
  position: fixed;
  background: transparent;
  left: 0;
  margin-top: 0;
  width: 100%;
  z-index: 10;
}

header.header-v1.v2 .header-main {
  background-color: #a2daf3;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  header.header-v1.v2 .header-main {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.main.main-page {
  padding-top: 80px;
}

@media (min-width: 992px) {
  .main.main-page {
    padding-top: 100px;
  }
}

/* Right sidebar. */
.sidebar-right {
  background-color: #ededed;
}

/* Text and link colors. */
body,
body .body-page,
.footer .block .block-title span {
  color: #333 !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #666 !important;
}

body .body-page a {
  color: #1d5891 !important;
}

body .body-page a:focus,
body .body-page a:hover {
  color: #0b710b !important;
  text-decoration: underline;
}

.main-menu .menu-item--active-trail a {
  color: #1d5891 !important;
}

/* Footer. */
.footer .footer-center {
  padding: 15px 0 45px;
}

/* Links in footer menu. */
footer .navigation .gva_menu > li > a {
  color: #1d5891;
}

footer .navigation .gva_menu > li > a.is-active {
  color: #0b710b;
}

@media (min-width: 992px) {
  footer .navigation .gva_menu > li {
    display: block !important;
  }

  footer .navigation .gva_menu > li > a {
    padding: 5px 10px !important;
  }
}

/* Article nodes (blog posts). */
/* Article nodes full node view. */
.node--type-article .post-thumbnail {
  float: left;
  margin-right: 20px;
}

.node-detail .field--name-field-tags .field__item a:hover{
  float: left;
  margin-right: 10px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 14px;
  color: #fff !important;
  background: #0b710b;
}

/* Article nodes teaser node view. */
.post-block--teaser {
  margin-bottom: 2em;
}

.post-title--teaser {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0.5em;
}

.post-block--teaser .post-body {
  padding-right: 30px;
}

.post-read-more--teaser {
  float: right;
  margin-right: -30px;
  margin-top: -38px;
}

@media (min-width: 768px) {
  .post-image--teaser {
    float: left;
    margin-right: 20px;
    padding-bottom: 0.5em;
    width: 240px;
  }

  .post-content--teaser {
    display: inline;
  }

  .post-content--teaser .post-meta { /* NEW */
    display: inline-block;
  }

}

/* OLD:
@media (min-width: 768px) {
  .post-image--teaser {
    float: left;
    margin-right: 20px;
    width: 340px;
  }

  .post-content--teaser {
    float: left;
    width: 360px;
  }
}

@media (min-width: 992px) {
  .post-image--teaser {
    width: 288px;
  }

  .post-content--teaser {
    width: 308px;
  }
}

@media (min-width: 1200px) {
  .post-image--teaser {
    width: 331px;
  }

  .post-content--teaser {
    width: 351px;
  }
}
*/

/* Frontpage block. */
#block-headermitzitat {
  background: #1d5891; /* Old browsers */
  background: -moz-linear-gradient(top, #1d5891 0%, #a2daf3 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #1d5891 0%,#a2daf3 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #1d5891 0%,#a2daf3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d589', endColorstr='#a2daf3',GradientType=0 ); /* IE6-9 */
  color: #fff;
  font-size: 20px;
  line-height: 1.5em;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 1.5em;
}

@media (min-width: 1200px) {
  #block-headermitzitat {
    margin-left: -65px;
    margin-right: -65px;
  }
}

#block-headermitzitat hr {
  border-color: #a2daf3;
}

/* Status messages (copied from Bartik theme). */

.messages{padding:15px 20px 15px 35px;word-wrap:break-word;border:1px solid;border-width:1px 1px 1px 0;border-radius:2px;background:no-repeat 10px 17px;overflow-wrap:break-word;}[dir="rtl"] .messages{padding-right:35px;padding-left:20px;text-align:right;border-width:1px 0 1px 1px;background-position:right 10px top 17px;}.messages + .messages{margin-top:1.538em;}.messages__list{margin:0;padding:0;list-style:none;}.messages__item + .messages__item{margin-top:0.769em;}.messages--status{color:#325e1c;border-color:#c9e1bd #c9e1bd #c9e1bd transparent;background-color:#f3faef;background-image:url(/core/themes/bartik/css/classy/components/../../../../../misc/icons/73b355/check.svg);box-shadow:-8px 0 0 #77b259;}[dir="rtl"] .messages--status{margin-left:0;border-color:#c9e1bd transparent #c9e1bd #c9e1bd;box-shadow:8px 0 0 #77b259;}.messages--warning{color:#734c00;border-color:#f4daa6 #f4daa6 #f4daa6 transparent;background-color:#fdf8ed;background-image:url(/core/themes/bartik/css/classy/components/../../../../../misc/icons/e29700/warning.svg);box-shadow:-8px 0 0 #e09600;}[dir="rtl"] .messages--warning{border-color:#f4daa6 transparent #f4daa6 #f4daa6;box-shadow:8px 0 0 #e09600;}.messages--error{color:#a51b00;border-color:#f9c9bf #f9c9bf #f9c9bf transparent;background-color:#fcf4f2;background-image:url(/core/themes/bartik/css/classy/components/../../../../../misc/icons/e32700/error.svg);box-shadow:-8px 0 0 #e62600;}[dir="rtl"] .messages--error{border-color:#f9c9bf transparent #f9c9bf #f9c9bf;box-shadow:8px 0 0 #e62600;}.messages--error p.error{color:#a51b00;}

/* eu_cookie_compliance module CSS-Overrides*/

.eu-cookie-compliance-more-button {
  cursor: pointer;
  display: inline;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: underline;
  background: none;
}

/* eu_cookie_compliance module CSS-Overrides

disabled the different look for this hiere and added
'.eu-cookie-compliance-secondary-button'
below

.eu-cookie-compliance-secondary-button {
  cursor: pointer;
  border: none;
  background: none;
  margin-top: 1em;
  padding: 0 8px;
  vertical-align: middle;
}
*/

.disagree-button.eu-cookie-compliance-more-button,
.eu-cookie-compliance-secondary-button,
.eu-cookie-compliance-agree-button,
.eu-cookie-compliance-default-button,
.eu-cookie-compliance-hide-button,
.eu-cookie-compliance-more-button-thank-you,
.eu-cookie-withdraw-button,
.eu-cookie-compliance-save-preferences-button {
  cursor: pointer;
  margin-right: 5px;
  margin-top: 1em;
  vertical-align: middle;
  overflow: visible;
  width: auto;
  -moz-box-shadow: inset 0 1px 0 0 #ffffff; /* LTR */
  -webkit-box-shadow: inset 0 1px 0 0 #ffffff; /* LTR */
  box-shadow: inset 0 1px 0 0 #ffffff; /* LTR */
  background-color: #ededed;
  background-image: -moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #ededed), color-stop(100%, #dfdfdf));
  background-image: -webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
  background-image: -o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
  background-image: -ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
  background-image: linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #dcdcdc;
  color: #000;
  font-family: Arial, sans-serif;
  font-weight: bold;
  padding: 3px 8px;
  text-decoration: none;
  text-shadow: 1px 1px 0 #ffffff;
}

[dir="rtl"] .eu-cookie-compliance-message {
  float: right;
  text-align: right;
}

.eu-cookie-compliance-message h1,
.eu-cookie-compliance-message h2,
.eu-cookie-compliance-message h3,
.eu-cookie-compliance-message p {
  color: #fff;
  /*font-weight: bold;*/
  line-height: 1.4;
  margin: 0 0 5px 0;
}

.eu-cookie-compliance-message h1 {
  font-size: 22px;
}

.eu-cookie-compliance-message h2 {
  font-size: 19px;
}

.eu-cookie-compliance-message h3 {
  font-size: 17px;
}

.eu-cookie-compliance-message p {
  font-size: 14px;
  display: inline;
}