/*!
* Theme Name: Siedswerda Familierecht
* Theme URI: https://siedswerdafamilierecht.nl/
* Author: Jesse van Thijn | Folkert-Jan van der Pol
* Author URI: https://troop.desgin
* Description: Description
* Version: 1.0.0
* License: GNU General Public License v2 or later
* License URI: LICENSE
* Text Domain: Siedswerda Familierecht
*/
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; }

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-family: "Open Sans", "helvetica", "arial", sans-serif;
  font-size: 1em;
  line-height: 1.8; }

.container {
  width: 80%;
  max-width: 60em;
  display: flex;
  margin: auto;
  flex-wrap: wrap; }
  @media (max-width: 75em) {
    .container {
      width: 80%; } }
  @media (max-width: 60em) {
    .container {
      width: 90%; } }
  @media (max-width: 30em) {
    .container {
      width: 95%; } }

p {
  margin-bottom: 1.3em;
  line-height: 1.5; }

strong {
  font-weight: bold; }

h1, h2, h3, h4 {
  width: 100%;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1.2rem;
  color: #5b7f96; }

h1 {
  font-size: 2.441em; }

h2 {
  font-size: 2em; }

h3 {
  font-size: 1.25em; }

h4 {
  font-size: 1em; }

a {
  color: #5b7f96;
  text-decoration: none;
  transition: all 0.3s; }

a:hover {
  text-decoration: underline; }

input {
  border: 1px solid #ccc;
  padding: 1em;
  font-size: 1em;
  outline: none; }

main {
  overflow: hidden; }

.col {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0.45em; }

.col-100 {
  width: 100%;
  flex-grow: 1;
  padding: 0.5em; }

.col-70 {
  width: 64%;
  flex-grow: 1;
  padding: 0.5em; }

.col-50 {
  padding: 0.5em;
  flex-grow: 1;
  width: 47%; }

.col-30 {
  width: 30%;
  flex-grow: 1;
  padding: 0.5em; }

.col-33 {
  padding: 0.5em;
  flex-grow: 1;
  width: 31%; }

.col-25 {
  width: 23%;
  flex-grow: 1;
  padding: 0.5em; }

@media (max-width: 75em) {
  .col-33 {
    width: 29%; }

  .col-25 {
    width: 21%; } }
@media (max-width: 60em) {
  .col-33 {
    width: 31%; }

  .col-70,
  .col-30,
  .col-25 {
    width: 48%; } }
@media (max-width: 50em) {
  .col-33,
  .col-70,
  .col-50,
  .col-30,
  .col-25 {
    width: 47%; } }
@media (max-width: 30em) {
  .col-70,
  .col-50,
  .col-33,
  .col-30,
  .col-25 {
    width: 100%; } }
.kader a, .btn_cookie, input[type="submit"], button, .btn {
  padding: 0.6em 2.25em;
  border-radius: 2px;
  background-color: #5b7f96;
  margin: 0.25em auto;
  color: white;
  display: table;
  transition: all 0.3s;
  cursor: pointer; }
  .kader a:hover, .btn_cookie:hover, input[type="submit"]:hover, button:hover, .btn:hover {
    border-radius: 0;
    text-decoration: none;
    background-color: #004f91;
    color: white; }

form {
  padding-top: 3rem;
  width: 100%; }
  form label {
    font-style: italic; }
  form textarea, form input {
    margin-top: 0.25rem;
    color: #df561d;
    width: 100%;
    border: 0;
    background-color: #dfe2e9;
    padding: 1em;
    font-size: 1rem;
    font-family: inherit; }
  form input[type="submit"] {
    padding: 1rem; }

.wpcf7 {
  width: 100%; }

header {
  display: flex;
  align-items: center;
  background-color: #5b7f96;
  border-bottom: 5px solid #004f91;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 999;
  min-height: 67px; }
  header .container {
    max-width: none;
    margin: 0;
    padding: 0;
    width: 100%; }
  header .col {
    background-color: #5b7f96;
    margin: 0;
    padding: 0.5rem 0.95em;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center; }
  header .site-logo {
    width: 100%;
    height: auto;
    max-width: 11rem;
    vertical-align: bottom; }
  header h1 {
    font-size: 1.25em;
    margin: 0;
    color: white;
    width: auto; }
  header #menu-button {
    outline: none;
    content: "";
    width: 40px;
    height: 5px;
    background: 0;
    background-color: white;
    border-radius: 3px;
    border: 0;
    padding: 0;
    margin: 0;
    display: none;
    position: relative;
    transition: all 0.3s; }
    header #menu-button::after, header #menu-button::before {
      content: "";
      width: 40px;
      border-radius: 3px;
      height: 5px;
      position: absolute;
      background-color: white;
      left: 0;
      transition: all 0.3s;
      transform-origin: center; }
    header #menu-button::before {
      top: 10px; }
    header #menu-button::after {
      top: -10px; }
  header nav {
    margin-left: 2rem;
    display: flex;
    align-items: center; }
    header nav ul {
      list-style-type: none;
      padding: 0;
      display: flex;
      align-items: center; }
      header nav ul li {
        padding: 0 0.75em;
        text-align: center;
        display: flex;
        align-items: center; }
        header nav ul li a:hover {
          color: #dfe2e9; }
        header nav ul li.current_page_item a {
          line-height: 1.25em;
          color: #df561d; }
  @media (max-width: 64em) {
    header .col {
      justify-content: center; }
    header #menu-button {
      display: block; }
    header nav {
      margin-left: auto; }
      header nav ul {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        overflow: hidden;
        overflow-y: scroll;
        height: 100vh;
        display: flex;
        flex-direction: column;
        padding-top: 7rem;
        padding-bottom: 7rem;
        align-items: center;
        background-color: #5b7f96;
        z-index: -1;
        opacity: 0;
        top: -100vh;
        transition: all 0.3s;
        pointer-events: none; }
        header nav ul.menu-visible {
          pointer-events: all;
          opacity: 1;
          transform: translateY(100vh); }
        header nav ul li {
          margin: 1rem;
          display: block; }
          header nav ul li a {
            font-size: 1.5rem; } }
  header a {
    color: white; }
  header .linkedin::after {
    background-image: url("../icons/icon_linkedin_white.svg"); }
  header .twitter::after {
    background-image: url("../icons/icon_twitter_white.svg"); }

body.no-scroll {
  overflow: hidden; }
  body.no-scroll #menu-button {
    background-color: transparent; }
    body.no-scroll #menu-button::before {
      transform: rotate(45deg);
      top: 0; }
    body.no-scroll #menu-button::after {
      transform: rotate(-45deg);
      top: 0; }

