/* Style for Template */

html,
body {
  height: auto;
}

#header-body {
  margin-top: 3vw;
  padding-top: 90px;
  color: #777;
}

#page-body {
  margin-top: 3vw;
  padding-top: 90px;
  color: #777;
  padding-bottom: calc(2rem + 2vh);
  margin-bottom: 1vh;
}

#textpart {
  margin-top: 2vw;
  margin-bottom: 10vmax;
}

.intext-link {
  color: #f4b200;
  text-decoration: underline;
}

.intext-link:hover {
  color: #003399;
  text-decoration: none;
}

.p,
p {
  font-size: calc(0.7rem + 0.2vw);
  margin-bottom: calc(0.4rem + 0.3vw);
  color: #777;
}

.li,
li {
  font-size: calc(0.7rem + 0.2vw);
}

.h1,
h1 {
  color: #777;
  font-size: calc(1rem + 1.2vw);
}

.h2,
h2 {
  color: #777;
  font-size: calc(0.8rem + 0.8vw);
}

.h3,
h3 {
  color: #777;
  font-size: calc(0.7rem + 0.6vw);
}

h4, .h4 {
    font-size: 18px;
    color: #626262;
    margin-top: 35px;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.mt1 {
  margin-top: 1rem;
}

.mt2 {
  margin-top: 2rem;
}

.mt3 {
  margin-top: 3rem;
}

.header {
  text-align: center;
  display: flex;
  align-items: center;
  margin-top: 3vw;
}

.header h1 {
  margin-bottom: calc(1.5rem + 1.2vw);
}

.header h2 {
  margin-bottom: calc(1rem + 0.8vw);
}

.text-italic {
  font-style: italic;
  margin-bottom: 35px;
}

.header h3 {
  margin-bottom: calc(0.7rem + 0.6vw);
}

.margin-top2 {
  margin-top: 2rem;
}

.margin-bottom1 {
  margin-bottom: 1rem;
}

.img-left {
  float: left;
  margin-top: 7px;
  margin-right: 15px;
  margin-bottom: 5px;
}

.img-right {
  float: right;
  margin-left: 15px;
  margin-bottom: 5px;
}

.error-img {
  margin-left: 45px;
  margin-top: 25px;
}

.its-button {
  -moz-box-shadow: 0px 1px 0px 0px #c4c4c4;
  -webkit-box-shadow: 0px 1px 0px 0px #c4c4c4;
  box-shadow: 0px 1px 0px 0px #c4c4c4;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffcf4a), color-stop(1, #db9d00));
  background: -moz-linear-gradient(top, #ffcf4a 5%, #db9d00 100%);
  background: -webkit-linear-gradient(top, #ffcf4a 5%, #db9d00 100%);
  background: -o-linear-gradient(top, #ffcf4a 5%, #db9d00 100%);
  background: -ms-linear-gradient(top, #ffcf4a 5%, #db9d00 100%);
  background: linear-gradient(to bottom, #ffcf4a 5%, #db9d00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcf4a', endColorstr='#db9d00', GradientType=0);
  background-color: #ffcf4a;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 7px;
  border: 1px solid #e0a400;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 14px;
  padding: 0px 15px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #8a6500;
  margin-bottom: 2px;
}

.its-button:hover {
  color: #003399;
}


/* Style for Nav-Area */

.top-line-top {
  height: 40px;
  background-color: #f4f4f4;
  border-bottom: 2px solid #f4b200;
}

.top-line-top a {
  color: #f4b200;
  text-decoration: none;
}

.top-line-top a:hover {
  color: #003399;
  text-decoration: none;
}

.top-item {
  margin-top: 8px;
  font-size: calc(0.7rem + 0.2vw);
}

.fa-logo {
  color: #626262;
}

.top-line-bottom {
  margin-top: 40px;
  height: 51px;
  background-color: #f4f4f4;
  border-bottom: 1px solid #f4b200;
}

.top-menu-logo {
  margin-top: 10px;
  max-width: initial;
}

.navbar {
  padding: 9px 0px 0px 0px;
}

.bg-faded {
  background-color: #f4f4f4;
}

#navbarSupportedContent {
  flex-direction: row-reverse;
  padding-left: 10px;
  background-color: #f4f4f4;
}

.top-mail,
.top-phone {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.navbar-toggler-right {
  margin-top: -4px;
}

#navbarSupportedContent.show {
  margin-top: 41px;
  background-color: #f4f4f4;
  border: 1px solid #f4b200;
}

.navbar-light .navbar-nav .nav-link {
  color: #777;
  text-decoration: underline;
  font-size: calc(0.7rem + 0.2vw);
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #003399;
  text-decoration: none;
}

#cover {
  margin-top: 91px;
  background-image: url(/img/bg_cover.jpg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  min-height: 15vw;
}


/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575px) {

  .top-menu-logo {
    margin-left: 8px;
  }

}


/* Style for Cards Area */

#cards {
  margin-top: 3rem;
  margin-bottom: 9rem;
}

.card {
  margin-bottom: 2rem;
  max-width: 500px;
}


/* Style for Footer */

.line-bottom {
  background-color: #f4f4f4;
  height: 50px;
  margin-top: 8px;
  font-size: calc(0.7rem + 0.2vw);
  border-top: 1px solid #f4b200;
}

.navbar.bottom {
  flex-direction: column-reverse;
  position: absolute;
  padding-top: 0;
  padding-right: 15px;
  right: 0;
  bottom: 0;
  margin-bottom: -5px;
  background-color: transparent;
}

.bottom-imprint {
  padding-top: 17px;
  padding-left: 15px;
}

.bottom-imprint a {
  color: #777;
  text-decoration: underline;
}

.bottom-imprint a:hover {
  color: #003399;
  text-decoration: none;
}

#bottombarSupportedContent {
  flex-direction: row-reverse;
  padding-left: 10px;
}

#bottombarSupportedContent.show {
  margin-bottom: 41px;
  background-color: #f4f4f4;
  border: 1px solid #f4b200;
}

.navbar.bottom .navbar-toggler {
  margin-top: 4px;
}

.bottom-copyright {
  padding-top: 17px;
}

.cookie-disclaimer {
  background: #000000;
  color: #FFF;
  opacity: 0.8;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 150px;
  position: fixed;
}

.cookie-disclaimer .container {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cookie-disclaimer .cookie-close {
  float: right;
  padding: 10px;
  cursor: pointer;
}



/* Style for About-Us Page */

#page-about-us {
  margin-top: 120px;
  margin-bottom: 70px;
}

.about-us {
  margin-top: 40px;
  padding-top: 25px;
}

.about-us h2 {
  margin-bottom: -5px;
}

.distance {
  margin-top: 35px;
}

.font-italic {
  font-style: italic;
}

.history-year {
  padding: 10px 10px 20px 10px;
  background-color: #f4f4f4;
  border-bottom: solid 1px #f4b200;
}

.history-headline {
  padding: 5px;
  margin-top: 15px;
  margin-bottom: 0px;
  background-color: #f4f4f4;
}

.history-topline {
  padding: 5px;
  margin-bottom: 10px;
  margin-top: 15px;
  background-color: #f4f4f4;
  border-bottom: solid 1px #f4b200;
}


/* Style for Contact Page */

#contact {
  margin-top: 3vw;
  padding: 90px 0;
  color: #777;
}

