/*
* hellblau: color:#B9D4F1;
+ dunkelblau: color:#21273D;
*/
:root {
    --blue: #248092;
    --brown: #716D6C;
}



@font-face {
    font-family: 'roboto';
    src: url(fonts/roboto-regular-webfont.ttf) format('truetype');
    font-style: normal;
}
@font-face {
    font-family: 'robotolight';
    src: url(fonts/roboto-light-webfont.ttf) format('truetype');
    font-style: normal;
}
@font-face {
    font-family: 'robotomonothin';
    src: url(fonts/robotomono-thin-webfont.ttf) format('truetype');
    font-style: normal;
}
@font-face {
    font-family: 'robotomono';
    src: url(fonts/robotomono-regular-webfont.ttf) format('truetype');
    font-style: normal;
}
@font-face {
    font-family: 'adm';
    src: url(fonts/Atelier-du-Machiniste.ttf) format('truetype');
    font-style: normal;
}

* {
    box-sizing: border-box;
}

html, .pageWrapper {
    height: 100%;
}

body {
    padding: 0;
    margin: 0;
    font-family: robotolight, sans-serif;
    font-size: 1em;
    font-weight: 200;
    -webkit-animation: fadeIn 2s;
    background: #fff;
    color: #333;
    height: 100%;
    hyphens:auto;
    -webkit-hyphens:auto;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.mobile, .tablet, #page-1 .logo {
    display: none;
}

.desktop, .fullscreen {
    display: block;
}

.container {
    width: 1200px;
    margin: 0 auto;
    padding: 30px 15px;
}

.row {
    width: 100%;
}

.container-full {
    width:100%;
    margin: 0 auto;
    padding: 30px 0;
}

.container > .container {
    padding: 0;
}

.contentWrapper {
    position: relative;
    padding:15px 120px;
}

