@charset "UTF-8";
/*
Theme Name: Twenty Sixteen
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: twentysixteen

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.
*/
/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */
 
 #mceu_121,
#mceu_122,
#mceu_123,
#mceu_124,
#mceu_125,
#mceu_126,
#mceu_127,
#mceu_128,
#mceu_129,
#mceu_132,
#mceu_133,
#mceu_134

 {
	display: none;
}
 
/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */
html {
  font-family: pt sans narrow;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow: hidden;
  overflow-y: visible;
  margin-top: 0 !important;
}

body {
  margin: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

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 {
  color: #00284B;
  background-color: transparent;
}

/* Silbentrennung */
h1, h2, h3, h4, h5 {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

p {
  line-height: 38px;
}

p a {
  font-weight: bold;
  color: #00284B;
  text-decoration: underline;
}

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

b,
strong {
  font-weight: 700;
}

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: 0;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

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

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

select {
  text-transform: none;
}

button {
  overflow: visible;
}

button,
input,
select,
textarea {
  max-width: 100%;
}

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

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

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

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0.4375em;
  padding: 0;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
  border-radius: 0;
}

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

fieldset {
  border: 1px solid #d1d1d1;
  margin: 0 0 1.75em;
  min-width: inherit;
  padding: 0.875em;
}

fieldset > :last-child {
  margin-bottom: 0;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

optgroup {
  font-weight: bold;
}

/**
 * 2.0 - Genericons
 */
.menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Genericons";
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  vertical-align: top;
}

/**
GRIDS
**/
.container-full {
  width: 100%;
}

.container-small {
  max-width: 864px;
  margin: auto;
}

/*  SECTIONS  */
.section {
  clear: both;
  padding: 0px;
  margin: 0px;
  width: 1440px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/*  COLUMN SETUP  */
.col {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%;
}

.col:first-child {
  margin-left: 0;
}

/*  GROUPING  */
.group:before,
.group:after {
  content: "";
  display: table;
}

.group:after {
  clear: both;
}

.group {
  zoom: 1;
  /* For IE 6/7 */
}

/*  GRID OF FOUR  */
.span_4_of_4 {
  width: 100%;
}

.span_3_of_4 {
  width: 74.6%;
}

.span_2_of_4 {
  width: 49.2%;
}

.span_1_of_4 {
  width: 23.8%;
}

div.button-box {
  background-color: #fff;
  text-align: center;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #00284B;
}

.button-boxes {
  margin-bottom: 70px;
}

.button-boxes .button-box-outer {
  padding-left: 12px;
  padding-right: 12px;
  width: 25%;
  float: left;
}

.button-boxes .button-box-outer:first-child {
  padding-left: 24px;
}

.button-boxes .button-box-outer:last-child {
  padding-right: 24px;
}

div.button-box {
  font-weight: bold;
  margin-top: 20px;
}

div.button-box a {
  color: #00284B;
  display: block;
  width: 100%;
  line-height: 100px;
}

div.button-box a:hover {
  color: #00284B;
}

.button-box:hover {
  -webkit-box-shadow: 0px 0px 21px 0px #cccccc;
  -moz-box-shadow: 0px 0px 21px 0px #cccccc;
  box-shadow: 0px 0px 21px 0px #cccccc;
}

div.box {
  background-color: #fff;
  color: #00284B;
  text-align: left;
  border-bottom: 25px solid #F5F5F5;
  height: 100%;
}

.box p {
  padding: 0;
  margin-bottom: 10px;
}

.box p.date {
  margin-bottom: 8px;
  color: #878787;
}

.box h2 {
  text-align: left;
}

div.more-box-image {
  height: 100%;
  position: relative;
}

div.more-box-image.full img {
  margin-bottom: 35px;
}

div.more-box-image.full .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

div.more-box-image.full.bg_color_grey .image {
  width: auto;
  height: auto;
}

.more-box-image.medium .image {
  text-align: center;
}

.more-box-image.medium .image img {
  max-width: 330px;
  margin-bottom: 60px;
}

.more-box-image.news {
  padding-bottom: 80px;
}

.more-box-image.news p {
  font-size: 16px;
  line-height: 28px;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.more-box-image.news img {
  margin-bottom: 40px;
}

.more-box-image.news h2 {
  margin-bottom: 27px;
}

.more-box-image.news .box-link {
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 100%;
}

div.more-box .more-link {
  position: absolute;
  bottom: 0;
  left: 40px;
}

more-box.bg_color_grey .more-link {
  bottom: 37px;
}

.box-link {
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
}

.box-link .more-link {
  border-bottom: 3px solid transparent;
  line-height: 22px;
  letter-spacing: 1px;
}

.box-link:hover .more-link {
  color: #00284B;
  text-decoration: none;
  border-bottom: 3px solid #00284B;
}

.box-link:hover {
  -webkit-box-shadow: 0px 0px 21px 0px #cccccc;
  -moz-box-shadow: 0px 0px 21px 0px #cccccc;
  box-shadow: 0px 0px 21px 0px #cccccc;
}

.box.bg_color_grey .box-link {
  position: relative;
  top: 65px;
}

.box.bg_color_grey .box-link:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

div.more-box-image .more-link {
  position: absolute;
  bottom: 20px;
  left: 25px;
}

.more-box {
  padding: 40px;
  position: relative;
}

.more-box-image img {
  width: 100%;
  margin-bottom: 20px;
}

.container-full .col-12.col-md-6 .more-box-image.bg_color_white img {
  margin-bottom: 0;
}

.more-box-image .medium img {
  width: 330px;
  margin: auto;
}

.more-box-image h2:after {
  top: -30px;
}

.more-box-image h4,
.more-box-image p {
  padding-left: 10px;
  padding-right: 10px;
}

div.more-box-image.news h2,
div.more-box-image.news p {
  padding-left: 30px;
  padding-right: 30px;
}

div.more-box-image.news .more-link {
  bottom: 30px;
}

.more-box-image.bg_color_grey,
.more-box.bg_color_grey {
  background-color: #F5F5F5;
}

.more-box.bg_color_grey {
  padding: 0;
}

.more-box.bg_color_grey .more-link {
  left: 0;
}

.more-box-image.bg_color_grey p {
  padding-left: 0;
  padding-right: 0;
}

.more-box-image.bg_color_grey .more-link {
  left: 0;
}

.image-box-left img {
  float: left;
  margin-right: 30px;
}

.image-box-left .headline {
  font-size: 26px;
  color: #00284B;
  font-weight: bold;
}

.image-box-left a {
  text-decoration: none;
  color: #4A4A4A;
  font-weight: normal;
}

.cta-banner {
  min-height: 200px;
  background-color: #B53C2C;
  color: #fff;
  text-align: center;
  padding: 35px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 50px;
  background-repeat: no-repeat;
  background-position: center;
}

.cta-banner.blue {
  background-color: #005D97;
}

.cta-banner.no-margin {
  margin-bottom: -70px;
}

.cta-banner h3 {
  color: #fff;
  font-size: 32px;
  margin-bottom: 30px;
}

.cta-banner p {
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.cta-banner .button {
  border-color: #fff;
}

.cta-banner a,
.cta-banner a:hover {
  color: #fff;
}

.cta-banner .button a:hover {
  color: #B53C2C;
}

.cta-banner .button:hover {
  background-color: #fff;
  color: #B53C2C;
}

.cta-banner p:last-child {
  margin: 0;
}

.cta-banner.has-button h3 {
  margin-bottom: 10px;
}

.cta-banner.has-button p {
  margin-bottom: 15px;
}

.button {
  width: 230px;
  height: 49px;
  border: 3px solid #00284B;
  color: #00284B;
  display: inline-block;
  text-transform: uppercase;
}

.button.blue:hover {
  color: #fff;
  background-color: #00284B;
}

.button a:hover {
  color: #fff;
}

.button a {
  line-height: 43px;
  display: block;
  width: 100%;
  font-weight: bold;
  letter-spacing: 1px;
}

.trenner {
  height: 31px;
  background-image: url("../../../uploads/2018/07/element-h1-noheader.png");
  width: 239px;
  background-size: contain;
  display: inline-block;
}

.center {
  text-align: center;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
  .col {
    margin: 1% 0 1% 0%;
  }
  .span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 {
    width: 100%;
  }
}

.block_4 {
  width: 25%;
  height: 100px;
  background-color: #fff;
  float: left;
}

/**
 * 3.0 - Typography
 */
body,
button,
input,
select,
textarea {
  font-family: PT sans narrow;
  font-size: 17px;
  line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-size: 52px;
  margin: 0;
  text-rendering: optimizeLegibility;
  text-align: center;
  color: #00284B;
  position: relative;
}

h1 {
  margin-bottom: 10px;
  font-size: 80px;
  font-weight: bold;
  max-width: 1440px;
  margin: 0 auto;
}

h2.main {
  margin-top: 36px;
  font-size: 52px;
  text-align: center;
}

h2.main:after,
h1.main.blue:after {
  text-align: center;
  background-image: url("../../../uploads/2018/07/element-h2.png");
  display: inline-block;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -45px;
  left: 50%;
  margin-left: -130px;
  width: 260px;
  height: 52px;
}

h1.main.blue {
  margin-top: 160px;
}

h2 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 30px;
}

h3 {
  font-size: 32px;
  font-weight: bold;
}

h4 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 30px;
}

h5 {
  font-size: 16px;
}

p {
  margin: 0 0 1.75em;
  font-size: 18px;
  text-align: left;
  font-family: 'Lato', sans-serif;
}

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

blockquote {
  border: 0 solid #1a1a1a;
  border-left-width: 4px;
  color: #686868;
  font-size: 19px;
  font-size: 1.1875rem;
  font-style: italic;
  line-height: 1.4736842105;
  margin: 0 0 1.47368em;
  overflow: hidden;
  padding: 0 0 0 1.26316em;
}

blockquote,
q {
  quotes: none;
}

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

blockquote p {
  margin-bottom: 1.4736842105em;
}

blockquote cite,
blockquote small {
  color: #1a1a1a;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
  content: "\2014\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}

blockquote strong,
blockquote b {
  font-weight: 400;
}

blockquote > :last-child {
  margin-bottom: 0;
}

address {
  font-style: italic;
  margin: 0 0 1.75em;
}

code,
kbd,
tt,
var,
samp,
pre {
  font-family: Inconsolata, monospace;
}

pre {
  border: 1px solid #d1d1d1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125;
  margin: 0 0 1.75em;
  max-width: 100%;
  overflow: auto;
  padding: 1.75em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

code {
  background-color: #d1d1d1;
  padding: 0.125em 0.25em;
}

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

mark,
ins {
  background: #007acc;
  color: #fff;
  padding: 0.125em 0.25em;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/**
 * 4.0 - Elements
 */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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/ */
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

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

hr {
  background-color: #d1d1d1;
  border: 0;
  height: 1px;
  margin: 0 0 1.75em;
}

ul,
ol {
  margin: 0 0 1.75em 1.25em;
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
  margin-left: 1.5em;
}

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

dl {
  margin: 0 0 1.75em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 0 1.75em;
}

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

del {
  opacity: 0.8;
}

table,
th,
td {
  border: 1px solid #d1d1d1;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.75em;
  table-layout: fixed;
  /* Prevents HTML tables from becoming too wide */
  width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}

td {
  border-width: 0 1px 1px 0;
}

th,
td {
  padding: 0 20px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: #686868;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
}

:-moz-placeholder {
  color: #686868;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
}

::-moz-placeholder {
  color: #686868;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
  color: #686868;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
}

.block {
  margin-bottom: 70px;
}

.module_anchor .block {
  margin: 0;
}

.news_content {
  padding-top: 140px;
}

.news_content h2.main {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 0;
}

.news_content img {
  margin-bottom: 40px;
}

.news_content header {
  position: relative;
}

.module_mitarbeiterbox {
  margin-bottom: 70px;
}

.module_mitarbeiterbox .mitarbeiter_image {
  width: 200px;
  height: 200px;
  float: left;
  margin-right: 30px;
  background-position: center;
  background-size: cover;
}

.module_mitarbeiterbox .button {
  margin-top: 15px;
}

.module_mitarbeiterbox .row {
  margin-bottom: 95px;
}

.module_mitarbeiterbox h2 {
  margin-bottom: 42px;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.module_mitarbeiterbox .headline {
  margin-bottom: 2px;
}

.module_mitarbeiterbox p {
  color: #878787;
  padding-left: 10px;
  padding-right: 10px;
}

.module_mitarbeiterbox .text {
  padding-top: 37px;
  line-height: 30px;
}

.module_mitarbeiterbox .text.big {
  padding-top: 20px;
}

.module_mitarbeiterbox .image-box-left {
  height: auto;
}

.module_mitarbeiterbox .headline {
  font-family: pt sans narrow;
  font-weight: bold;
}

.module_mitarbeiterbox .function {
  font-size: 16px;
  margin-bottom: 0;
}

.module_textboxen .text .float-left {
  width: 50%;
  padding-right: 20px;
  padding-left: 20px;
}

.module_textboxen .text p {
  margin-bottom: 40px;
}

.module_textboxen .subheadline {
  font-size: 26px;
  margin-bottom: 40px;
  text-align: center;
}

.module_textboxen .has-link .box-link {
  width: 100%;
  height: 100%;
  bottom: 0px;
}

.module_textboxen .has-link .text {
  padding-bottom: 30px;
}

.module_textboxen .bg_color_white p {
  color: #878787;
}

.module_textboxen .container-full .row.block {
  margin-left: 10px;
  margin-right: 10px;
}

.module_textboxen .container-full .col-12.col-md-6.item .more-box-image.full.bg_color_grey img {
  margin-bottom: 20px;
}

.module_textboxen .container-full .col-12.col-md-6.item .bg_color_white .text p {
  font-size: 16px;
  color: #878787;
}

.module_textboxen .container-full .col-12.col-md-6.item .bg_color_white .text .more-link {
  bottom: 40px;
}

.module_textboxen .container .col-12.col-md-6.item .bg_color_white .more-link {
  bottom: 30px;
}

.module_textboxen .container .col-12.col-md-8.offset-md-2.offset-lg-2.item {
  margin-bottom: 100px;
}

.module_textboxen .container .col-12.col-md-8.offset-md-2.offset-lg-2.item:last-child {
  margin-bottom: 30px;
}

.module_textboxen .container .col-12.col-md-8.offset-md-2.offset-lg-2.item .box.more-box-image.full.has-link.bg_color_grey .text {
  padding-bottom: 0;
}

.module_textboxen .container .col-12.col-md-8.offset-md-2.offset-lg-2 .box.more-box-image.full.has-link.bg_color_grey .more-link {
  bottom: 0;
}

.module_textboxen .box.more-box-image.full.has-link.bg_color_grey {
  margin-bottom: 40px;
}

.module_news p {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.module_news .row.block {
  margin-bottom: 10px;
}

.module_news .row.block:first-child {
  margin-bottom: 70px;
}

.module_news .container .container {
  padding: 0;
}

.module_news h2.main {
  width: 100%;
}

.module_statistiken {
  background-color: #ffffff;
  margin-bottom: 115px;
  margin-top: 120px;
}

.module_statistiken p {
  text-align: center;
  color: #878787;
  font-family: pt sans narrow;
  font-size: 16px;
  line-height: 22px;
}

.module_statistiken .number {
  font-size: 52px;
  font-weight: bold;
}

.module_statistiken .col-sm-6.col-md-6 {
  padding-top: 35px;
}

.module_statistiken img {
  max-height: 140px;
}

.module_statistiken .status2 {
  position: absolute;
  opacity: 0;
  right: auto;
  left: 126px;
}

.module_statistiken h4 {
  margin-bottom: 0;
  text-align: center;
}

.module_joboffer .joboffer {
  line-height: 100px;
  background: #ffffff;
  margin-bottom: 15px;
}

.module_joboffer .joboffer:hover {
  -webkit-box-shadow: 0px 0px 21px 0px #cccccc;
  -moz-box-shadow: 0px 0px 21px 0px #cccccc;
  box-shadow: 0px 0px 21px 0px #cccccc;
}

.module_joboffer .joboffer a {
  font-family: pt sans narrow;
  font-weight: bold;
  font-size: 26px;
  color: #00284B;
}

.module_joboffer .joboffer a:hover {
  color: #00284B;
}

.module_joboffer .joboffer .joboffer-link {
  width: 100%;
  height: 100%;
  display: inline-block;
  line-height: 42px;
  padding: 30px;
}

.module_joboffer .button {
  margin-top: 15px;
}

.joboffer-template-default h2.main {
  margin-top: 160px;
  margin-left: 20px;
  margin-right: 20px;
}

.module_table h2 {
  margin-bottom: 5px;
}

.module_table h4 {
  margin-bottom: 15px;
}

.module_table p.text {
  color: #4A4A4A;
  margin-bottom: 20px;
  text-align: center;
}

.module_table .fa-male.bg_color_grey {
  color: #E1E1E1;
}

.module_table .fa-mars {
  color: #499BCA;
}

.module_table .fa-venus {
  color: #B53C2C;
}

.module_table table {
  table-layout: auto;
  border: 0;
}

.module_table table th {
  color: #00284B;
  font-size: 18px;
  background-color: #F5F5F5;
  border: none;
  height: 65px;
}

.module_table table td {
  color: #878787;
  background-color: #ffffff;
  border: none;
  border-bottom: 15px solid #F5F5F5;
  height: 65px;
}

.module_table .container-full table {
  padding-left: 20px;
  padding-right: 20px;
}

.module_table .box {
  height: auto;
  margin: 0 25px;
  padding: 30px 25px;
}

.module_table .box h4 {
  text-align: left;
}

.module_table .box .info {
  font-weight: bold;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  float: left;
  margin-right: 20px;
}

.module_table .box .text {
  color: #878787;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
}

.module_verbaende {
  padding-top: 50px;
  background-color: #ffffff;
}

.module_verbaende h4 {
  margin-bottom: 55px;
}

.module_verbaende table, .module_verbaende th, .module_verbaende td {
  border: 0;
  padding: 0;
  text-align: center;
  margin: 0;
}

.module_verbaende p {
  font-family: pt sans narrow;
  text-align: center;
  line-height: 23px;
  margin: 0;
}

.module_verbaende .text {
  color: #B9B9B9;
}

.module_verbaende .age {
  color: #499BCA;
}

.module_verbaende .circle img {
  margin-bottom: 12px;
  width: 91%;
  max-width: 102px;
}

.module_verbaende .circle_1 {
  width: 14%;
}

.module_verbaende .circle_6 {
  margin-right: 30px;
}

.module_verbaende .dropdowns {
  margin-left: 30px;
  margin-right: 30px;
  padding-bottom: 50px;
}

.module_verbaende .dropdowns .dropdown-toggle {
  color: #ffffff;
  display: block;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  height: 35px;
  padding: 0;
  position: absolute;
  right: 0;
  text-transform: none;
  top: 0;
  width: 40px;
}

.module_verbaende .dropdowns p {
  text-align: left;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  padding-bottom: 10px;
  white-space: normal;
  padding-left: 35px;
}

.module_verbaende .dropdowns .more-link {
  padding: 10px 0 35px;
}

.module_verbaende .dropdowns .verband {
  line-height: 40px;
  color: #ffffff;
  margin-bottom: 15px;
  font-size: 16px;
  position: relative;
  text-align: left;
  padding-left: 30px;
  padding-right: 30px;
}

.module_verbaende .dropdowns .verband .headline {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  margin-left: -18px;
  padding-left: 35px;
}

.module_verbaende .dropdowns .verband.open {
  padding-top: 32px;
}

.module_verbaende .dropdowns .verband.open .headline {
  font-size: 26px;
  margin-bottom: 25px;
  margin-left: 0;
  white-space: normal;
}

.module_verbaende .dropdowns .verband .info_text {
  display: none;
}

.module_verbaende .dropdowns .verband .info_text .fa {
  float: left;
  left: 14px;
  margin-top: 4px;
}

.module_verbaende .dropdowns .verband a {
  font-family: pt sans narrow;
  font-size: 18px;
  color: #ffffff;
  padding-left: 0;
}

.module_verbaende .dropdowns .verband_ross {
  background-color: #499BCA;
}

.module_verbaende .dropdowns .verband_ross .headline:before {
  content: '';
  background-image: url("../../../uploads/2018/06/ross-white-small.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 10px;
}

.module_verbaende .dropdowns .verband_rose {
  background-color: #499BCA;
}

.module_verbaende .dropdowns .verband_rose .headline:before {
  content: '';
  background-image: url("../../../uploads/2018/06/rose-weiss-klein.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 10px;
}

.module_verbaende .dropdowns .verband_1 {
  margin-left: 42px;
  width: 25%;
}

.module_verbaende .dropdowns .verband_2 {
  margin-left: 42px;
  width: 35.4%;
}

.module_verbaende .dropdowns .verband_3 {
  background-color: #005D97;
  margin-left: 23%;
  width: 35%;
}

.module_verbaende .dropdowns .verband_4 {
  background-color: #005D97;
  margin-left: 23%;
  width: 40%;
}

.module_verbaende .dropdowns .verband_5 {
  background-color: #004879;
  margin-left: 23%;
  margin-right: 27%;
  width: 40%;
}

.module_verbaende .dropdowns .verband_6 {
  background-color: #004879;
  margin-left: 23%;
  margin-right: 12%;
  width: 53%;
}

.module_verbaende .dropdowns .verband_7 {
  background-color: #004879;
  margin-left: 23%;
  margin-right: 12%;
  width: 65%;
}

.module_verbaende .dropdowns .verband_8 {
  background-color: #00284B;
  margin-left: 52%;
  margin-right: 18%;
}

.module_verbaende .dropdowns .verband_9 {
  background-color: #00284B;
  margin-left: 56.7%;
  margin-right: 73px;
}

.module_verbaende.Einrichtungen .verband_1,
.module_verbaende.Einrichtungen .verband_3 {
  display: none;
}

.module_verbaende.Privatschulen .verband_2,
.module_verbaende.Privatschulen .verband_4,
.module_verbaende.Privatschulen .verband_5,
.module_verbaende.Privatschulen .verband_6,
.module_verbaende.Privatschulen .verband_7,
.module_verbaende.Privatschulen .verband_8,
.module_verbaende.Privatschulen .verband_9 {
  display: none;
}

.module_verbaende .clicktip {
  display: none;
  width: 120px;
  background-color: #B53C2C;
  color: #fff;
  text-align: center;
  position: absolute;
  z-index: 1;
  padding: 20px 10px;
  line-height: 20px;
  font-family: 'Lato', sans-serif;
  right: -41px;
  top: -111px;
  transition: all 0.25s ease-out;
}

.module_verbaende .clicktip:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -9px;
  border-width: 12px;
  border-style: solid;
  border-color: #B53C2C transparent transparent transparent;
}

.module_verbaende .clicktip .close_x {
  cursor: pointer;
  position: absolute;
  height: auto;
  width: auto;
  right: 6px;
  top: 2px;
  opacity: 1;
  color: #ffffff;
  font-size: 19px;
  font-family: -webkit-pictograph;
}

.module_verbaende .clicktip .close_x:after {
  display: inline-block;
  content: "\00d7";
}

.main-timeline-section {
  position: relative;
  margin-left: 30px;
  margin-right: 30px;
  height: 40px;
}

.main-timeline-section .timeline-start,
.main-timeline-section .timeline-end {
  position: absolute;
  border-radius: 100px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
}

.timeline-start {
  left: 55px;
  background: #499BCA;
}

.timeline-end {
  right: 79px;
  background: #00284B;
}

.main-timeline-section .conference-center-line {
  position: absolute;
  width: 100%;
  height: 5px;
  top: 50%;
  transform: translateY(-50%);
  background-image: linear-gradient(90deg, #499BCA 0%, #00284B 50%);
}

.meta-date {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 100px;
}

.meta-date-2 {
  left: 21%;
  background: #3378A3;
}

.meta-date-3 {
  left: 38.4%;
  background: #004879;
}

.meta-date-4 {
  left: 56.7%;
  background: #00284B;
}

.meta-date-5 {
  left: 74.5%;
  background: #00284B;
}

.module_kontaktbox {
  text-align: left;
}

.module_kontaktbox h4 {
  text-align: left;
}

.module_kontaktbox .box {
  padding: 40px 45px 90px;
  position: relative;
}

.module_kontaktbox .group_1,
.module_kontaktbox .group_2,
.module_kontaktbox .group_3,
.module_kontaktbox .group_4,
.module_kontaktbox .group_5,
.module_kontaktbox .group_6,
.module_kontaktbox .headline {
  margin-bottom: 25px;
}

.module_kontaktbox .group_1,
.module_kontaktbox .group_2,
.module_kontaktbox .group_3,
.module_kontaktbox .group_4,
.module_kontaktbox .group_5,
.module_kontaktbox .group_6 {
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}

.module_kontaktbox .group_1 {
  background-image: url(../../../uploads/2018/09/fachinstitute-blauschek-logo-kontakt.png);
  width: 158px;
  height: 46px;
}

.module_kontaktbox .group_2 {
  background-image: url("../../../uploads/2018/06/schloss-varenholz-logo.png");
  width: 119px;
  height: 62px;
}

.module_kontaktbox .group_3 {
  background-image: url(../../../uploads/2018/06/gut-boeddeken-logo.png);
  width: 89px;
  height: 62px;
}

.module_kontaktbox .group_4 {
  background-image: url(../../../uploads/2018/06/haus-ulrich-logo.png);
  width: 139px;
  height: 62px;
}

.module_kontaktbox .group_5 {
  background-image: url(../../../uploads/2018/06/haus-meinulf-logo.png);
  width: 154px;
  height: 57px;
}

.module_kontaktbox .group_6 {
  background-image: url(../../../uploads/2018/06/grabbe-wg-logo.png);
  width: 139px;
  height: 62px;
}

.module_kontaktbox .address,
.module_kontaktbox .phone,
.module_kontaktbox .fax,
.module_kontaktbox .mail,
.module_kontaktbox .website {
  width: 100%;
  color: #878787;
}

.module_kontaktbox .address:before,
.module_kontaktbox .phone:before,
.module_kontaktbox .fax:before,
.module_kontaktbox .mail:before,
.module_kontaktbox .website:before {
  position: absolute;
  margin-top: 3px;
}

.module_kontaktbox .address div,
.module_kontaktbox .phone div,
.module_kontaktbox .fax div,
.module_kontaktbox .mail div,
.module_kontaktbox .website div {
  font-family: PT Sans Narrow;
  margin-left: 35px;
  line-height: 24px;
}

.module_kontaktbox .mail,
.module_kontaktbox .website {
  position: relative;
}

.module_kontaktbox .mail a,
.module_kontaktbox .website a {
  position: relative;
  z-index: 10;
}

.module_kontaktbox .mail a:hover,
.module_kontaktbox .website a:hover {
  color: #004879;
}

.module_kontaktbox .kontaktbox_item {
  background-color: #fff;
  height: 100%;
}

.module_kontaktbox .more-link {
  position: absolute;
  bottom: 50px;
  left: 40px;
}

#organigramm {
  width: 100%;
  cursor: pointer;
}

#organigramm svg {
  max-width: 800px;
  max-height: 800px;
}

#organigramm .element,
#organigramm .element_inner {
  transition-duration: 0.4s;
}

#organigramm text,
#organigramm #sbwl-logo,
#organigramm #gwg-logo,
#organigramm #sbwd-logo,
#organigramm #jgb-logo,
#organigramm #pwgb-logo,
#organigramm #jsv-logo,
#organigramm #hu-logo,
#organigramm #hm-logo,
#organigramm #pssv-logo,
#organigramm #sv-logo,
#organigramm .cls-8,
#organigramm .cls-5,
#organigramm
.cls-11 {
  pointer-events: none;
}

#map {
  margin-top: 60px;
}

#map .close_x {
  position: absolute;
  height: auto !important;
  width: auto !important;
  right: 0px !important;
  top: -56px !important;
  opacity: 1 !important;
  color: #ffffff;
  font-size: 25px;
  font-family: initial;
  font-weight: normal;
}

#map .close_x:after {
  display: inline-block;
  content: "\00d7";
}

#map .arrow {
  background: #005D97;
  position: relative;
}

#map .arrow:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 93, 151, 0);
  border-top-color: #005D97;
  border-width: 20px;
  margin-left: -10px;
  margin-top: -4px;
}

#map .gm-style .gm-style-iw {
  background-color: #005D97;
  color: #ffffff;
  top: -84px !important;
  left: 0 !important;
  border-radius: 2px 2px 0 0;
  display: none;
}

