@font-face {
	font-family: 'Flama Bold';
	src: url('./fonts/flama_bold-webfont.woff2') format('woff2'),
			 url('./fonts/flama_bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}


/*
 Theme Name:   Trinkwasser
 Description:  Trinkwasser
 Author:       Delinat
 Author URI:   httpw://www.delinat.com
 Template:     twentytwenty
 Version:      1.0
 Text Domain:  twentytwenty-child
*/

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

/*	1. Document Setup
/* -------------------------------------------------------------------------- */

body {
	background: #fff;
	box-sizing: border-box;
	color: #444;
	font-family: "Open Sans", Helvetica, sans-serif;
	font-size: 1.6rem;
	letter-spacing: -0.015em;
	text-align: left;
}

.home .sidebar {
	display: none;
}

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

/*	2. Element Base
/* ---------------------------------------------*---------------------------- */


h1 {
	color: #00a5e6;
}

#site-content p {
	color: #444;
}

a {
	color: #444;
}



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

/*	3. Helper Classes
/* -------------------------------------------------------------------------- */
.flamabold {
	font-family: "Flama Bold", "Open Sans", Helvetica, sans-serif !important;
}


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

/*	4.	Site Header
/* -------------------------------------------------------------------------- */

/* Top Menu ---------------------------- */

.header-topbar {
    display: none;
    padding: 0;
    background: #262626;
    color: #fff;
}

.header-topbar .header-inner {
	padding: 0 !important;
}

.header-topbar ul {
	margin: .5rem 0;
}

.header-topbar ul>li{
    list-style-type: none;
    	float: left;
    margin: 0;
    padding: 0 2rem;
    line-height: 2.6rem;
    font-size: 1.4rem;
    font-weight: bold;
}


.header-topbar ul>li>i {
	font-size: 1.8rem;
}
.header-topbar ul>li.social i {
	font-size: 2.4rem;
	padding-right: .8rem;
}

.header-topbar ul>li>a,
.header-topbar ul>li>a:visited{
    color: #ffffff !important;
    text-decoration: none;
}

.header-topbar ul>li>a:hover{
    text-decoration: underline;
}

.header-topbar ul>li>a>img{
	float: left;
	margin: 0 0.5rem;
}

.header-topbar ul>li>a>i{
    display: inline-block;
}

.header-topbar .lang {
	text-align: right;
	float: right;
}

.wpml-ls-legacy-list-horizontal a:after {
	content: "|";
	padding-left: 1rem;
}

.wpml-ls-last-item a:after {
	content: "";
}

/* Primary Menu ---------------------------- */

.primary-menu a {
	color: #444 !important;
	font-weight: bold;
	font-size: 1.8rem;
}

.primary-menu > li > .icon {
	color:  #444 !important;
	right: -0.1rem;
}

/* SUB MENU */
.primary-menu ul {
	background: #fff !important;
	border: 1px solid gray;
}

.primary-menu ul a {
	font-weight: normal;
}

.primary-menu li.current-menu-item > a,
.primary-menu li.current-menu-ancestor > a,
.primary-menu li.current-menu-parent > a,
.primary-menu li.current_page_parent > a,
.primary-menu li.current_page_ancestor > a,
.primary-menu li.current-menu-item  .link-icon-wrapper > a {
	color: #00a5e6 !important;
}

.primary-menu li.current-menu-item  > .icon,
.primary-menu li.current-menu-ancestor  > .icon,
.primary-menu li.current-menu-parent  > .icon,
.primary-menu li.current_page_parent  > .icon,
.primary-menu li.current_page_ancestor  > .icon,
.primary-menu li.current-menu-item  .link-icon-wrapper > .icon {
	color: #00a5e6 !important;
}

/* WPML ----------------------------- */

.primary-menu .wpml-ls-item {
	display: none;
}
.mobile-menu .wpml-ls-item a,
.mobile-menu .wpml-ls-item > .icon {
	color: #ccc !important;
}



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

/*	9. Post: Single
/* -------------------------------------------------------------------------- */


/* Post Header ------------------------------- */

.singular .entry-header {
	background-color: #fff;
	margin-bottom: 1rem;
	padding: .5rem 0;
}

.singular .entry-header h1 {
	color: #00a5e6;
}

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

/*	10. Blocks
/* -------------------------------------------------------------------------- */

.wp-block-columns:not(.alignwide):not(.alignfull){
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter) {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.wp-block-column img {
	width: 75%;
}

.wp-block-column figcaption {
	text-align: center;
}

.kernthemen .wp-block-column img {
	box-shadow: 5px 2px 10px #ccc;
    border-radius: 100%;
    border: 5px solid #fff;
}

.unterstuetzer .wp-block-column figcaption {
	font-size: 1.2rem;
}

.unterstuetzer .wp-block-column figcaption a {
	font-size: 1.6rem;
}

.wp-block-image .aligncenter {
	text-align: center;
}



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

/*	11. Entry Content
/* -------------------------------------------------------------------------- */


/* Font Families ----------------------------- */

.entry-content {
	font-family: "Open Sans", Helvetica, sans-serif;
	font-size: 1.8rem;
}



.entry-content a.pdf:before {
	display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
	content: "\f1c1";
	padding-right: .5rem;
}

/* Alignment Classes ------------------------- */

.sidebar > aside {
	max-width: 28rem;
	width: calc(100% - 4rem);
	margin-left: 4rem;
	font-family: "Open Sans", Helvetica, sans-serif;
}

.widget_text p, .widget_text ol, .widget_text ul, .widget_text dl, .widget_text dt, .widget-content .rssSummary {
	font-family: "Open Sans", Helvetica, sans-serif;
}

/* Button -----*/
div.button {
	background-color: #c01818 !important;
	border-radius: 10px;
    max-width: 40rem !important;
}

div.button a.paypal {
	color: #fff !important;
    text-decoration: none;
}
button, .button, .faux-button, .wp-block-button__link, .wp-block-file .wp-block-file__button, input[type="button"], input[type="reset"], input[type="submit"], .bg-accent, .bg-accent-hover:hover, .bg-accent-hover:focus, :root .has-accent-background-color, .comment-reply-link {
	/*background-color: #c01818 !important;
	border-color: #c01818 !important;`*/
}

#post-20017 .entry-content h2 {
	margin-top: 10px;
}

a.faq-frage {
	margin: 1rem 0;
	font-weight: bold;
}


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

/*	16. Site Footer
/* -------------------------------------------------------------------------- */


.footer-nav-widgets-wrapper,
#site-footer {
	background-color: #262626;
}

