body {
  font-family: "Titillium Web" !important;
}

.textblock {
  padding-top: 100px;
  padding-bottom: 100px;
  max-width: 580px;
  margin: 0 auto;
}

.textblock h2 {
  font-size: 50px;
  line-height: 55px;
}

.person img {
  position: absolute;
  height: calc(100% + 50px);
  width: auto;
  z-index: 10000000;
  bottom: 0;
}

.person.small img {
  height: 90%;
}

.vc_row-no-padding .vc_column-inner > * {
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

.letoverflow {
  overflow: visible !important;
}

.iconrow {
  background-color: rgb(244 249 255);
}
.iconrow img {
  width: 250px;
  height: auto;
}

.iconrow.gradient {
  text-align: center;
  color: #fff;
}
.iconrow.gradient strong {
  font-size: 35px;
}

h3 {
  color: #034da9;
}

.nopadding .vc_column_container > .vc_column-inner {
  padding-right: 0;
  padding-left: 0;
}

.catpreview {
  min-height: 50vh;
  background-size: cover;
  position: relative;
  display: block;
  background-position: center;
}

.catpreview .head {
  font-size: 50px;
  color: #fff;
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 1;
}
.catpreview:after {
}

.blueshadow:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(135deg, #034da9 0%, rgba(0, 131, 206, 0) 100%);
  transition: all 0.2s ease;
}

.catpreview.blueshadow:hover:after {
  opacity: 0.5;
  transition: all 0.2s ease;
}

.list-immo.shortcode {
  padding-top: 100px;
  padding-bottom: 100px;
}
.list-immo.shortcode p {
  text-align: center;
  margin-bottom: 100px;
}

.list-immo .result-immo .immo > .bottom h2 {
  margin-bottom: 25px;
}

h2.text-center {
  font-size: 50px;
}
h2.text-center:after {
  left: 50%;
  transform: translateX(-50%);
}

.latest-news {
  background-color: rgb(244 249 255);
}
.latest-news .preview-image {
  background-size: cover;
  background-position: center;
}
.latest-news:after {
  content: "";
  clear: both;
  display: block;
}

.latest-news .inner {
  padding: 100px 0px;
  max-width: 585px;
  margin: 0 auto;
}
.latest-news h2 {
  font-size: 35px;
  line-height: 40px;
  margin-top: 1rem;
}

.latest-news {
  font-size: 20px;
  display: flex;
}
.latest-news .sub {
  font-weight: bold;
}
.latest-news .readmore {
  display: inline-block;
  padding-right: 40px;
  margin-top: 20px;
  font-weight: bold;
  background-image: url(/wp-content/uploads/2020/02/arr_right.svg);
  background-position: right center;
  background-repeat: no-repeat;
}
.latest-news .date {
  margin-bottom: 25px;
  color: black;
}

.check li {
  font-size: 20px;
  margin-bottom: 20px;
}

.textblock h3 {
  margin-bottom: 2px;
  position: relative;
  margin-bottom: 50px;
}
.textblock h3:after {
  position: absolute;
  content: " ";
  left: 0;
  width: 75px;
  height: 3px;
  background-color: #034da9;
  bottom: -30px;
}

.check ul {
  list-style: none;
  padding: 0;
}
.check li {
  padding-left: 1.3em;
}
.check li:before {
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  color: #034da9;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}

footer {
  margin-top: 0 !important;
}
footer > .img_wrap {
  position: relative;
  z-index: 2;
}
#contact_wrap {
  padding-top: 100px;
}

.archive .list-immo {
  padding-bottom: 100px;
}

.lightblue {
  background-color: rgb(244 249 255);
}

.button {
  text-indent: 0;
}

.slider_wrap .slider_wrap2 .quotes .quote .inner .image {
  border-radius: 50%;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
}

.list-immo .bottom {
  background: #fff;
}

header nav > ul > li > ul {
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}

header nav ul.sub-menu > li {
  min-width: 200px;
}

.menu-item-has-children {
  background-image: url(./img/arr.svg);
  background-repeat: no-repeat;
  background-position: right 50% bottom 10px;
}

.smallheader .menu-item-has-children {
  background-position: right 50% bottom 5px;
}

.current-menu-item a {
  opacity: 0.5;
}

main .list-immo .bluebox {
  transform: none;
  -webkit-transform: none;
  margin-top: 200px;
}

.header-image {
  position: absolute;
  z-index: -1;
  height: 450px;
  width: 100%;
  overflow: hidden;
}
img.header-image {
  width: 100%;
  height: auto;
  position: static;
}
main .slider_wrap .slider .slide .image {
  left: auto;
  right: 10%;
  transform: translateX(0%) translateY(-50%);
}
.slider_wrap .slider .slide.align-cr .image {
  transform: translateX(0%) translateY(-50%);
}

.single-format-standard main > div.content-wrapper {
  padding-top: 50px;
}

.single-format-standard main > div.content-wrapper > h1:first-child {
  font-size: 35px;
  line-height: 42px;
}
main .slide a {
  text-decoration: none;
  color: #fff;
}

.additional {
  background: red;
  color: #fff;
  padding: 0.5rem 1rem;
  font-weight: bold;
  position: absolute;
  top: 2rem;
  right: 2rem;
  transform: rotate(10deg);
  z-index: 3;
  font-size: 3rem;
}
.additional.inline {
  position: static;
}

.footerimg {
  padding-bottom: 50px;
}

footer > .img_wrap img {
  z-index: 0;
}
footer .wpb_column {
	opacity:1!important;
}

footer a {
  color: #fff;
  text-decoration: none;
}
.personinfo {
  position: absolute;
  color: #fff;
  bottom: 2rem;
  right: 2rem;
  max-width: 300px;
  z-index: 10000001;
}

@media (max-width: 800px) {
  .footerimg {
    text-align: center !important;
  }
  footer {
    margin-top: 100px !important;
  }
  .page-id-248 .wpb_single_image {
    text-align: center !important;
    margin-right: 0 !important;
  }
  .slider_wrap .slider .slide {
    height: 400px !important;
  }
  .contact {
    text-align: center;
  }
}
@media (min-width: 1000px) {
  .single-immo main {
    padding-top: 200px;
  }
  .single-immo main div.content-wrapper > h1:first-child {
    font-family: "Titillium Web";
    font-size: 55px;
    line-height: 73px;
  }
}

.menu-item:focus {
	.sub-menu {
		display: flex;
	}
}

.immo_triple .head {
	position: absolute;
	display: flex;
	top: auto;
	bottom: 2rem;
	left: 0;
	padding: 1rem;
	margin: 1rem;
	width: auto;
	background-color: #0064c2;
}

.immo_triple_topic .head {
	position: absolute;
	display: flex;
	top: auto;
	bottom: 2rem;
	left: 0;
	padding: 1rem;
	width: auto;
	margin: 1rem;
	background-color: #0064c2;
}

.bluebox > .fields > .field > label {
	opacity: 1 !important;
}

.bluebox > .fields > .button.icon:after{
	min-height: 24px;
	min-width: 24px;
}

.bluebox > .fields .button:hover{
	background-color: #f0f0f0 !important;
	color: #0064c2 !important;
}
/*
.text_black {
	color: black !important;
}

.archive.category .posts .post .date_author, .archive.date .posts .post .date_author, .single-post .posts .post .date_author, .blog .posts .post .date_author {
	color: black !important;
}
.archive.category .posts .post .date_author, .archive.date .posts .post .date_author, .single-post .posts .post .date_author, .blog .posts .post .date_author {
	color: black !important;
}
*/

.menu > .menu-item:focus-within > ul {
	display: block !important;
}

.textcontent {
	color: white;
}

.slider_wrap .slider .slide.align-cl .image {
	transform: translatey(-70%);}