/*
 * JEVER static clickdummy
 * marc.kueppers@twt.de
*/

/*
mobile first:
    1. mobile (defualt)
    2. tablet breakpoints / tweakpoints
    3. Desktop version
*/

/*
COLORS:
#FAF9F6

#005F20
#004417
#032910
#011F0C

#ACABAA
#707070
#707070

#9E9265
#BEB489
#BEB489
*/

/* ####################### */
/* BASE */
@media (min-width: 1025px) {
    html {
        font-size: 62.5%;
    }
}

h2 {
    line-height: 1.25;
    text-transform: uppercase;
    color: #9E9265;
}

/* ####################### */
/* HEADER */

#header {
    position: relative;
    padding: 40px;
    border-bottom: 3px solid #BEB489;
    min-height: 125px;
}

.container {
    margin: auto;
    max-width: 1172px;
}

.intro_text {
    padding:2.5em 1em;
    background: #011006;
    font-size:2.5em;
    text-align:center;
}

textarea, input {
	width: 100%;
	margin-bottom: 10px;
	background: rgba(0,0,0,0.3);
	border: none;
	outline: none;
	padding: 10px;
	font-size: 13px;
    color: #fff;
    border-radius: 4px;
	-webkit-transition: box-shadow .5s ease;
	-o-transition: box-shadow .5s ease;
    -webkit-transition: -webkit-box-shadow .5s ease;
    transition: -webkit-box-shadow .5s ease;
    transition: box-shadow .5s ease;
    transition: box-shadow .5s ease, -webkit-box-shadow .5s ease;
    border: 1px solid rgba(0,0,0,0.3);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 -5px 45px rgba(100,100,100,0.2), 0 1px 1px rgba(255,255,255,0.2);
	        box-shadow: inset 0 -5px 45px rgba(100,100,100,0.2), 0 1px 1px rgba(255,255,255,0.2);
}

.bottom {
    border-top: 1px solid silver;
    position: relative;
    padding: 0 10px;
    background: #011006;
}

@media (min-width: 1025px) {
    .bottom {
        padding: 0 100px;
    }
    #header {
        position: relative;
        padding: 0 100px 0 300px;
        min-height: 80px;
    }
}

.logo-wrapper {
    width: 100%;
    position: absolute;
    z-index: 10;
}

#jever-logo {
    position: absolute;
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    text-decoration: none;
    width: 70px;
    height: 70px;
}

#jever-logo img {
    width: 100%;
    height: auto;
    line-height: 0;
}

@media (min-width: 1025px) {
    .logo-wrapper {
        position: fixed;
    }
    #jever-logo {
        position: absolute;
        top: 0;
        left: 100px;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        padding: 20px;
        width: 120px;
        height: 120px;
        opacity: 1;
        visibility: visible;
        -webkit-transition: padding 500ms, width 500ms, height 375ms;
        -o-transition: padding 500ms, width 500ms, height 375ms;
        transition: padding 500ms, width 500ms, height 375ms;
        background-color: #032910;
        -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .4);
                box-shadow: 0 3px 10px rgba(0, 0, 0, .4);
    }

    .sticky-logo {
        padding: 15px !important;
        width: 70px !important;
        height: 70px !important;
    }
}

#btt {
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility .5s, opacity .5s ease-in-out;
    -o-transition: visibility .5s, opacity .5s ease-in-out;
    transition: visibility .5s, opacity .5s ease-in-out;
    padding: 35px 5px 10px 5px;
    font-size: 3rem;
    line-height: .2;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
    text-decoration: none;
}

#btt:hover {
    color: #fff;
}

@media (min-width: 1025px) {
    #btt {
        
    }
}

#btt.onpage {
    visibility: visible !important;
    opacity: 1 !important;
}

@media (max-width: 1024px) {
    nav {
        max-height: 0;
        width: 100%;
        overflow: hidden;
        -webkit-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        position: absolute;
        z-index: 15;
        top: 0;
        left: 0;
        right: 0;
        margin: 0;
        padding: 0;
        list-style: none;
        background: #032910 -webkit-radial-gradient(at top center, #005f20 -25%, #032910 70%) no-repeat;
        background: #032910 -o-radial-gradient(at top center, #005f20 -25%, #032910 70%) no-repeat;
        background: #032910 radial-gradient(at top center, #005f20 -25%, #032910 70%) no-repeat;
    }
}

