/* first for Internet Explorer < 9 */
@font-face { 
  font-family: UnitFF; src: url("/media/res/font/UnitWeb.eot");
}
/* then for WOFF-capable browsers */
@font-face { 
  font-family: UnitFF; src: url("/media/res/font/UnitWeb.woff") format("woff");
}
html {
    overflow-y: scroll;
}

html, body {
  height: 100%; 
}

body {
  height: 100%;
  line-height: 20px;
  font-size: 15px;
  font-family: 'UnitFF', verdana, sans-serif !important; 
  background: #d9d9d9;
  padding-top: 90px;
}

#main {
      position: relative;
      min-height: 100%;
      height: auto !important;
      height: 100%;
}

#footer .container {
  padding: 7px 10px !important;
  color: #b9b9b9;
  background-color: #fff;
  border-top: 1px solid #fff;
  font-size: 0.85em;
  box-shadow: 0 6px 6px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 0 6px 6px 0 rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 6px 6px 0 rgba(0,0,0,0.2);
}

#body #footer .container {
  padding: 7px 10px !important;
}

#footer a {
  color: #b9b9b9;
  padding-right: 15px;  
}

#footer a:hover {
  color: #85AD21;
  text-decoration: none;
}

#skrollr-body #footer {
  /*margin-top: -25px;*/
  margin-top: 0;
}

#skrollr-body #footer .container {
  border-top: 0;
}

.mobilemeta {
  height: 30px;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid #d9d9d9;
  -webkit-box-shadow: 0px -3px 6px 0px rgba(0, 0, 0, 0.1); 
  -moz-box-shadow: 0px -3px 6px 0px rgba(0, 0, 0, 0.1); 
  box-shadow: 0px -3px 6px 0px rgba(0, 0, 0, 0.1); 
}

.navbar {
  margin-bottom: 0;
  border: 0;  
}

.navbar-nav {
  margin: 0 0 0 30px;
}

.navbar-nav > li > a {
  /* font-weight: bold; */
  font-size: 14px;
  padding: 34px 11px 34px 11px;
}

.navbar-nav > li > a.active {
    color: #85ad21;
    background-color: transparent;
}

.navbar > .container {
  box-shadow: 0 6px 6px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 0 6px 6px 0 rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 6px 6px 0 rgba(0,0,0,0.2);
}

.navbar-default {
  background: transparent;
  border: 0;
}

.navbar-caret {
  margin-top: -12px;
  position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-bottom: 8px solid #85ad21;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 0 dotted;
}

ul.nav.nav-sub {
  margin: 0;
}

ul.nav.nav-sub > li > a {
  display: block;
  padding: 2px 0;
}

ul.nav.nav-sub > li > a:hover,
.nav-sub > li.active > a  {
  color: #85ad21;
  background: transparent;
}

ul.nav-competence {
  margin: 20px 0;
  width: 100%;
  padding: 0;
  float: left;
}

ul.nav-competence li {
  display: table;
  float: left;
  width: 23%;
  height: 75px;
  text-align: center;
  margin: 0 7px 7px 0;
  background-color: rgba(0, 118, 173, 0.75);
}

ul.nav-competence li:hover {
  background-color: rgba(123,173,33,0.85);
}

ul.nav-competence li a {
  color: #fff !important;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

ul.nav.nav-sub.nav-sub-list {
  margin-top: 20px;
}

/* MENU LANG */

#initlang {
  height: 100%;
  position: absolute;
  right: 35px;
}

ul.lang {
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
  list-style: none;
}

ul.lang li {
  float: left;
  list-style: none;
  padding-top: 35px;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 14px;
  color: #D9D9D9;
}

.mobilemeta ul.lang {  
  padding-left: 20px;
}

.mobilemeta ul.lang li {
  padding-top: 5px;  
  padding-left: 4px;
}

.mobilemeta #emergency {
  padding-top: 5px;  
  padding-left: 28px;
}

ul.lang li.active {
  /* display: none; */
}

