/*  
Theme Name: Gent°
Theme URI: http://bitsicher.de
Description: WordPress Theme für Gent Network inkl. Mobile Support für eine optimale Darstellung der Webseite auf dem iPhone oder iPad -  Erstellt von a.m.SASH, Basierend auf dem BitSicher° Theme v2.1.14
Version: 1.0.5
Author: a.m.SASH
Author URI: http://bitsicher.de

	Need WordPress 3.7
	1 --- BODY
	2 --- HEAD
	3 --- CONTENT
	4 --- FOOTER
	5 --- MOBILE
	
*/


/* -- 1 --- BODY -- */

@import url(http://fonts.googleapis.com/css?family=Raleway:300);
body {
	background: RGB(224,221,212);
	cursor: default;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	margin: 0px;
}
.box {
	background: #FFF;
	margin: 0px auto;
	width: 1200px;
	box-shadow: 1px 1px 10px #555;
}
a {
	color: #369;
	text-decoration: none;
}
a:visited {
	color: #369;
	text-decoration: none;
}
a:hover {
	color: #369;
	text-decoration: underline;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
.alignleft {
	float: left;
}
img.alignleft {
	float: left;
	border: none;
	padding: 0px;
}
.alignright {
	float: right;
}
img.alignright {
	float: right;
	border: none;
	padding: 0px 0px 20px 20px;
}
.wp-caption {
    min-width: 200px;
	background: rgb(252,255,244);
	background: -moz-linear-gradient(top, rgba(252,255,244,1) 0%, rgba(233,233,206,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,255,244,1)), color-stop(100%,rgba(233,233,206,1)));
	background: -webkit-linear-gradient(top, rgba(252,255,244,1) 0%,rgba(233,233,206,1) 100%);
	background: -o-linear-gradient(top, rgba(252,255,244,1) 0%,rgba(233,233,206,1) 100%);
	background: -ms-linear-gradient(top, rgba(252,255,244,1) 0%,rgba(233,233,206,1) 100%);
	background: linear-gradient(to bottom, rgba(252,255,244,1) 0%,rgba(233,233,206,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#e9e9ce',GradientType=0 );
    border: 1px solid #f0f0f0;
    padding: 2px 5px 10px;
    text-align: left;
    overflow: auto;
    border-radius: 8px;
}
.wp-caption.alignnone {
    margin: 5px 0px 5px 0;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 11px;
    margin: -20px 0px 0px 40px;
    padding: 0 5px 0px;
}
h1 {
	margin: 8px 0px 0px;
	padding-bottom: 10px;
	font: 40px Georgia, "Lucida Sans Unicode", "Times New Roman", sans-serif;
	line-height: 40px;
	color: #333;
	border-bottom: 1px solid #7F736C;
}
h1 a, h1 a:visited {
	color: #333;
}
h2 {
	margin: 8px 0px 20px;
	font: 28px Georgia, "Lucida Sans Unicode", "Times New Roman", sans-serif;
	line-height: 28px;
	color: #333;
}
h2 a, h2 a:visited {
	color: #333;
}
h5 {
	margin: 8px 0px 20px;
	padding-bottom: 5px;
	font: 22px Georgia, "Lucida Sans Unicode", "Times New Roman", sans-serif;
	line-height: 22px;
	color: #333;
	border-bottom: 1px solid #7F736C;
}
blockquote {
	margin: 15px;
	padding: 5px 20px 5px;
	background: #FFF;
	border-radius: 0px 20px 20px 20px;
	box-shadow: 1px 1px 10px #B2A8A9;
}
.tables {
	background: #FFF;
	margin: .5em 0 1em;
	border: 7px solid #EEE;
	border-radius: 10px;
}
.tables a, .tables a:visited {
	color: #003E77;
}
.tables td,.tables th {
	text-align: left;
	border-right: 1px solid #DDD;
	padding: 10px 7px;
}
.tables th {
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
	color: #333;
	font-weight: bolder;
	font-size: 14px;
	line-height: 14px;
	border-bottom: 1px solid #DDD;
	text-shadow: 1px 1px 0px #FFF;
}
.tables td {
	background: #FFF;
}
.tables tr:hover td {
	background: #FFD;
}


/* -- 2 --- HEAD -- */


.header {
	background: url(images/bg.jpg);
	background-size: cover;
	width: 100%;
	height: 350px;
}
.header a {
	color: #333;
}
.header-content {
	margin: 0px auto;
	width: 1200px;
}
.header-text {
	float: left;
	margin-top: 140px;
	font-size: 46px;
}
.description {
	padding-top: 20px;
	font-size: 16px;
}
.header-lang {
	float: right;
	margin-top: 140px;
}
.qtranxs_language_chooser {
	list-style: none;
}
.qtranxs_image {
	padding-bottom: 7px;
}
#menu {
	margin: 0px auto;
	padding: 15px 0px 15px;
	width: 1200px;
	height: 80px;
}
#menu ul {
	list-style: none;
	margin: 32px 0px 0px;
	float: left;
}
#menu li {
	font-size: 18px;
	line-height: 18px;
	padding-right: 60px; 
	float: right;
}
#menu a {
	color: #333;
	text-shadow: 1px 1px 1px #CCC;
}


