@charset "UTF-8";

/* variables */

:root {
    --lightgrey: rgb(241, 241, 241);
    --grey: rgb(218, 218, 218);
    --darkgrey: rgb(168, 168, 168);
    --blue: rgb(69, 112, 186);
    --bluetransparent: rgba(69, 112, 186, 0.8);
    --bluehover: rgb(63, 100, 168);
    --whitetransparent: rgba(255,255,255,0.75);
    --whitehover: rgba(255,255,255,0.85);
    --maxwidth: 1080px;
    --maxwidthwide: 1440px;
    --maxwidthnarrow: 880px;
    --boxborderradius: 0.25rem
}

/* basics */

body {
    background-color: white;
}


/* typo */

@font-face {
    font-family: 'IcoMoon';
    src: url('../../../media/jui/fonts/IcoMoon.eot');
    src: url('../../../media/jui/fonts/IcoMoon.eot?#iefix') format('embedded-opentype'), url('../../../media/jui/fonts/IcoMoon.woff') format('woff'), url('../../../media/jui/fonts/IcoMoon.ttf') format('truetype'), url('../../../media/jui/fonts/IcoMoon.svg#IcoMoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
h1,
h2,
.semanticui-body h2.pagetitle {
    color: black;
    font-size: 2em;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 1em;
    line-height: 1.1em;
}
h2 {
    margin-top: 1.5em;
    color: var(--darkgrey);
}
h2.maintitle {
    font-size: 6vw;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 0;
    text-shadow: 0.075em 0.05em 0 rgba(0, 0, 0, 0.75);
}
.items-leading .blog-item div.item-content div.page-header h2 {
    margin-top: 0;
}
.blog-item .item-content div.page-header h2,
.homenews div.contentmodule div.content-item div.itemcontent h2 {
    color: black;
    margin-top: 0;
    margin-bottom: 0;
}
h3,
h4 {
    color: black;
    font-size: 1.5em;
    font-weight: 300;
    margin-bottom: 0.5em;
}
.aside h3,
.aside h4 {
    margin-top: 0.5em;
}
h4 {
    font-weight: 700;
    margin-top: 0;
}
h5,
h6 {
    color: black;
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 0;
}
h6 {
    color: var(--darkgrey);
}
.subtitle {
    padding-left: 4vw;
    text-shadow: 0 0 12px rgba(0,0,0,1);
}
.subtitle p {
    font-size: 3vw;
    font-weight: 400;
    line-height: 100%;
}
.item-content > .page-header h2 {
    color: black;
}
.itemcontent h3 {
    margin-bottom: 0
}
.contactform h2 {
    margin: 0
}
p,
table,
ol,
ul {
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 1em;
    width: 100%
}
ol {
    padding-left: 1em;
}
ol li {
    margin-right: 1em;
}
p {
    hyphens: auto
}
footer p {
    margin-bottom: 0;
}
.contactform .ui.form label {
    font-size: 16px !important;
    font-weight: 400 !important
}
.contactform .ui.form .formtext {
    margin-bottom: 1em
}
main p a {
    border-bottom: solid 1px rgb(90, 90, 90);
    color: rgb(90, 90, 90);
}
main p a:hover {
    border-bottom: solid 1px rgb(32, 32, 32);
    color: rgb(32, 32, 32)
}
th,
td {
    text-align: left;
}
/*
a.external:after,
a[target="_blank"]::after {
    font-family: "IcoMoon";
    font-size: 0.75em;
    content: "\e024";
    display: inline-block;
    margin-left: 0.5em;
}
*/

/* buttons */
span.button.btn {
    width: 100%;
}
a.button.btn,
span.button.btn a,
.jdbutton {
    background-color: var(--blue);
    border: solid 1px white;
    border-radius: 0.25em;
    color: white !important;
    float: right;
    font-weight: 700;
    padding: 0.5em 1em;
    text-decoration: none;
    box-shadow: none;
    text-shadow: none;
    transition: all 0.25s;
}
span.button.btn a:hover,
a.button.btn:hover {
    background-color: var(--bluehover);
    box-shadow: 0 6px 6px -3px rgba(0,0,0,0.5);
    transform: scale(105%);
}
.jdbutton {
    background-color: white;
    border: solid 1px lightgrey;
    color: grey !important;
    transition: box-shadow 0.5s;
}
.jdbutton:hover {
    box-shadow: 0 6px 9px -6px rgba(0,0,0,0.3);
    color: black;
}
a.success {
    background-color: rgb(33, 186, 69)
}
a.success:hover {
    background-color: rgb(22, 171, 57)
}

.btn-secondary {
  color: #353b41;
  background-color: white;
  border-color: #ced4da;
}
.btn-secondary:hover, .btn-secondary:focus {
  color: #353b41;
  background-color: #f9fafb;
}
.readmore {
    text-align: right;
}
.readmore .btn-secondary {
  color: #353b41;
  background-color: transparent;
  border: none;
  padding: 0%;
}
.readmore .btn-secondary:hover, .readmore .btn-secondary:focus {
  color: #353b41;
  background-color:transparent;
}

.article-info .association .btn-secondary,
.cat-list-association .btn-secondary {
  font-weight: 700;
  color: white;
  background-color: #6d757e;
  border-color: #ced4da;
}
.article-info .association .btn-secondary:hover, .article-info .association .btn-secondary:focus,
.cat-list-association .btn-secondary:hover,
.cat-list-association .btn-secondary:focus {
  color: white;
  background-color: #353b41;
}

/* structure */

#jcemediabox-popup-body,
#jcemediabox-popup-content {
    box-sizing: border-box;
    max-width: 1200px
}
main.hasmargin {
    margin: 0 auto;
    max-width: 950px;
    width: 83%
}
main.nomargin {
    width: 100%
}
#home {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    position: relative
}
header {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: var(--maxwidth);
    padding: 0.5em 2em;
    position: relative;
    width: 100%;
    z-index: 1;
    opacity: 1;
    transition: opacity 0.5s
}
header.scrolled {
    opacity: 0;
}
#title {
    position: absolute!important;
    bottom: 2.5em;
    right: 3em;
}
#title.titledefault {
    bottom: 1em;
}

