﻿a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.clickable {
    cursor: pointer;
}

.bg-btn-danger {
    background-color: #bd666e;
}

.bg-btn-secondary {
    background-color: #8e9398;
}

.bg-btn-success {
    background-color: #76bf87;
}

.full-page-width {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    margin-top: 20px;
    left: 50%;


    margin-top: 0;
    padding-top: 0;
    top: -16px;
}

.pricelist-option-link {
    color: var(--primary-color);
}

.pricelist-option-link:hover {
    color: black;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    background-color: #f3d083 !important;
}

.overlay-middle {
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

a {
    color: black;
}

p {
    color: #707070;
}

a:hover {
    color: var(--primary-color);
}

.orange-link {
    color: var(--primary-color);
}

.orange-link:hover {
    color: white;
}

.scale-on-hover {
    border: 1px solid transparent;
    border-radius: 50%;
    transition: 0.5s;
    text-decoration: underline;
    font-weight: bold;
    padding: 10px;
}

.scale-on-hover:hover {
    border-radius: 5px;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    background-color: white;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, .1);
    text-decoration: none;
}

.nav-link.active {
    color: var(--primary-color) !important;
    background-color: white !important;
}

.dropdown-item:active {
    background-color: var(--primary-color);
}


.table {
    margin-top: 12px;
    margin-bottom: 12px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

header {
    margin-bottom: 1rem;
    box-shadow: 0 4px 4px 0px rgba(0, 0, 0, .1)
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background-color: #ffffff;
}

footer {
    min-height: 120px;
    background-color: var(--primary-color);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}

.footer-steinfort a {
    transition: 1s;
    text-decoration: underline;
    padding: 20px;
    padding-left: 0;
    border-radius: 10px;
    border: 1px solid transparent;
}

.footer-steinfort a:hover {
    text-decoration: none;
    color: white;
    padding-left: 30px;
    padding-right: 30px;
    border: 1px solid white;
    box-shadow: 0 0 10px 10px rgba(255, 255, 255, 0.3) inset,
        0 0 10px 10px rgba(255, 255, 255, 0.3);
}

.h1-sg {
    color: var(--primary-color);
    font-size: 1.5em;
}

h2 {
    font-size: 1.5em;
}

.status-img {
    width: 80px;
}

.tab-content {
    border: 1px solid #e2e2e2;
    border-top: 0;
}

.header-background {
    background-color: var(--primary-color);
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.header-background-white {
    background-color: #FFFFFF;
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.white-background {
    background-color: white;
    height: auto;
}

.active-steinfort {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: white !important;
}

navlink2.active {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: white !important;
}

.homepage-title {
    color: #74747f;
    font-size: 2vw;
    font-weight: 200;
}

.homepage-subtitle {
    color: var(--primary-color) !important;
    font-size: 1.5vw;
    font-weight: 600;
}

.btn-primary {
    color: black;
    background-color: rgb(240, 240, 240);
    border-color: rgb(240, 240, 240);
    border: none;
    transition: 0.3s;
}

.btn-primary:hover,
btn-primary:focus {
    color: white;
    background-color: var(--primary-color);
    scale: 105%;
}

.homepage-blocks {
    height: 200px;
    margin-bottom: 5px;
    margin-top: 5px;
    border: none;
}

.homepage-blocks-link {
    color: black;
}

.homepage-blocks-link:hover {
    text-decoration: none;
    color: var(--primary-color) !important;
}

.navigation-buttons .btn {
    position: relative;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-home {
    border-radius: 0;
}

.btn-home:hover {
    color: var(--primary-color);
}

.nav-link::selection {
    color: var(--primary-color);
}

.img-icon {
    width: 15%;
}




/* ALERT RELATED CLASS (START) */
.alert-area {
    max-height: 100%;
    position: fixed;
    bottom: 65px;
    left: 20px;
    right: 20px;
}

.alert-box {
    font-size: 16px;
    color: white;
    background: rgba(0, 0, 0, 0.9);
    line-height: 1.3em;
    padding: 10px 15px;
    margin: 5px 10px;
    position: relative;
    border-radius: 5px;
    transition: opacity 0.5s ease-in;
}

.alert-box.hide {
    opacity: 0;
}

.alert-close {
    background: transparent;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 15px;
    right: 15px;
}

.alert-close:before,
.alert-close:after {
    content: '';
    width: 15px;
    border-top: solid 2px white;
    position: absolute;
    top: 5px;
    right: -1px;
    display: block;
}

.alert-close:before {
    transform: rotate(45deg);
}

.alert-close:after {
    transform: rotate(135deg);
}

.alert-close:hover:before,
.alert-close:hover:after {
    border-top: solid 2px #d8d8d8;
}



/* ALERT RELATED CLASS (END) */

.alert-message-container {
    text-align: center;
    line-height: 2.5em;
    margin-top: 50px;
}

.alert-message-box {
    font-size: 20px;
    width: 300px;
    border: solid 1px #444;
    padding: 10px 15px;
    outline: none;
    transition: box-shadow 0.1s;
}

.alert-message-box:focus {
    box-shadow: 0 0 15px 2px #888;
}

.alert-message-button {
    font-size: 18px;
    color: white;
    background: #14b9ff;
    width: 250px;
    border: solid 1px #14b9ff;
    padding: 10px 20px;
    margin-top: 5px;
    cursor: pointer;
    outline: none;
    transition: background 0.1s;
}

.alert-message-button:hover,
.alert-message-button:focus,
.alert-message-button:active {
    background: #7dd8ff;
}

/* Bootstrap overrides */

.btn-light {
    color: #212529;
    background-color: #dae0e5;
    border-color: #dae0e5;
}

.btn-light:hover {
    color: #212529;
    background-color: #bac0c3;
    border-color: #bac0c3;
}

:root {
    --primary-color: #F7A600;
    --font-family: 'Poppins', Arial, Helvetica, sans-serif;
    --font-size: 18px;
}

* {
    font-family: var(--font-family);
    font-size: var(--font-size);
}

hr {
    border-top: 2px solid rgba(0, 0, 0, 0.1);
}

img {
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

main {
    min-height: 100vh;
}

label {
    margin-bottom: 0;
}

.form-group {
    margin-bottom: 20px;
}

.main-outside-title-wrapper {
    padding-left: 70px;
    padding-bottom: 30px;
    z-index: 2;
    text-align: left;
    width: 70%;
    max-width: 1850px;
}

.title {
    color: var(--primary-color);
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

body {
    margin: 0;
    padding: 0;
}

.text-danger {
    text-align: center;
    font-size: var(--font-size);
    text-shadow: 0 0 10px rgb(130, 130, 130);
    color: #dc3545 !important;
}

.text-danger ul {
    margin-bottom: 0;
}

.main-content-wrapper {
    font-size: var(--font-size);
    color: white;
    font-family: var(--font-family);
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 50px;
    margin-top: 20vh;
}

.steinfort_fabric_body {
    z-index: -1;
    background-image: url(/Images/login-background.jpg);
    background-size: cover;
    background-size: 120%;
    background-position: right;
    position: absolute;
    min-width: 100vw;
    min-height: 100vh;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.steinfort_fabric_body::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
}

.form-control {
    margin-top: 5px;
    margin-bottom: 25px;
    padding: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: calc(var(--font-size) + 4px);
}

.form-control::placeholder {
    /* Style for all tooltips inside an element with the form-control class */
    color: rgba(0, 0, 0, 0.3);
}

.block-transparent-background {
    background-color: rgba(0, 0, 0, 0.87);
    border-radius: 6px;
    padding: 70px;
    width: 70%;
    z-index: 2;
    max-width: 2000px;
}

a {
    color: black;
    padding-top: 20px;
    padding-bottom: 20px;
    transition: 0.1s;
}

a:hover {
    color: var(--primary-color)
}

.big-grey-button {
    /*width: 220px;*/
    /*height: 70px;*/
    cursor: pointer;
    font-weight: bold;
    background-color: white;
    color: #707070;
    border: 4px solid #707070;
    transition: 0.2s;
    font-size: calc(var(--font-size) + 0px);
    border-radius: 0;
    padding: 2px;
    padding-left: 30px;
    padding-right: 30px;
    height: 46px;
    min-width: 220px;
}

.big-grey-button:hover {
    scale: 105%;
}

.big-orange-button {
    /*width: 220px;*/
    /*height: 70px;*/
    cursor: pointer;
    background-color: var(--primary-color);
    border: none;
    font-weight: bold;
    color: white;
    border: 4px solid var(--primary-color);
    transition: 0.2s;
    font-size: calc(var(--font-size) + 0px);
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    padding-left: 30px;
    padding-right: 30px;
    height: 46px;
}

.big-orange-button::after {
    content: url('/Images/white-o-logo-in-button.svg');
    display: inline-block;
    margin-left: 20px;
    width: 30px;
    height: 30px;
}

.big-orange-button:hover {
    scale: 105%;
    background-color: #6c757d;
    border-color: #6c757d;
    text-shadow: 0 0 30px white;
}

.big-orange-button:disabled {
    background-color: #cccccc;
    color: #666666;
}

/* Disable hover effect when button is disabled */
.big-orange-button:disabled:hover {
    scale: 100%;
    background-color: #cccccc;
    text-shadow: none;
    cursor: not-allowed;
}

.normal_orange_button {
    width: 180px;
    height: 40px;
    cursor: pointer;
    background-color: var(--primary-color);
    border: none;
    font-weight: bold;
    color: white;
    transition: 0.2s;
    font-size: calc(var(--font-size) + 2px);
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.normal_orange_button:hover {
    scale: 105%;
    background-color: #6c757d;
    text-shadow: 0 0 30px white;
}

.padding_20 {
    padding: 20px;
}

h1 {
    font-size: calc(var(--font-size) * 3.3);
    color: white;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.checkbox {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}

input[type="checkbox"] {
    transform: scale(2);
    accent-color: var(--primary-color);
    margin: 5px;
    margin-left: 0;
    margin-right: 10px;
}


label {
    margin-left: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
}

input[type="radio"] {
    transform: scale(1.2);
    min-width: 20px;
    min-height: 20px;
    border-radius: 50%;
    border: 2px solid #ccc;
    accent-color: var(--primary-color);
    position: relative;
}

input[type="radio"]:checked {
    border: 5px solid white;
    background-color: #707070;
}

select {
    padding: 0 !important;
    padding-left: 10px !important;
}

.remember-me-label {
    padding: 20px;
    padding-left: 6px;
    padding-right: 0;
    border-radius: 5px;
    width: 300px;
}

.AkkordMetPrivacy {
    text-align: center;
    margin-top: 50px;
}

.bottom-info {
    font-size: calc(var(--font-size) - 2px);
    padding: 20px;
    z-index: 2;
    text-align: center;
}


.terug_inloggen {
    margin-top: 40px;
    padding-bottom: 0;
    display: block;
    color: white;
}


.text-login-buttons {
    color: white !important;
    padding-left: 0px;
    padding-right: 8px;
}

.header-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: center;

}

.header-50-blocks-container {
    display: flex;
    flex-direction: row;
}

.header-50-block {
    display: flex;
    flex-direction: row;

    justify-content: space-between;
}

.navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

.nav-link {
    transition: 0.3s;
    padding: 0.5rem 1.5rem;
    font-size: 16px;
}

.nav-link.small-text {
    padding: 0.5rem 0.5rem;
}

.nav-link:hover {
    scale: 105%;
}

.navbar-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-secondary {
    padding: 0px;
}

.nav-group-left,
.nav-group-right {
    display: flex; /* Ensures items inside these groups align horizontally */
}

.dropdown-toggle::after {
    transition: 0.5s;
}

.simple-arrow {
    transition: 0.3s;
    position: absolute;
    padding: 0.5rem 1rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    pointer-events: none;
    top: 0px;
    right: 8px;
}


#search-container {
    padding: 10px 15px;
    background-color: #F5F5F6;
    border-radius: 6px;
    box-shadow: 0px 3px 5px #00000029;
    margin-left: 5vw;
    margin-right: 5vw;
}

#search-input {
    width: 100%;
    margin: 0px;
}

#search-results {
    z-index: 1000;
    max-height: 200px;
    overflow-y: auto;
}

.box-shadow-block {
    display: flex;
    box-shadow: 0px 3px 5px #00000029;
}

#search-input {
    width: 23vw;
    padding: 10px;
    font-size: calc(var(--font-size) - 2px);
    border: 1px solid #ccc;
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: none;
    outline: none;
}

#search-button {
    padding: 10px 25px;
    font-size: var(--font-size);
    background-color: #F6A627;
    color: white;
    border: none;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    cursor: pointer;
    font-weight: bold;
    display: flex;
}

#search-button:hover {
    scale: 110%;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.bold-text {
    font-weight: bold;
}

.small-text {
    font-size: calc(var(--font-size) - 2px);
}

.navbar-nav {
    flex-direction: row;
}


.current-link-orange {
    color: var(--primary-color) !important;
}

.current-link-black {
    color: black !important;
}

.main-image-wrapper,
.home-image-wrapper {
    position: relative;
    background-image: url(/Images/welcome-background.jpg);
    background-size: cover;
    background-position: center;
    min-height: 50vh;
    overflow: hidden;
}

.main-image-wrapper::after,
.home-image-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.image-banner {
    min-height: 0;
    height: 40vh;
    max-height: calc(min(600px, 30vh));
    background-position-y: 90%;
}

.privacy-info {
    margin-bottom: 50px;
}

.privacy-info h1 {
    font-weight: normal;
}

.privacy-info h2 {
    margin-top: 30px;
}

.privacy-info ul {
    padding-left: 20px;
}

ul li::marker {
    font-size: 15px;
}

.white {
    color: white;
}

.bottom-block {
    z-index: 1;
    padding: 15px;
    padding-left: 15vw;
    padding-right: 15vw;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.54);
}

.bottom-centering {
    padding-left: 0;
    padding-right: 0;
    display: flex;
}

.centering-box {
    display: flex;
    justify-content: center
}

.bottom-block .title {
    font-size: calc(var(--font-size) + 4px);
}

.account-buttons * {
    font-size: calc(var(--font-size) * 1.5);
}


.home-text-box {
    padding: 100px;
    padding-left: 15vw;
    padding-right: 15vw;
}


.home-info-box {
    padding: 3vw;
    display: flex;
    background-color: #74747F12;
    flex-direction: row;
    margin-bottom: -15px;
    align-items: flex-start;
    justify-content: space-evenly;
}

.home-info-box-element h4 {
    font-size: calc(var(--font-size) * 1.5);
}

.home-info-box-element a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.home-info-box-element a i {
    margin-right: 10px;
}


.footer-warning-box p {
    font-size: 14px;
    line-height: 0px;
}


.footer-warning-box .warning-text {
    margin-top: 10px;
    font-weight: bold;
}



.breadcrumb {
    padding-left: 0;
    background: inherit;
}

.breadcrumb a {
    text-decoration: none;
    font-size: 14px;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: ">";
}

.table-search form {
    display: flex;
    margin-bottom: 20px;
}

.table-search form input {
    height: 100%;
    margin: 0;
}

.table-search-container {
    padding: 10px 15px;
    background-color: #F5F5F6;
    border-radius: 6px;
    box-shadow: 0px 3px 5px #00000029;
    margin-left: 1vw;
    margin-right: 1vw;
}

.table-search input {
    transition: 1s;
    padding: 10px;
    font-size: var(--font-size);
    border: 1px solid #ccc;
    border-radius: 4px;
    border: none;
    outline: none;
}

.table-search button {
    margin-left: 15px;
    transition: 1s;
    padding: 10px 25px;
    font-size: var(--font-size);
    background-color: #F6A627;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
}

.table-search button:hover {
    scale: 110%;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.grey-box {
    padding: 10px 15px;
    background-color: #F5F5F6;
    border-radius: 6px;
    box-shadow: 0px 3px 5px #00000029;
    margin-bottom: 25px;
}

.grey-box select {
    margin: 0;
    padding-left: 5% !important;
    height: 60px;
}

.grey {
    color: grey;
}

#overzichttabel {
    width: auto;
}

#overzichttabel td {
    text-align: center;
    align-content: center;
}

