/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Fonts

	Replace your Fonts as necessary
-----------------------------------------------------------------*/

:root {
    --main-blue: 32, 116, 201;

    --main-button-color: rgb(44, 47, 52);


    --main-button-color-blue-rgb: rgb(252, 101, 0);
    --main-button-color-blue: #fc6500ff;

    --dark-background: #2c2f34;
    --darker-background: #1f2125;

    --page-title-dark: var(--device-box);
    --device-box: #41484f;
    --full-white: #ffffff;
    --light-white: #ececec;
    --wrapper-background: var(--dark-background);
    --demo-header-color: #fc6500ff;

    --demo-header-color-rgb: rgb(252, 101, 0);
    --demo-header-color-rgb-alpha: rgba(252, 101, 0,80%);

    --main-article-title-color: #fc6500ff;

    --thead-color: var(--device-box);
    --tr-color-1: #2074C988;
    --tr-color-2: #2074C955;

    --available-color: #56924f;

    --nav-active-background: var(--darker-background);
    --bs-navbar-active-color: var(--main-button-color-blue);
    --nav-active-color: var(--main-button-color-blue);

}

/*-----------------------------------CUSTOM-------------------------------*/


.footer-info {
background-color: var(--darker-background);
    width: 100%;
    padding: 0;
    margin: 0 auto;
    color: white;
    align-items: center;

}

.new-color {
    color: #fc6500ff;
}

#copyrights {
    background: white;
    color: black;
    width: 100%;
    height: 200px;
}

.container.white-background {
    background: white;
}

.important-text {
    color: red;
    font-size: 20px;
    font-weight: bold;
}

.auto-scrollbar {
    overflow-y: auto;
}