/* showmenu pure css */

.menu-btn {
    display: none;
    position: fixed;
    top: 0.5em;
    right: 0;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 60px;
    cursor: pointer;
    text-align: left;
    transition: all .25s ease-in-out;
    /* border: 3px solid #fff; */
  }
  .menu-btn__burger {
    width: 36px;
    height: 3px;
    background: black;
    transition: all .25s ease-in-out;
  }
  .menu-btn__burger::before,
  .menu-btn__burger::after {
    content: '';
    position: absolute;
    width: 36px;
    height: 3px;
    background: black;
    transition: all .25s ease-in-out;
  }
  .menu-btn__burger::before {
    transform: translateY(-11px);
  }
  .menu-btn__burger::after {
    transform: translateY(11px);
  }
  /* ANIMATION */
  .menu-btn.open .menu-btn__burger {
    transform: translateX(-50px);
    background: transparent;
  }
  .menu-btn.open .menu-btn__burger::before {
    transform: rotate(45deg) translate(35px, -35px);
  }
  .menu-btn.open .menu-btn__burger::after {
    transform: rotate(-45deg) translate(35px, 35px);
  }

/* end showmenu */

/* closebutton */

.closebutton {
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    right: 0;
    text-align: left;
    transition: all .25s ease-in-out;
    /* border: 3px solid #fff; */
  }
  .closebutton-icon {
    width: 36px;
    height: 3px;
    background: black;
    transform: rotate(45deg);
    transition: all .25s ease-in-out;
  }
  .closebutton-icon::after {
    content: '';
    position: absolute;
    width: 36px;
    height: 3px;
    background: black;
    transition: all .25s ease-in-out;
  }
  .closebutton-icon::after {
    transform: rotate(-90deg);
  }

  /*end closebutton */

