/*
 Theme Name:   Fluerat
 Theme URI:    https://nds-fluerat.org
 Description:  Flüchtlingsrat Niedersachsen e.V.
 Author:       Christian Rüggeberg
 Author URI:   https://arkonisus.de
 Template:     generatepress
 Version:      0.95
*/

/* mulish-300 - latin */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/mulish-v12-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/mulish-v12-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/mulish-v12-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/mulish-v12-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/mulish-v12-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/mulish-v12-latin-300.svg#Mulish') format('svg'); /* Legacy iOS */
}
/* mulish-regular - latin */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/mulish-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/mulish-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/mulish-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/mulish-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/mulish-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/mulish-v12-latin-regular.svg#Mulish') format('svg'); /* Legacy iOS */
}
/* mulish-700 - latin */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/mulish-v12-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/mulish-v12-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/mulish-v12-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/mulish-v12-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/mulish-v12-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/mulish-v12-latin-700.svg#Mulish') format('svg'); /* Legacy iOS */
}

body, button, input, select, textarea {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
}

* {
	word-wrap: normal;
}

.site-header {
	display: none;
}

.main-navigation,
.page-header-image,
#page,
.site-footer {
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}

.site-content {
	padding: 30px 90px;
}


/* - - - - - Main Navigation - - - - - */
nav.main-navigation {
	position: relative;
	z-index: 2;
}

nav.main-navigation .navigation-logo img {
	padding: 18px 20px 12px 20px;
}

nav.main-navigation,
nav.main-navigation.is_stuck {
    box-shadow: 0 5px 4px -4px rgba(0,0,0,.15) !important;
}

.main-navigation .main-nav ul li a {
	padding-left: 15px;
}

.main-navigation ul li.current-menu-item > a:before,
.main-navigation ul li.current-menu-ancestor > a:before {
	content: '';
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 0;
	height: 3px;
	background: #045a9d;
}

.menu-item-has-children .dropdown-menu-toggle {
	padding-right: 15px;
}

.main-navigation ul ul {
	width: 300px;
	background: #fff;
	box-shadow: 0 2px 2px rgba(0,0,0,.35);
}

.main-navigation .main-nav ul ul li {
	margin-bottom: 2px;
}

.main-navigation .main-nav ul ul li:last-child {
	margin-bottom: 0;
}

.main-navigation .main-nav ul ul li a {
	display: block;
	font-size: 16px !important;
	padding: 20px 60px 20px 20px;
	background: #f6f6f6;
}

.main-navigation .main-nav ul ul li a:hover {
	background: #e6e6e6 url(images/arrow_right.png) no-repeat right 20px center;
	background-size: 26px 26px;
}


.main-navigation .main-nav ul ul li.hilite a {
	color: #fff;
	background-color: #e55555;
}

.main-navigation .main-nav ul ul li.hilite a:hover {
	color: #fff;
	text-shadow: 0 0 0.1px #fff;
	background-image: url(images/arrow_right_white.png);
}

.main-navigation .main-nav ul ul li.menu-item-has-children > a {
	background-image: none;
}

.main-navigation .main-nav ul ul li ul li {
		margin-bottom: 0;
}

.main-navigation .main-nav ul ul li ul li a {
	background-color: #e6e6e6;
}

.main-navigation .main-nav ul ul li ul li a:hover {
	background-color: #d6d6d6;
}

.main-navigation .main-nav ul ul li.current-menu-item a:before,
.main-navigation .main-nav ul ul li.current-menu-ancestor a:before {
	display: none;
}

.main-navigation .search-field {
	font-size: 24px;
	line-height: 60px;
	font-weight: bold;
}

.main-navigation .btn_donate {
	padding-left: 10px;
	padding-right: 20px;
}

.main-navigation .btn_donate a {
	display: inline;
	font-size: 14px;
	color: #e55555 !important;
	padding: 7px 12px !important;
	border-radius: 20px;
	border: solid 1px #e55555;
}

.main-navigation .btn_donate a:hover {
	color: #fff !important;
	background-color: #e55555 !important;
}

.main-navigation .main-nav ul li.btn_donate:hover > a {
	background: none;
}

.navigation-search input {
	opacity: 1;
}

.navigation-search input[type="search"]:focus {
	background: #fff;
}

.main-navigation .menu-toggle {
    line-height: 80px;
    font-size: 20px;
}

/* - - - - - Main Styles - - - - - */
a, a.visited {
	color: #045a9d;
	font-weight: bold;
	text-decoration: underline;
}

a.white:focus,
a.white:active,
a.white:visited {
	color: #fff;
}

h1 {
	font-size: 42px;
	font-weight: bold;
	color: #fff;
}

h2, h3, h4 {
	font-weight: 700;
	color: #e55555;
}

blockquote {
    font-size: 1.0em;
}

.widget h2.widget-title,
.sidebar .widget h2.widget-title {
	font-size: 25px;
	font-weight: bold;
	color: #045a9d;
	margin-bottom: 20px;
}

.wp-caption-text {
	font-size: 12px;
	text-align: right;
	color: #e55555;
	margin-top: 15px;
}


/* Helpers */
.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.no-padding {
	padding: 0;
}

.no-background {
	background: none;
}

.flexbox {
	display: flex;
	clear: both;
}


/* - - - - Grid - Stuff - - - - - */
#left-sidebar.grid-35 {
    width: 31.75%;
    left: -68.25%;
}

.content-area.grid-65 {
    width: 68.25%;
    left: 31.75%;
}


/* Buttons */
.btn_blau {
	display: inline-block;
	font-size: 18px;
	color: #fff;
	padding: 10px 20px;
	border: 1px solid #045a9d;
	border-radius: 25px;
	background: #045a9d;
	text-decoration: none;
}

