/*
Theme Name: Illdy
Theme URI: http://colorlib.com/wp/themes/illdy/
Author: Colorlib
Author URI: http://colorlib.com
Description: Illdy is a free premium one page WordPress theme.
Version: 57.0.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: illdy

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import 'layout/css/main.min.css';
@import 'layout/css/custom.min.css';

body, html {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	height:auto;
	position:relative;
    color: #000;
}
img {
	max-width:100%;
}
button.next {
	position:relative;
}
button.next:after {
	position:absolute;
	top:0; right:0;
	height:100%;
	width:30px;
	background-image:url(images/next.png);
}
#blog .blog-post .blog-post-title {
	text-transform:initial;
	font-size:37px;
	font-weight:500;
}
#blog .blog-post .blog-post-entry p {
	color:#000;
	margin:20px 0;
}
.pace:before {
	display:block;
	content:"";
	position:fixed;
	top:0; left:0;
	width:100%; height:100%;
	background:rgba(255,255,255,0.75);
}
body .pace .pace-progress {
	background-color:#1e019d; /*#eb762c;*/
	color:#1e019d;
}
body .pace .pace-activity {
	box-shadow:inset 0 0 0 2px #1e019d, inset 0 0 0 7px #ffffff;
}

#header.header-front-page {
	position:relative !important;
	min-height:460px;
}
#logo_box {
	width:200px;
	float:left;
}
.btn{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 1px;
    text-decoration: none;

    color: #FFFFFF;
    background-color: #EB762C;

}
#top_nav_box {
	width:calc(100% - 200px);
	float:right;
}
#header .top-header .header-logo {
	width:100%;
}

#header .bottom-header.blog {
    padding-top: 60px;
    padding-bottom: 60px;
}

#header.header-front-page .bottom-header {
	padding-top:55px;
	position:absolute;
	padding:0;
	top:40%;
}
#header.header-front-page .bottom-header h2 {
	text-transform:initial;
	font-size:45px;
	font-weight:600;
}
#header.header-front-page .bottom-header h2 img {
	max-width:240px;
	margin:0 15px;
}
#header .top-header .header-navigation ul {
	margin-top:5px;
}
#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu li a:hover {
  color: #eb762c;
  background:#fff;/* #1e019d;*/
}
#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu li a{
  color: #ffffff;
  background: #eb762c;
}
#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu li{
  margin-bottom: 1px;
}
#header .top-header .header-navigation ul li a:hover {
  color: #ffffff;
}
#header .top-header .header-navigation ul li:hover {
  background: #eb762c;
}
#header .top-header .header-navigation ul li {
    margin-left: 0px;
    padding:5px 15px 5px 15px;
}
#header .top-header .header-navigation ul li a {
	font-size:20px;
}
#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu {
	padding: 5px 0 0;
    width: 150px;
    left: -80px;
}
/* Search menu */
/*
#header .top-header .header-navigation ul li.menu-item-has-children .search-menu li{
	width: 100%;
    background-color: #fff;
    margin: 0;
    padding: 5px 10px;
    line-height: 1.6;
    font-weight: 600;
    font-size: 16px;
    color: #333;
    text-transform: none;
    display: block;
}
*/
#header .top-header .header-navigation ul li.menu-item-has-children .search-menu {
    left:auto; right:0; top:100%;
	widtH:380px;
	padding-top:0;
}
#header .top-header .header-navigation ul li.menu-item-has-children .lang-select {
	left:auto;
	right:0;
}
#header .top-header .header-navigation ul li.menu-item-has-children .search-menu li form{
    background: #eb762c;
    padding: 20px 10px 25px 25px;
}
#header .top-header .header-navigation ul li.menu-item-has-children .search-menu li form button{
	border: none;
	line-height:27px;
	width:70px;
	font-size:17px;
    background: #1e019d;
    float:right;
}
#header .top-header .header-navigation ul li.menu-item-has-children .search-menu li form input{
    width: 265px;
    border: none;
    margin-right: 10px;
    color: #eb762c;
    padding-left: 10px;
    font-weight:600;
    font-size:16px;
    line-height:27px;
    height:27px;
    display:inline-block;
    font-style:italic;
}
/* Fullscreen mobile responsive menu */
#header .responsive-menu.full-screen {
    height: 100%;
    position: fixed;
    overflow-y: auto;
    z-index: 999;
    background: #eb762c;
    margin: 0 !important;
    padding: 0 !Important;
    top: 0;
}
#header .responsive-menu.full-screen ul li a{
	border: none;
	color: #ffffff;
	font-size: 30px;
	font-weight: 700;
}
#header .responsive-menu.full-screen ul li a .sub-icon{
    font-size: 25px;
    position: absolute;
    right: 35px;
}
#header .responsive-menu.full-screen ul li ul.sub-menu li a{
	color: #eb762c;
}
#header .responsive-menu.full-screen ul li ul.sub-menu{
	display:none;
    font-size: 25px;
	color: #eb762c;
    background:#ffffff;
}
#header .responsive-menu.full-screen ul li.exit_bar{
    height:100px;
}
#header .responsive-menu.full-screen ul li.exit_bar a span{
    position: absolute;
    right: 35px;
    font-size: 25px;
}
#header .responsive-menu.full-screen ul li.search_bar{
    font-size: 25px;
    text-align: center;
}
#header .responsive-menu.full-screen ul li.search_bar form input {
	width: 70%;
	border: none;
	color: #eb762c;
	padding: 0px 20px;
	font-size: 23px;
	vertical-align: top;
	height: 40px;
	line-height: 40px;
}
#header .responsive-menu.full-screen ul li.search_bar form button {
	border: none;
	background: #1e019d;
	color: #ffffff;
	height: 40px;
	line-height: 40px;
	font-size: 23px;
	padding: 0 20px;
}
.open-responsive-menu {
	padding:0;
}
.open-responsive-menu .fa {
	font-size:35px;
}
/*
#exit_bar i {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 42px;
    border: 4px solid rgb(255, 255, 255);
    border-radius: 100%;
}
*/



