/*
 Theme Name:   Twenty Seventeen Child
 Theme URI:    http://example.com/twenty-seventeen-child/
 Description:  Twenty Seventeen Child Theme
 Author:       Benjamin Ulmer
 Author URI:   http://www.remluben.at
 Template:     twentyseventeen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-seventeen-child
*/

/**
 * Colors
 *
 * primary: #00C1FF
 * call to action: #E8920C;
 */

@media screen and (min-width: 48em) {

	.panel-image {
	    height: 75vh;
	    max-height: 1200px;
	}

	.background-fixed .panel-image {
	    background-attachment: scroll;
	}

}

/* custom styles */

.btn, .btn:hover, .btn:visited, .btn:active, .btn:focus {
	display: inline-block;
	padding: 1.2em;
	border: 0;
	/* remove box shadow */
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

.btn:hover {
	opacity: 0.9;
}

.btn-primary {
	background-color: #E8920C;
	color: 111111;
	font-weight: 600;
}

#contactform {
	visibility: hidden;
	position: absolute;
	top: -40px;
}

/* Plugin Contact Form 7 */

div.wpcf7-response-output {
	margin: 0 !important;
}

.wpcf7-response-output.wpcf7-validation-errors {
	border: 2px solid #ff0000;
}