body,h1,h2,h3,h4,h5,h6,p,div {font-family: 'Poppins', sans-serif;}

input, textarea, select {
   border-radius: 10px !important;
}


h1{font-size:48px;}
h6{margin-bottom: 0px; line-height: 100%;padding-bottom: 20px} /* prices */
table{padding: 0px;margin: 0px; border-spacing: 0px;}
th, td {
    padding: 0px;
}
h5{
line-height:100%;
}

a[onclick], img[onclick] {
    cursor: pointer;
}

.headline{
    text-align: center !important;
    margin-bottom: 40px;
    margin-top: 40px;
    font-size:24px;
    font-weight: bolder;
}

.formtext{
  max-width:930px;
  margin: auto;
  font-size: 13px;
}

.formtext p{
  text-align: justify;
  line-height: 105%;
}

.septitle{
  margin-bottom:0px;
  line-height:100%;
  font-weight:bold;
}

.sep{
  height:1px;
  border-width:0;
  color:gray;
  background-color:gray;
  margin-bottom: 15px;
  margin-top: 0px
}

.footer{
  padding-top: 150px;
  padding-bottom: 0px;
  line-height: 100%;
}

.footer_sub{
  line-height:100%;
  font-size: 12px;
  color: gray;
}


/*===================================== NAV-BAR*/

.headermain{
    margin-top: 15px;
    margin-bottom: 10px;
}

.headermain table{
    width:100%;
}

.headertext-mob{
  margin-top:0px;
  padding-left: 0px!important;
  padding-right: 0px!important;
}

.headertext-mob a{
  font-size: 14px;
}

.head{
  font-weight: 900;
  line-height: 100%;
  margin: 0px;
  padding-left:0px!important;
}

.nav{
   -webkit-transition: background-color .5s ease !important ;
   -moz-transition: background-color .5s ease !important ;
   -ms-transition: background-color .5s ease !important ;
   -o-transition: background-color .5s ease !important ;
   transition: background-color .5s ease !important ;
  padding-top: 0px!important;
  padding-bottom: 0px!important;
  line-height: 140%;
  font-weight: 500;
  font-size: larger;
  padding-left: 10px!important;
  padding-right: 10px!important;
  border-radius: 6px!important;
    border: solid 1px!important;
    border-color: white!important;
  text-align:center!important;
}

.active {
    border-radius: 6px!important;
    border: solid 1px!important;
    border-color: #DDD!important;
    padding-top: -1px!important;
    padding-bottom: -1px!important;
      padding-left: 9px!important;
      padding-right: 9px!important;
}

.nav:hover{
  color:black!important;
  background-color:#DDD!important;
}

.navwk{
   -webkit-transition: background-color .5s ease !important ;
   -moz-transition: background-color .5s ease !important ;
   -ms-transition: background-color .5s ease !important ;
   -o-transition: background-color .5s ease !important ;
   transition: background-color .5s ease !important ;

  line-height: 140%;
  font-weight: 500;
  font-size: larger;
  border-radius: 6px!important;
  text-align:left!important;
  font-size: 15px;
  width:135px!important;
  line-height:100%;
  padding: 10px;
}

.pagescontainer{
    width: 100%;
    overflow: hidden;
}


/* ===================================== MULTIPLE */

#cookiecheck{
   -webkit-transition: transform .1s ease ;
   -moz-transition: transform .1s ease ;
   -ms-transition: transform .1s ease ;
   -o-transition: transform .1s ease ;
   transition: transform .1s ease ;
  position: fixed;
  bottom: 0px;
  width: 100%;
  background-color: #DDDDDDDD;
  transform: translateY(150px);
}

.popupbg{
  visibility: hidden;
  top: 0px;
  position: fixed;
  width: 100%;
  height: 100%;
  margin: 0px;
  background-color: #0006;
  z-index:900;
  line-height:120%;
}

.popup{
    position:absolute;
    left:50%;
    top:40%;
    transform: translate(-50%,-50%);
    width:95%;
    max-width: 460px;
    background-color: #FFF;
    z-index:1000;
    border-radius: 10px;
    padding-top:20x;
    border: 2px solid;
    border-color: black;
    text-align: center;
    margin-left:5px auto;
    margin-right:5px auto;
}

.popup h5{
    font-weight: bold;
}

.popupbuttonblack{
    margin: 0 auto;
    margin-top:15px;
    margin-bottom:0px;
    background-color: black;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    width: 60%;
}

.popupbutton{
    margin-top:10px;
    margin-bottom:-10px;
    background-color: gray;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    width: 60%;
}

.popupbuttongray{
    margin-top:10px;
    margin-bottom:-10px;
    background-color: gray;
    color: white;
    padding: 8px 10px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    width: 40%;
}

.popuptext{
  margin: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.popuptextcookie{
  margin: 20px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 12px;
  line-height:105%;
}

#cookiesettings{
    margin-top:25px;
    text-align: left;
}

#cookiesettings table{
    width: 70%;
    line-height:100%;
    margin: 0 auto;
}

/* ===================================== SLIDER */
 /* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 16px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  /*-webkit-transition: .4s;
  transition: .4s;*/
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 10px;
  bottom: 5px;
  background-color: white;
  /*-webkit-transition: .4s;
  transition: .4s;*/
}

input:checked + .slider {
  background-color: #000;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 10px;
}

.slider.round:before {
  border-radius: 50%;
}

/* ===================================== FORMS */

* {
  box-sizing: border-box;
}

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

input[type=submit] {
  background-color: black;
  color: white;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
  float: right;
}

input[type=submit]:hover {
  /*background-color: #45a049;*/
}

.formcontainer {
  margin: auto;
  width: 75%;
  border-radius: 5px;
  padding: 20px;
}

.col-25 {
  float: left;
  width: 40%;
  margin-top: 6px;
}

.col-100 {
  float: left;
  width: 100%;
  margin-top: 6px;
}

.col-75 {
  float: left;
  width: 60%;
  margin-top: 6px;
}

input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  transform: scale(1.5);
  padding: 10px;
}

#toaddressdiv{
  margin: auto;
  margin-top: 60px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.desc_cont{
  width:100%;
  display: inline-block;
  margin-bottom: 30px;
}

.desc_txt{
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  width:45%;
}

.desc_txt h5{
  margin-bottom: 0px ;
}

.desc_txt p{
  margin-top: 0px;
  line-height: 105%;
  font-size: 13px;
  text-align:justify
}

.desc_img{
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  width: 55%;
  padding-top: 35px;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}

@media screen and (max-width: 992px) {
    .desc_img{
        width: 100% !important;
        text-align: center;
    }
    .desc_txt{
        max-width: 680px;
        width: 100% !important;
        text-align: center !important;
        float: inherit !important;
        margin: auto;
        display: table;
    }
    .desc_txt h5{
        text-align: center !important;
    }

}

@media screen and (min-width: 601px) and (max-width: 992px) {
    .pagescontainer{
        width: 250px;
        float:left;
    }
    .nav{
        padding-left: 5px!important;
        padding-right: 5px!important;
        text-align: left!important;
        width:125px!important;
    }
}

