/*
Füge deinen eigenen CSS-Code nach diesem Kommentar hinter dem abschließenden Schrägstrich ein. 

Klicke auf das Hilfe-Symbol oben, um mehr zu erfahren.
*/

/*Schriftart importieren und definieren*/
@font-face {
    font-family: 'sfr-bold';
		    src: url("https://www.saechsischer-fluechtlingsrat.de/wp-content/themes/tortuga-child_SFR2021/fonts/Spartan-ExtraBold.ttf");
}
@font-face {
    font-family: 'sfr';
		src: 	url("https://www.saechsischer-fluechtlingsrat.de/wp-content/themes/tortuga-child_SFR2021/fonts/Spartan-SemiBold.ttf");
}
@font-face {
	font-family: 'lora';
	src: url("https://www.saechsischer-fluechtlingsrat.de/wp-content/themes/tortuga-child_SFR2021/fonts/Lora-VariableFont_wght.ttf")
}
@font-face {
	font-family: 'lora-italic';
	src: url("https://www.saechsischer-fluechtlingsrat.de/wp-content/themes/tortuga-child_SFR2021/fonts/Lora-Italic-VariableFont_wght.ttf")
}

/*Textformat allgemein*/
body, button, input, select, textarea {
  color: #2e2d30;
  line-height: 1.75rem;
	font-family: lora, serif;
	font-weight: 500;
}
/*lokale italic-Variante von Lora einbinden (nötig wegen mob. Browser-Kompatibilität*/
dfn, cite, em, i {
	font-family: lora-italic;
	font-style: normal;
}

/*Hintergrundfarbe Seite höchste Ebene*/
.site {
	background-color: #FEFBF4;
}

/*Hintergrundfarbe/breite Header & Menüfarben + Menüpadding verringern*/
.site-header {
background-color: #FEFBF4;
	max-width:1320px;
	margin: auto;
}

/*Hauptmenü mit Seitenbreite bündig*/
#main-navigation {
	margin-left: -2em;
}

/*-----Hauptmenü------*/
/*Navigationsleiste*/
.primary-navigation-wrap {
	margin: 0 .9em;
	box-shadow: 0 5px 0px 0px #2e2d30 !important;
	border-style: none !important;
	background: none;
}

/*Titel-Image und Titel*/
.site-branding {
	margin: -3px 0 -5px 0;
}

.main-navigation-menu .menu-item a{
	color: #2e2d30;
	text-transform: none;
	font-family: 'sfr-bold', open-sans, arial;
}

	/*Hauptmenüpunkt hover*/
.main-navigation-menu a:hover, 
.main-navigation-menu a:active {
  background: none;
	color: #369933;
	}

	/*Hauptmenüpunkt hervorgehoben, wenn Unterseite ausgewählt*/
.main-navigation-menu .current-menu-ancestor > a {
  color: #369933;
}

	/*Linkfarbe dropdown-menue bei hover*/
.main-navigation-menu ul a:hover, 
.main-navigation-menu ul a:active {
	color: #FFFCF6;
}

.main-navigation-menu li.current-menu-item > a {
	background: none;
	color: #369933;
}
/*hauptmenü dropdown*/
.main-navigation-menu ul {
  border-bottom-color: #2e2d30;
  border-top-color: #2e2d30;
	border-style: solid;
	border-width: 0px 0px 5px 0px;
	background-color: #E5F7E1;
	box-shadow: 0px 10px 20px -10px #2e2d30;
}
/*aktives menü-item in dropdown bei hover anders behandeln als top-level*/
.main-navigation-menu li.menu-item-has-children li.current-menu-item a:hover {
	color: #FFFCF6;
}
.main-navigation-menu ul a:hover {
	background-color: #369933;
	transition: 0.1s ease;
}


/*
.site-title a:link{
    display: inline-block;
		margin: 1.2em 0 0 0;
		text-transform: none;
		font-family: 'sfr-bold';
		color: #fffcf6;
	font-size: 1rem;
}
*/
/*Bilder hell bei hover (nur Bild-Links)*/
a img {
	transition: 0.2s ease;
}
a img:hover {
	opacity: 0.80;
}

/*header-slider nur auf Startseite*/
.su_image_carousel-sfr-header {
  display: none;
} 
.home .su_image_carousel-sfr-header {
  display: block;
}

