@import url('https://fonts.googleapis.com/css?family=Roboto|Rubik|Arimo');
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  overflow: hidden;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.hide {
  visibility: hidden !important;
}

html, body {
  height: 100%;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

* Hide visually and from screen readers */ .hidden {
  display: none !important;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

.invisible {
  visibility: hidden;
}

.clearfix:before, .clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

@media print {
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}

.container {
  margin: 0 auto !important;
  padding: 0 10px !important;
  max-width: 1000px !important;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.row::before, .row::after {
  display: table !important;
  content: " " !important;
  clear: both !important;
}

.row {
  background-color: rgba(255, 255, 255, 0.6);
}

.one {
  width: 100%;
}

.half {
  width: calc(100% / 2);
}

.one-third {
  width: calc(100% / 3);
}

.one-fourth {
  width: calc(100% / 4);
}

.two-thirds {
  width: calc(100% / 3 * 2);
}

.column {
  float: left;
}

body {
  padding-top: 203px;
}

.new {
  margin-top: 100px;
}

.spacer {
  margin: 50px 0px;
}

.navigation {
  height: 203px;
  padding: 10px 0;
  width: 100%;
  background: white;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  border-style: solid;
  border-width: 10px 0px;
  -moz-border-image: url("../img/bar.png") 10 0 0 27 stretch;
  -webkit-border-image: url("../img/bar.png") 10 0 0 27 stretch;
  -o-border-image: url("../img/bar.png") 10 0 0 27 stretch;
  border-image: url("../img/bar.png") 10 0 0 27 fill stretch;
  z-index: 98;
  top: 0;
  position: fixed;
}

.shrink {
  height: 120px !important;
}

.shrink-nav {
  margin-top: -3px;
}

.shrink-logo {
  width: 100px !important;
}

#logo {
  width: 190px;
  transition: all 0.3s ease-in-out !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
}

.brand {
  position: absolute;
  padding-left: 20px;
  float: left;
  line-height: 70px;
  text-transform: uppercase;
  font-size: 1.4em;
}

.brand a, .brand a:visited {
  color: #ffffff;
  text-decoration: none;
}

.nav-container {
  max-width: 1000px;
  margin: 0 auto;
}

.phone {
  float: left;
  margin: 2px 0 13px 497px;
  background-color: #F0FAFA;
  padding: 5px 10px 10px;
  height: 35px;
  border-radius: 10px;
}

.phone img {}

.phone p {
  float: right;
  color: rgb(140 140 140);
}

nav {
  float: right;
  margin-top: 80px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav ul li {
  float: left;
  position: relative;
}

nav ul li a, nav ul li a:visited {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2em;
  display: block;
  padding: 0 20px;
  line-height: 50px;
  background: #fff;
  color: #00ACC8 !important;
  text-decoration: none;
}

nav ul li a:hover, nav ul li a:visited:hover {
  background: #fff;
  color: #00ACC8 !important;
  border-bottom: 3px solid #00ACC8 !important;
}

nav ul li a:not(:only-child):after, nav ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: ' ▾';
}

nav ul li ul li {
  min-width: 190px;
}

nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}

.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

.active {
  background: #fff;
  color: #00ACC8;
  border-bottom: 3px solid #00ACC8 !important;
}

/* Mobile navigation */

.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: white;
  height: 110px;
  width: 110px;
  border: solid 3px #00ACC8;
}

@media only screen and (max-width: 898px) {
  .navigation {
    height: 120px
  }
  .nav-mobile {
    display: block;
  }
  nav {
    width: 100%;
    padding: 27px 0 15px;
    margin-top: -6px;
  }
  nav ul {
    display: none;
    max-height: 200px;
  }
  nav ul li {
    float: none;
  }
  nav ul li a {
    padding: 15px;
    line-height: 20px;
  }
  nav ul li ul li a {
    padding-left: 30px;
  }
  .nav-dropdown {
    position: static;
  }
  #logo {
    width: 100px !important;
  }
  #nav-conti {
    margin-top: 36px;
  }
  .shrink-nav {
    margin-top: -6px;
  }
}

