@import "bootstrap.min.css";
@import "fontawesome.min.css";
html {
  height: 100%;
}

body {
  background-color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  background-size: cover;
}
body.start {
  background-image: url("../images/wellcome.jpg");
  background-position: center center;
}
body.damen {
  background-image: url("../images/damen.jpg");
  background-position: center bottom;
}
body.herren {
  background-image: url("../images/herren.jpg");
  background-position: center bottom;
}
body.anzuege {
  background-image: url("../images/anzuege.jpg");
}
body.galerie {
  background-image: url("../images/galerie.jpg");
  background-position: center bottom;
}
body.service {
  background-image: url("../images/service.jpg");
}
body.kontakt {
  background-image: url("../images/kontakt.jpg");
  background-position: center bottom;
}
body.impressum {
  background-image: url("../images/impress.jpg");
}
body.datenschutz {
  background-image: url("../images/impress.jpg");
}
body.datenschutz div.box ul {
  list-style: none;
}

p {
  margin: 0 !important;
}

* {
  margin: 0;
  padding: 0;
}

.div-height-datenschutz {
  background-color: rgba(0, 0, 0, 0.6);
  overflow: auto;
  height: 550px;
  border: 1px solid #000000;
  padding: 5px;
  top: 50px;
}

.content-impressum-datenschutz {
  font-size: 10pt;
  top: 130px;
  left: 0;
  right: 0;
  margin: auto;
}

.content {
  font-size: 11pt;
  bottom: 220px;
  left: -100px;
  right: 0;
  margin: auto;
}

.content h1 {
  font-size: 1.5rem;
}

.content h2 {
  font-size: 1rem;
}

.content a {
  color: #E63233;
  text-decoration: none;
  font-weight: bold;
  margin: 2px;
}

.content a:hover {
  background-color: rgba(55, 54, 54, 0.3803921569);
  color: #fff;
  padding: 2px;
  margin: 0;
}

.box, .box-herren-marken, .box-damen-marken {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
}

.content-background img {
  width: 100%;
  height: auto;
}

div.lockdown-info {
  width: 150px;
  height: auto;
}

.box {
  animation-name: stretch;
  animation-duration: 0.5s;
  animation-timing-function: ease-in;
  animation-direction: alternate;
  animation-iteration-count: 1;
  animation-fill-mode: none;
  animation-play-state: running;
}

@keyframes stretch {
  0% {
    opacity: 0;
  }
  95% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
.border-danger {
  border-bottom: #0033ff;
}

.navigation {
  bottom: 8%;
  left: 0;
  width: 100%;
  font-size: 13pt;
  text-align: center;
}

.navigation ul li a {
  display: block;
  text-decoration: none;
  color: #000000;
  line-height: 50px;
  padding: 0;
}

.nav-link {
  color: white !important;
}

.full-width {
  width: 100%;
  height: auto;
}

ul.servicelist {
  margin-left: 20px;
  list-style: disc;
}

.map .btn-primary {
  background-color: rgba(255, 255, 255, 0.2509803922) !important;
  border: 1px solid black;
  width: 100%;
}

.map .btn-primary:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.431372549) !important;
  border-color: rgba(0, 98, 204, 0) !important;
}

.map .img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
  left: 0;
  right: 0;
  margin: auto;
}

.card {
  padding: 0 !important;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #000000;
  background-clip: border-box;
  border: 2px solid white;
  border-radius: 0.25rem;
}

#collapseExample {
  position: absolute;
}

.navbar {
  z-index: 99 !important;
  padding: 0 !important;
}

input, textarea {
  border: 1px solid #D8D8D8;
  color: #666666;
  float: left;
  margin: 0 0 7px;
  padding: 3px 10px 3px 125px;
  position: relative;
  width: 250px;
  z-index: 0;
}

textarea {
  padding: 25px 3px 3px;
  width: 379px;
}

.submit {
  padding: 3px;
  width: 100px;
}

input[type=checkbox] {
  border: 0 none;
  float: left;
  height: 20px;
  margin-left: 125px;
  padding: 0;
  width: 20px;
}

label {
  background-color: #000;
  border-bottom: 2px solid #E63233;
  box-shadow: 1px 0 2px #333;
  color: #FFFFFF;
  display: block;
  float: left;
  line-height: 15px;
  padding: 3px 5px;
  position: absolute;
  width: 110px;
  z-index: 10;
  margin-left: -1px;
}

/* Galerie */
#gallery .container {
  width: 90% !important;
}

#gallery .box-w6 {
  width: 53.5% !important;
}

.thumb {
  width: 80px;
  height: 80px;
  text-align: center;
  overflow: hidden;
  background-color: #fff;
  float: left;
  margin: 5px;
  position: relative;
  border: 1px solid #fff;
  cursor: pointer;
}

.thumb img {
  height: 80px;
}