.btn_blau:hover {
	color: #045a9d !important;
	background: #f6f6f6;
}

.btn_white {
	display: inline-block;
	font-size: 18px;
	color: #045a9d;
	padding: 10px 20px;
	border: 2px solid #fff;
	border-radius: 25px;
	background: #fff;
	text-decoration: none;
}

.btn_white:hover {
	color: #fff !important;
	background: transparent;
}

.btn_trans {
	display: inline-block;
	font-size: 18px;
	color: #fff;
	padding: 10px 20px;
	border: 2px solid #fff;
	border-radius: 25px;
	text-decoration: none;
}

.btn_trans:hover {
	color: #045a9d !important;
	background: #fff;
}


/* Taglist-Buttons */
.taglist a {
	display: inline-block;
	font-size: 18px;
	color: #045a9d;
	padding: 10px 40px 10px 20px;
	border: 1px solid #045a9d;
	border-radius: 25px;
	text-decoration: none;

}

.taglist a:before {
	content: '# ';
	color: #e55555;
	font-size: 40px;
	line-height: 24px;
	vertical-align: top;
}

.taglist a:hover {
	background: #f6f6f6;
}

.taglist_small {
	display: inline-block;
}

.taglist_small ul {
	margin: 0;
}

.taglist_small li {
	display: inline-block;
	padding: 0 !important;
	margin: 0 5px 0 0 !important;
}

.taglist_small a {
	display: inline-block;
	font-size: 10px;
	color: #e55555;
	text-transform: uppercase;
	padding: 2px 7px;
	border: 1px solid #e55555;
	border-radius: 25px;
}

.taglist_small a:before {
	content: '# ';
	color: #e55555;
	font-size: 10px;
}

.taglist_small a:hover {
	color: #fff;
	background: #e55555;
}

.taglist_small a:hover:before {
	color: #fff;
}

div.taglist_small.blue li {
	margin: 0 0 5px 5px !important;
}

.taglist_small.blue a {
	font-size: 11px;
	color: #045a9d;
	padding: 3px 8px;
	border-color: #045a9d;
	text-decoration: none;
}

.taglist_small.blue a:before {
	font-size: 11px;
}

.taglist_small.blue a:hover {
	color: #fff;
	background: #045a9d;
}


/* Pagination */
.page-numbers {
	display: inline-block;
	width: 50px;
	height: 50px;
	font-size: 25px;
	line-height: 50px;
	text-align: center;
	color: #045a9d;
	border-radius: 100%;
}

a.page-numbers:hover {
	color: #fff;
	background: #045a9d;
}

.page-numbers.current {
	color: #fff;
	background: #e55555;
}

.nav-links .prev,
.nav-links .next {
	width: auto;
	padding: 0 20px;
	border-radius: 25px;
}


/* - - - - - Content - - - - - */

/* Header-Image */
.separate-containers .page-header-image {
	margin-top: 0;
	/*margin-bottom: 45px;*/
    max-height: 400px;
    overflow: hidden;	
}

.separate-containers .page-header-image img {
	width: 100%;
}

.single.separate-containers .page-header-image-single {
	display: none;
}

.home.separate-containers .page-header-image {
	max-height: none;
	overflow: auto;
}


/* Headline-Box */
.separate-containers .page-header-image ~ .site .site-content .content-area {
	margin-top: -205px;	
}

.home.separate-containers .page-header-image ~ .site .site-content .content-area {
	margin-top: -245px;	
}


/* Main */
header .entry-meta {
	min-height: 40px;
    font-size: 14px;
    margin: 0;
    line-height: 1.2;
    color: #323232;
}

.entry-content {
	margin-top: 60px;
    padding: 0 55px;
	color: #323232;
}

.page .inside-article,
.single .inside-article {
	padding: 0 0 40px 0;
	background: none;
}

