@charset "UTF-8";
@page {
  size: 21cm 29.7cm;
  margin: 0;
}
@page {
  margin: 1cm 2.5cm 2.5cm 1cm;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-display: swap;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-family: 'Portada Text';
  font-weight: 400;
  src: url("css/fonts/PortadaText-Regular.woff2") format("woff2"), url("css/fonts/PortadaText-Regular.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-style: italic;
  text-rendering: optimizeLegibility;
  font-family: 'Portada Text';
  font-weight: 400;
  src: url("css/fonts/PortadaText-Italic.woff2") format("woff2"), url("css/fonts/PortadaText-Italic.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-family: 'Portada Text';
  font-weight: 700;
  src: url("css/fonts/PortadaText-Bold.woff2") format("woff2"), url("css/fonts/PortadaText-Bold.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-style: italic;
  text-rendering: optimizeLegibility;
  font-family: 'Portada Text';
  font-weight: 700;
  src: url("css/fonts/PortadaText-BoldItalic.woff2") format("woff2"), url("css/fonts/PortadaText-BoldItalic.woff") format("woff");
}
/********************************************************************************************************************************************
 * Variablen
 ********************************************************************************************************************************************/
:root {
  --fontfamily: 'Portada Text', serif;
  --primarycolor: #09294d;
  --darkblue: #09294d;
  --blue: #004d7a;
  --lightblue: #669bde;
  --orange: #ff7836;
  --fontcolor: #1b2025;
  --bordercolor: #ccc;
  --radius: 4px;
  --radius_big: 20px;
}
.bold {
  font-weight: 700;
  font-style: normal;
}
.regular {
  font-weight: 400;
  font-style: normal;
}
.bolditalic {
  font-weight: 700;
  font-style: normal;
  font-style: italic;
}
.italic {
  font-weight: 400;
  font-style: normal;
  font-style: italic;
}
/********************************************************************************************************************************************
 * Styles
 ********************************************************************************************************************************************/
html,
body {
  height: auto;
}
body {
  background: #fff;
  font-family: var(--fontfamily);
  font-size: 10pt;
  color: var(--fontcolor);
  line-height: 1.7em;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: 'kern' 1, 'onum' 1, 'liga' 1;
  box-sizing: border-box;
}
nav,
img,
.button,
.topinfo,
.curved_line,
.mobilenav,
.downloadlink {
  display: none;
}
nav.breadcrumbs {
  box-sizing: border-box;
  position: relative;
  display: block;
  padding: 0;
  margin-bottom: 10mm;
}
nav.breadcrumbs ol li {
  display: inline;
}
nav.breadcrumbs ol li:after {
  content: " › ";
  color: var(--blue);
  display: inline;
}
nav.breadcrumbs ol li:last-child:after {
  content: "";
}
nav.breadcrumbs ol li a {
  font-size: 8pt;
  color: var(--blue);
  border: none;
}
nav.breadcrumbs ol li a:before,
nav.breadcrumbs ol li a:after {
  content: "";
  display: none;
}
header {
  width: 100%;
}
header .logo {
  width: 70mm;
}
main {
  width: 100%;
  margin-top: 10mm;
  box-sizing: border-box;
  padding-left: 42mm;
}
main .wpb_text_column ul {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
main .wpb_text_column ul li {
  box-sizing: border-box;
  padding-left: 4mm;
  position: relative;
}
main .wpb_text_column ul li:before {
  content: '–';
  position: absolute;
  left: 0;
  display: inline-block;
}
main .wpb_text_column ul.termine {
  border-top: 1px solid var(--primarycolor);
}
main .wpb_text_column ul.termine li {
  padding-left: 0;
  padding: 5px;
  border-bottom: 1px solid var(--primarycolor);
}
main .wpb_text_column ul.termine li:before {
  display: none;
}
p {
  widows: 2;
  orphans: 2;
}
footer {
  width: 100%;
  margin-top: 10mm;
  box-sizing: border-box;
  padding-left: 42mm;
  color: var(--primarycolor);
}
footer a {
  color: var(--primarycolor);
}
footer address {
  widows: 3;
  orphans: 3;
}
.viewport {
  display: block;
  width: 100%;
}
.vc_row,
.vc_column-inner,
.vc_column_container > .vc_column-inner {
  margin: 0;
  padding: 0;
}
h1 {
  color: var(--primarycolor);
  font-weight: 400;
  font-style: normal;
  font-style: italic;
  font-size: 1.7em;
  margin: 15px 0;
  line-height: 1.2em;
  display: block;
}
h2,
.h2 {
  color: var(--primarycolor);
  font-weight: 400;
  font-style: normal;
  font-style: italic;
  font-size: 1.7em;
  margin: 45px 0 15px 0;
  line-height: 1.2em;
  display: block;
}
h3,
.h3 {
  color: var(--primarycolor);
  font-weight: 700;
  font-style: normal;
  font-size: 1.3em;
  margin: 30px 0 15px 0;
  line-height: 1.3em;
  display: block;
}
h4,
.h4 {
  color: var(--primarycolor);
  font-weight: 700;
  font-style: normal;
  font-size: 1em;
  margin: 30px 0 15px 0;
  line-height: 1.2em;
  display: block;
}
h1 + h2,
h2 + h3,
h3 + h4 {
  margin-top: 15px;
}
a {
  color: var(--fontcolor);
  text-decoration: none;
}
strong,
b {
  font-weight: 700;
  font-style: normal;
}
em,
i {
  font-style: italic;
}
h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a {
  color: var(--primarycolor);
}
.vc_col-sm-1,
.vc_col-sm-10,
.vc_col-sm-11,
.vc_col-sm-12,
.vc_col-sm-2,
.vc_col-sm-3,
.vc_col-sm-4,
.vc_col-sm-5,
.vc_col-sm-6,
.vc_col-sm-7,
.vc_col-sm-8,
.vc_col-sm-9 {
  float: none;
  width: 100%;
}
