/*
Theme Name:     Kleo Child
Theme URI:
Description:    Child theme for Kleo
Author:         SeventhQueen
Author URI:     http://seventhqueen.com
Template:       kleo
Tags:  one-column, two-columns, right-sidebar, fluid-layout, custom-menu, featured-images, post-formats, sticky-post, translation-ready
License: GNU General Public License
License URI: license.txt
*/

/*
* Please add your custom styles below
*/

/*------------ Überbleibsel von Version 0 - JIC ----------*/

/*---------- DENI Logo Größe durch Breite definieren ------*/
/*.logo, .logo a {
    width: 300px;
}

#main, #footer {
    border-left: 20px solid white;
	border-right: 20px solid white;
}

#deni_footer {
	border: none;
}


.deni_startseite_fix {
	position: relative !important;
	float: right !important;
}

/*---------- NAVIGATION Untermenu Fixes -------------*/
/*.navbar-nav > li > .dropdown-menu {
	margin-top: -60px !important;
	background: #ffffff !important;
}*/

/*------------ Überbleibsel von Version 0 - JIC ENDE ----------*/

strong, b {
	font-weight: 500;
}

/*--------------- Warengruppenlinks -----------------*/
.warengruppengrid a {
	color: #000000 !important;
	display: block;
}

.warengruppengrid a:hover {
	color: #c40000 !important;
	display: block;
}

/*---------- NAVIGATION Untermenu MEGA Fixes -------------*/

.kleo-main-header .nav li.kleo-megamenu > .dropdown-menu {
    letter-spacing: none !important; 
}

.kleo-main-header .nav li.kleo-megamenu.mega-4-cols > ul.dropdown-menu > li {
    width: auto;
}

.kleo-main-header .nav li.kleo-megamenu.mega-2-cols > .dropdown-menu {
    width: auto;
	min-width: 800px;
    /*margin-left: -250px; */
}

.navbar-nav .dropdown-menu li a {
    color: #000000 !important;
	font-size: 15px !important;
}

.navbar-transparent .header-color, .navbar-transparent .header-color .kleo-main-header {
    z-index: 9999 !important;
}

#header {
	font-weight: 300 !important;
}

.dropdown-menu > li > a {
    font-weight: 300;
}

.kleo-main-header .nav li.kleo-megamenu .dropdown-submenu > a {
    font-weight: 600;
}

/*------------- Side menu 100% overlay ------------*/
.offcanvas-sidebar {
    position: fixed;
    width: 100%;
}

.offcanvas-left.offcanvas-type-overlay .offcanvas-sidebar {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
}

.offcanvas-menu li a {
	font-size: 20px;
	text-transform: none !important;
	color: #000000 !important;
	border-bottom-color: #c8d4df !important;
}

.offcanvas-menu .current_page_item > a {
	font-weight: 700 !important;
	color: #c40000 !important; 
	background-color: #ffffff !important;
}

.offcanvas-menu li:first-child > a {
	border-top: none !important;
}


/*-------------- Produktseiten Klasse für technische Daten ---------------*/
.technische-daten {
	font-size: 14px;
	line-height: 20px;
}

.technische-daten-linie {
	border-color: #000000 !important;
	color: #000000 !important;
}



/*-------------- Allgemeine Veränderungen --------------------------*/

.breadcrumb {
    padding: 0 !important;
    margin-bottom: 0 !important;
	list-style: none outside none;
    background-color: #ffffff !important;
    border-radius: none !important;
	font-size: 12px;
	box-sizing: border-box;
}

#socket {
	font-size: 14px;
	background-color: #91a5b9;
}

#socket a {
	color: #ffffff;
}

#socket p {
	line-height: 18px;
	padding-bottom: 18px;
}

#socket a:hover {
	color: #ffffff;
	font-weight: 700;
}

.akkordeon-bereiche {
	background-color: none !important;
}

.akk-sicherheitstechnik {
	background-color: #000000 !important;
}

.startseite-schnelllink-sicherheit a {
	display: block !important;
	color: #52606b !important;
	padding: 20px;
	border: 1px solid #52606b;
}

.startseite-schnelllink-sicherheit a:hover {
	color: #ffffff !important;
	background: #52606b !important;
	border: 1px solid #52606b;
	transition: all .4s ease-in-out 0s;
}

.startseite-schnelllink-beschlag a {
	display: block !important;
	color: #c40000 !important;
	padding: 20px;
	border: 1px solid #e3000b;	
}

.startseite-schnelllink-beschlag a:hover {
	color: #ffffff !important;
	background: #c40000 !important;
	border: 1px solid #e3000b;
	transition: all .4s ease-in-out 0s;
}

a.download-button-simple {
	padding: 14px 20px;
	font-size: 16px;
	line-height: 1.33;
	border-radius: 4px;
	background-color: #515c5f;
	color: #ffffff !important;
	border: none !important;
	transition: all .4s ease-in-out 0s;
	text-align: right !important;
}

.download-button-simple:hover {
	background-color: #c40000 !important;
}

.align-right {
	text-align: right !important;
}


/*--------------- Geschäftsbereiche TABS -------------*/

.wpb_tour .nav-tab {
    width: 22%;
}

.wpb_tour .tab-content {
    width: 78%;
}

.wpb_tour_next_prev_nav {
    display: none;
}

.wpb_tour .nav-tab {
	text-transform: uppercase;
	font-weight: 300 !important;
	font-size: 22px;
}

strong.wpb_tour .nav-tab  {
	text-transform: uppercase;
	font-weight: 800 !important;
	font-size: 20px;
}

.wpb_tour .nav-tab li:first-child a {
	color: #52606b !important;
}

.wpb_tour .nav-tab li:first-child.active a {
	color: #ffffff !important;
	background-color: #52606b !important;
}

