/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */















/*---------------------------------------
 * colors + icons
 *--------------------------------------*/

/*

	--global-palette1: #001F5C  var(--global-palette1)
    --global-palette2: #A5C500  var(--global-palette2)
    --global-palette3: #333333  var(--global-palette3)
    --global-palette4: #555555  var(--global-palette4)
    --global-palette5: #666666  var(--global-palette5)
    --global-palette6: #131313  var(--global-palette6)
    --global-palette7: #eeeeee  var(--global-palette7)
    --global-palette8: #f8f8f8  var(--global-palette8)
    --global-palette9: #FFFFFF  var(--global-palette9)


	--global-gray-400: #CBD5E0
	--global-gray-500: #A0AEC0



shortcode für integration des Sprachumschalters im Menü

[sc_msls]


*/



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


h1, h2, h3, h4, h5, h6, p   {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}


/*---------------------------------------
 * Media queries breakpoints
 *-------------------------------------*/


/* Large screens (1405px upwards) */
@media only screen and ( min-width: 1405px ) { 
	
	/* featured image abstand oben in posts */
	.wp-site-blocks .post-thumbnail.kadence-thumbnail-ratio-inherit {
		margin-top: 24px !important;
	}

	/* Desription tab on single product page */
	.description_col_1{
		width: 20%;
		font-style: normal!important; 
		line-height:2.5em!important;
	}
	.description_col_2{
		width: 80%;
		text-align:left;
	}
	
	/* sidebar 1 */
	.page-id-46 .primary-sidebar ,
	.page-id-47 .primary-sidebar ,
	.page-id-55 .primary-sidebar ,
	.page-id-14 .primary-sidebar ,
	.page-id-26568 .primary-sidebar ,
	.page-id-26570 .primary-sidebar {
    	margin-top: 101px!important;
	}	
}

/* Laptops and desktops (1100-1405px) */
@media only screen and ( min-width: 1100px ) and ( max-width: 1405px) { 
	
	/* featured image abstand oben in posts fachhinweise */
	.wp-site-blocks .post-thumbnail.kadence-thumbnail-ratio-inherit {
		margin-top: 24px !important;
	}
	
	/* Desription tab on single product page */
	.description_col_1{
		width: 20%;
		font-style: normal!important; 
		line-height:2.5em!important;
	}
	.description_col_2{
		width: 80%;
		text-align:left;
	}
	/* sidebar 1 */
	.page-id-46 .primary-sidebar ,
	.page-id-47 .primary-sidebar ,
	.page-id-55 .primary-sidebar ,
	.page-id-14 .primary-sidebar ,
	.page-id-26568 .primary-sidebar ,
	.page-id-26570 .primary-sidebar {
    	margin-top: 101px!important;
	}	
}

/* ipad pro styles */
@media only screen and 
  (min-device-width : 1024px) and (max-device-width : 1024px) and 
  (min-device-height : 1366px) and (max-device-height : 1366px) and 
  (min-width: 1024px) and (max-width: 1024px) {

	/* Desription tab on single product page */
	.description_col_1{
		width: 30%;
		font-style: normal!important; 
		line-height:2.5em!important;
	}
	.description_col_2{
		width: 70%;
		text-align:left;
	}
	/* Menu width */
	.popup-drawer .drawer-inner {
    	width: 50%!important;
	}
}


@media only screen and 
   (min-device-width : 1024px) and (max-device-width : 1024px) and 
   (min-device-height : 1366px) and (max-device-height : 1366px) and 
   (min-width: 1366px) and (max-width: 1366px) {
	   
	   /* Desription tab on single product page */
	.description_col_1{
		width: 30%;
		font-style: normal!important; 
		line-height:2.5em!important;
	}
	.description_col_2{
		width: 70%;
		text-align:left;
	}
	/* Menu width */
	.popup-drawer .drawer-inner {
    	width: 50%!important;
	}   

}

