@charset "UTF-8";
/*!
 * Theme Name: Bucket Child
 * Theme URI: http://pixelgrade.com/demos/bucket
 * Author: PixelGrade Team
 * Author URI: http://pixelgrade.com
 * Template: bucket
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: bucket_txtd
 * Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
 */
body {
  background: #010535;
  background-image: url(theme-content/images/background_top.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-font-smoothing: antialiased;
}

p {
  color: #333;
  font-weight: normal;
}

.container-wrapper {
  margin: 0 auto;
  max-width: 1274px;
  position: relative;
}

.container {
  margin: 0;
  position: relative;
}

.nav-sticky-wrapper {
  margin: 0 auto;
  width: 1208px;
  position: relative;
}

.nav--main__wrapper.sticky .nav--main {
  margin: 0;
}

.footer-wrapper {
  width: 1256px;
}

.layout--boxed .site__footer {
  margin: 0;
}

header {
  max-width: 1096px;
  margin-top: 30px;
  margin-bottom: 15px;
  text-align: left;
}

header h1, header div#logo {
  width: 306px;
  height: 60px;
  margin: 0;
  padding: 0;
  float: left;
}
header h1 a, header div#logo a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(theme-content/images/logo.png) no-repeat;
  background-size: 306px 60px;
  width: 306px;
  height: 60px;
  display: block;
  background-position: center center;
}

@media all and (max-width: 450px) {
  header h1, header div#logo {
    width: 204px;
    height: 60px;
  }
  header h1 a, header div#logo a {
    background-size: 204px 40px;
    width: 204px;
    height: 60px;
  }
}
#main_nav_wrapper {
  clear: both;
  padding-top: 15px;
}

#main_nav_background {
  background: white;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  height: 50px;
}

header nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#main_nav {
  float: left;
}

#social_nav {
  float: right;
  height: 50px;
  background: #355374;
  background: linear-gradient(to bottom, #355374 0%, #132d4a 100%);
  border-left: 1px solid #20293c;
  padding: 0px 10px;
}

#main_nav li, #social_nav li {
  float: left;
}

#header_ad {
  float: right;
}

.banner_ad {
  width: 468px;
  height: 60px;
  background: rgba(255, 255, 255, 0.1);
}

@media all and (max-width: 1099px) {
  .banner_ad {
    margin-right: 24px;
  }

  header h1, header div#logo {
    margin-left: 24px;
  }
}
.horizontal_ad {
  position: relative;
}

.horizontal_ad:before {
  content: "Anzeige";
  position: absolute;
  -webkit-transform: rotate(-90deg);
  color: white;
  font-size: 0.8em;
  left: -30px;
  bottom: 15px;
}

#main_nav li, #main_nav li a {
  height: 50px;
  position: relative;
}

#main_nav {
  margin-left: 15px;
}
#main_nav li a {
  display: block;
  padding: 17px 10px 0px 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.1em;
}

#main_nav li.menu-item-has-children.depth-0 a.main-menu-link {
  padding: 17px 28px 0px 10px;
  background-image: url(theme-content/images/menu_drop_down.png);
  background-repeat: no-repeat;
  background-size: 20px 6px;
  background-position: right center;
}

#main_nav li.menu-item-has-children.depth-0:hover a.main-menu-link {
  background-image: url(theme-content/images/menu_drop_down_active.png);
}

#main_nav li ul {
  position: absolute;
  bottom: -1px;
  margin: 0;
  background: white;
  padding: 0;
  border-top: 1px solid #010535;
}

#main_nav li:hover .sub-menu {
  display: block;
}

#main_nav li:hover a.main-menu-link {
  background: #010535;
  color: white;
  transition: 0.15s all;
}

#main_nav li ul li {
  float: none;
  background: white;
  display: block;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}

#main_nav li ul li a:hover {
  background: #eee;
}

.wrapper {
  background: none;
}

#social_nav li a {
  font-size: 1.5em;
  line-height: 50px;
  font-weight: normal;
  color: white;
  height: 50px;
  padding: 0px 6px 0px 6px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.7);
}

@media all and (max-width: 1067px) {
  #social_nav {
    display: none;
  }
}
@media all and (max-width: 940px) {
  #header_ad {
    display: none;
  }

  #navigation_toggle {
    background: url(theme-content/images/menu_open.png) no-repeat center center white;
    background-size: 24px 24px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
    height: 50px;
    width: 50px;
    float: right;
    margin-top: 5px;
    margin-right: 15px;
    transition: 0.15s all;
  }
  #navigation_toggle .opened {
    background-image: url(theme-content/images/menu_close.png);
  }

  header h1, header div#logo {
    margin-left: 15px;
  }

  #main_nav_wrapper, #main_nav_background {
    height: auto;
  }

  #main_nav {
    background: white;
    float: none;
    height: auto;
    padding-left: 0;
    margin: 0;
  }

  #main_nav li {
    float: none;
    position: static;
    display: block;
    padding: 0;
    margin: 0;
    height: auto;
  }

  #main_nav li a {
    background: white;
  }

  #main_nav li.menu-item-has-children.depth-0 a.main-menu-link, #main_nav li.menu-item-has-children.depth-0:hover a.main-menu-link {
    background-image: none;
  }

  #main_nav .sub-menu {
    position: static;
    display: block;
    border-top: none;
  }

  #main_nav li ul li a {
    display: block;
    font-weight: normal;
    background: #eaeaea;
    padding-left: 20px;
  }

  #main_nav li:hover a.main-menu-link {
    background: inherit;
    color: inherit;
    transition: none;
  }

  .main-navigation-closed #main_nav_background {
    display: none;
  }
}
.heading--main .hN, .widget--sidebar__title, .widget--sidebar__title .hN {
  background: none !important;
  color: #010535;
  font-weight: 100 !important;
  display: block;
  width: auto;
  padding: 0;
  margin: 0.6em 0px 0 0px;
  padding-bottom: 4px;
  border-bottom: 1px solid #d6d6d6;
  float: none;
  font-size: 23px;
  margin-top: 0.6em;
}

.heading--main .hN a, .widget--sidebar__title a, .widget--sidebar__title .hN a {
  color: #010535;
}

.widget--sidebar__title {
  padding: 0;
  border: 0;
  margin-bottom: 4px;
  text-align: right;
}

.heading--main {
  background: none;
}

#hero-module, #hero-image-views, .hero-image-view-wrapper, .hero-image-view-image {
  height: 450px;
}

#hero-module {
  overflow: hidden;
  margin: -5px -24px 20px -24px;
  position: relative;
}

#hero-image-views.animated {
  transition: all 1000ms cubic-bezier(0.13, 0.66, 0.055, 0.95);
}

.hero-image-view-image {
  background-size: cover;
  background-position: center center;
}

.hero-image-view-wrapper {
  position: relative;
}

.hero-image-view-title {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -100px;
  background: rgba(20, 55, 93, 0.6);
  color: white;
  padding: 10px 15px;
  transition: 0.6s all;
}
.hero-image-view-title h3 {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 2.2em;
  text-shadow: 0px 2px 1px black;
}

.hero-image-view-title-excerpt-wrapper {
  height: 0;
  overflow: hidden;
  transition: 0.3s all;
}
#hero-module:hover .hero-image-view-title-excerpt-wrapper {
  height: auto;
}

#hero-navigation {
  list-style: none;
  position: absolute;
  bottom: 20px;
  right: 15px;
  margin: 0;
  padding: 0;
}

.hero-image-view-wrapper.active .hero-image-view-title {
  bottom: 0;
}

#hero-navigation li {
  float: left;
  width: 14px;
  height: 14px;
  background: white;
  border: 5px solid rgba(255, 255, 255, 0);
  margin-left: 6px;
  transition: 0.3s all;
  margin: 3px 6px 3px 6px;
  cursor: pointer;
}
#hero-navigation li:hover {
  width: 10px;
  height: 10px;
  margin: 5px 8px 5px 8px;
}
#hero-navigation li.active {
  width: 20px;
  height: 20px;
  background: none;
  border-color: white;
  margin: 0px 3px 0px 3px;
}

@media all and (max-width: 600px) {
  #hero-navigation {
    width: 0;
    overflow: hidden;
  }
}
.article .media__img--rev {
  max-height: 250px;
  overflow: hidden;
  margin-bottom: 15px;
}

.article .hN {
  color: #010535;
  font-weight: normal;
  font-size: 1.7em;
}

.article__content {
  font-weight: normal;
  font-size: 1.1em;
  line-height: 1.7em;
  width: auto;
}

.classic--nometa .media__body {
  border-bottom: 1px solid #eaeaea;
}

.article__content-meta-box-wrapper {
  padding: 0px 12px 12px;
}

.article__content-meta-box {
  padding: 18px;
  background: #f0f0f0;
  border-radius: 5px;
}

.page_intro_wrapper {
  padding-bottom: 30px;
}

.page_intro_separator {
  border-bottom: 3px solid #010535;
  clear: both;
}

.page_intro_image {
  float: left;
}
.page_intro_image img {
  margin-right: 20px;
  margin-bottom: 10px;
  max-height: 200px;
  width: auto;
}

.page_intro h3, .page_intro h4 {
  margin: 4px 0px;
}

.article__content-meta-box span {
  display: block;
  font-size: 1.1em;
  font-weight: normal;
  color: #333;
  margin-bottom: 2px;
}
.article__content-meta-box.separated {
  margin-top: 8px;
}

