
/* ---------------------------------- SYSTEM deutsche-edelmetallservice.de #2d509e */

/*body {display: none;}
body.startseite {display: inherit!important;}*/


.vmm-tablecalc-countdown {text-align: center;}

/* YT Button aus */
a[href*="task=article.edit"] {
  display: none !important;
}

/* Zeige Toolbar auch auf kleinen Bildschirmen */
.tm-toolbar.tm-toolbar-default.uk-visible\@m {
  display: block !important;
}

/* ---------------------------------- HEADER */

.top-infos {margin: 0!important;}
.top-infos a {color: #2D2D2D;}

.tm-headerbar .uk-grid {
    justify-content: flex-start !important;
}

/* Logo links fixieren */
.tm-headerbar .uk-grid > div:first-child {
    margin-right: auto;
}

/* Liste mittig/rechts positionieren */
.claim-oben-rechts {
    margin-left: auto;
    margin-right: 0px; /* Abstand zum Bild */
}

/* Bild ganz rechts */
#module-185 {
    margin-left: auto;
}

/* Optional: alles sauber vertikal */
.tm-headerbar .uk-grid {
    align-items: center;
}


/* ---------------------------------- NAVBAR */

.uk-navbar {
	justify-content: space-around;
}

.uk-navbar-toggle-icon {
	background-color: #2d509e;
	border-radius: 50px;
	padding: 10px;
}
.uk-navbar-toggle-icon svg {
	fill: #FFFFFF;
	width: 20px;
}
.uk-close {
	color: #2d509e!important;
	margin: 20px;
}
.uk-close svg  {
	width: 30px!important;
}

.uk-navbar-dropdown::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 0 10px 10px 10px;
  border-style: solid;
  border-color: transparent transparent #FFFFFF transparent;
}


@media all and (max-width: 868px) {
	.uk-navbar-sticky , .uk-navbar , .uk-navbar-container {
		background-color: #FFFFFF!important;
		padding: 3px 0;
	}
}

/* ---------------------------------- Toolbar mobile */
.tm-header-mobile .uk-icon {
    color: #2d509e;
    border: 1px solid #2d509e;
    border-radius: 30px;
    padding: 8px;
}
@media (max-width: 959px) {
  .tm-toolbar.tm-toolbar-default {
    position: fixed;
    top: 0px!important;
    z-index: 1200;
	width: 100%  
  }
	.uk-sticky {
		top: 26px!important;
	}	
	#module-186 {margin-top: 5px;}
}

/* ---------------------------------- TOP Buttons Sticky (mit JS) */

.sticky-cta-clone {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.sticky-cta-clone.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}







/* ---------------------------------- TOP Buttons volle Breite  */

#module-186 .uk-flex-middle.uk-grid-small.uk-child-width-auto.uk-flex-center.uk-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  gap: 0;
  margin-left: 0;
}

#module-186 .uk-flex-middle.uk-grid-small.uk-child-width-auto.uk-flex-center.uk-grid > .el-item {
  width: 100%;
  margin: 0;
  margin-top: 1px;
}

#module-186 .uk-flex-middle.uk-grid-small.uk-child-width-auto.uk-flex-center.uk-grid > .el-item > .el-content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  white-space: nowrap;
}

@media (max-width: 959px) {
  #module-186 .uk-flex-middle.uk-grid-small.uk-child-width-auto.uk-flex-center.uk-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 639px) {
  #module-186 .uk-flex-middle.uk-grid-small.uk-child-width-auto.uk-flex-center.uk-grid {
    grid-template-columns: 1fr;
  }
	#module-186 .uk-grid-column-small>*, .uk-grid-small>* {
    padding-left: 0px!important;
}
}

/* ---------------------------------- Clone (bottom) Buttons volle Breite  */


.sticky-cta-clone .uk-flex-middle.uk-grid-small.uk-child-width-auto.uk-flex-center.uk-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  gap: 0;
  margin-left: 0;
}

.sticky-cta-clone .uk-flex-middle.uk-grid-small.uk-child-width-auto.uk-flex-center.uk-grid > .el-item {
  width: 100%;
  margin: 0;
}

.sticky-cta-clone .uk-flex-middle.uk-grid-small.uk-child-width-auto.uk-flex-center.uk-grid > .el-item > .el-content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  white-space: nowrap;
}

@media (max-width: 959px) {
  .sticky-cta-clone .uk-flex-middle.uk-grid-small.uk-child-width-auto.uk-flex-center.uk-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 639px) {
  .sticky-cta-clone .uk-flex-middle.uk-grid-small.uk-child-width-auto.uk-flex-center.uk-grid {
    grid-template-columns: 1fr;
  }
}


/* ---------------------------------- Offcanvas gedoens */

.uk-offcanvas-bar .uk-nav {
	font-size: 1.5rem;
}
.uk-offcanvas-bar .uk-nav svg {
	width: 22px!important;
}



/* ---------------------------------- MODULE */

.hoch-hoch-hoch {
	background-color: #F1F1F1!important;
	padding: 10px 20px;
	display: flex;
	justify-self: center;
	font-size: 21px;
}
@media all and (max-width: 645px) {
	.hoch-hoch-hoch {
		display: inherit!important; 
		margin-bottom: -30px!important;
		margin-top: -19px!important;
		padding: 0 0 5px 0!important;
	}
	.hoch-hoch-hoch .el-item {
		display: inline-block!important; 
		font-size: 14px; 
		line-height: 18px!important;
	}
	.hoch-hoch-hoch .el-item svg {
		width: 15px;
	}
}



