h1,
.d1,
h2,
.d2,
h3,
.d3,
h4,
.d4,
h5,
.d5,
h6,
.d6 {
  color: #2e3438;
  font-weight: 600;
}
h1,
.d1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2,
.d2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3,
.d3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4,
.d4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5,
.d5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6,
.d6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
.row > .title h2,
.row > .title h3,
.row > .title h4,
.row > .title h5,
.row > .title .d2,
.row > .title .d3,
.row > .title .d4,
.row > .title .d5 {
  font-size: 1.9rem;
  text-align: center;
  position: relative;
  color: #2e3438;
  line-height: 1.2;
  margin: 0;
  padding: 18px 5px 20px;
  font-weight: 400;
  margin-bottom: 30px;
}
.row > .title h2 p,
.row > .title h3 p,
.row > .title h4 p,
.row > .title h5 p,
.row > .title .d2 p,
.row > .title .d3 p,
.row > .title .d4 p,
.row > .title .d5 p,
.row > .title h2:after,
.row > .title h3:after,
.row > .title h4:after,
.row > .title h5:after,
.row > .title .d2:after,
.row > .title .d3:after,
.row > .title .d4:after,
.row > .title .d5:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 34px;
  height: 2px;
  margin-left: -17px;
  background-color: #db231b;
}
.assetgallery header h1,
.article-head h1,
.row > .title h1 {
  color: #2e3438;
  line-height: 1.1;
  font-size: 3.2rem;
  text-align: center;
  margin-top: 0;
}
.article-head h1 small {
  color: #db231b;
  display: block;
  font-size: 1rem;
  padding: 0 1em 1em;
  text-transform: uppercase;
}
.ce-textpic.ce-intext .ce-bodytext h1:first-child,
.ce-textpic.ce-intext .ce-bodytext h2:first-child,
.ce-textpic.ce-intext .ce-bodytext h3:first-child,
.ce-textpic.ce-intext .ce-bodytext h4:first-child,
.ce-textpic.ce-intext .ce-bodytext h5:first-child,
.ce-textpic.ce-intext .ce-bodytext .d1:first-child,
.ce-textpic.ce-intext .ce-bodytext .d2:first-child,
.ce-textpic.ce-intext .ce-bodytext .d3:first-child,
.ce-textpic.ce-intext .ce-bodytext .d4:first-child,
.ce-textpic.ce-intext .ce-bodytext .d5:first-child {
  margin-top: 0;
}
.box-headline {
  font-weight: 600;
  color: #2e3438;
  font-size: 1.2em;
  line-height: 1.2;
}
.grid {
  display: block;
  flex-wrap: wrap;
}
.grid .col {
  -webkit-box-flex: 1 0;
  -ms-flex: 1 0;
  flex: 1 0;
  max-width: 100%;
}
@media (min-width: 48rem) {
  .row {
    margin: 0 -15px;
  }
  .col {
    padding: 0 15px;
  }
  .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
  }
  .grid-1 > .cols-1 {
    width: 100%;
    max-width: 100%;
  }
  .grid-1-1 > .cols-1 {
    width: 50%;
    max-width: 50%;
  }
  .grid-1-2 > .cols-1,
  .grid-2-1 > .cols-1,
  .grid-1-1-1 > .cols-1 {
    width: 33.33333%;
    max-width: 33.33333%;
  }
  .grid-1-2 > .cols-2,
  .grid-2-1 > .cols-2,
  .grid-1-1-1 > .cols-2 {
    width: 66.66666%;
    max-width: 66.66666%;
  }
  .grid-1-3 > .cols-1,
  .grid-3-1 > .cols-1,
  .grid-1-1-1-1 > .cols-1 {
    width: 25%;
    max-width: 25%;
  }
  .grid-1-3 > .cols-3,
  .grid-3-1 > .cols-3,
  .grid-1-1-1-1 > .cols-3 {
    width: 75%;
    max-width: 75%;
  }
  .grid-2-1-2 > .cols-1,
  .grid-3-2 > .cols-1,
  .grid-2-3 > .cols-1 {
    width: 20%;
    max-width: 20%;
  }
  .grid-2-1-2 > .cols-2,
  .grid-3-2 > .cols-2,
  .grid-2-3 > .cols-2 {
    width: 40%;
    max-width: 40%;
  }
  .grid-2-1-2 > .cols-3,
  .grid-3-2 > .cols-3,
  .grid-2-3 > .cols-3 {
    width: 60%;
    max-width: 60%;
  }
}
html {
  font-size: 20px;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #d6cdc0;
  margin: 1em 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  max-width: 100%;
  height: auto;
}
.img-responsive.unveil-lazy {
  width: 100%;
}
.img-responsive.unveil-lazy.unveil-loaded {
  width: auto;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
input {
  box-shadow: none;
  border-radius: 5px;
  border: 1px solid #e4e4e4;
  outline: none;
  padding: 0.5em 1em;
}
@media (min-width: 800px) {
  input[type=text],
  input[type=email] {
    min-width: 400px;
  }
}
body,
button,
input,
select,
textarea,
a {
/* Normal font-weight: 400 */
/* Semi-Bold font-weight: 600 */
/* Bold font-weight: 700 */
  font-family: 'freight-sans-pro', 'Open Sans', sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
}
body {
  font-size: 1rem;
  line-height: 1.6rem;
  color: #2e3438;
}
b,
strong,
.strong {
  font-weight: 600;
}
.cursor-grab {
  cursor: url("/typo3conf/ext/torr_lonelyplanet/Resources/Public/Images/Frontend/epic/grab.cur") 4 4, grab !important;
}
blockquote {
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding: 0.8em 0 0 0;
  text-align: center;
  margin: 0;
  font-size: 1em;
  font-weight: 400;
}
.clearfix:before,
.clearfix:after {
  content: " " /* 1 */;
  display: table /* 2 */;
}
.clearfix:after {
  clear: both;
}
.hidden {
  display: none;
}
a:not(.wrap-link):not(.button) {
  cursor: pointer;
  text-decoration: none;
  color: #0186cb;
  letter-spacing: 0.03em;
  text-decoration-skip: ink;
}
a:not(.wrap-link):not(.button):hover {
  text-decoration: underline;
  color: #0a4f9c;
}
a.wrap-link {
  text-decoration: none;
}
a.triangle {
  display: inline-block;
}
a.triangle br {
  display: none;
}
a.triangle:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: initial;
  content: '\f105';
  margin-left: 7px;
}
a.triangle.back:after {
  display: none;
}
a.triangle.back:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: initial;
  content: '\f104';
  margin-right: 7px;
}
a.upper {
  text-transform: uppercase;
}
.button {
  border: 2px solid #b3d4fc;
  color: #288ad6;
  background-color: #fff;
  display: inline-block;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0.375rem 2.05rem;
  line-height: 1.5;
  border-radius: 1.5rem;
  text-decoration: none;
  text-decoration-skip: none;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  max-width: 100%;
}
.button:hover {
  background-color: #288ad6;
  border-color: #288ad6;
  color: #fff;
  text-decoration: none;
}
#contentWrapper {
  position: relative;
}
.banner-wrapper {
  position: relative;
}
#wrapper > .row {
  margin: 30px auto 60px;
  max-width: 100%;
  width: 48rem;
}
#wrapper > .row.layout-500 {
  width: 100%;
}
#wrapper > .row.layout-500 .grid-1 .cols-1 {
  padding-left: 0;
  padding-right: 0;
}
#wrapper > .row.layout-500.gray-background {
  background-color: #f5f5f5;
}
#wrapper > .row.layout-510 {
  width: 72rem;
}
#wrapper > .row.layout-510.banner-wrapper {
  width: 73.5rem;
  margin-bottom: 30px;
}
#wrapper .frame-default.layout-0 {
  padding-bottom: 15px;
}
#wrapper .frame-default.layout-0 .ce-textpic.ce-intext .ce-bodytext > p:first-child {
  margin-top: 0;
}
@media (min-width: 49.5rem) {
  #wrapper > .row.layout-520 > .grid {
    margin: 0 -15px;
  }
  .button {
    white-space: nowrap;
  }
}
@media (min-width: 73.5rem) {
  #wrapper > .row.layout-0 > .grid,
  #wrapper > .row.layout-510 > .grid {
    margin: 0 -15px;
  }
}
.dim-page {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0.7;
  z-index: 3;
}
.equal-height {
  height: 100%;
}
.text-centered {
  text-align: center;
}
.m3d-ad-container-content {
  margin-bottom: 15px;
}
.m3d-ad-container-banner,
.m3d-ad-container-banner2 {
  justify-content: center;
  display: flex;
}
.m3d-ad-container-pubperform,
.m3d-ad-container-topmobile5 {
  justify-content: center;
  display: flex;
  margin-bottom: 30px;
}
.bannertag-160x600 {
  position: absolute;
  left: 100%;
}
.bannertag-728x90 {
  text-align: right;
}
header.header {
  width: 72rem;
  max-width: 100%;
  margin: 0 auto;
  padding: 10px;
  border-bottom: 1px solid #e4e4e4;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.8rem;
}
header.header > * {
  flex-grow: 1;
}
header.header .logo {
  background: transparent url("/typo3conf/ext/torr_lonelyplanet/Resources/Public/Images/Frontend/LP-Logo-Globe-BLUE.svg") 50% 50% no-repeat;
  background-size: 215.75757575757575px 30px;
  width: 215.75757575757575px;
  height: 30px;
}
header.header .logo h1,
header.header .logo a {
  margin: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -2000px;
}
header.header #search {
  position: relative;
}
header.header #search .btn-search,
header.header #search .btn-close {
  vertical-align: middle;
  background: transparent;
  border: none;
  color: #2e3438;
  font-size: 1.3em;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
