

html {
	font-family: open-sans, sans-serif;
	font-size: 17px;
	word-break: break-word;
	overflow-y: scroll;
	/* has to be scroll, not auto */
}

body {
	font-family: open-sans, sans-serif;
	line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
	font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	line-height: 1.6;
}

.entry-content-single h2:after,
.entry-content-single h3:after,
.entry-content-single h4:after {
	content: "";
	display: block;
	position: relative;
	margin-bottom: 1rem;
	width: 4rem;
	padding: .15rem;
	margin-top: .5rem;
	margin-bottom: 1.35rem;
}

a:hover {
	text-decoration: none;
	color: #000;
}

iframe {
	border: none;
}

.ssh-big:after,
.ssh-medium:after,
.ssh-small:after,
.ssh-xxl:after {
	content: "";
	display: block;
	position: relative;
	margin-bottom: 1rem;
}

.ssh-xxl:after {
	width: 12rem;
	padding: .3rem;
	margin-top: 1.35rem;
	margin-bottom: 1.8rem;
}

.ssh-big:after {
	width: 8rem;
	padding: .2rem;
	margin-top: .5rem;
	margin-bottom: 1.35rem;
}

.ssh-medium:after {
	width: 5rem;
	padding: .12rem;
	margin-top: .5rem;
}

.ssh-small:after {
	width: 3rem;
	padding: .09rem;
	margin: .5rem 0rem 0;
}

.ssh-center:after {
	margin-left: auto;
	margin-right: auto;
}

.ssh-posts-list-title {
	padding-top: 2rem;
	padding-bottom: 1rem;
}

.ssh-shadow {
	box-shadow: 0 .4rem .6rem rgba(0, 0, 0, .08);
	-webkit-box-shadow: 0 .5rem .8rem rgba(0, 0, 0, .08);
}

.ssh-light {
	display: block;
}

.ssh-darklight {
	background: #f5f5f5;
	display: block;
}

.ssh-white {
	background: #fff;
}

.hidden {
	display: none;
}
.alert a {
    color:inherit;
    font-weight: 600;
}
.alert a:hover {
	text-decoration: underline;
}
.ssh-bar {
	height: .35rem;
	width: 0rem;
	z-index: 9000;
	position: fixed;
	bottom: 0;
	left: 0;
}

.screen-reader-text {
	display: none;
}

.about-info {
	text-align: center;
	margin-bottom: 1rem;
}

.about-info img {
	max-width: 100%;
	border-radius: 50%;
	padding: 2rem;
}

.page-template-template-contact .entry-content-single {
	text-align: center !important;
}

.featherlight:last-of-type {
	background: rgba(0, 0, 0, 0.75) !important;
}


/* TRANSITIONS & SCALES */

.sbn,
.ssh-article,
.ssh-cover-cat,
.ssh-tags span a,
.ssh-roll a,
.ssh-subtitle,
.ssh-downloads-item,
.address-item-box,
.ssh-events-navigation ul li a,
.mailpoet_submit {
	-webkit-transition: -webkit-transform 200ms ease-in-out;
	-moz-transition: -moz-transform 200ms ease-in-out;
	-o-transition: -o-transform 200ms ease-in-out;
	transition: transform 200ms ease-in-out;
}

.ssh-share a,
.ssh-amount,
.ssh-downloads-item:hover .ssh-downloads-item-icon {
	-webkit-transition: all 200ms ease;
	-moz-transition: -all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}


/* SCALINGS */
.transition {
    -webkit-transform: scale(1.02) translateZ(0); 
    -moz-transform: scale(1.02) translateZ(0);
    -o-transform: scale(1.02) translateZ(0);
    transform: scale(1.02) translateZ(0);
   -webkit-backface-visibility: hidden;
   -moz-backface-visibility: hidden;
   -ms-backface-visibility: hidden;
   backface-visibility: hidden;
}

/*
.sbn:hover,
.sbn:active,
.sbn:focus,
.ssh-cover-cat:hover,
.ssh-tags span a:hover,
.ssh-share a:hover,
.ssh-amount-box input[type=radio]:checked+label,
.ssh-amount-box input[type=radio]:hover+label,
.ssh-amount-4:hover,
.ssh-events-navigation ul li a:hover,
.mailpoet_submit:hover,
.ssh-roll a:hover {
	-webkit-transform: scale(1.05) translateZ(0);
	-moz-transform: scale(1.05) translateZ(0);
	-ms-transform: scale(1.05) translateZ(0);
	-o-transform: scale(1.05) translateZ(0);
	transform: scale(1.05) translateZ(0);
}

.ssh-article:hover,
.address-item-box:hover,
.ssh-downloads-item:hover {
	-webkit-transform: scale(1.02) translateZ(0);
	-moz-transform: scale(1.02) translateZ(0);
	-ms-transform: scale(1.02) translateZ(0);
	-o-transform: scale(1.02) translateZ(0);
	transform: scale(1.02) translateZ(0);
}
*/

/* SBN BUTTONS */

.sbn {
	border: none;
	border-radius: 10rem;
	line-height: 1;
	padding: 1rem 1.25rem;
	color: #fff;
	cursor: pointer;
	margin: .5rem 0 .25rem;
	display: inline-block;
	font-weight: 600;
	opacity: .9;
}

.sbn:hover,
.sbn:active,
.sbn:focus {
	color: #fff;
	opacity: 1;
}


.sbn-lg {
	padding: 1.35rem 2.4rem;
	font-size: 1.35rem;
	font-weight: 600;
}

