/*
Theme Name: BZH
Author: Lars Kuczynski | Agentur Medienlabor
Author URI: https://www.agentur-medienlabor.de
Text Domain: bzh
*/




/**
 * Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	min-width: inherit;
	padding: 0.875em;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}


.wp-block-button__link:focus,
.wp-block-button__link:hover {
	background-color: #125da7 !important;
	color: #fff !important;
}


/**
 * Genericons
 */

.menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}


/**
 * Typography
 */

body,
button,
input,
select,
textarea {
	color: #333;
	font-family: 'Lato', Helvetica, Arial, san-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 0 0 0.75em;
	text-rendering: optimizeLegibility;
	text-transform: uppercase;
}

p {
	margin: 0 0 1em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border: 0 solid #1a1a1a;
	border-left-width: 4px;
	color: #686868;
	font-size: 19px;
	font-size: 1.1875rem;
	font-style: italic;
	line-height: 1.4736842105;
	margin: 0 0 1.4736842105em;
	overflow: hidden;
	padding: 0 0 0 1.263157895em;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote p {
	margin-bottom: 1.4736842105em;
}

blockquote cite,
blockquote small {
	color: #1a1a1a;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

blockquote > :last-child {
	margin-bottom: 0;
}

address {
	font-style: italic;
	margin: 0 0 1.75em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
}

pre {
	border: 1px solid #d1d1d1;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	max-width: 100%;
	overflow: auto;
	padding: 1.75em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code {
	background-color: #d1d1d1;
	padding: 0.125em 0.25em;
}

abbr,
acronym {
	border-bottom: 1px dotted #d1d1d1;
	cursor: help;
}

mark,
ins {
	background: #2A2C83;
	color: #fff;
	padding: 0.125em 0.25em;
	text-decoration: none;
}

big {
	font-size: 125%;
}


/**
 * Elements
 */

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #f7f7f7;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ddd;
	border: 0;
	height: 1px;
	margin: 0 0 1em;
}

ul,
ol {
	margin: 0 0 1.75em 1.25em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
	margin-left: 1.5em;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dl {
	margin: 0 0 1em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 1em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
	vertical-align: middle;
}

del {
	opacity: 0.8;
}

table,
th,
td {
	border: 1px solid #d1d1d1;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
	/* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 0.4375em;
}

/*
::-webkit-input-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}

:-moz-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}

::-moz-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}*/


/**
 * Forms
 */

input {
	line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	background: #000;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.046875em;
	line-height: 1;
	padding: 0.84375em 0.875em 0.78125em;
	text-transform: uppercase;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #ffd700;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
select.wpcf7-select,
textarea {
	background: #f7f7f7;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #686868;
	padding: 0.625em 0.4375em;
	width: 100%;
}

.stueckzahl-wrapper {
	margin-top: 1em;
}

input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	background-color: #fff;
	border-color: #1F9CD9;
	color: #1a1a1a;
	outline: 0;
}

fieldset .product-wrapper {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

fieldset .product-wrapper label {
	flex: 1;
}

.post-password-form {
	margin-bottom: 1.75em;
}

.post-password-form label {
	color: #666666;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 1.75em;
	text-transform: uppercase;
}

.post-password-form input[type="password"] {
	margin-top: 0.4375em;
}

.post-password-form > :last-child {
	margin-bottom: 0;
}

.search-form {
	position: relative;
}

input[type="search"].search-field {
	border-radius: 2px 0 0 2px;
	width: -webkit-calc(100% - 42px);
	width: calc(100% - 42px);
}

.search-submit:before {
	content: "\f400";
	font-size: 24px;
	left: 2px;
	line-height: 42px;
	position: relative;
	width: 40px;
}

.search-submit {
	border-radius: 0 2px 2px 0;
	bottom: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 42px;
}


/**
 * Navigation
 */

/**
 * 6.1 - Links
 */

a {
	color: #125da7;
	text-decoration: none;
	-o-transition:all .3s linear;
  -ms-transition:all .3s linear;
  -moz-transition:all .3s linear;
  -webkit-transition:all .3s linear;
  transition:all .3s linear;
}

a:hover,
a:focus,
a:active {
	color: #000;
	text-decoration: underline;
	-o-transition:all .3s linear;
  -ms-transition:all .3s linear;
  -moz-transition:all .3s linear;
  -webkit-transition:all .3s linear;
  transition:all .3s linear;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a.read-more {
	display: inline-block;
	background: #000;
	color: #fff;
	padding: 5px 15px;
}




/**
 * Menus
 */
#site-header-menu {
	float: right;
	margin: 100px 100px 20px 20px;
}
.nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
}
.nav-menu li {
  display: inline-block;
  padding-right: 20px;
}

.nav-menu > li:last-child {
	background-color: #125da7;
	padding: 6px 16px;
	transform: rotate(-1deg);
	border-radius: 5px;
	border: transparent;
	transition: .3s all;
}

.nav-menu > li:last-child:hover {
	background: #ffd700;
	transform: rotate(3deg);
	transition: .3s all;
}

.nav-menu > li:last-child a {
	color: #fff;
}

.primary-menu-container ul.nav-menu ul {
  position: absolute;
  left: -9999px;
  margin: 0;
  padding: 0;
}
.primary-menu-container ul.nav-menu ul li{
	display: block;
}
.primary-menu-container ul.nav-menu ul li a {
	display: block;
	padding: 5px 20px;
}
.primary-menu-container ul.nav-menu > li:hover > ul {
  left: auto;
  z-index: 1000;
}
.primary-menu-container ul.nav-menu ul > li:hover > ul {
  left: auto;
  top: 0;
  margin-left: 240px;
  z-index: 1000;
}
.primary-menu-container ul.sub-menu {
	min-width: 300px;
  background: #B6B3D7;
  background: rgba(182, 179, 215, 0.8);
  padding: 5px 0 0;
}



#site-navigation .menu-toggle {
  display: none;
  font-size: 36px;
  line-height: 36px;
  padding: 0 ;
  background: none;
  color: #125da7;
  cursor: pointer;
  width: 36px;
  height: 36px;
}
#site-navigation .menu-toggle:hover,
#site-navigation .menu-toggle:focus {
	  color: #ffd700;
}
#site-navigation .menu-toggle span {
  display: none;
}
#site-navigation .menu-toggle:before {
	display: block;
	font-family: 'FontAwesome';
	content: '\f0c9';
}
#site-navigation .menu-toggle:hover,
#site-navigation .menu-toggle:active {
  color: #ffd700;
}
#site-navigation .menu-toggle.toggle-up:before {
	content: '\f00d';
}





