/*
Theme Name: Panorama
Template: twentyfourteen
Text Domain: pano
Author: AKU
Version: 0.1
Description: Spezial-Theme
*/
@import url("../twentyfourteen/style.css");

/* merriweather-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/merriweather-sans-v26-latin-regular.eot"); /* IE9 Compat Modes */
  src: url("./fonts/merriweather-sans-v26-latin-regular.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("./fonts/merriweather-sans-v26-latin-regular.woff2")
      format("woff2"),
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
      url("./fonts/merriweather-sans-v26-latin-regular.woff") format("woff"),
    /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
      url("./fonts/merriweather-sans-v26-latin-regular.ttf") format("truetype"),
    /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
      url("./fonts/merriweather-sans-v26-latin-regular.svg#MerriweatherSans")
      format("svg"); /* Legacy iOS */
}

/* merriweather-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 700;
  src: url("./fonts/merriweather-sans-v26-latin-700.eot"); /* IE9 Compat Modes */
  src: url("./fonts/merriweather-sans-v26-latin-700.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("./fonts/merriweather-sans-v26-latin-700.woff2")
      format("woff2"),
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
      url("./fonts/merriweather-sans-v26-latin-700.woff") format("woff"),
    /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
      url("./fonts/merriweather-sans-v26-latin-700.ttf") format("truetype"),
    /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
      url("./fonts/merriweather-sans-v26-latin-700.svg#MerriweatherSans")
      format("svg"); /* Legacy iOS */
}

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,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  font-family: "Merriweather Sans", sans-serif;
  font-size: 16px;
}

*,
body,
button,
input,
select,
textarea {
  font-family: "Merriweather Sans", sans-serif;
  color: #454545;
}

body {
  background: none repeat scroll 0 0 #d8d8d8;
}

#main {
  margin-top: 0;
}

h1,
.page-title,
.archive-title {
  font-size: 26px;
  font-weight: 300;
  color: #125c0e;
  margin-top: 0;
}

h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 700;
  margin: 36px 0 8px;
}

strong {
  color: #125c0e;
}

a {
  color: #454545;
  text-decoration: none;
}
a:focus,
a:hover,
a:active {
  outline: 0 none;
  color: #125c0e;
}
a:active,
a:hover {
  color: #125c0e;
}

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: #e5458d;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background-color: #ff53a0;
  color: #fff;
}

button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  background-color: #ff53a0;
}

.site,
.site-header {
  max-width: 950px;
}

.site {
  max-width: 950px;
  padding: 20px;
}

.site:before {
  content: none;
}

#page {
  margin: 20px auto;
  margin-bottom: 60px;
  border: 0px;
  box-shadow: 5px 5px 12px 0px #888888;
}

#header_news {
  float: left;
}

#header {
  margin-bottom: 5%;
}

#header_image {
  position: relative;
}

#header_news img,
#header_image img {
  width: 100%;
  height: auto;
}

#header_image .copyright {
  position: absolute;
  bottom: -1px;
  right: 4px;
  font-size: 11px;
  color: #fff;
  opacity: 0.8;
  font-family: Arial, Helvetica, sans-serif;
  text-shadow: 0px 0px 3px #000;
}

header.archive-header {
  margin-bottom: 30px;
}

#header_logo {
  width: 100% !important;
  height: auto !important;
  z-index: 999;
}

#nav_top {
  clear: both;
  height: 28px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 10px;
  background-color: #f0f0f0;
  margin: 3px 0;
}

#nav_lang,
#nav_search {
  height: 28px;
  line-height: 28px;
  vertical-align: baseline;
}

#nav_lang {
  float: left;
  text-align: right;
  width: 100%;
  background-color: #f0f0f0;
}

#nav_search {
  clear: none;
  float: right;
  width: 20%;
  background-color: #d8d8d8;
}

.masthead-fixed .site-header {
  position: relative;
}

.site-header {
  background-color: #fff;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
  color: #666;
}

:-moz-placeholder {
  color: #666;
}

::-moz-placeholder {
  color: #666;
  opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
  color: #666;
}

/* NAV MAIN ----------------------------------------------------------------- */

.admin-bar.masthead-fixed .site-header {
  top: 0px;
}

.site-navigation ul {
  list-style: none outside none;
  margin: 0;
}

