/*
/*
 * HTML5 Boilerplate v3.0.2
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 
 * ==|== normalize ==========================================================
 */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, main, section {
    display: block;
    /* text-align: center; */
}

#maincontent2 article {
    margin: 0.8rem 0;
    -moz-column-count: 2;
    -moz-column-gap: 60px;
    -webkit-column-count: 2;
    -webkit-column-gap: 60px;
    column-count: 2;
    column-gap: 60px;
    border-bottom: 1px solid #C6D3E0;
    padding-bottom: 20px;
    margin: 10px 0px 30px;
}

#maincontent2 article:last-child {
    border-bottom: medium none;
    margin: 10px 0px 20px;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1; }

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

[hidden] {
    display: none;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* =============================================================================
  normalize
   ========================================================================== */
/* Normalize margin, padding */
html, body {
    height: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

#cookiescript_save:hover {
    background-color: #830c0d!important;
}
#cookiescript_accept:hover {
    background-color: #830c0d!important;
}
#cookiescript_reject:hover {
    background-color: #830c0d!important;
}

#cookiescript_injected {
    background-color: #4b4949!important;
}
/* Normalize font for headers */
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    /* font-weight:700; */
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}

/* Remove list-style for lists */
ol, ul {
    list-style: none;
}

/* Removes borders and spacing from tables */
htable {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Removes border from fieldset and img */
fieldset, img {
    border: 0;
}

/* Left-aligns text in caption and th */
caption, th {
    text-align: left;
}

/* Removes quotation marks from q */
q:before, q:after {
    content: '';
}

/* =============================================================================
   Base
   ========================================================================== */
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-weight: 400;
     scroll-padding-top: 0px!important;
}

html, button, input, select, textarea {
    color: #37404a;
    font-family: "Montserrat", Arial, Verdana, Helvetica, sans-serif;
    /* color: red; */
    font-weight: 500;
    /* font-family: Arial; */
}

body {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.4;
    /* background: #fafafa; */
    /* font-family: "Montsert", Arial, Verdana, Helvetica, sans-serif; */
}

header {
    float: left;
    width: 100%;
    display: block;
    padding-bottom: 15px;
    /* background: #fff; */
    box-sizing: content-box;
}

/* =============================================================================
   Links
   ========================================================================== */
a {
    color: #b20305;
    text-decoration: none;
    word-wrap: break-word;
    transition: all 0.3s;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}

a:visited {
    /* color: #fff; */
}

a:hover {
    color: #af142c;
    transition: all 0.3s;
}

a:focus {
    outline: thin dotted;
}

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active {
    outline: 0;
}

.mainmidtext p a.startlink {
    color: #97bf0d;
    font-weight: 300;
}

#headernav ul {
    list-style-type: none;
    padding: 0px;
    text-transform: none;
    z-index: 10000;
    position: relative;
    /* width: 100%; */
    margin: 3px 0px 0px 5px 0px;
    padding: 0px 30px 0px 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

#headernav ul li {
    display: inline;
    color: #4f4f51;
    /* float: none; */
    font-weight: 300;
}

#headernav ul li a {
    color: #444444;
    padding: 0.8rem 0.5rem;
    text-transform: none;
    font-weight: 500;
    transition: all 0.3s;
    font-size: .875rem;
    font-weight: 500;
}

#headernav ul li a:hover {
    color: #af142c;
    transition: all 0.3s;
}

#headernav ul li headactive a {
    color: #ffc000;
}

ul.footernavmenu {
    float: left;
    margin-bottom: 0.5rem;
}

.footernavmenu li a {
    /* color: #fff; */
    padding: 0.5rem 0.75rem;
    text-transform: none;
    transition: all 0.3s;
}

.footernavmenu li a:hover {
    color: #ff8218;
    transition: all 0.3s;
}

footer a:hover {
    color: #913e3e;
    transition: all 0.3s;
    color:#585858;
}

.footernavmenu li:first-child a {
    padding-left: 0
}

/*#headernav ul li .active_static {
  color: #8fbf4d;
}*/
.mainmidtext p a {
    color: #db1937;
    color:#b20305;
    font-weight: 500;
    /*! color: #c51113; */
}

.mainmidtext p a:hover {
    color: #913e3e;
    color:#585858;
}

footer a {
    /* color: #fff; */
    /* transition: all 0.3s; */
}

footer ul {
    margin: 0rem 0;
    padding: 0;
    /* margin-left: 0.9rem; */
    margin-top: 0rem;
}

footer ul li:first-child {
    margin-left: 0;
}

