.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;
}
.submit-btn .btn-right-side {
	float: right;
}
.submit-btn .btn-left-side {
	float: left;
}
.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;
	line-height: 1.3;
}
.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;
}
.price-table-row .row {
	--bs-gutter-x: 60px;
	--bs-gutter-y: 40px;
}
.price-table {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 50px 25px;
	border-radius: 30px;
	outline: 3px solid transparent;
	transition: all 0.3s ease-out;
}
.price-table:before {
	position: absolute;
	content: '';
	display: flex;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}
.price-table-title {
	position: relative;
	width: 100%;
	text-align: center;
	min-height: 100px;
	color: #fff;
}
.price-table-title h3 {
	font-size: 34px;
}
.price-table-info {
	position: relative;
}
.price-table-info ul {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 0;
	margin: 0;
	gap: 15px;
}
.price-table-info ul li {
	position: relative;
	display: block;
	color: #fff;
	padding: 0 0 0 30px;
	margin: 0;
	font-weight: 300;
}
.price-table-info ul li:before {
	position: absolute;
	content: '';
	display: flex;
	left: 0;
	top: 5px;
	width: 20px;
	height: 20px;
	background: url(../images/check.svg) no-repeat center;
	background-size: contain;
	background-color: #fff;
	border-radius: 50%;
}
.price-table-bottom {
	position: relative;
	flex: 1 0 0;
	justify-content: flex-end;
	display: flex;
	flex-direction: column;
	min-height: 280px;
	align-items: center;
	text-align: center;
}
.price-table-price {
	font-size: 50px;
	font-weight: 700;
	line-height: 1.3;
}
.price-table-price small {
	display: block;
	font-size: 20px;
	font-weight: 300;
}
.abo-type-list-item {
	cursor: pointer;
}
.abo-type-list-item.abo-active .price-table {
	outline: 3px solid #4bae4f;
}
.kurze-overview-photo {
	margin-top: -20px;
	margin-bottom: 20px;
}
.winstage-kuenstler-seite-form label {
	position: relative;
	display: block;
	font-weight: 300;
	margin-bottom: 20px;
}
.abo-full-screen-popup .modal-dialog {
	max-width: 100%;
	color: #000;
	margin: 0;
}
.form-modal .modal-content {
	background-color: #000;
    color: #fff;
    border-radius: 0;
	
}
.form-modal .modal-body {
	position: relative;
	max-width: 100%;
	padding: 100px 15px;
	margin-left: auto;
	margin-right: auto;
}
.modal-form .content-title h2 {
	font-size: 65px;
	margin-bottom: 70px;
}
.modal-form .content-title p {
	margin-bottom: 30px;
}
.modal-form .content-title ul {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 0;
	margin: 0 0 30px;
	gap: 15px;
}
.modal-form .content-title ul li {
	position: relative;
	display: block;
	padding: 0 0 0 35px;
	margin: 0;
}
.modal-form .content-title ul li:before {
	position: absolute;
	content: '';
	display: flex;
	left: 0;
	top: 3px;
	width: 25px;
	height: 25px;
	background: url(../images/check.svg) no-repeat center;
	background-size:contain;
	background-color: #fff;
	border-radius: 50%;
}
.btn.btn-green {
	background-color: #4BAE4F;
	border-color: #4BAE4F;
}
.btn.btn-green:hover {
	color: #4BAE4F;
	background-color: #fff;
	border-color: #fff;
}
.modal-form .submit-btn {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
@media (min-width: 576px) {
    .form-modal .modal-body {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .form-modal .modal-body {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .form-modal .modal-body {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .form-modal .modal-body {
        max-width: 1170px;
    }
}
@media (min-width: 1550px) {
    .form-modal .modal-body {
        max-width: 1430px;
    }
}
@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;
	}
	.price-table-row .row {
		--bs-gutter-x: 40px;
		--bs-gutter-y: 40px;
	}
	.modal-form .content-title h2 {
		font-size: 50px;
		margin-bottom: 62px;
	}
	.modal-form .p-font-30 p {
		font-size: 26px;
	}
}

@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;
	}
	.price-table-info ul li:before {
	    top: 3px;
	    width: 18px;
	    height: 18px;
	}
	.price-table-title h3 {
	    font-size: 30px;
	}
	.price-table-title {
	    min-height: 68px;
	}
	.price-table {
	    padding: 30px 20px;
	}
	.price-table-bottom {
	    min-height: 140px;
	}
	.price-table-price {
	    font-size: 36px;
	}
	.price-table-price small {
	    font-size: 17px;
	}
	.winstage-kuenstler-seite-form label {
		margin-bottom: 15px;
	}
	.kurze-overview-photo {
		margin-top: -15px;
	}
	.form-modal .modal-body {
		padding: 70px 15px;
	}
	.modal-form .content-title h2 {
		font-size: 30px;
		margin-bottom: 35px;
	}
	.modal-form .p-font-30 p {
        font-size: 18px;
    }
	.modal-form .content-title ul {
		margin: 0 0 20px;
		gap: 10px;
	}
	.modal-form .content-title ul li {
		padding: 0 0 0 30px;
	}
	.modal-form .content-title ul li:before {
		top: 2px;
		width: 20px;
		height: 20px;
	}
	.modal-form .submit-btn {
		flex-direction: column;
	}
}
@media (min-width: 576px) {
   .abo-full-screen-popup .modal-dialog {
	   max-width: 100%;
	   margin: 0;
    }
}
@media (max-width: 480px) {
	.check-col-five {
		grid-template-columns: repeat(1, 1fr);
	}
}
.upload-note {
    margin-top: 15px !important;
    font-size: 15px; 
    line-height: 1.5;
	margin-bottom: 0px;
}
.mt-10 {
	margin-top: 10px;
}
.alert-mt-10 .alert {
	margin-top: 15px;
}
.upload-note.mt-0 {
	margin-top: 0px !important;
}
.car-thumb img,
.img-100 img {
	width: 100%;
}