body {
    color: #000000;
	margin: 0px;
	font-family: Helvetica, Tahoma, Verdana, sans-serif;
}


header img.logo {
	max-height:230px;
}

.headline {
	text-align: center;
}

footer {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
}

body.picture div.image img {
	width: 100%;
}

body.picture footer img.logo {
	max-height: 100px;
}

body.picture footer .second {
	font-size: 12px;
	line-height: 0.6em;
}

body.picture {
	background-color: #000000;
	color: #FFFFFF;
}

header div.second {
	line-height: 1em;
}


@media screen and (min-width: 500px) { 

header {
	display: table;
    width: 100%;
	background-color: #000000;
}

header .first { 
    width: 49%; 
    display: table-cell;
	vertical-align: top;
	background-color: #000000;
	padding: 10px;
        } 
		
header .second { 
    width: 49%; 
    display: table-cell; 
	color: #FFFFFF;
	vertical-align: top;
	text-align: right;
	background-color: #000000;
	padding: 10px;
	font-size: 20px;
        } 
		
nav {
	display: inline-block;
	width:100%
}

div#img.table {
	display: flex;
	width: 100%;
}

div#img.table img {
	width: -webkit-fill-available;
}

div.img_first {
	max-width: 32%;
	padding:0.65%;
}

div.img_second {
	max-width: 32%;
	padding:0.65%;
}

div.img_third {
	max-width: 32%;
	padding:0.65%;
}

}
  
@media screen and (max-width: 500px) { 
			
header {
	background-color: #000000;
}

header .first {
    width: 100%; 
	background-color: #000000;
	text-align: center;
        } 
		
header .second { 
    width: 100%; 
	color: #FFFFFF;
	text-align: center;
	background-color: #000000;
        } 			
		
div#img.table img {
	width: -webkit-fill-available;
}

body.picture footer img.logo {
	max-height: 100px;
}

body.picture footer .second {
	font-size: 12px;
	line-height: 1.3em;
}

}

.registration_form {
	width:100%;
	text-align: center;
	max-width:600px;
	margin-left: auto;
	margin-right:auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

.button1 {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.button1 button {
	font-size: 26px;
	padding: 15px;
	background-color: coral;
    color: white;
    font-weight: bold;
	border-radius: 10px;
	cursor: pointer;
}


