body::-webkit-scrollbar, html::-webkit-scrollbar {
    display: none;
}

div#ee-frontend-inputContainer {
    height: 80vh;
    width: 100%;
	position: relative;
	border-radius: 22px;
	margin: 0px auto;
	max-height: 800px;
}

div#ee-frontend-inputContainer.active{
	background-color: var(--primary-color);
	border: 2px solid var(--secondary-color);
}


#map {
  
  width: 100%;
    height: 100%;
	/*height: 100vh;*/
	/*max-height: 90vh;*/
	opacity: 0;
	border-radius: 20px;
}

.mapboxgl-ctrl.mapboxgl-ctrl-attrib{
	background-color: transparent;
}

ul.suggestions {
    overflow: scroll !important;
    height: 200px;
}

input.mapboxgl-ctrl-geocoder--input {
    padding: 5px 30px!important;
}

#mapContainer {
	background-color: var(--primary-color);
	position: absolute;
    width: 100%;
    top: 0;
	height: 100%;
	z-index: -99;
	transition: 1s;
	border-radius: 20px;
}
.persoehnlicheDaten{
	display: none!important;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.polygonLabelFinishDrawing {
    background-color: var(--primary-color);
    color: var(--secondary-color);
    padding: 10px 20px;
    border: 2px solid var(--secondary-color);
    margin-top: -40px;
}

.polygonLabelFinishDrawing:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: var(--secondary-color) transparent transparent transparent;
}

.polygonLabelHidden {
    opacity: 0 !important;
    transition: opacity 0.3s ease;
}

.polygonLabelVisible {
    opacity: 1 !important;
    transition: opacity 0.3s ease;
}





.popup {
  background-color: var(--primary-color);
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	min-width: 200px;
	position: relative;
}

.popup p {
	 margin: 0 0 15px 0;
    text-align: center;
    color: var(--secondary-color);
    font-size: 16px;
    font-weight: 600;
}



.button-like {
  padding: 10px;
  background-color: var(--primary-color);
  color: var(--secondary-color);
  text-align: center;
  cursor: pointer;
  border-radius: 20px;
	text-transform: uppercase;
	font-weight: 800;
border: 2px solid var(--secondary-color);
	transition: 0.5s;
	
}

.button-like:hover{
  transform: scale(1.1);
	
}




/* System popup*/
.systemPopup p {
    font-size: 22px;
    font-weight: 600;
    color: var(--secondary-color);
}

 .systemOverlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            z-index: 999;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .systemPopup {
            background: var(--primary-color);
            padding: 20px;
            border-radius: 20px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            text-align: center;
            max-width: 90%;
            margin: auto;
            height: 80%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

        .systemOptionContainer {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            margin-top: 20px;
        }

        .systemOption {
            margin: 10px;
            cursor: pointer;
            text-align: center;
            width: 150px;
            height: 150px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

        .systemOption .systemImage {
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            width: 100%;
            height: 100px;
            margin-bottom: 10px;
        }

        .systemOption .systemLabel {
			text-align: center;
			padding: 0 5px;
			width: 150px;
			border-radius: 20px;
			border: 2px solid var(--secondary-color);
			color: var(--secondary-color);
			font-size: 14px;
			font-weight: 600;
			background-color: var(--primary-color);
			transition: 0.5s;
		}

.systemLabel:hover{
  transform: scale(1.1);
	
}

        .systemButton {
            display: inline-block;
            padding: 10px 20px;
            margin: 10px;
            cursor: pointer;
            border-radius: 20px;
            background-color: var(--primary-color);
            color: var(--third-color);
        }

		 .systemImage svg {
            width: 90%;
            height: 90%;
        }

        .systemImage svg path,
        .systemImage svg circle {
            fill: var(--third-color);
        }



.mapboxgl-ctrl-top-right.custom-top-right{
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 1;
    display: inline-table;
}

#mapContainer .mapboxgl-canvas {
    filter: blur(10px);
	transition: 1s;
	pointer-events: none;
}

.mapboxgl-ctrl-top-left {
    display: none;
}

#my-custom-id {
    font-size: 22px;
    color: #f9f1f1;
    font-weight: 800;
	text-align: center;
}
p#titelAdsress {
    padding-bottom: 5px;
	text-transform: uppercase;
}


p#subtitelAddress {
    font-size: 14px;
    font-weight: 500;
}


#understood-button {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0%);
}


#drawCursorImage path{
	fill: var(--secondary-color);
	
}

#drawCursorImageContainer {
    width: 30px;
    height: 30px;
}

#drawResetButton {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0%);
}


svg.mapboxgl-ctrl-geocoder--icon.mapboxgl-ctrl-geocoder--icon-search {
    fill: var(--primary-color);
}
.mapboxgl-ctrl-geocoder.mapboxgl-ctrl {
    margin: 10px auto auto auto;
	width: 100%;
	float: none;
}
div#containerWorkingWidth {
   width: 100%;
	margin-top: 50px;
}

#labelWorkingWidth {
    display: block;
    color: var(--secondary-color);
    font-weight: 900;
}

input#workingWidth {
    width: 80px;
    text-align: center;
    border: 1px solid #595959;
    padding: 10px;
    margin: 10px;
    border-radius: 20px;
    border: none;
    color: var(--primary-color);
    font-weight: 700;
}


