/*   Wolfgang Ergänzungen  */
.footercolor{
  background-color: #4b5159;
  background-image:none;
}
.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}
.badge-warning {
    color: #212529;
    background-color: #ffc107;
}
body.itemid-101 .page-header {
    display: none;
}
#topnavigation{
  min-height: 55px;
}
#navbar-example2 ul{
  margin-top:0;
  margin-left:0;
  margin-right: 0;
}
#submenutitel:first-letter {
  text-transform: capitalize;
}
.blog .cardbody {
    padding-bottom: 50px;
}
blog .card-footer {
    padding-top: 30px;
    padding-bottom: 30px;
}
.footerbutton{
  cursor:pointer;
}
.footerbutton img{
  height: 50px;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.carousel .carousel-inner .carousel-item p {
    margin-top: 20px;
}











html body {
  width: 100%;
  height: 100%;
}

body {
  background-color: rgb(231, 231, 231);
  font-size: 16px;
  color: #3F454C;
  padding-top: 70px;
  position: relative;
  min-width: 100%;
  height: 100%;
  font-family: 'Roboto Condensed', sans-serif !important;
  font-weight: 100 !important;
  background-size: cover;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
  font-family: 'Roboto Condensed', sans-serif !important;
}

a {
  color: rgb(9, 75, 151);
}

/*.content a {
  text-decoration: underline;
}*/

/*:hover {
  color: #003C81;
} */

.bedienhinweis {
  color: #B25300;
}

.controller {
  cursor: pointer;
}

.content {
  background-color: rgba(255,255,255,0.55);
  padding: 10px;
  margin: 15px 0 15px 0;
  z-index: 1;
  position: relative;

}

.stretch .card-body {
  min-height: 600px;
}

.content.stretch {
  min-height: 100vh;
  padding-top: 80px; /* --- change 120px --- */
}

.accContent {
  margin: 2px 0 2px 0;
  border: 1px solid rgb(218, 218, 218);
}

.accContent {
  margin: 10px 0 10px 0;
}

.accIcon {
  margin: 0px 10px 0 0;
}

.accHeader {
  background-color: #003C81;
  border: 2px solid  #003C81;
  padding: 10px 0px 10px 15px;
  color: #003C81;
  color: white;
  margin: 10px 0 10px 0;
}

.accHeader:hover {
  background-color: rgb(9, 75, 151);
  text-decoration: none;
  color: 003C81;
}

.accHeader a:hover {
  text-decoration: none;
}

.accHeaderVisited {
  background-color: white;
  color: #003C81;
}

.accHeaderVisited:hover {
  
  color: white;
}


.alert-primary {
  font-size: 5rem;
  background-color: #ffd100;
  border: none;
}

.btn-navbottombutton {
  background-color: white;
  padding: 5px 10px;
  margin: 5px;
  color: #003C81;
  font-weight: 400;
  font-size: 1.5rem;
}

.btn-navbottombutton:hover {
  color: rgba(28, 114, 147, 1);
}

.btn-primary {
  background-color: rgba(0, 60, 129, 1);
  color: white;
  border: none;
  cursor: pointer;
}

.btn-primary:hover {
  background-color: rgb(9, 75, 151);
  color: white;
  border: none;
}


.carousel-caption {
  margin-top: 0;
  background-color: rgba(0, 60, 129, 0.459);
  color: white;
}

.carousel-indicators li {
  background-color: #003C81;
  height: 5px;
}

.carousel-control-prev {
  /* background-color: #003C81; */
  height: 10%;
  width: 5%;
}

.carousel-control-next {
  /* background-color: #003C81; */
  height: 10%;
  width: 5%; 
}

.videocontainer {
  border: 2px solid rgb(175, 176, 177);
}

#footer {
  background-color: rgba(73, 81, 90, 1);
  margin-top: 10px;
  padding: 8px 0 8px 0;
}

h1 {
  font-size: 3rem;
  padding: 25px 0px 3px 0px;
  margin-bottom: 25px;
  color: #003C81;
  font-weight: 400;
  line-height: 120%;
}

h2 {
  font-size: 2rem;
  padding: 10px 6px 10px;
  margin: 20px 0 15px 0;
  color: #003C81;
  border-left: 4px solid #ffd100;
}

.definition {
  color: #003C81;
  font-weight: bold;

}
.content .fa-bookmark {
  font-size: 5rem;
  color: #003C81;
}

.kapitelcheck {
  color: rgb(23, 163, 58);
  font-size: 1.5rem;
  height: 30px;
  margin-left: 5px;
}

