/*
* hellblau: color:#B9D4F1;
+ dunkelblau: color:#21273D;
*/
:root {
    /*--tuerkis: #30a2b7;*/
   --tuerkis: #67901B;
   /*rgba(103,144,27,0.5);*/
    --yellow: #B2A267;
    --brown: #564F46;
    --grey: #666;
}



@font-face {
    font-family: 'roboto';
    src: url(fonts/roboto-regular-webfont.ttf) format('truetype');
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'robotolight';
    src: url(fonts/Roboto-Thin.ttf) format('truetype');
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'robotothin';
    src: url(fonts/roboto-light-webfont.ttf) format('truetype');
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'robotomono';
    src: url(fonts/robotomono-regular-webfont.ttf) format('truetype');
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'robotomonothin';
    src: url(fonts/robotomono-thin-webfont.woff) format('woff');
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'collegiateblackflfregular';
    src: url(fonts/collegiateblackflf-webfont.woff) format('woff');
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'majormono';
    src: url(fonts/MajorMonoDisplay-Regular.ttf) format('truetype');
    font-style: normal;
}
@font-face {
    font-family: 'neoteric';
    src: url(fonts/neoteric_-_regular_demo_version-webfont.ttf) format('truetype');
    font-style: normal;
    font-display: swap;
}

* {
    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: rgb(42,41,41);
    background: radial-gradient(to right bottom, rgba(42,41,41,0.95) 0%, rgba(42,41,41,1) 100%);
    height: 100%;
    color:#fff;
}

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

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.mobile, .tablet {
    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;
}

.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, h2, .h2 {
    font-family: 'majormono';
    margin-bottom: 0;
    font-size: 2em;
    font-weight: 100;
    line-height:1.2em;
}

#page-1 h1 {
    font-size: 2em;
    font-family: 'robotomonothin', sans-serif;
    font-weight: 100;
}

h1+h2, h2+h3 {
    margin-top: 10px
}
blockquote {
    font-size:1.2em;
    font-weight: 400;
}


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

strong {
    font-family: 'robotomono', sans-serif;
    /*font-weight: 700;*/
}


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

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

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

.header_top a {
    color: var(--tuerkis);
}

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;
}
.brown {
    color:var(--brown);
}
.yellow {
    color:var(--yellow);
}
.tuerkis {
    color:var(--tuerkis);
}

.mobile {
    display: none;
}

.mountain {
    flex-grow: 1;
    display:flex;
    align-items: center;
    padding:0 15px;
}
.mountain .borderLeft {
    height: 2px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .6));
    display:inline-block;
    flex-grow: 1;
    margin:0 15px;
}
.mountain img {
    max-width: 116px;
    height:auto;
}
.mountain .borderRight {
    height: 2px;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, .6));
    display:inline-block;
    flex-grow: 1;
    margin:0 15px;
}
.logo, .info {
    width:15%;
}
.logo {
    display:flex;
    align-items: center;

}
.logo img {
    width:100%
    height:auto;
    max-width: 150px;
    padding:0 10px;
}
.bigCollege {
    font-family: 'collegiateblackflfregular';
    font-weight: 400;
    font-style: normal;
    font-size:3em;
    text-shadow: 1px 1px rgba(0,0,0,0.6);
    margin-top:0;
}
.smallCollege {
    font-family: 'collegiateblackflfregular';
    font-weight: 400;
    font-style: normal;
    font-size:1.6em;
    text-shadow: 1px 1px rgba(0,0,0,0.6);
    margin-top:0;
}

.HomepageHeadline  {
    margin: 60px auto;
}
/*#page-32 .HomepageHeadline {
    background: url(/media/ty-header.jpg) no-repeat center center;
    background-size:100% 100%;
    height:250px;
}*/
#page-32 .HomepageHeadline h2 {
    text-shadow:1px 1px rgba(0,0,0,0.6);
}

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;
}


.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: 'info@';
}

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

.email-hide {
    display: none;
}