/* Tablets in landscape mode (981-1100px) */
@media only screen and ( min-width: 981px ) and ( max-width: 1100px ) {    	 

	/* Desription tab on single product page */
	.description_col_1{
		width: 20%;
		font-style: normal!important; 
		line-height:2.5em!important;
	}
	.description_col_2{
		width: 80%;
		text-align:left;
	}
	/* Menu width */
	.popup-drawer .drawer-inner {
    	width: 50%!important;
	}
}

/* Tablets in portrait mode (768-980px) */
@media only screen and ( min-width: 768px ) and ( max-width: 980px ) {
	
	/* Desription tab on single product page */
	.description_col_1{
		width: 30%;
		font-style: normal!important; 
		line-height:2.5em!important;
	}
	.description_col_2{
		width: 70%;
		text-align:left;
	}
	/* Menu width */
	.popup-drawer .drawer-inner {
    	width: 50%!important;
	}
	
}

/* Smartphones in landscape mode (480-768px) */
@media only screen and ( min-width: 480px ) and ( max-width: 767px ) {

	/* Desription tab on single product page */
	.description_col_1{
		width: 40%;
		font-style: normal!important; 
		line-height:2.5em!important;
	}
	.description_col_2{
		width: 60%;
		text-align:left;
	}
}

/* Smartphones in portrait mode (0-479px) */
@media only screen and ( max-width: 479px ) {

	/* Desription tab on single product page */
	.description_col_1{
		width: 60%;
		font-style: normal!important; 
		line-height:2.5em!important;
	}
	.description_col_2{
		width: 40%;
		text-align:left;
	}
}



/*---------------------------------------
 * Grüner Pfeil
 *-------------------------------------*/	

#pointer {
    width: 60%;
   	height: 40px;
    position: relative; 
    background: #a5c500;
}
#pointer-end {
    content: "";
    border-left: 20px solid #a5c500;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}
	
/*---------------------------------------
 * Startseite
 *-------------------------------------*/	

.page-id-12 .content-area {
    margin-top: 0rem!important;
    margin-bottom: 5rem;
}

/*---------------------------------------
 * breadcrumbs
 *-------------------------------------*/

/* Abstand Breadcrumbs */
.product-title .kadence-breadcrumbs{
	padding-top:36px;
	font-size:14px;
	line-height:22px;
}

/*---------------------------------------
 * FIBU Produktsearch
 *-------------------------------------*/

/* piryx (compact version) */
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    border-radius: 0px!important;
	border:1px!important;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input { 
    border-radius: 3px!important;
}
.dgwt-wcas-open-pirx .dgwt-wcas-open .dgwt-wcas-suggestions-wrapp,.dgwt-wcas-open-pirx .dgwt-wcas-open.dgwt-wcas-nores .dgwt-wcas-suggestions-wrapp {
    border-radius: 3px !important;
}
.dgwt-wcas-style-pirx.dgwt-wcas-search-focused .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    border-color: #D7D7D7!important;
}
.dgwt-wcas-open .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    border-radius: 3px!important;
}
#dgwt-wcas-search-input-1.dgwt-wcas-search-input {
	border: 1px solid #D7D7D7!important;
}



/*--------------------------------------
 * Yith Woocommerce Ajax Product Filter
 *-------------------------------------*/

/* Standard Layout */
.filters-container{
	background-color: #eee!important;
}

.kadence-shop-active-filters {
   visibility:hidden;
}

h4.filter-title{	
	font-size:16px;
	line-height:24px;
	color: #001F5C!important;
}

.yith-wcan-filters {
    background-color: #eee;
	margin-bottom:30px;
}

.yith-wcan-filters .yith-wcan-filter {
    margin-bottom: 10px;
}

@media( min-width:1289px ){
    .yith-wcan-filters .yith-wcan-filter {
        flex: 20%;
		max-width:290px;
    }
    
    .yith-wcan-filters form {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
    } 
}

@media( min-width:1024px ) and ( max-width: 1288px ){
    .yith-wcan-filters .yith-wcan-filter {
        flex: 20%;
		max-width:25%;
    }
    
    .yith-wcan-filters form {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
    } 
}

