body {
  padding: 0px;
  margin: 0px;
  /* font-family: 'PT Sans', sans-serif !important; */
}

p {
  font-weight: 300;
}

strong {
  font-weight: 700 !important;
}

/* ERSETZE SCHRIFT !!!!! : color: #4A4A49;*/

/* html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
} */

/* general */
a,
a:focus,
a:visited {
  color: #5741ad;
}

h2 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: bold;
}

@media (max-width: 600px) {
  h2 {
    word-break: break-all;
  }
}

h1.center:after,
h2.center:after {
  margin: 20px auto !important;
}

h3 {
  font-size: 20px;
  font-weight: bold;
}

dl,
ol,
ul,
ul ul {
  margin-bottom: 1rem;
}

ol {
  counter-reset: item;
}
ol > li {
  display: block;
}

ol > li:before {
  content: counter(item) ". ";
  counter-increment: item;
  font-weight: bold;
}

ol > li {
  margin-bottom: 0.5rem;
}

figcaption {
  color: #909090;
  font-size: 12px;
  text-align: center;
}

#content-wrapper p ul li {
  list-style-image: url("../images/carret.png");
}

#content-wrapper figure .align-center {
}

#content-wrapper iframe.borderless {
  border: none !important;
}

#content-wrapper .responsive-video-container.align-center {
  margin: 0 auto !important;
}

.light-link {
  color: #909090 !important;
}

.light {
  color: #909090;
}

.purple {
  color: #4b359e;
}

.bold {
  font-weight: bold;
}

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

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

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.v-align-center {
  display: table-cell;
  vertical-align: middle;
}

/* margin and paddings */
.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-40 {
  margin-top: 40px;
}

.ml-20 {
  margin-left: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.pointer {
  cursor: pointer;
}

.readmore a.btn {
  padding: 0px;
  white-space: normal;
  display: initial;
}

/* BS 2 */
.items-row {
  margin-left: -20px;
}

.span6 {
  width: 50%;
  float: left;
  padding: 0 20px;
}

/**
* main purple: #4b359e
# hover purple: #5741ad
* darker purple: #523098
**/

/* ribbon */
.ribbon {
  font-size: 16px !important;
  width: 376px;
  position: relative;
  left: -40px;
  background: #4b359e;
  color: #fff;
  text-align: center;
  padding: 1em 2em;
  margin: 2em auto 3em;
}
.ribbon:before,
.ribbon:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -1em;
  border: 1.5em solid #2b1b68;
  z-index: -1;
}
.ribbon:before {
  left: -2em;
  border-right-width: 1.5em;
  border-left-color: transparent;
}
.ribbon:after {
  right: -2em;
  border-left-width: 1.5em;
  border-right-color: transparent;
}
.ribbon .ribbon-content:before,
.ribbon .ribbon-content:after {
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
  border-color: #2b1b68 transparent transparent transparent;
  bottom: -1em;
}
.ribbon .ribbon-content:before {
  left: 0;
  border-width: 1em 0 0 1em;
}
.ribbon .ribbon-content:after {
  right: 0;
  border-width: 1em 1em 0 0;
}

/* banderol */
/* .banderol{
    background-color: #5741ad;
    padding: 15px 27px;
    border-radius: 8px;
    color: #FFF;
} */
/* header */
#header {
  background-image: url("../images/klugo-header.jpg");
  width: 100%;
  padding: 30px 0px;
  margin-top: -130px;
  background-size: cover;
}

@media (min-width: 920px) {
  body.landingpage #header {
    height: 100vh;
    min-height: 650px;
  }
}

.icons-steps {
  font-size: 25px;
  color: #fff;
  font-weight: bold;
}

.icons-steps .icn-desc {
  margin-top: 20px;
}

#scroll-down-arrow {
  /* margin-top: 50px; */
  font-size: 70px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.24);
  border: 1px solid #fff;
  border-radius: 60px;
  padding: 11px 19px 5px 22px;
  animation-iteration-count: infinite;
}

.bg-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  height: 451px;
  width: 100%;
  padding: 1px;
  top: -31px;
  position: relative;
}

.cta-box {
  text-align: left;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
}

.cta-box ul {
  list-style-image: url(/templates/klugolandingpage/images/icons/icn-check.png);
}

/* navigation */
#main-navigation ul {
  list-style-type: none;
}

.navbar {
  margin-top: 30px;
}

.navbar.sticky {
  background-color: rgba(238, 238, 238, 0.95);
  transition: all 0.2s;
  box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.3);
}

.navbar #logo img {
  width: 100%;
  height: auto;
  /* width: 212px;
    height: 68px; */
  transition: all 0.2s;
}

.navbar-brand svg {
  width: 212px;
  height: 68px;
  transition: all 0.3s;
}

.navbar.sticky .navbar-brand svg {
  width: 127px;
  height: 41px;
  transition: all 0.3s;
  margin-top: 4px;
}

.navbar-brand svg path {
  fill: #fff;
  transition: fill 0.3s;
}

.navbar.sticky .navbar-brand svg path {
  fill: #5741ad;
  transition: fill 0.3s;
}

.detail-page:not(.view-article) .navbar .navbar-brand svg path {
  fill: #5741ad;
  transition: fill 0.3s;
}

.navbar.sticky #navbar-items ul li {
  font-size: 15px;
  transition: all 0.3s;
}

#btn-urgent-request {
  position: absolute;
  right: 0px;
}

.navbar.sticky .btn.btn-primary.filled {
  border-radius: 24px;
  background-color: #fff;
  border: 1px solid #5741ad;
  color: #5741ad;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 15px;
  /* padding: 11px 20px; */
}

