.logo {
  width: 100%;
  height: auto;
}

.steuerelemente{
  color:#000;
  margin:10px;
  font-size: 20pt;
}

.steuerelementLoading{
  width:35px;
}

.steuerelemente:hover{
  color:#800;
}

.card{
  margin: 10px 0;
}

.navbar-nav{
  flex-wrap: wrap;
}

.artikelText{
  margin-bottom: 10px;
}

.ausgeblendet{
  display: none;
}

.alleVideos{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.videoContainer{
  display: flex;
  flex-direction: column;
  width: 30%;
  border-radius: 10px;
  border: 2px solid #000;
  margin: 10px 0;
}
.videoContainer video{
  width: 100%;
}

.funktionsleiste, .titel{
  height:40px;
  width: 100%;
  background: #ddd;

}

.funktionsleiste{
  text-align: right;
  border-radius: 0 0 10px 10px;
}

.titel{
  font-weight: bold;
  border-radius: 10px 10px 0 0;
}

.funktionsleiste span{
  font-size:16pt;
}

/*.form-control{
  margin: 10px 0;
}*/

.artikelBilder{
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
}

.artikelBilder img{
  width: 100%;
}

.over{
  border: 2px dashed #000;
}

main{
  background: #fff;
}

/* Bildergalerie */
.galerien{
  width: 100%;
  border: 2px solid #000;
  border-radius: 10px;
  padding:10px;
}

.galerien div{
  border-top:2px solid #000;
  padding-top: 10px;
}

.steuerbild{
  width: 25px;
}

.images{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.image{
  border: 2px solid #000;
  padding:5px;
  width:30%;
  margin: 10px 0;
}

.image img{
  width: calc(100% - 10px);
}

.titelbild{
  width:100%;
}

.visible{
  display: block;
}

.not-visible{
  display: none;
}

.codes{
  margin: 50px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 70px 50px;
}

.codes div img{
  width: 100%;
}
