@charset "utf-8";

@font-face {
	font-family: 'InterRegular';
	src: url('fonts/Inter-Regular.woff') format('woff');
}
@font-face {
	font-family: 'InterLight';
	src: url('fonts/Inter-ExtraLight.woff') format('woff');
}
@font-face {
	font-family: 'InterBold';
	src: url('fonts/Inter-Bold.woff') format('woff');
}
@font-face {
	font-family: 'InterItalic';
	src: url('fonts/Inter-Italic.woff') format('woff');
}
html {
    height: 100%;
    width: 100%;
}
body {
    height: 100%;
    width: 100%;
    padding: 0px;
    margin: 0px;
    font-family: "InterLight", "Arial", sans-serif;
    color: #262626;
    background-color: #f2f2f2;
    background-size: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
a {
    color: #262626;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
img {
    cursor: pointer;
}

/* MENU */

nav {
    height: 100px;
    background: linear-gradient(110deg, #f2f2f2 47%, #048e28 47%);
}
nav a {
    color:  #f2f2f2;    
}
.navwrapper {
    max-width: 960px;
    margin: 0 auto;
}
.logo img {
    width: 30px;
    height: 30px;
    padding: 35px 15px 35px 30px;
}
.logo {
    float: left;
    height: 100px;
}
h1 {
    float: left;
    margin: 0 0 0 10px;
    font-family: "InterRegular";
    font-size: 24px;
    line-height: 100px;
    color: #048e28;
}
.menu {
    margin: 0;
    float: right;
    height: 100px;
    padding: 0;
}
.menu ul {
    margin: 0;
    height: 100px;
    padding: 0 10px 0 0;
}
.menu li {
    list-style: none;
    float: left;
    line-height: 100px;
}
.menu li a {
    margin-left: 18px;
    font-size: 18px;
    font-family: "InterRegular";
}

/* GALLERY */

.gallery {
    margin-top: 10px;
    width: 100%;
}
.gallery li img {
    height: 300px;
    width: 450px;
}
.oneimage {
    text-align: center;
}
.oneimage img {
    height: 300px;
    width: 450px;
    margin-top: 10px;
}
.threeimages {
    max-width: 1370px;
    margin: 10px auto 0 auto;
}

/* CONTENT */

.wrapper {
    position: relative;
    clear: both;
    max-width: 960px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 20px;
}
.empty {
    height: 30px;
}
.space {
    height: 30px;
}
.headline {
    margin-top: 50px;
    background: linear-gradient(110deg, #f2f2f2 10%, #048e28 10%);
}
h2 {
    font-size: 32px;
    font-family: "InterBold";
    padding: 25px;
    margin: 0;
    color:  #f2f2f2;
}
h3 {
    font-size: 22px;
    font-family: "InterBold";
    padding: 10px;
    margin: 0;
}
p {
    padding: 15px;
    margin: 0;
    font-size: 18px;
    text-align: justify;
}
footer p {
    text-align: center;
}
footer {
    padding-bottom: 80px;
}
strong {
    font-family: "InterRegular";
    font-weight: normal;
    color: black;
}
.half, .third, .quarter {
    float: left;
}
.half {
    width: 50%;
}
.third {
    width: 33.33%;
}
.quarter {
    width: 25%;
}
.endfloat {
    clear: both;
}
.just {
    text-align: justify;
}
.formbutton {
    border: solid 2px #f2f2f2;
    margin: 20px auto;
    padding: 15px; 
    width: 120px;
    font-family: "InterRegular";
    cursor: pointer;
    background-color: #048e28;
    color: #f2f2f2;
    text-align: center;
}
.formbutton:hover {
    border: solid 2px #048e28;
    background-color: #f2f2f2;
    color: #048e28;
}
.longbutton {
        width: 150px;
}
.icons {
    margin: 0 auto;
    max-width: 960px;
}
.icons li {
    width: 65px;
    height: 65px;
    list-style: none;
    float: left;
    margin: 40px;
}
.icons li img {
        cursor: default;
}
.corner {
    position: fixed;
    display: inline-block;
    width: 200px;
    height: 200px;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0) 50%, #048e28 50%);
    text-align: center;
    color: #fff;
}
.p1 {
    transform: rotate(-45deg);
    text-align: center;
    margin: 110px 15px;
    font-family: "InterBold";
    font-size: 20px;
    cursor: pointer;
}
.p2 {
    transform: rotate(-45deg);
    text-align: center;
    margin: -130px 100px;
    font-family: "InterBold";
    font-size: 32px;
    cursor: pointer;
}
.center {
    text-align: center;
}
.highlight {
    color: #048e28;
    font-family: "InterBold";
    font-size: 32px;
}
.strikethrough {
    text-decoration: line-through;
}
/*
#info:before, #nabidka4kk:before  {
    background-image: url(images/bg1.jpg);
    opacity: 0.2;
    filter: blur(3px);
}
#nabidka2kk:before {
    background-image: url(images/bg2.jpg);
    opacity: 0.2;
    filter: blur(3px);
}
#info, #nabidka2kk, #nabidka4kk {
    position: relative;
}
#info:before, #nabidka2kk:before, #nabidka4kk:before {
    content: ' ';
    display: block;
    position: absolute;
    left: auto;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    background-size: cover;
}
*/

/* ANIMATIONS */
.reveal {
  position: relative;
  transform: translateY(50px);
  opacity: 0;
  transition: 0.5s all ease;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

/* HAMBURGER */

#menu_checkbox {
  display: none;
}

label {
  position: absolute;
  top: 35px;
  right: 35px;
  display: none;
  width: 30px;
  height: 30px;
  margin: 0 auto 0 auto;
  cursor: pointer;
}

label:before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

label div {
  position: relative;
  top: 0;
  height: 6px;
  background-color: #fff;
  margin-bottom: 6px;
  transition: 0.3s ease transform, 0.3s ease top, 0.3s ease width,
    0.3s ease right;
  border-radius: 1px;
}

label div:first-child {
  transform-origin: 0;
}

label div:last-child {
  margin-bottom: 0;
  transform-origin: 30px;
}

label div:nth-child(2) {
  right: 0;
  width: 30px;
}

#menu_checkbox:checked + label div:first-child {
  top: -3px;
  transform: rotateZ(45deg);
}

#menu_checkbox:checked + label div:last-child {
  top: 3px;
  transform: rotateZ(45deg);
}

#menu_checkbox:checked + label div:nth-child(2) {
  width: 42.5px;
  top: 0;
  right: 6.5px;
  transform: rotateZ(-45deg);
}


