/* sarabun-200 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Sarabun';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/sarabun-v13-latin-ext_latin-200.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
         url('../fonts/sarabun-v13-latin-ext_latin-200.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* sarabun-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Sarabun';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/sarabun-v13-latin-ext_latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
         url('../fonts/sarabun-v13-latin-ext_latin-300.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* sarabun-600 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Sarabun';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/sarabun-v13-latin-ext_latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
         url('../fonts/sarabun-v13-latin-ext_latin-600.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* sarabun-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Sarabun';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/sarabun-v13-latin-ext_latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
         url('../fonts/sarabun-v13-latin-ext_latin-700.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* sarabun-800 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Sarabun';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/sarabun-v13-latin-ext_latin-800.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
         url('../fonts/sarabun-v13-latin-ext_latin-800.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

:root {
    --glut-verlauf: rgb(0,17,36);
    --glut-verlauf: -moz-linear-gradient(90deg, rgba(0,17,36,1) 0%, rgba(0,49,103,1) 32%, rgba(164,5,50,1) 55%, rgba(164,5,50,1) 85%, rgba(233,132,33,1) 100%);
    --glut-verlauf: -webkit-linear-gradient(90deg, rgba(0,17,36,1) 0%, rgba(0,49,103,1) 32%, rgba(164,5,50,1) 55%, rgba(164,5,50,1) 85%, rgba(233,132,33,1) 100%);
    --glut-verlauf: linear-gradient(90deg, rgba(0,17,36,1) 0%, rgba(0,49,103,1) 32%, rgba(164,5,50,1) 55%, rgba(164,5,50,1) 85%, rgba(233,132,33,1) 100%);
    --dunkelblau: #002146;
    --blau: #003167;
    --weiss: #FFFFFF;
    --rot: #a40532;
    --dunkelrot: #8b062c;
    --orange: #e98421;
    --hellgrau: #dde4eb;
    --himmelweissblau: #cad5df;
    --schriftfarbe: #001124;

    --dunklerfooterverlauf: rgb(1,15,32);
    --dunklerfooterverlauf: -moz-linear-gradient(0deg, rgba(1,15,32,0.9) 0%, rgba(1,15,32,0) 100%);
    --dunklerfooterverlauf: -webkit-linear-gradient(0deg, rgba(1,15,32,0.9) 0%, rgba(1,15,32,0) 100%);
    --dunklerfooterverlauf: linear-gradient(0deg, rgba(1,15,32,0.9) 0%, rgba(1,15,32,0) 100%);


    --dunklersubheaderverlauf: rgb(1,15,32);
    --dunklersubheaderverlauf: -moz-linear-gradient(0deg, rgba(1,15,32,0.6) 0%, rgba(1,15,32,0) 100%);
    --dunklersubheaderverlauf: -webkit-linear-gradient(0deg, rgba(1,15,32,0.6) 0%, rgba(1,15,32,0) 100%);
    --dunklersubheaderverlauf: linear-gradient(0deg, rgba(1,15,32,0.6) 0%, rgba(1,15,32,0) 100%);

    --hellgrauerverlauf: rgb(221,228,235);
    --hellgrauerverlauf: -moz-linear-gradient(135deg, rgba(221,228,235,1) 0%, rgba(202,213,223,1) 100%);
    --hellgrauerverlauf: -webkit-linear-gradient(135deg, rgba(221,228,235,1) 0%, rgba(202,213,223,1) 100%);
    --hellgrauerverlauf: linear-gradient(135deg, rgba(221,228,235,1) 0%, rgba(202,213,223,1) 100%);

    --rotschraeg: rgb(164,5,50);
    --rotschraeg: -moz-linear-gradient(65deg, rgba(164,5,50,1) 0%, rgba(164,5,50,1) 85%, rgba(0,33,70,1) calc(85% + 1px));
    --rotschraeg: -webkit-linear-gradient(65deg, rgba(164,5,50,1) 0%, rgba(164,5,50,1) 85%, rgba(0,33,70,1) calc(85% + 1px));
    --rotschraeg: linear-gradient(65deg, rgba(164,5,50,1) 0%, rgba(164,5,50,1) 85%, rgba(0,33,70,1) calc(85% + 1px));

    --orangeschraeg: rgb(233,132,33,1);
    --orangeschraeg: -moz-linear-gradient(65deg, rgba(233,132,33,1) 0%, rgba(233,132,33,1) 85%, rgba(0,33,70,1) calc(85% + 1px));
    --orangeschraeg: -webkit-linear-gradient(65deg, rgba(233,132,33,1) 0%, rgba(233,132,33,1) 85%, rgba(0,33,70,1) calc(85% + 1px));
    --orangeschraeg: linear-gradient(65deg, rgba(233,132,33,1) 0%, rgba(233,132,33,1) 85%, rgba(0,33,70,1) calc(85% + 1px));

    --overlaybg: rgb(0,33,70);
    --overlaybg: -moz-linear-gradient(90deg, rgba(0,33,70,0.8) 0%, rgba(0,33,70,0) 100%);
    --overlaybg: -webkit-linear-gradient(90deg, rgba(0,33,70,0.8) 0%, rgba(0,33,70,0) 100%);
    --overlaybg: linear-gradient(90deg, rgba(0,33,70,0.8) 0%, rgba(0,33,70,0) 100%);

    --blaueschraege: rgb(0,33,70);
    --blaueschraege: -moz-linear-gradient(60deg, rgba(0,33,70,1) 42%, rgba(0,49,103,1) 42%);
    --blaueschraege: -webkit-linear-gradient(60deg, rgba(0,33,70,1) 42%, rgba(0,49,103,1) 42%);
    --blaueschraege: linear-gradient(60deg, rgba(0,33,70,1) 42%, rgba(0,49,103,1) 42%);

    --produktbalken: rgb(0,33,70);
    --produktbalken: -moz-linear-gradient(60deg, rgba(0,33,70,1) 42%, rgba(0,49,103,1) calc(42% + 1px), rgba(0,49,103,1) 86%, rgba(164,5,50,1) calc(86% + 1px), rgba(164,5,50,1) 86.5%, rgba(255,255,255,1) calc(86.5% + 1px), rgba(255,255,255,1) 100%);
    --produktbalken: -webkit-linear-gradient(60deg, rgba(0,33,70,1) 42%, rgba(0,49,103,1) calc(42% + 1px), rgba(0,49,103,1) 86%, rgba(164,5,50,1) calc(86% + 1px), rgba(164,5,50,1) 86.5%, rgba(255,255,255,1) calc(86.5% + 1px), rgba(255,255,255,1) 100%);
    --produktbalken: linear-gradient(60deg, rgba(0,33,70,1) 42%, rgba(0,49,103,1) calc(42% + 1px), rgba(0,49,103,1) 86%, rgba(164,5,50,1) calc(86% + 1px), rgba(164,5,50,1) 86.5%, rgba(255,255,255,1) calc(86.5% + 1px), rgba(255,255,255,1) 100%);

    --produktbalken-even: rgb(0,33,70);
    --produktbalken-even: -moz-linear-gradient(-60deg, rgba(0,33,70,1) 42%, rgba(0,49,103,1) calc(42% + 1px), rgba(0,49,103,1) 86%, rgba(164,5,50,1) calc(86% + 1px), rgba(164,5,50,1) 86.5%, rgba(255,255,255,1) calc(86.5% + 1px), rgba(255,255,255,1) 100%);
    --produktbalken-even: -webkit-linear-gradient(-60deg, rgba(0,33,70,1) 42%, rgba(0,49,103,1) calc(42% + 1px), rgba(0,49,103,1) 86%, rgba(164,5,50,1) calc(86% + 1px), rgba(164,5,50,1) 86.5%, rgba(255,255,255,1) calc(86.5% + 1px), rgba(255,255,255,1) 100%);
    --produktbalken-even: linear-gradient(-60deg, rgba(0,33,70,1) 42%, rgba(0,49,103,1) calc(42% + 1px), rgba(0,49,103,1) 86%, rgba(164,5,50,1) calc(86% + 1px), rgba(164,5,50,1) 86.5%, rgba(255,255,255,1) calc(86.5% + 1px), rgba(255,255,255,1) 100%);
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    clear: both;
    height: 100%;
}

* {
    outline: none;
}

body {
    font-family:  'Sarabun', sans, arial;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.4em;
    color: var(--schriftfarbe);
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

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

.text-justify {
    text-align: justify;
}

img {
    max-width: 100%;
    height: auto;
}

p {
    margin: 0 0 0.5em 0;
}

/* -- Links -- */