.article__event-date {
  float: right;
  font-weight: normal;
  color: #333;
}

.article__category {
  float: left;
}
.article__category a {
  color: #010535;
  font-size: 1.1em;
  padding: 4px 4px;
  display: inline-block;
}

.grid .classic .separator {
  height: 0;
  border-bottom: 1px solid #ddd;
  margin-top: 5px;
  margin-bottom: 30px;
}
.grid .classic .article__meta-links {
  border-top: 1px solid #ddd;
  font-size: 1.2em;
  padding-right: 15px;
  padding-top: 5px;
  clear: left;
  margin-left: 24px;
}
.grid .classic .xpost_date, .grid .classic .xpost_comments {
  float: right;
}
.grid .classic > div:last-child hr {
  display: block;
}
.grid .classic .article-list-inline-shortcode-wrapper {
  margin-top: -20px;
  text-align: center;
}

footer {
  max-width: 1096px;
  text-align: left;
  background: white;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  padding: 40px;
  height: 340px;
  min-height: 340px;
}

#footer-wrapper {
  padding-top: 30px;
  padding-bottom: 40px;
}

.footer-wrapper-bg {
  background: url(theme-content/images/background_bottom.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
}

#footer-issue {
  float: left;
}

.footer-issue-image img {
  width: auto;
  height: 260px;
  transition: all 0.3s ease-out;
  box-shadow: 0px 2px 2px transparent;
  margin-right: 30px;
}
.footer-issue-image img:hover {
  -webkit-transform: scale(1.1) rotate(1deg);
  transform: scale(1.1);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
}

#footer-meta {
  padding-left: 30px;
}

#footer-meta ul {
  list-style: none;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}
#footer-meta ul li {
  display: inline-block;
}

#footer-issue-links a {
  font-size: 1.8em;
  font-weight: 100;
  color: #010535;
  padding: 4px 18px 4px 0px;
  margin-right: 20px;
  background: url(theme-content/images/next.png) no-repeat right center;
  background-size: 8px 13px;
}

#footer-issue-links {
  margin-top: 20px;
}

#footer-meta-links {
  margin-top: 30px;
  margin-bottom: 4px;
}
#footer-meta-links a {
  color: #010535;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 1.2em;
  margin-right: 6px;
  line-height: 1.5em;
}

#footer-brands {
  margin-top: 30px;
  line-height: 1.7em;
  font-size: 1.1em;
}
#footer-brands li {
  margin-right: 5px;
}
#footer-brands li:after {
  content: "●";
  font-size: 0.7em;
  line-height: 0;
  padding-left: 7px;
  color: #ccc;
}
#footer-brands li:last-child:after {
  display: none;
}

@media all and (max-width: 850px) {
  #footer-issue {
    display: none;
  }

  #footer-issue-links {
    display: none;
  }

  footer {
    height: auto;
    margin-bottom: 0;
    padding: 15px;
    min-height: auto;
    text-align: center;
  }

  #footer-meta {
    padding-left: 0px;
  }
}
.one-whole.article__featured-image {
  margin-bottom: 12px;
  margin-left: -24px;
  margin-right: -24px;
  float: none !important;
  display: block;
  width: auto;
  position: static;
}

.wp-caption.one-whole {
  margin-right: -24px;
  float: none !important;
  width: auto;
  max-width: none;
}

.post-article p {
  font-weight: normal;
  font-size: 16px;
  color: #333;
}

.post-article .post-excerpt p {
  font-weight: bold;
}
.post-article ol li, .post-article ul li {
  color: #555;
  font-size: 16px;
}

.image--caption {
  color: #010535;
  padding-left: 24px;
  margin-bottom: 8px;
}

.post-thumbnail-copyright {
  font-size: 0.8em;
  color: #666;
}

.article__featured-image.hasCaption {
  margin-bottom: 0;
}

.wp-caption.striped {
  font-size: 12px;
  margin-bottom: 0;
}

.wp-caption.striped .wp-caption-text {
  font-weight: normal;
  font-size: 1.1em;
}

.image--caption.one-whole {
  margin-left: 24px;
  padding-right: 48px;
  margin-bottom: 30px;
  height: 12px;
}

.image--caption.one-whole span {
  display: inline-block;
  background: #fff;
  padding: 2px 12px;
  font-size: 0.85714rem;
  font-style: italic;
  color: #4c4c4c;
}
.image--caption.one-whole span .post-thumbnail-copyright {
  margin-left: 10px;
}

.single-post .article__title {
  color: #010535;
  border-bottom: 2px solid #ddd;
  font-weight: 100;
}
.single-post .article__time {
  font-size: 1em;
}
.single-post .post-excerpt {
  font-size: 1.3em;
  font-weight: bold;
}

.container {
  padding-top: 24px;
}

.two-thirds.article__featured-image {
  position: relative;
  overflow: hidden;
  background: #ccc;
}
.two-thirds.article__featured-image .image-wrap {
  overflow: visible;
}
.two-thirds.article__featured-image .image-wrap img {
  position: absolute;
  top: 0;
  left: -24px;
  width: 104% !important;
  max-width: 104% !important;
}

@media (max-width: 570px) {
  .two-thirds.article__featured-image .image-wrap img {
    left: 0;
    width: 100% !important;
    max-width: 100% !important;
  }

  .image--caption.striped span {
    float: none !important;
    width: 100%;
    font-size: 0.9em;
    line-height: 1.4;
  }

  .image--caption.striped .post-thumbnail-copyright {
    float: none !important;
    width: 100%;
    text-align: left;
    padding: 4px 10px;
  }
}
.main--nosearch .widget_search {
  display: none !important;
}

#main.main--nosearch.no-js .widget_search {
  display: block !important;
}

#geo-map-canvas {
  height: 550px;
}

#geo-map-canvas img {
  max-width: inherit;
}

.geoCluster {
  position: absolute;
  color: black;
  font-weight: bold;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  width: 49px;
  font-size: 14px;
  letter-spacing: -0.05em;
  padding-top: 16px;
  white-space: nowrap;
  display: block;
  text-shadow: 0px 1px 0px white;
  -webkit-touch-callout: none;
  user-select: none;
  opacity: 0.5;
}

#geo-filter-search-field {
  border: 0 !important;
  margin: 0;
  display: block;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: 13px center;
  background-image: url(theme-content/images/search.png);
  padding: 4px 15px 6px 36px;
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 2px;
  width: 46%;
}

.nogeolocation #geo-filter-search-field, .map-hidden #geo-filter-search-field {
  width: 89%;
}

#geo-filter-type, #geo-filter-search {
  transition: 0.2s opacity;
}

.map-hidden #geo-filter-type, .map-hidden #geo-filter-search {
  display: none;
}

#geo-filter-search-field:focus {
  border: 0;
  outline: 0;
}

#geo-filter-search-wrapper {
  border: 1px solid #010535;
  border-radius: 3px;
  float: right;
}

#geo-filter-search-location {
  margin: 0;
  display: inline-block;
  border: 0;
  border-radius: 2px;
  background: #010535;
  color: white;
  padding: 8px 15px 8px 36px;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: 13px center;
  background-image: url(theme-content/images/location.png);
  position: absolute;
  right: 2px;
  top: 2px;
  bottom: 2px;
}

.nogeolocation #geo-filter-search-location, .map-hidden #geo-filter-search-location {
  display: none;
}

#geo-filter-type {
  list-style: none;
  margin: 0;
  padding: 0;
}

#geo-filter-type li {
  display: inline-block;
  border: 0;
  border-radius: 3px;
  background-color: #eaeaea;
  color: #666;
  font-size: 1.1em;
  margin: 0;
  margin-top: 1px;
  padding: 11px 11px 11px 46px;
  font-weight: normal;
  margin-left: 5px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: 13px center;
  cursor: pointer;
  transition: 0.3s all;
}
#geo-filter-type li.active {
  background-color: #010535;
  color: white;
}

#geo-filter-type-tauchbasen {
  background-image: url(theme-content/images/dive_nope.png);
}

#geo-filter-type-tauchschiffe {
  background-image: url(theme-content/images/ship_nope.png);
}

#geo-filter-type-tauchshops {
  background-image: url(theme-content/images/shop_nope.png);
}

#geo-filter-type-tauchbasen.active {
  background-image: url(theme-content/images/dive.png);
}

#geo-filter-type-tauchschiffe.active {
  background-image: url(theme-content/images/ship.png);
}

#geo-filter-type-tauchshops.active {
  background-image: url(theme-content/images/shop.png);
}

#geo-filter {
  position: relative;
  height: 40px;
  padding-left: 24px;
}

#geo-filter-wrapper {
  background: #fafafa;
  height: 64px;
  padding-top: 12px;
  margin-bottom: 24px;
  margin-right: -24px;
  padding-right: 24px;
  border-bottom: 1px solid #eaeaea;
}

#geo-filter-search-wrapper {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 535px;
  background: white;
}

#geo-map-toggle {
  height: 40px;
  width: 40px;
  float: left;
  background: #eaeaea;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 13px 8px;
  background-image: url(theme-content/images/up.png);
  transition: 0.2s all;
  cursor: pointer;
}