.sbn-xs {
	padding: .7rem 1rem;
	font-weight: 600;
	font-size: .8rem;
}

.sbn-margin {
	margin-left: .5rem;
	margin-right: .5rem;
}

.sbn-red {
    background:#ff5722 !important;
}

.sbn svg {
    margin-right:.5rem;
}
.sbn-lg svg {
    margin-right:.8rem;
}

/* Grid layouts */

.ssh-article {
	margin-bottom: 2rem;
}

.ssh-article a {
	position: relative;
	display: block;
	color: #000;
}

.ssh-head {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}

.ssh-head-left {
	left: 0rem;
	right: auto;
	text-align: left;
	top: 65%;
}

.ssh-head-left .ssh-article-cat span {
	margin-left: .35rem;
}

.ssh-head-2 .ssh-article-cat span {
	margin-left: .35rem;
}

.ssh-article-title .entry-title {
	background-color: #fff;
	display: inline;
	font-weight: bold;
	line-height: 2.4;
	padding: .5rem;
	-webkit-box-shadow: .5rem 0px 0px #fff, -.5rem 0px 0px #fff;
	box-shadow: .5rem 0px 0px #fff, -.5rem 0px 0px #fff;
	-webkit-box-decoration-break: clone;
	-ms-box-decoration-break: clone;
	-o-box-decoration-break: clone;
	box-decoration-break: clone;
	word-break: break-word;
}

.ssh-article-cat span {
	color: #fff;
	padding: .35rem;
	display: inline;
	line-height: 2.6;
	font-weight: bold;
	-webkit-box-decoration-break: clone;
	-ms-box-decoration-break: clone;
	-o-box-decoration-break: clone;
	box-decoration-break: clone;
	word-break: break-word;
}

.ssh-bg {
	background-size: cover;
	background-position: center;
}


.ssh-video {
	overflow: hidden;
	position: relative;
}

.ssh-video video {
	object-fit: cover;
}

.ssh-s1 {
	height: 30rem;
}

.ssh-s2 {
	height: 22rem;
}

.ssh-s3 {
	height: 15rem;
}

.ssh-s4 {
	height: 12rem;
}

.ssh-s5 {
	height: 34rem;
}

.ssh-desc-title .entry-title {
	background-color: #fff;
	display: inline;
	font-weight: bold;
	line-height: 2;
	padding-left: 1rem;
	-webkit-box-shadow: 1rem 0px 0px #fff, 0rem 0px 0px #fff;
	box-shadow: 1rem 0px 0px #fff, 0rem 0px 0px #fff;
	-webkit-box-decoration-break: clone;
	-ms-box-decoration-break: clone;
	-o-box-decoration-break: clone;
	box-decoration-break: clone;
	word-break: break-word;
	position: absolute;
	bottom: 1rem;
	z-index: 1;
}

.ssh-desc-title-2 .entry-title {
	bottom: 1rem;
}

.ssh-desc-title-sign .entry-title {
	bottom: 4rem;
}

.ssh-desc-content {
	position: relative;
	display: block;
}

.ssh-desc-content p {
	padding: 2rem;
	font-weight: 300;
	z-index: 2;
	overflow: hidden;
	display: block;
}

.ssh-inline-content {
	padding: 1.35rem;
	position: relative;
	height: 100%;
}


/* --- End grid layouts --- */


/* COOKIE */

.cc-window.cc-floating {
	box-shadow: 0rem 0rem .25rem rgba(0, 0, 0, 0.05);
}


/* CONTENT INFOBOX */

.ssh-box {
	padding: 3rem;
	display: block;
	width: 100%;
}

.ssh-box-right {
	float: right;
	margin: 0rem 0rem 1rem 2rem;
	width: 50%;
}

.ssh-box-left {
	float: left;
	margin: 0rem 2rem 1rem 0rem;
	width: 50%;
}

.ssh-box {
	list-style: none;
}

.ssh-box li {
	text-indent: -.95rem;
	margin-bottom: .35rem;
}

.ssh-box li:first-child {
	font-size: 1.35rem;
	font-weight: bold;
}
.ssh-box li:first-child .svg-inline--fa {
    display: none;
}

.ssh-box li:first-child:before {
    display: none;
}

.ssh-box li:first-child:after {
	content: "";
	display: block;
	width: 3rem;
	position: relative;
	padding: .1rem;
	margin-bottom: 1rem;
	margin-left: -1rem;
}

.ssh-box-info strong {
	font-size: 1.35rem;
	font-weight: bold;
}

.ssh-box-info strong:after {
	content: "";
	display: block;
	width: 3rem;
	position: relative;
	padding: .1rem;
	margin-bottom: 1rem;
	margin-left: 0;
}

.ssh-box-info br {
	margin: 0;
	padding: 0;
	display: none;
}


/* SSH Number Block */

.ssh-hb-number {
	margin-bottom: 2rem;
}

.counter-text {
	font-size: 10rem;
}

.counter-text:after {
	padding: .25rem !important;
}


/* SSH Cover and Post */

.ssh-cover-maps iframe {
	height: 70vh;
}

.ssh-cover-meta {
	position: absolute;
	bottom: 2rem;
	display: block;
}

.ssh-cover-title {
	color: #000;
	font-weight: bold;
	display: inline;
	line-height: 2.2;
	margin: 1rem;
	background-color: #fff;
	padding: 0.5rem 0;
	-webkit-box-shadow: 1rem 0px 0px #fff, -1rem 0px 0px #fff;
	box-shadow: 1rem 0px 0px #fff, -1rem 0px 0px #fff;
	-webkit-box-decoration-break: clone;
	-ms-box-decoration-break: clone;
	-o-box-decoration-break: clone;
	box-decoration-break: clone;
	word-break: break-word;
}

