@charset "UTF-8";
/*
Theme Name: Imiona Nurtu
Theme URI: http://maltem.de
Author: Malte Müller
Author URI: http://maltem.de/ 
Description: 
Version: 1.0
License: GPL v2 or later    
License URI:  
Tags: responsive, mobile 
Text Domain: imiona
*/
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  -moz-font-variant-ligatures: no-common-ligatures;
  -webkit-font-variant-ligatures: no-common-ligatures;
  font-variant-ligatures: no-common-ligatures;
  /*text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; */
  font-family: "lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  background-color: white;
}

body.body_backgroundimg {
  hyphens: auto;
  background-image: url(images/IMG_2004-Farbe.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

body * {
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 1000px) {
  body {
    background-position: top;
    background-size: cover;
    background-position: -200px -250px;
  }
}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.site {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.content {
  background: white;
  max-width: 1000px;
  padding: 35px;
  margin: 0 auto;
  font-size: 1.1rem;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

p, ol, ul, blockquote {
  hyphens: auto;
  font-size: 1.1rem;
  line-height: 1.7rem;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  display: block;
}

button {
  border: 0;
  background: none;
}

button:hover,
butonn:active,
buton:focus {
  cursor: pointer;
}

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

.clearfix:after {
  clear: both !important;
}

.skip_to_content {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.skip_to_content:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  color: #21759b;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
}

.button,
.post-password-form input[type=submit] {
  width: auto;
  display: inline-block;
  color: white;
  text-decoration: none !important;
  font-family: "lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.1rem;
  text-transform: uppercase;
  padding: 8px 10px 5px 10px;
  margin: 0 0px 20px 0px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
}

.textalign_center {
  text-align: center;
}

a.button:hover,
a.button:active,
a.button:focus,
button.button:hover,
button.button:active,
button.button:focus,
input.button:hover,
input.button:active,
input.button:focus {
  background: none !important;
  color: white !important;
  cursor: pointer;
}

a.button.button_orange:hover,
a.button.button_orange:active,
a.button.button_orange:focus,
button.button.button_orange:hover,
button.button.button_orange:active,
button.button.button_orange:focus,
input.button.button_orange:hover,
input.button.button_orange:active,
input.button.button_orange:focus {
  background: red !important;
}

/* Prev next nav
----------------------*/
.prevnextnav {
  border-top: 0px solid lightgray;
  border-bottom: 0px solid lightgray;
  max-width: 100%;
  margin: 0 auto;
  font-family: "lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.2rem !important;
  font-weight: bold;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.prevnextnav.prevnextnav-top {
  margin: 0 0 20px 0;
}
.prevnextnav.prevnextnav-bottom {
  margin: 20px 0 0 0;
}
.prevnextnav a,
.prevnextnav span.current,
.prevnextnav span.prevnextnav_disabled {
  border: 1px solid lightgray;
  color: black;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-box-flex: 0 1 auto;
  -moz-box-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 5px 10px 5px 10px;
}
.prevnextnav span.current,
.prevnextnav a:hover,
.prevnextnav a:active,
.prevnextnav a:focus {
  text-decoration: none !important;
  background: #f0f0f0;
  color: #ED5E5E !important;
}
.prevnextnav .prevnextnav_numbers {
  text-align: center;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-top: 0;
  border: 0;
}
.prevnextnav a.page-numbers,
.prevnextnav .page-numbers.current {
  display: inline-block;
  border: 1px solid lightgray;
}
.prevnextnav .page-numbers.dots {
  border: 0;
}
.prevnextnav .prevnextnav_disabled {
  visibility: hidden;
}

@media only screen and (max-width: 550px) {
  .prevnextnav a,
.prevnextnav span.current,
.prevnextnav span.prevnextnav_disabled {
    padding: 5px 10px 5px 10px;
  }
  .prevnextnav .prevnextnav_prev-text-span,
.prevnextnav .prevnextnav_next-text-span {
    display: none;
  }
}
/* General form styles (login, subscriptions)
-------------------------------------------------*/
form {
  padding-bottom: 25px;
  /*label {
  	width: 100%;
  	display: inline-block; 
  } */
}
form input[type=submit],
form input[type=reset],
form input[type=button] {
  background: black !important;
  border: 1px solid black !important;
  color: white !important;
  font-family: "lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.1rem;
  cursor: pointer;
  padding: 5px 10px 5px 10px;
  margin-right: 10px;
}
form input[type=reset] {
  background: white !important;
  color: black !important;
}
form input[type=submit]:hover,
form input[type=submit]:active,
form input[type=submit]:focus,
form input[type=button]:hover,
form input[type=button]:active,
form input[type=button]:focus {
  background: red !important;
}
form input[type=reset]:hover,
form input[type=reset]:active,
form input[type=reset]:focus {
  background: lightgray !important;
}
form fieldset {
  border: 0;
  margin-bottom: 25px;
}
form input[type=text],
form input[type=number],
form input[type=email],
form input[type=password],
form input[type=date] {
  border: 1px solid darkgray;
  padding: 8px;
  width: 100%;
  display: block;
  background: #f0f0f0;
  margin-bottom: 20px;
}
form input[type=date] {
  max-width: 100%;
}

form.imionasearch fieldset {
  margin-bottom: 10px;
}
form.imionasearch fieldset.grid_justifycontent_spacebetween:after {
  content: "";
  flex-basis: 30%;
}
form.imionasearch label.imionasearch_labelgrid {
  -webkit-box-flex: 0 1 30%;
  -moz-box-flex: 0 1 30%;
  -webkit-flex: 0 1 30%;
  -ms-flex: 0 1 30%;
  flex: 0 1 30%;
  max-width: 30%;
}

@media only screen and (max-width: 800px) {
  form.imionasearch label.imionasearch_labelgrid {
    -webkit-box-flex: 0 1 100%;
    -moz-box-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
  form.imionasearch fieldset.grid_justifycontent_spacebetween:after {
    content: none;
    flex-basis: none;
  }
}
.post-password-form input[type=password] {
  margin-bottom: 20px;
  display: block;
  max-width: 100% !important;
}

/*.wpcf7-form {


	select option {

	}

	input[type='tel'],
	input[type='email'],
	input[type='number'],
	input[type='text'] {
		width: 100%;
		padding: 5px;
		background: #f0f0f0;
	}

	input[type='number'] {
		width: auto;
	}

	input[type='checkbox'],
	input[type='radio'] {
		margin-right: 8px;
	}

	.wpcf7-list-item {
		margin: 0;
		max-width: 100%;
		display: block;
	}

	span {
		padding-left: 0;
	}

	input[type="submit"] {
		margin-left: 0;
		border: 0;
	}

	textarea {
		width: 100%;
		height: 250px;
		border: 1px solid lightgray;
		background: #f0f0f0;
	}

	label:hover {
		cursor: pointer;
	}

} */
/* Header + Logo
---------------------*/
.header {
  max-width: 1000px;
  height: auto;
  border-bottom: 1px solid lightgray;
  z-index: 1001;
  background: none;
  font-family: "Cardo", Times, Georgia, serif;
  position: relative;
  margin: 0 auto;
}

.header_logo {
  text-align: center;
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: normal;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 120px 25px 10px 25px;
  display: block;
}
.header_logo a {
  text-decoration: none;
  max-width: 100%;
  color: white;
  text-shadow: 2px 1px 1px black;
  hyphens: none;
  display: block;
}
.header_logo a:hover,
.header_logo a:active,
.header_logo a:focus {
  color: #ED5E5E;
}
@media only screen and (max-width: 505px) {
  .header_logo {
    font-size: 2rem;
    line-height: 2.2rem;
  }
}
/* Main menu
---------------------*/
.mainnav_toggle {
  display: none;
  position: relative;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  border: 0;
  max-width: 100%;
  padding: 10px 0px 10px 0;
  margin: 0 auto;
  background: none;
}

.mainnav_toggle:hover,
.mainnav_toggle:active,
.mainnav_toggle:focus {
  color: #ED5E5E;
}

.mainnav {
  max-width: 1000px;
  text-align: center;
  padding: 0;
  margin: 0 auto;
  background: white;
  padding: 0 1ßpx 0 10px;
}
.mainnav ul, .mainnav li {
  text-transform: uppercase;
  hyphens: none;
}

/*
* Main site menu
*/
.mainnav_menu {
  font-family: "lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  position: relative;
  display: inline-block;
  background: none;
  font-size: 1rem;
  padding: 10px 0px 10px 0;
}
.mainnav_menu a {
  font-weight: 700;
  color: #494949;
  text-decoration: none;
  padding: 0;
}
.mainnav_menu > li {
  margin: 0 8px 0 8px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
}
.mainnav_menu a:hover,
.mainnav_menu a:active,
.mainnav_menu a:focus {
  color: #ED5E5E;
}
.mainnav_menu .current-lang a,
.mainnav_menu .current-menu-item a {
  color: #ED5E5E !important;
}

.mainnav.mainnav_mobile {
  position: relative;
  border-top: 0px solid lightgray;
}
.mainnav.mainnav_mobile .mainnav_toggle {
  display: block !important;
}
.mainnav.mainnav_mobile .mainnav_menu {
  display: none;
  position: absolute;
  border: 0px solid red;
  border-top: 0;
  background: white;
  top: 45px;
  left: 0;
  width: 100%;
  overflow: auto;
  height: auto;
  text-align: left;
  padding: 10px 0 10px 0;
  z-index: 1500;
  font-size: 1em;
  line-height: 2em;
  border-bottom: 1px solid lightgray;
}
.mainnav.mainnav_mobile .mainnav_menu li {
  display: block;
  max-width: 100%;
}

@media only screen and (max-width: 900px) {
  .mainnav .mainnav_toggle {
    display: block !important;
  }
  .mainnav .mainnav_menu {
    display: none;
  }
}
/* General grid wrapper 
--------------------------*/
.grid {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 auto;
}

.grid_justifycontent_spacebetween {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
}

.grid.grid_center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.griditem_fullwidth,
.griditem_inline {
  -webkit-box-flex: 0 1 100%;
  -moz-box-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 100%;
}

.griditem_half {
  -webkit-box-flex: 0 1 50%;
  -moz-box-flex: 0 1 50%;
  -webkit-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  max-width: 50%;
}

.griditem_third,
.griditem_onethird {
  -webkit-box-flex: 0 1 33.3%;
  -moz-box-flex: 0 1 33.3%;
  -webkit-flex: 0 1 33.3%;
  -ms-flex: 0 1 33.3%;
  flex: 0 1 33.3%;
  max-width: 33.3%;
}

.gridtiem_onefourth,
.griditem_fourth {
  -webkit-box-flex: 0 1 25%;
  -moz-box-flex: 0 1 25%;
  -webkit-flex: 0 1 25%;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  max-width: 25%;
}

.griditem_fifth {
  -webkit-box-flex: 0 1 20%;
  -moz-box-flex: 0 1 20%;
  -webkit-flex: 0 1 20%;
  -ms-flex: 0 1 20%;
  flex: 0 1 20%;
  max-width: 20%;
}

.griditem_sixth {
  -webkit-box-flex: 0 1 16.6%;
  -moz-box-flex: 0 1 16.6%;
  -webkit-flex: 0 1 16.6%;
  -ms-flex: 0 1 16.6%;
  flex: 0 1 16.6%;
  max-width: 16.6%;
}

.griditem_twothirds {
  -webkit-box-flex: 0 1 66.6%;
  -moz-box-flex: 0 1 66.6%;
  -webkit-flex: 0 1 66.6%;
  -ms-flex: 0 1 66.6%;
  flex: 0 1 66.6%;
  max-width: 66.6%;
}

.griditem_threefourths {
  -webkit-box-flex: 0 1 75%;
  -moz-box-flex: 0 1 75%;
  -webkit-flex: 0 1 75%;
  -ms-flex: 0 1 75%;
  flex: 0 1 75%;
  max-width: 75%;
}

@media only screen and (max-width: 1400px) {
  .griditem_fifth {
    -webkit-box-flex: 0 1 33.3%;
    -moz-box-flex: 0 1 33.3%;
    -webkit-flex: 0 1 33.3%;
    -ms-flex: 0 1 33.3%;
    flex: 0 1 33.3%;
    max-width: 33.3%;
  }

  .griditem_sixth {
    -webkit-box-flex: 0 1 25%;
    -moz-box-flex: 0 1 25%;
    -webkit-flex: 0 1 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    max-width: 25%;
  }
}
@media only screen and (max-width: 1270px) {
  .griditem_fourth {
    -webkit-box-flex: 0 1 33.3%;
    -moz-box-flex: 0 1 33.3%;
    -webkit-flex: 0 1 33.3%;
    -ms-flex: 0 1 33.3%;
    flex: 0 1 33.3%;
    max-width: 33.3%;
  }
}
@media only screen and (max-width: 900px) {
  .griditem_sixth {
    -webkit-box-flex: 0 1 20%;
    -moz-box-flex: 0 1 20%;
    -webkit-flex: 0 1 20%;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
    max-width: 20%;
  }

  .griditem_third,
.griditem_fourth,
.griditem_fifth {
    -webkit-box-flex: 0 1 50%;
    -moz-box-flex: 0 1 50%;
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
  }

  .griditem_onefourth,
.griditem_threefourths {
    -webkit-box-flex: 0 1 100%;
    -moz-box-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }

  .griditem_onethird,
.griditem_twothirds {
    -webkit-box-flex: 0 1 100%;
    -moz-box-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 880px) {
  /*.griditem_fourth {
  	@include flex(0 1 33.3%);
  	max-width: 33.3%;
  }*/
  .griditem_fifth,
.griditem_sixth {
    -webkit-box-flex: 0 1 33.3%;
    -moz-box-flex: 0 1 33.3%;
    -webkit-flex: 0 1 33.3%;
    -ms-flex: 0 1 33.3%;
    flex: 0 1 33.3%;
    max-width: 33.3%;
  }
}
@media only screen and (max-width: 550px) {
  .griditem_fullwidth,
.griditem_half,
.griditem_third,
.griditem_fourth,
.griditem_fifth,
.griditem_sixth {
    -webkit-box-flex: 0 1 100%;
    -moz-box-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
}
/* Standard page (incl. any type not just pages!) 
-----------------------------------------------------------------*/
.page_title {
  font-size: 2rem;
  line-height: 2.2rem;
  font-family: "Cardo", Times, Georgia, serif;
  font-weight: bold;
  margin: 10px 0 20px 0;
}

.page_content {
  font-family: "lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.1rem;
  line-height: 1.7rem;
}
.page_content a {
  color: #ED5E5E;
  text-decoration: none;
}
.page_content a:hover,
.page_content a:active,
.page_content a:focus {
  color: darkred;
  text-decoration: underline;
}
.page_content p, .page_content ul, .page_content ol {
  margin-bottom: 25px;
}
.page_content ul, .page_content ol {
  padding-left: 25px;
}
.page_content h2 {
  font-family: "Cardo", Times, Georgia, serif;
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 1.6rem;
  line-height: 2rem;
}
.page_content h2:first-child {
  margin-top: 0px;
}
.page_content h3 {
  margin-bottom: 10px;
  font-size: 1.3rem;
}
.page_content .passwordnotice {
  border: 1px solid #ED5E5E;
  padding: 10px;
}
.page_content .audiolayout {
  margin-bottom: 50px;
}
.page_content .wp-block-buttons {
  margin-bottom: 25px;
}
.page_content .wp-block-buttons .wp-block-button {
  font-size: 1.1rem !important;
}
.page_content .wp-block-buttons .wp-block-button__link:hover {
  text-decoration: none !important;
  background: #ED5E5E !important;
}
.page_content .wp-block-buttons .wp-block-button__link {
  padding: 5px 15px 5px 15px;
}
.page_content .wp-block-columns {
  margin-bottom: 25px;
}
.page_content .wp-block-pullquote {
  color: gray;
  margin: 0 auto;
  margin-bottom: 45px;
  text-align: center;
  max-width: 600px;
}
.page_content .wp-block-pullquote blockquote,
.page_content .wp-block-pullquote cite {
  text-align: center;
  margin: 0 !important;
  padding: 0 !important;
}
.page_content .wp-block-pullquote blockquote p {
  margin: 0 !important;
}
.page_content .wp-block-pullquote cite {
  color: black;
}

.imiona_table {
  width: 100%;
  text-align: left;
  border-collapse: separate;
  padding: 0;
  border-spacing: 0;
  font-size: 1rem;
}
.imiona_table tr {
  max-width: 100%;
}
.imiona_table th,
.imiona_table td {
  border-top: 0px solid darkgray;
  border-bottom: 1px solid darkgray;
  border-left: 1px solid lightgray;
  border-right: 1px solid lightgray;
  width: 20%;
  padding: 5px;
}
.imiona_table th span,
.imiona_table td span {
  display: none;
}
.imiona_table tbody tr:nth-child(even) {
  background: #E7E7E7;
}

@media only screen and (max-width: 700px) {
  .imiona_table thead {
    display: none;
  }
  .imiona_table td {
    width: 100%;
    display: block;
    border-left: 0;
    border-right: 0;
  }
  .imiona_table td span {
    display: inline;
    font-weight: bold;
  }
  .imiona_table td:nth-child(4),
.imiona_table td:nth-child(5) {
    width: 49%;
    display: inline-block;
  }
}
@media only screen and (max-width: 479px) {
  .imiona_table td:nth-child(4),
.imiona_table td:nth-child(5) {
    width: 100%;
  }
}
/*
* Breadcrumb
********************/
.breadcrumb {
  margin: 0 auto;
  padding: 0px 20px 20px 20px;
  display: block;
  max-width: 860px;
  text-transform: uppercase;
  font-family: "lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1.5rem;
  text-align: center;
  letter-spacing: 0.05rem;
}
.breadcrumb li {
  display: inline-block;
}
.breadcrumb a {
  color: blue;
  border: 0;
  text-decoration: none;
  display: inline;
  box-shadow: 2px 0 0 white, 2px 0 0 white;
  box-decoration-break: clone;
  text-shadow: none;
  background-color: white;
  color: black;
  padding: 0.15rem 0.2rem 0.1rem 0.2rem;
}
.breadcrumb a:hover,
.breadcrumb a:active,
.breadcrumb a:focus {
  color: yellow;
}
.breadcrumb .fa {
  color: white;
  font-weight: bold;
}

.breadcrumb.breadcrumb_page {
  padding: 0 40px 15px 40px;
}

.hidden {
  display: none !important;
}

/* General styles for images within post content
---------------------------------------------------*/
.page_content img {
  display: block;
  margin-top: 0px;
}

.page_content-main img {
  max-width: 100% !important;
}

.wp-block-image .alignleft,
.page_content img.alignleft {
  float: left;
  max-width: 40%;
  margin: 10px 25px 15px 0px;
}

.wp-block-image .alignright,
.page_content img.alignright {
  float: right;
  max-width: 40%;
  margin: 8px 0 25px 25px;
}

.wp-element-caption,
.wp-caption-text {
  font-size: 0.8em;
  font-weight: 600;
  line-height: 1.2em;
  padding-top: 6px;
  font-family: "lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
}

.wp-caption {
  max-width: 100%;
  margin-bottom: 25px;
}

@media only screen and (max-width: 945px) {
  .wp-block-image .aligncenter,
.page_content img.aligncenter {
    margin-top: 10px;
    max-width: 100% !important;
  }

  .wp-block-image .alignleft,
.page_content img.alignleft {
    max-width: 45%;
    margin: 15px 25px 25px 0;
  }

  .wp-block-image .alignright,
.page_contentn img.alignright {
    max-width: 45%;
    margin: 15px 0 25px 25px;
  }
}
@media only screen and (max-width: 505px) {
  .wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.page_content img.alignleft,
.page_content img.alignright {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 25px;
  }
}
/* WP Gallery (Classic styles probably obsolete)
-------------------------*/
.gallery {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: nline-flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 2%;
  width: 100%;
  max-width: 100%;
  padding: 15px 0px 0 0px;
}

.gallery .gallery-item {
  margin-bottom: 40px;
  padding: 0%;
}

.gallery .gallery-item a {
  border: 0;
}

.wp-caption-text.gallery-caption {
  background: none;
  padding: 5px 0 5px 0;
}

.gallery.gallery-columns-2 .gallery-item {
  -webkit-box-flex: 0 1 48%;
  -moz-box-flex: 0 1 48%;
  -webkit-flex: 0 1 48%;
  -ms-flex: 0 1 48%;
  flex: 0 1 48%;
  max-width: 48%;
}

.gallery.gallery-columns-3 .gallery-item {
  -webkit-box-flex: 0 1 31%;
  -moz-box-flex: 0 1 31%;
  -webkit-flex: 0 1 31%;
  -ms-flex: 0 1 31%;
  flex: 0 1 31%;
  max-width: 31%;
}

.gallery.gallery-columns-4 .gallery-item {
  -webkit-box-flex: 0 1 23%;
  -moz-box-flex: 0 1 23%;
  -webkit-flex: 0 1 23%;
  -ms-flex: 0 1 23%;
  flex: 0 1 23%;
  max-width: 23%;
}

.gallery.gallery-columns-5 .gallery-item {
  -webkit-box-flex: 0 1 18%;
  -moz-box-flex: 0 1 18%;
  -webkit-flex: 0 1 18%;
  -ms-flex: 0 1 18%;
  flex: 0 1 18%;
  max-width: 18%;
}

.gallery.gallery-columns-6 .gallery-item {
  -webkit-box-flex: 0 1 14.66%;
  -moz-box-flex: 0 1 14.66%;
  -webkit-flex: 0 1 14.66%;
  -ms-flex: 0 1 14.66%;
  flex: 0 1 14.66%;
  max-width: 14.66%;
}

.gallery.gallery-columns-7 .gallery-item {
  -webkit-box-flex: 0 1 12.28%;
  -moz-box-flex: 0 1 12.28%;
  -webkit-flex: 0 1 12.28%;
  -ms-flex: 0 1 12.28%;
  flex: 0 1 12.28%;
  max-width: 12.28%;
}

.gallery.gallery-columns-8 .gallery-item {
  -webkit-box-flex: 0 1 12.5%;
  -moz-box-flex: 0 1 12.5%;
  -webkit-flex: 0 1 12.5%;
  -ms-flex: 0 1 12.5%;
  flex: 0 1 12.5%;
  max-width: 12.5%;
}

.gallery.gallery-columns-9 .gallery-item {
  -webkit-box-flex: 0 1 9.11%;
  -moz-box-flex: 0 1 9.11%;
  -webkit-flex: 0 1 9.11%;
  -ms-flex: 0 1 9.11%;
  flex: 0 1 9.11%;
  max-width: 9.11%;
}

@media only screen and (max-width: 767px) {
  /* .gallery.gallery-columns-3 .gallery-item,
  .gallery.gallery-columns-4 .gallery-item,
  .gallery.gallery-columns-5 .gallery-item {
  	@include flex(0 1 49%);
  	max-width: 49%;
  } */
  .gallery.gallery-columns-6 .gallery-item,
.gallery.gallery-columns-7 .gallery-item,
.gallery.gallery-columns-8 .gallery-item,
.gallery.gallery-columns-9 .gallery-item {
    -webkit-box-flex: 0 1 23%;
    -moz-box-flex: 0 1 23%;
    -webkit-flex: 0 1 23%;
    -ms-flex: 0 1 23%;
    flex: 0 1 23%;
    max-width: 23%;
  }
}
@media only screen and (max-width: 479px) {
  .gallery.gallery-columns-3 .gallery-item,
.gallery.gallery-columns-4 .gallery-item,
.gallery.gallery-columns-5 .gallery-item,
.gallery.gallery-columns-6 .gallery-item,
.gallery.gallery-columns-7 .gallery-item,
.gallery.gallery-columns-8 .gallery-item,
.gallery.gallery-columns-9 .gallery-item {
    -webkit-box-flex: 0 1 48%;
    -moz-box-flex: 0 1 48%;
    -webkit-flex: 0 1 48%;
    -ms-flex: 0 1 48%;
    flex: 0 1 48%;
    max-width: 48%;
  }
}
p, blockquote, wp-block-pullquote {
  margin: 0 auto;
}
p.has-medium-font-size, blockquote.has-medium-font-size, wp-block-pullquote.has-medium-font-size {
  font-size: 2rem;
  line-height: 1.7rem;
}
p.has-small-font-size, blockquote.has-small-font-size, wp-block-pullquote.has-small-font-size {
  font-size: 1rem;
  line-height: 1.4rem;
}
p.has-large-font-size, blockquote.has-large-font-size, wp-block-pullquote.has-large-font-size {
  font-size: 0.5rem;
  line-height: 2rem;
}

.wp-block-pullquote {
  padding: 0;
}

.wp-block-pullquote * {
  font-size: 1.1rem !important;
  margin: 0;
  padding: 0;
}

p.has-large-font-size {
  font-size: 0.5rem;
  line-height: 2rem;
}

.wp-block-cover p {
  font-size: 1.2rem;
}
.wp-block-cover .wp-block-cover__inner-container {
  max-width: 800px;
}

.footer {
  border-top: 1px solid lightgray;
  background: white;
  max-width: 1000px;
  margin: 0 auto;
  padding: 35px;
}
.footer ul {
  display: block;
  text-align: left;
}
.footer ul a {
  text-decoration: none;
  color: #ED5E5E;
}
.footer ul a:hover,
.footer ul a:active,
.footer ul a:focus {
  color: darkred;
  text-decoration: underline;
}
.footer ul li {
  display: inline-block;
  padding-right: 10px;
}

/* Back top 
-----------------------------*/
#backtop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 1.2rem;
  border: 0;
  background: black;
  color: white;
  text-decoration: none;
  padding: 5px 10px 5px 10px;
  z-index: 2000;
}

#backtop:hover,
#backtop:active,
#backtop:focus {
  background: #ED5E5E;
}

.hidden {
  display: none;
}

/* Background images in boxes or elsewhere
---------------------------------------------*/
/* object fit images */
.image-objectfit {
  display: block;
  max-width: 100%;
  height: auto;
  /* 
  	* position for object-fit images 
  	*/
}
.image-objectfit.image-objectfit-cropped > img {
  object-fit: cover;
}
.image-objectfit.image-objectfit-uncropped > img {
  object-fit: contain;
  width: 100%;
}
.image-objectfit.image-objectfit_topleft img {
  object-position: top left;
}
.image-objectfit.image-objectfit_topcenter img {
  object-position: top center;
}
.image-objectfit.image-objectfit_topright img {
  object-position: top right;
}
.image-objectfit.image-objectfit_centerleft img {
  object-position: center left;
}
.image-objectfit.image-objectfit_centercenter img {
  object-position: center;
}
.image-objectfit.image-objectfit_centerright img {
  object-position: center right;
}
.image-objectfit.image-objectfit_bottomleft img {
  object-position: bottom left;
}
.image-objectfit.image-objectfit_bottomcenter img {
  object-position: bottom center;
}
.image-objectfit.image-objectfit_bottomright img {
  object-position: bottom right;
}

/* Background images old style
-------------------------------------------*/
.backgroundimage-uncropped {
  -moz-background-size: contain;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.backgroundimage-cropped {
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.backgroundimage-uncropped.backgroundimage-topleft,
.backgroundimage-cropped.backgroundimage-topleft {
  background-position: top left;
}
.backgroundimage-uncropped.backgroundimage-topcenter,
.backgroundimage-cropped.backgroundimage-topcenter {
  background-position: top center;
}
.backgroundimage-uncropped.backgroundimage-topright,
.backgroundimage-cropped.backgroundimage-topright {
  background-position: top right;
}
.backgroundimage-uncropped.backgroundimage-centerleft,
.backgroundimage-cropped.backgroundimage-centerleft {
  background-position: center left;
}
.backgroundimage-uncropped.backgroundimage-centercenter,
.backgroundimage-cropped.backgroundimage-centercenter {
  background-position: center;
}
.backgroundimage-uncropped.backgroundimage-bottomleft,
.backgroundimage-cropped.backgroundimage-bottomleft {
  background-position: bottom left;
}
.backgroundimage-uncropped.backgroundimage-bottomcenter,
.backgroundimage-cropped.backgroundimage-bottomcenter {
  background-position: bottom center;
}
.backgroundimage-uncropped.backgroundimage-bottomright,
.backgroundimage-cropped.backgroundimage-bottomright {
  background-position: bottom right;
}

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