.page .entry-header,
.single .entry-header,
.separate-containers .page-header {
	box-sizing: border-box;
	/* min-height: 185px; */
	padding: 50px 90px 40px 55px;
	margin: 0;
	background-image: -webkit-linear-gradient(159deg, #3a709b, #045a9d);
	background-image: -o-linear-gradient(159deg, #3a709b, #045a9d);
	background-image: linear-gradient(249deg, #3a709b, #045a9d);
}

.separate-containers .page-header {
	margin: 0 0 60px 0;
}

.separate-containers .paging-navigation {
	text-align: center;
	background: none;
}


/* Icons */
.entry-meta .postdate:before {
    font-family: FontAwesome;
    content: '\f15c';
    font-size: 24px;
    color: #e0e0e0;
    vertical-align: middle;
    margin-right: 15px;
}

.type-page .entry-meta .postdate:before {
	content: '\f15c';
    color: #045a9d;
}

.category-news .entry-meta .postdate:before {
    content: '\f1d8';
    color: #e55555;
}

.type-event .entry-meta .postdate:before,
.category-events .entry-meta .postdate:before {
	content: '\f133';
    color: #045a9d;
}

.category-press .entry-meta .postdate:before {
	content: '\f1ea';
    color: #045a9d;
}


/* Page */
.page .entry-teaser {
	min-height: 150px;
	color: #fff;
	margin-top: 25px;
}

.page .entry-meta {
	/*display: none;*/
}

.page .entry-content.list-nav {
	margin-top: 0;
}

.page .entry-content.list-nav ul {
	list-style: none;
	margin: 0;
}


/* Loop / Archive */
.inside-article.isloop {
	padding: 30px;
	background: #f6f6f6;
}

.page-template .inside-article.isloop {
	margin: 0 -55px;
}

.inside-article.isloop .entry-header {
	min-height: 0;
	padding: 0;
	margin: 0;
	background: none;
}

.inside-article.isloop header .entry-meta {
	display: flex;
	justify-content: space-between;
}

.inside-article.isloop header .entry-meta .postdate {
	align-self: flex-start;
    width: 180px;
	/*flex: 1;*/
}

.inside-article.isloop header .entry-meta .taglist_small {
	flex: 1;
	text-align: right;
}

.inside-article.isloop h2.entry-title {
	font-size: 25px;
	font-weight: bold;
	line-height 1.2;
}

.inside-article.isloop h2.entry-title a {
	text-decoration: none;
}

.inside-article.isloop .excerpt-box {
	display: flex;
}

.inside-article.isloop .entry-summary {
	flex: 1;
	align-self: flex-start;
	margin-top: 1.5em;
}

.inside-article.isloop .morelink {
	flex: 1;
	text-align: right;
	align-self: flex-end;
	max-width: 20%;
}

.inside-article.isloop .morelink a {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	padding: 2px 15px;
	border: 1px solid #045a9d;
	border-radius: 25px;
	background: #045a9d;
	text-decoration: none;
}

.inside-article.isloop .morelink a:hover {
	color: #045a9d;
	background: #fff;
}


/* Single */
.single header .entry-meta {
	display: none;
}

.single .entry-meta {
	min-height: 50px;
	font-size: 18px;
	color: #323232;
	/*margin: 0 -55px; -- v1 --*/
	margin: 0;
}

.single .entry-meta .postdate {
	float: left;
	display: inline-block;
}

.single .entry-meta .postdate:before {
	margin-right: 20px;
}

.single .entry-meta .btn_comments {
	float: right;
	display: inline-block;
	text-decoration: none;
}

.single .entry-meta .btn_comments:before {
    font-family: FontAwesome;
    content: '\f075';
    font-size: 24px;
    color: #045a9d;
    vertical-align: middle;    
    margin-right: 10px;
}

.social-box {
	float: right;
	padding-right: 30px;
}

.single-event .social-box {
	float: none;
}

.social-box a {
	font-size: 24px;
	color: #045a9d;
	margin-right: 5px;
	text-decoration: none;
}

.social-box a:hover {
	color: #045a9d;
}

.entry-meta a:hover {
	opacity: 0.6;
}

.single .entry-header h1.entry-title {
	font-size: 45px;
	font-weight: bold;
	line-height: 1.33;
}

@media (max-width: 768px) {
	.single .entry-header h1.entry-title {
		font-size: 30px;
	}
}

.single .page-header-image {
	max-height: 450px;
	/*margin: 0 -55px; -- v1 --*/
	margin: 0;
	border: 1px solid #e0e0e0;
	border-top: 0;
	overflow: hidden;
}

.single .category-zeitschrift .page-header-image {
	display: none;
}

.comments-area .info {
	margin-bottom: 40px;
}



/* - - - - - Sidebar - - - - - */
.sidebar .widget.history-back {
	padding: 0;
	background: none;
	margin-bottom: 80px;
}

.sidebar .widget.history-back a {
	display: block;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.4px;
	line-height: normal;
	color: #045a9d;	
	padding: 20px 20px 20px 60px;
	background: #f6f6f6 url(images/arrow_left.png) no-repeat left 22px center;
	background-size: 30px 30px;
	text-decoration: none;
}

.sidebar .widget.history-back a:hover {
	background-color: #e6e6e6;
}

.single-post .sidebar .widget.history-back {
	margin-top: 80px;
}


.sidebar .widget.widget_ark_hashtaglist {
	background: none;
	margin-bottom: 50px;	
}

.widget-area .widget.widget_ark_hashtaglist {
	padding: 0;
}

.widget.widget_ark_hashtaglist ul li {
	list-style: none;
	padding-bottom: 10px;
}

.sidebar #nav_menu-5,	/* extra menu 'service' */
.sidebar #nav_menu-6 {	/* extra menu 'politisches' */
	margin-bottom: -27px;
}

/* - - - - - Startseite - - - - - */
.home.separate-containers .site-main {
	margin-bottom: 0;
}

.home.separate-containers .site-main.col-3 {
	margin-left: 0;
}

.home .col-3 .entry-content {
	margin-top: -30px;
}

.home .col-3 .inside-article .grid-container {
	padding: 0;
	margin: 0 -70px;
}

@media (min-width: 1024px) {

	.home .grid-container .news-area {
		margin-top: -220px;
	}

	.home .col-3 .inside-article .grid-container {
		display: flex;
	}

}

.home .col-3 .inside-article .grid-container .grid-33 {
	padding: 0 15px;
}

.home .col-3 .inside-article .grid-container .grid-33 .widget {
	display: flex;
	flex-direction: column;
}

.home .col-3 .inside-article .grid-container .grid-33 .widget .align-center {
	margin-top: auto;
	margin-bottom: 5px;
}

.home .sidebar .banner-container {
	margin: 0 -15px;
} 

.home .sidebar .banner-container .grid-50 {
	padding: 0 15px;
	margin-bottom: 30px;
}

.home .sidebar .banner-container .grid-50 section {
	position: relative;
	min-height: 400px;
	padding: 40px;
	color: #fff;
	background-repeat: no-repeat;
	background-size: cover;	
}

.home .sidebar .banner-container .grid-50 section h3 {
	font-size: 40px;
	font-weight: bold;
	color: #fff;
}

.home .sidebar .banner-container .grid-50 section p {
	font-size: 16px;
	line-height: 1.56;
	letter-spacing: 0.7px;
	margin-top: 70px;
}

.home .sidebar .banner-container .grid-50 .contacts {
	display: inline-block;
	position: absolute;
	left: 40px;
	bottom: 40px;
}

.home .sidebar .banner-container .grid-50 .btn-phone {
	/*width: 245px;*/
	margin-top: 15px;
} 

.home .sidebar .banner-container .grid-50 .btn-mail:before {
    font-family: FontAwesome;
    content: '\f0e0';
    font-size: 20px;
    margin-right: 10px;
}

.home .sidebar .banner-container .grid-50 .btn-phone:before {
    font-family: FontAwesome;
    content: '\f095';
    font-size: 20px;
    margin-right: 10px;
}

.home .sidebar .banner-container .grid-50 .btn-donate {
	position: absolute;
	right: 40px;
	bottom: 40px;
	color: #e55555;
}

.home .sidebar .banner-container .grid-50 section.content-blue {
	background-image: -webkit-linear-gradient(159deg, rgba(4, 90, 157, 0.6), #045a9d), url(images/back_kontakt.jpg);
	background-image: -o-linear-gradient(159deg, rgba(4, 90, 157, 0.6), #045a9d), url(images/back_kontakt.jpg);
	background-image: linear-gradient(249deg, rgba(4, 90, 157, 0.6), #045a9d), url(images/back_kontakt.jpg);
}

.home .sidebar .banner-container .grid-50 section.content-red {
	background-image: -webkit-linear-gradient(159deg, rgba(229, 85, 85, 0.6), #e55555), url(images/back_spenden.jpg);
	background-image: -o-linear-gradient(159deg, rgba(229, 85, 85, 0.6), #e55555), url(images/back_spenden.jpg);
	background-image: linear-gradient(249deg, rgba(229, 85, 85, 0.6), #e55555), url(images/back_spenden.jpg);
}


/* - - - - - Startseite Widgets - - - - - */
.home div.inside-left-sidebar {
	margin-top: 5px;
}

.home .sidebar .widget {
	background: none;
}

.home .widget h2.widget-title {
	font-size: 40px;
}

.home .widget-area .widget {
	padding: 0;
}

.home .widget.widget_ark_hashtaglist ul.showall li {
	display: inline-block;
	padding-right: 15px;
}

.home .news-area .widget_nav_menu {
	padding: 16px;
	background:	#f6f6f6;
}

.home .news-area .widget #menu-sprachen {
	padding-left: 32px;
	background: url(images/world.svg) left center no-repeat;
}

.home .news-area .widget #menu-sprachen li {
	display: inline;
	padding-right: 16px;
	background: transparent;
}

.home .news-area .widget #menu-sprachen li:hover {
	background: transparent;
}

.home .news-area .widget #menu-sprachen li a {
	display: inline;
	font-size: 18px;
	font-weight: bold;
	color: #045a9d;
	padding: 0;
}

.home .news-area .widget #menu-sprachen li a:hover {
	text-decoration: underline;
}

.home .widget.latest-issue-widget {
	padding: 20px;
	background: #f6f6f6;
}

.home .widget.latest-issue-widget h2.widget-title {
	font-size: 18px;
}

.home .widget.latest-issue-widget .entry-title {
	position: relative;
	width: 65%;
	height: 100%;
	float: left;
	font-size: 14px;
	line-height: 1.57;
	padding-bottom: 20px;
}

.home .widget.latest-issue-widget .entry-thumb {
	width: 30%;
	float: left;
	line-height: 0;
	padding-left: 5%;
}

.home .widget.latest-issue-widget .entry-thumb:hover {
	opacity: 0.75;
}

.home .widget.latest-issue-widget .morelink {
	/*position: absolute;*/
	bottom: 20px;
}

.home .widget.latest-issue-widget .morelink a {
	font-size: 14px;
	color: #045a9d;
	text-transform: uppercase;
	padding: 2px 15px;
	border: 1px solid #045a9d;
	border-radius: 25px;
	text-decoration: none;
}

.home .widget.latest-issue-widget .morelink a:hover {
	color: #fff;
	background: #045a9d;
}


/* - - - - - Startseite Slider - - - - - */
.home .entry-header {
	min-height: 400px;
}

.home .inside-article .grid-container .grid-50 {
	/*padding: 25px;*/
}


/* - - - - - Footer - - - - - */
.site-footer {
	color: #045a9d;
	padding-bottom: 60px;
}

.page-id-13 .site-footer {
	padding-bottom: 0;
}

footer.site-info {
	padding-bottom: 50px;
}

.footer-widgets {
	padding-bottom: 0;
}

.footer-widgets a {
	font-weight: normal;
}

.footer-widgets .btn-fb,
.footer-widgets .btn-tw,
.footer-widgets .btn-ig {
	display: inline-block;
	width: 35px;
	height: 35px;
	margin: 0 5px;
}

.footer-widgets .btn-fb {
	background: url(images/btn_fb.svg) no-repeat;
}

.footer-widgets .btn-tw {
	background: url(images/btn_tw.svg) no-repeat;
}

.footer-widgets .btn-ig {
	background: url(images/btn_ig.svg) no-repeat;
}

.footer-widgets .btn-fb:hover,
.footer-widgets .btn-tw:hover,
.footer-widgets .btn-ig:hover {
	opacity: 0.6;
}

.site-info div.copyright-bar a, 
.site-info div.copyright-bar a.visited {
	color: #045a9d;
	padding: 0 15px;
}

.site-info div.copyright-bar a:hover {
	text-decoration: underline;
} 

a.fundraising-bar {
	position: fixed;
	bottom: 0;
	width: 100%;
	display: block;
	color: #fff;
	text-align: center;
	padding: 20px 0;
	background: #045a9d;
	border-top: 1px solid #f6f6f6;
	-webkit-box-shadow: 0px -2px 2px -1px rgba(255,255,255,0.3);
	-moz-box-shadow: 0px -2px 2px -1px rgba(255,255,255,0.3);
	box-shadow: 0px -2px 2px -1px rgba(255,255,255,0.3);
	animation: tease 25s ease-in-out 12s 1;
	text-decoration: none;
}

/* a.fundraising-bar:hover {
    color: #fff;
	background: #e55555;
}
 */
a.fundraising-bar:hover:after {
	content: 'Vielen Dank!';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	font-size: 16px;
    line-height: 60px;
	color: #fff;
	visibility: visible;
	background: #e55555;
}

@keyframes tease {
	0% { background: #045a9d; }
	2% { background: #045a9d; }
	3% { background: #e55555; }
	4% { background: #045a9d; }
	8% { background: #045a9d; }
	9% { background: #e55555; }
	10% { background: #045a9d; }
	14% { background: #045a9d; }
	15% { background: #e55555; }
	16% { background: #045a9d; }
	20% { background: #045a9d; }
	21% { background: #e55555; }
	26% { background: #e55555; }
	27% { background: #045a9d; }
	30% { background: #045a9d; }
	33% { background: #e55555; }
	37% { background: #e55555; }
	40% { background: #045a9d; }
}



/* @media (max-width: 767px) {

	.site-footer {
		padding-bottom: 0;
	}
	
	a.fundraising-bar {
		position: relative;
	}

} */

/* Error Page */
.error404 h1.entry-title {
	color: #045a9d;
}


/* - - - - - - - - - - - - - -PLUGIN-STYLES - - - - - - - - - - - - - - - */

/* News Post List
------------------------------------------------------------------ */
.widget.widget_ark_postlist h2.widget-title {
	color: #e55555;
}

.widget-area .widget.widget_ark_postlist li.item {
	display: flex;
	flex-direction: column;
	padding: 25px;
	margin-bottom: 30px;
	background: #e55555;
}

.home .widget-area .widget.widget_ark_postlist li.item {
	min-height: 160px;
}

.home .widget-area .widget.widget_ark_postlist li.item:first-child {
	min-height: 380px;
}

.widget.widget_ark_postlist li .postdate {
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	margin-bottom: 10px;
}

.widget.widget_ark_postlist li h3 {
	font-size: 18px;
	line-height: 1.39;
	color: #fff;
}

.widget.widget_ark_postlist li:first-child h3 {
	font-size: 25px;
	line-height: 1.2;
}

.widget.widget_ark_postlist li p {
	font-size: 14px;
	line-height: 1.57;
	color: #fff;
}

.widget.widget_ark_postlist li p:first-child {
	padding-top: 20px;
}

.widget.widget_ark_postlist li p:last-child {
	/*padding-bottom: 25px;*/
}

.widget-area .widget.widget_ark_postlist a {
	color: #fff;
}

.widget-area .widget.widget_ark_postlist a.read-more {
	display: none;
}

.widget_ark_postlist .postlist-meta {
	display: flex;
	margin-top: auto;
}

.widget_ark_postlist .taglist_small {
	flex: 1;
	align-self: flex-start;
}

.widget_ark_postlist .taglist_small a {
	color: #fff;
	border-color: #fff;
	text-decoration: none;
}

.widget_ark_postlist .taglist_small a:hover {
	color: #e55555;
	background: #fff;
}

.widget_ark_postlist .taglist_small a:before {	
	color: #fff;
}

.widget_ark_postlist .taglist_small a:hover:before {
	color: #e55555;
}

.widget-area .widget.widget_ark_postlist .morelink {
	flex: 1;
	text-align: right;
	align-self: flex-end;
	max-width: 22%;
}

.widget-area .widget.widget_ark_postlist .morelink a {
	font-size: 14px;
	color: #e55555;
	text-transform: uppercase;
	padding: 2px 15px;
	border: 1px solid #fff;
	border-radius: 25px;
	background: #fff;
	text-decoration: none;
}

.widget-area .widget.widget_ark_postlist .morelink a:hover {
	color: #fff;
	background: #e55555;
}


/* events mananger
------------------------------------------------------------------ */
.page .css-events-list {
	margin: 0 -55px;	
}

.css-events-list h2.eventhead {
	font-size: 25px;
	font-weight: bold;
	color: #e55555;
	margin-top: 40px;
}

.css-events-list h2.eventhead:first-child {
	margin-top: 0;
}

.css-events-list .event {
	margin-bottom: 30px;
}

.css-events-list .em-pagination {
	display: block;
	text-align: center;
}

.eventmap {
	float:right; 
	margin:15px 0px 15px 15px;
}

.widget_em_widget ul li.event {
	padding: 20px 20px 15px;
	background: #f6f6f6;
	margin-bottom: 30px;
}

.home .widget_em_widget ul li.event {
	min-height: 175px;
}

.widget_em_widget .datebox,
article.type-event .datebox {
	float: left;
	width: 55px;
	color: #045a9d;
	text-align: center;
	margin-right: 30px;
}

article.type-event .datebox {
	align-self: flex-start;
	width: 160px;
	color: #000;
	text-align: left;
	margin: 0;
}

.widget_em_widget .datebox .date_d,
article.type-event .datebox .date_d {
	font-size: 44px;
	line-height: 44px;
	font-weight: bold;
}

.widget_em_widget .datebox .date_m,
article.type-event .datebox .date_m {
	font-size: 25px;
	line-height: 25px;
	font-weight: bold;
	text-transform: uppercase;
}

article.type-event .datebox .date_m {
	color: #a0a0a0;
}

.widget_em_widget .datebox .date_y {
	font-size: 20px;
}

.widget_em_widget .event_title {
	font-size: 18px;
	line-height: 1.4;	
}

article.type-event .catlist {
	flex: 1;
}

article.type-event .catlist ul {
	list-style: none;
	margin: 5px 0 0 0;
}

article.type-event .catlist li {
	display: inline;
}

article.type-event .catlist li a {
	color: #e55555;
	text-decoration: none;
}

article.type-event .event_title {
	flex: 1;
	font-size: 25px;
	line-height: 1.2;	
}

article.type-event .event_title a,
.widget_em_widget .event_title a {
	text-decoration: none;
}

.widget_em_widget .timeloc {
	flex: 1;
	align-self: flex-start;
	font-size: 14px;
	margin-top: 1.5em;
}

article.type-event .time {
	/*flex: 1;*/
	align-self: flex-start;
	width: 160px;
	font-size: 14px;
	margin-top: 1.5em;
}

article.type-event .location {
	flex: 2;
	font-size: 14px;
	margin-top: 1.5em;
}

.widget_em_widget .morelink,
article.type-event .morelink {
	flex: 1;
	text-align: right;
	align-self: flex-end;
	max-width: 22%;
	/*margin-bottom: 5px;*/
}

.widget_em_widget .morelink a {
	font-size: 14px;
	color: #045a9d;
	text-transform: uppercase;
	padding: 2px 15px;
	border: 1px solid #045a9d;
	border-radius: 25px;
	text-decoration: none;
}

.widget_em_widget .morelink a:hover {
	color: #fff;
	background: #045a9d;
}

.widget_em_widget .all-events-link {
	text-align: center;
}

.widget_em_widget .all-events-link a {
	display: inline-block;
	font-size: 18px;
	color: #fff;
	padding: 10px 20px;
	border: 1px solid #045a9d;
	border-radius: 25px;
	background: #045a9d;
	text-decoration: none;
}

.widget_em_widget .all-events-link a:hover {
	color: #045a9d !important;
	background: #f6f6f6;
}



/* AMBA - Netzwerk
------------------------------------------------------------------ */
/* Q-Ajax Filter
------------------------------------------------------------------ */
body.ajax-filter #content .entry-content {
	margin: 0 -55px;
}

body.ajax-filter #content ul.ajax-filters.horizontal {
	margin-top: 60px;		
}

body.ajax-filter #content #ajax-content {
	margin-top: 30px !important;		
}

body.ajax-filter #content ul.ajax-filters.horizontal li ul li {
	max-width: 150px;
}

body.ajax-filter #content ul.ajax-filters {
	margin-right: 0 !important;
}

.ajax-filters ul,
.ajax-filters li {
	list-style: none !important;
	margin-left: 0 !important;
	margin-right: 6px !important;
}

.ajax-filters li.text {
	height: 31px !important;
	margin-top: 10px !important;
	margin-right: 10px !important;
	border: 1px solid #eaeaea;	
}

.ajax-filters input[type=text] {
	width: 160px;
	height: 31px !important;
	box-shadow: 0 0 6px #eee inset;
	background: #fcfcfc;
	border: none;
}

.ajax-filters-li-ul {
	padding: 0 !important;
}

body.ajax-filter #content h1 {
	font-size: 42px !important;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

body.ajax-filter #content .input input {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

body.ajax-filter #content .selector,
body.ajax-filter #content .selector select {
	height: 31px !important;
	background-image: none !important;
}

body.ajax-filter #content .selector select option {
	padding-left: 10px !important;
}

#ajax-filters .input .go {
	display: none;
}

#ajax-filters .input .reset {
	float: right;
	height: 33px !important;
	color: #fff;
	border: none;
	background: #bbb;
	text-decoration: none !important;
	cursor: pointer;
}

#ajax-filtered-section .pagination a.current {
	background: #045a9d !important;
}

#ajax-filtered-section .pagination a {
	text-decoration: none;
}

#ajax-content {
	margin-bottom: 20px;
}

#ajax-content td {
	font-size: inherit;
}

div#progbar-container{
    position: relative;
    width: 100% !important;
    height: 5px !important;
    background-color: #EEE;
}

div#progbar{
    height: 100%;
    width: 0%;
    background-color: #BBB;
}


.amba_filter li.cat-item {
	display: block;
}

.amba_filter input[type=submit] {
	font-size: 16px;
	padding: 5px;
}

/* table */
table.amba_list {
	font-size: 14px;
	border-collapse: collapse;
	margin-bottom: 30px !important;
}

table.amba_list th {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	border: 2px solid #fff;
	background: #045a9d;
	padding: 10px 15px;
}

table.amba_list td {
	border: 2px solid #fff;
	background: #f6f6f6;
	padding: 10px 15px;
}

/*.single-amba_network #content .entry-content {
	margin-left: -55px;
	margin-right: -55px;
}*/

.amba_title {
	display: block;
	font-size: 15px;
	font-weight: bold;
	padding: 3px 0 8px 0;
}

.amba_map {
	border: 0;
	margin:20px 0 0;
}

/* Frontend Forms */
.cmb-form {
	margin: 20px 0;
}

div.cmb-th,
div.cmb-td {
	padding: 12px 10px 12px 0;
}

.cmb2-wrap ul {
	padding-top: 5px !important;
	margin-left: 0 !important;
}

.cmb2-wrap li {
	list-style: none !important;
	font-size: 12px !important;
}

.cmb2-wrap select {
	width: 250px;
}

.cmb2-wrap input.regular-text,
.cmb2-wrap input.cmb2-text-medium {
	width: 498px !important;
}

.cmb2-wrap input, 
.cmb2-wrap textarea {
	font-size: 12px !important;
	padding: 0 3px !important;
}

.cmb2-wrap textarea.cmb2_textarea,
.cmb2-wrap textarea.cmb2-textarea-small {
	max-width: 490px;
}

.cmb-form input[type=submit] {
	background: #005BA1;
	color: #fff;
	border: 0;
	padding: 4px 6px !important;
	margin: 20px 210px;	
	cursor: pointer;
}

.cmb-repeatable-group {
  max-width: 510px;
  margin-top: 10px;
  margin-left: 210px;
}

.cmb-repeatable-grouping {
	background: #f7f7f7;
}

.cmb-repeatable-group .cmb-group-title {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}


.cmb-repeatable-grouping h3.cmb-group-title {
	font-size: 12px !important;
	font-weight: bold;
	background: #d7d7d7;
}

.cmb-repeatable-grouping .dashicons-before:before {
	font-size: 13px !important;
	line-height: 0.7 !important;
}

.cmb-repeatable-group p.cmb-add-row {
	margin: 0 0 20px !important;
	padding: 0;
	text-align: right;
}

.cmb2-metabox .cmbhandle:before {
	line-height: 0.6 !important;
}

.cmb-type-group .cmb-row:not(:last-of-type) {
	border: none !important;
}

.cmb-repeat-group-field {
	padding-bottom: 0 !important;
	margin: 0 !important;
}

.cmb-remove-field-row {
	padding-top: 0 !important;
}

button.cmb-add-group-row,
button.cmb-remove-group-row {
	padding: 4px 3px !important;
}

#event-form h4 {
	color: #005BA1;
	margin-bottom: 0;
}

#event-form p {
    margin-top: 0;
}

#event-form .em-location-data th {
	text-align: left;
}

#event-form .em-location-data input[type=text],
#event-form .em-location-data select#location-country {
	width: 250px;
	padding: 2px;
}

#event-form textarea {
	padding: 5px;
}

#event-form input[type=submit] {
	background: #005BA1;
	color: #fff;
	border: 0;
	padding: 4px 6px !important;
	margin: 0 0 20px;	
	cursor: pointer;
}

