.contact-form p {
	font-weight: 300;
}
.contact-form .row {
	--bs-gutter-x: 25px;
	--bs-gutter-y: 20px;
}
.input-div {
	position: relative;
	display: block;
	width: 100%;
}
.bootstrap-select>.dropdown-toggle,
textarea, input {
    position: relative;
    display: block;
    background-color: rgba(255, 255, 255, 0.13);
    border: 1px solid transparent;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 11px 30px;
    color: var(--sk-primary);
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
    width: 100%;
    transition: all 0.3s ease-out;
}
.bootstrap-select .dropdown-toggle:focus, 
.bootstrap-select .dropdown-toggle.show,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
    border-color: var(--sk-primary);
}
.dropdown.bootstrap-select {
	width: 100% !important;
}
.bootstrap-select>.dropdown-toggle {
	display: flex;
	align-items: center;
}
.bootstrap-select>.dropdown-toggle:after {
    background: url(../images/angle-down-gray.svg);
    background-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
textarea:focus,
input:focus {
    border-color: var(--sk-primary);
}
textarea {
    height: 115px;
}
.check-div label {
    position: relative;
    display: block;
    padding: 0 0 0 36px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
}
.check-div label a {
    text-decoration: none;
}
.submit-btn {
	margin-top: 10px;
}
.submit-btn input[type="submit"],
.submit-btn .btn {
    font-size: 18px;
    min-width: initial;
    padding: 8px 34px;
    width: auto;
    opacity: 1;
}
.form-link {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 20px 35px;
	margin-top: 30px;
}
.form-link a {
	text-decoration: none;
	font-weight: 300;
}
.password-icon {
	position: absolute;
	right: -54px;
    top: 8px;
	width: 33px;
	height: 33px;
	background: url(../images/hide.svg) no-repeat center;
	background-size: contain;
}
.password-icon.visible {
	background: url(../images/show.svg) no-repeat center;
}
.geburtsdatum-icon {
	position: absolute;
	right: 14px;
    top: 15px;
	width: 24px;
	height: 24px;
	background: url(../images/calendar.svg) no-repeat center;
	background-size: contain;
}
.p-font-30 p {
	font-size: 30px;
}
.contact-form .check-div {
	margin: 20px 0;
}
.contact-form .p-font-30:not(:first-child),
.contact-form p:not(:first-child) {
	margin-top: 55px;
}
.with-btn {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px 29px;
	margin: 0 0 15px;
}
.with-btn * {
	margin: 0 !important;
}
.with-btn .btn {
	font-size: 18px;
    min-width: initial;
    padding: 8px 34px;
    width: auto;
    opacity: 1;
	margin-top: 6px !important;
}
.copy-icon {
	position: absolute;
	right: 13px;
	top: 13px;
	width: 21px;
	height: 26px;
	background: url(../images/copy.svg) no-repeat center;
	background-size: contain;
	z-index: 2;
    cursor: pointer;
}
.check-col {
	position: relative;
	display: grid;
	gap: 28px;
}
.check-col-five {
	grid-template-columns: repeat(5, 1fr);
}
.check-col label {
	position: relative;
    display: block;
    padding: 0 0 0 36px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
    color: var(--sk-gray);
}
.step-btn-outer {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 55px;
}
.textarea-height-99 textarea {
	height: 99px;
}
.textarea-height-285 textarea {
	height: 285px;
}
.upload-div input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.upload-div span {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
    background-color: rgba(255, 255, 255, 0.13);
    border: 1px solid transparent;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    padding: 30px 30px;
    color: #808080;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
    width: 100%;
    transition: all 0.3s ease-out;
    text-align: center;
}
.upload-div span a {
	color: #808080;
}
.upload-div span i {
	position: relative;
	display: flex;
	width: 42px;
	height: 42px;
	background: url(../images/upload.svg) no-repeat center;
	background-size: contain;
	margin-bottom: 20px;
}
.object-blog {
	position: relative;
	display: flex;
}
.object-blog-img {
	position: relative;
	display: flex;
	margin-right: 49px;
}
.object-blog-img img {
	width: 320px;
	min-width: 320px;
	height: 320px;
	object-fit: cover;
}
.object-blog-info {
	position: relative;
	width: 100%;
}
.object-blog-info .row {
	--bs-gutter-x: 38px;
	--bs-gutter-y: 25px;
}
.check-col-outer {
	position: relative;
	display: flex;
	align-items: center;
	gap: 20px 33px;
	margin-top: 30px;
}
.check-col-outer p {
	margin: 0;
	font-weight: 300;
}
.check-col-outer .check-col {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 60px;
}
.radio-outer .jq-radio {
    position: absolute !important;
    top: 2px!important;
    left: 0px!important;
    vertical-align: middle;
    width: 25px!important;
    height: 25px!important;
    margin: 0!important;
    border: 0px solid #f4f2ed!important;
    border-radius: 0px!important;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.13)!important;
    border: 1px solid transparent!important;
}
.radio-outer .jq-radio.checked {
    border: 1px solid var(--sk-white)!important;
}
.radio-outer .jq-radio.checked .jq-radio__div {
    width: 100%!important;
    height: 100%!important;
    position: absolute!important;
    left: 0!important;
    top: 0!important;
}
.radio-outer .jq-radio.checked .jq-radio__div:before {
    position: absolute!important;
    content: ''!important;
    left: 4px!important;
    top: 4px!important;
    width: calc(100% - 8px)!important;
    height: calc(100% - 8px)!important;
    background-color: var(--sk-white)!important;
}
.input-data-table {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.input-data-col {
	position: relative;
	display: flex;
	gap: 10px 30px;
	padding: 10px 15px;
	width: 100%;
	word-break: break-word;
}
.three-col {
	width: 33.333%;
	font-weight: 300;
}
.col-two {
	width: 50%;
}
.input-data-col p {
	margin: 0 !important;
	font-weight: 300;
	min-width: 133px;
	color: var(--sk-gray);
}
.input-data-table + .input-data-table {
	margin-top: 10px;
}
.col-xl-6 .object-blog-img img {
    width: 150px;
    min-width: 150px;
    height: 150px;
    object-fit: cover;
}
.col-xl-6 .object-blog-img {
    margin-right: 15px;
}
.object-blog-info .input-data-table {
	font-size: 18px;
	margin: 0 -5px;
}
.object-blog-info .input-data-col {
	padding: 8px 5px;
	gap: 10px 14px;
}
.object-blog-info .input-data-col:first-child {
	padding-top: 0;
}
.contact-form .row.gy-5 {
	--bs-gutter-y: 40px;
}
.object-blog-info .input-data-col p {
	min-width: 115px;
}
.font-weight-light {
	font-weight: 300;
}
.download-list ul {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px 15px;
	padding: 0;
	margin: 0;
}
.download-list p {
	margin-bottom: 22px;
}
.download-list ul li {
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
}
.download-list ul li a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 300;
	text-decoration: none;
	padding: 12px 0;
	padding-left: 50px;
}
.download-list ul li a:before {
	position: absolute;
	content: '';
	display: flex;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 35px;
	height: 47px;
	background: url(../images/pdf.svg) no-repeat center;
	background-size: contain;
}
.download-list ul li a strong {
	font-weight: 500;
}
.upload-fotos-thumb-buttons {
	display: flex;
	width: 100%;
	justify-content: center;
	padding: 10px;
	background-color: rgba(255, 255, 255, 0.13);
}
button.icon-delete {
	width: 20px;
    height: 20px;
    min-width: inherit;
    padding: 0;
    border-radius: 50%;
	background: url(../images/close.svg) no-repeat center;
	background-size: 8px;
}
.object-blog .jq-selectbox__select {
	background-color: rgba(255, 255, 255, 0.13)!important;
    border: 1px solid transparent!important;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0px 30px!important;
    color: var(--sk-primary)!important;
    font-size: 20px!important;
    height: 54px!important;
    font-weight: 300!important;
}
.object-blog .jq-selectbox__select-text {
    line-height: 54px !important;
}
.object-blog .jq-selectbox__trigger-arrow:before {
    width: 18px !important;
    height: 10px !important;
    background: url(../images/angle-down.svg) no-repeat center !important;
    background-size: contain !important;
}
.object-blog .jq-selectbox__trigger {
    right: 18px !important;
}
.object-blog .jq-selectbox__dropdown {
    box-sizing: border-box;
    width: 100%;
    margin: 2px 0 0;
    padding: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 0px;
    background-color: rgb(65 62 62) !important;
    border: 1px solid transparent;
}
.object-blog .jq-selectbox li {
    padding: 0 28px !important;
   	border-radius: 0 !important;
    margin: 0 !important;
    font-size: 18px !important;
    line-height: 38px !important;
    height: 38px !important;
}
.download-list {
	margin-top: 65px;
}
@media (max-width: 1549px) {
	.object-blog-info .input-data-col p {
    	min-width: 91px;
	}	
}
@media (max-width: 1199px) {
	.object-blog-img img {
	    width: 280px;
	    min-width: 280px;
	    height: 280px;
	    object-fit: cover;
	}
	.object-blog-img {
	    margin-right: 30px;
	}
	.object-blog-info .row {
	    --bs-gutter-x: 25px;
	    --bs-gutter-y: 25px;
	}
}