/* ---------------------------------- CHARTS */

.chart-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}
.chart-wrapper {
  position: relative;
}


/* ---------------------------------- EFFECTS  */

.cool-shine {
  position: relative;
  background: linear-gradient(
    to right,
    #ffffff 10%,
    #dbb268 50%,
    #ffffff 90%
  );
  background-size: 250% auto;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  animation: shine-text 3.5s ease-out forwards;
}

@keyframes shine-text {
  0% {
    background-position: 250% center;
    color: transparent;
  }
  100% {
    background-position: 0% center;
    background: none;
    color: #dbb268;
  }
}

.bbb:not(#cfSidenav .bbb), #cfSidenav .bbb a{
    position: relative;
    border:none;
    overflow: hidden;
}
.bbb:not(#cfSidenav .bbb)::before, #cfSidenav .bbb a::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: -100px;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 4s ease-in-out infinite;
}
.bbbd:not(#cfSidenav .bbbd)::before, #cfSidenav .bbbd a::before {
    animation-delay: 1s;
}

@-webkit-keyframes shiny-btn1 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    50% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    51% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}


/* --------------- CTA und Sprechblase -----------*/

/*#module-168 {height: 0px;}*/

.btnrow {
  position: relative;
  
}

/* mobile Button-Zeile bottom */
.btnrow > .uk-grid {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 7px;
  margin: 0 !important;
}
.btnrow > .uk-grid > .el-item {
  flex: 1 1 auto !important;  
  min-width: 0;
}
.btnrow > .uk-grid > .el-item > a.uk-button {
  width: 100%;
  white-space: nowrap;
}

.sprechblase {
  position: absolute;
  bottom: 57px;
  left: 0;
  background: #22b6d0;
  color: #fff;
  padding: 3px 10px;
  border-radius: 20px;
  font-weight: bold;
  font-size: 11px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 0.5s ease;
}

.sprechblase .close-btn {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 20px;
  height: 20px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000;
}

.sprechblase.closed {
  transform: translateX(calc(-100% + 10px));
}


.sidenavigation {
	background: rgba(255, 255, 255, 0.2);
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	padding: 20px 25px!important;
	border-top-left-radius: 15px;
	}

a.cf-sidenav-item {
	background-color: #2d509e!important;
	color: #FFF!important;
	padding: 15px 20px!important;
	border-radius: 5px;
	min-width: 177px;
} .cf-sidenav-item.uk-icon {display: none!important;}

/* Trust Elemente*/

.trust-list-centered .el-item .uk-grid {
  display: inline-flex !important;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.trust-list-centered .el-item {
  display: block;
  text-align: center;
}

.claim-oben-rechts {
	font-size: 18px;
}
.claim-oben-rechts .eins {margin-left: -200px;}
.claim-oben-rechts .zwei {margin-left: -160px;}
.claim-oben-rechts .drei {margin-left: -120px;}
.claim-oben-rechts .vier {margin-left: -100px;}
.claim-oben-rechts .fuenf {margin-left: -60px;}
.claim-oben-rechts .sechs {margin-left: -20px;}

/* =========================================
   RS FORM – Versandtasche Styling
========================================= */

.versandtasche {
    background-color: #ffffff;
    margin-bottom: 20px;
    font-weight: normal !important;
}

.rsform.versandtasche {
    border: 5px dashed #d9b26e;
    padding: 10px;
}


/* -----------------------------------------
   Typography
----------------------------------------- */

.versandtasche h3 {
    color: #2d509e !important;
    font-size: 24px !important;
    font-weight: bold; text-align: center;
}

.versandtasche p,
.versandtasche label {
    color: #7c7c79;
    font-size: 16px !important;
}

.versandtasche a {
    color: #7c7c79;
    font-weight: bold;
}


/* -----------------------------------------
   Form Elements
----------------------------------------- */

.rsform-input-box.uk-input {
    height: 50px;
    border: 1px solid #ccc !important;
}

.rsform-checkbox.uk-checkbox,
.rsform-radio.uk-radio { 
    border: 1px solid #7c7c79 !important;
}


/* -----------------------------------------
   Layout Adjustments
----------------------------------------- */

.uk-margin.rsform-block {
    margin: 10px !important;
}

.uk-form-label,
.formControlLabel {
    display: none !important;
}

.uk-form-horizontal .uk-form-controls {
    margin-left: 0;
}


/* -----------------------------------------
   Submit Button
----------------------------------------- */

.rsform-submit-button {
    display: block;
    width: 100% !important;
    margin: auto;
    padding: 0;

    font-family: "Open Sans";
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;

    color: #FFF;
    background-color: #2d509e;
    border: 2px solid #2d509e;
    border-radius: 4px;
}

.uk-button-primary:hover {
    background-color: #CCCCCC !important;
}

.tm-headerbar-top > .uk-container > .uk-grid > div:has(#module-184) {
    flex-basis: 50%;
    max-width: 50%;
	margin-top: 10px;	
	font-size: 20px!important;
	} 
.kontakt-unter-logo .el-item {
	margin-right: 20px;
}


.trust-stoerer {
    padding: 20px;
    border: 5px dashed #CCC;
}

@media all and (max-width: 568px) {
	.no-mobile , .button-begleitschreiben {display: none!important;}
	.mobile-centered {text-align: center;}
	.tm-toolbar {font-size: 11px!important;}
}
@media all and (min-width: 868px) {
	.no-desktop {display: none!important;}
}


