*,
*:before,
*:after {
    box-sizing: border-box;
}

body,
header,
footer,
main,
section,
article,
nav,
figure,
nav,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
img,
form,
fieldset,
blockquote {
    border: 0;
    margin: 0;
    padding: 0;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    background: #ffffff;
    color: #000000;
    font: 25px Futura, Helvetica, Sans-Serif;
    min-width: 320px;
    overflow-x: hidden;
}

a {
    color: #000;
    outline: none;
    text-decoration: underline;
    transition: .2s All;
}

a:hover {
    color: #000000;
    text-decoration: underline;
}

input,
select,
textarea {
    border: #999999 1px solid;
    color: #000;
    font: inherit;
    padding: 1em;
}

li {
    list-style: none;
}

h1 {
    color: #009FE3;
    font-size: 45px;
    line-height: 1;
    margin: 0 0 .4em;
}

h2 {
    font-size: 45px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 .4em;
}

h3 {
    font-size: 40px;
    line-height: 1;
    margin: 0 0 .6em;
}

h4 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 .5em;
}

h5,
h6 {
    font-size: 30px;
    line-height: 1;
    margin: 0 0 1em;
}

p {
    line-height: 1.2em;
    margin: 0 0 1.5em;
}

table {
    border-collapse: collapse;
    width: 100%;
}

img {
    display: block;
    max-width: 100%;
}

.picture-responsive img{
    width: 100%;
    height: auto

}

strong {
    font-weight:500;
}

/*- Layout -*/

.page-container,
.page-header,
.page-footer {
    margin: 0 auto;
    max-width: 1814px;
    padding: 0 215px;
}

.page-container {
    padding-top: 70px;
}

.container-inner {
    margin: 0 -150px;
}

.page-top-bar {
    background: #fff;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
}

.page-top-bar+.page-title,
.page-top-bar+.page-container {
    margin-top: 128px;
}

.page-title+.page-container {
    padding-top: 50px;
}

.page-bottom-bar {
    background: #efefef
}

/*- Page Header -*/