@media (min-width: 1025px) {
    nav {
        display: block;
        position: relative;
    }
}

@media (max-width: 1024px) {

    nav::before {
        display: block;
        position: absolute;
        top: 15px;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        content: "";
        width: 110px;
        height: 110px;
        background: url(../images/jever-logo.png) no-repeat center;
        background-size: 110px 110px;
    }
}

/* mobile trigger for main navigation */
.show-nav {
    width: 52px;
    height: 42px;
    background-image: url(../images/icon_burger.png);
    background-size: 100%;
    display: block;
    position: absolute;
    right: 40px;
    top: 40px;
    z-index: 16;
}

.show-nav.open {
    height: 52px;
    z-index: 99999999;
    background-image: url(../images/icon_close.png);
}

.show-nav.open+nav {
    max-height: 1000px;
}

@media (min-width: 1025px) {
    .show-nav {
        display: none;
    }
}

nav>ul {
    list-style: none;
    white-space: nowrap;
    margin: 0 40px;
    padding: 150px 0 0 0;
    text-align: center;
}

@media (min-width: 1025px) {
    nav>ul {
        margin: 0;
        padding: 40px 0 0 0;
        text-align: left;
    }
}

nav li {
    border-top: 1px solid #005F20;
    position: relative;
    display: block;
    margin: 0;
    padding: 20px 0;
}

nav li.more {
    display: none;
}

@media (min-width: 1025px) {
    nav li {
        border-top: none;
        position: relative;
        display: inline-block;
        margin: 0 20px 20px 0;
        padding: 0;
    }
    nav li.ns {
        display: none;
    }
    nav li.more {
        display: inline;
    }
    nav li:last-child {
        margin-right: 0;
    }
}

nav li.active {
    border-top: 1px solid #BEB489;
}

@media (min-width: 1025px) {
    nav li.active {
        border-top: none;
    }
}

@media (max-width: 1024px) {
    nav li.active ul {
        position: static;
        margin: 0;
        padding: 0;
        background: transparent;
        -webkit-box-shadow: none;
                box-shadow: none;
    }
}

@media (max-width: 1024px) {
    nav li.active ul li {
        display: block;
        text-transform: none;
        border: none;
        padding: 20px 0;
    }
}

@media (max-width: 1024px) {
    nav li.active .second>a {
        color: #FAF9F6;
    }

    nav li.active .second>strong {
        color: #9E9265;
    }
}

.second>a:visited {
    color: #004417;
}

.second>a:hover {
    color: #9E9265;
}

.second>a:focus {
    color: #9E9265;
}

.second>a:active {
    color: #9E9265;
}

.first>a {
    font: 1.7rem/1.176470588235294 'Frutiger LT W01_67 Bold Cond';
    letter-spacing: .005em;
    color: #BEB489;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: color ease .2s;
    -o-transition: color ease .2s;
    transition: color ease .2s;
    padding: 15px;
}

.first>a:visited {
    color: #BEB489;
}

.first>a:hover {
    color: #FAF9F6;
}

.first>a:focus {
    color: #FAF9F6;
}

.first>a:active {
    color: #FAF9F6;
}

@media (min-width: 1025px) {
    .first>a {
        font-family: 'Frutiger LT W01_57 Condensed';
    }

    .first.active>a {
        color: #FAF9F6;
    }
}


@media (min-width: 1025px) {

    /* 2nd level */
    nav ul ul {
        overflow: hidden;
        height: 0;
        -webkit-transition: height .3s;
        -o-transition: height .3s;
        transition: height .3s;
        position: absolute;
        z-index: 200;
        top: 30px;
        left: -5px;
        background: #FAF9F6;
        min-width: 200px;
        padding: 0;
        border-radius: 3px;
        -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .4);
                box-shadow: 0 3px 10px rgba(0, 0, 0, .4);
    }
}

nav ul ul li {
    padding: 20px;
    margin: 0 0 -20px 0;
}

@media (max-width: 1024px) {
    nav ul ul li {
        display: none;
    }
}

@media (min-width: 1025px) {
    nav ul li:hover ul {
        height: 250px;
    }

    nav ul li:nth-child(2):hover ul {
        height: 140px;
    }
}

