*,
*: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: 23px Inter, Arial, Helvetica, Sans-Serif;
    min-width: 320px;
    overflow: hidden;
}

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

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


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

li {
    list-style: none;
}

h1 {
    font-size: 70px;
    line-height: 1.1;
    margin: 0 0 1em;
}
  h2 {
    font-size: 54px;
    letter-spacing: 0.015em;
    line-height: 1.2;
    margin: 0 0 40px;
}

h3 {
    font-size: 40px;
    line-height: 1.2;
    margin: 0 0 28px;
}

h4 {
    font-size: 36px;
    line-height: 1.2;
    margin: 0 0 1em;
}
.cms_content h4 {
    font-size: 30px;
    line-height: 1.2;
    margin: 0 0 1em;
}

h5 {
    font-size: 24px;
    line-height: 1.4;
    margin: 0 0 1em;
}

h6 {
    font-size: 1em;
    margin: 0 0 1em;
}

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

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

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

/*- Layout -*/

.page-container,
.page-container-wide,
.page-header,
.page-footer {
    margin: 0 auto;
    max-width: 1760px;
    padding: 0 100px;
}

.page-container-wide {
    max-width: 2280px;
}

.page-container-inner {
    margin-bottom: 120px;
    padding: 0 132px;
}
.page-content-extend-right {
    margin-right: calc((2 * 100% + 90px - 100vw) / 2);
}

.page-content-extend-left {
    -ms-text-align-last: auto;
    margin-left: calc((2 * 100% + 90px - 100vw) / 2);
    text-align: right;
}

.page-content-extend-left img {
    display: inline-block;
}

.page-middle-bar {
    background-color: rgba(115, 185, 225, .4);
    margin-bottom: 150px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: 54px
}

.page-bottom-bar {
    background: #CCCCCC;
    position: relative;
}

/*- Page Header -*/

.page-header {
    align-items: center;
    display: flex;
    height: 152px;
    justify-content: space-between;
    max-width: inherit;
    position: relative;
}

.nav-is-open .page-header {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
}

.nav-is-open .header-logo {
    z-index: 101;
}

/*- Title / Slider  -*/

.page-title {
    height: calc(100vh - 250px);
    margin-bottom: -240px;
}

.page-slider {
    margin-bottom: 120px;
/*    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);*/
    position: relative;
}

.swiper-slide img {
    width: 100%;
}

.page-carousel {
    margin-bottom: 70px;
}

.gallery-top {
    margin-bottom: 16px;
}

.gallery-thumbs {
    margin-bottom: 64px;
    /*overflow: visible;*/
}

.gallery-thumbs .swiper-wrapper {
    flex-wrap: wrap;
    position: relative;
}

.swiper-container.gallery-thumbs {
    margin: 0 -8px;
}

.gallery-thumbs .swiper-slide {
    cursor: pointer;
    margin-bottom: 16px;
    padding: 0 8px;
    width: 133px;
}

.gallery-thumbs .swiper-slide-thumb-active {}

.swiper-button-prev,
.swiper-button-next {
    background: none;
    height: auto;
    left: 0;
    margin-top: 0;
    top: 0;
    width: auto
}

.swiper-button-next {
    left: auto;
    right: 0;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    background: url(../images/ico-arrow-r-b.svg) no-repeat center / contain;
    content: "";
    display: block;
    height: 50px;
    width: 50px;
}

.swiper-button-prev:after {
    transform: rotate(180deg);
}

.intro-text {
    background: #fff;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 100px;
    padding: 80px 132px 0;
    position: relative;
    z-index: 1;
}

.intro-text h1 {
    width: 60%;
}

.intro-text p {
    margin: 0
}

.intro-text__inner {
    padding: 0 200px;
}

.intro-text-secondary {
    font-size: 30px;
    font-weight: 600;
    margin: 0 auto 120px;
    max-width: 890px;
}

.intro-text-secondary__inner {
    font-size: 23px;
    font-weight: normal;
}

.text-secondary {
    font-size: 30px;
    font-weight: 600;
    margin: 0 auto 0px;
    max-width: 890px; /*890*/
}
.text-secondary__inner {
    font-size: 23px;
    font-weight: normal;
}

/*- Navigation -*/