.ssh-cover-cat {
	color: #fff;
	font-weight: bold;
	display: table;
	padding: .5rem;
	line-height: 1;
	text-align: center;
	margin-bottom: .5rem;
}

.ssh-cover-cat:hover {
	color: #fff;
}

.single-format-standard .ssh-cover-image {
	margin-bottom: 1rem;
}

.ssh-post-subtitle {
	display: inline-block;
	padding: .7rem;
	line-height: 1;
	font-weight: bold;
	color: #fff;
}

.ssh-post-meta,
.ssh-post-meta a {
	color: #999;
	padding: .5rem 0;
}

.ssh-post-meta span {
	margin-right: .8rem;
}

.ssh-tags {
	position: relative;
	display: block;
	padding-bottom: 2rem;
	padding-top: .5rem;
}

.ssh-tags span a {
	color: #999;
	padding: .5rem;
	margin-right: 1rem;
	margin-bottom: .5rem;
	line-height: 1;
	font-weight: 600;
	font-size: .9rem;
	display: inline-block;
}

.ssh-tags span a:hover {
	color: #666;
}


/* COVER VIDEO */

.ssh-cover-video {
	position: relative;
	overflow: hidden;
	animation-fill-mode: none !important;
}

.ssh-cover-video .ssh-cover-bg {
	height: auto;
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.page .ssh-cover-video .ssh-cover-bg {
	padding-bottom: 5rem;
}

.ssh-cover-video-frame {
	position: relative;
	display: flex;
	z-index: 2;
	box-shadow: 0rem 0rem 3rem rgba(0, 0, 0, 0.3)
}

.ssh-cover-video .ssh-cover-bg:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0rem;
	right: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(#fff, rgba(255, 255, 255, .7));
}

.ssh-cover-video .ssh-cover-video-desc {
	color: #666;
	z-index: 2000;
	position: relative;
	font-size: .8rem;
	padding-top: .5rem;
	text-align: center;
}


/*HEADER*/

.ssh-site-header {
	padding: 1.5rem 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: auto;
	z-index: 9000;
	background: #fff;
	box-shadow: 0 .5rem 1rem -1.2rem rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 .5rem 1rem -1.2rem rgba(0, 0, 0, 0.5);
}

.admin-bar .ssh-site-header {
	margin-top: 1.6rem
}

.ssh-site-content {
	padding-top: 9rem;
}

.header-brand {
	position: relative;
	display: block;
	height: auto;
}

.header-brand img {
	width: 20rem;
}

.ssh-nav-scroll {
	height: auto;
}

.ssh-nav-scroll .ssh-nav,
.ssh-nav-scroll .ssh-icn-nav,
.ssh-nav-scroll .cat-nav {
	padding-top: 1rem;
}

.ssh-nav-scroll .search-form-nav {
	display: none;
}

.ssh-nav-scroll .header-brand img {
	float: left !important;
	display: block !important;
	position: relative;
	text-align: left !important;
	width: 14rem;
}

.cat-nav {
	padding-top: .4rem;
}

.search-form-nav {
	padding-top: .8rem;
}

.search-form-nav label {
	width: 100%;
	display: block;
}


/* Main Navigation ICONS */

.ssh-nav {
	padding-top: 2rem;
}

.ssh-main-navigation ul {
	list-style: none;
    padding:0;
}

.ssh-main-navigation ul li {
	display: inline-block;
}

.ssh-main-navigation a,
.ssh-dropmenu a {
	font-size: 1.25rem;
	margin-right: 1.25rem;
	color: #000;
}

.ssh-main-navigation a:hover,
.ssh-dropmenu a:hover {
	-webkit-transition: -webkit-all 100ms ease-in-out;
	-moz-transition: -moz-all 100ms ease-in-out;
	-o-transition: -o-all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}

.ssh-icn-nav {
	list-style: none;
	padding-top: 2rem;
	float: right;
	display: flex;
}

.ssh-icn-nav li {
	display: inline-block;
}

.ssh-icn-nav li a {
	font-size: 1.35rem;
	margin-right: 1.25rem;
	color: #000
}

.ssh-icn-nav li a:hover {
	cursor: pointer;
}

.ssh-icn-nav li a .fa-heart {
	color: red !important;
}

.ssh-icn-nav li a .fa-heart:hover {
	font-weight: bold;
}


/* DROPNAV HEADER */

.ssh-dropmenu {
	display: block;
    position: relative;
    text-align: left;
    z-index: 2;
    height: auto;
}

.ssh-dropmenu ul {
    list-style: none;
    padding:0;
    margin:0;
    display: block;
}
.ssh-dropmenu ul li a {
    padding:.25rem 0;
    display: block;
    cursor: pointer;
}
.ssh-dropmenu ul li a .svg-inline--fa {
    margin-right:.5rem;
}
.ssh-dropmenu-info {
    padding:2rem;
    font-weight: 300;
    text-align: center;
}
.ssh-dropmenu-info .svg-inline--fa {
    font-size: 1.4rem;
    color:#555;
} 

.ssh-dropmenu-info-about {
    font-weight: 300;
    padding-right:2rem;
}


.sshdropsearch-form {
	position: relative;
	display: block;
    width:100%;
}

.sshdropsearch-form .search-form input {
	border: .05rem solid #ddd;
	text-align: center;
	box-shadow: none;
	width: 100%;
	display: block;
	outline: none;
    padding:.5rem;
    margin-top:1rem;
}
.sshdropsearch-form .search-form label {
    display: block;
    position: relative;
    width:100%;
    margin-top:1.5rem;
}


/* PAGE NAVIGATION */

.ssh-roll {
	display: block;
	text-align: center;
	padding-bottom: 3rem;
}

.ssh-roll-footer {
	padding-bottom: 0rem;
}

.ssh-roll a {
	text-align: center;
	font-size: 1.8rem;
	background: #f0f0f0;
	line-height: 1;
	height: 4rem;
	display: inline-block;
	width: 4rem;
	text-align: center;
	border-radius: 50%;
	padding-top: 1.1rem;
	color: #fff;
	margin: .8rem;
}

.ssh-roll-footer a {
	margin-bottom: 0;
}

.ssh-roll .ssh-roll-angle {
	font-size: 1.8rem;
	padding-right: .2rem;
	color: #fff !important;
	cursor: pointer;
}

.ssh-roll .ssh-roll-downloads {
	padding-left: .15rem;
}


/* PAGINATION & BREADCRUMBS */

.ssh-pagination {
	display: block;
	width: 100%;
}

#breadcrumbs {
	font-weight: 300;
	padding: 0 2rem
}

