* {
  outline: none;
}

.container {
  max-width: 1100px;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  /* padding-right: 1.5rem;
  padding-left: 1.5rem; */
  padding-right: 3.5rem;
  padding-left: 3.5rem;
}

body {
  font-family: 'Inter', sans-serif;
  line-height: 1.6;
  font-weight: 400;
  font-size: 16px;
  color: #363F4A;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none !important;
  transition: ease .2s;
  cursor: pointer;
  color: #008EFF;
}

.icon {
  height: 44px;
  width: auto;
  margin-bottom: 32px;
}

.text-big {
  font-size: 18px;
  color: #6F7680;
}

.text-bigger {
  font-size: 20px;
  color: #6F7680;
}

.text-small {
  font-size: 12px;
}

.checklist {
  list-style: none;
  font-size: 20px;
}

.checklist li {
  position: relative;
  padding-left: 32px;
  margin: 16px 0;
}

.checklist li:before {
  content: "";
  display: block;
  background: url("../../assets/images/icons/check.svg") no-repeat;
  background-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.text-ul {
  list-style: none;
  margin-bottom: 40px;
}

.text-ul li {
  position: relative;
  padding-left: 26px;
}

.text-ul li:before {
  content: "";
  display: block;
  color: #008EFF;
  position: absolute;
  top: 11px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #008EFF;
}

.text-ol li {
  counter-increment: list;
  list-style-type: none;
  position: relative;
  padding-left: 26px;
}

.text-ol li:before {
  content: counter(list) ".";
  display: block;
  color: #008EFF;
  position: absolute;
  left: 0;
}

h1,
h2,
h3,
h4 {
  margin: 0;
}

h1 {
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 1.3;
}

h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3;
}

h2 span {
  color: #008EFF;
}

h2+p {
  margin-top: 20px;
}

h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.3;
}

img {
  width: 100%;
  height: auto;
}

.badge-soon {
  font-size: 10px;
  padding: 3px 6px;
  border-radius: 3px;
  background: #EFF6FF;
  color: #008EFF;
}

.m-top-default {
  margin-top: 100px;
}

.btn {
  padding: 6px 22px;
  display: inline-block;
  text-align: center;
  border-radius: 8px;
  margin-top: 24px;
  font-weight: 500;
  text-align: center;
}

.btn-primary {
  background: #008EFF;
  border: 1px solid #008EFF;
  color: #FFF;
}
.btn-outline-primary {
  border: 1px solid #008EFF !important;
}


.btn-primary:hover {
  background: #EFF6FF;
  color: #008EFF;
}

.btn-simple {
  font-weight: 500;
}

.btn-secondary {
  background: #FFF;
  color: #008EFF;
}

.btn-secondary:hover {
  background: #EFF6FF;
  color: #008EFF;
}

label {
  cursor: pointer;
}

input {
  border: 1px solid #F2F2F2;
  border-radius: 8px;
}

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

input[type="number"] {
  padding: 10px;
  width: 55px;
}

label {
  display: block;
  font-weight: 400;
}

input[type="checkbox"] {
  margin-right: 5px;
  border-radius: 1px;
}

.header-container {
  top: 0;
  width: 100%;
  z-index: 1;
  padding: 32px 0;
}

.header-container>.container {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.header-brand {
  height: 28px;
}

.header-brand img {
  height: 100%;
  width: auto;
}

.navbar-toggler {
  display: none;
}

.header-navbar ul li {
  display: inline-block;
  margin: 0 6px;
  position: relative;
}

.header-navbar a {
  color: #6F7680;
}

.header-navbar a:hover {
  color: #008EFF;
}

.header-help {
  padding: 5px 16px;
  background: #008EFF;
  font-size: 16px;
  border: 1px solid #008EFF;
  border-radius: 8px;
  color: #FFF;
  display: flex;
  font-weight: 400;
  align-items: center;
}

.header-help img {
  width: 12px;
  margin-right: 4px;
}

.header-help:hover {
  background: #EFF6FF;
  color: #008EFF;
}

.header-dark {
  position: absolute;
  z-index: 1;
  width: 100%;
}

.header-dark .header-navbar a {
  color: #FFF;
}

.header-dark .header-navbar a:hover {
  color: #008EFF;
}

.header-dark .header-brand {
  height: 28px;
  background: url("../../assets/images/simplyrightpluslogolight.svg") no-repeat;
  background-size: contain;
}

.header-dark .header-brand img {
  opacity: 0;
}

.section-hero-plus {
  background: #060721;
  padding: 240px 0 180px 0;
  color: #FFF;
  text-align: center;
  position: relative;
}

.section-hero-plus:after {
  content: "";
  display: block;
  width: 25%;
  background: url("../../assets/images/forms/simplyright-plus-hero-forms-right-desktop@2x.png") no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  height: 115%;
  background-size: contain;
  background-position: top right -5px;
}

.section-hero-plus:before {
  content: "";
  display: block;
  width: 25%;
  background: url("../../assets/images/forms/simplyright-plus-hero-forms-left-desktop@2x.png") no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  height: 115%;
  background-size: contain;
  background-position: top left;
}

.hero-plus-text {
  position: relative;
  z-index: 1;
}

.hero-plus-text h1 {
  padding: 0 120px;
}

.hero-help {
  padding-top: 100px;
  text-align: center;
}

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

.hero-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #24B47E;
  text-align: center;
  margin-bottom: 32px;
  font-weight: 600;
}