.second>a,
.second>strong {
    font-size: 1.6rem;
    line-height: 1.1875;
    letter-spacing: .005em;
    font-weight: normal;
    color: #004417;
    text-decoration: none;
}

.second>a:visited {
    color: #004417;
}

.second>a:hover {
    color: #9E9265;
}

.second>a:focus {
    color: #9E9265;
}

.second>a:active {
    color: #9E9265;
}

.second strong {
    font-size: 1.6rem;
    letter-spacing: .005em;
    color: #9E9265;
    font-weight: normal;
}

.fb-link-header img {
    vertical-align: text-top;
    width: 26px;
    height: 25px;
}

@media (min-width: 1025px) {
    .fb-link-header img {
        width: 18px;
        height: 17px;
    }
}

.fb-link-header:hover img {
    -webkit-filter: brightness(2);
            filter: brightness(2);
}

.visual {
    position: relative;
    z-index: 5;
    max-width: 1172px;
    margin: 0 0 3px 0;
    overflow: hidden;
}

.visual img {
    width: 100%;
}

@media (min-width: 1025px) {
    .visual {
        overflow: visible;
    }
}

.visual .visual-text {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: block;
    height: 100%;
    min-width: 500px;
    max-width: 600px;
}

.visual h1 {
    color: #FAF9F6;
    text-transform: uppercase;
    font-size: 4.8rem;
    line-height: 0.875;
    text-shadow: 0 3px 10px rgba(0, 0, 0, .4);
    position: absolute;
    bottom: 60px;
    left: 40px;
}

@media (min-width: 1025px) {
    .visual h1 {
        left: 100px;
    }
}

.tiles {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 3px;
}

@media (min-width: 1025px) {
    .tiles {
        grid-template-columns: repeat(3, 1fr);
    }
}

.visual a,
.tiles a {
    display: block;
    height: 100%;
    -webkit-transition: background-color .4s;
    -o-transition: background-color .4s;
    transition: background-color .4s;
    text-decoration: none;
}

.visual a:hover,
.visual a:focus,
.visual a:active,
.tiles a:hover,
.tiles a:focus,
.tiles a:active {
    background-color: rgba(0, 34, 12, .25);
}

.tiles a:hover h2,
.tiles a:focus h2,
.tiles a:active h2 {
    color: #FAF9F6;
}

.tile-780,
.tile-388 {
    position: relative;
    overflow: hidden;
    height: 388px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 0;
}

.tile-780 {
    grid-column: 1 / span 2;
}

.tile-780 div,
.tile-388 div {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 34, 12, .8);
}

@media (min-width: 1025px) {
    .tile-780 div {
        height: 100%;
        width: 220px;
    }
}

.tile-780 strong,
.tile-388 strong {
    color: #FAF9F6;
    font: 1.5rem/1 'Frutiger LT W01_67 Bold Cond';
    letter-spacing: .005em;
    text-transform: uppercase;
    display: block;
    margin: 30px 30px 10px 30px;
}

.tile-780 h2,
.tile-388 h2 {
    color: #BEB489;
    font: 2.2rem/1.090909090909091 'Frutiger LT W01_67 Bold Cond';
    letter-spacing: .005em;
    margin: 10px 30px;
    -webkit-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s;
}


/* ======================================================== */
/* ======================== Footer ======================== */
/* ======================================================== */

footer {
    margin-top: 50px;
    padding: 25px 0 0 0;
    border-top: 3px solid #BEB489;
}

@media (min-width: 1025px) {
    footer {
        padding: 0;
        border: 0;
    }
}