#overzichttabel th {
    background-color: #74747F12;
    border-radius: 3px;
    border: 20px solid white;
    text-align: center;
    padding: 0;
}

#overzichttabel th :first-child {
    display: flex;
    padding: 20px;
}



.orange-line {
    width: 100%;
    height: 10px;
    background-color: var(--primary-color);
    margin-top: 100px;
}

.orange_font {
    color: var(--primary-color);
}

.custom-table-container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
}

.leverstatus {
    display: flex;
    flex-direction: row;
}


.steps-container {
    position: relative;
    display: flex;
    z-index: 1;
}

.steps-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    margin-left: -50vw;
    background-color: #F5F5F6;
    z-index: -2;
}

.step {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 12%;
}

.step-point {
    width: 30px;
    height: 30px;
    border: 1px solid #707070;
    border-radius: 50%;
    background-color: white;
    display: inline-block;
    margin-right: 10px;
}

.step-point.active {
    position: relative;
}

.return-to-parent {
    margin-top: 320px;
}

.line {
    position: relative;
    top: -6%;
    left: 73.5%;
    transform: translateX(-50%);
    height: 2px;
    width: 55%;
    background-color: gray;
    z-index: 0;
}

.step-point.active::after {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--primary-color);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.step-description {
    text-align: center;
    margin-top: 5px;
}

