/*-----Local Fonts-----*/
@font-face {
    font-family: 'BiG PoiNts Regular';
    font-style: normal;
    font-weight: normal;
    src: local('../webfonts/BiG PoiNts Regular'), url('../webfonts/BiG PoiNts.woff') format('woff');
}
@font-face {
font-family: 'Violina Regular';
font-style: normal;
font-weight: normal;
src: local('../webfonts/Violina Regular'), url('../webfonts/Violina Regular.woff') format('woff');
}


@font-face {
font-family: 'Violina SemiBold';
font-style: normal;
font-weight: normal;
src: local('../webfonts/Violina SemiBold'), url('../webfonts/Violina Semibold.woff') format('woff');
}


@font-face {
font-family: 'Violina Bold';
font-style: normal;
font-weight: normal;
src: local('../webfonts/Violina Bold'), url('../webfonts/Violina Bold.woff') format('woff');
}

@font-face {
font-family: 'Violina Bold';
font-style: normal;
font-weight: normal;
src: local('../webfonts/Violina Bold'), url('../webfonts/Violina Bold.woff') format('woff');
}



/*------The basic-----*/
html {
  scroll-behavior: smooth;
}

body{
	min-height: 100%;
  font-family: 'Open Sans', sans-serif;
}

.bg-dark {
	background: #ED6827 !important;
}
.navbar-brand {
	    font-family: 'BiG PoiNts Regular';
	    font-size: 60px;
	    margin-top: 20px;
	    margin-bottom: 20px;
	    margin-left: 20px;
	    letter-spacing: 1px;
	    line-height: 0 !important;
}
.navbar-nav.text-right li.nav-item a.nav-link {
	color: #fff;
}
/*--------Markers----------*/
.marker {
  display: inline-block;
  position: relative;
  background: #ED6827;
}
.marker.under:before, .marker.under:after
{
  z-index: -1;
}
.marker:before, .marker:after
{
  display: inline-block;
  position: absolute;
  
  background: #ED6827;
  content: "";
  opacity: .5;
  height: 70%;
  width: 100%;
}
.marker:before
{
  left: 0;
  transform: rotate(10deg) translateY(-.5em);
}
.marker:after
{
  left: 0;
  transform: rotate(8deg) translateY(1em);
}
/*-------The Sections------*/
.pictureMain {
  padding:  4rem;
  text-align: center;
}
.pictureMain img {
  margin-bottom: 1rem;
}
#title {
  overflow: hidden;
}
.titleImage{
	background: url('../images/AnneSurlemont_title.jpg') no-repeat;
	background-position: center;
	background-size: cover;
	height: 100vh;
}
.pictureSmall img {
 position: absolute;
   left: 50%;
   top: 50%;
   -webkit-transform: translateY(-50%) translateX(-50%);
}
.pictureDouble {
 display: flex;
    justify-content: center;
    height: 400px; /* or other desired height */
    overflow: hidden;
    background-repeat: repeat-x;
}
.teaser {
  padding:  4rem;
  background: #fff;
}
#main .col-lg-6.teaser {
  padding: 4rem 4rem 0 4rem;
}
#main .pictureMain {
  padding: 4rem 4rem 0 4rem;
}
.listing .centerText {
    padding: 4rem;
}
.listing .centerText h2 {
  font-size: 28px;
}
.listing ul li {
  list-style-type: square;

}
.list{
  list-style-type: square;

}
.imageAnne {
  padding:  4rem;
  text-align: center;
}
.centerText {
  padding: 4rem;
}
.innerButton {
  margin-top: 2.5rem;
}
.bigPoints  {
	    font-family: 'BiG PoiNts Regular';
	    font-size: 28px;
	    letter-spacing: 1px;
}
.display-4 {
	font-family: 'Violina SemiBold';
	
}
.bigPoints i.fas.fa-angle-double-right {
	margin-top: 5px;
}
a.btn.btn-primary.btn-lg.bigPoints {
    font-family: 'Violina SemiBold';
	background: #ED6827;
	border: 0;
	border-radius: 0;
}
.descriptionImage {
	height: 100vh;
	background: url('../images/schnittstelle.png') no-repeat;
	background-position: center ;
	background-size: cover;
}
.jumbotron.jumbotron-fluid.{
	background-color: #fff;
	border-radius: 0;
}
.industrial {
	height: 100vh;
	background: url('../images/industrial.jpg') no-repeat;
	background-position: center ;
	background-size: cover;
}
#whyMe {
  margin-top: 2rem;
}
#aboutMe .pictureFast img {
position: relative;
left: 100%;
top: 55%;
-webkit-transform: translateY(-50%) translateX(-50%);
}
#aboutMe .imageAnne img.rounded-circle {
  margin-bottom: 2rem;
}
.accordion::after{
  margin-bottom: 1rem;
}
/*-----------Accordion---------------*/
*{margin:0; padding:0;}
.wrapper ,.accordion ,.panel,.panel-content{ float:left; width:100%;}
.panel p{margin: 0;padding: 10px;background: #74CCCD;margin-bottom: 10px;}
.panel-content p{margin: 0;padding: 10px;background: #fff;margin-bottom: 10px;}
.panel-content{ display:none;}

.badge.badge-pill.badge-light {
	float: right;
}
.badge.badge-pill.badge-light i.fas.fa-angle-double-down {
	font-size: 18px;
  color: #ED6827;
}
#contact {
  background-color: #ED6827;
}
#contact i{
  font-size: 38px;
  color: #333;
}
.adresse {
  line-height: 1.5rem;
  font-weight: bold;
}
.contact {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
/*-------------Testimonials-----------------*/

  /* carousel */
#quote-carousel {
  padding: 0 3rem;
  margin: 4rem 0 4rem 0;
  text-align:center;
  height: 400px;
}
/* indicator color */
#quote-carousel .carousel-indicators li {
  background: #c0c0c0;
  border-radius: 50% 50%;
  width: 15px;
  height: auto;
}
#testimonials {
  margin-top: 3rem;
}
#testimonials {
  background: #fff;
}


  #testimonials .message {
    font-size: 2rem;
    font-style: italic; 
    color: #333;
  }
  #testimonials h2 {
    font-size: 1.5rem;
    color: #333;
  }
  .control i {
    font-size: 1.5rem;
    color: #74CCCD;
  }

