.my_parkhotel .header .mod_langswitcher {
    display: block !important;
    right: 0px;
}



form.style7 select, 
form.style7 textarea {
  font-size:20px;
}


.ce_productbox.version1 .ce_productbox_content_top {
    min-height: 480px;
}

.ce_productbox.version1 .ce_hyperlink {
    float: left;
    width:100%;
}

.ce_productbox.version1 .price {
    display: none;
}

.ce_productbox.version1 .ce_productbox_content_bottom {
  padding:0;
}
.ce_productbox.version1 .ce_hyperlink a {
    width: 100%;
}

.mod_customnav {
    float: right;
    display:none;
}

.mod_customnav.my {
    display: block;
}

.mod_customnav a{
    z-index: 10;
    margin: 12px 10px;
    padding: 10px 15px;
    border-radius: 3px;
    background-color: #1cbb9b;
    color: #ffffff;
}



.mm-navbar-top {
    height: 0px;
}

.mm-hasnavbar-top-1 .mm-panels {
    top: 0px;
}



@media only screen and (max-width: 1150px) {
  .mod_customnav {
      display:block;
  }
}

@media only screen and (max-width: 768px) {
.mod_customnav {
    margin-right:40px;
  }
  
  .my_parkhotel .header .mod_langswitcher {
    display: block !important;
    right: 0px;
  }



}


.style7 input, .style7 button.submit {
  font-size:20px
}

/* -------- Footer -------------------- */

#footer {

  background: #4A7AD2;
}

.socials {
  text-align:center;
}

.socials .fa {
    color:#4A7AD2;
    background: #fff;
    border-radius: 100%;
    font-size: 30px;
    height: 60px;
    line-height: 40px;
    width: 60px;
    margin: 0 10px;
    border-radius: 100%;
    padding: 10px;
}


.ce_textarea ul {
    list-style: disc;
    margin-left: 20px;
}

/* -------- LOGO -------------------- */

.logo {
    width: 170px;
}

.header .logo {
    height: 130px;
}

.header.original .logo {
    height: 170px;
    border: 15px solid #fff;
}

.stickyheader .logo {
    width: 90px;
}

/* --------------------------------- */

.mainmenu ul li {
    margin-left: 10px;
    margin-right: 10px;
}


.header .mod_search {
    display: none;
}


@media only screen and (max-width: 768px) {
.stickyheader .logo {
    width: 60px !important;
    height: 70px !important;
}

.mod_customnav a {
    margin: 10px 2px;
    padding: 10px 10px;
}

}