@media screen and (min-width: 899px) {
  .nav-list {
    display: block !important;
  }
  .shrink-nav {
    margin-top: 4px;
  }
}

#nav-toggle {
  position: absolute;
  left: 34px;
  top: 34px;
  cursor: pointer;
  margin-top: 13px;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 2em;
  margin: -2em;
  border-bottom: none !important;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #00ACC8;
  position: absolute;
  display: block;
  content: '';
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

#nav-toggle span:before {
  top: -10px;
}

#nav-toggle span:after {
  bottom: -10px;
}

#nav-toggle.active span {
  background-color: transparent;
}

#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}

#nav-toggle.active span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-toggle.active span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/**
 *
 * slippry v1.4.0 - Responsive content slider for jQuery
 * http://slippry.com
 *
 * Authors: Lukas Jakob Hafner - @saftsaak
 *          Thomas Hurd - @SeenNotHurd
 *
 * Copyright 2016, booncon oy - http://booncon.com
 *
 *
 * Released under the MIT license - http://opensource.org/licenses/MIT
 */

/* kenBurns animations, very basic */

@-webkit-keyframes left-right {
  0% {
    -webkit-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%);
  }
  100% {
    -webkit-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%);
  }
}

@-o-keyframes left-right {
  0% {
    -o-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%);
  }
  100% {
    -o-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%);
  }
}

@keyframes left-right {
  0% {
    -webkit-transform: translateY(-20%) translateX(-10%);
    -o-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%);
  }
  100% {
    -webkit-transform: translateY(0%) translateX(10%);
    -o-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%);
  }
}

@-webkit-keyframes right-left {
  0% {
    -webkit-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%);
  }
  100% {
    -webkit-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%);
  }
}

@-o-keyframes right-left {
  0% {
    -o-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%);
  }
  100% {
    -o-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%);
  }
}

@keyframes right-left {
  0% {
    -webkit-transform: translateY(0%) translateX(10%);
    -o-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%);
  }
  100% {
    -webkit-transform: translateY(-20%) translateX(-10%);
    -o-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%);
  }
}

/* added to the original element calling slippry */

.sy-box.sy-loading {
  background: url("../img/sy-loader.gif") 50% 50% no-repeat;
  -webkit-background-size: 32px 32px;
  background-size: 32px;
  min-height: 40px;
}

.sy-box.sy-loading .sy-slides-wrap, .sy-box.sy-loading .sy-pager {
  visibility: hidden;
}

/* element that wraps the slides */

.sy-slides-wrap {
  position: relative;
  height: 100%;
  width: 100%;
}

.sy-slides-wrap:hover .sy-controls {
  display: block;
}

/* element that crops the visible area to the slides */

.sy-slides-crop {
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden;
}

/* list containing the slides */

.sy-list {
  width: 100%;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
}

.sy-list.horizontal {
  -webkit-transition: left ease;
  -o-transition: left ease;
  transition: left ease;
}

.sy-list.vertical {
  -webkit-transition: top ease;
  -o-transition: top ease;
  transition: top ease;
}

/* single slide */

.sy-slide {
  position: absolute;
  width: 100%;
  z-index: 2;
}

.sy-slide.kenburns {
  width: 140%;
  left: -20%;
}

