/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 16.12.2024, 11:11:30
    Author     : s.yueksel
*/



/* Media Queries */
@media only screen and (max-width: 2000px) {
    body {
        background: url(background.jpg) no-repeat fixed center center / cover;
    }
}

@media only screen and (max-width: 1100px) {
    .logistik section {
        width: 100%;
        margin-left: 0;
    }
}

@media only screen and (max-width: 1000px) {
    body {
        width: 100%;
        margin: 0;
    }
    table.apps td {
        font-size: 2vw;
    }
    #kalender {
        width: 100%;
        margin-left: 0;
    }
    #chatList #auftragBereich, #chatList #chatBereich  {
        max-width: 100%;
    }
    #chatList .container{
        display: block;
    }

    #chatList th, #chatList td {
        border: 1px solid #ccc;
        padding: 0px;
    }
    
    .feiertagsliste{
        display: none;
    }
    .buchungen{
        width: 100%;
    }
    
    #buchungen_date{
        padding-left: 0;
    }

}

@media only screen and (max-width: 620px) {
    table.apps tr.symbol a,
    table.apps i,
    table.apps tr.symbol .material-symbols-outlined {
        font-size: 50px;
        padding: 10px;
    }
}


@media only screen and (max-width: 500px) {
    #personal {
        height: 100%;
        width: 100%;
        overflow: scroll;
    }
    #personal nav {
        position: relative;
        width: 100%;
    }
    #personal section {
        position: relative;
        width: 94%;
        left: 0;
        padding: 3%;
    }
    #personal .submit {
        width: 30vw;
        font-size: 4.5vw;
    }
    #personal #logo2 {
        display: none;
    }
    table.apps td {
        border: 5px solid rgba(0, 0, 0, 0);
    }
}



@media only screen and (max-width: 420px) {
    table.apps tr.symbol a,
    table.apps i,
    table.apps tr.symbol .material-symbols-outlined {
        font-size: 35px;
        padding: 5px;
    }
    #my_camera {
        width: 80%;
        height: auto;
    }
    #appendHere {
        width: 100%;
        height: 400px;
        margin: auto;
    }
    #results {
        padding-top: 10px;
    }
}



/*@media only screen and (min-width: 1000px) {
    table.apps tr.symbol .twoLines a {
        padding: 20px;
    }

}
@media only screen and (max-width: 2000px) {
    body {
        background:url(background.jpg) no-repeat fixed center center / cover;
    }

}
@media only screen and (max-width: 1000px) {
    body {
        background:url(background.jpg) no-repeat fixed center center / cover;
        width:100%;
        margin:0;
    }
    table.apps td{
        font-size: 2vw;
    }
    #kalender{
        width:100%;
        margin-left:0
    }
    #loginwindow{
        width:85%;
        left:7.5%;
    }
    .pdfviewer{
        display:none
    }

    .feiertagsliste{
        display: none;
    }
}
@media only screen and (max-width: 1100px) {
    .logistik section{
        width:100%;
        margin-left:0
    }
}
@media only screen and (max-width: 900px) {
    .car table td form input{
        font-size: 1vh;
        letter-spacing: 0;
        border-left: 3vw solid blue;
    }
}
@media only screen and (max-width: 690px) {
    table.apps tr.symbol a, table.apps i, table.apps tr.symbol .material-symbols-outlined{
        font-size:50px;
        padding:10px
    }
    .permission{
        font-size:15px;
        top:7px;
        right:7px
    }
}
@media only screen and (max-width: 620px) {
    table.apps tr.symbol a, table.apps i{
        font-size:50px;
        padding:10px
    }
    .permission{
        font-size:15px;
        top:7px;
        right:7px
    }

    .symbol td a p {
        font-size: 2vw;
    }

    table.apps tr.symbol .twoLines a {
        padding: 0px;
    }

}
@media only screen and (max-width: 500px) {
    #personal{
        height:100%;
        width:100%;
        overflow:scroll
    }
    #personal nav{
        position:relative;
        width:100%
    }
    #personal section{
        position:relative;
        width:94%;
        left:0;
        padding:3%
    }
    #personal .submit{
        width: 30vw;
        font-size: 4.5vw
    }
    #personal #logo2{
        display:none
    }
    table.apps td {
        border: 5px solid rgba(0,0,0,0);
    }
}
@media only screen and (max-width: 420px) {
    table.apps tr.symbol a, table.apps i, table.apps tr.symbol .material-symbols-outlined{
        font-size:35px;
        padding:5px
    }

    #my_camera{
        width: 80%;
        height: auto;
    }

    #appendHere{
        width: 100%;
        height: 400px;
        margin: auto;
    }

    #results{
        padding-top: 10px;
    }

}*/