header #logo {
    width: 20%;
    max-width: 10em;
    min-width: 8em;
    transition: min-width 0.5s, width 0.5s;
}
header #logo a {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60px;
}
header.scrolled #logo {
    min-width: 4em;
    width:6%
}
header nav {
    display: flex;
}
#hero,
#defaulthero {
    height: 66vh;
    position: relative;
}
#hero div.mod-custom,
#hero div.slider,
#hero div p {
    height: 100%;
}
#hero img {
    height: 100%;
    object-fit: cover;
    object-position: left top;
    width: 100%;
}
#defaulthero img {
    height: 320px;
    object-fit: cover;
    object-position: left top;
    width: 100%;
}
.home.category #defaulthero img {
    height: 100%;
    object-fit: cover;
    object-position: left top;
    width: 100%;
}
body.article main,
body.form main {
    border-top: solid 3px var(--blue);
}
#maincontent.flex > .center {
    display: flex;
    justify-content: space-between;
}
#maincontent.flex > .center > .left {
    flex-basis: 65%;
}
#maincontent.flex > .center > .right {
    flex-basis: 35%;
}
.center.default > div:first-child,
.center.default #contentbottom > div,
.center.default #contenttop div.moduletable.servicesmenu {
    margin: 0 auto;
    max-width: var(--maxwidth);
    padding: 0 2em;
}
.center.default #contentbottom {
    /* background-color: lightblue; */
    padding-top: 1em;
    padding-bottom: 2em;
}
.divider {
    fill: white;
    left: 0;
    position: absolute;
    width: 100%;
}
.divider-bottom {
    bottom: -1px;
    transform: scaleY(-100%);
}
.divider-top {
    top: -1px;
    transform: scaleY(100%);
}
footer {
    background-color: var(--bluehover);
}
footer * {
    color: white;
}
#upperfooter,
#lowerfooter  {
}
#upperfooter > div,
#lowerfooter > div {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: var(--maxwidth);
    padding: 2em
}
#upperfooter {
    background-color: var(--blue);
}
#upperfooter #contact {
    display: flex;
}
#lowerfooter {
    font-size: 0.875em;
}

/* forms */
.convertforms .cf-content-wrap, 
.convertforms .cf-form-wrap {
    padding: 0!important;
}

/* modules */

body.contact #contentbottom.modules > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    max-width: var(--maxwidth);
}
body.contact #contentbottom.modules > div > div {
    flex-basis: 45%;
}

/* homenews */
#contentbottom.modules .homenews .content-item {
    display: flex;
    justify-content: space-between;
}
#contentbottom.modules .homenews .content-item figure {
    flex-basis: 31%;
    padding-top: 0.35em;
}
#contentbottom.modules .homenews .content-item .itemcontent {
    flex-basis: 65%;
}
#contentbottom.modules .homenews .content-item .itemcontent h4.content-titlehomenews {
    line-height: 1.25;
    margin-top: 0;
}

