/*
Theme Name: RD Leonhardttransport
Theme URI: 
Author: tm|rd
Author URI: 
Description: Gutenberg Block Theme by rundum.digital
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rd-leonhardttransport
Tags:
*/

html, body{
    word-wrap: break-word;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
	
	hyphenate-character: auto;
	hyphens: auto;
}
* {
	scroll-margin-top: 50px;
}

.swiper-slide {
	min-height: 430px!important;
}

#CapAjx_pl{
    display: flex;
    width: fit-content;
}
button.btnNewCapt{
    padding: 0px!important;
    margin: 0px!important;
}
.forminator-consent__label p{
    padding: 0px;
    margin: 0px;
}

@media (max-width: 600px) {
	.wp-block-media-text .wp-block-media-text__content{
		padding: 24px 0;		
	}
	.wp-block-media-text .wp-block-media-text__content > div{
		align-items: center;
		text-align: center;
	}
}