.carousel-controls .control {
  position: absolute;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid #74CCCD;
  z-index: 1;
}

.prev {
  left: -2.25rem;
}

.next {
  right: -2.25rem;
}
#contact .contact .col-lg-3.col-sm-4 p {
    margin-top: 1rem;
}
 .dsgvo {

  color: #333;
 }
 .dsgvo:hover{
  color: #aaa;
  text-decoration: none;
 }


@media screen and (max-width: 768px) {
  #testimonials {
    max-height: 700px;
  }
  .icon-overlay {
    height: 300px;
    top: calc(50% - 150px);
  }
  .carousel-controls .control {
    width: 25px;
    height: 25px;
    top: inherit;
  }
  .prev {
    left: 0;
  }
  .next {
    right: 0;
  }
  .control i {
    font-size: .7rem;
    color: #74CCCD;
  }
  #testimonials .message {
    font-size: 1rem;
    color: #333;
  }
  #testimonials h2 {
    font-size: 1.5rem;
    color: #333;
  }
}
/* Easy Scroll Dots 1.1.0 --- https://github.com/Superhands89/EasyScrollDots
* By Paul Dolby (Superhands89) 2019 --- https://github.com/Superhands89/
* MIT Licence - Free and unrestricted use.
*/
.scroll-indicator-controller {
  position: fixed;
  top: 40%;
  transform: translate(0, -50%);
  right: 20px;
  z-index: 2;
}
.scroll-indicator-controller.indi-mobile > div span {
  display: none;
}

