h1.overskrift1
{
	grid-column: 2 / 22; 
	grid-row:  7/8;
	color:#000;
	font-size:20px;
	margin-top: 15px;
	margin-bottom: 3px;
	text-align: center;

}

.underoverskrift1
{
	grid-column: 2 / 22; 
	grid-row:  8/9;
	color:#000;
	font-size:16px;
	margin-top: 0px;
	margin-bottom: 3px;
	text-align: center;
}

.icon_left
{
grid-column: 3 / 20; 
	grid-row:  9;	
text-align: center;	
margin-bottom: 10px;
}

.icon_center
{
grid-column: 3 / 20; 
	grid-row:  12;	
text-align: center;	
margin-bottom: 10px;
}

.icon_right
{
grid-column: 3 / 20; 
	grid-row:  15;	
text-align: center;	
margin-bottom: 10px;
}

.icon_title_left
{
grid-column: 3 / 20; 
	grid-row:  10;	
text-align: center;	
font-size:16px;
margin-bottom: 10px;
}

.icon_title_center
{
grid-column: 3 / 20; 
	grid-row:  13;	
text-align: center;
font-size:216;	
}

.icon_title_right
{
grid-column: 3 / 20; 
	grid-row:  16;	
text-align: center;	
font-size:16px;
}

.tekstboks_left
{
grid-column: 3 / 20; 
	grid-row:  11;	
text-align: center;	
font-size:14px;
margin-bottom: 20px;
}

.tekstboks_center
{
grid-column: 3 / 20; 
	grid-row:  14;	
text-align: center;	
font-size:14px;
margin-bottom: 20px;
}


.tekstboks_right
{
grid-column: 3 / 20; 
	grid-row:  17;	
text-align: center;	
font-size:14px;
margin-bottom: 20px;
}

.knap_opret_intro
{
grid-column: 3 / 20; 
	grid-row:  25;	
text-align: center;	
}

input[type=button] {
    /* width: 100px; */
    background-color: #808080;
    color: white;
    padding: 10px 25px;
    /* margin: 8px 0; */
    border: none;
    border-radius: 4px;
    cursor: pointer;
	text-shadow: 1px 1px rgba(0,0,0,.1);

}

input[type=button]:hover {
    background-color: #FFA500;
}
