/*
Theme Name: bwm_template Child
Author: Bayerwald Media - Nico Rank
Author URI: https://bayerwaldmedia.de/
Description: bwm Theme für Wordpress
Version: 0.0.1
Template: bwm_template
Text Domain: bwm_template_child
*/


:root {
  --main-color: #009fe3;
  scrollbar-color: #009fe3 #e7e7e7;
  scrollbar-width: auto;
}

html, body {
  margin: 0 !important;
  padding: 0 !important;
}

/* Custom Markierungen */

::selection {
  color: #FFF;
  background: #009fe3; /* WebKit/Blink Browsers */
}
::-moz-selection {
  color: #FFF;
  background: #009fe3; /* Gecko Browsers */
}

/* Scrollbar */

/* width */
::-webkit-scrollbar {
  width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #e7e7e7;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #009fe3;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #2BBFFF;
}

.list-hashtag li{
    background-image: url('https://bayerwaldmedia.de/wp-content/uploads/2020/06/segel.svg');
    background-repeat: no-repeat;
    line-height: 20px;
    background-position: 100% center;
    list-style-type: none;
    padding: 5px 30px;
    background-size: 15px;
}

.list-hashtag li a{
    color: #7a7a7a;
}

.list-hashtag li a:hover{
    color: #009fe3;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.list-linksbund li{
    background-image: url('https://bayerwaldmedia.de/wp-content/uploads/2020/06/segel.svg');
    background-repeat: no-repeat;
    line-height: 23px;
    background-position: 0px center;
    list-style-type: none;
    padding: 5px 30px;
    background-size: 15px;
}

.list-linksbund li a{
    color: #7a7a7a;
}

.list-linksbund li a:hover{
    color: #009fe3;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.list-linksbund {
    padding: 0px;
}

button[type="submit"]:hover {
    cursor: pointer;
    background: #2BBFFF !important;
}

.tnp-submit {
    border-radius: 10px 10px 0px 10px;
    background: #009fe3 !important;
    border-style: none !important;
    font-size: 0.9rem !important;
    text-transform: uppercase !important;
    font-weight: 600;
    transition: all 0.2s linear;
}

.tnp-submit:hover {
    cursor: pointer;
    background: #2BBFFF !important;
}

.tnp-subscription {
    margin-left: 0px !important;
    margin-right: auto;
}

.tnp-privacy-field a {
    color: #ffffff !important;
}

.tnp-privacy-field a:hover {
    text-decoration: underline;
}

.tnp-field-email label {
  color: #fff !important;
  font-size: 1.6rem !important;
  text-transform: uppercase !important;
}

.tnp-email {
  border-radius: 10px 10px 0px 10px !important;
}


.elementor-cta__button {
  border-radius: 10px 10px 0px 10px !important;
}

.elementor-shape-top {
  top: 0 !important;
}

.elementor-post__card {
  border-radius: 0px !important;
}

p > a{
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	background-image: linear-gradient(to top, var(--main-color) 30%, transparent 30%);
	background-size: 100% 1em;
	background-repeat: no-repeat;
	background-position: 0 90%;
	transition: background-image 0.3s, opacity 0.3s;
}

p > a:hover {
	color: #fff;
	background-image: linear-gradient(to top, var(--main-color) 100%, transparent 100%);
}