.headerTextWatt{ font-weight:bold; font-size:20px; line-height:100%; display:block; } .resaltedText{font-weight: bold} .tip { visibility: hidden; display: none; } .card-header { padding-top: 2px; padding-bottom: 2px; } #accordion-style-1 h1, #accordion-style-1 a { color: #f19914; } #accordion-style-1 .btn-link { font-weight: 400; color: #f19914; background-color: transparent; text-decoration: none !important; font-size: 16px; font-weight: bold; padding-left: 10px; } #accordion-style-1 .card-body { border-top: 2px solid #f19914; } #accordion-style-1 .card-header .btn.collapsed .fas.main { display: none; } #accordion-style-1 .card-header .btn .fas.main { background: #f19914; padding: 8px 5px; color: #ffffff; width: 26px; height: 32px; position: absolute; left: -1px; top: 5px; border-top-right-radius: 7px; border-bottom-right-radius: 7px; display: block; } #accordion-style-1 { max-width: 900px; min-width: 360px; margin-bottom: 50px; } /* The switch - the box around the slider */ .switch { position: relative; display: inline-block; width: 40px; height: 23px; } /* Hide default HTML checkbox */ .switch input { opacity: 0; width: 0; height: 0; } /* The slider */ .slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #ccc; -webkit-transition: .4s; transition: .4s; } .slider:before { position: absolute; content: ""; height: 20px; width: 20px; left: 2px; bottom: 2px; background-color: white; -webkit-transition: .4s; transition: .4s; } input:checked + .slider { background-color: #2196F3; } input:focus + .slider { box-shadow: 0 0 1px #2196F3; } input:checked + .slider:before { -webkit-transform: translateX(17px); -ms-transform: translateX(17px); transform: translateX(17px); } /* Rounded sliders */ .slider.round { border-radius: 15px; } .slider.round:before { border-radius: 50%; } /* html { font-size: calc(6% + 1vw + 1vh);} @media (min-width: 600px) { html { font-size: 16px;} } */