


@media only screen and (max-width: 720px) {

  .item1 {grid-area: 1 / span 2;}
  .item2 {grid-area: 2 / span 2;}
  .item3 {grid-area: 3 / span 2;}
  .item4 {grid-area: 6 / span 2;}
  .item5 {grid-area: 4 / span 2;}
  .item6 {grid-area: 7 / span 2;}
  .item7 {grid-area: 5 / span 2;}




  .grid-container {
  	display: grid;
  	grid-template-areas:
	'right right'
    	'header header'
        'arquitecta arquitecta'
	'main main'
	'adress adress'
	'menu menu'
    	'footer footer';
  	gap: 0px;
 	background-color: white;
  	padding: 0px;
	}




.grid-container > div {
  	padding: 0;
  	font-size: 16px;
	margin: 0;
  	box-sizing: border-box;
	}



body 	{
  	font-family: "Block", sans-serif;
  	text-decoration: none;
  	margin-top: 8px;
	font-family: "Block", sans-serif;
	}
	


#inhalt {
	padding-top: 10px; 
	padding-bottom: 0px;
	margin-left: auto; 
	margin-right: auto;
	}


.item1 {
  	grid-area: right;
  	width: 90%
	background-color: white;
  	align: top;
  	text-align: right;
  	text align: top;
	text-decoration: none; 
	font-weight: bold; 
	padding-bottom: 3px;
	}





.item2 {
  	grid-area: header;
  	align: center;
  	background-color: #ff4814;
  	color: #ffffff;
  	font-style: Block; sans-serif;
	border-top: 10px solid #ff4814;
  	align: center;
  	text-align: center; 
  	margin:-top: 113px;
	}





.item2 > h7 {
  	text-align: center; 
  	align: bottom;
  	font-size: 195%;
  	margin-left: 0%;
	font-weight: bold;
	line-height: 40px;
	background-color: #ff4814;
	vertical-align: bottom;
	}





.item3 {
  	grid-area: arquitecta;
  	align: center;
  	text-align: center;
  	text-align: bottom;
  	width: 100%;
  	background-color: #ff4814;
  	color: #ffffff;
  	margin: 0%;
  	font-style: Block;
	padding-bottom: 20px;
	}





.item3 > h8 {
	font-style: "Block"; sans-serif;
  	align: center; 
  	align: top;
  	text-align: top;
  	text-align: center;
  	font-size: 71%;
	color: white;
  	font-weight: bold;
	background-color: #ff4814;
	vertical-align: top;
	line-height: 35px;
	}
	




.item4 	{
  	grid-area: menu;
  	margin-top: 0px;
  	text-align:center;
	font-color: white;
 	}




.item4 > ul {
  	list-style-type: none;
  	margin: 3px;
  	padding: 0;
	color: white; 
  	}




.item4 > li {
  	color: white; 
  	margin: 0;
  	padding: 0;
  	margin-bottom: 17px;
	margin-top: 7px;
  	font-size: 50%;
  	font-style: "Block", sans-serif;
  	font-weight: normal;
	text-color: #ffffff;
  	text-decoration: none;
	}




h3 	{
	display: none;
	}


a	{
	font-size: 90%;
	margin: 1px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;	
	color: #ffffff;
	font-style: "Block", sans-serif;
	}




a:link	{
	font-size: 100%;
	margin: 1px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;	
	font-style: "Block", sans-serif;
	font-color: #ffffff;
	}

a:visited	{
	font-size: 100%;
	margin: 1px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;	
	font-style: "Block", sans-serif;
	font-color: #ffffff;
	}




a:hover{
	color: #ff4814;
	font-family: "Lucida Sans", sans-serif;
	}





.item5 {
  	grid-area: main;
  	margin-left: 0;
  	margin-right: 0;
  	align: center;
	}




.arquitecta {
	margin-top:36px;
	text-align: center;
	font-weight: bold;
	color: #000000;
	font-size: 90%;
	}




.architekt {
	text-align: center;
	font-weight: bold;
	color: #ff4814;
	font-size: 90%;
 	color: #ff4814;
	padding-bottom: 12px;
	}
}







@media only screen and (max-width: 720px) {





  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 0 12px 0;
  display: inline-block;
  font-size: 86%;
  }



/* Style the submit button */
input[type=submit] {
  background-color: #ff4814;
  color: white;
  font-size: 95%;
  padding: 4px 7px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 0%;
  margin-top: 13%;
  float: right;
  }



/* Style the container */
.container {
  border-radius: 5px;
  background-color: #000000;
  padding: 0px;
  }



/* Floating column for labels: 25% width */
.col-25 {
  float: left;
  width: 100%;
  margin-top: 25px;
  }



/* Floating column for inputs: 75% width */
.col-75 {
  float: left;
  width: 100%;
  margin-top: 10px;
  }



/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
  }

}







/* Responsive layout - when the screen is less than 720px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 720px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}








@media only screen and (max-width: 720px) {

.item5 > p {
  	margin-bottom: 7px;
  	}





.item5 > h2 {
  	font-size: 10%;
  	padding-bottom: 0px;
  	color: #000000;
  	font-weight: bold;
  	padding-left: 0px;
  	background-color: #ffffff;
  	margin-: 0px;
  	font-style: "Block";Sans Serif;
	}




.item6 {
  	grid-area: footer;
  	background-color: white;
  	color: #000000;
  	margin-left: 2%;
  	margin-right: 2%;
	}




.item6 {
  	grid-area: footer;
  	text-align: center;
  	padding-left: 3.5%;
  	padding-right: 3.5%;
  	margin-bottom: 2px;
  	font-size: 75%;
  	font-family: "Lucida Sans", sans-serif;
  	font-weight: bold;
  	text-decoration: none;
	}


p	{
	font-size: 90%;
	margin: 0px;	
	padding: 0px 00px 0px 0px;
	text-decoration: none;	
	font-weight: normal;
	font-style: "Block", sans-serif;
	}






.Palmas	{	
	color: #fffffff;
	line-height: 25px;
	font-style: normal;
	font-weight: bold;
	}



.knoepfe{
	color: white;
	font-size: 98%;
	line-height: 24px;
	font-color: #ffffff;
	font-weight: normal;
	font-style: Block; sans-serif;
	text-align: center;
	background-color: #ff4814;
	margin-bottom: 16px;
	border-radius: 4px;
	text-decoration: none;
	}




.knoepfe2{
	font-family: "Lucida Sans", sans-serif;
	font-size: 95%;
	line-height: 24px;
	font-color: #ffffff;
	font-weight: normal;
	font-style: Block;
	text-align: center;
	background-color: #666666;
	border-radius: 4px;
	}





.knoepfe3{
	font-size: 98%;
	line-height: 1px;
	font-weight: bold;
	font-style: Block;
	text-align: right;
	font-family: "Lucida Sans", sans-serif;
	padding: 0px 2px;
	text-decoration: none; 
	font-weight: bold; 
	}


	


img	{	
	border-style: none;
	}






.hallo {
	font-size: 10px;
	color: #ff4814;
	font-size: small;
	text-decoration: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	}




.international {
	height: 15px;
	width: 20px;
	padding: 0px 2px;
	}




.item7 {
  	grid-area: adress;
  	}





.item7 > h5 {
	text-align: center;
 	padding-left: 0%;
  	padding-right: 0%;
	margin-top: 17px;
  	margin-bottom: 17px;
  	background-color: #ffffff;
  	font-color: #black;
  	font-size: 80%;
  	font-family: "Block", sans-serif;
  	text-decoration: none;
	font-weight: normal;
 	}



.item8 {
  display: none;
  }


}




