/*********************************************************/
/*                    user.css                           */
/*            Foerderverein Judo Kenshi                  */
/*       Copyright: Förderverein Judo Kenshi             */
/*           Erstellt: 18.02.2025 v. S.Kuhn              */
/*********************************************************/

/*******************************/
/*          Globals            */
/*******************************/


/* Links ohne Dekoration */

a:not([class]) {
 text-decoration: none;
}

.vert-horiz-center{
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Bilder Mobil-Anpassungen */

@media (max-width: 576px) {
  .col {
    flex: none;
  }
}

/* Suchfeld Anpassung */

.container-header .container-search {
 margin-top: 2.9em;
}

.btn-primary,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus {
    background-color: #89cda7 !important;
    border-color: #a0252c !important;
}

.btn-primary:hover{
    background-color: #a0252c !important;
}

.trenner {
margin-right: 10px;
}

.trenner-1 {
margin-right: 15px;
}

/*****************************/
/*    header - Anpassungen   */
/*****************************/

/*   header Farbe ändern */

.container-header {
  background-color: #a0252c;
  /* background-image: linear-gradient(135deg,white, #a0252c 50%, white); */
  background-image: none;
  border-bottom: 2px solid #616161;
}

/* top-below Farbe ändern */

.container-below-top, .container-topbar {
  color: #fff;
  background-image: linear-gradient(#616161 5%, #a0a0a0, #616161);
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top:10px;
}

/* Main-Menü Anpassungen */

ul.mod-menu a.my-icon-home::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f015";
  margin-right: 4px;
  display: inline-block;
  width: 1.25em !important;
  color: #fff;
}

ul.mod-menu a.my-icon-overus::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\e533";
  margin-right: 4px;
  display: inline-block;
  width: 1.25em !important;
  color: #fff;
}

ul.mod-menu a.my-icon-membership::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f4fc";
  margin-right: 4px;
  display: inline-block;
  width: 1.25em !important;
  color: #fff;
}

ul.mod-menu a.my-icon-sponsors::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\e4fd";
  margin-right: 4px;
  display: inline-block;
  width: 1.25em !important;
  color: #fff;
}

ul.mod-menu a.my-icon-envelope::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f658";
  margin-right: 4px;
  display: inline-block;
  width: 1.25em !important;
  color: #fff;
}

/*  Devider 1 */

