/**
 * =============================================================================
 * Anpassungen in diese Datei
 * ==========================================================================
 */

.ios .jarallax {
    background-size: cover;
    background-attachment: scroll;
}
@media (prefers-reduced-motion: no-preference) {
  @view-transition {
    navigation: auto;
  }
}

.productlogo #logo {
    width: 48px;
    height: 38px;
    background-image: url(/files/theme/img/logos/logo-canvas-klein-weiss.png);
}

.mainmenu ul li span.new {
    font-size: 0.9em;
    font-weight: bold;
    margin-left: 5px;
    background: red;
    color: #fff;
    border-radius: 2px;
    padding-left: 4px;
    padding-right: 4px;
    float: right;
}

.submenulr ul li span.new,
.customNavi-lr span.new {
    display: none;
}

.navititle {
    display: block;
    font-weight: normal;
    font-size: 12px;
}
.home #logo {
    width: 189px;
    height: 29px;
    background-image: url(/files/theme/img/logos/logo_erdeninvest_neg.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}



/* fuer alle Geraete-Klassen */

/* Bundle Metalle */
.productwrapper {
	padding: 30px 20px;
	background-color: #f0f0f0;
	margin-top: 20px;
	margin-bottom: 20px;
}
.productwrapper .widget.widget-divider.col-12 {
    margin: 10px 0px;
}
.productwrapper .row.area-wrapper {
    margin-bottom: 20px;
    line-height: 2.5rem;
    border: 1px solid #a6a6a6;
    padding: 10px 20px;
    background-color: #fff;
    margin-top: 10px;
}
label[class*="col-"], input[class*="col-"] {
  font-size: 0.9em;
}
.bereich {
    padding: 15px;
    background-color: #eee2dc;
}
.bereich ul li {
    list-style-type: square;
    list-style-position: inside;
}
.bereich .widget.widget-text.area.matrix-trigger.number-field::after {
    content: 'Prozentualer Anteil Ihrer Investitionssumme';
    font-weight: 600;
}
.granulat .block {
    margin-bottom: 20px;
}
.granulat .block span.date {
    padding-right: 5px;
}
.granulat .block span.date::before {
    padding-right: 5px;
	content: 'Aktueller Kurs (Kauf & Tausch):';
	font-weight: 600;
}
.granulat .block span.date::after {
    padding-left: 5px;
	content: 'Uhr';
}
.granulat .block span.price::before {
    padding-right: 5px;
	content: '|';
}
.granulat .block span.price::after {
    padding-left: 5px;
	content: 'EUR/Unze';
}

.ce_ctstabs ul.nav li a .content {
    padding: 14px 16px;
    background-color: #614134;
    color: #fff;
    border-left: 1px solid #614134;
    border-top: 1px solid #614134;
    margin-right: 1px;
}
.ce_ctstabs ul.nav li:last-child a .content {
    margin-right: 0;
    border-right: 1px solid #614134;
}
.ce_ctstabs ul.nav li a:hover .content {
    padding: 14px 16px;
    background-color: rgba(97, 65, 52, 0.1);
    color: #614134;
}
.ce_ctstabs ul.nav li.active .content {
    padding: 14px 16px;
    background-color: #fff;
    color: #614134;
    border-left: 1px solid #614134;
    border-right: 1px solid #614134;
}
.ce_ctstabsletwrapperstart {
    display: block;
    width: calc(100% - 1px);
    padding: 26px;
    overflow: hidden;
    border-left: 1px solid #614134;
    border-right: 1px solid #614134;
    border-bottom: 1px solid #614134;
    border-top: 0px solid #614134;
    text-align: left;
    background-color: #fff;
}
.ce_ctstabs ul.nav {
    margin-bottom: -6px;
}
.ce_table table th {
    border-top: 1px solid #e3e3e3;
    background-color: #fff;
    text-align: left;
}
table td {
    padding: .9em;
    border-top: 1px solid #e3e3e3;
    font-size: 1em;
    white-space: normal;
}

/* Bestellformular */
.anfrage button[type="submit"], input[type="submit"] {
    min-width: 30%;
    display: inline;
    width: auto;
}
.row.col-md-12.element-row {
    border-bottom: 1px solid lightgrey;
    padding-top: 10px;
}
/* ===== .bereich Grid-Layout ===== */

