@charset "UTF-8";
/* CSS Document */
body {
  padding-bottom: 20px;
}

.navbar {
	/* [disabled]margin-bottom: 6px; */
	background-color: #E6E6E6;
}
.form-control-dark {
  border-color: var(--bs-gray);
}
.form-control-dark:focus {
  border-color: #fff;
  box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
}

.text-small {
  font-size: 85%;
}

.dropdown-toggle:not(:focus) {
  outline: 0;
}


 .box {
	height: auto;
	/* [disabled]background-color: #007bff; */
	margin-bottom: 30px;
	/* [disabled]color: white; */
	text-align: left;
	/* [disabled]line-height: 100px; */
	font-size: 24px;
	border-radius: 8px;
	opacity: 0;
	transform: translateY(100px);
	transition: transform 0.5s ease-out, opacity 0.5s ease-out;
    }

    .box.visible {
      opacity: 1;
      transform: translateY(0);
    }
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 16px;
    border: none;
    outline: none;
    background-color: #777777;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}
/*.img{padding-top:5% }*/
.kuenslter{
	font-size: 18px;
padding:10px;
	color: #ffffff;
	
}
.boxkuenstler{background-color: #EB3438;}
.kastenkuenstler{  background-color:#EF272A;}
h1 {
	font-size:2,5rem;
    font-weight: bold;
    color: #6D6D6D;
}
h2 {font-size: 2rem;}
footer{
	background-color: #000000;

position: fixed;
  bottom: 0;
  width: 100%;
	color: #ffffff;
}
.footermenu{color: #000000;}