#navbar-items {
  padding-left: 100px;
  font-weight: bold;
}

.navbar-nav {
  padding-top: 2px;
}

.navbar .navbar-nav .nav-item a {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  /* display: block; */
  padding: 0.4em 1em;
  font-weight: bold;
  color: #fff !important;
  font-size: 20px;
  transition: all 0.3s;
}

.detail-page:not(.view-article) .navbar .navbar-nav .nav-item a {
  color: #4b359e !important;
}

.navbar.sticky .navbar-nav .nav-item a {
  color: #4b359e !important;
  font-size: 18px;
  transition: all 0.3s;
  padding: 0.5em 1em;
}

#navbar-items ul li {
  font-size: 19px;
  margin-right: 1.5rem;
  transition: all 0.2s;
}

.navbar-nav li a {
  transition: all 0.3s;
  display: inline-block;
  text-decoration: none;
}

.navbar-nav li a:after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background: #4b359e;
  transition: width 0.3s;
  margin-top: 4px;
}

.navbar-nav li a:hover:after {
  width: 100%;
}

.navbar .navbar-toggler {
  background-color: none !important;
  margin-top: 27px !important;
  border-color: rgba(255, 255, 255, 0.65) !important;
  color: #fff !important;
}

.navbar.sticky .navbar-toggler {
  background-color: none !important;
  margin-top: 15px !important;
  border-color: rgb(73, 51, 153) !important;
  color: #4a359d !important;
}

.detail-page:not(.view-article) .navbar .navbar-toggler {
  border-color: #5741ad !important;
  color: #5741ad !important;
}

.navbar.sticky .navbar-toggler[aria-expanded="true"] {
  background-color: #5741ad;
  color: #fff !important;
}

#navbar-items ul li.active {
  border-bottom: 3px solid #4b359e;
}

.nav-padding-fix {
  padding-top: 10px;
}

.btn-filled {
  border-radius: 25px;
  background-color: #4b359e;
  border: none;
  padding: 17px 16px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s;
}

.btn-filled:hover {
  background-color: #5741ad;
  transition: all 0.3s;
  color: #fff;
}

.btn-filled-disabled,
.btn-filled-disabled:hover {
  background-color: #d0d0d0;
  cursor: not-allowed !important;
}

.btn-wide {
  min-width: 240px;
}

/* .btn-wide:hover{
    min-width: 250px;
} */

.btn-leftside {
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-right: 1px solid #fff !important;
}

.btn-middle {
  border-radius: 0px !important;
}

.btn-rightside {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
  border-left: 1px solid #fff !important;
}

.btn-angular {
  font-size: 18px;
  font-weight: normal;
  padding: 8px 19px;
  min-width: 33.33% !important;
  max-width: 33.33% !important;
}

.btn-angular img {
  margin-bottom: 3px;
  margin-left: 10px;
}

.btn-angular:hover {
  padding: 8px 19px;
  cursor: pointer;
}

.btn-angular img {
  margin-right: 10px;
}

.navbar:not(.sticky) #exCollapsingNavbar2[aria-expanded="true"] {
  background-color: #fff;
  color: #5741ad !important;
  position: fixed;
  width: 94%;
}

#exCollapsingNavbar2[aria-expanded="true"] a {
  color: #5741ad !important;
}

/* caption */

#caption-box {
  text-align: center;
}

.heading-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

.caption-heading {
  color: #fff;
  font-size: 80px;
  line-height: 100px;
  font-weight: bold;
}

@media (max-width: 600px) {
  .caption-heading {
    word-break: break-all;
  }
}

.detail-page #header .caption-heading {
  font-size: 55px !important;
}

.page-divider {
  width: 60px;
  border-bottom: 3px solid #4b359e;
  margin: 50px 0px;
}

.caption-subheading {
  color: #fff;
  font-size: 33px;
}

#search-wrapper {
  padding-top: 4px;
}

.search-wrapper {
  max-width: 750px;
  margin: 40px auto;
}

/* content areas */

#rechtsgebiete.content-area {
  padding-bottom: 10px;
}

.slick-dots {
  bottom: -40px !important;
}

.slick-prev,
.slick-next {
  width: 30px !important;
  height: 30px !important;
}

.slick-next {
  right: -35px !important;
}

.content-area {
  padding: 50px 0px;
}

.landingpage .content-area h2:after {
  content: " ";
  width: 60px;
  border-bottom: 3px solid #4b359e;
  height: 0px;
  margin-top: 20px;
  margin: 0 auto;
  padding-top: 25px;
  display: block;
}

.detail-page .content-area {
  padding: 50px 0px;
}

.detail-page .content-area .topic-content {
  padding-top: 20px;
}

.detail-page .content-area .topic-content p {
  margin-bottom: 0px;
}

.content-preview {
  min-height: 180px;
}

.odd {
  background-color: #eee;
}

.circle {
  border: 2px solid #4b359e;
  color: #4b359e;
  width: 90px;
  height: 90px;
  padding: 10px 21px;
  font-size: 45px;
  border-radius: 200px;
}

.circle img {
  margin-top: -4px;
  margin-left: 2px;
}

.slick-slide {
  margin-left: 15px;
}

.slick-current {
  margin: 0px;
}

.topic {
  background-color: #fff;
  border-radius: 8px;
  text-align: center;
}

.topic .topic-content {
  padding: 20px 0px 0px;
}

.topic .topic-content p {
  color: #909090;
}

.topic .topic-content .btn {
  margin-bottom: 40px;
}

.topic a {
  margin: 20px 0px;
  text-transform: uppercase;
  text-decoration: none;
}

