/*
 * Base structure
 */

body {
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}

.cover-container {
  max-width: 42em;
}


/*
 * Header
 */

.nav-masthead .nav-link {
  color: rgba(255, 255, 255, .5);
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover, 
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 2rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}
.nav-item {
    margin-bottom: 0;
}

nav.navbar.standalone {
    display: inline-block;
    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
    margin: 1rem;
}

.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}

@media (min-width: 768px) {
.bd-placeholder-img-lg {
  font-size: 3.5rem;
}
}

.b-example-divider {
width: 100%;
height: 3rem;
background-color: rgba(0, 0, 0, .1);
border: solid rgba(0, 0, 0, .15);
border-width: 1px 0;
box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
flex-shrink: 0;
width: 1.5rem;
height: 100vh;
}

.bi {
vertical-align: -.125em;
fill: currentColor;
}

.nav-scroller {
position: relative;
z-index: 2;
height: 2.75rem;
overflow-y: hidden;
}

.nav-scroller .nav {
display: flex;
flex-wrap: nowrap;
padding-bottom: 1rem;
margin-top: -1px;
overflow-x: auto;
text-align: center;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
--bd-violet-bg: #712cf9;
--bd-violet-rgb: 112.520718, 44.062154, 249.437846;

--bs-btn-font-weight: 600;
--bs-btn-color: var(--bs-white);
--bs-btn-bg: var(--bd-violet-bg);
--bs-btn-border-color: var(--bd-violet-bg);
--bs-btn-hover-color: var(--bs-white);
--bs-btn-hover-bg: #6528e0;
--bs-btn-hover-border-color: #6528e0;
--bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
--bs-btn-active-color: var(--bs-btn-hover-color);
--bs-btn-active-bg: #5a23c8;
--bs-btn-active-border-color: #5a23c8;
}
.bd-mode-toggle {
z-index: 1500;
}

/* Custom CSS */

/* Misc */
.deviceoptinput, .softwareinput, .antennainput, .accessoriesinput {
    opacity: 0;
}
#versions-select {
    display: inline-block;
    width: 300px;
}

/*
.card {
    border-color: #606060;
}
.card-body {
    background:#202020 !important;
}
.card-text {
    color: white;
}
*/
section {
    margin-top: 60px;
}
.form-check label {
    cursor: pointer;
}

