@charset"UTF-8";
/**
 *	name: 	style.css (page)
 *	author:	Barbara Bothe - http://barbara-bothe.de
 *	date: 	21.11.2017
 *	use: 	Slate 1.2 - Template for gpEasy 2.4+
 */

 @import url("../bootstrap.css");

/*------------------------------------*\
  RESET
\*------------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,textarea,input,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{
	margin:0;
	padding:0;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	display:block}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
address,caption,cite,dfn,th,var{font-style:normal;font-weight:normal}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
q:before,q:after{content:''}
abbr,acronym{border:0}

/*------------------------------------*\
  TYPOGRAPHY
\*------------------------------------*/

body{font-family:Lato,Futura,Verdana,Arial,sans-serif;font-size:100%;color:#4d575d;line-height:1.4em;}
h1,h2,h3,h4,h5,h6,p,dl,hr,ol,ul,pre,table,address,fieldset{margin-bottom:1.6em}
strong{font-weight:bold;color:#86C400;}
em{font-style:italic}
pre,code{font-family:"Courier New", Courier, monospace;font-size:13px;overflow-x:auto}
dl{margin-bottom:18px}
dt{font-weight:700}dd{margin-left:9px}
dt{font-weight:bold}p{font-size:1em}
p + p,p + ul{margin-top:-.8em}
h1{font-size:2em;line-height:1.2em;margin:1em 0 .5em}
p + h1{margin-top:.5em}
h1 + p,h2 + p,h3 + p,h4 + p,h5 + p,h6 + p{margin-top:0}
h2{font-family: Raleway, Futura, Verdana, Arial, sans-serif;
	font-size:1.7em;line-height:1.3em;margin:1.07em 0 .535em;border-bottom:1px solid #AEFF00;}
h2 a {color: #444;}
h3{font-family: Raleway, Futura, Verdana, Arial, sans-serif;
	font-size:1.4em;margin:1.14em 0 .57em 0;border-bottom:1px solid #ccc;padding-bottom: 3px;}
h4{font-family: Raleway, Futura, Verdana, Arial, sans-serif;font-size:1.25em;margin:1em 0 .5em}
h5,h6{font-size:1em;margin:1em 0 .25em 0;font-weight:bold;}
ol{margin-left:0;padding-left:20px;text-indent:0}
ul{list-style:disc outside}li{font-size:1em;margin:0 0 2px 20px}
blockquote{font-family:Georgia, "Times New Roman", Times, sans-serif;font-size:18px;line-height:24px;font-style:italic;padding-left:35px;color:#999;margin:.5em 0 .5em 0}
abbr{cursor:help;border-bottom:1px dashed #000}
cite:before{content:"\2014\00A0"}
mark{background:#ff9;background:rgba(255,255,155,.6);font-style:oblique}
input[type="text"],textarea{font:0.9em Arial, "Helvetica Neue", Helvetica, sans-serif}
hr{background:black;border:none;color:black;display:block;height:1px;margin-top:20px;width:100%}

/* link colors */
a { color: #86c400;}
a:hover { color:#606870; text-decoration:underline; }
a:focus { outline:1px dotted #444; }

object,embed,video,iframe{width:100%}
img{max-width:100%;height:auto!important;}
img.pic,.gp_gallery img,.gp_galleries img{-webkit-box-shadow:0 0 2px rgba(0, 0, 0, 0.6);-moz-box-shadow:0 0 2px rgba(0, 0, 0, 0.6);box-shadow:0 0 2px rgba(0, 0, 0, 0.6);}

::-moz-selection{background:#59a9ff;color:#fff;text-shadow:none}
::selection{background:#59a9ff;color:#fff;text-shadow:none}

/*------------------------------------*\
  LAYOUT
\*------------------------------------*/

html{background:#1f2225;height:100%;overflow-y:scroll;}
.wrap{width:100%}

/* --- HEADER --- */

.header{
	background:#222 url(../img/pattern.jpg) center top;
	color:#d6d6d6;
	-webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.9);
	-moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.9);
	font-family: Raleway, Futura, Verdana, Arial, sans-serif;
	font-weight:100;
	position:relative;}
header{padding:12px;border-bottom:1px solid #ccc;}
header h1{font-size:2em;line-height:1em;margin-top:0;font-weight:100;}
header h1 a{color:#eee; text-decoration:none}
header h1 a:hover{text-decoration:none;color:#ccc;}
header h4 {margin-top:0;color:#eee;font-weight:100;}

/* --- NAVIGATION --- */
nav{padding:10px;width:auto !important;display:none;}
nav ul{list-style:none;margin-bottom:0;}
nav ul li{
	border:none;
	margin:0;
	float:none;
	font-size:1em;
}
nav ul li ul {
	display:block;
	padding-left:20px;
}
nav ul li ul li {
	margin:3px 0;
	font-size:.9em;
}
nav ul li a,
nav ul li ul li a {
	display: block;
	text-decoration:none;
	padding:5px;
	color:#d6d6d6;
}
nav ul li a:hover,
nav ul li ul li a:hover,
nav ul li a.selected,
nav ul li a.childselected,
nav ul li ul li a.selected {
	color:#AEFF00;
	text-decoration: none;
}
button.nav-toggle {
	float: right;
	font-size: 1.3em;
	margin:5px;
	color:#222;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	opacity: 0.7;       /* modern browser */
    -moz-opacity: 0.7;  /* older Mozilla browser */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* IE8 in Standard Compliant Mode */
    filter:alpha(opacity=70); /* IE5.x -7.0 */
}
button.nav-toggle:hover,
button.nav-toggle:active,
button.nav-toggle:focus {
	color:#444;
	opacity: 1;       /* modern browser */
    -moz-opacity: 1;  /* older Mozilla browser */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE8 in Standard Compliant Mode */
    filter:alpha(opacity=100); /* IE5.x -7.0 */
}

/* --- PAGE CONTENT --- */

#page {background-color: #f6f6f7;
	-webkit-box-shadow: inset0 3px 6px rgba(0, 0, 0, 0.9);
	-moz-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.9);
	box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.9);
}
#content{
	float:none;
	padding:30px 10px 30px;
	text-shadow:1px 1px 1px #fff;
}

/* --- TABLES --- */

th {
	font-weight: bold;
	border-bottom: 2px solid #AEFF00;
	padding:3px 6px;
}
td {
	border-bottom: 1px solid #b4bcc2;
	padding:3px 6px;
}

/* --- FORMS + BUTTONS --- */

form div {
	overflow: hidden;
	width: 100%;
}
form label {float:left;padding: 0 5px 5px 0;}
.contactform{width:95%;}
.contactform input,.contactform textarea{float:none;width:100%;margin:0;}
.contactform input.submit{width:100%;}
.contactform label span.title {width: 100%; margin:0;padding-right: 5px;}
#content input[type="radio"] {
	float:left;
	position: relative;
	top: 6px;
	margin-right:10px;
}
#content input[type="radio"]:last-child:after {
	clear: both;
	content: "";
    display: table;
}
#content input[type="text"],
#content input[type="password"],
#content textarea,input.text {
	border: 1px solid #ccc;
	padding:10px;
}
#content input[type="text"]:focus,
#content input[type="password"]:focus,
#content textarea:focus,input.text:focus {
	border: 1px solid #aaa;
	outline:none;
}
.btn,
#content input[type="submit"],
.gpArea_Simple_Search form input.submit {
	border-radius:4px;
	color: #555;
	cursor: pointer;
	padding: 6px 12px;
}
a.btn{font-size:0.9em;padding:6px 12px}

.btn,#content input[type="submit"],
.login_submit,
.gpArea_Simple_Search form input.submit{
	background:#AEFF00;
	border: 1px solid #9fe509;
	text-decoration: none;
}
a.btn:hover,
#content input[type="submit"]:hover,
.login_submit:hover,
.gpArea_Simple_Search form input.submit:hover {
	background:#abf50c;
	text-decoration:none;
	color:#555;
}

a.btn.grey {
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #E6E6E6;
    background-image: linear-gradient(#FAFAFA, #EAEAEA);
    background-repeat: no-repeat;
    border-color: #D4D4D4 #D4D4D4 #BCBCBC;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    padding: 3px 6px;
    font-weight: bold;
    font-family: Lato,Futura,Verdana,Arial,sans-serif;
}


/* --- FOOTER --- */
.footer {
	background:#222 url(../img/pattern.jpg) center top;
	color:#e3e6e8;
	-webkit-box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0 -3px 12px rgba(0, 0, 0, 0.7);
	box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.7);}
footer {
	font-size:80%;
	line-height:1.4em;
	text-shadow:none;
	padding-top:20px;
	font-family:Raleway, Futura, Verdana, Arial, sans-serif;
}
footer a {
	color:#AEFF00;
}
footer a:hover {
	color:#f6f6f7;
}
.footerlinks{
	clear:both;
	text-align:center;
	padding-top:10px;
	border-top:1px solid #555e66;
}

/*---USEFUL CLASSES---*/
.aligncenter{margin:0 auto;}
.alignleft,.left{float:left;margin:0 10px 10px 0;}
.alignright,.right{float:right;margin:0 0 0 10px;}
.clear{clear:both;float:none;}
.text-left{text-align:left;}
.text-right{text-align:right;}
.text-center,.text-centre{text-align:center;}
.shadow {
	background-image: url(../img/shadow_top.png),url(../img/shadow_bottom.png);
	background-position: top center, bottom center;
	background-repeat: no-repeat, no-repeat;
}
.arrow {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 50px;
    display: block;
    height: 48px;
    line-height: 36px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    font-size:1.6em;
}
.arrow.grey {
	border: 2px solid #bbb;
    float:right;
    color: #bbb;
}
.arrow.grey:hover {
	text-decoration: none;
	border: 2px solid #606870;
	color:  #606870;
}
.arrow.white {
	border: 2px solid #eee;
    color: #eee;
}
.arrow.white:hover {
	text-decoration: none;
    border: 2px solid #fff;
    color: #fff;
}


/*------------------------------------*\
  GPEASY
\*------------------------------------*/
#loginform,#loginform label{background:none!important;border:none!important;color:#444!important}
.login_text,.login_submit{font-size:0.9em!important}
.loginform input[type="submit"],input.submit{padding:5px;}
.gp_gallery{clear:both;margin:15px 0 15px 15px;padding:0;}
.gp_gallery li{float:left;width:125px;height:150px;list-style:none;display:inline-block;margin:0 15px 15px 0;padding:2px;background:none;border:none;color:#d6d6d6;position:relative;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
.gp_gallery div{text-align:center;padding:0;margin:120px 0 0 0;width: auto;}
.gp_gallery img{position:static;width:100px;height:100px;}
.gp_gallery span.caption{color:#444;font-size: 14px;margin: 0;width: auto;}
.gp_galleries li{width:125px;height:195px;background:none;}
.gp_galleries img{width:100px;height:100px;}
.gp_gallery a.gallery_gallery, .gp_gallery a.gallery_gallery:link, .gp_gallery a.gallery_gallery:active, .gp_gallery a.gallery_gallery:visited, .gp_gallery a.gallery_gallery:hover, .gp_gallery a.gallery_gallery:focus {background:none;}
.gpArea_Simple_Search form input.submit{margin-left:10px;}


/*-------------------------------------*\
  MEDIA QUERIES
\*-------------------------------------*/
@media screen and (min-width:480px) {
	.wrap{width:95%}
	#content{width:100%;float:none;}
	.contactform{width:80%}
}
/* Reduce font for h1 from 769 to 1059px to avoid shifting the second menu level to white page content */
@media screen and (min-width:769px) and (max-width:1059px) {
	.wrap{width:90%;max-width:1059px;margin:0 auto;}
	.header{height:180px;}
	.contactform{width:80%}
	header h1{font-size:1.7em;line-height:2em;margin-top:0;margin-bottom:0;font-weight:100;}
	header h4 {margin-top:0;color:#eee;font-weight:100;}
	/*---TOP NAVIGATION---*/
	nav {
		display:block;
		position:relative;
		margin:0 0 50px;
		z-index:2;
		-webkit-border-radius:6px;
		-moz-border-radius:6px;
		border-radius:6px;
		padding:0;
	}
	nav a {
	}
	nav ul {
		display:block;
		float:left;
		margin:0 0 0 5px;
		position:relative;
		z-index:2;
		float:right;
	}
	nav ul li {
		display:block;
		float:left;
		margin:0 0 0 3px;
		position:relative;
	}
	nav ul li a {
		display:block;
		float:none;
		padding:12px 12px 6px;
		text-shadow:1px 1px 1px #101113;
		border-bottom:2px solid transparent;
	}
	nav ul li a:hover,
	nav ul li a.selected {
		color:#AEFF00;
		text-decoration:none;
		border-color:#AEFF00;
	}
	nav ul li a.selected {
		cursor:default;
	}
	nav ul li ul {
		background:#272b2e;
		float:left;
		display:none;
		position:absolute;
		top:45px;
		left:auto;
		right:0;
		min-width:160px;
		max-width:220px;
		_width:160px;
		margin-left:0;
		margin-right:0;
		padding:0;
		text-align:left;
		border:0;
		zoom:1;
	}
	nav ul li ul li {
		float:none;
		clear:both;
		display:block;
		background:none;
		border:none;
	}
	nav ul li ul li a {
		display:block;
		font-size:0.9em;
		line-height:19px;
		border-bottom:1px solid transparent;
	}
	nav ul li ul li a:hover,
	nav ul li ul li a.selected {
		color:#AEFF00;
		text-shadow:1px 1px 1px #000;
	}
	nav ul li:hover ul {
		display:block
	}
	button.nav-toggle {
		display:none;
}}

@media screen and (min-width:1060px) /* war orig 769 px */ {
	body{line-height:1.6em; letter-spacing:.05em;}
	.wrap{width:90%;max-width:1140px;margin:0 auto;}
	.header{height:160px;}
	header{padding:12px;border-bottom:1px solid #ccc;}
	header h1{font-size:2.5em;line-height:2em;margin-top:0;margin-bottom:0;font-weight:100;}
	header h1 a:hover{text-decoration:none;color:#ccc;}
	header h4 {margin-top:0;color:#eee;font-weight:100;}
	/*---TOP NAVIGATION---*/
	nav {
		display:block;
		position:relative;
		margin:0 0 50px;
		z-index:2;
		-webkit-border-radius:6px;
		-moz-border-radius:6px;
		border-radius:6px;
		padding:0;
	}
	nav a {
	}
	nav ul {
		display:block;
		float:left;
		margin:0 0 0 5px;
		position:relative;
		z-index:2;
		float:right;
	}
	nav ul li {
		display:block;
		float:left;
		margin:0 0 0 3px;
		position:relative;
	}
	nav ul li a {
		display:block;
		float:none;
		padding:12px 12px 6px;
		text-shadow:1px 1px 1px #101113;
		border-bottom:2px solid transparent;
	}
	nav ul li a:hover,
	nav ul li a.selected {
		color:#AEFF00;
		text-decoration:none;
		border-color:#AEFF00;
	}
	nav ul li a.selected {
		cursor:default;
	}
	nav ul li ul {
		background:#272b2e;
		float:left;
		display:none;
		position:absolute;
		top:45px;
		left:auto;
		right:0;
		min-width:160px;
		max-width:220px;
		_width:160px;
		margin-left:0;
		margin-right:0;
		padding:0;
		text-align:left;
		border:0;
		zoom:1;
	}
	nav ul li ul li {
		float:none;
		clear:both;
		display:block;
		background:none;
		border:none;
	}
	nav ul li ul li a {
		display:block;
		font-size:0.9em;
		line-height:19px;
		border-bottom:1px solid transparent;
	}
	nav ul li ul li a:hover,
	nav ul li ul li a.selected {
		color:#AEFF00;
		text-shadow:1px 1px 1px #000;
	}
	nav ul li:hover ul {
		display:block
	}
	button.nav-toggle {
		display:none;
	}

	/*---MAIN CONTENT---*/
	#content,aside{width:90%;}
	.contactform{width:60%;}
	.contactform label span.title {
		width: 30%;
	}
	.contactform input {
    	float: left;
		width: 70%;
	}
	.contactform input.submit {
   		width: auto;
	}

} /* End MediaQuery */

@media print{
body{background:#fff;}
header h1{padding:0;margin:0;}
#content{width:100%;float:none;}
nav,footer{display:none;}
}

/*-------------------------------------*\
  ACCESSIBILITY
\*-------------------------------------*/
.sr-only {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}