.topic img {
  max-width: 100%;
  max-height: 256px;
  width: 100%;
}

.topic h3 {
  font-size: 1.5rem;
  font-weight: normal;
}

.topic h4 {
  font-size: 1.4rem;
}

/* LP Modethema */
.featured-topic {
  height: 268px;
  /* width: 683px; */
  max-height: 268px;
  margin-bottom: 20px;
  border-radius: 8px;
  padding: 60px;
}

.featured-topic-heading {
  width: 50%;
  text-align: center;
}

.featured-topic h3 {
  text-transform: uppercase;
  font-size: 35px;
  color: #5741ad;
}

.featured-topic-heading button {
  margin-top: 20px;
}

/* Modethemen Teaserboxen */
.mode-topics .topic {
  max-height: none !important;
  min-height: 475px !important;
}

.mode-topics .topic h3 {
  font-size: 24px !important;
}

#mode-themen-wrapper {
  padding-bottom: 1px;
}

.topic img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.custom-modethema-footer .mode-topics .topic {
  min-height: 0px !important;
}

.klugo-steps .step {
  padding: 20px;
  border-radius: 8px;
}

.klugo-steps .step.active {
  border: 4px solid #4b359e;
}

.custom-modethema .circle,
.custom-tiles .circle {
  margin: 20px auto;
}

.custom-modethema,
.custom-tiles {
  padding-top: 20px;
}
.custom-tiles ul li {
  list-style-image: none !important;
}

.slick-prev:before,
.slick-next:before {
  color: #5841ad !important;
  font-size: 30px !important;
}

.slick-prev {
  margin-left: -10px !important;
}
/* free service */

.service {
  border: 1px solid #ededed;
  border-radius: 8px;
  background-color: #fff;
}

#free-services a {
  text-decoration: none;
}

#free-services a:hover {
  text-decoration: underline;
}

#free-services .fs-cta {
  position: relative;
  width: 100%;
  margin-left: -10px;
  margin-top: 10px;
}

.service-inner {
  padding: 40px 20px;
  min-height: 365px;
}

.service h3 {
  text-align: center;
  text-transform: uppercase;
}

.service ul {
  padding: 0 0 0 20px;
  list-style-image: url(/images/system/caret-right.png);
}

.service ul li {
  padding-left: 10px;
  margin-bottom: 6px;
}

.service-footer {
  width: 100%;
  background-color: #5741ad;
  color: #fff;
  padding: 15px 20px 10px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  font-size: 14px;
  min-height: 80px;
}

.service-footer ul li {
  list-style-image: url("../images/carret-white.png");
}

.service-footer a {
  color: #fff !important;
}

#free-services-menu li {
  list-style-type: none;
}

#free-services-menu ul {
  padding-left: 20px;
}

#free-services-menu .service {
  width: 328px;
  margin-right: 15px;
  padding: 20px;
  text-align: center;
}

#free-services-menu .service img {
  margin: 0 auto 15px;
}

#free-services-menu .service ul {
  text-align: left;
}

#free-services-menu .service ul li a {
  font-size: 16px;
}

/* Blog teaser & Content teaser*/
.blog h2 a {
  text-decoration: none !important;
}

.detail-page .blog .content-area {
  padding: 0px 0px 50px;
}

.blog-teaser,
.content-teaser {
  border: 1px solid #ededed;
  border-radius: 8px;
  background-color: #fff;
}

.blog-teaser img,
.content-teaser img {
  max-width: 100%;
}

.blog-teaser .teaser-content,
.content-teaser .teaser-content {
  padding: 20px;
  text-align: left;
}

.blog-teaser-wrapper {
  color: #fff;
  text-align: center;
}

.blog-teaser-wrapper h3 {
  font-size: 30px;
  line-height: 25px;
}

.blog-teaser-wrapper a {
  text-decoration: none !important;
}

.blog-teaser-wrapper a h3 {
  color: #fff;
}

.blog-teaser-img {
  min-height: 285px;
  height: 285px;
  /* min-width: 683px; */
  background-size: cover !important;
  border-radius: 8px;
}

.bg-overlay-blog {
  width: 1%;
  height: 285px;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.3s;
}

a:hover .bg-overlay-blog {
  background-color: rgba(0, 0, 0, 0.29);
  transition: all 0.3s;
}

.content-teaser {
  cursor: pointer;
  margin-bottom: 15px;
  transition: all 0.3s;
  min-height: 225px;
  background-repeat: no-repeat;
  background-position-x: 810px;
  background-position-y: 30px;
}

.content-teaser:hover {
  background-color: rgba(87, 65, 173, 0.03);
  transition: all 0.3s;
  background-image: url(../images/bg-arrow.png);
  background-repeat: no-repeat;
  background-position-x: 840px;
  background-position-y: 30px;
}

.content-teaser h3 {
  transition: all 0.3s;
}

.content-teaser:hover h3 {
  color: #5031a4;
  transition: all 0.3s;
}

.content-teaser .row {
  min-height: 225px;
}

.content-teaser .img-wrapper {
  overflow: hidden;
}

.content-teaser img {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  max-width: 100%;

  -webkit-transform: rotate(2deg) scale(1.05);
  transform: rotate(2deg) scale(1.05);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.content-teaser:hover img {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);

  -webkit-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1);
}

.detail-information {
  color: #9e9e9e;
}

/* about */
.custom-about-box {
  padding-right: 40px;
}

/* right */
#right ul li {
  list-style-image: url("../images/carret.png");
}

#right ul {
  padding: 0 0 0 15px;
}

