/* =============================================================

	Braun Heinz
	braunhein.de

 * ============================================================= */
/* =============================================================
	CSS RESET
	Meyer's CSS Reset, Normalized.css, and custom code.
 * ============================================================= */
/* Mobile Screen Resizing */
@-webkit-viewport {
  width: device-width;
  zoom: 1.0;
}
@-moz-viewport {
  width: device-width;
  zoom: 1.0;
}
@-ms-viewport {
  width: device-width;
  zoom: 1.0;
}
@-o-viewport {
  width: device-width;
  zoom: 1.0;
}
@viewport {
  width: device-width;
  zoom: 1.0;
}
/* Remove browser defaults */
/* line 14, sass/01_basic/_reset.scss */
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,
button, 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;
  list-style: none;
}

/* Add box sizing to everything
 * http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
/* line 38, sass/01_basic/_reset.scss */
html {
  box-sizing: border-box;
}

/* line 41, sass/01_basic/_reset.scss */
*, *:before, *:after {
  box-sizing: inherit;
}

/*  Set display type for HTML5 semantic elements */
/* line 46, sass/01_basic/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/*  Force scrollbar display to prevent jumping on pages.
 *  Fix text resize bug on mobile devices. */
/* line 53, sass/01_basic/_reset.scss */
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/*  Display audio, canvas, and video elements as inline block elements. */
/* line 60, sass/01_basic/_reset.scss */
audio,
canvas,
video {
  display: inline-block;
}

/*  Prevent modern browsers from displaying audio without controls. */
/* line 67, sass/01_basic/_reset.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*  Prevent img and video elements from spilling
 *  outside of the page on smaller screens. */
/* line 74, sass/01_basic/_reset.scss */
img,
video {
  max-width: 100%;
  height: auto;
}

/*  Prevent iframe, object, and embed elements from
 *  spilling outside of the page on smaller screens. */
/* line 82, sass/01_basic/_reset.scss */
iframe,
object,
embed {
  max-width: 100%;
}

/* Address [hidden] styling not present in IE 8/9.
 * Hide the template element in IE, Safari, and Firefox < 22. */
/* line 90, sass/01_basic/_reset.scss */
[hidden],
template {
  display: none;
  visibility: hidden;
}

/*  Prevents IE from making scaled images look like crap */
/* line 97, sass/01_basic/_reset.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/*  Address outline inconsistency between Chrome and other browsers. */
/* line 102, sass/01_basic/_reset.scss */
a:focus,
button:focus {
  outline: none;
  outline: calc-em(5px) auto -webkit-focus-ring-color;
  outline-offset: calc-em(-2.5px);
}

/*  Improve readability when focused and also mouse hovered in all browsers. */
/* line 110, sass/01_basic/_reset.scss */
a:hover,
a:active {
  outline: 0;
}

/* =============================================================
	TYPOGRAPHY
	Sets font styles for entire site.
 * ============================================================= */
/* line 6, sass/01_basic/_typography.scss */
body {
  font-family: Arial;
  font-size: 100%;
  line-height: 1.5em;
  font-weight: normal;
  color: #6f6f6f;
  background: #ffffff;
}

/* line 15, sass/01_basic/_typography.scss */
h1 {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.35em;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 30px;
}
/* line 22, sass/01_basic/_typography.scss */
h1 span {
  text-transform: none;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.125rem;
}
/* line 27, sass/01_basic/_typography.scss */
h1 span a {
  color: #58585a;
  text-decoration: underline;
}

/* line 34, sass/01_basic/_typography.scss */
h2,
h3 {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.25em;
  margin-bottom: 4px;
  color: #b3b3b3;
  font-weight: bold;
}

/* line 43, sass/01_basic/_typography.scss */
h4 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 8px;
}

