*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.wporg-box p {
	color: green;
}
.row-gs-course { 
  /* max-width: fit-content; */
  font-family: Arial, Helvetica, sans-serif;
}
.content-course{ 
  border-radius: 1rem;
  padding: 1rem 2rem 0rem 2rem;
  transition: all 0.3s;
  max-width: none!important;
}
.card {
  font-size: 0.9rem;
  margin-top: 1.5rem;
  border-radius: 1rem;
  border: 1px solid #707070;
}
.card-title {
  margin-top: 0.5rem;
  font-size: 1em;
  min-height: 3em;
  cursor: pointer;
}
.card-body .price {
  font-size: 1.8em;
  margin-bottom: 1rem;
}
.row-gs-course small,.row-gs-course .small {
  font-size: 1em;
  line-height: 1rem;
}

.card-img,
.card-img-top {
  /* background-image: url('/assets/images/logo.png'); */
 /* min-height: 4rem;*/
  height: 100%;
  border-radius: 1rem 1rem 0 0;
}
.card-body .btn-sm {
  border-radius: 0.3rem;
  padding: 0.5rem;
}
.card .pinned-tag{    
  font-size: 1.2rem;
  position: absolute;
  border-radius: 0.95rem 0 0 0;
  padding: 1rem 1rem 0.5rem;
  /*color: #FFFFFF;*/
}
.card .pinned-tag .small{
  font-size: 0.5em;
}
.btn-default{
  border-color: #707070;
  color: #707070;
}
.full-width {
  width: 100%;
}
.fw-bold {
  font-weight: 700 !important;
}
.pointer {
  cursor: pointer;
}
.card-body .price small {
  font-size: 0.5em;
}

.btn-filter{
  font-family: Cavolini !important;
}

.title-course {
  font-family: Cavolini bold!important;
  font-size: 30px;
  line-height: 30px;
}

/*---------------carousel----------------*/
.carousel-indicators {
  bottom: -13%;
}
.carousel-indicators button {
  width: 10px!important;
  height: 10px!important;
  border-radius: 100%!important;
}
.carousel-control-prev, .carousel-control-next {
  background-color: transparent!important;
  position: absolute;
}
.carousel-control-prev-custom {
  left: -13%;
}
.carousel-control-next-custom {
  right: -13%;
}
.carouselSlides {
  width: 90%;
  margin: auto;
}
.carouselSlides .card-img-top {
  border-radius: 0 1rem 1rem 0;
}
.carouselSlides .carousel-control-prev {
  left: -5%;
  width: 5%;
}
.carouselSlides .carousel-control-next {
  right: -5%;
  width: 5%;
}
.carouselSlides .carousel-control-prev .carousel-control-prev-icon, .carouselSlides .carousel-control-next .carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
}


.pinned-block{ 
  height: 5rem;
  display: block;
}
.pinned-block .pinned-tag{
  left: 4rem;
  border-radius: 0;
  background: #fff;
  color: #454A5D;
  padding: 0.5rem 1rem 0.5rem;
}
.carouselSlides .card-body{
  padding-left: 4rem;
}
.btn-detail{
  position: absolute;
  bottom: 1rem;
  width: 20%;
  transition: all 0.3s;
}
.btn-detail:hover{
  opacity: 0.9;
}

/*.card-courses-filter {
  color: #fff;
  font-size: 1.2em;
  padding-bottom: 3.5rem;
  padding-top: 3.5rem;
  cursor: pointer;
  transition: all 0.3s;
}*/

.card-courses-filter {
  color: #fff;
  font-size: 1.2em;
  padding-bottom: 3.5rem;
  padding-top: 3.5rem;
  cursor: pointer;
  transition: all 0.3s;
}

