/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.2.1.1575891658
Updated: 2019-12-09 12:40:58

*/

/* Code for Buttons in Termine */
a {
    color: #ca000a;
}

.my-tribe-bottom-button{
	margin-top: 0px !important;
	margin-bottom: 50px !important;
}

.my-tribe-top-button{
	margin-bottom: 20px !important;
}

.tribe-events-schedule.tribe-clearfix{
	margin-bottom: 10px;
}

/* pulsing a menue-link */

.link-pulse {
	animation: pulsee 5s linear infinite;
}

.link-pulse:hover {
  animation: none;
}

@keyframes pulsee {
    0% {
     transform: scale(1, 1);	
    }

    50% {
     transform: scale(1.08, 1.08);
    }

    100% {
    transform: scale(1, 1);	
    }
}

.textarea-smaller{
	padding-left: 10%;
	padding-right: 10%;
	
}

.custom-picture-zentriert .aligncenter{
	margin: auto !important;
}