.row.col-md-12:has(> .bereich) {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 20px !important;
  float: none !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.row.col-md-12:has(> .bereich) > * {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}

.row.col-md-12:has(> .bereich) > .area-message {
  grid-column: 1 / -1;
}

.bereich {
  padding: 15px;
  background-color: rgb(238, 226, 220);
  box-sizing: border-box;
}
.bereich ul {
    min-height: 150px;
}
.bereiche-grid {
    margin-bottom: 20px;
}
.row.col-md-12:has(> .bereich)::before,
.row.col-md-12:has(> .bereich)::after {
  display: none !important;
}
.row.col-md-12.invest-message {
    padding-left: 0px !important;
}
.bereiche-grid .col-md-3 {
  padding-left: 0px;
}
.bereiche-grid .bereich {
  padding-left: 15px;
}
/* Handelsraum */
.ce_deal {
    margin-bottom: 30px;
}
.ce_deal a {
    display: none;
}
/* Tablet Hochformat: 2 nebeneinander */
@media (max-width: 1023px) and (min-width: 768px) {
  .row.col-md-12:has(> .bereich) {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

/* Smartphone: volle Breite */
@media (max-width: 767px) {
  .row.col-md-12:has(> .bereich) {
    grid-template-columns: 1fr !important;
  }
}
/* Ende Bestellformular */
.myClass p {
    color: #ff0000;
}
hr {
    border: none;
    border-top: 1px solid #ccc;
    margin: 1rem 0;
}
.ce_form_builder .ce_table a, .ce_form_builder .new a, .ce_form_builder .back a {
    font-weight: 700;
    font-size: 0.9em;
    padding: 0.25rem 0.65rem;
    border-radius: 3px;
    background: #faf3e7;
    color: #555555;
    border: 1px solid rgba(184, 147, 58, 0.3);
    white-space: nowrap;
    flex-shrink: 0;
    text-decoration: unset;
    line-height: 2em;
}
.ce_form_builder .ce_table table td:last-of-type {
    text-align: right;
}
.ce_form_builder table td:last-child {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ce_form_builder .ce_table a {
    text-align: center;
    font-size: 0.9em;
}
.ce_form_builder table td {
    font-size: 0.9em;
}
.home .nav--slide_in .mainmenu ul a.active, .home .nav--slide_in .mainmenu ul a.trail, .home .nav--slide_in .mainmenu ul li>a:hover, .home .nav--slide_in .mainmenu ul li strong {
    color: #fff;
}
/* Anfang Topbar */
.mod_customnav li.calendly a.calendly::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900; /* Solid – notwendig für Free-Icons */
  content: "\f274";
  margin-right: 0.4em;
}
.top .mod_customnav ul li {
    margin-left: 15px;
}
/* Ende Topbar */

div#proSealWidget {
    margin-left: auto;
    margin-right: auto;
}

.figure.effectlily .figcaption>div.link {
    height: 100%;
    margin-top: 0;
}

.figure.effectlily .figcaption>div.link a {
    font-size: 0;
}
/* Headerimages*/
@media only screen and (min-width: 1025px) {
    .font-size-xxl, .font-size-xxl p {
        font-size: 3rem;
    }
}
.ctsheaderimagev2 .contentwrapper .headline.texthl span {
    font-size: unset;
    font-weight: 600;
}
.headerimage .link a {
    display: inline-block;
    margin: 40px 4px 0;
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    color: #fff;
    font-size: 1em;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 300;
    border: 2px solid #fff;
}
.hyperlink_extended.variant3 a:hover {
    background-color: #614134;
    border: 2px solid #614134;
    color: #fff;
    opacity: unset !important;
}
/* Handorgel */
.handorgel__header__button {
    padding: 18px 24px 18px 24px;
}
h4.handorgel__header {
    font-size: 1.1em
    font-family: 'Fira Sans Condensed' ,sans-serif;
    font-weight: 400;
    line-height: 1.3;
}
.content-accordion {
    border-bottom: 0px solid #eee;
}
.handorgel__content {
    border-top: 0px;
    border-left: 1px solid lightgrey;
    border-right: 1px solid lightgrey;
    background-color: #f9f8f2;
}
.date-accordion .handorgel__header__button {
    padding: 18px 24px 12px 24px;
}
.handorgel__header__button:after {
    transition: opacity ease-in-out .2s;
    position: absolute;
    top: 1rem;
    right: 1.5rem;
    z-index: 5;
    width: 2rem;
    height: 2rem;
    background: rgba(0, 0, 0, 0) url(/files/theme/icons/plus-circle.svg) center center no-repeat;
    content: "";
}
.handorgel__header--open .handorgel__header__button::after {
    transition: opacity ease-in-out .2s;
    position: absolute;
    top: 1rem;
    right: 1.5rem;
    z-index: 5;
    width: 2rem;
    height: 2rem;
    background: rgba(0, 0, 0, 0) url(/files/theme/icons/minus-circle.svg) center center no-repeat;
    content: "";
}
.handorgel__header {
    border-bottom: 0px solid lightgrey;
    border-top: 1px solid lightgrey;
    border-left: 1px solid lightgrey;
    border-right: 1px solid lightgrey;
}
.handorgel__header:first-of-type {
    border-bottom: 0px solid lightgrey;
}
.handorgel__header:last-of-type {
    border-bottom: 1px solid lightgrey;
    border-top: 1px solid lightgrey;
}
.handorgel__content--opened:last-of-type .handorgel__content__inner:last-of-type {
    border-bottom: 1px solid lightgrey;
}
.handorgel__header .handorgel__header--opened:last-of-type {
    border-bottom: 0px;
}
h2.handorgel__header {
    font-size: 1.1em;
}
.ui-accordion-header:hover, .ui-accordion-header:focus {
    color: #f57a00;
}
.ui-accordion-header {
    font-size: 1.25rem;
    line-height: 1.5;
    position: relative;
    transition: color ease-in-out .2s;
    padding: 1.5rem calc(2rem + 2rem + 1.5rem) 1.5rem 1.5rem;
    background: #fff;
    font-weight: 600;
}

/* fuer tablets und groessere Displays*/
@media only screen and (min-width:768px) {

    .myClass p {
        color: #00ff99;
    }

    header .bxsmall .bx-viewport {
        border: 10px solid #e5e8ee;
    }
    #main>.inside {
        padding: 0px 40px 0px 30px;
    }

}


/* fuer tablets und groessere Displays*/
@media only screen and (min-width:992px) {

    .myClass p {
        color: #f300ff;
    }

}

/* fuer desktop */
@media only screen and (min-width:1025px) {

    .myClass p {
        color: #0800ff;
    }


}


/* fuer Smartphones */
@media only screen and (max-width:767px) {
    .ce_form_builder table th:nth-child(3),
    .ce_form_builder table td:nth-child(3) {
    display: none;
  }
  .ce_form_builder table td:last-child {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ce_form_builder .ce_table a {
    text-align: center;
}
}