footer ul li {
    list-style: none;
    float: left;
    /* color: #fff; */
    /* margin-left: 0.5rem; */
    font-size: 0.9375rem;
    /* margin-right: 0.5rem; */
    text-transform: uppercase;
}

li.spacingfoot {
    margin-left: 0.7rem;
    padding-right: 0rem;
    margin-right: 0.7rem;
    font-size: 0.9rem;
}

#footernav {
    width: 100%;
    /* text-align: center; */
    /* margin: 0.3rem 0; */
    display: block;
    float: none;
    background: red;
    margin-left: 70%;
}

#footernav ul li {
    display: inline;
    color: #fff;
}

#footernav ul li a {
    color: #fff;
    padding: 0.8rem 0.5rem;
}

#footernav ul li a:hover {
    color: #ffc000;
}

#footernav ul li .active_static {
    color: #D10057;
}

.spacingfoot {
    margin-left: 1.4rem;
    padding-right: 0rem;
    margin-right: 1.9rem;
    font-size: 0.835rem;
    display: none;
}

.csc-sitemap ul li a {
    font-weight: 400;
    font-size: 1.25rem;
    color: #fff;
    line-height: 1.8;
}

.csc-sitemap ul li ul a {
    padding-left: 0.5rem;
    font-size: 0.9375rem;
    font-weight: 300;
}

.csc-sitemap ul li ul li ul li a {
    font-size: 0.9375rem;
    padding-left: 0.5rem;
    font-weight: normal;
}

.lightboxgallery > a {
    display: none;
}

.lightboxgallery > a:first-child {
    display: block;
}

/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: 600;
}

blockquote {
    margin: 1em 40px;
}


blockquote1 {
  background: #f2f0f0;
 
  margin: 20px 0;
  padding: 25px 20px;
  font-style: italic;
  color: #333;
}
blockquote {
  background: #f2f0f0;
  position: relative;
  font-style: italic;
  color: #666;
  padding: 30px;
  margin: 20px 0;
  border-left: 5px solid   #c51113;;
}

blockquote:before {
  content: "“";
  font-size: 120px;
  color: #c51113;
  position: absolute;
  left: 10px;
  top: -10px;
}

dfn {
    font-style: italic;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid rgb(26 25 25 / 30%);
    margin: 2rem 0;
    padding: 0;
    /* width: 80%; */
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/* Improve readability of pre-formatted text in all browsers */
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

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

small {
    font-size: 85%;
}

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5rem;
}

sub {
    bottom: -0.25rem;
}

h1 {
    font-size: 2rem;
    line-height: 1.1;
    margin-bottom: 1rem;
    color: #c51113;
    /* text-transform: uppercase; */
    font-weight: 700;
    text-align: center;
}
.mainmidtext p.like-h1, .mainmidtext h2.like-h1,.mainmidtext h3.like-h1 {
    font-size: 2rem;
    line-height: 1.1;
    margin-bottom: 1rem;
    color: #c51113;
    /* text-transform: uppercase; */
    font-weight: 700;
    text-align: center;
}

.startclaim {
    font-size: 3.75rem;
    line-height: 1.1;
    margin-bottom: 1rem;
    /* color: #333538; */
    /* text-transform: uppercase; */
    /* color: #fff; */
    /* font-weight: 700; */
    text-align: center;
}

h2 {
    font-size: 1.5rem;
    line-height: 1.0;
    /* margin-bottom: 1rem; */
    color: #2a2a2a;
    text-transform: uppercase;
}

.numbers2 h2 {
    font-size: 1.125rem;
    line-height: 1.0;
    margin-bottom: 1rem;
    color: #2a2a2a;
    text-transform: uppercase;
    text-align: left;
}

.mainmidtext h2 {
    font-size: 1.5rem;
    line-height: 1.0;
    margin-bottom: .5rem;
    color: #434343;
    /* color: #c51113; */
    text-transform: inherit;
    /*! margin: 2rem 0 1rem; */
    font-weight: 600;
    text-align: left;
}

.mainrightinfo h2 {
    font-size: 2.375rem;
    line-height: 1.0;
    margin-bottom: 1rem;
    color: #b9d065;
    text-transform: uppercase;
}

h3 {
    font-size: 1.25rem;
    line-height: 1.0;
    margin: 1rem 0;
    color: #37404a;
    text-transform: none;
    font-weight: 600;
}

.teasermid figcaption h3 {
    margin-top: 1rem;
    font-size: 1.5rem;
    text-align: center;
    color: #c51113;
    font-weight: 500;
}

.teasermidback figcaption h3 {
    margin-top: 1rem;
    font-size: 1.75rem;
    text-align: center;
    color: #37404a;
    font-weight: 500;
}

