.kontakt{
    min-height: 60vh;
    background-color: white;
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: relative;
}

#rododiv{
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
}

.golddropdown {
    margin-bottom: 30px;
    width: 315px;
    border: solid 2px #bf7650 !important;
    height: 30px;
    border-radius: 5px;
    font-size: 1em;
    text-align: center;
    background: white;
}

.blackdropdown {
    margin-bottom: 30px;
    width: 315px;
    border: solid 2px #dbb882 !important;
    height: 30px;
    border-radius: 5px;
    font-size: 1em;
    text-align: center;
    background: white;
}



.goldform{
    border-bottom:  solid 2px #bf7650 !important;
}

.blackform{
    border-bottom:  solid 2px #dbb882 !important;
}



.filein {
    border-bottom: none !important;;
}



.kontakt h2{
font-size: 0.8em;
    font-weight: 300;
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
    --sal-duration: 2s;


}

.kontakt h3{
font-size: 0.7em;
    font-weight: 300;
    text-align: center;
    margin-top: 20;
    margin-bottom: 0px;
    --sal-duration: 2s;
}

.kontakt a{
	margin-bottom: 20px;
}

.smalltext{
	margin-bottom: 30px !important;
}


.kontakt h1{
    margin-top: 50px;
    text-align: center;
    --sal-duration: 2s;
	font-weight: 300;
}
.kontakt h2 b{
    background: rgb(255, 218, 161);
    background: linear-gradient(45deg, rgb(255, 218, 161) 40%, rgb(191, 118, 80) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}
.kontakt h1 b{
    background: rgb(255, 218, 161);
    background: linear-gradient(45deg, rgb(255, 218, 161) 40%, rgb(191, 118, 80) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
		font-weight: 100;
}

#contact_form{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-direction: column;

}

#contact_form input, textarea{
    width: 600px;
    transition: 0.3s;
}
#contact_form input{
    font-size: 1em;
    --sal-duration: 2s;
    height: 10px;
    padding: 20px;
    border: none;
    border-top: solid 2px #fff;
    border-bottom: solid 2px #bf7650;
    margin-bottom: 40px;
}

#contact_form input:first-child{
    margin-top: 20px;
}

#contact_form textarea{
    font-size: 1em;
    --sal-duration: 2s;
    height: 220px;
    padding: 20px;
    border: none;
	
    border-top: solid 2px #fff;
    border-bottom: solid 2px #bf7650;
}

#contact_form textarea::placeholder, input::placeholder{
    font-size: 1em;
    color: #8d5838;
    opacity: 1;
}

#contact_form textarea, input{
    transition: 0.3s;
    outline: none;
}

#contact_form textarea:focus{
    transform: scale(1.05);
}

#contact_form button{
    --sal-duration: 2s;
    --sal-delay: 1s;
    border: solid 3px #bf7650;

    background-color: white;
    font-size: 1em;
    padding: 10px 60px;
    border-radius: 20px;
    margin: 20px;
    margin-bottom: 60px;


}

#contact_form button:hover{
    color: white;
    border: solid 3px white;
    transform: scale(1.1);
    background: rgb(255, 218, 161);
    background: linear-gradient(45deg, rgb(255, 218, 161) 40%, rgb(191, 118, 80) 100%);
}

#contact_form input:nth-child(2){
    color: #bf7650;
}

.kontakt h1 b{
    font-size: 1.2em;
	
}



.kontakt h2 b{
    font-size: 1.4em;
	}

#contact_form textarea{
    color: #bf7650;
	margin-bottom: 25px;
}

#contact_form input, textarea{
    -webkit-border-radius:0px;
    -webkit-appearance: none;
    font-weight: 200;
    letter-spacing: 2px;
    transition: 0.3s;

}

#formtype{
	margin-top: 25px;
}


#contact_form input:focus{
    transform: scale(1.05);
}

/* The container */
.container {
    background: #dbb882;
    padding: 5px;
    border-radius: 5px;
    display: flex;
	color: white;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	margin-left: 20px;
	margin-right: 20px;
}

/* Hide the browser's default checkbox */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;

}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 5px;
    left: 5px;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: 	#bf7650;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width: 990px){
    .kontakt h1, h2{
        padding: 0px 30px;
    }



    .kontakt h2{
        font-size: 0.95em;
        margin-bottom: -10px;
    }

    .kontakt h1{
        margin-top: 25px;
    }

    #contact_form input, textarea{

        width: 240px !important;

    }

    #contact_form input:first-child{
        margin-top: 10px;
    }

}