.bigimage {
  position: relative;
  height: 100%;
  line-height: 100%;
  overflow: hidden;
}

#gallery .prev {
  position: absolute;
  display: block;
  height: 30px;
  width: 40px;
  background: #fff url(../images/slidearrow_small_left.png) no-repeat center center;
  left: 0;
  margin-top: -15px;
  top: 50%;
  cursor: pointer;
}

#gallery .next {
  position: absolute;
  display: block;
  height: 30px;
  width: 40px;
  background: #fff url(../images/slidearrow_small_right.png) no-repeat center center;
  right: 0;
  margin-top: -15px;
  top: 50%;
  cursor: pointer;
}

.thumb.col-last {
  clear: right;
}

.thumb.col-1 {
  clear: left;
}

.thumb.hover {
  opacity: 0.2;
}

.block {
  text-align: justify;
}

#fblayer {
  position: absolute;
  bottom: 3%;
  left: 0;
  width: 150px;
  height: 30px;
  padding: 8px 0 0 8px;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 13pt;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  background-color: white;
}

.navbar {
  background-color: white;
}

.navbar-collapse {
  background-color: unset;
}

.btn-secondary {
  color: #fff;
  background-color: rgba(4, 4, 4, 0.5411764706) !important;
  border-color: rgba(108, 117, 125, 0) !important;
}