37404a .mainmidtext h3 {
    color: #434343;
    font-weight: 500;
    text-transform: none;
    /* color: #fff; */
    font-size: 1.375rem;
    margin: 1rem 0;
}

h4 {
    font-size: 0.9375rem;
    font-weight: normal;
    line-height: 1.0;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    color: #4f4f4f0;
}

.mainmidtext h4 {
    color: #414141;
    font-weight: 500;
    text-transform: none;
    /* color: #fff; */
    font-size: 1.3125rem;
    margin: 1rem 0;
}

#aktuell h4 {
    background: #dadada;
    margin-top: 0;
    padding: 10px 25px;
}

.teasermid figcaption h4 {
    margin-top: 0rem;
    font-size: 1.375rem;
    text-align: center;
    color: #b9d065;
    font-weight: 300;
    color: #97bf0d;
    text-transform: uppercase;
}

p {
    font-size: 0.9375rem;
    padding: 0;
    margin: 0;
    margin-bottom: 0.8rem;
    color: #37404a;
    font-weight: 400;
    text-align: justify;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}

 .ctr p, .ctr1 p {
        text-align: left!important;
    }

.mainrightinfo p {
    color: #fff;
}

p.big, a.big {
    font-size: 1.1875rem;
    margin-bottom: 0.6875rem;
    /* text-transform: uppercase; */
    color: #fff;
    font-weight: 300;
}

a.big:hover {
    color: #626262;
}

footer p {
    padding: 0;
    /* color: #fff; */
    font-size: .9375rem;
    text-align: left;
    line-height: 1.35;
    font-weight: 400;
    /* text-transform: uppercase; */
    margin: .1rem 0 0 0;
}

footer p.big {
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    text-transform: none;
}

.teaseryellow p {
    font-size: 0.875rem;
    color: #2a2a2a;
    padding: 0;
    margin: 0.8rem 0;
    text-align: justify;
    font-weight: 500;
}

#sidebar p {
    font-size: 0.875rem;
    padding: 0;
    margin: 0.8rem 0;
}

figcaption {
    font-style: normal;
    line-height: 1.2;
    /* margin-top: 0.4rem; */
    /* padding-bottom: 0.3rem; */
    text-align: center;
}

figcaption {
    font-style: normal;
    line-height: 1.2;
    /* margin-top: 0.4rem; */
    /* padding-bottom: 0.3rem; */
}

.teasermid figcaption {
    position: relative;
    padding: .5rem 3rem;
    background: #ededed;
}

.teasermidback figcaption {
    position: relative;
    padding: .5rem 3rem;
    background: #ededed;
}

.tab {
    display: inline-block;
    width: 4.7rem;
    font-weight: bold;
}

.form {
    text-align: left;
    margin: 0.5rem;
    float: left;
}

.form1 {
    text-align: left;
    margin: 0.5rem;
    margin-bottom: 1rem;
}

/* =============================================================================
   Icons
   ========================================================================== */
.fa-phone, .fa-home, .fa-envelope, .fa-envelope-o {
    color: #bf0a4c;
    /* font-size: 1.75rem !important; */
}

.fa {
    color: #bf0a4c;
    /* font-size: 1.75rem !important; */
}

header .fa {
    color: #97bf0d;
    /* font-size: 2.125rem !important; */
}

.fa-caret-square-o-up {
    color: #97bf0d;
    font-size: 2.75rem !important;
    transition: all 0.5s;
    opacity: 0.6;
    background: rgba(255,255,255,0.8);
    /* x: 20px; */
    /* x: 20px; */
    border-radius: 10px;
    padding: 0.5rem;
}

.fa-caret-square-o-up:hover {
    color: #97bf0d;
    font-size: 3.25rem !important;
    transition: all 0.5s;
    /* margin-right: 10px; */
    opacity: 0.9;
}

/* =============================================================================
   Formatierung Boxen
   ========================================================================== */
.shadow {
    -webkit-box-shadow: 4px 4px 4px 0px rgba(88, 88, 88, 0.65);
    /* WebKit */
    -moz-box-shadow: 4px 4px 4px 0px rgba(88, 88, 88, 0.65);
    /* Firefox */
    box-shadow: 4px 4px 4px 0px rgba(88, 88, 88, 0.65);
    /* Standard */
}

.shadow1 {
    -webkit-box-shadow: 0px -5px 22px #d2d2d2;
    /* webkit browser*/
    -moz-box-shadow: 0px -5px 22px #d2d2d2;
    /* firefox */
    box-shadow: 0px -5px 22px #d2d2d2;
}