.scroll-indicator-controller > div {
  width: 20px;
  height: 20px;
  position: relative;
  border-radius: 50%;
  border: 2px solid #ED6827;
  background: rgba(0, 0, 0, 0.25);
  margin: 0 0 10px 0;
  cursor: pointer;
  transition: background 0.4s ease;
  will-change: transition;
}
.scroll-indicator-controller > div span {
  color: #ED6827;
  position: absolute;
  right: calc(100% + 8px);
  white-space: nowrap;
  top: -1px;
 font-family: 'Violina SemiBold';
  font-size: 16px;
  line-height: 17px;
  width: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateX(10px);
  transition: all 0.4s ease;
  will-change: transition;
  background-color: #fff;
  border: 2px solid #ED6827;
  padding: 4px;
}
.scroll-indicator-controller div.active {
	background-color: #fff;
}
@media (hover: none) {
  .scroll-indicator-controller > div span {
    display: none;
  }
}
.scroll-indicator-controller > div span:after {
  content: "-----";
  padding-left: 5px;
  letter-spacing: -2px;
 font-family: 'Violina SemiBold';
  vertical-align: text-top;

}
@media (hover: hover), (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .scroll-indicator-controller > div:hover span {
    width: auto;
    opacity: 1;
    overflow: visible;
    transform: translateX(0px);
  }
}
.scroll-indicator-controller > div.active {
  background: #ED6827;
  border-color: rgba(0, 0, 0, 0.25);
}
@supports (-ms-ime-align:auto) {
  .scroll-indicator-controller > div span {
    transition: opacity 0.4s ease;
  }
}
/*----------Mobile Devices--------*/

@media (max-width: 575.98px) { 
  h2{
    font-size: 1.2rem;
  }
  .centerText{ 
    padding: 2rem !important;
  }
  .bigPoints {
    font-size: 20px;
  }
  .responsive {
  width: 100%;
  height: auto;
}
#main .pictureMain {
    padding: 4rem 0;
}
#title .pictureSmall {
  padding-left: 0;
  padding-right: 0;
}
.display-4 {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1;
}
#aboutMe .pictureFast img {
  left:  50% !important;
}
.carousel-indicators {
  position: relative !important;
}
#testimonials .message {
  font-size: 0.9rem !important;
}
}
@media (max-width: 768px) {
  h2{
    font-size: 1.2rem;
  }
  .centerText{ 
    padding: 2rem !important;
  }
  .bigPoints {
    font-size: 20px;
  }
  .responsive {
  width: 100%;
  height: auto;
}
.rounded-circle {
  max-width: 250px;
}
#main .pictureMain {
    padding: 4rem 0;
}
#title .pictureSmall {
  padding-left: 0;
  padding-right: 0;
}
.display-4 {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1;
}
#aboutMe .pictureFast img {
  left:  50% !important;
}
#quote-carousel {
  height: 370px !important;
}
.carousel-indicators {
  position: relative !important;
}
#testimonials .message {
  font-size: 0.9rem !important;
}

}


@media (max-width: 991.98px) {
  .pictureSmall img {
   position: relative;
   left: 50%;
   top: 50%;
   -webkit-transform: translateY(-50%) translateX(-50%);
}
  .pictureMain{
    padding: 2rem 4rem 0rem 4rem;
  }
  #title .col-lg-6.centerText {
    padding: 2rem;
  }
  #main .pictureMain img {
  position: relative;
 }
 #main .listing .centerText {
  padding: 1rem 4rem;
 }
 .industrial {
  height: 40vh;
 }
 #aboutMe .pictureFast img {
    position: relative;
    left: 57%;
    top: 55%;
    -webkit-transform: translateY(-50%) translateX(-50%);
}
#aboutMe .col-lg-6.imageAnne {
  padding-bottom: 0;
}
#testimonials {
    margin-top: 1rem;
}
#testimonials .message {
    font-size: 1.5rem;
    font-style: italic;
    color: 
    #333;
}
#quote-carousel {
  height: 370px;
}
}


@media (max-width: 1199.98px) { 

}
