

/* Popup modal styling */
#slowPopup {
    display: none; /* Hidden by default */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
    z-index: 1000;
    width: 80%;
    max-width: 400px;
}

/* Close button */
.closeBtn {
    background-color: red;
    color: white;
    border: none;
    padding: 10px;
    margin-top: 10px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
}

.footer {
   position:fixed;
   left:0px;
   bottom:0px;

   height: 60px;
    width: 100%;
    z-index: 99;
    background: #fff;
  text-align:center;
  
  
    opacity: 0.8;
}


.textbox {
     width: 100%;
    opacity: 0.8;
    height:100%;
   margin: 0px 0px 10px 0px;
}

.labelv {
    
   margin-left: 30px;
  
}


.label {
     width: 100%;
      color: white;
    height:100%;
   margin: 0px 0px 10px 0px;
    text-decoration: none;
}

.label:hover {
     width: 100%;
      color: red;
    height:100%;
   margin: 0px 0px 10px 0px;
    text-decoration: none;
}


.textboxC {
     width: 100%;
    opacity: 0.8;
   margin: 0px 0px 10px 0px;
   height: 100px;
   text-align:center;
}
.validator {

   
  color: #fff;
  font-size: 16px;
margin: 10px 10px 10px 10px;
 width: 100%;
  text-decoration: none;


}




