a
{
  text-decoration: none;
  color: black;
}

.container {
  max-width: 960px;
}

/*
 * Custom translucent site header
 */

.site-header {
  background-color: #cecdcd;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
  color: #8e8e8e;
  transition: color .15s ease-in-out;
}
.site-header span:hover a:hover
 {
  color: #fff;
  text-decoration: none;
}
.naso p
{
  color: red;
}
.maso 
{
color: #8e8e8e;
}
.maso:hover
{
  color: #fff;
}
/*
 * Dummy devices (replace them with your own or something else entirely!)
 */


.bg-header {
  filter: brightness(80%);
  background-image: url(../img/landscape.jpeg);
  background-size: 100%;
  background-position-y: bottom;
}

.bg-lala {
  filter: brightness(80%);
  background-image: url(../img/hintersee.jpeg);
  background-size: 100%;
  background-position-y: bottom;
}

.bg-lulu {
  filter: brightness(80%);
  background-image: url(../img/mountains.jpeg);
  background-size: 100%;
  background-position-y: bottom;
}



/*.bg-body
{
  background-image: url(../img/bildschirm-test.jpg);
  background-size: cover;
}
*/
.laso:hover span
{
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
  transition: all 500ms;
}

.laso span
{
  transition: all 500ms;
}
 .aa:hover
{
color: #120a6e;
}
.brighter-span
{
  filter: brightness(150);
}

/*.text-container
{
  background-color: rgba(255, 255, 255, .5);
}*/

.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, .1);
  border-radius: 5px;
}



/*
 * Extra utilities
 */

.flex-equal > * {
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    flex: 1;
  }
}

.form-signin {
  max-width: 330px;
  padding: 15px;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