/* CONTACT */
#contact_form_box input, #contact_form_box textarea {
	background:#fff;
	border:1px solid #9b9b9b;
    width: 100%;
    color: #eb762c;
    font-weight:600;
    font-size:16px;
    display:inline-block;
    font-style:italic;
	padding:7px 20px;
}
#contact_form_box input[type=submit] {
	width:50%;
	float:right;
	background:#eb762c;
	color:#fff;
	font-weight:700;
	text-align:center;
	font-style:normal;
	font-size:22px;
	padding:0 20px;
}
#contact_form_box a {
	color:#1e019d;
	text-decoration:none;
}
#contact_form_box b {
	color:#000;	
	letter-spacing:0;
	font-weight:900
}

#contact_form_box label {
	color:#888;
}

#blog .blog-post .blog-post-entry #contact_form_box p {
	margin:20px 0;
}
#address_info img, #address_info {
	margin-bottom:30px;
}
#address_info > div {
	margin:5px 0;
	color:#888;
	letter-spacing:1px;
}
#contact_form_box p:empty {
	margin:0 !important;
}



/* PRODUCT CATALOG */

#search_product_form {
	margin-bottom:50px;
	overflow:hidden;
}
#search_product_form input {
	background:#fff;
	border:2px solid #eb762c;
    width: calc(100% - 200px);
    color: #eb762c;
    font-weight:600;
    font-size:16px;
    display:inline-block;
    font-style:italic;
    float:left;
	padding:6px 20px 8px;
}
#search_product_form input[type=submit] {
	width:200px;
	float:right;
	background:#eb762c;
	color:#fff;
	font-weight:700;
	text-align:center;
	font-style:normal;
	line-height:24px;
	font-size:22px;
}
.gande_products {
	padding-bottom:10px;
}
.gande_product {
	margin-bottom:50px;
}
.gande_product:not(:last-child):after {
	display:block;
	height:1px;
	width:80%;
	margin-lefT:10%;
	background:#eb762c;
	content:"";
	position:relative;
	top:24px;
}
.gande_product .left a, .gande_product .left img {
	display:block;
}
#blog .blog-post .blog-post-entry .gande_product .right > .short {
	margin:0;
	width:calc(100% - 200px);
	float:left;
	padding:0 20px 20px 0;
}
.gande_product .right > .short:empty {
	display:none;
}
.gande_product .right > a, .gande_products.view > a {
	text-align: center;
    background: #eb762c;
    color:#fff;
    font-weight: 700;
    font-size: 22px;
    padding:6px 40px 8px 15px;
	display:table;
	line-height:24px;
	position:relative;
	text-decoration:none;
	float:right;
	width:200px;
}
.gande_product .right > a:after, .gande_products.view > a:after {
	position:absolute;
	top:0; right:0;
	width:30px;
	height:100%;
	display:block;
	content:"";
	background-image:url(layout/images/next.png);
	background-position:left center;
	background-repeat:no-repeat;
	background-size:auto 45%;
}
.gande_product .right > h3 {
	margin:0 0 15px;
}
.gande_product .right > h3 a {
	color:#1e019d;
	font-weight:600;
	text-decoration:none;
}

