@charset "UTF-8";
/*!
Theme Name: kranichfeld
Theme URI: http://underscores.me/
Author: gudman design
Author URI: http://gudman.de
Description: Praxis Kranichfeld
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kranich
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

kranichfeld is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: 600; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea,
h3 {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Oswald";
  font-size: 19px;
  font-size: 1.1875rem;
  letter-spacing: .03em;
  line-height: 1.6; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

h2 {
  font-weight: 200;
  color: rgba(0, 0, 0, 0.8);
  text-transform: uppercase; }

h2:first-child {
  margin-top: 0; }

p {
  margin-bottom: 1.5em;
  font-weight: 300;
  margin-top: 0; }

.fs-14 {
  font-size: 0.9rem !important; }

.fs-16 {
  font-size: 1rem !important; }

.blau {
  color: #33b1e6; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

.skill hr {
  margin: 1rem 0;
  height: 0;
  background: none;
  border: 1px dashed #33b1e6; }

.page-id-11 .skill hr {
  border: 2px solid #33b1e6; }

ul, ol {
  margin: 0 1rem; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

.entry-content ul {
  padding: 0;
  list-style: none;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1rem; }
  .entry-content ul li {
    font-weight: 300;
    padding-left: 1.2rem;
    background: url("../images/dot.svg") no-repeat 0 0.9rem;
    background-size: .36rem; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  width: 100%; }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

.weiss {
  color: #fff; }

/*! accordion */
.accordion {
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  padding: 1rem 0 1rem 2rem;
  border: none;
  outline: none;
  position: relative;
  border-top: 4px solid #33b1e6;
  border-left: 0;
  border-right: 0;
  background: url("../images/plus.svg") no-repeat left 1.6rem;
  background-size: .9rem; }
  .accordion.last {
    border-bottom: 4px solid #33b1e6; }
  @media (min-width: 769px) {
    .accordion {
      padding: 1rem 0;
      background: none; }
      .accordion:before {
        content: "";
        display: block;
        position: absolute;
        left: -2.5rem;
        top: 1rem;
        width: 2rem;
        height: 2rem;
        background: url("../images/plus.svg") no-repeat center center;
        background-size: .9rem; } }

.accordion.active,
.accordion:hover {
  background: url("../images/minus.svg") no-repeat left 1.6rem;
  background-size: .9rem; }
  @media (min-width: 769px) {
    .accordion.active,
    .accordion:hover {
      background: none; }
      .accordion.active:before,
      .accordion:hover:before {
        background: url("../images/minus.svg") no-repeat center center;
        background-size: .9rem; } }

.accordion.active.last {
  border-bottom: 0; }

.panel {
  display: none;
  overflow: hidden; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  background-color: #33b1e6;
  color: white;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  line-height: .9;
  padding: .5rem 1.3rem .6rem;
  font-weight: 200; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

.nf-response-msg span {
  font-family: "Oswald" !important; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #33b1e6;
  outline: 0;
  text-decoration: none; }
  a:visited {
    color: #33b1e6; }
  a:hover, a:focus, a:active {
    color: #2896c8;
    outline: 0; }
  a:focus {
    outline: 0; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999;
      padding-top: .4rem; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
        left: 100%; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: block; } }
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.content-area {
  float: left;
  width: 100%;
  padding: 0 1rem; }
  @media (min-width: 769px) {
    .content-area {
      padding: 0 3rem; } }

.page-id-42 .content-area {
  padding: 0 1rem; }
  @media (min-width: 769px) {
    .page-id-42 .content-area {
      padding: 0; } }

.main-navigation {
  padding: 0 3rem; }

.page-id-42 #header .main-navigation {
  padding: 0.5rem 0 0; }
  @media (max-width: 768px) {
    .page-id-42 #header .main-navigation .menu-main-container {
      display: none; } }

@media (max-width: 768px) {
  .main-navigation .menu-main-container {
    display: none; } }

.page-id-42 #header .menu-main-container {
  margin-top: -3.8rem;
  padding: 0 3rem; }

.site-content .widget-area {
  float: right;
  overflow: hidden;
  width: 25%; }

.site-footer {
  clear: both;
  color: white;
  background-color: #33b1e6;
  width: 100%; }

.content-area {
  float: right;
  width: 100%; }

.site-content .widget-area {
  float: left;
  overflow: hidden;
  width: 25%; }

.site-footer {
  clear: both;
  width: 100%; }

