/*
Theme Name: TGA Contentbase
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/* Schriftart Rajdhani */
@font-face {
	font-family: 'Rajdhani';
	src: url(/wp-content/themes/tga-contentbase/fonts/Rajdhani-Light.ttf) format('truetype');
	font-weight: 300;
	font-style: normal;
	src: local(''),
		url('/wp-content/themes/tga-contentbase/fonts/Rajdhani-Light.woff') format('woff');
}
@font-face {
	font-family: 'Rajdhani';
	src: url(/wp-content/themes/tga-contentbase/fonts/Rajdhani-Regular.ttf) format('truetype');
	font-weight: 400;
	font-style: normal;
	src: local(''),
		url('/wp-content/themes/tga-contentbase/fonts/Rajdhani-Regular.woff') format('woff');
}
@font-face {
	font-family: 'Rajdhani';
	src: url(/wp-content/themes/tga-contentbase/fonts/Rajdhani-Medium.ttf) format('truetype');
	font-weight: 500;
	font-style: normal;
	src: local(''),
		url('/wp-content/themes/tga-contentbase/fonts/Rajdhani-Medium.woff') format('woff');
}
@font-face {
	font-family: 'Rajdhani';
	src: url(/wp-content/themes/tga-contentbase/fonts/Rajdhani-SemiBold.ttf) format('truetype');
	font-weight: 600;
	font-style: normal;
	src: local(''),
		url('/wp-content/themes/tga-contentbase/fonts/Rajdhani-SemiBold.woff') format('woff');	
}
@font-face {
	font-family: 'Rajdhani';
	src: url(/wp-content/themes/tga-contentbase/fonts/Rajdhani-Bold.ttf) format('truetype');
	font-weight: 700;
	font-style: normal;
	src: local(''),
		url('/wp-content/themes/tga-contentbase/fonts/Rajdhani-Bold.woff') format('woff');	
}

/* Nunito Regular */
@font-face {
	font-family: 'Nunito';
	src: url(/wp-content/themes/tga-contentbase/fonts/Nunito-Regular.ttf) format('truetype');
	font-weight: 400;
	font-style: normal;
	src: local(''),
		url('/wp-content/themes/tga-contentbase/fonts/Nunito-Regular.woff') format('woff');
}
@font-face {
	font-family: 'Nunito';
	src: url(/wp-content/themes/tga-contentbase/fonts/Nunito-Italic.ttf) format('truetype');
	font-weight: 400;
	font-style: italic;
	src: local(''),
		url('/wp-content/themes/tga-contentbase/fonts/Nunito-Italic.woff') format('woff');
}

/* Nunito Medium */
@font-face {
	font-family: 'Nunito';
	src: url(/wp-content/themes/tga-contentbase/fonts/Nunito-Medium.ttf) format('truetype');
	font-weight: 500;
	font-style: normal;
	src: local(''),
		url('/wp-content/themes/tga-contentbase/fonts/Nunito-Medium.woff') format('woff');
}
@font-face {
	font-family: 'Nunito';
	src: url(/wp-content/themes/tga-contentbase/fonts/Nunito-MediumItalic.ttf) format('truetype');
	font-weight: 500;
	font-style: italic;
	src: local(''),
		url('/wp-content/themes/tga-contentbase/fonts/Nunito-MediumItalic.woff') format('woff');
}

/* Nunito SemiBold */
@font-face {
	font-family: 'Nunito';
	src: url(/wp-content/themes/tga-contentbase/fonts/Nunito-SemiBold.ttf) format('truetype');
	font-weight: 600;
	font-style: normal;
	src: local(''),
		url('/wp-content/themes/tga-contentbase/fonts/Nunito-SemiBold.woff') format('woff');	
}
@font-face {
	font-family: 'Nunito';
	src: url(/wp-content/themes/tga-contentbase/fonts/Nunito-SemiBoldItalic.ttf) format('truetype');
	font-weight: 600;
	font-style: italic;
	src: local(''),
		url('/wp-content/themes/tga-contentbase/fonts/Nunito-SemiBoldItalic.woff') format('woff');	
}

/* Nunito Bold */
@font-face {
	font-family: 'Nunito';
	src: url(/wp-content/themes/tga-contentbase/fonts/Nunito-Bold.ttf) format('truetype');
	font-weight: 700;
	font-style: normal;
	src: local(''),
		url('/wp-content/themes/tga-contentbase/fonts/Nunito-Bold.woff') format('woff');	
}
@font-face {
	font-family: 'Nunito';
	src: url(/wp-content/themes/tga-contentbase/fonts/Nunito-BoldItalic.ttf) format('truetype');
	font-weight: 700;
	font-style: italic;
	src: local(''),
		url('/wp-content/themes/tga-contentbase/fonts/Nunito-BoldItalic.woff') format('woff');	
}