/* footer */

/* #footer ul{
    padding-left: 17px;
    list-style-image: url('../images/carret.png');
} */

#footer ul {
  padding-left: 0px;
  list-style-type: none;
  font-size: 15px;
}

/* #footer ul li{
    padding-left: 10px;
}*/

#footer a {
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

#footer ul li {
  padding-left: 0px;
}

#footer ul li a {
  color: #424242 !important;
}

#footer ul li a img {
  float: left;
  margin-right: 20px;
}

#footer .fa {
  font-size: 24px;
}

.logo-footer {
  background-image: url("../images/klugo-logo-footer.png");
  width: 93px;
  height: 30px;
}

/* Scroll up arrow */
#scroll-top {
  cursor: pointer;
  position: fixed;
  right: 20px;
  font-size: 25px;
  bottom: 30px;
  padding: 10px 20px;
  border: 1px solid #424242;
  background-color: #424242;
  border-radius: 30px;
  transition: all 1s;
  z-index: 99;
}

#scroll-top i {
  color: #fff;
}

#scroll-top:hover {
  border: 1px solid #4b359e;
  background-color: #4b359e;
  transition: all 1s;
}

#scroll-top a {
  display: block;
  text-align: center;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  color: #fff;
}
#scroll-top a:hover {
  color: #fff;
}

/* Detailpage */

.detail-page #header {
  max-height: 450px !important;
}

/* .detail-page #header:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right,#002f4b,#dc4225);
    opacity: .6; 
} */

.detail-page #caption-box {
  margin-top: 175px;
}

.detail-page #top {
  margin-top: 130px;
}

/* .detail-page .navbar-nav .nav-link,
.detail-page .navbar-nav.active .nav-link
{
    color: #292b2c;
}

.detail-page .navbar-inverse .navbar-nav .active>.nav-link, .navbar-inverse .navbar-nav .nav-link.active, .navbar-inverse .navbar-nav .nav-link.open, .navbar-inverse .navbar-nav .open>.nav-link{
    color: #292b2c;
}

.detail-page .navbar.sticky .navbar-nav .nav-link,
.detail-page .navbar.sticky .navbar-nav.active .nav-link{
    color: #FFF;
}
 */
#content-wrapper {
  background-color: #fff;
  padding: 20px 20px 40px 20px;
  border-radius: 8px;
  /* overflow: -webkit-paged-x; */
}

#content-wrapper .item-image img {
  max-width: 100%;
  margin-bottom: 40px;
  max-height: 450px;
}

#content-wrapper iframe {
  max-width: 100% !important;
}

/* exceptions */
/* .odd.rechtsgebiete #content-wrapper{
    background-color: #eee !important;
} */

#detail-bar {
  font-size: 13px;
}

#detail-bar ul {
  list-style-type: none;
  padding: 0px;
}

#detail-bar ul li {
  float: left;
  margin-right: 25px;
}

#detail-bar i {
  color: #4b359e;
  margin-right: 4px;
}

#content {
  padding-top: 30px;
}

#content h2 {
  font-size: 25px;
  margin-bottom: 20px;
  text-transform: none;
}

#content h3 {
  font-size: 20px;
  margin-bottom: 20px;
  text-transform: none;
}

#content p {
  margin-bottom: 40px;
}

#directory ul {
  padding-left: 15px;
  list-style-image: url("../images/icons/list-style-carret.png");
}

#directory ul li {
  padding-left: 10px;
}

.moduletable {
  padding: 20px;
}

.moduletable.box {
  border-radius: 8px;
  background-color: #fff;
}

.moduletable.box h3 {
  font-size: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #efefef;
}

.moduletable h3 {
  font-size: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #dedede;
}

#right .moduletable {
  margin-bottom: 20px;
}

.callModule {
  display: block;
  /* margin-top: 44px; */
  margin-bottom: 40px;
}

.callModule.sticky {
  position: sticky;
  top: 100px;
  z-index: 99;
}

.callModule .form-group {
  margin-bottom: 15px;
}

/* Joomla driven overrides */

.moduletable_menu {
  padding-top: 10px;
}

.moduletable_menu .menunavbar-nav .nav-item {
  padding-bottom: 10px;
}

.moduletable_menu .menunavbar-nav .nav-item a {
  text-decoration: none;
}

.landingpage .navbar .moduletable_menu .menunavbar-nav .nav-item a {
  color: #fff !important;
  text-decoration: none;
}

.detail-page .navbar .moduletable_menu .menunavbar-nav .nav-item a {
  color: #292b2c;
}

.detail-page .navbar.sticky .moduletable_menu .menunavbar-nav .nav-item a {
  color: #fff !important;
}

.detail-page.view-article
  .navbar
  .moduletable_menu
  .menunavbar-nav
  .nav-item
  a {
  color: #fff !important;
}

/* .detail-page .moduletable_menu .menunavbar-nav .nav-item a{
    color: #292b2c !important;
    text-decoration: none;
}

.detail-page .sticky .moduletable_menu .menunavbar-nav .nav-item a{
    color: #FFF !important;
} */

.img-right img {
  float: right;
  margin: 10px 0 0 8px;
}

.detail-page .heading-wrapper {
  max-width: 1200px;
}

.detail-page #content-wrapper h2 {
  font-size: 25px;
  margin-bottom: 20px;
  margin-top: 50px;
}

.detail-page #content-wrapper h2:first-child {
  font-size: 25px;
  margin-top: 0px;
}

.detail-page #content-wrapper table {
  margin-top: 40px;
}

.detail-page #content-wrapper .table thead th {
  font-size: 20px;
}

