/* Smaller screen / tablet+phone / to 759px */

@media (max-width: 759px) {

  body {
    background-color: #d4cac5;
  }

  .mobile {
    display: block !important;
  }

  .no-mobile {
    display: none !important;
  } 
 

  #Foto-klavier {
    display: none;
    }

    .Kontaktbilder {
      display: none;
    }

  #contact {
      font-size: 4vw;
      }  

  #Foto-klein {
    display:none;
        }    
  }

   #klavier-foto-handy {
    background-size:cover;
    background-position: right center;
  }
 
/******************+****** TAG-SELECTORS ****************************/
a {
  color: rgb(40, 40, 40);
  margin: 10px 20px;
  text-decoration: none;
}

a:hover {
  box-shadow: 0 3px 4px 0 #DBEDF3;
  opacity: 0.5;
}

body {
	color: #d4cac5;
  font-size: 1.4em;
  font-family: Montserrat, sans-serif;
	line-height: 200%; 
}

h2 {
  color: black;
 font-family: 'Tangerine', serif;
 font-size: 5rem;
}

h3 {
 	color: #d4cac5;
  font-family: 'Tangerine', serif;
  font-size: 60px;
 }

h4 {
  font-family: Arial black, sans-serif;
 }

 h5 {
  text-align: center; 
  padding-bottom: 20px; 
  color: #3B566E;
  font-size: 20px;
 }

 /************************* ID-SELECTORS ******************************/

#Anfangstext {
  color: white;
  font-size: 2.5rem;
  text-shadow: 3px 3px 4px #777;
  margin-bottom: 40px;
}

#contact-header {
  margin-top: 15rem;
}

#contact {
  margin: 10vw;
}

#copyrights {
  text-align: center;
}

#Einschub {
  text-align: center;
  font-size: 2rem;
  color: rgb(68, 68, 68);
  font-family: 'Tangerine', serif;
  margin-bottom: 80px;
  line-height: 150%;
}


#Foto {
  height: 200px;
  margin: 3%;
  width: 200px;
  max-height: 80vw;
  max-width: 80vw;
  }

#Foto-klein {
  float: left;
  margin-right: 70px;
  margin-left: 10px;
  }

#Foto-klavier {
  float: left;
  margin-right: 70px;
  margin-left: 10px;
  }


#html-img {
  width: 100px;
  height: 100px;
}

#it-table {
  border-bottom-color: #d4cac5;
}

#pricing {
  flex-wrap: wrap;
  margin: auto;
  background-color: #d4cac5;
 }

#references {
 flex-wrap: wrap;
 margin: auto;
}

#references-img {
  width: 100px;
  height: 100px;
  margin: 4rem 2rem 4rem 2rem;
}

#webdesigner {
  font-family: Sacramento, cursive;
  font-size: 1.9rem;
  text-align: center;
}


 /************************ CLASS-SELECTORS ****************************/

.blue {
  font-family: Sacramento, cursive;
}

.card {
  margin: 3%;
}

.col-career {
  padding: 5%;
}

.container-fluid {
  padding: 3% 0;
}