.sy-slide.kenburns.useCSS {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.sy-slide.kenburns.useCSS.sy-ken:nth-child(1n) {
  -webkit-animation-name: left-right;
  -o-animation-name: left-right;
  animation-name: left-right;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.sy-slide.kenburns.useCSS.sy-ken:nth-child(2n) {
  -webkit-animation-name: right-left;
  -o-animation-name: right-left;
  animation-name: right-left;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.sy-slide.sy-active {
  z-index: 3;
}

.sy-slide>img {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  border: 0;
}

.sy-slide>a {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
}

.sy-slide>a>img {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  border: 0;
}

/* next/ prev buttons, with arrows and clickable area a lot larger than the visible buttons */

.sy-controls {
  display: none;
  list-style: none;
  height: 100%;
  width: 100%;
  position: absolute;
  padding: 0;
  margin: 0;
}

.sy-controls li {
  position: absolute;
  width: 10%;
  min-width: 4.2em;
  height: 100%;
  z-index: 33;
}

.sy-controls li.sy-prev {
  left: 0;
  top: 0;
}

.sy-controls li.sy-prev a:after {
  background-position: -5% 0;
}

.sy-controls li.sy-next {
  right: 0;
  top: 0;
}

.sy-controls li.sy-next a:after {
  background-position: 105% 0;
}

.sy-controls li a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -9999px;
}

.sy-controls li a:link, .sy-controls li a:visited {
  opacity: 0.4;
}

.sy-controls li a:hover, .sy-controls li a:focus {
  opacity: 0.8;
  outline: none;
}

.sy-controls li a:after {
  content: "";
  background-image: url("../img/arrows.svg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
  text-indent: 0;
  line-height: 2.8em;
  color: #111;
  font-weight: 800;
  position: absolute;
  background-color: #fff;
  width: 2.8em;
  height: 2.8em;
  left: 50%;
  top: 50%;
  margin-top: -1.4em;
  margin-left: -1.4em;
  border-radius: 50%;
}

@media only screen and (max-device-width: 600px) {
  .sy-controls {
    display: block;
  }
  .sy-controls li {
    min-width: 2.1em;
  }
  .sy-controls li a:after {
    width: 1.4em;
    height: 1.4em;
    margin-top: -0.7em;
    margin-left: -0.7em;
  }
}

/* captions, styled fo the overlay variant */

.sy-caption-wrap {
  position: absolute;
  bottom: 2em;
  z-index: 12;
  left: 50%;
}

.sy-caption-wrap .sy-caption {
  position: relative;
  left: -50%;
  background-color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.2;
  color: #00ACC8;
  font-size: 1.5em;
  padding: 0.4em 1em;
  border-radius: 0.4em;
}

.sy-caption-wrap .sy-caption a:link, .sy-caption-wrap .sy-caption a:visited {
  color: #e24b70;
  font-weight: 600;
  text-decoration: none;
}

.sy-caption-wrap .sy-caption a:hover, .sy-caption-wrap .sy-caption a:focus {
  text-decoration: underline;
}

@media only screen and (max-device-width: 600px), screen and (max-width: 600px) {
  .sy-caption-wrap {
    left: 0;
    bottom: 0.4em;
  }
  .sy-caption-wrap .sy-caption {
    left: 0;
    padding: 0.2em 0.4em;
    font-size: 0.92em;
    border-radius: 0;
  }
}

/* pager bubbles */

.sy-pager {
  clear: both;
  display: block;
  width: 100%;
  margin: 1em 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.sy-pager li {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  margin: 0 1em 0 0;
  border-radius: 50%;
}

.sy-pager li.sy-active a {
  background-color: #00a5b9;
}

.sy-pager li a {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #ccc;
  text-indent: -9999px;
  -webkit-background-size: 2em 2em;
  background-size: 2em;
  border-radius: 50%;
}

.sy-pager li a:link, .sy-pager li a:visited {
  opacity: 1.0;
}

.sy-pager li a:hover, .sy-pager li a:focus {
  opacity: 0.6;
}

/* element to "keep/ fill" the space of the content, gets intrinsic height via js */

.sy-filler {
  width: 100%;
}

.sy-filler.ready {
  -webkit-transition: padding 600ms ease;
  -o-transition: padding 600ms ease;
  transition: padding 600ms ease;
}

.vis-conti {
  width: 100%;
  margin: 50px 0px;
}

.visual {
  height: 500px;
}

.overlay {
  background-color: rgba(255, 255, 255, 0.7) !important;
  height: 50px;
  top: 450px;
  position: relative;
}
.qbg{
  display:none;
}

#visual-one {
  background: url(../img/a60.jpg) no-repeat center center fixed;
  max-width: 1920px;
  /* actual img width */
  -moz-background-size: auto;
  -o-background-size: auto;
  background-size: cover;
  background-position-y: 120px;
}

#visual-two {
  background: url(../img/a53.jpg) no-repeat center center fixed;
  max-width: 1920px;
  /* actual img width */
  -moz-background-size: auto;
  -o-background-size: auto;
  background-size: cover;
  background-position-y: 120px;
}

div .c1 p, .c1 p a, .c3 p, .c2 p a, .c5 p, .c3 p a, .c7 p, .c4 p a, .c2 p, .c5 p a, .c4 p, .c6 p a, .c6 p, .c7 p a, .c8 p, .c8 p a {
  background-color: rgba(0, 165, 185, 1);
  text-align: center;
  white-space: nowrap;
  font-variant: all-small-caps;
  font-weight: bold;
  margin: 0px !important;
  color: #fff !important;
}

.offertabs a:visited {
  color: #fff;
}

.offertabs a:hover {
  border-bottom: solid white 3px;
  padding-bottom: 8px;
}

.offertabs .column {
  padding: 20px;
  border: solid 3px white;
}

.offertabs {
  padding: 0 25px 0 25px;
  font-size: 1.3em;
  letter-spacing: 0.1em;
}

div.offertabs:nth-child(6) {
  padding-bottom: 25px !important;
}

div .c1, .c3, .c5, .c7, .c2, .c4, .c6, .c8 {
  background-color: rgba(0, 165, 185, 1);
}

.offerimages {
  padding: 80px;
}

.offerimages img {
  width: 166px;
  box-shadow: 1px 8px 14px 8px rgba(78, 73, 73, 0.2);
  border-radius: 87px;
}

.line {
  border-top: solid 3px #00ACC8;
  width: 60px;
  margin-bottom: 30px;
}

#homy:before, #con:before, #openh:before, #find:before, #offer:before, #ld:before, #mt:before, #kg:before, #mas:before, #mft:before {
  display: block;
  content: "";
  height: 120px;
  margin: -120px 0 0;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 99;
  /* makes sure it stays on top */
}

#loader {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(https://raw.githubusercontent.com/niklausgerber/PreLoadMe/master/img/status.gif);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}

#map {
  height: 600px;
}