@media all and (max-width: 959px) {
  #geo-filter-type li {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 50px !important;
    height: 40px;
    padding: 0;
    background-position: center center;
  }

  #geo-filter-search-wrapper {
    left: 260px;
  }
}
@media all and (max-width: 719px) {
  #geo-filter-search-location {
    font-size: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 5px;
  }
}
@media all and (max-width: 480px) {
  #geo-filter-search-wrapper {
    clear: both;
    position: static;
    height: 50px;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 32px;
    margin-top: 12px;
  }

  #geo-filter-search-field {
    position: static;
    margin: 0;
    clear: both;
    width: 80% !important;
  }

  #geo-filter-search-location {
    display: none;
  }

  #geo-filter-wrapper {
    height: 110px;
  }

  #geo-filter-type {
    float: right;
  }

  #geo-map {
    height: 320px !important;
    border-top: 5% solid #fafafa;
  }

  #geo-map-canvas {
    width: 90%;
    height: 320px;
    margin-left: 5%;
  }
}
#geo-map {
  overflow: hidden;
  transition: 0.4s ease-out all;
  position: relative;
  height: 550px;
  margin: -5px -24px 0px 0px;
}

.map-hidden #geo-map {
  height: 0px !important;
}

.map-hidden #geo-map-toggle {
  background-image: url(theme-content/images/down.png);
}

#geo-map-toggle:hover {
  background-color: white;
}

#geo-map-details-wrapper {
  position: absolute;
  bottom: 45px;
  right: 0px;
  width: 0px;
  overflow-x: hidden;
  transition: all 500ms cubic-bezier(0.045, 0.7, 0.25, 1.005);
  z-index: 9999;
}

#geo-map-details-wrapper.open {
  width: 320px;
  right: -6px;
}

#geo-map-details {
  width: 320px;
}

#geo-map-details-item-details-standard, #geo-map-details-item-details-premium,
#geo-map-details-search {
  margin-left: 20px;
}

#geo-map-details-item-details-standard, #geo-map-details-item-details-premium {
  padding: 20px;
}

#geo-map-details-item-details-standard h3, #geo-map-details-item-details-premium h3 {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 1px;
  margin-bottom: 2px;
  font-size: 1.6em;
}

#geo-map-details-item-details-standard h4, #geo-map-details-item-details-premium h4 {
  margin: 0;
  padding: 0;
}

.geo-map-details-item-details-more {
  clear: both;
  text-align: center;
  padding: 8px 20px;
  background: #eaeaea;
  color: #666;
  border-radius: 5px;
  font-weight: normal;
  cursor: pointer;
}

.geo-map-details-item-details-categories {
  float: right;
}

.geo-map-details-item-details-meta {
  margin-top: 16px;
  height: 50px;
}

#geo-map-details-item-details-premium {
  background: url(theme-content/images/premium-default-image.jpg);
  background-size: cover;
  background-position: center center;
  color: white;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
}
#geo-map-details-item-details-premium .geo-map-details-item-details-more {
  background: #010535;
  color: white;
  font-weight: bold;
}
#geo-map-details-item-details-premium .reiseziel--rating {
  background-image: url(theme-content/images/star-white.png);
}
#geo-map-details-item-details-premium .rated {
  background-image: url(theme-content/images/star-white.png);
}

.geo-map-details-item-details-premium-data {
  margin: 7px 0px;
}
.geo-map-details-item-details-premium-data span {
  display: block;
  font-size: 1em;
  font-weight: normal;
}

#geo-map-details {
  background: #fff;
  z-index: 9990;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
  margin-bottom: 6px;
}

#geo-map-details-ornament {
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 0;
  height: 0;
  border-left: 6px solid #aaa;
  border-bottom: 6px solid transparent;
  transition: 0.25s all;
}

#geo-map-details-close {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 6px;
  width: 20px;
  background: url(theme-content/images/next-gray.png) no-repeat #eaeaea;
  background-size: 8px 13px;
  background-position: center;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.2s opacity;
}
#geo-map-details-close:hover {
  opacity: 1;
}
#geo-map-details-wrapper.vanished #geo-map-details-close {
  opacity: 0;
}

#geo-map-details-item-details-search {
  max-height: 440px;
  overflow-y: scroll;
}

#geo-map-details-item-details-search-results {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 20px;
  padding-bottom: 3px;
}
#geo-map-details-item-details-search-results li {
  border-top: 1px solid #eaeaea;
  padding: 5px 20px 7px 45px;
  background-size: 18px 30px;
  background-repeat: no-repeat;
  background-position: 12px center;
  transition: 0.2s background-color;
  cursor: pointer;
}
#geo-map-details-item-details-search-results li:first-child {
  border-top: 0;
}
#geo-map-details-item-details-search-results li:hover {
  background-color: #fafafa;
}
#geo-map-details-item-details-search-results h5 {
  margin: 0;
  padding: 0;
}

.geo-map-details-item-details-search-result-A {
  background-image: url(theme-content/images/A.png);
}

.geo-map-details-item-details-search-result-B {
  background-image: url(theme-content/images/B.png);
}

.geo-map-details-item-details-search-result-C {
  background-image: url(theme-content/images/C.png);
}

.geo-map-details-item-details-search-result-D {
  background-image: url(theme-content/images/D.png);
}

.geo-map-details-item-details-search-result-E {
  background-image: url(theme-content/images/E.png);
}

.geo-map-details-item-details-search-result-F {
  background-image: url(theme-content/images/F.png);
}

#geo-map-details-no-results {
  padding: 18px 20px 15px 30px;
  font-size: 1.3em;
}

.geo-map-details-item-details-logo {
  height: 80px;
  background-size: contain;
  margin: 5px 0px;
  background-repeat: no-repeat;
  background-position: left center;
}

@media all and (max-width: 600px) {
  .geo-map-details-item-details-logo {
    display: none;
  }
}
.geo-map-details-item-details-search-results-taxonomies {
  font-weight: normal;
}

.content--reiseziel {
  margin-left: 12px;
}
.content--reiseziel .hN {
  font-size: 2em;
  margin: 0;
}
.content--reiseziel h4 {
  margin: 4px 0px;
}

.reiseziel-standard {
  border-top: 4px solid #010535;
  padding: 18px;
  padding-top: 24px;
}

.reiseziel--country {
  padding-top: 6px;
  font-size: 1.4em;
  font-weight: normal;
}

.premium-badge {
  color: #010535;
  background: white;
  font-size: 1.1em;
  padding: 8px 10px;
  border-radius: 3px;
  opacity: 0.8;
  display: inline-block;
  margin-left: 6px;
  float: right;
}

.reiseziel--premium-data {
  color: white;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
  font-weight: normal;
}
.reiseziel--premium-data span {
  display: block;
  font-size: 1.4em;
  padding: 3px 0px;
}

.reiseziel--rating {
  width: 125px;
  background: url(theme-content/images/star.png);
  background-size: 25px 50px;
  height: 25px;
  float: left;
}

.rated {
  background: url(theme-content/images/star.png);
  background-size: 25px 50px;
  background-position: 0px 25px;
  height: 25px;
  display: block;
}

.rated0-5 {
  width: 12px;
}

.rated1 {
  width: 25px;
}

.rated1-5 {
  width: 37px;
}

.rated2 {
  width: 50px;
}

.rated2-5 {
  width: 62px;
}

.rated3 {
  width: 75px;
}

.rated3-5 {
  width: 87px;
}

.rated4 {
  width: 100px;
}

.rated4-5 {
  width: 112px;
}

.rated5 {
  width: 125px;
}

.reiseziel-premium .reiseziel--rating {
  background-image: url(theme-content/images/star-white.png);
}

.reiseziel-premium .rated {
  background-image: url(theme-content/images/star-white.png);
}

.reiseziel-meta {
  padding-top: 10px;
  height: 44px;
}

@media (max-width: 480px) {
  .reiseziel--reisearten {
    display: inline-block;
    margin-top: 10px;
  }

  .reiseziel-meta {
    height: auto;
  }

  .reiseziel--rating {
    margin-right: 100px;
  }

  .reiseziel-standard {
    padding-left: 0;
    padding-right: 0;
  }

  .reiseziel--reiseart {
    margin-left: 0 !important;
    margin-right: 3px;
  }
}
.reiseziel-premium {
  background: url(theme-content/images/premium-default-image.jpg);
  background-position: center center;
  background-size: cover;
  padding: 18px;
  color: white !important;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
}
.reiseziel-premium h4, .reiseziel-premium .hN, .reiseziel-premium .reiseziel--country {
  color: white;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
}

.reiseziel--reiseart {
  float: right;
  width: 34px;
  height: 34px;
  background-size: 22px 22px;
  background-position: center;
  background-color: #010535;
  display: block;
  background-repeat: no-repeat;
  border-radius: 2px;
  margin-left: 3px;
}

.reiseziel-tauchshops {
  background-image: url(theme-content/images/shop.png);
  background-color: #e32d2f;
}

.reiseziel-tauchbasen {
  background-image: url(theme-content/images/dive.png);
  background-color: #1b63af;
}

.reiseziel-tauchschiffe {
  background-image: url(theme-content/images/ship.png);
  background-color: #0a9eb7;
}

@media all and (max-width: 600px) {
  .comment-form-rating-wrapper {
    float: none !important;
    display: block;
    width: auto;
    clear: both;
    margin-bottom: 20px;
  }
}
.comment-form-rating-logged-in {
  margin-bottom: 10px;
}