.flexbox {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.flex-100 {
    width: 100%;
}

.flex-75 {
    width: 75%;
}

.flex-66 {
    width: 66%;
}

.flex-50 {
    width: 50%;
}

.flex-33 {
    width: 33%;
}

.flex-25 {
    width: 25%;
}

.container .flexbox {
    margin: 0 -15px;
}

.flexItem, .flex_item {
    padding: 15px;
}

.imgList {
    padding: 0;
}

.flexJustify-left {
    justify-content: flex-start;
}

.flexJustify-center {
    justify-content: center;
}

.flexJustify-right {
    justify-content: flex-end;
}

.flexJustify-sb {
    justify-content: space-between;
}

.flexJustify-sa {
    justify-content: space-around;
}

.flexJustify-se {
    justify-content: space-evenly;
}

.flexAlign-start {
    align-items: flex-start;
}

.flexAlign-center {
    align-items: center;
}

.flexAlign-baseline {
    align-items: baseline;
}

.flexAlign-end {
    align-items: flex-end;
}

.flexAlign-strech {
    align-items: stretch;
}

.spaceBetween .flexbox {
    justify-content: space-between;
    padding: 15px;
}

.noFlex {
    width: 100%;
    display: block;
}
.gridtemplate-4col .flex_item {
  width:25%;
}
.gridContent {
    height:100%;

}
.gridContent .textImgContent {
    height:100%;
}

.gridContent .txt {
    height:80%;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
}

.content {
    padding: 50px 0;
}

h1 {
    font-family: 'robotomono';
    font-size: 2.6em;
    margin-bottom: 0;
    font-weight: 100;
    color: var(--blue);
}

h2, .h2 {
    font-size: 2.6em;
    font-family: 'robotomono';
    font-weight: 100;
    color: var(--blue);
}

h3, .h3 {
    font-size: 1.8em;
    font-family: 'robotomono';
    font-weight: 100;
    color: #000;
}

strong {
    font-family: 'roboto', sans-serif;
    font-weight: 700;
}

h1 + h2 {
    font-family: 'robotomono', sans-serif;
    color:#333;
    font-size: 1.8em;
    font-weight: 100;
    margin-top: 30px;
}
h2 + h3 {
  color:#333;
}


a {
    color: var(--blue);
    transition: all .4s ease;
    text-decoration: none;
    transition: all .4s ease;
}

a.navBtn {
    display: inline-block;
    padding: 10px 20px;
    border: solid 1px var(--blue);
}

a.navBtn:hover, a.navBtn:focus {
    background: var(--brown);
    color: #fff;
}



a:focus, a:hover {
    color: var(--brown);
}

.divider {
    width: 100%;
    padding: 30px 15px;
}

a, li, p {
    font-size: 1.2em;
    line-height: 1.8em;
    font-weight: 100;
}

.nav li li, li a, p a, label a {
    font-size: 1em;
    line-height: 1.2em;
}

.mobile {
    display: none;
}

img:not([height]) {
    /*width: 100%;*/
    height: auto;
}

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

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

.text-center ul {
    display: inline-block;
    margin: 0 auto;
    text-align: left;
}

.smallContent {
    max-width: 768px;
}

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

p.twoCols {
    column-count: 2;
    column-gap: 30px;
}

ul.twoCols {
    column-count: 2;
    column-gap: 30px;
    padding: 0;
    margin: 0 0 0 10px;
}


.email-show::before {
    content: 'art-ps@';
}

.email-show::after {
    content: 'gmx.de';
}

.email-hide {
    display: none;
}

.headerBg .flexbox {
    justify-content: center;
    align-items: center;
    height: 100%;
}
.stickyNav {
     position:fixed;
      top: 0;
      left:0;
      right:0;
      z-index: 100;
      /*background:linear-gradient(to bottom, rgba(0,0,0,0.6), rgba(0,0,0,0));*/
      background:#000;
      transition:all 0.4s ease;
      padding:0 120px;
}

.stickyNav.top {
    position: fixed;
    top:-150px;
    width: 100%;
}

.menu_btn a {
    display: block;
    width: 30px;
    margin: 10px 0;
}

.menu_btn {
    margin: 15px;
}

.menu_btn a span, .menu_btn a:after, .menu_btn a:before {
    content: '';
    width: 100%;
    height: 3px;
    border-radius: 3px;
    background: #fff;
    /*box-shadow: 2px 2px rgba(0,0,0,0.6); */
    margin: 6px 0;
    display: block;
    transition: all .4s ease;
}

.nav li ul, html.mm-opened .menu_btn a span {
    display: none;
}

html.mm-opened .menu_btn a:before {
    transform: rotate(45deg);
}

html.mm-opened .menu_btn a:after {
    transform: rotate(-45deg);
    margin-top: -9.5px;
}

html.mm-opened .menu_btn a {
    margin-top: 20px;
}

.mainNav ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

.mainNav li {
    position: relative;
    list-style: none;
    line-height: 1.4em;
}

.mainNav li a {
    padding: 15px;
    display: inline-block;
    color: #fff;
    font-weight: 300;
}

.mainNav li a:hover, .mainNav li a:focus, .mainNav li.active a, .info a:hover, .info a:focus, #page-1 .home, .mainNav li.active .subNav li a:hover {
    color: var(--blue);
    /*text-shadow: 1px 1px rgba(0,0,0,0.4);*/
}

.mainNav li.active .subNav li a {
    color: #333;
    text-shadow: none;
}

.mainNav ul.subNav {
    opacity: 0;
    transition: all .4s ease;
    visibility: hidden;
    width:    -moz-fit-content;
    width: -webkit-fit-content;
    width:         fit-content;
    display: block;
    position: absolute;
    left: 0;
    z-index: 500;
    background: rgba(255,255,255,.8);
}

.subNav li a {
    font-size: .7em;
    width:    -moz-fit-content;
    width: -webkit-fit-content;
    width:         fit-content;
    display: block;
    padding: 5px 15px;
}

.mainNav li:hover > ul.subNav, .mainNav li:focus > ul.subNav {
    visibility: visible;
    opacity: 1;
}

.email, .phone {
    font-weight: 300;
    font-size: 1.2em;
    margin-left:15px;
}
.phone {
    color:#fff;
}

