body {
	display:none;
	font-family: "Karla",Arial, Helvetica, sans-serif;
	font-size: 16px !important;
	font-weight:380;
	color: #ffffff;
	line-height: 1.4em !important;
	padding: 0;
	background:#18191B;
}

.size-60 {
	font-size: 60px;
}
.size-50 {
	font-size: 50px;
}
.size-40 {
	font-size: 40px !important;
}

section.team-3 {
	padding: 30px 0 30px 0;
}
section.team-3 h3 {
	font-size: 15px;
}
section.team-3 p {
	font-size: 12px !important;
    line-height: 15px;
}

header.transparent {
    background-color: rgba(0,0,0,.3) !important;
}
header.transparent.clone.smaller {
    background-color: rgba(0,0,0,1) !important;
}



#mainmenu.dotted-separator li a::after {
	content: "\f0c8";
    font-size: 10px;
}

#subheader {
	padding-top: 100px !important;
}
@media only screen and (max-width: 480px) {
  #subheader {
      padding-top: 0px !important;
      background-size: cover !important;
  }
}
.pop-search-click {
    float: right;
    margin-top: 30px;
}
header nav {
    margin-right: 50px;
}
@media only screen and (max-width: 992px) {
  header nav {
      float: none;
  }
}

.pop-search .form-default {
	top: 120px;
}

.clone.smaller .sticky {
	position: fixed;
	top: 0px;
	width: 100%;
	background-color: #1d1e1f;
}

.widget.widget-address strong {
    color: var(--primary-color-1);
    width: 70px;
    display: inline-block;
}

.widget {
	margin-bottom: 40px;
	padding-bottom: 20px;
}
.widget_category li {
	display: block;
	padding: 5px 10px 5px 10px;
	margin-bottom: 8px;
	text-decoration: none;
	color: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	border: solid 1px #333333;
}
.widget_category li:hover {
    background-color: var(--primary-color-1);
}
.widget_category li:hover .id-color {
	color: #fff;
}

.widget_category li a {
	padding: 0;
	margin-bottom: 0px;
	border: none;
}
.product h4 {
	height: 50px;
}
#mainmenu {
	font-family: "Karla", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 3px;
	text-transform: uppercase;
}
#mainmenu li li {
	font-size: 12px !important;
	font-weight: normal;
}
#mainmenu li li a {
	width: 100%;
}
#mainmenu li.item-22 > ul {
	width: 920px !important;
}
#mainmenu li.item-22 li {
	width: 25% !important;
    float: left;
}
#mainmenu li.item-22 li a {
    height: 230px;
    background-color: rgba(0,0,0,0.5);
    color: #e2001a;
    padding-top: 20px !important;
    padding-left: 20px !important;
    font-weight: bold;
}
#mainmenu li.item-22 li a:hover {
    background-color: rgba(0,0,0,0);
    color: #ffffff;
}
#mainmenu li.item-22 li.subitem-18 {
	background-image: url("/fileadmin/templates/images/item-18.png");
	background-size: cover;
}
#mainmenu li.item-22 li.subitem-20 {
	background-image: url("/pim-e/uploads/handelsprodukte_image_upload/186/o_1fqtl99v014al1sot70d1f02gjmi.jpg");
	background-size: cover;
}

table.leucht_var_tab thead tr {
	vertical-align: top;
	color: #e2001a;
}
table.leucht_var_tab tbody tr {
	vertical-align: top;
}
table.leucht_var_tab td {
	padding-right: 10px
}

.widget_category ul#filters li {
	display: block;
	padding: 0px;
	margin-bottom: 8px;
	text-decoration: none;
	color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: solid 1px #333333;
}
.widget_category ul#filters li:hover {
	color: #fff;
}
.widget_category ul#filters li a {
	padding: 5px 10px 5px 10px;
}
.widget_category ul#filters li a.aktiv,
.widget_category ul#filters li a.selected {
	background-color: #797979;
	color: #fff;
}
.widget_category ul#filters li a:hover {
	background: transparent;
	color: #fff;
}



.widget_category li .id-color {
	color: #fff;
}

