/*
YUI 3.5.1 (build 22)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
*/
html{color:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none} /* End YUI */


@font-face {
 font-family: altgot;
 src: url('fonts/altgot.eot');
 src: url('fonts/altgot.eot?#iefix') format('embedded-opentype'),
 url('fonts/altgot.woff') format('woff'),
 url('fonts/altgot.ttf') format('truetype');
}

@font-face{
font-family: DINMittelschrif;
src:url('fonts/6fbbcc3a-dcc4-4329-b8f0-d8ffbf33d780.eot');
src:url('fonts/6fbbcc3a-dcc4-4329-b8f0-d8ffbf33d780.eot?#iefix') format('embedded-opentype'),
    url('fonts/13fe8920-dbf9-4ae8-a75f-da9fef5a43da.woff') format('woff'),
    url('fonts/655304d7-ab13-4c9f-ba13-42c6162e4c76.ttf') format('truetype'),
    url('fonts/f8eacca5-c56e-4ca0-8b62-e9c7cd78def7.svg#f8eacca5-c56e-4ca0-8b62-e9c7cd78def7') format('svg');
}



.clear{clear: both;}

body{
  font-family: DINMittelschrif, Arial, Verdana, Geneva, sans-serif;
  background: rgb(204,204,204) url(../img/bgpattern.png) repeat;
}

.grandPage{
  width: 954px;
  margin:0 auto;
  background: #fff;
}
.center{
  text-align: center;
}

