@import url(https://fonts.googleapis.com/css?family=Josefin+Sans|Julius+Sans+One);
.dn {
  display: none;
}

a {
  color: #006600;
}

h2 {
  font-family: "Josefin Sans", sans-serif;
  text-align: center;
  color: #3b3b3b;
  font-weight: normal;
  /*@media screen\0   //IE
    font-family: Arial,serif !important
    font-weight: 300 */
}

h3 {
  font-family: "Josefin Sans", sans-serif;
  text-align: center;
  color: #3b3b3b;
  font-weight: normal;
}

@media screen\0 {
  h3 {
    font-family: Arial,serif !important;
    font-weight: 300;
  }
}

body {
  background: white;
  margin: auto;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  overflow-y: scroll;
}

@media screen\0 {
  body {
    font-family: Arial,serif !important;
  }
}

header {
  display: flex;
  max-width: 960px;
  margin: auto;
  padding: 20px 20px 0;
}

header .headPart {
  flex-grow: 1;
}

header .headPart .logo {
  margin-top: 5px;
}

header .headPart .logo .link_logo {
  text-decoration: none !important;
}

@media screen and (max-width: 767px) {
  header .headPart .logo .link_logo {
    margin: auto;
  }
}

@media screen and (min-width: 768px) {
  header .headPart .logo .link_logo:after {
    display: inline-block;
    content: 'Apartment Ola';
    font-family: 'Open-sans', sans-serif;
    font-size: 32px;
    font-weight: bold;
    position: relative;
    top: 20px;
    left: 20px;
  }
}

header .headPart .logo img {
  height: 100%;
  width: 150px;
  float: left;
}

@media screen and (max-width: 767px) {
  header .headPart .logo img {
    width: 50%;
    float: none;
  }
}

header .headPart .contact, header .headPart .socialMedia {
  font-size: 14px;
  font-weight: 600;
  text-align: right;
}

header .headPart .contact i, header .headPart .socialMedia i {
  margin: 0 10px;
}

header .headPart .contact {
  color: #006600;
  margin-bottom: 15px;
}

header .headPart .contact a {
  color: #006600;
  text-decoration: none;
}

header .headPart .contact a:hover {
  text-decoration: underline;
}

header .headPart .contact .mail, header .headPart .contact .tel {
  display: inline-block;
}

header .headPart .contact .tel {
  margin-left: 25px;
}

header .headPart .language {
  color: #006600;
  text-align: right;
  padding-left: 6px;
}

header .headPart .language img {
  width: 25px;
  height: auto;
  cursor: pointer;
  border: 1px solid white;
  border-radius: 5px;
  opacity: 0.6;
}

header .headPart .language #langSelected {
  border: 1px solid #006600;
  opacity: 1;
}

header .headPart .language .socialMedia {
  float: right;
  /*i
          position: relative */
}

header .headPart .language .socialMedia a {
  display: inline-block;
  border: 2px solid #ccff66;
  width: 30px;
  height: 30px;
  font-size: 20px;
  color: white;
  text-align: center;
  vertical-align: middle;
  line-height: 30px;
}

header .headPart .language .socialMedia .FB {
  background-color: #3b5998;
  /*transition: background-color 200ms linear, color 200ms linear */
  /*&:hover
            background-color: white
            color: #3b5998 */
}

header .headPart .language .socialMedia .FB:hover .cover {
  width: 0;
  height: 0;
}

header .headPart .language .socialMedia .cover {
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.4);
  position: relative;
  bottom: 30px;
  transition: width 300ms linear, height 300ms linear;
}

@media screen and (max-width: 960px) {
  header {
    display: block;
    padding: 5px;
  }
  header .headPart {
    float: none;
    text-align: center;
    display: block;
  }
  header .headPart .logo img {
    height: auto;
    max-width: 100%;
  }
  header .headPart .contact, header .headPart .socialMedia, header .headPart .language {
    font-size: 0.8em;
    text-align: center;
  }
  header .headPart .contact .mail, header .headPart .contact .tel {
    display: block;
  }
  header .headPart .contact .mail {
    margin-right: 0;
  }
}

