.adds-top {
    display: none;
}

.mobile-menu {
    display: none!important;
}

.hide {
    display: none;
}


/* Variables
----------------------- */
:root {
  --color-primary: var(--color-green);
  --color-secondary: var(--color-green);
  --color-primary-light: #F2E8DD;
  --bg-body: ;
  --bold-color: #222222;
  --light: #FFFBF6;
  --border: #e1e1e1;
  --shadow: 0 0 8px 1px #cccccc;
  --font-text: "Raleway",sans-serif;
  --font-heading: 'Montserrat',sans-serif;

  --text-color: #232d35; 
  --text-color-grey: #e6decc;  
  --color-border: #dfdfdf;    
  --color-white: #ffffff;
  --color-green: #c8b184;
  --color-green-gradient: linear-gradient(147deg, rgba(200, 177, 132, 1) 0%, rgba(163, 141, 95, 1) 100%);
  --color-darkgreen: #4b9752;  
  --color-blue: #384651;   
  --color-darkblue: #141414; 
  --color-grey: #e6decc; 
  --color-lightbeige: #f4f4f4;
  --color-beige: #eae4db;
  --color-black: #141414;
    
}

/* General */

.ui-accordion .ui-accordion-content {
    font-family: var(--font-text), -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.scrolltop {
    border-radius: 100%!important;
    background: var(--color-green)!important;
    opacity: 0.8!important;
    width: 40px!important;
    height: 40px!important;
}

.scrolltop i {
    font-size: 20px!important;
}

.scrolltop:hover {
    background: var(--color-green)!important;
    opacity: 1!important;
}

    
/* Default Box sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* HTML and Body
----------------------- */
html:focus-within {
  scroll-behavior: smooth;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
}

body {
  background: var(--color-white);
  color: var(--text-color);
  font-family: var(--font-text), -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  overflow-x: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* Regions
----------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

template,
[hidden] {
  display: none;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

/* Typography
----------------------- */
/* Typography -> Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--bold-color);
  font-family: var(--font-heading);
  font-weight: 300;
  font-style: normal;
  margin: 0 0 10px 0;
}

h1 {
    font-size: 40px;
    font-weight: 300;
    color: var(--color-green);
}

h2 {
  font-size: 1.8rem;
  font-weight: 400;
}

h3 {
    font-size: 21px;
}

h4 {
  font-size: 1.3rem;
    font-weight: 500;
}

h5, h6 {
  font-size: 1.2rem;
  text-transform: uppercase;
}

.underline {
    text-decoration: underline;
}

/* Colors */


span.green {
    color: var(--color-green);
}

span.darkblue {
    color: var(--color-darkblue);
}

.green-bg {
    background: var(--color-green);
}

.darkgreen-bg {
    background: var(--color-darkgreen);
}

.blue-bg {
    background: var(--color-blue);
}

.darkblue-bg {
    background: var(--color-darkblue);
}

.lightbeige-bg {
    background: var(--color-lightbeige);
}

/* Buttons */

.btn-def {
    font-weight: 600;
    line-height: 1em;
    border: 2px solid;
    display: inline-block;
    padding: 13px 20px;
    width: 100%;
    border-radius: 5px;
    text-align: center;
}

.btn-def:hover {
    border: 2px solid;
}

.btn-def.green {
    color: var(--color-white);
    border-color: var(--color-green);
    background: var(--color-green);
}

.btn-def.green:hover {
    color: var(--color-green);
    background: var(--color-white);
}

.btn-def.darkblue {
    color: var(--color-white);
    border-color: var(--color-darkblue);
    background: var(--color-darkblue);
}

.btn-def.darkblue:hover {
    color: var(--color-darkblue);
    background: var(--color-white);
}

.btn-def.white {
    color: var(--color-darkblue);
    border-color: var(--color-white);
    background: var(--color-white);
}

.btn-def.grey:hover {
    color: var(--color-white);
    background: var(--color-darkblue);
}

.btn {
    font-size: 14px;
    font-weight: 500;
    line-height: 1em;
    padding: 13px 20px;
    border: 1px solid;
    display: inline-block;
    border-radius: 10px;
}

.btn-green {
    color: var(--color-green);
    border: 1px solid var(--color-green);
    background: var(--color-white);
}

.btn-green:hover {
    color: var(--color-white);
    border-color: var(--color-green);
    background: var(--color-green);
}

.btn-gold {
    color: var(--color-white);
    border: 1px solid var(--color-green);
    background: var(--color-green);
}

.btn-gold:hover {
    color: var(--color-green);
    border-color: var(--color-green);
    background: var(--color-white);
}

.btn-white {
    color: var(--color-green) !important;
    background: var(--color-white);
}

.btn-white:hover {
    border: 1px solid var(--color-white);
    color: var(--color-white) !important;
}

.custom-search-form-wrapper input.form-submit:hover {
    background: var(--color-white);
    color: var(--color-green);
    border: 2px solid var(--color-green);
}

a.btn-round.bth-white {
	font-size: 16px;
    line-height: 1em;
    font-weight: 600;
    letter-spacing: 0.7px;
    color: var(--color-green);
    display: inline-block;
    padding: 13px 22px 12px 22px;
    background-color: var(--color-white);
    border: 3px solid var(--color-white);
    border-radius: 2rem;
    transition: all 0.4s ease-in-out;
}

a.btn-round.bth-white:hover {
    background: var(--color-green);
    color: var(--color-white);
}

a.btn-round.bth-green {
    font-size: 16px;
    line-height: 1em;
    font-weight: 600;
    letter-spacing: 0.7px;
    color: var(--color-white);
    display: inline-block;
    padding: 13px 22px 12px 22px;
    background-color: var(--color-green);
    border: 3px solid var(--color-green);
    border-radius: 2rem;
    transition: all 0.4s ease-in-out;
}

a.btn-round.bth-green:hover {
    background: var(--color-white);
    color: var(--color-green);
}

.double-btn-green {
    color: var(--color-white);
    font-size: 12px;
    background: var(--color-green);
    padding: 5px 10px;
    border-radius: 5px;
}

.double-btn-green a {
    color: var(--color-white)!Important;
    font-weight: 400!important;
    line-height: 1em;
}

a.double-btn-left {
    position: relative;
    margin-right: 12px;
}

a.double-btn-left:after {
	content: "";
    height: 10px;
    width: 1px;
    background: var(--color-white);
    display: inline-block;
    position: absolute;
    top: 3px;
    right: -7px;
}

.double-btn-green a:hover {
    text-decoration: underline;
}

.intro-button .btn {
	font-size: 16px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    padding: 13px 20px 10px 20px;
    border: 2px solid var(--color-white);
}

.intro-button .btn:hover {
    background: var(--color-green);
    color: var(--color-white) !important;
}

.intro-button.color-darkblue .btn {
	color: var(--color-darkblue)!important;
}

/* Typography -> Paragraph */
p {
  margin: 0 0 10px 0;
}

/* Typography -> Links */

a {
  color: var(--color-primary);
  background-color: transparent;
  text-decoration: none;
  transition: color 0.4s ease;
}

a:active,
a:hover,
a:focus {
  text-decoration: none;
}

a:active,
li a.active {
  color: var(--color-primary);
}

/* Typography -> Abbreviation */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

abbr {
  cursor: help;
}

acronym {
  border-bottom: 1px dotted;
  cursor: help;
}

/* Typography -> Text styling */
a {
    color: var(--color-green);
}

b, strong {
    font-weight: 600;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

/* Typography -> Address */
address {
  margin: 0 0 1.75rem;
  font-style: italic;
}

/* Typography -> Description Lists */
dl {
  margin: 0 0 1.75rem;
}

dt {
  font-weight: 400;
  color: var(--bold-color);
}

dd {
  margin: 0 0 1.75rem;
}

/* Typography -> HTML Elements */
hr {
  clear: both;
  width: 100%;
  height: 2px;
  margin: 8px 0;
  background: var(--border);
  border: 0;
  box-sizing: content-box;
}

.header-container {
    padding: 27px 0!Important;
}
/* General */

.mgt20 {
	margin-top: 20px;
}

.mgt40 {
	margin-top: 40px;
}

.mgt60 {
	margin-top: 60px;
}

.mgt80 {
	margin-top: 80px;
}

.mgt100 {
	margin-top: 100px;
}

.mgb0 {
	margin-bottom: 0px;
}

.mgb20 {
	margin-bottom: 20px;
}

.mgb40 {
	margin-bottom: 40px!important;
}

.mgb60 {
	margin-bottom: 60px;
}

.pdt80 {
	padding-top: 80px;
}

.pdt60 {
	padding-top: 60px;
}

.pdt40 {
	padding-top: 40px;
}

.pdb80 {
	padding-bottom: 80px;
}

.pdb60 {
	padding-bottom: 60px;
}

.pdb40 {
	padding-bottom: 40px;
}

.pd20 {
    padding: 20px;
}

.maxw485 {
	max-width: 485px!important;
}

.weight500 {
	font-weight: 500;
}

.weight600 {
	font-weight: 600;
}

.user-guest .memb {
    display: none;
}

.user-logged-in .guest {
    display: none;
}

a.double-btn-left.memb {
    margin-right: 0px;
}
a.double-btn-left.memb:after {
    display: none;
}

ul.check-list {
    max-width: 655px;
    text-align: left;
    margin: 20px auto 20px auto;
}

.check-list li {
    display: block;
    list-style-type: none;
    margin-bottom: 10px;
}

.check-list li:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    font-weight: 900;
    margin-right: 10px;
    margin-left: -29px;
}

html {
  scroll-padding-top: 70px;
}

i.icon-arrow-up:before {
    content: "\f077";
    font-family: 'Font Awesome 5 Free';
    color: #fff;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
}

/* Frontpage */

.link-box-section {
    display: flex;
    justify-content: space-between;
}

.banner-img img {
        height: calc(100vH - 96px);
    }

@media (min-width: 992px) {

.header .container {
        max-width: 1200px;
}

}
    
.toplinks {
    text-align: center;
    color: #fff;
    width: 33.3333%;
    padding-bottom: 20px;
    padding-top: 10px;
}

.toplinks.border-lr {
    border-right: 1px solid hsl(0deg 0% 100% / 60%);
    border-left: 1px solid hsl(0deg 0% 100% / 60%);
}

.toplinks span {
    display: block;
    font-weight: 600;
    font-size: 32px;
}

.banner-sec {
    position: relative;
}

.banner-in-top .banner-title h1 {
    font-size: 50px;
    font-weight: 400;
    line-height: 1.2em;
    color: #fff;
    padding: 0px 0px 0px 15px;
}

.banner-in-top .banner-title h1 span {
    display: block;
}

.btn-right {
    margin-left: 20px;
}

.banner-title p {
    font-size: 30px;
    font-weight: 300;
}

.banner-in-top {
    color: #fff;
    text-align: center;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: calc(50% - 80px);
    z-index: 888;
}

.banner-img:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 30%);
    position: absolute;
    left: 0;
}

.banner-in {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.link-box-outer {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(0 0 0 / 39%) 50%);
}

.frontpage div#main-wrapper {
    display: none;
}

