@charset "UTF-8";

.kontakt {
    position: relative;
    margin: 70px auto 70px auto;
    padding: 0;
    width: 100%;
    max-width: 1362px;
    height: 125px; /*125px close*/
    border: 1px solid #52AE32;
    border-radius: 0%;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: korolev-condensed, sans-serif;
    font-weight: 300;
    font-style: normal;
}

.kontakt-active {
    position: relative;
    margin: 70px auto 140px auto;
    padding: 0;
    width: 100%;
    max-width: 1362px;
    height: auto; /*125px close*/
    border: 1px solid #52AE32;
    border-radius: 0%;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: korolev-condensed, sans-serif;
    font-weight: 300;
    font-style: normal;
}

#kon-title {
    margin: 32px 0 32px 0;
    padding: 0;
    font-size: 56px;
    color: #52AE32;
    font-family: 'Butler', sans-serif;
    font-weight: 250;
    line-height: 1.4;
    font-style: normal;
}

#kon-button {
    position: absolute;
    top: 42.5px;
    right: 3%;
    margin: 0;
    padding: 0;
    width: 45px;
    height: 45px;
    border: 1px solid #52AE32;
    border-radius: 0%;
    background-color: transparent;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#kon-button img {
    position: absolute;
    margin: 0;
    padding: 0;
    transition: ease 200ms;
}

#plus01 {
    width: 23px;
}

.plus02 {
    height: 23px;
    opacity: 1;
}

.plus02-active {
    opacity: 0;
}

.msg {
    margin: 0;
    padding: 0;
    display: none;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 80%;
    max-width: 970px;
}

.msg-active {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 80%;
    max-width: 970px;
}

.name {
    margin: 0 0 20px 0;
    padding: 10px 12px 10px 12px;
    font-family: korolev-condensed, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: clamp(18px, 4vw, 24px);
    border: 1px solid #52AE32;
    border-radius: 0%;
    outline: none;
    color: #52AE32;
    width: 45%;
}

.mail {
    margin: 0 0 20px 0;
    padding: 10px 12px 10px 12px;
    font-family: korolev-condensed, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: clamp(18px, 4vw, 24px);
    border: 1px solid #52AE32;
    border-radius: 0%;
    outline: none;
    color: #52AE32;
    width: 45%;
}

.theme {
    margin: 0 0 20px 0;
    padding: 10px 12px 10px 12px;
    font-family: korolev-condensed, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: clamp(18px, 4vw, 24px);
    border: 1px solid #52AE32;
    border-radius: 0%;
    outline: none;
    color: white;
    background-color: #52AE32;
    width: 100%;
    max-width: 972px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.file {
    margin: 0 0 20px 0;
    padding: 0px 12px 0 0;
    font-family: korolev-condensed, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: clamp(18px, 4vw, 24px);
    border: 1px solid #52AE32;
    border-radius: 0%;
    outline: none;
    width: 100%;
    color: #52AE32;
}

input[type="file"]::file-selector-button {
    margin: 0 12px 0 0;
    padding: 10px 12px 10px 12px;
    border: 1px solid #52AE32;
    border-radius: 0%;
    background-color: #52AE32;
    color: white;
    cursor: pointer;
    font-family: korolev-condensed, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: clamp(18px, 4vw, 24px);
  }

.value {
    margin: 0 0 20px 0;
    padding: 10px 12px 10px 12px;
    font-family: korolev-condensed, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: clamp(18px, 4vw, 24px);
    border: 1px solid #52AE32;
    border-radius: 0%;
    outline: none;
    width: 100%;
    height: 300px;
    color: #52AE32;
}

.check1 {
    margin: 0 0 20px 0;
    padding: 0;
    width: 100%;
    font-family: korolev-condensed, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: clamp(16px, 4vw, 24px);
    color: #52AE32;
    border: none;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.checklegal {
    margin: 0 10px 0 0;
    padding: 0;
    width: 23px;
    height: 23px;
    
    cursor: pointer;
    border: 1px solid #52AE32;
    border-radius: 0%;
    appearance: none;
    -webkit-appearance: none;
    background-color: white;
}

.checklegal:checked {
    background-color:#52AE32;
}

.checktext {
    margin: 0;
    padding: 0;
}

.button {
    margin: 0 0 40px 0;
    padding: 10px 12px 10px 12px;
    font-family: korolev-condensed, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: clamp(18px, 4vw, 24px);
    color: white;
    border: 1px solid #52AE32;
    border-radius: 0%;
    background-color: #52AE32;
    width: 100px;
    cursor: pointer;

}

.button:hover {
    color: #52AE32;
    background-color: transparent;
    transition: ease 200ms;
}


/*MOBILE*/

@media screen and (max-width: 1385px) {
    .kontakt {
        width: 91%;
    }
}

@media screen and (max-width: 1000px) {
    .kontakt {
        border: none;
        height: auto;
    }
    .msg {
        width: 95%;
        display: flex;
    }
    .name {
        width: 100%;
    }
    .mail {
        width: 100%;
    }
    #kon-button {
        display: none;
    }
    #kon-title {
        font-size: 46px;
    }
}

@media screen and (max-width: 410px) {
    #kon-title {
        font-size: 42px;
    }
}

@media screen and (max-width: 380px) {
    #kon-title {
        font-size: 38px;
    }
}

@media screen and (max-width: 330px) {
    #kon-title {
        font-size: 32px;
    }
}


/*PLACEHOLDER COLOR*/

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #52AE32;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #52AE32;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #52AE32;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #52AE32;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #52AE32;
}

::placeholder { /* Most modern browsers support this now. */
   color:    #52AE32;
}