.headerBg .flexbox {
    justify-content: center;
    align-items: center;
    height: 100%;
}
.defPage .header {
     position:fixed;
      top: 0;
      left:0;
      right:0;
      background:rgba(42,41,41,0.3);
      backdrop-filter: blur( 6px );
      box-shadow: 4px 8px 12px 0 rgba( 0,0,0,0.1 );
      z-index: 100;
      transition:all 0.4s ease;
}

.defPage .header.top {
    position: fixed;
    top:-150px;
    width: 100%;
}
.stickyNav {
  position:relative;
  z-index:20;
}

.stickyNav .flexbox {
    justify-content:space-between;
    align-items: center;
    padding:15px 60px 0;
    width:100%;
}
.logoWrapper .flexbox {
    justify-content: flex-start;
    padding:0;
}

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

.menu_btn {
    margin: 15px;
    cursor:pointer;
}

.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, .menu_btn.strike a span {
    display: none;
}

.menu_btn.strike a:before {
    transform: rotate(45deg);
}

.menu_btn.strike a:after {
    transform: rotate(-45deg);
    margin-top: -9px;
}

html.mm-opened .menu_btn a {
    margin-top: 19px;
}
.mainNav {
  position:absolute;
  top:0;
  left:-800px;;
  overflow:hidden;
  transition:all 0.8s ease;
  height: 100vh;
  padding:200px 60px;
  z-index:10;
  background: rgba(103,144,27,0.5);
  box-shadow:3px 3px 10px rgba(0,0,0,0.4);
  backdrop-filter: blur(6px);
}
.mainNav.strike {
    left:0;
}

.mainNav li {
    position: relative;
    list-style: none;
    line-height: 1.4em;
}
.mainNav li a {
    color:#333;
    font-family:'robotomono', sans-serif;
    font-size:1.2em;
    line-height:1.5em;
}
.mainNav li a:hover, .mainNav li a:focus, #page-1 .mainNav li.home a, .mainNav li.active a {
    color:var(--yellow);
}
.social {
    padding:15px 30px;
}
.social img {
    width:50px;
    height:50px;
}
.social span {
    position:relative;
    display:inline-block;
    overflow:hidden;
        margin:10px;
}

/*.social span::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        0deg,
        transparent,
        transparent 30%,
        rgba(48,162,183,0.2)
    );
    transform: rotate(-45deg);
    transition: all 0.8s ease;
    opacity: 0;
}
.social span:hover:before {
        opacity: 1;
    transform: rotate(-45deg) translateY(100%);
}*/

.mail, .phone {
    font-family: 'robotomono'; 
    font-size: 1em;
    display:block;
    text-align:right;
}

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

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

.sliderContent {
    position:absolute;
    top: 0;
    left: 0;
    right:0;
    bottom:0;
}

 .sliderContent p, .sliderContent li {
     font-size:2em;
     font-family:'bebas', sans-serif;
     color:var(--green);
     text-shadow:1px 1px rgba(0,0,0,0.5);
     padding-left:15px;
 }
 .sliderContent ul li {
     list-style-type: none;
 }
 .sliderContent ul li::marker {
     content:'✔';

 }
  .sliderContent {
    margin: 100px 0;
}
.sliderContent a:hover {
    color:#fff;
}

.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);
    }
}
.imgLeft, .imgRight {
    position: relative;
    border-radius:8px;
}
.imgContainer {
    width:580px;
    height:auto;
    border-radius:8px;
    overflow:hidden;
    cursor:pointer;
}

.imgLeft img, .imgRight img {
    width:100%;
    height:auto;
    filter: grayscale(100%);
    transition:all 0.4s ease;
    transform: scale(1);
}
.imgLeft img:hover, .imgRight img:hover, .imgLeft img:focus, .imgRight img:focus {
    filter:none;
    transform:scale(1.01);
}

.tiTeaser .flexbox {
    flex-wrap:nowrap;
    align-items:center;
    padding:30px;
}
.tiTeaser .txt {
    padding:30px;
}
.tiTeaser .txtLeft {
    text-align:right;
}
.tiTeaser img {
    max-width:600px;
    height:auto;
}