#map .gm-style .gm-style-iw.infowindow_1 {
  width: 490px !important;
}

#map .gm-style .gm-style-iw.infowindow_2 {
  width: 590px !important;
}

#map .gm-style .gm-style-iw.infowindow_3 {
  width: 590px !important;
}

#map .gm-style .gm-style-iw.infowindow_4 {
  width: 630px !important;
}

#map .gm-style .gm-style-iw.infowindow_5 {
  width: 590px !important;
}

#map .gm-style .gm-style-iw.infowindow_6 {
  width: 610px !important;
}

#map .gm-style .gm-style-iw.infowindow_7 {
  width: 659px !important;
}

#map .gm-style .gm-style-iw.infowindow_8 {
  width: 560px !important;
}

#map .gm-style .gm-style-iw.infowindow_9 {
  width: 570px !important;
}

#map .gm-style .gm-style-iw > div {
  margin: 36px;
  overflow: hidden !important;
  max-height: 221px !important;
}

#map .gm-style .gm-style-iw h4 {
  font-family: pt sans narrow;
  font-size: 26px;
  text-align: left;
  padding-left: 40px;
  width: 100%;
  margin-bottom: 15px;
  color: #ffffff;
}

#map .gm-style .gm-style-iw h5 {
  font-family: pt sans narrow;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 20px;
  text-align: left;
}