#comment-form-rating {
  width: 125px;
  background: url(theme-content/images/star.png);
  background-size: 25px 50px;
  height: 25px;
  cursor: pointer;
}

.comment-form-rating-label {
  float: none;
}

.reiseziel--standard {
  padding: 48px;
}
@media all and (max-width: 500px) {
  .reiseziel--standard {
    padding: 0px;
    padding-top: 12px;
  }
}

.reiseziel-standard-header {
  text-align: center;
  margin-bottom: 40px;
}
.reiseziel-standard-header h1, .reiseziel-standard-header h2 {
  color: #010535;
  font-weight: bold;
  font-size: 3.5em;
  letter-spacing: -2px;
  text-transform: none;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}

.reiseziel-standard-header-rating {
  width: 125px;
  background: url(theme-content/images/star.png);
  background-size: 25px 50px;
  height: 25px;
  margin: 0 auto;
}

.comment--rating {
  width: 125px;
  background: url(theme-content/images/star.png);
  background-size: 25px 50px;
  height: 25px;
}

.comment-author {
  margin-top: 3px;
  margin-bottom: 6px;
}

.reiseziel-standard-map {
  width: 60%;
  float: right;
}
@media all and (max-width: 699px) {
  .reiseziel-standard-map {
    width: 100%;
    float: none;
  }
}

#reiseziel-standard-map-canvas {
  width: 100%;
  height: 300px;
}

#reiseziel-standard-map-canvas img {
  max-width: inherit;
}

#reiseziel-premium-map-canvas img {
  max-width: inherit;
}

.reiseziel-standard-info-left {
  width: 35%;
  margin-right: 5%;
  float: left;
  padding-top: 20px;
}
.reiseziel-standard-info-left p {
  font-weight: bold;
  color: #666;
  padding: 2px 0px;
  margin: 0;
}
.reiseziel-standard-info-left p.reiseziel-standard-info-phone {
  padding-top: 20px;
}
@media all and (max-width: 699px) {
  .reiseziel-standard-info-left {
    width: 100%;
    margin-right: 0%;
    float: none;
    padding-top: 20px;
    padding-bottom: 40px;
  }
}

.reiseziel-premium-header {
  background-color: #010535;
  background-image: url(theme-content/images/premium-default-image.jpg);
  background-size: cover;
  background-position: center center;
  text-align: center;
  margin: 0px -24px 40px;
  padding: 250px 24px 70px;
}
@media all and (max-width: 600px) {
  .reiseziel-premium-header {
    padding: 180px 24px 40px;
  }
}
.reiseziel-premium-header h1, .reiseziel-premium-header h2 {
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
  color: white;
  font-weight: bold;
  font-size: 3.5em;
  letter-spacing: -2px;
  text-transform: none;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}
@media all and (max-width: 600px) {
  .reiseziel-premium-header h2 {
    font-size: 2.8em;
  }
}

.reiseziel-premium-header-rating {
  width: 125px;
  background: url(theme-content/images/star-white.png);
  background-size: 25px 50px;
  height: 25px;
  margin: 0 auto;
}
.reiseziel-premium-header-rating .rated {
  background-image: url(theme-content/images/star-white.png);
}

@media all and (max-width: 500px) {
  .reiseziel--premium {
    padding: 0px;
    padding-top: 12px;
  }
}
.reiseziel-premium-logo {
  width: 35%;
  float: right;
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}

.reiseziel-premium-intro-content {
  width: 60%;
  margin-right: 5%;
  float: left;
}
.reiseziel-premium-intro-content h2 {
  margin: 0;
  margin-bottom: 20px;
}

.reiseziel-premium-map {
  padding-top: 30px;
  width: 100%;
  clear: both;
}

#reiseziel-premium-map-canvas {
  width: 100%;
  height: 300px;
}

.reiseziel-premium-info {
  padding-top: 20px;
  clear: both;
}

.reiseziel-premium-info-right {
  width: 35%;
  margin-left: 5%;
  float: right;
}
.reiseziel-premium-info-right p {
  font-weight: bold;
  color: #666;
  padding: 2px 0px;
  margin: 0;
  font-size: 1.2em;
}
.reiseziel-premium-info-right p.seperated {
  margin-top: 10px;
}

.reiseziel-premium-info-left {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  width: 60%;
  font-size: 1.2em;
}
.reiseziel-premium-info-left li {
  font-weight: normal;
  color: #333;
  margin-bottom: 10px;
}
.reiseziel-premium-info-left li span {
  display: block;
  padding-left: 5px;
  margin-left: 33%;
}
.reiseziel-premium-info-left li span.label {
  float: left;
  width: 33%;
  margin-right: 5px;
  font-weight: bold;
  color: #010535;
  padding-left: 0;
  margin-left: 0;
}

.reiseziel-equipment-diving {
  overflow: hidden;
}

.reiseziel-equipment-diving-element {
  padding-top: 24px;
  clear: both;
}

.reiseziel-equipment-diving-icon {
  width: 66px;
  height: 64px;
  background-size: 66px 64px;
  float: left;
}

.reiseziel-equipment-diving-content {
  margin-left: 80px;
  font-weight: normal;
  font-size: 1.2em;
  color: #333;
}
.reiseziel-equipment-diving-content span {
  font-weight: bold;
  color: #010535;
  display: block;
}

.reiseziel-equipment-diving-icon-kompressoren {
  background-image: url(theme-content/images/tauchbase_detail_kompressoren.png);
}

.reiseziel-equipment-diving-icon-hausriff {
  background-image: url(theme-content/images/tauchbase_detail_hausriff.png);
}

.reiseziel-equipment-diving-icon-tanks {
  background-image: url(theme-content/images/tauchbase_detail_tanks.png);
}

.reiseziel-equipment-diving-icon-komplettausruestungen {
  background-image: url(theme-content/images/tauchbase_detail_komplettausruestungen.png);
}

.reiseziel-equipment-diving-icon-servicewerkstatt {
  background-image: url(theme-content/images/tauchbase_detail_servicewerkstatt.png);
}

.reiseziel-equipment-diving-icon-kameraverleih {
  background-image: url(theme-content/images/tauchbase_detail_kameraverleih.png);
}

.reiseziel-equipment-diving-icon-fotolabor {
  background-image: url(theme-content/images/tauchbase_detail_fotolabor.png);
}

.reiseziel-equipment-diving-icon-nitrox {
  background-image: url(theme-content/images/tauchbase_detail_nitrox.png);
}

.reiseziel-equipment-diving-icon-trimix {
  background-image: url(theme-content/images/tauchbase_detail_trimix.png);
}

.reiseziel-equipment-diving-icon-kreislaufgeraete {
  background-image: url(theme-content/images/tauchbase_detail_kreislaufgeraet.png);
}

.reiseziel-equipment-diving-icon-dekokammer {
  background-image: url(theme-content/images/tauchbase_detail_dekokammer.png);
}

.reiseziel-equipment-diving-icon-tauchschiffe {
  background-image: url(theme-content/images/tauchbase_detail_tauchboote.png);
}

.reiseziel-equipment-diving-icon-steilwand {
  background-image: url(theme-content/images/tauchbase_detail_steilwand.png);
}

.reiseziel-equipment-diving-icon-hoehle {
  background-image: url(theme-content/images/tauchbase_detail_hoehle.png);
}

.reiseziel-equipment-diving-icon-wrack {
  background-image: url(theme-content/images/tauchbase_detail_wrack.png);
}

.reiseziel-equipment-diving-icon-kindertauchen {
  background-image: url(theme-content/images/tauchbase_detail_kindertauchen.png);
}

.reiseziel-equipment-diving-icon-tauchreisen {
  background-image: url(theme-content/images/tauchbase_detail_tauchreisen.png);
}

.reiseziel-equipment-diving {
  padding-left: 0%;
}

.reiseziel-equipment, .reiseziel-diving {
  width: 50%;
  display: block;
  float: left;
}

.reiseziel-equipment-diving-specialities {
  clear: both;
  padding-top: 24px;
}
.reiseziel-equipment-diving-specialities .label {
  font-weight: bold;
  color: #010535;
  display: block;
  font-size: 1.2em;
}

