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

	Eva Tillmetz | Partnerschaftsberatung Regensburg
	http://www.partnerschaftsberatung-regensburg.de

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

 .page-header {
   height: 290px;
   width: 940px;
   background: url("../img/fotos/finger-smile.jpg") no-repeat 0 0;
   border-bottom: 1px solid black;
 }

 .page-header.seminare {
   height: 290px;
   width: 940px;
   background: url("../img/fotos/fib-spiel.jpg") no-repeat 0 0;
   border-bottom: 1px solid black;
 }

 .page-header.fortbildungen {
   height: 290px;
   width: 940px;
   background: url("../img/fotos/spiel-ganzes.jpg") no-repeat 0 0;
   border-bottom: 1px solid black;
 }

 .page-header.beratung {
   height: 290px;
   width: 940px;
   background: url("../img/fotos/sand-haende.jpg") no-repeat 0 0;
   border-bottom: 1px solid black;
 }




/* =============================================================
	CSS RESET
	Meyer's CSS Reset, Normalized.css, and custom code.
 * ============================================================= */
/* Mobile Screen Resizing */
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v28-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v28-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v28-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v28-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v28-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v28-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v28-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v28-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v28-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v28-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v28-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v28-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-600italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/open-sans-v28-latin-600italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v28-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v28-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v28-latin-600italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v28-latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v28-latin-600italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}

@-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 26, ../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 47, ../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 62, ../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 75, ../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 84, ../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 91, ../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 103, ../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 111, ../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: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.5em;
  font-weight: normal;
  color: black;
  background: #f8deaa;
}

/* line 15, ../sass/01_basic/_typography.scss */
h1, h2, h3, p {
  color: #5b4b38;
}

/* line 19, ../sass/01_basic/_typography.scss */
h1 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.15em;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 30px;
}
/* line 25, ../sass/01_basic/_typography.scss */
h1 span {
  font-weight: 400;
  font-size: 28px;
  font-size: 1.75rem;
}

/* line 31, ../sass/01_basic/_typography.scss */
h2 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2em;
  font-weight: 600;
  padding-bottom: 15px;
}

/* line 38, ../sass/01_basic/_typography.scss */
h3 {
  text-transform: uppercase;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.25em;
}

/* line 44, ../sass/01_basic/_typography.scss */
p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7em;
  margin-bottom: 1.25em;
}

/* line 50, ../sass/01_basic/_typography.scss */
p.intro {
  font-size: 16px;
  font-size: 1rem;
}

/* line 54, ../sass/01_basic/_typography.scss */
p.p-list {
  margin-bottom: 5px;
}

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

/*  Links
 *  Hyperlink styling */
/* line 63, ../sass/01_basic/_typography.scss */
a {
  color: black;
  text-decoration: none;
  word-wrap: break-word;
}
/* line 67, ../sass/01_basic/_typography.scss */
a:hover {
  color: #aa3636;
}
/* line 70, ../sass/01_basic/_typography.scss */
a img {
  border: none;
  background: none;
}

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

/* line 86, ../sass/01_basic/_typography.scss */
.list {
  margin-left: 18px;
  margin-bottom: 1.25em;
}
/* line 90, ../sass/01_basic/_typography.scss */
.list li {
  list-style: disc;
  padding-left: 5px;
  line-height: 1.7em;
  padding-bottom: 5px;
  color: #5b4b38;
  font-size: 14px;
  font-size: 0.875rem;
}

/* line 101, ../sass/01_basic/_typography.scss */
.list.intro li {
  font-size: 16px;
  font-size: 1rem;
}