.frontpage section#last-section {
    display: none;
}

.news-section {
    padding-top: 80px;
    padding-bottom: 60px;
}

.view.view-news .view-content {
    display: flex;
    gap: 40px;
}

.view.view-news img.image-field {
    object-fit: cover;
    border-radius: 10px;
}

.views-field.views-field-created-2 {
    font-size: 14px;
    margin-top: 5px;
}

.view.view-news .views-field.views-field-title {
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 15px;
}

.news-grid.view-news .views-field.views-field-title {
    margin-top: 7px;
    margin-bottom: 10px;
}

.view.view-news .views-field.views-field-title a {
    font-weight: 700;
}

.view-news .view-footer a {
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 25px;
}

.faq-infos h4 {
    color: var(--color-darkblue);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.intro-front h2 {
    font-weight: 500;
    text-transform: uppercase;
}

.intro2-front h3 {
    font-weight: 600;
}

.intro-image img {
    border-radius: 10px;
    margin-top: 8px;
}

.newsletter-section h2 {
    font-weight: 600;
}

.faq-infos a {
    color: var(--color-green);
}

.banner-img img {
    width: 100%;
}

/* Property */

.field.field--name-field-property-fotos {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.field.field--name-field-property-fotos > div {
    width: calc(50% - 10px);
}

.field.field--name-field-property-fotos img {
    border-radius: 10px;
}

.page-node-type-property h1.page-title {
    display: none;
}

.page-node-type-property h2.field-content {
    color: #fff;
}

.page-node-type-property .flex-layout {
    display: flex;
    gap: 30px;
}

.page-node-type-property .sidebarleft {
    color: var(--color-white);
    margin-top: 50px;
    margin-bottom: 40px;
    position: relative;
    padding: 60px 40px 40px 0px !important;
    background: var(--color-green);
    width: 25%;
    border-radius: 0px 30px 30px 0px;
}

.page-node-type-property .sidebarleft:before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    width: 2000px;
    height: 100%;
    background: var(--color-green);
}

.page-node-type-property .maincontent {
    padding-top: 60px !important;
}

div#edit-body-0-format {
    display: none;
}

a.result-box {
    width: 100%;
    display: flex;
    gap: 40px;
    margin-bottom: 20px;
    border: 4px solid transparent;
}

a.result-box:hover {
	border-color: var(--color-green);
}

.result-right {
    flex: 1;
}

.result-left {
    width: 290px;
}

.result-left img {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.result-address {
    font-size: 13px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #999;
}

.bg-grey {
    background: #e5e5e5;
}

.bg-white {
    background: var(--color-white);
}

.bg-green {
    color: var(--color-white);
    background: var(--color-green);
}

.bg-green-gradient {
    color: var(--color-white);
    background: var(--color-green-gradient);
}

.bg-darkblue {
    color: var(--color-white);
    background: var(--color-darkblue);
}

.bg-darkblue h3 {
    color: var(--color-white)!important;
}

.bg-green-gradient h2,
.bg-green-gradient h3,
.bg-green-gradient a,
.bg-green h2,
.bg-green h3,
.bg-green a {
    color: var(--color-white);
}

.intro-front {
    padding-top: 50px;
    padding-bottom: 40px;
}

.intro2-front {
    padding-top: 40px;
    padding-bottom: 40px;
}

.boxes-section {
    text-align: center;
    padding-top: 40px;
}

.newsletter-section {
    text-align: center;
    border-radius: 10px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.news-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.newsletter2-section {
    text-align: center;
    border-radius: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.faq-section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.flex-2-col {
    display: flex;
    gap: 40px;
    align-items: center;
}

.flex-2 {
    display: flex;
    gap: 40px;
}

.flex-2 > div {
    width: 50%;
}

.flex-2-col.center {
    justify-content: center;
}

.flex-2-col.center h3 {
    margin: 0px;
}

.flex-img {
    margin-top: 10px;
}

.faq-infos i {
    color: var(--color-white);
    font-size: 38px;
    line-height: 1em;
    background: var(--color-darkblue);
    margin-bottom: 10px;
    padding: 10px;
    display: flex;
    width: 65px;
    height: 65px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.news-grid .view-content,
.flex-3 {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.news-grid .view-content .views-row,
.flex-3 > a {
    width: calc(33.3333% - 27px);
}

.howto-1 {
    background: #efebeb;
}

.howto-2 {
    background: #e5dfd7;
}

.howto-3 {
    background: #dbd2c3;
}

.howto-4 {
    background: #d2c6af;
}

.howto-5 {
    background: #c9ba9b;
}

.howto-6 {
    background: #c1ae89;
}

.howto-7 {
    background: #c8b186;
}

.howto-list {
    text-align: left;
    max-width: 600px;
    margin: auto;
}

.howto {
    padding: 14px 120px;
    line-height: 1em;
    font-size: 20px;
    font-weight: 500;
    margin-top: 5px;
}

.howto p.how-to-desc {
    font-size: 18px;
    font-weight: normal;
}

.page-node-type-mainpage .howto {
    padding: 14px 50px;
    line-height: 1em;
    font-size: 20px;
    font-weight: 500;
    margin-top: 5px;
}

.howto span {
    margin-right: 10px;
}

.case-study-box {
    color: #fff;
    text-align: left;
    max-width: 492px;
    width: 100%;
    background: linear-gradient(147deg, rgba(200, 177, 132, 1) 0%, rgba(163, 141, 95, 1) 100%);
    padding: 20px;
    border-radius: 30px;
    margin: 0px auto 20px auto;
}

.case-study-box h3 {
    color: #fff;
    border-bottom: 1px solid;
    margin-top: -5px;
    padding-bottom: 5px;
    font-weight: 400;
}

.case-study-box span {
    margin-right: 9px;
    font-weight: 600;
}

.view.view-slider-frontpage .flexslider {
    background: transparent !important;
    border: 0px;
    margin: 0px;
}

.flexslider:hover .flex-direction-nav a, 
.flexslider:hover .flex-direction-nav a {
    height: 50px!important;
}

p.testimonials-text {
    font-style: italic;
    font-size: 25px;
    margin-bottom: 25px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    background: #fafafa!important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background: var(--color-green) !important;
    border-color: var(--color-green) !important;
}

.read-more-full {
  transition: all 0.3s ease;
  margin-top: 0.5em;
}

.read-more-toggle {
    color: var(--color-white);
    font-weight: 600;
    line-height: 1em;
    border: 2px solid var(--color-green);
    display: inline-block;
    margin-top: 5px;
    padding: 13px 20px;
    width: 100%;
    border-radius: 5px;
    text-align: center;
    background: var(--color-green);
}

.read-more-toggle:hover {
	opacity: 0.9;
}

.read-more-full h4 {
    margin-top: 15px;
}

/* Flag */

.flag-section {
    display: flex;
    gap: 5px;
    border: 2px solid var(--color-green);
    border-radius: 50px;
    width: 550px;
    margin-top: 50px;
    margin-bottom: 30px;
    padding: 20px;
}

.flag-section > div {
    width: 160px;
    text-align: center;
}

.flag a:before {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    width: 50px;
    height: 50px;
    background: var(--color-green);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin: auto;
}

.flag a:hover:before {
    background: #000;
}

.action-unflag a:before {
    background: #000;
}

.flag-match a:before {
    content: "\f004";
    font-family: 'Font Awesome 5 Free';
}

.flag-pending a:before {
    content: "\3f";
    font-family: 'Font Awesome 5 Free';
}

.flag-not-interesting a:before {
    content: "\f165";
    font-family: 'Font Awesome 5 Free';
}

.cm-hidden {
    display: none;
}

/* Checkout */

ul.checkout-links {
    margin: 20px 0px 40px 0px;
    padding: 0px;
}

.checkout-links li {
    list-style-type: none;
}

/* My profile (/mein-profil) */

.page-node-75 .block-region.region-content > div {
    margin-bottom: 25px;
}

/* Paragraphs */

body.page-node-type-mainpage .banner-img {
    height: calc(100vH - 96px);
}

body.page-node-type-mainpage .banner-img:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 60%);
    position: absolute;
    left: 0;
}

.grid-box {
    border: 1px solid var(--color-border);
    border-radius: 5px;
    padding: 30px;
}

.news-grid.container.grid-box {
    padding: 30px!important;
}

.news-grid.container.grid-box.bg-white.mgt60 {
	margin-top: 60px;
}

.news-grid.container.grid-box.bg-white.mgb60 {
	margin-bottom: 60px;
}

.grid-box strong {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 5px;
}

.paragraph.paragraph--type--headerimg h1 {
    font-size: 44px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    color: var(--color-white);
    margin: 0px;
    padding: 17px 0px 14px 0px;
    display: inline-block;
    width: 100%;
}

.field.field--name-field-img {
    margin-bottom: 0px!important;
}

.paragraph.paragraph--type--headerimg .field.field--name-field-img img {
    max-height: calc(100vH - 223px);
    object-fit: cover;
    object-position: top;
}

.field.field--name-field-img img {
    width: 100%;
}

.field.field--name-field-text.field--type-text-long.field--label-hidden.field-item .box-shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 -8px 14px 0 rgba(0, 0, 0, 0.19);
    display: inline-block;
    width: 100%;
}

.field.field--name-field-text.field--type-text-long.field--label-hidden.field-item .box-shadow h1 {
    padding-bottom: 0px;
    margin-bottom: 7px;
}

div#block-tara-views-block-news-block-1-2,
.paragraph .container.view.view-news.view-display-id-block_1 {
    margin-top: 100px;
    margin-bottom: 100px;
}

/* User account and user menu */

ul.sf-menu .sf-with-ul {
    padding-right: 37px;
}

div#breadcrumb {
    background: var(--color-white);
}

#breadcrumb a.userpicshown img {
    width: 100px;
    height: 100px;
}

.view.view-user-account.view-display-id-block_2 {
    width: 100px;
    height: 100px;
    margin-top: -60px;
    border-radius: 100%;
}

.view.view-user-account.view-display-id-block_2 a.userpicshown {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.view.view-user-account.view-display-id-block_2 i.fas.fa-edit.userpicicon {
    right: 0px;
}

.view.view-user-account.view-display-id-block_2 a.editimage {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    background: var(--color-green);
    border-radius: 100%;
}

aside.sidebar-left h3 {
    font-size: 18px;
    color: var(--color-darkblue);
    font-weight: 600;
}

div#block-tara-premiumaccount {
    margin-top: 35px;
    padding: 0px;
}


