*{
    margin: 0;
    padding: 0;
}

/* body */ 

.row {
  margin: auto;
}
h1, h2, h3 {
  font-family: 'Amatic SC', cursive;
}

h1 {
  font-size: 5rem;
}

a {
  text-decoration: none;
  color: #fff
}

a:hover {
  color: #251D30;
}



p {
  font-family: 'Montserrat', sans-serif;
}


/* header */ 

header {
    width: 100%;
    z-index: 10;
    background-color: #251D3A;
    font-family: 'Amatic SC', cursive;
    border-bottom: solid 1px #ffce1c;
    
}

.container-fluid {
  margin-left: 28%;
}


nav, .navbar-nav {
  text-align: center;
  
}


.nav-item {
    padding-left: 30px;
    
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    text-align: center;
    color: #ffce1c;
    
    
}

.navbar-light .navbar-toggler {
  border-color: #111;
}

.navbar-light .navbar-nav .nav-link {
    color: #ffce1c;
    
}
.navbar-light .navbar-nav .nav-link:hover{
    color: #E04D01;
}

.bg-light {
    background-color: inherit !important;
}

.navbar-toggler {
  position: relative;
  left: 38%;
  background-color: #ffce1c;
  margin: 5%;
}


.nav-link{
  text-decoration: none;
  letter-spacing: 1.5px;
  font-size: 35px;
  padding-left: 45px;
}

li { 
    display: inline-block;
    text-decoration: none;
   
}

/*********** Section 1 *********/

#start {
  background-color: #12192c;
  text-align: center;
  color: #ffce1c;
}


#start h1 {
  margin-bottom: 2rem;
  font-size: 7rem;
}


#center {
  margin: 5rem auto 5rem auto;
}
.intro_bild {
  margin: 5rem auto 5rem auto;
  height: 10rem;
  width: 10rem;
  display: block;
}


/********* Leistungen *******/


#pricing {
  background-color: #251D3A;
}

#pricing h1 {
  margin-left: 7rem;
  color: #ffce1c;
  padding: 0;
}

#preis-text {
  margin-left: 13.5rem;
  font-size: 1.5rem;
  color: #fff;
}

.card {
  background-color: #fff0d7;
  text-align: center;
}

.card .btn:hover {
  background-color: #251D3A;
}

.card p {
  font-weight: bold;
}

.card a{
  padding: 0;
}

.card h3 {
  font-weight: bold;
  font-size: 3rem;
}

.btn_preis {
  background-color: #251D3A;
}

.btn_preis a:hover {
 color:#ffce1c;
}

.btn-outline-dark a{
  color: #251D3A;
}

.btn-outline-dark a:hover {
  color: #ffce1c;
}

.price-text {
  font-size: 3rem;
  line-height: 1.5;
  color: #ffce1c;
  font-weight: bold;
}

.pricing-column {
  padding: 3% 2%;
}



/* section 2 */

/***
.about-wrapper{
  height: 100vh;
}
***/

.about-wrapper ul {
  margin-bottom: 0;
}
.about-left{
  background-color: #2A2550;
  background-image: linear-gradient(19deg, #2a2550  0%, #251D30 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  color:#fff
}
.about-left-content > div{
  background: #12192c;
  padding: 4rem 4rem 2.5rem 5rem;
  text-align: center;
  
  border-radius: 12px 12px 0 0;
}
.about-left-content{
  box-shadow: 0px 0px 18px -1px rgba(0, 0, 0, 0.39);
  -webkit-box-shadow: 0px 0px 18px -1px rgba(0, 0, 0, 0.39);
  -moz-box-shadow: 0px 0px 18px -1px rgba(0, 0, 0, 0.39);
  border-radius: 12px;
  width:80%;
}
.about-img img{
  display: block;
  width: 200px;
}
.about-img{
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}
.shadow{
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  width: 200px;
  height: 200px;
}



.about-left-content h2{
  font-size: 2rem;
  margin: 2.2rem 0 0.6rem 0;
  line-height: 1.2;
  padding-bottom: 1rem;
  border-bottom: 2px solid #B721FF;
}
.about-left-content h3{
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 5px;
  margin-top: 1.2rem;
}
.icons{
  background: #12192c;
  display: flex;
  justify-content: center;
  padding: 0.8rem 0;
  border-radius: 0 0 12px 12px;
}
.icons li{
  list-style-type: none;
  background: #B721FF;
  color: #fff;
  width: 40px;
  height: 40px;
  margin: 0 0.5rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.icons li:hover{
  background: #edffec;
  color: #000;
}
.about-right{
  background: #12192c;
  /*height: 100vh; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 5rem;
  text-align: center;
  color:#fff
}
.about-right h1{
  font-size: 5rem;
  text-transform: uppercase;
  color: #ffce1c;
}
.about-right h1 span{
  color: #B721FF;
}
.about-right h2{
  font-weight: 600;
  margin-bottom: 2rem;
}



.about-para p{
  font-weight: 300;
  font-size: 1.3rem;
  padding: 0.5rem;
  opacity: 0.8;
}











/**** Kontakt ****/

.kontakt {
    background-color:#251D3A;
    color: #ffce1c;
}

.col-md-7 .col-md-5 {
  margin: auto;
}

#contactFormWrapper {
  padding: 0 10%;
}


.form-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
}

#submitButton {
    margin: 0.5rem auto 2rem auto;
    
}

