.parallax-scene{position:absolute;width:100%;height:100%;background-repeat:no-repeat;top:0;left:0;overflow:hidden}.bdt-scene-item{position:absolute;width:102%;height:104%;background-repeat:no-repeat;overflow:hidden;margin:0;padding:0;top:-1%;left:-2%;background-size:auto}.LTacademy-list table {
font-size: 1em;
}
.LTacademy-list table,
.LTacademy-list thead,
.LTacademy-list th,
.LTacademy-list tr,
.LTacademy-list td {
border: none;
vertical-align: middle;
}
.LTacademy-list thead tr th {
text-align: center;
border: none !important;
}
.LTacademy-list .LTacademy-eventrow {
border-bottom: 10px solid white;
}
.LTacademy-list table tbody>tr:nth-child(odd)>td.LTacademy-eventdate {
background: var(--e-global-color-6ba420e);
}
table tbody tr:hover td.LTacademy-eventdate,
.LTacademy-list table tbody>tr:nth-child(odd):hover>td.LTacademy-eventdate {
background-color: black;
}
.LTacademy-list {
margin-left: auto;
margin-right: auto;
}
.LTacademy-eventrow {
height: 5rem;
}
.LTacademy-eventday {
font-size: 2rem;
width: 5rem;
text-align: center;
display: block;
font-weight: bold;
color: white;
margin: auto;
}
.LTacademy-eventmonth {
font-size: 1.3rem;
width: 5rem;
text-align: center;
display: block;
color: lightgrey;
margin: auto;
}
.LTacademy-eventdate {
padding: 25px 15px;
background-color: var(--e-global-color-primary);
}
.LTacademy-eventname {
width: 30vw;
padding-left: 30px;
cursor: pointer;
}
.LTacademy-eventname {
cursor: auto;
}
.LTacademy-eventname a.LTacademy-eventheader {
cursor: pointer;
}
.LTacademy-eventname a.LTacademy-eventheader:hover {
cursor: pointer;
color: var(--e-global-color-accent);
}
.LTacademy-eventheader {
font-size: 1.5rem;
font-weight: bold;
color: black;
display: block;
}
.LTacademy-eventtime {
width: 50px;
text-align: center;
}
.LTacademy-eventlocation {
text-align: center;
}
.LTacademy-list th i {
display: none;
}
@media (max-width: 640px) {
.LTacademy-list {
margin-left: -30px;
margin-right: -20px;
}
}
@media (max-width: 760px) {
.LTacademy-list th i {
display: block;
}
}
.LTacademy-eventday {
font-size: 1.5rem;
width: auto;
padding-right: 1rem;
padding-left: 1rem;
}
.LTacademy-eventmonth {
width: auto;
font-size: 1rem;
padding-right: 1rem;
padding-left: 1rem;
}
.LTacademy-eventheader {
font-size: 1.2rem;
line-height: 1.8;
}
.LTacademy-eventname {
width: 50%;
}
.LTacademy-eventshortdescription {
}
.LTacademy-list th i {
font-family: 'Font Awesome\ 5 Free';
font-style: normal;
}
.LTacademy-list th i {
content: '';
font-style: normal;
}
.LTacademy-list .LTacademy-headertext {
display: none;
}
.LTacademy-eventmap {
background-color: black;
width: 40vw;
height: 20vw;
}.ledtek-shop-card {
padding: 30px 30px 30px 30px;
background-color: white;
box-shadow: 0px 10px 27px -13px rgba(0,0,0,0.5);
display: block;
}
.ledtek-shop-datasheet-div {
text-align: left;
}
.ledtek-shop-col.ledtek-shop-column-1, .ledtek-shop-col.ledtek-shop-column-2 {display: flex;
flex-direction: column;
justify-content: space-around;
}
.ledtek-shop-data.ledtek-shop-data-large {display: flex;
flex-direction: column;
align-items: center;}
.ledtek-shop-description ul {
padding-left: 20px;
}
.ledtek-shop-col-data
{
display: flex;
flex-wrap: wrap;
}
.ledtek-shop-header{
font-weight: bold;
}
.ledtek-shop-column-1{
order: 1;
padding-left: 0px;
padding-right : 1%;
}
.ledtek-shop-column-2{
order: 2;
padding-left: 1%;
padding-right : 0px;
}
.ledtek-shop-col
{
width: 50%;    
display:inline-block;
vertical-align: middle;
}
.ledtek-shop-img{
width: 100%; text-align: center;
}
.ledtek-shop-img img{
max-height: 350px;
}
@media screen and (max-width: 768px)
{
.ledtek-shop-col{
width: 96%;
padding-right: 2%;
padding-left: 2%;
display: block;
}
.ledtek-shop-col-mobile{
display: block!important;
}
.ledtek-shop-data-large{
display: none !important;
}
.ledtek-shop-col-layout-left .ledtek-shop-column-1{
order: 2;
padding-left: 0px !important; 
padding-right: 0px !important;        
}
.ledtek-shop-col-layout-left .ledtek-shop-column-2{
order: 1;
padding-left: 0px !important;
padding-right: 0px !important;             
}
.ledtek-shop-header{
text-align: center;
}
} 
.ledtek-shop-col-mobile{
display: none;
}
.ledtek-shop-data-large{
display: block;
}
.ledtek-shop-addbutton{
padding: 8px 20px;
color: #fff;
background-color: var(--e-global-color-primary);
border: none;
cursor: pointer;
width: auto;
margin: 15px 0px;
}
.ledtek-shop-addbutton:hover{
background-color: var(--e-global-color-accent);
}
.ledtek-shop-addbutton.added{
background-color: #E82E19;
}
.ledtek-shop-addbutton::before{
content: "In den Warenkorb";    
}
.ledtek-shop-addbutton.added::before{
content: "Entfernen";    
}
.ledtek-shop-addbutton-EN::before{
content: "Add to cart";
}
.ledtek-shop-addbutton-EN.added::before {
content: "Remove";
}
.ledtek-shop-addbutton::after{
content: "\f217";
font-size: 16px;
font-family: Font Awesome\ 5 Free;
font-weight: bold;
margin-left: 3px;
}
.ledtek-shop-addbutton.added::after{
content: "\f00d";
}
.ledtek-shop-status-available{
color: #339966;
}
.ledtek-shop-status-soldout{
color: orange;
}
.ledtek-shop-statustext{
width: 100%;
text-align: center;
}
.ledtek-shop-pricetag{
text-align: center;
font-size: 24px;
font-weight: bold;
line-height: 1.2;
}
.ledtek-shop-img-360 a{
color: #212934;
opacity: 1!important;
}
.ledtek-shop-datasheet-div{
margin-top: 1rem;
}
.ledtek-shop-datasheet-button{
font-weight: 500;
}
.ledtek-shop-datasheet-button i{
margin-left: 10px;
}
.ledtek-shop-variants td{
background: none;
margin: 1px;
border: none;
background-color: white !important;
padding: 1px;
vertical-align: middle;
}
.ledtek-shop-variants .ledtek-shop-addbutton{
width: auto !important;
height: auto !important;
margin-left: 10px;
font-size: 13px;
font-weight: 500;
line-height: 21px;
letter-spacing: -0.2px;
}
.ledtek-shop-variants .ledtek-shop-addbutton::before{
font-size: 14px;
}
.ledtek-shop-variants .ledtek-shop-addbutton::after{
font-size: 14px;
}.cart{
position: fixed;
bottom: 0px;
height: 6rem;
width: 100%;
color:black;
background: #ECEBEB;
z-index: 10012;
transition: all 1s ease-in-out;
display: none;
padding-top:2rem;
-webkit-transform: translateZ(1px);
max-height: 650px;
box-shadow: 0px 0px 27px 0 rgba(0,0,0,0.15);
}
.cartup{
height: 10rem;
}
.extendbtn{
height: 1.35rem;
font-size: 1.25rem;
width: auto;
background: none;
border:none !important;
cursor: pointer;
font-weight: bold;
color: var(--e-global-color-primary) !important;
padding: 0px;
background-color: transparent!important;
}
.extendbtn:hover {
transform: scale(1.05);
background: none;
}
.extendbtn:before{
color: #51257d;
font-family:  Font Awesome\ 5 Free;
content: "\f102";
font-size: 1.35rem;
font-weight: bold;
margin-right: 5px;
}
.extendbtn.ext:before{
color: #51257d;
font-family: Font Awesome\ 5 Free;
content: "\f103" !important;;
font-size: 1.35rem;
font-weight: bold;
}
.cartList{
width: 100%;
height: auto;
max-height: 4.3rem;
overflow: auto;
}
.cartheader{
font-size: 1.25rem;
font-weight: bold;
color: #51257d;
}
.extended{
height: 75%;
}
.cartsum{
text-align: end;
}
.priceheader{
font-weight: bold;
vertical-align: bottom;
}
.pricespan{
vertical-align: bottom;
}
.carttableamount{
width: 10%;
text-align: left;
}
.carttablename{
width: 90%;
}
.cartforminput.cartamount{
width: 40px !important;
height: 1.5rem !important;
text-align: center;
}
.cart-table{
width: 100%;
table-layout: fixed;
}
.cart-body{
width: 80%;
margin: 5px auto;
height: calc(100% - 80px);
}
.colamount{
width: 80px;
text-align: left;
}
.colart{
text-align: start;
}
.colprice
{
width: 120px;
text-align: center;
}
.colgesprice
{
width: 85px;
text-align: right;
}
.cartrow{
border-top: 1px solid rgba(81,37, 87, 0.5);
border-bottom: 1px solid rgba(81,37, 87, 0.5);
}
.itempriceinline
{
font-size: 0.85rem;
opacity: 0.5;
display: none;
}
@media screen and (max-width: 640px)
{
.colprice
{
display:none;
}
.itempriceinline
{
display: block;
}
.carthalf-1{
width:100% !important;
float: none !important;;
display: block !important;;
}
.carthalf-2{
width: 100% !important;;
float: both !important;;
display: block !important;;
}
.extended{
height: 70% !important;
}
}
.cartpricetag
{
font-weight: light;
font-size: 0.85rem;
}
.plusbutton:after{
content: "\f0fe";
margin-left: 3px;
color: darkgreen;
}
.minusbutton:after{
content: "\f146";
margin-right: 3px;
color: darkred;
}
.deletebutton:after{
content: "\f2ed";
margin-left: 4px;
font-size: 1rem !important;
font-weight: 900;
}
.amButton:after
{
font-family: Font Awesome\ 5 Free;
font-size: 1.9rem;
vertical-align: middle;
line-height: 2rem;	
cursor: pointer;
}
.sendbutton{
width: 100%;
cursor: pointer;
margin-top: 10px;
margin-bottom: 60px;
max-width: 300px;
font-size: 16px;
border:none;
}
.cartformcheckbox input[type=checkbox]
{
visibility : hidden;
}
.cartformcheckbox{
height: 1rem !important;
width: 1rem !important;
border-radius: 0px !important;
background-color: #ECEBEB !important;
color: #333 !important;
border: 1px solid rgba(81,37, 87, 0.5) !important;
position: relative;
display: inline-flex;
vertical-align: middle;
margin-bottom: 2px !important;
margin-right: 5px;
}
.cartformcheckbox label{
display: block;
width: 0.7rem;
height: 0.7rem;
transition: all .5s ease;
cursor: pointer;
position: absolute;
top: 0.075rem;
left: 0.075rem;
}
.cartformcheckbox input[type=checkbox]:checked + label
{
background: #51257d;
}
.cartformrow div, #shippingaddress .cartformrow #CartShipCompany{    margin-bottom: 15px;}
#shippingaddress {margin-top: 10px;}
.cartformlabel{
display:block;
font-size: 0.8rem;
line-height: 1.2rem;
margin-bottom: 0;
}
.cartforminput, input[type=text].cartforminput{
height: 2rem !important;
width: 100%;
border-radius: 0px !important;
-webkit-appearance: none;
padding: 0 5px !important;
border: 1px solid #c1c1c1;
background-color: #fff;
}
.cartforminput::placeholder{
color: #555 !important;
}
.cartformcol-full{
width: 100%;
}
.cartform-center{
width: 100%;
text-align: center;
display: inline-block;
}
.cartformcol-anrede{
width: 70px;
display: inline-block;
}
.cartformcol-land{
width: 60px;
display: inline-block;
}
.cartformcol-2-1-100{
width: calc((100% - 82px)/2);
display: inline-block;
}
.cartformcol-2-2-100{
width: calc((100% - 82px)/2);
display: inline-block;
}
.cartformcol-2{
width: 49%;
display: inline-block;
}
.cartformcol-14-1{
width: 74%;
display: inline-block;
}
.cartformcol-14-2{
width: 24%;
display: inline-block;
}
.cartformcol-14-1-100{
width: calc(((100% - 72px)/5) * 4);
display: inline-block;
}
.cartformcol-14-2-100{
width: calc(((100% - 72px)/5));
display: inline-block;
}
.float-right
{
float: right;
}
.float-left
{
float: left;
margin-right: 1%;
}
.cartextendbody{
display: none;
margin-bottom: 2rem;
margin-top: 2rem;
overflow-y:auto;
overflow-x:hidden;
height: 100%;
}
.cartextendbody::-webkit-scrollbar {
width: 9px;
height: 9px;
}
.cartextendbody::-webkit-scrollbar-button {
width: 0px;
height: 0px;
}
.cartextendbody::-webkit-scrollbar-thumb {
background: #BBBBBB;
border: 4px solid #ecebeb;
border-radius: 50px;
}
.cartextendbody::-webkit-scrollbar-thumb:hover {
background: #51257d;
}
.cartextendbody::-webkit-scrollbar-thumb:active {
background: #000000;
}
.cartextendbody::-webkit-scrollbar-track {
background: #ecebeb;
border: 0px none #ffffff;
border-radius: 50px;
}
.cartextendbody::-webkit-scrollbar-track:hover {
background: #ecebeb;
}
.cartextendbody::-webkit-scrollbar-track:active {
background: #ecebeb;
}
.cartextendbody::-webkit-scrollbar-corner {
background: transparent;
}
.cartformdiv
{
max-width: 100%;
margin: 0 auto;
}
.cartdropdown{
cursor: pointer;
}
.carthalf-1{
width:49%;
float: left;
display: inline-block;
}
.carthalf-2{
width:49%;
float: right;
display: inline-block;
margin-top: 0.75rem;
}
.cart-body td{
background-color: transparent !important;
border: none;
padding: 2px;
}
.cart-body #cartlist .cartrow td, .cart-body #cart-table.cart-table th {padding: 7px; vertical-align: middle;}
.cart-table th{
border: none !important;
}
.cart-table tr{
border: none;
border-bottom: solid 1px#51257d;
}
.cartspace{
margin-bottom: 6rem;
}.LTCalc_quoteInfoBoxText {
width: auto;
margin-right: auto;
margin-left: auto;
display: table;
}
.LTCalc_quoteInfoBoxContainer {
position: relative;
}
.LTCalc_quoteInfoBoxContent {
display: block;
margin-right: auto;
margin-left: auto;
}
.LTCalc_quoteInfoBox {
position: absolute;
top: 0px;
height: 750px;
background-color: white;
z-index: 3;
display: flex;
align-items: center;
opacity: 1;
transition: opacity 0.25s;
width: 100%;
}
.LTCalc_hidden {
z-index: -1;
opacity: 0;
transition: opacity 0.25s;
}
.LTCalc_configuratorContainer {
background-color: #f2f2f2;
padding: 2rem;
}
@media (max-width: 768px) {
.fusion-body .fullwidth-box .LTCalc_configuratorContainer {
padding: 1rem px !important;
margin-left: -30px !important;
width: calc(100% + 60px) !important;
}
}
.LTCalc_configuratorSettingsContainer {
color: #969696;
}
.LTCalc_quoteformpanel {
font-size: 1rem;
font-weight: bold;
text-align: center;
width: 100%;
display: none;
position: relative;
top: 0px;
left: 0px;
z-index: 0;
background: #f2f2f2;
}
.LTCalc_quoteform input,
select {
color: black !important;
}
.LTCalc_quoteformpanel .qpclosebutton {
font-size: 2rem;
position: absolute;
right: 2rem;
cursor: pointer;
}
.LTCalc_qpclosebutton input {
display: none;
}
#quoteforminputs {
font-weight: bold !important;
font-size: 1rem !important;
}
.LTCalc_quoteform {
width: 100%;
text-align: left;
left: 0;
position: relative;
line-height: 2rem;
display: block;
color: #969696 !important;
font-size: 1rem !important;
font-weight: bold !important;
}
.LTCalc_quoteform input {
background-color: #e2dfdf;
border: 0px;
box-shadow: none;
font-size: 100%;
}
.LTCalc_quoteform select {
width: 100%;
background-color: #e2dfdf;
border: 0px;
box-shadow: none;
height: 2rem;
padding: 0 1rem;
font-size: 100%;
line-height: 1.15;
}
.LTCalc_quoteform textarea {
width: 100%;
background-color: #e2dfdf;
border: 0px;
box-shadow: none;
height: 8rem;
padding: 0.5rem 1rem;
font-size: 100%;
line-height: 1.15;
resize: none;
color: black;
}
.LTCalc_quoteform input[type="text"] {
max-width: 100%;
height: 2rem;
}
.LTCalc_quoteheader {
padding-top: 5rem;
font-weight: 500 !important;
color: #969696 !important;
font-size: 1.125rem !important;
}
.LTCalc_quoteform .LTCalc_hiddenbutton {
display: none;
}
.LTCalc_quoteformsvgbutton {
width: 100%;
cursor: pointer;
}
.LTCalc_quoteformsvgbutton .LTCalc_buttonshape {
fill: #f2f2f2;
}
.quoteformsvgbutton .buttonshape path {
stroke: #999;
}
.LTCalc_quoteformsvgbutton .LTCalc_buttonshape:hover {
fill: #51257d !important;
}
.LTCalc_quoteformsvgbutton .LTCalc_buttonshape text {
fill: #999;
font-size: 1.5rem;
font-weight: 1;
}
.LTCalc_dataprotectiontext {
font-size: 0.85rem;
font-weight: lighter;
line-height: normal;
height: auto;
overflow: hidden;
}
.LTCalc_qfinfo {
color: #aa64dc;
background-color: #e2dfdf;
font-weight: bold;
font-size: 1rem;
display: none;
}
.LTCalc_sendMessageDiv {
width: 90%;
left: 5%;
position: relative;
top: 50%;
display: none;
}
.LTCalc_hiddenbutton {
display: none;
}
.LTCalc_getquoteButton { cursor: pointer;
width: 100%;
}
.LTCalc_getquoteButton svg {
width: 100%;
fill: #888;
filter: grayscale(1);
}
.LTCalc_getquoteButton svg:hover {
width: 100%;
fill: #51257d !important;
filter: grayscale(0);
transition: all 500ms;
}
.LTCalc_getquoteButtonColored svg {
fill: #51257d !important;
filter: grayscale(0) !important;
} .LTCalc_ConfigSettingsCustomize {
display: block;
}
.LTCalc_ConfigSettingsPnP {
display: none;
} .LTCalc_configuratorh2 {
display: block;
}
.LTCalc_configModeSelectorContainer {
position: relative;
padding-bottom: 1rem;
padding-top: 0px;
}
.LTCalc_configOR {
position: absolute;
z-index: 2;
top: 0px;
left: 45.1%;
width: 10.2%;
}
@media (min-width: 768px) {
.LTCalc_configModeSelectorContainer {
padding-top: 1rem;
}
.LTCalc_configOR {
top: 1rem;
}
}
.LTCalc_configmodeslector {
display: inline;
margin: 0px;
font-size: 0px;
vertical-align: top;
align-items: center;
padding-right: 0rem !important;
}
.LTCalc_configmodeslector input[type="radio"] {
display: none;
margin: 0;
width: 0;
visibility: collapse;
}
.LTCalc_configmodeslector input:checked+.LTCalc_configmodesvg .LTCalc_bg {
fill: #51257d;
stroke: #51257d;
}
.LTCalc_configmodeslector input:checked+.LTCalc_configmodesvg text {
fill: #ffffff;
}
.LTCalc_configmodeslector:hover .LTCalc_configmodesvg .LTCalc_bg {
fill: #e0e0e0;
}
.LTCalc_configmodesvg {
display: inline-block;
position: relative;
width: 49.95%;
}
.LTCalc_configmodesvg .LTCalc_bg {
fill: #f2f2f2;
stroke: #999
}
.LTCalc_configmodesvg text {
fill: #999999;
font-size: 25px;
} .LTCalc_configuratorSettingsContainer {
padding-top: 0.5rem;
padding-left: 2%;
padding-right: 2%;
margin: 0px;
}
@media (min-width: 768px) {
.LTCalc_configuratorSettingsContainer {
margin: 0px;
}
}
.LTCalc_configuratorh2 {
font-size: 1rem;
font-weight: bold;
color: #7f7a7a;
font-weight: bold;
margin-bottom: 0.1rem;
display: table-cell;
vertical-align: top;
}
.LTCalc_configuratorSettings hr {
border: solid 0.03rem #e7e7e7;
}
.LTCalc_configuratorSettingsContainer .LTCalc_configuratorLabel {
display: table-cell;
text-align: right;
font-weight: normal;
margin-left: 0.5rem;
color: #51257d !important;
width: auto;
text-align: right;
float: right;
}
.LTCalc_configselector {
display: inline-flex;
margin: 0px;
font-size: 1rem;
vertical-align: top;
align-items: center;
padding-right: 1rem;
font-weight: 1;
}
.LTCalc_configselector input[type="radio"] {
display: none;
margin: 0;
width: 0;
}
.LTCalc_configselector span {
background: #cccccc;
width: 1.5rem;
height: 1.5rem;
display: inline-block;
position: relative;
transition: all .2s linear;
margin: 0.2rem
}
.LTCalc_configselector input:checked+span {
background: #51257d;
border: 3px solid #cccccc;
}
.LTCalc_configselector:hover span {
border: 3px solid #51257d;
}
.LTCalc_getButton {
padding-top: 5px;
padding-bottom: 5px;
}
.LTCalc_configuratorInfoContainer {
padding-top: 0px;
height: 2.3rem;
}
.LTCalc_configuratorInfoText {
font-size: 0.9rem;
color: #AA64cd;
visibility: visible;
vertical-align: middle;
line-height: 2rem;
padding-bottom: 0.5rem;
}
.LTCalc_configuratorInfoText a {
text-decoration: underline;
font-weight: bold;
cursor: pointer;
}
.LTCalc_configuratorbg2 {
background: #e2dfdf;
padding-top: 0.3rem;
margin-bottom: 1px;
padding-bottom: 0.3rem;
} input[type=range] {
-webkit-appearance: none; width: 100%;
margin: 3px 0;
background: transparent;
}
@media (min-width: 768px) {
input[type=range] {
width: 100%;
}
}
input[type=range]:focus {
outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
width: 100%;
height: 0.5rem;
cursor: pointer;
background: #cccccc;
border-radius: 0px;
border: 0px solid #cccccc;
}
input[type=range]::-webkit-slider-thumb {
-webkit-appearance: none;
border: 3px solid #51257d !important;
height: 1.5rem;
width: 1.5rem;
border-radius: 1.5rem;
background: #ffffff;
cursor: pointer;
-webkit-appearance: none;
margin-top: -0.5rem;
}
input[type=range]::-moz-range-track {
width: 100%;
height: 0.5rem;
cursor: pointer;
background: #cccccc;
border-radius: 0px;
border: 0px solid #cccccc;
}
input[type=range]::-moz-range-thumb {
box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
border: 3px solid #aa64dc;
height: 1.5rem;
width: 1.5rem;
border-radius: 1.5rem;
background: #ffffff;
cursor: pointer;
}
input[type=range]::-ms-track {
margin-bottom: 0.5rem;
width: 100%;
height: 0.5rem;
cursor: pointer;
background: transparent;
border-color: transparent;
color: transparent;
}
input[type=range]::-ms-fill-lower {
background: #aa64dc;
border: 0px solid #cccccc;
border-radius: 0px;
box-shadow: none;
}
input[type=range]::-ms-fill-upper {
background: #cccccc;
border: 0px solid #cccccc;
border-radius: 0px;
box-shadow: none;
}
input[type=range]::-ms-thumb {
box-shadow: non;
border: 3.3px solid #aa64dc;
height: 1.5rem;
width: 1.5rem;
border-radius: 1.5rem;
background: #ffffff;
cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
background: #aa64dc;
}
input[type=range]:focus::-ms-fill-upper {
background: #cccccc;
} .LTCalc_customItemTable {
font-size: 0.9rem;
border-style: none;
border: none !important;
margin-bottom: 1rem;
width: 100%;
}
.LTCalc_customItemTable td {
border: none !important;
height: 1.5rem;
padding: 0;
display: table-cell;
background-position: bottom right;
vertical-align: center;
}
.LTCalc_customItemTable td .LTCalc_middleTd {
width: 100%;
}
.LTCalc_collapseomatic_content {
font-size: 0.8rem;
}
.configuratorSettingsContainer .LTCalc_itemHeader {
display: inline-block;
color: #999 !important;
margin: 0px;
font-weight: normal;
font-size: 1.1rem;
display: table-cell;
vertical-align: middle;
}
.LTCalc_itemHeader
{
display: table-cell;
vertical-align: middle;
}
.LTCalc_customItemTable .LTCalc_itemHeaderTd .LTCalc_itemHeader {
color: #999 !important;
}
.LTCalc_customselect select{
color: #999 !important;
background: none;
border: solid 1px grey;
margin: 0px;
padding: 0px;
padding-right: 10px;
padding-left: 20px;
height: auto;
font-size: 1.1rem;
margin-left: -5px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.LTCalc_customselect {
display: table-cell;
width: auto;
}
.LTCalc_customselect select {
width: auto;
}
.LTCalc_customselectsingle {
margin-left: 42px;
display: block;
}
.LTCalc_configuratorSettingsContainer .LTCalc_configuratorh2 .cLTCalc_ustomselect:after {
content: '2B0D';
position: absolute;
top: -5px;
left: -0px;
bottom: 0;
font-size: 1.25rem;
color: #999;
pointer-events: none;
}
@media (max-width: 768px) {
.LTCalc_configuratorSettingsContainer .LTCalc_itemHeader {
font-size: 0.8rem !important;
}
.LTCalc_configuratorh2 {
font-size: 0.8rem !important;
}
.LTCalc_configuratorSettingsContainer .LTCalc_configuratorh2 .LTCalc_customselect:after {
font-size: 1rem !important;
}
.LTCalc_configuratorSettingsContainer .LTCalc_configuratorh2 select {
font-size: 0.8rem !important;
}
.LTCalc_itemcheckbox svg {
width: 1.1rem !important;
height: 1.1rem !important;
}
#quoteforminputs {
font-size: 0.8rem !important;
}
.LTCalc_dataprotectiontext {
font-size: 0.7rem;
}
}
.LTCalc_customcollapseomatic {
background-position: 98%;
padding: 0px;
}
.LTCalc_custom_collapseomatic_content {
padding: 0px;
margin: 0px;
}
.LTCalc_customItemTable .anzTd {
color: #51257d !important;
width: 50px !important;
display: block;
text-align: right;
}
.LTCalc_itemtoggle {
display: none;
}
.LTCalc_itemcheckbox {
display: table-cell;
margin: 0px;
font-size: 1rem;
vertical-align: top;
align-items: center;
font-weight: 1;
width: 1rem;
padding-right: 0.5rem !important;
}
.LTCalc_itemcheckbox input[type="checkbox"] {
display: none;
margin: 0;
width: 0;
}
.LTCalc_itemcheckbox input[type="radio"] {
display: none;
margin: 0;
width: 0;
}
.LTCalc_itemcheckbox svg {
fill: #DDD;
width: 1.5rem;
height: 1.5rem;
display: inline-block;
position: relative;
transition: all .2s linear;
border: 1px solid #BBB;
margin: 0.2rem
}
.LTCalc_itemcheckbox input:checked+svg {
fill: #51257d;
}
.LTCalc_itemcheckbox input:enabled:hover+svg {
border: 3px solid #51257d;
}
.LTCalc_itemcheckbox input:disabled+svg {
background: #CCC;
}
.LTCalc_itemHeaderTd {
padding-right: 1rem !important;
width: 100%;
}
.LTCalc_configuratorFooter {
margin-top: 2rem;
}
.LTCalc_infoiconinew {
margin-top: auto;
margin-bottom: auto;
margin-left: -10px;
cursor: pointer;
}
.LTCalc_min-height-0 {
min-height: 0px !important;
}
.LTCalc_configuratorHeader svg {
width: 100%;
}
.LTCalc_configuratorHeader svg .LTCalc_bg {
fill: #51257d;
}
.LTCalc_quoteform .LTCalc_row {
margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 768px) {
.LTCalc_col-50 {
width: calc(50% - 8px);
display: inline-block;
}
.LTCalc_col-30 {
display: inline-block;
width: calc(30% - 8px);
}
.LTCalc_col-70 {
display: inline-block;
width: calc(70% - 8px);
}
.LTCalc_mr-5 {
margin-right: 10px;
}
}
@media (min-width: 1200px) {
.LTCalc_sendbuttondiv {
width: 70%;
display: block;
margin-right: auto;
margin-left: auto;
}
}
.LTCalc_infoiconi {
font-weight: bold;
background-color: lightgrey;
border-radius: 50%;
width: 20px;
height: 20px;
text-align: center;
vertical-align: middle;
line-height: 20px;
display: inline-block;
padding-top: 0px;
margin-top: auto;
margin-bottom: auto;
margin-left: -10px;
cursor: pointer;
}
.LTCalc_popuptext {
visibility: hidden;
color: black;
text-align: left;
border-radius: 6px;
position: absolute;
z-index: 1;
bottom: 125%;
left: 50%;
background-color: #FFF;
width: 250px;
font-size: 0.8rem;
padding: 10px;
margin-left: -120px;
}
.LTCalc_infoboxf {
position: relative;
display: inline-block;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-left: 20px;
color: black;
}
.LTCalc_configuratorContainer hr{
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.LTCalc_row
{
display: table;
width: 100%;
}
.LTCalc_popupshow
{
visibility: visible;
-webkit-animation: fadeIn 1s;
animation: fadeIn 1s;
}
.LTCalc_centered{
text-align: center;
}.LTMap_map{
width: 100%;
height: 60vh;
}
.tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
box-sizing: border-box;
}
.tgl {
display: none;
float: right;
}
.tgl-ios:checked + .tgl-btn {
background: #52267f;
border-radius: 8pc;
}
.tgl-ios + .tgl-btn {
background: #fbfbfb;
border-radius: 2em;
padding: 2px;
-webkit-transition: all .4s ease;
transition: all .4s ease;
border: 1px solid #e8eae9;
}
.tgl + .tgl-btn {
outline: 0;
display: block;
width: 4em;
height: 2em;
position: relative;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
height: 20px !important;
width: 40px !important;
}
.tgl + .tgl-btn-sm
{
height: 15px !important;
width: 30px !important;
}
.tgl-btn {
float: right;
}
.tgl + .tgl-btn:before {
display: none;
}
.tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
position: relative;
display: block;
content: "";
width: 50%;
height: 100%;
}
.tgl + .tgl-btn::after, .tgl + .tgl-btn::before {
width: 18px !important;
}
.tgl-ios + .tgl-btn:hover:after {
will-change: padding;
}
.tgl-ios + .tgl-btn:hover:after {
will-change: padding;
}
.tgl:checked + .tgl-btn:after {
left: 71% !important;
position: absolute;
bottom: 0px;
}
.tgl-ios + .tgl-btn:after {
border-radius: 2em;
background: #fbfbfb;
-webkit-transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 rgba(0, 0, 0, 0.08);
}
.tgl + .tgl-btn:after {
left: 0;
position: absolute;
bottom: 0;
}
.tgl + .tgl-btn-sm::after, .tgl + .tgl-btn::before {
width: 14px !important;
}
.LTMap_wallselectorfield
{
width: 32.3%;
padding-left: 0.5%;
padding-right: 0.5%;
display: inline-block;
margin-right: 1%;
margin-top: 2px;
margin-bottom: 2px;
}
@container wallselector_container (min-width: 1001px){
.LTMap_wallselectorfield:nth-child(3n)
{
margin-right: 0px;
}
}
.LTMap_wallselector_container{
width: 100%;
container-type: inline-size;
container-name: wallselector_container;
}
@container wallselector_container (max-width: 1000px)
{
.LTMap_wallselectorfield
{
width: 98%;
margin: 2px 1%;
}
.LTMap_Collapsible_Btn {
padding: 0px 1rem !important;
padding-bottom: 3px !important;
}
}
.LTMap_wallselector{
margin-left: auto;
margin-right: auto;
}
.LTMap_wallsearch
{
margin-bottom: 1rem;
}
.LTMap_wallselector_container
{
margin-bottom: 1rem;;    
}
.LTMap_maplistitem{
display: inline-block;
padding: 5px;
vertical-align: top;
width: calc(25% - 12px);
height: 400px;
float: left;
background: white;
margin-right: 15px;
margin-bottom: 19px;
padding: 15px 10px;
box-shadow: 2px 2px 6px 0px #8080809c;
overflow: auto;
-ms-overflow-style: -ms-autohiding-scrollbar;
scrollbar-width: thin;
}
.LTMap_maplistitem:last-child{
margin-right: 0px;
}
@media screen and (min-width: 640px) and (max-width: 1200px) 
{
.LTMap_maplistitem
{
width: calc(33% - 8px);
}
.LTMap_maplistitem:nth-child(3n)
{
margin-right: 0px;
}
}
@media screen and  (max-width: 640px) 
{
.LTMap_maplistitem
{
width: 100%;
margin-right: 0px;
height: auto;
}
}
.LTMap_head img{
height: 1.5rem;
margin-right: 0.5em;
}
.LTMap_head h2{
font-size: 1rem;
line-height: 1rem;
}
.LTMap_resultslist{
padding: 1rem;
}
.LTMap_rest ul{
padding-left: 16px;
}
.LTMap_rest{
font-size: 0.8rem;
line-height: 1rem;
}
.LTMap_GRSelectorDiv table tr{
background-color: transparent !important;
margin: 0px;
}
.LTMap_GRSelectorDiv table td{
background-color: transparent !important;
margin: 0px;
margin-right: 0.5rem;
font-size: smaller;
padding: 1px;
padding-left: 1rem;
border: none;
}
.LTMap_GRSelectorDiv table td .tgl-btn{
margin-top: 5px;
margin-left: 10px;
}
.LTMap_Collapsible_Btn{
background: none;
border: none;
background-color: transparent !important;
color: black;
font-family: "Font Awesome 5 Free";
padding: 0rem;
padding-right: 0.2rem;
padding-bottom: 3px;
outline: none !important;
vertical-align: text-bottom;
}
.LTMap_Collapsible_Btn:before{
content: "\f0d8";
font-family: "Font Awesome 5 Free";
display: inline-block;
padding-right: 3px;
vertical-align: middle;
font-weight: 900;
color: black;
}
.LTMap_collapsed
{
display: none;
}
.LTMap_CollapseBtn_collapsed:before
{
content: "\f0d7";
}
.LTMap_GRSelectorDiv{
padding-left: 1rem;
}
.LTMap_filterfield{
width: 90%;
margin: 0px 5%;
margin-bottom: 10px;
}
#LTMap_MinAmountVal{
font-weight: bold;
}.LTPlanner_Main .elementor-widget-container
{
width: 100%;
}
.LTPlanner_Main .LTPlanner_SingleWall
{
padding: 5px;
margin-bottom: 1rem;
}
.LTPlanner_Main .LTPlanner_SingleWall .LTPlanner_deletebutton i
{
color: red;
vertical-align: bottom;
cursor: pointer;
}
.LTPlanner_Main .LTPlanner_SingleWall .LTPlanner_deletebutton
{
margin-right: 1rem;
display:none;
}
.LTPlanner_Main h5{
margin-top: 0px;
margin-bottom: 0px;
}
.LTPlanner_redborder
{
border: 1px solid red;
border-radius: 5px;
}