.separator {
  width: 100%;
  margin: 10px 0;
}

.separator .sepTop, .separator .sepBottom {
  height: 5px;
}

.separator .sepTop {
  background: linear-gradient(white, #ccff66);
}

.separator .sepMiddle {
  background-color: #006600;
  height: 3px;
}

.separator .sepBottom {
  background: linear-gradient(#ccff66, white);
}

#section_navigation {
  max-width: 960px;
  margin: auto auto 20px auto;
  z-index: 999;
  padding: 0 20px;
}

#section_navigation nav .desktop {
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  z-index: 1000;
}

#section_navigation nav .desktop ul {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
}

#section_navigation nav .desktop ul li {
  float: left;
  margin-right: 20px;
  margin-bottom: 5px;
}

#section_navigation nav .desktop ul li a {
  display: inline-block;
  color: black;
  text-align: center;
  padding: 10px 8px;
  text-decoration: none;
  line-height: 20px;
}

#section_navigation nav .desktop ul li a:hover {
  color: white;
  background: #006600;
  box-shadow: 3px 3px 0 #c9c9c9;
}

#section_navigation nav .desktop ul li #reservationDesktop {
  background: rgba(204, 255, 102, 0.8);
  box-shadow: 3px 3px 0 #e3e3e3;
  transition: all 300ms linear;
}

#section_navigation nav .desktop ul li #reservationDesktop:hover {
  color: white;
  background: #006600;
  box-shadow: 3px 3px 0 #c9c9c9;
}

#section_navigation nav .desktop ul li #selectedDesktop {
  color: white !important;
  background: #006600;
  box-shadow: 3px 3px 0 #c9c9c9;
}

#section_navigation nav .desktop ul .dropdown:hover .dropbtn {
  color: white !important;
  background: #006600;
  box-shadow: 3px 3px 0 #c9c9c9;
}

#section_navigation nav .desktop ul .dropdown .dropbtn {
  text-align: left;
}

#section_navigation nav .desktop ul .dropdown .dropdown-content {
  position: absolute;
}

#section_navigation nav .desktop ul .dropdown .dropdown-content a {
  display: none;
  text-align: left;
}

#section_navigation nav .desktop ul .dropdown:hover .dropdown-content {
  width: 150px;
}

#section_navigation nav .desktop ul .dropdown:hover .dropdown-content a {
  display: block;
  background-color: white;
  color: #006600;
  box-shadow: none;
  border: 1px solid;
  border-right-width: 2px;
  border-left-width: 2px;
}

#section_navigation nav .desktop ul .dropdown:hover .dropdown-content a:first-child {
  border-top: 2px solid #006600;
}

#section_navigation nav .desktop ul .dropdown:hover .dropdown-content a:last-child {
  border-bottom: 2px solid #006600;
}

#section_navigation nav .desktop ul .dropdown:hover .dropdown-content a .text {
  transition: transform 400ms ease-in-out;
}

#section_navigation nav .desktop ul .dropdown:hover .dropdown-content a:hover {
  background: #ccff66;
}

#section_navigation nav .desktop ul .dropdown:hover .dropdown-content a:hover .text {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  -ms-transform: translateX(8px);
  -o-transform: translateX(8px);
  transform: translateX(8px);
}

#section_navigation nav .phone {
  display: none;
}