.box-colored {
    text-align: center;
    color: var(--color-white);
    padding: 15px 15px;
    background: var(--color-darkblue);
    border-radius: 5px;
    min-height: 262px;
}

.box-colored h4 {
    font-size: 18px;
    color: var(--color-white);
    font-weight: 600;
}

.box-colored li {
    font-size: 14px;
    line-height: 1.3em;
    text-align: left;
}

.box-colored ul.check li:before {
    content: "\f00c";
    font-size: 20px;
    font-weight: 600;
    font-family: 'Font Awesome 5 Free';
    margin: -1px 12px 0px -32px;
}

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

.box-colored ul.check.white {
    margin-top: 15px;
    margin-bottom: 10px;
    padding-left: 38px;
}

.box-colored a.btn-green.btn {
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 600;
    background: var(--color-green);
    color: #fff;
}

div#block-tara-views-block-mein-profil-block-1 {
    margin-top: 35px;
}

.box-white {
    background: var(--color-white);
    border: 1px solid var(--color-border);
    border-radius: 5px;
}

.box-white h4 {
    font-size: 18px;
    color: var(--color-darkblue);
    font-weight: 600;
    margin-bottom: 0px;
    padding: 10px 20px;
    border-bottom: 1px solid var(--color-border);
}

.box-white .views-row {
    padding: 14px 20px;
    border-bottom: 1px solid var(--color-border);
    position: relative;
}

.box-white .view-footer a {
    font-size: 14px;
    padding: 10px 10px 7px 10px;
    display: inline-block;
    width: 100%;
    text-align: center;
    text-decoration: underline;
}

span.in.Prüfung {
    font-size: 0px;
    content: "";
    width: 20px;
    height: 20px;
    background: url(/themes/contrib/tara/images/proof.svg);
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    right: 15px;
    top: 15px;
}

span.Förderung.möglich,
span.geprüft {
    font-size: 0px;
    content: "";
    width: 20px;
    height: 20px;
    background: url(/themes/contrib/tara/images/checked.svg);
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    right: 15px;
    top: 15px;
}

span.abgelehnt,
span.nicht.förderfähig  {
    font-size: 0px;
    content: "";
    width: 20px;
    height: 20px;
    background: url(/themes/contrib/tara/images/circle-x.svg);
    background-size: cover;
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    right: 15px;
    top: 15px;
}

span.node-value.notes {
    color: #9a1119;
    display: inline-block;
    width: 100%;
	margin-top: 5px;
}

span.node-street {
    color: var(--color-green);
    font-size: 16px;
    font-style: italic;
}

.property-teaser .node-box h3 a:after {
    content: " ";
}

.box-white .views-row h3 {
    line-height: 1em;
    display: inline-block;
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 1px;
    text-decoration-color: var(--color-green);
}

.node-action a {
    font-size: 14px;
}

span.node-open {
    margin-right: 15px;
}

.node-action {
    margin-top: 12px;
    margin-bottom: -10px;
    text-align: right;
}

.node-box .node-label {
    font-size: 15px;
    margin-right: 10px;
}

.node-box span.node-value {
    font-size: 14px;
}

.node-action span.node-open a:before {
    content: "";
    width: 19px;
    height: 12px;
    background: url(/themes/contrib/tara/images/open.svg);
    display: inline-block;
    background-repeat: no-repeat;
}

.node-action span.node-edit a:before {
    content: "";
    width: 20px;
    height: 13px;
    background: url(/themes/contrib/tara/images/edit.svg);
    display: inline-block;
    background-repeat: no-repeat;
}

.box-footer {
    text-align: center;
    padding: 15px 20px;
}

div#block-tara-meinprofilbenutzermenu {
    padding-bottom: 0px;
    border-bottom: 1px solid var(--color-border);    
    background: var(--color-white);
}

.services-list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.service-box {
    color: #fff;
    background: var(--color-green);
    background: linear-gradient(147deg, rgba(200, 177, 132, 1) 0%, rgba(163, 141, 95, 1) 100%);
    padding: 30px;
    display: flex;
    gap: 30px;
    align-items: center;
    border-radius: 30px;
    text-align: left;
    width: calc(50% - 20px);
}

.service-box i {
    font-size: 55px;
}

.service-box h3 {
    font-size: 23px;
    font-weight: 600 !important;
    color: #fff;
}

/* /mein-profil */
.page-node-75 div#block-tara-meinprofilbenutzermenu {
    margin-bottom: 30px;
}

ul#superfish-usermenuintern ul {
    background: #fafafa;
    border: 1px solid var(--color-border);
    padding: 5px 15px;
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.05),
0px 2px 14px 0px rgba(0,0,0,0.25);
	top: 54px;
}

ul#superfish-usermenuintern a {
    color: var(--text-color);
}

ul#superfish-usermenuintern ul a {
    font-size: 14px;
    color: var(--text-color);
    padding: 5px 0px;
}

ul#superfish-usermenuintern a.is-active.sf-depth-1 {
    color: var(--color-green) !important;
}

.user-account-left {
    margin-right: 20px;
}

.user-account-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.user-account-name {
    font-size: 18px;
    color: var(--color-darkblue);
    font-weight: 600;
}

div#block-tara-meinprofilbenutzermenu:before {
    content: "";
    height: 80px;
    width: 100%;
    display: inline-block;
    background: var(--color-green);
}

.user-account-menu a:first-child {
    padding-left: 0px;
}


div#block-tara-meinprofilunserehauptbereiche {
    padding: 0px;
    background: transparent;
    border: 0px;
    box-shadow: unset;
}

.boxes-grid {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.boxes-grid a {
	color: var(--color-white);
    width: calc(50% - 5px);
    border-radius: 5px;
    padding-top: calc(50% - 5px);
    position: relative;
}

.boxes-grid span,
.boxes-grid img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

img.icon-1 {
    width: 47px;
}

img.icon-3 {
    width: 56px;
}

img.icon-4 {
    width: 43px;
}

.boxes-grid a span {
	opacity: 0;
    display: none;
}

.boxes-grid a:hover span {
    display: flex;
    opacity: 1;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.boxes-grid a:hover img {
    display: none;
    opacity: 0;
}



/* Registration / Login / Password */

.divcol {
    margin-top: 50px;
}

.divcol a {
    display: block ! Important;
    margin: 20px auto;
    max-width: 365px;
}

.reg-info {
    position: relative;
    border-radius: 0px 40px 40px 0px;
    height: 410px;
}

.reg-info img {
	border-radius: 0px 40px 40px 0px;
    height: 100%;
    object-fit: cover;
}

.reg-info h2 {
    color: #fff;
    font-size: 25px;
    position: absolute;
    top: 0;
    right: 0;
    background: var(--color-green);
    padding: 4px 20px;
    border-radius: 0px 30px;
}

.reg-info ul {
    color: var(--color-white);
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: var(--color-green);
    width: 285px;
    border-radius: 0px 30px 0px 0px;
    padding: 8px 0px;
}

.reg-info ul.check li {
    padding-left: 20px;
}

.reg-info ul.check li:before {
    color: var(--color-white);
}

span.select2.select2-container {
    width: 100% !important;
}

form#user-pass,
form#user-login-form,
form#user-register-form {
    background: rgba(234, 228, 219, 1);
    max-width: 580px;
    border-radius: 40px;
    padding: 30px;
}

form#user-register-form {
    border-radius: 40px 0px 0px 40px;
}

div#edit-field-privacy-wrapper {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
}

input#edit-field-privacy-value {
    width: 15px;
    height: 16px;
    margin-top: 5px;
    margin-right: 7px;
    float: left;
}

div#edit-field-privacy-wrapper label.option.js-form-required.form-required {
    width: calc(100% - 25px);
    display: inline-block;
    margin-top: 3px;
    -ms-word-break: break-all;
	word-break: break-all; 
	word-break: break-word;
	-webkit-hyphens: auto; 
	-moz-hyphens: auto; 
	hyphens: auto;
}

.fieldset-wrapper input {
    width: 100%;
}

fieldset#edit-private-messages input {
    width: auto;
}

.address-container-inline {
    display: flex;
}

.address-container-inline [class*="address-locality"] {
    margin-right: 0px !important;
    flex: 1;
}

div#edit-pass input {
    width: 100%;
}

body.user-guest.inner-page.path-user.no-sidebar div#block-tara-content {
    width: calc(50% - 15px);
    display: inline-block;
}

body.user-guest.inner-page.path-user.no-sidebar div#block-tara-registrierungsinformationeninvestor,
body.user-guest.inner-page.path-user.no-sidebar div#block-tara-registrierungsinformationeninvestormakler,
body.user-guest.inner-page.path-user.no-sidebar div#block-tara-registrierungsinformationen {
    width: calc(50% - 20px);
    display: inline-block;
    vertical-align: top;
    margin-bottom: 40px;
    margin-left: 30px;
}

div.blockFloat-processed.floating-block-active {
	top: 90px !important;
    position: sticky ! Important;
    margin-bottom: 0px ! Important;
    margin-left: 0px !important;
}

body.page-node-84 .message.message-status {
    margin-top: 40px;
    margin-bottom: 40px;
}

/* Internal pages */

form#views-exposed-form-sales-block-1 {
    display: flex;
    gap: 25px;
    align-items: center;
    margin-bottom: 25px;
}

form#views-exposed-form-sales-block-1 .js-form-item.form-item.form-type-select.js-form-type-select.form-item-field-status-match-value.js-form-item-field-status-match-value {
    min-width: 200px;
}

form#views-exposed-form-sales-block-1 .js-form-item.form-item.form-type-entity-autocomplete.js-form-type-entity-autocomplete.form-item-uid.js-form-item-uid {
    width: 200px;
}
/* Sales view */
.email-template-action a {
    font-size: 13px;
    padding: 9px;
}
/* Forms
----------------------- */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  line-height: 1.6;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border: 0;
  border-style: none;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 0;
}