#breadcrumbs svg {
	margin:0 .35rem;
}

.ssh-breadcrumbs,
.ssh-breadcrumbs a {
	text-align: center;
	color: #999;
	font-weight: 300;
}

.ssh-breadcrumbs {
	padding-top: 2rem;
}


/* FOOTER */

.ssh-footer {
	margin-top: 3rem;
}

.ssh-subfooter {
	padding: 2rem 2rem;
}

.ssh-footer-navigation {
	padding-top: 1rem;
	padding-bottom: 2rem;
}

.ssh-footer-navigation ul {
	list-style: none;
	margin-bottom: 0;
}

.ssh-footer-navigation ul li {
	display: inline-block !important;
	margin-right: 1rem;
}

.ssh-footer-navigation ul li a,
.ssh-footer-navigation ul li {
	color: #777;
	font-weight: 300;
}

.ssh-social-footer {
	position: relative;
	padding-bottom: 1rem;
}

.ssh-social-footer a {
	font-size: 1.4rem;
	padding: 1.25rem;
	color: #999;
}


/* BLOCKS */

.ssh-overview-block {
	margin-top: -8rem;
	z-index: 1000;
	display: block;
	position: relative;
}

.ssh-block {
	padding: 4rem;
}

.ssh-block-overview {
	padding: 4rem 4rem 2rem 4rem;
}

.ssh-block-2 {
	padding: 4rem 0;
}

.ssh-block-center {
	text-align: center;
}

.ssh-pad {
	padding-bottom: 1rem;
	padding-top: 1rem;
}

.ssh-lead {
	margin-top: -8rem;
	display: block;
	position: relative;
}


/* Titles */

.ssh-title {
	background-color: #fff;
	display: inline;
	padding: .8rem;
	font-weight: bold;
	-webkit-box-shadow: .5rem 0px 0px #fff, -.5rem 0px 0px #fff;
	box-shadow: .5rem 0px 0px #fff, -.5rem 0px 0px #fff;
	-webkit-box-decoration-break: clone;
	-ms-box-decoration-break: clone;
	-o-box-decoration-break: clone;
	box-decoration-break: clone;
	word-break: break-word;
}

.ssh-title:before,
.ssh-desc-title .entry-title:before,
.ssh-main-navigation a:before,
.ssh-dropmenu a:before,
.ssh-faq-item:before,
.ssh-slide-title span:before,
.ssh-box li:before {
	display:none;
    font-family: 'Font Awesome 5 Light';
	content: "\f105";
}

.ssh-title .svg-inline--fa,
.ssh-desc-title .entry-title .svg-inline--fa,
.ssh-main-navigation a .svg-inline--fa,
.ssh-faq-item .svg-inline--fa,
.ssh-slide-title span .svg-inline--fa,
.ssh-box li .svg-inline--fa {
	margin-right: .5rem;
}

.ssh-subtitle {
	display: inline-block;
	z-index: 2;
	transform: rotate(-2deg);
	position: relative;
	color: #fff;
	padding: .3rem .5rem;
	font-weight: bold;
	bottom: -1rem;
	left: -1.25rem;
}

.ssh-subtitle:hover {
	color: #fff;
	-webkit-transform: rotate(-2deg) scale(1.05);
	-moz-transform: rotate(-2deg) scale(1.05);
	-ms-transform: rotate(-2deg) scale(1.05);
	-o-transform: rotate(-2deg) scale(1.05);
	transform: rotate(-2deg) scale(1.05);
}


/* -------------------------- */


/* COVER */

.ssh-cover {
	display: block;
	position: relative;
	margin-bottom: 2rem;
}

.ssh-cover-bg {
	background-size: cover;
	background-position: center center;
	height: 70vh;
}

.paged .ssh-cover-bg {
	height: 40vh
}

.ssh-cover-bg:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	right: 0;
	height: 50%;
	width: 100%;
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
}


/* SHARE BUTTONS */

.ssh-share {
	display: block;
	padding-bottom: 1.5rem;
}

