@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url("../Fonts/fontawesome/fa-brands-400.eot");
  src: url("../Fonts/fontawesome/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../Fonts/fontawesome/fa-brands-400.woff2") format("woff2"), url("../Fonts/fontawesome/fa-brands-400.woff") format("woff"), url("../Fonts/fontawesome/fa-brands-400.ttf") format("truetype"), url("../Fonts/fontawesome/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url("../Fonts/fontawesome/fa-regular-400.eot");
  src: url("../Fonts/fontawesome/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../Fonts/fontawesome/fa-regular-400.woff2") format("woff2"), url("../Fonts/fontawesome/fa-regular-400.woff") format("woff"), url("../Fonts/fontawesome/fa-regular-400.ttf") format("truetype"), url("../Fonts/fontawesome/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("../Fonts/fontawesome/fa-solid-900.eot");
  src: url("../Fonts/fontawesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../Fonts/fontawesome/fa-solid-900.woff2") format("woff2"), url("../Fonts/fontawesome/fa-solid-900.woff") format("woff"), url("../Fonts/fontawesome/fa-solid-900.ttf") format("truetype"), url("../Fonts/fontawesome/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.cookie-consent-container {
  position: fixed;
  z-index: 999999;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  font-family: Helvetica Light, sans-serif;
  font-weight: 300;
  color: #414141;
  font-size: 13px;
  line-height: 110%;
}
.cookie-consent-container .detail {
  visibility: hidden;
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.cookie-consent-container .detail.open {
  height: auto;
  width: 100%;
  visibility: visible;
  opacity: 1;
  overflow: auto;
  display: block;
  margin-bottom: 15px;
  font-size: 13px;
  transition: all 0.5s ease-in-out;
}
.cookie-consent-container .text-center {
  text-align: center;
}
.cookie-consent-container p {
  margin: 0 0 15px 0;
}
.cookie-consent-container a,
.cookie-consent-container a:visited,
.cookie-consent-container a:active,
.cookie-consent-container a:focus,
.cookie-consent-container a:focus:active {
  color: #000;
  text-decoration: none;
}
.cookie-consent-container a:hover,
.cookie-consent-container a:visited:hover,
.cookie-consent-container a:active:hover,
.cookie-consent-container a:focus:hover,
.cookie-consent-container a:focus:active:hover {
  transition: all 0.5s ease-in-out;
}
.cookie-consent-container a.show-details,
.cookie-consent-container a:visited.show-details,
.cookie-consent-container a:active.show-details,
.cookie-consent-container a:focus.show-details,
.cookie-consent-container a:focus:active.show-details {
  display: block;
  position: relative;
  padding-right: 20px;
  font-size: 13px;
  margin-bottom: 10px;
}
@media all and (min-width: 660px) {
  .cookie-consent-container a.show-details,
  .cookie-consent-container a:visited.show-details,
  .cookie-consent-container a:active.show-details,
  .cookie-consent-container a:focus.show-details,
  .cookie-consent-container a:focus:active.show-details {
    margin-bottom: 15px;
  }
}
.cookie-consent-container a.show-details:after,
.cookie-consent-container a:visited.show-details:after,
.cookie-consent-container a:active.show-details:after,
.cookie-consent-container a:focus.show-details:after,
.cookie-consent-container a:focus:active.show-details:after {
  content: "";
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #000 transparent transparent transparent;
  margin: 7px 0 0 5px;
  position: absolute;
  top: 0;
}
.cookie-consent-container a.show-details:hover:after,
.cookie-consent-container a:visited.show-details:hover:after,
.cookie-consent-container a:active.show-details:hover:after,
.cookie-consent-container a:focus.show-details:hover:after,
.cookie-consent-container a:focus:active.show-details:hover:after {
  transition: all 0.5s ease-in-out;
  border-color: #000 transparent transparent transparent;
}
.cookie-consent-container a.show-details .less,
.cookie-consent-container a:visited.show-details .less,
.cookie-consent-container a:active.show-details .less,
.cookie-consent-container a:focus.show-details .less,
.cookie-consent-container a:focus:active.show-details .less {
  display: none;
}
.cookie-consent-container a.show-details.open .more,
.cookie-consent-container a:visited.show-details.open .more,
.cookie-consent-container a:active.show-details.open .more,
.cookie-consent-container a:focus.show-details.open .more,
.cookie-consent-container a:focus:active.show-details.open .more {
  display: none;
}
.cookie-consent-container a.show-details.open .less,
.cookie-consent-container a:visited.show-details.open .less,
.cookie-consent-container a:active.show-details.open .less,
.cookie-consent-container a:focus.show-details.open .less,
.cookie-consent-container a:focus:active.show-details.open .less {
  display: inline-block;
}
.cookie-consent-container a.show-details.open:after,
.cookie-consent-container a:visited.show-details.open:after,
.cookie-consent-container a:active.show-details.open:after,
.cookie-consent-container a:focus.show-details.open:after,
.cookie-consent-container a:focus:active.show-details.open:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(1800deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cookie-consent-container .label {
  color: #414141;
  font-size: 13px;
  font-weight: 300;
  display: inline-block;
  margin: 0 0 12px 0;
  position: relative;
  padding: 0 0 0 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cookie-consent-container .label.partially-checked .checkmark {
  background-color: #414141;
}
.cookie-consent-container .label.partially-checked .checkmark:after {
  display: none;
}
.cookie-consent-container .label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.cookie-consent-container .label input:checked ~ .checkmark {
  background-color: #414141 !important;
}
.cookie-consent-container .label input:checked ~ .checkmark:after {
  display: block;
}
.cookie-consent-container .label input:disabled:checked ~ .checkmark {
  opacity: 0.6;
}
.cookie-consent-container .label .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background: #eee;
  border: 1px solid #bfbfbf;
}
.cookie-consent-container .label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 0;
  width: 7px;
  height: 15px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cookie-consent-container .consent-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 500px;
  width: 90%;
  height: 590px;
  max-height: calc(100vh - 50px);
  min-height: 295px;
  margin: auto;
  padding: 1em;
  background-color: #fff;
  overflow-y: auto;
  -webkit-box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  transition: all 0.5s ease-in-out;
}
.cookie-consent-container .consent-modal a:hover {
  color: #EE0000;
}
@media all and (min-width: 500px) {
  .cookie-consent-container .consent-modal {
    height: 460px;
  }
}
@media all and (min-width: 900px) {
  .cookie-consent-container .consent-modal {
    height: 448px;
    max-height: calc(100vh - 100px);
  }
}
.cookie-consent-container .consent-modal .option-wrapper {
  background: #eee;
  padding: 15px;
  margin-bottom: 15px;
}
.cookie-consent-container .consent-modal .option-wrapper:last-child {
  margin-bottom: 0;
}
.cookie-consent-container .consent-modal .option-wrapper p:last-child {
  margin-bottom: 0;
}
.cookie-consent-container .consent-modal .option-wrapper .option-headline {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 4px;
}
.cookie-consent-container .consent-modal .option-wrapper .option-detail-wrapper {
  margin-bottom: 10px;
  border-bottom: 2px solid #afafaf;
}
.cookie-consent-container .consent-modal .option-wrapper .option-detail-wrapper:last-child {
  margin-bottom: 0;
}
.cookie-consent-container .consent-modal .option-wrapper .option-detail-wrapper .option-detail {
  border-bottom: 1px solid #ddd;
  padding: 10px 5px;
  font-size: 13px;
}
.cookie-consent-container .consent-modal .option-wrapper .option-detail-wrapper .option-detail:last-child {
  border-bottom: none;
  padding-bottom: 6px;
}
.cookie-consent-container .consent-modal .option-wrapper .option-detail-wrapper .option-detail.cookie-option {
  background: #dedede;
  font-size: 13px;
  font-weight: 400;
  transition: all ease-in-out 0.5s;
}
.cookie-consent-container .consent-modal .option-wrapper .option-detail-wrapper .option-detail.cookie-option:hover {
  background: #d4d0d0;
  transition: all ease-in-out 0.5s;
}
.cookie-consent-container .consent-modal .option-wrapper .option-detail-wrapper .option-detail.cookie-option:hover ~ .option-detail {
  background: #f3f3f3;
  transition: all ease-in-out 0.5s;
}
.cookie-consent-container .consent-modal .option-wrapper .option-detail-wrapper .option-detail.cookie-option .label {
  color: #414141;
  text-align: left;
  font-weight: 400;
  min-height: 24px;
}
.cookie-consent-container .consent-modal .option-wrapper .option-detail-wrapper .option-detail .option-title {
  font-weight: 400;
  width: 100%;
  text-align: left;
  display: inline-block;
  vertical-align: top;
}
@media all and (min-width: 500px) {
  .cookie-consent-container .consent-modal .option-wrapper .option-detail-wrapper .option-detail .option-title {
    width: 30%;
  }
}
.cookie-consent-container .consent-modal .option-wrapper .option-detail-wrapper .option-detail .option-value {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
@media all and (min-width: 500px) {
  .cookie-consent-container .consent-modal .option-wrapper .option-detail-wrapper .option-detail .option-value {
    width: 69%;
  }
}
.cookie-consent-container .consent-modal .option-wrapper .label {
  margin-bottom: 0;
  padding: 0 20px 0 0;
  width: 100%;
}
.cookie-consent-container .consent-modal .option-wrapper .label .checkmark {
  right: 0;
  left: inherit;
  background: #eee;
  border: 1px solid #bfbfbf;
}
.cookie-consent-container .consent-modal .option-wrapper .label input:checked ~ .checkmark {
  background-color: #414141;
}
.cookie-consent-container .consent-modal .cookie-headline {
  margin: 0 0 15px 0;
  color: #414141;
  display: block;
  font-size: 15px;
  font-weight: 400;
}
.cookie-consent-container .consent-modal.open {
  max-width: 750px;
  height: calc(100vh - 50px);
}
.cookie-consent-container .consent-modal .options {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
}
.cookie-consent-container .consent-modal .options li {
  margin-bottom: 5px;
}
@media all and (min-width: 500px) {
  .cookie-consent-container .consent-modal .options li {
    width: 49%;
    display: inline-block;
  }
}
.cookie-consent-container .consent-modal .footer-links {
  display: block;
  width: 100%;
  font-size: 13px !important;
}
.cookie-consent-container .consent-modal .footer-links a {
  font-size: 13px !important;
  color: #414141;
  font-weight: 300;
}
.cookie-consent-container .consent-modal .footer-links a:hover {
  color: #414141;
}
.cookie-consent-container .buttons {
  margin-bottom: 10px;
  font-size: 13px !important;
}
@media all and (min-width: 660px) {
  .cookie-consent-container .buttons {
    margin-bottom: 10px;
  }
}
.cookie-consent-container .buttons .btn {
  @include btn-basic();
  cursor: pointer;
  clear: both;
  line-height: 100%;
  width: 100%;
  border: 0;
  text-align: center;
  font-size: 13px !important;
}
.cookie-consent-container .buttons .btn:hover {
  transition: all 0.5s ease-in-out;
}
.cookie-consent-container .buttons .btn--primary {
  background: #414141 !important;
  color: #fff;
  border: 1px solid #414141 !important;
  margin-bottom: 10px #414141 !important;
}
.cookie-consent-container .buttons .btn--primary:hover {
  background-color: #414141;
  border: 1px solid #EE0000 !important;
}
.cookie-consent-container .buttons .btn--secondary {
  background: transparent;
  color: #414141;
  background-color: #414141;
  border: 1px solid #414141 !important;
}
.cookie-consent-container .buttons .btn--secondary:hover {
  background-color: #414141 !important;
  border: 1px solid #414141 !important;
  opacity: 1;
}
.cookie-consent-settings {
  margin-bottom: 10px;
}
.cookie-consent-settings .detail {
  visibility: hidden;
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.cookie-consent-settings .detail.open {
  height: auto;
  width: 100%;
  visibility: visible;
  opacity: 1;
  overflow: auto;
  display: block;
  margin-bottom: 15px;
  font-size: 13px;
  transition: all 0.5s ease-in-out;
}
.accept.btn {
  display: block;
  margin-bottom: 30px;
  margin: 0;
  padding: 20px;
  border: 0;
  background: #C1272D;
  height: 20px !important;
  font-size: 13px;
  line-height: 20px !important;
  text-align: center;
  color: #EED59A;
  min-width: 50px !important;
  -webkit-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  position: relative;
  top: 1px;
}
/* ==========================================================================
   typo overrides
   ========================================================================== */
* {
  outline: none !important;
  font-weight: normal;
  font-style: normal;
}
.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}
body {
  font-family: RotisSansSerifStd-Regular !important;
}
body .bodytext {
  color: #000;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 21px;
  padding: 0px;
}
h1 {
  color: #7F7F7F;
  font-family: RotisSansSerifStd-ExtraBold;
  font-size: 40px;
  line-height: 49px;
  padding: 0px;
}
h1 a {
  ccolor: #7F7F7F;
  font-family: RotisSansSerifStd-ExtraBold;
  font-size: 40px;
  line-height: 49px;
  padding: 0px;
}
h1 a:hover {
  text-decoration: none;
  color: #7F7F7F;
}
h2 {
  color: #fff;
  font-size: 24px;
  text-align: left;
  padding: 0px;
}
h3 {
  color: #000;
  font-family: RotisSansSerifStd-Regular;
  font-size: 17px;
  letter-spacing: 2px;
  text-align: center;
  padding: 0px;
}
h4 {
  font-family: RotisSansSerifStd-Regular;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  padding: 0px;
}
a:link {
  color: #fff;
  text-decoration: underline;
}
a:visited {
  color: #fff;
  text-decoration: underline;
}
a:hover {
  color: #fff;
  text-decoration: underline;
}
a:active {
  color: #fff;
  text-decoration: underline;
}
.external-link,
.internal-link,
.mail {
  color: #fff;
  text-decoration: underline;
}
ul {
  list-style-type: square;
  padding: 0 0 0 20px;
  margin: 12px 0 12px;
}
.content ul li {
  margin: 0 0 10px 0;
}
.map iframe {
  width: 100%;
  height: 450px;
}
/* csc */
.csc-default {
  padding-bottom: 45px;
}
.csc-textpic-caption {
  font-size: 13px;
  padding: 4px 0 20px 0;
  line-height: 110%;
}
.ce-gallery[data-ce-columns='1'] .ce-outer {
  float: initial;
  right: initial;
}
.ce-gallery[data-ce-columns='1'] .ce-outer .ce-inner {
  float: initial !important;
  right: initial !important;
}
@media (min-width: 1px) and (max-width: 992px) {
  .ce-gallery[data-ce-columns='1'] .ce-outer .ce-inner .ce-row {
    position: relative;
    float: none;
  }
  .ce-gallery[data-ce-columns='1'] .ce-outer .ce-inner .ce-row .ce-column {
    position: relative;
    float: none;
  }
  .ce-gallery[data-ce-columns='1'] .ce-outer .ce-inner .ce-row .ce-column figure.video {
    position: relative;
    float: none;
    border: 1px solid green !important;
    width: 100% !important;
    height: auto !important;
  }
  .ce-gallery[data-ce-columns='1'] .ce-outer .ce-inner .ce-row .ce-column figure.video .video-embed > div {
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
  }
  .ce-gallery[data-ce-columns='1'] .ce-outer .ce-inner .ce-row .ce-column figure.video .video-embed-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid white !important;
  }
}
/* ==========================================================================
   forms
   ========================================================================== */
.csc-mailform {
  margin: 30px 0 20px 0;
}
input[type='submit'] {
  margin: 0;
  padding: 0;
  border: 0;
  background: #C1272D;
  height: 20px !important;
  font-size: 13px;
  line-height: 20px !important;
  text-align: center;
  color: #EED59A;
  min-width: 50px !important;
  -webkit-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  position: relative;
  top: 1px;
}
input[type='text'],
input[type='password'] {
  line-height: 100%;
  font-size: 12px;
  border: 1px solid #818180;
  color: #000;
  background: #fff;
  padding: 2px 3px 3px 3px;
  -webkit-border-radius: 0;
  border-radius: 0;
  min-width: 200px;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  margin-left: 0;
}
input[type="checkbox"] {
  margin-right: 20px;
}
textarea {
  font-size: 13px;
  border: 1px solid #818180;
  background: #fff;
  padding: 10px;
  color: #000;
  -webkit-border-radius: 0;
  border-radius: 0;
}
select {
  font-size: 13px;
  color: #fff;
  background: #000;
  display: inline-block;
  height: 28px;
  line-height: 28px;
  border: 1px solid #000;
  padding: 3px;
}
select option {
  font-size: 13px;
  color: #000;
  width: 200px;
}
input[type='text']:focus,
textarea:focus {
  background: #eee;
}
/* mail form */
#footer .csc-mailform {
  position: relative;
  z-index: 11;
  bottom: 8px;
  right: 10px;
}
#footer .csc-mailform ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
  float: right;
}
#footer .csc-mailform li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
}
#footer .csc-mailform h3 {
  display: inline;
  font-family: RotisSansSerifStd-Bold;
  color: #fff;
  position: relative;
  top: 3px;
}
#footer .csc-mailform label {
  display: none;
}
#footer .csc-mailform .csc-form-element-submit {
  margin: 0;
}
/* ==========================================================================
   Buttons
   ========================================================================== */
