
/*
Theme Name: Hellwig und Partner
description: Hellwig und Partner - Theme - Ver. 01
Author: neo7
Author URI: https://neo7.de
Template: customify
Version: 1.0.0
Text Domain: hellwig-und-partner
*/

.page-cover::before {
	background: -moz-linear-gradient(to top, rgba(15, 79, 122, 0) 0%, rgba(15, 79, 122, 0.2) 80%, rgba(015, 79, 122, 0.4) 100%);
background: -webkit-linear-gradient(to top, rgba(15, 79, 122, 0) 0%, rgba(15, 79, 122, 0.2) 60%, rgba(15, 79, 122, 0.4) 100%);
background: linear-gradient(to bottom, rgba(15, 79, 122, 0.0) 0%, rgba(15, 79, 122, 0.2) 80%, rgba(15, 79, 122, 0.4) 100%);
}

.page-cover {
	min-height:100vh !important;
}

h2, h3, h4, h5, h6, strong {
		color:rgb(15, 79, 122);
}

h5, h6 {
		line-height:0.8;
		text-transform:uppercase;
}

h5 {

    font-size: 19px;
		font-weight:600;
}

h6 {
	font-size:12px;
	margin-bottom:15px;
}

.content-area a, #sidebar-primary a {
    text-decoration: underline;
}

.content-area strong {
	font-weight:500;
}

.entry-content li {
    margin-left: 1.3em;
}

ul {
	list-style-type: none;
}
.entry-content li::before {
	content: "•"; 
	color:rgb(15, 79, 122);
	display: inline-block; width: 1em;
	
  margin-left: -1em
}

.entry-content .blocks-gallery-grid li::before {
	content: "";
}

.nav-menu-desktop .menu > li > a {
    padding: 12px 0px 12px 22px;
}

.icon.fa.fa-instagram, .icon.fa.fa-linkedin-square	 {
	font-size:1.7em;
	vertical-align:middle;
	color:rgb(15, 79, 122);
}

.icon.fa.fa-facebook {
	font-size:1.3em;
	display:none;
	vertical-align:middle;
}

.pagebutton {
  border-color:#ccc;
	border-width:1px;
	border-style:solid;
	padding:1em;
	border-radius:10px;
}

.is-style-default.pagebutton a img {
	border-radius:6px;
}


.is-style-default.pagebutton:hover  {
  border-color:#FF9000;
}

.wp-block-image.imglink figcaption {
    margin-top: -5em;
    margin-bottom: 3.5em;
}

.wp-block-image.imglink figcaption a {
	color:#fff;
	text-decoration:none;
	padding-left:1em;
	font-size:135%;
	text-align:left;

}

.wp-block-image.imglink figcaption a:hover {
	font-size:145%;
}

.widget-area .widget {
    margin-bottom: 0.7em;
}

.widget-area .widget p {
    margin-bottom: 1.2em !important;
}

.nav-menu-desktop .sub-menu {
    width: 10em;
}
.is-menu-sidebar.menu_sidebar_dropdown .header-menu-sidebar {
    min-height: 620px;
}

figcaption {
    display: block;
    position: relative;
    top: -7.5em;
	font-size:22px;
    text-align: right;
    color: #fff;
    padding-right: 0.4em;
	height:0;
	margin-bottom: -10px !important;
}

figcaption a {
	text-decoration:none !important;
	color:#fff;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

figure.pagebutton a img::before {
content: "";
top: 0;
left: 0;
width: 100%;
height: 100%;
display: block;
z-index: 1;
    background: -moz-linear-gradient(to top, rgba(15, 79, 122, 0) 0%, rgba(15, 79, 122, 0.2) 80%, rgba(015, 79, 122, 0.4) 100%);
    background: -webkit-linear-gradient(to top, rgba(15, 79, 122, 0) 0%, rgba(15, 79, 122, 0.2) 60%, rgba(15, 79, 122, 0.4) 100%);
    background: linear-gradient(to bottom, rgba(15, 79, 122, 0.0) 0%, rgba(15, 79, 122, 0.2) 80%, rgba(15, 79, 122, 0.4) 100%);
}

p {
	   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
	text-align: justify;
}

.site-branding .site-title {
  text-align: left;
}

.text-align-left figcaption {
	text-align:left;
	padding-left:5px;
}

p.Banner {
    background-color: #f00;
    color: #fff;
    padding: 0.6em;
    padding-top: 0.2em;
    padding-bottom: 0.3em;	
    display: block;
    position: absolute;
    width: fit-content;
    top: -4em;
    right: 0.5em;
    z-index: 9;
    font-size: 1.8em;
    font-weight: 600;
	  transform: rotate(-10deg);
}

.site-branding .site-title {
    font-size: 1.4em;
    margin: 0;
    font-weight: 600;
    line-height: 1.216;
}

.boxshadow {
  box-shadow: 0 3px 6px -4px rgba(0,0,0,.16), 0 3px 6px rgba(0,0,0,.23);
} 
@media screen and (max-width: 48em) {
	.team-image {
		width:160px;
		height:213px;
		float:right;
	}
	
}