/* =============================================================================
   Lists
   ========================================================================== */
ul, ol {
    margin: 1rem 0;
    padding: 0 0 0 30px;
    list-style-type: square;
    font-size: 1rem;
}

dd {
    margin: 0 0 0 40px;
}

aside ul, ol {
    margin: 1rem 0;
    padding: 0 0 0 30px;
    list-style-type: square;
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

#maincontent2 ul {
    margin: 0;
    margin-bottom: 1rem;
}

.maincontent ul {
    padding: 0 0 0 20px;
}

.maincontent ul li, .maincontent ol li {
    text-align: left;
    margin-bottom: 0.5rem;
}

#footer > ul {
    background: #DADADA;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}

#footer > ul li {
    list-style: none;
    font-size: 0.875rem;
}

#footer > ul li a {
    color: #4F4F4F
}

#footer > ul li:first-child {
    margin-left: 0em;
}

#footer > ul li:last-child {
    margin-right: 0em;
}

.footul {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

.footul li {
    list-style: none;
    list-style-image: none;
    margin: 0;
}

.footul li a {
    color: #fdfdfd;
    font-size: 0.835rem;
}

#footernav ul {
    list-style-type: none;
    padding: 0px;
    text-transform: none;
    z-index: 10000;
    /* position: relative; */
    margin-top: 0.1rem;
    /* float: left; */
    /* width: 100%; */
    background: green;
    text-align: right;
}

#offcanvasmenu ul {
    width: 100%;
    list-style-type: none;
    padding-left: 0px;
    margin: 0.5rem 0rem;
    padding-bottom: 0.5rem;
}

#offcanvasmenu ul li {
    float: left;
    color: #323639;
    margin: 0px;
    padding-bottom: 0.8rem;
    padding-top: 0.5rem;
}

#offcanvasmenu ul li a {
    font-size: 1rem;
    text-transform: uppercase;
    /* margin-right: 1.5rem; */
    color: #db1937;
    /* color: #fcc300; */
}

#maincontent2 .csc-sitemap ul {
    padding-bottom: 10px;
    list-style-type: circle;
    margin: 0px 0px 1rem;
    padding-left: 15px;
}

#maincontent2 .csc-sitemap ul li ul {
    padding-bottom: 0px;
    margin: 0px 0px 1rem;
    padding-left: 20px;
    padding-top: 5px;
}

div.csc-mailform ol li {
    overflow: hidden;
    list-style-type: none
}

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

/*
 * Correct overflow not hidden in IE9
 */
svg:not(:root) {
    overflow: hidden;
}

/* =============================================================================
   Figures
   ========================================================================== */
figure {
    margin: 0;
}

/* =============================================================================
   Forms
   ========================================================================== */
form {
    margin: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/* Indicate that 'label' will shift focus to the associated form element */
label {
    cursor: pointer;
    clear: both;
    display: block;
    float: left;
    font-weight: 400;
    min-width: 10rem;
    color: #2a2a2a;
    /* color: #7d7d7d; */
    font-size: 1.125rem;
    text-align: left;
}

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
    white-space: normal;
}

label strong, legend strong {
    display: block;
    color: #97bf0d!important;
    font-size: 85%;
    font-weight: normal;
    text-transform: uppercase;
}

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button, input, select, textarea {
    font-size: 100%;
    margin: 0px 0px 1rem;
    vertical-align: baseline;
    padding: 0.3rem;
    * vertical-align: middle;
    font-size: 1.0625rem;
}

input.formin {
    line-height: normal;
    padding: 5px;
    line-height: normal;
    /* width: 10rem; */
    margin-right: 20px;
    /* color: green; */
}

input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    width: 20px;
    height: 20px;
    margin-bottom: 5px;
    margin-right: 10px;
}

form .input input, form .input textarea {
    padding: .5rem
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    color: #FFF;
    border: none;
    padding: 10px 20px;
    transition: all 0.6s;
    background: #b62929;
    font-weight: 600!important;
}

input[type="button"]:hover, input[type="reset"]:hover {
    background: #b62929;
    color: #fafafa;
    transition: all 0.6s;
}

button.btn-primary {
    background: #db1937;
    transition: all .8s;
}

button.btn-primary:hover {
    background: #db1937;
    opacity: .7;
    transition: all .8s;
}

input[type="submit"],input[type="reset"] {
    background: rgba(0,0,0,0.80);
    background: #db1937;
    color: #FFF;
    border: none;
    padding: 6px 15px;
    transition: all 0.6s;
    margin-top: 10px
}