/**
 * Accessibility
 */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	/* many screen reader and browser combinations announce broken words as they would appear visually */
	word-wrap: normal !important;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 14px;
	font-weight: 700;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
	font-family: "Open Sans", sans-serif;
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}


/**
 * Alignments
 */

.alignleft {
	float: left;
	margin: 0.375em 1em 1em 0;
}

.alignright {
	float: right;
	margin: 0.375em 0 1em 1em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}

.alignsmall {
	clear: both;
	display: block;
	margin: 0 auto;
	max-width: 64em;
}




/**
 * Clearings
 */

.clear:before,
.clear:after,
.site-inner:before,
.site-inner:after,
.site-header:before,
.site-header:after {
	content: "";
	display: table;
}

.clear:after,
.site-inner:after,
.site-header:after {
	clear: both;
}


/**
 * Widgets
 */

.widget {
	margin-bottom: 3.5em;
	padding-top: 1.75em;
}


#helpto {
	background: #eee;
	padding: 3em;
}
.wp-block-group.box {
	background: #fff;
	margin-bottom: 2em;
	min-height: 240px;
}
.wp-block-group.box .wp-block-group__inner-container {
	padding:  2em;
}
.wp-block-column.box .wp-block-group:last-child {
	margin-bottom: 0;
}



/**
 * Content
 */
.site-inner {
	background: #fff;
}
.page-center {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
#content {
	padding: 60px 60px;
	overflow: hidden;
}
.home #content {
	padding: 0;
}

.flex-row,
.home #main,
.persons-board {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
}
.flex-cell,
.home #main section {
  -webkit-column-break-inside: avoid;
  column-break-inside: avoid;
  display: inline-block;
  position: relative;
}

.section-left {
	float: left;
}
.section-right {
	float: right;
}
.full-width {
	width: 100%;
	clear: both;
}
.half-width {
	width: 50%;
}

.home section {
	padding: 20px;
}

section .logo-image {
	padding: 0 20px 20px;
}

section#info {
	border-top: 10px solid #125da7;
}

section#info {
	display: flex !important;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	width: 100%;
	position: relative;

}
section#info .special-post {
	width: 33.3333%;
	padding: 20px;
}

