/* created: 2022-08-25 21:39:08, compile time: -0.072860956192017ms */
* {
  box-sizing: border-box; }

.region-row:after, .region-row .region-image:after, .region-row .region-images:after, header .container:after, header .logo:after {
  content: "";
  display: table;
  clear: both; }

.button, body.home .row-content:not(.row-content-0) .region-text a {
  padding: 9px 18px 10px 18px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  display: inline-block;
  border: 2px solid #ccc;
  background-color: #ccc;
  color: #222;
  text-decoration: none;
  border-radius: 5px;
  background-position: right 18px center;
  background-repeat: no-repeat;
  padding-right: 47px; }
  .button:hover, body.home .row-content:not(.row-content-0) .region-text a:hover {
    border-color: #222; }
  @media (max-width: 719px) {
  .button, body.home .row-content:not(.row-content-0) .region-text a {
    font-size: 12px;
    padding: 6px 10px 7px 10px; } }
  @media (max-width: 719px) {
  .button, body.home .row-content:not(.row-content-0) .region-text a {
    padding-right: 36px;
    background-position: right 8px center; } }
  .button:hover, body.home .row-content:not(.row-content-0) .region-text a:hover {
    color: #ffba00;
    background-color: #fff; }
/* http://meyerweb.com/eric/tools/css/reset/ 
 v2.0 | 20110126
 License: none (public domain)
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

nav.main-menu {
  cursor: pointer;
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  right: 20px;
  top: 35px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjMyIiB3aWR0aD0iMzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQgMTBoMjRhMiAyIDAgMCAwIDAtNEg0YTIgMiAwIDAgMCAwIDR6bTI0IDRINGEyIDIgMCAwIDAgMCA0aDI0YTIgMiAwIDAgMCAwLTR6bTAgOEg0YTIgMiAwIDAgMCAwIDRoMjRhMiAyIDAgMCAwIDAtNHoiLz48L3N2Zz4=');
  text-indent: -1000em; }
  @media (min-width: 720px) {
  nav.main-menu {
    top: 35px; } }
  .admin-bar nav.main-menu {
    top: 80px; }
    @media (min-width: 720px) {
  .admin-bar nav.main-menu {
    top: 70px; } }
  nav.main-menu.visible {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: auto;
    width: 100%;
    height: 100%;
    z-index: 10000;
    text-indent: 0;
    background-color: rgba(255, 255, 255, 0.95);
    background-image: url('data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjMyIiB3aWR0aD0iMzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTI1LjkgMjMuMDcxTDE4LjgyNyAxNiAyNS45IDguOTI5QTIgMiAwIDAgMCAyMy4wNzEgNi4xTDE2IDEzLjE3bC03LjA3MS03LjA3QTIgMiAwIDAgMCA2LjEgOC45MjlMMTMuMTcgMTZsLTcuMDcgNy4wNzFBMiAyIDAgMCAwIDguOTI5IDI1LjlMMTYgMTguODNsNy4wNzEgNy4wN2EyIDIgMCAwIDAgMi44MjgtMi44Mjh6Ii8+PC9zdmc+');
    background-position: top 32px right 20px; }
    .admin-bar nav.main-menu.visible {
      background-position: top 66px right 20px; }
  nav.main-menu ul {
    overflow: hidden;
    margin-top: 70px; }
    .admin-bar nav.main-menu ul {
      margin-top: 100px; }
    nav.main-menu ul li.current-menu-item a {
      color: #f4a208; }
      nav.main-menu ul li:hover a {
        color: #f4a208; }
      nav.main-menu ul li a {
        color: #222;
        text-decoration: none;
        text-align: center;
        font-size: 2em;
        padding: 1em;
        display: block; }

body {
  box-sizing: border-box; }

.container {
  padding: 0 20px;
  max-width: 1000px;
  margin: 0 auto; }

.headline {
  padding-top: 66px;
  padding-bottom: 20px; }

.sub-headline {
  padding-bottom: 30px; }

.no-headline {
  padding-top: 10px;
  padding-bottom: 0px; }

.single-content {
  padding-top: 30px;
  padding-bottom: 60px; }

.single-content h2, .single-content h3, .single-content h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px; }

.single-content h2 {
  margin-bottom: 30px;
  font-size: 22px; }

iframe.instagram-media {
  max-width: 100% !important;
  min-width: 0 !important; }

.row-content .webcams iframe {
  width: 100%;
  max-width: 500px; }
  @media all and (min-width: 720px) and (max-width: 1400px) {
  .row-content .webcams iframe {
    max-height: 450px; } }
  @media all and (min-width: 720px) and (max-width: 1200px) {
  .row-content .webcams iframe {
    max-height: 400px; } }
  @media all and (min-width: 720px) and (max-width: 800px) {
  .row-content .webcams iframe {
    max-height: 350px; } }
  @media all and (min-width: 1201px) {
  .row-content .webcams iframe {
    max-height: 500px; } }

.news-info-container, .weather-rule-container, .weather-info-container {
  min-height: 30px;
  border-radius: 8px;
  line-height: 1.3;
  padding: 1em 1em;
  font-size: 16px; }

.weather-info-container {
  margin-bottom: 30px; }

.weather-rule-container {
  margin-bottom: 30px; }

.news-info-container {
  margin-bottom: 30px; }
  .news-info-container .text {
    text-align: center; }

@media (min-width: 720px) {
  .text-coilumn {
    padding: 30px; } }

.region-row {
  margin: 0 -20px; }
  @media (min-width: 720px) {
  .region-row {
    padding-top: 20px;
    padding-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between; } }
  .region-row .weather-info {
    line-height: 1.3;
    font-size: 14px;
    margin-bottom: 1em; }
  .region-row .weather-info .today {
    margin-bottom: 0.5em; }
  .region-row .region-map {
    height: 300px;
    padding: 0 20px; }
    @media (min-width: 720px) {
  .region-row .region-map {
    flex: 0 0 calc(50%);
    height: 400px;
    float: right; } }
    @media (min-width: 720px) {
    body.home .row-content-0 .region-row .region-map {
      height: 500px;
      flex: 0 0 calc(60%); } }
    .region-row .region-map .map-container {
      width: 100%;
      height: 100%; }
  .region-row .region-image {
    padding: 0 20px; }
    @media (min-width: 720px) {
  .region-row .region-image {
    flex: 0 0 calc(50%); } }
    @media (min-width: 720px) {
    body.home .row-content-0 .region-row .region-image {
      flex: 0 0 calc(40%); } }
    .region-row .region-image img {
      width: 100%;
      height: auto;
      border-radius: 5px; }
      @media (max-width: 719px) {
  .region-row .region-image img {
    display: block;
    max-width: 375px;
    margin: 0 auto; } }
    .region-row .region-image .webcam-main-wrapper {
      border-radius: 5px;
      background-color: #538ec6; }
      .region-row .region-image .webcam-main-wrapper img {
        display: block;
        float: left; }
    .region-row .region-image .preview img {
      width: 23.5%;
      height: auto;
      margin-right: 2%;
      margin-top: 10px;
      display: block;
      float: left;
      border: 2px solid transparent; }
      .region-row .region-image .preview img:nth-of-type(4) {
        margin-right: 0; }
      .region-row .region-image .preview img.active {
        border-color: #e59d37; }
      .region-row .region-image .preview img.clickable {
        cursor: pointer; }
  .region-row .region-images {
    padding: 0 20px; }
    .region-row .region-images img {
      width: 100%;
      height: auto;
      border-radius: 5px; }
      @media (max-width: 719px) {
  .region-row .region-images img {
    display: block;
    max-width: 375px;
    margin: 0 auto; } }
    .region-row .region-images .image img {
      width: 23.5%;
      height: auto;
      margin-right: 2%;
      margin-top: 20px;
      display: block;
      float: left; }
      .region-row .region-images .image img:nth-of-type(4n) {
        margin-right: 0; }
  .region-row .region-text {
    padding: 20px 20px; }
    @media (min-width: 720px) {
  .region-row .region-text {
    flex: 0 0 calc(50%); } }
    @media (min-width: 720px) {
    body.home .row-content-0 .region-row .region-text {
      flex: 0 0 calc(40%); } }
    .region-row .region-text .region-text-inner {
      margin: 20px 0; }
    @media (min-width: 720px) {
  .region-row .region-text {
    float: left; }
    .region-row .region-text .region-text-inner {
      overflow: hidden; } }

.link-group-links {
  padding: 30px 0 20px 0; }

.link-group-headline {
  padding: 9px 16px 10px 16px;
  display: inline-block;
  cursor: pointer; }
  @media (max-width: 719px) {
  .link-group-headline {
    padding: 9px 16px 10px 16px; } }

.sub-headline + .region-row {
  padding-top: 0; }

.region-item .region-row-odd {
  flex-direction: row-reverse; }
  @media (min-width: 720px) {
      .region-item .region-row-odd .region-map {
        float: left; } }
  @media (min-width: 720px) {
      .region-item .region-row-odd .region-text {
        float: right; } }

footer {
  padding: 40px 0;
  margin-top: 40px; }

@media (min-width: 640px) {
  .text-column {
    padding: 35px; } }

.text-columns a {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 6px;
  border-radius: 6px;
  max-width: 250px; }
  .text-columns a img {
    margin-right: 14px; }
  @media (min-width: 640px) {
  .text-columns {
    column-count: 2; } }
  @media (min-width: 960px) {
  .text-columns {
    column-count: 3;
    column-gap: 36px; } }

.interhome {
  border-radius: 12px;
  padding: 12px 18px;
  max-width: 300px; }
  .interhome p {
    margin-bottom: 0; }
  .interhome .wp-block-button {
    text-align: right; }
  .interhome .wp-block-button .wp-block-button__link {
    font-size: 16px;
    margin: 0;
    padding: 8px 14px; }

figcaption {
  line-height: 1.4em;
  text-align: center; }
  figcaption a {
    border: none;
    background-color: #ccc;
    color: #fff;
    text-decoration: none;
    padding: 6px 10px;
    line-height: 1;
    border-radius: 4px;
    margin: 6px;
    font-size: 0.8em;
    text-transform: uppercase;
    display: inline-block; }

.wp-block-cover a {
  text-decoration: none; }

iframe[src*=panoramablick] {
  border-radius: 6px; }

em {
  font-style: italic; }

.adsense-wrapper {
  margin: 40px 0; }
/* grün */
/* panoramablick-blau */
/* orange */
body {
  background-color: rgba(8, 161, 121, 0.2); }
  body p a, body li a {
    color: #08a179; }
  body h1 a, body h2 a, body h3 a, body h4 a, body h5 a, body h6 a {
    color: #08a179; }
  body .interhome {
    background: #fff; }
  body .weather-rule-container, body .weather-info-container {
    color: rgba(255, 255, 255, 0.9);
    background-color: rgba(8, 161, 121, 0.8); }
  body .news-info-container {
    color: rgba(255, 255, 255, 0.9);
    background-color: rgba(245, 157, 0, 0.8); }
  body .news-info-container a {
    color: rgba(255, 255, 255, 0.9); }
  body figcaption a {
    border-color: rgba(8, 161, 121, 0.8);
    background-color: rgba(8, 161, 121, 0.8); }
/*
 body.page-murtensee-info {
 & {
 background-color: transparentize($bgcolor-base-murtensee, 0.8);
 }
 p, li {
 a {
 color: $bgcolor-base-murtensee;
 }
 }
 .interhome {
 background: #ffffff;
 }
 .weather-rule-container,
 .weather-info-container {
 color: transparentize(#ffffff, 0.1);
 background-color: transparentize($bgcolor-base-murtensee, 0.2);
 }
 figcaption a {
 border-color: transparentize($bgcolor-base-murtensee, 0.2);		
 background-color: transparentize($bgcolor-base-murtensee, 0.2);		
 }
 }
 */
body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #222; }

b, strong {
  font-weight: 700; }

h1 {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.4; }

h1.site-name {
  margin-bottom: 3px;
  font-size: inherit;
  line-height: 1em; }

h2, h3 {
  margin-top: 40px;
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.4; }
  h2:first-child, h3:first-child {
    margin-top: 0px; }

p {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 24px; }

ul, ol {
  margin-bottom: 12px;
  padding-left: 1.4em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 24px; }

p:last-child {
  margin-bottom: 0; }

.headline {
  font-size: 20px;
  line-height: 23px; }
  @media (min-width: 720px) {
  .headline {
    font-size: 30px;
    line-height: 34px; } }

.region-text h2 {
  font-size: 20px; }

footer {
  background-color: #3d3d3d; }
  footer, footer a {
    color: #fff; }
  footer .block {
    line-height: 24px; }

body.home .row-content-0 {
  padding-top: 20px; }
  body.home .row-content-0 p {
    font-size: 18px;
    line-height: 27px; }
  body.home .row-content:not(.row-content-0) .region-text a {
    border-color: #ffba00;
    background-color: #ffba00;
    color: #fff;
    background-image: url('../img/arrow-icon.svg'); }
    body.home .row-content:not(.row-content-0) .region-text a:hover {
      border-color: #ffba00;
      background-image: url('../img/arrow-icon-orange.svg'); }

.wp-block-cover .has-very-light-gray-color a {
  text-shadow: 2px 2px 4px #000; }

header {
  background: #fff; }
  header .logo {
    text-decoration: none; }
  header .logo .logo-text .site-name {
    color: #be0d0d; }
    header .logo .logo-text h1.site-name {
      font-size: 28px; }
    header .logo .logo-text .site-slogan {
      color: #999;
      display: none; }

header {
  padding: 20px 0 15px 0; }
  @media (min-width: 720px) {
  header {
    padding: 26px 0 15px 0; } }
  header .container {
    display: flex; }
  header .logo {
    display: flex;
    align-items: center;
    margin-right: auto; }
  header .logo .logo-image {
    margin-right: 10px;
    float: left; }
    header .logo .logo-image img {
      width: 60px;
      max-width: 60px; }
  header .logo .logo-text {
    float: left;
    line-height: 1em; }
  header .panocams-slogan {
    font-size: 14px;
    margin: 0 auto;
    color: #222;
    line-height: 1.2em;
    display: flex;
    align-items: center;
    text-align: center; }
  @media (max-width: 880px) {
    header .panocams-slogan {
      display: none; } }
  header .panocams-social-icon {
    font-size: 14px;
    margin: auto;
    color: #222;
    line-height: 1em;
    text-indent: -1000em;
    display: flex;
    align-items: center;
    text-align: center; }
  @media (max-width: 880px) {
    header .panocams-social-icon {
      display: none; } }
  header .panocams-social-icon a.instagram {
    display: block;
    width: 32px;
    height: 32px;
    background-image: url('../img/instagram-icon.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 14px; }
  header .panocams-social-icon a.facebook {
    display: block;
    width: 32px;
    height: 32px;
    background-image: url('../img/facebook-icon.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 14px; }
  header .panocams-social-icon a.twitter {
    display: block;
    width: 32px;
    height: 32px;
    background-image: url('../img/twitter-icon.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 14px; }
  header .panocams-social-icon a.youtube {
    display: block;
    width: 32px;
    height: 32px;
    background-image: url('../img/youtube-icon.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 14px; }
  header .panocams-social-icon a.youtube_left {
    display: block;
    width: 32px;
    height: 32px;
    background-image: url('../img/youtube-icon-left.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 14px; }
  header .panocams-logo {
    font-size: 14px;
    margin-left: auto;
    margin-right: 40px;
    display: flex;
    align-items: center; }
  @media (max-width: 719px) {
    header .panocams-logo {
      display: none; } }
  header .panocams-logo .panocams-logo-text {
    height: 26px;
    display: flex;
    align-items: end; }
    header .panocams-logo a {
      height: 26px;
      display: block; }
  header .panocams-logo img {
    height: 100%;
    display: block;
    width: auto;
    margin-left: 10px; }

.single-content h2.font-17 {
  font-size: 17px; }

.single-content h2.font-21 {
  font-size: 21px; }