button[disabled],
html input[disabled] {
  cursor: not-allowed;
  opacity: 0.7;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

input {
  line-height: normal;
}

form {
    font-family: var(--font-text), -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

input[type=number],
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search] {
  font-size: 16px;
  padding: 10px;
  background: var(--color-white);
  max-width: 100%;
  border: 1px solid var(--color-border);
  border-radius: 10px;
  transition: border 0.3s linear;
}

select {
    font-size: 13px;
    width: 100%;
    padding: 9px 10px!important;
    border-color: #EBEBEB;
}

textarea {
  font-size: 16px;
  width: 100%;
  max-width: 100%;
  padding: 12px;
  border: 1px solid var(--border);
  border-radius: 4px;
  overflow: auto;
  transition: border 0.3s linear;
  vertical-align: top;
}

input[type=number]:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
textarea:focus {
  border:1px solid var(--color-green);
  outline: 0;
}

input[type=submit],
input[type=button],
input[type=reset],
button,
.button {
  font-size: 16px;
  line-height: 1em;
  font-weight: 600;
  letter-spacing: 0.7px;
  color: var(--color-white);
  display: inline-block;
  padding: 13px 22px 12px 22px;
  background-color: var(--color-green);
  border: 3px solid var(--color-green);
  border-radius: 2rem;
  transition: all 0.4s ease-in-out;

}

input[type=submit]:hover,
input[type=button]:hover,
input[type=reset]:hover,
button:hover,
.button:hover {
  opacity: 0.85;
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
  box-sizing: border-box;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
}

form#node-searchprofile-form div#edit-field-custom-label-wrapper {
    margin-bottom: 20px !important;
}

form#node-searchprofile-form  div#edit-field-search-location-wrapper legend {
    display: none;
}

form[id*="node-property-edit-form-"],
form#user-form,
form#node-property-edit-form,
form#node-property-form,
form#node-searchprofile-edit-form,
form#node-searchprofile-form {
    background: rgba(234, 228, 219, 1);
    max-width: 580px;
    border-radius: 30px;
    padding: 30px;
}

form#node-searchprofile-edit-form div#edit-field-search-location-wrapper legend,
form#node-searchprofile-form div#edit-field-search-location-wrapper legend {
    display: none;
}

form#node-searchprofile-edit-form div.form-disabled input,
form#node-searchprofile-form div.form-disabled input {
    background-color: #eee;
}

form#node-searchprofile-edit-form div#edit-field-search-location-wrapper,
form#node-searchprofile-form div#edit-field-search-location-wrapper {
    margin-bottom: 0px !important;
}

.js-form-item.form-item.form-type-textfield.js-form-type-textfield.form-item-field-location-0-address-locality.js-form-item-field-location-0-address-locality {
    width: 73%;
    margin-right: 0px !important;
}

input.locality {
    width: 100%;
}

form#node-searchprofile-form div#edit-field-search-location-wrapper {
    margin-bottom: -10px !important;
}

.ck.ck-content.ck-editor__editable {
    border-radius: 0px 0px 10px 10px !important;
}

.ck.ck-editor__editable.ck-focused:not(.ck-editor__nested-editable) {
    border-color: var(--color-green)!important;
    box-shadow: none !important;
}


div[id*="edit-field-search-location"] {
    display: flex;
    flex-direction: column;
}

div[id*="address-container"] {
    flex-direction: row;
}

div[id*="address-country-code"],
div#edit-field-search-location-0-address-country-code {
    order: -2;
}

[class*="address-administrative-area"],
.js-form-item.form-item.form-type-select.js-form-type-select.form-item-field-search-location-0-address-administrative-area.js-form-item-field-search-location-0-address-administrative-area {
    order: -1;
    margin-bottom: 20px;
}

form#node-searchprofile-form [class*="address-administrative-area"]:after,
form#node-searchprofile-form .js-form-item.form-item.form-type-select.js-form-type-select.form-item-field-search-location-0-address-administrative-area.js-form-item-field-search-location-0-address-administrative-area:after, 
form#node-searchprofile-edit-form [class*="address-administrative-area"]:after,
form#node-searchprofile-edit-form .js-form-item.form-item.form-type-select.js-form-type-select.form-item-field-search-location-0-address-administrative-area.js-form-item-field-search-location-0-address-administrative-area:after {
    content: "oder";
    display: inline-block;
    padding-top: 20px;
}

div#edit-field-search-radius-wrapper {
    margin-top: -12px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
    line-height: 1.2em;
    padding: 10px;
}

span.select2-selection.select2-selection--single:focus,
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid var(--color-green);
}

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    height: unset !important;
}

.select2-container--default .select2-selection--multiple {
    line-height: 1em;
    min-height: 39px;
}

.select2-search--dropdown {
    display: none !important;
}

li.select2-search.select2-search--inline {
    line-height: 0px !important;
    display: none !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: 0px;
    background: transparent;
    line-height: 1em;
    padding: 0px;
    margin: 0px 10px 0px 0px;
}

input.select2-search__field {
    margin: 0px !important;
}

button.uppy-u-reset.uppy-c-btn.uppy-Dashboard-browse {
    color: var(--color-green);
}


form#user-form > .form-wrapper,
form#node-ad-form > .form-wrapper,
form#node-ad-edit-form > .form-wrapper,
form#node-article-form > .form-wrapper,
form#node-article-edit-form > .form-wrapper,
form#node-searchprofile-form > .form-wrapper,
form#node-searchprofile-edit-form > .form-wrapper,
form#node-property-form > .form-wrapper,
form#node-property-edit-form > .form-wrapper {
    margin-bottom: 40px !important;
}

form#node-ad-form div#edit-field-highlight-wrapper,
form#node-ad-edit-form div#edit-field-highlight-wrapper,
form#node-article-form div#edit-field-highlight-wrapper,
form#node-article-edit-form div#edit-field-highlight-wrapper,
form#node-searchprofile-form div#edit-field-highlight-wrapper,
form#node-searchprofile-edit-form div#edit-field-highlight-wrapper,
form#node-property-form div#edit-field-highlight-wrapper,
form#node-property-edit-form div#edit-field-highlight-wrapper {
    margin-bottom: 0px !important;
}

.approved-agent {
    border: 2px solid;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px;
}

[id*="-format-help"] {
    display: none;
}


form#user-pass p,
div.js-text-full,
.description {
	font-size: 13px !important;
    font-style: italic;
    margin-top: 5px;
}

form#user-pass p {
    margin-bottom: 15px;
}

fieldset {
  margin: 0 0 10px 0;
  padding: 0px;
  border: 0px solid var(--border);
}

fieldset > :last-child {
  margin-bottom: 0;
}

legend {
  font-weight: 500;
  max-width: 100%;
  margin-bottom: 15px;
  padding: 0;
}

.field--type-phone-number {
    display: inline-block;
    width: 100%;
}

.field--type-phone-number .js-form-item.form-item.form-type-select.js-form-type-select.form-item-field-phone2-0-country-code.js-form-item-field-phone2-0-country-code.form-no-label {
    float: left;
    width: calc(50% - 20px);
    margin-right: 20px;
}

.field--type-phone-number .js-form-item.form-item.form-type-tel.js-form-type-tel.form-item-field-phone2-0-phone.js-form-item-field-phone2-0-phone.form-no-label {
    float: left;
    width: 50%;
}

.field--type-phone-number .country-select {
    width: 100%;
}

.field--type-phone-number .country-select .prefix {
    display: none !important;
}

.field--type-phone-number .country-select span.arrow {
    display: none !important;
}

.field--type-phone-number input#edit-field-phone2-0-phone {
    font-size: 16px;
    padding: 10px;
    background: var(--color-white);
    max-width: 100%;
    border: 1px solid var(--color-border);
    border-radius: 10px;
    transition: border 0.3s linear;
    height: unset;
    margin-bottom: 12px;
}

optgroup {
  font-weight: bold;
}

select {
  padding: 4px 8px;
}

form label {
  display: table;
  font-weight: bold;
}

label[for] {
  cursor: pointer;
}

.page-content input[type=text],
.page-content input[type=password],
.page-content input[type=search] {
  padding: 10px 10px;
  outline: 0;
}

.js-form-item {
    margin-bottom: 12px;
}

.js-form-item.form-item.form-type-textarea {
    margin-bottom: 0px;
}

fieldset#edit-private-messages-notify-when-using--wrapper {
    margin-top: 20px;
}

.js-form-item.form-item.form-type-email.js-form-type-email.form-item-mail.js-form-item-mail {
    margin-bottom: 20px;
}

.js-form-item.form-item.form-type-password.js-form-type-password.form-item-current-pass.js-form-item-current-pass.form-no-label {
    margin-bottom: 20px;
}

.js-form-item.form-item.form-type-password.js-form-type-password.form-item-pass-pass2.js-form-item-pass-pass2.form-no-label.confirm-parent {
    margin-bottom: 0px;
}

.js-form-item.form-item.form-type-select.js-form-type-select.form-item-private-messages-number-of-seconds-considered-away.js-form-item-private-messages-number-of-seconds-considered-away label {
    font-weight: normal;
}

.password-suggestions {
    color: var(--color-green);
    font-size: 14px !important;
    font-style: italic;
}

.password-confirm-message {
    margin-bottom: 10px;
}

.password-strength__indicator.is-weak {
    background: red;
}

.password-strength__indicator.is-fair {
    background-color: #e99a0a;
}

.password-strength__indicator.is-good,
.password-strength__indicator.is-strong {
    background-color: var(--color-green);
}

/* Match Detail */

.match-tabs {
    margin-top: 60px;
    margin-bottom: 40px;
}

.match-tabs ul.horizontal-tabs-list {
    margin-bottom: 20px !important;
}

.match-tabs .uppy-Dashboard-inner {
    height: unset ! Important;
}

.field--name-field-add-project input,
.field--name-field-add-offer input {
    display: block;
    font-size: 14px;
    width: unset !important;
}

.field--name-field-add-offer .ief-entity-operations,
.field--name-field-add-project .ief-entity-operations {
    display: flex;
    gap: 20px;
}

.field--name-field-add-offer .tabledrag-toggle-weight-wrapper,
.field--name-field-add-project .tabledrag-toggle-weight-wrapper {
    display: none;
}

.field--name-field-add-offer {
    margin-top: 40px;
    margin-bottom: 40px;
}

.field--name-field-add-project {
    margin-bottom: 40px;
}

/* Searchprofile */

div#block-tara-searchprofilepropertymatches-2 {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid;
}

div#block-tara-searchprofilepropertymatches-2 h2.block-title {
    margin-bottom: 20px;
}

.property-row {
    padding: 15px 15px;
    border: 1px solid var(--color-border);
    margin-bottom: 20px;
    border-radius: 5px;
    background: #ededed;
    background: linear-gradient(147deg, rgba(200, 177, 132, 1) 0%, rgba(163, 141, 95, 1) 100%);
    padding: 20px;
    border-radius: 30px;
    display: inline-block;
    width: 100%;
}

.node-box-image {
    float: left;
    width: 200px;
    margin-right: 30px;
}

.property-row .node-box h3,
.property-row .node-box h3 a {
    color: var(--color-white) !important;
    font-size: 24px;
    font-weight: 400;
}

.property-row span.node-street {
    color: var(--color-white);
    font-size: 16px;
}

.node-property {
    color: #fff;
}

.property-row .node-box h3 {
    text-decoration: underline;
    text-decoration-color: var(--color-white);
    text-underline-offset: 6px;
    text-decoration-thickness: 1px;
}