#map .gm-style .gm-style-iw .address,
#map .gm-style .gm-style-iw .phone,
#map .gm-style .gm-style-iw .fax,
#map .gm-style .gm-style-iw .mail,
#map .gm-style .gm-style-iw .website,
#map .gm-style .gm-style-iw .kontaktbox_link {
  width: 100%;
  font-size: 16px;
  text-align: left;
}

#map .gm-style .gm-style-iw .address span,
#map .gm-style .gm-style-iw .phone span,
#map .gm-style .gm-style-iw .fax span,
#map .gm-style .gm-style-iw .mail span,
#map .gm-style .gm-style-iw .website span,
#map .gm-style .gm-style-iw .kontaktbox_link span {
  font-family: 'Lato', sans-serif;
}

#map .gm-style .gm-style-iw .address,
#map .gm-style .gm-style-iw .phone,
#map .gm-style .gm-style-iw .fax,
#map .gm-style .gm-style-iw .mail,
#map .gm-style .gm-style-iw .website {
  margin-bottom: 10px;
}

#map .gm-style .gm-style-iw .address:before,
#map .gm-style .gm-style-iw .phone:before,
#map .gm-style .gm-style-iw .fax:before,
#map .gm-style .gm-style-iw .mail:before,
#map .gm-style .gm-style-iw .website:before {
  margin-right: 25px;
}

#map .gm-style .gm-style-iw .address span,
#map .gm-style .gm-style-iw .phone span,
#map .gm-style .gm-style-iw .fax span,
#map .gm-style .gm-style-iw .mail span,
#map .gm-style .gm-style-iw .website span {
  font-family: 'Lato', sans-serif;
}

#map .gm-style .gm-style-iw .group_1:before,
#map .gm-style .gm-style-iw .group_2:before,
#map .gm-style .gm-style-iw .group_3:before,
#map .gm-style .gm-style-iw .group_4:before,
#map .gm-style .gm-style-iw .group_5:before,
#map .gm-style .gm-style-iw .group_6:before,
#map .gm-style .gm-style-iw .group_7:before,
#map .gm-style .gm-style-iw .group_8:before,
#map .gm-style .gm-style-iw .group_9:before {
  content: '';
  background-image: url("../../../uploads/2018/06/rose-weiss-klein.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 36px;
  top: 36px;
}

#map .gm-style .gm-style-iw .group_1:before,
#map .gm-style .gm-style-iw .group_2:before,
#map .gm-style .gm-style-iw .group_5:before,
#map .gm-style .gm-style-iw .group_6:before {
  background-image: url("../../../uploads/2018/06/ross-white-small.png");
}

#map .gm-style .gm-style-iw .kontakte-link {
  margin-top: 30px;
  text-align: left;
}

#map .gm-style .gm-style-iw a {
  color: #ffffff;
}

#map .gm-style .gm-style-iw a:hover {
  color: #ffffff;
}

#map .gm-style .gm-style-iw .infobox_1
.infobox_2:nth-parent(1),
#map .gm-style .gm-style-iw .infobox_3:nth-parent(1),
#map .gm-style .gm-style-iw .infobox_4:nth-parent(1),
#map .gm-style .gm-style-iw
.infobox_5:nth-parent(1) {
  display: none;
  width: 200px !important;
}

/* Ausnahme für Region mit Kartenhöhe 800px */
.page-id-451 #map .close_x {
  top: 28px !important;
}

.page-id-451 #map .gm-style .gm-style-iw {
  top: 0px !important;
}

/* Stellenangebote Text zentriert */
.single-joboffer .module_textboxen .col-12.col-md-12.col-lg-6.offset-lg-3.item .text p {
  text-align: center;
}

/* Abstände auf der Page Kompetenz */
.page-id-16 .more-box.has-link.bg_color_grey {
  margin-bottom: 40px;
}

.page-id-451 #map {
  height: 800px !important;
}

.module_downloads {
  text-align: left;
}

.module_downloads .container-full {
  padding-left: 20px;
  padding-right: 20px;
}

.module_downloads h2 {
  margin-bottom: 10px;
}

.module_downloads .download_category {
  margin-bottom: 40px;
}

.module_downloads .download_category h4 {
  text-align: left;
}

.module_downloads .download_category .item {
  background-color: #ffffff;
  padding: 5px 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 15px;
  display: list-item;
}

.module_downloads .download_category .item a {
  text-decoration: underline;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  padding-right: 19px;
}

.module_downloads .download_category .item .fa {
  margin-top: 7px;
  right: 35px;
  position: absolute;
}

.page-id-451 #map {
  height: 800px;
}

.page-template-kompetenz .quad img {
  margin-bottom: -20px;
}

.fachkraefte-template .mitarbeiterbox {
  margin-bottom: 100px;
}

.einrichtungen-template .site-main,
.schloss-varenholz-template .site-main {
  margin-bottom: 0;
}

div.wpcf7 {
  margin-left: 16.666667%;
  margin-right: 16.666667%;
  width: 100%;
}

div.wpcf7 .wpcf7-text {
  width: 100%;
}

div.wpcf7 label {
  width: 100%;
}

div.wpcf7 p {
  float: left;
  width: 50%;
  padding-right: 20px;
}

div.wpcf7 input[type="text"], div.wpcf7 input[type="email"], div.wpcf7 textarea {
  background-color: #F5F5F5;
  border: none;
  border-bottom: 2px solid #D2D2D2;
  font-size: 18px;
  line-height: 40px;
  font-family: 'Lato', sans-serif;
}

div.wpcf7 input[type="text"]:not(:placeholder-shown), div.wpcf7 input[type="email"]:not(:placeholder-shown), div.wpcf7 textarea:not(:placeholder-shown) {
  border-bottom: 2px solid #00284B;
}

div.wpcf7 input[type="text"]:focus, div.wpcf7 input[type="email"]:focus, div.wpcf7 textarea:focus,
div.wpcf7 input[type="text"]:active, div.wpcf7 input[type="email"]:active, div.wpcf7 textarea:active {
  border-bottom: 2px solid #00284B;
}

div.wpcf7 .wpcf7-form p:nth-child(4) {
  width: 100%;
}

div.wpcf7 .wpcf7-form p:nth-child(4) textarea {
  width: 100%;
}

div.wpcf7 .wpcf7-form p:nth-child(5) {
  width: 100%;
  text-align: right;
  padding-right: 0;
}

div.wpcf7 .wpcf7-submit {
  width: 330px;
  height: 50px;
  border: 3px solid #D2D2D2;
  color: #D2D2D2;
  background-color: #F5F5F5;
  font-family: pt sans narrow;
  font-size: 18px;
}

div.wpcf7 .wpcf7-submit:hover {
  background-color: #D2D2D2;
  color: #ffffff;
}

div.wpcf7 .wpcf7-submit.active {
  border: 3px solid #00284B;
  color: #fff;
  background-color: #00284B;
}

div.wpcf7 div.wpcf7-validation-errors,
div.wpcf7 div.wpcf7-acceptance-missing {
  display: none !important;
}

div.wpcf7 div.wpcf7-mail-sent-ok {
  border: none;
}

div.wpcf7 div.wpcf7-response-output {
  margin: 0;
  font-family: 'Lato', sans-serif;
}