a {
    color: var(--blau);
    text-decoration: none;
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 600;
    position: relative;
    z-index: 2;
}

h1 a, h2 a, h3 a, h4 a {
    color: inherit;
    text-decoration: none;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}

a::before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--blau);
    transition: all 0.5s ease;
}

a:hover::before {
    width: 100%;
}

.news-img-wrap a:hover::before {
    display: none;
}

a[href^="tel:"] {
    text-decoration: none;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.4em;
    color: inherit;
    white-space: nowrap;
}

a[href^="tel:"]::before {
    display: none;
}

#inhaltsbereich ul li a {
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 600;
}

a.more {
    color: var(--rot);
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 600;
    display: inline-block;
    padding: 6px 10px;
    border: 2px solid var(--rot);
    box-shadow: inset 0 0 0 var(--rot);
    transition: all 0.5s ease;
}

a.more:hover {
    color: var(--weiss);
    text-decoration: none;
    box-shadow: inset 600px 0 0 var(--rot);
}

a.more::before, h3 a::before, #cookieman-modal a::before {
    display: none;
}

#cookieman-modal a {
    font-family:  'Sarabun', sans, arial;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.4em;
    color: var(--schriftfarbe);
    position: static;
}

#cookieman-modal .card-header [data-toggle="collapse"].collapsed::after {
    margin-top: -7px;
}

#cookieman-modal .card-header [data-toggle="collapse"]::after {
    margin-top: -5px;
}

#cookieman-modal .btn-secondary {
    display: none;
}

.mapsoverlay button {
    margin-bottom: 5px;
}


.btn-secondary,
.btn,
.btn-secondary:hover,
.btn:hover,
.btn:not(:disabled):not(.disabled):active, 
.btn:not(:disabled):not(.disabled).active, 
.btn-secondary:not(:disabled):not(.disabled):active:focus, 
.btn-secondary:not(:disabled):not(.disabled).active:focus, 
.show > .btn-secondary.dropdown-toggle:focus,
.btn:not(:disabled):not(.disabled):active:focus, 
.btn:not(:disabled):not(.disabled).active:focus, 
.show > .btn-secondary.dropdown-toggle:focus
.show > .btn.dropdown-toggle,
.btn-secondary.disabled, 
.btn-secondary:disabled,
.btn-secondary:focus, 
.btn-secondary.focus,
.btn:focus, 
.btn.focus,
#cookie_einstellungen,
#cookie_einstellungen:hover,
.cookie_only-this,
.cookie_only-this:hover {
    background-color: var(--blau);
    border-color: var(--blau);
    box-shadow: none;
    color: var(--weiss);
}


/* -- Überschriften -- */
/* -- H1 --*/
h1,
h1 > span:first-child:last-child {
    font-size: 42px;
    font-weight: 700;
    line-height: 1em;
    margin: 30px 0;
    color: var(--blau);
}

h1 > span {
    display: block;
}

h1 > span > strong {
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
}

h1 > span:first-child {
    font-size: 20px;
    font-weight: 200;
    line-height: 1.4em;
    margin: 0 0 5px 0;
    color: var(--schriftfarbe);
}

h1.produkt {
    font-size: 20px;
    font-weight: 200;
    line-height: 1.4em;
    position: relative;
    margin: 50px 0;
}

h1.produkt strong {
    font-size: 42px;
    font-weight: 700;
    line-height: 1em;
}

h1.produkt::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: var(--rot);
    position: absolute;
    bottom: -10px;
    left: 0;
}

/* -- H2 -- */
h2,
h2 > span:first-child:last-child  {
    font-size: 42px;
    font-weight: 700;
    line-height: 1em;
    margin: 30px 0;
    color: var(--blau);
}

h2 > span {
    display: block;
}

h2 > span > strong {
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
}

h2 > span:first-child {
    font-size: 20px;
    font-weight: 200;
    line-height: 1.4em;
    margin: 0 0 5px 0;
    color: var(--schriftfarbe);
}

/* -- H3 -- */
h3 {
    font-size: 20px;
    font-weight: 200;
    line-height: 1.4em;
    margin: 0 0 20px 0;
    border-left: 4px solid var(--rot);
    padding: 2px 0 5px 10px;
    color: var(--schriftfarbe);
}

h3 > span:first-child:last-child {
    font-size: 30px;
    font-weight: 800;
    line-height: 1em;
    color: var(--schriftfarbe);
}

h3 > span {
    display: block;
}

h3 > strong, h3 > span > strong {
    font-size: 30px;
    font-weight: 800;
    line-height: 1em;
    display: inline-block;
    vertical-align: top;
}

h3 > span:last-child {
    font-size: 20px;
    font-weight: 200;
    line-height: 1.2em;
    color: var(--schriftfarbe);
}

/* -- H3 mit Subheadline -- */
h3.subheadline {
    font-size: 20px;
    font-weight: 200;
    line-height: 1.3em;
    margin: 20px 0;
    border-left: 4px solid var(--rot);
    padding: 4px 0 4px 10px;
    color: var(--schriftfarbe);
}

h3.subheadline > span:first-child:last-child {
    font-size: 30px;
    font-weight: 800;
    line-height: 1.3em;
    color: var(--schriftfarbe);
}

h3.subheadline > span {
    display: block;
}

h3.subheadline > span > strong {
    font-weight: 800;
    display: inline-block;
    vertical-align: top;
}

h3.subheadline > span:last-child {
    font-size: 30px;
    font-weight: 800;
    line-height: 1.2em;
    color: var(--schriftfarbe);
}

h3 > strong a, h3 > span > strong a {
    position: relative;
}

h3 > strong a::after, h3 > span > strong a::after {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background-color: var(--rot);
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/ext-link.svg);
    background-size: 18px;
    position: absolute;
    right: -32px;
    top: -7px;
    border-radius: 100%;
}

/* -- H4 -- */
h4 {
    font-size: 20px;
    font-weight: 800;
    line-height: 1.1em;
    margin: 20px 0;
    color: var(--blau);
    position: relative;
    padding: 0 0 8px 0;
}

h4::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: var(--rot);
    position: absolute;
    bottom: 0;
    left: 0;
}

h4 > span:first-child:last-child {
    font-size: 20px;
    font-weight: 800;
    line-height: 1.3em;
}

h4 > span {
    display: block;
}

h4 > span > strong {
    font-weight: 800;
    display: inline-block;
    vertical-align: top;
}

h4 > span:last-child {
    font-size: 18px;
    font-weight: 200;
    line-height: 1.3em;
    color: var(--blau);
}

.ce-div {
    border: 0;
    border-top: 1px solid var(--hellgrau);
    margin: 60px 0 30px;
}

#inhaltsbereich ul {
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0;
}

#inhaltsbereich ul li {
    margin: 0 0 5px 0;
    padding: 0 0 0 15px;
    background: url(../images/bullet-rot.svg) left 8px no-repeat;
    background-size: 12px auto;
}

/*
#inhaltsbereich ul.floatliste li, #inhaltsbereich .frame-inhaltsverzeichnis ul li {
    display: inline-block;
    margin: 0 15px 10px 0;
}
*/

#inhaltsbereich ul.floatliste {
    margin-top: 15px;
}

#inhaltsbereich ul.floatliste li {
    display: inline-block;
    margin: 0 15px 10px 0;
}

.ce-bodytext table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
}

.ce-bodytext table th, .ce-bodytext table td {
    border-collapse: collapse;
    margin: 0;
    padding: 0 0 5px 0;
}

.ce-gallery.videocontainer .video[data-type="external"],
iframe.videoframe {
    background: #eee;
}

.video-embed .video-defer {
    opacity: 1;
}

.video-embed .video-preview {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
}

.ce-gallery.videocontainer {
    width: 100%;
	float: left;
	clear: both;
}

.ce-gallery.videocontainer .video-column {
    width: 100%;
    float: left;
}

.ce-gallery.videocontainer[data-ce-columns="1"] .video-column {
	width: 100%;
	float: left;
	clear: both;
}

.ce-gallery.videocontainer figure.video {
	display: block;
}

.video-embed iframe,
.video-embed a.videoiframelink,
.iframevideo a.videoiframelink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-embed a.videoiframelink,
.iframevideo a.videoiframelink  {
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    color: transparent;
    overflow: hidden;
    text-indent: -999px;
    display: none;
}

