/* =============== farben =============== */
*, html, body {
  color: #1e1e1e;
}

/* =============== typo =============== */


/* =============== menu =============== */
.block-smartmenus li span.nolink {
  padding: 11px 20px;
  color: #555;
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
  box-sizing: inherit;
  cursor: pointer;
  font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, sans-serif;
}
.block-smartmenus {
  z-index: 500;
}

#topmenu {
  margin: 0 auto;
  padding: 0;
  z-index: 800;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.user-role-administrator #topmenu {
  margin-top: 30px;
}
.user-role-administrator #topmenu {
  top: 30px;
}
#topmenu .sm-simple {
  background-color: rgba(255, 255, 255, 0.8);
}
.sm-simple a.has-submenu {
  padding-right: 32px;
  margin-right: -8px;
  margin-left: -8px;
}
.sm-simple .highlighted .sub-arrow::before {
  content: '▼' !important;
}
.sm-simple a.nolink .sub-arrow::before,
.sm-simple a.nolink.highlighted .sub-arrow::before,
.sm-simple a.nolink:link .sub-arrow::before,
.sm-simple a.nolink:hover .sub-arrow::before,
.sm-simple a .sub-arrow::before {
  content: '▼' !important;
  color: #666;
  line-height: 19px;
}
.sm-simple a .sub-arrow {
  top: 50%;
  margin-top: -8px;
  right: 16px;
  width: 9px;
  height: 16px;
  font: 14px/16px monospace !important;
  background: transparent;
}


/* =============== layout =============== */

#header {
  background-color: #49677c;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
  height: 320px;
  margin-top: 0;
  background-image: url("/sites/all/themes/pb3/images/rigi_morgen_west_12mm_equi_shifted.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

#main-navigation {
  margin-top: 10px;
}

#site-name a {
  color: #fff;
}

#site-name {
  padding: 0;
  margin: 65px 0 0 0;
}


.front h1.title {
  margin-top: 30px;
}

.front .region-sidebar-second,
.front .region-sidebar-first {
  padding-top: 30px;
}
.not-front .region-sidebar-second,
.not-front .region-sidebar-first {
  padding-top: 0;
}

.sidebar h2.title {
  display: inline-block;
}

/* =============== search =============== */
#subfooter {
  padding-top: 0;
  padding-bottom: 0;
  background-color: rgba(181, 181, 181, 0.7);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
#subfooter .views-exposed-widgets {
  margin-bottom: 0;
}
#block-views-exp-search-view-page {
  padding: 0;
}
#edit-search-api-views-fulltext-wrapper {
  width: 100%;
  padding-right: 0;
  padding-top: 0;
  margin-right: 20px;
}
#views-exposed-form-search-view-page .views-submit-button {
  width: 100%;
  padding-right: 0;
  padding-top: 1px;
}
#views-exposed-form-search-view-page #edit-submit-search-view {
  width: 100%;
  border-radius: 4px;
  margin-top: 0;
}
#views-exposed-form-search-view-page input {
  padding: 5px 23px;

}
.search-block label {
  display: none;
}
.search-block {
  /*float: right;*/
  padding: 10px 0 !important;
  width: 100%;
}
#views-exposed-form-search-view-page .views-submit-button input {
  background-color: #999;
}
#views-exposed-form-search-view-page .views-submit-button input:hover {
  background-color: #2a68af;
}

/* search on right sidebar */
/*
.search-block.right-sidebar #views-exposed-form-search-view-page .views-submit-button {
  width: 100%;
}
.search-block.right-sidebar #edit-submit-search-view {
  font-family: 'Font Awesome 5 Free', fantasy;
  font-weight: 700;
  content: '\f002';
  color: #FFF;
  width: 100%;
  display: inline-block;
}
.search-block.right-sidebar #edit-search-api-views-fulltext-wrapper {
  width: 100%;
  padding-right: 0;
  padding-top: 0;
  margin-right: 10px;
}
*/

/* =============== misc stuff =============== */

/* social */
.social-footer-block {
  padding: 5px 0 !important;
  /*float: left;*/
  width: 100% !important;
}
.social-link {
  margin-right: 5px;
}
.social-link i {
  font-size: 30px;
  padding: 3px;
  color: #999;
}
.social-link i:hover {
  color: #2a68af;
}
#block-menu-menu-admin-menu {
  clear: both;
  float: left;
  width: 100%;

}
#block-menu-menu-admin-menu h2.title {
  display: inline-block;
}

/*captcha*/

.captcha.form-wrapper {
  border-radius: 6px;
}

