/*
 Theme Name:   Kulturgut-Rettung
 Theme URI:    https://www.famethemes.com/themes/onepress/
 Description:  Child Theme from OnePress (FameThemes)
 Author:       Thomas Huber
 Author URI:   https://braintrust.at
 Template:     onepress
 Version:      1.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         one-column, two-columns, left-sidebar, right-sidebar, custom-menu, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, e-commerce, blog, portfolio
 Text Domain:  onepresschild
*/

/*
main color: 		#513528 (braun)
bg color:			#fdf5e6 (oldlace)
header_hover:		#ffe5b6
*/



/****************/
/*  ALLGEMEIN   */
/****************/
body > #page {
	background-color: #fdf5e6;
}
h1 {
	font-size:24px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 20px;
}
::-moz-selection { background: #3a1700; color: #fff; }
::selection { background: #3a1700; color: #fff; }
.hidden {
	display: none !important;
}
#content a:not(.btn),
#content a:not(.btn):hover,
#content a:not(.btn):focus {
	color: #513528;
}
#content #missionstatement a {
	text-decoration: underline;
}
#content #missionstatement a:hover,
#content #missionstatement a:focus {
	text-decoration: none;
}
#content #missionstatement a:focus {
	outline: dashed #513528;
	outline-offset: 2px;
}
#eu-cookie-bar {
    color: #bbb;
    background-color: #222;
}
.breadcrumbs {
	display: none;
}
.no-margin-bottom {
	margin-bottom: 0px;
}
.card-padding {
	padding: 10px;
}
.card-deck .card {
	margin-bottom: 20px;
}
.card-block .tes_author cite,
.card-block .tes_author .tes__name span,
.card-block .card-title,
.card-block a,
.card-block p {
	color: #513528 !important;
}
.card-block .tes_author img {
	border-color: #513528;
}
.card-block .btn-success {
	background-color: #54c954;
    border-color: #54c954;
}
.btn-wrapper.success a:focus,
.btn-wrapper.success a:hover,
.btn-success:focus,
.btn-success:hover {
	color: #302218 !important;
    background-color: #449d44 !important;
    border-color: #419641 !important;
	outline: none;
	outline-color: currentcolor;
	outline-style: none;
	outline-width: medium;
	text-decoration: none;
}
.btn-wrapper.warning a:focus,
.btn-wrapper.warning a:hover,
.btn-warning:focus,
.btn-warning:hover {
    background-color: #ec971f !important;
    border-color: #eb9316 !important;
}
section:not(#hero) .btn:focus,
.btn-wrapper.success a:focus,
.btn-wrapper.success a:hover,
.btn-success:focus,
.btn-success:hover,
.btn-wrapper.warning a:focus,
.btn-wrapper.warning a:hover,
.btn-warning:focus,
.btn-warning:hover {
    outline: none;
	outline-color: currentcolor;
	outline-style: none;
	outline-width: medium;
	text-decoration: none;
	box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset !important;
}
.btn-wrapper a {
	display: inline-block;
	font-weight: 400;
	line-height: 1.25;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
		border-top-color: transparent;
		border-right-color: transparent;
		border-bottom-color: transparent;
		border-left-color: transparent;
	padding: .5rem 1rem;
	/* font-size: 1rem; */
	border-radius: .25rem;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	/* border-color: inherit; */
	/* background-color: inherit; */
	box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset;
	cursor: pointer;
	overflow-wrap: break-word;
	box-sizing: border-box;
	outline: none;
	text-transform: uppercase;
}


/****************/
/*    HEADER    */
/****************/

/* Logo */
/*------*/
.site-branding .site-text-logo {
	/* color: #513528; */
}
/* Nav Entries */
/*-------------*/
.onepress-menu a:hover,
.onepress-menu a:focus {
	color: #513528;
}
.is-transparent .no-scroll.site-header .site-title a {
	color: #fff;
}
@media screen and (max-width: 380px) {
	.site-branding a.site-text-logo {
		display: none;
		font-size: .6em;
	}

	body.onepress-menu-mobile-opening .site-branding a.site-text-logo,
	#masthead:not(.no-scroll) .site-branding a.site-text-logo {
		display: block;
		font-size: .6em;
	}
}
/* New Breakpoint for mobile nav */
#nav-toggle {
  display: none !important;
}
@media screen and (max-width: 1200px) {
	#nav-toggle {
		display: block !important;
	}
	.main-navigation .onepress-menu {
		width: 100% !important;
		display: block;
		height: 0px;
		overflow: hidden;
		background: #fff;
	}
	.container {
		width: 100% !important;
		padding-right: 15px !important;
		padding-left: 15px !important;
	}
	.onepress-menu.onepress-menu-mobile {
		position: absolute;
		top: 75px;
		right: 0;
		width: 100%;
		z-index: 800;
		overflow: auto !important;
		border-top: 1px solid #e9e9e9;
		border-bottom: 1px solid #e9e9e9;
	}
	.main-navigation {
		position: static;
	}
	.onepress-menu.onepress-menu-mobile > li:first-child {
		border-top: 0px none;
	}
	.onepress-menu.onepress-menu-mobile li {
		line-height: 20px;
		background: #ffffff;
		border-top: 1px solid #e9e9e9;
		width: 100% !important;
	}
	#masthead.no-scroll .onepress-menu.onepress-menu-mobile a {
		color: #777777;
	}
	#masthead.no-scroll .onepress-menu.onepress-menu-mobile a:hover {
		color: #000000;
	}
	.onepress-menu.onepress-menu-mobile > li > a {
		padding: 12px 20px;
	}
}
/*
#masthead .container {
	width: 100% !important;
	padding-right: 0px;
}
.onepress-menu > li:last-child > a {
    padding-right: 17px;
}
.site-header a {
	text-decoration: none !important;
	border-bottom: 3px solid transparent;
}
.site-header a:not(#nav-toggle):hover,
.site-header a:not(#nav-toggle):focus {
	color: #ffe5b6 !important;
}
.site-header .onepress-menu a:not(#nav-toggle):hover,
.site-header .onepress-menu a:not(#nav-toggle):focus {
	border-bottom: 3px solid #ffe5b6;
}
.onepress-menu a {
	font-family: 'Comfortaa';
	font-weight: 900;
}
.onepress-menu.onepress-menu-mobile a {
	color: #513528;
}
.site-header:not(.no-scroll) a:not(#nav-toggle):hover,
.site-header:not(.no-scroll) a:not(#nav-toggle):focus {
	color: #513528 !important;
	background-color: #4f4f4f3d;
}
.site-header:not(.no-scroll) .onepress-menu a:not(#nav-toggle):hover,
.site-header:not(.no-scroll) .onepress-menu a:not(#nav-toggle):focus {
	border-bottom: 3px solid #ffe5b6;
}
.site-header.no-scroll .onepress-menu a:not(#nav-toggle):hover,
.site-header.no-scroll .onepress-menu a:not(#nav-toggle):focus {
	background: #6060603d;
}
.site-header .onepress-menu .onepress-current-item a {
	border-bottom: 3px solid #513528;
}
.site-branding .site-logo-div {
	display: inline;
	margin-right: 10px;
}
@media screen and (max-width: 550px) {
	.site-branding a.site-text-logo,
	.site-branding a.site-text-logo p {
		font-size: 20px;
		line-height: 2.2rem;
	}
}
@media screen and (min-width: 1140px) and (max-width: 1250px) {
	.site-branding a.site-text-logo,
	.site-branding a.site-text-logo p {
		font-size: 20px;
		line-height: 2.2rem;
	}
}
*/



