/*!
 * Start Bootstrap - Busines Frontpage (https://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;
  }
}

.business-header {
  height: 25vh;
  min-height: 150px;
  background: url('http://woess.it/background.jpg') center center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.card {
  height: 100%;
}


/*Eigene CSS-Bereiche*/

#banner{
	min-height: 160px;
	max-height: 280px;
	border-bottom: 1px solid lightgray;
	position: relative;
	padding-bottom: 0;
	overflow: hidden;
	width: 100%;
	padding: 0;
	
	/*
	background:
	linear-gradient(27deg, #151515 5px, transparent 5px) 0 5px,
	linear-gradient(207deg, #151515 5px, transparent 5px) 10px 0px,
	linear-gradient(27deg, #222 5px, transparent 5px) 0px 10px,
	linear-gradient(207deg, #222 5px, transparent 5px) 10px 5px,
	linear-gradient(90deg, #1b1b1b 10px, transparent 10px),
	linear-gradient(#1d1d1d 25%, #1a1a1a 25%, #1a1a1a 50%, transparent 50%, transparent 75%, #242424 75%, #242424);
	background-color: #131313;
	background-size: 20px 20px;
	*/
}

#banner h2{
	position: relative;
    z-index: 2;
    text-align: center;
    background-color: transparent;
    margin: 0;
    line-height: 200px;
    color: #A2A2A2;
	text-transform: none;
	font-size: 28px;
	min-height: 200px;
}

#banner h1{
	position: absolute;
    z-index: 2;
    background-color: transparent;
    margin: 0;
    width: 100%;
    min-height: 200px;
	left: 0;
	font-size: 32px;
}

#box {
	border: thin solid lightgrey;
	
}

#conbox {
	border-left: thin solid lightgrey;
	
}


/*Custom*/

.titelbild {
	text-align: center;
	margin: auto;
}
