/*
Theme Name:   devdmbootstrap4 child theme
Description:  Write here a brief description about your child-theme
Author:       Dieter Willinger
Author URL:   Write here the author's blog or website url
Template:     devdmbootstrap4
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  devdmbootstrap4-child
*/

/* Write here your own personal stylesheet */

body, .dmbs-widget-title, .learnmore {
	background: rgb(204,204,255);
	background: linear-gradient(0deg, rgba(204,204,255,1) 0%, rgba(230,255,255,1) 28%, rgba(179,236,255,1) 100%);
	background-attachment: fixed;	
}

body, p {
	line-height: 1.5em;
 	font-family: "Mukta Vaani", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
 	/*font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";	*/
 	color: #3c3c3c;
}
ul, ul li, .tribe-events-loop .tribe-events-event-meta, .dmbs-post-date, .woocommerce ul.products li.product .price, .wc-gzd-additional-info.tax-info {
	font-family: 'Mukta Vaani';
}
img.dmbs-logo-image {
    width: auto;
    max-height: 64px;
}
.navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}
.menu-item a.nav-link, .learnmore a {
	color: white;
}
.content-container {
	/*margin: -32px 42px 0;
	padding: 60px 0;
	background: white;
	border-top-left-radius: 32px;
	border-top-right-radius: 32px;*/
}
.dmbs-content-wrapper {
	padding: 2em 0.4em 0em 0.4em;

}
.dmbs-content-wrapper .row {
	margin: 0;
}
.header-wrapper {
	background: rgba(0,102,204,0.2);
	position: relative;
}
.lpd-header {
	height: 570px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: -90px;
}
body.home .lpd-header {
	height: 640px;
}
.title-wrapper {
    border-top-right-radius: 56px;
    border-bottom-right-radius: 56px;
	padding: 18px 64px 18px 128px;
	background-color: rgba(0,102,204,0.2);
	display:inline-block;
}
#brand {
	font-family: 'Italianno', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 46px;
}
h1.lpd-title, h2.lpd-title, .lpd-title, #brand {
	color: white;
	display: inline;
	margin: 0 auto;
	font-weight: bold;
	text-shadow: #000 0px 0 10px;
}
.sub-headline {
	font-weight: normal;
	background-color: transparent;
	font-size: 52px;
	line-height: 56px;
	margin-top: -1.8em;	
}

h3.dmbs-widget-title {
	color: white;
	padding: 8px 0px;
	font-size: 24px;
	text-align: center;
}
h1, h2, h3 {
	color: #004d99;
}
.zwischenueberschrift h2, h2.testimonial {
	font-weight: bold;
}
section.related.products h2, #tab-description h2:first-of-type, h2.testimonial {
	margin-bottom: 1em;
}
.btn-success, .dmbs-content-wrapper .dmbs-main .dmbs-comments .dmbs-comment-reply-link a {
	background-color: #004d99;
	border-color: #004d99;
}
a, a:hover {
	color: #004d99;
}
.btn-success:hover, .dmbs-content-wrapper .dmbs-main .dmbs-comments .dmbs-comment-reply-link a:hover {
	background-color: white;
	color: #004d99;
	border-color: #004d99;
}
.box-shadow {
	-webkit-box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.6);
	box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.6);
}

.dmbs-post-summary {
	color: #004d99;
	font-weight: bold;
	margin-bottom: 3em;
}



/* MENU EFFECT */
ul#menu-main-menu {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
ul#menu-main-menu li {
	display: inline-block;
	list-style: outside none none;
	margin: 0 7px;
	padding: 0;
	text-shadow: #000 0px 0 3px;
	font-size: 20px;	
}
ul#menu-main-menu li a {
  padding: 0.4em 0.8em;
  margin: 0.2em 0;
  display: block;
  position: relative;
  text-decoration: none;
  text-align: center;
}
ul#menu-main-menu li a:before {
  left: 0;
  top: 0;
  border-left: 3px solid rgba(196,224,122,0.8);
  border-top: 3px solid rgba(196,224,122,0.8);
  border-radius: 4px;
  -webkit-transform: translate(100%, 50%);
  transform: translate(100%, 50%);
}
ul#menu-main-menu li a:after {
  right: 0;
  bottom: 0;
  border-right: 3px solid rgba(196,224,122,0.8);
  border-bottom: 3px solid rgba(196,224,122,0.8);
  border-radius: 4px;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
ul#menu-main-menu li a:before,
ul#menu-main-menu li a:after {
  height: 14px;
  width: 14px;
  position: absolute;
  content: '';
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
}
ul#menu-main-menu li  a:hover,
ul#menu-main-menu li.current-menu-item a {
  color: #ffffff;
}
ul#menu-main-menu li  a:hover:before,
ul#menu-main-menu li.current-menu-item a:before,
ul#menu-main-menu li  a:hover:after,
ul#menu-main-menu li.current-menu-item a:after {
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  opacity: 1;
}
/* MENU EFFECT END */

