/*   
Theme Name: TatamiChild
Theme URI:
Description: Tatami angepasst für dbb akademie GmbH
Author: Armin Briatta
Author URI: http://briatta.de/
Template: tatami
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Tatami Child Theme
*/

/* Imports the stylesheet from the Tatami parent theme */
@import url('../tatami/style.css');

/*	Farben:
	purple: #87015a 
	zweites purple: #98006d
	Text: #522822
	bg: efede8 
*/

body {
	color: #522822; /* aus aktueller Version */
	background-color: #efede8;
}

/* Text */

.entry-content p,
.entry-summary p,
.entry-content li {
	line-height: 1.75;
}

.entry-content p.wp-caption-text {
   -webkit-hyphens: none!important;
   -moz-hyphens: none!important;
   hyphens: none!important;
}

/* 1734 gleiche Farbe Headlines ausser h1 und h2 */
h4, h5, h6 {
	color: #522822;
}

h1, h2, h3 {
	color: #98006d;
}

h3 {
	line-height: 1.75;
}

.widget h3.widget-title {
	color: #98006d;
	border-bottom: 1px dotted #98006d;
}


 


@media screen and (min-width: 768px) {

	h3 {
		font-size: 16px;
		font-size:1rem;
	}
}
	
	
	

/* 263 gleiche Farbe */
dl dt {
	color: #522822;
}


/* 82 */

strong {
	color: #98006d;
	font-weight: normal;
}
/*	2019-10-24 fuer neu aufgelistete Seminare */
li.neu strong {
	color: #fff;
	background-color: #98006d;
	display: inline-block;
	padding: 0 5px;
}

/*	299 Bilder sollen nur floaten, wenn Platz ist */

img.alignleft,
img.alignright {
	float: none;
	display: block;
	margin: 20px 0;

}
div.wp-caption.alignright {
	float: none;
	display: block;
	margin: 20px 0;	
}
@media screen and (min-width: 640px) {
img.alignleft {
	float: left;
	margin: 10px 30px 30px 0;
	height: auto;
	width: auto;
	max-width: 45%;
}

img.alignright {
	float: right;
	margin: 10px 0 30px 30px;
	height: auto;
	width: auto;
	max-width: 45%;
}
div.wp-caption.alignright {
	float:right;
	margin: 10px 0 30px 30px;
	height: auto;
	width: auto;
	max-width: 45%;
}

}

/*	runde Ecken */
.borderradius .sidebar-left,
.borderradius .sidebar-right,
.borderradius #content article,
.site-footer,
li.button {
	-webkit-border-radius: 5px; 
	-moz-border-radius: 12px; 
	border-radius: 5px;
}

/*-----------------------------------------------------------------------------------*/
/*	235 Footer
/*-----------------------------------------------------------------------------------*/
.site-footer a,
.site-footer .widget ul li a,
.footerwidgets .widget_tatami_recentposts ul li h3.recentposts-title a {
	color: #98006d;
	
}
.site-footer a:hover,
.site-footer .widget ul li a:hover,
.footerwidgets .widget_tatami_recentposts ul li h3.recentposts-title a:hover {
	color: #98006d;
	
}

/*-----------------------------------------------------------------------------------*/
/*	2236 Footer
/*-----------------------------------------------------------------------------------*/
.site-footer {
	background: #fff;
	margin: 10px 10px;
	font-size: 14px;
	font-size: .875rem;
	color: #522822;
}
/*	neu: */
.site-footer address {
	font-style: normal;
}
/*	neu: */
.site-footer address span {
	display: block;
}
.site-footer a {
	text-decoration: underline;
	color: #522822;
}
.footer-nav a {
	text-decoration: none;
}

/*	neu: */
@media only screen and (min-width: 641px) {

.site-footer address span {
	display: inline-block;
	white-space: nowrap;
}

.site-footer address span:after {
	content: " \00b7 \0020";
  	color: #98006d;
}

.site-footer address span:last-child:after {
	content: "";
}

}
/*	neu: */
@media only screen and (min-width: 768px) {
	.site-footer {
		margin: 10px 20px;
	}
}
/*	neu: */
@media only screen and (min-width: 1260px) {
	.site-footer {
		margin: 10px 0;
	}
}

/* 737 Navigation */
.main-nav .menu-item a,
.main-nav ul li a {
	color: #522822;
}

/* 885 gleiche Farbe*/
.entry-header h2.entry-title a,
.entry-content a.more-link {
	color: #98006d;
}

/*1369 gleiche Farbe*/
.author-info h3 {
	color: #522822;
}

/*1454 gleiche Farbe*/
#comments .comment-content ul li.comment-author {
	color: #522822;
}

#comments .comment-content ul li.comment-author a {
	color: #522822;
}



a[href^="mailto"] {
   -webkit-hyphens: none!important;
   -moz-hyphens: none!important;
   hyphens: none!important;
}

/*2275 */