.loadiframenow a.videoiframelink,
.mediaconsent.loadok a.videoiframelink,
.frame-type-textmedia.frame-layout-10 .videobox  a.videoiframelink  {
    display: flex;
    justify-content: center;
    align-content: center;
}

.video-embed a.videoiframelink::before,
.iframevideo a.videoiframelink::before,
.frame-type-textmedia.frame-layout-10 .videobox  a.videoiframelink::before {
    /* content: "";
    display: block;
    width: 70px;
    height: 50px;
    background: #000000;
    border-radius: 5px;
    transition: opacity 0.3s ease;
	box-shadow: 0 0 60px 0 #FFFFFF;
	opacity: 0.8;
    position: static; */
    display: none;
}

.video-embed a.videoiframelink:hover::before,
.iframevideo a.videoiframelink:hover::before,
.frame-type-textmedia.frame-layout-10 .videobox  a.videoiframelink:hover::before {
	opacity: 0.9;
}

.video-embed a.videoiframelink::after,
.iframevideo a.videoiframelink::after,
.frame-type-textmedia.frame-layout-10 .videobox  a.videoiframelink::after {
    /* content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent #FFFFFF;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -10px 0 0 -8px;
    z-index: 3; */
    display: none;
}

.video[data-type="external"] .video-embed {
    padding: 0;
}

.videobox,
iframe.videoframe {
    padding-top: 56.25%;
    overflow: hidden;
}

iframe.videoframe {
    height: 0;
    border: 0;
    float: left;
    clear: both;
    width: 100%;
}

.mediaconsent > a.videoiframelink {
    display: none;
}

body.lb_body {
    height: auto !important;
    max-width: 800px;
   /* width: 90vw;*/
    margin: 0 auto;
}

#lightbox {
    width: 100%;
    margin: 0;
}

#lightbox .frame-space-before-10 {
    margin-top: 0;
}

.fancybox-slide--iframe, .fancybox-slide--iframe .fancybox-content {
    background: none;
}

.externesvideo {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}

#lightbox .mapsoverlay {
    background: rgba(245,245,245,1);
}

.externesvideo .videoiframelink {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    text-indent: -999px;
    color: transparent;
    overflow: hidden;
}

#lightbox iframe {
    max-width: 100%;
}

/* -- Headervideo -- */
.frame-type-textmedia.frame-layout-11 > .rahmen {
    width: 100% !important;
    max-width: none !important;
    float: left !important;
    clear: both !important;
    margin: 0 !important;
    display: block !important;
}

.frame-type-textmedia.frame-layout-11 .ce-gallery {
    margin: 0;
    width: 100%;
    float: left;
    clear: both;
    position: relative;
}

.frame-type-textmedia.frame-layout-11 .ce-gallery::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.frame-type-textmedia.frame-layout-11 .video-embed .video-preview {
    height: 100%;
}

.frame-type-textmedia.frame-layout-11 .video-embed .video-preview img {
    width: 100%;
    max-width: none;
    height: auto;
}

.frame-type-textmedia.frame-layout-11.loadingok .video-embed .video-preview {
    display: none;
}

.frame-type-textmedia.frame-layout-11 .video[data-type="internal"] .video-embed .video-embed-item {
    width: 100%;
}

/* -- Allgemein -- */
.frame {
    width: 100%;
    float: left;
    clear: both;
}

#inhaltsbereich > .frame > .rahmen {
    width: 90%;
    max-width: 1260px;
    margin: 0 auto;
}

/* -- Oben -- */
.aussenrahmen {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    position: relative;
    min-height: 100%;
}

#oben {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    padding: 10px 0 5px 0;
    background: var(--dunkelblau);
    color: var(--weiss);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
}

#oben > .rahmen,
#footer > .rahmen {
    width: 96%;
    margin: 0 2%;
    float: left;
    clear: both;
}

#oben a {
    color: var(--weiss);
    font-size: 17px;
    line-height: 1.3em;
    font-weight: 300;
}

.logo {
    width: 300px;
    float: left;
    margin: 0 0 5px 0;
}

.logo .ce-gallery {
    margin: 0;
}

.hauptnavi {
    width: calc(100% - 300px);
    float: right;
    font-size: 17px;
    line-height: 1.3em;
    font-weight: 300;
}

.mob_button {
    float: right;
    position: relative;
    z-index: 5;
    margin: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
    display: none;
}

.mob_button span {
    background-color: var(--weiss);
    height: 3px;
    left: 7px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 45px;
    transition: all 0.3s ease 0.3s;
}

.mob_button span::after, .mob_button span::before {
    backface-visibility: hidden;
    background-color: var(--weiss);
    content: "";
    height: 3px;
    position: absolute;
    transform: translateZ(0px);
    transition: all 0.3s ease 0.3s;
    width: 100%;
    display: block;
}

.mob_button span::before {
    transform: translateY(-12px);
}

.mob_button span::after {
    transform: translateY(12px);
}

.mobnavvisible.mob_button span {
    background-color: transparent;
}

.mobnavvisible.mob_button span::before {
    transform: translateY(0px) rotate(-45deg);
}

.mobnavvisible.mob_button span::after {
    transform: translateY(0px) rotate(45deg);
}

.hauptnavi .hnavi {
    width: 100%;
    float: left;
    clear: both;
    margin: 12px 0 0 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

.hauptnavi .hnavi li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 35px;
}

#oben .hauptnavi .hnavi li a {
    display: block;
    color: var(--himmelweissblau);
}

#oben .hauptnavi .hnavi li:hover a {
    color: var(--weiss);
}

#oben .hauptnavi .hnavi li.act a {
    color: var(--weiss);
    font-weight: 800;
}

/* -- Progressbar -- */
.progressbox {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    display: block;
    position: absolute;
    bottom: -5px;
    left: 0;
}

.progressbar {
    width: 0;
    height: 5px;
    background: var(--glut-verlauf);
    transition: all linear 0.1s;
}

/* -- NEU: 2023-05-08 -- */
.kontaktbutton {
    position: fixed;
    right: 15px;
    bottom: 30px;
    background: var(--rot);
    z-index: 2;
    padding: 0;
    width: 40px;
    height: 40px;
    transition: all 0.3s ease;
}

.kontaktbutton:hover {
    background: var(--dunkelrot);
}

.kontaktbutton .frame,
.kontaktbutton .frame > .rahmen {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    text-align: center;
}

.kontaktbutton .ce-gallery,
.kontaktbutton .ce-gallery .ce-row,
.kontaktbutton .ce-gallery .ce-column,
.kontaktbutton .ce-gallery .ce-column .image {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    display: block;
}

.kontaktbutton .ce-gallery .ce-column .image a {
    display: block;
    padding: 5px;
    width: calc(100% - 10px);
}

.kontaktbutton .ce-gallery .ce-column .image a img {
    max-width: 100%;
    height: auto;
}

/* -- Page-Layout 4 -- */
.keinkontakt .kontaktbutton {
    display: none;
}

/* -- Header -- */
#header {
    width: 100%;
    float: left;
    clear: both;
    margin: 55px 0 0 0;
    padding: 0;
    position: relative;
/* -- NEU: 2023-05-08 -- */
    height: calc(100vh - 55px);
    background: var(--schriftfarbe);
}

#header > .frame {
    max-height: calc(100vh - 90px);
    overflow: hidden;
}

#header > .frame .ce-gallery {
    margin: 0;
/* -- NEU: 2023-05-08 -- */
    position: fixed;
    top: 0;
    left: 0;
}

#header > .frame .ce-gallery img {
   /* transform: scale(1.0);
    -webkit-animation-name: grow;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: grow;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    animation-name: grow;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;*/
}
/*
@-webkit-keyframes grow {
    0% { transform: scale(1); }
    50% { transform: scale(1.01);}
    100% { transform: scale(1); }
}
*/

#header > .frame .ce-bodytext {
    position: absolute;
    /* width: 1280px;
    left: calc(50% - 640px); */
    width: 100%;
    left: 0;
    bottom: 20vh;
    color: var(--weiss);
    font-size: 60px;
    line-height: 1.2em;
    font-weight:  200;
    text-shadow: 0 0 50px var(--schriftfarbe);
    transform: scale(0);
    opacity: 0;
    transition: all 2s ease-in-out;
    transform-origin: bottom center;
}