/*Breite header u. schwarze linie unter navigation verdecken -> su_slider*/
.su_image_carousel-sfr-header {
	margin-top: 0px !important;
	margin-bottom: 0 !important;
	max-width: 1320px;
}

/*Seitentitel*/
.page-title {
	background-color:#fffcf6;
	color: #2e2d30 !important;
	padding: 0 0 0.5em 0;
	border-radius: 0 0 0 0;
	border-width: 0 0 4px 0;
	border-style: solid;
}

/*header-widgets margin*/
.header-widget {
		margin: 60px 0 0 0.8em;
}

/*Contentbreite, Farbe, abstand zum menü*/
.site-content .type-page {
	background-color: #FEFBF4;
	margin-top: 1em;
}

/*Farbe Seitenleiste*/
div .widget {
	background-color: #FEFBF4;
	box-shadow: 0 0 0 0;
	border-style: none;
	border-radius: 0px;
}

/*Farbe Seitenleiste (Hintergrund)*/
div .widget {
	background-color: #FEFBF4;
	box-shadow: 0 0 0 0;
	border-style: none;
	border-radius: 0px;
}

/*Farbe widget-text*/
div .widget p{
	color: #369933;
}

/*Farbe Widgetüberschrift*/
.widget-title {
	font-family: 'sfr-bold', tahoma, arial;
	text-transform: none;
  color: #369933;
	text-align:left;
	border-style:solid;
	border-width: 0 0 4px 0;
	font-size: 1.1rem;
}

/*Aktuelles-Button-färben*/
#menu-item-1484 a{
	border-style: solid;
	border-color: #41a62a; 
	border-width: 0 0 5px 0;
	padding-bottom: 7px;
	margin-bottom: -5px;
}

/*Spendenbutton färben*/
#menu-item-63 a{
	color: #41a62a;
}

/*"aktuelle Beiträge" verbergen*/
.page-header {
	display: none;
}

/*Beitragskasten blog & Widgets*/
.type-post, .type-page, .type-attachment, .comments-area, .widget{
	padding: 0em;
  border-top: 0px solid #81A9B9;
	border-bottom: 0em solid #2e2d30;
	border-radius: 0px;
	box-shadow: 0 0px 0px #0004;
	background-color: #fEFBF4;
}
.post-column article {
	border-width: 0 0 3px 0;
	border-style: solid;
}
/*Beitragskasten blog ab auf Inhalt verkleinert (vorher: display: flex)*/
.post-layout-columns .post-wrapper .post-column {
	display: block;
}
/*Beitragskasten wrapper Höhe verschoben f. anpassung seitenleiste*/
.post-wrapper {
	margin-top: 1em;;
}

/*Metadaten im Beitragskasten*/
.entry-meta {
	margin: 1em 0 0 0;
	padding: 0.3em 0;
	border-style: solid;
	border-width: 1px 0;
	font-family: 'sfr';
	font-size: 0.75rem;
}

.entry-meta a:link{
	text-decoration: none;
}

/*Überschriften auf den Seiten und Beiträgen*/
.archive-title, .page-title, .entry-title {
  color: #2e2d30;
  font-weight: bold;
	font-family: 'sfr-bold';
  font-size: 1.25rem;
	line-height: 1.4rem;
	text-transform:none;

}

	/*Posttitel-Block im Blog*/
	.entry-header a{
		font-size: 95%;
	}

/*Beitragsbilder verkleinern und zentrieren (nur blog)*/
.post-wrapper .type-post .wp-post-image {
		height: 180px;
		display: block;
		margin-bottom: 1em;
		margin-right:auto;
		margin-left:auto;
		object-fit: cover;
		border-radius: 0px 0px 0 0;
}
/*Beitragsbilder verkleinern und zentrieren (nur post-ansicht)*/
.type-post .wp-post-image {
		height: 300px;
		display: block;
		margin-bottom: 1em;
		margin-right:auto;
		margin-left:auto;
		object-fit: cover;
		border-radius: 0px 0px 0 0;
}



/*Bilder im Text mit Abstand nach unten*/
img.alignleft {
	margin-top:.5em;
	margin-bottom: 1em;
}
img.alignright {
	margin-top:.5em;
	margin-bottom: 1em;
}
img.aligncenter {
	margin-top:.5em;
	margin-bottom: 1em;
}