/* portraits */
.moduletable.portraits .contentmodule {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.moduletable.portraits .contentmodule .content-item {
    box-shadow: 0 0 12px rgba(0,0,0,0.05);
    background-color: white;
    flex-basis: 23%;
    padding: 1em;
    position: relative;
}
.moduletable.portraits .contentmodule .content-item figure.content-image,
.moduletable.portraits .contentmodule .content-item figure.content-image a {
    height: 100%;
}
.moduletable.portraits .contentmodule .content-item figure.content-image img {
    object-fit: contain;
    object-position: center;
    height: 100%;
}
.moduletable.portraits .contentmodule .content-item h3.content-title {
    bottom: 1em;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

/* jobs */
.moduletable.jobs .content-item {
    background-color: white;
    border: solid 1px var(--blue);
    padding: 1em;
}

/* ck slideshow */

#top main div#hero div.slideshowck_container_wrap {
    /* z-index: 99!important; */
}
.slideshow .camera_caption,
.slideshowck_container_wrap .camera_caption {
    bottom: 6em;
}
.slideshowck_container_wrap .camera_caption * {
    display: inline-block;
}
.slideshowck_container_wrap .camera_caption > div {
    background: white;
    color: var(--blue);
    padding: 2em;
    text-align: left;
}
.slideshowck_container_wrap .camera_caption > div > div {
    padding-left: calc(50vw - 548px)
}
.slideshow .camera_caption_title,
.slideshowck_container_wrap .camera_caption_title {
    font-size: 3em;
    text-transform: uppercase;
}

/* cta */
.cta {
    position: absolute;
    bottom: 14em;
    box-shadow: 0 9px 9px -6px rgba(0,0,0,0.5);;
    right: 5%;
    background-color: rgb(174,0,0);
    border-radius: 0.25em;
    color: white;
    opacity: 0;
    padding: 0.5em 1em 0;
    transform: rotate(-8deg);
    z-index: 99;
}
main .cta p a {
    border-bottom: solid 1px white;
    color: white;
}
main .cta p a:hover {
    border-bottom: solid 2px white;
}

/* map */
#hero .map {
    height: 100%;
}

/* contactform */

body.contact #contentbottom.modules .contactform {
    background-color: var(--lightgrey);
    border-radius: 0.25em;
    margin-bottom: 1em;
}
#contentbottom.modules .contactform div#cf_1 {
    padding: 1em;
}
#contentbottom.modules .contactform h3 {
    background-color: var(--blue);
    border-radius: 4px;
    color: white;
    cursor: pointer;
    font-size: 1em;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0.5em;
    text-align: center;
}
#contentbottom.modules .contactform h3:hover {
    background-color: var(--bluehover);
}
#contentbottom.modules .callbackform div#cf_2 form#cf2 div.cf-control-group.cf-one-half[data-key="7"] {
    padding-top: 0;
}

/* callbackform */

.modules .contactform {
    padding: 0;
}
#contentbottom.modules .callbackform {
    background-color: var(--lightgrey);
    border-radius: 0.25em;
}
#contentbottom.modules .callbackform div#cf_2 {
    display: none;
    padding: 1em;
}
#contentbottom.modules .callbackform h3 {
    background-color: var(--blue);
    border-radius: 4px;
    color: white;
    cursor: pointer;
    font-size: 1em;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0.5em;
    text-align: center;
}
#contentbottom.modules .callbackform h3:hover {
    background-color: var(--bluehover);
}

/* contact */
#contact div.footercontact div.contentmodule {
    display: flex;
} 
#contact div.footercontact div.contentmodule div.content-item:first-child {
    margin-right: 2em;
}

/* opening hours */
#contact div.footercontact table {
    border: none;
}
#contact div.footercontact table td {
    border: none;
    padding-top: 0;
    padding-bottom: 0;
    white-space: nowrap;
}
#contact div.footercontact table td:first-child {
    padding-right: 1em;
}

/* footerlogos */
#footerlogos {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
#footerlogos > div {
    flex-basis: 48%;
}

/* awards */
#footerlogos .awards .bannergroup {
    display: flex;
    justify-content: flex-start;
}
#footerlogos .awards .bannergroup .banneritem {
    background-color: white;
    margin: 0 0.25em;
    max-width: 120px;
    padding: 0.5em;
}
#footerlogos .awards .bannergroup .banneritem img {
    width: 100%;
    height: auto;
}

/* footerlogo */
#footerlogos .footerlogo .mod-custom p a img {
    height: auto;
    width: 180px;
}


/* general */