.detail-page #content-wrapper h2:after {
  content: " ";
  width: 60px;
  border-bottom: 3px solid #4b359e;
  height: 0px;
  margin-top: 20px;
  display: block;
}

/* 404 - page not found */
#main-page-wrapper .pnf-page .action-buttons,
#main-page-wrapper .pnf-page .social-buttons {
  display: none;
}

.detail-page #content-wrapper .pnf-page h2:after {
  margin: 0 auto;
  padding-top: 20px;
}

.detail-page #content-wrapper .h-center {
  text-align: center;
}

.detail-page #content-wrapper .h-center:after {
  margin: 20px auto !important;
}

/* breadcumb */

.breadcrumb {
  padding: 10px 15px;
  background-color: rgba(238, 238, 238, 0.41);
  margin-bottom: 0px;
}

.breadcrumb a {
  text-decoration: none;
}

.breadcrumb li {
  float: left;
  margin-left: 10px;
}

.breadcrumb li:first-child {
  float: left;
  margin-left: 0px;
}

/* contact box */
.hidden {
  max-height: 0px !important;
  overflow: hidden;
  transition: all 0.3s;
}

button.hidden {
  display: none;
}

#contact-introtext {
  max-height: 150px;
  opacity: 1;
  transition: all 0.3s;
}

#contact-introtext.hidden {
  max-height: 0px;
  opacity: 0;
  transition: all 0.3s;
}

#contact-icons {
  width: 230px;
  height: 86px;
  margin: 0 auto;
  margin-bottom: 30px;
  background-image: url(/templates/klugolandingpage/images/icons/icons-contact.png);
  background-repeat: no-repeat;
}

#contact-icons:hover {
  background-image: url(/templates/klugolandingpage/images/icons/icons-contact-purple.png);
}

#directcall-form {
  /* max-height: 500px; */
  padding-top: 20px;
  opacity: 1;
  transition: all 0.6s;
}

/* #directcall-form .box{
    background-color: #dcdcdc;
    padding: 15px;
    border-radius: 8px;
} */

#directcall-form.hidden {
  opacity: 0;
  transition: all 0.6s;
}

#directcall-form .moduletable {
  padding: 0px;
}

/* #directcall-form .btn-primary{
    width: 100%;
} */

/* #directcall-form .btn-primary:hover{
    background-color: rgba(75, 53, 158, 0.03);
} */

#directCallForm {
  padding: 0px;
}

#directCallResponse {
  background-color: #eee;
  border-radius: 8px;
  padding-top: 10px;
}

#directCallResponse #r-name,
#directCallResponse #r-lastname {
  font-weight: bold;
  font-size: 18px;
}

#directCallResponse .reference-label {
  font-weight: bold;
  color: #4b359e;
  line-height: 20px;
}

.cta-left,
.cta-right {
  padding-top: 45px;
}

.cta-dots {
  margin-top: 110px;
}

.cta-img-wrapper {
  min-height: 200px;
}

/* Callback module */

#callback-form {
  /* max-height: 500px; */
  padding-top: 20px;
  opacity: 1;
  transition: all 0.6s;
}

#advice-newsletter {
  margin-right: 10px;
}

#callback-form.hidden {
  opacity: 0;
  transition: all 0.6s;
}

#callback-form {
  padding: 0px !important;
}

#callback-form .moduletable {
  padding: 0px !important;
}

#r-request_id {
  font-size: 20px;
}

#r-request_id-wrapper {
  font-size: 20px;
  background-color: #dcdcdc;
  width: 100%;
  text-align: center;
  padding: 20px;
  font-weight: bold;
}

#agency-phone-wrapper {
  background-color: #29b944;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 25px;
  border-radius: 8px;
  transition: background-color 0.3s;
  font-weight: bold;
}

#agency-phone-wrapper:hover {
  background-color: #2ccc4a;
  transition: background-color 0.3s;
}

#agency-callback-time-wrapper {
  background-color: #b6b6b6;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 25px;
  border-radius: 8px;
  transition: background-color 0.3s;
  font-weight: bold;
}

#agency-callback-time-wrapper:hover {
  background-color: #cccccc;
  transition: background-color 0.3s;
}

.call-to-link {
  width: 100%;
  text-decoration: none !important;
}

.call-to-link:hover {
  text-decoration: none !important;
}

/* #callback-form .btn-primary:hover{
    background-color: rgba(75, 53, 158, 0.03);
} */

/* Mail */

#mailRAForm {
  padding: 0px !important;
}

#mailRAForm {
  padding: 0px !important;
}

/* Image hover to zoom */

#content-wrapper .item-page img {
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: auto;
}

#content-wrapper .item-page a[data-fancybox="gallery"] img:hover {
  -moz-transform: scale(1.01);
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  transition: all 0.3s;
  cursor: zoom-in;
}

a {
  text-decoration: underline;
}

a:hover {
  color: #9872bf;
}

/* Search */

.navbar.sticky #suggestion-area121 {
  border: 2px solid #4b359e !important;
  transition: all 0.2s;
}

.detail-page:not(.view-article) .navbar #suggestion-area121 {
  border: 2px solid #4b359e !important;
  transition: all 0.2s;
}

input#suggestion-area121 {
  border-radius: 18px !important;
  background: #fff !important;
  opacity: 0.9;
}

input#search-area121 {
  font-size: 16px !important;
}

#ajax-search-button121 .magnifier {
  background: url(../images/icons/icn-magnifier.png) no-repeat center center !important;
  background-size: 70% !important;
}

#search-form121 input {
  color: #292b2c !important;
}