/* line 49, sass/01_basic/_typography.scss */
p,
table {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.55em;
  margin-bottom: 1.55em;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

/* line 61, sass/01_basic/_typography.scss */
strong {
  font-weight: bold;
}

/* line 65, sass/01_basic/_typography.scss */
em {
  font-style: italic;
  color: #b3b3b3;
}

/*  Links
 *  Hyperlink styling */
/* line 73, sass/01_basic/_typography.scss */
a {
  color: #b3b3b3;
  text-decoration: none;
  word-wrap: break-word;
}

/* line 79, sass/01_basic/_typography.scss */
a:hover {
  color: #b3b3b3;
}

/* line 83, sass/01_basic/_typography.scss */
a img {
  border: none;
  background: none;
}

/*  Prevents border/background on linked image hover.
 *  Adds slight opacity. */
/* line 90, sass/01_basic/_typography.scss */
a:hover img {
  border: none;
  background: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/*
* 1.0 Basic styles
*/
/* line 18, sass/style.scss */
html,
body {
  height: 100%;
}

/* line 15, sass/_mixins.scss */
.row:before, .page-wrapper:before, .row:after, .page-wrapper:after {
  content: "";
  display: table;
}
/* line 20, sass/_mixins.scss */
.row:after, .page-wrapper:after {
  clear: both;
}

/* line 27, sass/style.scss */
.container {
  width: 980px;
  max-width: 100%;
  padding: 0 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 34, sass/style.scss */
.alignright {
  float: right;
}

/* line 38, sass/style.scss */
.alignleft {
  float: left;
}

@media screen and (max-width: 650px) {
  /* line 44, sass/style.scss */
  .alignright,
  .alignleft {
    float: none;
    clear: both;
  }
}
/* line 51, sass/style.scss */
.wp-caption {
  padding: 10px;
}

/* line 55, sass/style.scss */
.slideshowlink {
  display: none;
}

/* Header + Navi*/
/* line 2, sass/01_basic/_header.scss */
#site-header {
  width: 100%;
  padding-top: 60px;
  height: 140px;
  position: relative;
}

/* line 10, sass/01_basic/_header.scss */
.language-menu {
  position: absolute;
  left: 78%;
  top: 45px;
}

/* line 17, sass/01_basic/_header.scss */
#lang_sel_list a {
  font-size: 17px;
  font-size: 1.0625rem;
  padding-left: 0;
  padding-right: 12px;
  text-transform: lowercase;
  font-family: 'Arial', sans-serif;
}
@media screen and (max-width: 940px) {
  /* line 17, sass/01_basic/_header.scss */
  #lang_sel_list a {
    display: none;
  }
}
/* line 28, sass/01_basic/_header.scss */
#lang_sel_list a.lang_sel_sel {
  color: #b3b3b3;
}

/* line 33, sass/01_basic/_header.scss */
#lang_sel_footer {
  display: none;
  border: none;
}
@media screen and (max-width: 940px) {
  /* line 33, sass/01_basic/_header.scss */
  #lang_sel_footer {
    display: block;
  }
}

/* line 43, sass/01_basic/_header.scss */
.logo {
  display: block;
  color: #6199d4;
  font-size: 64px;
  font-size: 4rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 15px;
}
/* line 51, sass/01_basic/_header.scss */
.logo:hover {
  color: #6199d4;
}

/* line 56, sass/01_basic/_header.scss */
h2 {
  color: #6199d4;
  font-size: 20px;
  font-size: 1.25rem;
  padding-left: 343px;
  font-weight: normal;
}

@media screen and (max-width: 650px) {
  /* line 65, sass/01_basic/_header.scss */
  #site-header {
    padding-top: 30px;
    height: 95px;
  }

  /* line 70, sass/01_basic/_header.scss */
  .logo {
    font-size: 32px;
    font-size: 2rem;
    margin-bottom: 5px;
  }

  /* line 75, sass/01_basic/_header.scss */
  h2 {
    padding-left: 0;
  }
}
/* Main*/
/* line 1, sass/01_basic/_main.scss */
.page-wrapper {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #58585a;
  padding-bottom: 20px;
  min-height: 800px;
}

.page-id-6 .page-wrapper,
.page-id-1449 .page-wrapper {
  min-height: 100px;
}

/* line 10, sass/01_basic/_main.scss */
.page-content {
  width: 78%;
  float: left;
  position: relative;
  padding-right: 40px;
}
/* line 16, sass/01_basic/_main.scss */
.page-content ul {
  margin-bottom: 20px;
  margin-left: 15px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.35em;
}
/* line 23, sass/01_basic/_main.scss */
.page-content ul li {
  list-style-type: square;
  padding-bottom: 0.05em;
  padding-left: 0.15em;
}

/* line 32, sass/01_basic/_main.scss */
.start {
  max-width: 435px;
}

/* line 36, sass/01_basic/_main.scss */
.quote {
  position: absolute;
  bottom: 25px;
  left: 455px;
  max-width: 400px;
}
/* line 42, sass/01_basic/_main.scss */
.quote p {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.45em;
  margin-bottom: 5px;
}
/* line 48, sass/01_basic/_main.scss */
.quote cite {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.55em;
  font-style: italic;
  color: #b3b3b3;
}