/* bootstrap */
.btn-group a {
  display: inline;
  position: relative;
  bottom: 8px;
}
/* ==========================================================================
   layout
   ========================================================================== */
body,
html {
  position: relative;
  height: 100%;
}
body {
  background-image: url('../Img/bg_body.jpg');
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #000;
}
.container-full {
  position: relative;
}
#header {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border-bottom: 50px solid #fff;
}
#header .bg {
  width: 100%;
  position: absolute;
  z-index: -1;
  height: 160px;
  overflow: hidden;
}
#header .logo {
  position: absolute;
  left: 100px;
  top: 0px;
  z-index: 12;
}
#header .contact {
  position: absolute;
  left: 104px;
  top: 590px;
  z-index: 11;
}
#header .meta {
  background: #e6e6e6;
  background-image: url(../Img/bg_header.png);
  background-repeat: repeat-x;
  background-position: 0 -20px;
  width: 100%;
  height: 143px;
}
#header ul.contacts-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
#header ul.contacts-list li,
#header ul.contacts-list a,
#header ul.contacts-list h3 {
  line-height: 20px;
  color: #EAEAEA;
  font-size: 15px;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
}
#header ul.contacts-list a {
  text-decoration: none;
}
#menu {
  position: relative;
  z-index: 12;
}
#menu .menu {
  position: absolute;
  z-index: 11;
  bottom: 0px;
  right: 0;
}
#content .row.top .content.top {
  margin: 55px auto 50px auto;
  z-index: 1;
  border: 1px solid #000;
  padding: 38px 270px 20px 38px;
  background: -webkit-gradient(linear, center top, center bottom, from(rgba(255, 255, 255, 0.87)), color-stop(48%, rgba(255, 255, 255, 0.5)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.5) 48%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.5) 48%);
  border-style: solid;
}
#content .row.top .content.top p.bodytext {
  font-size: 15px;
  letter-spacing: 0 !important;
  font-family: RotisSansSerifStd-Regular;
  line-height: 140% !important;
  padding-right: 250px;
}
#content .row.top .content.top h1 {
  color: #C1272D;
  padding-bottom: 40px;
  margin: 0;
  line-height: 100%;
}
#content .row.top .content.top .portrait {
  position: absolute;
  z-index: 12;
  bottom: 0;
  right: 0px;
}
#content .row.top .content.top .portrait img {
  width: auto;
  height: auto;
}
#content .row.main {
  padding-bottom: 30px;
  min-height: 350px;
  color: #000;
}
#content .row.main p {
  color: #fff;
}
#footer {
  height: 110px;
  width: 100%;
  clear: both;
  padding-top: 21px;
  background-image: url('../Img/bg_footer.png');
  background-repeat: repeat-x;
  color: #fff;
}
#footer .service {
  height: 64px;
  margin: 0;
  padding: 0;
}
#footer input {
  min-width: 20%;
}
#footer input[type='submit'] {
  min-width: auto;
}
#footer h3 {
  letter-spacing: inherit;
}
/* ==========================================================================
   navigation
   ========================================================================== */