body {
  font-family: 'Rubik', sans-serif;
  background-color: #f2f2f2;
}

h1, h2, h3 {
  font-family: 'Roboto', sans-serif;
  color: #222222;
  margin: 20px 0px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: #00ACC8;
}

.nospacing h1, .nospacing h2, .nospacing h3 {
  letter-spacing: unset;
}

h2 {
  font-size: 1.7em;
  line-height: 1.3;
  text-align: center;
}

h3 {
  font-size: 1.3em;
}

h4, h5 {
  font-size: 1em;
  line-height: 1.6;
  -moz-hyphens: auto;
  hyphens: auto;
  color: #222222;
  margin: 0px 0px 20px 0px;
}

h4 {
  font-style: italic;
  font-weight: normal;
}

h5 {
  font-weight: bold;
}

.impressum h2 {
  font-size: 1.4em;
  text-align: left;
}

p {
  line-height: 1.6;
  color: #222222;
  margin: 0px 0px 20px 0px;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

a {
  text-decoration: none;
  color: #222222 !important;
}

.impressum a:hover{
  text-decoration: underline;
}


.text {
  padding: 25px;
}

ul {
  margin: 0px 0px 20px 65px;
  font-family: 'Rubik', sans-serif;
  color: #222222;
  line-height: 1.3;
  list-style-type: '- ';
}

.indent p {
  margin-left: 25px;
}

footer {
  width: 100%;
  min-height: 200px;
  bottom: 0;
  padding: 50px 50px 0;
  background-color: rgb(240, 240, 240);
  background-image: url(../img/logo-weiss.png);
  background-repeat: repeat;
  background-size: 6%;
  opacity: 0.5;
}

footer .row {
  background-color: rgba(255, 255, 255, 0);
}

.impressum h2, .impressum h3 {
  letter-spacing: unset;
}

.f3>p>a:hover {
  border-bottom: solid #222222 3px;
  padding-bottom: 2px;
  color: #222222 !important;
}

/*Phone*/

@media only screen and (max-width: 599px) {
  body {
    padding-top: 120px !important;
  }
  .one, .one-third, .two-thirds, .one-fourth, .half {
    width: 100%;
  }
  .hide-small {
    display: none;
  }
  .offerimages {
    padding: 0 33%;
    margin-top: 0px;
  }
  .offertabs {
    padding: 0 2%;
    font-size: 1.2em;
  }
  div .c1, .c3, .c5, .c7, .c2, .c4, .c6, .c8 {
    background-color: rgba(0, 165, 185, 1);
    ;
  }
  .rimg {
    max-width: 80%;
    margin: 0 10%;
  }
  .hider {
    display: none;
  }


  footer {
    text-align: center !important;
  }
  .f1, .f2 {
    margin-left: 0;
  }
  .phone {
    display: none;
  }
  nav {
    width: 100%;
    padding: 27px 0 15px;
    margin-top: 37px;
  }
  .openh h2 {
    letter-spacing: unset !important;
  }
  .openh1 {
    padding-bottom: 0;
  }
  .openh2 {
    padding-top: 0;
  }

  #map {
    height: 400px;
  }
}
@media only screen and (max-width: 599px) {
  #visual-one, #visual-two {
    display: none;
  }
  .qbg{
    display:block;
    width: 100%;
  }
}
/*tablet-portrait-up */