.nav-pills .nav-link, .nav-pills .show > .nav-link {
	color: #fff;
	border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	border: solid 1px #333333;  
    background-color: transparent !important; 
    margin-bottom: 5px;
}
.nav-link:focus, .nav-link.active {
	color: #fff !important;
    background-color: #797979 !important;  
}
.nav-link:hover, .nav-link.active:hover {
	color: #fff !important;
    background-color: #e2001a !important;  
}



section#section-services {
    background-color: #ffffff !important;  
}



.tab-pane p {
    margin-bottom: 0px !important;
}

.filter input[type="text"] {
    font-size: 11px !important;
    letter-spacing: 3px !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    padding: 10px 5px 10px 5px !important;
}

.product .p-inner {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
	box-shadow: none !important;
}

.product .p-images {
	background: #333;
	margin-bottom: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    position:relative;
    width: 100%;
}
.product .p-images:before {
    content: "";
    display:block;
    padding-top: 95%;
}
.product .p-images a {
    display: flex;
    justify-content: center;
    align-items: center; 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;  
}
.product img {
	background: transparent !important;   
}
#content {
	padding: 0 0 90px 0 !important;
}


a.btn-custom, a.btn-custom:hover {
	font-weight: 500;
	font-size: 12px;
	padding: 10px 20px;
    background-color: #797979;
	color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
a.btn-custom:hover {
	color: #fff;
	opacity: 1;
    background-color: #e2001a;
}


#gallery .item,
#gallery .item .picframe {
	max-height: 200px !important;
}
#gallery.products .item {
	max-height: 600px !important;
}

.item img {
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
    margin-bottom: 0px !important;
}

#v-pills-tabContent.tab-content {
    padding: 20px !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: solid 1px #333333;  
}

.slotholder {
	pointer-events: none;
}

.tp-caption.sfr.start a.btn-custom, .tp-caption.sfr.start a.btn-custom:hover {
	border: none;  
	pointer-events: auto;
}


a.btn-line {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.crumb a {
	color: #fff;
}
.crumb a:hover {
	color: #e2001a;
}

#refOverview ul li a.selected {
	background-color: #797979;
	color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: solid 1px #333333;
}
#refOverview ul li a:hover {
	color: #fff;
    background-color: #e2001a;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: solid 1px #333333;
}


.de-gallery.hover-1 span.overlay-1 {
	background: rgba(0,0,0,0);
}
.de-gallery.hover-1 span.overlay-1:hover {
	background: rgba(0,0,0,.6);
}
.de-gallery.hover-1 span.overlay-1 .pf_text {
	bottom: -20%;
    opacity: 0;
}
.de-gallery.hover-1 span.overlay-1:hover .pf_text {
	bottom: 10%;
    opacity: 1;
}
.de-gallery.hover-1 span.overlay-1 .pf_text .project-name {
    color: #fff;
}


.de-team-list .team-desc {
	background-color: rgba(3,3,3,0.4) !important;
}


.container-5 .de-team-list {
  width: 19.9%;
  float: left;
  position: relative;
}


.container-6 .de-team-list {
	width: 100%;
	float: left;
	position: relative;
}

@media screen and (min-width: 768px) {
  .container-6 .de-team-list {
      width: 50%;
  }
}
@media screen and (min-width: 994px) {
  .container-6 .de-team-list {
      width: 33.3%;
  }
}
@media screen and (min-width: 1400px) {
  .container-6 .de-team-list {
      width: 16.6%;
  }
}

#agile-form label[for=Leuchtmittel_individuell],
#agile-form label[for=Anzahl_Leuchten],
#agile-form label[for=agilefield-15],
#agile-form label[for=agilefield-6],
#agile-form label[for=agilefield-14],
#agile-form label[for=agilefield-9],
#agile-form label[for=agilefield-17],
#agile-form label[for=agilefield-18],
#agile-form label[for=agilefield-19],
#agile-form label[for=agilefield-20],
#agile-form label[for=agilefield-21],
#agile-form label[for=agilefield-22],
#agile-form label[for=Anzahl_Leuchten_mit] {
    display: none;
}

#agile-form input[type=text],
#agile-form textarea,
#agile-form input[type=email],
#agile-form input[type=number] {
	padding:10px;
	margin-bottom:10px;
	color:#fff;
	border:solid 1px rgba(255,255,255,.2);
	background:rgba(0,0,0,.1);
	border-radius:0 !important;
	height:auto;
}

#agile-form input[placeholder],
#agile-form textarea[placeholder] {
	color:#fff;
}
	
