


@media only screen and (min-width: 1100px) and (max-width: 1200px) {

  .item8 {grid-area: 1 / span 5;}
  .item2 {grid-area: 2 / span 5;}
  .item3 {grid-area: 3 / span 5;}
  .item5 {grid-area: 4 / span 5;}
  .item6 {grid-area: 5 / span 5;}








  .grid-container {
  	display: grid;
  	grid-template-areas:
    	'canteras canteras canteras canteras canteras'
   	'header header header header header'
	'arquitecta arquitecta arquitecta arquitecta arquitecta'
    	'main main main main main'
	'footer footer footer footer footer';
  	gap: 0px;
 	background-color: white;
  	padding: 0px;
	}




.grid-container > div {
   	padding: 0px;
  	font-size: 14px;
  	margin: 0;
  	box-sizing: border-box;
	}




body 	{
  	font-family: Helvetica, Verdana, Arial, sans-serif;
  	text-decoration: none;
  	margin-top: 0px;
	}
	



#inhalt {
	padding-top: 0px; 
	padding-bottom: 0px;
	margin-left: auto; 
	margin-right: auto;
	}






.item1 {
  display: none;
  }
  




.item2 {
  grid-area: header;
  align: center;
  background-color: white;
  color: #ff4814;
  border-bottom: 1px solid #ff4814;
  align: center;
  text-align: center; 
  margin-left: 3%;
  margin-right: 3%;  
  }





.item2 > h1 {
  text-align: center; 
  align: bottom;
  font-size: 240%;
  font-weight: normal;
  color: #ff4814;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  }

 



.item2 > h3 {
	align: center; 
  	text-align: top;
  	text-align: center;
  	font-size: 103%;
	color: #ff4814;
  	font-weight: bold;
	vertical-align: top;
	line-height: 3px;
	}





.item3 {
  	grid-area: arquitecta;
	color: #111111;
  	align: center;
  	text-align: center;
  	text-align: top;
  	width: 100%;
    	margin: 0%;
	padding-bottom: 20px;
	}

h4 {
  margin-top: 6px;
  margin-bottom: 0px;
  background-color: #ffffff;
  font-size: 100%;
  font-weight: normal;
  text-decoration: none;
  margin-left: 0%;
  margin-right: 2%;
  align: center;
  text-align: center;
  width: 100%;
  color: #222222;
  }













.item4 	{
	display: none;
  	}





a	{
	font-size: 90%;
	margin: 1px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;	
	font-family: Helvetica, Verdana, Arial, sans-serif;
	}




a:link	{
	font-size: 100%;
	margin: 1px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;	
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-color: #777777;
	}



a:visited {
	font-size: 100%;
	margin: 1px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;	
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-color: #777777;
	}




a:hover{
	color: #ff4814;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	}







.item5 {
  grid-area: main;
  margin-left: 17%;
  margin-right: 40%;
  }




.arquitecta {
	margin-top: 50px;
	text-align: center;
	font-weight: normal;
	color: #000000;
	font-size: 100%;
	}





.architekt {
	text-align: center;
	font-weight: normal;
	color: #ff4814;
	font-size: 100%;
 	color: #000000;
 	padding-bottom: 1.5%;
	}




.item5	{
  	input[type=text], select, textarea{
  	width: 100%;
  	padding: 2px;
  	border: 1px solid #333333;
  	border-radius: 4px;
  	box-sizing: border-box;
  	resize: vertical;
 	}





/* Style the label to display next to the inputs */
label {
  padding: 12px 0px 12px 20px;
  display: inline-block;
  font-size: 95%;
  }



/* Style the submit button */
input[type=submit] {
  background-color: #ff4814;
  color: white;
  text-align: center;
  padding: 1px 2px 3px 2px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 45%;
  margin-top: 1%;
  margin-bottom: 28px;
  float: right;
  width: 9%;
  font-size: 90%;
  }



/* Style the container */
.container {
  border-radius: 5px;
  background-color: #000000;
  padding: 0px;
  }



/* Floating column for labels: 25% width */
.col-25 {
  float: left;
  width: 6%;
  margin-top: 0px;
  margin-left: 40px; 
  }



/* Floating column for inputs: 75% width */
.col-75 {
  float: left;
  width: 80%;
  margin-top: 10px;
  }



/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
  }
}


/* Responsive layout - when the screen is less than 1300px and more than 1100px wide, make the two columns stack on top of each other instead of next to each other */
@media only screen and (min-width: 1100px) and (max-width: 1200px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}



@media only screen and (min-width: 1100px) and (max-width: 1200px) {
.item5 > p {
  margin-bottom: 7px;
  }





.item5 > h2 {
  font-size: 100%;
  padding-bottom: 0px;
  color: #000000;
  font-weight: bold;
  padding-left: 0px;
  background-color: #ffffff;
  margin-: 0px;
  }



.item6 {
  grid-area: footer;
  border-top: 1px solid #000000;
  background-color: white;
  color: #000000;
  margin-left: 2%;
  margin-right: 3%;
  margin-top: 0px;
  }






.item6 {
  grid-area: footer;
  text-align: center;
  padding-left: 3.5%;
  padding-right: 3.5%;
  margin-bottom: 2px;
  background-color: #ffffff;
  font-color: #black;
  font-size: 85%;
  font-weight: bold;
  text-decoration: none;
  }







.item8 {
  grid-area: canteras;
  align: right;
  text-align: right;
  text align: top;
  margin-right: 3%;
  }





p	{
	font-size: 90%;
	margin: 1px;	
	padding: 0px 1px 0px 1px;
	text-decoration: none;	
	font-weight: normal;
	}




a	{
	font-size: 90%;
	margin: 1px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;	
	color: #777777;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	}



.Palmas	{	
	color: #555555;
	line-height: 21px;
	font-style: normal;
	font-weight: bold;
	}




.knoepfe{
	font-size: 110%;
  	margin-right: 30px;
  	margin-top: 25px;
	line-height: 12px;
    	color: #777777;
	font-weight: normal;
	padding-top: 14px;
	width: 100%;
	font-weight: bold;
	padding-right: 15%;
	width: 97%;
	}



.knoepfe2{
	color: #555555;
	font-weight: normal;
	font-size: 85%;
	}







.knoepfe3{
	font-size: 103%;
	line-height: 2px;
	color: #555555;
	font-weight: bold;
	}



	


img	{	
	border-style: none;
	}






.international	{	
	width: 20px;
	height: 10px;
 	padding: 0px 3px;
	}






.hallo {
	font-size: 10px;
	color: #ff4814;
	font-size: small;
	text-decoration: none;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	}


.item7 > h5{
	display: none;
	}

}






	