/*
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 : Dec 9, 2022, 9:04:41 AM
    Author     : mreiter
*/
@media (max-width: 800px) {
  .flex-container {
    flex-direction: column;
  }
}
img {
    max-width: 100%;
    height: auto;
}

.bottom {
    
}

.dropdown {
    background-color: inherit;
    display: flex;
}
.card {
    display: flex;
    box-shadow: 0 4px 8px 0 rgba(0,0,0, 0.2);
    max-width: 200px;
    margin: auto;
    text-align: center;
    width: 25%;
    flex-basis: 25%;
    
}
.card button {
    border: none;
    outline: 0;
    padding: 12px;
    text-align: center;
    cursor: pointer;
    width: 100%;
    font-size: larger;
}
.card button:hover {
    opacity: 0.7;
}
div.gallery {
    margin: 5px;
    border: 1px solid black;
    float: left;
    width: 250px;
}
div.gallery:hover {
    border: 2px solid red;
}
div.gallery img {
    max-width: 50%;
    height: auto;
   
}
div.desc {
    padding: 10px;
    text-align: left;
}
div img {
    border: none;
    margin: 0;
    padding: 0;
}
.dropdownbtn {
    background-color: inherit;
    color: white;
    border: none;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: inherit;
    min-width: 200px;
    z-index: 1;
}
.dropdown-content a {
    display: block;
    color: inherit;
    background-color: white;
}
.dropdown-content a:hover {
    background-color: pink;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.flex-container {
    display: flex;
    flex-direction: row;
    flex-basis: 25%;
    overflow: auto;

}
.flex-content {
    flex: 50%; 
}
.foot {
    position: fixed;

  
    justify-content: center;
    background-image: linear-gradient(45, white, silver);
}

.head {
   
    background-color: #006666;
    color: white;
    text-align: center;
   
    overflow: hidden;
}
.login {
    justify-content: center;
    background-image: linear-gradient(45deg, white,silver);
}
.pic {
    display: flex;
}
.mid {
    
}
.navbar {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    overflow: hidden;
    justify-content: center;
    background-image: linear-gradient(45deg, white, silver) ;
    height: 50px;
    width: 100%;
}
.navbar a{
    color: #006666;
    background-color: inherit;
    text-align: center;
    padding: 5px;
    text-decoration: none;
}
.navbar a:hover {
    background-color: white;
    color: #006666;
}
.page {
    
}
.page-content {
    display: none;
    color: inherit;
    background-color: inherit;
    height: 100%;
    width: 100%;
    overflow: auto;
}
.right {
    display: flex;
    flex-direction: column;
    justify-content: left;
}
.tablink {
    float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  width: 25%;
}
.tabcontent {
  color: white;
  display: none;
  padding: 100px 20px;
  height: 100%;
}

.title {
    display: block;
    justify-content: center;
}
.top {
    background: #006666;
}