/* CSS Document */

*{
	margin: 0px;
	padding: 0px;
}

body {
	width: 100%;
	height: 100%;
	font-family: 'Century Gothic', 'Avant Garde', Muli, sans-serif;
	font-size: 1em;
	text-align: center;
	z-index: 1;
	background-image: url("../images/body_bg.png");
	background-repeat: repeat-x;
}

h1 {
	font-size: 24px;
	margin-top: 20px;
}

h2 {
	font-size: 20px;
	margin-top: 20px;
}

h3 {
	font-size: 18px;
}

p {
	margin-top: 20px;
	margin-bottom: 20px;
}

iframe {
	width: 100%;
	border: 0px;
	height: 350px;
}

.news {
padding: 10px;
margin-top: 20px;
border-radius: 5px;
background: rgba(255,99,71,1.00);
color: rgba(255,255,255,1.00);
}

.news a {
color: rgba(255,255,255,1.00);
padding: 10px;
border-radius: 5px;
background: rgba(40,40,40,1.00);
text-align: center;
text-decoration: none;
}

.news a:hover {
background: rgba(100,100,100,1.00);
}

}

#cookiebutton {
padding: 5px;
border: 1px solid #000;
background: #ccc;}


header {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}

.header_top {
	text-align: right;
}

.header_top ul {
	display: flex;
	justify-content : flex-end;
	list-style: none;
}

.header_top ul li {
	list-style: none;
	color: rgba(255,255,255,1.00);
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 25px;
	margin-bottom: 5px;
}

.header_top ul li a {
	color: rgba(255,255,255,1.00);
	text-decoration: none;
}

.header_content {
	display: flex;
	align-items : center;
	justify-content : space-between;
}

.header_content div {
}

.header_content .logo {
	border: 5px solid rgba(255,255,255,1.00);
	border-radius: 5px;
}

.header_content .logo img {
	width: 250px;
	height: auto;
}

#slider {
	width: 100%;
}

#slider .banner {
	width: 100%;
	height: auto;
}

main {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

main ul {
	margin: 20px;
}

main li {
	margin-left: 20px;
}

.flexbox {
	display: flex;
	flex-direction: row;
	row-gap: 3em;
	margin-top: 20px;
}

.flexbox .box {
	flex: 1;
	background-color: rgba(255,255,255,1.00);
	color: rgba(40,40,40,1.00);
	margin: 2em;
}

.flexbox .box .box_img {
 width: 100%;
 height: auto;
 background-color: rgba(9,89,150,1.00);
}

.flexbox .box_link {
	background-color: rgba(240,240,240,1.00);
}

.flexbox .box_link a {
	color: rgba(51,51,51,1.00);
	padding: 1em;
	display: block;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
}

footer {
	width: 100%;
	background-color: rgba(51,51,51,1.00);
	text-align: left;
}

footer a {
	color: rgba(230,230,230,1.00);
	text-decoration: none;
}

#footer_content {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	display: flex; 
	flex-direction: row;
	row-gap: 3em;
	color: rgba(230,230,230,1.00)
}

#footer_content div {
	flex: 1;
	margin-left: 30px;
	margin-right: 20px;
}

.footer_navi ul {
	margin: 20px;
}

.footer_navi li {
	margin: 5px;
}

.copyright {
	color: rgba(167,167,167,1.00);
	text-align: center;
	padding: 2em;
	background-color: rgba(34,34,34,1.00);
}


/*Back to Top*/

.back-to-top {
 position: fixed;
 right: 20px;
 bottom: 20px;
 display: none;
 width: 46px;
 height: 46px;
 text-indent: -9999px;
 background: url(../images/sprite.png) no-repeat -11px -474px;
}

.back-to-top:hover {
 background: url(../images/sprite.png) no-repeat -57px -474px;
}

/*SlideTab*/
      
.slide-out-div {
 z-index: 500;
 width: 280px;
 background-color: rgba(48,48,48,1.00);
 border-bottom-left-radius: 5px;
} 

.slide-out-div p {
	color: rgba(255,255,255,1.00);
	line-height: 30px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
	text-align: left;
}

.slide-out-div p img {
 float: right;
 width: 80px;
 height: auto;
}

.slide-out-div p a {
 color: rgba(255,255,255,1.00);
 text-decoration: none;
}

/*----- PIFAFORM -----*/

div.pifa-form {
 text-align: center;
}

.pifa-form {
 max-width: 800px;
 margin-top: 2em;
 margin-left: auto;
 margin-right: auto;
}

.pifa-form label {
 float: left;
 width: 200px;
	display: block;
	height: 10px;
	padding: 10px;
 line-height: 1.4em;
}


.pifa-form div.checkbox_wrapper {
 padding: 5px;
}

.pifa-form div.checkbox-wrapper label {
 float: left;
	width: 438px;
}

.pifa-form div.privacy {
	margin-bottom: 15px;
}

.pifa-form div {
	margin: 10px;
}

.pifa-form select {
	width: 456px;
	height: 25px;
}

.pifa-form input[type="text"],
textarea {
	width: 450px;
}

.pifa-form .text_medium {
 padding-top: 3px;
 padding-right: 15px;
 padding-left: 3px;
 padding-bottom: 3px;
}

.pifa-form .pifa-error select,
.pifa-form .pifa-error input,
.pifa-form .pifa-error textarea {
	clear: both;
	border: 1px solid #C31250;
}

.pifa-form input {
	height: 25px;
	padding: 5px;
}

.pifa-form textarea {
	height: 200px;
	line-height: 1.2em;
	padding: 5px;
}

.pifa-form .pifa-error input[type="text"],
.pifa-form .pifa-error textarea {
	width: 454px;
}

.pifa-form .pifa-error label {
	color: #C31250;
}

.pifa-form p {
	display: none;
}

.pifa-form .pifa-error .pifa-error-message {
	display: block;
}

.pifa-form .pifa-error:hover p {
	display: block;

}

.button.red,
div.button_red input
{
	clear: both;
	margin: 10px;
	z-index: 2;
	display: block;
	width: 150px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background-color:rgba(66,66,66,1.00); 
	height: 30px;
	border-radius: 5px;
 border:0px;
}

div.button_red input {
	clear: both;
	position: relative;
	float: left;
	margin-right: 20px;
}

.button.grey,
div.button_grey input {
	clear: both;
	margin: 10px;
	z-index: 2;
	display: block;
	width: 150px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #ccc;
	height: 30px;
	border-radius: 5px;
 border:0px;
}

.button.red,.button.grey input[type="submit"] {
	margin-top: 40px;
	position: relative;
	clear: both;
}

#pifa-field-34 {
   position: absolute;
   left: -2999px;
}