/*#piconbar img{
    margin-left: 5px;
}*/

.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-right: 10px;
    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-right: 10px;    
    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-right: 10px;    
    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-right: 10px;    
    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; }

/****Modal 4 all resolutions**********************************************************************************/
        .modalDialog {
            position: absolute;
            font-family: Verdana, Sans-Serif;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 99999;
            opacity: 0;
            transition: opacity 400ms ease-in;
            pointer-events: None;
        }

        .modalDialog:target {
            opacity: 1;
            pointer-events: Auto;
        }

        .close {
            background-color: #606061;
            color: #FFFFFF;
            line-height: 25px;
            position: Absolute;
            right: -12px;
            text-align: Center;
            top: -10px;
            width: 24px;
            text-decoration: None;
            font-weight: Bold;
            border-radius: 12px;
            box-shadow: 1px 1px 3px #000000;
        }

        .close:hover {
            background-color: #ff0000;
        }

        .pixlink a {
            color: darkgreen;
        }

/**************************************************************************************/
@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-07 img {
    width: 44px;
    height: 44px;
    margin-left: 95px;
    margin-top: 10px;
}    
    
.box230-02 {
    background-image: url(../assets/images/angora.png);
    background-repeat: no-repeat;
}
.box230-03 {
    background-image: url(../assets/images/angora1.png);
    background-repeat: no-repeat;
}
.box230-04 {
    background-image: url(../assets/images/angora2.png);
    background-repeat: no-repeat;
}
.box230-05 {
    background-image: url(../assets/images/angora3.png);
    background-repeat: no-repeat;
}    
.box230-06 {
    background-image: url(../assets/images/angora4.png);
    background-repeat: no-repeat;
}

.box230-07 {
    background-image: url(../assets/images/angoravideo.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;
} 
    
.modalDialog > div {
    display: flex;
    justify-content: center;
    width: 50%;
    max-width: 500px;
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translate(-50%, -50%);
    margin: 10% Auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background-color: #FFFFFF;
    background: linear-gradient(#FFFFFF, #9f7a63);
    cursor: Default;
}

video {
    width: 95%;
    height: auto;
}    
}

/**************************************************************************************/
@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;
} 
    
.modalDialog > div {
    display: flex;
    justify-content: center;
    width: 50%;
    max-width: 500px;
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translate(-50%, -50%);
    margin: 10% Auto;
    margin-top: 200px;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background-color: #FFFFFF;
    background: linear-gradient(#FFFFFF, #9f7a63);
    cursor: Default;
}

video {
    width: 95%;
    height: auto;
}    
}

/**************************************************************************************/
@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: 680px;
    font-size: 28px;
    font-weight: bold;
}

.modalDialog > div {
    display: flex;
    justify-content: center;
    width: 35%;
    max-width: 500px;
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translate(-50%, -50%);
    margin: 10% Auto;
    margin-top: 200px;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background-color: #FFFFFF;
    background: linear-gradient(#FFFFFF, #9f7a63);
    cursor: Default;
}

video {
    width: 95%;
    height: auto;
}
}