footer ul {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

footer li {
    display: block;
    margin: 0 0 40px 0;
}

@media (min-width: 1025px) {
    footer li {
        display: inline;
        margin: 0 30px 0 0;
    }
}

footer ul a {
    font-size: 1.4rem;
    line-height: 1.285714285714286;
    letter-spacing: .001em;
    color: #FAF9F6;
    text-decoration: none;
    text-transform: uppercase;
}

footer ul a:visited {
    color: #FAF9F6;
}

footer ul a:hover {
    color: #BEB489;
}

footer ul a:focus {
    color: #BEB489;
}

footer ul a:active {
    color: #BEB489;
}

.fb-link {
    text-align: center;
    margin: 10px auto 50px auto;
}

.fb-link a {
    font-family: 'Frutiger LT W01_67 Bold Cond';
    font-size: 1.7rem;
    letter-spacing: .005em;
    color: #BEB489;
    text-decoration: none;
}

.fb-link a:visited {
    color: #BEB489;
}

.fb-link a:hover {
    color: #FAF9F6;
}

.fb-link a:focus {
    color: #FAF9F6;
}

.fb-link a:active {
    color: #FAF9F6;
}

.fb-link img {
    vertical-align: middle;
    padding-right: 5px;
    width: 52px;
    height: 50px;
}

@media (min-width: 1025px) {
    .fb-link img {
        width: 26px;
        height: 25px;
    }
}

.fb-link:hover img {
    -webkit-filter: brightness(2);
            filter: brightness(2);
}

.fb-link span {
    margin-top: 5px;
}

/* ========= A2A Custom Styles ========== */

.a2a_kit .a2a_svg {
	background: transparent !important;
}

.infini-column h1 {
	text-align: center;
    background: #011006;
    padding:20px;
    color: #fff;
	font-size: 2.5em;
    font-family: rajdhani;
    text-transform: uppercase;
}

#gallery-wrapper {
    width: 100%;
    position:relative;
    padding:10px 0;
}

#gallery-wrapper img {
    width: 100%;
}

#gallery-wrapper .item {
    position:relative;
    margin-bottom: 1%;
    border: 2px solid  #011006;
    line-height: 0;
    -webkit-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;
    -webkit-transform: translateY(30px) scale(0.8);
        -ms-transform: translateY(30px) scale(0.8);
            transform: translateY(30px) scale(0.8);
    opacity: 0;
}

#gallery-wrapper .item.visible {
    opacity: 1;
    -webkit-transform: translateY(0px) scale(1);
        -ms-transform: translateY(0px) scale(1);
            transform: translateY(0px) scale(1);
}

#gallery-wrapper .mask {
    position: absolute;
    top: 0; left:0;
    pointer-events:none;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity ease .3s;
    -o-transition: opacity ease .3s;
    transition: opacity ease .3s;
    background: rgba(0, 34, 12, .5);
}
#gallery-wrapper .mask i {
	position: absolute;
	top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transition: all cubic-bezier(.65,-0.15,0,1.78) .2s .2s;
    -o-transition: all cubic-bezier(.65,-0.15,0,1.78) .2s .2s;
    transition: all cubic-bezier(.65,-0.15,0,1.78) .2s .2s;
	-webkit-transform: translate(-50%,-50%) scale(.7);
	    -ms-transform: translate(-50%,-50%) scale(.7);
	        transform: translate(-50%,-50%) scale(.7);
	color: #fff;
	font-size: 5em;
}

#gallery-wrapper .item:hover .mask {
    opacity: 1;
}
#gallery-wrapper .item:hover .mask i {
    opacity: 1;
    -webkit-transform: translate(-50%,-50%) scale(1);
        -ms-transform: translate(-50%,-50%) scale(1);
            transform: translate(-50%,-50%) scale(1);
}

#gallery-loader {
    text-align:center;
}
#gallery-loader i {
    color: #fff;
    font-size: 4em;
    padding:2em;
}

.img-wrapper {
    line-height: 0;
}

.img-wrapper img {
    width: 100%;
}

.gutter-sizer {
    width: 0;
  }
  .grid-sizer,
  .item {
    width: 100%;
  }

/* Extra Small Devices, Phones */

@media only screen and (min-width: 480px) {
  .gutter-sizer {
    width: 1%;
  }
  .grid-sizer,
  .item {
    width: 49.5%
  }
}


/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {
  .gutter-sizer {
    width: 1%;
  }
  .grid-sizer,
  .item {
    width: 49.5%
  }
}


/* Medium Devices, Desktops */

@media only screen and (min-width: 1025px) {
  .gutter-sizer {
    width: 1%;
  }
  .grid-sizer,
  .item {
    width: 32.6%;
  }
}

/* @media only screen and (min-width: 1200px) {
  .gutter-sizer {
    width: 1%;
  }
  .grid-sizer,
  .brick {
    width: 19.2%;
  }
} */