@media (max-width: 991px) {
	.check-col-five {
		grid-template-columns: repeat(3, 1fr);
	}
	.object-blog {
		flex-direction: column;
	}
	.object-blog-img {
	    margin-right: 0px;
	    margin-bottom: 30px;
	}
	.three-col {
	    width: 50%;
	}
	.download-list ul {
	    grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 767px) {
	.password-icon {
	    right: -1px;
	    top: -32px;
	    width: 23px;
	    height: 23px;
	}
	.contact-form p:first-child {
		margin-bottom: 25px;
	}
	.p-font-30 p {
	    font-size: 20px;
	}
	.check-col {
		gap: 10px 15px;
	}
	.check-col-five {
		grid-template-columns: repeat(2, 1fr);
	}
	.contact-form .p-font-30:not(:first-child),
	.contact-form p:not(:first-child) {
	    margin-top: 40px;
	}
	.upload-div span {
	    padding: 20px 20px;
	    font-size: 16px;
	}
	.upload-div span i {
	    width: 35px;
	    height: 35px;
	    margin-bottom: 17px;
	}
	.step-btn-outer {
	    gap: 20px;
	    margin-top: 40px;
	}
	.textarea-height-285 textarea {
	    height: 180px;
	}
	.check-col-outer {
		flex-direction: column;
		align-items: flex-start;
	}
	.check-col-outer p {
		margin: 0 !important;
	}
	.three-col {
	    width: 100%;
	}
	.object-blog-info .input-data-table {
	    font-size: 14px;
	    margin: 0 -5px;
	}
	.col-two {
	    width: 100%
	}
	.input-data-col {
	    gap: 10px 15px;
	}
	.object-blog-info .input-data-col p {
        min-width: 91px;
    }
    .download-list ul {
	    grid-template-columns: repeat(1, 1fr);
	}
	.download-list {
		margin-top: 45px;
	}
}

@media (max-width: 480px) {
	.check-col-five {
		grid-template-columns: repeat(1, 1fr);
	}
}