.nav-primary {
    background: #73b9e1;
    bottom: 0;
    display: none;
    left: 0;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
}

.nav-secondary {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.nav-main {
    display: flex;
    height: 100%;
}

.nav-main__menu {
    font-size: 30px;
    line-height: 2.2em;
    padding: 205px 140px 140px;
    width: 67.7%
}

.nav-main__menu .row {
    height: 100%;
}

.nav-main__menu strong {
    font-weight: 600;
}

.nav-main__submenu {
    /*font-weight: 600;*/
}

.nav-main__submenu a {
    display: block;
    padding-left: 36px;
    position: relative;
}

.nav-main__submenu a::before {
    background: #000;
    content: '';
    height: 16px;
    left: 0;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}

.nav-main__contacts {
    background: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    padding: 150px 100px 140px 100px;
    width: 33.3%
}

.nav-main__contacts h5 {
    font-size: 30px;
    margin-bottom: 100px;
}

.nav-contact-info {
    margin-bottom: 24px;
}

.nav-working-hours {
    display: flex;
    margin-bottom: 24px;
}

.nav-working-hours:last-child {
    margin: 0;
}

.nav-working-hours dt {
    flex: 0 0 120px;
}

.nav-badge {
    font-size: 15px;
    justify-content: flex-end;
}

.btn-badge {
    display: inline-block;
    flex-grow: 0;
    font-size: 22px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

/*- Column Grid - */

.row-secondary {
    margin-left: -38px;
    margin-right: -38px
}

.row-secondary.row>* {
    padding-left: 38px;
    padding-right: 38px
}

/*- Components -*/

.accordeon {
    border-top: 1px solid #000;
    margin-bottom: 120px;
}

.cms_accordion {
    border-bottom: 1px solid #000;
}

.accordeon-headline {
    align-items: flex-start;
    cursor: pointer;
    display: flex;
    font-size: 24px;
    line-height: 1.3em;
    margin: 0;
    padding: 26px 90px 26px 0;
    position: relative;
}

.accordeon-headline::after {
    background: url(../images/ico-arrow-d.svg) no-repeat top / contain;
    color: #000;
    content: '';
    height: 14px;
    position: absolute;
    right: 0;
    top: 34px;
    transition: .2s All;
    width: 24px
}

.cms_accordion.is-open .accordeon-headline::after {
    background: url(../images/ico-x.svg) no-repeat top / contain;
    height: 36px;
    top: 26px;
    transform: rotate(90deg);
    width: 22px;
}

.accordeon-wrap {
    padding-right: 90px;
}
.accordeon-wrap p{
    margin: 0 0 1.4em !important;
}

.list-services__item {
    margin-bottom: 120px;
}

.list-services h3 {
    font-size: 30px;
    margin-bottom: .8em;
    text-align: center;
}

.list-services__pic img {
    width: 100%;
    height: auto
}

.list-services__info {
    background: #fff;
    margin: -160px 30px 0;
    min-height: 230px;
    padding: 32px;
    position: relative;
    text-align: center;
}

.list-services p {
    margin: 0
}

.list-quote-person {
    font-size: 15px;
    padding: 80px 0 48px 48px;
}

.list-quote-person__pic {
    margin-bottom: 24px;
}

.list-quote-person p {
    margin: 0
}

.list-quote-info h3 {
    font-size: 30px;
    margin: 0
}

.list-quote-info {
    background: #73b9e1;
    font-weight: 500;
    margin: -48px 0;
    padding: 48px 48px 0;
    position: relative;
    text-align: center;
}

.list-quote-info p {
    margin: 0
}

.list-quote-info .btn-more {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
}

.list-quote-info__inner {
    font-size: 38px;
    margin: 0 auto;
    max-width: 640px;
    min-height: 510px;
    padding: 64px 0 110px;
    text-align: center;
}

.list-news__item {
    margin-bottom: 120px;
}

.list-news__pic {
    margin-bottom: -104px;
    padding: 0 32px;
    position: relative;
    z-index: 1;
}

.list-news__pic img {
    width: 100%;
    height: auto
}

.list-news__info {
    background: #EEEBE9;
    padding-top: 144px;
    position: relative;
}

.list-news__info-inner {
    min-height: 250px;
    padding: 0 32px 32px;
}

.list-news__info-inner h4{
  font-size:20px
}

.list-news__info-date {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 16px;
}

.list-news__info p {
    margin: 0
}

/*.list-team__item {
    margin-bottom: 60px;
}*/

.list-team h5 {
    font-size: 18px;
    margin-bottom: .8em;
    margin-bottom: .5em;
}

.list-team__pic img {
    width: 100%;
    height: auto
      
}

.list-team__info {
    background: #fff;
    line-height: 1.4em;
    margin: -45px 62px 0;
    padding: 32px;
    position: relative;
}

.list-team p {
    margin: 0
}

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

.list-position__item {
    /*margin: 0 0px 120px 0px;*/
    padding: 0 50px 0px 50px
}

.list-position__item h3{
    font-size:34px
}


.list-position__pic {
    margin-bottom: 32px;
}

.list-position__pic img {
    margin: 0 auto;
}

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

.list-unordered li, .intro-text-secondary__inner ul li{
    margin: 0 0 .5em;
    padding-left: 20px;
    position: relative;
}

.list-unordered li:before, .intro-text-secondary__inner ul li:before {
    background: #000000;
    content: '';
    height: 6px;
    left: 0;
    position: absolute;
    top: 10px;
    transform: rotate(45deg);
    width: 6px;
}

.list-centered {
    line-height: 1.6em;
    margin: 0 0 1em;
    text-align: center;
}

.list-centered li {
    padding: 28px 0 16px;
    position: relative
}

.list-centered li:before {
    background: #73b9e1;
    content: '';
    height: 12px;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    top: 0;
    transform: rotate(45deg);
    width: 12px;
}

.list-projects-navbar {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}

.list-projects {
    margin-bottom: 120px;
}

.list-projects__item {
    margin-bottom: 40px;
}

.list-projects__pic {
    margin-bottom: 32px;
    position: relative;
}

.list-projects__pic .btn-more {
    position: absolute;
    right: 0;
    top: 0;
}

.list-projects__pic img {
    width: 100%;
    height: auto
}

.list-projects__info {
    font-size: 22px;
    line-height: 1.4em;
    margin-bottom: 32px;
}

.list-projects__info h5 {
    font-size: 15px;
    font-weight: normal;
}

.pic-description {
    font-size: 15px;
    margin-top: 20px;
}

.pic-description-right {
    font-size: 15px;
    margin-top: 15px;
}

/*- Buttons -*/

.btn-search a {
    background: url(../images/ico-search.svg) no-repeat center left;
    display: block;
    font-weight: 600;
    padding-left: 36px;
}

.btn-more {
    display: block;
    font-size: 15px;
    font-weight: 600;
    line-height: initial;
    height: 40px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

.btn-more::after {
    background: url(../images/ico-arrow-r-b.svg) no-repeat center / contain;
    content: '';
    height: 40px;
    position: absolute;
    right: 0px;
    width: 40px;
}

.btn-email {
    margin-top: 20px;
}

.btn-email {
    display: inline-block;
}

.btn-link {
    align-items: center;
    display: flex;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4em;
    text-transform: uppercase;
}

.btn-link-suche {
    font-size: 15px;
}

.btn-link-group {
    display: flex;
    justify-content: space-between;
    width: 40%;
}

.btn-link img {
    margin-right: 16px;
}

.btn-link--reversed {
    padding-left: 80px;
    text-align: right;
}

.btn-link--reversed img {
    margin-left: 16px;
}

/*- Custom Select -*/

.list-filters__options {
    display: flex;
    justify-content: flex-end;
    margin: -100px 0 120px;
}

.tail-select {
    width: auto;
}

.tail-select .select-label {
    align-items: center;
    border-radius: 0;
    display: flex;
    font-size: 15px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    padding: 0 75px 0 0;
    text-transform: uppercase;
}

.tail-select.idle .select-label,
.tail-select:hover .select-label,
.tail-select.active .select-label {
    background: none;
    color: #000;
}

.tail-select .select-dropdown {
    background: #333;
    right: 0;
    top: 39px;
    width: 368px;
    z-index: 1;
}

.tail-select .select-dropdown .dropdown-inner {
    padding: 40px;
}

.tail-select .select-dropdown ul li {
    color: #fff;
    font-size: 23px;
    margin-bottom: 16px;
    padding: 0 0 0 32px;
    position: relative;
}

.tail-select .select-dropdown ul li:last-child {
    margin-bottom: 0;
}

.tail-select .select-dropdown ul li.dropdown-option::before {
    background: #808080;
    content: '';
    height: 20px;
    left: 0;
    margin-top: -10px;
    position: absolute;
    right: 0;
    top: 0;
    top: 50%;
    width: 20px;
}

.tail-select .select-dropdown ul li.selected::before {
    background: url(../images/ico-chk.svg) #73b9e1 no-repeat top / contain;
    opacity: 1
}

.tail-select .select-label .label-count {
    border: 0;
    font-size: 18px;
    margin: 0 13px 0 0;
    padding: 0
}

.tail-select .select-label:after {
    background: url(../images/ico-filter.svg) no-repeat top / contain;
    content: '';
    height: 40px;
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .3s All;
    width: 40px;
}

.tail-select.active .select-label:after {}

/*- Page Footer -*/

.page-footer {
    font-size: 22px;
    line-height: 1.4em;
    padding-bottom: 60px;
    padding-top: 60px;
    position: relative;
    z-index: 1
}

.footer-contacts ul {
    margin-bottom: 22px;
}

.footer-contacts-secondary {
    padding-top: 30px;
}

.nav-footer {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
}

.nav-footer-secondary {
    padding: 0 0 0 64px;
    position: relative;
}

.nav-footer-secondary>* {
    position: relative;
    z-index: 1;
}

.nav-footer-secondary::after {
    background: #b2b2b2;
    bottom: -60px;
    content: '';
    left: 10px;
    position: absolute;
    right: calc(50% - 50vw);
    top: -60px;
    z-index: 0;
}

.footer-soclinks {
    display: flex;
}

.footer-soclinks li {
    margin: 0 5px 0 0
}

.copyright-info {
    display: flex;
    flex-wrap: wrap;
    font-size: 15px;
}

.copyright-info li {
    margin: 0 10px 0 0
}

.copyright-info a {
    font-weight: bold;
}

/*- Misc. Components-*/

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

.fs-lg {
    font-size: 45px;
}

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

.nav-is-open .hamburger {
    z-index: 100;
}

.text-secondary__inner ul.searchresults > li {
  padding-left: 0px;
  margin-bottom: 70px
}


.text-secondary__inner ul.searchresults > li::before {
  background: none;
}

.hamburger {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    height: 30px;
    outline: none;
    overflow: visible;
    padding: 0;
    transition: .2s All;
}

.hamburger::-moz-focus-inner {
    border: 0;
}

.hamburger-box {
    display: block;
    height: 30px;
    position: relative;
    width: 50px
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    background-color: #000000;
    border-radius: 0;
    display: block;
    height: 4px;
    position: absolute;
    transition: .2s All;
    width: 50px;
}

.hamburger-inner::before {
    content: "";
    top: 12px;
    transition: .2s All;
}

.hamburger-inner::after {
    content: "";
    top: 24px;
}

.hamburger.is-active .hamburger-inner {
    transform: translate3d(0, 12px, 0) rotate(45deg);
}

.hamburger.is-active .hamburger-inner::before {
    opacity: 0;
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
}

.hamburger.is-active .hamburger-inner::after {
    transform: translate3d(0, -24px, 0) rotate(-90deg);
}



/* ------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------ */
/* ab hier der custom.css Code */
/* ------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------ */


video{
  width: 100%;
  height: auto
}
.intro-text-secondary__inner ul {
    margin: 0 0 1em;
}

.intro-text-secondary__inner ul> li {
    margin: 0 0 .5em;
    padding-left: 20px;
    position: relative;
}

.intro-text-secondary__inner ul> li:before {
    background: #000000;
    content: '';
    height: 6px;
    left: 0;
    position: absolute;
    top: 10px;
    transform: rotate(45deg);
    width: 6px;
}

.text-secondary__inner ul {
    margin: 0 0 1em;
}

.text-secondary__inner ul> li {
    margin: 0 0 .5em;
    padding-left: 20px;
    position: relative;
}

.text-secondary__inner ul> li:before {
    background: #000000;
    content: '';
    height: 6px;
    left: 0;
    position: absolute;
    top: 10px;
    transform: rotate(45deg);
    width: 6px;
}


.list-position__info ul {
    line-height: 1.6em;
    margin: 0 0 1em;
    text-align: center;
}

.list-position__info ul>li {
    padding: 28px 0 16px;
    position: relative
}

.list-position__info ul>li:before {
    background: #73b9e1;
    content: '';
    height: 12px;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    top: 0;
    transform: rotate(45deg);
    width: 12px;
}

.nav-header {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;
}

.CCSS410 .cms_accordion {
  margin: 0 auto 0;
  max-width: 890px;
  border-bottom: 1px solid #000;
  width: 100% !important;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.CCSS410 .accordeon-headline{
  font-weight: bold;
}
.btn-search {
display: flex;
align-items: center;
gap: 8px;
}

.btn-search img{
width: 18px;
height: 18px;
flex: 0 0 18px;
}

.btn-search .searchform {
flex: 1 1 auto;
}

.btn-search .form-search__input {
width: 100%;
height: 36px;
line-height: 36px;
padding: 0 12px;
box-sizing: border-box;
background-color: transparent;
border-color: #000000;
}
.form-search__input::placeholder{
  color: #000000;
}
.form-search__input:focus{
  outline: none;
}

.CCSS225{
     font-size: 23px;
  font-weight: normal;
}

.CCSS224{
 text-align: center;
}

.cms_item ul li {
    list-style: disc;
    list-style-position: outside;
    margin-left: 20px;
}

.dokument {
    margin: 0 auto 0;
    max-width: 890px;
    border-bottom: 1px solid #000;
    width: unset !important;
    float: unset !important;
    align-items: flex-start;
    cursor: pointer;
    display: flex;
    font-size: 24px;
    line-height: 1.3em;
    padding: 26px 90px 26px 0;
    position: relative;
}
.dokument a.file.pdf::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 35px;
    height: 35px;
    transform: translateY(-50%);
    background: url(../images/ico-download.svg) center center no-repeat;
    background-size: contain;
}

.cms_content a{
    text-decoration: underline;
    margin: 0 auto 0;
    max-width: 890px;
    /*border-bottom: 1px solid #000; */
    width: unset !important;
    float: unset !important;
    align-items: flex-start;
    cursor: pointer;
    display: flex;
    font-size: 18px;
    line-height: 1.3em;
    padding: 26px 90px 26px 0;
    position: relative;
}



.CCSS344{
   overflow:unset!important;
}
   .CCSS420{
  /*text-align: left;*/
}

.col-lg-6 a,
.list-quote-info__inner a,
.intro-text-secondary__inner a
.text-secondary__inner a,{
  text-transform: uppercase;
  font-weight: bold;
}

.intro-text-secondary__inner h2,{
  /*margin: 0px auto 63px; */
}
/*.text-secondary__inner p{
  margin: 0 0 7px;
}*/
.no_umfliessend a{
  text-decoration: underline;
}
.btn-more {
  text-decoration: none!important;
}
  .list-position{
  margin-bottom:74px;
}
.list-team{
  margin-bottom:65px;
}
/*.list-services{
  margin-bottom: 90px;
}*/
.list-services__pic{
  padding-top: 5px
}

.CCSS412{
  margin-bottom: 33px!important; /*68px; */
}
.CCSS410 .clearfix {
  margin-bottom:0!important;
}
.CCSS228 .cms_link{
  margin-bottom: 34px;
}
.CCSS394 .cms_video_upload{
  margin-bottom: 55px;
}
.search-highlights{
  text-align: left;
}
.nav-main__menu li:nth-child(1) ul li:nth-child(1),
.nav-main__menu li:nth-child(2) ul li:nth-child(1),
.nav-main__menu li:nth-child(2) ul li:nth-child(2),
.nav-main__menu li:nth-child(2) ul li:nth-child(3),
.nav-secondary ul li
{
   font-weight: 600;
}

.cms_item a.pdf {
 background: none !important;
 padding: 0;
}
.cms_content a{
 margin: 0 !important;
 position: initial;
 font-size: 24px;
}



