/*
Theme Name: Newssite template
Theme URI: 
Author: Zsolt Schumacher
Author URI: http://schumacherzsolt.com
Description: Newssite template
Version: 0.1.0
License: GNU General Public License
*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*
mixins, color variables, slicknav
*/
html,
body {
  display: block;
  width: 100%;
  min-height: 100%;
  max-width: 100%;
  font-family: "Open sans";
  color: #111;
  line-height: 1.4em; }
  html a,
  body a {
    text-decoration: none;
    color: #111;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  html a:hover,
  body a:hover {
    color: #333; }

.container {
  max-width: 1200px;
  margin: 0 auto; }

/*------------------------------------
* Basic block styles
------------------------------------*/
.main {
  display: flex;
  gap: 50px;
  flex-direction: column;
  min-height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 15px 0;
  margin-top: 50px; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .main {
      gap: 30px; } }
  @media (min-width: 768px) {
    .main {
      flex-direction: row;
      margin-top: 90px;
      padding-bottom: 60px; } }

.content {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 30px; }
  @media (min-width: 768px) {
    .content {
      width: 66%; } }

.sidebar {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding-bottom: 50px; }
  @media (min-width: 768px) {
    .sidebar {
      width: 33%; } }

/*------------------------------------
* headings
------------------------------------*/
.heading_main {
  text-transform: uppercase;
  font: 500 18px "Open sans";
  background-color: #333;
  color: #fff;
  border-radius: 5px;
  padding: 7px 15px 7px;
  margin-bottom: 10px; }

.heading_main_sidebar a,
.heading_main_partner a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%; }
.heading_main_sidebar:hover a,
.heading_main_partner:hover a {
  color: #fff; }

/*------------------------------------
* header
------------------------------------*/
.header {
  background-color: #fff;
  border-bottom: 1px solid #eee;
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); }

.header_inner {
  display: flex;
  flex-direction: column;
  padding: 15px 15px 0; }

.header_top {
  display: flex;
  justify-content: space-between; }
  .header_top .logo,
  .header_top .hirnavi_logo {
    display: flex;
    align-items: center; }
    .header_top .logo img,
    .header_top .hirnavi_logo img {
      display: block;
      width: auto;
      height: 25px; }
      @media (min-width: 576px) {
        .header_top .logo img,
        .header_top .hirnavi_logo img {
          height: 35px; } }

/*------------------------------------
* navigation
------------------------------------*/
.navbar-toggle {
  display: flex;
  gap: 10px;
  background: #eee;
  color: #333;
  border: 1px solid #eee;
  border-radius: 3px;
  font-size: 1.5em;
  cursor: pointer;
  height: 36px;
  padding: 0 15px;
  align-items: center;
  justify-content: center;
  font: 500 14px "Open sans"; }
  .navbar-toggle img {
    display: block;
    width: 15px;
    height: auto; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.header_navigation {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 15px 0 0; }
  .header_navigation .menu {
    display: none; }
  @media (min-width: 768px) {
    .header_navigation {
      flex-direction: row; }
      .header_navigation .menu {
        display: flex; } }

.header_navigation.active .menu {
  display: flex;
  flex-direction: column;
  padding-bottom: 15px; }
  @media (min-width: 768px) {
    .header_navigation.active .menu {
      flex-direction: row; } }

.menu-header {
  width: 100%; }
  @media (min-width: 768px) {
    .menu-header {
      padding: 0 0 10px; } }

.menu-header .menu {
  gap: 10px;
  flex-wrap: wrap; }
  .menu-header .menu li {
    padding: 0 15px;
    background-color: #f8f8f8;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    @media (min-width: 768px) {
      .menu-header .menu li {
        background-color: #333;
        color: #fff;
        border-radius: 5px; } }
    .menu-header .menu li a {
      display: flex;
      padding: 15px 0;
      font-family: "Open sans"; }
      @media (min-width: 768px) {
        .menu-header .menu li a {
          padding: 6px 0;
          color: #fff;
          font-size: 14px; } }

/*------------------------------------
* rss item styles | functions.php
------------------------------------*/
.news_item {
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  padding: 0 15px; }
  .news_item:last-of-type {
    border-bottom: 0; }
  .news_item .news_item_pubdate {
    margin-top: 3px;
    font: 300 13px "Open sans";
    color: #555; }
  .news_item .news_item_title {
    font: 500 15px "Open sans";
    border-top: 1px solid #eee;
    padding-top: 10px; }
  .news_item.news_simple {
    padding-bottom: 5px;
    margin-bottom: 5px; }
    .news_item.news_simple:nth-of-type(2) .news_item_title, .news_item.news_simple:nth-of-type(3) .news_item_title, .news_item.news_simple:nth-of-type(4) .news_item_title {
      font-weight: 700;
      font-size: 15px; }

.news_cover {
  flex-direction: column;
  background-color: #fff;
  padding: 15px;
  border-bottom: none;
  gap: 15px; }
  @media (min-width: 992px) {
    .news_cover {
      flex-direction: row;
      gap: 15px; } }
  .news_cover .news_item_title {
    font: 700 22px "Open sans";
    border-top: 0;
    padding-top: 0; }
  .news_cover .news_cover_image {
    width: 100%;
    border: 1px solid #f6f6f6; }
    @media (min-width: 992px) {
      .news_cover .news_cover_image {
        width: 60%; } }
    .news_cover .news_cover_image .news_image {
      display: block;
      width: 100%;
      height: auto;
      border-radius: 5px;
      overflow: hidden; }
  .news_cover .news_cover_content {
    width: 100%; }
    @media (min-width: 992px) {
      .news_cover .news_cover_content {
        width: 40%;
        padding-top: 15px; } }

/*---------------------------------------------
* Partners block | content-partners-block.php
---------------------------------------------*/
.partners_block {
  display: flex;
  flex-wrap: wrap;
  gap: 30px; }

.news_block_sidebar,
.news_block_partner {
  width: 100%; }
  @media (min-width: 768px) {
    .news_block_sidebar,
    .news_block_partner {
      width: calc(50% - 15px); } }
  .news_block_sidebar .news_cover,
  .news_block_partner .news_cover {
    flex-direction: column;
    box-sizing: content-box; }
    .news_block_sidebar .news_cover .news_item_title,
    .news_block_partner .news_cover .news_item_title {
      font: 700 18px "Open sans"; }
  .news_block_sidebar .news_cover_image,
  .news_block_partner .news_cover_image {
    display: flex;
    flex: 1;
    width: auto; }
    .news_block_sidebar .news_cover_image .news_image,
    .news_block_partner .news_cover_image .news_image {
      display: flex;
      flex: 1;
      height: auto;
      border-radius: 5px;
      overflow: hidden; }
  .news_block_sidebar .news_cover_content,
  .news_block_partner .news_cover_content {
    display: flex;
    flex-direction: column;
    flex: 1;
    width: auto;
    padding: 0; }

.news_list {
  background-color: #fff;
  border-radius: 5px;
  padding-bottom: 15px; }

.news_footer {
  padding: 15px 15px 0;
  display: flex;
  justify-content: flex-end;
  font: 700 16px "Open sans"; }

.news_block_sidebar {
  width: 100%; }

/*---------------------------------------------
* Text block styles | page-impresszum.php
---------------------------------------------*/
.text_block {
  margin-bottom: 30px;
  font-family: "Open sans"; }
  .text_block_content {
    background-color: #fff;
    margin-top: 10px;
    padding: 15px;
    border-radius: 5px; }
  .text_block h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 30px; }
  .text_block p {
    line-height: 1.5em;
    margin-bottom: 15px;
    font-size: 16px; }
    .text_block p strong {
      font-weight: 600; }

/*---------------------------------------------
* Footer | footer.php
---------------------------------------------*/
.footer {
  background-color: #222;
  color: #ccc;
  font-size: 13px;
  font-weight: 300;
  padding: 25px 15px;
  font-family: "Open sans"; }

.menu-footer ul {
  display: flex;
  gap: 15px; }
  .menu-footer ul li a {
    color: #ccc;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .menu-footer ul li a:hover {
      color: #fff; }

.footer_inner {
  display: flex;
  justify-content: space-between; }

/*
Cookie consent
*/
.cookie_law {
  position: fixed;
  width: 100%;
  box-sizing: content-box;
  right: 0;
  bottom: 0;
  background-color: #fff;
  color: #000;
  opacity: 0.9;
  z-index: 999;
  display: none;
  border-top: 1px solid #eee; }

.cookie_law_inner {
  display: flex;
  flex: 1;
  gap: 30px;
  padding: 27px 15px;
  margin: 0 auto;
  align-items: center; }

.cookie_law p {
  display: block;
  margin-right: 20px;
  font: normal 16px "Open sans";
  line-height: 1.6em; }

.cookie_law button {
  font: 500 16px "Open sans";
  border-radius: 5px;
  color: #fff;
  padding: 10px 15px;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease; }

.cookie_law button:hover {
  background-color: #333; }

/*# sourceMappingURL=style.css.map */