.footer-nav-widgets-wrapper a,
#site-footer a,
.footer-nav-widgets-wrapper h2,
#site-footer h2 {
	color: #fff !important;
}

.footer-nav-widgets-wrapper .widget_text p,
.footer-nav-widgets-wrapper .widget_text ol,
.footer-nav-widgets-wrapper .widget_text ul,
.footer-nav-widgets-wrapper .widget_text dl,
.footer-nav-widgets-wrapper .widget_text dt,
.footer-nav-widgets-wrapper .widget-content .rssSummary {
    font-family: "Open Sans", Helvetica, sans-serif;
    color: #fff;
}

.footer-nav-widgets-wrapper .widget_text ul.menu {
	list-style: none;
}


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

/*	Sidebar
/* -------------------------------------------------------------------------- */

.sidebar h2.widget-title {
	font-size: 2,4rem;
    color: #00a3e6;
    font-weight: bold;
}

.sidebar .sidebar-kernthemen {
	list-style: none;
	margin-left: 0;
}
.sidebar .sidebar-kernthemen li {
	border-top: 1px dashed #d6d6d6;
    padding: 1rem 0;
    margin: 1rem 0;
}
.sidebar .sidebar-kernthemen li a img {
    float: left;
    margin-right: 12px;
    box-shadow: 2px 2px 4px #ccc;
    border-radius: 100%;
    border: 2px solid #fff;
}

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

/*	Events
/* -------------------------------------------------------------------------- */

.archive-header {
	display: none;
}

.event .post-meta,
.location .post-meta {
	display: none;
}

#em-wrapper {
	max-width: 100%;
	width: 100%;
}

.css-events-list table.events-table {
	border: none;
}

.css-events-list table.events-table td,
.css-events-list table.events-table th {
	padding: .5rem 2rem;
	border: none;
}

.css-events-list table.events-table th.event-time {
	width: auto;
}

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

/*	Yoast Breadcrumbs + WPML Sprachumschalter
/* -------------------------------------------------------------------------- */

.blue {
	background-color: #00a5e6;
	margin-bottom: 25px;
}

#breadcrumbs {
	margin: 0;
	line-height: 3rem;
	font-size: 1.3rem;
	color: #fff;
}

#breadcrumbs a {
	color: #fff !important;
}




div.kampagne {
	width: 100%;
	margin-bottom: 20px;
	padding: 20px;
	background: #00A3E6;
	/*font-family: "Assistant";*/
	font-size: 50px;
	font-weight: 800;
	text-transform: uppercase;
	color: #fff;
	line-height: 1.0;
}

