/*COLOR SCHEME*/
/*----------  padding for section  ----------*/
/*

Husk selv at indstille sektionerne, så padding passer, og ret stylingen til så den kun rammer sektioner med éns farvetema.

Eksempel:

.flexible-inner-section.white-theme.has-padding + .flexible-inner-section.white-theme.has-padding{
	padding-top: 0px;
}

*/
/*----------  Padding sections  ----------*/
.flexible-inner-section.has-padding.white-theme + .flexible-inner-section.has-padding.white-theme {
  padding-top: 0;
}
.flexible-inner-section.has-padding.grey-theme + .flexible-inner-section.has-padding.grey-theme {
  padding-top: 0;
}
.flexible-inner-section.has-padding {
  padding-top: 55px;
  padding-bottom: 55px;
}
.flexible-inner-section.always-padding {
  padding-top: 75px;
  padding-bottom: 75px;
}
.flexible-inner-section .content > *:last-child {
  margin-bottom: 0;
}
ul#menu-top-info {
  background-color: #a32135 !important;
  /*===============================
=    Forside Header Billede     =
===============================*/
}
.flexible-inner-section.bbh-inner-section.header-image {
  background-size: cover;
  text-align: center;
  background-position: center;
  height: calc(90vh - 40px);
  position: relative;
}
.flexible-inner-section.bbh-inner-section.header-image body {
  margin-top: 100px;
}
.flexible-inner-section.bbh-inner-section.header-image .header-text {
  padding-top: 50px;
  background-color: rgba(255, 255, 255, 0.9);
  max-width: 880px;
  background-color: rgba(255, 255, 255, 0.9);
  margin: auto;
}
.flexible-inner-section.bbh-inner-section.header-image .header-text .links {
  position: relative;
  display: inline-block;
  padding: 0 50px;
}
.flexible-inner-section.bbh-inner-section.header-image .header-text .links a {
  background-repeat: no-repeat;
  background-size: 30%;
  float: left;
  color: #000;
  transition: box-shadow 400ms ease-in-out, color 400ms ease-in-out;
  display: flex;
}
.flexible-inner-section.bbh-inner-section.header-image .header-text .links a img {
  position: relative;
  left: 0;
  top: -10px;
  width: 55px;
  display: block;
  height: 100%;
}
.flexible-inner-section.bbh-inner-section.header-image .header-text .links a:hover img {
  /* When the animation is finished, start again */
  animation: shake 2s;
  animation-iteration-count: infinite;
}
.flexible-inner-section.bbh-inner-section.header-image .header-text .links a h2 {
  border-bottom: none;
  margin-bottom: none;
}
.flexible-inner-section.bbh-inner-section.header-image .header-text .links a:hover {
  color: #a32135;
}
.flexible-inner-section.bbh-inner-section.header-image .header-text .links a, .flexible-inner-section.bbh-inner-section.header-image .header-text .links a:visited {
  color: #000;
}
.flexible-inner-section.bbh-inner-section.header-image .header-text .arrow {
  width: 35px;
  position: absolute;
  bottom: 100px;
  text-align: center;
  left: 50%;
  transform: translate(-50%, 45%);
  transition: 0.8s;
  bottom: 100px;
}
.flexible-inner-section.bbh-inner-section.header-image .header-text .arrow img {
  border-radius: 60px;
  background-color: #ffe900;
  padding: 10px;
}
@keyframes shake {
  0% {
    transform: rotate(0deg);
  }
  5% {
    transform: rotate(-5deg);
  }
  10% {
    transform: rotate(5deg);
  }
  15% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(5deg);
  }
  25% {
    transform: rotate(-5deg);
  }
  30% {
    transform: rotate(0deg);
  }
  35% {
    transform: rotate(-5deg);
  }
  40% {
    transform: rotate(5deg);
  }
  45% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  55% {
    transform: rotate(0deg);
  }
}
.flexible-inner-section.bbh-inner-section.header-image .grid-container .row {
  margin-top: 25%;
  /*===============================
=   Underside Header Billede    =
===============================*/
}
.hero.image-header {
  background-size: cover;
  background-position: bottom center;
  position: relative;
  min-height: 420px;
  width: 100%;
  padding-top: 20%;
  height: 0;
  box-sizing: border-box;
}
.hero.image-header .flexible-inner-section.bbh-inner-section.header-text {
  position: absolute;
  background-color: rgba(163, 33, 54, 0.8);
  bottom: 0;
  width: 100%;
}
.hero.image-header .flexible-inner-section.bbh-inner-section.header-text .row {
  margin-left: 0;
  margin-right: 0;
}
.hero.image-header .flexible-inner-section.bbh-inner-section.header-text .title-col {
  color: #fff;
  padding: 20px 0;
}
.hero.image-header .flexible-inner-section.bbh-inner-section.header-text .title-col h1 {
  font-size: 30px;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
}
.flexible-inner-section.bbh-inner-section.header-image .header-text .links a:hover {
  text-decoration-line: underline;
}
.flexible-inner-section.bbh-inner-section.header-image .header-text .links a:hover img:hover {
  opacity: 0.3;
}
.flexible-inner-section.header-image .btn {
  margin-bottom: 50px;
  /*--====================================
=       1 / 2 kolonner - Tekst         =
=====================================--*/
}
.flexible-inner-section.text-col {
  display: inline-block;
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*===============================
=   1 kolonne - Stort billede   =
===============================*/
}
.flexible-inner-section.text-col.white-theme {
  background-color: #fefefe;
}
.flexible-inner-section.text-col.white-theme .col-sm-12.text-content.one-col {
  text-transform: inherit;
  text-align: left;
}
.flexible-inner-section.text-col.grey-theme {
  background-color: #e3e3e3;
}
.flexible-inner-section.text-col.grey-theme .col-sm-12.text-content.one-col {
  text-transform: inherit;
  text-align: left;
}
.flexible-inner-section.text-col .color-break {
  height: 100%;
}
.flexible-inner-section.text-col .color-break .heading {
  text-align: center;
}
.flexible-inner-section.text-col .color-break .heading h1, .flexible-inner-section.text-col .color-break .heading h2, .flexible-inner-section.text-col .color-break .heading h3, .flexible-inner-section.text-col .color-break .heading h4 {
  margin-bottom: 0.5em;
  border-bottom: none;
}
.flexible-inner-section.text-col .color-break .text-content h1, .flexible-inner-section.text-col .color-break .text-content h2, .flexible-inner-section.text-col .color-break .text-content h3, .flexible-inner-section.text-col .color-break .text-content h4 {
  border-bottom: none;
}
.flexible-inner-section.text-col .color-break .text-content p {
  margin-bottom: 1em;
  padding-bottom: 0;
}
.flexible-inner-section.text-col .color-break .text-content.one-col {
  text-transform: uppercase;
  text-align: center;
}
.flexible-inner-section.text-col .color-break .text-content.two-col {
  min-height: unset;
  column-count: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
}
.flexible-inner-section.text-col .color-break .text-content.two-col h1, .flexible-inner-section.text-col .color-break .text-content.two-col h2, .flexible-inner-section.text-col .color-break .text-content.two-col h3, .flexible-inner-section.text-col .color-break .text-content.two-col h4 {
  padding-left: 20px;
  padding-top: 10px;
  font-weight: 700;
  margin-right: 25px;
  margin-bottom: 0;
}
.flexible-inner-section.text-col .color-break .text-content.two-col p {
  text-transform: inherit;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500 !important;
}
.flexible-inner-section.text-col .color-break .text-content ul {
  margin: 0 0 1.5em;
}
.flexible-inner-section.text-col .color-break .text-content ul li {
  margin-bottom: 10px;
  padding-left: 20px;
}
.flexible-inner-section.text-col .color-break .text-content ul li a {
  text-decoration: underline;
}
.flexible-inner-section.text-col .color-break .text-content ul li a:hover {
  color: #a32135;
}
.flexible-inner-section.text-col .color-break .link-wrapper {
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.flexible-inner-section.text-col .color-break .link-wrapper .link-container {
  text-align: center;
  text-transform: uppercase;
}
.flexible-inner-section.text-col .color-break .link-wrapper .link-container.Left {
  text-align: left;
}
.flexible-inner-section.text-col .color-break .link-wrapper .link-container.Right {
  text-align: right;
}
.flexible-inner-section.text-col.image {
  color: #fefefe;
  font-weight: 700;
}
.flexible-inner-section.text-col.image::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgba(163, 33, 53, 0.9);
  z-index: 2;
}
.flexible-inner-section.text-col.image .color-break {
  height: 100%;
  position: relative;
  z-index: 3;
  padding: 35px 0;
}
.flexible-inner-section.text-col.image .color-break .text-content p {
  font-weight: 600;
}
.flexible-inner-section.text-col.image .color-break .text-content p a {
  color: #fefefe;
  text-decoration: underline;
}
.flexible-inner-section.bbh-inner-section.col-12.image {
  padding-bottom: 55px;
  /*===================================
= 1 kolonne - Tekst i citationstegn =
===================================*/
}
.flexible-inner-section.bbh-inner-section.col-12.image.white-theme {
  background-color: #fefefe;
}
.flexible-inner-section.bbh-inner-section.col-12.image.grey-theme {
  background-color: #e3e3e3;
}
.flexible-inner-section.bbh-inner-section.col-12.image img {
  width: 80%;
  transform: translate(10%, 0%);
}
.flexible-inner-section.bbh-inner-section.col-12-break-text-quote {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  width: 100%;
  /*=================================================
=         2 kolonner - Fuldbreddes blokke         =
=================================================*/
}
.flexible-inner-section.bbh-inner-section.col-12-break-text-quote .grid-container {
  padding-top: 80px;
  padding-bottom: 80px;
}
.flexible-inner-section.bbh-inner-section.col-12-break-text-quote .color {
  padding: 0;
}
.flexible-inner-section.bbh-inner-section.col-12-break-text-quote .color .content {
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: 10%, 10%;
  text-align: center;
}
.flexible-inner-section.bbh-inner-section.col-12-break-text-quote .color .content .quote-wrap {
  display: inline-block;
  width: auto;
  position: relative;
}
.flexible-inner-section.bbh-inner-section.col-12-break-text-quote .color .content .quote-wrap > *:last-child {
  margin-bottom: 0;
}
.flexible-inner-section.bbh-inner-section.col-12-break-text-quote .color .content .quote-wrap::before {
  content: "";
  background: url("/wp-content/uploads/2018/01/citationstegn-oeverst.png");
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: 10%, 10%;
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 40px;
}
.flexible-inner-section.bbh-inner-section.col-12-break-text-quote .color .content .quote-wrap::after {
  content: "";
  background: url("/wp-content/uploads/2018/01/citationstegn-nederst.png");
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: 10%, 10%;
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 40px;
}
.flexible-inner-section.bbh-inner-section.col-12-break-text-quote .color .content .quote-wrap::after {
  right: -50px;
  bottom: -30px;
}
.flexible-inner-section.bbh-inner-section.col-12-break-text-quote .color .content .quote-wrap::before {
  left: -50px;
  top: -30px;
}
.flexible-inner-section.bbh-inner-section.col-12-break-text-quote .color .content p {
  font-weight: 700;
  color: #fefefe;
  text-align: center;
}
.flexible-inner-section.bbh-inner-section.col-12-break-text-quote .color .content p a {
  color: #fefefe;
}
.flexible-inner-section.large-blocks {
  /*============================================
=       2 kolonner - Indrammede blokke       =
=============================================*/
}
.flexible-inner-section.large-blocks .single-block {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-left: 0;
  padding-right: 0;
}
.flexible-inner-section.large-blocks .single-block.white-theme {
  background-color: #fefefe;
}
.flexible-inner-section.large-blocks .single-block.grey-theme {
  background-color: #e3e3e3;
}
.flexible-inner-section.large-blocks .single-block .half-grid {
  width: 650px;
  max-width: 100%;
  padding: 160px 40px;
  box-sizing: border-box;
  margin: auto;
}
.flexible-inner-section.large-blocks .single-block .half-grid .inner-content .header {
  border-bottom: 2px solid #ffe900;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.flexible-inner-section.large-blocks .single-block .half-grid .inner-content ul {
  margin: 0 0 1.5em;
}
.flexible-inner-section.large-blocks .single-block .half-grid .inner-content p {
  margin-bottom: 1em;
}
.flexible-inner-section.large-blocks .single-block .half-grid .links-wrapper.Center {
  text-align: center;
}
.flexible-inner-section.large-blocks .single-block .half-grid .links-wrapper.Left {
  text-align: left;
}
.flexible-inner-section.large-blocks .single-block .half-grid .links-wrapper.Right {
  text-align: right;
}
.flexible-inner-section.large-padding-blocks {
  /*======================================
=   2 kolonner - Tekst og Google Maps  =
======================================*/
}
.flexible-inner-section.large-padding-blocks.white-theme {
  background-color: #fefefe;
}
.flexible-inner-section.large-padding-blocks.grey-theme {
  background-color: #e3e3e3;
}
.flexible-inner-section.large-padding-blocks .left .half-grid {
  padding-right: 40px;
}
.flexible-inner-section.large-padding-blocks .right .half-grid {
  padding-left: 40px;
}
.flexible-inner-section.large-padding-blocks .half-grid img {
  max-height: 300px;
}
.flexible-inner-section.large-padding-blocks .half-grid .inner-content .header {
  border-bottom: 2px solid #ffe900;
}
.flexible-inner-section.large-padding-blocks .half-grid .inner-content ul {
  margin: 0 0 1.5em 1.6em;
}
.flexible-inner-section.large-blocks.text-maps {
  display: inline-block;
  width: 100%;
  /*=====================================
=   3 kolonner - Indrammede billeder  =
=====================================*/
}
.flexible-inner-section.large-blocks.text-maps.white-theme {
  background-color: #fefefe;
}
.flexible-inner-section.large-blocks.text-maps.grey-theme {
  background-color: #e3e3e3;
}
.flexible-inner-section.large-blocks.text-maps .half-grid {
  padding: 160px 40px !important;
}
.flexible-inner-section.large-blocks.text-maps .google-maps {
  height: 680px;
}
.flexible-inner-section.large-blocks.text-maps .google-maps iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.flexible-inner-section.bbh-inner-section.col-12.image.has-padding {
  /*========================================
=    3 kolonner - Fuldbreddes billeder   =
========================================*/
}
.flexible-inner-section.bbh-inner-section.col-12.image.has-padding.white-theme {
  background-color: #fefefe;
}
.flexible-inner-section.bbh-inner-section.col-12.image.has-padding.grey-theme {
  background-color: #e3e3e3;
}
.flexible-inner-section.bbh-inner-section.col-12.image.has-padding img {
  max-width: 80%;
}
.flexible-inner-section.bbh-inner-section.blocks-3.no-padding {
  /*===============================
=        3 kolonner - Tekst     =
===============================*/
}
.flexible-inner-section.bbh-inner-section.blocks-3.no-padding .row-eq-height .image {
  height: 42vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.flexible-inner-section.bbh-inner-section.blocks-3 {
  /*==========================================
=      4 kolonner - Billeder med pil       =
===========================================*/
}
.flexible-inner-section.bbh-inner-section.blocks-3.white-theme {
  background-color: #fefefe;
}
.flexible-inner-section.bbh-inner-section.blocks-3.grey-theme {
  background-color: #e3e3e3;
}
.flexible-inner-section.bbh-inner-section.blocks-3 h3 {
  border-bottom: 1px solid #ffe900;
  padding-bottom: 10px;
  margin-right: 30px;
}
.flexible-inner-section.bbh-inner-section.\34 -col-image-text {
  display: inline-block;
  width: 100%;
  padding-top: 35px;
  margin-top: 80px;
  /*==========================================
=        4 kolonner - Medarbejdere         =
===========================================*/
}
.flexible-inner-section.bbh-inner-section.\34 -col-image-text.white-theme {
  background-color: #fefefe;
}
.flexible-inner-section.bbh-inner-section.\34 -col-image-text.grey-theme {
  background-color: #e3e3e3;
}
.flexible-inner-section.bbh-inner-section.\34 -col-image-text .image img {
  max-width: 70%;
  transform: translate(20%, -10%);
}
.flexible-inner-section.bbh-inner-section.\34 -col-image-text .full-grid:not(:last-child) .image::after {
  content: "";
  position: absolute;
  right: 0;
  height: 35px;
  width: 35px;
  background-image: url("/wp-content/uploads/2017/11/pil.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  top: 25%;
}
.flexible-inner-section.bbh-inner-section.\34 -col-image-text .content-col h3 {
  font-weight: 700;
  border-bottom: none;
  max-width: 100%;
  width: 180px;
  margin: auto;
}
.flexible-inner-section.bbh-inner-section.employees.has-padding .row .link-container .btn {
  margin-bottom: 20px;
  margin-top: 20px;
}
.flexible-inner-section.bbh-inner-section.employees.has-padding {
  /*===============================================
=          histori           =
===============================================*/
}
.flexible-inner-section.bbh-inner-section.employees.has-padding.white-theme {
  background-color: #fefefe;
}
.flexible-inner-section.bbh-inner-section.employees.has-padding.grey-theme {
  background-color: #e3e3e3;
}
.flexible-inner-section.bbh-inner-section.employees.has-padding .row {
  text-align: center;
  font-size: 0;
}
.flexible-inner-section.bbh-inner-section.employees.has-padding .row .employee-cont {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.flexible-inner-section.bbh-inner-section.employees.has-padding .row .employee-cont .employee-col {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1rem;
  vertical-align: top;
}
.flexible-inner-section.bbh-inner-section.employees.has-padding .row .employee-cont .employee-col .images img {
  max-height: 240px;
}
.flexible-inner-section.bbh-inner-section.employees.has-padding .row .employee-cont .employee-col .info {
  text-align: center;
}
.flexible-inner-section.bbh-inner-section.employees.has-padding .row .employee-cont .employee-col .info a {
  text-decoration: underline;
}
.flexible-inner-section.bbh-inner-section.employees.has-padding .row .employee-cont .employee-col .info a:hover {
  color: #a32135;
}
.flexible-inner-section.bbh-inner-section.employees.has-padding .row .link-container .btn {
  font-size: 14px;
}
.flexible-inner-section.bbh-inner-section.employees.has-padding .employee-col {
  color: black;
}
.pdf-file {
  padding-left: 1px;
  /* margin: auto; */
  margin-bottom: 20p;
  display: flex;
  justify-content: center;
  padding-top: 20px;
  /*===============================================
=          Døgnvagt           =
===============================================*/
}
.pdf-file a {
  color: #000 !important;
  border: none;
  background-color: #ffe900;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
.pdf-file a:hover {
  color: black !important;
  background-color: white;
}
.page-id-2139 .hero.image-header {
  background-size: cover;
  background-position: bottom center;
  position: relative;
  min-height: unset;
  width: 100%;
  padding-top: 90px;
  height: 0;
  box-sizing: border-box;
  /*===============================================
=          footer           =
===============================================*/
}
.footer-widgets-container.grid-container.grid-parent {
  max-width: 1280px;
}
.site-footer .footer-widgets-container .inner-padding {
  margin: unset;
  color: white;
}
.footer-widgets {
  background-color: #a02637;
}
h2.widget-title {
  border-bottom: unset;
}
.footer-widgets .widget-title {
  color: white;
}
.footer-widget-4.grid-parent.grid-25.tablet-grid-50.mobile-grid-100 {
  max-width: 270px;
}
.footer-widget-3.grid-parent.grid-25.tablet-grid-50.mobile-grid-100 {
  max-width: 270px;
}
.footer-widget-2.grid-parent.grid-25.tablet-grid-50.mobile-grid-100 {
  max-width: 270px;
}
.footer-widget-1.grid-parent.grid-25.tablet-grid-50.mobile-grid-100 {
  max-width: 370px;
  margin-left: 318px;
  margin-right: 118px;
}
.footer-widgets .widget, .sidebar .widget {
  font-size: 13px;
}
.footer-widgets {
  padding: 40px 0 0;
}
#text-2 h2 {
  font-size: 20px;
  margin: unset;
  padding-left: 18px;
  padding-top: 20px;
}
#text-2 p {
  padding-top: 13px;
}
#text-4 {
  padding-bottom: 22px;
}
#text-4 h2 {
  font-size: 27px;
  font-weight: bold;
  margin: unset;
  padding: 0;
}
#text-4 h2::before {
  content: '|';
  font-weight: 100;
  padding-right: 8px;
}
#text-6 h2 {
  font-size: 20px;
  margin: unset;
  padding-bottom: 13px;
  padding-left: 18px;
}
#text-7 h2 {
  font-size: 27px;
  font-weight: bold;
  margin: unset;
  padding: 0 0 18px;
}
#text-7 h2::before {
  content: '|';
  font-weight: 100;
  padding-right: 10px;
}
#text-7 h2 aside#text-4 {
  font-size: 27px;
  font-weight: bold;
  margin: unset;
}
#text-7 h2 aside#text-4::before {
  content: '|';
  font-weight: 100;
  padding-right: 10px;
}
#text-8 h2 {
  font-size: 20px;
  margin: unset;
  padding-left: 18px;
}
#text-9 h2 {
  font-size: 20px;
  margin: unset;
  padding-top: 60px;
  padding-left: 18px;
}
.textwidget {
  padding-left: 18px;
}
.site-footer .footer-widgets-container .inner-padding {
  margin: unset;
}
img.image.wp-image-2071.attachment-full.size-full {
  padding-bottom: 18px;
  padding-left: 18px;
}
#jysk {
  color: white;
  font-size: 20px;
  padding-bottom: 13px;
  line-height: 1;
}
#foot-col2 {
  color: white;
  font-size: 20px;
  padding-bottom: 13px;
  line-height: 1;
  padding-top: 60px;
}
.col3-footer-content {
  padding-top: 15px;
}
.flexible-inner-section.has-padding {
  padding-top: 55px;
  padding-bottom: unset;
  /*===============================================
=          Kontakt           =
===============================================*/
}
.page-id-39 .flexible-inner-section.text-col.image::before {
  content: "";
  position: absolute;
  height: 100% !important;
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgba(163, 33, 53, 0.9);
  z-index: 2;
}
.page-id-39 .flexible-inner-section.has-padding {
  padding-top: 55px;
  padding-bottom: unset;
}
img.image.wp-image-2102.attachment-full.size-full {
  padding-left: 20px;
}
.image .btn {
  margin: auto auto 30px;
}
.flexible-inner-section.text-col .color-break .link-wrapper {
  margin-top: unset;
}
.flexible-inner-section.text-col.white-theme .col-sm-12.text-content.one-col {
  text-align: center;
  /*------------ RESPONSIVE ------------*/
}
@media screen and (min-width: 2400px) {
  .footer-widget-1.grid-parent.grid-25.tablet-grid-50.mobile-grid-100 {
    max-width: 370px;
    margin-left: 670px;
    margin-right: 118px;
  }
}
@media screen and (max-width: 1606px) {
  .footer-widget-1.grid-parent.grid-25.tablet-grid-50.mobile-grid-100 {
    max-width: 320px;
    margin-left: 208px;
    margin-right: 118px;
  }
}
@media screen and (max-width: 1497px) {
  /*-Desktop (iMac) 1450px-*/  .footer-widget-1.grid-parent.grid-25.tablet-grid-50.mobile-grid-100 {
    max-width: 320px;
    margin-left: 150px;
    margin-right: 118px;
  }
}
@media screen and (max-width: 1360px) {
  /*-Desktop (Macbook) 1200px-*/  .footer-widget-1.grid-parent.grid-25.tablet-grid-50.mobile-grid-100 {
    max-width: 320px;
    margin-left: 50px;
    margin-right: 118px;
  }
}
@media screen and (max-width: 1262px) {
  /*-Desktop (Macbook) 1050px-*/  .footer-widget-1.grid-parent.grid-25.tablet-grid-50.mobile-grid-100 {
    max-width: 320px;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 1050px) {
  /*-Tablet (Orientation: landscape) 1024px-*/}
@media screen and (max-width: 1024px) {
  /*-Tablet (Orientation: portrait) 768px-*/  .site-footer .footer-widgets-container .inside-footer-widgets {
    margin: auto;
    max-width: 600px;
  }
  .footer-widget-1.grid-parent.grid-25.tablet-grid-50.mobile-grid-100 {
    max-width: 270px;
  }
}
@media screen and (max-width: 768px) {
  /*-Smartphone (Samsung S6: landscape) 640px-*/  .main-nav {
    background-color: #a32134;
  }
  .footer-widget-1.grid-parent.grid-25.tablet-grid-50.mobile-grid-100 {
    max-width: 320px;
    margin-left: unset;
    margin-right: unset;
  }
  #jysk {
    padding-top: unset;
  }
}
@media screen and (max-width: 640px) {
  /*-Smartphone (iPhone 4: landscape) 480px-*/}
@media screen and (max-width: 480px) {
  /*-Smartphone (Samsung S6: portrait) 360px-*/  .footer-widget-1.grid-parent.grid-25.tablet-grid-50.mobile-grid-100 {
    max-width: 320px;
    margin-left: unset;
    margin-right: unset;
  }
  .flexible-inner-section.bbh-inner-section.header-image .header-text .links a h2 {
    font-size: 20px;
  }
  .main-nav .menu-title {
    font-size: 10px;
  }
}
@media screen and (max-width: 380px) {
  /*-Smartphone (iphone 5: portrait) 320px-*/  .flexible-inner-section.bbh-inner-section.header-image .header-text .links a h2 {
    font-size: 18px;
  }
}