.workingWidthLine {
    height: 2px;
    background-color: var(--secondary-color);
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

        .workingWidthLine::before,
        .workingWidthLine::after {
            content: '';
            position: absolute;
            top: 50%;
            width: 0;
            height: 0;
            border-style: solid;
            transform: translateY(-50%);
        }

        .workingWidthLine::before {
            left: -10px;
            border-width: 5px 10px 5px 0;
            border-color: transparent var(--secondary-color) transparent transparent;
        }

        .workingWidthLine::after {
            right: -10px;
            border-width: 5px 0 5px 10px;
            border-color: transparent transparent transparent var(--secondary-color);
        }

.systemImageWorkingWidth {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    min-width: 200px;
    width: 80%;
}

.systemImageWorkingWidth svg path,
.systemImageWorkingWidth svg circle {
            fill: var(--third-color);
        }


#personalInformation {
    display: flex;
    flex-wrap: wrap;
    gap: 70px;
    width: 80%;
    margin: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.personalInformationField {
      flex: 1 1 auto;
    min-width: 100px;
    max-width: calc(50% - 35px);
	width: 40%;
    padding: 10px!important;
   color: var(--primary-color) !important;
    font-weight: 700;
    font-weight: 600;
}
.personalInformationField input.text, 
.personalInformationField input.title, 
.personalInformationField input[type=email], 
.personalInformationField input[type=password], 
.personalInformationField input[type=tel], 
.personalInformationField input[type=text], 
.personalInformationField select, 
.personalInformationField textarea {
	border: 1px solid var(--third-color);
}

#salutation {
    width: 100%;
    margin-right: 50%;
}

.personalInformationField::placeholder {
    color: #bfbfbf!important;
}


#selectionContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
	position: absolute;
	width: 100%;
	transition: 1s;
	top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

#organizationSelect {
    margin-bottom: 50px;
}

.orDivider {
    display: flex;
    align-items: center;
    width: 100%;
    text-align: center;
    margin: 10px 0;
}

.orDivider span {
    margin: 0 10px;
    position: relative;
    z-index: 1;
    padding: 0 10px;
	font-size: 16px;
    font-weight: 600;
    color: var(--secondary-color);
}

.orDivider::before,
.orDivider::after {
    content: "";
    flex: 1;
    border-top: 1px solid var(--secondary-color); /* Farbe und Dicke der Linie */
    margin: 0 10px;
}

.newCustomerButton {
    margin-top: 50px;
}

#customerForm {
    display: flex;
    flex-wrap: wrap;
    gap: 70px;
    width: 100%;
	position: absolute;
	transition: 1s;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.personalInformationField {
    margin-bottom: 10px;
}


input#termsCheckbox {
    width: 20px;
    min-width: unset;
    height: 20px;
    padding: 10px !important;
	max-width: 20px;
}

.checkboxLabel {
    display: flex;
    align-items: flex-start;
	position: absolute;
    bottom: 20%;
    color: var(--secondary-color);
    width: 80%;
    left: 10%;
}

.checkboxLabel input[type="checkbox"] {
    margin-right: 8px; /* Abstand zwischen Checkbox und Text */
}

.checkboxLabel span {
    display: inline-block;
}


/* Verstecke die Standard-Checkbox */
.checkboxLabel input[type="checkbox"] {
    appearance: none; /* Entfernt das Standard-Checkbox-Styling */
    -webkit-appearance: none; /* Für Safari */
    -moz-appearance: none; /* Für Firefox */
    width: 20px;
    height: 20px;
    border: 2px solid #ccc; /* Randfarbe der Checkbox */
    border-radius: 4px; /* Abgerundete Ecken */
    position: relative;
    outline: none;
    cursor: pointer;
    background-color: #fff; /* Hintergrundfarbe der Checkbox */
}

/* Checkbox, wenn sie aktiviert ist */
.checkboxLabel input[type="checkbox"]:checked {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

/* Stil des Hakens in der Checkbox */
.checkboxLabel input[type="checkbox"]:checked::before {
    content: '\2714';
    color: var(--primary-color);
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 3px;
    background-color: var(--secondary-color);
}







#backButton {
    left: 10%;
    right: unset;
}

.buttonStyling {
	 padding: 10px 20px;
    border: none;
    border-radius: 20px;
    background-color: var(--primary-color);
    color: var(--secondary-color);
    font-size: 16px;
	font-weight: 800;
	text-transform: uppercase;
	cursor: Pointer;
	transition: 1s;
	display: flex;
    align-items: center;
    justify-content: center;
	    border: 2px solid var(--secondary-color);
	transition: 0.5s;
}

.buttonStyling:hover{
  transform: scale(1.1);
	
}

.formButton {
   
    right: 10%;
    bottom: 10%;
	position: absolute;
}
#sendDataButton {
	cursor: not-allowed;
}

#sendDataButton:enabled {
    cursor: pointer;
}

.sendButtonText{
	opacity: 0;
	transition: 1s;
}

.sendButtonText.active{
	opacity: 1;
}

.button-disabled {
   opacity: 0.3;
    cursor: not-allowed; /* Zeigt an, dass der Button nicht klickbar ist */
    pointer-events: none; /* Verhindert alle Maus-Events auf dem Button */
}


.spinner {
    border: 4px solid var(--secondary-color);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border-left-color: var(--primary-color);
    animation: spinner 1s linear infinite;
    margin: auto; /* Zentriere den Spinner innerhalb des Buttons */
	position: absolute;
}





.reihenbreiteImgAgri {
    float: left;
    margin: 5%;
}

/* Spinner-Stil */
@keyframes spinner {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#loadingDiv {
    border: 8px solid rgba(0, 0, 0, 0.1);
    border-left-color: var(--primary-color);
    border-radius: 50%;
    width: 200px;
    height: 200px;
    animation: spinner 1.2s linear infinite;
    position: absolute;
    top: calc(50% - 100px);
    left: calc(50% - 100px);
    transform: translate(-50%, -50%);
}



