/*
Theme Name: Green Film Shooting
Author: Timm
Description: Green Film Shooting
Version: 1.0
*/


/* =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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
    background: #FFF url(images/bg.png);
	font-size: 62.5%; 
	overflow-y: scroll; 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%; 
}
body {
	background: #8494A3;
    font-family: 'Ubuntu', Helvetica, Arial, Sans-Serif;
    margin: 0 auto;
    max-width: 1018px;
    padding: 3px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { 
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

a:focus {
	outline: none;
}
a:hover,
a:active { 
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #000;
    font-family: 'Ubuntu', Helvetica, Arial, Sans-Serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* Links */
a {
	color: #333;
    font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #333;
}
a:hover,
a:focus,
a:active {
	outline: none;
    text-decoration: underline;
}

/* Headings */
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
    color: #4771CA; 
	clear: both;
    font-weight: normal;
}
h1 {
    font-size: 30px;
}

/* Text elements */
p {
	margin-bottom: 0.7em;
}
article ul, article ol {
	margin: 0 0 1.5em 3em;
}
article ol {
	list-style: decimal;
}
article li > ul,
article li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
    height: auto; /* Falls Dimensionsangaben im HTML vorhanden sind */
    max-width: 100%;
    width: auto;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: none; -webkit-background-clip: padding; -khtml-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; width: auto; overflow: visible; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; line-height: normal; text-align: center; text-decoration: none; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5); cursor: pointer; border: solid 1px #e1a61a; -moz-border-radius: .35714285714286em; border-radius: .35714285714286em; padding: .5em 1em; display: inline-block; *display: inline; *zoom: 1; color: #333; outline: 0; background-color: #ffda44; background-image: -khtml-gradient(linear, left top, left bottom, from(#ffda44), to(#fabc2b)); background-image: -webkit-gradient(linear, left top, left bottom, from(#ffda44), to(#fabc2b)); background-image: -webkit-linear-gradient(#ffda44, #fabc2b); background-image: -moz-linear-gradient(#ffda44, #fabc2b); background-image: -o-linear-gradient(#ffda44, #fabc2b); background-image: linear-gradient(#ffda44, #fabc2b);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: #ffe477; background-image: -khtml-gradient(linear, left top, left bottom, from(#ffe477), to(#fbcc5d)); background-image: -webkit-gradient(linear, left top, left bottom, from(#ffe477), to(#fbcc5d)); background-image: -webkit-linear-gradient(#ffe477, #fbcc5d); background-image: -moz-linear-gradient(#ffe477, #fbcc5d); background-image: -o-linear-gradient(#ffe477, #fbcc5d); background-image: linear-gradient(#ffe477, #fbcc5d); 
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}


/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: '';
	display: table;
}

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}


/* =Menu
----------------------------------------------- */

.navigation-main {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.navigation-main ul {
    background: #E5E9EA url(images/navbar.png) top left repeat-x;
	list-style: none;
	margin: 0;
    overflow: hidden;
	padding: 7px 60px 0 0;
    position: relative;
}
.navigation-main li {
	float: left;
	margin: 0 10px;
}

.lang-selector.de {
    right: 27px;
}
.lang-selector.en {
    right: 0px;
}
.lang-selector {
    background: #FFF;
    position: absolute;
        top: 5px;
    right: 0px !important;
    padding: 0 3px;
}

.navigation-main a {
	color: #333;
	display: block;
	font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}
.navigation-main a:hover {
    color: #68688A;
    text-decoration: underline;
}
.navigation-main li.current_page_item a,
.navigation-main li.current-menu-item a {
    color: #68688A; 
}



/* Small menu */
.menu-toggle {
	display: none;
	cursor: pointer;
}
.main-small-navigation ul {
	display: none;
}

/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
    border-bottom: 1px dotted #999;
	margin: 0 0 40px 0;
    padding-bottom: 30px;
}
.hentry a {
    color: #4771CA;
}
.post-date {
    color: #999;
    font-size: 22px;
}
.thumbnail {
    border: 2px solid #b4c24b;
    float: left;
    margin: 0 15px 15px 0;
    max-width: 100%;
    width: auto;
}
.thumbnail:hover {
    border: 2px solid #58bbeb;
}
    .thumbnail img {
        display: block;
    }
