/*
Theme Name: Twenty Twenty-Four Child
Template: twentytwentyfour
Version: 1.0
Author: Andi Fluetsch
*/

html {
  scroll-behavior: smooth;
}

/* WPML */
.wpml-language-switcher-navigation-block li{
	text-transform:uppercase;
	margin:0 !important;
}
#modal-1-content [data-wpml='language-item']:first-of-type {
margin-top: 0px !important;
}
.wpml-language-switcher-navigation-block li[data-wpml="current-language-item"] {
    display: none !important;
}

/* CONTACT FORM 7 */

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea
{
	background-color: #fff;
	color: #000;
	width: 100%;
	border: 1px black solid;
	font-size: var(--wp--preset--font-size--medium);
	padding:3px
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 textarea:focus{
	background-color:#F6F2E7;
	outline:none;
}

.wpcf7 input[type="submit"]
{
	background-color: #fff;
	color: #000;
	width: 50%;
	border: 1px black solid;
	font-size: var(--wp--preset--font-size--medium);
	padding:7px;
}
.wpcf7 input[type="submit"]:hover{
	background-color: #F6F2E7;
	cursor: pointer;
}

.wpcf7-not-valid-tip{
	font-size:var(--wp--preset--font-size--small);
}
.wpcf7 form .wpcf7-response-output{
	margin:0;
	font-size:var(--wp--preset--font-size--small);
}
.wpcf7-spinner{
	vertical-align:middle;
}