/*Beitragsbild Projektübersicht sichtbar & skaliert*/
.page-template-projekte .type-page .wp-post-image {
	display: block;
	max-height: 110px;
	margin: auto;
	margin-bottom: 0.5em;
	object-fit: cover;
	object-position: bottom;
	border-radius: 0px;
}
/*Beitragsbild Publikationsübericht "Publikationen" sichtbar & skaliert*/
.page-template-publikationen .type-page .wp-post-image {
		height: 130px;
		display: block;
		margin-bottom: 1em;
		margin-right:auto;
		margin-left:auto;
		object-fit: cover;
		border-radius: 0px 0px 0 0;
}
/*Beitragsbild auf Page  verbergen (wg. Projektübersicht)*/
.type-page .wp-post-image {
	display: none;
}
/*Beitrags-Metadaten Projektübersicht unsichtbar*/
.page-template-projekte .entry-meta {
	display: none;
}

/*Beitrags-Metadaten Publikationsübersicht "Publikationen" unsichtbar*/
.page-template-publikationen .entry-meta {
	display: none;
}

/*Beitragsbild auf Page im Kalender sichtbar*/
.post-4.page.type-page .wp-post-image {
	display: block;
}

/*Textformat Beiträge (Blog)*/
.entry-content.entry-excerpt.clearfix p{
	font-size: 1.0em;
	line-height:1.5em;
}

/*"weiterlesen"-Buttons: farbe, etc.*/
.more-link:link, .more-link:visited {
	padding: 0em 0em 1.7em 0;
	background: none;
	text-decoration: underline;
	color: #2e2d30; 
}
.more-link:hover {
	color: #43b43a;
}

/*Linkfarbe Text*/
a:link, a:visited {
	color: #369933;
	text-decoration: underline;
	text-decoration-color: black;
	transition: 0.3s ease;
}
a:hover, a:active {
	color: #63D24A;
	opacity:1.0;
	text-decoration-thickness: 2px;
	filter: alpha(opacity=100);
}

/*Blog-Überschriften nicht in Grossbuchstaben (wie standard)*/
.entry-title {
	text-transform:none;
}

/*Linkfarbe Beitragsüberschrift & Hover*/
.entry-title a:link, .entry-title a:visited {
  color: #2e2d30;
	font-size: 1.1rem;
	font-weight: normal;
}
.entry-title a:hover, .entry-title a:active {
	color: #41a62a;
}

/*horizontale Linie*/
hr {
	height: 2px;
	background-color: #2E2D30;
}

/*suche button (Such-Widget im Header mit Aufklapp-Animation)*/
.search-form {
	margin: -0.5em 0 0 0;
}
.widget_search {
	width: 50px;
	transition: width 0.5s ease-in-out;
		transition-delay: 15s;
}
.widget_search:hover {
	width: 300px;
	transition-delay: 0s;
}
.search-form, .search-submit {
	background: #fffcf6;
}
.search-form, .search-submit:hover {
	background: #3f9527;
}
.search-form .search-submit .genericon-search {
	color: #2E2D30;
	font-size: 30px;
	font-weight: bold;
}
.search-form .search-submit .genericon-search:hover {
	color: #fffcf6;
}

/*page-header auf Suchseite anzeigen (klasse ist in search.php in child-theme neu definiert, weil ansonsten durch aktuelle beiträge entfernen unsichtbar*/
.page-header-suche {
	display: block;
	margin: 0 0 3em 0;
}
/*Suchfeld Anpassung auf Suchseite*/
.page-header-suche .search-form  .search-submit {
	background: #CAC9CC;
}
.page-header-suche .search-form  .search-submit:hover {
	background: #369933;
}

/*Kontaktformular Senden-Button*/
.contact-submit button {
	color: white;
	background: #3f9527;
}
.contact-submit button:hover {
	font-weight: bold;
	text-decoration: underline;
}

/*Paginierung auf Blogseite*/
.pagination a:link, .pagination a:visited{
	margin: 0 -5px 0 -5px;
	background: none;
	color: #2e2d30;
	font-weight: bold;
	text-decoration: underline;
}
.pagination a:hover{
	background: none;
	color: #43b43a;
	font-weight: bold;
}
.pagination .current {
	margin: 0 -5px 0 -5px;
	background: none;
	color: #43b43a;
	font-weight: bold;
}

/*Beitragsarchiv unten*/
#Beitragsarchiv a{
	display: block;
	max-width: 146px;
	margin: -1.3em 0 1.5em 0;
	padding: 0.4em 0em;
	background: none;
	color: #2e2d30;
	text-align: left;
	text-decoration: underline;
}
#Beitragsarchiv a:hover{
	background: none;
	color: #43b43a;
}

