/* 
  Author: Kai Strathmann
  Project: Artist
  Date: 09/2025
*/

.mover-grid {
    width: 880px; /* fesnterbbreite */

    margin: 0px auto;
    margin-top: 35px;

    border: 0px solid black;
    align-items: center;
    }   

.mover-center {
    display: flex;
    grid-template-columns: 880px;
    max-width: 880px; 

    margin:0px auto;
    margin-top: 35px;
 
    justify-content: center;

    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 10px;

    font-size: 21px; 
    font-weight:400;
    font-family: Avenir Next, Arial;
    line-height: 1.5;

    text-align: justify;
    text-align-last: left;

    border:0px solid black;
    }

.mover-center2 {
    width: 880px; /* n% fesnterbbreite */
   
    margin: 0px auto;
    margin-top: 15px;
    margin-bottom: 20px; 

    font-size: 21px; 
    font-weight: 700;
    font-family: Avenir Next, Arial;
    line-height: 1.5;

    text-align: center;
    text-align-last: center;

    border: none; 
    }

.mover-center3 {
    width: 880px;

    margin: 0px auto;
    margin-top:0px;
    margin-bottom:0px;

    font-size: 21px; 
    font-weight: 400;
    font-family: Avenir Next, Arial;
    line-height: 1.5;

    text-align: justify; 
    text-align-last:left;
    
    border: none 
    }


img {
    height: 200px;
    width: 380px;
    border-radius: 10px;
    }

.choreo-grid {
    display: flex;
    grid-template-columns: 880px;
    max-width: 880px; 
    margin: 0px auto;
    margin-top: 0px;
    border: 0px solid black;
    justify-content: center;

    font-size: 21px; 
    font-weight: 420;
    font-family: Avenir Next, Arial;
    line-height: 1.5;

    padding-left: 0px;
    padding-right: 0px;
    }   

.choreo-center {
    max-width: 880px; /* Nicht größer als Full HD */

    justify-items: center;
    
    margin: 0px auto;
    margin-top: 35px;
    margin-bottom: 0px;

    font-weight: 400;
    font-size: 21px;
    font-family: Avenir Next, Arial;
    line-height: 1.5;

    text-align: center;
    text-align-last: center;

    border: 1px solid black;

    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;

    }

.choreo-done {
    display: flex;
    grid-template-columns:1fr 1fr;
    justify-content: center;

    width: 880px;
    height: 200px;
    margin-top: 20px; 
    column-gap: 20px ;
    row-gap: 20px;

    background-size: cover ;
    transition-duration: 0.3s;

    border: 0px solid black;
    }

h2 {
    font-size: 20px;
    text-transform: none;
    margin-bottom: 0px;
    margin-top: -15px;
}

