
* {
  font-family : 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  }

.logo{
    width: 150px;
    height: auto;
}



/*caroussel*/
h4{
  color:rgb(189, 174, 132);
}
#carouselExampleCaptions{
    width: 100%;
    height: 600px;
}

.contain{
  margin: 0 auto;
}

.overlay {
    position: absolute;
    background-color: black;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    top: 0;
}

.carousel-item-description {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 130px;
    color: #fff;
    font-size: 25px;
    color: whitesmoke;
}

.txt{
  margin: 0 auto;
}

@media (max-width: 756px) {
    .carousel-item-description {
        position: absolute;
        top: 0;
        width: 90%;
        height: 100%;
        display: flex;
        align-items: center;
        color: #fff;
        font-size: 20px;
        color: whitesmoke;
        margin: 0 auto;
    }   
}

@media screen and (max-width: 700px) {
  .carousel-item-description{
    padding: 3px 0px;
    display: flex;
    justify-content: center;

  }

  .txt{
    margin: 0 90px;

  }

}

/*********************************** Leistung-Section-Style**********/
.button{
  height: 70px;
  width: 230px;
  background: linear-gradient(to top,rgb(219,219,219), gray, rgb(83, 83, 83));
  border-color: linear-gradient(white, gray);
  border-width: 0.5px;
  border-radius: 20px;
}

.bt{
height: 150px;
width: 230px;
background: linear-gradient(to top,rgb(219,219,219), gray, rgb(83, 83, 83));
border-color: linear-gradient(white, gray);
border-width: 0.5px;
border-radius: 20px;
font-size: 13px;
}

.ligne{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.colone{
  margin: auto;
  margin-top: 30px;
}

.colone1{
  margin: auto;
  margin-bottom: 35px;
  margin-top: 30px
}


/**************************************** End Leistung-Section-Style*************************/
 
/*Beruf-Status-Style*/

.button-beruf{
  height: 70px;
  width: 230px;
  background: linear-gradient(white, rgba(80, 161, 236, 0.5));
  border-color: linear-gradient(white, gray);
  border-width: 0.5px;
  border-radius: 20px;
}

.button-beruf-1{
  height: 70px;
  width: 230px;
  background: linear-gradient(white, rgba(0, 105, 243, 0.8));
  border-color: linear-gradient(white, gray);
  border-width: 0.5px;
  border-radius: 20px;
}

.button-beruf-2{
  height: 70px;
  width: 230px;
  background: linear-gradient(white, rgb(255, 181, 121));
  border-color: linear-gradient(white, gray);
  border-width: 0.5px;
  border-radius: 20px;
}
/*
@media (min-width: 1024px) {

  .leistung-1{
    display: none;
  }
}


@media (max-width: 1023px) {
  
  .leistung-1{
    display: block;
  }

  .leistung{
    display: none;
  }
}
*/

/*End styling-Beruf-Status*/

/* Sie über uns*/

/* footer */

ul {
    margin: 0px;
    padding: 0px;
}
.footer-section {
  background:#C0C0C0;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #ff5e14;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 170px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.instagram-bg{
  background: red;
}

.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left:150px;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #ff5e14;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #ff5e14;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: white;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #ff5e14;
    bottom: 0;
    padding: 13px 20px;
    border: 1px solid #ff5e14;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #202020;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a{
  color: #ff5e14;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #ff5e14;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}



/* ------------------------------------(Carousel)-------------------------------------*/
.m-carousel {
  width: 100%;
  padding: 1rem;
  background: cyan;
  color: darkblue;
  position: relative;
  z-index: 1;
}
.m-carousel::before {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: inherit;
  transform: skew(0, 0deg);
  transform-origin: top left;
}
.m-carousel::after {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: inherit;
  transform: skew(0, -1.8deg);
  transform-origin: bottom right;
}

/* testimonial */
/* Slideshow container */
.slideshow-container {
  background: #f1f1f1f1;
  width: 100%;
  margin: 0 auto;
}

.mySlides {
  display: none;
  padding: 10px ;
  text-align: center;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  color: white;
}

.dot-container {
  text-align: center;
  padding: 20px;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dot-container .active, .dot:hover {
  background-color: #717171;
}

q {font-style: italic;}

.btn-gewinnspiel{
  padding: 0;
  height: 170px;
  overflow: hidden;
  transform: rotate(-25deg);
}