@charset "utf-8";
/* CSS Document */

body {
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif"; 
	color: #515151;
 /*	font-size: 1em; */
}

a:hover { 
  color: #9CA8B2;
}

/* Vinerhand */
@font-face {font-family: "Viner Hand ITC"; src: url("../fonts/Viner Hand ITC V2.ttf") format('truetype');
 }

.footer-grau {
	color:white;
	background-color: #444753;
/*	padding-top: 1rem; */
	border-radius: 0px;
	margin: 0px;
}

.callout {
	text-align: left; 
	font-family: "Viner Hand ITC" !important; 
	font-size: 240%;
	font-weight: bold;
	color: #515151 !important;	
	text-shadow: 4px 4px 8px  #8E8D8D /* #716E6E */;
}
@media all and (max-width: 768px) {
.callout {
	font-size: 150%;
/*	text-align: left; */
	}
.banner-klein {	
	margin-top: 90px;
	}		
}

/*Navigation*/
/* hamburger */
/* http://kylegoslan.co.uk/bootstrap-4-hamburger-menu-animation/ */ 
.icon-bar {
	width: 22px; 
	height: 2px;
	background-color: gray;
	display: block;
	transition: all 0.2s;
	margin-top: 4px
}

.navbar-toggler {
  border: none;
  background: transparent !important;
}
/* animation part */
.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
 
.navbar-toggler .middle-bar {
  opacity: 0;
}
 
.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
 
.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}
 
.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}
 
.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}

.navbar-light .navbar-nav .nav-link,
.navbar .nav-link, .navbar .navbar-brand        { color: #848484;            background-color: #f8f9fa ; } 
.navbar-light .navbar-nav .nav-link.active      { color: black;              background-color: #f8f9fa; } 
.navbar-nav li a:hover, .navbar-nav li.active a { color: black !important; background-color: #f8f9fa !important; }


/* change background-color of hamburger, ref. https://stackoverflow.com/questions/42586729/bootstrap-4-change-hamburger-toggler-color */
.navbar-toggler { background-color: #c5c6c6; }
.navbar-toggler, .navbar-toggler:focus, .navbar-toggler:active { outline: none; }
/* previous line removes dotted outline when focused or active */
.ciOffsetTop    { margin-top: 62px;}
@media all and (min-width: 768px) { .ciOffsetTop    { margin-top: 84px;} }
.ciSectionOffset { z-index:99; margin-top: -34px; margin-bottom: 130px; }

/* Lightbox */

/* lightbox2 2.11.3 ---------------- */
.ciThNail { width: 100%; }

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


/* Untertitel:Eigencode */
.untertitel{
	color: white;
	background-color: #575555;
	font-size: 20px;
	text-align: left;
	padding-top: 10px;
	padding-left: 20px;
}

* {
  box-sizing: border-box;
}

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #575555;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #575555;	
  margin: auto;
  margin-top: 50px;
  padding: 0;
  width: 90%;
  max-width: 700px;
 }

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 90px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px; 
  margin-top: -50px;
  color: white;
 /* font-weight: bold; */
  font-size: 30px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: #575555;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}