nav.top {
  background: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
  text-align: center;
}
nav.top ul.navbar-nav {
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  float: none;
  width: 100%;
  text-align: center;
}
nav.top .navbar-nav > li {
  border: 0;
  margin: 0;
  padding: 0;
  float: none;
  display: inline-block;
  height: auto;
  background: none;
}
nav.top .navbar-nav > li .caret {
  display: none;
}
nav.top .navbar-nav > li:hover {
  border: 0;
  background: none;
}
nav.top .navbar-nav > li a.fst {
  font-family: RotisSansSerifStd-Regular;
  box-shadow: none;
  font-size: 17px;
  letter-spacing: 0px;
  line-height: 100%;
  color: #000;
  white-space: nowrap;
  padding: 17px 18px 15px 18px;
  display: block;
  text-shadow: none;
  text-align: left;
  background: none;
  text-decoration: none;
}
nav.top .navbar-nav > li:first-child a.fst {
  padding-left: 0;
}
nav.top .navbar-nav > li.active {
  color: #000;
  background: none;
}
nav.top .navbar-nav > li a.fst:hover,
nav.top .navbar-nav > li.active a.fst {
  color: #000;
  background: none;
}
/* enable hover */
ul.nav li.dropdown:hover > ul.dropdown-menu {
  display: block !important;
}
.dropdown-menu {
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  top: 49px;
  left: 0;
  background: rgba(255, 255, 255, 0.97);
  padding: 0;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.4);
  z-index: 99999;
}
nav.top .navbar-nav .dropdown-menu > li {
  border-bottom: 0;
  margin: 0;
  padding: 0;
}
nav.top .navbar-nav .dropdown-menu > li > a {
  font-family: RotisSansSerifStd-Regular;
  display: block;
  color: #000;
  font-size: 14px;
  line-height: 120% !important;
  padding: 10px 20px 10px 20px;
  margin: 0;
  text-decoration: none;
}
nav.top .navbar-nav .dropdown-menu > .active > a,
nav.top .navbar-nav .dropdown-menu > .active > a:hover,
nav.top .navbar-nav .dropdown-menu > li > a:hover,
nav.top .navbar-nav .dropdown-menu > li > a:hover,
nav.top .navbar-nav .dropdown-menu > .active > a,
nav.top .navbar-nav .dropdown-menu > .active > a:hover nav.top .navbar-nav .open .dropdown-menu > li > a:hover,
nav.top .navbar-nav .open .dropdown-menu > .active > a,
nav.top .navbar-nav .open .dropdown-menu > .active > a:hover {
  color: #000;
  background: #E7E7E7;
}
nav.top .navbar-nav .open .dropdown-menu > .disabled > a,
nav.top .navbar-nav .open .dropdown-menu > .disabled > a:hover {
  color: #7F7F7F;
  background: #E7E7E7;
}
nav.footer {
  position: relative;
  z-index: 11;
  top: 23px;
}
nav.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav.footer li {
  display: inline;
  padding-right: 15px;
}
nav.footer li a {
  color: #fff;
  text-decoration: none;
  font-family: RotisSansSerifStd-Bold;
}
/* ==========================================================================
   Boostrap Carousel overwrites
   ========================================================================== */