#header > .frame .ce-bodytext p {
    margin: 0;
}

#header > .frame .ce-bodytext strong {
    font-weight: 700;
}

body.loaded #header > .frame .ce-bodytext {
    transform: scale(1);
    opacity: 1;
}

/* -- Header Unterseiten -- */
#header.sub {
    overflow: hidden;
    z-index: 1;
    max-height: calc(100vh - 55px);
    height: auto;
}

/*
#header.sub > .frame .ce-gallery {
    margin: 0;
    position: static;
}*/

#header.sub > .frame {
    max-height: calc(100vh - 55px);
    overflow: hidden;
}


#header.sub > .frame .ce-gallery.ce-border {
    position: relative;
}

#header.sub > .frame .ce-gallery.ce-border::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: var(--dunklersubheaderverlauf);
}

#header.sub > .frame .ce-gallery.ce-border + .ce-bodytext {
    z-index: 1;
}

.nachunten {
    width: 400px;
    height: 130px;
    display: block;
    position: absolute;
    /*bottom: -25px;*/
    /* -- NEU: 2023-05-08 -- */
    bottom: 0px;
    left: calc(50% - 200px);
    cursor: pointer;
    background: url(../images/arrow-down.svg) center center no-repeat;
    background-size: 100px;
    /*background-color: var(--rot);*/
    transition: all 0.3s ease;
    opacity: 0.6;
}

.nachunten:hover {
    /*background-color: var(--dunkelrot);*/
    opacity: 1;
}

#header.sub > .nachunten {
    z-index: 1;
}

/* -- Inhalt -- */
#inhaltsbereich {
    width: 100%;
    float: left;
    clear: both;
    margin-top: 260px;
    /* -- NEU: 2023-05-08 -- */
    position: relative;
    z-index: 1;
    background-color: var(--weiss);
}

.page1 #inhaltsbereich > .frame-bgverlauf-hellgrau:first-of-type {
    margin-top: -260px;
}

#inhaltsbereich.sub {
    margin: 120px 0 400px 0;
}

.produktdetail #inhaltsbereich.sub {
    margin: 90px 0 400px 0;
}

#oben + #inhaltsbereich.sub {
    padding-top: 30px;
}

#inhaltsbereich > .frame-layout-20 > .rahmen {
    width: 100%;
    max-width: unset;
    margin: 0;
}

.frame-produktteaser > .rahmen {
    width: 90%;
    max-width: 1260px;
    margin: 0 auto;
    position: relative;
}

.frame-produktteaser .ce-gallery {
    width: 55%;
    float: left;
    overflow: visible;
    margin: 0 !important;
}

.frame-produktteaser .ce-gallery .ce-row {
    overflow: visible;
}

.frame-produktteaser .ce-gallery img {
    width: auto !important;
    height: auto !important;
    max-width: unset;
}

.frame-produktteaser .ce-bodytext {
    padding: 40px 35px 30px 35px;
    width: calc(45% - 70px);
    float: right;
    max-width: 540px;
    background: var(--dunkelblau);
    color: var(--weiss);
    margin-top: 220px;
}

.frame-produktteaser .ce-bodytext * {
    color: var(--weiss);
}

.frame-produktteaser .ce-bodytext a::before {
    background: var(--weiss);
}

.frame-iconteaser > .rahmen > .frame {
    position: relative;
    margin: 30px 0 0 0;
    padding: 50px 0 20px 8%;
    width: 92%;
    max-width: 850px;
}

.frame-iconteaser > .rahmen > .frame::before {
    content: '';
    position: absolute;
    left: -100px;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    background: var(--dunkelblau);
    transform: skewX(25deg);
}

.frame-iconteaser > .rahmen > .frame:nth-child(1)::before {
    right: 190px;
}

.frame-iconteaser > .rahmen > .frame:nth-child(2)::before {
    right: 95px;
}

.frame-iconteaser > .rahmen > .frame > .rahmen {
    position: relative;
    z-index: 1;
}

.frame-iconteaser h3 {
    color: var(--weiss);
    margin: 20px 0 0 40px;
}

.frame-iconteaser h3 > span:last-child {
    color: var(--weiss);
}

.frame-bgverlauf-hellgrau {
    position: relative;
    margin-bottom: 47px;
}

.frame-bgverlauf-hellgrau.frame-layout-20 {
    margin-bottom: 0;
}

.frame-bgverlauf-hellgrau::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 25px;
    bottom: -40px;
    z-index: -1;
    background: var(--hellgrauerverlauf);
}

.frame-bgverlauf-hellgrau.frame-layout-20::before {
    top: 260px;
    bottom: 60px;
}

.frame-bgverlauf-hellgrau .tx_cn-columns[data-cols="2"] .row > div:nth-child(even) > div {
    margin: 60px 0 0 0;
    margin-right: calc((100vw - 1280px) / 2);
    width: calc(100% - calc((100vw - 1280px) / 2));
}

.frame-bgverlauf-hellgrau .tx_cn-columns[data-cols="2"] .row.equalize > div:nth-child(even) > div {
    margin-top: inherit;
    margin-left: 2%;
    margin-right: 0;
    width: 98%
}

#inhaltsbereich > .frame-karriereteaser > .rahmen .ce-bodytext {
    background: var(--dunkelblau);
    padding: 40px 35px 30px 35px;
    width: calc(45% - 70px);
    max-width: 540px;
    color: var(--weiss);
    margin: 0;
    position: relative;
    z-index: 1;
}

.page1 #inhaltsbereich > .frame-karriereteaser > .rahmen .ce-bodytext {
    margin: 40px 0 -200px 0;
}

#inhaltsbereich > .frame-karriereteaser > .rahmen .ce-bodytext h3, #inhaltsbereich > .frame-karriereteaser > .rahmen .ce-bodytext h3 * {
    color: var(--weiss);
}

#inhaltsbereich > .frame-karriereteaser > .rahmen .ce-bodytext h3 {
    border-left: 0;
    padding-left: 0;
}

#inhaltsbereich > .frame-karriereteaser > .rahmen .ce-textpic {
    overflow: visible;
}

#inhaltsbereich > .frame-karriereteaser > .rahmen .ce-bodytext a.more {
    padding: 10px 60px 10px 40px;
    border: 0;
    background: var(--rotschraeg);
    color: var(--weiss);
    margin-left: -45px;
    position: relative;
    position: relative;
}

#inhaltsbereich > .frame-karriereteaser > .rahmen .ce-bodytext a.more::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background: var(--orangeschraeg);
    opacity: 0;
    transition: all 0.3s ease;
}

#inhaltsbereich > .frame-karriereteaser > .rahmen .ce-bodytext a.more:hover {
    box-shadow: none;
}

#inhaltsbereich > .frame-karriereteaser > .rahmen .ce-bodytext a.more:hover::after {
    opacity: 1;
}

#inhaltsbereich > .frame-karriereteaser > .rahmen .ce-bodytext a.more strong {
    position: relative;
    z-index: 2;
}

#inhaltsbereich .frame-inhaltsverzeichnis ul li {
    font-size: 16px;
    line-height: 1.4em;
    background-position: left 5px;
}

/*
.frame-inhaltsverzeichnis .tx_cn-columns {
    background: var(--hellgrau);
    box-shadow: -60px 0 0 0 var(--hellgrau), 60px 0 0 0 var(--hellgrau);
    width: 100%;
    padding: 30px 0 20px 0;
    margin: 50px 0;
}
*/

/* -- NEU: 2023-05-08 -- */
.frame-inhaltsverzeichnis {
    position: fixed;
    top: 85px;
    right: 15px;
    width: auto;
    max-width: 250px;
    hyphens: none;   
    -webkit-hyphens: none;
    -ms-hyphens: none;
    cursor: pointer;
    background-color: var(--rot);
    color: var(--weiss);
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 200;
    border-radius: 30px 0 30px 30px;
    transition: all 0.3s ease;
    z-index: 3;
    opacity: 0;
}

.frame-inhaltsverzeichnis:hover {
    background-color: var(--dunkelrot);
}

#inhaltsbereich > .frame-inhaltsverzeichnis > .rahmen {
    padding: 10px 25px 10px 25px;
    width: calc(100% - 50px)
}

.frame-inhaltsverzeichnis header > h4 {
    margin: 5px 0 0 0;
    position: relative;
    padding: 0 25px 0 0;
    color: var(--weiss);
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 600;
    display: block;
    transition: all 0.3s ease;
}