.button {
    opacity: 0.8;
    
         border: solid #e02a20 3px;
  background-image: -webkit-linear-gradient(top, transparant, #a6211a);
  background-image: -moz-linear-gradient(top, transparant0, #a6211a);
  background-image: -ms-linear-gradient(top, transparant, #a6211a);
  background-image: -o-linear-gradient(top, transparant, #a6211a);
  background-image: linear-gradient(to bottom, transparant, #a6211a);
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 0px #666666;
  -moz-box-shadow: 0px 0px 0px #666666;
  box-shadow: 0px 0px 0px #666666;
 margin: 0;
  color: #000;
  font-size: 16px;
 height: 40px;
 width: 100%;
  text-decoration: none;


}


.deCalendar {
     text-decoration: none;


}

    .button:hover {
     color: #fff;
          background: #e02a20;
  background-image: -webkit-linear-gradient(top, #e02a20, #e02a20);
  background-image: -moz-linear-gradient(top, #e02a20, #e02a20);
  background-image: -ms-linear-gradient(top, #e02a20, #e02a20);
  background-image: -o-linear-gradient(top, #e02a20, #e02a20);
  background-image: linear-gradient(to bottom, #e02a20, #e02a20);
  text-decoration: none;
    
    }




.image {
    max-width: 100%;
    margin: 0;
    display: block;
}

.imageC {
    max-width: 60%;
 display:block;
     margin:auto;
    text-align:right;
}
.imageD {
    max-width: 30%;
 display:block;
     margin:auto;
    text-align:center;
}
    .image:after {
        clear: both;
    }

    .image:hover {
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
    }

.buttontextlogoschool {
    text-decoration: none;
    margin-top: 25px;
    text-align: center;
    padding-top: 6px;
    background: url(../images/icons/logow.jpg);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    width: 205px;
    height: 86px;
}
.logow {
    text-decoration: none;
    margin-top: 5px;
    text-align: left;
    padding-top: 6px;
    width: 150px;
    height: 40px;
    background: url(../images/logo.jpg) no-repeat;
}
@media (max-width: 400px) {

    .logow {
        text-decoration: none;
        margin-top: 5px;
        text-align: left;
        padding-top: 6px;
        width: 150px;
        height: 40px;
        background: url(../images/logo.jpg) no-repeat;
    }




}


.textboxC {
    text-align: center;
   
}

.textboxG{
    
   left: 50%;
}
.textboxF{
    text-align: center;
   left: 50%;
}
.textboxhead {

 top: 300px;
        left: 5px;
        right: 5px;
        bottom: 5px;
}
.textboxright {
    text-align: right;
     padding: 0px 5px 0px 0px;
}


.textboxleft {
    text-align: left;
  
     
}
.textboxleftback {
   background-color: #fff;
  text-align: right;
    padding-right: 0px;
    height: 600px;

}
.textboxleftp {
    text-align: left;
  padding: 20px 30px 20px 30px;
}



.textboxleftb {
    position: relative;
    z-index: 1;
    text-align: left;
   
 padding: 20px 20px 20px 20px;
}

    .textboxleftb:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #fff;
        /*background: url(test.jpg) center center;*/
        opacity: .8;
    }





.nongray {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}




.theboxL2 {
    border: 0px;
    display:block;
    /*border: 1px solid rgba(0, 0, 0, 0.1);*/
    width: 100%;
    /*-webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;*/
    /*-webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;*/
    /*list-style: outside none none;*/
    text-align: left;
    opacity: 1;
    padding: 5px 10px 5px 10px;
 
    margin: 0;
}

    .theboxL2:hover {
       
        position: relative;
        /*-webkit-transform: scale(1.1);
        transform: scale(1.1);*/
        opacity: 1;
        
    }

   
.theboxL2 li {
    display: block;
    padding: 5px 10px 5px 10px;
}

   
   .theboxL2 li:nth-child(odd) {
 background: rgba(241, 241, 241, .2);

}



 

.theboxL4 {
    width: 100%;
    overflow: hidden; 
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    /*-webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;

  transition: opacity 0.4s ease-in-out;*/
    /*list-style: outside none none;*/
    text-align: left;
    opacity: 1;
    margin: 0;
    /*background: rgba(0, 0, 0, .8);*/
    background: #fff;
}

.dividerhead {
    background: url(../images/icons/div.png) center 0px repeat-x;
    height: 60px;
    
}

@media (max-width: 500px) {
    .dividerhead {
        background: url(../images/icons/div.png) center 0px repeat-x;
        height: 110px;
    }
}

.dividerheadsmall {
    background: url(../images/icons/div.png) center 0px repeat-x;
    height: 20px;
}

.dividerheadmed {
    background: url(../images/icons/div.png) center 0px repeat-x;
    height: 40px;
}

    .circle {
        background: #fff;
        width: 300px;
        height: 300px;
        border-radius: 50%;
        color: black;
    }


    .thebox4 {
        margin-left: 0px;
        width: 100%;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        /*-webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;*/
        border: 1px #d3d3d3 solid;
        padding: 2px;
        text-align: center;
        opacity: 1;
    }





        .thebox4:hover {
            z-index: 5;
            opacity: 1;
            -webkit-transform: scale(1.2);
            transform: scale(1.2);
            position: relative;
        }






 

        .overlayF a img {
            font-size: 1.0em;
            text-align: center;
        }

    .overlayH {
        height: 0%;
        width: 100%;
        position: fixed;
        z-index: 999;
        background-color: #fff;
        overflow-y: hidden;
        transition: 0.1s;
        opacity: 0.9;
    }

    .overlayH-content {
        position: relative;
        top: 0%;
        width: 100%;
        text-align: center;
        margin-top: 30px;
        background-color: #fff;
    }

    .overlayH a {
        padding: 8px;
        text-align: center;
        text-decoration: none;
        font-size: 20px;
        color: #000;
        display: inline-block;
        text-align: center;
        transition: 0.1s;
    }

        .overlayH a img {
            text-align: center;
        }

    .svgtext {
        margin-top: 5px;
    }

    .svgtextlink {
        text-align: center;
        margin-top: 5px;
    }

    .svgImagepanel {
        margin-top: 20px;
        text-align: center;
        width: 35px;
        height: 35px;
        color: #fff;
    }

    .svgImage {
        margin-top: 17px;
        width: 50%;
        height: 50%;
        color: #fff;
    }


    .svgImage1 {
        margin-top: 20px;
        width: 25%;
        height: 25%;
        color: #fff;
    }



.PanelStudie {
    /*padding: 8px 0px 0px 0px;
    background: #f8f8f8;
    font-weight: 400;
    padding-right: 0px;
    text-align: center;
    display: block;
    position: relative;
    width: 200px;
    height: 60px;
    font-size: 18px;*/
}


.jabb {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
    padding-right: 20px;
    text-align: right;
}

        .jabb li {
            display: inline-block;
            *display: inline;
            zoom: 1;
            padding-right: 0px;
        }

            .jabb li a {
                padding-right: 0px;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                -ms-box-sizing: border-box;
                -o-box-sizing: border-box;
                box-sizing: border-box;
                overflow: hidden;
                text-decoration: none;
                text-align: center;
                display: block;
                position: relative;
                float:left;
                z-index: 1;
                height: 60px;
                font-size: 18px;
                -webkit-border-radius: 0px;
                -moz-border-radius: 0px;
                border-radius: 0px;
                margin-right: 0px;
                color: #000;
                background-color: none;
            }

                .jabb li a:hover, .jabb li a:focus {
                    color: #f6650b;
                }


                .jabb li a div {
                    float: left;
                    /* padding: 8px 0px 0px 0px;
                    background: #f8f8f8;
                    font-weight: 400;
                    padding-right: 0px;
                    text-align: center;
                    display: block;
                    position: relative;
                    width: 200px;
                    height: 60px;
                    font-size: 18px;*/
                }

                .jabb li a img {
                    text-align: center;
                }

    /*@media (max-width: 960px) {
 .jabb {
 
    visibility:hidden;
    margin:0; padding:0;
    list-style:none;
}
}*/


    .jab {
        overflow: hidden;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .jab li {
            display: inline-block;
            *display: inline;
            zoom: 1;
            margin-right: -4px;
        }

            .jab li a div {
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                -ms-box-sizing: border-box;
                -o-box-sizing: border-box;
                box-sizing: border-box;
                overflow: hidden;
                text-decoration: none;
                text-align: center;
                display: block;
                position: relative;
                z-index: 1;
                width: 70px;
                height: 70px;
                font-size: 19px;
                -webkit-border-radius: 0px;
                -moz-border-radius: 0px;
                border-radius: 0px;
                margin-right: 0px;
                color: #f6650b;
                background-color: none;
            }


    .overlayknop {
        float: left;
        color: #000;
        position: fixed;
        top: 4px;
        right: 25px;
        font-size: 20px !important;
        z-index: 997;
    }


    .menuknop {
        font-size: 2.2rem;
        line-height: 1.3;
        letter-spacing: -.1rem;
        z-index: 999;
        font-weight: 900;
        color: #000;
    }



    .overlayH {
        height: 0%;
        width: 100%;
        position: fixed;
        z-index: 999;
        background-color: #fff;
        overflow-y: hidden;
        transition: 0.3s;
        opacity: 0.9;
    }

    .overlayH-content {
        position: relative;
        /*top: 10%;*/
        width: 100%;
        text-align: center;
        margin-top: 30px;
        background-color: #fff;
    }

    .overlayH a {
        padding: 8px;
        text-decoration: none;
        font-size: 36px;
        color: #000;
        display: inline-block;
        text-align: center;
        transition: 0.3s;
    }

        .overlayH a:hover, .overlayH a:focus {
            color: #f6650b;
        }

    .closebtn {
        position: absolute;
        top: 0px;
        right: 24px;
        font-size: 60px !important;
    }

    @media screen and (max-height: 450px) {
        .overlayH {
            overflow-y: auto;
        }

            .overlayH a {
                font-size: 20px
            }

        .closebtn {
            font-size: 40px !important;
            top: 15px;
            right: 35px;
        }
    }