.wpcf7 .form-submit input:hover {
    color: #333 !important;
}

div.wpcf7 select {
    background-color: #F5F5F5;
    border: 2px solid #D2D2D2;
    font-size: 18px;
    line-height: 40px;
    font-family: 'Lato', sans-serif;
    padding: 0.625em 0.4375em;
    width: 100%;
    color: #212529;
}

/**
 * 5.0 - Forms
 */
input {
  line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
  background: #1a1a1a;
  border: 0;
  border-radius: 2px;
  color: #fff;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-weight: 700;
  letter-spacing: 0.046875em;
  line-height: 1;
  padding: 0.84375em 0.875em 0.78125em;
  text-transform: uppercase;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background: #007acc;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: thin dotted;
  outline-offset: -4px;
}

/*input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	background: #f7f7f7;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	padding: 0.625em 0.4375em;
	width: 100%;
}*/
input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
  outline: 0;
}

.post-password-form {
  margin-bottom: 1.75em;
}

.post-password-form label {
  color: #686868;
  display: block;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.076923077em;
  line-height: 1.6153846154;
  margin-bottom: 1.75em;
  text-transform: uppercase;
}

.post-password-form input[type="password"] {
  margin-top: 0.4375em;
}

.post-password-form > :last-child {
  margin-bottom: 0;
}

.search-field {
  color: #E1E1E1;
  background-color: #ffffff;
  border: none;
  border-bottom: 2px solid #e6e6e6;
  font-size: 16px;
  line-height: 40px;
  font-family: 'Lato', sans-serif;
  width: 100%;
  -webkit-appearance: none;
  border-radius: 0;
}

.search-field:focus {
  color: #004879 !important;
  border-bottom: 2px solid #004879;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #d2d2d2 !important;
  opacity: 1;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #d2d2d2 !important;
  opacity: 1;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #d2d2d2 !important;
  opacity: 1;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #d2d2d2 !important;
  opacity: 1;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
}

.search-submit:before {
  position: relative;
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-right: 0.2em solid black;
  border-top: 0.2em solid black;
  transform: rotate(45deg);
  margin-right: 0.5em;
  border-color: #E6E6E6;
}

.search-submit {
  bottom: 0;
  overflow: hidden;
  padding: 0;
  top: 4px;
  background-color: transparent;
  margin-left: 10px;
  position: absolute;
  right: 20px;
}

.search-submit:hover {
  background-color: transparent;
}

/**
 * 6.0 - Navigation
 */
.site-footer .main-navigation {
  margin-bottom: 1.75em;
}

.main-navigation {
  position: relative;
  background-color: #fafafa;
  z-index: 1;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
}

.main-navigation ul li {
  list-style: none;
  margin: 0;
}

.main-navigation ul ul {
  display: none;
  width: 100%;
  top: 70px;
  left: 0px;
  z-index: 99;
  box-shadow: 0px -4px 15px silver;
}

.main-navigation ul ul a {
  line-height: 25px;
}

.main-navigation ul ul li {
  position: relative;
}

.main-navigation a {
  color: #00284B;
  display: block;
  line-height: 1.3125;
  outline-offset: -1px;
  padding: 0.84375em 1.2em;
}

.main-navigation a:hover,
.main-navigation a:focus {
  color: #004879;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
  color: #B53C2C;
}

.nav-search-form label {
  width: 100%;
  padding-right: 15px;
}

.nav-search-form {
  display: block;
}

.main-navigation .nav-search .nav-search-link {
  float: right;
  padding: 0;
}

.main-navigation .nav-search .nav-search-link:before {
  margin-right: 0.25em;
  font-family: "Genericons";
  font-size: 22px;
  line-height: 1;
  vertical-align: middle;
  content: '\f400';
}

.main-navigation .nav-search .nav-search-link.open:before {
  content: '\f405';
}

.no-js .main-navigation ul ul {
  display: block;
}

.main-navigation .primary-menu {
  background-color: #fafafa;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 40px;
}

#wpadminbar {
  bottom: 0 !important;
  top: inherit;
}

.dropdown-toggle {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #1a1a1a;
  content: "";
  height: 48px;
  padding: 0;
  position: absolute;
  right: 0;
  text-transform: none;
  top: 0;
  width: 48px;
}

.dropdown-toggle:after {
  border: 0 solid #d1d1d1;
  border-left-width: 1px;
  content: "\f431";
  font-size: 22px;
  left: 1px;
  position: relative;
  width: 48px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
  background-color: transparent;
}

.dropdown-toggle:focus {
  outline: thin dotted;
  outline-offset: -1px;
}

.dropdown-toggle:focus:after {
  border-color: transparent;
}

.dropdown-toggle.toggled-on:after {
  content: "\f432";
}

.site-footer .social-navigation {
  margin-bottom: 1.75em;
}

.social-navigation ul {
  list-style: none;
  margin: 0 0 -0.4375em;
}

.social-navigation li {
  float: left;
  margin: 0 0.4375em 0.4375em 0;
}

.social-navigation a {
  border: 1px solid #d1d1d1;
  border-radius: 50%;
  color: #1a1a1a;
  display: block;
  height: 35px;
  position: relative;
  width: 35px;
}

.social-navigation a:before {
  content: "\f415";
  height: 33px;
  line-height: 33px;
  text-align: center;
  width: 33px;
}

.social-navigation a[href*="codepen.io"]:before {
  content: "\f216";
}

.social-navigation a[href*="digg.com"]:before {
  content: "\f221";
}

.social-navigation a[href*="dribbble.com"]:before {
  content: "\f201";
}

.social-navigation a[href*="dropbox.com"]:before {
  content: "\f225";
}

.social-navigation a[href*="facebook.com"]:before {
  content: "\f203";
}

.social-navigation a[href*="flickr.com"]:before {
  content: "\f211";
}

.social-navigation a[href*="foursquare.com"]:before {
  content: "\f226";
}

.social-navigation a[href*="plus.google.com"]:before {
  content: "\f206";
}

.social-navigation a[href*="github.com"]:before {
  content: "\f200";
}

.social-navigation a[href*="instagram.com"]:before {
  content: "\f215";
}

.social-navigation a[href*="linkedin.com"]:before {
  content: "\f208";
}

.social-navigation a[href*="path.com"]:before {
  content: "\f219";
}

.social-navigation a[href*="pinterest.com"]:before {
  content: "\f210";
}

.social-navigation a[href*="getpocket.com"]:before {
  content: "\f224";
}

.social-navigation a[href*="polldaddy.com"]:before {
  content: "\f217";
}

.social-navigation a[href*="reddit.com"]:before {
  content: "\f222";
}

.social-navigation a[href*="skype.com"]:before {
  content: "\f220";
}

.social-navigation a[href*="stumbleupon.com"]:before {
  content: "\f223";
}

.social-navigation a[href*="tumblr.com"]:before {
  content: "\f214";
}

.social-navigation a[href*="twitter.com"]:before {
  content: "\f202";
}

.social-navigation a[href*="vimeo.com"]:before {
  content: "\f212";
}

.social-navigation a[href*="wordpress.com"]:before,
.social-navigation a[href*="wordpress.org"]:before {
  content: "\f205";
}

.social-navigation a[href*="youtube.com"]:before {
  content: "\f213";
}

.social-navigation a[href^="mailto:"]:before {
  content: "\f410";
}

.social-navigation a[href*="spotify.com"]:before {
  content: "\f515";
}

.social-navigation a[href*="twitch.tv"]:before {
  content: "\f516";
}

.social-navigation a[href$="/feed/"]:before {
  content: "\f413";
}

.post-navigation {
  border-top: 4px solid #1a1a1a;
  border-bottom: 4px solid #1a1a1a;
  clear: both;
  margin: 0 7.6923% 3.5em;
}

.post-navigation a {
  color: #1a1a1a;
  display: block;
  padding: 1.75em 0;
}

.post-navigation span {
  display: block;
}

.post-navigation .meta-nav {
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.076923077em;
  line-height: 1.6153846154;
  margin-bottom: 0.5384615385em;
  text-transform: uppercase;
}

.post-navigation .post-title {
  display: inline;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.2173913043;
  text-rendering: optimizeLegibility;
}

.post-navigation div + div {
  border-top: 4px solid #1a1a1a;
}

/**
 * 6.1 - Links
 */
a {
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  color: #686868;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
}

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

/**
 * 6.2 - Menus
 */
.site-header {
  background-color: #F5F5F5;
}

.site-header-menu {
  display: none;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  width: 100%;
  z-index: 15;
}

.site-header-menu.toggled-on,
.no-js .site-header-menu {
  display: block;
}

.pagination {
  border-top: 4px solid #1a1a1a;
  font-size: 19px;
  font-size: 1.1875rem;
  margin: 0 7.6923% 2.94737em;
  min-height: 56px;
  position: relative;
}

.pagination:before,
.pagination:after {
  background-color: #1a1a1a;
  content: "";
  height: 52px;
  position: absolute;
  top: 0;
  width: 52px;
  z-index: 0;
}

.pagination:before {
  right: 0;
}

.pagination:after {
  right: 54px;
}

.pagination a:hover,
.pagination a:focus {
  color: #1a1a1a;
}

.pagination .nav-links {
  padding-right: 106px;
  position: relative;
}

.pagination .nav-links:before,
.pagination .nav-links:after {
  color: #fff;
  font-size: 32px;
  line-height: 51px;
  opacity: 0.3;
  position: absolute;
  width: 52px;
  z-index: 1;
}

.pagination .nav-links:before {
  content: "\f429";
  right: -1px;
}

.pagination .nav-links:after {
  content: "\f430";
  right: 55px;
}

/* reset screen-reader-text */
.pagination .current .screen-reader-text {
  position: static !important;
}

.pagination .page-numbers {
  display: none;
  letter-spacing: 0.013157895em;
  line-height: 1;
  margin: 0 0.73684em 0 -0.73684em;
  padding: 0.81579em 0.73684em 0.39474em;
  text-transform: uppercase;
}

.pagination .current {
  display: inline-block;
  font-weight: bold;
}

.pagination .prev,
.pagination .next {
  background-color: #1a1a1a;
  color: #fff;
  display: inline-block;
  height: 52px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 0;
  width: 52px;
  z-index: 2;
}

.pagination .prev:before,
.pagination .next:before {
  font-size: 32px;
  height: 53px;
  line-height: 52px;
  position: relative;
  width: 53px;
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
  background-color: #007acc;
  color: #fff;
}

.pagination .prev:focus,
.pagination .next:focus {
  outline: 0;
}

.pagination .prev {
  right: 54px;
}

.pagination .prev:before {
  content: "\f430";
  left: -1px;
  top: -1px;
}

.pagination .next {
  right: 0;
}

.pagination .next:before {
  content: "\f429";
  right: -1px;
  top: -1px;
}

.image-navigation,
.comment-navigation {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
  margin: 0 7.6923% 2.15385em;
  padding: 1.0769230769em 0;
}

.comment-navigation {
  margin-right: 0;
  margin-left: 0;
}

.comments-title + .comment-navigation {
  border-bottom: 0;
  margin-bottom: 0;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
  display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
  content: "\002f";
  display: inline-block;
  opacity: 0.7;
  padding: 0 0.53846em;
}

/**
 * 7.0 - Accessibility
 */
/* Text meant only for screen readers */
.says,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  /* many screen reader and browser combinations announce broken words as they would appear visually */
  word-wrap: normal !important;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
  background-color: #f1f1f1;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: 700;
  left: -9999em;
  outline: none;
  padding: 15px 23px 14px;
  text-decoration: none;
  text-transform: none;
  top: -9999em;
}

.logged-in .site .skip-link {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
  font-family: "Open Sans", sans-serif;
}

.site .skip-link:focus {
  clip: auto;
  height: auto;
  left: 6px;
  top: 7px;
  width: auto;
  z-index: 100000;
}

/**
 * 8.0 - Alignments
 */
.alignleft {
  float: left;
  margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
  float: right;
  margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}

blockquote.alignleft {
  margin: 0.31579em 1.47368em 1.47368em 0;
}

blockquote.alignright {
  margin: 0.31579em 0 1.47368em 1.47368em;
}

blockquote.aligncenter {
  margin-bottom: 1.473684211em;
}

/**
 * 9.0 - Clearings
 */
.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
  content: "";
  display: table;
}

.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
  clear: both;
}

/**
 * 10.0 - Widgets
 */
.search-page .no-results {
  margin-top: 160px;
}