.frame-inhaltsverzeichnis header > h4 > span:last-child,
.frame-inhaltsverzeichnis header > h4 > span > strong {
    color: var(--weiss);
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 600;
    white-space: nowrap;
}

.frame-inhaltsverzeichnis header h4::before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/arrow-down.svg) right 0 no-repeat;
    background-size: 30px;
    position: absolute;
    right: -7px;
    top: -5px;
    transition: all 0.3s ease;
}

.frame-inhaltsverzeichnis[data-themen="on"] header h4::before {
    transform: scaleY(-1);
    top: -4px;
}

.frame-inhaltsverzeichnis[data-themen="off"] header h4 {
    margin: 0;
}

.frame-inhaltsverzeichnis header > h4::after {
    display: none;
}

.frame-inhaltsverzeichnis .ce-bodytext {
    width: 100%;
    float: left;
    clear: both;
    margin: 10px 0;
    display: none;
}

#inhaltsbereich .frame-inhaltsverzeichnis ul {
    margin: 0;
}

#inhaltsbereich .frame-inhaltsverzeichnis ul li {
    background: url(../images/bullet-weiss.svg) left 7px no-repeat;
    background-size: 10px auto;
}


#inhaltsbereich .frame-inhaltsverzeichnis ul li a {
    color: var(--weiss);
    font-weight: 200;
}

#inhaltsbereich .frame-inhaltsverzeichnis ul li a::before {
    display: none;
}

.frame-multicontentboxen .row > div > .frame > .rahmen {
    background: var(--dunkelblau);
    color: var(--weiss);
    width: 90% !important;
    padding: 15px 4% 20px 6%;
    height: calc(100% - 35px);
    float: left;
    clear: both;
}

.frame-multicontentboxen h4, .frame-multicontentboxen h4 *,
.frame-multicontentboxen h4, .frame-multicontentboxen a {
    color: var(--weiss);
}

/*
.frame-multicontentboxen h4, .frame-multicontentboxen a::before {
    background: var(--rot);
}
*/

#inhaltsbereich .frame-multicontentboxen .ce-bodytext ul {
    margin-top: 15px;
}

#inhaltsbereich .frame-multicontentboxen header + .ce-textpic .ce-bodytext ul {
    margin-top: 0;
}

.frame-einspaltigmitbg {
    overflow: hidden;
    position: relative;
    padding: 55px 0 70px;
    color: var(--weiss);
}

.frame-einspaltigmitbg h3, .frame-einspaltigmitbg h3 * {
    color: var(--weiss);
}

.frame-einspaltigmitbg .row > .col-100 {
    margin-top: 30px;
}

.frame-einspaltigmitbg .row > .col-100:nth-child(1) {
    margin-top: 0;
}

.frame-einspaltigmitbg .row > .col-100:nth-child(1) .ce-gallery {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    margin: 0;
    z-index: 0;
}

.frame-einspaltigmitbg .row > .col-100:nth-child(1) .ce-gallery::before {
    content: '';
    position: absolute;
    left: 0;
    right: 40%;
    top: 0;
    bottom: 0;
    z-index: 1;
    background: var(--overlaybg);
}

.frame-einspaltigmitbg .row > .col-100:nth-child(1) .ce-gallery .ce-row,
.frame-einspaltigmitbg .row > .col-100:nth-child(1) .ce-gallery .ce-row .ce-column,
.frame-einspaltigmitbg .row > .col-100:nth-child(1) .ce-gallery .ce-row .image {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
}

.frame-einspaltigmitbg .row > .col-100:nth-child(1) .ce-gallery .ce-row .image img {
    display: block;
    object-fit: cover;
    width: 100%;
    max-width: none;
    height: 100%;
}

.frame-einspaltigmitbg .row > .col-100 .ce-bodytext {
    position: relative;
    z-index: 2;
}

#inhaltsbereich > .frame-einspaltigmitbg .row > .col-100 > .frame > .rahmen {
    width: 90%;
    max-width: 1260px;
    margin: 0 auto;
}

#inhaltsbereich .frame-einspaltigmitbg .row > .col-100:nth-child(2) ul li,
#inhaltsbereich .frame-einspaltigmitbg .row > .col-100:nth-child(3) ul li {
    background: var(--blau);
    color: var(--weiss);
    padding: 15px 20px;
    display: block;
    float: left;
    margin: 10px 20px 10px 0;
    min-width: 160px;
    text-align: center;
}

#inhaltsbereich .frame-einspaltigmitbg .row > .col-100:nth-child(3) ul li {
    background: var(--dunkelblau);
}

#inhaltsbereich .frame-einspaltigmitbg .row > .col-100:nth-child(2) ul li:nth-child(3),
#inhaltsbereich .frame-einspaltigmitbg .row > .col-100:nth-child(3) ul li:nth-child(4) {
    clear: left;
}

.frame-zahlenheadline h4::after {
    display: none;
}

.frame-zahlenheadline h4 {
    font-size: 24px;
    line-height: 1.4em;
    font-weight: 600;
    color: var(--schriftfarbe);
    padding: 0;
    margin: 10px 0;
}

#inhaltsbereich .frame-zahlenheadline ul {
    margin: 0 0 20px 0;
}

.frame-zahlenheadline h4 em {
    font-style: normal;
    display: inline-block;
    width: 56px;
    height: 66px;
    padding: 0 5px;
    line-height: 70px;
    font-size: 48px;
    text-align: right;
    background: var(--rot);
    color: var(--weiss);
    margin: 0 10px 0 0;
}

.frame-blaueschraege {
    background: var(--blaueschraege);
    color: var(--weiss);
    padding: 30px 0;
}

.frame-blaueschraege h3, .frame-blaueschraege h3 * {
    color: var(--weiss);
}

/* -- Produktbalken allgemein -- */
.frame-produktbalken {
    position: relative;
    margin: 160px 0 0 0;
    color: var(--weiss);
}

.frame-produktbalken h1, .frame-produktbalken h1 * {
    color: var(--weiss);
}

.frame-produktbalken .ce-gallery {
    float: right;
    clear: none;
    position: relative;
    right: 0;
    top: -320px;
    margin-bottom: -320px;
}

.frame-produktbalken .ce-bodytext {
    float: left;
    clear: none;
    min-width: 320px;
    overflow: visible;
}

.frame-produktbalken .ce-textpic {
    overflow: visible;
}

.frame-produktbalken .ce-gallery img {
    max-height: 500px;
    width: auto;
}

.frame-produktbalken .rahmen {
    position: relative;
    z-index: 1;
}

.frame-produktbalken::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -15px;
    bottom: 10px;
    z-index: 0;
    background: var(--produktbalken);
}

/* .frame-produktbalken::before {
    left: 10%;
    right: 10%;
} */

/* -- Produkt Landingpage -- */
#inhaltsbereich > .frame-produktbalken::before {
    background: var(--hellgrauerverlauf);
}

#inhaltsbereich > .frame-produktbalken h1, #inhaltsbereich > .frame-produktbalken h1 * {
    color: var(--blau);
}

#inhaltsbereich > .frame-produktbalken, #inhaltsbereich > .frame-produktbalken h1 span {
    color: var(--schriftfarbe);
}

.frame-produktbalken h3 {
    margin-top: 40px;
}

.frame-produktbalken h3, .frame-produktbalken h3 * {
    color: var(--weiss);
}

#inhaltsbereich > .frame-produktbalken + .frame h2 {
    font-size: 20px;
    font-weight: 200;
    line-height: 1.3em;
    margin: 20px 0;
    border-left: 4px solid var(--rot);
    padding: 4px 0 4px 10px;
    color: var(--schriftfarbe);
}

#inhaltsbereich > .frame-produktbalken + .frame h2 > span:first-child:last-child {
    font-size: 30px;
    font-weight: 800;
    line-height: 1.3em;
    color: var(--schriftfarbe);
}

#inhaltsbereich > .frame-produktbalken + .frame h2 > span {
    display: block;
}

#inhaltsbereich > .frame-produktbalken + .frame h2 > span:first-child {
    margin: 0;
}

#inhaltsbereich > .frame-produktbalken + .frame h2 > span > strong {
    font-weight: 800;
    display: inline-block;
    vertical-align: top;
}

