/*  
Theme Name: Segelclub Jülich e.V.
Theme URI: http://www.sc-juelich.de
Version: 1.0
Description: Verein
Author: Moritz Poth
Author URI: http://www.moritz-poth.com
Copyright: (c) 2011 Moritz Poth
*/

@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600);
@import url(https://fonts.googleapis.com/css?family=Source+Serif+Pro);
@import url(https://fonts.googleapis.com/css?family=Sorts+Mill+Goudy:400italic);

html {
	height:100%;
}

body {
	height:100%;
	margin:0px;
	padding:0px;
	border:0px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:1em;
	font-weight:normal;
	text-decoration:none;
	text-align:center;
	background-image:url(images/bg.jpg);
	background-size: cover;
	background-attachment: fixed;
}

p {
	line-height:1.375;
}

p.wp-caption-text {
	font-size:0.875rem;
	font-style:italic;
}

h2, h3 {
	font-family: 'Sorts Mill Goudy', serif;
	font-size:1.4rem;
	font-weight:normal;
	margin-top:1.5em;
	margin-bottom:0em;
	color: #5b5b5b;
}

h3 {
	font-size:1.2rem;
	margin-top:1em;
	margin-bottom:0em;
}

@media (max-width:759px) {
	#stapel {
		display:none;
	}
}
@media (min-width:760px) {
	#stapel {
		font-family: 'Sorts Mill Goudy', serif;
		font-size:4em;
		text-align: center;
		height: 220px;
		width: 100%;
		background: navy;
		text-shadow: 3px 3px 6px #001f3f;
		background:url(images/obengross.jpg) no-repeat;
	}

	#stapel span {
		position:relative;
		top:70px;
		color: #f0f0f0;
	}
}

.main {
	max-width:960px;
	min-width:320px;
	margin:0px auto;
	background-color:rgba(245,245,245,.5);
	text-align:left;
	position:relative;
}

* html div.main {
	height:100%;
}

div.print_path {
	display:none;
}

div.content {
    border-right:1px solid #dfdfdf;
	width:calc(100% - 2px);
	float:right;
	hyphens: auto;
 }

div.content div.content_main {
	width:calc(100% - 225px);
	padding:1em;
	float:left;
	background:rgba(245,245,245,.92);
}

div.content div.content_subnavi {
	width:160px;
	padding:15px 15px 15px 15px;
	float:right;
}

div.footer {
	width:calc(100%-14px);
	margin:-14px 0px 0px 0px;
	padding:0px 14px 0px 0px;
	clear:both;
	background: rgba(224,224,224,1);
	background: linear-gradient(to bottom, rgba(224,224,224,1) 0%, rgba(201,201,201,1) 92%, rgba(150,150,150,1) 100%);
	border-top:1px solid #858585;
	color:#4c4c4c;
	font-size:.8125rem;
	font-weight:normal;
	text-decoration:none;
	text-align:center;
}

a, a:visited {
	color:#5b5b5b;
	text-decoration:underline;
}

a:hover {
	color:#000000;
	text-decoration:none;
}

.info_text {
	font-size:9pt;
}

.aligncenter {
	text-align:center;
	margin:auto;
}

/* maximale Größe: 830 - 960px */
@media (min-width:830px) {
	div.left {
		width:180px;
	}

	div.content {
		width:calc(100% - 181px);
	}
	
}

/* SUBNAVIGATION (rechte Seite) */

div.content div.content_subnavi div.subnavi_body a, div.content div.content_subnavi div.subnavi_body a:visited {
	text-decoration:underline;
	color:#5b5b5b;
}

div.content div.content_subnavi div.subnavi_body a:hover {
	text-decoration:none;
	color:#000000;
}

div.content div.content_subnavi div.subnavi_body li.current-menu-item a {
	font-weight:bold;
}

div.content div.content_subnavi div.subnavi_head {
	*border-collapse:collapse; /* IE7 and lower */
    border-spacing:0;
    width:148px;
	height:20px;
    border:1px solid #dfdfdf;
	-webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	border-top-left-radius:3px;
    border-top-right-radius:3px;
	border-left:1px solid #dfdfdf;
    border-top:1px solid #dfdfdf;
    padding:3px 0px 0px 10px;
	font-size:10pt;
	color:#5b5b5b;
	/*Gradient background*/
	background: #e9e9e9; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #e9e9e9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#e9e9e9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#e9e9e9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#e9e9e9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#e9e9e9 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#e9e9e9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=0 ); /* IE6-9 */
}

