@tailwind base;
@tailwind components;
@tailwind utilities;

body{
    background-color: #6a8c75;

    /* background-color: #BEECB9 !important; */
    overflow-x: hidden !important;
    hyphens: auto !important;
}
a{
    color: white;
}
a:hover{
    color:inherit;
}

.header {
    min-height: 6.25vh; /* 120px / 1920px * 100 */
}

.invisible {
    min-height: 1.5625vh; /* 30px / 1920px * 100 */
}
.line-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0 !important;
  }
  .line {
    z-index: 0 !important;
    position: absolute;
    width: 150%;
    height: 2px;
    background-color: #41614b;
  }
.main-nav-button {
    background-color: white !important;
    color: darkslategray;
    width: 60vw;
    height: 7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px ;
    font-size: 3.125em;
    border-radius: 5px;
    z-index: 10 !important;
    transition: transform 0.15s ease-in-out;

}
.main-nav-button:hover{
    transform: scale(1.025);
    color: darkslategray;
    text-decoration: none;
}
.main-nav-text{
    padding-left: 5vw;
}
.main-nav-img{
    width: 55px;
}
.medium-nav-button {
    background-color: white !important;
    color: darkslategray;
    width: 16rem;
    height: 9rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px ;
    font-size: 1.125rem;
    border-radius: 5px;
    transition: transform 0.15s ease-in-out;
    hyphens: auto;
    font-weight: 700;
}
.medium-nav-button:hover{
    transform: scale(1.03);
    color: darkslategray;
    text-decoration: none;
}
.big-nav-button {
    background-color: white !important;
    color: darkslategray;
    width: 30vw;
    height: 15rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px ;
    font-size: 3.125em;
    border-radius: 5px;
    margin: 2vw;
    transition: transform 0.15s ease-in-out;
}
.big-nav-button:hover{
    transform: scale(1.025);
    color: darkslategray;
    text-decoration: none;
}
.large-button {
    min-height: 35.42vh; /* 1.7-fach höher als vorher */
    min-width: 31.25vw; /* 600px / 1920px * 100 */
}

.primary-colour {
    background-color: #393e46;
}

.secondary-colour {
    background-color: #000000; /* Schwarz */
}
.bigWhiteBox{
    background-color: white !important;
    /* width: 60%; */
    margin-left: 30vw;
    margin-right: 30vw;
    margin-top: 6.5vw;
    height: 600px;
    border-radius: 5px;
    
}
.mediumWhiteBox{
    background-color: white !important;
    /* width: 60%; */
    margin-left: 30vw;
    margin-right: 30vw;
    margin-top: 6.5vw;
    height: 450px !important;
    border-radius: 1px;
    font-size: larger !important;
    border-radius: 5px;
}
@media (max-width: 790px){
    .main-nav-text{
        font-size: 2rem;
    }
    .main-nav-button{
        width: 80vw;
    }
}
@media (max-width: 400px){
    .main-nav-img{
        display: none;
    }
}
@media (max-width: 1100px) {
    .bigWhiteBox{
        margin-left: 10vw;
        margin-right: 10vw;
    } 
    .mediumWhiteBox{
        margin-left: 10vw;
        margin-right: 10vw;
    }
}


/* .inputGroup{
    display: flex;
  
} */
.button-size,
.button-size-2,
.button-size-3,
.button-size-4 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-align: center;
    border: 2px solid #000000;
    color: #000000; /* Schwarz */
    border-radius: 20px;
    margin: 0;
}

.button-size {
    width: 31.25vw; /* 600px / 1920px * 100 */
    height: 26.5625vh; /* 1.7-fach höher als vorher */
    font-size: 2.08vw; /* 40px / 1920px * 100 */
}

.button-size-2 {
    width: 26.04vw; /* 500px / 1920px * 100 */
    height: 15.9375vh; /* 1.7-fach höher als vorher */
    font-size: 1.5625vw; /* 30px / 1920px * 100 */
}

.button-size-3 {
    width: 15.625vw; /* 300px / 1920px * 100 */
    height: 12.3958vh; /* 1.7-fach höher als vorher */
    font-size: 1.5625vw; /* 30px / 1920px * 100 */
}

.button-size-4 {
    width: 15.625vw; /* 300px / 1920px * 100 */
    height: 7.0625vh; /* 1.7-fach höher als vorher */
    font-size: 1.5625vw; /* 30px / 1920px * 100 */
}

.button-size-back {
    width: 8.625vw; /* Ähnliche Breite wie die kleineren Buttons */
    height: 5.3958vh; /* Ähnliche Höhe wie die kleineren Buttons */
    font-size: 1.5625vw; /* Ähnliche Schriftgröße wie die kleineren Buttons */
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-align: center;
    border: 2px solid #000000; /* Schwarz */
    color: #000000; /* Schwarz */
    border-radius: 20px;
    margin: 0;
}