#inhaltsbereich > .frame-produktbalken + .frame h2 > span:last-child {
    font-size: 30px;
    font-weight: 800;
    line-height: 1.2em;
    color: var(--schriftfarbe);
}

#inhaltsbereich > .frame-produktbalken {
    margin: -12px 0 40px 0;
}

/* #inhaltsbereich > .frame-produktbalken {
    margin: 40px 0 40px 0;
} */

#inhaltsbereich > .frame-produktbalken + .frame .ce-bodytext {
    max-width: 580px;
}

#inhaltsbereich > .frame-produktbalken .ce-gallery {
    top: -10px;
    margin-bottom: -120px;
}

/* -- Produktuebersicht -- */
.frame-type-shortcut > .rahmen > .frame-produktbalken > .rahmen {
    width: 90%;
    margin: 0 auto;
    max-width: 1280px;
}

.frame-type-shortcut > .rahmen > .frame-produktbalken {
    margin: 110px 0;
}

.frame-type-shortcut > .rahmen > .frame-produktbalken .ce-gallery {
    right: 5%;
    top: -200px;
    margin-bottom: -200px;
}

.frame-type-shortcut > .rahmen > .frame-produktbalken .ce-gallery img {
    max-height: 460px;
    width: auto;
}

#inhaltsbereich > section.frame-produktdatensatz:nth-of-type(2n+0) .frame-produktbalken::before {
    background: var(--produktbalken-even);
}

#inhaltsbereich > section.frame-produktdatensatz:nth-of-type(2n+0) .frame-produktbalken .ce-gallery {
    float: left;
    right: unset;
    left: 5%;
}

#inhaltsbereich > section.frame-produktdatensatz:nth-of-type(2n+0) .frame-produktbalken .ce-bodytext {
    float: right;
}

/* -- Rahmen Kachelbox -- */
#inhaltsbereich .frame-kachelbox > .rahmen {
    width: 100%;
    max-width: none;
    float: left;
    clear: both;
    margin: 0;
}

#inhaltsbereich .frame-kachelbox > .rahmen > .frame {
    width: 100%;
    float: left;
    clear: both;
    margin: 0 0 80px 0;
}

#inhaltsbereich .frame-kachelbox > .rahmen > .frame .ce-gallery {
    width: 55%;
    float: left;
    margin: 0;
    aspect-ratio: 16/9;
    overflow: hidden;
}

#inhaltsbereich .frame-kachelbox > .rahmen > .frame .ce-gallery .ce-row,
#inhaltsbereich .frame-kachelbox > .rahmen > .frame .ce-gallery .ce-column,
#inhaltsbereich .frame-kachelbox > .rahmen > .frame .ce-gallery .image {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    display: block;
}

#inhaltsbereich .frame-kachelbox > .rahmen > .frame .ce-gallery img {
    max-width: none;
    width: 100%;
    height: auto;
}

#inhaltsbereich .frame-kachelbox > .rahmen > .frame .ce-bodytext {
    width: calc(50% - 30px);
    margin: 60px 0 0 -50px;
    max-width: calc(((1260px / 2)  - 87px));
    float: left;
    background-color: var(--blau);
    color: var(--weiss);
    padding: 25px 20px 20px 20px;
}

#inhaltsbereich .frame-kachelbox > .rahmen > .frame .ce-bodytext header  * {
    color: var(--weiss);
}

#inhaltsbereich .frame-kachelbox > .rahmen > .frame:nth-child(even) .ce-gallery {
    float: right;
}

#inhaltsbereich .frame-kachelbox > .rahmen > .frame:nth-child(even) .ce-bodytext {
    float: right;
    margin-right: -50px;
    margin-left: 0;
}

#inhaltsbereich .frame-kachelbox.frame-layout-1 > .rahmen > .frame .ce-textpic {
    position: relative;
}

#inhaltsbereich .frame-kachelbox.frame-layout-1 > .rahmen > .frame .ce-bodytext {
    margin-bottom: 60px;
    margin-top: 0;
    position: absolute;
    bottom: 0;
    left: 55%;
}

/* -- Dateilinks Zertifikate -- */
#inhaltsbereich .frame-type-uploads ul.ce-uploads {
    margin: 0;
    padding: 0;
}

#inhaltsbereich .frame-type-uploads ul.ce-uploads li {
    background: none;
    padding: 0;
    width: calc(33% - 20px);
    margin: 20px 0;
    display: inline-block;
    vertical-align: top;
}

#inhaltsbereich .frame-type-uploads ul.ce-uploads li:nth-child(3n+2) {
    margin-left: 30px;
    margin-right: 30px;
}

#inhaltsbereich .frame-type-uploads ul.ce-uploads li span {
    display: inline-block;
    vertical-align: top;
}

#inhaltsbereich .frame-type-uploads ul.ce-uploads li span a {
    display: block;
    font-weight: 200;
    line-height: 1.1em;
}

#inhaltsbereich .frame-type-uploads ul.ce-uploads li span a::before {
    display: none;
}

#inhaltsbereich .frame-type-uploads ul.ce-uploads li span.vorschaubild {
    box-shadow: inset 0 0 0 1px var(--himmelweissblau);
    float: left;
}

#inhaltsbereich .frame-type-uploads ul.ce-uploads li span.vorschaubild a {
    padding: 5px;
}

#inhaltsbereich .frame-type-uploads ul.ce-uploads li span.beschreibungstext {
    background: var(--hellgrauerverlauf);
    margin: 30px 0 0 0;
    width: calc(100% - 160px);
}

#inhaltsbereich .frame-type-uploads ul.ce-uploads li span.beschreibungstext a {
    padding: 15px;
}

.frame-type-uploads .ce-uploads img {
    display: block;
    float: none;
    padding: 0;
    margin: 0;
    aspect-ratio: 3/4;
    overflow: hidden;
    object-fit: cover;
    object-position: top center;
}

#inhaltsbereich .frame-type-uploads ul.ce-uploads li span.beschreibungstext span {
    display: block;
}

.ce-uploads-fileName {
    font-weight: 600;
    display: block;
}

.ce-uploads-fileName::after {
    content: '';
    display: block;
    width: 30px;
    height: 3px;
    background: var(--rot);
    margin-top: 5px;
}

.ce-uploads-description {
    font-size: 15px;
    line-height: 1.3em;
    margin-top: 5px;
    display: block;
}

.frame-imagefilm > .rahmen {
    position: relative;
}

.frame-imagefilm .cn_multicontent_teaser {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    overflow: hidden;
}

.frame-imagefilm .cn_multicontent_teaser a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-indent: -999px;
    color: var(--weiss);
}

.frame-imagefilm .cn_multicontent_teaser a::before {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 40px 0 40px 80px;
    border-color: transparent transparent transparent var(--weiss);
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -40px 0 0 -40px;
    z-index: 3;
    background: none;
}

.frame-imagefilm .cn_multicontent_teaser a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
}

.frame-imagefilm .ce-gallery {
    margin: 0;
}

.frame-imagefilm .ce-gallery, .frame-imagefilm .ce-column, .frame-imagefilm .image, .frame-imagefilm img {
    width: 100%;
}

.frame-imagefilm img {
    height: auto;
}

/* -- Chronik -- */
.frame-chronik .cn_multicontent_teaser {
    width: 100%;
    float: left;
    clear: both;
    margin: 0 0 -20px 0;
    padding: 0;
    text-align: center;
    position: relative;
    z-index: 1;
}

.frame-chronik .cn_multicontent_teaser h3 {
    background: var(--blau);
    display: inline-block;
    vertical-align: top;
    margin: 0;
    border-left: none;
    padding: 30px 60px;
    color: var(--weiss);
    font-size: 30px;
    font-weight: 600;
    line-height: 1em;

}

.frame-chronik .tx_cn-columns {
    position: relative;
    padding: 60px 0 40px 0;
}

.frame-chronik .tx_cn-columns::before {
    content: '';
    display: block;
    background: var(--hellgrauerverlauf);
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

}

.frame-chronik .tx_cn-columns::after {
    content: '';
    display: block;
    width: 4px;
    height: calc(100% - 40px);
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(50% - 2px);
    background: var(--blau);
}

.frame-chronik .tx_cn-columns .row > div > .frame {
    width: 50%;
    position: relative;
    margin: 20px 0;
}

.frame-chronik .tx_cn-columns .row > div:nth-child(odd) > .frame {
    text-align: right;
}