.hero-rating img {
  width: 144px;
  margin-right: 16px;
}

.hero-plus-subline {
  font-size: 22px;
  color: #FFF;
}

.benefit {
  font-size: 18px;
  font-weight: 500;
  color: #6F7680;
  text-align: center;
  margin-bottom: 64px;
}

.benefit img {
  display: block;
  width: 20px;
  margin: 0 auto 20px auto;
}

.checklist-srplus-container {
  margin-bottom: 140px;
}

.checklist-srplus-container h3 {
  font-size: 32px;
  margin-top: 50px;
  font-weight: 600;
}

.checklist-img {
  padding: 0 30px;
}

.checklist-srplus {
  list-style: none;
}
#preise .checklist-srplus {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.checklist-srplus li {
  position: relative;
  padding-left: 24px;
  color: #6F7680;
  font-size: 18px;
  margin: 10px 0;
}

.checklist-srplus li:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../../assets/images/icons/check-blue.svg") no-repeat;
  background-size: contain !important;
  position: absolute;
  left: 0;
  top: 6px;
}

.checklist-more {
  text-align: center;
}

.checklist-more h3 {
  font-size: 32px;
  font-weight: 600;
}

.checklist-more .checklist-srplus {
  padding: 0 180px;
  margin-top: 50px;
  margin-bottom: 60px;
}

.checklist-more .checklist-srplus:after {
  content: "";
  display: block;
  clear: both;
}

.checklist-more .checklist-srplus li {
  text-align: left !important;
  width: 25%;
  float: left;
}

.checklist-info {
  background: #EFF6FF;
  padding: 12px 16px;
  color: #008EFF;
  font-size: 18px;
  border-radius: 9px;
  display: flex;
}

.marketing-container {
  margin-top: 60px;
}

.marketing-box {
  color: #6F7680;
  display: flex;
  align-items: center;
  font-size: 20px;
}

.marketing-box span {
  color: #363F4A;
  font-size: 46px;
  font-weight: 700;
  margin-right: 16px;
}

.sr-price-container {
  padding: 0 60px;
}

.sr-price-card {
  background: #FFF;
  border-radius: 12px;
  border: 1px solid #EAECEE;
  padding: 32px;
}

.sr-price-card .checklist-srplus li {
  font-size: 16px !important;
  padding-left: 24px;
  margin-bottom: 20px;
}

.sr-price-card .checklist-srplus li:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
}

.sr-price-card .btn {
  margin-top: 40px;
  width: 100%;
}
.sr-price-card{
  -webkit-box-shadow: 0 1px 1px 0 rgba(90,122,190,.1), 0 10px 20px 0 rgba(90,122,190,.2);
  box-shadow: 0 1px 1px 0 rgba(90,122,190,.1), 0 10px 20px 0 rgba(90,122,190,.2);
}

.sr-price-headline {
  display: flex;
  align-items: center;
  color: #008EFF;
  font-weight: 500;
  font-size: 20px;
}

.sr-price-headline img {
  width: 40px;
  margin-right: 20px;
}

.sr-price-value {
  font-size: 32px;
  font-weight: 600;
  color: #4BC16C;
  margin: 30px 0;
}

.sr-price-value .text-small {
  color: #6F7680 !important;
  font-weight: 400;
  font-size: 14px;
}

.price-info {
  color: #008EFF;
  text-align: center;
  margin-top: 12px;
  font-size: 12px;
}

li.plus {
  background: #EFF6FF;
  padding: 8px 12px 8px 36px;
  border-radius: 6px;
  color: #008EFF;
  margin-left: -12px !important;
}

li.plus:before {
  display: block;
  content: "+" !important;
  background: none;
  color: #008EFF;
  font-weight: 500;
  font-size: 22px;
  top: 1px;
  left: 12px;
}

li.plus span {
  margin-left: 12px;
}

.section-default {
  padding-top: 120px;
}

.section-light {
  padding: 120px 0;
  margin-top: 120px;
  background: #FAFCFF;
}

.section-headline {
  text-align: start;
  /* max-width: 635px; */
  margin: 0 auto;
  margin-bottom: 80px;
}
.simplyright-plus-main .section-headline{
  text-align: start;
}
.simplyright-plus-main .benefit-advantages .section-headline, .simplyright-plus-main .covered-by-simplyright .section-headline, .simplyright-plus-main #preise .section-headline, .simplyright-plus-main #faq .col-12 .section-headline {
  text-align: center;
}
.simplyright-plus-main #so-funktionierts .how-to-box p{
  font-weight: 500;
}