.attachment-post-thumbnail {
    margin-bottom: 20px;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.download {
    clear: both;
    margin-bottom: 40px;
    overflow: hidden;
}
    .download img {
        float: left;
        margin: 0 15px 15px 0;
    }

#quotes {
    clear: both;
}
.statement {
    clear: both;
    margin-top: 40px;
    overflow: hidden;
}
    .quote-author {
        float: left;
        margin: 0 15px 15px 0;
    }
    #secondary .quote-author {
        float: none;
        margin-bottom: 15px;
    }
    .quote-author span {
        display: block;
        margin: 0;
    }

/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* comments */
#comments {
    margin-top: 50px;
}
    .comment-list {
        margin: 0 0 30px 0;
    }
        .comment-list li {
            background: #EEE; 
            margin: 0 0 10px 0;
            padding: 10px;
        }
        .comment-author .avatar {
            height: 20px;
            width: 20px;
        }

    #commentform {}
        #commentform label {
            float: left;
            width: 130px;
        }
        #commentform input[type=text],
        #commentform textarea {
            background: #F6F6F8;
            border: 1px solid #91ADAA;
            border-radius: 5px;
        }


/* =Navigation
----------------------------------------------- */

.site-content [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .next {
	float: right;
	text-align: right;
	width: 50%;
}


/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
    width: 100%;
}
    .widget-title {
        font-size: 23px;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .widget a {
        color: #333;
        font-weight: normal;
    }

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .submit {
	display: none;
}

/* ads */

.banner-ads {
    margin-bottom: 60px;
    min-height: 170px;
    text-align: center;
}
    .banner-ads img {
        height: auto;
        margin: 0 auto;
        max-width: 100%;
    }

/* social icons */
.social-icons {
    background: url(images/social-icons-sprite.gif) no-repeat;
    float: left;
    height: 32px;
    margin-right: 8%;
    margin-bottom: 30px;
    overflow: hidden;
    text-indent: -5555px;
    width: 32px;
}
.social-icons.facebook {
    background-position: 0 0;
}
.social-icons.twitter {
    background-position: 0 -39px;
}
.social-icons.gplus {
    background-position: 0 -79px;
}
.social-icons.rss {
    background-position: 0 -118px;
    margin-right: 0;
}



/* =Layout, theme specific
----------------------------------------------- */
#masterhead {
	font-size: 18px;
}
	#site-navigation {
        border: 1px solid #808187;
        border-bottom: 1px solid #C7C7C7;
        border-top: none;
        overflow: hidden;
        margin-bottom: 3px;
	}
	#inner-head {
        clear: both;
        position: relative;
	}
        #company {
            background: url(images/title-background-shadow.png) top right no-repeat;
            padding: 0 0 10px 20px;
            position: absolute;
                bottom: 0;
                left: o;
            z-index: 1001;
        }
        .site-title {
            background: url(images/greenfilmshooting.png) no-repeat;
            color: #FFF !important;
            display: block;
            font-size: 36px;   
            height: 42px;
            overflow: hidden;
            position: relative;
            text-decoration: none !important;
            width: 473px;
        }
            .site-title span {
                position: absolute;
                    top: -500px;
            }
        .site-description {
            color: #FFF;
            font-size: 18px;
            line-height: 100%;
            margin: 0 0 0 2px;
        }	
        #searchform {
            margin: 20px 0 30px 0;
            width: 300px;
        }  
            #s {
                font-size: 14px;
                padding: 2px;
                width: 190px;
            }

#carousel {
    margin-top: 5px;
}

/*
    these are just the default styles used in the Cycle2 demo pages.  
    you can use these styles or any others that you wish.
*/


/* set border-box so that percents can be used for width, padding, etc (personal preference) */
.cycle-slideshow, .cycle-slideshow * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }


