@font-face {
  font-family: myFirstFont;
  src: url(anton_pieck_font.woff);
}

@font-face {
  font-family: mySecondFont;
  src: url(parchment.woff);
}

a:link {text-decoration:none; color:#0f6cbd;}
a:visited {text-decoration:none; color:#0f6cbd}
a:hover {text-decoration:underline; color:#0f6cbd;}
a:active {text-decoration:none; color:#0f6cbd}
a:active {-webkit-tap-highlight-color:rgba(0,0,0,0);}
html, body{margin:0px;padding:0;text-align:center; font-family: Tahoma, Arial, Gill Sans MT, Geneva, sans-serif;background-color:#ffffff;-webkit-text-size-adjust: 100%;}

.linkcolor{ text-decoration:none; color:#0f6cbd;}
.linkcolor:hover{ text-decoration:underline; color:#0f6cbd;}

a.linkunderline{text-decoration:underline; color:#0f6cbd;cursor: pointer;}
a.linknounderline{text-decoration:none;}
a.whitelink{text-decoration:none;color:#FFFFFF;}
a.greylink{text-decoration:none;color:#BBBBBB;}
a.greylink:hover{text-decoration:none;color:#FFFFFF;}
a.blacklink{text-decoration:none;color:#000000;}

/* DOSSIER_PAGES_WHITE */
a.txtcolordossier{color:#000000;}

/*****************************************************************************/
/* Colors

opdelaak blue:                  #44687d
    Text                        #20323C

BARREN blue:                    #323c60

BARREN table header blue:       #09A6EE
BARREN table odd blue:          #d9ecff
BARREN table even blue:         #f2fbff

Dark grey                       #6F6F6F

*/



/*****************************************************************************/
/* PAGE CSS */
/* Full page */
#page, #pageblack{width:auto;margin:0 auto;text-align:center;padding-top:0%;
/*
background-image: url("../_img/background.jpg");
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
bac kground-color: rgba(255,255,255,0.6);
back ground-blend-mode: lighten;
*/
} 
@media screen and (max-width:1200px){ #page, #pageblack{width:100%;} }
@media screen and (max-width: 900px){ #page, #pageblack{width:100%;} }
#page{background-color:#ffffff;min-height:720px;}
#pageblack{background-color:#000000;min-height:720px;}

/* Pagebox: (pagemain (navigation, pagecanvas) + footer) */
#pagebox{width:100%;}
@media screen and (max-width:1200px){ #pagebox{} }
@media screen and (max-width: 900px){ #pagebox{} }
  #pagemain{width:100%;height:auto;position:relative;overflow:hidden;min-height:720px;}
  @media screen and (max-width:1200px){ #pagemain{min-height:1550px;} }
  @media screen and (max-width: 900px){ #pagemain{min-height: 900px;} }
    /* Header on main and search page */
    #header_main{width:100%;height:114px;border:0px;background-color:#44687d;} /* height = header_main_overlay height & padding + ornament_main_container */
    @media screen and (max-width:1200px){ #header_main{height:210px;} }
    @media screen and (max-width: 900px){ #header_main{height:158px;} }
    /* Header on other pages */
    #header{width:100%;height:70px;border:0px;background-color:#44687d;}
    @media screen and (max-width:1200px){ #header{height:150px;} }
    @media screen and (max-width: 900px){ #header{height:113px;} }
    
    /* Navigation on other pages */
    #navigation{width:100%;height:60px;border:0px;background-color:#fff;}
    @media screen and (max-width:1200px){ #navigation{height:76px;} }
    @media screen and (max-width: 900px){ #navigation{height:60px;} }
    
    #pagecanvas{width:80%;height:100%;padding-top:0px;margin:0px 4px 0px 4px;display:inline-block;position:relative;overflow:hidden;/*background-color:#AAAAAA;*/}
    @media screen and (max-width:1200px){ #pagecanvas{width:98%;min-width:720px;padding-top:20px;margin:0px 0px 0px 0px;/*background-color:#AAAAAA;*/} }
    @media screen and (max-width: 900px){ #pagecanvas{width:98%;min-width:720px;padding-top:15px;margin:0px 0px 0px 0px;/*background-color:#AAAAAA;*/} }
#footer{width:98%;height:25px;mar gin:12px;padding-top:5px;clear:both;display:block;overflow:hidden;text-align:center;bord er:1px;border-style:none none none none;border-color:#bbb;} 
    @media screen and (max-width:1200px){ #footer{height:50px; padding-top:25px;} }
    @media screen and (max-width: 900px){ #footer{height:40px; padding-top:25px;} }

/* Header overlay (for text) on main and search page */
#header_main_overlay{width:100%;height:50px;top:0;padding-top:14px;z-index:2;backgrou nd-color:#ddd;}
@media screen and (max-width:1200px){ #header_main_overlay{height:120px;top:0px;padding-top:10px;} }
@media screen and (max-width: 900px){ #header_main_overlay{height: 90px;top:0px;padding-top:10px;backgrou nd-color:#ddd;} }
/* Header overlay (for text) on other pages */
#header_overlay{width:100%;height:50px;top:0;padding-top:14px;z-index:2;}
@media screen and (max-width:1200px){ #header_overlay{height:120px;top:0px;padding-top:10px;} }
@media screen and (max-width: 900px){ #header_overlay{height: 90px;top:0px;padding-top:10px;} }

/* Navigation overlay bar on other pages - doesn't exist on main! */
#navigation_overlay{width:100%;height:60px;z-index:1;background-color:#ffffff;border: 1px; border-style:none none solid none; border-color:#44687d;}
/* Navigation bar #44687d
#navigation_overlay{width:100%;height:60px;z-index:1;background-color:#44687d;border: 0px; border-style:solid none none none; border-color:#ffffff;}
*/
@media screen and (max-width:1200px){ #navigation_overlay{height:76px;} }
@media screen and (max-width: 900px){ #navigation_overlay{height:60px;} }

/* Ornament main and search page */
#ornament_main_container{width:100%;height:50px;background-color:#fff;}
@media screen and (max-width:1200px){ #ornament_main_container{height:80px;} }
@media screen and (max-width: 900px){ #ornament_main_container{height:60px;} }
    #ornament_main_canvas{height:100%;}
    @media screen and (max-width:1200px){ #ornament_main_canvas{}}
    @media screen and (max-width: 900px){ #ornament_main_canvas{}}
        .ornament_main_canvas_img{width:100%;height:50px;}
        @media screen and (max-width:1200px){ .ornament_main_canvas_img{height:80px;}}
        @media screen and (max-width: 900px){ .ornament_main_canvas_img{height:60px;}}
    #ornament_main{height:100%;margin-top:-50px;}
    @media screen and (max-width:1200px){ #ornament_main{margin-top:-80px;}}
    @media screen and (max-width: 900px){ #ornament_main{margin-top:-60px;}}
        .ornament_main_img{height:50px;}
        @media screen and (max-width:1200px){ .ornament_main_img{height:80px;}}
        @media screen and (max-width: 900px){ .ornament_main_img{height:60px;}}

/* Ornament on other pages */
#ornament_container{width:100%;height:50px;background-color:#fff;}
@media screen and (max-width:1200px){ #ornament_container{height:60px;} }
@media screen and (max-width: 900px){ #ornament_container{height:45px;} }
    #ornament_canvas{height:100%;}
    @media screen and (max-width:1200px){ #ornament_canvas{}}
    @media screen and (max-width: 900px){ #ornament_canvas{}}
        .ornament_canvas_img{width:100%;height:50px;}
        @media screen and (max-width:1200px){ .ornament_canvas_img{height:80px;}}
        @media screen and (max-width: 900px){ .ornament_canvas_img{height:60px;}}
    #ornament{height:100%;margin-top:-50px;}
    @media screen and (max-width:1200px){ #ornament{margin-top:-60px;}}
    @media screen and (max-width: 900px){ #ornament{margin-top:-45px;}}
        .ornament_img{height:48px;}
        @media screen and (max-width:1200px){ .ornament_img{height:78px;}}
        @media screen and (max-width: 900px){ .ornament_img{height:58px;}}
        
.stickynavigation {position:fixed;top:0;}



/*****************************************************************************/
.slidercontainer{width:100%; overflow:hidden; border: 0px solid #0000FF;}
.slider {display: -webkit-box; display: -ms-flexbox; display: flex; width: 300%; min-height:500px}
@media screen and (max-width:1200px){ .slider{min-height:1200px;}}
.slider-panel {width: 100%;border: 0px solid #FF0000;}
.hidden{display:none;}
.slider.is-animating {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.2, 0, 0.22, 1);
          transition: transform 300ms cubic-bezier(0.2, 0, 0.22, 1); }

          
          
/*****************************************************************************/
/* Header & navigation */
.headerimg{width:300px;border:0px;margin:0px;padding:10px 0px;}
@media screen and (max-width:1200px){ .headerimg{width:500px;padding:15px 0px;} }
@media screen and (max-width: 900px){ .headerimg{width:375px;padding:15px 0px;backgrou nd-color:#ddd;} }

.mainmenuimg{width:20%;}
@media screen and (max-width:1200px){ .mainmenuimg{width:45%;}}

.headertxt{font-size:14px;text-transform: uppercase;font-weight:bold;color:#fff;vertical-align: middle;font-family: myFirstFont;}
@media screen and (max-width:1200px){ .headertxt{font-size:30px;te xt-shadow: 2px 2px 2px #AAA;} }
@media screen and (max-width: 900px){ .headertxt{font-size:22px;te xt-shadow: 2px 2px 2px #AAA;} }
.homeheadertxt{font-size:21px;text-transform: uppercase;font-weight:bold;color:#fff;letter-sp acing: 2px;font-family: myFirstFont;}
@media screen and (max-width:1200px){ .homeheadertxt{font-size:35px;} }
@media screen and (max-width: 900px){ .homeheadertxt{font-size:27px;} }

.navarea_table{width:100%;height:100%;backgr ound-color:#000;}
@media screen and (max-width:1200px){}

.navarea_toprow{height:100%;vertical-align: center;}
.navarea_toprow_td{height:100%;width:auto;vertical-align: center;padd ing-bottom:8px;}
@media screen and (max-width:1200px){.navarea_toprow_td{padding-bottom:0px;}}
.navarea_toprow_center{height:100%;width:100%;padding-bottom:12px;}
@media screen and (max-width:1200px){.navarea_toprow_center{padding-bottom:0px;}}

.navarea_bottomrow{vertical-align: center;}
.navarea_bottomrow_center{height:100%;width:100%;vertical-al ign:top;}
@media screen and (max-width:1200px){}

.navbarbutton{width:50px;height:48px;display:inline-block;padding:0px;border-radius:3px;border:0px;border-style:solid;color:#44687d;}
/* Navigation bar #44687d
.navbarbutton{width:50px;height:48px;display:inline-block;padding:0px;border-radius:3px;border:0px;border-style:solid;color:#FFFFFF;}
*/
@media screen and (max-width:1200px){ .navbarbutton{width:80px;height:64px;} }
@media screen and (max-width: 900px){ .navbarbutton{width:60px;height:48px;} }
.navbarnarrow{min-width:30px;width:50px;padding:0px;}
@media screen and (max-width:1200px){ .navbarnarrow{min-width:50px;width:75px;} }
@media screen and (max-width: 900px){ .navbarnarrow{min-width:40px;width:56px;} }
.navbarthin{width:auto;min-width:15%;height:24px;margin:4px 0px 4px 0px;color:#44687d;backgr ound-color:#000;}
/* Navigation bar #44687d
.navbarthin{width:auto;min-width:15%;height:24px;margin:4px 0px 4px 0px;color:#FFFFFF;backgr ound-color:#000;}
*/
@media screen and (max-width:1200px){ .navbarthin{min-width:22%;height:36px;margin:6px 0px 6px 0px;} }
.navbarsel {background-color:#44687d;color:#FFFFFF;}
/* Navigation bar #44687d
.navbarsel {background-color:#FFFFFF;color:#44687d;}
*/
.navbarempty{}
.navbarthin:hover, .navbarempty:hover {}
.navbartxt{padd ing:2px;font-size:26px;font-weight:bold;}
@media screen and (max-width:1200px){ .navbartxt{padding:2px;font-size:48px;} }
@media screen and (max-width: 900px){ .navbartxt{padding:2px;font-size:36px;} }
.navbartxtsmall{padding-top:8px;font-size:24px;}
@media screen and (max-width:1200px){ .navbartxtsmall{padding-top:10px;font-size:30px;} }
@media screen and (max-width: 900px){ .navbartxtsmall{padding-top:7px;font-size:24px;} }
.navbartxtsmall2{padding-top:0px;font-size:30px;} /* For NAV_UP */
@media screen and (max-width:1200px){ .navbartxtsmall2{padding-top:2px;font-size:36px;} } /* For NAV_UP */
@media screen and (max-width: 900px){ .navbartxtsmall2{padding-top:2px;font-size:30px;} } /* For NAV_UP */
.navbartxtsmaller{padding-top:12px;font-size:20px;}
@media screen and (max-width:1200px){ .navbartxtsmaller{padding-top:18px;font-size:24px;} }
@media screen and (max-width: 900px){ .navbartxtsmaller{padding-top:12px;font-size:20px;} }
.navbartxtsmallest{padding-top:10px;font-size:12px;}
@media screen and (max-width:1200px){ .navbartxtsmallest{padding-top:12px;font-size:18px;} }
@media screen and (max-width: 900px){ .navbartxtsmallest{padding-top:10px;font-size:14px;} }
.navbartxtthin{padding-top:0px;font-size:12px;text-align:left;}
@media screen and (max-width:1200px){ .navbartxtthin{font-size:18px;} }
@media screen and (max-width: 900px){ .navbartxtthin{font-size:12px;} }
.navbarborder{border:0px;border-style:solid;border-color:#09a6ee;margin-left:0px;margin-right:0px;}
.navbartxtmoviepagenr{padding:8px; font-size:20px;}
@media screen and (max-width:1200px){ .navbartxtmoviepagenr{padding:2px; font-size:30px;} }

/*****************************************************************************/
.historyimg{width:auto; max-width:75%;max-height:600px;border:1px solid #AAA; margin:10px}



/*****************************************************************************/
/* FONTS:
- Title 20/24
- Navigation bar: 
    button 34/46 (home/up)
    button txt 16/20
    button txt thin 12/16
- Text title: 20/24
- Text content 16/20
*/

.pswp__caption .pswp__caption__center {font-size: 24px; line-height: 28px;}
@media screen and (max-width:1200px){
.pswp__caption .pswp__caption__center {font-size: 36px; line-height: 40px;}
}



h3 {font-size: 18px; margin:1%;color:#20323C;}
h4 {font-size: 24px;}
h5 {font-size: 32px;}

.txthomepagecounter{text-transform: uppercase; background-color:#fff; color:#44687d; font-family: mySecondFont; border-radius:20px; 
                    font-weight:bold; letter-spa cing: 4px;
                   height:80px; border: 4px solid #44687d;
  border-bottom-left-radius: 50% 50%;
  border-bottom-right-radius: 50% 50%;
  border-top-left-radius: 50% 50%;
  border-top-right-radius: 50% 50%;
                   }
                   

.txtcontentsmaller{font-size:10px;}
.txtcontentsmall{font-size:14px;font-weight:normal;}
.txtcontent, .txtcontentwhite, .txtcontentdossier, .th1, .td1, .td2{font-size:14px;font-weight:normal;color:#000;backgro und-color:#FEDCBA;}
.txtcontenttitle{font-size:18px;font-weight:bold;color:#20323C;backgr ound-color:#FEDCBA;}
.txtcontentmedium{font-size:18px;}
.txtcategory {text-transform: uppercase; color:#20323C; font-family: myFirstFont;font-size:14px;font-weight:bold;}

.txtcontentbig{font-size:28px;}
.txtcontentbigger{font-size:36px;}

.txtcontentspecial, .txtcontentspecialwhite{font-size:18px;fo nt-weight:bold;text-tr ansform: uppercase;color:#20323C;}
.txtmainspecial{font-size:48px;}
.txtmainspecial1{font-size:18px;}
.txtmediatitle{font-size:14px;font-weight:normal;color:#FFFFFF;}

@media screen and (max-width:1200px){
h3 {font-size: 30px;}
h4 {font-size: 36px;}
h5 {font-size: 48px;}

.txtcontentsmaller{font-size:22px;}
.txtcontentsmall{font-size:26px;}
.txtcontent, .txtcontentwhite, .txtcontentdossier, .th1, .td1, .td2{font-size:30px;}
.txtcontenttitle{font-size:32px}
.txtcontentmedium{font-size:32px;}
.txtcategory {font-size:30px}

.txtcontentbig{font-size:42px;}
.txtcontentbigger{font-size:48px;}

.txtcontentspecial, .txtcontentspecialwhite{font-size:48px;}
.txtmainspecial{font-size:72px;}
.txtmainspecial1{font-size:30px;}
.txtmediatitle{font-size:36px;}
}

@media screen and (max-width: 900px){
h3 {font-size: 30px;}
h4 {font-size: 36px;}
h5 {font-size: 48px;}

.txtcontentsmaller{font-size:18px;}
.txtcontentsmall{font-size:20px;}
.txtcontent, .txtcontentwhite, .txtcontentdossier, .th1, .td1, .td2{font-size:22px;}
.txtcontenttitle{font-size:24px}
.txtcontentmedium{font-size:24px;}
.txtcategory {font-size:22px}

.txtcontentbig{font-size:42px;}
.txtcontentbigger{font-size:50px;}

.txtcontentspecial, .txtcontentspecialwhite{font-size:36px;}
.txtmainspecial{font-size:72px;}
.txtmainspecial1{font-size:30px;}
.txtmediatitle{font-size:36px;}
}

.th1 {text-align:center;}
.td1 {text-align:left;font-weight:bold;white-space: nowrap;}
.td2 {text-align:left;}
.tdx {position: absolute; white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}

.txtcolorblack{color:#000000;}
.txtcolorwhite{color:#FFFFFF;}
.txtcontentwhite{color:#FFFFFF;}
.txtcontentdarkgrey{color:#6F6F6F;}
.txtcontentgrey{color:#BBBBBB;}
.txtcategory.disabled{color:#ccc;}
.txtcontentspecialwhite{color:#FFFFFF;fon t-weight:bold;}

.txtbgcolor0{background-color:#44687d;color:#FFF;padding: 0px 4px 0px 4px;}
.txtbgcolor1{background-color:#b71334;color:#FFF;padding: 0px 4px 0px 4px;}
.txtbgcolor2{background-color:#5194be;color:#FFF;padding: 0px 4px 0px 4px;}
.txtbgcolor3{background-color:#c78e34;color:#FFF;padding: 0px 4px 0px 4px;}
.txtbgcolor4{background-color:#70a489;color:#FFF;padding: 0px 4px 0px 4px;}

.txtcolor0{color:#44687d;}
.txtcolor1{color:#b71334;}
.txtcolor2{color:#5194be;}
.txtcolor3{color:#c78e34;}
.txtcolor4{color:#70a489;}

/* DOSSIER_PAGES_WHITE */
.txtcolordossier{color:#20323C;}
.txtcontentdossier{color:#20323C;}

/*.txtsearchresultlist{white-space:nowrap;overflow:hidden}*/
.txtaligntop{ vertical-align: top;}
.txtsearchresult{    text-align:center; vertical-align: top;width:50%;}
.txtsearchresultlist{text-align:center; vertical-align: top;width:50%; font-f amily: Courier New;}

/*****************************************************************************/
/* Tables refurbished */
.table0{width:100%;margin-left:auto;margin-right:auto;}

/* Table 1: columns, colored rows */ 
.table1{width:100%;margin-left:auto;margin-right:auto;border-spacing:4px;padding:0px 0px 10px 0px;color:#20323C;}
.table1 > * tr:nth-child(odd) {background-color:rgba(68,104,125,0.10)}
.table1 > * tr:nth-child(even){background-color:rgba(68,104,125,0.10)}
.table1 > * th, .table2 > * th{background-color:#44687d; color:#FFFFFF;border:1px solid #44687d;}
.table1 > * td, .table1 > * th{padding:4px 4px 4px 4px;}
.table1gradient{background: linear-gradient(#f2fbff, #FFFFFF);color:#CCCCCC;}

.table1.rev > * tr:nth-child(odd) {background-color:rgba(68,104,125,0.10)}
.table1.rev > * tr:nth-child(even){background-color:rgba(68,104,125,0.10)}

.table1.equal > * tr:nth-child(odd) {background-color:rgba(68,104,125,0.05)}
.table1.equal > * tr:nth-child(even){background-color:rgba(68,104,125,0.05)}

.debug{backgr ound-color: #AAAAAA;bor der:1px solid #44687d;}
.debug1{backgr ound-color: #AAAAAA;bor der:1px solid #FF0000;}

/* Table 2: colums, white rows */
.table2{width:80%;margin-left:auto;margin-right:auto;border-spacing:1px;}
@media screen and (max-width:1200px){
    .table2{width:95%;}
}
.table2 > * th{padding:4px;}
.table2 > * td{padding:0px;}

/* Additions to table 2 */
.table2legend{width:120px;height:40px;margin-left:auto;margin-right:auto;margin-bottom:10px;border:0px solid #AAAAAA;}
.table2table{width:100%;border:0px solid #AAAAAA;border-spacing:0px;}
.table2table > * td{padding:1px 0px;}
    /* td properties */
    .table2date{border: 1px; border-style: solid none solid solid;border-color:#09A6EE;}
    .table2legendid{width:40px;height:15px;border:1px;border-style: solid;border-color:#888;border-radius:5px;}
    .table2id{width:40%;border:1px;border-style: solid;border-color:#09A6EE;}
    .table2idbarrepleft, .table2idbarrepother{width:16.67%;border:1px; border-style: none solid solid solid;border-color:#09A6EE;}
    .table2idbarrepother{border-style: none solid solid none;}

/* table 3: Chart */
/* Main chart table */
.table3header{letter-spacing: 1px;}
.table3{width:60%;margin-left:auto;margin-right:auto;border-spacing:0px;}
@media screen and (max-width:1200px){
.table3{width:90%;}
}
.table3 > * th{font-size:12px;font-weight:normal;color:#666;border:1px; border-style: solid solid none none; border-color: #DDD;}
.table3 > * td{padding:0px;}
.table3legend{width:auto;margin:auto;}
    .table3legendid{width:12px;height:12px;border:1px;border-style: solid;border-color:#888;border-radius:50px;margin:20px 5px; }
.table3table{width:100%;height:0px;border-spacing:0px;}
.table3table > * td {border:1px; border-style: solid none none none; border-color: #DDD;border-spacing:0px;}
.table3table > * td:nth-child(1) {border:1px; border-style: solid none none none; border-color: #DDD;border-spacing:0px;}
.table3table > * td:nth-child(3) {border:1px; border-style: solid solid none none; border-color: #DDD;border-spacing:0px;}
.table3tablever{width:100%;border:1px; border-style: none solid none none; border-color: #DDD;border-spacing:0px;}
    .table3chart{width:50%;color:#666;}
    .table3chartver{width:50%;color:#666;border:1px; border-style: solid none none none; border-color: #DDD;border-spacing:0px;}


/* Additions to any table */
.table_td_width_auto {width:auto;}
.table_td_width_01_25{width:1.25%;}
.table_td_width_02_50{width:2.50%;}
.table_td_width_05_00{width:5%;}
.table_td_width_06_25{width:6.25%;}
.table_td_width_10_00{width:10%;}
.table_td_width_11_00{width:11%;}
.table_td_width_12_50{width:12.5%;}
.table_td_width_15_00{width:15%;}
.table_td_width_16_67{width:16.67%;}
.table_td_width_18_00{width:18%;}
.table_td_width_19_00{width:19%;}
.table_td_width_20_00{width:20%;}
.table_td_width_25_00{width:25%;}
.table_td_width_30_00{width:30%;}
.table_td_width_33_33{width:33.33%;}
.table_td_width_29_00{width:29%;}
.table_td_width_40_00{width:40%;}
.table_td_width_50_00{width:50%;}
.table_td_width_70_00{width:70%;}
.table_td_width_75_00{width:75%;}
.table_td_width_80_00{width:80%;}
.table_td_width_100_00{width:100%;}
.table_td_width_95_00{width:95%;}
.table_td_width_90_00{width:90%;}
    /* The below css properties are td classes, not table properties */
    .tablecolor0{background-color:#FFFFFF;}  /* White */
    .tablecolor1{background-color:#b2ccff;}  /* Blue */
    .tablecolor2{background-color:#b2fff9;}  /* Cyan */
    .tablecolor3{background-color:#ffb2ff;}  /* Pink */
    .tablecolor4{background-color:#ffA0A0;}  /* Red */
    .tablecolor5{background-color:#ffffA0;}  /* Yellow */
    .tablecolor6{background-color:#b3ffb2;}  /* Green */
    .tablecolor7{background-color:#F8F8F8;}  /* Grey */
    .tablecolor8{background-color:#000000;}  /* Black */
    .tablecolor9{background-color:#ffe3b2;}  /* Orange */
    .tablecolor10{background-color:#A8A8A8;} /* Orange */

    .tablecolor0{background-color:#FFFFFF;}  /* White */
    .tablecolor1{background-color:#88bbff;}  /* Blue */
    .tablecolor2{background-color:#99ffff;}  /* Cyan */
    .tablecolor3{background-color:#ddbbff;}  /* Pink */
    .tablecolor4{background-color:#ff9999;}  /* Red */
    .tablecolor5{background-color:#FFFF99;}  /* Yellow */
    .tablecolor6{background-color:#ccff99;}  /* Green */
    .tablecolor7{background-color:#F8F8F8;}  /* Grey */
    .tablecolor8{background-color:#000000;}  /* Black */
    .tablecolor9{background-color:#99ffcc;}  /* Orange */
    .tablecolor10{background-color:#ffcc99;} /* Orange */

    /* Highcharts */
    .tablecolor0{background-color:#FFFFFF;}  /* White */
    .tablecolor1{background-color:#7cb5ec;}  /* Blue */
    .tablecolor2{background-color:#91e8e1;}  /* Cyan */
    .tablecolor3{background-color:#8085e9;}  /* Purple */
    .tablecolor4{background-color:#f45b5b;}  /* Red */
    .tablecolor5{background-color:#e4d354;}  /* Yellow */
    .tablecolor6{background-color:#90ed7d;}  /* Green */
    .tablecolor7{background-color:#F8F8F8;}  /* Grey */
    .tablecolor8{background-color:#000000;}  /* Black */
    .tablecolor9{background-color:#f7a35c;}  /* Orange */
    .tablecolor10{background-color:#2b908f;} /* Orange */

    .tablecolor0{background-color:#FFFFFF;}  /* White */
    .tablecolor1{background-color:#88bbff;}  /* Blue */
    .tablecolor2{background-color:#99ffff;}  /* Cyan */
    .tablecolor3{background-color:#ddbbff;}  /* Pink */
    .tablecolor4{background-color:#ff9999;}  /* Red */
    .tablecolor5{background-color:#FFFF99;}  /* Yellow */
    .tablecolor6{background-color:#ccffbb;}  /* Green */
    .tablecolor7{background-color:#F8F8F8;}  /* Grey */
    .tablecolor8{background-color:#000000;}  /* Black */
    .tablecolor9{background-color:#88ff99;}  /* Green */
    .tablecolor10{background-color:#ffcc99;} /* Orange */
    .tablecolor11{background-color:#ff6666;} /* Red */

/* Additions for header in black background page */
.td_headerleft{width:15%; padding:0px; padding-top:0px; text-align:left;vertical-align:top;}    
.td_headercenter{min-width:70%;text-align:center;padding:8px;vertical-align:top;}    
.td_headerright{width:15%; padding:0px; text-align:right;vertical-align:top;}    
@media screen and (max-width:1200px){
.td_headerleft{padding-top:0px;}    
.td_headercenter{padding-top:2px;}    
.td_headerright{padding-top:0px; }    
}


.movieoverlaycanvas{
    position: relative; /* Stay in place */
    z-index: 1; /* Sit on top */
    height: 100%;
    width: 100%;
    display: none;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(187,187,187,0.6); /* Black w/opacity */
}

.movieoverlaytitle{
    padding-top:10px;
    padding-bottom:10px;
}

@media screen and (max-width:1200px){
    .movieoverlaytitle{
        padding-top:25px;
        padding-bottom:25px;
    }
}

.movieoverlay{
    top: 0%;
    height: 100%;
    left: 0%;
    width: 100%;
    position: relative; /* Stay in place */
    z-index: 1; /* Sit on top */
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0,1); /* Black w/opacity */
    /*background-color: rgba(9,166,238, 1.0);*/ /* Black w/opacity 09A6EE*/
    overflow-x: hidden; /* Disable scroll */
    overflow-y: hidden; /* Disable scroll */
    transition: 1.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
} 

.movieoverlay.border{
    border: 0px solid #BBBBBB;
}

.movieoverlay.full{
    position: fixed; /* Stay in place */
    top: 0%;
    height: 100%;
    left: 0%;
    width: 100%;
}

.movieoverlay.fulldossier{
    top: 0%;
    height: 100%;
    left: 0%;
    width: 100%;
}

.movieoverlayplaybuttoncanvas{
    position: fixed;
    display: none;
    width: 100%;
    height:110px;
    bottom: 0px;
    padding-top:25px;
    left: 0%;
    background-color: rgba(0,0,0,0.6);
    z-index: 2000;
} 

@media screen and (max-width:1200px){
.movieoverlayplaybuttoncanvas{
    height:220px;
    padding-top:50px;
}
}

.movieoverlayplaybutton{
    width:60px;
}
@media screen and (max-width:1200px){
.movieoverlayplaybutton{
    width:120px;
}
}

/* Fonts in tables */
.table1{font-size:14px;}
.table_smallerfonts {font-size:12px;}
.table_smallestfonts {font-size:12px;}
.table2{font-size:14px;}
.table3{font-size:9px;}
.table3header{font-size:18px;}
@media screen and (max-width:1200px){
.table1{font-size:21px;}
.table_smallerfonts{font-size:18px;}
.table_smallestfonts{font-size:14px;}
.table2{font-size:21px;}
.table3{font-size:9px;}
.table3header{font-size:18px;}
}

/* Table narrow adapts to the contents of the cells, hence a padding is applied */
.table_narrow{min-width:50%;width:auto;}
.table_narrow > * th, .table_narrow > * td{padding:4px 16px 4px 16px;}
/* Table smaller fonts is the same as table1, but then with smaller fonts */
.table_smallerfonts > * th, .table_smallerfonts > * td {padding:4px 0px 4px 0px;}
.table_padding > * th, .table_padding > * td {padding:4px 8px 4px 8px;}
.table_padding_minimal > * th, .table_padding_minimal > * td {padding:4px 4px 4px 4px;}
.table_textbelowtable{margin-left:auto;margin-right:auto;padding:0px 16px 16px 16px}

/* Big non-clickable buttons - for highlight stats */
.tablebutton {width:100%;border-spacing:20px 8px;}
.tablebutton > * td{width:33.33%;padding:20px;color:#09A6EE;border:5px solid;border-color:#09A6EE;background-color:#FFFFFF;}
    .tablebuttondark > * td{padding:5px;color:#FFFFFF;border-color:#44687d;background-color:#44687d;}
.tablebuttonwithsideicons {width:100%;}
.tablebuttonwithsideicons > * td{padding:0px;border:0px;}
.tablebuttonwithsideicons > * td:nth-child(odd){width:15%;}
.tablebutton1 {width:100%;border-spacing:20px 8px;}
.tablebutton1 > * td{width:33.33%;padding:20px;color:#09A6EE;border:5px solid;border-color:#09A6EE;background-color:#FFFFFF;}



/*****************************************************************************/
/* Home - apps */
/* Currently only used when switch newiconizedmenu is off */
.app{width:16.1%;height:140px;display:inline-block;margin:0% 0.6% 1.2% 0.6%;float:left;padding:1.2%}
@media screen and (max-width:1200px){ .app{width:26.8%;height:200px;margin:0% 1% 2% 1%;padding:1.5% 2% 1.5% 2%;} }
.appimg{padding:0% 0 3% 0;}
@media screen and (max-width:1200px){ .appimg{width:150px;} }
.apptxt{height:15%;padding-top:4%;color:rgba(12, 0, 76, 0.8);font-size:12px;font-weight:bold;position: relative;}
@media screen and (max-width:1200px){ .apptxt{height:18%;padding-top:2%;font-size: 24px;} }
    
/*****************************************************************************/
/* ICONS ON HOMEPAGE */
/* TODO: add for every background: 
    background : -webkit-linear-gradient(top, #1a51f0 0%, #03e4fe 100%);
    background : -moz-linear-gradient(top, #1a51f0 0%, #03e4fe 100%);
    background : -ms-linear-gradient(top, #1a51f0 0%, #03e4fe 100%);
    background : -o-linear-gradient(top, #1a51f0 0%, #03e4fe 100%);
    background : linear-gradient(top, #1a51f0 0%, #03e4fe 100%); 
    
    Original (logo):
    background: linear-gradient(135deg, #ff5a60 0%, #ff588c 100%);
    border: 1px solid #ca4662;
    box-shadow: 0 40px 100px rgba(202, 70, 98, 0.62);
*/

/* FULL ICONS: NOT USED YET */
.appicon-canvas-full.left-margin{margin-left:0%;}
@media screen and (max-width:1200px){.appicon-canvas-full.left-margin{margin-left:0%;}}
.appicon-canvas-full{width:81.4%;margin:0%;height:65px;display:inline-block;border: 0px solid #ca4662;back ground:#888888}
@media screen and (max-width:1200px){.appicon-canvas-full{width:88%;margin:0%;height:120px;}}
.appicon-outer-full{width:86%; height:100px;display:inline-block;border-radius:20px;box-shadow: 2px 2px 3px #AAA;}
@media screen and (max-width:1200px){.appicon-outer-full{width:96.5%;height:180px;border-radius:40px;box-shadow: 4px 4px 6px #AAA;}}
.appicon-inner-full{width:96%; height:72px;display:inline-block;margin-top:11px;border: 3px; border-style:solid;border-color:#fff;border-radius:20px;}
@media screen and (max-width:1200px){.appicon-inner-full{width:93%; height:120px;display:inline-block;margin-top:25px;border-width:5px; border-radius:36px;}}
.appicon-icon-full{font-size:10px;margin-top:16px;color:#fff;}
@media screen and (max-width:1200px){.appicon-icon-full{font-size:16px;margin-top:28px;}}
.appicon-outer-full{
    /* Grey */
    background: linear-gradient(0deg, #44687d 0%, #44687d 100%);}

.centraltextlinkmainpage{padding:10px 0px;backgro und:#888888}
@media screen and (max-width:1200px){.centraltextlinkmainpage{padding:10px 0px;backgro und:#888888}}

.appicon-canvas.left-margin{marg in-left:7%;}
@media screen and (max-width:1200px){.appicon-canvas.left-margin{ma rgin-left:2.5%;}}
.appicon-canvas{width:19%;padding:10px 0px;height:70px;display:inline-block;fl oat:left;border: 0px solid #ca4662;bac kground:#888888}
@media screen and (max-width:1200px){.appicon-canvas{height:220px;padding:20px 0px;}}
@media screen and (max-width: 900px){.appicon-canvas{height:165px;padding:15px 0px;}}
.appicon-canvas.doublewidth{width:20%;}
@media screen and (max-width:1200px){.appicon-canvas.doublewidth{width:40%;}}
@media screen and (max-width: 900px){.appicon-canvas.doublewidth{width:32%;}}

.appicon-canvas.notext{height:50px;}
@media screen and (max-width:1200px){.appicon-canvas.notext{height:140px;}}
@media screen and (max-width: 900px){.appicon-canvas.notext{height:100px;}}
.appicon-canvas.onelinetext{height:58px;}
@media screen and (max-width:1200px){.appicon-canvas.onelinetext{height:183px;}}
@media screen and (max-width: 900px){.appicon-canvas.onelinetext{height:132px;}}
.appicon-text{color:#000;width:100%;padding-top:4px;border: 0px solid #ca4662;}
@media screen and (max-width:1200px){.appicon-text{padding-top:8px;}}    
@media screen and (max-width: 900px){.appicon-text{padding-top:6px;}}    
.appicon-text.disabled{color:#ccc;}

.appicon-outer-0, .appicon-outer-1, .appicon-outer-2, .appicon-outer-3, .appicon-outer-4, .appicon-outer-5, .appicon-outer-6, .appicon-outer-7, .appicon-outer-8, .appicon-outer-9, .appicon-outer-10,
.appicon-outer-11, .appicon-outer-12, .appicon-outer-13, .appicon-outer-14, .appicon-outer-15, .appicon-outer-16{
width:60px; height:60px;display:inline-block;border-radius:10px;box-shadow: 2px 2px 3px #AAA;}
@media screen and (max-width:1200px){
    .appicon-outer-0, .appicon-outer-1, .appicon-outer-2, .appicon-outer-3, .appicon-outer-4, .appicon-outer-5, .appicon-outer-6, .appicon-outer-7, .appicon-outer-8, .appicon-outer-9, .appicon-outer-10,
    .appicon-outer-11, .appicon-outer-12, .appicon-outer-13, .appicon-outer-14, .appicon-outer-15, .appicon-outer-16{
    width:150px; height:150px;border-radius:40px;box-shadow: 4px 4px 6px #AAA;}}
@media screen and (max-width: 900px){
    .appicon-outer-0, .appicon-outer-1, .appicon-outer-2, .appicon-outer-3, .appicon-outer-4, .appicon-outer-5, .appicon-outer-6, .appicon-outer-7, .appicon-outer-8, .appicon-outer-9, .appicon-outer-10,
    .appicon-outer-11, .appicon-outer-12, .appicon-outer-13, .appicon-outer-14, .appicon-outer-15, .appicon-outer-16{
    width:110px; height:110px;border-radius:30px;box-shadow: 2px 2px 3px #AAA;}}

.appicon-outer-doublewidth{width:110px;}
@media screen and (max-width:1200px){.appicon-outer-doublewidth{width:250px;}}
@media screen and (max-width: 900px){.appicon-outer-doublewidth{width:180px;}}

.appicon-inner-1, .appicon-inner-2 {width:50px; height:50px;display:inline-block;margin-top:3.3333px;}
@media screen and (max-width:1200px){.appicon-inner-1, .appicon-inner-2{width:120px; height:120px;display:inline-block;margin-top:10px;}}
@media screen and (max-width: 900px){.appicon-inner-1, .appicon-inner-2{width: 90px; height: 90px;display:inline-block;margin-top:7.5px;}}
.appicon-inner-1{border: 2px; border-style:solid;border-color:#fff;border-radius:6px;}
@media screen and (max-width:1200px){.appicon-inner-1{border-width:5px; border-radius:30px;}}
@media screen and (max-width: 900px){.appicon-inner-1{border-width:3.75px; border-radius:22px;}}
.appicon-inner-2{border: 3px; border-style:solid;border-color:#fff;border-radius:80px;}
@media screen and (max-width:1200px){.appicon-inner-2{border-width:5px;}}
@media screen and (max-width: 900px){.appicon-inner-2{border-width:3.75px;}}

.appicon-inner-doublewidth{width:100px;}
@media screen and (max-width:1200px){.appicon-inner-doublewidth{width:220px;}}
@media screen and (max-width: 900px){.appicon-inner-doublewidth{width:160px;}}


.appicon-icon-0, .appicon-icon-3{font-size:16px;margin-top:19px;color:#FFFFFF;}
@media screen and (max-width:1200px){.appicon-icon-0, .appicon-icon-3{font-size:24px;margin-top:20%;}}
@media screen and (max-width: 900px){.appicon-icon-0, .appicon-icon-3{font-size:18px;margin-top:15%;}}
.appicon-icon-1, .appicon-icon-2 {font-size:6px;margin-top:12px;color:#fff;}
@media screen and (max-width:1200px){.appicon-icon-1, .appicon-icon-2{font-size:16px;margin-top:28px;}}
@media screen and (max-width: 900px){.appicon-icon-1, .appicon-icon-2{font-size:12px;margin-top:21px;}}
.appicon-icon-3{margin-top:25%;}

.appicon-icon-doublewidth{margin-top:4px;}
@media screen and (max-width:1200px){.appicon-icon-doublewidth{margin-top:12px;}}
@media screen and (max-width: 900px){.appicon-icon-doublewidth{margin-top:8px;}}


.appicon-outer-0{
    /* Grey */
    background: linear-gradient(0deg, #d7d7d7 0%, #aaa 100%);}
.appicon-outer-1{
    /* Pieck red */
    background: linear-gradient(0deg, #b71334 0%, #b71334 100%);}
.appicon-outer-2{
    /* Pieck blue */
    background: linear-gradient(0deg, #5194be 0%, #5194be 100%);}
.appicon-outer-3{
    /* Pieck yellow */
    background: linear-gradient(0deg, #c78e34 0%, #c78e34 100%);}
.appicon-outer-4{
    /* Pieck green */
    background: linear-gradient(0deg, #70a489 0%, #70a489 100%);}
.appicon-outer-5{
    /* Pieck blue/green */
    background: linear-gradient(0deg, #44687d 0%, #44687d 100%);}
.appicon-outer-6{
    /* Pieck yellow */
    background: linear-gradient(0deg, #f2cb65 0%, #f2cb65 100%);}

.appicon-outer-7{
    /* Pieck red */
    background: linear-gradient(0deg, #df5a24 0%, #df5a24 100%);}
.appicon-outer-8{
    /* Pieck blue/green */
    background: linear-gradient(0deg, #659097 0%, #659097 100%);}
.appicon-outer-9{
    background: linear-gradient(0deg, #4097c3 0%, #4097c3 100%);}
.appicon-outer-10{
    /* Pieck red */
    background: linear-gradient(0deg, #c97332 0%, #c97332 100%);}
.appicon-outer-11{
    /* Pieck green */
    background: linear-gradient(0deg, #4d6d5e 0%, #4d6d5e 100%);}
    
.appicon-outer-12{
    background: linear-gradient(0deg, #ffc201 0%, #ffc201 100%);}
.appicon-outer-13{
    background: linear-gradient(0deg, #cea93c 0%, #cea93c 100%);}
.appicon-outer-14{
    background: linear-gradient(0deg, #686c4e 0%, #686c4e 100%);}
.appicon-outer-15{
    background: linear-gradient(0deg, #4a8aa1 0%, #4a8aa1 100%);}
.appicon-outer-16{
    background: linear-gradient(0deg, #20323C 0%, #20323C 100%);}



/*****************************************************************************/
/* Generic Menu items */
.menuitem{width:15.4%;height:130px;margin:0.6%;display:inline-block;fl oat:left;background-color:#ececec;background-color:rgba(68,104,125,0.05);border:1px solid #CCC;box-shadow: 1px 1px 1px #CCC;}
@media screen and (max-width:1200px){ .menuitem{width:22%;height:250px;margin:0.9%;} }
@media screen and (max-width: 900px){ .menuitem{width:22%;height:187.5px;margin:0.9%;} }

.menuitem_setitem1, .menuitem_setitem3{width:15.4%;height:245px;margin:0.5%;display:inline-block;padding:0.5%;}
@media screen and (max-width:1200px){ .menuitem_setitem1, .menuitem_setitem3{width: 22%; height:315px; ma rgin:0.9%;} }
@media screen and (max-width: 900px){ .menuitem_setitem1, .menuitem_setitem3{width: 22%; height:245px; ma rgin:0.9%;} }

.menuitem_setitem2{width:15.4%;height:70px;margin:0.5%;display:inline-block;padding:0.5%;}
@media screen and (max-width:1200px){ .menuitem_setitem2{width: 22%; height:90px; ma rgin:0.9%;} }
@media screen and (max-width: 900px){ .menuitem_setitem2{width: 22%; height:72px; ma rgin:0.9%;} }


/*
.menuitemimg{height:100%;background-position: center center; background-repeat: no-repeat;background-size:cover; overflow:hidden;}
@media screen and (max-width:1200px){ .menuitemimg{} }
.menuitemtxt{border-spacing:3px;width:100%;height:100%;color:#fff;font-size:13px;text-align:center;}
@media screen and (max-width:1200px){ .menuitemtxt{border-spacing:5px;font-size:24px;} }
*/
.menuitemimg{height:100%;background-position: center top; background-repeat: no-repeat;background-size:contain; overflow:hidden;}
@media screen and (max-width:1200px){ .menuitemimg{} }
.menuitemtxt{border-spacing:0px;width:100%;height:100%;color:#fff;font-size:13px;text-align:center;}
@media screen and (max-width:1200px){ .menuitemtxt{border-spacing:0px;font-size:24px;} }
@media screen and (max-width: 900px){ .menuitemtxt{border-spacing:0px;font-size:18px;} }
.menuitemtxt > * tr{}
.menuitemtxt > * td{padding:1px;vertical-align:center;}
@media screen and (max-width:1200px){ .menuitemtxt > * td{padding:2px;} }
.menuitemtxt > * tr:nth-child(1) td{height:100%;}
.menuitemtxt > * tr:nth-child(2) td{background-color:#44687d;border:1px solid #fff;}
@media screen and (max-width:1200px){ .menuitemtxt > * tr:nth-child(2) td{border:2px solid #fff;} }

.menuitemtxt1 > * tr:nth-child(2) td{background-color:#b71334;}
.menuitemtxt2 > * tr:nth-child(2) td{background-color:#5194be;}
.menuitemtxt3 > * tr:nth-child(2) td{background-color:#c78e34;}
.menuitemtxt4 > * tr:nth-child(2) td{background-color:#70a489;}

.menuitemtxt0 > * tr:nth-child(2) td{background-color:rgba(0,0,0,0.0);}

    /* Bigger menu items */
    /*
    .menuitem{width:18.8%;height:150px;margin:0.6%;}
    @media screen and (max-width:1200px){ .menuitem{width:31.2%;height:216px;margin:0.9%;} }
    .menuitemtxt{font-size:16px;}
    @media screen and (max-width:1200px){ .menuitemtxt{font-size:24px;} }
    */



/*****************************************************************************/
/* Photo Menu items */
/* Photo menu items - Photo Albums */
.photomenuitem{width:15.4%;height:130px;margin:0.6%;display:inline;float:left;bor der:1px solid #000;}
@media screen and (min-width:1368px){ .photomenuitem{height:180px;} }
@media screen and (max-width:1200px){ .photomenuitem{width:23.2%;height:250px;margin:0.9%;} }
.photomenuitemimg{he ight:110%;/*height 100% to vert center text*/background-position: center top; background-repeat: no-repeat;background-size:90%; overflow:hidden;}
@media screen and (min-width:1368px){ .photomenuitemimg{height:100%;} }
@media screen and (max-width:1200px){ .photomenuitemimg{} }
.photomenuitemtxt{width:100%;height:100%;color:#20323C;font-size:13px;text-align:center;padding-top:75px;}
@media screen and (max-width:1200px){ .photomenuitemtxt{font-size:24px;padding-top:115px;} }

    /* Bigger menu items */
    /*
    .photomenuitem{width:18.8%;height:150px;margin:0.6%;}
    @media screen and (max-width:1200px){ .photomenuitem{width:31.2%;height:220px;margin:0.9%;} }
    .photomenuitemimg{background-repeat: no-repeat;background-size:80%;}
    @media screen and (max-width:1200px){ .photomenuitemimg{background-size:80%;} }
    .photomenuitemtxt{font-size:16px;padding-top:90px;}
    @media screen and (max-width:1200px){ .photomenuitemtxt{font-size:26px;padding-top:125px;} }
    */
        
    /* Table items - Photos */
    .tableitem{width:15%;height:175px;margin:1%;display:inline-block;fl oat:left;background-color:#ececec;background-color:rgba(68,104,125,0.05);
        border:1px solid #CCC;box-shadow: 1px 1px 1px #CCC;}
    @media screen and (max-width:1200px){ .tableitem{width:30%;height:250px;} }
    @media screen and (max-width: 900px){ .tableitem{width:30%;height:187.5px;} }
    .tableitemimg{width:100%;height:100%;background-position: center center; background-repeat:no-repeat;background-size:cover;overflow: hidden;}
    .tableitemtxt{border-spacing:0px;width:100%;height:100%;color:#fff;font-size:13px;text-align:center;}
    @media screen and (max-width:1200px){ .tableitemtxt{border-spacing:0px;font-size:24px;} }
    @media screen and (max-width: 900px){ .tableitemtxt{border-spacing:0px;font-size:18px;backgro und-color:#FFF;} }
    .tableitemtxt > * tr{}
    .tableitemtxt > * td{padding:1px;vertical-align:center;}
    @media screen and (max-width:1200px){ .tableitemtxt > * td{padding:2px;} }
    .tableitemtxt > * tr:nth-child(1) td{height:100%;}
    .tableitemtxt > * tr:nth-child(2) td{background-color:#44687d;border:1px solid #fff;}
    @media screen and (max-width:1200px){ .tableitemtxt > * tr:nth-child(2) td{border:1px solid #fff;} }

.tableitemtxt1 > * tr:nth-child(2) td{background-color:#b71334;}
.tableitemtxt2 > * tr:nth-child(2) td{background-color:#5194be;}
.tableitemtxt3 > * tr:nth-child(2) td{background-color:#c78e34;}
.tableitemtxt4 > * tr:nth-child(2) td{background-color:#70a489;}

    .setstableitem{width:100%;height:160px;display:inline-block;}
    @media screen and (max-width:1200px){ .setstableitem{height:260px;} }
    @media screen and (max-width: 900px){ .setstableitem{height:260px;} }
    .setstableitemhalf1{height:80px;padding-top:0px;}
    @media screen and (max-width:1200px){ .setstableitemhalf1{heig ht:100px;} }
    @media screen and (max-width: 900px){ .setstableitemhalf1{heig ht:100px;} }
    .setstableitemhalf2{height:80px;padding-bottom:0px;}
    @media screen and (max-width:1200px){ .setstableitemhalf2{heig ht:100px;} }
    @media screen and (max-width: 900px){ .setstableitemhalf2{heig ht:100px;} }
    .setstableitemdouble{height:520px;padding-top:0px;}
    .setstableitemimg{width:100%;height:100%;background-position: center center; background-repeat:no-repeat;background-size:contain;overflow: hidden;}

 /*
    .photoitem{width:11.5%;height:90px;margin:0.5%;display:inline;float:left;}
    @media screen and (max-width:1200px){ .photoitem{} }
    .photoitemimg{width:100%;height:100%;background-position: center center; background-repeat:no-repeat;background-size:cover;overflow: hidden;}
*/


/*****************************************************************************/
/* Movie Menu items */
/* Movie items - Movies*/
/* Not used for the moment
.moviemenuitem{width:15.4%;height:130px;margin:0.6%;display:inline;float:left;}
@media screen and (max-width:1200px){ .moviemenuitem{width:23.2%;height:186px;margin:0.9%;} }
.moviemenuitemimg{height:70%;background-position: center center; background-repeat: no-repeat;background-size:100%; overflow:hidden;}
@media screen and (max-width:1200px){ .moviemenuitemimg{} }
.moviemenuitemtxt{width:100%;he ight:100%;color:#000;font-size:13px;text-align:center;}
@media screen and (max-width:1200px){ .moviemenuitemtxt{font-size:22px;} }
*/
    /* Movie */
    .movieitem{width:800px;height:600px;}


    .photoitem{width:23.2%;height:250px;margin:0.9%;display:inline;float:left;}
    @media screen and (max-width:1200px){ .photoitem{} }
    .photoitemimg{width:100%;height:100%;background-position: center center; background-repeat:no-repeat;background-size:cover;overflow: hidden;}
    .photoitemimgphotoicon{height:100%;background-position: center center; background-repeat:no-repeat;background-size:cover;overflow: hidden;}

/*****************************************************************************/
/* Dossier Menu items */
/* Dossier menu */
/*
.dossiermenuitem{width:13.5%;height:130px;margin:1.5%;display:inline;float:left;border:1px solid #d0d0d0;background-color:#fcfcfc;box-shadow: 2px 2px 3px #AAA;}
@media screen and (min-width:1368px){ .dossiermenuitem{height:200px;} }
@media screen and (max-width:1200px){ .dossiermenuitem{width:27%;height:300px;margin:3%;} }
.dossiermenuitemimg{height:100%; background-position: center top; background-repeat: no-repeat;background-size:90%; overflow:hidden;}
@media screen and (min-width:1368px){ .dossiermenuitemimg{height:100%;background-size:100%;} }
@media screen and (max-width:1200px){ .dossiermenuitemimg{height:150px;background-size:90%;} }
.dossiermenuitemtxt{width:100%;height:100%;color:#000;font-size:12px;text-align:center;padding-top:0px;}
@media screen and (max-width:1200px){ .dossiermenuitemtxt{height:60px;font-size:32px;padding-top:10px;bord er:1px solid #959697;} }

.dossiermenuitemimg2{height:100px;background-position: center bottom; background-repeat: no-repeat;background-size:70%; overflow:hidden;}
@media screen and (max-width:1200px){ .dossiermenuitemimg2{height:100px;} }
*/

.dossiermenuitem{width:13.5%; height:180px; margin:1%; padding-top:10px; padding-bottom:10px; display:inline-block; fl oat:left; border:1px solid #d0d0d0; background-color:#fcfcfc; box-shadow: 2px 2px 3px #AAA;}
@media screen and (max-width:1200px){ 
.dossiermenuitem{width:27%;   height:300px; margin:2%;} }
@media screen and (max-width: 900px){ 
.dossiermenuitem{width:27%;   height:225px; margin:2%;} }

    .dossiermenuitemimg{height:90px; background-position: center top; background-repeat: no-repeat; background-size:95%; overflow:hidden;}
    @media screen and (max-width:1200px){
    .dossiermenuitemimg{height:150px;} }
    @media screen and (max-width: 900px){
    .dossiermenuitemimg{height:112.5px;} }

    .dossiermenuitemtxt{height:54px; font-size:12px; width:100%; text-align:center; color:#000; font-family: myFirstFont; bor der:2px solid #959697;}
    @media screen and (max-width:1200px){
    .dossiermenuitemtxt{height:90px; font-size:20px;} }
    @media screen and (max-width: 900px){
    .dossiermenuitemtxt{height:67.5px; font-size:15px;} }

    .dossiermenuitemimg2{height:36px; background-position: center; background-repeat: no-repeat; background-size:80%; overflow:hidden; bor der:2px solid #959697;}
    @media screen and (max-width:1200px){
    .dossiermenuitemimg2{height:60px;} }
    @media screen and (max-width: 900px){
    .dossiermenuitemimg2{height:45px;} }


/* Not used for the moment
.dossiermenuitem{width:15.4%;height:180px;margin:0.6%;display:inline;float:left;}
@media screen and (max-width:1200px){ .dossiermenuitem{width:23.2%;height:250px;margin:0.9%;} }
.dossiermenuitemimg{height:25%;background-position: center top; background-repeat: no-repeat;background-size:90%; overflow:hidden;}
@media screen and (max-width:1200px){ .dossiermenuitemimg{height:30%;} }
.dossiermenuitemtxt{width:100%;height:25%;color:#000;font-size:18px;text-align:center;}
@media screen and (max-width:1200px){ .dossiermenuitemtxt{height:30%;font-size:22px;} }
.dossiermenuitemlogo{max-height:60px;margin:0px;}
@media screen and (max-width:1200px){ .dossiermenuitemlogo{} }
*/
    /* Dossier items */
    /* Not used for the moment
    .dossieritem{width:15.4%;height:130px;margin:0.6%;display:inline;float:left;}
    @media screen and (max-width:1200px){ .dossieritem{width:23.2%;height:186px;margin:0.9%;} }
    .dossieritemimg{height:70%;background-position: center center; background-repeat: no-repeat;background-size:90%;overflow: hidden;}
    @media screen and (max-width:1200px){ .dossieritemimg{} }
    .dossieritemtxt{width:100%;height:30%;color:#000;font-size:13px;text-align:center;}
    @media screen and (max-width:1200px){ .dossieritemtxt{font-size:22px;} }
    */
    
        /* Image on a dossier page */
        .dossierpageitemimg{max-width:90%;max-height:400px;}
        @media screen and (max-width:1200px){ .dossierpageitemimg{max-height:900px;} }


            
/*****************************************************************************/
/* Roller Coaster images */
/* Images in park page */
.rcpageimg_tn{width:80%;padding:16px 0px 12px 0px;}
.rcpageimg{width:96%;}

/* Images in park page */
.parkpageimg00{width:75%;padding:0px 0px 20px 0px;}
.parkpageimg01{width:100%;padding:0px 0px 20px 0px;}
    

    
/*****************************************************************************/
/* Footer */
.footertxt{font-fam ily: "Courier New", Courier, monospace;font-size:10px;color:#20323C;}
@media screen and (max-width:1200px){ .footertxt{font-size:16px;} }
@media screen and (max-width: 900px){ .footertxt{font-size:12px;} }



/*****************************************************************************/
/* The main menu overlay (background) */
.overlay-main-menu {
    top: -10px;
    height: 0;
    left: 0;
    width: 100%;
    position: absolute; /* Stay in place */
    z-index: 3; /* Sit on top */
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
    /*background-color: rgba(9,166,238, 1.0);*/ /* Black w/opacity 09A6EE*/
    overflow-x: hidden; /* Disable scroll */
    overflow-y: hidden; /* Disable scroll */
    transition: 0.0s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the close button (top right corner) */
.overlay-main-menu .closebutton {
    position: absolute;
    color: #FFFFFF;
    top: 8px;
    right: 8px;
    z-index: 4; /* Sit on top */
    transition: 0.0s;
}
@media screen and (max-width:1200px){ 
.overlay-main-menu .closebutton {
    top: 14px;
    right: 8px;
}
}
@media screen and (max-width: 900px){ 
.overlay-main-menu .closebutton {
    top: 8px;
    right: 8px;
}
}

/* Position the content inside the overlay */
.overlay-main-menu-content {
    position: relative;
    top: 0px; /* from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    marg in: 40px; /* 30px top margin to avoid conflict with the close button on smaller screens */
    transition: 0.0s;
}

/* The navigation links inside the overlay */
.overlay-main-menu-content a, .overlay-main-menu-content div {
    wi dth:98%;
    padding: 0px 0px;
    text-decoration: none;
    display: block; /* Display block instead of inline */
    /*transition: 0.3s; /* Transition effects on hover (color) */
}

.overlay-main-menu-content a {
    color: #FFFFFF;
}

.overlay-main-menu-content div {
    text-transform: uppercase;
    f ont-weight:bold;
    color: #BBB;
}

.overlay-main-menu-content .txtcolorwhite {
color: #FFF;
}

@media screen and (max-width:1200px){ 
    .overlay-main-menu-content a, .overlay-main-menu-content div {
        padding: 4px 0px;
    }
}

.overlay-main-menu-content a {
    pad ding-left:20px;
}

/* When you mouse over the navigation links, change their color */
.overlay-main-menu-content a:hover, .overlay-main-menu-content a:focus {
    fon t-weight:bold;col or: #fff;
}

.rotate {
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}


/*****************************************************************************/
/* Buttons in movie screen */
#overlayleft, #overlayright{
    position: absolute;
    display: none;
    width: 2%;
    height: 5%;
    left: 1%;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
} 
#overlayright{
    left: 97%;
}

@media screen and (max-width:1200px){ 
#overlayleft{left: -10%;}
#overlayright{left: -10%;}
}



/*****************************************************************************/
/* Login popup */
/* The login popup (background) */
.loginpopupcanvas {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 2; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  padding-top: 60px;
}

/* Popup Content/Box */
.loginpopupwindow {
  background-color: #fefefe;
  margin: 5px auto; /* 15% from the top and centered */
  border: 1px solid #888;
  width: 40%; /* Could be more or less, depending on screen size */
}
@media screen and (max-width:1200px){
    .loginpopupwindow{width: 80%; }}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}

@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
} 

/* Add Zoom Animation */
.animate_inverse {
  -webkit-animation: animatezoom_inverse 0.3s;
  animation: animatezoom_inverse 0.3s
}

@-webkit-keyframes animatezoom_inverse {
  from {-webkit-transform: scale(1)} 
  to {-webkit-transform: scale(0)}
}

@keyframes animatezoom_inverse {
  from {transform: scale(1)} 
  to {transform: scale(0)}
} 

/* Center the avatar image inside this container */
.loginpopupimgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
}

/* Avatar image */
img.loginpopupavatar {
  width: 30%;
  border-radius: 50%;
}

/* Add padding to containers */
.loginpopupinputcontainer {
  padding: 16px;
}

/* Full-width inputs */
input[type=text], input[type=password] {
  width: 100%;
  padding: 8px 10px;
  margi n: 0px 0;
  disp lay: inline-block;
  border: 1px solid #000;
  box-sizing: border-box;
  outline: none;
}
@media screen and (max-width:1200px){
    input[type=text], input[type=password] {
        padding: 16px 20px;
    }
}
@media screen and (max-width: 900px){
    input[type=text], input[type=password] {
        padding: 12px 15px;
    }
}

/* Set a style for button */
button[type=submit] {
  background-color: #44687d;
  ma rgin: 8px 8px 0px 0px;
  border: 1px solid #888;
  cursor: pointer;
  width: 100%;
  color: #fff;
  pad ding: 18px;
}

button.buttonsearch{
    background-color: #44687d;
    width: 100%;
    height: 36px;
    border-radius: 18px;
}

@media screen and (max-width:1200px){
    button.buttonsearch{
        width: 100%;
        height: 70px;
        border-radius: 35px;
    }
}
@media screen and (max-width: 900px){
    button.buttonsearch{
        width: 100%;
        height: 52.5px;
        border-radius: 26px;
    }
}

.searchcontainer {
  padding: 0px 0px;
}
@media screen and (max-width:1200px){
    .searchcontainer {
      padding: 16px 0px 0px 0px;
    }
}
@media screen and (max-width: 900px){
    .searchcontainer {
      padding: 12px 0px 0px 0px;
    }
}

.search-button-wrapper {
  padding: 0px;
  margin:auto;
}

button.buttonsearchdossier {
  width: 100%;
  height: 36px;
  margin: 10px 0px 0px 0px;
  border-radius: 5px;
  padding: 0px 0px 2px 0px;
}
@media screen and (max-width:1200px){
    button.buttonsearchdossier {
        height: 80px;
        margin: 10px 0px 0px 0px;
        border-radius: 10px;
        padding: 0px 0px 4px 0px;
    }
}
@media screen and (max-width: 900px){
    button.buttonsearchdossier {
        height: 60px;
        margin: 10px 0px 0px 0px;
        border-radius: 8px;
        padding: 0px 0px 4px 0px;
    }
}



.table2thcheckbox {height:30px;}
@media screen and (max-width:1200px){
    .table2thcheckbox {height:50px;}
}
@media screen and (max-width: 900px){
    .table2thcheckbox {height:37.5px;}
}


/********************
/* Toggle checkbox
/********************

/* hide the "default" checkbox/appearance */
.toggle-checkbox {
  display: none;
}

.toggle-checkbox-slider {
  position: relative;
}

/* ellipsis */
.toggle-checkbox-slider::before {
  background: #ccc; bottom: 0px; top: 0px; content: ''; position: absolute; margin:auto; cursor: pointer;
  border-radius: 30px; height: 30px; width: 56px; left: -25px; 
}
@media screen and (max-width:1200px){
    .toggle-checkbox-slider::before {
      border-radius: 50px; height: 50px; width: 98px; left: -44px; 
    }
}
@media screen and (max-width: 900px){
    .toggle-checkbox-slider::before {
      border-radius: 37.5px; height: 37.5px; width: 73.5px; left: -33px; 
    }
}

/* circle */
.toggle-checkbox-slider::after {
  background: #fff; bottom: 0px; top: 0px; content: ''; position: absolute; margin:auto; cursor: pointer; transition: 0.4s;
  border-radius: 20px; height: 20px; width: 20px; left: -20px; 
}
@media screen and (max-width:1200px){
    .toggle-checkbox-slider::after {
      border-radius: 50px; height: 33px; width: 33px; left: -33px; 
    }
}
@media screen and (max-width: 900px){
    .toggle-checkbox-slider::after {
      border-radius: 37.5px; height: 24.75px; width: 25.75px; left: -24.75px; 
    }
}

.toggle-checkbox:checked + .toggle-checkbox-slider::after {
  transform: translateX(25px);
}
@media screen and (max-width:1200px){
    .toggle-checkbox:checked + .toggle-checkbox-slider::after {
      transform: translateX(44px);
    }
}
@media screen and (max-width: 900px){
    .toggle-checkbox:checked + .toggle-checkbox-slider::after {
      transform: translateX(33px);
    }
}


/*44687d*/
.toggle-checkbox:checked + .toggle-checkbox-slider::before {
  background-color: #7090B0;
  background-color: #44687d;
}
.toggle-checkbox1:checked + .toggle-checkbox-slider::before {
  background-color: #b71334;
}
.toggle-checkbox2:checked + .toggle-checkbox-slider::before {
  background-color: #5194be;
}
.toggle-checkbox3:checked + .toggle-checkbox-slider::before {
  background-color: #c78e34;
}
.toggle-checkbox4:checked + .toggle-checkbox-slider::before {
  background-color: #70a489;
}


.toggle-checkbox0:not(:checked) + .toggle-checkbox-slider::before {
  border:3px solid #ffffff;
}

.toggle-checkbox0:checked + .toggle-checkbox-slider::before {
  border:3px solid #ffffff;
  background-color: #44687d;
}

@media screen and (max-width:1200px){
    .toggle-checkbox0:not(:checked) + .toggle-checkbox-slider::before {
        border-width: 5px;
    }

    .toggle-checkbox0:checked + .toggle-checkbox-slider::before {
        border-width: 5px;
    }
}

@media screen and (max-width: 900px){
    .toggle-checkbox0:not(:checked) + .toggle-checkbox-slider::before {
        border-width: 4px;
    }

    .toggle-checkbox0:checked + .toggle-checkbox-slider::before {
        border-width: 4px;
    }
}




/****************************************/
/* Wrappers for Select and Toggle checkbox
/****************************************/

.select-checkbox-wrapper {
  padding-bottom: 12px;
}
@media screen and (max-width:1200px){
    .select-checkbox-wrapper {
      padding-bottom: 24px;
    }
}
@media screen and (max-width: 900px){
    .select-checkbox-wrapper {
      padding-bottom: 12px;
    }
}

.toggle-checkbox-wrapper {
  padding-bottom: 6px;
}
@media screen and (max-width:1200px){
    .toggle-checkbox-wrapper {
      padding-bottom: 12px;
    }
}
@media screen and (max-width: 900px){
    .toggle-checkbox-wrapper {
      padding-bottom: 6px;
    }
}

/********************/
/* Select checkbox
/********************/

/* hide the "default" checkbox/appearance */
.select-checkbox {
   display: none;
 }
 
 .select-checkbox-slider {
   position: relative;
   margin: auto;
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   background: #44687d;
   color: #44687d;
   cursor: pointer;

   width: 300px;
   height: 30px;
   border: 3px solid #44687d;
   border-radius: 25px;
}

@media screen and (max-width:1200px){
    .select-checkbox-slider {
        width: 600px;
        height: 50px;
        border: 5px solid #44687d;
        border-radius: 36px;
    }
}
@media screen and (max-width: 900px){
    .select-checkbox-slider {
        width: 440px;
        height: 40px;
        border: 4px solid #44687d;
        border-radius: 30px;
    }
}

.select-checkbox-slider::before {
   content: '';
   position: absolute;
   width: 50%;
   height: 100%;
   left: 0%;
   border-radius:25px;
   background: #ffffff;
   transition: all 0.4s;
}

.select-checkbox-slider div {
   text-align: center;
   z-index: 1;

        padding: 6px 0px 0px 0px;
}

@media screen and (max-width:1200px){
    .select-checkbox-slider div{
        padding: 5px 0px 0px 0px;
    }
}
@media screen and (max-width: 900px){
    .select-checkbox-slider div{
        padding: 5px 0px 0px 0px;
    }
}


.select-checkbox:checked + .select-checkbox-slider::before {
   left: 50%;
}

.select-checkbox:checked + .select-checkbox-slider div:first-child{
   color: #ffffff;
   transition: color 0.4s;
}
.select-checkbox:checked + .select-checkbox-slider div:last-child{
   color: #44687d;
   transition: color 0.4s;
}
.select-checkbox + .select-checkbox-slider div:first-child{
   color: #44687d;
   transition: color 0.4s;
}
.select-checkbox + .select-checkbox-slider div:last-child{
   color: #ffffff;
   transition: color 0.4s;
}


/********************/
/* Toggle checkbox
/********************/

/* hide the "default" checkbox/appearance */
.newtoggle-checkbox {
   display: none;
 }
 
 .newtoggle-checkbox-slider {
   position: relative;
   margin: auto;
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   background: #44687d;
   color: #44687d;
   cursor: pointer;

   width: 48px;
   height: 24px;
   border: 5px solid #44687d;
   border-radius: 24px;
}

@media screen and (max-width:1200px){
    .newtoggle-checkbox-slider {
        width: 72px;
        height: 36px;
        border: 7px solid #44687d;
        border-radius: 36px;
    }
}
@media screen and (max-width: 900px){
    .newtoggle-checkbox-slider {
        width: 60px;
        height: 30px;
        border: 6px solid #44687d;
        border-radius: 30px;
    }
}

.newtoggle-checkbox-slider::before {
   content: '';
   position: absolute;
   width: 50%;
   height: 100%;
   left: 0%;
   background: #ffffff;
   transition: all 0.4s;

   border-radius:24px;
}

@media screen and (max-width:1200px){
    .newtoggle-checkbox-slider::before {
        border-radius:36px;
    }
}
@media screen and (max-width: 900px){
    .newtoggle-checkbox-slider::before {
        border-radius:30px;
    }
}

.newtoggle-checkbox-slider div {
   text-align: center;
   z-index: 1;

   padding: 6px;
}

.newtoggle-checkbox:checked + .newtoggle-checkbox-slider::before {
   left: 50%;
}

.newtoggle-checkbox:checked + .newtoggle-checkbox-slider div:first-child{
   color: #ffffff;
   transition: color 0.4s;
}
.newtoggle-checkbox:checked + .newtoggle-checkbox-slider div:last-child{
   color: #44687d;
   transition: color 0.4s;
}
.newtoggle-checkbox + .newtoggle-checkbox-slider div:first-child{
   color: #44687d;
   transition: color 0.4s;
}
.newtoggle-checkbox + .newtoggle-checkbox-slider div:last-child{
   color: #ffffff;
   transition: color 0.4s;
}







.homehelptext
{
  padding: 0px 0px 10px 0px;
  display:none;
}
.homehelptextselector
{
  margin: -2px 0px 0px 0px;
  text-align:right;
}
@media screen and (max-width:1200px){ .homehelptextselector{margin: -25px 0px 0px 0px;} }
@media screen and (max-width: 900px){ .homehelptextselector{margin: -20px 0px 0px 0px;} }

.searchhelptext
{
  padding: 0px 0px 10px 0px;
  display:none;
  color: #6F6F6F;
  font-style: italic;
}
.searchhelptextselector
{
  margin: -2px 0px 0px 0px;
  text-align:right;
}
@media screen and (max-width:1200px){ .searchhelptextselector{margin: -25px 0px 0px 0px;} }
@media screen and (max-width: 900px){ .searchhelptextselector{margin: -20px 0px 0px 0px;} }






/*****************************************************************************/
/* BMW logo */
bmw {
  font-family: sans-serif;
  font-size: 60px;
  font-weight:bold;
  color: #F8F8F8;
  text-shadow: 0 2px 3px #000;
  position: relative;
  display: block;
  height: 200px;
  width: 200px;
  margin: 4% auto;
  border-radius: 50%;
  border: 60px solid #131313;
  box-shadow: -4px -4px 13px 0 rgba(255, 255, 255, 0.85), 2px 2px 10px 2px rgba(0, 0, 0, 0.3), 0px 0px 0 9px #DDD, 0px 0px 0 10px #CCC, 0px 1px 0 10px #AAA, inset 5px 5px 5px 1px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 6px #DDD, inset 0px 0px 0px 7px #CCC, inset -20px -20px 10px -5px rgba(0, 0, 0, 0.1), inset -15px -15px 20px 5px rgba(9, 86, 160, 0.2), inset 0px 0px 40px 15px rgba(255, 255, 255, 0.5), 0px 3px 7px 10px rgba(0, 0, 0, 0.3);
}
bmw:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100px;
  width: 100px;
  background: #0094DA;
  box-shadow: 100px 100px 0 #0094DA, 50px 50px 0 50px #eFF;
  z-index: -1;
}
bmw:after {
  content: '';
  position: absolute;
  top: -250px;
  left: -200px;
  display: block;
  height: 400px;
  width: 400px;
  border-radius: 200px;
  background-image: radial-gradient(center center, 200px 200px, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
}
bmw span {
  position: absolute;
}
bmw span:nth-child(1) {
  top: -30px;
  left: -7px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
bmw span:nth-child(2) {
  top: -63px;
  left: 75px;
}
bmw span:nth-child(3) {
  top: -24px;
  right: -19px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}