.site-footer a.top {
	background: url(images/top-purple.png) 50% 0 no-repeat;
}
.site-footer a.top:hover {
	background: url(images/top-purple.png) 50% 0 no-repeat;
}

@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
	.site-footer a.top {background: url(images/x2/top-purple.png) 50% 0 no-repeat;text-indent:-9999px; background-size: 30px 18px;}
	.site-footer a.top:hover {background: url(images/x2/top-purple.png) 50% 1px no-repeat; background-size: 30px 15px;}
}


@media screen and (max-width: 767px) {
.js .active-nav [role="banner"] {
		display: none;
}
}

/* Anweisungen aus 3348 u.s.w. wieder aufheben */
@media screen and (min-width: 1260px) {
	.js .active-nav [role="banner"] {
		position: relative !important;
	}
	
	.active-nav .sidebar-right {
    	left: 0;
	}
	
	.active-nav .content-wrap {
    	top: 0;
	}
}

.main-nav ul#menu-hauptmenu > li.current-menu-item > a,
.main-nav ul#menu-hauptmenu > li.current-page-parent > a,
.main-nav ul#menu-hauptmenu > li.current_page_parent > a,
.main-nav ul#menu-hauptmenu > li.current-page-ancestor > a,
.main-nav ul#menu-hauptmenu > li.current_page_ancestor > a {
	background-color: rgb(152,0,109);
	background-color: rgba(152,0,109,.7);
	color: #fff;
}

.main-nav ul.sub-menu  li.current-menu-item > a {
	background-color: rgba(152,0,109,.5)!important;
	color: #fff;
}

.main-nav ul#menu-hauptmenu a:hover {
	background-color: rgb(152,0,109)!important;
	background-color: rgba(152,0,109,.7)!important;
	color: #fff!important;
}


.main-nav .sub-menu .menu-item, .main-nav .children li {
    background: none repeat scroll 0 0;
    border-bottom: 1px dotted #d3d3d3;
    margin: 0;
    padding: 0;
    text-transform: none;
}

.main-nav .sub-menu .menu-item a, .main-nav .children li a {
    background: none repeat scroll 0 0;
    margin: 0;
    padding: 9px 30px;
    transition: color 0.2s ease 0s;
}

/*	Sprachwidget von MultlingualPress ueberschreiben */
.mlp_language_box ul li {
	display: block!important;
	list-style-type: none;
	margin: 0 5px 0 0;
}

.mlp_language_box ul li a{
	color: #522822;
}
.mlp_language_box ul li a:focus,
.mlp_language_box ul li a:hover {
	color: #98006d;
}


/*	Logo linkes platzieren auf grossen Bildschirmen */
@media only screen and (min-width: 1260px) {

#site-header {
    padding: 0 0 20px;
}

.site-title div#logo-wrapper {
    left: 0;
	top: 0px;
    position: relative;
    width: 22%;
	/*width: 18.0556%;*/
	margin-left: 1.95313%;
	float: left;
}

.site-title a.logo {
	display: block;
	height: auto;
    max-height: none;
	max-with: none;
    padding-top: 0;
	overflow: visible;
	margin: 40px 10px 10px;
}
.site-title a.logo {
    width: 250px;
}


.site-title h2.description {
    display: block;
    position: relative;
    top: -75px;
	left: -1%;
	padding: 0;
	color: #98006d; 
	font-size: 20px;
	font-size: 1.25rem;
	text-align: right;
	text-transform: uppercase;
	margin: 0 1.95313% 0 auto;
	max-width: 60%;
}

}
@media only screen and (max-width: 1259px) {

#site-header {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#site-header {
    padding: 0 0 45px;
}

div#logo-wrapper {
    width: auto;
}
div#logo-wrapper {
    left: 0;
    position: relative;
}
.site-title a.logo {
    padding-top: 0;
	overflow: visible;
}
.site-title a.logo img {
    max-height: 60px;
	width: auto;
	padding: 0;
}
}

.off-canvas-nav, .js .off-canvas-nav {
    background: none repeat scroll 0 0 #fff!important;
}

/* 752 */

.main-nav .sub-menu {
	display: none;
}

.main-nav .current-menu-item > .sub-menu,
.main-nav .current_page_ancestor,
.main-nav .current_page_ancestor > .sub-menu,
.main-nav .current-menu-parent > .sub-menu {
	display: block;
}

.divider {
	border-bottom: 1px solid #efede8;
}

/*	2396 */
/* ------- Buttons ------- */
li.button {
	list-style-type: none;
	display: inline-block;
	margin: 10px 10px 10px 0;
	padding: 6px 12px;
	overflow: hidden;
	cursor: pointer;
	font-size: 16px;
	font-size: 1rem;
	color: #fff;
	background-color: rgba(152, 0, 109, 0.7);  
	text-align: center;
	font-weight: normal;
	text-decoration:none !important;
	-webkit-transition: .2s background ease;
		-moz-transition: .2s background ease;
		  -o-transition: .2s background ease;
		 -ms-transition: .2s background ease;
			  transition:.2s background ease;
}
a > li.button {
	color: #000!important;
	background-color: #efede8!important; 
}

