/*
Theme Name: Roman Pichler 2019
Theme URI: https://www.romanpichler.com
Author: RocketMill
Author URI: http://www.rocketmill.co.uk
Description: The new theme for romanpichler.com, created in 2019 by RocketMill Ltd.
Version: 1.0.0
*/

.sticky header #logo img {
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0 auto;
position: relative;
    transition-property: all;
    transition-duration: 1s;
    transition-timing-function: ease;
    transition-delay: 0s;
}
	
	header #logo img {
  width: 332px;
  height: 72px;
  text-decoration: none;
  margin: 0 auto 30px;
  opacity: 1;
  display: block;
  position: relative;
  transition: 1s ease all;
}


@media (min-width: 569px) and (max-width: 959px) {

    header #logo {
        width: 280px;
        height: 60px;
    }
    header #logo img, .sticky header #logo img {
        display: none;	
    }	
}



@media(max-width: 568px) {
    header #logo img, .sticky header #logo img {
        display: none;	
    }
}


.hero-four-images, .hero-three-images {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	column-gap: 15px;
}

.hero-four-images div, .hero-three-images div {
	height: 370px;
	position: relative;
}

.hero-four-images div img, .hero-three-images div img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
/*
.contact-header {
	height: 400px;
	cursor: pointer;
	position: relative;
}

.contact-header img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
*/
@media (min-width: 960px) and (max-width: 1200px) {
	.hero-four-images div, .hero-three-images div {
		height: 270px;
	}
}

@media (min-width: 731px) and (max-width: 959px) {
	.hero-four-images div, .hero-three-images div {
		height: 225px;
	}
}

@media (max-width: 730px) {

	.hero-four-images div:nth-child(3) {
		display: none;
	}

	.hero-four-images div, .hero-three-images div {
		height: 150px;
	}
}

#gform_wrapper_3.gform_legacy_markup_wrapper .gform_heading {
    padding: 15px;
}