@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Cambay&display=swap');



/* CSS Document */


/* ====================================== 
   1. Kalibrierung und allgemeine Styles 
   ====================================== */

* {margin:0; padding:0;}
.clearing {clear:both;}

html { overflow-y:scroll; } /* erzwingt Scrollbar im Firefox */

body { 
   color: #666666; 
   background-color: ##f3f7f9; 
font-family: 'Cambay', sans-serif;
}
header {height:30px;background-color: #eb6909;}

img{width:25%; height:auto; padding-bottom: 40px; align-items: center;margin-top:-30px;}


@media screen and (min-width:1200px) {}
h1 {
   font-family: 'Cambay', sans-serif;
	font-size: 3rem;
    color: #a5b9c3;
    font-weight: 300;
	text-transform: uppercase;
    line-height: 120%;
	padding-bottom:10px;
	
}

h2 {
    font-family: 'Cambay', sans-serif;
	font-size: 1.2rem;
    color: #5fc3d9;
    font-weight: 300;
	letter-spacing:1px;
    line-height: ;
	padding-top:20px;
	padding-bottom:10px;
}

h3 {
   font-family: 'Cambay', sans-serif;
	font-size: 1.125rem;
    color: #6D6D6D;
    font-weight: 300;
    line-height: ;
	padding-bottom:10px;
}

h4 {
    font-family: 'Cambay', sans-serif;
	font-size: 0.8125rem;
    color: #6D6D6D;
    font-weight: 300;
	letter-spacing: 0.02em;
    line-height: ;
	padding-bottom:10px;
}

h5 {
    font-family: 'Cambay', sans-serif;
	font-size: 0.875rem;
    color: #6D6D6D;
    font-weight: 300;
	letter-spacing: 0.02em;
    line-height: ;
	padding-bottom:10px;
}

p {
    font-family: 'Cambay', sans-serif;
	font-size: 1.25rem;
    color: #485256;
    font-weight: 300;
    line-height: 150%;
	padding-bottom:10px;
}
a:link {
    color: #485256;
	text-decoration: none
}
	a:hover, body .button a:hover {
    color: #cccccc;
	text-decoration: none
}

body .button {
  background-color: #eb6909; 
  border: none;
  color: #ffffff !important;
  padding: 15px 50px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 28px;
text-transform: uppercase;
	letter-spacing:0.2;
}
	

.fusszeile_copy {
	font-size: 0.8125rem;}
	
	section {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	padding: 5%;
	padding-top:0;

	background-color:
}
	footer{height:1000px; background-image: url("img/luxbau_footer_verlauf_1900px.jpg");background-repeat: no-repeat; background-size: cover;}


@media screen and (max-width:900px) {
	section {width: 90%;}
	h1 {
		font-size: 2.2rem;}
}	
	





/* ======================================= 
   E N D E   D E S   S T Y L E S H E E T S 
   ======================================= */