#ueue {
    margin-left: 7%;
}

.ktext {
    margin: 1.2rem;
    font-size: 1.2rem;
    color: #fff;
    opacity: 0.8;
}

.kdata {
    display: inline-block;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

#successContact {
  width: auto;
}


#b1_scs {
  padding: 5% 40%;
}

#b1_h {
  padding-left: 39%;
  padding-top: 10%;
  line-height: 2.3rem;
  font-weight: bold;
  text-align: center;
}

#nach_submit {
    padding: 10% 20%;
}

/*************** LETZTE TEIL **************/

.letzte {
  background-color: #12192c;
  color: #ffce1c;
}


.image {
  display: flex;
  align-items: center;
  justify-content: center;

}

.ersteteil {
  background-color: #12192c;
  color: #ffce1c;
}

.letzte_teil {
  margin: 2rem auto 2rem auto;
}

.testimg {
  width: 10%;
  border-radius: 100%;
  margin: 20px;
}

.bewtext {
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.4rem;
}

.car2 {
  text-align: center;
  margin-top: 3rem;
}

.ubu {
  text-align: center;
}
.b2_ubu {
   height: 50px;
   width: 50px;
}

.ubu_bild {
  height: 100px;
  width: 100px;
}

.ubu_bild:hover {
  transform:scale(1.3);
}
 
#lt_box {
  margin: 3rem auto 3rem auto;
}

/* bootstrap btn */


.btn-outline-light {
  padding: 2% 5%;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  letter-spacing: 0.2rem;
}

.btn-outline-light:hover {
  background-color: #ffce1c;
  border: solid 0px;
  color: #fff;
  opacity: 0.8;
}

#pcela {
  height: 150px;
  width: auto;
  margin:auto 2rem;
}



.animate__animated.animate__tada {
  --animate-duration: 10s;
}

.animate__animated.animate__pulse {
  --animate-duration: 2s;
}





/************* FOOTER CSS **************/

.site-footer
{
  background-color: #251D3A;
  padding:45px 0 20px;
  font-size: 1rem;
  line-height:24px;
  color: #fff;
}

.text-justify {
  max-width: 90%;
  text-align: justify;
}
.site-footer hr
{
  border-top-color:#bbb;
  opacity:0.5
}
.site-footer hr.small
{
  margin:20px 0
}

.site-footer h3 {
  color: #ffce1c;
}


.site-footer a
{
  color: #fff;
  font-size: 1rem;
  text-align: left;
  padding-left: 0;
  line-height: 1.5rem;
 
}
.site-footer a:hover
{
  color:#fff;
  text-decoration:none;
}
.footer-links
{
  padding-left:0;
  list-style:none
}
.footer-links li
{
  display:block
}
.footer-links a
{
  color:#fff;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
  color:#FF7700;
  text-decoration:none;
}
.footer-links.inline li
{
  display:inline-block
}