div.content div.content_subnavi div.subnavi_body {
	width:138px;
	padding:1px 10px 0px 10px;
	font-size:10pt;
	color:#5b5b5b;
	background-color:#f0f0f0;
	border-left:1px solid #dfdfdf;
	border-right:1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
}

div.content div.content_subnavi div.subnavi_body ul.sub-menu {
	list-style-image:url(images/subnavi_dot.jpg);
	width:122px;
	padding:5px 10px 9px 16px;
	margin:0px;
	font-size:10pt;
	color:#5b5b5b;
	background-color:#f0f0f0;
	border:none;
}

div.content div.content_subnavi h2 {
	*border-collapse:collapse; /* IE7 and lower */
    border-spacing:0;
    width:148px;
	height:20px;
    border:1px solid #dfdfdf;
	-webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	border-top-left-radius:3px;
    border-top-right-radius:3px;
	border-left:1px solid #dfdfdf;
    border-top:1px solid #dfdfdf;
    padding:3px 0px 0px 10px;
	margin:0px;
	font-size:10pt;
	font-family: 'Source Sans Pro', sans-serif;
	color:#5b5b5b;
	/*Gradient background*/
	background: #e9e9e9; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #e9e9e9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#e9e9e9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#e9e9e9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#e9e9e9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#e9e9e9 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#e9e9e9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=0 ); /* IE6-9 */
}

div.content div.content_subnavi ul {
	list-style-image:url(images/subnavi_dot.jpg);
	width:122px;
	padding:7px 10px 9px 26px;
	margin:0px 0px 15px 0px;
	font-size:10pt;
	color:#5b5b5b;
	background-color:#f0f0f0;
	border-left:1px solid #dfdfdf;
	border-right:1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
}

div.content div.content_subnavi li {
	margin:0px;
	padding:0px;
}

div.content div.content_subnavi li.widget {
	list-style:none;
}

div.content div.content_subnavi div.subnavi_body_wetter {
	width:138px;
	padding:10px 10px 11px 10px;
	font-size:10pt;
	color:#5b5b5b;
	background-color:#f0f0f0;
	border-left:1px solid #dfdfdf;
	border-right:1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
}

/* SUBNAVIGATION ENDE */

/* Sidebar ab 600px */
@media (max-width:599px) {
	div.content div.content_main {
		width: calc(100% - 1.9em);
	}
	div.content div.content_subnavi {
		float: none;
		clear:both;
		margin:0 auto;
	}
}

/* Toggle-Menüs */

#menu ul {
  margin: 0;
  padding: 0;
}

#menu .main-menu {
  display: none;
	background: rgba(224,224,224,1);
	font-size:.9375rem;
}

#tm:checked + .main-menu {
  display: block;
}

#menu input[type="checkbox"], 
#menu ul span.drop-icon {
  display: none;
}

#menu li, 
#toggle-menu, 
#menu .sub-menu {
  border-style: solid;
  border-color: rgba(0, 0, 0, .05);
}

#menu li, 
#toggle-menu {
  border-width: 0 0 1px;
}

#menu .sub-menu {
  background: rgba(240,240,240,.7);
  border-width: 1px 1px 0;
  margin: 0 1em;
}

#menu .sub-menu li:last-child {
  border-width: 0;
}

#menu li, 
#toggle-menu, 
#menu a {
  position: relative;
  display: block;
  color:#5b5b5b;
}

#toggle-menu, 
#menu a {
  padding: 1em 1.5em;
  text-decoration:none;
}

#toggle-menu {
	font-family: 'Sorts Mill Goudy', serif;
	font-size:1.5em;
	line-height:.5;
	text-shadow: 3px 3px 6px #001f3f;
	background: rgba(201,201,201,1);
	color: rgba(255, 255, 255, .7);
}

