/*
Theme Name:     flaviawasserfallen
Description:    Theme based on Weston from Themetrust
Author:         Jonas Zürcher
Template:       themetrust-weston

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

/* get SP Font*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

html * {
	font-family: 'Inter', sans-serif;
}

p,.content-area li {
	font-size: 1em;
}
.white-text {
color: white!important;
}

#primary header.main h1.entry-title{
	text-align:left;
}
.recaptcha-space{
	padding-top: 20px;
}
a{
	color: #dd3433;
}

a:hover, a:active{
	color: #c72e2d;
}
.isred {
	color: #dd3433 !important;
}
.meta {
	text-align: left;
}
#primary header.main {
	padding-bottom: 10px !important;
	background-color: white;
}

.single #primary .header-wrap, .page #primary .header-wrap, .archive #primary .header-wrap {
    margin-bottom: 20px;
}

.wpcf7-checkbox {
	display: grid;
}

input[type=checkbox], input[type=radio] {
  vertical-align: middle;
  position: relative;
  bottom: -6px;
}


element.style {
    zoom: normal;
    font-size: 100%;
}

/* fix raisenow-form */

div.rnw-widget-container * {
    font-size: 100% !important;
}
