﻿/*!
 * Start Bootstrap - Busines Frontpage (http://startbootstrap.com/template-overviews/business-frontpage)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-business-frontpage/blob/master/LICENSE)
 */

body {
    padding-top: 54px;
}

@media (min-width: 992px) {
    body {
        padding-top: 56px;
    }
    
.hidden-phone {
display: none !important;
}
    
}

/* Einstellungen für SmartPhone-Ansicht*/
.tel-mobile  { display:none;} /*Normalansicht, ausgeblendet*/

/*Normalansicht, eingeblendet*/
 @media only screen and (max-width: 480px) {
  .tel-mobile-header { 
  display:inline-block; 
  color:#fff; 
  padding-left:5px; 
  text-align:center; 
  padding-left:5px;
  width:auto;
  background-color: #000000;
  border: 2px solid #000;
  opacity: 0.8;
  filter: alpha(opacity=60); /* For IE8 and earlier */

  }
  .aus-header{ display:none;} /*Header wird ausgeblendet*/
}



.business-header {
    height: 50vh;
    min-height: 300px;
    background: url('../images/Amber-Eiche_parkett_holzziller_de.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.about-header {
    height: 50vh;
    min-height: 300px;
    background: url('../images/about_header.png') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.service-header {
    height: 50vh;
    min-height: 300px;
    background: url('../images/verlegeservice_holzziller_de_nuernberg.jpeg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.card {
    height: 100%;
}
