/* Mobile Devices */
@media (max-width: 480px) {
    body {
        font-family: "Open Sans", sans-serif;
        font-size: 5px;
        background-color: #F3F5F6;
        padding-left: 5%;
        padding-right: 5%;
    }

    .header-image {
        width: 50%;
        height: 50px;
        object-fit: cover;
        object-position: center;
        display: block;

    }

    .iconcal {
        width: 10px;
        height: 10px;
    }

    .headline {
        color: #831D17;
    }

    .text-highlight {
        color: rgb(61, 79, 119);
        font-size: 14px;
    }


}
        
/* Low resolution Tablets and iPads */
@media (min-width: 481px) and (max-width: 767px) {

}
        
/* Tablets iPads (Portrait) */
@media (min-width: 768px) and (max-width: 1024px){

}
    
/* Laptops and Desktops */
@media (min-width: 1025px) and (max-width: 1280px){
    body {
        font-family: "Open Sans", sans-serif;
        font-size: 14px;
        background-color: #F3F5F6;
        padding-left: 5%;
        padding-right: 5%;
    }

    .header-image {
        width: 100%;
        height: 200px;
        object-fit: cover;
        object-position: center;
        display: block;

    }

    .iconcal {
        width: 25px;
        height: 25px;
    }


    .headline {
        color: #831D17;
    }

    .text-highlight {
        color: rgb(61, 79, 119);
        font-size: 48px;
    }


}
    
/* Big boi Monitors */
@media (min-width: 1281px) {
    body {
        font-family: "Open Sans", sans-serif;
        font-size: 12px;
        background-color: #F3F5F6;
        padding-left: 5%;
        padding-right: 5%;
    }

    .header-image {
        width: 100%;
        height: 200px;
        object-fit: cover;
        object-position: center;
        display: block;

    }

    .headline {
        color: #831D17;
    }

    .text-highlight {
        color: rgb(61, 79, 119);
        font-size: 48px;
    }


}

.login-group1 {
    position: relative;
    left: 100px;  
    width: 150px;
    height: 50px;
    border: 0px solid rgb(11, 141, 234);
  } 



.image-container {
    background-color: white;
    padding: 16px;
    
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


a {
    color: #831D17;
    text-decoration: none;
    margin-left: 16px;
    font-weight: bold;

}

a:hover {
    text-decoration: underline;
    color: blue;
}

.text-container {
    background-color: #F3F5F6;
    padding: 8px;
}




table {
    table-layout: fixed;
    border-collapse: collapse;
    border: 3px solid purple;
  }
  

hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}



.label {
    color: rgb(6, 6, 6);
  }
  
.ueberschrift {
    color: #35a0fe;
    padding-left:10px;
    width:225px;
    display:inline-block
}

.details {
    color: #174675;
    padding-left:20px;
    width:1000px;
    display:inline-block
}

.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
  }
  
  .button1 {
    left: 10p;
    border-radius: 12px;
    background-color: #F3F5F6; 
    color: black; 
    border: 2px solid #4CAF50;
  }
  
  .button1:hover {
    background-color: #4CAF50;
    color: #F3F5F6;
  }


  .button2 {
    left: 10p;
    border-radius: 12px;
    background-color: #F3F5F6; 
    color: black; 
    border: 2px solid #d43030;
    position: relative;
    float: left;
    margin: 0px;
    padding: 0px 15px 2px;
    margin-left: 50px;
  }
  
  .button2:hover {
    background-color: #d43030;
    color: #F3F5F6;
  }