section#appeal {
	padding: 0;
}

#informations{
	padding: 3em;
}
#supporter .c-accordion__title {
	font-size: 1rem;
	text-align: center;
	padding: 0.5em 1em;
	background: #ffd700;
	margin-bottom: 1em;
	border: none;
	outline: none !important;
}
#supporter .c-accordion__item:nth-child(odd) .c-accordion__title{
	background: #125da7;
	color: #fff;
}
#supporter .c-accordion__title:after {
	right: 10px;
	color: #000;
}
#supporter .c-accordion__item:nth-child(odd) .c-accordion__title:after {
	color: #fff;
}
#supporter .c-accordion__title:hover {
	background: #ddd !important;
	color:  #000 !important;
}

#supporter .c-accordion__content {
	padding-bottom: 1em;
}

section#appeal .special-post .wp-block-image,
section#appeal .special-post .wp-block-columns {
	margin-bottom: 0;
}

section#appeal .special-post .wp-block-column {
	position: relative;
}

section#appeal .special-post .wp-block-group {
	margin: 60px 60px 0 40px;
	height: calc(100% - 60px);
	position: relative;
	display: flex;
}

section#appeal .special-post .wp-block-group .wp-block-group__inner-container {
	display: inline-block;
	align-self: flex-end;
}

.read-more-accordion .wp-block-column {
	padding: 0 60px 0 40px;
}

section#firstsigner {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.5;
	text-align: center;
	padding: 45px 0 50px;
}

section#firstsigner h2 {
	color: #125da7;
	margin-bottom: 10px;
}

section#firstsigner .special-post {
	padding: 0 100px;
}

section#firstsigner ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
	padding: 0 100px;
}

section#firstsigner ul li {
	display: initial;
}

section#firstsigner ul li:after {
	content: '·';
	margin: 0 5px;
	color: #ffd700;
	font-size: 22px;
	line-height: 14px;
}

section#firstsigner ul li:last-child:after {
	display: none;
}


section#faq {
	background: #ffd700;
	padding: 3em;
}

section#faq .faq-boxes {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 2%;
}
section#faq .faq-boxes .faq-box-item {
	width: 23.5%;
	margin-bottom: 2em;
	display: flex;
}
section#faq .faq-boxes .faq-box-item a {
	display:  block;
	text-align: center;
	position: relative;
	background-color: #fff;
	padding: 2em;
	height: 100%;
	width: 100%;
}
section#faq .faq-boxes .faq-box-item a:hover,
section#faq .faq-boxes .faq-box-item a:focus {
	background-color: #125da7;
	color: #fff;
	text-decoration: none;
}
section#faq .faq-boxes .faq-box-item i.fa {
	font-size: 50px;
	padding-bottom:  10px;
}


#persons {
	background-color: #125da7;
}
#persons .person-button a:hover,
#persons .person-button a:focus {
	background: #fff !important;
	color: #125da7 !important;
}
#logo-section {
	text-align: center;
}
.form-outer-wrapper h2.entry-title,
.person-list h2.entry-title {
	display: block;
	margin-bottom: 20px;
}
.form-outer-wrapper p {
	display: block;
}
.form-outer-wrapper p.vorsatz {
	margin-top: 25px;
}
.person-list {
	margin-bottom: -60px;
}



/**
 * Header
 */
.site-header {
	border-bottom: 10px solid #ffd700;
}
.site-header-main {
	position: relative;
}
.site-branding {
	float: left;
	margin: 50px 20px 20px 50px;
}
.sm-wrapper {
	position: absolute;
	top: 60px;
	right: 100px;
}
.sm-wrapper a {
	margin-left: 5px;
}
.sm-wrapper a i {
	font-size: 21px;
	color: #125da7;
	transition: .3s all;
}
.sm-wrapper a:hover i {
	color: #ffd700;
	transition: .3s all;
}


/**
 * Posts and pages
 */

.wp-block-columns.small {
	max-width: 800px;
	margin: 0 auto;
}

.wp-block-separator {
	border:  none !important;
}

.wp-block-columns {
	gap: 40px;
}


/**
 * Sidebar
 */

.sidebar {

}


/**
 * Footer
 */
.site-footer {
	position: relative;
	padding: 20px 0;
	overflow: hidden;
	clear: both;
	border-top: 4px solid #125da7;
}

.footer-left,
.footer-center,
.footer-right {
	float: left;
	width: 33.3333%;
	padding: 20px;
}

