@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Quicksand:400,700");
@import url('https://fonts.googleapis.com/css?family=Montez');
@import url('https://fonts.googleapis.com/css?family=Ubuntu');

body {
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  line-height: 1.5em;

}

a {
  text-decoration: none !important;
}

h1 {
  font-size: 3em;
  font-weight: normal;
}

h2 {
  font-size: 1.2em;
}

h3 {
  font-size: 1.4em;
  font-weight: normal;
}

h4 {
  font-size: 1.1em;
  font-weight: normal;
  color: #9197ae;
  line-height: 1.8em;
}

h5 {
  font-size: 2.5em;
  font-weight: normal;
}

h6 {
  font-size: 1.2em;
  font-weight: normal;
}

td, th {
  border: solid 1px #9197ae;
  padding: 10px;
}

th {
  font-weight: bold;
  background-color: #273043;
  color:#eff6ee;
}

hr {
  margin:0;
}

label {
  font-weight: normal;
}

ul {
  padding-left: 20px;
  padding-right: 5px;
}

th, td {
  background: transparent;
  border: none;
  padding-left: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: inherit;
}
th {
  padding-right: 30px;
}

a.inherit-color {
  color: inherit !important;
}

li.navbar-footer:before {
  content: ">";
  padding-right: 8px;
}

#map {
  position: relative;
}

#map-container {
  width: 100% !important;
  height: 500px !important;
}

.get-directions {
  position: absolute;
  top: 10px;
  left: 130px;
  background-color: white;
  padding: 2px 10px;
  border-radius: 2px;
  font-size: 11.5px;
  font-family: Arial;
}

.get-directions:hover {
  background-color: rgb(235,235,235);
}

.get-directions:focus, .get-directions:active {
  outline: none !important;
}

.navbar-footer {
  padding:10px;
  display: inline;
  border-bottom: solid 1px transparent;
  transition: all ease .3s;
}

.navbar-footer:hover {
  border-bottom-color: white;
}

.handwriting {
  font-family: 'Montez', cursive;
  font-size: 3em;
}

.fa {
  display: inline !important;
}

.label {
  white-space: pre-line;
  font-weight: normal;
}

.carousel .carousel-control {
  visibility: hidden;
}
.carousel:hover .carousel-control {
  visibility: visible;
}

.footerlinks {
  color: inherit !important;
}

.footerlinks:hover {
  text-decoration: underline !important;
}

.flex-row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
}

.zoomy {
  padding: 10px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  cursor: default;
}

.zoomy:hover {
  -webkit-transform:scale(1.25); /* Safari and Chrome */
  -moz-transform:scale(1.25); /* Firefox */
  -ms-transform:scale(1.25); /* IE 9 */
  -o-transform:scale(1.25); /* Opera */
  transform:scale(1.20);
  position:relative;
  z-index:100 !important;
  box-shadow: -2px -2px 50px #888888;
}

.btn-more {
  font-size: 14px;
  background-color: #dd0426;
  color: white;
  font-weight: normal;
  padding: 8px;
  margin: 0 !important;
  transition: 0.2s all ease-in;
  border-radius: 5px;
}

.btn-more:hover {
  background-color: #c10321;
  color: white;
}

.btn-more:focus {
  background-color: #c10321;
  color: white;
  outline: none;
}

.btn-red {
  background-color: #dd0426;
  color: white;
  font-weight: bold;
  padding: 10px;
  margin: 0 !important;
  transition: 0.2s all ease-in;
  text-transform: uppercase;
}

.btn-red:hover {
  background-color: #c10321;
  color: white;
}

.btn-red:focus {
  background-color: #c10321;
  color: white;
  outline: none;
}

.btn-skyblue {
  background-color: #00aeed;
  color: white;
  font-weight: bold;
  padding: 10px;
  margin: 0 !important;
  transition: 0.2s all ease-in;
  text-transform: uppercase;
}

.btn-skyblue:hover {
  background-color: #008cbf;
  color: white;
}

.btn-skyblue:focus {
  background-color: #008cbf;
  color: white;
  outline: none;
}