#contact p,
h1 {
  color: #777;
}

.contact-form {
  margin-top: 1vw;
  margin-bottom: 1rem;
}

.partner-logo {
  float: left;
  padding: 0 25px 0 0;
  margin-top: calc(0.4rem + 0.2vw);
}

.partner-logo-lst {
  float: left;
  padding: 0 25px 0 0;
  margin-top: calc(-0.1rem + 0.2vw);
}

.partners-h1 {
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.partners-h2 {
  padding-top: 1.2rem;
  padding-bottom: 0.2rem;
}

.partners-h3 {
  padding-top: 0px;
}

::-webkit-input-placeholder {
  font-size: calc(0.7rem + 0.2vw);
}

:-moz-placeholder {
  /* Firefox 18- */
  font-size: 25px;
}

::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 25px;
}


/* Overriding styles */

::-webkit-input-placeholder {
  font-size: calc(0.7rem + 0.2vw)!important;
}

:-moz-placeholder {
  /* Firefox 18- */
  font-size: calc(0.7rem + 0.2vw)!important;
}

::-moz-placeholder {
  /* Firefox 19+ */
  font-size: calc(0.7rem + 0.2vw)!important;
}

.contact-right-h3 {
  padding-top: 1vw;
}

.google-maps {
  margin-top: 1vw;
}

.text-servicepartner {
  margin-bottom: 0px;
}

.send_info {
  font-size: calc(0.5rem + 0.2vw);
  line-height: calc(0.6rem + 0.5vw);
}

.alert {
  font-size: calc(0.7rem + 0.2vw);
}

.contact-details {
  margin-bottom: 0.4rem;
  color: #777;
  font-size: calc(0.7rem + 0.15vw);
}

.contact-details a {
  color: #f4b200;
  font-size: calc(0.7rem + 0.15vw);
  text-decoration: underline;
  padding-right: 0.6rem;
}

.contact-details a:hover {
  color: #003399;
  text-decoration: none;
}

.contact-partners-h2 {
  margin-top: 3rem;
}



/* Style Imprint Page */

#imprint {
  margin-top: 3vw;
  padding: 90px 0;
  color: #777;
}

.text-part {
  margin-top: 3rem;
}

.page-header {
  margin-bottom: 2rem;
}

.h3-reduced {
  font-size: calc(0.7rem + 0.2vw);
  margin-bottom: 2rem;
  padding-top: 0;
}

container .text-part {
  padding-top: 2rem;
}



/* Style for Privacy Page */

#privacy {
  margin-top: 3vw;
  padding: 90px 0;
  color: #777;
}