/****************/
/*   CONTENT    */
/****************/

/* Page Header */
/*-------------*/
.page-header .entry-title,
.page-header .page-title {
    font-size: 2rem;
}

@media screen and (max-width: 500px) {
	.page-header .entry-title,
	.page-header .page-title {
		font-size: 1.8rem;
	}
}

@media screen and (max-width: 260px) {
	body.privacy-policy .page-header .entry-title,
	body.privacy-policy .page-header .page-title {
		font-size: 1.3rem;
	}
}

@media screen and (max-width: 200px) {
	.page-header .entry-title,
	.page-header .page-title {
		font-size: 1.3rem;
	}
	body.privacy-policy .page-header .entry-title,
	body.privacy-policy .page-header .page-title {
		font-size: 1rem;
	}
}

/* Background */
/*------------*/
.section-meta {
    /* background-color: transparent !important; */
}
/*
#contact,
#features {
*/
#testimonials,
#services {
	/* background-color: #fefcf8 !important; */
}

/* Datenschutz Seite */
/*-------------------*/
.privacy-policy #primary a {
	color: #513528 !important;
}
.privacy-policy #primary a:focus, 
.privacy-policy #primary a:hover {
    text-decoration: underline;
}
.privacy-policy #primary h3 {
	padding-top: 40px;
}
/*
.contact-form p {
		height: 500px;
		background-color: gray;
		margin-bottom: 0px;
}*/
.section-title-area .section-title {
	color: #513528;
}
.section-title-area .section-subtitle {
	color: #292b2c;
	/* color: #513528; */
}

