/*regiondo schaltfläche width*/
.re-bta-11vuzd2{
	min-width:170px!important;
}

.gallery_creator ul.list_albums {
    display: flex;
}

#article-230 {
  background:#ffffff;
  color:#000000;
  padding:1em;
  display:inline-block;
  border: 4px solid #5237ff;
  border-radius:5px;
}

.gallery_creator ul.list_albums {
    flex-wrap: wrap;
}

.gallery_creator .list_albums .level_1 {
    width: 25%;
}

.gallery_creator .list_albums .col_2 {
    width: auto;
    margin-left:0;
}

/*cookie-bar*/
 body#top button.cc-detail-btn{
 	background-image:none;
 	background:none;
 }
 body#top button.cc-detail-btn:focus{
	background-image:none;
	background:none;
}

button.cc-detail-btn{
	box-shadow:none;
}
.cc-detail-btn{
	color:#333;
}
.cc-detail-btn.cc-focus span,.cc-btn{
 	text-shadow:none;
 	box-shadow:none;
 }

@media (max-width: 800px) {
  .gallery_creator .list_albums .level_1 {
      width: 33%;
  }
}

@media (max-width: 450px) {
  .gallery_creator .list_albums .level_1 {
      width: 50%;
  }
}

@media screen and (max-width: 599px) {
.logo img {
	width: 70%;
	height: auto;
	margin-left:1vw;
	}
/*die beiden Links Rechtliches + Service in Mobilversion ausschalten*/	
nav.mod_customnav:nth-child(4),nav.mod_customnav:nth-child(3){
	display:none;
}
}