/*
Theme Name: OperationRestoreHope
Author: webhelps! Online Marketing GmbH
Author URI: http://www.webhelps.de
Version: 1.0
Description: OperationRestoreHope
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: orh
Tags: one-column, two-columns
Theme URI:
*/

/*************************
	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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, 
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
embed { display:none; }

strong { font-weight:bold; }
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.sticky,
.bypostauthor{
	display:block;
}

.text-big { font-size:14pt; line-height:1.5; }
.text-center { text-align:center; }
.text-right { text-align:right; }

/** SITE **/

body {
	color:#00203F;
	font-family:gothik, arial, sans-serif;
	font-size:11pt;
	line-height:1.3;
	margin:0;
	padding:0;
}

h1, h2, h3 {
	text-transform:uppercase;
	font-weight:bold;
	margin:15px 0;
}
h1 {
	font-size:16pt;
	margin:0 0 15px;
}
h2 {
	font-size:15pt;
}
h3 {
	font-size:14pt;
}

p, ul {
	margin:15px 0;
	font-size:14px;
	line-height:20px;
}

a {
	color:#25ABE2;
	text-decoration:none;
}

i, em { font-style:italic; }

.clear { clear:both; }


/** WIDGET **/

.widget h3 {
	margin-top:0;
}

.widget.video {
	display:none;
}


/** HEADER **/

#header {
	background:#fff;
	padding:40px 0 0;
}

#header .logo {
	text-align:center;
	margin:20px 0;
}


/** MAIN MENU **/
#mainmenu {
	width:100%;
	background:#25ABE2;
	position:fixed;
	top:0;
	left:0;
	z-index:1;
}
#mainmenu .menu-button {
	width:100%;
	height:42px;
	background:url(images/icon_menu.png) right 5px top 5px no-repeat;
	display:block;
}
#mainmenu ul {
	margin:0;
	padding:0;
	display:none;
}
#mainmenu ul li {
	/*height:30px;*/
	position:relative;
}
#mainmenu ul li a {
	color:#fff;
	padding:10px 0;
	border-top:1px solid #fff;
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;
	display:block;
}
#mainmenu.active ul {
	display:block;
}
#mainmenu ul li ul,
#mainmenu.active ul li ul {
	display:none;
}

/** MAIN **/

#main {
	background:#fff;
	padding:0 0 15px;
}
.home #main {
	background:#CCD2D9;
}
#main .header-image {
	position:relative;
}
#main .header-image img {
	width:100%;
	height:auto;
}
#main .content {
	margin:15px;
	position:relative;
}
#main .content img {
	max-width:100%;
	height:auto;
}


/** FOOTER IMAGE **/

.footer-image-container img {
	width:100%;
	height:auto;
}


/** FOOTER **/

#footer {

}

#footer .content {
	margin:0 15px;
}
#footer .widget {
	margin:0 0 15px;
}

#footer .footer-1 {
	position:relative;
	overflow:hidden;
}
#footer .footer-1 .footer-container {
	width:100%;
	background:url(images/white-50percent.png);
}
#footer .footer-1 .content {
}

#footer .footer-2 {
	background:#CCD2D9;
	padding:15px 0;
}
#footer .footer-2 h3 {
	text-transform:none;
}
#footer .footer-2 .widget {
	border:1px solid #fff;
	padding:10px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
    box-sizing: border-box;
}
#footer .footer-2 p {
	font-size: 12px;
	line-height: 15px;
}

#footer .footer-3 {
	background:#00203F;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	padding:1px 0;
}
#footer .footer-3 a {
	color:#fff;
}

#footer .footer-brands {
	background:#fff;
	padding:1px 0;
}
#footer .footer-brands img {
	/*width:100%;*/
	margin:0 auto;
	display:block;
	max-width:100%;
}


#footer .footer-2 .widget.smiletrain {
}
#footer .footer-2 .widget.smiletrain img {
	max-width:100%;
	height:auto;
}

/* OTHER */
.language-container {
	position:relative;
	display:none;
}
.language-container .language-select {
	position:absolute; 
	top:10px;
	right:0;
}