.text-part {
  margin-top: 3rem;
}

.contact-text-part {
  margin-top: 2rem;
}

.contact-text-part a {
  color: #f4b200;
  font-size: calc(0.7rem + 0.15vw);
  text-decoration: underline;
}

.contact-text-part a:hover {
  color: #003399;
  text-decoration: none;
}


/* Style for Spare Parts Page */

#cards-gallery {
  margin-top: 2rem;
  margin-bottom: 60px;
}

.board-item {
  margin: 0px 0px 30px 15px;
}

.board-item-description {
  color: #777;
  text-decoration: none;
  margin-top: 4px;
  margin-bottom: 2px;
  font-size: calc(0.65rem + 0.2vw);
}

.parts-links a {
  color: #f4b200;
  text-decoration: underline;
}

.parts-links a:hover {
  color: #003399;
}

/* Style for Cookie Warning */

.cc-window {
  opacity: 1;
  transition: opacity 1s ease
}

.cc-window.cc-invisible {
  opacity: 0
}

.cc-animate.cc-revoke {
  transition: transform 1s ease
}

.cc-animate.cc-revoke.cc-top {
  transform: translateY(-2em)
}

.cc-animate.cc-revoke.cc-bottom {
  transform: translateY(2em)
}

.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
  transform: translateY(0)
}

.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s
}

.cc-link,
.cc-revoke:hover {
  text-decoration: underline
}

.cc-revoke,
.cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999
}

.cc-window.cc-static {
  position: static
}

.cc-window.cc-floating {
  padding: 2em;
  max-width: 15em;
  -ms-flex-direction: column;
  flex-direction: column
}

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row
}

.cc-revoke {
  padding: .5em
}

.cc-header {
  font-size: 18px;
  font-weight: 700
}

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
  cursor: pointer
}

.cc-link {
  opacity: .8;
  display: inline-block;
  padding: .2em
}

.cc-link:hover {
  opacity: 1
}

.cc-link:active,
.cc-link:visited {
  color: initial
}

.cc-btn {
  display: block;
  padding: .4em .8em;
  font-size: .9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap
}

.cc-banner .cc-btn:last-child {
  min-width: 140px
}

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent
}

.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline
}

.cc-close {
  display: block;
  position: absolute;
  top: .5em;
  right: .5em;
  font-size: 1.6em;
  opacity: .9;
  line-height: .75
}

.cc-close:focus,
.cc-close:hover {
  opacity: 1
}

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em
}

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: .5em;
  border-top-right-radius: .5em
}

.cc-revoke.cc-left {
  left: 3em;
  right: unset
}

.cc-revoke.cc-right {
  right: 3em;
  left: unset
}

.cc-top {
  top: 1em
}

.cc-left {
  left: 1em
}

.cc-right {
  right: 1em
}

.cc-bottom {
  bottom: 1em
}

.cc-floating > .cc-link {
  margin-bottom: 1em
}

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em
}

.cc-window.cc-floating .cc-compliance {
  -ms-flex: 1;
  flex: 1
}

.cc-window.cc-banner {
  -ms-flex-align: center;
  align-items: center
}

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0
}

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0
}

.cc-banner .cc-message {
  -ms-flex: 1;
  flex: 1
}

.cc-compliance {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between
}

.cc-compliance > .cc-btn {
  -ms-flex: 1;
  flex: 1
}

.cc-btn + .cc-btn {
  margin-left: .5em
}

@media print {
  .cc-revoke,
  .cc-window {
    display: none
  }
}

@media screen and (max-width:900px) {
  .cc-btn {
    white-space: normal
  }
}

@media screen and (max-width:414px) and (orientation:portrait),
screen and (max-width:736px) and (orientation:landscape) {
  .cc-window.cc-top {
    top: 0
  }
  .cc-window.cc-bottom {
    bottom: 0
  }
  .cc-window.cc-banner,
  .cc-window.cc-left,
  .cc-window.cc-right {
    left: 0;
    right: 0
  }
  .cc-window.cc-banner {
    -ms-flex-direction: column;
    flex-direction: column
  }
  .cc-window.cc-banner .cc-compliance {
    -ms-flex: 1;
    flex: 1
  }
  .cc-window.cc-floating {
    max-width: none
  }
  .cc-window .cc-message {
    margin-bottom: 1em
  }
  .cc-window.cc-banner {
    -ms-flex-align: unset;
    align-items: unset
  }
}

.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -ms-flex: none;
  flex: none
}

.cc-theme-classic .cc-btn {
  border-radius: 5px
}

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block
}

.cc-theme-edgeless.cc-window {
  padding: 0
}

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em
}

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: .8em 1.8em;
  height: 100%
}

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em
}

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0
}

/* Weihnachts-Popup */
.modal-dialog {
  max-width: 600px;
}

.modal-header {
  padding: 0px 0px 0px 15px;
}

.modal-title {
  line-height: 3;
  margin-top: 10px;
}

.modal-footer {
  padding: 0px;
}
