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

@import url("fonts.css");


.lang-de, .lang-en {
   background-color: #1A628E;
    color: #fff;
    border-style: solid;
    border-right: 1px solid #fff !important;
    border-width: 80% !important;
}

.same-width {
   width: 200px !important;
}

.lang-de a, .lang-en a {
    color: #fff !important;

}

.elementor-115 .elementor-element.elementor-element-2b8ec0c .elementor-slide-heading{
	background-color:#87b515 !important;
	padding: 20px !important;
	border-radius: 20px !important;
}


.elementor-15 .elementor-element.elementor-element-716fba93 .jeg-elementor-kit.jkit-nav-menu .jkit-menu-wrapper .jkit-menu > li > a{
	border-color: #1A628E !important;
}

.hover-watermark{
	right: 20px !important;
}

.myicon-box {
    padding-top: 60px;
    padding-left: 40px;
    padding-bottom: 0px;
}


.myicon-box svg {
   width: 100px;
}

.jeg-elementor-kit.jkit-icon-box .title {

    
}

.gfield_required {
    padding-left: 5px !important;
}

.whitelink a {
    color: #fff !important;
    text-decoration: none !important;
}

.max-breite {
    max-width: 1600px;
    width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

.pdflink {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.page-content .pdflink a {
  text-decoration: none !important;
}

table td .pdflink {
  text-align: center !important;
}


.projekte-start a {
    color: #fff !important;
    text-decoration: none !important;
}

.contact a {
    color: #000 !important;
    text-decoration: none !important;
}


.projekte-start .body-inner {
  display: flex;
  flex-direction: row-reverse; /* vertauscht links/rechts */
  justify-content: center;     /* horizontal zentriert */
  align-items: center;         /* vertikal zentriert */
  gap: 1rem;                   /* Abstand zwischen den Elementen */
  text-align: center;          /* falls Inhalte innerhalb zentriert sein sollen */
}

.projekte-start  .body-title {
  margin: 0;
}

.projekte-start  .body-description {
  margin-top: 10px !important;
}
/* gravity forms ------------------------------------------------------ */

.gform_heading {
    display: none !important;
}

/* Global Font */
body .gform_wrapper {
  font-family: 'Space Grotesk', sans-serif;
}

/* Label Style */
body .gform_wrapper .gfield_label {
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
}

/* Input & Textarea Basics */
body .gform_wrapper input[type="text"],
body .gform_wrapper input[type="email"],
body .gform_wrapper input[type="tel"],
body .gform_wrapper textarea,
body .gform_wrapper select {
  background: transparent;
  border: none;
  border-bottom: 1px solid #1A628E;
  border-radius: 0;
  box-shadow: none;
  width: 100%;
  padding: 8px 4px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 16px;
  transition: border-color 0.3s ease;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* Focus Style */
body .gform_wrapper input:focus,
body .gform_wrapper textarea:focus,
body .gform_wrapper select:focus {
  outline: none;
  border-bottom: 2px solid #1A628E;
  box-shadow: none;
}

/* Textarea Size */
body .gform_wrapper textarea {
  min-height: 120px;
}

/* Dropdown Cleanup (remove background arrow glitches) */
body .gform_wrapper select {
  background-image: none !important;
  background-color: transparent !important;
  background-repeat: no-repeat;
}

body .gform_wrapper select {
  padding: 10px 4px 30px 4px; /* top, right, bottom, left */
  line-height: 1.6;
  background: url("data:image/svg+xml;utf8,<svg fill='gray' height='18' viewBox='0 0 24 24' width='18' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>") no-repeat right 8px center;
  background-size: 16px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
/* Button Styling */
#gform_submit_button_1 {
color: #fff !important;
  background-color: #1A628E  !important;
  border-radius: 0px 0px 0px 0px  !important;
    padding-left: 30px  !important;
    padding-right: 30px  !important;
        padding-top: 20px  !important;
    padding-bottom: 20px  !important;
}