@font-face {
  font-family: "DINPro";
  src: url("fonts/DINPro.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DINPro";
  src: url("fonts/DINProLight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "DINPro Cond";
  src: url("fonts/DINPro-CondMedium.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "DINPro Cond";
  src: url("fonts/DINPro-CondBold.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "DINPro CondLight";
  src: url("fonts/DINPro-CondLight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
}

body{
	margin:0; padding: 0;
}

header{
	width: 100%; height: 130vh; position: relative; background: url(background.jpg); background-size: cover; background-repeat: no-repeat; background-position: center;
}



.pattern{
	width: 100%; height: 130vh; position: absolute; background:rgba(255,255,255,0.85);
}

.pattern h1{
    font-size: 36px;
    color: #0071bb;
    position: absolute;
    top: calc(50% - 200px);
    margin: 0;
    text-transform: uppercase;
    font-family: "DINPro Cond";
}

.pattern h3{
	    font-size: 16px;
    color: #000;
    position: absolute;
    top: calc(50% - 90px);
    margin: 0;
    font-family: "DINPro";
}

.h3_2{
    font-size: 16px;
    color: #000;
    position: absolute;
    font-style: italic;
    top: calc(50% + 130px);
    margin: 0;
    font-family: "DINPro";
}


.logo{
	position: absolute;
	top: 15px;left: 10px;
	height: 50px; width: 200px;
	background:url(logo.png);
	z-index: 99;
	background-size: 100%; background-position: center; background-repeat: no-repeat;
}

.download{
    width: 520px;
    height: 60px;
    background:  #04538e;
    padding: 17px;
    border: none;
    outline: none;
    font-size: 24px;
    cursor: pointer;
    color: #fff;
    position: relative;
    font-family: "DINPro Cond";
    -webkit-transition: all 350ms;
    -o-transition: all 350ms;
    transition: all 350ms !important;
}

.download:hover{
	   background:  #528dcb;
}

.pattern a {
	display: block;
            top: calc(50% + 40px);
	position: absolute;
}


.ui-sortable-handle:nth-child(3) .wdform-element-section{
    border: none;
}

.download:after{
    content: "";
    background: url(arrow-right.png);
    width: 30px;
    height: 10px;
    display: block;
    right: 20px;
    top: 27px;
    transform: translateX(0px);
    position: absolute;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
             -webkit-transition: all 350ms;
    -o-transition: all 350ms;
    transition: all 350ms;
}

.download:hover:after{
	 opacity: 1; 
    transform: translateX(10px);
}


.checlist{
    width: 45vw;
    height: 65vw;
    position: absolute;
    z-index: 10;
    top: 15vh;
    right: 0px !important;
    background: url(checlist-1.png);
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
}

.land-1 .checlist{
    background: url(land-1-header-img.png);
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
            top: 0;
}

.land-2 .checlist{
    background: url(land-2-header-img.png);
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;

}

.land-3 .checlist{
    background: url(land-3-header-img.png);
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
}


.wrapper{
	width: 100%; max-width: 1080px; margin:0 auto;
}

.head--container{
	padding-top:20px;
}

.head--container h2{
	  font-family: "DINPro Cond"; font-size: 30px; color: #484848; text-transform: uppercase;display: flex;

}
.head--container p{
    font-family: "DINPro"; font-size: 16px; color: #000; opacity: 0.6;
    max-width: 550px;
}

.body--container{
	padding-top: 70px;
}

.body--container h3{
	  font-family: "DINPro Cond"; font-size: 30px; color: #0071bb; text-transform: uppercase;
}

.nunber{
	  font-family: "DINPro Cond"; font-size: 30px; color: #0071bb; text-transform: uppercase;     float: left;
}

.content--table{
	width: 100%; height: auto; display: table; position: relative;
}

.row{
	    width: 100%;
    margin: 20px 0 10px 0;
    float: left;
}


 .row p{
       font-family: "DINPro";
    font-size: 16px;
    color: #000;
    margin: 4px 35px;
    opacity: 0.6;
    max-width: 100%;
}

address{
	    position: absolute;
    font-style: normal;
    z-index: 9;
    right: 30px;
    top: 20px
}

.content{
	width: 100%; height: auto; position: relative; padding-bottom: 50px;
}

footer{
	width: 100%; height: 100vh; position: relative; background:#e8e8e8;     overflow: hidden;
}

footer h2{
	    font-size: 40px;
    color: #0071bb;
    position: absolute;
    top: calc(30% - 100px);
    margin: 0;
    text-transform: uppercase;
    font-family: "DINPro Cond";
}

.forms{
top: calc(30% + 20px);
    margin-left: -10px;
    position: absolute;
}

.form3 .warning, .form3 .error {
    background-color: initial !important;
    border: none !important;
    font-family: "DINPro";
    padding: 10px;
}


footer p{
font-size: 16px;
    color: #000;
    position: absolute;
    top: calc(30% - 45px);
    margin: 0;
    font-family: "DINPro";
}

 address p{
font-size: 16px;
    color: #000;
    margin: 0;
    opacity: 0.5;
    font-family: "DINPro";
}

hr{
	width: 1px;  height: 100vh; top: 0; position: fixed; background: #7b7b7b; border-width: initial; border-style: none; margin: 0; z-index: 99; opacity: 0.1;
}

hr:nth-child(1){
	left: 100px;
}

hr:nth-child(2){
	left: 36%;
}

hr:nth-child(3){
	right: 36%;
}

hr:nth-child(4){
	right: 100px;
}



.form3 input[type="text"] {
    border-radius: 0px;
    height: 50px !important;
    padding: 0 3px !important;
    background: initial;
    border: initial;
    width: calc(100% - 6px);
    color: rgba(0,0,0,0.5);
    font-family: "DINPro";
    font-size: 16px;
    z-index: 99;
    -webkit-transition: all 350ms;
    -o-transition: all 350ms;
    transition: all 350ms;
    border-bottom: 1px solid #c4c4c4;
    outline: none;
}


 .form3 .empty_input{
background: #e8e8e8 !important;
}




.form3 input[type="text"]:focus {
	background: #e8e8e8 !important;
}

.form3 input[type="text"]:active {
	background: #e8e8e8 !important;
}



.form3 .wdform-element-section {
    text-align: left;
    display: table-cell;
    min-width: 140px;
    margin-top: -33px;
        border-bottom: 1px solid #c4c4c4;
}

.form3 .wdform-label {
    border: none;
    vertical-align: top;
    line-height: normal !important;
    font-size: 16px;
    color: #000;
    margin: 0;

    font-family: "DINPro";
}

.wdform-required{
	display: none;
}

.form3 .wdform_page {
    background: initial !important;
}

.form3 .wdform-element-section {
    z-index: 99 !important;
    position: relative !important;
}

.form3 .wdform-element-section {
    text-align: left;
    display: table-cell;
    min-width: 140px;
    width: 400px !important;
}

.form3 .button-submit {
    margin:  30px 0 0 -4px !important;
  width: 400px !important;
    height: 60px !important;
    background: #04538e!important;
    padding: 17px !important;
    border: none !important;
    outline: none !important;
    font-size: 24px !important;
        line-height: normal !important;
    color: #fff !important;
    font-family: "DINPro Cond" !important;
                 -webkit-transition: all 350ms;
    -o-transition: all 350ms;
    transition: all 350ms;
}

.form3 .button-submit:hover{
	   background:  #528dcb!important;
}


.form3 .button-submit:after{
    content: "";
    background: url(arrow-right.png);
    width: 30px;
    height: 10px;
    display: block;
    right: 20px;
    top: 56px;
    transform: translateX(-10px);
    position: absolute;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
             -webkit-transition: all 350ms;
    -o-transition: all 350ms;
    transition: all 350ms;
}

.form3 .button-submit:hover:after{
    transform: translateX(0px);
}


.ui-sortable-handle:nth-child(4) .wdform-element-section {
	border: none !important
}

.img-box{
    width: 470px;
    height: 350px;
    z-index: 9;
    background: url(ludi.jpg);
    position: relative;
    margin: 60px -56px 0px 25px;
    float: left;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.text-box{
    width: 470px;
    background: #e8e8e8;
    padding: 60px 50px 60px 90px;
    height: auto;
    float: left;
    font-family: "DINPro" !important;
    font-size: 14px;
    margin-bottom: -50px;
}

.text-box p{
        margin-bottom: 25px;
}

.checlist--footer{
width: 50vw;
    height: 65vw;
    position: absolute;
    top: -10vh;
    right: 0px;
    background: url(checlist-1.png);
    background-size: 75%;
    background-position: center;
    background-repeat: no-repeat;
}

.checlist--footer--pen{
    width: 15vw;
    height: 50vw;
    position: absolute;
    top: 6vh;
    right: 0px;
    background: url(pen-1.png);
    background-size: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.form3 .warning, .form3 .error {
    background-color: initial !important;
    border: none !important;
    font-family: "DINPro";
    padding: initial;
    width: 400px;
}

.warning p{
    top: 40%;
    right: 0;
    color: green;
    margin-left: 10px !important;
}

.head--container h2:after{
    content: "";
    display: block;
    width: 20vw;
    height: 2px;
    margin: 15px;
    background: #04538e;
}


@media(min-width: 1600px){



    footer h2{

                top: calc(40% - 100px);
    }
    footer p{
        top: calc(40% - 45px);
    }



    
    .forms{
         margin-left: -10px;
          top: calc(40% + 20px);
    }


}

@media(max-width: 1100px){
    .wrapper{
         max-width: 900px;
    }   
    .checlist{
right: 0px !important;
    }

    .checlist--footer{
        right: 0px !important;
    }
}

@media(max-width: 800px){


.h3_2 {
    font-size: 14px;
    color: #000;
    position: absolute;
    font-style: italic;
    top: calc(35% + 130px);
    width: calc(100% - 40px) !important;
    margin: 0;
    font-family: "DINPro";
}

    .wrapper{
        width: calc( 100% - 40px );
        max-width: initial;
        display: block !important;
    }

.img-box {
    width: 100%;
    height: 250px;
    margin: 0 auto;
    float: initial;
}


.text-box {
    width: calc(100% - 40px);
    background: #e8e8e8;
    padding: 20px;
    height: auto;
    float: left;
    font-family: "DINPro" !important;
    font-size: 14px;
    margin-bottom: 60px;
}

.row p{
    margin: 0px 30px !important;
}

  .pattern h1{
        top: calc(25% - 90px);
        font-size: 20px;
  }
    .pattern h3{
    top: calc(25% - 25px);
    font-size: 14px;
    max-width: 300px;
    }

    .pattern a {
    top: calc(35% + 50px);
}
  .checlist {
    width: 46%;
    height: 110vw;
    top: 20px;
    background-size: 80%;
    right: 0 !important;
}

.download {
    width: calc(100vw - 40px);
    height: 50px;
    background: #04538e;
    padding: 12px;
    border: none;
    outline: none;
    font-size: 14px;
}

.download:after{
    top: 20px;
}

.head--container h2 {
    font-size: 24px;
}

.body--container h3 {
    font-size: 20px;
    }

    .row {
    width: calc(100% - 20px);
    margin: 20px auto;
    float: left;
}

.head--container p {
    font-size: 14px;
}

.head--container {
    padding-top: 70vw;
}
footer h2 {
    font-size: 28px;
    top: calc(25% - 100px);
}

footer p {
    font-size: 14px;
    top: calc(25% - 45px);
}

.form3 .wdform-element-section {
    width: calc(100% + 70px) !important;
}


.form3 .button-submit {
    margin: 30px 0 0 0 !important;
    width: calc(100% + 90px) !important;
    height: 50px !important;
    background: #04538e!important;
    padding: 13px !important;
    border: none !important;
    outline: none !important;
    font-size: 20px !important;
    line-height: normal !important;
    color: #fff !important;
    font-family: "DINPro Cond" !important;
    -webkit-transition: all 350ms;
    -o-transition: all 350ms;
    transition: all 350ms;
}

.form3 .button-submit:after {
    right: -85px;
    top: 52px;
    }

    .forms {
    top: calc(25% + 20px);
    margin-left: -10px;
    position: absolute;
}
.checlist--footer {
    width: 100%;
    height: 123vw;
    position: absolute;
    top: 80vh;
    background-size: 90%;
    right: 0 !important;
    }
    footer {
    width: 100%;
    height: 150vh;
}


address {
    position: absolute;
    font-style: normal;
    z-index: 9;
    left: 20px;
    right: initial;
    top: 70px;
}

.body--container-mob {
    margin-top: 310px;
}

}

@media(max-width: 450px){
    hr{
        display: none;
    }

    .checlist--footer--pen{
        display: none;
    }


      .checlist {
    width: 100%;
    height: 150vw;
    top: calc(55% + 100px);
    right: 0 !important;
    }
}

/*---------LAND 1_________________*/
.fixed-bakground{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: url(background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
      background-position: center;
}

.land-1 header{
    height: 100vh;
        background: initial;
}

.land-1 .content{
        background: #fff;
            display: table;
}


.land-1 header .pattern{
    height: 100vh;
}

.land-1 header .wrapper{
    margin-top: 15vh;
}

.land-1 .pattern h3 {
    font-size: 16px;
    color: #000;
    position: relative;
    top: initial;
    font-weight: 100;
}

.land-1 .pattern h3 b{
font-weight: 700;
margin:20px 0;
    display: block;
}

.land-1 .pattern h1 {
    color: #5f8815;
    position: relative;
    top: initial;
    margin: 20px 0;
}

.land-1 .pattern a {
    top: initial;
    position: inherit;
    margin: 20px 0;
}

.land-1 .h3_2 {
    position: initial;
    font-style: italic;
    top: initial;
    margin: 0;
}

.land-1 .download{
    background: #5f8815;
}

.land-1 .download:hover{
    background: rgba(95, 136, 21, 0.77);
}

.land-1 .body--container h3{
    color: #5f8815;
}

.land-1 .nunber{
    color: #5f8815;
}

.land-1 .title-content{
    font-size: 16px;
    color: #5f8815;
    position: relative;
    display: block;
    margin: 0 0 20px;
    font-weight: 100;
    font-family: "DINPro";
}

.land-1 .title-content-2{
    font-size: 16px;
    color: #000;
    position: relative;
    display: block;
    margin: 0 0 20px;
    font-weight: 100;
    font-family: "DINPro";
        max-width: 600px;
}

.land-1 .row-2-col .content--table{
    float: left;
    width: 50%;
        margin-bottom: 50px;
}

.land-1 .row-2-col p{
margin: 4px 35px 0 0; 
opacity: 1;
font-weight: 100;
}

.land-1 .row-2-col p b{
    font-weight: 700;
}

.land-1 .row-2-col .old-row{
    margin-bottom: 50px;
}

.land-1 footer h2{
    color: #5f8815;
}

.land-1  .form3 .button-submit {
    background: #5f8815 !important;
}

.land-1  .checlist--footer{
    background: url(land-1-footer-img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%;
}

.land-1 .background-box{
    background: rgba(126, 160, 62, 0.95);
}

.land-1 .background-box .wrapper-in{
    max-width: 600px;
        display: table;
}

.land-1 .background-box h4{
    font-family: "DINPro Cond";
    font-size: 24px;
    color: #fff;
    float: left;
    margin: 40px 0 5px;
    text-transform: uppercase;
}

.land-1 .background-box p{
    color: #fff;
    margin: 0 0 20px;
        opacity: 1;
}

.land-1 .background-box .h3_2{
    color: #fff;
    float: left;
    margin-top: 20px;
    font-style: initial;
    opacity: 0.5 !important;
}

@media(max-width: 800px){
    .land-1 .row-2-col .content--table{
        width: 100%;
    }
    
    .land-1 header .wrapper {
        margin-top: 25vh;
    }

    .land-1 .checlist {
        background-size: 70%;
        top: calc(66% + 200px);
    }

    .land-1 header {
        height: 800px;
        background: initial;
    }
    .land-1 header .pattern {
        height: 840px;
    }
    .land-1 .row{
            margin: 10px auto;
    }
    .land-1 .row p {
        margin: 0px 0px !important;
        font-size: 14px;
    }
    .land-1 .wrapper-in .row p {
        margin: 0 !important;
        font-size: 14px;
    }
    .land-1 .background-box h4 {
        font-size: 20px;
        margin: -10px 0 5px;
    }
    .land-1 footer {
        height: 130vh;
    }
    .land-1 footer h2 {
        font-size: 22px;
        top: calc(17% - 100px);
    }
    .land-1 footer p {
        font-size: 14px;
        top: calc(15% - 45px);
    }
    .forms {
        top: calc(12% + 20px);
    }
    .land-1 .form3 .button-submit {
            font-size: 14px !important;
    }
    .land-1 .checlist--footer {
        top: 60vh;
    }
}