/*schnoerkel unten*/
#schnoerkel {
	padding-bottom: 35px;
}


/*Footer, fusszeile*/
.site-footer {
	background-color: #fefbf4;
	border-width: 5px 0 0 0;
	border-style: solid;
	border-color: #2e2d30;
	max-width: 1250px;
	width: 100%;
	padding: 0em;
}
.footer-wrap {
	background-color: #fefbf4;
}
#footer-text {
	color: #2e2d30;
}
#footer-text a{
	color: #2e2d30;
}
#footer-text a:hover{
	color: #43b43a;
}
#fusszeile {
	display: inline;
	font-weight: bold;
	padding-left: 1em;
}
#copyright {
 display: inline;
 padding-right: 1.2em;
}
#Impressum {
 display: inline;
 padding-right: 1.2em;
}
#footer-text {
	padding: 1em 0em 3em 0em;
}

/*shariff display inline-block*/
.ShariffSC {	
	display: inline-block;
}

/*Bullets vom Sprachenschalter entfernen */
#polylang-3 ul {
	list-style: none;
	margin-top:-8px;
}


/*Plugin: Simple Yearly Archive*/
.sya_container ul {list-style: square}
.sya_container li{
    padding-left: 6.4em;
    text-indent: -6.4em;
}
.sya_categories:before { content: '\A '; white-space: pre; }
.sya_categories  {
	color:gray;
	font-size:.6em;
	}

/*Plugin: MyCalendar (Widgetansicht)*/
aside#my_calendar_upcoming_widget-3 p{
	margin:0em;
}
aside#my_calendar_upcoming_widget-3 li{
	margin-left:0.5em;
	list-style:square;
	color:#369933;
	margin-bottom:0.8em;
	font-size: 0.85em;
	line-height: 1.5em;
}
aside#my_calendar_upcoming_widget-3 a {
	text-decoration: none;
	transition: 0.4s ease;
}
aside#my_calendar_upcoming_widget-3 a:hover {
	text-decoration: underline;
	text-decoration-thickness: 2px;
}

/*Plugin: MyCalendar (Einzelansicht)*/
.mc-main p {
	margin-top:1em;
}
h2.event-title.summary {
	margin: 0 0 1.2em 0;
	text-align: left;
	font-size: 1.375rem;
	text-decoration: underline;
	text-decoration-thickness: 2px;
}

div.time-block {
    margin: 0em 0 0 0;
    font-size: 1em;
    font-weight: bold;
    width: 30%;
    text-align: center;
    background-color: none;
    padding: 1em;
		border-style: solid;
		border-width: 0 0 2px 0;
		border-radius: 0;
}
.mc-main .vcard, #mc_event .vcard {
  font-size: 1em;
  background-color: none;
	text-align: center;
  padding: .8em;
	width: 30%;
	float:none;
	clear:none;
}
.mc-main .vcard div.map {
  display:none;
}
div.mc_title_img img{
	float:right;
	width:69%;
	height:250px;
	object-fit: cover;
	object-position: 100% 50%;
	border-radius: 0px;
}
/* (alt mit min und max-height)
div.mc_title_img img{
	float:right;
	width:68%;
	max-height:350px;
	min-height:250px;
	object-fit: cover;
	border-radius: 0px;
}
*/
div.mc_title_txt {
	display: block;
	margin: 0 0 1em 0;
	float: right;
	width: 100%;
	text-align: right;
	font-size: .6em;
}
div.export {
	display:block;
	font-size:.65em;
	text-align: center;
	width: 30%;
}
div.mc-details {
	display:inline-block;
}

/*suchwidget ohne Hintergrund*/
#search-3 {
	background-color:white;
	padding:0;
	}

/*begrüßungstext (magazin-startseite) hintergrund*/
#custom_html-7, #custom_html-11 {
	background-color:whitesmoke;
	/*background-image:url("https://www.saechsischer-fluechtlingsrat.de/wp-content/uploads/2017/09/Website_Background_magazintext2.jpg");*/
	background-position: top right;
		background-size: 100%;

	box-shadow: 0 5px 20px #0003;
	border-radius: 6px;
}


/*Projektübersichtsseite*/
#titel_uebersicht {
	display: inline-block;
	margin: 0 0 1em 0;
	padding: 1em;
	background-color: white;
	border-radius: 6px;
}