.modules {
    background-position: 50% 50%;
    background-repeat: repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
    /* padding: 6em 6% 3em 6%; */
    position: relative;
    z-index: 0
}
.modules > .moduletables {
    padding: 2em 0;
}
.modules > * .aside {
    border-left: solid var(--lightgrey);
    padding: 1em 2em;
}
main:not(.home) #hero.fullheight + #maincontent {
    margin-top: -20em;
}
main:not(.home) #hero.fullheight + #maincontent > .blog div.page-header {
    margin-bottom: 14em;
}
main:not(.home) #hero.fullheight + #maincontent > .blog div.page-header h1 {
    color: white;
}
.moduletable.events > h2 {
    margin: 0 auto;
    max-width: 15.5em
}
.modules .contentmodule .content-item {
    margin-bottom: 2em
}

#contenttop.modules {
    padding: 2em 0;
}

.nextimage div.bgimage {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 0
}
.nextimage div.bgimage {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    position: relative;
    width: 100%;
    z-index: 0
}
figure.content-image img {
    width: 100%
}
.itemcontent img {
    max-width: 100%;
}
.itemcontent img.pull-right {
    box-sizing: content-box;
    float: right;
    padding-bottom: 3%;
    padding-left: 5%;
    width: 40%
}
.items-leading img.pull-left {
    box-sizing: content-box;
    float: left;
    padding-bottom: 3%;
    padding-right: 5%;
    width: 40%
}
.itemcontent table tr {
    border-bottom: solid 1px rgba(255, 255, 255, 0.5)
}
.itemcontent table tr td:first-child {
    width: 6em
}
#jemmodulewide.jemmodulewide.events .jem-event.jem-row {
    background-color: transparent;
    border-top: none;
    border-right: none;
    border-left: none;
    padding: 0.5em 0
}
.moduletable.adress,
.moduletable.impressum {
    padding-left: 0
}
.moduletable.socialmedia {
    margin-bottom: 3em;
    padding-left: 0;
    text-align: right
}
.moduletable.socialmedia img {
    height: auto;
    margin-left: 1em;
    width: 40px;
}
.articles {
    width: 93%;
    max-width: 960px;
    margin: 0 auto;
}
#impressum {
    display: none
}

/* pages */

#maincontent .blog,
#maincontent .item-page,
#maincontent .convertforms {
    margin: 2em auto;
    max-width: var(--maxwidth);
    padding: 2em;
}
.paddingtop {
    padding-top: 10em;
}
#maincontent .blog > .page-header h1,
#maincontent .item-page > .page-header h1 {
    color: var(--blue);
    font-weight: 700;
    text-align: left;
}
#maincontent .item-page figure {
    float: left;
    margin-bottom: 1em;
    margin-right: 4%;
    width: 31%;
}
#maincontent .item-page figure img {
    height: auto;
    width: 100%;
}
.item-content iframe {
    width: 100%;
    max-width: 560px;
}
/* 
#maincontent .blog-item {
    display: flex;
    justify-content: space-between;
}
*/
#maincontent .blog-item figure {
    flex-basis: 31%;
}
#maincontent .blog-item figure img {
    width: 100%;
    height: auto;
}
#maincontent .blog-item .item-content {
    flex-basis: 100%;
}
#maincontent figure.item-image + .item-content {
    flex-basis: 65%;
}
main.article #maincontent .item-page figure {
    margin-bottom: 1em;
}

