/*
Theme Name: Uncode Child -  SEKO
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.wagnergraphics.de
Template: uncode
Version: 1.0.0
Text Domain: uncode

Roboto Sans
400, 700, 900

Roboto Slab
300, 400, 700

Roboto Condensed
400, 700

Gelb: #EFAE26;
Blau: #434E7C;

*/



#weisser-block-startseite .uncoltable { max-width: 800px !important;}


p.t-entry-author { display: none !important; }


/*Fix fuer verschobene icons*/
.btn .fa, .btn-link .fa { top: 4px; }

/* Home-Button größer */
i.fa-home { font-size: 1.2em; }


/* Selection bei dunklem Style */
.style-dark ::-moz-selection,
.style-dark ::selection {
	background: #d69719 !important;
}


input.btn-blau {
	background-color: #434E7C !important; 
	border:#434E7C !important;  
	color: #fff; 
}

	input:hover.btn-blau, 
	input:focus.btn-blau, 
	input:active .btn-blau{
		background-color: #fff !important; 
		border:#434E7C !important; 
		color: #000;
	}



/* Blur bei Overlay  */
.box-container.overlay-open,
html.pum-open-overlay .box-wrapper {   
	-webkit-filter: blur(5px) !important;
	-moz-filter: blur(5px) !important;
	-o-filter: blur(5px) !important;
	-ms-filter: blur(5px) !important;
	filter: blur(5px) !important;
}




/* Menüanpassung
 enable the code between these measures */
	
/* reduce the padding of the menu items */
	@media (min-width: 960px) and (max-width: 1180px){	
		.menu-smart > li > a { padding: 0px 4px !important; font-size: 12px !important; }
	}
	
@media (min-width: 1180px) {		
		/* reduce the padding of the menu items */
		.menu-smart > li > a { padding: 0px 8px !important; font-size: 13px !important; }		
		body.window-scrolled #main-logo .logo-image { height: 30px !important; }		
	}

	@media (min-width: 1280px) {		
		/* reduce the padding of the menu items */
		.menu-smart > li > a { padding: 0px 12px !important; font-size: 14px !important; }		
	}

	@media (min-width: 1680px) {		
		/* reduce the padding of the menu items */
		.menu-smart > li > a { padding: 0px 28px !important; font-size: 14px !important; }		
	}



	/* aktives Headerelement bei Transparentem Menü */
	body:not(.menu-force-opacity) .style-dark-override:not(.is_stuck):not(.is_mobile_open).menu-transparent .menu-horizontal-inner > .nav > .menu-smart > li.active > a, body:not(.menu-force-opacity) .style-dark-override:not(.is_stuck):not(.is_mobile_open).menu-transparent .menu-horizontal-inner > .nav > .menu-smart > li a.active, body:not(.menu-force-opacity) .style-dark-override:not(.is_stuck):not(.is_mobile_open).menu-transparent .menu-horizontal-inner > .nav > .menu-smart > li.current-menu-parent > a, body:not(.menu-force-opacity) .style-dark-override:not(.is_stuck):not(.is_mobile_open).menu-transparent .menu-horizontal-inner > .nav > .menu-smart > li.current-menu-ancestor > a, body:not(.menu-force-opacity) .style-dark-override:not(.is_stuck):not(.is_mobile_open).menu-transparent .menu-horizontal-inner > .nav > .menu-smart > li.current-menu-item:not(.menu-item-type-custom) > a {
		color: #000 !important;
		font-weight: 700;
		text-shadow: 0px 0px 30px #fff;
	}

	/* aktives Headerelement bei normalem Menü */
	body:not(.menu-force-opacity) .style-light-override:not(.is_stuck):not(.is_mobile_open).menu-transparent .menu-horizontal-inner > .nav > .menu-smart > li.active > a, body:not(.menu-force-opacity) .style-light-override:not(.is_stuck):not(.is_mobile_open).menu-transparent .menu-horizontal-inner > .nav > .menu-smart > li a.active, body:not(.menu-force-opacity) .style-light-override:not(.is_stuck):not(.is_mobile_open).menu-transparent .menu-horizontal-inner > .nav > .menu-smart > li.current-menu-parent > a, body:not(.menu-force-opacity) .style-light-override:not(.is_stuck):not(.is_mobile_open).menu-transparent .menu-horizontal-inner > .nav > .menu-smart > li.current-menu-ancestor > a, body:not(.menu-force-opacity) .style-light-override:not(.is_stuck):not(.is_mobile_open).menu-transparent .menu-horizontal-inner > .nav > .menu-smart > li.current-menu-item:not(.menu-item-type-custom) > a {
		color: #000 !important;
		font-weight: 700;
		text-shadow: 0px 0px 30px #fff;
	}

	.menu-light .menu-smart > li.current-menu-item:not(.menu-item-type-custom) > a,
	.submenu-light .menu-smart ul li.active > a {   
    	color: #EFAE26 !important;
		font-weight: 700;
	}


	/* Helle Menüschrift bei Menü STyle-Dark */
	body:not(.menu-force-opacity) .style-dark-override:not(.is_stuck):not(.is_mobile_open).menu-transparent .menu-horizontal-inner > .nav > .menu-smart > li > a {
    	text-shadow: 0.5px 0.5px 0.5px rgba(0,0,0,1.0);
	}
	body:not(.menu-force-opacity) .style-dark-override:not(.is_stuck):not(.is_mobile_open).menu-transparent .menu-horizontal-inner > .nav > .menu-smart > li > a:hover {
		text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
		color: #ccc !important;
	}




