/* reset */
/* main variables */
/*Canvas*/
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v34-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v34-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

body {
  margin: 0px;
  padding: 0px;
  font-family: "Open Sans";
  background-color: #FFF;
  height: 100%;
  line-height: 1;
  position: relative;
  font-size: 16px !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*MAIN*/
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%; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block; }

blockquote, q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-width: 0px;
  padding: 0px;
  margin: 0px; }

html {
  height: 100%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none; }

input,
textarea {
  color: #333;
  font-family: "Open Sans";
  outline: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none; }

input[type="button"],
input[type="submit"],
button {
  cursor: pointer; }

td {
  margin: 0px;
  padding: 0px; }

form {
  padding: 0px;
  margin: 0px; }

a {
  color: #00acee;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

a,
span,
div,
button {
  outline: none !important; }

input[type=submit],
input[type=button],
button {
  -webkit-appearance: none;
  outline: none; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.clearfix:after,
.wrapper:after,
.row:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }



/* reset */
/* main variables */
/*Canvas*/
/*
================================================================================
|                                     HEADER                                   |
================================================================================
*/
header {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: left;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-order: 1; }

.title-bar {
  background-color: #00acee;
  border-bottom: 1px solid white; }

a.logo {
  display: block;
  padding-bottom: 25px; }

.top-part {
  padding: 25px 0 5px;
   }
.top-part .wrapper {
  padding: 0 25px;
  max-width: initial; }
.top-part a {
  font-size: 16px; }
.top-part ul.menu {
  -ms-flex-item-align: center;
  align-self: center;
}
.top-part ul.menu li {
  font-size: 16px;
  padding: 0 10px;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  text-align: center;
}
.top-part ul.menu li:first-child {
  max-width: 29px;
  -webkit-box-flex: 0.5;
  -ms-flex-positive: 0.5;
  flex-grow: 0.5;
}
.top-part ul.menu li.active > a, .top-part ul.menu li:hover > a {
  color: #6f6f6f; }

.bottom-part #main-nav {
  -ms-flex-item-align: end;
  align-self: flex-end; }

.top-bar-left > ul.menu {
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center; }
.top-bar-left > ul.menu > li {
  padding: 0 10px; }
.top-bar-left > ul.menu > li.active, .top-bar-left > ul.menu > li:hover {
  position: relative; }
.top-bar-left > ul.menu > li.active > a, .top-bar-left > ul.menu > li:hover > a {
  background: #00acee;
  color: white; }
.top-bar-left > ul.menu > li a {
  text-transform: uppercase;
  color: #6f6f6f;
  font-size: 0.9em;
  font-family: "Open Sans";
  padding: 1em 0.3em;
  text-align: left;
}
@media screen and (min-width: 1303px) and (max-width: 1650px) {
  .top-part .medium-7{
    width: 40%;
    margin-left: 30%;
  }

  .top-part .medium-5{
    width: 30%;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1302px) {
  .top-part .large-4{width: 52%;  margin-left: 8%;}
  .top-part .large-3{width: 40%;}
}

@media screen and (min-width: 1024px) and (max-width: 1150px) {
  .top-bar-left > ul.menu > li a {font-size: 1.025em;      }}

@media screen and (max-width: 1023px) {
  header .wrapper {
    padding: 0!important;
  }
  .top-bar-left > ul.menu > li {
    padding: 0 3px; }
  .top-bar-left > ul.menu > li a {
    font-size: 1.1em;
  }
  .top-part ul.menu li {
    -webkit-box-flex: 0;
    flex-grow: 0;
    flex-basis: 165px;
  }}

@media screen and (max-width: 767px) {
  .top-part ul.menu {
    justify-content: flex-start;
  }
  .top-part ul.menu li {
    flex-basis: 160px;
  }

}


@media screen and (min-width: 640px) {
  .dflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
}

@media screen and (max-width: 639px) {
  .top-part ul.menu li a {
    font-size: 12px;
  }
  a.logo {text-align: center;}
  .top-bar-left > ul.menu > li {
    padding: 0; }
  .top-bar-left > ul.menu > li a {
    font-size: 1em;
    padding: 10px 15px; } }

@media screen and (max-width: 560px) {
  .top-part ul.menu {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 350px) {
  .top-part ul.menu li {
    flex-basis: 135px;
    padding: 0;
  }
}

body {
  overflow-x: hidden; }

.text-wrap, .img_wrap {
  padding: 15px 20px; }

.img_wrap img {
  width: 100%; }

.fixed {
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  top: 0;
  width: 100%;
  z-index: 99;
  padding-top: .5em; }
.fixed #main-nav {
  padding-top: .5em; }
.fixed a.logo {
  display: block;
  width: 50%;
  margin: auto;
}

.main-wrapper {
  padding: 0 0 0 0;
  min-width: 320px;
  width: 100%;
  position: relative;
  min-height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start; }

.wrapper {
  /* min-width: 320px; */
  max-width: 1400px;
  position: relative;
}


.grid-x > .large-2 {
    width: 20%;
}

/* titles */
p {
  font-size: 1em;
  line-height: 1.4em;
  color: #575757;
  font-family: "Open Sans";
  padding: 5px 0 5px 0;
  font-weight: 400; }

h1 {
  font-size: 3em;
  line-height: 1em;
  color: white;
  font-family: "Open Sans";
  padding: 15px 0 15px 0;
  font-weight: 400; }

h2 {
  font-size: 2.5em;
  line-height: 1.1em;
  color: #00acee;
  font-family: "Open Sans";
  padding: 15px 0 15px 0;
  font-weight: 300;
  text-transform: uppercase; }

h3 {
  font-size: 1.8em;
  line-height: 2rem;
  color: white;
  font-family: "Open Sans";
  padding: 15px 0 15px 0;
  font-weight: 400; }

h4 {
  font-size: 1.5em;
  line-height: 1.5rem;
  color: white;
  font-family: "Open Sans";
  padding: 15px 0 15px 0;
  font-weight: 400; }

h5 {
  font-size: 1.2em;
  line-height: 1.5rem;
  color: white;
  font-family: "Open Sans";
  font-weight: 400;

  margin-top:1.5em;
  margin-bottom: 0.5em;
}

/* text position */
.text-left {
  text-align: left !important; }

.text-center {
  text-align: center !important; }

.text-right {
  text-align: right !important; }

.nowrap {
  white-space: nowrap !important; }

/* loader */
.loaded .main-wrapper {
  visibility: hidden; }

.icon-load {
  background: url(../img/loader.gif) no-repeat left top;
  background-size: contain;
  z-index: 1000;
  width: 200px;
  height: 200px;
  position: fixed;
  left: 40%;
  top: 40%;
  display: none; }

.loaded .icon-load {
  display: block; }

/*
================================================================================
|                                     CONTENT                                 |
================================================================================
*/
.content {
  min-width: 320px;
  text-align: left;
  width: 100%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-order: 2;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-grow: 1;
  background: #ffffff;
  border-top-style: solid;
  border-color: #00acee;
  border-width:4px;
  }
  
.content div.contact_info.content {
border-top:none;
}

.icon {
  margin-right: 0;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center; }
.icon.phone {
  background-image: url("../img/icons/phone-icon.png");
  background-size: contain; }
.icon.location {
  background-image: url("../img/icons/location-icon.png");
  background-size: contain; }

a.link {
  color: #00acee;
  font-family: "Open Sans";
  line-height: 14px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0; }
a.link:hover {
  color: #6f6f6f; }

.mt-0 {
  margin-top: 0 !important; }

span.bold {
  font-weight: bold; }

.btn {
  border: none;
  overflow: hidden;
  background-color: #e6e6e6;
  text-align: center;
  line-height: 16pt;
  font-size: 0.9em;
  margin: 0 auto;
  padding: 12px 15px;
  -webkit-transition: all 0.2s ease-out 0.1s;
  -moz-transition: all 0.2s ease-out 0.1s;
  -ms-transition: all 0.2s ease-out 0.1s;
  -o-transition: all 0.2s ease-out 0.1s;
  transition: all 0.2s ease-out 0.1s; }
.btn:hover, .btn.active {
  background-color: #00acee;
  color: #fff; }
.btn.btn-blue {
  background-color: #00acee;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.btn.btn-blue i {
  font-size: 1.5em;
  margin-right: 10px; }
.btn.btn-blue:hover, .btn.btn-blue.active {
  background-color: #e6e6e6;
  color: #000; }

.blue {
  color: #00acee; }

.dark {
  color: black; }

.section_header {
  text-transform: uppercase;
  font-family: "Open Sans";
  position: relative;
  padding-bottom: 5px;
}

.tiles {
  padding-bottom: 7em; }
.tiles:before {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  min-height: 250px;
  background-color: #00acee; }
.tiles .section_header {
  padding: 25px 50px 50px; }

.leistungen {
  background-image: url("../img/bcg.png");
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 7em; }

.uber_uns {
  background-image: url("../img/Ebene-5.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 2.25em; }
.uber_uns .section_header {
  padding: 1em 0;
  position: relative; }
.uber_uns .section_header:before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 5%;
  width: 0;
  height: 0;
  border-top: 10px solid #00acee;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent; }

.blue-bcg {
  background-color: #00acee; }

.circles {
  padding: 5em 0px 10em;
  position: relative; }
.circles:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 5%;
  width: 0;
  height: 0;
  border-top: 10px solid #00acee;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.tile {
  display: block;
  -webkit-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
  cursor: pointer;
  position: relative;
  margin: 25px auto;
  margin-right:1em;
  padding: 25px;
  width: auto;
  height: 320px;
  text-align: center;
  background-color: white;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 172, 238, 0.2);
  box-shadow: 0px 5px 20px rgba(0, 172, 238, 0.2);
}
.tile img {
  max-height: 55px;
  margin: 0; }
.tile .contact_info {
  font-family: "Open Sans";
  line-height: 1.25;
  font-size: 0.9em;
  padding-bottom: 40px;
  color: #575757; }
.tile .link {
  text-align: center;
  font-size: 1.25em;
  color: #00acee;
  display: inherit;
  position: absolute;
  left: 0;
  bottom: 25px;
  width: 100%;
  text-decoration: underline; }
.tile:hover {
  background-color: #00acee;
  -webkit-box-shadow: 0px 5px 20px white;
  box-shadow: 0px 5px 20px white; }
.tile:hover .contact_info {
  color: white; }
.tile:hover .link {
  color: white; }
.tile:hover .blue {
  color: white; }
.tile:hover img {
  -webkit-filter: brightness(100);
  filter: brightness(100); }
.tile.circle {
  border-radius: 50%;
  height: 250px;
  min-height: 250px;
  width: 250px;
  margin: 3em auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
.tile.circle .blue {
  padding: 5px 15px;
  font-size: 0.8em; }
.tile.circle .contact_info {
  line-height: 1;
  font-size: 0.8em;
  padding-bottom: 0;
  padding: 1em;
}

.contact_info.content {
  background:none;
}

.contact_info.content ul{
  list-style:none;
}

.contact_info.content ul li span {
  min-width:70px;
  display: inline-block;
}

table tbody td, table tbody th {
  padding: .2rem .3rem .3rem;
}
.content_block {
  margin: 2em 0 5em; }

.content_block.small {
  margin: 2em 0 2em; }

.content_block .subtitle {
  font-family: "Open Sans";
  padding: 2.0em 0 0; }
.content_block .button {
  margin: 0 10px;
  background: #00acee; }
.content_block .button:first-child {
  margin-left: 0; }
.content_block .button:hover {
  background: transparent;
  border: 1px solid #00acee;
  color: #00acee; }

.base_ff {
  font-family: "Open Sans"; }

.custom_ff {
  font-family: "Open Sans"; }

.bold_ff {
  font-family: "Open Sans";
  font-weight: bold; }

.ptb-15 {
  padding: 15px 0; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body {
    min-height: 100hv;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

@media screen and (min-width: 1750px) {
  body {
    font-size: 18px !important; }
  body .wrapper {
    max-width: 1600px;
    margin: 0 auto; } 
  .tile {width: 290px;}
	
	}

@media screen and (min-width: 1024px) {
  .wrapper {
    margin: 0 auto 0 10%; } 
	}

@media screen and (max-width: 1200px) {
  .leistungen {
    padding-bottom: 0;
  }
  .leistungen .content_block {
    margin: 2em 0 0;
  }
  

}

@media screen and (max-width: 1023px) {
  main .wrapper {
    padding: 0 15px; }
  .wrapper {
    margin: 0 auto; } }

@media screen and (min-width: 640px) {
  .leistungen .section_header:before, .leistungen .section_header:after {
    content: '';
    position: absolute;
    width: 150%;
    top: 100%;

  }
  
div.leistungen h3.section_header {
	color: #00acee;
}

  .leistungen .section_header:before {
    right: -100%; }
  .leistungen .section_header:after {
    left: -100%; } }

@media screen and (max-width: 639px) {
  .leistungen .section_header:before, .leistungen .section_header:after {
    content: '';
    position: absolute;
    width: 100%;
    top: 100%;

  }
  .leistungen .section_header:before {
    right: 0%; }
  .leistungen .section_header:after {
    left: 0%; } }
	
	
@media screen and (max-width: 1200px) {
  .leistungen {
    padding-bottom: 0;
  }
  .leistungen .content_block {
    margin: 2em 0 0;
  }
}


@media screen and (min-width: 640px) {
  .leistungen2 .section_header:before, .leistungen2 .section_header:after {
    content: '';
    position: absolute;
    width: 150%;
    top: 100%;
    height: 10px;
    background: #00acee;
  }
  
div.leistungen2 h3.section_header {
	color: #00acee;
}

  .leistungen2 .section_header:before {
    right: -100%; }
  .leistungen2 .section_header:after {
    left: -100%; } }

@media screen and (max-width: 639px) {
  .leistungen2 .section_header:before, .leistungen2 .section_header:after {
    content: '';
    position: absolute;
    width: 100%;
    top: 100%;
    height: 10px;
    background: #00acee;
  }
  .leistungen2 .section_header:before {
    right: 0%; }
  .leistungen2 .section_header:after {
    left: 0%; } }

.inner-head {
  text-align: center;
  color: #00acee;
  margin: 20px 0 15px; }

.filter-head h4 {
  color: #00acee;
  text-align: center;
  font-weight: 400; }

.items-filter {
  background-color: white;
  margin: 3em 2em;
  padding: 2em;
  margin-bottom: 0; }

button.filter {
  border: none;
  overflow: hidden;
  background-color: #e6e6e6;
  padding: 10px 2px;
  text-align: center;
  line-height: 16pt;
  font-size: 0.9em;
  margin: 5px auto;
  width: 100%;
  -webkit-transition: all 0.2s ease-out 0.1s;
  -moz-transition: all 0.2s ease-out 0.1s;
  -ms-transition: all 0.2s ease-out 0.1s;
  -o-transition: all 0.2s ease-out 0.1s;
  transition: all 0.2s ease-out 0.1s; }
button.filter:hover, button.filter.active {
  background-color: #00acee;
  color: #fff; }

#filering-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.result-container {
  -webkit-box-shadow: 10px 3px 5px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 10px 3px 5px -5px rgba(0, 0, 0, 0.2); }
.result-container #filering-result .result-item {
  display: none;
  width: 25%;
  padding: 5px; }
.result-container #filering-result .result-item.show {
  display: inline-block; }
.result-container #filering-result .result-item a {
  display: block; }

.third-filter-line {
  margin: 10px 0; }
.third-filter-line .inner-head {
  margin: 25px 0;
  padding: 20px; }

.inner-content {
  margin: 5px 10px; }

.slider-1, .slider-2 {
  margin-top: 40px; }

/*SLIDERS*/
.noUi-horizontal {
  height: 5px; }

.noUi-horizontal .noUi-handle {
  background-color: #00acee;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
.noUi-horizontal .noUi-handle:after, .noUi-horizontal .noUi-handle:before {
  content: none; }

.result-footer .btn {
  display: block;
  width: 100%;
  color: #263687;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #e8e8e8;
  text-align: center;
  padding: 10px;
  margin-top: 25px; }
.result-footer .btn:hover {
  color: #00acee; }

.noUi-tooltip {
  font-size: 10pt; }

.noUi-pips {
  font-size: 10pt; }

.noUi-marker-normal {
  background: none; }

.noUi-marker-horizontal.noUi-marker-large {
  height: 8px; }

.noUi-connect {
  background-color: #00acee; }

/*
================================================================================
|                                     FOOTER                                   |
================================================================================
*/
footer {
  background-color: #d7d8da;
  text-align: left;
  width: 100%;
  min-width: 320px;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  -webkit-order: 3;
  padding: 0 1em 4em;
  border-bottom: 10px solid #00acee; }
footer ul.menu li a {
  padding: 5px 0;
  font-weight: 200;
  color: #575757; }
footer ul.menu li a:hover {
  color: #00acee; }
footer .top-menu {
  background: #ececec;
  padding: 1em 0;
  margin: 0 -15px 3em; }
footer .top-menu ul.menu li a {
  padding: 5px 10px;
  color: #575757 !important; }
footer .top-menu ul.menu li a:hover {
  color: #00acee !important; }
footer .footer-logo {
  padding: 10px 0 5px; }

@media screen and (max-width: 1023px) {
  footer ul.menu {
    margin: 10px 0; } }