.tiHeadline {
    position:absolute;
    top:-45px;
}
.imgLeft .tiHeadline {
    left:-15px;
}
.imgRight .tiHeadline {
    right:-15px;
    text-align:right;
}
.tiHeadline h2, .tiHeadline h3 {
  font-family: 'majormono';
  font-size:2.6em;
  margin: 0;
  text-shadow:1px 1px rgba(0,0,0,0.8);
}
.tiHeadline .subHeadline {
    font-family: 'robotomonothin';
    font-size:1.6em;
    text-shadow:1px 1px rgba(0,0,0,0.8);
}
.tiTeaser p {
    color:#fff;
}

.yellow .tiHeadline {
    color:var(--yellow);
}
.tuerkis .tiHeadline {
    color:var(--tuerkis);
}
.brown .tiHeadline {
    color:var(--brown);
}
.sliderItem, .parallaxTxt {
    position: relative;
}

.headSliderSub .sliderItem, .sliderItem {
    height: 80vh;
    background-size: 100% auto !important;
}

.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;
}

/*parallax*/
.parallaxItem {
        height: 600px;
        width: 100%;
         background-size:cover !important;
         background-attachment: fixed !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 {
    font-family: 'majormono';
    text-shadow: 1px 1px rgba(0,0,0,0.8);
    font-size:1.8em;
    color:var(--tuerkis);
    text-align:center;
}
.parallaxWrapper {
    padding-top:0;
    font-size:1.6em;
}


.buttonYellow, .buttonTuerkis, .buttonLight, .yform .btn, .buttonWhite {
    padding: 5px 20px;
    font-size: 1.2em;
    transition: all .4s ease;
    text-decoration: none;
    display: inline-block;
    margin-top: 15px;
    cursor: pointer;
    /* box-shadow: 2px 2px 6px rgba(0,0,0,0.6); */
}
.buttonWhite {
    color:#fff;
   border: 1px solid #fff;
}
.buttonYellow {
    color: var(--yellow);
    border: 1px solid var(--yellow);
}

.buttonTuerkis, .yform .btn {
    border: 1px solid var(--tuerkis);
    color: var(--tuerkis);
}
.buttonWhite:hover, .buttonWhite:focus {
    background:#fff;
    color:var(--grey);
}

.buttonTuerkis:hover, .buttonTuerkis:focus, .yform .btn:hover, .yform .btn:focus {
    color:#fff;
    background: var(--tuerkis);
}
.buttonYellow:hover, .buttonYellow:focus {
    color:#fff;
    background: var(--yellow);
}
.anchorLink {
    justify-content: center;

}
.anchorLink a {
    margin:0 15px;
}

/*referenzen*/
.faqLabel {
    padding-left:30px;
    position:relative;
}

.plus {
    font-size:1.5em;
    display:inline-block;
    left:0px;
    top:5px;
    position:absolute;
    font-family: 'roboto', sans-serif;
}
img.faqInfo {
    padding:0 10px;
    height:30px;
    position:relative;
    top:10px;
    width:auto;
}

.faqItem {
    position:relative;
}
.faqDesc {

    color:#fff;
    padding:0 0 0 15px;
    margin-left:30px;
    border-left:1px solid var(--yellow);
    font-family: 'robotolight', sans-serif;
}
.faqDesc p {
    margin:5px;
}

.referenzen {
    width:100%;
}

.refItemWrapper {
    width:23%;
    position:relative;
    margin:1%;
}

.refItem {
    padding:30px;
    border-radius:5px;
    overflow:hidden;
}
.refItem img {
    width:100%;
    height:auto;
    border-radius:5px;
}
.refContent {
    position:absolute;
    bottom:30px;
    left:30px;
    right:30px;
    top:30px;
    overflow:hidden;
    z-index:1;
    transition:all 0.4s ease;
}
.refTxt::after {
    height:100%;
    width:100%;
    content:'';
    position:absolute;
    top:30px;
    left:-30px;
    z-index:-1;
    padding:30px;
    transform:rotate(6deg);
    box-shadow: 4px -4px 8px rgba(0,0,0,0.4);
}
.tuerkis .refTxt::after {
    background:var(--tuerkis);
}
.yellow .refTxt::after {
    background:var(--yellow) ;
}
.brown .refTxt::after {
    background:var(--brown) ;
}

 .refTxt {
     color:#fff;
     position:absolute;
     padding:60px 15px;
     bottom:-600px;
     transition:all 0.8s ease;
     /*bottom:600px; */
 }
 .refItem:hover .refTxt {
     bottom:0;
 }

.refLinkWrapper {
    position:absolute;
    padding:15px;
    bottom:30px;
    z-index:5;
}

.refItemWrapper h3, .refItemWrapper .h3 {
    font-family: 'majormono';
    margin-bottom: 0;
    font-size: 2em;
    font-weight: 100;
    line-height:1.2em;
    position:absolute;
    right:0px;
    top:0;
    text-align:right;
    margin:0;
    z-index:10;
    color:inherit;
    text-shadow:1px 1px rgba(0,0,0,0.8);
}



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;
}
label.flex_item {
    font-size:1.2em;
    font-weight:400;
    padding-left:0;
}