.btn-green {
  background-color: #15974a;
  color: white;
  font-weight: bold;
  padding: 10px;
  margin: 0 !important;
  transition: 0.2s all ease-in;
  text-transform: uppercase;
}

.btn-green:hover {
  background-color: #118440;
  color: white;
}

.btn-green:focus {
  background-color: #118440;
  color: white;
  outline: none;
}

.btn-yellow {
  background-color: rgb(254,206,47);
  color: black;
  font-weight: bold;
  padding: 10px;
  margin: 0 !important;
  transition: 0.2s all ease-in;
  text-transform: uppercase;
}

.btn-yellow:hover {
  background-color: #ddb325;
  color: black;
}

.btn-yellow:focus {
  background-color: #ddb325;
  color: black;
  outline: none;
}

.btn-purple {
  background-color: rgb(176,72,130);
  color: white;
  font-weight: bold;
  padding: 10px;
  margin: 0 !important;
  transition: 0.2s all ease-in;
  text-transform: uppercase;
}

.btn-purple:hover {
  background-color: #933c6d;
  color: white;
}

.btn-purple:focus {
  background-color: #933c6d;
  color: white;
  outline: none;
}

.btn-blue {
  background-color: rgb(59,45,131);
  color: white;
  font-weight: bold;
  padding: 10px;
  margin: 0 !important;
  transition: 0.2s all ease-in;
  text-transform: uppercase;
}

.btn-blue:hover {
  background-color: #2d2266;
  color: white;
}

.btn-blue:focus {
  background-color: #2d2266;
  color: white;
  outline: none;
}

.btn-lightblue {
  background-color: rgb(98,195,207);
  color: white;
  font-weight: bold;
  padding: 10px;
  margin: 0 !important;
  transition: 0.2s all ease-in;
  text-transform: uppercase;
}

.btn-lightblue:hover {
  background-color: #57afba;
  color: white;
}

.btn-lightblue:focus {
  background-color: #57afba;
  color: white;
  outline: none;
}

.btn-darkgrey {
  background-color: rgb(67,66,66);
  color: white;
  font-weight: bold;
  padding: 10px;
  margin: 0 !important;
  transition: 0.2s all ease-in;
  text-transform: uppercase;
}

.btn-darkgrey:hover {
  background-color: #302f2f;
  color: white;
}

.btn-darkgrey:focus {
  background-color: #302f2f;
  color: white;
  outline: none;
}

.service-icon-background {
  color: #dd0426;
  transition: 0.2s all ease-in;
}

.service-icon {
  color: #fff;
  transition: 0.2s all ease-in;
}

.service-box {
  transition: 0.2s all ease-in;
  padding: 2em;
}

.service-box > a {
  color: black !important;
}

.service-box:hover {
  transform: scale(1.1);
  background-color: rgb(238,238,238);
  border-radius: 5px;
}

.scrollToTop {
  text-decoration: none;
  position:fixed;
  top:90%;
  right:40px;
  display:none;
  border-radius: 4px;
  cursor: default;
  padding:8px 4px 2px 8px;
  text-align: center;
  z-index:9999;
}

.text-center {
  text-align: center;
  text-align: -webkit-center;
  text-align: -ms-center;
}

.text-justify {
  text-align: justify;
  text-justify: word-break;
}

.limited-width {
  max-width: 100% !important;

}

.padding20 {
  padding-bottom:20px;
}

.social {
  background-color: #f02d3a;
  font-size: 3em;
  padding: .5em;
  word-spacing: 2em;
}

.socialicon {
  color: #dd0426;
  transition: 0.2s all ease-in;
  /*opacity:0 !important;*/
}

.socialicon:hover, .socialicon:focus {
  color: #fff !important;
}

.copy {
  font-weight: 300;
  background-color: #273043;
  color: rgb(238,238,238) !important;
  font-size: 1em;
  padding: 1em;
  transition: 0.2s all ease-in;
}

.cardpreview {
  padding: 10px;
  transition: 0.3s all ease-in;
  opacity: .5;
}

