@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

@media only screen and (max-width: 500px) {
    .modal-width {
        width: 320px;
    }
}

@media only screen and (max-width: 991px) {
    #m_unset {
        margin-left: unset !important;
        margin-right: unset !important;
    }
}

.bi {
    display: inline-block;
    width: 2rem;
    height: 2rem;
}    

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Lato", sans-serif;
    /* background-color: rgb(124, 115, 115); */
    background-image: url(../img/back1.png);
    background-size: contain;
    /* color: white; */
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    /* color: #5969a8 */
    color: black;
}

.back-text {
    background-image: url(../img/0000.png) !;
    background-size: contain;
}

.width-height {
    width: 100%;
    height: 800px;
}
.text-white {
    color: white !important;
}
.text-blau-lila {
    color: #27296d;
}
.text-black {
    color: black !important;
}
.f-size {
    font-size: 30px;
}

.timer {
    transition: 10s ease-in-out;
}

.button-line {
    list-style: none;
}

.text-purple {
    color: #5969a8;
}

.text-red {
    color: #CD5C5C;
}

.text-white {
    color: white !important;
}

.height-80 {
    height: 80%;
}
.width-80 {
    width: 80%;
}
.img-height {
    height: 600px;
    /* object-fit: cover; */
    object-fit: fill;
}
.b-radius {
    border-radius: 5%;
}

.flex-reverse {
    flex-direction: row-reverse;
}

.flex-end {
    justify-content: flex-end;
    
}

.kontakt-img {
    height: 40%;
    width: 100%;
    object-fit: cover;
}
.flex {
    display: flex;
    flex-direction: column;
}
.img-hw {
    height: 80%;
    width: 80%;
}
.zoom:hover {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Safari 3-8 */
    transform: scale(1.5); 
}
.img-kontakt {
    height: 600px;
    object-fit: contain;
}

.logo-img {
    border-radius: 50%;
}

.text_bild {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.kon_bild {
    border-radius: 5%;
}


/* style */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+Thai:wght@100..900&display=swap');


main {
    min-height: 100vh;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.text-purple {
    color: #6f42c1;
}


/* From Uiverse.io by escannord */
.radio-input input {
    display: none;
}

.radio-input label {
    --border-color: #a1b0d8;

    border: 1px solid var(--border-color);
    border-radius: 6px;
    min-width: 15rem;
    margin: 1rem;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
}

.radio-input input:checked+label {
    --border-color: #2f64d8;
    border-color: var(--border-color);
    border-width: 2px;
}

.radio-input label:hover {
    --border-color: #2f64d8;
    border-color: var(--border-color);
}

.radio-input {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.circle {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: rgb(189, 187, 207);
    margin-right: 0.5rem;
    position: relative;
}

.radio-input input:checked+label span.circle::before {
    content: "";
    display: inline;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #2f64d8;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.text {
    display: flex;
    align-items: center;
}

.price {
    display: flex;
    flex-direction: column;
    text-align: right;
    font-weight: bold;
}

.small {
    font-size: 10px;
    color: rgb(136, 138, 139);
    font-weight: 100;
}

.info {
    position: absolute;
    display: inline-block;
    font-size: 11px;
    background-color: rgb(31, 236, 123);
    border-radius: 20px;
    padding: 1px 9px;
    top: 0;
    transform: translateY(-50%);
    right: 5px;
}


/* dashboard */
.bi {
    display: inline-block;
    width: 1.2rem;
    height: 1.5rem;
}

/*
   * Sidebar
   */

@media (min-width: 768px) {
    .sidebar .offcanvas-lg {
        position: -webkit-sticky;
        position: sticky;
        top: 48px;
    }

    .navbar-search {
        display: block;
    }
}

.sidebar .nav-link {
    font-size: .875rem;
    font-weight: 500;
}

.sidebar .nav-link.active {
    /* color: #2470dc; */
    color: white;
    background-color: black;
}

.sidebar-heading {
    font-size: .75rem;
}

/*
   * Navbar
   */

.navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    /* background-color: rgba(0, 0, 0, .25);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25); */
}

.navbar .form-control {
    padding: .75rem 1rem;
}
.b-color {
    background-color: black !important;
}
.l-color {
    color: black;
}
.x-color {
    background-color: red;
}

.b-img {
    /* background-image: url(../img/b3.png); */
    background-color: whitesmoke;
    background-repeat: no-repeat;
    background-size: cover;
    /* border-radius: 50%; */
    border-end-start-radius: 25%;
    border-start-end-radius: 25%;
}

.icon-link-hover {
    --bs-link-hover-color-rgb: 25, 135, 84;
}