.breadcrumb {
	font-size:80%;
}
.breadcrumb .bc-item:last-child {
	font-style:italic;
}


/** SLIDER **/


.bx-wrapper .bx-viewport {
	background:transparent;
	border:none;
	left:0;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-next:hover {
	background-position:0 0;
}
.bx-wrapper .bx-controls-direction a {
	width:25px;
	height:37px;
}
.bx-wrapper .bx-prev {
	left:-15px;
	background:url(images/slider-arrow-left.png);
}
.bx-wrapper .bx-next {
	right:-15px;
	background:url(images/slider-arrow-right.png);
}


/** IMAGE SLIDER **/

.upw-image-slider {
	margin:0;
}
.upw-image-slider img {
	width:100%;
	display:block;
	float:none;
}
.upw-image-slider li {
	position:relative;
}
.upw-image-slider li a {
	display:block;
}
.upw-image-slider li .entry-image {
	width:100%;
	margin:0;
}
.upw-image-slider  .entry-image img {
	width:100%;
	max-width:none !important;
}
.upw-image-slider li .entry-title {
	width:100%;
	height:100%;
	background:#00203F;
	color:#fff;
	font-size:15pt;
	text-transform:uppercase;
	position:absolute;
	left:0;
	top:0;
	margin:0;
}
.upw-image-slider li:hover .entry-title {
	display:none;
}
.upw-image-slider li .entry-title a {
	color:#fff;
}


/** GALLERY **/

.gallery .gallery-item {
	width:auto !important;
	margin:10px 10px 0 0;
}
.gallery img {
	border:2px solid #25ABE2 !important;
}


/** WIDGETS **/

.widget.stories h3 a {
	color:#00203F;
}


/** FRONT PAGE **/

.home .widget {
	margin:15px 0;
}

.home .widget.help {
		
}

.home .widget.about {
	background:#00203F;
	color:#fff;
	padding:20px;
}
.home .widget.diary {
	width:80%;
	max-width:520px;
	background:url(images/kariertes-Papier_gr.png) no-repeat;
	-moz-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	transform: rotate(-5deg);
	margin:10px auto;
	padding:20px;
	box-shadow:3px 3px 1px 0 #666;
	position:relative;
}
.home .widget.diary h3 {
	margin-top:15px;
	font-family:'Shadows Into Light', cursive;
	font-size:40px;
	font-weight:normal;
	line-height:0.9;
	text-transform:none;
	text-align:center;
}
.home .widget.diary h4 {
	font-weight:bold;
	margin:0;
}
.home .widget.diary p {
	margin:0 0 15px;
}
.home .widget.diary .note {
	position:absolute;
	top:0px;
	right:0;
	-moz-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
}

.home .widget.video {
	padding:15px 0;
}

/** PAGINATION **/
.pagination {
	margin:15px 0 0;
	text-align:center;
}
.wp-paginate {padding:0; margin:0;}
.wp-paginate li {display:inline; list-style:none;}
.wp-paginate a {background:#CCD2D9; color:#666; margin-right:4px; padding:4px 8px; text-align:center; text-decoration:none;}
.wp-paginate a:hover, .wp-paginate a:active {background:#ccc; color:#888;}
.wp-paginate .title {color:#555; margin-right:4px;}
.wp-paginate .gap {color:#999; margin-right:4px;}
.wp-paginate .current {color:#fff; background:#25ABE2; margin-right:4px; padding:4px 8px;}
.wp-paginate .page {}
.wp-paginate .prev, .wp-paginate .next {}

.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 {}


/** CATEGORY **/
.content.diary h3,
.content.diary h2{
	font-family:'Shadows Into Light', cursive;
	font-size:230%;
	line-height:0.9;
	text-transform:none;
	font-weight:normal;
}

/** SIDEBAR **/

.upw-posts .entry-title {
	text-transform:uppercase;
}
@media screen and (min-width:768px) {
    
embed { display:inline; }

/** HEADER **/

#header {
	padding:1px 0 0;
}

/** MAIN MENU **/

.mainmenu-container {
	height:36px;
}
#mainmenu {
	width:auto;
	position:static;
	background:#fff;
	margin:0 auto;
	border-bottom:6px solid #25ABE2;
}
#mainmenu.fixed {
	width:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:10;
}
#mainmenu .menu-button {
	display:none;
}
#mainmenu ul {
	width:700px;
	display:block;
	margin:0 auto;
	padding:0;
	list-style-type:none;
	font-weight:bold;
}
#mainmenu ul li {
	display:inline-block;
	margin:0 0 0 50px;
}
#mainmenu ul li.menu-item-home {
	margin-left:0;
}
#mainmenu ul li a {
	color:#00203F;
	padding:5px 0;
	border:none;
	font-size:10pt;
	text-align:left;
	display:inline-block;
}
#mainmenu ul li.active a {
	color:#25ABE2;
}
#mainmenu ul li ul.sub-menu {
	width:auto;
}
#mainmenu ul li.active ul,
#mainmenu.active ul li.active ul {
	display:block;
}
#mainmenu ul li ul,
#mainmenu.active ul li ul {
	min-width:240px;
	background:#fff;
	border:2px solid #25ABE2;
	position:absolute;
	top:30px;
	left:-10px;
	z-index:200;
}
#mainmenu ul li ul li {
	height:auto;
	margin:0;
	padding:0;
	display:block;
}
#mainmenu ul li ul li a {
	padding:10px;
}
#mainmenu ul li.active ul li a {
	color:#00203F;
}
#mainmenu ul li.active ul li.active a {
	color:#25ABE2;
}