/* -- 3 --- CONTENT -- */


#content {
	background: #FFF;
	width: 100%;
}
#content-page {
	margin: 0px auto;
	width: 1200px;
	padding: 100px 0px 100px;
}
.post {
	clear: both;
}
.meta {
	background: #343746; /* Old browsers */
	padding: 7px 10px 7px;
	color: #A0ADBE;
}
.meta a {
	color: #A0ADBE;
}
.admin {
	margin-top: 5px;
	background: #FF9;
	font-size: 11px;
	line-height: 11px;
	color: #555;
	padding: 10px 15px 10px;
	border-radius: 10px 10px 10px 0px;
	box-shadow: 1px 1px 10px #B2A8A9;
}
.admin a {
	color: #555;
}
.c-text {
	font-size: 18px;
	line-height: 30px;
}
.cote, .wpcf7-text {
	margin: 0px 10px 0px 0px;
	background: #EEE;
	width: 215px;
	color: #333;
	font-size: 14px;
	padding: 7px 5px 7px;
	border: 1px solid #CCC;
	border-radius: 10px;
}
#commentform textarea, .wpcf7-textarea {
	float: left;
	background: #EEE;
	width: 100%;
	height: 120px;
	color: #333;
	font-size: 14px;
	padding: 7px 5px 7px;
	border: 1px solid #CCC;
	border-radius: 10px;
}
#commentform #submit, .wpcf7-submit {
	background: #343746;
	border: none;
	color: #A0ADBE;
	padding: 10px !important;
	margin-top: 3px;
	width: 200px;
	font-size: 14px;
	font: bold;
	border-radius: 10px;
}
#commentform #submit:hover, .wpcf7-submit:hover {
	background: #336699; /* Old browsers */
	background: -moz-linear-gradient(top,  #336699 0%, #003366 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#336699), color-stop(100%,#003366)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #336699 0%,#003366 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #336699 0%,#003366 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #336699 0%,#003366 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #336699 0%,#003366 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#336699', endColorstr='#003366',GradientType=0 ); /* IE6-9 */
	color: #FFF;
	cursor: pointer;
}


/* -- 4 --- FOOTER -- */


#maps {
	margin: 0px auto;
	width: 1200px;
	padding: 100px 0px 100px;
}
#maps-text {
	float: left;
	width: 380px;
	padding: 0px 20px 0px 0px;
}
#footer {
	line-height: normal !important;
	background: #333333; /* Old browsers */
	background: -moz-linear-gradient(top,  #333333 0%, #454545 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#454545)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #333333 0%,#454545 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #333333 0%,#454545 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #333333 0%,#454545 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #333333 0%,#454545 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#454545',GradientType=0 ); /* IE6-9 */
	width: 100%;
	padding: 14px 0px 10px;
	color: #FFF;
	font-size: 12px;
	text-shadow: 1px 1px 0px #333;
	clear: both;
}
#footer-content {
	margin: 0px auto;
	width: 1200px;
	padding: 40px 0px 40px;
	overflow: hidden;
}
#footer ul {
	list-style: none;
	margin: -18px 0px 0px;
}
#footer li {
	padding-right: 10px;
	float: right;
}
#footer a {
	color: #FFF;
}


/* -- 5 --- MOBILE -- */


@media only screen and (max-device-width : 640px) { 
.header {
	width: 768px;
}
.header-content {
	width: 728px;
	padding: 0px 20px 0px !important;
}
#menu {
	width: 768px;
}
#content-page {
	width: 728px;
	margin-left: 0px;
	padding: 100px 20px 100px !important;
}
#maps {
	width: 768px;
}
#maps-text {
	float: none !important;
	width: 728px;
	padding: 0px 20px 0px !important;
}
.mobile {
	display: none !important;
}
#footer {
	width: 768px;
	font-size: 16px !important;
}
#footer-content {
	width: 728px;
	padding: 40px 20px 40px !important;
}
}
@media only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) { 
.header {
	width: 768px;
}
.header-content {
	width: 728px;
	padding: 0px 20px 0px !important;
}
#menu {
	width: 768px;
}
#content-page {
	background: #FFF;
	width: 728px;
	margin-left: 0px;
	padding: 100px 20px 100px !important;
}
#maps {
	width: 768px;
}
#maps-text {
	float: none !important;
	width: 728px;
	padding: 0px 20px 0px !important;
}
.mobile {
	display: none !important;
}
#footer {
	width: 768px;
	font-size: 16px !important;
}
#footer-content {
	width: 728px;
	padding: 40px 20px 40px !important;
}
}
@media only screen and (min-device-width : 768px) 
and (max-device-width : 1024px) { 
.header {
	width: 768px;
}
.header-content {
	width: 728px;
	padding: 0px 20px 0px !important;
}
#menu {
	width: 768px;
}
#content-page {
	width: 728px;
	margin-left: 0px;
	padding: 100px 20px 100px !important;
}
#maps {
	width: 768px;
}
#maps-text {
	float: none !important;
	width: 728px;
	padding: 0px 20px 0px !important;
}
.mobile {
	display: none !important;
}
#footer {
	width: 768px;
	font-size: 16px !important;
}
#footer-content {
	width: 728px;
	padding: 40px 20px 40px !important;
}
}