/* - - - Sidebar - - - */
div:not(.entry-content) .widget.widget_arko_sidebar_menu_widget ul li,
div:not(.entry-content) .widget.widget_subpages ul li {
	padding-bottom: 0;
}


/* Default Nav-Menu */
.widget-area .widget_nav_menu {
	padding: 0 0 30px 0;
	background: transparent;
}

.widget_nav_menu ul {
	list-style-type: none;
}

.widget_nav_menu ul.sub-menu {
	display: none;
}

.widget_nav_menu .current-menu-ancestor ul.sub-menu {
	display: block;
}

.widget_nav_menu li {
	position: relative;
	background-color: #f6f6f6;
	padding: 0;
	margin-bottom: 3px;
}

.widget_nav_menu ul li:hover {
	background: #e6e6e6 url(images/right-circle.svg) no-repeat right 20px center;
	background-size: 30px 30px;
}

.widget_nav_menu ul li.current-menu-ancestor,
.widget_nav_menu ul > li.current-menu-item {
	background: #e6e6e6;
}

.widget_nav_menu ul ul li:hover {
	background: #e6e6e6 url(images/right.svg) no-repeat right 15px center;
	background-size: 35px 35px;
}

.widget_nav_menu ul ul li.current-menu-ancestor:hover,
.widget_nav_menu ul ul li.current-menu-item:hover {
	background: #e6e6e6;
}

