/*
    Variablen-Definitionen zur Benutzung durch alle Marken
*/
/*
SHARED MIXINS
(zur Verwendung durch alle Marken)
*/
body::after {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  content: url('/Sites/Living4Media/Resources/images/icons/Close.svg') url('/Sites/Living4Media/Resources/images/icons/ArrowLeft_orange.svg') url('/Sites/Living4Media/Resources/images/icons/ArrowRight_orange.svg');
}
#TopSearchContainer {
  display: -ms-flexbox;
  display: flex;
  max-width: 450px;
}
#TopSearchContainer form {
  -ms-flex: 1 0 100%;
      flex: 1 0 100%;
}
#TopSearchContainer #ToggleCategoryBrowser {
  cursor: pointer;
  padding: 7px 10px;
  border: 1px solid;
  border-radius: 0;
  text-decoration: none;
  font-family: "HelveticaNeueLT-Thin", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px;
  line-height: normal;
  text-align: center;
  border-color: #c4c4c4;
  background-color: #FFF;
  color: #4d4d4d;
  padding-right: 40px;
  background-image: url("/Sites/Living4Media/Resources/images/icons/Actions.svg");
  background-repeat: no-repeat;
  background-size: auto 1.2em;
  background-position: right 10px center;
  min-width: 135px;
  margin-left: 15px;
}
@media (min-width: 810px) {
  #TopSearchContainer #ToggleCategoryBrowser {
    display: inline !important;
  }
}
#TopSearchContainer #ToggleCategoryBrowser:hover {
  border-color: #c4c4c4;
  background-color: #f1f1f1;
  color: #4d4d4d;
}
#TopSearchContainer #ToggleCategoryBrowser:focus {
  outline: 0;
}
#TopSearchContainer #ToggleCategoryBrowser:disabled {
  opacity: 0.7;
  border-style: dotted;
  cursor: not-allowed;
}
#TopSearchContainer #ToggleCategoryBrowser:disabled:hover {
  border-color: #c4c4c4;
  background-color: #FFF;
  color: #4d4d4d;
}
#TopSearchContainer #ToggleCategoryBrowser:not(.Open) {
  background-size: 24px auto;
}
#TopSearchContainer #ToggleCategoryBrowser.Open {
  background-image: url("/Sites/Living4Media/Resources/images/icons/Close.svg");
  background-repeat: no-repeat;
  border-color: #c4c4c4;
  background-color: #f1f1f1;
  color: #4d4d4d;
  background-size: 13px;
  border-color: #f1f1f1;
}
#Main {
  /* ---- GALLERY (BANNERSLIDER) */
}
@media (min-width: 600px) {
  #Main h2 {
    font-size: 29px;
    line-height: 32px;
  }
}
#Main #UpperContainer {
  position: relative;
}
#Main #CategoryBrowser {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #f1f1f1;
  padding: 40px;
}
@media (max-width: 809px) {
  #Main #CategoryBrowser[style] {
    display: none !important;
  }
}
#Main #CategoryBrowser a {
  text-decoration: none;
}
#Main #CategoryBrowser > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-left: -20px;
}
@media (min-width: 1220px) {
  #Main #CategoryBrowser > div {
    margin-left: -30px;
  }
}
#Main #CategoryBrowser > div .Category {
  -ms-flex: 1 1 0%;
      flex: 1 1 0%;
  border-right: 1px solid #dddddd;
  padding: 0 20px;
}
@media (min-width: 1220px) {
  #Main #CategoryBrowser > div .Category {
    padding: 0 30px;
  }
}
#Main #CategoryBrowser > div .Category:last-child {
  border: none;
  padding-right: 0;
}
#Main #CategoryBrowser > div .Category .Thumb {
  display: none;
}
@media (min-width: 940px) {
  #Main #CategoryBrowser > div .Category .Thumb {
    display: block;
    height: 88px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media (min-width: 1220px) {
  #Main #CategoryBrowser > div .Category .Thumb {
    width: 150px;
    height: 150px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
#Main #CategoryBrowser > div .Category h3 {
  margin: 0 0 5px 0;
  font-size: 15px;
}
@media (min-width: 940px) {
  #Main #CategoryBrowser > div .Category h3 {
    margin: 13px 0 6px;
  }
}
@media (min-width: 1050px) {
  #Main #CategoryBrowser > div .Category h3 {
    font-size: 19px;
  }
}
@media (min-width: 1220px) {
  #Main #CategoryBrowser > div .Category h3 {
    margin: 18px 0 9px;
  }
}
#Main #CategoryBrowser > div .Category ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 14px;
}
@media (min-width: 1050px) {
  #Main #CategoryBrowser > div .Category ul {
    font-size: 16px;
  }
}
#Main #CategoryBrowser > div .Category ul li {
  white-space: nowrap;
  /*display: inline;

                        &:not(:last-child)::after {
                            content: " • ";
                            color: @text-color_light;
                        }*/
}
#Main #Gallery img {
  width: 100%;
  display: block;
}
#Main #Gallery .Slider {
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#Main #Gallery .Slider .ButtonContainer {
  position: absolute;
  top: 0;
  cursor: pointer;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