/*slider*/
.headSlider, .headSliderSub {
    position: relative;
    overflow: hidden;
}

.headSlider .slick-slider, .headSliderSub .slick-slider {
    margin: 0;
}
.sliderWrapper {
    position:relative;
}

.sliderContent {
    position:absolute;
    top: 135px;
    right:135px;
}
.scInner {
    border:solid 2px #000;
    font-family: 'robotomono', sans-serif;
    color:#000;
}
.scInner .flexbox {
    flex-wrap:nowrap;
}


.arrowDown {
    width: 50px;
    height: 50px;
    background: url(/custom/assets/arrow-down.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    bottom: 15%;
    z-index: 100;
    cursor: pointer;
    transform: scale(1);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(.95);
    }

    70% {
        transform: scale(1);
    }

    100% {
        transform: scale(.95);
    }
}

.sliderItem, .parallaxTxt {
    position: relative;
}
.logoContainer {
    position:sticky;
    bottom: 60px;
    width:50%;
    display:flex;
    justify-content: center;
    align-items:center;
    margin:0 auto;
    -webkit-animation: fadeIn 3s;
        animation: fadeIn 3s;
}
.logoContainer img {
    width:100%;
    height:auto;
}
.social {
    position:absolute;
    right:15px;
    top:15px;
}
.social a {
    display:block;
    margin:0;
    line-height:1.2em;
    transition:all 0.4s ease;
}
.social a img {
    width:25px;
}
.social a:hover, .social a:focus {
    opacity:0.6;
}

.headSliderSub .sliderItem, .sliderItem {
    height:auto;
    padding:120px 120px 60px 120px;
    /*background-size: 100% auto !important; */
}
.sliderItem img {
    width:100%;
    height:auto;
}

.sliderItem .flexbox, .parallaxTxt .flexbox {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    justify-content: center;
    align-items: center;
}

.parallaxTxt .flexbox {
    align-items: center;
}

/*.slick-active img {
    -webkit-animation: fadeIn 5s;
            animation: fadeIn 5s;
}*/

/*parallax*/
.parallaxItem {
        height: 600px;
        width: 100%;
         background-size:cover !important;
         background-attachment: fixed !important;
        background-size: 100% auto !important;
        overflow: hidden;
        position: relative;
}
.parallaxItem::before {
    content: '';
    position: absolute;
    background: rgba(0,0,0,0.4);
    top: -20px;
    left: 0;
    right: 0;
    height: 40px;
    border-radius: 50%;
    filter: blur(12px);
    z-index: 100;
    }
    .parallaxItem::after {
    content: '';
    position: absolute;
    background: rgba(0,0,0,0.2);
    bottom: -20px;
    left: 0;
    right: 0;
    height: 40px;
    border-radius: 50%;
    filter: blur(12px);
    z-index: 100;
    }

.parallaxInner {
    width:100%;
    height:100%;
    justify-content:center;
    align-items:center;
}
.parallaxTxt {

    text-shadow: 1px 1px #333;
}
.parallaxWrapper {
    padding-top:0;
    font-size:1.6em;
}
.parallaxWrapper .handwritten {
    font-size:3.5em;
    top:-20px;
}

/*gallery*/
.colGallery {
    column-count:3;
    column-gap:15px;
}
.colItem {
    margin-bottom:15px;
    position:relative;
}
.mediaMeta {
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    padding:5px;
    background:linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0.5));
    color:#fff;
    opacity:0.3;
    transition:all 0.4s ease;
}
.colItem:hover .mediaMeta, .colItem:focus .mediaMeta {
    opacity: 1;
}

.colItem img {
    width:100%;
    height:auto;
    display:block;
}

.flexbox.imgRight, .flexbox.imgLeft {
    flex-wrap:nowrap;
}

.buttonBlack {
    font-family: 'robotomono', sans-serif;
    font-size:1.5em;
    padding:10px 20px;
    color:#000;
    border:2px solid #000;
    transition:all 0.4s ease;
}
.buttonBlack:hover, .buttonBlack:focus {
    background:#000;
    color:#fff;
    text-decoration:none;
}