#search-form121 .category-chooser .arrow {
  background-image: url(../images/icons/icn-settings.png) !important;
}

#ajax-search-button121 {
  background: url(../images/icons/search-bg.png) !important;
}

#search-form121 #search-area-close121 {
  background: url(../images/icons/icn-close.png) no-repeat center center !important;
  background-size: 89% !important;
}

#offlajn-ajax-tile-results .search-result-card .search-result-title > span {
  font-size: 22px !important;
  text-align: left !important;
}

#search-area121 {
  padding-left: 15px !important;
}

/* search result */
#search-result {
  width: 100%;
  height: 100%;
  z-index: 9999;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.92);
  top: 120px;
  left: 0px;
  opacity: 1;
  transition: all 0.3s;
  max-height: auto;
  -webkit-transition-delay: 1s; /* Safari */
  transition-delay: 1s;
}

#search-result.hidden {
  max-height: 0px;
  opacity: 0;
  transition: all 0.3s;
}

.border-arrow:before {
  content: "";
  position: absolute;
  right: 21%;
  top: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  /* border-color: transparent transparent rgba(255, 255, 255, 0.92) transparent; */
  border-color: transparent transparent #606161 transparent;
  z-index: 9999;
}

.border-arrow {
  background: #fae0bb;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  margin: 0;
  top: 2.8em;
  width: 200px;
  z-index: 99999;
}

/* Cookie hint */
#cookie-hint {
  width: 100%;
  height: 100px;
  position: fixed;
  border: 0px;
  left: 0px;
}

#ca_banner {
  /* height: 70px !important; */
  background-color: #000 !important;
  height: 45px !important;
}

#ca_banner a {
  color: #422f8c;
}

/* button style */
/* #ca_banner .accept{
    
    padding: 10px 70px !important;
    width: auto !important;
    background-image: linear-gradient(#4b359e 0%, #4b359e 100%) !important;
} */

#ca_banner .accept {
  background-image: none !important;
  background: none !important;
  text-shadow: none !important;
  width: auto !important;
  padding: 0px !important;
  font-size: 16px !important;
  color: #422f8c !important;
}

#ca_banner .accept:hover {
  box-shadow: none !important;
}

#ca_banner h2 {
  text-transform: initial;
}

/* tree teaser */
.tree-teaser {
  background-color: #4b359e;
  color: #fff;
  padding: 15px;
  border-radius: 8px;
  font-size: 23px;
  font-weight: bold;
}

.tree-teaser .fa {
  float: right;
  font-size: 36px;
}

a .tree-teaser {
  text-decoration: none !important;
}

/* video iframe  */

.responsive-video-container {
  position: relative;
  padding-bottom: 30.8%;
  padding-top: 30px;
  width: 60%;
  height: 60%;
  overflow: hidden;
}

.responsive-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* jquery mmenu */

/* html.mm-blocking{
    overflow: auto !important;
}; */

em.mm-counter + a.mm-next {
  width: 100% !important;
}

.mmenu-icn-cta {
  width: 27px !important;
  height: auto !important;
  margin-top: -4px;
  margin-right: 10px;
}

.mm-menu .mm-navbar a,
.mm-menu .mm-navbar > * {
  color: rgba(0, 0, 0, 0.79) !important;
}

.mm-navbars-bottom a {
  background-color: none;
  transition: all 0.3s;
  border-right: 1px solid #e4e4e4;
}

.mm-navbars-bottom a:last-child {
  border-right: 0px;
}

.mm-navbars-bottom a:hover {
  background-color: #efefef;
  transition: all 0.3s;
}

.mm-precontent {
  padding: 10px !important;
  color: #7d7d7d;
  font-size: 14px;
}
/* wissenswertes */

.bg-overlay-nicetoknow {
  width: 1%;
  height: 185px;
  border-radius: 8px;
}

#nicetoknow-area a {
  text-decoration: none;
}

#nicetoknow-area a:hover {
  text-decoration: none;
}

.nicetoknow-box {
  background-color: #4b359e;
  color: #fff;
  height: 185px;
  background-size: cover !important;
  border-radius: 8px;
  transition: all 0.3s;
}

a:hover .nicetoknow-box {
  transition: all 0.3s;
  background-color: #5135c1;
}

/* USP Bar */
#usp-bar {
  position: absolute;
  top: 0px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.89);
  margin-top: -30px;
  z-index: 105;
  padding: 5px 0;
  height: 36px;
  margin-bottom: 20px;
}

.detail-page #usp-bar {
  background-color: rgb(238, 238, 238);
}

#usp-bar a {
  text-decoration: none;
}

#usp-bar ul {
  padding: 0px;
}

#usp-bar ul li {
  list-style-type: none;
  float: left;
  margin-right: 30px;
}

#usp-bar ul li:last-child {
  margin-right: 0px;
}

#usp-bar .fa-check {
  color: #019606;
}

/* rating module */
#rating .fa {
  font-size: 23px;
  color: #fadd00;
}

#rating .date {
  color: #b9b9b9;
  font-size: 10px;
  margin-top: 8px;
  font-weight: bold;
}

#rating .feedback {
  margin-top: 10px;
  font-size: 14px;
}

#rating .voting {
  padding: 0 20px;
  width: 330px;
}
/* social icons footer */

.footer-icon {
  width: 28px;
  height: 28px;
  display: inline-block;
}

.footer-icon-fbook {
  background: transparent
    url("/templates/klugolandingpage/images/icons/icn-fbook.png") center top
    no-repeat;
}

.footer-icon-fbook:hover {
  background-image: url("/templates/klugolandingpage/images/icons/icn-fbook_mo.png");
}

