img{
    max-width: 100%;
}

  .news-headline-bar {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 0.75rem;
    color: #666;
    margin-bottom: 10px;
  }

  .news-headline-bar .alert {
    background-color: #d60000;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4px 8px;
    border-radius: 3px;
    margin-right: 12px;
    font-size: 0.75rem;
  }

  .news-headline-main {
    font-size: 1.8rem;
    font-weight: 700;
    color: #111;
    line-height: 1.3;
    margin-bottom: 14px;
  }

  @media (max-width: 600px) {
    .news-headline-main {
    }
  }


    /* neutral info-tag instead of Eilmeldung */
    .info-label {
      display: inline-block;
      background: #2a9df4;    /* a friendly blue instead of “alert” red */
      color: #fff;
      font-weight: 600;
      font-size: 0.9rem;
      text-transform: uppercase;
      padding: 0.25em 0.75em;
      border-radius: 3px;
      margin-right: 1rem;
    }
    .advert-label {
  color: #c00;              /* strong red */
  font-weight: 600;         /* semi-bold */
  font-size: 0.9rem;        /* slightly bigger but not huge */
  text-align: center;       /* centered */
  margin: 8px auto;         /* less space */
  padding: 2px 0;           /* slim spacing */
  letter-spacing: 0.5px;    /* subtle spacing */
  font-family: Arial, Helvetica, sans-serif;
  border-top: 1px solid #e0e0e0;  /* light gray top border */
  border-bottom: 1px solid #e0e0e0; /* subtle bottom line */
  width: 100%;
}

<style>*,
:after,
:before {
	box-sizing: border-box;

}

.count-item-title:after {
	background: linear-gradient(33deg, #2181a7 0%, #5ff073 100%) !important;
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

header,
section {
	display: block
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff
}

h1,
h2 {
	margin-bottom: .5rem
}

h1,
h2,
p {
	margin-top: 0
}

p {
	margin-bottom: 1rem
}

ul {
	margin-top: 0;
	margin-bottom: 1rem
}

b {
	font-weight: bolder
}

a {
	color: #ff9d01;
	text-decoration: none;
	background-color: transparent
}

img {
	border-style: none
}

img {
	vertical-align: middle
}

label {
	display: inline-block;
	margin-bottom: .5rem
}

button {
	border-radius: 0
}

button,
input {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

button,
input {
	overflow: visible
}

button {
	text-transform: none
}

[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border-style: none
}

input[type=checkbox] {
	box-sizing: border-box;
	padding: 0
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

h1,
h2 {
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2
}

h1 {
	font-size: 2.5rem
}

h2 {
	font-size: 2rem
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:576px) {
	.container {
		max-width: 540px
	}
}

@media (min-width:768px) {
	.container {
		max-width: 720px
	}
}

@media (min-width:992px) {
	.container {
		max-width: 960px
	}
}

@media (min-width:1200px) {
	.container {
		max-width: 1140px
	}
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.col-5,
.col-7,
.col-12,
.col-lg-5,
.col-lg-7,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-6,
.col-md-8 {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}

.col-5 {
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%
}

.col-7 {
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%
}

.order-2 {
	order: 2
}

.order-3 {
	order: 3
}

@media (min-width:768px) {
	.col-md-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}

	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-md-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}

	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-md-8 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%
	}

	.order-md-2 {
		order: 2
	}

	.order-md-3 {
		order: 3
	}
}

@media (min-width:992px) {
	.col-lg-5 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%
	}

	.col-lg-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%
	}
}

.form-group {
	margin-bottom: 1rem
}

.alert {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem
}

.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb
}

.d-none {
	display: none !important
}

.d-flex {
	display: flex !important
}

@media (min-width:768px) {
	.d-md-none {
		display: none !important
	}

	.d-md-block {
		display: block !important
	}
}

@media (min-width:992px) {
	.d-lg-none {
		display: none !important
	}

	.d-lg-block {
		display: block !important
	}
}

.justify-content-end {
	justify-content: flex-end !important
}

.justify-content-between {
	justify-content: space-between !important
}

.align-items-center {
	align-items: center !important
}

.mt-3 {
	margin-top: 1rem !important
}

@media (min-width:768px) {
	.mt-md-0 {
		margin-top: 0 !important
	}

	.mb-md-5 {
		margin-bottom: 3rem !important
	}
}

.text-center {
	text-align: center !important
}

:host,
:root {
	--fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free"
}

:host,
:root {
	--fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
	--fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free"
}

* {
	box-sizing: border-box
}

html {
	scroll-behavior: smooth
}

body {
	font-family: Montserrat, sans-serif;
	overflow-x: hidden;
	padding: 0;
	font-size: 18px;
	color: #333;
	line-height: 1.6
}

@media screen and (max-width:767px) {
	body {
		font-size: 16px
	}
}