.tx-lv-slider {
  clear: both;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade a.carousel-control {
  z-index: 2;
  color: #fff !important;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-indicators {
  bottom: 0 !important;
  z-index: 99999 !important;
}
/*.glyphicon.glyphicon-chevron-right {
	right : -20px !important;
	color: #005BAA;
	font-size: 120px;
}*/
.carousel-caption .title {
  display: block;
  font-family: RotisSansSerifStd-Bold;
}
.carousel-caption .description {
  display: block;
}
.carousel-control.left,
.carousel-control.right {
  background: none;
}
.carousel-indicators li {
  border: 1px solid #646464;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  background-color: #646464;
}
/* ==========================================================================
    Kacheln
   ========================================================================== */
@media (min-width: 768px) and (max-width: 10000px) {
  .tx-lv-kacheln {
    /* hover effects */
    /* gray scale */
    /* opacity */
    /* blur */
    /* flip */
    /* gray scale */
    /* video */
  }
  .tx-lv-kacheln .masonry-grid .grid-item {
    position: relative;
    width: 32.45%;
    margin: 0 0 10px 0;
  }
  .tx-lv-kacheln .masonry-grid .grid-item figcaption {
    display: block;
    position: absolute;
    z-index: 50;
    bottom: 0;
    width: 100%;
    height: auto;
    background: rgba(255, 255, 255, 0.95);
    padding: 5px;
    color: #000;
  }
  .tx-lv-kacheln .masonry-grid .grid-item .grid-item-gallery {
    position: absolute;
    z-index: 11;
    right: 99999px;
  }
  .tx-lv-kacheln .masonry-grid .grid-item:nth-child(3) {
    margin-right: 0;
  }
  .tx-lv-kacheln .grid-item.fx-1 figure {
    background: #000;
  }
  .tx-lv-kacheln .grid-item.fx-1 figure img {
    opacity: 0.5;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .tx-lv-kacheln .grid-item.fx-1 figure:hover img {
    opacity: 1;
  }
  .tx-lv-kacheln .grid-item.fx-2 .pic {
    text-align: center;
    position: relative;
    height: 255px;
    background: rgba(0, 0, 0, 0.9);
  }
  .tx-lv-kacheln .grid-item.fx-2 .blur {
    height: 100%;
  }
  .tx-lv-kacheln .grid-item.fx-2 .overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
  }
  .tx-lv-kacheln .grid-item.fx-2 circle {
    opacity: 1;
    -webkit-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
  }
  .tx-lv-kacheln .grid-item.fx-2 .img-no-blur {
    width: 100%;
    height: auto !important;
  }
  .tx-lv-kacheln .grid-item.fx-3 {
    /* flip the pane when hovered */
    /* flip speed goes here */
    /* hide back of pane during swap */
    /* front pane, placed above back */
    /* back, initially hidden pane */
  }
  .tx-lv-kacheln .grid-item.fx-3 a {
    color: #000 !important;
  }
  .tx-lv-kacheln .grid-item.fx-3 .flip-container {
    perspective: 1000px;
  }
  .tx-lv-kacheln .grid-item.fx-3 .flip-container .back {
    position: relative;
  }
  .tx-lv-kacheln .grid-item.fx-3 .flip-container .back .text-wrap {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 255.7px;
    padding: 10px;
    background-color: #EDF8F5;
    text-align: center;
  }
  .tx-lv-kacheln .grid-item.fx-3 .flip-container .back .text-wrap p {
    color: #000 !important;
  }
  .tx-lv-kacheln .grid-item.fx-3 .flip-container .front p {
    display: none;
  }
  .tx-lv-kacheln .grid-item.fx-3 .flip-container img {
    display: block;
    width: 100% !important;
    height: auto;
  }
  .tx-lv-kacheln .grid-item.fx-3 .flip-container:hover .flipper,
  .tx-lv-kacheln .grid-item.fx-3 .flip-container.hover .flipper {
    transform: rotateY(180deg);
  }
  .tx-lv-kacheln .grid-item.fx-3 .front,
  .tx-lv-kacheln .grid-item.fx-3 .back {
    position: relative;
    min-width: 255.7px;
    min-height: 255.7px;
    max-width: 800px;
    max-height: 800px;
  }
  .tx-lv-kacheln .grid-item.fx-3 .flipper {
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
  }
  .tx-lv-kacheln .grid-item.fx-3 .front,
  .tx-lv-kacheln .grid-item.fx-3 .back {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
  }
  .tx-lv-kacheln .grid-item.fx-3 .front {
    z-index: 2;
    /* for firefox 31 */
    transform: rotateY(0deg);
  }
  .tx-lv-kacheln .grid-item.fx-3 .back {
    transform: rotateY(180deg);
  }
  .tx-lv-kacheln .grid-item.fx-4 figure img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .tx-lv-kacheln .grid-item.fx-4 figure:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
}
.mfp-content {
  background: #000 !important;
  border-left: 10px solid #000;
  border-right: 10px solid #000;
}
.mfp-content figure .mfp-img {
  max-height: 700px !important;
  max-width: 960px !important;
  background: #000 !important;
}
/* ==========================================================================
   modals
   ========================================================================== */
.modal {
  background-color: rgba(0, 0, 0, 0.4) !important;
}
.modal .modal-dialog {
  width: 80%;
  max-width: 960px;
}
.modal .modal-dialog .modal-content {
  background-color: #fff !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  box-shadow: initial !important;
}
.modal .modal-dialog .modal-content .modal-header {
  padding: 20px;
  border: 0;
  width: 100%;
}
.modal .modal-dialog .modal-content .modal-header .modal-close {
  cursor: pointer;
  border: 0;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
  width: 20px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  font-style: normal;
  font-size: 20px;
  background-color: transparent;
}
.modal .modal-dialog .modal-content .modal-header .modal-close i {
  font-size: 20px;
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.modal .modal-dialog .modal-content .modal-body #ajaxContainer #content {
  padding: 0 20px;
  min-height: initial;
}
.modal .modal-dialog .modal-content .modal-body #ajaxContainer #content * {
  text-align: left;
}
.modal .modal-dialog .modal-content .modal-body #ajaxContainer #content > section {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
.modal .modal-dialog .modal-content .modal-body #ajaxContainer #content .ce-teaser-info .wrapper {
  padding: 0;
}
.modal .modal-dialog .modal-content .modal-body #ajaxContainer #content .ce-teaser-info .wrapper .wrapper-image {
  padding: 20px;
}
.modal .modal-dialog .modal-content .modal-body #ajaxContainer #content .ce-teaser-info .wrapper .wrapper-text {
  padding: 20px;
}
.modal .modal-dialog .modal-content .modal-body #ajaxContainer #content .ce-teaser-info .wrapper .wrapper-text table.contenttable {
  width: 100% !important;
  height: auto;
}
.modal .modal-dialog .modal-content .modal-body #ajaxContainer #content .ce-teaser-info .wrapper .wrapper-text table.contenttable td {
  padding-right: 5px;
}
.modal .modal-dialog .modal-content .modal-footer {
  padding: 20px;
}
.video-modal .modal-dialog {
  max-width: 640px;
  width: 80%;
}
.video-modal .modal-dialog .modal-header {
  background: transparent !important;
}
.video-modal .modal-dialog .modal-header .modal-close i {
  color: white;
  font-family: "Font Awesome 5 Free";
}
.video-modal .modal-dialog .modal-content {
  background: transparent !important;
  border: 0;
}
.video-modal .modal-dialog .modal-content figure.video {
  margin: 0 !important;
  padding: 0 !important;
}
.video-modal .modal-dialog .modal-content figure.video .video-embed .video-embed-item {
  width: 100%;
  border: 0;
}
.video-modal .modal-dialog .modal-content .modal-body .cookie-consent-replacement {
  position: relative;
  background-color: rgba(0, 0, 0, 0.85);
  padding: 40px;
  text-align: center;
  margin: 0 auto;
}
.video-modal .modal-dialog .modal-content .modal-footer {
  display: none;
}
/* ==========================================================================
   cookie bar
   ========================================================================== */
