/*!
Theme Name: gsmb-them
Theme URI: http://gsmb-industrie.de
Author: gsmb
Author URI: http://gsmb-industrie.de
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gsmb
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

@media screen and (max-width: 767px) {
    .subheading
	{
		font-size: 14px !important;
	}
	
	.big-btn1 h1
	{
		font-size: 27px !important;
	}
	
	.imgs img {
    width: 130px !important;
	height: auto !important;	
    border: none;
    border-radius: 0;
    box-shadow: none;
    object-fit: scale-down;
  }
}

@media only screen and (min-width: 1024px) {
  .imgs img {
    height: 110px !important;
    width: 145px !important;
    border: none;
    border-radius: 0;
    box-shadow: none;
    object-fit: scale-down;
  }
}


body
{
	padding: 0;
    margin: 0;
	font-weight : light;
	line-height: 25px;
}

p
{
	margin: 0;
}

h1
{
	font-size: 45px;
	margin: 0;
}

.lst {
    margin: 4px 0 0;
    padding-inline-start: 16px;
	list-style-image: url('https://neukunden.gsmb-industrie.de/wp-content/uploads/2024/03/Path-348.png') !important;
}

.lst li
{
	line-height: 30px;
}

.bg-blured 
{
    background-color: #FFFFFFAD !important; 
    backdrop-filter: blur(10px) !important; 
	border-radius: 10px 120px 10px 10px;
}

.elementor-button-text
{
	text-align: left;
}

.elementor-button .elementor-align-icon-left
{
	font-size: 41px;
}

.big-btn .elementor-button-text
{
	text-align: left;
}

.big-btn1  a.elementor-button
{
	padding: 40px;
}

.wpcf7 *
{
	font-family: Sofia Pro;
	font-weight: 300;
	width: 100%;
}

.wpcf7-text
{
	background: none;
	border: none;
	border-bottom: 1.2px solid #0C1843;
	padding-bottom: 10px;
}

.wpcf7-text::placeholder
{
	color: #0C1843;
	font-size: 15px;
}

.wpcf7-submit
{
	background: #1B4BE7;
	color: #FFFFFF;
	padding: 20px;
	border: none;
	border-radius: 10px;
	font-size: 20px;
}

.subheading
{
	font-size: 25px;
}

.big-btn1 h1
{
  text-shadow: 0px 0px 11px #FFFFFF52;
}

.no-click
{
	pointer-events: none;
}