.aw-modal {
	position: fixed;
    top: 0;
    right: 0;
    background: rgba(0,0,0,0.6);
	bottom: 0;
	left: 0;
	z-index: 1050;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}
.aw-modal-wrapper {
    width: 70vw;
    position:absolute;
    top: 10%;
    left: 50%;
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background:#fff;

}

.aw-modal header {
    background: #011006;
    color: #fff;
    padding: 10px 20px;
    text-align:center;
    font-family: poppins;
    font-weight: 600;
    font-size: 25px
}
.aw-modal .modal-body {
    text-align:center;
    padding: 25px 0;
}

.aw-modal .modal-body a {
    color: #011006;
}

.aw-modal .modal-body h5 {
	font-size: 15px;
    padding-top: 20px;
    max-width: 80%;
    margin: auto;
}

.aw-modal .modal-body h3 {
    font-size: 25px;
    line-height: 30px;
}

.aw-modal .modal-body img {
    width: 80px;
}

.aw-modal .aw-grid {
    display: grid;
    width: 90%;
    margin:auto;
    grid-template-columns: 110px 1fr;;
}

.aw-checkbox {
	font-size: 20px;
	margin-top: 10px;
}

.aw-checkbox input {
    width: auto;
}

.aw-modal .aw-buttons button {
    font-size: 15px;
    margin: 20px 5px;
    color: #fff;
    background: #011006;
    border: 1px solid #011006;
    
}

.aw-modal .aw-bottom-info {
    text-align: justify;
    font-size: 15px;
    margin-bottom:0;
}

@media (max-width: 860px) {
    .aw-modal-wrapper {
        top:0;
        bottom:0;
        width: 100%;
    }
    .aw-modal .modal-body h3 {
        font-size: 20px;
    }
    .aw-modal .modal-body h5 {
        font-size: 15px;
        padding-top: 20px;
        max-width: 95%;
    }
    .aw-modal .aw-bottom-info {
        padding: 0 15px;
    }
}

@media (max-width: 400px) {
    .aw-modal .aw-grid {
        display: inline;
    }
    .aw-modal .aw-buttons button {
        margin: 5px;
    }
}

main.texts {
    color: #fff;
    font-size:2em;
    padding: 2em;
    background: #011006;
}
main.texts h1 {
    text-align: center;
    font-size: 30px;
    text-decoration: underline;
}
main.texts p.bold {
    font-weight: bold;
}
main.texts .divider {
    height: 20px;
}

.paginator {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
    margin: 20px auto;
    background: #011006;
	border-radius: 4px;
	max-width: 95%;
	font-size: 15px;
	border: 1px solid #011006;
}
.paginator > li {
	display: inline;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}
.paginator > li > a, .paginator > li > span {
	position: relative;
	float: left;
	padding: 9px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	width: 100%;
	text-align: center;
}
.paginator > li:first-child > a,
.paginator > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.paginator > li:last-child > a,
.paginator > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.paginator > li > a:hover,
.paginator > li > span:hover,
.paginator > li > a:focus,
.paginator > li > span:focus {
    background: #000;
}
.paginator > .active > a,
.paginator > .active > span,
.paginator > .active > a:hover,
.paginator > .active > span:hover,
.paginator > .active > a:focus,
.paginator > .active > span:focus {
  z-index: 2;
  cursor: default;
  background-color: #000;
}
.paginator > .disabled > span,
.paginator > .disabled > span:hover,
.paginator > .disabled > span:focus,
.paginator > .disabled > a,
.paginator > .disabled > a:hover,
.paginator > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
}
.paginator-lg > li > a,
.paginator-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.paginator-lg > li:first-child > a,
.paginator-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.paginator-lg > li:last-child > a,
.paginator-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.paginator-sm > li > a,
.paginator-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.paginator-sm > li:first-child > a,
.paginator-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.paginator-sm > li:last-child > a,
.paginator-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

@media screen\0 {
    #infinite-container {
        max-width: 1170px;
        margin: auto;
        padding:0;
    }
    .fb_iframe_widget_lift {
        width: 100% !important;
    }
    .tiles::after {
        content:"";
        clear:both;
        display:table;
    }
    .tiles {
        width: 100%;
    }
    .tile-780, .tile-388 {
        float:left;

        width: 33.3%;

    }
}