/*
Theme Name:     Neve Child
Theme URI:      https://themeisle.com/themes/neve/
Template: neve
Author:         ThemeIsle
Author URI:     https://themeisle.com
Description:    Neve is a super fast, easily customizable, multi-purpose theme. It’s perfect for blogs, small business, startups, agencies, firms, e-commerce shops (WooCommerce storefront) as well as personal portfolio sites and most types of projects. A fully AMP optimized and responsive theme, Neve will load in mere seconds and adapt perfectly on any viewing device. While it is lightweight and has a minimalist design, the theme is highly extendable, it has a highly SEO optimized code, resulting in top rankings in Google search results. Neve works perfectly with Gutenberg and the most popular page builders (Elementor, Brizy, Beaver Builder, Visual Composer, SiteOrigin, Divi). Neve is also WooCommerce ready, responsive, RTL & translation ready. Look no further. Neve is the perfect theme for you!
Version:        1.0.0
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    neve
Tags: blog, custom-logo, e-commerce, rtl-language-support, post-formats, grid-layout, one-column, two-columns, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready, wide-blocks, block-styles
*/
body {
	background-color: transparent;
	font-family: 'Nunito', sans-serif;
}
html {
  background: url(images/bamberg-bg.jpg) no-repeat center center fixed;
  background-size: cover;
  height: 100%;
  /*overflow: hidden;*/
}
/* ***************+ HEADER ***************** */
body #header-grid {
	background: transparent;
	background: rgba(252, 242, 227, .88) !important;
}
body header.header {
	border-bottom: 10px solid #A68F70;
	/*background: rgba(252, 242, 227, .9);*/
}
header .container .nv-html-content {
	width: 100%;
	text-align: center;
}
header .container .nv-html-content h2 {
	width: 60%;
	font-size: 30px;
	text-shadow: 3px 0px 3px rgb(166 143 112 / 95%);
	margin: 0 auto;
	font-style: italic;
	text-transform: none;
	}
header .site-logo {
	position: relative;
	left: 80px;
}
/* ***************+ Main ***************** */
main#content {
	/*background: #520E3A;*/
	background-color: transparent;
	background: transparent;
}
main#content a {
	color: #ebe0d3;
	text-decoration: underline;
}
main#content a.button {
	background: #EBE0D3;
	color: #520E3A;
	border-radius: 100px;
	text-decoration: none;
}
main#content a.button:hover, main#content a.button:focus {
	background: #A68F70;
	color: #EBE0D3;
	text-decoration: none;
}
main#content a:focus, main#content a:hover {
	color: #A68F70;
	text-decoration: underline;
}
#bg {
  position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
}
#bg img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
}
section.main-section {
	background: rgba(42,37,75,.86);
	width: 490px;
	padding: 45px 25px 55px 25px;
	margin-left: 50px;
	border-radius: 0 100px 0 100px;
}
section.main-section small {
	line-height: 1.2;
	border-bottom: 5px;
}
section.main-section h1 {
	font-size: 38px;
	color: #A68F70;
	line-height: 1.1;
}
section.main-section h2  {
	font-size: 32px;
}
section.main-section ul {
	margin-bottom: 30px;
	list-style: circle outside none;
	padding-left: 17px;
}
section.main-section ul li {
	margin-bottom: 5px;
}
section.main-section.datenschutz {
	padding-bottom: 40px;
}
/* ***************+ Footer ***************** */
body footer {
	border-top: 10px solid #A68F70;
	background: #2A254B;
}
body footer #footer-menu {
	font-size: 14px;
	text-transform: uppercase;
}
body footer #footer-menu a:hover, 
body footer #footer-menu a:active,
body footer #footer-menu a:focus {
	color: #a68f70;
}
body footer .widget-area {
	font-size: 15px;
}
body footer .widget-area .widget_block p {
	margin-bottom: 0;
	line-height: 1.5;
}
/* Footer copyright neve theme */
.footer-bottom-inner .container p a,
.footer-bottom-inner .container p {
	display: none;
}
footer h5 {
	font-size: 80%;
	color: #a68f70;
	padding-bottom: 10px;
}
/******* MOBILE Elementor ******** */
@media screen and (max-width:1090px) {
	section.main-section {
		margin-left: 0;
	}
}
@media screen and (max-width:1023px) {
	section.main-section {
		width: 90%;
	}
}
@media screen and (max-width:959px) { 
	body nav.header-main {
		padding: 40px 0px;
	}
	header .site-logo img {
		width: 90%;
		height: auto;
	}
	header .container .nv-html-content h2 {
		font-size: 28px;
	}
	section.main-section {
		width: 560px;
	}
}
@media screen and (max-width:800px) {
	header .container .nv-html-content h2 {
		font-size: 26px;
	}	
}
@media screen and (max-width:800px) {
	header .site-logo {
		left: 65px;
	}
	header .container .nv-html-content h2 {
		font-size: 26px;
	}
}
@media screen and (max-width:767px) { 
	header .container .nv-html-content h2 {
		font-size: 23px;
	}
	section.main-section {
		width: 85%;
		margin: 0 auto;
	}
}
@media screen and (max-width:620px) {
	header.header #header-grid .container .row {
		display: flex;
	}
	header.header #header-grid .container .hfg-slot.left {
		flex-basis: 100%;
		flex-shrink: 0;
	}
	header.header #header-grid .container .hfg-slot.left .builder-item {
		width: 100%;
		text-align: center;
		position: static;
		margin-bottom: 20px;
	}
	header.header #header-grid .container .hfg-slot.right {
		flex-basis: 100%;
		flex-shrink: 0;
	}
	header .site-logo {
		justify-content: center;
		flex-basis: 100%;
	}
	header .site-logo {
		width: 100%;
		position: static;
		margin: 0 auto;
	}
	header .site-logo img {
		width: 100%;
	}
	header .container .nv-html-content h2 {
		font-size: 20px;
	}
	section.main-section {
		width: 90%
	}
}

@media screen and (max-width:350px) {
	header .container .nv-html-content h2 {
		font-size: 21px;
		width: 70%;
	}
}

/******* Druck ******** */
@media print {


}
/******* EU Cookie Law ******** */
body .pea_cook_wrapper {
	box-shadow: inset 0 0 2px 2px #A68F70;
	font-family: "Nunito", helvetica, arial, sans-serif;
}
body button.pea_cook_btn {
    background: #e3e3e3;
    border: 1px solid #bbb;
    border-radius: 10px;
    box-shadow: none;
    color: #2A254B;
    font: bold 13px "Nunito", helvetica, arial, sans-serif;
    line-height: 1;
    padding: 10px;
	text-transform: none;
}