.entry-content {
  padding-top: 0rem; }
  @media (min-width: 769px) {
    .entry-content {
      padding-top: 2.4rem; } }

.page-id-42 .entry-content {
  padding-top: 0rem; }

/*! header */
.site-header {
  padding: 1rem 0; }

.menu-head_sub-container a {
  color: rgba(0, 0, 0, 0.8); }
  .menu-head_sub-container a:hover {
    color: #33b1e6; }
.menu-head_sub-container .current-menu-item a {
  color: #33b1e6; }

.site-branding {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between; }
  .site-branding .fcol {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto; }
  .site-branding .fcol:nth-child(1) {
    flex-basis: 100%;
    padding: 0 1rem;
    margin: 0 auto;
    max-width: 26rem; }
    @media (min-width: 769px) {
      .site-branding .fcol:nth-child(1) {
        padding: 0;
        max-width: none;
        margin: inherit;
        flex-basis: 23rem; } }
  .site-branding .fl.site-search {
    padding-top: 3.6rem; }
  .site-branding .fl.head_sub-navigation {
    padding-top: 2.5rem; }

hr.cd {
  background-color: #33b1e6;
  height: 3px;
  border: 0; }

.head_sub-navigation ul {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0; }
  .head_sub-navigation ul li {
    display: block;
    float: left; }
    .head_sub-navigation ul li::after {
      content: "|";
      color: #33b1e6;
      font-weight: 200;
      display: block;
      width: 2rem;
      float: right;
      text-align: center; }
    .head_sub-navigation ul li:last-child::after {
      display: none; }
    .head_sub-navigation ul li a {
      font-size: 12.8px;
      font-size: 0.8rem;
      text-transform: uppercase;
      font-weight: 300;
      text-decoration: none;
      letter-spacing: 1px;
      text-align: center; }

* {
  outline: none; }

.search-form {
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  height: 1.8rem; }
  .search-form label {
    float: left; }

.search-form input {
  border: 0 !important; }

input.search-field {
  flex-grow: 4; }

input.search-field {
  background-color: transparent; }

.main-navigation a {
  color: rgba(0, 0, 0, 0.8); }

#primary-menu {
  display: flex;
  justify-content: space-between;
  flex-direction: row; }
  #primary-menu li {
    background-color: rgba(255, 255, 255, 0.9);
    width: 11.9rem;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.2); }
    #primary-menu li li {
      border: 0; }
    @media (min-width: 769px) {
      #primary-menu li {
        width: 11.9rem; } }
    @media (min-width: 1128px) {
      #primary-menu li {
        width: 13.2rem; } }
  #primary-menu a {
    font-size: 21px;
    font-size: 1.3125rem;
    text-transform: uppercase;
    cursor: pointer;
    box-sizing: border-box;
    letter-spacing: .1em;
    text-align: center;
    height: 3rem;
    line-height: 2.3;
    border-bottom: 3px solid transparent; }
    #primary-menu a:hover, #primary-menu a.mouseenter {
      border-bottom: 3px solid #33b1e6;
      color: #2896c8; }
  #primary-menu .current-menu-item > a {
    border-bottom: 3px solid #33b1e6;
    color: #2896c8; }
  #primary-menu .menu-item-55 > a {
    cursor: default; }
  #primary-menu .sub-menu {
    margin-left: -1px; }
    #primary-menu .sub-menu li {
      margin-bottom: 0.5rem; }
    #primary-menu .sub-menu a {
      background-color: rgba(0, 0, 0, 0.2); }

.page-id-20 .sub-menu,
.page-id-21 .sub-menu {
  left: 0 !important; }