.card-courses-filter.active {
  border: 2px solid #464b5c!important;
}
.card-courses-filter:hover {
  opacity: 0.9;
}
.card-courses-filter .card-body {
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-courses-filter.card-green{
  background: #007f49;
  border-color: #007f49;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-courses-filter.card-blue{
  background: #2a3579;
  border-color: #2a3579;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-courses-filter.card-yellow{
  background: #f49a01;
  border-color: #f49a01;

}
.card-courses-filter.card-red{
  background: #bf2327;
  border-color: #bf2327;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* css loader */
.overlay {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.4);
  z-index: 2;
  border-radius: 1rem;
}
.lds-roller {
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 80px;
  left:48%;top:40%;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


@media only screen and (max-width: 767px){
  .title-course {
    font-size: 24px;
  }
  .content-course{ 
    padding: 0;
    background: none!important;
  }
  .btn-detail{
    position: unset;
    width: 100%;
   
  }
  .carouselSlides .card-body {
    padding-left: 1em;
  }  .carouselSlides .carousel-control-prev {
    left: -10%;
    width: 10%;
  }
  .carouselSlides .carousel-control-next {
    right: -10%;
    width: 10%;
  }
  .card-img-top {
    border-radius: 1rem 1rem 0 0;
  }
  .pinned-tag-mobile {
    width:auto;
    background: #fff;
    color: #454A5D!important;
    padding: 0.5rem 1rem 0.5rem!important;
  }
  .carouselSlides .card-img-top {
    border-radius: 1rem 1rem 0 0;
  }
  .carouselSlides {
    width: 100%;
    margin-bottom: 3rem;
  }

 
}




.form-control-color {
  min-height: 30px!important;
}
.color-label {
  width: 21%;
  vertical-align: bottom;
}



div#header-widget-area {
  width: 100%;
  background-color: #f7f7f7;
  border-bottom:1px solid #eeeeee;
  text-align: left;
  padding-top: 2em;
  padding-left: 90%;
  padding-bottom: 1em;
}
h2.chw-title {
  margin-top: 0px;
  text-transform: uppercase;
  font-size: small;
  background-color: #feffce;
  width: 10em;
  padding: 1em;
  }

#cartModal *{
  font-family: Arial, Helvetica, sans-serif;
}

.modal-title, .to-filemaker, .back{
  font-family: Cavolini bold !important;
}

.content-course *{
  font-family: Arial, Helvetica, sans-serif;
}
.content-course-list *{
  font-family: Arial, Helvetica, sans-serif;
}

.list-titel{
  font-family: Cavolini bold;
  font-size: 30px;
}

#online_or_hybrid, #zahlungsart{
  border-radius: 0; 
}



.list-label, .list-label-cart{
  border-color: #464b5c;
  background-color: #464b5c;
  color: white;
}

.list-cart{
  border: 6px solid #464b5c;
  border-radius:3rem;
}

.row{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -md-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.preis{
  color:red; 
}

.cart_icon{
  display: block; 
  width: auto; 
  height:  auto; 
  padding: 0; 
  margin-left: -3em;
  display: inline;
  float: left;
  z-index: 0;
}

#count_icon{
  font-size: x-small;
  font-weight: bolder; 
  width:2.5em; 
  text-align: center; 
  height: 2.5em; 
  color:white;
  padding: 0;
  margin-top: -1.1em;
  margin-right: -0.1em;
  background-color: #c4c08e;
  z-index: 1;
  overflow: hidden;
}
div.icons {
  display: flex;
  flex-flow: row;
}
img.cart_icon {
order: 2;
}
img#count_icon {
order: 1;
}

.list_cart{
  border: 8px solid #767171; 
  border-radius:1.5em; 
  font-family: Arial, Helvetica, sans-serif !important;
}

.button-to-cart{
  margin: auto;
  min-height: 38px;
  border-radius: 0; 
  background-color:#c4c08e;
  width: 90%;
}

.list-value{
  background-color: white;
}
.list-label{
  height: 38px;
  display: flex;
  align-items: center;
  font-family: Arial, Helvetica, sans-serif;
}

.list-value, .preis, .button-to-cart{
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Arial, Helvetica, sans-serif;
}

.list-value-cart{
  text-align: center;
}

@media (max-width: 425px) {
  .font-size-mobile{
    font-size: 10px;
    display: inline-block;
  }
  .titel-list{
    font-size: 10px !important;
  }
  .list-label-cart, .list-value-cart{
    font-size: 10px;
    display: block;
  }
  .titel-list-cart{
    font-size: 10px !important;
  }
  .pagination{
    font-size: 10px;
  }
}

.col-auto {
  padding-right: 0;
}

@media (max-width: 425px) {
  .dot {
    height: 14px;
    width: 14px;
    border-radius: 50%;
    display: inline-block;
    margin: 0;
  }
}
.dot {
  height: 18px;
  width: 18px !important;
  border-radius: 50%;
  display: inline-block;
  margin: 0 !important;
}

.green {
  background-color: #007f49;
}

.yellow {
  background-color: #F7D358;
}

.orange {
  background-color: #ff8800;
}

#count-by-seit{
  height: 28px !important;
}

.to-page{
  max-width: 40px !important;
  height: 28px;
}

.page-select{
  display: inline-block;
}

.pagination{
  display: flex;
  justify-content: center;
  align-items: center;
}


input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}


input[type=number] {
  -moz-appearance: textfield;
}

.btn-prev, .btn-next{
  border: none;
  background-color: white;
}

.pagination ul{
  list-style-type: none;
}

.pagination ul li{
  display: inline-table;
}

.pagination ul li:hover{
  cursor: pointer;
}

/*.content-list{
  border: 10px solid #767171; 
  border-radius:4rem;
}*/
.pagination{
  display: flex;
  flex-wrap: wrap;
  background-color: transparent !important;
}