.page-header {
    align-items: center;
    display: flex;
    height: 128px;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.header-logo {
    margin-right: 25px;
}

/*- Title / Slider  -*/

.page-title {
    align-items: flex-end;
    display: flex;
    height: calc(50vh - 128px);
    justify-content: center;
    text-align: center;
}

.page-title h1 {
    font-size: 100px;
    font-weight: 600;
    margin: 0 0 30px;
}

.heading-tag {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}

.heading-tag::after {
    background: #000;
    bottom: -5px;
    content: '';
    height: 1px;
    left: 0;
    margin-top: 5px;
    position: absolute;
    right: 0;
}

/*- Navigation -*/

.nav-header {
    align-items: center;
    display: flex;
}

.btn-contact {
    background: url(../images/ico-contact.svg) no-repeat center / contain;
    flex-shrink: 0;
    font-size: 0;
    height: 72px;
    width: 72px;
}

.nav-is-open {
    overflow-y: hidden;
}

.nav-primary {
    background: rgba(0, 0, 0, .6);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}

.nav-primary__column {
    background: #fff;
    bottom: 0;
    content: '';
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 130px 85px 63px 80px;
    position: fixed;
    right: 0;
    top: 0;
    width: 50%;
}

.nav-primary__footer {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    padding-bottom: 63px;
}

.nav-contacts {
    color: #009FE3;
    font-size: 24px;
    font-weight: 500;
}

.nav-contacts a {
    color: #009FE3;
}

.nav-contacts-secondary {
    display: flex;
    font-size: 15px;
    font-weight: 500;
}
.nav-contacts-secondary li {
    margin-left: 3px
}

.nav-contacts-secondary li::after {
    content: ',';
}

.nav-contacts-secondary li:last-child::after {
    display: none;
}

.nav-main {
    margin-bottom: 65px;
    position: relative;
    z-index: 1
}

.nav-main>li {
    margin: 0 0 20px;
    position: relative;
}

.nav-main>li>a {
    color: #000;
    display: block;
    font-size: 55px;
    font-weight: 600;
    text-decoration: none;
}

.nav-main__expand {
    position: relative;
}

.nav-main__expand::after {
    background: url(../images/ico-expand.svg) no-repeat center / contain;
    content: '';
    height: 10px;
    left: 100%;
    margin-left: 30px;
    position: absolute;
    top: 50%;
    transition: .2s All;
    width: 24px
}

.is-open .nav-main__expand::after {
    transform: rotate(180deg);
}

.nav-main>li>a:hover,
.nav-main>li.active>a,
.is-open .nav-main__expand {
    color: #000;
}

.nav-main__expand {
    cursor: pointer;
    font-size: 55px;
    font-weight: 600;
}

.nav-main__submenu {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 20px;
}

.nav-main__submenu>li {
    margin-bottom: 20px;
}

.nav-main__submenu>li:last-child {
    margin-bottom: 0;
}

.nav-main__submenu a {
    color: #000;
    display: block;
}

.nav-main__submenu a:hover {
    color: #000;
}

.hamburger {
    background: url(../images/ico-menu.svg) no-repeat center / contain;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    flex-shrink: 0;
    height: 72px;
    margin-left: 62px;
    margin-right: -9px;
    outline: none;
    width: 72px;
}

.hamburger.is-active {
    background: url(../images/ico-x.svg) no-repeat center / contain;
    position: fixed;
    right: 85px;
    top: 40px;
}

/*- Layout Grid -*/

.section-sm {
    margin-bottom: 60px;
}

.section-mt-sm {
    margin-top: 40px;
}

.section-mt-md {
    margin-top: 70px;
}

.section-md {
    margin-bottom: 115px;
}

.section-lg {
    margin-bottom: 160px;
}

.section-xl {
    margin-bottom: 255px;
}

/*- Components -*/

.grid-item {
    margin-bottom: 68px;
    overflow: hidden
}

.pic-isotope {
    overflow: hidden;
    position: relative;
}

.pic-isotope a {
    color: #fff;
}

.pic-isotope h6 {
    bottom: 35px;
    font-size: 30px;
    left: 30px;
    margin: 0;
    opacity: 0;
    position: absolute;
    transition: .4s All;
    z-index: 1;
}

.pic-isotope:hover h6 {
    opacity: 1
}

.pic-isotope img {
    height: auto;
    transform: scale(1.1);
    transition: .4s All;
    width: 100%;
}

.pic-isotope a::after {
    background: rgba(0, 0, 0, .25);
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s All
}

.pic-isotope:hover a::after {
    opacity: 1
}

.pic-isotope:hover img {
    transform: scale(1);
}

.partner-item {
    margin-bottom: 65px;
}

.partner-item__pic {
    margin-bottom: 20px;
}

.partner-item__pic img {
    height: auto;
    width: 100%;
}

.partner-item__heading {
    margin-bottom: .5em;
}

.partner-item__details {
    line-height: 1.2;
}

.list-unordered {
    font-weight: bold;
    margin: 0 0 1em;
}

.list-unordered li {
    border-top: 2px solid #454545;
    padding: 15px 0;
}

/*- Buttons -*/

.btn-primary a, .cms_link a {
    align-items: center;
    align-items: center;
    border: 2px solid #000;
    border-radius: 23px;
    color: #000;
    display: inline-flex;
    flex-grow: 0;
    font-size: 20px;
    font-weight: bold;
    height: 46px;
    justify-content: center;
    line-height: 1;
    /*line-height: 40px;*/
    overflow: hidden;
    padding: 0 25px;
    text-transform: uppercase;
}

/*- Page Footer -*/

.page-footer {}

/*- Misc. Components-*/

hr {
    border: 0;
    border-top: 1px solid #eee;
    margin-bottom: 20px;
    margin-top: 20px;
}

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

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

.pic-responsive img {
    height: auto;
    width: 100%;
}


.cms_item a.pdf {
    background:none;
    font-weight: bold;
    padding: 0px 0px 0px 0px;
    display: flex;
    flex-direction: row;
}

.cms_item a.file{
    white-space: normal;
}


.cms_document a:after {
    content: url(../images/ico-pdf.svg);
    margin-left: auto;
}

.cms_item hr.trennlinie {
    border: 1px solid black;
}


.padding_top {
   padding-top: 60px;
}
/*.padding_detail {
  padding-left: 35px;
  padding-right: 35px;
}*/


.nav-main>li>a  {
    display:inline;
}

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

.titelEmail a{
    color:#009FE3;
}

.cms_item ul li, .col-xl-8  ul li{
    list-style: disc;
    list-style-position: outside;
    margin-left: 30px;
}
.cms_item ol li, .col-xl-8  ol li {
    list-style: decimal;
    list-style-position: outside;
    margin-left: 30px;
}

.black {
    color:black;
}
.white {
    color:white;
}
.styledetailseite .cms_column{
  width: 66.666% !important;
  box-sizing: border-box;
flex-shrink: 0;
padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
}