/* Sections */
/*----------*/

/* HERO */
#hero .btn-theme-primary:focus,
#hero .btn-theme-primary:hover {
	color: #513528;
	background-color: #ffe5b6;
}
.btn.btn-secondary-outline:focus,
.btn.btn-secondary-outline:hover {
    background: #FFF;
    color: #333;
}
h2.hero-large-text {
	text-transform: uppercase !important;
}
/* about-us / statements */
.section-about h3 {
	color: #513528;
}
.statement-headline {
	text-align: left;
	margin-bottom: 0px;
}
.statement-headline,
.statement-list {
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}
.statement-list li {
	margin-bottom: 0px;
	margin-top: 0px;
}
/* Feature / Fachbereich */
#Funktionen .feature-item h4 > a:focus, 
#features .feature-item h4 > a:focus, 
#Funktionen .feature-item h4 > a:hover,
#features .feature-item h4 > a:hover {
    color: #513528 !important;
}
#Funktionen .feature-item-content .btn-theme-primary:focus,
#features .feature-item-content .btn-theme-primary:focus,
#Funktionen .feature-item-content .btn-theme-primary:hover,
#features .feature-item-content .btn-theme-primary:hover {
	color: #513528;
	background-color: #ffe5b6;
}
#Funktionen .feature-media img,
#features .feature-media img {
    overflow: hidden;
    height: 200px;
    object-fit: cover;
}
#Funktionen .feature-item,
#features .feature-item {
    margin-bottom: 20px;
}
/* Service / Spende */
#services a.btn-theme-primary:focus,
#services a.btn-theme-primary:hover {
	color: #513528;
	background-color: #ffe5b6;
}
#services .section-title-area {
	margin-bottom: 0;
}
#services .section-title-area .section-desc {
	margin-top: 0;
}
/* Gallery */
#hero .backstretch,
#Funktionen .icon-image,
#features .icon-image,
#gallery .owl-item .inner {
	display: inline-block;
	position: relative;
	width: auto;
}
#hero .backstretch .hero-copyright,
#Funktionen .icon-image .copyright,
#features .icon-image .copyright,
#gallery .owl-item .copyright {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: auto;
	right: auto;
	z-index: 100;
	padding: 0 5px;
	/* background-color: rgba(200, 200, 200, 0.5); */
	background-color: rgba(60, 0, 0, 0.45);
	color: #fff;
	font-size: 0.8rem;
	font-weight: 300;
	text-align: left;
}
#hero .backstretch .hero-copyright {
	width: auto;
}
/* Contact */
#contact {
	padding-bottom: 50px;
}
#contact .section-title-area {
	margin-bottom: 0px;
}
#contact .wow {
	
}
#contact .col-sm-6 {
    -webkit-box-flex: 0;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
#contact .col-sm-6 ul li, 
#contact .col-sm-6 ol li {
    margin: 0;
	margin-bottom: 3px;
}
#contact .address-box {
	max-width: 310px;
	margin-top: 2.5rem;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
.address-content a {
	color: #513528 !important;
}
.section-contact .address-contact {
    margin-top: 5px;
    margin-bottom: 5px;
}
@media screen and (min-width: 576px) {
	.section-contact {
		padding-bottom: 0px;
	}
}
/*
#services .alignnone.size-medium.wp-image-1577 {
    width: auto;
    height: 300px;
}
#services .row .col-lg-6 {
    flex: none;
    max-width: 100%;
    width: 100%;
#products .row .service-title {
	display: none;
}
#products .service-item {
	min-height: 125px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#contact .row {
	display: flex;
	flex-direction: column-reverse;
	flex-wrap: nowrap;
}
#contact .row > .col-sm-6 {
	width: 100%;
	max-width: 100%;
	align-content: center;
	align-items: center;
	display: flex;
	flex-direction: column;
}
.section-contact {
    padding-bottom: 0px;
}*/



/****************/
/*   FOOTER     */
/****************/
.site-info .back-to-top:focus {
	color: #513528;
}
ul#menu-footer-nav {
	max-height: 50px;
}
ul#menu-footer-nav > li {
	margin-left: 10px;
	display: inline-block;
}
@media screen and (max-width: 320px) {
	ul#menu-footer-nav {
		max-height: inherit;
	}
}
#footer-widgets {
	padding: 20px 0;
}
#menu-footer-nav {
	margin-bottom: 0px;
}
#nav_menu-7 {
	margin-bottom: 0;
	text-align: right;
}
#nav_menu-7 a {
	font-family: "Raleway", Helvetica, Arial, sans-serif;
	font-size: 1.2rem;
}