/*
Theme Name: Pesto-project
Author: Armin Winkler
Version: 1.0
*/

/* HTML5 elemet display
============================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }

/* Basic Reset
============================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del,
dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, 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;border:0;outline:0;font-size:100%;font-style:normal;text-decoration:none;vertical-align:baseline;background:transparent;}


/* Style Reset
============================================================== */
html { overflow-y:scroll; }
body {line-height:1.23; }
b, strong { font-weight: bold; }
i, em { font-style: italic; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
del { text-decoration: line-through; }
ins { text-decoration: underline; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
big { font-size: 115%; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 0; padding: 0; list-style-position: inside; }
nav ul, nav ol { list-style: none; }
#content ul, #content ol { list-style-position: outside; margin: 1em 0; padding: 0 0 0 25px; }
img { border: 0; -ms-interpolation-mode: bicubic; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; }
textarea { overflow: auto; vertical-align: top; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f08888; }
table { border-collapse: collapse; border-spacing: 0; }

h1, h1 a{ margin:0 0 8px 0; padding:0;}
h2, h2 a{ margin:24px 0 5px 0; padding:0;}
h3, h3 a{ margin:20px 0 5px 0; padding:0;}
h4, h4 a{ margin:10px 0 5px 0; padding:0;}
h5, h5 a{ margin:10px 0 5px 0; padding:0;}

a { text-decoration:none; font-weight: normal; font-style: normal; }
a:hover, a:active a:focus { text-decoration: none; outline: 0; }

/* Images
============================================================== */
/* Image Caption */
#content .wp-caption { margin: 0; padding: 0; background: #eee; border: 1px solid #555; border-radius: 3px; }
#content .wp-caption img { margin: 5px; border-radius: 3px; display: block;}
#content .wp-caption-text { color: #555; margin: 5px; padding: 0; font-size: 12px; line-height: 14px; text-align: center;}

/* Image size */
#content .size-thumbnail {  }
#content .size-medium {  }
#content .size-large {  }
#content .size-full {  }

/* Image alignment */
#content .alignnone { clear: both; display: block; margin: 20px 0 20px 0; }
#content .alignleft { display: inline; float: left; margin: 4px 20px 10px 0; }
#content .aligncenter { clear: both; display: block; margin: 20px auto 20px auto; }
#content .alignright { display: inline; float: right; margin: 4px 0 10px 20px; }

/* Gallery
============================================================== */
.gallery { clear: both; display: block; margin: 20px 0 20px 0; }
.gallery-item { float: left; margin: 10px 0 10px 0; overflow: hidden; }
.gallery-icon a img { display: block; }
.gallery-columns-1 .gallery-item { width: 100%; }
.gallery-columns-2 .gallery-item { width: 50%; }
.gallery-columns-3 .gallery-item { width: 33%; }
.gallery-columns-4 .gallery-item { width: 25%; }
.gallery-columns-5 .gallery-item { width: 20%; }
.gallery-columns-6 .gallery-item { width: 16%; }
.gallery-columns-7 .gallery-item { width: 14%; }
.gallery-columns-8 .gallery-item { width: 12%; }
.gallery-columns-9 .gallery-item { width: 11%; }

/* Comments
============================================================== */
#comments{float:left;width:100%;overflow:hidden;}
.comments_respond{float:left;width:100%;}
.comment_form table tbody tr td{padding:0 10px 5px 0;}
.comments_list{float:left;margin:0;padding:0;width:100%;list-style:none;}
.comment{float:left;margin:0;padding:0 0 25px 0;width:100%;}
.comment p{margin:0 0 7px 0;}
.comment_meta{float:left;padding:0 0 5px 0;width:100%;}
.comment_text{float:left;padding:0 0 0 3%;width:97%;}

/* Helper classes
============================================================== */
.zentrierer{margin:auto;text-align:left;width:900px;}
.more-link {padding: 0 0 0 20px;}

/* Design definition
============================================================== */

html,body { height: 100%; }

.header {
	float: left;
}

.logo {
	float: left;
	width: 300px;
	height: 145px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: url('images/logo.jpg') no-repeat 0 0;
	margin-left: 20px;
}

.language-switch {
	float: right;
	width: auto;
	height: 80px;
	margin-right: 67px;
	list-style: none;
}

.language-switch ul {
	list-style: none;
	float: right;
	margin-top: 33px;
}

.language-switch ul li {
	float: left;
}

.language-switch ul li a {
	float: left;
	width: 24px;
	height: 24px;
	margin-right: 3px;
}

.language-switch ul li .lan-en {
	background: url('images/en.png') no-repeat 0 0;
}

.language-switch ul li .lan-de {
	background: url('images/de.png') no-repeat 0 0;
}

.language-switch ul li .lan-tr {
	background: url('images/tr.png') no-repeat 0 0;
}

.language-switch ul li .lan-fr {
	background: url('images/fr.png') no-repeat 0 0;
}

.main-navi {
	float: right;
	width: 500px;
	margin-top: 45px;
}

.main-navi ul {
	list-style: none;
}

.main-navi ul li a {
	float: left;
	color: #000;
	border-top: 2px solid #006d31;
	padding: 5px 0px 0 10px;
	font-size: 24px;
	margin-right: 20px;
	width: 120px;
	font-weight: 200;
}

.container-full {
	width: 100%;
	float: left;
	background: url('images/bg_neu.jpg') repeat-y center 0;
	min-height: calc(100% - 165px);
	height: auto !important;
	height: 100%; 
	overflow: hidden !important; 
}

.left-sidebar {
	float: left;
	width: 243px;
}

.left-menu {
	text-align: right;
	border-right: 2px solid #fff;
	float: right;
	margin-top: 70px;
	margin-right: 35px;
	padding: 20px 15px 20px 0;
}

.left-menu ul {
	list-style: none;
}

.left-menu ul li {
}

.left-menu ul li:last-child a {
	margin: 0;
}

.left-menu ul li a {
	color: #fff;
	font-size: 22px;
	line-height: 1;
	float: right;
	margin-bottom: 20px;
}

.main-container {
	float: left;
    padding-left: 22px;
    padding-top: 40px;
    width: 635px;
}

.content-container {
	width: 570px;
}

.right-sidebar {
	float: right;
	background: url('images/right_menu.jpg') no-repeat 0 0;
	height: 219px;
	width: 235px;
	margin-bottom: 15px;
	background-size: 235px;
	margin-left: 15px;
}

.right-sidebar ul {
	list-style: none;
	float: left;
	margin-left: 9px;
    margin-top: 25px;
}

.right-sidebar ul li a {
	color: #fff;
	float: left;
    height: 42.5px;
    width: 207px;
    margin-bottom: 9.5px;
    line-height: 42.5px;
    font-size: 20px;
    text-align: center;
}

.right-sidebar ul li a:hover {
	background: rgba(0, 0, 0, 0.2);
}

.right-sidebar ul .date a {
	margin-left: 18px;
}

.right-sidebar ul .connected a {
	margin-left: 1px;
}

.footer-container {
	width: 100%;
	float: left;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-top: 20px;
	border-top: 1px solid #aaa;
}

.footer-logo {
	background: url('images/logo_eu.jpg') no-repeat 0 0;
	height: 57px;
	width: 157px;
	float: left;
}

.footer-content {
	float: left;
	width: 465px;
	margin-left: 10px;
	margin-top: 2px;
	font-size: 12px;
}

.sub-menu {
	float: left;
	width: 385px;
	font-size: 17px;
	margin-bottom: 10px;
}

.sub-menu ul {
	list-style: none;
	float: left;
}

.sub-menu ul li {
	float: left;
	margin-right: 17px;
	padding: 5px 20px 5px 10px;
	border-right: 1px solid #96A825;
	margin-bottom: 15px;
}

.sub-menu ul li:last-child {
	margin: 0;
	padding: 5px 0px 5px 5px;
	border: none;
	border: none;
}


.right-sidebar ul .date-tr a {
	font-size: 12px;
}

.right-sidebar ul .part-tr a {
	font-size: 12px;
}

.li .pam {background-color:#fff;} 

.workshop-not-valid {
	margin-left: 4px;
	color: #FF0000;
    font-size: 1em;
	display: none;
}

.wpcf7-not-valid-tip {
	margin-left: 4px;
}

.td1 {
	background-color: #98a828;
	border: 1px solid black;
	color:black;
	padding: 4px;
	vertical-align: top;
}

.td2 {
	padding: 4px;
}

#contact-details, #workshops, #agreements {
	background-color: #086838;
	text-align: center;
	color: white;
	border: 1px solid black;
}

#submit {
	background-color: #086838;
	color: white;
	border: none;
	border-radius: 0px;
	width: 10em;
	height: 2.4em;
}

label {
	display: inline-block;
}

table {
	border: 1px solid black;
}

.checkbox {
	border: 1px solid #000;
}

.form-heading-first {
    margin-top: 60px;
}



/*Font definitions
============================================================== */
body {color: #646464; font-size: 14px; font-family: 'Lato', Arial, sans-serif;}

h1, h1 a {color: #006d31; font-size: 30px; font-weight: bold;}
h2, h2 a {color: #006d31; font-size: 27px; font-weight: bold;}
h3, h3 a {color: #006d31; font-size: 24px; font-weight: bold;}
h4, h4 a {color: #006d31; font-size: 18px; font-weight: bold;}
h5, h5 a {color: #006d31; font-size: 14px; font-weight: bold;}

p {margin:0 0 10px 0;}
a {       color: #96a825; }
a:hover { color: #006d31; }