@media all and (max-width: 700px) {
  .reiseziel-premium-logo {
    float: none;
    width: 100%;
    height: 15vh;
    margin-bottom: 30px;
    background-position: center center;
  }

  .reiseziel-premium-intro-content, .reiseziel-premium-info-left, .reiseziel-premium-info-right, .reiseziel-equipment, .reiseziel-tauchen {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .reiseziel-premium-info-right {
    margin-bottom: 20px;
  }

  .reiseziel-premium-info-left .label {
    font-size: 0.8em;
  }

  .reiseziel-equipment-diving-specialities {
    width: 100%;
  }
}
@media all and (max-width: 450px) {
  .reiseziel-premium-info-left li span {
    display: block;
    padding-left: 0;
    margin-left: 0;
  }
  .reiseziel-premium-info-left li span.label {
    float: none;
    width: 100%;
    margin-right: 0px;
    font-size: 1em;
  }
}
.reiseziel-gallery {
  clear: both;
  overflow: hidden;
  margin: 20px 0 8px 0;
}

.scopeListError {
  font-size: 1.2em;
  color: #ccc;
  padding: 10px 0px;
}

.widget_recent_entries li {
  border-top: 1px solid #ddd !important;
}

::selection {
  color: white;
  background: rgba(1, 5, 53, 0.6);
}

.disappeared {
  display: none;
}

h3.tH {
  border-top: 4px solid #010535;
  color: #010535;
  font-size: 1.2em;
  font-weight: bold;
  margin: 25px 0px;
  padding: 0;
}

.tHclear {
  padding-top: 15px;
  clear: both;
}

.inlineGallery .no-js {
  display: none;
}

.inlineGallery-caption {
  position: relative;
  color: #333;
  margin-bottom: 20px;
}

.inlineGallerySlide {
  position: relative;
}

.inlineGalleryNav {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  z-index: 100;
  outline: 0;
}

.inlineGalleryNav:focus,
.inlineGalleryNav:active {
  outline: 0;
}

.inlineGalleryNav .rsArrowIcn {
  top: 50%;
  position: absolute;
  margin-top: -13px;
}

.inlineGalleryNav.rsArrowLeft,
.inlineGalleryNav.rsArrowLeft .rsArrowIcn {
  left: 0;
}

.inlineGalleryNav.rsArrowRight,
.inlineGalleryNav.rsArrowRight .rsArrowIcn {
  right: 0;
}

.inlineGalleryNav.rsArrowLeft .rsArrowIcn {
  box-shadow: -2px 2px 3px rgba(38, 37, 37, 0.5);
}

.inlineGalleryNav.rsArrowRight .rsArrowIcn {
  box-shadow: 2px 2px 3px rgba(38, 37, 37, 0.5);
}

.inlineGalleryNav:hover .rsArrowIcn {
  border-color: #010535;
}

.inlineGalleryItem {
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  transition: 0.2s all;
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  position: absolute;
  top: 0;
  background-color: #010535;
}

.inlineGalleryItem.portrait {
  text-align: center;
}

.inlineGalleryItem .inlineGalleryImage {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}

.inlineGalleryItem .background-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: rgba(1, 5, 53, 0.6);
}

.inlineGalleryItem img.absoluteImage {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 3;
}

.inlineGalleryCaption {
  position: absolute;
  bottom: -10px;
  font-weight: normal;
  left: 0px;
  right: 0px;
  text-align: center;
  font-size: 1.3em;
}
.inlineGalleryCaption span {
  font-size: 0.8em;
}

.inlineGalleryItem.inactive {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  opacity: 0.8;
  cursor: pointer;
  transition: 0.2s all;
}
.inlineGalleryItem.inactive:hover {
  transform: scale(0.95);
  -webkit-transform: scale(0.95);
  opacity: 0.9;
}

.article__meta .btn, .article__meta .btn:hover {
  background: none;
  color: #333;
  font-size: 1.2em;
}

.article__meta .list-category .btn {
  font-weight: normal;
}

.divider--pointer {
  -webkit-transform: none;
  transform: none;
  width: 1px;
  top: 10px;
  border: 0;
  left: 50%;
  bottom: 20px;
  height: auto;
}

.post-nav .hN {
  font-size: 0.8em;
  margin-bottom: 18px;
}

.article--single__meta {
  border-bottom-width: 1px;
}

.separator--section, .arqam-widget-counter, table, .pixcode--tabs, .article--grid__meta, .article--slider, .article--billboard-small, .wpgrade_popular_posts {
  border-bottom: 1px solid #c4c4c4;
  border-top: 1px solid #c4c4c4;
  padding: 5px 20px;
}

.author-bio-wrapper {
  position: relative;
  padding-bottom: 10px;
  border-bottom: 3px solid #eee;
}

.author-bio-image {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 10px;
  width: 120px;
  overflow: hidden;
}
.author-bio-image img {
  width: 120px;
  height: auto;
}

.author-bio-content {
  margin-left: 140px;
}

.author-bio-content h4 {
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 10px;
}
.author-bio-content h4 span {
  font-weight: normal;
}

.author-bio-meta {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "Bitter";
}
.author-bio-meta li {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 10px;
}

.yarpp-related .article--billboard-small__title {
  text-transform: none;
  line-height: 1.3em !important;
  font-size: 1.4em;
  border-bottom: 0 !important;
}

.article--billboard-small {
  margin: 0;
  padding: 0;
}

.masonry-nometa .article--grid__meta {
  border-top: 0 !important;
  border-bottom: 3px solid #eee;
  margin-top: -10px;
}

.article--grid__title:after {
  display: none;
}
.article--grid__title h3 {
  background: white !important;
}

.article--grid__title .hN, .article--grid__title .article__author-name, .article--grid__title .comment__author-name, .article--grid__title .score__average-wrapper, .article--grid__title .score__label, .article--grid__title .widget_calendar caption, .widget_calendar .article--grid__title caption {
  margin: 0;
  padding: 12px 14px;
  background: white;
  color: #010535;
  border-top: 4px solid #010535;
  border-bottom: 1px solid #eaeaea;
}

.masonry--nometa .article--grid__body {
  margin-bottom: 12px;
}

.masonry .article__content {
  text-align: left !important;
}

.article--grid__meta:before, .article--grid__meta:after {
  display: none;
}

.masonry-download-link {
  font-size: 1.2em;
  color: #fff !important;
}
.masonry-download-link.button {
  background: #010535;
  padding: 6px 10px;
  border-radius: 4px;
}

.article__featured-image-small, .article__featured-image-small img {
  width: 320px;
  height: auto;
  margin: 0px 20px 20px 0px;
  padding: 0;
}

@media all and (max-width: 600px) {
  .article__featured-image-small, .article__featured-image-small img {
    float: none !important;
  }
}
.article__author-name {
  color: #010535 !important;
}

.issue-widget-image img {
  margin: 0;
  height: auto;
}

.issue-widget-wrapper {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 10px;
}

.widget_naechstesheft .widget--sidebar__title {
  margin-bottom: 4px;
}

.sidebar {
  padding-top: 24px;
}

.sidebar-list-highlight {
  font-weight: bold;
  margin-top: 5px;
}

.issue-widget-title {
  padding: 4px 27px;
  color: #aaa;
  font-weight: normal;
  font-size: 1.1em;
  margin-top: 3px;
}

.sidebar-list {
  list-style: none;
  font-size: 1.2em;
  color: #ee1c25;
  margin: 5px 20px;
}
.sidebar-list a {
  padding: 4px 20px 4px 7px;
  display: inline-block;
  border-radius: 2px;
  transition: 0.2s all;
  position: relative;
}
.sidebar-list a:hover {
  color: white;
  background: #010535;
  transition: 0.2s all;
}
.sidebar-list a:after {
  position: absolute;
  font-family: FontAwesome;
  content: "";
  font-size: 1em;
  top: 4px;
  right: 7px;
}

.separator--section, .arqam-widget-counter, .widget--latest-comments, .wpgrade_popular_posts, .article--slider {
  padding: 0;
}

.comments-area-title {
  border-bottom: none;
  margin-bottom: 5px;
}

.latest-comments__title {
  background: none;
  color: #333;
}

.widget--latest-comments {
  border-bottom: 1px solid #eaeaea;
}

.post-sharing {
  margin-top: 10px;
}

.pixlikes-box {
  display: none !important;
}

.gpluswrapper {
  display: block;
  margin-top: 5px;
}

.article--single__meta {
  border-bottom: 1px solid #eaeaea;
}

.share-total {
  border-left: 1px solid #eaeaea;
}

.separator--subsection {
  height: 0;
  border-bottom: 1px solid #eaeaea;
}

.redaktion--meta-links span {
  float: right;
  text-align: right;
  font-weight: normal;
  color: #333;
}

.redaktion--article img {
  max-width: 120px;
  height: auto;
  float: left;
  margin: 0px 20px 20px 0px;
}

.redaktion--article h3 {
  margin: 5px;
}

.redaktion--article h3 span {
  font-weight: 100;
}

.related_wrapper {
  clear: both;
  padding-top: 35px;
}

#currentScopePagination li {
  cursor: pointer;
}

.related-projects_item .article__thumb {
  max-height: 180px !important;
  overflow: hidden !important;
}

.scopeListError {
  font-size: 1.2em;
  color: #ccc;
  padding: 10px 0px;
}

.progressbar {
  background: #eaeaea;
}

.gallery-item-wrapper {
  margin-bottom: 20px;
}

.gallery-item-meta, .gallery-item-wrapper {
  background: #202020;
  color: white;
}

.gallery-item-meta {
  position: relative;
  min-height: 40px;
  padding: 5px 20px 10px 20px;
}

.gallery-item-voting {
  position: absolute;
  right: 10px;
  top: 5px;
}

.article__title--single {
  color: #010535;
  font-weight: normal;
  letter-spacing: -0.03em;
  padding-bottom: 3px;
  font-size: 3.3em !important;
  border-bottom-width: 1px !important;
}
@media only screen and (max-width: 768px) {
  .article__title--single {
    font-size: 2em !important;
  }
}

.widget_post_category_list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget_post_category_list li a {
  display: block;
  padding: 5px 0px;
  border-top: 1px solid #eaeaea;
  transition: 0.2s padding-left;
}
.widget_post_category_list li a:hover {
  padding-left: 3px;
}
.widget_post_category_list li:first-child a {
  border-top: 0;
}

.classic__item .separator--subsection, .classic .separator--subsection {
  margin-bottom: 50px !important;
}

.form-search {
  height: 70px !important;
}