img {
	max-width: 100%;
	height: auto
}

p {
	font-size: 18px;
	line-height: 1.6
}

@media screen and (max-width:767px) {
	p {
		font-size: 16px;
		line-height: 1.5
	}
}

.container {
	max-width: 1450px
}

.header {

	box-shadow: .3px 4px 13.8px 2.2px rgba(20, 22, 25, .15);
	padding: 15px 0;
	position: relative;
	z-index: 3
}

.header-menu {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 18px;
	display: flex !important
}

@media screen and (max-width:767px) {
	.header-menu {
		font-size: 15px
	}
}

.header-menu a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 5px 15px;
	border-radius: 10px;
	border: 2px solid transparent;
	color: #fff !important
}

@media screen and (max-width:991px) {
	.header-menu a {
		padding: 5px 10px
	}
}

@media screen and (max-width:767px) {
	.header-menu a {
		padding: 5px 8px
	}
}

.header-menu li {
	padding: 0 5px
}

@media screen and (max-width:767px) {
	.header-menu li {
		padding: 0
	}
}

.hidden {
	display: none
}

.main {
	background-image: url(/assets/main-bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	padding: 50px 0;
	color: #fff
}

@media screen and (max-width:767px) {
	.main {
		padding: 30px 0;
		background: #080a0b
	}
}

.main-header {
	font-size: 65px;
	font-weight: 800;
	font-family: 'Playfair Display', serif;
	/* Elegant & professional font */
	color: #ffffff;
	/* Pure white color */
	text-transform: uppercase;
	text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.3);
	/* Soft shadow for depth */
	letter-spacing: 3px;
	/* Makes it more premium */
	margin-bottom: 15px;
	animation: fadeIn 1.5s ease-in-out;
	/* Smooth entrance animation */
}

/* Smooth fade-in effect */
@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(-10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media screen and (max-width:767px) {
	.main-header {
		font-size: 34px;
		margin-bottom: 10px
	}
}

.main-image {
	font-size: 0;
	border-radius: 16px;
	overflow: hidden
}

@media screen and (max-width:991px) {
	.main-image {
		margin-bottom: 20px;
		border-radius: 10px
	}
}

.main-image img {
	width: 100%
}

.main-form {
	border-radius: 16px;
	background-color: #fff;
	padding: 25px 45px;
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
	border: 1px solid #d1d1d1;
}


@media screen and (max-width:991px) {
	.main-form {
		margin-bottom: 20px
	}
}

@media screen and (max-width:767px) {
	.main-form {
		padding: 15px
	}
}

.main-form-title {
	font-size: 30px;
	font-weight: 700;
	color: #171717;
	line-height: 1.25;
	margin-bottom: 20px;
	text-align: center
}

@media screen and (max-width:767px) {
	.main-form-title {
		font-size: 22px
	}
}

.main-form-title span {
	color: #e06d2c !important
}

.main-form-btn {
	border-radius: 25px;
	background: linear-gradient(33deg, #2181a7 0%, #5ff073 100%) !important;
	padding: 10px 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: 53px;
	font-size: 20px;
	line-height: 1.25;
	font-weight: 700;
	color: #fff !important;
	text-decoration: none !important;
	text-transform: uppercase;
	border: 0
}

@media screen and (max-width:767px) {
	.main-form-btn {
		font-size: 18px
	}
}

form .main-form-btn {
	width: 100%
}

.form-bottom {
	color: #000
}

.form-bottom label {
	font-size: 14px
}

.form-bottom label {
	display: flex;
	text-align: left;
	align-items: flex-start
}

.form-bottom label input[type=checkbox] {
	flex-basis: 15px;
	min-width: 15px;
	height: 22px;
	margin-right: 10px
}

input {
	border-radius: 3px;
	border: 1px solid #e1e1e1;
	width: 100%;
	height: 75px;
	padding: 15px
}

.title {
	font-size: 35px;
	font-weight: 800;
	color: #224881 !important;
	margin-bottom: 25px
}

@media screen and (max-width:767px) {
	.title {
		font-size: 26px;
		margin-bottom: 15px;
		text-align: center
	}
}

.group-text>* {
	display: none
}

.group-text p {
	font-size: 18px
}

@media (max-width:767px) {
	.group-text p {
		font-size: 16px
	}
}

.group-text p:last-child {
	margin-bottom: 0
}

.group-text-wrap input[type=checkbox] {
	display: none
}

.bg-gray {
	background-color: #f5f5f5
}

.footer {
	background-color: #0A192F !important;
}

.padding-60 {
	padding: 60px 0
}

@media (max-width:767px) {
	.padding-60 {
		padding: 30px 0
	}
}

.modalDialog {
	height: 0;
	opacity: 0;
	display: none
}

[data-error-status=inactive] {
	display: none
}

.form-group {
	position: relative
}

[data-check-icon] {
	position: absolute;
	right: 5px;
	font-size: 25px;
	line-height: 1;
	top: 50%;
	transform: translateY(-50%);
	color: #41ad48;
	align-items: center;
	justify-content: center
}

[data-check-icon] img {
	max-width: 35px
}

[data-check-icon=inactive] {
	display: none
}

[data-for-error] {
	width: 100%;
	font-weight: 400;
	margin-top: .25rem;
	padding: 5px;
	color: #fff;
	background-color: #eb162b;
	font-size: 12px
}

.alert-danger {
	font-weight: 400;
	border: 0;
	padding: 5px;
	color: #fff;
	background-color: #eb162b;
	font-size: 12px;
	border-radius: 0
}

.risk-popup-btn {
	border-radius: 5px;
	padding: 10px 15px;
	font-size: 16px;
	font-weight: 500;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-decoration: none !important;
	color: #fff !important;
	text-align: center;
	border: 0;
	background-color: #50c307
}

.dialog {
	display: none;
	position: fixed;
	z-index: 33;
	bottom: 5px;
	left: 5px;
	right: 5px;
	margin: 0 auto;
	max-width: 1230px;
	box-sizing: content-box;
	background-color: #fff;
	overflow: hidden;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .3);
	max-height: calc(100vh - 10px);
	overflow: auto
}

.dialog-header {
	background-color: #224881 !important;
	padding: 15px;
	margin-bottom: 10px;
	position: relative;
	color: #fff;
	font-weight: 700
}

.dialog-content {
	padding: 15px
}

.dialog-close-over {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px;
	font-weight: 700;
	width: 20px;
	text-align: center
}

.dialog-text {
	max-height: 80px;
	overflow: hidden;
	position: relative
}

.dialog-text:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	background: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0));
	position: absolute
}