.site-navigation li {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.site-navigation ul ul {
  margin-left: 20px;
}

.site-navigation a {
  color: #fff;
  display: block;
  text-transform: uppercase;
  line-height: 28px;
}

.site-navigation a:hover {
  color: #125c0e;
}

.primary-navigation {
  float: left;
  font-size: 16px;
  font-weight: 400;
  margin: 2px 0 2px 0;
  background-color: #137d0e;
  width: 100%;
  min-height: 28px;
}

.primary-navigation li {
  border: 0;
  border-right: 2px solid #fff;
  height: 28px;
}

.primary-navigation a {
  height: 28px;
}

.primary-navigation li.current_page_item {
  background-color: #e5458d;
  color: #fff;
}

.site-navigation .current_page_item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a {
  font-weight: 400;
  background-color: #e5458d;
  color: #fff;
}

.menu-toggle {
  background-color: #454545;
  height: 28px;
  width: auto;
  left: 0px;
  top: 2px;
  border: 0;
  box-shadow: 0;
  overflow: hidden;
  text-align: left;
  line-height: 28px;
  color: #fff;
}

.menu-toggle:before {
  color: #fff;
  content: "\f419";
  padding: 0;
  line-height: 28px;
  float: left;
  padding-left: 12px;
  padding-right: 5px;
}

.menu-toggle:active,
.menu-toggle:focus,
.menu-toggle:hover {
  background-color: #e5458d;
}

.primary-navigation.toggled-on {
  padding: 0;
  width: 100%;
}

.primary-navigation.toggled-on a {
  padding: 0;
}

.primary-navigation.toggled-on li {
  padding-left: 10px;
  border-right: 0;
}

.primary-navigation .menu-item-has-children > a,
.primary-navigation .page_item_has_children > a {
  padding-right: 12px;
}

.primary-navigation .menu-item-has-children > a:after,
.primary-navigation .page_item_has_children > a:after {
  display: none;
}

.primary-navigation ul ul {
  background-color: #ecfcfc;
  margin: 0;
  top: 28px;
}

.primary-navigation ul ul a {
  padding: 0;
  padding-left: 12px;
}

.primary-navigation li {
  display: block;
  width: auto;
  float: left;
}

.primary-navigation ul.children {
  display: none;
}

.primary-navigation ul ul {
  background-color: transparent;
}

#nav_top input {
  border: 0px solid rgba(0, 0, 0, 0.1);
  background-color: transparent;
  border-radius: 2px;
  color: #666;
  padding: 0 10px;
  height: 28px;
}

/* HEADER ------------------------------------------------------------------ */
#back_body_splash {
  position: fixed;
  left: 50%;
  top: 50px;
  transform: translate(-50%, 0);
}
#back_body_gradient {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.site-header-bar {
  background-color: #137d0e;
  width: 100%;
  height: 10px;
  overflow: hidden;
}
.site-header-bar:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#nav_main {
  display: none;
}

/* SIDEBAR ------------------------------------------------------------------ */
#secondary {
  min-height: 0;
}

/* NAV MARGIN --------------------------------------------------------------- */
#secondary,
.nav-margin {
  padding: 0;
  width: 245px;
}

.nav-margin {
  display: block;
}

.nav-margin ul {
  list-style: none outside none;
  margin: 0;
  padding-top: 0px;
}

.nav-margin ul li {
  background-color: #f8edce;
  margin-bottom: 5px;
  border: 1px solid #b8b8b8;
  padding: 3px 12px;
  color: #000;
}

.nav-margin ul li a:hover {
  color: #125c0e;
}

.nav-margin ul li:first-child {
}

.nav-margin > ul > li:last-child {
  margin-bottom: 48px;
}

.nav-margin ul.children {
  display: none;
  border: 0;
}

.nav-margin ul.children li {
  border: 0;
  border-top: 1px solid #b8b8b8;
  border-radius: 0;
  margin-bottom: 0;
  padding-bottom: 2px;
}

.nav-margin ul.children li a {
  font-size: 12px;
}

.nav-margin .current_page_item ul.children,
.nav-margin .current_page_ancestor ul.children {
  display: block;
}

.nav-margin ul .children li:first-child {
  margin-top: 0;
}