.ssh-share a {
	box-shadow: .1rem .1rem 1rem rgba(0, 0, 0, 0.05);
	color: #fff;
	display: inline-block;
	padding: .3rem;
	height: 3rem;
	text-align: center;
	width: 3rem;
	border-radius: 50%;
	margin-right: .5rem;
	font-size: 1.35rem;
}

.ssh-share a:hover {
	opacity: .9;
}

.ssh-share-fb {
	background: #3B5998;
}

.ssh-share-tw {
	background: #1da1f2;
}

.ssh-share-wa {
	background: #25d366;
}

.ssh-share-at {
	background: grey;
}

.ssh-share-gp {
	background: #dd4b39;
}


/* -------------------------- */


/* GUTENBERG */

.alignfull {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}

.wp-block-embed figcaption {
	margin-top: .5rem;
	color: #999;
	text-align: center;
	font-size: .85rem;
}

.wp-block-embed {
	text-align: center;
}

.wp-block-cover-image .wp-block-cover-image-text:after,
.wp-block-cover-image h2:after {
	content: "";
	display: block;
	width: 10%;
	position: relative;
	padding: .15rem;
	margin: auto;
	margin-bottom: 2rem;
	margin-top: .8rem;
}

.aligncenter img {
	max-width: 100%;
}
.wp-block-table {
    width:100%;
    margin-bottom:2rem;
}
.wp-block-table td {
    padding:.5rem;
}
.wp-block-table tr {
    padding:.5rem;
}

/* ----------------------- */


/* SPENDEN */

.ssh-donate-block {
	margin-bottom: 2rem;
}

.ssh-amount-box {
	position: relative;
	padding: 2rem;
}

.ssh-amount {
	height: 15rem;
	position: relative;
	display: block;
	max-width: 15rem;
	text-align: center;
	padding-top: 3.2rem;
	font-size: 5rem;
	font-weight: 600;
	color: #000;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	z-index: 1000;
	box-shadow: 0px 0px .5rem rgba(0, 0, 0, 0.1);
	background: #fff;
	border-radius: 50%;
}

.ssh-amount-4 {
	font-size: 4.4rem !important;
	padding: 4rem !important;
}

.ssh-amount-4:hover {
	color: #fff;
	cursor: pointer;
}

.single-currency {
	font-size: .8rem;
	position: absolute;
	top: 1.6rem;
	left: 0;
	right: 0;
	font-weight: 400;
}

.ssh-cc-amount {
	position: absolute;
	z-index: 1000;
	width: 100%;
	bottom: 0;
	top: 0rem;
	left: 0;
}