.property-row .node-box .node-action,
.property-row .node-box .node-action a {
    color: var(--color-white);
        font-size: 14px;
}

.property-row .node-action span.node-open a:before {
    content: "";
    width: 19px;
    height: 12px;
    background: url(/themes/contrib/tara/images/open-white.svg);
    display: inline-block;
    background-repeat: no-repeat;
}

.comma span:after {
    content: ", ";
}

.comma span:last-child:after {
    content: "";
}

.user-guest .node-box-image img {
    filter: blur(10px);
}

.user-guest .property-row .node-box h3 {
    filter: blur(4px);
    pointer-events: none;
    user-select: none;
    opacity: 0.9;
}

.property-row {
    position: relative;
}

span.locked-text {
    font-size: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: #00000087;
    height: 100%;
    border-radius: 30px;
}

/* Article */

.term-title i {
    font-size: 1.1em;
    color: var(--color-green);
}

/* Drupal form elements */

.form-required:after {
  content: "*";
  display: inline-block;
  padding-left: 4px;
  color: var(--color-primary);
}

.form-item label {
  font-size: 16px;
  display: block;
}

label.option {
  display: inline;
  font-weight: normal;
}

/* placeholder */
::-webkit-input-placeholder {
  color: #8a8a8a;
}

:-moz-placeholder {
  color: #8a8a8a;
}

::-moz-placeholder {
  color: #8a8a8a;
  opacity: 1;
}

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

/* List
----------------------- */
ul,
ol {
  margin: 0;
  padding: 0 0 0.25rem 1rem; /* LTR */
}

[dir=rtl] ul,
[dir=rtl] ol {
  padding: 0 1rem 0.25rem 0;
}

ol ol,
ul ul {
  margin: 0;
  padding: 0 0 0.25rem 1rem; /* LTR */
}

[dir=rtl] ol ol,
[dir=rtl] ul ul {
  padding: 0 1rem 0.25rem 0;
}

ul {
  list-style: disc;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

[dir=rtl] ul,
[dir=rtl] ol {
  padding: 0 1em 0.25em 0;
}

.node-content li {
  padding: 6px 0;
}

ul.check {
    padding-left: 30px;
}

ul.check li {
    list-style-type: none;
    display: inline-block;
    width: 100%;
    margin-bottom: 6px;
}

ul.check li:before {
    content: "\f00c";
    font-size: 24px;
    font-weight: 600;
    font-family: 'Font Awesome 5 Free';
    display: inline-block;
    margin: -4px 7px 0px -28px;
    color: var(--color-green);
    vertical-align: top;
}

ul.check.white li:before {
    color: var(--color-white);
}

/* Table
----------------------- */
table {
  width: 100%;
  margin-bottom: 1.2rem;
  border-spacing: 0;
  border-collapse: collapse;
}

th,
tr,
td {
  vertical-align: middle;
}

th {
  background: var(--color-primary);
  font-family: var(--font-heading);
  color: var(--color-white);
  margin: 0;
  padding: 10px;
  border: 2px solid var(--border);
  text-align: left;
  text-shadow: none;
}

th a {
  color: var(--color-white);
}

td {
  padding: 5px 10px;
  border: 2px solid var(--border);
}

/* Media
----------------------- */
img,
picture,
svg {
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  max-width: 100%;
  height: auto;
  margin: 1em 0;
  border: 0;
}

figcaption {
  padding: 4px;
  font-size: 0.8rem;
  background: var(--color-white);
  border: 1px solid var(--border);
  text-align: center;
}

.align-left,
img.align-left,
figure.align-left {
  float: left;
  margin: 20px 20px 20px 0;
}

.align-right,
img.align-right,
figure.align-right {
  float: right;
  margin: 20px 0 20px 20px;
}

.align-center,
img.align-center,
figure.align-center {
  display: block;
  clear: both;
  margin: 20px auto;
}

figure.align-center {
  display: table;
}

figure.align-center img {
  display: block;
  clear: both;
  margin: 0 auto;
}

/* Drupal image filed */

summary {
  background-color: var(--color-white);
  color: var(--text-color);
  padding: 0.5rem;
  cursor: pointer;
}

/* Misc
----------------------- */
::-moz-selection {
  background: var(--color-primary);
  color: var(--color-white);
  text-shadow: none;
}
::selection {
  background: var(--color-primary);
  color: var(--color-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--color-primary);
  color: var(--color-white);
  text-shadow: none;
}

/* container and page layout
-------------------------------------------- */
.container {
  position: relative;
  width: 100%;
  max-width: 1170px;
  height: auto;
  margin: 0 auto;
  padding: 0 10px;
}

/* content warpper including main, sidebar */
.main-wrapper {
  position: relative;
  display: block;
  z-index: 2;
  padding-bottom: 40px;
}

.main-container {
  position: relative;
  width: 100%;
  margin: 0;
}

/* Main */
.no-sidebar .main-container {
  grid-template-columns: 100%;
}

#front-main {
  order: 2;
}

#main {
  position: relative;
  background: var(--bg-body);
  width: 100%;
  margin: 0;
  padding: 0;
  order: 2;
  z-index: 2;
}

.two-sidebar #main {
    flex: 1;
}

#sidebar-right {
  order: 3;
  width: 25%;
}

.local-action {
  list-style: none;
}

.button-action {
  background-color: var(--color-secondary);
  color: var(--color-white);
  padding: 6px 12px;
}

.button-action:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
}

/* Vertical tabs */
.vertical-tabs .vertical-tabs__panes {
  padding: 1rem;
}

/* Header
--------------------------------------*/
/* Header container */
#header,
.header-top,
.header {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 3;
}

header#header {
	position: fixed;
	background: var(--color-darkblue);
    z-index: 889 !important;
}

/* Header top */

.header {
    box-shadow: 0px 10px 30px rgba(56,62,102,0.15);
}

.header-top-left.header-top-block {
    width: 100%;
}

.header-top-left a:hover span {
    font-weight: bold;
}

.header-top {
    background: var(--color-darkblue);
    z-index: 777;
}

/* Hide header-top */
.header-top {
    display: none;
}

.header {
    margin-top: 0px !important;
}

/* end hide header-top */


.top-link-section {
    font-size: 14px;
    display: flex;
    gap: 25px;
    align-items: center;
    margin-top: 2px;
}

.top-section {
    display: flex;
    align-items: center;
    gap: 45px;
    justify-content: flex-end;
}

.header-top-left a {
    color: var(--color-green);
    line-height: 1em;
    font-weight: 600;
    padding-bottom: 0px;
}

.top-link-section br {
    display: none;
}

.header-top-container {
    position: relative;
    display: flex;
    margin-bottom: -5px;
    padding: 7px 0px 0px 0px;
    justify-content: space-between;
    align-items: center;
}

.header-top-left .editimage {
    width: 35px;
    height: 35px;
    background: var(--color-green);
    display: flex;
    border-radius: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 0px;
}

a.editimage i.fas.fa-edit {
    text-align: center;
    color: var(--color-white);
    display: block;
}

i.fas.fa-edit.userpicicon {
    color: var(--color-white);
    width: 35px;
    height: 35px;
    background: var(--color-green);
    border-radius: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    padding-top: 0px;
    position: absolute;
    top: -6px;
}

a.userpicshown {
    position: relative;
}

i.fas.fa-edit.userpicicon {
    opacity: 0;
}

a.userpicshown:hover i.fas.fa-edit.userpicicon {
    opacity: 1;

}

a.userpicshown img {
    width: 35px;
    height: 35px;
    border-radius: 100%;
}

.block-region.region-header-top {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

div#block-tara-benutzermenu {
    position: relative;
    display: flex;
    align-items: flex-end;
    margin-left: 12px;
}

div#block-tara-views-block-user-account-block-1 {
    margin-left: 55px;
}

ul#superfish-account-accordion {
	text-align: right;
    position: absolute;
    top: 0;
    left: unset !important;
    right: -7px !important;
    z-index: 999;
    background: var(--color-white);
    width: 120px;
    margin-left: -7px;
    padding: 7px;
    margin-top: -25px;
    padding-top: 33px;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.12), 0 6px 24px 0 rgba(0, 0, 0, 0.11);
}

ul#superfish-account-accordion a{
	color: var(--text-color-grey);
}

ul#superfish-account-accordion a:hover{
    color: var(--color-green);
}

.user-logged-in .top-action-section {
    display: none;
}

div#block-tara-benutzermenu a:hover span,
div#block-tara-benutzermenu a:hover {
    font-weight: 500;
}

a#superfish-account-toggle {
    color: var(--color-green);
    position: relative;
    z-index: 9999 !important;
}

div#block-tara-benutzermenu a {
    font-size: 13px;
    font-weight: 500;
    padding: 4px;
}

/* header top left block region */
.header-top-block p:last-of-type {
  margin: 0;
}

.header-top ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}

.header-top .social-icons {
  gap: 6px;
}

.header-top .contextual-links {
  display: none;
}
/* Header and footer social icons */
.social-icons {
  list-style: none;
  display: flex;
  gap: 6px;
  margin: 0;
  padding: 0;
}

.footer .social-icons li {
  padding: 0;
  border: 0;
}

.social-icons li:hover,
.footer .social-icons li:hover {
  padding: 0;
}

.social-icons li a {
  background: var(--light);
  color: var(--color-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  border: 2px solid var(--color-white);
  border-radius: 50%;
  transition: background 0.4s ease;
}

.social-icons a {
  color: var(--color-primary);
}

ul.social-icons a:hover {
  background: var(--color-primary);
  color: var(--color-white);
}

/* header for branding and main menu */
.header {
  margin-top: 14px;
  background-color: var(--color-black);
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
}

.is-sticky .header-container {
    padding: 12px 0px !important;
}


/* site branding */
.site-branding {
  display: flex;
  align-items: center;
}

.site-branding img {
  width: auto;
  max-height: 30px;
}

.is-sticky .site-branding img {
    width: auto;
   max-height: 26px;
}

.is-sticky li.tbm-item.level-1:hover:before,
.is-sticky  .region-primary-menu .menu-item-level-1:hover:before {
    top: -12px;
    height: 15px;
} 

.site-name-slogan {
  display: flex;
  flex-direction: column;
}

.site-name {
  position: relative;
  font-family: var(--font-heading);
  font-size: 1.8rem;
  line-height: 1.1;
  color: var(--bold-color);
  text-transform: uppercase;
}

.site-name a,
.site-name a:hover {
  color: var(--bold-color);
}

.site-slogan {
  font-size: 0.9rem;
  color: var(--bold-color);
  line-height: 1;
}

/* header right */
.header-right {
  position: relative;
  display: flex;
  align-items: center;
}

/* main menu */

li.tbm-item.level-1.logout-icon a {
    font-size: 0px;
}

li.tbm-item.level-1.logout-icon a:before {
    content: "\f2f5" !important;
    font-size: 23px;
    line-height: 1em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600 !important;
}

.mobile-menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 40px;
  height: 30px;
  overflow: hidden;
  cursor: pointer;
  margin-right: 6px;
}