.gande_products.view .gande_product {
	margin:0;
}
.gande_products.view .gande_product ul {
	margin:20px 0;
}
.gande_products.view > a {
	float:none;
	padding:6px 15px 8px 40px;
	width:150px;
}
.gande_products.view > a:after {
	right:auto; left:0;
	background-image:url(layout/images/back.png);
	background-position:right center;
}
.gande_products.view .left {
	margin:35px 0 0;
}
.gande_product .right > h2 {
	color:#1e019d;
	font-weight:600;
	margin-bottom:20px;
}
.gande_product .right > h2:after {
	display:block;
	height:1px;
	width:100%;
	background:#eb762c;
	content:"";
	position:relative;
	top:20px;
}
.gande_product .row .image {
	margin:20px 0;
}
.captions .image {
	position:relative;
}
.captions .image span {
	position:absolute;
	top:0;
	padding:10px 20px;
	color:#fff;
	background:#eb762c;
}

.header-front-page + .container #blog {
	padding-top:0;
}
.gande_carousel ul li {
	list-style:none;
	margin:0px 0 0;
	padding:0;
	position:relative;
	width:calc(100% / 5);
	height:250px;
}
.gande_carousel ul li h3 {
	position: absolute;
	top: 0; left:0;
	margin:0;
	width:100%;
	text-align:center;
}
.gande_carousel ul li h3 a {
	padding: 3px 20px;
	display:block;
    font-size: 16px;
	background-color: #eb762c;
	/*background: rgba(255,255,255,0.85);*/
    color: #fff;
	text-decoration:none;
}
.gande_carousel ul li > a {
	display:block;
	width:auto; height:100%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	margin:0 0px;
}

.gande_products.einsatz .right {
    padding-top: 25px;
}

.gande_products.einsatz  .right > a {
    float: none;
    clear: both;
}

.pdf_generator {
    text-align: center;
}

.pdf_generator a {
    background: #eb762c;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    padding: 15px 8px;
    margin: auto;
    display: inline-block;
    line-height: 24px;
    position: relative;
    text-decoration: none;
    width: 200px;
    margin-bottom: 30px;
}

/* FOOTER   u-n-1-felgenrein-und-milder-rostentferner*/
#contact-us {
	background-color: #eb762c;
	padding:20px 0 15px;
}
#contact-us .section-header {
	margin-bottom: 0px;
}
#contact-us .section-header ul {
	margin:0 0 10px;
	padding:0;
	list-style:none;
	color:#fff;
	text-align:center;
}

#contact-us .section-header ul a {
	color:#fff;
}

#contact-us .section-header ul li {
	display:inline-block;
	font-weight:600;
	font-size:25px;
	margin:0 10px;
	line-height:27px;
}
#contact-us .section-header p {
	color:#1e019d;
}
#contact-us .section-header p a {
	color:#1e019d;
	text-decoration:underline;
}





/*  Zuruck button  */
#go_up {
	cursor:pointer;
	z-index: 99;
    text-align: center;
    height: 70px;
    width: 70px;
    position: fixed;
    bottom: 25px;
    right: 15px;
    color: #000000;
	text-decoration:none !important;
	display:none;
	background:rgba(255,255,255,0.5);
}
#go_up img {
	padding:10px;
}
#go_up p {
    margin-top: -7px;
}
#go_up i {
	 font-size: 60px;
	 display:block;
	 width:70px; height:50px;
	 line-height:50px;
	 color: #1e019d;
	 display:none;
}
#go_up:hover {
	background:#eb762c;
	color:#fff;
}


.recent_post {
    width: 100%;
    background-color: #eb762c;
    padding: 10px;
    color: #fff;
    display: block;
    text-decoration: none;
    margin-top: 70px;
    -webkit-transition: background 0.5s linear;
        -moz-transition: background 0.5s linear;
        -ms-transition: background 0.5s linear;
        -o-transition: background 0.5s linear;
        transition: background 0.5s linear;
}

.recent_post:hover {
    background-color: #eb9f2c;
    text-decoration: none;
    color: #fff;
}

.recent_post h2 {
    text-align: center;
    font-size: 27px;
    font-weight: bold;
}

.recent_post h3 {
    font-size: 20px;
}

.recent_post span {
    text-align: justify;
}

#header .bottom-header span.span-dot {
	display:none;
}
#blog .blog-post .blog-post-meta .post-meta-time .fa,
#blog .blog-post .blog-post-meta .post-meta-comments .fa,
#blog .blog-post .blog-post-meta .post-meta-author,
#blog .blog-post .blog-post-meta .post-meta-author .fa,
.widget .widget-recent-post .recent-post-button,
.widget ul li a:hover,
.widget ul li:before {
	color:#eb762c;
}
#blog .blog-post .blog-post-button,
.widget .widget-title:before,
#comments #respond .comment-form #input-submit {
	background-color:#eb762c;
}
#comments #respond .comment-form #input-submit {
	border:none;
	font-size:22px;
	text-transform:initial;
}
#comments #respond .comment-form .input-full,
#comments #respond .comment-form textarea {
	border:2px solid #eb762c;
	background:#fff;
}