/* Step Navigation */
.stepnav {
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.stepline {
    width: 80%;
    height: 5px;
    background: #0A58CA;
    display: flex;
    margin-top: 0;
    justify-content: space-between;
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
    padding: 0 25px;
    z-index: 1;
}
.steps {
    display: inline-block;
    margin-top: 20px;
    font-size: 0.9em;
    margin-left: 15px;
}
.steps::before {
    content: "";
    height: 25px;
    width: 25px;
    background: #0A58CA;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: -11px;
    z-index: 2;
    margin-left: 4px;
}
.step1::before {
    margin-left: 10px;
}
.step2::before {
    margin-left: 15px;
}
.step3::before {
    margin-left: 25px;
}
.step4::before {
    margin-left: 20px;
}
.step5::before {
    margin-left: 20px;
}

.step1txt { position: relative; left: -33px; }
.step2txt { position: relative; left: -28px; }
.step3txt { position: relative; left: -5px; }
.step4txt { position: relative; left: 1px; }
.step5txt { position: relative; left: -14px; }
.step6txt { position: relative; left: -14px; }

.stactive:before {
    background: #0d6efd;
    outline: 3px solid white;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(255,255,255,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(255,255,255,1);
    box-shadow: 0px 0px 10px 0px rgba(255,255,255,1);
}
.stgreen:before {
    content: "✓";
    padding-left: 7px;
    padding-top: 1px;
    background: darkgreen;
    outline: 3px solid white;
}

/* Home */

 .icards {
	 display: flex;
	 flex-wrap: wrap;
	 flex-direction: row;
	 justify-content: center;
	 align-items: center;
	 gap: 1rem;
	 padding: 2rem;
}
 .icards:hover .icard {
	 background: radial-gradient(100rem circle at var(--xPos) var(--yPos), rgba(155, 155, 155, 0.2), transparent 15%);
}
 .icards .icard {
	 background: radial-gradient(150rem circle at 0 0, rgba(155, 155, 155, 0.2), transparent 0%);
	 border-radius: 0.5rem;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 position: relative;
	 transition: all 0.15s;
     margin-bottom: 50px;
     border: 1px solid #303030;
}
 .icards .icard:hover {
	 transform: scale(0.97);
}
 .icards .icard:hover::before {
	 opacity: 1;
}
 .icards .icard::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    background: radial-gradient(60rem circle at var(--xPos) var(--yPos), rgba(155, 155, 155, 0.2), transparent 35%);
    opacity: 0;
    transition: all 0.15s ease-in-out;
}
 .icards .icard .icard-content {
    background-color: #010101;
    border-radius: inherit;
    transition: all 0.25s;
    width: 310px;
    height: 250px;
}
.icard-content img {
	max-width: 300px;
}
.icard-content .icardheading {
	text-align: center;
    padding-top:10px;
    color: white;
    font-size: 1.2em;
}
.icard-content a .icardheading a, .icards a, a {
    text-decoration: none;
}
.vinfo {
    color: #ccc;
    position: relative;
    top: -39px;
    background: #212529;
    padding: 5px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    text-shadow: none;
    font-weight: 600;
    width: calc(100% + 2px);
    left: -1px;
}

@media (max-width: 550px) {
    .stepline {display: none;}
    
}

/* Slots */

#slots {
    display:flex;
    flex-wrap: wrap;
}
#slot1, #slot2, #slot3, #slot4, #slot5, #slot6, #slot7, #slot8, #slot9, #slot10 {
    max-width: 400px;
    width: 400px;
    margin: 10px 10px;  
    border: 2px solid #606060;
    padding: 20px;
}
#slot1 h3, #slot2 h3, #slot3 h3, #slot4 h3, #slot5 h3, #slot6 h3, #slot7 h3, #slot8 h3, #slot9 h3,, #slot10 h3 {

}
#slot1 h4, #slot2 h4, #slot3 h4, #slot4 h4, #slot5 h4, #slot6 h4, #slot7 h4, #slot8 h4, #slot9 h4, #slot10 h4 {
    margin-top: 20px;
}
select.slot1, select.slot2, select.slot3, select.slot4, select.slot5, select.slot6, select.slot7, select.slot8, select.slot9, select.slot10 {

}
#slot1-opt, #slot2-opt, #slot3-opt, #slot4-opt, #slot5-opt, #slot6-opt, #slot7-opt, #slot8-opt, #slot9-opt, #slot10-opt {
    
}
.slottable {
    font-size: 0.8em;
}
.disabled-div {
    pointer-events: none;
    opacity: 0.4;
}
.slot-selected {
    border-color: darkgreen !important;
    background: #001000  !important;
}
.opthighlight {
    font-weight:bold;
}

/* Fixes */
body.configurator-index-index .minicart-wrapper *,
body.configurator-index-index .minicart-wrapper *::before,
body.configurator-index-index .minicart-wrapper *::after,
body.configurator-customize-index .minicart-wrapper *,
body.configurator-customize-index .minicart-wrapper *::before,
body.configurator-customize-index .minicart-wrapper *::after {
    box-sizing: content-box !important;
}
body.configurator-index-index .block-minicart .block-content > .actions > .primary .action.primary,
body.configurator-customize-index .block-minicart .block-content > .actions > .primary .action.primary { width: 91% }

@media (min-width:1780px) {
    body.configurator-index-index .block-search .action.search::before,
    body.configurator-customize-index .block-search .action.search::before {
        left: -112px;
        position: relative;
    }
}
@media (max-width:2100px) {
    body.configurator-index-index .block-search .action.search::before,
    body.configurator-customize-index .block-search .action.search::before {
        left: -4vw;
        position: relative;
    }
}

/*
.form-check .form-check-input {
    z-index: 9999;
    position: relative;
}
*/

/* Grand Total */
#grandtotal {
    position:fixed;
    right: 0;
    bottom: 0;
    margin-right: -2px;
    margin-bottom: -2px;
    padding: 20px 30px;
    text-align: left;
    Background: #000;
    color:#ccc;
    border: 2px solid #606060;
    font-weight: 600;
}
.pricefixed {
    position: fixed;
    bottom: 0;
    width: 300px;
    right: 0;
    border-radius: 5px 0 0 0;
    z-index:99999;
}
.pricefixed td {
  border: none !important;
}
.pricefixed td:first-child {
    padding-left: 15px !important;
    text-transform: uppercase;
}
#totalprice {
    font-weight: 600;
}
.infoslot-price {
    font-size:1.2em;
}