h1, h2, h3, h4, h5, h6, p{color:#000;}



@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
}


/****** hide bundled products in cart and productview, only display bundle ******/
form.cart.bundle_form div.bundled_product{
	display:none;
}
form.woocommerce-cart-form tr.cart_item.bundled_table_item{
	display:none;
}
form.checkout.woocommerce-checkout tr.cart_item.bundled_table_item{
	display:none;
}
section.woocommerce-order-details tr.order_item.bundled_table_item{
	display:none;
}


/****** hide eu vat optional ******/
#vat_number_field span.optional{
	display:none;
}


/* Hinweis für ePaper Kundenkonto */
.download-alert {
	padding: 10px;
	margin: 0px 0px 40px 0px;
	border: 1px solid #b20000;
	color: #b20000;
}


/* Anzeige Icons für Varianten Anstatt Dropdown */
.custom-variation-swatches {
  display: flex;
  gap: 16px;
}

.custom-swatch-wrapper {
  text-align: center;
  display: inline-block;
  padding: 8px;
  border: 2px solid transparent;
  border-radius: 8px;
  transition: all 0.2s ease;
  cursor: pointer;
}

.custom-swatch-wrapper.selected {
  border-color: #007cba; /* WooCommerce Blau */
  background-color: #f0f8ff; /* leichter Hintergrund */
}

.custom-variation-swatches img.custom-swatch {
  cursor: pointer;
  border: 2px solid transparent;
  margin-bottom: 4px;
  width: 80px;
  height: auto;
  border-radius: 6px;
  transition: all 0.2s ease;
}

.custom-variation-swatches .swatch-label {
  display: block;
  font-size: 16px;
  margin-top: 2px;
  color: #333;
}

select.hidden-attribute-select {
  display: none !important;
}

/****** Custom Header Logo for SHK-Karten Seite DE ******/
.page-id-9890 .header-logo {
  content: url("https://www.tga-contentbase.com/wp-content/uploads/2025/11/Logo_shk_karten_2026_V02_RGB-small.png");
}
.page-id-9890 .header-logo-dark {
  content: url("https://www.tga-contentbase.com/wp-content/uploads/2025/11/Logo_shk_karten_2026_V02_RGB-small.png");
}
.tax-product_cat.term-shk-karten .header-logo {
  content: url("https://www.tga-contentbase.com/wp-content/uploads/2025/11/Logo_shk_karten_2026_V02_RGB-small.png");
}
.tax-product_cat.term-shk-karten .header-logo-dark {
  content: url("https://www.tga-contentbase.com/wp-content/uploads/2025/11/Logo_shk_karten_2026_V02_RGB-small.png");
}


/****** Custom Header Logo for SHK-Karten Seite EN ******/
.tax-product_cat.term-shk-maps .header-logo {
  content: url("https://www.tga-contentbase.com/wp-content/uploads/2025/11/Logo_shk_karten_2026_V02_RGB-small.png");
}
.tax-product_cat.term-shk-maps .header-logo-dark {
  content: url("https://www.tga-contentbase.com/wp-content/uploads/2025/11/Logo_shk_karten_2026_V02_RGB-small.png");
}
.page-id-10114 .header-logo {
  content: url("https://www.tga-contentbase.com/wp-content/uploads/2025/11/Logo_shk_karten_2026_V02_RGB-small.png");
}
.page-id-10114 .header-logo-dark {
  content: url("https://www.tga-contentbase.com/wp-content/uploads/2025/11/Logo_shk_karten_2026_V02_RGB-small.png");
}