header.header #search .btn-close {
  display: none;
  font-size: 2em;
  right: 0;
  margin-top: -4px;
  color: #7e838b;
  cursor: pointer;
}
header.header #search .search-field {
  display: none;
  border: none;
  padding: 0 3px 0 30px;
  width: 100%;
  height: 30px;
  background: transparent;
  color: #aaa;
  font-size: 1.3em;
  vertical-align: middle;
  outline: none;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
header.header #search .search-field:focus {
  color: #7e838b;
}
header.header .menu-toggle {
  cursor: pointer;
  text-align: right;
  color: #2e3438;
}
header.header .menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  max-width: 100%;
  width: 200px;
  padding: 35px 25px 15px;
  background-color: #fff;
  border-left: 1px solid #e4e4e4;
  box-shadow: -3px 0 13px rgba(0,0,0,0.5);
  z-index: 5;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
header.header .menus ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
header.header .menus .btn-close {
  position: absolute;
  font-size: 2em;
  right: 10px;
  top: 5px;
  color: #7e838b;
  cursor: pointer;
}
header.header .menus .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
header.header .menus .main li {
  padding: 5px 0;
}
header.header .menus .main li a {
  color: #2e3438;
  font-weight: 400;
  font-size: 1.1em;
}
header.header .menus .personalMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 5px;
  border-top: 1px solid #e4e4e4;
  padding-top: 15px;
}
header.header .menus .personalMenu li {
  padding: 5px 0;
}
header.header .menus .personalMenu li a {
  color: #2e3438;
  font-weight: 400;
  font-size: 1.1em;
}
header.header .menus .personalMenu li form input,
header.header .menus .personalMenu li form button {
  font-weight: 400;
  font-size: 1.1em;
  vertical-align: middle;
  background: transparent;
  border: none;
  color: #2e3438;
  padding: 0;
  text-decoration-skip: ink;
}
header.header .menus .personalMenu li form input:hover,
header.header .menus .personalMenu li form button:hover {
  text-decoration: underline;
}
header.header .menus .personalMenu li.user i {
  display: none;
}
header.header .menus .personalMenu li.user .userImage {
  box-shadow: 1px solid #f5f5f5;
}
header.header.menu-open .menus {
  right: 0;
}
header.header.search-open {
  z-index: 4;
  position: relative;
}
header.header.search-open #search {
  flex-basis: 100%;
  display: block;
}
header.header.search-open #search .search-field {
  display: block;
}
header.header.search-open #search .btn-close {
  display: block;
}
header.header.search-open > * {
  display: none;
}
header.header.home {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  background-color: transparent;
  border-bottom-color: rgba(0,0,0,0.2);
}
header.header.home .logo {
  background-image: url("/typo3conf/ext/torr_lonelyplanet/Resources/Public/Images/Frontend/LP-Logo-Globe-WHITE.svg");
}
header.header.home #search .btn-search,
header.header.home #search .btn-close,
header.header.home #search .search-field,
header.header.home #search .search-field:focus {
  color: #fff;
}
header.header.home .menu-toggle {
  color: #fff;
}
@media (min-width: 72rem) {
  header.header {
    padding: 10px 0;
  }
  header.header > * {
    -ms-flex-preferred-size: 38%;
    flex-basis: 38%;
  }
  header.header .menu-toggle {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
    position: relative;
    z-index: 4;
  }
  header.header .menu-toggle i {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  header.header .menu-toggle:hover:after {
    content: '';
    position: absolute;
    left: -60px;
    right: -10px;
    top: 90%;
    height: 25px;
  }
  header.header .logo {
    -ms-flex-preferred-size: 24%;
    flex-basis: 24%;
    background-size: 215.75757575757575px 30px;
    width: 215.75757575757575px;
    height: 30px;
    margin: 15px 0;
  }
  header.header #search .search-field {
    display: block;
  }
  header.header .menus {
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 0 25px 0 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
    z-index: 3;
    background-color: transparent;
    border-left: none;
    box-shadow: none;
  }
  header.header .menus .btn-close {
    display: none;
  }
  header.header .menus .menu {
    width: 100%;
  }
  header.header .menus .main {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  header.header .menus .main li {
    padding: 0 15px;
  }
  header.header .menus .main li a {
    font-weight: 600;
    font-size: 1em;
  }
  header.header .menus .personalMenu {
    display: none;
    margin-top: 8px;
    padding: 15px 25px;
    position: absolute;
    background-color: #fff;
    border: 4px solid #f5f5f5;
    min-width: 150px;
    right: -13px;
    top: 100%;
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 3px 7px rgba(0,0,0,0.2);
  }
  header.header .menus .personalMenu:before {
    content: '';
    border-style: solid;
    border-width: 0 10px 12px 10px;
    border-color: transparent transparent #f5f5f5 transparent;
    position: absolute;
    top: -16px;
    right: 5px;
  }
  header.header .menu-toggle:hover ~ .menus .personalMenu,
  header.header .menus .personalMenu:hover,
  header.header.menu-open .menus .personalMenu {
    display: block;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  header.header.home {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  header.header.home #search .search-field::-webkit-input-placeholder {
    color: #fff;
  }
  header.header.home #search .search-field:-moz-placeholder {
    color: #fff;
    opacity: 1;
  }
  header.header.home #search .search-field::-moz-placeholder {
    color: #fff;
    opacity: 1;
  }
  header.header.home #search .search-field:-ms-input-placeholder {
    color: #fff;
  }
  header.header.home #search .search-field::-ms-input-placeholder {
    color: #fff;
  }
  header.header.home .menu-toggle,
  header.header.home .menus .main li a {
    color: #fff;
  }
}
#footer {
  position: relative;
  background-color: #f5f5f5;
  font-size: 0.8rem;
}
#footer .footerContent {
  margin: 0 auto;
  width: 72rem;
  max-width: 100%;
  padding-top: 35px;
}
#footer .columnWrapper {
  padding: 0 0 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .columnWrapper .column {
  padding-left: 5px;
  padding-right: 5px;
}
#footer .columnWrapper .column.left {
  width: 70%;
}
#footer .columnWrapper .column.right {
  width: 30%;
}
#footer .columnWrapper .column.right ul {
  text-align: right;
}
#footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#footer ul.social-footer-bar {
  padding-top: 9px;
}
#footer ul.social-footer-bar a {
  font-size: 1.375em;
  padding-top: 5px;
}
#footer .international-dropdown {
  background-color: #fff;
  width: 213px;
  padding: 0.3em 0.6em;
  float: right;
  position: relative;
}
#footer .international-dropdown .dropdown-head {
  font-size: 1.2em;
  letter-spacing: 0.1em;
  display: block;
  position: relative;
  color: #3b444f;
}
#footer .international-dropdown .dropdown-head:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 6px 0 6px;
  border-color: #7e838b transparent transparent transparent;
  position: absolute;
  right: 0.64em;
  top: 0.5em;
}
#footer .international-dropdown .dropdown-head.open:after {
  border-width: 0 6px 9px 6px;
  border-color: transparent transparent #7e838b transparent;
}
#footer .international-dropdown .dropdown-head:hover {
  cursor: pointer;
}
#footer .international-dropdown .dropdown {
  padding: 0;
  height: auto;
  display: none;
  position: absolute;
  bottom: 100%;
  right: 0;
  background-color: #fff;
  border: 1px solid #dbe6ec;
}
#footer .international-dropdown .dropdown li {
  display: block;
  padding: 5px 20px;
  text-align: left;
  font-size: 1em;
}
#footer .international-dropdown .dropdown li a {
  margin: 0;
}
#footer li {
  display: inline-block;
}
#footer a {
  color: #3b444f;
  font-weight: 400;
  margin-right: 20px;
  font-size: 0.875em;
}
#footer .logo {
  background: transparent url("/typo3conf/ext/torr_lonelyplanet/Resources/Public/Images/Frontend/lp_logo_footer.svg") 0 0 no-repeat;
  background-size: 83px 41px;
  width: 83px;
  height: 41px;
  margin-right: 20px;
  vertical-align: middle;
}
@media (min-width: 72rem) {
  #footer .footerContent .row {
    margin: 0;
  }
}
.ui-menu.DestinationSelector {
  background: #fff;
  color: #565656;
  padding: 5px 0;
  margin: 0;
  box-shadow: 0 0 6.3px 2.7px rgba(188,177,164,0.22);
  border: 1px solid #bcb1a4;
  border: 1px solid rgba(188,177,164,0.42);
}
.ui-menu.DestinationSelector .ui-menu-item {
  overflow: hidden;
  padding: 5px 10px;
  margin: 0;
  background: #fff;
  border: none;
  color: #0186cb;
  max-width: 264px;
  width: auto;
}
.ui-menu.DestinationSelector .ui-menu-item a {
  margin: 0;
}
.ui-menu.DestinationSelector .ui-menu-item h5 {
  margin: 1px;
  line-height: 1rem;
  padding: 5px;
  border: none;
  font-size: 1.1rem;
  font-weight: 400;
  cursor: pointer;
  text-decoration: none;
  color: #0186cb;
  letter-spacing: 0.03em;
  text-decoration-skip: ink;
}
.ui-menu.DestinationSelector .ui-menu-item h5:hover {
  text-decoration: underline;
  color: #0a4f9c;
}
.ui-menu.DestinationSelector li.divider {
  margin: 5px 10px;
  padding: 5px 0;
  border-bottom: 1px solid #e8dfd5;
  border-top: 1px solid #e8dfd5;
}
.ui-menu.DestinationSelector li a img {
  float: left;
  padding: 3px;
  margin: 0 12px 0 0;
  border: 1px solid #ccc;
  background: #fff;
  height: 50px;
  width: 93px;
}
.ui-menu.DestinationSelector a.ui-state-hover h5 {
  color: #04608f;
  cursor: pointer;
  text-decoration: underline;
}
.lp-teaser,
.inspiration-teaser {
  font-size: 0.8rem;
}
.lp-teaser .headline,
.inspiration-teaser .headline {
  color: #2e3438;
  margin: 2em 0;
}
.lp-teaser .headline small,
.inspiration-teaser .headline small {
  color: #7e838b;
  text-transform: uppercase;
  display: block;
}
.lp-teaser .teaser-wrapper,
.inspiration-teaser .teaser-wrapper {
  text-align: center;
}
.lp-teaser .teaser-wrapper img,
.inspiration-teaser .teaser-wrapper img,
.lp-teaser .teaser-wrapper .image-wrapper,
.inspiration-teaser .teaser-wrapper .image-wrapper {
  cursor: pointer;
}
.lp-teaser .teaser-wrapper .teaser-text,
.inspiration-teaser .teaser-wrapper .teaser-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  height: 100%;
}
.lp-teaser .teaser-wrapper .teaser-text p,
.inspiration-teaser .teaser-wrapper .teaser-text p {
  color: #7e838b;
}
.lp-teaser .teaser-wrapper .teaser-text p:last-child,
.inspiration-teaser .teaser-wrapper .teaser-text p:last-child {
  -ms-flex-item-align: flex-end;
  align-self: flex-end;
  width: 100%;
}
.lp-teaser .teaser-wrapper .teaser-content .teaser-text,
.inspiration-teaser .teaser-wrapper .teaser-content .teaser-text {
  height: auto;
}
.lp-teaser {
  position: relative;
  border: 8px solid #f5f5f5;
  border-width: 8px 0;
}
.lp-teaser .ad-mark {
  position: absolute;
  top: 0;
  right: 5px;
}
.lp-teaser .teaser-wrapper {
  padding: 1.5em;
}
.lp-teaser.teaser-text-left .teaser-wrapper .teaser-text {
  text-align: left;
}
.grid-1-1-1-1 {
  counter-reset: teaser;
}
.grid-1-1-1-1 .inspiration-teaser {
  background-color: #f5f5f5;
  counter-increment: teaser;
}
.grid-1-1-1-1 .inspiration-teaser .image-wrapper {
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}
.grid-1-1-1-1 .inspiration-teaser .image-wrapper:after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  content: counter(teaser);
  text-align: center;
  line-height: 38px;
  margin-top: -19px;
  font-size: 1.3em;
  color: #333;
}
.grid-1-1-1-1 .inspiration-teaser .image-wrapper:before {
  position: absolute;
  top: 100%;
  left: 50%;
  height: 38px;
  width: 38px;
  margin-top: -19px;
  margin-left: -19px;
  display: block;
  content: '';
  background-color: #fff;
  border-radius: 6px;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.2);
}
.grid-1-1-1-1 .inspiration-teaser .teaser-content {
  padding: 1.5em;
}
.rssbox {
  padding: 15px;
  font-size: 0.8rem;
}
.rssbox .box-headline {
  display: block;
  color: #7e838b;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.2em;
  padding-bottom: 10px;
}
.rssbox ul {
  list-style-type: none;
  margin: 0;
  padding: 15px 0 0;
  border-top: 1px solid #f4f6fc;
}
.rssbox li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #f4f6fc;
}
.rssbox li a {
  color: #2e3438;
  font-weight: 600;
}
.rssbox li p {
  margin: 0;
  padding: 0;
  font-size: 0.8em;
  color: #b2b2b4;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1;
}
.rssbox .button {
  text-transform: uppercase;
  margin-top: 15px;
  font-size: 0.9em;
}
.frame-gallery-teaser {
  text-align: center;
  margin-bottom: 60px;
  padding: 0 15px;
  font-size: 0.8rem;
}
.frame-gallery-teaser .box-headline a {
  display: block;
  color: #7e838b;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.2em;
  padding-bottom: 15px;
}
.frame-gallery-teaser > a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9em;
}
.frame-gallery-teaser .thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-around;
  -ms-flex-pack: space-around;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.frame-gallery-teaser .thumb {
  display: block;
  height: 200px;
  width: 200px;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  z-index: 0;
}
.frame-gallery-teaser .thumb:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0;
  z-index: 2;
  will-change: opacity;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.frame-gallery-teaser .thumb:hover:before {
  opacity: 0.3;
}
.frame-gallery-teaser .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover';
  z-index: 1;
}
.frame-gallery-teaser .thumb .title {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  padding: 10px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.9);
  font-weight: 600;
  z-index: 3;
}
.frame-gallery-teaser .thumb .title:before {
  content: '';
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  height: 1px;
  background-color: rgba(255,255,255,0.6);
}
.frame-gallery-teaser .thumb .title:empty {
  display: none;
}
.traveller-teaser {
  display: block;
  margin: 0 auto;
  max-width: 72rem;
}
.traveller-teaser .teaser-images {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.traveller-teaser .teaser-images .center-helper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.traveller-teaser .teaser-images .center-helper img {
  -webkit-transform: translate(-10%, 0) rotate(-20deg);
  -moz-transform: translate(-10%, 0) rotate(-20deg);
  -ms-transform: translate(-10%, 0) rotate(-20deg);
  -o-transform: translate(-10%, 0) rotate(-20deg);
  transform: translate(-10%, 0) rotate(-20deg);
}
.traveller-teaser .teaser-images .center-helper:last-child {
  position: static;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  padding: 100px 15px;
}
.traveller-teaser .teaser-images .center-helper:last-child img {
  -webkit-transform: translate(10%, -5%) rotate(-5deg);
  -moz-transform: translate(10%, -5%) rotate(-5deg);
  -ms-transform: translate(10%, -5%) rotate(-5deg);
  -o-transform: translate(10%, -5%) rotate(-5deg);
  transform: translate(10%, -5%) rotate(-5deg);
}
.traveller-teaser .teaser-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 15px;
}
.traveller-teaser .headline {
  font-size: 2.4rem;
  color: #db231b;
  line-height: 1.2;
  margin: 0;
  padding: 20px 0 10px 0;
  font-weight: 400;
}
.traveller-teaser .subheader {
  font-size: 1.4rem;
  color: #b2b2b4;
  line-height: 1.2;
  margin: 0;
  padding: 0 0 20px 0;
  font-weight: 400;
}
.banderol-teaser {
  padding: 60px 0;
  background-color: #f5f5f5;
}
.magazine-teaser {
  font-size: 0.8rem;
  border: 1px solid #e4e4e4;
  border-width: 1px 0;
  padding: 60px 0;
  margin: 0 15px 60px;
}
.magazine-teaser img {
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
.magazine-teaser .box-headline {
  margin: 30px 0 15px;
}
.magazine-teaser .box-headline,
.magazine-teaser .box-headline a {
  font-weight: 600;
  color: #2e3438;
  font-size: 1.2em;
  line-height: 1.2;
}
.magazine-teaser .box-headline small,
.magazine-teaser .box-headline a small {
  display: block;
  color: #7e838b;
  text-transform: uppercase;
  font-size: 0.7em;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 2px;
}
.magazine-teaser .box-headline:hover,
.magazine-teaser .box-headline a:hover {
  text-decoration: none;
}
.magazine-teaser .teaser-text p {
  color: #7e838b;
}
.magazine-teaser .teaser-text p:last-child {
  margin-bottom: 0;
}
.layout-207 + .layout-207 .magazine-teaser {
  border-top: none;
  padding-top: 0;
}
.layout-207:last-child .magazine-teaser {
  margin-bottom: 0;
}
@media (min-width: 48rem) {
  .lp-teaser {
    border-width: 8px;
  }
  .lp-teaser,
  .inspiration-teaser {
    margin-bottom: 30px;
  }
  .lp-teaser .teaser-wrapper,
  .inspiration-teaser .teaser-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
  }
  .lp-teaser .teaser-wrapper img,
  .inspiration-teaser .teaser-wrapper img,
  .lp-teaser .teaser-wrapper .img-wrapper,
  .inspiration-teaser .teaser-wrapper .img-wrapper {
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .equal-height > .rssbox {
    height: 100%;
  }
  .rssbox {
    padding: 0;
    display: grid;
    -ms-grid-rows: auto auto 1fr;
    grid-template-rows: auto auto 1fr;
  }
  .rssbox .button {
    justify-self: flex-start;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .frame-gallery-teaser {
    padding: 0;
  }
  .frame-gallery-teaser .thumbs {
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }
  .traveller-teaser {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }
  .traveller-teaser .teaser-content {
    padding: 100px 0;
  }
  .banderol-teaser {
    padding: 60px 110px;
  }
  .magazine-teaser {
    position: relative;
    padding-right: 20%;
  }
  .magazine-teaser .box-headline {
    margin-top: 0;
  }
  .magazine-teaser .image-wrapper {
    position: absolute;
    top: 60px;
    right: 0;
    bottom: 60px;
    width: 17.5%;
  }
  .magazine-teaser .image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover';
  }
  .layout-207 + .layout-207 .magazine-teaser .image-wrapper {
    top: 0;
  }
}
.Home .home-visual {
  margin: 0;
  padding: 0;
  list-style-type: none;
  height: 100%;
  height: 100vh;
  position: relative;
}
.Home .home-visual li {
  height: 100%;
  background: transparent no-repeat 50% 50%;
  background-size: cover;
  padding: 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}
.Home .home-visual .suptitle,
.Home .home-visual .title {
  line-height: 1.2;
  padding: 0 15px;
}
.Home .home-visual .suptitle {
  font-size: 4vw;
  font-weight: 600;
}
.Home .home-visual .title {
  font-size: 10vw;
  font-weight: 600;
  margin-bottom: 20px;
}
.Home .home-visual .btn {
  border: 2px solid #288ad6;
  color: #fff;
  background-color: #288ad6;
  display: inline-block;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0.375rem 2.05rem;
  line-height: 1.5;
  border-radius: 1.5rem;
  text-decoration: none;
  text-decoration-skip: none;
  max-width: 100%;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
}
.Home .home-visual .btn:hover {
  background-color: #0a4f9c;
  border-color: #0a4f9c;
  color: #fff;
  text-decoration: none;
}
.Home .home-visual .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 90%;
  max-width: 100%;
  line-height: 50px;
  border-top: 1px solid rgba(255,255,255,0.7);
  color: rgba(255,255,255,0.7);
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.Home .home-visual .controls:hover {
  color: #fff;
}
.Home .home-visual .controls .prev,
.Home .home-visual .controls .next {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.Home .home-visual .controls .prev:before,
.Home .home-visual .controls .next:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  font-weight: bold;
  position: relative;
  top: 1px;
}
.Home .home-visual .controls .prev:before {
  content: '\f104';
  padding-right: 8px;
}
.Home .home-visual .controls .next:after {
  content: '\f105';
  padding-left: 8px;
}
@media (min-width: 72rem) {
  .Home .home-visual li {
    padding: 130px 0 80px;
  }
  .Home .home-visual .suptitle,
  .Home .home-visual .title {
    padding: 0 45px;
  }
  .Home .home-visual .suptitle {
    font-size: 1rem;
  }
  .Home .home-visual .title {
    font-size: 3.5rem;
  }
  .Home .home-visual .controls {
    width: 72rem;
  }
}
.no-js .shopWidget .slider-element .slider .product {
  display: none;
}
.no-js .shopWidget .slider-element .slider .product:first-child {
  display: block;
  width: auto;
}
.shopWidget {
  font-size: 0.8rem;
  background-color: #f5f5f5;
  padding: 0;
  margin-bottom: 1em;
  position: relative;
  color: #2e3438;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  width: 100%;
}
.shopWidget .slider-element {
  width: 100%;
}
.shopWidget .slick-track {
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.shopWidget .slider-element .slider .product {
  width: 300px;
  background-color: #fff;
  padding: 1em 2em;
  text-align: center;
  margin: 0 16px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.shopWidget .slider-element .slider .product .image img {
  margin: 0 auto;
  height: 200px;
  width: auto;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: 'object-fit: contain';
}
.shopWidget .slider-element .slider .product .title {
  margin-top: 1em;
  color: #2e3438;
  font-weight: 600;
}
.shopWidget .slider-element .slider .product .links {
  height: 100px;
  margin: 1em 0;
}
.shopWidget .slider-element .slider .product .links .ebook {
  margin: 1em 0;
  font-size: 0.9em;
  display: block;
}
.shopWidget .slider-element .slider .product .price {
  font-size: 2em;
  line-height: 2em;
}
.shopWidget .button {
  border: 2px solid #b3d4fc;
  color: #288ad6;
  background-color: #fff;
  display: inline-block;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0.375rem 2.05rem;
  line-height: 1.5;
  border-radius: 1.5rem;
  text-decoration: none;
  text-decoration-skip: none;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.shopWidget .button:hover {
  background-color: #288ad6;
  border-color: #288ad6;
  color: #fff;
  text-decoration: none;
}
@media (min-width: 48rem) {
  .shopWidget:not(.small) {
    margin: 40px 0;
    padding: 40px 0;
  }
}
.m3d-sharing {
  padding-bottom: 5px;
  font-size: 0;
  line-height: 0;
}
.m3d-sharing .m3d-sharing-button {
  display: inline-block;
  cursor: pointer;
  height: 32px;
  width: 32px;
  line-height: 30px;
  padding-top: 3px;
  position: relative;
  font-size: 20px;
  text-align: center;
  color: #fff;
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  vertical-align: top;
}
.m3d-sharing .m3d-sharing-button:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.m3d-sharing .m3d-sharing-button-fb {
  background-color: #3b5998;
}
.m3d-sharing .m3d-sharing-button-fb:after {
  content: '\f09a';
}
.m3d-sharing.lp-magazin-sharing-bar {
  padding: 0;
  margin-bottom: 3rem;
}
.m3d-sharing.lp-magazin-sharing-bar .lp-sharing-button {
  display: inline-block;
  cursor: pointer;
  height: 34px;
  width: 34px;
  line-height: 34px;
  padding: 0;
  position: relative;
  font-size: 16px;
  text-align: center;
  color: #7e838b;
  box-sizing: border-box;
  vertical-align: top;
  border-radius: 50%;
  margin: 5px 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.m3d-sharing.lp-magazin-sharing-bar .lp-sharing-button:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.m3d-sharing.lp-magazin-sharing-bar .lp-sharing-button.m3d-sharing-button-fb:not(:hover),
.m3d-sharing.lp-magazin-sharing-bar .lp-sharing-button.m3d-sharing-button-twitter:not(:hover),
.m3d-sharing.lp-magazin-sharing-bar .lp-sharing-button.m3d-sharing-button-gplus:not(:hover) {
  background-color: #e4e4e4;
}
.m3d-sharing.lp-magazin-sharing-bar .lp-sharing-button:hover {
  color: #fff;
}
.m3d-sharing .m3d-sharing-button-twitter {
  background-color: #55acee;
  font-size: 24px;
  padding-top: 2px;
}
.m3d-sharing .m3d-sharing-button-twitter:after {
  content: '\f099';
}
.m3d-sharing .m3d-sharing-button-gplus {
  background-color: #dc4e41;
  font-size: 18px;
  padding-top: 1px;
}
.m3d-sharing .m3d-sharing-button-gplus:after {
  content: '\f0d5';
}
#social-fixed {
  position: fixed;
  top: 33%;
  left: 0;
  background: #fff;
  padding: 5px;
  overflow: hidden;
}
#social-fixed .m3d-sharing-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
#toTop {
  position: fixed;
  right: 0;
  bottom: 0;
  background: #fff url("/typo3conf/ext/torr_lonelyplanet/Resources/Public/Images/Frontend/topTop.svg") no-repeat scroll 50% 10px;
  background-size: 45px 54px;
  padding: 10px;
  height: 87px;
  width: 65px;
  text-align: center;
  text-indent: -9999px;
  display: none;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
#toTop:after {
  content: 'TOP';
  color: #2e3438;
  font-size: 0.8rem;
  text-indent: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media (min-width: 50rem) {
  #toTop {
    bottom: 15px;
    right: 15px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.waitMask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255,255,255,0.7);
}
.waitMask .msg {
  color: #888;
  text-align: center;
  display: block;
  padding: 0;
  margin: 0;
}
.waitMask .msg canvas {
  display: inline-block !important;
  vertical-align: middle;
  margin-left: 20px;
}
.waitMask.block {
  background: rgba(0,0,0,0.7);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
.waitMask.block .msg {
  color: #fff;
}
#breadcrumb {
  background: #2e3438;
  top: 0;
  border-bottom: 1px solid #f5eee6;
  padding: 0 0 0 40px;
  margin: 0 -1px;
/* clearfix */
}
#breadcrumb:before,
#breadcrumb:after {
  content: " ";
  display: table;
}
#breadcrumb:after {
  clear: both;
}
#breadcrumb li {
  float: left;
  color: #fefefe;
  list-style-type: none;
  font-size: 1.2em;
  line-height: 2em;
  white-space: nowrap;
}
#breadcrumb li:after {
  content: '/';
  padding: 0 0.7em;
}
#breadcrumb li:last-child:after {
  content: '';
}
.page-browser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #e4e4e4;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.8rem;
}
.page-browser .menu-item {
  position: relative;
  text-align: center;
  padding: 50px 50px 50px 0;
}
.page-browser .menu-item:empty {
  display: none;
}
.page-browser .menu-item a {
  color: #7e838b;
  height: 100%;
  display: block;
  margin: 0 0 0 60px;
  max-width: 160px;
}
.page-browser .menu-item a:before {
  content: 'Vorheriger Artikel';
  text-transform: uppercase;
  display: block;
}
.page-browser .menu-item a:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: initial;
  content: '\f104';
  margin-right: 7px;
  margin-left: 3px;
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 2.4rem;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.page-browser .menu-item:last-child {
  padding-right: 0;
  padding-left: 50px;
  border: none;
}
.page-browser .menu-item:last-child a {
  margin: 0 60px 0 0;
}
.page-browser .menu-item:last-child a:before {
  content: 'Nächster Artikel';
}
.page-browser .menu-item:last-child a:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: initial;
  content: '\f105';
  margin-left: 7px;
  margin-right: 3px;
  font-size: 2.4rem;
  right: 0;
  left: auto;
}
.page-browser .menu-item:not(:empty) + .menu-item:not(:empty) {
  border-left: 1px solid #b2b2b4;
}
.Magazine .nav-pills {
  list-style-type: none;
  margin: 0 0 50px;
  padding: 0;
  font-size: 0.8rem;
}
.Magazine .nav-pills li {
  padding: 10px 15px;
}
.Magazine .nav-pills li a {
  border: 2px solid #e4e4e4;
  color: #7e838b;
  background-color: #fff;
  display: inline-block;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0.375rem 2.05rem;
  line-height: 1.5;
  border-radius: 1.5rem;
  text-decoration: none;
  text-decoration-skip: none;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}