/* H1 + Infobar */
#headinfo {
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
}
#headimgtxt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 50%;
    align-items: center;    
}
#headimgtxt .spectxt {
    display: block;
    align-items: center;
    width:35%;
    text-align: center;
    font-size: 1.3em;
}
#headimgtxt img {
    display: block;
    align-items: center; 
    width:100%;
    max-width: 360px;
}
#infobar {

}
#infotable {
    width: 550px;
    max-width: 550px;
    border: 1px solid black;
    text-align: center;
    font-size: 0.8em;
}
#infotable td {
    border-bottom: 1px solid #606060;
    border-right: 1px solid #606060;
    width:20%;
    padding: 5px;
}
#infotable td:first-child {
    text-align: left;
    width:15%;
    font-weight: 800;
}
#infotable td:nth-of-type(2) {
    width:25%;
}
#infotable td:nth-of-type(3) {
    width:20%;
}
#infotable td:nth-of-type(4) {
    width:20%;
}
#infotable td:last-child {
    border-right: 1px solid #606060;
    border-bottom: 1px solid #606060;
}
#infotable tr:first-child {
    font-weight:600;

}
#infotable tr:last-child {
    background: darkgreen
}
#infotable tr:first-child td:last-child {
    border-bottom: 1px solid #606060;
}
#infotable tr:nth-of-type(2) td:last-child {
    border-right: 1px solid #606060;
    border-bottom: 1px solid #606060;
}
@media (max-width: 1240px) {
    #infobar {
        width:100%;
    }
    #headimgtxt {
        width: 100%;
    }
    #infotable {
        width: 100%;
        max-width: 100%;
    }
}
@media (max-width: 680px) {
     #headimgtxt img {
      display: block;
      margin: auto;
    }
    #headimgtxt .spectxt {
      display: block;
      width: 100%;
      margin-bottom: 30px;
    }     
    
}

/* Section 2 - Main Options */