.dialog-text-more {
	font-size: 16px;
	font-weight: 800;
	line-height: 1.5;
	color: #333;
	margin-top: 5px;
	margin-bottom: 0;
	position: relative;
	text-decoration: underline !important;
	display: inline-block
}

.dialog-text-wrap input[type=checkbox] {
	display: none
}

.dialog-all-button-row {
	padding: 15px
}

.dialog-modal-check[type=checkbox] {
	display: none
}

.dialog-modal-check[type=checkbox]:checked~.dialog {
	display: block !important
}

.language {
	position: relative;
	display: inline-flex;
	align-items: center;
	color: #000;
	font-size: 16px;
	z-index: 9999;
	align-self: center;
	margin-left: 0
}

@media (max-width:767px) {
	.language {
		font-size: 16px;
		margin-right: 15px
	}
}

.language img {
	margin-right: 10px;
	width: 21px
}

.language span {
	display: flex;
	align-items: center;
	padding: 3px 5px;
	color: #fff
}

.language span i {
	margin-left: 5px;
	vertical-align: middle;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 4px solid #fff
}

.language-list {
	list-style: none;
	padding: 0 5px;
	margin-left: 0;
	position: absolute;
	top: 100%;
	right: 0;
	text-align: center;
	min-width: 100%;
	display: none;
	background-color: #322b7c;
	border: 1px solid
}

.language-list a {
	color: #fff;
	display: flex;
	align-items: center
}

.intgrtn-loader-holder {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 50;
	display: none;
}

.intgrtn-loader-holder .intgrtn-loader-text-holder {
	text-align: center;
	max-width: 80%;
	max-height: 80%;
	position: absolute;
	left: 50%;
	top: 50%;
	color: #fff;
	transform: translate(-50%, -50%);
}

button#submitBtn,
.btn-2step {
	opacity: inherit;
	width: 100%;
	-webkit-text-size-adjust: 100%;
	tab-size: 4;
	--tw-text-opacity: 1;
	box-sizing: border-box;
	border-width: 0;
	border-style: solid;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-scroll-snap-strictness: proximity;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgb(59 130 246 / 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	-webkit-appearance: button;
	cursor: pointer;
	width: 100%;
	margin: 0 auto;
	padding: 10px 16px;
	border-radius: 6px;
	color: #fff;
	border-color: rgb(37, 99, 235);
	margin-top: 1rem;
	font-size: 24px;
	line-height: 1.75rem;
	font-weight: 700;
	text-transform: none;
	font-family: "Merriweather", serif;
	background-color: transparent;
	background-image: linear-gradient(33deg, #e06d2c 0%, #e4c69f 100%);
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
	border: 1px solid #d1d1d1;
	transition: all 0.3s ease-in-out;
}

/* Hover Effect */
button#submitBtn:hover,
.btn-2step:hover {
	background-image: linear-gradient(33deg, #d05a1f 0%, #d9b58f 100%);
	box-shadow: 0px 12px 35px rgba(0, 0, 0, 0.3);
	transform: translateY(-5px);
}


select#countryData_gaff {
	display: none;
}

.checkbox {
	display: none;
}

.intgrtn-input-holder>input {
	width: 100%;
	background-color: #ffffff00;
	border-style: solid;
	border-color: #000000;
	border-radius: 10px;
	color: rgb(0, 0, 0) !important;
	margin-bottom: 1em;
}

.intgrtn-input>placeholder {
	color: black;
}

input#phoneFiled {
	width: 100%;
	background-color: #ffffff00;
	border-style: solid;
	border-color: #FFFFFF;
	border-radius: 10px;
	color: rgb(0, 0, 0) !important;
	margin-bottom: 1em;
}

.intgrtn-input-holder>input::placeholder {
	color: rgb(0, 0, 0);
}

input#phoneFiled::placeholder {

	color: white !important;
}