.no-padding-no-margin-top-bottom {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.no-padding-no-margin-bottom {
    margin-bottom: 0;
    padding-bottom: 0;
}

.main-button {
    display: block;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2vh;
    font-size: initial;
    max-width: 10em;



    background-color: var(--main-button-color);
    color: #ffffff;
    font-weight: bold;
}

.main-button:hover,
.main-button:active{
    background-color: white;
    color: var(--main-button-color);
}

.main-title.device-title {
    display: block;
    background-color: var(--darker-background);
    width: 100%;
    padding: 4em 1em;
    margin: 0 auto;
}

.main-title-stand.device-title-stand {
    display: block;
    background-color: var(--darker-background);
    border-radius: 10px;
    width: 100%;
    padding: 3em;
    margin: auto;
}

.device-title-stand-holder {
    margin: 1em 0;
}

.text-justified {
    text-align: justify;
    justify-content: center;
}

.gauge-features-list {
    margin-top: 1em;
    margin-bottom: 1em;
}
.gauge-features-list li {
    margin-left: 3em;
}

.device-container {
    display: flex;
    align-items: center;
    justify-content: center
}

.device-image {
    flex-basis: auto;
}

.device-image-text {
margin-bottom: 2em;
    height: 20em;
}

.device-image img {
    max-width: 100em;
}

.device-text {
    padding-left: 1vh;
}

.download-button {
    display: block;
    padding: 1em 2em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2vh;
    font-size: small;
    max-width: 20em;
    background-color: var(--main-button-color);
    color: #ffffff;
    font-weight: bold;
}

.download-button:hover,
.download-button:active {
    background-color: var(--demo-header-color-rgb-alpha);
    color: var(--light-white);
}

.download-document {
    /*max-width: 14em;*/
}

.device-index-image img {
    height: 11em;
    object-fit: contain;
    width: auto;
    margin: auto;
}

.device-index-image-stand img {
    height: 16em;
    object-fit: contain;
    width: auto;
    margin: auto;
}

.device-index-image-stand div {
   font-size: large;
    font-weight: 600;
    padding: 1em 0;
    color: var(--light-white);
}



.device-box {
    background-color: var(--bs-dark);
    box-shadow: inset 0 8px 16px 0 rgba(0,0,0,0.2), inset 0 3px 10px 0 rgba(0,0,0,0.19);
}

.device-box:hover,
.device-box:active {
    background: linear-gradient(0deg, var(--dark-background),70%, var(--main-button-color-blue));
}

.device-box h3 {
    color: var(--light-white);
}
.device-box p {
    color: #b7b7b7;
}

.device-box-stand {
    background-color: var(--bs-dark);
    box-shadow: inset 0 8px 16px 0 rgba(0,0,0,0.2), inset 0 3px 10px 0 rgba(0,0,0,0.19);
}

.device-box-stand:hover,
.device-box-stand:active {
    background: linear-gradient(0deg, var(--dark-background),70%, var(--main-button-color-blue));
}
.device-box-stand p {
    color: #b7b7b7;
}



.available::before {
    content: "megtekinthető";
    display: block;
    background-color: var(--available-color);
    position: absolute;
    top: 0;
    right: 0;
    padding: .7em 1em 0.7em 1em;
    font-size: x-small;
    text-transform: uppercase;
    font-weight: 900;
    border-radius: 0 0.25rem 0 0.25rem;
    color: var(--light-white);
}

.services-margin-bottom-15 {
    margin-bottom: 15px;
}

.main-mec-logo {
    background-color: var(--dark-background);
    vertical-align:center;
    display: block;
    padding:60px;
    margin: 0;
}

.main-title {
    text-align: center;
    padding: 0 50px 50px;
    text-transform: uppercase;
}

.main-title-stand {
    text-align: center;
    padding: 0 50px 50px;
}

.main-title-stand span {
    background: -webkit-linear-gradient(45deg, #cc6523,#fc6500ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 950;
    font-size: xx-large;
}

.main-title h2 {
    background: -webkit-linear-gradient(45deg, #cc6523,#fc6500ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 950;
    font-size: xx-large;
}

.main-title div{
    text-transform: none;
    text-align: left;
}

.main-title div div {
    font-size: 18px;
}

.indented-list li {
    margin-left: 3em;
}

.main-type-button {
    display: block;
    padding: 3vh;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--main-button-color);
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
}

.main-type-button h4 {
    color: var(--light-white);
    font-size: initial;
    text-transform: uppercase;
}

.main-type-button:hover,
.main-type-button:active{
    background-color: var(--main-button-color-blue);
}

.main-item-background-color:hover,
.main-item-background-color:active {
    background-color: var(--page-title-dark);
    opacity: 0.98;
}

.mec-logo-block {
    width: 400px;
    display: block;
    margin: auto;
}



h2 a:hover,
h3 a:hover,
h2 a:active,
h3 a:active {
    color: var(--main-button-color-blue);
}

h4 {
    margin-top: 0.8em;
    margin-bottom: 0.5em;
}

.main-article {
    background: linear-gradient(225deg, var(--thead-color),var(--darker-background));
    margin: 2em auto;
    padding: 2em;
    border-radius: 6px;
    max-width: 100%;
    min-width: 40%;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 3px 10px 0 rgba(0,0,0,0.19);
}

.main-article img {
    max-width: 80%;
    margin: 0 auto;
}

.main-article-desc{
    color: var(--light-white);
    margin-top: 2em;
}

.main-article i{
    color: var(--light-white);
}

.main-article-desc .no-padding-no-margin {
    color: var(--light-white);
}

.main-article-desc .toggle .toggle-header .toggle-title h4 {
    font-size: large;
}



.main-article a div h3 {
    color: var(--main-article-title-color);
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    padding: 1em;
    margin: 0 0 1em 0;
    font-size: large;
}

.main-article .grid-inner div a img {
    border-radius: 4px;
}

.main-article-desc h4 {
    font-size: 18px;
}

.main-article .main-article-title div h3 {
    font-size: 1.5em;
    text-align: center;
    padding: 2em 0 2em 0;
}

.main-image-div {
    margin: auto;
    padding: 0;
    text-align: center;
}

.main-image {
    max-width: 60em;
}

.auto-margin {
    margin: auto;
}

.dark-wrapper {
    background-color: var(--dark-background) !important;
}

.bg-light div h3 {
    color: var(--dark-background);
}

.bg-light {
    color: var(--dark-background);
}

.margin-bottom-0 {
    margin-bottom: 0;
}

.demo-button-container {
    margin: 0 1em 0 1em;

}

.demo-button-1,
.demo-button-2 {
    display: block;
    color: var(--light-white);
    background-color: var(--darker-background);
    padding: 1em 0 1em 0;
    width: 12em;
    font-weight: bold;
    text-align: center;
    transition: 600ms;
    box-shadow: inset 0 8px 16px 0 rgba(0,0,0,0.2), inset 0 3px 10px 0 rgba(0,0,0,0.19);
}

.demo-button-1 span,
.demo-button-2 span {
    font-size: 1em;
}

.demo-button-left {
    border-radius: .5em 0 0 .5em;
}

.demo-button-right {
    border-radius: 0 .5em .5em 0;
}

.demo-button-active {
    background: linear-gradient(45deg, var(--main-article-title-color),10%, var(--main-button-color-blue));
}

.pts-content.text-primary-darker .demo-box .demo-box-header {
    color: var(--demo-header-color);
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
}

.demo-box p{
    font-size: 1em;
    text-align: center;
}

.demo-box h3 {
    font-size: 1.2em;
}

.demo-box ul li{
    font-size: 1.2em;
    line-height: 1.1;
    margin-bottom: 0;
    margin-top: -0.4em;
    padding-top: 0;
    padding-bottom: 0;
}

.demo-box {
    padding: 2.2em;
    margin: 0.55em;
    box-shadow: inset 0 8px 16px 0 rgba(0,0,0,0.2), inset 0 3px 10px 0 rgba(0,0,0,0.19);
}

.demo-box p {
    font-size: 1em;
}

.demo-box h4.fw-bold {
    font-size: 1em;
}

.demo-box ul {
    list-style-type: disc;
    font-size: small;
}

.demo-box ul li {
    margin-bottom: 1em;
}

.dark .container h3 {
    color: var(--light-white);
}

.info-table {
    border-radius: 5px;
    /*box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 3px 10px 0 rgba(0,0,0,0.19);*/
    margin: 20px;
}

.info-table th,
.info-table td{
    padding: 0.8em;
    border-spacing: 0;
    border-collapse: collapse;
}

.info-table thead th {
    background-color: var(--thead-color);
}

.info-table tr:nth-child(even) {
    background-color: var(--tr-color-1);
}

.info-table tr:nth-child(odd){
    background-color: var(--tr-color-2);
}

.info-table td:nth-child(1){
    background-color: var(--darker-background);
}

.info-table th {
    background-color: var(--darker-background);
}

.table-text-align-left {
    text-align: left;
}

.table-text-align-left tr th {
    horiz-align: center;
    text-align: right;
    width: 20%;
}

.table-text-align-left tr td {

}

.table-text-align-left tr:first-child th{
    border-radius: 0.4em 0 0 0;
}
.table-text-align-left tr:last-child th {
    border-radius: 0 0 0 0.4em;
}

.table-text-align-left tr:first-child td {
    border-radius: 0 0.4em 0 0;
}

.table-text-align-left tr:last-child td {
    border-radius: 0 0 0.4em 0;
}

.table-text-align-right {
    text-align: right;
}

.table-text-align-right tr:first-child th:first-child{
    border-radius: 0.4em 0 0 0;
}
.table-text-align-right tr:last-child th:last-child {
    border-radius: 0 0.4em 0 0 ;
}

.table-text-align-right tr:last-child td:last-child{
    border-radius: 0 0 0.4em 0;
}

.table-text-align-right tr:last-child td:first-child{
    border-radius: 0 0 0 0.4em;
}

.table-text-align-center {
    text-align: center;
}

.table-text-align-center  tr:first-child th:first-child{
    border-radius: 0.4em 0 0 0;
}
.table-text-align-center  tr:last-child th:last-child {
    border-radius: 0 0.4em 0 0 ;
}

.table-text-align-center  tr:last-child td:last-child{
    border-radius: 0 0 0.4em 0;
}

.table-text-align-center  tr:last-child td:first-child{
    border-radius: 0 0 0 0.4em;
}

.info-table.table-text-align-center .td-left.td-left-title {
    text-align: left;
    font-weight: 600;
    padding-left: 20px;
    background-color: var(--main-button-color);
}

.info-table.table-text-align-center .td-left {
    text-align: left;
}

.info-table.table-text-align-center .td-right {
    text-align: right;
}

.info-table.table-text-align-center td:nth-child(1){
    background-color: #3c3f40;
}

.spec-container,
.spec-container table {
    align-items: center;
    margin: 0 auto;
    width: 100%;

}

.info-table.table-text-align-center {
    margin: 0 auto;
}

.spec-container h3 {
    text-align: left;
}

.spec-container table {
 width: 100%;
}

.types-container-main {
    margin-left: .5vh;
    margin-right: .5vh;
}

.no-padding-no-margin {
    margin: 0;
    padding: 0;
}

.portfolio-desc .line {
    background-color: var(--main-button-color-blue);
}

.smol-footer-logo-center {
    height: 80px;
    margin: auto;
}

.button-more {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.1), 0 3px 10px 0 rgba(0,0,0,0.19);
}

.button-more:hover,
.button-more:active {
    background-color: var(--light-white);
    color: var(--main-button-color-blue);
}


.footer div {
    font-size: small;
}

.footer div div {

}

.footer a:not(.social-icon) {
    color: var(--main-article-title-color);
    font-weight: 500;
}

.footer a:not(.social-icon):hover,
.footer a:not(.social-icon):active {
    color: var(--light-white);
}



.footer div div span {
    display: block;
    font-size: 1.2em;
    padding: 1em 0 0 0;
    margin-top: 0;
    margin-bottom: 1em;
    font-weight: bold;
}

.social-links-div {
    display: block;
    margin: 10px 0 10px 0;
    padding: 10px 0 10px 0;
}

.footer-font-small {
    font-size: x-small;
    color: black;
}

.demo-img {
    max-width: 80%;
    border-radius: 3px;
    display: block;
    text-align: center;
    margin: .5em auto;
}

.button-notfound {
    min-width: 30em;
    }

.video-play-button {
    color: rgb(255, 232, 157);
    transition-duration: 300ms;
}

.video-play-button:hover,
.video-play-button:active {
    color: rgba(255, 214, 66, 0.95);
}

.video-back-image {
    border-radius: 5px;
    padding: 0 2em;
    background-color: var(--bs-light);
    margin: 0 auto;
    max-width: 30em;
    min-height: 10em;
}

.video-back-image img {
    min-height: 10em;
    object-fit: contain;
    z-index: 10;

}

.section-divider-line-container {
    background-color: #343a40;
    padding: 4em 0;
}

.section-divider-line {
    display: block;
    background: -webkit-linear-gradient(45deg, #0dcaf0, #185a9b);
    height: .2em;
    max-width: 80%;
    margin: 0 auto;
    border-radius: 0.2em;
}

.include-header-top-section {
    margin-top: -102px; !important;
    display: inline-block; !important;
    vertical-align: bottom; !important;
    width: 100%; !important;
}

.info-add-small {
    font-size: small;
    padding: .2em;
}

.manufacturer-link {
display: block;
    width: fit-content;
    background-color: var(--dark-background);
    padding: 1em 2em;
    border-radius: 5px;
    margin: 1em auto;
    color: var(--light-white);
    text-align: center;
    font-weight: 800;
}

.manufacturer-link img {
    width: 10em;
    padding-bottom: 0.2em;
}

.manufacturer-link:hover,
.manufacturer-link:active {
    background-color: var(--main-button-color-blue);
    color: var(--full-white);
}

.anchor-offset::before {
    display: block;
    content: "";
    height: 62px;      /* Give height of your fixed element */
    margin-top: -62px; /* Give negative margin of your fixed element */
    visibility: hidden;
}

.dnb-cert img {
    width: 155px;
}

.no-padding-bottom {
    padding-bottom: 0;
}

.sensor-type-img-big {
    width: 15em;
}

.sensor-data-img {
    max-height: 12em;
    border-radius: 5px;
    margin: 2em 0;
}

.sensor-drawing-margin-bottom {
    margin-bottom: 15px;
}

.sensor-drawing-div,
.sensor-drawing-div a .bg-overlay{
    width: 20em;
    margin-bottom: 15px;
}

.cell-accuracy {
    font-size: 12px;
}

.cell-accuracy::before {
    content: "";
    display: block;
    height: 10px;
}

.cell-type-h3 {
    font-size: 2em;
}

.slider-caption h1 {
    text-transform: uppercase;
}

.slider-caption .main-p {
    font-size: 1.3em;
    font-weight: 800;
    margin-top: 1em;
    margin-bottom: 2.5em;
}

.slider-caption .main-p2 {
    font-size: 1em;
    font-weight: 200;
    margin-top: 0;
}

.demo-description {
    padding-top: 1em;
    padding-bottom: .2em;
    text-align: left;
}

.heading-block.border-bottom-0.services-margin-bottom-15 span {
    color: #000000;
    font-size: x-large;
    font-weight: 600;
    margin-bottom: .8em;
}

.header-margin-right {
    display: block;
    width: 5%;
}

.stand-type-title {
    font-weight: 900;
    font-size: x-large;
    padding: 0 0 2em 0;
    margin: 0 auto;
    text-align: center;
    display: block;
    color: var(--main-button-color-blue);
}

.device-title-stand-separator{
    display: block;
    height: 1.5em;
}

.stand-nav-div {
    background-color: var(--dark-background);
    font-weight: 600;
}

.test-stand-title {
    font-size: x-large;
    font-weight: 900;
    color: var(--main-button-color-blue);
    margin: 0 auto;
    text-align: left;
    padding-bottom: 0.5em;
}

.stand-nav-tab {
    justify-content: left;
}

.stand-card {
    background-color: var(--darker-background);
    color: var(--light-white); !important;
    border-radius: 5px;
    padding: 4em;
}

.stand-card .manufacturer-link {
    background-color: #4d515b;
    color: var(--full-white);
}

.stand-card .manufacturer-link:hover,
.stand-card .manufacturer-link:active {
    background-color: var(--main-button-color-blue);
}

.stand-nav-tab li div {
    background-color: #9d9d9d;
    padding: 0.8em;
    margin: 0;
}

.stand-nav-tab li:first-child div{
    border-radius: 5px 0 0 0;
}

.stand-nav-tab li:nth-child(2) div {
    border-radius: 0 5px 0 0;
}

.cells-div .cells-div-header {
    margin-top: 10px;
    font-weight: 900;
    font-size: 1.2em;
    color: var(--light-white);
}

.cells-div .cells-div-text {
    text-align: justify;
}

.cells-div {
    margin: 0 0;
}

.cells-div .cells-info-container {
    background-color: var(--darker-background);
    border-radius: 5px;
    padding: 1.5em 2em;
    margin-bottom: 2em;

}

.cells-div::after {
    display: block;
    height: 50px;
    content: "";
    min-width: 100%;
}

.loadcell-table-header {
    display: block;
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 0.3em;
}

.company-details-header {
    display: block;
    font-weight: 600;
    font-size: large;
    margin-bottom: 1em;
}

.google-map-div {
    max-width:100%;
    list-style:none;
    transition: none;
    overflow:hidden;
    width:500px;
    height:500px;
}

.google-map-iframe {
    height:100%;
    width:100%;
    border:0;
}

.news-div {
    font-weight: 500;
    background-color: var(--main-button-color-blue);
    color: var(--light-white);
    padding: 25px 40px 30px 40px;
    border-radius: 5px;
    margin-bottom: 80px;
    font-size: 1.2em;
    text-align: center;
}

.news-div span {
    display: block;
    margin: 10px auto;
    text-align: center;
    font-weight: 900;
    font-size: 1.3em;
    text-transform: uppercase;
}

.contact-logo-img {
    max-width:8em;
    display: block;
    margin: 10px;
}

.button-device-scroll-more {
    text-align: center;
    margin-top: 1.5em;
    display: block;
    padding: 10px;
    border-radius: 5px;
    font-weight: 600;
    max-width: 20em;
    background-color: var(--main-button-color-blue);
    color: var(--light-white);
}

.button-device-scroll-more:active,
.button-device-scroll-more:hover {
    background-color: var(--light-white);
    color: var(--main-button-color-blue);
}
.common-details-header {
    display: block;
    margin: 1em 0 .5em 0;
    font-size: 1.8em;
    font-weight: 600;
}

.device-details-line {
    display: block;
    height: 2px;
    border-radius: 1px;
    width: 100%;
}

.text-bold {
    font-weight: 900;
}

.not-clickable {
    pointer-events: none;
    cursor: default;
}

.cookie-container {
    margin: 0 auto;
    padding:0;
    font-size: 1rem;
}

.cookie-container-sub {
    padding: 1em;
}

.cookies {
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
    gap: 5px;
}

.download-desc {
   font-size: 15px;
    letter-spacing: -1px;
    font-weight: bold;
    padding-top: 10px;
}

.download-sub-category {

    font-size: large;
}
.download-box {
    background-color: var(--dark-background);
    padding: 1em;
    border-radius: 1em;
}

.download-box a {
    color: var(--light-white);
}

.download-box a:hover,
.download-box a:active {
    color: var(--main-article-title-color);
}

.download-list {
    max-width: 95%;
    font-weight: bolder;
}

.download-list-title {
    font-weight: bold;
    font-size: 25px;
    margin-bottom: .5em;
}

.download-list-title li {
    font-size: 20px;

}

.download-list-title li ul li {
    font-size: 15px;
    margin-top: auto;
    font-weight: 500;
}

.download-list,
.download-list ul{
    list-style-type: none;
}

.download-list ul {
margin: .2em 0 0 1.2em;
}

.goto-documents {
    display: block;
    background-color: var(--dark-background);
    color: var(--light-white);
    text-align: center;
    max-width: 40em;
    border-radius: .5em;
    padding: 1em;
    margin: 1em  auto;
    box-shadow: inset 0 8px 16px 0 rgba(0,0,0,0.2), inset 0 3px 10px 0 rgba(0,0,0,0.19);

}

.goto-documents:hover {
    transition-duration: .2s;
    background-color: var(--main-button-color-blue);
    box-shadow: inset 0 8px 16px 0 rgba(0,0,0,0.2), inset 0 3px 10px 0 rgba(0,0,0,0.19);
}



#cookies {
    border-radius: 1em;
    margin: 0 auto;
    padding: 2em 1em;
    position: fixed;
    bottom: 1em;
    left: 1em;
    color: var(--light-white);
    background-color: var(--darker-background);
    z-index: 5;
    max-width: 90%;
    opacity: 0;
    transition: opacity .3s ease-in-out;
}

#cookies-accept-btn,
#cookies-deny-btn {
    border-radius: .5em;
    padding: .5em 1em;
    background-color: var(--main-button-color-blue);
    border: 0;
    box-shadow: none;
    color: var(--light-white);
}