.footer-center {
	text-align: center;
}
.footer-right {
	text-align: right;
}
.footer-right a {
	display: inline-block;
	margin-bottom: 10px;
}

.site-info {
	clear: both;
	padding: 0 20px;
	font-size: 12px;
	font-size: 0.75rem;
}

.footer-logo {
	float: left;
}

.footer-logos {
	clear: both;
	padding: 20px;
	text-align: center;
}
.footer-logos .footer-logos-section {
	display: inline-block;
	padding: 0 10px 10px;

}
.footer-logos .footer-logos-section small {
	display: block;
	text-align: left;
	padding-bottom: 10px;
}
.footer-logos .footer-logos-section a img {
	display: inline-block;
	padding-bottom: 20px;
}


.secondary-menu-container ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.secondary-menu-container ul li {
	text-align: right;
}
.secondary-menu-container ul li a {
	display: block;
	text-transform: uppercase;
}

#back-to-top {
	display: inline-block;
  width: 70px;
  height: 70px;
  cursor: pointer;
  color: #fff;
  background: #000;
  border-radius: 100%;
  transition: 300ms linear all;
}
#back-to-top:hover {
	background: #125da7;
  transition: 300ms linear all;
}
#back-to-top:after {
  content: "\f077";
  font-family: "FontAwesome";
  display: block;
  width: 70px;
  height: 70px;
  font-size: 35px;
  line-height: 65px;
  text-align: center;
}

.sponsors {
	margin-top: 2em;
}
.sponsors .sponsor-item {
	float: left;
	margin-right: 1em;
}


/**
 * Media
 */

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
	margin-bottom: 1.75em;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode a,
.entry-content .wp-playlist a {
	box-shadow: none;
}

.entry-content a {
	color: #21759b;
}

.entry-content a:hover {
	color: #ffd700;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	margin-top: 0;
	margin-bottom: 1.75em;
}

.wp-playlist.wp-audio-playlist {
	padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 0.7142857143em 0;
}

.wp-playlist-item .wp-playlist-item-length {
	top: 0.7142857143em;
}


/**
 * Captions
 */

.wp-caption {
	margin-bottom: 1.75em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption .wp-caption-text {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}


/**
 * Galleries
 */

.gallery {
	margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/*
 * Special Post
*/
.read-more-accordion {
	display: none;
}
.read-more-accordion-link {
	display: block;
	background: #ffd700;
	color: #125da7;
	text-align: center;
	cursor: pointer;
	padding: 5px 0 10px;
	font-weight: 300;
}
.read-more-accordion-link:hover,
.read-more-accordion-link:focus {
	background: #000;
	color:  #fff;
}
.read-more-accordion-link:after {
	display: block;
	content: '\f078';
	font-family: 'FontAwesome';
	font-size: 50px;
	font-size: 3.125rem;
	line-height: 40px;
}
.home section .read-more-accordion-link {
	margin: 0 -20px -20px;
}
.home section#appeal .read-more-accordion-link {
	margin: 0;
}
.read-more-accordion-link.arrow-up:after {
	content: '\f077';
}
.read-more-accordion-link.arrow-up span {
	display: none;
}
img.invocation-image {
	float: left;
	margin: 0 20px 20px 0;
}
#invocation h2 {
	clear: none;
}

#signatories .special-post p {
	column-count: 2;
	column-gap: 50px;
}


/*
 * Person
*/
#persons .person-button {
	padding: 27px 0 0;
	text-align: center;
}

.person-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
  margin: 0 -20px 0 -20px;
  background: #000;
}
.person-item {
  width: 12.5%;
  position: relative;
  color: #fff;
  overflow: hidden;
}
.person-item h4 {

}
.person-item .person-info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -300%;
  padding: 20px;
  background: rgba(0,0,0,0.5);
}
.person-item:hover .person-info {
  bottom: 0;
}
.person-item .person-head {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  background: rgba(0,0,0,0.5);
  opacity: 1;
}
.person-item:hover .person-head {
  opacity: 0;
}
.person-item .person-organization {
  font-style: italic;
  color: #ffd700;
  font-size: 12px;
  font-size: 0.75rem;
}

.person-item .person-info,
.person-item:hover .person-info,
.person-item .person-head,
.person-item:hover .person-head {
  -o-transition: .75s;
  -ms-transition: .75s;
  -moz-transition: .75s;
  -webkit-transition: .75s;
  transition: .75s;
}