input[type="submit"]:hover,input[type="reset"]:hover {
    background: #db1937;
    opacity: .7;
    transition: all .8s;
}

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button, input {
    line-height: normal;
    font-weight: 400;
}

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible;
}

input[type="submit"], input[type="reset"] {
    background: rgba(0,0,0,0.80);
    color: #FFF;
    border: none;
    padding: 6px;
    transition: all 0.6s;
}

input[type="submit"]:hover, input[type="reset"]:hover {
    background: #fcc300;
    color: #fafafa;
    transition: all 0.6s;
}

/*
 * Re-set default cursor for disabled elements
 */
button[disabled], input[disabled] {
    cursor: default;
}

/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    *width: 13px;
    *height: 13px;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

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

form .row {
    float: left;
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid rgb(150 151 152 / 0.5);
    margin: 1.75rem 0;
    padding: 0;
    width: 100%;
}

form .clearfix h2 {
    font-size: 1.25rem;
    font-weight: 500;
    text-transform: none;
}

form .actions {
    margin-top: 20px;
}

.captcha {
    margin-bottom: 1rem!important;
    margin-top: 2rem!important;
}

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

form textarea {
    min-height: 120px;
}

/* Colors for form validity */
input:valid, textarea:valid {
}

input:invalid, textarea:invalid {
    background-color: #fff;
}

/* =============================================================================
   Tables
   ========================================================================== */
/*
 * 'border-collapse: collapse;' needs to be overridden in designs having tables with rounded corners and drop shadows.
*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.contenttable {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.contenttable td {
    padding: .25rem;
}

.contenttable td p {
    font-size: .9375rem
}

td {
    vertical-align: top;
}

 .contenttable td {
        padding: .35rem!important;
        font-size: 1.125rem;
        /* background-color: #d9d9d9; */
        border: 1px solid black;
        height: 30px;
        /* width: 276px; */
        color: #37404a;
        font-weight: 400;
    }
     

    .contenttable td p {
        font-size: 1.125rem
    }

/* =============================================================================
   Cookie Box
   ========================================================================== */
#cookiescript_reportdate {
    display: none!important;
}

#cookiescript_reportwrap {
    height: 87px!important;
}

/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */
.chromeframe {
    margin: 0.2rem 0;
    background: #ccc;
    color: black;
    padding: 0.2rem 0;
}

/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */
/* raleway-300 - latin */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 300;
    src: local('Raleway Light'), local('Raleway-Light'), url('../fonts/raleway-v12-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/raleway-v12-latin-300.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* raleway-300italic - latin */
@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 300;
    src: local('Raleway Light Italic'), local('Raleway-LightItalic'), url('../fonts/raleway-v12-latin-300italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/raleway-v12-latin-300italic.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* raleway-regular - latin */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: local('Raleway'), local('Raleway-Regular'), url('../fonts/raleway-v12-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/raleway-v12-latin-regular.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* raleway-italic - latin */
@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 400;
    src: local('Raleway Italic'), local('Raleway-Italic'), url('../fonts/raleway-v12-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/raleway-v12-latin-italic.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* raleway-500 - latin */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    src: local('Raleway Medium'), local('Raleway-Medium'), url('../fonts/raleway-v12-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/raleway-v12-latin-500.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* raleway-500italic - latin */
@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 500;
    src: local('Raleway Medium Italic'), local('Raleway-MediumItalic'), url('../fonts/raleway-v12-latin-500italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/raleway-v12-latin-500italic.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* raleway-600italic - latin */
@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 600;
    src: local('Raleway SemiBold Italic'), local('Raleway-SemiBoldItalic'), url('../fonts/raleway-v12-latin-600italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/raleway-v12-latin-600italic.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* raleway-700 - latin */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    src: local('Raleway Bold'), local('Raleway-Bold'), url('../fonts/raleway-v12-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/raleway-v12-latin-700.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* raleway-700italic - latin */
@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 700;
    src: local('Raleway Bold Italic'), local('Raleway-BoldItalic'), url('../fonts/raleway-v12-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/raleway-v12-latin-700italic.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
    *line-height: 0;
}

.ir br {
    display: none;
}

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
    display: none !important;
    visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
    visibility: hidden;
}

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
    width: 100%;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1; }

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
    * {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }

    /* Black prints faster: h5bp.com/s */
    a, a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    /* Don't show links for images, or javascript/internal links */
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    /* h5bp.com/t */
    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    #offcanvas, #headernav, #offcanvasmenu, #nav#, #aktuell, {
        display: none;
    }

    #offcanvas {
        display: none;
    }
}