.table-custom {
    width: 156.25%; /* 150% of 1920px */
    max-height: 60vh;
    border-collapse: collapse;
    color: #000000; /* Schwarz */
}

.table-custom th,
.table-custom td {
    border: 2px solid #000000; /* Schwarz */
    padding: 10px;
    height: 30px; /* Höhe jeder Tabellenzeile */
    text-align: center;
}

.table-custom-2 {
    max-width: 80vw; /* Adjusted to 0.8 times smaller (100% / 0.8) */
    max-height: 40vh;
    border-collapse: collapse;
    color: #000000; /* Schwarz */
}

.table-custom-2 th,
.table-custom-2 td {
    border: 2px solid #000000; /* Schwarz */
    padding: 1px;
    height: 30px; /* Höhe jeder Tabellenzeile */
    text-align: center;
}


.button-effect {
    transition: .4s all;
}

.submit-container {
    height: 100vh;
}

.submit-custom,
.submit-custom-2,
.submit-custom-3 {
    width: 40.625vw; /* 30% of 1920px */
    height: 100%;
    font-size: 1.5625vw; /* 30px / 1920px * 100 */
}

.submit-custom-3 {
    font-size: 2.0833vw; /* 40px / 1920px * 100 */
    color: #000000; /* Weiß */
}

.submit-custom-2 {
    height: 90%;
    font-size: 1.0417vw; /* 20px / 1920px * 100 */
    color: #000000; /* Weiß */
}

.body {
    height: 41.67vh; /* 800px / 1920px * 100 */
}

.body-2,
.livebericht-body {
    height: 31.25vh; /* 600px / 1920px * 100 */
}

.body-3,
.filter-body {
    height: 31.25vh; /* 600px / 1920px * 100 */
    width: 15.625vw; /* 30% of 1920px */
}

.body-4 {
    height: 31.25vh; /* 600px / 1920px * 100 */
    width: 41.67vw; /* 800px / 1920px * 100 */
}

.my-custom-class {
    font-size: 2.6042vw; /* 50px / 1920px * 100 */
}

.round-square::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(80% + 10px);
    height: calc(90% + 10px);
    border: 2px solid #000000; /* Schwarz */
    border-radius: 1.0417vw; /* 10px / 1920px * 100 */
    z-index: -1;
}

.round-square-2::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(70% + 10px);
    height: calc(90% + 10px);
    border: 2px solid #000000; /* Schwarz */
    border-radius: 1.0417vw; /* 10px / 1920px * 100 */
    z-index: -1;
}

.round-snake::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 31.25vw; /* 600px / 1920px * 100 */
    height: calc(100% + 10px);
    border: 2px solid #000000; /* Schwarz */
    border-radius: 1.0417vw; /* 10px / 1920px * 100 */
    z-index: -1;
}

.button-effect:hover,
.large-size:hover {
    color: #000000;
    border-color: #000000; /* Setzen Sie die Textfarbe auf Schwarz für den Hover-Effekt */
    transform: scale(1.1);
}

.col-height {
    height: 5.2083vh; /* 100px / 1920px * 100 */
    width: 70.875vw; /* 900px / 1920px * 100 */
}

.row-width {
    width: 46.875vw; /* 900px / 1920px * 100 */
}

.row-width-2 {
    width: 104.17vw; /* 2000px / 1920px * 100 */
}

.element-mit-kantiger-ecke,
.element-mit-kantiger-ecke-2 {
    border: 2px solid #000000; /* Schwarz */
}

.element-mit-kantiger-ecke-4 {
    border: 1px solid #000000; /* Schwarz */
}

.element-mit-kantiger-ecke-3 {
    border: 2px solid #ff0000;
}

.element-mit-kantiger-ecke-2 {
    width: 100%;
}

.element-mit-runder-ecke,
.element-mit-runder-ecke-2 {
    border: 2px solid #000000; /* Schwarz */
    border-radius: 0.5208vw; /* 10px / 1920px * 100 */
}

.element-mit-runder-ecke-2 {
    height: 3.6458vh; /* 70px / 1920px * 100 */
}

.filter-body {
    width: 30.625vw;
    max-height: 70.67vh; /* 30% of 1920px */
}

.meldungen-body {
    width: 60.75vw; /* 70% of 1920px */
    overflow-y: auto;
    max-height: 80.67vh; /* 800px / 1920px * 100 */
}

.text-field {
    width: 10.4167vw; /* 200px / 1920px * 100 */
    height: 3.6458vh; /* 70px / 1920px * 100 */
}

.btn.btn-dark {
    height: 10vh;
    color: #000000; /* Black text color */
}

.font-responsive {
    font-size: 2vh; /* Beispiel: 3% der Viewport-Höhe */
}

.font-responsive-head {
    font-size: 3vh; /* Beispiel: 3% der Viewport-Höhe */
}

.issue-details-height{
    height: 60vh;
}

.issue-details-responsive-normal{
    font-size: 3vh;
}

.issue-details-responsive-normal-2{
    font-size: 4vh;
}