.box-herren-marken {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 300px;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.box-herren-marken > div {
  padding: 18px;
}

.box-damen-marken {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 300px;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.box-damen-marken > div {
  padding: 18px;
}

.carousel .active {
  border-bottom: 0 solid #E63233 !important;
}

@media (max-width: 575px) {
  .navigation ul li a {
    line-height: 40px;
  }
  #navbarResponsive ul li:first-child {
    margin-top: 30px;
  }
  #navbarResponsive ul li:last-child {
    margin-bottom: 30px;
  }
  .svg-inline--fa {
    height: 2em;
    color: grey;
  }
  .test {
    color: #1b1e21;
  }
  .navigation {
    bottom: unset;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 14pt;
  }
  .content-impressum-datenschutz {
    font-size: 10pt;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .content {
    font-size: 10pt;
    top: 150px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .content h1 {
    font-size: 1.2rem;
  }
  .content h3 {
    font-size: 1rem;
  }
  .navbar-light .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    background-color: #fff !important;
    margin-right: 5px;
    width: 3em;
  }
  .navbar-brand {
    padding-right: 0 !important;
    padding-bottom: 0 !important;
  }
  .navbar-collapse {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.84), rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.84), rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.65));
    border-bottom: 5px solid white;
  }
  .bg-dark {
    background-color: rgb(255, 255, 255) !important;
  }
  .active {
    border-bottom: none;
    text-decoration: underline #e2321b !important;
  }
  .day {
    font-size: 10pt;
  }
  .box img {
    display: block;
    left: 0;
    right: 0;
    margin: auto;
  }
  .dropdown-menu {
    top: -11px !important;
    left: -27px !important;
    width: 260px !important;
    height: 250px !important;
  }
  .map .img-thumbnail {
    height: 246px;
    width: 384px;
  }
  .box-herren-marken {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 379px;
    justify-content: center;
    align-items: center;
    margin: 0;
  }
  .box-damen-marken {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 245px;
    justify-content: center;
    align-items: center;
    margin: 0;
  }
}
@media (min-width: 576px) {
  .navigation ul li a {
    line-height: 50px;
  }
  #navbarResponsive ul li:first-child {
    margin-top: 30px;
  }
  #navbarResponsive ul li:last-child {
    margin-bottom: 30px;
  }
  .svg-inline--fa {
    height: 2em;
    color: grey;
  }
  .navigation {
    bottom: unset;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 16pt;
  }
  .content {
    font-size: 11pt;
    top: 180px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .content h1 {
    font-size: 1.5rem;
  }
  .div-height {
    background-color: rgba(0, 0, 0, 0.6);
    overflow: auto;
    height: auto;
    border: 1px solid #000000;
    padding: 5px;
    top: 0;
  }
  .content-impressum-datenschutz {
    font-size: 10pt;
    top: 130px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .navbar-collapse {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.84), rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.84), rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.65));
    border-bottom: 5px solid white;
  }
  .nav-link {
    color: #fff !important;
  }
  .navbar-light .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    background-color: #fff !important;
    margin-right: 20px;
    width: 3em;
  }
  .navbar-brand {
    padding-right: 0 !important;
    padding-bottom: 0 !important;
  }
  .bg-dark {
    background-color: rgb(255, 255, 255) !important;
  }
  .active {
    border-bottom: none;
    text-decoration: underline #e2321b !important;
  }
  .day {
    font-size: 11pt;
  }
  .box img {
    display: block;
    left: 0;
    right: 0;
    margin: auto;
  }
  .dropdown-menu {
    top: -11px !important;
    left: -23px !important;
    width: 386px !important;
    height: 260px !important;
  }
  .map .img-thumbnail {
    height: 246px;
    width: 384px;
  }
}
@media (min-width: 768px) {
  .navigation ul li a {
    line-height: 50px;
  }
  #navbarResponsive ul li:first-child {
    margin-top: 30px;
  }
  #navbarResponsive ul li:last-child {
    margin-bottom: 30px;
  }
  .navbar-toggler {
    width: 3em;
  }
  .svg-inline--fa {
    height: 2em;
    color: grey;
  }
  .bg-dark {
    background-color: rgb(255, 255, 255) !important;
  }
  .navigation {
    top: 0;
    left: 0;
    width: 100%;
    font-size: 16pt;
  }
  .content {
    font-size: 11pt;
    top: 200px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .div-height {
    background-color: rgba(0, 0, 0, 0.6);
    overflow: auto;
    height: auto;
    border: 1px solid #000000;
    padding: 5px;
    top: 0;
  }
  .content-impressum-datenschutz {
    font-size: 11pt;
    top: 200px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .navbar-collapse {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.84), rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.84), rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.65));
    border-bottom: 5px solid white;
  }
  .nav-link {
    color: #fff !important;
  }
  .active {
    border-bottom: none;
    text-decoration: underline #e2321b !important;
  }
  .day {
    font-size: 11pt;
  }
  .box img {
    display: block;
    left: 0;
    right: 0;
    margin: auto;
  }
  .dropdown-menu {
    top: -11px !important;
    left: -23px !important;
    width: 298px !important;
    height: 260px !important;
  }
  .map .img-thumbnail {
    height: 246px;
  }
}
@media (min-width: 992px) {
  body {
    overflow: hidden;
  }
  .navigation ul li a {
    line-height: 78px;
  }
  #navbarResponsive ul li:first-child {
    margin-top: unset;
  }
  #navbarResponsive ul li:last-child {
    margin-bottom: unset;
  }
  .navbar-toggler {
    width: 3em;
  }
  .navigation {
    top: unset;
    bottom: 50px;
    left: 0;
    width: 100%;
    height: 82px;
    font-size: 12pt;
  }
  .content {
    font-size: 11pt;
    top: unset;
    bottom: 160px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .div-height {
    background-color: rgba(0, 0, 0, 0.6);
    overflow: auto;
    height: 450px;
    border: 1px solid #000000;
    padding: 5px;
    top: 0;
  }
  .content-impressum-datenschutz {
    font-size: 11pt;
    top: unset;
    bottom: 220px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .navbar-collapse {
    background-image: unset;
    border-bottom: unset;
  }
  .nav-link {
    color: white !important;
  }
  .bg-dark {
    background-color: rgba(0, 0, 0, 0.6) !important;
  }
  .active .navlink {
    font-weight: bolder;
  }
  .active {
    border-bottom: 4px solid #E63233;
    text-decoration: none !important;
  }
  .box1-impressum {
    top: 150px;
    height: 400px;
  }
  .box2-impressum {
    top: 70px;
  }
  .box-datenschutz {
    top: 30px;
    height: 400px;
  }
  .day {
    font-size: 11pt;
  }
  .dropdown-menu {
    top: -11px !important;
    left: -23px !important;
    width: 258px !important;
    height: 260px !important;
  }
  .map .img-thumbnail {
    height: 246px;
  }
}
@media (min-width: 1200px) {
  body {
    overflow: hidden;
  }
  .navigation ul li a {
    line-height: 78px;
  }
  .navigation {
    top: unset;
    bottom: 80px;
    left: 0;
    width: 100%;
    height: 82px;
    font-size: 13pt;
  }
  .div-height {
    background-color: rgba(0, 0, 0, 0.6);
    overflow: auto;
    height: 450px;
    border: 1px solid #000000;
    padding: 5px;
    top: 0;
  }
  .content {
    font-size: 11pt;
    top: unset;
    bottom: 193px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .content-impressum-datenschutz {
    font-size: 11pt;
    top: unset;
    bottom: 220px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .navbar-collapse {
    background-image: unset;
    border-bottom: unset;
  }
  .nav-link {
    color: white !important;
  }
  .active {
    border-bottom: 4px solid #E63233;
    text-decoration: none !important;
  }
  .box1-impressum {
    top: 150px;
    height: 400px;
  }
  .box2-impressum {
    top: 70px;
  }
  .box-datenschutz {
    top: 30px;
    height: 400px;
  }
  .day {
    font-size: 11pt;
  }
  .dropdown-menu {
    top: -11px !important;
    left: -23px !important;
    width: 319px !important;
    height: 260px !important;
  }
  .map .img-thumbnail {
    height: 246px;
  }
}

/*# sourceMappingURL=style.css.map */
