@charset "utf-8";

/* ICON MATTHIES
-------------------------------------------------- */
.icon::before, .icon::after {
    display: block;
    font-size: 70px;
    font-weight: 300;
    position: absolute;
    bottom: 2.75rem;
}
.icon.katy::before, .icon.katy::after {
    font-size: 80px;
    bottom: 2.4rem;
}
div.relative {
    position: relative;
}
.icon.katy, h1.katy-header {
    position: absolute;
}
.icon.katy {
    top: 40px;
}
h1.katy-header {
    left: 18px;
}

.icon::before { color: #000; z-index: 1; }
.icon::after { color: #fff; }

.katy::before {
  font-family: 'icon-matthies';
  content: "\e67a";
}

.katy::after {
  font-family: 'icon-matthies';
  content: "\e67b";
}

.mike::before {
  font-family: 'icon-matthies';
  content: "\e67c";
}

.mike::after {
  font-family: 'icon-matthies';
  content: "\e67d";
}

.uni::before {
  font-family: 'icon-matthies';
  content: "\e67e";
}

.uni::after {
  font-family: 'icon-matthies';
  content: "\e67f";
}

/* GLOBAL STYLES
-------------------------------------------------- */
h1 {
  font-size: 1.125rem;
  font-weight: bold;
  margin-top: 8px;
  margin-left: 30px;
}

h1 span {
  font-weight: normal;
}

.button.success {
  background-color: #66A96B;
}

.button.success:focus,
.button.success:hover {
  background-color: #39723d;
}

@media (max-width: 530px) {
  header.page .top-navs {
    height: 65px;
  }
}

section.page {
  padding-top: 0;
}

/* LOGIN
-------------------------------------------------- */
.csc-default {
  margin-top: 20px;
}

.csc-firstHeader {
  margin-bottom: 20px;
}

.forget-psw {
  vertical-align: super;
  margin-left: 10px;
}

/* ACCORDION
-------------------------------------------------- */
.content ul:not(.no-bullets):not(.items):not(.pagination):not(.dropdown-menu) li:before,
.xmascal-detail ul li:before,
div.tx_standortautooutput b:before {
  content: none;
}

.content ul:not(.no-bullets):not(.items):not(.pagination):not(.dropdown-menu),
.xmascal-detail ul {
  margin-left: 0;
}

.accordion {
  margin-bottom: 20px;
}

.accordion-item {
  padding: 0!important;
}

.responsiveContainer {
  display: block;
  position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden;
}

.responsiveContainer iframe,
.responsiveContainer object,
.responsiveContainer embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* LOCATION
-------------------------------------------------- */
.search-bar {
  background: rgba(217,217,217,0.9);
  color: #fff;
  margin-bottom: 20px;
  padding: 10px;
}

@media (min-width: 768px) {
  .map {
    position: relative;
  }
  .search-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
  }
}

.search-bar input {
  margin-bottom: 0;
}

.search-bar .button {
  width: 100%;
  height: 39px;
  margin: 0;
  padding: 1em 1em;
}