/* Rechtsschutzversicherung? Sowas von out. */
/* talk-to-lawyer-main */
.talk-to-lawyer-main .talk-to-lawyer-main-left {
  background-color: #F4F9FF;
  padding: 48px;
  color: #363F4A;
  border-radius: 21px;
  padding-inline-end: 140px;
}
.talk-to-lawyer-main .talk-to-lawyer-main-left h2{
  font-size: 32px;
  font-weight: 400;
}
.talk-to-lawyer-main .talk-to-lawyer-main-left button, .talk-to-lawyer-main .talk-to-lawyer-main-right button{
  background-color: #E6F0F7;
  border: 0;
  padding: 8px 14px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.talk-to-lawyer-main .talk-to-lawyer-main-left button span{
  color: #363F4A;
  font-size: 14px;
  font-weight: 400;
}
.talk-to-lawyer-main .talk-to-lawyer-main-left .lawyer-button-wrap{
  display: inline-grid;
  margin-top: 23px;
}
.talk-to-lawyer-main .talk-to-lawyer-main-right{
  background-color: #060721;
  color: #fff;
  text-align: right;
  border-radius: 21px;
  padding: 70px 40px;
  padding-inline-start: 240px;
}
/* talk-to-lawyer-main */

/* talk-to-lawyer-right */
.talk-to-lawyer-main .talk-to-lawyer-main-right h2{
  font-size: 36px;
  font-weight: 400;
  line-height: 48px;
}
.talk-to-lawyer-main .talk-to-lawyer-main-right h3{
  font-size: 80px ;
  font-weight: 500;
}
.talk-to-lawyer-main .talk-to-lawyer-main-right p{
  font-size: 16px;
  font-weight: 400;
}
.talk-to-lawyer-main .talk-to-lawyer-main-right button span{
  color: #6F7680;
  font-size: 16px;
  font-weight: 500;
}
/* talk-to-lawyer-right */
/* talk-to-lawyer-center */
.talk-to-lawyer-main-center{
  position: absolute;
  left: 40%;
  opacity: 0;
  animation: rotateAnimation 1s ease-in-out forwards;
  box-shadow: 100px 50px 250px 0 rgba(0, 0, 0, 0.1);
  background: transparent;
  border-radius: 45px;


}

@keyframes rotateAnimation {
  0% {
    opacity: 0;
    left: 40%;
    transform: translateX(-50%) rotate(0deg);
  }
  100% {
    opacity: 1;
    left: 50%;
    transform: translateX(-50%) rotate(15deg);
  }
}
.section-default.talk-to-lawyer-main{
  margin-bottom: 120px;
}
.talk-to-lawyer-main-inner{
  position: relative;
}
/* talk-to-lawyer-center */

.w20 {
	width: 20px;
}
.legal-portal-main-section hr{
  height: 2px;
  color: #616161;
}
.legal-portal-main-section .legal-portal-wrap{
  row-gap: 20px;
}
.legal-portal-main-section .legal-portal-wrap p:first-child{
  margin: 0;
  line-height: 30px;
  font-size: 21px;
  font-weight: 400;
  margin-bottom: 8px;
}
.legal-portal-main-section .legal-portal-wrap img{
  margin-top: 2px;
}
.legal-portal-main-section .legal-portal-wrap img + p{
  margin: 0;
  margin-inline-start: 12px;
  font-size: 18px;
}
.section-headline .text-bigger {
  margin-top: 16px;
}

.simplyright-plus-main .section-headline h2, .checklist-more h3 {
  font-weight: 700;
}
.mini-personal-legal-portal .between-line-alles a{
  text-decoration: underline !important;
  color: #363F4A;
}

/* AI button */
.ai-adv {
  background: linear-gradient(135deg, #F9ECFF, #E0A9F4);
  border-radius: 50px;
  max-width: 1032px;
  margin: 80px auto 0 auto;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 4px 15px rgba(153, 78, 192, 0.3);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}
.ai-adv-head div {
  font-size: 24px;
  font-weight: 600;
  color: #994EC0;
  padding: 5px;
  margin-left: 20px;
}

.ai-adv-head img {
  width: 35px;
}

.ai-btn-right {
  background: linear-gradient(135deg, #CD70FE, #994EC0);
  width: 72px;
  border-radius: 50px;
  text-align: center;
  height: 49px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  cursor: pointer;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  position: relative;
  z-index: 1;
}
.ai-logo-potion-star{
  position: absolute;
  right: 15px;
  top: 53px;
}
.ai-logo-potion-star img{
  width: 35px;
}
.simplyright-plus-main #so-funktionierts.section-default {
	padding-top: 54px;
}
.btn-whatsapp img {
	width: 24px;
	margin-right: 8px;
}
.benefit-inner-content h2 {
	font-size: 35px;
	font-weight: 700;
}
.benefit-inner-content .benefit-title-second {
	background: linear-gradient(90deg, #007BF8, #CD70FE, #007BF8);
	background-size: 200% 100%;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: gradientMove 3s linear infinite;
}
@keyframes gradientMove {
  0% { background-position: 200% 50%; }
  100% { background-position: 0% 50%; }
}
.simplyright-plus-main .benefit-banner-section .button-group .btn{
  font-size: 14px;
}


.trustpilot-headline {
  font-size: 18px;
  color: #24B47E;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  font-weight: 500;
}
.simplyright-plus-main .btn-whatsapp {
	background-color: #E6FDE8;
	color: #25D366;
}
.trustpilot-headline img {
  width: 144px;
  margin-right: 16px;
}
.mini-personal-legal-portal .legal-portal-inner .legal-portal-heading{
  font-weight: 500;
}
/* Rechtsschutzversicherung? Sowas von out. */
.testimonial-slider {
  margin-top: 64px;
  padding: 0;
  overflow: hidden;
}
.mini-personal-legal-portal{
  background-color: #FAFCFF;
  padding-block: 50px;
}

.testimonial-slider .owl-carousel .owl-stage-outer {
  overflow: visible;
  position: relative;
}

.testimonial-slider .owl-carousel .owl-stage-outer:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: #FFF;
  position: absolute;
  left: -100%;
  z-index: 1;
}
.simplyright-plus-main .testimonial-slider .owl-stage-outer .owl-stage{
  padding-bottom: 10px;
}

.testimonial-box {
  padding: 40px 32px;
  border: 1px solid #EAECEE;
  border-radius: 12px;
  min-height: 285px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.testimonial-box p{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 4.5em;
  line-height: 1.5em;
  font-weight: 500;
}
.simplyright-plus-main .testimonial-slider .testimonial-box .testimonial-customer .customer-name{
  font-weight: 600;
}
.testimonial-rating {
  width: 120px !important;
  margin-bottom: 28px;
}

.testimonial-customer {
  margin-top: 40px;
}

.testimonial-customer:after {
  content: "";
  display: block;
  clear: both;
}

.customer-avatar {
  width: 44px !important;
  float: left;
  margin-right: 18px;
}

.customer-name {
  font-size: 14px;
}

.customer-verify {
  font-size: 12px;
  color: #6F7680;
}

.customer-verify:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: url("../../assets/images/icons/checkmark-tiny.svg") no-repeat;
  background-size: 8px;
  margin-right: 4px;
}

.how-to-box p {
  color: #6F7680;
  margin-top: 4px;
}

.accordion {
  list-style: none;
  padding: 0 60px;
}

.accordion h3 {
  font-weight: 500;
  margin: 0;
}

.accordion li {
  padding-bottom: 22px;
}

.accordion-header {
  cursor: pointer;
  border-top: 1px solid #EAECEE;
  padding-top: 32px;
  padding-right: 35px;
  position: relative;
}

.accordion-header:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../../assets/images/icons/plus.svg") no-repeat;
  background-size: 16px !important;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  margin-top: 8px;
}

.open .accordion-header:after {
  background: url("../../assets/images/icons/minus.svg") no-repeat;
}

.accordion li:nth-child(1) .accordion-header {
  border: none;
}

.accordion-content {
  display: none;
  margin-top: 16px;
  color: #6F7680;
}

.cta-style-4 {
  background: #008EFF;
  color: #FFF;
  padding: 120px 0;
  text-align: center;
  position: relative;
}

.cta-style-4:before {
  content: "";
  display: block;
  width: 20%;
  background: url("../../assets/images/forms/simplyrightplus-teaser-forms-left-desktop@2x.png") no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-size: cover;
  background-position: top left;
}

.cta-style-4:after {
  content: "";
  display: block;
  width: 20%;
  background: url("../../assets/images/forms/simplyrightplus-teaser-forms-right-desktop.png") no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-size: cover;
  background-position: top left;
}

.cta-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  text-align: center;
  margin-bottom: 32px;
  font-weight: 600;
}