.mobile-menu span {
  width: 100%;
  height: 3px;
  background-color: var(--color-primary);
  transform-origin: left;
  transition: all 0.6s ease;
}

.mobile-menu span:nth-child(2) {
  background-color: var(--bold-color);
}

.menu-icon-active span:first-child {
  transform: rotate(45deg);
}

.menu-icon-active span:last-child {
  transform: rotate(-45deg);
}

.menu-icon-active span:nth-child(2) {
  display: none;
}

.close-mobile-menu {
  position: absolute;
  top: 2px;
  right: 2px;
  display: grid;
  place-content: center;
  color: var(--color-white);
  font-size: 1rem;
  width: 34px;
  height: 34px;
  z-index: 200;
  border: 2px solid var(--color-primary);
  border-radius: 50%;
  cursor: pointer;
}

.tbm {
    background-color: transparent !important;
}

.primary-menu-wrapper {
  font-family: var(--font-heading);
  font-weight: 500;
}

.active-menu .menu-wrap {
  background: rgba(0, 0, 0, 0.9);
  transform: translateX(0);
  overflow-y: auto;
  overflow-x: hidden;
}

.active-menu .menu-wrap .main-menu,
.active-menu .menu-wrap .menu {
  overflow-y: scroll;
  overflow-x: hidden;
}

.region-primary-menu .menu,
.region-primary-menu .submenu {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.region-primary-menu .menu {
  display: flex;
  color: var(--color-white);
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 400;
  flex-direction: column;
  gap: 0;
  padding: 0.5rem;
  z-index: 10;
}

li.tbm-item.level-1 {
  position: relative;
}

.tbm-submenu.tbm-item-child {
    width: 391px ! Important;
    border-radius: 8px;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.05), 0px 2px 14px 0px rgba(0, 0, 0, 0.25);
    border: 0px;
    padding: 20px;
}

li.tbm-item.level-1.active-trail a.level-1,
li.tbm-item.level-1:hover a.level-1 {
    color: var(--color-green)!important;
}

.region-primary-menu .menu-item-level-1 {
  position: relative;
  padding: 0;
  border-bottom: 1px solid var(--text-color);
}

li.tbm-item.level-1.tbm-item--has-dropdown:last-child a.tbm-link.level-1 {
    border: 1px solid;
    border-radius: 100px;
}

.tbm-subnav>.tbm-item>.tbm-link-container>.tbm-link:hover, .tbm-subnav>.tbm-item>.tbm-link-container>.tbm-link:focus {
    color: var(--color-green);
}

li.tbm-item.level-1.tbm-item--has-dropdown:last-child:hover:before, 
.region-primary-menu li.tbm-item.level-1.tbm-item--has-dropdown:last-child:hover:before {
    background: transparent;
}

.user-logged-in .level-0 > li.tbm-item.level-1:last-child {
    display: none;
}

.region-primary-menu .menu a {
  display: block;
  color: var(--text-color-grey) ! Important;
  padding: 0.5rem 0;
}

.menu-item-has-children {
  position: relative;
}

.menu-item-has-children::after {
  position: absolute;
  content: "+";
  right: 0;
  top: 0.5rem;
  color: var(--color-primary);
}

.region-primary-menu .submenu {
  display: flex;
  flex-direction: column;
  font-size: 0.9rem;
  padding: 0 0 0 2rem;
}

.region-primary-menu .submenu li {
  border-top: 1px solid var(--text-color);
}

li.tbm-item.level-1:hover:before,
.region-primary-menu .menu-item-level-1:hover:before {
    content: "";
    position: absolute;
    top: -27px;
    background: var(--color-green);
    width: 100%;
    height: 34px;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.2);
}

nav#tbm-main {
    background: transparent !important;
}

.tbm-link.level-1 {
	font-size: 17px;
    font-weight: 400;
    color: var(--text-color-grey) ! Important;
    padding: 0.5rem 14px;
}

.tbm-item.level-1 {
    border: 0px;
}

.tbm-link.level-1:hover, .tbm-link.level-1:focus {
    background-color: transparent!Important;
}

/* Sidebar
-------------------------------------------- */
.sidebar {
  position: relative;
  margin: 0;
}

.region-sidebar-first,
.region-sidebar-second {
  display: flex;
  flex-direction: column;
}

.sidebar .block {
  background-color: var(--color-white);
  margin-bottom: 1rem;
  padding: 15px 10px;
  border-radius: 6px;
  box-shadow: var(--shadow);
}

.sidebar .block-title {
  padding-left: 6px;
  font-size: 1.3rem;
  border-left: 2px solid var(--color-primary);
}

/* search block in sidebar */
.sidebar .form-search {
  width: 100%;
}

/* Footer
--------------------------------------*/

.footer-bottom {
    padding: 13px 10px;
    font-size: 16px;
}

#footer {
    color: var(--color-white);
    font-weight: 300;
    display: block;
    background: var(--color-darkblue);
    padding-top: 30px;
    padding-bottom: 35px;
}

#footer a {
  color: var(--color-white);
}

#footer strong {
    font-weight: 500!important;
    color: var(--color-white)!important;
}

#footer h3 {
    font-size: 18px;
    font-weight: 500;
    color: var(--color-white);
    text-transform: uppercase;
}

section.footer-blocks h3 {
    text-decoration: underline;
}

div#block-tara-footeradresse img {
    max-width: 250px;
}

.footer,
.footer-top,
.footer-bottom {
  position: relative;
  width: 100%;
}

.region-footer-top,
.region-footer-bottom {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.region-footer-top p:last-child,
.region-footer-bottom p:last-child {
  margin: 0;
}

.region-footer-top .block:not(:last-child) {
  margin-bottom: 1rem;
}

.footer-blocks {
  position: relative;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.footer-block {
  flex: 1;
}

.footer-block-1 {
    width: 28% !important;
    flex: unset;
}

.footer-block.footer-block-4 {
    width: 28%;
    flex: unset;
}

.footer .block-title {
  position: relative;
  font-size: 1.3rem;
  padding-left: 6px;
  border-left: 2px solid var(--color-primary);
}

.footer .icon-clock.workingtime span {
    width: 75px !important;
    float: left;
    height: 30px;
}


.footer .icon-map:before {
    content: "\e013";
    width: 30px;
    float: left;
    height: 40px;
    margin-top: 4px;
}

.footer .icon-map {
    font-weight: 500;
}

.icon-phone:before {
    content: "\e012";
    width: 30px;
    font-weight: 500;
    float: left;
    margin-top: 3px;
}

.footer .icon-mail:before {
    content: "\e014";
    width: 30px;
    float: left;
    margin-top: 4px;
}

.footer .icon-clock:before {
    content: "\e007";
    width: 30px;
    float: left;
    margin-top: 4px;
    height: 50px;
}

.footer .icon-clock.workingtime {
    margin-top: 30px;
}

.footer .icon-phone {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* footer list style */
.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}

.footer li {
  padding: 4px 0;
  border-bottom: 1px solid #bbb0a1;
}

.footer li:last-child {
  border-bottom: 0;
}

/* Footer -> Footer Bottom Middle */
.footer-bottom-middle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 3px double #bbb0a1;
  padding: 1rem 0;
}

/* Footer -> Footer Bottom last*/
/* Node Content
--------------------------------------*/
/* Page title */
.page-title-wrap {
  position: relative;
  margin: 0;
}

.page-title-wrap h1.page-title {
  margin: 35px 0px 20px 0px;
  font-family: var(--font-text);
  font-size: 32px;
}

/* common for all nodes */
.node,
.node-promoted,
.node-sticky,
.node-unpublished,
.node-view-mode-full {
  position: relative;
}

/* node in teaser view */
.node-view-mode-teaser {
  position: relative;
  background-color: var(--light);
  margin-bottom: 3rem;
  padding: 1rem;
  box-shadow: var(--shadow);
  border-radius: 8px;
}

.node-view-mode-teaser.node-sticky {
  background: var(--color-white);
}

/* node author and submitted details */
.node-header {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--border);
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}

.author-picture img {
  width: auto;
  height: 30px;
  padding-right: 6px;
  margin: 0;
}

.node-submitted-details {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.node-submitted-details i {
  color: var(--color-primary);
}

.node-submitted-details a {
  color: var(--text-color);
}

.node-tags a {
  position: relative;
}

.node-tags a::before {
  content: "#";
  color: var(--color-primary);
}

.node-submitted-details i.fa-calendar,
.node-submitted-details i.fa-th-large {
  margin-left: 14px;
}

/* Node links */
.node-links-container {
  width: 100%;
}

.node-links-container .links.inline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.node-readmore a {
  border-bottom: 2px solid var(--bold-color);
}

ul.inline,
ul.links.inline {
  display: inline;
  padding-left: 0;
}

ul.inline li {
  position: relative;
  display: inline-block;
  padding: 0;
  list-style-type: none;
}

.node-links-container li {
  margin-right: 20px;
  float: left;
}

.node-links-container li.node-readmore {
  margin-left: 0;
  float: right;
}

.node-links-container .comment-comments::before {
  font-family: "tara";
  content: "\e01e";
  padding-right: 4px;
}

.node-links-container .comment-add::before {
  font-family: "tara";
  content: "\e003";
  padding-right: 4px;
}

.node-readmore {
  float: left;
}

li.node-readmore a {
  padding: 6px 12px;
  background: var(--color-primary);
  color: var(--color-white);
  transition: background 0.4s ease;
}

li.node-readmore a:hover {
  background: var(--bold-color);
  color: var(--color-white);
}

.node-view-mode-teaser li.comment-add,
.node-view-mode-teaser li.comment-forbidden {
  text-align: right;
}

/* Block Regions
--------------------------*/
.block-title {
  position: relative;
  line-height: 1.2;
}

/* Breadcrumb
--------------------------*/
#breadcrumb {
  position: relative;
  width: 100%;
  margin: 0;
}

.breadcrumb-items {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

ol.breadcrumb-items {
    margin-top: 30px;
    margin-bottom: 20px;
}

ol.breadcrumb-items li {
  padding: 0;
}

.breadcrumb-item-seperator {
  margin: 0 10px;
}

/* Highlight region */
#highlighted {
  position: relative;
  background: var(--light);
  z-index: 2;
}

.region-highlighted {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.region-highlighted .block {
  margin: 0;
  padding: 10px 0;
}

/* content top and content bottom block region */
#content-top,
#content-bottom {
  width: 100%;
}

.region-content-top,
.region-content-bottom {
  display: flex;
  flex-direction: column;
}


