@import url('datepicker-base.css');
@import url('datepicker.css');  
@import url('theme.css');
@import url('pricing.css');
@font-face { font-family: "FontAwesome"; src: url("../fonts/fontawesome-v4-webfont.woff2") format("woff2"); }

html {
  /*cursor: pointer;*/
}

body {
    padding-top:0;
}
.divider {
    /*border-bottom:1px solid #efefef;*/
    margin:20px 20%
}
.jumbotron,
.headerimg {
    background-image: url(../../img/Tiefgarage-Grabbeplatz.jpg);
    background-size: cover;
    background-repeat:no-repeat;
    background-position: center center;
    border-radius: 0;
}
.jumbotron .container,
.headerimg .container {
    opacity: .95;
    border-radius: 5px;
}

.container-fluid {
    background: #222;
    padding: 1em 0;
}
footer {
    color:#999;
    padding-top: 7.42857143em;
    padding-bottom: 7.42857143em;
}
form.stellflaechen input {
    font-size: 200%;
}

/* GOOGLE MAPS */

#MapHeader {
    margin-bottom: 0em;
    margin-top: 0;
    width: 100%;
    max-height: 450px;
}

#googleMap {
    width: 100%;
    max-width: 400px;
    height: auto;
    min-height: 400px;
    max-height: 400px;
}

#MapHeader #googleMap {
    max-width: 1920px;
}

.card-img {
    overflow:hidden;
    max-height:200px;
    padding: -20px 0 0 -20px;
    border-radius: 0;
}
.card-img img {
    overflow:hidden;;
    max-width: 100%;
}

.custom-select {
    padding: .5rem 1.75rem .5rem .75rem;
    height: auto;
}


/*//////////////////////*/
/*//// Form captcha ////*/
/*//////////////////////*/

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.submit__generated {
  display: inline-block;
}
.submit__generated span {
  display: inline-block;
  width: 35px;
  height: 35px;
  vertical-align: center;
  line-height: 35px;
  font-weight: bold;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.submit__generated.valid:after, .submit__generated.unvalid:after {
  font-family: FontAwesome;
  font-size: 18px;
  margin-left: 10px;
}
.submit__generated.valid:after {
  content: "";
  color: #2ecc71;
}
.submit__generated.valid .submit__input {
  border: 1px solid #2ecc71;
  color: #2ecc71 !important;
  padding-left: 0.2em;
}
.submit__generated.unvalid:after {
  content: "";
  color: #e74c3c;
}
.submit__generated.unvalid .submit__input {
  border: 1px solid #e74c3c;
  color: #e74c3c;
  padding-left: 0.2em;
}
.submit__generated .submit__input {
  position: relative;
  outline: 0;
  height: 35px;
  width: 35px;
  border-radius: 4px;
  border: 1px solid #42a0dd;
  color: #42a0dd;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  top: -2px;
}

i.fa-refresh {
  margin: 4px 0 0px 5px;
  padding: 5px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transform-origin: center center;
  transition: transform 0.2s ease-out, color 0.2s ease-out;
}
i.fa-refresh:hover {
  color: rgba(0, 0, 0, 0.4);
  transform: rotate(180deg);
}

span.submit__error,
span.submit__error--empty {
  color: #e74c3c;
  position: absolute;
  margin-top: 0px;
  margin-left: 100px;
}

.submit {
  display: block;
  margin: 50px 0;
  padding: 7px 15px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  outline: none;
  border: 0;
  background-color: #42a0dd;
  background-clip: padding-box;
  border-radius: 3px;
  box-shadow: 0 4px 0 #2c81ba;
  opacity: 1;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
}
.submit:hover {
  background-color: #3498db;
}
.submit:active, .submit.enter-press, .submit.overlay {
  margin: 55px 0 46px 0;
  box-shadow: none;
}

.submit__overlay {
  height: 50px;
  width: 101%;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  margin-top: -90px;
  margin-left: -5px;
}

.low-opa {
  opacity: 0.4;
}

.hide {
    display: none;
}

.fadeOut {
  opacity: 0;
  transform: translateY(10px);
}

.fadeIn {
  opacity: 1 !important;
  transform: translateY(0px) !important;
}

.form-fields,
.form-success {
  transition: all 0.2s ease-out;
}

.form-success {
  opacity: 0;
  transform: translateY(-10px);
  margin-top: 20px;
}

/* Modal */
.modal-content {
/*  width: calc(100% + 3.5rem);*/
}
.modal-content .modal-body img {
  max-width:100%;
}
a.trigger span {
  color:#007bff;
  text-decoration: underline;
}
a.trigger:hover {
  cursor: pointer;
}