#menu a {
  transition: all .125s ease-in-out;
  -webkit-transition: all .125s ease-in-out;
}

#menu .sub-menu {
  display: none;
}

#menu input[type="checkbox"]:checked + .sub-menu {
  display: block;
}

#menu .sub-menu a:hover {
  color: black;
}

#toggle-menu .drop-icon, 
#menu li label.drop-icon {
  position: absolute;
  right: 0;
  top: 0;
}

#menu label.drop-icon, #toggle-menu span.drop-icon {
  padding: 1em;
  font-size: 1.01em;
  text-align: center;
  background-color: rgba(0, 0, 0, .125);
  text-shadow: 0 0 0 transparent;
  color: rgba(255, 255, 255, .75);
}

#toggle-menu span.drop-icon {
  font-family: 'Source Sans Pro', sans-serif;
  background-color: rgba(107, 107, 127, .85);
}

#menu li.current-menu-item > a, #menu li.current-menu-parent > a {
//  font-family: 'Source Serif Pro', serif;
  font-style:italic;
}

@media only screen and (max-width: 479px) {
  #menu .main-menu {
	position:absolute;
	margin-left: 5%;
	width:90%;
	z-index:4;
	}
}

@media only screen and (min-width: 480px) and (max-width:749px) {
  #menu .main-menu {
		position:absolute;
		margin-left: 45%;
		width:50%;
		z-index:4;
	}
	#toggle-menu {
		text-align: center;
	}
}
@media only screen and (min-width: 750px) {
  #menu .main-menu {
    display: block;
	min-height: 2.5em;
	padding-left: calc((100% - 848px)/2);
	background: rgba(224,224,224,1);
	background: linear-gradient(to bottom, rgba(224,224,224,1) 0%, rgba(201,201,201,1) 92%, rgba(150,150,150,1) 100%);
	clear:both;
  }

	#toggle-menu {
		text-align: center;
	}

	#menu a:hover {
	  color:#f7f7f7;
	}

	#toggle-menu, 
	#menu label.drop-icon {
		display: none;
	}

  #menu ul span.drop-icon {
    display: inline-block;
	font-size: .7em;
	line-height: 0.7;
  }

  #menu li {
	float:left;
	line-height:2.5em;
	background: rgba(224,224,224,1);
	background: linear-gradient(to bottom, rgba(224,224,224,1) 0%, rgba(201,201,201,1) 92%, rgba(150,150,150,1) 100%);
	list-style-type:none;
	border: 0px;
	border-right:1px solid #d0cfcf;
  }
  
  #menu li:first-of-type {
	border-left:1px solid #d0cfcf;
  }
  
  #menu a {
	padding:0em .9em;
	float:left;
	text-decoration:none;
	color:#5b5b5b;
  }
  
  #menu .sub-menu li {
    height: 2.5em;
    float: none;
  }
  #menu .sub-menu li a{
    line-height: 2.5em;
  }

  #menu .sub-menu {
    border-width: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 13em;
    z-index: 3000;
  }

  #menu .sub-menu, 
  #menu input[type="checkbox"]:checked + .sub-menu {
    display: none;
  }

  #menu .sub-menu li {
    border-width: 0 0 1px;
	background: rgba(224,224,224,1);
  }

  #menu .sub-menu li a:hover {
		background: rgba(204,204,204,.8);
		width: calc(100% - 2em);
	}

  #menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
  }

 #menu .sub-menu .drop-icon {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1em;
  }

  #menu li:hover > input[type="checkbox"] + .sub-menu {
    display: block;
  }
  
}
@media only screen and (min-width: 750px) {
  #menu .main-menu {
	min-height: 2.5em;
	padding-left: calc((100% - 750px)/2);	
  }
}

/* Toggle-Menüs Ende*/

/* TABLE */

.content_main table {
    *border-collapse:collapse; /* IE7 and lower */
    border-spacing:0;
    width:100%;
	margin:15px 0px;
    border:1px solid #dfdfdf;
	-webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	border-top-left-radius:3px;
    border-top-right-radius:3px;
}

.content_main td, .content_main th {
    border-left:1px solid #dfdfdf;
    border-top:1px solid #dfdfdf;
    padding:5px;
    text-align:left;
}