.widget {
  border-top: 4px solid #1a1a1a;
  margin-bottom: 3.5em;
  padding-top: 1.75em;
}

.widget-area > :last-child,
.widget > :last-child {
  margin-bottom: 0;
}

.widget .widget-title {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.046875em;
  line-height: 1.3125;
  margin: 0 0 1.75em;
  text-transform: uppercase;
}

.widget .widget-title:empty {
  margin-bottom: 0;
}

.widget-title a {
  color: #1a1a1a;
}

/* Calendar widget */
.widget.widget_calendar table {
  margin: 0;
}

.widget_calendar td,
.widget_calendar th {
  line-height: 2.5625;
  padding: 0;
  text-align: center;
}

.widget_calendar caption {
  font-weight: 900;
  margin-bottom: 1.75em;
}

.widget_calendar tbody a {
  background-color: #007acc;
  color: #fff;
  display: block;
  font-weight: 700;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
  background-color: #686868;
  color: #fff;
}

/* Recent Posts widget */
.widget_recent_entries .post-date {
  color: #686868;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.615384615;
  margin-bottom: 0.538461538em;
}

.widget_recent_entries li:last-child .post-date {
  margin-bottom: 0;
}

/* RSS widget */
.widget_rss .rsswidget img {
  margin-top: -0.375em;
}

.widget_rss .rss-date,
.widget_rss cite {
  color: #686868;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: normal;
  line-height: 1.615384615;
  margin-bottom: 0.538461538em;
}

.widget_rss .rssSummary:last-child {
  margin-bottom: 2.1538461538em;
}

.widget_rss li:last-child :last-child {
  margin-bottom: 0;
}

/* Tag Cloud widget */
.tagcloud a {
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  display: inline-block;
  line-height: 1;
  margin: 0 0.1875em 0.4375em 0;
  padding: 0.5625em 0.4375em 0.5em;
}

.tagcloud ul {
  list-style-type: none;
  margin-left: 0;
}

.tagcloud ul li {
  display: inline-block;
}

.tagcloud a:hover,
.tagcloud a:focus {
  border-color: #007acc;
  color: #007acc;
  outline: 0;
}

/**
 * 11.0 - Content
 */
.site {
  background-color: #fff;
}

.site-inner {
  margin: 0;
  position: relative;
}

.site-content {
  background-color: #F5F5F5;
  text-align: center;
  word-wrap: break-word;
}

.blur:before {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: grey;
  z-index: 10;
  opacity: 0.5;
}

.blur {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

.site-content.blur {
  padding-top: 10px;
}

.trenner.index {
  margin-top: 70px;
}

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

.site-main {
  background-color: #F5F5F5;
}

.site-main > :last-child {
  margin-bottom: 0;
}

/**
 * STARTSEITE
 */
.startseite .page-header-image {
  margin-bottom: 0;
}

.startseite .page-header-image .page-options-header-image-div {
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: none;
}

.startseite .row.block.first {
  padding-left: 9px;
  padding-right: 24px;
}

.module_teaser .col-12 {
  max-height: 400px;
}

.module_teaser img {
  width: 100%;
  height: 100%;
}

.module_teaser .teaser_link {
  display: block;
}

.module_teaser .teaser_link:hover {
  -webkit-box-shadow: 0px 0px 21px 0px #cccccc;
  -moz-box-shadow: 0px 0px 21px 0px #cccccc;
  box-shadow: 0px 0px 21px 0px #cccccc;
}

.module_teaser .white {
  background-color: grey;
  z-index: 10;
  opacity: 0.2;
  margin-bottom: 30px;
  max-height: 400px;
  overflow: hidden;
}

.module_teaser .white:hover {
  opacity: 0.3;
}

.module_teaser h2 {
  font-size: 32px;
  position: absolute;
  top: 50%;
  margin-right: auto;
  margin-top: -32px;
  width: 100%;
}

/**
 * 11.1 - Header
 */
.site-header-main {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 70px;
}

.site-branding {
  /* Avoid overflowing wide custom logo in small screens in Firefox and IEs */
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  position: relative;
  z-index: 15;
  max-height: 70px;
  margin-left: 23px !important;
  visibility: hidden;
}

.site-branding.is-visible {
  visibility: visible;
}

.custom-logo-link {
  display: block;
}

.custom-logo {
  max-width: 180px;
}

.site-title {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.2173913043;
  margin: 0;
}

.site-branding .site-title a {
  color: #1a1a1a;
}

.site-branding .site-title a:hover,
.site-branding .site-title a:focus {
  color: #007acc;
}

.wp-custom-logo .site-title {
  margin-top: 0.608695652em;
}

.site-description {
  color: #686868;
  display: none;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.0769230769;
  margin: 0.538461538em 0 0;
}

.menu-toggle {
  display: inline-block;
  cursor: pointer;
  background-color: #ffffff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 15;
  box-shadow: 0px -4px 15px silver;
}

.menu-toggle:hover,
.menu-toggle:active,
.menu-toggle:focus {
  background-color: #ffffff;
}

.main-navigation ul li {
  display: block;
}

.bar1, .bar2, .bar3 {
  width: 25px;
  height: 2px;
  background-color: #333;
  margin: 6px 0;
  transition: 0.2s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-5px, 3px);
  transform: rotate(-45deg) translate(-5px, 3px);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

.no-js .menu-toggle {
  display: none;
}

.page-header-image {
  width: 100%;
  position: relative;
  margin-bottom: 120px;
  height: 440px;
  overflow: hidden;
  z-index: 1;
  background: #00284B;
}

.page-header-image div.page-options-header-image {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position-y: center;
  opacity: .75;
}

.page-header-image img.page-options-header-image {
  display: none !important;
}

.page-header-image.no-image {
  height: auto;
  background-color: transparent;
}

.page-header-image.no-image h1.main.blue:after {
  background-image: url("../../../uploads/2018/07/element-h1-noheader.png");
}

.page-header-image.no-image h1, .page-header-image.no-image h3 {
  padding-left: 15px;
  padding-right: 15px;
}

.owl-carousel {
  height: 100%;
}

.owl-carousel .owl-stage-outer {
  height: 100%;
}

.owl-carousel .owl-stage-outer .owl-stage {
  height: 100%;
}

.owl-carousel .owl-item {
  opacity: 0.75;
  height: 100%;
}

.owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #ffffff;
}

.owl-theme .owl-dots .owl-dot span {
  background: transparent;
  border: 1px solid #ffffff;
}

.page-header-image .image_headline {
  position: absolute;
  top: 50%;
  margin-left: auto;
  width: 100%;
  margin-top: -40px;
  z-index: 9;
  padding-left: 15px;
  padding-right: 15px;
}

.page-header-image .image_headline h1 {
  font-size: 80px;
  margin-bottom: 5px;
  color: #fff;
}

.page-header-image .image_headline h1:after {
  background-image: url(../../../uploads/2018/07/element-h1.png);
  display: inline-block;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -35px;
  left: 50%;
  text-align: center;
  margin-left: -130px;
  text-align: center;
  width: 260px;
  height: 52px;
}

.page-header-image .image_headline h3 {
  font-size: 32px;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 0 15px;
}

.header-image a {
  display: block;
}

.header-image a:hover img,
.header-image a:focus img {
  opacity: 0.85;
}

.header-symbol {
  position: absolute;
  width: 500px;
  height: 500px;
  position: absolute;
  width: 500px;
  height: 500px;
  top: 413px;
  left: -60px;
  z-index: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

.header-symbol.rose {
  background-image: url("../img/rose-weiss-gross.png");
}

.header-symbol.ross {
  background-image: url("../img/ross-weiss-gross.png");
  top: 483px;
}

/**
 * 11.2 - Posts and pages
 */
.site-main > article {
  margin-bottom: 3.5em;
  position: relative;
}

.entry-title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1em;
}

.entry-title a {
  color: #1a1a1a;
}

.post-thumbnail {
  display: block;
  margin: 0 7.6923% 1.75em;
}

.post-thumbnail img {
  display: block;
}

.no-sidebar .post-thumbnail img {
  margin: 0 auto;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
  opacity: 0.85;
}

.entry-content,
.entry-summary {
  border-color: #d1d1d1;
}

.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125;
  margin-top: 3.5em;
  margin-bottom: 1.75em;
}

.entry-content h4,
.entry-summary h4,
.comment-content h4,
.textwidget h4 {
  letter-spacing: 0.140625em;
  text-transform: uppercase;
}