.widget_nav_menu ul ul {
	margin-top: -10px;
	padding-bottom: 20px;
}

.widget_nav_menu ul ul li {
	background-color: transparent;
}

.widget_nav_menu li a {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #045a9d;	
	padding: 20px 45px 20px 20px;
	text-decoration: none;
}

.widget_nav_menu ul ul li a {
	font-size: 16px;
	font-weight: normal;
	padding: 5px 30px 5px 20px;
}

.widget_nav_menu li ul {
	margin-left: 20px;
}

.widget_nav_menu li ul li.current-menu-ancestor > a,
.widget_nav_menu li ul li.current-menu-item > a {
	font-weight: bold;
}


/* Subpages Widget */
.widget-area .widget_subpages {
	padding: 0 0 30px 0;
	background: transparent;
}

.widget_subpages ul {
	list-style-type: none;
}

.widget_subpages li {
	position: relative;
	background-color: #f6f6f6;
	padding: 0;
	margin-bottom: 3px;
}

.widget_subpages ul.sublevel1 li:hover {
	background: #e6e6e6 url(images/right-circle.svg) no-repeat right 20px center;
	background-size: 30px 30px;
}

.widget_subpages ul.sublevel1 li.widget_subpages_ancestor_page,
.widget_subpages ul.sublevel1 > li.widget_subpages_current_page {
	background: #e6e6e6;
}