.person-text span {
	display: block;
	font-size: 12px;
	font-size: 0.75rem;
	color: #eee;
}



/*.persons-board,
.rand-person {
	margin: -20px;
	width: auto;
}
.persons-board .person-item {
	width: 20%;
	float: left;
}
.persons-board .person-item,
.rand-person .person-item {
	position: relative;
	color: #fff;
	overflow: hidden;
}
.person-item img {
  -o-transition:all .3s linear;
  -ms-transition:all .3s linear;
  -moz-transition:all .3s linear;
  -webkit-transition:all .3s linear;
  transition:all .3s linear;
}
.person-item:hover img,
.person-item:focus img {
	-webkit-filter: grayscale(1);
	filter: grayscale(100%);
	transform: scale(1.1);
	-o-transition:all .3s linear;
  -ms-transition:all .3s linear;
  -moz-transition:all .3s linear;
  -webkit-transition:all .3s linear;
  transition:all .3s linear;
}
.person-item a {
	color: #fff;
}
.person-item .person-info,
.single-person article .entry-header .person-info {
	position: absolute;
	right: 0;
	bottom: 20px;
	color: #fff;
}
.person-item .person-info h4,
.single-person article .entry-header h2 {
	background: #F1910B;
	float: right;
	padding: 0 0.75em;
}
.person-item .person-info span,
.single-person article .entry-header h5 {
	display: block;
	clear: right;
	float: right;
	margin-top: 5px;
	background: #1FA19A;
	padding: 0 0.75em;
	font-size: 12px;
	font-size: 0.75rem;
}
.rand-person .person-info h4 {
	font-size: 36px;
	font-size: 2.25rem;
}
.rand-person .person-info span {
	font-size: 24px;
	font-size: 1.5rem;
}
.rand-person .blog-name {
	position: absolute;
	top: 20px;
	left: 20px;
	font-size: 64px;
	font-size: 4rem;
	font-weight: 900;
	text-align: right;
	line-height: 1em;
	text-shadow: 0 0 20px rgba(0,0,0,0.25);
}

.single-person article .entry-header {
	position: relative;
	margin: 0 20px 20px 0;
	float: left;
	width: 50%;
}*/

/*
 * Button
*/
.home .section-button {
	padding: 0;
	text-align: center;
}
.home .section-button a {
	display: block;
	padding: 40px;
	color: #fff;
	height: 100%;
}
.home .section-button a span {
	display: block;
}
.home .section-button a .button-title {
	font-size: 36px;
	font-size: 2.25rem;
	text-transform: uppercase;
}
.home .section-button a:hover,
.home .section-button a:focus {
	background: #1FA19A;
}



.infobtn a {
	display: block;
	width: 100%;
	padding:  0.5em 1em;
	border: 1px solid #125da7;
	font-size: 1.2rem;
}
.infobtn a:hover,
.infobtn a:focus {
	background: #125da7;
	color: #fff;
	text-decoration: none;
}

/*
 * Petition
*/

a.button {
	display: inline-block;
	background: #159641;
	text-transform: uppercase;
	color: #000;
	font-size: 20px;
	font-size: 1.25rem;
	padding: 10px 30px;
	margin-top: 20px;
}
a.button {
	background: #ffd700;
}
a.button:hover,
a.button:focus {
	background: #125da7 !important;
	color: #fff !important;
}



.wallsio-load-more-button {
	margin: 0 auto;
	display: block;
}


.c-accordion__item .c-accordion__title {
	padding: 0.5em 1em;
	margin-bottom: 1em;
	border: 1px solid #125da7;
	outline: none !important;
	text-transform: none;
}
#supporter .c-accordion__item .c-accordion__title {
	text-transform: uppercase;
}
.c-accordion__item .c-accordion__title:hover {
	background: #125da7 !important;
	color: #fff;
}
.c-accordion__item .c-accordion__title:after {
	right: 10px;
	color: #125da7;
}

.c-accordion__item.is-open .c-accordion__title {
	background: #eee;
}
.c-accordion__item .c-accordion__content {
	padding-bottom: 3em;

}

.page-id-1191 h2.entry-title {
	text-align: center;
}



/**
 * Media Queries
 */

@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