.header-wrapper {
	z-index: 1;
}
.bildtextcombo-image {
	max-width: 100%;
}
h3.bildtextcombo-headline {
	margin-bottom: 2rem;
	text-align: center;
}
section.container, section.testimonials-container, section.image-full-width, section.feature-promo-container {
	margin-bottom: 4em;
	font-size: 20px;
}
section.testimonials-container, .image-full-width {
	padding: 3em 0;
}
section.zwischenueberschrift {
	padding: 2em;
	margin-bottom: 3em;
}
.bg-hellblau {
	background-color: #cce6ff;
}
.bg-dunkelblau {
	background-color: #004d99;
}
.zwischenueberschrift.bg-dunkelgruen h2 {
	color: white;
}
.abstand-unten {
	margin-bottom: 2em;
}
.image-full-width {
	height: 640px;
	background-size: cover;
	background-position: center center;	
}
.image-full-width h1.lpd-title {
	background-color: transparent;
}
.dmbs-content-wrapper .row.blog-snippet {
	margin-bottom: 3em;
}
.dmbs-content-wrapper.container {
	margin-bottom: 3em;
}
#tab-description section.container:first-of-type {
	margin-top: 6em;
}

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
	background-color: rgba(196,224,122,1);
	padding: 16px 32px;	/* ident mit a.button weiter unten (~ line 304) */	
}
.link-button-wrapper a.button {
	background-color: transparent;
	padding: 0;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #004d99;
}
.card, .dmbs-content-wrapper .dmbs-main .dmbs-comments .comment #respond {
	border: none;
	border-radius: unset;
	background-color: unset;
}
.card-header {
	background-color: unset;
	border-bottom: unset;
    margin-top: 2em;
}
.card-footer {
	display: none;
}
.dmbs-right {
	display: none;
}
.dmbs-content-wrapper .dmbs-main .dmbs-comments, #respond {
	margin-top: 8em;
}
.dmbs-content-wrapper .dmbs-main hr.dmbs-comments-separator {
	display: none;
}
.dmbs-comments .col-12 {
	padding-left: 0;
	padding-right: 0;
}
li.comment .card-header {
	background: white;
}
.dmbs-content-wrapper .dmbs-main .dmbs-post .dmbs-post-meta-header {
	margin-top: unset;
}
.dmbs-post-meta-header {
	color: white;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, a.promoproduct, a.button {
	font-weight: normal;
	border-radius: 32px;
	padding: 16px 32px;
	transition: all .4s ease-in-out;	
}
.image-full-width .link-button-wrapper {
	background-color: #cce6ff;
	transition: all .4s ease-in-out;
	border-radius: 28px;
	display: inline-flex;
	padding: 16px 32px;
}
.image-full-width .link-button-wrapper a.button {
	padding: 0;
	font-weight: bold;
	line-height: 28px;
}

.image-full-width .link-button-wrapper:hover {
	color: #cce6ff;
	text-decoration: none;
	background-color: #004d99;
}
.image-full-width .link-button-wrapper:hover a {
	color: #cce6ff;
	text-decoration: none;
}


/* Footer */
footer a.nav-link:hover {
	text-decoration: underline;
}
.footer-wrapper {
	padding: 3em 0;
	width: 100%;
	background-color: #cce6ff;
	margin-top: 3em;
}
footer ul {
	list-style: none;
	padding-left: 0;
}
footer li {
	margin-bottom: 16px;
}
/* Footer END*/



@media screen and (max-width: 991px) {
	img.dmbs-logo-image {
		width: 220px;
	}
	.content-container {
		margin: -16px 4px 0;
	}
	.lpd-header {
		height: 500px;
		margin-top: 0px;
	}
	.menu-item a.nav-link {
		color: #004d99;
		text-shadow: none;
	}
	.menu-item a.nav-link:hover {
		color: #004d99 !important;
	}
	h1.lpd-title {
		line-height: 1.5em;
		font-size: 1.5em;
	}
	h2 {
		font-size: 1.5em !important;
	}
	.sub-headline {
		font-size: 46px;
		line-height: 52px;
		margin-top: 0em;
		margin-bottom: 0.5em;	
	}

	.footer-wrapper .col-lg-4 {
		margin: 1em 0;
		text-align: center;
	}
	li.tribe-events-nav-right {
		margin-top: 1em !important;
	}
	a.tribe-events-button, a.tribe-events-gmap {
		display: block;
		margin: 0.5em 0 1em 0;
	}
	ul#menu-main-menu {
		margin-top: 1em;
	}
}
@media screen and (max-width: 767px) {
	.sub-headline {
		font-weight: normal;
		background-color: transparent;
		font-size: 36px;
		line-height: 36px;
		margin-top: -1em;	
	}
	a.button {
		line-height: 2em;
	}
	h3.bildtextcombo-headline {
		margin-top: 2rem;
	}
	h2, .feature-promo-headline {
		font-size: 1.5em !important;
	}
}