@media screen and (max-width: 650px) {
  /* line 58, sass/01_basic/_main.scss */
  .start {
    max-width: 100%;
  }

  /* line 62, sass/01_basic/_main.scss */
  .page-content {
    float: none;
    clear: both;
    width: 100%;
    padding-right: 0;
  }

  /* line 69, sass/01_basic/_main.scss */
  .quote {
    position: relative;
    bottom: 0;
    left: 0;
    max-width: 100%;
    margin-top: 30px;
  }
}
/* line 79, sass/01_basic/_main.scss */
.videos {
  margin-bottom: 40px;
  width: 60%;
}

/* line 87, sass/01_basic/_main.scss */
.wpcf7-form input,
.wpcf7-form textarea {
  border: none;
  background: #f3f3f3;
  font-family: Arial;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  font-size: 1rem;
}
/* line 97, sass/01_basic/_main.scss */
.wpcf7-form .wpcf7-submit {
  max-width: 280px;
  background: #6199d4;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
}

/* line 108, sass/01_basic/_main.scss */
.chronologisch {
  /*float: right;
  padding-right: 20px;*/
}

/* sidebar*/
/* line 1, sass/01_basic/_sidebar.scss */
.page-id-6 .page-aside,
.page-id-1449 .page-aside {
  margin-top: -28px;
}

/* line 6, sass/01_basic/_sidebar.scss */
.page-aside {
  width: 22%;
  float: right;
  margin-top: 53px;
}

/* line 14, sass/01_basic/_sidebar.scss */
.page-navi li {
  display: block;
  line-height: 1.4em;
  font-size: 19px;
  font-size: 1.1875rem;
}
/* line 20, sass/01_basic/_sidebar.scss */
.page-navi a {
  color: #58585a;
}
/* line 23, sass/01_basic/_sidebar.scss */
.page-navi a:hover {
  color: #b3b3b3;
}
/* line 28, sass/01_basic/_sidebar.scss */
.page-navi .current-menu-item > a {
  color: #b3b3b3;
}
/* line 32, sass/01_basic/_sidebar.scss */
.page-navi li > .sub-menu {
  display: none;
}
/* line 36, sass/01_basic/_sidebar.scss */
.page-navi li.current-menu-item > .sub-menu,
.page-navi li.current-menu-parent > .sub-menu {
  display: block;
}
/* line 42, sass/01_basic/_sidebar.scss */
.page-navi .sub-menu li {
  font-size: 17px;
  font-size: 1.0625rem;
  margin-left: 10px;
}

/* line 49, sass/01_basic/_sidebar.scss */
.toggle-btn {
  display: none;
  position: absolute;
  top: 60px;
  right: 10px;
  border: 1px solid #b3b3b3;
  padding: 10px;
}

@media screen and (max-width: 940px) {
  /* line 59, sass/01_basic/_sidebar.scss */
  .toggle-btn {
    display: block;
  }

  /* line 63, sass/01_basic/_sidebar.scss */
  .page-aside {
    display: none;
    position: absolute;
    width: 100%;
    background: #ebebeb;
    top: -40px;
    left: 0;
    padding: 15px;
    margin-top: 0;
  }
  /* line 73, sass/01_basic/_sidebar.scss */
  .page-aside.active {
    display: block;
  }

  /* line 80, sass/01_basic/_sidebar.scss */
  .page-navi li {
    line-height: 2em;
  }
  /* line 84, sass/01_basic/_sidebar.scss */
  .page-navi li > .sub-menu {
    display: block;
  }
}
@media screen and (max-width: 650px) {
  /* line 92, sass/01_basic/_sidebar.scss */
  .toggle-btn {
    top: 30px;
  }

  /* line 96, sass/01_basic/_sidebar.scss */
  .page-aside {
    top: -10px;
  }
}
/* Gallery eigene Styles */
/* line 69, sass/style.scss */
.ngg-gallery-thumbnail img {
  border: none !important;
  padding: 0 !important;
}

/* line 74, sass/style.scss */
.ngg-gallery-thumbnail {
  text-align: left !important;
  line-height: 1.2em;
  margin-bottom: 15px;
}
/* line 79, sass/style.scss */
.ngg-gallery-thumbnail span {
  margin-top: 20px;
}