@media screen and (max-width: 960px) {
  #section_navigation nav .desktop {
    display: none;
  }
  #section_navigation nav .phone {
    width: 100%;
    display: block;
    margin-bottom: 60px;
  }
  #section_navigation nav .phone h3#menu-toggle:before {
    position: relative;
    left: 42px;
    top: 0;
    content: 'Menu';
    color: #006600;
    font-size: 35px;
  }
  #section_navigation nav .phone #menu {
    border-bottom: 3px solid #3b3b3b;
  }
  #section_navigation nav .phone #menu, #section_navigation nav .phone .sub-menu {
    display: none;
    list-style: none;
  }
  #section_navigation nav .phone #menu li, #section_navigation nav .phone .sub-menu li {
    font-size: 20px;
    margin-bottom: 8px;
  }
  #section_navigation nav .phone #menu li:active, #section_navigation nav .phone .sub-menu li:active {
    outline: none;
  }
  #section_navigation nav .phone #menu li a, #section_navigation nav .phone .sub-menu li a {
    color: #3b3b3b;
    text-decoration: none;
  }
  #section_navigation nav .phone #menu li .sub-menu li:first-child, #section_navigation nav .phone .sub-menu li .sub-menu li:first-child {
    margin-top: 5px;
  }
  #section_navigation nav .phone .tb-menu-toggle {
    border: 0;
    position: relative;
    background: transparent;
    cursor: pointer;
  }
  #section_navigation nav .phone .tb-menu-toggle i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20%;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
  }
  #section_navigation nav .phone .tb-menu-toggle i:nth-child(2) {
    top: 40%;
  }
  #section_navigation nav .phone .tb-menu-toggle i:nth-child(3) {
    top: 80%;
  }
  #section_navigation nav .phone .tb-menu-toggle.tb-active-toggle i:first-child, #section_navigation nav .phone .tb-menu-toggle.tb-active-toggle i:nth-child(2),
  #section_navigation nav .phone .tb-menu-toggle.tb-animate-toggle i:first-child,
  #section_navigation nav .phone .tb-menu-toggle.tb-animate-toggle i:nth-child(2) {
    top: 40%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #section_navigation nav .phone .tb-menu-toggle.tb-active-toggle i:nth-child(3),
  #section_navigation nav .phone .tb-menu-toggle.tb-animate-toggle i:nth-child(3) {
    top: 40%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

#section_middle {
  max-width: 960px;
  margin: auto auto 50px auto;
  padding: 0 20px;
}

#section_middle .home {
  margin: 30px 0 0 0;
  font-family: "Josefin Sans", sans-serif;
}

@media screen\0 {
  #section_middle .home {
    font-family: Arial,serif !important;
  }
}

#section_middle .home .homePage {
  max-width: 960px;
  text-align: center;
}

#section_middle .home .homePage h2 {
  font-size: 45px;
  margin-bottom: 5px;
}

#section_middle .home .homePage h3 {
  margin-bottom: 0;
  font-size: 25px;
  color: black;
  text-align: center;
  text-align-last: center;
  font-weight: bold;
}

#section_middle .home .homePage .welcome p {
  margin-top: 0;
  font-size: 18px;
  line-height: 39px;
  text-align: justify;
  text-align-last: center;
}

#section_middle .include h2 {
  text-align: center;
  font-size: 35px;
  margin: 0 0 10px 0;
}

#section_middle .include .content {
  overflow: hidden;
  width: 100%;
}

#section_middle .include .content h3 {
  color: #3b3b3b;
  font-size: 20px;
  text-align: left;
  margin-bottom: 30px;
}

#section_middle .include .content .tripHeadline {
  font-size: 30px;
  font-weight: 300;
  margin-top: 50px;
  display: inline-block;
  border-bottom: 1px solid #666;
}

#section_middle .include .content .tripHeadline:first-of-type {
  margin-top: 0;
}

#section_middle .include .price-list table {
  width: 100%;
  max-width: 700px;
  border-collapse: collapse;
}

#section_middle .include .price-list table caption {
  background: #006600;
  color: white;
  padding: 10px 0;
  font-size: 20px;
  font-weight: bold;
}

#section_middle .include .price-list table tbody th, #section_middle .include .price-list table tbody td {
  border: 2px solid #666;
}

#section_middle .include .price-list table tbody th {
  text-align: left;
  padding: 10px 30px;
}

#section_middle .include .price-list table tbody td {
  text-align: center;
  padding: 10px 0;
}

#section_middle .include .price-list p {
  font-size: 13px;
}

#section_middle .include .price-list .more {
  font-size: 15px;
  width: 350px;
}

#section_middle .include .price-list .more .left {
  float: left;
}

@media screen and (min-width: 960px) {
  #section_middle .include .price-list .more {
    margin-left: 130px;
  }
}

#section_middle .include .price-list .more .right {
  margin-left: 480px;
}