.mainMenu {
  text-align: center;
  margin: 0 0 15px 0;
}

.navbar-light {
  background-color: rgb(243, 243, 243);
}

.nav-link {
  color: #003C81;
}

.nav-link:hover {
  color: rgb(4, 82, 172);
}

.popout {
    animation: popout 1s ease;
    -webkit-animation: popout 1s ease;
}

.progress-bar {
   
    /*-webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;*/

  color: #003C81;
}


video,audio, iframe {
  border: 2px solid #003C81;
}

@keyframes popout {
    from{transform:scale(0)}
    80%{transform:scale(1.2)}
    to{transform:scale(1)}
}
@-webkit-keyframes popout {
    from{-webkit-transform:scale(0)}
    80%{-webkit-transform:scale(1.2)}
    to{-webkit-transform:scale(1)}
}


/* ############### EXTRAS ################# */



/*.indexCard {
  margin-bottom: 1em;
  -webkit-transition: all 0.2s !important;
  -o-transition: all 0.2s !important;
  transition: all 0.2s !important;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

 .indexCard a:hover {
  -webkit-box-shadow: 0px 0px 7px grey;
  box-shadow: 0px 0px 7px grey;
  -webkit-transform: scale(1.005);
  -ms-transform: scale(1.005);
  transform: scale(1.005);
} */

.push-area {
	/*position: absolute;*/
	line-height: 1em;
	z-index: 1000;
	bottom:20px;
	width: 100%;
	text-align: center;
  height: 40px;
  display: flex;
  justify-content:space-around;
  /*margin-top: 40px;*/
} 

.push-area a {
	text-decoration: none;
	padding:  10px 30px;
	background-color: #007bff;
	color: white;
	font-weight: 600;
	font-size: 0.8em;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.push-area a:first-child {
	margin-right: 5px;
}

.push-area a:hover{
  color: #007bff;
  background-color: #ebe8e8;
/*	background-color: lighten(yellow, 40%) ;*/
}

.page-item .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.page-item:last-child .page-link, .page-item:first-child .page-link {
  border-radius: 0px;
}

.indexCard {
  margin-bottom: 10%;
}

.card-body {
  min-height: 15vh;
}

.card-header, .card-footer {
  background-color: white;
}

.card-body a:link {
  font-weight: 600;
  text-decoration: underline;
}

.card-body p i {
  background-color: orange !important;
}

.center-image {
  text-align: center;
}

.nav-link {
 font-size: 0.9rem;
}

/* -------  Breadcrumb Menü ------ */
.navbar {
  padding-top: 0;
  padding-bottom: 0;
}

.breadcrumb-nav {
  position: fixed;
  top: 55px;
  right: 0;
  left: 0;
  z-index: 1031;
  width: 100%;
  background-color: tomato;
}

.breadcrumb-nav button {
  font-size: 0.7rem;
  border-radius: 0;
  border: none;  
}

p.hidden-text {
  padding-right: 0.2rem;
  font-size: 1rem;
  font-weight: 400;
  color: rgba(0,0,0,.5);
}

.page-link {
  line-height: 0.5;
  font-size: 0.8rem;
}

/* .page-item:first-child .page-link {
  background-color: #003C81;
  color: #fff;
} */

.text-center {
  /* border-left: 1px solid #ddd; */
}

.info-area {
  background-color: #ffd100;
  color: #3F454C;
  padding: 1.2rem;
  margin: 0.2rem 0.8rem;
  font-size: 0.8em;
  font-weight: 700;
  border-radius: 4px;
  text-align: center;
}

.info-area::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  line-height: 10rem;
  background-color: #ffd100;
  transform: rotate(45deg);
  margin: 1.8rem 0 0 0;  
}

/*li.page-item::after {
  content: "";
  position: relative;
  display: block;
  margin: -25px 0 0 -20px;
  border-right: 1px solid #003C81;
  border-bottom: 1px solid #003C81;
  background-color:;
  width: 20px;
  height: 20px;
  transform: rotate(315deg);
} */

/* Hack Internet Explorer 10 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img {
    width: 100%;
  }
}


/* Modal Dimensions */
.modal-lg, .modal-xl {
  max-width: 1200px;
}

.modal-dialog {
  
  margin: 1.75rem auto;
}

.uppercased-text {
  text-transform: uppercase;
  font-weight: 400;
}

.bolder-text {
  font-weight: 400;
}

.uppercased-headlinetext {
  text-transform: uppercase;

}