.footer-icon-ytube {
  background: transparent
    url("/templates/klugolandingpage/images/icons/icn-ytube.png") center top
    no-repeat;
}

.footer-icon-ytube:hover {
  background-image: url("/templates/klugolandingpage/images/icons/icn-ytube_mo.png");
}

.footer-icon-google {
  background: transparent
    url("/templates/klugolandingpage/images/icons/icn-google.png") center top
    no-repeat;
}

.footer-icon-google:hover {
  background-image: url("/templates/klugolandingpage/images/icons/icn-google_mo.png");
}

.footer-icon-instagram {
  background: transparent
    url("/templates/klugolandingpage/images/icons/icn-instagram.png") center top
    no-repeat;
}

.footer-icon-instagram:hover {
  background-image: url("/templates/klugolandingpage/images/icons/icn-instagram_mo.png");
}

/* Steps */

#adviceform .nav.nav-tabs.step-anchor {
  margin-bottom: 30px;
}

#adviceform .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
  width: 33%;
}

#adviceform .nav > li {
  position: relative;
  display: block;
}

#adviceform small {
  font-weight: 800;
}

#adviceform .btn {
  cursor: pointer;
}

#adviceform .step-anchor {
  content: " ";
  clear: both;
  width: 100%;
  display: table;
}

.sw-theme-dots > ul.step-anchor > li > a:before {
  bottom: -8px !important;
  left: 45% !important;
}

.sw-theme-dots > ul.step-anchor > li.active > a:after {
  background: #4b3c9a !important;
  left: 47.5% !important;
}

.sw-theme-dots > ul.step-anchor > li > a:after {
  left: 47.5% !important;
}

.sw-theme-dots > ul.step-anchor > li.active > a {
  color: #4b3c9a !important;
}

#adviceform .sw-btn-prev {
  background: none;
  font-size: 13px;
}

#adviceform .sw-btn-next {
  color: #fff;
  padding: 0px 60px;
  background-color: #5db85d;
}

#adviceform .sub-step {
  display: none !important;
}

.sw-theme-dots .step-content {
  text-align: center !important;
}

#adviceform .chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 4px 0px;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  background-color: #fff !important;
  background: none !important;
  background-clip: padding-box;
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
  height: auto !important;
}

.chosen-container-single .chosen-single div b {
  background: url("/components/com_klugo/lib/jquery-chosen/chosen-sprite.png")
    no-repeat 0px 6px !important;
}

.chosen-container.chosen-container-single {
  width: 250px !important;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #eaeaea !important;
  border-top: 0;
  background: #fff;
  box-shadow: none !important;
}

.chosen-container .chosen-results li.highlighted {
  background-image: none !important;
  background-color: rgb(243, 243, 243) !important;
  color: #424242 !important;
}

#advice-description {
  width: 80%;
  margin: 0 auto;
}

#advice-newsletter {
  margin-right: 10px;
}

.contact-decision button {
  padding: 30px 80px;
}

.contact-decision button:hover {
  /* padding: 30px 80px; */
  color: #fff;
  border: 0px;
}

.reference-number {
  font-size: 30px;
  font-weight: bold;
  color: #4c369e;
}

.fa-success-contact {
  color: #5db85d;
  font-size: 60px;
}

.link-prev {
  font-size: 14px;
  color: #4c369e !important;
  cursor: pointer;
}

.faq-links ul li {
  padding-left: 5px;
  margin-bottom: 5px;
}

.faq-links ul li a {
  text-decoration: none;
}

.modal button {
  cursor: pointer;
}

.loading {
  position: relative;
}

.loading:before {
  animation: spin 1.5s linear infinite;
  content: "\f110";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #5842ac;
  font-size: 40px;
  top: 36%;
  position: absolute;
  left: 48.5%;
}

.loading div {
  opacity: 0.2;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* new conversion page */
#cv-usp-bar {
  color: #707170;
  font-size: 18px;
  font-weight: bold;
  border-top: 2px solid #efefef;
  padding-top: 40px;
}

#cv-usp-bar .fa-check {
  color: #05b715;
  font-size: 25px;
  margin-right: 10px;
}

.erstberatung .navbar-toggler {
  display: none !important;
}

.chosen-select {
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #fff;
  padding: 8px;
  width: 50%;
}

.chosen-container.chosen-container-single {
  width: 50% !important;
}

#content-wrapper .chosen-results li {
  list-style-image: none !important;
}

/* ekomi seal */
#eKomiSeal_default {
  margin-left: 20px;
  zoom: 0.8;
}

.erstberatung #eKomiSeal_default {
  text-align: right;
}

.sticky #eKomiSeal_default {
  zoom: 0.6;
}

/* decision trees */
.align-center #tree .step-content {
  text-align: center !important;
}

.sw-theme-default .step-content {
  border: 0px;
}

#tree.sw-theme-default {
  box-shadow: none;
}

#tree .sw-toolbar-bottom {
  display: none;
}

/* agb */
.allgemeine-geschaeftsbedingungen ol {
  counter-reset: item !important;
}
.allgemeine-geschaeftsbedingungen li {
  display: block !important;
}
.allgemeine-geschaeftsbedingungen li:before {
  content: counters(item, ".") " " !important;
  counter-increment: item !important;
}

/* mineko */
.mineko-wrapper {
  padding: 30px 0px 20px 30px;
  background-color: #8bd15a;
  color: #fff;
  border-radius: 8px;
}

.mineko-wrapper h3 {
  font-size: 30px;
  margin-bottom: 20px;
}

.mineko-wrapper p {
  font-size: 17px;
}