.exiCalendar {
    column-count:2;
    column-gap:15px;
    padding:0 15px;
}
.exiCalendar .flexbox {
    align-items:center;
}

.year {
    font-family: 'robotomono', sans-serif;
    font-size:1.5em;
    padding:10px 20px;
    color:#fff;
    background:#000;
    width:20%;
    text-align:right;
}
.exiItem {
    width:80%;
}
.exiItem p {
    margin:0;
}

table {
    margin: 15px auto;
    border-collapse: collapse;
}

td, th {
    padding: 15px;
    border-bottom: 1px solid #2b2b31;
    font-size: 1.2em;
}

.ui-datepicker-calendar td {
    font-size: .9em;
}

tbody tr:last-child td {
    border: none;
}

tr td:nth-child(1), tr th:nth-child(1) {
    text-align: right;
}

tr th:nth-child(2) {
    text-align: left;
}

/*contentSlider*/


.contentSliderItem .flex_item {
    width: 50%;
    height: 500px;
    padding: 30px 60px 30px 30px;
}

.fullImg .contentSliderImg {
    height: 500px;
    background-size: 100% auto !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.contentSliderLink {
    width: 100%;
}

.fullImg .contentSliderTxt, .fullImg .contentSliderTxt h2, .fullImg .contentSliderTxt h3 {
    color: #fff;
    text-shadow: 1px 1px rgba(0,0,0,.6);
}

.fullImg .contentSliderTxt {
    height: 500px;
    z-index: 100;
    position: relative;
    text-align: center;
}

.contentSliderTxt .flexbox {
    height: 100%;
    align-items: center;
    justify-content: center;
}

.contentSliderTxtInner {
    width: 100%;
}

.contentSliderItem {
    position: relative;
}

.contentSliderItem .nextItem {
    height: 60px;
    width: 30px;
    background: url(/custom/assets/arrow-next.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    right: 30px;
    z-index: 100;
    cursor: pointer;
}

/*content*/


.contentWrapper .row {
    position: relative;
}

.mapWrapper {
    text-align: center;
    width: 100%;
    padding-bottom: 60px;
}



/*accordion*/
.trigger {
    position: relative;
    cursor: pointer;
}

.trigger h3 {
    margin: 0;
    padding: 15px;
    background: #8daab3;
    color: #fff;
}

.trigger::after {
    content: '';
    height: 25px;
    width: 25px;
    border-bottom: solid 2px #fff;
    border-left: solid 2px #fff;
    transform: rotate(-45deg);
    position: absolute;
    top: 5px;
    right: 15px;
    transition: all .4s ease;
}

.trigger.open:after {
    transform: rotate(135deg);
    top: 25px;
}

.toggle_container {
    width: 100%;
    padding: 30px 15px 15px;
    position: relative;
}

.toggle_container::before {
    content: '';
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0));
    position: absolute;
    top: 5px;
    left: 0;
}

.buttonWrapper {
    margin:30px 0;
    display:flex;
    justify-content: center;
}
.buttonWrapper a {
    margin:15px;
}


/*Video*/
.plyr {
    min-width: 500px;
    margin: 15px;
}

/*fadIn effect*/
.fade-in {
    opacity: 0;
    transform: translateY(20vh);
    visibility: hidden;
    transition: opacity .6s ease-out, transform 1.2s ease-out;
    will-change: opacity, visibility;
}

.fade-in.is-visible {
    opacity: 1;
    transform: none;
    visibility: visible;
}

.yform {
    margin: 0 auto;
}

.form-group {
    margin-bottom: 15px;
}
.kForm .form-group {
    margin-bottom:11px;
}

input, select, textarea {
    border: none;
}

.control-label {
    padding: 16px 0;
    display: block;
    text-align: left;
    font-size: 1.2em;
    font-weight:700;
    color:var(--green);
    width: 100%;
}