.content_main th {
	background: #e9e9e9; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #e9e9e9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#e9e9e9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#e9e9e9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#e9e9e9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#e9e9e9 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#e9e9e9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=0 ); /* IE6-9 */
	border-top:none;
	color:#5b5b5b;
}

.content_main td:first-child, .content_main th:first-child {
    border-left:none;
}

.content_main th:first-child {
    -moz-border-radius:3px 0 0 0;
    -webkit-border-radius:3px 0 0 0;
    border-radius:3px 0 0 0;
}

.content_main th:last-child {
    -moz-border-radius:0 3px 0 0;
    -webkit-border-radius:0 3px 0 0;
    border-radius:0 3px 0 0;
}

.content_main th:only-child {
    -moz-border-radius:3px 3px 0 0;
    -webkit-border-radius:3px 3px 0 0;
    border-radius:3px 3px 0 0;
}

.content_main td {
	vertical-align:top;
}

.wp-table-reloaded th {
	background-color:#f0f0f0;
	border:none;
	border-left:1px solid #dfdfdf;
}

.wp-table-reloaded .odd td {
	background-color:#f5f5f5 !important;
}

.wp-table-reloaded .even td {
	background-color:#ffffff !important;
}

/* TABLE ENDE */
/* NEWS */

div.content div.content_main div#head {
	*border-collapse:collapse; /* IE7 and lower */
    border-spacing:0;
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 1.2em;
    border:1px solid #dfdfdf;
	-webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	border-top-left-radius:3px;
    border-top-right-radius:3px;
	border-left:1px solid #dfdfdf;
    border-top:1px solid #dfdfdf;
    padding:5px;
	color:#5b5b5b;
	background: #e9e9e9; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #e9e9e9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#e9e9e9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#e9e9e9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#e9e9e9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#e9e9e9 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#e9e9e9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=0 ); /* IE6-9 */
}

div.content div.content_main div#meta {
	*border-collapse:collapse; /* IE7 and lower */
    border-spacing:0;
//    width:493px;
    border-left:1px solid #dfdfdf;
    border-right:1px solid #dfdfdf;
    padding:5px;
	background-color:#f0f0f0;
	font-size:10pt;
	color:#c6c6c6;
}

div.content div.content_main div#meta p {
	padding:0px;
	margin:0px;
}

div.content div.content_main div#entry {
	*border-collapse:collapse; /* IE7 and lower */
    border-spacing:0;
//    width:493px;
    border-left:1px solid #dfdfdf;
	border-right:1px solid #dfdfdf;
    border-bottom:1px solid #dfdfdf;
    padding:5px;
	background-color:#f0f0f0;
	margin-bottom:15px;
}

div.content div.content_main div#entry p:first-child {
	padding-top:0px;
	margin-top:0px;
}

div.content div.content_main div#entry p:last-child {
	padding-bottom:0px;
	margin-bottom:0px;
}

/* NEWS ENDE */
/* GOOGLE MAPS */

img {
	color:#000000;
}

p a img{
	width:100%;
	height:auto;
}

.hideByPrint {
	display:inline;
}

.hideByScreen {
	display:none;
}

div.content div.content_main div#path table {
	border:none !important;
	border-collapse:inherit !important;
}

div.content div.content_main div#path table tr {
	border-top:1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
	border-left:none !important;
	border-right:none !important;
}

div.content div.content_main div#path table td {
	border:none;
}

div.content div.content_main form table th {
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 1.2em;
}

/* GOOGLE MAPS ENDE */
/* VORSTAND */

div.content div.content_main table.vorstand td.column-1 {
	width:90px;
}

div.content div.content_main table.vorstand td.column-2 {
	width:90px;
	border-right:none;
}

div.content div.content_main table.vorstand td.column-3 {
	border-left:none;
}

/* VORSTAND ENDE */
/* DER START */

div.content div.content_main table.der_start th.column-4 {
	white-space:nowrap;
}

div.content div.content_main table.der_start th.column-5 {
	white-space:nowrap;
}

div.content div.content_main table.der_start td.column-4 {
	white-space:nowrap;
}

