/* 
Theme Name: Verantwortung Hello Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
.text-legende {color: rgb(85, 93, 102); font-size:13px;font-weight: 400; line-height:
18.2px;margin-bottom:
13px;margin-top:
6.5px;text-align:
	center;}

.elementor-widget-theme-post-excerpt .elementor-widget-container {
    letter-spacing: 0.7px;
}

/* Fonts for Multilanguage */

@font-face {
	font-family: 'Space Text';
	font-style: normal;
	font-weight: 200;
	src: url('fonts/SpaceText-Light-2.woff') format('woff');
}
@font-face {
	font-family: 'Space Text';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/SpaceText-Regular-2.woff') format('woff');
}
@font-face {
	font-family: 'Space Text';
	font-style: normal;
	font-weight: 500;
	src: url('fonts/SpaceText-Medium-2.woff') format('woff');
}
@font-face {
	font-family: 'Space Text';
	font-style: normal;
	font-weight: 600;
	src: url('fonts/SpaceText-SemiBold-2.woff') format('woff');
}
@font-face {
	font-family: 'Space Text';
	font-style: normal;
	font-weight: 700;
	src: url('fonts/SpaceText-Bold-2.woff') format('woff');
}

body {
	font-family: 'Space Text', arial, sans-serif;
}

/* unvisited link */
a:link {
  color: #ff5147;
}


/* mouse over link */
a:hover {
  color: grey;
}

.wp-block-image figcaption {
    margin-top: 1px;
    margin-bottom: 3em;
    color: #222;
    text-align: center;
    font-size: 14px;
}