@media (min-width: 769px) {
  .page-id-20 .sub-menu .page-item-20 a,
  .page-id-20 .menu-item-55 > a,
  .page-id-21 .sub-menu .page-item-21 a,
  .page-id-21 .menu-item-55 > a {
    border-bottom: 3px solid #2896c8 !important;
    color: #2896c8 !important; } }

.page-id-42 #primary-menu li {
  border: 0; }

/*! start */
.page-id-42 h1 {
  font-size: 2.65rem;
  line-height: 1.3;
  font-weight: 200;
  color: #33b1e6;
  margin-top: 1.0rem; }
  @media (min-width: 1128px) {
    .page-id-42 h1 {
      font-size: 2.9rem;
      text-align: justify; } }
  @media (max-width: 500px) {
    .page-id-42 h1 {
      font-size: 1.9rem; } }

.page-id-42 .flex-row-1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .page-id-42 .flex-row-1 .start-fb-3 {
    flex: 1;
    margin-right: 2rem; }
    @media (max-width: 768px) {
      .page-id-42 .flex-row-1 .start-fb-3 {
        flex-basis: 45%;
        margin-right: 5%; } }
    @media (max-width: 500px) {
      .page-id-42 .flex-row-1 .start-fb-3 {
        flex-basis: 100%;
        margin-right: 0%; } }
  .page-id-42 .flex-row-1 .start-fb-1 {
    display: flex;
    margin-top: 2.1rem; }
    @media (max-width: 768px) {
      .page-id-42 .flex-row-1 .start-fb-1 {
        flex-direction: column; } }
  .page-id-42 .flex-row-1 .flexitem {
    flex: 1;
    margin-right: 2rem; }
    .page-id-42 .flex-row-1 .flexitem p:last-child {
      margin-bottom: 0; }
    @media (max-width: 768px) {
      .page-id-42 .flex-row-1 .flexitem {
        margin-right: 0%; } }
  .page-id-42 .flex-row-1 .flexitem:last-child {
    margin-right: 0;
    flex-grow: 2;
    font-size: 20.8px;
    font-size: 1.3rem;
    line-height: 1.4;
    text-align: justify;
    margin-top: -0.4rem; }
    @media (max-width: 768px) {
      .page-id-42 .flex-row-1 .flexitem:last-child {
        flex-grow: 1;
        margin-top: 1rem; } }
  .page-id-42 .flex-row-1 .start-fb-3.box_3 {
    font-family: 'Waiting for the Sunrise';
	  -webkit-transform: rotate(3deg); /* WebKit */
      -moz-transform: rotate(3deg); /* Mozilla */
      -o-transform: rotate(3deg); /* Opera */
      -ms-transform: rotate(3deg); /* Internet Explorer */
    transform: rotate(3deg);
    margin-top: -1.3rem;
    background: url(../images/Notizzettel-web-blau.png) no-repeat 0.4rem 0rem;
    background-size: 101%;
    background-color: transparent;
    padding-top: 4rem;
    padding-right: 2rem;
    padding-left: 2.3rem;
    font-size: 1.2rem; }
    @media (max-width: 768px) {
      .page-id-42 .flex-row-1 .start-fb-3.box_3 {
		  -webkit-transform: rotate(0deg); /* WebKit */
      -moz-transform: rotate(0deg); /* Mozilla */
      -o-transform: rotate(0deg); /* Opera */
      -ms-transform: rotate(0deg); /* Internet Explorer */
        transform: rotate(0deg);
        background-color: #33b1e6;
        background-image: none;
        color: rgba(255, 255, 255, 0.9);
        padding: .8rem 1.2rem;
        margin-top: 2rem; } }
    @media (min-width: 1128px) {
      .page-id-42 .flex-row-1 .start-fb-3.box_3 {
        background-size: 90%;
        padding-left: 1.8rem; } }
    .page-id-42 .flex-row-1 .start-fb-3.box_3 strong {
      color: #33b1e6; }
      @media (max-width: 768px) {
        .page-id-42 .flex-row-1 .start-fb-3.box_3 strong {
          color: rgba(255, 255, 255, 0.9); } }
    .page-id-42 .flex-row-1 .start-fb-3.box_3 i {
      font-family: 'komika_textbold_italic';
      color: #33b1e6;
      font-size: 1.8rem;
      letter-spacing: 2px;
      margin-top: -0.8rem; }
      @media (max-width: 768px) {
        .page-id-42 .flex-row-1 .start-fb-3.box_3 i {
          color: rgba(255, 255, 255, 0.9); } }
  .page-id-42 .flex-row-1 .box_1_flexbox {
    font-weight: 300;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 0.4rem; }
  .page-id-42 .flex-row-1 .box_1_flexitem:nth-child(2) {
    flex-shrink: 0;
    align-self: flex-end; }
  .page-id-42 .flex-row-1 .zeile_fett {
    margin-top: 1rem;
    font-weight: 500; }
  .page-id-42 .flex-row-1 .zeile_fett:first-child {
    margin-top: 0; }
  .page-id-42 .flex-row-1 .start-fb-3 p:last-child {
    margin-bottom: 0; }
  .page-id-42 .flex-row-1 .box_1,
  .page-id-42 .flex-row-1 .box_2 {
    background-color: #33b1e6;
    color: rgba(255, 255, 255, 0.9);
    padding: .8rem 1.2rem;
    flex-grow: 5; }
    .page-id-42 .flex-row-1 .box_1 p,
    .page-id-42 .flex-row-1 .box_2 p {
      font-weight: 300;
      -webkit-font-smoothing: auto;
      -moz-osx-font-smoothing: auto; }
  .page-id-42 .flex-row-1 .box_2 {
    text-align: justify; }
    @media (max-width: 768px) {
      .page-id-42 .flex-row-1 .box_2 {
        margin-right: 0; } }
  .page-id-42 .flex-row-1 .box_3 {
    margin-right: 0;
    flex-grow: 4; }

.mobmenu_content #mobmenuleft .sub-menu {
  padding: 0 !important; }

#mobmenuleft li.current-menu-item a {
  color: rgba(0, 0, 0, 0.8) !important; }