/* Pages
-------------------------------------------- */
/* maintenance page*/
.header-maintenance {
  padding: 1rem 0;
}

.maintenance-main {
  width: 100%;
  text-align: center;
  padding: 2rem 0;
}

.maintenance-icon {
  margin-bottom: 1.5rem;
}

.maintenance-icon svg {
  max-height: 20rem;
}

/* Error page */
.error-page {
  text-align: center;
}

.error-page h1,
.error-page h2,
.error-page h3 {
  font-size: 5rem;
}

/* Search result page */
.search-advanced summary {
  margin: 10px 0;
  cursor: pointer;
}

.search-advanced .form-details-wrapper {
  padding: 0.5rem 1.4rem;
  border: 1px solid var(--border);
}

.search-advanced .form-wrapper {
  padding: 0.5rem 1.4rem;
}

ol.search-results {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--border);
  list-style: none;
  list-style-type: none;
}

ol.search-results li {
  margin: 0 0 16px 0;
  padding: 0 0 12px 0;
  border-bottom: 1px solid var(--border);
}

/* Status message
------------------------*/

.messages__wrapper {
    margin-top: 40px;
}

.messages {
  text-shadow: none;
  padding: 20px;
  width: 100%;
  border-radius: 30px;
  color: var(--color-green);
  border: 2px solid var(--color-green);
  font-weight: 600;
  margin: 20px 0;
}

.message {
    padding: 15px 30px;
    border-radius: 100px;
}

.message em {
  color: var(--color-white);
  font-style: italic;
  border-bottom: 1px dotted var(--color-white);
}

.message p {
  margin: 0;
}

.message a, .message a:visited {
  color: var(--color-white);
  text-decoration: none;
}

.message-status {
  color: var(--color-white);
  background: #89ad32;
}

.message-error {
  color: var(--color-white);
  background: #c94d1c;
}

.message-warning {
  background: #cd5a0a;
}

.status-message-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

/* Form
------------------------*/
form .description {
  font-size: 0.9em;
}

/* Admin Tabs
------------------------*/
.page-tabs {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 40px 0;
  padding: 0;
}

.page-tabs li {
  background-color: var(--border);
  padding: 0;
}

.page-tabs li:last-child {
  border-right: 0;
}

.page-tabs li a {
  font-size: 16px;
  display: block;
  padding: 10px 20px 9px 20px;
  color: var(--bold-color);
  transition: all 0.3sease;
}

.page-tabs .active-page-tab {
  background-color: var(--color-primary);
  text-shadow: none;
}

.page-tabs .active-page-tab a {
  color: var(--color-white);
}

.page-tabs li:hover {
  background: var(--color-secondary);
  text-shadow: none;
}

.page-tabs li:hover a {
  color: var(--color-white);
}

/* Pager
------------------------*/
.pager {
  width: 100%;
  margin-top: 1rem;
}

.pager-items {
  display: flex;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pager-item {
    display: grid;
    place-content: center;
    height: 40px;
    min-width: 40px;
    border-radius: 0px;
    border: 1px solid var(--color-border);
}

.pager-item-control {
  border-color: var(--color-primary);
}

.pager-item a {
  display: grid;
  place-content: center;
  background-color: var(--color-primary);
  color: var(--color-white);
  height: 40px;
  min-width: 40px;
}

/* pager full */
.pager__item:hover {
  border-color: var(--color-primary);
}

.pager__item a {
    background-color: transparent;
    color: var(--bold-color);
    padding: 0 10px;
}

.pager .is-active {
  border-color: var(--color-primary);
}

.pager__item a:hover,
.pager__item.is-active a {
  background-color: var(--color-primary);
  color: var(--color-white);
  border-color: var(--color-white);
}

/* Field Label
-------------------------------------- */
.field:not(:last-child) {
  margin-bottom: 1rem;
}

.field__label {
  font-weight: bold;
}

[dir=ltr] .field--label-inline .field__label, [dir=ltr] .field--label-inline .field__items {
  float: left;
}

[dir=rtl] .field--label-inline .field__label, [dir=rtl] .field--label-inline .field__items {
  float: right;
}

[dir=ltr] .field--label-inline .field__label, [dir=ltr] .field--label-inline > .field__item, [dir=ltr] .field--label-inline .field__items {
  padding-right: 0.5em;
}

[dir=rtl] .field--label-inline .field__label, [dir=rtl] .field--label-inline > .field__item, [dir=rtl] .field--label-inline .field__items {
  padding-left: 0.5em;
}

.field--label-inline .field__label::after {
  content: ":";
}


/* Text align
-------------------------------------------- */
.text_left,
.text-left {
  text-align: left;
}

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

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

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

.center {
  margin: 0 auto;
}

/* button
-------------------------------------------- */
/* column
-------------------------------------------- */
.full {
  position: relative;
  display: flex;
  width: 100%;
  gap: 1.4rem;
  margin: 1rem 0;
  flex-wrap: wrap;
}

.one_half,
.one_three,
.one_four,
.one_four_first,
.one_four_last {
  flex: 1;
}

.full > div {
  flex: 1 0 250px;
}

/* Animation
-------------------------------------------- */
/*slide up */
@keyframes slideUp {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
/*slide Down */
@keyframes slideDown {
  0% {
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
/* Custom components
-------------------------------------------- */
/* welcome message */
.welcome-message {
  text-align: center;
}

/* Scroll To Top
------------------------- */
.scrolltop {
  position: fixed;
  display: none;
  justify-content: center;
  align-items: center;
  right: 10px;
  bottom: 10px;
  width: 48px;
  height: 48px;
  background: var(--bold-color);
  color: var(--color-white);
  border-radius: 6px;
  z-index: 20;
  cursor: pointer;
  transition: background 0.3s ease;
  text-align: center;
}

.scrolltop i {
  font-size: 1.6rem;
  line-height: 1;
}

.scrolltop:hover {
  background: var(--color-primary);
}

/* Responsive view
------------------------- */
.view-in-mobile {
  display: block;
}

.view-in-desktop {
  display: none;
}

/* Inline content
------------------------- */
.inline {
  display: inline-block;
}

.inline:not(:last-child) {
  padding-right: 1rem;
}

/* Content direction
------------------------- */
.rtl {
  direction: rtl;
}

.ltr {
  direction: ltr;
}


/* sections
--------------------------------- */
.section,
.section-small,
.section-large,
.unit {
  display: block;
  width: 100%;
}

.section-small {
  padding: 1rem 0;
}

.section-large,
.unit {
  padding: 3rem 0;
}

/* Responsive Columns
------------------------- */
.flex,
.grid,
.items,
.columns,
.grid-container,
.flex-container {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}

.flex,
.flex-container,
.columns {
  display: flex;
}

.columns {
  flex-wrap: wrap;
}

.grid {
  display: grid;
}

.grid-container {
  display: grid;
  grid-auto-flow: column;
}

.items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(265px, 1fr));
  grid-gap: 1rem;
  gap: 1rem;
}

.item img {
  display: block;
}

/* Create Equal width columns with no gap */
.column {
  flex: 1 1 230px;
  margin: 0;
  padding: 0;
}

/* Flex and grid properties
--------------------------------- */
.space-between {
  justify-content: space-between;
}

.v-center {
  align-items: center;
}

.h-center {
  justify-content: center;
}

.vh-center {
  justify-content: center;
  align-items: center;
}

.gap {
  gap: 1rem;
}

.gap-2x {
  gap: 2rem;
}

.gap-small {
  gap: 0.5rem;
}

.no-gap {
  gap: 0;
}

/* Flex properties */
.flex-row {
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}

.wrap {
  flex-wrap: wrap;
}

.no-wrap {
  flex-wrap: nowrap;
}

/* Box
------------------------- */
.box {
  position: relative;
  background-color: var(--color-white);
  box-shadow: var(--shadow);
  padding: 1rem;
}

.box p:last-of-type {
  margin: 0;
}

/* EU Cookie Compliance module */
div#sliding-popup, div#sliding-popup .eu-cookie-withdraw-banner, .eu-cookie-withdraw-tab {
  background-color: var(--color-white);
  box-shadow: 0 0 6px 2px var(--border);
  left: 0;
}

#sliding-popup {
  padding: 2rem;
  max-width: 600px;
}

#sliding-popup .popup-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.eu-cookie-compliance-content {
  max-width: 100%;
}

.eu-cookie-compliance-message {
  float: none;
  margin: 0;
  max-width: 100%;
}

#sliding-popup div,
#sliding-popup h2 {
  color: var(--bold-color);
}

#sliding-popup h2 {
  font-size: 1.2rem;
}

#sliding-popup p {
  display: block;
  color: var(--text-color);
  font-size: 0.9rem;
}

.eu-cookie-compliance-message button {
  background-color: transparent;
  color: var(--color-primary);
  margin: 0;
  padding: 0;
}

.eu-cookie-compliance-message button:hover {
  background-color: transparent;
  color: var(--bold-color);
}

.eu-cookie-compliance-buttons {
  display: flex;
  gap: 1rem;
  float: none;
  margin: 0;
  max-width: 100%;
}

.eu-cookie-compliance-buttons .button {
  background-color: transparent;
  background-image: none;
  color: var(--color-primary);
  font-weight: 400;
  margin: 0;
  padding: 8px 1rem;
  border: 2px solid var(--bold-color);
  text-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

.eu-cookie-compliance-buttons .button:hover {
  background-color: var(--bold-color);
  color: var(--color-white);
}

/* Clearing
-------------------------------------------- */
.clear {
  clear: both;
  width: 100%;
}

.page-title-wrap::before,
.page-title-wrap::after,
.node-content::before,
.node-content::after {
  content: "";
  display: table;
  clear: both;
}

.node-header::before,
.node-header::after,
.node-taxonomy-container::before,
.node-taxonomy-container::after,
.node-links-container::before,
.node-links-container::after {
  content: "";
  display: table;
  clear: both;
}

#node-comment::before,
#node-comment::after {
  content: "";
  display: table;
  clear: both;
}

.banner-img img {
        width: 100%;
        object-fit: cover;
        object-position: top;
    }
    
@media (max-width: 1921px) {

.container {
    max-width: 1070px;
}

.banner-in-top {
    max-width: 1160px;
}

.banner-title h1 {
    font-size: 36px;
}

.banner-img img {
        width: 100%;
        object-fit: cover;
        object-position: top;
    }

.banner-in-top {
    top: calc(50% - 100px);
}


}

@media (max-width: 1180px) {

.banner-img img {
    max-height: unset !important;
    height: 100%;
    width: auto;
    object-fit: cover;
}

.banner-in-top {
    top: calc(50% - 150px);
}

.banner-img {
    height: 720px;
}

}

@media (max-width: 992px) {

a#superfish-main-toggle > span {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-right: 15px;
    margin-top: -9px;
}

