/************************************** smartboxen *****************************/
.smartbox-01 {
    margin: 0;
    background-color: var(--clr-jacobs01);
    text-align: center;
    font-size: 18px;
/*    font-weight: bold;*/
/*    border-radius: 10px 10px 0 0;*/
}
.smartbox-01 a{
    color: white;
}
.smartbox-02 img{

    display: block;
  margin-left: auto;
  margin-right: auto;
}

.smartbox-02 p{
    margin-top: 0px;
    margin-left: 30px;    
}
.smartbox-02 h1{
    color: var(--clr-jacobs05);    
}
.smartbox-02 h2{
    font-size: 14px;
    margin-top: 4px;
    margin-left: 25px;
    margin-bottom: 0px;
    text-align: left;
    letter-spacing: normal;   
}

.smartbox-02 h3{
    font-size: 14px;
    font-weight: normal;
    margin-top: -2px;
    margin-left: 25px;
    margin-bottom: 0px;    
    text-align: left;
}
.smartbox-03 {

}
.smartbox-03 h1,.smartbox-04 h1{
    border-radius: 0px;
    color: var(--clr-jacobs05);
}


.smartbox-04{
/*    background-image: url(../assets/images/wasserpflanzen.png)*/
/*    background-position: top;*/
/*    height: 240px;*/
    margin-top: 5px;
}
.smartbox-04 p{
    font-size: 18px;
    text-align: center;
    margin-top: 60px;
}
.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: 158px;
}
}

/************************************** Box 230 **************************/
.box230-02 {
    background-image: url(../assets/images/zaunbau2.png);
}

.box230-03 {
    background-image: url(../assets/images/hof.png);
    background-repeat: no-repeat;
}

.box230-04 {
    background-image: url(../assets/images/angora.png);
}

.box230-04 p {
    margin-top: 0px;
}

.box230-05 {
    background-image: url(../assets/images/puppies2011.png);
}

.box230-06 {
    background-image: url(../assets/images/cats.png);
}

.box230-07 {
    background-image: url(../assets/images/stallung.png);
}

.box230-08 {
/*    background-image: url(../assets/images/grillplatz.png);*/
}
.box230-08 p{
    text-align: justify;
    margin-top: 10px;
}
.box230-09 {
    background-image: url(../assets/images/ranchlogo.png);
    background-size: cover;
}
/************************************** Box 310 **************************/

.box310-01 {
    width: 470px;
    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 h1{
    color: var(--clr-jacobs05);
}
.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;
}
/**************************************************************************************/
@media screen and (min-width:240px) {
    .centerheader img {
        width: 320px;
        height: 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;
    }



    .box310-01 {
        display: none;
    }
}
/**************************************************************************************/
@media screen and (min-width:480px) {
    .centerheader img {
        width: 480px;
        height: 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;
    }

    .box310-01 {
        display: block;
        width: 480px;
    }
}
/**************************************************************************************/
@media screen and (min-width:720px) {
    .centerheader img {
        width: auto;
        height: 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;
    }

    .box310-01 {
        display: block;
        width: 475px;
    }
}
/**************************************************************************************/
@media screen and (min-width:960px) {
    .centerheader img {
        width: auto;
        height: 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;
    }

    .box310-01 {
        display: block;
        width: 475px;
    }
}