.line-icon {
  box-sizing: border-box;
  position:relative;
  text-align: center;
  background-image: url('https://foerderverein-judo-kenshi.de/images/icon-judo.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  font-size:0;
  height: 40px;
  margin-bottom:20px;
}
.line-icon::before, .line-icon::after {
  box-sizing: border-box;
  width: 40%;
  height: 1px;
  border-top: 1px solid #837048;
  display: inline-block;
  content:'';
   margin-left: 5%;
  margin-right: 5%;
    position:relative;
      top: 50%;
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
}

/*     Listen-Stile       */

.list-style-1 ul {
  --icon-space: 1.3em;
  list-style: none;
  padding: 0;
}

.list-style-1 li {
  padding-left: var(--icon-space);
}

.list-style-1 li:before {
  content: "\f101"; /* FontAwesome Unicode */
  font-family: "Font Awesome 6 free";
  display: inline-block;
  margin-left: calc( var(--icon-space) * -1 );
  width: var(--icon-space);
  font-size:12px;
}

/*******************************/
/*           Footer            */
/*******************************/

.footer {
background-color: #a0252c !important;
background-image: linear-gradient(135deg, #a0252c, #a0252c) !important;
}

/* Footer - Boxen */

.footer-block-one {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

/* Inhalt der Footer-Boxen */

.footer-block-one .inner-box {
  position: relative;
  overflow: hidden;
  padding: 45px 20px;
  border-radius: 6px;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  box-shadow: 15px 15px 0 0 $blue;
  width: 100%;
  height: 100%;
}

.footer-block-one .inner-box h3 {
  position: relative;
  z-index: 2;
  color: #a0252c;
  line-height: 1.25em;
  font-weight: 300;
  font-size: 1.75rem;
  text-transform: uppercase;
}

.footer-block-one .inner-box .text {
  position: relative;
  color: #a0252c;
  z-index: 2;
  font-size: 16px;
  line-height: 1.8em;
}

.footer-block-one .inner-box .icon-box {
  position: relative;
  font-size: 24px;
  line-height: 1em;
  color: #a0252c;
  transition: all 300ms ease;
}

.footer-block-one .inner-box a:link {
  color: #a0252b;
}

.footer-block-one .inner-box a:hover {
  color: #a0a0a0;
}

.footer-block-one li {
list-style: none !important;
color: #a0252c;
}

.trenner {
margin-right: 10px;
}

/*****************************/
/*       Zitat-Homesite      */
/*****************************/

.quote-card {
  background: #fff;
  color: #222222;
  padding: 20px;
  padding-left: 50px;
  box-sizing: border-box;
  box-shadow: 0 2px 4px rgba(34, 34, 34, 0.12);
  position: relative;
  overflow: hidden;
  min-height: 120px;
}
.quote-card p {
  font-size: 22px;
  line-height: 1.5;
  margin: 0;
  max-width: 80%;
}
.quote-card cite {
  font-size: 16px;
  margin-top: 10px;
  display: block;
  font-weight: 200;
  opacity: 0.8;
}
.quote-card:before {
  font-family: Georgia, serif;
  content: "“";
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 5em;
  color: rgba(238, 238, 238, 0.8);
  font-weight: normal;
}
.quote-card:after {
  font-family: Georgia, serif;
  content: "”";
  position: absolute;
  bottom: -110px;
  line-height: 100px;
  right: -32px;
  font-size: 25em;
  color: rgba(238, 238, 238, 0.8);
  font-weight: normal;
}
@media (max-width: 640px) {
  .quote-card:after {
    font-size: 22em;
    right: -25px;
  }
}
.quote-card.blue-card {
  background: #0078FF;
  color: #ffffff;
  box-shadow: 0 1px 2px rgba(34, 34, 34, 0.12), 0 2px 4px rgba(34, 34, 34, 0.24);
}
.quote-card.blue-card:before, .quote-card.blue-card:after {
  color: #5FAAFF;
}
.quote-card.green-card {
  background: #00970B;
  color: #ffffff;
  box-shadow: 0 1px 2px rgba(34, 34, 34, 0.12), 0 2px 4px rgba(34, 34, 34, 0.24);
}
.quote-card.green-card:before, .quote-card.green-card:after {
  color:#59E063 ;
}

.quote-card.red-card {
  background: #F61E32;
  color: #ffffff;
  box-shadow: 0 1px 2px rgba(34, 34, 34, 0.12), 0 2px 4px rgba(34, 34, 34, 0.24);
}
.quote-card.red-card:before, .quote-card.red-card:after {
  color:#F65665 ;
}

/*****************************/
/*  Boxen homesite           */
/*****************************/

.service-block-two {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;    
}
.service-block-two .inner-box {
  position: relative;
  overflow: hidden;
  padding: 45px 45px;
  border-radius: 6px;
  background-color: #f5f5f5;  
}
.service-block-two .inner-box:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 50%;
    opacity: 0;
    background-color: #EA4C3D;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}
.service-block-two .inner-box .shape-one {
    content: '';
    width: 250px;
    height: 250px;
    background: #981202;
    border-radius: 50%;
    position: absolute;
    top: -120px;
    opacity: 0.4;
    right: -120px;
    transform: scale(0);
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}
.service-block-two .inner-box .shape-two {
    content: '';
    width: 373px;
    height: 373px;
    background: #a0252b;
    border-radius: 50%;
    position: absolute;
    top: -180px;
    right: -180px;
    z-index: 1;
    opacity: 0;
    transform: scale(0);
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}
.service-block-two .inner-box .icon-box {
    position: relative;
    font-size: 65px;
    line-height: 1em;
    color: #a0252b;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.service-block-two .inner-box .icon-box {
    position: relative;
    z-index: 2;
}
.service-block-two .inner-box .icon-box {
    position: relative;
    font-size: 65px;
    line-height: 1em;
    color: #a0252b;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.service-block-two .inner-box h5 {
    position: relative;
    z-index: 2;
    color: #a0252b;
    font-weight: 600;
    line-height: 1.3em;
    margin: 20px 0px 15px;
}

.service-block-two .inner-box a {
  color: #a0252b;
}
.service-block-two .inner-box .text {
    position: relative;
    color: #a0252b;
    z-index: 2;
    font-size: 16px;
    line-height: 1.8em;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.service-block-two .inner-box:hover::before {
    height: 100%;
    opacity: 1;
}
.service-block-two .inner-box:hover .shape-one {
    transform: scale(1);
    webkit-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    transition-delay: 300ms;
}
.service-block-two .inner-box:hover .shape-two {
    opacity: 0.4;
    transform: scale(1);
    webkit-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    transition-delay: 600ms;
}

.service-block-two .inner-box:hover .icon-box, .service-block-two .inner-box:hover h5 a, .service-block-two .inner-box:hover .text {
    color: #ffffff;
}
.service-block-two .inner-box:hover .icon-box, .service-block-two .inner-box:hover h5 a, .service-block-two .inner-box:hover .text {
    color: #ffffff;
}
.service-block-two .inner-box:hover .icon-box, .service-block-two .inner-box:hover h5 a, .service-block-two .inner-box:hover .text {
    color: #ffffff;
}

.service-block-two .fa:hover {
  /* Change color on hover */
  color: #fff;
}

/* Boxen alle die selbe Höhe */

.my-flex-card > div > div.card {
    height: calc(100% - 15px);
    margin-bottom: 15px;
}

/*******************************/
/* Modul bottom-a full-width   */
/*******************************/

.container-bottom-a
{
  grid-column: full-start/full-end;
  
}
.bottom-a .card-body {
  background-color:#a0a0a0;
}

/*******************************/
/*     Sponsoren - Galery      */
/*******************************/

.sponsor .img-content {
  margin-top:40px;    
}

.sponsor .img-content .title {
  margin-bottom:20px;    
}

.sponsor img {
  -moz-box-shadow:    3px 3px 5px 6px #ccc;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  box-shadow:         3px 3px 5px 6px #ccc;
  margin-bottom:20px;
}

.sponsor .gray img:hover{
  filter: gray;
  -webkit-filter: grayscale(1); 
}

.sponsor .tilt img:hover {
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);          
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}


.sponsor .vertpan img:hover {
  margin-top: -50px;
  -webkit-transition: margin 1s ease;
  -moz-transition: margin 1s ease;
  -o-transition: margin 1s ease;
  -ms-transition: margin 1s ease;
  transition: margin 1s ease;
}

.sponsor .shrink img:hover {
  opacity: 0.7;
  cursor: pointer;
  border-radius: 0px;
  -webkit-transform: scale(1.2, 1.2);
  -webkit-transition-timing-function: ease-out;
  -moz-transform: scale(1.2, 1.2);
  -moz-transition-timing-function: ease-out;
  -ms-transform: scale(1.20, 1.20);
  -ms-transition-timing-function: ease-out;
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -ms-transition-duration: 500ms;
}

.sponsor .tilt img:hover {
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

/*********************************/
/*       Site-box rechts         */
/*********************************/

.card-1 {
  border-left: 1px solid #a0252c;
  border-bottom: 1px solid #a0252c;
  border-right: 1px solid #a0252c;
  border-radius: 6px;
}
  
.card-header-1:first-child {
  border-radius: var(--card-inner-border-radius) var(--card-inner-border-radius) 0 0;
}

.card-header-1 {
  background-color: #a0252c;
  border-bottom: var(--card-border-width) solid var(--card-border-color);
  color: #fff;
  margin-bottom: 0;
  padding: var(--card-cap-padding-y) var(--card-cap-padding-x);
}

/*********************************/
/*         Breadcrumbs           */
/*********************************/

.breadcrumbs {
  display: flex;
  border-radius: 10px;
  margin: auto;
  text-align: center;
  top: 50%;
  width: 100%;
  height: 40px;
  transform: translateY(-50%);
  z-index: 1;
  justify-content: center;
}

.mod-breadcrumbs__item {
  height: 100%;
  background-color: white;
  color: #252525;
  border-radius: 7px;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  transform: skew(-21deg);
  box-shadow: 0 2px 5px rgba(0,0,0,0.26);
  margin: 5px;
  padding: 0 40px;
  cursor: pointer;
}


.mod-breadcrumbs__item:hover {
  background: #a0252c;
  color: #FFF;
}

.mod-breadcrumbs__item a:link {
  text-decoration: none;
}


.mod-breadcrumbs__item a:hover {
  background: #a0252c;
  color: #FFF;
}

.breadcrumbs__inner {
  display: flex;
  flex-direction: column;
  margin: auto;
  z-index: 2;
  transform: skew(21deg);  
}

.breadcrumbs__title {
  font-size: 16px;
  text-overflow: ellipsis;  
  overflow: hidden;
  white-space: nowrap;  
}

.mod-breadcrumbs li:after {
 content:""
 }

.mod-breadcrumbs li:first-child:after,
.mod-breadcrumbs li:last-child:after {
 content:""
}

.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6d757e;
    content: var(--breadcrumb-divider, "\25ba") /* rtl: var(--breadcrumb-divider, "\25c4") */;
}

@media all and (max-width: 1000px) {
.breadcrumbs {
              height: 35px;
             }

.breadcrumbs__title{
             font-size: 11px;
             }
.mod-breadcrumbs__item {
             padding: 0 30px;
            }
}

@media all and (max-width: 710px) {
.breadcrumbs {
             height: 30px;
}
.mod-breadcrumb__item {
             padding: 0 20px;
}

/*********************************/
/*        Team-Cards             */
/*********************************/

.team3 h1,
.team3 h2,
.team3 h3,
.team3 h4,
.team3 h5,
.team3 h6 {
  color: #3e4555;
}

.team3 .font-weight-medium {
  font-weight: 500;
}

.team3 .bg-light {
  background-color: #f4f8fa !important;
}

.team3 .subtitle {
  color: #8d97ad;
  line-height: 24px;
  font-size: 13px;
}

.team3 ul {
  margin-top: 30px;
}

.team3 h5 {
  line-height: 22px;
  font-size: 18px;
}

.team3 ul li a {
  color: #8d97ad;
  padding-right: 15px;
  -webkit-transition: 0.1s ease-in;
  -o-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
}

.team3 ul li a:hover {
  -webkit-transform: translate3d(0px, -5px, 0px);
  transform: translate3d(0px, -5px, 0px);
	color: #316ce8;
}

.team3 .title {
  margin: 30px 0 0 0;
}

.team3 .subtitle {
  margin: 0 0 20px 0;
  font-size: 13px;
}

/*********************************/
/*      Kontakt-Formular         */
/*********************************/

.visform input, .visform select, .visform textarea, .visform .btn {
    border: 1px solid #a0252c !important;
    padding: 8px !important;
}

.abstand{
    margin-top: 30px;
    margin-bottom: 25px;
}


@media (min-width:1400px){
    .offset-xxl-3 {
        margin: 0 auto !important;
    }
}

@media (min-width:300px ) and (max-width: 1400px){
    .offset-xxl-3 {
        margin: 0 auto !important;
        word-wrap: break-word !important;
    }
}

.wortumbruch{
    word-wrap:break-word;
}

