/*!
 * Theme Name: 		   OceanWP-Child
 * Text Domain: 	   oceanwp
 * Version:            3.4.7
 * Tested up to:       6.2.2
 * Requires at least:  5.6
 * Requires PHP:       7.2
 * Author:             Marco
 * Author URI:         https://oceanwp.org/about-oceanwp/
 * Template:           oceanwp
 * Theme URI:          https://oceanwp.org/
 * Description:        OceanWP is the perfect theme for your project. Lightweight and highly extendable, it will enable you to create almost any type of website such a blog, portfolio, business website and WooCommerce storefront with a beautiful & professional design. Very fast, responsive, RTL & translation ready, best SEO practices, unique WooCommerce features to increase conversion and much more. You can even edit the settings on tablet & mobile so your site looks good on every device. Work with the most popular page builders as Elementor, Beaver Builder, Brizy, Visual Composer, Divi, SiteOrigin, etc... Developers will love his extensible codebase making it a joy to customize and extend. Best friend of Elementor & WooCommerce. Looking for a Multi-Purpose theme? Look no further! Check the demos to realize that it's the only theme you will ever need: https://oceanwp.org/demos/
 * Tags:               two-columns, right-sidebar, footer-widgets, blog, news, custom-background, custom-menu, post-formats, rtl-language-support, sticky-post, editor-style, threaded-comments, translation-ready, buddypress, custom-colors, featured-images, full-width-template, theme-options, e-commerce, block-styles, wide-blocks, accessibility-ready
 *

 */



form{
    margin: auto !important;
    max-width: 850px;
    width: 100%;

}

form.mitglieder{
    max-width: 350px;
    width: 100%;

}



select, input, input[type="submit"]{
    display: block;
    margin: 12px auto;
}

input, select{
margin-bottom: 20px !important;
}

article, p, li{
    margin: 6px;
    color: var(--e-global-color-text ) !important;
    font-family: "Roboto", Sans-serif  !important;
    font-size: 18px !important;
    font-weight: 400 !important;	
}

h1{
    margin: unset !important;
}

.title{
    padding: 20px 0px;
    border-bottom: solid 0.5px lightgray;
    min-height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.wrapper, .site-main{
    min-height: 80vh;
}

.space{
    margin: 50px 0px;
}

.form-center{
    display: flex;
    justify-content: center;
}

 .partner-list {
 border-bottom: 1px solid lightgray;
 display: flex;
 align-items: center;
 height: auto;
 padding-bottom: 12px;

}

.partner-list-element {
    width: inherit;
   }

.partner-list img{
    max-height: 130px;
    width: auto;
}

input.disclaimer{
    vertical-align: -webkit-baseline-middle !important;
}

.disclaimer{
    display: inline;
    font-size: 12px;
    color: gray;
    line-height: normal;
}

.pagination
{
    text-align: center;
}

.post-thumbnail img{
    width: 100%;
    object-fit: cover;
    min-height: 250px;
    max-height: 450px;
    margin: 15px 0px;
}

.overview-event-list{
    min-height: 200px;
    display: flex;
    align-items: center;
    width: 100%;
    border: 1px lightgray solid;
    border-radius: 14px;
}

.overview-event-thumbnail img{
    width: 100%;
    object-fit: cover;
    height: auto;

}

.overview-event-content{
margin-left: 20px !important;
}


.line{
    border-bottom: 1px solid lightgray;
    margin: 30px 0px;
}

footer p{
    font-size: 14px !important;
    margin: unset;
}


@media only screen and (max-width: 600px) {
    #site-logo a.site-logo-text {
        font-size: 15px !important;
    }

    h1{
        font-size: 28px !important;

    }
  }