@media( min-width: 768px ) and ( max-width: 1023px ){
    .yith-wcan-filters .yith-wcan-filter {
        flex: 45%;
		max-width:49%;
    }
    
    .yith-wcan-filters form {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
    }  
}

@media( max-width:767px ){
    .yith-wcan-filters .yith-wcan-filter {
        flex: 100%;
    }
    
    .yith-wcan-filters form {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
    }  
}

/* horizontal layout */
.filter-content .dropdown-wrapper ul.matching-items.filter-items{
    overflow-y: scroll;
    height: 300px;
}


/*---------------------------------------
 * Shop
 *-------------------------------------*/	

.woocommerce mark.count{
	display:none!important;
}

.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
    border: 1px #ddd solid;
}
.woocommerce ul.products li.product:hover, 
.woocommerce-page ul.products li.product:hover {
    border: 1px #0872ab solid;
}

h2.woocommerce-loop-category__title{
	text-align:center;
}

/* Abstand Loop title Produktkategorie */
.woocommerce ul.products li.product .woocommerce-loop-category__title {
    padding: 0.5rem 0.5rem !important;
}

.product-meta.product-sku,
.product-meta.product-title{
	display:none !important;
}

/* Abstand Titel + MwSt + Versand beim Produkt */
.woocommerce ul.products li.product .product-details .woocommerce-loop-product__title,
.price,
.wc-gzd-additional-info.wc-gzd-additional-info-loop.tax-info,
.wc-gzd-additional-info.wc-gzd-additional-info-loop.shipping-costs-info{
	padding-left:20px;
}
	
/* Hinweis in Produktkategorie wegen fehlender Produkte ausblenden */
.woocommerce-no-products-found{
	display:none;
}

/* Produktkategorie KSK - Kleinsignalstromwandler */
#caption-attachment-30356{
	display:none;
}



/*------------------------------------------
 *  Abstand Woocommerce Archive Loop  
 *----------------------------------------

.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
 	margin-bottom: 5rem!important;
}

*/	

	
/*---------------------------------------
 * single product page
 *-------------------------------------*/

/* Abstand Variantenauswahl zu Produkttitel */
.woocommerce div.product form.cart .variations {
    margin-top: 40px;
}

/* Preis ausgerückt */
#primary.content-area p.price{
	padding-left:0px;
}

/* Steuer + Versandanzeige untereinander */
.wc-gzd-additional-info.tax-info,
.wc-gzd-additional-info.shipping-costs-info{
	display:flex;
	flex-direction:column;
}
.wc-gzd-additional-info.shipping-costs-info{
	display:flex;
	flex-direction:row;
	gap: 8px;
}

/* lightbox */
.pswp__caption{
	visibility:hidden!important;
}

/* Tab Zusätzliche Informationen */
.woocommerce table.shop_attributes th{
	width:200px!important;
}
th.woocommerce-product-attributes-item__label {
	text-align: left!important;
}

/* Produktkategorie in Metadaten ausblenden */
.product_meta .posted_in{
	display:none !important;
}

/* Artikelnummer und EAN Schriftgröße */
.woocommerce div.product .product_meta>span {  
    font-size: 100%!important;
	color: var(--global-palette4)!important;
}

/* Woocommerce message */
.woocommerce-message{
	margin-top:15px!important;
}


/*------------------------------------------
 * Produktdatenblatt - Als PDF exportieren 
 *----------------------------------------*/

.woocommerce-print-products.link-wrapper{
    margin:30px 0px;
}
a.woocommerce-print-products-pdf-link.woocommerce-print-products-pdf-button.btn.theme-btn.theme-button {
    padding:15px;
    border: 1px solid var(--global-palette1);
	text-decoration:none;
	margin-left:-35px;
}
a.woocommerce-print-products-pdf-link.woocommerce-print-products-pdf-button.btn.theme-btn.theme-button:hover {
    padding:15px;
    border: 1px solid var(--global-palette1);
	text-decoration:none;
	color: var(--global-palette9);
	background-color: var(--global-palette1);
}