.wpb_tour .nav-tab li:nth-child(2) a {
	color: #c40000 !important;
}

.wpb_tour .nav-tab li:nth-child(2).active a {
	color: #ffffff !important;
	background-color: #c40000 !important;
}

.wpb_tour .nav-tab li:nth-child(3) a {
	color: #90a4b9 !important;
}

.wpb_tour .nav-tab li:nth-child(3).active a {
	color: #ffffff !important;
	background-color: #90a4b9 !important;
}

.wpb_tour .nav-tab li:last-child a {
	color: #718392 !important;
}

.wpb_tour .nav-tab li:last-child.active a {
	color: #ffffff !important;
	background-color: #718392 !important;
}

/*--- Tablet --*/
.nav-tabs > li > a {
    font-size: 20px;
} 

.nav {
    margin-left: -15px;
}


/*---------------- Katalogsanfrageformularfixes ----------------------*/

span.wpcf7-list-item {
    display: block !important;
}

span.wpcf7-list-item-label {
	font-weight: 300 !important;
}

p.katalogsanfrage {
	margin: 15px 0 -10px !important;
}

.wpcf7 textarea, input[type="text"], input[type="email"], input[type="tel"], input[type="date"], input[type="password"] {
    border: 1px solid rgba(0, 0, 0, 0.4) !important;
    background: rgba(255, 255, 255, 0.1);
    color: #000000 !important;
}

.wpcf7 input[type="submit"] {
    border: 1px solid rgba(0, 0, 0, 0.4) !important;
    background: rgba(255, 255, 255, 0.1);
    color: #000000 !important;
    border-radius: 2px;
    font-size: 18px;
    line-height: 18px;
    margin: 0;
    padding: 14px 16px;
    text-transform: uppercase;
    min-width: 100px;
}

label.katalogacceptance {
	font-size: 14px !important;
	line-height: 19px;
	margin-left: -15px;
}

.formularabstand {
	border-right:20px solid #ffffff;
}

/*---------------- Abgerundete Ecken und Rahmenfarbe DENI -------------*/

.abgerundete-ecken {
	border: 1px solid #c8d4df;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.wpb_single_image .vc_single_image-wrapper.vc_box_rounded img {
    border-radius: 10px;
}




/*----- Sidebarmenu auf Unterseiten ----*/

.main-color .widget_nav_menu .current_page_item > a {
	background-color: #ffffff;
    font-weight: 500; 
    color: #c40000;
}

.sidebar-left .inner-content {
    padding-right: 10px; /*35px*/
}

.template-page.col-sm-push-3 .wrap-content {
    padding-right: 0;
    padding-left: 10px; /*35px*/
}

.main-color .widget_nav_menu a {
    border-bottom-color: #c8d4df;
	font-weight: 300;
}

.main-color .widget_nav_menu li:first-child > a {
	border-top-color: #c8d4df;
}


/*------------- Metamenu ------------*/
.header-color.social-header {
    background-color: #91a5b9; /*rgba(145, 165, 185, 1)*/
}

.header-color .top-menu li > a, .header-color #top-social li a {
    color: #ffffff;
    /*font-family: 'Fira Sans Condensed', sans-serif;*/
	font-weight: 600 !important;
	text-transform: uppercase;
	font-size: 13px;
}

.top-menu li > a:hover {
	color: #c8d4df !important;
	transition: all .4s ease-in-out 0s;	
}

p.metamenu-en a {
	font-weight: 600 !important;
	text-align: right;
	color: #ffffff;
}

p.metamenu-en a:hover {
	color: #c8d4df !important;
	transition: all .4s ease-in-out 0s;	
}

/*---------- Ansprechpartner Font-Size Anpassung ------------*/
.ansprechpartner-fontsize {
	
}

/*--------- Tabelle Ansprechpartner -------------*/
.ansprechpartner-links {
	width: 80px !important;
	vertical-align: top !important;
}


/*------------- MEDIA QUERIES -----------*/

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 

	/* Sidebar ausblenden auf Portraitmodus TABLET */ 

	.template-page.col-sm-push-3 {
	    left: -moz-calc(0px);
	    left: -webkit-calc(0px);
	    left: -o-calc(0px);
	    left: 0px;
	}
	
	.sidebar-left .inner-content {
    	padding-right: 0; /*35px*/
		display: none;
	}
		
	.template-page.col-sm-push-3 .wrap-content {
	    padding-right: 0;
	    padding-left: 0; /*35px*/
		width: 133% !important;
	}

	.hide-file-info {
		font-size: 14px;
	}
  	
	.col-sm-7 {
    	width: 100% !important;
	}
	
	.social-header {
    	display: none !important;
	}

	.ansprechpartner-fontsize {
		font-size: 16px;
	}
	
	.ansprechpartner-fontsize h3 {
		font-size: 16px !important;
	}	
}

@media (min-width: 768px) 
and (max-width : 1024px)  { 
  	
	.col-sm-7 {
    	width: 100% !important;
	}

}



@media (min-width: 768px) 
and (max-width : 1200px)  { 
	
	.ansprechpartner-fontsize {
		font-size: 15px;
		line-height: 18px;
	}
	
	.ansprechpartner-fontsize h3 {
		font-size: 20px !important;
	}	
}


@media (min-width: 320px) and (max-width: 480px) {
 
	/* Sidebar ausblenden auf Portraitmodus MOBILE */ 

	.sidebar-left .inner-content {
    	padding-right: 0; /*35px*/
		display: none;
	}

	.hide-file-info {
		display: none;
	}

	.col-sm-7 {
    	width: 100%;
	}

	.social-header {
    	/*display: none !important; */
	}	

	
	.ansprechpartner-fontsize {
		font-size: 14px;
	}
	
}