.Magazine .nav-pills li a:hover {
  background-color: #e4e4e4;
  border-color: #e4e4e4;
  color: #2e3438;
  text-decoration: none;
}
.Magazine .nav-pills li.active a {
  background-color: #e4e4e4;
  border-color: #e4e4e4;
  color: #2e3438;
  display: inline-block;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0.375rem 2.05rem;
  line-height: 1.5;
  border-radius: 1.5rem;
  text-decoration: none;
  text-decoration-skip: none;
  max-width: 100%;
  text-transform: uppercase;
}
@media (min-width: 500px) {
  .Magazine .nav-pills {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }
  .Magazine .nav-pills li {
    width: 50%;
  }
}
@media (min-width: 48rem) {
  .Magazine .nav-pills {
    margin-left: -10px;
    margin-right: -10px;
  }
  .Magazine .nav-pills li {
    padding: 10px;
    width: 33.333%;
  }
}
.Article .grid-1 .article-head {
  margin: 1.6em 0;
}
.Article .article-head {
  margin: 0;
}
.Article .article-head .center {
  text-align: center;
}
.Article .article-head .intro {
  font-size: 1.2em;
  line-height: 1.76em;
}
.Article .article-head h1,
.Article .article-head h2,
.Article .article-head h3,
.Article .article-head .intro,
.Article .article-head .csc-textpic-caption {
  padding-left: 15px;
  padding-right: 15px;
}
.Article.traveller .traveller-badge {
  display: block;
  height: 42px;
  width: 150px;
  margin: 1.6em auto;
  background: transparent url("/typo3conf/ext/torr_lonelyplanet/Resources/Public/Images/Frontend/lp_travellerlogo_h.svg") no-repeat scroll 0 0;
  background-size: contain;
}
@media (min-width: 48rem) {
  .Article .article-head h1,
  .Article .article-head h2,
  .Article .article-head h3,
  .Article .article-head .intro,
  .Article .article-head .csc-textpic-caption {
    padding-left: 0;
    padding-right: 0;
  }
}
.image_gallery {
  margin-bottom: 15px;
  border: 8px solid #f5f5f5;
  border-width: 8px 0;
  font-size: 0.8rem;
}
.image_gallery.cloned .ig_wrapper {
  border: none;
  padding: 0;
}
.image_gallery h3 {
  padding-left: 15px;
}
.image_gallery h3.ig_title {
  color: #2e3438;
  font-weight: 600;
  margin: 1em 0;
  font-size: 1.17rem;
  line-height: 1.6rem;
}
.image_gallery .ig_wrapper .ig_zoom_list,
.image_gallery .ig_wrapper .ig_thumb_wrapper,
.image_gallery .ig_wrapper .ig_info_image {
  background-color: #fff;
}
.image_gallery .ig_wrapper .ig_zoom_list .wrapper_left,
.image_gallery .ig_wrapper .ig_thumb_wrapper .wrapper_left,
.image_gallery .ig_wrapper .ig_info_image .wrapper_left,
.image_gallery .ig_wrapper .ig_zoom_list .wrapper_right,
.image_gallery .ig_wrapper .ig_thumb_wrapper .wrapper_right,
.image_gallery .ig_wrapper .ig_info_image .wrapper_right {
  width: 100%;
  float: none;
}
.image_gallery .ig_wrapper .ig_thumb_wrapper,
.image_gallery .ig_wrapper .ig_thumb_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}
.image_gallery .ig_wrapper .ig_thumb_wrapper {
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.image_gallery .ig_wrapper .ig_thumb_wrapper .igt_center {
  height: auto;
  padding: 0;
}
.image_gallery .ig_wrapper .ig_thumb_wrapper .igt_center .ig_thumb_image {
  line-height: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.image_gallery .ig_wrapper .ig_info_list a,
.image_gallery .ig_wrapper .ig_info_list .js-link {
  color: #0186cb;
}
@media (min-width: 48rem) {
  .image_gallery {
    border: none;
  }
  .image_gallery h3 {
    padding: 0;
  }
  .image_gallery .ig_wrapper {
    border: 8px solid #f5f5f5;
    padding: 1.5em;
  }
  .image_gallery .ig_wrapper .ig_info_image .wrapper_left {
    width: 70%;
    float: left;
  }
  .image_gallery .ig_wrapper .ig_info_image .wrapper_right {
    width: 30%;
    float: right;
  }
}
.ce-textpic.ce-intext .ce-gallery {
  float: none;
}
.ce-textpic.ce-intext .ce-gallery img {
  max-width: 100%;
  height: auto;
}
.ce-textpic.ce-center .ce-outer,
.ce-textpic.ce-center .ce-inner {
  float: none;
  right: 0;
}
.ce-textpic.ce-center .ce-outer .ce-row,
.ce-textpic.ce-center .ce-inner .ce-row {
  justify-content: center;
}
.ce-textpic .ce-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ce-textpic .ce-row .ce-column {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.ce-textpic .ce-row .ce-column .ce-media img,
.ce-textpic .ce-row .ce-column figure img {
  max-width: 100%;
  height: auto;
}
.ce-textpic .ce-row .ce-column figure,
.ce-textpic .ce-row .ce-column figcaption {
  display: block;
}
.ce-textpic .ce-bodytext,
.ce-textpic .ce-gallery figure figcaption {
  padding-left: 15px;
  padding-right: 15px;
}
.frame-default > header,
.frame-default > h1,
.frame-default > h2,
.frame-default > h3,
.frame-default > h4 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 48rem) {
  .ce-textpic.ce-intext.ce-left .ce-gallery {
    float: left;
  }
  .ce-textpic.ce-intext.ce-left .ce-gallery .ce-row {
    display: block;
  }
  .ce-textpic.ce-intext.ce-right .ce-gallery {
    float: right;
  }
  .ce-textpic.ce-intext.ce-right .ce-gallery .ce-row {
    display: block;
  }
  .ce-textpic.ce-intext .ce-gallery {
    max-width: 50%;
  }
  .ce-textpic .ce-bodytext,
  .ce-textpic .ce-gallery figure figcaption {
    padding-left: 0;
    padding-right: 0;
  }
  .frame-default > header,
  .frame-default > h1,
  .frame-default > h2,
  .frame-default > h3,
  .frame-default > h4 {
    padding-left: 0;
    padding-right: 0;
  }
}
#body .cc-banner {
  border-top: 8px solid #f5f5f5;
}
#body .cc-revoke,
#body .cc-window {
  font-family: 'freight-sans-pro', 'Open Sans', sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: 0.8em;
  line-height: 1.4em;
  color: #2e3438;
}
#body .cc-revoke .cc-message a,
#body .cc-window .cc-message a {
  padding-top: 0;
  padding-bottom: 0;
}
#body .cc-revoke .button,
#body .cc-window .button {
  font-size: 1em;
  padding: 0.475em 2.25em;
}
#body .cc-revoke .button.cc-btn,
#body .cc-window .button.cc-btn {
  white-space: normal;
}
#body .cc-revoke.cc-floating,
#body .cc-window.cc-floating {
  font-size: 0.8em;
}
.gsc-control-cse {
  line-height: 1.4;
  letter-spacing: normal;
}
.product-overlay {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 3005;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-overlay .product-overlay__background {
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.product-overlay .product-overlay__container {
  background-color: #fff;
  transition: all 0.3s ease;
  opacity: 0;
  position: relative;
  width: 600px;
  max-width: 100%;
  border: 2px solid #e7e7e7;
  max-height: 100%;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.product-overlay .product-overlay__header {
  display: flex;
  flex-direction: row;
  padding: 10px;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 10px;
  align-items: center;
}
.product-overlay .product-overlay__title,
.product-overlay .product-overlay__subheadline {
  font-weight: bold;
  font-size: 1.2rem;
  color: #000;
  word-break: break-word;
  -webkit-box-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.product-overlay .product-overlay__close {
  margin-left: 10px;
  -webkit-box-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
}
.product-overlay .product-overlay__close:hover {
  background-color: #ddd;
  cursor: pointer;
}
.product-overlay .product-overlay__close:hover .fa.fa-times {
  color: #000;
}
.product-overlay .product-overlay__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  overflow-y: auto;
}
.product-overlay .product-overlay__imageContainer {
  -webkit-box-flex: 0 0 33.333%;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  margin: 0 0 10px 10px;
  position: sticky;
  top: 0;
}
.product-overlay .product-overlay__image {
  height: auto;
  max-width: 100%;
}
.product-overlay .product-overlay__description {
  padding: 0 10px 10px;
  word-break: break-word;
  max-height: 200px;
}
.product-overlay .product-overlay__description,
.product-overlay .product-overlay__description > * {
  font-size: 18px;
}
.product-overlay .product-overlay__description > *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.product-overlay .product-overlay__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-bottom: 10px;
}
.product-overlay .product-overlay__link {
  margin: 10px;
  border: 2px solid #d3d3d3;
  border-radius: 5px;
}
@media (min-width: 500px) {
  .product-overlay .product-overlay__link {
    width: calc(33% - 3 * 10px);
  }
}
.product-overlay .product-overlay__link img {
  display: block;
  max-width: 100%;
  width: 280px;
}
.product-overlay.product-overlay--active {
  pointer-events: auto;
}
.product-overlay.product-overlay--active .product-overlay__background {
  background-color: rgba(0,0,0,0.5);
}
.product-overlay.product-overlay--active .product-overlay__container {
  opacity: 1;
}
.row.layout-2 {
  overflow-x: hidden;
}
.row.layout-2 .grid-1-1-1,
.row.layout-2 .grid-1-2,
.row.layout-2 .grid-2-1 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
@media (min-width: 48rem) {
  .row.layout-2 .grid-1-1-1,
  .row.layout-2 .grid-1-2,
  .row.layout-2 .grid-2-1 {
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0 5px;
    box-sizing: border-box;
  }
  .row.layout-2 .grid-1-1-1 .col,
  .row.layout-2 .grid-1-2 .col,
  .row.layout-2 .grid-2-1 .col {
    margin: 0;
    padding: 0;
    border-width: 0;
  }
  .row.layout-2 .grid-1-1-1 .cols-1,
  .row.layout-2 .grid-1-2 .cols-1,
  .row.layout-2 .grid-2-1 .cols-1 {
    width: 33.333333%;
  }
  .row.layout-2 .grid-1-2 .cols-2,
  .row.layout-2 .grid-2-1 .cols-2 {
    width: 66.666633%;
  }
}
.row.layout-2 > .title {
  padding: 10px;
}
.row.layout-2 > .title h1,
.row.layout-2 > .title h2,
.row.layout-2 > .title h3 {
  color: #555;
  font-size: 1.9em;
  line-height: 1.2em;
  margin: 10px 0 0;
  padding: 0;
  letter-spacing: 0.03em;
  text-transform: none;
  font-weight: normal;
}
.row.layout-2 .col .frame-default {
  padding: 10px !important;
  margin: 0 !important;
}
.row.layout-2 .col .frame-default .innerWrap {
  position: relative;
  width: 100%;
  height: 222px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #eee;
}
.row.layout-2 .col .frame-default a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.row.layout-2 .col .frame-default .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #333;
  background: rgba(30,30,30,0.8);
  padding: 0 45px 0 10px;
  z-index: 1;
  font-size: 18px;
  letter-spacing: 0.03em;
  color: #fff;
  line-height: 35px;
}
.row.layout-2 .col .frame-default .title:after {
  content: '\f054';
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font: normal normal normal 14px FontAwesome;
  line-height: 36px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  color: #fff;
  background: #288ad6;
  transition: all 0.5s ease;
}
.row.layout-2 .col .frame-default:hover .title:after {
  text-indent: 4px;
}
.row.layout-2 .col .frame-default img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover';
  transition: all 0.5s ease;
}
.row.layout-2 .col .frame-default:hover img {
  transform: scale(1.1);
  filter: saturate(0.5) brightness(0.7);
}
.row.layout-2 .col .frame-default .image-copyright {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  padding: 5px 7px;
  word-wrap: break-word;
  max-width: 100%;
  box-sizing: border-box;
  text-shadow: 0 0 1px #000, 0 0 1px #000;
  font-size: 0.6rem;
  line-height: 1;
}
.row.layout-2 .col .frame-default .image-copyright:empty {
  display: none;
}
.row.layout-2 .col .frame-default .showcase-high .innerWrap {
  height: 464px;
}
.row.layout-2 .col .frame-default .showcase-wide img {
  height: auto;
  width: 100%;
}
.row.layout-2.showcase-light .col .frame-default .title {
  bottom: 20px;
  background: #fff;
  background: rgba(255,255,255,0.85);
  color: #333;
  width: auto;
  padding-right: 35px;
}
.row.layout-2.showcase-light .col .frame-default .title:after {
  background: transparent;
  color: #333;
}
@media (max-width: 1023) {
  .row.layout-2 .col .frame-default {
    padding-top: 5px !important;
    padding-bottom: 10px !important;
  }
  .row.layout-2 .col .frame-default img {
    height: auto;
    width: 100%;
  }
  .row.layout-2 .col .frame-default.showcase-high .innerWrap {
    height: 222px;
  }
}
.Destination .row {
  clear: both;
}
.Destination .col > .frame-default {
  clear: both;
  margin-bottom: 1.5em;
}
#wrapper #dst-head {
  margin-bottom: 0;
  font-size: 0.8rem;
}
#wrapper #dst-head #breadcrumb {
  margin-bottom: 30px;
  font-size: 0.8rem;
  padding-left: 15px;
}
#wrapper #dst-head .cols-3 {
  padding-right: 0;
}
#wrapper #dst-head .destination-map {
  height: 350px;
  margin: 15px;
}
#wrapper #dst-head .visual-image {
  height: 350px;
  position: relative;
  background: transparent scroll no-repeat 50% 50%;
  background-size: cover;
  margin-bottom: 15px;
}
#wrapper #dst-head .visual-image .localInfo {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding-left: 15px;
  background: #000;
  background: rgba(0,0,0,0.6);
}
#wrapper #dst-head .visual-image .localInfo p {
  float: left;
  color: #fff;
  margin: 0 26px 0 0;
}
#wrapper #dst-head .visual-image .localInfo span {
  font-weight: 700;
  font-size: 1.35em;
}
#wrapper #dst-head .visual-image .localInfo a.weather-backlink {
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 0.7em;
  color: #fff;
  line-height: 1;
}
#wrapper #dst-head #dst-headline-area {
  margin: 0 40px;
}
#wrapper #dst-head #headline {
  display: block;
  text-align: center;
  line-height: 315px;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
  margin: 0;
}
.slabtexted .slabtext {
  display: -moz-inline-box;
  display: inline-block;
  white-space: nowrap;
}
.slabtextinactive .slabtext {
  display: inline;
  white-space: normal;
  font-size: 1em !important;
  letter-spacing: inherit !important;
  word-spacing: inherit !important;
}
.slabtextdone .slabtext {
  display: block;
}
.mapContent {
  width: 430px;
  height: 323px;
  position: relative;
}
.mapWrap {
  position: absolute;
  top: 70px;
  right: 0;
}
.mainTabs {
  margin: 0;
  padding: 0 15px;
  list-style-type: none;
  font-size: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mainTabs li {
  margin: 5px;
}
.mainTabs li a {
  border: 2px solid #e4e4e4;
  color: #7e838b;
  background-color: #fff;
  display: inline-block;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0.375rem 2.05rem;
  line-height: 1.5;
  border-radius: 1.5rem;
  text-decoration: none;
  text-decoration-skip: none;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.mainTabs li a:hover {
  background-color: #e4e4e4;
  border-color: #e4e4e4;
  color: #2e3438;
  text-decoration: none;
}
.mainTabs li.current a {
  background-color: #e4e4e4;
  border-color: #e4e4e4;
  color: #2e3438;
  display: inline-block;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0.375rem 2.05rem;
  line-height: 1.5;
  border-radius: 1.5rem;
  text-decoration: none;
  text-decoration-skip: none;
  max-width: 100%;
  text-transform: uppercase;
}
#tab-nav {
  margin: 0;
  padding: 0;
}
#tab-nav .ui-tabs-nav {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#tab-nav .ui-tabs-nav li {
  border: 2px solid #e4e4e4;
  margin: 0 0.6em 0.8em 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#tab-nav .ui-tabs-nav li.ui-tabs-active {
  background-color: #e4e4e4;
}
#tab-nav .ui-tabs-nav li.ui-tabs-active a {
  color: #2e3438;
}
#tab-nav .ui-tabs-nav li a {
  padding: 0.3em 1em;
}
#tab-nav.ui-tabs .ui-tabs-panel {
  padding: 0 0 15px 0;
}
@media (min-width: 48rem) {
  #wrapper #dst-head .destination-map {
    margin: 0;
  }
  #wrapper .mainTabs {
    padding: 0;
  }
  #wrapper .mainTabs li:first-child {
    margin-left: 0;
  }
  #wrapper .mainTabs li:last-child {
    margin-right: 0;
  }
}
.userImageList {
  list-style-type: none;
  margin-top: 34px;
  padding-left: 0;
  border-top: 1px solid #e0e0e0;
}
.userImageList li {
  border-bottom: 1px solid #e0e0e0;
  min-height: 122px;
  padding: 14px 0;
  position: relative;
}
.userImages {
  padding: 20px;
}
.userImages img {
  width: 110px;
  height: 110px;
  padding: 5px;
/*border: 1px solid #b3b3b3*/
  -moz-box-shadow: 0 2px 6px 0 rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,0.3);
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.3);
  float: left;
}
.userImages .no_keywords {
  color: #0186cb;
}
.userImages {
  padding-top: 8px;
}
.userImages h3 {
  font-size: 34px;
  padding-left: 0;
  border-bottom: none;
}
.userImages .imageInfos {
  margin-left: 145px;
  font-size: 16px;
}
.userImages .imageInfos:after {
  content: '';
  clear: both;
  display: block;
}
.col .userImages .imageInfos p {
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 0;
  float: left;
  width: 30%;
}
.col .userImages .imageInfos p.location,
.col .userImages .imageInfos p.keywords {
  width: 69%;
  padding-right: 0;
}
.userImages .imageInfos h2 {
  font-size: 1.2em;
  padding-top: 3px;
  margin-bottom: 6px;
  padding-bottom: 15px;
}
.userImages .imageInfos a.edit:before {
  content: "\f040";
  font-family: "FontAwesome";
  cursor: pointer;
}
.userImages .imageInfos a.delete:before {
  content: "\f014";
  font-family: "FontAwesome";
  cursor: pointer;
}
.userImages .imageInfos a.edit,
.userImages .imageInfos a.delete {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 10px;
}
.userImages .imageInfos a.edit {
  right: 35px;
}
.userImages .imageInfos a.edit:hover,
.userImages .imageInfos a.delete:hover {
  text-decoration: none;
}
.userImages .pager {
  text-align: center;
  margin-top: 10px;
}
.col .userImages .imageInfos p.keywords-label,
.image_detail .image-tags .tags-label {
  padding-top: 5px;
  line-height: 18px;
}
.image_detail .image-tags .tags-label {
  vertical-align: top;
  padding-right: 7px;
  display: inline-block;
}
.image_detail .image-tags > a,
.col .userImages .imageInfos p.keywords > a {
  background-color: #e8dfd5;
  border-radius: 14px;
  line-height: 18px;
  padding: 5px 10px 5px 12px;
  margin-bottom: 7px;
  margin-right: 7px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  color: #555;
  font-size: 16px;
}
.image_detail .image-tags > a,
.col .userImages .imageInfos p.keywords > a:hover {
  color: #0a4f9c;
}
.image_detail .image-tags > .sep,
.col .userImages .imageInfos p.keywords > .sep {
  display: none;
}
.image_detail h1 {
  font-size: 24px;
  text-align: center;
}
.image_detail p {
  text-align: center;
}
.image_detail img {
  max-width: 660px;
  height: auto;
  display: block;
  margin: 10px auto 10px auto;
  border: 1px solid rgba(214,205,192,0.33);
  padding: 8px;
}
.image_detail ul {
  text-align: center;
  list-style: none inside none;
  width: 100%;
  padding: 0;
  margin-left: 10px;
}
.image_detail li {
  display: inline;
  padding: 0 5px 0 0;
}
.image_detail .imagepager {
  margin-bottom: 20px;
  margin-top: 20px;
}
.image_detail .image-share {
  height: 20px;
}
.image_detail .assetgallery-content {
  clear: both;
}
.image_detail li p {
  display: inline-block;
}
.image_likes {
  text-align: right;
}
.image_likes .image_detail_sharing,
.image_likes .comments,
.image_likes .likes {
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
}
.image_detail .image-tags,
.image_detail .image-destination {
  color: #888;
  text-align: left;
  margin: 20px;
}
.image_detail .image-tags + .image-destination {
  margin-top: -20px;
}
.image-destination .destination-name {
  color: #2e3438;
}
.image_detail .image-description {
  text-align: left;
  margin: 20px;
  line-height: 1.3em;
}
.image-upload-teaser .teaser-text {
  margin: 10px 0 24px 0;
  line-height: 24px;
  padding-left: 3px;
}
.fileupload-buttonbar .ui-button .ui-button-text {
  line-height: 31px;
}
.button.imageUp {
  padding-left: 45px;
  position: relative;
  overflow: visible;
  margin-left: 25px;
}
.button.imageUp:before {
  content: "\f03e";
  font-family: "FontAwesome";
  font-size: 20px;
  height: 25px;
  left: 15px;
  position: absolute;
  top: 1px;
  width: auto;
}
.editImageLayer {
  width: 710px;
  background: url("/typo3conf/ext/torr_lonelyplanet/Resources/Public/Images/Frontend/lp_background.jpg") repeat scroll 0 0 #f7f0e5;
  box-shadow: 0 2px 3px 0 rgba(188,177,164,0.43);
  position: absolute;
  z-index: 4000;
  padding: 40px;
}
.editImageLayer h3 {
  font-size: 22px;
  font-weight: normal;
  border-bottom: 1px solid #fff;
  line-height: 31px;
  margin-top: -4px;
  padding-left: 2px;
}
.editImageLayer .close {
  position: absolute;
  right: 16px;
  top: 8px;
  color: #000;
}
.editImageLayer .close-x {
  overflow: hidden;
  width: 25px;
  height: 25px;
  top: 15px;
  right: 15px;
}
.editImageLayer input {
  border: none;
}
.editImageLayer .abort,
.editImageLayer .abort:hover {
  position: relative;
  top: 0;
  right: 0;
  background: #bec0c1 /* Old browsers */;
  background: -moz-linear-gradient(top, #bec0c1 0%, #88898b 100%) /* FF3.6+ */;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bec0c1), color-stop(100%, #88898b)) /* Chrome,Safari4+ */;
  background: -webkit-linear-gradient(top, #bec0c1 0%, #88898b 100%) /* Chrome10+,Safari5.1+ */;
  background: -o-linear-gradient(top, #bec0c1 0%, #88898b 100%) /* Opera 11.10+ */;
  background: -ms-linear-gradient(top, #bec0c1 0%, #88898b 100%) /* IE10+ */;
  background: linear-gradient(to bottom, #bec0c1 0%, #88898b 100%) /* W3C */;
  border-top: 1px solid #bec0c1;
  box-shadow: inset 0 1px 0 0 #bec0c1;
  margin-left: 8px;
}
.editImageLayer p {
  float: left;
  width: 400px;
  font-size: 18px;
  margin-top: 28px;
  padding-left: 7px;
  margin-bottom: -17px;
}
.editImageLayer .tagit {
  border-radius: 0;
  background-color: #fff;
  box-shadow: none;
  width: 380px;
}
.editImageLayer .tagit,
.editImageLayer #imageDescription {
  margin-left: -6px;
}
.editImageLayer label {
  display: block;
}
.editImageLayer input[type="text"] {
  margin-left: -6px;
  width: 380px;
  height: 30px;
  padding: 0 7px;
}
.editImageLayer textarea {
  width: 380px;
  height: 90px;
  border: none;
  padding: 0 7px;
}
.editImageLayer img {
  width: 278px;
  float: right;
  padding: 5px;
  -moz-box-shadow: 0 1px 7px 1px #434949;
  -webkit-box-shadow: 0 1px 7px 1px #434949;
  box-shadow: 0 1px 7px 1px #434949;
  background-color: #fff;
  margin-top: 29px;
}
.editImageLayer #imageLocation {
  background-color: #e8dfd5;
  color: #555;
}
.editImageLayer .button-area {
  clear: both;
  padding-top: 29px;
}
ul.tagit {
  padding: 2px 5px;
  overflow: auto;
  background-color: #f4f4f4;
  line-height: 30px;
  min-height: 30px;
  max-height: 100px;
  border-radius: 15px;
  border: 0;
  margin: 5px 0 11px 0;
  box-shadow: inset 0 2px 7px 0 rgba(0,0,0,0.2);
  color: #555;
  max-width: 440px;
}
ul.tagit li {
  display: block;
  float: left;
  margin: 2px 5px 0 0;
}
ul.tagit li.tagit-choice {
  position: relative;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  background-color: #e8dfd5;
  font-weight: normal;
  padding: 0 27px 0 10px;
}
ul.tagit li.tagit-choice a.tagit-label {
  cursor: pointer;
  text-decoration: none;
}
ul.tagit li.tagit-choice .tagit-close {
  cursor: pointer;
  position: absolute;
  right: 9px;
  top: 50%;
  margin-top: -10px;
  line-height: 17px;
}
ul.tagit li.tagit-choice input {
  display: block;
  float: left;
  margin: 2px 5px 2px 0;
}
ul.tagit input[type="text"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 1.4em;
  border: none;
  margin: 0;
  padding: 0;
  background-color: inherit;
  outline: none;
  width: auto;
  height: 23px;
}
.pager .next,
.pager .prev {
  font-size: 20px;
  font-weight: 600;
  line-height: 35px;
  padding: 0 0.5em;
}
.pager .page {
  padding: 3px 10px;
  border: 1px solid #e0e0e0;
  margin: 0 5px;
}
.template-upload {
  border-bottom: 1px solid #e0e0e0;
}
.template-upload input[type="text"],
.template-upload textarea {
  width: 400px;
  margin: 5px 0 11px 0;
  display: block;
  border: 1px solid #888;
  padding: 0 5px;
  color: #888;
}
.template-upload input[type="text"] {
  height: 35px;
}
.template-upload textarea {
  height: 100px;
}
.template-upload label {
  font-size: 18px;
  padding-left: 3px;
}
.template-upload span.error {
  display: none;
  color: #0381c2;
}
.template-upload .tagit {
  border-radius: 0;
  background-color: #fff;
  box-shadow: none;
  width: 400px;
  border: 1px solid #888;
}
.template-upload .preview {
  float: left;
  margin: 20px;
}
.template-upload .infos {
  float: left;
  margin: 20px;
}
.template-upload .controls {
  margin: 20px;
  display: inline-block;
  float: right;
}
.image-upload-preview {
  background: #fff url("/typo3conf/ext/torr_reisefuehrer/Resources/Public/Images/Frontend/placeholder_thumb_white.svg") center center no-repeat;
  background-size: contain;
  border: 5px solid #fff;
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.4);
  font-size: 0;
  margin-right: 20px;
  text-align: center;
  min-width: 110px;
  max-width: 110px;
  min-height: 80px;
  overflow: hidden;
}
.image-upload-preview-ie-fallback {
  display: none;
}
html.ie8 .image-upload-preview-ie-fallback,
html.ie9 .image-upload-preview-ie-fallback {
  display: block;
}
.M3DUpload .NewsletterLayer {
  display: none;
}
.M3DUpload .intro-text {
  padding-top: 4px;
  padding-left: 2px;
  line-height: 1.5em;
  margin-bottom: 34px;
}
.image-upload-infos {
  margin-left: 20px;
  margin-top: 24px;
}
.image-upload-infos li {
  margin-bottom: 8px;
}
.M3DUpload table {
  width: 100%;
}
.image-size-progress {
  float: left;
}
.goto-my-images {
  padding-top: 14px;
  color: #0381c2;
  display: none;
}
.image-size-progress .size {
  float: left;
  font-size: 17px;
  color: #888;
}
.image-size-progress .progress {
  border-radius: 17px;
  background-color: #f4f4f4;
  width: 357px;
  margin-top: 3px;
  margin-right: 15px;
}
.template-upload .start,
.template-upload .cancel {
  float: left;
}
#fileupload {
  min-height: 42px;
}
#fileupload .table {
  padding: 15px 0 20px 0;
  border-top: 1px solid #e0e0e0;
  position: relative;
}
#fileupload .table div.preview {
  width: 143px;
}
.fileupload-buttonbar {
  min-height: 1px;
}
.fileupload-buttonbar-bottom {
  padding-top: 22px;
  margin-top: 6px;
  min-height: 42px;
}
.M3DUpload {
  position: relative;
}
.M3DUpload .upload-all {
  display: none;
  float: right;
}
.M3DUpload .fileupload-progress {
  width: 60%;
}
input[type="text"].emptyInput {
  color: #0381c2;
}
.M3DUpload .take_infos {
  font-size: 18px;
  display: block;
  float: right;
  margin-left: 10px;
  margin-top: 35px;
}
.M3DUpload .button.abort,
.M3DUpload .button.abort:hover {
  position: relative;
  top: 0;
  right: 0;
  background: #bec0c1 /* Old browsers */;
  background: -moz-linear-gradient(top, #bec0c1 0%, #88898b 100%) /* FF3.6+ */;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bec0c1), color-stop(100%, #88898b)) /* Chrome,Safari4+ */;
  background: -webkit-linear-gradient(top, #bec0c1 0%, #88898b 100%) /* Chrome10+,Safari5.1+ */;
  background: -o-linear-gradient(top, #bec0c1 0%, #88898b 100%) /* Opera 11.10+ */;
  background: -ms-linear-gradient(top, #bec0c1 0%, #88898b 100%) /* IE10+ */;
  background: linear-gradient(to bottom, #bec0c1 0%, #88898b 100%) /* W3C */;
  border-top: 1px solid #bec0c1;
  box-shadow: inset 0 1px 0 0 #bec0c1;
  margin-left: 8px;
}
#dialog-modal {
  background: url("/typo3conf/ext/torr_lonelyplanet/Resources/Public/Images/Frontend/lp_background.jpg") repeat scroll 0 0 #f7f0e5;
}
.ui-dialog-titlebar {
  background: url("/typo3conf/ext/torr_lonelyplanet/Resources/Public/Images/Frontend/lp_background.jpg") repeat scroll 0 0 #f7f0e5;
}
.ui-dialog .ui-dialog-title {
  border-bottom: 1px solid #000;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1.3em;
  margin: 0 0 9px;
  width: 94%;
}
.ui-dialog .ui-dialog-titlebar-close {
  padding: 0;
  top: 10px;
  reight: 3px;
}
.ui-dialog .ui-dialog-titlebar-close:before {
  content: "x";
  color: #000;
}
.ui-dialog .ui-dialog-titlebar-close:hover {
  text-decoration: none;
}
.image_likes p .likeBtn {
  line-height: 18px;
  border: 1px solid #ccc;
  padding: 0 3px;
  background-color: #e0e0e0;
  border-radius: 2px;
  height: 18px;
  vertical-align: middle;
  display: inline-block;
  font-size: 14px;
  min-width: 24px;
  text-align: center;
}
.image_likes p .likeBtn > i {
  line-height: 18px;
  color: #707070;
}
.image_likes p.comments .likeBtn > i {
  line-height: 17px;
}
.image_likes p.comments a:hover {
  text-decoration: none;
}
.image_likes p .likeBtn.active > i,
.image_likes p.active .likeBtn > i {
  color: #e52420;
}
.image_likes p .bubble {
  border: 1px solid #aaa;
  border-radius: 2px;
  display: inline-block;
  font-size: 11px;
  line-height: 18px;
  margin-left: 4px;
  padding: 0 3px;
  position: relative;
  vertical-align: middle;
  min-width: 15px;
  text-align: center;
  white-space: nowrap;
  color: #e2194c;
  font-weight: bold;
}
.image_likes p .bubble.empty {
  color: #666;
  font-weight: normal;
}
.image_likes p .bubble:before,
.image_likes p .bubble:after {
  border-color: transparent #999 transparent transparent;
  border-image: none;
  border-style: solid;
  border-width: 4px 5px 4px 0;
  content: " ";
  display: block;
  left: -6px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
}
.image_likes p .bubble:after {
  border-right-color: #fff;
  left: -5px;
  top: 50%;
}
.image_likes .likes {
  cursor: pointer;
}
.image_likes .likes:hover .likeBtn > i {
  color: #e52420;
}
.image_likes .likes.active:hover .likeBtn > i {
  color: #707070;
}
.image_likes .likes.active:hover .likeBtn > i:before {
  content: '\f00d';
}
.tagcloud a {
  font-weight: normal;
  padding-left: 5px;
  padding-right: 5px;
}
.image_detail .imagepager li > a.next,
.image_detail .imagepager li > a.back,
.pager .next,
.pager .prev {
  border: 2px solid #b3d4fc;
  color: #288ad6;
  background-color: #fff;
  display: inline-block;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0.375rem 2.05rem;
  line-height: 1.5;
  border-radius: 1.5rem;
  text-decoration: none;
  text-decoration-skip: none;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.image_detail .imagepager li > a.next:hover,
.image_detail .imagepager li > a.back:hover,
.pager .next:hover,
.pager .prev:hover {
  background-color: #288ad6;
  border-color: #288ad6;
  color: #fff;
  text-decoration: none;
}
.image_detail a.next:before,
.image_detail a.back:before {
  content: "\f105";
  font-family: "FontAwesome";
  color: #fff;
  font-size: 20px;
}
.image_detail .imagepager li > a.next,
.image_detail .imagepager li > a.back {
  padding: 0 10px;
  margin-left: 5px;
}
.image_detail a.back:before {
  content: "\f104";
}
.image_detail a.back {
  margin-left: 0px;
}
.userMenu {
  padding: 20px;
}
.frame-default .userMenu {
  padding: 0;
}
.userMenu > img {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #cfcfcf;
  float: left;
  margin: 0 12px 30px 0;
  padding: 4px;
  width: 86px;
}
.userMenu > span.username {
  display: block;
  line-height: 24px;
}
.userMenu > ul {
  clear: both;
  border-top: 1px solid #e0e0e0;
  list-style: none;
  padding: 0;
}
.userMenu > ul li {
  padding: 7px 0;
  border-bottom: 1px solid #e0e0e0;
  color: #888;
  line-height: 25px;
  padding-left: 3px;
}
.userMenu > ul li.current a {
  color: #0a4f9c;
}
.userMenu input[type=submit] {
  color: #0186cb;
  line-height: inherit;
  background-color: transparent;
  border: none;
  padding-left: 0;
  cursor: pointer;
  text-decoration: none;
  color: #0186cb;
  letter-spacing: 0.03em;
  text-decoration-skip: ink;
}
.userMenu input[type=submit]:hover {
  text-decoration: underline;
  color: #0a4f9c;
}
.assetgallery {
  margin: 0 29px;
  padding: 10px;
  margin-bottom: 9px;
}
.tx-pagebrowse .tx-pagebrowse-first,
.tx-pagebrowse .tx-pagebrowse-last {
  display: none;
}
.tx-pagebrowse-prev,
.tx-pagebrowse-next {
  line-height: 0;
  font-size: 0;
}
.tx-pagebrowse li {
  vertical-align: middle;
}
.tx-pagebrowse li a {
  font-size: 1.2rem;
}
.tx-pagebrowse-next a,
.tx-pagebrowse-prev a {
  border: 2px solid #288ad6;
  color: #fff;
  background-color: #288ad6;
  display: inline-block;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0.375rem 2.05rem;
  line-height: 1.5;
  border-radius: 1.5rem;
  text-decoration: none;
  text-decoration-skip: none;
  max-width: 100%;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 1rem;
  text-indent: -9000px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  height: 40px;
  width: 40px;
  padding: 0;
  border-radius: 20px;
}
.tx-pagebrowse-next a:hover,
.tx-pagebrowse-prev a:hover {
  background-color: #0a4f9c;
  border-color: #0a4f9c;
  color: #fff;
  text-decoration: none;
}
.tx-pagebrowse-prev a:after {
  content: '\f053';
}
.tx-pagebrowse-next a:after {
  content: '\f054';
}
.tx-pagebrowse-prev a:after,
.tx-pagebrowse-next a:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-indent: 0;
  font-weight: 600;
  font-size: 1.3rem;
  color: #fff;
  margin-left: 1px;
}
.tx-pagebrowse-prev a:after {
  margin-left: -2px;
}
.tx-pagebrowse-current {
  font-size: 1.2em;
  letter-spacing: 0.1em;
}
li.tx-pagebrowse-pages ol {
  padding: 0 !important;
}
.assetgallery-content .frame-default {
  text-align: center;
}
@media print {
  * {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group; /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
