/*------------------------------------------------------------------
es freut mich, dass Sie sich fuer unser CSS interessieren
realisiert durch :  inXpression

-------------------------------------------------------------------*/
/*
01. General
*/
body {
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  min-width: 320px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin-bottom: 25px;
  line-height: 1.3;
  font-weight: 700;
}
h1 { font-size: 28px;}
h2 { font-size: 24px;}
h3 { font-size: 22px;}
h4 { font-size: 20px;}
h5 { font-size: 18px;}
h6 { font-size: 16px;}

/* only on page HOME
  (class .home set to the BODY-element)
*/
.home h2 {font-size: 18px;}


img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.home img.home-pic { display:block; }

blockquote {
  padding-left: 30px;
  font-family: 'PT Serif', serif;
  border-left: 1px solid #000;
  margin-bottom: 30px;
  font-size: 16px;
}
blockquote cite {
  display: block;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  margin-top: 15px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}
p {
  margin: 0 0 20px 0;
}
strong,
b {
  font-weight: 700;
}
address {
  font-size: 1.3em;
  margin-bottom: 20px;
}
big {
  font-size: 1.3em;
}
iframe { border:0 none; }

@media (max-width: 560px) {
  iframe { width:98%; }
}

ul,
ol {
  padding: 0 0 30px 20px;
}
ul.list-none,
ol.list-none {
  list-style-type: none;
  padding: 0;
}
ul {
  list-style: square outside none;
}
ol {
  list-style: decimal outside none;
}
a {
  color: inherit;
  line-height: inherit;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: inherit;
}
p a {
  color: rgba(0,0,0,0.5);
}
p a:hover {
  color: #000;
}
pre {
  overflow: auto;
  clear: both;
  position: relative;
  max-width: 100%;
  margin: 0 0 20px 0;
  background-color: #fafafa;
  padding: 20px 40px 20px 20px;
  font-family: monospace;
  white-space: pre-wrap;
  color: inherit;
}

dl {
  margin-bottom: 30px;
}
dt {
  font-weight: 400;
  margin-bottom: 1px;
  color: #000;
  text-transform: uppercase;
}
dd {
  margin-bottom: 12px;
}
table {
  width: 100%;
  max-width: 100%;
  margin: 0 0 30px 0;
}
thead th {
  background-color: #f2f2f2;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
}
th,
td {
  padding: 10px 15px;
}
tr:nth-child(odd) {
  background-color: #fafafa;
}
label {
  display: block;
  margin: 0 0 3px;
  color: #000;
  font-weight: 700;
  font-size: 14px;
}
.field-wrap {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
input,
textarea,
select {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
}
input:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
}
input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
}
input,
textarea {
  background-color: transparent;
  display: block;
  color: #000;
  width: 100%;
  padding: 6px 10px;
  border: none;
  border: 1px solid #000;
  border-radius: 0;
  outline: none;
  transition: all 0.25s ease-in-out;
}
textarea {
  resize: none;
}

/*
03. Footer
*/
footer.footer {
  padding-top: 30px;
  padding-bottom: 100px;
  background-color: #fff;
  text-align: center;
}
footer.footer p.copy {
  font-size: 12px;
}

/*
04. Navbar
*/
/*
04.1 Site Logo
*/
.site-logo {
  margin-bottom: 20px;
  display: inline-block;
}
.site-logo img {
  max-height: 60px;
}

/*
04.2 Site Menu
*/
.header-wrap {
  padding-top: 70px;
  padding-bottom: 20px;
}
.site-nav {
  text-align: center;
  margin-bottom: 30px;
}
.site-nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.site-nav ul li {
  position: relative;
  display: block;
}
.site-nav ul li a {
  display: block;
  color: #000;
  font-size: 14px;
}

.site-nav .aktiv {
  color:#F29400 !important;
  font-size: 14px;
  border-bottom:dotted;
}

.site-nav > ul > li {
  display: inline-block;
  margin: 0 20px;
}
.site-nav > ul > li > a {
  font-size: 18px;
  padding: 15px 0;
}
.site-nav > ul > li > a:hover {
  color: #333;
}
.sub-menu {
  position: absolute;
  top: 100%;
  left: -15px;
  min-width: 125px;
  padding: 6px 0 !important;
  border: 1px solid #000;
  background-color: #fff;
  text-align: left;
  opacity: 0;
  z-index: 555;
  visibility: hidden;
  transition: opacity 0.25s, visibility 0.25s;
}
.sub-menu li a {
  padding: 4px 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.sub-menu li a:hover {
  color: rgba(0,0,0,0.5);
}
ul.sub-menu ul.sub-menu {
  top: -6px;
  left: 100%;
}
.sub-menu::before {
  content: '';
  margin: 0 !important;
  width: 10px;
  height: 10px;
  position: absolute;
  top: -6px;
  left: 15px;
  border: none;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  background-color: #fff;
  transform: rotate(-45deg);
}
ul.sub-menu ul.sub-menu::before {
  top: 12px;
  left: -6px;
  border: none;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(45deg);
}
/* bk:: beda added 'has_children:hover'
        ('has_children' generated by PW)
*/
.has_children:hover > ul.sub-menu,
.menu-item-has-children:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
}
.mobile-menu-toggle {
  display: none;
  text-align: center;
  margin-bottom: 30px;
}
.mobile-menu-toggle a {
  font-size: 18px;
  padding: 6px 15px;
  text-transform: uppercase;
  background-color: #f2f2f2;
  border-radius: 3px;
  letter-spacing: 1px;

}
.mobile-menu-toggle a:hover {
  background-color: #ebebeb;
}