/*--------------------------------------------------
 * TablePress CSS siehe Einstellungen beim Plugin
 *------------------------------------------------*/	


/*---------------------------------------
 * Merkliste
 *-------------------------------------*/	


td.product-name{
	font-size:20px;
	font-weight:700;
}

.page-id-45 .woocommerce table.shop_table td {
    padding: 24px 12px;
	line-height:1em;
}
.page-id-45 td.product-thumbnail{
	width:200px;
}
.page-id-45 .single-content ul, .single-content ol {
    padding-left: 1em;
	padding-top: 1em;
}

.page-id-45.woocommerce table.shop_table td {
    border-top: 1px solid var(--global-gray-400);
    padding: 18px 12px;
    vertical-align: middle;
}




/*---------------------------------------
 * Mini Cart
 *-------------------------------------*/	

.jde_hint{
	display:none;
}


/*---------------------------------------
 * Stellenangebote
 *--------------------------------------*/

.page-id-627 .loop-entry .entry-content-wrap,
.page-id-31 .loop-entry .entry-content-wrap{
    border: 1px #ddd solid;
}
.page-id-627 .entry,
.page-id-31 .entry{
    box-shadow: 0px 15px 25px -10px rgba(0,0,0,0.0)!important;
}
.page-id-627 .wp-site-blocks .post-thumbnail .post-thumbnail-inner,
.page-id-31 .wp-site-blocks .post-thumbnail .post-thumbnail-inner{
    border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

/*------------------------------------------------
 * Neuheiten / Fachhinweise / Aktuelles - Archive
 *----------------------------------------------*/

.archive.content-style-unboxed .entry-content-wrap, 
.blog.content-style-unboxed .entry-content-wrap, 
.post-type-archive.content-style-unboxed .entry-content-wrap, 
.search-results.content-style-unboxed .entry-content-wrap {
    padding: 24px !important;
}

.category-link-items{
	display:none;
}

.kt-post-grid-wrap[data-columns-ss="1"]>.kt-blocks-post-grid-item{
	border: 1px solid #ddd;
	border-radius:5px;
}

.kt-post-grid-wrap[data-columns-ss="1"]>.kt-blocks-post-grid-item:hover{
	border: 1px solid var(--global-palette1);
	border-radius:5px;
}

#archive-container .entry.content-bg.loop-entry{
	border: 1px solid #ddd;
	border-radius:5px;
}
#archive-container .entry.content-bg.loop-entry:hover{
	border: 1px solid var(--global-palette1);
	border-radius:5px;
}



/*---------------------------------------
 * Sidebar
 *--------------------------------------*/

.primary-sidebar.widget-area .widget-title {
    font-weight: 500!important;
    color: #333!!important;
	padding-top:20px!important;
}

/* Kategorie Neuheiten + Fachhinweise aus Sidebar löschen */
/* Categories New Products + Technical Knowledge löschen */
.primary-sidebar li.cat-item.cat-item-23350,
.primary-sidebar li.cat-item.cat-item-23354,
.primary-sidebar li.cat-item.cat-item-17000,
.primary-sidebar li.cat-item.cat-item-17001{
	display:none!important;
}


/*------------------------------------------
 * Suchergebnisse
 *----------------------------------------*/

#archive-container{
	padding-top:0rem!important;
}

#archive-container .entry-title,
#archive-container .entry-footer{
	text-align:center!important;
}

.search-results.content-style-unboxed .entry {
	border: 1px #ddd solid!important;
}

.search-results.content-style-unboxed .entry:hover {
	border: 1px #0872ab solid!important;
}


/*--------------------------------
 * Grafity Forms style
 *------------------------------*/

