#headerinfo-1:before, #headerinfo-2:before, #cross-preis-1:before, #cross-preis-2:before, #cross-preis-3:before {
  color: #00579e;
  }
  #navicontainer li:hover a {
    color: #000;
  }
  body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background: #fff;
    margin:0;
  }
  .pagewidth {
    max-width:1375px;
    margin:0 auto;
  }
  *:focus {
    outline: 0;
  }
  .clearer::after {
    content: "";
    display: table;
    clear: both;
  }
  .block {
    display:block !important;
  }
  .inline {
    display:inline !important;
  }
  .inline-block {
    display:inline-block !important;
  }
  .hide-mobile {
    display:block;
  }
  #preissection {
    background: rgba(0, 0, 0, 0) repeating-linear-gradient(45deg, #eee, #eee 2px, #fff 4px, #fff 6px) repeat scroll 0 0;
    border-left: 5px solid #00579e;
    color: #777;
    font-size: 35px;
    font-weight: bold;
    margin: 0 auto;
    max-width: 100%;
    padding: 15px;
  }
  #preissection small {
    font-size: 14px;
    font-weight: normal;
  }
  #footercontainer {
    width:94%;
    margin:0 auto;
  }
  #navisection {
    background-color: #00579e;
    width:100%;
  }
  #maincontent {
    padding:0px;
  }
  #topsection {
    background-color: #fff;
    width:100%;
  }
  #breadsection {
    background-color: #fff;
    width:100%;
    display:table;
  }
  #breadcrumb {
    max-width:1375px;
    margin:0 auto;
    height: 40px
  }
 

  #span5 i, #span4 i, #span3 i, #span2 i, #span1 i {
    font-size:20px;
    padding-right:9px;
    vertical-align:middle;
  }
  a {
    color:#666;
  }
  a:link {
    color:#666;
  }
  a:visited {
    color:#666;
  }
  hr {
    color:#ccc;
    height:1px;
    background:#ccc;
    border:none;
  }
  h1 {
    position:relative;
    border-bottom: 1px solid #777;
    border-top:1px solid #777;
    color: #777;
    font-weight: 300;
    margin: 0 0 1em;
    padding: 10px 0;
    text-transform: uppercase;
    font-size:22px;
    text-align:center;
    font-weight:400;
  }
  h1:before {
    bottom: -2px;
    content: "";
    position: absolute;
    width: 20%;
  }
  h2 {
    display: block;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 20px;
    margin:2em 0 1em;
    background:rgba(0, 0, 0, 0) repeating-linear-gradient(45deg, #eee, #eee 2px, #fff 4px, #fff 6px) repeat scroll 0 0;
    border-left:7px solid #00579e;
    color:#666;
  }
  h3 {
    font-weight: bold;
    text-transform: uppercase;
    background:rgba(0, 0, 0, 0) repeating-linear-gradient(45deg, #eee, #eee 2px, #fff 4px, #fff 6px) repeat scroll 0 0;
    padding:5px 15px;
    font-size:16px;
    color:#666;
    border-left:5px solid #00579e;
  }
  @media screen and (max-width : 760px){
    h2 {
      text-align:center;
      padding: 10px 0 !important;
    }
    h1 {
      text-align:center;
    }
    h1::before {
      display:none;
    }
    .tabs {
      margin-bottom:0 !important;
    }
  }
  #show-mobile {
    display:none;
  }
  #cross-selling {
    display:block;
    width:100%;
  }
  #cross-selling > div#boxwrapper {
    display:block !important;
    width:100%;
  }
  #cross-selling > div#infowrapper {
    display:block !important;
    width:100%;
  }
  .crossitem {
    background: #fff none repeat scroll 0 0;
    min-height: 420px;
    padding: 10px 10px 15px;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
    border:1px solid #ddd;
    margin-bottom:1em;
  }
  .crossitem:hover {
    transform: scale(1.04) rotate(0.00001deg);
  }
  .crossitem a {
    display:block;
    text-decoration:none;
    outline:none;
  }
  .crossitem a:visited {
    color:#666;
  }
  .artikelname {
    font-weight: normal;
    font-size: 16px;
    color:#666;
    display:table-cell;
    vertical-align: middle;
    padding:10px;
  }
  #artikelname {
    height: 70px;
    display: table;
    width:100%;
  }
  .preis {
    font-weight: normal;
    font-size: 28px;
    display:block;
    color:#fff;
    background:#00579e;
  }
  #variation {
    border-top: 1px solid #bbb;
    font-family: sans-serif;
    margin: 15px 0 0;
    max-width: 100%;
    padding:15px 0;
  }
  .variation {
    list-style: outside none none;
  }
  .variation li {
    background-color: #fff !important;
    border: 1px dashed #666 !important;
    color: #666 !important;
    display: inline-block !important;
    font-size: 14px !important;
    padding: 10px 17px !important;
    margin: 5px 7px 5px 0 !important;
  }
  .variation li::before{
    content:none !important;
  }
  @media only screen and (min-width: 1024px) {
    #leftcontent {
      min-height: 790px;
    }
    #cross-selling .boxcontainer {
      width:24%;
      margin:0 0.5%;
      float:left;
      display:inline-block;
    }
    #cross-selling > div#boxwrapper {
      display:block !important;
      width:100%;
      min-height:480px;
    }
    #cross-selling > div#infowrapper {
      display:block !important;
      width:100%;
      min-height:300px;
      background:#555;
      padding-top:15px;
      color:#fff;
      margin-top:3em;
    }
  }
  #maincontainer {
    display:block;
    width:100%;
    max-width:1375px;
    margin:0 auto;
    font: 14px "Open Sans", sans-serif;
    color:#777;
    overflow-x:hidden;
    background:#fff;
    margin-top:30px;
  }
  #maincontainer ul, #maincontainer ul li {
    padding:0;
    margin:0;
    list-style-position: inside;
  }
  #headerlogo {
    width:30%;
    height:80px;
    float:left;
    display:inline-block;
    text-align:left;
  }
  #headertexte {
    color:#666;
    margin:0 auto;
    display:inline-block;
  }
  #headerlogo img {
    max-width:100%;
    max-height:80px;
  }
  #headerlogo a {
    display:block;
    height:80px;
    text-decoration:none;
    font-size:0px;
    position:relative;
  }
  #headerlogo a::after {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    display: block;
  }
  #headerinfo {
    width:20%;
    float:right;
    display:inline-block;
    padding-top:47px;
  }
  #headerinfo-1 {
    width:100%;
    float:left;
    display:inline-block;
  }
  #headerinfo-2 {
    width:100%;
    float:left;
    display:inline-block;
  }
  #topicon {
    color: #777;
    font-size: 20px;
    display:inline-block;
    margin:0 auto;
    text-align:center;
    margin-right:8px;
    vertical-align:middle;
  }
  #topicon i {
    color: #00579e;
  }
  span.headertext-1 {
    display:block;
    color:#777;
    font-size:14px;
    font-family:"Open Sans";
  }
  span.headertext-2 {
    display:block;
    color:#777;
    font-size:10px;
  }
  #boxwrapper {
    width:22.5%;
    display:inline-block;
    float:left;
  }
  #infowrapper {
    width:22.5%;
    display:inline-block;
    float:left;
  }
  #bottomcontent {
    width:100%;
    display:inline-block;
    float:left;
  }
  #leftcontent {
    width:47%;
    display:inline-block;
    float:left;
    padding-right:3%;
  }
  #rightcontent {
    width:50%;
    display:inline-block;
    float:left;
    margin-top:5px;
  }
  #topheader {
    width:100%;
    display:inline-block;
    float:left;
    background:#333;
    margin-bottom:30px;
  }
  #topcontent {
    width:100%;
    display:inline-block;
    float:left;
    margin-bottom:2.5em;
  }
  #topnavi {
    width:100%;
    display:inline-block;
    float:left;
    clear:both;
  }
  div.boxcontainer {
    margin-bottom:20px;
  }
  div.boxcontainer:after {
    content: "";
    display: table;
    width:100%;
  }
  .boxtitle {
    border-bottom: 1px solid #fff;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding:15px 0px 10px;
    position: relative;
    text-transform: uppercase;
    margin:0 10px;
  }
  .boxtitle:before {
    bottom: -1px;
    content: "";
    position: absolute;
    width: 30%;
    border-bottom:1px solid #00579e;
  }
  .boxcontent {
    display:block;
    padding:20px 15px;
    font-size:13px;
  }
  .boxcontent img {
    display:inline-block;
    margin:0 auto;
    max-width:100%;
  }
  .versand ul li:before {
    content: "\f0d1" !important;
    display: table;
    clear: both;
    font-family: FontAwesome;
    display: inline;
    color: #fff !important;
    position: relative;
  }
  div.footer {
    background:#393939;
    padding:20px 0 0;
    font-size:11px;
    color:#fff;
    text-align:center;
  }
  #bottomcontent ul, div.boxcontainer ul{
    margin:10px 0;
    padding:0;
  }
  #bottomcontent ul li, div.boxcontainer ul li, #rightcontent ul li, #tabinhalt ul li  {
    margin:0;
    padding:5px 0;
    border-top:1px dashed #ccc;
    list-style:none;
  }
  #bottomcontent ul li:last-child, div.boxcontainer ul li:last-child, #rightcontent ul li:last-child , #tabinhalt ul li:last-child {
    border-bottom:1px dashed #ccc;
  }
  #bottomcontent ul li:before, #rightcontent ul li:before {
    content: "\f14a";
    display: table;
    clear: both;
    font-family: FontAwesome;
    display: inline;
    color: #777;
    position: relative;
    margin-right:5px;
  }
  div.boxcontainer ul li:before {
    content: "\f14a";
    display: table;
    clear: both;
    font-family: FontAwesome;
    display: inline;
    color: #fff !important;
    position: relative;
    margin-right:5px;
  }
  #tabinhalt ul li:before {
    content: "\f138";
    display: table;
    clear: both;
    font-family: FontAwesome;
    display: inline;
    color: #777;
    position: relative;
    margin-right:5px;
  }
  div.boxcontainer ul li {
    padding:5px 0 !important;
  }
  @media only screen and (max-width : 1375px) {
    #maincontainer {
      width:95%;
    }
  }
  @media only screen and (max-width : 1024px) {
    .hide-mobile {
      display:none !important;
    }
    #span4 {
      width:50%;
      float:left;
      text-align:center;
    }
    #breadsection {
      display:none;
    }
    #navisection {
      background:#fff;
      height:50px;
    }
    #topheader {
      background:#fff;
    }
    #maincontainer, #header, #breadcrumb, #navicontainer, #slidersection {
      width:95%;
    }
    #headerlogo {
      width:30%;
      display:inline-block;
      float:left;
      text-align:left;
    }
    #headerlogo a {
      text-align:center;
    }
    #headerinfo {
      width:30%;
      display:block;
      padding:20px 0 0px 20px;
      display:block;
      margin:0 auto;
    }
    #headerinfo-1 {
      width:100%;
      display:inline-block;
      float:left;
    }
    #headerinfo-2 {
      width:100%;
      display:inline-block;
      float:left;
    }
    #maincontent > div#boxwrapper {
      display:none;
    }
    #maincontent > div#infowrapper {
      display:none;
    }
    #maincontent > div#bottomcontent {
      width:100%;
    }
    #show-mobile {
      display:block;
      width:100%;
    }
    #show-mobile > div#boxwrapper {
      display:block !important;
      width:100%;
    }
    #show-mobile > div#infowrapper {
      display:block !important;
      width:100%;
    }
    #cross-selling{
      display:block;
      width:100%;
    }
    #cross-selling > div#boxwrapper {
      display:block !important;
      width:100%;
    }
    #cross-selling > div#infowrapper {
      display:block !important;
      width:100%;
      background:#555;
      color:#fff;
      margin-top:3em;
    }
    div.boxcontainer {
      width:48%;
      margin:0 0.5%;
      float:left;
      display:inline-block;
      min-height:270px;
    }
  }
  @media only screen and (max-width : 700px) {
    #span4 {
      display:none;
    }
    div.boxcontainer {
      width:100%;
      margin:0;
      display:inline-block;
    }
    .crossitem:hover {
      cursor: pointer;
      transform: none !important;
      box-shadow: none !important;
      opacity: 1;
      border-color: #aaa;
    }
  }
  @media only screen and (max-width : 780px) {
    #header {
      text-align:center;
    }
    #headerlogo {
      width:100%;
      display:block;
      text-align:left;
    }
    #headerinfo {
      width:50%;
      display:block;
      padding:15px 0 10px;
      display:block;
      margin:0 auto;
    }
    #headerinfo-1 {
      width:100%;
      display:block;
      float:left;
    }
    #headerinfo-2 {
      width:100%;
      display:block;
      float:left;
    }
    #headerinfo-1::before, #headerinfo-2::before {
      display:block;
      padding-right: 190px;
    }
  }
  @media only screen and (max-width : 639px) {
    #leftcontent, #rightcontent {
      width:100%;
    }
  }
  @media only screen and (max-width : 499px) {
    #headerlogo {
      width:100%;
      display:block;
      text-align:left;
    }
    #headerinfo {
      width:100%;
      display:block;
      padding:15px 0 10px;
      display:block;
      margin:0 auto;
    }
    #headerinfo-1 {
      width:100%;
      display:block;
      float:left;
    }
    #headerinfo-2 {
      width:100%;
      display:block;
      float:left;
    }
    #maincontent > div#boxwrapper {
      display:none !important;
    }
    #maincontent > div#infowrapper {
      display:none !important;
    }
    #maincontent > div#bottomcontent {
      width:100% !important;
    }
    #show-mobile {
      display:block;
    }
    #cross-selling {
      display:block;
    }
    #leftcontent, #rightcontent {
      width:100%;
    }
    .slider {
      display:none;
    }
  }
  /*Ab hier NEU*/
  #header {
    padding-top:20px;
    max-width:1375px;
    margin:0 auto;
  }
  .badge {
    background-color: #00579e;
    color: #fff;
    text-shadow: none;
    border-radius: 15px;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    font-size: 11.844px;
    vertical-align: baseline;
    white-space: nowrap;
    font-weight:bold;
    line-height:25px;
    top:25%;
    position:relative;
    letter-spacing:1.1;
  }
  /*Top Navigation*/
  #navibadge{
    display:block;
    float:right;
    height:50px;
    margin-right:2%;
    background:transparent;
  }
  #navicontainer {
    margin:10px 0 20px;
    display:block;
    background:#00579e;
    height:60px;
    margin:0 auto;
    max-width:1375px;
    font: 16px "Open Sans", sans-serif;
  }
  #navicontainer::after {
    content: "";
    display: table;
    width: 100%;
    height: 60px;
  }
  /*Strip the ul of padding and list styling*/
  #navicontainer ul {
    list-style-type:none;
    margin:0;
    padding:0;
    position: absolute;
  }
  /*Create a horizontal list with spacing*/
  #navicontainer li {
    display:inline-block;
    float: left;
    margin-right: 0px;
  }
  /*Style for menu links*/
  
  #navicontainer ul li:first-child a {
    color: #fff;
    background: #00579e;
    min-width:65px;
    padding:0;
    font-size: 27px;
  }
  #navicontainer ul li:first-child a:hover {
    background: #333;
  }
  /*Hover state for top level links*/
  #navicontainer li:hover a {
    transition: all 0.5s ease 0s;
    background-color:#333;
    color:#fff;
  }
  /*Style for dropdown links*/
  #navicontainer li:hover ul a {
    background: #666;
    color: #fff;
    height: 40px;
    line-height: 40px;
  }
  /*Hover state for dropdown links*/
  #navicontainer li:hover ul a:hover {
    background: #333;
    color: #fff;
  }
  /*Hide dropdown links until they are needed*/
  #navicontainer li ul {
    display: none;
  }
  /*Make dropdown links vertical*/
  #navicontainer li ul li {
    display: block;
    float: none;
  }
  /*Prevent text wrapping*/
  #navicontainer li ul li a {
    width: auto;
    min-width: 100px;
    padding: 0 20px;
  }
  /*Display the dropdown on hover*/
  #navicontainer ul li a:hover + .hidden, .hidden:hover {
    display: block !important;
    z-index:999999;
  }
  /*Style 'show menu' label button and hide it by default*/
  .show-menu {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: #fff;
    background: #666;
    text-align: center;
    padding: 10px 0;
    display: none;
  }
  /*Hide checkbox*/
  input[type=checkbox]{
    display: none;
  }
  /*Show menu when invisible checkbox is checked*/
  input[type=checkbox]:checked ~ #menu{
    display: block;
  }
  /*Responsive Styles*/
  @media screen and (max-width : 1024px){
    #navicontainer {
      background:transparent;
      height:2em;
    }
    /*Make dropdown links appear inline*/
    #navicontainer ul {
      position: static;
      display: none;
    }
    /*Create vertical spacing*/
    #navicontainer li {
      margin-bottom: 0px;
    }
    #navicontainer li a {
      border-bottom:1px solid #666;
      box-shadow:none;
      background:#888;
      padding:0;
      height:50px;
      line-height:50px;
    }
    #navicontainer ul li:first-child a {
      color: #fff;
      background: #888;
      min-width:65px;
      border-radius:0;
      height:60px;
    }
    #navicontainer ul li:last-child a {
      margin-bottom:1em;
    }
    /*Make all menu links full width*/
    #navicontainer ul li, li a {
      width: 100%;
    }
    /*Display 'show menu' link*/
    .show-menu {
      display:block;
      cursor:pointer;
    }
    .show-menu:before {
      content: "\f039";
      display: table;
      clear: both;
      font-family: FontAwesome;
      display: inline;
      color: #fff;
      position: relative;
      margin-right: 15px;
    }
  }
  @media screen and (max-width : 1375px){
    #navibadge{
      display:none;
    }
  }
  /*Ab hier Slider*/
  #slidersection {
    margin:0px auto;
    max-width:1375px;
    background:transparent;
  }
  .slider {
    padding: 0;
    margin: 0;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  .slider ul {
    width: 1000%;
    height: auto;
    position: relative;
    list-style: none;
    left: 0;
    margin: 0;
    padding: 0;
    line-height: 0;
    -moz-animation:slide-animation 20s infinite;
    -webkit-animation:slide-animation 20s infinite;
  }
  .slider ul:hover {
    -moz-animation-play-state:paused;
    -webkit-animation-play-state:paused;
  }
  .slider li {
    width: 10%;
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
  }
  img {
    max-width: 100%;
  }
  @-webkit-keyframes slide-animation {
    1% {
      left: 0%;
      opacity: 1;
    }
    18% {
      left: 0%;
      opacity: 1}
    19% {
      opacity: 0.2;
    }
    20% {
      left: -100%;
      opacity: 1;
    }
    58% {
      left: -100%;
      opacity: 1;
    }
    59% {
      opacity: 0.2;
    }
    60% {
      left: -200%;
      opacity: 1;
    }
    98% {
      left: -200%;
      opacity: 1;
    }
    99% {
      opacity: 0.5;
    }
    100% {
      left: 0%;
    }
  }
  @-moz-keyframes slide-animation {
    1% {
      left: 0%;
      opacity: 1;
    }
    18% {
      left: 0%;
      opacity: 1}
    19% {
      opacity: 0.2;
    }
    20% {
      left: -100%;
      opacity: 1;
    }
    58% {
      left: -100%;
      opacity: 1;
    }
    59% {
      opacity: 0.2;
    }
    60% {
      left: -200%;
      opacity: 1;
    }
    98% {
      left: -200%;
      opacity: 1;
    }
    99% {
      opacity: 0.5;
    }
    100% {
      left: 0%;
    }
  }
  /*Tabs*/
  .tabs {
    max-width: 100%;
    float: none;
    list-style: none;
    padding: 0;
    margin: 0 auto 2em;
  }
  .tabs:after {
    content: '';
    display: table;
    clear: both;
  }
  #tab-content2, #tab-content3 {
    display: none;
  }
  .tabs input[type="radio"] {
    display:none;
  }
  .tabs label {
    display: block;
    float: left;
    width: 33.3333%;
    font-size: 20px;
    font-weight: 100;
    text-decoration: none;
    text-align: center;
    line-height: 2;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    /* Safari 3.1 to 6.0 */
    transition: all 0.5s;
    text-transform:uppercase;
    letter-spacing:0.01em;
    border-bottom:3px solid #00579e;
    color:#666;
  }
  .tabs label span {
    display: none;
  }
  .tabs label i {
    padding: 5px;
    margin-right: 0;
  }
  .tabs label:hover {
    color: #333;
    background:#eee;
  }
  .tabcontent {
    width: 100%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
    background:#fff;
  }
  #tab1:checked + label, #tab2:checked + label, #tab3:checked + label {
    background: #00579e;
    color: #fff;
    border-bottom:3px solid #00579e;
  }
  #tab1:checked ~ #tab-content1 {
    display: block;
  }
  #tab1:checked ~ #tab-content2, #tab1:checked ~ #tab-content3 {
    display: none;
  }
  #tab2:checked ~ #tab-content2 {
    display: block;
  }
  #tab2:checked ~ #tab-content1, #tab2:checked ~ #tab-content3 {
    display: none;
  }
  #tab3:checked ~ #tab-content3 {
    display: block;
  }
  #tab3:checked ~ #tab-content1, #tab3:checked ~ #tab-content2 {
    display: none;
  }
  .animiert {
    animation-duration: 1s;
    animation-fill-mode: both;
  }
  @keyframes scale {
    0% {
      transform: scale(0.9);
      opacity: 0;
    }
    50% {
      transform: scale(1.01);
      opacity: 0.5;
    }
    100% {
      transform: scale(1);
      opacity: 1;
    }
  }
  .scale {
    animation-name: scale;
  }
  #navicontainer li a {
    display: block;
    min-width: 30px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.01em;
    transition: all 0.5s ease 0s;
    color: #fff;
    padding: 0 18px;
  }
  #span1,
  #span2,
  #span3,
  #span4,
  #span5 {
    text-align:center;
    line-height:40px;
    color:#666;
    font-size:13px;
    font-family:"Open Sans";
    text-transform:uppercase;
    width:20%;
    float:left;
  }
  @media (min-width: 768px) {
    .tabs i {
      padding: 5px;
      margin-right: 10px;
    }
    .tabs label span {
      display: inline-block;
    }
    .tabs {
      max-width: 100%;
      margin: 0 auto 1em;
      padding-top:32px;
    }
  }
  @media (min-width: 1025px) {
	#navicontainer li a {
		font-size: 12px;
		letter-spacing: 0;
		padding: 0 10px;
	  }
	  #span1,
	  #span2,
	  #span3,
	  #span4,
	  #span5 {
	    font-size:10px;
	  }
  }
  @media (min-width: 1300px) {
	 #navicontainer li a {
	    font-size: 15px;
	    letter-spacing: 0.01em;
	    padding: 0 14px;
	  }
	  #span1,
	  #span2,
	  #span3,
	  #span4,
	  #span5 {
	    font-size:13px;
	  }
  }
  @media (min-width: 1380px) {
	 #navicontainer li a {
	    font-size: 15px;
	    letter-spacing: 0.01em;
	    padding: 0 18px;
	  }
  }
  /*Start Gallery*/
  .gallery{
    width: 100%;
    /*Same as width of the large image*/
    position: relative;
    height:auto;
    padding-top: 100%;
    /*That helps bring the labels down*/
    margin-top:5px;
  }
  /*Last thing remaining is to add transitions*/
  .gallery>img{
    position: absolute;
    left: 0;
    top: 0;
    right:0;
    bottom:0;
    transition: all 0.5s;
    height:auto;
    max-width:100%;
    max-height:100%;
    margin:auto;
  }
  .gallery input[name='gallery_switch'] {
    display: none;
    visibility:hidden;
  }
  .gallery label {
    /*Lets add some spacing for the thumbnails*/
    margin: 18px 0 10px 15px;
    border: 3px solid #999;
    float: left;
    cursor: pointer;
    transition: all 0.5s;
    /*Default style = low opacity*/
    opacity: 0.6;
  }
  .gallery label img{
    display: block;
    height:100px;
    width:auto;
  }
  /*Time to add the click effects*/
  .gallery input[name='gallery_switch']:checked+label {
    border-color: #666;
    opacity: 1;
    visibility:visible;
  }
  /*Clicking any thumbnail now should change its opacity(style)*/
  /*Time to work on the main images*/
  .gallery input[name='gallery_switch'] ~ img {
    opacity: 0;
    transform: scale(1.1);
    visibility:hidden;
  }
  /*That hides all main images at a 110% size
  On click the images will be displayed at normal size to complete the effect
  */
  .gallery input[name='gallery_switch']:checked+label+img {
    opacity: 1;
    transform: scale(1);
    visibility:visible;
  }