:root {
  --font-newSM: 'Inter', sans-serif;
  --font-size-xs: 0.75rem;
  --font-size-sm: 0.875rem;
  --font-size-base: 1rem;
  --font-size-lg: 1.125rem;
  --font-size-xl: 1.25rem;
  --font-size-2xl: 1.5rem;

  /* Font weights */
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;

  /* Colors */
  --color-black: #000000;
  --color-white: #ffffff;
  --color-primary: #008EFF;
  --color-lite-text: #59658B;
  --color-lite-pri-new: #324254;
  --color-secondary: #B2B2B2;
  --color-gray: #f5f5f5;
  --color-lite-gray: #F3F3F3;
  --color-success: #4BC16C;
  --color-warning: #FFB508;
  --color-danger: #EB2B40;
  --color-lite-danger: #FDF1F0;
  --color-muted: #B2B2B2;
  --color-muted-lite: #919798;
  --color-muted-lite1: #616161;
  --color-moon-white: #EEF1FD;
  --color-border-lite: #E5E7EB;
  --color-dark-text: #09093B;
  --color-lite-f2: #F2F2F2;
  --color-disable-text: #C5D0D9;
  --color-dark-gray2-text: #6F7680;
  --color-dark-gray5-text: #667093;
  --color-lite-gray2-text: #C4C5C7;
  --content-title-color-gray: #4B5563;

  /* Backgrounds */
  --bg-body-color: #F7F7F7;
  --bg-light: #F9FAFB;
  --bg-dark: #1F2937;
  --pri-dark-color: #363F4A;
  --secondary-dark-color: #484848;
  --mute-hover-color: #E8E8E8;
  --pri-dark2-color: #2E2E2E;
  --Blue-StrokeColor : #C8E1FF;
  --Blue-Light-BackgroundColor: #0061FF14;
  --cream-Light-BackgroundColor: #F97F3A21;
  --bg-light-blue: #F1F5FC;
  --tl-green: #22c55e;
  --tl-green-dark: #16a34a;
  --border-color-1: #E4E4E4;
  --muted-color-1: #AFAFAF;

  /* Optional accent shades */
  --color-primary-light: #E8F0FF;
  --color-primary-dark: #2C66FF;
  --color-pri-dark: #0061FF;
  --color-mix-pri-dark: #0073EA;

  /* Background and text helpers */
  --bg-body: var(--bg-body-color);
  --color-black-main: var(--color-black);
  --color-black-primary: var(--color-primary);
}