.copyright-text
{
  margin: 0


}
@media (max-width:991px)
{
  .site-footer [class^=col-]
  {
    margin-bottom:30px
  }
}
@media (max-width:767px)
{
  .site-footer
  {
    padding-bottom:0
  }
  .site-footer .copyright-text,.site-footer 
  {
    text-align:center
  }
}

#ctext {
    margin: 0 auto 0 auto;
    padding: 0;
    text-align: center;
    color: rgb(184, 184, 184);
}


/* Impressum */

.impressum {
  margin: 8rem auto 8rem auto;
  background-color: #ffce1c;
}

.impressum_h {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 4rem;
}
.impressum_p {
  text-align: center;
  font-size: 1.3rem;
}


/******************** MEDIA QUERY *************/


/**************** Media Handy *****************/

@media (max-width: 470px) {

  #lt_box {
    flex-wrap: wrap !important;
  }
}

@media (max-width: 768px) {
    .navbar-brand {
        margin: 0 auto 0 auto;
        padding-left: 25px;
    }

    .container-fluid {
      margin: 0;
    }

    h1 {
      font-size: 5rem;
    }

    h2 {
      font-size: 3rem;
    }

    .b2 {
      height: 40px;
      width: 40px;
    }

    #nava {
      padding-left: 0;
    }

    .navi-item {
      margin: 0;
    }

    /***** Startseite ******/ 
    .intro_bild {
      height: 100px;
      width: 100px;
      display: inline;
      padding-left: 1.5rem;
    }

    #startlogo {
      height: 150px;
      width: 200px;
    }

    #center {
      margin: 0;
    }

    #center h1 {
      font-size: 4rem;
    }
    /******* preisliste ****/

    #pricing h1 {
      margin-left: 2rem;
      font-size: 5rem;
      
    }

    #preis-text {
      margin-left: 2rem;
      font-size: 1.5rem;
      text-align: center;
    }

    .pricing-column {
      padding: 7% 15%;
    }

   /******** Über mich ********/

   .about-left-content > div {
    padding: 2rem 0 2rem 0;
   }

   .about-right {
    padding: 5% 10%;
   }

   .about-right p {
       text-align: justify;
   }

  /******* Kontakt *********/

  #b1_h {
      position: relative;
      left: 15%;

  }



  .kdata {
    margin-top: 2rem;
  }


  /****** Übungen *****/ 

}


/***** Über mich *****/  








/************ Media tablet und zwischen ***************/


@media (min-width: 768px) and (max-width: 1300px) {
  .navbar-brand {
      margin: 0 auto 0 auto;
      padding-left: 25px;
  }

  .container {
    margin: 0 auto;
  }

  .container-fluid {
    margin: 0;
  }

  h1 {
    font-size: 5rem;
  }

  h2 {
    font-size: 3rem;
  }

  .b2 {
    height: 40px;
    width: 40px;
  }

  /***** Startseite ******/ 
  .intro_bild {
    height: 100px;
    width: 100px;
    display: inline;
    margin: 3rem;
  }

  #center {
    margin: 0;
  }
  /******* preisliste ****/

  #pricing h1 {
    margin-left: 20%;
    font-size: 5rem;
  }

  #preis-text {
    margin-left: 2rem;
    font-size: 1.5rem;
    text-align: center;
  }

 

 /******** Über mich ********/

  #uem {
    margin-left: 20%;
    font-size: 5rem;
  }

  #bild {
    
    height: 200px;
    width: auto;
    margin: 0;
    padding:0;
    
    
  }

  #uetext {
    margin: 3rem;
  }

  #soc_media {
    display: inline;
    padding: 10%;
    margin-bottom: 2rem;
  }

  #ueue {
  margin-left: 2rem;
}

/******* Kontakt *********/

#b1_h {
    position: relative;
    left: 15%;

}

.col-md-5 {
  margin: auto;
}

.kdata {
  margin-top: 2rem;
}


/****** Übungen *****/ 

}

/******** Über mich *********/ 

@media screen and (min-width: 992px){
  .about-wrapper{
      display: grid;
      grid-template-columns: repeat(2, 2fr);
  }

  .about-left{
      position: relative;
  }
  .about-left-content{
      position: absolute;
      width:80%
  
  }

}

@media (max-height: 600px) {
  .about-left {
    height: auto;
  }
}