.widget_subpages ul.sublevel2 li:hover {
	background: #e6e6e6 url(images/right.svg) no-repeat right 15px center;
	background-size: 35px 35px;
}

.widget_subpages ul.sublevel2 li.widget_subpages_ancestor_page:hover,
.widget_subpages ul.sublevel2 li.widget_subpages_current_page:hover {
	background: #e6e6e6;
}

.widget_subpages ul.sublevel2 {
	margin-top: -10px;
	padding-bottom: 20px;
}

.widget_subpages ul.sublevel2 li {
	background-color: transparent;
}

.widget_subpages li a {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #045a9d;	
	padding: 20px 45px 20px 20px;
	text-decoration: none;
}

.widget_subpages ul.sublevel2 li a {
	font-size: 16px;
	font-weight: normal;
	padding: 5px 35px 5px 20px;
}

.widget_subpages li ul {
	margin-left: 20px;
}

.widget_subpages li ul li.widget_subpages_ancestor_page > a,
.widget_subpages li ul li.widget_subpages_current_page > a {
	font-weight: bold;
}

/* Contact Form 7 */
.wpcf7-list-item {
	display: block;
}

/* Notice Bar */
.nb-top-absolute {
	left: 50%;
	top: 80px !important;
	transform: translateX(-50%);
	z-index: 1;
}

