

.textcenter{
    text-align: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.breite{
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

body{
    background-image: url("Hintergrund.jpg");;
    background-position: bottom center; 
	background-repeat: no-repeat; 
	background-size:cover; 
	background-attachment:fixed;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.navs{
   background-color: black;
   color: white;
}



.BG_white{
    background-color: rgba(255, 255, 255, 0.75);
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
 }

.text-green {
    color: green !important;
  }

.navbarNav_color{
    color: rgb(236, 236, 227);
}

.navbar-toggler {
    border-color: green !important; /* This changes the border color */
  }
  
  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 128, 0, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
  }

.p_size{
    font-size: larger;
}

.BG_white2{
    background-color: white;
}