@media screen and (max-width: 1280px) {
	#site-navigation .menu-toggle {
		display: block;
		margin-top: -8px;
		margin-right: 15px;
	}
	.primary-menu-container #primary-menu {
		display: none;
	}
	#primary-menu {
		padding: 20px 0 0;
	}
	#primary-menu li {
		display: block;
	}
	.person-items .person-item {
	  width: 20%;
	}
	#persons .person-items .person-item:nth-child(8) {
		display: none;
	}

}

@media screen and (max-width: 1180px) {
	.footer-logos .footer-logos-section {
		display: block;
	}
	.footer-logos .footer-logos-section small {
		text-align: center;
	}
	.wp-block-button.cta.has-large-font-size {
		font-size: 1.5em;
	}
}

@media screen and (max-width: 980px) {
	.persons-board .person-item {
		width: 25%;
	}
	.rand-person .blog-name {
		font-size: 50px;
		font-size: 3.125rem;
	}
	.rand-person .person-info h4 {
		font-size: 24px;
		font-size: 1.5rem;
	}
	.rand-person .person-info span {
		font-size: 18px;
		font-size: 1.125rem;
	}
}


@media screen and (max-width: 800px) {
	.persons-board .person-item {
		width: 33.3333%;
	}
	.rand-person .blog-name {
		display: none;
	}

	.footer-left,
	.footer-center,
	.footer-right {
		float: none;
		width: 100%;
		text-align: center;
	}

	.secondary-menu-container {
		background: none;
	}

	.secondary-menu-container ul {
		float: none;
	}
	.secondary-menu-container ul li {
		display: inline-block;
		text-align: left;
		margin: 0 10px;
	}

	.person-items .person-item {
	  width: 33.3333%;
	}

/*	.person-item .person-info {
	  top: auto;
	}
	.person-item:hover .person-info {
	  top: 0;
	}*/

	.wp-block-button.cta.has-large-font-size {
		font-size: 1em;
	}

	fieldset .product-wrapper label {
		flex: unset;
		width: 100%;
	}

	fieldset .product-wrapper br {
		display: none;
	}

	section#faq .faq-boxes .faq-box-item {
		width: 49%;
	}
}

@media screen and (max-width: 640px) {
	section#info .special-post {
		width: 100%;
		padding: 0 0 20px;
	}
}

@media screen and (max-width: 600px) {
	.half-width,
	.single-person article .entry-header {
		float: none;
		width: 100%;
	}

	.person-items .person-item {
		width: 50%;
	}
	#persons .person-items .person-item:nth-child(8) {
		display: block;
	}
	.rand-person .blog-name {
		display: block;
	}
	.rand-person .blog-name {
		font-size: 64px;
		font-size: 4rem;
	}
	.rand-person .person-info h4 {
		font-size: 36px;
		font-size: 2.25rem;
	}
	.rand-person .person-info span {
		font-size: 24px;
		font-size: 1.5rem;
	}
	.form-content {
		position: static;
		-ms-transform: none;
  	transform: none;
	}
	.sm-wrapper {
		display: none;
	}

	.site-branding a > img {
		width: 175px;
	}

	.site-branding {
		margin: 25px 20px 20px 30px;
	}

	#site-header-menu {
		margin: 30px 7px 30px 0px;
	}

	section#firstsigner .special-post {
		padding: 0 20px;
	}

	section#firstsigner ul {
		padding: 0;
	}

	section#firstsigner h2 {
		font-size: 20px;
	}

	section#faq .faq-boxes .faq-box-item {
		width: 100%;
	}
}

@media screen and (max-width: 500px) {
	.invocation-image {
		display: none;
	}

}

@media screen and (max-width: 400px) {
	.persons-board .person-item {
		width: 100%;
	}
	.rand-person .blog-name {
		display: none;
	}
	.rand-person .person-info h4 {
		font-size: 24px;
		font-size: 1.5rem;
	}
	.rand-person .person-info span {
		font-size: 18px;
		font-size: 1.125rem;
	}

}

@media screen and (max-width: 320px) {

	.person-items .person-item {
	  width: 100%;
	}
}
























/**
 * Print
 */

