:root{

}

html{
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;

}

header#astroid-header {
  display: none;
}

header#astroid-sticky-header {
  display: flex !important;
  animation: none;
}

::selection {
    background-color: var(--primary) !important;
    color: white;
}

.d-flex.d-lg-none.justify-content-start {
  order: 3;
}



.astroid-container {
  overflow-x: hidden;
}

#astroid-mobilemenu {
  width: 100%;
  margin-top: 85px;
  height: calc(100vh - 85px)!important;
  border-top: 2px solid;
}

#UeberMich p:first-child {
    min-height: 300px;
}
.header-mobilemenu-trigger.burger-menu-button.active{
  pointer-events: none;
}

#astroid-mobilemenu .burger-menu-button {
  display: none !important;
}
#astroid-backtotop{
  border: 2px solid white;
}
body.astroid-mobilemenu-opened .astroid-content:after {
  content: none;
}

.burger-menu-button .inner {
  transition: 0.3s;
}

.burger-menu-button.active .inner {
  width: 0px;
  transition: 0.3s;
}

.burger-menu-button.active .inner::before {
  transform: translateY(10px) rotateZ(45deg);
  /* transform: translateY(10px); */
}

.burger-menu-button.active .inner::after {
  transform: translateY(-10px) rotateZ(-45deg);
}

.astroid-mobilemenu-inner {
  display: flex;
  align-items: center;
}

.astroid-mobilemenu-container .astroid-mobilemenu-inner .menu-item a {
  /*display: flex !important;*/
  width: fit-content !important;
  font-size: 25px;
}

.astroid-mobilemenu-container .astroid-mobilemenu-inner .menu-item {
  border: none !important;
  display: flex !important;
  justify-content: center;

}

.astroid-logo img {
  border-radius: 50%;
}

.astroid-logo::after {
  content: "Fit mit Katha";
  padding-left: 15px;
  font-size: 25px;
  white-space: nowrap;
}

.full-width {
  width: 100vw !important;
  position: relative;
  left: 50% !important;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw;
  background-size: cover;
  background-repeat: no-repeat;
}
#Home{
  margin-bottom:0px;
}
.homeimg {
  background-size: cover;
  height: 100vh;
  background-position-x: center;
  background-position-y: top;
  background-attachment: fixed;
}
@media screen and (max-width: 576px) {
  .homeimg{
    background-attachment: scroll;
  }
  .homeimg h1, .homeimg h3{
  text-align: center;
  }
  .homeimg .btn {
    display: block;
    margin: 20px;
    padding: 15px;
}
}
.homeimg h1{
  padding-top: 25vh;
  font-size: 10vh;
}
.homeimg h3{
  margin-top: -1vh;
  font-size: 4vh;
}
.anchor{
  margin-top:-85px !important;
  padding-top: 85px !important;
}
.imgHeading h3 {
    font-size: 10vh;
    text-align: center;
    color:white;
    padding: 5vh;
    background: var(--primary);
    opacity: 50%;
}

.home-page .astroid-section {
  padding-top: 0px;
  margin-bottom: 85px;
}

#astroid-sticky-header .header-hide {
    display: none;
}

/*----------------------Kontakt Form*/
.cf-contact-form {
  background-color: rgba(195, 195, 195, 1);
}

