/*
Theme Name: R4R-theme
Theme URI: 
Author: Klasse & Methode
Author URI: https://klasse-methode.it
Description: Based on child theme Blogus
Version: 1.0.0.1
Requires PHP: 7
Tested up to: 6.1.1
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Template: blogus
Text Domain: blogpaper
Tags: 
*/
a:focus {
  outline: 1px solid;
  text-decoration: underline;
}

a {
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
}

a:visited {
  text-decoration: underline;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select {
  border-radius: 15px;
  margin-right: 10px;
}
/*---------------------------------------
	Top Bar           
-----------------------------------------*/
.bs-head-detail {
  padding: 8px 0;
  position: relative;
  z-index: 1;
}
.bs-head-detail ul {
  display: flex;
  margin: 0;
  padding: 0;
}
.bs-head-detail .info-left {
  justify-content: flex-start;
}
.bs-head-detail .info-left li {
  display: inline-block;
  margin-right: 15px;
  padding: 0;
}
.bs-head-detail .info-left li a {
  font-size: 13px;
}
.bs-head-detail .info-left i {
  font-size: 14px;
  padding-right: 10px;
}
.bs-head-detail .btn-theme.quote {
  margin: -5px 0 -5px 0;
  border-radius: 0;
  float: right;
}
.bs-head-detail .top-date {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.bs-head-detail .top-date .day {
  font-size: 14px;
  margin-right: 6px;
  line-height: 0.8;
  font-weight: 700;
  letter-spacing: 0.2px;
}
.bs-head-detail .top-date .deta {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  word-break: break-word;
}
.bs-head-detail .top-date .time {
  padding: 0 4px;
  height: 20px;
  line-height: 1;
  display: flex;
  align-items: center;
  margin-top: 3px;
}
.btn.btn-subscribe {
  padding: 0 8px;
}
.bs-head-detail .info-right {
  justify-content: flex-end;
}
.info-right li {
  display: inline-block;
  margin-right: 15px;
  padding: 0;
}
.info-right li:last-child {
  margin-right: unset;
}
.bs-head-detail .info-right li a {
  font-size: 13px;
}
.bs-head-detail .info-right i {
  font-size: 14px;
  padding-right: 10px;
}
.bs-head-detail .bs-social {
  padding: 0;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.bs-head-detail .bs-social li {
  margin: 0;
  padding: 0;
  display: inline-flex;
}
.bs-head-detail .bs-social li a i {
  font-size: 14px;
  padding-right: unset;
}
.bs-social a {
  text-decoration: none;
}

/* -------default two---- */
.bs-headtwo .navbar-wp {
  margin: 0 0 10px;
  z-index: 999;
  transition: all 1s ease-out;
  border-radius: 0;
  min-height: 90px;
  height: auto;
}
.navbar-header .navbar-brand {
  margin-right: unset;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
}
.bs-headtwo .navbar-header img {
  width: 100%;
  height: 100%;
}
.bs-headtwo .desk-header {
  padding: 0px;
}
.desk-header a {
  text-decoration: none;
}
.bs-headtwo .navbar-wp .navbar-nav > li > a {
  padding: 7px 15px;
}
.bs-headtwo [role="button"] {
  cursor: pointer;
  padding: 15px 0;
}
.desk-header .switch {
  display: none;
}

.site-branding-text .site-description {
  font-size: 12px;
  font-family: "Tilt-Warp", Arial, sans-serif;
  margin-bottom: 18px;
  font-weight: 500;
  
}
.widget_block .wp-block-search__button {
  margin-bottom: 0px;
}

.nav_all {
  display: flex;
}

.navbar-wp .navbar-brand {
  padding: 15px 0px 0px 0px;
}

/* R4R Theme additions*/
@font-face {
  font-family: "Tilt-Warp";
  font-display: swap;
  font-weight: 400;
  font-style: normal;
  src: url("TiltWarp-Regular.ttf");
}
@font-face {
  font-family: "Inter";
  font-display: swap;
  font-weight: 500;
  font-style: medium;
  src: url("Inter-Medium.ttf");
}
@font-face {
  font-family: "Inter";
  font-display: swap;
  font-weight: 700;
  font-style: bold;
  src: url("Inter-Bold.ttf");
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

body {
  font-family: "Inter", Arial, sans-serif;
  font-weight: 500;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Tilt-Warp", Arial, sans-serif;
  font-weight: 500;
  margin-top: 1rem;
}
.bs-widget h2 {
  margin-top: 0rem;
}

.widget_mslswidget a {
  display: inline-block;
  margin-right: 10px;
}
.widget_mslswidget a.current_language img {
  display: inline-block;
  border: 2px solid #ff0000;
}

wp-block-search__inside-wrapper {
  line-height: 1;
}
.widget_block .wp-block-search__button {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.bs-card-box {
  border-radius: 15px !important;
}
.blogus-categories {
  border-radius: 15px !important;
}
.bs-blog-post {
  border-radius: 15px;
}
.bs-blog-post .title {
  margin-bottom: 8px;
}
.bs-blog-category {
  margin-bottom: 8px;
}
.bs-sidebar .bs-widget {
  border-radius: 15px !important;
}
.bs-widget ul li {
  border-style: none;
  margin: none;
}
.navbar-wp .dropdown-menu > li > a {
  border-radius: 15px;
}
.navbar-wp .dropdown-menu {
  border-radius: 15px;
  border: 2px, var(--border-color);
}
.navbar-wp .navbar-nav > li > a {
  font-family: "Tilt-Warp", Arial, sans-serif !important;
}
.right-nav a,
.switch .slider::before {
  background-color: #ff0404;
}
.right-nav {
  vertical-align: middle;
}

.bs-headtwo .navbar-wp {
  background-color: inherit;
}

.container {
  flex-direction: column;
}

.widget_block h2 {
  margin-bottom: 10px;
  border-style: none;
}
.bs-widget-title {
  margin-bottom: 0px;
  border-style: none;
}
.bs-sidebar .bs-widget {
  padding: 15px 30px 15px 30px !important;
}
.bs-menu-full {
  margin-top: 0px;
}
.navigation.post-navigation {
  display: none;
}
.navigation.pagination .nav-links .page-numbers, .navigation.pagination .nav-links a {
  border-radius: 15px;
}
.col-md-12 .navigation p {
  display: none;
}
.post-share-icons {
  padding-bottom: 0px;
}

.navbar-nav {
  border-radius: 15px;
}

.justify-content-md-end {
  justify-content: center !important;
}
.col-md-6 {
  width: 100% !important;
}

.pal_donation_button {
  line-height: 0;
  margin-bottom: 15px;
}

footer .bs-footer-bottom-area {
  padding-bottom: 0px !important;
}

.fa-twitter::before {
  content: "\e61b";
}

.list-blog .back-img {
	background-size: contain !important;
}

.wp-block-gallery {
  margin-bottom: 2rem;
  margin-top: 2rem;
}

@media (max-width: 767.98px) {
  .text-xs {
    text-align: left;
  }
  .list-blog.bs-blog-post {
    padding: 20px;
  }
}
@media (max-width: 950px) {
  .navbar .container {
    display: block;
  }
  #content {
    padding-bottom: 0px;
  }
}

@media (min-width: 992px) {
  #navbar-wp {
    position: relative;
  }

  /* Ueber uns */
  .menu-item-66.active::after,
  .menu-item-31.active::after {
    background-color: var(--r4r-color-menu-pink);
    content: "";
    clip-path: ellipse(150px 300px at 52% 25%);
    position: absolute;
    left: -270px;
    top: -340px;
    z-index: -1;
    transform: rotate(-45deg);
    width: 500px;
    height: 500px;
    opacity: 0.5;
  }
  /* Projekte */
  .menu-item-4092.active::after,
  .menu-item-3306.active::after {
    background-color: var(--r4r-color-menu-pink);
    content: "";
    clip-path: ellipse(130px 300px at 52% 25%);
    position: absolute;
    left: -270px;
    top: -340px;
    z-index: -1;
    transform: rotate(-35deg);
    width: 500px;
    height: 500px;
    opacity: 0.5;
  }
  /* Kalender */
  .menu-item-135.active::after,
  .menu-item-118.active::after {
    background-color: var(--r4r-color-menu-pink);
    content: "";
    clip-path: ellipse(130px 370px at 52% 25%);
    position: absolute;
    left: 130px;
    top: -410px;
    z-index: -1;
    transform: rotate(+35deg);
    width: 500px;
    height: 500px;
    opacity: 0.5;
  }

  /* Spenden */
  .menu-item-127.active::after,
  .menu-item-107.active::after {
    background-color: var(--r4r-color-menu-pink);
    content: "";
    clip-path: ellipse(150px 360px at 52% 25%);
    position: absolute;
    left: 250px;
    top: -390px;
    z-index: -1;
    transform: rotate(+45deg);
    width: 500px;
    height: 500px;
    opacity: 0.5;
  }

  /* footer */
  footer .overlay {
    position: relative;
    padding-top: 100px;
  }
  footer .col-md-6 {
    position: relative;
    z-index: 10;
  }
  .footer-graphics-container {
    position: relative;
    z-index: 10;
  }

  .footer-bg-graphic1 {
    background-color: var(--r4r-color-menu-pink);
    content: "";
    clip-path: ellipse(250px 150px at 12% 45%);
    position: absolute;
    bottom: -340px;
    z-index: -1;
    transform: rotate(-50deg);
    height: 600px;
    width: 500px;
    opacity: 0.5;
    left: 180px;
  }

  .footer-bg-graphic2 {
    background-color: var(--r4r-color-menu-pink);
    content: "";
    clip-path: ellipse(420px 180px at 30% 65%);
    position: absolute;
    bottom: -330px;
    z-index: -2;
    transform: rotate(-30deg);
    height: 500px;
    width: 600px;
    opacity: 0.5;
    left: 200px;
  }
  .footer-bg-graphic3 {
    background-color: var(--r4r-color-menu-pink);
    content: "";
    clip-path: ellipse(450px 270px at 29% 68%);
    position: absolute;
    bottom: -380px;
    left: 240px;
    z-index: -2;
    transform: rotate(-35deg);
    height: 700px;
    width: 650px;
    opacity: 0.5;
  }

  .bs-blog-post .bs-header {
    padding-top: 45px;
    padding-right: 45px;
    padding-left: 45px;
    padding-bottom: 20px;
  }
  .bs-blog-post .small {
    padding-right: 45px;
    padding-left: 45px;
    padding-bottom: 45px;
  }
}
#sidebar-right {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 250px;
}

/* calendar styling */
.tribe-events-l-container {
  padding: 25px !important;
}

.tribe-events button {
  padding-left: 10px;
  padding-right: 10px;
}

#tribe-events-search-container, .tribe-events-header__events-bar {
  display: none !important;
}

.tribe-events-calendar-list__event-row {
  border-top: 1px solid var(--border-color) !important;
  padding-top: 15px !important;
  margin-bottom: 10px !important;
  margin-top: 20px !important;
}

/* editor styling */
.wp-switch-editor {
  margin: 10px 0px 10px 5px !important;
  padding: 0px 10px 0px 10px !important;
}
.html-active .switch-html, .tmce-active .switch-tmce {
  border-bottom-color: #e2e8f0 !important;
}

figure.post-thumbnail a img {
    max-width: 100%;
    height: auto;
}