.cta-rating img {
  width: 144px;
  margin-right: 16px;
}

.cta-headline {
  font-size: 52px;
  font-weight: 600;
  line-height: 1.2;
}

.footer-container {
  font-size: 12px;
  color: #6F7680;
  margin-top: 120px;
}

.footer-logo {
  width: 195px;
  float: left;
  margin-right: 24px;
}

.footer-social {
  text-align: right;
}

.footer-social li {
  display: inline-block;
  margin-left: 20px;
}

.footer-social a {
  display: block;
  width: 16px;
  height: 16px;
  position: relative;
}

.footer-social a:after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 3px;
  left: 0;
  background-size: 16px !important;
  background-position: center !important;
  opacity: 0;
}

.footer-social a:hover:after {
  opacity: 100;
}

.footer-social .facebook:after {
  background: url("../../assets/images/icons/facebook-dark.svg") no-repeat;
}

.footer-social .instagram:after {
  background: url("../../assets/images/icons/instagram-dark.svg") no-repeat;
}

.footer-social .twitter:after {
  background: url("../../assets/images/icons/twitter-dark.svg") no-repeat;
}

.footer-nav {
  text-align: right;
}

.footer-nav li {
  display: inline-block;
  margin-left: 20px;
}

.footer-nav a {
  color: #6F7680;
}

.footer-nav a:hover {
  color: #363F4A;
}

.footer-bottom {
  border-top: 1px solid #EAECEE;
  padding-top: 24px;
  margin-top: 40px;
  padding-bottom: 40px;
}

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

.hero-headline img {
  width: 210px;
  margin: 0 auto;
  display: block;
  margin-bottom: 16px;
}

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

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

.input-anderes {
  display: none;
}

.field {
  margin-bottom: 24px;
}

.field a {
  color: #008EFF;
}

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