#mainoptions {
    margin-top:30px;
    display:flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.optionbox {
    position: relative;
    display: flex;
    border: 2px solid #606060;
    padding: 20px;
    margin: 20px;
    margin-bottom:30px;
    width: 300px;
    -ms-align-items: center;
    align-items: center;
    cursor: pointer;
}
.optionbox label, .optionbox input { cursor: pointer;}
.optionbox:hover, .deschover { border: 2px solid #005400; }
/*
.optionbox:hover .pricetagCheckboxHard,
.optionbox:hover .pricetagCheckboxSoft,
.optionbox:hover .pricetagCheckboxAnt, 
.optionbox.optact .pricetagCheckboxHard,
.optionbox.optact .pricetagCheckboxSoft,
.optionbox.optact .pricetagCheckboxAnt { background: #006400; color: #fff; }
*/

.optact {
    border: 2px solid darkgreen !important;
    background: darkgreen !important;
}
.optionbox input {
    margin-right: 10px;
    margin-left: -1em !important;
}
select.warranty option:checked { color: darkgreen; }

/* Section 2 - Software */

#so-head-container, #an-head-container, #as-head-container {
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between; 
    margin-bottom: 30px;
}
.software-container, .antennas-container, .accessories-container {
    margin-top:30px;
    display:flex;
    flex-wrap: wrap;
    justify-content: flex-start;   
    
}
.software-cat-heading, .antennas-cat-heading, .accessories-cat-heading{
    padding: 8px 30px;
    font-weight: bold;
    background: #606060;
}
section > div.software-cat:nth-of-type(3) .software-cat-heading {background:  #003B0D !important;}
section > div.software-cat:nth-of-type(4) .software-cat-heading {background: rgba(227, 6, 19, 0.3) !important;}
section > div.software-cat:nth-of-type(5) .software-cat-heading {background: rgba(233, 86, 13, 0.3) !important;}
section > div.software-cat:nth-of-type(6) .software-cat-heading {background: rgba(196, 179, 0, 0.3) !important;}
section > div.software-cat:nth-of-type(7) .software-cat-heading {background: rgba(221, 220, 0, 0.3) !important;}
section > div.software-cat:nth-of-type(8) .software-cat-heading {background: rgba(134, 188, 36, 0.3) !important;}
section > div.software-cat:nth-of-type(9) .software-cat-heading {background: rgba(0, 157, 61, 0.3) !important;}
section > div.software-cat:nth-of-type(10) .software-cat-heading {background: rgba(0, 112, 68, 0.3) !important;}
section > div.software-cat:nth-of-type(11) .software-cat-heading {background: rgba(0, 154, 151, 0.3) !important;}
section > div.software-cat:nth-of-type(12) .software-cat-heading {background: rgba(0, 173, 233, 0.3) !important;}
section > div.software-cat:nth-of-type(13) .software-cat-heading {background: rgba(0, 97, 153, 0.3) !important;}
section > div.software-cat:nth-of-type(14) .software-cat-heading {background: rgba(54, 58, 143, 0.3) !important;}
section > div.software-cat:nth-of-type(15) .software-cat-heading {background: rgba(68, 23, 96, 0.5) !important;}
section > div.software-cat:nth-of-type(16) .software-cat-heading {background: rgba(144, 28, 129, 0.3) !important;}
section > div.software-cat:nth-of-type(17) .software-cat-heading {background: rgba(223, 1, 112, 0.3) !important;}
section > div.software-cat:nth-of-type(18) .software-cat-heading {background: rgba(147, 16, 4, 0.3) !important;}

.antennas-cat .antennas-cat-heading, .accessories-cat .accessories-cat-heading { background: rgba(0, 173, 233, 0.3) !important; }
#antenna-options { margin-top: 30px;}

.software-cat, .antennas-cat, .accessories-cat  {
    margin-bottom: 30px;
}
.software-cat .optionbox {
    width: 350px;
    padding: 20px 30px;
}
.accessories-cat .optionbox  {
    width: 300px;
    padding: 15px 30px;
}
.accessories-cat .optionbox  { min-height: 90px; }
.antennas-cat .optionbox  {
    width: 320px;
    padding: 15px 30px;
}

/* Summary */

#summary-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top:30px;
    align-items: flex-start;
}
#summary {
    width: calc(70% - 30px);
    min-width: 350px;
    margin-right: 30px;
}
#summary-form {
    width: 30%;
    min-width: 250px;
    background: #1A1A1A;
    padding: 15px;
    border-radius: 10px;   
    border: 1px solid #404040;
}
.sum1, .sum2 {
    display: flex;
    justify-content: space-between; 
    margin-bottom:30px;
    flex-wrap: wrap;
}
.sum-img, .sum-txt {
    width: 50%;
    min-width: 250px;
}
.sum-txt {
    display: flex;    
    align-items: center;
    flex-direction: column; 
    font-size: 1.6rem;
}
.sum-txt .h3 {
    margin: auto;
    font-size: 2em;
}
.sum1 {
    text-align: center;
}
.sum2 {
    justify-content: space-between; 
    background: #1A1A1A;
    padding: 20px 40px;  
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 0 !important;
}
.sum2 .h4 {
    font-size: 1.5em;
}
.sum-generated { padding: 50px; }
.sum-analyzer { min-width: 300px; margin:20px; }
.sum-software { min-width: 300px; margin:20px; }
.sum-antennas { min-width: 300px; margin:20px; }
.sum-accessories { min-width: 300px; margin:20px; }

@media (max-width: 980px) {
    .sum-analyzer { width: 100%; }
    .sum-software { width: 100%; }
    .sum-antennas { width: 100%; }    
    .sum-aaccessories { width: 100%; }    
}