.mobmenu .sub-menu li a {
  padding-left: 3rem !important; }

#mobmenuleft .sub-menu li.current-menu-item a {
  color: #33b1e6 !important; }

.mob-expand-submenu i {
  top: -3px !important; }

.image-content {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 24rem; }
  @media (max-width: 768px) {
    .image-content {
      height: 18rem; } }

.slick-dots {
  position: absolute;
  top: 1rem;
  right: 1rem; }
  .slick-dots li {
    width: .6rem;
    height: .6rem;
    margin-right: .5rem;
    border-radius: .5rem;
    background-color: white;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    opacity: .5; }
    .slick-dots li.slick-active {
      opacity: .9; }

/*! dres */
.dres {
  padding-top: 0rem; }
  @media (min-width: 769px) {
    .dres {
      padding-top: 6rem; } }
  .dres .dres-box .flexbox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem; }
    @media (max-width: 500px) {
      .dres .dres-box .flexbox {
        flex-flow: column; } }
    .dres .dres-box .flexbox .flexitem {
      flex: 1;
      margin-right: 1rem; }
      @media (min-width: 769px) {
        .dres .dres-box .flexbox .flexitem {
          margin-right: 3.2rem; } }
      .dres .dres-box .flexbox .flexitem img {
        border: 1px solid rgba(0, 0, 0, 0.2);
        max-width: 12rem; }
    .dres .dres-box .flexbox .flexitem:last-child {
      margin-right: 0;
      flex-grow: 2.8;
      border-bottom: 4px solid #33b1e6;
      margin-bottom: 0.3rem; }
      .dres .dres-box .flexbox .flexitem:last-child * {
        font-size: .85rem;
        font-weight: 400; }
  .dres .pers-box .flexbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 2rem;
    border-bottom: 3px solid #33b1e6;
    padding-bottom: 1rem;
    margin-bottom: 2rem; }
    @media (max-width: 500px) {
      .dres .pers-box .flexbox {
        flex-flow: column;
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0; } }
    .dres .pers-box .flexbox .flexitem {
      flex: 1;
      flex-basis: 30%;
      flex-grow: 0;
      margin-right: 0%; }
      @media (min-width: 769px) {
        .dres .pers-box .flexbox .flexitem {
          margin-right: 10%;
          flex-basis: 26%; } }
      @media (max-width: 500px) {
        .dres .pers-box .flexbox .flexitem {
          border-bottom: 3px solid #33b1e6;
          margin-bottom: 2rem; } }
      .dres .pers-box .flexbox .flexitem img {
        border: 1px solid rgba(0, 0, 0, 0.2);
        margin-bottom: 0.7rem;
        max-width: 14rem; }
      .dres .pers-box .flexbox .flexitem * {
        font-size: .85rem;
        font-weight: 400; }
    .dres .pers-box .flexbox .flexitem:nth-child(3n+3) {
      margin-right: 0; }
    .dres .pers-box .flexbox:last-child {
      border: 0; }
  .dres p {
    font-size: 20px;
    font-size: 1.25rem; }

.small {
  font-size: .8rem; }

.skill strong {
  font-weight: 400; }

.skill {
  padding-bottom: 2rem; }

/*! map */
.flex-box {
  display: flex;
  padding-bottom: 2rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid #33b1e6; }
  @media (max-width: 640px) {
    .flex-box {
      flex-flow: column; } }
  .flex-box .flex-item {
    flex: 1;
    flex-basis: 50%; }

iframe {
  float: right; }
  @media (max-width: 640px) {
    iframe {
      float: left; } }

.nf-form-wrap,
.nf-field-label label,
#post-13 h3 {
  font-weight: 300 !important; }