ul.lang li:hover {
  opacity: 0.7;
}

ul.lang a {
  float: left;
  list-style: none;
  font-size: 14px;
  /* font-weight: bold; */
  text-decoration: none;
}

/* csc images */

div.csc-textpic-intext-right .csc-textpic-imagewrap, 
div.csc-textpic-intext-left .csc-textpic-imagewrap {
  max-width: 40%;
}

div.csc-textpic-intext-right .csc-textpic-imagewrap img, 
div.csc-textpic-intext-left .csc-textpic-imagewrap img {
  max-width: 100%;
  margin-bottom: 10px;
}

div.csc-textpic-above .csc-textpic-imagewrap img,
div.csc-textpic-below .csc-textpic-imagewrap img {
  margin: 15px auto 15px auto;
}

/* Notruf */

#emergency {
  height: 100%;
  padding-top: 35px;  
  padding-left: 10px
}

#emergency a {
  color: #e75b0f;
  font-size: 14px;
  /* font-weight: bold; */
  padding: 0 10px 0 10px;
  text-decoration: none;
}

#emergency a:hover {
  color: #85AD21;
}
/* Tables */

ul.table li {
  margin-bottom: 10px;
  font-size: 14px;
}

ul.table li em {
  color: #666;
}

#logo {
  position: relative;
  z-index: 300;
  width: 33.3334%;
  height: 90px;
  float: left;
  display: table;
}

#logo > div {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

#logo img {
  margin-left: 17%;
  border: 0;
  max-width: 90%;
}


#logo a {
  display: block;
  /* height: 60%; */
  /* margin: 10% 0; */
}

#printlogo {
  display: none !important;
}

.container {
  max-width: 1125px !important;
  background: #fff;
}

body#body .container {
  padding: 0 !important;
}

body#body .contentbox {
  min-height: 400px;
  margin:  0;
  padding:  0;
  overflow: visible;
}

#skrollr-body .contentbox {
  background-color: #666; 
  min-height: 740px;
  margin:  0;
  overflow: hidden;
  color: #fff;
  background-repeat: no-repeat; /* bgimg inline! */
  background-size: cover;
}

.contentbox-inner {
  padding: 0 100px 0 65px;
}

.sidebar-box {
  padding: 0 15px 30px 50px;
}

.sidebar-box .news-list-container {
  padding-top: 20px;
}

.contentheader {
  height: 310px;
  background-repeat: no-repeat;
  background-position: left top;
  overflow: hidden;
}

.contentheader h1 {
  color: #fff;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 65px;
  margin: 0;
  /* border-bottom: 1px solid #fff; */
  background-color: rgba(0,118,173,0.55);
}

.contentitem {
  padding: 0;
}

.contentitem > .contentitem,
nav.contentitem {
  padding: 0;
}

.spacebox {
  height: 30px;
}

.col-md-8.col-maincontent {
  padding: 0 100px 30px 45px;
}

.col-md-8.col-maincontent.col-socialshare {
  padding-bottom: 0;
}

.tx-wtdirectory-pi1 > .row > .col-md-4,
.tx-wtdirectory-pi1 > .row > .col-md-8 {
  padding: 0;
}

/*** Searchbox and Search ***/

.navbar-collapse {
  position: relative; /* needed for searchbox */
}

.navbar-collapse.in {
  padding-bottom: 10px;
}

#initsearch {
  position: relative;
  width: 16px;
  height: 14px;
  margin-top: 38px;
  overflow: hidden; 
  background: transparent url(/media/res/style/search.png) no-repeat right top;
}

#initsearch:hover {
  position: absolute;
  right: 15px;
  width: 240px;
  height: 125px;
  background: transparent url(/media/res/style/search.png) no-repeat right top;
  z-index: 200;
}

.mobilemeta .navbar-form {
  margin-left: 0;
  margin-right: 0;
  width: 180px;
  padding: 4px 10px;
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 0;
  margin-bottom: 0;
}

textarea.form-control {
  height: auto;
  min-height: 120px;
}