#section_middle .include .reservation .calendar {
  display: block;
  font-weight: 300;
}

#section_middle .include .reservation .calendar .fc {
  width: 300px;
  padding: 5px 0 4px 4px;
  float: left;
}

#section_middle .include .reservation .calendar .fc .flatpickr-input {
  width: 272px;
}

#section_middle .include .reservation .calendar .fc .event {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 150px;
  bottom: 3px;
  left: 15px;
  content: " ";
  display: block;
  background: #3d8eb9;
}

#section_middle .include .reservation .calendar .form {
  margin-left: 350px;
}

#section_middle .include .reservation .calendar .form label {
  font-size: 18px;
  display: inline-block;
  width: 170px;
}

#section_middle .include .reservation .calendar .form input {
  max-width: 250px;
  width: 100%;
  background: #ccff66;
  border: 1px solid #3b3b3b;
  box-shadow: 3px 3px 0 #c9c9c9;
  padding: 5px 10px;
  height: 26px;
  line-height: 36px;
  font-size: 18px;
  margin-bottom: 10px;
}

#section_middle .include .reservation .calendar .form input:focus {
  outline: none;
}

#section_middle .include .reservation .calendar .noteSend {
  margin-left: 5px;
  margin-top: 70px;
  width: 100%;
}

@media screen and (max-width: 835px) {
  #section_middle .include .reservation .calendar .noteSend {
    margin-top: 20px;
  }
}

#section_middle .include .reservation .calendar .noteSend label {
  font-size: 18px;
  display: inline-block;
  width: 170px;
}

#section_middle .include .reservation .calendar .noteSend textarea {
  width: calc(100% - 192px);
  height: 50px;
  resize: none;
  background: #ccff66;
  border: 1px solid #3b3b3b;
  box-shadow: 3px 3px 0 #c9c9c9;
  padding: 5px 10px;
}

#section_middle .include .reservation .calendar .noteSend textarea:focus {
  outline: none;
}

#section_middle .include .reservation .calendar .noteSend .submit {
  width: calc(100% - 172px);
  background: #006600;
  color: white;
  height: 36px;
  cursor: pointer;
  text-decoration: underline;
  display: block;
  border: 1px solid #3b3b3b;
  box-shadow: 3px 3px 0 #c9c9c9;
}

#section_middle .include .reservation .error {
  margin: auto auto 50px auto;
  max-width: 200px;
  width: 100%;
  height: auto;
  background: white;
  font-size: 16px;
  border: 1px solid red;
  padding: 5px;
  overflow: hidden;
}

#section_middle .include .reservation .error span {
  color: red;
  font-weight: bold;
}

#section_middle .include .wtg .wtg-trip {
  overflow: hidden;
  width: 100%;
}

#section_middle .include .wtg .wtg-trip .imgHolder {
  position: relative;
  margin: 0 10px 10px;
  width: 250px;
  height: 141px;
  float: left;
}

@media screen and (max-width: 500px) {
  #section_middle .include .wtg .wtg-trip .imgHolder {
    margin-right: 100%;
  }
}

#section_middle .include .wtg .wtg-trip .imgHolder .image {
  background-size: cover !important;
  width: 100%;
  height: 100%;
  margin-right: 10px;
  margin-bottom: 10px;
}

#section_middle .include .wtg .wtg-trip p {
  display: block;
  text-align: justify;
  margin-right: 10px;
  margin-left: 10px;
}

#section_middle .include .wtg .wtg-trip hr {
  float: left;
  width: 100%;
}

#section_middle .include .contact {
  max-width: 960px;
}

#section_middle .include .contact .left {
  float: left;
  width: 480px;
  padding-right: 10px;
  margin-bottom: 50px;
}

#section_middle .include .contact .left .address {
  font-weight: bold;
  margin-left: 10px;
}

#section_middle .include .contact .left #map {
  width: 100%;
  height: 400px;
  background: #666;
}

#section_middle .include .contact .right {
  width: 100%;
  max-width: 50%;
  padding-left: 20px;
}

@media screen and (min-width: 820px) {
  #section_middle .include .contact .right {
    margin-left: 480px;
  }
}