.search-post-type-select-wrapper {
  position: absolute;
  top: 59px;
}

.search-post-type-select-wrapper select {
  width: 310px;
  outline: transparent !important;
  padding: 0;
}

.tagcloud a {
  margin: 3px;
}
.tagcloud a:hover {
  color: white;
}

.skyscraper_ad img {
  max-width: none;
}

@media all and (max-width: 1250px) {
  #tauchen-skyscraper_1, #tauchen-skyscraper_2 {
    display: none;
  }
}
#tauchen-skyscraper_2 {
  margin: 0px 0px 0px -170px;
  position: fixed;
}

#tauchen-skyscraper_1 {
  margin: 0px 0px 0px 1105px;
  position: fixed;
}

.fullbanner {
  text-align: center;
  margin-bottom: -6px;
  margin-top: 10px;
}
@media all and (max-width: 900px) {
  .fullbanner {
    margin-bottom: -10px;
    margin-top: -7px;
  }
}

.content_ad, .content_ad_footer {
  text-align: center;
  margin: 20px 0px;
}
.content_ad img, .content_ad_footer img {
  margin: 0 auto;
}

.content_ad_footer {
  margin-bottom: -10px;
}

.container--main {
  padding-top: 0;
}

.content_ad_footer {
  display: none;
}

@media all and (max-width: 1065px) {
  .content_ad_header {
    display: none;
  }

  .content_ad {
    display: block;
  }

  .content_ad_footer {
    display: block;
  }
}
#emsInFlow video {
  margin: 0 auto;
  display: block;
  text-align: center !important;
}

#emsInFlowAnzeige {
  text-align: center !important;
  width: 100%;
}

.classic #emsInFlow {
  margin-bottom: 20px !important;
  text-align: center !important;
}

.classic #emsInFlowAnzeige {
  margin-bottom: 0 !important;
}

.video-wrap {
  position: relative;
}
.video-wrap #emsInFlowAnzeige {
  position: absolute !important;
  z-index: 10 !important;
  text-align: center !important;
  width: 100%;
}
.video-wrap #emsInFlow {
  position: absolute !important;
  z-index: 10 !important;
  top: 20px !important;
}
.video-wrap #emsVideo {
  opacity: 1;
}

ul.ad_list {
  overflow: hidden;
  list-style: none;
  margin-left: 0;
}
ul.ad_list li {
  overflow: hidden;
  float: left;
  display: inline-block;
  margin-bottom: 10px;
  min-width: 125px;
  width: 125px;
  max-width: 125px;
  max-height: 125px;
  list-style: none;
  border: 0 !important;
}
ul.ad_list li:nth-child(2n+1) {
  clear: left;
  margin-right: 30px;
}
ul.ad_list li a {
  padding: 0;
}

header {
  position: relative;
}

.content_ad_header {
  position: absolute;
  right: 0;
  top: -22px;
}

.classic {
  margin-bottom: 30px;
}

.equipment-classic--meta-links {
  text-align: right;
}

.equipment-classic--article img {
  max-width: 120px;
  height: auto;
  float: left;
  margin: 0px 20px 20px 0px;
}
.equipment-classic--article h3 {
  margin: 5px;
}
.equipment-classic--article h3 span {
  font-weight: 100;
}

body.category #page #main div.heading.heading--main > h1.hN,
body.tag #page #main div.heading.heading--main > h1.hN {
  font-size: 1.64286rem !important;
  line-height: 1.05348 !important;
}

#premium-microsites a {
  position: relative;
  display: inline-block;
}
#premium-microsites a img.premium-eintrag-img, #premium-microsites a img.premium-eintrag-img-hover {
  width: 240px;
}
#premium-microsites a img.premium-eintrag-img-hover {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.reiseziel-standard-info-left #premium-microsites {
  margin-top: 1.71429rem;
}
#premium-microsites span {
  margin-bottom: 10px;
  display: block;
}

#modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.7);
  display: table;
  height: 100%;
  width: 100%;
}
#modal .cell {
  display: table-cell;
  width: 25%;
  height: 100%;
}
#modal .modal-content {
  width: 50%;
  vertical-align: middle;
}
#modal .modal-content .close-modal {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 24px;
  height: 24px;
  background: transparent url("./images/closeModal@2x.png") center center no-repeat;
  background-size: 24px 24px;
}
#modal .modal-content .inner {
  background: #fff;
  padding: 20px;
  position: relative;
}
#modal .modal-content .inner h2 {
  margin-top: 0;
}
#modal .modal-content .inner ul {
  margin-left: 1.3rem;
  list-style-type: circle;
  line-height: 1.5;
}
#modal .modal-content .inner strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.2rem;
}

@media (min-width: 601px) and (max-width: 900px) {
  #modal .cell {
    width: 10%;
  }

  #modal .modal-content {
    width: 80%;
  }
}
@media (max-width: 600px) {
  #premium-microsites {
    text-align: center;
  }

  .reiseziel-standard-info-left #premium-microsites {
    text-align: left;
  }

  #modal .cell {
    width: 3%;
  }

  #modal .modal-content {
    width: 94%;
  }
  #modal .modal-content .inner {
    overflow: auto;
    height: 100%;
  }
}
.itemprophidden {
  display: none;
}

/* ********************************************************************** COMMENTS FORM */
#commentform textarea.error {
  border-bottom: 1px solid red;
}

#comment-submit.loading {
  padding-left: 34px;
  background-image: url("images/ajax-loader-comments.gif");
  background-repeat: no-repeat;
  background-position: 7px 7px;
  background-size: 16px 16px;
}

#comments {
  position: relative;
}

#comments.loading .commentlist {
  opacity: 0.4;
}

.comments-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  z-index: 100;
  background: transparent url("images/ajax-loader-load-comments.gif") center center no-repeat;
  background-size: 32px 32px;
}

.download-button:link, .download-button:visited {
  display: inline-block;
  padding: 10px 24px;
  color: #fff;
  background: #14375d;
  border-radius: 3px;
  font-size: 14px;
  font-weight: bold;
}

.download-button:hover, .download-button:focus, .download-button:active {
  background: #333;
}

.download-button em {
  display: block;
  font-style: normal;
  font-size: 10px;
  line-height: 16px;
  font-weight: normal;
}

.article__title {
  margin-top: 0.6em;
}

article p a:link, article p a:visited {
  text-decoration: underline;
}

article p a:hover, article p a:focus, article p a:active {
  text-decoration: none;
}

.acf-form-fields .acf-button.blue {
  background: #010535;
}

.acf-form-fields .acf-field {
  width: 100% !important;
  min-height: auto !important;
  border: 0 !important;
}

.acf-form-submit {
  margin: 30px 0;
}

.acf-form-submit input[type="submit"] {
  border-radius: 3px;
  height: 28px;
  padding: 0 11px 1px;
  cursor: pointer;
  box-sizing: border-box;
  font-weight: normal;
  font-size: 13px;
  line-height: 26px;
  text-align: center;
  text-decoration: none;
  border: #bbb solid 1px;
  background: #010535;
  color: #fff;
}

div.pre {
  display: block;
  height: 32px;
  overflow: hidden;
  margin: 0 0 10px 0;
  transition: height 0.3s ease-in-out;
}

pre {
  background: #333;
  color: #fff;
  line-height: 1.4;
  font-size: 11px;
  padding: 8px;
  box-sizing: border-box;
  margin: 0 0 10px 0;
}

.page_intro_categories {
  list-style: none;
  padding: 15px;
}

.page_intro_categories li {
  display: inline-block;
  font-size: 1.2em;
  margin-bottom: 10px;
}
.page_intro_categories li:after {
  content: " | ";
  margin-right: 4px;
}
.page_intro_categories li:last-child:after {
  content: "";
  display: none;
}

.article-list-inline-shortcode-wrapper {
  width: 100%;
  text-align: center;
}

.article-list-inline-shortcode-wrapper a.btn--beta {
  margin-bottom: 15px;
  background-color: rgba(20, 55, 93, 0.1);
  color: rgba(0, 0, 0, 0.9);
}

.article-list-inline-shortcode-wrapper a.btn--beta:hover {
  background-color: #14375d;
  color: white;
}

.hint {
  font-size: 1.3em;
  line-height: 1.4;
  margin-top: 30px;
}
.hint.important {
  padding-left: 12px;
  border-left: 5px solid #DF0517;
}
.hint.important strong {
  color: #DF0517;
}

.acf-fields > .acf-field {
  padding-left: 0;
  padding-right: 0;
}

.tab-wrapper {
  margin-top: 20px;
}
.tab-wrapper .tab {
  width: 100%;
  display: block;
}
.tab-wrapper .tab .form-submit {
  padding-left: 0;
}
.tab-wrapper .tab ul {
  margin: 0;
}

.button.rcwdplupload-pickfiles,
.button-primary.rcwdplupload-uploadfiles {
  font-size: 1.2em;
  line-height: 26px;
}

.button-primary.rcwdplupload-uploadfiles {
  font-weight: bold;
}

.rcwdplupload-filelist {
  height: 26px;
}

.reiseziel-edit-frontend-list h4 {
  margin: 0;
  margin-bottom: 4px;
}

.reiseziel-edit-frontend-list .active, .reiseziel-edit-frontend-list .suspended, .reiseziel-edit-frontend-list .inactive {
  padding: 3px 8px 3px;
  border-radius: 2px;
  font-size: 0.8em;
  color: white;
  font-weight: normal;
  white-space: nowrap;
}