#finalfinalprice {
    text-align: center;
    font-size: 1.5em;
    padding: 5px;
    background: darkgreen;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;    
}
.finalOptions {
    background: darkgreen;
    padding: 10px;
    margin-top: 10px; 
    text-align: left;
    padding-bottom: 1px;
}
.finalOptions ul {
    padding: 0 10px;
}
.finalOptions ul li {
    list-style: none;
}
#sum-warranty-output {
    background: green;
    padding: 5px;
    color: goldenrod;
    font-weight: bold;
    text-shadow: 0px 0px 5px black; 
}
.submit button {
    width: 100%;
}
.finalAntennas ul,.finalAccessories ul,.finalSoftware ul, .finalAnalyzer ol {
    padding: 0;
    line-height: 1.8;
}
.finalAntennas ul li, .finalAccessories ul li, .finalSoftware ul li, .finalAnalyzer ol li {
    list-style: none;
}
.finalAntennas ul li:before, .finalAccessories ul li:before, .finalSoftware ul li:before, .finalAnalyzer ol li .slotcheck:before {
    content: "✓";
    margin-right: 5px;
}
.finalAnalyzer ol li {
    font-weight: bold;
}
.finalAnalyzer ol ul li {
    list-style: square;
    font-weight: normal;
}
.finalAnalyzer ol ul li:before {
    content:"";
}
.finalSlot {
    border: 1px solid #606060;
    padding: 3px;
    text-align: center; 
    margin: 10px 0;    
}

.message {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 100px;
}
.msgbtn {
    margin-top: 20px;
}

@media (max-width: 940px) {
    #summery {
        width: 100% !important;
    }
    #summary-form {
        width: 100% !important;
        margin-top: 50px;
    }
    
}
@media (max-width: 940px) {
    #summary, #summary-form {
        width: 100%;
    min-width: 300px;
    }
    #summery {
        margin-right: 0;
        width: 60%;
    }
    .sum-img, .sum-txt {
        width: 100%;
    }
    .sum1, .sum2 {
        
    }
    
}

/* Footer */

footer a.text-white {
    text-decoration: none;
}
footer a.text-white:hover {
    color:#ccc !important;
}

/* Misc / Fixes */

.form-control::placeholder {
    color: #505050 !important;
    font-size: 1.5rem;
}
.nextBtn, .prevBtn {
    padding: 10px 30px;
    width: 120px;
}
nav.navbar.navbar-dark {
    border-radius: 8px;
}
.mt-5 {
    margin-top: 0 !important;
}
.maincontainer {
  margin-bottom: 15px;
}

/* Tooltips */
/* Tooltips */
/*
.cooltip .tooltip-inner {
    padding:15px;
    text-align:left;
    max-width: 320px;
    background: #001000;
    border: 1px solid #005400;
}
*/
.cooltip .tooltip-arrow::before {
    filter: invert(0.3);
}
.cooltip_home .tooltip-arrow::before {
    filter: invert(0.4);
}

.cooltip_home .tooltip-inner, .cooltip .tooltip-inner {
    padding:15px;
    text-align:left;
    max-width: 300px;
    background: #212529;
    border: 1px solid #4A4A4A;
    
}
@media (max-width: 440px) {
    button.navbar-toggler {
        margin: auto;
        margin-top: 10px;        
    }
    
}

/* Homefilter */

#homefilter {
    display:flex;
    justify-content: center;
}
#mainfilter button {
    margin-bottom: 20px;
    margin-right: 10px;
    border: 1px solid #4A4A4A;
    font-size: 1.5rem;
}
#mainfilter button:hover {
    background: #424649;
}
#mainfilter button:focus, #mainfilter button:active {
    background: #212529;
    color: #fff;
}
.mainfiltertitle {
    display: inline-block;
    margin-right: 20px;
    font-size: 1.2em;
    position: relative;
    top: -3px;
    background: #141414;
    padding: 5px 15px;
    margin-bottom: 15px; 
    border: 1px solid #ccc;
}
.mainfiltertitle::before {
    content: "";
    display: inline-block;
    background: url('../images/icons/filter.svg') center/contain no-repeat; 
    filter: invert(1);
}
#mainfilter button.active {
    color: var(--bs-btn-hover-color);
    background-color: darkgreen;
    border-color: darkgreen;
}
#no-results-message {
    display: none;
    margin-top: 200px;
    font-size: 1.2em;    
}
button#reset-filters {
    margin-top: 20px;
}


/* Scrollbar */
* {
    scrollbar-color: #212529 #141414;
    scrollbar-width: thin;
}
::-webkit-scrollbar {
    width: 12px;
    margin-left: 5px;
}
::-webkit-scrollbar-thumb {
  background-color: #212529; 
}
::-webkit-scrollbar-track {
  background-color: #141414; 
}

/* Neues ab 22.07.2024 */