.Darksegment {
  background-image: linear-gradient(135deg, #d4cac5 0%, #FFFFFF 100%);
  padding: 30px 20%;
  color: white;
}

.form-group .form-control {
    border: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#009688), to(#009688)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2));
    background-image: -webkit-linear-gradient(#009688, #009688), -webkit-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: -o-linear-gradient(#009688, #009688), -o-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: linear-gradient(#009688, #009688), linear-gradient(#D2D2D2, #D2D2D2);
    -webkit-background-size: 0 2px, 100% 1px;
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center -webkit-calc(100% - 1px);
    background-position: center bottom, center calc(100% - 1px);
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: background 0s ease-out;
    -o-transition: background 0s ease-out;
    transition: background 0s ease-out;
    float: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0
}

.navbar-nav {
float: right;
font-size: 1.0rem;
}

.navbar-toggler {
  margin-right: 3%;
  border: rgb(40, 40, 40) solid;
}


/***************** SECTIONS ********************/

.header {
  margin: 7%;
  font-weight: bold;
}

.references {
  font-weight: bold;
  background: white;
  border-radius: 20px;
}

.container {
  flex-wrap: wrap;
}

.col {
  flex-wrap: wrap;
}


/***************** VIDEO BACKGROUND ********************/

video {
  position: fixed; right: 0; bottom: 0;
  
  min-width: 100%; 
  max-width: 100%;
  min-height: 100%;
  width: auto; height: auto; 
  
  z-index: -100;
  background: white;
}

.video-wrapper {
  width: 400px;
  height: 200px;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 480px) {
  .video-wrapper {
    width: 100px;
    height: 50px;
  } 
} 

/********************/

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.center-heading {
text-align: center;
}

.center-heading .section-title {
font-weight: 400;
font-size: 28px;
color: grey;
letter-spacing: 1.75px;
line-height: 38px;
margin-bottom: 20px;
}

.center-heading.colored .section-title {
color: #ffffff;
}

.center-text {
text-align: center;
font-weight: 400;
font-size: 16px;
color: #6F8BA4;
line-height: 28px;
letter-spacing: 1px;
margin-bottom: 50px;
}

.center-text.colored {
color: #FFC0EB;
}

.center-text p {
margin-bottom: 30px;
}

/********pricing************/

.pricing-header {
  flex-wrap: wrap;
  }

.pricing-item {
background: #FFFFFF;
box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.13);
border-radius: 5px;
margin-bottom: 30px;
margin-top: 20px;
}

.pricing-item.active .pricing-header {
position: relative;
}

.pricing-item.active .pricing-header .pricing-title {
color: #fff;
}

.pricing-item.active .pricing-body .price-wrapper {
background-image: linear-gradient(135deg, #cd7d32 0%, #e8dc94 100%);
}

.pricing-item.active .pricing-body .price-wrapper .currency {
color: #fff;
}

.pricing-item.active .pricing-body .price-wrapper .price {
color: #fff;
}

.pricing-item.active .pricing-body .price-wrapper .period {
color: #fff;
}

.pricing-item .pricing-header {
text-align: center;
display: block;
position: relative;
padding-bottom: 10px;
}

.pricing-item .pricing-header .pricing-title {
font-weight: 400;
font-size: 1.7rem;
letter-spacing: 1px;
color: #fff;
position: absolute;
width: 180px;
height: 40px;
line-height: 40px;
left: 0px;
right: 0px;
margin: auto;
top: -20px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background-image: linear-gradient(135deg, #cd7d32 0%, #e8dc94 100%);
}

.pricing-item .pricing-body {
margin-bottom: 40px;
}

.pricing-item .pricing-body .price-wrapper {
text-align: center;
margin-top: 40px;
margin-bottom: 30px;
padding-top: 10px;
background: #f6f6f6;
}

.pricing-item .pricing-body .price-wrapper .currency {
height: 47px;
font-weight: 600;
font-size: 20px;
color: #e64b3d;
position: relative;
top: -15px;
}

.pricing-item .pricing-body .price-wrapper .price {
font-weight: 700;
font-size: 34px;
color: #e64b3d;
letter-spacing: 2.12px;
}

.pricing-item .pricing-body .price-wrapper .period {
font-weight: 700;
font-size: 14px;
color: #e64b3d;
letter-spacing: 0.88px;
}

.pricing-item .pricing-body .list li {
text-align: justify;
margin: 12px;
font-weight: 400;
font-size: 13px;
color: #CCDCEA;
letter-spacing: 0.88px;
text-decoration: line-through;
}

.pricing-item .pricing-body .list li.active {
color: #3B566E;
text-decoration: none;
}


/********ribbon************/

.box {
  position: relative;
  border-radius: 5px;
}

/* common */
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #2980b9;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: #3498db;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: 700 13px 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}

/* bottom right*/
.ribbon-bottom-right {
  bottom: -10px;
  right: -10px;
}
.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.ribbon-bottom-right::before {
  bottom: 0;
  left: 0;
}
.ribbon-bottom-right::after {
  top: 0;
  right: 0;
}
.ribbon-bottom-right span {
  left: -25px;
  bottom: 30px;
  transform: rotate(-45deg);
}


/*****************************Kundenmeinungen*****************/

.home-testimonial{
  background-color: #d4cac5;
}

.home-testimonial-bottom{
  background-color: #d4cac5;
  transition: background 0.3s, 
  border 0.3s, 
  border-radius 0.3s, 
  box-shadow 0.3s;
  position: relative;
  top: 190px
}

.home-testimonial h3{
  color: white;
  font-size: 40px;
  font-weight: 500;
  font-family: 'Tangerine', serif;
}

.home-testimonial h2{
  color: white;
  font-size: 28px;
  font-weight: 700
}
  
.testimonial-inner{
  position: relative;
  top: -174px
}

.testimonial-pos{
  position: relative;
  top: 24px
}

.testimonial-inner .tour-desc{
  border-radius: 5px;
  padding: 40px
}

.color-grey-3{
  font-family: "Montserrat", Sans-serif;
  font-size: 14px;
  color: #6c83a2
}

.testimonial-inner img.tm-people{
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none
}

/***************FAQs******************/

#FAQs {
  background-color: #d4cac5;
  line-height: 100%;
}

.faq {
  color: grey;
  font-size: 1rem;
}

/****************Kontakt**********/

.Kontaktbilder {
  height: 40px; 
  width: 40px; 
  margin-right: 1rem;
}
.Kontaktinfos{
  flex-wrap: wrap;
}

@import url(//fonts.googleapis.com/css?family=Montserrat:300,400,500);
.contact3 {
  font-family: "Montserrat", sans-serif;
  color: #8d97ad;
  font-weight: 300;
}

.contact3 h1,
.contact3 h2,
.contact3 h3,
.contact3 h4,
.contact3 h5,
.contact3 h6 {
  color: #3e4555;
}

.contact3 .font-weight-medium {
  font-weight: 500;
}

.contact3 .card-shadow {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}

.contact3 .btn-danger-gradiant {
  background: #ff4d7e;
  background: -webkit-linear-gradient(legacy-direction(to right), #ff4d7e 0%, #ff6a5b 100%);
  background: -webkit-gradient(linear, left top, right top, from(#ff4d7e), to(#ff6a5b));
  background: -webkit-linear-gradient(left, #ff4d7e 0%, #ff6a5b 100%);
  background: -o-linear-gradient(left, #ff4d7e 0%, #ff6a5b 100%);
  background: linear-gradient(to right, #ff4d7e 0%, #ff6a5b 100%);
}

.contact3 .btn-danger-gradiant:hover {
  background: #ff6a5b;
  background: -webkit-linear-gradient(legacy-direction(to right), #ff6a5b 0%, #ff4d7e 100%);
  background: -webkit-gradient(linear, left top, right top, from(#ff6a5b), to(#ff4d7e));
  background: -webkit-linear-gradient(left, #ff6a5b 0%, #ff4d7e 100%);
  background: -o-linear-gradient(left, #ff6a5b 0%, #ff4d7e 100%);
  background: linear-gradient(to right, #ff6a5b 0%, #ff4d7e 100%);
}




