/* MILKBOX */
@font-face {
  font-family: 'Christopherhand';
  src: url('fonts/Christopherhand.eot');
  src: url('fonts/Christopherhand.eot?#iefix') format('embedded-opentype'), url('fonts/Christopherhand.woff') format('woff'), url('fonts/Christopherhand.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
body {
  background-size: cover;
  background-position: center center;
  min-width: 800px;
}
* {
  font-family: Verdana, Arial;
}
#mbOverlay {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #000;
  /* set the Milkbox overlay color // opacity: see the js options */
  z-index: 1000;
  cursor: pointer;
}
#mbCenter {
  /* for default width and height, see the js options */
  position: absolute;
  z-index: 1001;
  overflow: hidden;
  left: 50%;
  top: 10%;
  /* overwritten in the js options to properly position the milkbox when activated in a scrolled window */
  background-color: #fff;
  /* set the Milkbox background color */
  border: 5px solid #fff;
  /* set the Milkbox border */
  margin: 0;
  padding: 5px;
  /* set the Milkbox padding */
}
.mbLoading {
  background: #fff url(/layout/loading.gif) no-repeat center;
}
/* IMAGE: loading gif */
#mbCanvas {
  margin: 0;
  padding: 0;
  height: 0;
  border: none;
  font-size: 0;
  overflow: hidden;
}
.mbClear {
  clear: both;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 0;
  overflow: hidden;
}
/* *** BOTTOM *** */
#mbBottom {
  /* set text options */
  font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
  font-size: 10px;
  color: #666;
  line-height: 1.4em;
  text-align: left;
  padding-top: 8px;
  margin: 0;
}
/* navigation */
/* be careful if you change buttons dimensions */
#mbNavigation {
  float: right;
  width: 27px;
  padding-top: 3px;
  border-left: 1px solid #9c9c9c;
  /* set nav border */
}
#mbCount {
  width: 55px;
  overflow: hidden;
  padding-top: 1px;
  float: right;
  text-align: right;
  font-size: 9px;
  /* count font size */
}
#mbCloseLink,
#mbPrevLink,
#mbNextLink,
#mbPlayPause {
  outline: none;
  display: block;
  float: right;
  height: 19px;
  cursor: pointer;
}
#mbPrevLink,
#mbNextLink {
  width: 15px;
}
#mbPrevLink {
  background: transparent url(/layout/mbprev.gif) no-repeat;
}
/* IMAGE: prev */
#mbNextLink {
  background: transparent url(/layout/mbnext.gif) no-repeat;
}
/* IMAGE: next */
#mbPlayPause {
  width: 13px;
}
#mbPlayPause {
  background: transparent url(/layout/play-pause.gif) no-repeat;
}
/* IMAGE: prev */
/* NOTE: doesn't work in ie6, so, just see the js options :) */
a#mbPrevLink:hover,
a#mbNextLink:hover,
a#mbCloseLink:hover,
a#mbPlayPause:hover {
  background-position: 0 -22px;
}
#mbCloseLink {
  width: 17px;
  background: transparent url(/layout/close.gif) no-repeat;
  /* IMAGE: close */
}
/* description */
#mbDescription {
  margin-right: 27px;
  padding: 0px 10px 0 0;
  font-weight: normal;
  text-align: justify;
}
a {
  color: #1f5e99;
  text-decoration: none;
}
a:hover {
  color: #16446f;
}
.navi a:link {
  color: #000000;
  font-family: verdana, arial;
  font-size: 11px;
}
.navi a:visited {
  color: #000000;
  font-family: verdana, arial;
  font-size: 11px;
}
.navi a:active {
  color: #000000;
  font-family: verdana, arial;
  font-size: 11px;
}
.navi a:hover {
  color: #8b8b8b;
  font-family: verdana, arial;
  font-size: 11px;
}
.navisite a:link {
  color: #000000;
  font-family: verdana, arial;
  font-size: 11px;
}
.navisite a:visited {
  color: #000000;
  font-family: verdana, arial;
  font-size: 11px;
}
.navisite a:active {
  color: #000000;
  font-family: verdana, arial;
  font-size: 11px;
}
.navisite a:hover {
  color: #000000;
  font-family: verdana, arial;
  font-size: 11px;
  background-color: #f27e0c;
}
.wnavi a:link {
  color: #ffffff;
  font-family: verdana, arial;
  font-size: 11px;
}
.wnavi a:visited {
  color: #ffffff;
  font-family: verdana, arial;
  font-size: 11px;
}
.wnavi a:active {
  color: #ffffff;
  font-family: verdana, arial;
  font-size: 11px;
}
.wnavi a:hover {
  color: #e1e1e1;
  font-family: verdana, arial;
  font-size: 11px;
}
.wwnavi a:link {
  color: #ffffff;
  font-family: verdana, arial;
  font-size: 11px;
}
.wwnavi a:visited {
  color: #ffffff;
  font-family: verdana, arial;
  font-size: 11px;
}
.wwnavi a:active {
  color: #ffffff;
  font-family: verdana, arial;
  font-size: 11px;
}
.wwnavi a:hover {
  color: #000000;
  font-family: verdana, arial;
  font-size: 11px;
}
.inavi a:link {
  color: #000000;
  font-family: verdana, arial;
  font-size: 10px;
}
.inavi a:visited {
  color: #000000;
  font-family: verdana, arial;
  font-size: 10px;
}
.inavi a:active {
  color: #000000;
  font-family: verdana, arial;
  font-size: 10px;
}
.inavi a:hover {
  color: #E87300;
  font-family: verdana, arial;
  font-size: 10px;
}
.rundflug {
  border: 1px solid #cccccc;
  text-align: left;
}
.typo,
.typobold,
.question,
.answer,
li {
  font-family: verdana, arial;
  font-size: 11px;
  line-height: 18px;
}
.typobold {
  font-weight: bold;
}
.question {
  padding-bottom: 5px;
  padding-top: 5px;
  font-weight: bold;
}
.answer {
  padding-left: 10px;
  padding-bottom: 5px;
  padding-top: 5px;
  font-style: italic;
}
.mini {
  font-family: verdana, arial;
  font-size: 10px;
  line-height: 16px;
}
.inavi {
  font-family: verdana, arial;
  font-size: 10px;
  line-height: 16px;
}
.headblack {
  font-family: verdana, arial;
  color: #000000;
  font-size: 11px;
  line-height: 18px;
  font-weight: bold;
}
.headwhite {
  font-family: verdana, arial;
  color: #ffffff;
  font-size: 11px;
  line-height: 18px;
  font-weight: bold;
}
.frei {
  height: 100px;
  width: 100px;
  border-top: 10px #00B504 solid;
  border-right: 1px #00B504 solid;
  border-bottom: 1px #F27E0C solid;
  border-left: 1px #00B504 solid;
}
.unfrei {
  height: 100px;
  width: 100px;
  border-top: 10px #FF0A0A solid;
  border-right: 1px #FF0A0A solid;
  border-bottom: 1px #F27E0C solid;
  border-left: 1px #FF0A0A solid;
}
.warten {
  height: 100px;
  width: 100px;
  border-top: 10px #FFC700 solid;
  border-right: 1px #FFC700 solid;
  border-bottom: 1px #F27E0C solid;
  border-left: 1px #FFC700 solid;
}
.formmini {
  width: 108px;
  font-family: Verdana;
  font-size: 10px;
  color: #333333;
  border-top: 0px;
  background-color: #e1e1e1;
  padding-right: 5px;
  padding-left: 5px;
  border-right: 0px;
  border-bottom: 0px;
  border-left: 0px;
  background-image: url(../layout/formback.gif);
}
.formmaxi {
  width: 200px;
  font-family: Verdana;
  font-size: 10px;
  color: #333333;
  border-top: 0px;
  background-color: #E0DFE3;
  padding-right: 5px;
  padding-left: 5px;
  border-right: 0px;
  border-bottom: 0px;
  border-left: 0px;
}
.form {
  font-family: Verdana;
  font-size: 10px;
  color: #333333;
  border-top: 0px;
  background-color: #e1e1e1;
  padding-right: 5px;
  padding-left: 5px;
  border-right: 0px;
  border-bottom: 0px;
  border-left: 0px;
}
.formmaxifehler {
  width: 200px;
  font-family: Verdana;
  font-size: 10px;
  color: #333333;
  background-color: #e1e1e1;
  padding-right: 5px;
  padding-left: 5px;
  border-top: 1px red solid;
  border-right: 1px red solid;
  border-bottom: 1px red solid;
  border-left: 1px red solid;
}
.formfehler {
  font-family: Verdana;
  font-size: 10px;
  color: #333333;
  background-color: #e1e1e1;
  padding-right: 5px;
  padding-left: 5px;
  border-top: 1px red solid;
  border-right: 1px red solid;
  border-bottom: 1px red solid;
  border-left: 1px red solid;
}
.formbrowse {
  width: 435px;
  font-family: Verdana;
  font-size: 10px;
  color: #333333;
  border-top: 0px;
  background-color: #e1e1e1;
  padding-right: 5px;
  padding-left: 5px;
  border-right: 0px;
  border-bottom: 0px;
  border-left: 0px;
}
.select {
  font-family: Verdana;
  font-size: 10px;
  color: #333333;
  background-color: #e1e1e1;
  padding-right: 5px;
  padding-left: 5px;
  border-top: 0px solid;
  border-right: 0px solid;
  border-bottom: 0px solid;
  border-left: 0px solid;
}
.selectfehler {
  font-family: Verdana;
  font-size: 10px;
  color: #333333;
  border-top: 0px;
  background-color: red;
  padding-right: 5px;
  padding-left: 5px;
}
.formsuch {
  width: 108px;
  font-family: Verdana;
  font-size: 10px;
  color: #333333;
  border-top: 0px;
  background-color: #E0DFE3;
  padding-right: 5px;
  padding-left: 5px;
  border-right: 0px;
  border-bottom: 0px;
  border-left: 0px;
}
.formlog {
  width: 108px;
  font-family: Verdana;
  font-size: 10px;
  color: #333333;
  border-top: 0px;
  background-color: #E0DFE3;
  padding-right: 5px;
  padding-left: 5px;
  border-right: 0px;
  border-bottom: 0px;
  border-left: 0px;
}
BODY {
  scrollbar-DarkShadow-Color: #b9b9b9;
  scrollbar-Face-Color: #b9b9b9;
  scrollbar-Shadow-Color: #e1e1e1;
  scrollbar-Highlight-Color: #e1e1e1;
  scrollbar-Track-Color: #e1e1e1;
  scrollbar-3dLight-Color: #b9b9b9;
  scrollbar-Arrow-Color: #000000;
  text-align: center;
  background-color: #F7EEDB;
}
#infoblock {
  visibility: hidden;
}
h1.entry-title {
  color: #595a5d;
  font-family: arial, sans serif;
  font-size: 14px;
  font-weight: bold;
  margin-left: 120px;
  line-height: 8px;
}
.menu_off,
.menu_on {
  cursor: pointer;
  cursor: hand;
  width: 140px;
  height: 17px;
  background-image: url(/layout/but_off.png);
  font-family: arial;
  color: #fff;
  font-size: 11px;
  margin-bottom: 7px;
}
.menu_on {
  background-image: url(/layout/but_on.png);
}
#topbar {
  background-color: #ead3a5;
  height: 27px;
  width: 100%;
  position: fixed;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}