/* Linie zwischen Dropdownmenü + Abstände*/
	.menu-smart ul > li > a, 
	.menu-smart ul > li > ul > li > a {
		border-bottom: 1px solid rgba(0,0,0,0.15);
	}
	
	.menu-smart ul > li:last-child > a, 
	.menu-smart ul > li > ul > li:last-child > a{
		border-bottom: none;
	}

	.menu-smart ul > li > a, 
	.menu-smart ul > li > ul > li > a {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}

	/*Überschriften bei Megamenü */
.menu-primary ul.menu-smart li.dropdown > a {
		border-bottom: none;
		padding-bottom: 20px !important;
	}



.text-lead, .text-lead > * {
	font-size: 17px;
    margin: 20px 0px 0px 0px;
    margin-top: 20px;
}


h1.fontsize-142205 {
    text-shadow: 0 0 25px rgba(255,255,255,0.85) !important;
}

.weisser-schatten {
    text-shadow: 0 0 10px rgba(255,255,255,1.00) !important;
}





/*Tabs*/
.nav-tabs > li > a span {
    font-size: 16px !important;
	font-family: roboto-condensed,sans-serif;
	font-weight: 200;
	}



.page-wrapper strong,
.page-wrapper .detail-label { color: inherit !important; } 



/*Link auf Dunkel*/
body.textual-accent-color .post-content .style-dark p:not(.entry-small):not(.panel-title):not(.t-entry-member-social) a:not(.btn), 
body.textual-accent-color .post-content .style-dark ul:not(.menu-smart):not(.nav-tabs):not(.pagination) a:not(.btn) {
    color: #fff !important;
}
/*Link auf Dunkel - hover*/
body.textual-accent-color .post-content .style-dark  p:not(.entry-small):not(.panel-title):not(.t-entry-member-social) a:not(.btn-text-skin):hover:not(.btn){
 	color: #000 !important; 
} 





@media all and (max-width: 640px) {
	
	/* Rückt auf Smartphone die Ränder links und rechts wieder kleiner */
	.single-block-padding {
		padding-left: 18px;
		padding-right: 18px;
		padding-top: 18px;
		padding-bottom: 18px;
	}
	
	.quad-top-padding {
    	padding-top: 24px;
	}
	
}



/* Mobile responsive-table 
 + Plugin: Automatic Responsive Tables von Adrew Rockwell */
