html, body {
    position: relative;
    height: 95%;
    max-height:600px;
    margin:0;
  /* Margin bottom by footer height */
}
body{
  background-color: #DE1C31;
  background: url("../img/main_background.jpg"); 
  background-attachment:fixed;    
  margin-top: 10px;
}
.error{
    color:red;
}
.kiitos{
    color: white;
    text-align: center;
}
.center{
    text-align:center;
}
.paikkanumero {
    color: white;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    padding: 0;
    background-color: #DE1C31;
}
.white{
    background: white;
}

.text-white{
    color:white;
}

.more_padding{
    margin-left:40px;
}

.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
}
.swiper-slide img {
    margin-top:60px;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
    border: 2px solid whitesmoke;
/*    border-radius: 10%;  */
    z-index: -1;
}
.car_number{
    width: 50px;
    height: 55px;
    left:0;
    width:100%;
    opacity: 0.8;
    font-size:32px;
    text-align: left;
    margin-left:20px;
}
.car_number_button{
    padding-left: 10px;
    text-decoration: none;

}
.car_number a{
    color:white;
    text-decoration: none;
}

.softrepo{
    color:white;
    opacity: 0.6;
    text-align:right;
    bottom: 0;
  /* Set the fixed height of the footer here */
    height: 0px;
    padding-right:50px;
}

.footer {
  position: absolute;
  width: 100%;
  bottom: -60px;
  /* Set the fixed height of the footer here */
  z-index: -1;
}

.search {
    padding: 0;
    font-size: 16px;
    font-weight:bold;
}

.search a, .search a:visited{
    color:red;
    text-decoration: none;
}

.search a:hover{
    color:#C00;
}
.tasoihin{
    margin-top: -35px;
}

.ajoneuvontiedot{
    margin-top:10px;
    margin-bottom: -20px;
    
}
h2{
    font-size: 34px;
    font-weight: bolder;
    padding-bottom: 10px;
    background-color: transparent;
}
h3{
    font-size: 26px;
    padding-bottom: 15px;
}
    
/*
input span{
    background-color: #BF1C31;
}
p span { 
    background-color: #BF1C31;
}
h2 span { 
    background-color: #BF1C31;
}
h3 span { 
    background-color: #BF1C31;
}
h4 span { 
    background-color: #BF1C31;
}
*/

.aanesta {
    position:absolute;
    top : 30px;
    padding-left:10px;
}
.margin-top{
    margin-top:5px;
}
.more_space{
    min-height: 700px;
}

.border{
    border: 1px solid white;
}
.info_padding{
    margin-top:100px;
}

.more_info_padding{
    margin-top:65px;
    margin-bottom:-15px;
}

.box {
    background-color: white;
    opacity: 0.8;
    border-radius: 10px;
    padding-left : 5px;
    min-height:100px;
    padding-bottom: 5px;
}
.box h4,h3{
    text-align: center;
    padding-top: 2px;
    font-weight: bold;
}