.mobilemeta .form-control {
  display: block;
  float: right;
  width: 90%;
  height: 1.6em;
  padding: 4px 6px;
  margin-right: 5px;  
  margin-top: -2px;
  font-size: 0.95em;
  font-weight: normal;
  line-height: 1.428571429;
  color: #d9d9d9;
  vertical-align: middle;
  background-color: #FFF;
  background-image: none;
  border-left: 1px solid #85AD21;
  border-right: 1px solid #85AD21;
  border-top: 0;
  border-bottom: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#initsearch .navbar-form {
  position: absolute;  
  top: 24px;
  right: 0;
  width: 100%;
  height: auto;
  padding: 9px;
  background-color: #85AD21;
}

#initsearch .navbar-form .navbar-caret {
  margin-left: 88%;
  margin-top: -17px;
}

#initsearch .form-control,
#initsearch button {
  float: left;
  margin: 0 3px;
}

#initsearch .form-control {
  width: 96%;
}

.tx-indexedsearch {
  padding: 20px;
}

.tx-indexedsearch legend {
  display: none;
}

.tx-indexedsearch-res {

}

.tx-indexedsearch-res div.tx-indexedsearch-res-inner {
    margin: 5px 0;
    padding: 7px;
    clear:both;
}

dl.tx-indexedsearch-info dt,
dl.tx-indexedsearch-info dd {
    float: left;
    padding: 2px 5px 2px 0;
}

dd.tx-indexedsearch-text-item-size,
dd.tx-indexedsearch-text-item-crdate,
dd.tx-indexedsearch-text-item-mtime {
    width: 20%;
}

.tx-indexedsearch-res h3 {
    font-size: 1.3em;
    padding-top: 5px !important;
    line-height: 1.2em !important;
}

div.tx-indexedsearch-form,
div.tx-indexedsearch-submit {
    float: left;
}

div.tx-indexedsearch-searchbox {
    padding: 25px;
    margin: 0 0 30px 0;
    background: #85AD21;
    color: #fff;
}

span.tx-indexedsearch-title a { 
    display: inline; 
    padding-bottom: 2px;
}

.tx-indexedsearch-percent {
    float: right;
    font-weight: normal;
    font-size: 0.8em;
    color: #85AD21;
}

.tx-indexedsearch-browsebox {
  float: left;
  width: 100%;
  overflow: hidden;
}

ul.browsebox {
  list-style: none;
  float: left;
  position: relative;
  left: 50%;
  margin: 0 auto;
}

ul.browsebox li {
  float: left;
  position: relative; 
  right: 50%;
}

ul.browsebox li {
  width: auto;
  padding: 0 2em;
}

/*** Map ***/

#mapbox {
  position: relative;
}

#mapbox > .contentheader {
  height: auto;
  background-color: rgba(0,118,173,1.0);
  /*position: absolute;*/
  /*z-index: 20000;*/
  /*margin-bottom: -50px;*/
}

#map_canvas {
  width: 100%;
  height: 500px;
}

/*** FORMS ***/

.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 15px;
}

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #FFF;
  background-image: none;
  border: 1px solid #b9b9b9;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

label {
  font-weight: normal;
}

.formlabel {
  display: none;
}

div#recaptcha_image {
  background-color: #fff;
      padding: 0;
      margin-bottom: 10px;
}

.recaptcha_only_if_image {
  color: #b9b9b9;
  font-size: 0.9em;
}

a.reload {
  display: block; 
  float: left;
  padding: 2px 4px 0 4px;
  margin: 2px 4px 0 0;
  background-color: #c9c9c9;
}

.copyinfo {
  color: #b9b9b9;
}

/*** MISC ***/

span.totop {
  background: transparent url(/media/res/style/up.png) no-repeat center center;
  border: 0;
  height: 11px;
  width: 11px;
  padding: 0;
  margin: 2px 5px;
  cursor: pointer;
}