.reiseziel-edit-frontend-list .active {
  background-color: #63D412;
}

.reiseziel-edit-frontend-list .suspended {
  background-color: #E79200;
}

.reiseziel-edit-frontend-list .inactive {
  background-color: #ACACAC;
}

.reiseziel-edit-frontend-status {
  text-align: right;
}
.reiseziel-edit-frontend-status small {
  margin-top: 4px;
  display: block;
}

.reiseziel-edit-frontend-actions a {
  display: inline-block;
  color: black;
  background: #EEEEEE;
  padding: 3px 8px 3px;
  border-radius: 2px;
  font-size: 0.8em;
  margin-right: 5px;
  transition: 0.2s all;
}
.reiseziel-edit-frontend-actions a:hover {
  background: #e0e0e0;
}

.reiseziel-edit-frontend-list tr {
  border-top: 1px solid #f0f0f0;
}

div.reiseziel-edit-frontend-actions {
  text-align: center;
  margin-bottom: 35px;
}
div.reiseziel-edit-frontend-actions div {
  display: inline-block;
}
div.reiseziel-edit-frontend-actions div a {
  font-size: 1.3em;
  padding: 8px 15px 8px;
  letter-spacing: -0.02em;
}

tr div.reiseziel-edit-frontend-actions {
  text-align: left;
  margin-bottom: 0;
}

p.fine-print {
  color: #666;
  font-size: 0.9em;
  margin: 5px 0px;
}

.reiseziel-edit-frontend-credits {
  margin: 0 auto;
  text-align: center;
  margin-top: 15px;
  border-radius: 2px;
  background: #EEEEEE;
  display: inline-block;
}
.reiseziel-edit-frontend-credits .reiseziel-edit-frontend-credits-available {
  display: inline-block;
  vertical-align: top;
}
.reiseziel-edit-frontend-credits .reiseziel-edit-frontend-credits-available span {
  font-size: 2.2em;
  font-weight: 100;
  background-color: #63D412;
  color: white;
  padding: 10px 10px 11px;
  display: inline-block;
  border-radius: 2px 0px 0px 2px;
  margin-top: -1px;
}
.reiseziel-edit-frontend-credits .reiseziel-edit-frontend-credits-available small {
  display: inline-block;
  vertical-align: center;
  text-align: left;
  padding: 4px 10px 0px;
  font-size: 1em;
  line-height: 1.2em;
}
.reiseziel-edit-frontend-credits .reiseziel-edit-frontend-credits-actions {
  display: inline-block;
  vertical-align: top;
}
.reiseziel-edit-frontend-credits .reiseziel-edit-frontend-credits-actions a {
  display: inline-block;
  vertical-align: top;
  background: white;
  border-radius: 2px;
  margin-top: 4px;
  color: black;
  font-size: 1.3em;
  padding: 7px 15px 6px;
  letter-spacing: -0.02em;
  margin-left: 5px;
  transition: 0.2s all;
}
.reiseziel-edit-frontend-credits .reiseziel-edit-frontend-credits-actions a:hover {
  background: #EEEEEE;
}

.woocommerce .amount {
  font-family: "Open Sans" !important;
}

.woocommerce tfoot .amount {
  font-weight: normal;
}

.woocommerce .btn, .woocommerce a.button, .woocommerce .button {
  background: #eee !important;
  color: black !important;
  font-weight: normal !important;
  border-radius: 2px !important;
  transition: 0.2s all;
}
.woocommerce .btn:hover, .woocommerce a.button:hover, .woocommerce .button:hover {
  background: #ddd !important;
}
.woocommerce ul.payment_methods {
  border-bottom-color: #eee !important;
}
.woocommerce .payment_box:before {
  display: none !important;
}
.woocommerce .about_paypal {
  display: none;
}

#payment {
  background: #fafafa !important;
}

.wp-editor-tabs {
  display: none;
}

.acf-field-subscription-field {
  display: none;
}

.acf-field-55af8f169907e {
  display: none;
}

.premium-add-button-wrapper {
  text-align: center;
}

.premium-add-button {
  display: inline-block;
  background: #010535;
  color: white;
  text-align: center;
  transition: 0.2s all;
  padding: 6px 20px 6px;
  font-weight: bold;
  border-radius: 4px;
  margin-right: 10px;
  box-sizing: border-box;
}
.premium-add-button.pale {
  color: #666;
  background: #F3F3F3;
}
.premium-add-button:last-child {
  margin-right: 0;
}
.premium-add-button:hover {
  background: #01074e;
  color: white;
}
.premium-add-button:active {
  transition: 0.05s all;
  color: white;
  background: #010535;
}

.woocommerce .woocommerce-message, .woocommerce .woocommerce-error, .woocommerce .woocommerce-info {
  padding: 5px 15px !important;
  border: 0 !important;
  font-size: 1.1em;
  font-weight: bold;
  border-left: 4px solid #010535 !important;
}

.woocommerce .woocommerce-error {
  border-left: 4px solid #E10033;
}

#order_comments {
  min-height: 150px;
}

.woocommerce .quantity .qty {
  width: 5em;
}

select:focus, textarea:focus, input[type='text']:focus, input[type='password']:focus, input[type='datetime']:focus, input[type='datetime-local']:focus, input[type='date']:focus, input[type='month']:focus, input[type='time']:focus, input[type='week']:focus, input[type='number']:focus, input[type='email']:focus, input[type='url']:focus, input[type='search']:focus, input[type='tel']:focus, input[type='color']:focus, .form-control:focus {
  outline: none;
  border: 1px solid #010535;
}

.sidebar .premium-add-help a {
  display: inline-block;
  width: auto;
  background: #f0f0f0;
  transition: 0.2s all;
  color: #666;
  border-radius: 4px;
  padding: 6px 12px;
  text-align: center;
  margin: 12px auto;
}
.sidebar .premium-add-help a:hover {
  background: #020535;
  color: white;
}

.main .premium-add-help a {
  display: block;
  text-align: center;
  font-weight: bold;
  text-decoration: underline;
  margin: 12px 24px;
}

.premium-teaser-button {
  background: #3DE08D;
  font-size: 1.3em;
  padding: 16px 18px 18px 60px;
  color: white;
  border-radius: 5px;
  display: block;
  font-weight: normal;
  transition: 0.2s all;
  position: relative;
  letter-spacing: -0.06em;
}
.sidebar .premium-teaser-button {
  margin-top: -24px;
}
.reiseziel--standard .premium-teaser-button {
  margin: 8px 0px;
  font-size: 1.5em;
}
.premium-teaser-button i {
  position: absolute;
  width: 32px;
  height: 32px;
  left: 16px;
  top: 50%;
  margin-top: -16px;
  background-image: url(theme-content/images/premium-star.png);
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.2s all;
}
.premium-teaser-button span, .premium-teaser-button small {
  display: block;
  line-height: 1.2em;
  transition: 0.2s all;
}
.premium-teaser-button:hover {
  background: #020535;
}
.premium-teaser-button:hover i {
  transform: rotate(72deg);
}

#order_comments {
  border: 2px solid #666;
  font-weight: bold !important;
}

.product-remove a {
  width: 0 !important;
  display: none !important;
}

/* changes moved from bucket's style.css */
.image--caption.striped {
  background: url("../images/striped.png") top left repeat;
}
.image--caption.striped span {
  display: block;
  background: #fff;
  float: left;
  width: 70%;
  padding: 4px 10px;
  box-sizing: border-box;
}
.image--caption.striped .post-thumbnail-copyright {
  width: 30%;
  box-sizing: border-box;
  text-align: right;
  display: block;
  background: #fff;
  padding: 4px 0;
}

@media only screen and (min-width: 401px) and (max-width: 899px) {
  .grid .two-thirds .classic article .grid__item.media__body:before {
    display: none;
  }

  .grid .two-thirds .classic article .grid__item.media__body.seven-twelfths:before {
    content: "";
    position: relative;
    display: inline-block;
    width: 39%;
    padding-top: 30%;
  }
}
.classic .article__category a:after {
  margin-left: 14px;
}
@media all and (max-width: 800px) {
  .classic .article__category a:after {
    margin-left: 4px;
    opacity: 0.5;
  }
}

@media all and (max-width: 800px) {
  .classic .article__category a {
    margin-right: -4px;
  }
}

.two-thirds.article__featured-image {
  padding-left: 0;
}

.post-format-icon {
  line-height: 2.2;
}

.content-module > h3 {
  margin: 10px 0px;
}
.content-module > p {
  line-height: 1.8;
  font-size: 0.85em;
}

.acf-field-message h2 {
  margin: 6px 0px;
}
.acf-field-message .acf-label {
  display: none;
}
.acf-field-message p {
  margin-bottom: 6px;
}

.format-link .post-format-icon {
  display: none;
}

.reiseziel .currentScopeList {
  min-height: 100px;
}

.reiseziel .currentScopeList.loading {
  background: transparent url("images/ajax-loader.gif") center top no-repeat;
  background-size: 32px 32px;
  padding-top: 30px;
}

.gallery-item-title {
  margin-right: 130px;
}
.gallery-item-title h4 {
  padding: 0;
  margin: 0;
  font-size: 1.4em;
}

