@charset "UTF-8";
/* BEGIN Regular */
@font-face {
  font-family: Roboto;
  src: url("../fonts/Roboto-Regular.woff2?v=2.137") format("woff2"), url("../fonts/Roboto-Regular.woff?v=2.137") format("woff");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: Roboto;
  src: url("../fonts/Roboto-Regular.woff2?v=2.137") format("woff2"), url("../fonts/Roboto-Regular.woff?v=2.137") format("woff");
  font-weight: normal;
  font-style: normal; }
/* END Regular */
/* BEGIN Italic */
@font-face {
  font-family: Roboto;
  src: url("../fonts/Roboto-Italic.woff2?v=2.137") format("woff2"), url("../fonts/Roboto-Italic.woff?v=2.137") format("woff");
  font-weight: 400;
  font-style: italic; }
@font-face {
  font-family: Roboto;
  src: url("../fonts/Roboto-Italic.woff2?v=2.137") format("woff2"), url("../fonts/Roboto-Italic.woff?v=2.137") format("woff");
  font-weight: normal;
  font-style: italic; }
/* END Italic */
/* BEGIN Medium */
@font-face {
  font-family: Roboto;
  src: url("../fonts/Roboto-Medium.woff2?v=2.137") format("woff2"), url("../fonts/Roboto-Medium.woff?v=2.137") format("woff");
  font-weight: 500;
  font-style: normal; }
/* END Medium */
/* BEGIN Bold */
@font-face {
  font-family: Roboto;
  src: url("./fonts/Roboto-Bold.woff2?v=2.137") format("woff2"), url("../fonts/Roboto-Bold.woff?v=2.137") format("woff");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: Roboto;
  src: url("./fonts/Roboto-Bold.woff2?v=2.137") format("woff2"), url("../fonts/Roboto-Bold.woff?v=2.137") format("woff");
  font-weight: bold;
  font-style: normal; }
/* END Bold */
body {
	background-image:url("../images/bg.gif");	
	font-family:Roboto, Verdana, Geneva, sans-serif;
	font-size:16px;
	color: #222;
	background-repeat: repeat;
	background-position: left top;
	padding: 0; 
	margin: 10px 0; 
	background-color:#FFF;
	-webkit-hyphens: auto;
 	-moz-hyphens: auto;
	-ms-hyphens: auto;
 	hyphens: auto;
}

.bg-orange{
    background-color: #FF9933;
}
.container.main{
    border: 10px solid #FF9933;
    margin: 0 auto;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 0 50px silver;
}
.container.navigation{
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
    margin: 0;
    padding: 0;
}
.container.header{
    border: 1px solid #FFF;
    margin: 0;
    padding: 0;
}
.container.footer{
    text-align: center;
   padding-top:15px;
    padding-bottom:5px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
}
a{
	color:#FF9933;
	text-decoration:none;
	}
a:hover{
	text-decoration:underline;
	color:#FF9933;
	}
.footer a{
	color: #fff;
}
h1 {
  font-size: 30px;
  font-weight: normal;
  color: #FF9933;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 20px;
}

h2 {
	font-size:20px;
	margin-bottom:15px;
	border-bottom:1px dotted #FF9933;
	padding-top:30px;
	padding-bottom:5px;
    max-width: 400px
	}
h3, h5 {
	font-size:18px;
	padding:0;
	font-weight:bold;
	}
h4 {
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 18px;
  text-transform: uppercase;
  color: #FF9933;
}
ul{
	padding-left:35px;
	padding-top:0px;
	margin-top:20px;
	padding-bottom:0px;
	list-style-image:url(../images/bullet.gif)
}
ul li{
    padding-bottom: 10px;
}
.divider{
	border-bottom:1px dotted #FF9933;
	   margin-bottom: 20px;
    margin-top: 20px;
}
.container.heading {
    color: white; 
	font-variant: small-caps;
	background-color: #FF9933;
    }
/* Navigation*/

.navbar-light .navbar-nav .nav-link, .nav-item a{
    color: #fff;
    font-weight:400;
    text-transform: uppercase;
    font-size: 14px;
    margin-left: 15px;
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: #fff;
    font-weight:700;
}
.navbar-light .navbar-toggler {
  color: transparent;
  border-color: transparent;
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 1);
}
a.dropdown-item {
  color: #000;
  text-transform: none;
}
.dropdown-menu {
  margin: 7px 0 0;
  border: 1px solid #F93;
  border-radius: 0;
}
.dropdown-divider {
  border-top: 1px dotted #F93;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #F93;
  background-color: transparent;
}
.dropdown-item.active, .dropdown-item:active {
  color: #F93;
  background-color: transparent;
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
/* Schrift Overlay Header*/
.bg-overlay {
      position: relative;
      overflow: hidden;
    }
.bg-overlay img {
      width: 100%;
      height: auto;
    }

.overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
.title{
    font-size:35px;
	font-weight: normal;
	margin: 0;
	padding: 0 5px;
	color: white; 
	font-variant: small-caps;
	background-color: rgba(255, 153, 51, 0.7);
    line-height: 35px;
}
/* Carousel*/
.carousel {
  margin-bottom: 50px;
}
.carousel-inner {
    transition: transform 2s ease;
}
.carousel-inner img {
    width: 100%; 
    height: auto;
}
.carousel-item {
  background-color: #f1f1f1;
  padding: 5px;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-prev, .carousel-control-next {
  opacity: 1;
}
.carousel-indicators {
  bottom: -50px;
}
.carousel-indicators .active {
  background-color: #F93;
}
.carousel-indicators li {
  width: 20px;
  height: 4px;
  background-color: #000;
}
.carousel-caption {
  bottom: 15px;
  color: #000;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.6);
  right: 15%;
  left: 15%;
}
.carousel-caption p, .carousel-caption H5 {
  margin: 0;
}
#khlogo{
	float:right;
	padding-left:15px;
	padding-bottom:45px;
	padding-right:0px;
	padding-top:5px;
	width:auto;
	}
/* Cards - accordion*/
.card {
  background-color: #fff;
  border-top: 1px solid #F93;
  border-left: 1px solid #F93;
  border-right: 1px solid #F93;
  border-bottom: 0 solid #F93;
  border-radius: 0;
}
.card:last-child {
  border-bottom: 1px solid #F93;
}
.card-header {
  border-bottom: 0 solid rgba(0, 0, 0, 0.125);
}

.presse .col {
  padding: 0;
  margin: 20px 0;
}
.presse .col-2 {
  margin: 20px 0;
    text-align: right; 
}
.presse .row {
    align-items: center;
    border-bottom: 1px dotted #F93;
}

@media (min-width: 768px) {
h1 {
	font-size:30px;
	}
    .overlay {
      top: 30px;
    }
}

@media (max-width: 576px) {
    body{
        margin: 0;
    }
    .container.main{
     box-shadow: none;
}
    .container-fluid{
        padding:0; 
    }
    h1 {
    font-size: 23px;
  }
}