/* RESPONSIVE */

@media only screen and (max-width: 1800px) {
    nav {
        background: linear-gradient(110deg, #f2f2f2 45%, #048e28 45%);
    }
}

@media only screen and (max-width: 1150px) {
    h2 {
        margin-left: 40px;
    }
}
    
@media only screen and (max-width: 1024px) {
    h2 {
        margin-left: 60px;
    }
}

@media only screen and (max-width: 920px) {
    
    nav {
        z-index: 100;
        margin-top: -10px;
        position: fixed;
        width: 100%;
        opacity: 1;
        background: linear-gradient(110deg, #f2f2f2 70%, #048e28 30%);
    }
    .firstGallery {
        padding-top: 100px;
    }
    .menu ul {
        z-index: 101;
        display: none;
        position: absolute;
        top: 100px;
        right: 0;
        float: none;
        padding: 0;
    }
    .menu li {
        float: none;
        background-color: #f2f2f2;
        margin: 0;
        padding: 15px 20px;
        line-height: 18px;
        text-align: left;
    }
    .menu li a {
        margin: 0;
        color: #262626;
    }
    label {
        display: block;
    }
    h2 {
        margin-left: 60px;
    }
    .icons {
        max-width: 600px;
    }
    .icons li {
        width: 65px;
        height: 65px;
        list-style: none;
        float: left;
        margin: 14px;
    }
 
}

@media only screen and (max-width: 600px) {
    
    nav {
        background: linear-gradient(110deg, #f2f2f2 80%, #048e28 20%);
    }
    .half {
        width: 100%;
    }
    .third {
        width: 100%;
    }
    .quarter {
        width: 50%;
    }
    h2 {
        font-size: 18px;
        margin-left: 30px;
    }
    .icons {
        max-width: 320px;
    }

}

@media only screen and (max-width: 450px) {
    
    nav {
        background: linear-gradient(110deg, #f2f2f2 75%, #048e28 25%);
    }
    h1 {
        font-size: 18px;
    }
}

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

    h1 {
        font-size: 14px;
    }
}