.nav-margin ul.children,
.nav-margin ul.children li {
  padding-top: 0;
}

.nav-margin ul.children li {
}

.nav-margin a {
  color: #454545;
}

.nav-margin .children a {
  padding: 0 12px 0 24px;
}

.nav-margin .children .children a {
  padding: 0 12px 0 36px;
}

.nav-margin .current_page_item > a,
.nav-margin .current-menu-item > a {
  font-weight: 400;
  color: #125c0e;
}

/* BREADCRUMPS -------------------------------------------------------------- */

#breadcrumbs {
  list-style: none;
  margin: 0;
  margin-bottom: 15px;
  overflow: hidden;
  background-color: #f1f7cb;
}

#breadcrumbs li {
  float: left;
  margin: 0;
  padding: 0;
  margin-right: 5px;
  border-bottom: 0;
}

#breadcrumbs li,
#breadcrumbs li *,
#breadcrumbs .separator,
#breadcrumbs .current {
  font-size: 12px;
  line-height: 16px;
}

#breadcrumbs .current {
}

/* CONTENT ------------------------------------------------------------------ */

#primary {
  padding-top: 0;
}

.page-title,
.archive-title {
  border-bottom: 4px solid #137d0e;
}

.page-header {
  margin-bottom: 48px;
}

.archive-header,
.search-header {
  margin-bottom: 0;
}

.full-width .site-content .hentry.has-post-thumbnail:first-child {
  margin: 0;
}

.hentry {
  margin-bottom: 0;
}

.site-content {
  margin-left: 280px;
  margin-bottom: 35px;
}

.site-content .entry-content {
  background-color: transparent;
}

.page .entry-header {
  display: none;
}
.search .entry-header {
  display: block;
}

.entry-header a {
  color: #125c0e;
}

.site-content .entry-header,
.site-content .has-post-thumbnail .entry-header,
.full-width .site-content .entry-header,
.page-content,
.full-width .page-content,
.full-width .archive-header {
  max-width: 100%;
  padding: 0px 0 5px 0;
  margin-top: -5px;
  background-color: transparent;
}

.site-content .has-post-thumbnail .entry-header {
  padding: 20px 0 5px 0;
  margin-top: 0;
}

.entry-title {
  font-size: 26px;
  color: #e5458d;
  margin-bottom: 0;
  text-transform: none;
}

.site-content .entry-meta {
  max-width: 100%;
  padding: 20px 0 5px 0;
}

.entry-meta .entry-date a:before {
  content: "";
}

.site-content .entry-meta,
.site-content .has-post-thumbnail .entry-meta {
  padding: 0;
}

.full-width .site-content .entry-content,
.full-width .comments-area,
.full-width .site-content .entry-summary,
.full-width .page-header {
  padding: 0;
}

.site-content .entry-content,
.comments-area,
.site-content .entry-summary,
.full-width .page-header {
  max-width: 100%;
}

.entry-content ul {
  list-style: none outside none;
  margin: 0;
}

