/* 
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 */
/*Header*/
.elementor-element.elementor-element-262e6e7d.elementor-widget.elementor-widget-image.elementor-widget__width-initial img {
    width: 110% !important;
    max-width: 110% !important;
}
/*Form*/
.wpcf7-checkbox {
    display: flex;
    margin-bottom: 10px;
    flex-direction: column;
}
form[method='post'] > div:nth-of-type(3) {
    display: flex;
    align-items: flex-start;
}
.elementor-form-fields-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
form.cf7mls input.wpcf7-form-control.wpcf7-submit {
    float: none !important;
}
button[name='cf7mls_next'] {
    text-transform: capitalize;
}
@media only screen and (max-width: 600px) {
.elementor-90 .elementor-element.elementor-element-3ce2b1e4 .jeg-elementor-kit.jkit-tabs .tab-nav-list {
    flex-wrap: wrap;
}
}
/*Mobil Header*/
.elementor-element.elementor-element-17f65ad8.elementor-widget.elementor-widget-jkit_nav_menu .jkit-menu-wrapper {
    top: 190px !important;
}
/*Form Css*/
input[name='vcb-event-startdatum'],input[name='vcb-event-enddatum'],input[name='vcb-number-guests'],input[name='vcb-city'],select[name='vcb-geben-checkbox']{
    padding: .1rem 1rem !important;
}
@media only screen and (max-width: 600px) {
.elementor-90 .elementor-element.elementor-element-27416fa > .elementor-element-populated {
    margin: 40px 10px -100px 10px !important;
}
}

.tab-nav.active{
	background-color: #1c1b1f !important;
}

.wpcf7-submit{
	background-color: #000 !important;
	border-radius: 10px !important;
	padding: 15px 30px !important;
}