.italic-text {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: italic;
  font-weight: 400;
}

span.greenNumber {
  color:green;
  font-weight: 600;
}

ol.green {
  list-style: none;
}

.carousel-control-prev, .carousel-control-next {  
  top: 50%;
}

.carousel-indicators {
  bottom: -50px;
}

.img-flux {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

  .img-flux img, nav img {
    border: 0;
    max-height: 60%;
    max-width: 60%;
    height: auto;
    width: auto;
    position: relative;
    transition: all 0.3s;
    margin: 0 auto;
    float: none;
    display: block;
    vertical-align:middle;
}

nav img {
  border: 0;
  max-height: 40%;
  max-width: 40%;
  height: auto;
  width: auto;
  position: relative;
  transition: all 0.3s;
  margin: 0 auto;
  float: none;
  display: block;
  vertical-align:middle;
}

.chapter-highlight {
  background-color: #003C81;
}

@media (max-width: 768px) {
  .breadcrumb-nav {    
    top: 38px;
    visibility: hidden;
    padding: 0.1rem;
  }

  .navbar {
    padding-top: 5px;
    padding-bottom: 5px;
^}

  .hidden-text {
    visibility: hidden;
    display: none;
  }

  .page-link {
    
    font-size: 0.7rem;
  }

  .pagination {
    display: block;
  }

  .push-area a {
    font-size: 0.7rem;
    padding: 5px 5px;
    letter-spacing: 1px;
    line-height: 1.2rem;
  }

  .push-area .btn {
    height: 30px;
  }

  .content h1{
    font-size: 1.9rem;
  }
  .content h2{
    font-size: 1.2rem;
  }

  .content {
    font-size: 0.95rem;
    line-height: 1.2rem;
  }

  .content h1 {
    margin: 5px;
    padding:5px;
  }

  .card h2 {
    margin: 5px 5px;
    padding:5px;
  }

  #footer {
    background-color: rgba(73, 81, 90, 1);
    margin-top: 2px;
    padding: 5px 0 0 0;
  }

  #footer .img-flux img, nav img {
    border: 0;
    max-height: 40%;
    max-width: 40%;
    height: auto;
    width: auto;
    position: relative;
    transition: all 0.3s;
    margin: 0 auto;
    float: none;
    display: block;
    vertical-align: middle;
  }

  #footer p {
    margin-top: 0;
    margin-bottom: 0.1rem;
  }

  .btn-navbottombutton {
    background-color: white;
    padding: 0 4px;
    margin: 0 5px;
    color: #003C81;
    font-weight: 400;
    font-size: 1rem;
  }
 }

 ul.a {
  list-style-type: circle;
}

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

ol.c {
  list-style-type: upper-roman;
}

ol.d {
  list-style-type: lower-alpha;
}

ol.e {
  list-style-type: upper-alpha;
}


  /* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0;
  left: 0;
  background-color: #111; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
} 

ul, ol {
  padding-left: 15px;
}

/* ------------------- VIDEO ---------------------- */

.video-button .btn-primary {
  background-color: transparent !important;
}


.video { position: relative; padding-bottom: 56.25%; /* 16:9 */ height: 0; }
.video img { position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; z-index: 20; cursor: pointer; }
.video:after { content: ""; position: absolute; display: block; 
    background: url(play-button.png) no-repeat 0 0; 
    top: 45%; left: 45%; width: 46px; height: 36px; z-index: 30; cursor: pointer; } 
.video iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* image poster clicked, player class added using js */
.video.player img { display: none; }
.video.player:after { display: none; }
/* ------------------- VIDEO ---------------------- */

@media screen and (-ms-high-contrast:active), all and (-ms-high-contrast:none) {
  img { 
    width: auto; /* for ie 8 */
  }
}


/* Von Wolfgang  */

.blog .cardbody {
    padding: 1.25rem;
    padding-bottom: 50px;
}
.blog .card-footer {
    padding-top: 30px;
    padding-bottom: 30px;
}
.carousel-control-prev,.carousel-control-next {
  background-color:#fff;
}
body.itemid-101 .mainMenu .card-body h5.card-title {
    line-height: 40px;
    font-weight: 200;
}
p#submenutitel {
    white-space: nowrap;
}
#breadcrumb-navbar>ul.pagination {
    display: block;
}
#breadcrumb-navbar>ul.pagination >li {
    float:left;
}
main > div > div.icons {
    float: right;
    margin-right: -50px;
}
main .content li {
    margin-left: 20px;
}