* {
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/nunito-v8-latin-300.eot");
  src: local("Nunito Light"), local("Nunito-Light"), url("../fonts/nunito-v8-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/nunito-v8-latin-300.woff2") format("woff2"), url("../fonts/nunito-v8-latin-300.woff") format("woff"), url("../fonts/nunito-v8-latin-300.ttf") format("truetype"), url("../fonts/nunito-v8-latin-300.svg#Nunito") format("svg");
}
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/nunito-v8-latin-regular.eot");
  src: local("Nunito Regular"), local("Nunito-Regular"), url("../fonts/nunito-v8-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/nunito-v8-latin-regular.woff2") format("woff2"), url("../fonts/nunito-v8-latin-regular.woff") format("woff"), url("../fonts/nunito-v8-latin-regular.ttf") format("truetype"), url("../fonts/nunito-v8-latin-regular.svg#Nunito") format("svg");
}
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/nunito-v8-latin-700.eot");
  src: local("Nunito Bold"), local("Nunito-Bold"), url("../fonts/nunito-v8-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/nunito-v8-latin-700.woff2") format("woff2"), url("../fonts/nunito-v8-latin-700.woff") format("woff"), url("../fonts/nunito-v8-latin-700.ttf") format("truetype"), url("../fonts/nunito-v8-latin-700.svg#Nunito") format("svg");
}
@font-face {
  font-family: "Dosis";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/dosis-v6-latin-regular.eot");
  src: local("Dosis Regular"), local("Dosis-Regular"), url("../fonts/dosis-v6-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/dosis-v6-latin-regular.woff2") format("woff2"), url("../fonts/dosis-v6-latin-regular.woff") format("woff"), url("../fonts/dosis-v6-latin-regular.ttf") format("truetype"), url("../fonts/dosis-v6-latin-regular.svg#Dosis") format("svg");
}
@font-face {
  font-family: "Dosis";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/dosis-v6-latin-500.eot");
  src: local("Dosis Medium"), local("Dosis-Medium"), url("../fonts/dosis-v6-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/dosis-v6-latin-500.woff2") format("woff2"), url("../fonts/dosis-v6-latin-500.woff") format("woff"), url("../fonts/dosis-v6-latin-500.ttf") format("truetype"), url("../fonts/dosis-v6-latin-500.svg#Dosis") format("svg");
}
body {
  font-family: "Nunito";
  font-size: 16px;
  color: #273f5b;
}
img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
img.full-width {
  width: 100%;
}
a {
  color: #273f5b;
}
a img {
  border: none;
}
p {
  line-height: 25px;
  margin-bottom: 25px;
}
.margin-bottom-large {
  margin-bottom: 100px !important;
}
/* ########## Headlines ########## */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: underline;
}
h1,
.h1 {
  font-family: "Dosis";
  font-size: 38px;
  font-weight: 500;
  color: #273f5b;
  margin-bottom: 60px;
}
h2,
.h2 {
  font-family: "Dosis";
  font-size: 24px;
  font-weight: 500;
  color: #273f5b;
  margin-bottom: 20px;
}
h3,
.h3 {
  font-family: "Dosis";
  font-size: 22px;
  font-weight: 500;
  color: #273f5b;
  margin-bottom: 20px;
}
h4,
.h4 {
  font-family: "Dosis";
  font-size: 20px;
  font-weight: 500;
  color: #273f5b;
  margin-bottom: 20px;
}
h5,
.h5 {
  font-family: "Dosis";
  font-size: 18px;
  font-weight: 500;
  color: #273f5b;
  margin-bottom: 20px;
}
h6,
.h6 {
  font-family: "Dosis";
  font-size: 16px;
  font-weight: 500;
  color: #273f5b;
  margin-bottom: 20px;
}
.headline-large {
  font-size: 42px;
}
/* ########## List ########## */
.list-default {
  padding-left: 15px;
  margin-bottom: 25px;
}
.list-default li {
  margin-bottom: 15px;
}
.list-default li:last-child {
  margin-bottom: 0;
}
/* ########## Buttons ########## */
.btn {
  display: inline-block;
  padding: 12px 20px;
  text-decoration: none;
  border: 2px solid #273f5b;
  color: #273f5b;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.btn:hover {
  background-color: #273f5b;
  color: #FFFFFF;
}
.btn.btn-green {
  background-color: #77bcc3;
  border-color: #77bcc3;
  color: #FFFFFF;
}
.btn.btn-green:hover {
  background-color: #54abb3;
  border-color: #54abb3;
}
.btn.btn-red {
  background-color: #f47169;
  border-color: #f47169;
  color: #FFFFFF;
}
.btn.btn-red:hover {
  background-color: #f14439;
  border-color: #f14439;
}
.btn.btn-wide {
  padding-left: 50px;
  padding-right: 50px;
}
.btn.btn-small {
  padding: 8px 15px;
  font-size: 16px;
}
.button-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}
.button-wrapper .btn {
  padding-left: 10px;
  padding-right: 10px;
}
/* ########## Links ########## */
.link-arrow-right {
  text-decoration: none;
  font-weight: 700;
}
.link-arrow-right:after {
  font-family: "FontAwesome";
  content: "\f061";
  margin-left: 10px;
  vertical-align: bottom;
  display: inline-block;
}
.link-arrow-right:hover {
  text-decoration: underline;
}
/* ########## Icons ########## */
.iconbox {
  position: relative;
  padding-left: 105px;
}
.iconbox:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 88px;
  height: 119px;
  background-image: url("../images/bed.png");
  background-repeat: no-repeat;
}
.iconbox.icon-bed-1:before {
  background-position: 0 0;
}
.iconbox.icon-bed-2:before {
  background-position: -88px 0;
}
.iconbox.icon-bed-3:before {
  background-position: -176px 0;
}
.iconbox.icon-bed-4:before {
  background-position: -264px 0;
}
.iconbox.icon-bed-x:before {
  background-position: -352px 0;
}
.iconbox.icon-bed-a:before {
  background-position: -440px 0;
}
.icon-phone:before {
  font-family: "FontAwesome";
  font-size: 24px;
  content: "\f095";
  margin-right: 15px;
  vertical-align: bottom;
}
.icon-mail:before {
  font-family: "FontAwesome";
  font-size: 24px;
  content: "\f0e0";
  margin-right: 15px;
  vertical-align: bottom;
}