@media only screen and (min-width: 600px) and (max-width: 898px) {
  body {
    padding-top: 120px !important;
  }
  .one, .one-third, .two-thirds, .one-fourth, .half {
    width: 100%;
  }
  .hide-small {
    display: none;
  }
  .offerimages {
    padding: 0 40%;
    margin-top: 0px;
  }
  div .c1, .c3, .c5, .c7, .c2, .c4, .c6, .c8 {
    background-color: rgba(0, 165, 185, 1);
  }
  .offertabs {
    padding: 0 10%;
  }
  .rimg {
    max-width: 60%;
    margin: 0 20%;
  }
  .hider {
    display: none;
  }

  footer, footer h3 {
    text-align: center !important;
  }
  .f1, .f2 {
    margin-left: 0;
  }
  .phone {
    float: left;
    margin: 8px 0 0 220px;
  }
  .f1 {
    width: 100%;
    float: left;
    margin: 0 auto;
  }
  .f2 {
    width: 100%;
    float: left;
    margin: 0 auto;
  }
  .f3 {
    width: 100%;
    float: left;
    margin: 0 auto;
  }
  .openh1 {
    padding-bottom: 0;
  }
  .openh2 {
    padding-top: 0;
  }
  #map {
    height: 400px;
  }
}

/*tablet-landscape-up */

@media only screen and (min-width: 899px) and (max-width: 1100px) {
  .hide-normal {
    display: none;
  }
  .hide-medium {
    display: none;
  }
  .phone {
    float: left;
    margin: 8px 0 0 380px;
  }
  .f1 {
    width: 344px;
    float: left;
  }
  .f2 {
    width: 249px;
    float: left;
  }
  .f3 {
    width: 178px;
    float: left;
  }
  #map {
    height: 400px;
  }
}

/*desktop-up*/

@media only screen and (min-width: 1101px) {
  .hide-normal {
    display: none;
  }
  .f1 {
    width: 400px;
    float: left;
  }
  .f2 {
    width: 350px;
    float: left;
  }
  .f3 {
    width: 178px;
    float: left;
  }
  .shrink-nav {
    margin-top: -3px;
  }
}