#Main #Gallery .Slider .ButtonContainer.Left {
  left: 0;
  padding-right: 10%;
}
#Main #Gallery .Slider .ButtonContainer.Left .ArrowIcon {
  background-image: url('/Sites/Living4Media/Resources/images/icons/ArrowLeft_white.svg');
  background-position: left center;
  padding-right: 5px;
}
#Main #Gallery .Slider .ButtonContainer.Left:hover .ArrowIcon {
  background-image: url('/Sites/Living4Media/Resources/images/icons/ArrowLeft_orange.svg');
}
#Main #Gallery .Slider .ButtonContainer.Right {
  right: 0;
  padding-left: 10%;
}
#Main #Gallery .Slider .ButtonContainer.Right .ArrowIcon {
  background-image: url('/Sites/Living4Media/Resources/images/icons/ArrowRight_white.svg');
  background-position: right center;
  padding-left: 5px;
}
#Main #Gallery .Slider .ButtonContainer.Right:hover .ArrowIcon {
  background-image: url('/Sites/Living4Media/Resources/images/icons/ArrowRight_orange.svg');
}
#Main #Gallery .Slider .ButtonContainer:hover .ArrowIcon {
  background-color: rgba(255, 255, 255, 0.8);
}
#Main #Gallery .Slider .ButtonContainer:active .ArrowIcon {
  background-color: rgba(255, 255, 255, 0.9);
}
#Main #Gallery .Slider .ButtonContainer .ArrowIcon {
  box-sizing: content-box;
  height: 25%;
  min-height: 50px;
  max-height: 70px;
  min-width: 30px;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.2);
  background-origin: content-box;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 600px) {
  #Main #Gallery .Slider .ButtonContainer .ArrowIcon {
    min-width: 40px;
    padding: 10px;
  }
}
#Main #Gallery .Slider .Slide {
  width: 100%;
  height: 100%;
  position: absolute;
  transition: 0.75s 0s;
  transition-timing-function: ease-out;
  display: none;
}
#Main #Gallery .Slider .Slide.LeftOfActive {
  transform: translateX(-100%);
  display: block;
}
#Main #Gallery .Slider .Slide.LeftOfActive.MovingLeft {
  display: none;
}
#Main #Gallery .Slider .Slide.Active {
  transform: translateX(0);
  display: block;
}
#Main #Gallery .Slider .Slide.RightOfActive {
  transform: translateX(100%);
  display: block;
}
#Main #Gallery .Slider .Slide.RightOfActive.MovingRight {
  display: none;
}
#Main #Gallery .Slider .Slide > a {
  cursor: zoom-in;
}
#Main .Intro {
  width: 100%;
  border-bottom: 1px solid #dddddd;
  padding: 30px 0 45px 0;
}
#Main .Intro h1 {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 15px;
  margin-top: 10px;
}
#Main .Intro p {
  font-size: 16px;
}
#Main #News .ItemsWrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-left: -20px;
}
#Main #News .ItemsWrapper .Thumb {
  margin: auto;
  width: 143.5px;
  height: 143.5px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 600px) {
  #Main #News .ItemsWrapper .Thumb {
    width: 205px;
    height: 205px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
#Main #News .ItemsWrapper .Item {
  border-right: 1px solid #dddddd;
  margin-bottom: 35px;
  padding: 0 14px;
  width: 172.2px;
}
@media (min-width: 600px) {
  #Main #News .ItemsWrapper .Item {
    margin-bottom: 50px;
    padding: 0 20px;
    width: 246px;
  }
}
#Main #News .ItemsWrapper .Item.More {
  border-right: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  text-align: center;
  cursor: pointer;
}
#Main #News .ItemsWrapper .Item.More a {
  text-decoration: none;
}
#Main #News .ItemsWrapper .Item.More img {
  width: 40px;
  height: 72px;
}
#Main #News .ItemsWrapper .Item.More p {
  margin-top: 0;
  font-family: "HelveticaNeueLT-Thin", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 17px;
}
#Main #News .ItemsWrapper .Item a.ThumbContainer {
  display: block;
}
#Main #News .ItemsWrapper .Item .HLWrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-top: 20px;
  overflow: hidden;
}
#Main #News .ItemsWrapper .Item .HLWrapper h3 {
  line-height: 1.15;
  margin: 0 0 1px 0;
}
#Main #News .ItemsWrapper .Item .IntroText {
  margin: 10px 0 0 0;
  line-height: 1.3em;
}
#Main #News #NewsAndInspirationsWidget.ItemsWrapper .Item a {
  text-decoration: none;
  color: #4d4d4d;
}
#Main #News #NewsAndInspirationsWidget.ItemsWrapper .Item a span.Continue {
  display: inline-block;
  line-height: 15px;
  font-size: 20px;
  position: relative;
  bottom: -1px;
}
#Main #News #NewsAndInspirationsWidget.ItemsWrapper .Item a:hover span.Continue {
  color: #cc3f0e;
}
#Main #News #NewsAndInspirationsWidget.ItemsWrapper .Item .IntroText {
  line-height: 1.5;
}
#Main #News #NewsAndInspirationsWidget.ItemsWrapper .Item .IntroText {
  line-height: 1.5;
}
#Main #News .NewsAndInspirationsPaging {
  margin-bottom: 40px;
}
#Main #News .NewsAndInspirationsPaging span {
  border-right: 1px solid #dddddd;
  padding-right: 15px;
  margin-right: 15px;
}
#Main #News .NewsAndInspirationsPaging span:last-child {
  border-right: none;
}
#Main #News .NewsAndInspirationsPaging span a {
  color: #cc3f0e;
  font-size: 17px;
  text-decoration: none;
}
#Main #News .NewsAndInspirationsPaging span a:hover,
#Main #News .NewsAndInspirationsPaging span a.ActiveYear {
  text-decoration: underline;
}
#Main #Features .ItemsWrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-left: -20px;
}
#Main #Features .ItemsWrapper .Thumb {
  margin: auto;
  width: 143.5px;
  height: 143.5px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 600px) {
  #Main #Features .ItemsWrapper .Thumb {
    width: 205px;
    height: 205px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
#Main #Features .ItemsWrapper .Item {
  border-right: 1px solid #dddddd;
  margin-bottom: 35px;
  padding: 0 14px;
  width: 172.2px;
}
@media (min-width: 600px) {
  #Main #Features .ItemsWrapper .Item {
    margin-bottom: 50px;
    padding: 0 20px;
    width: 246px;
  }
}
#Main #Features .ItemsWrapper .Item.More {
  border-right: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  text-align: center;
  cursor: pointer;
}
#Main #Features .ItemsWrapper .Item.More a {
  text-decoration: none;
}
#Main #Features .ItemsWrapper .Item.More img {
  width: 40px;
  height: 72px;
}
#Main #Features .ItemsWrapper .Item.More p {
  margin-top: 0;
  font-family: "HelveticaNeueLT-Thin", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 17px;
}
#Main #Features .ItemsWrapper .Item a.ThumbContainer {
  display: block;
}
#Main #Features .ItemsWrapper .Item .HLWrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-top: 20px;
  overflow: hidden;
}
#Main #Features .ItemsWrapper .Item .HLWrapper h3 {
  line-height: 1.15;
  margin: 0 0 1px 0;
}
#Main #Features .ItemsWrapper .Item .IntroText {
  margin: 10px 0 0 0;
  line-height: 1.3em;
}
#Main #Features #FeatureListWidget.ItemsWrapper .Item button {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
#Main #Features #FeatureListWidget.ItemsWrapper .Item button.AddToActiveLightbox {
  cursor: pointer;
  padding: 7px 10px;
  border: 1px solid;
  border-radius: 0;
  text-decoration: none;
  font-family: "HelveticaNeueLT-Thin", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px;
  line-height: normal;
  text-align: center;
  border-color: #c4c4c4;
  background-color: #FFF;
  color: #4d4d4d;
  padding-right: 40px;
  background-image: url("/Sites/Living4Media/Resources/images/icons/Heart.svg");
  background-repeat: no-repeat;
  background-size: auto 1.2em;
  background-position: right 10px center;
  background-position: center center;
  background-size: auto 1em;
  width: 36px;
  height: 36px;
  padding: 0;
  vertical-align: bottom;
}
#Main #Features #FeatureListWidget.ItemsWrapper .Item button.AddToActiveLightbox:hover {
  border-color: #c4c4c4;
  background-color: #f1f1f1;
  color: #4d4d4d;
}
#Main #Features #FeatureListWidget.ItemsWrapper .Item button.AddToActiveLightbox:focus {
  outline: 0;
}
#Main #Features #FeatureListWidget.ItemsWrapper .Item button.AddToActiveLightbox:disabled {
  opacity: 0.7;
  border-style: dotted;
  cursor: not-allowed;
}
#Main #Features #FeatureListWidget.ItemsWrapper .Item button.AddToActiveLightbox:disabled:hover {
  border-color: #c4c4c4;
  background-color: #FFF;
  color: #4d4d4d;
}
#Main #Features #FeatureListWidget.ItemsWrapper .Item button.AddToActiveLightbox:hover:not(:disabled) {
  background-image: url("/Sites/Living4Media/Resources/images/icons/Heart_orange.svg");
  background-repeat: no-repeat;
}
#Main #Features #FeatureListWidget.ItemsWrapper .Item button.RemoveFromActiveLightbox {
  display: none;
  cursor: pointer;
  padding: 7px 10px;
  border: 1px solid;
  border-radius: 0;
  text-decoration: none;
  font-family: "HelveticaNeueLT-Thin", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px;
  line-height: normal;
  text-align: center;
  border-color: #c4c4c4;
  background-color: #FFF;
  color: #4d4d4d;
  padding-right: 40px;
  background-image: url("/Sites/Living4Media/Resources/images/icons/Heart_solid.svg");
  background-repeat: no-repeat;
  background-size: auto 1.2em;
  background-position: right 10px center;
  background-position: center center;
  background-size: auto 1em;
  width: 36px;
  height: 36px;
  padding: 0;
  vertical-align: bottom;
}
#Main #Features #FeatureListWidget.ItemsWrapper .Item button.RemoveFromActiveLightbox:hover {
  border-color: #c4c4c4;
  background-color: #f1f1f1;
  color: #4d4d4d;
}
#Main #Features #FeatureListWidget.ItemsWrapper .Item button.RemoveFromActiveLightbox:focus {
  outline: 0;
}
#Main #Features #FeatureListWidget.ItemsWrapper .Item button.RemoveFromActiveLightbox:disabled {
  opacity: 0.7;
  border-style: dotted;
  cursor: not-allowed;
}
#Main #Features #FeatureListWidget.ItemsWrapper .Item button.RemoveFromActiveLightbox:disabled:hover {
  border-color: #c4c4c4;
  background-color: #FFF;
  color: #4d4d4d;
}
#Main #Features #FeatureListWidget.ItemsWrapper .Item button.RemoveFromActiveLightbox:hover:not(:disabled) {
  background-image: url("/Sites/Living4Media/Resources/images/icons/Heart_solid_orange.svg");
  background-repeat: no-repeat;
}
#Main #Features #FeatureListWidget.ItemsWrapper .Item button.RemoveFromActiveLightbox,
#Main #Features #FeatureListWidget.ItemsWrapper .Item button.AddToActiveLightbox {
  width: 20px;
  height: 20px;
}
#Main #Features #FeatureListWidget.ItemsWrapper .Item button.RemoveFromActiveLightbox,
#Main #Features #FeatureListWidget.ItemsWrapper .Item button.AddToActiveLightbox,
#Main #Features #FeatureListWidget.ItemsWrapper .Item button.RemoveFromActiveLightbox:hover,
#Main #Features #FeatureListWidget.ItemsWrapper .Item button.AddToActiveLightbox:hover {
  border: none;
  background-color: transparent;
  color: #4d4d4d;
}
#Main #Features #FeatureListWidget.ItemsWrapper .Item button.RemoveFromActiveLightbox:focus,
#Main #Features #FeatureListWidget.ItemsWrapper .Item button.AddToActiveLightbox:focus {
  outline: none;
}
#Main #Features #FeatureListWidget.ItemsWrapper .Item.InActiveLightbox button.AddToActiveLightbox {
  display: none;
}
#Main #Features #FeatureListWidget.ItemsWrapper .Item.InActiveLightbox button.RemoveFromActiveLightbox {
  display: inline-block;
}
#Main #Features #FeatureListWidget.ItemsWrapper .Item .Details {
  font-size: 13px;
  margin: 0;
}
#Main #Images {
  /* wird auf Homepage und Image-PreviewPage verwendet */
}
#Main #Images #ImageListWidget.ImagesContainer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
#Main #Images #ImageListWidget.ImagesContainer .ItemsWrapperOuter {
  position: relative;
  -ms-flex: 1;
      flex: 1;
  overflow: hidden;
  height: 150px;
}
@media (min-width: 600px) {
  #Main #Images #ImageListWidget.ImagesContainer .ItemsWrapperOuter {
    height: 200px;
  }
}
#Main #Images #ImageListWidget.ImagesContainer .ItemsWrapperOuter .ItemsWrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: absolute;
}
#Main #Images #ImageListWidget.ImagesContainer .ItemsWrapperOuter .ItemsWrapper a.Item {
  margin-right: 12px;
  border: none;
}
#Main #Images #ImageListWidget.ImagesContainer .ItemsWrapperOuter .ItemsWrapper a.Item img {
  display: block;
  height: 150px;
}
@media (min-width: 600px) {
  #Main #Images #ImageListWidget.ImagesContainer .ItemsWrapperOuter .ItemsWrapper a.Item img {
    height: 200px;
  }
}
#Main #Images #ImageListWidget.ImagesContainer .ItemsWrapperOuter::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0) 20px);
  pointer-events: none;
}
#Main #Images #ImageListWidget.ImagesContainer .Item.More {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  text-align: center;
  cursor: pointer;
  margin-left: 10px;
}
@media (min-width: 600px) {
  #Main #Images #ImageListWidget.ImagesContainer .Item.More {
    margin-left: 20px;
  }
}
@media (min-width: 600px) {
  #Main #Images #ImageListWidget.ImagesContainer .Item.More {
    margin-left: 30px;
  }
}
#Main #Images #ImageListWidget.ImagesContainer .Item.More a {
  text-decoration: none;
}
#Main #Images #ImageListWidget.ImagesContainer .Item.More img {
  width: 40px;
  height: 72px;
}
#Main #Images #ImageListWidget.ImagesContainer .Item.More p {
  margin: 0;
  font-family: "HelveticaNeueLT-Thin", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 17px;
}
#Main #KeywordDictionary .Letters {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}
#Main #KeywordDictionary .Letters a {
  display: inline-block;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 35px;
  padding: 10px 0;
  margin: 0 4px 4px 0;
  line-height: 1;
  text-align: center;
  font-family: "HelveticaNeueLT-Thin", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 27px;
  text-decoration: none;
  border: 1px solid #dddddd;
  color: #4d4d4d;
}
@media (min-width: 1000px) {
  #Main #KeywordDictionary .Letters a {
    width: 42px;
    padding: 15px 0 17px 0;
  }
}
#Main #KeywordDictionary .Letters a:hover {
  background-color: #e9e9e9;
}
#Main #KeywordDictionary .Letters a.Active {
  color: #FFFFFF;
  border-color: #cc3f0e;
  background-color: #cc3f0e;
}
#Main #KeywordDictionary .Letters a:hover {
  color: #FFFFFF;
  border-color: #cc3f0e;
  background-color: #cc3f0e;
}
#Main section:not(:last-of-type)#News,
#Main section:not(:last-of-type)#Features {
  padding-bottom: 10px;
}
#Main section:not(:last-of-type)#Images {
  padding-bottom: 60px;
}
#Main section:last-of-type {
  border-bottom: none;
}
#Main section:last-of-type#News,
#Main section:last-of-type#Features {
  padding-bottom: 0;
}
#Main section:last-of-type#Images,
#Main section:last-of-type#KeywordDictionary {
  padding-bottom: 40px;
}
@media (max-width: 1025px) {
  .CountrySelectLayerDialog {
    width: 96% !important;
    top: 0 !important;
    margin-top: 15px !important;
  }
}
#CountrySelectLayer {
  height: auto !important;
}
@media (min-width: 1025px) {
  #CountrySelectLayer {
    display: -ms-flexbox;
    display: flex;
    padding: 30px;
  }
}
#CountrySelectLayer p {
  margin: 0;
}
#CountrySelectLayer .Col1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  margin: 25px 0 30px;
  width: 100%;
}
@media (min-width: 1025px) {
  #CountrySelectLayer .Col1 {
    width: 50%;
    padding-right: 15px;
  }
}
#CountrySelectLayer .Col1 .Redirect {
  margin-top: 25px;
}
#CountrySelectLayer .Col2 {
  width: 100%;
}
@media (min-width: 1025px) {
  #CountrySelectLayer .Col2 {
    width: 50%;
    padding-left: 15px;
  }
}
#CountrySelectLayer .Col2 ul.CountryList {
  list-style: none;
  padding: 0;
  margin: 15px 0 20px 0;
  column-gap: 15px;
}
#CountrySelectLayer .Col2 ul.CountryList a {
  text-decoration: none;
}
#CountrySelectLayer .Col2 ul.CountryList a.Highlighted {
  text-decoration: underline;
}
#CountrySelectLayer .Col2 h2 {
  margin-top: 0;
  margin-bottom: 10px;
}
#CountrySelectLayer .Col2 ul.CountryList {
  column-count: 2;
}
@media (min-width: 600px) {
  #CountrySelectLayer .Col2 ul.CountryList {
    column-count: 3;
  }
}
@media (min-width: 1025px) {
  #CountrySelectLayer .Col2 ul.CountryList {
    column-count: 2;
  }
}
#CountrySelectLayer .Col2 ul.CountryList li {
  line-height: 1.5;
}
#CountrySelectLayer .Col2 ul.CountryList a.Highlighted {
  color: #cc3f0e;
}

/*# sourceMappingURL=../../../../Sites/Living4Media/Controllers/HomePage/Styles.css.map */