/*Projektübersicht im Menü*/
#menu-item-3957 a{
	text-align:center;
	font-weight:bold;
}

/*plugin: cookie-notice*/
.cn-button.bootstrap {
	background: #369933;
}


/*Sidebar/Seitenleiste page+3textfelder und allgemein*/
#secondary li
{
	margin: 0 0 0px 00px;
	list-style-type: none;
}

#secondary p 
{ 
	line-height: 1.5em;
	font-size: 1em;
	color: #369933;
}

#secondary a{
		color: #369933;
}
#secondary a:hover{
		color: #63D24A;
}

#secondary {
	float: right;
	display: block;
	width: 27%;
	margin: 1em 0;
	padding: 0 1em;
	border-top: 0px solid #81A9B9;
	box-shadow: 0 0px 0px #0004;
	background-color: #FEFBF4;
	border-radius: 0px 0px 0px 0px;
}

#secondary h2 {
	font-size: 1.25rem;
font-family: 'sfr-bold', Tahoma, Arial;
	text-transform: none;
	line-height: 1.4rem;
	color: #369933;
	border-style: solid;
	border-width: 0 0 4px 0;
	margin-top: 0;
	padding-bottom: 0.5em;
}

/*shortcode-plugin code: aus Plugin-settings entfernen (übersichtlicher hier)*/

.tnp-widget .tnp-submit {
  background-color: #ffffff!important;
  color: #192f38!important;
}

/*su-button vorlage "sfr"*/
.su-button-doc {
  margin-top: 3px !important;
  margin-bottom: 3px !important;
  text-align: left !important;
	border: solid 2px #369933 !important;
	border-radius: 1px !important;
	background: none !important;
	font-size: 5em !important;
	}
.su-button-doc:hover {
	box-shadow: 5px 0px inset;
}

/*su-spoiler allgemein*/
.su-spoiler-title {
	font-size: inherit !important;
}

/*su-spoiler vorlage "sfr-border" für ACT etc.*/
.su-spoiler-sfr-border .su-spoiler-title {
	border-style: solid;
	border-width: 1px;
	font-size: 1em;
	max-width: 300px;
	}
.su-spoiler-sfr-border .su-spoiler-icon {
	color: #369933;
}
.su-spoiler-sfr-border .su-spoiler-content {
	padding-left: 0em !important;
}
.su-spoiler-sfr-border .su-spoiler-title:hover {
	box-shadow: 21px 0px 0 0 #369933 inset;
		transition: 0.1s ease;
}
.su-spoiler-sfr-border .su-spoiler-title:hover .su-spoiler-icon {
	color: #fffcf6;
}

/*Tabs-oberste Ebene*/

.su-tabs {
	background: none !important;
}

/*Tab, any state*/

.su-tabs > .su-tabs-nav > span {

  /* Background color */
  background-color: #FFFCF6;

  /* Text */
  color:#2E2D30;
  font-size: 1em;
  font-weight: bold;

	
	/*Rahmen*/
	border-style: solid;
	border-color: #2E2D30;
	Border-width: 1px;
	border-radius: 0px !important;

}

/*Tab, inactive state*/

.su-tabs > .su-tabs-nav > span:not(.su-tabs-current) {
  background-color: #FFFCF6;
  color: #2E2D30;
  font-size: 1em;

}

/*Tab, on mouse over*/

.su-tabs > .su-tabs-nav > span:hover {
  background-color: #FFFCF6;
  color: #369933;
	
	/*Seitenhighlight und animation*/
	transition: 0.1s ease;
	box-shadow: 4px 0px inset;
}

/*Tab, active state*/

.su-tabs > .su-tabs-nav > span.su-tabs-current {
  background-color: #369933;
  color: #FFFCF6;
}

/*Tab, active state, on mouse over*/

.su-tabs > .su-tabs-nav > span.su-tabs-current:hover {
  background-color: #369933;
	box-shadow: none;
  color:#FFFCF6;
}

/*Tab content*/

.su-tabs > .su-tabs-panes > div {
  background-color: #FFFCF6;
	border-radius: 0;
  color: #2E2D30;
  font-size: 1em;
}


@media only screen and (max-width: 70em) {
#secondary {
		width: 30%;
	}
}