.header{
  position: relative;
  width: 930px;
  height: 213px;
  /* background: rgb(151, 191, 13); */
  background: rgb(133, 198, 87);
  margin: 0 auto;
  box-shadow: 5px 5px 10px 0px rgba(175, 175, 175, 1);
  -webkit-box-shadow: 5px 5px 10px 0px rgba(175, 175, 175, 1);
  -moz-box-shadow: 5px 5px 10px 0px rgba(175, 175, 175, 1);
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#AFAFAF', Direction=135, Strength=8);
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

  .header .logo{
    margin-left: 20px;
    padding-top: 24px;
    float: left;
  }
  
  .header .shopper{
    width: 50px;
    height: 50px;
    float: right;
    background: url(../img/shopper.png);
    position: absolute;
    right: 24px;
    top: 50px;
  }
    .header .shopper:hover{
      cursor: pointer;
    }
  
  .header .signupnow{
	font-family: altgot,Arial;
    font-size: 44px;
    line-height: 44px;
    max-width: 500px;
    overflow: hidden;
    position: absolute;
    right: 24px;
    text-transform: uppercase;
    top: 110px;
    white-space: nowrap;
    }
    .header .signupnow a{
      color: #fff;
      text-decoration: none;
    }
    .header .signupnow a:hover{
      text-decoration: underline;
    }
  
  .header .log{
    float: right;
    margin-right: 20px;
  }
  .header .searchIcon{
    width: 29px;
    height: 28px;
    background: url(../img/searchicon3.png);
    float: left;
  }
  
  .header .log ul{
    margin-left: 8px;
  }
  
  .header .menu ul, .header .log ul{
    float: left;
    padding: 8px 8px 8px 19px;
    background: #fff;
    border-radius: 18px;
    font-size: 14px;
    text-transform: uppercase;
  }
  .header .menu ul{
    margin-left: 20px;
  }
    .header .menu ul a{ color: rgb(133, 198, 87); }
    .header .menu ul .currentMenu { color: rgb(134, 134, 134); }
    .header .menu  ul li, .header .log ul li{
      display: inline-block;
      padding-right: 11px;
    }
    .header .menu  ul li:hover, .header .log ul li:hover{
      cursor: pointer;
      color: rgb(134, 134, 134);
    }

  .header .language{
    padding: 22px 20px 0 0;
    float: right;    
    color: #fff;
    font-family: DINMittelschrif, Arial;
    font-size: 11px;
  }
    .header .language ul li:hover{
      text-decoration: underline;
    }
    .header .language ul li{
      display: inline-block;
      padding-left: 2px;
      color: #fff;
    }
    .header .language ul .selected{
      text-decoration: underline;
    }

.content{
  margin:0 auto;
  width: 930px;
}

.content a{
  text-decoration: none;
}

.content .border{border-bottom: 2px solid rgb(133, 198, 87);}
.content .border2{border-bottom: 2px solid rgb(255, 255, 255);}

.content .grid3-full{
  position: relative;
  width: 302px;
  float: left;
  margin-top: 12px;
  border-radius: 4px;
  overflow: hidden;
}
.content .grid3{
  position: relative;
  width: 302px;
  height: 302px;
  float: left;
  margin-top: 12px;
  border-radius: 4px;
  overflow: hidden;
}
.content .grid3 .search{
  font-family: DINMittelschrif, Arial;
  font-size: 10px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: lighter;
  padding-left: 3px;
}

.content .grid3 .search input:focus{
  outline: none;
}
.content .grid3 .search input{
  height: 20px;
  width: 200px;
  line-height: 20px;
  font-size: 10px;
  text-transform: uppercase;
  background: #fff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border: 0;
  padding: 0 0 0 10px;
  margin:0 0 0 20px;
  float: left;
}
.content .grid3 .search .end{
  background: #fff;
  width: 30px;
  height: 20px;
  line-height: 20px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  float: left;
}

.content .rowSpan2{
  height: 616px;
  float: right;
}

.content .grid3 .margin, .grid3-full .margin, .bannerTwoCell .margin{
  padding:28px 16px 0 16px;
}

.content .solidGrey{
  box-shadow: 5px 5px 10px 0px rgba(175, 175, 175, 1);
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#AFAFAF', Direction=135, Strength=8);
  
  background-color: rgb(128, 128, 131);
}
.content .solidGreen{
  box-shadow: 5px 5px 10px 0px rgba(175, 175, 175, 1);
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#AFAFAF', Direction=135, Strength=8);

  background: rgb(133, 198, 87);
}
.content .solidDark{
  box-shadow: 5px 5px 10px 0px rgba(175, 175, 175, 1);
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#AFAFAF', Direction=135, Strength=8);
  
  background: rgb(75, 77, 77);
}


.content .middle{
  margin-left: 12px;
  margin-right: 12px;
}

.imageRotation{
  width: 930px;
  height: 300px;
  margin: 12px 0 0 0;
  background-color: rgb(0,175,233);
  overflow: hidden;
  box-shadow: 5px 5px 10px 0px rgba(175, 175, 175, 1);
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#AFAFAF', Direction=135, Strength=8);
  
  border-radius: 4px;
}

.bannerSize{
  width: 930px;
  height: 300px;
}
.frontPageBanners{
  position: relative;
}

.frontPageBanner .item{
  position: absolute;
  top: 0;
  left: 0;
}

.content .banner{
  width: 930px;
  height: 300px;
  margin: 12px 0 0 0;
  background-color: rgb(0,175,233);
  overflow: hidden;
  box-shadow: 5px 5px 10px 0px rgba(175, 175, 175, 1);
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#AFAFAF', Direction=135, Strength=8);
  
  border-radius: 4px;
}



.content .bannerTwoCell{
  width: 610px;
  height: 302px;
  margin: 12px 0 0 0;
  /* background-color: rgb(0,175,233); */
  overflow: hidden;
  box-shadow: 5px 5px 10px 0px rgba(175, 175, 175, 1);
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#AFAFAF', Direction=135, Strength=8);
  
  border-radius: 4px;
}

.content .bannerTwoCellElastic{
  width: 100%;
  margin: 0;
  overflow: hidden;
}

.content .banner .searchContent, .rightColumn .bannerTwoCell .searchContent{
  position: relative;
  padding:160px 0 0 20px;
}
.content .banner .search, .bannerTwoCell .searchContent .search{
  margin-top: 5px;
}
.content .banner .search input:focus, .bannerTwoCell .searchContent .search input:focus{
  outline: none;
}
.content .banner .search input, .bannerTwoCell .searchContent .search input{
  height: 20px;
  width: 200px;
  line-height: 20px;
  font-size: 10px;
  text-transform: uppercase;
  background: #fff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border: 0;
  padding: 0 0 0 10px;
  float: left;
}
.content .banner .search .end, .bannerTwoCell .searchContent .search .end{
  background: #fff;
  width: 30px;
  height: 20px;
  line-height: 20px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  float: left;
  font-size: 10px;
}



.content .textObject .heading{
  margin-top: 40px;
  font-family: altgot, Arial;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgb(133, 198, 87);
  font-weight: lighter;
  padding-left: 3px;
}
.content .grid3 .more a{
  text-decoration: underline;
  color: #fff;
  letter-spacing: 1px;
}
.content .grid3 .more{
  position: absolute;
  right: 14px;
  bottom: 14px;
}

.content .textObject{
  margin: 20px 20px 0 20px;
}
.content .textObject .info{
  font-family: altgot, Arial;
  font-size: 50px;
  line-height: 45px;
  text-transform: uppercase;
  padding: 10px 3px 0 3px;
}
.content .textObject .newsItem .caption{
  font-family: altgot, Arial;
  font-size: 45px;
  line-height: 40px;
  color: #fff;
  text-transform: uppercase;
  margin-top:20px;
}
.content .textObject .newsItem{
  padding-bottom: 7px;
  margin-top: 10px;
}

.content .textObject .categoryHeader a{
  /* color: #fff; */
}
.content .textObject p{
  font-size: 15px;
  font-family: DINMittelschrif, arial;
  color: #fff;
  line-height: 18px;
  text-transform: none;
}


.content .fancyNumber{
  margin:40px 20px 10px 20px;
  background: #fff;
  border-radius: 20px;
  height: 40px;
  line-height: 40px;
  padding: 5px 0 0 20px;
  box-shadow: inset 1px 1px 5px 0px rgba(100, 100, 100, 1);
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#00000', Direction=135, Strength=2);
  
}


.content .banner .actionIcons{
  padding: 25px 22px 0 0;
  float: right;
}
.content .banner .actionIcons .twitter:hover{
  cursor: pointer;
}
.content .banner .actionIcons .twitter{
  width: 52px;
  height: 50px;
  background: url(../img/twitter.png);
  display: inline-block;
}

.content .banner .actionIcons .facebook{
  width: 52px;
  height: 50px;
  background: url(../img/facebook.png);
  display: inline-block;
}
.content .banner .actionIcons .facebook:hover{
  cursor: pointer;
}

.content .banner .text{
  padding: 20px 0 0 17px;
  width: 370px;
}


.footer{
  width: 930px;
  margin: 5px auto 0 auto;
  padding-bottom: 100px;
}
  .footer .box{
    width: 300px;
    float: left;
    margin: 29px 12px 0 0;
    color: rgb(133, 198, 87);
    font-family: DINMittelschrif, altgot, Arial;
  }
  .footer .omega{
    margin-right:0px;
  }
  
  .footer .box .images img{
    margin-right: 5px;
  }
  .footer .box .title{
    font-weight: lighter;
    font-size: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-left: 10px;
    margin:0 0 11px 0;
    border-bottom: 1px solid rgb(133, 198, 87);
    font-family: altgot, Arial;
  }
  .footer .box .fineprint{
    padding-top: 10px;
  }
  .footer .box a{
    color: rgb(133, 198, 87);
    text-decoration: none;
  }
  .footer .box .text{
    font-family: DINMittelschrif, Arial;
    font-size: 13px;
  }
  .footer .box .margin{
    margin: 0 12px;
  }

.color1{
  /*color: rgb(151, 191, 13) !important; This is the actual color I got, but seems wrong.*/
  color: rgb(133, 198, 87) !important; /* This is a color sampled from screenshots, seems right */
}
.color2{color: rgb(134, 134, 134) !important;}
.color3{color: #fff !important;}
.color4{color: rgb(75, 77, 77);}
.color_negative{color:#d00000 !important;}
.shadow{
text-shadow: 1px 1px 3px #000000;
        filter: dropshadow(color=#000000, offx=1, offy=1);
}

.clickImages img:hover{
  cursor: pointer;
}

::selection{ background:#000 !important; color: rgba(133, 198, 87, 1) !important; }
::-moz-selection{ background:#000 !important; color: rgba(133, 198, 87, 1) !important; }

.heading1{
  font-family: altgot, 'Arial';
  font-size: 55px;
  line-height: 55px;
  color: #fff;
  text-transform: uppercase;
}

.content .heading{
  font-family: altgot, 'Arial';
  font-size: 45px;
  line-height: 40px;
  color: #fff;
  text-transform: uppercase;
}

.heading2{
  font-family: DINMittelschrif, Arial;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
}
.heading2a{
  margin-top: 4px;
  font-family: DINMittelschrif, Arial;
  font-size: 22px;
  line-height: 24px;
  color: #fff;
}

.heading3{
  font-size: 20px;
  text-transform: uppercase;
}

.heading4{
  font-family: altgot, 'Arial';
  font-size: 24px;
  text-transform: uppercase;
}
.heading5{
  font-family: altgot, 'Arial';
  font-size: 30px;
  text-transform: uppercase;
}

.fineprint{
  text-transform: uppercase;
  font-size: 10px;
  font-family: DINMittelschrif, Arial;
}

.globalSearch{
  border-radius: 18px;
  margin-right: 10px;
  background: #fff;
  float: right;
  width: 33px;
  height: 33px;
  text-align: right;
  overflow: hidden;
}
  .globalSearch .icon{
    float: right;
    width: 29px;
    height: 28px;
    background: url(../img/searchicon3.png);
    float: left;
    cursor: pointer;
  }
  .globalSearch input{
    padding-top: 6px;
    margin-right: 10px;
    line-height: 15px;
    font-size: 15px;
    width: 0px;
    border: 0;
    outline: none;
    float: right;
    opacity: 0;
  }
.loggedIn{
  background: #fff;
  border-radius: 18px;
  float: right;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 16px;
  height: 24px;
  overflow: hidden;
  margin-right: 25px;
  padding: 2px 10px 7px 10px;
  position: relative;
}
  .loggedIn a{
    color: rgb(133, 198, 87);
    text-decoration: none;
  }
  .loggedIn a:hover{
    color: rgb(134, 134, 134);
  }
  .loggedIn img{
    position: relative;
    top: 2px;
  }
.globalLogin{
  border-radius: 18px;
  margin-right: 20px;
  background: #fff;
  float: right;
  height: 33px;
  width: 90px;
  overflow: hidden;
}

  .globalLogin .login:hover{
    color: rgb(134, 134, 134);
  }
  .globalLogin .login{
      padding: 9px 17px 7px 0px;
      background: #fff;
      border-radius: 18px;
      font-size: 14px;
      line-height: 14px;
      text-align: right;
      text-transform: uppercase;
      cursor: pointer;
      color: rgb(133, 198, 87);
    }
  .globalLogin .inputFields input{
    width: 62px;
    height: 19px;
  }
  .globalLogin .inputFields{
    width: 380px;
    overflow: visible;
    display: none;
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 5px;
    margin-left: 10px;
  }
  .globalLogin .inputFields .userName{
    float: left;
  }
  .globalLogin .inputFields .password{
    float: left;
  }
  .globalLogin .inputFields input{
    border: 0;
    outline: none;
    font-size: 14px;
    line-height: 14px;
    padding:0 3px;
  }
#frontschoolSearchGo, #localSearchInputGo{
  cursor: pointer;
}

.dintxt{
  font-family: DINMittelschrif, Arial;
}

.underlined{
  border-bottom: 2px solid;
  float: left;
}
.newsContainer{
  height: 495px;
  overflow: hidden;
}

.cell001{background: url(../img/banner/bwroad.jpg);}
.cell002{background: rgb(133, 198, 87) !important;}
.cell003{background: url(../img/banner/mypageb.jpg);}
.cell004{background: url(../img/banner/bwroadWide.jpg);}
.cell005{background: url(../img/banner/bwroadDark.jpg);}
.bannerGame{background: url(../img/banner/bannerGame.png);}
.bannerGameSE{background: url(../img/banner/bannerGameSE.png);}
/* 302x302 */
.square01{background: url(../img/square/box01.png); }
.square02{background: url(../img/square/box02.jpg); }
.square03{background: url(../img/square/box03.jpg); }
.square04{background: url(../img/square/box04.png); }
.square05{background: url(../img/square/box05.png); }
.square06{background: url(../img/square/box06.jpg); }
.square07{background: url(../img/square/box07.png); }
.square08{background: url(../img/square/box08.jpg); }
.square09{background: url(../img/square/box09.png); }
.square10{background: url(../img/square/box10.jpg); }
.square11{background: url(../img/square/box11.png); }
.square12{background: url(../img/square/box12.png); }
.square13{background: url(../img/square/box13.jpg); }
.square14{background: url(../img/square/box14.png); }
.square15{background: url(../img/square/box15.jpg); }
.square16{background: url(../img/square/box16.jpg); }
.square17{background: url(../img/square/box17.jpg); }
.square18{background: url(../img/square/box18.jpg); }
.square19{background: url(../img/square/box19.jpg); }
.generic{background: url(../img/square/office_generic.jpg); }
.map{background: url(../img/square/map.jpg); }
.start_here{background: url(../img/square/start_here.jpg); }

.wGame{background: url(../img/square/wGame.jpg); }
.wGameSE{background: url(../img/square/wGameSE.png); }
/* 930 x 302 */
.banner01{background: url(../img/banner/banner01.png); }
.banner02{background: url(../img/banner/banner02.png); }
.banner03{background: url(../img/banner/banner03.png); }
.banner04{background: url(../img/banner/banner04.png); }
.banner05{background: url(../img/banner/banner05a.jpg); }
.banner06{background: url(../img/banner/banner06.png); }
.banner07{background: url(../img/banner/banner07.jpg); }
.banner08{background: url(../img/banner/banner08.jpg); }

.dividerLine{
  border-top: 1px solid rgb(134, 134, 134);
  width: 100%;
}

#googlemaps .notfound { color: red; font-weight: bold; }
#googlemaps .google_title {
    color: #868686;
    font-family: altgot,'Arial';
    font-size: 22px;
    line-height: 26px;
    text-transform: uppercase;
}

#googlemaps .google_address {
    color: #85C657;
    font-size: 14px;
    text-transform: uppercase;
}

#googlemaps p {font-size: 0.75em;}


/*Contact persons*/
.content .banner.offers_list{
	height: 100px;
}

.tysr{
  float: right;
  background: #D7E25A;
  padding: 20px;
  border-radius: 8px;
    transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  max-width: 190px;
  box-shadow: 5px 5px 10px 0px rgba(175, 175, 175, 1);
}

.spectilbud{
  color:rgba(72, 134, 27, 1) !important;
  font-family: altgot;
  font-size: 28px;
  padding-left: 10px;
  position: relative;
  top: 0;
  bottom: -5px;
  float: right;
}

@media screen and (max-width: 470px){
    .buttons{position: relative; overflow: hidden; margin: 5px 0 !important;}
    .order_progress .steps{padding-bottom: 20px;}
    .blubsimage, .calendarimage{position: absolute; width: 72px; top: 60px;left: calc(50% - 36px);} 
    .no_access  .calendarimage{top:90px;}
    .table_listing.receipt_wrapper{margin: 0;padding: 0;max-width: 100%;}
    .receipt_wrapper .label{padding: 0 !important; font-size: 34px !important;}
    .receipt_wrapper .item_listing {font-size: 28px !important;line-height: 36px;}
    .subpage .receipt_wrapper .tablewrapper{padding: 0;}
    .account_listing .date, .account_listing_odd_even .date{}
}
.campaign label{
    float:left;
}
.check_campaign{
    float:left !important;
    margin-top:7px;
    padding:15px 5px 5px 5px;
    border-bottom: 3px solid #85c657;
}