.gallery-item-image-wrapper {
  padding: 0;
  margin: 0;
}
.gallery-item-image-wrapper img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.gallery-item-title h4 {
  padding: 0;
  margin: 0;
  font-size: 1.4em;
}

.gallery-item-meta {
  background: #202020;
}

.ngg-navigation {
  height: auto;
  margin-bottom: 15px !important;
}
.ngg-navigation a.page-numbers {
  border: 0 !important;
  color: #666;
  font-size: 1.5em;
  padding: 2px 8px 3px 8px !important;
  margin-top: 0;
}
.ngg-navigation a.page-numbers:hover {
  background: #010535 !important;
}
.ngg-navigation a.next, .ngg-navigation a.prev {
  border: 0 !important;
  padding: 2px 8px 3px 8px;
  font-size: 1.2em;
}
.ngg-navigation a.next:hover, .ngg-navigation a.prev:hover {
  background: #010535 !important;
}
.ngg-navigation span {
  background: #010535;
  color: white;
  padding: 2px 8px 3px 8px;
  font-size: 1.5em;
  margin-top: 0;
}

.star-rating, .star-rating a:hover, .star-rating a:active, .star-rating a:focus, .star-rating .current-rating {
  background-image: url(theme-content/images/star-gallery.png);
  background-size: 24px 73px;
  width: 120px;
}

.nggv-star-loader {
  width: 0 !important;
  height: 0 !important;
  display: none !important;
}

#uploadimage .uploader {
  padding: 15px;
  font-size: 1.1em;
  border: 0;
  background: #eee;
  border-radius: 5px;
  margin-bottom: 15px;
}

#uploadimage_btn {
  width: 100%;
  padding: 10px 30px;
  background: #010535;
  color: white;
  margin: 0 auto;
  border: 0;
  border-radius: 4px;
  margin: 10px 0px;
}

.upload_error {
  padding: 25px;
  font-size: 1.5em;
  color: #333;
  font-weight: normal;
  margin: 10px 0px;
}

select:focus, textarea:focus, input[type='text']:focus, input[type='password']:focus, input[type='datetime']:focus, input[type='datetime-local']:focus, input[type='date']:focus, input[type='month']:focus, input[type='time']:focus, input[type='week']:focus, input[type='number']:focus, input[type='email']:focus, input[type='url']:focus, input[type='search']:focus, input[type='tel']:focus, input[type='color']:focus, .form-control:focus {
  outline: 1px solid #010535;
}

.upload_error {
  background: #010535;
  color: white;
  font-weight: bold;
  padding: 15px 20px;
  border-radius: 5px;
  margin: 10px 0px;
}
.upload_error a {
  color: white;
  font-weight: bold;
  text-decoration: underline;
}

.fotoVotingButtons {
  background: #e0e0e0;
  padding: 15px 20px;
  border-radius: 3px;
}
.fotoVotingButtons h5 {
  font-size: 1.3em;
  margin: 0;
  padding: 0;
}
.fotoVotingButtons p {
  margin: 0;
  margin-bottom: 5px;
}

.gallery-item-info {
  background: #0f0f0f;
}
.gallery-item-info span {
  padding: 10px 20px;
  border-right: 1px dotted #333;
  display: inline-block;
}
.gallery-item-info span:last-child {
  border-right: none;
}

.gallery-item-meta a {
  color: white;
  font-weight: bold;
}

p.login-submit input, p.form-submit input {
  background: #010535;
  color: white;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 5px;
  border: 0;
}

.wppb-user-forms label {
  font-weight: normal;
}

.wppb-user-forms input {
  padding: 8px 12px !important;
}

.nggv-error {
  border: 0;
}

.wppb-send-credentials-checkbox {
  display: none;
}

.nggv-vote-button {
  padding: 8px 12px;
  background: #2d2e2f;
  margin: 4px 4px;
  transition: 0.2s all;
  display: block;
  border-radius: 2px;
  text-align: center;
}
.nggv-vote-button:hover {
  background: #47494b;
}

.nggv-vote-form {
  text-align: right;
}

.gewinnergalerie_jurysieger {
  border: 3px solid #010535;
  color: #010535;
  padding: 5px 12px;
  font-weight: bold;
  margin-bottom: 5px;
  display: inline-block;
  font-size: 1.3em;
  border-radius: 5px;
}

.gewinnergalerie_sieger {
  border: 3px solid #444;
  color: #444;
  padding: 5px 12px;
  font-weight: bold;
  margin-bottom: 5px;
  display: inline-block;
  font-size: 1.3em;
  border-radius: 5px;
}

#uploadimage form .required.error {
  border-bottom: 1px solid red;
}
#uploadimage form input[type="file"].required.error {
  border-bottom: 0;
  color: red;
}

.required.error::-webkit-input-placeholder, .required.error:-ms-input-placeholder {
  color: red;
}

.required.error:-moz-placeholder, .required.error::-moz-placeholder {
  color: red;
  opacity: 1;
}

a, blockquote, .small-link, .tabs__nav a.current,
.popular-posts__time a.current, .tabs__nav a:hover,
.popular-posts__time a:hover, .widget--footer__title em,
.widget_rss .widget--footer__title .hN,
.widget_rss .widget--footer__title .article__author-name,
.widget_rss .widget--footer__title .comment__author-name,
.widget_rss .widget--footer__title .widget_calendar caption,
.widget_calendar .widget_rss .widget--footer__title caption,
.widget_rss .widget--footer__title .score__average-wrapper,
.widget_rss .widget--footer__title .score__label,
.article--billboard-small .small-link em,
.article--billboard-small .post-nav-link__label em,
.article--billboard-small .author__social-link em,
.small-link, .post-nav-link__label, .author__social-link,
.article--thumb__title a:hover,
.widget_wpgrade_twitter_widget .widget--footer__title h3:before,
a:hover > .pixcode--icon,
.score__pros__title, .score__cons__title,
.comments-area-title .hN em,
.comment__author-name, .woocommerce .amount,
.panel__title em, .woocommerce .star-rating span:before,
.woocommerce-page .star-rating span:before {
  color: #14375d;
}

.heading--main .hN, .widget--sidebar__title,
.pagination .pagination-item--current span, .pagination .current, .single .pagination span,
.pagination li a:hover, .pagination li span:hover,
.rsNavSelected, .badge, .progressbar__progress,
.btn:hover, .comments_add-comment:hover,
.form-submit #comment-submit:hover,
.widget_tag_cloud a:hover, .btn--primary,
.comments_add-comment, .form-submit #comment-submit,
a:hover > .pixcode--icon.circle, a:hover > .pixcode--icon.square,
.article--list__link:hover .badge, .score__average-wrapper,
.site__stats .stat__value:after, .site__stats .stat__title:after,
.btn--add-to-cart {
  background-color: #14375d;
}

.social-icon-link:hover .square, .social-icon-link:focus .square, .social-icon-link:active .square,
.site__stats .stat__value:after, .site__stats .stat__title:after {
  background-color: #14375d !important;
}

@media only screen and (min-width: 900px) {
  .nav--main li:hover, .nav--main li.current-menu-item {
    border-bottom-color: #14375d;
  }

  .back-to-top a:hover:after, .back-to-top a:hover:before {
    border-color: #14375d;
  }

  .article--billboard > a:hover .article__title:before,
  .article--billboard > a:hover .article--list__title:before,
  .article--billboard > a:hover .latest-comments__title:before,
  .article--grid__header:hover .article--grid__title h3,
  .article--grid__header:hover .article--grid__title:after {
    background-color: #14375d;
  }
}
.woocommerce ul.products li.product a:hover img {
  border-bottom: 5px solid #14375d;
}

ol {
  border-left: 0 solid #14375d;
}

.badge, h1, h2, h3, h4, h5, h6, hgroup,
.hN, .article__author-name, .comment__author-name,
.score__average-wrapper, .score__label,
.widget_calendar caption, blockquote,
.tabs__nav, .popular-posts__time,
.heading .hN, .widget--sidebar__title .hN,
.widget--footer__title .hN, .heading .article__author-name,
.widget--sidebar__title .article__author-name,
.widget--footer__title .article__author-name,
.heading .comment__author-name,
.widget--sidebar__title .comment__author-name,
.widget--footer__title .comment__author-name,
.heading .score__average-wrapper,
.widget--sidebar__title .score__average-wrapper,
.widget--footer__title .score__average-wrapper,
.heading .score__label, .widget--sidebar__title .score__label,
.widget--footer__title .score__label, .heading .widget_calendar caption,
.widget_calendar .heading caption,
.widget--sidebar__title .widget_calendar caption,
.widget_calendar .widget--sidebar__title caption,
.widget--footer__title .widget_calendar caption,
.widget_calendar .widget--footer__title caption,
.score-box--after-text, .latest-comments__author,
.review__title, .share-total__value, .pagination li a, .pagination li span,
.heading span.archive__side-title {
  font-family: Open Sans;
  font-weight: 600;
}

nav {
  font-family: Open Sans;
  font-weight: 400;
}

html, .wp-caption-text, .small-link,
.post-nav-link__label, .author__social-link,
.comment__links, .score__desc {
  font-family: Open Sans;
  font-weight: 300;
  line-height: 17px;
}

.article, .single .main, .page .main,
.comment__content,
.footer__widget-area {
  font-size: 12px;
}

/*# sourceMappingURL=style.css.map */
