
.right-children >.frame {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right:0px;
    
    margin: 0 0 0 0px;
    border: 1px solid red;
    
}

/* Rechts Konzertbeschreibun über oder unter dem Bild */
.konzert-beschreibung-1 {
   
}

.konzert-beschreibung-1 .frame {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.konzert-right .row {
    display: flex;
    flex-direction: column;
    
}
.konzert-right .right-children{
   display: flex;
    flex-direction: column;
}
.konzert-rechts .col {
    padding-right: 0px;
}