.nb-notice-wrap {
    box-shadow: none;
    border: 0;
    max-width: 1438px;
    background: #e55555 !important;
    color: #fff !important;
}

.nb-notice-wrap a {
    color: #fff !important;
}

.nb-notice-wrap a:hover {
    color: #fff !important;
	opacity: 0.7;
}


.error404 .nb-notice-outer-wrap,
.page-template-template_leitfaden .nb-notice-outer-wrap {
	display: none;
}

/* ARK Noticebox  */
.ark-noticebox {
	max-width: 1438px;
}


/* - - - - - Media Queries - - - - - */

@media (max-width: 767px) {

	.site-logo {
		width: 170px;
	}

	nav.main-navigation .navigation-logo img {
		padding: 0 10px;
	}

	.site-content {
		padding: 20px;
	}

	.page:not(.home) .inside-article,
	.single .inside-article {
		padding: 0 0 30px 0;
	}

	h1.page-title, h1.entry-title {
		font-size: 28px;
	}

	h2.entry-title {
		font-size: 20px;
	}

	.page:not(.home) .entry-header, .single .entry-header,
	.separate-containers .page-header {
		min-height: auto;
		padding: 20px;
		margin: 0;
	}

	.separate-containers .page-header-image ~ .site .site-content .content-area {
		margin-top: 0;
	}

	#left-sidebar.grid-35 {
	    width: 100%;
	    left: 0;
	}

	.content-area.grid-65 {
	    width: 100%;
	    left: 0;
	}

	.entry-content {
		padding: 0;
	}

	.home .entry-content {
		padding: 0 55px;
	}	

	.home .widget h2.widget-title {
    	font-size: 32px;
	}

	.widget_em_widget .morelink,
	article.type-event .morelink,
	.widget-area .widget.widget_ark_postlist .morelink {
		max-width: auto;
	}

	.home .widget.widget_arko_sidebar_menu_widget {
		margin-top: 30px;
	}

	.inside-article.isloop .excerpt-box {
		display: block;
		padding: 0 20px;
	}

	.inside-article.isloop .entry-summary {
		flex: none;
		margin-top: 0;
	}

	.inside-article.isloop .morelink {
		flex: none;
		max-width: 100%;
		margin-top: 20px;
	}

	.eventmap {
	    float: none;
	    margin: 15px 0px;
	}

	.eventmap .em-location-map-container {
		width: 100% !important;
	}
}

