/*
Theme Name: GRANIT PARTS Landing
Theme URI: https://welcome.granit-parts.com
Author: Matthias Klindworth
Author URI: http://www.k-evolution.de
Description: Template WordPress GRANIT PARTS Landing
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: GRANIT PARTS Landingpages
*/

@font-face {
   	font-family: Montserrat;
    font-style: normal;
    src: url("fonts/Montserrat-VariableFont_wght.ttf");
}
@font-face {
   	font-family: Montserrat;
    font-style: italic;
    font-display: swap;
    font-weight: 500;
    src: url("fonts/Montserrat-Italic-VariableFont_wght.ttf");
}



body, body * {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body a {
	color: inherit;
}

strong {
	font-weight: 700;
}


.container {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	padding: 50px 0;
}

header {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	padding: 30px 0;
}
header img {
	max-width: 200px;
}

.wp-block-image img {
	height: auto;
}


footer {
	padding: 30px;
}
footer, footer * {
	text-align: center;
	color: #c3c3c3;
	font-size: 0.9em;
}

.hidden {
	display: none;
}
.center .wp-block-buttons,
.center {
	text-align: center !important;
}
.center .wp-block-buttons {
	justify-content: center;
}
.center label,
.left {
	text-align: left;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
*[class^='w-'] {
	margin: auto;
}
.w-75 {
	width: 900px;
	max-width: 75%;
}
.w-50 {
	width: 600px;
	max-width: 50%;
}
.w-33 {
	width: 400px;
	max-width: 33.3%;
}
.w-26 {
	width: 300px;
	max-width: 25%;
}

.p1 {
	padding: 1rem;
}
.p2 {
	padding: 2rem;
}
.p3 {
	padding: 3rem;
}

.half {
	background-color: transparent !important;
	background-position: top center !important;
	background-size: 100% 65% !important;
	background-repeat: no-repeat !important;
}

.ok li {
	list-style-image: url(/wp-content/uploads/ok.png);
	margin: 30px 0;
}

.wp-block-group__inner-container > * {
	margin: 30px auto;
}

.close {
	text-decoration: none;
	font-size: 2em;
	padding: 0 5px;
	margin: 5px 0;
}

/* Forms */
form {
	margin: 0px;
	padding: 0px;
}
.form-info,
label {
	display: block;
	margin: 10px 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.9em;
}
.form-info {
	/*padding-left: 31px;*/
}
form .wp-block-column,
form .wp-block-column * {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
select,
input[type=text],
input[type=email] {
	display: block;
	margin: 5px 0;
	padding: 5px;
	font-size: 1em;
	border: 1px solid #000;
	min-height: 21px;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select {
    /*box-shadow: 0 1px 0 1px rgba(0,0,0,.04);*/
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
      linear-gradient(to bottom, #ffffff 0%,#eeeeee 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}
/* Hide arrow icon in IE browsers */
select::-ms-expand {
    display: none;
}
/* Hover style */
select:hover {
    border-color: #888;
}
input[type=checkbox] {
	font-size: 1em;
	margin-top: 5px;
	margin-right: 5px;
	border: 1px solid #000;
	height: 21px;
	width: 21px;
	/*-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;*/
	vertical-align: baseline;
}
select:required,
input[type=checkbox]:required,
input[type=text]:required,
input[type=email]:required {
	border-color: #cd2e26;
}

.box {
	box-shadow: 1px 1px 5px #888;
}
@media(max-width:1024px) {
	.box {
		margin: 0 -30px;
	}
}
#rc-anchor-container,
#rc-anchor-container * {
	max-width: 100% !important;
}