/****** Custom Header Logo for SHK-Karten Produkte DE ******/
.postid-10051 .header-logo {
  content: url("https://www.tga-contentbase.com/wp-content/uploads/2025/11/Logo_shk_karten_2026_V02_RGB-small.png");
}
.postid-10051 .header-logo-dark {
  content: url("https://www.tga-contentbase.com/wp-content/uploads/2025/11/Logo_shk_karten_2026_V02_RGB-small.png");
}
.postid-9757 .header-logo {
  content: url("https://www.tga-contentbase.com/wp-content/uploads/2025/11/Logo_shk_karten_2026_V02_RGB-small.png");
}
.postid-9757 .header-logo-dark {
  content: url("https://www.tga-contentbase.com/wp-content/uploads/2025/11/Logo_shk_karten_2026_V02_RGB-small.png");
}
.postid-9755 .header-logo {
  content: url("https://www.tga-contentbase.com/wp-content/uploads/2025/11/Logo_shk_karten_2026_V02_RGB-small.png");
}
.postid-9755 .header-logo-dark {
  content: url("https://www.tga-contentbase.com/wp-content/uploads/2025/11/Logo_shk_karten_2026_V02_RGB-small.png");
}
.postid-9753 .header-logo {
  content: url("https://www.tga-contentbase.com/wp-content/uploads/2025/11/Logo_shk_karten_2026_V02_RGB-small.png");
}
.postid-9753 .header-logo-dark {
  content: url("https://www.tga-contentbase.com/wp-content/uploads/2025/11/Logo_shk_karten_2026_V02_RGB-small.png");
}
.postid-998 .header-logo {
  content: url("https://www.tga-contentbase.com/wp-content/uploads/2025/11/Logo_shk_karten_2026_V02_RGB-small.png");
}
.postid-998 .header-logo-dark {
  content: url("https://www.tga-contentbase.com/wp-content/uploads/2025/11/Logo_shk_karten_2026_V02_RGB-small.png");
}
.postid-996 .header-logo {
  content: url("https://www.tga-contentbase.com/wp-content/uploads/2025/11/Logo_shk_karten_2026_V02_RGB-small.png");
}
.postid-996 .header-logo-dark {
  content: url("https://www.tga-contentbase.com/wp-content/uploads/2025/11/Logo_shk_karten_2026_V02_RGB-small.png");
}
.postid-994 .header-logo {
  content: url("https://www.tga-contentbase.com/wp-content/uploads/2025/11/Logo_shk_karten_2026_V02_RGB-small.png");
}
.postid-994 .header-logo-dark {
  content: url("https://www.tga-contentbase.com/wp-content/uploads/2025/11/Logo_shk_karten_2026_V02_RGB-small.png");
}
.postid-992 .header-logo {
  content: url("https://www.tga-contentbase.com/wp-content/uploads/2025/11/Logo_shk_karten_2026_V02_RGB-small.png");
}
.postid-992 .header-logo-dark {
  content: url("https://www.tga-contentbase.com/wp-content/uploads/2025/11/Logo_shk_karten_2026_V02_RGB-small.png");
}
.postid-989 .header-logo {
  content: url("https://www.tga-contentbase.com/wp-content/uploads/2025/11/Logo_shk_karten_2026_V02_RGB-small.png");
}
.postid-989 .header-logo-dark {
  content: url("https://www.tga-contentbase.com/wp-content/uploads/2025/11/Logo_shk_karten_2026_V02_RGB-small.png");
}


/****** Custom Header Logo for SHK-Karten Produkte EN ******/
.postid-10133 .header-logo {
  content: url("https://www.tga-contentbase.com/wp-content/uploads/2025/11/Logo_shk_karten_2026_V02_RGB-small.png");
}
.postid-10159 .header-logo {
  content: url("https://www.tga-contentbase.com/wp-content/uploads/2025/11/Logo_shk_karten_2026_V02_RGB-small.png");
}
.postid-10166 .header-logo {
  content: url("https://www.tga-contentbase.com/wp-content/uploads/2025/11/Logo_shk_karten_2026_V02_RGB-small.png");
}
.postid-10211 .header-logo {
  content: url("https://www.tga-contentbase.com/wp-content/uploads/2025/11/Logo_shk_karten_2026_V02_RGB-small.png");
}
.postid-10179 .header-logo {
  content: url("https://www.tga-contentbase.com/wp-content/uploads/2025/11/Logo_shk_karten_2026_V02_RGB-small.png");
}
.postid-10186 .header-logo {
  content: url("https://www.tga-contentbase.com/wp-content/uploads/2025/11/Logo_shk_karten_2026_V02_RGB-small.png");
}
.postid-10190 .header-logo {
  content: url("https://www.tga-contentbase.com/wp-content/uploads/2025/11/Logo_shk_karten_2026_V02_RGB-small.png");
}
.postid-10203 .header-logo {
  content: url("https://www.tga-contentbase.com/wp-content/uploads/2025/11/Logo_shk_karten_2026_V02_RGB-small.png");
}
.postid-10200 .header-logo {
  content: url("https://www.tga-contentbase.com/wp-content/uploads/2025/11/Logo_shk_karten_2026_V02_RGB-small.png");
}