@media (min-width:768px) and (max-width:1023px) {

	.page .inside-article,
	.single .inside-article {
		padding: 0 0 30px 0;
	}

	h1.page-title, h1.entry-title {
		font-size: 36px;
	}

	.home.separate-containers .site-main {
		margin: 30px 0 0 0;
	}

	.home .widget .all-news-link,
	.home .widget .all-events-link {
		text-align: right;
	}

	#primaryheader.tablet-push-35 {
	    width: 100%;
	    left: 0;
	}
	primaryheader.tablet-grid-65 {
	    width: 100%;
	    left: 0;
	}

}

@media (min-width:960px ) and (max-width:1329px) {
	
	.btn_donate {
		display: none !important;
	}

}

@media  (min-width:768px ) and (max-width:1180px) {
	
	.main-navigation .main-nav ul li a {
		padding-left: 10px;
	}

	.menu-item-has-children .dropdown-menu-toggle {
		padding-right: 10px;
	}

	.main-navigation ul li.current-menu-ancestor > a::before {
		left: 10px;
		right: 10px;
	}

	.site-content {
		padding: 30px;
	}

}


/* Menu Breakpoint fix */
@media (max-width: 1024px) {
	.main-navigation .menu-toggle {
		display: block;
		float: right;
	}

	button.menu-toggle {
		width: auto;
		padding: 0 0 0 10px;
	}

	.main-navigation ul {
		display: none;
	}

	.main-navigation.toggled .main-nav > ul {
		display: block;
	}

	.main-navigation .main-nav ul ul.toggled-on,
	.secondary-navigation .main-nav ul ul.toggled-on {
		position: relative;
		top: 0;
		left: auto !important;
		right: auto !important;
		width: 100%;
		pointer-events: auto;
		height: auto;
		opacity: 1;
		display: block;
	}

	.main-navigation .main-nav li {
		float: none;
		clear: both;
		display: block !important;
		text-align: left !important;
	}

	.main-navigation .main-nav li.hide-on-mobile {
		display: none !important;
	}

	.main-navigation .dropdown-menu-toggle:before {
		content: "\f107" !important;
	}

	.main-navigation .sfHover > a .dropdown-menu-toggle:before {
		content: "\f106" !important;
	}

	.main-navigation .menu-item-has-children .dropdown-menu-toggle {
		float: right;
	}

	.main-navigation .mobile-bar-items {
		display: block;
		position: relative;
		float: right;
	}

	.main-navigation .menu li.search-item {
		display: none !important;
	}

	.main-navigation .sf-menu > li.menu-item-float-right {
		float: none !important;
		display: inline-block !important;
	}

	[class*="nav-float-"] .site-header .inside-header > * {
		float: none;
		clear: both;
	}

	.gen-sidebar-nav {
		display: none;
	}

	.sidebar-nav-mobile:not(#sticky-placeholder) {
		display: block;
	}
}

@media print { 
	.grid-container, .content-area { width: 100%; max-width: 100%; }
	#primary-menu, #left-sidebar, .comments-area, .fundraising-bar, a.btn_comments, .social-box, .mobile-bar-items, .menu-toggle { display: none !important; }
	#site-navigation { box-shadow: none !important; border: 0; }
	#primary { left: 0; width: 100%; }
	#page { border: 0; }
	.site-main { margin: 0; }
	.site-content { padding: 0; }
	.entry-meta { position: absolute; right: 0; top: -50px; height: auto; }
	.entry-meta .postdate {	float: right; font-size: 14px; }
	.entry-meta .postdate:before {	display: none; }
	h1.entry-title { font-size: 32px !important; color: #666; }
}