.iti__selected-dial-code {
	color: rgb(0, 0, 0);
}

.error {
	background-color: #ff9999 !important;
	/* Set the background color to red */
}

.step-2 {
	display: none;
}

input#phoneFiled {
	width: 100%;
}

.iti.iti--allow-dropdown.iti--separate-dial-code {
	width: 100%;
}

span#valid-msg {
	color: green;
}

span#error-msg {
	color: red;
}

.error-phone {
	text-align: center;
	margin-top: 1em;
}

.hide {
	display: none;
}

	.intgrtn-loader-holder {
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 40px 20px;
		border-radius: 12px;
		background: #fdfdfd;
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
		margin-top: 30px;
	}

	.modern-loader {
		width: 50px;
		height: 50px;
		border: 5px solid #f3f3f3;
		border-top: 5px solid #e06d2c;
		border-radius: 50%;
		animation: spin 1s linear infinite;
		margin-bottom: 20px;
	}

	@keyframes spin {
		0% { transform: rotate(0deg); }
		100% { transform: rotate(360deg); }
	}

	.modern-loader-text {
		font-size: 18px;
		color: #333;
		text-align: center;
		font-weight: 500;
		line-height: 1.4;
	}


.popup-heading {
	padding-top: 20px;
}

.popup-scrollable-content li {
	text-align: left;
}

.popup-scrollable-content {
	max-height: 80vh;
	overflow-y: auto;
	padding-right: 15px;
	margin-top: 20px;
	height: auto;
	padding: 20px;
}

.popup-scrollable-content p {
	font-size: 15px;
	line-height: 1.4;
	padding: 10px 0px;
	text-align: left;
}

.popup-scrollable-content h3 {
	text-align: left;
}

.info-legal {
	font-size: 13px;
	line-height: 1.3;
	padding-bottom: 8px;
}

.popup {
	display: none;
	/* Hidden by default */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	/* Black background with opacity */
	justify-content: center;
	align-items: center;
	z-index: 99;
}

.popup-content {
	background-color: #fff;
	border-radius: 5px;
	text-align: center;
	position: relative;
	width: 100%;
	max-width: 900px;
}

.popup-content h2 {
	margin: 0
}

.popup-close {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
	cursor: pointer;
}

@media(max-width:768px) {
	.popup-content {
		width: 100%;
		max-width: 400px;
	}

	.info-legal {
		text-align: center;
	}
}

html {
	scroll-behavior: smooth;
}

.form-control {
	width: 100%;
	padding: 10px;
	margin: 10px auto;
	border-radius: 5px;
	border: 1px solid #b3acac;
	height: 45px;
}

.Dynaform-form {
	margin: 20px;
}

.Dynaform-form .row {
	margin-right: 0px !important;
	margin-left: 0px !important;
}

.form-group {
	width: 100%;
	margin-bottom: 0px;
}

.Dynaform-btn {
	border: none;
	background-color: #ff9d01;
	font-size: 18px;
	margin-top: 18px;
	height: 55px;
	font-weight: 800;
}

.form-footer {
	padding: 10px;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
	padding-left: 30px;
}

.intl-tel-input {
	font-size: 14px;
}

.form-group.Dynaformdiv-phone {
	margin: 10px auto;
}

#form label {
	display: contents;
}

#acceptButton {
	color: #ff9d01;
}

.gefoBY span {
	-webkit-text-decoration: underline;
	text-decoration: underline;
	cursor: pointer;
}
.advert-label {
	color: #d0021b;
	/* bold red */
	font-weight: 700;
	/* bold */
	font-size: 1.5rem;
	/* increased size */
	text-align: center;
	margin: 1.5rem 0;
}
.img__mob {
	display: none !important;
}
@media(max-width: 575px){
	.img__desc {
			display: none !important;
	}
	.img__mob {
			display: block !important;
	}
}