/* fields */
.item-content ul.fields-container li.field-entry span.field-label.fieldtitle {
    display: block;
    font-weight: 700;
    margin-bottom: 1em;
    line-height: 1;
}
.acfarticles-field-wrapper .acfarticle-item--content--title {
    font-size: 1em;
}
.item-content ul.fields-container {
    display: flex;
    padding-left: 0;
}
.item-content ul.fields-container li {
    flex-basis: 100%;
    list-style: none;
}
.item-content ul.fields-container li.field-entry.button-link span.field-value.button.btn {
    box-sizing: border-box;
    padding-right: 0;
}
.item-content ul.fields-container li.field-entry.referenz,
.item-content ul.fields-container li.field-entry.mitarbeiter {
    background-color: var(--blue);
    color: white;
    padding: 1em;
}
main.services .item-content ul.fields-container li.field-entry.mitarbeiter img.acfarticle-item--image {
    width: 160px;
}
.item-content ul.fields-container li.field-entry.mitarbeiter + li.field-entry.button-link span.field-value.button.btn {
    padding-right: 1em;
}
.item-content ul.fields-container li.field-entry.referenz img.acfarticle-item--image,
.item-content ul.fields-container li.field-entry.mitarbeiter img.acfarticle-item--image {
    aspect-ratio: 1/1;
    max-width: 100%;
    object-fit: cover;
}
.item-content ul.fields-container li.field-entry.referenz *,
.item-content ul.fields-container li.field-entry.mitarbeiter * {
    color: white;
}
/* field referenzen custom layout */
ul.fields-container li.field-entry.referenz span.field-value div.layout-custom div.acfarticle-item img.acfarticle-item--image {
    float: left;
    margin-right: 2em;
    width: 200px;
}
ul.fields-container li.field-entry.referenz span.field-value div.layout-custom div.acfarticle-item h3 {
    font-size: 1.5em;
    margin-top: 0;
}

/* home */

/* news */
main.news .blog-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4em;
}
main.news .blog-item:nth-child(even) {
    flex-direction: row-reverse;
}
main.news .blog-item .item-content div.page-header h2 {
    margin-top: 0;
}

/* services */

main.services .blog-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4em;
}
main.services .blog-item:nth-child(even) {
    flex-direction: row-reverse;
}
main.services .blog-item .item-content div.page-header h2 {
    margin-top: 0;
    margin-bottom: 0;
}
main.services .blog-item .item-content h3 {
    font-size: 1em;
    margin-bottom: 0;
}


/* contact */

.moduletable.map p iframe {
    width: 100%;
}

/* impressum privacy */

#maincontent .item-page.impressum.paddingtop,
#maincontent .item-page.privacy.paddingtop {
    padding: 2em 0;
}

/* newsletter subscription */
.newslettersubscription h3 {
    margin-top: 0;
}

/* aboutus */
main.aboutus .item-page:before,
main.aboutus .item-page:after {
    content: "";
    display: table;
}
main.aboutus .item-page:after  {
    clear: both;
}
main.aboutus .blog-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
main.aboutus .blog-items.items-leading {
    display: block;
    margin-bottom: 2em;
}
main.aboutus .blog .blog-items .blog-item {
    flex-basis: 30%;
}
main.aboutus .blog-item .item-content div.page-header h2 {
    margin-top: 0.5em;
}
main.aboutus.heightadjust div#hero div.slideshowck_container_wrap {
    
}

