article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
p,
pre {
  margin: 1em 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
b,
strong,
.strong {
  font-weight: bold;
}
dfn,
em,
.em {
  font-style: italic;
}
small,
.small {
  font-size: 75%;
}
ul,
ol {
  padding: 0;
  list-style-type: none;
}
dd {
  margin: 0;
}
.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
span.amp {
  font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
  font-style: italic;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.alert {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}
.alert-help {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #e8dc59;
  background: #ebe16f;
}
.alert-info {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #bfe4f4;
  background: #d5edf8;
}
.alert-error {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #f8cdce;
  background: #fbe3e4;
}
.alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #deeaae;
  background: #e6efc2;
}
.widgetbutton {
  border-top: 1px solid #fff;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #e6decd;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#edebe4),to(#e6decd));
  background-image: -webkit-linear-gradient(top,#edebe4,#e6decd);
  background-image: -moz-linear-gradient(top,#edebe4,#e6decd);
  background-image: -o-linear-gradient(top,#edebe4,#e6decd);
  background-image: linear-gradient(to bottom,#edebe4,#e6decd);
  -webkit-box-shadow: 0 2px 4px rgba(16,16,16,0.2);
  -moz-box-shadow: 0 2px 4px rgba(16,16,16,0.2);
  box-shadow: 0 2px 4px rgba(16,16,16,0.2);
}
.widgetbutton:hover,
.widgetbutton:focus {
  background-image: none;
}
.button,
.button:visited {
  border: 1px solid #be0d37;
  border-top-color: #db0f3f;
  border-left-color: #db0f3f;
  padding: 4px 12px;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(0,0,0,0.75);
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #e40f42;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#f01d4f),to(#e40f42));
  background-image: -webkit-linear-gradient(top,#f01d4f,#e40f42);
  background-image: -moz-linear-gradient(top,#f01d4f,#e40f42);
  background-image: -o-linear-gradient(top,#f01d4f,#e40f42);
  background-image: linear-gradient(to bottom,#f01d4f,#e40f42);
}
.button:hover,
.button:focus,
.button:visited:hover,
.button:visited:focus {
  color: #fff;
  border: 1px solid #be0d37;
  border-top-color: #9d0a2d;
  border-left-color: #9d0a2d;
  background-color: #cc0e3b;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#e40f42),to(#cc0e3b));
  background-image: -webkit-linear-gradient(top,#e40f42,#cc0e3b);
  background-image: -moz-linear-gradient(top,#e40f42,#cc0e3b);
  background-image: -o-linear-gradient(top,#e40f42,#cc0e3b);
  background-image: linear-gradient(to bottom,#e40f42,#cc0e3b);
}
.button:active,
.button:visited:active {
  background-color: #f01d4f;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#e40f42),to(#f01d4f));
  background-image: -webkit-linear-gradient(top,#e40f42,#f01d4f);
  background-image: -moz-linear-gradient(top,#e40f42,#f01d4f);
  background-image: -o-linear-gradient(top,#e40f42,#f01d4f);
  background-image: linear-gradient(to bottom,#e40f42,#f01d4f);
}
.blue-button,
.blue-button:visited {
  border-color: #1472ad;
  text-shadow: 0 1px 1px #1472ad;
  background-color: #1681c4;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#1990db),to(#1681c4));
  background-image: -webkit-linear-gradient(top,#1990db,#1681c4);
  background-image: -moz-linear-gradient(top,#1990db,#1681c4);
  background-image: -o-linear-gradient(top,#1990db,#1681c4);
  background-image: linear-gradient(to bottom,#1990db,#1681c4);
  -webkit-box-shadow: inset 0 0 3px #59b3ec;
  -moz-box-shadow: inset 0 0 3px #59b3ec;
  box-shadow: inset 0 0 3px #59b3ec;
}
.blue-button:hover,
.blue-button:focus,
.blue-button:visited:hover,
.blue-button:visited:focus {
  border-color: #116396;
  background-color: #1472ad;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#1784c9),to(#1472ad));
  background-image: -webkit-linear-gradient(top,#1784c9,#1472ad);
  background-image: -moz-linear-gradient(top,#1784c9,#1472ad);
  background-image: -o-linear-gradient(top,#1784c9,#1472ad);
  background-image: linear-gradient(to bottom,#1784c9,#1472ad);
}
.blue-button:active,
.blue-button:visited:active {
  background-color: #1990db;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#1681c4),to(#1990db));
  background-image: -webkit-linear-gradient(top,#1681c4,#1990db);
  background-image: -moz-linear-gradient(top,#1681c4,#1990db);
  background-image: -o-linear-gradient(top,#1681c4,#1990db);
  background-image: linear-gradient(to bottom,#1681c4,#1990db);
}
body {
  font-family: 'Dosis', sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: #565656;
  -webkit-font-smoothing: antialiased;
}
.frame {
  border: 1px solid #e6decd;
  border-radius: 3px;
  padding: 0 20px;
}
img {
  max-width: 100%;
  height: auto;
}
.wrap {
  width: 96%;
  margin: 0 auto;
}
.d-flex {
  display: block;
}
@media screen and (min-width: 768px) {
  .d-flex {
    display: flex;
  }
}
.gallery {
  display: flex;
  flex-wrap: wrap;
}
.gallery[class*="columns-3"] .gallery-item {
  width: 33.333%;
  display: inline-block;
  margin-top: 0;
}
.gallery img {
  margin-bottom: 0 !important;
}
a,
a:visited {
  color: #008081;
}
a:hover,
a:focus,
a:visited:hover,
a:visited:focus {
  color: #005253;
}
a:link,
a:visited:link {
  -webkit-tap-highlight-color: rgba(0,0,0,0.3);
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: 'Dosis', sans-serif;
  text-rendering: optimizelegibility;
  font-weight: 600;
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
  text-decoration: none;
}
h1,
.h1 {
  font-size: 2.5em;
  line-height: 1.333em;
}
h2,
.h2 {
  font-size: 1.75em;
  line-height: 1.4em;
  margin-bottom: 0.375em;
}
h3,
.h3 {
  font-size: 1.375em;
}
h4,
.h4 {
  font-size: 1.125em;
}
h5,
.h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.header {
  background: #fff;
  height: 100px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 100;
}
.header .inner-header {
  position: relative;
}
.header #logo {
  float: left;
  margin: 0;
}
.header #logo img {
  width: 300px;
  margin-top: 10px;
}
.header nav {
  display: none;
}
.header .nav-toggle {
  float: right;
  width: 20px;
  height: 20px;
  margin-top: 23px;
  margin-right: 30px;
  padding: 1em;
  cursor: pointer;
  background: url(../images/mobile-nav_menu-icon.svg);
  background-position: center center;
  background-repeat: no-repeat;
}
.header .nav-toggle.no-svg {
  background: url(../images/mobile-nav_menu-icon.png);
}
.header .lang-switch {
  position: absolute;
  right: 0;
  top: 27px;
  font-weight: bold;
}
.nav {
  float: left;
  width: 100%;
  border: 0 none;
}
.nav li a {
  display: block;
  text-decoration: none;
  padding: 10px 10px;
  background: none;
  font-size: 1.125em;
  font-weight: 600;
  text-transform: uppercase;
}
.nav li.current-menu-item a,
.nav li.current_page_item a,
.nav li.current_page_ancestor a {
  color: #008081;
}
.footer-nav {
  display: block;
}
.footer-nav {
  width: 100%;
}
.footer-nav li {
  background: #fff;
  margin: 0.35em 0;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.footer-nav li a {
  color: #ccc;
}
.mfp-title {
  display: none;
}
#hero {
  height: 235px;
  width: 100%;
  position: relative;
  margin-top: 100px;
  background-image: url(../images/ltc-titelbild-gestreckt.jpg);
  background-size: cover;
  background-position: center bottom;
}
#hero #welcome-widget {
  margin-top: 90px;
  padding-left: 1em;
  color: #fff;
}
#hero #welcome-widget .widget {
  margin: 0;
}
#hero #welcome-widget .widgettitle {
  font-size: 2.5em;
  border: none;
  margin: 0;
  text-shadow: 0 2px 4px rgba(16,16,16,0.2);
}
#hero #welcome-widget .textwidget {
  font-size: 1.625em;
  text-shadow: 0 2px 4px rgba(16,16,16,0.2);
}
#hero #welcome-widget .textwidget p {
  margin: 0 0 5px 0;
}
#hero .callToAction {
  display: none;
}
#hero + #content {
  margin-top: 0;
}
#content {
  margin-top: 160px;
}
#content #home-image {
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 250px;
  border-bottom: 10px solid #e6decd;
  -webkit-transition: height 0.3s ease-out;
  -moz-transition: height 0.3s ease-out;
  -o-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out;
}
#content #inner-content .testimonial {
  margin-top: 1em;
}
#content #inner-content .testimonial .quote {
  background: rgba(0,128,129,0.15);
  text-align: center;
  margin-bottom: 6em;
  padding: 1em;
}
#content #inner-content .testimonial .quote .testimonials-avatar {
  margin-top: -4em;
}
#content #inner-content .testimonial .quote .testimonials-avatar img {
  max-width: 100%;
  height: auto;
  border-radius: 200px;
  border: 4px solid #FFF;
  box-shadow: 0 1px 5px rgba(0,0,0,0.5);
}
#content #inner-content .testimonial .quote blockquote {
  font-style: italic;
  margin: 1.25em 0;
}
#content #inner-content .testimonial .quote blockquote p {
  display: inline;
}
#content #inner-content .testimonial .quote blockquote:before,
#content #inner-content .testimonial .quote blockquote:after {
  content: '"';
}
#content #inner-content .testimonial .quote .author {
  font-weight: 700;
  color: #008081;
  font-style: normal;
}
#content #inner-content .testimonial .quote .author .excerpt,
#content #inner-content .testimonial .quote .author .title {
  font-weight: 400;
  display: inline-block;
}
#content #inner-content .testimonial .quote .author span[itemprop="name"] {
  display: block;
}
#content #inner-content .testimonial .quote .author span[itemprop="name"]:after {
  content: ",";
}
#content #inner-content .entry-item {
  margin-bottom: 2em;
}
#content #inner-content .entry-item .gallery .gallery-item {
  display: none;
  margin: 0;
}
#content #inner-content .entry-item .gallery .gallery-item:first-child {
  display: block;
}
#content #inner-content .entry-item .entry-img {
  width: 40%;
  margin: 0 30%;
  text-align: center;
}
#content #inner-content .entry-item .entry-img p {
  margin: 0;
}
#content #inner-content .entry-item .entry-img img {
  margin: 0;
  border-radius: 100%;
  border: 1px solid #E6DECD;
  padding: 5px;
}
#content #inner-content .entry-item .entry-img img.no-frame {
  border: 0;
}
#content #inner-content .entry-item .entry-txt {
  text-align: center;
}
#content #inner-content .entry-item .entry-txt h2 {
  margin-top: 0em;
}
#content #inner-content .linkbox {
  margin-bottom: 3em;
  text-align: center;
  background: #F0F7FB;
  padding: 0.5em;
}
.entry-content img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
}
.entry-content video,
.entry-content object {
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}
.entry-content ul {
  list-style: disc;
  list-style-position: outside;
  padding-left: 2em;
}
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}
.blog #main,
.single-post #main,
.archive #main {
  margin-top: 2.2em;
}
.blog article img,
.single-post article img,
.archive article img {
  border: 1px solid #E6DECD;
  padding: 6px;
  border-radius: 3px;
}
.blog .article-featured-image,
.single-post .article-featured-image,
.archive .article-featured-image {
  margin-bottom: 18px;
}
.blog .entry-meta,
.single-post .entry-meta,
.archive .entry-meta {
  font-size: 0.813em;
}
.blog .entry-category,
.single-post .entry-category,
.archive .entry-category {
  font-weight: 600;
}
.blog .entry-category a,
.single-post .entry-category a,
.archive .entry-category a {
  color: #565656;
  text-decoration: none;
}
.blog .entry-category a:hover,
.blog .entry-category a:focus,
.single-post .entry-category a:hover,
.single-post .entry-category a:focus,
.archive .entry-category a:hover,
.archive .entry-category a:focus {
  text-decoration: underline;
}
.blog .entry-publish-date,
.single-post .entry-publish-date,
.archive .entry-publish-date {
  display: inline-block;
  margin-right: 8px;
}
.blog .entry-title,
.single-post .entry-title,
.archive .entry-title {
  margin: 0.300em 0;
}
.blog .entry-title a,
.single-post .entry-title a,
.archive .entry-title a {
  color: #565656;
}
.blog .entry-title a:hover,
.blog .entry-title a:focus,
.single-post .entry-title a:hover,
.single-post .entry-title a:focus,
.archive .entry-title a:hover,
.archive .entry-title a:focus {
  text-decoration: underline;
}
.single-post #main .entry-content h2 {
  color: #008081;
}
.single-post #main .entry-content p:first-of-type {
  font-size: 1.063em;
  font-weight: 600;
}
.single-post #main .header-img {
  margin-top: 1em;
}
.blog .hentry.first > .hentry-inner {
  display: flex;
  flex-direction: column;
}
@media (min-width: 620px) {
  .blog .hentry.first > .hentry-inner {
    flex-direction: row;
  }
}
.blog .hentry.first > .hentry-inner .article-featured-image {
  flex-basis: 40%;
}
.blog .hentry.first > .hentry-inner .entry-content {
  margin-left: 36px;
  flex-basis: calc(60% - 36px);
  flex-shrink: 1;
  flex-grow: 0;
}
.more-posts-title {
  margin-top: 72px;
  margin-bottom: 40px;
}
.more-posts-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.more-posts-wrapper .hentry {
  flex-basis: calc(100% - 24px);
  margin: 0 12px 16px;
}
@media (min-width: 520px) {
  .more-posts-wrapper .hentry {
    flex-basis: calc(50% - 24px);
  }
}
@media (min-width: 768px) {
  .more-posts-wrapper .hentry {
    flex-basis: calc(33% - 24px);
  }
}
.sidebar {
  background-color: rgba(0,128,129,0.1);
  margin-top: 2.2em;
  padding: 16px;
}
.sidebar .widget {
  padding: 0 10px;
  margin: 1em 0 2.2em;
}
.sidebar .widget .widgettitle {
  margin-top: 0;
  margin-bottom: 1em;
}
.sidebar .widget ul {
  margin-top: 0;
  padding-left: 8px;
}
.sidebar .widget ul li {
  margin-bottom: 0.75em;
}
.sidebar .widget ul li ul {
  margin-top: 0.75em;
  padding-left: 1em;
}
.sidebar .widget a {
  color: #565656;
  text-decoration: none;
}
.sidebar .widget a:hover,
.sidebar .widget a:focus {
  text-decoration: underline;
}
.read-more {
  display: block;
  font-weight: 600;
  text-decoration: none;
}
.read-more:hover,
.read-more:focus {
  text-decoration: underline;
}
.tagcloud .tag-cloud-link,
.tagcloud [rel="tag"],
.tags .tag-cloud-link,
.tags [rel="tag"] {
  font-size: 1em !important;
  display: inline-block;
  padding: 2px 6px;
  border: 1px solid #E6DECD;
  border-radius: 3px;
  color: #565656;
  text-decoration: none;
}
.tagcloud .tag-cloud-link:hover,
.tagcloud .tag-cloud-link:focus,
.tagcloud [rel="tag"]:hover,
.tagcloud [rel="tag"]:focus,
.tags .tag-cloud-link:hover,
.tags .tag-cloud-link:focus,
.tags [rel="tag"]:hover,
.tags [rel="tag"]:focus {
  text-decoration: underline;
}
.tagcloud .tags-title,
.tags .tags-title {
  display: block;
  font-weight: 600;
  margin-bottom: 0.750em;
}
.wp-caption-text {
  font-size: 0.875em;
  color: #888;
}
.page-navigation,
.wp-prev-next {
  margin: 1.1em 0 2.2em;
}
.bones_page_navi li {
  float: left;
  margin-left: 10px;
}
.bones_page_navi li a {
  padding: 3px 6px;
  display: block;
  text-decoration: none;
  position: relative;
}
.bones_page_navi li a:hover,
.bones_page_navi li a:focus {
  color: #f01d4f;
  text-decoration: underline;
}
.bones_page_navi li.bpn-current {
  padding: 3px 6px;
  border-bottom: 2px solid #f01d4f;
  position: relative;
}
.bones_page_navi li.bpn-prev-link,
.bones_page_navi li.bpn-next-link {
  font-weight: 700;
}
.bones_page_navi li.bpn-prev-link a,
.bones_page_navi li.bpn-next-link a {
  padding: 0;
}
.wp-prev-next .prev-link {
  float: left;
}
.wp-prev-next .next-link {
  float: right;
}
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em;
}
.respond-form form {
  margin: 0.75em 0;
}
.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
}
.respond-form form li label,
.respond-form form li small {
  display: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
  padding: 3px 6px;
  background: #efefef;
  border: 2px solid #cecece;
  line-height: 1.5em;
}
.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
  background: #fff;
}
.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
  max-width: 400px;
  min-width: 250px;
}
.respond-form form textarea {
  resize: none;
  width: 97.3%;
  height: 150px;
}
.footer {
  clear: both;
  background: #008081;
  color: #fff;
  margin-top: 80px;
}
.footer .widget {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 1.25em;
}
.footer .widget:nth-child(1) {
  border-bottom: 10px solid #00999b;
}
.footer .widget:nth-child(2) {
  border-bottom: 10px solid #006768;
}
.footer .widget:nth-child(3) {
  border-bottom: 10px solid #00999b;
}
.footer .widget:nth-child(4) {
  border-bottom: 10px solid #006768;
}
.footer .widgettitle {
  display: none;
}
.footer .widget p {
  float: left;
}
.footer .widget a {
  color: #fff;
  text-decoration: none;
}
.footer .widgetbutton {
  width: 36px;
  height: 36px;
  float: right;
  margin-top: 1em;
}
.footer .widgetbutton a {
  display: block;
  height: 100%;
  width: 100%;
  background-image: url(../images/icon_sprite.svg);
  background-repeat: no-repeat;
}
.footer .widgetbutton.name a {
  background-position: -6px 2px;
}
.footer .widgetbutton.adresse a {
  background-position: -57px 2px;
}
.footer .widgetbutton.kontakt a {
  background-position: -107px 2px;
}
.footer .widgetbutton.facebook a {
  background-position: -157px 2px;
}
body.no-svg .footer .widgetbutton a {
  background-image: url(../images/icon_sprite.png);
}
.copyright {
  margin-top: 2em;
  margin-bottom: 2em;
  text-align: center;
}
.follow-me {
  position: fixed;
  top: 110px;
  right: 0;
  z-index: 101;
  background: #fff;
  padding: 10px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 0 1px 4px rgba(16,16,16,0.2);
}
.follow-me ul {
  margin: 0;
}
.follow-me ul li:not(:last-child) {
  margin-bottom: 8px;
}
.follow-me ul li a {
  display: block;
  line-height: 0;
}
.nl2go-widget > form > img + div > div:nth-last-child(3) {
  margin-top: 20px;
}
.nl2go-widget > form > img + div > div:nth-last-child(3) > div:first-child {
  display: none !important;
}
.nl2go-widget > form > img + div > div:nth-last-child(3) > div:first-child + div {
  width: 100% !important;
}
.nl2go-widget {
  background-image: url(../images/nl-letter-bege@2x.png);
  background-repeat: no-repeat;
  background-size: 233px auto;
  background-position: top right;
}
.nl2go-widget input[type="checkbox"] {
  margin-left: 11px;
}
.nl2go-widget h2 {
  text-align: center;
  font-size: 1em;
  color: red;
  margin-bottom: 1em;
}
.nl-signup {
  margin-top: 100px;
  margin-bottom: -20px;
  padding: 40px 120px;
  border: 1px solid #E6DECD;
  border-radius: 3px;
  text-align: center;
  position: relative;
}
.nl-signup::before {
  content: "";
  display: block;
  width: 78px;
  height: 70px;
  position: absolute;
  left: 25px;
  top: 50%;
  background-image: url(../images/nl-letter-petrol@2x.png);
  background-size: contain;
  margin-top: -35px;
}
.nl-signup::after {
  content: "";
  display: block;
  width: 28px;
  height: 37px;
  position: absolute;
  right: 18px;
  top: 14px;
  background-image: url(../images/nl-sprinkles@2x.png);
  background-size: contain;
}
.nl-signup a {
  font-weight: bold;
}
@media only screen and (min-width: 481px) {
  .entry-content .alignleft,
  .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  .entry-content .alignright,
  .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  .entry-content .aligncenter,
  .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }
}
@media only screen and (min-width: 768px) {
  .onecol {
    width: 5.801104972%;
  }
  .twocol {
    width: 14.364640883%;
  }
  .threecol {
    width: 22.928176794%;
  }
  .fourcol {
    width: 31.491712705%;
  }
  .fivecol {
    width: 40.055248616%;
  }
  .sixcol {
    width: 48.618784527%;
  }
  .sevencol {
    width: 57.182320438000005%;
  }
  .eightcol {
    width: 65.74585634900001%;
  }
  .ninecol {
    width: 74.30939226%;
  }
  .tencol {
    width: 82.87292817100001%;
  }
  .elevencol {
    width: 91.436464082%;
  }
  .twelvecol {
    width: 99.999999993%;
  }
  .onecol,
  .twocol,
  .threecol,
  .fourcol,
  .fivecol,
  .sixcol,
  .sevencol,
  .eightcol,
  .ninecol,
  .tencol,
  .elevencol,
  .twelvecol {
    position: relative;
    float: left;
    margin-left: 2.762430939%;
  }
  .first {
    margin-left: 0;
  }
  .last {
    float: right;
  }
  .wrap {
    max-width: 1004px;
  }
  .header #logo img {
    width: 220px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .header nav {
    display: block !important;
    position: static;
    width: auto;
    top: 0;
  }
  .header nav li {
    background: none;
    margin: 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
  }
  .header nav li a {
    color: #999;
    font-size: 1em;
    padding: 6px 6px;
  }
  .header .nav-toggle {
    display: none;
  }
  .header .top-nav {
    margin-top: 1.375em;
  }
  .nav {
    float: right;
    margin-bottom: 0;
    width: auto;
    margin-right: 30px;
    border: 0;
  }
  .nav li {
    float: left;
    position: relative;
  }
  .nav li a {
    border-bottom: 0;
  }
  .nav li.lang {
    margin-left: 10px;
    padding-left: 10px;
    position: relative;
  }
  .nav li.lang:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 2px;
    height: 20px;
    margin-top: -10px;
    background: #ccc;
  }
  .nav li ul.sub-menu,
  .nav li ul.children {
    margin-top: 0;
    border: 1px solid #ccc;
    border-top: 0;
    position: absolute;
    display: none;
    z-index: 8999;
  }
  .nav li ul.sub-menu li a,
  .nav li ul.children li a {
    padding-left: 10px;
    border-right: 0;
    display: block;
    width: 180px;
    border-bottom: 1px solid #ccc;
  }
  .nav li:hover a {
    color: #008081;
  }
  .nav li:hover ul {
    top: auto;
    display: block;
  }
  .footer-nav {
    display: none;
  }
  #hero .callToAction {
    display: block;
    margin-top: 90px;
    text-align: right;
    padding-right: 1em;
  }
  #hero .callToAction p {
    color: #fff;
    font-size: 1.25em;
    text-shadow: 0 2px 4px rgba(16,16,16,0.2);
    margin: 0 0 10px 0;
  }
  #hero .callToAction a {
    color: #333;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1.5em;
    font-weight: 600;
    display: inline-block;
    padding: 0 2em;
  }
  #content #home-image {
    height: 450px;
  }
  #content #inner-content .testimonial .quote {
    margin-bottom: 2em;
  }
  #content #inner-content .entry-item .entry-img {
    width: 22%;
    margin: 0;
  }
  #content #inner-content .entry-item .entry-img .gallery-item img {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  #content #inner-content .entry-item .entry-img .gallery-item img:hover {
    border-color: #e6decd;
  }
  #content #inner-content .entry-item .entry-txt {
    width: 75%;
  }
  #content #inner-content .entry-item .entry-txt h2 {
    margin-top: 1em;
  }
  #content #inner-content .entry-item .info-txt h2 {
    margin-top: 0em;
  }
  #content #inner-content .entry-item:last-child {
    margin-bottom: 0;
  }
  #content #inner-content .entry-item.even .entry-img {
    float: left;
    margin-right: 3%;
  }
  #content #inner-content .entry-item.even .entry-txt {
    float: left;
    text-align: left;
  }
  #content #inner-content .entry-item.even .gallery .gallery-item {
    float: left;
  }
  #content #inner-content .entry-item.odd .entry-img {
    float: right;
    margin-left: 3%;
  }
  #content #inner-content .entry-item.odd .entry-txt {
    float: right;
    text-align: right;
  }
  #content #inner-content .entry-item.odd .gallery .gallery-item {
    float: right;
  }
  #content #inner-content .linkbox {
    padding: 1em;
    margin-bottom: 2em;
    min-height: 210px;
    overflow: hidden;
  }
  #content #inner-content .linkbox:nth-child(4) {
    margin-left: 0;
  }
  #content #inner-content .linkbox p {
    margin: 0.5em 0;
  }
  .footer .widget {
    width: 50%;
    padding: 0 1.25em;
  }
  .copyright {
    text-align: left;
  }
}
@media only screen and (min-width: 1030px) {
  .header #logo img {
    width: 300px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .header nav li a {
    font-size: 1.125em;
    padding: 10px 10px;
  }
  .header .top-nav {
    margin-top: 1em;
  }
  #content #inner-content .testimonial .quote {
    min-height: 430px;
  }
  .footer .widget {
    width: 25%;
  }
}
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after,
  a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after,
  a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
.shared-counts-wrap.style-rounded a.shared-counts-button:first-of-type {
  border-radius: 3px 0 0 3px;
}
.shared-counts-wrap.style-rounded a.shared-counts-button:last-of-type {
  border-radius: 0 3px 3px 0;
}
html[lang="de-DE"] .shared-counts-wrap::before {
  content: "Diesen Beitrag teilen";
  display: block;
  font-weight: 600;
  margin-bottom: 0.750em;
}