/* line 84, sass/style.scss */
.page-id-16 .ngg-fancybox,
.page-id-527 .ngg-fancybox,
.page-id-1457 .ngg-fancybox,
.page-id-1459 .ngg-fancybox {
  min-height: 165px;
  display: inline-block;
}

@media screen and (max-width: 650px) {
  /* line 94, sass/style.scss */
  .ngg-gallery-thumbnail-box {
    float: none;
    clear: both;
  }
}
/* Besondere Styles */
/* line 101, sass/style.scss */
.wp-image-631,
.wp-image-746 {
  padding-right: 10px;
}

/* line 106, sass/style.scss */
.page-id-14 .ngg-gallery-thumbnail span,
.page-id-529 .ngg-gallery-thumbnail span,
.page-id-1455 .ngg-gallery-thumbnail span,
.page-id-1441 .ngg-gallery-thumbnail span {
  display: none;
}

/* line 113, sass/style.scss */
.page-id-772 .page-content,
.page-id-1451 .page-content {
  padding-top: 53px;
}

.page-content .ngg-gallery-thumbnail {
  border: none;
  margin-bottom: 20px;
}

.page-content .ngg-gallery-thumbnail a {
  min-height: 190px;
}

#frmgallerysearch_box {
  margin-bottom: 40px;
}

#txtnggSearchtag_box {
  width: 80%;
  padding: 3px 9px;
  font-size: 1.125rem;
  color: #6f6f6f;
  font-family: Arial;
/*  box-shadow: 0 0 3px #6f6f6f;
  border: 1px solid #6f6f6f;*/
}

#txtnggSearchtag_box:focus,
#txtnggSearchtag_box:hover {
  /*outline-color: #6f6f6f;
  outline: none !important;
  box-shadow: 0 0 5px #6f6f6f;
  border: 1px solid #6f6f6f;*/
  /*border: 1px solid grey;*/
}

#wpngg_img_search_result {
  padding: 0;
  background: #fff;
  border: none;
  margin: 0;
}

#wpngg_img_search_result > div{
  width: 100%;
}

#wpngg_img_search_result > div > div {
  width: 25%;
  line-height: 1.2em;
  min-height: 380px;
  padding: 5px 5px 5px 0;
}

#wpngg_img_search_result > div > div > a {
  margin: 4px 8px 4px 0;
  min-height: 190px;
}

#wpngg_img_search_result > div > div > div {
  font-size: 90%;
  margin-top: 20px;
}

#wpngg_img_search_result > div > div > div > span {
  font-weight: bold;
}

#wpngg_img_search_result > div > div> a > img {
  border: none;
  padding: 0;
  height: auto;
  width: 100%;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
}

.ngg-gallery-thumbnail .number,
#wpngg_img_search_result .number {
  margin-top: 5px;
  color: #6f6f6f;
  padding-left: 0;
  font-size: 75%;
  font-weight: normal;
  position: relative;
  display: block;
}

.page-content .ngg-gallery-thumbnail {
  margin: 4px 8px 20px 0 !important;
}

.ngg-gallery-thumbnail a {
  margin: 4px 8px 4px 0 !important;
}

.ngg-gallery-thumbnail span {
  padding-left: 0 !important;
}

.tos-pagination.tos-thumbnails {
  display: none !important;
}

.tos-wrapper.tos-has-thumbnails .tos-pagination a  {
  display: none;
}

.tos-caption {
  display: none !important;
}

.tos-prev,
.tos-next {
  display: none !important;
}

.tos-close {
  background: rgba(0, 0, 0, 0) url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%09%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21%204.41L19.59%203%2012%2010.59%204.41%203%203%204.41%2010.59%2012%203%2019.59%204.41%2021%2012%2013.41%2019.59%2021%2021%2019.59%2013.41%2012%2021%204.41z%22/%3E%0A%3C/svg%3E") no-repeat scroll center center / 100% auto !important;
  /*background: none !important;*/
  display: block !important;
  height: 30px !important;
  width: 30px !important;
  top: 25px !important;
  right: 25px !important;
  opacity: 1 !important;
}

.tos-close span {
  display: none;
}

.tos-close span::before,
.tos-close span::after {
  display: none;
}

.yoursearch {
  font-size: 90%;
}

body span.wvn {
  position: absolute;
  top: -20px;
  margin-top: 0;
  margin-bottom: 10px;
  display: none !important;
  background: #6199D4;
  padding: 2px 5px !important;
  color: #fff;
  width: 100%;
  font-size: 13px;
}

.caption-jail {
  position: relative;
  padding-top: 10px;
}