/*

Theme Name: ILG
Theme URI: 
Description: Ein individuelles WordPress Theme
Version: 1.0
Author: Deeg Design & Sysmate
Author URI: 

*/

/* CORE */
body {
font-family: 'Roboto Slab';
font-weight: 300;
color: FFFFFF; 
font-size: 16px;
line-height: 160%;
letter-spacing: 1px;
/* text-shadow: 0px 0px 0.3px #666; */
}

a:link		{ color: #006727; text-decoration: none;}
a:visited	{ color: #006727; text-decoration: none;}
a:hover		{ color: #000; text-decoration: none; }
a:active	{ color: #006727; }

a.post-edit-link { font-size: 10px; color: red; font-weight: normal; }

p { margin: 10px 0 10px 0; }

img { border: 0; }

.alignleft	{ padding-right: 10px; float: left; }
.alignright { padding-left: 10px; float: right; }

.left	{ text-align: left; }
.right	{ text-align: right; }

.clear { clear: both; }

strong { font-weight: bold; letter-spacing: 1px; }

h1 { font-size: 24px; color: #f4eab1; font-weight: 300; margin-bottom: 20px }
h2 { font-size: 20px; color: #FFFFFF; font-weight: 300; margin-bottom: 5px }
h3 { font-size: 20px; color: #006727; font-weight: 300; }

.dev { background: url('img/bg_dev.png'); }

.small { font-size: 13px; }


/* LAYOUT */

.center{
	display: block;
	margin-left: calc(50% - 55px);
	width:80px !important;
}

#content{margin-top:30px;}


/* Media Queries */
/*
@media (max-width:375px){

	.center{
		display: block;
    		margin-left: 95px !important;
    		margin-right: 95px !important;
    		width: 80px !important;
	}
}

}
*/
/* Larger than mobile */
@media (min-width: 400px) {
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) { }

@media only screen and (max-width: 1000px) {
.hide-for-small-nav { display: none; }
}

@media only screen and (max-width: 719px) { }

/* Larger than desktop */
@media (min-width: 1000px) { }

/* Larger than Desktop HD */
@media (min-width: 1200px) { }


/*
* WP-Paginate - WordPress Pagination Function
* Revision: $Id: wp-paginate.css 286636 2010-09-08 00:11:23Z emartin24 $
* Copyright (c) 2010 Eric Martin http://www.ericmmartin.com/projects/wp-paginate/
*/
.pages { padding-top: 30px; margin-bottom: 50px; }
.wp-paginate {padding:0; margin:0;}
.wp-paginate li {display:inline; list-style:none; margin-left: 0 !important; }
.wp-paginate a {background:#ccc; border:0px solid #ccc; color:#fff; margin-right:4px; padding:10px 10px; text-align:center; text-decoration:none;}
.wp-paginate a:hover, .wp-paginate a:active {background:#006727; color:#fff;}
.wp-paginate .title {color:#555; margin-right:4px;}
.wp-paginate .gap {color:#999; margin-right:4px;}
.wp-paginate .current {color:#fff; background:#006727; border:0px solid #ccc; margin-right:4px; padding:10px 10px;}
.wp-paginate .page {}
.wp-paginate .prev, .wp-paginate .next {}

/* style overrides for comments pagination */
.wp-paginate-comments {}
.wp-paginate-comments li {}
.wp-paginate-comments a {}
.wp-paginate-comments a:hover, .wp-paginate-comments a:active {}
.wp-paginate-comments .title {}
.wp-paginate-comments .gap {}
.wp-paginate-comments .current {}
.wp-paginate-comments .page {}
.wp-paginate-comments .prev, .wp-paginate-comments .next {}


/* KONTAKT */
.wpcf7-text {
width: 270px;
height: 20px;
border: 1px #95C11C solid;
padding-left: 5px;
}

.input_50 {
width: 50px;
height: 20px;
border: 1px #95C11C solid;
padding-left: 5px;
}

.wpcf7-textarea {
font-family: 'Arimo';
font-size: 14px;
width: 370px;
height: 150px;
border: 1px #95C11C solid;
padding-left: 5px;

}

.wpcf7-submit {
width: 240px;
height: 25px;
border: 1px #95C11C solid;
background: #95C11C;
color: #fff;
}

.wpcf7-submit:hover {
background: #277823;
border: 1px #277823 solid;
transition: all 0.3s ease-out;
color: #fff;
}

span.wpcf7-list-item { display:block; }