@media only screen and (max-width: 60em) {
	.header-widget {
		display: inline-block;
		float: none;
		margin: 1em 0.5em;
		max-width: 100%;
		vertical-align: top;
	}
	/*dropdown-navigation anders*/
	.main-navigation-menu ul {
  border-color: #369933;
	border-style: solid;
	margin-top: -0.8em;
	border-width: 2px 0px 2px 0px;
	background-color: #E5F7E1;
}
.main-navigation-menu ul a {
	padding: .5em;
	border-color: #369933;
}
	#main-navigation {
	padding-right: 0;
	}

	/*Aktuelles-Button-färben*/
#menu-item-1484 a{
	border-style: none;
	margin-bottom: 0;
}
	/*Seitentitel verkleinern (SFRev!)*/
	.site-branding .site-title {
		display: block;
		font-size: 32px;
		font-size: 0.05rem;
		line-height: 0.5rem;
	}

.main-navigation-menu .submenu-dropdown-toggle {
    display: block;
    float: right;
    margin: 0;
		padding: 0.7em 0 0.7em 12em;
    color: #2E2D30;
		position: absolute;
		z-index: 100;
	}
	

.main-navigation-toggle {
    display: inline-block;
    float: left;
    margin: 0 0 0 1.5em;
    padding: 0.8em 1.2em;
    color: #fff;
    background: #369933;
	}
.main-navigation-menu {
    display: none;
    float: left;
    padding: 3px 0;
    width: 100%;
    border-top: 5px solid #369933;
	}
.main-navigation-menu .submenu-dropdown-toggle:hover, .main-navigation-menu .submenu-dropdown-toggle:active {
    background: #369933;
    cursor: pointer;
		opacity: 0.5;
		width: 100%;
		max-width: 100%;
	}
.main-navigation-toggle:hover, .main-navigation-toggle:focus, .main-navigation-toggle:active {
    background: #81A9B9;
    cursor: pointer;
}
	
.sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    float: none;
    margin-right: -1.5em;
    padding: 0;
    width: 100%;
	}
	#secondary {
		width: 100%;
	}	
	/*suche button (Such-Widget im Header mit Aufklapp-Animation)*/
.search-form {
 margin: 0 auto;
}
.widget_search {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	transition: none;
}

.search-form, .search-submit {
		background: none;
}
.search-form, .search-submit:hover {
	background: #3f9527;
}
.search-form .search-submit .genericon-search {
	color: #2E2D30;
	font-size: 30px;
	font-weight: bold;
}
.search-form .search-submit .genericon-search:hover {
	color: white;
}

/*Footer Elemente untereinander*/
#fusszeile {
	display: inline;
}
#copyright {
 display: inline;
}
#Impressum {
 display: block;
}
#footer-text {
	padding: 1em 0em 3em 0em;
}
}

@media only screen and (max-width: 30em) {

	.main-navigation-menu .submenu-dropdown-toggle:hover, .main-navigation-menu .submenu-dropdown-toggle:active {
    background: #369933;
    cursor: pointer;
		opacity: 0.5;
		padding: 0.5em 0 0.5em 12em;
		width: 100%;
		max-width: 25em;
	}
	
/*Schriftgröße verkleinern*/
	/*Seite und Beitragstitel*/
	.page-title, .entry-title {
		font-size: 1.2rem;
		overflow-wrap: break-word;
	}
	/*Posttitel-Block im Blog*/
	.entry-header a{
		font-size:90%;
	}
	/*Schrift Post&Page*/
	div.entry-content.clearfix {
		font-size:.87rem;
		line-height:1.2rem;
	}
/*Seitentitel verkleinern (SFRev!)*/
	.site-branding .site-title {
		font-size: 32px;
		font-size: 0.2rem;
		line-height: 0.5rem;
	}
/*Magazin-Widget Text kleiner*/
	#custom_html-7, #custom_html-11 {
		font-size:.9rem;
		line-height:1.1rem
	}
	#secondary {
		width: 100%;
	}
	/*Plugin Mycalendar Mobilansicht*/
	.mc-main .event-title.summary {
		font-size:105%;
		text-align:center;
		margin-bottom: .5em;
		border-radius: 3px;
	}
	div.time-block {
    display:block;
		float:none;
		width:100%;
		margin:0;
		border-radius: 3px 3px 0 0;
	}
	.mc-main .vcard, #mc_event .vcard {
  	display:block;
		float:none;
		width:100%;
	}
	div.export {
	width: 100%;
}
	div.mc_title_img img{
		display:block;
		padding: 0;
		float:none;
		width:100%;
	}
}