a > li.button:focus,
a > li.button:hover {
	color: #fff!important;
	background-color: rgba(152, 0, 109, 0.7)!important; 
}

/*-----------------------------------------------------------------------------------*/
/*	Print
/*-----------------------------------------------------------------------------------*/
@media print {
	body {background: none!important; text-align: left;}
	.content-wrap { margin: 0; width: auto; clear:both; max-width: 100%!important;}
	.sidebar-left, .sidebar-right  {display:none;}
	.site-title h1 {font-size:24pt;}
	h1,h2,h3,h4,h5,h6{page-break-after:avoid;page-break-inside:avoid;font-weight:bold;font-size: 12pt!important;}
	a{font-weight:inherit!important;text-decoration: none!important;}
	blockquote,table,pre{page-break-inside:avoid;}
	ul,ol,dl{page-break-before:avoid;}
	img.aligncenter{display:block;margin-left:auto;margin-right:auto;}
	img.alignright{display:inline;margin:0 0 2px 7px;padding:4px;}
	img.alignleft{display:inline;margin:0 7px 2px 0;padding:4px;}
	.right{float:right;}
	.left{float:left;}
	img{page-break-inside:avoid;page-break-after:avoid;}
	p, address, li {
		font-size: 10pt!important;
	}
	
	
	
	

	/* header auf 100% */
	[role="banner"] {
		position: relative!important;
		width: 100%!important;
		left: 0;
	}

	.site-title {
		overflow: visible!important;
		float: none;
		min-height: 2cm;
		margin: 0;
		padding: 0;
	}


	.site-title h2.description {
		overflow: visible!important;
		display: block;
		position: relative;
		top: 0;
		right: 0;
		margin: 0;
		padding: 0;
		max-width: 100%;
		text-align: left;
    	color: #98006D;
    	font-size: 14pt;
		text-align: right;
	}

	.site-title a.logo {
		overflow: visible!important;
		float: none!important;
    	max-width: 25%;
		position: absolute;
		left: 0;
	}
	
	.site-footer {
		display: block!important;
		
	}
	
	.site-footer nav {
		display: none;
		
	}
	
	.site-footer ul.credit li > * {
		display: none;
	
	}
	
	.site-footer ul.credit li>address {
		display: block;
		text-align: left;
	}
	
	.site-footer address {
		display: block!important;
	}
	
	h2, h2 address  {
		clear: none!important;
		page-break-before: avoid!important;
	}
}

/*	Hilfsmittel, sonst wird Qualifizierung, ..., ... im header nicht angezeigt */
h2.description {
	clear: left;
}

.two-columns-armin {

	max-width: 100%;

	margin: 0;
	padding: 0;

	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	
	-webkit-column-rule: 1px solid #efede8;
    -moz-column-rule: 1px solid #efede8;
    column-rule: 1px solid #efede8;
		  
	-webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

iframe#responsive-iframe {
	border: 1px solid #eee!important;
	padding: 0!important;
	max-height: 350px!important;
	min-height: 200px!important;
	margin-bottom: 40px;
}

li > h3 {
	margin: 0!important;
}

#cookie-notice {
    font-size: 1.125rem;
    line-height: 2.5;
	position: fixed!important;
}

/* 2019-07-29 */

.metaslider-flex {
	margin-bottom: 30px;
}

/*	2019-12-06 Newsletter Anmelden */

aside#wpswmnl, aside#wpswmnl table {
	line-height: 1.5;
	color: inherit;
}

.wpswm_form_label {
	margin: 1rem 0;
	/* color: #abb0b3; */
}
.wpswm_form_label a {
	text-decoration: underline;
}

.wpswm_form_label #wpswm_action1, 
.wpswm_form_label #wpswm_action2 {
	margin: .5rem 0 0 0
}

input.wpswm_form_txt {
	line-height: 2rem;
	margin: 5px 0;
}

input.wpswm_form_txt::placeholder {
	color: #abb0b3;font-size: .875rem
}

.wpswm_form_btn {
	background-color: rgba(152,0,109,.7);
	color: #fff;
	line-height: 2rem;
	border: 0 none;
	border-radius: 3px;
	padding: 0 10px;
	font-size: .937rem;
}

/*	::TODO:: wirkungslos */

aside.widget wpswm_subscribe#wpswmnl div.PageContainerDialog div.MenuTable fieldset table.FormTable td p {
	color: #87015a!important;
}

/* Sprachumschaltung */

#post-1052 #mary-deutsch {
	display: block;
}
#post-1052 #mary-english {
	display: none;
}
#post-1052 button#marys {
	display: none;
	color: white;
	background-color: #98006d;
	border: 1px solid #98006d;
	padding: 6px;
    font-size: inherit;
    border-radius: 3px;
}
#post-1052 button#marys:hover {
	cursor:pointer;
}


.clearfix::after, section.ansprechpartner::after {
  content: "";
  clear: both;
  display: table;
}
    
    
    