span.uparrow {
  border: 4px solid #85AD21;
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
  float: right;
  font-size: 0;
  line-height: 0;
  height: 0;
  padding: 0;
  padding-top: 5px;
  margin: 0;
  cursor: pointer;
}

.panel-title a.accordion-toggle span.uparrow {
  border: 4px solid #0076ad;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
  float: right;
  font-size: 0;
  line-height: 0;
  height: 0;
  padding: 0;
  margin: 5px 0 0 0;
  cursor: pointer;
}

.panel-title a.accordion-toggle.toggled span.uparrow {
  border: 4px solid #0076ad;
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
  float: right;
  font-size: 0;
  line-height: 0;
  height: 0;
  padding: 0;
  margin: 0 0 0 0;
  cursor: pointer;
}

/*** LAYOUTS ONEPAGER SECTIONS ***/

.contentbox > .contentbox-0 {
  height: 100%;
  width: 33.3334%;
  background-color: rgba(0,32,82,0.5);
  padding: 15px 65px;
}

.contentbox > .contentbox-1 {
  height: 100%;
  width: 85%;
  padding: 15px 65px;
}

.contentbox > .contentbox-0 a,
.contentbox > .contentbox-1 a {
  color: #85AD21;
}

.contentbox > .contentbox-2 {
  height: 100%;
  width: 100%;
  padding: 0;
  margin-top: -55px;
}

.contentbox > .contentbox-2 {
  background-color: #666;
}

.contentbox > .contentbox-2 .contentitem,
.contentbox > .contentbox-2 .tx-ttaddress {
  height: 100%;
}

h1,h3 {
  color: #0076ad;
  font-size: 1.2em;
}

h4 {
  color: #0076ad;
  font-size: 1.0em;
  font-weight: bold;
}

h1.pagesection,
h1.pagetop,
h1.headtop {
  position: relative;
  z-index: 2;
  width: 33.3334%;
  color: #fff;
  background-color: rgba(0,118,173,0.75);
  margin: 0;
  padding: 1em 1em 1em 65px;
}

#skrollr-body .contentbox h1 {
  color: #fff;
}

h1.pagetop {
  width: 100%;
}

h1.headtop {
  width: auto;
  margin-left: 0;
  margin-bottom: 20px;
  padding: 1em 1em 1em 45px;
}

.head-content {
  padding: 0 100px 30px 45px;
}

.head {
  position: relative;
  width: 33.3334%; 
  height: 50%; 
  float: left;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  border: 0;
}

.head:hover {
  opacity: 0.9;
}

.head > a {
  position: relative;
  display: block;
  height: 100%;
  text-decoration: none;
  color: #fff;
}

.head > p {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  color: #fff;
  width: 100%;
  line-height: 2.8em;
  padding-left: 15%;
  background-color: rgba(0,0,0,0.6);
}

.head-data {
  color: #0076ad;
}

.link2vcard {
  width: 27px;
  height: 23px;
}

.link2vcard a {
  display: block;
  width: 27px;
  height: 17px;
  background: transparent url(/media/res/style/vcard.png) no-repeat left top;
}

.link2vcard a:hover {
  background-position: left -27px;
}

#skrollr-body .tx-typoscript2ce,
.flexslider,
.flex-viewport,
.flexslider .slides,
.flexslider li {
  height: 100%;
}

/* Special Flexslider Heads in Subpage */

#c83 > .tx-typoscript2ce {
  /* height: 848px; */
  float: left;
  width: 100%;
  background-color: #666;
}

#c83 > .tx-typoscript2ce .head,
#c573 > .tx-typoscript2ce .head{
  height: 424px;
}

/*** Bootstrap ***/

.panel-default {
  border-color: #0076ad !important;
}
.panel-default > .panel-heading {
  color: #0076ad;
  background-color: #FFF;
  border-color: #0076ad !important;
}

.panel-title {
  font-size: 1.2em;
  font-weight: normal;
}

.panel,
.panel-group .panel {
  border-radius: 0 !important;
}

