body {
    padding-top: 50px;
}



/*viewport smartphones*/

@media only screen and (min-width: 0px) and (max-width: 480px) {
    body {
        padding-top: 12rem;
    }
    #main-menu {
        display: none;
        float: right;
      }
    #hamburger-menu {
        display: inline;
      }
    
}
/*viewport Tablets und Netbooks*/

@media only screen and (min-width: 480px) and (max-width: 960px) {
    body {
        padding-top: 10rem;
    }
   
}
/*viewport Tablets und Netbooks*/

@media only screen and (min-width: 480px) and (max-width: 960px) {
    body {
        padding-top: 10rem;
    }
   
}


/*viewport Desktop*/

@media only screen and (min-width: 960px) {
    body {
        padding-top: 8rem;
    }
    
}



/*Design Anpassungen*/

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 25px;
    padding-left: 15px;
}
#Logo {
    position: sticky;
    top:25px;
    left:20px;
    height: auto;
    margin-right: 90px;
    margin-top:0px;
    z-index: 1;
    }    

img {
    max-width: 100%;
    height: auto;
}
a {
    color: rgb(102, 160, 204);
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}


 /* The navigation bar */
 .navbar {
    overflow: hidden;
    background-color: rgb(102,160,204);
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */
  }
  
  /* Links inside the navbar */
  .navbar a {
    float: right;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none
  }
  
  /* Change background on mouse-over on links */
  .navbar-nav a:hover {
    background: #98ba15;
    color: #ffffff;
  }

  
     
.footercontent {
    text-align: center;
    background: rgb(102, 160, 204);
    width: 100%;
    padding: 1rem;
    color: #ffffff !important;
    margin-top: 1rem;
    height: 5rem;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
    height: 3rem;
}

.pt-5,
.py-5 {
    padding-top: 1rem !important;
}

.frame-padding {
    padding: 2rem;
    background: #eee;
}

.bg-dark,
.bg-dark .dropdown-menu {
    background-color: rgb(104, 163, 204)!important;
    font-size: 1rem;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .dropdown-item {
    color: #fff;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #98ba15;
}

#navbarNavDropdown li a.current {
    background-color: #98ba15;
    font-weight: bold;
}

.navbar-dark .navbar-text {
    color: #fff;
}


.form-control {
    display: block;
    width: 100%;
    padding: .375rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: rgb(#98ba15);
}



