/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

/* nunito-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/nunito-sans-v15-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/nunito-sans-v15-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* ubuntu-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/ubuntu-v20-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ubuntu-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/ubuntu-v20-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ubuntu-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/ubuntu-v20-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* Top Bar */

.top-menu.top-menu-padding .menu-bloginfo {
	padding-top: 10px;
	padding-bottom: 10px;
}

.menu-bloginfo-inner {
white-space: normal;
text-align: center;
}

/* Main Menu Padding */

.col-lg-0 {
	padding: 10px 36px 10px 36px;
}

@media (max-width: 959px) {
	.menu-container .logo-container {
		position: relative;
		padding: 10px 36px 10px 36px !important;
	}
}

@media (min-width: 960px) {
	.logo-container.shrinked {
		padding: 10px 18px 10px 18px;
	}
}

/* Mega Menu */

.mega-menu ul.mega-menu-inner li.dropdown > a {
color: #127BCA !important;
}

.border-red img {
border:7px solid #D31A25;
}

.border-yellow img {
border:7px solid #FFFD00;
}

.border-white img {
	border:7px solid #fff;
}

.btn-black-font {
	color:#000 !important;
}

/* Mega Menu JeckDesk Logo vor Mitglieder-Portal */
/*.menu-btn-cell .menu-btn-container::before {
    content: url('/wp-content/uploads/2025/07/jeckdesk-icon-w.svg');
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5em;
}*/

/* BDK Divider */

.bdk-divider .bdk-divider-column {
  height: 6px;
  background: linear-gradient(
    to right,
    #ED1C24 0% 25%,
    #FBC707 25% 50%,
    #19AD48 50% 75%,
    #127BCA 75% 100%
  );
}

/* Alphabetische Listen */

.alphabet-list ol {
  list-style: none;
  counter-reset: list;
}

.alphabet-list ol li {
  counter-increment: list;
  position: relative;
  padding-left: 1.5em;
}

.alphabet-list ol li::before {
  content: counter(list, lower-alpha) ") ";
  position: absolute;
  left: 0;
}

.countdown {
color:#000 !important;
}

.countdown span small {
font-size:16px !important;
}

.style-light .btn-color-824361.btn-text-skin:not(.btn-outline):hover {
	color:#fff !important;
}

footer .footer-center {
	padding-top: 28px;
	padding-bottom: 28px;
}

.text-lead, .text-lead:not(ul):not(ol) > *, .text-lead > *:not(ul):not(ol):not(li) {
	margin: 24px 0px 0px 0px;
}

.menu-light .menu-smart a:hover, 
.menu-light .menu-smart a:focus {
color: #127BCA;
}

body:not(.menu-force-opacity):not(.navbar-hover) .style-light-override:not(.is_stuck:not(.menu-desktop-transparent)):not(.is_mobile_open) .menu-horizontal-inner > .nav > .menu-smart > li > a:hover,
html.overlay-open body:not(.menu-force-opacity):not(.navbar-hover) .style-light-override .menu-horizontal-inner > .nav > .menu-smart > li > a:hover, 
body:not(.menu-force-opacity):not(.navbar-hover) .style-light-override:not(.is_stuck:not(.menu-desktop-transparent)):not(.is_mobile_open) .menu-horizontal-inner > .nav > .menu-smart > li > a:focus, 
html.overlay-open body:not(.menu-force-opacity):not(.navbar-hover) .style-light-override .menu-horizontal-inner > .nav > .menu-smart > li > a:focus {
color: #127BCA !important;
}

/* International Divider Mega Menü */

.menu-divider::before {
content: "";
  display: block;
  height: 1px;
  background-color: #ccc;
  margin: 5px 0px;
}