#agile-form button[type=submit].btn-line {
	padding:8px 20px;
}
	
#agile-form button[type=submit].btn-line:hover {
	border-color:#111;
}
	
#agile-form textarea {
	height:178px;
}

#agile-form label.i-checks {
	font-size: 15px;
	color: #999;
    margin-right: 15px;
    cursor: pointer;
}

#agile-form .i-checks input {
	position: absolute;
	opacity: 0;
	width: auto;
}

#agile-form .i-checks > i {
	border: 1px solid rgba(255,255,255,.2) !important;
	background-color: transparent;
    vertical-align: middle;
    box-sizing: content-box;
    margin-bottom: 4px;
	position: relative;
	width: 20px;
	height: 20px;
	margin-top: -2px;
	margin-right: 4px;
	line-height: 1;
}
#agile-form .i-checks > i::before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	background-color: transparent;
	content: "";
	-webkit-transition: all .2s;
	transition: all .2s;
}

#agile-form .i-checks input:checked + i::before {
    background-color: #fff !important;
	top: 5px;
	left: 5px;
	width: 10px;
	height: 10px;
}

#agile-form h3 {
    margin-top: 15px;
    margin-bottom: 10px;
    line-height: 12px;
	font-family: "Karla",Arial, Helvetica, sans-serif;
  	font-size: 16px !important;
  	font-weight: 380;  
}

#c93 #agile-form input[type="text"], 
#c93 #agile-form textarea, 
#c93 #agile-form input[type="email"], 
#c93 #agile-form input[type="number"],
#c127 #agile-form input[type="text"], 
#c127 #agile-form textarea, 
#c127 #agile-form input[type="email"], 
#c127 #agile-form input[type="number"],
#c197 #agile-form input[type="text"], 
#c197 #agile-form textarea, 
#c197 #agile-form input[type="email"], 
#c197 #agile-form input[type="number"] {
    width: 100%;  
}
#c93 .agile-hide-formname,
#c127 .agile-hide-formname,
#c197 .agile-hide-formname {
    display: none;
}


.padding-left {
	padding-left: 15px;
}


.de-bloglist-type-1 .d-image {
	position: absolute;
	overflow: hidden;
	width: 100px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.de-bloglist-type-1 .d-image img {
	width: 100%;
}
.de-bloglist-type-1 .d-content {
	padding-left: 120px;
	display: block;
	border-bottom: solid 1px rgba(0, 0, 0, .1);
	padding-bottom: 15px;
}
.de-bloglist-type-1 .d-content a {
	overflow: hidden;
	position: relative;
	font-size: 16px;
	line-height: 1.5em;
}
.de-bloglist-type-1 .d-date {
	position: relative;
	font-size: 12px;
	font-weight: 500;
	padding-left: 18px;
}
.de-bloglist-type-1 .d-date::before {
	font-family: "FontAwesome";
	font-weight: 300;
	color: var(--primary-color-1);
	content: "\f073";
	left: 0;
	position: absolute;
}

.widget ul.de-bloglist-type-1 li {
	height: 80px;
}

#sidebar .widget {
	border: none;
}

.post-text p a {
    color: #e2001a;
}
.subfooter .container .row .col-md-6:first-child a:hover,
.post-text p a:hover {
    border-bottom: 1px dotted #e2001a;
}
#info-box {
	background: rgba(0,0,0,.7);
}

.tparrows::before {
	background-color: #797979 !important;
    font-weight: bold;
}
.tparrows:hover::before {
	background-color: #e2001a !important;
}

#kontaktformular-257 label,
#kontaktformular-257 legend {
    display: none;
}

.blog-list .date-box .day {
	font-size: 25px;
	padding-top: 10px;
}
.blog-list .post-text {
	padding-top: 0px;
}

#refOverview #filters a {
    display: inline-block;
    padding: 10px 0px 8px 0px !important;  
}
#refOverview #filters a span {
    display: inline-block;
    padding: 0px 20px 0px 20px !important;  
}

.leucht_var_tab.desktop {
  display: none;
}
.leucht_var_tab.mobile {
  display: block;
}

@media only screen and (min-width: 992px) {
  .leucht_var_tab.desktop {
      display: block;
  }
  .leucht_var_tab.mobile {
      display: none;
  }
}
