/*!
Theme Name: Sportbrain Basic Lite
Theme URI: https://sportbrain.de
Author: Karsten Bremer
Author URI: https://www.linkedin.com/in/karsten-bremer-59574a46/
Description: Simple Theme, loves Elementor + Litepseed Apache
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sportbrain
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Sportbrain Basic Lite is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/**
 * Remove the margin in all browsers.
 */
 body, html {
	margin: 0;
	overflow-x: hidden;
}

p {
	margin-top:0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

.red {
	color:var(--e-global-color-accent);
}

.NL_slider .carousel-arrow {
	position: absolute !important;
    top: calc(100% + 40px) !important;
}

.NL_slider .carousel-arrow {
	opacity: .7;
}

.NL_slider .carousel-arrow:hover {
	opacity: 1;
}

.NL_postlist .elementor-post__read-more:after {
	content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11.51" height="11.438" viewBox="0 0 11.51 11.438"><g id="Gruppe_8234" data-name="Gruppe 8234" transform="translate(-58.939 -0.014)"><g id="Gruppe_8210" data-name="Gruppe 8210" transform="translate(58.939 0.368)"><line id="Linie_156" data-name="Linie 156" x2="10.803" transform="translate(0 5.365)" fill="none" stroke="%23e2142a" stroke-miterlimit="10" stroke-width="1"/><path id="Pfad_22285" data-name="Pfad 22285" d="M26.781,11.084l5.365-5.365L26.781.354" transform="translate(-21.344 -0.354)" fill="none" stroke="%23e2142a" stroke-miterlimit="10" stroke-width="1"/></g></g></svg>');
	margin-left:5px;
}

.NL_postlist .elementor-post__read-more {
	border-bottom: 1px solid;
    padding-bottom: 5px;
}

.main_cta a {
	background: var(--e-global-color-accent) !important;
	padding: 8px 14px !important;
	color: white !important;
	-webkit-transition: all .2sease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2sease-in-out;
	border-radius: 8px;
}

.NL_slider .carousel-arrow.carousel-prev {
	left:calc(50% - 80px) !important;
}

.NL_slider .carousel-arrow.carousel-next {
	right:calc(50% - 80px) !important;
}

.borderbox {
	border-radius: 8px !important;
    overflow: hidden !important;
}

/* ----------------------------------------------
ANIMATION
------------------------------------------------*/

@keyframes flickerAnimation {
	0%   { opacity:0;top:0 }
	100% { opacity:1; top:20px}
  }
  @-o-keyframes flickerAnimation{
	0%   { opacity:0;top:0 }
	100% { opacity:1; top:20px}
  }
  @-moz-keyframes flickerAnimation{
	0%   { opacity:0;top:0 }
	100% { opacity:1; top:20px}
  }
  @-webkit-keyframes flickerAnimation{
	0%   { opacity:0;top:0 }
	100% { opacity:1; top:20px}
  }
  .animate-flicker {
	 -webkit-animation: flickerAnimation 1.5s infinite;
	 -moz-animation: flickerAnimation 1.5s infinite;
	 -o-animation: flickerAnimation 1.5s infinite;
	  animation: flickerAnimation 1.5s infinite;
  }

/* ----------------------------------------------
BREAKPOINTS
------------------------------------------------*/
@media (max-width:1024px) {
	.main_cta a {
		display: table !important;
    margin-left: 20px !important;
    margin-top: 10px !important;
	}
}


  @media (min-width:768px) {

	.NL_slider.cards .slick-slide {
		margin:0 10px !important;

	}
  }