.cardpreview:hover {
  opacity: 1;
}

.close {
  font-size: 35px !important;
  outline: none !important;
}

.modal-red {
  background-color: #dd0426;
  max-height: 70px;
}

.modal-skyblue {
  background-color: #00aeed;
  max-height: 70px;
}

.modal-green {
  background-color: #15974a;
  max-height: 70px;
}

.modal-yellow {
  background-color: rgb(254,206,47);
  max-height: 70px;
}

.modal-blue {
  background-color: rgb(59,45,131);
  max-height: 70px;
}

.modal-purple {
  background-color: rgb(176,72,130);
  max-height: 70px;
}

.modal-lightblue {
  background-color: rgb(98,195,207);
  max-height: 70px;
}

.modal-darkgrey {
  background-color: rgb(67,66,66);
  max-height: 70px;
}

.centereverything {
  display:flex;
  align-items: center;
  justify-content: center;
}

.form-contact {
  max-width:600px;
  margin-top: 50px;
  text-align: left;
}

.modal-garanzie-title {
  color: white;
  white-space: nowrap;
}

.project-box {
  cursor:pointer;
  color:black;
  box-shadow:none;
  /*display:inline-block;*/
  padding: 20px 0px 50px 0px
}

.highlighted-border {
  border-bottom: solid 2px transparent;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.highlighted-border:hover {
  border-bottom: solid 2px crimson;
}

.darkglass {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
}

.btn-transparent {
  font-family: 'Ubuntu', sans-serif;
  background-color: transparent;
  color: white;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: .65em;
  padding: 10px;
  margin: 0 !important;
  max-width: 400px;
  height: 64px;
  margin-top: 210px !important;
  transition: 0.2s all ease-in;
  text-transform: uppercase;
  border: solid 3px white;
}

.btn-transparent:hover, .btn-transparent:focus {
  background-color: crimson;
  border-color: crimson;
  color: white;
}

#hero {
  padding-top: 80px;
  background-color: white;
}

#reservation {
  background-color: white;
  background-image: url('../images/girl_in_car_bg.jpg');
  height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

#pagecontents {
  margin-top: 50px;
}

#services, #about, #partners, #projects, #contact, #pagecontents, #info, #affiliate, #footer {
  padding: 4.5em 8em 4.5em 8em;
  background-color: white;
}

#info {
  background-color: crimson;
  color: white;
}

#affiliate {
  background-color: #273043;
  color: white;
}


#footer {
  background-color: crimson;
  color: white;
  display: flex;
  align-items: center;
}

.footer-container {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1250px) {

  body {
    font-size: 13px !important;
  }

  h1 {
    font-size: 2.5em;
  }

  h2 {
    font-size: 1.3em;
  }

  #services, #about, #partners, #projects, #contact, #pagecontents, #affiliate, #footer {
    padding: 4em 1.5em 2.5em 1.5em;
  }

  #info {
    padding: 0px;
  }

  #pagecontents {
    margin-top: 50px;
    margin-bottom: 0;
    background-color: white;
  }

  #contact {
    margin-bottom: 0;
    background-color: white;
  }

  .navbar-footer {
    display: block;
  }

  .footer-container {
    display: block;
    text-align: center;
  }

  .zoomy:hover {
    transform: none !important;
    box-shadow: none !important;
  }

  .first-block {
    padding-top:20px;
  }

  .other-blocks {
    padding-top:20px;
  }

  .spacingsm {
    margin-bottom: 25px !important;
  }

}

@media screen and (max-width: 1024px){
  html, body {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
  }
}

@media screen and (max-width: 991px) {
  .spacingsm {
    margin-bottom: 25px !important;
  }

  img.limited-width {
    max-width: 70% !important;
  }

  div.limited-width {
    max-width: 100% !important;

  }

  .descriptionsxs {
    max-width: 100% !important;

  }

  .form-group {
    text-align: left !important;
  }
}

@media screen and (max-width: 500px) {
  .spacingxs {
    margin-bottom: 25px !important;
  }
}