#section_middle .include .contact .right .form label {
  font-size: 18px;
  display: inline-block;
  width: 170px;
}

@media screen and (min-width: 968px) {
  #section_middle .include .contact .right .form label#msg {
    position: relative;
    top: -150px;
  }
}

#section_middle .include .contact .right .form input {
  max-width: 250px;
  width: 100%;
  background: #ccff66;
  border: 1px solid #3b3b3b;
  box-shadow: 3px 3px 0 #c9c9c9;
  padding: 5px 10px;
  height: 26px;
  line-height: 36px;
  font-size: 18px;
  margin-bottom: 10px;
}

#section_middle .include .contact .right .form input:focus {
  outline: none;
}

#section_middle .include .contact .right .form textarea {
  width: 100%;
  max-width: 250px;
  height: 300px;
  resize: none;
  background: #ccff66;
  border: 1px solid #3b3b3b;
  box-shadow: 3px 3px 0 #c9c9c9;
  padding: 5px 10px;
  overflow-y: auto;
  overflow-x: hidden;
}

#section_middle .include .contact .right .form textarea:focus {
  outline: none;
}

#section_middle .include .contact .right .form .submit {
  background: #006600;
  color: white;
  height: 36px;
  cursor: pointer;
  text-decoration: underline;
  display: block;
  border: 1px solid #3b3b3b;
  box-shadow: 3px 3px 0 #c9c9c9;
  margin-top: 20px;
  width: 272px;
}

@media screen and (min-width: 968px) {
  #section_middle .include .contact .right .form .submit {
    width: 447px;
  }
}

#section_middle .include .contact .right .form .error {
  margin: auto auto 50px auto;
  max-width: 200px;
  width: 100%;
  height: auto;
  background: white;
  font-size: 16px;
  border: 1px solid red;
  padding: 5px;
  overflow: hidden;
}

#section_middle .include .contact .right .form .error span {
  color: red;
  font-weight: bold;
}

#section_middle .include .map #map {
  background: #ccff66;
  width: 100%;
  height: 400px;
}

#section_middle .include .map .labels div span {
  font-weight: bold;
}

@media screen and (max-width: 670px) {
  .reservation .calendar {
    display: block;
  }
  .reservation .calendar .fc {
    width: 300px;
    float: none;
    margin: auto;
  }
  .reservation .calendar .form {
    margin-left: 310px !important;
  }
}

@media screen and (max-width: 670px) and (max-width: 625px) {
  .reservation .calendar .form {
    margin-left: auto !important;
  }
}

@media screen and (max-width: 670px) {
  .reservation .calendar .noteSend {
    margin-left: 0;
  }
  .reservation .calendar .noteSend textarea {
    width: calc(100% - 74px) !important;
  }
  .reservation .calendar .noteSend .submit {
    width: calc(100% - 51px) !important;
  }
}

@media screen and (max-width: 960px) {
  #section_middle {
    width: auto;
    margin: auto auto 50px auto;
    padding: 0 20px;
  }
  #section_middle .home .homePage {
    text-align: center;
  }
}

footer {
  align-items: center;
  background: #006600;
  background-size: 20%;
  min-height: 70px;
}

footer .footerContent {
  max-width: 960px;
  margin: auto;
  display: flex;
}

footer .footerContent h3 {
  text-align: left;
  color: white;
  font-weight: bold;
  border-bottom: 1px solid #ccff66;
  max-width: 50%;
}

footer .footerContent .navigation, footer .footerContent .fastContact {
  flex-grow: 1;
  padding: 0 10px;
  max-width: 460px;
  color: white;
}

footer .footerContent .navigation ul, footer .footerContent .fastContact ul {
  list-style: none;
  padding-left: 10px;
  line-height: 24px;
}

footer .footerContent .navigation ul a, footer .footerContent .fastContact ul a {
  color: white;
}

footer .footerContent .navigation {
  display: block;
}

footer .copyright {
  color: white;
  width: 100%;
  height: 20px;
  text-align: center;
  font-size: 10px;
  max-width: 960px;
  margin: auto;
  padding-top: 10px;
  border-top: 1px solid white;
}