/*----------------------Playlist---------------------*/
.playlist {
  flex-wrap: wrap;
  padding: 20px 0px 20px 0px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.spotify-follow {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.spotify-follow iframe {
  width: 170px;
  margin: auto !important;
}

.playlist h3 {
  text-align: center;
  margin: 0px 20px 20px 20px;
  font-size: 35px;
}

.playlist>iframe {
  border-radius: 20px;
  margin: 0px 20px 0px 20px;
  overflow: hidden;
}

/*----------------------Anmeldung--------------------*/
.form-wrapper {
  height: 50vh;
  width: 100%;
  overflow: hidden;
  background: lightgray;
}

.form-slider {
  transform: translateX(-41.17647%);
  display: flex;
  width: 170%;
  height: 100%;
  flex-wrap: nowrap;
  transition: 1.2s easeOut;
}

.big-slide {
  height: 100%;
  width: 41.17647%;
  background: red;
}

.small-slide {
  height: 100%;
  width: 17.647%;
  background: blue;
}

/*----------------------TIMELINE---------------------*/
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);

.section-header, .steps-name, .steps-header {
  color: var(--primary);
  font-weight: 400;
  font-size: 1.4em;
}

.steps-header {
  margin-bottom: 20px;
  text-align: center;
}

.steps-timeline {
  outline: 1px dashed rgba(255, 0, 0, 0);
}

@media screen and (max-width: 576px) {
  .steps-timeline {
    border-left: 2px solid #3498DB;
    margin-left: 25px;
  }
}

@media screen and (min-width: 576px) {
  .steps-timeline {
    border-top: 2px solid #3498DB;
    padding-top: 20px;
    margin-top: 40px;
    margin-left: 16.65%;
    margin-right: 16.65%;
  }
}

.steps-timeline:after {
  content: "";
  display: table;
  clear: both;
}

.steps-one,
.steps-two,
.steps-three {
  outline: 1px dashed rgba(0, 128, 0, 0);
}

@media screen and (max-width: 576px) {

  .steps-one,
  .steps-two,
  .steps-three {
    margin-left: -25px;
  }
}

@media screen and (min-width: 576px) {

  .steps-one,
  .steps-two,
  .steps-three {
    float: left;
    width: 33%;
    margin-top: -50px;
  }
}

@media screen and (max-width: 576px) {

  .steps-one,
  .steps-two {
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 576px) {
  .steps-one {
    margin-left: -16.65%;
    margin-right: 16.65%;
  }
}

@media screen and (max-width: 576px) {
  .steps-three {
    margin-bottom: -100%;
  }
}

@media screen and (min-width: 576px) {
  .steps-three {
    margin-left: 16.65%;
    margin-right: -16.65%;
  }
}

.steps-img {
  display: block;
  margin: auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

@media screen and (max-width: 576px) {
  .steps-img {
    float: left;
    margin-right: 20px;
  }
}

.steps-name,
.steps-description {
  margin: 0;
}

@media screen and (min-width: 576px) {
  .steps-name {
    text-align: center;
  }
}

.steps-description {
  overflow: hidden;
}

@media screen and (min-width: 576px) {
  .steps-description {
    text-align: center;
  }
}

.spin {
  width: 5em;
  height: 5em;
  padding: 0;
}

.spin:hover {
  color: #0eb7da;
}

.spin::before, .spin::after {
  top: 0;
  left: 0;
}

.spin::before {
  border: 2px solid transparent;
}

.spin:hover::before {
  border-top-color: #0eb7da;
  border-right-color: #0eb7da;
  border-bottom-color: #0eb7da;
  transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
}

.spin::after {
  border: 0 solid transparent;
}

.spin:hover::after {
  border-top: 2px solid #0eb7da;
  border-left-width: 2px;
  border-right-width: 2px;
  transform: rotate(270deg);
  transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s;
}

.circle {
  border-radius: 100%;
  box-shadow: none;
}

.circle::before, .circle::after {
  border-radius: 100%;
}

#cs2-tqh1clax7{
  background: lightcoral;
}


.btn.btn-style-1 {
    background-color: var(--primary);
    color: white;
    /* border: 2px solid white; */
}

.btn.btn-style-2 {
    border: 2px solid var(--primary);
    color: var(--dark);
    background: #ffffff8c;
}
.btn.btn-style-2:hover {
    color: var(--primary);
}
.btn.btn-anmeldung{
  display:block;
  margin: auto;
  width: 70%;
  margin-bottom: 30px;
  border-radius: 20px;
  font-size: 20px;
}

#message-container{
    position: fixed;
    top: 85px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    pointer-events: none;
}
#system-message-container{
  margin-top: 50px;
  pointer-events: all;
}
.close{
  cursor: pointer;
}
.com-content-article img {
    padding: 0px 30px;
    border-radius: 50%;
    max-height: 300px;
}
@media screen and (max-width: 768px){
  .com-content-article img {
      float:none !important;
      display:block;
  }
}


a[title=" Blog"]::before {
    content: "\f15c";
    font-family: "Font Awesome 5 Free";
    display:inline-block;
}

a[title=" Blog"] > span{
    display:inline !important;
}

#Kontakt{
  padding:25px 0px;
  background-color: lightgray;
  margin-bottom: 0px;
}

#Kontakt .row {
  align-items: end;
}

@media screen and (max-width: 992px){


    .footer-menu li{
        padding:10px;
        text-align:center;
        font-size:20px;
    }
    .astroid-social-icons {
        list-style: none;
        font-size: 30px;
        justify-content: space-around;
        margin: 20px 0px 20px 0px;
        max-width: 700px;
    }
}

.footer-menu li{
    font-size:20px;
}

.astroid-social-icons {
    list-style: none;
    font-size: 30px;
    justify-content: space-around;
    margin: 20px 0px 20px 0px;
}
.astroid-social-icons a {
  color: var(--primary);
}
.astroid-social-icons a:hover {
  color: white!important;
}
.bottom-bar {
    background-color: var(--primary);
    color: white;
    padding: 5px 0px!important;
    margin-bottom: 0px !important;
}
.bottom-bar a{
  color: var(--info);
  font-weight: bold;
}

/*------------------- Kreise ---------*/
.difficulty{
  display:inline-block;
  margin-left: 1rem;
}
.difficulty .circle {
  top:0;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background-color: var(--primary);
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.difficulty .circle.half, .difficulty .circle.full {
    background: #e3acac;
}
.difficulty .circle.half::after {
    content: "";
    height: 100%;
    width: 100%;
    background: var(--primary);
    position: absolute;
    left: -50%;
    border-radius: 0;
}

.moduletable.course {
    border: 3px solid var(--primary);
    padding: 1rem;
    border-radius: 1rem;
}

.course-skill{
  display: flex;
  margin-top: 1rem;

}

/*-----------------Artikel------------------------------*/

.item-image {
    padding: 1.25rem;
}

.author-wrap{
  margin-top: 30px;
}