.entry-content li {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

.entry-content a {
  color: #e5458d;
}

ul.display-posts-listing {
  margin-top: 30px;
}

.display-posts-listing .listing-item {
  clear: both;
}

.display-posts-listing img {
  float: left;
  margin: 13px 25px 25px 5px;
  box-shadow: 0 0 0 2px #fff, 0 0 0 7px #ccc;
}

.display-posts-listing a.title {
  color: #e5458d;
  text-decoration: none;
}

.display-posts-listing a.title:after {
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

.excerpt-dash {
  display: none;
}

.excerpt {
  font-weight: 300;
}

.type-post .entry-content img {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

.post-navigation {
  max-width: 100%;
}

.full-width .post-navigation {
  padding: 0;
}

.list-view .site-content .hentry.has-post-thumbnail {
  border-top: 1px solid #ccc;
  padding-top: 48px;
}

.nav-links {
  border-top: 1px solid #ccc;
  border-bottom: 0px solid #ccc;
  height: 110px;
  overflow: hidden;
}

.post-navigation .meta-nav {
  font-weight: 300;
}

.nav-links a,
.post-navigation a {
  display: inline-block;
  width: 40%;
  float: right;
  font-weight: 300;
}

.nav-links a:first-child,
.post-navigation a:first-child {
  float: left;
}

.nav-links a:last-child {
  text-align: right;
}

.nav-links a:first-child {
  text-align: left;
}

.post-navigation a {
  border: 0;
  color: #e5458d;
}

.slideshowlink {
  display: none;
}

/* LISTING VEREIN ----------------------------------------------------------- */
li.verein {
  vertical-align: top;
  border-bottom: 0px solid #ccc;
}

.list_title {
  background-color: #f1f7cb;
  padding-left: 12px;
  margin-bottom: 5px;
  color: #e5458d;
  line-height: 1.6363636363;
}

li.verein .left {
  width: 45%;
  display: inline-block;
  vertical-align: top;
  padding-left: 12px;
  padding-right: 20px;
}

li.verein .left,
li.verein .left a {
  font-size: 14px;
}

.dashicon_info {
  line-height: 21px;
  vertical-align: text-bottom;
}

li.verein .right {
  width: 45%;
  display: inline-block;
  vertical-align: top;
}

.right .details,
.verein_details .details {
  border-bottom: 1px solid #ccc;
  padding: 5px;
  background-color: #fff;
}

li.verein .right,
li.verein .right a,
.left .details,
.right .details,
.right .details a,
.dashicon_info,
.dashicon_info a {
  font-size: 14px;
  -moz-hyphens: manual;
  hyphens: manual;
}

/* DETAILS VEREIN ----------------------------------------------------------- */
.verein_details {
  background-color: #f1f7cb;
  float: right;
  margin-left: 20px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  padding: 2px;
}
.verein_details.full_width {
  width: 100%;
  float: none;
  margin-left: 0;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  padding: 2px;
}

.verein_details .details {
  padding: 5px 5px 5px 4px;
}

.entry-header .dashicon_bvgd {
  float: right;
}

/* DASHICONS ---------------------------------------------------------------- */

.dashicons-before:before {
  padding-top: 1px;
  margin-right: 5px;
  float: left;
}
.dashicon_homepage:before {
  content: "\f115";
}

.dashicon_email:before {
  content: "\f466";
}

.dashicon_tel:before {
  content: "\f125";
}

.dashicon_bvgd:before {
  content: "\f313";
}

.right .dashicon_bvgd:before,
.right .dashicon_bvgd {
  color: #e5458d;
}

.dashicon_person:before {
  content: "\f110";
}

.dashicon_list:before {
  content: "\f163";
}

.dashicon_info:before {
  content: "\f348";
  padding-top: 2px;
}

.dashicon_add:before {
  content: "\f102";
}

/* WIDGETS ------------------------------------------------------------------ */
.widget li,
.widget li a,
.widget li span {
  font-size: 14px;
}

.widget-title,
h1.widget-title {
  font-size: 16px;
  color: #e5458d;
  margin: 0 12px;
  line-height: 1.6363636363;
}

.widget_inner {
  width: 100%;
  padding: 2px;
}

.widget select {
  width: 100%;
}

.primary-sidebar {
  padding-top: 0;
}

.primary-sidebar .widget {
  border: 1px solid #ccc;
}

.primary-sidebar .widget .widget-title {
  font-size: 16px;
  color: #125c0e;
  text-transform: none;
  font-weight: 300;
  margin: 0 12px;
}

.primary-sidebar .widget {
  font-size: 14px;
  line-height: normal;
}

.primary-sidebar .widget ul {
  margin: 0;
}

.primary-sidebar .widget li,
.primary-sidebar .widget li:last-child {
  margin: 0 2px 2px 2px;
  background-color: #f1f7cb;
  padding: 5px 10px;
}

/* FOOTER ------------------------------------------------------------------- */
#footer_bar {
  background-color: #b8e4b6;
  padding: 3px;
  font-size: 12px;
  text-align: center;
  color: #454545;
}

#footer_bar a {
  font-size: 12px;
  text-decoration: underline;
  color: #454545;
}

#footer_bar a:hover,
#footer_bar a:active {
  color: #fff;
}

/* LOGIN -------------------------------------------------------------------- */

body.login div#login {
  margin: auto;
  padding: 8% 0 0;
  width: 366px;
}
body.login {
  background-color: #fff;
}

body.login div#login form#loginform {
  background-color: #f1f7cb;
}