.frame-chronik .tx_cn-columns .row > div:nth-child(odd) > .frame > .rahmen {
    max-width: 350px;
    float: right;
}

.frame-chronik .tx_cn-columns .row > div:nth-child(even) > .frame {
    float: right;
}

.frame-chronik .tx_cn-columns .row > div:nth-child(even) > .frame > .rahmen {
    max-width: 350px;
}

.frame-chronik .tx_cn-columns .row > div > .frame h4 {
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
    line-height: 1em;
}

.frame-chronik .tx_cn-columns .row > div > .frame h4 > span:first-child:last-child {
    font-size: 30px;
}

.frame-chronik .tx_cn-columns .row > div > .frame > .rahmen {
    width: calc(100% - 40px);
    margin: 0 20px;
}

.frame-chronik .tx_cn-columns .row > div > .frame h4::after {
    left: -18px;
    width: 120px;
}

.frame-chronik .tx_cn-columns .row > div:nth-child(odd) > .frame h4::after {
    left: auto;
    right: -18px;
}

/* -- 404 - Sitemap -- */
#inhaltsbereich .frame-type-menu_subpages.frame-layout-1 ul {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
}

#inhaltsbereich .frame-type-menu_subpages.frame-layout-1 ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 20px 0;
    padding: 0;
    background: none;
    float: left;
    text-align: center;
}

#inhaltsbereich .frame-type-menu_subpages.frame-layout-1 ul li a {
    color: var(--rot);
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 600;
    display: inline-block;
    padding: 10px 15px;
    border: 2px solid var(--rot);
    box-shadow: inset 0 0 0 var(--rot);
    transition: all 0.5s ease;
    min-width: 100px;
}


#inhaltsbereich .frame-type-menu_subpages.frame-layout-1 ul li a:hover {
    color: var(--weiss);
    text-decoration: none;
    box-shadow: inset 600px 0 0 var(--rot);
}

#inhaltsbereich .frame-type-menu_subpages.frame-layout-1 ul li a::before {
    display: none;
}

/* -- Ausbildungsbereich -- */
.frame-ausbildungsbereich {
    background: var(--hellgrauerverlauf);
    padding:  0;
    margin: 30px 0 0 0;
    position: relative;
}

.frame-ausbildungsbereich::after {
    content: '';
    display: block;
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--weiss);
}

.frame-ausbildungsbereich .tx_cn-columns {
    position: relative;
    z-index: 1;
}
.frame-ausbildungsbereich .tx_cn-columns[data-cols="2"] .row > div:nth-child(even) > div {
    margin: 0;
    margin-right: calc((100vw - 1280px) / 2);
    width: calc(100% - calc((100vw - 1280px) / 2));
    height: calc(100% - 40px);
}

.frame-ausbildungsbereich .tx_cn-columns[data-cols="2"] .row > div:nth-child(even) > div > div {
    height: 100%;
    width: 100%;
    display: flex;   
    align-items: center;
}

.frame-ausbildungsbereich .tx_cn-columns[data-cols="2"] .row > div:nth-child(even) > div > div > div.ce-textpic {
    width: 100%;
}

#inhaltsbereich .frame-ausbildungsbereich .frame-type-menu_subpages,
#inhaltsbereich .frame-ausbildungsbereich .frame-type-menu_subpages ul {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
}

#inhaltsbereich .frame-ausbildungsbereich .frame-type-menu_subpages ul {
    margin-top: -30px;
}

#inhaltsbereich .frame-ausbildungsbereich .frame-type-menu_subpages li {
    float: left;
    clear: both;
    position: relative;
    margin: 0 0 30px 0;
    padding: 20px 10% 20px 8%;
    width: auto;
    max-width: 850px;
    min-width: 430px;
}

#inhaltsbereich .frame-ausbildungsbereich  .frame-type-menu_subpages li:last-child {
    margin: 0;
}

#inhaltsbereich .frame-ausbildungsbereich  .frame-type-menu_subpages li::before {
    content: '';
    position: absolute;
    left: -100px;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    background: var(--dunkelblau);
    transform: skewX(25deg);
}

#inhaltsbereich .frame-ausbildungsbereich  .frame-type-menu_subpages li a {
    display: block;
    color: var(--weiss);
}

#inhaltsbereich .frame-ausbildungsbereich  .frame-type-menu_subpages li a::before {
    display: none;
}

#inhaltsbereich .frame-ausbildungsbereich  .frame-type-menu_subpages li .boxcenter {
    display: flex;
    align-items: center;
}

#inhaltsbereich .frame-ausbildungsbereich .ausb_icon {
    width: 100px;
    height: 100px;
    display: block;
    float: left;
    overflow: hidden;
}

#inhaltsbereich .frame-ausbildungsbereich .ausb_icon.dummy a {
    background: url(../images/wappen.svg) center center no-repeat;
    background-size: auto 80px;
    display: block;
    height: 100px;
    overflow: hidden;
    text-indent: -999px;
}

#inhaltsbereich .frame-ausbildungsbereich .ausb_box {
    width: calc(100% - 170px);
    display: block;
    float: left;
    margin: 0 30px 0 40px;
}

#inhaltsbereich .frame-ausbildungsbereich .ausb_box h3,
#inhaltsbereich .frame-ausbildungsbereich .ausb_box h3 > span:last-child {
    color: var(--weiss);
    margin-bottom: 0;
}

#inhaltsbereich .frame-ausbildungsbereich .ausb_box a h3 strong {
    position: relative;
}

#inhaltsbereich .frame-ausbildungsbereich .ausb_box a h3 strong::after {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background-color: var(--rot);
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/ext-link.svg);
    background-size: 18px;
    position: absolute;
    right: -35px;
    top: -7px;
    border-radius: 100%;
}
/*
#inhaltsbereich .frame-ausbildungsbereich  .frame-type-menu_subpages li:nth-child(1)::before {
    right: 190px;
}

#inhaltsbereich .frame-ausbildungsbereich  .frame-type-menu_subpages li:nth-child(2)::before {
    right: 95px;
}*/

.frame-rotemulticontentbox {
    background: var(--rot);
    color: var(--weiss);
    display: flex;
    justify-content: center;
    align-items: center;
}

.frame-rotemulticontentbox a {
    color: var(--weiss);
    font-size: 24px;
}

.frame-rotemulticontentbox a::before {
    background: var(--weiss);
}

#inhaltsbereich .frame-layout-1 .ce-bodytext {
    max-width: 700px;
}

/* -- Footer -- */
#footer {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    color: var(--weiss);
    position: relative;
}

#footer::after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: var(--dunklerfooterverlauf);
}

#footer a {
    color: var(--weiss);
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 200;
}

#footer .ce-gallery {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
}

#footer > .rahmen {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

#footer.sub > .rahmen {
    position: relative;
}

/* -- Footer Sub -- */
#footer.sub {
    background: var(--dunkelblau);
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px 0;
}

#footer.sub::after {
    display: none;
}

#footer header > *,
#footer h4 > span:last-child {
    color: var(--weiss);
    margin-top: 0;
}

#footer h4,
#footer h4 > span > strong {
    font-size: 18px;
    font-weight: 600;
}

.nachoben {
    width: 38px;
    height: 38px;
    background: url(../images/totop.svg) left top no-repeat;
    border: 1px solid var(--weiss);
    background-size: 100% auto;
    cursor: pointer;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.footerbox {
    width: 100%;
    float: left;
    clear: both;
    margin: 40px 0 30px 0;
    padding: 56px 0 0 0;
    position: relative;
    background: url(../images/wappen.svg) center top no-repeat;
    background-size: 56px auto;
}

#footer.sub .footerbox {
    margin-bottom: 0;
}

.footerbox::before {
    content: '';
    display: block;
    position: absolute;
    width: calc(50% - 55px);
    height: 1px;
    background: var(--weiss);
    top: 30px;
    left: 0;
}

.footerbox::after {
    content: '';
    display: block;
    position: absolute;
    width: calc(50% - 55px);
    height: 1px;
    background: var(--weiss);
    top: 30px;
    right: 0;
}

.footerbox ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    float: left;
    clear: both;
}

.footerbox .ce-bodytext ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 50px;
}

.footerbox .ce-bodytext ul li:first-child {
    margin: 0;
}

.footerbox .tx_cn-columns .row .col-25 {
    width: auto;
    float: right;
    margin-right: 50px;
}

.footerbox .frame-type-menu_subpages ul {
    width: 220px;
}