.cycle-slideshow { width: 100%; min-width: 200px; max-width: 1024px; margin: 0 auto; padding: 0; position: relative;
    background: url(http://malsup.github.com/images/spinner.gif) 50% 50% no-repeat;

 }

/* slideshow images (for most of the demos, these are the actual "slides") */
.cycle-slideshow img { 
    /* 
    some of these styles will be set by the plugin (by default) but setting them here
    helps avoid flash-of-unstyled-content
    */
    position: absolute; top: 0; left: 0;
    width: 100%; padding: 0; display: block;
}

/* in case script does not load */
.cycle-slideshow img:first-child {
    position: static; z-index: 100;
}

.slide-description {
    background: rgba(255,255,255,0.6);
    font-size: 14px;
    margin: 0;
    padding: 0 6px;
    position: absolute;
        right: 0;
        bottom: 0;
}

/* pager */
.cycle-pager { 
    text-align: center; width: 100%; z-index: 500; position: absolute; top: 10px; overflow: hidden;
}
.cycle-pager span { 
    font-family: arial; font-size: 50px; width: 16px; height: 16px; 
    display: inline-block; color: #ddd; cursor: pointer; 
}
.cycle-pager span.cycle-pager-active { color: #D69746;}
.cycle-pager > * { cursor: pointer;}


/* caption */
.cycle-caption { position: absolute; color: white; bottom: 15px; right: 15px; z-index: 700; }


/* overlay */
.cycle-overlay { 
    font-family: tahoma, arial;
    position: absolute; bottom: 0; width: 100%; z-index: 600;
    background: black; color: white; padding: 15px; opacity: .5;
    
    display: none;
}


/* prev / next links */
.cycle-prev, .cycle-next {  position: absolute; top: 0; width: 30%; opacity: 0.3; filter: alpha(opacity=0.3); z-index: 800; height: 100%; cursor: pointer; }
.cycle-prev { left: 0;  background: url(images/arrow-prev.png) 20% 50% no-repeat;}
.cycle-next { right: 0; background: url(images/arrow-next.png) 80% 50% no-repeat;}
.cycle-prev:hover, .cycle-next:hover { opacity: 1; filter: alpha(opacity=100); }

.disabled { opacity: .5; filter:alpha(opacity=50); }


/* display paused text on top of paused slideshow */
.cycle-paused:after {
    content: 'Paused'; color: white; background: black; padding: 10px;
    z-index: 500; position: absolute; top: 10px; right: 10px;
    border-radius: 10px;
    opacity: .5; filter: alpha(opacity=50);
    
    display: none;
}


#carousel-progress { position: absolute; top: 0; height: 3px; width: 0px; background: #EEE; z-index: 1500; }



#page {
    background: #FFF;
    color: #333;
	font-size: 16px;
	margin: 7px auto 0 auto;
	max-width: 1018px;
    padding: 60px 30px 0 30px;
}	
#primary {
	float: left;
	max-width: 630px;
	min-width: 400px;
}
#secondary {
	float: right;
    margin-top: 100px;
	width: 270px;
} 

#footer {
	border-top: 1px solid #9E9E9E;
	font-size: 12px;
	margin-top: 70px;
    overflow: hidden;
	padding: 10px;
}
    #footer .menu {
        float: left;
        overflow: hidden;
    }
    #footer .menu li,
    #footer .menu a {
		color: #666;
		float: left;
		margin-right: 15px;
	}
    #copyright {
        float: right;
    }
	

/* =Responsive styles
----------------------------------------------- */
@media screen and (max-width: 600px) {
    .slide-description {
        font-size: 11px;
    }
    #commentform input[type=text],
    #commentform textarea {
        width: 95%;
    }
}
@media screen and (max-width: 830px) {
	#primary {
		min-width: 0;
        width: 100%;
	}
        .thumbnail {
            border: none;
        }
        #company {
            background: none;
            margin: 20px 0;
            padding: 0;
            position: static;
            text-align: center;
        }
        .site-title {
            background-size: contain;
            font-size: 24px;
            margin: 0 auto;
            max-width: 473px;
            width: 100%;
        }
        .site-description {
            font-size: 14px;
        }
    #secondary {
        float: left;
    }
}
@media screen and (max-width: 1024px) {
	body { padding: 0 10px; }
	#secondary {
        width: auto;
	}
}