.details {
    position: relative;
    padding: 10px;
    padding-left: 20px;
    border-radius: 5px;
    margin-left: 20px;
    z-index: 1;
}

.details::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0%;
    width: calc(100vw - 100% - 20px);
    height: 100%;
    background-color: #CCCCCC;
    z-index: -1;
}


.details p {
    margin: 5px 0;
}

.big-info-block {
    display: flex;
    flex-direction: column;
}

.orderinformatie,
.referenties {
    margin: 30px;
}

.carousel-inner {
    width: 100%;
    max-height: 500px !important;
}

.carousel-img {
    max-height: 400px;
    max-width: 100%;
}


.horizontal-block {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.vertical-spacing {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.space-evenly {
    justify-content: space-evenly;
}

.space-between {
    justify-content: space-between;
}

.flex-start {
    justify-content: flex-start
}

.filter-bar {
    display: inline-block;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    background-color: #F5F5F6;
    border-radius: 5px;
    width: 100%;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}

.filter-area {
    border-bottom: 1px solid black;
}

.filter-area-title {
    font-family: var(--font-family); /* poppins */
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    letter-spacing: 0;
    padding-bottom: 8px;
}

.filter-area-content {
    padding-top: 48px;
    padding-bottom: 48px;

    padding-left: 24px;
}

.filter-area-content div {
    margin: 0 auto;
}

.filter-option-label {
    padding: 7px;
    font-size: 14px;

}

.prijslijst {
    padding-left: 10%;
}



/* |-----------| */
/* |-- MEDIA --| */
/* |-----------| */
@media (min-width: 768px) {
    .img-icon {
        width: 10%;
    }

    .alert-area {
        width: 350px;
        left: auto;
        right: 0;
    }

    .big-info-block {
        flex-direction: row;
    }

}

@media (max-width: 575px) and (min-width: 0px) {
    .dropdown-menu {
        border: 0px;
    }

    .homepage-subtitle {
        display: none;
    }
}

@media (max-width: 767px) and (min-width: 481px) {
    .alert-area {
        left: 100px;
        right: 100px;
    }
}

/* |--------| */
/* | HEIGHT | */
/* |--------| */
@media (max-height:1300px) {
    .main-content-wrapper {
        height: auto;
        margin-top: 10vh;
    }
}

@media (max-height:1100px) {
    .main-content-wrapper {
        height: auto;
        margin-top: 7vh;
    }
}


/* |-------| */
/* | WIDTH | */
/* |-------| */
@media (max-width:1450px) {
    :root {
        --font-size: 16px;
    }

    .steinfort_fabric_body {
        background-size: cover;
        background-position: center;
    }

    .main-outside-title-wrapper,
    .block-transparent-background {
        width: 100%;
    }
}

@media(max-width: 1100px) {
    .header-50-blocks-container {
        flex-direction: column;
    }
}

@media(max-width: 767px) {


    #search-input {
        width: 100%;
    }

    #search-container {
        margin: 0;
    }

    .details::after {
        background-color: transparent;
    }
}

@media (max-width:600px) {
    :root {
        --font-size: 14px;
    }

    .home-info-box {
        flex-direction: column;
        align-items: center;
    }

    .home-info-box-element {
        width: 200px;
    }

    .form-group {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .steinfort_fabric_body {
        background-size: cover;
    }

    .remember-me-label {
        padding-left: 35px;
    }

    .main-outside-title-wrapper {
        width: 100%;
        padding-left: 0;
        padding-bottom: 30px;
        text-align: center;
    }

    .block-transparent-background {
        border-radius: 0;
        width: 100%;
        padding: 30px;
    }

    .AkkordMetPrivacy {
        text-align: center;
        margin-top: 0;
    }
}

@media(max-width: 575px) {
    .outer-box-mobile {
        padding: 2px !Important;
    }

    .inner-box-mobile {
        border: 0px !Important;
        box-shadow: none;
    }

    .homepage-title {
        display: none;
    }
}


