/*!
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
*/

html {
	line-height: 1.15;
}

body {
	margin: 0;
}

main {
	display: block;
}


/* Regular styles */

.immgs img {
    height: 168px !important;
    object-fit: contain;
}

.h1-white h1 {
    font-size: 80px;
    font-weight: normal !important;
}

.elementor-button-text {
    font-size: 25px;
}

#btn-big .elementor-button-text
{
	font-size: 70px !important;
}



/************************************* Form ***************************************************/


.wpcf7-text::placeholder
{
	font-size: 20px;
	color: #AEAEAE;
	font-family: montserrat;
	background:#FFFFFF;
}

.wpcf7-text
{
	background: #FFFFFF;
	border: none;
	width: 100%;
	padding: 2%;
}


/********************************************** list ****************************************/


.lst {
	font-family: Montserrat !important;
	margin: 4px 0 0;
    padding-inline-start: 22px;
  list-style-image: url("http://localhost/Injektus/wp-content/uploads/2024/04/Path-1.png");
}


/******************************* responsive ************************************************/


@media screen and (max-width: 767px) {
    .immgs img {
        height: auto !important; 
    }

    .h2-regular h2 {
        font-size: 28px;
    }

    .elementor-button-text {
        font-size: 18px;
    }
	.wpcf7-submit
	{
		width: auto;
		background: #34ACD4;
		border: none;
		padding: 2%;
		color: #fff;
		border-radius: 26px;
		font-size: 18px;
	}
	
	#btn-big .elementor-button-text
{
	font-size: 30px !important;
}
}







