/*
 Theme Name:   DevDmBootstrap3 Child
 Theme URI:    https://devdm.com/DevDmBootstrap3/
 Description:  DevDmBootstrap3 Child Theme
 Author:       Erich Schweizer-Ferrari
 Author URI:   https://www.kath.ch
 Template:     devdmbootstrap3
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  https://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  devdmbootstrap3-child
*/

/**
 * pfarrei-initiative.ch
 *
 * Copyright 2015 Katholisches Medienzentrum, Erich Schweizer-Ferrari
 */

/**
 * Farben
 * 
 * 
 */


body {
	font-size: 18px;
	height: 100%;
	line-height: 1.5;
	margin: 0%;
	width: 100%;
}

a {
	color: #009900;
}

.container-fluid {
	padding-left: 15px;
	padding-right: 15px;
}

.container {
	width: 100%;
}

.navbar {
    border-radius: 0;
}

.navbar-toggle {
	color: #999999;
	cursor: pointer;
}
#logo {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: none;
	margin-top: 19px;
}
#logo-collapse {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
}
header {
	/* background-image: url('images/head1.jpg'); */
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	height: 120px;
}

.masthead {
	font-weight: 400;
	/* text-shadow: 2px 2px 1px rgba(255, 255, 255, 1); */
}
.masthead a {
	color: #333333;
}

.dropzone {
	min-height: 590px;
}
.form-horizontal .control-group {
    margin-bottom: 11px;
}
form {
	margin: 0 0 0 0;
	padding: 0;
}
h1 {
	font-size: 28px;
	font-weight: normal;
	margin: 19px 0 13px 0;
	padding: 0;
	line-height: 1.5;
}
h2 {
	font-size: 24px;
	font-weight: normal;
	margin: 15px 0 9px 0;
	padding: 0;
	line-height: 1.5;
}
html {
	overflow-y: scroll;
}
.caption {
	font-size: 14px;
	margin-top: 3px;
}
.image-right {
	float: right;
	margin: 8px 0 29px 29px;
	min-width: 300px;
	width: 40%;
}
.esf-social-buttons {
	float: right;
}

li.inline {
	display: block;
	float: left;
	margin: 0 23px 11px 0;
	padding: 0;
}
li.inline img {
	margin: 0 7px 0 0;
}
span.help-inline {
	min-width: 40px;
}
.box-right {
	background-color: #E8E8E8;
	margin: -11px 0 0 29px;
	padding: 13px;
}
footer {
	background-color: #E8E8E8;
	bottom: 0px;
	font-size: 12px;
	height: 27px;
	position: fixed;
	text-align: right;
	width: 100%;
}
footer div {
	margin: 5px 7px 0 0;
}
.footer {
	height: 37px;
}
.strikethrough {
	text-decoration: line-through;
}
.ui-datepicker {
	font-size: 0.8em;
}

  /* ---------- */
 /* Responsive */
/* ---------- */

/* Extra small devices (phones, up to 480px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	header {
		height: 200px;
	}
	.padding {
		padding: 13px;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	header {
		height: 280px;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	header {
		height: 360px;
	}
}

/**
* contact form 7
*/
table.wpcf7-table tbody tr td {
	border: none;
}
span.wpcf7-list-item {
    margin-left: 0;
    display: block;
}
span.wpcf7-list-item input[type="radio"] {
    margin-right: 0.8em;
}
input.wpcf7-text {
	width: 100%;
}
textarea.wpcf7-textarea {
	width: 100%;
}

/**
* social media buttons
*/
.esf-social-buttons {
	float: right;
	margin: 2px 0 0 27px;
}
a.post-share {
	background: #3e599a;
	color: #ffffff;
	display: block;
	float: left;
	height: 33px;
	margin: 3px 0px 0px 0px;
	overflow: hidden;
	padding: 8px 0 0 11px;
	position: relative;
	text-decoration: none;
	text-indent: 0;
	width: 83px;
}
a.post-share:hover {
	opacity: 0.8;
	text-decoration: none;
	cursor: pointer;
}
a.post-share span {
	background-color: #4665af;
	color: #ffffff;
	display: block;
	float: right;
	font: 14px "Open Sans", Verdana, Arial, Helvetica, Geneva, sans-serif;
	height: 23px;
	padding: 5px 11px 0 0;
	position: absolute;
	right: 0;
	text-align: right;
	top: 0;
	width: 41px;
}

a.post-share.facebook {
	background: #3a5799;
	margin-right: 0px;
}
a.post-share.facebook span {
	background: #3a5799;
	/* background-color: #4665af; */
}

a.post-share.twitter {
	background: #00aaf0;
	margin-right: 0px;
}
a.post-share.twitter span {
	background: #00aaf0;
	/* background-color: #529fda; */
}

a.post-share.gplus {
	background: #b8382e;
	margin-right: 0px;
}
a.post-share.gplus span {
	background-color: #d24238;
}

a.post-share.print {
	background: #0075b8;
	margin-right: 0px;
}
a.post-share.print span {
	background: #0075b8;
	/* background-color: #4665af; */
}

/*
 * SimpleModal
 */
#simplemodal-overlay {
	background-color: #000000;
}
#simplemodal-container {
	height: 50%; max-width: 90%; min-width: 300px; width: auto; color: #333333; background-color: #F0F0F0; border: 1px solid #FFFFFF; padding: 12px; opacity: 1;
}
#simplemodal-container a.modalCloseImg {
	background: url(images/x.png) no-repeat; width: 25px; height: 29px; display: inline; z-index: 3200; position: absolute; top: -15px; right: -16px; cursor: pointer;
}
#simplemodal-container h1 {
	color:#7D6244;
	font-size: 1em;
	margin: 0;
	padding: 0;
}
#simplemodal-container table, #simplemodal-container td {
	border: none;
}
#simplemodal-container table {
	border-collapse: collapse;
}
/*
 * /SimpleModal
 */

  /* ------------------- */
 /* bootstrap 3 helpers */
/* ------------------- */

header {
	/* height: 280px; */ /* defined in responsive zone */
}

.navbar-form input, .form-inline input {
	width: auto;
}

#nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}