.step-h3 {
    min-width: 350px;
    font-size: 1em;
    margin-bottom: 30px;
    line-height: 1.4;
}    
.head-btn {
    margin-bottom: 15px;
    margin-top: 10px;
}
.head-btn:visited,
.head-btn:focus,
.head-btn:active {
    color: white !important; /* Kein grauer Text beim Klicken/Fokus */
}
#version-main-container {
    display: flex;
    justify-content: flex-start; 
    flex-wrap: wrap;
    align-items: baseline;
}
#version-main-container h2 {
    min-width:300px;
    margin-right: 50px;
    font-size: 2.8rem;
}

.version-select-container {
    align-items: center;
    display: flex;
    background: darkgreen;
    padding: 3px 15px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.verion-select-label {
    font-size:1.2em;
    display:inline-block;
    margin-right:10px;
}
.version-select-select {
    display:inline-block;
}
#versions-select {
    width: 200px !important;
    height: 35px;
    margin: 5px 0;
}
#versions-select option, #warrantyselect option, select, .select-wrapper select {
    font-size: 1.5rem !important;
}
#summary-form form input, #summary-form form textarea, #summary-form form select  {
    border-color: #505050 !important;
}
.form-control:focus {
    box-shadow: 0 0 5px rgba(255,255,255,.25) !important;
}

/* Magento Anpassungen */
#maincontent {
    max-width: 94%;
}
button {
    font-size: 1.5rem !important;
}
#add-temp-product, form button[type="submit"] {
    width:100%;
    padding: 10px;
}
#add-temp-product { 
    margin-top: 10px; 
    margin-bottom: 20px; 
}
.head-btn {
   padding: 10px; 
}
.btn-success {
    background-color: #006400 !important;
    border-color: #004900 !important;
}
.btn-success:hover {
    background-color: #005A00 !important;
}
.table > tbody > tr > td { border-top: none; }
section h2 { font-size: 2.8rem; }
#slots h3 { font-size: 2.8rem; }
#slots h4 { font-size: 2rem; }

.form-control {
    font-size: 1.5rem;
}
.select-wrapper {
    position: relative;
    display: inline-block;
}

.select-wrapper select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none;
    padding-right: 2.5rem;
    font-size: 1.6rem !important;
}

.select-wrapper::after {
    font-family: luma-icons;
    content: "\e622";
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    pointer-events: none;
    color: white;
    font-size: 1.5rem;
    right: 50px;    
}

.hero {
    text-align: center;
    margin: 40px 0; 
}
.teaser {
    font-size: 4rem;  
    color: #eee;
}
.message.success {
    font-size: 1.5rem;
    text-shadow: none;
    font-weight: 500;    
}
@media (max-width: 2100px) {
    #summary { 
        width: 100%;
        margin-bottom: 30px;
        margin-right: 0 !important;
    }
    #summary-form {
        width: 100%;
        max-width: 1200px;
    }    
    #add-temp-product, form button[type="submit"] {
      width: 60%;  
    }
    #addtochart-wrapper, .col-12.submit {
        text-align: center;
    }
}

button.nextBtn:focus,
button.nextBtn:active,
button.nextBtn:focus-visible,
button.prevBtn:focus,
button.prevBtn:active,
button.prevBtn:focus-visible {
    outline: none;
    box-shadow: none;
    border: none;
    background: #0d6efd;
    color:#fff;
}

/* Desc Box */
.software-item, .antenna-item  {
    display: inline-block;
    width: 345px;
    margin-bottom: 0;
    vertical-align: top;
    position: relative;
}
.software-item {
    margin: 15px;
    margin-bottom: 0;
}
.software-item .desc-box, .antenna-item .desc-box {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    opacity: 0;
    font-size: 0.9rem;
    background-color: #1a1a1a;
    border: 2px solid #005400;
    padding: 10px 15px;
    margin-top: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    color: #ccc;
    position: absolute;
    z-index: 2;
    left: 20px;
    top: 80px;
    font-size: 1.4rem;
    width: 350px; 
    border-radius: 0 0 6px 6px;
    border-top:none;
}
.antenna-item .desc-box {
    width: 320px; 
    top: 94px;
    color: #eee;
}
.antennainfo td {
    padding: 0.3rem 0.5rem;
    font-size: 1.3rem;
    vertical-align: top;
    background: transparent;
}