@media only screen and (max-width: 767px) {
	
	table.responsive { margin-bottom: 0; }
	
	.pinned { position: absolute; left: 0; top: 0; background: #fff; width: 35%; overflow: hidden; overflow-x: scroll; border-right: 1px solid #ccc; border-left: 1px solid #ccc; }
	.pinned table { border-right: none; border-left: none; width: 100%; }
	.pinned table th, .pinned table td { white-space: nowrap; }
	.pinned td:last-child { border-bottom: 0; }
	
	div.table-wrapper { position: relative; margin-bottom: 20px; overflow: hidden; border-right: 1px solid #ccc; }
	div.table-wrapper div.scrollable { margin-left: 35%; }
	div.table-wrapper div.scrollable { overflow: scroll; overflow-y: hidden; }	
	
	table.responsive td, table.responsive th { position: relative; white-space: nowrap; overflow: hidden; }
	table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td { display: none; }
	
	.art-table .art-tbody .art-tr:nth-child(2n+1) {
    	background-color: #fff !important;
	}
	.art-table .art-tbody .art-tr .art-td:first-child {
		font-weight: 700 !important;
		color: #000;
		background-color: rgba(239,174,38,1.0) !important;
	}
	
}



@media (max-width: 959px){
	
	/* Fix für höhe der Überschriften bei Branchen */
		.branchen .heading-text.el-text {
			height: 100px;
		}
		.branchen .heading-text.el-text h2 span {
			display: block !important;
			padding-top: 1.5em;
			font-size: 22px;
		}
	
	.schmaler-rand-smartphone > .row { 
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
}

@media (min-width: 960px){}
@media (min-width: 960px) and (max-width: 1180px){}
@media (min-width: 960px) {	}


	







body {  }
b, strong {  }
/*p { hyphens:  auto; }*/
h1, h2, h3, h4, ul, li {hyphens: none; }
.style-light hr { border-color: rgba(0,0,0,0.25); }

.zentriert { text-align: center; }

ol li {
    margin-bottom: 1em;
}



/* Header Text */
	.style-dark h1.header-title,
	.branchen .heading-text h2{ 
		text-shadow: 1px 1px 6px rgba(0,0,0,0.5) !important;
		}



/* Liste */
	ul.icons {  margin: 0 0 0 2.6em; }
	ul.icons li .fa { margin-left: -1.8em; }
		ul.icons li ul li .fa { color: #FFF200 !important; }



/* Sonderlösungen - ganzseitige Row */
	.sonderloesungen {   }



/* Such-Overlay */
	.overlay.style-dark-bg {
		background-color: rgba(36,42,66,0.95) !important;
	}


/* ContactForm 7 */
	fieldset {
		margin-top: 1.5rem;
		}
	legend {
		padding: 1em;
		}
	p.plz { width: 15% !important; }
	p.ort { width: 35% !important; }

	.your-subject input,
	.your-name input { width: 100% !important; }
	
	.your-subject input { margin-top: 0 !important; }

	.wpcf7-submit { width: 100% !important; }

	.wpcf7 .wpcf7-mail-sent-ok, 
	.wpcf7 .wpcf7-validation-errors, 
	.wpcf7 span.wpcf7-not-valid-tip
	.wpcf7 .wpcf7-response-output { font-size: 18px; }

	input.wpcf7-validates-as-required,
	textarea.wpcf7-validates-as-required {
		border-color: #434E7C !important;
	}

	.small .wpcf7-acceptance span { 
		margin: 1em 0;
		font-size: 0.8rem;
		font-weight: 400; 
	}

.wpcf7-response-output {
	color: #000000;
	background-color: rgba(211,251,179,1.00);
	text-align: center;
	padding: 2rem !important;
} 




/*Pop-Up-Maker - Form*/
	.pum-container input,
	.pum-container textarea { 
		width: 100%;
		background-color: #ffffff;
		border: 1px solid #eaeaea;
		border-radius: 2px;
	}

	.pum-container form p {
    	font-weight: 500;
	}



.no-padding .uncont { padding: 0 !important;}


/* Footer */
	.site-footer p, .site-footer li, 
	.site-footer dt, .site-footer dd,
	.site-footer dl, .site-footer address, 
	.site-footer label, .site-footer small, 
	.site-footer pre, .site-footer code {
		font-size: 15px;
	}

	footer p {
		margin: 0.5em 0 0;
		}
	footer li {
		margin: 0.5em 0 0;
		}

	.style-dark a:not(.btn-text-skin):hover { 
		color:#434E7C; 
		}

	footer ul.menu {
		list-style: none !important;
		padding: 0px !important;
	}

	
/* Blendet den Title  - da nicht übersetzbar - beim Rückrufservice aus */
.icon-box-content p.text-top-reduced,
.icon-box-content p.text-lead { display: none; }







/* Kolumnen */
.kolumnen {
	 -webkit-column-count: 2; /* Chrome, Safari, Opera */
     -moz-column-count: 2; /* Firefox */
     column-count:  2;
	
	 -webkit-column-width: 350px;
	-moz-column-width: 350px;
	column-width: 350px;
	
	-webkit-column-gap: 8em; /* Chrome, Safari, Opera */
    -moz-column-gap: 8em; /* Firefox */
    column-gap: 8em;
	
	-webkit-column-rule: 1px solid rgba(0,0,0,0.25);
	 -moz-column-rule: 1px solid rgba(0,0,0,0.25);
	column-rule: 1px solid rgba(0,0,0,0.25);
	 
	margin-bottom: 2rem;
	margin-top: 2rem;	 
	}

	.style-dark .kolumnen {
		-webkit-column-rule: 1px solid rgba(255,255,255,0.5);
		 -moz-column-rule: 1px solid rgba(255,255,255,0.5);
		column-rule: 1px solid rgba(255,255,255,0.5); 
		}

.kolumnen p:first-child {
	  display: block;
	  margin-block-start: 0em !important;
}

.wpb_text_column h1,
.wpb_text_column h2,
.wpb_text_column h3{
	 -webkit-column-count: auto !important; /* Chrome, Safari, Opera */
     -moz-column-count: auto !important; /* Firefox */
	column-count: auto !important;
	-webkit-column-width: 2200px;
	-moz-column-width: 2200px;
	column-width: 2200px;
}








/* Tabelle 
___________________________________________________________________________*/
table { 
	border: none !important;	
}


th,td {}

tr th { font-weight: 700; }
tr td:first-child { 
	font-weight: 700 !important;
}

.style-light table th {border: none; }


/* Tabellenkopf */
	tr:first-child th {
    background-color: rgba(239,174,38,1.00);
    padding: 1.5em;
		}	
		tr:first-child th:first-child {
			border-top-left-radius: 6px;
			} 
		tr:first-child th:last-child {
			border-top-right-radius: 6px;
		}

/* Zeilen */
	tr { border-bottom: 1px solid #434E7C; }
	tr:last-child { border-bottom: none;}

	/*tr:nth-child(even) td:first-child {
		background: rgba(239,174,38,0.01);
		} 
	 tr:nth-child(odd) td:first-child  {
		background: rgba(239,174,38,0.05);
		} */
	tr:hover td {
		background: rgba(239,174,38,0.2);
		}


/* Zelle */

	table td {
		border: none !important;
		font-weight: 200;
		padding: 1em 1em; 
		border-right: 1px solid rgba(255,255,255,0.50)  !important;
		}
		table td:first-child { borxder-left: none !important; }
		table td:last-child { border-right: none !important; font-weight: 400; }
 


/* Tabellenfuß */
	tr:last-child td:first-child {
		border-bottom-left-radius: 4px;
		} 
	tr:last-child td:last-child {
		border-bottom-right-radius: 4px;
		} 









/* WPML */
footer .wpml-ls-menu-item .wpml-ls-flag {
    margin-right: 10px;
}










/* Navigation zwiswchen den Produkten */
.row-navigation.row-navigation-light {
    outline-color: #fff !important;
	outline: none;
    background-color: #EFAE26;
	border-top: 3px dashed #fff;
	border-bottom: 3px dashed #fff;
}

.row-navigation.row-navigation-light a {
	color: #fff;
}
.row-navigation.row-navigation-light a:hover {
	color: #000;
}






/* Animationen
---------------------------------------------------------------------------------------------------------------------------*/
	
	tr,	td, a {
		transition: all 0.8s ease;
	}