.ssh-cc-amount input {
	height: 5rem;
	background: #fff;
	font-size: 3rem;
	line-height: 3rem;
	position: relative;
	display: block;
	top: 1rem;
	text-align: center;
	background: #fdfdfd !important;
	font-weight: bold;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.ssh-cc-amount input::placeholder {
	font-size: 1.25rem;
	font-weight: 300;
	line-height: 4rem;
}

.ssh-cc-amount input:focus::placeholder {
	opacity: 0;
	display: none !important;
}

.single-custom-currency {
	z-index: 3000;
	position: relative;
	top: -2.3rem;
	left: 2rem;
	text-align: left;
	font-weight: 300;
	color: #999;
}

.ssh-cc-amount input[type=number]~.single-custom-currency {
	opacity: 0;
	display: none;
}

.ssh-cc-amount input[type=number]:focus~.single-custom-currency {
	opacity: 1;
	display: block !important;
}

.ssh-cc-amount-title {
	top: 3rem;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
}

.ssh-amount-close {
	position: relative;
	display: inline-block;
	bottom: 1rem;
	top: .5rem;
	font-size: 1.8rem;
	cursor: pointer:
}

.ssh-amount-close:hover {
	background: transparent !important;
}

.ssh-amount-box input[type=radio]:checked+label,
.ssh-amount-box input[type=radio]:hover+label {
	color: #fff;
	cursor: pointer;
}

.ssh-amount-4:hover {
	color: #fff;
	cursor: pointer;
}

.interval-box {
	width: 100%;
	margin-left: auto;
	;
	margin-right: auto;
	padding-top: 1rem;
	text-align: center;
}

.interval-select {
	margin-bottom: 1rem;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	border: 0;
}


/* -------------------------- */


/* DOWNLOADS */

.ssh-downloads-block {
	padding-top: 1rem;
	padding-bottom: 2rem;
}

.ssh-downloads-list {
	padding-top: 1rem;
	padding-bottom: 1rem;
	display: block;
	position: relative;
}

.ssh-downloads-item {
	display: block;
	margin-bottom: 2rem;
	color: #999;
	position: relative;
}

.ssh-downloads-thumb img {
	width: 100%;
	display: block;
	height: auto;
}

.ssh-downloads-thumb {
	height: 100%;
}

.ssh-downloads-icon {
	font-size: 4rem;
	text-align: center;
	display: block;
	padding: 2.4rem;
	color: #d0d0d0
}

.ssh-downloads-content {
	padding: 1rem;
	color: #000;
	max-width: 80%;
	;
}

.ssh-downloads-item-title {
	font-weight: bold;
}

.ssh-downloads-item-caption {
	font-weight: 300;
}

.ssh-downloads-item-type {
	font-weight: 300;
	font-style: italic;
	color: #999;
}

.ssh-downloads-item-icon {
	background: #f0f0f0;
	display: block;
	width: 2.4rem;
	height: 2.4rem;
	position: absolute;
	right: 3rem;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
	color: #fff;
	font-size: 1.25rem;
	text-align: center;
}


/* FAQ */

.ssh-about-us {
	margin-bottom: 2rem
}

.ssh-faq {
	margin-bottom: 3rem;
}

.ssh-faq-item {
	/* font-size:1.35rem; */
	font-weight: 300;
	cursor: pointer;
	border-bottom: .08rem solid #f0f0f0;
	padding: 1rem;
	display: inline-block;
}

.ssh-faq-pad {
	margin-top: 1rem;
}


/* SLIDESHOW */

.ssh-video,
.ssh-slide-video {
	overflow: hidden;
}

.ssh-slide-video {
	height: 80vh;
	overflow: hidden;
	display: block;
	margin-bottom: -8rem;
}

.ssh-slide-video video {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.ssh-video video {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.ssh-slide {
	margin-bottom: 3.5rem;
}

.ssh-slide .ssh-slide-image {
	height: 80vh;
	background-size: cover;
	background-position: center center;
	margin-bottom: -8rem;
}

.ssh-slide .ssh-slide-overlay:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 60%;
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
	z-index: 0;
}

.ssh-slide-meta {
	display: block;
	position: relative;
	margin-left: 0;
	left: 0;
	text-align: left;
	max-width: 90%;
	z-index: 2;
	bottom: 6.5rem;
}

.ssh-slide-cat span {
	color: #fff;
	padding: .6rem;
	line-height: 1;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 1rem;
}

.ssh-slide-title {
	background-color: #fff;
	-webkit-box-shadow: .5rem 0px 0px #fff, -.5rem 0px 0px #fff;
	box-shadow: .5rem 0px 0px #fff, -.5rem 0px 0px #fff;
	-webkit-box-decoration-break: clone;
	-ms-box-decoration-break: clone;
	-o-box-decoration-break: clone;
	box-decoration-break: clone;
	word-break: break-word;
	display: inline;
	padding: .8rem;
	margin-left: .5rem;
	line-height: 5rem;
}


/* ADRESSEN */

.ssh-address {
	margin-bottom: 3rem;
	display: block;
	position: relative;
}

.address-item-box {
	display: block;
	position: relative;
	width: 100%;
	padding: 2rem;
	color: #000;
	background: #fff;
	margin-bottom: 1.35rem;
}

.address-item-title .ssh-small-block-title:after {
	margin-left: 0;
}

.address-item-data .address-data {
	display: inline-block;
	padding: 0rem .35rem
}

.address-item-img img {
	max-height: 5rem;
	display: block;
	width: auto;
	float: right;
	max-width: 16rem
}


/* BLOCKQUOTE & CONTACT */

.ssh-blockquote,
.ssh-contact {
	margin-bottom: 3rem;
}

.ssh-blockquote-content,
.ssh-contact-content {
	position: relative;
	display: block;
	height: 100%;
	padding: 2rem;
}

.ssh-blockquote-text {
	font-size: 1.4rem;
	font-weight: 300;
}

.ssh-blockquote-name,
.ssh-contact-position {
	font-weight: 300;
	font-style: italic;
	color: #999;
	font-size: 1rem;
}

.ssh-blockquote-img,
.ssh-contact-img {
	height: 100%;
	display: block;
	width: 100%;
	min-height: 18rem;
	background-size: cover;
	background-position: center center;
	position: relative;
	overflow: hidden;
}

.ssh-blockquote-img:after,
.ssh-contact-img:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	right: 0;
	height: 30%;
	width: 100%;
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.3));
}

.ssh-contact-datas {
	font-weight: 300;
}

.ssh-contact-datas span {
	margin-right: .5rem;
	display: inline-block;
}

.ssh-contact .ssh-small-block-title:after {
	margin-left: 0;
}


/* EVENTS */

.ssh-events-navigation {
	position: relative;
	display: block;
	text-align: center;
}

.ssh-events-navigation ul {
	list-style: none;
	display: block;
	padding: 0;
	text-align: center;
}

.ssh-events-navigation ul li {
	display: inline-block;
}

.ssh-events-navigation ul li a {
	color: #999;
	padding: .5rem;
	margin-right: 1rem;
	margin-bottom: .5rem;
	line-height: 1;
	font-weight: 600;
	display: inline-block;
}

.ssh-events-navigation ul li a:hover {
	color: #666;
}

.event-item-box {
	position: relative;
	display: block;
	margin-bottom: 2rem;
}

.event-item-date {
	height: 100%;
	text-align: center;
	padding: 3rem;
	color: #fff;
}

.event-item-day {
	font-size: 3.4rem;
	font-weight: 600;
	line-height: 1.2;
}

.event-item-month {
	font-weight: 300;
}

.event-item-data {
	padding: 2rem;
}

.event-item-data .ssh-small-block-title:after {
	margin-left: 0;
}

.event-details .event-detail {
	padding-right: .5rem;
}

.event-details .event-info {
	display: block;
}

/* SPENDE FSTICKY */

.ssh-sticky {
	position: fixed;
	z-index: 7000;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.95);
	font-weight: normal;
	text-align: center;
	cursor: pointer;
	bottom: 0rem;
	padding: 1rem 1rem 1.5rem 1rem;
	opacity: 0;
	box-shadow: 0 -.5rem 1rem 0 rgba(0, 0, 0, .05);
	left: 0;
	right: 0;
	-webkit-transition: -webkit-all 500ms ease-in-out;
	-moz-transition: -moz-all 500ms ease-in-out;
	-o-transition: -o-all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	visibility: hidden;
}

.ssh-sticky-show {
	opacity: 1;
	visibility: visible;
}