/** MAIN **/

#main .header-image {
	position:relative;
	height:220px;
	overflow:hidden;
}
#main .header-image img {
	position:absolute;
	bottom:0;
}

#main .header-sidebar {
	position:relative;
}
#main .header-sidebar .widget {
	background:url(images/white-50percent.png);
	padding:15px;
	position:absolute;
	bottom:40px;
	right:0;
}

#main .content {
	width:700px;
	margin:5px auto 15px;
}
#main .content img {
	max-width:none;
}


.content h1 {
	background:url(images/white-50percent.png);
	font-size:20pt;
	position:absolute;
	top:-100px;
	padding:10px;
}

.content .half {
	width:50%;
	float:left;
}
.content .half.sidebar {
	width:40%;
	margin-left:10%;
}


/** WIDGET **/

.widget.video {
	display:block;
}

/** FOOTER IMAGE **/

.footer-image-container {
	height:500px;
	overflow:hidden;
	position:relative;
}
.footer-image-container img {
	width:100%;
	height:auto;
	position:fixed;
	top:0;
	z-index:-1;
}


/** FOOTER **/

#footer .content {
	width:700px;
	margin:20px auto 0;
}

#footer .footer-1 .footer-container {
	width:100%;
	background:url(images/white-50percent.png);
	position:absolute;
	bottom:0;
}
#footer .footer-1 .widget.help {
	background:url(images/white-50percent.png);
	padding:15px 15px 0;
	position:absolute;
	top:-120px;	
}
#footer .footer-1 .widget.help h3 {
	font-size:22pt;
}

#footer .footer-2 .widget {
	width:30%;
	height:250px;
	padding:15px 2%;
	margin-left:5%;
	float:left;
}
#footer .footer-2 .widget.widget-first {
	margin-left:0;
}
#footer .footer-2 .widget.contact {
	font-size:10pt;
}
#footer .footer-2 .widget.newsletter p {
	margin:5px 0;
}

#footer .footer-3 .content {
	margin-top:0;
	text-align:left;
}
#footer .footer-3 p,
#footer .footer-3 ul {
	/*height:32px;
	line-height:32px;
	vertical-align:middle;*/
	vertical-align:top;
	width:32.9%;
	display:inline-block;
	font-size:9pt;
	text-align:left;
}
#footer .footer-3 p.social-icons {
	text-align:right;
}
#footer .footer-3 p.social-icons img {
	margin:0 0 0 5px;
}

