@font-face {
  font-family: "Antic Slab";
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/Antic_Slab/AnticSlab-Regular.ttf) format('truetype');
}

html, h1, h2, h3, h4, h5, p{
	font-family: Antic Slab
}



.titleSlogan{
	float: left;
	display:inline;
}

.clear{
	float: none;
	clear: both;
}

.titleImage{
	padding: 10px;
	height: 100px;
}

.titleImage{
	padding: 10px;
	height: 100px;
}

.fullSite{
	min-height: 80vh;
}

footer {
	padding-top: 20px;
	padding-bottom: 20px;
	bottom: 0;
}

.cardImage{
	height: 33vh;
	object-fit: cover;
}

.cardPaddingTop{
	padding-top: 10px;
}

.cardTextBodyHeight{	
	min-height: 150px;
}

.paddingBottom20{
	padding-bottom: 20px;
}

.paddingTop10{
	padding-top: 10px;
}

.laschetSoftwareLogoFooter{
	height: 35px;
	padding: 5px;
	vertical-align: middle;
}

.aNotDecorated {
    color: inherit;
    text-decoration: none;
}

.versenden{
	display: none;
}


#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}