.help-search{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.help-main{
    padding: 75px 240px;
    background: linear-gradient(267.42deg, rgba(243, 233, 232, 0.3) 0%, rgba(150, 185, 217, 0.3) 99.85%);
}
.help-main-wrapper h2{
    font-size: 36px;
    font-weight: 600;
}
.help-search{
    margin-top: 38px;
}
.input-help-search{
    border: 1px solid #DFDFDF;
    box-shadow: 0px 2px 10px 0px #0000001A;
    background-color: var(--color-white);
    font-size: 20px;
    font-weight: 600;
    width: 890px;
    height: 56px;
    border-radius: 40px;
    padding: 16px 24px;
}
.input-help-search:focus-within{
    outline: none;
}
.input-help-search-icon{
    background-color: var(--color-black);
    color: var(--color-white);
    box-shadow: 0px 2px 10px 0px #0000001A;
    padding: 16px;
    border-radius: 35px;
}
.main-legal-cases{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    margin-block: 80px;
}
/* .main-legal-cases .main-legal-cases-card img{
    margin-bottom: 12px;
} */
.main-legal-cases .main-legal-cases-card{
    background: linear-gradient(165.65deg, #FFFFFF 4.66%, #F1F0F0 123.25%);
    border: 1px solid #E5E5E5;
    border-radius: 20px;
    padding: 42px;

    text-align: center;
    display: grid;
    justify-items: center;
    gap: 10px;
    width: 300px;
    height: 200px;
    transition: all 0.1s ease-in-out;
}
.main-legal-cases .main-legal-cases-card h5{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;

}
.main-legal-cases .main-legal-cases-card:hover{
    border: 1px solid var(--Blue, #008EFF);
    background-color: #FAFDFF;
    box-shadow: 2px 3px 10px 0px #0000000A;
}
.new-case-faq-section{
    width: 863px;
    margin: auto;
}
.new-case-faq-item{
    display: flex;
    align-items: center;
    gap: 12px;
    padding-block: 10px;
}
.new-case-faq-item .new-case-faq-icon{
    background-color: #F8FAFB;
    padding: 20px;
    border-radius: 50px;
}
.new-case-faq-item .new-case-faq-content h4{
    font-size: 16px;
    font-weight: 700;
}
.new-case-faq-item .new-case-faq-content p{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}
.activity-section {
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 62px;
    margin-bottom: 120px;
}

.activity-header h4 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 40px;
    text-align: center;
}

.activity-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}
.activity-grid a:hover{
    color: var(--color-primary);
}

.activity-grid > a {
    flex: 1 1 calc(50% - 16px); /* 4 items per row */
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    color: #363F4A;
}
.popular-questions-header h3{
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E5E7EB;
    font-size: 28px;
    font-weight: 600;
}
.popular-questions-section{
    max-width: 1224px;
    margin: auto;
}
.anbieterportal-categorie-container{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0px;
    transition: all 0.1s ease-in-out;
}
.anbieterportal-categorie-container:hover{
    color: var(--color-primary);
}
.popular-questions-section .categories-title{
    font-size: 20px;
    font-weight: 500;
    margin-right: 12px;
}
.more-popular-questions{
    color: var(--color-primary);
    font-size: 16px;
    font-weight: 500;
    text-align: start;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 18px;
}
.guides-section{
    max-width: 1440px;
    margin: 0 auto;
    margin-top: 80px;
    padding-inline: 60px;
}
.guides-section .guides-list{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    margin-top: 40px;
}
.guides-section .guides-header h3{
    font-size: 32px;
    font-weight: 600;
    color: var(--color-black);
}
.guides-section .guides-item-image{
    text-align: center;
}
.guides-section .guides-item img{
    width: 424px;
    height: 229px;
    object-fit: cover;
    border-radius: 20px;
}
.guides-section .guides-item-content{
    padding-block: 16px;
}
.guides-section .guides-item-content h4{
    font-size: 24px;
    font-weight: 600;
}
.guides-section .guides-item-content p{
    font-size: 18px;
    font-weight: 500;
    color: var(--pri-dark-color);
}
.things-know-about-section{
    max-width: inherit;
    background-color: #FAFAFA;
    padding: 55px 60px;
    margin-bottom: 80px;
}
.things-know-about-section .things-know-about-wrapper{
    max-width: 1320px;
    margin: 0 auto;
}
.things-know-about-section .things-know-about-wrapper .guides-item-image img{
    margin: auto;
    padding: 40px;
    width: inherit;
}
.things-know-about-section .guides-item{
    background-color: var(--color-white);
    border: 1px solid #F7F6F6;
    border-radius: 20px;
    /* box-shadow: 0px 2px 10px 0px #0000001A; */
    width: 424px;
    transition: all 0.1s ease-in-out;
}
.things-know-about-section .guides-item-content{
    padding-block: inherit;
    padding: 24px 20px;
}
.things-know-about-section .guides-item-content p{
    margin: 0;
}
.things-know-about-section .guides-item.link-item-more{
    background-color: transparent;
    border: none;
    border-radius: none;
    box-shadow: none;
}
.things-know-about-section .guides-item-content-1{
    font-size: 28px;
    font-weight: 600;
}
.breadcrumbs-main{
    padding: 50px 0px;
}

/* hilfe-center-category */
.popular-questions-section-header{
    padding-bottom: 60px;
}
.popular-questions-section-header h2{
    font-size: 36px;
    font-weight: 600;
}
.popular-questions-icon{
    border: 2.07px solid #E5E7EB;
    box-shadow: 0px 8.29px 8.29px 0px #0000001F inset;
    border-radius: 50px;
    padding: 12px;
    width: max-content;
}
.popular-questions-icon img{
    width: 24px;
    height: 24px;
}
/* hilfe-center-category */

/* hilfe-center-community */
.general-discussion-tabs{
    margin-bottom: 80px;
}
.hilfe-center-community .indicator {
  width: 16px;
  height: 16px;
  background: var(--color-primary);
  border-radius: 50%;
}

.hilfe-center-community .avatar-stack {
  display: flex;
  align-items: center;
}

.hilfe-center-community .avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #4ade80;
  margin-left: -10px;
  object-fit: cover;
}
.hilfe-center-community .popular-questions-section-header {
	padding-bottom: 40px;
}
.hilfe-center-community .nav-link:hover, .nav-tabs .nav-link{
    border-color: transparent;
    border: none;
}
.hilfe-center-community .nav-link{
    color: #656565;
    font-weight: 600 !important;
    font-size: 20px !important;
}
.hilfe-center-community .nav-link.active{
    border: 0;
    border-bottom: 1px solid black;
    padding-bottom: 18px;
}
.hilfe-center-community .nav-link .badge{
    box-shadow: 0px 4.57px 4.57px 0px #0000001F inset;
    border: 1.14px solid #E5E7EB;
    border-radius: 30px;
    padding: 8px 12px;
    margin-inline-start: 8px;
}
.hilfe-center-community .general-discussion-wrapper{
    border: 1px solid var(--Stroke, #E5E7EB);
    border-radius: 24px;
    padding: 36px;
    background-color: var(--color-white);
    margin-top: 38px;
}
.hilfe-center-community .general-list-group-item h5{
    font-size: 20px;
    font-weight: 600;
}
.hilfe-center-community .general-list-group-item small{
    font-size: 16px;
    font-weight: 400;
    color: var(--color-black);
}
/* hilfe-center-community */


/* hilfe-center-community-article */
.hilfe-center-community-article .article-title h2{
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 24px;
}
.article-content-box{
    border: 1px solid var(--Stroke, #E5E7EB);
    border-radius: 20px;
    padding: 45px 36px;
}
.hilfe-center-community-article .post-content p{
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 24px !important;
    color: #2F3941;
    line-height: 24px;
}
.previous-processing-title{
    color: #2F3941;
    line-height: 24px;
}
.previous-processing-list{
    list-style: disc;
    padding-inline-start: 20px;
    color: #2F3941;
    line-height: 24px;
}
.consequences-btn{
    background-color: #F3F3F3;
    color: var(--color-black);
}
.link-item-more a{
    color: #1F73B7;
}
.link-item-more a:hover{
    text-decoration: underline !important;
}

.link-item-more .tag {
    position: relative;
    padding-right: 14px; /* space for line */
}

/* Add vertical line between items */
.link-item-more .tag:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 16px;              /* line size */
    background-color: #bfbfbf; /* line color */
}

.hilfe-center-community-article .navigation-wrapper {
    margin-top: 48px;
    margin-bottom: 85px;
}

.hilfe-center-community-article .nav-block {
    max-width: 350px;
}

.hilfe-center-community-article .nav-arrow {
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #F3F3F3;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #000;
}

.hilfe-center-community-article .nav-title {
    font-weight: 700;
    font-size: 16px;
    color: #000;
}

.hilfe-center-community-article .nav-link-text {
    display: inline-block;
    margin-top: 4px;
    color: #006CBD;
    font-size: 14px;
    text-decoration: none;
    line-height: 1.3;
}
.hilfe-center-community-article .nav-block:hover a.nav-link-text{
    text-decoration: underline !important;
}

.nav-link-text:hover {
    text-decoration: underline;
}
.comments-wrapper .comment-item, .comments-wrapper .leave-comment {
    color: #5A6D7C;
}
.comments-header{
    font-size: 24px;
    font-weight: 700;
}
.nav-block.left-nav .nav-arrow {
    transition: transform 0.25s ease;
}
.nav-block.left-nav:hover .nav-arrow {
    transform: translateX(-6px);
}
.nav-block.right-nav .nav-arrow {
    transition: transform 0.25s ease;
}
.nav-block.right-nav .nav-arrow {
    transition: transform 0.25s ease;
}
.nav-block.right-nav:hover .nav-arrow {
    transform: translateX(6px);
}

/* hilfe-center-community-article */


/* create new post modal */
.create-new-post-modal .create-new-post-body{
    padding: 65px 120px !important;
}
.create-new-post-modal .file-upload {
	background: #FAFAFA;
	border: 2px dashed #E5E5E5;
	border-radius: 8px;
	padding: 35px;
	position: relative;
	cursor: pointer;
}
.create-new-post-modal .file-upload .upload-info {
	display: grid;
	justify-items: center;
	padding-left: 0px;
	max-width: inherit;
	color: #6F7680;
	font-size: 14px;
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.create-new-post-modal .upload-info img {
	position: relative;
	width: 38px;
	top: 0px;
	left: 0;
	margin-bottom: 6px;
}
.create-new-post-modal .file-upload .file-input {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	cursor: pointer;
	border: 1px solid #E5E5E5;
	border-radius: 8px;
}
.create-new-post-modal .title-content-lighter-text{
    font-size: 16px;
    font-weight: 600;
}
.create-post-fields{
    display: grid;
    gap: 16px;
    margin-top: 16px;
}
.create-post-fields input{
    border: 1px solid #E5E5E5;
    border-radius: 20px;
    padding: 12px 20px;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
}
.create-post-fields textarea{
    border: 1px solid #E5E5E5;
    border-radius: 20px;
    padding: 12px 20px;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    min-height: 235px;
}
.create-new-post-body h3{
    font-size: 40px;
    font-weight: 500;
}
.button-wrapper-center button{
    padding: 12px 160px !important;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: auto;
}
.create-post-drag-file .file-preview {
	display: flex;
	gap: 10px;
	align-items: center;
	position: relative;
	z-index: 999;
}
/* create new post modal */

/* Article Page */
.feedback-section{
    border-top: 1px solid #DDDDDD;
    padding-top: 21px;
}
.article-sidebar-box h5{
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
}
.article-sidebar-box .sidebar-article-links a{
    color: #1F73B7;
    font-size: 15px;
    font-weight: 400;
}
.other-articles-wrapper{
    margin-top: 120px;
    margin-bottom: 100px;
}
.other-articles-wrapper .guide-item-box h5{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
}
.other-articles-wrapper .guide-item-box p{
    font-size: 16px;
    font-weight: 500;
    color: #363F4A;
}
/* Article Page */

/* get in touch modal */
.get-in-touch-modal .get-in-touch-body{
    padding: 65px 120px !important;
}
.create-post-fields.get-in-touch-fields{
    margin-top: 36px;
}
.modal-dialog input::placeholder , .modal-dialog textarea::placeholder {
  color: #616161;
}
.modal-dialog input:focus-visible , .modal-dialog textarea:focus-visible{
    outline: none;
    border: 1px solid black;
}
.contact-us-wrapper h4{
    font-size: 32px;
    font-weight: 600;
}
.contact-us-wrapper .contact-us-text{
    font-size: 20px;
    font-weight: 500;
    color: #363F4A;
}
/* get in touch modal */

.titile-header-section{
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 24px;
}

/* Free initial assessment */
.gratis-ersteinschatzung{
    margin-bottom: 140px;
}
.gratis-ersteinschatzung .hero-help {
	padding-top: 100px;
	text-align: center;
}
.gratis-ersteinschatzung h2 {
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 24px;
    line-height: 1.3;
    color:  #363F4A;
}

.gratis-ersteinschatzung .hero-subline.subline-center {
    max-width: 530px;
    width: 100%;
    margin: 0 auto;
}

.gratis-ersteinschatzung .section-form {
    margin-top: 100px;
}

.gratis-ersteinschatzung .helpform-container {
    padding: 0 60px;
}

.gratis-ersteinschatzung .helpform {
    box-shadow: 0 16px 50px rgba(54, 63, 74, 0.25);
    border-radius: 16px;
    padding: 64px;
}

.gratis-ersteinschatzung h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.3;
    color:  #363F4A;
}

.gratis-ersteinschatzung .button-container {
    margin-left: -12px;
    margin-bottom: 40px;
}

.gratis-ersteinschatzung .btn-select {
    background: #FFF;
    border: 1px solid #EAECEE;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    color: #6F7680;
    margin: 12px;
    padding: 10px 13px;
}

.gratis-ersteinschatzung .field-row {
    margin-top: 24px;
}

.gratis-ersteinschatzung label {
    display: flex;
    font-weight: 400;
    color: #6F7680;
    cursor: pointer;
    font-size: 12px;
    margin-bottom: 9px;
    align-items: center;
    position: relative;
}
.gratis-ersteinschatzung .btn.focus, .gratis-ersteinschatzung .btn-select:hover {
	color: #008EFF;
	border-color: #008EFF;
	background: #EFF6FF;
}

.gratis-ersteinschatzung input[type="text"],
.gratis-ersteinschatzung input[type="tel"],
.gratis-ersteinschatzung input[type="email"],
.gratis-ersteinschatzung textarea {
    padding: 10px;
    width: 100%;
    -webkit-appearance: none;
}

.gratis-ersteinschatzung input,
.gratis-ersteinschatzung textarea {
    border: 1px solid #C4C5C7;
    border-radius: 8px;
}

.gratis-ersteinschatzung textarea {
    min-height: 160px;
}
.gratis-ersteinschatzung .field {
	margin-bottom: 24px;
}

.gratis-ersteinschatzung .submit {
    margin-top: 24px;
}

.gratis-ersteinschatzung .message {
    padding: 15px;
    color: green;
}

.gratis-ersteinschatzung .submit-info {
    display: flex;
    align-items: center;
    justify-content: start;
    font-size: 12px;
    color: #000;
    text-align: center;
    margin-top: 16px;
    width: 205px;
}
.gratis-ersteinschatzung .submit-info img {
	width: 14px;
	margin-right: 5px;
}
.gratis-ersteinschatzung .btn-select:active {
	background: inherit !important;
	color: #000 !important;
}
.gratis-ersteinschatzung .btn-select.focus, .gratis-ersteinschatzung .btn-select:hover {
	color: #000;
	border-color: #000;
	background: #F0F0F0;
}

/* Free initial assessment */


@media (max-width: 1440px) {
    .guides-section .guides-list {
        flex-wrap: wrap;
    }
    .guides-section .guides-item-image {
        display: flex;
        align-content: center;
        justify-content: center;
    }
    .things-know-about-section .guides-item.link-item-more {
        padding-block: 30px;
    }
    .popular-questions-section {
        padding-inline: 100px;
    }
}
@media (max-width: 991px) {
    .activity-grid > a {
        flex: 1 1 calc(50% - 16px);
    }
    .main-legal-cases {
        gap: 22px;
        margin-block: 60px;
        flex-wrap: wrap;
    }
    .help-main {
        padding: 75px 60px;
    }
    .input-help-search {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .activity-grid > a {
        flex: 1 1 100%;
    }
    .popular-questions-section {
        padding-inline: 40px;
    }
    .help-main {
        padding: 75px 30px;
    }
    .guides-section {
        padding-inline: 40px;
    }
    .guides-section .guides-item img {
        width: 100%;
    }
    .things-know-about-section .things-know-about-wrapper .guides-item-image img {
        width: 100%;
        object-fit: contain;
    }
    .main-legal-cases {
        padding-inline: 40px;
    }
    .things-know-about-section {
        margin-bottom: 40px;
    }
    .guides-section {
        margin-top: 40px;
    }
    .guides-section .guides-list {
        gap: 12px;
    }
}