body.login div#login h1 a {
  width: 100%;
  height: 20px;
  background-size: 100%;
  overflow: visible;
}

body.login div#login form#loginform p.submit input#wp-submit {
  background-color: #125c0e;
  border: 0;
}

/* MEDIA -------------------------------------------------------------------- */

/* Tablet quer (und kleiner) ------------------------------------------------ */

@media only screen and (max-width: 1008px) {
  #page {
    margin: 0;
  }

  #secondary {
    background-color: transparent;
  }

  .main-content {
    float: left;
  }

  #secondary {
    border: 0;
    clear: none;
    float: left;
    margin: 0 0 0 -100%;
    width: 245px;
  }

  #supplementary {
    padding: 0;
  }
}

/* Viewport kleiner als Layout ---------------------------------------------- */
@media screen and (max-width: 990px) {
  #page {
    margin: 0;
  }

  #header_news {
    display: none;
  }
}

/* Tablet hoch (und kleiner) ------------------------------------------------- */
@media screen and (max-width: 782px) {
  #header {
    margin-bottom: 1%;
  }

  #primary {
    padding-top: 28px;
  }

  #nav_main {
    display: block;
  }

  .primary-navigation .nav-menu,
  .primary-navigation.toggled-on .nav-menu {
    position: relative;
    left: 0px;
    top: 28px;
    background-color: #f0f0f0;
    width: 100%;
    margin-bottom: 0;
  }

  .main-content {
    float: none;
  }

  #secondary {
    clear: both;
    float: left;
    margin: 0;
    width: 100%;
    min-height: 0;
  }

  .primary-navigation ul {
    margin: 0 12px;
    overflow: hidden;
  }

  .primary-navigation ul ul {
    margin: 0 12px;
    padding: 0;
    width: 90%;
  }

  .primary-navigation ul.children {
    display: inline;
    float: none;
    clear: both;
    margin: 0;
  }

  .primary-navigation li,
  .primary-navigation.toggled-on li {
    display: inline;
    float: none;
    clear: both;
    width: 100%;
    padding: 0;
    border-top: 1px solid #fff;
    padding-top: 2px;
  }

  .primary-navigation a,
  .primary-navigation ul.children li a,
  .primary-navigation.toggled-on ul.children li a,
  .primary-navigation .page_item_has_children > a {
    display: inline-block;
    float: none;
    clear: both;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    font-size: 12px;
    text-transform: none;
  }

  .primary-navigation ul.children li a,
  .primary-navigation.toggled-on ul.children li a {
    padding-left: 10px;
  }

  .primary-navigation ul.children ul.children li a,
  .primary-navigation.toggled-on ul.children ul.children li a {
    padding-left: 20px;
  }

  .primary-navigation ul.children li,
  .primary-navigation.toggled-on ul.children li {
    border-top: 0;
  }

  .primary-navigation li a,
  .primary-navigation.toggled-on li a {
    font-size: 14px;
  }

  .site-navigation a,
  .primary-navigation li.current_page_item,
  .site-navigation .current_page_item > a,
  .site-navigation .current_page_ancestor > a,
  .site-navigation .current-menu-item > a,
  .site-navigation .current-menu-ancestor > a {
    background-color: transparent;
    color: #454545;
  }

  .site-navigation .current_page_item > a,
  .site-navigation .current-menu-item > a {
    color: #125c0e;
  }

  .nav-margin-wrap,
  .nav-margin {
    display: none;
  }

  .nav-margin ul {
    padding-top: 0;
  }

  .site-content {
    margin: 0;
    margin-bottom: 15px;
  }

  .nav-links {
    height: auto;
    overflow: visible;
  }
  .nav-links a,
  .post-navigation a {
    width: 100%;
    float: none;
  }

  .nav-links a:last-child {
    text-align: left;
  }

  .verein_details {
    width: 100%;
    margin-left: 0;
  }

  .widget_widget_bvgd_guidesearch .widget_inner {
    display: none;
  }

  .listing-item.verein .left,
  .listing-item.verein .right {
    width: 100%;
    padding: 0;
  }

  #footer_bar {
    border-radius: 10px;
  }

  table {
    width: auto !important;
  }

  button,
  input,
  select,
  textarea {
    max-width: none;
    width: 100%;
  }
}
