/* @override 
	http://wip.bruckmoser.de/wp-content/themes/justwrite/style-bb.css?*
	https://www.wir-in-pullach.de/wp-content/themes/justwrite/style-bb.css?*
	http://update.wir-in-pullach.de/wp-content/themes/justwrite/style-bb.css?* */

/* dotty my dear! */

.dotty
{	
	display: none;
	width: 20px;
	height: 20px;
	border-radius:50%; 
	position: fixed;
	top: 15px;
	right: 15px;
	z-index: 200000;
	background-color: #fa0000;
}

@media screen and (max-width: 1600px) {
	.dotty { background: black; }
}
@media screen and (max-width: 1366px) {
	.dotty { background: #6d014b; }
}
@media screen and (max-width: 1140px) {
	.dotty { background: #03be52; }
}
@media screen and (max-width: 768px) {
	.dotty { background: #5060fd; }
}
@media screen and (max-width: 650px) {
.dotty { background: yellow; }
}

#wpadminbar
{background:#6d014b}

/* light */
  @font-face {
    font-family: 'Source Sans Pro';
    src: url('fonts/SourceSansPro-Light.eot');
    src: local('fonts/Source Sans Pro Light'), local('fonts/SourceSansPro-Light'),
        url('fonts/SourceSansPro-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/SourceSansPro-Light.woff2') format('woff2'),
        url('fonts/SourceSansPro-Light.woff') format('woff'),
        url('fonts/SourceSansPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

/* normal */
@font-face {
    font-family: 'Source Sans Pro';
    src: url('fonts/SourceSansPro-Regular.eot');
    src: local('fonts/Source Sans Pro Regular'), local('fonts/SourceSansPro-Regular'),
        url('fonts/SourceSansPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/SourceSansPro-Regular.woff2') format('woff2'),
        url('fonts/SourceSansPro-Regular.woff') format('woff'),
        url('fonts/SourceSansPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}




/*breakpoint desktopmenu / mobile menu */
@media screen and (max-width: 1140px) {
	body {
		xbackground: #99f423 
	}
	
	.header-wrap
	{
		height: 90px;
	}
	

	
	.logo .logo-image img {
	width: 200px;
	
	}
	
	.logo .description {
	display: block;
	}
	
	h2.description
	{
		font-size: 14px !important;
		padding-top: 0px;
		margin-top: -4px;
	}
	
	.wrap .top
	{	
		position: relative;
	}
	.menu-wrap
	{
	width: 30%;
	position: absolute;
	left:auto;
	right: 0px;
	top: 18px;
	height: 50px;
	margin: 0;
	}
	
	.mobile-menu-button
	{
		position: absolute;
		right: 0px;
		top: 0px;
		margin: 0;
		padding: 0;
	}
	
	.sidebar
	{
		border-top: 1px solid #f23705 !important;

		-webkit-box-shadow: none!important;
		-moz-box-shadow: none!important;
		box-shadow: none!important;
	
		
	}
	
}


/* @end */


/* sidebar in mobile */
@media screen and (max-width: 650px) {
.sidebar
{
	margin-top: 30px!important;
	border: none!important;
	border-left: none!important;
	-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	box-shadow: none!important;
	border-top: 1px solid #f28b05!important;

	
}

.widget,
.text_widget
{
	border: none!important;
	border-left: none!important;
}
}


/* Wahlprogramm insert auf startseite (sticky post) */
.sticky
{
	position: relative;
	overflow: hidden;
}

.sticky .title-sticky,
.sticky img,
.sticky .wahl-insert-h2,
.sticky .wahl-insert-h3,
.sticky .btn-standard,
.sticky a.post-edit-link,
.sticky i.fa-edit
{
	position: absolute;
}

disable.sticky .title-sticky
{
	top:20px;
	left:20px;
	color: rgba(255,255,255,0.5);
	font-size: 1.6em;
	z-index: 10;
}

.sticky img
{
	position: relative;
	width: 100%;
	height: auto;
	object-fit: cover!important;
}

.sticky .wahl-insert-h2
{
	top:100px;
	font-size: 1.8em;
	background-color: rgba(255,255,255,0.7);
	padding: 15px;
	text-align: center;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, 0)
}

.sticky .wahl-insert-h3
{
	top:180px;
	font-size: 1.4em!important;
	background-color: rgba(204, 12, 12, 0.7);
	color: #ffffff;
	width: auto;
	padding: 15px;
	text-align: center;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, 0);
	font-weight:300
}

.sticky .wahl-insert-h3 p
{
	margin: 0;
	color: #ffffff
}

.sticky .btn-standard
{
	
	right: 20px;
	bottom: 10px;
}

@media screen and (max-width: 768px) {
	.post-thumbnail div
	{
		text-align: left!important;
	
	}
	.post-thumbnail i 
	{ margin-top: 0px!important;
	margin-bottom: 15px;

	}
}

@media screen and (max-width: 650px) {

body
{
	font-size: 16px;
}

h2.title a
{
	color: #004e9e!important;
}

.post-template-1 .details,
.single-template-1 .details
{
	height: auto;
    line-height: 20px;
}

.sticky .post-content
{
	width: 100%;
	padding: 10px;
	background: transparent;
}


.sticky
{
	position: relative;
	overflow: visible;
	min-height: auto;

}

.sticky .title-sticky,
.sticky img,
.sticky .wahl-insert-h2,
.sticky .wahl-insert-h3,
.sticky .btn-standard,
.sticky a.post-edit-link,
.sticky i.fa-edit
{
	position: relative!important;
	top:0px;
	left: 0px;
	transform: translate(0, 0);
	text-align: center;
	background-color: tranparent;
	padding: 0px;
	max-width: 100%;
}

.sticky .title-sticky
{

	font-size: 1.4em!important;
	margin-bottom: 30px;

}

.sticky img
{
	xdisplay: none;
}

.sticky .wahl-insert-h2
{
	font-size: 1.5em!important;
	padding: 0px;
	margin-bottom: 15px;

}

.sticky .wahl-insert-h3
{
	font-size: 1.2em!important;
	margin-bottom: 25px;
	padding-left: 20px;
	padding-right: 20px;;
}

.sticky .wahl-insert-h3 p
{
	
}

.sticky .btn-standard
{
	
	
}
}

.fa-4x {
    font-size: 3.5em!important;
	}


/* turnip's patches for icons */

.make-me-blue,
.make-me-grey,
.make-me-orange,
.make-a-circle
{
	border-radius: 50%;
	width: 100px;
	height: 100px;
	padding: 19px;
}

.make-me-blue
{
	color: #ffffff!important;
	background: #004e9e!important;
	padding: 19px 19px 19px 22px;
}

.make-me-grey
{
	color: #ffffff!important;
	background: #434343!important;
}

.make-me-orange
{
	color: #ffffff!important;
	background: #f28b05!important;
}


.sidebar .sidebar-heading:before {
	border-top-width: 0px!important;
}

.wp-block-quote
{
	margin-bottom: 25px;	
}

.wp-block-quote p
{
	font-size: 1.15em;
	font-weight: 300;
	width: 90%;
}

.wp-block-quote cite
{
	text-align: right;
	display: block;
	font-weight: 300;
	padding-right: 30px;
}

.wp-block-quote:before
{
	font-family: Font Awesome\ 5 Free;
	font-weight:900;
	content: "\f10d";
	float: left;
	font-size: 2em;
	margin-right: 10px;
	color: #cccccc;
}

.wp-block-quote cite:before
{
	content: '– ';

}
.format-zitat, .format-zitatbild, .format-banner
{
	padding-bottom: 30px;
}

.format-quote h2.title,
.format-quote h2.title-sticky


{
	display: none;
}


.sticky.format-banner
{
	padding: 0px!important;
	xmin-height: 304px!important;
	
}

.paged article.category-nur-sticky 
{
	display: none;
}

#cookie-notice .cn-button,
#cookie-notice .cn-button:hover
{
	background: #f5f5f5 url('../images/bg.jpg') no-repeat left top;
	border-radius: 3px;
	padding: 4px;
	color: #004e9e!important;	
}

#cookie-notice .cn-more-info.cn-button
{
	background: transparent!important;
	color: #ffffff!important;
}


/* WIP Kalender – Grundlayout */



.page-template-page-calender .post-content
{float:none;
padding-left: 0px;}



.kalender-wrapper {
    max-width: 52rem;
    margin: 3rem auto 4rem;   /* etwas mehr Abstand nach oben */
    padding-top: 0;           /* keine zusätzliche Innenabstände */
    border-top: none;         /* keine extra Linie, das Theme hat schon eine */
}
.kalender-month-heading {
    margin: 1.5rem 0 0.75rem;
    padding-bottom: 0.25rem;
    border-bottom: 1px solid #ddd;
    font-size: 1.15rem;   /* kleiner und näher an Fließtext */
    font-weight: 600;
    clear: both;
}

/* Einzelne Termine */
.kalender-item {
    padding: 1rem 0;
    border-bottom: 1px solid #eee;
}

.kalender-item:last-of-type {
    border-bottom: none;
}

.kalender-item-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    flex-wrap: wrap;
}

.kalender-item-main {
    min-width: 0;
}

.kalender-item-date {
    font-size: 1.1rem!important;
    text-transform: none;
    color: #666;
    margin-bottom: 0.15rem;
}

.kalender-item-title {
    font-size: 2rem!important;
    margin: 0!important;
	padding-top:5px!important
}

.kalender-item-title a {
    text-decoration: none;
}

.kalender-item-title a:hover,
.kalender-item-title a:focus {
    text-decoration: underline;
}

/* Ort rechts außen */
.kalender-item-location {
    margin-left: auto;
    font-size: 0.95rem;
    font-weight: 500;
    white-space: nowrap;
    color: #333;
}

/* Teasertext */
.kalender-item-teaser {
    margin: 0.5rem 0 0;
    font-size: 0.95rem;
    color: #444;
}

/* Responsive Anpassung */
@media (max-width: 640px) {
    .kalender-item-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .kalender-item-location {
        margin-left: 0;
        white-space: normal;
        margin-top: 0.25rem;
    }
}

/* Termine-Date/Time/Location block in loops */
.termin-date {
    font-size: 0.95rem;
    color: #333;
}

.termin-date .orange {
    margin-right: 0.4rem;   /* icon slightly closer to text */
    position: relative;
    top: 1px;
}

.termin-day {
    font-weight: 600;
}

.termin-time,
.termin-place {
    font-weight: 500;
    color: #444;
    white-space: nowrap;
}

/* allow wrapping on very small screens */
@media (max-width: 640px) {
    .termin-time,
    .termin-place {
        white-space: normal;
    }
}

/* WIP Login Form Styling */
.login form,
#wip-login-form,
#wip-login-form form {
    max-width: 360px;
    margin: 3rem auto;
}

#wip-login-form input[type="text"],
#wip-login-form input[type="password"] {
    width: 100%;
    padding: 12px;
    margin-top: 6px;
    font-size: 1rem;
    border: 1px solid #ccd2d9;
    border-radius: 4px;
}

#wip-login-form input[type="submit"] {
    background: #ff7a18;
    color: white;
    border: 0;
    padding: 12px 20px;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
}

#wip-login-form input[type="submit"]:hover {
    opacity: 0.9;
}

#wip-login-form label {
    font-weight: 600;
}


/* WIP: fix sticky titles on home */
h2.title-sticky {
    position: static!important;      /* or 'relative' if you need it for something else */
    padding: 0;
    margin-bottom: 0.8em!important;
}


.page .termin-date

{
	padding-left:0px
}
