@media (max-width: 991px) {
    .mein-nav{
        position: relative;
    }
}

@media (max-width: 768px) {
    .card-title{
        margin-bottom: 50px;
    }
    
    .navi{
        top: 45px;
        padding-left: 15px;
    }
}

@media (min-width: 769px) {
    .card-title{
        margin-bottom: 25px;
    }
    
    .navi{
        top: 20px;
    }
}

@media (min-width: 992px) {
    .mein-nav{
        position: absolute;
    }
}

html, 
body {
    background-image: url("background.jpg");
    background-size: cover;
}

.name{
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    color: white;
}

.green{
    color: #009b00;
}

.green-border{
    border-color: #009b00;
}

.boxes{
    padding-left: 15px;
    padding-right: 15px;
}

.box{
    margin-top: 15px;
}


.black{
    color: black;
}

.p-text{
    padding-left: 15px;
}

.bundig{
    position: absolute;
    bottom: 20px;
}

.card-link:hover , .link:hover{
    cursor: pointer;
    text-decoration: underline;
}

.aufzahl{
    margin-bottom: 35px;
}

.half-bold{
    font-weight: 450;
}

.main-cont{
    border-radius: 0.25rem;
    position: relative;
    background: rgba(255, 255, 255, 0.90);
    color: #009b00;
    padding: 15px 15px;
    margin-top: 40px;
    margin-bottom: 50px;
    visibility: hidden;
    display: none;
    overflow: hidden;
}

.first-td{
    padding-right: 15px;
}

tr{
    margin-bottom: 15px;
}

.navi{
    position: absolute;
    right: 20px;
}

.aktiv{
    display: block;
    visibility: visible;
}

.mein-nav{
    right: 0;
    margin-right: 35px;
}

.footer {   
   width: 100%;
   color: #009b00;
   position:fixed !important;
   position: absolute;
   bottom: 0px;
   left: 0px;
   right: 0px;
   padding-right: 10px;
   text-align: right;
   background: rgba(255, 255, 255, 0.9);
   padding-top: 5px;
   padding-bottom: 5px;
   font-size: 16px;
   overflow:hidden;
}

.footer .text, .white{    
    color: white;
}

.footer .text:hover,
.footer .text:focus {
  text-decoration: underline;
}

.navbar-brand{
	font-size: 1.5rem !important; 
}