::-webkit-input-placeholder {
  color: #8E959D;
}

:-ms-input-placeholder {
  color: #8E959D;
}

::placeholder {
  color: #8E959D;
}

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

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

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
textarea:focus {
  border: 1px solid #008EFF;
  box-shadow: 0 0 5px #bfe3ff;
}

textarea {
  width: 100%;
  min-height: 160px;
}

input[type="number"] {
  padding: 10px 10px 10px 9px;
  width: 55px;
  text-align: center;
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

label {
  display: block;
  font-weight: 400;
  color: #6F7680;
  cursor: pointer;
  font-size: 12px;
  margin-bottom: 9px;
  display: flex;
  align-items: center;
  position: relative;
}

input[type="checkbox"] {
  margin-right: 8px;
  border-radius: 6px;
  width: 20px;
  height: 20px;
  border-color: #C4C5C7;
  margin-top: 1px;
  float: left;
}

.tooltip {
  margin-left: 8px;
  position: relative;
}

.tooltip img {
  width: 16px;
}

.tooltip-text {
  position: absolute;
  padding: 8px 12px;
  background: #363F4A;
  color: #FFF;
  font-size: 12px;
  width: 290px;
  bottom: 26px;
  left: -143px;
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  transition: ease .2s;
}

.tooltip:hover .tooltip-text {
  opacity: 100;
  visibility: visible;
}

.checkbox-field {
  font-size: 16px;
  margin: 0;
}

.field-upload {
  background: #EFF6FF;
  border: 1px dashed #008EFF;
  border-radius: 8px;
  padding: 40px;
  position: relative;
  cursor: pointer;
}

.field-upload h4 {
  color: #008EFF;
  font-size: 14px;
}

.field-upload h4 span {
  border-bottom: 1px solid #008EFF;
}

.field-upload small {
  font-size: 10px;
}

.upload-info {
  color: #6F7680;
  font-size: 14px;
  position: relative;
  padding-left: 30px;
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
}

.upload-info img {
  width: 17px;
  position: absolute;
  left: -5px;
  top: 10px;
}

.file-input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  cursor: pointer;
}

.btn.focus,
.btn-select:hover {
  color: #008EFF;
  border-color: #008EFF;
  background: #EFF6FF;
}

.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;
}

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

.submit {
  margin-top: 24px;
}

.submit-info {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #008EFF;
  text-align: center;
  margin-top: 16px;
  width: 205px;
}

.submit-info img {
  width: 14px;
  margin-right: 5px;
}

/* faq */
li.open h3.accordion-header {
	color: #008EFF;
	transition: 0.2s all;
}
.section-default #accordion .accordion-header::after {
	margin-top: 0px;
}
.accordion h3 {
	font-weight: 500;
}
.accordion-header::after{

}
.menu-ai-button-plus .image-container {
	position: relative;
	display: grid;
	justify-content: center;
	align-items: center;
	width: 36px;
	height: 36px;
}
.menu-ai-button-plus img {
	width: 35px;
	height: auto;
	object-fit: contain;
}
.menu-ai-button-plus .image-text {
	position: absolute;
	font-size: 10px;
	font-weight: 400;
	top: 80%;
	color: #FFFFFF;
}
.accordion .accordion-content ul{
  margin-block-start: 10px;
}
.accordion .accordion-content ul li{
  list-style: disc;
  margin-inline-start: 40px;
  padding-bottom: 12px;
}
.accordion .accordion-content {
	margin-inline: 24px;
}