a#superfish-main-toggle span > span {
    width: 30px;
    height: 3px;
    background: var(--color-green);
    display: inline-block;
}

.banner-in-top .banner-title h1 {
    font-size: 34px;
}

h2 {
    font-size: 28px;
}

p.testimonials-text {
    font-size: 22px;
}

.page-node-type-property .flex-layout {
    flex-direction: column;
}

.page-node-type-property .sidebarleft:before {
    display: none;
}

.page-node-type-property .maincontent {
    padding-top: 0px !important;
}

.flex-fields {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}

.flex-fields > div {
    width: calc(33% - 20px);
    word-break: break-word;
    hyphens: auto;
}

.page-node-type-property .sidebarleft {
    width: 100%;
    padding: 40px !important;
    border-radius: 20px;
}

.user-account-menu {
    z-index: 888 !important;
}

div#block-tara-benutzermenuintern a#superfish-usermenuintern-toggle {
    text-align: right;
    position: absolute;
    right: 10px;
    top: -38px;
    width: 195px;
    left: unset;
}

div#block-tara-benutzermenu .sf-accordion-toggle.sf-style-none {
    position: relative ! Important;
}

div#block-tara-hauptnavigation {
    display: none;
}

ul.sf-menu.sf-accordion.sf-expanded {
    width: 100%;
    display: inline-block !important;
    position: absolute!important;
    left: 0 !important;
    top: 75px !important;
    right: 0 !important;
    padding: 20px;
    background: var(--color-black);
}

div#block-tara-benutzermenu ul.sf-menu.sf-accordion.sf-expanded {
	top: auto!Important;
}

.header-right,
.primary-menu-wrapper,
.menu-wrap,
.block-region.region-primary-menu,
div#block-tara-hauptnavigation-2,
div#block-tara-hauptnavigation-2 .block-content
 {
    position: unset !important;
}

.sf-accordion-toggle.sf-style-none {
    position: absolute;
    right: 0;
}

}

@media (max-width: 768px) {

.news-grid .view-content .views-row, .flex-3 > a {
    width: 100%;
}

.pdb60 {
    padding-bottom: 25px;
}

h2 {
    font-size: 25px;
}

.howto {
    padding: 15px 30px;
    line-height: 1em;
    font-size: 18px;
}

form#user-pass, form#user-login-form, form#user-register-form {
    border-radius: 15px;
    padding: 15px;
}

.flag-section {
    flex-direction: column;
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.banner-in-top .banner-title h1 {
    font-size: 25px;
}

.toplinks span {
    font-size: 22px;
}

.toplinks {
    font-size: 16px;
}

.check-list li:before {
    margin-right: 5px;
    margin-left: -18px;
    font-size: 13px;
}

}

@media (max-width: 500px) {

.flex-fields > div {
    width: 100%;
}

  .search-box-content input[type=search] {
    padding: 15px;
  }
  .search-box-content input[type=submit] {
    padding: 10px 20px;
  }
  .align-left,
  img.align-left,
  figure.align-left,
  .align-right,
  img.align-right,
  figure.align-right,
  .align-center,
  img.align-center,
  figure.align-center {
    clear: both;
    margin: 0 auto;
    float: none;
  }
 
  /* Layout -> Sidebar */
  .sidebar,
  #sidebar-left,
  #sidebar-right,
  .two-sidebar #sidebar-left {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  /* Footer */
  .footer-blocks {
    flex-direction: column;
  }
  .footer-block {
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  
  input[type=submit], 
  input[type=button], 
  input[type=reset], 
  button, 
  .button {
    width: 100%;
  }

}

@media only screen and (min-width: 601px) and (max-width: 992px) {
.footer-blocks {
    display: grid;
    grid-template-columns: 50% 50%;
}
}

@media only screen and (min-width: 501px) and (max-width: 767px) {
  /* Layout -> Column */
  .one_four,
  .one_four_first,
  .one_four_last {
    width: 50%;
    padding: 2%;
  }

  /* Footer */
  .footer-block {
    flex: 1 1 50%;
    width: 50%;
    max-width: 50%;
    margin-bottom: 1.6em;
  }
  .footer-block:nth-child(even) {
    padding: 0;
  }
  .footer-block {
    padding-right: 1.6em;
  }
}
@media screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: none;
  }
  .container {
    width: 100%;
    max-width: 767px;
  }
  /* Admin tabs */
  
  .page-tabs {
    display: inline-block;
    width: 100%;
  }	
  
  .page-tabs li {
    border-radius: 100px;
    text-align: center;
    max-width: 300px;
  }

  .page-tabs li a {
    margin-bottom: 4px;
    border-radius: 100px !important;
  }
  /* Layout -> Header -> Header top*/
  .header-container {
    padding: 6px 0;
  }
  .header-top-container {
    flex-direction: column;
  }
  .header-top-left {
    margin-bottom: 6px;
  }
  .header-top-left i,
  ul.social-icons li {
    font-size: 0.8rem;
  }
  .search-icon {
    padding: 10px 0 10px 10px;
  }
  .search-box-content {
    width: 90%;
  }
  /* Slider */
  .owl-item {
    text-align: center;
  }
  /* Breadcrumb */
  #breadcrumb {
    padding: 0px 0;
  }
  .breadcrumb {
    font-size: 0.8rem;
  }
  .breadcrumb-item-seperator {
    margin: 0 6px;
  }
  /* Layout -> Page layout */

  #main {
    order: 1;
  }
  #sidebar-left {
    order: 2;
  }
  #sidebar-right {
    order: 3;
  }
  /* Node Content */
  .page-title-wrap h1.page-title {
    font-size: 1.6rem;
  }
  #node-comment .indented {
    margin-left: 20px;
  }
  /* Layout -> Footer */
  #footer {
    position: relative;
    z-index: 2;
  }
  .footer-bottom-middle {
    flex-direction: column;
  }
  .copyright {
    margin-bottom: 12px;
  }
  .footer-block-1 {
    width: 100% !important;
   }
   .footer-blocks {
    gap: 30px;
    Flex-direction: column;
}

header#header {
    position: absolute;
}

.site-branding img {
    width: auto;
    max-height: 28px;
}

.flex-2 {
    flex-direction: column;
}

.view.view-news .view-content {
    flex-direction: column;
}

.flex-2-col {
    flex-direction: column;
    gap: 20px;
}

.flex-2 > div {
    width: 100%;
}

.paragraph.paragraph--type--headerimg h1 {
    font-size: 28px;
    padding: 11px 0px 7px 0px;
}

body.user-guest.inner-page.path-user.no-sidebar div#block-tara-content {
    width: 100%;
    margin-bottom: 20px;
}

form#user-pass, form#user-login-form, form#user-register-form {
    max-width: 100%;
}

form#user-register-form {
    max-width: 100%;
    border-radius: 30px 30px 0px 0px;
    padding: 20px;
}

body.user-guest.inner-page.path-user.no-sidebar div#block-tara-registrierungsinformationeninvestor,
body.user-guest.inner-page.path-user.no-sidebar div#block-tara-registrierungsinformationeninvestormakler,
body.user-guest.inner-page.path-user.no-sidebar div#block-tara-registrierungsinformationen {
    width: 100%;
    margin-left: 0px;
}

.reg-info {
    border-radius: 0px 0px 30px 30px;
}

.reg-info img {
    border-radius: 0px 0px 30px 30px;
    width: 100%;
}

.reg-info h2 {
    border-radius: 0px 0px 0px 30px;
}

.reg-info ul {
    border-radius: 0px 30px 0px 30px;
}

.footer-block.footer-block-4 {
    width: 100%;
}


}

@media (min-width: 992px) {
.two-sidebar .main-container {
    display: flex;
    gap: 30px;
}

.sidebar-left .main-container {
    display: flex;
    gap: 40px;
}

.sidebar-right .main-container {
    display: flex;
    gap: 40px;
}

#sidebar-left {
  order: 1;
  width: 25%;
}

}

@media (min-width: 993px) {

div#block-tara-hauptnavigation-2 {
    display: none;
}

}


@media (min-width: 768px) {
  html {
    font-size: 18px;
  }
  /* Header main menu */
  .region-primary-menu .menu {
    flex-direction: row;
    gap: 0.5rem;
    padding: 0;
  }
  .region-primary-menu .menu-item-level-1 {
    border: 0;
  }
  .region-primary-menu .menu-item-level-1 a,
  .region-primary-menu .menu-item-level-1 > span {
    display: block;
    color: var(--bold-color);
    padding: 0.5rem;
  }
  .region-primary-menu .menu-item-level-1 a:hover,
  .region-primary-menu .menu-item-level-1 > span:hover {
        background-color: transparent !important;
        color: var(--text-color-grey);
  }
  .menu-item-has-children {
    position: relative;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
  }
  .menu-item-has-children::after {
    position: relative;
    top: 0;
    color: var(--bold-color);
  }
  .region-primary-menu .submenu {
    position: absolute;
    background-color: var(--bold-color);
    top: 100%;
    min-width: 200px;
    padding: 0 0.5rem;
    border-radius: 0 0 8px 8px;
    opacity: 0;
    visibility: hidden;
  }
  .region-primary-menu .submenu li {
    padding: 0;
    border-top: 0;
    border-bottom: 1px solid var(--text-color);
  }
  .region-primary-menu .submenu li:first-child {
    border-top: none;
  }
  .region-primary-menu .submenu a,
  .region-primary-menu .submenu li > span {
    color: var(--color-white);
    padding: 0.5rem 0;
  }
  .menu-item-has-children:hover > .submenu {
    visibility: visible;
    animation: slideUp 0.5s forwards;
  }
  .region-primary-menu .submenu a:hover {
    color: var(--color-primary);
  }
  /* third level menu */
  .region-primary-menu .submenu .submenu {
    left: 100%;
    top: 0;
  }
  .submenu .menu-item-has-children::after {
    color: var(--color-white);
  }
  .mobile-menu,
  .close-mobile-menu {
    display: none;
  }
  .view-in-mobile {
    display: none;
  }
  .view-in-desktop {
    display: block;
  }
  /* shortcodes -> content width */
  .width30 {
    width: 30%;
  }
  .width40 {
    width: 40%;
  }
  .width50 {
    width: 50%;
  }
  .width60 {
    width: 60%;
  }
  .width70 {
    width: 70%;
  }
  .width80 {
    width: 80%;
  }
  .width90 {
    width: 90%;
  }
  
  ul.page-tabs.primary-tab li:last-child {
    border-radius: 0px 100px 100px 0px;
  }

  ul.page-tabs.primary-tab li:first-child {
    border-radius: 100px 0px 0px 100px;
  }
  
}/*# sourceMappingURL=style.css.map */


@media screen and (max-width: 500px) {



}