/* team module */
main.aboutus .blog-items.items-leading .blog-item div.item-content div.contentmodule {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
main.aboutus .blog-items.items-leading .blog-item div.item-content div.contentmodule > div {
    flex-basis: 30%;
}
main.aboutus .blog-items.items-leading .blog-item div.item-content div.contentmodule > div > p {
    height: 3em;
}
main.aboutus .blog-items.items-leading .blog-item div.item-content div.contentmodule > div figure {
    position: relative;
}
main.aboutus .blog-items.items-leading .blog-item div.item-content div.contentmodule > div figure .imageoverlay {
    align-items: center;
    background-color: var(--bluetransparent);
    display: flex;
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    transition: all 0.5s;
}
main.aboutus .blog-items.items-leading .blog-item div.item-content div.contentmodule > div figure .imageoverlay:hover {
    opacity: 1;
}
main.aboutus .blog-items.items-leading .blog-item div.item-content div.contentmodule > div figure .imageoverlay p {
    color: white;
    height: 1.5em;
    margin-bottom: 0;
    text-align: center;
}
main.aboutus .blog-items.items-leading .blog-item div.item-content div.contentmodule > div figure .imageoverlay p:hover {
    cursor: pointer;
}
main.aboutus .blog-items.items-leading .blog-item div.item-content div.contentmodule > div .fulltext {
    background-color: rgba(255, 255, 255, 0.9);
    /* display: none; */
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1em;
    z-index: -1;
    transition: all 0.5s;
}
main.aboutus .blog-items.items-leading .blog-item div.item-content div.contentmodule > div .fulltext.visible {
    display: block;
    opacity: 1;
    z-index: 100;
}
main.aboutus .blog-items.items-leading .blog-item div.item-content div.contentmodule > div .fulltext .fulltextcontent {
    background-color: white;
    box-shadow: 0 0 12px rgba(0,0,0,0.2);
    padding: 1.5em 1em 1em;
    max-width: 600px;
    margin: 12% auto;
    position: relative;
    transform: translateY(-20px);
    transition: all 0.5s;
    width: 100%;
}
main.aboutus .blog-items.items-leading .blog-item div.item-content div.contentmodule > div .fulltext.visible .fulltextcontent {
    transform: translateY(0);
}

/* references */
main.references #maincontent div.blog {
    margin-bottom: 0;
    padding-bottom: 0;
}
main.references .item-page.references {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
main.references .item-page.references .page-header {
    flex-basis: 100%;
}
main.references .item-page.references figure {
    flex-basis: 31%;
}
main.references .item-page.references .com-content-article__body {
    flex-basis: 60%;
}
main.references .item-page.references .com-content-article__body h3 {
    margin-top: -0.4em;
}

/* references module */
main.references section#contentbottom .moduletable.references .contentmodule {
    display: flex;
    flex-wrap: wrap;
}
main.references section#contentbottom .moduletable.references .contentmodule > div {
    flex-basis: 27%;
    margin-bottom: 4em;
    margin-right: 9.5%;
}
main.references section#contentbottom .moduletable.references .contentmodule > div:nth-child(3n) {
    margin-right: 0;
}
main.references section#contentbottom .moduletable.references .contentmodule > div figure img {
    object-fit: contain;
    object-position: center;
    aspect-ratio: 1/1;
    transition: all 0.5s;
}
main.references section#contentbottom .moduletable.references .contentmodule > div figure img:hover {
    filter: grayscale(100%);
}
main.references section#contentbottom .moduletable.references .contentmodule > div figure {
    position: relative;
}
main.references section#contentbottom .moduletable.references .contentmodule > div figure .imageoverlay {
    align-items: center;
    background-color: var(--bluetransparent);
    display: flex;
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    transition: all 0.5s;
}
main.references section#contentbottom .moduletable.references .contentmodule > div figure  .imageoverlay:hover {
    opacity: 1;
}
main.references section#contentbottom .moduletable.references .contentmodule > div figure  .imageoverlay p {
    color: white;
    height: 1.5em;
    margin-bottom: 0;
    text-align: center;
}


/* navigation */

/* mainmenu   */