div.content div.content_main table.der_start td.column-5 {
	white-space:nowrap;
}

/* DER START ENDE */
/* STARTSEITENNEWS */

.startseitennews .attachment-thumbnail {
	width:85px;
	height:85px;
	float:left;
	border:1px solid #cdcdcd;
	padding:2px;
	background-color:#ffffff;
	margin:3px 5px 5px 0px;
}

/* STARTSEITENNEWS ENDE */
/* KONTAKTFORMULAR */

div.wpcf7 input.wpcf7-text, div.wpcf7 textarea {
	background-color:#f8f8f8;
    border:1px solid #dfdfdf;
    color:#656666;
    font-size:11pt;
	margin-top:5px;
    margin-bottom:1px;
    padding:5px;
//    width:493px;
	-moz-border-radius:3px 3px 3px 3px;
    -webkit-border-radius:3px 3px 3px 3px;
    border-radius:3px 3px 3px 3px;
}

div.wpcf7 input.wpcf7-submit {
	background-color:#f8f8f8;
    border:1px solid #dfdfdf;
    color:#656666;
    font-size:11pt;
    margin-bottom:1px;
    padding:5px;
	-moz-border-radius:3px 3px 3px 3px;
    -webkit-border-radius:3px 3px 3px 3px;
    border-radius:3px 3px 3px 3px;
    background:#e9e9e9; /* Old browsers */
	background:-moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #e9e9e9 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#e9e9e9)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#e9e9e9 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#e9e9e9 100%); /* Opera 11.10+ */
	background:-ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#e9e9e9 100%); /* IE10+ */
	background:linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#e9e9e9 100%); /* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=0 ); /* IE6-9 */
}

div.wpcf7 input.wpcf7-submit:active {
	background:none;
}

div.wpcf7 input.wpcf7-submit:hover {
	border-color:#5b5b5b;
}

textarea {
    overflow:auto;
    resize:vertical;
    vertical-align:top;
}

div.wpcf7 {
	margin:0px;
	padding:0px;
}

div.wpcf7 p.pflicht {
	float:left;
}

div.wpcf7 p.submit {
	float:right;
}

div.wpcf7-response-output {
	margin:1px 0px 0px 0px;
	padding:8px 4px;
//	width:493px;
	color:#000000;
	clear:both;
}

div.wpcf7-mail-sent-ok {
	border:1px solid #63c233;
	background-color:#98d778;
}

div.wpcf7-mail-sent-ng {
	border:1px solid #ead024;
	background-color:#ecee5d;
}

div.wpcf7-spam-blocked {
	border:1px solid #ead024;
	background-color:#ecee5d;
}

div.wpcf7-validation-errors {
	border:1px solid #ead024;
	background-color:#ecee5d;
}

span.wpcf7-form-control-wrap {
	position:relative;
}

span.wpcf7-not-valid-tip {
	display:none;
}

span.wpcf7-not-valid-tip-no-ajax {
	color:#f00;
	font-size:10pt;
	display:block;
}

span.wpcf7-list-item {
	margin-left:0.5em;
}

.wpcf7-display-none {
	display:none;
}

div.wpcf7 img.ajax-loader {
	display:none;
}

div.wpcf7 .watermark {
	color:#656666;
}

/* KONTAKTFORMULAR ENDE */
/* LIGHTBOX */

.ngg-gallery-thumbnail img, .ngg-thumbnail img {
	background-color: #f0f0f0;
	border: 1px solid #dfdfdf
}

.ngg-gallery-thumbnail img:hover, .ngg-thumbnail img:hover {
	background-color: #f0f0f0;
	border: 1px solid #5b5b5b;
}

/* LIGHTBOX ENDE */
/* NextGEN GALLERY SCJ ALBUM */

.album {
	width: 150px;
	position:relative;
	float:left;
	display:block;
	border: 1px solid #dfdfdf;
	padding: 4px;
	margin-right: 5px;
	margin-bottom: 5px;
	
	*border-collapse:collapse; /* IE7 and lower */
    border-spacing:0;
    border:1px solid #dfdfdf;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
    font-size:9pt;
	font-weight:normal;
	color:#5b5b5b;
	/*Gradient background*/
	background: #e9e9e9; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #e9e9e9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#e9e9e9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#e9e9e9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#e9e9e9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#e9e9e9 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#e9e9e9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=0 ); /* IE6-9 */
}