.form-control {
    padding: 10px 15px;
    border-radius: 4px;
    border:1px solid #7B7776;
    font-size: 1.2em;
    width: 100%;
    color: #fff;
    background: #A39E9D;
}
.yform .btn {
    background:transparent;
    margin-left:15px;
    border-radius:4px;
}

.btnWrapper {
    text-align: center;
}


.formcheckbox {
    margin-bottom: 15px;
    padding: 0 10px;
}

.imgList.bottomCenterImg, .imgList.topCenterImg {
    justify-content: center;
}

.imgList {
    align-items: center;
}

.listImg img:not([width]) {
    width: 100%;
}

.listImg img {
    display: block;
}

/* .gallery.flexbox {
  justify-content: center;
  align-items: center;
  padding:30px 0;
} */
.gallery {
    display: flex;
    flex-wrap: wrap;
}

.gallery a {
    display: inline-block;
    padding: 5px 0;
}

.gallery a img {
    display: block;
}

/*footer*/

footer {
    position: relative;

}

.footer.container {
    padding: 15px;
}

footer p {
    color: #000;
    line-height: 1.4em;
}

.footer {
    position: relative;
    padding:15px 120px;
}

.fLogo img {
    width:60%;
    height:auto;
    margin-bottom:1em;
}

.footer .flexbox {
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 auto;
    width:100%;
    border-top:2px solid #000;
}

.footer .flex_item {
    width: 33%;
}
.navFooter {
    text-align:right;
}

.navFooter ul {
    margin: 0;
    padding: 0;
    text-align:right;
    width:100%;
}

.navFooter ul li {
    padding: 0;
    display: block;
}

.rex-navi1 li {
    list-style: none;
}

.copyWrapper {
    text-align: center;
    position:relative;
    padding-bottom:15px;
}
.copyWrapper::before {
   content:'';
   display:block;
   height:2px;
   width:100%;
    background:#000;
}
.jobDivider {
    margin:15px auto;
}

.copyWrapper p {
    margin: 5px 0;
    font-size: 1em;
    font-weight: 100;
}

/*mediaqueries*/

@media screen and (max-width:1460px) {


}

@media screen and (max-width:1350px) {
    body {
        font-size: 1em;
    }

    .container {
        width: 100%;
        max-width: 1200px;
    }

    .container .flexbox {
        margin: 0;
    }

    .header_top .container {
        max-width: 100%;
    }

    .parallaxItem {
        height: 500px;
    }
    .parallaxInner {
        padding:30px;
    }

}

@media screen and (max-width:1200px) {

    .headSliderSub .sliderItem, .sliderItem {
        padding:115px 30px 30px;
    }
    .contentWrapper, .footer {
        padding:0 30px;
    }

    .stickyNav {
        padding:0 30px;
    }
    .sliderContent {
        right:50px;
    }
    .parallaxItem {
        background-attachment:scroll !important;
        background-size:cover !important;
    }


}

@media screen and (max-width:1024px) {
    .fullscreen {
        display: none;
    }

    .mainNav li a {
        padding: 15px 10px;
    }

     .exiCalendar {
         column-count:1;
     }

    .handwritten {
        font-size:3.5em;
        top:-20px;
    }
        .infoHead span {
        display:block;
    }
    .info span {
        display: block;
    }

    .fullImg .contentSliderImg {
        background-size: cover !important;
    }
    .gridtemplate-4col .flex_item {
        width:50%;
    }
        .gridItem .listImg {
        width:auto;
    }
    .flex-50 {
        width: 75%;
    }
     .colGallery {
         column-count:2;
     }

    .flex-75, .footer .flexbox {
        width: 100%;
    }

    .formFieldWrapper .flex_item {
        width: 50%;
    }

    .formcheckbox label {
        margin-left: 0;
    }

    .headline {
        font-size: 2em;
    }
    .actionBtn {
        right:15px;
    }
    .sliderContent {
        left:50px;
    }
     .parallaxItem {
         height:450px;
     }

    .footer .flex_item {
        width: 50%;
    }

    .navFooter.flex_item {
        width: 100%;
    }
    .navFooter {
        text-align:center;
    }

    .navFooter ul {
        display: flex;
        justify-content:center;
    }
    .navFooter ul li {
        padding-right:10px;
    }

}

