
/* ---------------------------------- SYSTEM goldankauf-gold.de #19a0a8 */

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


@media all and (max-width: 568px) {
	.no-mobile {display: none!important;}
	.mobile-centered {text-align: center;}
}
@media all and (min-width: 868px) {
	.no-desktop {display: none!important;}
}


/* 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 UND NAVBAR */

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

.tm-headerbar .uk-grid {
	justify-content: space-between!important;
}

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

.uk-navbar-toggle-icon {
	background-color: #19a0a8;
	border-radius: 50px;
	padding: 10px;
}
.uk-navbar-toggle-icon svg {
	fill: #FFFFFF;
	width: 20px;
}
.uk-close {
	color: #19a0a8!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 #c7aa61 transparent;
}*/

.uk-navbar-dropdown {
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
}



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

.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: #19a0a8!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: -100px;}
.claim-oben-rechts .zwei {margin-left: -60px;}
.claim-oben-rechts .drei {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: #1ca0a7 !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: #1ca0a7;
    border: 2px solid #1ca0a7;
    border-radius: 4px;
}

.uk-button-primary:hover {
    background-color: #f1f1f1 !important;
    color: #1ca0a7;
}





/* -----------------------------------------
   Temp
----------------------------------------- */
.ankauf-rates-v2__header , .ankauf-rates-v2.mod-vmm-ankaufsrechner--goldankaufgold .ankauf-rates-v2__header {
	background-color: #19a0a8!important;
    background:	linear-gradient(180deg, #1ca0a7 100%, #1ca0a7 100%);
}
.ankauf-rates-v2__countdown-label , .ankauf-rates-v2__countdown-timer {
	color: #FFFFFF!important;
	font-size: 12px;
}
p.ankauf-rates-v2__source , p.ankauf-rates-v2__countdown {
	padding: 0px!important; margin: 0!important;
}

.mod-vmm-ankaufsrechner--tablecalc .ankaufsrechner-footer-disclaimer {
    margin: 0.5rem 0 0;
    font-size: inherit!important;
	color: inherit!important;
}

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