#cnt {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  position: relative;
  top: 0;
  width: 762px;
  background-color: rgba(255, 255, 255, 0.9);
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  min-height: 500px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}
#menu {
  position: absolute;
  z-index: 200;
  top: 30px;
  left: 50%;
  margin-left: -392px;
}
#sky {
  background-image: url(images/sky_new.jpg);
  width: 762px;
  height: 90px;
  text-align: center;
}
#logo {
  margin-left: 120px;
}
#logo img {
  margin-top: 10px;
}
#titlebar {
  background-color: #dfe2e8;
  width: 762px;
  height: 27px;
  overflow: hidden;
  line-heigt: 1px;
  text-align: center;
}
#cont {
  margin-left: 120px;
  overflow: auto;
  padding-bottom: 50px;
  /*overflow-y:auto;
	overflow-x:hidden;
	height:100%*/
}
.menutext {
  height: 17px;
  padding-top: 2px;
  margin-left: 15px;
  margin-top: 2px;
}
#content_main {
  width: 590px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 10px;
}
.pctbox,
.charterbox {
  background-color: #eee;
  width: 540px;
  margin-bottom: 20px;
  min-height: 184px;
}
.pctbox_imgdiv,
.charterbox_imgdiv {
  width: 191px;
  height: 184px;
  float: left;
}
.pctbox_txtdiv,
.charterbox_txtdiv {
  margin-left: 206px;
  margin-top: 10px;
  text-align: left;
  font-style: italic;
  padding: 5px;
}
.charterbox {
  min-height: 120px;
  margin-bottom: 0;
}
.charterbox_imgdiv {
  width: 200px;
  height: 120px;
}
.charterbox_txtdiv {
  margin-left: 210px;
  margin-top: 0;
}
.infobox {
  border: 1px solid #cccccc;
  text-align: left;
  margin-bottom: 20px;
  width: 540px;
}
.infobox_head {
  padding: 5px;
  background: #f4f5f6;
  font-weight: bold;
}
.infobox_txt,
.infobox_form {
  padding: 5px;
}
.infobox_infolink {
  text-align: center;
  cursor: pointer;
  cursor: hand;
  padding: 5px;
  background: #f4f5f6;
  font-weight: bold;
}
.pctbox2 {
  width: 540px;
}
.pctbox2pic,
.pctbox2piclast {
  width: 150px;
  background-color: #DFE2E8;
  float: left;
  margin-bottom: 20px;
}
.pctbox2pic {
  margin-right: 45px;
}
.block {
  width: 540px;
  text-align: left;
  margin-bottom: 20px;
}
.grey {
  background-color: #eee;
}
table.images td.video {
  position: relative;
}
table.images td.video:after {
  position: absolute;
  background-image: url('../layout/play.svg');
  height: 40px;
  width: 40px;
  top: 30px;
  left: 30px;
  content: "";
  pointer-events: none;
}
.gutscheinbox {
  width: 170px;
  height: 250px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  position: relative;
  float: left;
  margin-right: 16px;
  cursor: pointer;
}
.gutscheinbox:hover {
  border: 1px solid #ead3a5;
}
.gutscheinbox:last-child {
  margin-right: 0;
}
.gutscheinbox .orderNow {
  position: absolute;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  font-family: verdana, arial;
  font-size: 14px;
  line-height: 50px;
  color: #000;
}
.gutscheinbox .gutscheinHead {
  position: absolute;
  top: 10px;
  left: 10px;
  text-align: left;
  right: 10px;
  font-family: verdana, arial;
  font-weight: bold;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  font-size: 20px;
  color: #ff0000;
}
.gutscheinbox .gutscheinTitle {
  position: absolute;
  top: 50px;
  left: 10px;
  text-align: left;
  right: 10px;
  font-family: verdana, arial;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  font-size: 18px;
  color: #ff0000;
}
.gutscheinbox .gutscheinPrice {
  position: absolute;
  bottom: 60px;
  left: 10px;
  text-align: left;
  right: 10px;
  font-family: verdana, arial;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  font-size: 24px;
  color: #ff0000;
}
.formFieldBox {
  margin: 10px;
}
.formFieldBox.checkOK {
  background-image: url('../layout/tick.svg');
  background-repeat: no-repeat;
  background-position: 410px;
}
.formFieldBox input[type="text"] {
  height: 25px;
  width: 400px;
  margin: 0;
  border: 1px solid #999;
  box-sizing: border-box;
  padding-left: 10px;
}
.formFieldBox input[type="text"][name="plz"] {
  width: 90px;
  margin-right: 6px;
}
.formFieldBox input[type="text"][name="ort"] {
  width: 300px;
}
#scrollArea {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  overflow-y: auto;
}
#bgimg {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
#bgimg[data-random="1"] {
  background-image: url(images/bg/14588402327_e4f67ecc2e_o.jpg);
}
#bgimg[data-random="2"] {
  background-image: url(images/bg/14771834391_c36175301b_o.jpg);
}
#bgimg[data-random="3"] {
  background-image: url(images/bg/14772550094_f257f69fb7_o.jpg);
}
#bgimg[data-random="4"] {
  background-image: url(images/bg/14774534972_fdacf75b0b_o.jpg);
}
#bgimg[data-random="5"] {
  background-image: url(images/bg/14774871565_207b3a36dd_o.jpg);
}
#bgimg[data-random="6"] {
  background-image: url(images/bg/14794865873_d64850b72e_o.jpg);
}
td.photo > div {
  position: relative;
}
td.photo > div:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: black;
  opacity: 0;
  content: "";
  pointer-events: none;
  transition-timing-function: cubic-bezier(1, 0, 0, 0);
  transition-property: opacity;
  transition-duration: 200ms;
}
td.photo:hover > div:after {
  opacity: .2;
}
#cont .address {
  background-color: #dfe2e8;
  text-align: left;
  margin-left: 100px;
  margin-right: 100px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 5px;
}
#menu ul {
  margin-left: 0;
  padding-left: 0;
}
#menu li.menu-item-object-page {
  list-style-type: none;
  width: 140px;
  min-height: 17px;
  background-image: url(images/but_off.svg);
  background-repeat: no-repeat;
  background-position: top;
  font-family: arial;
  color: #fff;
  font-size: 11px;
  margin-bottom: 7px;
  /*&:hover,*/
}
#menu li.menu-item-object-page.new {
  background-image: url(images/but_off_new.svg);
}
#menu li.menu-item-object-page.current_page_item {
  background-image: url(images/but_on.svg);
}
#menu li.menu-item-object-page.current_page_item.new {
  background-image: url(images/but_on_new.svg);
}
#menu li.menu-item-object-page ul.sub-menu {
  display: none;
}
#menu li.menu-item-object-page ul.sub-menu li {
  margin-bottom: 0px;
  background-image: url(images/butsub_off.svg);
}
#menu li.menu-item-object-page ul.sub-menu li.current_page_item {
  background-image: url(images/butsub_on.svg);
}
#menu li.menu-item-object-page ul.sub-menu li a {
  margin-left: 25px;
  width: 110px;
}
#menu li.menu-item-object-page.current_page_item ul.sub-menu,
#menu li.menu-item-object-page.current_page_ancestor ul.sub-menu {
  display: block;
}
#menu li.menu-item-object-page a {
  display: inline-block;
  width: 120px;
  margin-left: 15px;
  color: #fff;
}
main {
  font-family: arial;
  font-size: 12px;
  line-height: 18px;
}
#cookie-notice {
  font-family: arial;
}
.responsiveMenuButton {
  display: none;
}
@media screen and (max-width: 762px) {
  .block {
    width: auto;
  }
  #menu {
    display: none;
  }
  body.menuOpen #menu {
    display: block;
    margin-left: 0;
    left: 0;
  }
  body.menuOpen #menu li.menu-item-object-page {
    padding-top: 5px;
    list-style-type: none;
    width: 100%;
    min-height: 24px;
    background-image: none;
    background-color: #95aec7;
    background-repeat: no-repeat;
    background-position: top;
    font-family: arial;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 0px;
    /*&:hover,*/
  }
  body.menuOpen #menu li.menu-item-object-page.new {
    background-image: none;
  }
  body.menuOpen #menu li.menu-item-object-page.current_page_item {
    background-image: none;
    background-color: #e0c38b;
  }
  body.menuOpen #menu li.menu-item-object-page.current_page_item.new {
    background-image: none;
  }
  body.menuOpen #menu li.menu-item-object-page ul.sub-menu {
    display: none;
  }
  body.menuOpen #menu li.menu-item-object-page ul.sub-menu li {
    box-sizing: border-box;
    margin-bottom: 0px;
    background-image: none;
    padding-top: 5px;
    background-color: #95aec7;
  }
  body.menuOpen #menu li.menu-item-object-page ul.sub-menu li.current_page_item {
    background-image: none;
    background-color: #e0c38b;
  }
  body.menuOpen #menu li.menu-item-object-page ul.sub-menu li a {
    margin-left: 25px;
    width: 100%;
  }
  body.menuOpen #menu li.menu-item-object-page.current_page_item ul.sub-menu,
  body.menuOpen #menu li.menu-item-object-page.current_page_ancestor ul.sub-menu {
    display: block;
  }
  body.menuOpen #menu li.menu-item-object-page a {
    display: inline-block;
    width: 100%;
    margin-left: 15px;
    margin-right: 15px;
    color: #fff;
  }
  #sky,
  #titlebar,
  #cnt,
  #content_main {
    width: 100%;
  }
  #titlebar h1 {
    margin-left: 0;
  }
  #logo,
  #cont {
    margin-left: 0;
  }
  #content_main {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }
  .pctbox {
    width: 100%;
    background-color: transparent;
  }
  .pctbox .pctbox_imgdiv {
    width: 100%;
    float: none;
    height: auto;
  }
  .pctbox .pctbox_imgdiv img {
    width: 100%;
  }
  .pctbox .pctbox_txtdiv {
    margin-left: 0;
    padding: 0;
  }
  .responsiveMenuButton {
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.8);
    padding: 5px;
    padding-left: 25px;
    border-radius: 5px;
    cursor: pointer;
    height: 20px;
    line-height: 20px;
    color: #595a5d;
    font-family: Arial;
    background-image: url('images/menu.svg');
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: 15px;
    user-select: none;
  }
}
.imagecontainer {
  display: flex;
}
.imagecontainer div:first-child {
  background: #ddd ;
  line-height: 0;
  max-width: 300px;
}
@media screen and (max-width: 600px) {
  .imagecontainer div:first-child img {
    max-width: 50vw;
    height: auto;
  }
}
.imagecontainer div:nth-child(2) {
  width: 100%;
  background: #ddd ;
  padding: 5px;
  font-style: italic;
  padding-left: 10px;
}
@media only screen and (max-width: 470px) {
  .tickera_additional_info input[type=text],
  .tickera_additional_info input[type=password],
  .tickera_additional_info input[type=email] {
    width: auto !important;
  }
}
.paypalOrderBox {
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 3px;
  background: #fff;
  background-image: url(images/gutschein.png);
  background-size: 75px;
  min-height: 64px;
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 85px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .paypalOrderBox {
    background-image: url(images/gutschein@2x.png);
  }
}
.tc-container .coupon-code input {
  height: 13px;
}
.tc-container .ticket-quantity .quantity {
  height: 22px;
}
.tc-container .tickera-button {
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: #1f5e99;
}
.tc-container .tickera-button:hover {
  background-color: #16446f;
}
.tc-container .tickera-checkout tbody tr td {
  padding-top: 0px;
  padding-bottom: 0px;
}
.tc-container .tickera-checkout tbody tr td.ticket-total-all {
  padding-bottom: 15px;
  padding-top: 15px;
}
.tc-container .tickera-checkout tr th {
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 12px;
}
.tc-container .ticket-total-all span {
  margin-bottom: 3px;
}
.tc-container span.cart_total_price_title,
.tc-container span.cart_total_price {
  font-size: 12px;
}
.tickera_additional_info .tickera_checkout {
  margin-top: 0px;
  background-color: #1f5e99;
}
.tickera_additional_info .tickera_checkout:hover {
  background-color: #16446f;
}
.tickera_additional_info .fields-wrap span {
  margin-bottom: 2px;
}
.tickera_additional_info h3 {
  font-size: 12px;
}