/*contentSlider*/


.cSliderItem {
    position: relative;
    width:400px;
    height:auto;
}
.cSliderItem img {
    width:100%;
    height:auto;
}

.contentSlider {
    width:600px;
}

.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;
}



/*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;
}
.gallery img {
   filter: saturate(0);
   transition:all 0.4s ease;
}
.gallery img:hover, .gallery img:focus {
    filter: saturate(80%);
}

/*keramik*/

.recTeaser {
    width:23%;
    margin:1%;
    background: rgb(48,162,183);
    background: linear-gradient(66deg, rgba(48,162,183,1) 0%, rgba(63,140,154,1) 100%);
    padding:15px;
    border-radius:5px;
    text-align:center;
    position:relative;
    text-shadow:1px 1px rgba(0,0,0,0.5);
}
.recTeaser h3, .recTeaser {
     font-family: 'robotomono';
}

.recTeaser .linkWrapper {
    position:absolute;
    left:0;
    right:0;
    bottom:30px;
}
.recTeaser .linkWrapper a {
    box-shadow:3px 3px 8px rgba(0,0,0,1);
}

.recTeaser img {
    width:100%;
    height:auto;
}
/*rezepte*/
.recepTable .flexbox {
    flex-wrap:wrap;
}
.recepTable {
    width:50%;
}

.flex-60 {
    width:60%;
}
.recepTable .flex-20 {
    width:20%;
    text-align:right;
}
/*footer*/
.fBorder {
    width:100%;
    height:5px;
}
.fBorder.yellow {
    background:var(--yellow);
}
.fBorder.tuerkis {
    background:var(--tuerkis);
}
.fBorder.black {
    background:var(--black);
}
footer {
        margin-top:180px;
}