.entry-content h6,
.entry-summary h6,
.comment-content h6,
.textwidget h6 {
  font-style: italic;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h1,
.entry-summary h2,
.entry-summary h3,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h1,
.textwidget h2,
.textwidget h3,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
  font-weight: 900;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.comment-content h1:first-child,
.comment-content h2:first-child,
.comment-content h3:first-child,
.comment-content h4:first-child,
.comment-content h5:first-child,
.comment-content h6:first-child,
.textwidget h1:first-child,
.textwidget h2:first-child,
.textwidget h3:first-child,
.textwidget h4:first-child,
.textwidget h5:first-child,
.textwidget h6:first-child {
  margin-top: 0;
}

.post-navigation .post-title,
.entry-title,
.comments-title {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

body:not(.search-results) .entry-summary {
  color: #686868;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.4736842105;
  margin-bottom: 1.4736842105em;
}

body:not(.search-results) .entry-header + .entry-summary {
  margin-top: -0.736842105em;
}

body:not(.search-results) .entry-summary p,
body:not(.search-results) .entry-summary address,
body:not(.search-results) .entry-summary hr,
body:not(.search-results) .entry-summary ul,
body:not(.search-results) .entry-summary ol,
body:not(.search-results) .entry-summary dl,
body:not(.search-results) .entry-summary dd,
body:not(.search-results) .entry-summary table {
  margin-bottom: 1.4736842105em;
}

body:not(.search-results) .entry-summary li > ul,
body:not(.search-results) .entry-summary li > ol {
  margin-bottom: 0;
}

body:not(.search-results) .entry-summary th,
body:not(.search-results) .entry-summary td {
  padding: 0.3684210526em;
}

body:not(.search-results) .entry-summary fieldset {
  margin-bottom: 1.4736842105em;
  padding: 0.3684210526em;
}

body:not(.search-results) .entry-summary blockquote {
  border-color: currentColor;
}

body:not(.search-results) .entry-summary blockquote > :last-child {
  margin-bottom: 0;
}

body:not(.search-results) .entry-summary .alignleft {
  margin: 0.26316em 1.47368em 1.47368em 0;
}

body:not(.search-results) .entry-summary .alignright {
  margin: 0.26316em 0 1.47368em 1.47368em;
}

body:not(.search-results) .entry-summary .aligncenter {
  margin-bottom: 1.4736842105em;
}

.entry-content > :last-child,
.entry-summary > :last-child,
body:not(.search-results) .entry-summary > :last-child,
.page-content > :last-child,
.comment-content > :last-child,
.textwidget > :last-child {
  margin-bottom: 0;
}

.more-link {
  white-space: nowrap;
  font-weight: bold;
}

.author-info {
  border-color: inherit;
  border-style: solid;
  border-width: 1px 0 1px 0;
  clear: both;
  padding-top: 1.75em;
  padding-bottom: 1.75em;
}

.author-avatar .avatar {
  float: left;
  height: 42px;
  margin: 0 1.75em 1.75em 0;
  width: 42px;
}

.author-description > :last-child {
  margin-bottom: 0;
}

.entry-content .author-title {
  clear: none;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.75;
  margin: 0;
}

.author-bio {
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
  margin-bottom: 1.6153846154em;
  overflow: hidden;
}

.author-link {
  white-space: nowrap;
}

.entry-footer {
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
  margin-top: 2.1538461538em;
}

.entry-footer:empty {
  margin: 0;
}

.entry-footer a {
  color: #686868;
}

.entry-footer a:hover,
.entry-footer a:focus {
  color: #007acc;
}

.entry-footer > span:not(:last-child):after {
  content: "\002f";
  display: inline-block;
  opacity: 0.7;
  padding: 0 0.53846em;
}

.entry-footer .avatar {
  height: 21px;
  margin: -0.15385em 0.53846em 0 0;
  width: 21px;
}

.sticky-post {
  color: #686868;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.076923077em;
  line-height: 1.6153846154;
  margin-bottom: 0.5384615385em;
  text-transform: uppercase;
}

/**
 * IE8 and earlier will drop any block with CSS3 selectors.
 * Do not combine these styles with the next block.
 */
.updated:not(.published) {
  display: none;
}

.sticky .posted-on,
.byline {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-header {
  margin: 0 7.6923% 3.5em;
  padding-top: 1.75em;
}

body.error404 .page-header,
body.search-no-results .page-header {
  border-top: 0;
  padding-top: 0;
}

html, body, #page {
  height: 100%;
}

.page-title {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.2173913043;
}

.taxonomy-description {
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
}

.taxonomy-description p {
  margin: 0.53846em 0 1.61538em;
}

.taxonomy-description > :last-child {
  margin-bottom: 0;
}

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

.page-links a,
.page-links > span {
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  height: 1.8461538462em;
  line-height: 1.6923076923em;
  margin-right: 0.3076923077em;
  text-align: center;
  width: 1.8461538462em;
}

.page-links a {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}

.page-links a:hover,
.page-links a:focus {
  background-color: #007acc;
  border-color: transparent;
  color: #fff;
}

.page-links > .page-links-title {
  border: 0;
  color: #1a1a1a;
  height: auto;
  margin: 0;
  padding-right: 0.6153846154em;
  width: auto;
}

.entry-attachment {
  margin-bottom: 1.75em;
}

.entry-caption {
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 1.0769230769em;
}

.entry-caption > :last-child {
  margin-bottom: 0;
}

.content-bottom-widgets {
  margin: 0 7.6923%;
}

.content-bottom-widgets .widget-area {
  margin-bottom: 3.5em;
}

/**
 * 11.3 - Post Formats
 */
.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.473684211;
  margin-bottom: 1.473684211em;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title {
  display: none;
}

/**
 * 11.4 - Comments
 */
.comments-area {
  margin: 0 7.6923% 3.5em;
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
  padding-top: 1.75em;
}

.comments-title,
.comment-reply-title {
  border-top: 4px solid #1a1a1a;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.3125;
  padding-top: 1.217391304em;
}

.comments-title {
  margin-bottom: 1.217391304em;
}

.comment-list {
  list-style: none;
  margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
  border-top: 1px solid #d1d1d1;
  padding: 1.75em 0;
}

.comment-list .children {
  list-style: none;
  margin: 0;
}

.comment-list .children > li {
  padding-left: 0.875em;
}

.comment-author {
  color: #1a1a1a;
  margin-bottom: 0.4375em;
}

.comment-author .avatar {
  float: left;
  height: 28px;
  margin-right: 0.875em;
  position: relative;
  width: 28px;
}

.bypostauthor > article .fn:after {
  content: "\f304";
  left: 3px;
  position: relative;
  top: 5px;
}

.comment-metadata,
.pingback .edit-link {
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
}

.comment-metadata {
  margin-bottom: 2.1538461538em;
}

.comment-metadata a,
.pingback .comment-edit-link {
  color: #686868;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
  color: #007acc;
}

.comment-metadata .edit-link,
.pingback .edit-link {
  display: inline-block;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
  content: "\002f";
  display: inline-block;
  opacity: 0.7;
  padding: 0 0.53846em;
}

.comment-content ul,
.comment-content ol {
  margin: 0 0 1.5em 1.25em;
}

.comment-content li > ul,
.comment-content li > ol {
  margin-bottom: 0;
}

.comment-reply-link {
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  color: #007acc;
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
  margin-top: 2.1538461538em;
  padding: 0.53846em 0.53846em 0.46154em;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
  border-color: currentColor;
  color: #007acc;
  outline: 0;
}

.comment-form {
  padding-top: 1.75em;
}

.comment-form label {
  color: #686868;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.076923077em;
  line-height: 1.6153846154;
  margin-bottom: 0.5384615385em;
  text-transform: uppercase;
}

.comment-list .comment-form {
  padding-bottom: 1.75em;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
  margin-bottom: 2.1538461538em;
}

.no-comments {
  border-top: 1px solid #d1d1d1;
  font-weight: 700;
  margin: 0;
  padding-top: 1.75em;
}

.comment-navigation + .no-comments {
  border-top: 0;
  padding-top: 0;
}

.form-allowed-tags code {
  font-family: Inconsolata, monospace;
}

.form-submit {
  margin-bottom: 0;
}

.required {
  color: #007acc;
  font-family: Merriweather, Georgia, serif;
}

.comment-reply-title small {
  font-size: 100%;
}

.comment-reply-title small a {
  border: 0;
  float: right;
  height: 32px;
  overflow: hidden;
  width: 26px;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
  color: #1a1a1a;
}

.comment-reply-title small a:before {
  content: "\f405";
  font-size: 32px;
  position: relative;
  top: -5px;
}

.comment-form #wp-comment-cookies-consent {
  margin: 0 10px 0 0;
}

.comment-form .comment-form-cookies-consent label {
  display: inline;
  font-family: Merriweather, Georgia, serif;
  letter-spacing: 0;
  text-transform: none;
}

/**
 * 11.5 - Sidebar
 */
.sidebar {
  margin-bottom: 3.5em;
  padding: 0 7.6923%;
}

/**
 * 11.6 - Footer
 */
.site-footer {
  color: #E1E1E1;
  background-color: #00284B;
}

.site-footer a,
.site-footer a:hover {
  text-decoration: none;
  color: #E1E1E1;
}

.site-footer a:hover {
  color: #ffffff;
}

.site-footer p {
  font-size: 14px;
}

.site-footer .big {
  padding-top: 35px;
}

.site-footer .mobile {
  padding-top: 35px;
  padding-bottom: 35px;
}

.site-footer .mobile a {
  font-size: 26px;
}

.site-footer .column {
  float: left;
  width: 25%;
  min-height: 300px;
}

.site-footer .footer-logo {
  width: 137px;
  margin-bottom: 25px;
}

.site-footer .headline {
  font-weight: bold;
  margin: 0;
  font-size: 18px;
  font-family: pt sans narrow;
}

.site-footer .sm-link {
  text-align: center;
}

.site-footer .site-title {
  font-family: inherit;
  font-size: inherit;
  font-weight: 400;
}

.site-info a:hover,
.site-info a:focus {
  color: #E6E6E6;
}

.site-footer
.site-footer .site-title:after {
  content: "\002f";
  display: inline-block;
  opacity: 0.7;
  padding: 0 0.30769em 0 0.53846em;
}

.site-footer span[role=separator] {
  opacity: 0.7;
  padding: 0 0.30769em 0 0.53846em;
}

.site-footer span[role=separator]::before {
  content: '\002f';
}

/**
 * 12.0 - Media
 */
.site .avatar {
  border-radius: 50%;
}

.entry-content .wp-smiley,
.entry-summary .wp-smiley,
.comment-content .wp-smiley,
.textwidget .wp-smiley {
  border: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.entry-content a img,
.entry-summary a img,
.comment-content a img,
.textwidget a img {
  display: block;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
  margin-bottom: 1.75em;
  max-width: 100%;
  vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
  margin-bottom: 0;
}

.entry-content .wp-audio-shortcode a,
.entry-content .wp-playlist a {
  box-shadow: none;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
  margin-top: 0;
  margin-bottom: 1.75em;
}

.wp-playlist.wp-audio-playlist {
  padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
  margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
  border-bottom: 0;
  padding: 0.7142857143em 0;
}

.wp-playlist-item .wp-playlist-item-length {
  top: 0.7142857143em;
}

/**
 * 12.1 - Captions
 */
.wp-caption {
  margin-bottom: 1.75em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}

.wp-caption .wp-caption-text {
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 0.5384615385em;
}

/**
 * 12.2 - Galleries
 */
.gallery {
  margin: 0 -1.16667% 1.75em;
}

.gallery-item {
  display: inline-block;
  max-width: 33.33%;
  padding: 0 1.1400652% 2.2801304%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-icon img {
  margin: 0 auto;
}

.gallery-caption {
  color: #686868;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/**
 * 13.0 - Multisites
 */
.widecolumn {
  margin-bottom: 3.5em;
  padding: 0 7.6923%;
}

.widecolumn .mu_register {
  width: auto;
}

.widecolumn .mu_register .mu_alert {
  background: transparent;
  border-color: #d1d1d1;
  color: inherit;
  margin-bottom: 3.5em;
  padding: 1.75em;
}

.widecolumn form,
.widecolumn .mu_register form {
  margin-top: 0;
}

.widecolumn h2 {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 900;
  line-height: 1.2173913043;
  margin-bottom: 1.2173913043em;
}

.widecolumn p {
  margin: 1.75em 0;
}

.widecolumn p + h2 {
  margin-top: 2.4347826087em;
}

.widecolumn label,
.widecolumn .mu_register label {
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.076923077em;
  line-height: 1.6153846154;
  text-transform: uppercase;
}

.widecolumn .mu_register label {
  margin: 2.15385em 0.76923em 0.53846em 0;
}

.widecolumn .mu_register label strong {
  font-weight: 400;
}

.widecolumn #key,
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #blogname,
.widecolumn .mu_register #user_name {
  font-size: 16px;
  font-size: 1rem;
  width: 100%;
}

.widecolumn .mu_register #blogname {
  margin: 0;
}

.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #user_name {
  margin: 0 0 0.375em;
}

.widecolumn #submit,
.widecolumn .mu_register input[type="submit"] {
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
  width: auto;
}

.widecolumn .mu_register .prefix_address,
.widecolumn .mu_register .suffix_address {
  font-size: inherit;
}

.widecolumn .mu_register > :last-child,
.widecolumn form > :last-child {
  margin-bottom: 0;
}

/**
 * 14.0 - Media Queries
 */
/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

/**
 * 14.1 - <= 500px
 */
@media screen and (max-width: 500px) {
  .page-header-image .image_headline h1:after {
    top: -100% !important;
    margin-left: -80px !important;
    width: 160px !important;
  }
  .button-boxes .button-box-outer {
    width: 100% !important;
  }
  .module_mitarbeiterbox .image-box-left .p {
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  .module_mitarbeiterbox .image-box-left .mitarbeiter_image {
    width: 100%;
    float: none;
    background-repeat: no-repeat;
    background-size: cover;
  }
  h2.main {
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  /* Silbentrennung */
  p {
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  .address div,
  .phone div,
  .fax div,
  .mail div,
  .website div {
    margin-left: 25px !important;
  }
}

/**
 * 14.1 - <= 910px
 */
@media screen and (max-width: 910px) {
  .page-header-image .image_headline h1 {
    font-size: 7vw;
  }
  .page-header-image .image_headline h1:after {
    top: -73%;
    margin-left: -95px;
    width: 190px;
  }
  h1.main.blue:after {
    margin-left: -95px;
    width: 190px;
  }
  .page-header-image .image_headline h3 {
    font-size: 5vw;
  }
  .page-header-image .image_headline p {
    font-size: 5vw;
  }
  .module_mitarbeiterbox .text {
    padding-top: 20px;
  }
  div.wpcf7 {
    margin-left: 20px;
    margin-right: 20px;
    width: 100%;
  }
  div.wpcf7 p {
    width: 100%;
    padding-right: 0px;
  }
  .page-header-image {
    height: 300px;
    max-height: 440px;
  }
  .page-header-image div.page-options-header-image {
    background-position: center;
  }
  .clicktip {
    right: 0 !important;
  }
  /* Nur Startseite */
  .page-id-22 .page-header-image div.page-options-header-image {
    background-position: center center;
    background-size: cover;
  }
  .page-id-22 .page-header-image div.page-options-header-image img.page-options-header-image {
    display: none;
  }
}

/**
 * 14.1.1 - < 992px
 */
@media screen and (max-width: 991px) {
  header {
    position: absolute;
    right: 0;
    width: 100%;
  }
  header .site-header-menu {
    position: absolute;
    top: 0;
    padding-top: 58px;
    z-index: 2;
    background: #fafafa;
  }
  .header-symbol {
    display: none;
  }
  .main-navigation a {
    padding: 10px;
  }
  .main-navigation ul li {
    position: relative;
  }
  .main-navigation ul ul {
    box-shadow: none;
  }
  .main-navigation ul {
    margin-left: 20px;
  }
  .nav-search-link {
    display: none !important;
  }
  .search-field {
    border-bottom: 2px solid #00284B;
    background-color: #fafafa;
    -webkit-appearance: none;
  }
  .nav-search-form {
    display: block !important;
    padding-top: 10px;
    padding-left: 30px;
    position: relative;
    padding-right: 30px;
    margin-bottom: 20px;
  }
  .nav-search-form label {
    padding-right: 0;
  }
  h1.main.blue {
    font-size: 10vw;
  }
  .button-boxes .button-box-outer:first-child {
    padding-left: 12px;
  }
  .button-boxes .button-box-outer:last-child {
    padding-right: 12px;
  }
  .button-box-outer {
    width: 50% !important;
  }
  .module_verbaende {
    padding: 0;
    background-color: transparent;
  }
  .module_verbaende table,
  .module_verbaende .main-timeline-section {
    display: none;
  }
  .module_verbaende h4 {
    margin-bottom: 30px;
  }
  .module_verbaende .dropdowns {
    margin-left: 0;
    margin-right: 0;
  }
  .module_verbaende .dropdowns .verband {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    white-space: normal;
    line-height: normal;
    padding: 10px 30px 10px 40px;
  }
  .module_verbaende .dropdowns .verband .headline:before {
    top: 0;
  }
  .module_verbaende .dropdowns .verband.open .headline {
    margin-bottom: 30px;
  }
}

/**
 * 14.1 - >= 768px
 */
@media screen and (min-width: 768px) {
  body:not(.custom-background-image):before {
    top: 0;
  }
  body:not(.custom-background-image).admin-bar:before {
    top: 46px;
  }
  body:not(.custom-background-image):after {
    bottom: 0;
  }
  .custom-logo {
    max-width: 210px;
  }
  .site-title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.25;
  }
  footer .mobile {
    display: inline;
  }
  .wp-custom-logo .site-title {
    margin-top: 0.5em;
  }
  .site-description {
    display: block;
  }
  .site-header .main-navigation + .social-navigation {
    margin-top: 2.625em;
  }
  .pagination {
    margin: 0 23.0769% 4.42105em 7.6923%;
  }
  .post-navigation {
    margin-bottom: 5.25em;
  }
  .post-navigation .post-title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.25;
  }
  /* restore screen-reader-text */
  .pagination .current .screen-reader-text {
    position: absolute !important;
  }
  .pagination .page-numbers {
    display: inline-block;
  }
  .site-main > article {
    margin-bottom: 5.25em;
  }
  .entry-title {
    font-size: 33px;
    font-size: 2.0625rem;
    line-height: 1.2727272727;
    margin-bottom: 0.8484848485em;
  }
  .entry-content blockquote.alignleft,
  .entry-content blockquote.alignright {
    border-width: 4px 0 0 0;
    padding: 0.9473684211em 0 0;
    width: -webkit-calc(50% - 0.736842105em);
    width: calc(50% - 0.736842105em);
  }
  .entry-content blockquote:not(.alignleft):not(.alignright),
  .entry-summary blockquote,
  .comment-content blockquote {
    margin-left: -1.473684211em;
  }
  .entry-content blockquote blockquote:not(.alignleft):not(.alignright),
  .entry-summary blockquote blockquote,
  .comment-content blockquote blockquote {
    margin-left: 0;
  }
  .entry-content ul,
  .entry-summary ul,
  .comment-content ul,
  .entry-content ol,
  .entry-summary ol,
  .comment-content ol {
    margin-left: 0;
  }
  .entry-content li > ul,
  .entry-summary li > ul,
  .comment-content li > ul,
  .entry-content blockquote > ul,
  .entry-summary blockquote > ul,
  .comment-content blockquote > ul {
    margin-left: 1.25em;
  }
  .entry-content li > ol,
  .entry-summary li > ol,
  .comment-content li > ol,
  .entry-content blockquote > ol,
  .entry-summary blockquote > ol,
  .comment-content blockquote > ol {
    margin-left: 1.5em;
  }
  .comment-author {
    margin-bottom: 0;
  }
  .comment-author .avatar {
    height: 42px;
    position: relative;
    top: 0.25em;
    width: 42px;
  }
  .comment-list .children > li {
    padding-left: 1.75em;
  }
  .comment-list + .comment-respond,
  .comment-navigation + .comment-respond {
    padding-top: 3.5em;
  }
  .comments-area,
  .widget,
  .content-bottom-widgets .widget-area {
    margin-bottom: 5.25em;
  }
  .sidebar,
  .widecolumn {
    margin-bottom: 5.25em;
    padding-right: 23.0769%;
  }
  body:not(.search-results) .entry-summary li > ul,
  body:not(.search-results) .entry-summary blockquote > ul {
    margin-left: 1.157894737em;
  }
  body:not(.search-results) .entry-summary li > ol,
  body:not(.search-results) .entry-summary blockquote > ol {
    margin-left: 1.473684211em;
  }
  .module_kontaktbox .box {
    padding: 40px 35px 90px;
  }
}

/**
 * 14.2 - >= 783px
 */
@media screen and (min-width: 783px) {
  body:not(.custom-background-image).admin-bar:before {
    top: 32px;
  }
}

/**
 * 14.3 - >= 992px
 */
@media screen and (min-width: 992px) {
  .startseite .page-header-image {
    margin-bottom: 0;
    height: calc(100vh - 194px);
  }
  .site-header-main {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .site-branding {
    position: absolute;
    z-index: 16;
  }
  .wp-custom-logo .site-header-main {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .site-header-menu {
    display: block;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .main-navigation {
    background-color: transparent;
  }
  .main-navigation .primary-menu {
    padding-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    display: table;
  }
  .main-navigation .primary-menu,
  .main-navigation .primary-menu > li {
    border: 0;
    background-color: transparent;
  }
  .main-navigation .primary-menu > li {
    float: left;
    margin-top: -3px;
    padding: 2px 0;
  }
  .main-navigation a {
    outline-offset: -8px;
    white-space: nowrap;
  }
  .main-navigation li a {
    line-height: 40px;
  }
  .main-navigation ul ul {
    background: #fff;
    position: absolute;
    text-align: center;
    z-index: -1;
    justify-content: center;
  }
  .main-navigation ul li {
    display: inline-block;
  }
  .main-navigation ul ul li {
    background-color: #fff;
    border: none;
    float: left;
    position: relative;
    z-index: 1000;
  }
  .main-navigation #menu-topmenu .menu-item-has-children:hover {
    background-color: #fff;
    box-shadow: 8px 0px 4px -4px silver, -8px 0px 4px -4px silver;
    z-index: 10;
  }
  .nav-search {
    position: absolute;
    right: 15px;
    top: 4px;
  }
  .search-submit {
    position: relative;
  }
  .nav-search-form label {
    width: 70%;
  }
  .sub-menu .current-menu-item {
    box-shadow: none;
  }
  .main-navigation ul ul a {
    white-space: normal;
  }
  .main-navigation li:hover > ul,
  .main-navigation li.focus > ul {
    /*display: flex;*/
  }
  .main-navigation ul ul li:hover > ul,
  .main-navigation ul ul li.focus > ul {
    left: auto;
    right: 100%;
  }
  .main-navigation .menu-item-has-children > a {
    margin: 0;
    padding-bottom: 16px;
  }
  .main-navigation ul ul .menu-item-has-children > a {
    padding-right: 2.0625em;
  }
  .dropdown-toggle,
  .main-navigation ul .dropdown-toggle.toggled-on,
  .menu-toggle,
  .site-header .social-navigation,
  .site-footer .main-navigation {
    display: none;
  }
  .site-branding {
    visibility: visible;
  }
  .nav-search-form {
    background: #ffffff;
    text-align: center;
    width: 100%;
    height: 66px;
    position: absolute;
    z-index: 999;
    display: none;
    min-width: 630px;
    top: 70px;
    left: 0;
    padding: 11px 330px 0 350px;
  }
  .nav-search-link {
    position: absolute;
    top: 10px;
    right: 0;
  }
  .entry-header,
  .post-thumbnail,
  .entry-content,
  .entry-summary,
  .entry-footer,
  .comments-area,
  .image-navigation,
  .post-navigation,
  .pagination,
  .page-header,
  .page-content,
  .content-bottom-widgets {
    margin-right: 0;
    margin-left: 0;
  }
  .sidebar {
    float: left;
    margin-left: 75%;
    padding: 0;
    width: 25%;
  }
  .widget {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
    margin-bottom: 3.230769231em;
    padding-top: 1.615384615em;
  }
  .widget .widget-title {
    margin-bottom: 1.3125em;
  }
  .widget p,
  .widget address,
  .widget hr,
  .widget ul,
  .widget ol,
  .widget dl,
  .widget dd,
  .widget table {
    margin-bottom: 1.6153846154em;
  }
  .widget li > ul,
  .widget li > ol {
    margin-bottom: 0;
  }
  .widget blockquote {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3125;
    margin-bottom: 1.3125em;
    padding-left: 1.0625em;
  }
  .widget blockquote cite,
  .widget blockquote small {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
  }
  .widget th,
  .widget td {
    padding: 0.5384615385em;
  }
  .widget pre {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
    margin-bottom: 1.6153846154em;
    padding: 0.5384615385em;
  }
  .widget fieldset {
    margin-bottom: 1.6153846154em;
    padding: 0.5384615385em;
  }
  .widget button,
  .widget input,
  .widget select,
  .widget textarea {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
  }
  .widget button,
  .widget input[type="button"],
  .widget input[type="reset"],
  .widget input[type="submit"] {
    line-height: 1;
    padding: 0.846153846em;
  }
  .widget input[type="date"],
  .widget input[type="time"],
  .widget input[type="datetime-local"],
  .widget input[type="week"],
  .widget input[type="month"],
  .widget input[type="text"],
  .widget input[type="email"],
  .widget input[type="url"],
  .widget input[type="password"],
  .widget input[type="search"],
  .widget input[type="tel"],
  .widget input[type="number"],
  .widget textarea {
    padding: 0.46154em 0.53846em;
  }
  .widget h1 {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.2173913043;
    margin-bottom: 0.9130434783em;
  }
  .widget h2 {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.1052631579;
    margin-bottom: 1.1052631579em;
  }
  .widget h3 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3125;
    margin-bottom: 1.3125em;
  }
  .widget h4,
  .widget h5,
  .widget h6 {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
    margin-bottom: 0.9130434783em;
  }
  .widget .alignleft {
    margin: 0.23077em 1.61538em 1.61538em 0;
  }
  .widget .alignright {
    margin: 0.23077em 0 1.61538em 1.61538em;
  }
  .widget .aligncenter {
    margin-bottom: 1.6153846154em;
  }
  .widget_calendar td,
  .widget_calendar th {
    line-height: 2.6923076923;
    padding: 0;
  }
  .widget_rss .rssSummary:last-child {
    margin-bottom: 1.615384615em;
  }
  .widget input[type="search"].search-field {
    width: -webkit-calc(100% - 35px);
    width: calc(100% - 35px);
  }
  .widget .search-submit:before {
    font-size: 16px;
    left: 1px;
    line-height: 35px;
    width: 34px;
  }
  .widget button.search-submit {
    padding: 0;
    width: 35px;
  }
  .tagcloud a {
    margin: 0 0.23077em 0.53846em 0;
    padding: 0.53846em 0.46154em 0.46154em;
  }
  .textwidget h1 {
    margin-top: 1.8260869565em;
  }
  .textwidget h2 {
    margin-top: 2.2105263158em;
  }
  .textwidget h3 {
    margin-top: 2.625em;
  }
  .textwidget h4 {
    letter-spacing: 0.153846154em;
  }
  .textwidget h4,
  .textwidget h5,
  .textwidget h6 {
    margin-top: 3.2307692308em;
  }
  .content-bottom-widgets .widget-area:nth-child(1):nth-last-child(2),
  .content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1) {
    float: left;
    margin-right: 7.1428571%;
    width: 46.42857145%;
  }
  .content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1):last-of-type {
    margin-right: 0;
  }
  .site-footer {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .site-footer .social-navigation {
    margin: 0;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .site-info {
    margin: 0.53846em auto 0.53846em 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .no-sidebar .content-area {
    float: none;
    margin: 0;
    width: 100%;
  }
  .widecolumn {
    padding-right: 15%;
    padding-left: 15%;
  }
  .site-header {
    background-color: #ffffff;
  }
  .custom-logo {
    max-width: 10vw;
  }
  .image-navigation {
    margin-bottom: 3.230769231em;
  }
  .post-navigation {
    margin-bottom: 7.0em;
  }
  .pagination {
    margin-bottom: 5.894736842em;
  }
  .widget {
    margin-bottom: 4.307692308em;
  }
  .site-main > article {
    margin-bottom: 22px;
  }
  .entry-title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.225;
    margin-bottom: 1.05em;
  }
  .format-aside .entry-title,
  .format-image .entry-title,
  .format-video .entry-title,
  .format-quote .entry-title,
  .format-gallery .entry-title,
  .format-status .entry-title,
  .format-link .entry-title,
  .format-audio .entry-title,
  .format-chat .entry-title {
    font-size: 23px;
    font-size: 1.4375em;
    line-height: 1.304347826;
    margin-bottom: 1.826086957em;
  }
  .post-thumbnail {
    margin-bottom: 2.625em;
  }
  .entry-content h4,
  .entry-summary h4,
  .entry-intro h4,
  .comment-content h4 {
    letter-spacing: 0.131578947em;
  }
  .entry-content h4,
  .entry-content h5,
  .entry-content h6,
  .entry-summary h4,
  .entry-summary h5,
  .entry-summary h6,
  .comment-content h4,
  .comment-content h5,
  .comment-content h6 {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.1052631579;
    margin-top: 2.9473684211em;
    margin-bottom: 1.473684211em;
  }
  .author-info {
    border-bottom-width: 0;
    padding-bottom: 0;
  }
  .comment-list + .comment-respond,
  .comment-navigation + .comment-respond {
    padding-top: 5.25em;
  }
  .comments-area,
  .sidebar,
  .content-bottom-widgets .widget-area,
  .widecolumn {
    margin-bottom: 7.0em;
  }
  body:not(.search-results) .entry-summary {
    margin-bottom: 2.210526316em;
  }
  body:not(.search-results) .entry-header + .entry-summary {
    margin-top: -1.105263158em;
  }
  body:not(.search-results) article:not(.type-page) .entry-content {
    float: right;
    width: 71.42857144%;
  }
  body:not(.search-results) article:not(.type-page) .entry-content > blockquote.alignleft.below-entry-meta {
    margin-left: -40%;
    width: -webkit-calc(60% - 1.4736842105em);
    width: calc(60% - 1.4736842105em);
  }
  body:not(.search-results) article:not(.type-page) img.below-entry-meta,
  body:not(.search-results) article:not(.type-page) figure.below-entry-meta {
    clear: both;
    display: block;
    float: none;
    margin-right: 0;
    margin-left: -40%;
    max-width: 140%;
  }
  body:not(.search-results) article:not(.type-page) figure.below-entry-meta img.below-entry-meta,
  body:not(.search-results) article:not(.type-page) table figure.below-entry-meta,
  body:not(.search-results) article:not(.type-page) table img.below-entry-meta {
    margin: 0;
    max-width: 100%;
  }
  body:not(.search-results) article:not(.type-page) .entry-footer {
    float: left;
    margin-top: 0.1538461538em;
    width: 21.42857143%;
  }
  body:not(.search-results) article:not(.type-page) .entry-footer > span:not(:last-child):after {
    display: none;
  }
  .single .byline,
  .full-size-link,
  body:not(.search-results).group-blog .byline,
  body:not(.search-results) .entry-format,
  body:not(.search-results) .cat-links,
  body:not(.search-results) .tags-links,
  body:not(.search-results) article:not(.sticky) .posted-on,
  body:not(.search-results) article:not(.type-page) .comments-link,
  body:not(.search-results) article:not(.type-page) .entry-footer .edit-link {
    display: block;
    margin-bottom: 0.5384615385em;
  }
  body:not(.search-results) article:not(.type-page) .entry-footer > span:last-child {
    margin-bottom: 0;
  }
  body:not(.search-results) article:not(.type-page) .entry-footer .avatar {
    display: block;
    height: auto;
    margin: 0 0 0.53846em;
    width: 49px;
  }
  body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content {
    float: left;
    margin-right: -100%;
    margin-left: 34.99999999%;
    width: 50.00000001%;
  }
  body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer {
    margin-right: -100%;
    margin-left: 15%;
    width: 15%;
  }
}

/**
 * 14.5 - >= 1200px
 */
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1440px !important;
    padding-right: 24px;
    padding-left: 24px;
  }
  body:not(.search-results) .entry-summary {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.5217391304;
    margin-bottom: 1.826086957em;
  }
  body:not(.search-results) .entry-header + .entry-summary {
    margin-top: -0.913043478em;
  }
  body:not(.search-results) .entry-summary p,
  body:not(.search-results) .entry-summary address,
  body:not(.search-results) .entry-summary hr,
  body:not(.search-results) .entry-summary ul,
  body:not(.search-results) .entry-summary ol,
  body:not(.search-results) .entry-summary dl,
  body:not(.search-results) .entry-summary dd,
  body:not(.search-results) .entry-summary table {
    margin-bottom: 1.5217391304em;
  }
  body:not(.search-results) .entry-summary li > ul,
  body:not(.search-results) .entry-summary blockquote > ul {
    margin-left: 0.956521739em;
  }
  body:not(.search-results) .entry-summary li > ol,
  body:not(.search-results) .entry-summary blockquote > ol {
    margin-left: 1.52173913em;
  }
  body:not(.search-results) .entry-summary blockquote {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.5217391304;
    margin: 0 0 1.52174em;
    padding-left: 1.347826087em;
  }
  body:not(.search-results) .entry-summary blockquote:not(.alignleft):not(.alignright) {
    margin-left: -1.52173913em;
  }
  body:not(.search-results) .entry-summary blockquote blockquote:not(.alignleft):not(.alignright) {
    margin-left: 0;
  }
  body:not(.search-results) .entry-summary blockquote cite,
  body:not(.search-results) .entry-summary blockquote small {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.8421052632;
  }
  body:not(.search-results) .entry-summary th,
  body:not(.search-results) .entry-summary td {
    padding: 0.3043478261em;
  }
  body:not(.search-results) .entry-summary pre {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;
    margin-bottom: 1.75em;
    padding: 1.75em;
  }
  body:not(.search-results) .entry-summary fieldset {
    margin-bottom: 1.5217391304em;
    padding: 0.3043478261em;
  }
  body:not(.search-results) .entry-summary h1 {
    margin-top: 2.121212121em;
    margin-bottom: 1.060606061em;
  }
  body:not(.search-results) .entry-summary h2 {
    margin-top: 2.5em;
    margin-bottom: 1.25em;
  }
  body:not(.search-results) .entry-summary h3 {
    margin-top: 3.043478261em;
    margin-bottom: 1.52173913em;
  }
  body:not(.search-results) .entry-summary h4,
  body:not(.search-results) .entry-summary h5,
  body:not(.search-results) .entry-summary h6 {
    margin-top: 3.684210526em;
    margin-bottom: 1.842105263em;
  }
  body:not(.search-results) .entry-summary h1:first-child,
  body:not(.search-results) .entry-summary h2:first-child,
  body:not(.search-results) .entry-summary h3:first-child,
  body:not(.search-results) .entry-summary h4:first-child,
  body:not(.search-results) .entry-summary h5:first-child,
  body:not(.search-results) .entry-summary h6:first-child {
    margin-top: 0;
  }
  body:not(.search-results) .entry-summary .alignleft {
    margin: 0.26087em 1.52174em 1.52174em 0;
  }
  body:not(.search-results) .entry-summary .alignright {
    margin: 0.26087em 0 1.52174em 1.52174em;
  }
  body:not(.search-results) .entry-summary .aligncenter {
    margin-bottom: 1.5217391304em;
  }
  .module_kontaktbox .box {
    padding: 40px 45px 90px;
  }
  .custom-logo {
    max-width: 160px;
  }
  .module_mitarbeiterbox .col-12.col-lg-6 .image-box-left .mitarbeiter_image {
    margin-bottom: 0;
  }
}

/**
 * 15.0 - Print
 */
@media print {
  form,
  button,
  input,
  select,
  textarea,
  .navigation,
  .main-navigation,
  .social-navigation,
  .sidebar,
  .content-bottom-widgets,
  .header-image,
  .page-links,
  .edit-link,
  .comment-respond,
  .comment-edit-link,
  .comment-reply-link,
  .comment-metadata .edit-link,
  .pingback .edit-link {
    display: none;
  }
  body,
  blockquote cite,
  blockquote small,
  pre,
  .entry-content h4,
  .entry-content h5,
  .entry-content h6,
  .entry-summary h4,
  .entry-summary h5,
  .entry-summary h6,
  .comment-content h4,
  .comment-content h5,
  .comment-content h6,
  .entry-content .author-title {
    font-size: 12pt;
  }
  blockquote {
    font-size: 14.25pt;
  }
  .site-title,
  .page-title,
  .comments-title,
  .entry-content h2,
  .entry-summary h2,
  .comment-content h2,
  .widecolumn h2 {
    font-size: 17.25pt;
  }
  .site-description {
    display: block;
  }
  .entry-title {
    font-size: 24.75pt;
    line-height: 1.2727272727;
    margin-bottom: 1.696969697em;
  }
  .format-aside .entry-title,
  .format-image .entry-title,
  .format-video .entry-title,
  .format-quote .entry-title,
  .format-gallery .entry-title,
  .format-status .entry-title,
  .format-link .entry-title,
  .format-audio .entry-title,
  .format-chat .entry-title {
    font-size: 17.25pt;
    line-height: 1.304347826;
    margin-bottom: 1.826086957em;
  }
  .entry-content h1,
  .entry-summary h1,
  .comment-content h1 {
    font-size: 21pt;
  }
  .entry-content h3,
  .entry-summary h3,
  .comment-content h3,
  body:not(.search-results) .entry-summary {
    font-size: 14.25pt;
  }
  .site-description,
  .author-bio,
  .entry-footer,
  .sticky-post,
  .taxonomy-description,
  .entry-caption,
  .comment-metadata,
  .comment-notes,
  .comment-awaiting-moderation,
  .site-info,
  .wp-caption .wp-caption-text,
  .gallery-caption {
    font-size: 9.75pt;
  }
  body,
  .site {
    background: none !important;
    /* Brute force since user agents all print differently. */
  }
  body,
  blockquote cite,
  blockquote small,
  .site-branding .site-title a,
  .entry-title a,
  .comment-author {
    color: #1a1a1a !important;
    /* Make sure color schemes don't affect to print */
  }
  blockquote,
  .page-header,
  .comments-title {
    border-color: #1a1a1a !important;
    /* Make sure color schemes don't affect to print */
  }
  blockquote,
  .site-description,
  body:not(.search-results) .entry-summary,
  body:not(.search-results) .entry-summary blockquote,
  .author-bio,
  .entry-footer,
  .entry-footer a,
  .sticky-post,
  .taxonomy-description,
  .entry-caption,
  .comment-author,
  .comment-metadata a,
  .comment-notes,
  .comment-awaiting-moderation,
  .site-info,
  .site-info a,
  .wp-caption .wp-caption-text,
  .gallery-caption {
    color: #686868 !important;
    /* Make sure color schemes don't affect to print */
  }
  code,
  hr {
    background-color: #d1d1d1 !important;
    /* Make sure color schemes don't affect to print */
  }
  pre,
  abbr,
  acronym,
  table,
  th,
  td,
  .author-info,
  .comment-list article,
  .comment-list .pingback,
  .comment-list .trackback,
  .no-comments {
    border-color: #d1d1d1 !important;
    /* Make sure color schemes don't affect to print */
  }
  a {
    color: #007acc !important;
    /* Make sure color schemes don't affect to print */
  }
  .entry-content a,
  .entry-summary a,
  .taxonomy-description a,
  .comment-content a,
  .pingback .comment-body > a {
    box-shadow: none;
    border-bottom: 1px solid #007acc !important;
    /* Make sure color schemes don't affect to print */
  }
  .site {
    margin: 5%;
  }
  .site-inner {
    max-width: none;
  }
  .site-branding {
    margin: 0;
  }
  .site-main {
    margin-bottom: 3.5em;
  }
  .entry-header,
  .entry-footer,
  .page-header,
  .page-content,
  .entry-content,
  .entry-summary,
  .post-thumbnail,
  .comments-area {
    margin-right: 0;
    margin-left: 0;
  }
  .post-thumbnail,
  .site-main > article {
    margin-bottom: 3.5em;
  }
  .entry-content blockquote.alignleft,
  .entry-content blockquote.alignright {
    border-width: 4px 0 0 0;
    padding: 0.9473684211em 0 0;
    width: -webkit-calc(50% - 0.736842105em);
    width: calc(50% - 0.736842105em);
  }
  body:not(.search-results) .entry-header + .entry-summary {
    margin-top: -1.473684211em;
  }
  .site-footer,
  .widecolumn {
    padding: 0;
  }
}