/** IMAGE SLIDER **/

.upw-image-slider li .entry-title {
	width:130px;
	height:130px;
}

/** CATEGORY **/


.category .content article {
	height:380px;
	overflow:hidden;
}
.category .content article .entry-image {
	width:50%;
	height:100%;
	overflow:hidden;	
	float:left;
	position:relative;
}
.category .content article .entry-image a {
	width:100%;
	height:100%;
	display:block;
}
.category .content article.even .entry-image {
	float:right;
}
.category .content article .entry-article {
	width:50%;
	overflow:hidden;	
	float:left;
}
.category .content article .entry-article .entry-date {
	float:right;
	margin-right:15px;
}
.category .content article .entry-article .entry-header {
	padding:0 15px;
}
.category .content article .entry-article .entry-summary {
	padding:15px;
}

/* OTHER */

.language-container {
	width:700px;
	margin:0 auto;
	display:block;
}

/* SLIDER */

.bx-wrapper .bx-prev {
	left:-40px;
}
.bx-wrapper .bx-next {
	right:-40px;
}


/** FRONT PAGE **/

.home .content.home-sidebar {
	min-height:400px;
}
.home .widget.about {
	width:400px;
}
.home .widget.about h1 {
	background:transparent;
	font-size:16pt;
	margin:0 0 15px;
	padding:0;
	position:static;
}
.home .widget.diary {
	width:220px;
	position:absolute;
	top:0;
	right:0;
	z-index:1;
}

.upw-posts .entry-image {
	float:left;
	margin:0 15px 0 0;
}

}

@media screen and (min-width:992px) {
    
/** HEADER **/



/** MAIN MENU **/

#mainmenu ul {
	width:920px;
}
#mainmenu ul li {
	margin-left:85px;
}
#mainmenu ul li a {
	font-size:11pt;
}
#mainmenu ul li ul,
#mainmenu .active ul li ul {
	display:none;
}
#mainmenu ul li.active ul {
	display:none;
}
#mainmenu ul li:hover ul,
#mainmenu ul li.active:hover ul {
	display:block;
}


/* OTHER */

.language-container {
	width:920px;
}

/** MAIN **/


#main .header-image {
	height:300px;
	overflow:hidden;
}
#main .content {
	width:920px;
}

.content h1 {
	font-size:24pt;
}



/** FOOTER IMAGE **/

.footer-image-container {
	height:600px;
}


/** FOOTER **/

#footer .content {
	width:920px;
}

/** IMAGE SLIDER **/

.upw-image-slider li .entry-title {
	width:180px;
	height:180px;
}

/** CATEGORY **/

.category .content article {
	height:300px;
}


/** FRONT PAGE **/

.home .widget.about {
	width:580px;
}
.home .widget.diary {
	width:260px;
	position:absolute;
	top:0;
	right:0;
}
}
@media screen and (min-width:1382px) {
    
p, ul {
	font-size:15px;
	line-height:22px;
}

/** MAIN MENU **/

.mainmenu-container {
	height:38px;
}
#mainmenu ul {
	width:1200px;
}
#mainmenu ul li {
	margin-left:125px;
}
#mainmenu ul li a {
	font-size:13pt;
}

/* OTHER */

.language-container {
	width:1200px;
}


/** MAIN **/


#main .header-image {
	height:420px;
}
#main .content {
	width:1200px;
}

.content h1 {
	font-size:28pt;
}


/** FOOTER **/

#footer .content {
	width:1200px;
}

#footer .footer-2 p {
	font-size: 14px;
	line-height: 18px;
}

/** IMAGE SLIDER **/

.upw-image-slider li .entry-title {
	width:220px;
	height:220px;
}

/** CATEGORY **/

.category .content article {
	height:280px;
}

/** FRONT PAGE **/

.home .widget.about {
	width:750px;
}
.home .widget.diary {
	right:100px;
}
}

/** NEWSLETTER **/
.newsletter .widget_wysija_cont .wysija-submit {
	margin-top:5px;
}