.footer {
    position: relative;
    background:linear-gradient(to bottom, #564f46 0%,#474334 100%);
}

.footer.container {
    padding: 15px;
}

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

.footer {
    position: relative;
}

.footer a {
    color: var(--tuerkis);
}
.footer a:hover, .footer a:focus {
    color: var(--yellow);
}
.fLogo {
    position:relative;
}

.fLogo img {
    position:absolute;
    bottom:0;
    height:400px;
    left:-125px;
    margin-left:50%;
}

.footer .flexbox {
    justify-content: space-between;
    align-items:flex-end;
    margin: 0 auto;
    padding:0 15px;
}

.footer .flex_item {
    width: 33%;
}

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

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

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

.copyWrapper {
    text-align: center;
    position:relative;
    padding-bottom:15px;
}
.copyWrapper::before, .jobDivider {
   content:'';
   display:block;
   height:1px;
   width:100%;
    background:linear-gradient(to right, rgba(113,109,108,0) ,rgba(113,109,108,0.5), rgba(113,109,108,0));
}
.jobDivider {
    margin:15px auto;
}

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

/*mediaqueries*/

@media screen and (max-width:1460px) {
  .refItemWrapper {
      width:31.33%;
  }

}

@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:1280px) {
    .stickyNav .flexbox {
        padding:15px;
    }
    .logoWrapper .flexbox {
        padding:0;
    }
    .logo, .info {
        width:20%;
    }
    .imgContainer {
        width:400px;
    }
   .refItemWrapper {
       width:48%;
   }
   .parallaxItem {
    background-attachment: scroll !important;
    background-position:center center !important;
   }
   .mainNav {
       padding:200px 15px;
   }

}

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

     .tablet {
        display: block;
    }
    .tiTeaser .flexbox {
        flex-wrap:wrap;
    }
    .tiTeaser .flexbox .txtLeft {
        order:2;
    }
    .tiTeaser .flexbox .imgRight {
        order:1;
    }

    .tiTeaser .txt {
        padding:30px 0;
    }
    .txtRight {
        padding:0;
    }


    .headSliderSub .sliderItem, .sliderItem, .parallaxItem {
        background-size: cover !important;
    }
    .handwritten {
        font-size:3.5em;
        top:-20px;
    }

    .info span {
        display: block;
    }
    .info {
        width:auto;
    }

    .mountain {
        display:none;
    }
    .HomepageHeadline {
        margin:0;
        padding:0;
    }

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

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


    .headline {
        font-size: 2em;
    }
    .parallaxItem {
        height:400px;
    }
    .parallaxTxt {
        font-size:1.4em;
    }

    .sliderContent p, .sliderContent li {

    font-size:1.6em;
    }

    .footer .flex_item {
        width: 50%;
    }

    .navFooter {
        width: 100%;
    }

    .navFooter ul {
        display: flex;
    }
}

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


    .header_top {
        position: absolute;
    }
    .logoMobile img {
        height:120px;
        width:auto;
    }

    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;
    }



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

    .refItemWrapper {
       width:80%;
   }
   .referenzen {
       justify-content: center;
   }

    .control-label {
        width: 30%;
    }

    .flex-33 {
        width: 50%;
    }

    .gallery {
        justify-content: center;
    }

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

    .contentImg {
        width: 100%;
    }

    .headSliderSub .sliderItem, .sliderItem {
        height: 350px;
    }

    .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%;
    }

    .formWrapper {
        justify-content: center;
    }

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

    .yform {
        width: 100%;
    }
}

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

    .flex-50 {
        width: 100%;
    }

    ul.twoCols {
        column-count: 1;
    }

   .bigCollege {
       font-size:2em;
       line-height:1.2em;
   }
    h1, h2 {
        font-size:1.6em;
    }

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

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

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

    .headSliderSub .sliderItem, .sliderItem {
        height: 300px;
    }

    .formWrapper .flex_item {
        width: 100%;
    }

    .buttonWrapper {
        text-align:center;
        flex-wrap:wrap;
        justify-content: center;
    }

    .contentSliderItem .flex_item, .fullImg .contentSliderImg, .fullImg .contentSliderTxt {
        height: 500px;
    }
    .faqDesc {
        left:15px;
        right:15px;
        width:auto;
    }

    .footer .flex_item {
        width: 100%;
        padding: 15px;
    }
    .fLogo {
        display:none;
    }
    footer {
        margin-top:30px;
    }

}

@media screen and (max-width:500px) {
    .flex-33 {
        width: 100%;
    }
    .gridtemplate-4col .gridItem.flex_item {
        width:100%;
    }
    .imgContainer {
        width:100%;
    }
    .tiHeadline h2, .tiHeadline h3 {
        font-size:2em;
    }
     .refItemWrapper {
       width:96%;
   }
    .parallaxWrapper {
        font-size:1em;
    }
     .parallaxItem {
         background-size:auto 100% !important;
         background-attachment:scroll !important;
     }
     .mainNav ul {
         padding:0;
     }

    .navFooter ul {
        justify-content: center;
    }
    .info, .phone, .mail {
        text-align:left;
    }
    .logoWrapper {
        width:100%;
        text-align:center;
    }


}