/*** FIELD STYLING **/
body .gform_wrapper .gform_body .gform_fields .gfield input[type=text],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=email],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=url],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=number],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=password],
body .gform_wrapper .gform_body .gform_fields .gfield textarea,
body .gform_wrapper .gform_body .gform_fields .gfield select {
	padding:5px 5px;
	background: var(--global-palette8);
 	border: 1px solid var(--global-gray-400);
 	border-radius:0px;
 	color: 333;
	height:38px;
}
/* label */
body .gform_wrapper .gform_body .gfield_label {
    font-size: 14px;
}
/* placeholder */
.gfield input::-webkit-input-placeholder { color:#bbb; }
.gfield input:-moz-placeholder { opacity: 1; color:#bbb; } /* Firefox 18- */
.gfield input::-moz-placeholder { opacity: 1; color:#bbb; } /* firefox 19+ */
.gfield input:-ms-input-placeholder { color:#bbb; } /* ie */
.gfield input:-moz-placeholder { color:#bbb; }

/*** BUTTON STYLING ***/
.gform_wrapper .gform_footer input.button {
 	float: right;
 	background:var(--global-palette1);
 	border: 0px solid #28539f;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
 	font-size: 16px;
	font-weight:500;
 	color: var(--global-palette9);
	text-transform:uppercase;
 	padding: 12px 23px;
 	letter-spacing: 2px;
 	cursor: pointer;
}	
/*** BUTTON HOVER STYLING ***/
.gform_wrapper .gform_footer input.button:hover {
 	background: var(--global-palette2);
 	border: 0px solid #28539f;
	color:var(--global-palette9);
}
/* checkbox Zustimmung zur Datenschutzerklärung */
#gfield_consent_description_1_9,
#gfield_consent_description_2_22,
#gfield_consent_description_1_22{
	border: 0px !important;
}

/* Inhalt des Feldes Stellenbezeichnung im Bewerbungsformular */
#input_1_17,
#input_2_17{
	font-weight:600;
	color: var(--global-palette1);
}
/* erforderlich */
.gform_legacy_markup_wrapper .gfield_required,
.gform_wrapper.gravity-theme .gfield_required .gfield_required_text {
    font-style: italic;
    font-weight: 400;
}
/* Bewerbungsformular */
.gform_legacy_markup_wrapper .gfield_required{
    color: #c02b0a!important;
    font-size: 13.008px!important;
    padding-left: 0.125em!important;
}
/* Kontaktformular */
.gform_wrapper.gravity-theme .gfield_required {
    color: #c02b0a;
    font-size: 13.008px;
    padding-left: 0.125em;
}

/*---------------------------------------
 * Firmen Historie
 *-------------------------------------*/

/* Time line story boxes */
.cool-vertical-timeline-body .timeline-content .story-details {   
	border: 1px #eee solid;
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .0);
}

/*------------------------------------------
 * FAQ-Seiten
 *----------------------------------------*/

.button:active,
#kt-accordion-header-916109.kt-blocks-accordion-header.kt-acccordion-button-label-show,
.kt-blocks-accordion-header.kt-acccordion-button-label-show.kt-accordion-panel-active{
	box-shadow: none!important;
  	-webkit-box-shadow: none!important;	
}

/*---------------------------------------
 * Datenschutzseite
 *-------------------------------------*/

.page-id-34 h3,
.page-id-34 h4{
	color:#555!important;
}
	
/*---------------------------------------
 * copyright
 *-------------------------------------*/	

.site-info p{
	text-decoration:none;
}

/*---------------------------------------
 * Footer copyright
 *-------------------------------------*/

/* Large screens (1405px upwards) */
@media only screen and ( min-width: 1405px ) { 
	
	.copy_2,
	.realis_2{
		display:none;
	}
	.realis_1 a{
		/* color:var(--global-palette3)!important;*/
		text-decoration:none!important;
	}
	.realis_1 a:hover{
		/* color:var(--global-palette2)!important;*/
		text-decoration:none!important;
	}
	
}

/* Laptops and desktops (1100-1405px) */
@media only screen and ( min-width: 1100px ) and ( max-width: 1405px) { 

	.copy_2,
	.realis_2{
		display:none;
	}
	.realis_1 a{
		/* color:var(--global-palette3)!important;*/
		text-decoration:none!important;
	}
	.realis_1 a:hover{
		/* color:var(--global-palette2)!important;*/
		text-decoration:none!important;
	}
}

/* ipad pro styles */
@media only screen and 
  (min-device-width : 1024px) and (max-device-width : 1024px) and 
  (min-device-height : 1366px) and (max-device-height : 1366px) and 
  (min-width: 1024px) and (max-width: 1024px) {
	
	.copy_2,
	.realis_2{
		display:none;
	}
	.realis_1 a{
		/* color:var(--global-palette3)!important;*/
		text-decoration:none!important;
	}
	.realis_1 a:hover{
		/* color:var(--global-palette2)!important;*/
		text-decoration:none!important;
	}
}

@media only screen and 
   (min-device-width : 1024px) and (max-device-width : 1024px) and 
   (min-device-height : 1366px) and (max-device-height : 1366px) and 
   (min-width: 1366px) and (max-width: 1366px) {

	.copy_2,
	.realis_2{
		display:none;
	}
	.realis_1 a{
		/* color:var(--global-palette3)!important;*/
		text-decoration:none!important;
	}
	.realis_1 a:hover{
		/* color:var(--global-palette2)!important;*/
		text-decoration:none!important;
	}
}

/* Tablets in landscape mode (981-1100px) */
@media only screen and ( min-width: 981px ) and ( max-width: 1100px ) {    	 

	.copy_2,
	.realis_2{
		display:none;
	}
	.realis_1 a{
		/* color:var(--global-palette3)!important;*/
		text-decoration:none!important;
	}
	.realis_1 a:hover{
		/* color:var(--global-palette2)!important;*/
		text-decoration:none!important;
	}
}

/* Tablets in portrait mode (768-980px) */
@media only screen and ( min-width: 768px ) and ( max-width: 980px ) {

	.copy_2,
	.realis_2{
		display:none;
	}
	.realis_1 a{
		/* color:var(--global-palette3)!important;*/
		text-decoration:none!important;
	}
	.realis_1 a:hover{
		/* color:var(--global-palette2)!important;*/
		text-decoration:none!important;
	}
}

/* 2532x1170 pixels at 460ppi - iPhone 13 pro */
@media only screen 
    and (device-width: 390px) 
    and (device-height: 844px) 
    and (-webkit-device-pixel-ratio: 3) {

	.copy_1,
	.realis_1{
		display:none;
	}
	.realis_2 a{
		/* color:var(--global-palette3)!important;*/
		text-decoration:none!important;
	}
	.realis_2 a:hover{
		/* color:var(--global-palette2)!important;*/
		text-decoration:none!important;
	}
}

/* 2778x1284 pixels at 458ppi iPhone 13 Pro max */
@media only screen 
    and (device-width: 428px) 
    and (device-height: 926px) 
    and (-webkit-device-pixel-ratio: 3) { 

	.copy_1,
	.realis_1{
		display:none;
	}
	.realis_2 a{
		/* color:var(--global-palette3)!important;*/
		text-decoration:none!important;
	}
	.realis_2 a:hover{
		/* color:var(--global-palette2)!important;*/
		text-decoration:none!important;
	}
}

/* Smartphones in landscape mode (480-768px) */
@media only screen and ( min-width: 480px ) and ( max-width: 767px ) {
	
	.copy_1,
	.realis_1{
		display:none;
	}
	.realis_2 a{
		/* color:var(--global-palette3)!important;*/
		text-decoration:none!important;
	}
	.realis_2 a:hover{
		/* color:var(--global-palette2)!important;*/
		text-decoration:none!important;
	}
}

/* Smartphones in portrait mode (0-479px) */
@media only screen and ( max-width: 479px ) {
	.copy_1,
	.realis_1{
		display:none;
	}
	.realis_2 a{
		/* color:var(--global-palette3)!important;*/
		text-decoration:none!important;
	}
	.realis_2 a:hover{
		/* color:var(--global-palette2)!important;*/
		text-decoration:none!important;
	}
}














