/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
html,body{
	padding:0;
	margin: 0;
	box-sizing:border-box;
	overflow-x: hidden !important;
}

/* Posts Widget */
 article .elementor-post__text{
    display: flex !important;
    flex-flow: column nowrap !important; 
    justify-content: space-around !important;
    gap: 10px !important;
}

/* Blog Seite - Overview Sections */
.blogOverviewSection article img {
    height: 350px;
    object-fit: cover;
}

/* Newsletter Brevo */
.newsletterForm input {
    margin-bottom:8px;
    border-radius: 0px;
    border-color: #BEBFBB;
}
.newsletterForm input:focus{
  outline: none;        
  border: 1px solid #000; 
}
.newsletterForm .sib_signup_box_inside_2,
.newsletterForm .sib_signup_box_inside_2  a{
	font-family:inter !important ;
	font-size:14px !important;
	color: #180800 !important;
}
.newsletterForm  input[type="submit"]{
    padding:10px 50px;
    margin-bottom: 0px;
	margin-top: 16px;	
}

.newsletterForm  .grecaptcha-badge{
	display: none !important;
}

.newsletterForm .dsgvoText {
	font-family: "Inter", Sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.3em !important;
}

.newsletterForm .dsgvoText a {
	color: #751732 !important;
	text-decoration: underline;
}

.newsletterForm .sib-default-btn {
    background-color: #751732 !important;
    fill: var(--e-global-color-accent) !important;
    color: var(--e-global-color-accent) !important;
    border-style: solid !important;
    border-width: 2px 2px 2px 2px !important;
    border-color: var(--e-global-color-970b143) !important;
    padding: 08px 035px 08px 035px !important;
	font-size: 16px !important;
    font-weight: 600 !important;
}
.newsletterForm input {
	margin: 0 !important;
}