@media screen and (max-width: 1200px) {
  h1 {
    font-size: 44px;
    line-height: 1.2;
  }
  .hero-plus-subline {
    font-size: 20px;
    color: #FFF;
  }
  .section-hero-plus {
    padding: 220px 0 180px 0;
  }
  .section-default {
    padding-top: 100px;
  }
  .section-headline {
    margin-bottom: 70px;
  }
  .checklist-info {
    font-size: 16px;
  }
  .section-light {
    padding: 100px 0;
    margin-top: 100px;
  }
  .testimonial-slider {
    margin-top: 44px;
  }
  .marketing-container {
    margin-top: 45px;
  }
}
@media screen and (max-width: 991px) {

  .container {
    max-width: 960px;
    padding-right: 36px;
    padding-left: 36px;
  }

  h1 {
    font-size: 34px;
    margin-bottom: 16px;
  }

  h2 {
    font-size: 28px;
  }

  h2+p {
    margin-top: 16px;
  }

  h3 {
    font-size: 26px;
  }

  .text-big {
    font-size: 16px;
  }

  .text-bigger {
    font-size: 18px;
  }

  .hero-subline {
    font-size: 18px;
  }

  .checklist {
    font-size: 18px;
  }
  .benefit-inner-content .button-group .btn {
    padding: 6px 12px;
  }
  .btn-whatsapp img {
    display: none;
  }
  /*  */
  .header-container {
    padding: 16px 0 0 0;
  }

  .header-brand {
    height: 24px !important;
  }

  .header-navbar {
    width: 100%;
    border-top: 1px solid #EAECEE;
    border-bottom: 1px solid #EAECEE;
    display: none;
    margin-top: 16px;
  }

  .header-navbar ul {
    padding: 1.5rem;
  }

  .header-navbar ul li {
    display: block;
    margin: 12px 0;
  }

  .section-hero-plus {
    padding: 120px 0 120px;
    background-image: url("../../assets/images/forms/simplyright-plus-hero-forms-mobile@2x.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom -160px;
  }

  .section-hero-plus:after,
  .section-hero-plus:before {
    display: none;
  }

  .hero-rating {
    display: block;
  }

  .hero-rating img {
    margin: 0 0 16px 0;
  }

  .hero-rating span {
    display: block;
  }

  .hero-plus-text h1 {
    /* word-break: break-all; */
    padding: 0;
  }

  .hero-plus-subline {
    font-size: 20px;
  }

  .benefit {
    margin-bottom: 58px;
  }

  .talk-to-lawyer-main .talk-to-lawyer-main-right h3 {
    font-size: 60px;
  }
  .talk-to-lawyer-main .talk-to-lawyer-main-right h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .talk-to-lawyer-main .talk-to-lawyer-main-right {
    padding: 35px 25px;
    padding-inline-start: 200px;
  }
  .talk-to-lawyer-main .talk-to-lawyer-main-left h2 {
    font-size: 28px;
  }
  .talk-to-lawyer-main .talk-to-lawyer-main-left {
    padding: 28px;
    padding-inline-end: 90px;
  }
  .talk-to-lawyer-main .talk-to-lawyer-main-left button span {
    font-size: 12px;
  }
  .talk-to-lawyer-main .talk-to-lawyer-main-right button span {
    font-size: 12px;
  }
  .talk-to-lawyer-main .talk-to-lawyer-main-left button, .talk-to-lawyer-main .talk-to-lawyer-main-right button {
    padding: 6px 12px;
  }
  .talk-to-lawyer-main .talk-to-lawyer-main-center{
    width: 25%;
  }
  .marketing-box span {
    font-size: 38px;
  }
  .marketing-box {
    font-size: 18px;
  }

  .section-default {
    padding-top: 44px;
  }

  .section-light {
    padding: 64px 0;
    margin-top: 64px;
  }

  .section-headline {
    margin-bottom: 34px;
  }

  .simplyright-plus-main #so-funktionierts.section-default {
    padding-top: 24px;
  }

  .testimonial-slider {
    margin-top: 40px;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
  }

  .trustpilot-headline {
    display: block;
    font-size: 16px;
  }

  .trustpilot-headline span {
    display: block;
    margin-top: 12px;
  }

  .trustpilot-headline+h2 {
    font-size: 26px;
  }

  .testimonial-box {
    padding: 32px 24px;
  }

  .how-to-box {
    margin-bottom: 40px;
  }

  .how-to-box p {
    font-size: 14px;
  }

  .accordion {
    padding: 0;
  }

  .accordion li {
    padding-bottom: 16px;
  }

  .accordion-header {
    padding-top: 16px;
    font-size: 20px;
  }

  .checklist-srplus-container {
    margin-bottom: 40px;
  }

  .checklist-srplus-container .order-2 {
    order: 0 !important;
  }

  .checklist-srplus-container h3 {
    font-size: 22px;
    margin-top: 22px;
  }

  .checklist-srplus li {
    font-size: 16px;
    word-wrap: anywhere;
    padding-left: 20px;
  }

  .checklist-img {
    padding: 0;
  }

  .checklist-more {
    margin-top: 40px;
  }

  .checklist-more h3 {
    font-size: 22px;
    padding: 0 50px;
  }

  .checklist-more .checklist-srplus {
    padding: 0;
    margin-top: 25px;
  }

  .checklist-more .checklist-srplus li {
    width: 50%;
    word-break: normal;
  }

  .checklist-info {
    display: block;
    font-size: 16px;
  }

  .sr-price-container {
    padding: 0;
  }

  .sr-price-card {
    padding: 24px;
    margin: 16px 0;
  }

  .sr-price-card .checklist-srplus li {
    word-break: normal;
  }

  .sr-price-value {
    margin: 20px 0;
  }

  .cta-style-4 {
    padding: 150px 0 165px;
  }

  .cta-style-4:before {
    width: 100%;
    height: 170px;
    background: url("../../assets/images/forms/simplyrightplus-teaser-forms-top-mobile@2x.png") no-repeat;
    background-size: cover;
    background-position: bottom left;
  }

  .cta-style-4:after {
    width: 100%;
    height: 170px;
    background: url("../../assets/images/forms/simplyrightplus-teaser-forms-bottom-mobile@2x.png") no-repeat;
    top: auto;
    bottom: 0;
    background-size: 105%;
    background-position: top left;
  }

  .cta-rating {
    display: block;
  }

  .cta-rating img {
    width: 144px;
    margin: 0 0 16px 0;
  }

  .cta-rating span {
    display: block;
  }

  .cta-headline {
    font-size: 36px;
  }

  /*  */
  .footer-container {
    margin-top: 80px;
  }

  .footer-logo {
    float: none;
    margin-bottom: 16px;
  }

  .footer-social {
    text-align: left;
    margin-top: 24px;
  }

  .footer-social li {
    margin-right: 20px;
    margin-left: 0;
  }

  .footer-bottom {
    margin-top: 24px;
  }

  .footer-nav {
    margin-top: 16px;
    text-align: left;
  }

  .footer-nav li {
    margin-right: 20px;
    margin-left: 0;
  }
  .section-form {
    margin-top: 45px;
  }

  .helpform-container {
    padding: 0;
  }

  .helpform {
    box-shadow: none;
    border-radius: 0;
    padding: 0;
  }

  .helpform h3 {
    font-size: 18px;
  }

  .button-container .btn {
    width: auto !important;
  }

  .field-upload {
    padding: 40px 26px;
  }

  .submit-info {
    width: 100%;
  }
  .footer-social {
    text-align: right !important;
  }
  .footer-bottom nav.footer-nav{
    text-align: right !important;
  }
  .checklist-srplus-container .col-md-6:first-child{
    width: 40%;
  }
}
@media screen and (max-width:767px) {
  .container {
    max-width: 720px;
  }
  h2 {
    font-size: 26px;
  }
  .hero-plus-text h1 {
    font-size: 26px;
  }
  .hero-plus-subline {
    font-size: 14px;
  }
  .hero-rating {
    margin-bottom: 20px;
  }
  .benefit {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .benefit img {
    margin: 0 auto 8px auto;
    width: 18px;
  }
  h3 {
    font-size: 24px;
  }
  .w20 {
    width: 16px;
  }
  .btn {
    margin-top: 4px;
  }
  .section-hero-plus .hero-plus-text .btn {
    margin-top: 28px;
    width: 100%;
  }
  
  .how-to-box .icon {
    margin-bottom: 14px;
  }
  .talk-to-lawyer-main-inner .talk-to-lawyer-main-left{
    padding: 0;
    background: transparent;
  }
  .talk-to-lawyer-main-inner{
    flex-wrap: wrap;
  }
  .talk-to-lawyer-main-left{
    text-align: center;
  }
  .talk-to-lawyer-main .talk-to-lawyer-main-left button{
    border-radius: 18px;
    padding: 8px 20px;
  }
  .talk-to-lawyer-main .talk-to-lawyer-main-left button span {
    font-size: 14px;
  }
  .talk-to-lawyer-main .talk-to-lawyer-main-right h3 {
    font-size: 48px;
  }
  .talk-to-lawyer-main .talk-to-lawyer-main-right h2 {
    font-size: 30px;
  }
  .section-default.talk-to-lawyer-main .d-flex .col-6 {
    width: 100%;
    padding-inline-start: 0px;
    padding-bottom: 30px;
  }
  .talk-to-lawyer-main .talk-to-lawyer-main-center {
    left: 10% !important;
    transform: rotate(0deg) !important;
    top: 45% !important;
  }
  .talk-to-lawyer-main .talk-to-lawyer-main-left .lawyer-button-wrap {
    width: 100%;
  }
  .talk-to-lawyer-main .talk-to-lawyer-main-left .lawyer-button-wrap button{
    display: flex;
    justify-content: center;
  }
  .talk-to-lawyer-main .talk-to-lawyer-main-left h2 {
    font-weight: 600;
  }
  .legal-portal-main-section .legal-portal-wrap img + p {
    font-size: 14px;
    line-height: 18px;
  }
  .talk-to-lawyer-main-right > div{
    margin-top: 2rem !important;
  }
  .legal-portal-main-section .legal-portal-wrap p:first-child {
    line-height: 26px;
    font-size: 18px;
  }
  .personal-legal-portal-inner{
    padding-top: 0.8rem !important;
  }
  .legal-portal-main-section .legal-portal-wrap {
    row-gap: 12px;
  }
  .benefit-inner-content h2 {
    font-size: 26px;
  }
  .benefit-inner-content h2 + p {
    font-size: 14px;
    margin-top: 12px;
  }
  .benefit-banner-section .benefit-inner-content.col-6 {
    order: 3;
  }
  .benefit-banner-section .benefit-inner-content.col-6 {
    margin-top: 18px;
  }
  .benefit-banner-section .benefit-inner-content.col-6, .benefit-banner-section .benefit-inner-images.col-6 {
    width: 100%;
  }
  .checklist-srplus-container h3 {
    margin-top: 0px;
  }
  .checklist-more .checklist-srplus{
    margin-bottom: 30px;
  }
  .section-light {
    padding: 44px 0;
    margin-top: 44px;
  }
  .trustpilot-headline {
    margin-bottom: 12px;
  }
  .testimonial-rating {
    margin-bottom: 16px;
  }
  .testimonial-box {
    padding: 22px 22px;
    min-height: 210px;
  }
  .testimonial-customer {
    margin-top: 20px;
  }
  .testimonial-box p {
    font-size: 14px;
  }
  .testimonial-rating {
    width: 110px !important;
  }
  .marketing-container .marketing-box span {
    font-size: 26px;
  }
  .marketing-container .marketing-box {
    display: inline-grid;
  }
  .marketing-container .row .col-md-4 {
    width: 30%;
  }
  .section-headline {
    margin-bottom: 26px;
  }
  .checklist-info {
    padding: 8px 10px;
    font-size: 14px;
  }
  .section-headline .text-bigger {
    margin-top: 8px;
    font-size: 14px;
  }
  .marketing-container .row .col-md-4 {
    width: 100%;
  }
  .sr-price-value {
    margin: 14px 0;
  }
  .sr-price-card .checklist-srplus li {
    font-size: 14px !important;
    padding-left: 26px;
    margin-bottom: 10px;
  }
  .sr-price-card .btn {
    margin-top: 20px;
  }
  .trustpilot-headline + h2 {
    font-size: 24px;
  }
  .marketing-box {
    font-size: 16px;
  }
  .cta-headline {
    font-size: 26px;
  }
  .cta-style-4 .btn {
    margin-top: 20px;
  }
  .cta-rating {
    margin-bottom: 18px;
  }
  .cta-style-4 {
    padding: 100px 0 100px;
  }
  .cta-style-4::after {
    height: 120px;
  }
  .cta-style-4::before {
    height: 100px;
  }
  .checklist-srplus li {
    padding-left: 26px;
  }
  .checklist-srplus-container .col-md-6:first-child {
    width: 100%;
  }
  .footer-social, .footer-bottom nav.footer-nav {
    text-align: left !important;
  }
}
@media screen and (max-width:575px) {
  .container {
    max-width: 540px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .section-hero-plus {
    background-position: left bottom -80px;
  }
  h2 {
    font-size: 22px;
  }
  .section-default {
    padding-top: 40px;
  }
  .benefit {
    margin-bottom: 16px;
    font-size: 12px;
  }
  .benefit img {
    margin: 0 auto 4px auto;
    width: 16px;
  }
  h3 {
    font-size: 20px;
  }
  .icon {
    height: 35px;
    margin-bottom: 6px;
  }
  .how-to-box {
    margin-bottom: 25px;
  }
  .talk-to-lawyer-main .talk-to-lawyer-main-right h2 {
    font-size: 22px;
  }
  .talk-to-lawyer-main .talk-to-lawyer-main-right {
    padding: 20px 25px;
    padding-inline-start: 200px;
  }
  .talk-to-lawyer-main .talk-to-lawyer-main-right h3 {
    font-size: 38px;
  }
  .talk-to-lawyer-main-right > div {
    margin-top: 1rem !important;
  }
  .talk-to-lawyer-main .talk-to-lawyer-main-center {
    top: 67% !important;
  }
  .talk-to-lawyer-main .talk-to-lawyer-main-left h2 {
    font-size: 24px;
  }
  .section-default.talk-to-lawyer-main .d-flex .col-6 {
    width: 100%;
    padding-inline-start: 0px;
    padding-bottom: 15px;
  }
  .mini-personal-legal-portal {
    padding-block: 40px;
  }
  .section-default.talk-to-lawyer-main {
    margin-bottom: 100px;
  }
  .personal-legal-portal-inner .legal-portal-wrap{
    margin-bottom: 30px;
  }
  .checklist-srplus li::before {
    width: 13px;
    height: 13px;
  }
  .checklist-srplus li {
    padding-left: 21px;
    font-size: 14px;
  }
  .covered-by-simplyright .checklist-srplus-container .row .col-6{
    width: 100%;
  }
  .checklist-more h3 {
    padding: 0 0px;
  }
  .checklist-info {
    font-size: 12px;
    line-height: 18px;
  }
  .trustpilot-headline + h2 {
    font-size: 22px;
  }
  .cta-headline {
    font-size: 24px;
  }
  #accordion h3 {
    font-size: 15px;
  }
  #accordion .accordion-content {
    font-size: 13px;
  }
  .benefit-inner-content .button-group{
    display: grid !important;
    /* width: fit-content; */
  }
  .btn-whatsapp img {
    display: inline;
    width: 20px;
  }
  .benefit-inner-content .button-group a:last-child{
    margin-left: 0 !important;
    margin-top: 10px;
  }
  .checklist-more .checklist-srplus li {
    width: 100%;
  }
  .checklist-info{
    text-align: start;
  }
  .footer-container {
    margin-top: 40px;
  }
  .header-help{
    display: none;
  }
}

@media screen and (max-width:400px) {
  .hero-plus-text h1 {
    font-size: 20px;
  }
  .hero-rating span{
    font-size: 12px;
  }
  .hero-rating img {
    width: 100px;
    margin: 0 0 6px 0;
  }
  .talk-to-lawyer-main .talk-to-lawyer-main-right h2 {
    font-size: 18px;
  }
  .talk-to-lawyer-main .talk-to-lawyer-main-right h3 {
    font-size: 32px;
  }
  .talk-to-lawyer-main .talk-to-lawyer-main-right p {
    font-size: 14px;
    font-weight: 400;
  }
  .talk-to-lawyer-main .talk-to-lawyer-main-center {
    top: 75% !important;
  }
  .legal-portal-main-section .legal-portal-wrap p:first-child {
    line-height: 22px;
    font-size: 16px;
  }
  h2 {
    font-size: 20px;
  }
  .cta-headline {
    font-size: 20px;
  }
  .cta-rating img {
    width: 124px;
  }
  .cta-rating span {
    font-size: 14px;
  }
}