.page-template-template-spenden,
.ssh-pad-donate {
	padding-bottom: 0rem;
}


/* Sign Box */

.ssh-sign-box,
.sign-box {
	display: block;
	position: relative;
	margin-bottom: 2rem;
}


/* 404 PAGE	*/

.error-icon {
	font-size: 10rem;
	text-align: center;
}

.error-text {
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-top: -2rem;
	margin-bottom: 2rem;
}

.error-search input {
	border: .2rem solid #f0f0f0;
	padding: 1rem;
	font-size: 1.35rem;
	text-align: center;
	margin-bottom: 2rem;
}


/* NEWSLETTER */

.mailpoet_form {
	text-align: center;
	display: block;
	position: relative;
	padding: .5rem 1rem 0rem 1rem;
}

.mailpoet_text {
	border: none;
	padding: 1rem;
	width: 100% !important;
	display: block;
	line-height: 1.6 !important;
	height: auto !important;
	text-align: center;
	font-size: 1.35rem;
	border-radius: 10rem;
	outline: none;
}

.mailpoet_submit {
	border: none;
	border-radius: 10rem;
	line-height: 1;
	padding: 1rem 1.25rem;
	color: #fff;
	cursor: pointer;
	margin: .5rem 0 .25rem;
	display: block;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.5rem;
	font-weight: 300;
	opacity: .9;
	font-family: open-sans, sans-serif !important;
	font-size: 1.35rem;
	font-weight: 400;
}

.mailpoet_submit:hover {
	color: #fff;
	opacity: 1;
}


/*NEWSLETTER MODAL*/

.wbounce-modal-sub {
	padding: 4rem 4rem 3rem 4rem;
}

.modal-close {
	position: absolute;
	top: .5rem;
	right: 1rem;
	font-size: 2rem;
	color: #999;
}

.modal-close:hover {
	color: #000;
}


/* COMMENTS */

.ssh-comments {
	padding: 2rem 0;
}

.ssh-comments .ssh-comments-title {
	margin-bottom: 2rem;
}

.ssh-comments .logged-in-as {
	display: none;
}

.ssh-comments .form-submit {
	text-align: center;
}

.ssh-comments .ssh-comments-list {
	padding-bottom: 2rem;
	list-style: none;
	margin: 0;
	width: 100%;
	position: relative;
	display: block;
	padding: 0;
}

.ssh-comments .ssh-comments-list li {
	list-style: none;
}

.ssh-comments .ssh-comments-list .comment-body {
	box-shadow: 0 .3rem .4rem rgba(0, 0, 0, .05);
	-webkit-box-shadow: 0 .3rem .4rem rgba(0, 0, 0, .05);
	display: block;
	padding: 1.35rem 2rem;
	margin-bottom: 2.4rem;
	width: 100%;
	border-left: 1rem solid #ffc107;
}

.ssh-comments .ssh-comments-list .depth-2 .comment-body {
	border-left: 1rem solid #FFA000;
}

.ssh-comments .ssh-comments-list .depth-3 .comment-body {
	border-left: 1rem solid #FF6F00;
}

.ssh-comments .comment-author {
	font-weight: 600;
	font-size: 1.15rem;
}
.ssh-comments .comment-author .avatar {
    border-radius: 50%;
    height:2rem;
    width:2rem;
    margin:.5rem .5rem .5rem 0rem;
    
}
.ssh-comments .comment-author cite {
	font-style: normal;
}

.ssh-comments .comment-meta a {
	color: #999;
}

.ssh-comments .comment-meta {
	font-size: .8rem;
	margin-bottom: 1rem;
}

.ssh-comments .comment-reply-title {
	margin-bottom: .5rem;
	display: block;
}

.ssh-comments .comment-author .says {
	display: none;
}

/*
.comment-author-sonos .fn:before {
	width: 1.5rem;
	content: '';
	display: inline-block;
	position: relative;
	background-image: url(https://static.hoerbehindert.ch/2018/03/sonos_icon.png);
	background-size: cover;
	background-position: bottom;
	height: 1.5rem;
	margin-right: .35rem;
	margin-bottom: -.25rem;
}
*/

/*
Responsive CSS
*/


/* Medium devices (tablets, less than 992px) */

@media (max-width: 991.98px) {
	.wbounce-modal-sub {
		padding: 2rem !important;
		width: 100% !important;
		position: absolute !important;
		top: 0;
		left: 0 !important;
		right: 0 !important;
		bottom: 0;
		overflow: scroll !important;
		max-width: 100%;
	}
	.mailpoet_form {
		padding: 0rem !important;
	}
}


/* Small devices (landscape phones, less than 768px) */

@media (max-width: 767.98px) {
	.header-brand img {
		height: auto;
	}
}


/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {
	.header-brand img {
		width: 12rem !important;
	}
	.ssh-nav-scroll .header-brand img {
		width: 12rem !important;
	}
	.ssh-icn-nav {
		padding-top: .6rem !important;
	}
    .ssh-dropmenu {
        text-align: center;
        margin-bottom:2rem;
    }
}

@media (min-width: 992px) {
	.wbounce-modal-sub {
		width: 50rem !important;
		max-width: 100%;
	}
}


/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
	.container-fluid {
		max-width: 86%;
		padding-left: 2rem;
		padding-right: 2rem;
	}
}


/* Super Extra large devices (large desktops, 1600px and up) */

@media (min-width: 1600px) {
	.container-fluid {
		max-width: 82rem;
		padding-left: 4rem;
		padding-right: 4rem;
	}
	html {
		font-size: 20px;
	}
}