main {
  padding-top: 67px; }

.linkedin, .twitter {
  position: relative;
  pointer-events: none; }
  .linkedin a, .twitter a {
    height: 40px;
    width: 40px;
    display: block;
    overflow: hidden;
    color: transparent;
    pointer-events: all;
    cursor: pointer; }
    .linkedin a:hover, .twitter a:hover {
      color: transparent; }
  .linkedin::after, .twitter::after {
    position: absolute;
    display: block;
    content: "";
    width: 40px;
    height: 40px;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    pointer-events: none; }

.linkedin::after {
  background-image: url("../icons/icon_linkedin.svg"); }

.twitter::after {
  background-image: url("../icons/icon_twitter.svg"); }

section {
  width: 100%;
  display: flex;
  flex-wrap: wrap; }
  section article ul {
    padding: 0em 1em; }
  section#pagetitle {
    padding: 5rem 0; }
    @media (max-width: 60em) {
      section#pagetitle {
        padding: 3rem 0; } }
    section#pagetitle h2 {
      font-size: 2.44em;
      margin-bottom: 0;
      text-align: center; }
    section#pagetitle .container {
      height: 100%;
      align-items: center; }
    section#pagetitle + #content {
      padding-top: 0; }
  section#headimage {
    position: relative; }
    section#headimage.headimage_big picture {
      height: 26rem; }
    section#headimage .overlay {
      background-color: rgba(0, 0, 0, 0.2);
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
      section#headimage .overlay .container {
        height: 100%;
        align-items: center; }
      section#headimage .overlay h2 {
        font-size: 2.44em;
        padding: 0.5em;
        margin-bottom: 0;
        color: white;
        text-align: center;
        overflow: hidden; }
    section#headimage picture {
      position: relative;
      width: 100%;
      height: 22rem;
      overflow: hidden; }
      section#headimage picture img {
        object-fit: cover;
        width: 100%;
        height: 100%; }
  section#content {
    padding-top: 3em;
    padding-bottom: 2.5em;
    flex-direction: column; }
    section#content .container {
      justify-content: center;
      max-width: 50em; }
      section#content .container.fullwidth {
        max-width: 60em; }
    section#content p {
      width: 100%;
      line-height: 1.5; }
    section#content .kader {
      padding-top: 3rem;
      padding-bottom: 2.5rem;
      background-color: #dfe2e9;
      max-width: 100%;
      margin-left: 0;
      margin-right: 0; }
      section#content .kader .container {
        padding: 0.5em; }
      section#content .kader a {
        display: inline-block; }
    section#content .col-2 {
      max-width: 60em; }
      section#content .col-2 .col {
        display: block; }
        section#content .col-2 .col img {
          width: 100%;
          height: auto; }