@media print {
	form,
	button,
	input,
	select,
	textarea,
	.navigation,
	.main-navigation,
	.social-navigation,
	.sidebar,
	.content-bottom-widgets,
	.header-image,
	.page-links,
	.edit-link,
	.comment-respond,
	.comment-edit-link,
	.comment-reply-link,
	.comment-metadata .edit-link,
	.pingback .edit-link {
		display: none;
	}

	body,
	blockquote cite,
	blockquote small,
	pre,
	.entry-content h4,
	.entry-content h5,
	.entry-content h6,
	.entry-summary h4,
	.entry-summary h5,
	.entry-summary h6,
	.comment-content h4,
	.comment-content h5,
	.comment-content h6,
	.entry-content .author-title {
		font-size: 12pt;
	}

	blockquote {
		font-size: 14.25pt;
	}

	.site-title,
	.page-title,
	.comments-title,
	.entry-content h2,
	.entry-summary h2,
	.comment-content h2,
	.widecolumn h2 {
		font-size: 17.25pt;
	}

	.site-description {
		display: block;
	}

	.entry-title {
		font-size: 24.75pt;
		line-height: 1.2727272727;
		margin-bottom: 1.696969697em;
	}

	.format-aside .entry-title,
	.format-image .entry-title,
	.format-video .entry-title,
	.format-quote .entry-title,
	.format-gallery .entry-title,
	.format-status .entry-title,
	.format-link .entry-title,
	.format-audio .entry-title,
	.format-chat .entry-title {
		font-size: 17.25pt;
		line-height: 1.304347826;
		margin-bottom: 1.826086957em;
	}

	.entry-content h1,
	.entry-summary h1,
	.comment-content h1 {
		font-size: 21pt;
	}

	.entry-content h3,
	.entry-summary h3,
	.comment-content h3,
	body:not(.search-results) .entry-summary {
		font-size: 14.25pt;
	}

	.site-description,
	.author-bio,
	.entry-footer,
	.sticky-post,
	.taxonomy-description,
	.entry-caption,
	.comment-metadata,
	.comment-notes,
	.comment-awaiting-moderation,
	.site-info,
	.wp-caption .wp-caption-text,
	.gallery-caption {
		font-size: 9.75pt;
	}

	body,
	.site {
		background: none !important; /* Brute force since user agents all print differently. */
	}

	body,
	blockquote cite,
	blockquote small,
	.site-branding .site-title a,
	.entry-title a,
	.comment-author {
		color: #1a1a1a !important; /* Make sure color schemes don't affect to print */
	}

	blockquote,
	.page-header,
	.comments-title {
		border-color: #1a1a1a !important; /* Make sure color schemes don't affect to print */
	}

	blockquote,
	.site-description,
	body:not(.search-results) .entry-summary,
	body:not(.search-results) .entry-summary blockquote,
	.author-bio,
	.entry-footer,
	.entry-footer a,
	.sticky-post,
	.taxonomy-description,
	.entry-caption,
	.comment-author,
	.comment-metadata a,
	.comment-notes,
	.comment-awaiting-moderation,
	.site-info,
	.site-info a,
	.wp-caption .wp-caption-text,
	.gallery-caption {
		color: #686868 !important; /* Make sure color schemes don't affect to print */
	}

	code,
	hr {
		background-color: #d1d1d1 !important; /* Make sure color schemes don't affect to print */
	}

	pre,
	abbr,
	acronym,
	table,
	th,
	td,
	.author-info,
	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback,
	.no-comments {
		border-color: #d1d1d1 !important; /* Make sure color schemes don't affect to print */
	}

	a {
		color: #007acc !important; /* Make sure color schemes don't affect to print */
	}

	.entry-content a,
	.entry-summary a,
	.taxonomy-description a,
	.comment-content a,
	.pingback .comment-body > a {
		box-shadow: none;
		border-bottom: 1px solid #007acc !important; /* Make sure color schemes don't affect to print */
	}

	.site {
		margin: 5%;
	}

	.site-inner {
		max-width: none;
	}

	.site-header {
		padding: 0 0 1.75em;
	}

	.site-branding {
		margin-top: 0;
		margin-bottom: 1.75em;
	}

	.site-main {
		margin-bottom: 3.5em;
	}

	.entry-header,
	.entry-footer,
	.page-header,
	.page-content,
	.entry-content,
	.entry-summary,
	.post-thumbnail,
	.comments-area {
		margin-right: 0;
		margin-left: 0;
	}

	.post-thumbnail,
	.site-main > article {
		margin-bottom: 3.5em;
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		border-width: 4px 0 0 0;
		padding: 0.9473684211em 0 0;
		width: -webkit-calc(50% - 0.736842105em);
		width: calc(50% - 0.736842105em);
	}

	body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -1.473684211em;
	}

	.site-footer,
	.widecolumn {
		padding: 0;
	}
}