ul.mod-menu.nav.mainmenu li {
    display: inline-block;
    font-weight: 300;
    margin-left: 0.25em;
    margin-bottom: 0.5em;
    padding-top: 5px;
    position: relative;
}
ul.mod-menu.nav.mainmenu li a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    box-sizing: border-box;
    min-height: 50px;
    padding: 0 15px;
    font-size: 1em;
    text-decoration: none;
}
ul.mod-menu.nav.mainmenu li.item-120 a,
ul.mod-menu.nav.mainmenu li.item-121 a {
    background-color: var(--blue);
    color: white;
}
ul.mod-menu.nav.mainmenu li a:hover {
    color: var(--darkgrey);
}
ul.mod-menu.nav.mainmenu li.item-120 a:hover,
ul.mod-menu.nav.mainmenu li.item-121 a:hover {
    background-color: var(--bluehover);
    color: white;
}
ul.mod-menu.nav.mainmenu li.active a,
ul.mod-menu.nav.mainmenu li.active ul li.active a {
    font-weight: 700
}
ul.mod-menu.nav.mainmenu li ul {
    position: absolute;
    max-height: 0;
    margin-left: -0.5em;
    overflow-y: hidden;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    text-align: left;
    width: auto;
    transition: padding-top 0.5s, padding-bottom 0.5s, max-height 0.5s;
}
ul.mod-menu.nav.mainmenu li:hover ul,
ul.mod-menu.nav.mainmenu li ul.open
 {
    max-height: 180px;
    padding-top: 1em;
    padding-bottom: 0.5em;
}
ul.mod-menu.nav.mainmenu li ul li {
    font-size: 0.875em;
    margin-bottom: 0;
    white-space: nowrap;
    display: block;
    background-color: white;
    padding: 0.25em 0.5em;
}
ul.mod-menu.nav.mainmenu li ul li a {
    justify-content: left;
    min-height: 30px;
}
ul.mod-menu.nav.mainmenu li ul li a img {
    display: none;
}
ul.mod-menu.nav.mainmenu li.active ul li a {
    font-weight: 400;
}

/* servicesnavigation */
ul.servicesmenu {
    display: flex;
    justify-content: space-between;
}
ul.mod-menu.nav.servicesmenu li {
    background-color: var(--blue);
    border-radius: 0.25em;
    flex-basis: 31%;
    text-align: center;
}
ul.mod-menu.nav.servicesmenu li:last-child {
    display: none;
}
ul.mod-menu.nav.servicesmenu li a {
    color: white;
}
ul.mod-menu.nav.servicesmenu li a span {
    display: block;
    padding: 0.25em;
    font-size: 1.5em;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
ul.mod-menu.nav.servicesmenu li a img {
    border-top-left-radius: 0.25em;
    border-top-right-radius: 0.25em;
    width: 100%;
    height: auto;
}

/* contact menu */

/* disclaimermenu */

ul.mod-menu.nav.disclaimermenu li {
    display: inline-block;
}
ul.mod-menu.nav.disclaimermenu li:first-child::after {
    content: " | ";
    display: inline-block;
    margin: 0 0.5em;
}

/* toTop toMain */

#toTop {
    border-radius: 4px;
    display: none;
    text-decoration: none;
    position: fixed;
    z-index: 999;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width: 46px;
    height: 46px;
    line-height: 44px;
    border: none;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: #444;
    background: rgba(0, 0, 0, .3);
    transition: background 0.5s;
}
#toTop:hover {
    background: rgb(0, 0, 0, .4);
    color: #ffffff;
}
.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-chevron-up:before {
    content: "\f077";
}

#toContent {
    position: absolute;
    bottom: 0;
    left: calc(50% - 40px);
    background: var(--blue);
    border-radius: 40px 40px 0 0;
    width: 80px;
    color: white;
    font-size: 1.75em;
    text-align: center;
}

/* The animation code */

@keyframes leading {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
@keyframes overlay {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

/* The element to apply the animation to */

#title,
.modules,
.blog,
#system-message-container {
    animation-name: leading;
    animation-duration: 3s;
    /* position: relative; */
    z-index: 0
}

.cta {
    animation-name: overlay;
    animation-delay: 2s;
    animation-duration: 1.5s;
    animation-fill-mode: forwards
}

.cameraSlide img {
    object-fit: cover!important;
}

.fields-container > li:not(.already-visible) {
    opacity: 0;
    transform: translateY(100px);
}
.come-in:not(.already-visible) {
    animation: come-in 0.8s ease forwards;
  }
.come-in:nth-child(odd) {
animation-duration: 0.6s; /* So they look staggered */
}

@keyframes come-in {
0% { transform: translateY(100px); opacity: 0}
10% { transform: translateY(100px); opacity: 0}
100% { transform: translateY(0); opacity: 1}
}