#single {
  padding-top: 7.2rem; }

.blog {
  overflow: hidden;
  padding-top: 3rem;
  display: flex; }
  .blog .blog-subtitel {
    color: #df561d;
    vertical-align: baseline;
    font-weight: normal;
    font-size: 0.75em; }
  .blog .blog-posts {
    padding-right: 2rem; }
    .blog .blog-posts article h3 {
      color: #000; }
      .blog .blog-posts article h3 span {
        color: #5b7f96;
        font-weight: normal; }
  .blog .blog-sidebar {
    padding-bottom: 2.5em; }
    .blog .blog-sidebar ul {
      list-style-type: none; }
    .blog .blog-sidebar #recent-posts-widget-with-thumbnails-3 ul li {
      display: flex;
      flex-direction: column; }
      .blog .blog-sidebar #recent-posts-widget-with-thumbnails-3 ul li a, .blog .blog-sidebar #recent-posts-widget-with-thumbnails-3 ul li div {
        font-style: italic; }
      .blog .blog-sidebar #recent-posts-widget-with-thumbnails-3 ul li .rpwwt-post-title {
        color: #000;
        font-weight: bold; }
      .blog .blog-sidebar #recent-posts-widget-with-thumbnails-3 ul li .rpwwt-post-date {
        color: #5b7f96;
        order: -1;
        margin-bottom: 1rem;
        text-transform: uppercase; }

footer {
  padding-bottom: 1.5rem; }
  footer .container {
    justify-content: center; }
  @media (max-width: 30em) {
    footer {
      padding-bottom: 2.5rem; }
      footer ul {
        flex-direction: column; } }
  footer ul {
    margin: 0 auto;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; }
    footer ul li {
      margin: 0.5em;
      text-align: center;
      color: #5b7f96; }

.cookie-notice-container {
  max-width: 60rem;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  text-align: left; }
  @media (max-width: 48em) {
    .cookie-notice-container {
      flex-direction: column;
      text-align: center; } }

#cookie-notice .cn-button {
  margin: 0.5rem auto;
  white-space: nowrap;
  margin-left: 1.5rem; }
  @media (max-width: 48em) {
    #cookie-notice .cn-button {
      margin-left: auto; } }

#four-o-four {
  padding-top: 10rem;
  padding-bottom: 10rem; }
  #four-o-four h1 {
    font-size: 10rem;
    margin-bottom: 0.25em; }
  #four-o-four h1, #four-o-four p {
    text-align: center; }