#post-13 h3,
#nf-field-3-wrap .nf-field-label label {
  color: #33b1e6 !important; }

.nf-field-element textarea,
.nf-field-element input {
  border-radius: .6rem; }

.nf-field-element textarea {
  padding: .8rem; }

.nf-field-element input#nf-field-4 {
  font-weight: 500;
  font-size: 1rem; }

.nf-field-element input[type="text"],
.nf-field-element input[type="email"] {
  padding-left: .8rem;
  padding-bottom: .2rem; }

/* footer */
.site-info {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0 4rem;
  flex-wrap: wrap;
  font-size: 16px;
  font-size: 1rem; }
  .site-info .fo-flex-item:nth-child(3n-2) {
    flex: 1 2 31%; }
    .site-info .fo-flex-item:nth-child(3n-2) p:last-child {
      margin: 0; }
  .site-info .fo-flex-item:nth-child(3n-1) {
    flex: 2 0 31%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .site-info .fo-flex-item:nth-child(3n-3) {
    flex: 2 0 38%; }
    .site-info .fo-flex-item:nth-child(3n-3) p {
      margin-bottom: .4rem; }
  .site-info #logo-footer {
    width: 100%;
    display: block;
    margin-left: -24%; }
  .site-info ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .site-info .textwidget ul {
    font-weight: 200;
    list-style: none;
    padding: 0; }
    .site-info .textwidget ul li {
      padding-left: 2rem;
      background: url("../images/plus.svg") left 0.4rem no-repeat;
      background-size: .9rem;
      line-height: 1.5; }
  .site-info .dot-li ul .current-menu-item a,
  .site-info .dot-li ul .current-menu-ancestor a {
    color: rgba(0, 0, 0, 0.6) !important; }
  .site-info .dot-li ul li {
    padding-left: 0rem;
    font-weight: 500; }
    .site-info .dot-li ul li::before {
      content: "•";
      margin-right: .3rem; }
    .site-info .dot-li ul li a {
      text-decoration: none;
      border: 0 !important;
      color: white !important; }
      .site-info .dot-li ul li a:hover {
        color: rgba(0, 0, 0, 0.6) !important; }
  .site-info .dot-li ul .sub-menu {
    display: none; }
  .site-info a {
    text-decoration: none;
    color: white; }
    .site-info a:hover {
      color: rgba(0, 0, 0, 0.6); }

@media (min-width: 769px) and (max-width: 900px) {
  .site-info {
    padding: 1rem 3rem 4rem; } }
#mobile-footer-menu {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem 0; }
  #mobile-footer-menu a {
    color: white; }
    #mobile-footer-menu a:hover, #mobile-footer-menu a:focus {
      color: rgba(0, 0, 0, 0.8);
      outline: 0; }
  #mobile-footer-menu li.current_page_item {
    display: block; }
    #mobile-footer-menu li.current_page_item a {
      color: rgba(0, 0, 0, 0.8); }

.mobile-flex-box {
  display: flex;
  padding: 1rem;
  justify-content: space-around; }
  .mobile-flex-box .mobile-flex-item {
    flex-grow: 0;
    flex-basis: auto;
    flex-shrink: 1; }
    .mobile-flex-box .mobile-flex-item a {
      color: white; }
  @media (max-width: 500px) {
    .mobile-flex-box {
      flex-wrap: wrap;
      flex-direction: column-reverse;
      justify-content: center; } }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.rail {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 769px) {
    .rail {
      width: 768px; } }
  @media (min-width: 1128px) {
    .rail {
      width: 960px; } }
  @media (min-width: 1368px) {
    .rail {
      width: 960px; } }

html {
  font-size: 16px; }
  @media (min-width: 769px) {
    html {
      font-size: 14px; } }
  @media (min-width: 1128px) {
    html {
      font-size: 16px; } }
  @media (min-width: 1368px) {
    html {
      font-size: 16px; } }

.desktop-v {
  display: none; }
  @media (min-width: 769px) {
    .desktop-v {
      display: block; } }

.desktop-v-flex {
  display: none; }
  @media (min-width: 769px) {
    .desktop-v-flex {
      display: flex; } }

@media (min-width: 769px) {
  .mobile-v {
    display: none; } }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33333%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66667%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28571%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11111%; }

.gallery-caption {
  display: block; }

/*# sourceMappingURL=style.css.map */