.footerbox .frame-type-menu_subpages ul li {
    display: block;
    float: left;
    margin: 0;
    width: 50%;
}

.footerbox .frame-type-menu_subpages ul li:nth-child(odd) {
    clear: left;
}

.footerbox > .frame {
    width: calc(100% - 30px);
}

.cnicon {
    float: right;
    clear: left;
    display: block;
    margin-top: -24px;
}

/* -- News -- */
.news,
.news-list-container,
.news-list-container .newsbox {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
}

.news-list-container .article {
    width: calc(33.3% - 10px);
    float: left;
    background: var(--blau);
    margin: 0 0 15px 0;
    color: var(--weiss);
    opacity: 0;
}

.news-list-container .news-list-date {
    display: block;
    font-size: 14px;
    margin: 0 0 5px 0;
}

.news-list-container .article:nth-child(3n+2) {
    margin-left: 15px;
    margin-right: 15px;
}

.news-list-container .article h4 {
    color: var(--weiss);
    margin: 0 0 20px 0;
}

.news-list-container .newsinhalt {
    width: 90%;
    margin: 15px 4% 20px 6%;
    padding-bottom: 60px;
    position: relative;
    height: calc(100% - 95px);
    float: left;
    clear: both;
}

.news-list-container .newsinhalt a.more {
    position: absolute;
    bottom: 0;
    right: 0;
    background: var(--rot);
    color: var(--weiss);
    border: 0;
    padding: 8px 12px;
}

.news-list-container .newsinhalt a.more:hover {
    background: var(--dunkelrot);
    box-shadow: none;
}

.page-navigation {
    width: 100%;
    float: left;
    clear: both;
    margin: 10px 0 0 0;
    padding: 0;
    text-align: center;
}

#inhaltsbereich .pagination.f3-widget-paginator {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

#inhaltsbereich .pagination.f3-widget-paginator li {
    display: inline-block;
    vertical-align: top;
    margin: 0 2px;
    padding: 0;
    background: var(--rot);
    transition: all 0.3s ease;
}

#inhaltsbereich .pagination.f3-widget-paginator li:hover {
    background: var(--dunkelrot);
}

#inhaltsbereich .pagination.f3-widget-paginator li span,
#inhaltsbereich .pagination.f3-widget-paginator li a {
    display: block;
    color: var(--weiss);
    font-weight: 200;
    margin: 0;
    padding: 4px 8px;
    line-height: 22px;
}

#inhaltsbereich .pagination.f3-widget-paginator li span {
    padding-left: 10px;
    padding-right: 10px;
}


#inhaltsbereich .pagination.f3-widget-paginator li a::before {
    display: none;
}

/* -- List 2 -- */

.news-list2-container .article {
    width: 100%;
    margin: 0 0 40px 0 !important;
    height: auto !important;
    background: none;
}

.news-list2-container .newsinhalt {
    float: left;
    width: calc(90% - 240px);
    max-width: 700px;
    padding: 20px 8% 25px 2%;
    margin: 0;
    position: relative;
    height: auto;
    background: var(--blau);
}

.news-list2-container .newsinhalt a.more {
    position: static;
    float: left;
    margin: 20px 0 0 0;
}

.news-list2-container .news-img-wrap {
    float: left;
    margin: 20px 0 0 -40px;
}

/* -- News Single -- */
.news.news-single .article {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
}

.news.news-single .newscontent {
    width: 100%;
    float: left;
    clear: both;
    margin: 0 0 20px 0;
    padding: 0;
}

.news.news-single .news-backlink-wrap {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
}

.news.news-single .newscontent header {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
}

.news.news-single .news-list-date {
    width: 100%;
    float: left;
    clear: both;
    margin: 0 0 10px 0;
    padding: 0;
}

.news.news-single .teaser-text {
    width: 100%;
    float: left;
    clear: both;
    margin: 0 0 10px 0;
    padding: 0;
}

.news.news-single .news-text-wrap {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
}

.news.news-single .news-img-wrap {
    width: 100%;
    float: left;
    clear: both;
    margin: 20px 0 10px 0;
}

.news.news-single .news-img-wrap .mediaelement {
    max-width: 300px;
}

.news.news-single .news-img-wrap a::before {
    display: none;
}

/* -- Powermail -- */
.tx-powermail,
.powermail_form {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
}

.powermail_fieldset {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    border: 0;
    padding: 0;
}

.powermail_fieldset.layout1,
.powermail_fieldset.layout2 {
    width: 49%;
    clear: none;
}

.powermail_fieldset.layout1:nth-of-type(even),
.powermail_fieldset.layout2:nth-of-type(even) {
    float: right;
    clear: none;
}

.powermail_fieldset.layout2 {
    margin-top: 20px;    
}

.powermail_fieldset.layout2:nth-of-type(odd) {
    float: left;
    clear: both;
}

.powermail_fieldset.layout2:nth-of-type(even) {
    clear: right;
}




.powermail_fieldset.layout1 .powermail_legend {
    display: none;
}

.powermail_fieldwrap {
    width: 100%;
    float: left;
    clear: both;
    margin: 0 0 10px 0;
    padding: 0;
}

.powermail_legend {
    font-size: 20px;
    font-weight: 800;
    line-height: 1.1em;
    margin: 20px 0;
    color: var(--blau);
    position: relative;
    padding: 0 0 8px 0;
    float: left;
    clear: both;
    width: 100%;
}

.powermail_legend::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: var(--rot);
    position: absolute;
    bottom: 0;
    left: 0;
}

.powermail_label {
    width: 100%;
    float: left;
    clear: both;
    margin: 0 0 5px 0;
}

.powermail_fieldwrap.layout1 .powermail_label {
    display: none;
}

.powermail_fieldwrap.layout1 .powermail_field {
    margin-left: 172px;
    width: calc(100% - 172px);
}

.powermail_fieldwrap_type_select .powermail_label,
.powermail_fieldwrap_type_date .powermail_label,
.powermail_fieldwrap_type_file .powermail_label { 
    width: 140px;
    float: left;
    clear: none;
    background: var(--hellgrau);
    padding: 5px 10px;
}

.powermail_fieldwrap_type_date .powermail_label,
.powermail_fieldwrap_type_file .powermail_label  {
    padding-top: 6px;
    padding-bottom: 6px;
}

.powermail_fieldwrap_type_select .powermail_field,
.powermail_fieldwrap_type_date .powermail_field,
.powermail_fieldwrap_type_file .powermail_field { 
    width: calc(100% - 162px);
    float: right;
    clear: none;
}

.powermail_field {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    position: relative;
}

.powermail_input,
.powermail_textarea,
.powermail_submit {
    width: calc(100% - 20px);
    border: 0;
    margin: 0;
    padding: 5px 10px;
    box-sizing: unset;
    background: var(--hellgrau);
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    border-radius: 0;
    -webkit-appearance: none;
}

.powermail_textarea {
    resize: none;
}

.powermail_select,
.powermail_date,
.powermail_file {
    width: calc(100% - 20px);
    border: 0;
    margin: 0;
    padding: 5px 10px;
    box-sizing: unset;
    background: var(--hellgrau);
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    border-radius: 0;
}

.powermail_file {
    font-size: 17px;
}


.powermail_fieldwrap_type_submit {
    border-top: 4px solid var(--rot);
    transition: all 0.5s ease;
    margin: 20px 0 0 0;
}

.powermail_submit {
    background: var(--rot);
    color: var(--weiss);
    cursor: pointer;
    margin-top: 0;
    width: auto;
    padding: 8px 12px;
    border: 0;
    transition: all 0.5s ease;
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 600;
    float: right;
}

.powermail_fieldwrap_type_submit:hover {
    border-color: var(--dunkelrot);
}
.powermail_submit:hover {
    background: var(--dunkelrot);
    box-shadow: none;
}

.powermail_checkbox {
    display: inline-block;
    vertical-align: baseline;
    margin: 5px 5px 5px 0;
    border-radius: 0;
}

#inhaltsbereich .powermail-errors-list {
    width: auto;
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 0;
    right: 5px;
}

#inhaltsbereich .powermail-errors-list li {
    background: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    color: var(--rot);
    font-weight: 400;
}

#inhaltsbereich  .powermail_field_error_container .powermail-errors-list {
    position: static;
    margin-top: 5px;
}

#carolinenhuette-kallmuenz-eisen-100 {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
}