/*!
 * Start Bootstrap - Full Slider (https://startbootstrap.com/template-overviews/full-slider)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full-slider/blob/master/LICENSE)
 */

.carousel-item {
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

a.navbar-brand {
    background: url(../images/logo-whitesmall.png) center left no-repeat;
    min-height: 60px;
    min-width: 340px;
	margin-left: -8px;
	margin-top:-4px;
}

.hidden {display:none;}

.carousel-caption.d-none.d-md-block {
    display: none!important;
}

.pt-5, .py-5 {
    padding-top: 1rem!important;
	padding-bottom: 1rem!important;
}

.navbar {
    
	padding-top:20px;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.container2 {
    max-width: 100%!important;
   padding-bottom: 20px;
   margin-top: -20px;
}

.container {
    
   padding-bottom: 20px;
}

.fullbanner {
    height: 360px;
    overflow: hidden;
}

ul {
  list-style: none;
}

.btn-primary {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
	margin-bottom: 20px;
}

span.xs-site-footer-company-name {
    display: block;
    font-size: 1.4em;
    font-weight: bold;
}
footer.py-5.bg-dark.text-white {
    margin-left: -20px;
}

@media (max-width: 991.98px){

.logos {max-width:90%!important;}
.fullbanner {display:none;}

section.py-5 h1 {
    font-size: 1.5em;
	font-weight:bold;
	
}
	section.py-5 {
    margin-top: 150px;
}
	section.py-5.kontact{
    margin-top: 0px;
}
	
	img.logos {
    padding-top: 150px;
}
}