.album:hover {
	border:1px solid #5b5b5b;
	color:#000000;
	cursor:pointer;
}

.album p.text {
	margin: 0px;
	padding-left: 41px;
}

.album a, .album a:visited {
	text-decoration:none;
	width: 150px;
	height: 45px;
	display: block;
}

.album a:hover {
	text-decoration:none;
}

.photo {
	position:relative;
	width:38px;
	height:48px;
	float:left;
	margin:0px;
	padding:0px;
	overflow:hidden;
}

.photo img {
	padding-top:5px;
	border:none;
	height:28px;
}

.photo a {
	text-decoration:none;
}

.photo span {
	width:38px;
	height:45px;
	display:block;
	position:absolute;
	background:url(images/fotoalbum.gif) no-repeat;
}

.album:hover .photo span {
	background:url(images/fotoalbum_hover.gif) no-repeat;
}

.ngg-clear {
	clear:both;
}

/* NextGEN GALLERY SCJ ALBUM ENDE */
/* CUSTOM WP_LINK_PAGES */

.custom_wp_link_pages a,.custom_wp_link_pages a:visited {
/*Gradient background*/
	background: #e9e9e9; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #e9e9e9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#e9e9e9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#e9e9e9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#e9e9e9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#e9e9e9 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#e9e9e9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=0 ); /* IE6-9 */
	
	/*Drop shadow*/
	/*-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);*/
	/*-moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);*/
	/*box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);*/
	
	/*Rounded corners*/
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; 

	/*Text shadow*/
	/*text-shadow: 0px 2px 0px #fff;*/
	
	border:1px solid #dfdfdf;	
	color:#5b5b5b;
	cursor:pointer;
	display:block;	
	font-size:11pt;
	/*line-height:1.2em;*/
	margin:10px 0;
	padding:5px 5px 5px 30px;
	*padding:5px;/*ie6/7 don't support pseudo elements so no need to make space for the icon*/
	position:relative;
	text-decoration:none;
	zoom:1;
}

.custom_wp_link_pages a:hover {
	background-color:#e9e9e9;
	border-color:#5b5b5b;
	color:#000000;
}

.custom_wp_link_pages a:active {
	/*Inset drop-shadow*/
	/*-webkit-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.2);*/
	/*-moz-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.2);*/
	/*box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.2);*/

	background-color:#ededed;	
	background-position:0 -10px;
	background-repeat:repeat-x;
	border-color:#5b5b5b;
}

.custom_wp_link_pages {
	border-top:1px dashed #e9e9e9;
	height:32px;
    margin-bottom:10px;
	padding-top:0px;
	text-align:center;
}
.custom_wp_link_pages .pagingInfo {display:inline-block;*display:inline;margin-top:10px;padding-top:3px;zoom:1;}

.custom_wp_link_pages a {
	display:inline-block;
	padding:2px 5px;
	*display:inline;
	zoom:1;
}

.custom_wp_link_pages a.next {float:right;}
.custom_wp_link_pages a.prev {float:left;}
.custom_wp_link_pages a.disabled {opacity:0.4;}

/* CUSTOM WP_LINK_PAGES ENDE */
/* PRETTYFILELIST TITLE */

.prettyFileListTitle {
	/*Gradient background*/
    background: rgb(233,233,233); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(233,233,233,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(233,233,233,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(233,233,233,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(233,233,233,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(233,233,233,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(233,233,233,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=0 ); /* IE6-9 */

	/*Rounded corners*/
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	/*Other styles*/
	border: 1px solid #dfdfdf;
	color: #5b5b5b;
	
	display: block;	
	font-size: 12px;
	line-height: 1.2em;
	margin: 10px 0px 5px 0px;
	padding: 5px;
	*padding: 5px;/*ie6/7 don't support pseudo elements so no need to make space for the icon*/
	position: relative;
	text-decoration: none;
	zoom: 1;
}

/* PRETTYFILELIST TITLE ENDE */