div.kampagne b {
	color: #fff;
}

div.kampagne span {
	display: block;
	font-size: 30px;
}

@media (max-width: 767px) {
	div.kampagne {
		font-size: 30px;
	}

	div.kampagne > span {
		font-size: 20px;
	}
}

div.kampagne.biodiversitaet div.img .wp-caption {
	width: 33% !important;
	height: auto;
	margin: 0;
	float: left;
}

div.kampagne.biodiversitaet div.img .wp-caption img {
	width: 100% !important;
	height: auto;
}
div.kampagne p {
	height: 0; margin: 0;
}

div.kampagne div.img {
	width: 100%;
	text-align: left;
}

div.kampagne div.text-2 {
	text-transform: none;
	font-size: 20px;
	font-weight: 400;
}

@media (min-width: 767px) {
	div.kampagne div.img-2,
	div.kampagne div.text-2 {
		float: left;
		width: 50%;
		text-align: left;
	}
	div.kampagne div.text-2 {
		padding: 35px 20px 0 0;
		text-transform: none;
		font-size: 26px;
		font-weight: 400;
	}
}


div.kampagne.biodiversitaet div.img .wp-caption .wp-caption-text {
	height: auto;
	padding: 0 10px;
	font-size: 16px;
	font-weight: bold;
	text-transform: none;
	text-align: center;
	color: #fff;
}

div.kampagne.biodiversitaet div.img .wp-caption .wp-caption-text b {
	color: #fff;
}

div.kampagne.biodiversitaet ul {
	list-style: none;
}

div.kampagne.biodiversitaet li {
	display: inline-block;
	font-size: 16px;
	text-transform: none;
	margin-right: 15px;
	color: #fff;
}

div.kampagne.biodiversitaet li:before {
	display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "FontAwesome";
    font-weight: 400;
    content: "\f111";
    margin-right: 5px;
    color: #84d0f5;
}

div.kampagne.biodiversitaet li.verarmt:before {
	color: #d46043;
}

div.kampagne.biodiversitaet li.kein:before {
	color: #c00d0e;
}



@media (min-width: 700px) {
	.section-inner {
		width: calc(100% - 4rem);
	}
}

@media ( min-width: 700px ) {

	/* TITLES */

	h1,
	.heading-size-1 {
		font-size: 2.6rem;
	}

	h2,
	.heading-size-2 {
		font-size: 2.2rem;
	}

	h3,
	.heading-size-3 {
		font-size: 2.0rem;
	}

	h4,
	.heading-size-4 {
		font-size: 1.8rem;
	}

	h5,
	.heading-size-5 {
		font-size: 1.8rem;
	}

	h6,
	.heading-size-6 {
		font-size: 1.6rem;
	}

}

@media ( min-width: 1000px ) {


	/* Document Setup ------------------------ */

	/* Helper Classes ------------------------ */

	/* Site Header --------------------------- */
	.header-topbar {
		display: block;
	}
	.header-inner, .blue-wrapper  {
		width: calc(100% - 8rem);
		max-width: 1100px;
		margin: 0 auto;
	}

	#site-content {
		width: calc(100% - 8rem);
		max-width: 1100px;
		margin: 0 auto;
	}

	.entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
		max-width: 72rem;
	}

	.header-titles-wrapper {
		margin-right: 0;
	}

	#site-content {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: stretch;
	}

	.blue-wrapper {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
	}

	.breadcrumb-wrapper {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: stretch;
		width: calc(50%);
	}

	#breadcrumbs {
		max-width: 72rem;
		width: calc(100% - 4rem);
		margin: 0 auto;
	}

	.lang {
		max-width: 28rem;
		width: calc(50% - 4rem);
	}

	/* Entry Content --------------------------- */
	.entry-header-inner {
		text-align: left;
	}

	/* Blocks --------------------------- */
	.wp-block-column img {
		width: 100%;
	}
}

@media ( min-width: 1220px ) {

	/* Element Base -------------------------- */

	/* TITLES */

	h1,
	.heading-size-1 {
		font-size: 3.6rem;
	}
	.primary-menu-wrapper + .header-toggles {
		margin-left: 3rem;
	}

	.primary-menu > li {
		margin-left: 2.0rem;
	}

	.primary-menu > li.wpml-ls-menu-item {
		margin-left: 3rem;
	}

}

@media ( min-width: 1280px ) {
	.has-sidebar .entry-content > .alignwide {
		max-width: 72rem;
		width: 72rem;
	}
}