/* Hide Header from CE */
.panel-body .contentitem > header.csc-header {
  display: none;
}

/*** NEWS ***/

.news-nav-nextprev {
  border-bottom: 1px solid #85AD21;
  padding: 15px 0;  
  margin-bottom: 15px;
  float: left;
  width: 100%;
}

.newsprev, .newsnext, .newsoverview {
  display: block;
  float: left;
  width: 33.333%;
  min-height: 20px;
}

.newsoverview {
  text-align: center;
}

.newsprev {
  text-align: right;
}

.newsprev a, .newsnext a, .newsoverview a, .news-single-backlink a {
  color: #B9B9B9;
}

.newsprev a {
  padding-right: 17px;
  background: transparent url(/media/res/style/right.png) no-repeat right center;
}

.newsnext a,
.news-single-backlink a {
  padding-left: 17px;
  background: transparent url(/media/res/style/left.png) no-repeat left center;
}

.news-single-img {
  float: right;
  padding: 0;
  margin-left: 15px;
  max-width: 295px;
}

.news-single-img img {
  margin: 0 0 15px 0;
  max-width: 100%;
}

#skrollr-body .news-list-item {
  margin-bottom: 25px;
}

.news-list-item {
  margin-bottom: 25px;
}

.news-list-item h1 {
  margin-top: 5px;
  margin-bottom: 5px;
}

#skrollr-body .news-list-item h1,
.sidebar-box .news-list-item h1 {
  color: #fff;
  font-size: 1.0em;
  line-height: 1.5em;
  margin-top: 0;
  margin-bottom: 0;
}

.sidebar-box .news-list-item h1 {
  color: #0076AD;
}

.news-list-date,
.news-list-item a,
.news-single-rightbox {
  color: #85ad21;
}

.news-single-item h2 {
  font-size: 1.0em;  
  line-height: 1.3em;
  color: #0076AD;
}

.showResultsWrap {
  color: #B9B9B9;
  text-align: center;  
  font-size: 0.9em;
  margin-bottom: -22px;
}

span.activeLinkWrap {
  display: none;
}

.browseLinksWrap {
  text-align: right;
}

.browseLinksWrap span {
  display: none;
}

.browseLinksWrap a:nth-child(2),
.browseLinksWrap a:first-child {
  float: left;
  margin-right: 20px;
}

.browseLinksWrap a:nth-last-child(2),
.browseLinksWrap a:last-child {
  margin-left: 20px;
  margin-right: 0;
}

/*** Button ***/

.btn {
  padding: 4px;
  margin: 3px;
  font-size: 12px;
}
.btn-success {
  color: #FFF;
  background-color: #85AD21;
  border-color: #85AD21;
}

.btn-primary {
  color: #FFF;
  background-color: #0076AD;
  border-color: #0076AD;
}

/*** HELPER ***/

.nopadd {
  padding: 0 !important;
}

.nomarg {
  margin: 0 !important;
}

.disabled  {
  display: none;
}

/* Claim */

#skrollr-body #contentbody {
  position: relative;
}

#claim {
  position: absolute;
  top: 120px;
  right: 6.5%;
  font-size: 1.2em;
  color: #fff;
  white-space: nowrap;    
  z-index: 1;
}

/* Gadget */

#gadget {
  position: absolute;
  top: -530px;
  left: 57.5%;
  width: 170px;
  text-align: center;    
  z-index: 1033;
}

.shariff {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .shariff .orientation-horizontal li {
        min-width: 70px;
        max-width: 85px;
  }
}

@media only screen and (max-width: 767px) {
  .shariff .orientation-horizontal li {
        min-width: 30px;
        max-width: 40px;
  }
}

@media (max-width:480px) {
  #gadget {
    left: 46%;
  }
}
  
#gadegt_inner {
  position: relative;
}  

#gadgetimg {
  display: block;
  position: relative;    
  z-index: 2;
  bottom: 0;
  margin: auto;
}
  