/* Large devices (desktops, less than 1200px) */

@media (max-width: 1199.98px) {
	.container-fluid {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}


/* Medium devices (tablets, less than 992px) */

@media (max-width: 991.98px) {
	.container-fluid {
		max-width: 100%;
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.display-4,
	.display-3,
	.display-2,
	.display-1 {
		font-size: 2.8rem;
		line-height: 1.5;
	}
    .ssh-xxl:after {
	width: 8rem;
	padding: .2rem;
	margin-top: .5rem;
	margin-bottom: 1.35rem;
    }
	.counter-text {
		font-size: 5rem;
	}
	.ssh-block-overview {
		padding: 2rem 2rem 1rem 2rem;
	}
	.ssh-s1,
	.ssh-s2,
	.ssh-s3,
	.ssh-s4,
	.ssh-s5 {
		height: 20rem;
	}
}


/* small devices (landscape phones, less than 768px) */

@media (max-width: 767.98px) {
	.container-fluid {
		max-width: 100%;
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.ssh-box-left,
	.ssh-box-right {
		width: 100%;
	}
	.ssh-subtitle {
		left: -.5rem;
	}
	.ssh-sign-box,
	.sign-box,
	.ssh-article {
		margin-bottom: 1rem;
	}
	.overlay-search-form .search-form input {
		font-size: 2rem;
	}
}


/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {
	.ssh-site-content {
		padding-top: 5rem !important;
	}
	.lead {
		font-size: 1.15rem;
	}
	.h1,
	h1 {
		font-size: 2rem;
	}
	.h2,
	h2 {
		font-size: 1.4rem
	}
	.h3,
	h3 {
		font-size: 1.4rem
	}
	.h4,
	h4 {
		font-size: 1.4rem
	}
	.h5,
	h5 {
		font-size: 1rem;
	}
	.ssh-slide-cat span {
		margin-bottom: .5rem;
	}
	.ssh-slide-title {
		font-size: 1.4rem;
		padding: .5rem;
		line-height: 2.6;
	}
	.ssh-post-lead .entry-title {
		font-size: 2rem;
	}
	.ssh-cover-title {
		line-height: 2.6;
	}
	.ssh-posts-list-title {
		padding-bottom: .3rem;
		padding-top: 1rem;
	}
	.ssh-slide .ssh-slide-image,
	.ssh-slide-video {
		height: 28rem;
	}
	.ssh-overlay-nav a {
		font-size: 2rem;
		line-height: 1.8;
	}
	.ssh-pad {
		padding-top: .5rem;
		padding-bottom: .5rem;
	}
	.ssh-cover {
		margin-bottom: 1rem;
	}
	.ssh-desc-title-sign .entry-title {
		bottom: 1rem;
	}
	.ssh-title {
		font-size: 2rem;
		line-height: 2
	}
	.ssh-subfooter {
		padding: 1rem .5rem;
	}
}


/* GUTENBERG */

@media (min-width: 992px) {
	.alignwide {
		margin-left: -10rem;
		margin-right: -10rem;
		padding: 2rem 0;
	}
	.wp-block-gallery .blocks-gallery-image,
	.wp-block-gallery .blocks-gallery-item {
		padding: 0rem 0rem;
	}
	.wp-block-cover-image {
		/* width:auto; */
		min-height: 32rem;
	}
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
	font-size: .5rem;
	padding: .5rem;
	visibility: visible;
	display: flex;
	font-weight: 600;
	background: linear-gradient(0deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .2) 0%, transparent)
}

.ssh-fs-hello video {
	width: 100%;
	display: block;
	border: .1rem solid #f0f0f0;
	border-radius: 1rem;
}

.gsfingersubmit {
	padding: 2rem;
}

#finger video {
	width: 100%;
	border: .1rem solid #f0f0f0;
	border-radius: 1rem;
}

.fingerblock h2 {
	position: absolute;
	bottom: 1rem;
	left: 1rem;
	padding: 1rem 1rem;
	line-height: 1;
	text-transform: uppercase;
	font-size: 3rem;
	color: #999;
	font-weight: 300;
}

.fingerblock {
	position: relative;
	display: block;
	margin-bottom: 1rem;
}

.gsfingersubmit a {
	color: #fff !important;
}

.gsfingersubmit input {
	margin-bottom: 1rem;
	text-transform: uppercase;
}

.ssh-donate-footer {
	margin-top: 3rem;
}

.page-template-template-spendenformular .ssh-donate-footer {
	display: none;
}

.wppb-form-field .custom_field_html {
    padding:0
}
.login-remember {display:none;}



/* SUPPORTER LAYOUT */

.supporter-item {
	-webkit-transition: -webkit-all 350ms ease;
	-moz-transition: -moz-all 350ms ease;
	-o-transition: -o-all 350ms ease;
	transition: all 350ms ease;
}

.lms-section-support {
	padding: 4rem 0;
}

.supporter-item {
	position: relative;
	display: block;
	filter: grayscale(1);
	margin-bottom: 2rem;
}

.supporter-item-img {
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
}

.supporter-item:hover {
	filter: grayscale(0);
}

.supporter-item-img img {
	width: 100%;
	height: auto;
	position: relative;
	padding: 2.25rem;
	top: 50%;
	transform: translateY(-50%);
	vertical-align: center;
	display: block;
}

.dds-widget-container {
	position: relative;
	z-index: 2000
}


.page-template #faq {
  background-color: #ed8b0014;
}