.mineko-wrapper a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}

.mineko-wrapper a:hover {
  text-decoration: underline;
}

/* rechner */

.item-page .fa.fa-question-circle {
  font-size: 15px;
  color: #bdbdbd;
}

.tooltip-inner {
  white-space: pre-wrap;
  max-width: 450px;
  overflow-y: scroll;
  max-height: 200px;
}

.tt:hover {
  cursor: pointer;
}

/* new content elements */

.kernaussage {
  border-left: 4px solid #5741ad;
  padding-left: 20px;
  margin: 25px 0px;
  font-family: "Merriweather", serif !important;
  font-weight: 300;
  font-style: italic !important;
  font-size: 15px;
}

/**/

/* header h1{
    font-family: "Roboto Mono", monospace;
    font-weight: bold;
    margin-bottom: 20px;
}

header h1:after{
    content: ' ';
    width: 55px;
    border-bottom: 5px solid #4b359e;
    height: 0px;
    margin-top: 20px;
    display: block;
}

header .subheading{
    font-family: "Merriweather", serif !important;
    font-weight: 300;
    font-style: italic !important;
    font-size: 1.4em;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 30px;
}

li {
    padding-left: 15px;
}

li::before {
    content: "• ";
    font-size: 22px;
    position: absolute;
    color: #4a369d;
    margin-left: -17px;
} */

/**/

.item-page ul {
  list-style-type: none;
  padding-left: 20px;
  margin-top: 5px;
  line-height: 23px;
}

.item-page ul > li::before {
  content: "•";
  color: #4a369d;
  font-size: 30px;
  margin-left: -20px;
  /* margin-top: 3px; */
  position: absolute;
}

.item-page ul.check {
  padding: 10px 0 0 0px;
}

.item-page ul.check li {
  padding-left: 30px;
  font-family: "Merriweather", serif !important;
  font-weight: 300;
  font-style: italic;
  font-weight: 600;
  font-size: 14px;
  list-style-type: none !important;
  margin-bottom: 10px;
}

.item-page ul.check li:before {
  font-size: 17px;
  font-style: normal;
  margin-left: -30px;
  position: absolute;
  margin-top: 3px;
  color: #5541ad;
  width: 19px;
  height: 18px;
  background-image: url("/templates/klugobase/images/icons/usp-check.png");
  background-size: cover;
}

.urteil {
  border: 20px solid #edeae9;
  padding: 40px 80px 40px 40px;
  font-family: "Roboto Mono", monospace;
  color: #777584;
  margin: 40px 0px;
  background-image: url("/templates/klugobase/images/icons/icon-uteil.png");
  background-repeat: no-repeat;
  background-position-y: 92%;
  background-position-x: 96%;
}

@media (max-width: 576px) {
  .urteil {
    padding: 20px 15px;
    background-image: none;
  }
}

.urteil h3 {
  font-family: "Roboto Mono", monospace;
  margin-bottom: 20px;
  color: #493799;
  font-size: 1.4em;
  font-weight: 400;
}

.urteil h4 {
  font-size: 1em;
  font-weight: 400;
  color: #493799;
}

.urteil p {
  margin: 0 0 25px 0px;
  font-size: 14px;
}

/**/

.blockquote-wrapper {
  padding: 60px;
  background-color: #4a369d;
  color: #fff;
  font-family: "Merriweather", serif !important;
  font-weight: 200;
}

.blockquote-wrapper blockquote {
  font-size: 1.5em;
  font-style: italic;
}

.blockquote-wrapper blockquote:before {
  content: '"';
}

.blockquote-wrapper address {
  text-align: right;
  margin-right: 70px;
  font-size: 13px;
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
  margin-top: 40px;
  margin-bottom: 0px;
}

.blockquote-wrapper .quote-img {
  background-image: url(https://www.lto.de/fileadmin/_migrated/tx_ltoartikel/Anwalt_535_mini.jpg);
  width: 50px;
  background-size: cover;
  height: 50px;
  background-position: center;
  border-radius: 100px;
  position: absolute;
  float: right;
  right: 90px;
  margin-top: -45px;
  border: 4px solid #fff;
}

/**/

.klugo-tipp {
  margin: 30px 0;
}

.klugo-tipp .tipp-img {
  text-align: center;
}

.klugo-tipp .tipp-text {
  font-weight: bold;
  margin-top: auto;
  margin-bottom: auto;
  font-family: "Merriweather", serif !important;
}

.klugo-tipp .tipp-text p {
  margin-bottom: 0px;
  font-weight: bold;
  line-height: 30px;
  font-size: 15px;
}

/* smartrechner overwrites */

div.ui-mywidget.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all
  > div {
  background: #4b359e !important;
}

div.ui-myresult-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
  background: #4b359e !important;
}

#redim-cookiehint {
  background-color: #7661bb !important;
}
#redim-cookiehint .cookiecontent {
  line-height: 30px !important;
}
#redim-cookiehint .cookiebuttons .btn {
  color: #292b2c !important;
  background-color: #ffffff !important;
}
#redim-cookiehint .cookiebuttons .btn {
  text-decoration: none !important;
}

.cookiecontent a,
.cookiecontent a:hover {
  color: #fff;
}

a.link {
  text-decoration: underline !important;
  color: #4a369a !important;
  cursor: pointer;
}

/* diesel-category-teaser */
.diesel-feature {
  background-image: url(/images/rechtsgebiete/sonstige/diesel-modethema-thumb.jpg) !important;
  background-position: 65% !important;
}

@media (max-width: 475px) {
  .diesel-feature {
    padding: 44px;
  }
}
