/*Schriften*/


/* mukta-vaani-200 - latin */
@font-face {
  font-family: 'Mukta Vaani';
  font-style: normal;
  font-display: swap;
  font-weight: 200;
  src: local(''),
       url('../fonts/mukta-vaani-v11-latin-200.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/mukta-vaani-v11-latin-200.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* mukta-vaani-regular - latin */
@font-face {
  font-family: 'Mukta Vaani';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: local(''),
       url('../fonts/mukta-vaani-v11-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/mukta-vaani-v11-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* mukta-vaani-500 - latin */
@font-face {
  font-family: 'Mukta Vaani';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: local(''),
       url('../fonts/mukta-vaani-v11-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/mukta-vaani-v11-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* mukta-vaani-800 - latin */
@font-face {
  font-family: 'Mukta Vaani';
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  src: local(''),
       url('../fonts/mukta-vaani-v11-latin-800.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/mukta-vaani-v11-latin-800.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
  BASICS
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
body {
  font-family: 'Mukta Vaani', sans-serif;
  font-size: 1.0rem;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.7rem;
  font-weight: 200;
  hyphens: auto;
   -moz-hyphens: auto;
  -webkit-hyphens: auto;
}

*:focus { outline: none !important; }
::selection       { background: #434343; color: white; }
::-moz-selection  { background: #434343; color: white; }

.btn{border: 0;
background: #7D0341;
width: 100px;
height: 35px;}

/* + + + + + + + + + + + + + + + + + + + + + + + +
  HEADLINES & TEXT STYLES
+ + + + + + + + + + + + + + + + + + + + + + + +  */

/* HEADLINES */
h1, h2, h3, h4, h5, h6, *[class*="fs-1"] {
  margin: 0;
  padding: 0;
  font-weight: 300;
}

.fs-1 {
  font-size: calc(2.0rem + 0.2vw) !important;
  letter-spacing: 0.1rem;
  line-height: 3rem;}

.fs-2 {
  font-size: calc(1.1rem + 0.3vw) !important;}

.fs-3 {
  font-size: calc(0.8rem + 0.3vw) !important;
 letter-spacing: 0.1rem;}

.fw-bold{font-weight: 500!important;}

.bg{ background: url("../images/site/bg_uberuns.jpg") no-repeat right bottom;}
.bg_footer{ background: #7D0341}
.hg_referenzen{ background: url("../images/site/hg_referenzen.jpg") no-repeat right bottom;}


.kreis {
width: 120px;
height: 120px;

}

/* + + + + + + + + + + + + + + + + + + + + + + + +
  Liste
+ + + + + + + + + + + + + + + + + + + + + + + +  */
ul.star {
  list-style: none;
  padding: 0;
}

ul.star li:before {
  content: '•';
  color: #7D0341;
  padding-right: 5px;
}

.hacken:before {
  content: '✓';
  color: #7D0341;
  padding-right: 5px;
}

/* + + + + + + + + + + + + + + + + + + + + + + + +
  Link
+ + + + + + + + + + + + + + + + + + + + + + + +  */
a.link {
    text-decoration: none;
    color: #7D0341;
}

a.link:visited{color: #7D0341;}
a.link:hover{color: #7D0341;}
a.link:active{color: #7D0341;}

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

a:visited{color: #ffffff;}
a:hover{color: #ffffff;}
a:active{color: #ffffff;}

.link {color: #7D0341 !important;}

/* + + + + + + + + + + + + + + + + + + + + + + + +
  NAVIGATION
+ + + + + + + + + + + + + + + + + + + + + + + +  */
#top_bar { background-color:white; }

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 0;}

.navbar{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

#navbar-example { padding: 0; }
#navbar-example ul li a {
  position: relative;
  z-index: 1;
  color: black;
  text-decoration: none;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin: 0.3rem;

}

#navbar-example ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  content: '.';
  color: transparent;
  background:black;
  height: 2px;

  -webkit-transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
       -o-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
}

#navbar-example ul li a:hover:after,
#navbar-example ul li a.active:after { width: 100%; background-color: #7D0341; }

.navbar-expand-lg .navbar-nav .nav-link  { padding-right: 0; padding-left: 0; }

/* + + + + + + + + + + + + + + + + + + + + + + + +
  Navbar Mobil
+ + + + + + + + + + + + + + + + + + + + + + + +  */
.navbar-toggler.custom-toggler {
  border-color: #7D0341;
  border-width: 1px;
  background: #7D0341;
}
.navbar-toggler.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

@media (max-width: 967.98px) {
  #navbar_main ul { background: #7D0341; }
  #navbar_main ul li { text-align: center; }
  #navbar_main ul li a {  }
  #navbar_main ul li:last-of-type a { border-bottom: none; }
  #navbar_main ul li a.active { background: #7D0341; }
}

/* + + + + + + + + + + + + + + + + + + + + + + + +
 Carousel
+ + + + + + + + + + + + + + + + + + + + + + + +  */

@media (max-width:  1199.98px) {.carousel-inner {
  text-align: center;
  padding: 0 100px;}}

@media (min-width: 1200px) { .carousel-inner {
  text-align: center;
  padding: 0 200px;} }


  .carousel-control-next-icon {
  background-image: url("../images/icons/arrow-left-circle.svg");}

    .carousel-control-prev-icon {
  background-image: url("../images/icons/arrow-right-circle.svg");}

 .carousel-control-prev_two {
color: #fff;
text-align: center;
background: 0 0;
border: 0;
opacity: .5;
transition: opacity .15s ease;
justify-content: end;
display: flex;
width: 45%;
postion: fixed;
top: 0;}

.carousel-control-next_two{
  color: #fff;
text-align: center;
background: 0 0;
border: 0;
opacity: .5;
transition: opacity .15s ease;
justify-content: end;
display: flex;
postion: fixed;
width: 50%;}


/* + + + + + + + + + + + + + + + + + + + + + + + +
 Carousel
+ + + + + + + + + + + + + + + + + + + + + + + +  */