@media (min-width: 769px) {
  .site-nav,
  .sub-menu {
    display: block !important;
  }
  .sub-menu {
    margin: 0 !important;
    height: auto !important;
  }
}

@media (max-width: 768px) {
  .mobile-menu-toggle {
    display: block;
  }
  .site-nav {
    display: none;
  }
  .site-nav > ul > li {
    display: block;
    margin: 0 0 2px 0;
    background-color: #eee;
  }
  .site-nav > ul > li a {
    padding: 6px 0;
  }
  li.sub-active > a {
    color: rgba(0,0,0,0.5) !important;
  }

  ul.sub-menu {
    position: relative;
    top: 0;
    left: 0;
    min-width: 100%;
    text-align: center;
    opacity: 1;
    display: block;
    visibility: visible;
    background-color: #fff;
    border: 1px solid #ccc;
  }

  ul.sub-menu > li {
    margin: 0;
    padding:0;
    background-color: #fff;
  }

  ul.sub-menu::before {
    display: none;
  }
  ul.sub-menu ul.sub-menu {
    left: 0;
  }
}


/*
06.4 Button
*/
.btn {
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  background: none;
  box-shadow: none;
  outline: none;
  border: none;
  letter-spacing: 2px;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  border-radius: 0;
  padding: 9px 15px;
  box-shadow: inset 0 0 0 1px #000;
  transform: none;
  transition: all 0.25s ease-in-out;
}
.btn.disable {
  cursor: default;
}
.btn:focus,
.btn:active {
  outline: none;
}
.btn:hover {
  box-shadow: inset 0 0 0 2px #000;
}

.align-left, align_left { float:left; }
.align-right, align_right { float:right; }

/*
08. Additional
*/
/*
08.1 Selection
*/
::-moz-selection {
  background: #000;
  color: #fff;
}
::selection {
  background: #000;
  color: #fff;
}
/*
08.2 Helper Class
*/
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.hidden {
  display: none;
}
.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.empty-line {
  height: 80px;
}
.empty-line-sm {
  height: 50px;
}
.empty-line-sm,
.empty-line {
  display: block;
  width: 100%;
  clear: both;
}
.empty-line-sm::after,
.empty-line::after {
  content: '';
  display: table;
  clear: both;
}
main.site-padding {
  padding: 0px 0;
}
.container {
  max-width: 960px;
}

main.site-padding a, main.site-padding a:visited {
  color:#f00;
}
main.site-padding a:focus, main.site-padding a:hover, main.site-padding a:active {
  text-decoration:underline;
}


/*
08.4 Fancybox / Galleries
     more, s. jquery.fancybox.css
*/
.gallerycontainer { text-align:center; }
.gallerycontainer figure { display:block; overflow:hidden; }
.gallerypics, .gallerypics li { margin:0; padding:0; list-style:none; }
.gallerypics li { display:inline-block; }
.gallerypics figure { margin:0 20px 20px 0; padding:0; }
.gallerypics figure a {display:block; margin:0; padding:0; opacity:1; }
.gallerypics figure a:hover { opacity:.6; }
.gallerypics figure img {display:inline-block;}
.gallerypics figure figcaption {}


/* Legende (unter dem grossen Bild) */
.fancybox-title.fancybox-title-inside-wrap {
  background-color:#f1f1f1;
  text-align:center;
  padding:10px 20px;
}


/*
08.5 Preloader
*/
.preloader {
  position: fixed;
  overflow: hidden;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9999;
  background-color: #fff;
}
.preloader img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
/*
08.6 Back To Top
*/
.back-to-top {
  position: fixed;
  bottom: 60px;
  right: 40px;
  visibility: hidden;
  z-index: 555;
  letter-spacing: 2px;
  cursor: pointer;
  font-size: 10px;
  text-transform: uppercase;
  transform: rotate(90deg);
  transform-origin: top right;
  transition: all 0.25s ease;
  color: #000;
}
.back-to-top:hover {
  color: rgba(0,0,0,0.5);
}
.back-to-top.is-visible {
  visibility: visible;
}
@media (max-width: 533px) {
  .back-to-top {
    display: none;
  }
}


