.smartbox-01,
.smartbox-02,
.smartbox-03,
.smartbox-04,
.smartbox-05{
    text-align: justify;
}
.smartbox-01 p,
.smartbox-02 p,
.smartbox-03 p,
.smartbox-04 p,
.smartbox-05 p,
.smartbox-08 p{
    margin-top: 5px;
}

.smartbox-02 h1,
.smartbox-03 h1,
.smartbox-04 h1,
.smartbox-05 h1,
.smartbox-06 h1,
.smartbox-07 h1,
.smartbox-08 h1 {
    border-radius: 0;
}
.smartbox-01 h2{
    font-size: 14px;
    margin-top: 4px;
    margin-left: 25px;
    margin-bottom: 0px;
    text-align: left;
    letter-spacing: normal;   
}

.smartbox-01 h3{
    font-size: 14px;
    font-weight: normal;
    margin-top: -2px;
    margin-left: 25px;
    margin-bottom: 0px;    
    text-align: left;
}
.smartbox-01 img,
.smartbox-02 img,
.smartbox-03 img,
.smartbox-04 img,
.smartbox-05 img,
.smartbox-06 img,
.smartbox-07 img,
.smartbox-08 img {
    width: 160px;
}

#box-container-smart{
flex-direction: row;
    flex-wrap: wrap;
}

/************************************** Box 310 **************************/

.box310-01 {
    width: 475px;
    height: 230px;
    margin-top: 10px;
    background-color : var(--clr-jacobs05);
    -webkit-box-shadow: var(--shd-Box); 
    -moz-box-shadow: var(--shd-Box); 
    box-shadow: var(--shd-Box); 
    border-radius: 10px;
}
.box310-01 h2{
    font-size: 14px;
    margin-top: 4px;
    margin-left: 25px;
    margin-bottom: 0px;
    text-align: left;
    letter-spacing: normal;
}
.box310-01 h3{
    font-size: 14px;
    font-weight: normal;
    margin-top: -2px;
    margin-left: 25px;
    margin-bottom: 0px;    
    text-align: left;
}
.box310-01 p{
        margin-top: 5px;
text-align: justify;
}

#box-container :nth-child(1) { order: 1; }
#box-container :nth-child(2) { order: 2; }
#box-container :nth-child(3) { order: 3; }
#box-container :nth-child(4) { order: 4; }
#box-container :nth-child(5) { order: 5; }
#box-container :nth-child(6) { order: 6; }
#box-container :nth-child(7) { order: 7; }
#box-container :nth-child(8) { order: 8; }

/**************************************************************************************/
@media screen and (min-width:240px) {
.box230-01,
.box230-02,
.box230-03,
.box230-04,
.box230-05,
.box230-06,
.box230-07,
.box230-08 {
    width: auto;
    height: auto;
}

.container {
    grid-template-rows: auto;
}
     
.bannerheadline{
    width: 320px;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    }
.bannertext {
    margin-top: 85px;
    margin-left: 30px;
    width: 320px;
    font-size: 16px;
    }   
}

/**************************************************************************************/
@media screen and (min-width:480px) {
.box230-01,
.box230-02,
.box230-03,
.box230-04,
.box230-05,
.box230-06,
.box230-07,
.box230-08 {
    width: 230px;
    height: 230px;
}
    
.box230-01 p,
.box230-02 p,
.box230-03 p,
.box230-04 p,
.box230-05 p,
.box230-08 p {
    margin-top: 5px;
text-align: justify;
}
    
.box230-02 img {
    width: 44px;
    height: 44px;
    margin-left: 90px;
    margin-top: 140px;
}
    
.box230-02 {
    background-image: url(../assets/images/Pferd1.png);
    background-repeat: no-repeat;
}
.box230-03 {
    background-image: url(../assets/images/pferd2.png);
    background-repeat: no-repeat;
}
.box230-04 {
    background-image: url(../assets/images/pferd3.png);
    background-repeat: no-repeat;
}
.box230-05 {
    background-image: url(../assets/images/pferd4.png);
    background-repeat: no-repeat;
/*    z-index: 3;*/
}
 
.box230-06 {
    background-image: url(../assets/images/pferd5.png);
    background-repeat: no-repeat;
}

.box230-07 {
    background-image: url(../assets/images/pferd6.png);
    background-repeat: no-repeat;
}
    
.container {
    grid-template-rows: auto;
}
            
.bannerheadline{
    width: 480px;
    font-size: 26px;
    font-weight: bold;
    line-height: 40px;
    }
    
.bannertext {
    margin-top: 130px;
    margin-left: 30px;
    width: 580px;
    font-size: 24px;
    font-weight: bold;
} 
}

/**************************************************************************************/
@media screen and (min-width:720px) {
  
.container {
    grid-template-rows: auto;
}
    
.bannerheadline {
    width: 640px;
    font-size: 32px;
    font-weight: bold;
    line-height: 44px;
}

.bannertext {
    margin-top: 180px;
    margin-left: 40px;
    width: 580px;
    font-size: 28px;
    font-weight: bold;
} 
}

/**************************************************************************************/
@media screen and (min-width:960px) {
 
.container {
    grid-template-rows: auto;
}

.bannerheadline {
    width: 640px;
    font-size: 32px;
    font-weight: bold;
    line-height: 44px;
}

.bannertext {
    margin-top: 180px;
    margin-left: 40px;
    width: 580px;
    font-size: 28px;
    font-weight: bold;
} 
}