.captcha.form-wrapper legend {
  display: none;
}
#toTop {
  background-color: #eee;
  border: 1px solid #ccc;
  color: #555;
  width: 35px;
  height: 35px;
  right: 20px;
  bottom: 6px;
}
#toTop i {
  font-size: 25px;
  line-height: 30px;
}
#toTop:hover {
  background-color: #ccc;
  border: 1px solid #555;
}


/* =============== content =============== */

/* general */

#main-content p.clear,
#main-content p {
  clear: both;
}

.page-suche strong.hilite {
  background-color: rgba(238, 238, 79, 0.6);
  border: 1px #d0d00c solid;
  border-radius: 4px;
  padding: 0 4px;
}

#comments > h2.title {
  display: none;
}

/* reviews */

.views-reviews .rev-title {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 10px;
}


.blog-bild-links-marg10-lb2,
.blog-bild-links-marg10,
.rte-bild-float-left {
  border: medium none;
  float: left;
  margin-bottom: 0.8em;
  margin-right: 10px;
  margin-top: 4px;
}


.field-name-field-rev-subtitle .field-item {
  /*color: #FFFFFF;*/
  /*font-family: QSB,Verdana,Geneva,sans-serif;*/
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}
.rev-subtitle {
  font-weight: bold;
  font-style: italic;
  margin-bottom: 8px;
  color: #2a68af;
}

/* grid */
.view-reviews .view-footer {
  margin-top: 40px;
  color: #555;
  font-size: 14px;
  font-style: italic;
  letter-spacing: 0.02em;
}

.view-reviews .rev-created {
  color: #555;
  font-size: 14px;
  font-style: italic;
}
.view-reviews .views-field-nothing {
  margin-bottom: 40px;
}

.reviews-grid-block {
  float: left;
}


/* blog and blog articles */
.view-blog-menu .active {
  font-weight: bold;
}

.views-blog-articles .region-content {
  padding-top: 0;
}
.views-blog-articles .block-views .views-row {
  margin-bottom: 5px;
}

.views-blog-articles .views-row {
  margin-bottom: 40px;
}

.views-blog-articles .views-row,
.views-blog-articles .views-row .views-field-created {
  clear: both;
}
.comm-count div {
  white-space: initial;
  display: inline;
}
.blog-metadata span,
.blog-metadata span div,
.blog-metadata span i {
  color: #8a8a8a;;
}

/* blog bilder galleries */
.blog-img-table {
  width: 100%;
  max-width: 740px;
  border: 0;
  margin: 0 0 10px 0;
}
.blog-img-table tbody {
  border: 0;
}
.blog-img-table td {
  padding: 0 10px 0 0;
  border: 0;
}
.blog-img-table-img {
  width: 100% !important;
  height: auto !important;
}
.blog-readmore i {
  /*font-family: 'Font Awesome 5 Free';*/
  /*content: '\2192';*/
  /*display: inline-block;*/
  /*margin-left: 5px;*/
  color: #2a68af;
}

/*sidebar*/
#block-views-blog-articles-block-1 {
  float: left;
}
/* rezensionen */
.view-rezensionen td.col-first {
  padding-left: 0;
}


/* =============== panos =============== */
/* views => block*/

.view-pano-block-list .views-field-field-pano-bild img {
  width: 100%;
  height: auto;
}
.view-pano-block-list .panos-grid-row {
  padding-top: 8px;
  margin-bottom: 8px;
}
.view-pano-block-list .panos-grid-row:hover {
  background-color: #e9f8fd;
  border-radius: 8px;
}
.view-pano-block-list .panos-grid-row.active {
  background-color: #e9f8fd;
  border: 2px solid #8fc8dd;
  border-radius: 8px;
  padding-top: 8px;
  margin-bottom: 8px;
}

.view-pano-block-list .views-field-title a {
  font-size: 14px;
}

.pano-grid-block {
  float: left;
}
.pano-iframe-footer {
  width: 100%;
  height: auto;
}
.pano-open-ext {
  text-align: right;
  padding-right: 12px;
  font-size: 12px;
  float: right;
  width: 49.9%;
}
.pano-open-ext i {
  padding-left: 3px;
  color: #2a68af;
}
.pano-enlarge,
.pano-shrink {
  text-align: left;
  padding-right: 12px;
  font-size: 12px;
  float: left;
  width: 49.9%;
  padding-left: 10px;
  color: #2a68af;
  cursor: pointer;

}
.pano-shrink {
  display: none;
}
.pano-enlarge:hover,
.pano-shrink:hover {
  text-decoration: underline;
}