#cookies-accept-btn:hover,
#cookies-accept-btn:active,
#cookies-deny-btn:hover,
#cookies-deny-btn:active{
    background-color: var(--light-white);
    color: var(--main-button-color-blue);
}

@media (min-width: 1400px) {
    .demo-box {
        min-height: 52em;
    }

    .device-box-stand {
        font-size: 1em;
        min-height: 34em;
    }

    .device-box-stand .fbox-content {
        padding: 1em;
        margin: 0;
    }

    .device-box {
        font-size: 1em;
        min-height: 30em;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {


    .info-table {
        font-size: 1em;
    }

    .demo-box {
        min-height: 55em;
    }


    .device-box {
        font-size: 1em;
        min-height: 32em;
    }

    .device-box h3 {
        font-size: 1.2em;
        text-align: center;

    }

    .device-box-stand {
        font-size: 1em;
        min-height: 35em;
    }

    .device-box .fbox-content {
        padding: 0.1em;
        margin: 0;
    }

    .device-box-stand .fbox-content {
        padding: 1em;
        margin: 0;
    }


}

@media (min-width: 992px) and (max-width: 1200px) {

    .sensor-description {
        font-size: .85em;
    }

    .sensor-header {
        font-size: 1.2em;
    }

    .info-table {
        font-size: 0.8em;
    }

    .demo-box {
        min-height: 57em;
    }

    .device-box {
        font-size: 1em;
        min-height: 30em;
    }

    .device-box h3 {
        font-size: 1em;
        text-align: center;

    }

    .device-box .fbox-content {
        padding: 0.1em;
        margin: 0;
    }

    .device-box-stand {
        font-size: 1em;
        min-height: 36em;
    }

    .device-box-stand .fbox-content {
        padding: 1em;
        margin: 0;
    }

    .stand-nav-tab {
        justify-content: left; !important;
    }
}

@media (min-width: 768px) and (max-width: 992px) {

    .slider-caption h1 {
        font-size: 2em;
    }

    .slider-caption .main-p {
        font-size: .8em;
        margin-top: 1em;
        margin-bottom: 2.5em;
    }

    .slider-caption .main-p2 {
        font-size: .8em;
        margin-top: 0;
    }

    .sensor-img {
        width: 20em;
    }

    .sensor-header {
        font-size: 1.8em;
    }

    .info-table {
        font-size: 0.8em;
        min-width: 94%;
    }

    .demo-box {
        min-height: 50em;
    }

    .device-box {
        font-size: 0.8em;
        min-height: 36em;
    }

    .device-box h3 {
        font-size: 1.2em;
        text-align: center;

    }

    .device-box .fbox-content {
        padding: 0;
        margin: 0;
    }

    .device-index-image-stand div {
        font-size: 1.2em;
    }

    .device-box-stand {
        font-size: 0.8em;
        min-height: 38em;
    }

    .device-box-stand .fbox-content {
        padding: .5em;
        margin: 0;
    }

    .test-stand-title {
        text-align: center;
        margin: 0 auto;
    }

    .stand-nav-tab {
        justify-content: center; !important;
    }

    .anchor-offset::before {
        height: 101px;
        margin-top: -101px;
    }
}

@media (max-width: 768px) {

    .slider-caption h1 {
        font-size: 1.2em;
    }

    .slider-caption.slider-caption-center .main-p {
        font-size: .9em;
        margin-top: .1em;
        margin-bottom: 2em;
    }

    .slider-caption.slider-caption-center .main-p2 {
        font-size: .8em;
        margin-top: 0;
    }

    .info-table {
        font-size: 0.8em;
        min-width: 92%;
    }

    .device-box {
        font-size: 1em;
        min-height: 20em;
    }

    .device-box-stand {
        font-size: 1em;
        min-height: 20em;
    }

    .video-back-image {
        min-width: 10em;
    }

    .test-stand-title {
        text-align: center;
        margin: 0 auto;
    }

    .stand-nav-tab {
        justify-content: center; !important;
    }

    .anchor-offset::before {
        height: 101px;
        margin-top: -101px;
    }

    .stand-card {
        padding: 2em;
    }

    .cells-div .cells-div-header {
    font-size: 1em;
    }

    .cells-div .cells-info-container {
    font-size: 0.8em;
    }

}

@media (max-width: 576px) {

    .demo-button-container {
        max-width: 95%;
    }

    .demo-button-1,
    .demo-button-2 {

        font-size: .8rem;

    }

    #cookies {
        left: 0;
        bottom: 0;
        max-width: 100%;
        border-radius: 1em 1em 0 0;
    }


    .main-article {
        min-width: 80%;
        max-width: 90%;
        margin: 1em auto;
    }

    .main-article .main-article-title {
        font-size: .8em;
    }

    .main-article-desc.portfolio-desc .toggle .toggle-header .toggle-title h4 {
        font-size: 1em;
    }

    .test-stand-title {
        text-align: center;
        margin: 0 auto;
    }

    .main-title h2 {
     font-size: x-large;
    }

    .stand-card {
        border-radius: 0 0 5px 5px;
        font-size: 1em;
    }
    .stand-nav-tab {
        padding: 0;
        margin: 0 0 0 0;
    }

    .stand-nav-tab li:first-child div{
        border-radius: 5px 5px 0 0;
        margin: 0
    }

    .stand-nav-tab li:nth-child(2) div {
        border-radius: 0 0 0 0;
        margin:0;
    }

    .stand-nav-tab::after {
        display: block;
        content: "";
        height: 0.3em;
        background-color: var(--main-button-color-blue);
    }

    .cells-div .cells-div-header {
        font-size: 1.2em;
    }

    .cells-div .cells-info-container {
        font-size: 1em;
    }

}






/*
.toggle-active .toggle-closed {
    display: block;
    transform: rotate(45deg);
    opacity: 1;
}

.toggle-closed {
    transition: .2s;
    opacity: .2;
}
*/


