/*
Theme Name: BlankSlate Child
Theme URI: https://github.com/tidythemes/blankslate
Template: blankslate
Author: TidyThemes
Author URI: http://tidythemes.com/
Description: Please read: tidythemes.com/concept. Donations: https://calmestghost.com/donate. BlankSlate is the definitive WordPress boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/blankslate/issues. Thank you.
Tags: accessibility-ready,one-column,two-columns,custom-menu,featured-images,microformats,sticky-post,threaded-comments,translation-ready
Version: 2021.1629404756
Updated: 2021-08-19 22:25:56

*/
*:not(i) {
	font-family: 'Lato', sans-serif;
}

.home-card {
	background-color: white;
	border-radius: 1rem;
	padding: 1rem;
	padding-right: 2rem;
}

.angebot-links {
	list-style: disc;	
}

.angebot-links>li>a {
	color: black;
	text-decoration: none;
}

.angebot-links>li>a:hover {
	text-decoration: underline;
}


.flex-container {
	display: flex;
}

.justify-space-between {
	justify-content: space-between;
}

.margin-0-auto {
	margin: 0 auto;
}

.hundred-percent-width {
	width: 100%;
}

.red {
	color: red;
}

.contact-submit-btn {
    color: white;
	background-color: #79B4E9;
    transition: all 0.5s;
	border: 2px solid #79B4E9;
	border-radius: 100px;
	cursor: pointer;
	padding: 14px 50px;
	font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
	-webkit-appearance: none;
}

.contact-submit-btn:hover {
	background-color: white;
	color: black;
}

.contact-input {
	color: #666;
    border: 1px solid #ebebeb;
    border-radius: 0;
    padding: 15px 20px;
}

.contact-input:hover {
    border: 1px solid #d4d3d3;	
}   

.justify-center {
	justify-content: center;
}

.margin-top-1 {
	margin-top: 1rem
}

.display-block {
	display: block;
}

.u-mr-1 {
	margin-right: 1rem;
}

.text-align-left {
	text-align: left;
}

/*            */

.u-ml-1 {
	margin-left: 1rem;
}

.wpcf7{
	text-align: center;
}


.fifty-percent-width {
	width: 50%;
}

.margin-y-3 {
	margin: 3rem 0;
}