.pano-enlarge i,
.pano-shrink i {
  padding-left: 4px;
  color: #2a68af;
  font-size: 14px;
}

/* node */

/*header weg bei pano nodes*/

.node-type-pano #header {
  display: none;
  height: 0;
}

.node-pano .submitted-user {
  display: none;
  height: 0;
}
.node-type-pano h1#page-title {
  font-size: 22px;
  margin-left: 75px;
  display: inline-block;
}
.pano-wrapper {
  height: 560px;
  margin-top: -30px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
}
.pano-wrapper .pano-row,
.pano-wrapper .pano-col {
  height: 100%;
}
.field-name-field-pano-bild img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.node-type-pano .geolocation-map {
  width: 100% !important;
}

.node-type-pano .field-name-body {
  font-size: 17px;
}


.node-type-pano #lightbox #caption a {
  display: none;
}
.group-pano-tech {
  clear: both;

}

.group-pano-tech .pano-tech-icon {
  color: #555;
}

/* ============= pano map ============= */
.page-pano-map h1#page-title {
  display: none;
}

/* ============= pano-grid ============= */
.panos-grid {
  margin-top: 10px;
  clear: both;
}
.panos-grid .views-field-field-pano-bild {
  float: left;
  margin-right: 5px;
  margin-bottom: 10px;
}
.panos-grid .views-field-title a {
  font-size: 12px;
  line-height: 16px;
  margin-top: -3px;
  display: block;
}
/* switcher block */
.pano-grid-switcher {
  padding-bottom: 5px;
  margin-top: 15px;
}
.pano-grid-switcher i {
  color: #2a68af;
  display: inline-block;
  margin-right: 5px;
}
.pano-grid-switcher i:hover {
  color: #4187d1;
}
.pano-grid-switcher span {
  display: inline-block;
  margin-right: 20px;
}

.filter-box-left {
  float: left;
  /*width: 33%;*/
}
.filter-box-right {
  float: right;
  /*width: 66%;*/
}

/* filter block */
.pano-filter-block .views-exposed-widgets label {
  display: none;
}
.pano-filter-block .views-exposed-widget .form-submit {
  margin-top: 0;
  border-radius: 4px;
  background-color: #ccc;
}
.pano-filter-block .views-exposed-widget .form-submit:hover {
  background-color: #2a68af;
}
.filter-box-right .views-exposed-form .views-exposed-widget {
  /*float: right;*/
}

/* =============== admin =============== */
.user-role-administrator #overlay-container {
  margin-top: 64px;
}

.admin-menu-block {
  position: fixed;
  top: 120px;
  left: -8px;
  width: 220px !important;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 999;
  box-shadow: 4px 4px 4px rgba(128, 128, 128, 0.6);
  border-radius: 8px;
  padding-left: 16px !important;
}
.admin-menu-block a {
  color: #2a68af !important;
}
.admin-menu-block h2.title {
  cursor: pointer;
}

/* =============== bio links =============== */
.view-bio-links .views-bootstrap-grid-plugin-style .row > div {
  margin-bottom: 20px;
}
.view-bio-links .views-bootstrap-grid-plugin-style .views-field-title strong {
  font-weight: 900;
  font-size: 16px;
  margin: 10px 0 4px 0;
  display: inline-block;
}

/* ======== EDITOR STUFF ============ */
.view-panos-to-do tr.status-pub {
  background-color: #b3eabc;
}

.view-panos-to-do tr.status-unpub {
  background-color: #eab3b3;
}

/* =========== newsletter ========== */
.newsletter-frame {
  max-width: 580px;
  width: 100%;
  height: 100vh;
}
.newsletter-frame iframe {
  height: 100vh;
  width: 100%;
  border: none !important;
}
.newsletter-frame .iframe-warning {
  display: none;
}

/* ================ cookie bar =============== */
.eu-cookie-compliance-banner .decline-button,
.eu-cookie-compliance-banner .agree-button {
  box-shadow: none !important;
  background-image: none !important;
  background-color: #dfdfdf !important;
  padding: 2px 5px !important;
  border-radius: 3px !important;
  /*font-family: Arial, sans-serif;*/
  font-weight: bold;
  font-size: 12px;
  height: 24px;
  line-height: 12px;
  color: #333 !important;
}
#sliding-popup {
  height: auto !important;
}

/* ================ buch störer =============== */

.buch-stoerer {
  background-color: transparent;
  border: rgba(255,255,255, 0.2);
  height: 160px;
  width: 160px;
  position: absolute;
  right: 20px;
  top: 100px;
}
