/*
https://hackerthemes.com/bootstrap-cheatsheet/#card-group
http://www.debmark.com/colors.htm
*/

body {
    background: #781215;
    text-align: center;
}

.card
{
    background: #661618;
}

.cardWithPadding
{
    background: #661618;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
	
}

.cardWhiteWithPadding
{
    background: #dddddd;
	padding-bottom: 2px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
}

.cardGoldWithPadding
{
    background: #f2e5ba;
    padding-bottom: 2px;
    padding-top: 2px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
}

.cardHighlight {
    /*background-color: lightgray;*/
    color: yellow;
    font-style: italic;
}

hr.style-four {
    height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
}

/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:center;
    /* inline-block space fix */
    margin-right:-4px;
}

.cardBackgroundColor2 {
    background: #535050;
    width: 260px;
}

.h2Text {
    color: #ffffff;
}

h4 {
    text-align: center;
    font-family: Brush Script MT,cursive;
}

.h4Text
{
    text-align: center;
    color: #f2e5ba;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 200;
    font-size: 15px;
}

.cover {
    max-height: 50%;
}


.card-img-top{
    margin:auto;
    height: 150px;
    max-width: 190px;
}


.container_skitter{
    width: 100%!important;
    height: 100%!important;
}

.box_skitter {
    width:648px;
    height:486px;
}


.box_skitter img {      width: 100% ; }


.card {
    width: 100%;
}

/*a:link, a:visited, a:active {*/
    /*color: yellow;*/
/*}*/


.cardText {
    color: #f2e5ba;
    text-align: center;
}

.cardTextBlack {
    color: #000000;
    text-align: left;
    font-weight: 600;
}

.nameheader {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    background: #781215;
    margin-bottom: 2px;
    padding-top: 3px;
    padding-bottom: 2px;
    padding-left: 12px;
}

.nameheader2 {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    background: #781215;
    margin-bottom: 1px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 1px;
}


#banner-bkg {
    width: 100%;
    max-width: 100%;
}

img {
    display: inline-block;
    vertical-align: middle;
}


.thumb_image
{
    width:25%;
    max-width:50%;
    -moz-box-shadow:    2px 2px 3px #777;
    -webkit-box-shadow: 2px 2px 3px #777;
    box-shadow:         2px 2px 3px #777;
    margin: 0px

}


/* line color for menu */
li {
    /*float: left;*/
    border-right: 1px solid #bbb;
}


/* line color for menu */
.noline {
    float: left;
    border-right: 0px;
}

ul.topnav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #333;
}

.dropdown-menu > li.kopie > a {
    padding-left:5px;
}

.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
   top:0;left:100%;
   margin-top:-6px;margin-left:-1px;
   -webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;
 }
  
.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;  
  height: 0;     
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}
 
.dropdown-submenu:hover>a:after {
    border-left-color:#555;
 }

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
  text-decoration: none;
}  
  


/*.side-collapse*/
/*{*/

/*}*/

/*.side-menu*/
/*{*/
    /*background-color: #dddddd;*/
/*}*/

.side-item
{

}

.image_circle
{
    width: 25%;
    border-radius: 50%;
    display: block;

}

/* circular image */
#image_circular img
{
    border-radius: 30%;
    width: 25%;
}

#image_circular {
    display: inline;
}


/* slideshow part */
* {box-sizing:border-box}

.mySlides {display:none}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}


/* The dots/bullets/indicators */
.dot {
    height: 13px;
    width: 13px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active {
    background-color: #717171;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .text {font-size: 11px}
}

#scroll {
    width: 100%;
    height: 500px;
    margin: 100px auto;
    border: 2px solid #000;
    overflow: auto;
    white-space: nowrap;
    box-shadow: 0 0 10px #000;
}


.scrollimg {
    height: 435px;
    margin: 20px 10px 0 10px;
}

.TextWrap
     {
         float: right;
         margin: 10px;
     }
	 
table, th, td
{
	border: 1px solid #f2f2f2;	
}

table th
{
	background-color: #717171; /*#5f4546; */
}


.img-responsive {
  max-width: 100%; 
  max-height: auto; 
  display: block;  /*This doesn't work */
  margin-left: auto; /*This doesn't work */
  margin-right: auto; /*This doesn't work */
}