#blog .blog-post .blog-post-title {
	color:#1e019d !important;
	font-size: 33px;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 15px;
	font-weight:600;
}
#sidebar {
	width:95%;
	border-color:#eb762c;
	border:none;
}
#sidebar .widget:first-child {
	margin-bottom:50px;
}
.widget {
	margin-bottom:35px;
}
.widget .widget-title {
	margin-bottom:15px;
	padding:0;
}
.widget ul li a {
	color:#333;
}
.widget .widget-title:before {
	display:none;
}
.widget ul li {
	border-color:#eb762c;
	padding-top:10px;
	padding-bottom:10px;
}
.widget .widget-title h3 {
	color:#1e019d;
	line-height:1.1;
	font-size:24px;
	text-transform:initial;
}
#blog .blog-post .blog-post-title:hover {
	color:#1e019d;
}

@media only screen and (max-width: 1199px) {

	#header.header-front-page .bottom-header h2 {
		font-size:35px;
		margin:15px 0 20px;
	}
	#header.header-front-page .bottom-header h2 img {
		display:block;
		margin:15px auto;
		max-width:200px;
	}

}

@media only screen and (min-width:993px) and (max-width: 1199px) {

	#logo_box, #top_nav_box {
		width:100%;
		float:none;
	}
	#header .top-header .header-logo {
		width:200px;
		display:block;
		margin:0 auto 20px;
		float:none;
	}
	#header .top-header .header-navigation {
		float:none;
		margin:0 auto;
		display:table;
	}
}

@media only screen and (max-width: 992px) {
/*
	#header .top-header .container > .row {
		display:table;
		width:100%;
		vertical-align:middle;
	}
	#header .top-header .container > .row .col-sm-9 {
		vertical-align:middle;
		display:table-cell;
		float:none;
	}
	#header .top-header .container > .row .col-sm-3 {
		display:table;
	}
*/
	#top_nav_box {
		margin-top:12px;
	}
	#header.header-front-page .bottom-header h2 {
		margin-top:0;
		font-size:30px;
		line-height:30px;
	}
}

@media only screen and (max-width: 767px) {
	#contact-us .section-header ul li {
		display:block;
		margin:10px 0;
	}
	#contact_form_box input[type=submit] {
		width:100%;
	}
	#header .top-header .header-logo img {
		max-width:240px;
	}
	
	#blog .blog-post .blog-post-entry .gande_product .right > .short {
		width:100%;
	}
	.recent_post {
		margin-top:0;
		position:relative;
		top:-105px;
	}
	.recent_post img {
		display:block;
		margin:0 auto 10px;
	}
	#go_up {
		background:#eb762c;
		color:#fff;
	}
	#header .bottom-header h2 {
		font-size:50px;
	}
	
}
@media only screen and (max-width: 479px) {

	#search_product_form input {
		width:100% !important;
	}
	#blog .markup-format img {
		display:block;
		margin-left:auto;
		margin-right:auto;
		float:none;
	}
}

/* Language menu only visible on Product/Contact 
#header .top-header .header-navigation > ul > li:last-of-type {
    display: none;
}*/

.page-id-41 #header .top-header .header-navigation ul li:last-of-type, .page-id-60 #header .top-header .header-navigation ul li:last-of-type, .page-id-49 #header .top-header .header-navigation ul li:last-of-type, .page-id-71 #header .top-header .header-navigation ul li:last-of-type {
    display: list-item;
}

#header .top-header .menu-item-object-page.languages:hover {
    background: none;
}

#header .top-header .languages a {
    padding: 7px;
}

#header .top-header .languages a.active {
    text-decoration: underline;
}

#header .top-header .languages a:hover {
    background-color: #eb762c;
}

h2 {
    font-weight: bold;
    color: #1e019d;
}

h3 {
    font-weight: bold;
    color: #eb762c;
}

span.un_produkte {
    color: #1e019d;
    font-weight: bold;
}

span.un_dot {
    color: #fd7f02;
}

.inline_languages {
    text-align: left;
    font-size: 19px;
    font-weight: bold;
    color: #1e019d;
    margin-bottom: 20px;
    
}

.recent_post h3, .recent_post h2 {
    color: #fff;
}

.recent_post img {
    background-color: #fff;
}

.inline_languages a {
    color: #1e019d;
    text-decoration: none;
}

.inline_languages .active {
    text-decoration: underline;
}

.markup-format ul, .markup-format ul li {
    list-style-position: outside;
}

.markup-format ul  {
    overflow: hidden;
}
.entry-author-link, .entry-date { display: none; }