.software-item:hover .desc-box, .antenna-item:hover .desc-box {
    max-height: 300px;
    opacity: 1;
    animation: slideDown 0.5s ease;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.slider-wrapper {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}

.slider-container {
  position: relative;
  flex: 1;
}

.slider-container input[type="range"] {
  width: 100%;
}

.slider-label {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 0.9rem;
    background: #333;
    padding: 2px 6px;
    border-radius: 4px;
    white-space: nowrap;
    font-size: 1.6rem;
}
#antenna-filter {
    margin: 30px 0;
    text-align:center;
    background: #212529;
    padding: 20px 50px;
    border-radius: 10px;    
}

/* PopUp */
/* ✅ Overlay-Hintergrund für das Pop-up */
.custom-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);  /* halbtransparentes Schwarz */
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.custom-popup-overlay.show {
  opacity: 1;
  pointer-events: auto;
}

/* ✅ Box-Inhalt */
.custom-popup-content{
    background: #1c1c1c;
    color: white;
    padding: 2rem;
    border-radius: 10px;
    max-width: 600px;
    width: 90%;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    animation: fadeIn 0.3s ease;
    border: 1px solid #404040;
}

/* ✅ Header mit schwarzem Hintergrund */
.custom-popup-header {
    background-color: #000;
    color: #fff;            
    padding: 1em 1.2em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius:10px 10px 0 0;
    margin:-20px;
    margin-bottom: 20px;
}

/* ✅ Titeltext */
.custom-popup-header h2 {
  margin: 0;
  font-size: 1.2em;
  font-weight: bold;
}

/* ✅ Schließen-Button */
#custom-popup-close {
    font-size: 2.5em;
    cursor: pointer;
    color: #fff;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    margin-top: -20px;
    margin-bottom: -20px;    
}

@keyframes fadeIn {
  from { transform: scale(0.9); opacity: 0; }
  to   { transform: scale(1); opacity: 1; }
}

select.optselect { border: 1px solid #404040 !important; }

#addtochart-wrapper {
    padding-top: 30px;
    padding-bottom: 20px;
}

.txonly {
    position: absolute;
    left: 29px;
    top: -2px;
    background: #681C1C;
    font-size: 0.8em;
    padding: 2px 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.pricetag, .pricetagCheckbox {
    font-size: 0.8em;
    font-style: italic;
}
.pricetagCheckboxHard, .pricetagCheckboxSoft, .pricetagCheckboxAnt {
    position: absolute;
    right: -1px;
    top: -26px;
    background: #303030;
    font-size: 0.8em;
    padding: 2px 5px;  
    border: 1px solid #707070;
    border-top-right-radius: 5px;  
    border-top-left-radius: 5px;
    border-bottom: none;
    color: #d8d8d8;
}
.optionbox.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.optionbox.deactivated {
    background-color: #006400;
    border-color: #006400;
    cursor: default;
    opacity: 0.8;
}
.optionbox.deactivated label { cursor: default; }
.optionbox.deactivated:hover {
    background-color: #006400; /* bleibt grün */
    border-color: #006400;
    box-shadow: none;
    transition: none;
    color: inherit; /* falls Hover-Farbe gesetzt ist */
}

#formToggle {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #191D21;
    color: white;
    font-size: 16px;
    font-weight: normal;
    padding: 10px 20px;
    border-radius: 3px;
    cursor: pointer;
    user-select: none;
    width: 100%;
    margin: 0 auto 20px;
    transition: background-color 0.3s ease;
    border: 1px solid #505050;
}

#formToggle:hover {
    background-color: #212529;
}

#formToggle .symbol {
    position: absolute;
    left: 16px;
    font-size: 24px;
    line-height: 1;
}

#formToggle .text {
    margin: 0 auto;
    text-align: center;
}

#formWrapper {
    display: none;
    transition: all 0.3s ease;
}
#add-temp-product { font-size: 1em !important; }
.optionbox.form-select { border-color: #006400; }

/* Chrome Fixes */
.navbar-nav a:visited {
    color: rgba(255, 255, 255, 0.55);
}
.optionbox-select {
    position: relative;
    border: 2px solid #606060;
    margin: 20px;
    margin-bottom:30px;
    width: 370px;
    cursor: pointer;
    height: 70px;
    border: 2px solid darkgreen !important;
}
#warrantyselect, .select-wrapper select {
    padding-left: 20px;
}