@media screen and (max-width:768px) {
    .mobile {
        display: block;
    }

    .desktop, .tablet {
        display: none;
    }
    .stickyNav, .stickyNav.top {
        position:absolute;
    }

    .header_top {
        position: absolute;
    }
    .logoMobile img {
        height:120px;
        width:auto;
    }
    .fb img, .insta img {
       width:25px;
       height:auto;
    }
    .infoHead {
        flex-grow:1;
    }
    .infoHead .flexbox {
        justify-content:flex-end;
        align-items:center;
    }

    .infoInner {
        padding:0 15px;
    }

    p, li, a {
        /* font-size: 1em; */
    }
    p.twoCols {
        column-count:1;
        column-gap:0;
    }

    h1, h2 {
        font-size: 2.2em;
    }

    h1 + h2 {
        font-size: 1.2em;
    }
    .flexbox.imgRight, .flexbox.imgLeft {
        flex-wrap:wrap;
    }
    .listImg img {
        max-width:100%;
        height:auto;
    }

    .flexbox.imgRight .flex_item, .flexbox.imgLeft .flex_item {
        padding:0;
    }

    .subNav li a {
        font-size: 1.1em;
        padding: 10px 15px;
    }

    .rex-yform {
        padding: 15px 0;
    }

    .control-label {
        width: 30%;
    }

    .flex-33 {
        width: 50%;
    }

    .gallery {
        justify-content: center;
    }

    .contentWrapper {
        margin: 30px auto 0 auto;
    }

    .contentImg {
        width: 100%;
    }


    .fullImg .contentSliderTxt {
        background: linear-gradient(135deg, rgba(86,119,129,.37) 0%,rgba(86,119,129,.38) 1%,rgba(141,170,179,1) 100%);
        text-shadow: none;
    }

    .contentSliderItem .flex_item, .fullImg .contentSliderImg, .fullImg .contentSliderTxt {
        width: 100%;
        height: 350px;
        position: relative;
    }

    .gallery .listImg img {
        max-width: 100%;
    }

    .info {
        font-size: .9em;
    }

    .formWrapper {
        justify-content: center;
    }

    .formFieldWrapper .flex_item {
        width: 100%;
        padding:0 15px;
    }

    .yform {
        width: 100%;
    }
}

@media screen and (max-width:600px) {
    .logo img {
        max-width: 120px;
    }
    .stickyNav {
        padding:0 15px;
    }

    .flex-50 {
        width: 100%;
    }

    ul.twoCols {
        column-count: 1;
    }

    .form-group {
        flex-wrap: wrap;
    }

    .form-control, .control-label, .form-control.datepicker {
        width: 100%;
    }

    .control-label {
        padding: 5px 0;
        text-align: left;
    }

    .rex-yform .btn {
        margin-left: 0;
    }

    .formWrapper .flex_item {
        width: 100%;
    }

    .buttonWrapper {
        text-align:center;
        flex-wrap:wrap;
        justify-content: center;
    }
    .contentWrapper, .footer {
        padding:0 15px;
    }

    .contentSliderItem .flex_item, .fullImg .contentSliderImg, .fullImg .contentSliderTxt {
        height: 500px;
    }

    .footer .flex_item {
        width: 100%;
        padding: 0 15px;
    }
}

@media screen and (max-width:500px) {
    .infoHead {
        padding:15px 0;
    }
     .infoInner {
        display:none;
    }
    .flex-33 {
        width: 100%;
    }
    .gridtemplate-4col .gridItem.flex_item {
        width:100%;
    }
    .year {
        font-size:1.2em;
    }

    .parallaxWrapper {
        font-size:1em;
    }
     .parallaxItem {
         background-size:auto 100% !important;
         background-attachment:scroll !important;
     }

    .navFooter ul {
        justify-content: center;
    }
}