#cookie-bar {
  background: rgba(255, 255, 255, 0.85);
  height: auto;
  line-height: 30px;
  color: #EE0000;
  text-align: center;
  padding: 10px;
  -webkit-box-shadow: 0 -5px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 -5px 5px 0 rgba(0, 0, 0, 0.3);
}
#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
}
#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto;
}
#cookie-bar p {
  margin: 0;
  padding: 0;
}
#cookie-bar a {
  color: #fff;
  display: inline-block;
  border-radius: 3px;
  text-decoration: none;
  padding: 0 6px;
  margin-left: 8px;
  font-size: 12px;
}
#cookie-bar .cb-enable {
  background: #C1272D;
}
#cookie-bar .cb-enable:hover {
  background: #C1272D;
}
#cookie-bar .cb-disable {
  background: #C1272D;
}
#cookie-bar .cb-disable:hover {
  background: #C1272D;
}
#cookie-bar .cb-policy {
  background: #C1272D;
}
#cookie-bar .cb-policy:hover {
  background: #C1272D;
}
/* ==========================================================================
    Responsive Helper
   ========================================================================== */
@media (min-width: 960px) and (max-width: 10000px) {
  .container {
    max-width: 960px;
  }
  .navbar-toggle,
  .btn-top,
  a.nav-open {
    display: none !important;
  }
  a.mobile {
    text-decoration: none;
    pointer-events: none;
    cursor: default;
    position: relative;
  }
  /* navigation */
  nav.top {
    /* scaling: */
  }
  nav.top ul li > a.fst {
    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    transition: transform 0.5s ease;
  }
  nav.top ul li > a.fst:hover {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
  }
  /* mail form */
  #footer .csc-mailform h3 {
    font-weight: 400;
    font-size: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  #header .logo {
    left: 30px;
  }
  #header .contact {
    left: 30px;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  body {
    background-size: 100% 100% !important;
  }
  .btn-top,
  .navbar-toggle,
  a.nav-open {
    display: none !important;
  }
  .portrait {
    display: none;
  }
  nav.footer.navbar-default .navbar-nav a.fst {
    font-size: 13px;
  }
  a.mobile {
    text-decoration: none;
    pointer-events: none;
    cursor: default;
    position: relative;
  }
  /* layout */
  #content .row.top .content.top {
    padding-right: 30px;
  }
  #content .row.main .masonry-grid .grid-item {
    width: 48%;
    margin: 0 0 10px 0;
  }
  #content .row.main .masonry-grid .grid-item:nth-child(2) {
    margin-right: 0;
  }
  /* navigation */
  nav.top {
    /* scaling: */
  }
  nav.top ul li a {
    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    transition: transform 0.5s ease;
  }
  nav.top ul li a:hover {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
  }
  /* magnific pop up */
  .mfp-content {
    border-right: 10px solid #000;
  }
  .mfp-content figure .mfp-img {
    max-height: 70% !important;
    max-width: 70% !important;
  }
  /* mail form */
  #footer .csc-mailform h3 {
    font-weight: 400;
    font-size: 12px !important;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  #header {
    border: 0;
  }
  #header .logo {
    left: -10px;
    height: 300px;
    overflow: hidden;
  }
  #header .contact {
    left: 175px;
    top: 50px;
    color: #000;
  }
  #header .contacts-list li,
  #header .contacts-list .data,
  #header .contacts-list h3,
  #header .contacts-list a {
    color: #000 !important;
    line-height: 17px !important;
    text-shadow: 1px 1px 0 #fff !important;
  }
  #header .contacts-list h3 {
    display: inline;
  }
  #content .row.top {
    margin: 0px;
    margin-top: 30px;
    width: 100%;
    border: 0;
    padding: 10px;
  }
  #content .row.top .portrait {
    display: none;
  }
  #content .row.top .content.top {
    padding-right: 30px !important;
  }
  #content .row.top .content.top h1 {
    padding-bottom: 30px;
    margin-bottom: 20px;
    font-size: 30px;
  }
  #content .row.main .content.main {
    margin-left: 0;
    padding: 10px;
  }
  #content .row.main .content.main p.bodytext {
    color: #fff !important;
  }
  #content .row.main .content.main .masonry-grid .grid-item {
    width: 100%;
    margin: 0 0 20px 0;
  }
  #content .row.main .content.main .masonry-grid .grid-item:nth-child(2) {
    margin-right: 0;
  }
  #content .row.main .content.main img.img-responsive {
    width: 100% !important;
  }
  a.mobile {
    text-decoration: underline;
  }
  .tx-lv-slider {
    clear: both;
    margin-top: 50px;
  }
  /* grid */
  /* navigation */
  .navbar-toggle {
    display: block;
    position: absolute;
    z-index: 99999;
    top: 5px;
    right: 8px;
    color: #fff;
    border: 0;
    background: none;
    font-size: 25px;
    padding: 0px;
  }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 3px;
    background: #000;
  }
  .navbar-toggle #icon-remove.glyphicon {
    position: absolute;
    z-index: 2;
    top: 4px;
    right: 10px;
    width: 22px;
    height: 22px;
    color: #000;
    display: none;
    font-family: RotisSansSerifStd-Light;
    padding: 7px;
  }
  nav.top.navbar-default {
    display: none;
    position: absolute;
    overflow: hidden;
    z-index: 9999;
    left: 0;
    top: -160px !important;
    border: 0;
    width: 100%;
    -webkit-box-shadow: 1px 4px 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 1px 4px 5px 0 rgba(0, 0, 0, 0.5);
    height: auto;
    background-color: rgba(255, 255, 255, 0.95);
  }
  nav.top.navbar-default ul {
    clear: both;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
    float: none;
    width: 100%;
  }
  nav.top.navbar-default .navbar-nav > li {
    display: block;
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0;
  }
  nav.top.navbar-default ul.lvl-1 > li a.fst {
    display: block;
    text-decoration: none;
    color: #000;
    border-top: 0;
    border-bottom: 1px solid #7F7F7F;
    margin: 0;
    padding: 20px 20px 20px 20px;
    width: 100%;
  }
  nav.top.navbar-default ul.lvl-1 > li > a:hover,
  nav.top.navbar-default ul.lvl-1 > li.active a {
    color: #000 !important;
    border-top: 0 !important;
    border-bottom: 1px solid #7F7F7F !important;
    background-color: #C9C9C9 !important;
  }
  nav.top.navbar-default ul.lvl-2.dropdown-menu {
    top: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  nav.top.navbar-default ul.lvl-2.dropdown-menu li > a {
    padding: 7px 0px 7px 40px !important;
    border: 0 !important;
    background: #fff !important;
  }
  nav.top.navbar-default ul.lvl-2.dropdown-menu li > a:hover,
  nav.top.navbar-default ul.lvl-2.dropdown-menu li.active > a {
    background: #C9C9C9 !important;
    border: 0 !important;
  }
  nav.top.navbar-default ul.lvl-2.dropdown-menu > li:first-child {
    padding-top: 7px !important;
  }
  nav.top.navbar-default .nav-open {
    display: none !important;
  }
  /* footer */
  #footer {
    background: none;
  }
  #footer .service {
    position: inherit;
    height: auto;
    padding: 50px 15px;
  }
  #footer .container {
    padding: 10px;
  }
  #footer .csc-mailform {
    position: inherit;
    color: #fff;
  }
  #footer .csc-mailform ol {
    float: none !important;
    margin: 0;
    color: #fff;
  }
  #footer .csc-mailform h3 {
    color: #fff !important;
  }
  #footer input {
    min-width: 100%;
    margin-top: 20px;
  }
  #footer input[type='submit'] {
    min-width: 100%;
  }
  #footer .contacts-list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #footer .contacts-list li {
    display: inline;
  }
  #footer .contacts-list li,
  #footer .contacts-list .data,
  #footer .contacts-list h3,
  #footer .contacts-list a {
    color: #fff;
    line-height: 17px !important;
    text-shadow: none;
  }
  #footer .contacts-list h3 {
    display: inline;
  }
  nav.footer {
    position: relative;
    z-index: 11;
    top: 0;
    left: 10px;
  }
  nav.footer li {
    display: inline;
    padding-right: 20px;
  }
  nav.footer li a {
    color: #fff;
    text-decoration: none;
  }
  .btn-top {
    clear: both;
    display: block;
    margin-bottom: 50px;
  }
  .btn-top span {
    display: block;
    border: 0;
    height: 60px;
    width: 60px;
    font-size: 60px;
    text-align: center;
    color: #7F7F7F;
    cursor: pointer;
    margin: 80px auto 0 auto;
  }
  /* kacheln */
  .tx-lv-kacheln a {
    color: #000 !important;
  }
  .tx-lv-kacheln .masonry-grid .grid-item {
    position: relative;
  }
  .tx-lv-kacheln .masonry-grid .grid-item figcaption {
    display: block;
    position: absolute;
    z-index: 50;
    bottom: 0;
    width: 100%;
    height: auto;
    background: rgba(255, 255, 255, 0.95);
    padding: 5px;
  }
  .tx-lv-kacheln .masonry-grid .grid-item .grid-item-gallery {
    position: absolute;
    z-index: 11;
    right: 99999px;
  }
  .tx-lv-kacheln .grid-item.item.fx-3 .front p {
    display: block;
    color: #000 !important;
  }
  .tx-lv-kacheln .grid-item.item.fx-3 .back {
    display: none;
  }
  /* magnific pop up */
  .mfp-content {
    border-right: 10px solid #000;
  }
  .mfp-content figure .mfp-img {
    max-height: 80% !important;
    max-width: 90% !important;
  }
}
@media (min-width: 1px) and (max-width: 320px) {
  #header ul.contacts-list * {
    font-size: 11px !important;
  }
}
@media (min-width: 321px) and (max-width: 480px) {
  #header ul.contacts-list * {
    font-size: 12px !important;
  }
}
/*# sourceMappingURL=main.css.map */