/* line 106, ../sass/01_basic/_typography.scss */
blockquote {
  width: 520px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 110, ../sass/01_basic/_typography.scss */
blockquote p {
  font-style: italic;
  line-height: 1.5em;
  font-size: 22px;
  font-size: 1.375rem;
}
/* line 116, ../sass/01_basic/_typography.scss */
blockquote cite {
  display: block;
  text-align: right;
  padding-top: 10px;
}

/*
1.0 Basic styles
============================================================== */
/* line 16, ../sass/_mixins.scss */
.row:before, .row:after {
  content: "";
  display: table;
}
/* line 20, ../sass/_mixins.scss */
.row:after {
  clear: both;
}

/* line 22, ../sass/style.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 27, ../sass/style.scss */
.col-one, .col-two, .col-three {
  float: left;
  padding-right: 30px;
}
/* line 31, ../sass/style.scss */
.col-one img, .col-two img, .col-three img {
  margin-top: 5px;
}

/* line 36, ../sass/style.scss */
.col-one.last, .col-two.last, .col-three.last {
  padding-right: 0;
}
/* line 39, ../sass/style.scss */
.col-one.last img, .col-two.last img, .col-three.last img {
  margin-top: 5px;
}

/* line 44, ../sass/style.scss */
.col-one {
  width: 160px;
}

/* line 48, ../sass/style.scss */
.col-two {
  width: 320px;
}

/* line 52, ../sass/style.scss */
.col-three {
  width: 480px;
}

/* line 56, ../sass/style.scss */
.offset-top {
  margin-top: 30px;
}

/* line 60, ../sass/style.scss */
.offset-bottom {
  margin-bottom: 30px;
}

/* line 64, ../sass/style.scss */
.more {
  display: none;
}

/* line 68, ../sass/style.scss */
.more.show {
  display: block;
}

/* line 72, ../sass/style.scss */
.common-class {
  padding-bottom: 30px;
}
/* line 75, ../sass/style.scss */
.common-class .row {
  padding-bottom: 18px;
}

/*
2.0 Page
============================================================== */
/* line 83, ../sass/style.scss */
.page-wrapper {
  width: 960px;
  padding: 0 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 89, ../sass/style.scss */
.page-fib {
  text-align: right;
  padding-top: 30px;
  font-size: 14px;
  font-size: 0.875rem;
}
/* line 94, ../sass/style.scss */
.page-fib span {
  padding-bottom: 10px;
  padding-right: 10px;
}
/* line 99, ../sass/style.scss */
.page-fib a {
  display: inline-block;
  padding: 10px;
  text-transform: uppercase;
  color: white;
  background: #aa3636;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
}

/* line 110, ../sass/style.scss */
.page-shadow {
  background: #fff2e3;
  -webkit-box-shadow: 2px 2px 10px #595959;
  -moz-box-shadow: 2px 2px 10px #595959;
  box-shadow: 2px 2px 10px #595959;
}


/* line 144, ../sass/style.scss */
.page-content {
  padding: 45px 30px 15px 30px;
}

/* line 148, ../sass/style.scss */
.page-footer {
  width: 880px;
  margin: 0 30px;
  padding: 10px 0;
  margin-top: 100px;
  border-top: 1px solid black;
  font-size: 14px;
  font-size: 0.875rem;
}

/*
3.0 Logo
============================================================== */
/* line 160, ../sass/style.scss */
.header-logo {
  padding-top: 40px;
  padding-left: 40px;
}
/* line 164, ../sass/style.scss */
.header-logo h1, .header-logo p {
  color: white;
}
/* line 168, ../sass/style.scss */
.header-logo h1 {
  padding-bottom: 0;
}
/* line 172, ../sass/style.scss */
.header-logo p {
  line-height: 1.25em;
  font-size: 16px;
  font-size: 1rem;
}

/*
4.0 Page Navigation
============================================================== */
/* line 181, ../sass/style.scss */
.page-navigation {
  float: left;
  width: 200px;
  padding: 20px 10px 150px 0;
  background: #ab9376;
}
/* line 187, ../sass/style.scss */
.page-navigation li {
  margin-bottom: 15px;
  font-size: 14px;
  font-size: 0.875rem;
}
/* line 192, ../sass/style.scss */
.page-navigation a {
  padding-left: 12px;
  font-weight: 400;
}
/* line 197, ../sass/style.scss */
.page-navigation .page-navigation-active, .page-navigation a:hover {
  border-left: 3px solid black;
  font-weight: 600;
  padding-left: 8px;
  color: black;
}

/*
5.0 Page Footer
============================================================== */
/* line 209, ../sass/style.scss */
.footer-copyright {
  float: left;
  width: 20%;
  text-align: left;
}

/* line 215, ../sass/style.scss */
.footer-impressum {
  float: left;
  width: 60%;
  text-align: center;
}

/* line 221, ../sass/style.scss */
.footer-phone {
  float: right;
  width: 20%;
  text-align: right;
}

/*
6.0 Content Wrapper mit Inhalten
============================================================== */
/* line 230, ../sass/style.scss */
.content-wrapper {
  float: right;
  width: 680px;
  padding-left: 40px;
}
/* line 235, ../sass/style.scss */
.content-wrapper a {
  color: #aa3636;
  text-decoration: underline;
  word-wrap: break-word;
}
/* line 239, ../sass/style.scss */
.content-wrapper a:hover {
  text-decoration: none;
}
/* line 244, ../sass/style.scss */
.content-wrapper .accordion-section:last-child {
  border-bottom: 1px solid #5b4b38;
}
/* line 248, ../sass/style.scss */
.content-wrapper .accordion-section-title {
  background: url("../img/layout/akkordeon_geschlossen.png") no-repeat right center;
  background-size: 26px 26px;
  cursor: pointer;
  display: block;
  margin: 2px 0 0;
  min-height: 0;
  padding: 0.6em 0.5em 0.6em 0;
  position: relative;
  width: 100%;
  color: #5b4b38;
  font-weight: 600;
  border-top: 1px solid #5b4b38;
  text-decoration: none;
}
.content-wrapper .accordion-section-title span {
  font-weight: normal;
}

/* line 263, ../sass/style.scss */
.content-wrapper .accordion-section-title.active {
  background: url("../img/layout/akkordeon_offen.png") no-repeat right center;
  background-size: 26px 26px !important;
  color: #aa3636;
}
/* line 269, ../sass/style.scss */
.content-wrapper .accordion-section-content {
  display: none;
  text-transform: none;
  padding-top: 0.6em;
  color: #5b4b38;
}
/* line 275, ../sass/style.scss */
.content-wrapper .accordion-section-content .row {
  line-height: 1.45em;
  padding-bottom: 8px;
  font-size: 14px;
  font-size: 0.875rem;
}
/* line 281, ../sass/style.scss */
.content-wrapper .accordion-section-content .col-one {
  font-weight: 600;
}

/* FIB */
.content-header {
  max-width: 600px;
}

.content.fib {
  margin-top: 20px;
  max-width: 600px;
}

.content.fib img {
  margin-bottom: 20px;
}

.left-50 {
  float: left;
  width: 50%;
  margin-bottom: 30px;
  padding: 0 15px;
}

.content.fib .left-50 img {
  margin-bottom: 0;
}

.en {
  float: left;
  width: 50%;
  padding-right: 15px;
}

.fr {
  float: left;
  width: 50%;
  padding-left: 15px;
}

.content-wrapper .download {
  margin-bottom: 35px;
  text-decoration: none;
  margin-top: 15px;
  display: block;
}

 .download h4 {
  color: #5b4b38;
  font-weight: 600;
}

.download span {
 border-bottom: 1px solid #aa3636;
 display: inline-block;
}