#greetings {
  position: relative;
  z-index: 1;
  margin-top: -25px;
  bottom: 0;
  max-width: 170px;
  padding: 30px 10px 20px 10px;
  background: #fff;
  text-align: center;
    
  -webkit-box-shadow: 0px 10px 25px 10px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 10px 25px 10px rgba(0,0,0,0.4);
  box-shadow: 0px 10px 25px 10px rgba(0,0,0,0.4); 
}
#greetings a {
  color: #85AD21;
  text-decoration: underline;
}
#greetings a:hover {
  text-decoration: none;
}
#gadgetclose {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.quotations {
  padding: 0 30px 20px 30px;
}

.quotations h3 {
  
}

/* Stoerer */

#contentbody > div.clearfix {
  position: relative;
}

#stoerer {
  position: absolute; 
  top: 20px; 
  right: 20px; 
  width: 30%; 
  max-width: 350px;
  padding: 10px; 
  background: #85AD21; 
  font-size: 1.1em;
  color: #fff;
}

#stoerer > a {
  color: #fff;
}


@media (max-width: 767px) {
  #stoerer {
    font-size: 1.0em;
  }
  #claim {
    display: none;
  }
}

@media (max-width:480px) {
  #stoerer {
    position: static;
    margin: -15px -35px 0 -35px;
    width: 125%;
    max-width: 480px;
    font-size: 1.0em;
  }
  .contentbox-0 > .contentitem {
    margin-top: 40px;
  }
}

.gallery p.bodytext {
  margin-left: 30px;
  margin-right: 30px;
}

.galbox {
      position: relative;
      width: 100%;
      height: auto;
      float: left;
      border: 0;
}

.galbox a {
  display: block;
  float: left;
  height: 250px;
  width: 33.1334%;
  margin: 0.1000%;
  background-color: #f1f1f1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

h3.galheader {
  padding: 15px 30px;
  margin: 0;
  color: rgba(0,118,173,1.0);
}

.gallery h1:first-child  {
  padding: 15px 30px;
  margin: 0;
  color: #fff;
  background-color: rgba(0,118,173,1.0);
}

@media (max-width: 979px) {
  .galbox a {
    height: 200px;
  }
}

@media (max-width: 767px) {
  .galbox a {
    width: 49.8%;
    height: 230px;
  }
}

@media (max-width: 480px) {
  .galbox a {
    width: 49.8%;
    height: 160px;
  }
  .gallery p.bodytext {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.fancybox-title-float-wrap {
  top: -40px !important;
  bottom: auto !important;
  font-weight: bold !important;
}

.fancybox-title-float-wrap .child {
  background: transparent !important;
}

/*** DEBUG & TEST ***/

.debug {
  position: absolute;  
  display: none;
  z-index: 2000;
  left: 10px;
  top: 24px;
  width: 100px;
  border: 2px solid #e0dfda;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px; 
  -webkit-box-shadow: 0px 2px 3px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 3px 2px rgba(0, 0, 0, 0.5);
}


#vp480,
#vp800,
#vp8001024,
#vp10241280,
#vp1280 {
  display: none;
  font-weight: 600;
  font-size: 0.9em;
  border-bottom: #000;
  background-color: rgba(252,252,252,.47); 
  text-align: center;
  padding: 5px;
}

@media (max-width: 767px) { 
  #vp800 { display: block; }
}

@media (min-width: 768px) and (max-width: 979px) { 
  #vp8001024 { display: block; }
}

@media (min-width: 1200px) { 
  #vp1280 { display: block; }
  #vp10241280 { display: none !important; }
}

@media (max-width: 480px) { 
  #vp480 { display: block; }
  #vp800 { display: none; }
}

@media (min-width: 980px) { 
  #vp10241280 { display: block; }
}
.xmas {
  display: none;
}

.cc_container .cc_btn, .cc_container .cc_btn:visited,
.cc_container .cc_btn:hover, .cc_container .cc_btn:active {
  background-color: #0076ad !important;
  color: #fff !important;
}
.cc_container .cc_logo {
  display: none !important;
}
